@charset "utf-8";

html {
    height: auto;
	display: block;
	scroll-behavior: smooth;
	overflow-y: scroll;
}
body {
	max-width: 1920px;
	min-width: 1300px;
    width:100%;
    height: auto;
    color: #000;
    font-size: 15px;
	font-weight: normal;
    font-family: 'Zen Maru Gothic', serif;
    line-height: 1.8;
	letter-spacing: 0.02em;
    font-feature-settings: "palt";
	overflow: hidden;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	/*overflow-x: hidden;*/
	/*margin: 0 auto;*/
}
main p {
	margin-bottom: 15px;
}
a:link, a:visited, a:active {
	color: red;
}
a[target="_blank"] {
	display: inline-block;
	padding-right:20px;
	background: url(../images/icon_blank.svg) no-repeat right center;
	background-size: 15px auto;
	word-break: break-all;
}
ul.disc,
ol.num {
	text-align: left;
	text-indent: 0;
	padding-left: 20px;
}
ul.disc > li {
    list-style-type: none!important;
	position: relative;
}
ul.disc > li:after {
	position: absolute;
	display: block;
	content: '';
	width: 3px;
	height: 3px;
	top: 12px;
	left: -13px;
	background: #3d2a19;
	border-radius: 50%;
}
ol.num > li {
	list-style-type: decimal!important;
    list-style-position: inherit;
}
.pc {
	display: block!important;
}
.sp {
	display: none!important;
}
.imgC {
	width: auto;
	text-align: center;
}
.imgC img {
	display: block;
	margin: auto;
}
.bld {
	font-weight: 700;
}
.txtR {
	text-align: right!important;
}
.txtL {
	text-align: left!important;
}
.txtC {
	text-align: center!important;
}
.small {
	font-size: 0.8em;
}
.large {
	font-size: 1.2em;
}
.inner {
	width: 1195px;
	text-align: left;
	margin: 0 auto;
}
.important {
	color: red;
}

.global_nav_sp {display: none;}

/*========== flex ==========*/
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex_n {
	display: flex;
	flex-wrap: nowrap;
	gap : 1em;
}
.flex_n .text_wrap {width: 45%;}
.flex_n .image_wrap {width: 55%;}
.flex_n .image_wrap img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.or1 {order: 1;}
.or2 {order: 2;}


/*========== margin ==========*/
.mb_no {margin-bottom: 0!important;}
.mb1 {margin-bottom: 1em!important;}
.mb2 {margin-bottom: 2em!important;}
.mb3 {margin-bottom: 3em!important;}
.mb_high {margin-bottom: 5em!important;}

.mt_no {margin-top: 0!important;}
.mt1 {margin-top: 1em!important;}
.mt2 {margin-top: 2em;}
.mt3 {margin-top: 3em!important;}
.mt_high {margin-top: 5em!important;}

/*========== gallery ==========*/
.gallery ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.gallery ul li {
    width: calc((100% - 60px) / 4);
}
.gallery ul li img {
    width: 100%;
    height: auto;
}

/*========== header ==========*/
#header {
	position: relative;
}
#header #header_logo {
	position: absolute;
	top: 29%;
	left: 50%;
	transform: translateX(-55%);
	width: 29%;
	height: auto;
	z-index: 1;
}
#header #header_logo img {
	width: 100%;
	height: auto;
}
#header .mainvisual img {
	width: 90vw;
	height: auto;
	display: block;
	margin: 0 auto;
}

.main_navi {
	padding: 50px 0;
	box-sizing: border-box;
}
.main_navi ul {
	/*width: 735px;*/
	width: 500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.main_navi ul li a {
	text-decoration: none;
	color: #000;
	font-weight: 700;
	font-size: 1.5em;
	position: relative;
	padding-left: 30px;
}
.main_navi ul li.concept a {
	background: url("../images/icon_concept.svg") no-repeat center left 0;
	background-size: auto 100%;
}
.main_navi ul li.point a {
	background: url("../images/icon_point.svg") no-repeat center left 0;
	background-size: auto 100%;
}
.main_navi ul li.access a {
	background: url("../images/icon_access.svg") no-repeat top 0px left 0;
	background-size: auto 100%;
}
.main_navi ul li.contact a {
	padding-left: 36px;
	background: url("../images/icon_contact.svg") no-repeat top 8px left 0;
	background-size: auto 22px;
}
.main_navi ul li a:after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	right: -26px;
	width: 1px;
	height: 100%;
	background: #000;
}
.main_navi ul li:last-child a:after {
	display: none;
}

