@charset "utf-8";

/*=====================
  location
=====================*/

/*  contentWrap
=====================*/

.page_ttl {
  font-size: 34px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-top:8px solid #3B564C;
  /* background: #3B564C; */
  background: url("../img/mv.jpg") center center no-repeat;
  background-size: cover;
  /* padding: 3.0em 0 6.0em; */
  padding: 28% 0 32%;
  text-align: center;
  position: relative;
}
.page_ttl .p1 {
  width:30%;
  /* font-family: 'Arial', 'メイリオ', serif;
  font-size: 0.53em; */
  font-family: 'Cinzel', serif !important;
  font-size: 1.5em;
  letter-spacing: 2px;
  line-height: 0.6;
  transform: rotate(0.28deg);
  color: #3b564c;
  /* text-shadow: 0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF; */
  border-bottom:1px solid #3b564c;

  margin: 0 auto;
}
.page_ttl .p_cap {
  font-size: 0.53em;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #fff;

  position:absolute;
  bottom:5px;
  right:5px;
}


/* common */
.f-50{font-size: 50%;}
.f-70{font-size: 70%;}
.f-120{font-size: 120%;}
.f-130{font-size: 130%;}
.f-150{font-size: 150%;}
.f-180{font-size: 180%;}
.f-200{font-size: 200%;}
.f-220{font-size: 220%;}
.f-250{font-size: 250%;}
.f-280{font-size: 280%;}

.space { height:1.8em; }

figure { position: relative;}

.caption {
  font-size: clamp( 13px, calc( 7.666666666666667px + 0.6944444444444444vw ), 16px );
  line-height: 1.1;
  letter-spacing: 0.06em;
  margin-top: 5px;
  text-align: center;
}

.ttl {
  width:600px;
  border-bottom:1px solid #3B564C;
  padding: 50px 0 15px;
  margin: 0 auto 30px;
  text-align: center;
}
.ttl img {
  max-height:25px;
}


.title_Box {
  padding: 0 0 3%;
  text-align:center;
}

.title_Box p {
  font-size: clamp( 13px, calc( 7.666666666666667px + 0.6944444444444444vw ), 16px );
  line-height: 2.0;
  letter-spacing: 0.12em;
}
.title_Box p.sub_ttl {
  font-size: clamp( 16px, calc( 5.333333333333334px + 1.3888888888888888vw ), 22px );
  line-height: 2.0;
  letter-spacing: 0.12em;
  font-family: 'EB Garamond', serif!important;
  font-style: normal;
  transform: rotate(0.28deg);
  margin: 0 auto 1%;
}
.title_Box p.copy {
  font-size: clamp( 18px, calc( -10.444444444444443px + 3.7037037037037033vw ), 34px );
  line-height: 2.0;
  letter-spacing: 0.12em;
  margin: 0 auto 3%;
}


.column_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column_2 li,
.column_2 div,
.column_2 figure {
  width:48.5%;
  margin-bottom: 20px;
}

.column_3 {
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
}
.column_3 li {
  width: calc((100% - 6%) / 3);
  margin-bottom: 20px;
  padding: 0 15px;
}

/* kobetsu */
.location_Wrap {
  padding: 5% 0;
  color:#231815;
}

.season_Area {
  padding: 0 0 5%;
}

.season_Area .content_box {
position: relative;
display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 1200px;
padding: 50px 0;
overflow:hidden;
}
.season_Area .content_box.right {
justify-content: flex-end;
margin: 0 0 0 auto;
}
.season_Area .content_box.left {
justify-content: flex-start;
margin: 0 auto 0 0;
}

.season_Area .content_box.right .copy_img {
position: absolute;
top:0%;
left:1.5%;
width: 16%;
z-index:1;
}
.season_Area .content_box.left .copy_img {
position: absolute;
top:0%;
right:0%;
width: 16%;
z-index:1;
}
.season_Area .content_box .main_img{
width: 85%;
}
.season_Area .content_box .cap_txt:nth-of-type(2) {
  bottom: -1.3em;
}


.culture_Area {
  background: #f4f2ed;
  padding: 5% 0;
}

