/*** index ***/

.two-dr ul{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.two-dr{
	background: url(../images/index/bg01.png) no-repeat;
	background-size: cover;
	padding-bottom: 200px;
	position: relative;
}
.two-dr:before{
	content: '';
	width: 1px;
	height: 70px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.two-dr h2{
	padding: 100px 0 30px;
	color: #fff;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 40px;
	letter-spacing: 0;
}
.two-dr h2 span{
	color: #fff;
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: -30px;
}
.two-dr h2 strong{
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 74px;
}
.two-dr p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	line-height: 2.6em;
}

.dr-pr{
	position: relative;
	padding-bottom: 70px;
}
.dr-pr:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 200px 100vw;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -200px;
	left: 0;
}
.dr-pr:after{
	content: '';
	width: 1px;
	height: 70px;
	background: #000034;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.dr-pr .flex{
	position: relative;
	justify-content: flex-end;
	margin-bottom: 100px;
}
.dr-pr .flex:nth-of-type(2), .science .flex{
	flex-direction: row-reverse;
}
.dr:nth-of-type(1) > img{
	position: absolute;
	bottom: 225px;
	left: 0;
}
.dr:nth-of-type(2) > img{
	position: absolute;
	bottom: 0;
	right: 0;
}
.dr .licence li{
	background: #000032;
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 400px;
	margin-bottom: 10px;
	padding: 10px;
}
.pr-content{
	width: 400px;
}
.dr dl dt{
	font-size: 40px;
	color: #000032;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	display: flex;
	align-items: center;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
}
.dr dl dt:before{
	content: '';
	width: 670px;
	height: 2px;
	background: #000032;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.dr:nth-of-type(2) dl dt:before{
	right: auto;
	left: 0;
}
.dr dl dt span{
	font-size: 14px;
	margin-right: 1em;
	color: #000032;
	font-weight: 600;
}
.dr dl dd{
	font-size: 16px;
	font-weight: bold;
}
.dr dl dd ul li{
	font-weight: 300;
	margin-top: 0.6em;
	position: relative;
	padding-left: 20px;
	letter-spacing: initial;
	white-space: nowrap;
}
.dr dl dd ul li:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 11px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	top: 6px;
	left: 0;
}
.gohst-btn{
	font-size: 16px;
	font-weight: 400;
	color: #000032;
	background: #fff;
	display: flex;
	width: 400px;
	height: 60px;
	align-items: center;justify-content: center;
	border: solid 1px;
	margin: 30px 0 0;
	position: relative;
	transition: .3s;
}
.gohst-btn:hover{
	background: #000034;
	color: #fff;
}
.gohst-btn:after{
	transition: .3s;
}
.gohst-btn:hover:after{
	border-color: #fff;
}
.gohst-btn:after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 1px #000032;;
	border-right: solid 1px #000032;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	transform: rotate(45deg);
}

.science{
	background: url(../images/index/bg02.png) no-repeat;
	background-size: cover;
	padding: 100px 0 0;
	position: relative;
}
.science:before{
	content: '';
	width: 1px;
	height: 70px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.science:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 0 0 100vw;
	border-color: transparent transparent transparent #F5F5F5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.science h2{
	color: #fff;
	font-size: 40px;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin-bottom: 40px;
}
.science h2 span{
	display: block;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 400;
    font-size: 24px;
}
.science p{
	color: #fff;
	text-align: center;
	letter-spacing: initial;
	line-height: 2.4;
}
.science .dr .pr-content-yokoi .licence li{
	color: #000032;
	background: #fff;
	width: 55%;
    margin-left: 250px;
}

.science .dr .licence li{
	color: #000032;
	background: #fff;
}

.science .dr dl dt, .science .dr dl dt span{
	color: #fff;
}


.science .dr > img{
	left: auto;
	right: 0;
	z-index: 1;
}

.science .dr:nth-of-type(2) > img{
	position: absolute;
	bottom: 0;
	left: -24px;
}


.science .flex{
	justify-content: flex-end;
	position: relative;
    padding-bottom: 260px;
    margin-top: 70px;
}
.science .dr .pr-content{
	width: auto;
}

.science .dr .pr-content-yokoi dl{
	width: auto;
	margin-left: 250px;
}



.science .dr .pr-content-yokoi dl dt:before{
	content: '';
	width: 500px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;	
}


