@charset "UTF-8";
/* CSS Document */

body {
  background-color: #002030;
}

#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  overflow: hidden;
}

#contents {  
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  overflow: hidden;
}

/* HEADER */
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
  background-color: #002030;
  z-index: 9999;
}
#header .header_inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 0 4vw;
  overflow: hidden;
}
#header .header_logo {
  width: 34px;
  min-width: 34px;    /* 縮小止め */
  margin: auto 0;
  margin-right: 10vw;
}
#header .header_navibox {
  display: flex;
  justify-content: flex-end;
  margin: auto 0;
}
#header .header_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .header_menu li.navi_icon { margin-left: 4vw; }
#header .header_menu li.navi_icon:nth-last-child(2) { margin-left: 1vw; }
#header .header_menu li.navi_icon:nth-last-child(3),
#header .header_menu li.navi_icon:nth-last-child(4) { margin-left: 5vw; }
#header .navi_icon img {
  width: 120%;
  max-width: 120%;
}

#slideMenu .sm_icon img,
#slideMenu .nav_slidemenu_gray img {
  width: 100%;
}

#index_top {
  width: 100%;
  height: 0;
  padding-top: calc(980 / 1920 * 100%);
  background-image: url(../img/bg_index_top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


#pickup {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url(../img/bg_pickup.jpg);
  padding-top: 6vw;
  padding-bottom: 10rem;
}

.poster {
  width: calc(1270 / 1920 * 100%);
  padding-bottom: 85px;
  margin: 0 auto;

  & img {
    width: 100%;
  }
}
.pickup_area {
  background-color: rgba(255,255,255,0.6);
  padding: 3rem 10vw;
}
.pickup_box {
  color: #222222;
  width: 100%;
  border-bottom: 1px solid #666666;
  font-family: 'Sawarabi Gothic', sans-serif;;
}
.pickup_title {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 1rem;
}
.pickup_body {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 1.5rem;
}
.pickup_readmore {
  display: flex;
  position: relative;
  justify-content: flex-end;
  padding-top: 0.5rem;

  & img {
    float: right;
    width: 75%;
    opacity: 0.75;
  }
}

/* BG */
#tea18,
#menu1, #menu2, #menu3,
#leaf {
  width: 100%;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
#tea18 {
  padding-top: calc(1024 / 1920 * 100%);    /* 画像縦 / 画像横 * 100% */
  background-image: url(../img/bg_tea18.jpg);
}
/* old settings */
/*
#menu1 {
  padding-top: calc(2598 / 1920 * 100%);
  background-image: url(../img/bg_menu1.jpg);
}
#menu2 {
  padding-top: calc(1728 / 1920 * 100%);
  background-image: url(../img/bg_menu2.jpg);
}
#menu3 {
  padding-top: calc(3138 / 1920 * 100%);
  background-image: url(../img/bg_menu3.jpg);
}
*/
/* 2024/06/28 later */
/*
#menu1 {
  padding-top: calc(1580 / 1290 * 100%);
  background-image: url(../img/bg_menu1.jpg);
}
#menu2 {
  padding-top: calc(1770 / 1290 * 100%);
  background-image: url(../img/bg_menu2.jpg);
}
#menu3 {
  padding-top: calc(1650 / 1290 * 100%);
  background-image: url(../img/bg_menu3.jpg);
}

#leaf {
  padding-top: calc(2272 / 1920 * 100%);
  background-image: url(../img/bg_leaf.jpg);
}
*/
/* 2024/07/10 later */
#menu1 {
  padding-top: calc(2450 / 1290 * 100%);
  background-image: url(../img/bg_menu1.jpg);
}
#menu2 {
  padding-top: calc(2763 / 1290 * 100%);
  background-image: url(../img/bg_menu2.jpg);
}
#menu3 {
  padding-top: calc(1850 / 1290 * 100%);
  background-image: url(../img/bg_menu3.jpg);
}

#leaf {
  padding-top: calc(2272 / 1920 * 100%);
  background-image: url(../img/bg_leaf.jpg);
}

#shop {
  width: 100%;
  margin: 4vw 0;
}
.tit_shop {
  width: calc(284 / 1920 * 100%);
  min-width: calc(284px * 0.6);
  margin: 0 auto 2rem;

  & img {
    width: 100%;
  }
}
.tit_shop_pay {
  width: calc(1236 / 1920 * 100%);
  min-width: calc(1236px * 0.5);
  margin: 0 auto 3rem;

  & img {
    width: 100%;
  }
}
.shop_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  column-gap: 3vw;
  row-gap: 1.2vw;
}
.shop_info_block {
  width: calc(768 / 1920 * 100%);
}
.shop_info_block .shop_info_text {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  color: #ffffff;
  font-family: 'Sawarabi Mincho', Helvetica, Arial, sans-serif, serif;
  font-size: 3.2rem;
  line-height: 5.2rem;

  & table th {
    font-weight: inherit;
  }
  & table td {
    padding-left: 1em;
  }
}
.shop_info_text .shop_name {
  font-size: 5.2rem;
  line-height: 8.2rem;
}
.shop_info_text .pay_icon_box {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.pay_icon_box .pay_icon {
  width: calc(58 / 768 * 100%);
  max-height: 58px;
  max-width: 58px;
  min-width: calc(58px * 0.75);
  min-height: calc(58px * 0.75);
}
.pay_icon_box .pay_icon.disable {
  opacity: 17.5%;
}

.shop_info_block .shop_img {
  width: 100%;
  margin-bottom: 0.8rem;
}
.shop_info_block .shop_map {
  position: relative;
  padding-top: calc(370 / 768 * 100%);
  overflow: hidden;

  & iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
  }
}

