@charset "UTF-8";
/* elements */
.visible_sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .visible_sp {
    display: block;
  }
}
.visible_md {
  display: none;
}
@media screen and (max-width: 920px) {
  .visible_md {
    display: block;
  }
}
.visible_pc {
  display: block;
}
@media screen and (max-width: 920px) {
  .visible_pc {
    display: none;
  }
}

.lg_only {
  display: block !important;
}
@media screen and (max-width: 920px) {
  .lg_only {
    display: none !important;
  }
}

.lg_md_only {
  display: block !important;
}
@media screen and (max-width: 450px) {
  .lg_md_only {
    display: none !important;
  }
}

.md_only {
  display: none !important;
}
@media screen and (max-width: 920px) {
  .md_only {
    display: block !important;
  }
}
@media screen and (max-width: 450px) {
  .md_only {
    display: none !important;
  }
}

.md_sm_only {
  display: none !important;
}
@media screen and (max-width: 920px) {
  .md_sm_only {
    display: block !important;
  }
}

.sm_only {
  display: none !important;
}
@media screen and (max-width: 450px) {
  .sm_only {
    display: block !important;
  }
}

.el_btn01 {
  max-width: 300px;
  margin: 0 auto;
}
.el_btn01 a {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #a9894b;
  color: #fff;
  font-size: 24px;
  transition: 0.3s ease;
}
@media screen and (max-width: 920px) {
  .el_btn01 a {
    font-size: 4vw;
  }
}
@media screen and (max-width: 450px) {
  .el_btn01 a {
    font-size: 5.6vw;
  }
}
.el_btn01 a:hover {
  opacity: 0.6;
}

