@charset "utf-8";
/*===============================================
● PC SP共通
===============================================*/
#reservation {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
#reservation .fmo_yoyaku_area {
  border: 5px solid #008132;
  margin: 0 0 2rem;
  background: #faf5e5;
  border-radius: 1rem;
}
#reservation .flow, #reservation .fmo_support {
  padding: 0 2rem 2rem;
}
#reservation > hgroup {
  text-align: center;
  color: #313131;
  margin: 0 0 2rem;
}
#reservation .ttl_h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}
#reservation .ttl_h1::before, #reservation .ttl_h1::after {
  content: '';
  width: 38%;
  height: 3px;
  background-color: #313131;
}
#reservation .ttl_h2 {
  clip-path: none;
  background: #008132;
  margin: 0 0 0.5rem;
  width: 100%;
  padding: 0;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
}
#reservation .ttl_area {
  background: #008132;
  color: #fff;
  padding: 1rem;
  text-align: center;
}
#reservation .flow_wrap {
  display: grid;
  grid-template-columns: 1fr;
}
#reservation .flow_content {
  width: 100%;
}
#reservation .flow_right {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  gap: 1rem;
}
#reservation .start {
  display: flex;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  margin: 1rem 0 0.5rem;
  width: 100%;
}
#reservation .start p {
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
  background: #ccc;
  padding: 0.5rem 1rem 1rem;
  width: 100%;
  font-weight: 600;
}
#reservation .start p span {
  font-size: 1.2rem;
  font-weight: 600;
  color: #a6151c;
}
#reservation .ttl_h3 {
  text-align: center;
  padding: 0.5rem;
  margin: 2rem auto 1rem;
  width: 100%;
  max-width: 320px;
  background: #008132;
  outline: 1.5px solid #fff;
  outline-offset: -5px;
  color: #fff;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
#reservation .ttl_h3.bdt {
  text-align: center;
  padding: 0.5rem;
  margin: 1rem auto;
  width: 60%;
  background: #008132;
  position: relative;
  top: -3.5rem;
  outline: 1.5px solid #fff;
  outline-offset: -5px;
  color: #fff;
  border-radius: 0.5rem;
}
/*=======================================================
● swiper 
=========================================================*/
#reservation .swiper-container {
  width: 100%;
  margin: 0 auto;
}
#reservation .swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#reservation .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#reservation .swiper-button-next:after {
  font-size: 0.8rem;
}
#reservation .swiper-button-next {
  color: #fff;
  background: #008132;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  padding: 0.5rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30%;
}
#reservation .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}
#reservation .swiper-pagination {
  bottom: 57px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
