/* =================================================
  pageContainer
================================================= */
#pageContainer {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #2498D8;
  width: min(100%, 800px);
  margin: -20px auto 0;
  -webkit-box-shadow: 0 -21px 33px rgba(48, 122, 161, 0.25);
          box-shadow: 0 -21px 33px rgba(48, 122, 161, 0.25);
  overflow: hidden;
}
#pageContainer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#pageContainer .container {
  padding: 0 75px;
}
#pageContainer .sp_only {
  display: none;
}
#pageContainer sup {
  font-size: 60%;
}
#pageContainer .txt_center {
  text-align: center;
}
#pageContainer .txt_center img {
  margin: 0 auto;
}
#pageContainer .txt_right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #pageContainer .container {
    padding: 0 19px;
  }
  #pageContainer .sp_only {
    display: block;
  }
  #pageContainer .pc_only {
    display: none;
  }
}

.mv {
  -webkit-box-shadow: 0 10px 19px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 19px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .mv {
    -webkit-box-shadow: 0 -15px 15px 22px rgba(0, 0, 0, 0.25);
            box-shadow: 0 -15px 15px 22px rgba(0, 0, 0, 0.25);
  }
}

/* ----------------------------------------
  #area01
---------------------------------------- */
#area01 {
  background: #fff;
  padding: 110px 0 0;
  position: relative;
  z-index: 3;
}
#area01 h2.ttl {
  background: url(../img/line.svg) no-repeat left 48% bottom 20px/auto;
  padding-bottom: 90px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.54;
}
#area01 h2.ttl em {
  font-size: 34px;
  font-weight: 900;
}
#area01 h2.ttl span {
  font-size: 20px;
}
#area01 h2.ttl small {
  display: inline-block;
  font-size: 18px;
  margin: 0 -0.3em;
}
#area01 p {
  letter-spacing: 0.2em;
}
#area01 .read {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.44;
}
#area01 .notes {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #area01 {
    padding: 45px 0 0;
  }
  #area01 h2.ttl {
    background: url(../img/line.svg) no-repeat left 48% bottom 10px/200px;
    padding-bottom: 68px;
    font-size: 20px;
    margin: 0 -10px;
  }
  #area01 h2.ttl em {
    font-size: 26px;
  }
  #area01 h2.ttl span {
    font-size: 15px;
  }
  #area01 h2.ttl small {
    font-size: 14px;
  }
  #area01 p {
    letter-spacing: 0.2em;
  }
  #area01 .read {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #area01 .notes {
    font-size: 10px;
  }
}

/* ----------------------------------------
  #area02
---------------------------------------- */
#area02 {
  background: url(../img/area02_bg.jpg) no-repeat center/cover;
  padding: 195px 0 225px;
  position: relative;
  z-index: 2;
}
#area02::before {
  content: "";
  background: url(../img/bg.png) no-repeat center bottom/100% 160px;
  width: 100%;
  height: 160px;
  position: absolute;
  top: -10px;
  left: 0;
  -webkit-filter: drop-shadow(0 21px 30px rgba(48, 122, 161, 0.25));
          filter: drop-shadow(0 21px 30px rgba(48, 122, 161, 0.25));
}
#area02 .grid {
  background: #fff;
  border-radius: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 222px;
  -webkit-box-shadow: 4px 4px 21px rgba(49, 125, 180, 0.25);
          box-shadow: 4px 4px 21px rgba(49, 125, 180, 0.25);
  position: relative;
}
#area02 .grid .item_ttl {
  position: absolute;
  top: -20px;
  left: -25px;
}
#area02 .grid div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#area02 .grid.item01 {
  gap: 0 30px;
  padding: 15px 60px;
  margin-bottom: 40px;
}
#area02 .grid.item01 .img img {
  margin-left: auto;
}
#area02 .grid.item01 .txt_wrap p {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 900;
  line-height: 1.55;
}
#area02 .grid.item02 {
  padding: 15px 10px;
  margin-bottom: 100px;
}
#area02 .grid.item02 div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
#area02 .grid.item02 div:nth-of-type(1) {
  border-right: 1px solid #BAD2E0;
}
#area02 .grid.item02 div p {
  text-align: center;
}
#area02 .grid.item02 .date {
  padding-left: 2em;
}
#area02 .grid.item02 .date em {
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#area02 .grid.item02 .date span {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin: 0 -0.3em;
}
#area02 .grid.item02 .time {
  background: url(../img/icon_time.svg) no-repeat left center/auto;
  font-size: 26px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 35px;
}
#area02 .grid.item02 .notes {
  margin-top: 5px;
  width: 90%;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
