@charset "UTF-8";
/* CSS Document */

/*==============================================
 common
============================================== */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.is_960 {
  display: none !important;
}
@media only screen and (max-width: 960px) {
  .is_960 {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.ta_c {
  text-align: center;
}

.page_content {
  padding-top: 0 !important;
}

a {
  /*color: ;*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*---------------------------------------
文字サイズ調整
----------------------------------------*/
.mt_30 {
  margin-top: 30px;
}
.mt_60 {
  margin-top: 60px;
}
.mt_120 {
  margin-top: 120px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_60 {
  margin-bottom: 60px;
}
.mb_120 {
  margin-bottom: 120px;
}
.pd_60 {
  padding: 60px 0;
}
.pd_120 {
  padding: 120px 0;
}
.pd__all8 {
  padding: 8%;
}
.m_auto {
  margin: auto;
}
.fs28 {
  font-size: 28px !important;
}
.fs14 {
  font-size: 14px;
}
.fs12 {
  font-size: 12px;
}
.fs8 {
  font-size: 8px;
}

.indent {
  text-indent: 1em;
}
span.indent {
  display: inline-block;
  text-indent: 1em;
}

@media only screen and (max-width: 900px) {
  .fs28 {
    font-size: 24px !important;
  }
  .mb_60 {
    margin-bottom: 30px;
  }
  .mb_120 {
    margin-bottom: 60px;
  }
  .pd_60 {
    padding: 30px 0;
  }
  .pd_120 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 500px) {
  .mt_120 {
    margin-top: 60px;
  }
  .mt_60 {
    margin-top: 30px;
  }
  .mb_30 {
    margin-bottom: 10px;
  }
  .mb_60 {
    margin-bottom: 20px;
  }
  .mb_120 {
    margin-bottom: 30px;
  }
  .pd_60 {
    padding: 30px 0;
  }
  .pd_120 {
    padding: 60px 0;
  }
  .pd__all8 {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .mb_60 {
    margin-bottom: 10px;
  }
  .mt_120 {
    margin-top: 30px;
  }
  .mb_60 {
    margin-bottom: 10px;
  }
  .mb_120 {
    margin-bottom: 30px;
  }
  .pd_60 {
    padding: 10px 0;
  }
  .pd_120 {
    padding: 30px 0;
  }
}
.w1080 {
  display: block;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

#omotenashi {
  background-image:
    url(../img/booklet/bg.png), url(../img/omotenashi/bg.png);
  background-size: 100%, auto;
}

#omotenashi .inner {
  max-width: 900px;
}

/*
langBtn
-------------------------------*/
.langBtn {
  background: #f6eedb;
}
.langBtn ul {
  max-width: 640px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}
.langBtn ul li {
  font-size: 16px;
  width: 49.8%;
}
.langBtn ul li a {
  display: block;
}
.langBtn ul li .txt {
  color: #fff;
  background: #756e25;
  text-align: center;
  margin: auto;
  padding: 10px 24px;
  position: relative;
  max-width: 300px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.langBtn ul li .txt::before {
  content: '';
  width: 5px;
  height: 10px;
  background: url('../img/cmn/arrow01_wh.svg') no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
}
.langBtn ul li:last-child .txt {
  background: #005d8b;
}
.langBtn ul li.is_active .txt::before {
  transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .langBtn ul {
    margin-bottom: 20px;
  }
  .langBtn ul li .txt {
    padding: 10px;
    font-size: 1.4rem;
  }
}

/*
about
-------------------------------*/
#about h1 {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  #about h1 {
    padding: 30px 0;
  }
  #about h1 img {
    width: 80%;
  }
}

/*
spot
-------------------------------*/
#spot {
  margin-top: 80px;
}
#spot .info {
  border: solid 2px #b3470d;
  padding: 1em 1.3em;
  background-color: #fff;
}
#spot .info h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8em;
  margin-bottom: 10px;
}
#spot .info h3 span {
  font-size: 1.7em;
  color: #b3470d;
}

#spot table {
  width: 100%;
}
#spot table tbody tr td {
  padding: 0.2em 0.3em;
}
#spot table tbody .tb td {
  border: 1px solid #f8f0dd;
  text-align: center;
}
#spot table tbody tr .on {
  font-size: 40px;
}
.area_list > div:not(:last-child) {
  margin: 0 0 30px;
}
.tb_tittle {
  color: #fff;
  padding: 0.5em !important;
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
}
#spot table .link {
  text-decoration: underline;
  color: #000;
}
#spot table .link:hover {
  text-decoration: none;
}
.c01 {
  width: 30%;
}
.c02 {
  border: 1px solid #f8f0dd;
  background: #fff;
  color: #000;
}
.w30 {
  width: 10%;
}
.tb .fs8 {
  line-height: 1.4em;
}

