@charset "utf-8";

/* 共通
***************************************************/

.pcHidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcHidden {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .spHidden {
    display: none !important;
  }
}

.t-y {
  color: #ffef8a;
}

.t-w {
  color: #fff;
}

.t-o {
  color: #d5731c;
}

.text-27 {
  font-size: 2.7rem;
}

.text-25 {
  font-size: 2.5rem;
}

.text-20 {
  font-size: 2.0rem;
}

.main__block {
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {
  .text-27 {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 1040px) {}

@media screen and (max-width: 782px) {
  .text-20 {
    font-size: 1.5rem;
  }

  .text-25 {
    font-size: 2.0rem;
  }
}

/********************************************************************** 
TOPページ
***********************************************************************/

/* KV
***************************************************/


@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1040px) {}

@media screen and (max-width: 782px) {}

/* 各社ロゴ
***************************************************/
.loop_wrap {
  display: flex;
  width: 100vw;
  height: 220 px;
  overflow: hidden;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1040px) {}

@media screen and (max-width: 782px) {
  .loop_wrap {
    width: 200vw;
  }
}

/* about
***************************************************/
.about {
  background-color: #f0e9c0;
  background-image: url(../images/bg01.jpg);
  background-repeat: repeat;
  padding-top: 10rem;
  padding-bottom: 5.0rem;
  position: relative;
}

.flag_l {
  position: absolute;
  top: -10px;
  left: -10px;
}

.flag_r {
  position: absolute;
  top: -10px;
  right: -15px;
}

.hops {
  position: absolute;
  bottom: 30%;
  left: 2%;
}

.barrel {
  position: absolute;
  bottom: 5%;
  right: 2%;
}

.bout_inner {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.aboutT {
  position: absolute;
  right: 0;
  left: 0;
  margin: -6% auto;
}

.lead {
  font-size: 2.0rem;
  background-color: #f9f6e6;
  padding-top: 10rem;
  padding-bottom: 10rem;
}


@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {
  .flag_l {
    width: 30%;
  }

  .flag_r {
    width: 30%;
  }
}

@media screen and (max-width: 1120px) {
  .aboutT img {
    width: 350px;
  }

  .hops, .barrel {
    width: 190px;
  }
}
@media screen and (max-width: 980px) {
  .hops, .barrel {
    width: 140px;
  }
}

@media screen and (max-width: 782px) {
  .aboutT img {
    width: 210px;
  }

  .about {
    padding-top: 7rem;
  }

  .lead {
    font-size: 1.6rem;
    padding: 7rem 4rem;
    text-align: start;
  }
}


/* アンカーリンク
***************************************************/
.g_nav {
  margin: 3rem;
}

.ank_link {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.ank_link li {
  margin: 1rem;
}

/* 画像の切り替え */
.switch_image {
  position: relative;
}

.switch_image img {
  transition: opacity 0.5s;
}

.switch_image:hover img:first-of-type {
  opacity: 0;
}

.switch_image img:last-of-type {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.switch_image:hover img:last-of-type {
  opacity: 1;
}


@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1120px) {}


@media screen and (max-width: 782px) {
  .switch_image img {
    width: 135px;
  }

  .coming_image img {
    width: 135px;
  }

  .switch_image:hover img:first-of-type {
    opacity: 1;
  }
}





/* ひろばゑーる #hiroba
***************************************************/
#hiroba {
  background-image: linear-gradient(180deg, rgba(151, 212, 220, 1), rgba(124, 186, 203, 1) 74%, rgba(88, 152, 180, 1));
}

.hiroba_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h_text_area {
  width: 35%;
  margin: 0 auto;
  padding: 3rem;
}

#hiroba .heading {
  font-size: 3.8rem;
}

.markerUnder {
  background: linear-gradient(transparent 60%, #fff 0%);
  display: inline;
  padding: 0 1px 0px;
}

.label p {
  font-size: 3.0rem;
  width: 185px;
  text-align: center;
  position: relative;
  padding: 3px;
  background-color: #f9cb15;
  color: #fff;
}

.label p span {
  display: block;
  /* padding: 1rem 2rem; */
  background: #fff;
  background-image: linear-gradient(90deg, rgba(239, 130, 0, 1), rgba(229, 0, 18, 1) 50%, rgba(237, 104, 4, 1));
}

.emphasis{
  font-weight: bold;
}

@media screen and (max-width: 1400px) {
  #hiroba .heading {
    font-size: 3.0rem;
  }

  .h_text_area {
    width: 45%;
  }
}

@media screen and (max-width: 1280px) {
  #hiroba .heading {
    font-size: 2.5rem;
  }

  .label p {
    font-size: 2.5rem;
  }

  .h_text_area {
    width: 47%;
  }
}

