@charset "utf-8";

/*-------------------------------------------------------------------
　page_head  pageVisual
-------------------------------------------------------------------*/
.pageVisual{
	width:100%;
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	position: relative;
}

/*-- 黒背景透過 --------------------
.pageVisual::before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#000;
  opacity:0.3;
}
--------------------------*/

.pageVisual h2{
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	z-index: 5;
	text-shadow:
				 0 0 8px #000,
				 0 0 8px #000,
				 0 0 8px #000;
}

.about_bg{background: url("../images/about_bg.jpg") no-repeat top center / cover;}
.ossuary_bg{background: url("../images/ossuary_bg.jpg") no-repeat top center / cover;}
.access_bg{background: url("../images/access_bg.jpg") no-repeat top center / cover;}
.eitai_bg{background: url("../images/eitai_bg.jpg") no-repeat top center / cover;}
.schedule_bg{background: url("../images/schedule_bg.jpg") no-repeat top center / cover;}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.pageVisual{
	width:100%;
	height: 450px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.pageVisual{
	height: 400px;
}

.pageVisual h2{font-size: 45px;}
.pageVisual h2 span{font-size: 25px;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.pageVisual{
	height: 280px;
}

.pageVisual h2{font-size: 35px;}

.pageVisual h2 span{
	font-size: 20px;
	margin-top: -10px;
}
}


/*-------------------------------------------------------------------
　subVisual
-------------------------------------------------------------------*/
.subVisual{
	width: 100%;
	height: 500px;	
	margin: 150px 0 70px 0;
}

.subVisual_mg0{
	width: 100%;
	height: 500px;	
	margin: 0 0 70px 0;
}

.facility_subBg{background: url("../images/facility_bg.jpg") no-repeat center center / cover;}
.history_subBg{background: url("../images/history_bg.jpg") no-repeat center center / cover;}
.ossuary_subBg{background: url("../images/ossuary_sub_bg.jpg") no-repeat center center / cover;}
.memorial_subBg{background: url("../images/memorial_sub_bg.jpg") no-repeat center center / cover;}


/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.subVisual{
	height: 500px;
	margin: 120px 0 50px 0;
}

.subVisual_mg0{
	height: 500px;	
	margin: 0 0 50px 0;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.subVisual{
	height: 500px;
	margin: 100px 0 50px 0;
}

.subVisual_mg0{
	height: 500px;	
	margin: 0 0 50px 0;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.subVisual{
	height: 350px;
	margin: 80px 0 50px 0;
}

.subVisual_mg0{
	height: 350px;
	margin: 0 0 50px 0;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.subVisual{
	height: 260px;
	margin: 60px 0 50px 0;
}

.subVisual_mg0{
	height: 260px;
	margin: 0 0 50px 0;
}
}


/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
.content{
	width: 1300px;
	margin: 150px auto 0;
}

.content:last-child{
	margin: 150px auto;
}

.content_mg0{
	width: 1300px;
	margin: 0 auto;
}

.content_mg0:last-child{
	margin: 0 auto 150px;
}

.bg_wrap{
	width: 100%;
	padding: 150px 0;
	background: url("../images/green_bg.jpg") repeat top center / contain;
}

.main_tx,
.main_tx2{
	width: 1000px;
	margin: 0 auto;
}

.MG-T20{margin-top: 20px;}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
.content{
	width: 90%;
	margin: 150px auto 0;
}

.content_mg0{width: 90%;}
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.content{
	width: 90%;
	margin: 120px auto 0;
}

.content_mg0{
	width: 90%;
	margin: 0 auto;
}

.content_mg0:last-child{
	margin: 0 auto 120px;
}

.bg_wrap{padding: 120px 0;}
.main_tx{width: 100%;}
.main_tx2{width: 90%;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.content{
	width: 90%;
	margin: 100px auto 0;
}

.content_mg0{
	width: 90%;
	margin: 0 auto;
}

.content_mg0:last-child{
	margin: 0 auto 100px;
}

.bg_wrap{
	padding: 100px 0;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.content{
	width: 85%;
	margin: 80px auto 0;
}

.content:last-child{
	margin: 120px auto;
}

.content_mg0{
	width: 85%;
	margin: 0 auto;
}

.content_mg0:last-child{
	margin: 0 auto 80px;
}

.bg_wrap{
	width: 100%;
	padding: 80px 0;
}

.main_tx2{width: 85%;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.content{
	width: 85%;
	margin: 60px auto 0;
}

.content:last-child{
	margin: 60px auto;
}

.content_mg0{
	width: 85%;
	margin: 0 auto;
}

.content_mg0:last-child{
	margin: 0 auto 60px;
}

.bg_wrap{
	width: 100%;
	padding: 60px 0;
}
}


/*-------------------------------------------------------------------
　title
-------------------------------------------------------------------*/
.main_tit{
	font-size: 35px;
	font-weight: bold;
	color: #24412B;
	text-align: center;
	margin-bottom: 25px;
}

.tit_L{text-align: left;}

.band_Tit{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #24412B;
	background: #EEF4EC;
	padding: 5px 10px;
	margin-bottom: 25px;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.main_tit{
	font-size: 35px;
	margin-bottom: 25px;
}

.tit_L{text-align: center;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.main_tit{
	font-size: 30px;
	margin-bottom: 25px;
	line-height: 1.5;
}

.band_Tit{
	font-size: 30px;
	padding: 5px 10px;
	margin-bottom: 25px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.main_tit{
	font-size: 25px;
	margin-bottom: 25px;
}

.band_Tit{
	font-size: 25px;
	padding: 5px 10px;
	margin-bottom: 25px;
	line-height: 1.5;
}
}


/*-------------------------------------------------------------------
　法栄寺について　about.html
-------------------------------------------------------------------*/
#gree{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#gree_ph{width: 600px;}
#gree_det{width: 620px;}

.nameBox{
	color: #24412B;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.5;
}

.nameBox h4{font-size: 35px;}

.nameBox h4 span{
	font-size:22px;
	margin-left: 20px;
}

.facility_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: top;
	margin-top: 70px;
	border:0px solid red;
}

.facility_Box{
	width: 31%;
	box-sizing: border-box;
	border:0px solid #000;
	line-height: 1.8;
}

.facility_Box:not(:nth-child(3n+3)) {
  margin-right: 3.5%;
}

.facility_Box:nth-child(n+4) {
  margin-top: 70px;
}

.facility_Box h4{
	font-size: 25px;
	font-weight: bold;
	color: #24412B;
	text-align: center;
	margin-bottom: 10px;
}

.facility_Box img{
	margin-bottom: 15px;
}

/*-- あゆみ table ------*/
.history_TB {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-top: 40px;
}

.history_TB th {
	width: 300px;
	font-weight: bold;
	padding: 20px 15px 20px 20px;
	border-width: 1px 0px 1px 0px;
	border-style: solid dotted solid solid;
	border-color: #CCCCCC;
	text-align: left;
	color: #24412B;
}

.history_TB td {
	padding: 20px 15px 20px 0px;
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color: #CCCCCC;
	text-align:left;
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
#gree_ph{width: 50%;}
#gree_det{width: 45%;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#gree{flex-direction: column;}
#gree_ph{width: 100%;margin-bottom: 50px;}
#gree_det{width: 100%;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.nameBox h4{font-size: 30px;}
.nameBox h4 span{font-size:22px;}

.facility_wrap{margin-top: 50px;}
.facility_Box{width: 48%;}

.facility_Box:not(:nth-child(3n+3)) {margin-right: 0%;}
.facility_Box:not(:nth-child(2n+2)) {margin-right: 4%;}

.facility_Box:nth-child(n+4) {margin-top: 0;}
.facility_Box:nth-child(n+3) {margin-top: 50px;}

.facility_Box h4{
	font-size: 22px;
	margin-bottom: 5px;
}

/*-- あゆみ table ------*/
.history_TB {
	margin-top: 40px;
	border-width: 0;
}

.history_TB th {
	display: block;
	width: 100%;
	padding: 15px 15px 0 15px;
	border-width: 1px 0px 0px 0px;
}

.history_TB td {
	display: block;
	font-size: 18px;
	padding: 0px 15px 15px 15px;
	border-width:0px 0px 0px 0px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#gree_ph{margin-bottom: 30px;}
.nameBox h4{font-size: 25px;}
.nameBox h4 span{font-size:16px;}

.facility_wrap{
	flex-direction: column;
	margin-top: 50px;
}

.facility_Box{
	width: 100%;
	margin-bottom: 50px;
}

.facility_Box:not(:nth-child(2n+2)) {margin-right: 0;}
.facility_Box:nth-child(n+3) {margin-top: 0;}
.facility_Box:last-child{margin-bottom: 0;}

.facility_Box h4{
	font-size: 20px;
}
}


/*-------------------------------------------------------------------
　納骨堂　ossuary.html
-------------------------------------------------------------------*/
.ossuary_ph{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	margin-bottom: 150px;
}

.ossuary_ph p{
	width: 48%;
}

.ossuary_reco_wrap{
	overflow: hidden;
	margin-top: 150px;
	position: relative;
	padding-top: 150px;
}

.ossuary_reco_wrap::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 55%;
  background: url("../images/green_bg.jpg") repeat top center / contain;
  z-index: -1;
}

.ossuary_recoBox{
	display: flex;
  justify-content: space-between;
	align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}

.ossuary_reco_ph{
  width: 40%;
}

.ossuary_reco_det{
	width: 52%;
}

/*左側へ要素を広げる（2カラム）*/
.ossuary_outside_left{
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 5%;
}

.ossuary_reco_det ul{
	margin-left: 35px;
	padding: 0;
}

.ossuary_reco_det ul li{
	list-style-type: disc;
}

.ossuary_info{
	width: 1300px;
	margin: 0 auto 150px;
}

.ossuary_info ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: top;
	margin-top: 50px;
	border:0px solid red;
}

.ossuary_info ul li{
	width: 23.5%;
}

.ossuary_info ul li:not(:nth-child(4n+4)) {
  margin-right: 2%;
}

.ossuary_info ul li:nth-child(n+5) {
  margin-top: 30px;
}

.ossuary_info ul li h4{
	font-size: 25px;
	font-weight: bold;
	color: #24412B;
	text-align: center;
	margin-top: 20px;
	line-height: 1.5;
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
.ossuary_recoBox{
  max-width: 90%;
}

.ossuary_info{
	width: 90%;
}
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.ossuary_ph{
	margin-bottom: 120px;
}

.ossuary_reco_wrap{
	margin-top: 120px;
	padding-top: 120px;
}

.ossuary_recoBox{
  max-width: 90%;
}

.ossuary_reco_ph{width: 35%;}
.ossuary_reco_det{width: 57%;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.ossuary_ph{
	margin-bottom: 100px;
}

.ossuary_reco_wrap{
	margin-top: 100px;
	padding-top: 100px;
}

.ossuary_reco_wrap::after {
  width: 100%;
  height: 55%;
}

.ossuary_reco_wrap{
	margin-top: 100px;
}

.ossuary_recoBox{
  max-width: 90%;
	flex-direction: column;
}

.ossuary_reco_ph{
  width: 100%;
	margin-bottom: 50px;
}

.ossuary_reco_det{
	width: 100%;
}

/*左側へ要素を広げる（2カラム）*/
.ossuary_outside_left{
	margin-right: -5%;
}

.ossuary_reco_det ul{
	width: 300px;
	margin: 0 auto;
}

.ossuary_info{
	margin: 0 auto 100px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.ossuary_reco_wrap::after {
  width: 100%;
  height: 85%;
}

.ossuary_ph{
	margin-top: 50px;
	margin-bottom: 80px;
}

.ossuary_reco_wrap{
	margin-top: 80px;
	padding-top: 80px;
}

.ossuary_reco_wrap::after {
  width: 100%;
  height: 70%;
}

.ossuary_recoBox{
  max-width: 85%;
}

.ossuary_reco_det ul{
	width: 270px;
}

/*左側へ要素を広げる（2カラム）*/
.ossuary_outside_left{
	margin-right: -10%;
}

.ossuary_info{
	width: 85%;
	margin: 0 auto 80px;
}

.ossuary_info ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: top;
	margin-top: 50px;
	border:0px solid red;
}

.ossuary_info ul li{
	width: 48%;
}

.ossuary_info ul li:not(:nth-child(4n+4)) {margin-right: 0%;}
.ossuary_info ul li:not(:nth-child(2n+2)) {margin-right: 4%;}
.ossuary_info ul li:nth-child(n+3) {margin-top: 50px;}

.ossuary_info ul li h4{
	font-size: 22px;
	margin-top: 20px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.ossuary_ph{
	flex-direction: column;
	margin-bottom: 60px;
}

.ossuary_ph p{
	width: 100%;
	margin-bottom: 50px;
}

.ossuary_ph p:last-child{margin-bottom: 0;}

.ossuary_reco_wrap{
	margin-top: 60px;
	padding-top: 60px;
}

.ossuary_reco_wrap::after {
  width: 100%;
  height: 85%;
}

.ossuary_recoBox{
  max-width: 85%;
}

.ossuary_reco_ph{
	margin-bottom: 30px;
}

.ossuary_reco_det ul{
	width: 90%;
	margin-left: 25px;
}

.ossuary_info{
	width: 85%;
	margin: 0 auto 60px;
}

.ossuary_info ul{
	margin-top: 40px;
	border:0px solid red;
}

.ossuary_info ul li{
	width: 100%;
	margin-bottom: 30px;
}

.ossuary_info ul li:not(:nth-child(2n+2)) {margin-right: 0%;}
.ossuary_info ul li:nth-child(n+3) {margin-top: 0;}
.ossuary_info ul li:last-child{margin-bottom: 0;}
.ossuary_info ul li h4{
	font-size: 20px;
	margin-top: 20px;
}
}


/*-------------------------------------------------------------------
　永代納骨　eitai.html
-------------------------------------------------------------------*/
.eitai_wrap{
	overflow: hidden;
	position: relative;
	border:0px solid #000;
	margin-bottom: -150px;
}

.eitai_wrap::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 70%;
  background: url("../images/green_bg.jpg") repeat top center / contain;
  z-index: -1;
}

#eitai_ph_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.eitai_phBox{
	width: 31%;
}

#eitai_info{
	width: 1000px;
	margin: 0 auto;
	margin-top: 70px;
}

#eitai_info ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#eitai_info ul li{
	width: 30%;
	font-size: 25px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #24412B;
	padding: 15px 0;
	border-radius: 10px;
}

#eitaikyo{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#eitaikyo_ph{width: 600px;}
#eitaikyo_det{width: 620px;}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
#eitaikyo_ph{width: 50%;}
#eitaikyo_det{width: 45%;}
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.eitai_wrap::after {
  width: 100%;
  height: 65%;
}

#eitai_ph_wrap{
	margin-top: -50px;
}

#eitai_info{
	width: 100%;
	margin-top: 70px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.eitai_wrap::after {
  width: 100%;
  height: 65%;
}

#eitaikyo{flex-direction: column;}
#eitaikyo_ph{width: 100%;margin-bottom: 50px;}
#eitaikyo_det{width: 100%;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.eitai_wrap{
	margin-bottom: -120px;
}

.eitai_wrap::after {
  width: 100%;
  height: 75%;
}

#eitai_ph_wrap{
	flex-direction: column;
}

