@charset "UTF-8";
.img_ani01 {
  position: relative;
}
.img_ani01::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.7s ease-in-out 0.5s;
  transition: all 0.7s ease-in-out 0.5s;
}
.img_ani01.on::before {
  width: 0%;
}
.img_ani01::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgb(126, 138, 146)), color-stop(20%, rgb(45, 155, 148)), color-stop(40%, rgb(67, 80, 115)), color-stop(60%, rgb(92, 87, 97)), color-stop(80%, rgb(141, 132, 107)), to(rgb(156, 177, 161)));
  background: linear-gradient(270deg, rgb(126, 138, 146) 0%, rgb(45, 155, 148) 20%, rgb(67, 80, 115) 40%, rgb(92, 87, 97) 60%, rgb(141, 132, 107) 80%, rgb(156, 177, 161) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.7s ease-in-out 0.7s;
  transition: all 0.7s ease-in-out 0.7s;
}
.img_ani01.on::after {
  width: 0%;
  opacity: 0;
}

.txt_ani01 {
  -webkit-transform: scale(1.2) translateY(50px);
          transform: scale(1.2) translateY(50px);
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transition: all 0.8s ease-in-out 0.3s;
  transition: all 0.8s ease-in-out 0.3s;
}
@media (max-width: 740px) {
  .txt_ani01 {
    -webkit-transform: scale(1.2) translateY(30px);
            transform: scale(1.2) translateY(30px);
  }
}
.txt_ani01.on {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  -webkit-filter: blur(0);
  filter: blur(0);
}

body {
  padding-top: 95px;
  overflow-x: clip;
}
@media (max-width: 1400px) {
  body {
    padding-top: 70px;
  }
}
@media (max-width: 740px) {
  body {
    padding-top: 55px;
  }
}

/*** reset ***/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

.w100 {
  width: 100%;
}

address,
em,
h1,
h2,
h3,
h4,
h5,
h6,
ins,
pre,
strong,
th {
  font-style: normal;
  font-weight: 400;
}

table {
  border-collapse: collapse;
  border: 0;
}

th {
  text-align: left;
}

input,
select,
textarea {
  vertical-align: middle;
}

a,
ins {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box !important;
}

/*** font ***/
html {
  font-size: 62.5%;
  overflow-x: clip;
}

body {
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #3e3a39;
}
@media (max-width: 740px) {
  body {
    font-size: 1.2rem;
  }
}

/*family*/
body {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: 400;
}

.f_go {
  font-family: YakuHanMP, "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.f_en {
  font-family: "Cinzel", serif;
  font-weight: 400;
}

/*** link ***/
a,
a:active,
a:hover,
a:link,
a:visited {
  color: #3e3a39;
}

/***PC／スマホ切替***/
.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 740px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.base_w {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) {
  .base_w {
    width: 85%;
  }
}

.base_ws {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .base_ws {
    width: 85%;
  }
}

.cap {
  letter-spacing: 0;
  font-size: 1.1rem;
}
@media (max-width: 740px) {
  .cap {
    font-size: 0.9rem;
  }
}

.trim {
  text-box: trim-both cap alphabetic;
}

