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

* {
	line-height: 1;
}

html {
	scroll-padding-top:0px;
	scroll-behavior: smooth;
}

img {
    border: 0;
    vertical-align: top;
	object-fit: cover;
}


/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}

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

/*body*/

body {
width: 100%;
	-webkit-text-size-adjust: 100%;
	}


li {
	list-style-type: none;
}

a {
	text-decoration: none;
	transition: .5s;
}

a:hover {
	opacity: 0.75;
	transition: .5s;
}


.contents-box {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-size: 16px;
	line-height: 1;
}

.contents-box p {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.contents-box p br.sp-view {
	display: none;
}

.contents-box a {
	color: #000;
	font-weight: 400;
}

.contents-box p a {
	color: #000;
	font-weight: 400;
}


.anctxt {
	display: block; 
    position: relative;
    visibility: hidden;
	height: 1px;
}


/*header*/

.header {
	z-index: 9999999;
	width: 100%;
	display: flex;
  justify-content: space-between;
	position: fixed;
left: 0px;
top: 0px;
	background-color: rgba(255,255,255,0);
}

.header .header-left {
	padding-top: 40px;
	padding-left: 40px;
}

.header .header-left img {
	height: 67px;
	width: auto;
}

.header .header-right {
	display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
	gap:0px 20px;
}

.header-right > h5 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 52px;
	color: #7CACAF;
	line-height: 1.2;
	letter-spacing: 0em;
	font-weight: 400;
	display: inline-block;
	padding-left: 50px;
	position: relative;
	margin-top: 15px;
	text-shadow: 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF;
}

.header-right > h5::before {
	content: "";
	position: absolute;
left: 0px;
top: 5px;
	background-image: url("../images/tel-footer.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 31px;
	height:42px;
}




/*メニュー部分*/
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		left: 0;
		overflow: auto;
		background-color: #FFF;
	}
	nav .box-menu {
		display: flex;
  justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
		width: 100%;
		padding-top: 120px;
		background-image: url("../images/back-concept.png");
background-position: center top 100px;
background-repeat: no-repeat;
	}

nav .box-menu > h2 {
		position: absolute;
left: 40px;
top: 40px;
}

nav .box-menu > h2 img {
	height: 67px;
	width: auto;
}


	

/*開閉ボタン*/
	#nav_toggle{
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 80px;
		height: 80px;
		position: relative;
		top: 0px;
		right: 0px;
		z-index: 10000000000;
		background-color: #00a199;
		padding: 26px 20px;
		margin-right: 0px;
		margin-top: 0px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 1px;
		background: #FFF;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}


/*main-img*/
 
.main-img {
	width: 100%;
	background-image: url("../images/back-title02.png");
background-position: center bottom 10px;
background-repeat: repeat-x;
}

.main-img .box-in {
	width: 100%;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
}

.main-img .box-img {
	width: 55%;
}

.main-img img {
	width: 100%;
height: auto;
	min-height: 480px;
	max-height: 600px;
	border-radius: 55px 0px 0px 55px;
}

.title-box {
	flex: 1;
	padding-left: 7%;
	position: relative;
}

.title-box::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	width: 40px;
	height: 100%;
	background-color: #FFF;
	display: block;
	border-radius: 0px 20px 20px 0px;
}


.title-box h2, .title-box h3 {
	font-family: "Zen Maru Gothic", serif;
line-height: 1.2;
font-weight: 400;
}

.title-box h2 {
	font-size: 50px;
	letter-spacing: 0.2em;
color: #006837;
}

.title-box h3 {
	font-size: 22px;
color: #8cc63f;
	padding-top: 15px;
}


/* contents */

.contents {
	width: 100%;
	padding-top: 130px;
	background-image: url("../images/back-title01.png");
background-position: center top 80px;
background-repeat: no-repeat;
}

.maincontents-inner {
	width: 100%;
	padding: 80px 0px 120px;
	background-image: url("../images/back-concept.png");
background-position: center top 60px;
background-repeat: no-repeat;
}


/*midashi*/

p.text01 {
	color:#231815;
	line-height:2;
	font-size: 16px;
	letter-spacing: 0.05em;
}

/* midashi-box */

