@charset "utf-8";

/* CSS Document */
.nopc {
  display: none
}

.main * {
  box-sizing: border-box
}

:root {
  --serif: 'Noto Serif JP', serif;
  --miyagi: #004d85;
  --yamagata: #C02E41;
  --fukushima: #568821;
  --miyagi_bg: url("../img/title_miyagi_bg.png") repeat;
  --yamagata_bg: url("../img/title_yamagata_bg.png") repeat;
  --fukushima_bg: url("../img/title_fukushima_bg.png") repeat;
}

.title-wrapper {
  background: url("../img/bg_img.jpg") no-repeat center top;
  width: 100%;
  text-align: center
}

.item-nav {
  background: #caae4d;
}

.nav-inbox {
  width: 992px;
  margin: auto;
  display: flex;
}

.nav-list {
  width: 75%;
  display: flex;
}

.nav-list>li {
  width: calc(100% / 3)
}

.nav-list>li>a {
  display: block;
  color: #FFF;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 10px 10px 20px 10px;
}

.nav-list>li.miyagi {
  background: var(--miyagi);
}

.nav-list>li.yamagata {
  background: var(--yamagata);
}

.nav-list>li.fukushima {
  background: var(--fukushima);
  ;
}

.nav-list>li.miyagi:hover {
  background: #4d88b2;
}

.nav-list>li.yamagata:hover {
  background: #d36d7a;
}

.nav-list>li.fukushima:hover {
  background: #98b06c;
}

.nav-list>li>a>span {
  font-size: 14px;
  display: block;
}

.nav-list>li>a::after {
  content: "";
  background: url("../img/navi_arrow_wt.png") no-repeat center center / cover;
  width: 20px;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  margin: auto
}

.dep-select-nav {
  width: 25%;
}

.display_selected {
  width: 248px;
  height: 78px;
  background: #9f7b00;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  line-height: 78px;
  position: relative;
}

.display_selected::after {
  content: "";
  background: url("../img/navi_arrow_wt.png") no-repeat center center / cover;
  width: 20px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto
}

.dep-select-zone {
  display: none;
  width: 248px;
  background: #caae4d;
  position: absolute;
  z-index: 30;
}

.dep-select>li {
  cursor: default;
  padding: 4px 10px;
  text-align: center;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 500;
}

.dep-select>li:hover,
.dep-select>li.selected {
  color: #FFF;
  background: #9f7b00;
}

.close-button {
  display: none
}

.body-copybox {
  width: 992px;
  margin: auto;
  padding: 20px 0 80px;
  font-family: var(--serif);
  text-align: center;
}

.body-copy__title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.body-copy__txt {
  font-size: 14px;
  font-weight: 500;
}

section {
  width: 100%;
  padding-bottom: 50px;
}

.inner {
  width: 992px;
  margin: auto
}

#miyagi {
  background: #f0f7fc
}

#yamagata {
  background: #FCF3F4
}

#miyagi>.pref-titlebox {
  background: var(--miyagi_bg)
}

#yamagata>.pref-titlebox {
  background: var(--yamagata_bg)
}

#fukushima>.pref-titlebox {
  background: var(--fukushima_bg)
}

.pref-title__inbox {
  width: 992px;
  margin: auto;
  display: flex;
  position: relative
}

.pref-title__inbox::before,
.pref-title__inbox::after {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#miyagi .pref-title__inbox::before {
  background-image: url("../img/title_miyagi_p01.png");
  width: 158px;
  height: 175px;
  position: absolute;
  bottom: 10px;
  left: 0;
}

#miyagi .pref-title__inbox::after {
  background-image: url("../img/title_miyagi_p02.png");
  width: 134px;
  height: 132px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#yamagata .pref-title__inbox::before {
  background-image: url("../img/title_yamagata_p01.png");
  width: 97px;
  height: 156px;
  position: absolute;
  bottom: 10px;
  left: 0;
}

