@charset "UTF-8";

body {
  background-color: #000;
}

.container {
  max-width: 1300px;
  padding-bottom: 100px;
  background-color: #000;
}

@media screen and (max-width: 1340px) {
  .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 640px) {
  .container {
    padding-bottom: 50px;
  }
}





#header {
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 940px) {
  #header {
    position: static;
  }
}

#header a {
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
}

@media screen and (max-width: 940px) {
  #header a {
    font-size: 14px;
  }
}

@media screen and (max-width: 440px) {
  #header a {
    font-size: 10px;
  }
}

#header h1 {
  padding-top: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 940px) {
  #header h1 {
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 0px;
    max-width: 80px;
  }
}

#header.nav-fix {
  top: 0;
  background-color: rgba(0, 0, 0, .7);
}

/* チェックボックスを非表示にする 
#header .drawer_hidden {
  display: none;
}*/

#header .nav_content {
  margin-left: auto;
}

#header ul.gnav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  text-align: center;
  width: 100%;
  font-family: serif;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#header ul.gnav-menu li {
  margin-left: 1em;
  margin-right: 1em;
}

@media screen and (max-width: 840px) {

  #header {
    flex-wrap: wrap;
  }

  #header .nav_content {
    display: none;
    margin-left: auto;
    width: 100%;
  }

  #header.nav-fix .nav_content {
    display: block;
  }


  #header ul.gnav-menu {
    flex-wrap: wrap;
  }

  #header ul.gnav-menu li {
    width: 50%;
    margin-left: 0em;
    margin-right: 0em;
  }

  #header ul.gnav-menu li {
    border-bottom: 1px solid #E3A919;
  }

}


/* ハンバーガーアイコンの設置スペース 
  #header .drawer_open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    cursor: pointer;
  }*/

/* ハンバーガーメニューのアイコン 
  #header .drawer_open span,
  #header .drawer_open span:before,
  #header .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #E3A919;
    transition: 0.5s;
    position: absolute;
  }*/

/* 三本線の一番上の棒の位置調整 
  #header .drawer_open span:before {
    bottom: 8px;
  }

  #header .drawer_open span:after {
    top: 8px;
  }

  #header #drawer_input:checked~.drawer_open span {
    background: rgba(255, 255, 255, 0);
  }

  #header #drawer_input:checked~.drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #header #drawer_input:checked~.drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
*/
/* メニューのデザイン
  #header .nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, .7);
    transition: .5s;
  }

  #header ul.gnav-menu {
    display: block;
    margin-top: 80px;
  }

  #header ul.gnav-menu li {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
  }*/

/* メニューを画面に入れる */
/* アイコンがクリックされたらメニューを表示 
  #header #drawer_input:checked~.nav_content {
    left: 0;
}*/

@media screen and (max-width: 600px) {

  #header h1 {
    padding-top: 5px;
    padding-left: 0px;
  }

  #header ul.gnav-menu li:nth-of-type(1),
  #header ul.gnav-menu li:nth-of-type(4) {
    width: 100%;
  }

  #header ul.gnav-menu li:nth-of-type(2) {
    border-right: 1px solid #E3A919;
  }

  #header ul.gnav-menu li {
    border-bottom: 1px solid #E3A919;
  }

}






#video_wp {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
}

#video_wp #video {
  /*天地中央配置*/
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  width: 100%;
}





.mainArea {
  padding-top: 0px;
  background-color: #000;
}

.mainArea h2, .mainArea h3 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 1em;
  color: #E3A919;
  font-size: 35px;
  font-family: serif;
  font-weight: 700;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .mainArea h2 {
    padding-top: 2em;
    font-size: 25px;
  }
}

.mainArea h2 img {
  max-width: 650px;
}

.mainArea h3 {
  font-size: 28px;
  position: relative;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}

@media screen and (max-width: 639px) {
  .mainArea h3 {
    font-size: 20px;
  }
}

.mainArea h3::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-position: center center;
  background-size: contain;
  background-image: url(/images/grande_polaire/icon_GPstar.webp);
  background-repeat: no-repeat;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .mainArea h3::before {
    width: 30px;
    height: 30px;
  }
}

.mainArea h3 span {
  display: block;
}

.mainArea h3 span span {
  font-size: 75%;
}

.mainArea h4 {
  font-family: serif;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 639px) {
  .mainArea h4 {
    font-size: 18px;
  }
}

.mainArea p {
  font-size: 18px;
  color: #fff;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .mainArea p {
    font-size: 16px;
  }
}

@media screen and (max-width: 539px) {
  .mainArea p {
    font-size: 14px;
  }
}

