@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#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: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル　アイコン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-shop #visual .body::before {
  content: "";
  display: block;
  background: url("../../_images/shop/title-icon-left.png") no-repeat;
  width: 300px;
  height: 300px;
  background-size: 300px 300px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-shop #visual .body::before {
    background: url("../../_images/shop/title-icon-left.png") no-repeat;
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
  }
}

/* ****************************************************************************************************
   * サイドナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.js-location-nav {
  width: 230px;
  padding-top: 70px;
  padding-left: 15px;
}

/* ****************************************************************************************************
   * 店舗一覧（扉ページ）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-parent {
  background: var(--c-front-bg);
}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-shop
.page-nav {
  padding-bottom: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-child
  #shop {
    display: none;
  }
}

/* ****************************************************************************************************
   * 共通タイトル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 大見出し（青背景、黄色文字）
/* ------------------------------------------------------------------------------------------------- */

body.page-parent
.shop .title-1::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -25px;
  border: 20px solid transparent;
  border-top: 25px solid var(--c-blue);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-parent
  .shop .title-1::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid var(--c-blue);
  }
}

/* ****************************************************************************************************
   * 店舗一覧（扉ページ）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.layout-flex .shop {
  position: relative;
  padding-top: 50px;
  width: 1120px;
}

.layout-flex .shop .body {
  max-width: 1120px;
  padding: 0 !important;
}

.layout-flex .shop section ~ section {
  padding-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1600px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .shop {
    position: relative;
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .shop {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 30px 20px 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .shop section ~ section {
    padding-top: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.shop .inner {
  background: #fff;
  border-radius: 30px;
  padding: 40px;
}

.shop .layout-flex-2 {}

.shop .layout-flex-2 > * {
  width: 49%;
}

.shop .layout-flex-2 picture {}

.shop .layout-flex-2 .detail {}

.shop .layout-flex-2 .detail .title {
  font-weight: bold;
  font-size: 1.6rem;
}
.shop .layout-flex-2 .detail .title span {
  color: #f00;
  font-size: 3.0rem;
  font-weight: bolder;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .inner {
    background: #fff;
    border-radius: 30px;
    padding: 20px;
  }
  .shop .layout-flex-2 {
    display: block;
  }
  
  .shop .layout-flex-2 > * {
    width: 100%;
  }
  .shop .layout-flex-2 picture {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .shop .layout-flex-2 .detail {
    margin-top: 1em;
  }
  .shop .layout-flex-2 .detail .title span {
    color: #f00;
    font-size: 2.4rem;
    font-weight: bolder;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 通常ボタン
/* ------------------------------------------------------------------------------------------------- */

.shop .layout-flex-2 .detail .btn-1 {
  width: 240px;
  font-size: 1.6rem;
  padding: 20px 3em;
  font-weight: 900;
  display: block;
  margin-top: 1em;
  margin-left: 0;
}

