@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; line-height: 150%; }
body{ font-size:19px; color:#333; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
img{ border:none; font-size:0; vertical-align:top; }
p{ line-height: 175%; }
ul{ list-style-type:none; }
a{ text-decoration:none; color:#333; }
a:hover{ text-decoration:none; }
/*a:hover img{ opacity: 0.5; transition:all 0.3s ease; }*/
h1{ font-size:12px; font-weight:normal; }
address{ font-style:normal; }

/* margin
****************************************************/
.mt10, .mt10ul li{ margin-top:10px; }
.mt20, .mt20ul li{ margin-top:20px; }
.mt30, .mt30ul li{ margin-top:30px; }
.mt40, .mt40ul li{ margin-top:40px; }
.mt50{ margin-top:50px; }
.mt60{ margin-top:60px; }
.mt75{ margin-top:75px; }
.mt100{ margin-top:100px; }
.mb20{ margin-bottom: 20px; }
.mt1em{ margin-top: 1em; }
.mt2em{ margin-top: 2em; }

/* text-align
****************************************************/
.tar{ text-align:right; }
.tac{ text-align:center; }
.tal{ text-align:left; }
.ti1{ text-indent:1em; }
.ti2, .ti2ul li{ text-indent:-1em; padding-left:1em; }
.ti3, .ti3ul li{ text-indent:-1.5em; padding-left:1.5em; }
.lh200{ line-height: 200%; }

/* color
****************************************************/
.col1, .col1ul li:before, .col1icon:before{ color: #F09595; }
.col2, .col2ul li:before, .col2icon:before{ color: #F47474; }
/* background */
.bg1col{ background-color: #F47474; }
.bg2col{ background-color: #FFFFFF; }
.bg3col{ background-color: #FFF0F0; }

/* icon
****************************************************/
[class*="iconUl"]{ text-indent:-1.5em; padding-left:1.5em; }
.icon1:before, .iconUl1 li:before, .icon1dl dt:before{ content:"▶"; margin-right: .5em; }
.icon2:before, .iconUl2 li:before, .icon2dl dt:before{ content:"●"; margin-right: .5em; }
.icon3:before, .iconUl3 li:before, .icon3dl dt:before{ content:"■"; margin-right: .5em; }
.icon4:before, .iconUl4 li:before, .icon4dl dt:before{ content:"◆"; margin-right: .5em; }
.icon5:before, .iconUl5 li:before, .icon5dl dt:before{ content:"▲"; margin-right: .5em; }
.icon6:before, .iconUl6 li:before, .icon6dl dt:before{ content:"＞"; margin-right: .5em; }

/* font-size
****************************************************/
.fw_b{ font-weight: bold; }
.fs_s{ font-size:small; }
.fs12{ font-size:12px; }
.fs14{ font-size:14px; }
.fs15{ font-size:15px; }
.fs16{ font-size:16px; }
.fs17{ font-size:17px; }
.fs19{ font-size:19px; }
.fs20{ font-size:20px; }
.fs23{ font-size:23px; }
.fs24{ font-size:24px; }
.fs29{ font-size:29px; }

/* border-radius
****************************************************/
.br10, .br10ul li{ border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.br20, .br20ul li{ border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }

/* list-style
****************************************************/
.ls_adj{ margin-left:1em; }
.ls_disc{ list-style:disc; margin-left:1em; }

/* column
****************************************************/
.ofh1, .ofh2{ overflow: hidden; }
.ofh1 .fl, .ofh2 li{ float: left; }
.ofh1 .fr{ float: right; }
/* flexBox */
[class*="fbCom"]{ display: flex; flex-wrap: wrap; }
.fbCom1{ justify-content: space-between; }
.fbComCen{ align-items: center; justify-content: center; align-content: center; }

/* headline
****************************************************/
h1, h2, h3, h4{ font-family: "リュウミン M-KL", "Ryumin Medium KL", sans-serif; }
.hl1{ font-size: 50px; }
.hl1 span{ font-size: 21px; color: #F09595; display: block; margin-bottom: 0; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
.hl2, .hl2no2{ border-left: 5px solid #F47474; font-size: 36px; line-height: 36px; padding-left: 15px; }
.hl2no2{ font-size: 26px; line-height: 26px; }
.hl3{
    position: relative;
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}
.hl3::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -15px;
	width: 70px;
	height: 4px;
	background-color: #F47474;
}
.hl4, .hl4no2, .hl4no3{
    background-color: #F47474;
    color: #FFFFFF;
    padding: 5px 20px;
    font-size: 24px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.hl4 .fl, .hl4 .fr{
	background-color: #FFFFFF;
	color: #333333;
	border-radius: 16px;
	font-size: 19px;
	text-align: center;
}
.hl4no2{
    background-color: #FFD2D2;
    color: #333333;
}
.hl4no3{
    background-color: #6BAEE8;
}
.hl5{ font-size: 24px; color: #F47474; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
.hl5 img{ vertical-align: -15px; margin-right: 15px; }
.hl6{ display: inline-block; background-color: #FFF0F0; color: #F47474; font-size: 24px; font-weight: bold; padding: 10px 20px; margin: 20px 20px 0 0; }

/* link
****************************************************/
[class*="lnk"], .listLnk a{ transition : all 0.75s; display: inline-block; }
.lnkHov:hover, .listLnk a:hover{ opacity: .8; transition : all 0.75s; }
.lnk1btn{
	position:relative;
	color:#333;
	padding: 10px 60px 10px 0;
	display:inline-block;
	text-decoration: none;
	outline: none;
	color: #F47474;
	font-weight: bold;
	background: url("images/button_yajirushi@2x.png") no-repeat bottom right / 44px 44px;
}
.lnk1btn::before,
.lnk1btn::after{
  content:'';
  position:absolute;
  z-index:1;
  bottom:0;
  left:0;
  background:#FFF0F0;
  width: calc(100% - 60px);
  height:2px;
  transition:all 0.3s ease-in-out;
}
.lnk1btn:after{
  width:0;
  background:#F47474;
}
.lnk1btn:hover::after {
  width: calc(100% - 60px);
}
.lnk2btn{
    background-color: #fff;
    font-size: 30px;
    width: 100%;
    position: relative;
    padding: 30px 20px;
}
.lnk2btn:after{
	content: "▶";
	color: #F47474;
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 12px;
	margin-top: -20px;
}
.lnk2btn:hover{ background-color: #FFF0F0; }
.lnk3btn{
    border: 2px solid  #F47474;
    border-radius: 35px;
    font-size: 19px;
    position: relative;
    padding: 0 20px;
    font-weight: bold;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.lnk3btn:after{
	content: "▶";
	color: #F47474;
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 12px;
	margin-top: -15px;
}
.lnk3btn:hover{ background-color: #FFF0F0; }

/* page title
****************************************************/
.pp1ttl{
	background: url("images/back_oomidashi@2x.png") no-repeat top center;
	background-size: cover;
	height: 250px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 36px;
	font-weight: bold;
	font-family: "リュウミン M-KL", "Ryumin Medium KL", sans-serif;
}

/* content
****************************************************/
/* notice */
#notice{ border-top: 2px dotted #B2B2B2; }
#notice li{ padding: .75em 0; border-bottom: 2px dotted #B2B2B2; }
.notice_list li{ border-bottom: 1px dotted #ddd; padding-bottom: 10px; margin-bottom: 20px; }
.notice_list li a{ display: block; }
/* index */
#index .sec1{ padding: 25px 0 50px; }
#index .sec2{ padding: 60px 0 100px;  background: url("images/top_back_sakura@2x.png") no-repeat top center / 1920px 1916px; }
#index .sec2 h3{ border-bottom: 2px solid #F09595; }
#index .sec3{ padding: 60px 0;  background: url("images/top_surgery_back@2x.png") no-repeat center center / cover; }
#index .sec4{ padding: 60px 0; }
#index .sec5{ padding: 50px 0 60px; background: url("images/goaisatsu_back_sakura@2x.png") no-repeat center center / 1920px 570px #FFF0F0; }

/* etc */
.pad1{ padding: 20px; }
.pad2{ padding: 40px; }
.csc1{ border-bottom: 1px dotted #707070; padding-bottom: 30px; }
.csc2 li{ background-color: #FFF0F0; color: #F47474; font-size: 24px; font-weight: bold; padding: 10px 20px; margin: 20px 20px 0 0; }
.csc2 .last{ background-color: #FFF; color: #333; }
.csc3{ border: 2px solid #F47474; padding: 20px 40px 40px 60px; background-color: #FFF; border-radius: 20px; }
.csc4 li{ border-bottom: 1px dotted #707070; padding: 50px 0 15px; font-weight: bold; font-size: 24px; text-indent: -50px; padding-left: 50px;  }
.csc4 li img{ vertical-align: -12px; margin-right: 10px; }

/* symptom
****************************************************/
/* symptom */
#symptom h2{ font-size: 26px; }
#symptom li a{ display: block; }
#symptom li a:before{ content: '＞'; margin-right: .5em; color: #F47474; font-weight: bold; }
#symptom li a:hover{ color: #FF491D; }
#symptom li a, #symptom2 li a{ color: #000; }
/* symptom2 */
#symptom2 h2{ margin-bottom: 100px; }
#symptom2 ul{ border-top: 1px solid #333333; }
#symptom2 li a:before{ content:"＞"; margin-right: .5em; color: #F47474; font-weight: bold; }
#symptom2 li a:hover{ color: #A4C700; }
#symptom2 li a{ color:#333 }
/* symptom3 */
#symptom3 h2{ margin-bottom: 60px; }
#symptom3 .outline{ margin-top: 50px; }
#symptom3 dt{ font-weight:bold; margin-top:1em; }
#symptom3 dt:before{ content:"【"; margin-right:5px; }
#symptom3 dt:after{ content:"】"; margin-left:5px; }

/* site
****************************************************/
#site dt:before{ content:"▶ "; color: #F47474; }
#site dd{ margin:15px 15px 50px; }

/* sitemap
****************************************************/
#sitemap .parent{ margin-top: -30px; }
#sitemap .parent li{ margin-top: 30px; }
#sitemap .child li{ margin-top: 15px; }
#sitemap .parent li:before{ content:"＞"; margin-right:.5em; }
#sitemap .child li:before{ content: "▶"; color: #F47474; margin-right:.5em; }
#sitemap .child li a{}
#sitemap li a:hover{ text-decoration: none; }

/* footer
****************************************************/
footer .sec2{ padding: 1em 0; }
footer .sec2 *{ color: #fff; font-size: 17px; }
address{ margin-top: 20px; }

/* 404
****************************************************/
.error404{ text-align:center; color:red; padding:100px 0; }

/* breadcrumbs
****************************************************/
.breadcrumbs ol{ list-style: none; overflow: hidden; font-size: 12px; }
.breadcrumbs li{ float: left; }
.breadcrumbs li::after{ content: '>'; display: inline-block; padding: 0 10px; }
.breadcrumbs li:last-child::after{ display: none; }

/* pagetop
****************************************************/
.pagetop{
	display:none;
	position:fixed;
	bottom: 5px;
	right: 10px;
	line-height:0;
	z-index: 9999;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color: #F47474;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	margin-bottom:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.pagetop a:hover, .pagetop a:hover img{ opacity: 0.8; }



/**************************************************

	600px over

**************************************************/
@media only screen and (min-width:600px), print{

	/* common
	****************************************************/
	.wrap{ margin-left: auto; margin-right: auto; width: 1200px; }
	.wrap1{ margin-left: auto; margin-right: auto; width: 1000px; }
	.wrap2{ margin-left: auto; margin-right: auto; width: 900px; }
	.sp{ display: none!important; }
	/* list */
	.lst1pc li{ padding-left: 200px; overflow:hidden; }
	.lst1pc li span{ display: block; float: left; width: 200px; margin-left: -200px; }
	/* margin */
	.ml30pc{ margin-left: 30px; }
	.mr30pc{ margin-right: 30px; }
	.mr40pc{ margin-right: 40px; }
	.mr90pc{ margin-right: 90px; }
	.mt1adj{ margin-top: 150px; }

	/* overflow:hidden;
	****************************************************/
	.ofh1pc, .ofh2pc{ overflow:hidden; }
	.ofh1pc .fl, .ofh2pc li{ float:left; }
	.ofh1pc .fr{ float:right; }
	/* flexBox */
	[class*="fbPc"]{ display: flex; flex-wrap: wrap; }
	.fbPc1{ justify-content: space-between; }
	.fbPc2{ justify-content: center; }

	/* width
	****************************************************/
	.w270, .w270a a{ width: 270px; }
	.w300{ width: 300px; }
	.w380{ width: 380px; }
	.w500{ width: 500px; }
	.w580{ width: 580px; }
	.w610{ width: 610px; }
	.w790{ width: 790px; }
	.w50p{ width: 50%; }
	.h250{ min-height: 250px; }

	/* headline
	****************************************************/
	.hl4 .fl{ width: 100px; padding: 3px 0; margin-right: 20px; }
	.hl4 .fr{ width: 170px; padding: 3px 0; }

	/* main
	****************************************************/
	.mv{ margin-top: 40px; margin-bottom: 20px; }
	.indexBg{ background: url("images/top_back@2x.png") no-repeat top center / 1920px 1146px; }

	/* header
	****************************************************/
	h1{ padding: 5px 0 10px; }
	.under{ background-color: #FFF0F0; }
	.under header{ margin-bottom: 20px; }
	.under .gNav{ text-align: center; }

	/* nav
	****************************************************/
	.gNav{ line-height: 19px; font-size: 19px; text-align: right; width: 100%; }
	.gNav ul{ padding: 10px 0; letter-spacing: -0.4em; }
	.gNav li{ display: inline-block; letter-spacing: normal; vertical-align: top; text-align: right; padding-right: 30px; padding-left: 30px; font-weight: bold; }
	.gNav li ul li{ display: block; text-align: left; font-size: 16px; padding: 0 0 0 15px; }
	.gNav ul a{ display: block; color: #333; padding: 10px 0; }
	.gNav ul a:hover, .gNav ul .stay{ color: #F47474; }
	/* parent　*/
	.gNav .parent{ position: relative; }
	.gNav .parent:hover a{ color: #F47474; }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		visibility: hidden;
		position: absolute;
		top: 40px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		z-index: 9999;
		padding: 15px 10px 15px 0;
		background-color: #FFFFFF;
		text-align: left;
		border-radius: 10px;
	}
	.gNav .parent ul a{ color: #333333!important; line-height: 18px; }
	.gNav .parent ul a:before{ content:"＞ "; }
	.gNav .parent ul a:hover{ text-decoration: underline; }
	.gNav .parent .row1{ width: 300px; }
	.gNav .parent .row1 a{ width: 125px; }
	.gNav .parent .row2{ width: 500px; }
	.gNav .parent .row2 a{ min-width: 200px; }
	.fixed{ position: fixed; top: 0px; left: 0px; z-index: 9999; background-color: #fff; }
	.space{ padding-top: 60px; }

	/* content
	****************************************************/
	/* common */
	.ppSpa{ padding: 80px 0; }
	.flower{ background: url("images/back_sakura@2x.png") no-repeat top center / 1920px 420.5px; }
	/* index */
	#index .sec1 .w790{ position: relative; }
	#index .sec1 .w790 .ads1{ position: absolute; top: 30px; right: 0; }
    #index .sec1 .hl1{ font-size: 32px; }
    #index .sec1 .hl1 span{ font-size: 19px; line-height: 100%; margin-bottom: 10px; }
    #index .sec2 h3{ font-size: 36px; line-height: 175%; text-align: center; padding-bottom: 10px; }
    #index .sec2 .gr1{ background: url("images/top_about_01photo_20230526@2x.png") no-repeat center top / 1600px 500px; }
    #index .sec2 .gr2{ background: url("images/top_about_02photo_20230526@2x.png") no-repeat center top / 1600px 500px; }
    #index .sec2 .gr3{ background: url("images/top_about_03photo@2x.png") no-repeat center top / 1600px 500px; }
    #index .sec3 .wrap{ position: relative; }
    #index .sec3 .ads1{ position: absolute; top: 155px; right: 0; }
    #index .sec4{ position: relative; }
    #index .sec4 .ads1{ position: absolute; top: 215px; right: 0; }
    #index .sec4 .gr1 li{ margin-right: 40px; }
    #index .sec4 .gr1 li:nth-child(4n){ margin-right: 0; }
    #index .sec4 .gr2{ align-items: center; align-content: center; }
    #index .sec4 .gr2 li{ margin-right: 30px; }
    #index .sec5 .wrap{ padding: 50px 60px 60px; }
    /* greeting */
	#greeting .sec3{ background: url("images/goaisatsu_back_sakura@2x.png") no-repeat top center/ 1920px 570px #FFF0F0; margin-bottom: -80px; padding-bottom: 100px; }
    /* medical */
    #medical .sec1 .gr1 li{ margin-right: 40px; }
    #medical .sec1 .gr1 li:nth-child(4n){ margin-right: 0; }
    #medical .sec1 .gr2{ align-items: center; align-content: center; }
    #medical .sec1 .gr2 li{ margin-right: 30px; }
    /* facility */
	#facility .sec2 .fbPc div{ margin-right: 30px; }
	#facility .sec2 .fbPc div:nth-child(3n){ margin-right: 0; }
	/* access */
	#access .sec1{ padding: 0 250px; }
	/* etc */
	.csp1 p{ height: 100px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom ul{ margin-left: 50px; }
	#symptom li{ width: 25%; margin-top: 1.5em; }
	/* symptom2 */
	#symptom2 ul{ margin-top: 50px; padding: 30px 0 50px 100px; letter-spacing:-0.4em; }
	#symptom2 li{ display:inline-block; letter-spacing:normal; vertical-align:top; min-width:31%; margin-left:1%; margin-top:20px; }
	/* symptom3 */
	#symptom3 h4{ font-size:20px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .des{ padding: 1em 0; }

	/* sitemap
	****************************************************/
	#sitemap .child{ margin-left:1.5em; overflow:hidden; }
	#sitemap .child li{ float:left; width:33%; }

	/* footer
	****************************************************/
	footer{ border-top: 1px solid #CCCCCC; }
	footer .sec1{ padding: 50px 0; }
	footer .sec2{ font-size: 17px; text-align: center; }
	footer .sec2 .fbCom1{ justify-content: center; }
	footer .sec2 a{ display: block; padding: 0 .75em; }

	/* tracking
	****************************************************/
	[class*="trk"]{ position: fixed; z-index: 999; }
	[class*="trk"] a:hover{ opacity: .8; }
	.trk1{ top: 124px; right: 0; }
	.trk2{ top: 344px; right: 0; }

	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ margin: 5px 0 0 0; }

	/* gmap
	****************************************************/
	.gmap{
		width:100%;
		position: relative;
		padding-bottom: 340px;
		height: 0;
		overflow: hidden;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height: 340px;
	}
}



/**************************************************

	600px under

**************************************************/
@media only screen and (max-width:599px){

	/* common
	****************************************************/
	*{ line-height: 175%!important; }
	body{ font-size:16px; }
	.wrap, .wrap1{ padding: 15px; }
	.wrap .wrap1{ padding: 0; }
	img{ max-width:100%; height:auto; }
	.pc{ display:none!important; }
	.sp_tac{ text-align:center; }
	/* list */
	.lst1pc li span{ display: block; }
	/* adj */
	.sp1mt{ margin-top: 30px; }
	/* adj */
	.mt1adj{ margin-top: 100px; }

	/* overflow:hidden;
	****************************************************/
	.oh_clm2sp, .oh_clm3sp, .oh_sp{ overflow:hidden; }
	.oh_clm2sp li{ width: 48%; }
	.oh_clm3sp li{ width: 32%; margin-right: 2% !important; margin-top: 2% !important; }
	.oh_clm3sp li:nth-child(3n){ margin-right: 0 !important; }
	.oh_sp .fl, .oh_clm2sp li:nth-child(odd), .oh_clm3sp li{ float: left; }
	.oh_sp .fr, .oh_clm2sp li:nth-child(even), .oh_clm3sp li:nth-child(3n){ float: right; }

	/* headline
	****************************************************/
	.hl1{ font-size: 30px; }
	.hl1 span{ margin-bottom: 0; }
    .hl2, .hl2no2, .hl3, .hl4, .hl4no2, .hl4no3, .hl4 .fl, .hl4 .fr, .hl5, .hl6{ font-size: 21px; }

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width: 100%; background-color: #fff; position: fixed; top: 0px; left: 0px; z-index: 999; }
	#headerSp .logo{ margin: 20px 90px 20px 10px; }
	#headerSp .fbCom1{  padding: 0 15px 10px; }
	#headerSp .fbCom1 figure{ width: 48%; }
	/* nav */
	.gNav{
		background:rgba(255, 255, 255, 1.0);
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		padding: 30% 15px 200px;
		transition: all 0.5s;
		right: -100%;
		top: 0%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav ul{ margin-top: 20px; }
	.gNav li{ margin-top: 10px; border-bottom: 1px solid #C4C4C4; }
	.gNav li a{ display: block; padding: .5em 1em; color: #333; border-left: 4px solid #F47474; margin-bottom: 10px; }
	.gNav li ul li{ padding-left: 1em; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }
	/* header */
	.gNav .header figure{ padding-right: 100px; margin-bottom: 20px; }
	/* accordion */
	.gNav .parent ul{ display:none; margin: -10px -15px 0; padding: 5px 15px 15px; font-size: 14px; background-color: #fff; overflow: hidden; }
	.gNav .parent ul li{ min-width: 50%; border: none; float: left; }
	.gNav .parent ul li a{ border-bottom: none; margin: 0!important; padding: 0!important; color: #333; border: none; }
	.gNav .parent ul li a:before{ content: "＞ "; color: #333; }
	.gNav .switch{ cursor:pointer; display: block; position: relative; }
	.gNav .switch a{ pointer-events: none; }
	.gNav .switch:after{ content: "＋"; color: #A89274; font-weight: bold; font-size: 30px; position: absolute; right: 10px; top: 10px; }
	.gNav .switch.active:after{ content: "－"; }
	.gNav .fbCom1{ margin: 0!important; padding: 0 20%!important; text-align: center; }
	.gNav .fbCom1 li{ border: none; width: 33%; margin: 0!important; padding: 0!important;  }
	.gNav .fbCom1 a{ margin: 0!important; padding: 0!important;  }

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 11px;
		right: 10px;
		z-index: 9999;
		background: #F47474;
		cursor: pointer;
		width: 50px;
		height: 50px;
		border: 1px solid #F47474;
	}
	.btn-trigger span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background: #fff;
		width: 60%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.btn-trigger span:nth-of-type(1){ top:11px; }
	.btn-trigger span:nth-of-type(2){ top:22px; }
	.btn-trigger span:nth-of-type(3){ top:33px; }

	/*=============================
	#btn01
	=============================*/
	#btn01.active span:nth-of-type(1) {
	top: 15px;
	left: 20%;
	transform: translateY(6px) rotate(-45deg);
	width: 60%;
	}
	#btn01.active span:nth-of-type(2) { opacity: 0; }
	#btn01.active span:nth-of-type(3) {
	top: 27px;
	left: 20%;
	transform: translateY(-6px) rotate(45deg);
	width: 60%;
	}

	/* title
	****************************************************/
	.pp1ttl{
		background-image: url("images/sp/sp_back_oomidashi@2x.png");
		height: 110px;
		font-size: 24px;
		font-weight: bold;
	}

	/* content
	****************************************************/
	/* common */
	.spa1{ padding-top: 60px; padding-bottom: 60px; }
	.spa60{ padding-top: 30px; padding-bottom: 30px; }
	.spa80{ padding-top: 40px; padding-bottom: 40px; }
	/* notice */
	#notice li{ margin-top: .5em; }
	/* index */
	.mv{ padding: 0; }
	.mv img{ width:100%; height:auto; }
	#index .sec1{ padding: 50px 20px; background: url("images/sp/sp_top_back@2x.png") center center / 100% auto #FFF0F0; }
    #index .sec1 .ads1{ margin-top: 20px; text-align: center; }
    #index .sec2{ padding: 30px 0 50px; background: url("images/top_back_sakura@2x.png") repeat-y top center / 100% auto; }
    #index .sec2 h2{ margin-bottom: -50px; }
    #index .sec2 h3{ text-align: center; font-size: 24px; padding-bottom: 10px; }
    #index .sec2 h3 img{ margin-bottom: 10px; }
    #index .sec2 .gr1 .w500{ padding-top: 70%; background: url("images/sp/sp_top_about_01photo_20230526@2x.png") no-repeat top center / 100% auto; }
    #index .sec2 .gr2 .w500{ padding-top: 70%; background: url("images/sp/sp_top_about_02photo_20230526@2x.png") no-repeat top center / 100% auto; }
    #index .sec2 .gr3 .w500{ padding-top: 70%; background: url("images/sp/sp_top_about03@2x.png") no-repeat top center / 100% auto; }
    #index .sec3{ padding: 30px 0 50px; }
    #index .sec3 h3{ margin-bottom: -30px; }
    #index .sec3 img{ width: 100%; }
    #index .sec3 .ads1{ margin-top: 30px; text-align: center; }
    #index .sec4{ padding: 30px 15px 50px; }
    #index .sec4 h3{ margin-bottom: -40px; }
    #index .sec4 .gr1{ justify-content: space-between; }
    #index .sec4 .gr1 li{ width: 48%; }
    #index .sec4 .lnk3btn{ font-size: 16px; height: 100px; }
    #index .sec4 .ads1{ text-align: center; margin-top: 40px; }
    #index .sec4 .gr2{ margin-top: 10px; }
    #index .sec4 .gr2 li{ margin-top: 0; }
    #index .sec5{ background: url("images/sp/sp_top_goaisatsu_back@2x.png") repeat-y top center / 100% auto #FFF0F0; border-radius: 0; padding: 25% 0; }
    #index .sec5 .wrap{ border-radius: 0; padding: 40px 15px 50px; }
    /* medical */
    #medical .sec1 .gr1{ justify-content: space-between; }
    #medical .sec1 .gr1 li{ width: 48%; }
    #medical .lnk3btn{ font-size: 16px; height: 100px; }
	#medical .sec1 .gr2{ margin-bottom: -50px; }
    #medical .sec1 .gr2 li{ margin-top: 0; }

    /* etc */
	.csc3{ padding: 20px 20px 40px 40px; }
  	.css1{ justify-content: space-between; }
    .css1 li{ width: 48%; margin-bottom: 20px; }
    .css1 .lnk3btn{ font-size: 16px; height: 100px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom li{ margin-top:1em; }
	/* symptom2 */
	#symptom2 h2{ margin-bottom: 50px; }
	#symptom2 ul{ margin-top:30px; padding: 10px 15px 15px; }
	#symptom2 li{ margin-top:10px; }
	/* symptom3 */
	#symptom3 .dis{ margin-top:20px; }
	#symptom3 h4{ font-size:18px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .des, #symptom3 dl, #symptom3 .back{ margin-top:10px; }

	/* footer
	****************************************************/
	footer .sec1{ padding: 40px 0; }
	footer .sec1 .rig{ margin-top: 40px; }
	footer .sec1 .lef .fbPc1{ padding: 40px 10% 10px; text-align: center; }
	footer .sec1 .lef .fbPc1 p{ margin-bottom: 15px; }
	footer .sec2{ padding: 15px; }
	footer .sec2 li{ width: 50%; }
	address{ font-size: 10px; padding-bottom: 1em; }

	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ font-size: 10px; }

	/* gmap
	****************************************************/
	.gmap{
		position: relative;
		padding-bottom: 80%;
		height: 0;
		overflow: hidden;
        border-radius: 0;
        margin-right: -15px;
        margin-left: -15px;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* table
	****************************************************/
    .tbl1{ border-bottom: 1px solid #707070; }
    .tbl1 th, .tbl1 td{ display: block; border-bottom: none; width: 100%; }
    .tbl1 .blank{ display: none; }

	/* footerSp
	****************************************************/
	#footerSp{ width:100%; border-collapse:collapse; position:fixed; z-index:990; bottom:0px; left:0px; background-color: #F09595; border: solid #F09595; border-width: 5px 0;  }
	#footerSp tr td:nth-of-type(1){ width: 50%; }
	#footerSp tr td:nth-of-type(2){ border: solid #fff; border-width: 0 1px; }
	/**
	#footerSp tr td:nth-of-type(3){ width: 33%; }
	**/
	#footerSp a{ display: block; text-align:center; padding: 2.5px 0 0; color: #fff; }
}