@charset "utf-8";
.fv_contents h1{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 2em;
color: #5b5b5b;
font-weight: 700;
line-height: 1.3;
padding: 1em 0;
background-color: none;
}
sub,sup{
font-size: 10px;
}
.pref_map{
margin-top: .5em;
}
.item_block .inner .flex_box{
justify-content: space-between;
}
.item_block .inner .pref_map .flex_box{
justify-content: flex-start;
}
.pref_map .flex_box .temple_box{
width: 32%;
border: 1px solid #ccc;
padding: .5em;
border-radius: 6px;
margin: .5%;
}
.pref_map .flex_box .temple_box h3{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 1.3em;
color: #5b5b5b;
font-weight: 700;
line-height: 100%;
text-align: center;
margin-bottom: 5px;
}
.pref_map .flex_box .temple_box h3 span{
font-size: 65%;
color: #5b5b5b;
line-height: 100%;
}
.pref_map .flex_box .temple_box img{
width: 100%;
height: auto;
}
.pref_map .flex_box .type_box.flex_box{
justify-content: flex-start;
}
.type_box.flex_box div{
font-size: 13px;
border: 1px solid #ccc;
padding: 0 7px;
border-radius: 4px;
margin: 0 8px 5px 0;
}
.type_box.flex_box div.type_1{
border-color: #db5e81;
color: #db5e81;
}
.type_box.flex_box div.type_2{
border-color: #37beb0;
color: #37beb0;
}
.type_box.flex_box div.type_3{
border-color: #F08300;
color: #F08300;
}
.type_box.flex_box div.type_4{
border-color: #0080E9;
color: #0080E9;
}
.item_block .inner .price_box .flex_box{
justify-content: center;
}
.price_box .flex_box div{
margin: 0 1em;
padding: .5em;
}
.price_box .flex_box div.shuha{
border: 1px solid #fff;
padding: 1.25em 1em .5em;
}
.item_block .inner .flex_box.icon{
justify-content: center;
}
.flex_box.icon div{
margin: 0 1em;
padding: 0;
}
.fv_block{
background-image: url(/eitaikuyo/img/inside_fv_bg.png);
background-repeat: no-repeat;
background-position: top center;
}
.item_block{
padding: 0;
}
.item_block p{
line-height: 1.75;
}
.item_block h2 {
position: relative;
display: inline-block;
height: 50px;
line-height: 48px;
padding: 0 2rem;
box-shadow: 0px -5px #e8dfe2, 0px 5px #e8dfe2;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
background-color: #e8dfe2;
color: #353535;
font-size: 26px;
text-align: center;
width: 100%;
margin: .5em 0 .5em;
letter-spacing: 1px;
}
.item_block h2::before,
.item_block h2::after {
position: absolute;
top: -5px;
width: 0px;
height: 0px;
border-color: transparent #fff;
border-style: solid;
content: '';
}
.item_block h2::before {
left: 0;
border-width: 30px 0px 30px 10px;
}
.item_block h2::after {
right: 0;
border-width: 30px 10px 30px 0px;
}
.item_box{
border: 1px solid #ddd;
width: 49%;
padding: 1em;
text-align: center;
margin: .5em 0;
border-radius: 6px;
}
.item_box p.size{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 1.4em;
color: #5b5b5b;
font-weight: 700;
line-height: 75%;
padding-bottom: 4px;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
}
.item_box p.size span {
  font-size: 13px;
  letter-spacing: -1px;
  line-height: 100%;
}
.item_box p.txt{
font-size: 15px;
text-align: left;
}
p.price {
color: #db5e81;
font-size: 24px;
font-weight: 700;
text-align: center;
line-height: 110%;
}
p.price span.en {
font-size: 14px;
color: #db5e81;
}
span.small{
font-size: 52%;
}
.takiage_box{
margin: 2em auto 0; /* ボックスの余白 */
background-color:#fff; /* ボックス背景色 */
padding:1.5em; /* ボックス内側余白 */
position:relative; /* 配置(ここを基準に) */
border: 2px solid #e8dfe2;	/* ボックスの線 (太さ　種類　色)*/
}
.takiage_box .box-title {
background-color:#fff; /* タイトル背景色 */
font-size: 1.1em;/* タイトル文字の大きさ */
font-weight:800;
color: #666; /* タイトル文字色 */
padding: 0 10px;/*タイトルの余白*/
line-height: 1;/*タイトルの行の高さ*/
position:absolute;	/* 配置(ここを動かす) */
top: -8px; /*上から（-5px）移動*/
left: 20px; /*左から(20px)移動*/
}
ul.takiage_list{
margin: 0 0 0 2em;
}
ul.takiage_list li{
line-height: 1.65;
}
.price_box{
margin: 1.5em auto 2.5em;
padding:2em 0 1em;/*内側の余白*/
background: none;/*元のボックス背景色なし*/
border:1px solid #ccc ;/*線の太さ・種類・色*/
position: relative;/*配置（基準）*/
text-align: center;
}
.price_box:after{
background-color:#eee;/*ずらしたボックスの背景色*/
border:none;
content: '';
position: absolute;/*配置（ここを動かす）*/
top: 7px;/*上から7pxずらす*/
left: 7px;/*左から7pxずらす*/
width: 100%;
height: 100%;
z-index: -1;
}
.btn_more{
border: 1px solid #db5e81;
border-radius: 4px;
padding: 1.25em 1em;
margin: .25em 0 0;
text-align: center;
position:relative;
color: #db5e81;
}
.btn_more.long{
width: 45%;
}
.btn_more.short{
width: 90%;
margin: .5em auto;
}
.btn_more a{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
color: #db5e81;
}
.btn_more:hover{
border: 1px solid #db5e81;
background-color: #fff;
}
.normal_block{
margin: 4em 0;
border-top: 1px solid #e8dfe2;
padding: 2em 0;
}
.normal_block h2 {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
color: #3d271d;
font-size: 2.2em;
position: relative;
font-weight: 700;
padding: 1.5rem;
text-align: center;
line-height: 2.5;
}
.normal_block h2 span {
font-size: 20px;
display: block;
color: #aaa;
font-weight: 700;
}
.normal_block h2:before {
position: absolute;
bottom: 72px;
left: calc(50% - 81px);
width: 150px;
height: 5px;
content: '';
border-radius: 3px;
background: #db5e81;
}
.normal_block.faq{
margin-bottom: 1em;
}
.temple_list{
background-color: #f5f0ef;
margin: .5em 0 0 1em;
width: 49%;
border-radius: 6px;
padding: 1em;
}
.temple_list dl.area_list{
background-color: #fff;
padding: .75em .75em .25em;
border-radius: 6px;
}
.temple_list dl.area_list dt{
background-color: #e8dfe2;
border-radius: 25px;
text-align: center;
margin-bottom: 3px;
font-size: 14px;
font-weight: 700;
}
.temple_list dl.area_list dd{
margin-bottom: 6px;
font-size: 15px;
}
.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  border:1px solid #db5e81;
  margin: 0 auto;
}
.tab_item {
  width: calc(100%/2);    /*100%/4を100%/2に変更*/
  padding:15px 0;
  border-bottom: 6px solid #db5e81 ;
  background-color: #ececec;
  text-align: center;
  color: #db5e81 ;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content {  /*, #tab3:checked ~ #tab3_content , #tab4:checked ~ #tab4_contentを削除*/
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #db5e81 ;
  color: #fff;
}
.tab_content_description h3{
margin-bottom: 1.5em;
}
/*エリアページ共通*/
.shiny_btn01, .shiny_btn02 {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  padding: 1em 2em;
  background-color: #db5e81; /* 背景色 */
  box-shadow: 0 3px 0 0 #682941; /* 影の色 */
  border-radius: 10px;
  font-weight: bold; /* 文字の太さ */
  color: #fff; /* 文字の色 */
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s;
}
.shiny_btn01::before, .shiny_btn02::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 0.2s;
  animation: shiny_btn01 3s ease-in-out infinite;
}

