@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://fonts.googleapis.com/css2?family=Cormorant+Infant&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(to left, #c6b389, #ece2c7);
}

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

.m-gallery__txt {
  color: #191919;
}

.m-gallery__lead {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
  border-bottom: 1px #ac8d32 solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.m-gallery__table__tr {
  border-bottom: 1px #ac8d32 solid;
}

.m-gallery__table__th {
  width: 25%;
  text-align: left;
  letter-spacing: 1.2px;
}

.m-gallery__table__td {
  display: block;
}

.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; */
}

.m-localNav.-bg {
  background: url(../img/m-localNav_bg.jpg) no-repeat 50% 50% / cover;
}

.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; */
  background-image: linear-gradient(to left, #c7c0b0, #eeeade);
}

.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 {
  background-image: linear-gradient(to left, #c6b389, #ece2c7);
}

.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-sec1Block__ttl .red {
  color: #a40305;
}

.m-sec1Block__ttl.-color-black {
  color: #000;
}

.m-sec1Block__col1_img.-bg-white {
  background: #fff;
}

.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-sec1Wrap {
  background-color: #ffffff;
}

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

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

.m-sec1Block__col1_img {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

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

.m-sec1Block__col1_flex {
  background: #fff;
}

.m-sec1Block__col1_flex_img {
  flex-shrink: 0;
}

.m-sec1Block__col2_txt {
  background: #fff;
}

.m-sec1Block__col2 {
  position: relative;
}

.m-sec1Block__desc {
  color: #ffffff;
  text-align: center;
  font-family: 'Cormorant Infant', serif;
  letter-spacing: .05em;
  line-height: .7;
  position: absolute;
  text-align: right;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}

.m-sec1Block__desc .name {
  letter-spacing: .1em;
}

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

.m-sec1Block__desc+.cap {
  bottom: 10px;
  color: #ffffff;
  left: 10px;
  position: absolute;
  z-index: 2;
}

.-bg-inherit {
  background-color: inherit;
}

.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 sup {
  font-size: 16px;
}

.m-sec1Block__ttl+.m-sec1Block__body {
  border-top: 1px #ac8d32 solid;
}

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

.m-sec1Block__table {
  width: 100%;
}

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

.m-sec1Block__table_td {
  text-align: center;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.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;
}

.layoutCol {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
}

.layoutCol .gothic {
  font-size: 20px;
  line-height: 1.6;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.m-sec1_bg-white {
  background: #fff;
  padding: 20px;
}

.m-sec1__colBox {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  width: 100%;
}

.m-sec1__colBox .lightBorder {
  border: 1px solid #ac8d32;
}

.m-sec1__colBox_item {
  width: 50%;
}

.m-sec1__colBox_item {
  position: relative;
  width: 50%;
}

.m-sec1__colBox_item .cap {
  color: #595959;
  margin-top: 30px;
  text-align: right;
}

.m-sec1__colBox_item .cap--in-right {
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.m-sec1__colBox_txtWrap {
  padding: 0 70px;
}

.m-sec1__colBox_lead {
  background-color: #191919;
  color: #fff;
  font-size: 30px;
  padding: 15px 0 15px 40px;
}

.m-sec1__colBox_image {
  display: block;
}

.m-sec1__colBox_ttl {
  color: #00374c;
  font-size: 30px;
  line-height: 1.5;
  margin: 40px 0 0;
  padding-bottom: 30px;
}

.m-sec1__colBox_ttl--mt {
  margin-top: 155px;
}

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

.headingLv1 {
  font-size: 20px;
  letter-spacing: 0.16em;
  line-height: 1.8;
  white-space: nowrap;
  color: #525252;
}

.headingLv1+.txt {
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 0.24em;
  line-height: 2.571;
  color: #525252;
  font-feature-settings: "palt";
}

.fare__heading span {
  display: inline-block;
  padding-right: 10px;
  color: #000;
}

.fare__text span {
  color: #000;
}

.fare__row {
  align-items: flex-end;
  background: url(../img/bg-dot.gif) repeat-x 0 22px;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #525252;
}

.fare__text span {
  display: inline-block;
  padding-left: 10px;
  /* color: #9e9c87; */
  font-size: 26px;
}

.fare__text .font__number {
  padding-left: 0;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 0.8;
  color: #ac8d32;
}

.fare__heading span,
.fare__text span {
  background: #fff;
}

[data-color="lgray"] {
  color: #e7e7e7;
}

[data-color="gray"] {
  color: #999;
}

.taxi_cap {
  margin-top: 30px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.12em;
}

.airportSection__txtBox {
  max-width: 520px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.airportSection__figBox {
  max-width: 500px;
}

.airportSection__figBox .photo {
  position: relative;
}

.airportSection__figBox .photo .cap {
  position: absolute;
}

.airportSection__figBox .photo .cap--inRight {
  color: #fff !important;
  right: 8px;
  bottom: 5px;
}

.cap--inRight {
  color: #fff !important;
}

[data-color="shadow"] {
  color: #fff;
  text-shadow: 0 0 3px rgb(0 0 0 / 70%), 0 0 3px rgb(0 0 0 / 70%),
    0 0 3px rgb(0 0 0 / 70%), 0 0 3px rgb(0 0 0 / 70%), 0 0 3px rgb(0 0 0 / 70%);
}

.airportSection__feauture {
  margin-top: 20px;
}

/* .-bg-inherit {
  background-color: inherit;
} */
.airportSection .cap {
  margin-top: 20px;
}

.txt.gothic sup {
  font-size: 14px;
}

.airportSection__time {
  margin-top: 20px;
}

.airportSection__time.photo {
  position: relative;
}

.airportSection__time.photo .cap {
  position: absolute;
}

.airportSection__time.photo .cap--inRight {
  right: 8px;
  bottom: 5px;
}

.cap {
  color: #191919;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.m-sec1Block__ttl small {
  font-size: 18px;
}

.m-sec2 {
  position: relative;
  background-image: linear-gradient(to left, #c7c0b0, #eeeade);
}

.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-sec2Block__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

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

.m-sec2Block__col1_img {
  width: 100%;
  position: relative;
}

.m-sec2Block__col1_img--util {
  max-width: 600px;
  margin: 0 auto;
}

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

.m-sec2Block__col1_flex {
  background: #fff;
}

.m-sec2Block__col1_flex_img {
  flex-shrink: 0;
}

.m-sec2Block__col1_img_cap {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.m-sec2Block2 {
  background-color: #ffffff;
  border: 1px solid #ac8d32;
  position: relative;
}

.m-sec2Block__col1__cap {
  position: absolute;
  color: #fff;
  right: 0;
  bottom: 0;
}

.m-sec2Block__col2_txt {
  /* background: #fff; */
}

.ttl-center {
  text-align: center;
}

.m-sec2Block2__ttl.mb20 {
  margin-bottom: 20px;
}

.m-sec2Block__col2_txt .m-sec2Block__ttl+.m-sec2Block__body {
  border-top: 1px #ac8d32 solid;
}

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

.m-sec2Block__blueBg_white,
.m-sec2Block__blueBg_gold {
  vertical-align: middle;
}

.m-sec2Block__blueBg_white {
  color: #e6e5e5;
}

.m-sec2Block__blueBg_gold {
  color: #dac05a;
}

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

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

.m-sec2Block__body {
  font-feature-settings: "palt" 1;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.m-sec2Block__gallery {
  background: #fff;
  border: 1px solid #ac8d32;
  margin-top: 72px;
  position: relative;
}

.m-sec2Block__gallery_ttl {
  color: #191919;
}

.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: 0.1em;
}

.m-sec2Block__gallery_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin: auto;
  padding-bottom: 38px;
}

.m-sec2Block__gallery_wrapper {
  display: flex;
  position: relative;
  z-index: 1;
}

.m-sec2Block__gallery_slide {
  flex-shrink: 0;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.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);
}

.m-sec2Block2__ttl {
  color: #333333;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  line-height: calc(36 / 22);
  text-align: center;
}

.m-sec2Block2__ttl.-util {
  font-size: 24px;
  line-height: 1;
}

.m-sec2Block2__ttl.text-left {
  text-align: left;
}

.m-sec2Block2__ttl small {
  font-size: 16px;
}

.m-sec2Block2__ttl+.txt {
  color: #333333;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 2;
}

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

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

.m-sec2Block2__flex--bg {
  background-color: #eeeeee;
}

.m-sec2Block2__col2 {
  position: relative;
  text-align: left;
}

.m-sec2Block2__col2 .cap--inRight {
  bottom: 10px;
  position: absolute;
  right: 10px;
}

.m-sec2Block2__col2 .cap--outRight {
  padding-top: 10px;
  text-align: right;
}

.m-sec2Block2__col2 .m-sec2Block2__ttl,
.m-sec2Block2__col2 .m-sec2Block2__ttl+.txt {
  text-align: left;
}

.m-sec2Block2__col2 .m-sec2Block2__ttl {
  font-size: 22px;
  line-height: calc(36 / 22);
}

.m-sec3 {
  position: relative;
  background-image: linear-gradient(to left, #c6b389, #ece2c7);
}

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

.m-sec3 .photo {
  position: relative;
}

.m-sec3 .photo .cap--inRight {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.m-sec3__ttlBox {
  position: relative;
}

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

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

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

.m-sec3Block__image_left {
  /* background: #fff; */
  display: flex;
  /* padding: 20px; */
  position: relative;
  /* flex-direction: column; */
}

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

.m-sec3Block__image_notice {
  position: absolute;
  right: 15px;
}

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

.m-sec3Block__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-sec3Block__cta_ttl::before,
.m-sec3Block__cta_ttl::after {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
}

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

.m-sec3Block__cta_ttl span.gold {
  color: #ac8d32;
}

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

.m-sec3Block__image.material {
  display: block;
}

.m-sec3Block__material_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #101010;
}

.m-sec3Block__material_txt .m-sec3Block__ttl {
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
}

.m-sec3Block__material_cap {
  color: #fff;
  position: absolute;
  bottom: 17px;
  right: 27px;
}

.m-sec3Block__type {
  background: #fff;
  border: 1px #ac8d32 solid;
}

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

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

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

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

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

.m-sec3Block__type_list_item {
  position: relative;
}

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

.m-sec3Block__type_list_item .small {
  font-size: 12px;
}

.m-sec3Block__facility {
  background: #fff;
  border: 1px #ac8d32 solid;
}

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

.m-sec3Block__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-sec3Block__facility_ribbon::before,
.m-sec3Block__facility_ribbon::after {
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.m-sec3Block__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-sec3Block__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-sec3Block__facility_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

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

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

.m-sec3Block__facility_txt {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

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

.type_wrap {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.area-sub {
  display: inline-block;
  text-align: center;
}

.m-sec3Block__type_cap {
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #666;
  text-align: center;
}

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

.m-sec4 {
  position: relative;
  background-image: linear-gradient(to left, #c7c0b0, #eeeade);
}

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

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

.m-sec4Block2__txt {
  font-size: 24px;
  color: #191919;
  line-height: 1.4;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.m-sec4Block2__txt:first-of-type {
  margin-bottom: 20px;
}

.m-sec4Block2__ttlBox_ttl span {
  font-size: 20px;
  margin-left: 5px;
}

.m-sec4Block2__ttlBox_ttl.-ttl-left {
  text-align: left;
  margin-top: 40px;
}

.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 {
  line-height: 1.4;
  text-align: center;
  color: #191919;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.m-sec4Block2__img-ttl {
  line-height: 1.4;
  text-align: center;
  color: #191919;
  font-size: 36px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  margin-bottom: 20px;
}

.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;
}

.hanrei {
  padding-bottom: 20px;
  width: 100%;
  max-width: 349px;
  margin: 0 auto 0 0;
}

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

.m-sec4Block2__imgWrap {
  position: relative;
}

.m-sec4Block2__img_cap {
  position: absolute;
  font-size: 12px;
  right: 0;
  bottom: -22px;
}

.m-sec4Block2__img_cap_02 {
  position: absolute;
  font-size: 12px;
  right: 0;
  bottom: -22px;
}

.m-sec4Block2__img:first-of-type {
  /* background: #dbddda;
  padding: 20px; */
}

.m-sec4Block2__img:not(:last-child) {
  margin-bottom: 40px;
}

.m-sec4Block3__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-image: linear-gradient(
    0deg,
    #00374c 0%,
    #014e6a 49%,
    #00374c 100%
  ); */
  background: #191919;
  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;
  background-image: linear-gradient(to left, #c6b389, #ece2c7);
}

.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-sec5Block__list_item_txt span {
  display: block;
}

.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: #191919;
  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%
  ); */
  background: #191919;
}

.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: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .m-gallery__ttl {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .m-gallery__img {}

  .m-gallery__txt {
    margin-top: 36px;
    font-size: 16px;
    line-height: 1.875;
  }

  .m-gallery__table__td {
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .m-gallery__table__notes {
    font-size: 12px;
  }

  .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: 210px;
  }

  .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: 960px;
    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: 180px;
    /* margin-top: -120px; */
  }

  /* .m-sec1:before {
    height: 320px;
    background-image: url("./../img/sec1_bg.png");
  } */
  .m-sec1__ttlBox {
    margin-bottom: -150px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -167px;
  }

  .m-sec1Block__ttl .red {
    font-size: 50px;
    margin: 0 10px;
  }

  .m-sec1__ttlBox_body {
    padding: 83px 20px 20px 20px;
  }

  .m-sec1__ttlBox_body_ttlSub {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .m-sec1__ttlBox_body_ttl {
    font-size: 34px;
  }

  .m-sec1__ttlBox_bg {
    margin-top: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }

  .m-sec1__btn {
    padding: 40px 0 80px;
  }

  .m-sec1Wrap {
    padding: 80px 70px;
  }

  .m-sec1Wrap .scroll_before+.m-sec1Block {
    margin-top: 60px;
  }

  .m-sec1Block__desc {
    font-size: 20px;
  }

  .m-sec1Block__desc .min {
    font-size: 30px;
    margin-top: 20px;
  }

  .m-sec1Block__desc .min .num {
    font-size: 68px;
  }

  .m-sec1Block__desc .option {
    margin-top: 10px;
  }

  .m-sec1Block:not(:last-child) {
    margin-bottom: 40px;
  }

  .m-sec1Block__repeat:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .m-sec1Block__col1 {
    padding: 30px 36px;
  }

  .m-sec1Block__ttl.-color-black {
    color: #000;
    font-size: 36px;
  }

  .m-sec1Block__col1_txt {
    padding: 60px 72px;
  }

  .m-sec1Block__col1_flex {
    display: flex;
    justify-content: space-between;
    padding: 72px;
  }

  .m-sec1Block__col1_flex_img {
    margin-right: 72px;
  }

  .m-sec1Block__col1_img.-bg-white {
    background: #fff;
    padding: 20px;
  }

  .m-sec1Block__col2 {
    width: 460px;
  }

  .m-sec1Block__col2:nth-child(n+3) {
    margin-top: 40px;
  }

  .m-sec1Block__col2.-col1 {
    width: 100%;
    margin-top: 40px;
  }

  .m-sec1Block__col2:nth-child(-n + 2) {
    margin-bottom: 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__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;
  }

  .airportSection {
    background-color: #fff;
    padding: 20px;
  }

  .m-sec2 {
    padding-top: 120px;
    padding-bottom: 180px;
  }

  /* .m-sec2:before {
    height: 320px;
    background-image: url("./../img/sec2_bg.png");
  } */
  .m-sec2__ttlBox {
    margin-bottom: -200px;
    position: relative;
    top: -265px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .m-sec2__ttlBox_body {
    padding: 82px 20px 20px 20px;
  }

  .m-sec2__ttlBox_body_ttlSub {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .m-sec2__ttlBox_body_ttl {
    font-size: 34px;
  }

  .m-sec2__ttlBox_bg {
    margin-top: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }

  .m-sec2__btn {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .m-sec2Block {
    margin-bottom: 40px;
  }

  .m-sec2Block__deco {
    margin: 32px auto 30px;
    width: 110px;
  }

  .m-sec2Block__col1 {
    padding: 60px 72px;
  }

  .m-sec2Block__col1_txt {
    padding: 60px 72px;
  }

  .m-sec2Block__col1_flex {
    display: flex;
    justify-content: space-between;
    padding: 72px;
  }

  .m-sec2Block__col1_flex_img {
    margin-right: 72px;
  }

  .m-sec2Block__col2 {
    width: 100%;
    /* width: calc((100% / 3) - 1px); */
  }

  .m-sec2Block__col2:nth-child(-n + 2) {
    margin-bottom: 40px;
    /* 3カラムにするならmargin-bottom: 40px;コメントアウト */
  }

  .m-sec2Block__col2_img {
    width: 50%;
  }

  .m-sec2Block__col2_txt {
    padding: 60px 72px;
    width: 50%;
  }

  .m-sec2Block__col2_txt .m-sec2Block__ttl+.m-sec2Block__body {
    margin-top: 17px;
    padding-top: 14px;
  }

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

  .m-sec2Block__blueBg {
    padding: 19px 25px;
  }

  .m-sec2Block__blueBg_white,
  .m-sec2Block__blueBg_gold {
    margin: 0 3px;
  }

  .m-sec2Block__blueBg_white {
    font-size: 20px;
  }

  .m-sec2Block__blueBg_gold {
    font-size: 30px;
  }

  .m-sec2Block__ttl {
    font-size: 30px;
    line-height: 1.5;
  }

  .m-sec2Block__body {
    font-size: 19px;
    line-height: 1.875;
  }

  .m-sec2Block__gallery_ttl {
    padding-top: 38px;
    padding-bottom: 36px;
  }

  .m-sec2Block__gallery_ttl .ja {
    font-size: 30px;
    letter-spacing: 0.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: 30px;
    line-height: 1.5;
    margin-top: 28px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .m-sec2Block__gallery_slide_ttl .ttl-sub {
    font-size: 24px;
    margin: 0 10px;
    display: inline-block;
  }

  .m-sec2Block__gallery_slide_body {
    font-size: 16px;
    line-height: 1.875;
  }

  .m-sec2Block__gallery_prev,
  .m-sec2Block__gallery_next {
    height: 26px;
    top: 393px;
    width: 19px;
  }

  .m-sec2Block__gallery_prev {
    left: 130px;
  }

  .m-sec2Block__gallery_next {
    right: 130px;
  }

  .m-sec2Block2 {
    padding: 80px 70px;
  }

  .m-sec2Block2+.m-sec2Block2 {
    margin-top: 72px;
  }

  .m-sec2Block2__ttl {
    font-size: 36px;
    line-height: 1.4;
  }

  .m-sec2Block2__ttl+.txt {
    font-size: 16px;
    margin-top: 28px;
    text-align: center;
  }

  .m-sec2Block2__ttl span {
    font-size: 26px;
  }

  .m-sec2Block2__body {
    font-size: 16px;
    line-height: 1.875;
    margin: auto;
    width: 960px;
  }

  .m-sec2Block2__flex {
    margin-top: 40px;
  }

  .m-sec2Block2__col2 {
    width: 465px;
  }

  .m-sec2Block2__flex--bg {
    padding: 60px 40px;
  }

  .m-sec2Block2__flex--bg .m-sec2Block2__col2 {
    width: 420px;
  }

  .m-sec3 {
    padding-top: 120px;
    padding-bottom: 180px;
  }

  /* .m-sec3:before {
    height: 320px;
    background-image: url("./../img/sec3_bg.png");
  } */
  .m-sec3__ttlBox {
    margin-bottom: -200px;
    position: relative;
    top: -265px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }

  .m-sec3__ttlBox_body {
    padding: 109px 20px 20px 20px;
  }

  .m-sec3__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .m-sec3__ttlBox_body_ttl {
    font-size: 34px;
  }

  .m-sec3__ttlBox_bg {
    margin-top: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }

  .m-sec3__btn {
    padding-top: 44px;
    padding-bottom: 80px;
  }

  .m-sec3Block {
    margin-bottom: 40px;
    position: relative;
  }

  .m-sec3Block__cap {
    position: absolute;
    right: 0;
    bottom: -22px;
    font-size: 10px;
  }

  .m-sec3Block__image {
    /* display: flex; */
    margin-bottom: 40px;
    position: relative;
  }

  .m-sec3Block__image_right {
    margin-top: -38px;
    margin-bottom: -30px;
  }

  .m-sec3Block__image_txt {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86%;
  }

  .m-sec3Block__image_notice {
    bottom: 2px;
    font-size: 10px;
  }

  .m-sec3Block__image_cap {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.4;
    font-feature-settings: "palt" 1;
    font-family: YakuHanMP, "Noto Serif JP", serif;
  }

  .m-sec3Block__image_left .m-sec3Block__image_notice {
    bottom: -14px;
  }

  .m-sec3Block__cta {
    align-items: center;
    background-image: url("./../img/sec3_cta_bg.png");
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    margin-bottom: 40px;
    padding: 40px 72px;
  }

  .m-sec3Block__cta_ttl {
    font-size: 30px;
    padding: 3px 0;
    width: 440px;
  }

  .m-sec3Block__cta_ttl::before,
  .m-sec3Block__cta_ttl::after {
    height: 2px;
  }

  .m-sec3Block__cta_ttl::before {
    margin-bottom: 12px;
  }

  .m-sec3Block__cta_ttl::after {
    margin-top: 23px;
  }

  .m-sec3Block__cta_ttl span {
    margin: 0 2px;
  }

  .m-sec3Block__cta_ttl span.num {
    font-size: 60px;
  }

  .m-sec3Block__cta_txt {
    font-size: 16px;
    line-height: 1.5625;
    padding-top: 18px;
  }

  .m-sec3Block__cta_right .m-btn__link {
    width: 440px;
  }

  .m-sec3Block__image.material {
    display: block;
  }

  .m-sec3Block__material_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #101010;
  }

  .m-sec3Block__material_txt .m-sec3Block__ttl {
    color: #fff;
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-feature-settings: "palt" 1;
  }

  .m-sec3Block__material_cap {
    color: #fff;
    position: absolute;
    bottom: 17px;
    right: 27px;
    font-size: 10px;
  }

  .m-sec3Block__type {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 70px;
  }

  .m-sec3Block__type_listWrap {
    width: 680px;
    margin: 0 auto;
  }

  .m-sec3Block__type_item {
    padding-top: 68px;
    display: flex;
    flex-direction: column;
    width: 950px;
    margin: 0 auto;
  }

  .m-sec3Block__type_img_sub {
    width: 240px;
    margin: 0 auto;
  }

  .m-sec3Block__type_item:nth-child(2n) {
    /* margin-left: 72px; */
  }

  .type_wrap {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }

  .m-sec3Block__type_cap {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: #666;
    text-align: center;
  }

  .m-sec3Block__type_type {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .m-sec3Block__type_type::before,
  .m-sec3Block__type_type::after {
    height: 2px;
    margin: 0 7px;
    width: 10px;
  }

  .m-sec3Block__type_room {
    font-size: 40px;
    margin-bottom: 6px;
  }

  .m-sec3Block__type_room span {
    font-size: 30px;
  }

  .m-sec3Block__type_floor {
    margin-bottom: 15px;
    padding: 25px 0 19px;
  }

  .m-sec3Block__type_floor span.txt {
    font-size: 16px;
    line-height: 1.25;
    margin-right: 10px;
  }

  .m-sec3Block__type_floor span.line {
    height: 36px;
    width: 1px;
    margin-right: 10px;
  }

  .m-sec3Block__type_floor span.area {
    font-size: 40px;
    margin-right: 5px;
  }

  .m-sec3Block__type_floor span.unit {
    font-size: 30px;
    margin-right: 10px;
  }

  .m-sec3Block__type_floor span.balcony {
    font-size: 16px;
  }

  .m-sec3Block__type_list {
    margin-bottom: 20px;
  }

  .m-sec3Block__type_list_item {
    font-size: 16px;
    line-height: 1.875;
    padding-left: 22px;
  }

  .m-sec3Block__type_list_item::before {
    height: 8px;
    top: 12px;
    width: 8px;
  }

  .m-sec3Block__type_img {
    margin-top: auto;
    text-align: center;
  }

  .m-sec3Block__type_img picture {
    display: inline-block;
  }

  .m-sec3Block__facility {
    padding: 61px 72px;
  }

  .m-sec3Block__facility_ttl {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 36px;
  }

  .m-sec3Block__facility_ttl .num {
    font-size: 50px;
  }

  .m-sec3Block__facility_ribbon {
    font-size: 30px;
    margin-bottom: 40px;
    padding: 13px;
    width: 514px;
  }

  .m-sec3Block__facility_ribbon::before,
  .m-sec3Block__facility_ribbon::after {
    width: 20px;
  }

  .m-sec3Block__facility_ribbon::before {
    left: -20px;
  }

  .m-sec3Block__facility_ribbon::after {
    right: -20px;
  }

  .m-sec3Block__facility_list {
    margin-bottom: 20px;
  }

  .m-sec3Block__facility_list_item {
    margin-bottom: 8px;
    width: 233px;
  }

  .m-sec3Block__facility_list_item.wide {
    width: 474px;
  }

  .m-sec3Block__facility_list_txt {
    font-size: 16px;
    line-height: 1.25;
    padding: 6px;
  }

  .m-sec3Block__facility_txt {
    font-size: 30px;
    line-height: 1.5;
  }

  .m-sec3Block__ttl {
    font-size: 30px;
    line-height: 1.5;
  }

  .m-sec4 {
    padding-top: 120px;
    padding-bottom: 210px;
  }

  /* .m-sec4:before {
    height: 320px;
    background-image: url("./../img/sec4_bg.png");
  } */
  .m-sec4__ttlBox {
    margin-bottom: -200px;
    position: relative;
    top: -265px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .m-sec4__ttlBox_body {
    padding: 82px 20px 20px 20px;
  }

  .m-sec4__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .m-sec4__ttlBox_body_ttl {
    font-size: 34px;
  }

  .m-sec4__ttlBox_bg {
    margin-top: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }

  .m-sec4Block1 {
    margin-bottom: 40px;
  }

  .m-sec4Block1__ttlBox {
    margin-bottom: 38px;
  }

  .m-sec4Block1__ttlBox_ttl {
    font-size: 40px;
    padding-bottom: 38px;
  }

  .m-sec4Block1__ttlBox_deco {
    width: 110px;
  }

  .m-sec4Block2 {
    margin-bottom: 80px;
  }

  .m-sec4Block2__ttlBox_ttl {
    padding-top: 80px;
    padding-bottom: 38px;
    font-size: 40px;
  }

  .m-sec4Block2__ttl {
    font-size: 20px;
  }

  .m-sec4Block2__ttl strong {
    font-size: 40px;
  }

  .m-sec4Block3 {
    margin-bottom: 80px;
  }

  .m-sec4Block2__imgWrap:not(:first-child) {
    margin-top: 40px;
  }

  .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:nth-child(2) {
    font-size: 25px;
    display: flex;
    flex-direction: column;
  }

  .m-sec4Block3__box1_item .cap {
    font-size: 14px;
    color: #000;
  }

  .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-sec4Block1__img {
    margin: 0 auto 40px;
  }

  .m-map__wrap:first-child {
    margin-bottom: 40px;
  }

  .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: -200px;
    position: relative;
    top: -265px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .m-sec5__ttlBox_body {
    padding: 90px 20px 20px 20px;
  }

  .m-sec5__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .m-sec5__ttlBox_body_ttl {
    font-size: 34px;
  }

  .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;
  }

  .-fill-width {
    margin: 7vw calc(50% - 50vw) !important;
  }

  .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;
  }

  .m-footerFoot__copyright {
    text-align: center;
    font-size: 2.66667vw;
  }

  .m-footerFoot__pageTop {
    width: 10.66667vw;
    height: 10.66667vw;
  }

  .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__table__th {
    letter-spacing: 0.2vw;
  }

  .m-gallery__table__td {
    margin-top: 2vw;
    margin-bottom: 2vw;
    line-height: 1.4;
  }

  .m-gallery__table__notes {
    font-size: 2.13333vw;
  }

  .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-sec2Block2__ttl.mb20 {
    margin-bottom: 2vw;
  }

  .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;
    letter-spacing: 0.01em;
    transition: color 400ms;
  }

  .m-headerMenu {
    display: block;
  }

  .m-kvMain__btn {
    width: 48.13333vw;
    bottom: 16.26667vw;
    left: 27%;
  }

  .m-kvMain__scroll {
    width: 8vw;
    bottom: 0vw;
    left: 27%;
  }

  .m-localNav {
    padding-top: 10.93333vw;
    padding-bottom: 24.93333vw;
  }

  .m-localNav.-bg {
    background: url(../img/sp/m-localNav_bg.jpg) no-repeat 50% 50% / cover;
  }

  .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.3333vw;
  }

  .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: 12.8vw;
    padding-bottom: 26.33333vw;
  }

  .m-sec1Block__col1_img.-bg-white {
    padding: 5vw;
  }

  .m-sec1Block__col1_img {
    /* width: 800px; */
  }

  /* .m-sec1:before {
    height: 39.46667vw;
    background-image: url("./../img/sp/sec1_bg.png");
  } */
  .m-sec1__ttlBox {
    margin-bottom: -20.53333vw;
    position: relative;
    top: -27vw;
  }

  .hanrei {
    padding-bottom: 4vw;
    width: 70vw;
  }

  .m-sec1__ttlBox_body {
    padding: 5.2vw 2.66667vw 2.66667vw 2.66667vw;
  }

  .m-sec1__ttlBox_body_ttlSub {
    font-size: 3vw;
    margin-bottom: 2.13333vw;
  }

  .m-sec1__ttlBox_body_ttl {
    font-size: 3.66667vw;
  }

  .m-sec1__ttlBox_bg {
    margin-top: -2.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 {
    padding: 8.93333vw 5.33333vw;
  }

  .m-sec1Block__col1_flex_img {
    width: 74vw;
    margin: 0 auto 8.8vw;
  }

  .m-sec1Wrap {
    padding: 4vw 5vw;
  }

  .m-sec1Wrap .scroll_before+.m-sec1Block {
    margin-top: 5vw;
  }

  .m-sec1Block__desc {
    font-size: 3vw;
  }

  .m-sec1Block__desc .min {
    font-size: 4vw;
    margin-top: 4vw;
  }

  .m-sec1Block__desc .min .num {
    font-size: 16vw;
  }

  .m-sec1Block__desc .option {
    margin-top: 4vw;
  }

  .m-sec1Block__col2 {
    width: 100%;
  }

  .m-sec1Block__col2.-col1 {
    width: 100%;
    margin-top: 5.33vw;
  }

  .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-sec1Block__col2:nth-child(n + 2) {
    margin-top: 4vw;
  }

  .m-sec1Block__col3 {
    width: 29.64vw;
  }

  .m-sec1Block__ttl {
    font-size: 4.6vw;
    line-height: 1.55556;
  }

  .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__col1.util {
    padding: 0;
  }

  .-sp-util {
    margin-top: 3vw;
  }

  .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-sec1_bg-white {
    padding: 0;
  }

  .m-sec1__colBox {
    display: block;
  }

  .m-sec1__colBox .lightBorder {
    border: 1px solid #ac8d32;
  }

  .m-sec1__colBox_item {
    width: 100%;
  }

  .m-sec1__colBox_item .cap {
    margin-top: 20px;
  }

  .m-sec1__colBox_item .cap--in-right {
    color: #fff;
    position: absolute;
    bottom: 8px;
    right: 8px;
  }

  .m-sec1__colBox_txtWrap {
    padding: 20px 30px;
  }

  .m-sec1__colBox_lead {
    font-size: 18px;
  }

  .m-sec1__colBox_image {
    display: block;
  }

  .m-sec1__colBox_ttl {
    border-bottom: 1px solid #ac8d32;
    color: #00374c;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 20px;
  }

  .m-sec1__colBox_ttl--mt {
    margin-top: 0;
  }

  .fare__text span {
    font-size: 5vw;
  }

  .taxiBlock+.taxiBlock {
    margin-top: 4vw;
  }

  .m-sec2Block2__ttl.-util span {
    font-size: 4vw;
  }

  .area-sub {
    display: inline-block;
    text-align: center;
    font-size: 3vw;
  }

  .m-sec4Block2__txt:first-of-type {
    margin-bottom: 5vw;
  }


  .layoutCol .gothic {
    font-size: 4vw;
  }

  .airportSection__feauture {
    width: 100%;
    margin: 4vw auto 0;
  }

  .headingLv1 {
    /* font-size: calc(36vw/750*100); */
    font-size: 4vw;
  }

  .headingLv1+.txt {
    /* margin-top: calc(80vw/750*100); */
    margin-top: 5vw;
    font-size: 3vw;
  }

  .fare__row {
    background: url(../img/sp/bg-dot.gif) repeat-x 0 17px;
    font-size: 16px;
  }

  .fare__text .font__number {
    font-size: 32px;
  }

  .fare__heading span {
    font-size: 4vw;
  }

  .fare__center {
    justify-content: flex-end;
    margin-top: 2vw;
  }

  .fare__center .fare__text span {
    font-size: 3.4vw !important;
  }

  .airportSection__figBox {
    padding-top: 5vw;
    max-width: inherit;
    margin: 0 auto;
  }

  .airportSection__txtBox {
    max-width: inherit;
  }

  .airportSection__feauture {
    /* margin: calc(60vw / 750 * 100) auto 0; */
  }

  .airportSection__feauture img {}

  .airportSection .cap {
    margin-top: 20px;
  }

  .airportSection__time {
    margin-top: 3vw;
  }

  .airportSection__time img {
    width: 100%;
  }

  .cap {
    font-size: 2.4vw;
  }

  .airportSection .cap {
    margin-top: 5vw;
  }

  .-bg-inherit {
    background-color: inherit;
  }

  .m-sec2 {
    padding-top: 12.8vw;
    padding-bottom: 26.33333vw;
  }

  /* .m-sec2:before {
    height: 39.2vw;
    background-image: url("./../img/sp/sec2_bg.png");
  } */
  .m-sec2__ttlBox {
    margin-bottom: -30.53333vw;
    position: relative;
    top: -27vw;
  }

  .m-sec2Block__col1_img_cap {
    position: absolute;
    bottom: 0.5vw;
    right: 2vw;
    font-size: 2vw;
  }

  .m-sec2__ttlBox_body {
    padding: 8.6vw 2.66667vw 2.66667vw 2.66667vw;
  }

  .m-sec2__ttlBox_body_ttlSub {
    font-size: 3vw;
    margin-bottom: 2.13333vw;
  }

  .m-sec2__ttlBox_body_ttl {
    font-size: 3.66667vw;
  }

  .m-sec2__ttlBox_bg {
    margin-top: -2.66667vw;
    margin-left: -2.66667vw;
    width: calc(100% + 5.33333vw);
  }

  .m-sec2__btn {
    padding-top: 4vw;
  }

  .m-sec2Block {
    margin-bottom: 5.33333vw;
  }

  .m-sec2Block__deco {
    margin: 3.6vw auto 2.8vw;
    width: 14.66667vw;
  }

  .m-sec2Block__col1 {
    padding: 6.4vw 5.33333vw;
  }

  .m-sec2Block__col1_txt {
    padding: 6.66667vw 5.33333vw;
  }

  .m-sec2Block__col1_flex {
    padding: 8.93333vw 5.33333vw;
  }

  .m-sec2Block__col1_flex_img {
    width: 74vw;
    margin: 0 auto 8.8vw;
  }

  .m-sec2Block__col2 {
    width: 100%;
  }

  .m-sec2Block__col2:nth-child(-n + 2) {
    margin-bottom: 5.333vw;
  }

  .m-sec2Block__col2_img {
    width: 100%;
  }

  .m-sec2Block__col2_txt {
    padding: 6.66667vw 5.33333vw;
    width: 100%;
  }

  .m-sec2Block__col2_txt .m-sec2Block__ttl+.m-sec2Block__body {
    margin-top: 3.6vw;
    padding-top: 2.53333vw;
  }

  .m-sec2Block__col2 .m-sec2Block__ttl {
    font-size: 3.73333vw;
    line-height: 1.25;
  }

  .m-sec2Block__gallery_slide_ttl .ttl-sub {
    font-size: 3vw;
    margin: 0 2vw;
    display: inline-block;
  }

  .m-sec2Block__col3 {
    width: 100%;
  }

  .m-sec2Block__col3 .m-sec2Block__blueBg_white {
    font-size: 4vw;
  }

  .m-sec2Block__col3:not(:first-child) {
    margin-top: 5.3vw;
  }

  .m-sec2Block__blueBg {
    padding: 2.66667vw 0 3.33333vw;
  }

  .m-sec2Block__blueBg_white,
  .m-sec2Block__blueBg_gold {
    margin: 0 0.4vw;
  }

  .m-sec2Block__blueBg_white {
    font-size: 2.33333vw;
  }

  .m-sec2Block__blueBg_gold {
    font-size: 3.333vw;
  }

  .m-sec2Block__ttl {
    font-size: 4.8vw;
    line-height: 1.55556;
  }

  .m-sec2Block__ttl_pc {
    display: none;
  }

  .m-sec2Block__body {
    font-size: 3.73333vw;
    line-height: 1.71429;
  }

  .m-sec2Block__gallery_ttl {
    padding-top: 10.13333vw;
    padding-bottom: 5.6vw;
  }

  .m-sec2Block__gallery_ttl .ja {
    font-size: 4.8vw;
    letter-spacing: 0.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.25;
    margin-bottom: 1.33333vw;
    margin-top: 4vw;
    padding-bottom: 2.53333vw;
    text-align: center;
  }

  .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: 47.46667vw;
    width: 2.53333vw;
  }

  .m-sec2Block__gallery_prev {
    left: 2vw;
  }

  .m-sec2Block__gallery_next {
    right: 2vw;
  }

  .m-sec2Block2 {
    margin-top: 9.06667vw;
    margin-bottom: 5.33333vw;
    padding: 5vw 6vw;
  }

  .m-sec2Block2__ttl {
    font-size: 4.2vw;
    line-height: 1.55556;
  }

  .m-sec2Block2__ttl.-util {
    font-size: 4.2vw;
    line-height: calc(36 / 22);
  }

  .m-sec2Block2__ttl+.txt {
    font-size: 3vw;
    margin-top: 4.8vw;
  }

  .m-sec2Block2__flex {
    margin-top: 4.8vw;
  }

  .m-sec2Block2__col2+.m-sec2Block2__col2 {
    margin-top: 2.4vw;
  }

  .m-sec2Block2__body {
    font-size: 3.73333vw;
    line-height: 1.71429;
  }

  .m-sec2Block2__flex--bg {
    padding: 4vw 5vw;
  }

  .m-sec3 {
    padding-top: 12.8vw;
    padding-bottom: 26.33333vw;
  }

  /* .m-sec3:before {
    height: 48.53333vw;
    background-image: url("./../img/sp/sec3_bg.png");
  } */
  .m-sec3__ttlBox {
    margin-bottom: -20.53333vw;
    position: relative;
    top: -27vw;
  }

  .m-sec3__ttlBox_body {
    padding: 10.2vw 2.66667vw 2.66667vw 2.66667vw;
  }

  .m-sec3__ttlBox_body_ttlSub {
    font-size: 3vw;
    margin-bottom: 2.13333vw;
  }

  .m-sec3__ttlBox_body_ttl {
    font-size: 3.66667vw;
  }

  .m-sec3__ttlBox_bg {
    margin-top: -2.66667vw;
    margin-left: -2.66667vw;
    width: calc(100% + 5.33333vw);
  }

  .m-sec3__btn {
    padding-top: 5.33333vw;
  }

  .m-sec3Block {
    margin-bottom: 5.33333vw;
  }

  .m-sec3Block__image {
    margin-bottom: 5.33333vw;
    position: relative;
  }

  .m-sec3Block__image_left {
    margin-bottom: 1.33333vw;
  }

  .m-sec3Block__image_right img {
    width: 73%;
    margin: auto;
  }

  .m-sec3Block__image_txt {
    text-align: center;
    padding: 6.66667vw 3.2vw;
  }

  .m-sec3Block__image_notice {
    bottom: -2vw;
    right: 2vw !important;
    font-size: 2.4vw;
  }

  .m-sec3Block__image_left .m-sec3Block__image_notice {
    bottom: -3vw;
  }

  .m-sec3Block__material_cap {
    font-size: 2.4vw;
  }

  .m-sec3Block__cta {
    background-image: url("./../img/sp/sec3_cta_bg.png");
    padding: 5.33333vw;
  }

  .m-sec3Block__type_cap {
    margin-bottom: 3vw;
    font-size: 3vw;
  }

  .m-sec3Block__type_img_sub {
    width: 240px;
    margin: 0 auto;
  }

  .m-sec3Block__cta_ttl {
    border-width: 0.13333vw;
    font-size: 5.33333vw;
    padding: 0.4vw 0;
  }

  .m-sec3Block__cta_ttl::before,
  .m-sec3Block__cta_ttl::after {
    height: 0.4vw;
  }

  .m-sec3Block__cta_ttl::before {
    margin-bottom: 1.2vw;
  }

  .m-sec3Block__cta_ttl::after {
    margin-top: 2.53333vw;
  }

  .m-sec3Block__cta_ttl span.num {
    font-size: 10.13333vw;
  }

  .m-sec3Block__cta_txt {
    font-size: 3.73333vw;
    line-height: 1.71429;
    padding: 2.66667vw 0 3.06667vw;
  }

  .m-sec3Block__cta_right .m-btn__link {
    box-shadow: 0 0 4.66667vw rgba(255, 255, 255, 0.1);
  }

  .m-sec3Block__type {
    padding: 8.53333vw 6.66667vw;
    border-width: 0.26667vw;
  }

  .m-sec3Block__type_item:not(:last-child) {
    margin-bottom: 10.66667vw;
  }

  .m-sec3Block__type_type {
    font-size: 4.26667vw;
    margin-bottom: 2.13333vw;
  }

  .m-sec3Block__type_type::before,
  .m-sec3Block__type_type::after {
    height: 0.53333vw;
    width: 1.33333vw;
    margin: 0 1.2vw;
  }

  .m-sec3Block__type_room {
    font-size: 9.33333vw;
    margin-bottom: 2.13333vw;
  }

  .m-sec3Block__type_room span {
    font-size: 4.8vw;
  }

  .m-sec3Block__type_floor {
    border-width: 0.26667vw;
    flex-wrap: wrap;
    margin-bottom: 1.2vw;
    padding: 2.13333vw 0 3.33333vw;
  }

  .m-sec3Block__type_floor span.txt {
    font-size: 3.46667vw;
    line-height: 1.07692;
    margin-right: 1.33333vw;
  }

  .m-sec3Block__type_floor span.line {
    height: 6.66667vw;
    margin-right: 1.33333vw;
    width: 0.26667vw;
  }

  .m-sec3Block__type_floor span.area {
    font-size: 8.53333vw;
    margin-right: 0.8vw;
  }

  .m-sec3Block__type_floor span.unit {
    font-size: 4.8vw;
  }

  .m-sec3Block__type_floor span.balcony {
    width: 100%;
    text-align: center;
    font-size: 3.73333vw;
    margin-top: 2.8vw;
  }

  .m-sec3Block__type_list {
    margin-bottom: 4.66667vw;
  }

  .m-sec3Block__type_list_item {
    font-size: 3.73333vw;
    line-height: 1.71429;
    padding-left: 4vw;
  }

  .m-sec3Block__type_list_item::before {
    height: 2.13333vw;
    top: 2.66667vw;
    width: 2.13333vw;
  }

  .m-sec3Block__type_img {
    margin: auto;
    /* width: 70.4vw; */
  }

  .m-sec3Block__facility {
    padding: 5.33333vw 6.66667vw;
    border-width: 0.26667vw;
  }

  .m-sec3Block__facility_ttl {
    font-size: 4.8vw;
    line-height: 1.36111;
    margin-bottom: 4vw;
  }

  .m-sec3Block__facility_ttl .num {
    font-size: 8vw;
  }

  .m-sec3Block__image_cap {
    margin-top: 5.3vw;
    font-size: 3vw;
    line-height: 1.4;
    /* padding: 0 2vw; */
    font-feature-settings: "palt" 1;
    font-family: YakuHanMP, "Noto Serif JP", serif;
  }

  .m-sec3Block__facility_ribbon {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 4vw;
    padding: 0.66667vw 0 0.93333vw;
    width: calc(100% - 5.33333vw);
  }

  .m-sec3Block__facility_ribbon::before,
  .m-sec3Block__facility_ribbon::after {
    width: 2.66667vw;
  }

  .m-sec3Block__facility_ribbon::before {
    left: -2.66667vw;
  }

  .m-sec3Block__facility_ribbon::after {
    right: -2.66667vw;
  }

  .m-sec3Block__facility_list {
    margin-bottom: 3.2vw;
  }

  .m-sec3Block__facility_list_item {
    width: 37.33333vw;
  }

  .m-sec3Block__facility_list_item.wide {
    width: 100%;
  }

  .m-sec3Block__facility_list_item:nth-last-child(n + 3) {
    margin-bottom: 1.33333vw;
  }

  .m-sec3Block__facility_list_txt {
    font-size: 3.2vw;
    line-height: 1.16667;
    padding: 0.8vw;
  }

  .m-sec3Block__facility_txt {
    font-size: 4.26667vw;
    line-height: 1.625;
  }

  .m-sec3Block__ttl {
    font-size: 4.8vw;
    line-height: 1.55556;
  }

  .m-sec3Block__ttl_pc {
    display: none;
  }

  .m-sec3Block__image_left {
    display: block;
    padding: 0;
  }

  .m-sec3Block__material_img {
    display: block;
    padding: 2vw;
  }

  .m-sec3Block__material_txt {
    padding: 5vw;
  }

  .scroll_before {
    overflow: scroll;
  }

  .photo_scroll {
    margin-top: 2vw;
    margin-bottom: 2vw;
    width: 50vw;
  }

  .m-sec3Block__col1_img_scroll {
    width: 100%;
    position: relative;
    width: 800px;
  }

  .m-sec4 {
    padding-top: 12.8vw;
    padding-bottom: 26.33333vw;
  }

  .m-sec3Block__cap {
    position: absolute;
    right: 5vw;
    font-size: 2vw;
    padding-top: 1vw;
  }

  /* .m-sec4:before {
    height: 40.26667vw;
    background-image: url("./../img/sp/sec4_bg.png");
  } */
  .m-sec4__ttlBox {
    margin-bottom: -20.53333vw;
    position: relative;
    top: -27vw;
  }

  .m-sec4__ttlBox_body {
    padding: 7.2vw 1.33333vw 2.66667vw 1.33333vw;
  }

  .m-sec4__ttlBox_body_ttlSub {
    font-size: 3vw;
    margin-bottom: 2.13333vw;
  }

  .m-sec4__ttlBox_body_ttl {
    font-size: 3.66667vw;
  }

  .m-sec4__ttlBox_bg {
    margin-top: -2.66667vw;
    margin-left: -2.66667vw;
    width: calc(100% + 5.33333vw);
  }

  .m-sec4Block1 {
    margin-bottom: 10.66667vw;
  }

  .m-sec4Block2__img-ttl {
    font-size: 5vw;
    margin-bottom: 3vw;
  }

  .m-sec4Block1__ttlBox {
    margin-bottom: 5.33333vw;
  }

  .m-sec4Block1__ttlBox_ttl {
    font-size: 4.26667vw;
    padding-bottom: 4vw;
    padding-top: 4vw;
  }

  .m-sec4Block1__ttlBox_deco {
    width: 14.66667vw;
  }

  .m-sec4Block2__ttlBox_ttl {
    padding-bottom: 5vw;
    font-size: 3vw;
  }

  .m-sec4Block3__box1_item:nth-child(2) {
    display: flex;
    flex-direction: column;
  }

  .m-sec4Block3__box1_item .cap {
    font-size: 3vw;
    padding-top: 1.5vw;
    color: #000;
  }

  .m-sec4Block2 {
    margin-bottom: 10.66667vw;
  }

  .m-sec4Block2__ttl {
    font-size: 4.8vw;
  }

  .m-sec4Block2__ttl strong {
    font-size: 6.4vw;
  }

  .m-sec4Block2__ttlBox_ttl {
    font-size: 5vw;
    margin-top: 5.333vw;
  }

  .m-sec4Block2__txt {
    font-size: 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: 19.8vw;
    border: 0.53333vw solid #ac8d32;
    line-height: 1.4;
  }

  .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-map__wrap:first-child {
    margin-bottom: 5.3vw;
  }

  .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-sec4Block2__img {
    /* width: 800px; */
  }

  .m-sec4Block2__imgWrap:not(:first-child) {
    margin-top: 5vw;
  }

  .m-sec4Block2__img:first-of-type {
    /* padding: 2vw; */
  }

  .m-sec4Block2__img_cap {
    position: absolute;
    font-size: 2vw;
    right: -50vw;
    bottom: 0;
  }

  .m-sec4Block2__img_cap_02 {
    position: absolute;
    font-size: 2vw;
    right: 1vw;
    bottom: -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: -20.53333vw;
    position: relative;
    top: -27vw;
  }

  .m-sec5__ttlBox_body {
    padding: 6.2vw 2.66667vw 2.66667vw 2.66667vw;
  }

  .m-sec5__ttlBox_body_ttlSub {
    font-size: 3vw;
    margin-bottom: 2.13333vw;
  }

  .m-sec5__ttlBox_body_ttl {
    font-size: 3.66667vw;
  }

  .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;
  }

  .add-style03 {
    font-size: 3vw !important;
  }

  /* 横スクロール対応 */
  .m-scroll__horizon {
    overflow: auto;
  }

  .m-scroll__horizon img {
    max-width: none;
    width: auto;
  }
}

/* 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;
}

.add-style02 {
  font-size: 20px !important;
  line-height: 1.6 !important;
}

.add-style03 {
  padding-top: 0.5rem;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.add-style04 {
  font-size: 4vw;
}

@media screen and (min-width: 768px) {
  .add-style01 {
    font-size: 20px !important;
  }
}