@charset "utf-8";
/*-----------------------------------------------------

	layout.css
	common CSS

------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');



/*-----------------------------------------------------
	general　
-----------------------------------------------------*/


#wrapper {
	min-width: 1100px;
	background: #fff;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	line-height: 1.5;
	font-size: 62.5%;
	color: #333;
}

*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#wrapper a:link {text-decoration:none; color:#333;}
#wrapper a:visited {text-decoration:none; color:#333;}
#wrapper a:hover {text-decoration:none; color:#ab2548;}

.pc_kaigyou {
	display: block;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}


/*---- twentytwentytwo ----*/

.contact_area.wp_parts, footer .wp_parts {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  line-height: 1.5;
  font-size: 10px;
  color: #333;
}

.wp_parts h3, .wp_parts h4, .wp_parts p {
  margin: 0;
}

.wp_parts ul {
  padding: 0;
}

.contact_area.wp_parts .contact_box {
  vertical-align:top;
}


/*---- btn ----*/

.btn_more {
	display: inline-block;
}

.btn_more a {
	background: url(../images/common/arrow_btn.png) no-repeat right 4px center;
	font-size: 1.8em;
	font-weight: bold;
	padding: 8px 41px 8px 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn_more a:hover {
	background-position: right 0px center;
}

.btn_more a:link {text-decoration:underline;; color:#333;}
.btn_more a:visited {text-decoration:underline; color:#333;}
.btn_more a:hover {text-decoration:underline; color:#ab2548;}

.btn_more_down {
	width: 250px;
	height: 45px;
	margin: 0 auto;
}

.btn_more_down a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/arrow_btn_down.png) no-repeat right 25px top 7px #fff;
	padding-right: 52px;
	border-radius: 10px;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 45px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn_more_down a:hover {
	background-position: right 25px top 11px;
}

/*-----------------------------------------------------
	header
------------------------------------------------------*/

#header_top {
	max-width: 1400px;
	height: 108px;
	position: relative;
	margin: 0 auto;
}

#header_top h1, #header_top h2 {
	position: absolute;
	top: 23px;
	left: 60px;
}

.tel_number {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 3em;
	background: url(../images/common/icon_tel.png) no-repeat left center;
	background-size: 25px auto;
	padding-left: 30px;
}

.btn_contact {
	width: 200px;
	height: 41px;
}

#header_top .tel_number {
	position: absolute;
	top: 28px;
	right: 400px;
}

#header_top .btn_contact {
	position: absolute;
	top: 30px;
	right: 170px;
}

#header_top .contact_line {
  position: absolute;
	top: 5px;
	right: 50px;
  font-size: 1.6em;
  line-height: 1.3;
  text-align: center;
  color: #06c755;
  font-weight: bold;
}

#header_top .contact_line .line_logo_header {
  width: 25px;
  height: auto;
  margin: -3px 5px 0 0;
}

.btn_contact a {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 10px;
	padding-left: 48px;
	line-height: 41px;
	font-size: 1.8em;
	text-align: center;
	font-weight: bold;
	background: url(../images/common/icon_contact.png) no-repeat left 18px center #4d4d4d;
	background-size: 30px auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn_contact.line_contact a {
  background-image: none;
  padding-left: 0;
  margin-top: 10px;
}

.btn_contact a:hover {
	background-color: #720320;
}

#wrapper .btn_contact a:link {text-decoration:none; color:#fff;}
#wrapper .btn_contact a:visited {text-decoration:none; color:#fff;}
#wrapper .btn_contact a:hover {text-decoration:none; color:#fff;}

.contact_area.wp_parts .btn_contact a:link {text-decoration:none;; color:#fff;}
.contact_area.wp_parts .btn_contact a:visited {text-decoration:none; color:#fff;}
.contact_area.wp_parts .btn_contact a:hover {text-decoration:none; color:#fff;}


#header_navi {
	width: 100%;
	height: 60px;
	background: #527297;
}

#header_navi a:link {text-decoration:none; color:#fff;}
#header_navi a:visited {text-decoration:none; color:#fff;}
#header_navi a:hover {text-decoration:none; color:#fff;}

#header_navi ul {
	text-align: center;
}

#header_navi li {
	display: inline-block;
	font-size: 2em;
	line-height: 60px;
	padding: 0 50px;
}

#header_navi li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0 10px;
}