.midashi-box {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.midashi-box h2, .midashi-box h3 {
line-height: 1.2;
font-weight: 400;
	letter-spacing: 0.3em;
}

.midashi-box h2 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 50px;
	color: #71DFE5;
	font-weight: 200;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

.midashi-box h3 {
	font-family: "Zen Maru Gothic", serif;
font-size: 30px;
	display: inline-block;
	position: relative;
	padding: 0px 45px;
}

.midashi-box h3::before, .midashi-box h3::after {
	content: "";
	position: absolute;
top: 0px;
	background-image: url("../images/icon-midashi01.svg");
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 27px;
	height: 42px;
}

.midashi-box h3::before {
left: 0px;
background-position: left top;
}

.midashi-box h3::after {
	right: 0px;
background-position: right top;
}

/* midashi01 */

.midashi01 {
	font-family: "Zen Maru Gothic", serif;
	font-size: 26px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
	padding: 15px 20px;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 60px;
	background-color: #87ca69;
}


/* lay */

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

.lay p {
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-weight: 400;
}


/* contents-about */

.contents-about {
	width: 1000px;
	margin-bottom: 100px;
}

.contents-about .box-text {
	text-align: left;
}

.contents-about .box-detail {
	border-style : solid;
border-color : rgba(113, 223, 229, 0.45);
border-width : 7px;
	border-radius: 35px;
	margin-top: 60px;
	padding: 35px 50px;
	background-color: #FFF;
}

.contents-about .box-detail h4 {
	font-family: "Zen Maru Gothic", serif;
	font-size: 30px;
color: #5a989b;
line-height: 1.4;
letter-spacing: 0.3em;
font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
}

.box-detail ul.checklist {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:20px 0px;
	padding: 0px 20px 30px;
}

.box-detail ul.checklist li {
	width: 50%;
	text-align: left;
	font-family: "Zen Maru Gothic", serif;
	font-size: 22px;
color: #476731;
line-height: 1.4;
letter-spacing: 0.1em;
font-weight: 400;
	position: relative;
	padding-left: 50px;
}

.box-detail ul.checklist li::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../images/check.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 38px;
	height: 38px;
	margin-top: -5px;
}

/* layout-frame */

.layout-frame {
	text-align: center;
background-position: center top;
background-repeat: repeat;
	position: relative;
	padding: 110px 0px;
}

.layout-frame01 {
	background-image: url("../images/frame01b.png");
}

.layout-frame02 {
	background-image: url("../images/frame02b.png");
}

.layout-frame::before, .layout-frame::after {
	content: "";
	position: absolute;
left: 0px;
background-repeat: repeat-x;
	background-size: auto 100%;
	width: 100%;
	height: 35px;
}

.layout-frame::before {
	top: 0px;
background-position: center top;
}

.layout-frame::after {
	bottom: 0px;
background-position: center bottom;
}

.layout-frame01::before {
	background-image: url("../images/frame01a.png");
}

.layout-frame01::after {
	background-image: url("../images/frame01c.png");
}

.layout-frame02::before {
	background-image: url("../images/frame02a.png");
}

.layout-frame02::after {
	background-image: url("../images/frame02c.png");
}

.layout-frame .midashi-box {
	background-color: #FFF;
	border-radius: 200px;
	padding: 40px 0px;
	width: 900px;
}

/* layout-frame03 */

.layout-frame03 {
	background-image: url("../images/icon-midashi02.png");
background-position: center top 10px;
background-repeat: repeat-x;
}

.layout-frame03 .midashi-box {
	background-color: #FFF;
	width: 930px;
}


/* layout-contents01 */

.layout-contents01 {
	width: 1000px;
}

.layout-contents01_inner {
	background-color: #FFF;
	border-radius: 35px;
	padding: 100px 70px 50px;
	position: relative;
}

.layout-contents01_inner:not(:last-child) {
	margin-bottom: 50px;
}

.layout-contents01 h3 {
	font-family: "Zen Maru Gothic", serif;
	font-size: 26px;
color: #000;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	 background : rgba(113, 223, 229, 0.45);
	position: absolute;
left: 15%;
top: 0px;
	width: 70%;
	padding: 15px;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
}

/* layout-price */

.layout-price {
	text-align: center;
}