.science .dr dl dt:before{
	content: '';
	width: 670px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;	
}
.science .photo{
	display: flex;
	justify-content: space-between;
	width: 520px;
}
.science .dr dl dd ul.photo li{
	padding-left: 0;
}
.science .dr dl dd ul.photo li:before{
	content: none;
}

.treatment {
    background: #F5F5F5;
}
.treatment h2{
	font-size: 40px;
	color: #000132;
	text-align: center;
	position: relative;
	padding-top: 100px;
	padding-bottom: 26px;
	margin-bottom: 30px;
}
.treatment h2:before{
	content: '';
	width: 64px;
	height: 64px;
	background: url(../images/index/icon01.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
}
.treatment h2:after{
	content: '';
	width: 64px;
	height: 1px;
	background: #000132;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.treatment-list li{
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
	border-bottom: solid 2px #000132;
}
.treatment-list li:last-of-type{
	border-bottom: none;
}
.treatment-list li dl{
	width: 400px;
}
.treatment-list li dl dt{
	font-size: 20px;
	color: #000032;
	font-weight: 600;
}
.treatment-list li dl dd{
	font-size: 14px;
	font-weight: 300;
	margin: 1em 0 0;
}
.treatment-list li{
	align-items: flex-end;
}

.so-main{
	width: 100%;
	display: block;
}
.so-wrap{
	position: relative;
}
.so-wrap:after{
	content: '';
	width: 1px;
	height: 70px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.second-opinion .wrap{
	position: relative;
}
.second-opinion .wrap:before{
	content: '';
	width: 1px;
	height: 70px;
	background: #000034;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;		
}
.second-opinion h2{
	font-size: 40px;
	color: #000032;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	padding-top: 100px;
}
.second-opinion h2 strong{
	font-size: 70px;
	color: #000032;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.second-opinion h2 span.ribbon-wrap{
	display: table;
	font-size: 20px;
	margin: 0 auto;
	background: #000032;
	position: relative;
	border: solid 1px #fff;
}
.second-opinion h2 span.ribbon-wrap:before{
	content: '';
	height: 60px;
	width: 40px;
	background: #000032;
	position: absolute;
	bottom: -10px;
	left: -20px;
	z-index: -1;
}
.second-opinion h2 span.ribbon-wrap:after{
	content: '';
	height: 60px;
	width: 40px;
	background: #000032;
	position: absolute;
	bottom: -10px;
	right: -20px;
	z-index: -1;
}
.second-opinion h2 span.ribbon-wrap .ribbon{
	color: #fff;
	display: block;
	padding: 16px 50px;
	position: relative;
}
.second-opinion h2 span.ribbon-wrap .ribbon:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: -20px;
	bottom: -10px;
	z-index: 0;
}
.second-opinion h2 span.ribbon-wrap .ribbon:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 10px 30px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	right: -20px;
	bottom: -10px;
	z-index: 0;
}
@-moz-document url-prefix() {
	.second-opinion h2 span.ribbon-wrap .ribbon:before{
		left: -21px;
	}
	.second-opinion h2 span.ribbon-wrap .ribbon:after{
		right: -21px;
	}
}
.second-opinion h2 + p{
	text-align: center;
	color: #000032;
	margin-top: 60px;
}
.second-opinion ul{
	display: flex;
	justify-content: space-between;
	margin: 90px 0;
}
dl.case{
	border: solid 1px #44BBB3;
}
dl.case dt{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	background: #44BBB3;
}
dl.case dd img{
	display: block;
	margin: 35px auto 0;
}
dl.case dd{
	padding: 0 50px;
}

