@charset "utf-8";
body {
	width: 100%;
	color: #333333;
	line-height: 1.3;
	box-sizing: border-box;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background: #f6faf6;
}
.pc{
	display: none !important;
}
/*----------------------
header
----------------------*/
header {
	/* background: url("../images/common/main_image.jpg") center no-repeat; */
	background-size: cover;
	height: 24vw;
	display: flex;
	align-items: center;
	background-color: #42b9d1;

}
#innerHeader {
	width: 100%;
	height: 18vw;
	/* background-color: rgba(255,255,255,0.8); */
	display: flex;
	align-items: center;
	justify-content: center;
}
#innerHeader h1{
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
/*----------------------
トップページ
----------------------*/
#top_contents{
	margin-bottom: 60px;
}
#top_contents section{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}
article .top_head_box{
	border-top:1px solid #42b9d1;
	border-bottom:1px solid #42b9d1;
	padding: 10px 0;
	margin-bottom: 15px;
}
article .top_head_box h4{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	color: #42b9d1;
}
.selection_box{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.area_list {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
}
.area_list li {
	margin-inline: .25em;
	margin-bottom: 0.5em;
}
.area_list li .area_selection_item {
	text-align: center;
	color: #313131;
	font-weight: bold;
}
.area_selection_item{
	border: 2px solid #42b9d1;
	border-radius: 4px;
	background-color: #fff;
	display: block;
	/* width: 48%; */
	height: auto;
	box-sizing: border-box;
	padding: .5em 1em;
	/* margin-bottom: 15px;
	margin-right: 2%; */
	transition: all 0.4s;
}
.area_selection_item:hover{
	opacity: 0.7;
	/* transform: translateY(-5px);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4); */
}
/* .area_selection_item:nth-child(even){
	margin-right: 0!important;
} */
.area_selection_img{
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.area_selection_img img{
	width: 100%;
	height: 100%;
}
.area_selection_txt{
	box-sizing: border-box;
	width: 100%;
	margin-top: 10px;
}
.area_selection_txt h5{
	font-size: 16px;
	text-align: center;
	color: #313131;
	font-weight: bold;
	margin-bottom: 5px;
}
.area_selection_txt p{
	font-size: 14px;
	line-height: 1.5;
	color: #313131;
	display: none;
}
.area_selection_txt h5:link{
	color: #313131;
}
.area_selection_txt h5:visited{
	color: #313131;
}
.area_selection_txt p:link{
	color: #313131;
}
.area_selection_txt p:visited{
	color: #313131;
}
/*----------------------
contents
----------------------*/
#contents{
	width: 100%;
	background: #f6faf6;
}
article{
	margin: 0 auto;
}
.breadcrumbs_wrapper{
 width:100%;
 height:40px;
 background: #fff;
}
#breadcrumb{
	font-size: 14px;
	line-height:45px;
	background-color: #fff;
	margin:auto;
	padding: 0 15px;
	height: 45px;
}
#breadcrumb ol{
	display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-weight: bold;
}
@media screen and (max-width:768px){
	#breadcrumb ol{
		display:block;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		overflow: auto;
		white-space: nowrap;
		color: #313d82;
	}
	#breadcrumb li{
		display:inline;
		padding-left:10px;
	}
}
#breadcrumb ol li .fa-map-marker,
#breadcrumb ol li .fa-caret-right{
	margin-right: 7px;
}
#breadcrumb ol li a{
	text-decoration: underline;
	color: #313d82;
	font-weight: bold;
}
#breadcrumb ol li a:hover{
	text-decoration: none;
}
#breadcrumb ol li:first-child{
	background: none;
	padding: 0;
}
#headline{
	width: 100%;
	padding-top: 20px;
}
#headline h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#headline h3 .fa-bookmark{
	color: #42b9d1;
	margin-right: 5px;
}
#limited_release {
	box-sizing: border-box;
	padding: 5px 10px;
	width: 90%;
	margin: 30px auto;
	border: 2px dotted #f85151;
	background-color: #fff;
}
#limited_release p{
	font-size: 14px;
	color: #f85151;
	line-height: 1.5;
	margin: 0 auto;
}
#explanation{
	margin-bottom: 25px;
}
#explanation p{
	width: 90%;
	font-size: 15px;
	line-height: 1.8;
	margin: 0 auto;
}
.highlight {
	background: linear-gradient(transparent 50%, #ffff66 0%);
}
#headline h4{
	/* position: relative;
	font-size: 18px;
	line-height: 2.5;
	font-weight: bold;
	color: #fff;
	background-color: #42b9d1;
	text-align: center;
	margin: 0 auto 20px;
	width: 90%; */
}
#headline h4::before{
  /* position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 7px transparent;
  border-right: solid 17px rgb(149, 158, 155); */
}
#headline h4::after{
  /* position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 7px transparent;
  border-left: solid 17px rgb(149, 158, 155); */
}
.indexBox{
	box-sizing: border-box;
	width: 96%;
	padding: 2em 2em 2em;
	/* margin: -80px auto 0; */
	margin-inline: auto;
	background: #fff;
	margin-bottom: 60px;
}
.indexBox h5{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.indexBox h5 .fa-th-list{
	color: #42b9d1;
	margin-right: 5px;
}
.index_title1,
.index_title2,
.index_title3{
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.index_title1::before,
.index_title2::before,
.index_title3::before{
	position: absolute;
	left: 0;
}
.index_title1::before{
	content: "1."
}
.index_title2::before{
	content: "2."
}
.index_title3::before{
	content: "3."
}
.index{
	margin-bottom: 20px;
}
.index:last-child{
	margin-bottom: 0;
}
.index a{
	font-size: 15px;
	color: #313131;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.index a:hover{
	text-decoration: none;
}
.index p{
	font-size: 15px;
	/* font-weight: bold; */
	line-height: 1.5;
	margin-bottom: 5px;
	position: relative;
	padding-left: 35px;
	/* color: #42b9d1; */
}
.index .point01::before{
	content: "1";
}
.index .point02::before{
	content: "2";
}
.index .point03::before{
	content: "3";
}
.index .point01::before,
.index .point02::before,
.index .point03::before{
	position: absolute;
	font-weight: bold;
	color: #fff;
	background-color: #42b9d1;
	left: 10px;
	margin-right: 0.5em;
	height: 20px;
	width: 20px;
	text-align: center;
}
/*----------------------
section
----------------------*/
article section .clinic_head{
	background: #42b9d1;
	padding: 5px;
}
article section .clinic_head h3{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
}
article section .clinic_head h3 span{
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #2398b0;
	color: #fff;
	text-align: center;
/*	margin: 0px 5px;*/
	margin-right: 5px;
}
article section .clinic_head h4{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #42b9d1;
	background-color: #fff;
	width: 100%;
	margin-top: 5px;
	padding: 5px 0;
/*	border-radius: 0 25px 25px 0;*/
}
.clinic_contents{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 60px;
}
.main_image{
	width: 100%;
	margin: 0 auto 50px;
}
.main_image ul{
	margin-top: 20px;
	display: flex;
	justify-content:space-between;
}
.main_image li{
	width: 24%;
	transition:all 0.5s ease;
}
.main_image li:hover{
	cursor: pointer;
	opacity: 0.7;
    filter: alpha(opacity=70);
}
.main_image img{
	width: 100%;
}
.quotation{
	font-size: 13px;
	text-align: center;
}
.feature_box{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
	background-color: #fff;
}
.feature_box .feature{
	box-sizing: border-box;
	width: 95%;
	margin: 0 auto;
	padding: 0 10px 20px;
	/* border-bottom: 2px solid #c9c9c9; */
}
.feature_box .feature:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.feature_box h4{
	font-size: 20px;
	font-weight: bold;
	color: #42b9d1;
	text-align: center;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
}
.feature_box h4 span{
	display: inline-block;
	font-size: 12px;
	font-style: oblique;
}
.feature_box h4 span::before,
.feature_box h4 span::after{
	content: '―';
	color: #42b9d1;
}
.feature_box h4 span::before{
	margin-right: 0.5em;
}
.feature_box h4 span::after{
	margin-left: 0.5em;
}
/*
.recommend ul{
	display: flex;
	flex-wrap: wrap;
}
*/
/*
.recommend ul li{
	font-size: 15px;
	font-weight: bold;
	color: #42b9d1;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #42b9d1;
	width: 100%;
	height: 20vw;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}
.recommend ul li:last-child{
	margin-bottom: 0;	
}
*/
.recommend ul li{
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	color: #42b9d1;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #42b9d1;
	width: 100%;
	height: 110px;
	padding: 10px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	margin-bottom: 5px;
}
.recommend ul li div{
}
.recommend ul li img{
	width: 15%;
}

.clinic{
	padding-bottom: 20px!important;
}
/* .clinic ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.clinic ul li{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #fff;

	display: flex;
	justify-content: center;
	align-items: center;
	width: 48%;
	box-sizing: border-box;
	padding: 10px 5px;
	background-color: #42b9d1;
	margin-bottom: 10px;
} */


.clinic ul {
	display: flex;
	flex-wrap: wrap;
}
.clinic ul li {
	margin: 0 30px 10px 0;

	position: relative;
	display: inline-block;
	padding: .5em 1em .5em 2.2em;
	background-color: #42b9d1;
	border-radius: 40px 3px 3px 40px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
	z-index: 1;
	font-weight: bold;
}
.clinic ul li::after {
	position: absolute;
	top: 35%;
	left: .5em;
	z-index: 2;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	margin-top: -3px;
	background-color: #fff;
	border-radius: 100%;
}

.video ul{
}
.video ul li{
	box-sizing: border-box;
	width: 100%;
	height: 60vw;
	margin-bottom: 10px;
	
	border: 10px solid #e5e5e5;
}
.video ul li:last-child{
	margin-bottom: 0;
}
.video ul li iframe{
	width: 100%;
	height: 100%;
}
/*
.docter p{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.docter p span{
	font-weight: normal;
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}
.docter table {
	box-sizing:border-box;
	width: 100%;
}
.docter table tr th{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.docter table td {
	border-right: solid 5px #fff;
	border-left: solid 5px #fff;
	width:13%;
	height: 10vw;
	font-weight:bold;
	background: #e5e5e5;
}
.docter table tr .checked {
	background-color:#42b9d1;
}
*/
.doctor_feature_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.doctor_feature_box img{
	width: 12%;
	
}
.docter_feature{
	background-color: #42b9d1;
	width: 70%;
	padding: 5px 0;
}
.docter_feature p{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.docter_feature p span{
	display: block;
	font-size: 14px;
}
.docter table {
	box-sizing:border-box;
	width: 100%;
	margin-top: 10px;
}
.docter table tr th{
	font-weight: bold;
	text-align: center;
	font-size:13px;
}
.docter table td {
	border-right: solid 5px #fff;
	border-left: solid 5px #fff;
	width:13%;
	height: 10vw;
	font-weight:bold;
	background: #e5e5e5;
}
.docter table tr .checked {
	background-color:#42b9d1;
}
.docter table tr .checked::before{
	content: "";
	background: url("../images/common/doctor_check.png") center no-repeat;
	background-size: contain;
	display: block;
	z-index: 10;
	height: 15px;

}
.greeting h3,
.information h3{
	position: relative;
	font-size: 18px;
	line-height: 2.5;
	font-weight: bold;
	color: #fff;
	background-color: #42b9d1;
	text-align: center;
	margin: 0 auto 20px;
	width: 100%;
}
/* .greeting h3::before,
.information h3::before{
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 7px transparent;
  border-right: solid 17px rgb(149, 158, 155);
}
.greeting h3::after,
.information h3::after{
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 7px transparent;
  border-left: solid 17px rgb(149, 158, 155);
} */
/*
.greeting h3,
.information h3{
	position: relative;
	font-size: 20px;
	line-height: 2;
	font-weight: bold;
	color: #fff;
	background-color: #42b9d1;
	text-align: center;
	margin: 0 auto 20px;
	width: 100%;
}
*/
/*
.greeting h3,
.information h3{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #42b9d1;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
	padding: 15px 0;
}
*/

.greeting h4{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #42b9d1;
	padding-left: 25px;
	line-height: 1.6;
}
.greeting .fa-comment-dots{
	position: absolute;
	left: 0;
	line-height: 1.6;
}
.greeting .greeting_box{
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}
.greeting .greeting_box img{
	width: 50%;
	display: block;
	margin: 15px auto;
}
.greeting .greeting_box p{
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 1em;
}
.greeting .greeting_box p:last-child{
	margin-bottom: 0;
}
.greeting .greeting_box .fa-comment-dots{
	margin-right: 5px;
}
.greeting_contents{
	display: flex;
	flex-direction: column-reverse;
}
.greeting_contents2 .greeting_contents2_img img {
	width: 100%;
}
.contact_btn_1{
	box-sizing: border-box;
	display: block;
	width: 80%;
	font-size: 13px;
	font-weight: bold;
	border: 2px solid #313d82;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	color: #313d82;
	background-color: #fff;
}
.contact_btn_2{
	box-sizing: border-box;
	display: block;
	width: 80%;
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #313d82;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	color: #fff;
	margin-bottom: 20px;
	background-color: #313d82;
}
.contact_btn_2:last-child{
	margin-bottom: 0;
}
a.contact_btn_1:hover{
	background-color: #fff;
	color: #42b9d1;
}
a.contact_btn_2:hover {
	background-color: #313d82e6;
	color: #fff;
}
.contact_btn_1 .fa-phone-volume,
.contact_btn_2 .fa-phone-volume,
.contact_btn_2 .fa-globe{
	margin-right: 5px;
}
.information table{
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
}
.information table th{
	border-right: 5px solid #f5f5f5;
}
.information table tr{
	border-bottom: 5px solid #f5f5f5;
}
.information table tr:last-child{
	border-bottom: none;
}
.information table th{
	font-size: 14px;
	box-sizing: content-box;
	width: 95px;
	padding: 10px;
	background-color: #e5e5e5;
}
.information table td{
	font-size: 14px;
	box-sizing: content-box;
/*	width: 60%;*/
	padding: 10px;
	line-height: 1.5;
}
.information table td .tel_link:link{
	color: #333333;
}
.information .fa-clock,
.information .fa-building,
.information .fa-phone-volume,
.information .fa-map-marked-alt,
.information .fa-subway,
.information .fa-calendar-alt,
.information .fa-clipboard-list{
	color: #42b9d1;
	margin-right: 7px;
}
.contact_box{
}
.box{
	margin-bottom: 20px;
}
.box h3{
	margin-top: 50px;
}
/*----------------------
footer
----------------------*/
footer {
	box-sizing: border-box;
	padding: 20px 0;
	width: 100%;
	background-color: #42b9d1;
}
#innerFooter{
	width: 90%;
	margin: 0 auto;
}
footer .cerec_bnr{
	box-sizing: border-box;
	padding: 20px 10px;
	margin: 0 auto 15px;
	width: 100%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 20px;
	background-color: #000;
}
footer .cerec_bnr:hover{
	background-color: #272727!important;
}
footer .cerec_bnr span{
	font-size: 15px;
	display: block;
}
footer .cerec_bnr:hover{
	background: #000000;
}
footer .footer_link{
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}
footer .footer_link li{
	font-size: 14px;
}
footer .footer_link li::after{
	content: "｜";
	color: #fff;
}
footer .footer_link li a{
	color: #fff;
}
/*  copyright  */
#copyright {
	width: 100%;
	height: 18px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}
/*----------------------
トップページ
----------------------*/
#top_page{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}
#top_page .production{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	height: 400px;
	line-height: 400px;
}