#header .notice {
    position: absolute;
    bottom: 33px;
    left: 7%;
    width: 14vw;
}
#header .notice img {
	width: 100%;
	height: auto;
}

/*========== ttl ==========*/
h2.ttl {
    line-height: 1.2;
    text-align: center;
    font-size: 1.8em;
    font-weight: 700;
	background: url("../images/parts-frame.svg") no-repeat center;
	margin-bottom: 35px;
}
h2.ttl span {
    display: block;
    font-size: 0.8em;
	letter-spacing: normal;
}
h3.ttl {
    font-size: 1.5em;
    margin: 1em 0;
	line-height: 1.8;
}

/*========== btn ==========*/
.btn {
    text-align: center;
}
.btn.checkin {
    margin: 0 auto;
    border: none;
    background: none;
    display: block;
}
.btn.checkin a {
    border: none;
    display: inline-block;
    margin: 0 auto;
    font-weight: 600;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 15px;
}
.btn a {
    display: inline-block;
    padding: 10px 60px 12px;
    border-radius: 25px;
    background: #cc6600;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.more_btn {
	text-align: center;
	display: block;
	margin: 0 auto;
    padding: 10px 60px 12px;
    border-radius: 25px;
    background: #cc6600;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
	border: none;
	outline: 0;
	font-family: 'Zen Maru Gothic', serif;
    font-size: 15px;
	cursor: pointer;
	position: relative;
}
.more_btn .open {
  display: block;
}
.more_btn.on-click .open {
  display: none;
}
.more_btn .close {
  display: none;
}
.more_btn.on-click .close {
  display: block;
}


