@charset "utf-8";

@font-face {
	font-display: swap;
}

*{
    margin: 0px;
	padding: 0px;
}

img{border: 0;}

a {outline: none;}

ul,ol { list-style-type: none;}

A:link{color:#2f3640;text-decoration:underline}
A:visited{color: #2f3640;text-decoration:none;}
A:active{color:#2f3640;text-decoration:none;}
A:hover{color:#2f3640;text-decoration:none;}

::selection{
	background: #14abe3;
	color: #fff;
}
::-moz-selection{
	background: #14abe3;
	color: #fff;
}

table{
	border-collapse:collapse;
}


input{
	font-family: "century-gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 16px;
	font-style: normal;
}


body{
	font-family: "century-gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#000;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	
	background: url("../../img/bg_left.svg") no-repeat left 100px, url("../../img/bg_right.svg") no-repeat right 30%;
}

.wrapper{
	margin: 0 auto;
	width: 98%;
	max-width: 1100px;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#container{
	text-align: left;
}


/* ページスクロールボタン */
#topcontrol{
	z-index: 200;
	right: 10px !important;
	bottom: 10px;
}


#topcontrol span{
	display: none;
}

@media screen and (min-width: 980px) {
.wrapper{
	min-width: 1100px;
}
	#topcontrol span{
		display: none;
	}
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
}


@media screen and (max-width: 979px) {
	#topcontrol span{
		display: none;
	}
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
	#container{
		min-width: auto;
		max-width: initial;
		background-color: rgba( 255, 255, 255, 0.65 );
	}
}

@media screen and (max-width: 768px){
	body{
		font-size: 15px;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	#topcontrol img{
		width: 50px !important;
		height: auto !important;
	}
}


/*header
************************************************************************************/
#header{
	height: 120px;
	position: relative;
	width: 100%;
	z-index: 50;
	background: #FFF;
}
#header .sitename{
	position: absolute;
	top: 10px;
	left: 5px;
	height: 70px;
}
#header .sitename img{
	width: auto;
	height: 75px;
}

#header #subnav{
	position: absolute;
	top: 10px;
	right: 0;
	height: 50px;
}
#header #subnav ul,
#header #gnav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: right;
	justify-content: right;
}
#header #subnav ul li{
	margin: 0 3px;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	background: #fcb6d6;
}
#header #subnav ul li a{
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	display: block;
	line-height: 35px;
	padding: 0 1.5em;
}
#header #gnav{
	position: absolute;
	top: 80px;
	right: 0;
}

#header #gnav li{
	padding: 0 1.5em;
	font-size: 18px;
	color: #000;
}
#header #gnav li a,
#header #gnav li lavel{
	color: #000;
	text-decoration: none;
}
@media screen and (min-width: 980px) {
header{
	min-width: 1100px;
}
#header #gnav li a{
	position: relative;
	display: inline-block;
	-webkit-transition: .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#header #gnav li a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ffbcbc;
	-webkit-transition: .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover::after{
	width: 100%;
}
}
@media screen and (max-width: 979px){
#header{
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}
#header .sitename{
	text-align: center;
	position: static;
	background-color: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow:0px 0px 0 #FFF;
	-moz-box-shadow:0px 0px 0 #FFF;
	-webkit-box-shadow:0px 0px 0 #FFF;
	padding: 0;
	margin: 0;
	font-size: 0;
}
#header .sitename img{
	max-height: 60px;
	width: auto;
	vertical-align: middle;
	margin: 0 auto;
}
#header .sitename a{
	width: auto;
	height: auto;
	display: block;
	text-indent: 0;
	background: none;
	line-height: 70px;
}
#header #subnav,
#header #gnav{
	display: none;
}
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}


