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

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



.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-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: 30px;
	padding-left: 30px;
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	gap:20px;
}

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

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

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



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

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

.contents-treatmentmenu {
}

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

nav .box-menu ul li a {
	display: block;
	text-align: left;
	color: #FFF;
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	font-weight: 400;
	}

nav .box-menu ul li a span {
	font-family: "Josefin Sans", sans-serif;
	font-size: 40px;
	letter-spacing: 0.1em;
	line-height: 0.8;
	font-weight: 500;
	display: inline-block;
	margin-right: 30px;
	border-right-style : solid;
border-color : #FFF;
border-width : 1px;
	min-width: 350px;
	}

	

/*開閉ボタン*/
	#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: #c8c0c8;
		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%;
	display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
	position: relative;
}

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

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

.title-box {
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
	flex-direction: column;
}

.title {
	width: 100%;
	position: relative;
	padding: 40px 0px;
	padding-left: 7%;
}

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


.title-box h2 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 70px;
	letter-spacing: 0.1em;
color: #ea764f;
	line-height: 0.8;
	font-weight: 500;
}

.title-box h3 {
	font-size: 42px;
	font-weight: 300;
	letter-spacing: 0.2em;
	padding-top: 15px;
}


/* contents */

.contents {
	width: 100%;
}

.maincontents-inner {
	width: 100%;
	padding: 100px 0px 120px;
	background-image: url("../images/back01.jpg");
background-position: center top;
background-repeat: repeat-y;
	background-size: 100% auto;
}

/* layout-white */

.layout-white {
	width: 100%;
	background-color: #FFF;
}

/* contents-campaign */

.contents-campaign {
	background-color: #FFF;
	padding: 30px;
	text-align: center;
	
}

.contents-campaign img {
	width: 100%;
height: auto;
	max-width: 400px;
}

/* layout-movie */
.layout-movie {
	width: 960px;
	padding-top: 80px;
}

.layout-movie .movie {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}

.layout-movie iframe {
	position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/*midashi*/

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

/* midashi-box */

/* lay */

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

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

/* midashi-box */

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

.midashi01 h2 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 70px;
color: #ea764f;
line-height: 0.8;
letter-spacing: 0.05em;
font-weight: 500;
	margin-bottom: 10px;
}

.midashi01 h3 {
	font-size: 17px;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
}

.midashi02 {
	margin-bottom: 40px;
}

.midashi02 h4 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 17px;
color: #ea764f;
line-height: 0.8;
letter-spacing: 0.1em;
font-weight: 400;
	margin-bottom: 20px;
}

.midashi02 h5 {
	font-size: 40px;
line-height: 1.3;
letter-spacing: 0.2em;
font-weight: 300;
}

/* midashi03 */

.midashi03 {
	width: 730px;
	text-align: center;
	margin-bottom: 60px;
}

.midashi03 h2 {
	border-radius: 0px 0px 20px 20px;
	font-size: 33px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 300;
	padding: 15px 0px;
	background-color: #ea764f;
}

/* midashi04 */

.midashi04 {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

.midashi04 h3 {
	font-size: 33px;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 300;
	padding-bottom: 15px;
}

.midashi04 h4 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 17px;
line-height: 0.8;
	color: #FFF;
letter-spacing: 0.1em;
font-weight: 400;
	padding: 10px 30px 5px;
	display: inline-block;
	background-color: #ea764f;
}



/*pagetop_btn*/

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


/*banner-reservation*/

.banner-reservation {
    position: fixed;
    top: 28%;
    right: 0px;
    z-index: 100000000;
}

.banner-reservation img {
    width: 170px;
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;
}


/*foter*/

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

/*footer-sns*/

.footer-sns {
	padding: 100px 0px 80px;
}

.footer-sns h2 {
	position: relative;
	padding-top: 50px;
}

.footer-sns h2::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	display: block;
	width: 100%;
	height: 43px;
	background-image: url("../images/logo-instagram.png");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
}

.footer-sns h2 img {
	height: 270px;
	width: auto;
}

/*footer-guide*/

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

.footer-guide h3 {
	font-size: 22px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
	padding: 8px 70px;
	display: inline-block;
	background-color: #000;
	margin-top: 15px;
}

/*footer-number*/

.footer-number {
	text-align: center;
	padding-top: 20px;
}

.footer-number h6, .footer-number h6 a {
	font-family: "Josefin Sans", sans-serif;
	font-size: 45px;
color: #000;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 500;
}

.footer-number h6 {
	position: relative;
}

.footer-number h6::before {
	content: "TEL.";
	font-size: 22px;
}


/*footer-img*/

.footer-img {
	text-align: center;
	padding: 50px 0px;
}