/*========== concept_area ==========*/
.concept_area h2.ttl span { color: #4c6e2a;}
.concept_area p {
    font-size: 1.1em;
}
.concept_area p:last-of-type {
    margin-bottom: 4em;
	background: url("../images/bg_concept_tree.jpg") no-repeat top left 10%,url("../images/bg_concept_bonfire.jpg") no-repeat top right 12%;
}
.concept_area .image_wrap img {
	width: 100%;
	height: auto;
}

/*========== point_area ==========*/
.point_area {
	padding: 120px 0;
	background: url("../images/bg_point.jpg") no-repeat bottom left, url("../images/bg_sou.png") no-repeat bottom 320px right 30px;
	background-size: 75% auto, auto 40%;
	position: relative;
}
.point_area h2.ttl span { color: #c06e00;}
.point_area .flex_n {align-items: center;}
.point_area:after {
	position: absolute;
	display: block;
	content: '';
	bottom: -1960px;
	left: 10px;
	width:290px;
	height: 1500px;
	background: url("../images/bg_tsukuba.png") no-repeat;
	background-size: contain;
}

/*========== burrow_area ==========*/
/*.burrow_area {
    position: relative;
    top: -30px;
	margin-bottom: 100px;
	background: url("../images/bg_tsukuba.png") no-repeat bottom 10px left 10px;
	background-size: auto 1520px;
}*/
.burrow_area {
    position: relative;
    top: -30px;
	margin-bottom: 100px;
}
.burrow_area .flex_n.sub {
    align-items: center;
    gap: 2em;
}
/*========== sauna_area ==========*/
.sauna_area {
    border: solid 5px #cc6600;
    box-sizing: border-box;
    border-radius: 35px;
}
.sauna_area dt {
    background: #cc6600;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 25px 25px 0 0;
	font-size: 1.4em;
    position: relative;
}
.sauna_area dt span {
	font-size: 1.3em;
}
.sauna_area dt:after {
    position: absolute;
    display: block;
    content: 'ー';
    color: #fff;
    font-size: 2.5em;
    line-height: 1;
    top: 50%;
    right: 50px;
    transform: translatey(-50%);
}
.sauna_area dt.selected {
    border-radius: 24px;
	transition: 1s;
}
.sauna_area dt.selected:after {
    content: '＋';
	transition: 2s;
}
.sauna_area .wrap {
    padding: 30px 100px 70px;
}
.sauna_area .flex_n {
	gap: 2em;
	margin-bottom: 1.5em;
}
.sauna_area .flex_n + p {
    margin-bottom: 3em;
}
.sauna_area h3.ttl {
	margin-top: 0;
}
.decoration_area {
    padding: 130px 0 150px;
    background: url("../images/bbq_image.jpg") no-repeat top 150px right 180px / 38% auto,url(../images/bg_outdoor.jpg) no-repeat top right / 75% auto;
}
.decoration_area .flex {
	align-items: flex-end;
	gap: 100px;
	position: relative;
}
.decoration_area .flex:before {
	position: absolute;
	display: block;
	content: '';
	bottom: -55px;
	right: 0;
	width: 285px;
	height: 155px;
	background: url("../images/parts_grass.png") no-repeat;
}
.decoration_area p {
    line-height: 2.5;
	margin-bottom: 0;
	font-size: 1.1em;
}

/*========== access ==========*/
.access_area {
	margin-bottom: 100px;
}
.access_area .inner {
    border: solid 25px #f0f0f0;
    padding: 60px;
	background: url("../images/bg_access_tree.jpg") no-repeat bottom 60px left 60px;
}
.access_area h2.ttl span {
	color: #8e0032;
}
.gmap iframe {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.access_area .address_wrap {
    width: 460px;
    margin: 0 auto;
}
.access_area h3.ttl {
    margin-bottom: 0;
    text-align: center;
}
.access_area .facility_wrap h3.ttl span {
	font-size: 1.3em;
}
.access_area .facility_wrap p {
    font-weight: 700;
    font-size: 1.3em;
    text-align: center;
}
.square {
    font-weight: 700;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.square:before {
    position: absolute;
    display: block;
    content: '';
    top: 7px;
    left: 0;
    width: 13px;
    height: 13px;
    background: #000;
    border-radius: 3px;
}

/*========== contact_area ==========*/
.contact_area {
    padding: 100px 0;
}
.contact_area h2.ttl span,
.contact_wrap h2.ttl span {
    color: #00749c;
}
.contact_area p:first-of-type {
	font-size: 1.1em;
}
.contact_area .name {
    font-size: 2em;
    font-weight: 700;
}
.contact_area .adr {
    font-size: 1.45em;
    line-height: 1.2;
}
.contact_area .adr .type {
    font-size: 1.6em;
}
.contact_area .adr .value {
    font-size: 2.1em;
}
.contact_area .btn a {
    background: #00749c;
    padding: 10px 90px 12px;
}

.btn_area {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.contact_area .btn.line a {
    background: #06c755;
}
.guidance_area {
    position: fixed;
    top: 40%;
    right: 0;
}
.guidance_area {
    position: fixed;
    top: 40%;
    right: 0;
    width: 65px;
    height: 195px;
}
.guidance_area a {
    display: flex;
	justify-content: center;
	align-items: center;
    padding: 15px;
	width: 65px;
	height: 65px;
	box-sizing: border-box;
	border-bottom: solid 1px #fff;
}
.guidance_area li:first-child a {
	padding: 0;
}
.guidance_area li:nth-child(2) a {
	background: #00749c;
}
.guidance_area li:nth-child(3) a {
	background: #8e0032;
	border-bottom: none;
}

/*========== footer_area ==========*/
.footer_area .main_navi {
	padding: 30px 0;
	border-top: solid 1px #a6a6a6;
	border-bottom: solid 1px #a6a6a6;
}
.footer_area .footer_logo {
    padding: 80px 0 60px;
}
.footer_area .copyright {
	text-align: center;
	padding-bottom: 60px;
}
.footer_area .copyright small {
	font-weight: 700;
}

/*========== footer ==========*/

/*========== contact =========*/
#contact #header .header_logo {
	position: static;
	width: 100%;
	margin-top: 50px;
	text-align: center;
}
#contact #header .header_logo img {
	width: 20vw;
	height: auto;
}
#contact .contact_wrap {
	margin-bottom: 100px;
}
#contact .contact_wrap .inner {
	width: 850px;
	margin: 0 auto;
}
#contact .contact_wrap .btn.line a {
	background: #06c755;
}
#contact .contact_wrap .inner .line_area, #contact .contact_wrap .inner .mail_area {
    border: solid 5px #f0f0f0;
    padding: 20px 40px 40px;
}
#mailform table {
    width: 100%;
	border-top: solid 1px #000;
    border-bottom: solid 1px #000;
	margin-bottom: 30px;
	border-spacing: 0;
}
#mailform th {
    width: 25%;
    padding: 20px 30px;
    background: #f0f0f0;
    border-bottom: solid 1px #aaa;
}
#mailform td {
    width: 75%;
    padding: 20px 30px;
    border-bottom: solid 1px #aaa;
}
#mailform input[type="text"],
#mailform input[type="email"],
#mailform input[type="tel"] {
    width: 60%;
    max-width: 400px;
    margin: 0;
	padding: 10px;
}
#mailform textarea {
    width: 80%;
    max-width: 600px;
    margin: 0;
    height: 8em;
}
#contact .privacy_wrap {
    height: 200px;
    overflow: scroll;
    border: solid 2px #ddd;
    padding: 10px;
    margin-bottom: 30px;
}
#contact .contact_wrap .flex {
	justify-content: center;
	gap: 20px;
}
#contact .contact_wrap input.button {
    background: #4c6e2a;
    color: #fff;
    padding: 10px 0;
    width: 200px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
}
#contact .contact_wrap input[type="reset"] {
    padding: 10px 0;
    width: 200px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
}

