@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {
  overflow: hidden;
}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 2em;
  padding-bottom: 2em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * 下部ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#bottom-nav {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background: var(--c-tpink);
}

#bottom-nav .body {
  max-width: 1120px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#bottom-nav ul {
  display: flex;
  flex-wrap: wrap;
}

#bottom-nav ul li {
  position: relative;
  padding: 0;
  width: 31%;
}

#bottom-nav ul li a {
  position: relative;
  display: block;
  overflow: hidden;
}
#bottom-nav ul li .images {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  max-width: 330px;
  margin: 1em auto 0;
}

#bottom-nav ul li .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}
#bottom-nav ul li:hover .images img {
  transform: scale(1.05);
}

#bottom-nav ul li a .title-1 {
  position: relative;
  font-size: 2.4rem;
  text-align: left;
  color: #fff;
  font-family: '秀英にじみ丸ゴシック B';
  border-bottom: 2px dotted #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.55em;
}
#bottom-nav ul li a .title-1::before {
  content: '';
  display: inline-block;
  background: url("../../_images/_common/detail-arrow-icon-2.png") no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.2s;
}
#bottom-nav ul li:hover .title-1:before,
#bottom-nav ul li a:hover .title-1:before {
  left: 0.2em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #bottom-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 4%;
  }
  #bottom-nav ul li {
    width: 48%;
    position: relative;
    font-weight: bold;
    margin: 0;
  }
  #bottom-nav ul li:nth-child(n+3) {
    margin-top: 40px;
  }
  #bottom-nav ul li .images {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #bottom-nav ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  #bottom-nav ul li a .title-1 {
    font-size: 1.6rem;
    text-align: left;
    color: #fff;
    font-family: '秀英にじみ丸ゴシック B';
    border-bottom: 2px dotted #fff;
    margin-top: 0.2em;
    padding-left: 1.25em;
    line-height: 1.4;
  }
  #bottom-nav ul li a .title-1::before {
    content: '';
    display: inline-block;
    background: url("../../_images/_common/detail-arrow-icon-2.png") no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.2s;
  }
}


/* ****************************************************************************************************
   * 店舗紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-menuma footer,
body.page-azroad footer,
body.page-daifukuchaya footer {
  background: var(--c-tpink);
}

.shop {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
}

#sawata {
  padding-top: 90px;
}
#azroad {
  padding-top: 90px;
}
#daifukuchaya {
  padding-top: 90px;
  padding-bottom: 220px;
}

#sawata section ~ section,
#azroad section ~ section,
#daifukuchaya section ~ section {
  padding-top: 100px;
}

.shop .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .shop {
    position: relative;
    padding-top: 60px;
  }
  #daifukuchaya {
    padding-top: 90px;
    padding-bottom: 7em !important;
  }
  #sawata section ~ section,
  #azroad section ~ section,
  #daifukuchaya section ~ section {
    padding-top: 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.shop .title-area {
  line-height: 1.4;
}
.shop .title {
  position: relative;
  color: #000;
  font-size: 3.3rem;
  font-weight: bold;
  font-family: '秀英にじみ丸ゴシック B';
  padding-left: 0.8em;
}
.shop .title::after {
  content: attr(data-text);
  display: block;
  font-size: 1.7rem;
  color: var(--c-tpink);
  font-family: "Noto Sans JP";
}
.shop .title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: var(--c-pink);
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 16px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .title-area {
    line-height: 1.4;
  }
  .shop .title {
    position: relative;
    color: #000;
    font-size: 2.0rem;
    font-weight: bold;
    padding-left: 0.7em;
  }
  .shop .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.5rem;
    color: var(--c-tpink);
  }
  .shop .title::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--c-pink);
    bshop-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 8px;
  }
}

.shop .text {
  font-size: 1.6rem;
}

/* ****************************************************************************************************
   * 妻沼店
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

#sawata .lead.layout-2.row {
  flex-direction: row-reverse;
}
#sawata .lead .icon {
  text-align: center;
  width: 24%;
  margin: 0 auto;
}
#sawata .detail {
  width: 76%;
}
#sawata .detail .text {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #sawata .lead .icon img {
    width: 110px;
  }
  #sawata .detail {
    width: 100%;
    margin-top: 20px;
  }
  #sawata .detail .title-1 {
    font-size: 2.0rem;
    color: var(--c-brown);
    line-height: 1.4;
    font-weight: bold;
    font-family: '秀英にじみ丸ゴシック B';
  }
  #sawata .detail .text {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アニメーション画像
/* ------------------------------------------------------------------------------------------------- */