#yamagata .pref-title__inbox::after {
  background-image: url("../img/title_yamagata_p02.png");
  width: 116px;
  height: 106px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#fukushima .pref-title__inbox::before {
  background-image: url("../img/title_fukushima_p01.png");
  width: 118px;
  height: 93px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

#fukushima .pref-title__inbox::after {
  background-image: url("../img/title_fukushima_p02.png");
  width: 92px;
  height: 87px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.pref-name {
  width: 240px;
  padding: 10px 0 10px 140px;
  margin-right: 20px;
  font-family: var(--serif);
  font-size: 50px;
  font-weight: 600;
  color: #FFF;
}

.pref-txt {
  flex: 1;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  padding: 10px 0
}

.pref-txt>span {
  display: block;
  font-size: 24px;
  margin-bottom: 6px;
}

.sub-title {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 20px auto;
}

#miyagi .sub-title {
  color: var(--miyagi);
}

#yamagata .sub-title {
  color: var(--yamagata);
}

#fukushima .sub-title {
  color: var(--fukushima);
}

.spot-list {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between
}

.spot-list>li {
  width: calc(96% / 3);
  font-family: var(--serif);
}

.spot-list>li:nth-child(n+4) {
  margin-top: 2%;
}

.spot-img {
  width: 100%;
  height: 200px;
  overflow: hidden
}

.spot-img>img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center
}

.spot-name {
  margin: 5px auto 0;
  font-size: 18px;
  font-weight: 500;
}

.spot-txt {
  font-weight: 400;
  font-size: 13px;
}

#miyagi .spot-name {
  color: var(--miyagi);
}

#yamagata .spot-name {
  color: var(--yamagata);
}

#fukushima .spot-name {
  color: var(--fukushima);
}

.onsen-wrapper {
  margin: 50px auto 30px;
  padding: 24px;
  background: url(../img/onsen_bg.png);
  border: 3px double #B5192C;
  position: relative;
}

.onsen-wrapper::before {
  content: "";
  background: url("../img/onsen_title.png") no-repeat center center / cover;
  width: 80px;
  height: 88px;
  position: absolute;
  top: -30px;
  left: -30px;
}

.onsen-list {
  display: flex;
  justify-content: space-between;
}

.onsen-list>li {
  width: calc(97% / 2);
  display: flex;
  flex-direction: column;
}

.onsen-title {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--serif);
  color: #B7192B;
  text-align: center
}

.onsen-title .sub {
  display: block;
  font-size: 16px;
  color: #333;
}

.onsen-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 4px auto
}

.onsen-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center
}

.onsen-databox {
  background: #ECCDC3;
  margin-top: 10px;
  flex-grow: 1
}

.onsen-databox>dt {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #C64F5A;
  padding: 5px;
}

.onsen-databox>dd {
  padding: 8px;
}

.onsen-databox>dd+dd {
  padding-top: 0
}

.head-title__tour {
  font-size: 28px;
  font-weight: 600;
  font-family: var(--serif);
  text-align: center;
  color: #FFF;
  padding: 4px;
  margin-bottom: 10px;
}

#miyagi .head-title__tour {
  background: var(--miyagi_bg)
}

#yamagata .head-title__tour {
  background: var(--yamagata_bg)
}

#fukushima .head-title__tour {
  background: var(--fukushima_bg)
}

.area00 {
  display: none
}

.more__link {
  width: 480px;
  margin: 20px auto
}

#miyagi .more__link {
  background: var(--miyagi_bg);
}

#yamagata .more__link {
  background: var(--yamagata_bg)
}

#fukushima .more__link {
  background: var(--fukushima_bg)
}

.more__link:hover {
  opacity: 0.8
}

.more__link>a {
  display: block;
  padding: 10px;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  position: relative
}

.more__link>a::after {
  content: "";
  background: url("../img/arrow_wt.png") no-repeat center center / cover;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto
}

.close-txt {
  font-size: 14px;
  margin: 30px auto;
  text-align: center;
}

/* 検索モジュール */
.main-content {
  padding-bottom: 0 !important;
}