#reservation .swiper-pagination .swiper-pagination-bullet {
  background-color: #eee;
  opacity: 0.8;
}
#reservation .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #008132;
}
#reservation .swiper-button-prev:after {
  font-size: 0.8rem;
}
#reservation .swiper-button-prev {
  color: #fff;
  background: #008132;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  padding: 0.5rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30%;
}
#reservation .coupon_use .swiper-button-prev, #reservation .coupon_use .swiper-button-next {
  top: 35%;
}
#reservation .swiper-scrollbar {
  left: 2%;
  bottom: 65px;
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 2%));
}
/* ================== flow01 =======================*/
#reservation .flow01 {
  width: 100%;
  max-width: 100%;
  height: 660px !important;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 1rem 1rem 10rem !important;
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #008132;
  border-radius: 1rem;
}
#reservation .flow00 {
  width: 100%;
  max-width: 100%;
  height: 400px !important;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 2rem !important;
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #008132;
  border-radius: 1rem;
}
#reservation .flow01 .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#reservation .flow01 .swiper-slide img {
  display: block;
  width: 80%;
  height: 68%;
  object-fit: contain;
  margin: 0 auto;
}
#reservation .flow01 .swiper-slide dl dt {
  background: #008132;
  border-radius: 0.5rem;
  margin: 1rem auto;
  color: #fff;
  font-weight: 600;
  padding: 0.3rem 0;
  max-width: 200px;
  font-size: 1.2rem;
}
#reservation .flow01 .swiper-slide dl dd {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#reservation .flow01 .swiper-slide dl dd span {
  display: block;
  font-size: 0.8rem;
}
#reservation .flow01 .swiper-slide dl dd span a {
  color: #0171a6 !important;
}
#reservation .flow01 .swiper-slide dl dd a::after {
  content: '\e905';
  font-family: 'icn_font';
  font-weight: normal;
  margin: 0 0 0 0.3rem;
}
#reservation .flow01 .swiper-slide dl dd p {
  padding: 1rem;
}
#reservation .flow01 .swiper-slide p {
  text-align: left;
  padding: 1rem;
}
#reservation .flow01 .two {
  flex-direction: column;
  justify-content: flex-start;
}
#reservation .flow01 .kome_list {
  position: relative;
  top: 100px;
  z-index: 1;
  font-size: 0.8rem;
}
#reservation .flow01 .kome_list li:before {
  display: inline-block;
  position: relative;
  content: '※1）';
  left: 0;
  top: 0;
}
#reservation .flow01 .swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, #008132);
}
/* =============== flow02 (uketori) ===================*/
#reservation .uketori {
  border: #008132 3px solid;
  margin: 3.5rem 0 0;
  padding: 1rem 1.5rem;
  background: #fff;
  border-radius: 1rem;
}
#reservation .uketori_box {
  display: flex;
  margin: 0; /* ブラウザのデフォルトマージンをリセット */
  padding: 12px 0;
  align-items: top;
  gap: 15px;
}
#reservation .mt-40 {
  margin-top: -40px;
}
#reservation .uketori_box .ttl_h4 {
  background: #008132;
  border-radius: 0.5rem;
  /* ↓ marginのautoを0に変更します */
  margin: 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 0.3rem 0;
  min-width: 140px;
  height: 28px;
  font-size: 1.2rem;
}
/* ================== flow01 (shop) =======================*/
#reservation .shop .flow01 {
  width: 100%;
  max-width: 95%;
  height: 450px;
  margin: 3rem auto 1rem;
  overflow: hidden;
  position: relative;
  padding: 1rem;
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #1a78cd;
  border-radius: 1rem;
}
#reservation .shop .flow01 .swiper-slide img {
  width: 80%;
  height: 68%;
}
#reservation .shop .swiper-button-next, #reservation .shop .swiper-button-prev {
  display: none;
}
#reservation .shop .flow01 .swiper-slide {
  flex-direction: column;
  justify-content: flex-start;
}
#reservation .shop .flow01 .swiper-slide:not(.use03)::after {
  content: '';
  display: block;
  background: #1a78cd;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 16px;
  height: 50px;
  position: absolute;
  top: 30%;
  right: -6px;
}
#reservation .shop_yoyaku_area {
  border: 5px solid #1a78cd;
  margin: 0 0 2rem;
  background: #faf5e5;
  border-radius: 1rem;
}
#reservation .shop .ttl_h2 {
  background: #1a78cd;
}
#reservation .ttl_area.shop {
  background: #1a78cd;
  color: #fff;
  padding: 1rem;
  text-align: center;
}
#reservation .shop .swiper-slide p span {
  background: #1a78cd;
  border-radius: 50px;
  width: 100%;
  height: 22px;
  margin: 0 auto 0.5rem;
  padding: 0.2rem 1rem;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
