@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

#wrapper {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
  background-color: #FFFDF5;
  background-image: url("../images/line_bottom.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: auto 50px;
  padding-bottom: 100px;
}

#wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper a {
  word-break: break-all;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
  font-weight: bold;
}

@media screen and (min-width: 760px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 759.9px) {
  .sp_none {
    display: none;
  }

  #wrapper {
    background-size: auto 40px;
    padding-bottom: 80px;
  }
}

.disnon {
  display: none;
}

.text_red {
  color: #E7180F;
}

.text_bold {
  font-weight: bold;
}

.text_normal {
  font-weight: normal;
}

.text_center {
  text-align: center;
}

.text_font_sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.attention {
  font-size: 90%;
  text-indent: -1em;
  margin-left: 1em;
}

.mgn_btm20 {
  margin-bottom: 20px;
}

.marker {
  background: linear-gradient(transparent 80%, #ffd22c 80%);
  font-weight: bold;
}

a.godetail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  text-align: center;
  text-decoration: none;
  background: #D87D06;
  color: #FFFFFF;
  font-size: 100%;
  line-height: 1.4;
  z-index: 10;
  box-shadow: 5px 5px 0 #3A7752;
  transition: 0.2s;
}

@media screen and (max-width: 759.9px) {
  a.godetail {
    height: 30px;
    font-size: 90%;
    box-shadow: 3px 3px 0 #3A7752;
    ;
  }
}

a.godetail:hover {
  text-decoration: none;
  background-color: #3A7752;
  ;
  box-shadow: none;
  opacity: 1;
  transform: translateX(5px) translateY(5px);
}

a.godetail.gray {
  background-color: #9C9C9C;
  box-shadow: none;
  pointer-events: none;
}

a.godetail.gray:hover {
  transform: none;
}

.bookquickly {
  color: #E7180F;
  font-weight: 600;
}

.slash span {
  display: inline-block;
  padding: 0 20px;
  background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
  background-size: 12px;
}

.credit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px 2px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  width: fit-content;
  margin: 5px auto;
  border-radius: 15px;
  z-index: 1;
}

@media screen and (max-width: 759.9px) {
  a.godetail {
    height: 60px;
  }

  .slash span {
    padding: 0 18px;
    background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
    background-size: 12px;
  }
}

/*--------.page_roof-------------*/
.gokitai {
  background-color: #3A7752;
  color: #fff;
  text-align: center;
  font-size: 240%;
  font-weight: bold;
  padding: 5px;
  /* margin: 10px auto; */
}

.page_roof {
  width: 100%;
  margin: 30px 0;
}

.page_roof .inner {
  text-align: center;
}

.page_roof h2 {
  margin-bottom: 30px;
}

.page_roof h2 img {
  max-width: 100%;
  height: auto;
}

.page_roof .toplead {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.page_roof .toplead p {
  font-size: 140%;
  line-height: 1.8;
}

@media screen and (max-width: 759.9px) {
  .gokitai {
    font-size: 150%;
  }

  .page_roof {
    margin: 20px 0;
  }

  .page_roof .toplead p {
    font-size: 110%;
  }
}

/*-------------ナビ-   --------------*/
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

@media screen and (min-width: 760px) {
  #pageNav nav {
    width: 100%;
    z-index: 9999;
    margin: 0 0 20px;
    padding: 5px 0;
    background: #d87d06;
  }

  #pageNav nav ul a,
  #pageNav nav ul a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
  }

  #pageNav nav ul {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
  }

  #pageNav nav ul a {
    flex-grow: 1;
    height: 40px;
    background: url("../images/menu_line.svg") no-repeat center right;
    background-size: 8px;
  }

  #pageNav nav ul a:lastt-child {
    background: none;
  }

  #pageNav nav ul a li {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  #pageNav nav ul a li p {
    text-align: center;
  }

  #pageNav .nav_btnOpen {
    display: none;
  }
}

/****スマホメニュー****/
@media screen and (max-width: 759.9px) {
  #pageNav nav {
    display: none;
  }

  .nav_btnOpen {
    width: 100%;
    margin: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    background: #d87d06;
    color: #FFFFFF;
  }

  .nav_btnOpen:after {
    content: "▼　MENU ▼";
  }

  .nav_btnClose {
    width: 100%;
    margin: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    background: #d87d06;
    color: #FFFFFF;
  }

  .nav_btnClose:after {
    content: "▲　CLOSE　▲";
  }

  #pageNav nav {
    background: #d87d06;
    width: 100%;
    z-index: 9999;
    margin: 0;
    padding: 0;
  }

  #pageNav nav ul a,
  #pageNav nav ul a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
  }

  #pageNav nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #pageNav nav ul a {
    width: 100%;
  }

  #pageNav nav ul a li {
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    padding: 15px 0;
    text-align: center;
  }
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  margin: 0;
}

.pageContent .inner {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 759.9px) {
  .pageContent {}
}

/*-------------title--------------*/