.layout-price .box-price {
	margin-bottom: 40px;
}

.layout-price .box-price h5 {
	margin-bottom: 20px;
	font-family: "Zen Maru Gothic", serif;
	font-size: 30px;
color: #000;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
}

.layout-price .box-price h5::after {
	content: "円(税別)";
	font-size: 18px;
}

.layout-price .box-treatment .box {
	border-radius: 20px;
	padding: 25px;
}

.layout-price .box-treatment .box:not(:last-child) {
	margin-bottom: 20px;
}

.layout-price .box-treatment .box-t {
	 background : rgba(255, 255, 0, 0.1);
}

.layout-price .box-treatment .box-r {
	 background : rgba(96, 182, 48, 0.1);
}



/*contents-treatmentmenu*/

.contents-treatmentmenu {
	text-align: center;
	width: 100%;
}

.contents-treatmentmenu .midashi-box {
	background-image: url("../images/back-title02.png");
background-position: center top;
background-repeat: repeat-x;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 15px;
}

nav .contents-treatmentmenu .midashi-box {
	background-image: none;
}

.contents-treatmentmenu .midashi-box h2 {
	background-color: #FFF;
	padding: 20px 55px;
	display: inline-block;
	margin-bottom: 0px;
}

nav .contents-treatmentmenu .midashi-box h2 {
	background-color: rgba(255,255,255,0);
}

.contents-treatmentmenu .menu-wrap {
	width: 100%;
	background-image: url("../images/frame01b.png");
background-position: center top;
background-repeat: repeat;
	position: relative;
	padding: 90px 0px;
}

nav .contents-treatmentmenu .menu-wrap {
	background-image: none;
	padding: 50px 0px;
}

.contents-treatmentmenu .menu-wrap::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../images/frame01a.png");
background-position: center top;
background-repeat: repeat-x;
	background-size: auto 100%;
	width: 100%;
	height: 35px;
}

.contents-treatmentmenu .menu-wrap::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../images/frame01c.png");
background-position: center bottom;
background-repeat: repeat-x;
	background-size: auto 100%;
	width: 100%;
	height: 35px;
}

nav .contents-treatmentmenu .menu-wrap::before, nav .contents-treatmentmenu .menu-wrap::after {
	display: none;
}

.contents-treatmentmenu .box-in {
	width: 750px;
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:20px 3%;
}

.contents-treatmentmenu .box-in2 {
	padding-top: 50px;
	margin-top: 50px;
	border-top-style : solid;
border-color : #CCC;
border-width : 1px;
}

.contents-treatmentmenu .box {
	border-style : solid;
border-width : 1px;
	background-color: #FFF;
	width: 31.2%;
	border-radius: 10px;
	overflow: hidden;
}

.contents-treatmentmenu .box:nth-child(1), .contents-treatmentmenu .box:nth-child(5), .contents-treatmentmenu .box:nth-child(9) {
border-color : #00a199;
}

.contents-treatmentmenu .box:nth-child(2), .contents-treatmentmenu .box:nth-child(6), .contents-treatmentmenu .box:nth-child(7) {
border-color : #6dba57;
}

.contents-treatmentmenu .box:nth-child(3), .contents-treatmentmenu .box:nth-child(4), .contents-treatmentmenu .box:nth-child(8) {
border-color : #476731;
}

.contents-treatmentmenu .box-in2 .box {
border-color : #0074ac;
}

.contents-treatmentmenu h4, .contents-treatmentmenu h5 {
	font-family: "Zen Maru Gothic", serif;
line-height: 1.2;
	font-weight: 400;
}

.contents-treatmentmenu h4 {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 200;
color: #FFF;
letter-spacing: 0.05em;
	padding: 35px 0px 10px;
	height: 70px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	position: relative;
}

.contents-treatmentmenu .box:nth-child(1) h4, .contents-treatmentmenu .box:nth-child(5) h4, .contents-treatmentmenu .box:nth-child(9) h4 {
background-color : #00a199;
}

.contents-treatmentmenu .box:nth-child(2) h4, .contents-treatmentmenu .box:nth-child(6) h4, .contents-treatmentmenu .box:nth-child(7) h4 {
background-color : #6dba57;
}