.shop .layout-flex-2 .detail .btn-2 {
  position: relative;
  width: 240px;
  margin: 0 auto;
  color: var(--c-yellow);
  text-align: center;
  font-size: 1.6rem;
  padding: 20px 1em;
  font-weight: 900;
  line-height: 1.5;
  background: var(--c-blue);
  border-radius: 10px;
  box-shadow: 0px 2px 1px 2px rgb(82, 94, 186) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  display: block;
  margin-top: 1em;
  margin-left: 0;
}
.shop .layout-flex-2 .detail .btn-2::after {
  content: "";
  display: block;
  background: url("../../_images/shop/question.png") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.shop .layout-flex-2 .detail .btn-3 {
  position: relative;
  width: 240px;
  margin: 0 auto;
  color: var(--c-blue);
  text-align: center;
  font-size: 1.6rem;
  padding: 20px 1em;
  font-weight: 900;
  line-height: 1.5;
  background: var(--c-yellow);
  border-radius: 10px;
  box-shadow: 0px 2px 1px 2px rgb(255,255,255) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  display: block;
  margin-top: 1em;
  margin-left: 0;
}
.shop .layout-flex-2 .detail .btn-3[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/tabs-icon-b.png") no-repeat;
  width: 16px;
  height: 16px;
  margin-left: .4em;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .layout-flex-2 .detail [class^="btn-"] {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタンエリア(タイヤ交換のご予約はこちらから！)
/* ------------------------------------------------------------------------------------------------- */

.shop .btn-area {
  display: block;
  text-align: center;
}

.shop .btn-area .btn-2 {
  position: relative;
  width: 600px;
  color: #fff;
  padding: 30px 3em;
  font-size: 2.7rem;
  font-weight: 900;
  display: inline-block;
  line-height: 1.5;
  background: #000000;
  border-radius: 50px;
  box-shadow: 0px 2px 1px 2px rgb(77, 77, 77) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.shop .btn-area .btn-2:hover {
  opacity: 1;
  color: var(--c-blue);
  background: var(--c-yellow);
  box-shadow: 0px 2px 1px 2px rgb(255,255,255) inset,0px 10px 10px 0px rgba(255,231,48, 0.1);
}
.shop .btn-area .btn-2::after {
  content: '';
  width: 36px;
  height: 36px;
  border: 0px;
  background: url("../../_images/_common/reservation-icon.png") no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.2s right;
}
.shop .btn-area .btn-2:hover::after {
  right: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .btn-area {
    align-items: center;
    margin-top: 40px;
    display: block;
  }
  .shop .btn-area .btn-2 {
    position: relative;
    width: 600px;
    margin: 0 auto;
    color: #fff;
    padding: 30px 3em;
    font-size: 2.7rem;
    font-weight: 900;
    display: block;
    line-height: 1.5;
    background: #000000;
    border-radius: 50px;
    box-shadow: 0px 2px 1px 2px rgb(77, 77, 77) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .btn-area {
    margin-top: 40px;
  }
  .shop .btn-area .btn-2 {
    position: relative;
    width: 100%;
    color: #fff;
    padding: 15px 2em;
    font-size: 2.0rem;
    font-weight: 900;
    display: inline-block;
    line-height: 1.5;
    background: #000000;
    border-radius: 50px;
    box-shadow: 0px 2px 1px 2px rgb(77, 77, 77) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .shop .btn-area .btn-2::after {
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    background: url("../../_images/_common/reservation-icon.png") no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: 0.2s right;
  }
}

/* ****************************************************************************************************
   * 各店舗
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.shop {
  position: relative;
  padding-top: 50px;
}
#consultation {
  position: relative;
  padding-bottom: 120px;
}

.shop .body {
  max-width: 1120px;
  padding: 0 20px;
}

.shop .lead .text {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .shop {
    position: relative;
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.shop .comment.layout-2 {
  margin-top: 50px;
  justify-content: flex-start;
  align-items: center;
}

.shop .comment .images {
  width: 28%;
  margin-right: 2%;
}

.shop .comment .content {
  position: relative;
  margin-left: 60px;
  width: 63%;
}
.shop .comment .content .subtitle {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--c-blue);
  line-height: 1.4;
}
.shop .comment .content .text {
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .comment .images {
    width: 50%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .shop .comment .content {
    position: relative;
    margin-left: 0;
    margin-top: 1em;
    width: 100%;
  }
  .shop .comment .content .subtitle {
    font-size: 2.0rem;
    font-weight: bold;
    color: var(--c-blue);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .comment.layout-2 {
    padding: 0;
    display: flex;
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * スライダー
/* ------------------------------------------------------------------------------------------------- */

#slider {
  overflow: hidden;
}
.shop .slider-area {}
.shop .slider-area img {
  border-radius: 10px;
}

.shop .slider-area .slick-list{
  overflow: visible;
}


.shop .slider-area .slick-track {
  display: flex;
}
.shop .slider-area .slick-slide {
  height: auto !important;
  position: relative;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .slider-area .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* メイン ----------------------------------------------*/

.shop .slider-area .main-slider {
  margin-left: auto;
  margin-right: auto;
}
.shop .slider-area .main-slider img {
  width: 100%;
  height: 55vh;
  object-fit: cover;
  max-width: 750px;
  margin: 0 auto;
}
.shop .slider-area .main-slider .slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}

.shop .slider-area .main-slider .caption {
  background: rgba(0,0,0,.5);
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 0 0 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}



/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .slider-area .main-slider {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .shop .slider-area .main-slider img {
    width: 100%;
    height: 25vh;
    object-fit: cover;
  }
.shop .slider-area .main-slider .caption {
  background: rgba(0,0,0,.5);
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  padding: 5px 0;
  border-radius: 0 0 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
}

/* サムネイル --------------------------------------------*/

.shop .slider-area .sub-thumbnail {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}

.shop .slider-area .sub-thumbnail img {
  width: 100%;
  height: 11vh;
  object-fit: cover;
}
.shop .slider-area .sub-thumbnail .thumbnail-img {
  margin: 0.7em;
}

.shop .slider-area .sub-thumbnail .thumbnail-img.slick-current {
  border: 2px solid var(--c-blue);
  border-radius: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .slider-area .sub-thumbnail {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
  } 
  .shop .slider-area .sub-thumbnail img {
    width: 100%;
    height: 6vh;
    object-fit: cover;
  }
  .shop .slider-area .sub-thumbnail .thumbnail-img {
    margin: 0.2em;
  }
}

/* 矢印 --------------------------------------------*/

.shop .slider-area .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 999;
  width: 41px;
  height: 41px;
  font-size: 0;
  cursor: pointer;
  transition: .2s;
  margin-top: -50px;
  border: none;
}
@media (max-width:640px) {
  .shop .slider-area .slick-arrow {
    width: 25px;
    height: 25px;
    margin-top: -10px;
  }
}
.shop .slider-area .slick-arrow:hover {
  cursor: pointer;
  opacity: .8;
}
.shop .slider-area .slick-prev {
  left: 27.7%;
  background: url("../../_images/_common/slide-arrow-prev.png") center center /contain no-repeat;
}
.shop .slider-area .slick-next {
  right: 27.7%;
  background: url("../../_images/_common/slide-arrow-next.png") center center /contain no-repeat;
}
@media (max-width:1024px) {
  .shop .slider-area .slick-prev {
    left: 3%;
    transform: none;
  }
  .shop .slider-area .slick-next {
    right: 3%;
    transform: none;
  }
}
@media (max-width:640px) {
  .shop .slider-area .slick-prev {
    left: 1%;
    transform: none;
  }
  .shop .slider-area .slick-next {
    right: 1%;
    transform: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アクセスマップ
/* ------------------------------------------------------------------------------------------------- */

.shop .map {}

.shop .map iframe {
  border-radius: 10px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.shop .detail.layout-flex-2 {
  margin-top: 60px;
}

.shop .detail .item {}

.shop .detail .item .title {
  background: var(--c-yellow);
  color: var(--c-blue);
  font-size: 1.6rem;
  font-weight: 900;
  border-radius: 20px;
  display: block;
  padding: 0.1em 1em;
}
.shop .detail .item .text-1 {
  padding: 0 1em;
  font-size: 1.6rem;
  margin-top: 0.5em;
  display: block;
  font-weight: bold;
}
.shop .detail .item .text-1 p {
  margin-top: 0;
}
.shop .detail .item .text-1 b {
  color: #f00;
  font-size: 2.5rem;
}
.shop .detail .item p {
  margin-top: 40px;
  font-size: 1.6rem;
}

.shop .detail .item .meta {
  margin-top: 20px;
}
.shop .detail .item .meta.layout-2 {
  align-items: center;
  justify-content: flex-start;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .detail.layout-flex-2 {
    margin-top: 20px;
  }
  .shop .detail .item .meta.layout-2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shop .detail .item .text-1 {
    padding: 0 1em;
    font-size: 1.6rem;
    margin-top: 0.5em;
    display: block;
    font-weight: bold;
  }
  .shop .detail .item .meta.layout-2 .text-1 {
    width: 60%;
  }
  .shop .detail .item .text-1 b {
    color: #f00;
    font-size: 2.5rem;
    display: block;
    line-height: 1.0;
  }  
}

/* ----------------------------------------------------------------------------------------------------
   * inner-box内
/* ------------------------------------------------------------------------------------------------- */

.shop .inner-box {
  position: relative;
  padding: 60px;
  background: var(--c-bg);
  border-radius: 10px;
  margin-top: 50px;
}

.shop .inner-box .item ~ .item {
  margin-top: 90px /*!important*/;
}
.shop .inner-box .item-1 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.shop .inner-box .item-2 {
  text-align: center;
}
.shop .inner-box .item-2 a {
  color: var(--c-blue);
  text-decoration: underline;
}
.shop .inner-box .item-2 a:hover {
  color: var(--c-blue);
  text-decoration: none;
}

.shop .inner-box .photo {
  width: 25%;
}

.shop .inner-box .box {
  min-width: 510px;
  margin: 0 auto;
  border-radius: 20px;
  background: #fff;
  border: 2px solid var(--c-blue);
}
.shop .inner-box .box .title {
  color: var(--c-yellow);
  font-size: 2.2rem;
  background: var(--c-blue);
  border-radius: 15px 15px 0 0;
  text-align: center;
  font-weight: bold;
}
.shop .inner-box .box .tel {
  margin-top: 30px;
  text-align: center;
}
.shop .inner-box .box .tel span {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
  font-size: 5.0rem;
  font-weight: bolder;
  text-align: center;
  line-height: 1.0;
}
.shop .inner-box .box .tel span::before {
  content: "";
  display: block;
  background: url("../../_images/shop/tel-icon.png") no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.shop .inner-box .box small {
  display: block;
  text-align: center;
  margin-top: 0;
  font-size: 1.6rem;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .inner-box {
    position: relative;
    padding: 20px;
  }
  .shop .inner-box .photo {
    width: 100%;
    text-align: center;
  }
  .shop .inner-box .box {
    min-width: 100%;
    margin: 1em auto 0;
    border-radius: 20px;
    background: #fff;
    border: 2px solid var(--c-blue);
  }

.shop .inner-box .box .title {
  color: var(--c-yellow);
  font-size: 1.8rem;
  background: var(--c-blue);
  border-radius: 15px 15px 0 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.2em 0.5em 0.5em;
}
.shop .inner-box .box .tel {
  margin-top: 1em;
  text-align: center;
}
.shop .inner-box .box .tel span {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
  font-size: 2.5rem;
  font-weight: bolder;
  text-align: center;
  line-height: 1.4;
}
.shop .inner-box .box .tel span::before {
  content: "";
  display: block;
  background: url("../../_images/shop/tel-icon.png") no-repeat;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.shop .inner-box .box small {
  display: block;
  text-align: center;
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0.5em;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .inner-box .item ~ .item {
    margin-top: 40px !important;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 検索フォーム項目
/* ------------------------------------------------------------------------------------------------- */

/**
* 共通
*/
#main table {
  border-collapse: collapse;
  width: 100%;
}
#main table th {
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}
#main table th[scope="col"] {}
#main table th[scope="row"] {}
/**
* 項目名
*/
#main table th[scope="row"] span {
  font-size: 1.8rem;
  background: var(--c-yellow);
  color: var(--c-blue);
  font-weight: bold;
  padding: 0.2em 0.5em;
  border-radius: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main table,
  #main table tbody,
  #main table tr,
  #main table tr > * {
  width: 100%;
  display: block;
}
#main table th[scope="col"] {
  display: none;
}

#main table tr ~ tr {
  margin-top: 20px;
}

#main table tr > th {
  margin-bottom: 5px;
  padding: 5px 10px 2px;
}

#main table tr > td {
  min-height: 40px;
}

}


#main label {
  vertical-align: middle;
  display: inline-block;
}
#main input[type="text"] {
  width: 100%;
  font: inherit;
}
#main input[type="email"] {
  width: 100%;
  font: inherit;
}
#main input[name="namae"] {
  max-width: 16em;
}
#main input[name="kana"] {
  max-width: 16em;
}
#main input[name="email"] {
  max-width: 16em;
}
#main input[name="zip"],
#main input[name="pref"] {
  width: 12em;
}
#main select {
  padding: 0.25em 0.75em 0.125em;
  cursor: pointer;
  appearance: none;
  font: inherit;
  border: 1px solid #ccc;
  box-shadow: none;
  background: none;
  background: #fff;
}
#main textarea {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 0.5em;
  border: 1px solid #aaaaaa;
}