.point{
	margin-top: 110px;
}
.point h2{
	width: 200px;
	height: 200px;
	border-radius: 100px;
	font-size: 18px;
	font-weight: 500;
	background: #AE9B10;
	color: #fff;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
	margin-bottom: 160px;
}
.point h2:before{
	content: '';
	width: 1px;
	height: 160px;
	background: #AE9B10;
	position: absolute;
	bottom: -160px;
	left: 0;
	right: 0;
	margin: auto;
}
.point h2:after{
	content: '';
	width: 22px;
	height: 22px;
	border-bottom: solid 1px #AE9B10;
	border-left: solid 1px #AE9B10;
	position: absolute;
	bottom: -156px;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(-45deg);
}
.point dl dt{
	font-size: 20px;
	font-weight: 600;
	color: #AC9B0D;
	text-align: center;
	padding: 30px 0;
}
.point dl dd ul li{
	background: #F3F1DB;
	font-size: 20px;
	color: #000132;
	padding: 30px 60px 30px 100px;
	margin-bottom: 10px;
	/*letter-spacing: initial;*/
	position: relative;
	font-size: 16px;
    font-weight: 500;
}
.point dl dd ul li:before{
	content: '';
	width: 36px;
	height: 49px;
	background: url(../images/common/icon-check.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50px;
	margin: auto;
}
.point a{
	background: #000032;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	margin-top: 80px;
	transition: .3s;
}
.point a:hover{
	opacity: .7;
}
.point a span{
	font-size: 20px;
	color: #AE9B10;
	padding-left: 46px;
	position: relative;
}
.point a span:before{
	content: '';
	width: 35px;
	height: 35px;
	background: url(../images/common/icon-date.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.loop-slider{
    margin: 0 0 120px 0;
}

.Gmap{
	margin-top: 120px;
}
.Gmap iframe{
	display: block;
}

.foot-info .inner dl dt{
	font-size: 36px;
	color: #000132;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	border-bottom: solid 2px;
	padding-right: 70px;
}
.foot-info .inner dl dt span{
	font-size: 16px;
	font-weight: 300;
	color: #000132;
	display: block;
}
.foot-info .inner dl dd{
	font-size: 14px;
	font-weight: 300;
}
.foot-info .inner dl dd strong{
	font-size: 16px;
	font-weight: 500;
	display: block;
	margin-top: 1em;
}
.foot-info ul{
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
}
.foot-info ul li{
	transition: .3s;
}
.foot-info ul li:nth-of-type(1){
	width: 270px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: #000032;
	position: relative;
	color: #fff;
	padding-top: 3px;
}
.foot-info ul li:nth-of-type(1):before {
    content: '';
    width: 80%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}
.foot-info ul li:nth-of-type(1) span{
	color: #fff;
	font-size: 25px;
	position: relative;
	padding-left: 20px;
	font-family: 'Roboto', sans-serif;
}
.foot-info ul li:nth-of-type(1) span:before{
	content: '';
    width: 18px;
    height: 22px;
	background: url(../images/common/icon-telwh.png) no-repeat;
	background-size: contain;
	position: absolute;
    top: 11px;
    left: -4px;
}
.foot-info ul li:nth-of-type(2):hover, .foot-info ul li:nth-of-type(3):hover{
	opacity: .7;
}
.foot-info ul li img{
	height: 100%;
	width: auto;
	display: block;
}
.foot-info .sns {
    display: flex;
	padding-top: 1em;
}
.foot-info .sns p {
    margin-right: 1em;
}


/*** page ***/


.page .dr-pic{
	width: 100%;
	height: 200px;
	/*background: #f2f2f2;*/
	/*margin-bottom: 30px;*/
	display: table;
}
.page h4{
	font-size: 15px;
	padding: 10px 30px;
	background: #f2f2f2;
	display:inline-block;
	margin: 60px 0 30px;
}
.page table td h4{ margin-top: 20px;}
.page h5{ font-size: 15px; margin-bottom: 10px;}
.page .wide{
	width: 100%;
}
.page table{
	width: 100%;
	border: solid 1px #f2f2f2;
}
.page table th{
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	width: 250px;
	padding: 20px 26px;
	border-right: solid 1px #f2f2f2;
	vertical-align: middle;
}
.page table td{
	font-size: 14px;
	font-weight: 300;
	padding: 20px 26px;
	vertical-align: middle;
}
.page table tr:nth-of-type(even) th, .page table tr:nth-of-type(even) td{
	background: #FAFAFB;
	word-break: normal
}
.page .dr-detail table{
	width: 100%;
	border: none;
}
.page .dr-detail table tr:nth-of-type(even) th, .page .dr-detail table tr:nth-of-type(even) td{
	background: none;
	word-break: normal;
}
.page .dr-detail table th{
	font-size: 13px;
	font-weight: 300;
	white-space: nowrap;
	text-align: left;
	line-height: 2em;
	width: auto;
	padding: 0 2em 0 0;
	border-right: none;
}
.page .dr-detail table td{
	font-size: 13px;
	font-weight: 300;
	font-weight: 2em;
	padding: 0;
	word-break: normal;
}
.half.pic{
	background: #f2f2f2;
}
.page .container .deco-list li{
	font-size: 14px;
	font-weight: 300;
	position: relative;
	padding: 10px 10px 10px 1.8em;
}
.page .container .deco-list li:before{
	content: '▶︎';
	font-size: 14px;
	position: absolute;
	top: 10px;
	left: 0;
}
.page .container .deco-list li:after{
	content: '';
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
	background-size: 4px 1px;　/* この値を変更 */
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.page .container .image-list li{
	max-width: 350px;
}
.page .container .flex{
	margin-bottom: 30px;
}

.text_under_pic {
	text-align: center;
}

/*.page .container div >:first-of-type{
	margin-top: 0;
}*/
img.float-left{
	float: left;
	margin: 0 20px 10px 0;
	display: block;
}
img.float-right{
	float: right;
	margin: 0 0 10px 20px;
}
.pic-list{
	flex-wrap: wrap;
}
.pic-list li{
	flex-basis: calc(50% - 20px);
	margin-bottom: 10px;
}
.pic-list li.wide, .pic-list.wide li{
	flex-basis: 100%;
}
h5.border{
    font-size: 14px;
    font-weight: 400;
    border-bottom: solid 1px;
    margin-bottom: 20px;
	margin-top: 80px;
    padding-bottom: 4px;
}

/** cosmetics **/

.half.pic{
background: none;
}
.smile-slide li p{
padding: 20px 20px 0;
display: table;
margin: 0 auto;
}
.slick-prev:before, .slick-next:before{
background: #000034;
border-radius: 100%;
padding: 10px;
font-size: 24px;
}
.slick-prev, .slick-next{
width: auto;
height: auto;
z-index: 100;
transform: translateY(-200%);
}
.slick-next{
right: -50px;
}
.slick-prev{
left: -50px;
}

.sample figure{
  margin: 0;
  display: none;
}
.sample figure:target{
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.sample figure:target #overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
  text-decoration: none;
  text-align: left;
  color: inherit;
  padding-left: 30vw;
  padding-right: 30vw;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
}
.sample figure:target p{
  animation: fadein .5s;
}

.sample figure:target ul{
  animation: fadein .5s;
}

.sample figure:target h2{
  animation: fadein .3s;
  border-bottom: 1px solid rgb(0, 0, 52);
  margin: 0px 0px 20px;
}
@keyframes fadein{
  0%{
    transform: scale(0.2);
    opacity: 0.2;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}

.txt_sml{
	font-size:70%;
	word-break:normal; 
}

.clear{
	clear: both;
	
}

.fl_l{
	float:left;
	box-sizing: border-box;
	width:calc(50% - 25px);
	margin-bottom: 60px;
	text-align: center;
}

.fl_r{
	float:right;
	box-sizing: border-box;
	width:calc(50% - 25px);
	margin-bottom: 60px;
	text-align: center;
}

.gohst-btn2 {
    font-size: 16px;
    font-weight: 400;
    color: #000032;
    background: #fff;
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: solid 1px;
    margin: 15px auto 10px;
    position: relative;
    transition: .3s;
}

.gohst-btn2:hover{
	background: #000034;
	color: #fff;
}

/*
.gohst-btn2:after{
	transition: .3s;
}
.gohst-btn2:hover:after{
	border-color: #fff;
}
.gohst-btn2:after{
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px #000032;;
	border-right: solid 1px #000032;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	transform: rotate(45deg);
}
*/
.gohst-btn3{
	font-size: 13px;
	font-weight: 400;
	color: #000032;
	background: #fff;
	display: flex;
	width: 335px;
	height: 45px;
	align-items: center;justify-content: center;
	border: solid 1px;
	margin: auto;
	position: relative;
	transition: .3s;
}
.gohst-btn3:hover{
	background: #000034;
	color: #fff;
}
.gohst-btn3:after{
	transition: .3s;
}
.gohst-btn3:hover:after{
	border-color: #fff;
}
.gohst-btn3:after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 1px #000032;;
	border-right: solid 1px #000032;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	transform: rotate(45deg);
}


figcaption{
	border: 1px solid #333;
	padding: 10px 15px;
}

.fl_voice{
	float: left;
	padding: 30px;
}

.a_h a{
	border-bottom: 1px solid #000;
}

.a_h a:hover{
	border-bottom: none;
}

.page .container .a_h li:hover::before{
    content: "▼";
}

.shorei li{
	position: relative;
}

.shorei li .shorei_b{
	position: absolute;
	bottom:5px;
	right: 5px;
	text-shadow: 
        #fff 1px 1px 0, #fff -1px -1px 0,/*右下、左上*/
        #fff -1px 1px 0, #fff 1px -1px 0,/*右上、左下*/
        #fff 0px 1px 0, #fff  0-1px 0,/*右、左*/
        #fff -1px 0 0, #fff 1px 0 0;/*上、下*/
	font-size:20px;
	font-weight: 500;
}

.shorei li .shorei_c{
	position: absolute;
	top:0px;
	left: 0px;
	content: "■";
	background: #000032;
	font-size:26px;
	font-weight: 500;
	width: 50px;
	height: 50px;
	padding: 1px 3px 3px 18px;
	color: #fff;
	box-shadow: 1px 1px #fff;
}

.shorei li .shorei_a{
	position: absolute;
	bottom:5px;
	right: 5px;
	text-shadow: 
        #fff 1px 1px 0, #fff -1px -1px 0,/*右下、左上*/
        #fff -1px 1px 0, #fff 1px -1px 0,/*右上、左下*/
        #fff 0px 1px 0, #fff  0-1px 0,/*右、左*/
        #fff -1px 0 0, #fff 1px 0 0;/*上、下*/
	font-size:20px;
	font-weight: 500;
}

.page-main_sugiura {
    background: #f2f2f2;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    background: url("../images/page/bg-pagemain_sugiura.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.page-main_sugiura h1 {
    font-size: 30px;
    color: rgb(0, 0, 50);
    font-weight: 500;
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.page-main_sugiura h1 span {
    font-size: 11px;
    display: block;
    color: inherit;
    font-weight: 300;
}

.page-main_kido {
    background: #f2f2f2;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    background: url("../images/page/bg-pagemain_kido.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.page-main_kido h1 {
    font-size: 30px;
    color: rgb(0, 0, 50);
    font-weight: 500;
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.page-main_kido h1 span {
    font-size: 11px;
    display: block;
    color: inherit;
    font-weight: 300;
}

.page-main_access {
    background: #f2f2f2;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    background: url("../images/page/bg-pagemain_access.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.page-main_access h1 {
    font-size: 30px;
    color: rgb(0, 0, 50);
    font-weight: 500;
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.page-main_access h1 span {
    font-size: 11px;
    display: block;
    color: inherit;
    font-weight: 300;
}



.jidv_area{
	padding: 18px 48px 37px;
	margin:50px 0px;
	border: 1px solid #f2f2f2;
}

.page .jidv_area h2{
	margin: 20px 0px;
	border-bottom:1px solid rgb(0, 0, 52);
}

.page .container .jidv_area p{
	margin-bottom: 20px;
}

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


.slick-slider2{
	width: 380px;
}

.page .mg_t{
	margin-top: 20px;
}

.page .container .mg_b{
	margin-bottom: 0px;
}

a.tel_txt{
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.page table.access_table{
	
}

.page h2.txt_001{
	border-bottom: none;
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
}

.english_area001{
	background: url("../images/english/background003.jpg");
	width: 100vw;
	background-size: cover;
	background-repeat: no-repeat;
}

.txt_area001{
	width: 800px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 30px;
}

.page .container p.txt_002{
	color: #fff;
	font-size:20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
	word-break: normal;
}

.foot-info .inner dl dt .txt_003{
	font-size: 28px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
}


.en_font h2{
	font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	letter-spacing: 1px;
	word-break: normal;
}

.en_font h2.en_txt002 {
	font-size:22px;
}

.en_txt003 {
	font-size:38px;
	word-break: normal;
}

h2.en_txt001{
	word-break: normal;
}
p.en_txt001{
	word-break: normal;
}
h2.en_txt002{
	word-break: normal;
}
p.en_txt002{
	word-break: normal;
}
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff858b;
 color:#fff;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

.verticallist .wpcf7-list-item{
 display:block;
}

.your-message{
	width: 100%;
}

#formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#000032;
 color:#fff;
 font-size:18px;
 margin:25px auto 0;
}

#formbtn:hover{
 background:#fff;
 color:#000032;
 border:2px solid #000032;
}

.page .inquiry th{
	text-align: left;
	width: 30%;
}

.news_l{
	float: left;
	padding-right: 20px;
	width: 25%;
	box-sizing: border-box;
}

.news_r{
	float: left;
	width: 75%;
	box-sizing: border-box;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: 300;
}

.news_r a{
color: #000031;;
}

#indexPublicEducation{
	overflow: hidden;
	width: 100%;
}
#indexPublicEducationList li{
	float: left;
	width: 135px;
	margin-right: 60px;
	margin-bottom: 40px;
	height: 300px;
}
#indexPublicEducationList li img{
	height: 190px;
}
.voice_txt2{
		height: 50%;
		overflow-y: scroll;
		margin-bottom: 15px;
	}

.acd-check{
    display: none;
}


.acd-label{
	font-size: 13px;
	font-weight: 400;
	color: #000032;
	background: #fff;
	display: flex;
	width: 335px;
	height: 45px;
	align-items: center;justify-content: center;
	border: solid 1px;
	margin: auto;
	position: relative;
	transition: .3s;
	margin-top: 100px;
}
.acd-label:hover{
	background: #000034;
	color: #fff;
}
.acd-label:after{
	transition: .3s;
}
.acd-label:hover:after{
	border-color: #fff;
}
.acd-label:after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 1px #000032;;
	border-right: solid 1px #000032;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	transform: rotate(45deg);
}
.acd-content{
    height: 10px;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
	display: -webkit-box;
}


.acd-check:checked + .acd-label + .acd-content{
    height: 3000px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
	padding-top: 60px;
}

.intro h2.h2_001{
	margin-top: 50px;
}

.accordion1 .inner {display: none;}

.page .container .media_edu p.ac1{
	font-size: 16px;
	font-weight: 400;
	color: #000032;
	background: #fff;
	display: flex;
	width: 300px;
	height: 60px;
	align-items: center;justify-content: center;
	border: solid 1px;
	margin: 100px auto 60px;
	position: relative;
	transition: .3s;
}
.page .container .media_edu p.ac1:hover{
	background: #000034;
	color: #fff;
}
.page .container .media_edu p.ac1:after{
	transition: .3s;
}
.page .container .media_edu p.ac1:hover:after{
	border-color: #fff;
}
.page .container .media_edu p.ac1:after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 1px #000032;;
	border-right: solid 1px #000032;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	transform: rotate(45deg);
}

.cost_area th{
	white-space: nowrap;
}

.confirm .submitBtn{
	width: 50%;
    height: auto;
    margin: 20px auto;
    background: #001E5D;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    display: block;
    font-size: 16px;
}

.confirm .submitBtn:hover{
	color: gray;
}

textarea{
	width: 100%;
}

td .o_f{
	width: 100%;
	border: solid 1px #8080804d;
}

.must{
	color: red;
}

.contact th{
	background-color: #001e5d!important;
	color: white;
}
.contact th span,.contact th small{ color: #F00; font-size: 14px; margin-left: 5px; letter-spacing: 0;}
.contact td 

.page .container p.ma_0{
	margin: 0;
}

.page .container p.li_he_m{
	line-height: 0;
	margin-top: 0;
}

.page .container tr{
	border: solid 1px #f2f2f2;
}

span.sp_non.pc{
	color: #46bcb3!important;
}

.radius img{
	border-radius: 50px;
}

/**厚労省 土屋**/
#mhlw-risk-fixed .mhlw-risk-fixed-contents {
    position: fixed;
    bottom: 0;
    left: 15%;
    /*background-color: rgba(223,203,147,0.6);*/
	background-color:#FFF;
	border:2px solid #DFCB93;
    padding: 10px;
    font-size: 8pt;
    width: 68%;
    margin: 1%;
    line-height: 2;
	z-index: 9999;
}
@media screen and (max-width: 640px){
#mhlw-risk-fixed .mhlw-risk-fixed-contents {
    bottom: 100px;
    }
}