.shop .animation-area .img-1 {
  width: 175px;
  position: absolute;
  bottom: -15px;
  left: -50px;
  z-index: 5;
  animation: 3s fuwafuwa infinite;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .animation-area .img-1 {
    width: 87px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    animation: 3s fuwafuwa infinite;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .animation-area .img-1 {
    width: 58px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    animation: fuwafuwa01 2.4s infinite .3s ease-in-out;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.shop figure.wave-area svg .fill {
  fill: #fff;
}


/* ****************************************************************************************************
   * ニュース・トピックス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.topics {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 60px;
}

.topics .inner {
  background: #f7f4e3;
  border-radius: 40px;
  padding: 40px 60px;
  align-items: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .topics {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .topics .inner {
    background: #f7f4e3;
    border-radius: 20px;
    padding: 30px 20px;
    align-items: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .inner .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.topics .title-area {
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.topics .title-1 {
  position: relative;
  color: #000;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "秀英にじみ丸ゴシック B";
}
.topics .title-1::after {
  content: attr(data-text);
  display: block;
  font-size: 1.6rem;
  color: var(--c-tpink);
  line-height: 1.2;
  font-family: "Noto Sans JP";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .title-area {
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .topics .title-1 {
    position: relative;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .topics .title-1::after {
    content: attr(data-text);
    display: block;
    font-size: 1.4rem;
    color: var(--c-tpink);
    line-height: 1.2;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.topics .link-btn {
  margin-top: 20px;
  text-align: left;
}

.topics .link-btn .btn {
  padding: 10px 3em;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .link-btn {
    margin-top: 0;
  }
  .topics .link-btn .btn {
    padding: 5px 1em;
    font-size: 1.4rem;
 }
  .topics .link-btn .btn::after {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.topics ul.list {
  width: 73%;
  min-width: 750px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {
  /*ブラウザの幅が736px以下の時*/
  .topics ul.list {
    width: 64%;
    min-width: auto;
  }
}

.topics ul.list li {
  position: relative;
  border-bottom: 2px dotted var(--c-pink);
}
.topics ul.list li:first-child {
  border-bottom: 2px dotted var(--c-pink);
}

.topics ul.list li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1em 2.5em 1em 1em;
  border-radius: 10px;
  margin: 0.5em 0;
}
.topics ul.list a::after {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-arrow-icon.png") no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  transition: .3s;
}
.topics ul.list a:hover::after {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-arrow-icon-2.png") no-repeat;
}
.topics ul.list a:hover::after {
  right: 2px;
}

.topics ul.list a:hover {
  background: var(--c-pink);
  color: #fff;
  border-radius: 10px;
}
.topics ul.list a[href] {
}

.topics ul.list > * {
  line-height: 1.4;
}
.topics ul.list .meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5em;
}

.topics ul.list .day {
  color: var(--c-tpink);
  font-size: 1.6rem;
  font-weight: bold;
  width: 20%;
  min-width: 120px;
}
.topics ul.list a:hover .day {
  color: #fff;
}
.topics ul.list .category {
  background: var(--c-pink);
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  padding: 0.1em 0.8em;
  min-width: 130px;
  text-align: center;
}
.topics ul.list a:hover .category {
  background: #fff;
  color: var(--c-pink);
}