#reservation .shop_yoyaku_area .shop + p {
  margin: 0 2rem 0;
  font-weight: 600;
  color: #ca0c0f;
}
/* =============== fmo_support ===================*/
#reservation .fmo_support .ttl_h4 {
  color: #008132;
  margin: 0 0 1rem;
  font-size: 1.2rem;
}
#reservation .fmo_support .flex {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  margin: 0 0 0.5rem;
}
#reservation .fmo_support .flex_inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
#reservation .fmo_support .flex div dt {
  background: #f5f5f5;
  border: 1px solid #ccc;
  color: #008132;
  padding: 0.2rem 1rem;
  font-weight: 500;
  padding: 0.2rem 1rem;
  font-weight: 500;
  border-radius: 0.3rem;
}
#reservation .fmo_support .flex dt {
  background: #f5f5f5;
  border: 1px solid #ccc;
  color: #008132;
  padding: 0.2rem 1rem;
  font-weight: 500;
  padding: 0.2rem 1rem;
  font-weight: 500;
  border-radius: 0.3rem;
  font-feature-settings: 'palt'1;
  font-size: 0.9rem;
}
#reservation .fmo_support .flex div dd {
  color: #008132;
  font-size: clamp(1.3rem, 2.5vw, 1.5rem);
  font-weight: 600;
}
#reservation .fmo_support .flex a {
  color: #0171a6 !important;
}
/* ================== #res (text)=======================*/
#reservation #res {
  padding: 0 2rem 2rem;
}
#reservation #res .ly-mod-def-list li {
  margin-left: 1rem;
  line-height: 1.7;
}
#reservation #res .square:before {
  content: '■';
  font-size: 1em;
  padding-right: 0.2rem;
}
#reservation #res .inquiry {
  border: 1px solid #fff;
  padding: 0;
}
#reservation #res .inquiry h3 {
  background-color: #dcdddd;
  font-size: 120%;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  text-align: center;
  padding: 0.8% 2%;
}
#reservation #res .inquiry_text {
  padding: 1rem;
}
#reservation #res .ly-mod-ttl-lt {
  margin: 0 0 0.2rem;
  border-bottom: none;
  padding: 0px;
}
#reservation #res .info {
  border: 1px solid #313131;
  margin: 1rem 0 0;
}
#reservation #res .info dl dt {
  font-size: 1.05rem;
  font-weight: bold;
  color: #fff;
  background-color: #313131;
  line-height: 1.3;
  text-align: center;
  padding: 1rem;
}
#reservation #res .info dl dd {
  font-size: 0.95em;
  color: #313131;
  background: #fff;
  line-height: 1.3;
  text-align: left;
  padding: 1rem;
}
.pdf_btn_area {
  position: relative;
  width: 95%;
  height: 70px;
  margin: 20px auto 0;
  padding-bottom: 20px;
}
.btn-pdf {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  border: 0;
  border-radius: 5px;
  background: #c00713;
  color: #fff;
  padding: 20px;
  font-size: 1.125rem;
  margin: 0px auto;
}
.btn-pdf:after {
  position: absolute;
  content: '\e905';
  top: 50%;
  right: 24px;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 1.125rem;
  font-family: "icn_font";
  line-height: 0;
}
.btn-pdf:hover {
  opacity: 0.9;
  cursor: pointer;
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {
  #reservation {
    margin: 0 auto;
    padding: 1rem 1rem 0;
  }
  #reservation > hgroup {
    margin: 0 0 1.5rem;
  }
  #reservation .ttl_h1 {
    gap: 1rem;
  }
  #reservation .ttl_h1::before, #reservation .ttl_h1::after {
    width: 25%;
  }
  #reservation .ttl_area p {
    text-align: left;
  }
  #reservation .flow {
    padding: 0 0.8rem 0;
  }
  #reservation .flow_wrap {
    display: flex;
    flex-direction: column;
  }
  #reservation .start {
    margin: 0 0 0.5rem;
  }
  #reservation .start p {
    clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
    padding: 0.5rem 0.8rem 1rem;
    font-feature-settings: 'palt'1;
  }
  #reservation .flow_right_content {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    max-height: 100%;
  }
  #reservation .ttl_h3.bdt {
    width: 100%;
  }
  #reservation .flow_right_content .pic {
    width: 62%;
    display: flex;
    margin: -2rem auto 1rem;
    justify-content: center;
    height: 150px;
    gap: 0;
  }
  #reservation .swiper-button-prev, #reservation .swiper-button-next {
    width: 10px;
    height: 10px;
  }
  #reservation .swiper-button-next:after, #reservation .swiper-button-prev:after {
    font-size: 0.7rem;
  }
  #reservation .flow_wrap > .flow01 .swiper-slide img {
    height: 50%;
  }
  #reservation .flow01 .kome_list {
    top: 20px;
    margin: 0;
    z-index: 2;
  }
  #reservation .flow01 {
    height: 600px;
    padding: 1rem;
  }
  #reservation .flow01 .swiper-slide dl dd p {
    padding: 0.5rem;
  }
  #reservation .swiper-scrollbar {
    bottom: 145px;
    left: 4%;
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 4%));
  }
  #reservation .swiper-scrollbar-drag {
    background: #008132;
  }
  #reservation .shop .flow01 {
    height: 360px;
    margin: 2rem auto 1rem;
  }
  #reservation .shop .flow00 {
    height: 360px;
    margin: 2rem auto 1rem;
  }
  /* =============== flow02 (uketori) ===================*/
  #reservation .uketori {
    border: #008132 3px solid;
    margin: 3.5rem 0 0;
    padding: 1rem 1.5rem;
    background: #fff;
    border-radius: 1rem;
  }
  #reservation .uketori_box {
    display: block;
    margin: 0; /* ブラウザのデフォルトマージンをリセット */
    padding: 12px 0;
    align-items: top;
    gap: 15px;
  }
  #reservation .uketori_box .pic {
    width: 40%;
    float: left;
  }
  #reservation .uketori_box .picR {
    width: 60%;
    float: right;
  }
  #reservation .mt-40 {
    margin-top: -60px;
  }
  #reservation .uketori_box .ttl_h4 {
    background: #008132;
    border-radius: 0.5rem;
    /* ↓ marginのautoを0に変更します */
    margin: 0 auto 1rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 0.3rem 0;
    max-width: 140px;
    height: 25px;
    font-size: 1.1rem;
  }
  #reservation .shop .flow01 .swiper-slide img {
    height: 50%;
  }
  #reservation .shop .swiper-button-next, #reservation .shop .swiper-button-prev {
    background: #1a78cd;
  }
  #reservation .shop .swiper-button-next, #reservation .shop .swiper-button-prev {
    display: block;
  }
  #reservation .swiper-button-next:after, #reservation .swiper-button-prev:after {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #reservation .shop .swiper-scrollbar {
    bottom: var(--swiper-scrollbar-bottom, 15px);
    left: var(--swiper-scrollbar-sides-offset, 4%);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 4%));
  }
  #reservation .shop .swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color, #1a78cd);
  }
  #reservation .shop .swiper-container.flow01 .swiper-slide:not(.use03)::after {
    content: none;
  }
  #reservation .shop_yoyaku_area .shop + p {
    margin: 0 1rem 0;
  }
  #reservation .shop_yoyaku_area {
    margin: 0;
  }
  #reservation .shop .flow01 {
    max-width: 93%;
  }
  #reservation #res {
    padding: 0 0.8rem 0.8rem;
  }
  /* =============== fmo_support ===================*/
  #reservation .fmo_support {
    padding: 0 0.8rem 0.8rem;
  }
  #reservation .fmo_support .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  #reservation .fmo_support .flex.sp {
    flex-direction: row;
    align-items: center;
  }
  #reservation .fmo_support .flex div dt {
    padding: 0.3rem;
    font-weight: 500;
    max-width: 80px;
    font-feature-settings: 'palt'1;
    font-size: 0.9rem;
  }
  #reservation .fmo_support a {
    text-align: left;
    display: block;
    font-size: 0.8rem;
  }
  .pdf_btn_area {
    position: relative;
    width: 90%;
    height: 60px;
    margin: 20px auto 0;
    padding-bottom: 20px;
  }
  .btn-pdf {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    border: 0;
    border-radius: 5px;
    background: #c00713;
    color: #fff;
    padding: 20px;
    font-size: 1.125rem;
    margin: 0px auto;
  }
  .btn-pdf:after {
    position: absolute;
    content: '\e905';
    top: 50%;
    right: 24px;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 1.125rem;
    font-family: "icn_font";
    line-height: 0;
  }
  .btn-pdf:hover {
    opacity: 0.9;
    cursor: pointer;
  }
}
/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ly-wrp-cts {
    padding: 0 10px !important;
  }
  #reservation {
    padding: 0 1rem;
  }
  #reservation .flow, #reservation .fmo_support {
    padding: 0 1rem 2rem;
  }
  #reservation .ttl_h1::before, #reservation .ttl_h1::after {
    width: 36%;
  }
  #reservation .flow_right_content {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  #reservation .flow_right_content .pic {
    width: 50%;
    margin: -3rem auto 1rem;
  }
  #reservation .ttl_h3.bdt {
    width: 100%;
  }
  #reservation .coupon_use .flow02 {
    max-width: calc(100vw / 2.3);
  }
  #reservation .fmo_support .flex.tel {
    gap: 1.5rem;
  }
  #reservation .fmo_support .flex_inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  #reservation .shop .flow01 .swiper-slide img {
    height: 55%;
  }
  #reservation .shop .flow01 {
    height: 420px;
  }
  #reservation .flow01 .swiper-slide p {
    padding: 0.5rem;
  }
  /* =============== flow02 (uketori) ===================*/
  #reservation .uketori {
    border: #008132 3px solid;
    margin: 3.5rem 0 0;
    padding: 1rem 1.5rem;
    background: #fff;
    border-radius: 1rem;
  }
  #reservation .uketori_box {
    display: block;
    margin: 0; /* ブラウザのデフォルトマージンをリセット */
    padding: 12px 0;
    align-items: top;
    gap: 15px;
  }
  #reservation .uketori_box img {
    width: 50%;
  }
  #reservation .uketori_box .pic {
    width: 40%;
    float: left;
  }
  #reservation .uketori_box .picR {
    width: 60%;
    float: right;
  }
  #reservation .mt-40 {
    margin-top: -60px;
  }
  #reservation .uketori_box .ttl_h4 {
    background: #008132;
    border-radius: 0.5rem;
    /* ↓ marginのautoを0に変更します */
    margin: 0 auto 1rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 0.3rem 0;
    max-width: 140px;
    height: 25px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #reservation {
    padding: 0 1rem;
  }
  #reservation .ttl_h3.bdt {
    width: 82%;
  }
  #reservation .flow_right_content {
    grid-template-columns: 1fr 1fr;
  }
  #reservation .coupon_use .flow02 {
    max-width: calc(100vw / 2.7);
  }
  #reservation .flow_right_content .pic {
    width: 56%;
    margin: -2rem auto 1rem;
  }
  #reservation .shop .flow01 .swiper-slide img {
    height: 63%;
  }
  #reservation .swiper-scrollbar {
    bottom: 90px;
  }
  #reservation .flow01 .kome_list {
    top: 80px;
  }
}