@media screen and (max-width: 1120px) {
  .h_text_area {
    width: 70%;
  }
}

@media screen and (max-width: 782px) {
  .hiroba_box {
    display: block;
  }

  .h_text_area {
    width: 100%;
  }

  .label p {
    width: 120px;
    font-size: 2.0rem;
  }

  #hiroba .heading {
    font-size: 2.0rem;
  }
}


/* クラフトビールとのペアリング #pairing
***************************************************/
#pairing {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.p_text_area {
  width: 35%;
  margin: 8rem;
}

h3.heading {
  font-size: 3.8rem;
}

#pairing .text {
  font-size: 1.8rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.btn01 {
  width: 250px;
  margin: 0 auto;
}

.btn01 a {
  background-color: #a7161d;
  border-radius: 60px;
}

@media screen and (max-width: 1400px) {
  h3.heading {
    font-size: 2.8rem;
  }

  .p_text_area {
    width: 45%;
    margin: 4rem;
  }
}

@media screen and (max-width: 1280px) {
  h3.heading {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1120px) {}

@media screen and (max-width: 782px) {
  #pairing {
    display: block;
    padding: 3rem;
  }

  .p_text_area {
    width: 100%;
    margin: 0;
  }

  h3.heading {
    font-size: 2.0rem;
    text-align: center;
  }

  #pairing .text {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}

/* ビールカクテル #cocktail
***************************************************/
#cocktail {
  /* background-color: #f0e9c0; */
  background-color: #e1e1e1;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 5rem;

}

.cocktail_title {
  text-align: center;
  margin-bottom: 3rem;

}

#cocktail .text {
  text-align: center;
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1120px) {
  .cocktail_title img {
    width: 510px;
  }
}

