@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:not(.searchmodule__box) {
  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;
}

/* おすすめツアー　発着地タブ切り替え
------------------------------------------ */
#tourWrap .area-tab {
	width: 94%;
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
#tourWrap .area-tab li {
	display: block;
    min-width: 23%;
	margin: 0 0.5% 8px;	
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
	color: #333333;
	background-color: #fff;
	text-align: center;
	border: solid 1px #333333;
	padding: 12px 0;
	/*position: relative;*/
}
#tourWrap .area-tab li.tabSelect {
	background-color: #333333;
	color: #fff;
	border: solid 1px #333333;
}
/*#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: #f2f2f2;
}
#tourTabWrap {
	width: 100%;
    padding: 10vw 0 0;
}
#tourTabWrap h2 {
    text-align: center;
    margin-bottom: 8vw;
}
#tourTabWrap h2 img {
    width: auto;
    height: 13vw;
}
#tourTabWrap .tab {
	width: 94vw;
	margin: 0 auto 5vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#tourTabWrap .tab li {
	display: block;
	width: 31%;
	margin: 0 1% 2vw;	
	font-size: 3.6vw;
	line-height: 1.3em;
	font-weight: bold;
	color: #0b8739;
	background-color: #fff;
	text-align: center;
	border: solid 1px #0b8739;
	padding: 3vw 0;
}
#tourTabWrap .tab li.nav_on {
	background-color: #0b8739;
	color: #fff;
	border: solid 1px #0b8739;
}

/*------------------------------------------------
	 おすすめツアー商品
--------------------------------------------------*/
.areabox{
	display:none;
}
.tourWrap {
    /*padding-bottom: 5vw;*/
}
.tourWrap .inner-box {
	width: 94vw;
	margin: 0 auto 5vw;
}
.tourWrap h3 {
	text-align: center;
	background-color: #d1a952;
	color: #fff;
	font-size: 3.6vw;
	line-height: 2.0em;
	margin-bottom: 3vw;
}

/* ------------------------------------------------
template:ツアーカセット
------------------------------------------------ */
.product-list {
    margin: auto;
    padding: 0;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.product-list * {
    box-sizing: border-box
}
.product-list > li {
    flex: 0 0 80%;
    margin: 0 calc(10vw / (750 / 100)) calc(20vw / (750 / 100));
    background: #FFF;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    position: relative;
    overflow: hidden;
}
.product-list > li:first-child {
    margin-left: calc(50vw / 7.5)
}
.product-list > li:empty {
    display: none;
}
.product-list > li:hover {
    box-shadow: 0 2px 20px rgb(0 0 0 / 25%);
}
.product-list > li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #333;
}
.item-photo__wrapper {
    position: relative;
}
.item-photo__wrapper img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: calc(360vw / (750 / 100))
}
.item-txt__wrapper {
    padding: calc(14vw / (750 / 100))
}
/***** PC/SP共カード型の場合　.card-style 追加　*****/
/*.product-list.card-style > li, .product-list.card-style .item-photo__wrapper, .product-list.card-style .item-photo__wrapper img {
    border-radius: 0;
}
.product-list.card-style > li a {
    width: auto;
    height: auto;
}*/
/*.product-list.card-style > li .product-list__item .item-photo__wrapper .item-txt__port {
    display: block;
    width: 100%;
    background: rgba(0 0 0 / 80%);
    padding: calc(6vw / (750 / 100));
    position: absolute;
    bottom: 0;
    left: 0
}*/
/*.product-list.card-style > li .product-list__item .item-photo__wrapper .item-txt__port .port-type {
    font-size: calc(22vw / (750 / 100));
    color: #FFF;
}*/
/***** 縦積みの場合　.row-style 追加　*****/
/***** 縦積みの場合　.row-style 追加　*****/
.product-list.row-style {
  margin: auto;
  padding: 0;
  display: block;
  overflow-x: auto;
}
.product-list.row-style>li {
  width: 100%;
  border-radius: 0;
  margin: 0 auto calc(16vw / (750 / 100));
  padding: calc(16vw / (750 / 100));
  background: #FFF;
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
  position: relative;
}

