@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　hana　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

span.contents_bou::before {
font-feature-settings: "palt";
content: "――";
letter-spacing: -.1em;
width: 2em;
margin-right: .5em;
}


/*https://bties.co.jp/homepagenopro/html/img_layer.html*/
/* 大枠ボックス */
.layer{
  display: flex;
  justify-content: flex-start;/*center*/
  align-items: center;
  text-align: center;
  margin: 0 auto;
min-height:300px;
}

/* 背景画像の読み込み */
.layer-bg{
background: linear-gradient(to right, rgba(13, 39, 8, 1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url("../images/bg_guide.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-size: 100%;
height:inherit;
}

.layer-bgH{
background: linear-gradient(to left, rgba(13, 39, 8, 1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url("../images/bg_history.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-size: 100%;
height:inherit;
}

.layer-bgK{
background: linear-gradient(to left, rgba(13, 39, 8, 1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url("../images/bg_kisenan.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-size: 100%;
height:inherit;
}


/* 重ねる文字の基本設定 */
.layer-txt{
  font-family: 'Noto Serif JP', serif;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  color: #fff;
  letter-spacing: 0.4rem;
margin-left:1em;
}
/* SP向けの設定 */
@media screen and (max-width: 700px) {
.layer{
min-height:180px;
}
  .layer-txt{
   font-size: 1.4rem;
   padding: 2rem 0 0;
  }
}

/* PC向けの設定 */
@media screen and (min-width: 701px) {
  .layer-txt{
    font-size: 2rem;
    padding: 8rem 0 2rem;
  }
}
:root {
--section-width: 1060;
}



/*---------------------------- */

article.dl-ma {
margin:2em;
}

dl.dl-yoko {
	padding:1.2em 0 1.4em 0;
	border-bottom: 1px solid #ccc;
}


dl.dl-yoko dt {
	padding:0 0 0 0.8em;
  font-weight: bold;
}
dl.dl-yoko dd {
padding-left:0.8em;
}
@media screen and (min-width: 768px) {
dl.dl-yoko {
	padding:0.2em 0 0.4em 0;
position: relative;
  border-bottom: 1px solid #ccc;
}

dl.dl-yoko:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 27%;
  height: 1px;
  content: '';
  background: #216390;
}

dl.dl-yoko dt {
clear: left;
float: left;
width: 30%;
}
dl.dl-yoko dd { 
display: block;
margin-left:20%;
}
}

/*kisenan*/
dl.dl-yokoK {
	padding:1.2em 0 1.4em 0;
	border-bottom: 1px solid #ccc;
}


dl.dl-yokoK dt {
	padding:0 0 0 0.8em;
  font-weight: bold;
}
dl.dl-yokoK dd {
padding-left:1.8em;
}
@media screen and (min-width: 768px) {
dl.dl-yokoK {
	padding:0.2em 0 0.4em 0;
position: relative;
  border-bottom: 1px solid #ccc;
}

dl.dl-yokoK:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 47%;
  height: 1px;
  content: '';
  background: #216390;
}

dl.dl-yokoK dt {
clear: left;
float: left;
width: 60%;
}
dl.dl-yokoK dd { 
display: block;
margin-right:3%;
text-align:right;
}
}

.caution_h6 {
font-size:1rem;
font-weight:bold;
color:#ff0000;
margin:15px 0 0 5px;
padding-top:20px;
}
.caution_ul {
padding: 0 0 5px 20px;
}
.caution_ul li {
padding-bottom:1em;
font-size:0.95rem;
line-indent:1em;}

/*---------------------------- */
.guide_box {
display:flex;
}

.guide_box .guide_box_Title {
width:180px;
}

.guide_box .guide_box_Text {
flex:6;
align-self: end;
margin:0 3em 2em;
}
.guide_box .guide_box_Text p{
line-height: 1.8;
text-align: justify;
}
.guide_box .guide_box_Img {
flex:4
}

@media screen and (max-width: 992px) {
.guide_box {
        flex-direction:column
    }
.guide_box .guide_box_Title {
order:1;
width:auto;
margin-bottom:3em;
}
.guide_box .guide_box_Text{
flex-basis: auto;
order:3;
align-self: unset;
margin:0.8em;
}

.guide_box .guide_box_Img {
flex-basis: auto;
order:2;
margin:auto;
}
.guide_box .guide_box_Text p{
margin:20px;
}
}


.guide_box:nth-child(odd) {
    flex-direction: row-reverse
}

@media screen and (max-width: 992px) {
.guide_box:nth-child(odd) {
flex-direction:column
}
}


/*----------- history ----------------- */
section.history .image {
}

section.history .image .pc {
margin:0 auto;
    display: block;
}

section.history .image .sp {
    display: none;
}

@media only screen and (max-width: 768px) {
section.history .image .pc {
    display: none;
}

section.history .image .sp {
margin:0 auto;
    display: block;
}
    }
section.history .history_p {
max-width:850px;
padding:3% 2%;
margin:0 auto;
}
section.history .history_p p {
line-height: 2.2;
}

section.history figcaption {
  max-width: 300px; /* キャプションに最大幅300px指定 */
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
font-size:0.9em;
}
section.history img {
  display: block; /* widthを効かせるために必要 */
  width: 100%; /* 親要素は祖先要素の幅サイズに固定 */
  height: auto;
}


.jihou_content {
display:flex;
}

.jihou_content .guide_box_Text {
flex:6;
align-self: end;
margin:0 3em 5em;
}
.jihou_content .guide_box_Text p{
line-height: 1.8;
text-align: justify;
}
.jihou_content .guide_box_Img {
flex:4
}
.jihou_content .guide_box_Img img {
width:350px;
}
@media screen and (max-width: 992px) {
.jihou_content {
        flex-direction:column
    }
.jihou_content .guide_box_Title {
order:1;
width:auto;
margin-bottom:2em;
}
.jihou_content .guide_box_Text{
flex-basis: auto;
order:2;
align-self: unset;
margin:5em 0.8em 2em;
}

.jihou_content .guide_box_Img {
flex-basis: auto;
order:2;
margin:auto;
}
.jihou_content .guide_box_Text p{
margin:20px;
}
}


.jihou_content:nth-child(odd) {
    flex-direction: row-reverse
}

@media screen and (max-width: 992px) {
.jihou_content:nth-child(odd) {
flex-direction:column
}
}

.jihou_content .guide_box_Text h6 {
font-size:1.2rem;
font-weight:bold;
margin-bottom:15px;
}

.omamori_list ul,
.goshuin_list ul {
display:flex;
flex-wrap:wrap;
list-style: none;
}
.omamori_list li {
width:25%;
}
.goshuin_list li {
width:33.333333%;
}
@media screen and (max-width: 680px) {
.omamori_list li {
width:50%;
}
}

.omamori_list h6,
.goshuin_list h6 {
font-size:0.9rem;
text-align:center;
}
.omamori_list p,
.goshuin_list p {
font-size:0.7rem;
padding:0 10px;
}


.hidden-view{
    display: none;
}
.hidden-view.open{
    display: block;
}
.button::before{
    content: "もっと見る";
}
.hidden-view.open + .button::before{
    content: "閉じる";
}

.btn--detail {
 -webkit-appearance: none;
     -moz-appearance: none;
appearance: none;
border: 0;
  color: #fff;
  background-color: #4485d9;
padding:5px 15px;
border-radius:50px;
display:block;
margin:0 auto;
}
.btn--detail:hover {
  color: #fff;
  background: #31619f;
}


.photo ul {
display:flex;
justify-content:space-between;
 list-style: none;
}
.photo_rev ul{
flex-direction:row-reverse;
}

.photo li {
box-sizing: border-box;
margin-right:10px;
}
.photo li:nth-of-type(2n) {
margin-top:60px ;
}

@media screen and (max-width: 680px) {
.photo li {
margin-right:3px;
}
.photo li:nth-of-type(2n) {
margin-top:0;
}
}

.kisenan_p {
line-height:3.0;
text-align:center;
margin:100px 0 150px;
}


/*====information.html===*/
.info_tag {
	background-color:#333;
color:#FFF;
	display: inline-block;
	font-size: 14px;
	margin-left: 15px;
	margin-top: -2px;
	margin-right:0.8em;
	padding: 1px 15px;
	min-width: 90px;
	text-align: center;
}



.map_in_info {
display:flex;
flex-flow:row wrap;}