#area02 a.btn {
  background: url(../img/arrow.svg) no-repeat right 15px center/18px, #24B597;
  border-radius: 10px;
  width: 186px;
  height: 57px;
  padding: 0 20px;
  margin-top: 15px;
  line-height: 57px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
#area02 a.btn:hover {
  opacity: 0.7;
}
#area02 a.btn::after {
  content: "";
  border: 1px solid #24B597;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3px;
  left: 5px;
}
#area02 .guest {
  width: min(100%, 466px);
  margin: 0 auto;
  position: relative;
}
#area02 .guest .ttl {
  background: url(../img/obi.png) no-repeat center/100% 100%;
  text-align: center;
  width: min(100%, 430px);
  padding: 1px 0 3px;
  color: #fff;
  font-size: 28px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -26px;
  left: 50%;
  font-weight: 900;
  -webkit-filter: drop-shadow(14px 4px 21px rgba(49, 125, 180, 0.25));
          filter: drop-shadow(14px 4px 21px rgba(49, 125, 180, 0.25));
}
#area02 .guest .ttl span {
  font-size: 36px;
}
#area02 .guest .ttl small {
  display: inline-block;
  margin: 0 -0.3em;
  font-size: 15px;
}
#area02 .guest .fukidashi {
  position: absolute;
  top: -66px;
  left: -160px;
  -webkit-filter: drop-shadow(14px 4px 21px rgba(49, 125, 180, 0.25));
          filter: drop-shadow(14px 4px 21px rgba(49, 125, 180, 0.25));
}
#area02 .guest_box {
  background: #fff;
  border-radius: 40px;
  padding-top: 30px;
  color: #fff;
  -webkit-box-shadow: 14px 4px 21px rgba(49, 125, 180, 0.25);
          box-shadow: 14px 4px 21px rgba(49, 125, 180, 0.25);
  overflow: hidden;
}
#area02 .guest_name {
  background: linear-gradient(45deg, rgb(0, 126, 120) 0%, rgb(36, 181, 152) 100%);
  padding: 10px 0;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}