#header_navi li a::after {
	width: 0;
	height: 3px;
	content: '';
	display: block;
	background: #ea5413;
	position: absolute;
	bottom: 0px;
	left: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
}

#header_navi li a:hover::after {
	width: 100%;
}

#menu_btn {
	display: none;
}

/*-----------------------------------------------------
	contents
------------------------------------------------------*/

.breadcrumb {
	margin: 20px 0 0px;
}

.breadcrumb li {
	height: 30px;
	display: inline-block;
	font-size: 1.6em;
	line-height: 30px;
	background: url(../images/common/arrow_breadcrumb.png) no-repeat left center;
	background-size: 7px auto;
	padding-left: 24px;
	padding-right: 10px;
}

.breadcrumb li.home {
	background: url(../images/common/icon_home.png) no-repeat left top;
	background-size: 24px auto;
	padding: 0 15px 0 30px;
}

.breadcrumb a:link {text-decoration:underline; color:#333333;}
.breadcrumb a:visited {text-decoration:underline; color:#333333;}
.breadcrumb a:hover {text-decoration:underline; color:#de5e51;}

#contents {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 40px;
}

main {
}

section {
	padding: 50px 0 0;
}

section h2.center {
	font-size: 3.4em;
	color: #527297;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}

section h2.center::after {
  width: 100px;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -50px;
  background: #0099ff;
}

section h2.normal {
	font-size: 2.8em;
	color: #527297;
	margin-bottom: 15px;
}

h2.pagelink {
  font-size: 2.8em;
  color: #527297;
  margin-bottom: 15px;
  text-align: center;
}

.sect_box {
	overflow: hidden;
}

.photoL {
	width: 400px;
	float: left;
}

.boxR {
	width: 512px;
	float: right;
	overflow: hidden;
	padding-bottom: 25px;
}

.sect_box h3.blue_large {
	font-size: 2.4em;
	color: #527297;
	font-weight: normal;
	margin-bottom: 10px;
}

.sect_box h3.normal {
	font-size: 2em;
	margin: 30px 0 10px;
}

.sect_box h3.normal span {
  font-size: 1.3em;
  padding-right: 5px;
  line-height: 1.2;
}

.sect_box h4.normal {
	font-size: 1.8em;
	margin: 30px 0 10px;
}

.sect_box h4.line {
	font-size: 1.8em;
	margin: 30px 0 10px;
	position: relative;
}

.sect_box h4.line::after {
	width: 20px;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: -25px;
	background: #de5e51;
}

.sect_box h5.normal {
  font-size: 1.8em;
  margin: 30px 0 10px;
}

.box_indent {
	padding-left: 40px;
}

.sect_box p {
	font-size: 1.8em;
	line-height: 2;
	margin-bottom: 15px;
}

.service_list {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 35px 25px 30px 75px;
	border-radius: 10px;
}

.service_list ul {
	display: inline-block;
	width: 45%;
	font-size: 1.8em;
	font-weight: bold;
	vertical-align: top;
}

.service_list li {
	margin-bottom: 15px;
  background: url(./../images/common/arrow_list.png) no-repeat left top 8px;
  background-size: 12px;
  padding-left: 25px;
}

.service_list ul a:link {text-decoration:underline; color:#333;}
.service_list ul a:visited {text-decoration:underline; color:#333;}
.service_list ul a:hover {text-decoration:underline; color:#ab2548;}

.flow_box {
	padding: 30px 0;
}

.flow_box h3 {
	font-size: 2.4em;
  color: #527297;
  font-weight: normal;
  margin-bottom: 20px;
	text-align: center;
}

ul.flow {
	text-align: center;
}

ul.flow li  {
	width: 70%;
	position: relative;
	display: inline-block;
	font-size: 1.8em;
	font-weight: bold;
	background: #e2f0ff;
	margin-bottom: 35px;
	padding: 15px 20px 18px;
	border-radius: 10px;
}

ul.flow li::after {
	width: 43px;
	height: 12px;
	content: '';
	display: block;
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -21px;
	background: url(./../images/common/arrow_flow.png) no-repeat center center;
	background-size: 43px auto;
}

ul.flow li:last-child::after {
	display: none;
}

ul.flow.align_left {
	text-align: left;
	padding-left: 30px;
}

ul.flow.align_left li {
	background-color: #f5f5f5;
}

ul.disc {
	margin-bottom: 30px;
	padding-left: 20px;
}

ul.disc li {
  font-size: 1.8em;
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 1em;
}

ul.disc li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #de5e51;
}

ul.notes {
	margin-bottom: 30px;
}

ul.notes li {
	font-size: 1.6em;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 7px;
}

ul.number {

}

ul.number li {
	font-size: 1.8em;
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin-bottom: 10px;
}

p.summary {
	padding: 30px 40px;
	background: #fff6ee;
	border-radius: 10px;
}

.contact_area {
	margin: 80px 0 50px;
	padding: 25px 0;
	background: #e2f0ff;
	text-align: center;
	position: relative;
}

.contact_area h3 {
	font-size: 3em;
	text-align: center;
	margin-bottom: 30px;
}

.contact_area.wp_parts {
  width: 980px;
  margin: 80px auto 50px;
}

.contact_area.wp_parts h3, .contact_area.wp_parts h4 {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
}

.contact_box {
	width: 370px;
	height: 150px;
	margin: 0 7px;
	background: #fff;
	display: inline-block;
	border-radius: 10px;
}

.contact_box.form, .contact_box.line {
  width: 255px;
}

.contact_box h4 {
	font-size: 2em;
	margin-top: 10px;
}

.contact_box h4.contact_form {
	margin-top: 20px;
}

.contact_box.line h4 img {
  width: 30px;
  height: auto;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

.contact_box .tel_number, .contact_box .btn_contact {
	display: inline-block;
	margin-top: 5px;
}

.contact_box .btn_contact {
	margin: 10px 0;
}

.btn_contact.line_contact.onlySP {
  display: none;
}

.line_qr .onlyPC {
  display: inline-block;
}

.contact_box p {
	font-size: 1.5em;
}

.free {
	width: 128px;
	height: 128px;
	position: absolute;
	top: -40px;
	left: 15px;
	background: #eb7f78;
	border-radius: 50%;
	font-size: 2.2em;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 23px;
}

.bg_blue {
  background: #f3f9ff;
  margin-bottom: 30px;
  padding: 30px 40px;
  overflow: hidden;
  border-radius: 10px;
}
/*-----------------------------------------------------
	footer
------------------------------------------------------*/
footer {
	clear: both;
	width: 100%;
	padding-top: 80px;
	background: #f2f2f2;
}

footer #access {
	width: 980px;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
}

footer #map {
	width: 550px;
	float: left;
}

footer #access_info {
	width: 390px;
	float: right;
	font-size: 1.6em;
	padding-bottom: 50px;
}

footer #access_info h3 {
	margin-bottom: 25px;
}

footer #access_info h3 img {
	width: 219px;
}

footer #access_info h4 {
	margin-bottom: 30px;
}