/* ----------------------------------------------------------------------------------------------------
   * お客様入力欄　テーブルレイアウト
/* ------------------------------------------------------------------------------------------------- */

#main .cusomer-form {}

#main .customer-form .item {}

#main .customer-form .item ~ .item {
  margin-top: 60px;
}

#main .customer-form .item .title span.col-1 {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--c-blue);
  background: var(--c-yellow);
  padding: 0.1em 0.5em;
  border-radius: 15px;
  margin-right: 0.5em;
}

#main .customer-form .item .text {
  font-size: 1.6rem;
  margin-top: 1em;
}

#main .customer-form input {
  max-width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 0.5em;
  border: 1px solid #aaaaaa;
}

#main .privacy-check {
  font-size: 1.6rem;
  text-align: center;
}
#main .privacy-check a {
  color: var(--c-blue);
  text-decoration: underline;
}
#main .privacy-check a:hover {
  text-decoration: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .customer-form .item ~ .item {
    margin-top: 30px;
  }
}

/**
* 必須
*/
#main span.hissu {
  background: #ff0000;
  color: #fff;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.2em 0.5em;
  line-height: 1.4;
}


/**
* 任意
*/
#main span.any {
  background: #999999;
  color: #fff;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.2em 0.5em;
  line-height: 1.4;
}

