/*--- base ----------------------------------------------------------------*/
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	min-width: 1000px;
	overscroll-behavior: none; /*--- iOS のビヨヨン効果無効化 ---*/
}

body {
	color: #656565;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS ゴシック","MS Gothic",Verdana,sans-serif;
	font-weight: 400;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;

	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*--- iOS の文字サイズ自動調節無効化 ---*/
	text-size-adjust: 100%;
}


a {
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}
a:link {
	color: #1ba140;
	text-decoration: underline;
}
a:active {
	color: #1ba140;
	text-decoration: none;
}
a:visited {
	color: #1ba140;
	text-decoration: none;
}
a:hover {
	color: #097c25;
	text-decoration: none;
}

a:link img {
	border-color: #666;
}
a:visited img {
	border-color: #666;
}
a:hover img {
	border-color: #666;
	opacity: 0.6;
	filter: alpha(opacity=60);
}


#fadeWhite {
	position: fixed;
	width: 100%;
	background: #fff;
	height: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 99999;
}

/*--- up ---*/
.menu1Btn {
	width: 42px;
	height: 42px;
	line-height: 42px;    
	border: 2px solid #1ba140;
	background: #fff;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	right: 9%;
	bottom: 83px;
	z-index: 900;
	position: fixed;
	display: none;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.menu1Btn:hover {
	background: #fff;
}
.menu1Btn a:hover {
	text-decoration: none;
	background: #fff;
}

.first-link {
	content:  '';
	width: 15px;
	height: 15px;
	display:  block;
	border-top: solid 2px;
	border-right: solid 2px;
	transform: rotate(-45deg);
	position:  absolute;
	top: 9px;
	bottom:  0;
	left:  0;
	right:  0;
	margin:  auto;
	color: #1ba140;
}
.first-link:hover {
    top: 5px;
}

.upMotion {
	-webkit-animation: upMotion 1s;
	-moz-animation: upMotion 1s;
	-o-animation: upMotion 1s;
	animation: upMotion 1s;
}
.upOutMotion {
	-webkit-animation: upOutMotion 1s;
	-moz-animation: upOutMotion 1s;
	-o-animation: upOutMotion 1s;
	animation: upOutMotion 1s;
}
.upMotion a {
	color: #1ba140;
	text-align: center;
}
.upMotion a:hover{
	color: #94e87e;
	text-align: center;
}


#wrap_sp {
	display: none;
}
#spm {
	display: none;
}


/*--- wrap_xxx ---*/
#wrap_pc {
	background-image: linear-gradient(45deg, #fffcf2 0%, #fff4c8 100%);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #c6d0ab;
	box-shadow: 0 1px 4px #e3e3e3;
	-moz-box-shadow: 0 1px 4px #e3e3e3;
	-webkit-box-shadow: 0 1px 4px #e3e3e3;
	z-index: 1000;
}


br.sp {
	display: none;
}
br.pc {
	display: block;
}


