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

* {
	line-height: 1;
}

html {
	scroll-padding-top:50px;
/*	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: 18px;
	line-height: 1;
}

.contents-box p {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	font-size: 18px;
	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-wrap {
	z-index: 9999999;
	width: 100%;
position: fixed;
left: 0px;
top: 0px;
}

.header {
	width: 100%;
	display: flex;
  justify-content: space-between;
	position: relative;
}

.header::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background : -moz-linear-gradient(50% 0% -90deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(1,rgba(255, 255, 255, 0) ));
  background : -o-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background : -ms-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  opacity : 1;
	z-index: -1;
	transition: all 0.5s ease;
}

.hidden .header::before {
	opacity: 0;
  transition: all 0.5s ease;
}

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

.header .header-left img {
	height: 90px;
	width: auto;
	transition: all 0.5s ease;
}

.hidden .header .header-left img {
	height: 160px;
}

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

.header-right h5, .header-right h5 a {
	font-family: "Noto Serif JP", serif;
	line-height: 1.2;
	font-size: 45px;
	color: #53b7b0;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.header-right h5 {
	padding-top: 30px;
    position: relative;
}

.header-right h5::before {
	content: "TEL.";
	font-size: 25px;
	display: inline-block;
	padding-right: 10px;
}

.header-right h5::after {
	content: "キミハ - ムシバゼロ";
    position: absolute;
right: 0px;
top: 15px;
	font-size: 18px;
line-height: 1.2;
letter-spacing: 0.2em;
    display: block;
    width: 100%;
    padding-right: 5px;
    text-align: right;
}



/*メニュー部分*/
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		left: 0;
		overflow: auto;
		background-color: #f9f1e7;
	}
	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: 15px;
top: 10px;
}

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

.contents-treatmentmenu {
}

nav .box-menu ul {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:15px;
	position: relative;
	}

nav .box-menu ul:nth-child(1) {
	width: 900px;
	padding-top: 80px;
	position: relative;
	}

nav .box-menu ul:nth-child(1)::before {
	content: "診療案内";
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	display: block;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 37px;
color: #a67c52;
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 400;
	}

nav .box-menu ul:nth-child(2) {
	border-top-style : solid;
border-color : #c69c6d;
border-width : 1px;
	padding-top: 60px;
	}

nav .box-menu ul:not(:last-child) {
	margin-bottom: 60px;
	}

nav .box-menu ul li a {
	font-family: "Noto Serif JP", serif;
	color: #a67c52;
letter-spacing: 0.25em;
	font-weight: 400;
	font-size: 21px;
line-height: 1.2;
	width: 287px;
	height: 53px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
    clip-path: url(#clip-frame);
    background-color: #FFF;
	}

nav .box-menu ul li a:hover {
	color: #FFF;
	 background-color: #a67c52;
	opacity: 1;
	}

	

/*開閉ボタン*/
	#nav_toggle{
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 80px;
		height: 80px;
		position: relative;
		top: 15px;
		right: 15px;
		z-index: 10000000000;
		background-color: #53b7b0;
		padding: 26px 20px;
		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: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%;
}

.main-img .box-in {
	width: 100%;
	max-width: 1600px;
	height: 500px;
	position: relative;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.main-img .box-in::after {
	content: "";
	position: absolute;
right: 0px;
top: 0px;
	width: 10%;
	height: 100%;
	display: block;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(255, 255, 255, 0) ),color-stop(1,rgba(255, 255, 255, 1) ));
  background : -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.main-img .box-img {
	width: 55%;
	max-width: 860px;
	position: absolute;
right: 0px;
top: 0px;
}

.main-img image {
	width: 100%;
height: auto;
	clip-path: url(#clip);
}

.title-box {
	width: 95%;
	max-width: 1440px;
}

.title {
	margin-left: 4%;
	padding: 10px 0px;
	padding-left: 40px;
	position: relative;
}

.title::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	width: 10px;
	height: 100%;
	background-color: #53b7b0;
	display: block;
}


.title-box h2 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 45px;
	letter-spacing: 0.15em;
color: #53b7b0;
	line-height: 0.8;
	font-weight: 200;
}

.title-box h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.2em;
	padding-top: 15px;
}