footer .wp_parts #access_info h4 {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 16px;
}

footer .wp_parts #access_info p {
  font-size: 16px;
}

footer #access_info h4 span {
	font-size: 0.9em;
}

footer #access_info p {
	clear: both;
	margin-bottom: 15px;
	line-height: 1.7;
}

footer #access_info ul {
	margin-bottom: 50px;
}

.footer_profile {
	overflow: hidden;
}

.boxL {
	float: left;
}

.boxR {
	float: right;
}

.btn_s {
	background: url(../images/common/arrow_btn_s.png) no-repeat right center;
	background-size: 20px auto;
	margin-bottom: 5px;
	padding: 3px 26px 0 0;
	display: inline-block;
}

a.btn_s:link {text-decoration: underline; color:#333;}
a.btn_s:visited {text-decoration: underline; color:#333;}
a.btn_s:hover {text-decoration: underline; color:#ab2548;}

footer #access_info .boxL {
	width: 140px;
}

footer #access_info .boxR {
	width: 225px;
}

footer .btn_contact {
	position: absolute;
	bottom: 0;
	right: 0;
}

footer nav {
	width: 100%;
	border-top: solid 1px #343434;
	padding: 25px 0;
	font-size: 2em;
	text-align: left;
	background: #fff;
}

footer nav ul {
	width: 1400px;
	margin: 0 auto;
}

footer nav li {
	display: inline-block;
	margin: 0 40px;
}

#copyright {
	border-top: solid 1px #343434;
	background: #666;
	font-size: 1.8em;
	text-align: right;
	color: #fff;
	padding: 75px 40px 30px 0;
}

