@charset "utf-8";
body {
	width: 100%;
	color: #313131;
	line-height: 1.3;
	box-sizing: border-box;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	min-width: 1080px;
	-webkit-text-size-adjust: 100%;
	background: #f6faf6;
}
#container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.sp {
	display: none !important;
}
/*----------------------
header
----------------------*/
header {
	width: 100%;
	height: 200px;
	/* background: url("../images/common/main_image.jpg") center no-repeat; */
	background-color: #42b9d1;
	display: flex;
	align-items: center;
	background-size: cover;
}
#innerHeader{
	width: 100%;
	height: 80px;
	/* background-color: rgba(255,255,255,0.8); */
}
#innerHeader h1{
	width: 1080px;
	margin: 0 auto;
	line-height: 80px;
	text-align: center;
}
header h1{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
/*----------------------
トップページ
----------------------*/
#top_contents{
	margin-bottom: 100px;
}
article .top_head_box{
	border-top:1px solid #42b9d1;
	border-bottom:1px solid #42b9d1;
	padding: 20px 0;
	margin: 50px 0;
}
article .top_head_box h4{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
	color: #42b9d1;
}
section{
	display: block;
	margin: 0 auto;
}
.selection_box{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	
}
.area_list {
	display: flex;
	flex-wrap: wrap;
}
.area_list li {
	margin-inline: .25em;
	margin-bottom: 0.5em;
}
.area_list li .area_selection_item {
	text-align: center;
	font-weight: bold;
}
.area_list li .area_selection_item:hover {}
.area_selection_item{
	display: block;
	box-sizing: border-box;
	padding: .5em 2em;
	position: relative;
	transition: all 0.4s;
	border: 2px solid #42b9d1;
	border-radius: 4px;
	background-color: #fff;
	color: #313131;
}
.area_selection_item img{
	width: 100%;
	height: 100%;
	display: none;
}
.area_selection_item{
}
.area_selection_item:hover{
	opacity: 0.7;
	background-color: #42b9d1;
	color: #fff;
}
.area_selection_img{
	display: none;
	width: 240px;
	height: 180px;
	overflow: hidden;
}
.area_selection_txt{
	box-sizing: border-box;
	width: 100%;
	margin-top: 20px;
}
.area_selection_txt h5{
	font-size: 20px;
	text-align: center;
	color: #313131;
	font-weight: bold;
	margin-bottom: 15px;
}
.area_selection_txt p{
	font-size: 15px;
	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;
}
#breadcrumb{
	font-size: 16px;
	line-height: 48px;
	background-color: #fff;
}
#breadcrumb .fa-map-marker{
	padding-right: 8px;
	font-size: 16px;
}
#breadcrumb ol{
	width: 1080px;
	margin: 0 auto;
	display: flex;
	color: #313d82;
}
#breadcrumb ol li{
/*	background: url("../images/common/gra_next.png") 20px center no-repeat;*/

	/* font-weight: bold; */
