@charset "UTF-8";
@media screen and (max-width: 1000px) {
  .for_pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .for_sp {
    display: none !important;
  }
}
._bold {
  font-weight: bold !important;
}

._normal {
  font-weight: normal !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

._red {
  color: red;
}

._opa:hover {
  opacity: 0.8 !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-s {
  margin-top: 10px !important;
}
.mt-m {
  margin-top: 30px !important;
}
.mt-l {
  margin-top: 150px !important;
}
@media (min-width: 1001px) {
  .mt-l {
    margin-top: 180px !important;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-s {
  margin-bottom: 40px !important;
}
@media (min-width: 1001px) {
  .mb-s {
    margin-bottom: 25px !important;
  }
}
.mb-m {
  margin-bottom: 50px !important;
}
.mb-l {
  margin-bottom: 80px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-s {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my-m {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.my-l {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-s {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py-m {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.py-l {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-s {
  padding-top: 40px !important;
}
.pt-m {
  padding-top: 50px !important;
}
.pt-l {
  padding-top: 80px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-s {
  padding-bottom: 40px !important;
}
.pb-m {
  padding-bottom: 50px !important;
}
@media (min-width: 1001px) {
  .pb-m {
    padding-bottom: 80px !important;
  }
}
.pb-l {
  padding-bottom: 80px !important;
}
@media (min-width: 1001px) {
  .pb-l {
    padding-bottom: 180px !important;
  }
}

html {
  scroll-behavior: smooth;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}


.spacer {
  width: 100%;
}

._pre {
  white-space: pre;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

.bg-lightBrown {
  background-color: #f4f0ee;
}

.sec_inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media (max-width: 1000px) {
  .sec_inner_sp {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

.pad {
  padding-top: 130px;
  padding-bottom: 130px;
}

/*---------------------------------
/ パーツ
---------------------------------*/
.index-wrap {
  display: flex;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px auto;
}

.ttl-ul {
  font-size: 22px;
  letter-spacing: 5px;
  color: #76553b;
  padding: 130px 0px 5px 5px;
  margin-bottom: 80px;
  padding-top: 130px;
  margin-top: -130px;
  text-align: center;
}
.ttl-ul span {
  border-bottom: 2px dotted #76553b;
  font-weight: 700;
  margin-bottom: 80px;
  font-size: 30px;
  padding-top: 130px;
  margin-top: -130px;
}

.ttl-left {
  border-left: 5px solid #76553b;
  font-size: 25px;
  padding-left: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

a.arrow {
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin: 25px 0;
}

a.arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: -35px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateX(-50%) rotate(135deg);
}

a.arrow_02 {
  display: block;
  width: 300px;
  margin: 30px auto 0;
  padding: 1em 2em;
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #8f8880;
  background: #8f8880 url(../../images/arrow01.svg) no-repeat right 20px center;
  background-size: 20px auto;
  color: #fff;
  -ms-box-shadow: 0px 20px 20px -14px rgba(40, 20, 5, 0.4);
  box-shadow: 0px 20px 20px -14px rgba(40, 20, 5, 0.4);
}
a.arrow_02 {
  transition: 0.3s ease-in-out;
}


.bg-fabric {
  background: #fbf9f4 url(../../images/bg_page01.png) no-repeat center 0;
}
.bg-fabric._white {
  background: #fff url(../../images/bg_page01.png) no-repeat center 0;
}

#mainvisual {
  width: 100%;
  height: 555px;
  position: relative;
  border-bottom: 5px solid #4F321B;
}

#mainvisual picture {
  width: 100%;
  height: 555px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#mainvisual picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

#mainvisual .catch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 555px;
}
#mainvisual .catch.--center {
  align-items: center;
}
#mainvisual .catch img {
  margin-bottom: 12px;
  margin-right: 14px;
}

#mainvisual .scroll {
  width: 11px;
  position: absolute;
  left: 90px;
  bottom: 0;
  z-index: 10;
}

.subPage__bg {
  position: relative;
}

.subPage__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/bg_page01_sp.png") no-repeat center 0;
  background-size: 100% auto;
}


  .subPage__bg::before {
    background: url("../../images/bg_page01.png") no-repeat center 0;
    background-size: 100% auto;
  }

.subPage-nav__list {
  color: #4F321B;
  font-size: 3.5vw;
  margin-bottom: 40px;
  max-width: 1200px;
  padding-top: 40px;
}

.subPage-nav__list {
  font-size: 15px;
  margin: 0 auto 75px;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.subPage-nav__list li {
  margin: 0 1%;
  padding: 10px 0;
  position: relative;
  border-bottom: solid 1px #4F321B;
  text-align: center;
}

.subPage-nav__list li::after {
  content: "";
  border-top: solid 1px #4F321B;
  border-right: solid 1px #4F321B;
  width: 1.5vw;
  height: 1.5vw;
  position: absolute;
  top: 50%;
  right: 3%;
  cursor: pointer;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.8s;
}

.subPage-nav__list li:hover::after {
  opacity: 0.8;
  bottom: -20px;
}

#contents .subPage-nav__list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #4F321B;
  letter-spacing: 0.01em;
}


  .subPage-nav__list li {
    padding: 0;
    border: none;
  }
  .subPage-nav__list li:not(:last-child) {
    margin-right: 3%;
  }

  .subPage-nav__list li::after {
    width: 12px;
    height: 12px;
    top: initial;
    right: initial;
    bottom: -9px;
    left: 50%;
    border-bottom: none;
    transform: translateX(-50%) rotate(135deg);
    transition: 0.8s;
  }

.msgBox {
  padding: 10px;
  position: relative;
  background-color: #fff;
  box-shadow: 3px 23px 20px -17px #000;
  box-shadow: 7px 7px 5px 0 rgba(0, 0, 0, 0.3);
}

.msgBox__inr {
  background: linear-gradient(45deg, transparent 14px, #644228b3 15px, #fff 16px), linear-gradient(90deg, #fff 1px, #fff 1px), linear-gradient(225deg, transparent 14px, #644228b3 15px, #fff 16px), linear-gradient(270deg, #fff 1px, #fff 2px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  color: #002640;
}

.msgBox .msgBox__inr::before,
.msgBox .msgBox__inr::after {
  display: block;
  content: "";
  width: auto;
}

.msgBox .msgBox__inr::before {
  border-top: solid 1px #644228b3;
  margin: 0 21px 0 0;
}

.msgBox .msgBox__inr::after {
  border-bottom: solid 1px #644228b3;
  margin: 0 0 0 21px;
}

.msgBox .msgBox__inr2 {
  position: relative;
  height: 100%;
}

.msgBox .msgBox__inr2::after,
.msgBox .msgBox__inr2::before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  height: calc(100% - 21px);
}

.msgBox .msgBox__inr2::after {
  border-left: solid 1px #644228b3;
  top: 0;
  left: 0;
}

.msgBox .msgBox__inr2::before {
  border-right: solid 1px #644228b3;
  bottom: 0;
  right: 0;
}

.msgBox .msgBox__txt {
  padding: 41px 20px 57px;
  text-align: justify;
}


  .msgBox__inr {
    background: linear-gradient(45deg, transparent 49px, #644228b3 50px, #fff 51px), linear-gradient(90deg, #fff 1px, #fff 1px), linear-gradient(225deg, transparent 49px, #644228b3 50px, #fff 51px), linear-gradient(270deg, #fff 1px, #fff 2px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }

  .msgBox .msgBox__txt {
    padding: 68px 20px;
    text-align: center;
    font-size: 21px;
    line-height: 1.66667;
    letter-spacing: 0.1em;
  }

  .msgBox .msgBox__inr2::after,
.msgBox .msgBox__inr2::before {
    height: calc(100% - 70px);
  }

  .msgBox .msgBox__inr::before {
    margin: 0 70px 0 0;
  }

  .msgBox .msgBox__inr::after {
    margin: 0 0 0 70px;
  }

.mb {
  margin-bottom: 120px;
}

/* 周辺観光
---------------------------------*/
.sightseeing.bg-lightBrown {
  background-color: #f4f0ee;
}
.sightseeing .list._omiyage {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f4f0ee;
}

  .sightseeing .list._omiyage {
    padding-top: 30px;
    padding-bottom: 140px;
  }

.sightseeing .list li:not(:last-child) {
  margin-bottom: 60px;
}
  .sightseeing .list li:not(:last-child) {
    margin-bottom: 80px;
  }

.sightseeing .list li .wrap {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.sightseeing .list li .wrap img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
  .sightseeing .list li .wrap img {
    width: 50%;
    margin-right: 30px;
    margin-bottom: 0;
  }

.sightseeing .list li .wrap .details {
  flex: 1;
}
.sightseeing .list li .wrap .details p:first-of-type{
  margin-bottom: 30px;
}
.sightseeing .list li .wrap .details.onsen a {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.sightseeing .list li .wrap .tag {
  display: inline-block;
  color: #76553b;
  border: 1px solid #76553b;
  font-size: 17px;
  margin-right: 5px;
  margin-bottom: 20px;
  padding: 3px 0;
  width: 110px;
  max-width: 30%;
  border-radius: 30px;
  text-align: center;
}

  .sightseeing .list li .wrap .tag {
    font-size: 19px;
  }

.sightseeing .list li .wrap a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  margin: 25px 0;
}

.sightseeing .list li .wrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -35px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateX(-50%) rotate(135deg);
}

  .sightseeing .list li .wrap a:after {
    top: 2px;
  }

.sightseeing .list.other {
  background-color: #e6e6e6;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 30px;
}

  .sightseeing .list.other {
    padding: 80px 95px;
  }


/* 近隣店舗情報
---------------------------------*/
#osusume .wrap {
  display: flex;
  flex-wrap: wrap;
}

  #osusume .wrap .left {
    width: 50%;
    margin-right: 20px;
  }

#osusume .wrap .right {
  flex: 1;
}


.omiyage ul li:not(:last-child) {
  margin-bottom: 60px;
}
  .omiyage ul li:not(:last-child) {
    margin-bottom: 80px;
  }


/* FAQ
---------------------------------*/
.msgBox .contact__link {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  transform: translate(-50%, 50%);
  margin: 0 auto;
}
.msgBox .contact__link a {
  margin: 0 auto;
}

.faq dl {
  width: 800px;
  max-width: 98%;
  margin: 0 auto;
}
.faq dl dt, .faq dl dd {
  position: relative;
  padding-left: 50px;
}
.faq dl dt {
  margin-bottom: 20px;
  font-weight: bolder;
  font-size: 17px;
}
.faq dl dd {
  margin-bottom: 70px;
}
.faq dl dd a {
  font-size: inherit;
  margin-bottom: 0px !important;
}
.faq dl dd p {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  display: inline-block;
  margin-top: 25px;
  padding: 5px;
}
.faq dl .q:before, .faq dl .a:before {
  position: absolute;
  display: inline-block;
  left: 0;
  font-weight: bolder;
  font-size: 23px;
}
.faq dl .q:before {
  content: "Q.";
}
.faq dl .a:before {
  content: "A.";
  left: 0;
}

.front {
  margin-left: auto;
  display: block;
  width: 1130px;
  max-width: 70%;
  margin-top: -100px;
}

/* アクセス
---------------------------------*/
.map iframe {
  width: 1200px;
  height: 300px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #76553b;
}

  .map iframe {
    height: 600px;
  }

.map .wrap {
  display: flex;
  flex-wrap: wrap;
}

  .map .wrap {
    justify-content: space-between;
    align-items: start;
  }

.map .wrap .btn {
  padding-right: 40px;
}
.map .wrap .btn a {
  font-size: 16px;
}

.access h2 {
  font-size: 32px;
  text-align: center;
  color: #76553b;
  letter-spacing: 0.3em;
}
.access .here {
  position: relative;
}
.access .here span {
  position: absolute;
  top: -40px;
}

.access .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

  .access .wrap {
    margin-bottom: 60px;
  }

.access .wrap h3 {
  margin-bottom: 0px;
}
.access .wrap a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 53px;
  font-size: 16px;
  padding: 0.5em 0;
  color: #fff;
  background: #868080 url(../../images/access/arrow.svg) no-repeat right 20px center;
  background-size: 5px auto;
}

  .access .wrap a {
    width: 340px;
  }

.access .wrap a:hover {
  opacity: 0.6s;
}
.access img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.access .mt-140 {
  margin-top: 130px;
}

  .access .mt-140 {
    margin-top: 140px;
  }

.access .ttl-left._center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.access .price-wrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  margin-bottom: 30px;
}
.access .price-wrap dt {
  width: 100%;
  background-color: #868080;
  color: #fff;
  text-align: center;
  font-weight: bolder;
}

  .access .price-wrap dt {
    width: 180px;
  }

.access .price-wrap dd {
  width: 100%;
}

  .access .price-wrap dd {
    width: calc(100% - 180px);
  }

.access .price-wrap dt, .access .price-wrap dd {
  border: 1px solid #868080;
  padding: 20px 30px;
}
.access .price-wrap .bt-none {
  border-top: none;
}
.access .text-15 {
  font-size: 15px;
}
.access .teikei {
  font-size: 17px;
  margin-top: 70px;
  margin-bottom: 20px;
}
.access .teikei-wrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  margin-bottom: 110px;
  margin-top: 30px;
}
.access .teikei-wrap dt {
  width: 100%;
  background-color: #868080;
  color: #fff;
  text-align: center;
  font-weight: bolder;
}

  .access .teikei-wrap dt {
    width: 180px;
  }

.access .teikei-wrap dd {
  width: 100%;
}

  .access .teikei-wrap dd {
    width: calc(100% - 180px);
  }

.access .teikei-wrap dd._2col {
  width: 100%;
}
.access .teikei-wrap dd._2col:nth-child(2) {
  border-top: none;
}

  .access .teikei-wrap dd._2col {
    width: calc((100% - 180px) / 2) !important;
  }

.access .teikei-wrap dt, .access .teikei-wrap dd, .access .teikei-wrap ddhd {
  border: 1px solid #868080;
  padding: 20px 30px;
}
.access .teikei-wrap .bt-none {
  border-top: none;
}
.access .teikei-wrap .br-none {
  border-bottom: none;
}

  .access .teikei-wrap .br-none {
    border-right: none;
  }

.access .teikei-wrap ddhd {
  background-color: #868080;
  color: #fff;
  font-weight: bolder;
}
.access .teikei-wrap ddhd:nth-child(1) {
  width: 180px;
}
.access .teikei-wrap ddhd:nth-child(n+2) {
  width: calc((100% - 180px) / 2) !important;
  text-align: center;
}
.access p.fs20{
  font-size: 20px;
}
/*# sourceMappingURL=styles.css.map */