.main-img p {
	background-color: #FFF;
	padding: 30px 5%;
	padding-right: 56%;
	margin-top: 50px;
	border-radius: 100px;
}


/* contents */

.contents {
	width: 100%;
	background-image: url("../images/back-contents.jpg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 950px;
	padding-top: 140px;
}

.maincontents-inner {
	width: 100%;
	padding: 100px 0px 120px;
	border-bottom-style : solid;
border-color : #f2f2f2;
border-width : 15px;
}


/* lay */

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

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

.lay section:not(:last-child) {
	margin-bottom: 140px;
}

.lay section.bottom-none {
	margin-bottom: 0px;
}

.lay section > div:not(:last-child) {
	margin-bottom: 100px;
}

.lay-90 {
	width: 90%;
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
}

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


/* layout-img-box */

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

.layout-imgbox .box-img img {
	border-radius: 25px;
}


/* midashi-box */

.lay section > div.midashi-box {
	margin-bottom: 50px;
	text-align: center;
	padding-bottom: 50px;
	border-bottom-style : solid;
border-color : #f2f2f2;
border-width : 15px;
}

.lay section:first-child > div.midashi-box {
	border-bottom-style : none;
	padding-bottom: 0px;
}

.midashi-box h2 {
	font-size: 70px;
	font-family: "Josefin Sans", sans-serif;
	color: #53b7b0;
line-height: 0.9;
letter-spacing: 0.1em;
font-weight: 200;
	padding-top: 5px;
}

.midashi-box h3 {
	font-size: 21px;
	padding-top: 20px;
	font-family: "Noto Serif JP", serif;
	color: #000;
letter-spacing: 0.25em;
	font-weight: 400;
}

.midashi01 {
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	text-align: center;
	background-color: #53b7b0;
	margin-bottom: 40px;
	padding: 15px 20px 10px;
	border-radius: 60px;
}

.midashi02 {
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
color: #a67c52;
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 400;
	text-align: center;
	height: 70px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	margin-bottom: 30px;
}

.midashi02a {
    font-size: 32px;
	width: 445px;
    height: 82px;
	background-image: url("../../top/images/frame-link2.svg");
    margin-bottom: 20px;
}

.midashi02b {
	width: 640px;
	background-image: url("../../common/images/back-title01.svg");
}

.midashi03 {
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
color: #a67c52;
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.midashi03::before, .midashi03::after {
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #a67c52;
}

.midashi03::before {
	margin-right: 30px;
}

.midashi03::after {
	margin-left: 30px;
}


/* link01 */

.contents .box-link {
    text-align: center;
}

.link01 a {
    font-family: "Noto Serif JP", serif;
	font-size: 25px;
color: #a67c52;
line-height: 1.2;
letter-spacing: 0.15em;
font-weight: 400;
	text-align: center;
    display: inline-block;
    padding: 17px 60px;
    padding-right: 80px;
    border-style : solid;
border-color : #a67c52;
border-width : 1px;
    border-radius: 8px;
    position: relative;
}

.link01 a::before {
    content: "";
	position: absolute;
right: 40px;
top: 0px;
	background-image: url("../../common/images/link-arrow02.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 20px;
	width: 21px;
	height: 100%;
    transition: .5s;
}

.link01 a:hover::before {
right: 30px;
}

/* layout-about */

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

.layout-about .box {
	text-align: center;
	background-image: url("../../top/images/back03.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	padding: 50px 80px 40px;
	border-radius: 35px;
}

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

.layout-about .box-text {
	background-color: #FFF;
	padding: 40px 6%;
	border-radius: 30px;
	text-align: left;
}

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

.layout-about .box-title h4 {
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
color: #a67c52;
	line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 400;
}


/* layout-feature */


.layout-feature .box {
	background-image: url("../../common/images/back-contents2.jpg");
background-position: center top;
background-repeat: repeat-x;
	background-size: auto 1350px;
	text-align: center;
	padding-bottom: 140px;
}

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

.layout-feature .box-text {
	border-style : solid;
border-color : #c69c6d;
border-width : 1px;
	position: relative;
	padding: 45px 60px 35px;
	border-radius: 25px;
}

.title-feature {
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	margin-top: -20px;
}

.layout-feature h5, .layout-feature h6 {
	font-family: "Noto Serif JP", serif;
	line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 400;
}

.layout-feature h5 {
	font-size: 15px;
color: #FFF;
	letter-spacing: 0.15em;
	background-image: url("../../common/images/icon-number.svg");
background-position: center top;
background-repeat: no-repeat;
background-size: auto 100%;
	height: 110px;
	position: relative;
	padding-top: 80px;
	margin-bottom: 40px;
}

.layout-feature h5::before {
	content: "";
	position: absolute;
left: 0px;
top: 22px;
	width: 100%;
	font-size: 50px;
	letter-spacing: 0.05em;
}

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

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

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

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

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

.layout-feature h6 {
	font-size: 32px;
color: #a67c52;
	padding: 0px 40px;
	background-color: #FFF;
	display: inline-block;
}

.layout-feature h6 span {
	font-size: 25px;
}

.layout-feature p {
	text-align: left;
}


/* layout-topics */

.layout-topics .box-text {
	border-radius: 25px;
	background-color: #f9efe5;
	padding: 35px 60px;
}

/* layout-flow */

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

.layout-flow .box {
	padding-top: 90px;
}

.layout-flow .box:not(:last-child) {
	position: relative;
	padding-bottom: 90px;
	margin-bottom: 40px;
}

.layout-flow .box::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../images/arrow-flow.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 60px;
}

.layout-flow .box:last-child::after {
	display: none;
}

.layout-flow h5 {
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
	padding: 15px 20px 10px;
	border-radius: 60px;
	position: relative;
}

.layout-flow .box:nth-child(odd) h5 {
	background-color: #53b7b0;
}

.layout-flow .box:nth-child(even) h5 {
	background-color: #539eb0;
}

.layout-flow h5::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 110px;
	margin-top: -90px;
}

.layout-flow .box:nth-child(1) h5::before {
	background-image: url("../images/flow01.svg");
}

.layout-flow .box:nth-child(2) h5::before {
	background-image: url("../images/flow02.svg");
}

.layout-flow .box:nth-child(3) h5::before {
	background-image: url("../images/flow03.svg");
}

.layout-flow .box:nth-child(4) h5::before {
	background-image: url("../images/flow04.svg");
}

.layout-flow .box:nth-child(5) h5::before {
	background-image: url("../images/flow05.svg");
}

.layout-flow .box:nth-child(6) h5::before {
	background-image: url("../images/flow06.svg");
}

.layout-flow .box:nth-child(7) h5::before {
	background-image: url("../images/flow07.svg");
}

.layout-flow .box:nth-child(8) h5::before {
	background-image: url("../images/flow08.svg");
}

/* layout-checklist */

.layout-checklist {
	border-style : solid;
border-color : #f9efe5;
border-width : 6px;
	border-radius: 25px;
	padding: 45px 0px 50px;
	text-align: center;
}

.layout-checklist ul {
	display: inline-block;
}

.layout-checklist ul li {
	text-align: left;
	font-size: 22px;
line-height: 1.4;
letter-spacing: 0.1em;
font-weight: 400;
	position: relative;
	padding-left: 50px;
}

.layout-checklist ul li:not(:last-child) {
	margin-bottom: 20px;
}

.layout-checklist ul li::before {
	content: "";
	position: absolute;
left: 0px;
top: 2px;
	background-image: url("../../common/images/check.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 30px;
	height: 30px;
}

.layout-checklist h4 {
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
color: #a67c52;
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 400;
	margin-bottom: 30px;
}

/* layout-fee */

.layout-fee {
    text-align: center;
     padding-top: 40px;
}

.fee-wrap {
	padding-top: 80px;
	border-radius: 35px;
    border-style : solid;
border-color : #c69c6d;
border-width : 1px;
    position: relative;
}

.fee-wrap:not(:last-child) {
	margin-bottom: 120px;
}

.fee-wrap::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	height: 80px;
    font-family: "Noto Serif JP", serif;
	font-size: 28px;
color: #a67c52;
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 400;
	text-align: center;
background-image: url("../../common/images/back-title01.svg");
background-position: center;
background-repeat: no-repeat;
background-size: auto 100%;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
    margin-top: -40px;
}

.fee-wrap > div:not(:last-child) {
	margin-bottom: 50px;
}

.layout-fee .box-text {
    text-align: left;
}

.layout-fee .box-img img {
    border-radius: 25px;
    max-width: 770px;
}

.box-fee h5, .box-fee p {
    font-family: "Noto Serif JP", serif;
	font-size: 28px;
color: #a67c52;
line-height: 1.8;
letter-spacing: 0.15em;
font-weight: 400;
}

.box-fee span {
	font-size: 18px;
    display: inline-block;
    padding-left: 5px;
}

.box-fee span.pc-view {
	font-size: 28px;
    padding-left: 0px;
}

.layout-fee .box-detail {
    text-align: left;
    background-color: #f6f3f0;
    padding: 30px 0px;
    border-radius: 0px 0px 35px 35px;
}

.layout-fee .box-detail .box {
   display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    align-items: center;
}

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

.layout-fee .box-detail h6 {
   width: 170px;
}

.layout-fee .box-detail p {
   flex: 1;
    padding-left: 30px;
}



/* layout-treatmentmenu */

.layout-treatmentmenu {
	width: 100%;
	background-image: url("../images/back-treatment.png");
background-position: center bottom;
background-repeat: no-repeat;
background-size: auto 90%;
	padding: 120px 0px;
	text-align: center;
}

.layout-treatmentmenu .lay02 {
	padding-top: 170px;
	width: 1190px;
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:130px 70px;
}

.layout-treatmentmenu .lay02 .box {
	width: 348px;
	position: relative;
	background-image: url("../images/frame-treatmentlink.svg");
background-position: center top;
background-repeat: no-repeat;
background-size: 100% auto;
}

.layout-treatmentmenu .lay02 .box::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 56px;
	margin-top: -80px;
}

.layout-treatmentmenu .lay02 .box:nth-child(1)::before {
	background-image: url("../images/t01.svg");
}

.layout-treatmentmenu .lay02 .box:nth-child(2)::before {
	background-image: url("../images/t02.svg");
}

.layout-treatmentmenu .lay02 .box:nth-child(3)::before {
	background-image: url("../images/t03.svg");
}

.layout-treatmentmenu .lay02 .box:nth-child(4)::before {
	background-image: url("../images/t04.svg");
}

.layout-treatmentmenu .lay02 .box:nth-child(5)::before {
	background-image: url("../images/t05.svg");
}

.layout-treatmentmenu .lay02 .box:nth-child(6)::before {
	background-image: url("../images/t06.svg");
}

.layout-treatmentmenu .lay02 .box:nth-child(7)::before {
	background-image: url("../images/t07.svg");
}

.layout-treatmentmenu .lay02 .box:nth-child(8)::before {
	background-image: url("../images/t08.svg");
}

.layout-treatmentmenu .lay02 a {
	display: block;
	padding-top: 70px;
}

.layout-treatmentmenu .lay02 a:hover {
	opacity: 1;
}

.layout-treatmentmenu h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 37px;
color: #c69c6d;
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 400;
	margin-bottom: 30px;
}

