@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*----------------------*/

.sp {
	display: none;
}

.tablet {
	display: none;
}

.inner{
	width:1200px;
	margin:0px auto;
	position:relative;
}

.material-icons {
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media(max-width: 1200px) {
	.inner{
		width:98%;
		margin:0px auto;
	}
}
#loading{
	position:fixed;
	width:100%;
	height:100%;
	background-color:#f1d5c7;
	text-align:center;
	z-index:99999;
	padding:0;
	margin:0;
}
#loading img{
	opacity: 0;
	margin:auto;
	width:380px;
	height:auto;
	position:absolute;
	bottom:0;
	top:0;
	left:0;
	right:0;
	padding:0;
}
#container{
	width:100%;
	font-size: 15px;
	font-size: 1.5rem;
}


/* ===================================================
	共通
=================================================== */
.sub_main{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:relative;
	margin:70px 0 0 0;
	height:556px;
}
.sub_main img{
	width:100%;
	height:100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.sub_main_s{
	height:420px;
}

.sub_main_box{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	z-index:999;
	height:200px;
}
.sub_main_box p{
	color:#FFF;
	font-size:80px;
	font-size: 8.0rem;
	font-family: 'Spartan', sans-serif;
	letter-spacing: 10px;
}
.sub_main_box hr{
	height: 0;
	margin: 0;
	padding: 0;
	border:0;
	border-top:1px solid #FFF;
	width:140px;
	margin:0px auto;
}
.sub_main_box h1{
	color:#FFF;
	font-size:30px;
	font-size: 3.0rem;
	font-weight:bold;
	margin:20px 0 0 0;
}
.sub_main_line{
	position:absolute;
	bottom:20px;
	right:20px;
	margin:auto;
	text-align:center;
	z-index:999;
}

.title_box{
	text-align:center;
	padding:0 0 50px 0;
}
.title_box h2{
	font-size:30px;
	font-size: 3.0rem;
	font-weight:bold;
}
.sub_title_box{
	text-align:center;
	padding:50px 0 0 0;
	font-size: 27px;
	font-size: 2.7rem;
	line-height:44px;
}

.ulli_center{
	position: relative;
	overflow: hidden;
}

.ulli_center ul {
	position: relative;
	left: 50%;
	float: left;
}

.ulli_center ul li {
	position: relative;
	left: -50%;
	float: left;
}

.link_btn{
	width:300px;
	height:60px;
	margin:50px auto;
}
.link_btn a{
	display:block;
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size: 20px;
	font-size: 2.0rem;
	background:#fbb4ae;
	color:#FFF;
	font-weight:bold;
}
.link_btn a:hover{
	background-color:rgba(251,180,174,0.8);
	color:#FFF;
}

.access_btn{
	margin: 10px 0 10px;
}
.access_btn02{
	margin: 10px 0 20px;
}
.access_btn a{
	display:block;
	width:100%;
	max-width: 350px;
	height:40px;
	border-radius: 2em;
	line-height:40px;
	text-align:center;
	font-size: 1.5rem;
	background:#222;
	color:#FFF;
}
.access_btn a:hover{
	background-color:rgba(34, 34, 34,0.8);
	color:#FFF;
}


/*
	tel
========================== */
.tel {
	position: relative;
	line-height: 1;
}
.tel .material-icons {
	position: absolute;
	top: 10%;
	left: 0;
	font-size: 3.2rem;
}
.tel_number {
	font-family: 'Neuton', serif;
	font-size: 3.2rem;
	padding-left: 1.25em;
}
.tel_name {
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	font-size: 11px;
}
a.tel_number:hover + .material-icons{
	color: #c18681;
}


/* ===================================================
	header
=================================================== */
header{
	background:#818c98;
	width:100%;
	z-index:999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	font-family: 'Spartan', sans-serif;
	height:74px;
	position:fixed;
	top:0;
	z-index:9999;
}
.header_inner{
	position:relative;
	width:96%;
	height: inherit;
	margin:0px auto;
}
.header_logo{
	float:left;
	margin:5px;
}
.header_logo a{
  position: relative;
  display: block;
}
.header_logo img{
	height:60px;
	width:auto;
  image-rendering: -webkit-optimize-contrast;
}
.header_logo img.header_logo_s{
	display:none;
}
.header_btn{
	float:left;
	margin:15px 0 0 5px;
}
.header_btn a{
	float:left;
	margin:0 5px;
}
.header_navi{
	float:right;
	height: 74px;
}
.header_navi > ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float:right;
	height: 74px;
}
.header_navi_main{
	float:left;
	margin:0 10px;
	position:relative;
}
.header_navi_main a{
	color:#FFF;
	font-size: 16px;
	font-size: 1.6rem;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width:100%;
	height:100%;
	padding:10px 0;
}
.header_navi ul li a:hover{
	color:#fbb4ae;
}
@media(max-width: 1520px) {
	.header_inner{
		width:100%;
	}
	.header_btn{
		float:left;
		margin:15px 0 0 5px;
	}
}
@media(max-width: 1120px) {
	.header_btn img{
    width: 180px;
    height: auto;
  }
}
@media(max-width: 1279px) {
	.header_navi ul li{
		margin:0 5px;
	}
}
@media(max-width: 1370px) {
	.header_navi ul li{
		margin:0 10px;
	}
	.header_logo img.header_logo_l{
		display:none;
	}
	.header_logo img.header_logo_s{
		display:block;
	}
}
@media(max-width: 1120px) {
	.header_navi ul li{
		margin:0 5px;
	}
}
@media(max-width: 1520px) {
	.header_navi_main a {
		font-size: 14px;
	}
}
@media(max-width: 1200px) {
	.header_navi_main a {
		font-size: 13px;
	}
}

