@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700&display=swap');

:root{
  --content-color-base: #2C2A29;
  --content-color-blue: #54bede;
  --content-color-purple: #2c2f71;
  --content-color-gray: #edf1f4;
  --content-color-t_green: rgba(20 142 101 / 80%);
  --bg-img-setting: no-repeat center center / contain;
  --content-width-sp: calc(336vw / 3.75);
  --content-width-pc: 1104px;
  --content-width: min(var(--content-width-sp), var(--content-width-pc));
  --content-width-tab: min(calc(100% - (96vw / 7.68)), var(--content-width-pc));
  --content-bg-width-pc: max(100%, 1920px);
  --font-size-pc: 14px;
  --font-size-sp: calc(14vw / 3.75);
  --font-sans: 'Noto Sans JP', serif;
  --font-serif: "Noto Serif JP", serif;
  --content-font-size: min(var(--font-size-sp), var(--font-size-pc));
  --content-hover-speed: 0.3s;
  --content-arrow-down: url(../img/arrow_01.png);
  --content-arrow-right: url(../img/arrow_03.png);
  --content-arrow-right_b: url(../img/arrow_02.png);
  --content-border-1: 1px solid;
  --content-border-2: 2px solid;
  --content-border-4: 4px solid;
}

.is-sp,
.is-tb{
  display: none
}
.main{
  font-family: var(--font-sans);
  font-size: var(--content-font-size);
  color: var(--content-color-base);
  line-height: 1.3;
  position: relative;
}
.main *{
  box-sizing: border-box;
}
.inner{
  width: var(--content-width);
  margin: auto;
}
a{
  transition: var(--content-hover-speed);
}
@media (768px <= width <= 1103px){
  .is-tb{
    display: block
  }
}

/*** MV・ナビ ***/
.title-wrapper{
  position: relative;
}
#js-mv-slider{
  width: 100%;
  height: 720px;
  position: relative;
}
.title-logo{
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: var(--content-width);
  margin: auto;
}
.nav-wrapper{
  width: 100%;
  background: rgba(44 47 113 / 70%);
  position: absolute;
  top: 520px;
  left: 0
}
.nav-wrapper>.inner{
  display: grid;
  grid-template-columns: 1fr 120px;
}
.nav-list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-left: var(--content-border-1) #FFF;
}
.nav-list>li{
  border-right: var(--content-border-1) #FFF;
}
.nav-list>li>a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  padding: 16px 0 32px;
  position: relative
}
.nav-list>li>a::after{
  content: "";
  background: var(--content-arrow-down) var(--bg-img-setting);
  width: 17px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  margin: auto;
}
.nav-list>li>a:hover{
  background: var(--content-color-blue);
}
.display_selected {
  width: 120px;
  height: 100%;
  background: var(--content-color-blue);
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 20
}
.display_selected::after {
  content: "";
  background: var(--content-arrow-down) var(--bg-img-setting);
  width: 17px;
  height: 12px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 8px;
  margin: auto;
}
.dep-select-zone {
  display: none;
  width: 120px;
  background: #FFF;
  position: absolute;
  z-index: 30;
  border: var(--content-border_s) var(--content-color-blue);
  border-top: none;
}
.dep-select>li {
  cursor: default;
  padding: 2px 8px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5
}
.dep-select>li:hover, 
.dep-select>li.selected {
  color: #FFF;
  background: var(--content-color-blue);
}
.close-button{
  display: none
}

@media (768px <= width <= 1103px){
  .nav-wrapper .inner{
    width: 100vw;
  }
}