.layout-treatmentmenu h4 img {
	width: auto;
	height: 146px;
}

.layout-treatmentmenu h6 {
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
	position: relative;
	padding-right: 60px;
	display: inline-block;
}

.layout-treatmentmenu h6::before {
	content: "";
	position: absolute;
right: 10px;
top: 4px;
	background-image: url("../images/link-arrow01.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 38px;
	height: 8px;
	transition: .5s;
}

.layout-treatmentmenu .box:hover h6::before {
right: 0px;
}

.layout-treatmentmenu .lay01 p {
	font-family: "Noto Serif JP", serif;
line-height: 2;
	letter-spacing: 0.2em;
}

.layout-treatmentmenu .lay02 p {
	font-size: 16px;
line-height: 1.4;
	padding: 15px 0px 35px;
}




/*pagetop_btn*/

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

/*pagetop_btn2*/

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

.pagetop_btn2 img {
   height: 160px;
	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;
}


/*foter*/

footer {
	width: 100%;
	text-align: center;
	background-image: url("../images/footer-back.png");
background-position: center bottom;
background-repeat: no-repeat;
background-size: 100% auto;
}

/*footer-img*/

.footer-img {
	width: 100%;
}

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

/*footer-menu*/

.footer-menu {
	width: 800px;
	padding: 60px 0px 100px;
}

.footer-menu h2 img {
	height: 190px;
	width: auto;
}

.footer-menu ul {
/*	display: flex;*/
  justify-content: center;
flex-wrap: wrap;
	gap:15px 15px;
	padding-top: 35px;
    display: none;
}

.footer-menu ul li a {
	font-family: "Noto Serif JP", serif;
	font-size: 17px;
	color: #a67c52;
line-height: 1.2;
	width: 230px;
	height: 43px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
    clip-path: url(#clip-frame);
    background-color: #f6f3f0;
}

.footer-menu ul li a:hover {
	color: #FFF;
	background-color: #a67c52;
	opacity: 1;
}


/*footer-guide*/

.footer-guide-wrap {
	width: 1240px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.footer-guide-wrap > div {
	width: 47.5%;
}

.footer-guide {
	background-color: #FFF;
	border-radius: 30px;
	padding: 60px 60px;
}

.footer-guide .lay02 {
	padding-top: 50px;
}

.footer-guide h3 img {
	height: 45px;
	width: auto;
}

.footer-guide h4, .footer-guide h5, .footer-guide h5 a {
	font-family: "Noto Serif JP", serif;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.footer-guide h4 {
	font-size: 20px;
	color: #c69c6d;
}

.footer-guide h5, .footer-guide h5 a {
	font-size: 48px;
	color: #53b7b0;
	letter-spacing: 0.05em;
}

.footer-guide h5 {
	padding: 10px 0px 30px;
}

.footer-guide h5::before {
	content: "TEL.";
	font-size: 28px;
	display: inline-block;
	padding-right: 10px;
}

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

.footer-guide .lay02 h6 img {
	height: 40px;
	width: auto;
}

.footer-guide p {
	font-size: 16px;
	color: #4d4d4d;
	line-height: 1.2;
	padding: 40px 0px 30px;
}

.footer-map #campus-map {
	width: 100%;
	height: 80%;
	background-color: #FFF;
}

.footer-map .map-box {
    width: 100%;
	height: 80%;
}

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

.footer-map p {
    color: #4d4d4d;
	text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 16px;
}


/*footer*/

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


/**
 * 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: 14px;
}

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

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


/*header*/

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

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

.hidden .header .header-left img {
	height: 70px;
}

	
/*開閉ボタン*/
	#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 {
	padding-top: 100px;
	justify-content: center;
align-items: flex-start;
	}
	
nav .box-menu > h2 {
	top: 10px;
	left: 10px;
	}
	
nav .box-menu > h2 img{
	height: 70px;
	}

nav .box-menu ul {
	padding: 0px 6%;
	width: 100%;
	gap:15px 4%;
	}

nav .box-menu ul:nth-child(1) {
	width: 100%;
	padding-top: 60px;
	}

nav .box-menu ul:nth-child(1)::before {
	font-size: 28px;
	}

nav .box-menu ul:nth-child(2) {
	padding-top: 40px;
	}

nav .box-menu ul:not(:last-child) {
	margin-bottom: 40px;
	}

nav .box-menu ul li {
	width: 48%;
	}
	
nav .box-menu ul li a {
letter-spacing: 0.05em;
	font-size: 18px;
	width: 100%;
	height: 45px;
    background-image: none;
    background-color: #FFF;
	}
    
nav .box-menu ul li a:hover {
    background-image: none;
    background-color: #a67c52;
	}

	
/*main-img*/
 
.main-img {
	width: 100%;
}

.main-img .box-in {
	height: auto;
	display: block;
}

.main-img .box-in::after {
	display: none;
}

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

.main-img img {
	width: 100%;
height: auto;
	max-height: 200px;
}

.title-box {
	width: 95%;
}

.title {
	margin-left: 2%;
	padding: 30px 0px 10px;
	padding-left: 30px;
	position: relative;
}

.title::before {
	width: 6px;
}


.title-box h2 {
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1;
}

.title-box h3 {
	font-size: 20px;
	padding-top: 7px;
}

.main-img p {
	padding: 0px 6%;
	margin-top: 20px;
	border-radius: 0px;
	background-color: rgba(0,0,0,0);
}



/* contents */

.contents {
	width: 100%;
	background-size: auto 550px;
	padding-top: 80px;
}

.maincontents-inner {
	width: 100%;
	padding: 60px 0px 60px;
border-width : 10px;
}

	
/* lay */

.lay img {
	max-width: 400px;
}
	
.lay .box-img {
	text-align: center;
}

.lay section:not(:last-child) {
	margin-bottom: 70px;
}
	
.lay section.bottom-none {
	margin-bottom: 0px;
}

.lay section > div:not(:last-child) {
	margin-bottom: 40px;
}

.lay-90 {
	width: 90%;
}

.lay-1100 {
	width: 88%;
}
	

/* midashi-box */

.lay section > div.midashi-box {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-width : 10px;
}

.lay section:first-child > div.midashi-box {
	padding-bottom: 0px;
}

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

.midashi-box h3 {
	font-size: 17px;
	line-height: 1.4;
	padding-top: 10px;
}
	
.midashi01 {
	font-size: 16px;
line-height: 1.4;
letter-spacing: 0.1em;
	margin-bottom: 25px;
	padding: 13px 10px;
}
    
.midashi02 {
    width: 295px;
	font-size: 17px;
letter-spacing: 0.1em;
	height: 55px;
background-size: auto 100%;
	margin-bottom: 20px;
}
    
.midashi02a {
    font-size: 20px;
    margin-bottom: 10px;
}
    
.midashi02b {
	background-image: url("../../top/images/frame-link2.svg");
}
	
.midashi03 {
	font-size: 18px;
letter-spacing: 0.1em;
	margin-bottom: 20px;
    display: block;
}

.midashi03::before, .midashi03::after {
	display: none;
}
    
/* link01 */

.link01 a {
	font-size: 15px;
letter-spacing: 0.05em;
    line-height: 1.4;
    padding: 15px 20px;
    padding-right: 40px;
    width: 88%;
    max-width: 500px;
}

.link01 a::before {
right: 20px;
	background-size: auto 15px;
}

.link01 a:hover::before {
right:20px;
}

    
	
/* layout-about */

.layout-about .box {
	padding: 35px 20px 30px;
	border-radius: 25px;
}

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

.layout-about .box-text {
	padding: 25px;
	border-radius: 25px;
}

.layout-about .box-title {
	margin-bottom: 22px;
}

.layout-about .box-title h4 {
	font-size: 20px;
letter-spacing: 0.15em;
	line-height: 1.4;
}

/* layout-feature */


.layout-feature .box {
	background-size: auto 90%;
	padding-bottom: 70px;
}

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

.layout-feature .box-text {
	padding: 45px 25px 30px;
}

.title-feature {
	margin-top: -15px;
}

.layout-feature h5, .layout-feature h6 {
letter-spacing: 0.15em;
}

.layout-feature h5 {
	font-size: 12px;
	height: 90px;
	padding-top: 65px;
	margin-bottom: 30px;
}

.layout-feature h5::before {
top: 17px;
	font-size: 40px;
}

.layout-feature h6 {
	font-size: 22px;
	padding: 0px 20px;
	line-height: 1.4;
}

.layout-feature h6 span {
	font-size: 16px;
	display: block;
}


/* layout-topics */

.layout-topics .box-text {
	padding: 25px;
}
	
	
/* layout-flow */

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

.layout-flow .box {
	padding-top: 60px;
}

.layout-flow .box:not(:last-child) {
	padding-bottom: 60px;
	margin-bottom: 25px;
}

.layout-flow .box::after {
	height: 40px;
}

.layout-flow h5 {
	font-size: 18px;
letter-spacing: 0.05em;
	margin-bottom: 20px;
}

.layout-flow h5::before {
	height: 70px;
	margin-top: -60px;
}
    
.layout-flow p {
	text-align: left;
}

    
/* layout-checklist */

.layout-checklist {
border-width : 5px;
	padding: 35px 30px;
}

.layout-checklist ul {
	display: block;
}

.layout-checklist ul li {
	font-size: 16px;
letter-spacing: 0.05em;
	padding-left: 35px;
}

.layout-checklist ul li::before {
	height: 20px;
}

.layout-checklist h4 {
	font-size: 22px;
letter-spacing: 0.15em;
	margin-bottom: 25px;
}

    
/* layout-fee */

.layout-fee {
     padding-top: 40px;
}

.fee-wrap {
	padding-top: 55px;
	border-radius: 25px;
}

.fee-wrap:not(:last-child) {
	margin-bottom: 80px;
}

.fee-wrap::before {
    left: 10%;
    width: 80%;
	height: 55px;
	font-size: 18px;
letter-spacing: 0.15em;
    margin-top: -25px;
    border-radius: 8px;
}

.fee-wrap > div:not(:last-child) {
	margin-bottom: 30px;
}

.layout-fee .box-img img {
    width: 88%;
    max-width: 400px;
}

.box-fee h5, .box-fee p {
	font-size: 18px;
letter-spacing: 0.05em;
}

.box-fee span {
	font-size: 12px;
}

.box-fee span.pc-view {
	display: none;
}
    
.layout-fee .box-detail {
    padding: 20px 0px;
    border-radius: 0px 0px 25px 25px;
}

.layout-fee .box-detail .box {
  justify-content: center;
    flex-direction: column;
    gap:10px;
}
    
.layout-fee .box-detail .box:nth-child(1) {
  text-align: center;
}

.layout-fee .box-detail h6 {
   width: 140px;
}

.layout-fee .box-detail p {
   width: 100%;
    padding-left: 0px;
}


	
	
/* layout-treatmentmenu */

.layout-treatmentmenu {
background-size: auto 100%;
	padding: 60px 0px 80px;
}

.layout-treatmentmenu .lay02 {
	padding-top: 100px;
	width: 100%;
  justify-content: center;
	gap:80px 15px;
}

.layout-treatmentmenu .lay02 .box {
	width: 165px;
}

.layout-treatmentmenu .lay02 .box::before {
	height: 30px;
	margin-top: -40px;
}

.layout-treatmentmenu .lay02 a {
	padding-top: 30px;
}

.layout-treatmentmenu h3 {
	font-size: 28px;
letter-spacing: 0.2em;
	margin-bottom: 20px;
}

.layout-treatmentmenu h4 img {
	width: auto;
	height: 95px;
}

.layout-treatmentmenu h6 {
	font-size: 12px;
letter-spacing: 0.05em;
	padding-right: 40px;
}

.layout-treatmentmenu h6::before {
right: 0px;
	height: 7px;
}


.layout-treatmentmenu .lay01 p {
	letter-spacing: 0.1em;
	padding: 0px 20px;
}

.layout-treatmentmenu .lay02 p {
	font-size: 14px;
	padding: 25px 0px 10px;
}


	
	
/*btn-top*/
	
.pagetop_btn {
    bottom: 10%;
    right: 10px;
}

.pagetop_btn img {
    height: 50px;
}

/*footer-link*/

.footer-link {
	display: block;
}

/*foter*/

footer {
background-size: auto 80%;
}

/*footer-img*/

.footer-img img {
	min-height: 200px;
}

/*footer-menu*/

.footer-menu {
	width: 88%;
	padding: 40px 0px 70px;
}

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

.footer-menu ul {
	gap:10px 3%;
	padding-top: 30px;
}
	
.footer-menu ul li {
	width: 48.5%;
}

.footer-menu ul li a {
	font-size: 16px;
	width: 100%;
	height: auto;
	padding: 10px 0px;
	border-radius: 10px;
}


/*footer-guide*/

.footer-guide-wrap {
	width: 88%;
  justify-content: center;
	gap:30px;
}

.footer-guide-wrap > div {
	width: 100%;
}

.footer-guide {
	padding: 50px 25px;
}

.footer-guide .lay02 {
	padding-top: 40px;
}

.footer-guide h3 img {
	height: 38px;
}

.footer-guide h4 {
	font-size: 18px;
	color: #c69c6d;
}

.footer-guide h5, .footer-guide h5 a {
	font-size: 32px;
	letter-spacing: 0em;
}

.footer-guide h5 {
	padding: 10px 0px 20px;
}

.footer-guide h5::before {
	font-size: 18px;
	padding-right: 5px;
}

.footer-guide .lay02 h6 img {
	height: 35px;
}

.footer-guide p {
	font-size: 14px;
	line-height: 1.6;
	padding: 30px 0px 20px;
}

.footer-map #campus-map {
	height: 200px;
}
    
.footer-map .map-box {
    height: 200px;
}

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

/*footer*/

.footer p {
	font-size: 10px;
	padding: 40px 0px 22%;
}


      
}