#pagetop {
	width:40px;
	height:40px;
	background: url(../images/common/pagetop.png) no-repeat center center #343434;
	background-size: 33px auto;
	position:fixed;
	right: 40px;
	bottom: 65px;
	z-index: 999;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

#pagetop.inview {
	opacity: 1;
}

#pagetop img:hover {
	opacity:0.8;
}


/*-----------------------------------------------------
	Responsive
-----------------------------------------------------*/

.onlyPC { display: block;}
.onlySP { display: none;}

@media screen and (max-width: 767px) {
	.onlyPC { display: none;}
	.onlySP { display: block;}
}



/*-----------------------------------------------------

	SP layout

------------------------------------------------------*/


@media screen and (max-width: 767px) {


/*-----------------------------------------------------
	SP general　
-----------------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	min-width: inherit;
	font-size: 1rem;
}

#wrapper {
	max-width: 100%;
  min-width: 100%;
}

img { width: 100%; height: auto;}

.sp_kaigyou {
	display: block;
}

.pc_kaigyou {
	display: inline;
}

.btn_more_down a:hover {
    background-position: right 7px top 6px;
}

/*-----------------------------------------------------
	SP header
------------------------------------------------------*/

header {

}

#header_top h1, #header_top h2 {
	width: 220px;
	top: 10px;
	left: 10px;
}

#menu_btn {
	display: block;
	position: fixed;
	width: 60px;
	height: 67px;
	right: 0;
	top: 0;
	text-align: center;
	z-index: 9999;
	background: rgba(255,255,255,0.9);
}

#line_contact_sp {
  position: absolute;
  top: 10px;
  right: 65px;
}

#line_contact_sp img {
  width: 40px;
}

.menuButton {
	display: block;
	width: 30px;
	height:30px;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 9999;
}

	.menuButton span {
		display: block;
		background: #4c4c4c;
		width: 28px;
		height: 4px;
		position: absolute;
		left: 0px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}

	.menuButton span:first-child {
		top: 1px;
	}

	.menuButton span:nth-child(2) {
		margin-top: -4px;
		top: 50%;
	}

	.menuButton span:last-child {
		bottom: 5px;
	}

	.menuButton.active span {
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	}

	.menuButton.active span:first-child {
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}

	.menuButton.active span:nth-child(2) {
		opacity: 0;
	}

	.menuButton.active span:last-child {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}

.menu_tit {
	position: absolute;
	font-size: 1.4rem;
	left: 7px;
	bottom: 3px;
}

#header_navi {
	width: 0;
	height: 100%;
	overflow-x: hidden;
	position: fixed;
	top: 0px;
	right: 0;
	background: rgba(0,0,0,0.9);
	padding-top: 100px;
	z-index: 9998;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

#header_navi.open-menu {
	width: 100%;
}