#area02 .txt_indent {
  text-indent: -1em;
  padding-left: 1em;
  margin: 10px -1em 0 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #area02 {
    background-image: url(../img/area02_bg_sp.jpg);
    padding: 110px 0 100px;
    position: relative;
    z-index: 2;
  }
  #area02::before {
    background-size: 100% 84px;
    height: 84px;
    -webkit-filter: drop-shadow(0 14px 22px rgba(48, 122, 161, 0.25));
            filter: drop-shadow(0 14px 22px rgba(48, 122, 161, 0.25));
  }
  #area02 .grid {
    border-radius: 40px;
    display: block;
    min-height: 0;
    -webkit-box-shadow: 14px 4px 21px rgba(49, 125, 180, 0.25);
            box-shadow: 14px 4px 21px rgba(49, 125, 180, 0.25);
  }
  #area02 .grid .item_ttl {
    width: 89px;
    top: -22px;
    left: -8px;
  }
  #area02 .grid.item01 {
    padding: 30px 20px 40px;
    margin-bottom: 20px;
  }
  #area02 .grid.item01 .img {
    margin: 0 auto 13px;
    width: 173px;
  }
  #area02 .grid.item01 .img img {
    width: 100%;
  }
  #area02 .grid.item01 .txt_wrap p {
    font-size: 18px;
    text-align: center;
    line-height: 1.67;
  }
  #area02 .grid.item02 {
    padding: 10px 34px;
  }
  #area02 .grid.item02 .item_ttl {
    width: 88px;
    top: -10px;
    left: -8px;
  }
  #area02 .grid.item02 div {
    padding: 20px 0;
  }
  #area02 .grid.item02 div:nth-of-type(1) {
    border: none;
    border-bottom: 1px solid #BAD2E0;
  }
  #area02 .grid.item02 .date {
    padding-left: 2em;
  }
  #area02 .grid.item02 .date em {
    font-size: 26px;
  }
  #area02 .grid.item02 .date span {
    font-size: 14px;
  }
  #area02 .grid.item02 .time {
    background-size: 16px;
    background-position: left top 6px;
    padding-left: 20px;
    font-size: 18px;
  }
  #area02 .grid.item02 .notes {
    margin-top: 5px;
    width: 100%;
    font-size: 13px;
  }
  #area02 a.btn {
    background-position: right 10px center;
    width: 179px;
    height: 52px;
    padding: 0 20px;
    margin: 15px auto 0;
    line-height: 52px;
    font-size: 14px;
  }
  #area02 a.btn::after {
    top: 3px;
    left: 4px;
  }
  #area02 .guest .ttl {
    width: min(76vw, 282px);
    padding: 0 0 3px;
    font-size: 20px;
    top: -39px;
    line-height: 1.3;
    -webkit-filter: drop-shadow(10px 2px 15px rgba(49, 125, 180, 0.25));
            filter: drop-shadow(10px 2px 15px rgba(49, 125, 180, 0.25));
  }
  #area02 .guest .ttl span {
    font-size: 25px;
  }
  #area02 .guest .ttl small {
    font-size: 12px;
  }
  #area02 .guest .fukidashi {
    width: min(34vw, 128px);
    top: -52px;
    left: -44px;
    -webkit-filter: drop-shadow(18x 2px 13px rgba(49, 125, 180, 0.25));
            filter: drop-shadow(18x 2px 13px rgba(49, 125, 180, 0.25));
  }
  #area02 .guest_box {
    border-radius: 28px;
    padding-top: 19px;
    -webkit-box-shadow: 10px 2px 15px rgba(49, 125, 180, 0.25);
            box-shadow: 10px 2px 15px rgba(49, 125, 180, 0.25);
  }
  #area02 .guest_name {
    font-size: 20px;
  }
  #area02 .txt_indent {
    margin-right: -1em;
    font-size: 13px;
  }
}

/* ----------------------------------------
  #area03
---------------------------------------- */
#area03 {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #2BA68D), to(#2BA68D));
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #2BA68D 50%, #2BA68D 100%);
  padding: 225px 0 95px;
  color: #fff;
  position: relative;
  margin-top: -225px;
  z-index: 2;
}
#area03::after {
  content: "";
  background: url(../img/area03_bg.png) no-repeat center top/100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#area03 p {
  font-weight: 500;
}
#area03 .txt {
  font-size: 18px;
  line-height: 2.33;
  letter-spacing: 0.2em;
}
#area03 .txt .bg {
  background: #fff;
  padding: 0 0.1em;
  color: #2498D8;
}
#area03 .txt .notes {
  font-size: 13px;
}
#area03 .map {
  background: #fff;
  border-radius: 54px;
  margin-top: 55px;
  -webkit-box-shadow: 4px 4px 21px rgba(49, 125, 180, 0.25);
          box-shadow: 4px 4px 21px rgba(49, 125, 180, 0.25);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #area03 {
    padding: 110px 0 50px;
    margin-top: -100px;
  }
  #area03::after {
    background: url(../img/area03_bg_sp.png) no-repeat center top/100% 1011px;
  }
  #area03 .txt {
    font-size: 14px;
    line-height: 2;
  }
  #area03 .txt .notes {
    font-size: 10px;
  }
  #area03 .map {
    width: 88%;
    border-radius: 25px;
    margin: 40px auto 0;
    -webkit-box-shadow: 6px 1px 9px rgba(49, 125, 180, 0.25);
            box-shadow: 6px 1px 9px rgba(49, 125, 180, 0.25);
  }
}