.typeA {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #b15477;
}
.typeA::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #b15477;
  border-radius: 50%;
  content: "";
}
.typeB {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #678332;
}
.typeB::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #b15477;
  border-radius: 50%;
  content: "";
}
.tb01_tittle {
  background-color: #ee869a;
}
.tb01 .c01 {
  background-color: #f7c8ce;
}
.tb01_2 .c03 {
  background-color: #fdf0f2;
}
.tb01_2 .on {
  color: #ee869a;
}

.tb02_tittle {
  background-color: #38a1db;
}
.tb02 .c01 {
  background-color: #aed0ee;
}
.tb02_2 .c03 {
  background-color: #e9f2fb;
}
.tb02_2 .on {
  color: #38a1db;
}

.tb03_tittle {
  background-color: #f6ab00;
}
.tb03 .c01 {
  background-color: #fcd68c;
}
.tb03_2 .c03 {
  background-color: #fff4df;
}
.tb03_2 .on {
  color: #f6ab00;
}

.tb04_tittle {
  background-color: #00916a;
}
.tb04 .c01 {
  background-color: #9fc5af;
}
.tb04_2 .c03 {
  background-color: #e5eee8;
}
.tb04_2 .on {
  color: #00916a;
}

.tb05_tittle {
  background-color: #ea502e;
}
.tb05 .c01 {
  background-color: #f5ae8d;
}
.tb05_2 .c03 {
  background-color: #fde9de;
}
.tb05_2 .on {
  color: #ea502e;
}

.tb06_tittle {
  background-color: #924898;
}
.tb06 .c01 {
  background-color: #c5a4cc;
}
.tb06_2 .c03 {
  background-color: #eee5f1;
}
.tb06_2 .on {
  color: #924898;
}

.tb07_tittle {
  background-color: #eb6100;
}
.tb07 .c01 {
  background-color: #f5b88d;
}
.tb07_2 .c03 {
  background-color: #fdf2de;
}
.tb07_2 .on {
  color: #ea962e;
}

.tb08_tittle {
  background-color: #00a273;
}
.tb08 .c01 {
  background-color: #b0ddbe;
}
.tb08_2 .c03 {
  background-color: #e8f6ee;
}
.tb08_2 .on {
  color: #59ba96;
}

@media only screen and (max-width: 768px) {
  #spot {
    margin-top: 40px;
  }
  #spot .info p {
    text-align: left;
  }
  #spot table {
    font-size: 0.8em;
  }
  #spot table tbody tr .on {
    font-size: 30px;
  }
}

/*
modal
-------------------------------*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  border: solid 5px #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 90vh;
  overflow: scroll;
  max-width: 800px;
}
.modal__content {
  padding: 10px;
}
.modal__content h3 {
  width: 100%;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #277561;
  padding: 0.5em;
}
.modal__inner {
  background-color: #f7ecd0;
  padding: 40px;
  color: #000;
}
.modal__inner figure {
  width: 100%;
  height: 40%;
  background-color: #fff;
  overflow: hidden;
}
.modal__inner figure img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  max-height: 500px;
}
.modal__inner h4 {
  font-size: 1.8em;
  line-height: 1.2;
  text-align: center;
  margin: 20px auto 30px auto;
}
.modal__inner .desc p:not(:last-child) {
  margin: 0 0 24px;
}
.modal__inner dl {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  border-top: 3px solid #231815;
}
.modal__inner dt {
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #231815;
}
.modal__inner dd {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #231815;
  width: 70%;
  box-sizing: border-box;
}
.modal__inner dd a {
  color: #b3470d;
  text-decoration: underline;
  font-weight: 600;
}

.js-modal-btn {
  display: block;
  margin: 30px auto 0 auto;
  max-width: 180px;
  border: 2px solid #333;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 0.5em 2em;
  text-align: center;
  border-radius: 4px;
  transition: 0.4s;
}
.js-modal-btn:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .modal__content {
    width: 90%;
  }
  .modal__inner {
    padding: 10px;
  }
  .modal__inner h4 {
    font-size: 1.4em;
  }
  .modal__inner dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .modal__inner dd {
    width: 100%;
    padding-top: 0;
  }
}
