@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: 2em;
  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-reserve #visual .body::before {
  content: "";
  display: block;
  background: url("../../_images/reserve/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-reserve #visual .body::before {
    background: url("../../_images/reserve/title-icon-left.png") no-repeat;
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
  }
}

/* ****************************************************************************************************
   * ネットでかんたん予約
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.reserve {
  position: relative;
  padding-top: 50px;
}

.reserve .body {
  max-width: 1120px;
  padding: 0 20px;
}

.reserve .inner-box section ~ section {
  margin-top: 110px;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve {
    position: relative;
    padding-top: 2em !important;
  }
  .reserve .inner-box section ~ section {
    margin-top: 60px;
  }
}


/* ****************************************************************************************************
   * 黄色枠ボックス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.reserve .box {
  position: relative;
  margin-top: 70px;
  background: #fff;
  border-radius: 20px;
  border: 10px solid var(--c-yellow);
  padding: 40px 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve .box {
    margin-top: 30px;
    background: #fff;
    border-radius: 20px;
    border: 10px solid var(--c-yellow);
    padding: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.reserve .box .title-3 {
  font-size: 4.0rem;
  color: var(--c-blue);
  font-weight: 900;
  text-align: center;
  line-height: 1;
/*  animation: pikopiko 2s steps(2, start) infinite;*/
  margin-bottom: 40px;
}
.reserve .box .title-3 span {
  position: relative;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve .box .title-3 { 
    font-size: 2.2rem;
    color: var(--c-blue);
    font-weight: 900;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

.reserve .box .title-3 span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/staff-icon-1.png") no-repeat;
  width: 109px;
  height: 119px;
  position: absolute;
  top: 0;
  left: -120px;
  margin-top: -80px;
  animation: pikopiko 2s steps(2, start) infinite;
}
.reserve .box .title-3 span::after {
  content: "";
  display: block;
  background: url("../../_images/_common/attention.png") no-repeat;
  width: 80px;
  height: 70px;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-70%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve .box .title-3 span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/staff-icon-1.png") no-repeat;
    width: 54px;
    height: 59px;
    background-size: 54px 59px;
    position: absolute;
    top: 0;
    left: -60px;
    margin-top: -40px;
    animation: pikopiko 2s steps(2, start) infinite;
  }
  .reserve .box .title-3 span::after {
    content: "";
    display: block;
    background: url("../../_images/_common/attention.png") no-repeat;
    width: 40px;
    height: 35px;
    background-size: 40px 35px;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-70%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボックス内項目
/* ------------------------------------------------------------------------------------------------- */

.reserve .box .contents.layout-2 {}

.reserve .box .contents .detail {
  max-width: 710px;
  width: 80%;
}

.reserve .box .contents .detail .item {}
.reserve .box .contents .detail .item ~ .item {
  margin-top: 30px;
}

.reserve .box .contents .detail .item .title {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  padding-left: 2.5em;
}
.reserve .box .contents .detail .item .title::before {
  content: "";
  display: block;
  background: url("../../_images/_common/check-icon.png") no-repeat;
  width: 35px;
  height: 28px;
  background-size: 35px 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.reserve .box .contents .detail .item .text {
  font-size: 1.6rem;
}
.reserve .box .contents picture {
  width: 20%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve .box .contents .detail {
    max-width: 100%;
    width: 100%;
  }
  .reserve .box .contents .detail .item .title {
    font-size: 1.8rem;
    padding-left: 1.2em;
  }
  .reserve .box .contents .detail .item .title::before {
    background: url("../../_images/_common/check-icon.png") no-repeat;
    width: 17px;
    height: 14px;
    background-size: 17px 14px;
    margin-top: 7px;
  }
  .reserve .box .contents picture {
    width: 100%;
    display: block;
    margin: 1em auto 0;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボックス内リスト
/* ------------------------------------------------------------------------------------------------- */

.reserve .box ul {}
.reserve .box ul li {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  padding-left: 2.5em;
}
.reserve .box ul li::before {
  content: "";
  display: block;
  background: url("../../_images/_common/check-icon.png") no-repeat;
  width: 35px;
  height: 28px;
  background-size: 35px 28px;
  position: absolute;
  top: 0;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve .box ul li {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    padding-left: 1.2em;
  }
  .reserve .box ul li::before {
    content: "";
    display: block;
    background: url("../../_images/_common/check-icon.png") no-repeat;
    width: 17px;
    height: 14px;
    background-size: 17px 14px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
    margin-top: 7px;
  }
  .reserve .box ul li ~ li {
    margin-top: 1em;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * グレー枠
/* ------------------------------------------------------------------------------------------------- */

.reserve .inner-box {
  position: relative;
  padding: 60px;
  background: var(--c-bg);
  border-radius: 10px;
  margin-top: 60px;
}
.reserve .inner-box > section {
  position: relative;
}
.reserve .inner-box > section::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-s.png") no-repeat;
  width: 120px;
  height: 40px;
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.reserve .inner-box > section:last-child::after {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve .inner-box {
    position: relative;
    padding: 20px;
    background: var(--c-bg);
    border-radius: 10px;
    margin-top: 30px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve .inner-box > section::after {
    content: "";
    display: block;
    background: url("../../_images/_common/arrow-s.png") no-repeat;
    width: 60px;
    height: 20px;
    background-size: 60px 20px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル・アイコン
/* ------------------------------------------------------------------------------------------------- */

.reserve .inner-box section > .title {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  padding: 0.5em 0.5em 0.5em 3.0em;
}
.reserve .inner-box section > .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.reserve .inner-box .section-1 .title::before {
  background: url("../../_images/_common/step-1.png") no-repeat;
  width: 50px;
  height: 50px;
}
.reserve .inner-box .section-2 .title::before {
  background: url("../../_images/_common/step-2.png") no-repeat;
  width: 50px;
  height: 50px;
}
.reserve .inner-box .section-3 .title::before {
  background: url("../../_images/_common/step-3.png") no-repeat;
  width: 50px;
  height: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve .inner-box section > .title {
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
    background: #fff;
    border-radius: 10px;
    line-height: 1.4;
    padding: 0.5em 1em 0.5em 2em;
  }
  
  .reserve .inner-box .section-1 .title::before {
    background: url("../../_images/_common/step-1.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .reserve .inner-box .section-2 .title::before {
    background: url("../../_images/_common/step-2.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .reserve .inner-box .section-3 .title::before {
    background: url("../../_images/_common/step-3.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * セクション1　リスト
/* ------------------------------------------------------------------------------------------------- */

.reserve .section-1 ul.layout-flex-3 {
  margin-bottom: 30px;
}

.reserve .section-1 ul.layout-flex-3 > * {
  width: 31%;
  padding: 0;
}

.reserve .section-1 ul.layout-flex-3 li {
  max-width: 330px;
}

.reserve .section-1 ul.layout-flex-3 li .title-1 {
  font-size: 2.5rem;
  color: var(--c-yellow);
  background: var(--c-blue);
  font-weight: 900;
  text-align: center;
  border-radius: 20px 20px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0.2em 1em;
}

.reserve .section-1 ul.layout-flex-3 li a {
  opacity: 1;
  position: relative;
  display: block;
}
.reserve .section-1 ul.layout-flex-3 li picture {
  position: relative;
  display: block;
  overflow: hidden;
  border: 3px solid var(--c-blue);
  border-radius: 25px;
  margin-top: 0;
}
.reserve .section-1 ul.layout-flex-3 li picture img {
  transition: 0.2s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reserve .section-1 ul.layout-flex-3 li picture:hover img {
  transform: scale(1.05);
}

.reserve .section-1 ul.layout-flex-3 .detail {
  margin-top: 20px;
}

.reserve .section-1 ul.layout-flex-3 .detail p {
  position: relative;
  color: var(--c-blue);
  background: var(--c-yellow);
  border-radius: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 2.0rem;
}
.reserve .section-1 ul.layout-flex-3 .detail p::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid var(--c-yellow);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve .section-1 ul.layout-flex-3 {
    margin-top: 20px;
    justify-content: center;
  }
  .reserve .section-1 ul.layout-flex-3 > * {
    width: 100%;
    padding: 0;
  }
  .reserve .section-1 ul.layout-flex-3 li {
    margin: 0 20px 30px;
  }
  .reserve .section-1 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;
  }
  .reserve .section-1 ul.layout-flex-3 li picture {
    margin-top: -40px;
    position: relative;
    display: block;
    overflow: hidden;
    border: 3px solid var(--c-blue);
    border-radius: 25px;
  }
  .reserve .section-1 ul.layout-flex-3 li picture img {
    margin-top: -30px;
  }
  .reserve .section-1 ul.layout-flex-3 .detail p {
    position: relative;
    color: var(--c-blue);
    background: var(--c-yellow);
    border-radius: 20px;
    text-align: center;
    font-weight: 900;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * セクション2　タイトル
/* ------------------------------------------------------------------------------------------------- */

.reserve .section-2 .title-3 {
  font-size: 3.0rem;
}
.reserve .section-2 .title-3 span::before {
  background: url("../../_images/reserve/staff-1.png") no-repeat;
  width: 149px;
  height: 107px;
  left: -150px;
  margin-top: -70px;
}
.reserve .section-2 .title-3 span::after {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve .section-2 .title-3 {
    font-size: 2.2rem;
  }
  .reserve .section-2 .title-3 span::before {
    background: url("../../_images/reserve/staff-1.png") no-repeat;
    width: 74px;
    height: 53px;
    background-size: 74px 53px;
    left: 0;
    right: 0;
    margin: -55px auto 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * セクション3　内容
/* ------------------------------------------------------------------------------------------------- */

.reserve .section-3 .layout-2 {}
.reserve .section-3 .layout-2 .images {
  width: 57%;
  margin-right: 3%;
}
.reserve .section-3 .layout-2 .images .text {
  position: relative;
  color: var(--c-yellow);
  background: var(--c-blue);
  border-radius: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 2.0rem;
  margin-bottom: 20px;
  padding: 0.2em;
  line-height: 1.6;
}
.reserve .section-3 .layout-2 .images .text::after { 
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid var(--c-blue);
}

.reserve .section-3 .layout-2 .detail {
  width: 40%;
}
.reserve .section-3 .layout-2 .detail .item {}
.reserve .section-3 .layout-2 .detail .item ~ .item {}
.reserve .section-3 .layout-2 .detail .item .title {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--c-blue);
  line-height: 1.0;
  padding-left: 2.0em;
}
.reserve .section-3 .layout-2 .detail .item .title::before {
  content: "";
  display: block;
  background: url("../../_images/_common/check-icon-s.png") no-repeat;
  width: 25px;
  height: 20px;
  background-size: 25px 20px;
  position: absolute;
  top: 0;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve .section-3 .layout-2 .images {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .reserve .section-3 .layout-2 .images .text {
    font-size: 1.6rem;
  }
  .reserve .section-3 .layout-2 .images .text::after { 
    margin-left: -10px;
  }
  
  .reserve .section-3 .layout-2 .detail {
    width: 100%;
    margin-top: 1em;
  }
}



/* ****************************************************************************************************
   * タイヤ交換、各店舗でのご予約はこちら
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#reservations {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#reservations ul.layout-flex-3 {
  margin-bottom: 30px;
}

#reservations ul.layout-flex-3 > * {
  width: 31%;
  padding: 0;
}

#reservations ul.layout-flex-3 li {
  max-width: 330px;
}

#reservations 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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0.2em 1em;
}

#reservations ul.layout-flex-3 li a {
  opacity: 1;
  position: relative;
  display: block;
}
#reservations ul.layout-flex-3 li picture {
  position: relative;
  display: block;
  overflow: hidden;
  border: 3px solid var(--c-blue);
  border-radius: 25px;
  margin-top: 0;
}
#reservations ul.layout-flex-3 li picture img {
  transition: 0.2s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#reservations ul.layout-flex-3 li picture:hover img {
  transform: scale(1.05);
}

#reservations ul.layout-flex-3 .detail {
  margin-top: 20px;
}

#reservations ul.layout-flex-3 .detail p {
  position: relative;
  color: var(--c-blue);
  background: var(--c-yellow);
  border-radius: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 2.0rem;
  margin-bottom: 20px;
}
#reservations ul.layout-flex-3 .detail p::after {
  content: "";
  position: absolute;  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid var(--c-yellow);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  #reservations ul.layout-flex-3 {
    margin-top: 20px;
    justify-content: center;
  }
  #reservations ul.layout-flex-3 > * {
    width: 100%;
    padding: 0;
  }
  #reservations ul.layout-flex-3 li {
    margin: 0 20px 30px;
  }
  #reservations 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;
  }
  #reservations ul.layout-flex-3 li picture {
    margin-top: -40px;
    position: relative;
    display: block;
    overflow: hidden;
    border: 3px solid var(--c-blue);
    border-radius: 25px;
  }
  #reservations ul.layout-flex-3 li picture img {
    margin-top: -30px;
  }
  #reservations ul.layout-flex-3 .detail p {
    position: relative;
    color: var(--c-blue);
    background: var(--c-yellow);
    border-radius: 20px;
    text-align: center;
    font-weight: 900;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#reservations .btn-area {
  margin-top: 20px;
}
#reservations .btn-3 {
  position: relative;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 20px 1em;
  font-weight: 900;
  line-height: 1.5;
  background: #000;
  border-radius: 10px;
  box-shadow: 0px 2px 1px 2px rgb(77, 77, 77) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  display: block;
}
#reservations .btn-3[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/tabs-icon-y.png") no-repeat;
  width: 16px;
  height: 16px;
  margin-left: .4em;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#reservations .btn-3:hover {
  opacity: 0.7;
}