.topics ul.list .text {
  font-size: 1.6rem;
  width: 100%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px){
  /*ブラウザの幅が736px以下の時*/
  .topics ul.list .text {
    font-size: 1.6rem;
    width: 100%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics ul.list {
    width: 100%;
    margin-top: 0;
    min-width: auto;
  }
  .topics ul.list a:hover {
    background: var(--c-pink);
    color: #fff;
    border-radius: 20px;
  }
  .topics ul.list li a {
    padding: 1em 1.5em 1em 1em;
  }
  .topics ul.list a::after {
    content: "";
    display: block;
    background: url("../../_images/_common/detail-arrow-icon.png") no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    position: absolute;
    top: 50%;
    right: 0.8em;
    transform: translateY(-50%);
    transition: .3s;
  }
  .topics ul.list a:hover::after {
    content: "";
    display: block;
    background: url("../../_images/_common/detail-arrow-icon-2.png") no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
  .topics ul.list a .day {
    position: relative;
    width: 100%;
    font-size: 1.5rem;
    display: inline-block;
    text-align: left;
  }
  .topics ul.list a .text {
    font-size: 1.5rem;
    display: inline-block;
    width: 100%;
  }
}


/* ****************************************************************************************************
   * インスタグラム
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.instagram {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.instagram .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .instagram {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.instagram .title-area {
  line-height: 1.4;
}

.instagram .title {
  position: relative;
  color: #000;
  font-size: 3.0rem;
  font-weight: bold;
  font-family: '秀英にじみ丸ゴシック B';
}
.instagram .title::after {
  content: attr(data-text);
  display: block;
  font-size: 1.6rem;
  color: var(--c-tpink);
  line-height: 1.2;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .instagram .title-area {
    line-height: 1.4;
  }

  .instagram .title {
    position: relative;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .instagram .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.4rem;
    color: var(--c-tpink);
    line-height: 1.2;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.instagram .content {
  margin-top: 20px;
  display: flex;
}
#sbi_images .sbi_item {
  width: 15%;
}
#sbi_images .sbi_photo img {
  border-radius: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media (max-width:640px) {
  /*ブラウザの幅が736px以下の時*/
  .instagram .content {
    margin-top: 0.5em;
    display: flex;
  }
  #sbi_images .sbi_item {
    width: 48%;
  }
  #sbi_images .sbi_item:nth-child(n+3) {
    margin-top: 15px;
  }
  #sbi_images .sbi_photo_wrap {
  }
  #sbi_images .sbi_photo {
  }
}

#sbi_images .sbi_photo img {}
#sbi_images img {}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.instagram .btn-1 {
  margin-top: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instagram .btn-1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5em 0;
  margin-bottom: 0.5em;
  border-bottom: 2px dotted var(--c-pink);
  min-width: 175px;
  transition: 0.3s;
}
.instagram .btn-1 span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: '秀英にじみ丸ゴシック B';
  font-size: 1.6rem;
}
.instagram .btn-1 span::before {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-arrow-icon.png") no-repeat;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 0.2em;
}