/*	left: 18px;*/
}
#breadcrumb ol li i{
	padding-left: 15px;
	padding-right: 7px;
}
#breadcrumb ol li:first-child i{
	padding-left: 0!important;
}
#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: 1080px; */
	/* margin: 0 auto; */
	padding: 25px 0;
}
#headline h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 50px;
}
#headline .fa-bookmark{
	color: #42b9d1;
	padding-right: 8px;
}
#limited_release {
	box-sizing: border-box;
	/* width: 800px; */
	padding: 16px 0;
	margin: 0 auto 60px;
	border: 3px dotted #f85151;
	background-color: #fff;
}
#limited_release p{
	font-size: 16px;
	font-weight: bold;
	color: #f85151;
	line-height: 30px;
	/* width: 550px; */
	margin: 0 auto;;
	text-align: center;
}
#explanation{
	margin-bottom: 60px;
}
#explanation p{
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.highlight{
	background: linear-gradient(transparent 50%, #ffff66 0%);
}
#headline h4{
	/* position: relative;
	font-size: 24px;
	line-height: 3;
	font-weight: bold;
	color: #fff;
	background-color: #42b9d1;
	text-align: center;
	margin: 0 auto;
	width: 800px;
	margin-bottom: 60px; */
}
#headline h4::before{
  /* position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 40px rgb(149, 158, 155); */
}
#headline h4::after{
  /* position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 40px rgb(149, 158, 155); */
}
.indexBox{
/*
	box-sizing: border-box;
	width: 600px;
	padding: 36px 72px;
	margin: 0 auto;
	background: #fff;
*/
	box-sizing: border-box;
	width: 720px;
	padding: 30px 80px 30px;
	/* margin: -150px auto 0px; */
	margin-inline: auto;
	background:
	#fff;
}
.indexBox .fa-th-list{
	color: #42b9d1;
	margin-right: 7px;
}
.indexBox h5{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.index{
	margin-bottom: 50px;
}
.index a{
	font-size: 20px;
	left: 45px;
	color: #313131;
	display: block;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-decoration: underline;
}
.index a:hover{
	text-decoration: none;
}
.index p{
	font-size: 16px;
	/* line-height: 35px; */
	margin: 0.5em 0;
	position: relative;
	padding-left: 100px;
	
}
.index .point01::before{
	content: "ポイント①";
}
.index .point02::before{
	content: "ポイント②";
}
.index .point03::before{
	content: "ポイント③";
}
.index .point01::before,
.index .point02::before,
.index .point03::before{
	font-weight: bold;
	color: #42b9d1;
	background-color: #fff;
	position: absolute;
	left: 0;
	/* margin-right: 0.5em; */
	/* padding: 0 0.5em; */
}
/*----------------------
section
----------------------*/
article section .clinic_head{
	background: #42b9d1;
}
article section .clinic_head_text{
	/* width: 1080px; */
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
article section .clinic_head h3{
	font-size: 30px;
	/* line-height: 39px; */
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 40px 0;
}
article section .clinic_head h3 span{
	display: block;
	width: 80px;
	height: 80px;
	background-color: #2398b0;
	color: #fff;
	line-height: 80px;
	text-align: center;
	margin-right: 20px;
}
article section .clinic_head h4{
	font-size: 16px;
	/* line-height: 40px;
	height: 40px; */
	color: #42b9d1;
	font-weight: bold;
	background-color: #fff;
	padding: 20px;
	border-radius: 30px;
	margin-right: 2em;
}
.clinic_contents{
	/* width: 1080px; */
	/* margin: 0 auto; */
	padding: 2em;
}
/* .main_image{
	width: 800px;
	margin: 0 auto 80px;
}
.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: 14px;
	text-align: center;
}
.feature_box{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 110px;
	background-color: #fff;
}
.feature_box .feature{
	box-sizing: border-box;
	/* width: 1000px; */
	margin: 0 auto;
	padding: 0 50px 60px;
	/* border-bottom: 2px solid #c9c9c9; */
	text-align: center;
}
.feature_box .feature:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.feature_box h4{
	font-size: 32px;
	font-weight: bold;
	color: #42b9d1;
	text-align: center;
	position: relative;
	padding: 60px 0px;
	display: flex;
	flex-direction: column;
}
.feature_box h4 span{
	display: inline-block;
	font-size: 15px;
	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;
}

/*
.feature_box h4:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
*/
/*
.feature_box h4 span::before,
.feature_box h4 span::after{
	content: '';
  position: absolute;
  top: 44%;
  display: inline-block;
  width: 30px;
  height: 6px;
  border-top: solid 6px #42b9d1;
  border-bottom: solid 6px #42b9d1;
}
.feature_box h4 span::before{
	 left:100%;
}
.feature_box h4 span::after{
	right: 100%;
}
*/
.recommend ul{
	display: flex;
	justify-content: space-between
}
.recommend ul li{
	font-size: 20px;
	font-weight: bold;
	color: #42b9d1;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #42b9d1;
	width: 290px;
	height: 290px;
	padding: 40px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
.recommend ul li div{
	display: flex;
	justify-content: center;
}
.recommend ul li img{
	width: 40%;
}
/*
丸にテキストのみ
.recommend ul{
	display: flex;
	justify-content: space-between
}
.recommend ul li{
	font-size: 20px;
	font-weight: bold;
	color: #42b9d1;
	text-align: center;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #42b9d1;
	width: 280px;
	height: 280px;
	display: flex;
	justify-content: center;
	align-items: center;
}
*/
.clinic{
	padding-bottom: 40px!important;
}
/*
.clinic ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.clinic ul li{
	font-size: 20px;
	line-height: 3.5;
	text-align: center;
	width: 280px;
	color: #fff;
	background-color: #42b9d1;
	margin-bottom: 20px;
}
.clinic ul li a:hover {
  background-color: #555;
  color: #fff;
}
.clinic ul li a:hover::before {
  border-right-color: #555;
}
*/
.clinic ul {
	/* margin: 0;
	padding: 0;
	list-style: none; */
	display: flex;
	flex-wrap: wrap;
}
.clinic ul li {
	/* display: inline-block; */
	margin: 0 30px 10px 0;
	padding: 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;
	font-size: 20px;
}
.clinic ul li::after {
	position: absolute;
	top: 35%;
	left: .5em;
	z-index: 2;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	margin-top: -3px;
	background-color: #fff;
	border-radius: 100%;
}
/* .clinic ul li .tag_appearance {
	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;
	font-size: 20px;
} */
/* .clinic ul li .tag_appearance::before {
	position: absolute;
	top: 0;
	left: -31px;
	z-index: -1;
	content: '';
	width: 40px;
	height: 40px;
	background-color: #42b9d1;
	border-radius: 50%;
	-webkit-transition: .2s;
	transition: .2s;
} */

/* .clinic ul li .tag_text {
  display: block;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
} */
.video ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.video ul li{
	width: 400px;
	height: 300px;
	border: 20px solid #e5e5e5;
}
.video ul li iframe{
	width: 100%;
	height: 100%;
}
.docter h4{
	padding-left: 5px!important;
}
.doctor_feature_box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.doctor_feature_box img{
	width: 60px;
}
.docter_feature{
	background-color: #42b9d1;
	width: 350px;
	margin: 0 82px 10px;
	padding: 10px 0;
}
.docter_feature p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.docter_feature p span{
	display: block;
	font-size: 16px;
}
.docter table {
	box-sizing:border-box;
	width: 100%;
	margin-top: 10px;
}
.docter table tr th{
	font-weight: bold;
	text-align: center;
	width: 80px;
	height: 70px;
}
.docter table td {
	border-right: solid 5px #fff;
	border-left: solid 5px #fff;
	width:80px;
	height: 70px;
	font-weight:bold;
	font-size:20px;
	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: 45px;

}
.greeting{
}
.greeting h3,
.information h3{
	position: relative;
	font-size: 24px;
	line-height: 80px;
	font-weight: bold;
	color: #fff;
	background-color: #42b9d1;
	text-align: center;
	margin: 0 auto;
	/* width: 800px; */
	margin-bottom: 40px;
}
/* .greeting h3::before,
.information h3::before{
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 40px rgb(149, 158, 155);
}
.greeting h3::after,
.information h3::after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 40px rgb(149, 158, 155);
} */
.greeting h4{
	font-size: 24px;
	font-weight: bold;
	color: #42b9d1;
	margin-bottom: 35px;
}
.greeting .greeting_box{
	box-sizing: border-box;
	width: 100%;
	padding: 40px;
	margin-bottom: 60px;
	background-color: #fff;
}
.greeting .greeting_box .fa-comment-dots{
	margin-right: 5px;
}
.greeting_contents{
	display: flex;
	justify-content: space-between
}
.greeting_contents .greeting_text{
	display: block;
	width: 70%;
}
.greeting_contents img{
	display: block;
	margin: auto 0;
	width: 25%;
}
.greeting_contents2 {}
.greeting_contents2 .greeting_text {}
.greeting_contents2 .greeting_contents2_img {
	text-align: center;
	margin-bottom: 20px;
}
.greeting .greeting_box p{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 1em;
}
.greeting .greeting_box p:last-child{
	margin-bottom: 0;
}
.contact_box{
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.contact_btn_1{
	box-sizing: border-box;
	display: block;
	width: 600px;
	font-size: 24px;
	font-weight: bold;
	border: 2px solid #313d82;
	line-height: 3;
	text-align: center;
	color: #313d82;
	background-color: #fff;
	margin: 0 auto;
}
.contact_btn_2{
	box-sizing: border-box;
	display: block;
	width: 300px;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #313d82;
	line-height: 3;
	text-align: center;
	color: #fff;
	background-color: #313d82;
	margin-inline: 1em;
}
.contact_btn_2 .fa-globe,
.contact_btn_1 .fa-phone-volume,
.contact_btn_2 .fa-phone-volume{
	margin-right: 10px;
}

a.contact_btn_1:hover{
	background-color: #fff;
	color: #42b9d1;
}
a.contact_btn_2:hover {
	background-color: #313d82e6;
	color: #fff;
}
.information table{
	width: 100%;
	margin-bottom: 60px;
}

.information table th{
	background-color: #fff;
	border-right: 2px solid #f5f5f5;
	border-top: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	font-size: 18px;
}
.information table td{
	background-color: #fff;
	border-top: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	font-size: 18px;
}
.information table tr:last-child{
	border-bottom: none;
}
.information table th{
	box-sizing: content-box;
	width: 150px;
	padding: 20px 20px 20px;
	background-color: #e5e5e5;
}
.information table td{
	box-sizing: content-box;
	/* width: 900px; */
	padding: 20px 20px 20px;
}
.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: 20px;
}
.information table td .tel_link:link{
	color: #333333;
}
.box{
	margin-bottom: 60px;
}
.box h3{
	margin-top: 100px;
}
/*----------------------
footer
----------------------*/
footer {
	box-sizing: border-box;
	padding: 22px 0;
	width: 100%;
	background-color: #42b9d1;
}
#innerFooter{
	width: 1080px;
	margin: 0 auto;
}
footer .cerec_bnr{
	box-sizing: border-box;
	padding: 22px 0;
	margin: 0 auto 40px;
	width: 500px;
	height: 100px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 32px;
	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{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	
}
footer .footer_link li{
	font-size: 16px;
	color: #fff;
}
footer .footer_link li a{
	color: #fff;
}
footer .footer_link li:hover{
	cursor: pointer;
}
footer .footer_link li::after{
	content: "|";
	padding: 0 1em;
}
footer .footer_link li:first-child::before{
	content: "|";
	padding: 0 1em;
}
/*  copyright  */
#copyright {
	width: 100%;
	height: 28px;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	line-height: 28px;
}
/*----------------------
トップページ
----------------------*/
#top_page{
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 120px;
}
#top_page .production{
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	height: 400px;
	line-height: 400px;
}