.eitai_phBox{
	width: 100%;
	margin-bottom: 50px;
}

.eitai_phBox:last-child{margin-bottom: 0;}

#eitai_info ul{
	flex-direction: column;
}

#eitai_info ul li{
	width: 100%;
	font-size: 22px;
	padding: 15px 0;
	margin-bottom: 30px;
}

#eitai_info ul li:last-child{margin-bottom: 0;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.eitai_wrap{
	margin-bottom: -50px;
}

.eitai_wrap::after {
  width: 100%;
  height: 75%;
}

#eitai_ph_wrap{
	margin-top: 0px;
}

.eitai_phBox{
	width: 100%;
	margin-bottom: 30px;
}

#eitai_info{
	margin-top: 50px;
}

#eitai_info ul li{
	width: 100%;
	font-size: 20px;
	padding: 15px 0;
	margin-bottom: 30px;
}

#eitaikyo_ph{margin-bottom: 30px;}
}


/*-------------------------------------------------------------------
　法事　memorial.html
-------------------------------------------------------------------*/
#memorial_main{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}

#flower{width: 450px;}
#memorial_mainTx{width: 850px;}

.memorial_info{
	width: 100%;
 	margin-bottom: 80px;
	padding-bottom: 60px;
}

#memorial_list{
	width: 100%;
}

