@charset "UTF-8";
#header {background-color: rgba(255,255,255,1);}
#page_header{background-image: url("../img/header_img_pc.webp");}

.page_menu_ttl{text-align: center;margin-top: 3em;}
.page_menu_ttl img{height: 45px;}
/******** section00 ********/
.page-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1%;
  padding: 20px 0;
  flex-wrap: wrap;
margin: 0.6em 0 3em;
}
.menu-item {width: 32%;margin-bottom: 1em;}
@media (max-width: 640px) {
.page_menu_ttl img{height: auto;width: 90%;}
.page-menu {margin: 0.2em 0 2em;}
.menu-item {width: 100%;margin-bottom: 0.6em;}
}
/******** section01 ********/
.section_01{background-color: #f3f3ed;}
.facility_mincyou{text-align: center;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-size: 1.6em;margin-bottom: 2em;}
.facility_h3{border-left: solid 5px #6a3906;font-size: 1.6em;padding-left: 0.4em;margin-bottom: 0.8em;}
ul.facility li{list-style-type:disc;font-size: 1.14em;margin-bottom: 0.6em;margin-left: 2em;}

/******** section02 ********/
.section_02{position: relative; background-color: #e4dfce;}
.section_02 img.illust{position: absolute;width: 20%;top:30px;left:50px;}
.page_title_jp{font-size: 1.8em;line-height: 1.2em;}
.page_title_jp span{display: block;font-size: 0.6em;}
/* 見出しの下に短い下線 */
.heading {
  position: relative;
  text-align: center; /* 文字の中央寄せ */
}
.heading::before {
  background-color: #bb1b2a; /* 線の色 */
  bottom: -15px; /* 線の位置 */
  content: "";
  height: 5px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 30px; /* 線の長さ */
}
.payment{position: relative;}
.payment img.illust_02{position: absolute;width: 20%;bottom:0px;right:50px;}
.text_box{padding: 3%;box-sizing: border-box;height: 350px;}
.service_h3{font-size: 1.6em;margin-bottom: 0.6em;}
.service_p{font-size: 1.14em;line-height: 1.6em; margin: 0 0 0.2em;}
.service_btn{display: block; margin-top: 1.6em;width: 80%;}
.credit_icon{width: 50%;margin: 0.4em 0 1em;}
ol li{font-size: 1.14em;line-height: 1.6em;margin-bottom: 1em;}

/******** section03 ********/
.section_03{position: relative; background-color: #f3f3ed;}

/******** section04 ********/
.section_04{position: relative; background-color: #e0eae1;}

/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_sp.webp");}
		
.facility_mincyou{text-align:left;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-size: 1.2em;}
	

.text_box{padding: 6%;box-sizing: border-box;height: auto;}
}