.instagram .btn-1 a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-link-icon.png") no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 0;
  margin-left: auto;
}
.instagram .btn-1 a:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .instagram .btn-1 span::before {
    content: "";
    display: inline-block;
    background: url("../../_images/_common/detail-arrow-icon.png") no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    position: relative;
    margin-right: 0.2em;
  }
  .instagram .btn-1 a[target="_blank"]::after {
  /*
    content: "";
    display: inline-block;
    background: url("../../_images/_common/detail-link-icon.png") no-repeat;
    width: 8px;
    height: 8px;
    background-size: 8px 8px;
    margin-right: 0;
    margin-left: auto;
    */
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容（写真＋テキスト　ブロック）
/* ------------------------------------------------------------------------------------------------- */

.pattern-box .photo {
  width: 65%;
}

.pattern-box .detail {
  width: 30%;
}

.pattern-box .detail .icon {
  margin-bottom: 40px;
}
.pattern-box .detail .subtitle {
  font-size: 2.4rem;
  color: var(--c-brown);
  line-height: 1.4;
  font-weight: bold;
  font-family: '秀英にじみ丸ゴシック B';
}

.pattern-box .detail .text {
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .pattern-box .photo {
    width: 100%;
  }
  
  .pattern-box .detail {
    width: 100%;
    margin-top: 40px;
  }
  .pattern-box .detail .icon {
    text-align: center;
    margin-bottom: 2em;
  }
  .pattern-box .detail .icon img {
    width: 75px;
  }
  .pattern-box .detail .subtitle {
    font-size: 1.8rem;
    color: var(--c-brown);
    line-height: 1.4;
    font-weight: bold;
    font-family: '秀英にじみ丸ゴシック B';
  }
  .pattern-box .detail .text {
  }
}


/* ====================================================================================================
   * セクション（1F、お店の様子）
==================================================================================================== */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#floor-1f {
  position: relative;
  padding-top: 0;
}

#floor-1f .text {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #floor-1f {
    position: relative;
  }
  #floor-1f .text {}
}


/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#floor-1f .layout-flex-2 {}
#floor-1f .layout-flex-2 > :nth-child(n+3) {
  margin-top: 60px;
}

#floor-1f .layout-flex-2 li {
  text-align: center;
}

#floor-1f .layout-flex-2 .title-2 {
  font-size: 2.4rem;
  text-align: center;
  color: var(--c-brown);
  font-family: '秀英にじみ丸ゴシック B';
  border-bottom: 2px dotted var(--c-pink);
}
#floor-1f .layout-flex-2 .caption {
  text-align: left;
  font-size: 1.6rem;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #floor-1f .layout-flex-2 .title-2 {
    font-size: 1.8rem;
    text-align: center;
    color: var(--c-brown);
    font-family: '秀英にじみ丸ゴシック B';
    border-bottom: 2px dotted var(--c-pink);
    margin-top: 0.2em;
  }
  
  #floor-1f .layout-flex-2 li ~ li {
    margin-top: 40px !important;
  }
}

/* ====================================================================================================
   * セクション（保冷バッグ）
==================================================================================================== */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#reusable {
  position: relative;
  padding-top: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#reusable .contents {
  margin-top: 40px;
  align-items: center;
}

#reusable .contents picture {
  width: 42%;
  display: block;
  text-align: center;
}

#reusable .contents .detail {
  width: 53%;
  margin-left: 5%;
}

#reusable .detail .subtitle {
  font-size: 2.4rem;
  color: var(--c-brown);
  line-height: 1.4;
  font-weight: bold;
  font-family: '秀英にじみ丸ゴシック B';
}

#reusable .contents .detail .text {
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #reusable .contents {
    margin-top: 20px;
    align-items: center;
  }
  
  #reusable .contents picture {
    width: 100%;
  }
  
  #reusable .contents .detail {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  #reusable .detail .subtitle {
    font-size: 1.8rem;
    color: var(--c-brown);
    line-height: 1.4;
    font-weight: bold;
    font-family: '秀英にじみ丸ゴシック B';
  }
  #reusable .contents .detail .text {
    font-size: 1.6rem;
  }
}

/* ====================================================================================================
   * セクション（コミュニティ・イートイン）
==================================================================================================== */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#community {
  position: relative;
  padding-top: 0;
  padding-bottom: 200px;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #community {
    position: relative;
    padding-bottom: 7em !important;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#community figure.wave-area svg .fill {
  fill: beige;
}


/* ====================================================================================================
   * セクション（おひさま工房）
==================================================================================================== */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#koubou {
  position: relative;
  background: url("../../_images/_common/back-bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 200px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #koubou {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 7em !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#koubou .contents {
  margin-top: 50px;
  align-items: center;
}
#koubou .contents.row {
  flex-direction: row-reverse;
}

#koubou .contents picture {
  width: 58%;
  display: block;
  text-align: center;
}