#footer_block {
  color: #002030;
  background-color: #d9d9d9;
  padding: 20px 0;
}
#footer_block .footer_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15vw;

  & img {
    transform: scale(1.5);
  }
}
#footer_block .footer_copy {
  font-size: 1.8rem;
  text-align: center;
}


#news {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background-image: url(../img/bg_pickup.jpg);
  padding: 0 5vw 6vw;
}
.news_logo {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 155px;

  & img {
    /* width: calc(210 / 1920 * 100%); */
    width: 100%;
  }
}
.news_block {
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.5);
  padding: 1vw 2vw 3vw;
  margin-bottom: 1vw;
  color: #000000;
  font-family: "Sawarabi Gothic", sans-serif;
}
.news_block .news_date {
  font-size: 1.8rem;
  line-height: 1.4;
}
.news_block .news_title {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 0.5vw;
}
.news_block .news_img {
  float: right;
  width: 45%;
  margin-left: 2vw;     /* 左本文へのmargin */
  margin-bottom: 2vw;   /* 下に回り込んだ本文へのmargin */
}
.news_block .news_body {
  font-size: 1.8rem;
  line-height: 3.2rem;
}


/* pagenation */
.pagination {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 0.5em;
  width: 100%;
  color: #002030;
  font-size: 100%;
  text-align: center;
}
.pagination .pagebtn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-width: 2.5em;
  min-height: 2.5em;
  padding: 0 0.5em;
  border: solid 1px #002030;
  color: inherit;
  text-decoration: none;
}
.pagination .current {
  background-color: #002030;
  color: #fff;
}

#imagelightbox {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 9999;
}

a.pagetop {
  border-style: none;
}

/****************************************************************/
/* client-Width 1920px ～ */
@media screen and (min-width: 1920px) { 

.pc_invisible { display: none !important; }

#contents {  
  width: 1920px;
  margin: 0 auto;
}

}

/****************************************************************/
/* client-Width 1501px ～ 1919px */
@media screen and (min-width: 1501px) and (max-width: 1919px) { 

.pc_invisible { display: none !important; }

}

/****************************************************************/
/* client-Width 1281px ～ 1500px */
@media screen and (min-width:1281px) and (max-width: 1500px) {

/* このclassが振られたタグは非表示へ */
.pc_invisible { display: none !important; }
/*
#header .header_inner {
  background-color: #FFAA88;
}
*/
#header .header_menu li.navi_icon { margin-left: 3vw; }
#header .header_menu li.navi_icon:nth-last-child(2) { margin-left: 0.8vw; }
#header .header_menu li.navi_icon:nth-last-child(3),
#header .header_menu li.navi_icon:nth-last-child(4) { margin-left: 4vw; }

.shop_info_block .shop_info_text {
  font-size: 3.2rem;
  line-height: 4.6rem;
}
.shop_info_text .shop_name {
  font-size: 4.2rem;
  line-height: 5.2rem;
}

}

/****************************************************************/
/* client-Width 981px ～ 1280px */
@media screen and (min-width: 981px) and (max-width: 1280px) {

/* このclassが振られたタグは非表示へ */
.pc_invisible { display: none !important; }
/*
#header .header_inner {
  background-color: #FF99DD;
}
*/
#header .header_menu {
  display: flex;
  width: 75%;
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 0.5rem;
  column-gap: 1rem;
}
#header .header_menu li.navi_icon { margin: 0; }
#header .header_menu li.navi_icon:nth-last-child(2) { margin-left: -1rem; }
#header .header_menu li.navi_icon:nth-last-child(3) { margin: 0;}
#header .header_menu li.navi_icon:nth-last-child(4) { margin-left: 30rem; }   /* フランチャイズ強制折返し */
#header .navi_icon img {
  width: 90%;
  max-width: 90%;
}

.shop_info_block .shop_info_text { 
  font-size: 2.2rem;
  line-height: 3.6rem;
}
.shop_info_text .shop_name {
  font-size: 3.2rem;
  line-height: 4.2rem;
}

}

