@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

:root{
  --content-color-blue: #0B96D9;
  --content-color-navy: #19415E;
  --content-color-green: #4D9E38;
  --bg-img-setting: no-repeat center center / contain;
  --bg-width-pc: max(100%, 1920px);
  --content-width: min((710vw / 7.5), 992px);
  --font-size-pc: 14px;
  --font-size-sp: calc(24vw / 7.5);
  --font-sans: 'Noto Sans JP', sans-serif;
  --content-font-size: min(var(--font-size-sp), var(--font-size-pc));
  --content-hover-speed: 0.3s;
  --content-card-shadow: 4px 4px rgb(128 128 128 / 100%);
  --content-arrow-right: url(../img/icon_arrow_right_white.svg);
  --content-arrow-down: url(../img/angle-down.svg);
  --content-border_s: 1px solid;
  --content-border_m: 2px solid;
  --content-border_l: 4px solid;
  --content-border_dot: 2px dotted;
}
.nosp{
  display: none
}
.main{
  font-family: var(--font-sans);
  font-size: var(--content-font-size);
  font-weight: 400;
  color: #000;
  position: relative;
  line-height: 1.0;
  background: #E9E7DB;
}
.main *{
  box-sizing: border-box;
}
.inner{
  width: var(--content-width);
  margin: auto;
}