#koubou .contents .detail {
  width: 37%;
  margin-right: 5%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #koubou .contents {
    margin-top: 20px;
    align-items: center;
  }
  
  #koubou .contents picture {
    width: 100%;
  }
  
  #koubou .contents .detail {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト（2カラム）
/* ------------------------------------------------------------------------------------------------- */

#koubou .layout-flex-2 {
  margin-top: 60px;
}
#koubou .layout-flex-2 li {
  text-align: center;
}

#koubou .layout-flex-2 .title-2 {
  font-size: 2.4rem;
  text-align: center;
  color: var(--c-brown);
  font-family: '秀英にじみ丸ゴシック B';
  border-bottom: 2px dotted var(--c-pink);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #koubou .layout-flex-2 {
    margin-top: 40px;
  }
  #koubou .layout-flex-2 .title-2 {
    font-size: 1.8rem;
    text-align: center;
    color: var(--c-brown);
    font-family: '秀英にじみ丸ゴシック B';
    border-bottom: 2px dotted var(--c-pink);
    margin-top: 0.2em;
  }
  
  #koubou .layout-flex-2 li ~ li {
    margin-top: 40px !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト（3カラム）
/* ------------------------------------------------------------------------------------------------- */

#koubou .layout-flex-3 {
  margin-top: 60px;
}

#koubou .layout-flex-3 > * {
  width: 32%;
  padding: 0;
}

#koubou .layout-flex-3 li {
  text-align: center;
}

#koubou .layout-flex-3 .title-2 {
  font-size: 2.4rem;
  text-align: center;
  color: var(--c-brown);
  font-family: '秀英にじみ丸ゴシック B';
  border-bottom: 2px dotted var(--c-pink);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #koubou .layout-flex-3 {
    margin-top: 40px;
  }
  #koubou .layout-flex-3 > * {
    width: 100%;
    padding: 0;
  }

  #koubou .layout-flex-3 .title-2 {
    font-size: 1.8rem;
    text-align: center;
    color: var(--c-brown);
    font-family: '秀英にじみ丸ゴシック B';
    border-bottom: 2px dotted var(--c-pink);
    margin-top: 0.2em;
  }
  
  #koubou .layout-flex-3 li ~ li {
    margin-top: 40px !important;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#koubou figure.wave-area svg .fill {
  fill: #e1dede;
}


/* ====================================================================================================
   * セクション（メヌマハウス）
==================================================================================================== */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#house {
  position: relative;
  padding-top: 80px;
  padding-bottom: 200px;
  background: #e1dede;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #house {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 7em !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#house .contents {
  margin-top: 50px;
  align-items: center;
}
#house .contents.row {
  flex-direction: row-reverse;
}

#house .contents picture {
  width: 58%;
  display: block;
  text-align: center;
}

#house .contents .detail {
  width: 37%;
  margin-right: 5%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #house .contents {
    margin-top: 20px;
    align-items: center;
  }
  
  #house .contents picture {
    width: 100%;
  }
  
  #house .contents .detail {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#house .layout-flex-2 {
  margin-top: 60px;
}

#house .layout-flex-2 li {
  text-align: center;
}

#house .layout-flex-2 .title-2 {
  font-size: 2.4rem;
  text-align: center;
  color: var(--c-brown);
  font-family: '秀英にじみ丸ゴシック B';
  border-bottom: 2px dotted var(--c-pink);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #house .layout-flex-2 {
    margin-top: 40px;
  }
  #house .layout-flex-2 .title-2 {
    font-size: 1.8rem;
    text-align: center;
    color: var(--c-brown);
    font-family: '秀英にじみ丸ゴシック B';
    border-bottom: 2px dotted var(--c-pink);
    margin-top: 0.2em;
  }
  
  #house .layout-flex-2 li ~ li {
    margin-top: 40px !important;
  }
}