/***** メインコンテンツ *****/
.main-container{
  position: relative;
}
.content-wrapper{
  padding: 80px 0;
}
.head-title{
  font-family: var(--font-serif);
  font-size: min(36px, (30vw / 7.68));
  font-weight: bold;
  font-style: italic;
  text-align: center;
  position: relative
}
.head-title .title-sub{
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 24px;
  color: var(--content-color-purple);
  margin-right: 10px;
}
.head-title::before{
  content: "";
  background: var(--bg-img-setting);
  background-image: url("../img/bg_h2.png");
  width: 80px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 
}
.sub-title{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.note-txt{
  display: block;
  font-size: 12px;
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.is-fit{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/***** おすすめツアー *****/
.content-wrapper.tour{
  padding-top: 0;
  background: url("../img/bg_tour.png") no-repeat center bottom / auto;
}
.head-title#tour{
  margin-bottom: 40px;
}
.area00{
  display: none
}
.link-area{
  display: flex;
  gap: 24px;
  margin: 32px auto;
  justify-content: center
}
.more-link{
  width: min(450px, calc((100% - 16px) / 2));
}
.more-link:empty{
  display: none
}
.more-link>a{
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-align: center;
  border-radius: 40px;
  background: #FFF;
  position: relative;
  padding: 16px 0;
  border: var(--content-border-2);
}
.more-link>a::after{
  content: "";
  background: var(--bg-img-setting);
  background-image: var(--content-arrow-right_b);
  width: 12px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}
.more-link>a:hover{
  border-color: var(--content-color-blue);
  background: var(--content-color-blue);
  color: #FFF;
}
.more-link>a:hover::after{
  background-image: var(--content-arrow-right) 
}

/*** 流氷ってなんだろう？***/
.head-title#about{
  margin-bottom: 90px;
}
.about-content{
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 220px;
}
.about-item{
  width: 50%;
  position: relative;
  display: grid;
  gap: 8px;
}
.about-item::before{
   content: "";
   background: url("../img/map.png") no-repeat left top / contain;
   width: 960px;
   height: 788px;
   position: absolute;
   top: -45px;
   right: 100%;
   z-index: 10
}
.about-item .sub-title{
  text-align: left
}
.about-txt{
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5
}
.about-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 20;
}
.about-list>li{
  display: grid;
  gap: 16px;
  align-content: flex-start;
  padding: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-list .season{
  background-position: center bottom;
  background-image: url("../img/img_garinko.png");
  background-color: #99d1ff;
}
.about-list .enjoy{
  background-position: center top;
  background-image: url("../img/img_walk.png");
  background-color: #8faab8;
  padding-top: 350px;
}
.about-list .clione{
  background-position: center bottom;
  background-image: url("../img/img_clione.png");
  background-color: #53cceb;
}
.about-midashi{
  font-size: min(28px, (24vw / 7.68));
  font-weight: bold;
  text-align: center;
}
.about-midashi>small{
  font-size: 80%;
}
.about-list>li .about-txt{
  font-size: 14px;
}

@media (768px <= width <= 1103px){
  .head-title#about{
    margin-bottom: 40px;
  }
  .about-content{
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
  }
  .about-content::after{
    content: "";
    background: url("../img/map.png") no-repeat left top / contain;
    width: 100%;
    aspect-ratio: 960 / 768;
    display: block;
  }
  .about-item{
    width: 100%;
  }
  .about-item::before{
    content: none
  }
}

/*** 流氷体験 ***/
.content-wrapper.activity{
  display: grid;
  gap: 80px;
  background: url("../img/bg_op_btm.png") no-repeat center bottom / auto
}
.content-wrapper.activity .inner{
  display: grid;
  gap: 40px;
}
.activity-list{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px 24px;
}
.activity-list>li:nth-child(-n+2){
  grid-column: span 3
}
.activity-list>li:nth-child(n+3){
  grid-column: span 2
}
.activity-list>li{
  display: grid;
  gap: 8px;
  grid-template-rows: subgrid;
  grid-row: span 3;
  position: relative
}
.activity-list>li::before{
  content: "";
  background: var(--bg-img-setting);
  width: 88px;
  height: 78px;
  position: absolute;
  top: -20px;
  left: 10px;
  z-index: 20
}
.activity-list>li:first-child::before{
  background-image: url("../img/ico_monbetsu.png")
}
.activity-list>li:nth-child(2)::before{
  background-image: url("../img/ico_abashiri.png")
}
.activity-list>li:nth-child(3)::before{
  background-image: url("../img/ico_shiretoko.png")
}
.activity-list>li:nth-child(4)::before{
  background-image: url("../img/ico_notsukehanto.png")
}
.activity-list>li:last-child::before{
  background-image: url("../img/ico_shiretoko_rausu.png")
}
.activity-img>img{
  aspect-ratio: 1.8 / 1
}
.activity-item{
  display: contents
}
.activity-title{
  font-size: min(24px, (20vw / 7.68));
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}
.activity-txt{
  font-family: var(--font-serif);
  font-weight: bold;
  line-height: 1.5
}
.activity-copy{
  display: block;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: bold;
  color: var(--content-color-purple);
  margin-bottom: 8px;
}