/****************************************************************/
/* client-Width 751px ～ 980px */
@media screen and (min-width: 751px) and (max-width: 980px) {

/* このclassが振られたタグは非表示へ */
.pc_invisible { display: none !important; }
/*
#header .header_inner {
  background-color: #448844;
}
*/
#header .header_menu {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 0.5rem;
  column-gap: 1rem;
}
#header .header_menu li.navi_icon { margin: 0; }
#header .header_menu li.navi_icon:nth-last-child(2) { margin-left: -1rem; }
#header .header_menu li.navi_icon:nth-last-child(3) { margin: 0;}
#header .header_menu li.navi_icon:nth-last-child(4) { margin-left: 15rem; }  /* フランチャイズ強制折返し */
#header .navi_icon img {
  width: 90%;
  max-width: 90%;
}

.shop_info_block .shop_info_text {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.shop_info_text .shop_name {
  font-size: 2.6rem;
  line-height: 4.2rem;
}

.pay_icon_box .pay_icon {
  min-width: calc(58px * 0.5);
  min-height: calc(58px * 0.5);
}

}

/****************************************************************/
/* client-Width ～ 750px */
@media screen and (max-width: 750px) {

/*
#header .header_inner {
  background-color: #884444;
}
*/

/* このclassが振られたタグは非表示へ */
.sp_invisible { display: none !important; }

#header {
  height: 60px;
}
#header .header_inner {
  padding-left: 4vw;
}
#header .header_logo {
  width: 20px;
  min-width: 20px;    /* 勝手な縮小を止める */
  & img {
    width : 100%;
  }
}

#header .header_menu { column-gap: 1.5vw; }
#header .header_menu li.navi_icon { margin: 0; }
#header .header_menu li.navi_icon:last-child { margin-left: 0.5vw; }

#header .navi_icon img {
  width: 100%;
  max-width: 100%;
}

#contents {  
  padding-top: 60px;
}

.poster {
  width: calc(750 / 750 * 100%);
  padding: 15px 0 40px;
  margin: 0 auto;
}

#pickup {
  padding-bottom: 30px;
}

.pickup_area {
  background-color: rgba(255,255,255,0.5);
  padding: 2rem;
}
.pickup_box {
  padding: 0;
}
.pickup_title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
}
.pickup_body {
  font-size: 1.25rem;
  line-height: 1.8rem;
  margin-bottom: 1.5vw;
}
.pickup_readmore {
  & img {
    width: 45%;
  }
}

#news {
  padding-left: 2vw;
  padding-right: 2vw;
}
.news_logo {
  height: 80px;
  & img {
    transform: scale(0.5);
    transform-origin: center;
  }
}
.news_block {
  padding: 2vw 3vw 10vw;
  margin-bottom: 3vw;
}
.news_block .news_date {
  font-size: 1rem;
  line-height: 1.4;
}
.news_block .news_title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 1.5vw;
}
.news_block .news_img {
  float: none;
  box-sizing: border-box;
  width: 100%;
  border: dotted 1px rgba(128,128,128,0.4);
  margin: 0 0 2vw;
}
.news_block .news_body {
  font-size: 1.3rem;
  line-height: 1.4;
}

/* pagenation */
.pagination {
  column-gap: 0.2em;
  width: 100%;
  font-size: 80%;
}
.pagination .pagebtn {
  min-width: 1.8em;
  min-height: 1.8em;
  padding: 0.1em 0.1em;
}


#tea18 {
  padding-top: calc(1024 / 1920 * 100%);    /* 画像縦 / 画像横 * 100% */
  background-image: url(../img/bg_tea18.jpg);
}
#leaf {
  padding-top: calc(3505 / 1500 * 100%);
  background-image: url(../img/bg_leaf_sp.jpg);
}


#shop {
  margin: 8vw 0 2vw;
}
.tit_shop {
  width: calc((284 - 100) / 750 * 100%);
  min-width: auto;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.tit_shop_pay {
  width: calc(720 / 750 * 100%);
  min-width: auto;
  margin: 0 auto;
}
.shop_list {
  display: flex;
  flex-direction: column;
  padding: 0 1.6rem;
  margin-top: 3vw;
}
.shop_info_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 6vw;
}
.shop_info_block .shop_info_text {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 45%;
  padding-right: 1vw;
  font-size: 2.5vw;
  line-height: 3.5vw;
}
.shop_info_text .shop_name {
  font-size: 3vw;
  line-height: 4vw;
}
.shop_info_text .pay_icon_box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-top: auto;
}
.pay_icon_box .pay_icon {
  width: 7vw;
}
.shop_info_block .shop_img {
  box-sizing: border-box;
  width: 55%;
  height: 55%;
}
.shop_info_block .shop_map {
  width: 100%;
  padding-top: calc(250 / 750 * 100%);
}


#footer_block {
  padding: 10px 0;
}
#footer_block .footer_logo {
  & img {
    transform: scale(0.8);
  }
}
#footer_block .footer_copy {
  font-size: 1.05rem;
  text-align: center;
}

}