/* ====================================================================================================
   * セクション（アクセス）
==================================================================================================== */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main #access {
  padding-top: 70px;
  padding-bottom: 200px;
}
body.page-daifukuchaya
#main #access {
  padding-top: 70px;
  padding-bottom: 130px;
  background: url("../../_images/shop/daifukuchaya/bg.png");
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main #access {
    padding-top: 0;
    padding-bottom: 7em;
  }
}

#main #access picture {
  display: block;
  text-align: center;
}

#access .title-1 {
  font-size: 2.4rem;
  text-align: left;
  color: var(--c-brown);
  font-family: '秀英にじみ丸ゴシック B';
  border-bottom: 2px dotted var(--c-pink);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #access .title-1 {
    font-size: 1.8rem;
    text-align: left;
    color: var(--c-brown);
    font-family: '秀英にじみ丸ゴシック B';
    border-bottom: 2px dotted var(--c-pink);
    margin-top: 0.2em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

#access table {
  margin-top: 0;
  border-top: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * 地図
/* ------------------------------------------------------------------------------------------------- */

#access .map {
  margin-top: 60px;
}
#access .map .item .title-2 {
  font-size: 2.4rem;
  text-align: center;
  color: var(--c-brown);
  font-family: '秀英にじみ丸ゴシック B';
  border-bottom: 2px dotted var(--c-pink);
}

#access .map iframe {
  border-radius: 20px;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #access .map {
    margin-top: 40px;
  }
  #access .map .item .title-2 {
    font-size: 1.8rem;
    text-align: center;
    color: var(--c-brown);
    font-family: '秀英にじみ丸ゴシック B';
    border-bottom: 2px dotted var(--c-pink);
    margin-top: 0.2em;
  }
  
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#access figure.wave-area svg .fill {
  fill: #f8696a;
}



/* ****************************************************************************************************
   * アズロード店
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

#azroad .lead .text {
  margin-top: 70px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #azroad .lead .text {
    margin-top: 2em;
  }
}


/* ****************************************************************************************************
   * 大福茶屋さわた
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * スライダー
/* ------------------------------------------------------------------------------------------------- */

/* ページャ*/
#main .shop .slick-dots {
  position: absolute;
  bottom: -2.5em;
  left: 0;
  right: 0;
  text-align: center;
}

#main .shop .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 .7em;
}
#main .shop .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border:none;
  border-radius: 100%;
  transition: .2s;
  background: #e8d6dd;
}
#main .shop .slick-dots li.slick-active button {
  background: var(--c-pink);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .shop .slick-dots {
    position: absolute;
    bottom: -1.5em;
    left: 0;
    right: 0;
    text-align: center;
  }
  #main .shop .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 .2em;
  }
  #main .shop .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

#daifukuchaya .lead {
  position: relative;
  padding-top: 150px;
  height: 770px;
}
#daifukuchaya .lead.layout-2 {}

#daifukuchaya .lead.layout-2 picture {
  position: absolute;
  top: 0;
  left: -50px;
  margin-top: 80px;
  width: calc( 100% - 790px);
}
#daifukuchaya .lead .inner {
  width: 100%;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  overflow: hidden;
}
#daifukuchaya .lead.layout-2 .detail {
  position: relative;
  width: 66%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 100px;
  max-width: 710px;
}
#daifukuchaya .lead.layout-2 .detail .subtitle {
  font-size: 3.0rem;
  color: var(--c-brown);
  line-height: 1.4;
  font-weight: bold;
  font-family: '秀英にじみ丸ゴシック B';
  margin-top: 50px;
}

#daifukuchaya .lead.layout-2 .detail .text {
  margin-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {

  #daifukuchaya .lead.layout-2 {
    position: relative;
    padding-top: 40px;
    height: auto;
  }
  #daifukuchaya .lead.layout-2 picture {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 0 5%;
    margin-top: 0;
    text-align: center;
  }
  #daifukuchaya .lead.layout-2 .inner .detail {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 0;
    max-width: 100%;
  }
  #daifukuchaya .lead.layout-2 .inner .detail .icon img {
    width: 134px;
  }
  #daifukuchaya .lead.layout-2 .inner .detail .subtitle {
    font-size: 1.8rem;
    color: var(--c-brown);
    text-align: left;
    font-weight: bold;
    font-family: '秀英にじみ丸ゴシック B';
    margin-top: 30px;
  }
  #daifukuchaya .lead.layout-2 .inner .detail .text {
    margin: 20px auto 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * インスタグラム