/*----------------------
利用規約
----------------------*/
#terms{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 60px;
}
/*
#terms h4{
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color:#fff;
	background-color:#42b9d1;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
}
*/
#terms h4{
	position: relative;
	font-size: 18px;
	line-height: 2.5;
	font-weight: bold;
	color: #fff;
	background-color: #42b9d1;
	text-align: center;
	margin: 0 auto 30px;
	width: 90%;
}
#terms h4::before{
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 7px transparent;
	border-right: solid 17px rgb(149, 158, 155);
}
#terms h4::after{
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 7px transparent;
	border-left: solid 17px rgb(149, 158, 155);
}
#terms h6{
	font-size: 16px;
	color: #42b9d1;
	font-weight: bold;
	border-bottom: 1px solid #42b9d1;
	padding-bottom: 10px;
}
#terms p{
	font-size: 14px;
	line-height: 1.5;
	margin: 1.5em 0.5em 2em;
	text-align: justify;
}
/*----------------------
プライバシーポリシー
----------------------*/
#polisy{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 60px;
}
#polisy h4{
	position: relative;
	font-size: 18px;
	line-height: 2.5;
	font-weight: bold;
	color: #fff;
	background-color: #42b9d1;
	text-align: center;
	margin: 0 auto 30px;
	width: 90%;
}
#polisy h4::before{
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 7px transparent;
	border-right: solid 17px rgb(149, 158, 155);
}
#polisy h4::after{
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 7px transparent;
	border-left: solid 17px rgb(149, 158, 155);
}
#polisy h6{
	font-size: 16px;
	color: #42b9d1;
	font-weight: bold;
	border-bottom: 1px solid #42b9d1;
	padding-bottom: 10px;
}
#polisy p{
	font-size: 14px;
	line-height: 1.5;
	margin: 1.5em 0.5em 2em;
	text-align: justify;
}
/*----------------------
ガイドライン取り組み
----------------------*/