#memorial_list ul{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

#memorial_list ul li{
	width: 30%;
	list-style-type: disc;
	list-style-position: inside;
	border-bottom: 1px dashed #CCCCCC;
}

#flow_wrap{
	width: 1300px;
	margin: 150px auto 0;
	padding: 80px 0 110px;
	background: #EEF4EC;
	box-sizing: border-box;
}

.flow_Box{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	border-top: 1px dashed #707070;
	padding: 30px;
	box-sizing: border-box;
}

.flow_Box:last-child{
	border-bottom: 1px dashed #707070;
}

.number{
  font-size: 50px;
  color: #24412B;
	font-weight: bold;
	margin-right: 50px;
}

#dinner{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

.dinner_ph{width: 550px;}
.dinner_tx{width: 680px;}

.kaiki_TB {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-top: 50px;
}

.kaiki_TB th {
	font-size: 22px;
	font-weight: bold;
	padding: 8px 15px 8px 20px;
	border-width: 1px 1px 1px 0px;
	border-style: solid solid solid solid;
	border-color: #CCCCCC;
	text-align: center;
	background: #F1F1F1;
}

.kaiki_TB th:last-child{border-width: 1px 0px 1px 0px;}

.kaiki_TB td {
	padding: 8px 15px 8px 0px;
	border-width:1px 1px 1px 0px;
	border-style:solid;
	border-color: #CCCCCC;
	text-align:center;
}

