@charset "utf-8";
/* CSS Document */
.nosp{
  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{
  width: 100%;
  text-align: center  
}
.item-nav{
  background: #caae4d;
  position: relative
}
.nav-inbox{
  width: 100vw;
  margin: auto;
  display: flex;
  position: relative
}
.nav-list{
  width: 100%;
  display: flex;
  justify-content: space-between
}
.nav-list>li{
  width: calc(100% / 3)
}
.nav-list>li>a{
  display: block;
  color: #FFF;
  font-family: var(--serif);
  font-size: calc(26vw / 7.5);
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: calc(10vw / 7.5) calc(10vw / 7.5) calc(30vw / 7.5) calc(10vw / 7.5);
}
.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: calc(22vw / 7.5);
  display: block;
}
.nav-list>li>a::after{
  content: "";
  background: url("../img/navi_arrow_wt.png") no-repeat center center / cover;
  width: calc(20vw / 7.5);
  height: calc(14vw / 7.5);
  position: absolute;
  right: 0;
  bottom: calc(10vw / 7.5);
  left: 0;
  margin: auto  
}
.dep-select-nav{
  position: absolute;
  top: calc(-580vw / 7.5);
  right: calc(10vw / 7.5);
  width: 24vw;
  line-height: calc(60vw / 7.5);
}
.display_selected{
  width: 100%;
  height: 100%;
  background: #9e7a02;
  font-size: calc(24vw / 7.5);
  font-weight: 600;
  color: #FFF;
  text-align: center;
  padding: calc(10vw / 7.5);
  position: relative;
}
.display_selected::after{
  content: "";
  background: url("../img/navi_arrow_wt.png") no-repeat center center / contain;
  width: calc(20vw / 7.5);
  height: calc(14vw / 7.5);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 6px;
  margin: auto;
}
.dep-select-zone{
  display: none;
  width: 100vw;      
  height: 100vh;      
  position: fixed;      
  top: 0;      
  left: 0;
  transition: all .5s;       
  z-index: 50;
  background: rgba(0 0 0 / 80%);
  padding: calc(100vw / 7.5) calc(80vw / 7.5); 
}
.dep-select li{
  cursor: default;
  padding: calc(20vw / 7.5);
  font-size: calc(30vw / 7.5);
  font-weight: 500;
  color: #FFF;
  text-align: center;
}
.dep-select li:hover,
.dep-select li.selected{
  color: #9e7a02;
  background: #FFF;
}
.close-button{
  margin: calc(40vw / 7.5) auto;
  width: 5em;
  padding: calc(10vw / 7.5);
  border: 1px solid #FFF;
  font-size: calc(30vw / 7.5);
  font-weight: 500;
  color: #FFF;
  text-align: center;
}
.body-copybox{
  width: 94vw;
  margin: auto;
  padding: calc(20vw / 7.5) 0 calc(80vw / 7.5);
  font-family: var(--serif);
  text-align: center;
}
.body-copy__title{
  font-size: calc(36vw / 7.5);
  font-weight: 600;
  margin-bottom: calc(6vw / 7.5);
}
.body-copy__txt{
  font-size: calc(22vw / 7.5);
  font-weight: 400;
}

section{
  width: 100%;
  padding-bottom: 50px;
}
.inner{
  width: 94vw;
  margin: auto
}
#miyagi{
  background: #f0f7fc
}
#yamagata{
  background: #FCF3F4
}
.pref-name{
  width: 100%;
  padding: calc(10vw / 7.5);
  font-family: var(--serif);
  font-size: calc(60vw / 7.5);
  font-weight: 600;
  color: #FFF;
  text-align: center;
  position: relative
}
#miyagi .pref-name{
  background: var(--miyagi_bg)
}
#yamagata .pref-name{
  background: var(--yamagata_bg)
}
#fukushima .pref-name{
  background: var(--fukushima_bg)
}
.pref-name::before,
.pref-name::after {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#miyagi .pref-name::before{
  background-image: url("../img/title_miyagi_p01.png");
  width: calc(158vw / 7.5);
  height: calc(175vw / 7.5);
  position: absolute;
  top: calc(-50vw / 7.5);
  left: calc(20vw / 7.5);
}
#miyagi .pref-name::after{
  background-image: url("../img/title_miyagi_p02.png");
  width: calc(134vw / 7.5);
  height: calc(132vw / 7.5);
  position: absolute;
  right: 0;
  bottom: 0;
}
#yamagata .pref-name::before{
  background-image: url("../img/title_yamagata_p01.png");
  width: calc(97vw / 7.5);
  height: calc(156vw / 7.5);
  position: absolute;
  top: calc(-50vw / 7.5);
  left: calc(20vw / 7.5);
}
#yamagata .pref-name::after{
  background-image: url("../img/title_yamagata_p02.png");
  width: calc(116vw / 7.5);
  height: calc(106vw / 7.5);
  position: absolute;
  right: 0;
  bottom: 0;
}
#fukushima .pref-name::before{
  background-image: url("../img/title_fukushima_p01.png");
  width: calc(180vw / 7.5);
  height: calc(142vw / 7.5);
  position: absolute;
  top: calc(-20vw / 7.5);
  left: calc(20vw / 7.5);
}
#fukushima .pref-name::after{
  background-image: url("../img/title_fukushima_p02.png");
  width: calc(92vw / 7.5);
  height: calc(87vw / 7.5);
  position: absolute;
  right: 0;
  bottom: 0;
}

