﻿@charset "UTF-8";

/* ------------------------------------------------------ よくあるご質問　来店予約サービス ----- */

.item-raitenyoyaku {
  background-color: #2e89f2;
  border: 1px solid #dddddd;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.28rem;
  padding: 5px 14px;
  border-radius: 4px;
  position: relative;
}

.a-raitenyoyaku {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.item-question {
  background-color: #e70012;
  border: 1px solid #dddddd;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.28rem;
  padding: 5px 14px;
  border-radius: 4px;
  margin-right: 16px;
  position: relative;
}

.a-question {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

/* ------------------------------------------------------ その他 ----- */

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.waku {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 16px 24px;
}

.douga-size {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.slide {
  width: 100%;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}

.r-yose {
  display: flex;
  justify-content: right;
  align-items: center;
}

.wrap {
  white-space: wrap;
}

.nowrap {
  white-space: nowrap;
}

/* ------------------------------------------------------ フローチャート ----- */

.flow-v1 li:nth-of-type(odd) {
  width: 100%;
  border: 1px solid #dddddd;
  display: flex;
  border-radius: 8px;
}

.flow-v1 li:nth-of-type(odd) div:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22%;
  background-color: #efefef;
  border-right: 1px solid #dddddd;
  padding: 16px 24px;
  border-radius: 8px 0 0 8px;
}

.flow-v1 li:nth-of-type(odd) div:nth-of-type(1) p {
  font-weight: bold;
  font-size: 1.8rem;
  color: #e70012;
}

.flow-v1 li:nth-of-type(odd) div:nth-of-type(2) {
  width: 78%;
  padding: 16px 24px;
  border-radius: 0 8px 8px 0;
}

.flow-v1 li:nth-of-type(odd) div:nth-of-type(2) p {
  font-weight: bold;
  font-size: 1.8rem;
}

.flow-v1 li:nth-of-type(even) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow-v1 li:nth-of-type(even) img {
  width: 32px;
}

.flow-v1 li:last-child {
  display: none;
}

/* ------------------------------------------------------ 画像 ----- */

.image img {
  width: 100%;
}

/* ------------------------------------------------------ container ----- */

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container img {
  width: 100%;
}

.container .item25 {
  width: calc((100% - 48px) / 4);
  margin-top: 16px;
}

.container .item33 {
  width: calc((100% - 32px) / 3);
  margin-top: 16px;
}

.container .item66 {
  width: calc((((100% - 32px) / 3) * 2) + 16px);
  margin-top: 16px;
}

.container .item75 {
  width: calc((((100% - 48px) / 4) * 3) + 32px);
  margin-top: 16px;
}

.container .spacer {
  margin-top: 0;
  height: 0;
}

/* ------------------------------------------------------ リスト ----- */

.list-a {
  border-collapse: collapse;
  width: 100%;
  min-width: auto !important;
}

.list-a > tbody > tr > td:nth-of-type(1) {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: none;
  padding: 8px 8px 0 0;
  white-space: nowrap;
}

.list-a > tbody > tr > td:nth-of-type(2) {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: none;
  padding: 8px 0 0 0;
  width: 100%;
}

.list-a > tbody > tr:nth-of-type(1) > td:nth-of-type(1) {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: none;
  padding: 0 8px 0 0;
  white-space: nowrap;
}

.list-a > tbody > tr:nth-of-type(1) > td:nth-of-type(2) {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: none;
  padding: 0 0 0 0;
  width: 100%;
}

.list-b {
  border-collapse: collapse;
  width: 100%;
  min-width: auto !important;
  margin-left: -0.8rem;
}

.list-b > tbody > tr > td:nth-of-type(1) {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: none;
  padding: 8px 0 0 0;
  white-space: nowrap;
}

.list-b > tbody > tr > td:nth-of-type(2) {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: none;
  padding: 8px 0 0 0;
  width: 100%;
}

.list-b > tbody > tr:nth-of-type(1) > td:nth-of-type(1) {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: none;
  padding: 0 0 0 0;
  white-space: nowrap;
}

.list-b > tbody > tr:nth-of-type(1) > td:nth-of-type(2) {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: none;
  padding: 0 0 0 0;
  width: 100%;
}

/* ------------------------------------------------------ 表 ----- */

.table {
  border-collapse: collapse;
  width: 100%;
}

.table > tbody > tr > th {
  background-color: #f5f5f5;
  font-weight: normal;
  border: 1px solid #dddddd;
  padding: 12px 16px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}

.table > tbody > tr > th > span {
  display: inline-block;
  text-align: left;
}

.table > tbody > tr > td {
  font-weight: normal;
  border: 1px solid #dddddd;
  padding: 12px 16px;
  vertical-align: top;
  text-align: left;
}

.center > tbody > tr > td {
  vertical-align: middle;
  text-align: center;
}

.center > tbody > tr > td > span {
  display: inline-block;
  text-align: left;
}

/* ------------------------------------------------------ タイトル ----- */

.title-l-a {
  background-color: #5a5a5a;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-l-b {
  background-color: #5a5a5a;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 16px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.title-l-c {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-l-d {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0;
  display: flex;
  justify-content: left;
  align-items: center;
}

.title-m-k {
  border-left: 16px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 16px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.title-m-r {
  border-left: 16px solid #e70012;
  border-bottom: 1px solid #e70012;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 16px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.title-m-b {
  border-left: 16px solid #61b4ec;
  border-bottom: 1px solid #61b4ec;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 16px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.title-m-g {
  border-left: 16px solid #9bdb3c;
  border-bottom: 1px solid #9bdb3c;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 16px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.title-m-p {
  border-left: 16px solid #fe90ac;
  border-bottom: 1px solid #fe90ac;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 16px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.title-m-o {
  border-left: 16px solid #ff8800;
  border-bottom: 1px solid #ff8800;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 16px;
  display: flex;
  justify-content: left;
  align-items: center;
}

/* ------------------------------------------------------ ダウンロード ----- */

.dolo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dolo li:nth-of-type(1) {
  width: 50%;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 8px 0 0 8px;
  padding: 16px 24px 24px 24px;
}

.dolo li:nth-of-type(2) {
  width: 50%;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-radius: 0 8px 8px 0;
  padding: 16px 24px 24px 24px;
}

.dolo li div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dolo li div p img {
  width: 100%;
}

.dolo li div p:nth-of-type(1) {
  width: 100%;
  font-weight: bold;
  font-size: 1.8rem;
  color: #e70012;
  text-align: center;
  margin-bottom: 8px;
}

.dolo li div p:nth-of-type(2) {
  width: calc(27% - 12px);
}

.dolo li div p:nth-of-type(3) {
  width: calc(73% - 12px);
}

.dolo li div p:nth-of-type(3):hover {
  opacity: 0.7;
}

/* ------------------------------------------------------ お問い合わせ ----- */

.con1,
.con2,
.con3,
.con4 {
  display: flex;
  flex-wrap: wrap;
}

.con1 li {
  width: 100%;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 8px 8px 8px 8px;
  padding: 16px 24px;
}

.con2 li:nth-of-type(1) {
  width: 50%;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 8px 0 0 8px;
  padding: 16px 24px;
}

.con2 li:nth-of-type(2) {
  width: 50%;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-radius: 0 8px 8px 0;
  padding: 16px 24px;
}

.con3 li:nth-of-type(1) {
  width: 100%;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 8px 8px 0 0;
  padding: 16px 24px;
}

.con3 li:nth-of-type(2) {
  width: 50%;
  background-color: #f5f5f5;
  border-top: none;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 0 0 0 8px;
  padding: 16px 24px;
}

.con3 li:nth-of-type(3) {
  width: 50%;
  background-color: #f5f5f5;
  border-top: none;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-radius: 0 0 8px 0;
  padding: 16px 24px;
}

.con4 li:nth-of-type(1) {
  width: 100%;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 8px 8px 0 0;
  padding: 16px 24px;
}

.con4 li:nth-of-type(2) {
  width: 50%;
  background-color: #f5f5f5;
  border-top: none;
  border-right: 1px solid #dddddd;
  border-bottom: none;
  border-left: 1px solid #dddddd;
  border-radius: 0 0 0 0;
  padding: 16px 24px;
}

.con4 li:nth-of-type(3) {
  width: 50%;
  background-color: #f5f5f5;
  border-top: none;
  border-right: 1px solid #dddddd;
  border-bottom: none;
  border-left: none;
  border-radius: 0 0 0 0;
  padding: 16px 24px;
}

.con4 li:nth-of-type(4) {
  width: 100%;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 0 0 8px 8px;
  padding: 16px 24px;
}

.tel .way {
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #e70012;
  padding-bottom: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.tel .way img {
  height: 3.0rem;
  width: auto;
  margin-right: 10px;
}

.tel .depa {
  margin-top: 16px;
}

.tel .numb {
  font-size: 1.4rem;
  line-height: 1.0;
  margin-top: 8px;
}

.tel .numb a {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.0;
}

.tel .note {
  margin-top: 8px;
}

.tenp .way {
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #e70012;
  padding-bottom: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.tenp .way img {
  height: 3.0rem;
  width: auto;
  margin-right: 10px;
}

.tenp .btnr,
.tenp .btnb,
.tenp .btno {
  margin-top: 16px;
}

.tenp .note {
  margin-top: 14px;
}

/* ------------------------------------------------------ ボタン ----- */

.btnr {
  background-color: #e70012;
  box-shadow: 0 0 2px #e70012;
  color: #ffffff;
  text-shadow: 0.7px 0.7px 0px #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 8px;
  position: relative;
}

.btnr:hover {
  opacity: 0.7;
}

.btnr .m-icon-pdf:before {
  display: none;
}

.btnr img {
  position: absolute;
  height: 18px;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 16px auto auto;
}

.btnr a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btnb {
  background-color: #0175c7;
  box-shadow: 0 0 2px #0175c7;
  color: #ffffff;
  text-shadow: 0.7px 0.7px 0px #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 8px;
  position: relative;
}

.btnb:hover {
  opacity: 0.7;
}

.btnb .m-icon-pdf:before {
  display: none;
}

.btnb img {
  position: absolute;
  height: 18px;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 16px auto auto;
}

.btnb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btno {
  background-color: #ff9500;
  box-shadow: 0 0 2px #ff9500;
  color: #ffffff;
  text-shadow: 0.7px 0.7px 0px #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 8px;
  position: relative;
}

.btno:hover {
  opacity: 0.7;
}

.btno .m-icon-pdf:before {
  display: none;
}

.btno img {
  position: absolute;
  height: 18px;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 16px auto auto;
}

.btno a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------ 横幅 ----- */

.w30 {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
}

.w35 {
  width: 35%;
  margin-right: auto;
  margin-left: auto;
}

.w40 {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.w45 {
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.w50 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.w55 {
  width: 55%;
  margin-right: auto;
  margin-left: auto;
}

.w60 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.w65 {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.w70 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.w75 {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.w80 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.w85 {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.w90 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.w95 {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

/* ------------------------------------------------------ マージン ----- */

.mt00 {
  margin-top: 0;
}

.mt02 {
  margin-top: 2px;
}

.mt04 {
  margin-top: 4px;
}

.mt06 {
  margin-top: 6px;
}

.mt08 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt14 {
  margin-top: 14px;
}

.mt16 {
  margin-top: 16px;
}

.mt18 {
  margin-top: 18px;
}

.mt20 {
  margin-top: 20px;
}

.mt24 {
  margin-top: 24px;
}

.mt48 {
  margin-top: 48px;
}

.mb08 {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {

/* ------------------------------------------------------ container ----- */

  .container .item25,
  .container .item33,
  .container .item66,
  .container .item75 {
    width: 100%;
  }

/* ------------------------------------------------------ ダウンロード ----- */

  .dolo li:nth-of-type(1) {
    width: 100%;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-radius: 8px 8px 0 0;
    padding: 16px 24px 24px 24px;
  }

  .dolo li:nth-of-type(2) {
    width: 100%;
    border-top: none;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-radius: 0 0 8px 8px;
    padding: 16px 24px 24px 24px;
  }

  .dolo li div p:nth-of-type(2) {
    display: none;
  }

  .dolo li div p:nth-of-type(3) {
    width: 100%;
  }

  .dolo li div p:nth-of-type(3):hover {
    opacity: 1.0;
  }

/* ------------------------------------------------------ お問い合わせ ----- */

  .con2 li:nth-of-type(1) {
    width: 100%;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-radius: 8px 8px 0 0;
  }

  .con2 li:nth-of-type(2) {
    width: 100%;
    border-top: none;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-radius: 0 0 8px 8px;
  }

  .con3 li:nth-of-type(1) {
    width: 100%;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-radius: 8px 8px 0 0;
  }

  .con3 li:nth-of-type(2) {
    width: 100%;
    border-top: none;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }

  .con3 li:nth-of-type(3) {
    width: 100%;
    border-top: none;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-radius: 0 0 8px 8px;
  }

  .con4 li:nth-of-type(1) {
    width: 100%;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-radius: 8px 8px 0 0;
  }

  .con4 li:nth-of-type(2) {
    width: 100%;
    border-top: none;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }

  .con4 li:nth-of-type(3) {
    width: 100%;
    border-top: none;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }

  .con4 li:nth-of-type(4) {
    width: 100%;
    border-top: none;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-radius: 0 0 8px 8px;
  }

/* ------------------------------------------------------ 横幅 ----- */

  .w30,
  .w35,
  .w40,
  .w45,
  .w50,
  .w55,
  .w60,
  .w65,
  .w70,
  .w75,
  .w80,
  .w85,
  .w90 {
    width: 95%;
  }

}