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

* {
	line-height: 1;
}

html {
	scroll-padding-top:120px;
	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;
}

/* basefont */
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --title-font: "Zen Old Mincho", serif;
  --title-font2: "Noto Serif JP", serif;
  --subtitle-font: "Josefin Sans", sans-serif;
  --number-font: "Zen Old Mincho", serif;
	
  --base-font-size: 16px;
	
  --color-base: #000;
  --color-main: #004896;
  --color-sub: #58c3f0;
  --color-sub2: #40517a;
}


.contents-box {
	font-family: var(--base-font);
font-weight: 400;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-size: var(--base-font-size);
	color : var(--color-base);
	line-height: 1;
}

.contents-box p {
	font-family: var(--base-font);
font-weight: 400;
	font-size: var(--base-font-size);
	color : var(--color-base);
	line-height: 1.8;
	letter-spacing: 0.05em;
}

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

.contents-box a {
	color : var(--color-base);
	font-weight: 400;
}

.contents-box p a {
	color : var(--color-base);
	font-weight: 400;
}


/* animation_box */

.animation_box {
  transition: 1s ease;
	opacity: 0;
	transition-delay: .5s;
	transform: translateY(0px);
}

.animation_box-left {
	transform: translateX(-100px);
}

.animation_box-right {
	transform: translateX(100px);
}

.animation_box2 {
	transition-delay: 1s;
}

.animation_box3 {
	transition-delay: 1.5s;
}

.animation_box4 {
	transition-delay: 2s;
}

.animation_box.effect {
	opacity: 1;
	transform: translate(0px);
}



/*header*/

.header-wrap {
	z-index: 9999999;
	width: 100%;
position: fixed;
left: 0px;
top: 0px;
}

.header {
	width: 100%;
	display: flex;
  justify-content: space-between;
	position: relative;
    padding: 20px;
    transition: .5s;
    background-color: rgba(255,255,255,0.8);
}

.hidden .header {
	background-color: rgba(255,255,255,0);
}

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

.header .header-right {
	display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
}


/*メニュー部分*/
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		left: 0;
		overflow: auto;
		background-color: #FFF;
	}
	nav .box-menu {
		width: 100%;
		height: 100%;
		display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	}

nav .box-menu > h2 {
		position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	text-align: center;
}

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

/*開閉ボタン*/
	#nav_toggle{
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 70px;
		height: 70px;
		position: relative;
		top: 10px;
		right: 15px;
		z-index: 10000000000;
		background-color: #abd05f;
		padding: 24px 15px;
		margin-right: 0px;
		margin-top: 0px;
		border-radius: 8px;
		cursor: pointer;
	}
	#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:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}
	
	/*開閉ボタン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: 92%;
    max-width: 1600px;
	position: relative;
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}

.main-img::before {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../images/title-page.svg");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 440px;
	height: 297px;
    margin-bottom: -80px;
}

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

.main-img img {
	width: 100%;
height: auto;
	max-height: 560px;
	border-radius: 0px 0px 40px 40px;
}

.main-img .box-title {
	text-align: center;
    flex: 1;
    padding-top: 20px;
}

.main-img .box-title h2, .main-img .box-title h3 {
	font-family: var(--title-font);
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0.15em;
}

.main-img .box-title h2 {
    color: var(--color-main);
	font-size: 37px;
}

.main-img .box-title h3 {
	font-size: 14px;
	padding-top: 20px;
}


/* contents */

.contents {
	width: 100%;
}

.maincontents-inner {
	width: 100%;
	padding-top: 150px;
}

.contents-contact .maincontents-inner {
	padding-top: 0px;
}

.maincontents-inner section:not(:last-child) {
	margin-bottom: 120px;
}


/* lay */

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

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