.kaiki_TB td:last-child{border-width: 1px 0px 1px 0px;}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
#flower{width: 42%;}
#memorial_mainTx{width: 53%;}

#flow_wrap{
	width: 90%;
	margin: 150px auto 0;
	padding: 80px 0 110px;
}

.dinner_ph{width: 40%;}
.dinner_tx{width: 55%;}
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
#memorial_list ul li{
	width: 31.5%;
	list-style-type: disc;
	list-style-position: inside;
	border-bottom: 1px dashed #CCCCCC;
}

#flow_wrap{
	width: 90%;
	margin: 120px auto 0;
	padding: 50px 0 80px;
}

.flow_Box{
	width: 90%;
	padding: 30px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#flower{width: 45%;}
#memorial_mainTx{width: 50%;}

#memorial_list ul{
	flex-direction: column;
	margin-top: 50px;
}

#memorial_list ul li{
	width: 100%;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#memorial_main{
	flex-direction: column;
	background: url("../images/flower_bg.jpg") no-repeat center center / contain;
}

#flower{width: 100%;display: none;}
#memorial_mainTx{width: 100%;}

#memorial_list ul{
	margin-top: 20px;
}

#memorial_list ul li{
	width: 100%;
	padding: 8px 0;
}

#flow_wrap{
	width: 90%;
	margin: 100px auto 0;
	padding: 30px 0 60px;
}

