@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;
}
.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__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__col2_txt {
  background: #fff;
}

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

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

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

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

.m-sec2Block__col1_img {
  width: 100%;
}

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

.m-sec2Block__col1_flex {
  background: #fff;
}

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

.m-sec2Block__col2_txt {
  background: #fff;
}

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

.m-sec2Block__blueBg {
  background: #00374c;
  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: #00374c;
  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;
}

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

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

.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: .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_ttl.no {
  border-bottom: none;
}*/

.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: #00374c;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  text-align: center;
}

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

.m-sec3 {
  position: relative;
}

.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__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;
  flex-direction: column;
}

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

.m-sec3Block__image_notice {
  position: absolute;
  right: 0;
}

.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__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 .cap_box {
  position: relative;
}
.m-sec3Block__type_floor .cap_box .cap {
  position: absolute;
	bottom:-1.3em;
	right: 0;
	font-size: 50%;
}

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

.type-note {
  width : 100%;
  margin : 30px 72px 0;
  font-size : 12px;
  line-height : 1.8;
  text-align: center;
}
.type-note img {
  width : 280px;
  display : inline;
  margin-bottom : 10px;
}

.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;
	flex-wrap: wrap;
}

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

.m-sec3Block__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: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .m-gallery__ttl {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .m-gallery__img__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-gallery__img {
    width: 50%;
    max-width: 430px;
    /* margin-right: 30px; */
  }
  .m-gallery__txt {
	  width: calc(510% / 9.8);
    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: 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: 30px;
  }
  .m-localNav__link_body_ttl {
    font-size: 16px;
  }
  .m-map {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-map__inner {
    width: 840px;
    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: 78px 20px 20px 20px;
  }
  .m-sec1__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .m-sec1__ttlBox_body_ttl {
    font-size: 50px;
  }
  .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: 40px 72px 48px;
  }
  .m-sec1Block__col1_flex {
    display: flex;
    justify-content: space-between;
    padding: 72px;
  }
  .m-sec1Block__col1_flex_img {
    margin-right: 72px;
  }
  .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 25px 20px;
    padding: 12px 5px 20px;
  }
  .m-sec1Block__blueBg_white, .m-sec1Block__blueBg_gold {
    margin: 0 2px;
  }
  .m-sec1Block__blueBg_white {
    font-size: 25px;
      position: relative;
  }
  .m-sec1Block__blueBg_white.ex1 {
	  position: relative;
	  font-size: 18px;
	 }
  .m-sec1Block__blueBg_white .s0 {
	  position: absolute;
	  top: -1.3em;
	  /* width: 100%; */
	  left:0;
	  font-size: 78%;
	 }
  .m-sec1Block__blueBg_white .s1 {
    font-size: 70%;
  }
    
    .m-sec1Block__blueBg_white_wrap{
        position: relative;
        display: inline-block;
        width: fit-content;
        padding-bottom: 0.4em;
    }
  .m-sec1Block__blueBg_white_wrap .s1.kr {
    font-size: 70%;
      color: #fff;
      position: absolute;
      right: 0;
      bottom: -1.0em;
  }
    
    .m-sec1_01 .m-sec1Block__blueBg{
        padding: 20px 5px 20px;
        
    }
  .m-sec1_01 .m-sec1Block__blueBg_white .pos_a {
	  position: absolute;
      font-size: 80%;
	  top: -1.5em;
      left: 0.2em;
  }
    
  .m-sec1Block__blueBg_white .s2 {
    font-size: 120%;
  }
  .m-sec1Block__blueBg_white .s3 {
    font-size: 75%;
  }
  .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;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-sec2__ttlBox_body {
    padding: 78px 20px 20px 20px;
  }
  .m-sec2__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .m-sec2__ttlBox_body_ttl {
    font-size: 50px;
  }
  .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: calc(50% - 1px);
  }
  .m-sec2Block__col2_img {
    width: 50%;
  }
  .m-sec2Block__col2_txt {
    padding: 60px 72px;
    width: 50%;
  }
    
  .m-sec2_01 .m-sec2Block__col2_txt {
    padding: 60px 72px 60px 60px;
    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: 12px 25px 20px;
  }
  .m-sec2Block__blueBg_white, .m-sec2Block__blueBg_gold {
    margin: 0 3px;
  }
  .m-sec2Block__blueBg_white {
    font-size: 25px;
  }
  .m-sec2Block__blueBg_white .s1{
    font-size: 70%;
  }
  .m-sec2Block__blueBg_gold {
    font-size: 50px;
  }
  .m-sec2Block__ttl {
    font-size: 30px;
    line-height: 1.5;
  }
  .m-sec2Block__body {
    font-size: 16px;
    line-height: 1.875;
  }
  .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: 30px;
    line-height: 1.5;
    margin-top: 28px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .m-sec2Block__gallery_slide_ttl .s {
    font-size: 60%;
    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 {
    margin-bottom: 40px;
    margin-top: 64px;
  }
  .m-sec2Block2__ttl {
    font-size: 39px;
    line-height: 1.5;
  }
  .m-sec2Block2__ttl .loc_ex1{
    display: inline-block;
    transform: translate(0.35em, 0);      
  }
  .m-sec2Block2__body {
    font-size: 18px;
      text-align: center;
    line-height: 1.875;
    margin: auto;
    width: 1000px;
  }
  .m-sec3 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .m-sec3:before {
    height: 320px;
    background-image: url("./../img/sec3_bg.png");
  }
  .m-sec3__ttlBox {
    margin-bottom: 58px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
  .m-sec3__ttlBox_body {
    padding: 78px 20px 20px 20px;
  }
  .m-sec3__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .m-sec3__ttlBox_body_ttl {
    font-size: 50px;
  }
  .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;
  }
  .m-sec3Block__image {
    display: flex;
    /*margin-bottom: 40px;*/
	  flex-direction: row-reverse;
  }
/*  .m-sec3Block__image_right {
    margin-top: -48px;
    margin-bottom: -10px;
  }*/
  .m-sec3Block__image_txt {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-left: 72px;
    padding-right: 72px;
  }
  .m-sec3Block__image_notice {
    bottom: 10px;
    left: 10px;
    font-size: 10px;
  }
  .m-sec3Block__cta {
    align-items: center;
    background-image: url("./../img/sec3_cta_bg.png");
    display: flex;
    justify-content: space-between;
    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__type {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 70px;
  }
  .m-sec3Block__type_item {
    padding-top: 68px;
    width: 472px;
    display: flex;
    flex-direction: column;
  }
  .m-sec3Block__type_item:nth-child(2n) {
    margin-left: 56px;
  }
  .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;
  }
  .m-sec3Block__type_hanrei {
    width: 100%;
    margin-top: 40px;
    font-size: 13px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m-sec3Block__type_hanrei .img {
    width: 400px;
  }
  .m-sec3Block__type_hanrei .en {
    margin-bottom: 1em;
    text-align: center;
    padding-top: 0.6em;
  }
  .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 0;
  }
  .m-sec3Block__facility_list_txt .s1{
      font-size: 70%;
    }
  .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: 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: 39px;
    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;
  }
  .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: 5.4vw;
    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;
    width: 38vw;
  }
  .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;
    /*font-size: 3.3vw;
	  letter-spacing: -0.04em;*/
  }
  .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: 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: 7.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: 6vw;
  }
  .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-sec1Block__col1_flex_img .m-scroll__horizon img {
    width: 420px;
  }
  .m-sec1Block__col2 {
    width: 44.53333vw;
  }
  .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__col3 {
    width: 29.64vw;
    width: 100%;
  }
    
    .m-sec1Block.m-sec1_02{
        gap: 10px 0;
    }    
    
  .m-sec1Block__col3 .m-sec1Block__blueBg {
    padding: 2.66667vw 0 2.93333vw;
  }
  .m-sec1Block__blueBg {
    padding: 1.73333vw 0 2.93333vw;
  }
  .m-sec1Block__blueBg_white, .m-sec1Block__blueBg_gold {
    margin: 0 0.53333vw;
    margin: 0 0.25vw;
  }
  .m-sec1Block__blueBg_white {
    font-size: 3.73333vw;
  }
  .m-sec1Block__blueBg_white.ex1 {
    font-size: 3.8vw;
    position: relative;
  }
	
  .m-sec1Block__blueBg_white .s0 {
    font-size: 90%;
	  position: absolute;
	  /*width: 100%;*/
	  top: -1.3em;
	  left:0;
  }
  .m-sec1Block__blueBg_white .s1 {
    font-size: 80%;
  }
  .m-sec1Block__blueBg_white .s2 {
    font-size: 126%;
  }    
  .m-sec1Block__blueBg_white .s3 {
    font-size: 72%;
  }
    .m-sec1Block__blueBg.adjust1{
        letter-spacing: -0.01em;
    }
    