.lay1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.lay1100 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.lay1170 {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

/* midashi-box */

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

.midashi-box h2 {
	font-family: var(--subtitle-font);
	color: var(--color-main);
	font-size: 62px;
line-height: 0.9;
letter-spacing: 0.25em;
font-weight: 200;
	margin-bottom: 15px;
}

.midashi-box h3 {
	font-family: var(--title-font);
	font-size: 26px;
	line-height: 1.2;
letter-spacing: 0.25em;
	font-weight: 400;
	position: relative;
	display: inline-block;
}

.midashi-box h3::before, .midashi-box h3::after {
	content: "";
	position: absolute;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 75px;
	height: 33px
}

.midashi-box h3::before {
left: 0px;
    background-image: url("../images/back-title02a.svg");
	background-position: right center;
	margin-left: -100px;
}

.midashi-box h3::after {
right: 0px;
    background-image: url("../images/back-title02b.svg");
	background-position: left center;
	margin-right: -100px;
}

.midashi02 {
	font-family: var(--title-font);
	font-size: 31px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 400;
	background-color: var(--color-sub);
	padding: 25px 80px;
	border-radius: 80px;
	margin-bottom: 50px;
    display: inline-block;
}

/* layout-concept */

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

.layout-concept h2 {
	position: relative;
    font-family: var(--subtitle-font);
    color : var(--color-main);
    font-size: 62px;
    line-height: 0.9;
letter-spacing: 0.25em;
font-weight: 200;
}

.layout-concept h2::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../images/back-title01.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 176px;
    margin-top: -20px;
}

.layout-concept h4 {
    font-family: var(--title-font);
	font-size: 29px;
line-height: 1.6;
letter-spacing: 0.25em;
font-weight: 400;
    position: relative;
    padding: 40px 0px 50px;
    margin-bottom: 50px;
}

.layout-concept h4::before {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../images/back-title03.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 8px;
}

.layout-concept p {
	line-height: 2.2;
}

/* layout-contents01 */

.layout-contents01 {
	width: 100%;
}

.layout-contents01 .box-title {
	width: 590px;
    height: 150px;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
    display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
    flex-direction: column;
    border-radius: 25px;
    margin-bottom: 40px;
}

.layout-contents01 .about01 .box-title {
    background-image: url("../images/back-title04.svg");
}

.layout-contents01 .about02 .box-title {
    background-image: url("../images/back-title05.svg");
}

.layout-contents01 .box-title h5, .layout-contents01 .box-title h6 {
    font-family: var(--title-font);
    color: #FFF;
    font-weight: 400;
	line-height: 1.2;
    letter-spacing: 0.25em;
}

.layout-contents01 .box-title h5 {
    font-size: 31px;
}

.layout-contents01 .box-title h6 {
    font-size: 15px;
    padding-top: 10px;
    letter-spacing: 0.2em;
}

/* layout-feature */

.layout-feature {
    position: relative;
}