header nav li {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

header nav li a {
	display: block;
	width: 100%;
  font-size: 2rem;
}

header nav a:link {text-decoration:none; color:#fff;}
header nav a:visited {text-decoration:none; color:#fff;}
header nav a:hover {text-decoration:none; color:#f6ff00;}

#header_navi li a::after {
	display: none;
}

header nav ul.sns_link {
	position: relative;
	top: inherit;
	right: inherit;
	margin-top: 60px;
}

header nav ul.sns_link::after {
	width: 60px;
	height: 1px;
	content: '';
	display: block;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -30px;
	background: #fff;
}

#header_top {
	width: 100%;
	max-width: auto;
	height: 121px;
	padding-top: 67px;
}

header .contact_btn_area {
	position: relative;
	top: inherit;
	right: inherit;
	padding: 10px 0;
	text-align: center;
	background: #f5f5f5;
}

#header_top .tel_number {
	font-size: 2rem;
	top: 10px;
	left: 10px;
	right: inherit;
}

#header_top .btn_contact {
	width: 180px;
	height: 32px;
	top: 10px;
	right: 10px;
}

#header_top .btn_contact a {
	font-size: 1.6rem;
	line-height: 32px;
	background-size: 25px auto;
	padding-left: 40px;
}


/*-----------------------------------------------------
	SP contents
------------------------------------------------------*/

#contents {
	width: 100%;
}

.breadcrumb {
	width: 100%;
	position: relative;
	top: inherit;
	left: inherit;
	margin: 10px 20px 30px;
}

.breadcrumb li {
	height: 20px;
	font-size: 1.4rem;
	line-height: 20px;
	margin-bottom: 5px;
	padding: 0 0 0 28px;
	background-position: left 10px center;
}

.breadcrumb li.home {
	background-size: 18px auto;
	padding-right: 0;
}

section {
	padding: 15px 0;
}

section h2.center {
	font-size: 2.4rem;
	margin-bottom: 25px;
}

section h2.center::after {
	width: 80px;
	bottom: -5px;
	margin-left: -40px;
}

.sect_box {
	padding: 0 5%;
}

.photoL {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}

.boxR {
	width: 100%;
	float: none;
}

.sect_box h3.blue_large {
	font-size: 2rem;
}

.sect_box p {
	font-size: 1.6rem;
	line-height: 1.7;
}

.btn_more a {
	background-size: 20px auto;
	padding-right: 35px;
	font-size: 1.6rem;
}

.box_indent {
	padding-left: 20px;
}

.sect_box h4.line {
	margin: 15px 0 5px 10px;
  font-size: 1.8rem;
}

ul.notes li {
  font-size: 1.6rem;
}

.service_list {
	padding: 15px 25px 5px;
}

.service_list ul {
	width: 100%;
	font-size: 1.6rem;
}

.service_list.width_half ul {
  width: 48%;
}

.service_list li {
	background: url(./../images/common/arrow_list.png) no-repeat left top 5px;
	background-size: 12px auto;
	padding-left: 25px;
}

.service_list li a {
	display: block;
	text-indent: -0.8em;
	padding-left: 0.8em;
}