.bc_txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.header_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header_bg.on {
  padding: 10px 0;
}
@media (max-width: 740px) {
  .header_bg {
    padding: 10px 0;
  }
}
.header_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  z-index: 0;
}
.header_bg header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 740px) {
  .header_bg header {
    width: 90%;
  }
}
.header_bg header .h_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
}
@media (max-width: 740px) {
  .header_bg header .h_logo a {
    width: 180px;
  }
}
.header_bg header .r_btns {
  display: grid;
  word-break: break-word;
  grid-template-columns: 0.65fr 0.65fr 1.2fr 1.5fr 1.5fr 1.5fr 1.5fr 0.5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1000px;
}
@media (max-width: 1400px) {
  .header_bg header .r_btns {
    width: calc(100% - 320px);
  }
}
@media (max-width: 1100px) {
  .header_bg header .r_btns {
    width: 50px;
    grid-template-columns: 1fr;
  }
}
.header_bg header .r_btns .btn {
  display: block;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  border-left: 1px #c0ac65 solid;
  font-size: 1.1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .header_bg header .r_btns .btn {
    padding: 5px 0;
    font-size: 0.9rem;
    letter-spacing: 0;
  }
}
@media (max-width: 1100px) {
  .header_bg header .r_btns .btn {
    display: none;
  }
}
.header_bg header .r_btns .btn:hover {
  color: #c0ac65;
}
.header_bg header .r_btns .btn.outline {
  padding: 16.5px 0;
}
.header_bg header .r_btns .btn.map {
  padding: 16.5px 0;
}
.header_bg header .r_btns .btn.rg_map {
  border-right: 1px #c0ac65 solid;
}
.header_bg header .r_btns .c_btn {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.header_bg header .r_btns .c_btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .header_bg header .r_btns .c_btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 1100px) {
  .header_bg header .r_btns .c_btn {
    display: none;
  }
}
.header_bg header .r_btns .c_btn.res {
  margin-left: 10px;
}
.header_bg header .r_btns .c_btn.limi {
  margin-left: 5px;
}
.header_bg header .r_btns .g_navi_btn {
  margin-left: 20px;
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
}
.header_bg header .r_btns .g_navi_btn .line {
  width: 100%;
  height: 0.9px;
  background-color: #3e3a39;
  position: absolute;
  right: 0%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header_bg header .r_btns .g_navi_btn .line.line01 {
  top: 35%;
}
.header_bg header .r_btns .g_navi_btn .line.line02 {
  bottom: 35%;
}
.header_bg header .r_btns .g_navi_btn:hover .line.line01 {
  width: 90%;
}
@media (max-width: 1100px) {
  .header_bg header .r_btns .g_navi_btn:hover .line.line01 {
    width: 100%;
  }
}
.header_bg header .r_btns .g_navi_btn:hover .line.line02 {
  width: 70%;
}
@media (max-width: 1100px) {
  .header_bg header .r_btns .g_navi_btn:hover .line.line02 {
    width: 100%;
  }
}
.header_bg header .r_btns .g_navi_btn .new_mark {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #e60012;
  position: absolute;
  top: 0;
  right: -3px;
}
@media (max-width: 740px) {
  .header_bg header .r_btns .g_navi_btn .new_mark {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
}

.g_navi_wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.g_navi_wrap .g_navi {
  width: 1250px;
  height: 90svh;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.g_navi_wrap .g_navi.on {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-width: 1250px) {
  .g_navi_wrap .g_navi {
    width: 90%;
  }
}
.g_navi_wrap .g_navi .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.g_navi_wrap .g_navi .close_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3e3a39;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.g_navi_wrap .g_navi .close_btn span.line01 {
  top: 10px;
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.g_navi_wrap .g_navi .close_btn span.line02 {
  bottom: 10px;
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
.g_navi_wrap .g_navi .close_btn:hover span.line01 {
  -webkit-transform: translateY(10px) rotate(-25deg);
          transform: translateY(10px) rotate(-25deg);
}
.g_navi_wrap .g_navi .close_btn:hover span.line02 {
  -webkit-transform: translateY(-10px) rotate(25deg);
          transform: translateY(-10px) rotate(25deg);
}
.g_navi_wrap .g_navi .top_boxs {
  width: 100%;
  height: 60%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  word-break: break-word;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1100px) {
  .g_navi_wrap .g_navi .top_boxs {
    grid-template-columns: 1fr;
    height: 40%;
  }
}
.g_navi_wrap .g_navi .top_boxs .gbavi_img {
  height: 100%;
  background-image: url(../images/common/g_navi_img.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1100px) {
  .g_navi_wrap .g_navi .top_boxs .gbavi_img {
    display: none;
  }
}
.g_navi_wrap .g_navi .top_boxs .navi .logo {
  width: 80px;
  margin: 0 auto 10px;
}
.g_navi_wrap .g_navi .top_boxs .navi .btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  padding: 0 20px;
  gap: 0 10px;
}
.g_navi_wrap .g_navi .top_boxs .navi .btns .btn {
  line-height: 50px;
  text-align: center;
  border-bottom: 1px #c0ac65 solid;
  position: relative;
}
@media (max-width: 740px) {
  .g_navi_wrap .g_navi .top_boxs .navi .btns .btn {
    line-height: 35px;
  }
}
.g_navi_wrap .g_navi .top_boxs .navi .btns .btn.on {
  color: #c0ac65;
}
.g_navi_wrap .g_navi .top_boxs .navi .btns .btn::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fbf9f1;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
}
.g_navi_wrap .g_navi .top_boxs .navi .btns .btn:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.g_navi_wrap .g_navi .top_boxs .navi .btns .btn .new {
  display: block;
  width: 30px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (max-width: 740px) {
  .g_navi_wrap .g_navi .top_boxs .navi .btns .btn .new {
    width: 25px;
  }
}
.g_navi_wrap .g_navi .top_boxs .navi .btns .btn_nidan {
  line-height: 15px;
  padding: 5px 0;
}
.g_navi_wrap .g_navi .c_btns {
  width: 100%;
  height: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 740px) {
  .g_navi_wrap .g_navi .c_btns {
    margin-top: 5%;
    height: 35%;
  }
}
.g_navi_wrap .g_navi .c_btns .c_btn {
  width: 23%;
  margin: 0 0.5%;
  text-align: center;
  font-size: 1.2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.g_navi_wrap .g_navi .c_btns .c_btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .g_navi_wrap .g_navi .c_btns .c_btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .g_navi_wrap .g_navi .c_btns .c_btn {
    width: 45%;
    margin: 0 1%;
  }
}
.g_navi_wrap .g_navi .c_btns .c_btn.limi {
  display: block;
  position: relative;
}
.g_navi_wrap .g_navi .c_btns .c_btn.limi .txt {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
}
@media (max-width: 1100px) {
  .g_navi_wrap .g_navi .c_btns .c_btn.limi .txt {
    width: 120%;
    top: -20px;
    left: -10%;
    font-size: 0.9rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.g_navi_wrap .g_navi .c_btns .demo {
  width: 100%;
}
.g_navi_wrap .g_navi .bottom_boxs {
  width: 50%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  word-break: break-word;
  gap: 0 10px;
}
@media (max-width: 740px) {
  .g_navi_wrap .g_navi .bottom_boxs {
    width: 90%;
    grid-template-columns: 1fr 1fr;
  }
}
.g_navi_wrap .g_navi .bottom_boxs .btn {
  line-height: 40px;
  text-align: center;
  border-top: 1px #c0ac65 solid;
  border-bottom: 1px #c0ac65 solid;
  position: relative;
}
@media (max-width: 740px) {
  .g_navi_wrap .g_navi .bottom_boxs .btn:nth-child(3) {
    border-top: none;
  }
}
.g_navi_wrap .g_navi .bottom_boxs .btn.on {
  color: #c0ac65;
}
.g_navi_wrap .g_navi .bottom_boxs .btn::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fbf9f1;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
}
.g_navi_wrap .g_navi .bottom_boxs .btn:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.g_navi_wrap .g_navi .bottom_boxs .btn .new {
  display: block;
  width: 35px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (max-width: 740px) {
  .g_navi_wrap .g_navi .bottom_boxs .btn .new {
    width: 25px;
  }
}
.g_navi_wrap .g_navi .bottom_boxs .btn_nidan {
  line-height: 15px;
  padding: 5px 0;
}

.sp_fix_btns {
  display: none;
}
@media (max-width: 740px) {
  .sp_fix_btns {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.5));
  }
  .sp_fix_btns .btn {
    display: block;
    width: 33.3333333333%;
  }
}

.btn_res {
  position: relative;
}
.btn_res.shiny {
  background: #fbe0ec;
  background: linear-gradient(-45deg, #fbe0ec 50%, white 60%, #fbe0ec 70%);
  background-size: 600% 100%;
  -webkit-animation: shine 20s infinite;
          animation: shine 20s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.btn_ent {
  position: relative;
}
.btn_ent.shiny {
  background: #a3003e;
  background: linear-gradient(-45deg, #a3003e 50%, rgb(255, 10, 103.1901840491) 60%, #a3003e 70%);
  background-size: 600% 100%;
  -webkit-animation: shine 20s infinite;
          animation: shine 20s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.pl_bnr {
  display: block;
  width: 800px;
  margin: 0 auto 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.pl_bnr:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .pl_bnr:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 1100px) {
  .pl_bnr {
    width: 740px;
  }
}
@media (max-width: 740px) {
  .pl_bnr {
    width: 85%;
    margin-bottom: 10px;
  }
}
.pl_bnr.first {
  margin-top: 120px;
}
@media (max-width: 740px) {
  .pl_bnr.first {
    margin-top: 60px;
  }
}
.pl_bnr.last {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .pl_bnr.last {
    margin-bottom: 60px;
  }
}

.area_bnr {
  display: block;
  width: 800px;
  margin: 0 auto 120px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.area_bnr:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .area_bnr:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 1100px) {
  .area_bnr {
    width: 740px;
  }
}
@media (max-width: 740px) {
  .area_bnr {
    width: 85%;
    margin-bottom: 60px;
  }
}

.f_nextpre {
  display: none;
  width: 100%;
  margin-bottom: -100px;
  word-break: break-word;
  grid-template: "A B C" auto/1fr 1px 1fr;
}
@media (max-width: 740px) {
  .f_nextpre {
    grid-template: "C" auto "B" 1px "A" auto/1fr;
  }
}
.f_nextpre .btn {
  padding: 30px 5%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
@media (max-width: 740px) {
  .f_nextpre .btn {
    padding: 15px 5%;
  }
}
.f_nextpre .btn.pre {
  grid-area: A;
  text-align: right;
  background: #2d9b94 url("../images/common/f_arrow_pre.svg") 5% center no-repeat;
  background-size: 10px;
}
.f_nextpre .btn.pre:hover {
  background: #20807a url("../images/common/f_arrow_pre.svg") 3% center no-repeat;
  background-size: 10px;
}
.f_nextpre .btn.next {
  grid-area: C;
  background: #2d9b94 url("../images/common/f_arrow_next.svg") 95% center no-repeat;
  background-size: 10px;
}
.f_nextpre .btn.next:hover {
  background: #20807a url("../images/common/f_arrow_next.svg") 97% center no-repeat;
  background-size: 10px;
}
.f_nextpre .btn .txt01 {
  font-size: 1.2rem;
}
.f_nextpre .btn .txt02 {
  font-size: 2.6rem;
}
@media (max-width: 740px) {
  .f_nextpre .btn .txt02 {
    font-size: 2rem;
  }
}
.f_nextpre .line {
  grid-area: B;
  background-color: #ccc;
}

.f_link_btns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  word-break: break-word;
  gap: 20px;
  border-top: 1px #231815 solid;
  margin-top: 100px;
  padding-top: 100px;
}
@media (max-width: 740px) {
  .f_link_btns {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 50px;
    padding-top: 50px;
  }
}
.f_link_btns .btn {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.f_link_btns .btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .f_link_btns .btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}

footer {
  width: 100%;
  margin-top: 100px;
  border-top: 70px #5c5761 solid;
}
@media (max-width: 740px) {
  footer {
    margin-top: 50px;
  }
}
footer .clogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 0;
  margin: 80px auto;
}
@media (max-width: 740px) {
  footer .clogos {
    gap: 30px 0;
    margin: 40px auto;
  }
}
footer .clogos .btn01 {
  width: 20%;
  margin: 0 2.5%;
}
@media (max-width: 740px) {
  footer .clogos .btn01 {
    width: 60%;
    margin: 0 20%;
  }
}
footer .clogos .btn02 {
  width: 7.66%;
  margin: 0 2.5%;
}
@media (max-width: 740px) {
  footer .clogos .btn02 {
    width: 22.99%;
    margin: 0 38.5%;
  }
}
footer .clogos .btn03 {
  width: 14.16%;
  margin: 0 2.5%;
}
@media (max-width: 740px) {
  footer .clogos .btn03 {
    width: 42.49%;
    margin: 0 27.75%;
  }
}
footer .clogos .btn04 {
  width: 16.2%;
  margin: 0 2.5%;
}
@media (max-width: 740px) {
  footer .clogos .btn04 {
    width: 48.6%;
    margin: 0 25.7%;
  }
}
footer .f_cap {
  margin-bottom: 80px;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: inherit;
}
@media (max-width: 740px) {
  footer .f_cap {
    margin-bottom: 40px;
  }
}
footer .tel_wrap {
  width: 100%;
  padding: 80px 0;
  background-color: #5c5761;
}
@media (max-width: 740px) {
  footer .tel_wrap {
    padding: 40px 0 100px;
  }
}
footer .tel_wrap .f_tel {
  display: block;
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  footer .tel_wrap .f_tel {
    width: 80%;
  }
}

.po_img {
  position: relative;
}
.po_img .cap_t_w {
  line-height: 1;
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: white;
  text-shadow: 0 1px 3px #000;
}
.po_img .cap_t_w_r {
  line-height: 1;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: white;
  text-shadow: 0 1px 3px #000;
}
.po_img .cap_t_w_r02 {
  line-height: 1;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: white;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000;
}
.po_img .cap_t_b {
  line-height: 1;
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #000;
  text-shadow: 0 1px 3px #fff;
}
.po_img .cap_t_b_r {
  line-height: 1;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  text-shadow: 0 1px 3px #fff;
}
.po_img .cap_t_b_r02 {
  line-height: 1;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}
.po_img .cap_bk {
  line-height: 1;
  padding: 3px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.po_img .cap_bk_r {
  line-height: 1;
  padding: 3px 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.po_img .md_icon {
  width: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 740px) {
  .po_img .md_icon {
    width: 30px;
  }
}

.ta_r {
  text-align: right;
}

.b_titl {
  line-height: 2;
  margin-bottom: 40px;
  font-size: 2.2rem;
}
@media (max-width: 740px) {
  .b_titl {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
}

.b_txt {
  line-height: 2;
  font-size: 1.6rem;
}
@media (max-width: 740px) {
  .b_txt {
    font-size: 1.2rem;
  }
}

.s_txt {
  font-size: 1.5rem;
}
@media (max-width: 740px) {
  .s_txt {
    font-size: 1.2rem;
  }
}
.s_txt span {
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .s_txt span {
    font-size: 1rem;
  }
}

.c_titl {
  padding-bottom: 5px;
  margin: 5px 0;
  font-size: 1.5rem;
  border-bottom: 1px #c9caca solid;
}
@media (max-width: 740px) {
  .c_titl {
    font-size: 1.2rem;
  }
}
.c_titl span {
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .c_titl span {
    font-size: 1rem;
  }
}

.c_txt {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .c_txt {
    font-size: 1rem;
  }
}

.mk_g {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(203, 218, 0)), color-stop(40%, rgb(203, 218, 0)), color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(203, 218, 0) 0%, rgb(203, 218, 0) 40%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}

.mk_b {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(174, 226, 248)), color-stop(40%, rgb(174, 226, 248)), color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(174, 226, 248) 0%, rgb(174, 226, 248) 40%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}

.mk_p {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(247, 197, 202)), color-stop(40%, rgb(247, 197, 202)), color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(247, 197, 202) 0%, rgb(247, 197, 202) 40%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}

.mk_y {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(254, 223, 115)), color-stop(40%, rgb(254, 223, 115)), color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(254, 223, 115) 0%, rgb(254, 223, 115) 40%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}

.mk_o {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(249, 209, 153)), color-stop(40%, rgb(249, 209, 153)), color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(249, 209, 153) 0%, rgb(249, 209, 153) 40%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}

.fuwa_ani {
  -webkit-animation-name: fuwa;
          animation-name: fuwa;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes fuwa {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}

@keyframes fuwa {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}
.sw_icon {
  width: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.sw_icon02 {
  width: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.cozy-page .all_bg {
  background-color: #e3e1e7;
  padding-bottom: 1px;
}
.cozy-page .main {
  position: relative;
  margin-bottom: 160px;
  aspect-ratio: 192/70;
}
@media (max-width: 740px) {
  .cozy-page .main {
    margin-bottom: 40px;
    width: 100%;
    aspect-ratio: 5/3;
  }
}
.cozy-page .main .main_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cozy-page .main .titl {
  width: 80%;
  max-width: 840px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cozy-page .main .cap {
  position: absolute;
  bottom: 7px;
  right: 7px;
  color: #fff;
}
.cozy-page .view_all {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 80px;
  background-color: #fff;
}
.cozy-page .view_all .view_wrap {
  border-top: #edba48 2px solid;
  border-bottom: #edba48 2px solid;
  padding: 80px 0;
}
@media (max-width: 740px) {
  .cozy-page .view_all .view_wrap {
    padding: 40px 0;
  }
}
.cozy-page .view_all .view_wrap .txts01 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .cozy-page .view_all .view_wrap .txts01 {
    margin-bottom: 30px;
  }
}
.cozy-page .view_all .view_wrap .txts01 .titl01 {
  font-size: clamp(3rem, -1.111rem + 5.556vw, 5rem); /* min: 30px, max: 50px */
  letter-spacing: 0.12em;
  color: #ed7c85;
  margin-bottom: 30px;
}
.cozy-page .view_all .view_wrap .txts01 .titl02 {
  font-size: clamp(1.7rem, -1.794rem + 4.722vw, 3.4rem); /* min: 17px, max: 34px */
  margin-bottom: 30px;
}
.cozy-page .view_all .view_wrap .txts01 .txt01 {
  font-size: clamp(1.2rem, -0.239rem + 1.944vw, 1.9rem); /* min: 12px, max: 19px */
  line-height: 1.73;
}
.cozy-page .view_all .view_wrap .slider03 {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 740px) {
  .cozy-page .view_all .view_wrap .slider03 {
    margin-bottom: 5px;
  }
}
.cozy-page .view_all .view_wrap .slider03 .swiper {
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
.cozy-page .view_all .view_wrap .slider03 .swiper .swiper-slide {
  width: 100%;
}
.cozy-page .view_all .view_wrap .slider03 .swiper .swiper-slide img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.cozy-page .view_all .view_wrap .slider03 .swiper-button-next,
.cozy-page .view_all .view_wrap .slider03 .swiper-button-prev {
  top: 50%;
  width: 50px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  position: absolute;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 740px) {
  .cozy-page .view_all .view_wrap .slider03 .swiper-button-next,
  .cozy-page .view_all .view_wrap .slider03 .swiper-button-prev {
    width: 25px;
  }
}
.cozy-page .view_all .view_wrap .slider03 .swiper-button-next:hover,
.cozy-page .view_all .view_wrap .slider03 .swiper-button-prev:hover {
  opacity: 0.7;
}
@media (max-width: 740px) {
  .cozy-page .view_all .view_wrap .slider03 .swiper-button-next:hover,
  .cozy-page .view_all .view_wrap .slider03 .swiper-button-prev:hover {
    opacity: 1;
  }
}
.cozy-page .view_all .view_wrap .slider03 .swiper-button-prev {
  left: 40px;
}
@media (max-width: 740px) {
  .cozy-page .view_all .view_wrap .slider03 .swiper-button-prev {
    left: 10px;
  }
}
.cozy-page .view_all .view_wrap .slider03 .swiper-button-next {
  right: 40px;
}
@media (max-width: 740px) {
  .cozy-page .view_all .view_wrap .slider03 .swiper-button-next {
    right: 10px;
  }
}
.cozy-page .view_all .view_wrap .slider03_cap {
  text-align: right;
  width: 90%;
  max-width: 1370px;
  margin: 0 auto 80px;
}
@media (max-width: 740px) {
  .cozy-page .view_all .view_wrap .slider03_cap {
    text-align: left;
  }
}
.cozy-page .view_all .view_wrap .txts02 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .cozy-page .view_all .view_wrap .txts02 {
    margin-bottom: 30px;
  }
}
.cozy-page .view_all .view_wrap .txts02 .titl01 {
  font-size: clamp(3rem, -1.111rem + 5.556vw, 5rem); /* min: 30px, max: 50px */
  letter-spacing: 0.12em;
  color: #ed7c85;
  margin-bottom: 30px;
}
.cozy-page .view_all .view_wrap .txts02 .titl02 {
  font-size: clamp(1.7rem, -1.794rem + 4.722vw, 3.4rem); /* min: 17px, max: 34px */
}
.cozy-page .view_all .view_wrap .map {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.cozy-page .con_wrap {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto 120px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 740px) {
  .cozy-page .con_wrap {
    margin-bottom: 60px;
  }
}
.cozy-page .con_wrap::after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 2px solid #edba48;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 740px) {
  .cozy-page .con_wrap::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
}
.cozy-page .con_wrap .top_obi {
  width: 100%;
  padding: 85px 0 50px;
  background-color: #f2d490;
  text-align: center;
}
@media (max-width: 740px) {
  .cozy-page .con_wrap .top_obi {
    padding: 40px 0 25px;
  }
}
.cozy-page .con_wrap .top_obi .titl01 {
  font-size: clamp(3rem, -1.111rem + 5.556vw, 5rem); /* min: 30px, max: 50px */
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .cozy-page .con_wrap .top_obi .titl01 {
    margin-bottom: 20px;
  }
}
.cozy-page .con_wrap .top_obi .titl02 {
  font-size: clamp(1.6rem, -1.278rem + 3.889vw, 3rem); /* min: 16px, max: 30px */
}
.cozy-page .con_wrap .w_bg {
  padding: 120px;
}
@media (max-width: 740px) {
  .cozy-page .con_wrap .w_bg {
    padding: 40px;
  }
}
.cozy-page .con_wrap .w_bg .plan {
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .cozy-page .con_wrap .w_bg .plan {
    margin-bottom: 20px;
  }
}
.cozy-page .con_wrap .w_bg .han {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.merit-page .all_bg {
  background-color: #f2f6f8;
  padding-bottom: 1px;
}
.merit-page .main {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .merit-page .main {
    margin-bottom: 40px;
    width: 100%;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 740px) {
  .merit-page .main .main_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.merit-page .main .titl {
  width: 80%;
  max-width: 840px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.merit-page .top_wrap {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto 160px;
}
@media (max-width: 740px) {
  .merit-page .top_wrap {
    margin-bottom: 80px;
  }
}
.merit-page .top_wrap .titl {
  text-align: center;
  font-size: clamp(1.4rem, -2.506rem + 5.278vw, 3.3rem);
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .merit-page .top_wrap .titl {
    margin-bottom: 40px;
  }
}
.merit-page .top_wrap .tsbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
@media (max-width: 740px) {
  .merit-page .top_wrap .tsbs {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.merit-page .top_wrap .tsbs .tab {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.merit-page .top_wrap .tsbs .tab:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .merit-page .top_wrap .tsbs .tab:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.merit-page .m_con_base {
  border-top: 16px solid #92817f;
  background-color: #fff;
  width: 90%;
  max-width: 1350px;
  padding: 60px;
  margin: 0 auto 160px;
}
@media (max-width: 740px) {
  .merit-page .m_con_base {
    border-top: 8px solid #92817f;
    padding: 30px;
    margin-bottom: 80px;
  }
}
.merit-page .m_con_base .titl01 {
  width: 200px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .merit-page .m_con_base .titl01 {
    width: 100px;
    margin-bottom: 30px;
  }
}
.merit-page .m_con_base .titl02 {
  text-align: center;
  font-size: clamp(1.6rem, -2.511rem + 5.556vw, 3.6rem); /* min: 16px, max: 36px */
  color: #1b1464;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .merit-page .m_con_base .titl02 {
    margin-bottom: 30px;
  }
}
.merit-page .m_con_base .txt01 {
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(1.2rem, -0.856rem + 2.778vw, 2.2rem); /* min: 12px, max: 22px */
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .merit-page .m_con_base .txt01 {
    margin-bottom: 30px;
  }
}
.merit-page .m_con_base.m01 .movie_titl {
  width: 100%;
  padding: 10px;
  background-color: #8b3f49;
  margin-bottom: 25px;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m01 .movie_titl {
    margin-bottom: 15px;
  }
}
.merit-page .m_con_base.m01 .movie_titl img {
  width: 80%;
  max-width: 560px;
  display: block;
  margin: 0 auto;
}
.merit-page .m_con_base.m01 .movie_btn {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  margin-bottom: 50px;
}
.merit-page .m_con_base.m01 .movie_btn:hover {
  opacity: 0.7;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m01 .movie_btn:hover {
    opacity: 1;
  }
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m01 .movie_btn {
    margin-bottom: 30px;
  }
}
.merit-page .m_con_base.m01 .slider01 {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m01 .slider01 {
    margin-bottom: 5px;
  }
}
.merit-page .m_con_base.m01 .slider01 .swiper {
  width: 100%;
}
.merit-page .m_con_base.m01 .slider01 .swiper .swiper-slide {
  width: 100%;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: relative;
}
.merit-page .m_con_base.m01 .slider01 .swiper .swiper-slide .cap {
  line-height: 1;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 10px;
  font-size: 1rem;
}
.merit-page .m_con_base.m01 .slider01 .swiper-button-next,
.merit-page .m_con_base.m01 .slider01 .swiper-button-prev {
  top: 50%;
  width: 30px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  position: absolute;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m01 .slider01 .swiper-button-next,
  .merit-page .m_con_base.m01 .slider01 .swiper-button-prev {
    width: 10px;
  }
}
.merit-page .m_con_base.m01 .slider01 .swiper-button-next:hover,
.merit-page .m_con_base.m01 .slider01 .swiper-button-prev:hover {
  opacity: 0.7;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m01 .slider01 .swiper-button-next:hover,
  .merit-page .m_con_base.m01 .slider01 .swiper-button-prev:hover {
    opacity: 1;
  }
}
.merit-page .m_con_base.m01 .slider01 .swiper-button-prev {
  left: -40px;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m01 .slider01 .swiper-button-prev {
    left: -20px;
  }
}
.merit-page .m_con_base.m01 .slider01 .swiper-button-next {
  right: -40px;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m01 .slider01 .swiper-button-next {
    right: -20px;
  }
}
.merit-page .m_con_base.m01 .swiper-thumb01 {
  width: 100%;
}
.merit-page .m_con_base.m01 .swiper-thumb01 .swiper-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m01 .swiper-thumb01 .swiper-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
  }
}
.merit-page .m_con_base.m01 .swiper-thumb01 .swiper-wrapper .swiper-slide {
  cursor: pointer;
  -webkit-filter: brightness(40%);
          filter: brightness(40%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.merit-page .m_con_base.m01 .swiper-thumb01 .swiper-wrapper .swiper-slide:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.merit-page .m_con_base.m01 .swiper-thumb01 .swiper-wrapper .swiper-slide[class*=-thumb-active] {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.merit-page .m_con_base.m02 {
  width: 100%;
  max-width: 100%;
  padding: 60px 0;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m02 {
    padding: 30px 0;
  }
}
.merit-page .m_con_base.m02 .txt01 {
  width: 90%;
  max-width: 1230px;
  margin: 0 auto 60px;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m02 .txt01 {
    margin-bottom: 30px;
  }
}
.merit-page .m_con_base.m02 .slider03 {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m02 .slider03 {
    margin-bottom: 5px;
  }
}
.merit-page .m_con_base.m02 .slider03 .swiper {
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
.merit-page .m_con_base.m02 .slider03 .swiper .swiper-slide {
  width: 100%;
}
.merit-page .m_con_base.m02 .slider03 .swiper .swiper-slide img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.merit-page .m_con_base.m02 .slider03 .swiper-button-next,
.merit-page .m_con_base.m02 .slider03 .swiper-button-prev {
  top: 50%;
  width: 50px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  position: absolute;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m02 .slider03 .swiper-button-next,
  .merit-page .m_con_base.m02 .slider03 .swiper-button-prev {
    width: 25px;
  }
}
.merit-page .m_con_base.m02 .slider03 .swiper-button-next:hover,
.merit-page .m_con_base.m02 .slider03 .swiper-button-prev:hover {
  opacity: 0.7;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m02 .slider03 .swiper-button-next:hover,
  .merit-page .m_con_base.m02 .slider03 .swiper-button-prev:hover {
    opacity: 1;
  }
}
.merit-page .m_con_base.m02 .slider03 .swiper-button-prev {
  left: 40px;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m02 .slider03 .swiper-button-prev {
    left: 10px;
  }
}
.merit-page .m_con_base.m02 .slider03 .swiper-button-next {
  right: 40px;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m02 .slider03 .swiper-button-next {
    right: 10px;
  }
}
.merit-page .m_con_base.m02 iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m02 iframe {
    aspect-ratio: 1/1.3;
  }
}
.merit-page .m_con_base.m02 .cap01 {
  text-align: right;
  line-height: 1;
  font-size: 1rem;
  margin: 10px;
}
.merit-page .m_con_base.m02 .cap02 {
  font-size: clamp(1.2rem, -0.239rem + 1.944vw, 1.9rem); /* min: 12px, max: 19px */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-bottom: 2px solid #90003c;
}
.merit-page .m_con_base.m03 .slider02 {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m03 .slider02 {
    margin-bottom: 5px;
  }
}
.merit-page .m_con_base.m03 .slider02 .swiper {
  width: 100%;
}
.merit-page .m_con_base.m03 .slider02 .swiper .swiper-slide {
  width: 100%;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: relative;
}
.merit-page .m_con_base.m03 .slider02 .swiper .swiper-slide .cap {
  line-height: 1;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 10px;
  font-size: 1rem;
}
.merit-page .m_con_base.m03 .slider02 .swiper-button-next,
.merit-page .m_con_base.m03 .slider02 .swiper-button-prev {
  top: 50%;
  width: 30px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  position: absolute;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m03 .slider02 .swiper-button-next,
  .merit-page .m_con_base.m03 .slider02 .swiper-button-prev {
    width: 10px;
  }
}
.merit-page .m_con_base.m03 .slider02 .swiper-button-next:hover,
.merit-page .m_con_base.m03 .slider02 .swiper-button-prev:hover {
  opacity: 0.7;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m03 .slider02 .swiper-button-next:hover,
  .merit-page .m_con_base.m03 .slider02 .swiper-button-prev:hover {
    opacity: 1;
  }
}
.merit-page .m_con_base.m03 .slider02 .swiper-button-prev {
  left: -40px;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m03 .slider02 .swiper-button-prev {
    left: -20px;
  }
}
.merit-page .m_con_base.m03 .slider02 .swiper-button-next {
  right: -40px;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m03 .slider02 .swiper-button-next {
    right: -20px;
  }
}
.merit-page .m_con_base.m04 .boxs01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m04 .boxs01 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.merit-page .m_con_base.m04 .boxs01 .txt02 {
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(1.2rem, -0.856rem + 2.778vw, 2.2rem); /* min: 12px, max: 22px */
}
.merit-page .m_con_base.m05 {
  width: 100%;
}
.merit-page .m_con_base.m05 .boxs01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m05 .boxs01 {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m05 .boxs01 .po_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.merit-page .m_con_base.m05 .boxs01 .txt02 {
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(1.2rem, -0.856rem + 2.778vw, 2.2rem); /* min: 12px, max: 22px */
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m05 .boxs01 .txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 740px) {
  .merit-page .m_con_base.m05 .hyou {
    width: calc(100vw - 20px);
    margin-left: -20px;
  }
}

.facing-south-page .main {
  background-color: #fef5e7;
}
.facing-south-page .main::before {
  background-color: #fef5e7;
}
.facing-south-page .main_cap {
  background-color: #fef5e7;
  padding: 5px;
  text-align: right;
}
.facing-south-page .all_bg {
  padding: 80px 0;
  background-color: #fef5e7;
}
@media (max-width: 740px) {
  .facing-south-page .all_bg {
    padding: 40px 0;
  }
}
.facing-south-page .top_con {
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  .facing-south-page .top_con {
    margin-bottom: 50px;
  }
}
.facing-south-page .top_con .icon {
  width: 60px;
  margin: 0 auto 20px;
}
@media (max-width: 740px) {
  .facing-south-page .top_con .icon {
    width: 40px;
  }
}
.facing-south-page .top_con .titl01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px 10px;
  margin: 0 auto 20px;
  font-size: clamp(1.8rem, -1.283rem + 4.167vw, 3.3rem); /* min: 18px, max: 33px */
  border-bottom: 1px #cc759b solid;
}
.facing-south-page .top_con .txts01 {
  line-height: 1.8;
  margin-bottom: 80px;
  text-align: center;
  font-size: clamp(1.4rem, 0.167rem + 1.667vw, 2rem); /* min: 14px, max: 20px */
}
@media (max-width: 740px) {
  .facing-south-page .top_con .txts01 {
    margin-bottom: 40px;
  }
}
.facing-south-page .top_con .pl_btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 740px) {
  .facing-south-page .top_con .pl_btns {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.facing-south-page .top_con .pl_btns .btn {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.facing-south-page .top_con .pl_btns .btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .facing-south-page .top_con .pl_btns .btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .facing-south-page .top_con .pl_btns .btn {
    padding: 0 15%;
    background-color: #009a92;
  }
}
.facing-south-page .c_base {
  margin-bottom: 120px;
  padding: 60px 120px;
  background-color: #fff;
}
@media (max-width: 740px) {
  .facing-south-page .c_base {
    margin-bottom: 60px;
    padding: 40px 20px;
  }
}
.facing-south-page .c_base .titl {
  margin-bottom: 30px;
  text-align: center;
  font-size: clamp(1.8rem, -1.283rem + 4.167vw, 3.3rem); /* min: 18px, max: 33px */
}
.facing-south-page .c_base .txts {
  line-height: 1.8;
  margin-bottom: 60px;
  text-align: center;
  font-size: clamp(1.4rem, 0.167rem + 1.667vw, 2rem); /* min: 14px, max: 20px */
}
@media (max-width: 740px) {
  .facing-south-page .c_base .txts {
    margin-bottom: 30px;
  }
}
.facing-south-page .c_base .cap {
  text-align: justify;
}
.facing-south-page #c01 .hyou01 {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .facing-south-page #c01 .hyou01 {
    margin-bottom: 30px;
  }
}
.facing-south-page .ar_wrap {
  margin-bottom: 120px;
}
@media (max-width: 1250px) {
  .facing-south-page .ar_wrap {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .facing-south-page .ar_wrap {
    margin-bottom: 60px;
  }
}
.facing-south-page .ar_wrap .titl {
  margin-bottom: 30px;
  text-align: center;
  font-size: clamp(1.8rem, -1.283rem + 4.167vw, 3.3rem); /* min: 18px, max: 33px */
}
.facing-south-page .ar_wrap .ct_txts {
  width: 100%;
  padding: 10px 5%;
  background-color: #f7b723;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 20px;
  font-size: clamp(1.5rem, -0.761rem + 3.056vw, 2.6rem); /* min: 15px, max: 26px */
}
@media (max-width: 740px) {
  .facing-south-page .ar_wrap .ct_txts {
    gap: 10px;
  }
}
.facing-south-page .ar_wrap .ct_txts img {
  width: 280px;
}
@media (max-width: 740px) {
  .facing-south-page .ar_wrap .ct_txts img {
    width: 150px;
  }
}
.facing-south-page .ar_wrap .ct_cap {
  line-height: 1;
  padding-bottom: 5px;
  margin: 10px 0 10px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(247, 183, 35)), color-stop(5%, rgb(247, 183, 35)), color-stop(5%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(247, 183, 35) 0%, rgb(247, 183, 35) 5%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 740px) {
  .facing-south-page .ar_wrap .ct_cap {
    margin-right: auto;
  }
}
.facing-south-page .ar_wrap iframe {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 80vh;
}
.facing-south-page .ar_wrap .iframe_cap {
  text-align: right;
}
.facing-south-page .gaikan {
  margin-bottom: 120px;
}
@media (max-width: 1250px) {
  .facing-south-page .gaikan {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .facing-south-page .gaikan {
    margin-bottom: 60px;
  }
}
.facing-south-page .gaikan .titl {
  margin-bottom: 30px;
  text-align: center;
  font-size: clamp(1.8rem, -1.283rem + 4.167vw, 3.3rem); /* min: 18px, max: 33px */
}
.facing-south-page .gaikan .img::before {
  background-color: #fef5e7;
}
.facing-south-page .gaikan iframe {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 80vh;
}
.facing-south-page .gaikan .iframe_cap {
  text-align: right;
}
.facing-south-page #c03 {
  margin-bottom: 0;
}
.facing-south-page #c03 .m_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #fcdfb3;
  border-radius: 10px;
  -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .facing-south-page #c03 .m_wrap {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.facing-south-page #c03 .m_wrap .mimg {
  padding: 20px 0px 20px 20px;
}
@media (max-width: 740px) {
  .facing-south-page #c03 .m_wrap .mimg {
    padding: 20px;
  }
}
.facing-south-page #c03 .sz_wrap {
  width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
@media (max-width: 1100px) {
  .facing-south-page #c03 .sz_wrap {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .facing-south-page #c03 .sz_wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.facing-south-page #c03 .sz_wrap .box {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 10px;
}
.facing-south-page #c03 .sz_wrap .box .cap {
  text-align: right;
}
.facing-south-page #c03 .sz_wrap .box .sz_txt {
  text-align: justify;
}

.flexplan-page .main_txts01 {
  width: 100%;
  margin-top: 20px;
  padding: 120px 0;
  text-align: center;
  position: relative;
  /*&::before {
    position: absolute;
    bottom: 0;
    left: calc(-50vw + 625px);
    width: 100vw;
    height: 100%;
    background: rgb(210, 202, 119);
    background: linear-gradient(0deg, rgba(210, 202, 119, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 82%, rgba(210, 202, 119, 1) 100%);
    opacity: 0.5;
    content: "";
    z-index: -9;
    @include pc {
      left: 0;
    }
  }*/
}
@media (max-width: 1250px) {
  .flexplan-page .main_txts01 {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .flexplan-page .main_txts01 {
    margin-top: 10px;
    padding: 60px 0;
  }
}
.flexplan-page .main_txts01 h2 {
  width: 650px;
  margin: 0 auto 25px;
}
@media (max-width: 740px) {
  .flexplan-page .main_txts01 h2 {
    width: 80%;
    margin-bottom: 13px;
  }
}
.flexplan-page .main_txts01 h2 img {
  width: 100%;
}
.flexplan-page .main_txts01 h3 {
  margin-bottom: 25px;
  padding: 30px 0;
  background: rgb(202, 197, 125);
  background: linear-gradient(135deg, rgb(202, 197, 125) 0%, rgb(182, 171, 21) 100%);
  font-size: 3.3rem;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 740px) {
  .flexplan-page .main_txts01 h3 {
    margin-bottom: 13px;
    padding: 15px 0;
    font-size: 1.8rem;
  }
}
.flexplan-page .main_txts01 h3 .span1 {
  font-size: 75%;
}
.flexplan-page .main_txts01 h3 .span2 {
  font-size: 150%;
}
.flexplan-page .main_txts01 h3 .span3 {
  font-size: 70%;
}
.flexplan-page .main_txts01 .bar {
  position: relative;
}
.flexplan-page .main_txts01 .bar::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #b6ab15;
  opacity: 0.3;
  mix-blend-mode: multiply;
  content: "";
}
@media (max-width: 740px) {
  .flexplan-page .main_txts01 .bar::after {
    bottom: 1px;
    height: 4px;
  }
}
.flexplan-page .content_wrap {
  margin-bottom: 100px;
  padding: 80px 0 130px;
  background: #f7f4db;
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap {
    margin-bottom: 50px;
    padding: 2vw 0 0;
  }
}
.flexplan-page .content_wrap .content {
  max-width: 1200px;
  width: 88%;
  margin: 0 auto;
  padding-bottom: 70px;
  background: #fff;
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content {
    padding-bottom: 1.3vw;
  }
}
.flexplan-page .content_wrap .content .type {
  color: #fff;
  font-size: 3.3rem;
  text-align: center;
  line-height: 1.6;
}
.flexplan-page .content_wrap .content .type .big {
  font-size: 5rem;
}
.flexplan-page .content_wrap .content .type .box {
  display: inline-block;
  margin-left: 15px;
  padding: 0 15px;
  border: 1px solid #fff;
  font-size: 1.9rem;
  line-height: 1.7;
}
.flexplan-page .content_wrap .content .room .arrow.pc {
  max-width: 960px;
  width: 75%;
  margin: 0 auto 15px;
  padding-top: 60px;
}
.flexplan-page .content_wrap .content .room .thumb_wrap {
  width: 90%;
  margin: 0 auto;
}
.flexplan-page .content_wrap .content .room .thumb_wrap.sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.7vw 0 5vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5vw 0;
}
.flexplan-page .content_wrap .content .room .thumb_wrap.sp .thumb_media {
  width: 49%;
}
.flexplan-page .content_wrap .content .room .thumb_wrap.sp .thumb_media:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.flexplan-page .content_wrap .content .room .thumb_wrap.sp .thumb_media:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.flexplan-page .content_wrap .content .room .thumb_wrap.sp .thumb_media:nth-child(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.flexplan-page .content_wrap .content .room .thumb_wrap.sp .thumb_media:nth-child(4) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.flexplan-page .content_wrap .content .room .thumb_wrap .thumb_media {
  border-radius: 8px;
  overflow: hidden;
  border-width: 3px;
  border-style: solid;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content .room .thumb_wrap .thumb_media {
    border-radius: 4px;
  }
}
.flexplan-page .content_wrap .content .room .thumb_wrap .thumb_media.thumb01 {
  border-color: #daebf9;
}
.flexplan-page .content_wrap .content .room .thumb_wrap .thumb_media.thumb02 {
  border-color: #edf3d3;
}
.flexplan-page .content_wrap .content .room .thumb_wrap .thumb_media.thumb03 {
  border-color: #fde6e0;
}
.flexplan-page .content_wrap .content .room .thumb_wrap .thumb_media.thumb04 {
  border-color: #fbebcf;
}
.flexplan-page .content_wrap .content .room .thumb_wrap .thumb_media.thumb05 {
  border-color: #edf3d3;
}
.flexplan-page .content_wrap .content .room .thumb-main-bar {
  height: 1px;
  width: 85%;
  margin: 50px auto;
  background: #b6ab15;
}
.flexplan-page .content_wrap .content .room .thumb_wrap_sp {
  position: relative;
}
.flexplan-page .content_wrap .content .room .thumb_wrap_sp .type_sp {
  position: absolute;
  top: 50%;
  left: 48.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35%;
}
.flexplan-page .content_wrap .content .room .main_wrap {
  position: relative;
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content .room .main_wrap {
    padding: 2vw 0;
    width: 100vw;
    background: #fff;
    margin-left: -6vw;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
  }
}
.flexplan-page .content_wrap .content .room .main_wrap .swiper {
  width: 65%;
  max-width: 754px;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content .room .main_wrap .swiper {
    width: 70%;
  }
}
.flexplan-page .content_wrap .content .room .main_wrap .swiper .main_media {
  border-radius: 20px;
  border-width: 10px;
  border-style: solid;
  overflow: hidden;
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content .room .main_wrap .swiper .main_media {
    border-radius: 8px;
    border-width: 4px;
  }
}
.flexplan-page .content_wrap .content .room .main_wrap .swiper .main_media.main01 {
  border-color: #daebf9;
}
.flexplan-page .content_wrap .content .room .main_wrap .swiper .main_media.main02 {
  border-color: #edf3d3;
}
.flexplan-page .content_wrap .content .room .main_wrap .swiper .main_media.main03 {
  border-color: #fde6e0;
}
.flexplan-page .content_wrap .content .room .main_wrap .swiper .main_media.main04 {
  border-color: #fbebcf;
}
.flexplan-page .content_wrap .content .room .main_wrap .swiper .main_media.main05 {
  border-color: #edf3d3;
}
.flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div {
  width: 65px;
}
@media (max-width: 1100px) {
  .flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div {
    width: 55px;
  }
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div {
    width: 8.5vw;
  }
}
.flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div.swiper-button-prev {
  left: 10%;
}
@media (max-width: 1100px) {
  .flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div.swiper-button-prev {
    left: 8%;
  }
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div.swiper-button-prev {
    left: 4%;
  }
}
.flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div.swiper-button-next {
  right: 10%;
}
@media (max-width: 1100px) {
  .flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div.swiper-button-next {
    right: 8%;
  }
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div.swiper-button-next {
    right: 4%;
  }
}
.flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div::after {
  display: none;
}
.flexplan-page .content_wrap .content .room:has(.main_wrap .swiper .swiper-slide-active .main01) .thumb_wrap .thumb01 {
  border-color: #479fcf;
}
.flexplan-page .content_wrap .content .room:has(.main_wrap .swiper .swiper-slide-active .main02) .thumb_wrap .thumb02 {
  border-color: #79bb50;
}
.flexplan-page .content_wrap .content .room:has(.main_wrap .swiper .swiper-slide-active .main03) .thumb_wrap .thumb03 {
  border-color: #ec767d;
}
.flexplan-page .content_wrap .content .room:has(.main_wrap .swiper .swiper-slide-active .main04) .thumb_wrap .thumb04 {
  border-color: #f19136;
}
.flexplan-page .content_wrap .content .room:has(.main_wrap .swiper .swiper-slide-active .main05) .thumb_wrap .thumb05 {
  border-color: #79bb50;
}
.flexplan-page .content_wrap .content.a3 {
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content.a3 {
    margin-bottom: 0;
  }
}
.flexplan-page .content_wrap .content.a3 .type {
  background: #b6ab15;
}
.flexplan-page .content_wrap .content.a1 .type {
  background: #cd9600;
}

.smoothe-page .content_wrap {
  max-width: 1718px;
  width: 90%;
  margin: 0 auto;
}
.smoothe-page .content_wrap .f_go {
  font-weight: 600;
}
.smoothe-page .content_wrap .go-bold {
  font-weight: 700;
}
.smoothe-page .content_wrap .grad-line {
  margin: 100px 0;
  width: 100%;
  height: 8px;
  background: rgb(32, 150, 213);
  background: -webkit-gradient(linear, left top, right top, from(rgb(32, 150, 213)), to(rgb(246, 231, 72)));
  background: linear-gradient(90deg, rgb(32, 150, 213) 0%, rgb(246, 231, 72) 100%);
}
@media (max-width: 1250px) {
  .smoothe-page .content_wrap .grad-line {
    margin: 80px 0;
  }
}
@media (max-width: 740px) {
  .smoothe-page .content_wrap .grad-line {
    margin: 50px 0;
    height: 4px;
  }
}
.smoothe-page .content_wrap .yel-line {
  display: inline-block;
  position: relative;
}
.smoothe-page .content_wrap .yel-line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e5db58;
  content: "";
}
@media (max-width: 1250px) {
  .smoothe-page .content_wrap .yel-line::after {
    height: 3px;
  }
}
@media (max-width: 740px) {
  .smoothe-page .content_wrap .yel-line::after {
    height: 2px;
  }
}
.smoothe-page .content_wrap .title_box {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 740px) {
  .smoothe-page .content_wrap .title_box {
    margin-bottom: 15px;
  }
}
.smoothe-page .content_wrap .title_box p {
  display: inline-block;
  padding: 22px 70px;
  border-radius: 10px;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1250px) {
  .smoothe-page .content_wrap .title_box p {
    font-size: 2vw;
    padding: 1em 2.8em;
  }
}
@media (max-width: 740px) {
  .smoothe-page .content_wrap .title_box p {
    font-size: 1.6rem;
    padding: 18px 30px;
    border-radius: 5px;
  }
}
.smoothe-page .content_wrap .base_txt {
  font-size: 2rem;
  text-align: center;
  line-height: 1.7;
}
@media (max-width: 1250px) {
  .smoothe-page .content_wrap .base_txt {
    font-size: 1.8vw;
  }
}
@media (max-width: 740px) {
  .smoothe-page .content_wrap .base_txt {
    font-size: 1.3rem;
    text-align: left;
  }
}
.smoothe-page .content_wrap .base_txt br.pc {
  display: none;
}
@media (max-width: 1250px) {
  .smoothe-page .content_wrap .base_txt br.pc {
    display: block;
  }
}
@media (max-width: 1250px) {
  .smoothe-page .content_wrap .base_txt br.pc_none {
    display: none;
  }
}
@media (max-width: 740px) {
  .smoothe-page .content_wrap .base_txt br.sp_none {
    display: none;
  }
}
.smoothe-page .top_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 95px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
@media (max-width: 1250px) {
  .smoothe-page .top_title {
    gap: 0 3vw;
    margin-bottom: 80px;
  }
}
@media (max-width: 740px) {
  .smoothe-page .top_title {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.smoothe-page .top_title .pic {
  max-width: 472px;
  width: 37vw;
}
@media (max-width: 740px) {
  .smoothe-page .top_title .pic {
    width: 55vw;
    margin: 0 auto 20px;
  }
}
.smoothe-page .top_title .title {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #2096d5;
}
@media (max-width: 1250px) {
  .smoothe-page .top_title .title {
    font-size: 2.5vw;
  }
}
@media (max-width: 740px) {
  .smoothe-page .top_title .title {
    text-align: center;
    font-size: 4vw;
  }
}
.smoothe-page .sec01 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
@media (max-width: 1250px) {
  .smoothe-page .sec01 {
    font-size: 2vw;
  }
}
@media (max-width: 740px) {
  .smoothe-page .sec01 {
    font-size: 4vw;
  }
}
.smoothe-page .sec01 .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4%;
}
@media (max-width: 740px) {
  .smoothe-page .sec01 .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.smoothe-page .sec01 .flx > .pic {
  width: 48%;
  position: relative;
}
@media (max-width: 1250px) {
  .smoothe-page .sec01 .flx > .pic {
    width: 40%;
  }
}
@media (max-width: 740px) {
  .smoothe-page .sec01 .flx > .pic {
    width: 80%;
  }
}
.smoothe-page .sec01 .flx > .pic .cap {
  position: absolute;
  bottom: 2%;
  right: 2%;
  color: #666464;
}
.smoothe-page .sec01 .flx .txt {
  width: 48%;
  line-height: 1.7;
  color: #00244f;
}
@media (max-width: 1250px) {
  .smoothe-page .sec01 .flx .txt {
    width: 56%;
  }
}
@media (max-width: 740px) {
  .smoothe-page .sec01 .flx .txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
.smoothe-page .sec01 .flx .txt p {
  margin-bottom: 60px;
}
@media (max-width: 1250px) {
  .smoothe-page .sec01 .flx .txt p {
    margin-bottom: 4.8vw;
  }
}
.smoothe-page .sec01 > p {
  margin-top: 55px;
  text-align: center;
  color: #2096d5;
}
@media (max-width: 740px) {
  .smoothe-page .sec01 > p {
    margin-top: 25px;
  }
}
.smoothe-page .sec02 {
  margin: 120px 0;
}
@media (max-width: 1250px) {
  .smoothe-page .sec02 {
    margin: 90px 0;
  }
}
@media (max-width: 740px) {
  .smoothe-page .sec02 {
    margin: 60px 0;
  }
}
.smoothe-page .sec02 .title_box p {
  background: rgb(32, 150, 213);
  background: -webkit-gradient(linear, left top, right top, from(rgb(32, 150, 213)), to(rgb(246, 231, 72)));
  background: linear-gradient(90deg, rgb(32, 150, 213) 0%, rgb(246, 231, 72) 100%);
}
.smoothe-page .sec02 a {
  display: block;
  max-width: 980px;
  width: 60%;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 740px) {
  .smoothe-page .sec02 a {
    width: 90%;
  }
}
.smoothe-page .sec02 a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 1100px) {
  .smoothe-page .sec02 a:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.smoothe-page .sec03 {
  margin-bottom: 90px;
}
@media (max-width: 740px) {
  .smoothe-page .sec03 {
    margin-bottom: 60px;
  }
}
.smoothe-page .sec03 .title_box p {
  background: #00244f;
}
.smoothe-page .sec03 .base_txt {
  color: #00244f;
}
@media (max-width: 740px) {
  .smoothe-page .sec03 .base_txt {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.smoothe-page .sec04 .title_box p {
  background: #2096d5;
}
.smoothe-page .sec04 .title_box p span {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: #fff8a5;
}
.smoothe-page .sec04 .title_box p span::after {
  width: 100%;
  position: absolute;
  left: 50%;
  top: -11px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  text-align: center;
  content: "スムージー";
}
@media (max-width: 740px) {
  .smoothe-page .sec04 .title_box p span::after {
    font-size: 0.9rem;
    top: -10px;
  }
}
.smoothe-page .sec04 .base_txt {
  color: #2096d5;
}
@media (max-width: 740px) {
  .smoothe-page .sec04 .base_txt {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.smoothe-page .sec04 .pic_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
  width: 65%;
  max-width: 940px;
  margin: 40px auto 0;
}
@media (max-width: 740px) {
  .smoothe-page .sec04 .pic_grid {
    width: 100%;
    margin-top: 20px;
  }
}
.smoothe-page .sec05 .title_box p,
.smoothe-page .sec06 .title_box p {
  background: #fff8a5;
  color: #00244f;
}
.smoothe-page .sec05 .pic,
.smoothe-page .sec06 .pic {
  margin: 40px auto 0;
}
@media (max-width: 740px) {
  .smoothe-page .sec05 .pic,
  .smoothe-page .sec06 .pic {
    margin-top: 20px;
  }
}
.smoothe-page .sec05 .title_box p {
  padding: 22px 90px;
}
@media (max-width: 1250px) {
  .smoothe-page .sec05 .title_box p {
    padding: 1em 90px;
  }
}
@media (max-width: 740px) {
  .smoothe-page .sec05 .title_box p {
    padding: 18px 60px;
  }
}
.smoothe-page .sec05 .pic {
  max-width: 340px;
  width: 30%;
}
@media (max-width: 740px) {
  .smoothe-page .sec05 .pic {
    width: 45%;
  }
}
.smoothe-page .sec06 {
  margin-top: 90px;
}
@media (max-width: 740px) {
  .smoothe-page .sec06 {
    margin-top: 60px;
  }
}
.smoothe-page .sec06 .title_box p {
  padding: 22px 55px;
}
@media (max-width: 1250px) {
  .smoothe-page .sec06 .title_box p {
    padding: 1em 55px;
  }
}
@media (max-width: 740px) {
  .smoothe-page .sec06 .title_box p {
    padding: 18px 32px;
  }
}
.smoothe-page .sec06 .pic {
  max-width: 906px;
  width: 55%;
}
@media (max-width: 740px) {
  .smoothe-page .sec06 .pic {
    width: 90%;
  }
}
.smoothe-page .f_link_btns {
  padding-top: 0;
  border: none;
}

.flexplan-page .main_txts01 {
  width: 100%;
  margin-top: 20px;
  padding: 120px 0;
  text-align: center;
  position: relative;
  /*&::before {
    position: absolute;
    bottom: 0;
    left: calc(-50vw + 625px);
    width: 100vw;
    height: 100%;
    background: rgb(210, 202, 119);
    background: linear-gradient(0deg, rgba(210, 202, 119, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 82%, rgba(210, 202, 119, 1) 100%);
    opacity: 0.5;
    content: "";
    z-index: -9;
    @include pc {
      left: 0;
    }
  }*/
}
@media (max-width: 1250px) {
  .flexplan-page .main_txts01 {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .flexplan-page .main_txts01 {
    margin-top: 10px;
    padding: 60px 0;
  }
}
.flexplan-page .main_txts01 h2 {
  width: 650px;
  margin: 0 auto 25px;
}
@media (max-width: 740px) {
  .flexplan-page .main_txts01 h2 {
    width: 80%;
    margin-bottom: 13px;
  }
}
.flexplan-page .main_txts01 h2 img {
  width: 100%;
}
.flexplan-page .main_txts01 h3 {
  margin-bottom: 25px;
  padding: 30px 0;
  background: rgb(202, 197, 125);
  background: linear-gradient(135deg, rgb(202, 197, 125) 0%, rgb(182, 171, 21) 100%);
  font-size: 3.3rem;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 740px) {
  .flexplan-page .main_txts01 h3 {
    margin-bottom: 13px;
    padding: 15px 0;
    font-size: 1.8rem;
  }
}
.flexplan-page .main_txts01 h3 .span1 {
  font-size: 75%;
}
.flexplan-page .main_txts01 h3 .span2 {
  font-size: 150%;
}
.flexplan-page .main_txts01 h3 .span3 {
  font-size: 70%;
}
.flexplan-page .main_txts01 .bar {
  position: relative;
}
.flexplan-page .main_txts01 .bar::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #b6ab15;
  opacity: 0.3;
  mix-blend-mode: multiply;
  content: "";
}
@media (max-width: 740px) {
  .flexplan-page .main_txts01 .bar::after {
    bottom: 1px;
    height: 4px;
  }
}
.flexplan-page .content_wrap {
  margin-bottom: 100px;
  padding: 80px 0 130px;
  background: #f7f4db;
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap {
    margin-bottom: 50px;
    padding: 2vw 0 0;
  }
}
.flexplan-page .content_wrap .content {
  max-width: 1200px;
  width: 88%;
  margin: 0 auto;
  padding-bottom: 70px;
  background: #fff;
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content {
    padding-bottom: 1.3vw;
  }
}
.flexplan-page .content_wrap .content .type {
  color: #fff;
  font-size: 3.3rem;
  text-align: center;
  line-height: 1.6;
}
.flexplan-page .content_wrap .content .type .big {
  font-size: 5rem;
}
.flexplan-page .content_wrap .content .type .box {
  display: inline-block;
  margin-left: 15px;
  padding: 0 15px;
  border: 1px solid #fff;
  font-size: 1.9rem;
  line-height: 1.7;
}
.flexplan-page .content_wrap .content .room .arrow.pc {
  max-width: 960px;
  width: 75%;
  margin: 0 auto 15px;
  padding-top: 60px;
}
.flexplan-page .content_wrap .content .room .thumb_wrap {
  width: 90%;
  margin: 0 auto;
}
.flexplan-page .content_wrap .content .room .thumb_wrap.sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.7vw 0 5vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5vw 0;
}
.flexplan-page .content_wrap .content .room .thumb_wrap.sp .thumb_media {
  width: 49%;
}
.flexplan-page .content_wrap .content .room .thumb_wrap.sp .thumb_media:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.flexplan-page .content_wrap .content .room .thumb_wrap.sp .thumb_media:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.flexplan-page .content_wrap .content .room .thumb_wrap.sp .thumb_media:nth-child(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.flexplan-page .content_wrap .content .room .thumb_wrap.sp .thumb_media:nth-child(4) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.flexplan-page .content_wrap .content .room .thumb_wrap .thumb_media {
  border-radius: 8px;
  overflow: hidden;
  border-width: 3px;
  border-style: solid;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content .room .thumb_wrap .thumb_media {
    border-radius: 4px;
  }
}
.flexplan-page .content_wrap .content .room .thumb_wrap .thumb_media.thumb01 {
  border-color: #daebf9;
}
.flexplan-page .content_wrap .content .room .thumb_wrap .thumb_media.thumb02 {
  border-color: #edf3d3;
}
.flexplan-page .content_wrap .content .room .thumb_wrap .thumb_media.thumb03 {
  border-color: #fde6e0;
}
.flexplan-page .content_wrap .content .room .thumb_wrap .thumb_media.thumb04 {
  border-color: #fbebcf;
}
.flexplan-page .content_wrap .content .room .thumb_wrap .thumb_media.thumb05 {
  border-color: #edf3d3;
}
.flexplan-page .content_wrap .content .room .thumb-main-bar {
  height: 1px;
  width: 85%;
  margin: 50px auto;
  background: #b6ab15;
}
.flexplan-page .content_wrap .content .room .thumb_wrap_sp {
  position: relative;
}
.flexplan-page .content_wrap .content .room .thumb_wrap_sp .type_sp {
  position: absolute;
  top: 50%;
  left: 48.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35%;
}
.flexplan-page .content_wrap .content .room .main_wrap {
  position: relative;
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content .room .main_wrap {
    padding: 2vw 0;
    width: 100vw;
    background: #fff;
    margin-left: -6vw;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
  }
}
.flexplan-page .content_wrap .content .room .main_wrap .swiper {
  width: 65%;
  max-width: 754px;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content .room .main_wrap .swiper {
    width: 70%;
  }
}
.flexplan-page .content_wrap .content .room .main_wrap .swiper .main_media {
  border-radius: 20px;
  border-width: 10px;
  border-style: solid;
  overflow: hidden;
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content .room .main_wrap .swiper .main_media {
    border-radius: 8px;
    border-width: 4px;
  }
}
.flexplan-page .content_wrap .content .room .main_wrap .swiper .main_media.main01 {
  border-color: #daebf9;
}
.flexplan-page .content_wrap .content .room .main_wrap .swiper .main_media.main02 {
  border-color: #edf3d3;
}
.flexplan-page .content_wrap .content .room .main_wrap .swiper .main_media.main03 {
  border-color: #fde6e0;
}
.flexplan-page .content_wrap .content .room .main_wrap .swiper .main_media.main04 {
  border-color: #fbebcf;
}
.flexplan-page .content_wrap .content .room .main_wrap .swiper .main_media.main05 {
  border-color: #edf3d3;
}
.flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div {
  width: 65px;
}
@media (max-width: 1100px) {
  .flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div {
    width: 55px;
  }
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div {
    width: 8.5vw;
  }
}
.flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div.swiper-button-prev {
  left: 10%;
}
@media (max-width: 1100px) {
  .flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div.swiper-button-prev {
    left: 8%;
  }
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div.swiper-button-prev {
    left: 4%;
  }
}
.flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div.swiper-button-next {
  right: 10%;
}
@media (max-width: 1100px) {
  .flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div.swiper-button-next {
    right: 8%;
  }
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div.swiper-button-next {
    right: 4%;
  }
}
.flexplan-page .content_wrap .content .room .main_wrap .navi-btn_wrap > div::after {
  display: none;
}
.flexplan-page .content_wrap .content .room:has(.main_wrap .swiper .swiper-slide-active .main01) .thumb_wrap .thumb01 {
  border-color: #479fcf;
}
.flexplan-page .content_wrap .content .room:has(.main_wrap .swiper .swiper-slide-active .main02) .thumb_wrap .thumb02 {
  border-color: #79bb50;
}
.flexplan-page .content_wrap .content .room:has(.main_wrap .swiper .swiper-slide-active .main03) .thumb_wrap .thumb03 {
  border-color: #ec767d;
}
.flexplan-page .content_wrap .content .room:has(.main_wrap .swiper .swiper-slide-active .main04) .thumb_wrap .thumb04 {
  border-color: #f19136;
}
.flexplan-page .content_wrap .content .room:has(.main_wrap .swiper .swiper-slide-active .main05) .thumb_wrap .thumb05 {
  border-color: #79bb50;
}
.flexplan-page .content_wrap .content.a3 {
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .flexplan-page .content_wrap .content.a3 {
    margin-bottom: 0;
  }
}
.flexplan-page .content_wrap .content.a3 .type {
  background: #b6ab15;
}
.flexplan-page .content_wrap .content.a1 .type {
  background: #cd9600;
}

.voice-page .content_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.voice-page .content_wrap .navy-line {
  margin: 100px 0;
  width: 100%;
  height: 8px;
  background: #00244f;
  margin: 80px 0;
}
@media (max-width: 1100px) {
  .voice-page .content_wrap .navy-line {
    margin: 50px 0;
    height: 4px;
  }
}
@media (max-width: 740px) {
  .voice-page .content_wrap .navy-line {
    margin: 25px 0;
  }
}
@media (max-width: 740px) {
  .voice-page .content_wrap .navy-line:last-child {
    margin-bottom: 50px;
  }
}
.voice-page .content_wrap .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 10px;
}
@media (max-width: 1100px) {
  .voice-page .content_wrap .content {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 5px;
  }
}
@media (max-width: 740px) {
  .voice-page .content_wrap .content {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.voice-page .content_wrap .content .bubble {
  grid-column: 1/4;
  padding-bottom: 15px;
}
@media (max-width: 1100px) {
  .voice-page .content_wrap .content .bubble {
    grid-column: 1/2;
    position: relative;
  }
}
@media (max-width: 740px) {
  .voice-page .content_wrap .content .bubble {
    grid-column: auto;
    position: static;
  }
}
.voice-page .content_wrap .content .bubble .pc {
  width: 66%;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .voice-page .content_wrap .content .bubble .pc {
    display: none;
  }
}
.voice-page .content_wrap .content .bubble .tab {
  display: none;
}
@media (max-width: 1100px) {
  .voice-page .content_wrap .content .bubble .tab {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 740px) {
  .voice-page .content_wrap .content .bubble .tab {
    display: none;
  }
}
.voice-page .content_wrap .content .bubble .pc-sp {
  display: none;
}
@media (max-width: 740px) {
  .voice-page .content_wrap .content .bubble .pc-sp {
    display: block;
    width: 100%;
  }
}
.voice-page .content_wrap .content .box {
  position: relative;
}
.voice-page .content_wrap .content .box a {
  display: inline-block;
  position: absolute;
  bottom: -4px;
  right: 0;
  margin-right: 24px;
  padding: 8px 20px 10px;
  border-radius: 21px;
  background: #00244f;
  border: 4px solid #fff;
  line-height: 1;
  color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1250px) {
  .voice-page .content_wrap .content .box a {
    border-width: 2.5px;
  }
}
@media (max-width: 740px) {
  .voice-page .content_wrap .content .box a {
    bottom: 0;
  }
}
.voice-page .content_wrap .content .box a span {
  display: inline-block;
}
.voice-page .content_wrap .content .box a span.txt {
  font-size: 1.4rem;
}
@media (max-width: 1250px) {
  .voice-page .content_wrap .content .box a span.txt {
    font-size: 1.3rem;
  }
}
@media (max-width: 740px) {
  .voice-page .content_wrap .content .box a span.txt {
    font-size: 1.2rem;
  }
}
.voice-page .content_wrap .content .box a span.arrow {
  width: 24px;
  margin-left: 8px;
}
@media (max-width: 1250px) {
  .voice-page .content_wrap .content .box a span.arrow {
    width: 20px;
    margin-left: 6px;
  }
}
@media (max-width: 740px) {
  .voice-page .content_wrap .content .box a span.arrow {
    width: 18px;
  }
}
.voice-page .content_wrap .content .box a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (max-width: 1100px) {
  .voice-page .content_wrap .content .box a:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.voice-page .content_wrap .content .item04,
.voice-page .content_wrap .content .item05,
.voice-page .content_wrap .content .item06 {
  margin-top: 50px;
}
@media (max-width: 1100px) {
  .voice-page .content_wrap .content .item04,
  .voice-page .content_wrap .content .item05,
  .voice-page .content_wrap .content .item06 {
    margin-top: 25px;
  }
}
@media (max-width: 740px) {
  .voice-page .content_wrap .content .item04,
  .voice-page .content_wrap .content .item05,
  .voice-page .content_wrap .content .item06 {
    margin-top: 15px;
  }
}
@media (max-width: 1100px) {
  .voice-page .content_wrap .content .item02,
  .voice-page .content_wrap .content .item03 {
    margin-top: 25px;
  }
}
@media (max-width: 740px) {
  .voice-page .content_wrap .content .item02,
  .voice-page .content_wrap .content .item03 {
    margin-top: 15px;
  }
}
.voice-page .f_link_btns {
  padding-top: 0;
  border: none;
}

.limited-page .all_bg {
  width: 100%;
  padding: 200px 0 80px;
  margin-bottom: 80px;
  background: linear-gradient(135deg, rgb(255, 251, 197) 0%, rgb(255, 253, 240) 50%, rgb(254, 235, 190) 100%);
}
@media (max-width: 740px) {
  .limited-page .all_bg {
    padding: 100px 0 40px;
    margin-bottom: 40px;
  }
}
.limited-page .page_titl {
  width: 600px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .limited-page .page_titl {
    width: 85%;
    margin-bottom: 20px;
  }
}
.limited-page .res_txt01 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2.2rem;
}
@media (max-width: 740px) {
  .limited-page .res_txt01 {
    font-size: 1.4rem;
  }
}
.limited-page .res_txt02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 5px 10px;
  margin: 0 auto 10px;
  border: 1px #666 solid;
}
.limited-page .res_txt03 {
  margin-bottom: 20px;
  text-align: center;
}
.limited-page .res_bnt {
  display: block;
  width: 450px;
  margin: 0 auto 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.limited-page .res_bnt:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .limited-page .res_bnt:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .limited-page .res_bnt {
    width: 70%;
    margin-bottom: 30px;
  }
}
.limited-page .main_txts {
  width: 1250px;
  margin: 0 auto 60px;
  text-align: center;
  color: #8e804a;
}
@media (max-width: 1250px) {
  .limited-page .main_txts {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .limited-page .main_txts {
    margin-bottom: 30px;
  }
}
.limited-page .main_txts h2 {
  width: 450px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .limited-page .main_txts h2 {
    width: 60%;
    margin-bottom: 20px;
  }
}
.limited-page .main_txts h2 img {
  width: 100%;
}
@media (max-width: 740px) {
  .limited-page .main_txts .b_txt {
    letter-spacing: 0;
    font-size: 1.1rem;
  }
}
.limited-page .limi_btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 740px) {
  .limited-page .limi_btns {
    grid-template-columns: 1fr;
  }
}
.limited-page .limi_btns .btn {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.limited-page .limi_btns .btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .limited-page .limi_btns .btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.limited-page .limi_btns .btn.btn_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.limited-page .limi_btns .btn.btn_r {
  overflow: hidden;
  border-radius: 10px;
}
.limited-page .limi_btns .btn.soon {
  pointer-events: none;
}

.limited_plan-page .main_txts {
  margin-top: 150px;
  text-align: center;
}
@media (max-width: 740px) {
  .limited_plan-page .main_txts {
    margin-top: 70px;
  }
}
.limited_plan-page .main_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .limited_plan-page .main_txts h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.limited_plan-page .main_txts h2 img {
  width: 100%;
}
.limited_plan-page .main_txts .b_titl {
  color: #8e804a;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .limited_plan-page .main_txts .b_titl {
    margin-bottom: 30px;
  }
}
.limited_plan-page .tori_kiri_btns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  word-break: break-word;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .limited_plan-page .tori_kiri_btns {
    gap: 10px;
    margin-bottom: 10px;
  }
}
.limited_plan-page .tori_kiri_btns .btn {
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 740px) {
  .limited_plan-page .tori_kiri_btns .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    font-size: 1.2rem;
  }
}
.limited_plan-page .tori_kiri_btns .btn span {
  font-size: 2rem;
}
@media (max-width: 740px) {
  .limited_plan-page .tori_kiri_btns .btn span {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.limited_plan-page .tori_kiri_btns .btn.btn01 {
  background-color: #42948b;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.limited_plan-page .tori_kiri_btns .btn.btn01:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .limited_plan-page .tori_kiri_btns .btn.btn01:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.limited_plan-page .tori_kiri_btns .btn.btn02 {
  background-color: #c6a788;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.limited_plan-page .tori_kiri_btns .btn.btn02:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .limited_plan-page .tori_kiri_btns .btn.btn02:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.limited_plan-page .tori_kiri_btns .btn.btn03 {
  pointer-events: none;
  background-color: #c7c6c4;
}
.limited_plan-page .torikago {
  margin-bottom: 5px;
}
.limited_plan-page .torikago .swiper-main {
  width: 100%;
  padding: 60px 180px;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .limited_plan-page .torikago .swiper-main {
    padding: 60px;
  }
}
@media (max-width: 740px) {
  .limited_plan-page .torikago .swiper-main {
    padding: 20px;
  }
}
.limited_plan-page .torikago .swiper-main .swiper-slide {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.limited_plan-page .torikago .swiper-thumb {
  width: 100%;
  padding: 40px;
}
.limited_plan-page .torikago .swiper-thumb.bg01 {
  background-color: #e3efee;
}
.limited_plan-page .torikago .swiper-thumb.bg02 {
  background-color: #f0e7de;
}
@media (max-width: 740px) {
  .limited_plan-page .torikago .swiper-thumb {
    padding: 20px;
  }
}
.limited_plan-page .torikago .swiper-thumb .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  word-break: break-word;
  gap: 40px;
}
@media (max-width: 740px) {
  .limited_plan-page .torikago .swiper-thumb .swiper-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    word-break: break-word;
    gap: 10px;
  }
}
.limited_plan-page .torikago .swiper-thumb .swiper-wrapper .swiper-slide .thumb-media {
  text-align: center;
  font-size: 4rem;
  color: #8d846b;
  border-bottom: 1px #edf2ee solid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 740px) {
  .limited_plan-page .torikago .swiper-thumb .swiper-wrapper .swiper-slide .thumb-media {
    font-size: 2rem;
  }
}
.limited_plan-page .torikago .swiper-thumb .swiper-wrapper .swiper-slide .thumb-media span {
  font-size: 2rem;
}
@media (max-width: 740px) {
  .limited_plan-page .torikago .swiper-thumb .swiper-wrapper .swiper-slide .thumb-media span {
    font-size: 1rem;
  }
}
.limited_plan-page .torikago .swiper-thumb .swiper-wrapper .swiper-slide .thumb-media::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
}
.limited_plan-page .torikago .swiper-thumb .swiper-wrapper .swiper-slide .thumb-media:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.limited_plan-page .torikago .swiper-thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .thumb-media {
  border-bottom: 1px #8d846b solid;
}
.limited_plan-page .torikago .swiper-thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .thumb-media::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.limited_plan-page .torikago02 {
  display: none;
}
.limited_plan-page .torikago03 {
  display: none;
}
.limited_plan-page .tori_cap {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .limited_plan-page .tori_cap {
    margin-bottom: 40px;
  }
}
.limited_plan-page .plan_index_titl {
  line-height: 1.2;
  text-align: center;
}
.limited_plan-page .plan_btns .plan_wrap {
  width: 100%;
  padding: 40px 80px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px #f5f5f5 solid;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  cursor: pointer;
}
@media (max-width: 740px) {
  .limited_plan-page .plan_btns .plan_wrap {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
}
.limited_plan-page .plan_btns .plan_wrap .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.limited_plan-page .plan_btns .plan_wrap .btn_wrap .plan_btn {
  width: 60%;
}
@media (max-width: 740px) {
  .limited_plan-page .plan_btns .plan_wrap .btn_wrap .plan_btn {
    width: 85%;
  }
}
.limited_plan-page .plan_btns .plan_wrap .btn_wrap .arrow {
  width: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 740px) {
  .limited_plan-page .plan_btns .plan_wrap .btn_wrap .arrow {
    width: 10%;
  }
}
.limited_plan-page .plan_btns .plan_wrap .btn_wrap .arrow.on {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.limited_plan-page .plan_btns .plan_wrap .plan_open {
  display: none;
  margin-top: 60px;
}
@media (max-width: 740px) {
  .limited_plan-page .plan_btns .plan_wrap .plan_open {
    margin-top: 30px;
  }
}
.limited_plan-page .plan_btns .plan_wrap .plan_open .boxs {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
  gap: 60px;
}
@media (max-width: 740px) {
  .limited_plan-page .plan_btns .plan_wrap .plan_open .boxs {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.limited_plan-page .plan_btns .plan_wrap .plan_open .boxs .haiti {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 740px) {
  .limited_plan-page .plan_btns .plan_wrap .plan_open .boxs .haiti {
    margin-bottom: 40px;
  }
}
.limited_plan-page .plan_btns .plan_wrap .plan_open .boxs .haiti .icon {
  width: 15%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.limited_view-page .main_txts {
  margin-top: 200px;
  text-align: center;
}
@media (max-width: 740px) {
  .limited_view-page .main_txts {
    margin-top: 100px;
  }
}
.limited_view-page .main_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .limited_view-page .main_txts h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.limited_view-page .main_txts h2 img {
  width: 100%;
}
.limited_view-page .main_txts .b_titl {
  color: #8e804a;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .limited_view-page .main_txts .b_titl {
    margin-bottom: 30px;
  }
}
.limited_view-page .view_wrap {
  padding: 120px 0;
  color: #8e804a;
  text-align: center;
}
.limited_view-page .view_wrap.bg01 {
  background: linear-gradient(135deg, rgb(255, 253, 226) 0%, rgb(255, 254, 245) 100%);
}
.limited_view-page .view_wrap.bg02 {
  background: linear-gradient(135deg, rgb(254, 244, 223) 0%, rgb(254, 251, 245) 100%);
}
@media (max-width: 740px) {
  .limited_view-page .view_wrap {
    padding: 60px 0;
  }
}
.limited_view-page .view_wrap .h_titl {
  font-size: 3rem;
}
@media (max-width: 740px) {
  .limited_view-page .view_wrap .h_titl {
    font-size: 2rem;
  }
}
.limited_view-page .view_wrap .b_titl {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .limited_view-page .view_wrap .b_titl {
    margin-bottom: 30px;
  }
}
.limited_view-page .view_wrap iframe {
  width: 100%;
  aspect-ratio: 2/1;
}
@media (max-width: 740px) {
  .limited_view-page .view_wrap iframe {
    aspect-ratio: 1/1.5;
  }
}

.limited_voice-page .main_txts {
  margin-top: 200px;
  text-align: center;
}
@media (max-width: 740px) {
  .limited_voice-page .main_txts {
    margin-top: 100px;
  }
}
.limited_voice-page .main_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .limited_voice-page .main_txts h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.limited_voice-page .main_txts h2 img {
  width: 100%;
}
.limited_voice-page .main_txts .b_titl {
  color: #8e804a;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .limited_voice-page .main_txts .b_titl {
    margin-bottom: 30px;
  }
}
.limited_voice-page .voice_wrap {
  padding: 120px 0;
  color: #8e804a;
  text-align: center;
}
.limited_voice-page .voice_wrap.bg01 {
  background-color: #f1f7e7;
}
.limited_voice-page .voice_wrap.bg02 {
  background-color: #fef8dd;
}
@media (max-width: 740px) {
  .limited_voice-page .voice_wrap {
    padding: 60px 0;
  }
}
@media (max-width: 740px) {
  .limited_voice-page .voice_wrap .b_titl {
    font-size: 1.2rem;
  }
}
.limited_voice-page .voice_wrap .btn {
  display: block;
  width: 650px;
  margin: 0 auto 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.limited_voice-page .voice_wrap .btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .limited_voice-page .voice_wrap .btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .limited_voice-page .voice_wrap .btn {
    width: 85%;
  }
}
.limited_voice-page .voice_wrap .cap {
  display: block;
  width: 650px;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .limited_voice-page .voice_wrap .cap {
    width: 85%;
  }
}

.limited_report-page .all_bg {
  padding: 90px 0;
  background-color: #eeecd8;
}
@media (max-width: 740px) {
  .limited_report-page .all_bg {
    padding: 40px 0;
  }
}
.limited_report-page .all_bg .top_txts {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 740px) {
  .limited_report-page .all_bg .top_txts {
    margin-bottom: 20px;
  }
}
.limited_report-page .all_bg .top_txts .main_titl {
  margin-bottom: 20px;
  font-size: clamp(1.8rem, -2.469rem + 5.769vw, 3.3rem);
}
.limited_report-page .all_bg .top_txts .line {
  width: 500px;
  height: 1px;
  margin: 20px auto;
  background-color: #bda965;
}
@media (max-width: 1100px) {
  .limited_report-page .all_bg .top_txts .line {
    width: 80%;
  }
}
@media (max-width: 740px) {
  .limited_report-page .all_bg .top_txts .line {
    margin: 10px auto;
  }
}
.limited_report-page .all_bg .pl_btns {
  width: 640px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 740px) {
  .limited_report-page .all_bg .pl_btns {
    width: 85%;
    gap: 10px;
    margin-bottom: 40px;
  }
}
.limited_report-page .all_bg .pl_btns a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.limited_report-page .all_bg .pl_btns a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .limited_report-page .all_bg .pl_btns a:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.limited_report-page .all_bg .report {
  padding: 60px 10% 100px;
  margin-bottom: 100px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 740px) {
  .limited_report-page .all_bg .report {
    padding: 30px 5% 50px;
    margin-bottom: 50px;
  }
}
.limited_report-page .all_bg .report .r_cap {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.limited_report-page .all_bg .report .txts {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 740px) {
  .limited_report-page .all_bg .report .txts {
    margin-bottom: 20px;
  }
}
.limited_report-page .all_bg .report .txts .main_titl {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, -2.469rem + 5.769vw, 3.3rem);
}
.limited_report-page .all_bg .report .txts .line {
  width: 500px;
  height: 1px;
  margin: 20px auto;
  background-color: #bda965;
}
@media (max-width: 1100px) {
  .limited_report-page .all_bg .report .txts .line {
    width: 80%;
  }
}
@media (max-width: 740px) {
  .limited_report-page .all_bg .report .txts .line {
    margin: 10px auto;
  }
}
.limited_report-page .all_bg .report .img_boxs {
  display: grid;
  gap: 60px;
}
@media (max-width: 740px) {
  .limited_report-page .all_bg .report .img_boxs {
    gap: 30px;
  }
}
.limited_report-page .all_bg .report .img_boxs .box {
  text-align: center;
}
.limited_report-page .all_bg .report .img_boxs .box .titl {
  width: 100%;
  line-height: 1;
  padding: 10px 0;
  background-color: #bda965;
  color: #fff;
}
.limited_report-page .all_bg .report .img_boxs .box img {
  margin-bottom: 10px;
}

.reserve_limited-page .all_bg {
  width: 100%;
  padding: 200px 0 80px;
  margin-bottom: 80px;
  background: linear-gradient(135deg, rgb(244, 228, 238) 0%, rgb(255, 255, 255) 50%, rgb(214, 230, 244) 100%);
}
@media (max-width: 740px) {
  .reserve_limited-page .all_bg {
    padding: 100px 0 40px;
    margin-bottom: 40px;
  }
}
.reserve_limited-page .page_titl {
  width: 600px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .reserve_limited-page .page_titl {
    width: 85%;
    margin-bottom: 20px;
  }
}
.reserve_limited-page .main_txts {
  width: 1250px;
  margin: 0 auto 60px;
  text-align: center;
  color: #8e804a;
}
@media (max-width: 1250px) {
  .reserve_limited-page .main_txts {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .reserve_limited-page .main_txts {
    margin-bottom: 30px;
  }
}
.reserve_limited-page .main_txts h2 {
  width: 450px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .reserve_limited-page .main_txts h2 {
    width: 60%;
    margin-bottom: 20px;
  }
}
.reserve_limited-page .main_txts h2 img {
  width: 100%;
}
@media (max-width: 740px) {
  .reserve_limited-page .main_txts .b_txt {
    letter-spacing: 0;
    font-size: 1.1rem;
  }
}
.reserve_limited-page .limi_btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 30px;
}
@media (max-width: 740px) {
  .reserve_limited-page .limi_btns {
    grid-template-columns: 1fr;
  }
}
.reserve_limited-page .limi_btns .btn {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.reserve_limited-page .limi_btns .btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .reserve_limited-page .limi_btns .btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.reserve_limited-page .limi_btns .btn.btn_r {
  overflow: hidden;
}
.reserve_limited-page .limi_btns .btn.soon {
  pointer-events: none;
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0));
}

.reserve_login-page .all_bg {
  width: 100%;
  padding: 200px 0 80px;
  margin-bottom: 80px;
  background: linear-gradient(135deg, rgb(244, 228, 238) 0%, rgb(255, 255, 255) 50%, rgb(214, 230, 244) 100%);
}
@media (max-width: 740px) {
  .reserve_login-page .all_bg {
    padding: 100px 0 40px;
    margin-bottom: 40px;
  }
}
.reserve_login-page .main_txts {
  width: 1250px;
  margin: 0 auto 60px;
  text-align: center;
}
@media (max-width: 1250px) {
  .reserve_login-page .main_txts {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .reserve_login-page .main_txts {
    margin-bottom: 30px;
  }
}
.reserve_login-page .main_txts h2 {
  width: 450px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .reserve_login-page .main_txts h2 {
    width: 60%;
    margin-bottom: 20px;
  }
}
.reserve_login-page .main_txts h2 img {
  width: 100%;
}
.reserve_login-page .pass_wrap {
  margin-bottom: 80px;
  padding: 60px 0;
  background-color: #fff;
}
@media (max-width: 740px) {
  .reserve_login-page .pass_wrap {
    margin-bottom: 40px;
    padding: 40px 0;
  }
}
.reserve_login-page .pass_wrap .titl01 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .reserve_login-page .pass_wrap .titl01 {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.reserve_login-page .pass_wrap .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .reserve_login-page .pass_wrap .form {
    width: 90%;
  }
}
.reserve_login-page .pass_wrap .req_pw {
  display: block;
  width: 70%;
  padding: 20px;
  font-size: 1.6rem;
  border-radius: 10px;
  border: 1px #002f7c solid;
  background-color: #fff;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 2px;
}
@media (max-width: 740px) {
  .reserve_login-page .pass_wrap .req_pw {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    font-size: 1.2rem;
  }
}
.reserve_login-page .pass_wrap .req_login_btn {
  display: block;
  width: 28%;
  padding: 10px 0;
  border-radius: 10px;
  text-align: center;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  color: #002f7c;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, rgb(244, 228, 238) 0%, rgb(214, 230, 244) 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.reserve_login-page .pass_wrap .req_login_btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .reserve_login-page .pass_wrap .req_login_btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .reserve_login-page .pass_wrap .req_login_btn {
    width: 100%;
    margin: 10px auto 0;
    font-size: 1.5rem;
  }
}

.login-page .all_bg {
  width: 100%;
  padding: 200px 0 80px;
  margin-bottom: 80px;
  background: linear-gradient(135deg, rgb(255, 251, 197) 0%, rgb(255, 253, 240) 50%, rgb(254, 235, 190) 100%);
}
@media (max-width: 740px) {
  .login-page .all_bg {
    padding: 100px 0 40px;
    margin-bottom: 40px;
  }
}
.login-page .main_txts {
  width: 1250px;
  margin: 0 auto 60px;
  text-align: center;
}
@media (max-width: 1250px) {
  .login-page .main_txts {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .login-page .main_txts {
    margin-bottom: 30px;
  }
}
.login-page .main_txts h2 {
  width: 450px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .login-page .main_txts h2 {
    width: 60%;
    margin-bottom: 20px;
  }
}
.login-page .main_txts h2 img {
  width: 100%;
}
.login-page .pass_wrap {
  margin-bottom: 80px;
  padding: 60px 0;
  background-color: #fff;
}
@media (max-width: 740px) {
  .login-page .pass_wrap {
    margin-bottom: 40px;
    padding: 40px 0;
  }
}
.login-page .pass_wrap .titl01 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .login-page .pass_wrap .titl01 {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.login-page .pass_wrap .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .login-page .pass_wrap .form {
    width: 90%;
  }
}
.login-page .pass_wrap .req_pw {
  display: block;
  width: 70%;
  padding: 20px;
  font-size: 1.6rem;
  border-radius: 10px;
  border: 1px #c0ac65 solid;
  background-color: #fff;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 2px;
}
@media (max-width: 740px) {
  .login-page .pass_wrap .req_pw {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    font-size: 1.2rem;
  }
}
.login-page .pass_wrap .req_login_btn {
  display: block;
  width: 28%;
  padding: 10px 0;
  border-radius: 10px;
  text-align: center;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  color: #c0ac65;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, rgb(255, 251, 197) 0%, rgb(255, 253, 240) 50%, rgb(254, 235, 190) 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.login-page .pass_wrap .req_login_btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .login-page .pass_wrap .req_login_btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .login-page .pass_wrap .req_login_btn {
    width: 100%;
    margin: 10px auto 0;
    font-size: 1.5rem;
  }
}
.login-page .no_pass_wrap {
  padding: 60px 0;
  background-color: #fff;
}
@media (max-width: 740px) {
  .login-page .no_pass_wrap {
    padding: 40px 0;
  }
}
.login-page .no_pass_wrap .titl01 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .login-page .no_pass_wrap .titl01 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.login-page .no_pass_wrap .titl02 {
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 740px) {
  .login-page .no_pass_wrap .titl02 {
    margin-bottom: 20px;
  }
}
.login-page .no_pass_wrap .req_btn {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.login-page .no_pass_wrap .req_btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .login-page .no_pass_wrap .req_btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .login-page .no_pass_wrap .req_btn {
    width: 80%;
  }
}

.map-page .all_bg {
  width: 100%;
  padding: 200px 0 0px;
}
@media (max-width: 740px) {
  .map-page .all_bg {
    padding: 100px 0 0px;
  }
}
.map-page .main_txts {
  width: 1250px;
  margin: 0 auto 60px;
  text-align: center;
}
@media (max-width: 1250px) {
  .map-page .main_txts {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .map-page .main_txts {
    margin-bottom: 40px;
  }
}
.map-page .main_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .map-page .main_txts h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.map-page .main_txts h2 img {
  width: 100%;
}
.map-page .main_txts .b_titl {
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .map-page .main_txts .b_titl {
    font-size: 1.2rem;
  }
}
.map-page .map_img {
  width: 1100px;
  margin: 0 auto 60px;
}
@media (max-width: 1100px) {
  .map-page .map_img {
    width: 85%;
  }
}
@media (max-width: 740px) {
  .map-page .map_img {
    margin-bottom: 30px;
  }
}
.map-page .map_img .icon {
  width: 15%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.map-page .map_img .b_titl {
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 740px) {
  .map-page .map_img .b_titl {
    font-size: 1.2rem;
  }
}
.map-page .gmap_btn {
  display: block;
  width: 500px;
  margin: 0 auto 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.map-page .gmap_btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .map-page .gmap_btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .map-page .gmap_btn {
    width: 250px;
    margin-bottom: 30px;
  }
}
.map-page .mv_box {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .map-page .mv_box {
    margin-bottom: 30px;
  }
}
.map-page .bus_wrap {
  padding: 60px;
  margin-bottom: 60px;
  background-color: #ececf7;
}
@media (max-width: 740px) {
  .map-page .bus_wrap {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.map-page .bus_wrap .b_titl {
  text-align: center;
}
@media (max-width: 740px) {
  .map-page .bus_wrap .b_titl {
    font-size: 1.2rem;
  }
}
.map-page .bus_wrap .boxs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 30px;
}
@media (max-width: 740px) {
  .map-page .bus_wrap .boxs {
    grid-template-columns: 1fr;
  }
}
.map-page .bus_wrap .btn {
  display: block;
  width: 650px;
  margin: 0 auto 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.map-page .bus_wrap .btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .map-page .bus_wrap .btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .map-page .bus_wrap .btn {
    width: 100%;
  }
}
.map-page .link_list {
  width: 100%;
  padding: 60px 0;
  background-color: #f1efdb;
}
.map-page .link_list .top_btns {
  width: 800px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1100px) {
  .map-page .link_list .top_btns {
    width: 85%;
  }
}
@media (max-width: 740px) {
  .map-page .link_list .top_btns {
    width: 75%;
    grid-template-columns: 1fr;
  }
}
.map-page .link_list .top_btns .box .b_txt {
  margin-bottom: 20px;
  text-align: center;
}
.map-page .link_list .top_btns .box .c_btn {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.map-page .link_list .top_btns .box .c_btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .map-page .link_list .top_btns .box .c_btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.map-page .link_list .top_btns .box .c_btn.limi {
  display: block;
}
.map-page .link_list .links {
  width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  word-break: break-word;
  gap: 30px;
}
@media (max-width: 1100px) {
  .map-page .link_list .links {
    width: 85%;
    grid-template-columns: 1fr 1fr;
  }
}
.map-page .link_list .links .btn {
  border-bottom: 1px #666 solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.map-page .link_list .links .btn:hover {
  background-color: #f8f7ea;
}

.outline-page .all_bg {
  width: 100%;
  padding-top: 50px;
}
@media (max-width: 740px) {
  .outline-page .all_bg {
    padding-top: 0px;
  }
}
.outline-page .all_bg iframe {
  display: block;
  width: 800px;
  height: 700px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .outline-page .all_bg iframe {
    width: 100%;
    height: 70vh;
  }
}

.rg_map-page .all_bg {
  width: 100%;
  padding: 200px 0 0px;
}
@media (max-width: 740px) {
  .rg_map-page .all_bg {
    padding: 100px 0 0px;
  }
}
.rg_map-page .main_txts {
  width: 1250px;
  margin: 0 auto 60px;
  text-align: center;
}
@media (max-width: 1250px) {
  .rg_map-page .main_txts {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .rg_map-page .main_txts {
    margin-bottom: 40px;
  }
}
.rg_map-page .main_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .rg_map-page .main_txts h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.rg_map-page .main_txts h2 img {
  width: 100%;
}
.rg_map-page .main_txts .b_titl {
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .rg_map-page .main_txts .b_titl {
    font-size: 1.2rem;
  }
}
.rg_map-page .map_img {
  width: 1100px;
  margin: 0 auto 60px;
}
@media (max-width: 1100px) {
  .rg_map-page .map_img {
    width: 85%;
  }
}
@media (max-width: 740px) {
  .rg_map-page .map_img {
    margin-bottom: 30px;
  }
}
.rg_map-page .map_img .icon {
  width: 15%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.rg_map-page .map_img .b_titl {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 740px) {
  .rg_map-page .map_img .b_titl {
    font-size: 1.2rem;
  }
}
.rg_map-page .map_img .red_cap {
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0;
  color: #c60044;
}
.rg_map-page .gmap_btn {
  display: block;
  width: 500px;
  margin: 0 auto 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.rg_map-page .gmap_btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .rg_map-page .gmap_btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .rg_map-page .gmap_btn {
    width: 250px;
    margin-bottom: 30px;
  }
}
.rg_map-page .link_list {
  width: 100%;
  padding: 60px 0;
  background-color: #f1efdb;
}
.rg_map-page .link_list .top_btns {
  width: 800px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1100px) {
  .rg_map-page .link_list .top_btns {
    width: 85%;
  }
}
@media (max-width: 740px) {
  .rg_map-page .link_list .top_btns {
    width: 75%;
    grid-template-columns: 1fr;
  }
}
.rg_map-page .link_list .top_btns .box .b_txt {
  margin-bottom: 20px;
  text-align: center;
}
.rg_map-page .link_list .top_btns .box .c_btn {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.rg_map-page .link_list .top_btns .box .c_btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .rg_map-page .link_list .top_btns .box .c_btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.rg_map-page .link_list .top_btns .box .c_btn.limi {
  display: block;
}
.rg_map-page .link_list .links {
  width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  word-break: break-word;
  gap: 30px;
}
@media (max-width: 1100px) {
  .rg_map-page .link_list .links {
    width: 85%;
    grid-template-columns: 1fr 1fr;
  }
}
.rg_map-page .link_list .links .btn {
  border-bottom: 1px #666 solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rg_map-page .link_list .links .btn:hover {
  background-color: #f8f7ea;
}

.plan-page .main_txts01 {
  width: 1250px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1250px) {
  .plan-page .main_txts01 {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .plan-page .main_txts01 {
    padding: 60px 0;
  }
}
.plan-page .main_txts01 h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .plan-page .main_txts01 h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.plan-page .main_txts01 h2 img {
  width: 100%;
}
.plan-page .main_txts01 .deco01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 80px;
  background-color: #8d846b;
}
@media (max-width: 740px) {
  .plan-page .main_txts01 .deco01 {
    height: 40px;
  }
}
.plan-page .main_txts01 .deco02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 40px;
  background-color: #8d846b;
}
@media (max-width: 740px) {
  .plan-page .main_txts01 .deco02 {
    height: 20px;
  }
}
.plan-page .con_bg {
  width: 100%;
  padding: 120px 0;
  margin-bottom: 120px;
  background-color: #eae6db;
}
@media (max-width: 740px) {
  .plan-page .con_bg {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.plan-page .con_bg .all_plan {
  padding: 60px;
  background-color: #fff;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .plan-page .con_bg .all_plan {
    padding: 0px;
    margin-bottom: 60px;
  }
}
.plan-page .con_bg .all_plan.img_ani01::before {
  background-color: #eae6db;
}
.plan-page .con_bg .all_plan .icon {
  width: 15%;
  position: absolute;
  top: 10px;
  left: 10px;
}
.plan-page .con_bg .top_txts {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .plan-page .con_bg .top_txts {
    margin-bottom: 30px;
  }
}
.plan-page .con_bg .top_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .plan-page .con_bg .top_txts h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.plan-page .con_bg .top_txts h2 img {
  width: 100%;
}
.plan-page .con_bg .tori_kiri_btns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  word-break: break-word;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .plan-page .con_bg .tori_kiri_btns {
    gap: 10px;
    margin-bottom: 10px;
  }
}
.plan-page .con_bg .tori_kiri_btns .btn {
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 740px) {
  .plan-page .con_bg .tori_kiri_btns .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    font-size: 1.2rem;
  }
}
.plan-page .con_bg .tori_kiri_btns .btn span {
  font-size: 2rem;
}
@media (max-width: 740px) {
  .plan-page .con_bg .tori_kiri_btns .btn span {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.plan-page .con_bg .tori_kiri_btns .btn.btn01 {
  background-color: #42948b;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.plan-page .con_bg .tori_kiri_btns .btn.btn01:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .plan-page .con_bg .tori_kiri_btns .btn.btn01:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.plan-page .con_bg .tori_kiri_btns .btn.btn02 {
  background-color: #c6a788;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.plan-page .con_bg .tori_kiri_btns .btn.btn02:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .plan-page .con_bg .tori_kiri_btns .btn.btn02:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.plan-page .con_bg .tori_kiri_btns .btn.btn03 {
  background-color: #ae96c2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.plan-page .con_bg .tori_kiri_btns .btn.btn03:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .plan-page .con_bg .tori_kiri_btns .btn.btn03:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.plan-page .con_bg .torikago {
  margin-bottom: 5px;
}
.plan-page .con_bg .torikago .swiper-main {
  width: 100%;
  padding: 60px 180px;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .plan-page .con_bg .torikago .swiper-main {
    padding: 60px;
  }
}
@media (max-width: 740px) {
  .plan-page .con_bg .torikago .swiper-main {
    padding: 20px;
  }
}
.plan-page .con_bg .torikago .swiper-main .swiper-slide {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.plan-page .con_bg .torikago .swiper-thumb {
  width: 100%;
  padding: 20px 40px;
}
.plan-page .con_bg .torikago .swiper-thumb.bg01 {
  background-color: #e3efee;
}
.plan-page .con_bg .torikago .swiper-thumb.bg02 {
  background-color: #f0e7de;
}
.plan-page .con_bg .torikago .swiper-thumb.bg03 {
  background-color: #efeaf3;
}
@media (max-width: 740px) {
  .plan-page .con_bg .torikago .swiper-thumb {
    padding: 20px;
  }
}
.plan-page .con_bg .torikago .swiper-thumb .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px 30px;
}
@media (max-width: 740px) {
  .plan-page .con_bg .torikago .swiper-thumb .swiper-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
.plan-page .con_bg .torikago .swiper-thumb .swiper-wrapper .t_full {
  grid-column: 1/5;
}
@media (max-width: 740px) {
  .plan-page .con_bg .torikago .swiper-thumb .swiper-wrapper .t_full {
    grid-column: 1/4;
  }
}
.plan-page .con_bg .torikago .swiper-thumb .swiper-wrapper .swiper-slide .thumb-media {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  color: #8d846b;
  border-bottom: 1px #edf2ee solid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 740px) {
  .plan-page .con_bg .torikago .swiper-thumb .swiper-wrapper .swiper-slide .thumb-media {
    font-size: 1.5rem;
  }
}
.plan-page .con_bg .torikago .swiper-thumb .swiper-wrapper .swiper-slide .thumb-media span {
  font-size: 1.5rem;
}
@media (max-width: 740px) {
  .plan-page .con_bg .torikago .swiper-thumb .swiper-wrapper .swiper-slide .thumb-media span {
    font-size: 1rem;
  }
}
.plan-page .con_bg .torikago .swiper-thumb .swiper-wrapper .swiper-slide .thumb-media::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
}
.plan-page .con_bg .torikago .swiper-thumb .swiper-wrapper .swiper-slide .thumb-media:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.plan-page .con_bg .torikago .swiper-thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .thumb-media {
  border-bottom: 1px #8d846b solid;
}
.plan-page .con_bg .torikago .swiper-thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .thumb-media::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.plan-page .con_bg .torikago .swiper-thumb .swiper-wrapper .tab {
  text-align: center;
}
@media (max-width: 740px) {
  .plan-page .con_bg .torikago .swiper-thumb .swiper-wrapper .tab {
    font-size: 1rem;
  }
}
.plan-page .con_bg .torikago02 {
  display: none;
}
.plan-page .con_bg .torikago03 {
  display: none;
}
.plan-page .con_bg .tori_cap {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .plan-page .con_bg .tori_cap {
    margin-bottom: 40px;
  }
}
.plan-page .con_bg .plan_index_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  margin-bottom: 30px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  color: #fff;
  cursor: pointer;
}
.plan-page .con_bg .plan_index_open.plan_index_open_a {
  background-color: #42948b;
}
.plan-page .con_bg .plan_index_open.plan_index_open_b {
  background-color: #b3865c;
}
.plan-page .con_bg .plan_index_open.plan_index_open_c {
  background-color: #ae96c2;
}
.plan-page .con_bg .plan_index_open .plan_index_titl {
  line-height: 1.2;
  margin-bottom: 0;
  margin-right: 15px;
  text-align: center;
}
.plan-page .con_bg .plan_index_open .arrow {
  width: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 740px) {
  .plan-page .con_bg .plan_index_open .arrow {
    width: 20px;
  }
}
.plan-page .con_bg .plan_index_open .arrow.on {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.plan-page .con_bg .plan_btns_wrap {
  display: none;
}
.plan-page .con_bg .plan_btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  word-break: break-word;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .plan-page .con_bg .plan_btns {
    grid-template-columns: 1fr;
  }
}
.plan-page .con_bg .plan_btns .plan_wrap {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  cursor: pointer;
  position: relative;
}
@media (max-width: 740px) {
  .plan-page .con_bg .plan_btns .plan_wrap {
    padding: 5px;
    border-radius: 5px;
  }
}
.plan-page .con_bg .plan_btns .plan_wrap .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plan-page .con_bg .plan_btns .plan_wrap .btn_wrap .plan_btn {
  width: 85%;
}
@media (max-width: 740px) {
  .plan-page .con_bg .plan_btns .plan_wrap .btn_wrap .plan_btn {
    width: 85%;
  }
}
.plan-page .con_bg .plan_btns .plan_wrap .btn_wrap .arrow {
  width: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 740px) {
  .plan-page .con_bg .plan_btns .plan_wrap .btn_wrap .arrow {
    width: 10%;
  }
}
.plan-page .con_bg .plan_btns .plan_wrap .btn_wrap .arrow.on {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.plan-page .con_bg .plan_btns .plan_wrap .plan_open {
  display: none;
}
.plan-page .con_bg .plan_btns .plan_wrap .plan_open .madori {
  padding: 60px;
}
@media (max-width: 740px) {
  .plan-page .con_bg .plan_btns .plan_wrap .plan_open .madori {
    padding: 20px;
  }
}
.plan-page .con_bg .plan_btns .plan_wrap .seiyaku {
  position: absolute;
  bottom: -20px;
  right: 5px;
}
.plan-page .con_bg .plan_btns .sub_titl {
  padding: 20px 0;
  text-align: center;
  grid-column: 1/3;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.plan-page .con_bg .plan_btns .sub_titl.bg01 {
  background-color: #d1ecfb;
}
.plan-page .con_bg .plan_btns .sub_titl.bg02 {
  background-color: #dfedce;
}
.plan-page .con_bg .plan_btns .sub_titl.bg03 {
  background-color: #fce7c4;
}
.plan-page .con_bg .plan_btns .sub_titl.bg04 {
  background-color: #fbe1e2;
}
@media (max-width: 740px) {
  .plan-page .con_bg .plan_btns .sub_titl {
    grid-column: 1/2;
  }
}
.plan-page .limi_ent {
  width: 100%;
  padding: 120px 0;
  background-color: #f1efdb;
}
@media (max-width: 740px) {
  .plan-page .limi_ent {
    padding: 60px 0;
  }
}
.plan-page .limi_ent .b_titl {
  text-align: center;
}
.plan-page .limi_ent .c_btn {
  width: 400px;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.plan-page .limi_ent .c_btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .plan-page .limi_ent .c_btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .plan-page .limi_ent .c_btn {
    width: 80%;
  }
}
.plan-page .cas {
  width: 1000px;
  margin: 120px auto;
}
@media (max-width: 1100px) {
  .plan-page .cas {
    width: 85%;
  }
}
@media (max-width: 740px) {
  .plan-page .cas {
    margin: 60px auto;
  }
}

.position-page .main_txts {
  width: 1250px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1250px) {
  .position-page .main_txts {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .position-page .main_txts {
    padding: 60px 0;
  }
}
.position-page .main_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .position-page .main_txts h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.position-page .main_txts h2 img {
  width: 100%;
}
.position-page .main_txts .deco01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 80px;
  background-color: #568882;
}
@media (max-width: 740px) {
  .position-page .main_txts .deco01 {
    height: 40px;
  }
}
.position-page .tabs_wrap {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(220, 234, 231)), color-stop(50%, rgb(220, 234, 231)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(220, 234, 231) 0%, rgb(220, 234, 231) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.position-page .tabs_wrap .tabs {
  width: 740px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 740px) {
  .position-page .tabs_wrap .tabs {
    width: 85%;
    gap: 10px;
  }
}
.position-page .tabs_wrap .tabs .tab {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.position-page .tabs_wrap .tabs .tab:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .position-page .tabs_wrap .tabs .tab:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.position-page .tabs_wrap .tabs .tab.on {
  pointer-events: none;
}
.position-page .c01 {
  width: 100%;
  padding: 120px 0;
  background-color: #dceae7;
}
.position-page .c01 .img_ani01::before {
  background-color: #dceae7;
}
@media (max-width: 740px) {
  .position-page .c01 {
    padding: 60px 0;
  }
}
.position-page .c01 .top_txts {
  text-align: center;
}
.position-page .c01 .top_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .position-page .c01 .top_txts h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.position-page .c01 .top_txts h2 img {
  width: 100%;
}
.position-page .c01 .top_txts .b_titl {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .position-page .c01 .top_txts .b_titl {
    margin-bottom: 30px;
  }
}
.position-page .c01 .img {
  width: 1100px;
  margin: 0 auto 60px;
}
@media (max-width: 1100px) {
  .position-page .c01 .img {
    width: 100%;
  }
}
.position-page .c01 .txts {
  text-align: center;
}
.position-page .c01_02 {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .position-page .c01_02 {
    margin-bottom: 60px;
  }
}
.position-page .c01_02 .sv_slider {
  width: 100%;
  margin-bottom: 30px;
  cursor: move;
}
.position-page .c01_02 .sv_slider img {
  width: 100%;
}
.position-page .c01_02 .sv_slider .swiper-area {
  width: 100%;
  position: relative;
}
.position-page .c01_02 .sv_slider .swiper-area .swiper {
  width: 100%;
}
.position-page .c01_02 .sv_slider .swiper-area .swiper .swiper-wrapper {
  width: 100%;
}
.position-page .c01_02 .sv_slider .swiper-area .swiper .swiper-wrapper .swiper-slide {
  -webkit-transform: scale(1.007);
          transform: scale(1.007);
}
.position-page .c01_02 .sv_slider .swiper-area .swiper-button-next,
.position-page .c01_02 .sv_slider .swiper-area .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 30px;
  -webkit-filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
          filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .position-page .c01_02 .sv_slider .swiper-area .swiper-button-next,
  .position-page .c01_02 .sv_slider .swiper-area .swiper-button-prev {
    width: 20px;
  }
}
.position-page .c01_02 .sv_slider .swiper-area .swiper-button-next.swiper-button-disabled,
.position-page .c01_02 .sv_slider .swiper-area .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.position-page .c01_02 .sv_slider .swiper-area .swiper-button-next::after,
.position-page .c01_02 .sv_slider .swiper-area .swiper-button-prev::after {
  display: none;
}
.position-page .c01_02 .sv_slider .swiper-area .swiper-button-prev {
  left: 10px;
}
@media (max-width: 740px) {
  .position-page .c01_02 .sv_slider .swiper-area .swiper-button-prev {
    left: 5px;
  }
}
.position-page .c01_02 .sv_slider .swiper-area .swiper-button-next {
  right: 10px;
}
@media (max-width: 740px) {
  .position-page .c01_02 .sv_slider .swiper-area .swiper-button-next {
    right: 5px;
  }
}
.position-page .c01_02 .haicti {
  width: 850px;
  margin: 0 auto 60px;
}
@media (max-width: 1100px) {
  .position-page .c01_02 .haicti {
    width: 85%;
  }
}
@media (max-width: 740px) {
  .position-page .c01_02 .haicti {
    margin-bottom: 30px;
  }
}
.position-page .c01_02 .txts {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 740px) {
  .position-page .c01_02 .txts {
    margin-bottom: 30px;
  }
}
.position-page .c02 {
  width: 1250px;
  margin: 0 auto 120px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
  grid-template: "B A" auto/1.5fr 1fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .position-page .c02 {
    grid-template: "B" auto "A" auto/1fr;
    margin-bottom: 60px;
  }
}
@media (max-width: 1250px) {
  .position-page .c02 {
    width: 100%;
  }
}
.position-page .c02 .txts {
  grid-area: A;
  text-align: right;
}
@media (max-width: 740px) {
  .position-page .c02 .txts {
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
}
.position-page .c02 .po_img {
  grid-area: B;
}
.position-page .c02 .po_img .deco {
  position: absolute;
  top: -60px;
  left: 0;
  width: 60%;
  height: 60px;
  background-color: #568882;
}
@media (max-width: 740px) {
  .position-page .c02 .po_img .deco {
    top: -30px;
    height: 30px;
  }
}
.position-page .c03 {
  width: 100%;
  padding: 120px 0;
  margin-bottom: 120px;
  background-color: #dceae7;
}
@media (max-width: 740px) {
  .position-page .c03 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.position-page .c03 .tabs {
  width: 740px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 740px) {
  .position-page .c03 .tabs {
    width: 85%;
    gap: 10px;
  }
}
.position-page .c03 .tabs .tab {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.position-page .c03 .tabs .tab:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .position-page .c03 .tabs .tab:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.position-page .c03 .tabs .tab.on {
  pointer-events: none;
}
.position-page #tabs {
  padding-top: 100px;
  margin-top: -100px;
}

.position2-page .main_txts {
  width: 1250px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1250px) {
  .position2-page .main_txts {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .position2-page .main_txts {
    padding: 60px 0;
  }
}
.position2-page .main_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .position2-page .main_txts h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.position2-page .main_txts h2 img {
  width: 100%;
}
.position2-page .main_txts .deco01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 80px;
  background-color: #568882;
}
@media (max-width: 740px) {
  .position2-page .main_txts .deco01 {
    height: 40px;
  }
}
.position2-page .tabs_wrap {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(232, 242, 217)), color-stop(50%, rgb(232, 242, 217)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(232, 242, 217) 0%, rgb(232, 242, 217) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.position2-page .tabs_wrap .tabs {
  width: 740px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 740px) {
  .position2-page .tabs_wrap .tabs {
    width: 85%;
    gap: 10px;
  }
}
.position2-page .tabs_wrap .tabs .tab {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.position2-page .tabs_wrap .tabs .tab:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .position2-page .tabs_wrap .tabs .tab:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.position2-page .tabs_wrap .tabs .tab.on {
  pointer-events: none;
}
.position2-page .c01 {
  width: 100%;
  padding: 120px 0;
  background-color: #e8f2d9;
}
.position2-page .c01 .img_ani01::before {
  background-color: #e8f2d9;
}
@media (max-width: 740px) {
  .position2-page .c01 {
    padding: 60px 0;
  }
}
.position2-page .c01 .top_txts {
  text-align: center;
}
.position2-page .c01 .top_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .position2-page .c01 .top_txts h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.position2-page .c01 .top_txts h2 img {
  width: 100%;
}
.position2-page .c01 .top_txts .b_titl {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .position2-page .c01 .top_txts .b_titl {
    margin-bottom: 30px;
  }
}
.position2-page .c01 .img {
  width: 1100px;
  margin: 0 auto 60px;
}
@media (max-width: 1100px) {
  .position2-page .c01 .img {
    width: 100%;
  }
}
.position2-page .c01 .txts {
  text-align: center;
}
.position2-page .c01_02 {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .position2-page .c01_02 {
    margin-bottom: 60px;
  }
}
.position2-page .c01_02 .sv_slider2 {
  width: 100%;
  margin-bottom: 30px;
  cursor: move;
}
.position2-page .c01_02 .sv_slider2 img {
  width: 100%;
}
.position2-page .c01_02 .sv_slider2 .swiper-area {
  width: 100%;
  position: relative;
}
.position2-page .c01_02 .sv_slider2 .swiper-area .swiper {
  width: 100%;
}
.position2-page .c01_02 .sv_slider2 .swiper-area .swiper .swiper-wrapper {
  width: 100%;
}
.position2-page .c01_02 .sv_slider2 .swiper-area .swiper .swiper-wrapper .swiper-slide {
  -webkit-transform: scale(1.007);
          transform: scale(1.007);
}
.position2-page .c01_02 .sv_slider2 .swiper-area .swiper-button-next,
.position2-page .c01_02 .sv_slider2 .swiper-area .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 30px;
  -webkit-filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
          filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .position2-page .c01_02 .sv_slider2 .swiper-area .swiper-button-next,
  .position2-page .c01_02 .sv_slider2 .swiper-area .swiper-button-prev {
    width: 20px;
  }
}
.position2-page .c01_02 .sv_slider2 .swiper-area .swiper-button-next.swiper-button-disabled,
.position2-page .c01_02 .sv_slider2 .swiper-area .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.position2-page .c01_02 .sv_slider2 .swiper-area .swiper-button-next::after,
.position2-page .c01_02 .sv_slider2 .swiper-area .swiper-button-prev::after {
  display: none;
}
.position2-page .c01_02 .sv_slider2 .swiper-area .swiper-button-prev {
  left: 10px;
}
@media (max-width: 740px) {
  .position2-page .c01_02 .sv_slider2 .swiper-area .swiper-button-prev {
    left: 5px;
  }
}
.position2-page .c01_02 .sv_slider2 .swiper-area .swiper-button-next {
  right: 10px;
}
@media (max-width: 740px) {
  .position2-page .c01_02 .sv_slider2 .swiper-area .swiper-button-next {
    right: 5px;
  }
}
.position2-page .c01_02 .haicti {
  width: 850px;
  margin: 0 auto 60px;
}
@media (max-width: 1100px) {
  .position2-page .c01_02 .haicti {
    width: 85%;
  }
}
@media (max-width: 740px) {
  .position2-page .c01_02 .haicti {
    margin-bottom: 30px;
  }
}
.position2-page .c01_02 .txts {
  text-align: center;
}
.position2-page .c02 {
  width: 1250px;
  margin: 0 auto 120px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
  grid-template: "B A" auto/1.5fr 1fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .position2-page .c02 {
    grid-template: "B" auto "A" auto/1fr;
    margin-bottom: 60px;
  }
}
@media (max-width: 1250px) {
  .position2-page .c02 {
    width: 100%;
  }
}
.position2-page .c02 .txts {
  grid-area: A;
  text-align: right;
}
@media (max-width: 740px) {
  .position2-page .c02 .txts {
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
}
.position2-page .c02 .txts .b_titl {
  margin-bottom: 0;
}
.position2-page .c02 .txts .cap {
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .position2-page .c02 .txts .cap {
    margin-bottom: 20px;
  }
}
.position2-page .c02 .po_img {
  grid-area: B;
}
.position2-page .c02 .po_img .deco {
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 40%;
  height: 60px;
  background-color: #568882;
}
@media (max-width: 740px) {
  .position2-page .c02 .po_img .deco {
    bottom: -30px;
    height: 30px;
  }
}
.position2-page .c03 {
  width: 100%;
  padding: 120px 0;
  margin-bottom: 120px;
  background-color: #e8f2d9;
}
.position2-page .c03 .img_ani01::before {
  background-color: #e8f2d9;
}
@media (max-width: 740px) {
  .position2-page .c03 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.position2-page .c03 .boxs01 {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
  grid-template: "A B" auto/1fr 1.8fr;
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .position2-page .c03 .boxs01 {
    grid-template: "B" auto "A" auto/1fr;
    margin-bottom: 40px;
  }
}
.position2-page .c03 .boxs01 .txts {
  grid-area: A;
}
@media (max-width: 740px) {
  .position2-page .c03 .boxs01 .txts {
    text-align: center;
  }
}
.position2-page .c03 .boxs01 .img {
  grid-area: B;
  position: relative;
  background-color: #fff;
}
@media (max-width: 740px) {
  .position2-page .c03 .boxs01 .img {
    padding-top: 30px;
  }
}
.position2-page .c03 .boxs01 .img .icon {
  width: 15%;
  position: absolute;
  top: 10px;
  right: 10px;
}
.position2-page .c03 .boxs02 {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .position2-page .c03 .boxs02 {
    margin-bottom: 40px;
  }
}
.position2-page .c03 .boxs02 .imgs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  word-break: break-word;
  gap: 30px;
}
@media (max-width: 740px) {
  .position2-page .c03 .boxs02 .imgs {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.position2-page .c03 .w_bg {
  background-color: #fff;
  padding-top: 80px;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .position2-page .c03 .w_bg {
    padding-top: 40px;
    margin-bottom: 60px;
  }
}
.position2-page .c03 .w_bg .img_ani01::before {
  background-color: #fff;
}
.position2-page .c03 .w_bg .boxs03 {
  display: grid;
  word-break: break-word;
  grid-template: "A C" auto "B C" auto/1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
  padding-left: 30px;
}
@media (max-width: 740px) {
  .position2-page .c03 .w_bg .boxs03 {
    grid-template: "A" auto "C" auto "B" auto/1fr;
    margin-bottom: 30px;
    padding-left: 0px;
  }
}
.position2-page .c03 .w_bg .boxs03 .txts01 {
  grid-area: A;
}
@media (max-width: 740px) {
  .position2-page .c03 .w_bg .boxs03 .txts01 {
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
}
.position2-page .c03 .w_bg .boxs03 .txts02 {
  grid-area: B;
}
@media (max-width: 740px) {
  .position2-page .c03 .w_bg .boxs03 .txts02 {
    width: 85%;
    margin: 0 auto;
  }
}
.position2-page .c03 .w_bg .boxs03 .txts02 .titl {
  line-height: 2;
  font-size: 1.8rem;
  border-bottom: 1px #c9caca solid;
}
@media (max-width: 740px) {
  .position2-page .c03 .w_bg .boxs03 .txts02 .titl {
    font-size: 1.4rem;
  }
}
@media (max-width: 740px) {
  .position2-page .c03 .w_bg .boxs03 .txts02 .b_txt {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.position2-page .c03 .w_bg .boxs03 .img {
  grid-area: C;
}
.position2-page .c03 .w_bg .boxs04 {
  display: grid;
  word-break: break-word;
  grid-template: "A A" auto "B C" auto/1.004fr 1fr;
  gap: 0px;
  padding-bottom: 60px;
}
@media (max-width: 740px) {
  .position2-page .c03 .w_bg .boxs04 {
    grid-template: "B" auto "A" auto "C" auto/1fr;
    gap: 30px;
    padding-bottom: 0px;
  }
}
.position2-page .c03 .w_bg .boxs04 .b_txt {
  grid-area: A;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .position2-page .c03 .w_bg .boxs04 .b_txt {
    margin-bottom: 0px;
  }
}
.position2-page .c03 .w_bg .boxs04 .imgs01 {
  grid-area: B;
}
.position2-page .c03 .w_bg .boxs04 .imgs02 {
  grid-area: C;
}
.position2-page .c03 .boxs05 {
  display: grid;
  grid-template-columns: 1fr;
  word-break: break-word;
  gap: 30px;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .position2-page .c03 .boxs05 {
    margin-bottom: 60px;
  }
}
.position2-page .c03 .boxs05 .txts {
  text-align: center;
}
.position2-page .c03 .boxs05 .imgs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  word-break: break-word;
  gap: 30px;
}
@media (max-width: 740px) {
  .position2-page .c03 .boxs05 .imgs {
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
  }
}
.position2-page .c03 .tabs {
  width: 740px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 740px) {
  .position2-page .c03 .tabs {
    width: 85%;
    gap: 10px;
  }
}
.position2-page .c03 .tabs .tab {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.position2-page .c03 .tabs .tab:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .position2-page .c03 .tabs .tab:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.position2-page .c03 .tabs .tab.on {
  pointer-events: none;
}
.position2-page #tabs {
  padding-top: 100px;
  margin-top: -100px;
}

.residence-page .main_txts {
  width: 1250px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1250px) {
  .residence-page .main_txts {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .residence-page .main_txts {
    padding: 60px 0;
  }
}
.residence-page .main_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .residence-page .main_txts h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.residence-page .main_txts h2 img {
  width: 100%;
}
.residence-page .main_txts .deco01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 80px;
  background-color: #5c5761;
}
@media (max-width: 740px) {
  .residence-page .main_txts .deco01 {
    height: 40px;
  }
}
.residence-page .tabs_wrap {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(215, 210, 216)), color-stop(50%, rgb(215, 210, 216)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(215, 210, 216) 0%, rgb(215, 210, 216) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.residence-page .tabs_wrap .tabs {
  width: 740px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 740px) {
  .residence-page .tabs_wrap .tabs {
    width: 85%;
    gap: 10px;
  }
}
.residence-page .tabs_wrap .tabs .tab {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.residence-page .tabs_wrap .tabs .tab:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .residence-page .tabs_wrap .tabs .tab:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.residence-page .tabs_wrap .tabs .tab.on {
  pointer-events: none;
}
.residence-page .tabs_wrap .tabs .tab.soon {
  pointer-events: none;
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}
.residence-page .c01_01 {
  width: 100%;
  padding: 120px 0;
  margin-bottom: 120px;
  background-color: #d7d2d8;
}
@media (max-width: 740px) {
  .residence-page .c01_01 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.residence-page .c01_01 .img_ani01::before {
  background-color: #d7d2d8;
}
.residence-page .c01_01 .txts_top {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 740px) {
  .residence-page .c01_01 .txts_top {
    margin-bottom: 40px;
  }
}
.residence-page .c01_01 .txts_top h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .residence-page .c01_01 .txts_top h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.residence-page .c01_01 .txts_top h2 img {
  width: 100%;
}
.residence-page .c01_01 .boxs {
  display: grid;
  word-break: break-word;
  grid-template: "B A" auto/1fr 1.5fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .residence-page .c01_01 .boxs {
    grid-template: "A" auto "B" auto/1fr;
  }
}
.residence-page .c01_01 .boxs .img {
  grid-area: A;
}
.residence-page .c01_01 .boxs .img .icon {
  width: 15%;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.residence-page .c01_01 .boxs .txts {
  grid-area: B;
}
@media (max-width: 740px) {
  .residence-page .c01_01 .boxs .txts {
    text-align: center;
  }
}
.residence-page .c01_03 {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .residence-page .c01_03 {
    margin-bottom: 30px;
  }
}
.residence-page .c01_03 .ritu_wrap {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1.5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .residence-page .c01_03 .ritu_wrap {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}
.residence-page .c01_03 .ritu_wrap .txts {
  text-align: center;
}
.residence-page .c01_03 .txts_top {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 740px) {
  .residence-page .c01_03 .txts_top {
    margin-bottom: 40px;
  }
}
.residence-page .c01_03 .txts_top h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .residence-page .c01_03 .txts_top h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.residence-page .c01_03 .txts_top h2 img {
  width: 100%;
}
.residence-page .c01_03 .img {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .residence-page .c01_03 .img {
    width: 100%;
  }
}
.residence-page .c01_03 .img .icon {
  width: 15%;
  position: absolute;
  bottom: 20px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.residence-page .c01_03 .boxs {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1.5fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 740px) {
  .residence-page .c01_03 .boxs {
    grid-template-columns: 1fr;
  }
}
.residence-page .pk_wrap {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .residence-page .pk_wrap {
    margin-bottom: 60px;
  }
}
.residence-page .pk_wrap .main {
  width: 1250px;
  margin: 0 auto 60px;
}
@media (max-width: 1250px) {
  .residence-page .pk_wrap .main {
    width: 100%;
  }
}
@media (max-width: 1250px) and (max-width: 740px) {
  .residence-page .pk_wrap .main {
    margin-bottom: 30px;
  }
}
.residence-page .pk_wrap .b_titl {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 740px) {
  .residence-page .pk_wrap .b_titl {
    margin-bottom: 30px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.residence-page .pk_wrap .btns {
  width: 740px;
  margin: 0 auto;
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 740px) {
  .residence-page .pk_wrap .btns {
    width: 85%;
    gap: 20px;
  }
}
.residence-page .pk_wrap .btns .btn .b_txt {
  margin-bottom: 10px;
  text-align: center;
}
.residence-page .pk_wrap .btns .btn .po_img {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.residence-page .pk_wrap .btns .btn .po_img:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .residence-page .pk_wrap .btns .btn .po_img:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.residence-page .c01_04 {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .residence-page .c01_04 {
    margin-bottom: 60px;
  }
}
.residence-page .c01_04 .txts_top {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 740px) {
  .residence-page .c01_04 .txts_top {
    margin-bottom: 40px;
  }
}
.residence-page .c01_04 .txts_top h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .residence-page .c01_04 .txts_top h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.residence-page .c01_04 .txts_top h2 img {
  width: 100%;
}
.residence-page .c01_04 .boxs {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1.4fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 740px) {
  .residence-page .c01_04 .boxs {
    grid-template-columns: 1fr;
  }
}
.residence-page .int_titl {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(215, 210, 216)), color-stop(50%, rgb(215, 210, 216)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(215, 210, 216) 0%, rgb(215, 210, 216) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.residence-page .int_titl .titl {
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .residence-page .int_titl .titl {
    width: 200px;
  }
}
.residence-page .c02_bg {
  width: 100%;
  padding: 60px 0 120px;
  margin-bottom: 120px;
  background-color: #d7d2d8;
}
@media (max-width: 740px) {
  .residence-page .c02_bg {
    padding: 30px 0 60px;
    margin-bottom: 60px;
  }
}
.residence-page .c02_bg .txts_top {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 740px) {
  .residence-page .c02_bg .txts_top {
    margin-bottom: 30px;
  }
}
.residence-page .c02_bg .txts_top .titl {
  width: 400px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 2rem;
  background-color: #fff;
}
@media (max-width: 740px) {
  .residence-page .c02_bg .txts_top .titl {
    width: 200px;
    font-size: 1.3rem;
  }
}
.residence-page .c02_bg .c02_01 {
  margin-bottom: 80px;
  background-color: #fff;
}
@media (max-width: 740px) {
  .residence-page .c02_bg .c02_01 {
    margin-bottom: 40px;
  }
}
.residence-page .c02_bg .c02_01 .hito {
  width: 100%;
  padding-top: 40px;
  position: relative;
}
@media (max-width: 740px) {
  .residence-page .c02_bg .c02_01 .hito {
    padding-top: 20px;
  }
}
.residence-page .c02_bg .c02_01 .hito .deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 40%;
  background-color: #5c5761;
}
.residence-page .c02_bg .c02_01 .hito .boxs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 30px;
}
.residence-page .c02_bg .c02_01 .hito .boxs .b_txt span {
  font-size: 2rem;
}
@media (max-width: 740px) {
  .residence-page .c02_bg .c02_01 .hito .boxs .b_txt span {
    font-size: 1.4rem;
  }
}
.residence-page .c02_bg .c02_01 .cont {
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 740px) {
  .residence-page .c02_bg .c02_01 .cont {
    padding: 30px;
    grid-template-columns: 1fr;
  }
}
.residence-page .c02_bg .c02_02 {
  background-color: #fff;
}
.residence-page .c02_bg .c02_02 .hito {
  width: 100%;
  padding-top: 40px;
  position: relative;
}
@media (max-width: 740px) {
  .residence-page .c02_bg .c02_02 .hito {
    padding-top: 20px;
  }
}
.residence-page .c02_bg .c02_02 .hito .deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 40%;
  background-color: #5c5761;
}
@media (max-width: 740px) {
  .residence-page .c02_bg .c02_02 .hito .deco {
    height: 20%;
  }
}
.residence-page .c02_bg .c02_02 .hito .boxs {
  width: 50%;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr;
  word-break: break-word;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 30px;
}
@media (max-width: 740px) {
  .residence-page .c02_bg .c02_02 .hito .boxs {
    width: 70%;
  }
}
@media (max-width: 740px) {
  .residence-page .c02_bg .c02_02 .hito .boxs .b_txt {
    padding-left: 30%;
  }
}
.residence-page .c02_bg .c02_02 .hito .boxs .b_txt span {
  font-size: 2rem;
}
@media (max-width: 740px) {
  .residence-page .c02_bg .c02_02 .hito .boxs .b_txt span {
    font-size: 1.4rem;
  }
}
.residence-page .c02_bg .c02_02 .cont {
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 740px) {
  .residence-page .c02_bg .c02_02 .cont {
    padding: 30px;
    grid-template-columns: 1fr;
  }
}
.residence-page .c03_01 {
  width: 100%;
  padding: 120px 0;
  background-color: #d7d2d8;
}
@media (max-width: 740px) {
  .residence-page .c03_01 {
    padding: 60px 0;
  }
}
.residence-page .c03_01 .img_ani01::before {
  background-color: #d7d2d8;
}
.residence-page .c03_01 .txts_top {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 740px) {
  .residence-page .c03_01 .txts_top {
    margin-bottom: 40px;
  }
}
.residence-page .c03_01 .txts_top h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .residence-page .c03_01 .txts_top h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.residence-page .c03_01 .txts_top h2 img {
  width: 100%;
}
.residence-page .c03_01 .boxs {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1.3fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 740px) {
  .residence-page .c03_01 .boxs {
    grid-template-columns: 1fr;
  }
}
.residence-page .c03_01 .boxs .img .icon {
  width: 10%;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.residence-page .c03_01 .boxs .img .imgs {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .residence-page .c03_01 .boxs .img .imgs {
    gap: 10px;
  }
}
.residence-page .c03_01 .boxs .b_txt {
  text-align: center;
}
.residence-page .int_bg {
  width: 100%;
  padding: 120px 0;
  margin-bottom: 120px;
  background-color: #5c5761;
}
@media (max-width: 740px) {
  .residence-page .int_bg {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.residence-page .int_bg .top_txts {
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
}
@media (max-width: 740px) {
  .residence-page .int_bg .top_txts {
    margin-bottom: 40px;
  }
}
.residence-page .int_bg .top_txts .titl {
  width: 300px;
  margin: 0 auto 30px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
@media (max-width: 740px) {
  .residence-page .int_bg .top_txts .titl {
    width: 150px;
  }
}
.residence-page .int_bg .int_wrap {
  margin-bottom: 30px;
}
.residence-page .int_bg .int_wrap .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10%;
  background-color: #fff;
  cursor: pointer;
}
.residence-page .int_bg .int_wrap .btn_wrap .int_btn {
  width: 40%;
}
@media (max-width: 740px) {
  .residence-page .int_bg .int_wrap .btn_wrap .int_btn {
    width: 85%;
  }
}
.residence-page .int_bg .int_wrap .btn_wrap .arrow {
  width: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 740px) {
  .residence-page .int_bg .int_wrap .btn_wrap .arrow {
    width: 20px;
  }
}
.residence-page .int_bg .int_wrap .btn_wrap .arrow.on {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.residence-page .int_bg .int_wrap .int_open {
  width: 100%;
  padding: 60px 0;
  background-color: #fff;
}
@media (max-width: 740px) {
  .residence-page .int_bg .int_wrap .int_open {
    padding: 30px 0;
  }
}
.residence-page .int_bg .int_wrap .int_open .b_txt {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 740px) {
  .residence-page .int_bg .int_wrap .int_open .cap {
    font-size: 1rem;
    letter-spacing: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.residence-page .int_bg .int_wrap .int_open .hito {
  width: 650px;
  margin: 0 auto 60px;
}
@media (max-width: 740px) {
  .residence-page .int_bg .int_wrap .int_open .hito {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 740px) {
  .residence-page .int_bg .int_wrap .int_open .hito .b_titl {
    display: block;
    width: 85%;
    margin: 0 auto 20px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.residence-page .int_bg .int_wrap .int_open .hito .b_titl span {
  color: #fff;
}
.residence-page .int_bg .int_wrap .int_open .boxs01 {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .residence-page .int_bg .int_wrap .int_open .boxs01 {
    width: 85%;
  }
}
.residence-page .int_bg .int_wrap .int_open .boxs01 .box01 {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px #ccc solid;
}
@media (max-width: 740px) {
  .residence-page .int_bg .int_wrap .int_open .boxs01 .box01 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.residence-page .int_bg .int_wrap .int_open .boxs01 .box01.last {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.residence-page .int_bg .int_wrap .int_open .boxs01 .box01 .top_txt {
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .residence-page .int_bg .int_wrap .int_open .boxs01 .box01 .top_txt {
    margin-bottom: 20px;
  }
}
.residence-page .int_bg .int_wrap .int_open .boxs01 .box01 .cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media (max-width: 740px) {
  .residence-page .int_bg .int_wrap .int_open .boxs01 .box01 .cols {
    gap: 15px;
    margin-top: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.residence-page .int_bg .int_wrap .int03 .main {
  width: 80%;
  margin: 0 auto 60px;
}
@media (max-width: 740px) {
  .residence-page .int_bg .int_wrap .int03 .main {
    width: 100%;
    margin-bottom: 30px;
  }
}
.residence-page .int_bg .int_wrap .int03 .boxs02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 30px;
  width: 80%;
  padding-bottom: 60px;
  margin: 0 auto 60px;
  border-bottom: 1px #ccc solid;
}
@media (max-width: 740px) {
  .residence-page .int_bg .int_wrap .int03 .boxs02 {
    grid-template-columns: 1fr;
    width: 85%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 740px) {
  .residence-page .int_bg .int_wrap .int03 .boxs02 .box02 {
    padding-right: 20%;
  }
}
.residence-page .int_bg .int_wrap .int03 .boxs03 {
  display: grid;
  grid-template-columns: 1fr;
  word-break: break-word;
  gap: 60px;
  width: 80%;
  margin: 0 auto 60px;
}
@media (max-width: 740px) {
  .residence-page .int_bg .int_wrap .int03 .boxs03 {
    gap: 30px;
    width: 85%;
    margin-bottom: 30px;
  }
}
.residence-page .int_bg .int_wrap .int03 .boxs03 .box01 {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .residence-page .int_bg .int_wrap .int03 .boxs03 .box01 {
    width: 100%;
  }
}
.residence-page .int_bg .int_wrap .int03 .co_txts {
  line-height: 3;
  text-align: center;
}
@media (max-width: 740px) {
  .residence-page .int_bg .int_wrap .int03 .co_txts {
    font-size: 1.2rem;
  }
}
.residence-page .c04_01 {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .residence-page .c04_01 {
    margin-bottom: 60px;
  }
}
.residence-page .c04_01 .boxs {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 740px) {
  .residence-page .c04_01 .boxs {
    grid-template-columns: 1fr;
  }
}
.residence-page .c04_01 .txts_top {
  text-align: center;
}
.residence-page .c04_01 .txts_top h2 {
  width: 100%;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .residence-page .c04_01 .txts_top h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.residence-page .c04_01 .txts_top h2 img {
  width: 100%;
}
.residence-page .c04_02 {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .residence-page .c04_02 {
    margin-bottom: 60px;
  }
}
.residence-page .c04_02 .boxs {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 740px) {
  .residence-page .c04_02 .boxs {
    grid-template-columns: 1fr;
  }
}
.residence-page .c04_02 .txts_top {
  text-align: center;
}
.residence-page .c04_02 .txts_top h2 {
  width: 100%;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .residence-page .c04_02 .txts_top h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.residence-page .c04_02 .txts_top h2 img {
  width: 100%;
}
.residence-page .c04_02 .imgs {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.residence-page .c04_03 {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .residence-page .c04_03 {
    margin-bottom: 60px;
  }
}
.residence-page .c04_03 .boxs01 {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .residence-page .c04_03 .boxs01 {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.residence-page .c04_03 .boxs01 .txts_top {
  text-align: center;
}
.residence-page .c04_03 .boxs01 .txts_top h2 {
  width: 100%;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .residence-page .c04_03 .boxs01 .txts_top h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.residence-page .c04_03 .boxs01 .txts_top h2 img {
  width: 100%;
}
.residence-page .c04_03 .boxs02 {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 740px) {
  .residence-page .c04_03 .boxs02 {
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
  }
}
.residence-page .c04_03 .boxs02 img {
  display: block;
  width: 50%;
  margin: 0 auto 5px;
}
@media (max-width: 740px) {
  .residence-page .c04_03 .boxs02 img {
    width: 60%;
  }
}
.residence-page .c04_03 .boxs02 .c_titl {
  border-bottom: 1px #fff solid;
}
.residence-page .c01_02 {
  width: 100%;
  padding: 120px 0;
  margin-bottom: 120px;
  background-color: #d7d2d8;
}
@media (max-width: 740px) {
  .residence-page .c01_02 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.residence-page .c01_02 .img_ani01::before {
  background-color: #d7d2d8;
}
.residence-page .c01_02 .txts_top {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 740px) {
  .residence-page .c01_02 .txts_top {
    margin-bottom: 40px;
  }
}
.residence-page .c01_02 .txts_top h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .residence-page .c01_02 .txts_top h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.residence-page .c01_02 .txts_top h2 img {
  width: 100%;
}
.residence-page .c01_02 .boxs {
  display: grid;
  word-break: break-word;
  grid-template: "B A" auto/1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 740px) {
  .residence-page .c01_02 .boxs {
    grid-template: "A" auto "B" auto/1fr;
    gap: 30px;
  }
}
.residence-page .c01_02 .boxs .img {
  grid-area: A;
}
.residence-page .c01_02 .boxs .txts {
  grid-area: B;
}
.residence-page .c01_02 .boxs .txts .b_titl {
  margin-bottom: 10px;
}
.residence-page .c01_02 .boxs .txts .b_txt {
  margin-bottom: 20px;
}
.residence-page #tabs {
  padding-top: 100px;
  margin-top: -100px;
}

.residence2-page .main_txts {
  width: 1250px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1250px) {
  .residence2-page .main_txts {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .residence2-page .main_txts {
    padding: 60px 0;
  }
}
.residence2-page .main_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .residence2-page .main_txts h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.residence2-page .main_txts h2 img {
  width: 100%;
}
.residence2-page .main_txts .deco01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 80px;
  background-color: #ad9788;
}
@media (max-width: 740px) {
  .residence2-page .main_txts .deco01 {
    height: 40px;
  }
}
.residence2-page .sc01_main_titl {
  line-height: 70px;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  background-color: #8bb6d0;
}
@media (max-width: 740px) {
  .residence2-page .sc01_main_titl {
    line-height: 40px;
    font-size: 1.5rem;
  }
}
.residence2-page .sc01_wrap {
  width: 100%;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #e7f4fc;
}
@media (max-width: 740px) {
  .residence2-page .sc01_wrap {
    display: block;
    padding: 0 0 60px 0;
  }
}
.residence2-page .sc01_wrap .left {
  width: 50%;
  height: 100vh;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: sticky;
  top: 0;
  background-color: #e7f4fc;
  border-right: 2px #52859f solid;
}
@media (max-width: 740px) {
  .residence2-page .sc01_wrap .left {
    width: 100%;
    height: auto;
    padding: 60px 30px 0 0;
    border-right: none;
    border-bottom: 2px #52859f solid;
    z-index: 1;
  }
}
.residence2-page .sc01_wrap .left .base_map {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.residence2-page .sc01_wrap .left .base_map .btn {
  position: absolute;
}
.residence2-page .sc01_wrap .left .base_map .btn img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .residence2-page .sc01_wrap .left .base_map .btn img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.residence2-page .sc01_wrap .left .base_map .btn .sc_tr {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.residence2-page .sc01_wrap .left .base_map .btn.on img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.residence2-page .sc01_wrap .left .base_map .btn.on .sc_tr {
  opacity: 1;
}
.residence2-page .sc01_wrap .left .base_map .btn.sc01_btn01 {
  width: 20%;
  top: 7%;
  left: 51%;
  z-index: 1;
}
.residence2-page .sc01_wrap .left .base_map .btn.sc01_btn02 {
  width: 19.5%;
  top: 64%;
  left: 50%;
}
.residence2-page .sc01_wrap .left .base_map .btn.sc01_btn03 {
  width: 20%;
  top: 5%;
  left: 32%;
}
.residence2-page .sc01_wrap .left .base_map .btn.sc01_btn04 {
  width: 17.5%;
  top: 46%;
  left: 32%;
}
.residence2-page .sc01_wrap .left .base_map .btn.sc01_btn05 {
  width: 16.5%;
  top: 61%;
  left: 58%;
}
.residence2-page .sc01_wrap .left .base_map .btn.sc01_btn06 {
  width: 29%;
  top: 56%;
  left: 65%;
}
.residence2-page .sc01_wrap .left .base_map .btn.sc01_btn07 {
  width: 24%;
  top: 46%;
  left: 63%;
}
.residence2-page .sc01_wrap .left .base_map .btn.sc01_btn08 {
  width: 19.2%;
  top: 77%;
  left: 28%;
}
.residence2-page .sc01_wrap .left .base_map .btn.sc01_btn09 {
  width: 15.6%;
  top: 51.2%;
  left: 78%;
}
.residence2-page .sc01_wrap .right {
  width: 50%;
  padding: 0 80px;
}
@media (max-width: 740px) {
  .residence2-page .sc01_wrap .right {
    width: 85%;
    margin: 0 auto;
    padding: 0;
  }
}
.residence2-page .sc01_wrap .right .box {
  padding-top: 80px;
}
.residence2-page .sc01_wrap .right .box .txts {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 740px) {
  .residence2-page .sc01_wrap .right .box .txts {
    display: block;
  }
}
.residence2-page .sc01_wrap .right .box .txts .txt01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.8rem;
  color: #52859f;
}
@media (max-width: 740px) {
  .residence2-page .sc01_wrap .right .box .txts .txt01 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
.residence2-page .sc01_wrap .right .box .txts .txt01 span {
  display: block;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
  border: 1px #8bb6d0 solid;
}
.residence2-page .sc01_wrap .right .box .txts .txt02 {
  text-align: justify;
  font-size: 1.6rem;
}
@media (max-width: 740px) {
  .residence2-page .sc01_wrap .right .box .txts .txt02 {
    font-size: 1.2rem;
  }
}
.residence2-page .sc02_main_titl {
  line-height: 70px;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  background-color: #ad9788;
}
@media (max-width: 740px) {
  .residence2-page .sc02_main_titl {
    line-height: 40px;
    font-size: 1.5rem;
  }
}
.residence2-page .sc02_wrap {
  width: 100%;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #f3f0ee;
}
@media (max-width: 740px) {
  .residence2-page .sc02_wrap {
    display: block;
    padding: 0 0 60px 0;
  }
}
.residence2-page .sc02_wrap .left {
  width: 50%;
  height: 100vh;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: sticky;
  top: 0;
  background-color: #f3f0ee;
  border-right: 2px #ad9788 solid;
}
@media (max-width: 740px) {
  .residence2-page .sc02_wrap .left {
    width: 100%;
    height: auto;
    padding: 60px 7.5% 10px 7.5%;
    border-right: none;
    border-bottom: 2px #ad9788 solid;
    z-index: 1;
  }
}
.residence2-page .sc02_wrap .left .base_map {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.residence2-page .sc02_wrap .left .base_map .cap_t_b_r {
  bottom: -20px;
}
@media (max-width: 740px) {
  .residence2-page .sc02_wrap .left .base_map .cap_t_b_r {
    bottom: 5px;
  }
}
.residence2-page .sc02_wrap .left .base_map .btn {
  position: absolute;
}
.residence2-page .sc02_wrap .left .base_map .btn img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .residence2-page .sc02_wrap .left .base_map .btn img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.residence2-page .sc02_wrap .left .base_map .btn .sc_tr {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.residence2-page .sc02_wrap .left .base_map .btn.on img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.residence2-page .sc02_wrap .left .base_map .btn.on .sc_tr {
  opacity: 1;
}
.residence2-page .sc02_wrap .left .base_map .btn.sc02_btn01 {
  width: 15.9%;
  top: 54%;
  left: 62%;
}
.residence2-page .sc02_wrap .left .base_map .btn.sc02_btn02 {
  width: 21.3%;
  top: 9%;
  left: 57%;
}
.residence2-page .sc02_wrap .left .base_map .btn.sc02_btn03 {
  width: 19.6%;
  top: 12%;
  left: 39%;
}
.residence2-page .sc02_wrap .left .base_map .btn.sc02_btn04 {
  width: 22.7%;
  top: 20%;
  left: 12%;
}
.residence2-page .sc02_wrap .left .base_map .btn.sc02_btn05 {
  width: 17%;
  top: 12%;
  left: 23%;
}
.residence2-page .sc02_wrap .left .base_map .btn.sc02_btn06 {
  width: 17.6%;
  top: 56%;
  left: 28%;
}
.residence2-page .sc02_wrap .left .base_map .btn.sc02_btn07 {
  width: 21.4%;
  top: 34%;
  left: 11%;
}
.residence2-page .sc02_wrap .right {
  width: 50%;
  padding: 0 80px;
}
@media (max-width: 740px) {
  .residence2-page .sc02_wrap .right {
    width: 85%;
    margin: 0 auto;
    padding: 0;
  }
}
.residence2-page .sc02_wrap .right .box {
  padding-top: 80px;
}
.residence2-page .sc02_wrap .right .box .txts {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 740px) {
  .residence2-page .sc02_wrap .right .box .txts {
    display: block;
  }
}
.residence2-page .sc02_wrap .right .box .txts .txt01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.8rem;
  color: #ad9788;
}
@media (max-width: 740px) {
  .residence2-page .sc02_wrap .right .box .txts .txt01 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
.residence2-page .sc02_wrap .right .box .txts .txt01 span {
  display: block;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
  border: 1px #ad9788 solid;
}
.residence2-page .sc02_wrap .right .box .txts .txt02 {
  text-align: justify;
  font-size: 1.6rem;
}
@media (max-width: 740px) {
  .residence2-page .sc02_wrap .right .box .txts .txt02 {
    font-size: 1.2rem;
  }
}
.residence2-page .dailys {
  width: 100%;
  padding: 120px 0;
  background-color: #eae5e1;
}
@media (max-width: 740px) {
  .residence2-page .dailys {
    padding: 60px 0;
  }
}
.residence2-page .dailys .img_ani01::before {
  background-color: #eae5e1;
}
.residence2-page .dailys .txts_top {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 740px) {
  .residence2-page .dailys .txts_top {
    margin-bottom: 40px;
  }
}
.residence2-page .dailys .txts_top h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .residence2-page .dailys .txts_top h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.residence2-page .dailys .txts_top h2 img {
  width: 100%;
}
.residence2-page .dailys .boxs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 30px;
}
@media (max-width: 740px) {
  .residence2-page .dailys .boxs {
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }
}
.residence2-page .dailys .boxs .box {
  display: grid;
  gap: 10px;
}
.residence2-page .dailys .boxs .box .txt01 {
  font-size: 1.5rem;
}
@media (max-width: 740px) {
  .residence2-page .dailys .boxs .box .txt01 {
    font-size: 1.2rem;
  }
}
.residence2-page .dailys .boxs .box .txt02 {
  text-align: justify;
  font-size: 1.3rem;
}
@media (max-width: 740px) {
  .residence2-page .dailys .boxs .box .txt02 {
    font-size: 1rem;
  }
}
.residence2-page .cap_sc02_06 {
  color: #6f6158;
  text-align: center;
}
@media (max-width: 740px) {
  .residence2-page .cap_sc02_06 {
    text-align: left;
    padding-bottom: 10px;
  }
}

.access-page .main_txts01 {
  width: 1250px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1250px) {
  .access-page .main_txts01 {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .access-page .main_txts01 {
    padding: 60px 0;
  }
}
.access-page .main_txts01 h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .access-page .main_txts01 h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.access-page .main_txts01 h2 img {
  width: 100%;
}
.access-page .main_txts01 .deco01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 80px;
  background-color: #7e8991;
}
@media (max-width: 740px) {
  .access-page .main_txts01 .deco01 {
    height: 40px;
  }
}
.access-page .main_txts01 .deco02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 40px;
  background-color: #7e8991;
}
@media (max-width: 740px) {
  .access-page .main_txts01 .deco02 {
    height: 20px;
  }
}
.access-page .c01 {
  width: 100%;
  padding: 120px 0;
  margin-bottom: 120px;
  background-color: #dbdee2;
}
@media (max-width: 740px) {
  .access-page .c01 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.access-page .c01 .img_ani01::before {
  background-color: #dbdee2;
}
.access-page .c01 .imgs {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .access-page .c01 .imgs {
    margin-bottom: 30px;
  }
}
.access-page .c01 .txts {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .access-page .c01 .txts {
    margin-bottom: 30px;
    text-align: center;
  }
}
.access-page .c01 .map {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .access-page .c01 .map {
    width: 100%;
  }
}
.access-page .c02 {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .access-page .c02 {
    margin-bottom: 60px;
  }
}
.access-page .c02 .rosenzu {
  width: 1250px;
  margin: 0 auto 60px;
}
@media (max-width: 1250px) {
  .access-page .c02 .rosenzu {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .access-page .c02 .rosenzu {
    margin-bottom: 30px;
  }
}
.access-page .c02 .rosenzu img {
  width: 100%;
}
.access-page .c02 .rosenzu .swiper-area {
  width: 100%;
  position: relative;
}
.access-page .c02 .rosenzu .swiper-area .swiper {
  width: 100%;
}
.access-page .c02 .rosenzu .swiper-area .swiper .swiper-wrapper {
  width: 100%;
}
.access-page .c02 .rosenzu .swiper-area .swiper .swiper-wrapper .swiper-slide {
  -webkit-transform: scale(1.007);
          transform: scale(1.007);
}
.access-page .c02 .rosenzu .swiper-area .swiper-button-next,
.access-page .c02 .rosenzu .swiper-area .swiper-button-prev {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 30px;
  -webkit-filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
          filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .access-page .c02 .rosenzu .swiper-area .swiper-button-next,
  .access-page .c02 .rosenzu .swiper-area .swiper-button-prev {
    display: block;
    width: 20px;
  }
}
.access-page .c02 .rosenzu .swiper-area .swiper-button-next.swiper-button-disabled,
.access-page .c02 .rosenzu .swiper-area .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.access-page .c02 .rosenzu .swiper-area .swiper-button-next::after,
.access-page .c02 .rosenzu .swiper-area .swiper-button-prev::after {
  display: none;
}
.access-page .c02 .rosenzu .swiper-area .swiper-button-prev {
  left: 10px;
}
@media (max-width: 740px) {
  .access-page .c02 .rosenzu .swiper-area .swiper-button-prev {
    left: 5px;
  }
}
.access-page .c02 .rosenzu .swiper-area .swiper-button-next {
  right: 10px;
}
@media (max-width: 740px) {
  .access-page .c02 .rosenzu .swiper-area .swiper-button-next {
    right: 5px;
  }
}
.access-page .c02 .boxs01 {
  display: grid;
  word-break: break-word;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-template: "A C" auto "B C" auto/1fr 1.3fr;
  gap: 30px;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .access-page .c02 .boxs01 {
    grid-template: "A" auto "C" auto "B" auto/1fr;
    margin-bottom: 60px;
  }
}
.access-page .c02 .boxs01 .txts {
  grid-area: A;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .access-page .c02 .boxs01 .txts {
    margin-bottom: 0;
    text-align: center;
  }
}
.access-page .c02 .boxs01 .time {
  grid-area: B;
}
.access-page .c02 .boxs01 .time img {
  width: 50%;
}
@media (max-width: 740px) {
  .access-page .c02 .boxs01 .time img {
    width: 100%;
  }
}
.access-page .c02 .boxs01 .img {
  grid-area: C;
}
.access-page .c02 .hyou {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .access-page .c02 .hyou {
    margin-bottom: 30px;
  }
}
.access-page .c02 .hyou .b_txt {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .access-page .c02 .hyou .b_txt {
    margin-bottom: 30px;
  }
}
.access-page .c02 .boxs02 {
  display: grid;
  word-break: break-word;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-template: "A A" auto "B C" auto/1fr 1.3fr;
  gap: 30px;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .access-page .c02 .boxs02 {
    grid-template: "A" auto "C" auto "B" auto/1fr;
    margin-bottom: 60px;
  }
}
.access-page .c02 .boxs02 .txts {
  grid-area: A;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .access-page .c02 .boxs02 .txts {
    margin-bottom: 0;
    text-align: center;
  }
}
.access-page .c02 .boxs02 .time {
  grid-area: B;
}
.access-page .c02 .boxs02 .time img {
  width: 50%;
}
@media (max-width: 740px) {
  .access-page .c02 .boxs02 .time img {
    width: 100%;
  }
}
.access-page .c02 .boxs02 .img {
  grid-area: C;
}
.access-page .c02 .boxs03 .txts {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .access-page .c02 .boxs03 .txts {
    margin-bottom: 30px;
  }
}
.access-page .c02 .boxs03 .imgs {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  word-break: break-word;
  gap: 30px;
}
@media (max-width: 740px) {
  .access-page .c02 .boxs03 .imgs {
    grid-template-columns: 1fr;
  }
}
.access-page .c02 .boxs03 .imgs .left .po_img {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .access-page .c02 .boxs03 .imgs .left .po_img {
    margin-bottom: 30px;
  }
}
.access-page .c02 .boxs03 .imgs .left .zu .cap {
  margin-top: 20px;
}
.access-page .c02 .boxs03 .imgs .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 20px;
}
@media (max-width: 740px) {
  .access-page .c02 .boxs03 .imgs .right {
    gap: 10px;
  }
}
.access-page .c02 .boxs03 .imgs .right .cap {
  grid-column: 1/3;
}
.access-page .nt_bk {
  width: 100%;
  padding: 120px 0;
  background-color: #dbdee2;
}
@media (max-width: 740px) {
  .access-page .nt_bk {
    padding: 60px 0;
  }
}
.access-page .main_txts02 {
  width: 100%;
  margin: 0 auto;
  padding: 120px 0;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 740px) {
  .access-page .main_txts02 {
    padding: 60px 0;
    margin-bottom: 30px;
  }
}
.access-page .main_txts02 h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .access-page .main_txts02 h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.access-page .main_txts02 h2 img {
  width: 100%;
}
.access-page .main_txts02 .deco01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 80px;
  background-color: #7e8991;
}
@media (max-width: 740px) {
  .access-page .main_txts02 .deco01 {
    height: 40px;
  }
}
.access-page .main_txts02 .deco02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 40px;
  background-color: #7e8991;
}
@media (max-width: 740px) {
  .access-page .main_txts02 .deco02 {
    height: 20px;
  }
}
.access-page .main_txts02 .img_ani01::before {
  background-color: #dbdee2;
}
.access-page .c03 {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  word-break: break-word;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  padding: 60px 0 60px 60px;
  background-color: #fff;
}
@media (max-width: 740px) {
  .access-page .c03 {
    grid-template-columns: 1fr;
    padding: 30px 0;
  }
}
@media (max-width: 740px) {
  .access-page .c03 .txts {
    text-align: center;
  }
}
@media (max-width: 740px) {
  .access-page .c03 .img {
    margin-right: 30px;
  }
}
.access-page .c03_add {
  padding-bottom: 60px;
  margin-bottom: 60px;
  background-color: #fff;
}
@media (max-width: 740px) {
  .access-page .c03_add {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.access-page .c03_add .map01 {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .access-page .c03_add .map01 {
    margin-bottom: 30px;
  }
}
.access-page .c03_add .b_titl {
  text-align: center;
}
.access-page .c03_add .map01 .cap {
  padding: 0 2%;
}
@media (max-width: 740px) {
  .access-page .c03_add .map01 .cap {
    text-align: left;
  }
}
.access-page .c03_add .map02 {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .access-page .c03_add .map02 {
    width: 95%;
  }
}
.access-page .c04 {
  padding: 60px;
  margin-bottom: 60px;
  background-color: #fff;
}
@media (max-width: 740px) {
  .access-page .c04 {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.access-page .c04 .b_titl {
  text-align: center;
}
.access-page .c04 .boxs {
  width: 85%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 30px;
}
@media (max-width: 740px) {
  .access-page .c04 .boxs {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.access-page .c04 .boxs .box .b_txt {
  margin-bottom: 30px;
  text-align: center;
}
.access-page .c04 .boxs .box .cap {
  letter-spacing: 0;
}
.access-page .c05 {
  margin-bottom: 60px;
  padding: 60px 0 60px 60px;
  background-color: #fff;
}
@media (max-width: 740px) {
  .access-page .c05 {
    margin-bottom: 30px;
    padding: 30px;
  }
}
.access-page .c05 .boxs {
  display: grid;
  word-break: break-word;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-template: "A A" auto "B C" auto/1fr 1.6fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .access-page .c05 .boxs {
    grid-template: "A" auto "C" auto "B" auto/1fr;
  }
}
.access-page .c05 .boxs .txts {
  grid-area: A;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .access-page .c05 .boxs .txts {
    margin-bottom: 0;
    text-align: center;
  }
}
.access-page .c05 .boxs .time {
  grid-area: B;
}
.access-page .c05 .boxs .img {
  grid-area: C;
}
.access-page .c06 {
  padding: 60px;
  margin-bottom: 60px;
  background-color: #fff;
}
@media (max-width: 740px) {
  .access-page .c06 {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
.access-page .c06 .txts {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .access-page .c06 .txts {
    margin-bottom: 30px;
    text-align: center;
  }
}
.access-page .c06 .ac_map {
  width: 100%;
  margin: 0 auto 60px;
}
@media (max-width: 1250px) {
  .access-page .c06 .ac_map {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .access-page .c06 .ac_map {
    margin-bottom: 30px;
  }
}
.access-page .c06 .ac_map img {
  width: 100%;
}
.access-page .c06 .ac_map .swiper-area {
  width: 100%;
  position: relative;
}
.access-page .c06 .ac_map .swiper-area .swiper {
  width: 100%;
}
.access-page .c06 .ac_map .swiper-area .swiper .swiper-wrapper {
  width: 100%;
}
.access-page .c06 .ac_map .swiper-area .swiper .swiper-wrapper .swiper-slide {
  -webkit-transform: scale(1.007);
          transform: scale(1.007);
}
.access-page .c06 .ac_map .swiper-area .swiper-button-next,
.access-page .c06 .ac_map .swiper-area .swiper-button-prev {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 30px;
  -webkit-filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
          filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .access-page .c06 .ac_map .swiper-area .swiper-button-next,
  .access-page .c06 .ac_map .swiper-area .swiper-button-prev {
    display: block;
    width: 20px;
  }
}
.access-page .c06 .ac_map .swiper-area .swiper-button-next.swiper-button-disabled,
.access-page .c06 .ac_map .swiper-area .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.access-page .c06 .ac_map .swiper-area .swiper-button-next::after,
.access-page .c06 .ac_map .swiper-area .swiper-button-prev::after {
  display: none;
}
.access-page .c06 .ac_map .swiper-area .swiper-button-prev {
  left: 10px;
}
@media (max-width: 740px) {
  .access-page .c06 .ac_map .swiper-area .swiper-button-prev {
    left: 5px;
  }
}
.access-page .c06 .ac_map .swiper-area .swiper-button-next {
  right: 10px;
}
@media (max-width: 740px) {
  .access-page .c06 .ac_map .swiper-area .swiper-button-next {
    right: 5px;
  }
}
.access-page .c06 .boxs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .access-page .c06 .boxs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 740px) {
  .access-page .c06 .boxs .b_txt {
    text-align: center;
  }
}
.access-page .c06 .boxs02 .b_txt {
  margin-bottom: 30px;
  text-align: center;
}
.access-page .c06 .boxs02 .map {
  width: 90%;
  margin: 0 auto 60px;
  position: relative;
}
@media (max-width: 740px) {
  .access-page .c06 .boxs02 .map {
    margin-bottom: 30px;
  }
}
.access-page .c06 .boxs02 .map .icon {
  width: 15%;
  position: absolute;
  top: -25px;
  left: 0;
}
.access-page .c06 .boxs02 .map .cap {
  margin-top: 20px;
}
.access-page .c07 {
  padding: 60px;
  background-color: #fff;
}
@media (max-width: 740px) {
  .access-page .c07 {
    padding: 30px;
  }
}
.access-page .c07 .txts {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 740px) {
  .access-page .c07 .txts {
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
.access-page .c07 .boxs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  word-break: break-word;
  gap: 20px;
}
@media (max-width: 740px) {
  .access-page .c07 .boxs {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.location-page .main_txts {
  width: 1250px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1250px) {
  .location-page .main_txts {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .location-page .main_txts {
    padding: 60px 0;
  }
}
.location-page .main_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .location-page .main_txts h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.location-page .main_txts h2 img {
  width: 100%;
}
.location-page .main_txts .deco01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 80px;
  background-color: #435073;
}
@media (max-width: 740px) {
  .location-page .main_txts .deco01 {
    height: 40px;
  }
}
.location-page .tabs_wrap {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(219, 231, 246)), color-stop(50%, rgb(219, 231, 246)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(219, 231, 246) 0%, rgb(219, 231, 246) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
@media (max-width: 740px) {
  .location-page .tabs_wrap {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(219, 231, 246)), color-stop(75%, rgb(219, 231, 246)), color-stop(75%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(0deg, rgb(219, 231, 246) 0%, rgb(219, 231, 246) 75%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  }
}
.location-page .tabs_wrap .tabs {
  width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1100px) {
  .location-page .tabs_wrap .tabs {
    width: 85%;
  }
}
@media (max-width: 740px) {
  .location-page .tabs_wrap .tabs {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.location-page .tabs_wrap .tabs .tab {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.location-page .tabs_wrap .tabs .tab:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .location-page .tabs_wrap .tabs .tab:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.location-page .tabs_wrap .tabs .tab.on {
  pointer-events: none;
}
.location-page #tabs {
  padding-top: 100px;
  margin-top: -100px;
}
.location-page .c01 {
  width: 100%;
  padding: 120px 0;
  margin-bottom: 120px;
  background-color: #dbe7f6;
}
.location-page .c01 .img_ani01::before {
  background-color: #dbe7f6;
}
@media (max-width: 740px) {
  .location-page .c01 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.location-page .c01 .top_txts {
  text-align: center;
}
.location-page .c01 .top_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .location-page .c01 .top_txts h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.location-page .c01 .top_txts h2 img {
  width: 100%;
}
.location-page .c01 .top_txts .b_titl {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .location-page .c01 .top_txts .b_titl {
    margin-bottom: 30px;
  }
}
.location-page .c01 .img01 {
  position: relative;
}
.location-page .c01 .img01 .icon {
  width: 15%;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.location-page .c03 {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .location-page .c03 {
    margin-bottom: 30px;
  }
}
.location-page .c03 .txts {
  text-align: center;
}
.location-page .c03 .img {
  position: relative;
}
.location-page .c03 .img .icon {
  width: 15%;
  position: absolute;
  top: 0;
  right: 0;
}
.location-page .rank {
  width: 100%;
  padding: 120px 0;
  margin-bottom: 120px;
  background-color: #dbe7f6;
}
.location-page .rank .img_ani01::before {
  background-color: #dbe7f6;
}
@media (max-width: 740px) {
  .location-page .rank {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.location-page .rank .base_w {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
  gap: 30px;
}
@media (max-width: 740px) {
  .location-page .rank .base_w {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 740px) {
  .location-page .rank .txts {
    text-align: center;
  }
}
.location-page .rank .img .cap {
  margin-top: 20px;
}
.location-page .c02 {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .location-page .c02 {
    margin-bottom: 60px;
  }
}
.location-page .c02 .base_w {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
  gap: 30px;
}
@media (max-width: 740px) {
  .location-page .c02 .base_w {
    grid-template-columns: 1fr;
  }
}
.location-page .c02 .base_w .imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 30px;
}
@media (max-width: 740px) {
  .location-page .c02 .base_w .imgs {
    gap: 30px 10px;
  }
}
.location-page .c02 .cap {
  width: 1250px;
  margin: 30px auto 0;
}
@media (max-width: 1250px) {
  .location-page .c02 .cap {
    width: 85%;
  }
}
.location-page .c04 {
  width: 100%;
  padding: 120px 0;
  margin-bottom: 120px;
  background-color: #dbe7f6;
}
.location-page .c04 .img_ani01::before {
  background-color: #dbe7f6;
}
@media (max-width: 740px) {
  .location-page .c04 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.location-page .c04 .boxs {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px 30px;
}
@media (max-width: 740px) {
  .location-page .c04 .boxs {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.location-page .c04 .boxs .txts01 {
  padding: 60px 30px;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 740px) {
  .location-page .c04 .boxs .txts01 {
    padding: 30px;
  }
}
.location-page .c04 .boxs .un_arrow {
  display: block;
  width: 100px;
  margin: 0 auto 20px;
}
.location-page .c04 .boxs .txts02 {
  text-align: center;
}
.location-page .c05 {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .location-page .c05 {
    margin-bottom: 60px;
  }
}
.location-page .c05 .txts {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .location-page .c05 .txts {
    margin-bottom: 30px;
  }
}
.location-page .c05 .imgs {
  display: grid;
  word-break: break-word;
  grid-template: "A B C" auto/1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .location-page .c05 .imgs {
    grid-template: "A A" auto "B C" auto/1fr 1fr;
    gap: 30px 10px;
    margin-bottom: 60px;
  }
}
.location-page .c05 .imgs .img01 {
  grid-area: A;
}
.location-page .c05 .imgs .img02 {
  grid-area: B;
}
@media (max-width: 740px) {
  .location-page .c05 .imgs .img02 .cap {
    letter-spacing: -1px;
  }
}
.location-page .c05 .imgs .img03 {
  grid-area: C;
}
.location-page .c05 .tabs {
  width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1100px) {
  .location-page .c05 .tabs {
    width: 85%;
  }
}
@media (max-width: 740px) {
  .location-page .c05 .tabs {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.location-page .c05 .tabs .tab {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.location-page .c05 .tabs .tab:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .location-page .c05 .tabs .tab:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.location-page .c05 .tabs .tab.on {
  pointer-events: none;
}

.location2-page .main_txts {
  width: 1250px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1250px) {
  .location2-page .main_txts {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .location2-page .main_txts {
    padding: 60px 0;
  }
}
.location2-page .main_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .location2-page .main_txts h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.location2-page .main_txts h2 img {
  width: 100%;
}
.location2-page .main_txts .deco01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 80px;
  background-color: #435073;
}
@media (max-width: 740px) {
  .location2-page .main_txts .deco01 {
    height: 40px;
  }
}
.location2-page .tabs_wrap {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(222, 223, 239)), color-stop(50%, rgb(222, 223, 239)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(222, 223, 239) 0%, rgb(222, 223, 239) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
@media (max-width: 740px) {
  .location2-page .tabs_wrap {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(222, 223, 239)), color-stop(75%, rgb(222, 223, 239)), color-stop(75%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(0deg, rgb(222, 223, 239) 0%, rgb(222, 223, 239) 75%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  }
}
.location2-page .tabs_wrap .tabs {
  width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1100px) {
  .location2-page .tabs_wrap .tabs {
    width: 85%;
  }
}
@media (max-width: 740px) {
  .location2-page .tabs_wrap .tabs {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.location2-page .tabs_wrap .tabs .tab {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.location2-page .tabs_wrap .tabs .tab:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .location2-page .tabs_wrap .tabs .tab:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.location2-page .tabs_wrap .tabs .tab.on {
  pointer-events: none;
}
.location2-page #tabs {
  padding-top: 100px;
  margin-top: -100px;
}
.location2-page .c01 {
  width: 100%;
  padding: 120px 0;
  background-color: #dedfef;
}
.location2-page .c01 .img_ani01::before {
  background-color: #dedfef;
}
@media (max-width: 740px) {
  .location2-page .c01 {
    padding: 60px 0;
  }
}
.location2-page .c01 .top_txts {
  text-align: center;
}
.location2-page .c01 .top_txts h2 {
  width: 650px;
  margin: 0 auto 60px;
}
@media (max-width: 740px) {
  .location2-page .c01 .top_txts h2 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.location2-page .c01 .top_txts h2 img {
  width: 100%;
}
.location2-page .c01 .top_txts .b_titl {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .location2-page .c01 .top_txts .b_titl {
    margin-bottom: 30px;
  }
}
.location2-page .c01 .c03 {
  background-color: #dedfef;
}
.location2-page .c01 .c03 .img_ani01::before {
  background-color: #dedfef;
}
.location2-page .c01 .c03 .boxs01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .location2-page .c01 .c03 .boxs01 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 740px) {
  .location2-page .c01 .c03 .boxs01 .txts {
    text-align: center;
  }
}
.location2-page .c01 .c03 .boxs02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  word-break: break-word;
  gap: 30px;
}
@media (max-width: 740px) {
  .location2-page .c01 .c03 .boxs02 {
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
  }
}
@media (max-width: 740px) {
  .location2-page .c01 .c03 .boxs02 .img_big {
    grid-column: 1/3;
  }
}
.location2-page .mv_wrap {
  padding: 120px 0;
  margin-bottom: 120px;
  text-align: center;
}
.location2-page .mv_wrap.bg01 {
  background-color: #fffeec;
}
@media (max-width: 740px) {
  .location2-page .mv_wrap {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.location2-page .mv_wrap .b_txt {
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .location2-page .mv_wrap .b_txt {
    margin-bottom: 20px;
  }
}
.location2-page .mv_wrap .btn {
  display: block;
  width: 740px;
  margin: 0 auto 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.location2-page .mv_wrap .btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .location2-page .mv_wrap .btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .location2-page .mv_wrap .btn {
    width: 85%;
  }
}
.location2-page .c02 {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .location2-page .c02 {
    margin-bottom: 60px;
  }
}
.location2-page .c02 .txts {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 740px) {
  .location2-page .c02 .txts {
    margin-bottom: 30px;
  }
}
.location2-page .c02 .imgs01 {
  display: grid;
  grid-template: "A A B C" auto/1fr 1fr 1fr 1fr;
  word-break: break-word;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .location2-page .c02 .imgs01 {
    grid-template: "A A" auto "B C" auto/1fr 1fr;
    gap: 30px 10px;
  }
}
.location2-page .c02 .imgs01 .img01 {
  grid-area: A;
}
.location2-page .c02 .imgs01 .img02 {
  grid-area: B;
}
.location2-page .c02 .imgs01 .img03 {
  grid-area: C;
}
.location2-page .c02 .imgs02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  word-break: break-word;
  gap: 30px;
}
@media (max-width: 740px) {
  .location2-page .c02 .imgs02 {
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
  }
}
.location2-page .c04 {
  width: 100%;
  padding: 120px 0;
  margin-bottom: 120px;
  background-color: #dedfef;
}
.location2-page .c04 .img_ani01::before {
  background-color: #dedfef;
}
@media (max-width: 740px) {
  .location2-page .c04 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.location2-page .c04 .txts {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 740px) {
  .location2-page .c04 .txts {
    margin-bottom: 30px;
  }
}
.location2-page .c04 .boxs01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .location2-page .c04 .boxs01 {
    grid-template-columns: 1fr;
  }
}
.location2-page .c04 .boxs02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  word-break: break-word;
  gap: 30px;
}
@media (max-width: 740px) {
  .location2-page .c04 .boxs02 {
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
  }
}
.location2-page .c05 {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .location2-page .c05 {
    margin-bottom: 60px;
  }
}
.location2-page .c05 .txts {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 740px) {
  .location2-page .c05 .txts {
    margin-bottom: 30px;
  }
}
.location2-page .c05 .boxs01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 740px) {
  .location2-page .c05 .boxs01 {
    grid-template-columns: 1fr;
  }
}
.location2-page .c05 .boxs01 .boxs02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 30px;
}
@media (max-width: 740px) {
  .location2-page .c05 .boxs01 .boxs02 {
    gap: 30px 10px;
  }
}
.location2-page .c06 {
  width: 100%;
  padding: 120px 0;
  margin-bottom: 120px;
  background-color: #dedfef;
}
.location2-page .c06 .img_ani01::before {
  background-color: #dedfef;
}
@media (max-width: 740px) {
  .location2-page .c06 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.location2-page .c06 .boxs01 {
  margin-bottom: 30px;
}
.location2-page .c06 .boxs01 .txts {
  text-align: center;
}
.location2-page .c06 .boxs02 {
  display: grid;
  grid-template-columns: 1fr;
  word-break: break-word;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .location2-page .c06 .boxs02 {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.location2-page .c06 .boxs02 .imgs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  word-break: break-word;
  gap: 30px;
}
@media (max-width: 740px) {
  .location2-page .c06 .boxs02 .imgs {
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
  }
}
.location2-page .c06 .voice_wrap {
  padding: 120px 0;
  margin-bottom: 120px;
  text-align: center;
}
.location2-page .c06 .voice_wrap.bg01 {
  background-color: #fef5f9;
}
@media (max-width: 740px) {
  .location2-page .c06 .voice_wrap {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 740px) {
  .location2-page .c06 .voice_wrap .b_titl {
    font-size: 1.2rem;
  }
}
.location2-page .c06 .voice_wrap .btn {
  display: block;
  width: 650px;
  margin: 0 auto 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.location2-page .c06 .voice_wrap .btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .location2-page .c06 .voice_wrap .btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .location2-page .c06 .voice_wrap .btn {
    width: 85%;
  }
}
.location2-page .c06 .voice_wrap .cap {
  display: block;
  width: 650px;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .location2-page .c06 .voice_wrap .cap {
    width: 85%;
  }
}
.location2-page .c06 .tabs {
  width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1100px) {
  .location2-page .c06 .tabs {
    width: 85%;
  }
}
@media (max-width: 740px) {
  .location2-page .c06 .tabs {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.location2-page .c06 .tabs .tab {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.location2-page .c06 .tabs .tab:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .location2-page .c06 .tabs .tab:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.location2-page .c06 .tabs .tab.on {
  pointer-events: none;
}

.location3-page .main_txts {
  width: 1250px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1250px) {
  .location3-page .main_txts {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .location3-page .main_txts {
    padding: 60px 0;
  }
}
.location3-page .main_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .location3-page .main_txts h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.location3-page .main_txts h2 img {
  width: 100%;
}
.location3-page .main_txts .deco01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 80px;
  background-color: #435073;
}
@media (max-width: 740px) {
  .location3-page .main_txts .deco01 {
    height: 40px;
  }
}
.location3-page .tabs_wrap {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(243, 229, 238)), color-stop(50%, rgb(243, 229, 238)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(243, 229, 238) 0%, rgb(243, 229, 238) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
@media (max-width: 740px) {
  .location3-page .tabs_wrap {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(243, 229, 238)), color-stop(75%, rgb(243, 229, 238)), color-stop(75%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(0deg, rgb(243, 229, 238) 0%, rgb(243, 229, 238) 75%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
  }
}
.location3-page .tabs_wrap .tabs {
  width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1100px) {
  .location3-page .tabs_wrap .tabs {
    width: 85%;
  }
}
@media (max-width: 740px) {
  .location3-page .tabs_wrap .tabs {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.location3-page .tabs_wrap .tabs .tab {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.location3-page .tabs_wrap .tabs .tab:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .location3-page .tabs_wrap .tabs .tab:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.location3-page .tabs_wrap .tabs .tab.on {
  pointer-events: none;
}
.location3-page #tabs {
  padding-top: 100px;
  margin-top: -100px;
}
.location3-page .c01 {
  width: 100%;
  padding: 120px 0;
  margin-bottom: 120px;
  background-color: #f3e5ee;
}
@media (max-width: 740px) {
  .location3-page .c01 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.location3-page .c01 .top_txts {
  text-align: center;
}
.location3-page .c01 .top_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .location3-page .c01 .top_txts h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.location3-page .c01 .top_txts h2 img {
  width: 100%;
}
.location3-page .c01 .top_txts .b_titl {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .location3-page .c01 .top_txts .b_titl {
    margin-bottom: 30px;
  }
}
.location3-page .c01 .gamap {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .location3-page .c01 .gamap {
    margin-bottom: 60px;
  }
}
.location3-page .c01 .gamap .gm_btns {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  word-break: break-word;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .location3-page .c01 .gamap .gm_btns {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 740px) {
  .location3-page .c01 .gamap .gm_btns {
    gap: 5px;
    margin-bottom: 10px;
  }
}
.location3-page .c01 .gamap .gm_btns .gm_btn {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.location3-page .c01 .gamap .gm_btns .gm_btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .location3-page .c01 .gamap .gm_btns .gm_btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .location3-page .c01 .gamap .gm_btns .gm_btn {
    padding: 2px;
    border-radius: 3px;
  }
}
.location3-page .c01 .gamap .gm_btns .gm_btn p {
  border-radius: 5px;
  border: 1px #d5aeac solid;
  font-size: 1.5rem;
  padding: 12px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .location3-page .c01 .gamap .gm_btns .gm_btn p {
    padding: 7px 0;
    border-radius: 2px;
    letter-spacing: 0;
    font-size: 1rem;
  }
}
.location3-page .c01 .gamap .gm_btns .gm_btn.gm_on {
  background-color: #d5aeac;
}
.location3-page .c01 .gamap .gm_btns .gm_btn.gm_on p {
  border: 1px #fff solid;
  color: white;
}
.location3-page .c01 .gamap .gmap_wrap {
  position: relative;
  height: 650px;
}
@media (max-width: 740px) {
  .location3-page .c01 .gamap .gmap_wrap {
    height: 700px;
  }
}
.location3-page .c01 .gamap .gmap_wrap .iframe-content {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.location3-page .c01 .gamap .gmap_wrap .iframe-content iframe {
  width: 100%;
  height: 100%;
}
.location3-page .c01 .gamap .gmap_wrap .g_map01,
.location3-page .c01 .gamap .gmap_wrap .g_map02,
.location3-page .c01 .gamap .gmap_wrap .g_map03,
.location3-page .c01 .gamap .gmap_wrap .g_map04,
.location3-page .c01 .gamap .gmap_wrap .g_map05,
.location3-page .c01 .gamap .gmap_wrap .g_map06 {
  z-index: 1;
}
.location3-page .c01 .gamap .gmap_wrap .gm_m_on {
  z-index: 2;
}
.location3-page .c01 .tabs {
  width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1100px) {
  .location3-page .c01 .tabs {
    width: 85%;
  }
}
@media (max-width: 740px) {
  .location3-page .c01 .tabs {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.location3-page .c01 .tabs .tab {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.location3-page .c01 .tabs .tab:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .location3-page .c01 .tabs .tab:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.location3-page .c01 .tabs .tab.on {
  pointer-events: none;
}

.gmap-page {
  padding-top: 0;
  /* これはスクロールバーのトラック（背景）に適用されます */
  /* これはスクロールバーのハンドル（スクロール部分）に適用されます */
}
.gmap-page .gmap_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 7fr 3fr;
  word-break: break-word;
  background-color: #fff;
}
@media (max-width: 740px) {
  .gmap-page .gmap_wrap {
    grid-template-columns: 1fr;
  }
}
.gmap-page #gmap {
  height: 650px;
}
.gmap-page #gmap span {
  display: none;
}
.gmap-page #gmap .ss_titl {
  display: none;
}
@media (max-width: 740px) {
  .gmap-page #gmap {
    height: 350px;
  }
}
.gmap-page #marker_list {
  height: 650px;
  overflow-y: scroll;
  background-color: #fff;
}
@media (max-width: 740px) {
  .gmap-page #marker_list {
    height: 350px;
  }
}
.gmap-page #marker_list li {
  line-height: 20px;
  margin: 0 15px;
  padding: 5px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  border-bottom: 1px #d5aeac solid;
}
@media (max-width: 740px) {
  .gmap-page #marker_list li {
    font-size: 1.1rem;
  }
}
.gmap-page #marker_list li:last-child {
  display: none;
}
.gmap-page #marker_list li:hover {
  background-color: #f8f3f6;
}
.gmap-page #marker_list li .ss_titl {
  width: 100%;
  color: #d5aeac;
  background-color: #fff !important;
  margin-top: -5px;
}
.gmap-page #marker_list li .number {
  display: block;
  width: 25px;
  line-height: 25px;
  margin: 0 10px;
  text-align: center !important;
  border-radius: 5px;
  background-color: #d5aeac;
  color: #fff;
}
.gmap-page #marker_list li .number02 {
  display: block;
  width: 25px;
  line-height: 25px;
  margin: 0 10px;
  text-align: center !important;
  border-radius: 5px;
  border: 1px #d5aeac solid;
  color: #d5aeac;
}
.gmap-page #marker_list li section {
  width: calc(100% - 45px);
  padding: 5px 0;
  position: relative;
}
@media (max-width: 740px) {
  .gmap-page #marker_list li section {
    padding: 0;
  }
}
.gmap-page button {
  border: none;
  outline: none;
}
.gmap-page ::-webkit-scrollbar {
  width: 15px; /* スクロールバーの幅 */
}
.gmap-page ::-webkit-scrollbar-track {
  border: 1px #d5aeac solid;
  background: #fff;
  border-radius: 5px;
}
.gmap-page ::-webkit-scrollbar-thumb {
  background: #d5aeac;
  border-radius: 5px;
}

.brand-page .all_bg {
  width: 100%;
  padding: 200px 0 80px;
  margin-bottom: 80px;
  background-color: #edf1ea;
}
@media (max-width: 740px) {
  .brand-page .all_bg {
    padding: 100px 0 40px;
    margin-bottom: 40px;
  }
}
.brand-page .main_txts {
  width: 1250px;
  margin: 0 auto 60px;
  text-align: center;
}
@media (max-width: 1250px) {
  .brand-page .main_txts {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .brand-page .main_txts {
    margin-bottom: 40px;
  }
}
.brand-page .main_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .brand-page .main_txts h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.brand-page .main_txts h2 img {
  width: 100%;
}
.brand-page .c_boxs {
  padding: 60px;
  margin-bottom: 80px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  word-break: break-word;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 740px) {
  .brand-page .c_boxs {
    padding: 30px;
    margin-bottom: 40px;
    grid-template-columns: 1fr;
  }
}
.brand-page .c_boxs.c_boxs02 {
  background-color: #f3f6f1;
}
.brand-page .c_boxs.c_boxs02 .img_ani01::before {
  background-color: #f3f6f1;
}
.brand-page .c_boxs .txts .logo {
  width: 70%;
  margin: 0 auto 60px;
}
@media (max-width: 740px) {
  .brand-page .c_boxs .txts .logo {
    width: 80%;
    margin-bottom: 30px;
  }
}
.brand-page .c_boxs .txts .txt {
  line-height: 2.2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.brand-page .c_boxs .imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 10px;
}
.brand-page .c_boxs .imgs .po_img {
  background-color: #3e3a39;
}
.brand-page .c_boxs .imgs .cap {
  width: 100%;
  padding: 10px;
  color: #fff;
}
@media (max-width: 740px) {
  .brand-page .c_boxs .imgs .cap {
    letter-spacing: 0;
  }
}
.brand-page .c_boxs.c_boxs_one {
  grid-template-columns: 1fr;
}
.brand-page .c_boxs.c_boxs_one .txts .logo {
  width: 35%;
}
@media (max-width: 740px) {
  .brand-page .c_boxs.c_boxs_one .txts .logo {
    width: 80%;
  }
}
.brand-page .c_boxs.c_boxs_two {
  margin-bottom: 5px;
  grid-template-columns: 1.3fr 1fr;
}
@media (max-width: 740px) {
  .brand-page .c_boxs.c_boxs_two {
    grid-template-columns: 1fr;
  }
}
.brand-page .hase_cap {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .brand-page .hase_cap {
    margin-bottom: 40px;
  }
}
.brand-page .all_bg02 {
  width: 100%;
  padding: 200px 0 100px;
  margin-bottom: 120px;
  background-color: #e7dce0;
}
@media (max-width: 740px) {
  .brand-page .all_bg02 {
    padding: 100px 0 50px;
    margin-bottom: 60px;
  }
}
.brand-page .all_bg02 .main_txts02 {
  width: 1250px;
  margin: 0 auto 60px;
  text-align: center;
}
@media (max-width: 1250px) {
  .brand-page .all_bg02 .main_txts02 {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .brand-page .all_bg02 .main_txts02 {
    margin-bottom: 40px;
  }
}
.brand-page .all_bg02 .main_txts02 h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .brand-page .all_bg02 .main_txts02 h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.brand-page .all_bg02 .main_txts02 h2 img {
  width: 100%;
}
.brand-page .all_bg02 .logos {
  margin-bottom: 30px;
}
.brand-page .all_bg02 .logos .logo {
  width: 300px;
  margin: 0 auto 30px;
}
@media (max-width: 740px) {
  .brand-page .all_bg02 .logos .logo {
    width: 100px;
  }
}
.brand-page .all_bg02 .logos .txt {
  width: 1250px;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border: 1px #9a3047 solid;
  font-size: clamp(1.5rem, 4.17vw + -1.58rem, 3rem);
  color: #9a3047;
}
@media (max-width: 1250px) {
  .brand-page .all_bg02 .logos .txt {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .brand-page .all_bg02 .logos .txt {
    font-size: 1.5rem;
  }
}
.brand-page .all_bg02 .boxs01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .brand-page .all_bg02 .boxs01 {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.brand-page .all_bg02 .boxs01 .as02 .cap {
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.brand-page .all_bg02 .boxs02_titl {
  padding: 30px 0;
  text-align: center;
  background-color: #91875b;
  font-size: 2.4rem;
  color: #fff;
}
@media (max-width: 740px) {
  .brand-page .all_bg02 .boxs02_titl {
    padding: 15px 0;
    font-size: 1.4rem;
  }
}
.brand-page .all_bg02 .boxs02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 30px;
  padding: 60px;
  margin-bottom: 60px;
  background-color: #fff;
}
@media (max-width: 740px) {
  .brand-page .all_bg02 .boxs02 {
    grid-template-columns: 1fr;
    padding: 30px;
    margin-bottom: 30px;
  }
}
.brand-page .all_bg02 .boxs02 .box .titl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  border-bottom: 1px #ccc solid;
}
.brand-page .all_bg02 .boxs02 .box .txt {
  margin-bottom: 20px;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .brand-page .all_bg02 .boxs02 .box .txt {
    font-size: 1rem;
  }
}
.brand-page .all_bg02 .boxs02 .box .img {
  width: 70%;
  margin: 0 auto;
}

.facility-page .main_txts {
  width: 1250px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1250px) {
  .facility-page .main_txts {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .facility-page .main_txts {
    padding: 60px 0;
  }
}
.facility-page .main_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .facility-page .main_txts h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.facility-page .main_txts h2 img {
  width: 100%;
}
.facility-page .main_txts .deco01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 80px;
  background-color: #568882;
}
@media (max-width: 740px) {
  .facility-page .main_txts .deco01 {
    height: 40px;
  }
}
.facility-page .tabs_wrap {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(236, 239, 244)), color-stop(50%, rgb(236, 239, 244)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(236, 239, 244) 0%, rgb(236, 239, 244) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.facility-page .tabs_wrap .tabs {
  width: 740px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 740px) {
  .facility-page .tabs_wrap .tabs {
    width: 85%;
    gap: 10px;
  }
}
.facility-page .tabs_wrap .tabs .tab {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.facility-page .tabs_wrap .tabs .tab:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .facility-page .tabs_wrap .tabs .tab:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.facility-page .tabs_wrap .tabs .tab.on {
  pointer-events: none;
}
.facility-page #tabs {
  padding-top: 100px;
  margin-top: -100px;
}
.facility-page .p_links {
  width: 100%;
  padding-top: 60px;
  background-color: #eceff4;
}
@media (max-width: 740px) {
  .facility-page .p_links {
    padding-top: 30px;
  }
}
.facility-page .p_links .btns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 740px) {
  .facility-page .p_links .btns {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.facility-page .p_links .btns .btn {
  display: grid;
  place-content: center;
  place-items: center;
  padding: 15px;
  line-height: 1.3;
  text-align: center;
  background-color: #fff;
  color: #103770;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .facility-page .p_links .btns .btn:hover {
    background-color: #c3cddb;
  }
}
@media (max-width: 740px) {
  .facility-page .p_links .btns .btn {
    padding: 10px 5px;
  }
}
.facility-page .p_links .btns .btn span {
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .facility-page .p_links .btns .btn span {
    font-size: 1rem;
  }
}
.facility-page .gotop {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #103770;
  border-bottom: 1px #103770 solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .facility-page .gotop:hover {
    -webkit-filter: brightness(200%);
            filter: brightness(200%);
  }
}
.facility-page #c01 {
  padding: 80px 0;
  background-color: #eceff4;
}
@media (max-width: 740px) {
  .facility-page #c01 {
    padding: 40px 0;
  }
}
.facility-page #c01 .c_main_titl {
  line-height: 60px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #c3cddb;
  color: #103770;
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .facility-page #c01 .c_main_titl {
    line-height: 40px;
    font-size: 1.5rem;
  }
}
.facility-page #c01 .c_sub_titl {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .facility-page #c01 .c_sub_titl {
    font-size: 1.2rem;
  }
}
.facility-page #c01 .furesuta {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  margin-bottom: 60px;
  background-color: #fff;
}
@media (max-width: 740px) {
  .facility-page #c01 .furesuta {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.facility-page #c01 .furesuta .txts {
  padding: 0 30px;
  display: grid;
  place-content: center;
  place-items: center;
  gap: 20px;
}
@media (max-width: 740px) {
  .facility-page #c01 .furesuta .txts {
    padding: 30px;
  }
}
.facility-page #c01 .furesuta .txts .logo {
  width: 100%;
}
.facility-page #c01 .furesuta .txts .txt {
  text-align: justify;
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .facility-page #c01 .furesuta .txts .txt {
    font-size: 1rem;
  }
}
.facility-page #c01 .boxs01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .facility-page #c01 .boxs01 {
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
    margin-bottom: 30px;
  }
}
.facility-page #c01 .boxs01 .box .titl {
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff;
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .facility-page #c01 .boxs01 .box .titl {
    padding: 5px 0;
    margin-bottom: 5px;
    font-size: 1rem;
  }
}
.facility-page #c01 .boxs01 .box .txt {
  text-align: justify;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .facility-page #c01 .boxs01 .box .txt {
    font-size: 1rem;
  }
}
.facility-page #c01 .disposer {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .facility-page #c01 .disposer {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.facility-page #c01 .disposer .txt01 {
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .facility-page #c01 .disposer .txt01 {
    font-size: 1.2rem;
  }
}
.facility-page #c01 .disposer .img {
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .facility-page #c01 .disposer .img {
    margin-bottom: 30px;
  }
}
.facility-page #c02 {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 740px) {
  .facility-page #c02 {
    padding: 40px 0;
  }
}
.facility-page #c02 .c_main_titl {
  line-height: 60px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #c3cddb;
  color: #103770;
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .facility-page #c02 .c_main_titl {
    line-height: 40px;
    font-size: 1.5rem;
  }
}
.facility-page #c02 .c_sub_titl {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .facility-page #c02 .c_sub_titl {
    font-size: 1.2rem;
  }
}
.facility-page #c02 .boxs01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .facility-page #c02 .boxs01 {
    grid-template-columns: 1fr;
    gap: 20px 10px;
    margin-bottom: 30px;
  }
}
.facility-page #c02 .boxs01 .left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 740px) {
  .facility-page #c02 .boxs01 .left img {
    width: 100%;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.facility-page #c02 .boxs01 .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .facility-page #c02 .boxs01 .right {
    gap: 20px 10px;
  }
}
.facility-page #c02 .boxs01 .right .box .titl {
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
  background-color: #eceff4;
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .facility-page #c02 .boxs01 .right .box .titl {
    padding: 5px 0;
    margin-bottom: 5px;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.facility-page #c02 .boxs01 .right .box .txt {
  text-align: justify;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .facility-page #c02 .boxs01 .right .box .txt {
    font-size: 1rem;
  }
}
.facility-page #c03 {
  padding: 80px 0;
  background-color: #eceff4;
}
@media (max-width: 740px) {
  .facility-page #c03 {
    padding: 40px 0;
  }
}
.facility-page #c03 .c_main_titl {
  line-height: 60px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #c3cddb;
  color: #103770;
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .facility-page #c03 .c_main_titl {
    line-height: 40px;
    font-size: 1.5rem;
  }
}
.facility-page #c03 .c_sub_titl {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .facility-page #c03 .c_sub_titl {
    font-size: 1.2rem;
  }
}
.facility-page #c03 .boxs01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .facility-page #c03 .boxs01 {
    grid-template-columns: 1fr;
    gap: 20px 10px;
    margin-bottom: 30px;
  }
}
.facility-page #c03 .boxs01 .left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 740px) {
  .facility-page #c03 .boxs01 .left img {
    width: 100%;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.facility-page #c03 .boxs01 .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .facility-page #c03 .boxs01 .right {
    gap: 20px 10px;
  }
}
.facility-page #c03 .boxs01 .right .box .titl {
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff;
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .facility-page #c03 .boxs01 .right .box .titl {
    padding: 5px 0;
    margin-bottom: 5px;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.facility-page #c03 .boxs01 .right .box .txt {
  text-align: justify;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .facility-page #c03 .boxs01 .right .box .txt {
    font-size: 1rem;
  }
}
.facility-page #c03 .boxs01 .right .two {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.facility-page #c04 {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 740px) {
  .facility-page #c04 {
    padding: 40px 0;
  }
}
.facility-page #c04 .c_main_titl {
  line-height: 60px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #c3cddb;
  color: #103770;
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .facility-page #c04 .c_main_titl {
    line-height: 40px;
    font-size: 1.5rem;
  }
}
.facility-page #c04 .c_sub_titl {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .facility-page #c04 .c_sub_titl {
    font-size: 1.2rem;
  }
}
.facility-page #c04 .boxs01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .facility-page #c04 .boxs01 {
    grid-template-columns: 1fr;
    gap: 20px 10px;
    margin-bottom: 30px;
  }
}
.facility-page #c04 .boxs01 .left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .facility-page #c04 .boxs01 .left {
    gap: 20px 10px;
  }
}
.facility-page #c04 .boxs01 .left .box_w {
  grid-column: 1/3;
}
.facility-page #c04 .boxs01 .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .facility-page #c04 .boxs01 .right {
    gap: 20px 10px;
  }
}
.facility-page #c04 .boxs01 .box .titl {
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
  background-color: #eceff4;
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .facility-page #c04 .boxs01 .box .titl {
    padding: 5px 0;
    margin-bottom: 5px;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.facility-page #c04 .boxs01 .box .txt {
  text-align: justify;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .facility-page #c04 .boxs01 .box .txt {
    font-size: 1rem;
  }
}
.facility-page #c05 {
  padding: 80px 0;
  background-color: #eceff4;
}
@media (max-width: 740px) {
  .facility-page #c05 {
    padding: 40px 0;
  }
}
.facility-page #c05 .c_main_titl {
  line-height: 60px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #c3cddb;
  color: #103770;
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .facility-page #c05 .c_main_titl {
    line-height: 40px;
    font-size: 1.5rem;
  }
}
.facility-page #c05 .c_sub_titl {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .facility-page #c05 .c_sub_titl {
    font-size: 1.2rem;
  }
}
.facility-page #c05 .fix_wrap {
  width: 100%;
  display: grid;
  word-break: break-word;
  grid-template-columns: 1.3fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .facility-page #c05 .fix_wrap {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.facility-page #c05 .fix_wrap .left {
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100dvh;
  position: sticky;
  top: 0;
}
@media (max-width: 740px) {
  .facility-page #c05 .fix_wrap .left {
    height: auto;
    position: static;
  }
}
.facility-page #c05 .fix_wrap .right {
  width: 100%;
}
.facility-page #c06 {
  padding-bottom: 80px;
  border-top: 80px #fff solid;
  background-color: #eceff4;
}
@media (max-width: 740px) {
  .facility-page #c06 {
    border-top: 40px #fff solid;
    padding-bottom: 40px;
  }
}
.facility-page #c06 .con_open_bg {
  margin-bottom: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(236, 239, 244)), color-stop(50%, rgb(236, 239, 244)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(236, 239, 244) 0%, rgb(236, 239, 244) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.facility-page #c06 .con_open_bg .con_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  color: #fff;
  cursor: pointer;
  background-color: #405f8d;
}
@media (max-width: 740px) {
  .facility-page #c06 .con_open_bg .con_open {
    padding: 10px 0;
  }
}
.facility-page #c06 .con_open_bg .con_open .titl {
  line-height: 1.3;
  margin-bottom: 0;
  margin-right: 15px;
  text-align: center;
}
.facility-page #c06 .con_open_bg .con_open .arrow {
  width: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 740px) {
  .facility-page #c06 .con_open_bg .con_open .arrow {
    width: 20px;
  }
}
.facility-page #c06 .con_open_bg .con_open .arrow.on {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.facility-page #c06 .con_wrap_c06 {
  margin-bottom: 40px;
}
.facility-page #c06 .con_wrap_c06 .boxs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 740px) {
  .facility-page #c06 .con_wrap_c06 .boxs {
    grid-template-columns: 1fr;
  }
}
.facility-page #c06 .con_wrap_c06 .boxs .box .img {
  margin-bottom: 30px;
}
.facility-page #c06 .con_wrap_c06 .boxs .box .cap {
  text-align: justify;
}
.facility-page #c06 .con_wrap_c06 .boxs .box.two {
  grid-column: 1/3;
}
@media (max-width: 740px) {
  .facility-page #c06 .con_wrap_c06 .boxs .box.two {
    grid-column: 1/2;
  }
}
.facility-page #c06 .con_wrap_c06 .boxs .box.two .img_04 {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .facility-page #c06 .con_wrap_c06 .boxs .box.two .img_04 {
    width: 100%;
  }
}
.facility-page #c06 .con_wrap_c06 .boxs .box.two .img_04 img {
  margin-bottom: 30px;
}
.facility-page #c06 .con_wrap_c06 .boxs .box.two .img_s {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .facility-page #c06 .con_wrap_c06 .boxs .box.two .img_s {
    width: 100%;
  }
}
.facility-page #c07 {
  padding-bottom: 80px;
  border-top: 80px #fff solid;
  background-color: #eceff4;
}
@media (max-width: 740px) {
  .facility-page #c07 {
    border-top: 40px #fff solid;
    padding-bottom: 40px;
  }
}
.facility-page #c07 .con_open_bg {
  margin-bottom: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(236, 239, 244)), color-stop(50%, rgb(236, 239, 244)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(236, 239, 244) 0%, rgb(236, 239, 244) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.facility-page #c07 .con_open_bg .con_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  color: #fff;
  cursor: pointer;
  background-color: #405f8d;
}
@media (max-width: 740px) {
  .facility-page #c07 .con_open_bg .con_open {
    padding: 10px 0;
  }
}
.facility-page #c07 .con_open_bg .con_open .titl {
  line-height: 1.3;
  margin-bottom: 0;
  margin-right: 15px;
  text-align: center;
}
.facility-page #c07 .con_open_bg .con_open .arrow {
  width: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 740px) {
  .facility-page #c07 .con_open_bg .con_open .arrow {
    width: 20px;
  }
}
.facility-page #c07 .con_open_bg .con_open .arrow.on {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.facility-page #c07 .con_wrap_c07 {
  margin-bottom: 40px;
}
.facility-page #c07 .con_wrap_c07 .boxs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 740px) {
  .facility-page #c07 .con_wrap_c07 .boxs {
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
  }
}
.facility-page #c07 .con_wrap_c07 .boxs .box .titl {
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
  background-color: #dbe1ea;
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .facility-page #c07 .con_wrap_c07 .boxs .box .titl {
    padding: 5px 0;
    margin-bottom: 5px;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.facility-page #c07 .con_wrap_c07 .boxs .box .txt {
  text-align: justify;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .facility-page #c07 .con_wrap_c07 .boxs .box .txt {
    font-size: 1rem;
  }
}
.facility-page #c07 .con_wrap_c07 .boxs .box01 {
  grid-column: 1/3;
}
.facility-page #c07 .con_wrap_c07 .boxs .box02 {
  grid-column: 3/5;
}
.facility-page #c07 .con_wrap_c07 .boxs .box02 img {
  background-color: #fff;
  padding: 20px 0;
}