.faq-box{
  background: rgba(255 255 255 / 70%);
  padding: 24px;
  display: grid;
  gap: 16px;
}
.faq-inbox{
  display: contents
}
.faq-list{
  display: grid;
  gap: 24px;
}
.que{
  font-size: 18px;
  font-weight: bold;
  color: var(--content-color-purple);
  margin-bottom: 4px;
}
.ans{
  line-height: 1.5;
}
.calender-box{
  display: grid;
  grid-template-columns: 468px 1fr;
  gap: 24px;
  align-items: flex-start;
  margin-top: 16px;
}
.ice-calender{
  background: #f2f6fc;
  display: grid;
}
.title-cell{
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  line-height: 1.0;
  text-align: center;
  padding: 8px;
}
.midashi-cell{
  grid-row: 1 / 3;
  grid-column: 2 / 8;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
}
.midashi-cell>span{
  display: block;
  grid-column: span 2;
  background: var(--content-color-purple);
  font-size: 16px;
  color: #FFF;
  text-align: center;
}
.year-cell{
  grid-row: 2 / 3;
  grid-column: 2 / 8;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
}
.year-cell>span{
  display: block;
  background: var(--content-color-blue);
  color: #FFF;
  text-align: center;
}
.area-cell{
  grid-column: 1 / 2;
  background: var(--content-color-purple);
  font-size: 16px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
.date-cell{
  grid-column: 2 / 8;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
}
.date-cell+.area-cell,
.area-cell+.date-cell{
  border-top: var(--content-border-1) #FFF
}
.date-cell>span{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-right: var(--content-border-1) #FFF;
  padding: 4px
}
.date-cell>span:last-child{
  border-right: none
}
.date-cell>span.no-report{
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center
}
.ice-calender-note{
  line-height: 1.5
}
.ice-calender-note>li:nth-child(-n+2){
  font-size: 16px;
  font-weight: bold;
}
.ice-calender-note>li:last-child{
  text-align: right;
  font-size: 12px;
}
.clothes-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}
.clothes-list>li{
  background: #f2f6fc;
}
.clothes-type{
  display: block;
  background: var(--content-color-blue);
  font-weight: bold;
  color: #FFF;
  text-align: center
}
.clothes-kinds{
  padding: 4px 8px;
  line-height: 1.3
}

@media (768px <= width <= 1103px){
  .activity-list{
    gap: 40px 16px
  }
  .calender-box{
    grid-template-columns: auto
  }
}

/*** 観光スポット・イベント***/
.content-wrapper.spot{
  background: url("../img/bg_others.jpg") center top repeat-y;
}
.content-wrapper.spot .inner{
  display: grid;
  gap: 100px;
}
.content-wrapper.spot .head-title::before{
  background-image: url("../img/bg_h2_hkd.png");
  width: 118px;
  height: 115px;
}
.item-content{
  display: grid;
  gap: 40px;
}

.spot-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 24px;
}
.spot-list>li{
  display: grid;
  gap: 8px;
  grid-template-rows: subgrid;
  grid-row: span 3;
  position: relative
}
.spot-list.event>li{
  grid-row: span 4;
}
.spot-img>img{
  aspect-ratio: 1.8 / 1
}
.spot-item{
  display: contents
}
.spot-midashi{
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  font-size: min(24px, (20vw / 7.68));
  font-weight: bold;
  text-align: center;
}
.spot-icon{
  display: block;
  background: var(--content-color-blue);
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  flex-shrink: 0
}
.spot-txt{
  font-family: var(--font-serif);
  font-weight: bold;
  line-height: 1.5
}
.spot-copy{
  display: block;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: bold;
  color: var(--content-color-purple);
  margin-bottom: 8px;
}
.spot-databox{
  background: var(--content-color-gray);
  padding: 12px;
}
.spot-databox>li{
  font-size: 14px;
}
.spot-databox>li:first-child{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.spot-databox>li.note-txt{
  font-size: 12px;
}

@media (768px <= width <= 1103px){
  .content-wrapper.spot{
    background: url(../img/bg_others.jpg) repeat center top / 120%;
  }
  .spot-midashi{
    text-align: left
  }
}

/*** 記事 ***/
.news-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.news-list>li{
  position: relative
}
.news-list>li>a{
  display: block
}
.news-list>li>a:hover{
  opacity: .8
}
.news-img{
  width: 100%;
  height: 120px;
  margin-bottom: 8px;
}
.news-midashi{
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 24px
}
.news-list>li::after{
  content: "";
  width: 16px;
  height: 16px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: var(--content-color-blue);
  position: absolute;
  right: 0;
  bottom: 0;
}

.content-wrapper.foot{
  padding: 48px 0
}
.content-wrapper.foot .inner{
  display: grid;
  gap: 16px
}