.contents-treatmentmenu .box:nth-child(3) h4, .contents-treatmentmenu .box:nth-child(4) h4, .contents-treatmentmenu .box:nth-child(8) h4 {
background-color : #476731;
}

.contents-treatmentmenu .box-in2 .box h4 {
background-color: #0074ac;
}

.contents-treatmentmenu h4::before {
	content: "";
	position: absolute;
left: 0px;
top: 10px;
	width: 100%;
	display: inline-block;
	font-size: 24px;
	font-family: "Zen Maru Gothic", serif;
}

.contents-treatmentmenu .box:nth-child(1) h4::before {
	content: "01";
}

.contents-treatmentmenu .box:nth-child(2) h4::before {
	content: "02";
}

.contents-treatmentmenu .box:nth-child(3) h4::before {
	content: "03";
}

.contents-treatmentmenu .box:nth-child(4) h4::before {
	content: "04";
}

.contents-treatmentmenu .box:nth-child(5) h4::before {
	content: "05";
}

.contents-treatmentmenu .box:nth-child(6) h4::before {
	content: "06";
}

.contents-treatmentmenu .box:nth-child(7) h4::before {
	content: "07";
}

.contents-treatmentmenu .box:nth-child(8) h4::before {
	content: "08";
}

.contents-treatmentmenu .box:nth-child(9) h4::before {
	content: "09";
}

.contents-treatmentmenu h5 {
	font-size: 20px;
color: #000;
letter-spacing: 0.05em;
	height: 60px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	flex-direction: column;
}

/*banner-book*/

.banner-book {
    position: fixed;
    top: 35%;
    right: 0px;
    z-index: 100;
}

.banner-book img {
    width: 180px;
	height: auto;
}

/*pagetop_btn*/

.pagetop_btn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}

.pagetop_btn a {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.pagetop_btn a:hover {
    opacity: 0.75;
}

.pagetop_btn img {
    width: 80px;
height: auto;
}


/*footer-link*/

.footer-link {
	width: 100%;
	text-align: center;
	background-color: #FFF;
	position: fixed;
	left: 0px;
	bottom: 0px;
	display: none;
}

.footer-link ul {
	display: flex;
  justify-content: center;
align-items: center;
}

.footer-link ul li {
	width:42.5%;
}

.footer-link ul li:last-child {
	width: 15%;
}

.footer-link ul li img {
	width: 100%;
height: auto;
}


/*footer*/

footer {
	width: 100%;
	text-align: center;
}

/*footer-guide*/

.footer-guide {
	padding-top: 80px;
	margin-bottom: 80px;
	background-image: url("../images/back-concept.png");
background-position: center top 30px;
background-repeat: no-repeat;
}

.footer-img {
	width: 1000px;
	margin-bottom: 50px;
}

.footer-img img {
	width: 100%;
height: auto;
	border-radius: 40px;
}

.footer-guide h2 {
	margin-bottom: 40px;
}

.footer-guide h2 img {
	height: 208px;
	width: auto;
}

.footer-guide h5, .footer-guide h5 a {
	font-family: "Josefin Sans", sans-serif;
	font-size: 52px;
	color: #7CACAF;
	line-height: 1.2;
	letter-spacing: 0em;
	font-weight: 400;
}

.footer-guide h5 {
	display: inline-block;
	padding-left: 50px;
	position: relative;
	margin-bottom: 30px;
}

.footer-guide h5 a {
	opacity: 1;
}

.footer-guide h5::before {
	content: "";
	position: absolute;
left: 0px;
top: 5px;
	background-image: url("../images/tel-footer.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 31px;
	height:42px;
}

.footer-guide .time {
	width: 670px;
}

.footer-guide .time img {
	width: 100%;
height: auto;
}

.footer-guide .time p {
	text-align: right;
	padding-top: 15px;
	font-size: 14px;
}

footer .footer-guide .cash p {
	font-family: "Zen Maru Gothic", serif;
	font-size: 18px;
}

footer .footer-guide .cash p.res {
	width: 200px;
	margin: 8px auto 0;
	background-color: rgb(253, 245, 248);
	border-radius: 60px;
}

/*subcontents-map*/

.subcontents-map {
	width: 100%;
}

.map-address {
	padding: 20px 0px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:0px 40px;
	background-color: #8DC97C;
}

.map-box, .map-box iframe {
	width: 100%;
	height: 400px;
}

.subcontents-map h3 {
	border-right-style : solid;
border-color : #FFF;
border-width : 1px;
	padding-right: 40px;
}

.subcontents-map h4 {
color: #FFF;
line-height: 1.2;
	font-weight: 400;
}

/*footer*/

.footer p {
	font-size: 11px;
color: #666666;
line-height: 1.2;
font-weight: normal;
	padding: 20px 0px;
}


/**
 * for SmartPhone
 */
@media screen and (min-width: 737px) {
	
	body {
	min-width: 1280px;
	}
	
a[href^="tel:"] {
    pointer-events: none;
}

#header .sp-view {
	display: none;
}
	

}
@media screen and (max-width: 737px) {
    body {
    }


.contents-box {
	font-size: 15px;
}

.contents-box p {
	font-size: 15px;
}

.contents-box p br.sp-view {
	display: inline-block;
}


/*header*/

.header .header-left {
	padding-top: 15px;
	padding-left: 10px;
}

.header .header-left img {
	height: 34px;
}
	
.header .header-right > h5 {
	display: none;
}

	
/*開閉ボタン*/
	#nav_toggle{
		width: 60px;
		height: 60px;
		padding: 16px 10px 0px;
		margin-right: 0px;
		margin-top: 0px;
	}
	#nav_toggle span:nth-child(1){
		top:4px;
	}
	#nav_toggle span:nth-child(2){
		top:14px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}

	
	.nav-pc {
		display: none;
	}
	