ul.disc li {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

ul.number li {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.contact_area.wp_parts {
  width: 100%;
}

.contact_area {
	margin: 40px 0 25px;
	padding:  15px;
}

.contact_area h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
	padding-left: 60px;
}

.contact_area.wp_parts h3 {
  font-size: 1.8em;
}

.contact_box, .contact_box.form, .contact_box.line {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
}

.contact_area.wp_parts .contact_box h4 {
	margin-top: 20px;
  font-size: 2em;
}

.contact_box h4 {
  font-size: 2rem;
}

.contact_box .tel_number {
	margin-top: 0;
  font-size: 3rem;
}

.contact_area.wp_parts .contact_box .tel_number {
  font-size: 3em;
}

.contact_box .btn_contact {
	margin-top: 5px;
}

.contact_box p {
  font-size: 1.5rem;
}

.contact_area.wp_parts .contact_box p {
  font-size: 1.5em;
}

.btn_contact a {
  font-size: 1.8rem;
}

.contact_area.wp_parts .btn_contact a {
  font-size: 1.8em;
}

.btn_contact.line_contact.onlySP {
  display: inline-block;
}

.line_qr .onlyPC {
  display: none;
}

.line_qr img {
  width: auto;
}

.free {
	width: 80px;
	height: 80px;
	font-size: 1.6rem;
	padding-top: 13px;
	left: 7px;
	top: -35px;
}

.wp_parts .free {
  font-size: 1.6em;
}

.flow_box {
	padding: 0;
}

.flow_box h3 {
	font-size: 2.2rem;
	margin-bottom: 10px;
}

ul.flow li {
	width: 90%;
	font-size: 1.5rem;
}

ul.flow.align_left li {
	width: 100%;
	padding: 15px 10px 18px;
}

ul.flow.align_left {
	padding-left: 0;
}

.sect_box p.summary {
	padding: 15px 20px;
}

.bg_blue {
  padding: 20px;
  border-radius: 10px;
}

/*-----------------------------------------------------
	footer
------------------------------------------------------*/

footer {
	padding-top: 30px;
}

footer #access {
	width: 92%;
	margin: 0 auto 30px;
}

footer #map {
	width: 100%;
	height: 0;
	float: none;
	position: relative;
	margin: 0 auto 25px;
	padding-bottom: 100%;
	overflow: hidden;
}

footer #map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

footer #access_info {
	width: 100%;
	float: none;
	font-size: 1.4rem;
	padding-bottom: 0;
}

footer .wp_parts #access_info {
  font-size: 1.4em;
}

footer #access_info h3 {
	width: 180px;
	margin-bottom: 15px;
}

footer #access_info h3 img {
	width: 100%;
}

footer #access_info .boxR {
	width: auto;
	padding-left: 15px;
}

footer #access_info ul {
	margin-bottom: 25px;
}

footer .btn_contact {
	position: relative;
	margin: 25px auto;
}

footer nav {
	font-size: 1.5rem;
	text-align: center;
	padding: 15px 0;
}

footer .wp_parts nav {
  font-size: 1.5em;
}

footer nav ul {
	width: 100%;
}

footer nav li {
	margin: 5px 15px;
}

#copyright {
	padding: 20px 0;
	font-size: 1.2rem;
	text-align: center;
}

.wp_parts #copyright {
  font-size: 1.2em;
}

}

@media screen and (max-width: 320px) {

}


/*-----------------------------------------------------
	general
------------------------------------------------------*/

.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.clear {
  clear: both;
}

.fLeft {
	display: inline;
	float: left;
}

.fRight {
	display: inline;
	float: right;
}

.txtCenter {
	text-align:center !important;
}

.txtLeft {
	text-align:left !important;
}

.txtRight {
	text-align:right !important;
}

.txtInd {
	text-indent: 1em;
}

.fontB {
	font-weight: 700 !important;
}

.disIB {
	display: inline-block;
}

.disnone {
	display: none !important;
}

.font_orange {
	color: #f67f00 !important;
}

.font_yellow {
	color: #feff87 !important;
}

.font_red {
	color: #de5e51 !important;
}

.font_bk {
	color: #000 !important;
}

.of_hidden {
	overflow: hidden;
}

.disnone {
	display: none;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.mt_nega20 { margin-top: -20px   !important;}
.mt_nega10 { margin-top: -10px   !important;}
.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:50px !important;}
.mt90 { margin-top:90px !important;}
.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.mb55 { margin-bottom:55px !important;}
.mb60 { margin-bottom:60px !important;}
.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}

.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt12 { padding-top:12px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}
.pt60 { padding-top:60px !important;}
.pt70 { padding-top:70px !important;}
.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr12 { padding-right:12px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}
.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb12 { padding-bottom:12px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}
.pl00 { padding-left: 0   !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl12 { padding-left:12px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}
