@charset "utf-8";


/* Base
----------------------------------------------------*/


body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 17px;
	line-height: 1.7em;
	overflow-x: hidden;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
line-height:1.3;
font-weight:normal;
font-size:100%;
}

p,
li,
dt, dd,
th, td{
}

ul, ol{
list-style-type:none;
list-style-position:outside;
}

img{
	vertical-align: bottom;
}

a img{
	border: 0;
}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 481px){

.spDisp {
	display: none;
}

.spHide {
	display:block;
}
.pcHide {
	display:none;
}

.midashi1 {
	display: inline-block;
	position: relative;
	font-size: 35px;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	margin-bottom: 60px;
}

.midashi1:before {
	content: '';
	position: absolute;
	bottom: -20px; /*下線の上下位置調整*/
	display: inline-block;
	width: 50px; /*下線の幅*/
	height: 3px; /*下線の太さ*/
	background-color: #666666; /*下線の色*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.midashi1 span {
	color: #39C;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}

.midashi2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 30px;
	color: #333333;
	border-left-width: 5px;
	border-left-style: solid;
	padding-left: 15px;
	border-left-color: #4DABB0;
}

.midashi3 {
	display: flex;
	align-items: center;
	gap: 18px;           /* 見出しと線の間隔 */
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-bottom: 30px;
	color: #4DABB0;
}

.midashi3::after{
	content: "";
	flex: 1;             /* ここで右側を伸ばす */
	height: 1px;    /* 線の色 */
	border-radius: 1px;
	background-color: #999999;
}

.midashi4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #4DABB0;
	margin-bottom: 20px;
}

.min1200 {
	min-width: 1200px;
}


/*　ヘッダー　*/


header {
	min-width: 1200px;
}

.toph1 {
	display:none;
}

.header_back {
	background-image: url(../img/main_imgb.webp);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
	background-size: cover;
	padding-top: 80px;
}

.head_cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 5%;
	margin-left: 5%;
	padding-top:2%;
}

.header_logo {
	width: 340px;
}

.header_logo img{
	width:100%;
	height:auto;
}

.header_info {
	width: 120px;
}

.header_info img{
	width:100%;
	height:auto;
}

/*　メインイメージ　*/

.main_img {
	width:40%;
	padding:180px 0 10% 7%;
}

.main_img img{
	width:100%;
	height:auto;
}

.main1 {
	min-width: 1200px;
	padding: 5% 0 8% 0;
	background-image: url(../img/main1_back.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:auto 100%;
}

.main1_cont {
	width: 60%;
	margin-left: 7.5%;
}

.main1 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height:2em;
	letter-spacing:0.2em;
	margin-bottom:50px;
}

.main1 h2 span {
	color: #39C;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 43px;
	letter-spacing:0.15em;
}

.main1 p {
	line-height: 1.8em;
	letter-spacing: 0.2em;
}

.main2 {
	background-color: #E3EDEE;
	padding: 3%;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: -50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 30px;
}

.main2_cont {
}

.main2_cont ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom:30px;
}

.main2_cont ul li {
	background-color: #FFF;
	padding: 2%;
	width: 15%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #F2F2F2;
}

.main2_cont h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 60px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #132d57;
	font-size: 45px;
}

.main2_cont h3:before {
	content: '';
	position: absolute;
	bottom: -25px;
	display: inline-block;
	width: 50px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #c4a76e;
	border-radius: 2px;
}

.main2_cont ul li img{
	width:80%;
	height:auto;
	margin:0 10% 20px 10%;
}

.main2_cont ul li p{
	text-align:center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

.main2_txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	color: #132d57;
	font-size: 15px;
	text-align: center;
}