/* ****************************************************************************************************
   * フォームボタン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 確認画面へ進む / 送信する
/* ------------------------------------------------------------------------------------------------- */

#main .form-button {
  text-align: center;
  margin-bottom: 1.5em;
  transition: 0.3s;
}
#main .form-button button {
  transition: 0.3s;
}

#main .form-button .btn-1 {
  border: 0px;
  cursor: pointer;
  text-align: center;
  width: 350px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 1em;
  transition: 0.3s;
  background: var(--c-blue);
  color: var(--c-yellow);
  box-shadow: 0px 2px 1px 2px rgb(97, 108, 192) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
#main .form-button .btn-1::after {
  border-color: var(--c-yellow);
  width: 10px;
  height: 10px;
  margin-top: -7px;
}

#main .form-button .btn-1 > input {
  background: none;
  padding: 0;
  border-radius: 0;
  border: 0;
  margin: 0 auto;
}
/* ローディング画像*/
div.wpcf7 .wpcf7-spinner {
  display: none;
}

#main .form-button .return.btn-1 {
  border: none;
  margin: 10px;
  cursor: pointer;
  font-size: 1.6rem;
  width: auto;
  background: none;
  color: #000;
  box-shadow: none;
}
#main .form-button .return.btn-1::after {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .form-button .btn-1 {
    border: 0px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    font-size: 1.6rem;
    padding: 20px 1em;
    transition: 0.3s;
    background: var(--c-blue);
    color: var(--c-yellow);
    box-shadow: 0px 2px 1px 2px rgb(97, 108, 192) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 下部ナビ