/*--- main ----------------------------------------------------------------*/
.head {
	width: 960px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 auto;
	padding: 11px 0 8px;
}
.btn_tel {
	display: inline-block;
	height: 25px;
	margin-top: 14px;
	padding: 5px 20px;
	border-radius: 8px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
/*-- background: #f8b551; ---*/
	background-image: linear-gradient(45deg, #f8c351 0%, #f6b14a 100%);
	transition: .4s;
}
.btn_tel a:link {color: #fff; text-decoration: none;}
.btn_tel a:visited {color: #fff; text-decoration: none;}
.btn_tel a:hover {color: #fff; text-decoration: underline;}

.btn_tel.acc {
	padding: 7px 20px 5px;
}
.f1 {
	font-size: 1.1rem;
}
.btn_tel_sp {
	display: none;
}
.btn_tel_2 {
	display: none;
}

.menu_bg {
	min-width: 960px;
	margin-top: -20px;
	background-image: linear-gradient(45deg, #89d696 0%, #5bc76d 100%);
}

/*--- menu --*/
.menu_bar {
	width: 950px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 20px auto 0;
	padding: 0;
}
.menu_bar * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}


.menu_bar li {
	display: inline-block;
	list-style: outside none none;
	margin: 0.5em 0 0.4em;
	padding: 0;
}
.menu_bar a {
	padding: 3px 0px;
	color: #fff;
	font-weight: 600;
	position: relative;
	text-decoration: none;
	display: inline-block;
}
.menu_bar a:hover {
	color: #fff;
}
.current {
	color: #096402;
	font-weight: 600;
}
.menu_bar li.current {
	margin-top: 11px;
}
.menu_bar a::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.menu_bar a:hover::after {
	transform: scale(1, 1);
}

/*--- link bar --*/
.u_bar {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.u_bar * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.u_bar li {
	display: inline-block;
	list-style: outside none none;
	margin: 0.5em 1.6em 0.4em;
	padding: 0;
}
.u_bar a {
	padding: 3px 10px;
	color: #1ba140;
	position: relative;
	text-decoration: none;
	display: inline-block;
}
.u_bar a:hover {
	color: #087021;
}
.u_bar a::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background: #1ba140;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.u_bar a:hover::after {
	transform: scale(1, 1);
}


.content {
	font-size: 1rem;
	line-height: 1.8;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

br {
	line-height: 0.9;
}

.mT10 {
	padding-top: 10px;
}
.mT15 {
	padding-top: 15px;
}

.mT-br {
	margin-top: 17px;
}
.mT-p {
	margin-top: 24px;
}

h1 {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.05rem;
	color: #7f4800;
}

.bold {
	font-weight: bold;
}


/*--- content_1 HOME ------------------------------------------------------*/
#wrap {
	width: 100%;
	background: url(../img/top/green.jpg) center/cover no-repeat;
}
#wrap-y {
	width: 100%;
	background: url(../img/top/yellow.jpg) center/cover no-repeat;
	/*--background: #fffaec;--*/
}
#wrap-w {
	background: #fff;
}
#wrap-g {
	background-image: linear-gradient(135deg, #f8fff7 0%, #e9fed9 100%);
}
#wrap-g2 {
	background: url(../img/top/green_2.jpg) center/cover no-repeat;
}


/*--- block --*/
.head.Htop {
	padding-bottom: 15px;
}

#endless_slider {
	width: 100%;
	padding: 190px 0 52px;
}

.c1_txt.mT-top {
	padding-top: 0;
}

.c1_txt {
	text-align: left;
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 0 20px;
}
.c1_txt span {
	font-size: 1.0rem;
	font-weight: bold;
}
p {
	line-height: 0.9;
}