.pref-txt{
  width: 94vw;
  margin: calc(20vw / 7.5) auto;
  font-family: var(--serif);
  font-size: calc(24vw / 7.5);
  font-weight: 500;
  color: #333;
}
.pref-txt>span{
  display: block;
  font-size: calc(36vw / 7.5);
  margin-bottom: calc(10vw / 7.5);
}

.sub-title{
  font-family: var(--serif);
  font-size: calc(36vw / 7.5);
  font-weight: 600;
  text-align: center;
  margin-bottom: calc(20vw / 7.5);
}
#miyagi .sub-title{
  color: var(--miyagi);
}
#yamagata .sub-title{
  color: var(--yamagata);
}
#fukushima .sub-title{
  color: var(--fukushima);
}

.spot-list>li{
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: var(--serif);
}
.spot-list>li+li{
  margin-top: calc(20vw / 7.5);
}
.spot-img{
  width: 30%;
  height: auto;
  overflow: hidden;
  margin-right: calc(6vw / 7.5);
}
.spot-img>img{
  width: 100%;
  height: calc(180vw / 7.5);
  object-fit: cover;
  object-position: center
}
.spot-item{
  flex: 1;
}
.spot-name{
  font-size: calc(30vw / 7.5);
  font-weight: 500;
}
.spot-txt{
  font-weight: 400;
  font-size: calc(22vw / 7.5);
}
.spot-txt>span{
  display: block;
}
#miyagi .spot-name,
#miyagi .spot-txt>span{
  color: var(--miyagi);
}
#yamagata .spot-name,
#yamagata .spot-txt>span{
  color: var(--yamagata);
}
#fukushima .spot-name,
#fukushima .spot-txt>span{
  color: var(--fukushima);
}

.onsen-wrapper{
  margin: calc(50vw / 7.5) auto;
  padding: calc(30vw / 7.5);
  background: url(../img/onsen_bg.png);
  border: calc(6vw / 7.5) double #B5192C;
  position: relative;
}
.onsen-wrapper::before{
  content: "";
  background: url("../img/onsen_title.png") no-repeat center center / cover;
  width: calc(100vw / 7.5);
  height: calc(110vw / 7.5);
  position: absolute;
  top: calc(-30vw / 7.5);;
  left: calc(-10vw / 7.5);;
}
.onsen-list>li+li{
  margin-top: calc(20vw / 7.5);
}
.onsen-title{
  font-size: calc(36vw / 7.5);
  font-weight: 600;
  font-family: var(--serif);
  color: #B7192B;
  text-align: center
}
.onsen-title .sub{
  display: block;
  font-size: calc(26vw / 7.5);
  color: #333;
}
.onsen-img{
  width: 100%;
  height: calc(400vw / 7.5);
  overflow: hidden;
  margin: calc(8vw / 7.5) auto
}
.onsen-img img{
  width: 100%;
  height: calc(400vw / 7.5);
  object-fit: cover;
  object-position: center
}
.onsen-txt{
  font-size: calc(22vw / 7.5);
}
.onsen-databox{
  background: #ECCDC3;
  margin-top: calc(10vw / 7.5);
}
.onsen-databox>dt{
  font-size: calc(22vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #C64F5A;
  padding: calc(10vw / 7.5);
}
.onsen-databox>dd{
  padding: calc(10vw / 7.5);
  font-size: calc(22vw / 7.5);
}
.onsen-databox>dd+dd{
  padding-top: 0
}

.head-title__tour{
  font-size: calc(36vw / 7.5);
  font-weight: 600;
  font-family: var(--serif);
  text-align: center;
  color: #FFF;
  padding: calc(8vw / 7.5);
  margin-bottom: calc(20vw / 7.5);
}
#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: 90vw;
  margin: calc(30vw / 7.5) 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: calc(10vw / 7.5);
  font-family: var(--serif);
  font-size: calc(26vw / 7.5);
  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: calc(14vw / 7.5);
  height: calc(20vw / 7.5);
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto
}
.close-txt{
  font-size: calc(26vw / 7.5);
  margin: calc(20vw / 7.5) auto;
  text-align: center;
}
.close-txt::empty{
  display: none
}

.searchmodule__box .inner{
  width: 100vw
}