#mhlw-risk-fixed .mhlw-risk-fixed-head {
    padding-bottom: 80px;
}
fixed-close {
    position: absolute;
    right: -0.5%;
    top: -10%;
}
#mhlw-risk-fixed .mhlw-risk-fixed-contents .mhlw-risk-fixed-close::after {
    background-image: url("../images/common/icon-close.png");
    display: block;
    width: 35px;
    height: 35px;
    background-size: 100%;
    content: '';
}
#mhlw-risk-fixed .mhlw-risk-fixed-contents p {
    width: 835px;
    margin: 0 auto;
}
#mhlw-risk-fixed-display {
    position: fixed;
    right: 5px;
    bottom: 5px;
    background-color: rgba(222,222,222,0.9);
    padding: 8px;
    border-radius: 5px;
    font-size: 8pt;
    line-height: 1.2;
	z-index: 9999;
}

#mhlw-risk-fixed .mhlw-risk-fixed-contents .mhlw-risk-fixed-close {
    position: absolute;
    right: -0.5%;
    top: -10%;
}

#mhlw-risk-fixed-display:after {
    content: '施術の詳細情報を表示する';
	z-index: 9999;
}

/*7/5追加*/
p.phototext {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    font-size: 15px!important;
    color: #fff;
    -webkit-text-stroke: 0.1px #000;
    background: black;
    opacity: 0.7;
    padding: 10px;
    height: 400px;
	padding-top: 95px!important;
    padding: 40px;
}
h4.phototext {
    position: absolute;
    top: 30px;
    left: 0;
    width: 320px;
    font-size: 15px!important;
	z-index: 1;
	margin: 0;
}
h4.dr_yasu{
    width: 200px;
}