/*----------------------
利用規約
----------------------*/
#terms{
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 120px;
}
/*
#terms h4{
	font-size: 35px;
	line-height: 80px;
	font-weight: bold;
	color:#fff;
	background-color:#42b9d1;
	text-align: center;
	margin: 0 auto;
	width: 800px;
	margin-bottom: 60px;
	margin-top: 120px;
}
*/
#terms h4{
	position: relative;
	font-size: 24px;
	line-height: 3;
	font-weight: bold;
	color: #fff;
	background-color: #42b9d1;
	text-align: center;
	margin: 0 auto;
	width: 800px;
	margin-bottom: 90px;
}
#terms h4::before{
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 40px rgb(149, 158, 155);
}
#terms h4::after{
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-left: solid 40px rgb(149, 158, 155);
}
#terms h4:first-child{
	margin-top: 0;
}
#terms h6{
	font-size: 25px;
	color: #42b9d1;
	font-weight: bold;
	border-bottom: 1px solid #42b9d1;
	padding-bottom: 10px;
}
#terms p{
	font-size: 15px;
	line-height: 1.8;
	margin: 2em 1.5em 5em 0em;
	text-align: justify;
}
/*----------------------
利用規約
----------------------*/
/*
#polisy{
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 120px;
}
#polisy h4{
	font-size: 32px;
	line-height: 60px;
	font-weight: bold;
	color:#fff;
	background-color:#42b9d1;
	text-align: center;
	margin: 0 auto;
	width: 800px;
	margin-bottom: 60px;
	margin-top: 120px;
}
#polisy h4:first-child{
	margin-top: 0;
}
#polisy h6{
	font-size: 25px;
	color: #42b9d1;
	font-weight: bold;
	margin: 30px 0 10px;
}
#polisy p{
	font-size: 15px;
	line-height: 1.4;
	margin-left: 1.5rem;
}
*/
#polisy{
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 120px;
}
#polisy h4{
	position: relative;
	font-size: 24px;
	line-height: 3;
	font-weight: bold;
	color: #fff;
	background-color: #42b9d1;
	text-align: center;
	margin: 0 auto;
	width: 800px;
	margin-bottom: 90px;
}
#polisy h4::before{
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 40px rgb(149, 158, 155);
}
#polisy h4::after{
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-left: solid 40px rgb(149, 158, 155);
}
#polisy h4:first-child{
	margin-top: 0;
}
#polisy h6{
	font-size: 25px;
	color: #42b9d1;
	font-weight: bold;
	border-bottom: 1px solid #42b9d1;
	padding-bottom: 10px;
}
#polisy p{
	font-size: 15px;
	line-height: 1.8;
	margin: 2em 1.5em 5em 0em;
	text-align: justify;
}
/*----------------------
ガイドライン取り組み
----------------------*/
#initiatives{
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 120px;
}
#initiatives h4{
	position: relative;
	font-size: 24px;
	line-height: 3;
	font-weight: bold;
	color: #fff;
	background-color: #42b9d1;
	text-align: center;
	margin: 0 auto;
	width: 800px;
	margin-bottom: 90px;
}
#initiatives h4::before{
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 40px rgb(149, 158, 155);
}
#initiatives h4::after{
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-left: solid 40px rgb(149, 158, 155);
}
#initiatives h4:first-child{
	margin-top: 0;
}
#initiatives h6{
	font-size: 25px;
	color: #42b9d1;
	font-weight: bold;
	border-bottom: 1px solid #42b9d1;
	padding-bottom: 10px;
}
#initiatives p{
	font-size: 15px;
	line-height: 1.8;
	margin: 2em 1.5em 5em 0em;
	text-align: justify;
}
/*----------------------
お問い合わせ
----------------------*/
#inquiry{
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 120px;
}
#inquiry h4{
	position: relative;
	font-size: 24px;
	line-height: 3;
	font-weight: bold;
	color: #fff;
	background-color: #42b9d1;
	text-align: center;
	margin: 0 auto;
	width: 800px;
	margin-bottom: 90px;
}
#inquiry h4::before{
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 40px rgb(149, 158, 155);
}
#inquiry h4::after{
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-left: solid 40px rgb(149, 158, 155);
}
#inquiry h4:first-child{
	margin-top: 0;
}
#inquiry h6{
	font-size: 25px;
	color: #42b9d1;
	font-weight: bold;
	border-bottom: 1px solid #42b9d1;
	padding-bottom: 10px;
}
#inquiry p{
	font-size: 15px;
	line-height: 1.8;
	margin: 2em 1.5em 5em 0em;
	text-align: justify;
}
#inquiry table{
	background-color: #fff;
	width: 95%;
	margin: 2rem auto 0;
}
#inquiry table th,
#inquiry table td{
	padding: 15px;
	border: 5px solid #f5f5f5;
}
#inquiry table th{
	background-color: #e5e5e5;
}
/*=====================
汎用クラス
=====================*/
.m0auto{
	margin: 0 auto;
}
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);
}
.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: 1080px;
	margin: 0 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;
}
/*=====================
	便利クラス
=====================*/
.bold {font-weight:bold !important;}
.font-size10{font-size:10px !important;}
.font-size11{font-size:11px !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-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-blue4{color:#7BA7FF !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-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-green4{color:#9fa776 !important;}

.color-orange1{color:#ff6600 !important;}

/* テキスト配置 */

.alignC{text-align:center !important;}
.alignL{text-align:left !important;}
.alignR{text-align:right !important;}

.floatL{float:left !important;}
.floatR{float:right !important;}
.floatL20{float:left !important; margin-right:20px !important; margin-bottom:20px !important;}
.floatR20{float:right !important; margin-left:20px !important; margin-bottom:20px !important;}
.floatL40{float:left !important; margin-right:40px !important; margin-bottom:40px !important;}
.floatR40{float:right !important; margin-left:40px !important; margin-bottom:10px !important;}
.box01 .floatR40,
.box01 .floatL40{
	margin-bottom: 0 !important;
}

/* padding */

.p0{padding:0 !important;}
.p10{padding:10px !important;}

.pt0{padding-top:0 !important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !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;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}

.mb0{margin-bottom:0 !important;}
.mb3{margin-bottom:3px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !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;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}
.ml70{margin-left:70px !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;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.width10{width:10% !important;}
.width20{width:20% !important;}
.width25{width:25% !important;}
.width30{width:30% !important;}
.width35{width:35% !important;}
.width40{width:40% !important;}
.width50{width:50% !important;}
.width60{width:60% !important;}
.width70{width:70% !important;}
.width80{width:80% !important;}
.width90{width:90% !important;}
.width100{width:100% !important;}

.circle:before{
	content: "●";
	color: #059093;
}
.circle{
	padding-left: 1em;
	text-indent: -1em;
}
.arrow01{
	background: url("../images/common/gra_arrow01.png") 0 5px no-repeat;
	box-sizing: border-box;
	padding-left: 23px;
}
.firstLetter:first-letter{
	font-weight: bold;
	color: #059093;
}
.schedule div{
	margin-bottom: 10px;
}
.list01 li{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	margin: 10px 0;
}
.list01 li:first-child{
	margin-top: 0;
}
.list01 li:last-child{
	margin-bottom: 0;
}
.list02 li{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
}
.list03 li{
	width: 50%;
	float: left;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
}
.list04 li{
	width : 33.33333%;
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	float: left;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
}
.list05{
	margin-bottom: 5rem;
}
.list05 li{
	position: relative;
	left: 2.5rem;
}
.list05 li::before{
	content: "・";
	position: absolute;
	left: -1rem;
}
.box01{
	border: solid 1px #D5BC4F;
	background: #ffffff;
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.box02{
	border-top: solid 1px #7B766F;
	border-right: solid 3px #7B766F;
	border-bottom: solid 3px #7B766F;
	border-left: solid 1px #7B766F;
	background: #ffffff;
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.box03{
	border: solid 3px #dddddd;
	padding: 15px;
}
.box04{
	background: #F7EEDF;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.box05{
	background: rgba(255,255,255,0.90);
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.box01 p:last-child,
.box02 p:last-child,
.box03 p:last-child,
.box04 p:last-child,
.box05 p:last-child{
	margin-bottom: 0;
}
.headline01{
	color: #70bc42;
	font-size: 24px;
	font-weight: bold;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: center;
}
.headline02{
	display: inline-block;
	color: #825010;
	font-size: 23px;
	font-weight: bold;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.headline03{
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background: #333333;
	padding: 5px;
	margin-bottom: 0 !important;
}
.headline04{
	display: block;
	background: #745d3c;
	padding: 6px 0;
	color: #ffffff;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.headline05{
	display: block;
	background: #228B94;
	padding: 3px 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 5px;
}
.table01 table{
	width: 100%;
	font-size: 18px;
}
.table01 table th{
	box-sizing: border-box;
	background: #FFF7DD;
	border: solid 8px #ffffff;
	padding: 15px;
	color: #444444;
	font-weight: 500;
}
.table01 table td{
	box-sizing: border-box;
	background: #ffffff;
	border: solid 8px #ffffff;
	padding: 15px;
	font-weight: 500;
}






.contents_area {
	width: 1080px;
	margin-inline: auto;
}
.contents_area section {
	margin-bottom: 80px;
}
.section_headline {
	background-color: #fff;
	padding: 2em;
}
.list_title01 {
	color: #42b9d1;
	font-size: 24px;
	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: 2em;
	margin-bottom: 2em;
}
.clinic_info_place .clinic_info_place_group {
	display: flex;
	/* flex-wrap: wrap; */
	margin-bottom: .5em;
}
.clinic_info_place dt {
	width: 80px;
}
.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: 1em .5em;
	text-align: center;
	border: 1px solid #ddd;
}
.timetable tr td {
	border: 1px solid #ddd;
	padding: 1em .5em;
	text-align: center;
}
.timetable tr th:first-child {
	width: 30%;
}

.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 {
}


.main_image02 {
	padding-inline: 2.5em;
	width: calc(1080px - 4em);
	margin: 80px auto 80px;
	display: grid;
	grid-template-rows: auto auto;
	/* grid-template-columns: 70% 22%; */
	grid-template-columns: 6fr 2fr;
	grid-column-gap: 4%;
	justify-content:center;
}
.main_image02 ul{
	/* display: flex;
	flex-direction: column; */
}
.main_image02 li{
	width: 67%;
	transition:all 0.5s ease;
}
.main_image02 li:not(:last-child) {
	margin-bottom: 18px;
}
.main_image02 li:hover{
	cursor: pointer;
	opacity: 0.7;
    filter: alpha(opacity=70);
}
.main_image02 img{
	width: 100%;
}

.main_image {
	display: flex;
	flex-direction: column-reverse;
}
.main_image .main_image_thumbnail {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.main_image .main_image_thumbnail li {
	width: 45%;
	padding: 1em;
}
.main_image .main_image_thumbnail li .thumb {
	width: 100%;
}





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

.area_group {
	display: flex;
	align-items: baseline;
}
.area_group .area_list_title {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-right: 2em;
	width: 8% !important;
}
.area_group .area_list {
	margin-bottom: 1em;
	font-size: 90%;
	width: 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: 2em 2em 0;
}
.recommendation_clinic {
}
.recommendation_clinic_title {
	display: flex;
	background-color: #42b9d1;
}
.recommendation_clinic_title .recommendation_clinic_img {
	width: 140px;
}
.recommendation_clinic_title .recommendation_clinic_img img {
	width: 100%;
}
.recommendation_clinic_title h4 {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	flex-grow: 1;
	align-self: center;
	padding-inline: 1em 1em;
}

.recommendation_clinic_info {
	padding: 2em 2em 2em;
	margin-block: 1em;
	border: 1px solid #42b9d1;
}
.fb {
	display: flex;
	/* justify-content: space-between; */
}
.recommendation_clinic_info .infoL {
	/* width: 60%; */
	width: 200px;
	margin-right: 2em;
}
.recommendation_clinic_img {
	width: 200px;
}
.recommendation_clinic_img img {
	width: 100%;
}
.recommendation_clinic_info h5 {
	font-weight: bold;
	font-size: 1.2em;
	margin-block: 0 .5em;
	color: #42b9d1;
}
.recommendation_clinic_info table {
	border: 1px solid #ddd;
	width: 100%;
}
.recommendation_clinic_info table tr th {
	padding: .5em 1em;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	/* width: 25%; */
}
.recommendation_clinic_info table tr td {
	padding: .5em 1em;
	border: 1px solid #ddd;
}

.recommendation_clinic_info .infoR {
	/* margin-top: 1.8em; */
	/* width: 36%; */
	flex-grow: 1;
}
.recommendation_clinic_info h6 {
	font-weight: bold;
	margin-block: 0 .5em;
}