.title {
  width: fit-content;
  margin: 0 auto 20px;
  position: relative;
}

.title>img {
  width: auto;
  height: 45px;
}

.title h2 {
  font-size: 300%;
  line-height: 1.4;
  text-align: left;
  padding: 0 20px;
}

@media screen and (max-width: 759.9px) {
  .title {
    margin: 0 auto 10px;
  }

  .title h2 {
    text-align: center;
    font-size: 6vw;
  }

  .title>img {
    width: auto;
    height: 30px;
  }

}

/*------------recommend--------------*/
#recommend {
  margin-bottom: 40px;
}

@media screen and (min-width: 760px) {
  #recommend .title_unit {
    display: flex;
    /*flex-direction: row-reverse;*/
    align-items: center;
    gap: 50px;
    margin-bottom: 40px;
  }

  #recommend .title_unit .photo {
    width: 350px;
    height: 350px;
    position: relative;
  }

  #recommend .title_unit .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
    position: relative;
  }

  #recommend .title_unit .photo::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 5px;
    width: 100%;
    height: 100%;
    background: #bb121a;
    border-radius: 50%;
  }
}

@media screen and (max-width: 759.9px) {
  #recommend .title_unit {
    margin-bottom: 30px;
  }

  #recommend .title_unit .photo {
    width: 80%;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }

  #recommend .title_unit .photo img {
    width: 100%;
    height: auto;
  }

  #recommend .title_unit .photo::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 10px;
    width: 100%;
    height: 100%;
    background: #bb121a;
    z-index: -1;
  }

}

#recommend .feature_unit .feature {
  margin-bottom: 30px;
}

#recommend .feature_unit .feature h3 {
  width: fit-content;
  font-size: 180%;
  background: url("../images/underline.png")repeat-x bottom left;
  background-size: auto 15px;
  padding: 0 10px 15px;
  margin-bottom: 10px;
}

#recommend .feature_unit .feature .comment {
  display: flex;
  align-items: center;
  gap: 10px;
}

#recommend .feature_unit .feature .comment p {
  font-size: 140%;
}

#recommend .feature_unit .feature .comment img {
  width: 350px;
  height: auto;
}

#recommend .feature_unit .feature .present {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

#recommend .feature_unit .feature .present .ebanduke {
  width: 60%;
}

#recommend .feature_unit .feature .present .omiyage {
  width: 60%;
}

#recommend .feature_unit .feature .present p {
  font-size: 140%;
}

#recommend .feature_unit .feature .present .ph {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

#recommend .feature_unit .feature .present .ph img {
  width: 90%;
  height: 300px;
  object-fit: contain;
}

@media screen and (max-width: 759.9px) {
  #recommend .feature_unit .feature h3 {
    font-size: 140%;
    background: url("../images/underline.png")repeat-x bottom left;
    background-size: auto 10px;
    padding: 0 10px 15px;
    margin-bottom: 10px;
  }

  #recommend .feature_unit .feature .comment p,
  #recommend .feature_unit .feature .present p {
    font-size: 120%;
  }

  #recommend .feature_unit .feature .comment {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #recommend .feature_unit .feature .comment img {
    width: 80%;
    height: auto;
  }

  #recommend .feature_unit .feature .present {
    display: flex;
    text-justify: inter-character;
    gap: 30px;
  }

  #recommend .feature_unit .feature .present .ebanduke {
    width: 100%;
  }

  #recommend .feature_unit .feature .present .omiyage {
    width: 100%;
  }

  #recommend .feature_unit .feature .present .ph img {
    width: 90%;
    height: 200px;
    object-fit: contain;
  }

}

/*-------宿泊ー-------------*/
#stay {
  margin-bottom: 60px;
}

#stay .title h2 {
  letter-spacing: 20px;
  padding-left: 40px;
}

#stay .comment {
  margin-bottom: 30px;
  text-align: center;
}

#stay .comment p {
  font-size: 140%;
}

#stay .photo_unit {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 30px;
}

#stay .photo_unit img.room {
  width: 55%;
  height: auto;
}

#stay .photo_unit img.gaikan {
  width: 45%;
  height: auto;
}

@media screen and (max-width: 759.9px) {
  #stay {
    margin-bottom: 30px;
  }

  #stay .comment p {
    font-size: 110%;
  }

  #stay .photo_unit img.room {
    width: 50%;
  }

  #stay .photo_unit img.gaikan {
    width: 50%;
  }

}

/*------ツアー-------------*/
#tour {
  margin-bottom: 40px;
}

#tour h3 {
  font-size: 160%;
  margin-bottom: 15px;
  text-align: center;
}

/*#tour h3+p {
  font-size: 150%;
  margin-bottom: 50px;
  text-align: center;
}*/

#tour .place {
  margin-bottom: 30px;
  text-align: center;
}

#tour .place h4 {
  font-size: 200%;
  margin-bottom: 5px;
}

#tour .place p {
  font-size: 120%;
}