/* header parts
************************************************************************************/
/*panf*/
.btn_panf{
	width: 270px;
	height: 221px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 50;
}
.btn_panf_sp.btnNormal{
	display: none;
}
@media screen and (max-width: 979px){
.btn_panf{
	display: none;
}
.btn_panf_sp.btnNormal{
	display: block;
	margin: 1%;
	text-align: center;
}
.btn_panf_sp.btnNormal a{
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
}

/*slideshow
----------------------------------------------------------------------*/
#slideshow{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 10;
	text-align: center;
	z-index: 1;
	margin: auto;
}
#slideshow::before {
	content:"";
	display: block;
	padding-top: 46.8%; /* 46.8 */
}
#slideshow img{
	height: 100%;
	width: auto;
    position: absolute;
    top: 0;
    right: 0;
}

#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }

@media screen and (max-width: 979px){
#slideshow{
	top: 70px;
}
}
@media screen and (max-width: 768px){
#slideshow{
	width: 98%;
}
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}


/*
************************************************************************************/
#main-content{
	padding: 8% 0 100px 0;
	width: 95%;
	margin: auto;
}

.lv_h1_wrap{
	text-align: center;
	margin-bottom: 3em;
}
.lv_h1_wrap .lv_h1{
	text-align: center;
	margin: 0 0 18px 0;
	padding-bottom: 18px;
	font-size: 30px;
	color: #f96dad;
	font-weight: 700;
	position: relative;
}
.lv_h1_wrap .lv_h1::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 5em;
	height: 1px;
	content: "";
	background: rgb(242,165,200);
	background: -moz-linear-gradient(90deg, rgba(242,165,200,1) 0%, rgba(182,123,181,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(242,165,200,1) 0%, rgba(182,123,181,1) 100%);
	background: linear-gradient(90deg, rgba(242,165,200,1) 0%, rgba(182,123,181,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2a5c8",endColorstr="#b67bb5",GradientType=1); 
}
.lv_h1_wrap .en{
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #5c6161;
	font-family: "century-gothic", sans-serif;
}

.lv_h2{
  position: relative;
  padding: 0 1rem 1.5rem;
  color: #f96dad;
  margin-bottom: 1em;
  font-size: 26px;
}

.lv_h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #f96dad, #f96dad 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #f96dad, #f96dad 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lv_h3{
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 1em;
	padding: 0;
	color: #b87cb5;
}

.lv_h4{
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 1em;
	padding: 0;
}

.catchcopy{
	font-weight: 700;
	font-size: 21px;
	margin-bottom: 1em;
	text-align: center;
	padding: 0;
}
@media screen and (max-width: 979px) {
#main-content{
	padding: 15% 0 100px 0;
}

.lv_h1_wrap .lv_h1{
	font-size: 24px;
}
.lv_h1_wrap .en{
	font-size: 13px;
}

.lv_h2{
  font-size: 21px;
}

.lv_h3{
	font-size: 19px;
}

.lv_h4{
	font-size: 19px;
}

.catchcopy{
	font-size: 19px;
}
}
@media screen and (max-width: 480px){
#main-content{
	padding: 10% 0 50px 0;
}
}



/*footer
************************************************************************************/
#footer{
	position: relative;
	width: 100%;
	padding: 40px 0;
}
#footer::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: "";
	background: rgb(242,165,200);
	background: -moz-linear-gradient(90deg, rgba(242,165,200,1) 0%, rgba(182,123,181,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(242,165,200,1) 0%, rgba(182,123,181,1) 100%);
	background: linear-gradient(90deg, rgba(242,165,200,1) 0%, rgba(182,123,181,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2a5c8",endColorstr="#b67bb5",GradientType=1); 
}
#footer .pagetop{
	position: absolute;
	width: 77px;
	height: 77px;
	right: 2%;
	top: -36px;
	z-index: 10;
}
#footer .fnav{
	padding: 0 0 0 210px;
	background: url("../../img/footer_logo.svg") no-repeat left top;
	-moz-background-size: 190px auto;
	background-size: 190px auto;
}

#footer .fnav ul{
	display: table;
	font-size: 15px;
	line-height: 150px;
	margin-left: auto;
}
#footer .fnav ul li{
	display: table-cell;
	padding: 0 1.5em;
	vertical-align: middle;
}
#footer .fnav a{
	color: #072856;
	text-decoration: none;
}