/*
==========================
SP
==========================
*/
@media  print, screen and (max-width: 767px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
	body {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		font-size: 0.9rem;
		line-height: 1.5;
		/*overflow-x: hidden;*/
	}
	main p {
		line-height: 1.8;
	}
	ol.num {
		padding-left: 30px;
	}
	.contact_area .btn a {
	    padding: 10px 50px 10px;
	}

	.global_nav_sp {
		width: 100%;
		height: 80px;
		display: block;
		position: fixed;
		top: 0;
		z-index: 1;
	}
	.global_nav_sp .menu {
		height: 80px;
		text-align: left;
	}
	.global_nav_sp .logo_sp {
		display: inline-block;
		position: relative;
	}
	.global_nav_sp .logo_sp img {
		width: auto;
		height: 80px;
		padding-left: 10px;
	}
	.global_nav_sp .menu_sp {
		display: none;
    	position: fixed;
    	top: 0;
    	right: 0;
    	width: 100%;
    	height: 100vh;
    	z-index: 1;
    	overflow: auto;
    	-webkit-overflow-scrolling: touch;
    	overflow-scrolling: touch;
    	background-color: rgba(255,255,255,0.4);
	}
	.menu_sp ul {
	    padding-top: 80px;
		height: 100%;
		overflow: auto;
	}
	.global_nav_sp .menu_sp ul li a {
		display: block;
		position: relative;
		color: #000;
		font-size: 1rem;
		font-weight: 700;
		text-decoration: none!important;
		border-top: 1px dotted #23503c;
		padding: 10px 0 10px 40px;
		background-size: 35px auto;
		box-sizing: border-box;
	}
	.global_nav_sp .menu_sp ul li.concept a {
		background: #fff url("../images/icon_concept.svg") no-repeat center left 13px;
		background-size: auto 25px;
	}
	.global_nav_sp .menu_sp ul li.point a {
		background: #fff url("../images/icon_point.svg") no-repeat center left 13px;
		background-size: auto 25px;
	}
	.global_nav_sp .menu_sp ul li.access a {
		background: #fff url("../images/icon_access.svg") no-repeat center left 13px;
		background-size: auto 25px;
        border-bottom: 1px dotted #23503c;
	}
	.global_nav_sp .menu_sp ul li.contact a {
		background: #fff url("../images/icon_contact.svg") no-repeat center left 12px;
		background-size: auto 16px;
	}
	.global_nav_sp .menu_sp ul li a:after {
    	position: absolute;
    	right: 20px;
    	top: 50%;
    	content: '';
    	display: block;
    	width: 12px;
		height: 12px;
		border-top: solid 2px #23503c;
		border-right: solid 2px #23503c;
    	transform: translateY(-50%) rotate(45deg);
	}
	.global_nav_sp .menu_sp ul li:last-child a {
		border-bottom: 1px solid #e0d9ca;
	}
	
	.global_nav_sp .menu_sp ul li.checkin .btn {
		margin-top: 1em!important;
	}
	.global_nav_sp .menu_sp ul li.checkin .btn a {
		padding: 10px 60px 12px;
    border-radius: 25px;
    background: #cc6600;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 15px;
	}
	.global_nav_sp .menu_sp ul li.checkin a:after {
		display: none;
	}
	/*=================================menu.js=================================*/
	.toggle {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 5px;
		/*width: 50px;*/
		width: 60px;
		height: 60px;
		transition: all .7s ease;
		cursor: pointer;
		z-index: 2;
		background: #fff;
		border-radius: 10px;
	}
	.bar {
		position: relative;
		top: 15px;
		right:0;
		display: block;
		height: 2px;
		width: 33px;
		background: #23503c;
		margin: 6px auto;
		transition: all .7s ease;
		z-index: 2;
	}
	.smaller .bar{
		background: #fff;
	}
	.middle {
		margin: 0 auto;
	}
	.toggle.on .top {
		-webkit-transform: translateY(8px) rotateZ(45deg);
		transform: translateY(8px) rotateZ(45deg);
	}
	.toggle.on .bottom {
		-webkit-transform: translateY(-8px) rotateZ(-45deg);
		transform: translateY(-8px) rotateZ(-45deg);
	}
	.toggle.on .middle {
		width: 0;
	}
	.inner {
	    width: 90%;
	}
	#header_navi {
		display: none;
	}
	#header .notice {
		width: 20%;
		bottom: -35px;
		left: 15px
	}
	#header #header_logo {
	    width: 50%;
	    top: 27%;
	}
	
	/*========== ttl ==========*/
	h2.ttl {
	    background-size: 100% auto;
	    margin-bottom: 20px;
		font-size: 1.6em;
	}
	h3.ttl {
	    font-size: 1.2rem;
		margin-top: 0;
		line-height: 1.5;
	}
	
	/*========== flex ==========*/
	.flex_n {
	    display: block;
	}
	.flex_n .text_wrap, .flex_n .image_wrap {
	    width: 100%;
	}
	
	/*========== gallery ==========*/
	.gallery ul {
	    gap: 10px;
	}
	.gallery ul li {
	    width: calc((100% - 20px) / 3);
	}
	/*========== concept_area ==========*/
	.concept_area {
	    padding-top: 40px;
	}
	.concept_area p:last-of-type {
	    padding-bottom: 100px;
		margin-bottom: 20px;
	    background-size: auto 80px;
	    background-position: bottom left 10%,bottom right 10%;
	}
	.concept_area p {
	    font-size: 1em;
	}
	
	/*========== point ==========*/
	.point_area {
	    padding: 50px 0;
		background: url("../images/bg_point.jpg") no-repeat bottom 150px right /80% auto;
	}
	.point_area:after {
	    width: 120px;
	    bottom: -1950px;
	}
	
	/*========== sauna ==========*/
	.sauna_area {
	    border-width: 3px;
	    border-radius: 20px;
	}
	.sauna_area .wrap {
	    padding: 10px 15px 30px;
	}
	.sauna_area dt {
	    font-size: 1em;
	    padding: 5px 0;
	    border-radius: 17px 17px 0 0;
	}
	.sauna_area dt:after {
	    right: 20px;
	    font-size: 2em;
	}
	.sauna_area dt.selected {
		border-radius: 16px;
	}
	.burrow_area {
	    top: 0;
	    margin-bottom: 50px;
	}
	.sauna_area .flex_n + p {
	    margin-bottom: 1.5em;
	}
	
	/*========== decoration_area ==========*/
	.decoration_area {
	    padding: 20px 0 50px;
	    background-position: right top 11%,right top;
	}
	.decoration_area .image_wrap img {
	    width: 50%;
	    height: auto;
	}
	.decoration_area .flex {
	    gap: 10px;
	    top: 0px;
	}
	.decoration_area .flex:before {
	    bottom: 0;
	    width: 154px;
	    height: 86px;
	    background-size: contain;
	}
	.decoration_area p {
	    line-height: 1.5;
	    font-size: 1em;
	}
	
	/*========== access ==========*/
	.access_area {
		margin-bottom: 50px;
	}
	.access_area .inner {
	    width: 95%;
		border-width: 3px;
		padding: 20px 15px 80px;
		background-position: bottom 5px right 20px;
		background-size: 20% auto;
	}
	.gmap iframe {
	    height: 150px;
	}
	.access_area .address_wrap {
	    width: 100%;
	}
	.access_area .facility_wrap h3.ttl {
		text-align: center;
	}
	.access_area .facility_wrap h3.ttl span {
	    font-size: 1.2em;
	}
	.access_area .facility_wrap p {
	    font-size: 1.2em;
		line-height: 1.3;
		margin-bottom: 25px;
	}
	.access_area h3.ttl:last-of-type {
	    margin-top: 25px;
	}
	
	/*========== contact_area ==========*/
	.contact_area {
	    padding: 50px 0;
	}
	.contact_area .name,
	.contact_area .adr .type{
	    font-size: 1.4em;
	}
	.contact_area .adr {
	    font-size: 1.3em;
	}
	.contact_area .adr .value {
	    font-size: 1.8em;
	}
	
	/*========== footer ==========*/
	.sns_area {
	    position: static;
	}
	.sns_area a {
	    position: relative;
	    padding: 10px 15px;
	}
	.sns_area a:after {
	    position: absolute;
	    right: 20px;
	    top: 50%;
	    content: '';
	    display: block;
	    width: 12px;
	    height: 12px;
	    border-top: solid 2px #fff;
	    border-right: solid 2px #fff;
	    transform: translateY(-50%) rotate(45deg);
	}
	.sns_area a img {
	    width: 25px;
	    height: auto;
	}
	.footer_area .main_navi {
		padding: 0;
	}
	.main_navi ul {
	    width: 100%;
	    flex-direction: column;
	}
	.main_navi ul li a {
	    display: block;
	    font-size: 1.1em;
	    padding: 10px 0 10px 40px;
	    box-sizing: border-box;
	}
	.main_navi ul li {
	    text-align: center;
	}
	.main_navi ul li.concept a {
	    background: #fff url(../images/icon_concept.svg) no-repeat center left 35%;
	    background-size: auto 25px;
	}
	.main_navi ul li.point a {
		background: #fff url("../images/icon_point.svg") no-repeat center left 35%;
		background-size: auto 25px;
	}
	.main_navi ul li.access a {
		background: #fff url("../images/icon_access.svg") no-repeat center left 35%;
		background-size: auto 25px;
	}
	.main_navi ul li.contact a {
		padding-left: 40px;
		background: #fff url("../images/icon_contact.svg") no-repeat center left 35%;
		background-size: auto 16px;
	}
	.main_navi ul li a:after,
	.main_navi ul li:last-child a:after{
		position: absolute;
		display: block;
		content: '';
		right: 20px;
	    top: 50%;
	    width: 12px;
	    height: 12px;
	    border-top: solid 2px #000;
	    border-right: solid 2px #000;
	    transform: translateY(-50%) rotate(45deg);
		background: none;
	}
	.btn_area {
		flex-direction: column;
		gap: 20px;
	}
	.footer_area .footer_logo {
	    padding: 30px 0;
	}
	.footer_area .footer_logo img {
	    width: 45%;
	    height: auto;
	}
	.footer_area .copyright {
	    padding-bottom: 30px;
		font-size: 0.8rem;
	}
	/*========== contact ==========*/
	#contact #header .header_logo {
	    margin-top: 0;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    height: 80px;
		position: relative;
		z-index: 10;
	}
	#contact .contact_wrap {
		margin-bottom: 50px;
	}
	#contact .contact_wrap .inner {
	    border: none;
		width: 90%;
	}
	#contact .contact_wrap .inner .line_area,
	#contact .contact_wrap .inner .mail_area {
	    border: none;
	    padding: 0;
	}
	#mailform table {
		border: solid 1px #aaa;
	}
	#mailform th, #mailform td {
	    display: block;
	    width: 100%;
	    padding: 10px 20px;
	}
	#mailform td {
		border: none;
		padding-bottom: 20px;
	}
	#mailform textarea {
		width: 100%;
	}
	#mailform input[type="text"],
	#mailform input[type="email"],
	#mailform input[type="tel"] {
		width: 100%;
	}
	#contact .contact_wrap input.button,
	#contact .contact_wrap input[type="reset"] {
	    width: calc((100% - 20px) / 2);
	}
	
}