.footer-img img {
	width: 90%;
height: auto;
	max-width: 1700px;
}

/*subcontents-map*/

.subcontents-map {
	width: 100%;
}

.map-address {
	padding: 20px 0px;
}

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

.subcontents-map h4 {
line-height: 1.2;
	font-weight: 500;
}

/*footer*/

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

/*staff-hour*/
.staff-hour {
	margin-top: 10px;
}

.staff-hour .hour {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 8px 20px;
	border-width: 1px;
	border-color: #000;
	border-style: solid;	
	width: 265px;
}
 
.staff-hour h4 {
   font-size: 20px;
	padding: 8px 0px;
	font-weight: 400
}

.staff-hour ul {
    text-align: center;
}

.staff-hour ul li {
  line-height: 1.6; 
  margin-top: 0;  
}

/*.staff-hour ul li span{
 margin-left: 22px;  
}*/

.staff-hour p {
	
}

.phone {
	text-align: center;
	padding-top: 35px;
	
}

.phone p {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 8px 20px;
	border-width: 1px;
	border-color:#ea764f;
	border-style: solid;	
	width: 500px;
}




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

.header .header-left img {
	height: 30px;
}
	
.header .header-right h6 {
	display: block;
	padding-top: 15px;
	padding-right: 22px;
}

.header .header-right h6 img {
	height: 62px;
	width: auto;
	border-radius: 8px;
}

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

nav .box-menu ul {
	padding: 0px 10%;
	width: 80%;
	}
	
nav .box-menu ul li:not(:last-child) {
	margin-bottom: 30px;
	}

nav .box-menu ul li a {
	font-size: 15px;
	}
	
nav .box-menu ul li a span {
	font-size: 26px;
	letter-spacing: 0.05em;
	width: 100%;
	border-style : none;
	margin-right: 0px;
	}

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

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

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

.title-box {
	position: static;
	height: auto;
}

.title {
	padding: 30px 0px;
	padding-left: 7%;
}

.title::before {
	width: 2%;
}


.title-box h2 {
	font-size: 38px;
	letter-spacing: 0.1em;
}

.title-box h3 {
	font-size: 22px;
	letter-spacing: 0.15em;
	padding-top: 10px;
}


/* contents */

.contents {
	width: 100%;
}

.maincontents-inner {
	padding: 60px 0px 60px;
	background-size: 150% auto;
}

	
/* contents-campaign */

.contents-campaign {
	display: block;
}

/* layout-movie */
.layout-movie {
	width: 88%;
	padding-top: 50px;
}

	
/*midashi*/

p.text01 {
	font-size: 14px;
}
	
/* midashi-box */

.midashi01 {
	margin-bottom: 30px;
}

.midashi01 h2 {
	font-size: 40px;
letter-spacing: 0.05em;
}

.midashi01 h3 {
	font-size: 15px;
letter-spacing: 0.1em;
}

.midashi02 {
	margin-bottom: 30px;
}

.midashi02 h4 {
	font-size: 15px;
line-height: 1;
letter-spacing: 0.05em;
	margin-bottom: 15px;
}

.midashi02 h5 {
	font-size: 30px;
letter-spacing: 0.15em;
}

/* midashi03 */

.midashi03 {
	width: 88%;
	margin-bottom: 40px;
}

.midashi03 h2 {
	font-size: 20px;
	padding: 12px 0px;
}

/* midashi04 */

.midashi04 {
	margin-bottom: 40px;
}

.midashi04 h3 {
	font-size: 23px;
letter-spacing: 0.1em;
}

.midashi04 h4 {
	font-size: 15px;
	letter-spacing: 0.05em;
}

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

.pagetop_btn img {
    height: 150px;
}
	
	
/*banner-reservation*/

.banner-reservation {
    display: none;
}
	
/*footer-link*/

.footer-link {
	display: block;
}

/*footer-sns*/

.footer-sns {
	padding: 70px 0px 50px;
}

.footer-sns h2 {
	padding-top: 42px;
}

.footer-sns h2::before {
	height: 35px;
}

.footer-sns h2 img {
	height: 220px;
}
	
/*footer-guide*/

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

.footer-guide h3 {
	font-size: 16px;
}
	
/*footer-number*/

.footer-number h6, .footer-number h6 a {
	font-size: 38px;
}

.footer-number h6::before {
	font-size: 20px;
}

/*footer-img*/

.footer-img {
	padding: 35px 0px;
}

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

/*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%;
}
	
/*hour*/
.staff-hour .hour {
	width: 230px;
}
	
.staff-hour .hour h4 {
		font-size : 16px;
	}	
	
.phone {
}

.phone p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	padding: 8px 20px;
	border-width: 1px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}	
	


      
}