.history {
    display: inline-block;
}

.photoin{
	position:relative;
}
h2.pc_minmargin{
	margin: 60px 0 20px 0!important;
}
h3.pc_minmargin{
	margin: 40px 0 30px 0!important;
}

h4.phototext span{
	font-size: 200%;
}

.dr_kido{
	width: 100%;
	margin-bottom: 30px;
}
.page .container p.kido_text{
	font-size: 14px;
	line-height: 2em;
    padding: 0 15px;
	margin-bottom: 0;
}

.page .history table th{
	padding: 5px 26px;
	white-space: nowrap;
}
.page .history table td{
	padding: 5px 26px;
	word-break: normal;
}
.container ol li{
	list-style: decimal;
    margin-left: 30px;
    margin-top: 20px;
	font-size: 14px;
}

.history .gohst-btn{
	width: 50%;
	margin: 30px auto;
	text-align: center;
	vertical-align: middle;
}
.referral_list li{
	font-size: 14px;
}

/*-----20190723症例編集-----*/
.flex_box{
	display:flex;
}
.before_box {
    display: contents;
	position: relative;
}
.before_box .case_box {
    content: "";
    background: url(../images/common/before.png) center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 25px;
    padding-top: 30px;
}
.after_box .case_box {
    content: "";
    background: url("../images/common/after.png") center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 25px;
    padding-top: 30px;
}
.before_box::after {
	content: "";
	background-image: url("../images/common/allow-w.png");
	width: 50%;
    background-position: 50% calc(50% + 10px);
	background-size: 65px;
	background-repeat: no-repeat;
}
.case_box img{
	max-width: 330px;
}