/* block */
.bl_btmMv {
  position: relative;
}
.bl_btmMv .hdg {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 920px) {
  .bl_btmMv .hdg {
    bottom: 10px;
  }
}
@media screen and (max-width: 450px) {
  .bl_btmMv .hdg {
    bottom: 0;
  }
}
.bl_btmMv .hdg .en {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Marcellus", serif;
  font-size: 95px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .bl_btmMv .hdg .en {
    line-height: 1.15;
    font-size: 5.8vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_btmMv .hdg .en {
    font-size: 6.2vw;
  }
}
.bl_btmMv .hdg .en::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #133157;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.bl_btmMv .hdg .ja {
  display: block;
  margin-top: 20px;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 920px) {
  .bl_btmMv .hdg .ja {
    margin-top: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  .bl_btmMv .hdg .ja {
    margin-top: 5px;
  }
}
.bl_btmMv .hdg .ja::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 920px) {
  .bl_btmMv .hdg .ja::before {
    width: 70px;
  }
}
@media screen and (max-width: 450px) {
  .bl_btmMv .hdg .ja::before {
    width: 40px;
  }
}
.bl_btmMv .hdg .ja span {
  display: inline-block;
  letter-spacing: 0.08em;
  font-size: 35px;
  font-style: normal;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .bl_btmMv .hdg .ja span {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_btmMv .hdg .ja span {
    font-size: 3vw;
  }
}
.bl_btmMv .hdg .ja span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #133157;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.bl_btmMv .bg {
  width: 100%;
  max-height: 730px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .bl_btmMv .bg {
    height: 350px;
  }
}
@media screen and (max-width: 450px) {
  .bl_btmMv .bg {
    height: 250px;
  }
}
.bl_btmMv .bg figcaption {
  display: inline-block;
  font-size: 0.87em;
  padding: 3px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-feature-settings: "palt" 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.bl_btmMv .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_btmMv.is_action .hdg .en::after {
  animation-name: moji-anime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-delay: 0.25s;
}
.bl_btmMv.is_action .hdg .ja span::after {
  animation-name: moji-anime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-delay: 0.4s;
}

.bl_blockParts {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
.bl_blockParts_ttl {
  line-height: 1.3;
  color: #a9894b;
  font-size: 30px;
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
@media screen and (max-width: 920px) {
  .bl_blockParts_ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_blockParts_ttl {
    font-size: 4.5vw;
  }
}
.bl_blockParts_ttl.is_action {
  opacity: 1;
}
.bl_blockParts_ttl span {
  font-size: 0.7em;
}
.bl_blockParts_txt {
  margin-top: 40px;
  line-height: 2.2;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
@media screen and (max-width: 920px) {
  .bl_blockParts_txt {
    margin-top: 30px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_blockParts_txt {
    font-size: 3vw;
    text-align: left;
  }
}
.bl_blockParts_txt.is_action {
  opacity: 1;
}

.bl_media01 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .bl_media01 {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 450px) {
  .bl_media01 {
    padding-top: 50px;
  }
}
.bl_media01_hdg {
  width: 100%;
  padding-left: 18%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 920px) {
  .bl_media01_hdg {
    padding-left: 8%;
  }
}
.bl_media01_hdg span {
  display: block;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Marcellus", serif;
  font-size: 70px;
  transform: translateY(11px);
}
@media screen and (max-width: 450px) {
  .bl_media01_hdg span {
    font-size: 7vw;
    transform: translateY(12%);
  }
}
.bl_media01_hdg::before {
  content: "";
  display: block;
  width: 30%;
  height: 100px;
  background-color: #a9894b;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 920px) {
  .bl_media01_hdg::before {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .bl_media01_hdg::before {
    height: 50px;
  }
}
.bl_media01_hdg::after {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background-color: #133157;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 3;
}
.bl_media01_ph {
  width: 60%;
  height: 520px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .bl_media01_ph {
    width: 80%;
    height: 250px;
  }
}
@media screen and (max-width: 450px) {
  .bl_media01_ph {
    height: 200px;
  }
}
.bl_media01_ph::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #133157;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.bl_media01_ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_media01_ph figcaption {
  display: inline-block;
  padding: 3px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.5);
  font-feature-settings: "palt" 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bl_media01_txtArea {
  padding-top: 3%;
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: 0.85s;
}
@media screen and (max-width: 920px) {
  .bl_media01_txtArea {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}
.bl_media01_txtArea p {
  line-height: 2.2;
  font-size: 16px;
}
@media screen and (max-width: 920px) {
  .bl_media01_txtArea p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_media01_txtArea p {
    font-size: 3vw;
  }
}
.bl_media01.reverse {
  flex-direction: row-reverse;
}
.bl_media01.reverse .bl_media01_hdg {
  padding-left: 52%;
}
.bl_media01.reverse .bl_media01_hdg::before {
  width: 40%;
  left: auto;
  right: 0;
}
.bl_media01.reverse .bl_media01_ph figcaption {
  left: auto;
  right: 0;
}
.bl_media01.reverse .bl_media01_txtArea p {
  text-align: right;
}
@media screen and (max-width: 920px) {
  .bl_media01.reverse .bl_media01_txtArea p {
    text-align: center;
  }
}
.bl_media01.yokohama::before {
  width: 50%;
}
.bl_media01 + .bl_media01 {
  margin-top: -170px;
}
@media screen and (max-width: 920px) {
  .bl_media01 + .bl_media01 {
    margin-top: 0px;
  }
}
.bl_media01.is_action .bl_media01_hdg::after {
  animation-name: moji-anime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-delay: 0.25s;
}
@keyframes moji-anime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
  }
}
.bl_media01.is_action .bl_media01_ph::after {
  animation-name: moji-anime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-delay: 0.5s;
}
.bl_media01.is_action .bl_media01_txtArea {
  opacity: 1;
}
.bl_media01.is_action.reverse .bl_media01_hdg::after {
  animation-name: moji-anime-re;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-delay: 0.5s;
}
@keyframes moji-anime-re {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
  }
}
.bl_media01.is_action.reverse .bl_media01_ph::after {
  animation-name: moji-anime-re;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-delay: 0.5s;
}

.bl_routeBlock {
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
.bl_routeBlock.is_action {
  opacity: 1;
}
.bl_routeBlock_ttl {
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  color: #000;
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 920px) {
  .bl_routeBlock_ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_routeBlock_ttl {
    font-size: 5.2vw;
  }
}
.bl_routeBlock_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (max-width: 450px) {
  .bl_routeBlock_box {
    row-gap: 10px;
  }
}
.bl_routeBlock_box + .bl_routeBlock_ttl {
  margin-top: 50px;
}
@media screen and (max-width: 450px) {
  .bl_routeBlock_box + .bl_routeBlock_ttl {
    margin-top: 30px;
  }
}
.bl_routeBlock_item {
  width: calc(50% - 20px);
  text-align: left;
  color: #000;
}
@media screen and (max-width: 450px) {
  .bl_routeBlock_item {
    width: 100%;
  }
}
.bl_routeBlock_item .times {
  line-height: 1;
  font-feature-settings: "palt" 1;
  font-size: 18px;
}
@media screen and (max-width: 920px) {
  .bl_routeBlock_item .times {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_routeBlock_item .times {
    font-size: 3.2vw;
  }
}
.bl_routeBlock_item .times strong {
  font-size: 1.5em;
}
.bl_routeBlock_item .times .station {
  display: inline-block;
  margin-right: 0.5em;
}
.bl_routeBlock_item .times .time {
  color: #a6874b;
}
.bl_routeBlock_item .note {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 12px;
}
@media screen and (max-width: 920px) {
  .bl_routeBlock_item .note {
    font-size: 1vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_routeBlock_item .note {
    font-size: 2vw;
  }
}

.bl_planTypeList .label_list,
.bl_planTypeList02 .label_list {
  display: flex;
  gap: 10px;
  position: absolute;
  top: -1em;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.bl_planTypeList [class*=label0],
.bl_planTypeList02 [class*=label0] {
  display: inline-block;
  padding: 12px 1em;
  line-height: 1;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .bl_planTypeList [class*=label0],
  .bl_planTypeList02 [class*=label0] {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planTypeList [class*=label0],
  .bl_planTypeList02 [class*=label0] {
    font-size: 2.7vw;
  }
}
.bl_planTypeList .label01,
.bl_planTypeList02 .label01 {
  background-color: #9c6d9b;
}
.bl_planTypeList .label02,
.bl_planTypeList02 .label02 {
  background-color: #aa5753;
  left: 125px;
}
.bl_planTypeList .label03,
.bl_planTypeList02 .label03 {
  padding: 10px;
  background-color: #a19350;
  font-size: 13px;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 920px) {
  .bl_planTypeList .label03,
  .bl_planTypeList02 .label03 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planTypeList .label03,
  .bl_planTypeList02 .label03 {
    font-size: 2.5vw;
  }
}
.bl_planTypeList .label04,
.bl_planTypeList02 .label04 {
  background-color: #740125;
}

.bl_planTypeList {
  position: relative;
  cursor: pointer;
}
.bl_planTypeList_inner {
  display: block;
  height: 100%;
  padding: 40px 8%;
  background: rgb(231, 225, 197);
  background: linear-gradient(30deg, rgb(231, 225, 197) 10%, rgb(159, 134, 84) 100%);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
  transition: 0.3s ease;
}
.bl_planTypeList_inner:hover {
  opacity: 0.7;
}
.bl_planTypeList_typeName {
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0.25em;
  font-size: 32px;
}
@media screen and (max-width: 920px) {
  .bl_planTypeList_typeName {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planTypeList_typeName {
    font-size: 6.4vw;
  }
}
.bl_planTypeList_typeName em {
  font-size: 1.5em;
  font-style: normal;
}
.bl_planTypeList_spec {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 20px;
}
@media screen and (max-width: 920px) {
  .bl_planTypeList_spec {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planTypeList_spec {
    font-size: 5.2vw;
  }
}
.bl_planTypeList_spec em {
  font-size: 1.5em;
  font-style: normal;
}
.bl_planTypeList_area {
  margin-top: 0.75em;
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media screen and (max-width: 920px) {
  .bl_planTypeList_area {
    font-size: 3.25vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planTypeList_area {
    font-size: 5vw;
  }
}
.bl_planTypeList_area .txt {
  display: block;
  font-size: 0.4em;
}
.bl_planTypeList_area .num + .num {
  margin-left: 0.5em;
}
.bl_planTypeList_area em {
  font-size: 1.5em;
  font-style: normal;
}
.bl_planTypeList_price {
  margin-top: 0.75em;
  line-height: 1.1;
  color: #740125;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 450px) {
  .bl_planTypeList_price {
    font-size: 8.3vw;
  }
}
.bl_planTypeList_price em {
  font-size: 1.5em;
  font-style: normal;
  font-weight: 600;
}
.bl_planTypeList_txt {
  margin-top: 0.75em;
  line-height: 1.1;
  font-size: 18px;
}
@media screen and (max-width: 450px) {
  .bl_planTypeList_txt {
    font-size: 5vw;
  }
}
.bl_planTypeList_drawing {
  margin: 1em auto;
  max-width: 360px;
  width: 100%;
}
.bl_planTypeList_drawing figcaption {
  color: #333;
  font-size: 12px;
  margin-top: 8px;
}
@media screen and (max-width: 450px) {
  .bl_planTypeList_drawing figcaption {
    font-size: 3vw;
    text-align: left;
  }
}
.bl_planTypeList_note {
  color: #444;
  font-size: 12px;
  margin-top: 16px;
}
@media screen and (max-width: 450px) {
  .bl_planTypeList_note {
    font-size: 3vw;
    text-align: left;
  }
}
.bl_planTypeList_arrow {
  background-color: #2e3033;
  margin-top: 24px;
}
.bl_planTypeList_arrow span {
  display: inline-block;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 920px) {
  .bl_planTypeList_arrow span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planTypeList_arrow span {
    font-size: 4vw;
  }
}

.bl_planTypeList02_inner {
  display: block;
  height: 100%;
  padding: 10px 15px;
  background: rgb(231, 225, 197);
  background: linear-gradient(30deg, rgb(231, 225, 197) 10%, rgb(159, 134, 84) 100%);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  color: #2e3033;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 450px) {
  .bl_planTypeList02_inner {
    padding: 2%;
  }
}
.bl_planTypeList02_inner:hover {
  opacity: 0.7;
}
.bl_planTypeList02_inner [class*=label0] {
  padding-block: 5px;
}
.bl_planTypeList02_txt {
  text-align: right;
}
.bl_planTypeList02_txt span {
  display: inline-block;
  color: #fff;
  padding: 7px 20px 5px;
  line-height: 1.1;
  font-size: 16px;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  text-shadow: 0 1px 4px #2e3033;
}
@media screen and (max-width: 1024px) {
  .bl_planTypeList02_txt span {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planTypeList02_txt span {
    font-size: 2.4vw;
  }
}
.bl_planTypeList02_txt.for_mr_plan span {
  background: none;
  /*background: rgb(170, 138, 75);
  background: linear-gradient(
    90deg,
    rgba(170, 138, 75, 1) 0%,
    rgba(113, 90, 44, 1) 100%
  );*/
  border: none;
  color: #740125;
  display: inline;
  font-size: 180%;
  font-weight: 700;
  text-shadow: none;
}
@media screen and (max-width: 450px) {
  .bl_planTypeList02_txt.for_mr_plan span {
    font-size: 4.7vw;
  }
}
.bl_planTypeList02 .hdArea {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .bl_planTypeList02 .hdArea {
    gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .bl_planTypeList02 .hdArea {
    gap: 2vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planTypeList02 .hdArea.otherplans {
    justify-content: flex-start;
    flex-flow: column wrap;
  }
}
.bl_planTypeList02_type {
  width: 22.5%;
  padding: 5px 10px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #2e3033;
  color: #fff;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .bl_planTypeList02_type {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 920px) {
  .bl_planTypeList02_type {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planTypeList02_type {
    width: 24.5%;
    font-size: 3vw;
  }
}
.bl_planTypeList02_type em {
  font-size: 1.7em;
  font-style: normal;
}
.bl_planTypeList02_type small {
  color: #2e3033;
  font-size: 12px;
  word-break: keep-all;
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 450px) {
  .bl_planTypeList02 .otherplans .bl_planTypeList02_type {
    width: 100%;
  }
}
.bl_planTypeList02_spec {
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .bl_planTypeList02_spec {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 920px) {
  .bl_planTypeList02_spec {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planTypeList02_spec {
    font-size: 2.9vw;
  }
}
.bl_planTypeList02_spec em {
  font-size: 1.7em;
  font-style: normal;
}
.bl_planTypeList02_area {
  padding-left: 10px;
  text-align: left;
  border-left: 1px solid #2e3033;
}
@media screen and (max-width: 450px) {
  .bl_planTypeList02_area {
    padding-left: 2vw;
  }
}
.bl_planTypeList02_area dt {
  margin-bottom: 3px;
  line-height: 1;
  font-size: 14px;
}
@media screen and (max-width: 920px) {
  .bl_planTypeList02_area dt {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planTypeList02_area dt {
    margin-bottom: 1px;
    font-size: 2.4vw;
  }
}
.bl_planTypeList02_area dd {
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .bl_planTypeList02_area dd {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 920px) {
  .bl_planTypeList02_area dd {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planTypeList02_area dd {
    font-size: 2.8vw;
  }
}
.bl_planTypeList02_area dd .txt {
  display: block;
  font-size: 0.4em;
}
.bl_planTypeList02_area dd .num + .num {
  margin-left: 0.5em;
}
.bl_planTypeList02_area dd em {
  font-size: 1.5em;
  font-style: normal;
}
.bl_planTypeList02 .btmArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
@media screen and (max-width: 450px) {
  .bl_planTypeList02 .btmArea {
    gap: 3vw;
  }
}
.bl_planTypeList02_price {
  display: flex;
  align-items: flex-end;
  line-height: 1.2;
  color: #740125;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .bl_planTypeList02_price {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .bl_planTypeList02_price {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 920px) {
  .bl_planTypeList02_price {
    flex: auto;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planTypeList02_price {
    font-size: 4.7vw;
  }
}
.bl_planTypeList02_price em {
  font-size: 1.5em;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.bl_planTypeList02_price span {
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-right: 15px;
  text-align: left;
  position: relative;
}
.bl_planTypeList02_price sup {
  color: #2e3033;
  font-size: 10px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  .bl_planTypeList02_price sup {
    font-size: 10px;
  }
}
.bl_planTypeList02_btn {
  background-color: #2e3033;
  margin: 0 0 0 auto;
  text-align: center;
  width: 10em;
}
@media screen and (max-width: 920px) {
  .bl_planTypeList02_btn {
    width: 7em;
  }
}
.bl_planTypeList02_btn span {
  display: inline-block;
  padding: 2px 10px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .bl_planTypeList02_btn span {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planTypeList02_btn span {
    font-size: 2.7vw;
  }
}

.bl_planContents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.bl_planContents_inner {
  width: 80%;
  height: auto;
  max-height: 80vh;
  padding: 50px 10%;
  background-color: #fff;
  color: #000;
  overflow: scroll;
}
@media screen and (max-width: 920px) {
  .bl_planContents_inner {
    padding: 40px 7%;
  }
}
@media screen and (max-width: 450px) {
  .bl_planContents_inner {
    width: 90%;
    padding: 20px 5%;
  }
}
.bl_planContents_typeblock {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 450px) {
  .bl_planContents_typeblock {
    flex-wrap: wrap;
    gap: 0;
  }
}
.bl_planContents_typeblock .type01 {
  padding: 0.3em 1em;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #a9894b;
  color: #fff;
  font-feature-settings: "palt" 1;
  font-size: 30px;
}
@media screen and (max-width: 920px) {
  .bl_planContents_typeblock .type01 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planContents_typeblock .type01 {
    font-size: 3.7vw;
    text-align: center;
    width: 100%;
  }
}
.bl_planContents_typeblock .type01 strong {
  font-size: 1.8em;
}
.bl_planContents_typeblock .type02 {
  letter-spacing: 0.1em;
  color: #000;
  font-feature-settings: "palt" 1;
  font-size: 30px;
}
@media screen and (max-width: 920px) {
  .bl_planContents_typeblock .type02 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planContents_typeblock .type02 {
    font-size: 3.5vw;
    text-align: center;
    width: 100%;
  }
}
.bl_planContents_typeblock .type02 strong {
  font-size: 1.8em;
  font-weight: 300;
}
.bl_planContents_box {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 450px) {
  .bl_planContents_box {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
  }
}
.bl_planContents_box .spec {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  font-feature-settings: "palt" 1;
  font-size: 20px;
}
@media screen and (max-width: 920px) {
  .bl_planContents_box .spec {
    font-size: 2vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planContents_box .spec {
    font-size: 3vw;
  }
}
.bl_planContents_box .spec strong {
  font-size: 1.8em;
  font-weight: 300;
}
.bl_planContents_box .spec strong.ls {
  font-size: 320%;
}
.bl_planContents_box .spec .sub {
  display: block;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 920px) {
  .bl_planContents_box .spec .sub {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planContents_box .spec .sub {
    font-size: 2.5vw;
  }
}
.bl_planContents_list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 920px) {
  .bl_planContents_list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 450px) {
  .bl_planContents_list {
    margin-top: 15px;
  }
}
.bl_planContents_list li {
  padding: 10px;
  text-align: center;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
  font-size: 18px;
  border: 4px double #000;
}
@media screen and (max-width: 920px) {
  .bl_planContents_list li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_planContents_list li {
    font-size: 2.8vw;
  }
}
.bl_planContents_list li span {
  display: block;
  font-size: 0.75em;
}
.bl_planContents_list li:nth-child(1) {
  grid-column: 1/13;
}
.bl_planContents_list li:nth-child(2), .bl_planContents_list li:nth-child(4) {
  grid-column: 1/7;
}
.bl_planContents_list li:nth-child(3), .bl_planContents_list li:nth-child(5) {
  grid-column: 7/13;
}
.bl_planContents_body {
  margin-top: 50px;
}
.bl_planContents_body .floor_plan {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.bl_planContents_body .floor_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}
@media screen and (max-width: 450px) {
  .bl_planContents_body .floor_list {
    margin-top: 40px;
    gap: 0;
  }
}
.bl_planContents_body .floor_list li {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  font-size: 12px;
}
@media screen and (max-width: 450px) {
  .bl_planContents_body .floor_list li {
    font-size: 10px;
    margin-bottom: 8px;
    width: 46%;
  }
}
.bl_planContents_body .floor_list li::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 15px;
  background-color: #000;
}
.bl_planContents_body .floor_list li.ic1::before {
  background-color: #d8cbb1;
}
.bl_planContents_body .floor_list li.ic2::before {
  background-color: #f1ece2;
}
.bl_planContents_body .floor_list li.ic3::before {
  background: #fff url(../images/plan/icon_wind.svg) no-repeat 50%;
  background-size: 100%;
}
.bl_planContents_body .floor_list li.ic4::before {
  background: #fff url(../images/plan/icon_sunny.svg) no-repeat 50%;
  background-size: 100%;
}
.bl_planContents_body .plan_note {
  line-height: 1;
  margin-top: 16px;
  font-size: 12px;
}
@media screen and (max-width: 450px) {
  .bl_planContents_body .plan_note {
    font-size: 10px;
  }
}

.bl_notesList {
  width: 90%;
  max-width: 1400px;
  margin: 50px auto 0;
}
@media screen and (max-width: 450px) {
  .bl_notesList {
    margin-top: 30px;
  }
}
.bl_notesList_list li {
  font-size: 14px;
}
@media screen and (max-width: 450px) {
  .bl_notesList_list li {
    font-size: 2.7vw;
  }
}
.bl_notesList_list li + li {
  margin-top: 0.5em;
}

.bl_hdgParts01 {
  position: relative;
}
.bl_hdgParts01::before {
  content: "";
  display: block;
  width: 43%;
  height: 100px;
  background-color: #a9894b;
  position: absolute;
  top: -40px;
  left: 0;
}
@media screen and (max-width: 450px) {
  .bl_hdgParts01::before {
    height: 50px;
    top: -25px;
  }
}
.bl_hdgParts01 span {
  display: block;
  padding-left: 10%;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Marcellus", serif;
  font-size: 70px;
  position: relative;
}
@media screen and (max-width: 920px) {
  .bl_hdgParts01 span {
    padding-left: 4%;
  }
}
@media screen and (max-width: 450px) {
  .bl_hdgParts01 span {
    font-size: 7vw;
  }
}
.bl_hdgParts01 span + span {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 48px;
}
@media screen and (max-width: 450px) {
  .bl_hdgParts01 span + span {
    font-size: 6vw;
  }
}
.bl_hdgParts01 span.sp_none {
  display: inline;
}
@media screen and (max-width: 450px) {
  .bl_hdgParts01 span.sp_none {
    display: none;
  }
}
.bl_hdgParts01 span em {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 48px;
  font-style: normal;
}
@media screen and (max-width: 450px) {
  .bl_hdgParts01 span em {
    display: block;
    margin-top: 10px;
    font-size: 5vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_hdgParts01 span em.keep {
    display: inline;
  }
}
.bl_hdgParts01.reverse {
  text-align: right;
}
.bl_hdgParts01.reverse::before {
  left: auto;
  right: 0;
}
.bl_hdgParts01.reverse span {
  padding-left: 0;
  padding-right: 10%;
}
@media screen and (max-width: 920px) {
  .bl_hdgParts01.reverse span {
    padding-right: 4%;
  }
}

.bl_gird01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}
@media screen and (max-width: 450px) {
  .bl_gird01 {
    grid-template-columns: 1fr;
  }
}
.bl_gird01 li .ph {
  position: relative;
}
.bl_gird01 li .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_gird01 li .ph figcaption {
  display: inline-block;
  width: 100%;
  padding: 10px 5px 5px;
  text-align: right;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.bl_gird01 li .txtArea {
  margin-top: 15px;
}
.bl_gird01 li .txtArea dt {
  color: #a9894b;
  font-size: 20px;
}
@media screen and (max-width: 920px) {
  .bl_gird01 li .txtArea dt {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_gird01 li .txtArea dt {
    font-size: 4vw;
  }
}
.bl_gird01 li .txtArea dd {
  margin-top: 10px;
  line-height: 2;
}
@media screen and (max-width: 920px) {
  .bl_gird01 li .txtArea dd {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 450px) {
  .bl_gird01 li .txtArea dd {
    margin-top: 5px;
    font-size: 3vw;
  }
}

/* 最上部に戻るボタン */
.bl_topBtn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 920px) {
  .bl_topBtn {
    bottom: 70px;
    display: none;
  }
}
.bl_topBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #a19350;
  transition: opacity 0.5s ease;
}
.bl_topBtn a:hover {
  opacity: 0.7;
}

.bl_planAccordion {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 128px;
  width: 90%;
  max-width: 1200px;
  margin: 24px auto 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #a9894b;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .bl_planAccordion {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .bl_planAccordion {
    height: 72px;
    margin-top: 20px;
    padding: 5px;
  }
}
.bl_planAccordion::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #a9894b;
  position: absolute;
  top: 50%;
  right: 5%;
  clip-path: polygon(50% 80%, 0% 0%, 100% 0%);
  transform: translateY(-50%);
  transition: 0.3s ease;
  transform-origin: 50% 40%;
}
@media screen and (max-width: 450px) {
  .bl_planAccordion::after {
    width: 4vw;
    height: 4vw;
  }
}
.bl_planAccordion.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.bl_planAccordion span {
  width: 100%;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #a9894b;
  font-size: 30px;
}
@media screen and (max-width: 450px) {
  .bl_planAccordion span {
    font-size: 5vw;
  }
}
.bl_planAccordion span em {
  font-size: 1.5em;
  font-style: normal;
}
.bl_planAccordion p {
  margin-top: 10px;
  padding: 10px 20px;
  line-height: 1;
  background-color: #a9894b;
  font-size: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 450px) {
  .bl_planAccordion p {
    margin-top: 5px;
    padding: 5px 15px;
    font-size: 3.3vw;
  }
}

.bl_planAccordionContents {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 640px) {
  .bl_planAccordionContents {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin-top: 25px;
  }
}

@media screen and (max-width: 640px) {
  .bl_planAccordionContents.planGroup_1_inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%;
  }
}

.anchorstyle {
  margin-top: -128px;
  padding-top: 128px;
}
.anchorstyle:before {
  content: "";
  display: block;
  height: 128px;
  margin-top: -128px;
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  .anchorstyle {
    margin-top: -72px;
    padding-top: 72px;
  }
  .anchorstyle:before {
    content: "";
    display: block;
    height: 72px;
    margin-top: -72px;
    visibility: hidden;
  }
}/*# sourceMappingURL=parts.css.map */