.mainArea .sec_cont_warp {
  margin: 0 auto 0px;
  padding-bottom: 80px;
  max-width: 1300px;
}


#about p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #about p {
    text-align: left;
  }
}





/* art_gallery_area */

.art_gallery_area {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1240px) {
  .art_gallery_area {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}

.art_gallery_area .slider_pict01 img,
.art_gallery_area .slider_pict02 img {
  width: 100%;
}

.art_gallery_area .slider_pict02 li p {
  padding: 0.5em;
  text-align: center;
  font-weight: bold;
  font-weight: 700;
}

.art_gallery_area button.slick-prev, .art_gallery_area button.slick-next {
  z-index: 2;
}

.art_gallery_area .slick-prev::before,
.art_gallery_area .slick-next::before {
  font-family: "lionicon";
  position: relative;
  content: "\f104";
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
  opacity: 1;
}

.art_gallery_area .slick-next::before {
  content: "\f105";
}

.art_gallery_area .slick-prev {
  left: 0px;
  top: 50%;
}

.art_gallery_area .slick-next {
  right: 25px;
  top: 50%;
}

.art_gallery_area .slick-prev:hover:before {
  animation: arrow_prev .5s ease-out forwards;
}

@keyframes arrow_prev {
  0% {
    right: 0px;
  }

  50% {
    right: 5px;
  }

  100% {
    right: 0;
  }
}

.art_gallery_area .slick-next:hover:before {
  animation: arrow_next .5s ease-out forwards;
}

@keyframes arrow_next {
  0% {
    left: 0px;
  }

  50% {
    left: 5px;
  }

  100% {
    left: 0;
  }
}

.art_gallery_area .thumbnail_list01,
.art_gallery_area .thumbnail_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-top: 15px;
}

.art_gallery_area .thumbnail_item {
  min-height: 80px;
  margin-right: 1%;
  margin-bottom: 5px;
  opacity: 0.5;
  cursor: pointer;
  line-height: 0;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.art_gallery_area .thumbnail_item img {
  height: 100%;
  object-fit: cover;
}

.art_gallery_area .thumbnail_current {
  opacity: 1;
}

@media screen and (max-width: 767px) {

  .art_gallery_area .thumbnail_list01,
  .art_gallery_area .thumbnail_list02 {
    flex-wrap: wrap;
  }

  .art_gallery_area .thumbnail_item {
    width: 32.3333333%;
    min-height: 80px;
    margin-right: 1%;
  }
}







#product.sec_cont_warp .sec_cont_title {
  padding-left: 50%;
  padding-right: 5%;
  text-align: center;
  padding-bottom: 80px;
  background-position: center center;
  background-size: cover;
  background-image: url(/images/grande_polaire/bg_product.webp);
  background-repeat: no-repeat;
}

@media screen and (max-width: 580px) {
  #product.sec_cont_warp .sec_cont_title {
    padding-left: 5%;
    padding-right: 5%;
    background-position: center left;
    padding-bottom: 50px;
  }
}

#product.sec_cont_warp .sec_cont_title figure {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

#product.sec_cont_warp .moviwp {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}


#product.sec_cont_warp .movie {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

#product.sec_cont_warp .movie #video02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider_pict03 .slide_item {
  position: relative;
}

.slider_pict03 .slide_item .item_text {
  opacity: 0;
  height: 0;
  font-size: 12px;
  line-height: 1.2;
}

.slider_pict03 .slide_item:hover .item_text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px;
  text-align: center;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
  transition: .3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.sec_concept_area ul li {
  min-height: 400px;
  padding: 30px;
  padding-right: 30%;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/images/grande_polaire/bg_concept_area01.webp);
}

@media screen and (max-width: 580px) {
  .sec_concept_area ul li {
    padding-right: 30px;
  }
}

.sec_concept_area ul li:nth-of-type(2) {
  background-image: url(/images/grande_polaire/bg_concept_area02.webp);
}

.sec_concept_area ul li:nth-of-type(3) {
  background-image: url(/images/grande_polaire/bg_concept_area03.webp);
}

.sec_concept_area ul h4 {
  padding-bottom: 1em;
}

.sec_concept_area ul p {
  max-width: 600px;
}







.tab {
  display: flex;
  flex-wrap: wrap;
}

.tab li {
  width: 20%;
}

.tab li a {
  display: flex;
  height: 100%;
  padding: 20px 0;
  padding-top: 50px;
  border: 1px solid #E3A919;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
}

.tab li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  background-position: center center;
  background-size: contain;
  background-image: url(/images/grande_polaire/icon_GPstar.webp);
  background-repeat: no-repeat;
  line-height: 1;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  color: #000;
  background: #fff;
}