.m-sec1Block__blueBg_white_wrap {
    display: inline-block;
    padding-top: 0.3em;
  }    
.m-sec1Block__blueBg_white_wrap .s1.kr {
    font-size: 70%;
      color: #fff;
  }    
    
  .m-sec1_01 .m-sec1Block__blueBg_white .pos_a {
      display: block;
      text-align: center;
      font-size: 73%;
      margin: -1.2em 0 0.2em;
  }
    
    
    
  .m-sec1Block__blueBg_gold {
    font-size: 7.66667vw;
  }
  .m-sec1Block__ttl {
    font-size: 4.8vw;
    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__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: 12.8vw;
    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: 7.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: 6vw;
  }
  .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: 44.53333vw;
  }
  .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__col3 {
    width: 29.64vw;
  }
  .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: 3.73333vw;
  }
  .m-sec2Block__blueBg_gold {
    font-size: 6.66667vw;
  }
  .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;
    font-size: 4.4vw;
    letter-spacing: .2em;
    letter-spacing: .14em;
    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: 4.8vw;
    line-height: 1.25;
    margin-bottom: 1.33333vw;
    margin-top: 4vw;
    padding-bottom: 2.53333vw;
  }
  .m-sec2Block__gallery_slide_ttl .s{
      font-size: 80%;
      display: block;
      padding-top: 0.3em;
    }
  .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;
  }
  .m-sec2Block2__ttl {
    font-size: 4.8vw;
    font-size: 5.1vw;
    line-height: 1.55556;
  }
  .m-sec2Block2__body {
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  .m-sec2Block2__ttl .loc_ex1_sp{
    display: inline-block;
    transform: translate(0.35em, 0);      
  }
  .m-sec2Block__col1_img .m-scroll__horizon img {
    width: 600px;
  }
    
    .m-sec2_02.m-sec1Block{
        gap: 10px 0;
    }
    .m-sec2_02 .m-sec1Block__col2{
        width: 100%;
    }    
    .m-sec2_02.m-sec1Block .m-sec1Block__col2 .m-sec1Block__ttl{
        font-size: 4.8vw;
        line-height: 1.55556;
    }    
    
    
  .m-sec3 {
    padding-top: 12.8vw;
    padding-bottom: 21.33333vw;
  }
  .m-sec3:before {
    height: 48.53333vw;
    background-image: url("./../img/sp/sec3_bg.png");
  }
  .m-sec3__ttlBox {
    margin-bottom: 8.53333vw;
  }
  .m-sec3__ttlBox_body {
    padding: 7.2vw 2.66667vw 2.66667vw 2.66667vw;
  }
  .m-sec3__ttlBox_body_ttlSub {
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
  .m-sec3__ttlBox_body_ttl {
    font-size: 6.66667vw;
    margin: 0 -1em;
  }
  .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: 1.33333vw;*/
    display: flex;
    flex-direction: column-reverse;
    /*margin-bottom: 5.33333vw;*/
    gap: 7px;
  }
  .m-sec3Block__image_left {
    margin-bottom: 0;
  }
  .m-sec3Block__image_right img {
    width: 93%;
    margin: auto;
  }
  .m-sec3Block__image_txt {
    text-align: center;
    padding: 6.66667vw 3.2vw;
  }
  .m-sec3Block__image_notice {
    bottom: 2vw;
    font-size: 2.4vw;
    left: 0;
    right: auto;
  }
  .m-sec3Block__cta {
    background-image: url("./../img/sp/sec3_cta_bg.png");
    padding: 5.33333vw;
  }
  .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: 7.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 -4vw;
    width: calc(100% + 8vw);
  }
  .m-sec3Block__type_hanrei {
    margin-top: calc((20 / 375) * 100vw);
  }
  .m-sec3Block__type_hanrei .img {
    width: 100%;
    margin: 0 auto 3vw;
  }
  .m-sec3Block__type_hanrei .en {
    margin: 0 auto;
    font-size: 2.8vw;
    line-height: 1.5;
  }
  .m-sec3Block__type_hanrei .txt {
    font-size: 2.8vw;
    line-height: 1.5;
  }
  .type-note {
    font-size : 10px;
    margin : 30px 0 0;
    text-align: left;
  }
  .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__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_list_txt .s1{
      font-size: 70%;
    }
  .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-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: 5.1vw;
    padding-bottom: 4vw;
  }
  .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;
  }
  .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;
  }

  /* 横スクロール対応 */
  .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;
}

