@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

main {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 500;
  color: #000;
  background-color: #e6e5e5;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

button {
  display: block;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  outline: none;
}

a {
  color: inherit;
}

svg {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

p::selection,
dt::selection,
dd::selection,
ul::selection,
li::selection,
a::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
span::selection,
small::selection,
br::selection {
  background-color: #00374c;
  color: #fff;
}

img {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

strong {
  font-weight: 500;
}

.l-site {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.m-btn__link {
  display: block;
}

.m-footerBody {
  background-color: #ebebeb;
}

.m-footerBnr__bnr {
  display: block;
}

.m-footerBnr__txt {
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
}

.m-footerNote__ttl {
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #000;
}

.m-footerNote__txt {
  line-height: 1.66667;
}

.m-footerFoot {
  position: relative;
  background-color: #000;
  display: flex;
  align-items: center;
}

.m-footerFoot__copyright {
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  width: 100%;
}

.m-footerFoot__pageTop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ac8d32;
  position: fixed;
  bottom: 0;
  right: 0;
  transition: all 400ms;
  z-index: 10;
}

.m-footerFoot__pageTop.is-scroll {
  opacity: 0;
  visibility: hidden;
}

.m-footerFoot__pageTop_ico {
  fill: #fff;
  transform: rotate(-90deg);
}

.m-footerFoot__pageTop_txt {
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.m-gallery {
  background-image: linear-gradient(0deg, #4e4e4e 0%, #1c1c1c 100%);
}

.m-gallery__ttl {
  text-align: center;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.m-gallery__txt {
  color: #fff;
  text-align: center;
}

.m-gallery__txt__ttl {
  position: relative;
  line-height: 1;
  display: inline-flex;
}

.m-gallery__txt__ttl::before, .m-gallery__txt__ttl::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
.m-gallery__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(0deg, #00374c 0%, #00374c 100%);
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.m-header {
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}

.m-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-header__head_logo {
  display: block;
}

.m-headerNav__list_link {
  display: block;
}

.m-kvMain {
  position: relative;
}

.m-kvMain__btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

.m-kvMain__scroll {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

.m-localNav {
  /*background-color: #c4ced7;*/
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #9aa3aa 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#9aa3aa 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#9aa3aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9aa3aa',GradientType=0 );
}

.m-localNav__list {
  display: flex;
  flex-wrap: wrap;
}

.m-localNav__link {
  display: block;
  position: relative;
}

.m-localNav__link_body {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-localNav__link_body_ttl {
  color: #00374c;
  line-height: 1.40625;
}

.m-map {
  background-color: #c4ced7;
}

.m-map__ttl {
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.m-map__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(0deg, #00374c 0%, #00374c 100%);
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.m-sec1 {
  position: relative;
}

.m-sec1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.m-sec1__ttlBox {
  position: relative;
}

.m-sec1__ttlBox_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.m-sec1__ttlBox_body_ttlSub {
  color: #dac05a;
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.m-sec1__ttlBox_body_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #e6e5e5;
  line-height: 1.4;
}

.m-sec1Block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-sec1Block__col1 {
  width: 100%;
  background: #fff;
}

.m-sec1Block__col1_img {
  width: 100%;
}

.m-sec1Block__col1_txt {
  background: #fff;
  width: 100%;
}

.m-sec1Block__col1_flex {
  background: #fff;
}

.m-sec1Block__col1_flex_img {
  flex-shrink: 0;
}
.m-sec1Block__col1_flex_txt {
  display: flex;
  align-items: center;
  flex : 1;
}

.m-sec1Block__col1_flex_txt .m-sec1Block__ttl {
  text-align : left;
}

@media screen and (max-width: 767px) {
  .m-sec1Block__col1_flex_txt {
    order : 1;
  }
  .m-sec1Block__col1_flex_img {
    order : 2;
  }
}

.m-sec1Block__col2_txt {
  background: #fff;
}

.m-sec1Block__blueBg {
  background: #00374c;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.m-sec1-1 {
  background : #fff;
}

.m-sec1Block__blueBg {
  /* min-height : 110px; */
  padding: 20px 10px 20px;
}

.m-sec1-1_bbg {
  padding: 12px 10px 20px;
}

.m-sec1Block__blueBg small {
  color : #fff;
  display : block;
  margin-top : 10px;
  line-height :  1.2;
  font-size : 10px;
}

.m-sec1Block__blueBg_white {
  color: #e6e5e5;
}

.m-sec1Block__blueBg_gold {
  color: #dac05a;
}

.m-sec1Block__ttl {
  color: #00374c;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
}

.m-sec1Block__ttl_center {
  text-align: center;
}

.m-sec1Block__ttl + .m-sec1Block__body {
  /*border-top: 1px #AC8D32 solid;*/
  font-family : YakuHanMP, "Noto Serif JP", serif;
}

.m-sec1Block__body {
  font-feature-settings: "palt" 1;
}

.m-sec1Block__table {
  width: 100%;
}

.m-sec1Block__table th {
  color: #505050;
  letter-spacing: .1em;
}

.m-sec1Block__table_td {
  text-align: center;
  font-feature-settings: "palt" 1;
  letter-spacing: .05em;
}

.m-sec1Block__table_td.border {
  border-bottom: 1px #e6e5e5 solid;
}

.m-sec1Block__table_td span {
  display: inline-block;
}

.m-sec1Block__table_td span.txt {
  display: block;
}

.m-sec1Block__table_notice {
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
}

.m-sec2 {
  position: relative;
}

.m-sec2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.m-sec2__ttlBox {
  position: relative;
}

.m-sec2__ttlBox_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.m-sec2__ttlBox_body_ttlSub {
  color: #dac05a;
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.m-sec2__ttlBox_body_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #e6e5e5;
  line-height: 1.4;
}

.m-sec2__ttlBox_body_comment {
  display: inline;
  /*margin-top: 15px;*/
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #FFF;
  font-size: 12px;
}

.m-sec2Block__image_left {
  background: #fff;
  display: flex;
  flex-direction: column;
}

.m-sec2Block__image_right {
  position: relative;
  margin-left: auto;
}

.m-sec2Block__image_notice {
  position: absolute;
  right: 30px;
}

.m-sec2Block__cta {
  background-position: center;
  background-size: 100% auto;
}

.m-sec2Block__cta_ttl {
  border-bottom: 1px #fff solid;
  border-top: 1px #fff solid;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

.m-sec2Block__cta_ttl::before, .m-sec2Block__cta_ttl::after {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
}

.m-sec2Block__cta_ttl span {
  vertical-align: baseline;
}

.m-sec2Block__cta_ttl span.gold {
  color: #AC8D32;
}

.m-sec2Block__cta_txt {
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

.m-sec2Block__type {
  background: #fff;
  border: 1px #AC8D32 solid;
}

.m-sec2Block__type_type {
  font-family: "Cardo", "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-sec2Block__type_type::before, .m-sec2Block__type_type::after {
  content: "";
  background: #AC8D32;
  display: inline-block;
}

.m-sec2Block__type_room {
  color: #AC8D32;
  font-family: "Cardo", "Noto Serif JP", serif;
  text-align: center;
}

.m-sec2Block__type_floor {
  border-bottom: 1px #AC8D32 solid;
  border-top: 1px #AC8D32 solid;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.m-sec2Block__type_floor span.line {
  background: rgba(0, 0, 0, 0.3);
  display: block;
}

.m-sec2Block__type_list_item {
  position: relative;
}

.m-sec2Block__type_list_item::before {
  background: #AC8D32;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
}

.m-sec2Block__facility {
  background: #fff;
  border: 1px #AC8D32 solid;
}

.m-sec2Block__facility_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #00374c;
  text-align: center;
}

.m-sec2Block__facility_ribbon {
  color: #fff;
  background: linear-gradient(90deg, #00374c 0%, #014e6a 49%, #00374c 100%);
  font-family: YakuHanMP, "Noto Serif JP", serif;
  margin: auto;
  text-align: center;
  position: relative;
}

.m-sec2Block__facility_ribbon::before, .m-sec2Block__facility_ribbon::after {
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.m-sec2Block__facility_ribbon::before {
  background: linear-gradient(to bottom left, #00374c 50%, transparent 50.1%) top left/100% 50% no-repeat, linear-gradient(to top left, #00374c 50%, transparent 50.1%) bottom left/100% 50% no-repeat;
  position: absolute;
}

.m-sec2Block__facility_ribbon::after {
  background: linear-gradient(to bottom right, #00374c 50%, transparent 50.1%) top left/100% 50% no-repeat, linear-gradient(to top right, #00374c 50%, transparent 50.1%) bottom left/100% 50% no-repeat;
}

.m-sec2Block__facility_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.m-sec2Block__facility_list_item {
  background-image: linear-gradient(-90deg, #ac8d32 0%, #ac8d32 0%, #f1deb3 51%, #ac8d32 100%);
  display: flex;
  flex-direction: column;
}

.m-sec2Block__facility_list_txt {
  text-align: center;
  flex-grow: 1;
  font-feature-settings: "palt" 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-sec2Block__facility_txt {
  color: #00374C;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

.m-sec2Block__ttl {
  color: #00374c;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
}

.m-sec2Block__ttl_center {
  text-align: center;
}

.m-sec4 {
  position: relative;
}

.m-sec4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.m-sec4__ttlBox {
  position: relative;
}

.m-sec4__ttlBox_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.m-sec4__ttlBox_body_ttlSub {
  color: #dac05a;
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.m-sec4__ttlBox_body_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #e6e5e5;
  line-height: 1.4;
}

.m-sec4Block1__ttlBox_ttl {
  text-align: center;
  color: #00374c;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.m-sec4Block1__ttlBox_deco {
  margin-left: auto;
  margin-right: auto;
}

.m-sec4Block2__ttl {
  text-align: center;
  line-height: 1.55556;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.m-sec4Block2__ttl strong {
  color: #670001;
}

.m-sec4Block3__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(0deg, #00374c 0%, #014e6a 49%, #00374c 100%);
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #fff;
}

.m-sec4Block3__box1 {
  background-repeat: no-repeat;
  background-position: top center;
}

.m-sec4Block3__box1_item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: linear-gradient(-90deg, #ac8d32 0%, #ac8d32 0%, #f1deb3 51%, #ac8d32 100%);
}

.m-sec4Block3__box1_copy {
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1.4;
}

.m-sec4Block3__box1_copy strong {
  color: #670001;
}

.m-sec4Block3__box2 {
  background-color: #fff;
}

.m-sec4Block3__box2_ttl {
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1.55556;
}

.m-sec4Block3__box2_ttl strong {
  color: #670001;
}

.m-sec4Block3__box2_txt {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.45455;
}

.m-sec4Block4__ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
}

.m-sec4Block4__ttl strong {
  color: #AC8D32;
}

.m-sec4Block4__box1 {
  background-color: #fff;
}

.m-sec4Block4__box1_body_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.m-sec4Block4__box1_body_ttlSub {
  color: #00374c;
}

.m-sec4Block4__box1_body_txt {
  letter-spacing: 0.025em;
  line-height: 1.625;
}

.m-sec5 {
  position: relative;
}

.m-sec5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.m-sec5__ttlBox {
  position: relative;
}

.m-sec5__ttlBox_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.m-sec5__ttlBox_body_ttlSub {
  color: #dac05a;
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.m-sec5__ttlBox_body_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #e6e5e5;
  line-height: 1.4;
}

.m-sec5Block__list {
  display: flex;
  flex-wrap: wrap;
}

.m-sec5Block__list_item {
  width: 50%;
}

.m-sec5Block__list_item_txt {
  background-color: #00374c;
  color: #e6e5e5;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.42857;
}

.m-sec5Block__head {
  color: #e6e5e5;
  text-align: center;
  background-image: linear-gradient(-90deg, #00374c 0%, #014e6a 51%, #00374c 100%);
}

.m-sec5Block__head_ttl {
  position: relative;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.m-sec5Block__head_ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(180deg, #ac8d32 0%, #f1deb3 100%);
}

.m-sec5Block__head_txt {
  line-height: 1.71429;
}

.m-sec5Block__body {
  background-color: #fff;
}

.m-sec5Block__body_txt {
  line-height: 1.71429;
}

.m-sec5Block__body_main_box_ttl {
  width: 100%;
  text-align: center;
  background-image: linear-gradient(-90deg, #ac8d32 0%, #ac8d32 0%, #f1deb3 51%, #ac8d32 100%);
  line-height: 1.28571;
}

.m-sec5Block__body_main_box_copy {
  text-align: center;
  line-height: 1.2;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.m-sec5Block__body_main_box_copy strong {
  color: #AC8D32;
}

.inviewFadeIn {
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.26, 0.06, 0, 1) 300ms;
}

.inviewFadeIn.is-fadeIn {
  opacity: 1;
}

@media screen and (min-width: 768px), print {
  button {
    transition: all 400ms;
  }
  button:hover {
    opacity: 0.8;
  }
  a {
    transition: all 400ms;
  }
  a:hover {
    opacity: 0.8;
  }
  .l-inner {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .l-only--pc {
    display: block !important;
  }
  .l-only--sp {
    display: none !important;
  }
  .l-site {
    min-width: 1260px;
  }
  .m-btn__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
  }
  .m-btn__item {
    width: 534px;
    margin-top: 30px;
  }
  .m-btn__item:nth-child(2n) {
    margin-left: 31px;
  }
  .m-fixedBottomButtons {
    display: none;
  }
  .m-footerBody {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .m-footerBtn {
    margin-bottom: 40px;
  }
  .m-footerBnr {
    width: 728px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .m-footerBnr__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .m-footerBnr__txt {
    margin-top: 8px;
    font-size: 10px;
  }
  .m-footerNote__ttl {
    font-size: 12px;
    padding: 7px 10px;
    margin-bottom: 7px;
  }
  .m-footerNote__txt {
    font-size: 12px;
    margin-bottom: 40px;
  }
  .m-footerFoot {
    height: 80px;
    padding-left: 46px;
    justify-content: space-between;
  }
  .m-footerFoot__copyright {
    font-size: 12px;
  }
  .m-footerFoot__pageTop {
    width: 80px;
    height: 80px;
  }
  .m-footerFoot__pageTop_ico {
    width: 11px;
    height: 16px;
    margin-bottom: 8px;
  }
  .m-footerFoot__pageTop_txt {
    font-size: 12px;
  }
  .m-gallery {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-gallery__inner {
    max-width: 860px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .m-gallery__ttl {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .m-gallery__txt {
    margin-top: 36px;
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
  }
  .m-gallery__txt_sub {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding: 0.2em 1em;
    border:1px solid #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 0.8em;
  }
  .m-gallery__txt__ttl {
    font-size: 24px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
  }

  .m-gallery__txt__ttl::before, .m-gallery__txt__ttl::after {
    width: 150px;
    height: 1px;
  }

  .m-gallery__txt__main {
    font-size: 32px;
  }

  .m-gallery__txt__ttl::before {
    left: -170px;
  }

  .m-gallery__txt__ttl::after {
    right: -170px;
  }
  .m-gallery__btn {
    margin-top: 36px;
    width: 320px;
    height: 56px;
    font-size: 16px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  }
  .m-header {
    position: absolute;
  }
  .m-header__inner {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .m-header__head_logo {
    width: 180px;
  }
  .m-header__body_menuBtn {
    display: none;
  }
  .m-headerNav--whitePC {
    color: #fff;
  }
  .m-headerNav__list {
    display: flex;
    align-items: center;
  }
  .m-headerNav__list_item:not(:last-child) {
    margin-right: 24px;
  }
  .m-headerNav__list_link {
    font-size: 14px;
  }
  .m-headerNav__utils {
    display: none;
  }
  .m-headerMenu {
    display: none;
  }
  .m-kvMain__btn {
    width: 321px;
    bottom: 120px;
  }
  .m-kvMain__btn:hover {
    opacity: 1;
  }
  .m-kvMain__scroll {
    width: 60px;
    bottom: 0;
  }
  .m-localNav {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-localNav__list {
    margin-top: -10px;
  }
  .m-localNav__item {
    width: 360px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .m-localNav__item:nth-child(3n) {
    margin-right: 0;
  }
  .m-localNav__link_body {
    padding-left: 30px;
    padding-right: 60px;
  }
  .m-localNav__link_body_ttl {
    font-size: 16px;
  }
  .m-map {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-map__inner {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-map__ttl {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .m-map__btn {
    margin-top: 24px;
    width: 320px;
    height: 56px;
    font-size: 16px;
  }
  .m-sec1 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .m-sec1:before {
    height: 320px;
    background-image: url("./../img/sec1_bg.png");
  }
  .m-sec1__ttlBox {
    margin-bottom: 58px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-sec1__ttlBox_body {
    padding: 98px 20px 0 20px;
  }
  .m-sec1__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 36px;
  }
  .m-sec1__ttlBox_body_ttl {
    font-size: 50px;
    /* margin-top: 51px; */
  }
  .m-sec1__ttlBox_bg {
    /* margin-top: -20px; */
    /* margin-left: -20px; */
    /* width: calc(100% + 40px); */
  }
  .m-sec1__btn {
    padding: 40px 0 80px;
  }
  .m-sec1Block:not(:last-child) {
    margin-bottom: 40px;
  }
  .m-sec1Block__repeat:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .m-sec1Block__col1 {
    padding: 60px 72px;
  }
  .m-sec1Block__col1_txt {
    padding: 60px 72px;
  }
  .m-sec1Block__col1_flex {
    display: flex;
    justify-content: center;
    padding: 72px 40px;
    width: 100%;
  }
  .m-sec1Block__col1_flex_img {
    width: calc( 524 / 1038 * 100%);
    margin-right: 20px;
  }
  .m-sec1Block__col2 {
    width: calc(50% - 1px);
  }
  
  .m-sec1Block__col2_img {
    width: 50%;
  }
  .m-sec1Block__col2_txt {
    padding: 60px 72px;
    width: 50%;
  }
  .m-sec1Block__col3 {
    width: calc((100% - 4px) / 3);
  }
  .m-sec1Block__blueBg {
    padding: 12px 10px 20px;
  }
  .m-sec1Block__blueBg_white, .m-sec1Block__blueBg_gold {
    margin: 0 4px;
  }
  .m-sec1Block__blueBg_white {
    font-size: 25px;
  }
  .m-sec1Block__blueBg_gold {
    font-size: 50px;
  }
  .m-sec1Block__ttl {
    font-size: 30px;
    line-height: 1.5;
  }
  .m-sec1Block__ttl + .m-sec1Block__body {
    margin-top: 17px;
    padding-top: 14px;
  }
  .m-sec1Block__body {
    font-size: 16px;
    line-height: 1.875;
  }
  .m-sec1Block__table .border {
    border-bottom: 1px #e6e5e5 solid;
  }
  .m-sec1Block__table th {
    font-size: 18px;
    text-align-last: left;
    width: 110px;
    vertical-align: middle;
  }
  .m-sec1Block__table_td {
    font-size: 14px;
    padding: 12px 0;
  }
  .m-sec1Block__table_td span.txt {
    font-size: 20px;
    line-height: 17px;
  }
  .m-sec1Block__table_td span.num {
    font-size: 24px;
    margin: 0 2px;
  }
  .m-sec1Block__table_station {
    padding: 18px 0;
  }
  .m-sec1Block__table_price {
    line-height: 1.3;
    padding: 18px 0;
  }
  .m-sec1Block__table_notice {
    font-size: 10px;
  }
  .m-sec2 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .m-sec2:before {
    height: 320px;
    background-image: url("./../img/sec2_bg.png");
  }
  .m-sec2__ttlBox {
    margin-bottom: 58px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
  .m-sec2__ttlBox_body {
    padding: 88px 20px 20px 20px;
  }
  .m-sec2__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .m-sec2__ttlBox_body_ttl {
    /* font-size: 50px; */
    font-size: 44px;
    padding-top: 20px;
  }
  .m-sec2__ttlBox_bg {
    /*margin-top: -20px;
    margin-left: -20px;*/
    /* width: calc(100% + 40px); */
  }
  .m-sec2__btn {
    padding-top: 44px;
    padding-bottom: 80px;
  }
  .m-sec2Block {
    margin-bottom: 40px;
  }
  .m-sec2Block__image {
    display: flex;
    margin-bottom: 40px;
  }
  .m-sec2Block__image_right {
    /* margin-top: -38px; */
    /* margin-bottom: -30px; */
    width: 620px;
  }
  .m-sec2Block__image_txt {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-left: 72px;
    padding-right: 72px;
  }
  .m-sec2Block__image_notice {
    bottom: 10px;
    font-size: 10px;
  }
  .m-sec2Block__cta {
    align-items: center;
    background-image: url("./../img/sec2_cta_bg.png");
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 40px 72px;
  }
  .m-sec2Block__cta_ttl {
    font-size: 30px;
    padding: 3px 0;
    width: 440px;
  }
  .m-sec2Block__cta_ttl::before, .m-sec2Block__cta_ttl::after {
    height: 2px;
  }
  .m-sec2Block__cta_ttl::before {
    margin-bottom: 12px;
  }
  .m-sec2Block__cta_ttl::after {
    margin-top: 23px;
  }
  .m-sec2Block__cta_ttl span {
    margin: 0 2px;
  }
  .m-sec2Block__cta_ttl span.num {
    font-size: 60px;
  }
  .m-sec2Block__cta_txt {
    font-size: 16px;
    line-height: 1.5625;
    padding-top: 18px;
  }
  .m-sec2Block__cta_right .m-btn__link {
    width: 440px;
  }
  .m-sec2Block__hanrei {
    margin-top: 40px;
  }
  .m-sec2Block__hanrei img , .m-sec2Block__hanrei--2row img {
    display: block;
    height: 18px;
    max-width: initial;
    width: auto;
    margin: 0 auto;
  }
  
  .m-sec2Block__type {
    padding-bottom: 70px;
  }
  .m-sec2Block__col2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .m-sec2Block__type_item {
    padding-top: 68px;
    width: 442px;
    display: flex;
    flex-direction: column;
  }
  .m-sec2Block__type_item:nth-child(2n) {
    margin-left: 72px;
  }
  .m-sec2Block__type_type {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .m-sec2Block__type_type::before, .m-sec2Block__type_type::after {
    height: 2px;
    margin: 0 7px;
    width: 10px;
  }
  .m-sec2Block__type_room {
    font-size: 40px;
    margin-bottom: 6px;
  }
  .m-sec2Block__type_room span {
    font-size: 30px;
  }
  .m-sec2Block__type_floor {
    margin-bottom: 15px;
    padding: 19px 0;
  }
  .m-sec2Block__type_floor .other {
    font-size: 16px;
    line-height: 1.25;
    display: flex;
    flex-direction: column;
  }
  .m-sec2Block__type_floor span.txt {
    font-size: 16px;
    line-height: 1.25;
    margin-right: 10px;
  }
  .m-sec2Block__type_floor span.line {
    height: 36px;
    width: 1px;
    margin-right: 10px;
  }
  .m-sec2Block__type_floor span.area {
    font-size: 40px;
    margin-right: 5px;
  }
  .m-sec2Block__type_floor span.unit {
    font-size: 30px;
    margin-right: 10px;
  }
  .m-sec2Block__type_floor span.balcony {
    margin-left: 10px;
    font-size: 16px;
    line-height: 1.3;
    /*text-align: right;*/
    text-align: left;
  }
  .m-sec2Block__type_list {
    margin-bottom: 20px;
  }
  .m-sec2Block__type_list_item {
    font-size: 16px;
    line-height: 1.875;
    padding-left: 22px;
  }
  .m-sec2Block__type_list_item::before {
    height: 8px;
    top: 12px;
    width: 8px;
  }
  .m-sec2Block__type_img {
    margin-top: auto;
    min-height : 0%;
  }
  .m-sec2Block__facility {
    padding: 61px 72px;
  }
  .m-sec2Block__facility_ttl {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 36px;
  }
  .m-sec2Block__facility_ttl .num {
    font-size: 50px;
  }
  .m-sec2Block__facility_ribbon {
    font-size: 30px;
    margin-bottom: 40px;
    padding: 13px;
    width: 514px;
  }
  .m-sec2Block__facility_ribbon::before, .m-sec2Block__facility_ribbon::after {
    width: 20px;
  }
  .m-sec2Block__facility_ribbon::before {
    left: -20px;
  }
  .m-sec2Block__facility_ribbon::after {
    right: -20px;
  }
  .m-sec2Block__facility_list {
    margin-bottom: 20px;
  }
  .m-sec2Block__facility_list_item {
    margin-bottom: 8px;
    width: 233px;
  }
  .m-sec2Block__facility_list_item.wide {
    width: 474px;
  }
  .m-sec2Block__facility_list_txt {
    font-size: 16px;
    line-height: 1.25;
    padding: 6px;
  }
  .m-sec2Block__facility_txt {
    font-size: 30px;
    line-height: 1.5;
  }
  .m-sec2Block__ttl {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    width: 100%;
  }
  .m-sec4 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .m-sec4:before {
    height: 320px;
    background-image: url("./../img/sec4_bg.png");
  }
  .m-sec4__ttlBox {
    margin-bottom: 58px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-sec4__ttlBox_body {
    padding: 78px 20px 20px 20px;
  }
  .m-sec4__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .m-sec4__ttlBox_body_ttl {
    font-size: 50px;
  }
  .m-sec4__ttlBox_bg {
    /*margin-top: -20px;
    margin-left: -20px;*/
    width: calc(100% + 40px);
  }
  .m-sec4Block1 {
    margin-bottom: 80px;
  }
  .m-sec4Block1__ttlBox {
    margin-bottom: 38px;
  }
  .m-sec4Block1__ttlBox_ttl {
    font-size: 36px;
    padding-bottom: 38px;
  }
  .m-sec4Block1__ttlBox_deco {
    width: 110px;
  }
  .m-sec4Block2 {
    margin-bottom: 80px;
  }
  .m-sec4Block2__ttl {
    font-size: 20px;
  }
  .m-sec4Block2__ttl strong {
    font-size: 40px;
  }
  .m-sec4Block3 {
    margin-bottom: 80px;
  }
  .m-sec4Block3__ttl {
    font-size: 30px;
    height: 56px;
    margin-bottom: 24px;
  }
  .m-sec4Block3__box1 {
    padding-top: 20px;
    padding-bottom: 80px;
    background-image: url("./../img/sec4_block3_box1_bg.png");
    margin-bottom: 22px;
    background-size: 100% auto;
  }
  .m-sec4Block3__box1_list {
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
  }
  .m-sec4Block3__box1_item {
    font-size: 25px;
    line-height: 1.6;
    width: 306px;
    height: 122px;
    border: 2px solid #AC8D32;
  }
  .m-sec4Block3__box1_item:not(:last-child) {
    margin-right: 16px;
  }
  .m-sec4Block3__box1_copy {
    font-size: 20px;
  }
  .m-sec4Block3__box1_copy strong {
    font-size: 40px;
  }
  .m-sec4Block3__box2 {
    padding: 70px 10px 10px;
    border: 1px solid #AC8D32;
  }
  .m-sec4Block3__box2_ttl {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .m-sec4Block3__box2_list {
    display: flex;
    justify-content: center;
  }
  .m-sec4Block3__box2_item {
    width: 209px;
  }
  .m-sec4Block3__box2_item:not(:last-child) {
    margin-right: 40px;
  }
  .m-sec4Block3__box2_txt {
    margin-top: 42px;
    font-size: 10px;
    text-align: right;
  }
  .m-sec4Block4 {
    margin-bottom: 80px;
  }
  .m-sec4Block4__ttl {
    background-image: url("./../img/deco_ttl2.png"), url("./../img/deco_ttl2.png");
    font-size: 30px;
    padding: 38px 20px;
    margin-bottom: 40px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .m-sec4Block4__ttl strong {
    font-size: 40px;
  }
  .m-sec4Block4__box1 {
    display: flex;
    align-items: flex-end;
    padding: 70px;
    border: 1px solid #AC8D32;
  }
  .m-sec4Block4__box1_body {
    width: 50%;
  }
  .m-sec4Block4__box1_body_ttl {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .m-sec4Block4__box1_body_ttlSub {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .m-sec4Block4__box1_body_txt {
    font-size: 16px;
  }
  .m-sec4Block4__box1_body_txt span {
    font-size: 12px;
  }
  .m-sec4Block4__box1_table {
    width: 50%;
    padding-left: 50px;
  }
  .m-sec5 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .m-sec5:before {
    height: 320px;
    background-image: url("./../img/sec5_bg.png");
  }
  .m-sec5__ttlBox {
    margin-bottom: 58px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-sec5__ttlBox_body {
    padding: 78px 20px 20px 20px;
  }
  .m-sec5__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .m-sec5__ttlBox_body_ttl {
    font-size: 50px;
  }
  .m-sec5__ttlBox_bg {
    /*margin-top: -20px;
    margin-left: -20px;*/
    width: calc(100% + 40px);
  }
  .m-sec5Block:not(:last-child) {
    margin-bottom: 40px;
  }
  .m-sec5Block__list {
    margin-left: -4px;
    margin-right: -4px;
  }
  .m-sec5Block__list_item {
    padding-left: 4px;
    padding-right: 4px;
  }
  .m-sec5Block__list_item_txt {
    font-size: 25px;
    padding: 19px 25px;
  }
  .m-sec5Block__head {
    padding: 70px 72px;
  }
  .m-sec5Block__head_ttl {
    font-size: 30px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .m-sec5Block__head_ttl:before {
    height: 1px;
  }
  .m-sec5Block__head_txt {
    font-size: 16px;
  }

  .m-sec5Block__body {
    display: flex;
    padding: 72px;
  }
  .m-sec5Block__body_txt {
    width: 50%;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .m-sec5Block__body_main {
    width: 50%;
    padding-left: 50px;
  }
  .m-sec5Block__body_main_box--01 {
    padding-right: 40px;
  }
  .m-sec5Block__body_main_box_ttl {
    padding: 9px;
    font-size: 16px;
    margin-bottom: 50px;
  }
  .m-sec5Block__body_main_box_ttl--copy {
    margin-bottom: 3px;
  }
  .m-sec5Block__body_main_box_copy {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .m-sec5Block__body_main_box_copy strong {
    font-size: 34px;
  }
  .m-sec5Block__body_main_box_txt {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .l-only--pc {
    display: none !important;
  }
  .l-only--sp {
    display: block !important;
  }
  .m-btn__item:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
  .m-fixedBottomButtons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.66667vw;
    background-color: rgba(38, 38, 38, 0.9);
    color: #fff;
    font-size: 3.46667vw;
    z-index: 90;
    transform: translateY(101%);
    transition: transform 0.3s ease-out;
  }
  .m-fixedBottomButtons.is-show {
    transform: translateY(0%);
  }
  .m-fixedBottomButtons__inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m-fixedBottomButtons__item {
    width: 50%;
  }
  .m-fixedBottomButtons__item:first-child a {
    border-top-left-radius: 0.66667vw;
    border-bottom-left-radius: 0.66667vw;
  }
  .m-fixedBottomButtons__item:last-child {
    margin-left: 1px;
    width: calc(50% - 1px);
  }
  .m-fixedBottomButtons__item:last-child a {
    border-top-right-radius: 0.66667vw;
    border-bottom-right-radius: 0.66667vw;
    background-color: #ac8d32;
  }
  .m-fixedBottomButtons__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 9.06667vw;
    background-color: #670001;
    text-align: center;
    font-family: YakuHanMP, "Noto Serif JP", serif;
  }
  .m-footerBody {
    padding-top: 10.66667vw;
  }
  .m-footerBtn {
    margin-bottom: 10.66667vw;
  }
  .m-footerBnr {
    margin-bottom: 10.66667vw;
  }
  .m-footerBnr__item:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
  .m-footerBnr__txt {
    margin-top: 2.4vw;
    font-size: 2.66667vw;
  }
  .m-footerNote__ttl {
    font-size: 3.2vw;
    padding: 2vw 2.66667vw;
    margin-bottom: 3.2vw;
  }
  .m-footerNote__txt {
    font-size: 3.2vw;
    margin-bottom: 6.93333vw;
  }
  .m-footerFoot {
    height: 10.66667vw;
    justify-content: center;
	  margin: 0 0 50px;
  }
  .m-footerFoot__copyright {
    text-align: center;
    font-size: 2.66667vw;
  }
  .m-footerFoot__pageTop {
    width: 10.66667vw;
    height: 10.66667vw;
    bottom: 14.6vw;
  }
  .m-footerFoot__pageTop_ico {
    width: 1.86667vw;
    height: 2.53333vw;
    margin-bottom: 0.8vw;
  }
  .m-footerFoot__pageTop_txt {
    font-size: 2.66667vw;
  }
  .m-gallery {
    padding-top: 8.53333vw;
    padding-bottom: 8.53333vw;
  }
  .m-gallery__inner {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .m-gallery__ttl {
    font-size: 4.8vw;
    margin-bottom: 5.33333vw;
  }
  .m-gallery__txt {
    margin-top: 5.6vw;
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  
  .m-gallery__txt_sub {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding: 0.2em 1em;
    border:1px solid #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 0.8em;
  }
  .m-gallery__txt__ttl::before, .m-gallery__txt__ttl::after {
    width: 18vw;
    height: 1px;
  }

  .m-gallery__txt__ttl {
    font-size: 4.8vw;
    margin-bottom: 2.4vw;
  }

  .m-gallery__txt__main {
    font-size: 5vw;
  }

  .m-gallery__txt__ttl::before {
    left: -22vw;
  }

  .m-gallery__txt__ttl::after {
    right: -22vw;
  }
  .m-gallery__btn {
    margin-top: 5.6vw;
    width: 53.33333vw;
    height: 10.66667vw;
    font-size: 3.73333vw;
    box-shadow: 0 0 2.66667vw rgba(255, 255, 255, 0.2);
  }
  .m-headerWrap {
    padding-top: 13.86667vw;
  }
  .m-header {
    position: fixed;
    background-color: #fff;
    height: 13.86667vw;
  }
  .m-header__inner {
    height: 100%;
    padding-left: 1.6vw;
  }
  .m-header__head_logo {
    width: 50vw;
  }
  .m-header__body_nav {
    display: none;
  }
  .m-headerNav {
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding-top: 13.86667vw;
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
    padding-bottom: 5.33333vw;
    background-color: rgba(235, 235, 235, 0.98);
    transition: all 400ms;
    opacity: 0;
    visibility: hidden;
  }
  .m-headerNav.is-open {
    opacity: 1;
    visibility: visible;
  }
  .m-headerNav__list {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .m-headerNav__list_link {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12.8vw;
    font-size: 4.8vw;
  }
  .m-headerNav__utils_item:not(:last-child) {
    margin-bottom: 2.66667vw;
  }
  .m-headerNav__utils_link {
    display: block;
  }
  .m-headerMenuBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 18.93333vw;
    height: 13.86667vw;
    transition: all 400ms;
  }
  .m-headerMenuBtn.is-open {
    background-color: #d6000f;
  }
  .m-headerMenuBtn.is-open .m-headerMenuBtn__ico span {
    background-color: #fff;
    transform-origin: center;
  }
  .m-headerMenuBtn.is-open .m-headerMenuBtn__ico span:nth-child(1) {
    transform: translateY(1.33333vw) rotate(25deg);
  }
  .m-headerMenuBtn.is-open .m-headerMenuBtn__ico span:nth-child(2) {
    transform: translateY(-1.33333vw) rotate(-25deg);
  }
  .m-headerMenuBtn.is-open .m-headerMenuBtn__txt {
    color: #fff;
  }
  .m-headerMenuBtn__ico {
    display: block;
    margin-top: 0.53333vw;
  }
  .m-headerMenuBtn__ico span {
    display: block;
    width: 10.93333vw;
    height: 0.53333vw;
    background-color: #000;
    transition: transform 400ms;
  }
  .m-headerMenuBtn__ico span:nth-child(1) {
    margin-bottom: 2.13333vw;
  }
  .m-headerMenuBtn__txt {
    margin-top: 1.86667vw;
    font-family: "Cardo", "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 3.46667vw;
    line-height: 1.0;
    letter-spacing: 0.01em;
    transition: color 400ms;
  }
  .m-headerMenu {
    display: block;
  }
  .m-kvMain__btn {
    width: 48.13333vw;
    bottom: 16.26667vw;
  }
  .m-kvMain__scroll {
    width: 8vw;
    bottom: 0vw;
  }
  .m-localNav {
    padding-top: 10.93333vw;
    padding-bottom: 10.93333vw;
  }
  .m-localNav__list {
    margin-top: -3.06667vw;
  }
  .m-localNav__item {
    width: 43.06667vw;
    margin-top: 3.06667vw;
  }
  .m-localNav__item:nth-child(2n) {
    margin-left: 3.06667vw;
  }
  .m-localNav__link_body {
    justify-content: center;
    padding: 3.2vw 0.66667vw 5.6vw;
  }
  .m-localNav__link_body_ttl {
    text-align: center;
    font-size: 3.73333vw;
  }
  .m-map {
    padding-top: 8.53333vw;
    padding-bottom: 8.53333vw;
  }
  .m-map__inner {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .m-map__ttl {
    font-size: 4.8vw;
    margin-bottom: 5.33333vw;
  }
  .m-map__btn {
    margin-top: 5.33333vw;
    width: 53.33333vw;
    height: 10.66667vw;
    font-size: 3.73333vw;
  }
  .m-sec1 {
    padding-top: 20vw;
    padding-bottom: 21.33333vw;
  }
  .m-sec1:before {
    height: 39.46667vw;
    background-image: url("./../img/sp/sec1_bg.png");
  }
  .m-sec1__ttlBox {
    margin-bottom: 8.53333vw;
  }
  .m-sec1__ttlBox_body {
    padding: 11.2vw 2.66667vw 2.66667vw 2.66667vw;
  }
  .m-sec1__ttlBox_body_ttlSub {
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
  .m-sec1__ttlBox_body_ttl {
    font-size: 5.5vw;
    /* margin-top: 9vw; */
  }
  .m-sec1__ttlBox_bg {
    margin-top: -12.66667vw;
    margin-left: -2.66667vw;
    width: calc(100% + 5.33333vw);
  }
  .m-sec1__btn {
    padding-top: 5.33333vw;
  }
  .m-sec1Block:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
  .m-sec1Block__col1 {
    padding: 6.4vw 5.33333vw;
  }
  .m-sec1Block__col1_txt {
    padding: 6.66667vw 5.33333vw;
  }
  .m-sec1Block__col1_flex {
    width: 100%;
    padding: 8.93333vw 5.33333vw;
    display:  flex;
    flex-wrap: wrap;
  }
  .m-sec1Block__col1_flex_img {
    width: 74vw;
    margin: 8.8vw auto 0;
  }
  .m-sec1Block__col2 {
    width: 44.53333vw;
  }
  .m-sec1Block__col2:nth-of-type(1),
  .m-sec1Block__col2:nth-of-type(2){
    /* margin-bottom: 1px; */
  }
  .m-sec1Block__col2_img {
    width: 100%;
  }
  .m-sec1Block__col2_txt {
    padding: 6.66667vw 5.33333vw;
    width: 100%;
  }
  .m-sec1Block__col2 .m-sec1Block__ttl {
    font-size: 3.73333vw;
    line-height: 1.25;
  }
  .m-sec1-1 .m-sec1Block__col3 {
    width: 100%;
  }
  .m-sec1-4 .m-sec1Block__col3 {
    width: calc(100% / 3 - 1px);
  }
  .m-sec1Block__col3 .m-sec1Block__blueBg,
  .m-sec1-1_bbg {
    padding: 2.66667vw 0 2.93333vw;
    min-height : auto;
  }
  .m-sec1Block__blueBg {
    padding: 1.73333vw 0 2.93333vw;
  }
  .m-sec1Block__blueBg_white, .m-sec1Block__blueBg_gold {
    margin: 0 0.53333vw;
  }
  .m-sec1Block__blueBg_white {
    font-size: 3.73333vw;
  }
  .m-sec1Block__blueBg_gold {
    font-size: 6.66667vw;
  }
  .m-sec1Block__ttl {
    font-size: 4.8vw;
    line-height: 1.55556;
    text-align: center;
  }
  .m-sec1-1 .m-sec1Block__blueBg small {
    font-size : 10px;
  }
  .m-sec1Block__ttl_pc {
    display: none;
  }
  .m-sec1Block__ttl + .m-sec1Block__body {
    margin-top: 3.6vw;
    padding-top: 2.53333vw;
  }
  .m-sec1Block__body {
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  .m-sec1Block__table {
    border-top: none !important;
  }
  .m-sec1Block__table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .m-sec1Block__table th {
    background: #e6e5e5;
    width: 100%;
    font-size: 3.73333vw;
    padding: 1.2vw 3.73333vw;
  }
  .m-sec1Block__table_td {
    width: 50%;
    font-size: 3.73333vw;
    padding: 1.6vw 0 3.2vw;
  }
  .m-sec1Block__table_td span.txt {
    font-size: 4.8vw;
    line-height: 5.46667vw;
  }
  .m-sec1Block__table_td span.num {
    font-size: 6.13333vw;
    margin: 0 0.53333vw;
  }
  .m-sec1Block__table_price {
    line-height: 1.2;
  }
  .m-sec1Block__table_notice {
    font-size: 2.93333vw;
  }
  .m-sec2 {
    padding-top: 20vw;
    padding-bottom: 21.33333vw;
  }
  .m-sec2:before {
    height: 39.2vw;
    background-image: url("./../img/sp/sec2_bg.png");
  }
  .m-sec2__ttlBox {
    margin-bottom: 8.53333vw;
  }
  .m-sec2__ttlBox_body {
    padding: 11.2vw 2.66667vw 2.66667vw 2.66667vw;
  }
  .m-sec2__ttlBox_body_ttlSub {
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
  .m-sec2__ttlBox_body_ttl {
    font-size: 4.8vw;
    margin-top: 4vw;
  }
  .m-sec2__ttlBox_bg {
    margin-top: -12.66667vw;
    margin-left: -2.66667vw;
    width: calc(100% + 5.33333vw);
  }
  .m-sec2__btn {
    padding-top: 5.33333vw;
  }
  .m-sec2Block {
    margin-bottom: 5.33333vw;
  }
  .m-sec2Block__image {
    margin-bottom: 1.33333vw;
  }
  .m-sec2Block__image_left {
    margin-bottom: 0;
  }
  .m-sec2Block__image_right img {
    width : 100%;
    margin: auto;
  }
  .m-sec2Block__image_txt {
    text-align: center;
    padding: 6.66667vw 3.2vw;
  }
  .m-sec2Block__image_notice {
    bottom: 1vw;
    right:0;
    font-size: 2.4vw;
  }
  .m-sec2Block__cta {
    background-image: url("./../img/sp/sec2_cta_bg.png");
    padding: 5.33333vw;
  }
  .m-sec2Block__cta_ttl {
    border-width: 0.13333vw;
    font-size: 5.33333vw;
    padding: 0.4vw 0;
  }
  .m-sec2Block__cta_ttl::before, .m-sec2Block__cta_ttl::after {
    height: 0.4vw;
  }
  .m-sec2Block__cta_ttl::before {
    margin-bottom: 1.2vw;
  }
  .m-sec2Block__cta_ttl::after {
    margin-top: 2.53333vw;
  }
  .m-sec2Block__cta_ttl span.num {
    font-size: 10.13333vw;
  }
  .m-sec2Block__cta_txt {
    font-size: 3.73333vw;
    line-height: 1.71429;
    padding: 2.66667vw 0 3.06667vw;
  }
  .m-sec2Block__cta_right .m-btn__link {
    box-shadow: 0 0 4.66667vw rgba(255, 255, 255, 0.1);
  }
  .m-sec2Block__hanrei {
    margin-top: 3.06667vw;
  }
  .m-sec2Block__hanrei img{
    display: block;
    max-width: initial;
    width: auto;
    height: 2.2vw;
    margin: 0 auto;
  }
  .m-sec2Block__hanrei--2row img {
    height:11vw;
  }
  .m-sec2Block__type {
    padding: 8.53333vw 6.66667vw;
    border-width: 0.26667vw;
  }
  .m-sec2Block__type_item:not(:last-child) {
    margin-bottom: 10.66667vw;
  }
  .m-sec2Block__type_type {
    font-size: 4.26667vw;
    margin-bottom: 2.13333vw;
  }
  .m-sec2Block__type_type::before, .m-sec2Block__type_type::after {
    height: 0.53333vw;
    width: 1.33333vw;
    margin: 0 1.2vw;
  }
  .m-sec2Block__type_room {
    font-size: 9.33333vw;
    margin-bottom: 2.13333vw;
  }
  .m-sec2Block__type_room span {
    font-size: 4.8vw;
  }
  .m-sec2Block__type_floor {
    border-width: 0.26667vw;
    flex-wrap: wrap;
    margin-bottom: 1.2vw;
    padding: 2.13333vw 0 3.33333vw;
  }
  .m-sec2Block__type_floor .other {
    display: flex;
    flex-direction: column;
  }
  .m-sec2Block__type_floor span.txt {
    font-size: 3.46667vw;
    line-height: 1.07692;
    margin-right: 1.33333vw;
  }
  .m-sec2Block__type_floor span.line {
    height: 6.66667vw;
    margin-right: 1.33333vw;
    width: 0.26667vw;
  }
  .m-sec2Block__type_floor span.area {
    font-size: 8.53333vw;
    margin-right: 0.8vw;
  }
  .m-sec2Block__type_floor span.unit {
    font-size: 4.8vw;
  }
  .m-sec2Block__type_floor span.balcony {
    width: 100%;
    text-align: center;
    font-size: 3.73333vw;
    margin-top: 2.8vw;
  }
  .m-sec2Block__type_list {
    margin-bottom: 4.66667vw;
  }
  .m-sec2Block__type_list_item {
    font-size: 3.73333vw;
    line-height: 1.71429;
    padding-left: 4vw;
  }
  .m-sec2Block__type_list_item::before {
    height: 2.13333vw;
    top: 2.66667vw;
    width: 2.13333vw;
  }
  .m-sec2Block__type_img {
    margin: auto;
    width: 70.4vw;
  }
  .m-sec2Block__facility {
    padding: 5.33333vw 6.66667vw;
    border-width: 0.26667vw;
  }
  .m-sec2Block__facility_ttl {
    font-size: 4.8vw;
    line-height: 1.36111;
    margin-bottom: 4vw;
  }
  .m-sec2Block__facility_ttl .num {
    font-size: 8vw;
  }
  .m-sec2Block__facility_ribbon {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 4vw;
    padding: 0.66667vw 0 0.93333vw;
    width: calc(100% - 5.33333vw);
  }
  .m-sec2Block__facility_ribbon::before, .m-sec2Block__facility_ribbon::after {
    width: 2.66667vw;
  }
  .m-sec2Block__facility_ribbon::before {
    left: -2.66667vw;
  }
  .m-sec2Block__facility_ribbon::after {
    right: -2.66667vw;
  }
  .m-sec2Block__facility_list {
    margin-bottom: 3.2vw;
  }
  .m-sec2Block__facility_list_item {
    width: 37.33333vw;
  }
  .m-sec2Block__facility_list_item.wide {
    width: 100%;
  }
  .m-sec2Block__facility_list_item {
    margin-bottom: 1.33333vw;
  }
  .m-sec2Block__facility_list_txt {
    font-size: 3.2vw;
    line-height: 1.16667;
    padding: 0.8vw;
  }
  .m-sec2Block__facility_txt {
    font-size: 4.26667vw;
    line-height: 1.625;
  }
  .m-sec2Block__ttl {
    font-size: 4.8vw;
    line-height: 1.55556;
  }
  .m-sec2Block__ttl_pc {
    display: none;
  }
  .m-sec4 {
    padding-top: 12.8vw;
    padding-bottom: 21.33333vw;
  }
  .m-sec4:before {
    height: 40.26667vw;
    background-image: url("./../img/sp/sec4_bg.png");
  }
  .m-sec4__ttlBox {
    margin-bottom: 8.53333vw;
  }
  .m-sec4__ttlBox_body {
    padding: 7.2vw 1.33333vw 2.66667vw 1.33333vw;
  }
  .m-sec4__ttlBox_body_ttlSub {
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
  .m-sec4__ttlBox_body_ttl {
    font-size: 6vw;
  }
  .m-sec4__ttlBox_bg {
    margin-top: -2.66667vw;
    margin-left: -2.66667vw;
    width: calc(100% + 5.33333vw);
  }
  .m-sec4Block1 {
    margin-bottom: 10.66667vw;
  }
  .m-sec4Block1__ttlBox {
    margin-bottom: 5.33333vw;
  }
  .m-sec4Block1__ttlBox_ttl {
    font-size: 4.26667vw;
    padding-bottom: 4vw;
    line-height: 1.8;
  }
  .m-sec4Block1__ttlBox_deco {
    width: 14.66667vw;
  }
  .m-sec4Block2 {
    margin-bottom: 10.66667vw;
  }
  .m-sec4Block2__ttl {
    font-size: 4.8vw;
  }
  .m-sec4Block2__ttl strong {
    font-size: 6.4vw;
  }
  .m-sec4Block3 {
    margin-bottom: 10.66667vw;
  }
  .m-sec4Block3__ttl {
    font-size: 4.8vw;
    height: 11.73333vw;
    margin-bottom: 3.06667vw;
  }
  .m-sec4Block3__box1 {
    padding: 5.33333vw 5.33333vw 12.53333vw;
    margin-bottom: 5.33333vw;
    background-image: url("./../img/sp/sec4_block3_box1_bg.png");
    background-size: auto 100%;
  }
  .m-sec4Block3__box1_list {
    margin-bottom: 5.33333vw;
  }
  .m-sec4Block3__box1_item {
    font-size: 4vw;
    /* height: 12.8vw; */
    border: 0.53333vw solid #AC8D32;
    line-height: 1.5;
  }
  .m-sec4Block3__box1_item:not(:last-child) {
    margin-bottom: 2.66667vw;
  }
  .m-sec4Block3__box1_copy {
    font-size: 4.8vw;
  }
  .m-sec4Block3__box1_copy strong {
    font-size: 5.86667vw;
  }
  .m-sec4Block3__box2 {
    padding: 8.53333vw 5.33333vw 8.53333vw;
    border: 0.13333vw solid #AC8D32;
  }
  .m-sec4Block3__box2_ttl {
    font-size: 4.26667vw;
    margin-bottom: 6.66667vw;
  }
  .m-sec4Block3__box2_item:not(:last-child) {
    margin-bottom: 14.93333vw;
  }
  .m-sec4Block3__box2_txt {
    margin-top: 54px;
    font-size: 2.93333vw;
  }
  .m-sec4Block4 {
    margin-bottom: 10.66667vw;
  }
  .m-sec4Block4__ttl {
    background-image: url("./../img/sp/deco_ttl2.png"), url("./../img/sp/deco_ttl2.png");
    padding: 6vw 0vw;
    margin-left: 5.33333vw;
    margin-right: 5.33333vw;
    line-height: 1.6;
    font-size: 4.8vw;
    margin-bottom: 5.33333vw;
  }
  .m-sec4Block4__ttl strong {
    font-size: 6.4vw;
  }
  .m-sec4Block4__box1 {
    padding: 5.33333vw 4.8vw;
    border: 0.13333vw solid #AC8D32;
  }
  .m-sec4Block4__box1_body_ttl {
    font-size: 4.8vw;
    margin-bottom: 4.26667vw;
  }
  .m-sec4Block4__box1_body_ttlSub {
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
  .m-sec4Block4__box1_body_txt {
    font-size: 3.73333vw;
  }
  .m-sec4Block4__box1_table {
    margin-top: 4vw;
  }
  .m-sec5 {
    padding-top: 12.8vw;
    padding-bottom: 21.33333vw;
  }
  .m-sec5:before {
    height: 47.86667vw;
    background-image: url("./../img/sp/sec5_bg.png");
  }
  .m-sec5__ttlBox {
    margin-bottom: 8.53333vw;
  }
  .m-sec5__ttlBox_body {
    padding: 7.2vw 2.66667vw 2.66667vw 2.66667vw;
  }
  .m-sec5__ttlBox_body_ttlSub {
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
  .m-sec5__ttlBox_body_ttl {
    font-size: 6vw;
  }
  .m-sec5__ttlBox_bg {
    margin-top: -2.66667vw;
    margin-left: -2.66667vw;
    width: calc(100% + 5.33333vw);
  }
  .m-sec5Block:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
  .m-sec5Block__list {
    margin-left: -0.13333vw;
    margin-right: -0.13333vw;
  }
  .m-sec5Block__list_item {
    padding-left: 0.13333vw;
    padding-right: 0.13333vw;
  }
  .m-sec5Block__list_item_txt {
    font-size: 3.73333vw;
    padding: 2.53333vw 0 2.66667vw;
  }
  .m-sec5Block__head {
    padding: 8vw 5.33333vw;
  }
  .m-sec5Block__head_ttl {
    font-size: 4.8vw;
    padding-bottom: 4.26667vw;
    margin-bottom: 4.26667vw;
  }
  .m-sec5Block__head_ttl:before {
    height: 0.26667vw;
  }
  .m-sec5Block__head_txt {
    font-size: 3.73333vw;
  }
  .m-sec5Block__body {
    padding: 5.33333vw;
  }
  .m-sec5Block__body_txt {
    font-size: 3.73333vw;
    margin-bottom: 5.33333vw;
  }
  .m-sec5Block__body_main_box:not(:last-child) {
    margin-bottom: 10.4vw;
  }
  .m-sec5Block__body_main_box_ttl {
    padding: 2.4vw;
    font-size: 3.73333vw;
    margin-bottom: 5.33333vw;
  }
  .m-sec5Block__body_main_box_copy {
    font-size: 4.26667vw;
    margin-bottom: 4.8vw;
  }
  .m-sec5Block__body_main_box_copy strong {
    font-size: 6.4vw;
  }
  .m-sec5Block__body_main_box_txt {
    margin-top: 4.8vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

.t-center {
  text-align: center;
}
.m-sec2__ttlBox_body--row3 {
  padding: 9vw 2.66667vw 2.66667vw 2.66667vw;
}
.m-sec2Block__image_left {
  width: 100%;
}
.m-sec1Block__col1_flex_img .notice{
  color: #505050;
  text-align: right;
  font-size: 2.93333vw;
}
@keyframes transform_x {
  0% {right: -3.5vw;}
  100% {right: -5vw;}
}
@media screen and (min-width: 768px), print {
  .t-center {
    text-align: center;
  }
  .m-sec1Block__col2_txt--center {
    display: flex;
    align-items: center;
  }
  .m-sec2__ttlBox_body--row3 {
    padding: 78px 20px 20px 20px;
  }
  .m-sec2Block__image_left {
    max-width: 480px;
  }
  .m-sec1Block__col1_flex_img .notice{
    font-size: 10px;
  
  }
}

.type-note {
  width : 100%;
  margin : 30px 20px 0 0 ;
  font-size : 12px;
  text-align : right;
  line-height : 1.8;
}
.type-note span {
  padding: 2px 7px;
  color: #fff;
  font-size: 10px;
  line-height: 1.6;
  background-color: #000;
}

.type-note img {
  /* width: 120px; */
  display : inline;
  margin-bottom : 10px;
  height: 21px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .type-note {
    font-size : 10px;
    margin : 30px 0 0;
  }
}

.m-sec2Block__hanrei {
  display : none!important;
}

.m-sec2Block__image_notice {
  color: #000;
  right : 5px;
}

/* modal */
.js-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.js-modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
}
.js-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .js-modal_content {
    width: 85%;
  }
}

.js-modal_content_inner {
  position: relative;
}

.js-modal_close {
  position: absolute;
  bottom: calc( 100% + 4px);
  left: calc( 100% + 4px);
  font-size: 0;
}
.js-modal_close:before {
  font-size: 24px;
  color: #fff;
  content: '✕';
  font-weight: bold;
}



/*=======================
.cap-image
=======================*/
.cap-image {
    position : relative;
    min-height: 0%;
    margin: 0;
}

.cap-image .cap {
    position : absolute;
    right : 5px;
    bottom: 5px;
    color : #fff;
    z-index : 2;
    font-size : 10px;
}

.cap-image .cap.cap-left {
    right : auto;
    left : 10px;
}

.cap-image .cap.cap-bk {
    color : #000;
}

.cap-image .cap.cap-under {
    position : static;
    margin-top : 5px;
    color : #000;
}

/*=======================
.innerBlock
=======================*/
.innerBlock {
  padding: 60px 72px;
  background : #fff;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .innerBlock {
    padding: 6.4vw 5.33333vw;
  }
}

.rowBox {
  display : flex;
  justify-content : space-between;
  flex-wrap : wrap;
}

/*=======================
.ttlBox
=======================*/

.ttlBox {
  width : 960px;
  max-width: 100%;
  margin : 0 auto 72px;
  background: #02374c;
  background: -moz-linear-gradient(left,  #02374c 0%, #014e6a 50%, #02374c 100%);
  background: -webkit-linear-gradient(left,  #02374c 0%,#014e6a 50%,#02374c 100%);
  background: linear-gradient(to right,  #02374c 0%,#014e6a 50%,#02374c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02374c', endColorstr='#02374c',GradientType=1 );
  border : 2px solid #AD8D31;
  -webkit-box-shadow: 0 0 10px 0 #AD8D31;
  box-shadow: 0 0 10px 0 #AD8D31;
  position : relative;
  text-align : center;
}

.ttlBox_body {
    padding: 60px 20px;
    position : relative;
    z-index : 2;
}

.ttlBox_body_ttlSub {
  color: #dac05a;
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.ttlBox_body_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #e6e5e5;
  line-height: 1.4;
  font-size: 50px;
}

.ttlBox_bg {
  position : absolute;
  top : 0;
  left : 0;
  width : 265px;
  height : auto;
  max-width : none;
  z-index : 1;
}

@media screen and (max-width: 767px) {
  .ttlBox {
    margin-bottom: 8.53333vw;
  }
  .ttlBox_body {
    padding: 3.6vw 2.66667vw 2.66667vw;
  }
  .ttlBox_body_ttlSub {
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
  .ttlBox_body_ttl {
    font-size: 6.66667vw;
  }
  .ttlBox_bg {
    width : calc(240 / 670 * 100%);
  }
}

/*=======================
title, text
=======================*/
.Block__ttl {
  color: #00374c;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-size: 24px;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
}

.Block__ttl_center {
  text-align : center;
}

.Block__ttls .Block__ttl {
  /* border-bottom : solid 1px #dac05a; */
  padding-bottom : 20px;
  margin-bottom : 20px;
  font-feature-settings: "palt" 1;
}

.Block__text {
  font-size: 16px;
  line-height: 1.875;
  font-feature-settings: "palt" 1;
  font-family : YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .Block__ttl {
    font-size: 4.7vw;
    line-height: 1.55556;
  }
  .Block__ttls .Block__ttl {
    padding-bottom: 3.6vw;
    margin-bottom: 2.53333vw;
  }
  .Block__text {
    font-size: 3.4vw;
    line-height: 1.71429;
  }
}

.Block__head .Block__img-ttl {
  height : 40px;
  margin-bottom : 35px;
}

.Block__head p {
  margin: 30px 120px 0;
}

@media screen and (max-width: 767px) {
  .Block__head .Block__img-ttl {
    height : 30px;
    margin-bottom : 15px;
  }
  .Block__head p {
    margin : 20px 0 0;
  }
}

.m-sec1Block__col3 {
  background : #00374c;
}

.fs__10px {
  font-family : YakuHanMP, "Noto Serif JP", serif;
  font-size: 10px;
  font-feature-settings: "palt" 1;
  line-height: 1.5;
}

/* 2022/10/04 */
.m-sec1,
.m-sec2 {
  padding-bottom: 0;
}
/* Ã£â€šÂ¢Ã£Æ’Â³Ã£â€šÂ«Ã£Æ’Â¼Ã£Æ’ÂªÃ£Æ’Â³Ã£â€šÂ¯ */
.anchorNav .anchorNav__list {
  display: flex;
  justify-content: center;
}
.anchorNav .anchorNav__imgWrap {
  overflow: hidden;
}
.anchorNav .anchorNav__img {
  transition: transform 0.6s ease;
}
.anchorNav .anchorNav__img:active {
  transform: scale(1.1);
}
.m-sec2Block__type_banner {
  position: relative;
}
.m-sec2Block__type_banner_link {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  /* Ã£â€šÂ¢Ã£Æ’Â³Ã£â€šÂ«Ã£Æ’Â¼Ã£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢ */
  .anchorNav {
    margin-bottom: 80px;
  }
  .anchorNav--top {
    margin-top: 80px;
  }
  /* CVÃ£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢ */
  .m-btn__list:not(.m-footerBtn .m-btn__list) {
    justify-content: space-between;
  }
  .m-footerBtn .m-btn__list .m-btn__item:nth-child(5) {
    margin-left: 31px;
  }
}
@media screen and (max-width: 767px), print {
  /* CVÃ£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢ */
  .m-btn__item:not(:last-child) {
    margin-bottom: 10px;
  }
  /* Ã¨Â³Æ’Ã¨Â²Â¸Ã£Ââ€šÃ£ÂÅ Ã£â€šÅ  */
  .m-topBanner {
    margin: 10.93333vw 5.33333vw 0;
    position: relative;
  }
  .m-topBanner_link {
    display: block;
    position: absolute;
    bottom: 7.93333vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 72.93333333vw;
  }
  /* Ã£â€šÂ¢Ã£Æ’Â³Ã£â€šÂ«Ã£Æ’Â¼Ã£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢ */
  .anchorNav {
    margin-bottom: 8.5vw;
  }
  .anchorNav--top {
    margin-top: 10.93333vw;
  }
  .m-sec1 .anchorNav,
  .m-sec2 .anchorNav {
    margin-top: 8.5vw;
  }
  .m-sec2Block__type_banner {
    margin-top: 6.66667vw;
  }
  .m-sec2Block__type_banner_link {
    top: 104vw;
    width: 62.93333333vw;
  }
  .m-sec2Block__cta_right .m-btn__link {
    box-shadow: none;
    filter: drop-shadow(0 0 4.66667vw rgba(255, 255, 255, 0.1));
  }
}
.m-gallery__txt-cap {
  font-size: 10px;
}

/*20221028*/
.flex-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
  
.m-sec1Block__col3 {
  width: calc((100% - 4px) / 3);
}
  
@media screen and (max-width: 767px), print {
  .m-sec1Block__col3 {
    /* margin-bottom : 2px; */
  }
  .m-sec1Block__col3:last-child {
    margin-bottom : 0px;
  }
}

.m-sec1-1,
.m-sec1-2,
.m-sec1-3,
.m-sec1-4,
.m-sec1-5 {
  background : #fff;
}

.m-sec1-1,
.m-sec1-3 {
  margin-bottom : 0!important;
  /* padding-bottom : 50px; */
}

.m-sec1-1 .m-sec1Block__col3 {
  width: calc((100% - 4px) / 3);
}

@media screen and (max-width: 767px), print {
  .m-sec1-1 .m-sec1Block__blueBg_white {
    font-size: 3.2vw;
  }
  .m-sec1-1 .m-sec1Block__col3:last-child {
    /* margin-bottom : 2px; */
  }
}

.m-sec2__ttlBox_body_ttl sub {
  font-size : 12px;
}

/*slide================================*/
.m-sec2Block__gallery {
  /* background: linear-gradient(180deg, #000 0%, #e6e5e5 60%); */
  position: relative;
  margin-bottom: 0;
}

.m-sec2Block__gallery_ttl {
  /* color: #fff; */
}

.m-sec2Block__gallery_ttl .ja {
  display: block;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.m-sec2Block__gallery_ttl .en {
  display: block;
  text-align: center;
  font-family: "Cardo", "Noto Serif JP", serif;
  letter-spacing: .1em;
}

.m-sec2Block__gallery_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* overflow: hidden; */
  margin: auto;
  position: relative;
}

.m-sec2Block__gallery_wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  /* overflow: hidden; */
}

.m-sec2Block__gallery_slide {
  flex-shrink: 0;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .2s;
}

.m-sec2Block__gallery_slide.swiper-slide-active {
  opacity: 1;
}

.m-sec2Block__gallery_slide_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  /* border-bottom: 1px #AC8D32 solid; */
}

.m-sec2Block__gallery_slide_body {
  font-feature-settings: "palt" 1;
}

.m-sec2Block__gallery_prev, .m-sec2Block__gallery_next {
  background: url("./../img/btn_arrow.png") center/100% no-repeat;
  display: block;
  position: absolute;
  z-index: 10;
  pointer-events: all;
  cursor: pointer;
}

.m-sec2Block__gallery_prev img, .m-sec2Block__gallery_next img {
  width: 100%;
}

.m-sec2Block__gallery_next {
  transform: rotate(180deg);
}

@media screen and (min-width: 768px), print {
  .m-sec2Block__gallery_ttl {
    padding-top: 76px;
    padding-bottom: 36px;
  }
  .m-sec2Block__gallery_ttl .ja {
    font-size: 30px;
    letter-spacing: .1em;
    margin-bottom: 24px;
  }
  .m-sec2Block__gallery_ttl .en {
    font-size: 18px;
  }
    .m-sec2Block__gallery_slide {
    width: 720px;
  }
  .m-sec2Block__gallery_slide_ttl {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 28px;
    /* margin-bottom: 15px; */
    padding-bottom: 15px;
    text-align: center;
  }
  .m-sec2Block__gallery_slide_ttl span {
    display : block;
    margin-top :5px;
  }
  .m-sec2Block__gallery_slide_body {
    font-size: 16px;
    line-height: 1.875;
  }
  .m-sec2Block__gallery_prev, .m-sec2Block__gallery_next {
    height: 26px;
    top: 230px;
    width: 19px;
  }
  .m-sec2Block__gallery_prev {
    left: 90px;
  }
  .m-sec2Block__gallery_next {
    right: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-sec2Block__gallery_ttl {
    padding-top: 10.13333vw;
    padding-bottom: 5.6vw;
  }
  .m-sec2Block__gallery_ttl .ja {
    font-size: 4.8vw;
    letter-spacing: .2em;
    margin-bottom: 2.8vw;
  }
  .m-sec2Block__gallery_ttl .en {
    font-size: 2.4vw;
  }
  .m-sec2Block__gallery_slide {
    width: 76vw;
  }
  .m-sec2Block__gallery_slide_ttl {
    border-width: 0.26667vw;
    font-size: 3.8vw;
    line-height: 1.8;
    margin-bottom: 1.33333vw;
    margin-top: 4vw;
    padding-bottom: 2.53333vw;
    text-align : center;
  }
  .m-sec2Block__gallery_slide_ttl span {
    display : block;
  }
  .m-sec2Block__gallery_slide_body {
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  .m-sec2Block__gallery_prev, .m-sec2Block__gallery_next {
    height: 3.46667vw;
    top: 25vw;
    width: 2.53333vw;
  }
  .m-sec2Block__gallery_prev {
    left: -2vw;
  }
  .m-sec2Block__gallery_next {
    right: -2vw;
  }
}

/*end slide=============================*/

.m-sec2Block__gallery_slide {
  position : relative;
}


/*20231218*/
.m-sec1-2,
.m-sec1-4 {
    margin-bottom: 0!important;
  /* padding-bottom : 50px; */
}
.access-block {
  padding : 0 15% 20px;
  display : flex;
  justify-content : space-between;
  flex-wrap : wrap;
}

.access-block .m-sec1-4-2 img {
	margin-top: 0;
}

.access-block__item {
  width : calc((100% - 40px));
  display : flex;
  align-items: start;
  justify-content : space-between;
  margin-bottom : 40px;
}

.access-block__item .access-img {
  width : calc(240 / 770 * 100%);
  height : auto;
  max-width : none;
}

.access-block__item .access-txt {
  width : calc(510 / 770 * 100%);
  height : auto;
  max-width : none;
}

.access-block__item .access-txt .Block__ttl {
	color: #000;
	font-size: 20px;
}

@media screen and (max-width: 767px) {
  .access-block__item {
    /* width : 100%; */
    width: calc((100% - 10px));
    margin-bottom : 25px;
    flex-direction: column;
    justify-content: left;
  }
  .access-block__item .access-img,
  .access-block__item .access-txt {
    width :100%;
  }
  .access-block__item .access-img,
  .access-block__item .access-txt {
    margin-bottom : 10px;
  }
  .access-block {
    padding: 6.4vw 5.33333vw;
  }
}

.m-sec1-5-2.innerBlock {
  padding-top : 0;
  overflow: hidden;
}

/*2024.07.09追加*/
/*************************************************

innerBlock

*************************************************/
.m-sec1 .type-note {
  margin : 0;
}
.innerBlock {
  padding: 20px 50px;
  background : #fff;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .innerBlock {
    padding: 6.4vw 5.33333vw;
  }
}

/*************************************************

Section

*************************************************/
.m-sec1-1-1.innerBlock {
  padding-top: 50px;
}
.m-sec1-1-2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 644px;
  margin: 0 auto;
}
.m-sec1-1-2__item {
  width: calc(100% / 2);
}
.m-sec1-1-2__item {
  width: 264px;
}
.m-sec1-1-3 {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.m-sec1-2 {
  display: block;
}
.m-sec1-2-1 {
  width: 100%;
  margin: 0 auto;
}
.m-sec1-2-2 {
  width: 100%;
  max-width: 424px;
  margin: 0 auto;
}
.m-sec1-2-3 {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.m-sec1-3-1 {
  width: 100%;
  margin: 0 auto;
}

.m-sec1-3-1.innerBlock {
  padding-bottom: 0;
}
.m-sec1-3-2 {
  width: 100%;
  margin: 0 auto;
}
.m-sec1-3-3 {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 100px;
}
.m-sec1-4-2 img {
  margin-top: 0;
}
.m-sec1-4-3 {
  display: flex;
  justify-content: space-between;
}
.m-sec1-4-4 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .m-sec1-1-2 {
    flex-direction: column;
  }
  .m-sec1-1-2__item {
    width: 100%;
  }
  .m-sec1-4-4 {
    flex-direction: column;
    margin-bottom: 50px;
  }
}

/*************************************************

access-lineimg

*************************************************/
.access-lineimg {
  position: relative;
  padding-bottom: 30px;
}
.access-lineimg__inner {
  padding: 20px;
}

.access-lineimg__img {
  position: relative;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .access-lineimg__inner {
    padding: 6.4vw 5.33333vw;
  }
  .m-sec1-1-3 .access-lineimg__inner,
  .m-sec1-2-3 .access-lineimg__inner {
    width: 100%;
  }
}

/*************************************************

access-columnimgs

*************************************************/
.access-title {
  padding: 5px;
  background-color: #00A29A;
  color: #FFF;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}

.access-body {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.access-body-cap {
  position: absolute;
  bottom: -20px;
  right: 0;
  padding: 2px 7px;
  color: #fff;
  font-size: 10px;
  line-height: 1.6;
  background-color: #000;
}
.access-columnimgs {
  display: flex;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .access-title {
    font-size: 14px;
  }
  .access-columnimgs {
    flex-wrap: wrap;
    padding: 0;
  }
}

.access-columnimgs__item {
  position: relative;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .access-columnimgs__item {
    width: 50%;
  }
}

.access-item {
  display: flex;
  width: 391px;
}
.access-item__left {
  width: calc(207 / 391 * 100%);
}
.access-item__right {
  width: calc(184 / 391 * 100%);
}
@media screen and (max-width: 767px) {
  .m-sec1-3-3 {
    flex-direction: column;
    gap: 20px;
  }
  .access-item {
    width: 100%;
  }
}

/*************************************************

parts-abscap

*************************************************/
.parts-abscap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 7px;
  color: #fff;
  font-size: 10px;
  line-height: 1.6;
  background-color: #000;
  z-index: 3;
}
.abscap__btm {
	bottom: -20px;
	background-color: inherit;
}

.Block__ttl {
  color: #00374c;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-size: 24px;
  line-height: 1.5;
}


/* 30分見学コース紹介 */
.m-sec3Block__30min {
  background: linear-gradient(0deg, #AC8D32 0%, #FFF 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 1px #AC8D32 solid;
}
.txt-gold{
  color: #AC8D32;
  margin: 0 2px;
}
.txt-red{
  color: #86202C;
  margin: 0 2px;
}
.txt-w800{
  font-weight: 800;
}
.txt-s{
  font-size: .7em;
}
.txt-ss{
  font-size: .6em;

}
.txt-l02{
  font-size: 1.2em;
}
.txt-l05{
  font-size: 1.5em;
}
.txt-l06{
  font-size: 1.6em;
}

.txt-l07{
  font-size: 1.7em;
}
.m-sec3Block__30min span {
    vertical-align: baseline;
}
.m-sec3Block__30min_ttl {
    color: #636363;
    font-family: YakuHanMP, "Noto Serif JP", serif;
    text-align: center;
}
.m-sec3Block__30min_body{
  color: rgb(0, 55, 76);
  font-family: YakuHanMP, "Noto Serif JP", serif;
    text-align: center;
}
.m-sec3Block__30min .m-sec1Block{
  width: 100%;
}
.m-sec3Block__30min .m-sec1Block__col3{
  border: 1px solid #CCC;
  background: #f7f7f7;
}
.head__30min01{
  padding-top: 15px;
  color: #AC8D32;
	font-size: 25px;
	font-style: italic;
  text-align: center;
  margin-bottom: 15px;
}
.head__30min02{
  padding-bottom: 15px;
  color: rgb(0, 55, 76);
	font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
.yl-marker{
  background: linear-gradient(transparent 50%, #efff1b 50%);
}
.og-marker{
  background: linear-gradient(transparent 75%, #ffbb1b4a 75%);
}
.hd-slash {
  align-items: baseline;
  display: flex;
  justify-content: center;
}
.hd-slash::before,
.hd-slash::after {
  background-color: #676767;
  border-radius: 5px;
  content: "";
  height: 3px;
  width: 55px;
}
.hd-slash::before {
  margin-right: 10px;
  transform: rotate(50deg);
}
.hd-slash::after {
  margin-left: 10px;
  transform: rotate(-50deg);
}
@media screen and (min-width: 768px), print {
    .txt-l {
        font-size: 45px;
    }

  .m-sec3Block__30min {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      padding: 30px 50px;
      margin-top: 30px;
  }
  .m-sec3Block__30min_ttl {
        font-size: 20px;
        padding: 3px 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .m-sec3Block__30min_body{
      font-size: 18px;
    }
    .m-sec3Block__30min .m-btn__item{
      width: 450px;

    }
    .m-sec3Block__30min .m-sec1Block__col3{
      width: calc((100% - 4px) / 4);
    }
}

@media screen and (max-width: 767px) {
    .txt-l {
        font-size: 8.13333vw;
    }
    .m-sec3Block__30min {
      margin-top: 5.33333vw;
        padding: 5.53333vw 3.66667vw;
        border-width: 0.26667vw;
    }
    .m-sec3Block__30min_ttl {
        border-width: 0.13333vw;
        font-size: 3vw;
        padding: 0.4vw 0;
        margin-bottom: 5px;
    }
    .m-sec3Block__30min_body{
      font-size: 2.8vw;
      line-height: 1.55556;
    }

    .head__30min01{
      padding-top: 10px;
      font-size: 14px;
      margin-bottom: 5px;
    }
    .head__30min02{
      padding-bottom: 10px;
      font-size: 12px;
    }
    .m-sec3Block__30min .m-sec1Block__ttl{
      text-align: center;
    }
    .m-sec3Block__30min .m-sec1Block{
      /* flex-wrap: nowrap; */
    }
    .m-sec3Block__30min .m-sec1Block__col3{
      width: 40.64vw;
    }
    .hd-slash::before, .hd-slash::after{
      height: 2px;
      width: 40px;
    }
}
/* 30分見学コース end */


/*インフォメーションセンター*/

.m-infomationCenter {
	background: #c4ced7;
	padding: 80px 0;
	margin: 0 auto;
}
.info-center__txt {
	font-size: 30px;
	text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
	line-height: 1.5;
	padding: 0 0 30px;
}
.info-center__txt p:nth-child(2) {
  font-size: 24px;
  padding: 20px 0 0;
}
.info-center__map {
	width: 440px;
	margin: 0 auto;
	border: 1px solid #ddd;
}
.m-infoCenter__txt {
	margin-top: 36px;
	font-size: 16px;
	line-height: 1.875;
	text-align: center;
}
.m-infoCenter__txt_sub {
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding: 0.2em 1em;
	border:1px solid #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 0.8em;
}
.m-infoCenter__txt__ttl {
	font-size: 24px;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
}
.m-infoCenter__txt__ttl {
  position: relative;
  line-height: 1;
  display: inline-flex;
}
.m-infoCenter__txt__ttl::before, .m-infoCenter__txt__ttl::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
  top: 0;
  bottom: 0;
  margin: auto;
}
.m-infoCenter__txt__ttl::before, .m-infoCenter__txt__ttl::after {
	width: 150px;
	height: 1px;
}
.m-infoCenter__txt__main {
	font-size: 32px;
}
.m-infoCenter__txt__ttl::before {
	left: -170px;
}
.m-infoCenter__txt__ttl::after {
	right: -170px;
}
.m-infoCenter__google p {
	font-size: 32px;
	line-height: 1.5;
	text-align: center;
	padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
	.m-infomationCenter {
		padding: 30px 0;
		margin: 0 auto;
}
	.info-center__txt {
		font-size: 4.8vw;
	}
	.info-center__txt p:nth-child(2) {
		font-size: 4.2vw;
	}
	.info-center__map {
		width: calc(100% - 10.66666vw);
	}
	.m-infoCenter__txt__ttl::before, .m-infoCenter__txt__ttl::after {
		width: 18vw;
		height: 1px;
	}
	.m-infoCenter__txt__ttl {
		font-size: 4.8vw;
		margin-bottom: 2.4vw;
	}
	.m-infoCenter__txt__main {
		font-size: 5vw;
	}
	.m-infoCenter__txt__ttl::before {
		left: -22vw;
	}
	.m-infoCenter__txt__ttl::after {
		right: -22vw;
	}
	.m-infoCenter__google p {
		font-size: 5vw;
	}
}

/*インフォメーションセンター end */