.header_logo img.header_logo_l_hover,
.header_logo img.header_logo_s_hover{
  opacity: 0;
  position: absolute !important;
  top: 0;
  left: 0;
  display: block;
}
@media(max-width: 1370px) {
  .header_logo img.header_logo_l_hover{
    display: none;
  }
	.header_logo img.header_logo_s_hover{
		display:block;
	}
  .header_logo a:hover img.header_logo_s_hover{
    opacity: 0;
  }
  .header_logo a:hover img.header_logo_s_hover{
    opacity: 1;
  }
}
.header_logo a:hover img.header_logo_l{
  opacity: 0;
}
.header_logo a:hover img.header_logo_l_hover{
  opacity: 1;
}

/*
	tel
========================== */
#header .tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 72px;
	margin-top: 0;
}
#header .tel_number,
#header .tel .material-icons {
	font-size: 2.8rem;
	color: #fff;
}
#header .tel_number {
	padding-left: 1em;
}
#header .tel .material-icons {
	top: 60%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#header a:hover,
#header a.tel_number:hover + .material-icons{
	color: #fbb4ae;
}

@media(max-width: 1520px) {
  #header .tel_number, #header .tel .material-icons{
    font-size: 2.3rem;
  }
  #header .tel_number{
    padding-left: 0.7em;
  }
  #header .tel .material-icons{
    font-size: 2rem;
  }
}

/*
	ドロップダウン
========================== */
#gNavi .header_navi_sub{
	display:none;
	float:none;
	margin:0;
	/* padding:0 20px; */
	z-index: 1;
}
#gNavi .header_navi_sub{
	/* background-color: #818c98; */
	position: absolute;
	/* width: 170px; */
	width: 200px;
	top: 74px;
	left: -20px;
	display: block;
	-webkit-transition-duration: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}
#gNavi .header_navi_sub.focused{
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
#gNavi .header_navi_sub li{
	float:none;
	margin:0;
	padding: 0 20px;
	background-color: #818c98;
	-webkit-transition-duration: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#gNavi .header_navi_sub.-menu .women {
	background-color: #fbb4ae;
}
#gNavi .header_navi_sub.-menu .men {
	background-color: #4b7eba;
}
#gNavi .header_navi_sub.-menu .kids {
	background-color: #59d1cc;
}
#gNavi .header_navi_sub.-menu .nursing {
	background-color: #d191f2;
}
.td a{
	display: inline-block;
}
li a .bold1{
	color:#E0574D;
	font-weight: bold;
	display: inline-block;
}
li a .bold2{
	color:#064185;
	font-weight: bold;
	display: inline-block;
}
li a .bold1:hover{
	color: #883630;
}
li a .bold2:hover{
	color: #031A36;
}
#gNavi .header_navi_sub li a{
	padding:5px 0;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header .women a:hover{
	color: #818c98;
}
#header .men a:hover, #header .nursing a:hover{
	color: #283b51;
}
#header .kids a:hover {
	color: #0F5A57;
}

/* ヘッダー・クリニック一覧 */
#gNavi .header_navi_sub_last{
	left:-50px;
}
@media(max-width: 1520px) {
#gNavi .header_navi_sub_last{
	width: 170px;
	left:-70px;
}
}

/* ===================================================
	footer
=================================================== */
#footer{
	margin:50px 0 0 0;
	width:100%;
	background:#71706f;
	position:relative;
	z-index:9;
	padding:50px 0 20px 0;
	color:#FFF;
}
.footer_logo{
	width:200px;
/* 	width:140px; */
	float:left;
	margin:0;
	text-align:center;
	position: relative;
    left: -70px;
}
.footer_logo img{
	width:100%;
	height:auto;
}
.footer_logo h2{
	margin:5px 0 0 0;
	color:#FFF;
	text-align:center;
	font-size: 11px;
	font-size: 1.1rem;
}
.footer_menu{
	float:right;
	width:1000px;
}
.footer_menu ul{
	width:20%;
/* 	width:25%; */
	float:left;
}
.footer_menu nav ul:nth-of-type(2){
	position: relative;
	left:-50px;
}
.footer_menu ul li{
	margin:10px 0;
}
.footer_menu ul li a{
	color:#FFF;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
}
.footer_menu ul li a:hover{
	color:#fbb4ae;
}