/* 追加　*/
@media screen and (max-width: 767px), print {
  .sp-center {text-align: center; }
  .sp-scroll-wrap {
    overflow: scroll;
    height: 100vw;
  }
  .sp-scroll {
    width: 180vw;
  }
  .m-sec3Blocl--sp1col {
    display: block;
  }
  .m-sec3Blocl--sp1col .l-only--sp{
    background: transparent;
  }
  .m-sec3Blocl--sp1col .m-sec2Block__col2 {
    width: 100%;
  }
  sup {
    font-size: 0.5em;
    display: inline-block;
    vertical-align: text-top;
    margin-left: -0.2em;
    padding-top: 0.2em;
  }
  
  .m-sec2Block__gallery_desc {
    margin-bottom: 6vw;
    text-align: center;
    line-height: 1.4;
    font-size: 3.3vw;
  }
}
/* -----追加PC------ */
@media screen and (min-width: 768px), print {
  
  .m-sec2Block__gallery_desc {
    font-size: 16px;
    margin-bottom: 60px;
  }

  sup {
    font-size: 0.5em;
    display: inline-block;
    vertical-align: text-top;
    margin-left: -0.2em;
    padding-top: 0.5em;
  }
  .m-sec2Block__gallery {
    margin-top: 120px;
  }
  .border-top {
    border-top: 2px solid #fff;
  }
  .m-sec1Block__col1_img--map {
    max-width: 800px;
    margin:0 auto;
  }
  /* .m-sec3Block__facility {
    padding: 40px;
  }
  .m-sec3Block__facility_ttl {
    margin-bottom: 0;
    line-height: 1.8;
  } */
  .m-map__inner {
    width: 840px;
  }
  .m-sec2Block__col1_txt_mt1 {
    margin-top: 2px;
  }
  .m-sec3Block__image_txt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-sec3Block__image_txt_note {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    color: #999;
  }

}

