﻿@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;
}

/* ------------------------------------------------------ タイトル ----- */

.title-l-a {
  background-color: #5a5a5a;
  border-top: 1px solid #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;
  border-top: 1px solid #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-l-z {
  font-weight: bold;
  font-size: 2.2rem;
  padding: 0;
  display: flex;
  justify-content: center;
  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;
}

/* ------------------------------------------------------ ボタン ----- */

.button-red {
  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;
}

.button-red:hover {
  opacity: 0.7;
}

.button-red .m-icon-pdf:before {
  display: none;
}

.button-red img {
  position: absolute;
  height: 18px;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 16px auto auto;
}

.button-red a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-blue {
  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;
}

.button-blue:hover {
  opacity: 0.7;
}

.button-blue .m-icon-pdf:before {
  display: none;
}

.button-blue img {
  position: absolute;
  height: 18px;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 16px auto auto;
}

.button-blue a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-orange {
  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;
}

.button-orange:hover {
  opacity: 0.7;
}

.button-orange .m-icon-pdf:before {
  display: none;
}

.button-orange img {
  position: absolute;
  height: 18px;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 16px auto auto;
}

.button-orange a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-close {
  background-color: #fbfbfb;
  border: 1px solid #cccccc;
  box-shadow: 0 0 2px #dddddd;
  color: #777777;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 8px;
  position: relative;
}

.button-close:hover {
  opacity: 0.7;
}

.button-close a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------ リスト ----- */

.list-a {
  border-collapse: collapse;
  width: 100%;
  min-width: auto !important;
}

.list-a > tbody > tr > td:nth-child(odd) {
  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-child(even) {
  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-child(odd) {
  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-child(even) {
  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-child(odd) {
  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-child(even) {
  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-child(odd) {
  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-child(even) {
  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;
}

.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;
}

/* ------------------------------------------------------ ダウンロード ----- */

.download {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.download 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;
}

.download 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;
}

.download li div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.download li div p img {
  width: 100%;
}

.download li div p:nth-of-type(1) {
  width: 100%;
  font-weight: bold;
  font-size: 1.8rem;
  color: #e70012;
  text-align: center;
  margin-bottom: 8px;
}

.download li div p:nth-of-type(2) {
  width: calc(27% - 12px);
}

.download li div p:nth-of-type(3) {
  width: calc(73% - 12px);
}

.download li div p:nth-of-type(3):hover {
  opacity: 0.7;
}

/* ------------------------------------------------------ お問い合わせ ----- */

.contact-1,
.contact-2,
.contact-3,
.contact-4 {
  display: flex;
  flex-wrap: wrap;
}

.contact-1 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;
}

.contact-2 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;
}

.contact-2 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;
}

.contact-3 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;
}

.contact-3 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;
}

.contact-3 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;
}

.contact-4 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 0;
  padding: 16px;
}

.contact-4 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 0 0;
  padding: 16px;
}

.contact-4 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: 1px solid #dddddd;
  border-radius: 0 0 0 8px;
  padding: 16px;
}

.contact-4 li:nth-of-type(4) {
  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;
}

.branch .title {
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #e70012;
  padding-bottom: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-right: 8px;
  padding-left: 8px;
}

.branch .title img {
  height: 3.0rem;
  width: auto;
  margin-right: 8px;
}

.branch .button-red,
.branch .button-blue,
.branch .button-orange {
  width: calc(100% - 16px);
  margin-right: auto;
  margin-left: auto;
}