/*エリアの表示非表示と形状*/
.productarea {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  padding: 30px 0px;
}

/*areaにis-activeというクラスがついた時の形状*/
.productarea.is-active {
  display: block;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.productarea .tit h3, .productarea .tit h4 {
  width: 100%;
}

.productarea .tit h3 {
  padding-top: 100px;
}

.productarea .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.productarea .inner .conts {
  width: 70%;
  padding-right: 5%;
  padding-top: 30px;
  background-color: #000;
}

.productarea .inner .img_map {
  width: 30%;
  padding-top: 30px;
  background-color: #000;
}

.productarea#hokkaido .inner .conts {
  width: 60%;
}

.productarea#hokkaido .inner .img_map {
  width: 40%;
}

@media screen and (max-width: 639px) {

  .productarea .inner .conts {
    width: 100%;
    padding-right: 0%;
  }

  .productarea .inner .img_map {
    width: 80%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .productarea#hokkaido .inner .conts {
    width: 100%;
    padding-right: 0%;
  }

  .productarea#hokkaido .inner .img_map {
    width: 100%;
    max-width: 500px;
  }

}

.productarea .inner .conts ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.productarea .inner .conts ul li {
  width: 15%;
  min-width: 100px;
  margin-right: 1%;
  color: #fff;
}

.productarea .inner .conts ul li:last-child {
  margin-right: 0%;
}

.productarea .inner .conts ul li figcaption {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.productarea .tit h3 span {
  display: block;
  font-size: 16px;
}

.productarea .tit h4 {
  text-align: center;
  padding-bottom: 70px;
}

.productarea .tit {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.productarea#azumino .tit {
  background-image: url(/images/grande_polaire/bg_area_azumino.webp);
}

.productarea#hokkaido .tit {
  background-image: url(/images/grande_polaire/bg_area_hokkaido.webp);
}

.productarea#furusato .tit {
  background-image: url(/images/grande_polaire/bg_area_furusato.webp);
}

.productarea#yamanashi .tit {
  background-image: url(/images/grande_polaire/bg_area_yamanashi.webp);
}

.productarea#okayama .tit {
  background-image: url(/images/grande_polaire/bg_area_okayama.webp);
}







.shop_info .gradationBtn {
  max-width: inherit;
  margin: 1em;
  margin-top: -2em;
  font-weight: bold;
  font-weight: 700;

}

.shop_info .unit_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: none;
}

.shop_info .unit_table dt {
  width: 7em;
  padding: 20px 0;
  flex-shrink: 1;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-right: 1px solid #FDD777;
  border-bottom: 1px solid #F0E9DB;
}

@media screen and (max-width: 480px) {
  .unit_table dt {
    border-left: none;
  }
}

.shop_info .unit_table dd {
  width: calc(100% - 7em);
  border-right: none;
  color: #fff;
}

.shop_info .unit_table dd.time span {
  display: block;
}


.shop_info .unit_table dt:last-of-type,
.shop_info .unit_table dd:last-child {
  border-bottom: none;
}



.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.information h2 {
  width: 100%;
}

.information .shop_info {
  width: 50%;
}

.information .map {
  width: 48%;
}

@media screen and (max-width: 940px) {
  .information {
    display: block;
  }

  .information .shop_info {
    width: 100%;
  }

  .information .map {
    width: 100%;
    margin-top: 30px;
    height: 400px;
  }
}






.bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bnr li {
  width: 32%;
}

@media screen and (max-width: 539px) {

  .bnr {
    justify-content: space-around;
  }

  .bnr li {
    margin-bottom: 10px;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bnr li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 180px;
  border: 1px solid #E3A919;
  position: relative;
}

.bnr li:nth-of-type(1) a {
  background-image: url(/images/grande_polaire/bnr_bg01.webp);
}

.bnr li:nth-of-type(2) a {
  background-image: url(/images/grande_polaire/bnr_bg02.webp);
}

.bnr li:nth-of-type(3) a {
  background-image: url(/images/grande_polaire/bnr_bg03.webp);
  background-size: contain;
  background-position: 50% 35%;
}

@media screen and (max-width: 800px) {
  .bnr li:nth-of-type(3) a {
    background-position: 50% 50%;
  }
}

.bnr li a span {
  position: absolute;
  bottom: 0;
  display: block;
  width: calc(100% - 20px);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
}

@media screen and (max-width: 539px) {

  .bnr li:nth-of-type(3) a {
    padding-top: 140px;
  }

  .bnr li a span {
    font-size: 12px;
  }


}