small {font-size: 10px;}


@media screen and (min-width: 768px) {
.vsp{display:none;}
}
@media screen and (max-width: 767px) {
.vpc{display:none;}
}

.pt0 {
    padding-top: 0 !important;
}

.pt1 {
    padding-top: 1px !important;
}

.pt2 {
    padding-top: 2px !important;
}

.pt3 {
    padding-top: 3px !important;
}

.pt4 {
    padding-top: 4px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt6 {
    padding-top: 6px !important;
}

.pt7 {
    padding-top: 7px !important;
}

.pt8 {
    padding-top: 8px !important;
}

.pt9 {
    padding-top: 9px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt65 {
    padding-top: 65px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt75 {
    padding-top: 75px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt85 {
    padding-top: 85px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt95 {
    padding-top: 95px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr1 {
    padding-right: 1px !important;
}

.pr2 {
    padding-right: 2px !important;
}

.pr3 {
    padding-right: 3px !important;
}

.pr4 {
    padding-right: 4px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr6 {
    padding-right: 6px !important;
}

.pr7 {
    padding-right: 7px !important;
}

.pr8 {
    padding-right: 8px !important;
}

.pr9 {
    padding-right: 9px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr55 {
    padding-right: 55px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pr65 {
    padding-right: 65px !important;
}

.pr70 {
    padding-right: 70px !important;
}

.pr75 {
    padding-right: 75px !important;
}

.pr80 {
    padding-right: 80px !important;
}

.pr85 {
    padding-right: 85px !important;
}

.pr90 {
    padding-right: 90px !important;
}

.pr95 {
    padding-right: 95px !important;
}

.pr100 {
    padding-right: 100px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl1 {
    padding-left: 1px !important;
}

.pl2 {
    padding-left: 2px !important;
}

.pl3 {
    padding-left: 3px !important;
}

.pl4 {
    padding-left: 4px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl6 {
    padding-left: 6px !important;
}

.pl7 {
    padding-left: 7px !important;
}

.pl8 {
    padding-left: 8px !important;
}

.pl9 {
    padding-left: 9px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl55 {
    padding-left: 55px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pl65 {
    padding-left: 65px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.pl75 {
    padding-left: 75px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.pl85 {
    padding-left: 85px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.pl95 {
    padding-left: 95px !important;
}

.pl100 {
    padding-left: 100px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb1 {
    padding-bottom: 1px !important;
}

.pb2 {
    padding-bottom: 2px !important;
}

.pb3 {
    padding-bottom: 3px !important;
}

.pb4 {
    padding-bottom: 4px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb6 {
    padding-bottom: 6px !important;
}

.pb7 {
    padding-bottom: 7px !important;
}

.pb8 {
    padding-bottom: 8px !important;
}

.pb9 {
    padding-bottom: 9px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb55 {
    padding-bottom: 55px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb65 {
    padding-bottom: 65px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb75 {
    padding-bottom: 75px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb85 {
    padding-bottom: 85px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb95 {
    padding-bottom: 95px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt1 {
    margin-top: 1px !important;
}

.mt2 {
    margin-top: 2px !important;
}

.mt3 {
    margin-top: 3px !important;
}

.mt4 {
    margin-top: 4px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt6 {
    margin-top: 6px !important;
}

.mt7 {
    margin-top: 7px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt9 {
    margin-top: 9px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr1 {
    margin-right: 1px !important;
}

.mr2 {
    margin-right: 2px !important;
}

.mr3 {
    margin-right: 3px !important;
}

.mr4 {
    margin-right: 4px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr6 {
    margin-right: 6px !important;
}

.mr7 {
    margin-right: 7px !important;
}

.mr8 {
    margin-right: 8px !important;
}

.mr9 {
    margin-right: 9px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mr65 {
    margin-right: 65px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mr75 {
    margin-right: 75px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mr85 {
    margin-right: 85px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.mr95 {
    margin-right: 95px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml1 {
    margin-left: 1px !important;
}

.ml2 {
    margin-left: 2px !important;
}

.ml3 {
    margin-left: 3px !important;
}

.ml4 {
    margin-left: 4px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml6 {
    margin-left: 6px !important;
}

.ml7 {
    margin-left: 7px !important;
}

.ml8 {
    margin-left: 8px !important;
}

.ml9 {
    margin-left: 9px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.ml65 {
    margin-left: 65px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.ml85 {
    margin-left: 85px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.ml95 {
    margin-left: 95px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb1 {
    margin-bottom: 1px !important;
}

.mb2 {
    margin-bottom: 2px !important;
}

.mb3 {
    margin-bottom: 3px !important;
}

.mb4 {
    margin-bottom: 4px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb6 {
    margin-bottom: 6px !important;
}

.mb7 {
    margin-bottom: 7px !important;
}

.mb8 {
    margin-bottom: 8px !important;
}

.mb9 {
    margin-bottom: 9px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mw960 {
    margin: 0 auto;
    max-width: 960px;
}

.side_spc {
    padding-left: 10px;
    padding-right: 10px;
}

.mb5_rwd {
    margin-bottom: 5px !important;
}

.mb10_rwd {
    margin-bottom: 10px !important;
}

.mb15_rwd {
    margin-bottom: 15px !important;
}

.mb20_rwd {
    margin-bottom: 20px !important;
}

.mb25_rwd {
    margin-bottom: 25px !important;
}

.mb30_rwd {
    margin-bottom: 30px !important;
}

.mb35_rwd {
    margin-bottom: 35px !important;
}

.mb40_rwd {
    margin-bottom: 40px !important;
}

.mb45_rwd {
    margin-bottom: 45px !important;
}

.mb50_rwd {
    margin-bottom: 50px !important;
}

.mb60_rwd {
    margin-bottom: 60px !important;
}

.mb70_rwd {
    margin-bottom: 70px !important;
}

.mb80_rwd {
    margin-bottom: 80px !important;
}

.mb90_rwd {
    margin-bottom: 90px !important;
}

.mb100_rwd {
    margin-bottom: 100px !important;
}

@media screen and (max-width: 787px) {
    .mb5_rwd {
        margin-bottom:1% !important;
    }

    .mb10_rwd {
        margin-bottom: 2% !important;
    }

    .mb15_rwd {
        margin-bottom: 3% !important;
    }

    .mb20_rwd {
        margin-bottom: 4% !important;
    }

    .mb25_rwd {
        margin-bottom: 5% !important;
    }

    .mb30_rwd {
        margin-bottom: 6% !important;
    }

    .mb35_rwd {
        margin-bottom: 7% !important;
    }

    .mb40_rwd {
        margin-bottom: 8% !important;
    }

    .mb45_rwd {
        margin-bottom: 9% !important;
    }

    .mb50_rwd {
        margin-bottom: 10% !important;
    }

    .mb60_rwd {
        margin-bottom: 12% !important;
    }

    .mb70_rwd {
        margin-bottom: 14% !important;
    }

    .mb80_rwd {
        margin-bottom: 16% !important;
    }

    .mb90_rwd {
        margin-bottom: 18% !important;
    }

    .mb100_rwd {
        margin-bottom: 20% !important;
    }

    .mb0_sp {
        margin-bottom: 0px !important;
    }

    .mb5_sp {
        margin-bottom: 5px !important;
    }

    .mb10_sp {
        margin-bottom: 10px !important;
    }

    .mb15_sp {
        margin-bottom: 15px !important;
    }

    .mb20_sp {
        margin-bottom: 20px !important;
    }

    .mb25_sp {
        margin-bottom: 25px !important;
    }

    .mb30_sp {
        margin-bottom: 30px !important;
    }

    .mb35_sp {
        margin-bottom: 35px !important;
    }

    .mb40_sp {
        margin-bottom: 40px !important;
    }

    .mb45_sp {
        margin-bottom: 45px !important;
    }

    .mb50_sp {
        margin-bottom: 50px !important;
    }

    .mb60_sp {
        margin-bottom: 60px !important;
    }

    .mb70_sp {
        margin-bottom: 70px !important;
    }

    .mb80_sp {
        margin-bottom: 80px !important;
    }

    .mb90_sp {
        margin-bottom: 90px !important;
    }

    .mb100_sp {
        margin-bottom: 100px !important;
    }
}







.swipe_box {
	position: relative;
}

.swipe_caution {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/sp/icon_scrollCaution.svg") no-repeat center / 60px auto;
	pointer-events: none;
	transition: .4s ease;
	display: none;
}

@media screen and (max-width: 480px) {
    
    
	.swipe_inn {
		overflow-x: auto;
	}
	.swipe_caution {
		display: block;
	}
}


@media screen and (max-width:767px){
	
	.m-sec5_map .inner {
		width: 100%;
	}
	.swipe1 img {
		width: 600px;
		max-width: 600px;
	}
	.swipe2 img {
		width: 500px;
		max-width: 500px;
	}
}




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

.m-sec3Block__col1_img {
  width: 100%;
}

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

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

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



@media screen and (min-width: 768px), print {

  .m-sec3Block__col1 {
    padding: 60px 72px;
    margin-bottom: 40px;

  }
  .m-sec3Block__col1_txt {
    padding: 40px 72px 48px;
  }
  .m-sec3Block__ttl {
    font-size: 30px;
    line-height: 1.5;
  }

}

@media screen and (max-width: 767px) {

  .m-sec3Block__col1 {
    padding: 6.4vw 5.33333vw;
    margin-bottom: 5.33333vw;

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

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
