.branch .desc {
  width: calc(100% - 16px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
}

.tel .title {
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #e70012;
  padding-bottom: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-right: 8px;
  padding-left: 8px;
}

.tel .title img {
  height: 3.0rem;
  width: auto;
  margin-right: 8px;
}

.tel .number {
  font-size: 1.4rem;
  line-height: 1.0;
  width: calc(100% - 16px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
}

.tel .number a {
  font-weight: bold;
  font-size: 2.5rem;
}

.tel .desc {
  width: calc(100% - 16px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
}

/* ------------------------------------------------------ カ－ド ----- */

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container li:hover {
  opacity: 0.7;
}

.container .item-00 {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 16px;
}

.container .item-25 {
  width: calc((100% - 48px) / 4);
  border: 1px solid #dddddd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 16px;
}

.container .item-33 {
  width: calc((100% - 32px) / 3);
  border: 1px solid #dddddd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 16px;
}

.container .item-50 {
  width: calc((100% - 16px) / 2);
  border: 1px solid #dddddd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 16px;
}

.container .item-66 {
  width: calc((((100% - 32px) / 3) * 2) + 16px);
  border: 1px solid #dddddd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 16px;
}

.container .item-75 {
  width: calc((((100% - 48px) / 4) * 3) + 32px);
  border: 1px solid #dddddd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 16px;
}

.container .one-quarter  {
  width: calc((100% - 48px) / 4);
  margin-top: 16px;
}

.container .one-third  {
  width: calc((100% - 32px) / 3);
  margin-top: 16px;
}

.container .one-half  {
  width: calc((100% - 16px) / 2);
  margin-top: 16px;
}

.container .spacer {
  border: none;
  border-radius: 0;
  margin-top: 0;
  height: 0;
}

.container li .title {
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7.0rem;
  background-color: #efefef;
  border-bottom: 1px solid #dddddd;
  border-radius: 8px 8px 0 0;
}

.container li .gazou img {
  width: 100%;
}

.container .gazou {
  width: calc(100% - 32px);
  margin: 16px auto 0 auto;
}

.container .desc {
  width: calc(100% - 48px);
  margin: 10px auto 0 auto;
  flex: 1;
}

.container .button {
  width: calc(100% - 32px);
  margin: 10px auto 16px auto;
  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;
}

.button .m-icon-pdf:before {
  display: none;
}

.button img {
  position: absolute;
  height: 18px;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 16px auto auto;
}

.container li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container .m-icon-pdf:before {
  display: none;
}

/* ------------------------------------------------------ フロー（画像あり） ----- */

.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) .title {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  border-right: 1px solid #dddddd;
  padding: 16px 24px;
  border-radius: 8px 0 0 8px;
}

.flow-v1 li:nth-of-type(odd) .title span {
  font-weight: bold;
  font-size: 1.8rem;
  color: #e70012;
}

.flow-v1 li:nth-of-type(odd) .wrap {
  width: 50%;
  padding: 16px 24px;
}

.flow-v1 li:nth-of-type(odd) .wrap .sub-ttl {
  font-weight: bold;
  font-size: 1.8rem;
}

.flow-v1 li:nth-of-type(odd) .gazou {
  width: 25%;
  padding: 16px 16px 16px 0;
}

.flow-v1 li:nth-of-type(odd) .gazou img {
  width: 100%;
}

.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;
}

/* ------------------------------------------------------ フロー（画像なし） ----- */

.flow-v2 li:nth-of-type(odd) {
  width: 100%;
  border: 1px solid #dddddd;
  display: flex;
  border-radius: 8px;
}

.flow-v2 li:nth-of-type(odd) .title {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  border-right: 1px solid #dddddd;
  padding: 16px 24px;
  border-radius: 8px 0 0 8px;
}

.flow-v2 li:nth-of-type(odd) .title span {
  font-weight: bold;
  font-size: 1.8rem;
  color: #e70012;
}

.flow-v2 li:nth-of-type(odd) .wrap {
  width: 75%;
  padding: 16px 24px;
}

.flow-v2 li:nth-of-type(odd) .wrap .sub-ttl {
  font-weight: bold;
  font-size: 1.8rem;
}

.flow-v2 li:nth-of-type(even) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow-v2 li:nth-of-type(even) img {
  width: 32px;
}

.flow-v2 li:last-child {
  display: none;
}

/* ------------------------------------------------------ 画像 ----- */

.image {
  width: 100%;
}

.image img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------ その他 ----- */

.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;
}

/* ------------------------------------------------------ 横幅 ----- */

.w-30 {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
}

.w-35 {
  width: 35%;
  margin-right: auto;
  margin-left: auto;
}

