lay-nav@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;
}


/*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: 15px;
	padding-left: 20px;
}

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

.header .header-right {
	display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
	align-items: flex-start;
	gap:0px 30px;
}

.header .header-right h6 {
	font-family: "Zen Maru Gothic", serif;
	font-size: 26px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
	display: inline-block;
	padding: 8px 25px;
	border-radius: 60px;
	background-color: #a67c52;
	margin-top: 28px;
}

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

.header .header-right p {
	display: inline-block;
	position: relative;
	padding-top: 30px;
}

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



/*メニュー部分*/
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		left: 0;
		overflow: auto;
		background-image: url("../../top/images/back05.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
		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: 20px;
top: 15px;
}

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

.contents-treatmentmenu {
}

nav .box-menu ul {
	width: 1000px;
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:30px;
	position: relative;
	background-color: #FFF;
	padding: 80px 90px;
	border-radius: 35px;
	}

nav .box-menu ul li {
	width: 100%;
	text-align: left;
	}

nav .box-menu ul li a {
	font-family: "Zen Maru Gothic", serif;
	color: #a67c52;
letter-spacing: 0.2em;
	font-weight: 300;
	font-size: 32px;
line-height: 1.2;
	width: 100%;
	display: block;
	position: relative;
	padding-left: 40px;
	}

nav .box-menu ul li a::before {
	content: "";
	position: absolute;
left: 0px;
top: 10px;
	width: 22px;
	height: 22px;
	display: block;
	border-style : solid;
border-color : #a67c52;
border-width : 1px;
	border-radius: 50%;
	}

nav .box-menu ul li a span {
	font-family: "Josefin Sans", sans-serif;
	color: #ff7b91;
letter-spacing: 0.05em;
	font-weight: 300;
	font-size: 22px;
line-height: 1.2;
	display: inline-block;
	padding-left: 20px;
	}

nav .box-menu ul li a:hover {
	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: #ff7b91;
		padding: 22px 20px;
		margin-right: 0px;
		margin-top: 0px;
		border-radius: 8px;
		cursor: pointer;
	}

#nav_toggle::before {
		content: "メニュー";
	position: absolute;
left: 0px;
bottom: 8px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 14px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
	}

	#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: 90%;
	max-width: 1500px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	flex-direction: column-reverse;
	gap:30px 0px;
	overflow: hidden;
}

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

.main-img img {
	width: 100%;
height: auto;
	border-radius: 35px;
}

.main-img .box-text {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	gap:0px 30px;
	padding-left: 40px;
}

.main-img h2 {
	font-family: "Zen Maru Gothic", serif;
	font-size: 52px;
	letter-spacing: 0.2em;
color: #c69c6d;
	line-height: 1.2;
	font-weight: 300;
}

.main-img h3 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 26px;
	color: #f3b3cf;
	line-height: 0.8;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-top: 25px;
	position: relative;
}

.main-img h3::after {
	content: "";
	position: absolute;
right: 0px;
top: 35px;
	width: 1500px;
	height: 1px;
	margin-right: -1530px;
	display: block;
	background-color: #b07c47;
}


/* contents */

.contents {
	width: 100%;
	padding: 140px 0px 120px;
	background-image: url("../../top/images/back01.png");
background-position: center top;
background-repeat: no-repeat;
background-size: auto 1000px;
}

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

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


/* midashi-box */

.midashi-box h2 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 72px;
	color: #f3b3cf;
line-height: 0.9;
letter-spacing: 0.2em;
font-weight: 200;
}

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

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

.midashi01 {
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
color: #c69c6d;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	text-align: center;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 50px;
}

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

.midashi02 {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 25px;
color: #534741;
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 400;
	margin-bottom: 40px;
	border-radius: 80px;
	background-image: url("../../top/images/back-text01.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
	width: 1160px;
	padding: 25px 0px;
}


/* layout-faq */

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

.layout-faq h4 {
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
color: #603813;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	padding: 12px 20px 10px;
	padding-left: 85px;
	border-style : solid;
border-color : #f0968c;
border-width : 2px;
	border-radius: 60px;
	margin-bottom: 25px;
}

.layout-faq h4::before {
	content: "";
	position: absolute;
left: 20px;
top: 10px;
	background-image: url("../images/question.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 55px;
	height: 35px;
}

.layout-faq p {
	position: relative;
	padding-left: 85px;
}

.layout-faq p::before {
	content: "";
	position: absolute;
left: 25px;
top: 0px;
	background-image: url("../images/answer.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 55px;
	height: 35px;
	margin-top: -5px;
}


/*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:100%;
}

.footer-link ul li a {
	display: block;
	width: 100%;
	background-color: #a67c52;
}

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


/*foter*/

footer {
	width: 100%;
	text-align: center;
	border-top-style : solid;
border-color : #f2dbc3;
border-width : 15px;
}

/*footer-guide*/

.footer-guide {
	padding-top: 60px;
}

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

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

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

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

.footer-guide h3 {
	display: inline-block;
	position: relative;
	padding-top: 40px;
}

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

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

.footer-guide h4 {
	width: 500px;
	padding: 30px 0px 20px;
}

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

.footer-guide h5 {
	font-size: 16px;
color: #4d4d4d;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
}

.footer-guide h6 {
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
color: #754c24;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	padding-top: 60px;
}

.footer-guide .box-text p {
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
color: #FFF;
line-height: 1.4;
letter-spacing: 0.05em;
font-weight: 400;
	display: inline-block;
	padding: 15px 35px;
	border-radius: 10px;
	background-color: #a67c52;
	margin-bottom: 40px;
}


/* footer-map */

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

.footer-map .box-text {
	padding: 40px 0px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:0px 40px;
}

.footer-map p {
color: #4d4d4d;
line-height: 1.2;
	position: relative;
	padding-left: 40px;
}

.footer-map p::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left center;
background-repeat: no-repeat;
	width: 30px;
	height: 35px;
	margin-top: -8px;
}

.footer-map .box:nth-child(1) p::before {
	background-image: url("../images/icon-access01.svg");
	background-size: auto 23px;
}

.footer-map .box:nth-child(2) p::before {
	background-image: url("../images/icon-access02.svg");
	background-size: auto 35px;
}

.footer-map .box:nth-child(3) p::before {
	background-image: url("../images/icon-access03.svg");
	background-size: auto 28px;
}

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

.footer-map #campus-map {
	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: 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: 12px;
	padding-left: 12px;
}

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

.header .header-right h6, .header .header-right p {
	display: none;
}

	
/*開閉ボタン*/
	#nav_toggle{
		width: 55px;
		height: 55px;
		padding: 10px 10px 0px;
		margin-right: 0px;
		margin-top: 0px;
	}
	