.quality-page .main_txts {
  width: 1250px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1250px) {
  .quality-page .main_txts {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .quality-page .main_txts {
    padding: 60px 0;
  }
}
.quality-page .main_txts h2 {
  width: 650px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .quality-page .main_txts h2 {
    width: 80%;
    margin-bottom: 20px;
  }
}
.quality-page .main_txts h2 img {
  width: 100%;
}
.quality-page .main_txts .deco01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 80px;
  background-color: #568882;
}
@media (max-width: 740px) {
  .quality-page .main_txts .deco01 {
    height: 40px;
  }
}
.quality-page .tabs_wrap {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(248, 246, 239)), color-stop(50%, rgb(248, 246, 239)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(248, 246, 239) 0%, rgb(248, 246, 239) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.quality-page .tabs_wrap .tabs {
  width: 740px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 740px) {
  .quality-page .tabs_wrap .tabs {
    width: 85%;
    gap: 10px;
  }
}
.quality-page .tabs_wrap .tabs .tab {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.quality-page .tabs_wrap .tabs .tab:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .quality-page .tabs_wrap .tabs .tab:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.quality-page .tabs_wrap .tabs .tab.on {
  pointer-events: none;
}
.quality-page #tabs {
  padding-top: 100px;
  margin-top: -100px;
}
.quality-page .p_links {
  width: 100%;
  padding-top: 60px;
  background-color: #f8f6ef;
}
@media (max-width: 740px) {
  .quality-page .p_links {
    padding-top: 30px;
  }
}
.quality-page .p_links .btns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 740px) {
  .quality-page .p_links .btns {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.quality-page .p_links .btns .btn {
  display: grid;
  place-content: center;
  place-items: center;
  padding: 15px;
  line-height: 1.3;
  text-align: center;
  background-color: #fff;
  color: #8b7e50;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .quality-page .p_links .btns .btn:hover {
    background-color: #ebe4cb;
  }
}
@media (max-width: 740px) {
  .quality-page .p_links .btns .btn {
    padding: 10px 5px;
  }
}
.quality-page .p_links .btns .btn span {
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .quality-page .p_links .btns .btn span {
    font-size: 1rem;
  }
}
.quality-page .gotop {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #8b7e50;
  border-bottom: 1px #8b7e50 solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .quality-page .gotop:hover {
    -webkit-filter: brightness(200%);
            filter: brightness(200%);
  }
}
.quality-page #c01 {
  padding: 80px 0;
  background-color: #f8f6ef;
}
@media (max-width: 740px) {
  .quality-page #c01 {
    padding: 40px 0;
  }
}
.quality-page #c01 .c_main_titl {
  line-height: 60px;
  margin-bottom: 60px;
  text-align: center;
  background-color: #ebe4cb;
  color: #8b7e50;
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .quality-page #c01 .c_main_titl {
    line-height: 40px;
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
.quality-page #c01 .haseko {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .quality-page #c01 .haseko {
    margin-bottom: 30px;
  }
}
.quality-page #c01 .haseko .logo {
  width: 100px;
  margin: 0 auto 60px;
}
@media (max-width: 740px) {
  .quality-page #c01 .haseko .logo {
    width: 50px;
    margin-bottom: 30px;
  }
}
.quality-page #c01 .haseko .titl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 740px) {
  .quality-page #c01 .haseko .titl {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.quality-page #c01 .haseko .txt {
  line-height: 2;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 740px) {
  .quality-page #c01 .haseko .txt {
    margin-bottom: 30px;
    text-align: justify;
    font-size: 1rem;
  }
}
.quality-page #c01 .haseko .boxs {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1.13fr 1fr;
  gap: 2%;
}
@media (max-width: 740px) {
  .quality-page #c01 .haseko .boxs {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.quality-page #c02 {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 740px) {
  .quality-page #c02 {
    padding: 40px 0;
  }
}
.quality-page #c02 .c_main_titl {
  line-height: 60px;
  margin-bottom: 60px;
  text-align: center;
  background-color: #ebe4cb;
  color: #8b7e50;
  font-size: 2.4rem;
}
@media (max-width: 740px) {
  .quality-page #c02 .c_main_titl {
    line-height: 40px;
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
.quality-page #c02 .boxs01 {
  margin-bottom: 30px;
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .quality-page #c02 .boxs01 {
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
  }
}
.quality-page #c02 .boxs01 .boxs_titl {
  grid-column: 1/5;
}
@media (max-width: 740px) {
  .quality-page #c02 .boxs01 .boxs_titl {
    grid-column: 1/3;
  }
}
.quality-page #c02 .boxs01 .box_l {
  grid-column: 1/3;
}
.quality-page #c02 .boxs01 .box_r {
  grid-column: 3/5;
}
@media (max-width: 740px) {
  .quality-page #c02 .boxs01 .box_r {
    grid-column: 1/3;
  }
}
.quality-page #c02 .boxs01 .box .img {
  margin-bottom: 10px;
}
@media (max-width: 740px) {
  .quality-page #c02 .boxs01 .box .img {
    margin-bottom: 5px;
  }
}
.quality-page #c02 .boxs01 .box .txt {
  text-align: justify;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .quality-page #c02 .boxs01 .box .txt {
    font-size: 1rem;
  }
}
.quality-page #c02 .boxs01 .mt_a {
  margin-top: auto;
}
.quality-page #c02 .con_bg {
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 0;
  background-color: #f8f6ef;
}
.quality-page #c02 .boxs02 {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .quality-page #c02 .boxs02 {
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
  }
}
.quality-page #c02 .boxs02 .boxs_titl {
  grid-column: 1/5;
}
@media (max-width: 740px) {
  .quality-page #c02 .boxs02 .boxs_titl {
    grid-column: 1/3;
  }
}
.quality-page #c02 .boxs02 .box .img {
  margin-bottom: 10px;
}
@media (max-width: 740px) {
  .quality-page #c02 .boxs02 .box .img {
    margin-bottom: 5px;
  }
}
.quality-page #c02 .boxs02 .box .titl {
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
  background-color: #f0ecdf;
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .quality-page #c02 .boxs02 .box .titl {
    padding: 5px 0;
    margin-bottom: 5px;
    font-size: 1rem;
  }
}
.quality-page #c02 .boxs02 .box .txt {
  text-align: justify;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .quality-page #c02 .boxs02 .box .txt {
    font-size: 1rem;
  }
}
.quality-page #c02 .boxs02 .box_r {
  grid-column: 3/5;
}
@media (max-width: 740px) {
  .quality-page #c02 .boxs02 .box_r {
    grid-column: 1/3;
  }
}
.quality-page #c02 .boxs02 .mt_a {
  margin-top: auto;
}
.quality-page #c02 .boxs03 {
  margin-bottom: 30px;
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .quality-page #c02 .boxs03 {
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
  }
}
.quality-page #c02 .boxs03 .box_l {
  grid-column: 2/4;
}
@media (max-width: 740px) {
  .quality-page #c02 .boxs03 .box_l {
    grid-column: 1/3;
  }
}
.quality-page #c02 .boxs03 .box_r {
  grid-column: 4/6;
}
@media (max-width: 740px) {
  .quality-page #c02 .boxs03 .box_r {
    grid-column: 1/3;
  }
}
.quality-page #c02 .boxs03 .box .img {
  margin-bottom: 10px;
}
@media (max-width: 740px) {
  .quality-page #c02 .boxs03 .box .img {
    margin-bottom: 5px;
  }
}
.quality-page #c02 .boxs03 .box .txt {
  text-align: justify;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .quality-page #c02 .boxs03 .box .txt {
    font-size: 1rem;
  }
}
.quality-page #c02 .boxs03 .mt_a {
  margin-top: auto;
}
.quality-page #c03 {
  padding-bottom: 80px;
  border-top: 80px #fff solid;
  background-color: #f8f6ef;
}
@media (max-width: 740px) {
  .quality-page #c03 {
    border-top: 40px #fff solid;
    padding-bottom: 40px;
  }
}
.quality-page #c03 .con_open_bg {
  margin-bottom: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(248, 246, 239)), color-stop(50%, rgb(248, 246, 239)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(248, 246, 239) 0%, rgb(248, 246, 239) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.quality-page #c03 .con_open_bg .con_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  color: #fff;
  cursor: pointer;
  background-color: #a0915d;
}
@media (max-width: 740px) {
  .quality-page #c03 .con_open_bg .con_open {
    padding: 10px 0;
  }
}
.quality-page #c03 .con_open_bg .con_open .titl {
  line-height: 1.3;
  margin-bottom: 0;
  margin-right: 15px;
  text-align: center;
}
@media (max-width: 740px) {
  .quality-page #c03 .con_open_bg .con_open .titl {
    font-size: 1.2rem;
  }
}
.quality-page #c03 .con_open_bg .con_open .arrow {
  width: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 740px) {
  .quality-page #c03 .con_open_bg .con_open .arrow {
    width: 20px;
  }
}
.quality-page #c03 .con_open_bg .con_open .arrow.on {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.quality-page #c03 .con_wrap_c03 {
  margin-bottom: 40px;
}
.quality-page #c03 .con_wrap_c03 .logo {
  width: 600px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .quality-page #c03 .con_wrap_c03 .logo {
    width: 100%;
  }
}
.quality-page #c03 .con_wrap_c03 .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 2%;
}
@media (max-width: 740px) {
  .quality-page #c03 .con_wrap_c03 .boxs {
    gap: 20px;
  }
}
.quality-page #c03 .con_wrap_c03 .boxs .box {
  width: 32%;
}
@media (max-width: 740px) {
  .quality-page #c03 .con_wrap_c03 .boxs .box {
    width: 100%;
  }
}
.quality-page #c04 {
  padding-bottom: 80px;
  border-top: 80px #fff solid;
  background-color: #f8f6ef;
}
@media (max-width: 740px) {
  .quality-page #c04 {
    border-top: 40px #fff solid;
    padding-bottom: 40px;
  }
}
.quality-page #c04 .con_open_bg {
  margin-bottom: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(248, 246, 239)), color-stop(50%, rgb(248, 246, 239)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(248, 246, 239) 0%, rgb(248, 246, 239) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.quality-page #c04 .con_open_bg .con_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  color: #fff;
  cursor: pointer;
  background-color: #a0915d;
}
@media (max-width: 740px) {
  .quality-page #c04 .con_open_bg .con_open {
    padding: 10px 0;
  }
}
.quality-page #c04 .con_open_bg .con_open .titl {
  line-height: 1.3;
  margin-bottom: 0;
  margin-right: 15px;
  text-align: center;
}
@media (max-width: 740px) {
  .quality-page #c04 .con_open_bg .con_open .titl {
    font-size: 1.2rem;
  }
}
.quality-page #c04 .con_open_bg .con_open .arrow {
  width: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 740px) {
  .quality-page #c04 .con_open_bg .con_open .arrow {
    width: 20px;
  }
}
.quality-page #c04 .con_open_bg .con_open .arrow.on {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.quality-page #c04 .con_wrap_c04 {
  margin-bottom: 40px;
}
.quality-page #c04 .con_wrap_c04 .top_txt {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 740px) {
  .quality-page #c04 .con_wrap_c04 .top_txt {
    text-align: justify;
  }
}
.quality-page #c04 .con_wrap_c04 .boxs01 {
  width: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .quality-page #c04 .con_wrap_c04 .boxs01 {
    width: 100%;
    gap: 20px 10px;
  }
}
.quality-page #c04 .con_wrap_c04 .boxs01 .box .titl {
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff;
  border: 1px #a0915d solid;
  color: #a0915d;
}
.quality-page #c04 .con_wrap_c04 .boxs01 .box .txt {
  text-align: justify;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .quality-page #c04 .con_wrap_c04 .boxs01 .box .txt {
    font-size: 1rem;
  }
}
.quality-page #c04 .con_wrap_c04 .boxs01 .box .img {
  margin-top: 10px;
}
.quality-page #c04 .con_wrap_c04 .boxs01 .box_soro {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 5px;
}
@media (max-width: 740px) {
  .quality-page #c04 .con_wrap_c04 .boxs01 .box_w {
    grid-column: 1/3;
  }
}
.quality-page #c05 {
  padding-bottom: 80px;
  border-top: 80px #fff solid;
  background-color: #f8f6ef;
}
@media (max-width: 740px) {
  .quality-page #c05 {
    border-top: 40px #fff solid;
    padding-bottom: 40px;
  }
}
.quality-page #c05 .con_open_bg {
  margin-bottom: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(248, 246, 239)), color-stop(50%, rgb(248, 246, 239)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(248, 246, 239) 0%, rgb(248, 246, 239) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.quality-page #c05 .con_open_bg .con_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  color: #fff;
  cursor: pointer;
  background-color: #a0915d;
}
@media (max-width: 740px) {
  .quality-page #c05 .con_open_bg .con_open {
    padding: 10px 0;
  }
}
.quality-page #c05 .con_open_bg .con_open .titl {
  line-height: 1.3;
  margin-bottom: 0;
  margin-right: 15px;
  text-align: center;
}
@media (max-width: 740px) {
  .quality-page #c05 .con_open_bg .con_open .titl {
    font-size: 1.2rem;
  }
}
.quality-page #c05 .con_open_bg .con_open .arrow {
  width: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 740px) {
  .quality-page #c05 .con_open_bg .con_open .arrow {
    width: 20px;
  }
}
.quality-page #c05 .con_open_bg .con_open .arrow.on {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.quality-page #c05 .con_wrap_c05 {
  margin-bottom: 40px;
}
.quality-page #c05 .con_wrap_c05 .boxs01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .quality-page #c05 .con_wrap_c05 .boxs01 {
    grid-template-columns: 1fr;
    gap: 20px 10px;
  }
}
.quality-page #c05 .con_wrap_c05 .boxs01 .box {
  padding: 60px;
  background-color: #fff;
}
@media (max-width: 740px) {
  .quality-page #c05 .con_wrap_c05 .boxs01 .box {
    padding: 30px;
  }
}
.quality-page #c05 .con_wrap_c05 .boxs01 .matome {
  padding: 60px;
  text-align: center;
  grid-column: 1/3;
  background-color: #ede9d8;
}
@media (max-width: 740px) {
  .quality-page #c05 .con_wrap_c05 .boxs01 .matome {
    grid-column: 1/2;
    padding: 30px 10px;
  }
}
.quality-page #c05 .con_wrap_c05 .boxs01 .matome .txt01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 2rem;
  border-bottom: 1px #333 solid;
}
@media (max-width: 740px) {
  .quality-page #c05 .con_wrap_c05 .boxs01 .matome .txt01 {
    font-size: 1.2rem;
  }
}
.quality-page #c05 .con_wrap_c05 .boxs01 .matome .txt02 {
  margin-bottom: 20px;
}