.flow_Box{
	width: 90%;
	padding: 30px;
}

#dinner{
	width: 100%;
	flex-direction: column;
}

.dinner_ph{width: 100%;margin-bottom: 50px;}
.dinner_tx{width: 100%;}

.kaiki_TB th {
	font-size: 20px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#flow_wrap{
	width: 90%;
	margin: 80px auto 0;
	padding: 30px 0 60px;
}

.flow_Box{
	width: 90%;
	padding: 20px;
}

.number{
  font-size: 30px;
	margin-right: 20px;
}

.dinner_ph{margin-bottom: 30px;}

.kaiki_TB {
	margin-top: 20px;
}

.kaiki_TB th {
	font-size: 18px;
	padding: 8px 10px 8px 10px;
	border-width: 1px 1px 1px 0px;
	border-style: solid solid solid solid;
	border-color: #CCCCCC;
	text-align: center;
}

.kaiki_TB td {
	padding: 8px 10px 8px 10px;
	text-align:left;
}
}


/*-------------------------------------------------------------------
　年間行事　schedule.html
-------------------------------------------------------------------*/
.scheduleTB {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}

.scheduleTB th {
	width: 300px;
	padding: 20px 15px 20px 50px;
	border-width: 1px 0px 1px 0px;
	border-style: solid dotted solid solid;
	border-color: #CCCCCC;
	text-align: left;
	background: #EEF4EC;
}

.scheduleTB td {
	padding: 20px 15px 20px 50px;
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color: #CCCCCC;
	text-align:left;
}

.scheduleTB td span{
	font-size: 18px;
	margin-left: 30px;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.scheduleTB th {
	width: 300px;
	padding: 20px 15px 20px 30px;
}

.scheduleTB td {
	padding: 20px 15px 20px 30px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.scheduleTB th {
	width: 170px;
	padding: 20px 10px 20px 15px;
}

.scheduleTB td {
	padding: 20px 10px 20px 15px;
}

.scheduleTB td span{
	display: block;
	font-size: 18px;
	margin-left: 0;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.scheduleTB th {
	width: 110px;
	padding: 20px 10px 20px 15px;
}
}


/*-------------------------------------------------------------------
　アクセス　access.html
-------------------------------------------------------------------*/
.accessMap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 45%;
}

.accessMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.comTB_TB {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}

.comTB_TB th {
	width: 300px;
	font-size: 25px;
	font-weight: bold;
	padding: 20px 15px 20px 20px;
	border-width: 1px 0px 1px 0px;
	border-style: solid dotted solid solid;
	border-color: #CCCCCC;
	text-align: left;
	color: #24412B;
}

.comTB_TB td {
	padding: 20px 15px 20px 0px;
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color: #CCCCCC;
	text-align:left;
}

.comTB_TB td h4{
	font-size: 25px;
	font-weight: normal;
}

.comTB_TB td h4 span{font-size: 20px;}

.road_heating_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 100px 0 0;
}