/*--COVID-19--*/
.news-area.wrap {
    margin-top: 3em;
}
.news-area dl.emergency {
    border: solid 1px #000031;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 50px;
}
.news-area dl.emergency dt {
    background: #000031;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 8px 0;
}
.news-area dl.emergency dd {
    padding: 20px 90px 25px;
    font-size: 16px;
	text-align: center;
}

a.gohst-btn.covid19 {
    margin: 3em auto 0;
}

.page .half.online {
    width: calc(30% - 25px);
}
.flex-area {
    flex-wrap: wrap;
	display: flex;
    justify-content: space-between;
}
.online-medical-sc03 ul li {
    width: 48.8%;
    margin-top: 32px;
}
.flex{display: flex; justify-content: space-between; flex-wrap: wrap;}
.flex .item{flex-basis: 58%;}
.flex .item_img{flex-basis: 40%;}
.flex .item_img img{width: 100%;}
.gray_wrap {
    background: #0000340a;
    padding: 15px;}
.gray_wrap h4 {margin-top: 10px;}
.movie{width: 500px; margin: 20px auto; display: block;}
h3 span {
    background-color: #000034;
    color: #fff;
    padding: 3px 10px;
    margin-right: .3em;
    border-radius: 10px;
}

.page .half.variable {
    width: calc(75% - 25px);
}
.page .half.variable65 {
    width: calc(65% - 25px);
}