h2 {
	width: 245px;
	position: relative;
	list-style-type: none!important;/*ポチ消す*/
	padding: 10px 10px 8px;
	font-size: 1.0rem;
	color: #096402;
	line-height: 1.5;
	background-image: linear-gradient(45deg, #bdf495 0%, #bdf495 100%);
	vertical-align: middle;
	border-radius: 16px;/*角丸*/
}
h2:before { 
	display:inline-block; 
	vertical-align: middle;
	/*以下白丸つくる*/
	content:'';
	width: 1em;
	height: 1em;
	background: #fff;
	border-radius: 50%;
	margin: -4px 12px 0 0;
}
.mi_c img {
	position:absolute;
	width: 48px;
	height: 47px;
	margin: 10px 0 0 234px;
	z-index: 2;
}

h3 {
	width: 345px;
	position: relative;
	list-style-type: none!important;/*ポチ消す*/
	font-size: 1.0rem;
	color: #096402;
	line-height: 1.5;
	background-image: linear-gradient(45deg, #dcf8c8 0%, #bdf495 100%);
	vertical-align: middle;
	border-radius: 16px;/*角丸*/
	margin-bottom: 13px;
	padding: 10px 10px 8px;
}
h3:before { 
	display:inline-block; 
	vertical-align: middle;
	/*以下白丸つくる*/
	content:'';
	width:1em;
	height: 1em;
	background: #fff;
	border-radius: 50%;
	margin: -4px 12px 0 0;
}
.mi_c_2 img {
	position:absolute;
	width: 48px;
	height: 47px;
	margin: 10px 0 0 334px;
	z-index: 2;
}

h3.pink {
	color: #fff;
	background: #f26b7b;
}

h3 .mT-mic {
	margin: 10px 0 3px 28px;
	padding-top: 10px;
}

.pin {
	width: 350px;
	margin: -56px auto;
}

.txtvox_info {
	display: block;
	background: #fff;
	text-align: left;
	border: solid 2px #46cb53;
	border-radius: 8px;
	margin: 49px auto 40px;
	padding: 4px 25px 18px;
}

.crv-r img {
	position:absolute;
	width: 140px;
	margin: -46px 0 0 833px;
	z-index: 2;
}

.mT-hi {
	margin: 1px auto 3px;
}

.hy_info table {
	width: 100%;
	margin: -5px auto -9px;
	border-collapse: collapse;
	padding: 0;
}
.hy_info th {
	width: 154px;
	border: none;
	border-bottom: solid 1px #ddd;
	padding: 12px 0 10px;
	text-align: left;
}
.hy_info td {
	border: none;
	border-bottom: solid 1px #ddd;
	padding: 12px 10px 10px;
}
.hy_info th.top,
.hy_info td.top {
	border-top: solid 1px #ddd;
}

.hy_info.top th {
	width: 104px;
	background: #f7f7f7;
	text-align: center;
	padding: 0 10px;
}
.hy_info.top td {
	padding: 12px 0 10px 10px;
}


/*2025.04 追記*/
.hy_info.top td img {
	width: 100%;
	max-width: 500px;
	padding: 14px 0 9px;
}


/*お知らせトップに固定*/
.txtvox_info.zyuyo {
	padding: 1px 25px 21px;
}

.hatsunetsu {
	padding-bottom: 20px; 
}

.hatsunetsu table {
	width: 100%;
	min-width: 260px;
	border-collapse: separate;
	border-spacing: 1px;
	-webkit-border-horizontal-spacing: 1px;
	-webkit-border-vertical-spacing: 1px;
	margin: 0 auto;
	padding: 21px 0 7px;
}
.hatsunetsu th, td {
	padding: 10px;
	border: 1px solid #ddd;
}
.hatsunetsu th {
	background: #f4f4f4;
}
.hatsunetsu th {
	text-align: center;
	background: #fff4c8;
}
.hatsunetsu td {
	width: 80px;
	text-align: center;
}
.hatsunetsu td:first-child {
	width: 190px;
}

.hy_info.top table.ichi {
	margin: 0;
}
.hy_info.top th.ichi,
.hy_info.top td.ichi {
	margin-top: 5px;
	border-top: solid 1px #ddd;
}

.hy_info.top table.ni {
	margin: 4px auto 0;
}

.hy_info.top table.first {
	margin: 7px auto 20px;
}
/*お知らせトップに固定*/




.set {
	text-indent: -1.0rem;
	padding-left: 1.0rem;
}
.set_1 {
	text-indent: -1.35rem;
	padding-left: 1.35rem;
}

.target1 {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 0;
	color: #333;
	height: 0;
	pointer-events: none;
	opacity: 0;
}
.info_title {
	margin-bottom: -17px;
}
.button.f20 {
	font-size: 20px;
}
.target2 {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 0;
	color: #333;
	height: 0;
	pointer-events: none;
	opacity: 0;
}
.is-hidden {
	background: url(../img/top/green.jpg) center/cover no-repeat;
	line-height: 1.8;
	transition: padding-top 300ms, line-height 300ms;
	opacity: 1;
	height: auto;
	padding: 9px 20px 15px;
	margin: 10px 0;
	border-bottom: solid 1px #f3f3f3;
}
.info_title a {
	color: #1ba140;
	text-decoration: underline;
}

hr.hrM {
	margin: 10px 0 23px;
}

/*--- block --*/
.mT-prc {
	margin-top: -50px;
}


/*--- block --*/
.c1_txt.top-c2 {
	padding: 47px 25px 48px;
}

.txtvox {
	width: 97%;
	margin: 0 auto;
	padding: 22px 0 38px;
}

.chatch {
	max-width: 960px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 auto -16px;
	padding: 21px 0;
}
.chatch_txtvox {
	width: 630px;
}
.chatch img {
	margin-top: 30px;
	width: 300px;
	height: 100%;
	border-radius: 16px;
}


/*--- block --*/
.c1_txt.top-c3 {
	padding: 46px 0 21px;
}

.hy_cal table {
	width: 100%;
	min-width: 260px;
	border-collapse: separate;
	border-spacing: 1px;
	-webkit-border-horizontal-spacing: 1px;
	-webkit-border-vertical-spacing: 1px;
	margin: 0 auto;
	padding-top: 26px;
}
.hy_cal th, td {
	padding: 10px;
	border: 1px solid #ddd;
}
.hy_cal th {
	background: #f4f4f4;
}
.hy_cal th {
	text-align: center;
	background: #fff4c8;
}
.hy_cal td {
	width: 80px;
	text-align: center;
}
.hy_cal td:first-child {
	width: 190px;
}

.under_info {
	max-width: 800px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 auto;
	padding: 39px 0 9px;
}
.logo_2 {
	max-width: 300px;
}
.logo_2 img {
	width: 100%;
}
.txtvox_2 {
	max-width: 500px;
}

.under_info_2 {
	max-width: 800px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 auto;
	padding: 40px 0 40px;
}
.under_info_2 img {
	max-width: 300px;
	width: 100%;
}
.under_info_2 .txtvox_2 {
	max-width: 500px;
	text-align: left;
	padding-right: 77px;
}

.sp_br2 {
	display: none;
}

.arrow{
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	margin-top: -2px;
	padding: 0 0 0 16px;
}
.arrow::before,
.arrow::after{
	content: "";
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.ar_1::before{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	background: #1ba140;
}
.ar_1::after{
	left: 3px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.gMap {
	width: 100%;
	padding-bottom: 60px;
	margin: 0 auto -10px;
}


.sns_txtvox {
	max-width: 420px;
	width: 100%;
	font-size: 1.0rem;
	font-weight: bold;
	background: #fff;
	box-shadow: 0px 0px 0px 8px #dcf8c8;/*線の外側*/
	border: dashed 2px #1ba140;/*破線*/
	border-radius: 8px;
	text-align: center;
	margin: 22px auto 48px;
	padding: 20px 20px 11px;
}
.sns {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	margin: 0 auto;
	padding: 5px 0;
}

.mT20 {
	margin-top: 20px;
}

.qr {
	max-width: 120px;
	margin: -12px 0 0;
}


/*--- copy ---*/
#bottom_line {
	display: block;
	padding:17px 0;
	background-image: linear-gradient(45deg, #f8b551 0%, #552610 100%);
}

.copy {
	clear: borth;
	font-size: 0.95rem;
	color: #333;
	text-align: center;
	padding : 37px 5px 34px;
	margin-top: -25px;
	background: #bdf495;
}




/*--- content_2 当院について ----------------------------------------------*/
.c1_txt.mT-about {
	padding-top: 182px;
}

.txtvox_3 {
	width: 97%;
	margin: 0 auto;
	padding: 21px 0 2px;
}


/*--- block --*/
.c1_txt.about-c2 {
	padding: 47px 25px 0;
}

.img_txt_2 {
	max-width: 890px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0px auto;
	padding: 31px 0 56px;
}

.mT-1 {
	margin-top: -1px;
}
.yawaraka {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1rem;
}

.f16 {
	font-size: 0.9rem;
	padding-top: 20px;
}

.mT- {
	padding: 31px 0 42px;
}

.c1_txt.about-c2_2 {
	padding: 17px 25px 0;
}

.img_txtvox_2 {
	width: 480px;
	display: inline-block;
	background-image: linear-gradient(135deg, #fff 0%, #fff8ec 100%);
	box-shadow: 0px 0px 0px 8px #fff8ec;/*外側*/
	border: dashed 2px #fdc678;/*破線*/
	border-radius: 8px;
	margin: 0;
	padding: 22px 20px 14px;
}
.img_txt_2 img {
	max-width: 440px;
	padding: 0;
	margin: 0;
	border-radius: 16px;
}


/*--- block --*/
.c1_txt.about-c3 {
	padding: 0 25px 30px;
}

.txtvox_info.c2-ol {
	margin: 40px auto 0px;
	padding-bottom: 13px;
}
span.f20 {
	font-size: 20px;
}

.mT-onl {
	padding: 5px 0 3px;
}


/*--- block --*/
.c1_txt.about-c4 {
	padding: 17px 25px 21px;
}

.mB-corona {
	margin: -7px auto 50px;
}

.img_txtvox.taisaku {
	width: 100%;
	box-shadow: 0px 0px 0px 8px #dcf8c8;/*外側*/
	border: dashed 2px #1ba140;/*破線*/
	margin: 15px 0 35px;
	padding: 23px 20px 23px;
}

.img_txtvox.taisaku.mT2-320 {
	padding-bottom: 22px;
}
.img_txtvox.taisaku.mT2-320 .set {
	text-indent: -1.4rem;
	padding-left: 1.4rem;
}

.under_info_2.mB20 {
	padding-bottom: 60px;
}




/*--- content_3 診療案内 ---------------------------------------------------*/
.c1_txt.mT-info01 {
	padding-top: 155px;
	padding-bottom: 61px;
}

.txtvox_info.xxx {
	margin: 40px 0 0;
	padding: 2px 25px 16px;
}

.syosai {
	text-align: right;
	padding-top: 10px;
}


/*--- block --*/
.c1_txt.info-c2 {
	padding: 47px 25px 2px;
}

.mi_info {
	width: 98%;
	margin: 0 auto;
	padding: 22px 0 9px 10px;
}

.img_txt {
	max-width: 960px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 20px 0;
}
.img_txt img {
	max-width: 440px;
	max-height: 293px;
	border-radius: 16px;
	margin: -13px 0 -12px;
	padding: 0;
}

.img_txt_rev {
	max-width: 960px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 auto;
	padding: 20px 0 46px;
}
.img_txt_rev img {
	max-width: 440px;
	max-height: 293px;
	border-radius: 16px;
	margin: -12px 0;
	padding: 0;
}

.img_txtvox {
	font-size: 0.95rem;
	width: 440px;
	display: inline-block;
	background-image: linear-gradient(135deg, #fff 0%, #fff8ec 100%);
	box-shadow: 0px 0px 0px 8px #fff8ec;/*外側*/
	border: dashed 2px #fdc678;/*破線*/
	border-radius: 8px;
	margin: 20px 0;
	padding: 25px 23px 7px 9px;
}

.check {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.check ul {
  list-style-type: none;
}
.check li {
  position: relative;
}
.check li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #1ba140;
  border-bottom: 2px solid #1ba140;
  transform: rotate(-45deg);
}

.sp_br {
	display: none;
}




/*--- block --*/
.c1_txt.info-c3 {
	padding: 47px 25px 13px;
}

.laser {
	max-width: 960px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 auto -15px;
	padding: 22px 0 0;
}
.laser_txtvox {
	width: 640px;
	padding-bottom: 32px;
}
.laser img {
	margin-top: 2px;
	max-width: 245px;
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

.laser_4 {
	margin: 0 0 -27px;
}

.mT-info {
	margin-bottom: -12px;
}

.laser_info {
	width: 97%;
	margin: 20px 0 55px;
	padding: 25px 25px 22px;
}


/*--- block --*/
.c1_txt.info-c4 {
	padding: 46px 25px 21px;
}

.mT_ho {
	padding: 22px 0 39px;
}




/*--- content_3-2 オンライン診療 -------------------------------------------*/
.c1_txt.mT-onl01 {
	padding-top: 182px;
	padding-bottom: 60px;
}

.txtvox_info.xxx.c2-ol_600 {
	padding: 4px 25px 13px;
}

table.patch {
	margin-top: -15px;
}

/*--- block --*/
.c1_txt.onl-c2 {
	padding: 46px 25px 20px;
}

.online {
	box-shadow: 0px 0px 0px 8px #dcf8c8;/*外側*/
	border: dashed 2px #1ba140;/*破線*/
	margin: 48px auto 48px;
	padding: 25px 25px 22px;
}

.shita {
	text-align: center;
	margin-bottom: -36px;
	padding-top: 18px;
}
.shita_T {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #1ba140;
}

.mT-onl2 {
	padding: 25px 25px 22px;
	margin-top: 40px;
}

.mT-onl3 {
	padding: 25px 25px 22px;
	margin: 40px 0 42px;
}


/*--- block --*/
.c1_txt.onl-c3 {
	padding: 47px 25px 18px;
}

.red {
	color: #cc0000;
}
.green {
	font-size: 1.0rem;
	font-weight: bold;
	color: #1ba140;
}
.info_bold {
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 3.6;
}

.curon {
	max-width: 960px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 auto -16px;
	padding: 22px 0 42px;
}
.curon img {
	width: 300px;
	margin-top: 0;
}
.badge {
	max-width: 640px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	margin: -5px auto -3px;
	padding: 0;
}

.pdf_sp {
	display: none;
}

.hy_cal.LG th {
	background: #dcf8c8;
}

.mB-curon {
	margin-top: -5px;
	padding: 0 0 7px;
}

.mT-brr {
	margin-top: -3px;
}


/*--- block --*/
.c1_txt.onl-c4 {
	padding: 21px 25px 34px;
}

.under_info.foot {
	padding: 19px 0 0px;
	margin-bottom: -5px;
}
.under_info.footR {
	padding: 19px 0 0px;
	margin-bottom: -4px;
}




/*--- content_3-3 web 予約 ------------------------------------------------*/
.c1_txt.mT-web-R {
	padding-top: 182px;
	padding-bottom: 0;
}

.mT-res {
	padding: 25px 25px 19px;
	margin: 40px 0 0;
}

.info_bold.mT-res2 {
	margin-top: -14px;
}

.c1_txt.web-R-c2 {
	padding: 21px 25px 35px;
}




/*--- content_3-4 新型コロナウィルス抗体検査のご案内 ----------------------*/
.c1_txt.mT-koutai {
	padding-top: 179px;
	margin-bottom: 0;
}

.txtvox_info.koutai {
	margin-top: -7px;
	margin-bottom: -20px;
	padding: 11px 25px 21px;
}

.siryo {
	text-align: center;
}
.siryo img {
	max-width: 768px;
	width: 100%;
	margin: -7px 0 -8px;
}

/*--- インフルエンザ ---*/

.txtvox_info.influ {
	margin-top: 40px;
	margin-bottom: -20px;
	padding-top: 11px;
	padding-bottom: 22px;
}




/*--- content_4 交通アクセス ----------------------------------------------*/
.c1_txt.mT-acs {
	margin-bottom: -8px;
	padding-top: 182px;
	padding-bottom: 0;
}

.mT39 {
	padding-top: 39px;
	padding-bottom: 25px;
}

.img_txtvox.bgi {
	background: #fff;
}
.img_txtvox.mT-m {
	padding: 25px 20px 15px;
}
.img_txtvox.mP {
	width: 549px;
	margin-bottom: 30px;
	padding: 25px 25px 0;
}

.set_2 {
	text-indent: -1.2rem;
	padding-left: 1.2rem;
}

.mT9 {
	padding-top: 9px;
}

.map {
	max-width: 960px;
	text-align: right;
	margin: 0 auto;
}

.c1_txt.mT-acs2 {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 44px;
}

.mB5 {
	padding-bottom: 5px;
}




/*--- FAQ ----------------------------*/
.tab {
	position: relative;
	width: 100%;
	padding: 24px 0 5px;
	overflow: hidden;
}
input.qa {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
label.qa {
	position: relative;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 16px 40px 12px 20px;
	background-image: linear-gradient(45deg, #89d696 0%, #5bc76d 100%);
	cursor: pointer;
	border-radius: 8px;
}

.tab-content {
	background: #f7f7f7;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .35s;
	-o-transition: max-height .35s;
	transition: max-height .35s;
	margin-top: 15px;
}

.tab .tab-content table th {
	background: #e7e7e7;
}
.tab .tab-content table td.mT10 {
	padding-top: 17px;
}
.tab .tab-content table td.mB10 {
	padding-bottom: 17px;
}
.tab .tab-content .kako_space {
	background: #fff;
	display: block;
	padding-top: 15px;
}


input.qa:checked ~ .tab-content {
	max-height: 100%;
}

label.qa::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	 text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}
input.qa[type=checkbox] ~ label.qa::after {
	margin-top: 0;
	font-size: 20px;
	content: "\025b6";
}
input.qa[type=checkbox]:checked ~ label.qa::after {
	margin-top: -2px;
	transform: rotate(90deg);
}