.heating_map{
	width: 500px;
	border: 5px solid #EEE;
	box-sizing: border-box;
}

.heating_det{
	width: 750px;
}

.heating_det h3{
	font-size: 35px;
	font-weight: bold;
	color: #24412B;
	line-height: 1.3;
	margin-bottom: 35px;
}

.heating_det h4{
	font-size: 25px;
	font-weight: bold;
	color: #24412B;
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
.heating_map{width: 40%;}
.heating_det{width: 55%;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.heating_map{width: 45%;}
.heating_det{width: 50%;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.accessMap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 70%;
}

.comTB_TB {
	border-width: 0;
}

.comTB_TB th {
	display: block;
	width: 100%;
	font-size: 22px;
	background: #24412B;
	color: #FFF;
	text-align: center;
	padding: 10px 15px 10px 15px;
	border-width: 0px 0px 0px 0px;
}

.comTB_TB td {
	display: block;
	font-size: 18px;
	padding: 25px 15px 25px 15px;
	border-width:0px 0px 0px 0px;
}

.comTB_TB td h4{font-size: 22px;}
.comTB_TB td h4 span{font-size: 20px;}

.road_heating_box{
	flex-direction: column-reverse;
	margin: 80px 0 0;
}

.heating_map{width: 100%;}
.heating_det{width: 100%; margin-bottom: 50px;}

.heating_det h3{
	font-size: 30px;
	margin-bottom: 35px;
}

.heating_det h4{
	font-size: 22px;
	font-weight: bold;
	color: #24412B;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.accessMap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 80%;
}

.comTB_TB th {
	font-size: 20px;
}

.comTB_TB td h4{font-size: 20px;}
.comTB_TB td h4 span{font-size: 20px;}

.road_heating_box{
	margin: 60px 0 0;
}

.heating_det{margin-bottom: 35px;}

.heating_det h3{
	font-size: 25px;
	margin-bottom: 25px;
}

.heating_det h4{
	font-size: 20px;
}
}


/*-------------------------------------------------------------------
　お問い合わせ
-------------------------------------------------------------------*/
#contBox{
	width: 1000px;
	margin: 100px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-width: 1px 0;
	border-style: dashed;
	border-color: #24412B;
	padding: 15px 0;
	color: #24412B;
}

.cont_mi{
	font-size: 30px;
	margin-right: 50px;
}

.tel{
	font-size: 45px;
	font-weight: bold;
}

.tel span{font-size: 30px;}
.tel a{color: #24412B;}

.contTx{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.thanksTB {
	width: 1000px;
	border: 1px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
	margin:60px auto 0;
	box-sizing: border-box;
}

.thanksTB th {
	width: 240px;
	font-weight: bold;
	padding: 15px 15px 15px 50px;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #CCC;
	background: #EEF4EC;
	text-align: left;
	box-sizing: border-box;
}

.thanksTB td {
	padding: 15px 20px 15px 50px;
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color: #CCC;
	text-align:left;
	box-sizing: border-box;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
#contBox{
	width: 100%;
}

.thanksTB {
	width: 100%;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.cont_mi{
	font-size: 28px;
	margin-right: 20px;
}

.tel{font-size: 40px;}
.tel span{font-size: 30px;}

.contTx{
	width: 100%;
	text-align: left;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#contBox{
	flex-direction: column;
	margin: 70px auto;
	padding: 15px 0;
}

.cont_mi{
	font-size: 28px;
	margin-right: 0;
}

.thanksTB {
	border-width: 0px 0px 1px 0px;
}

.thanksTB th {
	display: block;
	width: 100%;
	border-width: 1px 0px 0px 0px;
	padding: 15px 15px 15px 20px;
}

.thanksTB td {
	display: block;
	padding: 15px 20px 15px 20px;
	border-width: 1px 0px 0px 0px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#contBox{
	margin: 50px auto;
	padding: 15px 0;
}

.cont_mi{font-size: 22px;}
.tel{font-size: 30px;}
.tel span{font-size: 20px;}
}