/* ------------------------------------------------------------------------------------------------- */

#daifukuchaya .instagram {
  padding-top: 100px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #daifukuchaya .instagram {
    padding-top: 50px;
  }
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#daifukuchaya figure.wave-area svg .fill {
  fill: #cf4360;
}

/* ====================================================================================================
   * セクション（メニュー）
==================================================================================================== */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#menu {
  position: relative;
  background: #cf4360;
  padding-top: 120px;
  padding-bottom: 160px;
}

#menu article {
  padding-top: 50px;
}
#menu article ~ article {
  padding-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #menu {
    position: relative;
    background: #cf4360;
    padding-bottom: 7em !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#menu .title {
  color: #fff;
}
#menu .title::before {
  background: #fff;
}

#menu .title-1 {
  font-size: 2.4rem;
  text-align: left;
  color: #fff;
  font-family: '秀英にじみ丸ゴシック B';
  border-bottom: 2px dotted #fff;
  line-height: 1.8;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #menu .title-1 {
    font-size: 1.8rem;
    text-align: left;
    color: #fff;
    font-family: '秀英にじみ丸ゴシック B';
    border-bottom: 2px dotted #fff;
    line-height: 1.8;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * スライダー
/* ------------------------------------------------------------------------------------------------- */

.loop-slider {
  background: linear-gradient(180deg, transparent 0%, transparent 40%, #cf4360 40%, #cf4360 100%);
}

#local-slider {
  margin-top: -130px;
}
#local-slider .item .photo {
  margin: 0 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .loop-slider {
    background: linear-gradient(180deg, transparent 0%, transparent 40%, #cf4360 40%, #cf4360 100%);
  }
  #local-slider {
    margin-top: -80px;
  }
  #local-slider .item .photo {
    margin: 0 10px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#menu .inner .layout-2 {
  align-items: center;
  justify-content: flex-start;
}

#menu .inner .layout-2 .icon {
  width: 12%;
  margin-right: 3%;
  text-align: center;
  animation: fuwafuwa01 2.4s infinite .3s ease-in-out;
}

#menu .inner .layout-2 .detail {
  width: 85%;
}

#menu .inner .layout-2 .detail .text {
  font-size: 2.4rem;
  text-align: left;
  color: #fff;
  font-family: '秀英にじみ丸ゴシック B';
  line-height: 1.8;
}


#menu .inner .layout-2 .detail .text-1 {
  color: #fff;
  font-size: 1.6rem;
}
#menu .detail .text {
  color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #menu .inner .layout-2 .icon {
    width: 100%;
    margin-right: 0;
  }
  #menu .inner .layout-2 .icon img {
    width: 63px;
  }
  #menu .inner .layout-2 .detail {
    width: 100%;
    margin-top: 20px;
  }
  #menu .inner .layout-2 .detail .text {
    font-size: 1.8rem;
    text-align: left;
    color: #fff;
    font-family: '秀英にじみ丸ゴシック B';
    line-height: 1.8;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#menu .layout-flex-2 {
  align-items: center;
}

#menu .layout-flex-2 picture {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #menu .layout-flex-2 .detail {
    margin-top: 1em;
  }
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#menu figure.wave-area svg .fill {
  fill: #000004;
}


/* ====================================================================================================
   * セクション（茶屋むすめ・まちづくり）
==================================================================================================== */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#chaya {
  position: relative;
  background: url("../../_images/_common/back-bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 200px;
}

#chaya .text {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #chaya {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 7em !important;
  }
}
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#chaya .layout-flex-2 {}