.title__wrapper{
  width: 100%;
  background: url("../img/mv_bg.jpg") no-repeat center top / auto calc(400vw / 7.5);
  position: relative
}
.title-logo{
  height: calc(400vw / 7.5);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.title-logo>img{
  width: calc(421vw / 7.5);
}
.mv__inbox{
  margin: auto;
  display: flex;
  flex-direction: column;
}
.bodycopy{
  order: 2;
  width: var(--content-width);
  margin: auto;
  padding: calc(16vw / 7.5) 0;
  font-weight: bold;
  color: var(--content-color-navy);
  line-height: 1.5
}
.display_selected {
  order: 1;
  background: var(--content-color-navy);
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(36vw / 7.5);
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding: calc(16vw / 7.5) 0;
  position: relative;
  cursor: pointer;
}
.display_selected::before{
  content: "出発地";
  display: inline-block;
  font-size: calc(22vw / 7.5);
  margin-right: calc(8vw / 7.5)
}
.display_selected::after {
  content: "";
  background: var(--bg-img-setting) var(--content-arrow-down);
  width: calc(32vw / 7.5);
  height: calc(24vw / 7.5);
  position: absolute;
  top: 0;
  right: calc(16vw / 7.5);
  bottom: 0;
  margin: auto
}
.dep-select-zone {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: all .5s;
  z-index: 100;
  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: bold;
  color: #FFF;
  text-align: center;
}
.dep-select li:hover, .dep-select li.selected {
  background: #FFF;
  color: #000;
}
.close-button{
  margin: calc(40vw / 7.5) auto;
  width: 5em;
  padding: calc(10vw / 7.5);
  border: var(--content-border_s);
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
}


/*** .main__content ***/
.main__content{
  padding-top: calc(24vw / 7.5);
}
.area__tab{
  width: var(--content-width);
  margin: 0 auto calc(60vw / 7.5);
  display: flex;
  flex-wrap: wrap;
  gap: calc(16vw / 7.5);
  align-items: center;
}
.area__tab>li{
  width: calc((100% - ((16vw / 7.5) * 2)) / 3);
  background: #aaa;
  border-radius: 4px;
  padding: calc(24vw / 7.5) 0;
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.area__tab>li.is-current{
  background: var(--content-color-blue);
  position: relative
}

.content__weapper{
  display: none
}
.content__weapper.is-active{
  display: block
}
.head-title{
  margin-bottom: calc(32vw / 7.5);
  text-align: center;
}
.head-title>span{
  font-size: calc(60vw / 7.5);
  font-weight: bold;
  color: var(--content-color-navy);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}
.head-title>span:not(#about)::before{
  content: "";
  background: var(--bg-img-setting) url("../img/ico_eco.png");
  width: calc(47vw / 7.5);
  height: calc(68vw / 7.5);
  display: inline-block;
  margin-right: calc(16vw / 7.5);
}
.select__area{
  margin-bottom: calc(64vw / 7.5);
}
.item__list{
  display: flex;
  overflow: scroll;
  gap: calc(24vw / 7.5);
  margin-bottom: 32px;
}
.item__list.clm1{
  overflow: auto
}
.item__list>li{
  background: #FFF;
  flex: 0 0 85%;
  display: flex;
  flex-direction: column;
}
.item__list.clm1>li{
  flex: 0 0 100%; 
}
.item__area{
  background: var(--content-color-blue);
  padding: calc(16vw / 7.5) 0;
  font-size: calc(32vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.item__img{
  width: 100%;
  height: calc(360vw / 7.5);
}
.item__img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.item__inbox{
  position: relative;
  padding: calc(120vw / 7.5) calc(16vw / 7.5) calc(16vw / 7.5);
}
.sdgs__panel{
  width: calc(200vw / 7.5);
  height: calc(200vw / 7.5);
  background: #FFF;
  padding: calc(10vw / 7.5);
  position: absolute;
  top: calc(-80vw / 7.5);;
  left: 0;
}
.item__name{
  width: 100%;
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  line-height: 1.4;
  color: var(--content-color-blue);
  margin-bottom: calc(10vw / 7.5);
}
.item__txt{
  line-height: 1.4
}
.sub-title{
  font-size: calc(40vw / 7.5);
  font-weight: bold;
  color: var(--content-color-blue);
  text-align: center;
  margin-bottom: calc(16vw / 7.5);
}
.hotel__content .sub-title{
  color: var(--content-color-green);
}
.hotel__content .item__inbox{
  display: contents;
}
.hotel__content .item__name{
  color: var(--content-color-green);
  padding: calc(16vw / 7.5) calc(16vw / 7.5) 0
}
.hotel__content .item__txt{
  padding: 0 calc(16vw / 7.5)
}
.item__tokuten{
  width: 100%;
  margin: calc(24vw / 7.5) auto;
  padding: 0 calc(16vw / 7.5);
  display: flex;
  position: relative;
  gap: calc(8vw / 7.5);
}
.item__tokuten .tokuten__icon{
  background: var(--content-color-green);
  width: calc(80vw / 7.5);
  height: calc(80vw / 7.5);
  display: block
}
.tokuten__icon::after{
  content: "";
  background: var(--bg-img-setting) url("../img/privilege.png");
  width: calc(48vw / 7.5);
  height: calc(48vw / 7.5);
  position: absolute;
  top: calc(16vw / 7.5);
  left: calc(32vw / 7.5);
  margin: auto;
}
.tokuten__txt{
  display: block;
  flex: 1;
  line-height: 1.2;
}
.note__txt{
  margin-top: calc(8vw / 7.5);
  font-size: calc(20vw / 7.5);
  padding-left: 1.0em;
  text-indent: -1.0em;
  display: block;
}
.item__link{
  padding: 0 calc(16vw / 7.5) calc(24vw / 7.5);
  margin-top: auto
}
.item__link>a{
  display: block;
  border-radius: 4px;
  background: var(--content-color-green);
  padding: calc(24vw / 7.5) 0;
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative
}
.item__link>a::after{
  content: "";
  background: var(--bg-img-setting) var(--content-arrow-right);
  width: calc(48vw / 7.5);
  height: calc(48vw / 7.5);
  position: absolute;
  top: 0;
  right: calc(16vw / 7.5);
  bottom: 0;
  margin: auto
}
.js-product{
  display: none
}
.product-list.card-style>li{
  line-height: 1.4
}
.product__content .item__link{
  margin: calc(24vw / 7.5) auto;
  width: var(--content-width);
}
.product__content .item__link>a{
  background: var(--content-color-blue);
}

/*** 非表示 ***/
.content__weapper.hokuriku .sdgs__content{
  display: none
}

/***** SDGsとは *****/
.about__area{
  background: #FFF;
  padding: calc(40vw / 7.5) 0
}
.sdgs__bodycopy{
  padding-left: calc(180vw / 7.5);
  position: relative;
  line-height: 1.5;
  margin-bottom: calc(40vw / 7.5);
}
.sdgs__bodycopy::before{
  content: "";
  background: var(--bg-img-setting) url("../img/sdgs_icon.png");
  width: calc(160vw / 7.5);
  height: calc(160vw / 7.5);
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.sdgs__list{
  display: flex;
  flex-wrap: wrap;
  gap: calc(20vw / 7.5);
}
.sdgs__list>li{
  width: 100%;
  display: flex;
  gap: calc(16vw / 7.5);
}
.sdgs__img{
  width: calc(160vw / 7.5);
}
.sdgs__item{
  flex: 1
}
.sdgs__midashi{
  font-size: calc(28vw / 7.5);
  margin-bottom: calc(16vw / 7.5);
}
.sdgs__txt{
  line-height: 1.5
}