.footer_menu ul li.small:before{
	content:"－";
}
.footer_menu ul li.btn a{
	display:block;
	width: 100%;
/* 	width:210px; */
	color:#71706f;
	text-align:center;
	font-weight:bold;
}
@media(max-width: 1400px) {
	.footer_logo{
		float:none;
		margin:0px auto 30px auto;
		left:0px;
	}
	.footer_menu{
		float:none;
		width:100%;
	}
}

.sns_item_x {
    position: relative;
    top: 3px;
}
.footer_sns {
	margin-top: 2em;
}
.sns_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sns_item {
	width: 32px;
	height: 32px;
}
.sns_item + .sns_item {
	margin-left: 2em;
}
.sns_sup {
	margin-top: 30px;
	font-size: 10px;
	text-align: center;
}
.sns_sup span {
	display: inline-block;
}

.footer_copy{
	padding:25px 0 0 0;
	text-align:center;
	font-size: 12px;
	font-size: 1.2rem;
	margin:0;
	color:#FFF;
	font-family: 'Spartan', sans-serif;
}
.footer_copy a{
	color:#FFF;
}
.footer_copy a:hover{
	text-decoration:underline;
}

.page_top{
	display:none;
	position:fixed;
	right:20px;
	bottom:20px;
	width:60px;
	height:auto;
}
.page_top img{
	width: 100%;
	height:auto;
}
.page_top img[src$=".svg"] {
	width: 100%;
}

.footer_link_btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 30px;
}

.footer_link_btn a{
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 27px;
  padding-bottom: 3px;
}

/* ===================================================
	main
=================================================== */
#main_all{
	width:100%;
}
#main{
	width:700px;
	/* float:left; */
}

#side{
	width:370px;
	/* float:right; */
	padding:0 0 80px 0;
}


/* ===================================================
	パンくず
=================================================== */
.bread{
	margin:20px 0 100px 0;
	color:#353535;
}
.bread ul{
	margin:0;
}
.bread li{
	float:left;
	margin-right:5px;
	font-size: 15px;
	font-size: 1.5rem;
}
.bread li a{
}
.bread li a:hover{
	text-decoration:underline;
}
.bread li:after{
	display:inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	margin:0 10px;
}
.bread li:last-child:after{
	content:none;
	margin:0;
}


/* ===================================================
	ページャー
=================================================== */
.pager_box{
	text-align: center;
	margin:50px 0;
}
.pager {
	display: inline-block;
/* 	display: inline; 
	zoom: 1;  */
	font-size: 18px;
	font-size: 1.8rem;
}

.pager .current{
	display: inline-block;
	height:38px;
	line-height:38px;
	padding: 0 12px;
	background: #c18681;
	color: #FFF;
	border:1px solid #e5e5e5;
	margin-right: 5px;
}
.pager a {
	display: inline-block;
	border:1px solid #e5e5e5;
	padding: 0 12px;
	color: #000;
	background: #FFF;
	margin-right: 5px;
	height:38px;
	line-height:38px;
}
.pager a:hover {
	border:1px solid #c18681;
	background: #c18681;
	color:#FFF;
}
.pager a.prev{
	width:36px;
	position:relative;
}
.pager a.prev:after{
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	right: 0px;
	left: 5px;
	top:0;
	bottom:0;
	margin:auto;
}

.pager a.next{
	width:36px;
	position:relative;
}
.pager a.next:after{
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 5px;
	left: 0px;
	top:0;
	bottom:0;
	margin:auto;
}

.pager a.next:hover:after,
.pager a.prev:hover:after{
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
.btn_area{
	margin:50px 0 0 0;
}
.prev_btn{
	float:left;
	width:200px;
}
.next_btn{
	float:right;
	width:200px;
	text-align:right;
}

@media(min-width: 1024px) {
	.header_navi_main a {
		text-align: center;
	}
	.header_navi_main .line_130{
		line-height: 130%;
	}
}

/* ===================================================
	header_sdgs
=================================================== */
.header_navi_main.header_sdgs a{
  color:#fbb4ae;
}
#header .header_navi ul li.header_sdgs a:hover{
	color:#fff;
}

/* ===================================================
	footer_sdgs
=================================================== */
.footer_menu ul li.footer_sdgs a{
  color:#fbb4ae;
}
.footer_menu ul li.footer_sdgs a:hover{
	color:#fff;
}


/* ===================================================
	sdgsボタン追加（LINE友達追加の上）
=================================================== */
.sub_main_line_sdgs{
	position:absolute;
	bottom:230px;
	right:20px;
	margin:auto;
	text-align:center;
	z-index:999;
}

/* ===================================================
	header美肌治療（一時的）
=================================================== */
.header_navi_main_bihada  ul li a:hover{
	pointer-events:initial!important;
	color: #818c98;
}