.culture_List {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.culture_List li {
  width: calc((100% - 6%) / 3);
  margin-bottom: 40px;
  padding: 0 0;
  position: relative;
}
.culture_List li .min {
  position:absolute;
  top:10px;
  right:10px;
  max-width: 80px;
  width:94%;
  z-index:1;
}

.culture_List li .txt_box {
  background: #3b554b;
  padding: 20px 20px;
  color:#FFF;
}
.culture_List li .txt_box h3 {
  text-align:center;
  font-size: clamp( 15px, calc( 9.666666666666668px + 0.6944444444444444vw ), 18px );
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
.culture_List li .txt_box p {
  font-size: clamp( 13px, calc( 11.222222222222221px + 0.23148148148148145vw ), 14px );
  line-height: 1.6;
  letter-spacing: 0.06em;
}


.location_Area {
  padding: 5% 0;
}
.location_List {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.location_List li {
  width: calc((100% - 6%) / 3);
  margin-bottom: 40px;
  padding: 0 0;
  position: relative;
}
.location_List li .min {
  position:absolute;
  top:10px;
  right:10px;
  max-width: 80px;
  width:94%;
  z-index:1;
}

.location_Area .map {
  padding: 50px 0 0;
  max-width: 1320px;
  width: 96%;
}


.lifedata_Area {
  padding: 0 0 5%;
}
.lifedata_Area .title_Box {
  padding-bottom: 1%;
}
.life-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 96%;
  max-width: 1460px;
  margin: 0 auto;
}
.life-column {
  display: flex;
  flex-direction: column;
}
.life-section {
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 8px;
  align-items: stretch;
  font-size: min(0.7vw, 11px);
}
.life-column .life-section:not(:first-of-type) {
  margin-top: 20px;
}
.life-column .life-section.life-section--bank {
  margin-top: 10px;
}
.section-label {
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25em;
}
.section-label-inner {
  text-orientation: mixed;
  text-align: center;
}
.section-label-inner span {
  display: block;
  color: #fff;
}
.section-label-en {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.section-label-ja {
  font-size: 10px;
}
.section-label--shopping  { background: #d17a91; }
.section-label--medical   { background: #d4ab44; }
.section-label--education { background: #68a9cf; }
.section-label--public    { background: #86ae59; }
.section-label--park      { background: #86ae59; }
.section-label--bank      { background: #86ae59; }
.section-label--access { background: #596f9f; }

/* 右側のリスト部分 */
.section-body {
}
.section-body--shopping { line-height: 1.54731458; }
.section-body--medical { line-height: 1.33631714; }
.section-body--education { line-height: 1.40792839; }
.section-body--public { line-height: 1.41943734; }
.section-body--park { line-height: 1.38107417; }
.section-body--bank { line-height: 1.33631714; }
.section-body--access { line-height: 1.40792839; }

.life-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.life-item {
  display: flex;
  align-items: baseline;
}
.life-no {
  color: #fff;
  width: 1.35em;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50vh;
  align-self: center;
  position: relative;
  font-size: 0.7em;
}
.life-no span {
  display: block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.section-body--shopping .life-no { background: #d17a91; }
.section-body--medical .life-no { background: #d4ab44; }
.section-body--education .life-no { background: #68a9cf; }
.section-body--public .life-no { background: #86ae59; }
.section-body--park .life-no { background: #86ae59; }
.section-body--bank .life-no { background: #86ae59; }
.section-body--access .life-no { background: #596f9f; }

.life-name {
  white-space: nowrap;
}
.life-dots {
  flex: 1;
  border-bottom: 1px dotted #000;
  margin: 0 4px;
  transform: translateY(-3px); /* 文字と線の高さを微調整 */
}
.life-info-time {
  white-space: nowrap;
}
.life-info-time::before {
  content: "徒歩"
}
.life-info-time.car::before {
  content: "車"
}
.life-info-time::after {
  content: "分";
}
.life-info-kyori {
  white-space: nowrap;
  margin: 0 -0.5em;
}
.life-info-kyori::before {
  content: "（約"
}
.life-info-kyori::after {
  content: "m）";
}
.note {
  font-size: 10px;
  margin-top: 10px;
  line-height: 1.19981326;
}

.ls-1 { letter-spacing: -0.1em; }

.captionArea {
    padding: 20px 0 100px;
}



/*-----------------------------
調整
-----------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1400px) {



}

/*-----------------------------
tab横のみ
-----------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {


}


/*-----------------------------
tab
-----------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px)  {



}

@media only screen and (min-width: 768px) and (max-width: 900px)  {


}



@media only screen and (max-width: 1023px) {
  .life-grid {
    display: none;
  }

  .life-data { display: block; }
  .life-section {
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    gap: 5px;
  }
  .life-column .life-section:not(:first-of-type) {
    margin-top: 20px!important;
  }
  .section-label {
    display: block;
    padding: 0.4em 1em 0.25em;
  }
  .section-label-inner {
    display: flex;
    justify-content: space-between;
  }

  .section-body {
    line-height: 1.4!important;
  }

  .note {
    width: 94%;
    margin: 10px auto 0;
  }

}

/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {

  .page_ttl {
    font-size: 25px;
    /* padding: 2.5em 0 4.0em; */
    padding: 20% 0 35%;
    background: url("../img/mv.jpg") center center no-repeat;
    background-size: cover;
  }
  .page_ttl .p1 {
    width:45%;
    font-size: 1.2em;
    letter-spacing: 2px;
  }


  /* common */

  .space { height:0em; }

  .caption {
    font-size: 11px;
    line-height: 1.1;
    letter-spacing: 0.06em;
    margin-top: 5px;
  }

  .ttl {
    width:94%;
    padding: 30px 0 15px;
    margin: 0 auto 20px;
  }
  .ttl img {
    max-height:20px;
  }

  .title_Box {
    padding: 0 0 3%;
  }


  .column_2 {
  }
  .column_2 li {
    width:100%;
    margin-bottom: 20px;
  }

  .column_3 {
    justify-content:center;
    flex-wrap: wrap;
  }
  .column_3 li {
    width: 100%;
    margin-bottom: 0px;
    padding: 15px 0;
  }
  /* ul.column_3 li + li {
    border-left: none;
    border-top: 1px solid #231815;
  } */


  /* kobetsu */
  .location_Wrap {
    padding: 5% 0;
  }

  .season_Area {
    padding: 0 0 5%;
  }

  .season_Area .content_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
  overflow:hidden;
  }
  .season_Area .content_box.right {
  justify-content: flex-end;
  margin: 0 0 0 auto;
  }
  .season_Area .content_box.left {
  justify-content: flex-start;
  margin: 0 auto 0 0;
  }

  .season_Area .content_box.right .copy_img {
  position: static;
  top:3%;
  left:1.5%;
  width: 100%;
  z-index:1;
  order: 1;
  padding: 0 5% 15px;
  text-align: center;
  }
  .season_Area .content_box.left .copy_img {
  position: static;
  top:3%;
  right:1%;
  width: 100%;
  z-index:1;
  order: 1;
  padding: 0 5% 15px;
  text-align: center;
  }
  .season_Area .content_box .copy_img img {
  width: 25%;
  display: block;
  margin: 0 auto 10px;
  }
  .season_Area .content_box .copy_img p {
  font-size: clamp(13px, calc(7.666666666666667px + 0.6944444444444444vw), 16px);
  }
  .season_Area .content_box .main_img {
  width: 100%;
  order: 2;
  }
  .season_Area .content_box .main_img img {
    width:100%;
  /* height:110px; */
  }


  .culture_Area {
    padding: 5% 0;
  }

  .culture_List {
  }
  .culture_List li {
    width: 100%;
    margin-bottom: 20px;
  }
  .culture_List li .txt_box {
    padding: 10px 20px;
  }


  .location_List {
  }
  .location_List li {
    width: 100%;
    margin-bottom: 20px;
  }

  .location_Area .map {
    padding: 30px 0;
  }
  .location_Area .map figure {
    width: 700px;
  }
  .scroll-area {
    width: 94%;
    margin: 0 auto;
    border:1px solid #999;
    border-top:none;
  }
  .js-scrollable {
    text-align: center;
    overflow-x: auto;
  }
  .js-scrollable img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .life-section {
    font-size: 11px;
  }
  .life-no {
    width: 1.5em;
    font-size: 0.85em;
  }


  .captionArea {
      padding: 20px 0 100px;
  }












}