@media screen and (max-width: 782px) {
  .cocktail_title img {
    width: 340px;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.slider01 {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 80%;
  margin: 0 auto;
}

.slider01 img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider01 .slick-slide {
  margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align: center;
  margin: 6rem 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}



/* スカイビアプラン #beer_plan
***************************************************/
#beer_plan {
  background-color: #104f83;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.plan_area {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  padding: 7rem 0;
}

.plan_text_box {
  width: 42%;
}

.btn_02 a {
  border-radius: 60px;
  margin: 0 auto;
}

.yoyaku_b{
  font-size: 1.8rem;
  border: 2px solid;
  padding: 0.5rem 1rem;
  line-height: 2.5;
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {
  h4.heading {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1120px) {
  .plan_text_box {
    padding: 5rem;
  }

  .plan_p img {
    width: 500px;
  }
}
@media screen and (max-width: 980px) {
  .plan_p img{
    width: 400px;
  }
}

@media screen and (max-width: 782px) {
  .plan_area {
    display: block;
    padding: 3rem 0;
  }

  .plan_text_box {
    width: 100%;
  }

  h4.heading {
    font-size: 2.0rem;
  }

}

/* ビアナイトプラン #spe_container
***************************************************/
.spe_container {
  background-image: url(../images/bg02.jpg);
  background-repeat: repeat;
}

.spe_inner {
  background-color: #fff;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.bn_title {
  text-align: center;
  /* margin-top: 6rem; */
  margin-bottom: 5rem;
}

.night_area {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.bntx_box {
  width: 50%;
}


.definition-list {
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: grid;
  gap: 0.5em 1.4rem;
  grid-template-columns: auto 1fr;
  line-height: 1.875;
}

.definition-list dt span {
  background-color: #d5731c;
  color: #fff;
  padding: 0.5rem 1rem;
}

.btn_03 a {
  background-color: #d5731c;
  border-radius: 60px;
}

.scroll-content .spHidden {
  width: 100%;
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1120px) {}
@media screen and (max-width: 980px) {
  .night_area{
    /* padding: 5rem; */
  }
  .night_p img{
    /* width: 90%; */
  }
}

@media screen and (max-width: 782px) {
  .bn_title {
    font-size: 2.0rem;
  }

  .night_area {
    display: block;
  }

  .bntx_box {
    width: 100%;
    padding: 3rem;
  }

  .btn_03 a {
    margin: 0 auto;
  }
}

/* スタンプラリー #stamp_rally
***************************************************/
#stamp_rally {
  background-color: #f0e9c0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.stamp_title {
  text-align: center;
  margin-bottom: 5rem;
}

.stamp_rally_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}

.stamp_text {
  width: 50%;
}

.stamp_card img {
  box-shadow: 0px 13px 18px -2px #918e7b;
}

.gift {
  background-color: #fff;
  text-align: center;
  padding: 2rem;
  color: #d5731c;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 15px;
}

.fukidashi {
  position: relative;
  /* padding: 0.3rem 1.0rem; */
  color: #fff;
  border-radius: 7px;
  background: #d5731c;

  text-align: center;
  width: 150px;
  margin: 0 auto;
}

.fukidashi:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d5731c transparent transparent transparent;
}

.stampl {
  position: absolute;
  top: 7%;
  left: 3%;
}

.stampr {
  position: absolute;
  top: 7%;
  right: 3%;
}

@media screen and (max-width: 1400px) {
  .stampl {
    width: 10%;
    left: 2%;
  }

  .stampr {
    width: 10%;
    right: 2%;
  }
}

@media screen and (max-width: 1280px) {
  .stamp_title img {
    width: 900px;
  }

  .stamp_rally_inner {
    max-width: 900px;
  }

  .stamp_text {
    width: 48%;
  }
}

@media screen and (max-width: 1120px) {
  .stamp_title img {
    width: 750px;
  }

  .stamp_rally_inner {
    max-width: 750px;
  }

  .stamp_card img {
    width: 350px;
  }
}
@media screen and (max-width: 980px) {
  .stampl,.stampr{
    display: none;
  }
}

@media screen and (max-width: 782px) {
  .stamp_rally_inner {
    display: block;
  }

  .stamp_text {
    width: 100%;
    padding: 3rem;
  }

  .stamp_card {
    text-align: center;
  }

  .stamp_card img {
    width: 90%;
  }

  .gift {
    font-size: 1.6rem;
  }

  #stamp_rally {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .stamp_title img {
    width: 360px;
  }
}

/* D表示
***************************************************/
.note{
  max-width: 1000px;
  margin: 2rem auto;
}

@media screen and (max-width: 782px) {
  .note{
    padding: 2rem;
  }
}

/* 
***************************************************/

/********************************************************************** 
下層ページ
***********************************************************************/

/* main_head
***************************************************/
.main_head{
  /* background-color: #d68181; */
}

.sub_about{
  /* background-color: #d5731c; */
  background-image: url(../images/bg03.jpg);
  background-repeat: repeat;
}
.sub_inner{
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 3rem;
}

