@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
}
.title-wrapper .nosp{
	margin: 54px;
}

.item-nav {
  background: #caae4d;
}

.nav-inbox {
  width: 992px;
  margin: auto;
  display: flex;
}

.nav-list {
  width: 100%;
  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: 320px;
  padding: 10px 0 10px 150px;
  margin-right: 20px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 600;
  color: #FFF;
  line-height: 120%;
}

.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: 20px;
  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-list3 {
  display: flex;
  justify-content: space-between;
}
.onsen-list>li {
  width: calc(97% / 2);
  display: flex;
  flex-direction: column;
}
.onsen-list3>li {
  width: calc(97% / 3);
  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;
}


/* おすすめツアー　タイトル
------------------------------------------------ */
#tourWrap{
	width: 100%;
	padding-bottom: 30px;
	background-color: #F8F5E0;
}
#tourWrap h3{
	text-align: center;
}
#tourWrap h3 img{
	margin-top: -23px;
}
#tourWrap .lead{
	margin: -10px 0 30px;
	color: #9e780a;
	font-size: 16px;
	line-height: 170%;
	text-align: center;
}
#tourWrap .inner-box {
	width: 1024px;
	margin: 0 auto 30px;
}

/* おすすめツアー　発着地タブ切り替え
------------------------------------------------ */
#tourWrap .area-tab {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#tourWrap .area-tab li {
	display: block;
	width: 100%;
	margin: 0 7px;	
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #333333;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	border: solid 2px #333333;
	transition: ease all 0.3s;
	padding: 15px 0;
	position: relative;
}
#tourWrap .area-tab li.tabSelect {
	background-color: #333333;
	color: #fff;
	border: solid 2px #333333;
}
#tourWrap .area-tab li:hover {
	background-color: #333333;
	color: #fff;
}
#tourWrap .area-tab li.tabSelect:after {
    font-family:'Font Awesome 5 Free';
	content: "\f0d7";
    position: absolute;
	bottom: -2px;
	right: 0;
	left: 0;
}


/*------------------------------------------------
	おすすめツアータブ
--------------------------------------------------*/
#tour {
	width: 100%;
	background-color: #fff;
}
#tourTabWrap {
	width: 100%;
	padding: 70px 0 10px;
}
#tourTabWrap h2 {
	text-align: center;
	margin-bottom: 30px;
}
#tourTabWrap .inner {
	width: 992px;
	margin: 0 auto;
}
#tourTabWrap .tab {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#tourTabWrap .tab li {
	display: block;
	width: 100%;
	margin: 0 7px;	
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #0b8739;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	border: solid 2px #0b8739;
	transition: ease all 0.3s;
	padding: 15px 0;
	position: relative;
}
#tourTabWrap .tab li.nav_on {
	background-color: #0b8739;
	color: #fff;
	border: solid 2px #0b8739;
}
#tourTabWrap .tab li:hover {
	background-color: #0b8739;
	color: #fff;
}
#tourTabWrap .tab li.nav_on:after {
    font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
}

/*------------------------------------------------
	おすすめツアー商品
--------------------------------------------------*/
.areabox{
	display:none;
}
.tourWrap {
    /*padding-bottom: 30px;*/
}
.tourWrap .inner-box {
	width: 992px;
	margin: 0 auto;
}
.tourWrap h3 {
	text-align: center;
	background-color: #d1a952;
	color: #fff;
	font-size: 18px;
	line-height: 2.0em;
	margin-bottom: 20px;
}

/* ------------------------------------------------
template:ツアーカセット
------------------------------------------------ */
/***** 販売商品なし *****/
.outsales-txt {
    text-align: center;
    margin: 30px auto;
}
.outsales-txt:empty {
    display: none
}

/***** 遷移ボタン *****/
.other-link {
    width: 450px;
    margin: 10px auto;
}
.other-link a {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    color: #FFF;
    background: #333333;
    text-align: center;
    line-height: 60px;
    border-radius: 6px;
    transition: 0.3s;
    position: relative;
}
.other-link a:hover {
    opacity: 0.7;
}
.other-link a::after {
    content: "";
    background: url(/cmn/icon/icon_arrow_right_white.svg) no-repeat center center / cover;
    width: 12px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 3%;
    bottom: 0;
    margin: auto;
}


/***** モデルコース *****/
.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tab_label {
  color: #d1a952;
  font-weight: bold;
  border: solid 2px #d1a952;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: 5px 0;
  margin: 0 5px;
text-align: center;
	font-size: 1.5em;
}

.tab_label:hover {
  opacity: 0.75;
}

.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
}

input[name="tab_switch"] {
  display: none;
}

.tabs input:checked + .tab_label {
  color: #fff;
  background-color: #d1a952;
}
.tabs input:checked + .tab_label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #d1a952 transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}

.tab_content{
  position: relative;
  animation: fadeIn 1s ease;
}