nav .box-menu {
	padding-top: 70px;
	}
	
nav .box-menu > h2 {
	top: 15px;
	left: 10px;
	}
	
nav .box-menu > h2 img{
	height: 34px;
	}

	
/*main-img*/
 
.main-img {
	width: 100%;
	background-size: auto 50px;
	background-position: center bottom 0px;
	padding-bottom: 70px;
}

.main-img .box-in {
  justify-content: center;
	gap:30px;
}

.main-img .box-img {
	width: 100%;
}

.main-img img {
	min-height: 200px;
	max-height: 300px;
	border-radius: 0px;
}

.title-box {
	width: 100%;
	padding-left: 0%;
	text-align: center;
}

.title-box h2 {
	font-size: 30px;
}

.title-box h3 {
	font-size: 18px;
	letter-spacing: 0.2em;
	padding-top: 5px;
}


/*contents*/
	
.contents {
	width: 100%;
	padding-top: 70px;
	background-image: none;
}
	
.maincontents-inner {
	padding: 40px 0px;
}

	
/*midashi*/

p.text01 {
	font-size: 15px;
}

.midashi-box {
	margin-bottom: 35px;
}

.midashi-box h2, .midashi-box h3 {
	letter-spacing: 0.1em;
}

.midashi-box h2 {
	font-size: 28px;
}

.midashi-box h3 {
font-size: 18px;
	padding: 0px 30px;
}

.midashi-box h3::before, .midashi-box h3::after {
	height: 25px;
}
	
/* midashi01 */
	
.midashi01 {
	font-size: 18px;
letter-spacing: 0.05em;
	padding: 12px 20px;
}
	
/* contents-about */

.contents-about {
	width: 88%;
	margin-bottom: 50px;
}

.contents-about .box-detail {
border-width : 4px;
	border-radius: 25px;
	margin-top: 50px;
	padding: 30px 25px;
}

.contents-about .box-detail h4 {
	font-size: 22px;
letter-spacing: 0.1em;
	margin-bottom: 25px;
	padding-bottom: 20px;
}
	
.box-detail ul.checklist {
	flex-direction: column;
	gap:15px 0px;
	padding: 0px 0px 30px;
}

.box-detail ul.checklist li {
	width: 100%;
	font-size: 17px;
letter-spacing: 0em;
	padding-left: 35px;
}

.box-detail ul.checklist li::before {
	height: 25px;
	margin-top: 0px;
}


/* layout-frame */

.layout-frame {
	padding: 60px 0px;
}

.layout-frame::before, .layout-frame::after {
	height: 20px;
}

.layout-frame .midashi-box {
	border-radius: 20px;
	padding: 20px;
	width: 90%;
}
	