.product-list.row-style .product-list__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-list.row-style .item-photo__wrapper {
  border-radius: calc(10vw / (750 / 100));
  width: 34%;
  margin-right: calc(16vw / (750 / 100));
  overflow: hidden;
  position: relative;
}
.product-list.row-style .item-photo__wrapper img{
  border-radius: calc(10vw / (750 / 100));
  height: auto
}
.product-list.row-style .item-txt__wrapper {
  flex: 1;

  padding: 0
}
.item-txt__icon {
    line-height: 1.0;
}
.item-txt__icon .icon-type {
    line-height: 1.0;
}
.item-txt__icon .icon-type::after {
    display: none;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-bottom: calc(6vw / (750 / 100))
}
.item-txt__icon .icon-type.ana::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/ana.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.ado::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/ado.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.apj::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/apj.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.fda::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/fda.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.jal::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/jal.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.jet::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/jet.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.sfj::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/sfj.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.sjo::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/sjo.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-typesnj::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/snj.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.sky::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/sky.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.jr::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_jr.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.odakyu::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_odakyu.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.tobu::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_tobu.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.bus1::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_daybus.png");
    width: 80px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.bus2::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_staybus.png");
    width: 80px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.bus3::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_nightbus.png");
    width: 80px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.hotel::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_hotel.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.imp1::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_localguide.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.imp2::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_imp.png");
    width: 70px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.eco::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_ecotour.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.ship::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_ship.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.air::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_air.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.train::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_train.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.car::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_car.png");
    width: 80px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.rentcar1::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_rentacar.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.rentcar2::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_gas.png");
    width: 110px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.web::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_webcc.png");
    width: 160px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.web2::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_web.png");
    width: 110px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.line::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_line.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__port {
    font-size: calc(22vw / (750 / 100));
    font-weight: bold;
    color: #333;
}
.port-type::before {
    content: "【";
    display: inline-block
}
.port-type::after {
    content: "発着】";
    display: inline-block;
}
.port-type.train::after {
    content: "発】";
    display: inline-block;
}
.port-type.hotel::after, .product-list > li.stay .port-type::after {
    content: "】";
    display: inline-block;
}
a[href^="https://hotel.his-j.com/search/hotel-plan"] .port-type::after {
    content: "】";
    display: inline-block;
}
.port-type:last-child, .port-type:empty {
    display: none;
}
.port-type:empty + .port-type:last-child {
    display: block !important;
}
.item-label {
    position: absolute;
    top: 0;
    left: 0;
}
.item-label.government::after {
    display: inline-block;
    background-image: url("/kokunai/campaign/alljapan_plan/images/ico_zenkoku_shien.png");
    width: 100px;
    height: 28px;
}
.item-txt__title {
    font-size: calc(28vw / (750 / 100)) !important;
    font-weight: bold;
    line-height: 1.4em;
    color: #004098;
}
.item-txt__point {
    margin-top: calc(10vw / 7.5);
    font-size: calc(24vw / (750 / 100)) !important;
    line-height: 1.5em;
    margin-bottom: 1vw;
}
.item-txt__price .air_tour_code {
    display: block;
    font-size: 16px!important;
    color: #C00 !important;
    font-weight: bold;
}
.item-txt__price .air_tour_code .card__priceSmall, .item-txt__price .air_tour_code .card__priceTilde {
    color: #C00 !important;
    font-size: 16px!important;
}
.item-txt__price .air_tour_code:nth-child(2) {
    display: none;
}
.item-txt__price .air_tour_code:first-child:empty + .air_tour_code:nth-child(2) {
    display: block;
}
.item-txt__room .room-type {
    color: #333;
    font-size: calc(22vw / (750 / 100));
    font-weight: normal;
}
.room-type:before {
    content: "（";
    display: inline-block;
}
.room-type:after {
    content: "）";
    display: inline-block;
}
.room-type.js-split-room:empty, .room-type:nth-child(2) {
    display: none;
}
.room-type.js-split-room:empty + .room-type:nth-child(2) {
    display: block;
}
.item-txt__dep{
    color: #333;
    font-size: calc(22vw / (750 / 100));
    line-height: 1.5em;
    font-weight: normal;
    /*margin-top: 1vw;*/
}
.item-txt__note.js-split-dynamic {
    color: #333;
    font-size: calc(22vw / (750 / 100));
    line-height: 1.5em;
    font-weight: normal;
    /*margin-top: 1vw;*/
}
/*span[id*="dep_"].dep-date::after {
    content: none
}
.js-split-departure.dep-date::after, #dep_.dep-date::after {
    content: "出発"
}*/
.dep-date::after {
    content: "出発"
}
.dep-date:first-child:empty, span[id*="dep_"] {
    display: none;
}
.dep-date:first-child:empty + span[id*="dep_"] {
    display: block
}
.item-carrier {
    margin-top: calc(10vw / (750 / 100));
    font-size: calc(24vw / (750 / 100));
    font-weight: 500;
}
.item-carrier::before {
    content: "【利用航空会社】";
    display: inline-block;
}
.item-carrier::after {
    display: inline-block;
}
.item-carrier.none::before, .item-carrier.none::after {
    content: none
}
.item-carrier.jal::after {
    content: "JAL";
}
.item-carrier.ana::after {
    content: "ANA";
}
.item-carrier.sky::after {
    content: "スカイマーク";
}
.item-carrier.jetstar::after {
    content: "ジェットスター・ジャパン";
}
.item-carrier.peach::after {
    content: "Peach";
}
.item-carrier.fda::after {
    content: "フジドリームエアラインズ";
}
.price-note.true {
    font-size: calc(22vw / (750 / 100));
    display: block;
    position: relative;
    padding-left: 1.0em;
}
.price-note.true::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.price-note.false {
    display: none;
}
.hotel-notice {
    display: none;
}
a[href^="https://hotel.his-j.com/"] .hotel-notice {
    display: block;
    font-size: calc(22vw / (750 / 100));
}
/***** 縦積みの場合　.row-style 追加　*****/
.product-list.row-style .item-txt__title {
    font-size: calc(28vw / (750 / 100));
}
.product-list.row-style .item-txt__price .air_tour_code {
    font-size: calc(34vw / (750 / 100));
}

/***** 販売商品なし *****/
.outsales-txt {
    text-align: center;
    font-size: calc(22vw / 7.5);
    margin: calc(30vw / 7.5) auto;
}
.outsales-txt:empty {
    display: none
}
/***** 遷移ボタン *****/
.other-link {
    width: 80vw;
    margin: calc(20vw / (750 / 100)) auto;
}
.other-link a {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    font-size: calc(22vw / 7.5);
    font-weight: 500;
    color: #FFF;
    background: #333333;
    text-align: center;
    border-radius: 6px;
    transition: 0.3s;
    position: relative;
    padding: 3vw 5vw;
}
.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: 8px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}


/* 検索モジュール */
.main-content,
section #fukushima {
  padding-bottom: 0 !important;
}


/***** モデルコース *****/
.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.2em;
}

.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;
}