.gohst-btn.navy {
    color: #fff;
    background: #000032;
}
.gohst-btn.navy:after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

@media (max-width: 767px){
.page table.online {
    margin: 0;
}
}

/*--6/8--*/
table.dr_his {border-collapse: inherit;}
.page .dr-detail table.dr_his th {vertical-align: top;}
a.jidv {text-decoration: underline;color: #0534bd;}

.jidv_area h2 {
    font-size: 28px;
    color: rgb(0, 0, 52);
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding-bottom: 12px;
}
.jidv_area p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: initial;
}
.fukuoka{display: block;margin: 0 auto; width: 460px;}

div#nav-below {margin-top: 20px;}
ul.loop-slider.slick-initialized.slick-slider {margin-top: 40px;}

h1.entry-title {
    font-size: 28px;
    color: #000034;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 12px;
    margin: 60px 0;
}




/*20220413*/
.mb30 {
    margin-bottom: 30px;
}

.page h2.mb30 {
    margin-bottom: 30px;
}

.wrap.second {
    position: relative;
}
.page h4.bg-w {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
}
.page h4.bg-w.adjust {
	padding-top: 50px;
}
.page h3.mb5 {
    margin-bottom: 5px;
}
.w100 {
    width: 100%;
}


@media screen and (max-width:767px) {
    .page .container p.mb10{
        margin-bottom: 10px;
    }
    .p5 {
        padding-right: 5.3333vw;
        padding-left: 5.3333vw;
    }
    .page h3.mb5 {
        margin-bottom: 10px;
    }
    .page .container p.kido_text.mb-70 {
        margin-top: -70px;
    }
}
/*20220413*/