.w-40 {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.w-45 {
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.w-50 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.w-55 {
  width: 55%;
  margin-right: auto;
  margin-left: auto;
}

.w-60 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.w-65 {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.w-70 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.w-75 {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.w-80 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.w-85 {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.w-90 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.w-95 {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

/* ------------------------------------------------------ マージン ----- */

.mt-00 {
  margin-top: 0;
}

.mt-02 {
  margin-top: 2px;
}

.mt-04 {
  margin-top: 4px;
}

.mt-06 {
  margin-top: 6px;
}

.mt-08 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-48 {
  margin-top: 48px;
}

.mb-08 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {

  @charset "UTF-8";

  /* ------------------------------------------------------ ダウンロード ----- */

  .download {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .download 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 24px 24px;
  }

  .download li:nth-of-type(2) {
    width: 100%;
    background-color: #f5f5f5;
    border-top: none;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: none;
    border-radius: 0 0 8px 8px;
    padding: 16px 24px 24px 24px;
  }

  .download li div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .download li div p img {
    width: 100%;
  }

  .download li div p:nth-of-type(1) {
    width: 100%;
    font-weight: bold;
    font-size: 1.8rem;
    color: #e70012;
    text-align: center;
    margin-bottom: 8px;
  }

  .download li div p:nth-of-type(2) {
    display: none;
  }

  .download li div p:nth-of-type(3) {
    width: 100%;
  }

  .download li div p:nth-of-type(3):hover {
    opacity: 1.0;
  }

  /* ------------------------------------------------------ お問い合わせ ----- */

  .contact-1,
  .contact-2,
  .contact-3,
  .contact-4 {
    display: flex;
    flex-wrap: wrap;
  }

  .contact-1 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;
  }

  .contact-2 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;
  }

  .contact-2 li:nth-of-type(2) {
    width: 100%;
    background-color: #f5f5f5;
    border-top: none;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: none;
    border-radius: 0 0 8px 8px;
    padding: 16px;
  }

  .contact-3 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;
  }

  .contact-3 li:nth-of-type(2) {
    width: 100%;
    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 0;
    padding: 16px;
  }

  .contact-3 li:nth-of-type(3) {
    width: 100%;
    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 8px 8px;
    padding: 16px;
  }

  .contact-4 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;
  }

  .contact-4 li:nth-of-type(2) {
    width: 100%;
    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 0;
    padding: 16px;
  }

  .contact-4 li:nth-of-type(3) {
    width: 100%;
    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 0;
    padding: 16px;
  }

  .contact-4 li:nth-of-type(4) {
    width: 100%;
    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 8px 8px;
    padding: 16px;
  }

  .branch .title {
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: 1px solid #e70012;
    padding-bottom: 10px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-right: 8px;
    padding-left: 8px;
  }

  .branch .title img {
    height: 3.0rem;
    width: auto;
    margin-right: 8px;
  }

  .branch .button-red,
  .branch .button-blue,
  .branch .button-orange {
    width: calc(100% - 16px);
    margin-right: auto;
    margin-left: auto;
  }

  .branch .desc {
    width: calc(100% - 16px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
  }

  .tel .title {
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: 1px solid #e70012;
    padding-bottom: 10px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-right: 8px;
    padding-left: 8px;
  }

  .tel .title img {
    height: 3.0rem;
    width: auto;
    margin-right: 8px;
  }

  .tel .number {
    font-size: 1.4rem;
    line-height: 1.0;
    width: calc(100% - 16px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
  }

  .tel .number a {
    font-weight: bold;
    font-size: 2.5rem;
  }

  .tel .desc {
    width: calc(100% - 16px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
  }

  /* ------------------------------------------------------ カ－ド ----- */

  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .container li:hover {
    opacity: 0.7;
  }

  .container .item-00 {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 16px;
  }

  .container .item-25 {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 16px;
  }

  .container .item-33 {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 16px;
  }

  .container .item-50 {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 16px;
  }

  .container .item-66 {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 16px;
  }

  .container .item-75 {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 16px;
  }

  .container .one-quarter  {
    width: 100%;
    margin-top: 16px;
  }

  .container .one-third  {
    width: 100%;
    margin-top: 16px;
  }

  .container .spacer {
    border: none;
    border-radius: 0;
    margin-top: 0;
    height: 0;
  }

  .container li .title {
    font-weight: bold;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7.0rem;
    background-color: #ffe9ee;
    border-bottom: 1px solid #dddddd;
    border-radius: 8px 8px 0 0;
  }

  .container li .gazou img {
    width: 100%;
  }

  .container .gazou {
    width: calc(100% - 32px);
    margin: 16px auto 0 auto;
  }

  .container .desc {
    width: calc(100% - 48px);
    margin: 10px auto 0 auto;
    flex: 1;
  }

  .container .button {
    width: calc(100% - 32px);
    margin: 10px auto 16px auto;
    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;
  }

  .button .m-icon-pdf:before {
    display: none;
  }

  .button img {
    position: absolute;
    height: 18px;
    width: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 16px auto auto;
  }

  .container li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .container .m-icon-pdf:before {
    display: none;
  }

  /* ------------------------------------------------------ フロー（画像あり） ----- */

  .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) .title {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #efefef;
    border-right: 1px solid #dddddd;
    padding: 16px 24px;
    border-radius: 8px 0 0 8px;
  }

  .flow-v1 li:nth-of-type(odd) .title span {
    font-weight: bold;
    font-size: 1.8rem;
    color: #e70012;
  }

  .flow-v1 li:nth-of-type(odd) .wrap {
    width: 75%;
    padding: 16px 24px;
  }

  .flow-v1 li:nth-of-type(odd) .wrap .sub-ttl {
    font-weight: bold;
    font-size: 1.8rem;
  }

  .flow-v1 li:nth-of-type(odd) .gazou {
    width: 25%;
    padding: 16px 16px 16px 0;
    display: none;
  }

  .flow-v1 li:nth-of-type(odd) .gazou img {
    width: 100%;
  }

  .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;
  }

  /* ------------------------------------------------------ フロー（画像なし） ----- */

  .flow-v2 li:nth-of-type(odd) {
    width: 100%;
    border: 1px solid #dddddd;
    display: flex;
    border-radius: 8px;
  }

  .flow-v2 li:nth-of-type(odd) .title {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #efefef;
    border-right: 1px solid #dddddd;
    padding: 16px 24px;
    border-radius: 8px 0 0 8px;
  }

  .flow-v2 li:nth-of-type(odd) .title span {
    font-weight: bold;
    font-size: 1.8rem;
    color: #e70012;
  }

  .flow-v2 li:nth-of-type(odd) .wrap {
    width: 75%;
    padding: 16px 24px;
  }

  .flow-v2 li:nth-of-type(odd) .wrap .sub-ttl {
    font-weight: bold;
    font-size: 1.8rem;
  }

  .flow-v2 li:nth-of-type(even) {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flow-v2 li:nth-of-type(even) img {
    width: 32px;
  }

  .flow-v2 li:last-child {
    display: none;
  }

  /* ------------------------------------------------------ 画像 ----- */

  .image {
    width: 100%;
  }

  .image img {
    width: 100%;
    height: auto;
  }

  /* ------------------------------------------------------ その他 ----- */

  .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;
  }

  /* ------------------------------------------------------ 横幅 ----- */

  .w-30 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .w-35 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .w-40 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .w-45 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .w-50 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .w-55 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .w-60 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .w-65 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .w-70 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .w-75 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .w-80 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .w-85 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .w-90 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .w-95 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  /* ------------------------------------------------------ マージン ----- */

  .mt-00 {
    margin-top: 0;
  }

  .mt-02 {
    margin-top: 2px;
  }

  .mt-04 {
    margin-top: 4px;
  }

  .mt-06 {
    margin-top: 6px;
  }

  .mt-08 {
    margin-top: 8px;
  }

  .mt-10 {
    margin-top: 10px;
  }

  .mt-12 {
    margin-top: 12px;
  }

  .mt-14 {
    margin-top: 14px;
  }

  .mt-16 {
    margin-top: 16px;
  }

  .mt-18 {
    margin-top: 18px;
  }

  .mt-20 {
    margin-top: 20px;
  }

  .mt-24 {
    margin-top: 24px;
  }

  .mt-48 {
    margin-top: 48px;
  }

  .mb-08 {
    margin-bottom: 8px;
  }

  .mb-16 {
    margin-bottom: 16px;
  }

}