/* マウスオーバーした際のデザイン */
.shiny_btn01:hover, .shiny_btn02:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
.shiny_btn02 {
  background-color: #37beb0; /* 背景色 */
  box-shadow: 0 3px 0 0 #257b72; /* 影の色 */
}
    /*ベース*/
    .toggle1 {
    	display: none;
    }
    .Label {		/*タイトル*/
    	padding: 1em;
    	display: block;
    	color: #fff;
    	background:#957e80;
		margin-top: 1.5em;
    }
    .Label::before{		/*タイトル横の矢印*/
    	content:"";
    	width: 6px;
    	height: 6px;
    	border-top: 2px solid #fff;
    	border-right: 2px solid #fff;
    	-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;
		font-size: 1.2em;
		letter-spacing: 1px;
    }
    .content {		/*本文*/
    	height: 0;
    	margin-bottom:10px;
    	overflow: hidden;
    }
    .toggle1:checked + .Label + .content {	/*開閉時*/
    	height: auto;
    	padding:20px 0;
    	transition: all .3s;
    }
    .toggle1:checked + .Label::before {
    	transform: rotate(-45deg) !important;
    }
@media only screen and (max-width: 810px) {
.fv_contents h1{
padding: 1em .5em;
text-align: left;
background: none;
}
.fv_block{
background-size: cover;
}

	.area_map .flex_box .map{
		display: none;
	}
	.temple_list{
		margin: 0 auto;
		width: 94%;
	}
.pref_map .flex_box .temple_box {
width: 49%;
text-align: center;
}
	.shiny_btn01, .shiny_btn02{
		padding: .5em;
	}
.flex_box.icon div {
  margin: 0 .5em;
}
.price_box .message {
  font-size: 14px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 25px;
  display: inline-block;
  padding: 0 1.5em;
  width: 94%;
}
.temple_list dl.area_list dd a{
display: inline-block;
height: 50px;
width: 22.5%;
text-align: center;
line-height: 50px;
border: 1px solid #ccc;
margin: 5px;
color: #37beb0;
}
}
@media only screen and (max-width: 480px) {
.fv_contents h1{
font-size: 1.4em;
padding: 1em .5em;
text-align: left;
background: none;
}
.item_block h2{
font-size: 19px;	
}
.temple_list {
padding: .75em;
width: 96%;
}
.pref_map .flex_box .temple_box {
width: 96%;
margin: 0 auto .5em;
text-align: center;
}
.Label, .content {
font-size: 1em;
}
p.txt {
padding: 0;
}
.price_box .message {
  font-size: 16px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 6px;
  display: inline-block;
  padding: 1em;
  text-align: left;
  width: 94%;
}
ul.takiage_list{
margin: 0;
list-style: disc;		
}
ul.takiage_list li{
margin-bottom: .5em;
line-height: 1.5;
}
.shiny_btn01, .shiny_btn02{
padding: 1em .5em;
margin: .25em 0;
}
.type_box.flex_box div{
font-size: 16px;
}
}