/*20220420*/
.flex_img-wrap {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 60px;
}
.flex_img-wrap .flex_img {
    width: calc(100% / 2);
    text-align: center;
}

@media screen and (max-width:767px) {
    .flex_img-wrap {
        grid-column-gap: 30px;
    }
    .flex_img-wrap .flex_img {
        width: calc(100% / 2 - 15px);
        text-align: center;
    }
}
/*20220420*/

.news-area.wrap.pc.bnr100 {
    margin-bottom: 6em;
}


/*20221101*/

.page .implant_table{ margin:30px 0 100px; }
.page .implant_table th:first-child{ width: 17%; }
.page .implant_table th{background-color: #000032; color: #FFF; text-align: center;}
.page .implant_table td{border: #f2f2f2 1px solid;}
section + section{ margin-top: 9vw;}


.second-opinion1 a:nth-of-type(1){
	background: #000032;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 460px;
    margin: 70px auto 50px;
    transition: .3s;
}
.second-opinion1 a:nth-of-type(1):hover{
	opacity: .7;
}
.second-opinion1 a:nth-of-type(1) span{
	font-size: 20px;
    color: #AE9B10;
    padding-left: 46px;
    position: relative;
}
.second-opinion1 a:nth-of-type(1) span:before{
	content: '';
	width: 28px;
	height: 30px;
	background: url(../images/common/icon-date.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.second-opinion1 a:nth-of-type(2){
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 460px;
    margin: 0 auto;
    border: solid 1px #000034;
    font-size: 20px;
    color: #000034;
}
.second-opinio1n a:nth-of-type(2) span{
	font-size: 38px;
	position: relative;
	top: -2px;
	padding-left: 40px;
}
.second-opinion1 a:nth-of-type(2) span:before{
	content: '';
	width: 27px;
	height: 31px;
	background: url(../images/index/icon-tel.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 7px;
	margin: auto;
}
.center_wrap, .center_wrap .gohst-btn{ text-align:center; margin-left: auto; margin-right: auto; }


@media screen and (max-width:767px) {
    
    .contact.new .sp-w input{
        width: 100%;
    }
}
/*//20221101*/
a.hov_non:hover{
	opacity: inherit;
}

.img_flex {
	display: flex;
    margin-top: 180px;
	justify-content: space-around;
	align-items: center;
}
.img_flex .img_item{
	width: 46%;
}


.dr03-pc{
	top:-80px;
}
@media screen and (max-width:767px) {
	.dr03-pc{
		top:0;
	}
}

/*20240808SP時の固定文言追加*/
@media (max-width: 767px) {
	.foot-float-txt {
		position: fixed;
		bottom: 6rem;
		font-size: 0.6rem;
		letter-spacing: 0;
		background: #C6C6D6;
		width: 100%;
		text-align: center;
		z-index: 10;

	}
	.totop {
		bottom: 31vw;
	}
			
}

/*20240903TOPカレンダー追加*/
.calendar_box{
      margin: 0 auto;
      width: 780px;
      display: flex;
      justify-content: space-between;
      margin-bottom: 2rem;
    }

.btn-calendar a{
	background: #000032;
	align-items: center;
    background: #000032;
    color: #fff;
    display: inline-flex;
   	font-family: linotype-sabon, klee-one, sans-serif;
    font-weight: 400;
    height: 50px;
    justify-content: center;
    padding-right: 10px;
    position: relative;
    width: 300px;
}
    

.page h3.seo001{
	margin: 80px 0 20px 0;
}
.page h4.seo002{
	margin: 30px 0 20px 0;
}
 