.top-page .mv_wrap {
  width: 100%;
  aspect-ratio: 192/81;
  position: relative;
}
@media (max-width: 740px) {
  .top-page .mv_wrap {
    aspect-ratio: 1/1;
  }
}
.top-page .mv_wrap video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-page .mv_wrap .btn {
  font-size: 1rem;
  color: #fff;
  width: 80px;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  border: 1px #999 solid;
  border-radius: 12.5px;
}
@media (max-width: 740px) {
  .top-page .mv_wrap .btn {
    right: auto;
    left: 10px;
    font-size: 0.8rem;
    width: 60px;
  }
}
.top-page .kakaku_wrap {
  width: 100%;
  padding: 15px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(154, 127, 72)), color-stop(50%, rgb(182, 163, 99)), to(rgb(154, 127, 72)));
  background: linear-gradient(90deg, rgb(154, 127, 72) 0%, rgb(182, 163, 99) 50%, rgb(154, 127, 72) 100%);
}
.top-page .kakaku_wrap .kakaku {
  width: 850px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .top-page .kakaku_wrap .kakaku {
    width: 85%;
  }
}
.top-page .no01_wrap {
  width: 100%;
  padding: 50px 0;
  background-color: #fff;
  background-image: url(../images/top/sora_bg01.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 740px) {
  .top-page .no01_wrap {
    padding: 30px 0;
  }
}
.top-page .no01_wrap .no01 {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}
.top-page .usp_wrap {
  width: 100%;
  padding: 20px 0;
  background: #003757;
}
@media (max-width: 740px) {
  .top-page .usp_wrap {
    padding: 30px 0;
  }
}
.top-page .usp_wrap .img_ani01::before {
  background: #003757;
}
.top-page .sora02_bg {
  width: 100%;
  padding: 60px 0 80px;
  background-color: #fff;
  background-image: url(../images/top/sora_bg02.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 740px) {
  .top-page .sora02_bg {
    padding: 30px 0 40px;
  }
}
.top-page .res_wrap {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 740px) {
  .top-page .res_wrap {
    margin-bottom: 30px;
  }
}
.top-page .res_wrap .bnr {
  width: 100%;
  line-height: 1;
  margin: 0 auto 40px;
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(154, 127, 72)), color-stop(50%, rgb(182, 163, 99)), to(rgb(154, 127, 72)));
  background: linear-gradient(90deg, rgb(154, 127, 72) 0%, rgb(182, 163, 99) 50%, rgb(154, 127, 72) 100%);
  font-size: 3.6rem;
  color: #fff;
}
@media (max-width: 740px) {
  .top-page .res_wrap .bnr {
    width: 100%;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 20px 0;
    font-size: 2.1rem;
  }
}
.top-page .res_wrap .btn {
  display: block;
  width: 330px;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.top-page .res_wrap .btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .top-page .res_wrap .btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .top-page .res_wrap .btn {
    width: 180px;
  }
}
.top-page .cozy_bnr {
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.top-page .cozy_bnr:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .top-page .cozy_bnr:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .top-page .cozy_bnr {
    margin-bottom: 15px;
  }
}
.top-page .merit_bnr {
  display: block;
  margin-bottom: 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.top-page .merit_bnr:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .top-page .merit_bnr:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .top-page .merit_bnr {
    margin-bottom: 30px;
  }
}
.top-page .info {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .top-page .info {
    margin-bottom: 30px;
  }
}
.top-page .info .en_titl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.2rem;
}
@media (max-width: 740px) {
  .top-page .info .en_titl {
    font-size: 1.2rem;
  }
}
.top-page .info .txts {
  display: grid;
  word-break: break-word;
  grid-template-columns: 1fr 4fr;
  gap: 20px;
}
@media (max-width: 740px) {
  .top-page .info .txts {
    grid-template-columns: 1fr 3fr;
  }
}
.top-page .info .txts .txt01 {
  text-align: right;
}
.top-page .info .txts .txt02 a {
  border-bottom: 1px #666 solid;
}
.top-page .info .txts .txt02 .f_red {
  color: red;
}
.top-page .kg_info_warp .kg_info {
  padding: 20px 0;
  border-top: 1px #9b0000 solid;
  border-bottom: 1px #9b0000 solid;
  color: #9b0000;
}
.top-page .kg_info_warp .kg_info .txts {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(1.2rem, -1.077rem + 3.077vw, 2rem);
}
.top-page .kg_info_warp .kg_info .titl {
  margin-bottom: 10px;
}
.top-page .c_base {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 740px) {
  .top-page .c_base {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 740px) {
  .top-page .c_base.c02 .spo02, .top-page .c_base.c07 .spo02 {
    display: none;
  }
}
.top-page .c_base .box {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 740px) {
  .top-page .c_base .box.spo01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 740px) {
  .top-page .c_base .box.spo02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top-page .c_base .box .bg_img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1.002);
          transform: scale(1.002);
}
.top-page .c_base .box .cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  font-size: 1rem;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media (max-width: 740px) {
  .top-page .c_base .box .cap {
    font-size: 0.8rem;
  }
}
.top-page .c_base .box .c03_cap {
  bottom: 41%;
}
.top-page .c_base .box .txts {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (max-width: 740px) {
  .top-page .c_base .box .txts {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
  }
}
.top-page .c_base .box .txts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  mix-blend-mode: multiply;
}
.top-page .c_base .box .txts.txts_c01::after {
  background-image: url(../images/top/c01_bg.webp);
}
.top-page .c_base .box .txts.txts_c02::after {
  background-image: url(../images/top/c02_bg.webp);
}
.top-page .c_base .box .txts.txts_c03::after {
  background-image: url(../images/top/c03_bg.webp);
}
.top-page .c_base .box .txts.txts_c04::after {
  background-image: url(../images/top/c04_bg.webp);
}
.top-page .c_base .box .txts.txts_c05::after {
  background-image: url(../images/top/c05_bg.webp);
}
.top-page .c_base .box .txts.txts_c06::after {
  background-image: url(../images/top/c06_bg.webp);
}
.top-page .c_base .box .txts.txts_c07::after {
  background-image: url(../images/top/c07_bg.webp);
}
.top-page .c_base .box .txts .txts_img {
  position: relative;
  z-index: 1;
}
.top-page .c_base .box .txts .more {
  width: 25%;
  position: absolute;
  bottom: 6%;
  left: 6%;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0));
}
.top-page .c_base .box .txts .more:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .top-page .c_base .box .txts .more:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .top-page .c_base .box .txts .more {
    width: 40%;
  }
}
.top-page .c00_s_wrap_right {
  padding: 40px 0 20px;
  background-color: #7f7244;
}
@media (max-width: 740px) {
  .top-page .c00_s_wrap_right {
    padding: 20px 0 10px;
  }
}
.top-page .c00_s_wrap_right .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.top-page .c00_s_wrap_right .swiper .swiper-wrapper .swiper-slide {
  width: 25%;
}
@media (max-width: 740px) {
  .top-page .c00_s_wrap_right .swiper .swiper-wrapper .swiper-slide {
    width: 70%;
  }
}
.top-page .c00_s_wrap_right .swiper .swiper-wrapper .swiper-slide .scap {
  font-size: clamp(1.1rem, -0.339rem + 1.944vw, 1.8rem); /* min: 11px, max: 18px */
  margin-top: 5px;
  color: #fff;
}
.top-page .con_all_bg {
  background-color: #e3ded2;
  padding-top: 120px;
  padding-bottom: 1px;
}
@media (max-width: 740px) {
  .top-page .con_all_bg {
    padding-top: 60px;
  }
}
.top-page #movie {
  margin-top: -60px;
  padding-top: 60px;
}
.top-page #movie .boxs {
  padding: 60px 100px;
  margin-bottom: 120px;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .top-page #movie .boxs {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 740px) {
  .top-page #movie .boxs {
    padding: 30px 7.5%;
    margin-bottom: 60px;
  }
}
.top-page #movie .boxs .txts {
  display: grid;
  grid-template-columns: 1fr 6fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .top-page #movie .boxs .txts {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 740px) {
  .top-page #movie .boxs .txts .titl img {
    display: block;
    width: 70px;
    margin: 0 auto;
  }
}
.top-page #movie .boxs .txts .txt {
  font-size: 1.7rem;
}
@media (max-width: 740px) {
  .top-page #movie .boxs .txts .txt {
    font-size: 1.2rem;
  }
}
.top-page #movie .boxs .btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 740px) {
  .top-page #movie .boxs .btns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.top-page #movie .boxs .btns a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.top-page #movie .boxs .btns a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .top-page #movie .boxs .btns a:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.top-page .res_btn_wrap_bg {
  width: 100%;
  padding: 50px 0;
  background-color: #8b3f49;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-page .res_btn_wrap_bg:hover {
  background-color: #7e313c;
}
@media (max-width: 740px) {
  .top-page .res_btn_wrap_bg {
    padding: 30px 0;
  }
}
.top-page .res_btn_wrap_bg .res_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-page .res_btn_wrap_bg .res_btn_wrap .res_open_btn {
  margin-right: 10px;
  font-size: 3.3rem;
  color: #fff;
  border-bottom: 1px #ccc solid;
}
@media (max-width: 740px) {
  .top-page .res_btn_wrap_bg .res_btn_wrap .res_open_btn {
    font-size: 1.8rem;
  }
}
.top-page .res_btn_wrap_bg .res_btn_wrap .arrow {
  width: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 740px) {
  .top-page .res_btn_wrap_bg .res_btn_wrap .arrow {
    width: 20px;
  }
}
.top-page .res_btn_wrap_bg .res_btn_wrap .arrow.on {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top-page .res_wrap02 {
  display: none;
  width: 100%;
  padding: 20px 0 100px;
  background-color: #e3ded2;
}
@media (max-width: 740px) {
  .top-page .res_wrap02 {
    padding: 10px 0 50px;
  }
}
.top-page .res_wrap02 .b_txt {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 740px) {
  .top-page .res_wrap02 .b_txt {
    margin-bottom: 30px;
  }
}
.top-page .res_wrap02 .boxs {
  width: 1250px;
  margin: 0 auto;
  padding: 60px 7.5%;
  background-color: #fff;
}
@media (max-width: 1250px) {
  .top-page .res_wrap02 .boxs {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .top-page .res_wrap02 .boxs {
    padding: 30px 7.5%;
  }
}
.top-page .res_wrap02 .boxs .txts {
  width: 700px;
  margin: 0 auto 30px;
}
@media (max-width: 740px) {
  .top-page .res_wrap02 .boxs .txts {
    width: 100%;
  }
}
.top-page .res_wrap02 .boxs .btn {
  display: block;
  width: 330px;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.top-page .res_wrap02 .boxs .btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .top-page .res_wrap02 .boxs .btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 740px) {
  .top-page .res_wrap02 .boxs .btn {
    width: 200px;
  }
}
.top-page .limi_btn_wrap_bg {
  width: 100%;
  padding: 50px 0;
  margin-top: 20px;
  background-color: #b7a464;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-page .limi_btn_wrap_bg:hover {
  background-color: #a79351;
}
@media (max-width: 740px) {
  .top-page .limi_btn_wrap_bg {
    padding: 30px 0;
  }
}
.top-page .limi_btn_wrap_bg .limi_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-page .limi_btn_wrap_bg .limi_btn_wrap .limi_open_btn {
  margin-right: 10px;
  font-size: 3.3rem;
  color: #fff;
  border-bottom: 1px #ccc solid;
}
@media (max-width: 740px) {
  .top-page .limi_btn_wrap_bg .limi_btn_wrap .limi_open_btn {
    font-size: 1.8rem;
  }
}
.top-page .limi_btn_wrap_bg .limi_btn_wrap .arrow {
  width: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 740px) {
  .top-page .limi_btn_wrap_bg .limi_btn_wrap .arrow {
    width: 20px;
  }
}
.top-page .limi_btn_wrap_bg .limi_btn_wrap .arrow.on {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top-page .limi_wrap {
  display: none;
  width: 100%;
  padding: 20px 0 100px;
  background-color: #f1efdb;
}
@media (max-width: 740px) {
  .top-page .limi_wrap {
    padding: 10px 0 50px;
  }
}
.top-page .limi_wrap .limi_boxs {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .top-page .limi_wrap .limi_boxs {
    width: 85%;
  }
}
.top-page .limi_wrap .limi_boxs .txts01 {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 740px) {
  .top-page .limi_wrap .limi_boxs .txts01 {
    margin-bottom: 30px;
  }
}
.top-page .limi_wrap .limi_boxs .txts01 .b_titl {
  margin-bottom: 20px;
}
.top-page .limi_wrap .limi_boxs .txts01 .b_titl span {
  border-bottom: 1px #c0ac65 solid;
}
@media (max-width: 740px) {
  .top-page .limi_wrap .limi_boxs .txts01 .b_txt {
    letter-spacing: 0;
  }
}
.top-page .limi_wrap .limi_boxs .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 0;
  width: 750px;
  margin: 0 auto 60px;
}
@media (max-width: 1100px) {
  .top-page .limi_wrap .limi_boxs .boxs {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .top-page .limi_wrap .limi_boxs .boxs {
    margin-bottom: 30px;
  }
}
.top-page .limi_wrap .limi_boxs .boxs .img_ani01::before {
  background-color: #f1efdb;
}
.top-page .limi_wrap .limi_boxs .boxs .box {
  width: 46%;
  margin: 0 2%;
  text-align: center;
}
@media (max-width: 740px) {
  .top-page .limi_wrap .limi_boxs .boxs .box {
    width: 270px;
  }
}
.top-page .limi_wrap .limi_boxs .boxs .box .titl {
  margin-bottom: 5px;
  color: #8e804a;
  font-size: 1.6rem;
}
.top-page .limi_wrap .limi_boxs .boxs .box03 {
  width: 60%;
}
@media (max-width: 740px) {
  .top-page .limi_wrap .limi_boxs .boxs .box03 {
    width: 270px;
  }
}
.top-page .limi_wrap .limi_boxs .c_btns {
  width: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  word-break: break-word;
  gap: 20px;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .top-page .limi_wrap .limi_boxs .c_btns {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .top-page .limi_wrap .limi_boxs .c_btns {
    grid-template-columns: 0.8fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-page .limi_wrap .limi_boxs .c_btns img {
  display: block;
}
.top-page .limi_wrap .limi_boxs .c_btns .c_btn {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
}
.top-page .limi_wrap .limi_boxs .c_btns .c_btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1100px) {
  .top-page .limi_wrap .limi_boxs .c_btns .c_btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
.top-page .limi_wrap .limi_boxs .c_btns .c_btn.limi {
  display: block;
}
.top-page .pc_fr_bnr {
  width: 300px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.top-page .pc_fr_bnr:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
@media (max-width: 740px) {
  .top-page .pc_fr_bnr:hover {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.top-page .pc_fr_bnr.on {
  opacity: 0;
  pointer-events: none;
}
.top-page .fv_fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  display: grid;
  place-content: center;
  place-items: center;
}
.top-page .fv_fix .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.top-page .fv_fix .mordle {
  position: relative;
  z-index: 2;
  width: 1000px;
}
@media (max-width: 1100px) {
  .top-page .fv_fix .mordle {
    width: 80%;
  }
}
.top-page .fv_fix .mordle .btn_close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 3;
}/*# sourceMappingURL=style.css.map */