#chaya .layout-flex-2 li {
  text-align: center;
}

#chaya .layout-flex-2 li:nth-child(2),
#chaya .layout-flex-2 > :nth-child(5) {
  margin-top: 90px;
}
#chaya .layout-flex-2 > :nth-child(3) {
  margin-top: 60px;
}
#chaya .layout-flex-2 li:nth-child(4) {
  margin-top: 150px;
}
#chaya .layout-flex-2 .title-2 {
  font-size: 2.4rem;
  text-align: center;
  color: var(--c-brown);
  font-family: '秀英にじみ丸ゴシック B';
  border-bottom: 2px dotted var(--c-pink);
}

#chaya .layout-flex-2 .caption {
  font-size: 1.6rem;
  text-align: left;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #chaya .layout-flex-2 .title-2 {
    font-size: 2.0rem;
    text-align: center;
    color: var(--c-brown);
    font-family: '秀英にじみ丸ゴシック B';
    border-bottom: 2px dotted var(--c-pink);
    margin-top: 0.2em;
  }
  
  #chaya .layout-flex-2 li ~ li {
    margin-top: 40px !important;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#chaya figure.wave-area svg .fill {
  fill: #130b06;
}

/* ====================================================================================================
   * セクション（アクセス）
==================================================================================================== */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-daifukuchaya
#main #access {
  padding-top: 70px;
  padding-bottom: 170px;
  background: url("../../_images/shop/daifukuchaya/bg.png");
  background-position: inherit;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-daifukuchaya
  #main #access {
    padding-top: 0;
    padding-bottom: 7em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

body.page-daifukuchaya
#main #access .title {
  color: #fff;
}
body.page-daifukuchaya
#main #access .title::after {
  color: #fff;
}
body.page-daifukuchaya
#main #access .title::before {
  background: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-daifukuchaya
  #main #access .title {
    color: #fff;
  }
  body.page-daifukuchaya
  #main #access .title::after {
    color: #fff;
  }
  body.page-daifukuchaya
  #main #access .title::before {
    background: #fff;
  }
}


body.page-daifukuchaya
#access .title-1 {
  color: #fff;
  border-bottom: 2px dotted #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-daifukuchaya
  #access .title-1 {
    color: #fff;
    border-bottom: 2px dotted #fff;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

body.page-daifukuchaya
#access table.default > tbody > tr > th[scope="row"] { 
  border-bottom: dashed 1px #e5e3d5;
  background: transparent;
  color: #fff;
}

body.page-daifukuchaya
#access table.default > tbody > tr > td {
  border-bottom: dashed 1px #e5e3d5;
  background: transparent;
  color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-daifukuchaya
  #access table td a {
    color: #fff;
    text-decoration: underline;
  }
}


/* ****************************************************************************************************
   * 店舗一覧
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#store {}

#store .layout-flex-2.column ~ .layout-flex-2.column {
  padding-top: 90px !important;
}
#store picture {
  display: block;
  text-align: center;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #store {
    padding-bottom: 7rem !important;
  }
  #store .layout-flex-2.column ~ .layout-flex-2.column {
    padding-top: 40px !important;
  }
  #store .layout-flex-2 .detail {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#store .title-1 {
  font-size: 2.4rem;
  text-align: left;
  color: var(--c-brown);
  font-family: '秀英にじみ丸ゴシック B';
  border-bottom: 2px dotted var(--c-pink);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #store .title-1 {
    font-size: 1.8rem;
    text-align: left;
    color: var(--c-brown);
    font-family: '秀英にじみ丸ゴシック B';
    border-bottom: 2px dotted var(--c-pink);
    margin-top: 0.2em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

#store table {
  margin-top: 0;
  border-top: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#store .link-btn {
  margin-top: 30px;
  text-align: left;
}
#store .link-btn .btn {
  width: 300px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #store .link-btn {
    margin-top: 30px;
    text-align: center;
  }
}