#nav_toggle::before {
bottom: 6px;
	font-size: 10px;
	}
	
	#nav_toggle span:nth-child(1){
		top:4px;
	}
	#nav_toggle span:nth-child(2){
		top:13px;
	}
	#nav_toggle span:nth-child(3){
		top:22px;
	}
	
	.nav-pc {
		display: none;
	}
	
nav .box-menu {
	padding-top: 120px;
	justify-content: center;
align-items: flex-start;
	}
	
nav .box-menu > h2 {
	top: 12px;
	left: 12px;
	}
	
nav .box-menu > h2 img{
	height: 57px;
	}

nav .box-menu ul {
	width: 88%;
	gap:20px;
	padding: 50px 25px;
	border-radius: 25px;
	}

nav .box-menu ul li a {
letter-spacing: 0.1em;
	font-size: 20px;
	padding-left: 25px;
	}

nav .box-menu ul li a::before {
top: 6px;
	width: 14px;
	height: 14px;
	}

nav .box-menu ul li a span {
letter-spacing: 0.05em;
	font-size: 16px;
	padding-left: 0px;
	display: block;
	padding-top: 7px;
	}

	
/*main-img*/
 
.main-img {
	flex-direction: column;
	gap:20px 0px;
}

.main-img img {
	min-height: 150px;
	border-radius: 25px;
}

.main-img .box-text {
	padding-left: 5px;
	flex-direction: column;
	align-items: flex-start;
	gap:15px;
}

.main-img h2 {
	font-size: 26px;
	letter-spacing: 0.1em;
}

.main-img h3 {
	font-size: 18px;
	letter-spacing: 0.05em;
	padding-top: 0px;
}

.main-img h3::after {
top: 5px;
	margin-right: -1515px;
}


/* contents */

.contents {
	width: 100%;
	padding: 90px 0px 60px;
}

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

/* midashi-box */

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

.midashi-box h2 {
	font-size: 34px;
	line-height: 1.1;
letter-spacing: 0.1em;
}

.midashi-box h3 {
	letter-spacing: 0.15em;
	font-size: 18px;
	padding-top: 10px;
}
	
.midashi01 {
	font-size: 22px;
letter-spacing: 0.15em;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.midashi01::before {
	height: 15px;
}

.midashi02 {
	font-size: 18px;
letter-spacing: 0.1em;
	margin-bottom: 25px;
	width: 100%;
	padding: 15px;
}
	
/* layout-faq */

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

.layout-faq h4 {
	font-size: 18px;
letter-spacing: 0.05em;
	padding: 12px 20px 10px;
	padding-left: 65px;
	margin-bottom: 20px;
}

.layout-faq h4::before {
left: 20px;
top: 10px;
	height: 25px;
}

.layout-faq p {
	padding-left: 65px;
}

.layout-faq p::before {
left: 20px;
	height: 25px;
	margin-top: 0px;
}

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

.pagetop_btn img {
    height: 50px;
}

/*footer-link*/

.footer-link {
	display: block;
}

/*footer*/
	
	footer {
		border-width : 10px;
	}

/*footer-guide*/

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

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

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

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

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

.footer-guide h3::before {
	font-size: 22px;
	padding-right: 5px;
}

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

.footer-guide h4 {
	width: 92%;
}

.footer-guide h6 {
	font-size: 18px;
letter-spacing: 0.1em;
	padding-top: 45px;
	line-height: 1.4;
}
	
.footer-guide .box-text p {
	font-size: 16px;
	padding: 15px 10px;
	width: 90%;
}


/* footer-map */

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


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

.footer-map #campus-map {
	width: 100%;
	height: 200px;
}

/*footer*/

.footer p {
	padding: 20px 0px 90px;
}

      
}