.main3 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.main3_1 {
	width: 50%;
	background-image: url(../img/main3_1back.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #DDDAD2;
}

.main3_2 {
	width: 50%;
	background-image: url(../img/main3_2back.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-color: #C4D8D9;
}

.main3_cont {
	padding: 10% 8%;
}

.main3_midashi {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.main3_midashi h3{
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 40px;
	color: #FFF;
	text-shadow: 0 0 8px #333;
}

.main3_btn {
	display: flex;
	justify-content: flex-start;
	width: 340px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	background-color: #FFFFFF;
	border-radius: 9999px;
	background-image: url(../img/arr_1.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 50%;
	margin-right: auto;
	margin-left: auto;
}

.main3_btn p{
	font-size: 16px;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.main3_btn:hover {
	background-color: #c9d2d7;
}

.main3_m {
	padding-top: 80px;
	text-align: center;
	padding-bottom: 80px;
	background-image: url(../img/main3_mback.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto 80%;
}

.main3_m h4{
	font-size: 20px;
	margin-bottom: 10px;
}

.main3_m h3{
	font-size: 40px;
	margin-bottom:20px;
}

.main3_m h3 span{
	font-size: 40px;
	margin-bottom: 20px;
	color: #897a5e;
}

.main3_m p{
	font-size: 20px;
	color: #4DABB0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	margin-bottom: 25px;
}

.main4_wrap {
	min-width: 1200px;
	padding:5% 0;
}

.main4_title {
	text-align:center;
}

.main4_title h2 {
	position: relative;
	display: inline-block;
	font-size: 40px;
	margin-bottom: 80px;
}

.main4_title h2:before {
  content: '';
  position: absolute;
  bottom: -35px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4DABB0;
  border-radius: 2px;
}

.main4_title p {
	margin-bottom:50px;
}

.main4 {
	width: 85%;
	margin-bottom: 120px;
	margin-right: auto;
	margin-left: auto;
}

.main4 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom:40px;
}

.main4 thead th {
	background: #C4D8D9;
	text-align: center;
	padding: 15px;
	border: 1px solid #ccc;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.main4 tbody th {
	width: 20%;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	border: 1px solid #ccc;
	color: #333333;
	background-color: #DAE6E7;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.main4 td {
  width: 40%;
  vertical-align: top;
  padding: 15px;
  border: 1px solid #ccc;
}

.main4 ul {
  margin: 0;
  padding-left: 18px;
}

.main4 li {
  margin-bottom: 8px;
}

.note {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}

.main5 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 45px;
	text-align:center;
	line-height:1.7em;
	margin-bottom:80px;
}

.main5 h2 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 45px;
	color: #4DABB0;
}

.main5_1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom:80px;
}

.main5_1t {
	order: 2;
	width:50%;
	padding-top:5%;
	padding-bottom:5%;
}

.main5_1p {
	order: 1;
	width: 50%;
	background-image: url(../img/main5_p1.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.main5_1c {
	margin-right: 7%;
	margin-left: 7%;
}

.main5_1m {
	display: flex;
	align-items: flex-end;
	margin-bottom:30px;
}

.main5_1m p:nth-child(1){
	width:75px;
}

.main5_1m p:nth-child(1) img{
	width:100%;
	height:auto;
}

.main5_1m p:nth-child(2){
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 42px;
	margin-bottom:10px;
	margin-left:20px;
}

.main5_1c h4{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 25px;
	color: #4DABB0;
	margin-bottom:40px;
}

.main5_1txt {
	line-height:2em;
	font-size:18px;
	margin-bottom:20px;
}

.main5_2 {
	display: flex;
	justify-content:center;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom:60px;
}

.main5_2in {
	width: 29%;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 0%;
	margin-left: 2%;
}


.main5_2 div img{
	width:100%;
	height:auto;
	margin-bottom:25px;
}

.main5_2m {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	margin-right: 3%;
	margin-left: 3%;
}

.main5_2m p:nth-child(1){
	width:70px;
	margin-right:20px;
}

.main5_2m p:nth-child(1) img{
	width:100%;
	height:auto;
	padding-top:10px;
}

.main5_2m p:nth-child(2){
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height:1.4em;
}

.main5_2txt {
	margin-right: 3%;
	margin-left: 3%;
	line-height:1.8em;
}

.chus {
	font-size:14px;
	line-height:1.4em
}

.main5_3 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 80px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 2.5%;
	background-color: #F6F6F6;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.main5_3 h3{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 25px;
	width: 300px;
	margin-right: 30px;
	color: #4DABB0;
	line-height:1.6em;
	
}

.main5_3 h3 span{
	background:linear-gradient(transparent 60%, #F6F6F6 60%);
	padding-right:15px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 25px;
}

.main5_3 p {
	flex: 1;
}

.main6 {
	min-width: 1200px;
	background-color: #EDF2F3;
	padding-top: 70px;
}

.main6 h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 45px;
	text-align:center;
	line-height:1.7em;
	margin-bottom:80px;
}

.main6_c {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.main6_t {
	flex: 1;
	margin-right:30px;
}

.main6_p {
	width:450px;
}

.main6_p img{
	width:100%;
	height:auto;
}

.main6_m {
	display: flex;
	align-items: center;
	justify-content:flex-start;
	margin-bottom:20px;
}

.main6_m div:nth-child(1){	
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #73BFC2;
	margin-right:10px;
}

.main6_m div:nth-child(1) p{
	font-size: 18px;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.main6_m div:nth-child(2){
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 23px;
}

.main6 ul {
	display: flex;
	align-items: flex-start;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin-bottom:20px;
}

.main6 ul li{
	margin-bottom:15px;
	margin-right:10px;
}

.main6 ul li span{
	background-color: #FFF;
	padding:5px 20px;
	border-radius: 9999px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color:#666;
	font-size:16px;
}

.main7_wrap {
	background-color: #f3f4ee;
	min-width: 1200px;
}

.main7 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5%;
	padding-bottom: 5%;
}

.main7 h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 45px;
	text-align:center;
	margin-bottom:20px;
}

.main7 h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-align:center;
	color: #4DABB0;
	margin-bottom:80px;
}

.main7 ul{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  padding:0;
  margin:0;
}

.main7 ul li{
  list-style:none;
  width:calc((100% - 40px) / 3); /* 上3列 */
}

.main7 ul li:nth-child(n+4){
  width:calc((100% - 60px) / 4); /* 下4列 */
}

.main7 ul li a{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-height:90px;
  padding:20px;
  border:1px solid #ccc;
  border-radius:20px;
  background:#fff;
  color:#333;
  text-decoration:none;
  font-weight:500;
  line-height:1.6;
  transition:.3s;
}

.main7 ul li a:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

/* アコーディオン */

.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em 1em 1em 2.2em;
	display: block;
	color: #73BFC2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #78A1A3;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 23px;
	background-image: url(../img/qa_q.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:40px;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 10px;
	height: 10px;
	border-top: 2px solid #78A1A3;
	border-right: 2px solid #78A1A3;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
	font-size: 18px;
	color: #666;
	line-height:1.6em;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.accordion {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7%;
}

.acc_h4 {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 60px;
}

.main8 {
	min-width: 1200px;
	background-color: #f3f4ee;
	background-image: url(../img/main8_back.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 100%;
}

.main8_c {
	width:50%;
	margin:0 5% 0 45%;
	padding-top:7%;
	padding-bottom:7%;
}

.main8_c p{
	line-height:1.9em;
}

.main8_c h3{
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	font-size: 35px;
	margin-bottom: 40px;
}


footer{
	min-width: 1200px;
	background-color: #f3f4ee;
}

.footer_cont {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
}

/* =======================
左カラム
======================= */

.foot1{
	width:33%;
	background:#233752;
	color:#FFF;
	box-sizing:border-box;
	overflow:hidden;
}

.foot1 > div{
	padding:7%;
	height:100%;

	display:flex;
	flex-direction:column;
	box-sizing:border-box; /* ←追加 */
}

.foot1 div h3{
	width:280px;
	margin-bottom:15px;
}

.foot1 div h3 img {
	width:100%;
	height:auto;
}

.foot1_add{
	border-bottom:1px solid #FFF;
	padding-bottom:15px;
	margin-bottom:15px;
}

.foot1_tel{
	font-family:"Noto Serif JP", serif;
	font-weight:300;
	font-size:37px;
	background:url(../../../img/foot_tel.svg) no-repeat left center;
	background-size:25px;
	padding:5px 0 5px 35px;
	letter-spacing:0.05em;
	margin-bottom:10px;
}

/* =======================
中央MAP
======================= */

.foot2{
	width:34%;
	display:flex;
}

.access_map{
	flex:1;
}

.access_map iframe{
	display:block;
	width:100%;
	height:100%;
	border:0;
}

/* =======================
右画像
======================= */

.foot3{
	width: 33%;
	background-image: url(../img/foot_pic.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* =======================
ボタン
======================= */

.foot_btn{
	display:flex;
	justify-content:center;
	align-items:center;
	width:80%;
	margin:auto auto 0;
	text-align:center;
	text-decoration:none;
	padding:14px;
	border:1px solid #CCC;
	border-radius:5px;
	transition:0.3s;
	margin-top:auto;
}

.foot_btn p{
	color:#FFF;
	font-size:18px;
	font-family:'Noto Sans JP', sans-serif;
	font-weight:300;
}

.foot_btn:hover{
	background:#131E2D;
}

.foot2,
.foot3{
	box-sizing:border-box;
}

.copyright {
	padding: 15px 0;
	font-size: 12px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	color: #333;
}

/*　中ページ　*/

.page_title {
	padding-top: 50px;
	background-color: #f1efeb;
	margin-bottom: 80px;
	padding-bottom: 50px;
}

.page_title h3 {
	font-size: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	text-align: center;
}

.page_cont {
	margin-bottom: 200px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}


/* 中ページ　*/

.doctor_c1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom:40px;
	width: 84%;
	margin-right: auto;
	margin-left: auto;
}

.doctor_c1 div:nth-child(1){
	width:400px;
	margin-right:40px;
}

.doctor_c1 div:nth-child(1) img{
	width:100%;
	height:auto;
}

.doctor_c1 div:nth-child(2){
	flex: 1;
}

.doctor_c1 div:nth-child(2) h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size:32px;
	margin-bottom:20px;
	letter-spacing:0.1em;
}

.doctor_c1 div:nth-child(2) h4 span{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size:20px;
	margin-right:20px;
}

.doctor_c1 div:nth-child(2) h5{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size:20px;
	margin-bottom:15px;
	letter-spacing:0.1em;
}

.doctor_c1 table {
	border-collapse:collapse;
}

.doctor_c1 table th{
	font-size: 16px;
	width: 120px;
	text-align: left;
}

.doctor_c1 table td{
	font-size:16px;
}

.doctor_c2 {
	background-color: #f3f2f2;
	padding: 2%;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.doctor_c2 ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.doctor_c2 ul li{
	width:30%;
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:10px;
	font-size:16px;
}

.doctor_c2 ul li a{
	color: #575755;
	text-decoration: underline;
}

.doctor_c3 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:8%;
}

.book_wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.book {
	display: flex;
	justify-content: space-between;
	width: 48%;
	margin-bottom: 30px;
}

.book div:nth-child(1){
	width:150px;
	margin-right:20px;
}

.book div:nth-child(1) img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.book div:nth-child(2){
	flex: 1;
}

.book_btn {
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #575755;
}

.book_btn p{
	font-size: 16px;
	color: #575755;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

.book_btn:hover {
	background-color: #F1F1EF;
	border: 1px solid #F1F1EF;
}

.book h6{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	margin-bottom: 19px;
}

.book p{
	font-size: 14px;
}

.acc_1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 8%;
}

.acc_1 div:nth-child(1){
	width:45%;
}

.acc_1 div:nth-child(1) img{
	width:100%;
	height:auto;
}

.acc_1 div:nth-child(2){
	width:55%;
}

.acc_1 div:nth-child(2) h3{
	margin-bottom:50px;
	margin-right: 10%;
	margin-left: 10%;
	font-size:35px;
	letter-spacing:0.05em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

.acc_1 div:nth-child(2) dl{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-right: 10%;
	margin-bottom: 15px;
	margin-left: 10%;
}

.acc_1 div:nth-child(2) dl dt{
	width:120px;
	font-size:19px;
}

.acc_1 div:nth-child(2) dl dt dd{
	flex: 1;
	font-size:19px;
}

.acc_hour {
	border-collapse: collapse;
	width: 100%;
	margin-bottom:20px;
}

.acc_hour th{
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA99E;
	text-align: center;
	font-size: 18px;
	padding-left:20px;
	letter-spacing:0.1em;
}

.acc_hour td{
	text-align: center;
	vertical-align: middle;
	width: 11.5%;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA99E;
	font-size: 18px;
	line-height: 1em;
	height: 90px;
}

.acc_hour td span{
	font-size: 12px;
}

.acc_hourt {
	text-align: right;
	margin-bottom: 30px;
}

.acc_2 {
	display: flex;
	justify-content:center;
	align-items: stretch;
	flex-wrap: wrap;
}

.acc_2in {
	width:29%;
	margin:0 2% 5% 2%;
}

.acc_2in h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.acc_2in p{
	padding-top:10px;
}

.map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.acc_3 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.acc_3in{
	width:46%;
}

.acc_3in img{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.acc_3in h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


.acc_4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.acc_4l {
	flex: 1;
}

.acc_4r {
	width:50%;
	margin-left:3%;
}

.acc_4r p{
	padding-top:10px;
	text-align:center;
}

.acc_btn {
	display: flex;
	justify-content: center;
	width: 300px;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 10px;
	border: 1px solid #575755;
}

.acc_btn p{
	font-size: 17px;
	color: #575755;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

.acc_btn:hover {
	background-color: #F1F1EF;
	border: 1px solid #F1F1EF;
}

.acc_pic {
	margin-bottom:8%;
}

.acc_pic ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}


.acc_pic ul li{
	width:32%;
}


.acc_pic ul li img{
	width:100%;
	height:auto;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 360px;
  height: 50px;

  background: #fff;
  border: 1px solid #4DABB0;
  box-sizing: border-box;

  color: #4DABB0;
  font-size: 16px;
  text-decoration: none;

  position: relative;
  transition: 0.2s;

  padding: 0;
  text-align: center;
  
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

a.btn_02:hover {
  background: #4DABB0;
  color: #fff;
}

a.btn_02:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);

  width: 0;
  height: 0;

  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #4DABB0;
}

a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

.page_in {
	margin-bottom: 100px;
}

.page_link {
	color: #4DABB0;
	text-decoration: underline;
}

.page_link:hover{
	color: #377A7D;
	text-decoration: underline;
}

.shizui1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.shizui1 div:nth-child(1){
	flex: 1;
	margin-right:20px;
}

.shizui1 div:nth-child(2){
	width:200px;
}

.shizui1 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.shizui_p1 {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

.shizui_p1 img{
	width:100%;
	height:auto;
}

.shizui2 ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.shizui2 ul li{
	background-color: #F6F6F6;
	padding: 3%;
	width: 26%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.shizui2 ul li h4{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #4DABB0;
	margin-bottom: 20px;
	line-height:1.6em;
}

.bzf_c {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bzf_t {
	flex: 1;
	margin-right:30px;
}

.bzf_p {
	width: 250px;
}

.bzf_p img{
	width:100%;
	height:auto;
}

.bzf_m {
	display: flex;
	align-items: center;
	justify-content:flex-start;
	margin-bottom:20px;
}

.bzf_m div:nth-child(1){	
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #73BFC2;
	margin-right:10px;
}

.bzf_m div:nth-child(1) p{
	font-size: 18px;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.bzf_m div:nth-child(2){
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 23px;
}

.bz_c {
	background-color:#f3f4ee;
	padding:2%;
}

.bz_c ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.bz_c ul li{
	background-color: #FFFFFF;
	padding: 3%;
	width: 43%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.bz_c ul li:nth-child(n+1):nth-child(-n+2) {
	margin-bottom:2%;
    
}


.bz_c ul li h4{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #4DABB0;
	margin-bottom: 20px;
	line-height:1.6em;
}

.micro1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.micro1 div:nth-child(1){
	flex: 1;
	margin-right:20px;
}

.micro1 div:nth-child(2){
	width: 350px;
}

.micro1 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.micro_pic {
	width: 350px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

.case_c {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

.case_t1 {
	flex: 1;
	margin-left:30px;
	order: 2;
}

.case_p1 {
	width: 250px;
	order: 1;
}

.case_p1 img{
	width:100%;
	height:auto;
}

.case_t2 {
	flex: 1;
	margin-left:30px;
	order: 2;
}

.case_p2 {
	width: 460px;
	order: 1;
}

.case_p2 img{
	width:100%;
	height:auto;
}

.case_menu {
	background-color: #f3f4ee;
	padding: 3%;
	font-size: 16px;
}

.case_menu dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.case_menu dl dt{
	width:180px;
}

.case_menu dl dd{
	flex: 1;
}

.case_img {
	margin-bottom:30px;
	display: flex;
	justify-content: space-between;
}

.case_img img {
	width:48%;
}

.page_price {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D2;
	margin-bottom: 10px;
	clear: both;
}

.page_price dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D3D2;	
}

.page_price dl dt{
	padding: 15px;
	flex: 1;
	background-color: #F8F8F8;
}

.page_price dl dd{
	text-align: right;
	padding: 15px;
	width: 300px;
	font-size: 20px;
}

.voice {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}

.price_img {
	width:100px;
	margin-right:15px;
}

.price_img img{
	width:100%;
	height:auto;
}

.price_voice {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: 20px;
  padding: 16px 16px 16px 25px;
  border-radius: 8px;
  background-color: #f3f4ee;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.price_voice::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #f3f4ee transparent transparent;
  translate: -100% -50%;
}

.voice_img {
	float: right;
	width: 200px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.price_all {
	text-align: right;
	padding-right:15px;
}

.price_all span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 22px;
}

.payment_table {
  width: 50%;
  margin-bottom:30px;
}

.payment_table table {
  width: 680px;
  border-collapse: collapse;
  table-layout: fixed;
}

.payment_table th,
.payment_table td {
  border: 1px solid #e5ddd3;
  text-align: center;
  padding: 20px 10px;
  line-height: 1.4;
  color: #2b3c55;
}

.payment_table thead th,
.payment_table tbody th {
  background: #f3f0eb;
  font-weight: 500;
}

.payment_table td {
	background: #fff;
	font-size: 20px;
	font-weight: 500;
}

.payment_table thead th:first-child {
  width: 22%;
}

.payment_table thead th:not(:first-child) {
  width: 26%;
}

.card {
	width: 450px;
	border: 1px solid #CCC;
	margin-bottom: 40px;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
}

.card img{
	width: 100%;
	height: auto;
	
}


/* =========================
FAQ
========================= */

.faq_box {
	margin-bottom:30px;
}

/* ---------- 質問 ---------- */

.faq_q {
	margin: 0;
	padding: 15px 0 15px 55px;
	color: #4DABB0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 1.5;
	border-bottom: 1px solid #78A1A3;
	background: url(../img/qa_q.svg) no-repeat left center;
	background-size: 40px;
}

/* ---------- 回答 ---------- */

.faq_a {
	position: relative;
	padding: 20px 0 0 55px;
}

.faq_a::before {
	content: "";

	position: absolute;
	left: 0;
	top: 18px;

	width: 40px;
	height: 40px;

	background: url(../img/qa_a.svg) no-repeat center center;
	background-size: contain;
}

.faq_a p {
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 2;
	color: #666;
}

.rc_li {
	background-color: #F6F6F6;
	padding: 2%;
	margin-bottom:30px;
}

.rc_li ul li:nth-child(-n+3){
	background-image: url(../img/check.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 70%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size:19px;
	padding-left:40px;
	margin-bottom:15px;
}

.rc_li ul li:last-child{
	background-image: url(../img/check.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 70%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size:19px;
	padding-left:40px;
}

.page_number {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.page_number img{
	width:100%;
	height:auto:
}

.page_nb {
	width: 45%;
	margin-bottom: 2%;
	background-color: #F6F6F6;
	padding:2%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}

.nb_midashi {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}

.nb_midashi p:nth-child(1){
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 75px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-right: 15px;
	color: #4DABB0;
}

.nb_midashi p:nth-child(2){
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.5em;
	letter-spacing:0.05em;
}

.nb_txt {
	line-height: 1.8em;	
}

.equ {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.equ div:nth-child(1){
	width:300px;
	margin-right:30px;
}

.equ div:nth-child(1) img{
	width:100%;
	height:auto;
}

.equ div:nth-child(2){
	flex: 1;
}

.page_cl1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.page_cl1 div:nth-child(1){
	flex: 1;
}

.page_cl1 div:nth-child(2){
	width:300px;
	margin-left:30px;
}

.page_cl1 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.page_cl2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}

.page_cl2 div:nth-child(1){
	flex: 1;
	order: 2;
}

.page_cl2 div:nth-child(2){
	width:300px;
	order: 1;
	margin-right:30px;
}

.page_cl2 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.guide_y {
	background-color: #F4F4F4;
	padding: 3%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

.guide_y ul {
	margin-bottom:20px;
}

.guide_y ul li {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	margin-bottom:10px;
}

.guide_li {
	margin-bottom: 150px;
}

.guide_li ul li{
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: none;
	margin-bottom:10px;
}

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



}

.anchor {
padding-top:130px;
}