#tour .calendar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 50px;
  justify-content: center;
}

#tour .calendar li {
  width: 12%;
  margin: 0 2px 15px;
  position: relative;
}

#tour .calendar .date {
  font-size: 120%;
  padding: 5px 0;
  text-align: center;
  border: 2px solid #d87d06;
  border-top: 2px solid #d87d06;
  border-left: 2px solid #d87d06;
  border-bottom: 2px solid #d87d06;
  background: #FFFFFF;
}

#tour .calendar .time {
  font-size: 120%;
  padding: 5px 0;
  text-align: center;
  border-left: 2px solid #d87d06;
  border-right: 2px solid #d87d06;
  border-bottom: 2px solid #d87d06;
}

.remaining {
  color: #ff0000;
  font-size: 120%;
  font-weight: 600;
  text-align: center;
}

#tour .calendar li.soldout p {
  background: rgba(0, 0, 0, 0.3);
}

.soldout::before {
  position: absolute;
  transform: rotate(-15deg);
  background-color: #C50B0E;
  opacity: 0.8;
  height: 25px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  content: "soldout";
  font-size: 100%;
  top: 25%;
  left: 0;
  right: 0;
  z-index: 100;
}

#tour .attention {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.kanbai {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #d87d06;
  color: #FFFFFF;
  font-size: 120%;
  text-align: center;
}

.schedule {
  margin-bottom: 70px;
}

@media screen and (max-width: 759.9px) {
  #tour h3 {
    font-size: 130%;
  }

  #tour p {
    font-size: 100%;
  }

  #tour .place h4 {
    font-size: 160%;
  }

  #tour .place p {
    font-size: 110%;
  }

  #tour .calendar li {
    width: 31%;
    margin: 0 1% 10px;
  }

  .soldout::before {
    font-size: 12px;
    top: 30%;
  }
}

#tour .seat img {
  width: 80%;
  max-width: 600px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

/*------------plan--------------*/
#plan {
  margin-bottom: 60px;
}

#plan p.attention {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#plan .itinerary h3 {
  font-size: 140%;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 759.9px) {
  #plan .itinerary h3 {
    font-size: 130%;
  }
}

/*--------予約--------------*/
.yoyaku_wrap {
  width: 100%;
}

.yoyaku_wrap h3 {
  font-size: 180%;
  color: #d87d06;
  margin-bottom: 30px;
  text-align: center;
}

.yoyaku_wrap p.attention {
  font-size: 100%;
  display: flex;
  justify-content: center;
}

.yoyaku_unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.yoyaku_unit a.godetail {
  width: 46%;
  max-width: 320px;
  margin: 0 2% 20px;
}

.yoyaku_kikan {
  margin: 10px 0 20px 0;
  font-size: 150%;
  font-weight: bold;
  display: flex;
  justify-content: center;
}


@media screen and (max-width: 759.9px) {
  .yoyaku_wrap h3 {
    font-size: 120%;
  }

  .yoyaku_wrap p.attention {
    font-size: 90%;
  }
}

/*------------.caution--------------*/
.yoyaku_wrap .caution {
  width: 95%;
  max-width: 800px;
}

.caution {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0 10px;
}

.caution li {
  text-indent: -1em;
  margin-bottom: 5px;
  font-size: 90%;
  text-align: left;
}

/*------------tour--------------*/
/*-----案内----*/
#guidance {
  font-size: 100%;
}

#guidance h3 {
  font-size: 120%;
  margin-bottom: 10px;
}

#guidance ul {
  margin: 0 0 30px 10px;
}

#guidance ul li {
  font-size: 100%;
  margin-bottom: 5px;
  text-indent: -1em;
  margin-left: 1em;
}

#guidance ul li::before {
  content: "●";
  font-size: 90%;
  margin-right: 3px;
}

#guidance ul li.tel::before {
  content: "■";
  font-size: 90%;
  margin-right: 3px;
}

#guidance a {
  color: #C50B0E;
  font-weight: bold;
  font-size: 110%;
}

/*--------.autoslider_area-------------*/
#autoslider {
  width: 100%;
  max-width: 1100px;
  margin: 100px auto;
}

#autoslider p {
  text-align: end;
}

/*-----自動で流れるオートスライダー----------------*/
.swiper-container.autoslider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-container.autoslider .swiper-slide img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
  height: auto;
  object-fit: cover;
}

.swiper-container.autoslider .swiper-slide p {
  font-size: 100%;
  text-align: center;
}

/*-----inboxswiper--------------------*/
.swiper-container.inbox .swiper-slide img {
  width: 100%;
}

/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet {
  opacity: 0.6;
}

/* ドットインジケーターの位置*/
.swiper-container.inbox .swiper-pagination {
  bottom: 5px;
}

.swiper-pagination.inbox .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}

@media screen and (max-width: 759.9px) {

  .swiper-button-prev.inbox::after,
  .swiper-button-next.inbox::after {
    font-size: 15px;
  }
}