/* ------------------------------------------------------------------------------------------------- */

.shop .bottom-nav {
  margin-top: 90px;
}

.shop .bottom-nav ul.layout-flex-3 {
  position: relative;
  margin: 60px auto 0;
}

.shop .bottom-nav ul.layout-flex-3 > * {
  width: 31%;
  padding: 0;
}

.shop .bottom-nav ul.layout-flex-3 li {
  max-width: 330px;
  margin-bottom: 20px;
}

.shop .bottom-nav ul.layout-flex-3 li .title-1 {
  font-size: 3.0rem;
  color: var(--c-yellow);
  background: var(--c-blue);
  font-weight: 900;
  text-align: center;
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 1;
  line-height: 1.6;
  padding: 0.1em;
}

.shop .bottom-nav ul.layout-flex-3 li a {
  opacity: 1;
}
.shop .bottom-nav ul.layout-flex-3 li picture {
  margin-top: -50px;
  position: relative;
  display: block;
  overflow: hidden;
  border: 3px solid var(--c-blue);
  border-radius: 25px;
}
.shop .bottom-nav ul.layout-flex-3 li picture img {
  transition: 0.2s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop .bottom-nav ul.layout-flex-3 li:hover img {
  transform: scale(1.05);
}

.shop .bottom-nav ul.layout-flex-3 .detail {
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .bottom-nav {
    margin-top: 50px;
  }

  .shop .bottom-nav ul.layout-flex-3 {
    justify-content: center;
    margin-top: 30px;
  }
  .shop .bottom-nav ul.layout-flex-3 > * {
    width: auto;
    padding: 0;
  }
  .shop .bottom-nav ul.layout-flex-3 li {
    margin: 0 1% 20px;
  }
  .shop .bottom-nav ul.layout-flex-3 li .title-1 {
    font-size: 2.2rem;
    color: var(--c-yellow);
    background: var(--c-blue);
    font-weight: 900;
    text-align: center;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .shop .bottom-nav ul.layout-flex-3 li picture {
    margin-top: -38px;
    position: relative;
    display: block;
    overflow: hidden;
    border: 3px solid var(--c-blue);
    border-radius: 25px;
  }
  .shop .bottom-nav ul.layout-flex-3 li picture img {
    transition: 0.2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: -15px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .bottom-nav ul.layout-flex-3 li {
    margin: 0 1% 20px;
    width: 90%;
  }
  
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン（戻る）
/* ------------------------------------------------------------------------------------------------- */

.shop .link-btn .btn-1.return {
  font-size: 1.6rem;
  width: 350px;
  padding: 25px 3em;
  font-weight: 900;
}
.shop .link-btn .btn-1.return::after {
  border: 0px;
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  left: 15px;
  right: auto;
  transition: 0.2s left;
}
.shop .link-btn .btn-1.return:hover::after {
  left: 10px !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .shop .link-btn .btn-1.return {
    font-size: 1.6rem;
    width: auto;
    padding: 20px 3em;
  }
}