.layout-feature::before {
   content: "";
	position: absolute;
left: 0px;
top: 75px;
	width: 100%;
	height: 135px;
    display: block;
    background : -moz-linear-gradient(50% 0% -90deg,rgba(199, 178, 153, 1) 0%,rgba(255, 255, 255, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(199, 178, 153, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(199, 178, 153, 1) ),color-stop(1,rgba(255, 255, 255, 1) ));
  background : -o-linear-gradient(-90deg, rgba(199, 178, 153, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(199, 178, 153, 1) 0%, rgba(255, 255, 255, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7B299', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(199, 178, 153, 1) 0%, rgba(255, 255, 255, 1) 100%);
  opacity : 0.14;
    z-index: -1;
}

.layout-feature:not(:last-child) {
   margin-bottom: 120px;
}

.layout-feature .box {
   padding-top: 60px;
    position: relative;
}

.layout-feature .box::before, .layout-feature .box::after {
    font-family: var(--title-font);
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 400;
}

.about01 .box::before, .about01 .box::after {
    color: var(--color-sub);
}

.about02 .box::before, .about02 .box::after {
    color: #b5d46c;
}

.layout-feature .box::before {
   content: "";
	position: absolute;
left: 0px;
top: 20px;
    width: 100%;
    font-size: 24px;
}

.layout-feature .box:nth-child(1)::before {
   content: "01";
}

.layout-feature .box:nth-child(2)::before {
   content: "02";
}

.layout-feature .box:nth-child(3)::before {
   content: "03";
}

.layout-feature .box:nth-child(4)::before {
   content: "04";
}

.layout-feature .box:nth-child(5)::before {
   content: "05";
}

.layout-feature .box::after {
   content: "";
	position: absolute;
left: 0px;
top: 0px;
    width: 100%;
    font-size: 15px;
}

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

.layout-feature .box p {
    font-family: var(--title-font);
    font-size: 20px;
	line-height: 1.2;
    letter-spacing: 0.25em;
}


/* contents-treatmentmenu */

.contents-treatmentmenu {
	text-align: center;
}

.contents-treatmentmenu .box-inner, .contents-treatmentmenu .box-inner2 {
	width: 1060px;
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:20px;
}

.contents-treatmentmenu .box-inner2 {
	padding-top: 40px;
}

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

.contents-treatmentmenu .box:nth-child(8n+1), .contents-treatmentmenu .box:nth-child(8n+3), .contents-treatmentmenu .box:nth-child(8n+6), .contents-treatmentmenu .box:nth-child(8n) {
border-color :  var(--color-sub);
}

.contents-treatmentmenu .box:nth-child(8n+2), .contents-treatmentmenu .box:nth-child(8n+4), .contents-treatmentmenu .box:nth-child(8n+5), .contents-treatmentmenu .box:nth-child(8n+7) {
    border-color :  #b5d46c;
}

.contents-treatmentmenu h2, .contents-treatmentmenu h4, .contents-treatmentmenu h5 {
	font-family: var(--title-font);
line-height: 1.2;
	font-weight: 400;
}

.contents-treatmentmenu h2 {
	font-size: 30px;
color: #716f5f;
letter-spacing: 0.3em;
	margin-bottom: 40px;
}

.contents-treatmentmenu h4 {
color: #FFF;
	font-size: 14px;
letter-spacing: 0.1em;
	padding: 35px 0px 10px;
	height: 70px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	position: relative;
}

.contents-treatmentmenu .box:nth-child(8n+1) h4, .contents-treatmentmenu .box:nth-child(8n+3) h4, .contents-treatmentmenu .box:nth-child(8n+6) h4, .contents-treatmentmenu .box:nth-child(8n) h4 {
background-color : var(--color-sub);
}

.contents-treatmentmenu .box:nth-child(8n+2) h4, .contents-treatmentmenu .box:nth-child(8n+4) h4, .contents-treatmentmenu .box:nth-child(8n+5) h4, .contents-treatmentmenu .box:nth-child(8n+7) h4 {
    background-color : #b5d46c;
}

.contents-treatmentmenu .box-inner2 .box h4 {
background-color: var(--color-sub2);
}

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

.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 .box:nth-child(10) h4::before {
	content: "10";
}

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

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

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

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

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

.contents-treatmentmenu h5 {
	font-size: 20px;
	letter-spacing: 0.15em;
	width: 100%;
    height: 60px;
    display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}



/*pagetop_btn*/

.pagetop_btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    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 {
   height: 65px;
	width: auto;
}

/*pagetop_btn2*/

.pagetop_btn2 {
    position: fixed;
    top: 120px;
    right: 20px;
    z-index: 100;
}

.pagetop_btn2 img {
   height: 200px;
	width: 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.7%;*/
}

.footer-link ul li:last-child {
/*	width: 14.8%;*/
}

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

.footer-link ul li a {
	background-color: #00b4af;
	display: block;
}

/* box-time */

.box-time {
	width: 660px;
	background : #FFF;
}

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

.box-time .box-text {
	padding-top: 20px;
	text-align: right;
}

.box-time p {
	color: var(--color-sub);
	line-height: 1.2;
}



/*footer*/

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

/*footer-guide*/

.footer-guide {
    padding: 80px 0px;
}

.footer-img {
    position: relative;
    width: 960px;
    margin-bottom: 50px;
}

.footer-img::before {
    content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../images/icon-footer01.svg");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 352px;
	height: 224px;
    margin-left: -90px;
    margin-bottom: -50px;
}

.footer-img::after {
    content: "";
	position: absolute;
right: 0px;
bottom: 0px;
	background-image: url("../images/icon-footer02.svg");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 352px;
	height: 224px;
    margin-right: -90px;
    margin-bottom: -50px;
}

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

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

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

.footer-guide h3, .footer-guide h3 a {
	font-family: var(--number-font);
	line-height: 1.2;
	font-weight: 400;
	font-size: 45px;
    letter-spacing: 0.05em;
	color: var(--color-sub);
}

.footer-guide h3 {
	display: inline-block;
	position: relative;
	padding-top: 35px;
	padding-left: 35px;
    margin-bottom: 30px;
}

.footer-guide h3::before {
	content: "";
	position: absolute;
left: 0px;
bottom: 7px;
	background-image: url("../images/tel-footer.svg");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 26px;
	height: 35px;
}

.footer-guide h3::after {
	content: "お気軽にご相談ください";
	position: absolute;
left: 0px;
top: 0px;
	display: block;
	width: 100%;
	font-size: 20px;
line-height: 1.2;
letter-spacing: 0.2em;
    color: var(--color-sub2);
}


/* footer-map */

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

.footer-map .box-text {
	padding: 20px 0px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:0px 40px;
    background-image: url("../images/back-access.jpg");
background-position: center top;
background-repeat: repeat-x;
background-size: auto 100%;
}

.footer-map h6 {
    font-family: var(--subtitle-font);
    font-size: 24px;
color: #FFF;
line-height: 1.2;
font-weight: 500;
    letter-spacing: 0.1em;
}

.footer-map p {
color: #FFF;
line-height: 1.2;
font-weight: 400;
	padding: 10px 0px;
	padding-left: 40px;
	border-left-style : solid;
border-color : #FFF;
border-width : 1px;
}

.footer-map .map-box iframe {
	width: 100%;
	height: 450px;
}


/*footer*/

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


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

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

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

/* basefont */
:root {
  --base-font-size: 14px;
}

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


/*header*/
	
.header {
    padding: 12px;
}

.header .header-left img {
	height: 40px;
}


	
/*開閉ボタン*/
	#nav_toggle{
		width: 55px;
		height: 55px;
		padding: 14px 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 {
	justify-content: center;
	padding-top: 50px;
	}
	
nav .box-menu > h2 {
	top: 10px;
	}
	
nav .box-menu > h2 img{
	height: 52px;
	}
	
/*main-img*/
 
.main-img {
	width: 90%;
  justify-content: center;
    flex-direction: column;
    gap:30px;
}

.main-img::before {
	display: none;
}

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

.main-img img {
	border-radius: 35px;
}

.main-img .box-title {
	width: 100%;
    padding-top: 0px;
}

.main-img .box-title h2 {
	font-size: 27px;
}

.main-img .box-title h3 {
	font-size: 12px;
	padding-top: 10px;
}



/* contents */

.contents {
	width: 100%;
	padding-top: 65px;
}

.maincontents-inner {
	width: 100%;
	padding-top: 50px;
}
    
.contents-contact .maincontents-inner {
	padding-top: 0px;
}
	
.maincontents-inner section:not(:last-child) {
	margin-bottom: 60px;
}

/* lay */

.lay1000, .lay1100, .lay1170 {
	width: 88%;
}


/* midashi-box */

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

.midashi-box h2 {
	font-size: 36px;
letter-spacing: 0.15em;
	margin-bottom: 10px;
}

.midashi-box h3 {
	font-size: 18px;
letter-spacing: 0.15em;
}

.midashi-box h3::before, .midashi-box h3::after {
	height: 22px
}

.midashi-box h3::before {
	margin-left: -90px;
}

.midashi-box h3::after {
	margin-right: -90px;
}

.midashi02 {
	font-size: 18px;
line-height: 1.4;
letter-spacing: 0.05em;
	margin-bottom: 25px;
    padding: 15px 0px;
    width: 88%;
    max-width: 400px;
}
	
/* layout-concept */

    
.layout-concept h2 {
    font-size: 34px;
    line-height: 1.2;
letter-spacing: 0.15em;
}
    
.layout-concept h2::before {
	height: 90px;
    margin-top: -10px;
}

.layout-concept h4 {
	font-size: 20px;
letter-spacing: 0.15em;
    padding: 25px 0px 40px;
    margin-bottom: 40px;
}

.layout-concept h4::before {
	height: 5px;
}

.layout-concept p {
	padding: 0px 6%;
    text-align: left;
}
    
/* layout-contents01 */

.layout-contents01 .box-title {
	width: 88%;
    max-width: 320px;
    height: 90px;
    border-radius: 15px;
    margin-bottom: 30px;
}
    
.layout-contents01 .box-title h5, .layout-contents01 .box-title h6 {
    letter-spacing: 0.15em;
}

.layout-contents01 .box-title h5 {
    font-size: 22px;
}

.layout-contents01 .box-title h6 {
    font-size: 12px;
    padding-top: 7px;
    letter-spacing: 0.15em;
}
  
/* layout-feature */

.layout-feature::before {
top: 45px;
	height: 135px;
}

.layout-feature:not(:last-child) {
   margin-bottom: 60px;
}

.layout-feature .box::before, .layout-feature .box::after {
letter-spacing: 0.15em;
}

.layout-feature .box::after {
    font-size: 14px;
}

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

.layout-feature .box p {
    font-size: 16px;
	line-height: 1.6;
    letter-spacing: 0.15em;
    text-align: center;
}
	
/* contents-treatmentmenu */
	
.contents-treatmentmenu {
}

.contents-treatmentmenu .box-inner, .contents-treatmentmenu .box-inner2 {
	width: 88%;
	gap:15px 2%;
}
	
nav .contents-treatmentmenu .box-inner, nav .contents-treatmentmenu .box-inner2 {
	width: 100%;
}

.contents-treatmentmenu .box-inner2 {
	padding: 30px 0px 40px;
}
    
.contents-treatmentmenu .box {
	width: 23.5%;
}
 
@media screen and (max-width: 500px) {
    
.contents-treatmentmenu .box-inner, .contents-treatmentmenu .box-inner2 {
	gap:15px 4%;
}
    
.contents-treatmentmenu .box {
	width: 48%;
}
    
.contents-treatmentmenu .box:nth-child(4n+1), .contents-treatmentmenu .box:nth-child(4n) {
border-color :  var(--color-sub);
}

.contents-treatmentmenu .box:nth-child(4n+2), .contents-treatmentmenu .box:nth-child(4n+3) {
    border-color :  #b5d46c;
}
    
}
	
.contents-treatmentmenu h2 {
	font-size: 22px;
	margin-bottom: 30px;
}

.contents-treatmentmenu h4 {
	font-size: 11px;
	padding: 30px 0px 10px;
	height: 50px;
}

@media screen and (max-width: 500px) {
    
.contents-treatmentmenu .box:nth-child(4n+1) h4, .contents-treatmentmenu .box:nth-child(4n) h4 {
background-color : var(--color-sub);
}

.contents-treatmentmenu .box:nth-child(4n+2) h4, .contents-treatmentmenu .box:nth-child(4n+3) h4 {
background-color : #b5d46c;
}
    
}
    
.contents-treatmentmenu h4::before {
top: 6px;
    font-size: 20px;
}

.contents-treatmentmenu h5 {
	font-size: 15px;
	letter-spacing: 0.1em;
    height: 50px;
}
	
/*btn-top*/
	
.pagetop_btn {
    bottom: 10%;
    right: 10px;
}

.pagetop_btn img {
    height: 50px;
}

/*footer-link*/

.footer-link {
	display: block;
}

/* box-time */

.box-time {
	width: 88%;
}

.box-time .box-text {
	text-align: center;
}
	
.box-time p {
	font-size: 14px;
}

/*footer*/

footer {
	padding-bottom: 70px;
}

/*footer-guide*/

.footer-guide {
    padding: 40px 0px;
}

.footer-img {
    width: 88%;
    max-width: 400px;
    margin-bottom: 30px;
}

.footer-img::before {
	width: 200px;
	height: 80px;
    margin-left: -20px;
    margin-bottom: -20px;
}

.footer-img::after {
	width: 200px;
	height: 80px;
    margin-right: -20px;
    margin-bottom: -20px;
}

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

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

.footer-guide h3, .footer-guide h3 a {
	font-size: 35px;
}

.footer-guide h3 {
	padding-top: 30px;
	padding-left: 27px;
}

.footer-guide h3::before {
	height: 25px;
}

.footer-guide h3::after {
	font-size: 18px;
}


/* footer-map */

.footer-map .box-text {
	padding: 20px 0px;
	gap:0px 20px;
	flex-direction: column;
}

.footer-map p {
	padding: 10px 0px 0px;
	border-left-style : none;
	font-size: 14px;
}

.footer-map .map-box iframe {
	height: 200px;
}
	
/*footer*/

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

      
}