/* layout-frame03 */

.layout-frame03 {
background-position: center top 0px;
	background-size: auto 55px;
}

.layout-frame03 .midashi-box {
	width: 305px;
}
	
/* layout-contents01 */

.layout-contents01 {
	width: 88%;
}

.layout-contents01_inner {
	border-radius: 25px;
	padding: 80px 25px 30px;
}

.layout-contents01_inner:not(:last-child) {
	margin-bottom: 30px;
}

.layout-contents01 h3 {
	font-size: 20px;
letter-spacing: 0.1em;
left: 10%;
	width: 80%;
}

/* layout-price */

.layout-price .box-price {
	margin-bottom: 30px;
}

.layout-price .box-price h5 {
	margin-bottom: 15px;
}

.layout-price .box-price h5::after {
	font-size: 16px;
}

.layout-price .box-treatment .box {
	padding: 20px;
	text-align: left;
}

	
	
/*contents-treatmentmenu*/
	

.contents-treatmentmenu .midashi-box {
	background-size: auto 50px;
}
	
.contents-treatmentmenu .midashi-box h2 {
	padding: 12px 20px;
}

.contents-treatmentmenu .menu-wrap {
	padding: 50px 0px;
}

nav .contents-treatmentmenu .menu-wrap {
	padding: 20px 0px 60px;
}

.contents-treatmentmenu .menu-wrap::before {
	height: 20px;
}

.contents-treatmentmenu .menu-wrap::after {
	height: 20px;
}

.contents-treatmentmenu .box-in {
	width: 88%;
	gap:12px 4%;
}

.contents-treatmentmenu .box {
	width: 48%;
}

.contents-treatmentmenu h5 {
	font-size: 16px;
letter-spacing: 0em;
}

	
.contents-treatmentmenu .box:nth-child(2) {
border-color : #00a199;
}

.contents-treatmentmenu .box:nth-child(3) {
border-color : #6dba57;
}

.contents-treatmentmenu .box:nth-child(1) {
border-color : #476731;
}
	
.contents-treatmentmenu .box:nth-child(2) h4 {
background-color : #00a199;
}

.contents-treatmentmenu .box:nth-child(3) h4 {
background-color : #6dba57;
}

.contents-treatmentmenu .box:nth-child(1) h4 {
background-color : #476731;
}
	
.contents-treatmentmenu .box-in2 .box {
border-color: #0074ac;
}
	
.contents-treatmentmenu .box-in2 .box h4 {
background-color: #0074ac;
}

/*footer-link*/

.footer-link {
	display: block;
}
	
/*banner-book*/

.banner-book {
    display: none;
}
	
/*btn-top*/
	
.pagetop_btn {
    bottom: 12%;
    right: 10px;
}

.pagetop_btn img {
    width: 60px;
height: auto;
}

	
/*footer-guide*/

.footer-guide {
	margin-bottom: 50px;
	padding-top: 40px;
	background-size: 150% auto;
	background-position: center top 20px;
}

.footer-img {
	width: 90%;
	margin-bottom: 40px;
}

.footer-img img {
	border-radius: 30px;
}

.footer-guide h2 {
	margin-bottom: 20px;
}

.footer-guide h2 img {
	height: 120px;
}

.footer-guide h5 {
	padding-left: 45px;
	margin-bottom: 25px;
}
	
.footer-guide h5, .footer-guide h5 a {
	font-size: 42px;
}
	
.footer-guide h5::before {
	top: 0px;
}


.footer-guide .time {
	width: 90%;
}

.footer-guide .time p {
text-align: center;
}

footer .footer-guide .cash p {
	font-size: 15px;
}	
	
footer .footer-guide .cash p.res {
	width: 30%;
}
	

/*subcontents-map*/

.map-address {
	padding: 15px 0px;
	gap:8px 40px;
	flex-direction: column;
}

.map-box, .map-box iframe {
	width: 100%;
	height: 200px;
}

.subcontents-map h3 {
	border-right-style : none;
	padding-right: 0px;
}

.subcontents-map h4 {
line-height: 1.6;
}

/*footer*/

.footer p {
	font-size: 10px;
	padding-bottom: 20%;
}
	


      
}