#footer .foot-contact{
	border: 1px solid #fcb6d6;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 20px;
	margin: 20px 0;
}

/*診療について*/
#footer .examination{
	/*background: #f7dafe;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	line-height: 70px;
	padding: 0 20px;
	margin: 30px 0;*/
	padding-bottom: 20px;
	border-bottom: 1px solid #c0c0c0;
}
#footer .examination dl{
	display: table;
	font-size: 18px;
	margin: auto;
}
#footer .examination dl dt{
	display: table-cell;
	vertical-align: top;
}

#footer .examination dl dd{
	display: table-cell;
	vertical-align: middle;
}
#footer .examination dl dt{
	padding: 0 15px 0;
}
#footer .examination dl dd:first-child{
	padding-left: 25px;
}
#footer .examination dl dd span{
	font-size: 13px;
}

/*クリニックからのお問合せ*/
#footer .for-clinic{
	/*background: #f8eafb;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	padding: 0 20px;
	margin: 30px 0;*/
}
#footer .for-clinic .ttl{
	text-align: center;
	font-size: 18px;
	padding: 20px 0 10px;
}
#footer .for-clinic dl{
	display: table;
	font-size: 18px;
	margin: auto;
}
#footer .for-clinic dl dt,
#footer .for-clinic dl dd{
	display: table-cell;
	vertical-align: middle;
}
#footer .for-clinic dl dt{
	padding: 0 15px 0;
}
#footer .for-clinic dl dd:first-child{
	padding-left: 25px;
}
#footer .for-clinic dl dd span{
	font-size: 13px;
}

#footer .btm-box{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#footer .btm-box .copyright{
	font-size: 12px;
	color: #6c6c6c;
	font-family: "century-gothic", sans-serif;
	line-height: 50px;
}
#footer .btm-box ul.btns-frame{
	-webkit-justify-content: right;
	-ms-flex-pack: right;
	justify-content: right;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#footer .btm-box ul.btns-frame li a{
	margin: 0 3px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	background: #fcb6d6;
	
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
	line-height: 50px;
	padding: 0 1.5em;
	vertical-align: middle;
}

@media screen and (max-width: 979px) {
#footer .fnav{
	display: none;
}
#footer .btm-box{
	display: block;
}
#footer .btm-box .copyright{
	text-align: center;
}
#footer .btm-box ul.btns-frame{
	-webkit-justify-content: center;
	justify-content: center;
}

#footer .examination{
	line-height: 1.6;
	padding: 10px 30px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .examination dl{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#footer .examination dl dt,
#footer .examination dl dd{
	display: block;
	vertical-align: top;
}
#footer .examination dl dt{
	width: 7em;
}
#footer .examination dl dd:first-child{
	padding-left: 0;
}
#footer .examination dl dd{
	width: calc(100% - 10em);
}
#footer .examination dl dd span{
	font-size: 13px;
}

#footer .for-clinic{
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .for-clinic .ttl{
	margin-bottom: 1em;
	background: #fcb6d6;
	color: #FFF;
	padding: 10px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	font-size: 15px;
}
#footer .for-clinic dl{
	display: block;
	font-size: 15px;
	line-height: 1.6;
}
#footer .for-clinic dl dt,
#footer .for-clinic dl dd{
	display: block;
	vertical-align: middle;
	padding: 0;
}
#footer .for-clinic dl dd:first-child{
	padding-left: 0;
}

}
@media screen and (max-width: 768px){
#footer .examination dl dd span{
	display: block;
}
#footer .examination dl{
	font-size: 15px;
}
}
@media screen and (max-width: 620px) {
#footer .examination dl dt{
	width: 100%;
	padding: 0 0 5px 0;
}
#footer .examination dl dd{
	width: 100%;
	padding: 0 0 25px 0;
}
	
#footer .btm-box ul.btns-frame li{
	margin: 5px auto;
	width: 98%;
}
#footer .btm-box ul.btns-frame li a{
	display: block;
	text-align: center;
}

#footer .btm-box .copyright{
	line-height: 1.4;
	padding-bottom: 15px;
}
}
@media screen and (max-width: 480px){
}