/* sub_about
***************************************************/
.mapT{
  text-align: center;
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.map_p{
  text-align: center;
}

.price_p{
  text-align: center;
  margin: 7rem auto 5rem;
}

.price_p img{
  box-shadow: 0px 0px 15px -5px #777777;
}
.a_nav{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 5rem auto;
}

.a_nav li img{
  margin-bottom: 2rem;
}

.a_nav li img:hover {
  transition: transform 1.5s;
  transform: rotateY(360deg);
}

@media screen and (max-width: 782px){
  .a_nav li img{
    width: 150px;
  }
}

/* クラフトビール一覧表
***************************************************/
.tbl-r02 {
  margin: 5rem auto;
  font-size: 1.5rem;
}


.tbl-r02 th {
  border: solid 1px #ccc;
  color: #fff;
  padding: 1rem;
}

.tbl-r02 td {
 border: solid 1px #ccc;
  padding: 1rem;
}
.thead th{
  background: #d5731c;
}
 
.g1{
  background:#f1f1f1;
}
.g2{
  background: #e3e3e3;
}
.brillant{
  background: #000
}
.aurora{
  background: #104f81;
}
.ct{
  background: #e6cb58;
}
.chinese{
  background: #a6161d;
}
.kagari{
  background: #a1567c;
}
.duet{
  background: #c9b753;
}
.gc{
  background: #838383;
}
.jurin{
  background: #558d65;
}
.tbl-r02 th.icon{
  background-size: 3.5rem;
  background-position: left 5px center;
  background-repeat: no-repeat;
  padding-left: 5rem;
}

.tbl-r02 th.icon.brillant{
  background-image: url(../images/st01.png)
}
.tbl-r02 th.icon.aurora{
  background-image: url(../images/st02.png)
}

.tbl-r02 th.icon.ct{
  background-image: url(../images/st03.png)
}
.tbl-r02 th.icon.chinese{
  background-image: url(../images/st04.png)
}
.tbl-r02 th.icon.kagari{
  background-image: url(../images/st05.png)
}
.tbl-r02 th.icon.duet{
  background-image: url(../images/st06.png)
}
.tbl-r02 th.icon.jurin{
  background-image: url(../images/st08.png)
}
.tbl-r02 th.icon.gc{
  background-image: url(../images/st07.png)
}

.tbl-r02 .g2 a:hover,.tbl-r02 .g1 a:hover{
  color: #a71520;
}
.icon a{
  color: #fff;
}
.icon a:hover{
  color: #fff;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/* ブリアン #brillant
***************************************************/
.ank_title{
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
}

.bg_bri{
  background-color: #231815;
}

.bg_bri p{
 padding: 3rem;
}

#brillant,#ct,#kagari,#gc{
  background-image: linear-gradient(90deg, rgba(240, 233, 170, 1), rgba(246, 241, 214, 1) 50%, rgba(240, 233, 170, 1));
  padding-bottom: 5rem;
}

.btn_04 a{
  margin: 3rem auto;
}

@media screen and (max-width: 782px) {
  .ank_title{
    font-size: 2.0rem;
  }

  .ank_title img{
    width: 80px;
  }
  .bg_bri p{
    padding: 0;
  }
}

/* オーロラ #aurora
***************************************************/
.bg_aur{
  background-color: #104f81;
}

#aurora,#chinese,#duet,#jurin{
   background-image: linear-gradient(90deg, rgba(206, 206, 206, 1), rgba(233, 233, 233, 1) 50%, rgba(206, 206, 206, 1));
   padding-bottom: 5rem;
}

/* 〈カクテル＆ティーラウンジ〉 #ct
***************************************************/
.bg_ct{
  background-color: #e6cb58;
}

/* 中国料理〈南園〉 #chinese
***************************************************/
.bg_chi{
  background-color: #a6161d;
}
/* 和食〈かがり〉 #kagari
***************************************************/
.bg_ka{
  background-color: #a1567c;
}

/* アートラウンジ〈デュエット〉 #duet
***************************************************/
.bg_du{
  background-color: #c9b753;
}
/* スーパーブッフェ〈グラスコート〉 #gc
***************************************************/
.bg_gc{
  background-color: #fff;
}

.bg_gc p{
  color: #000;
}
/* オールデイダイニング〈樹林〉 #jurin
***************************************************/
.bg_jur{
  background-color: #558d65;
}

/* slider02
***************************************************/
.slider02 {/*横幅94%で左右に余白を持たせて中央寄せ*/
   /* width:60%; */
   width: 900px;
    margin:5rem auto;
}

.slider02 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider02 .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

@media screen and (max-width: 782px){
  .slider02{
    width: 90%;
  }
}