.brand-btns.-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  left: -301px;
  right: auto;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.brand-btns.-fixed.-show {
  left: 0;
}
.brand-btns.-fixed .brand-btns_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 301px;
  height: 334px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -235px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand-btns.-fixed .brand-btns_inner.active {
  left: 0;
}
.brand-btns.-fixed .brand-btns_inner.active .cart_btn::before {
  opacity: 1;
}
.brand-btns.-fixed .cart_btn {
  background: url(../img/img/icon_cart.svg) no-repeat center top 64px, #ED6B44;
  border-radius: 0 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0.2em 0 0;
  width: 65px;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.4em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: upright;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
}
.brand-btns.-fixed .cart_btn::before {
  opacity: 0;
  content: "";
  background: url(../img/img/btn_close.svg) no-repeat center/100%;
  width: 29px;
  height: 29px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 16px;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand-btns.-fixed .online_area {
  padding: 16px 0 16px 17px;
  width: 235px;
  background: #ED6B44;
  pointer-events: auto;
}
.brand-btns.-fixed .online_area ul {
  display: grid;
  gap: 10px 0;
}
.brand-btns.-fixed .online_area ul li a {
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .brand-btns.-fixed {
    height: 100%;
    left: -176px;
  }
  .brand-btns.-fixed .brand-btns_inner {
    position: absolute;
    width: 176px;
    height: 196px;
    top: 50%;
    left: -130px;
  }
  .brand-btns.-fixed .brand-btns_inner.active .cart_btn {
    background-position: center top 43px;
    background-size: 14px;
    padding-top: 35px;
    width: 38px;
    font-size: 10px;
    letter-spacing: 0.45em;
  }
  .brand-btns.-fixed .cart_btn {
    background-position: center top 20px;
    border-radius: 0 10px 10px 0;
    padding-top: 30px;
    width: 47px;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .brand-btns.-fixed .cart_btn::before {
    width: 17px;
    height: 17px;
    top: 12px;
  }
  .brand-btns.-fixed .online_area {
    padding: 10px 0 10px 10px;
    width: 138px;
  }
  .brand-btns.-fixed .online_area ul {
    gap: 5px 0;
  }
}

.float_bnr {
  background: #fff;
  border: 2px solid #ED6B44;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(92, 92, 92, 0.2);
          box-shadow: 0 3px 10px rgba(92, 92, 92, 0.2);
  width: 317px;
  position: fixed;
  right: 24px;
  z-index: 200;
  bottom: 70px;
}
.float_bnr a {
  display: block;
  padding: 17px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.float_bnr a:hover {
  opacity: 0.7;
}
.float_bnr a p {
  margin-bottom: 10px;
  color: #ED6B44;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.02em;
  padding-left: 0.5em;
}
.float_bnr a p br {
  display: none;
}
.float_bnr a img {
  width: 278px;
  margin: 0 auto;
  text-indent: 10px;
}
.float_bnr_close {
  background: url(../img/img/btn_close.svg) no-repeat center/100%;
  width: 29px;
  height: 29px;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .float_bnr {
    width: 162px;
    bottom: 60px;
    right: 10px;
  }
  .float_bnr a {
    padding: 8px 0 4px;
  }
  .float_bnr a p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .float_bnr a p br {
    display: block;
  }
  .float_bnr a img {
    width: 145px;
    text-indent: 5px;
  }
  .float_bnr_close {
    width: 22px;
    height: 22px;
    top: -8px;
    right: -8px;
  }
}