#initiatives{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 60px;
}
#initiatives h4{
	position: relative;
	font-size: 18px;
	line-height: 2.5;
	font-weight: bold;
	color: #fff;
	background-color: #42b9d1;
	text-align: center;
	margin: 0 auto 30px;
	width: 90%;
}
#initiatives h4::before{
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 7px transparent;
	border-right: solid 17px rgb(149, 158, 155);
}
#initiatives h4::after{
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 7px transparent;
	border-left: solid 17px rgb(149, 158, 155);
}
#initiatives h6{
	font-size: 16px;
	color: #42b9d1;
	font-weight: bold;
	border-bottom: 1px solid #42b9d1;
	padding-bottom: 10px;
}
#initiatives p{
	font-size: 14px;
	line-height: 1.5;
	margin: 1.5em 0.5em 2em;
	text-align: justify;
}
/*----------------------
お問い合わせ
----------------------*/
/*
#inquiry{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}
#inquiry .production{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	height: 400px;
	line-height: 400px;
}
*/
#inquiry{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 60px;
}
#inquiry h4{
	position: relative;
	font-size: 18px;
	line-height: 2.5;
	font-weight: bold;
	color: #fff;
	background-color: #42b9d1;
	text-align: center;
	margin: 0 auto 30px;
	width: 90%;
}
#inquiry h4::before{
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 7px transparent;
	border-right: solid 17px rgb(149, 158, 155);
}
#inquiry h4::after{
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 7px transparent;
	border-left: solid 17px rgb(149, 158, 155);
}
#inquiry h6{
	font-size: 16px;
	color: #42b9d1;
	font-weight: bold;
	border-bottom: 1px solid #42b9d1;
	padding-bottom: 10px;
}
#inquiry p{
	font-size: 14px;
	line-height: 1.5;
	margin: 1.5em 0.5em 2em;
	text-align: justify;
}
#inquiry table{
	background-color: #fff;
	width: 100%;
	margin: 2rem auto 0;
	font-size: 14px;
}
#inquiry table th,
#inquiry table td{
	padding: 5px;
	border: 5px solid #f5f5f5;
}
#inquiry table th{
	background-color: #e5e5e5;
	width: 100px;
}
/*=====================
汎用クラス
=====================*/
a img.delay {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
div.penetrate:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a:hover img.penetrate {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
img.grow {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
img.grow:hover {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
a:hover {
}
.box-under-shadow {
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
	box-shadow: 0px 3px 0px -3px rgba(0,0,0,0.6);
}
.pad01 {
	padding-left: 1em;
	text-indent: -1em;
}
.pad02 {
	padding-left: 2em;
	text-indent: -2em;
}
.pad03 {
	padding-left: 3em;
	text-indent: -3em;
}
img.waku01 {
	border: solid 1px #dddddd;
}
img.waku02 {
	padding: 4px;
	border: solid 1px #dddddd;
	background: #FFFFFF;
}
img.waku03 {
	padding: 6px;
	border: solid 3px #dddddd;
	background: #FFFFFF;
}
.innerMain,
.innerContents {
	width: 100%;
	margin: 20px auto;
}
.center {
	margin: 0 auto;
}
.lineThrough {
	text-decoration: line-through !important;
}
a.lineThrough {
	text-decoration: line-through !important;
}
.anchor{
	margin-top:-140px;
	padding-top:140px;
}
.btnLink01 a {
	display: inline-block;
	background:#F4B312;
	padding: 8px 50px 8px 20px;
	-webkit-border-radius: 6px 28px 28px 6px;
	-moz-border-radius: 6px 28px 28px 6px;
	-ms-border-radius: 6px 28px 28px 6px;
	-o-border-radius: 6px 28px 28px 6px;
	border-radius: 6px 28px 28px 6px;
	color: #FFFFFF !important;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.btnLink01 a:hover {
	background: #5A4433;
}
.btnLink02 a {
	display: block;
	background:#664A42;
	padding: 10px 0;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
	color: #FFFFFF !important;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
}
.btnLink02 a:hover {
	background: #186A5E;
}

/*----------------------------------------------------
	トップページ　メインイメージ
----------------------------------------------------*/

/*----------------------------------------------------
	下層ページ メインイメージ 
----------------------------------------------------*/

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/

/*----------------------
top contents01
----------------------*/
/*----------------------
top contents02
----------------------*/
/*----------------------
top contents03
----------------------*/
/*----------------------
top contents04
----------------------*/
/*----------------------
top contents05
----------------------*/
/*----------------------------------------------------
	中身コンテンツ
----------------------------------------------------*/
/*----------------------------------------------------
	ページ内最上部へのアンカーリンク
----------------------------------------------------*/
#pageTop{
	position: fixed;
	bottom: 15%;
	right:1%;
	z-index:1000;
}
#pageTop img{
	width:80%;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
/*  copyright  */
/*----------------------------------------------------
	電話ボタン
----------------------------------------------------*/
/*=====================
汎用クラス
=====================*/
.pad01{
	padding-left:1em;
	text-indent:-1em;
}
.pad02{
	padding-left:2em;
	text-indent:-2em;
}
.pad03{
	padding-left:3em;
	text-indent:-3em;
}
.pad04{
	padding-left:4em;
	text-indent:-4em;
}
img.waku01 {
	border: solid 1px #dddddd;
}
img.waku02 {
	padding: 4px;
	border: solid 1px #dddddd;
	background: #FFFFFF;
}
img.waku03 {
	padding: 6px;
	border: solid 3px #dddddd;
	background: #FFFFFF;
}
.center {
	margin: 0 auto;
}
.lineThrough {
	text-decoration: line-through !important;
}
a.lineThrough {
	text-decoration: line-through !important;
}
.btnLink01 a {
	display: block;
	background: #F4B312;
	padding: 10px 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	color: #FFFFFF !important;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.btnLink01 a:hover {
	background: #5A4433;
}
.btnLink02 a {
	display: block;
	background:#664A42;
	padding: 8px 0;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	color: #FFFFFF !important;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
}
.btnLink02 a:hover {
	background: #186A5E;
}
.slide-wrap {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
/*----------------------------------------------------
	便利クラス
----------------------------------------------------*/

.bold {font-weight:bold !important;}
.font-size10{font-size:10px !important;}
.font-size12{font-size:12px !important;}
.font-size13{font-size:13px !important;}
.font-size14{font-size:14px !important;}
.font-size15{font-size:15px !important;}
.font-size16{font-size:16px !important;}
.font-size17{font-size:17px !important;}
.font-size18{font-size:18px !important;}
.font-size19{font-size:19px !important;}
.font-size20{font-size:20px !important;}
.font-size21{font-size:21px !important;}
.font-size22{font-size:22px !important;}
.font-size23{font-size:23px !important;}
.font-size24{font-size:24px !important;}
.font-size25{font-size:25px !important;}
.font-size100{font-size:100% !important;}
.font-size120{font-size:120% !important;}
.font-size140{font-size:140% !important;}

/* テキスト配色設定 */

.color-blue1{color:#abc5ea  !important;}
.color-blue2{color:#366bb7 !important;}
.color-blue3{color:#0018ff !important;}

.color-white{color:#FFFFFF !important;}
.color-red1{color:#FF0001 !important;}
.color-red2{color:#cd0000 !important;}
.color-pink1{color:#ef9191 !important;}
.color-pink2{color:#fb2bb9 !important;}
.color-pink3{color:#eb86df !important;}
.color-pink4{color:#bd516b !important;}
.color-brown1{color:#6d4f2b !important;}
.color-brown2{color:#4e422e !important;}
.color-green1{color:#dbedc6 !important;}
.color-green2{color:#5b8c21 !important;}
.color-green3{color:#446e18 !important;}
.color-orange1{color:#ff6600 !important;}

/* テキスト配置 */

.alignC{text-align:center !important;}
.alignL{text-align:left !important;}
.alignR{text-align:right !important;}
.vlignT{vertical-align:top;}
.vlignM{vertical-align:middle}
/*
.floatL{float:left !important;}
.floatR{float:right !important;}

.floatL20{float:left !important; margin-right:10px !important; margin-bottom:10px !important;}
.floatR20{float:right !important; margin-left:10px !important; margin-bottom:10px !important;}
*/
.floatL10{float:left !important; margin-right:10px !important; margin-bottom:10px !important;}
.floatR10{float:right !important; margin-left:10px !important; margin-bottom:10px !important;}

.img10 img{width: 10%;}
.img20 img{width: 20%;}
.img30{text-align: center !important; margin-bottom: 10px !important;}
.img30 img{width: 30%;}
.img40{text-align: center !important; margin-bottom: 10px !important;}
.img40 img{width: 40%;}
.img50{text-align: center !important; margin-bottom: 10px !important;}
.img50 img{width: 50%;}
.img60{text-align: center !important; margin-bottom: 10px !important;}
.img60 img{width: 60%;}
.img70{text-align: center !important; margin-bottom: 10px !important;}
.img70 img{width: 70%;}
.img80{text-align: center !important; margin-bottom: 10px !important;}
.img80 img{width: 80%;}
.img90{text-align: center !important; margin-bottom: 10px !important;}
.img90 img{width: 90%;}
.img100{text-align: center !important; margin-bottom: 10px !important;}
.img100 img{width: 100%;}


/* padding */

.p0{padding:0 !important;}
.p10{padding:10px !important;}
.pt0{padding-top:0 !important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}
.pr0{padding-right:0 !important;}
.pr10{padding-right:10px !important;}
.pr20{padding-right:20px !important;}
.pl0{padding-left:0px !important;}
.pl10{padding-left:10px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}

/* margin */

.m0{margin:0 !important;}
.m5{margin:5px !important;}
.m10{margin:10px !important;}
.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mb0{margin-bottom:0px !important;}
.mb1{margin-bottom:1px !important;}
.mb2{margin-bottom:2px !important;}
.mb3{margin-bottom:3px !important;}
.mb4{margin-bottom:4px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.ml0{margin-left:0 !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.mr0{margin-right:0 !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}

.widthSp10{width:10% !important;}
.widthSp20{width:20% !important;}
.widthSp25{width:25% !important;}
.widthSp30{width:30% !important;}
.widthSp40{width:40% !important;}
.widthSp50{width:50% !important;}
.widthSp60{width:60% !important;}
.widthSp70{width:70% !important;}
.widthSp80{width:80% !important;}
.widthSp90{width:90% !important;}
.widthSp100{width:100% !important;}


.list05{
	margin: 0 20px 2rem;
	font-size: 14px;
	
}
.list05 li{
	position: relative;
}
.list05 li::before{
	content: "・";
	position: absolute;
	left: -1rem;
}









.contents_area {
	/* width: 1080px; */
	margin-inline: auto;
}
.contents_area section {
	margin-bottom: 80px;
}
.section_headline {
	background-color: #fff;
	padding: 1em;
}
.list_title01 {
	color: #42b9d1;
	font-size: 18px;
	line-height: 3;
	font-weight: bold;
	text-align: center;
}
.indexBox {
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.section_clinic {
	border: 1px solid #42b9d1;
	background-color: #fff;
}

.clinic_info {
	border: 1px solid #dddddd;
	padding: 1em;
	margin-bottom: 2em;
}
.clinic_info_place .clinic_info_place_group {
	/* display: flex; */
	/* flex-wrap: wrap; */
	margin-bottom: .5em;
}
.clinic_info_place dt {
	/* width: 100px; */
	font-weight: bold;
}
.clinic_info_place dd {
}

.clinic_info_gmap {
	margin-block: 1em;
}
.clinic_info_gmap iframe {
	width: 100%;
	height: 300px;
}
.clinic_info_timetable {
	margin-bottom: 2em;
}
.timetable {
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 5px !important;
}
.timetable tr th {
	font-weight: bold;
	background-color: #efefef;
	padding: .5em .5em;
	text-align: center;
	border: 1px solid #ddd;
	
}
.timetable tr td {
	border: 1px solid #ddd;
	padding: .5em .5em;
	text-align: center;
	line-height: 1;
}

.recommend_list {}
.recommend_list .recommend_list_item {
	display: grid;
  grid-template-columns: 80px auto;
	grid-template-rows: 1fr auto;
	margin-bottom: 40px;
	/* border-bottom: 3px dotted #aaa; */
}
.recommend_list_item .recommend_list_img {
	grid-row: 1 / 3;
  grid-column: 1 / 2;
	width: 60px;
	/* background-color: #ddd; */
}
.recommend_list_item .recommend_list_img img {
	width: 100%;
}
.recommend_list_item .recommend_list_title {
	grid-row: 1 / 2;
  grid-column: 2 / 3;
	/* border-bottom: 2px solid #42b9d1; */
	color: #42b9d1;
	/* font-size: 20px; */
	font-weight: bold;
	text-align: left;
	/* background-color: #aa8; */
	margin-bottom: 10px;
}
.recommend_list_item .recommend_list_text {
	grid-row: 2 / 3;
  grid-column: 2 / 3;
	text-align: left;
	/* background-color: #ff8; */
	/* font-size: 20px; */
	line-height: 1.5;
}
.recommend_list_item .recommend_list_text p {
}






.area_list_contents {
	width: 90%;
	margin-inline: auto;
	margin-bottom: 100px;
}
.area_list_contents_title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.area_group {
}
.area_group .area_list_title {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.area_group .area_list {
	margin-bottom: 1em;
	font-size: 90%;
}
.area_group .area_list .area_line {
	margin-left: 2em;
	padding-left: 2.25em;
	position: relative;
}
.area_group .area_list .area_line::before {
	content: "";
	width: 1px;
	height: 80%;
	display: block;
	background-color: #000;
	position: absolute;
	top: 10%;
	left: 0;
}




.recommendation_clinic_area {
	margin: 1em 1.5em 0;
}
.recommendation_clinic {
}
.recommendation_clinic_title {
	display: flex;
	background-color: #42b9d1;
}
.recommendation_clinic_title .recommendation_clinic_img {
	width: 80px;
}
.recommendation_clinic_title .recommendation_clinic_img img {
	width: 100%;
}
.recommendation_clinic_title h4 {
	color: #fff;
	font-weight: bold;
	flex-grow: 1;
	align-self: center;
	padding-inline: 1em 1em;
}

.recommendation_clinic_info {
	padding: 1em 1em 1em;
	margin-block: 1em;
	border: 1px solid #42b9d1;
}
.recommendation_clinic_img {
	width: 100%;
	margin-inline: auto;
}
.recommendation_clinic_img img {
	width: 100%;
}
.recommendation_clinic_info .infoL {
}
.recommendation_clinic_info h5 {
	font-weight: bold;
	margin-block: 0 .5em;
	color: #42b9d1;
}
.recommendation_clinic_info table {
	border: 1px solid #ddd;
	width: 100%;
	font-size: 0.9em;
}
.recommendation_clinic_info table tr th {
	padding: .5em .5em;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	width: 25%;
}
.recommendation_clinic_info table tr td {
	padding: .5em .5em;
	border: 1px solid #ddd;
}

.recommendation_clinic_info .infoR {
	margin-top: 1.8em;
}
.recommendation_clinic_info h6 {
	font-weight: bold;
	margin-block: 0 .5em;
}