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

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

.oh-m-btn__link {
  display: block;
}

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

.oh-m-footerBnr__bnr {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.oh-m-gallery__txt__ttl::before, .oh-m-gallery__txt__ttl::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
.oh-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;
}

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

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

.oh-m-header__head_logo {
  display: block;
}

.oh-m-headerNav__list_link {
  display: block;
}

.oh-m-kvMain {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.oh-m-sec1 {
  position: relative;
}

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

.oh-m-sec1__ttlBox {
  position: relative;
}

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

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

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

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

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

.oh-m-sec1Block__col1_img {
  width: 100%;
}

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

.oh-m-sec1Block__col1_flex {
  background: #fff;
}

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

.oh-m-sec1Block__col1_flex_txt .oh-m-sec1oh-Block__ttl {
  text-align : left;
}

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

.oh-m-sec1Block__col2_txt {
  background: #fff;
}

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

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

.oh-m-sec1-1 .oh-m-sec1Block__blueBg {
  min-height : 110px;
  padding: 20px 25px 20px;
}

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

.oh-m-sec1-1 .oh-m-sec1Block__blueBg small {
  color : #fff;
  display : block;
  margin-top : 10px;
}

.oh-m-sec1Block__blueBg_white {
  color: #e6e5e5;
}

.oh-m-sec1Block__blueBg_gold {
  color: #dac05a;
}

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

.oh-m-sec1oh-Block__ttl_center {
  text-align: center;
}

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

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

.oh-m-sec1Block__table {
  width: 100%;
}

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

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

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

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

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

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

.oh-m-sec2 {
  position: relative;
}

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

.oh-m-sec2__ttlBox {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.oh-m-sec2Block__type_list_item {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.oh-m-sec2oh-Block__ttl_center {
  text-align: center;
}

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

.oh-inviewFadeIn.oh-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;
  }
  .oh-l-inner {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .oh-l-only--pc {
    display: block !important;
  }
  .oh-l-only--sp {
    display: none !important;
  }
  .oh-l-site {
    min-width: 1260px;
  }
  .oh-m-btn__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .oh-m-btn__item {
    width: 534px;
  }
  .oh-m-fixedBottomButtons {
    display: none;
  }
  .oh-m-footerBody {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .oh-m-footerBtn {
    margin-bottom: 40px;
  }
  .oh-m-footerBnr {
    width: 728px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .oh-m-footerBnr__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .oh-m-footerBnr__txt {
    margin-top: 8px;
    font-size: 10px;
  }
  .oh-m-footerNote__ttl {
    font-size: 12px;
    padding: 7px 10px;
    margin-bottom: 7px;
  }
  .oh-m-footerNote__txt {
    font-size: 12px;
    margin-bottom: 40px;
  }
  .oh-m-footerFoot {
    height: 80px;
    padding-left: 46px;
    justify-content: space-between;
  }
  .oh-m-footerFoot__copyright {
    font-size: 12px;
  }
  .oh-m-footerFoot__pageTop {
    width: 80px;
    height: 80px;
  }
  .oh-m-footerFoot__pageTop_ico {
    width: 11px;
    height: 16px;
    margin-bottom: 8px;
  }
  .oh-m-footerFoot__pageTop_txt {
    font-size: 12px;
  }
  .oh-m-gallery {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .oh-m-gallery__inner {
    max-width: 860px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .oh-m-gallery__ttl {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .oh-m-gallery__txt {
    margin-top: 36px;
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
  }
  .oh-m-gallery__txt_sub {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding: 0.2em 1em;
    border:1px solid #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 0.8em;
  }
  .oh-m-gallery__txt__ttl {
    font-size: 24px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
  }

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

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

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

  .oh-m-gallery__txt__ttl::after {
    right: -170px;
  }
  .oh-m-gallery__btn {
    margin-top: 36px;
    width: 320px;
    height: 56px;
    font-size: 16px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  }
  .oh-m-header {
    position: absolute;
  }
  .oh-m-header__inner {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .oh-m-header__head_logo {
    width: 180px;
  }
  .oh-m-header__body_menuBtn {
    display: none;
  }
  .oh-m-headerNav--whitePC {
    color: #fff;
  }
  .oh-m-headerNav__list {
    display: flex;
    align-items: center;
  }
  .oh-m-headerNav__list_item:not(:last-child) {
    margin-right: 24px;
  }
  .oh-m-headerNav__list_link {
    font-size: 14px;
  }
  .oh-m-headerNav__utils {
    display: none;
  }
  .oh-m-headerMenu {
    display: none;
  }
  .oh-m-kvMain__btn {
    width: 321px;
    bottom: 120px;
  }
  .oh-m-kvMain__btn:hover {
    opacity: 1;
  }
  .oh-m-kvMain__scroll {
    width: 60px;
    bottom: 0;
  }
  .oh-m-localNav {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .oh-m-localNav__list {
    margin-top: -10px;
  }
  .oh-m-localNav__item {
    width: 360px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .oh-m-localNav__item:nth-child(3n) {
    margin-right: 0;
  }
  .oh-m-localNav__link_body {
    padding-left: 30px;
    padding-right: 60px;
  }
  .oh-m-localNav__link_body_ttl {
    font-size: 16px;
  }
  .oh-m-map {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .oh-m-map__inner {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .oh-m-map__ttl {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .oh-m-map__btn {
    margin-top: 24px;
    width: 320px;
    height: 56px;
    font-size: 16px;
  }
  .oh-m-sec1 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .oh-m-sec1:before {
    height: 320px;
  }
  .oh-m-sec1__ttlBox {
    margin-bottom: 58px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .oh-m-sec1__ttlBox_body {
    padding: 78px 20px 20px 20px;
  }
  .oh-m-sec1__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .oh-m-sec1__ttlBox_body_ttl {
    font-size: 50px;
  }
  .oh-m-sec1__ttlBox_bg {
    /* margin-top: -20px; */
    /* margin-left: -20px; */
    width: calc(100% + 40px);
  }
  .oh-m-sec1__btn {
    padding: 40px 0 80px;
  }
  .oh-m-sec1Block:not(:last-child) {
    margin-bottom: 40px;
  }
  .oh-m-sec1Block__repeat:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .oh-m-sec1Block__col1 {
    padding: 60px 72px;
  }
  .oh-m-sec1Block__col1_txt {
    padding: 60px 72px;
  }
  .oh-m-sec1Block__col1_flex {
    display: flex;
    justify-content: center;
    padding: 72px 40px;
    width: 100%;
  }
  .oh-m-sec1Block__col1_flex_img {
    width: calc( 524 / 1038 * 100%);
    margin-right: 20px;
  }
  .oh-m-sec1Block__col2 {
    width: calc(50% - 1px);
  }
  .oh-m-sec1Block__col2:nth-of-type(1),
  .oh-m-sec1Block__col2:nth-of-type(2){
    margin-bottom: 2px;
  }
  
  .oh-m-sec1Block__col2_img {
    width: 50%;
  }
  .oh-m-sec1Block__col2_txt {
    padding: 60px 72px;
    width: 50%;
  }
  .oh-m-sec1Block__col3 {
    width: calc((100% - 4px) / 3);
  }
  .oh-m-sec1Block__blueBg {
    padding: 12px 25px 20px;
  }
  .oh-m-sec1Block__blueBg_white, .oh-m-sec1Block__blueBg_gold {
    margin: 0 4px;
  }
  .oh-m-sec1Block__blueBg_white {
    font-size: 25px;
  }
  .oh-m-sec1Block__blueBg_gold {
    font-size: 50px;
  }
  .oh-m-sec1oh-Block__ttl {
    font-size: 30px;
    line-height: 1.5;
  }
  .oh-m-sec1oh-Block__ttl + .oh-m-sec1Block__body {
    margin-top: 17px;
    padding-top: 14px;
  }
  .oh-m-sec1Block__body {
    font-size: 16px;
    line-height: 1.875;
  }
  .oh-m-sec1Block__table .oh-border {
    border-bottom: 1px #e6e5e5 solid;
  }
  .oh-m-sec1Block__table th {
    font-size: 18px;
    text-align-last: left;
    width: 110px;
    vertical-align: middle;
  }
  .oh-m-sec1Block__table_td {
    font-size: 14px;
    padding: 12px 0;
  }
  .oh-m-sec1Block__table_td span.oh-txt {
    font-size: 20px;
    line-height: 17px;
  }
  .oh-m-sec1Block__table_td span.oh-num {
    font-size: 24px;
    margin: 0 2px;
  }
  .oh-m-sec1Block__table_station {
    padding: 18px 0;
  }
  .oh-m-sec1Block__table_price {
    line-height: 1.3;
    padding: 18px 0;
  }
  .oh-m-sec1Block__table_notice {
    font-size: 10px;
  }
  .oh-m-sec2 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .oh-m-sec2:before {
    height: 320px;
    background-image: url("./../img/sec2_bg.png");
  }
  .oh-m-sec2__ttlBox {
    margin-bottom: 58px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
  .oh-m-sec2__ttlBox_body {
    padding: 78px 20px 20px 20px;
  }
  .oh-m-sec2__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .oh-m-sec2__ttlBox_body_ttl {
    font-size: 50px;
  }
  .oh-m-sec2__ttlBox_bg {
    /*margin-top: -20px;
    margin-left: -20px;*/
    width: calc(100% + 40px);
  }
  .oh-m-sec2__btn {
    padding-top: 44px;
    padding-bottom: 80px;
  }
  .oh-m-sec2Block {
    margin-bottom: 40px;
  }
  .oh-m-sec2Block__image {
    display: flex;
    margin-bottom: 40px;
  }
  .oh-m-sec2Block__image_right {
    /* margin-top: -38px; */
    /* margin-bottom: -30px; */
    width: 380px;
  }
  .oh-m-sec2Block__image_txt {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-left: 72px;
    padding-right: 72px;
  }
  .oh-m-sec2Block__image_notice {
    bottom: 10px;
    font-size: 10px;
  }
  .oh-m-sec2Block__cta {
    align-items: center;
    background-image: url("/res/msn/img/lp/bukken_lp/sec2_cta_bg.png");
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 40px 72px;
  }
  .oh-m-sec2Block__cta_ttl {
    font-size: 30px;
    padding: 3px 0;
    width: 440px;
  }
  .oh-m-sec2Block__cta_ttl::before, .oh-m-sec2Block__cta_ttl::after {
    height: 2px;
  }
  .oh-m-sec2Block__cta_ttl::before {
    margin-bottom: 12px;
  }
  .oh-m-sec2Block__cta_ttl::after {
    margin-top: 23px;
  }
  .oh-m-sec2Block__cta_ttl span {
    margin: 0 2px;
  }
  .oh-m-sec2Block__cta_ttl span.oh-num {
    font-size: 60px;
  }
  .oh-m-sec2Block__cta_txt {
    font-size: 16px;
    line-height: 1.5625;
    padding-top: 18px;
  }
  .oh-m-sec2Block__cta_right .oh-m-btn__link {
    width: 440px;
  }
  .oh-m-sec2Block__hanrei {
    margin-top: 40px;
  }
  .oh-m-sec2Block__hanrei img , .oh-m-sec2Block__hanrei--2row img {
    display: block;
    height: 18px;
    max-width: initial;
    width: auto;
    margin: 0 auto;
  }
  
  .oh-m-sec2Block__type {
    padding-bottom: 70px;
  }
  .oh-m-sec2Block__col2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .oh-m-sec2Block__type_item {
    padding-top: 68px;
    width: 442px;
    display: flex;
    flex-direction: column;
  }
  .oh-m-sec2Block__type_item:nth-child(2n) {
    margin-left: 72px;
  }
  .oh-m-sec2Block__type_type {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .oh-m-sec2Block__type_type::before, .oh-m-sec2Block__type_type::after {
    height: 2px;
    margin: 0 7px;
    width: 10px;
  }
  .oh-m-sec2Block__type_room {
    font-size: 40px;
    margin-bottom: 6px;
  }
  .oh-m-sec2Block__type_room span {
    font-size: 30px;
  }
  .oh-m-sec2Block__type_floor {
    margin-bottom: 15px;
    padding: 25px 0 19px;
  }
  .oh-m-sec2Block__type_floor span.oh-txt {
    font-size: 16px;
    line-height: 1.25;
    margin-right: 10px;
  }
  .oh-m-sec2Block__type_floor span.oh-line {
    height: 36px;
    width: 1px;
    margin-right: 10px;
  }
  .oh-m-sec2Block__type_floor span.oh-area {
    font-size: 40px;
    margin-right: 5px;
  }
  .oh-m-sec2Block__type_floor span.oh-unit{
    font-size: 30px;
    margin-right: 10px;
  }
  .oh-m-sec2Block__type_floor span.oh-balcony {
    font-size: 16px;
    line-height: 1.3;
  }
  .oh-m-sec2Block__type_list {
    margin-bottom: 20px;
  }
  .oh-m-sec2Block__type_list_item {
    font-size: 16px;
    line-height: 1.875;
    padding-left: 22px;
  }
  .oh-m-sec2Block__type_list_item::before {
    height: 8px;
    top: 12px;
    width: 8px;
  }
  .oh-m-sec2Block__type_img {
    margin-top: auto;
    min-height : 0%;
  }
  .oh-m-sec2Block__facility {
    padding: 61px 72px;
  }
  .oh-m-sec2Block__facility_ttl {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 36px;
  }
  .oh-m-sec2Block__facility_ttl .oh-num {
    font-size: 50px;
  }
  .oh-m-sec2Block__facility_ribbon {
    font-size: 30px;
    margin-bottom: 40px;
    padding: 13px;
    width: 514px;
  }
  .oh-m-sec2Block__facility_ribbon::before, .oh-m-sec2Block__facility_ribbon::after {
    width: 20px;
  }
  .oh-m-sec2Block__facility_ribbon::before {
    left: -20px;
  }
  .oh-m-sec2Block__facility_ribbon::after {
    right: -20px;
  }
  .oh-m-sec2Block__facility_list {
    margin-bottom: 20px;
  }
  .oh-m-sec2Block__facility_list_item {
    margin-bottom: 8px;
    width: 233px;
  }
  .oh-m-sec2Block__facility_list_item.oh-wide {
    width: 474px;
  }
  .oh-m-sec2Block__facility_list_txt {
    font-size: 16px;
    line-height: 1.25;
    padding: 6px;
  }
  .oh-m-sec2Block__facility_txt {
    font-size: 30px;
    line-height: 1.5;
  }
  .oh-m-sec2oh-Block__ttl {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .oh-l-inner {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .oh-l-only--pc {
    display: none !important;
  }
  .oh-l-only--sp {
    display: block !important;
  }
  .oh-m-btn__item:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
  .oh-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;
  }
  .oh-m-fixedBottomButtons.oh-is-show {
    transform: translateY(0%);
  }
  .oh-m-fixedBottomButtons__inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .oh-m-fixedBottomButtons__item {
    width: 50%;
  }
  .oh-m-fixedBottomButtons__item:first-child a {
    border-top-left-radius: 0.66667vw;
    border-bottom-left-radius: 0.66667vw;
  }
  .oh-m-fixedBottomButtons__item:last-child {
    margin-left: 1px;
    width: calc(50% - 1px);
  }
  .oh-m-fixedBottomButtons__item:last-child a {
    border-top-right-radius: 0.66667vw;
    border-bottom-right-radius: 0.66667vw;
    background-color: #ac8d32;
  }
  .oh-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;
  }
  .oh-m-footerBody {
    padding-top: 10.66667vw;
  }
  .oh-m-footerBtn {
    margin-bottom: 10.66667vw;
  }
  .oh-m-footerBnr {
    margin-bottom: 10.66667vw;
  }
  .oh-m-footerBnr__item:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
  .oh-m-footerBnr__txt {
    margin-top: 2.4vw;
    font-size: 2.66667vw;
  }
  .oh-m-footerNote__ttl {
    font-size: 3.2vw;
    padding: 2vw 2.66667vw;
    margin-bottom: 3.2vw;
  }
  .oh-m-footerNote__txt {
    font-size: 3.2vw;
    margin-bottom: 6.93333vw;
  }
  .oh-m-footerFoot {
    height: 10.66667vw;
    justify-content: center;
  }
  .oh-m-footerFoot__copyright {
    text-align: center;
    font-size: 2.66667vw;
  }
  .oh-m-footerFoot__pageTop {
    width: 10.66667vw;
    height: 10.66667vw;
    bottom: 14.6vw;
  }
  .oh-m-footerFoot__pageTop_ico {
    width: 1.86667vw;
    height: 2.53333vw;
    margin-bottom: 0.8vw;
  }
  .oh-m-footerFoot__pageTop_txt {
    font-size: 2.66667vw;
  }
  .oh-m-gallery {
    padding-top: 8.53333vw;
    padding-bottom: 8.53333vw;
  }
  .oh-m-gallery__inner {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .oh-m-gallery__ttl {
    font-size: 4.8vw;
    margin-bottom: 5.33333vw;
  }
  .oh-m-gallery__txt {
    margin-top: 5.6vw;
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  
  .oh-m-gallery__txt_sub {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding: 0.2em 1em;
    border:1px solid #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 0.8em;
  }
  .oh-m-gallery__txt__ttl::before, .oh-m-gallery__txt__ttl::after {
    width: 18vw;
    height: 1px;
  }

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

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

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

  .oh-m-gallery__txt__ttl::after {
    right: -22vw;
  }
  .oh-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);
  }
  .oh-m-headerWrap {
    padding-top: 13.86667vw;
  }
  .oh-m-header {
    position: fixed;
    background-color: #fff;
    height: 13.86667vw;
  }
  .oh-m-header__inner {
    height: 100%;
    padding-left: 1.6vw;
  }
  .oh-m-header__head_logo {
    width: 50vw;
  }
  .oh-m-header__body_nav {
    display: none;
  }
  .oh-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;
  }
  .oh-m-headerNav.oh-is-open {
    opacity: 1;
    visibility: visible;
  }
  .oh-m-headerNav__list {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .oh-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;
  }
  .oh-m-headerNav__utils_item:not(:last-child) {
    margin-bottom: 2.66667vw;
  }
  .oh-m-headerNav__utils_link {
    display: block;
  }
  .oh-m-headerMenuBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 18.93333vw;
    height: 13.86667vw;
    transition: all 400ms;
  }
  .oh-m-headerMenuBtn.oh-is-open {
    background-color: #d6000f;
  }
  .oh-m-headerMenuBtn.oh-is-open .oh-m-headerMenuBtn__ico span {
    background-color: #fff;
    transform-origin: center;
  }
  .oh-m-headerMenuBtn.oh-is-open .oh-m-headerMenuBtn__ico span:nth-child(1) {
    transform: translateY(1.33333vw) rotate(25deg);
  }
  .oh-m-headerMenuBtn.oh-is-open .oh-m-headerMenuBtn__ico span:nth-child(2) {
    transform: translateY(-1.33333vw) rotate(-25deg);
  }
  .oh-m-headerMenuBtn.oh-is-open .oh-m-headerMenuBtn__txt {
    color: #fff;
  }
  .oh-m-headerMenuBtn__ico {
    display: block;
    margin-top: 0.53333vw;
  }
  .oh-m-headerMenuBtn__ico span {
    display: block;
    width: 10.93333vw;
    height: 0.53333vw;
    background-color: #000;
    transition: transform 400ms;
  }
  .oh-m-headerMenuBtn__ico span:nth-child(1) {
    margin-bottom: 2.13333vw;
  }
  .oh-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;
  }
  .oh-m-headerMenu {
    display: block;
  }
  .oh-m-kvMain__btn {
    width: 48.13333vw;
    bottom: 16.26667vw;
  }
  .oh-m-kvMain__scroll {
    width: 8vw;
    bottom: 0vw;
  }
  .oh-m-localNav {
    padding-top: 10.93333vw;
    padding-bottom: 10.93333vw;
  }
  .oh-m-localNav__list {
    margin-top: -3.06667vw;
  }
  .oh-m-localNav__item {
    width: 43.06667vw;
    margin-top: 3.06667vw;
  }
  .oh-m-localNav__item:nth-child(2n) {
    margin-left: 3.06667vw;
  }
  .oh-m-localNav__link_body {
    justify-content: center;
    padding: 3.2vw 0.66667vw 5.6vw;
  }
  .oh-m-localNav__link_body_ttl {
    text-align: center;
    font-size: 3.73333vw;
  }
  .oh-m-map {
    padding-top: 8.53333vw;
    padding-bottom: 8.53333vw;
  }
  .oh-m-map__inner {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .oh-m-map__ttl {
    font-size: 4.8vw;
    margin-bottom: 5.33333vw;
  }
  .oh-m-map__btn {
    margin-top: 5.33333vw;
    width: 53.33333vw;
    height: 10.66667vw;
    font-size: 3.73333vw;
  }
  .oh-m-sec1 {
    padding-top: 12.8vw;
    padding-bottom: 21.33333vw;
  }
  .oh-m-sec1:before {
    height: 39.46667vw;
    background-image: url("/res/msn/img/lp/bukken_lp/sp/sec1_bg.png");
  }
  .oh-m-sec1__ttlBox {
    margin-bottom: 8.53333vw;
  }
  .oh-m-sec1__ttlBox_body {
    padding: 7.2vw 2.66667vw 2.66667vw 2.66667vw;
  }
  .oh-m-sec1__ttlBox_body_ttlSub {
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
  .oh-m-sec1__ttlBox_body_ttl {
    font-size: 6vw;
  }
  .oh-m-sec1__ttlBox_bg {
    margin-top: -2.66667vw;
    margin-left: -2.66667vw;
    width: calc(100% + 5.33333vw);
  }
  .oh-m-sec1__btn {
    padding-top: 5.33333vw;
  }
  .oh-m-sec1Block:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
  .oh-m-sec1Block__col1 {
    padding: 6.4vw 5.33333vw;
  }
  .oh-m-sec1Block__col1_txt {
    padding: 6.66667vw 5.33333vw;
  }
  .oh-m-sec1Block__col1_flex {
    width: 100%;
    padding: 8.93333vw 5.33333vw;
    display:  flex;
    flex-wrap: wrap;
  }
  .oh-m-sec1Block__col1_flex_img {
    width: 74vw;
    margin: 8.8vw auto 0;
  }
  .oh-m-sec1Block__col2 {
    width: 44.53333vw;
  }
  .oh-m-sec1Block__col2:nth-of-type(1),
  .oh-m-sec1Block__col2:nth-of-type(2){
    margin-bottom: 1px;
  }
  .oh-m-sec1Block__col2_img {
    width: 100%;
  }
  .oh-m-sec1Block__col2_txt {
    padding: 6.66667vw 5.33333vw;
    width: 100%;
  }
  .oh-m-sec1Block__col2 .oh-m-sec1oh-Block__ttl {
    font-size: 3.73333vw;
    line-height: 1.25;
  }
  .oh-m-sec1-1 .oh-m-sec1Block__col3 {
    width: 100%;
  }
  .oh-m-sec1-4 .oh-m-sec1Block__col3 {
    width: calc(100% / 3 - 1px);
  }
  .oh-m-sec1Block__col3 .oh-m-sec1Block__blueBg,
  .oh-m-sec1-1_bbg {
    padding: 2.66667vw 0 2.93333vw;
    min-height : auto;
  }
  .oh-m-sec1Block__blueBg {
    padding: 1.73333vw 0 2.93333vw;
  }
  .oh-m-sec1Block__blueBg_white, .oh-m-sec1Block__blueBg_gold {
    margin: 0 0.53333vw;
  }
  .oh-m-sec1Block__blueBg_white {
    font-size: 3.73333vw;
  }
  .oh-m-sec1Block__blueBg_gold {
    font-size: 6.66667vw;
  }
  .oh-m-sec1oh-Block__ttl {
    font-size: 4.8vw;
    line-height: 1.55556;
    text-align: center;
  }
  .oh-m-sec1-1 .oh-m-sec1Block__blueBg small {
    font-size : 10px;
  }
  .oh-m-sec1oh-Block__ttl_pc {
    display: none;
  }
  .oh-m-sec1oh-Block__ttl + .oh-m-sec1Block__body {
    margin-top: 3.6vw;
    padding-top: 2.53333vw;
  }
  .oh-m-sec1Block__body {
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  .oh-m-sec1Block__table {
    border-top: none !important;
  }
  .oh-m-sec1Block__table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .oh-m-sec1Block__table th {
    background: #e6e5e5;
    width: 100%;
    font-size: 3.73333vw;
    padding: 1.2vw 3.73333vw;
  }
  .oh-m-sec1Block__table_td {
    width: 50%;
    font-size: 3.73333vw;
    padding: 1.6vw 0 3.2vw;
  }
  .oh-m-sec1Block__table_td span.oh-txt {
    font-size: 4.8vw;
    line-height: 5.46667vw;
  }
  .oh-m-sec1Block__table_td span.oh-num {
    font-size: 6.13333vw;
    margin: 0 0.53333vw;
  }
  .oh-m-sec1Block__table_price {
    line-height: 1.2;
  }
  .oh-m-sec1Block__table_notice {
    font-size: 2.93333vw;
  }
  .oh-m-sec2 {
    padding-top: 12.8vw;
    padding-bottom: 21.33333vw;
  }
  .oh-m-sec2:before {
    height: 39.2vw;
    background-image: url("/res/msn/img/lp/bukken_lp/sp/sec2_bg.png");
  }
  .oh-m-sec2__ttlBox {
    margin-bottom: 8.53333vw;
  }
  .oh-m-sec2__ttlBox_body {
    padding: 7.2vw 2.66667vw 2.66667vw 2.66667vw;
  }
  .oh-m-sec2__ttlBox_body_ttlSub {
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
  .oh-m-sec2__ttlBox_body_ttl {
    font-size: 6vw;
  }
  .oh-m-sec2__ttlBox_bg {
    margin-top: -2.66667vw;
    margin-left: -2.66667vw;
    width: calc(100% + 5.33333vw);
  }
  .oh-m-sec2__btn {
    padding-top: 5.33333vw;
  }
  .oh-m-sec2Block {
    margin-bottom: 5.33333vw;
  }
  .oh-m-sec2Block__image {
    margin-bottom: 1.33333vw;
  }
  .oh-m-sec2Block__image_left {
    margin-bottom: 0;
  }
  .oh-m-sec2Block__image_right img {
    width : 100%;
    margin: auto;
  }
  .oh-m-sec2Block__image_txt {
    text-align: center;
    padding: 6.66667vw 3.2vw;
  }
  .oh-m-sec2Block__image_notice {
    bottom: 1vw;
    right:0;
    font-size: 2.4vw;
  }
  .oh-m-sec2Block__cta {
    background-image: url("/res/msn/img/lp/bukken_lp/sp/sec2_cta_bg.png");
    padding: 5.33333vw;
  }
  .oh-m-sec2Block__cta_ttl {
    border-width: 0.13333vw;
    font-size: 5.33333vw;
    padding: 0.4vw 0;
  }
  .oh-m-sec2Block__cta_ttl::before, .oh-m-sec2Block__cta_ttl::after {
    height: 0.4vw;
  }
  .oh-m-sec2Block__cta_ttl::before {
    margin-bottom: 1.2vw;
  }
  .oh-m-sec2Block__cta_ttl::after {
    margin-top: 2.53333vw;
  }
  .oh-m-sec2Block__cta_ttl span.oh-num {
    font-size: 10.13333vw;
  }
  .oh-m-sec2Block__cta_txt {
    font-size: 3.73333vw;
    line-height: 1.71429;
    padding: 2.66667vw 0 3.06667vw;
  }
  .oh-m-sec2Block__cta_right .oh-m-btn__link {
    box-shadow: 0 0 4.66667vw rgba(255, 255, 255, 0.1);
  }
  .oh-m-sec2Block__hanrei {
    margin-top: 3.06667vw;
  }
  .oh-m-sec2Block__hanrei img{
    display: block;
    max-width: initial;
    width: auto;
    height: 2.2vw;
    margin: 0 auto;
  }
  .oh-m-sec2Block__hanrei--2row img {
    height:11vw;
  }
  .oh-m-sec2Block__type {
    padding: 8.53333vw 6.66667vw;
    border-width: 0.26667vw;
  }
  .oh-m-sec2Block__type_item:not(:last-child) {
    margin-bottom: 10.66667vw;
  }
  .oh-m-sec2Block__type_type {
    font-size: 4.26667vw;
    margin-bottom: 2.13333vw;
  }
  .oh-m-sec2Block__type_type::before, .oh-m-sec2Block__type_type::after {
    height: 0.53333vw;
    width: 1.33333vw;
    margin: 0 1.2vw;
  }
  .oh-m-sec2Block__type_room {
    font-size: 9.33333vw;
    margin-bottom: 2.13333vw;
  }
  .oh-m-sec2Block__type_room span {
    font-size: 4.8vw;
  }
  .oh-m-sec2Block__type_floor {
    border-width: 0.26667vw;
    flex-wrap: wrap;
    margin-bottom: 1.2vw;
    padding: 2.13333vw 0 3.33333vw;
  }
  .oh-m-sec2Block__type_floor span.oh-txt {
    font-size: 3.46667vw;
    line-height: 1.07692;
    margin-right: 1.33333vw;
  }
  .oh-m-sec2Block__type_floor span.oh-line {
    height: 6.66667vw;
    margin-right: 1.33333vw;
    width: 0.26667vw;
  }
  .oh-m-sec2Block__type_floor span.oh-area {
    font-size: 8.53333vw;
    margin-right: 0.8vw;
  }
  .oh-m-sec2Block__type_floor span.oh-unit{
    font-size: 4.8vw;
  }
  .oh-m-sec2Block__type_floor span.oh-balcony {
    width: 100%;
    text-align: center;
    font-size: 3.73333vw;
    margin-top: 2.8vw;
  }
  .oh-m-sec2Block__type_list {
    margin-bottom: 4.66667vw;
  }
  .oh-m-sec2Block__type_list_item {
    font-size: 3.73333vw;
    line-height: 1.71429;
    padding-left: 4vw;
  }
  .oh-m-sec2Block__type_list_item::before {
    height: 2.13333vw;
    top: 2.66667vw;
    width: 2.13333vw;
  }
  .oh-m-sec2Block__type_img {
    margin: auto;
    width: 70.4vw;
  }
  .oh-m-sec2Block__facility {
    padding: 5.33333vw 6.66667vw;
    border-width: 0.26667vw;
  }
  .oh-m-sec2Block__facility_ttl {
    font-size: 4.8vw;
    line-height: 1.36111;
    margin-bottom: 4vw;
  }
  .oh-m-sec2Block__facility_ttl .oh-num {
    font-size: 8vw;
  }
  .oh-m-sec2Block__facility_ribbon {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 4vw;
    padding: 0.66667vw 0 0.93333vw;
    width: calc(100% - 5.33333vw);
  }
  .oh-m-sec2Block__facility_ribbon::before, .oh-m-sec2Block__facility_ribbon::after {
    width: 2.66667vw;
  }
  .oh-m-sec2Block__facility_ribbon::before {
    left: -2.66667vw;
  }
  .oh-m-sec2Block__facility_ribbon::after {
    right: -2.66667vw;
  }
  .oh-m-sec2Block__facility_list {
    margin-bottom: 3.2vw;
  }
  .oh-m-sec2Block__facility_list_item {
    width: 37.33333vw;
  }
  .oh-m-sec2Block__facility_list_item.oh-wide {
    width: 100%;
  }
  .oh-m-sec2Block__facility_list_item:nth-last-child(n+3) {
    margin-bottom: 1.33333vw;
  }
  .oh-m-sec2Block__facility_list_txt {
    font-size: 3.2vw;
    line-height: 1.16667;
    padding: 0.8vw;
  }
  .oh-m-sec2Block__facility_txt {
    font-size: 4.26667vw;
    line-height: 1.625;
  }
  .oh-m-sec2oh-Block__ttl {
    font-size: 4.8vw;
    line-height: 1.55556;
  }
  .oh-m-sec2oh-Block__ttl_pc {
    display: none;
  }
}

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

.oh-sakae-af__title {
  padding-bottom : 20px;
  border-bottom : 1px solid #000;
  margin-bottom : 40px;
  font-size : 34px;
}

@media screen and (max-width: 767px) {
  .oh-sakae-af__title {
    font-size : 17px;
    margin-bottom : 0;
  }
}

.oh-sakae-af__row {
  display : flex;
  justify-content : space-between;
  flex-wrap : wrap;
}

.oh-sakae-af__item {
  width : calc(100% / 3 - 20px);
}

@media screen and (max-width: 767px) {
  .oh-sakae-af__item {
    width : 80%;
    margin : 40px auto 0;
  }
}

.oh-sakae-af__item-title {
  width : calc(260 / 320 * 100%);
  margin : 20px auto;
  text-align : center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.oh-sakae-af__item-title .oh-ttl1 {
  display : block;
  font-size : 33px;
  padding-bottom : 8px;
  border-bottom : 1px solid #000;
  margin-bottom : 10px;
}

.oh-sakae-af__item-title .oh-ttl2 {
  font-size : 20px;
}

.oh-sakae-af__text {
  line-height : 1.4;
}

@media screen and (max-width: 767px) {
  .oh-sakae-af__item-title {
    width : 100%;
  }
  .oh-sakae-af__item-title .oh-ttl1 {
    font-size : 25px;
  }
  .oh-sakae-af__item-title .oh-ttl2 {
    font-size : 15px;
  }
  .oh-sakae-af__text {
    font-size : 12px;
  }
}

.oh-type-note {
  width : 100%;
  margin : 30px 20px 0 0 ;
  font-size : 12px;
  text-align : right;
  line-height : 1.8;
}

.oh-type-note img {
  width : 280px;
  display : inline;
  margin-bottom : 10px;
}

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

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

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

/* modal */
.oh-js-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.oh-js-modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
}
.oh-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) {
  .oh-js-modal_content {
    width: 85%;
  }
}

.oh-js-modal_content_inner {
  position: relative;
}

.oh-js-modal_close {
  position: absolute;
  bottom: calc( 100% + 4px);
  left: calc( 100% + 4px);
  font-size: 0;
}
.oh-js-modal_close:before {
  font-size: 24px;
  color: #fff;
  content: "✕";
  font-weight: bold;
}
.oh-js-modal-open {
  height: 100%;
  display: flex;
  flex-direction: column;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.oh-Block__ttl_center {
  text-align : center;
}

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

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

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

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

.oh-Block__head p {
  margin: 40px 140px 0;
}

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

.oh-multi {
  background : #fff;
  padding-bottom : 90px;
  width: 100%;
}

.oh-multi__row {
  display : flex;
  flex-wrap : wrap;
  width: 100%;
}

.oh-multi__item {
  width : 50%;
}

.oh-multi__info {
  margin : 30px 40px 0;
}

@media screen and (max-width: 767px) {
  .oh-multi {
    padding-bottom : 20px;
  }
  .oh-multi__info {
    margin : 10px;
  }
}

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

.oh-m-sec1-1-4 {
  background : #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.oh-m-sec1-1-4 .oh-m-sec1Block__col3:nth-of-type(4) {
    margin-left : auto;
    margin-right : 3px;
    margin-top : 3px;
}
.oh-m-sec1-1-4 .oh-m-sec1Block__col3:nth-of-type(5) {
    margin-right : auto;
    margin-top : 3px;
}

@media screen and (max-width: 767px) {
  .oh-m-sec1-1-4 .oh-m-sec1Block__col3 {
    width : calc(100% / 2 - 1px);
    margin-top : 2px;
  }
  .oh-m-sec1-1-4 .oh-m-sec1Block__col3:nth-of-type(4) {
      margin : 2px 0 0 0;
  }
  .oh-m-sec1-1-4 .oh-m-sec1Block__col3:nth-of-type(5) {
      margin : 2px auto 0;
  }
}

.oh-onlyone__row {
  border-top : 1px solid #000;
  margin-top : 40px;
  padding-top : 40px;
  display : flex;
  flex-wrap : wrap;
  justify-content : space-between;
  width: 100%;
}

.oh-onlyone__left {
  width : calc(297 / 945 * 100%);
}

.oh-onlyone__right {
  width : calc(600 / 945 * 100%);
}

@media screen and (max-width: 767px) {
  .oh-onlyone__row {
    margin-top : 20px;
    padding-top : 20px;
  }
  .oh-onlyone__left,
  .oh-onlyone__right {
    width : 100%;
  }
  .oh-onlyone__right {
    margin-top : 20px;
  }
}

.oh-about__read {
  margin : 60px auto 0;
  display : flex;
  flex-wrap : wrap;
  width : 630px;
  max-width : 100%;
  align-items: flex-start;
}

.oh-about__read img {
  display : block;
  width : 50%;
}

.oh-about__info {
  border-top : 1px solid #000;
  border-bottom : 1px solid #000;
  margin-top : 60px;
  padding : 40px 0;
}

.oh-about__info img {
  width : 530px;
  max-width : 100%;
  margin : 0 auto;
}

@media screen and (max-width: 767px) {
  .oh-about__read {
    margin-top : 30px;
  }
  .oh-about__info {
    margin-top : 30px;
    padding : 20px 20px;
  }
}

.oh-about__list {
  margin-top : 60px;
  display : flex;
  flex-wrap : wrap;
  justify-content : space-between;
}

.oh-about__list-item {
  width : calc(100% / 4 - 12px);
  margin-bottom: 40px;
}

.oh-about__list-item p {
  text-align : center;
  margin-top : 10px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .oh-about__list {
    margin-top : 30px;
  }
  .oh-about__list-item {
    width : calc(100% / 4 - 2px);
    margin-bottom : 20px;
  }
  .oh-about__list-item p {
    font-size : 10px;
  }
}

.oh-analysis__row {
  width : 787px;
  max-width : 100%;
  margin : 60px auto 0;
  display : flex;
  flex-wrap : wrap;
  justify-content : space-between;
}

.oh-analysis__item {
  width : calc(371 / 787 * 100%);
}

@media screen and (max-width: 767px) {
  .oh-analysis__row {
    margin-top : 30px;
  }
  .oh-analysis__item {
    width : 70%;
    margin : 0 auto 20px;
  }
}

.oh-m-sec2Block__panorama {
  background : #fff;
  padding: 60px 0;
  margin-bottom:  40px;
}

@media screen and (max-width: 767px) {
  .oh-m-sec2Block__panorama {
    padding: 6.4vw 0;
  }
}

.oh-m-sec2Block__panorama .oh-m-sec2oh-Block__ttl {
  text-align : center;
}

.oh-m-sec2Block__panorama-info {
  font-size : 14px;
  margin :  30px 0 10px;
  text-align : center;
}

.oh-m-sec2Block__panorama-image {
  overflow-x : scroll;
}

.oh-m-sec2Block__panorama-image img {
  width : auto;
  height :  500px;
  max-width :  none;
  padding-bottom : 1px;
}

.oh-m-sec2Block__panorama-note {
  font-size : 10px;
  text-align :  right;
  line-height: 1.4;
  margin: 15px 15px 0;
}

.oh-m-sec2Block__panorama-image::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.oh-m-sec2Block__panorama-image::-webkit-scrollbar-track {
  background-color: #fff;
}
.oh-m-sec2Block__panorama-image::-webkit-scrollbar-thumb {
  background: #00374c;
  width: 130px;
}

@media screen and (max-width: 767px) {
  .oh-m-sec2Block__panorama-image img {
    height : 300px;
  }
}

.oh-fs__10px {
	font-size: 10px;
	line-height: 1.5;
}

/* 2022/10/04 */
.oh-m-sec1,
.oh-m-sec2 {
  padding-bottom: 0;
}
/* アンカーリンク */
.oh-anchorNav .oh-anchorNav__list {
  display: flex;
  justify-content: center;
}
.oh-anchorNav .oh-anchorNav__imgWrap {
  overflow: hidden;
}
.oh-anchorNav .oh-anchorNav__img {
  transition: transform 0.6s ease;
}
.oh-anchorNav .oh-anchorNav__img:active {
  transform: scale(1.1);
}
.oh-m-sec2Block__type_banner {
  position: relative;
}
.oh-m-sec2Block__type_banner_link {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  /* アンカーエリア */
  .oh-anchorNav {
    margin-bottom: 80px;
  }
  .oh-anchorNav--top {
    margin-top: 80px;
  }
  /* CVエリア */
  .oh-m-btn__list:not(.oh-m-footerBtn .oh-m-btn__list) {
    justify-content: space-between;
  }
  .oh-m-footerBtn .oh-m-btn__list .oh-m-btn__item:nth-child(5) {
    margin-left: 31px;
  }
}
@media screen and (max-width: 767px), print {
  /* 賃貸あおり */
  .oh-m-topBanner {
    margin: 10.93333vw 5.33333vw 0;
    position: relative;
  }
  .oh-m-topBanner_link {
    display: block;
    position: absolute;
    bottom: 7.93333vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 72.93333333vw;
  }
  /* アンカーエリア */
  .oh-anchorNav {
    margin-bottom: 8.5vw;
  }
  .oh-anchorNav--top {
    margin-top: 10.93333vw;
  }
  .oh-m-sec1 .oh-anchorNav,
  .oh-m-sec2 .oh-anchorNav {
    margin-top: 8.5vw;
  }
  .oh-m-sec2Block__type_banner {
    margin-top: 6.66667vw;
  }
  .oh-m-sec2Block__type_banner_link {
    top: 104vw;
    width: 62.93333333vw;
  }
  .oh-m-sec2Block__cta_right .oh-m-btn__link {
    box-shadow: none;
    filter: drop-shadow(0 0 4.66667vw rgba(255, 255, 255, 0.1));
  }
}

/* 2025/02/04 追記 */
/* 共通パーツ No.4：30分見学コースパーツ */
.oh-m-point30min__content {
  background: linear-gradient(0deg, #AC8D32 0%, #FFF 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px #AC8D32 solid;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
.oh-m-point30min__ctaLink {
  display: inline-block;
  width: 100%;
  padding: 12px 24px;
  background-color: #86202c;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
}
.oh-m-point30min__ctaLink::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  transform: rotate(90deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.oh-m-point30min__red {
  color: #86202C;
  margin: 0 2px;
}
.oh-m-point30min__pointHighlight {
  color: #86202C;
  background: linear-gradient(transparent 75%, #ffbb1b4a 75%);
}
.oh-m-point30min__pointText {
  font-size: .7em;
}
.oh-m-point30min__number--medium {
  font-size: 1.7em;
}
.oh-m-point30min__slash {
  align-items: baseline;
  display: flex;
  justify-content: center;
}
.oh-m-point30min__slash::before,
.oh-m-point30min__slash::after {
  background-color: #676767;
  border-radius: 5px;
  content: "";
  height: 3px;
  width: 55px;
}
.oh-m-point30min__slash::before {
  margin-right: 10px;
  transform: rotate(50deg);
}
.oh-m-point30min__slash::after {
  margin-left: 10px;
  transform: rotate(-50deg);
}
.oh-m-point30min__ttl {
  color: #636363;
  text-align: center;
}
.oh-m-point30min__body {
  color: rgb(0, 55, 76);
  text-align: center;
}
.oh-m-point30min__points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
}
.oh-m-point30min__point {
  border: 1px solid #CCC;
  background: #f7f7f7;
}
.oh-m-point30min__pointTitle {
  padding-top: 15px;
  color: #AC8D32;
  font-size: 25px;
  font-style: italic;
  text-align: center;
  margin-bottom: 15px;
}
.oh-m-point30min__pointDescription {
  padding-bottom: 15px;
  color: rgb(0, 55, 76);
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
/* 共通パーツ No.16,18：5連ボタン */
.oh-m-btn__link {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  border-style: solid;
}
.oh-m-btn__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  transform: rotate(90deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.oh-m-btn__link--request {
  border-color: #670001;
}
.oh-m-btn__link--request::after {
  background-color: #ac8d32;
}
.oh-m-btn__link--reserve {
  border-color: #ac8d32;
  background-image: linear-gradient(to top, #c9aa66, #ac8d32);
}
.oh-m-btn__link--reserve::after {
  background-color: #670001;
}
.oh-m-btn__link--hp {
  border-color: #919191;
  background-image: linear-gradient(to top, #b6b6b6, #656565);
}
.oh-m-btn__link--hp::after {
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  /* 共通パーツ No.4：30分見学コースパーツ */
  .oh-m-point30min {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .oh-m-point30min__ctaLink {
    font-size: 24px;
    padding: 18px 28px;
    letter-spacing: 0.3px;
  }
  .oh-m-point30min__ctaLink::after {
    width: 14px;
    height: 9.5px;
    right: 14px;
  }
  .oh-m-point30min__content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 30px 50px;
  }
  .oh-m-point30min__ttl {
    font-size: 20px;
    padding: 3px 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .oh-m-point30min__body {
    font-size: 18px;
  }
  .oh-m-point30min__number--large {
    font-size: 45px;
  }
  .oh-m-point30min__cta {
    width: 450px;
  }
  .oh-m-point30min__points {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .oh-m-point30min__point {
    width: calc((100% - 4px) / 4);
  }
  /* 共通パーツ No.16,18：5連ボタン */
  .oh-m-btn__list {
    display: flex;
    gap: 30px;
  }
  .oh-m-btn__link {
    letter-spacing: 5px;
    font-size: 25px;
    padding: 21px;
    border-width: 2px;
  }
  .oh-m-btn__link::after {
    right: 20px;
    width: 11px;
    height: 9px;
  }
  .oh-m-btn__link--request {
    background-image: linear-gradient(to top, #902d2e, #670001, #670001);
  }
  .oh-m-btn__link--request::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url("/res/msn/img/lp/bukken_lp/ribbon.png") no-repeat 50% 50%/contain;
    width: 91px;
    height: 54px;
    top: -0.5px;
    left: 0;
  }
  /* 共通パーツ No.11,17：間取りの上CVボタン */
  .oh-m-btn__link--larger {
    padding: 19px;
    font-size: 19px;
    letter-spacing: 6px;
  }
  .oh-m-btn__link--larger::before {
    width: 75px;
    height: 42px;
    top: 1px;
  }
  .oh-m-btn__link--larger::after {
    right: 12px;
  }
}

@media screen and (max-width: 767px) {
  /* 共通パーツ No.4：30分見学コースパーツ */
  .oh-m-point30min {
    margin-top: 5.33vw;
    margin-left: 5.33vw;
    margin-right: 5.33vw;
  }
  .oh-m-point30min__content {
    padding: 5.53vw 3.67vw;
    border-width: 0.27vw;
  }
  .oh-m-point30min__ctaLink {
    font-size: 4.66vw;
    padding: 5.33vw 4vw;
  }
  .oh-m-point30min__ctaLink::after {
    width: 2.6vw;
    height: 2.3vw;
    right: 3.35vw;
  }
  .oh-m-point30min__ttl {
    border-width: 0.13vw;
    font-size: 3vw;
    padding: 0.4vw 0;
    margin-bottom: 1.33vw;
  }
  .oh-m-point30min__body {
    font-size: 2.8vw;
    line-height: 1.56;
  }
  .oh-m-point30min__number--large {
    font-size: 8.13vw;
  }
  .oh-m-point30min__points {
    margin-top: 2.67vw;
    margin-bottom: 2.67vw;
  }
  .oh-m-point30min__pointTitle {
    padding-top: 2.67vw;
    font-size: 3.73vw;
    margin-bottom: 1.33vw;
  }
  .oh-m-point30min__pointDescription {
    padding-bottom: 2.67vw;
    font-size: 3.2vw;
  }
  .oh-m-point30min__point {
    width: 40.64vw;
  }
  .oh-m-point30min__slash::before, .oh-m-point30min__slash::after {
    height: 0.53vw;
    width: 10.67vw;
  }
  /* 共通パーツ No.6,14：追従フッター */
  .oh-m-fixedBottomButtons__link--request::before {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: url("/res/msn/img/lp/bukken_lp/sp/icon_lock.svg") no-repeat 50% 50%/contain;
    width: 2.8vw;
    height: 3.8vw;
    margin-right: 3.2vw;
  }
  /* 共通パーツ No.20,21,23：ハンバーガーメニュー */
  .oh-m-headerNav__utils_link {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7.47vw 5.33vw;
    width: 100%;
    height: 20.53vw;
    font-size: 5.6vw;
    letter-spacing: 0.53vw;
    color: #fff;
    background: linear-gradient(to top, #961a21, #740a02);
    border: 0.26vw solid #740a02;
    text-align: center;
    text-decoration: none;
    font-family: YakuHanMP, "Noto Serif JP", "oh-icon", serif;
  }
  .oh-m-headerNav__utils_link::after {
    content: "";
    position: absolute;
    display: block;
    width: 2.66vw;
    height: 2.13vw;
    right: 4.85vw;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #a28c3d;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    transform: rotate(90deg);
  }
  /* 共通パーツ No.21,23：ハンバーガーメニュー_資料請求パーツ */
  .oh-m-headerNav__utils_link--request::before {
    content: "";
    display: inline-block;
    position: relative;
    background: url("/res/msn/img/lp/bukken_lp/sp/icon_lock.svg") no-repeat 50% 50%/contain;
    width: 4.26vw;
    height: 5.6vw;
    margin-right: 4vw;
    top: -0.26vw;
  }
  /* 来場予約ボタン */
  .oh-m-headerNav__utils_link--reserve {
    background: linear-gradient(to bottom, #b29042, #d1af62);
    border: 0.26vw solid #b29042;
  }
  .oh-m-headerNav__utils_link--reserve::after {
    background-color: #670d03;
  }
  /* 共通パーツ No.20：ハンバーガーメニュー_30分見学コースパーツ */
  .oh-m-headerNav__utils_link--reserve30min {
    background: #86202c;
    font-size: 4.53vw;
    border: none;
  }
  .oh-m-headerNav__utils_link--reserve30min::after {
    background-color: #fff;
  }
  /* 共通パーツ No.16,18：5連ボタン */
  .oh-m-btn__link {
    border-width: 1px;
    letter-spacing: 1.33vw;
    font-size: 4.13vw;
    padding: 3.5vw 4vw 3.5vw;
    border-radius: 1.33vw;
    height: 13.2vw;
    background-image: linear-gradient(to top, #e4e4e4, #fefefe);
    color: #660002;
  }
  .oh-m-btn__link::before {
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 
    2.67vw;
    background: no-repeat 50% 50%/contain;
  }
  .oh-m-btn__link::after {
    right: 4.6vw;
    width: 2.53vw;
    height: 1.86vw;
    background-color: #660002;
  }
  .oh-m-btn__link--request {
    background-image: linear-gradient(to top, #961a21, #740a02);
    color: #fff;
  }
  .oh-m-btn__link--request::before {
    background-image: url("/res/msn/img/lp/bukken_lp/sp/icon_lock.svg");
    width: 4.4vw;
    height: 5.86vw;
  }
  .oh-m-btn__link--request::after {
    background-color: #ac8d32;
  }
  .oh-m-btn__link--reserve {
    background-image: linear-gradient(to top, #cba756, #b38f1d);
    color: #fff;
  }
  .oh-m-btn__link--reserve::before {
    background-image: url("/res/msn/img/lp/bukken_lp/sp/icon-route-walk.svg");
    width: 3.2vw;
    height: 5.33vw;
  }
  .oh-m-btn__link--reserve::after {
    background-color: #660002;
  }
  .oh-m-btn__link--madori::before {
    background-image: url("/res/msn/img/lp/bukken_lp/sp/icon-floorplan.svg");
    width: 5.066vw;
    height: 5.33vw;
  }
  .oh-m-btn__link--photo::before {
    background-image: url("/res/msn/img/lp/bukken_lp/sp/icon-camera.svg");
    width: 5.33vw;
    height: 4.39vw;
  }
  .oh-m-btn__link--pricelist::before {
    background-image: url("/res/msn/img/lp/bukken_lp/sp/icon-file-text.svg");
    width: 3.86vw;
    height: 5.33vw;
  }
  .oh-m-btn__link--hp {
    border-radius: 0;
    color: #fff;
    border-color: #919191;
    background-image: linear-gradient(to top, #b6b6b6, #656565);
    padding: 6.66vw 4.53vw;
    font-size: 5.33vw;
    height: 19.2vw;
  }
  .oh-m-btn__link--hp::after {
    background-color: #fff;
  }
  .oh-m-btn__link--hp .oh-m-btn__text {
    letter-spacing: 1.33vw
  }
  .oh-m-btn__item:not(:last-child) {
    margin-bottom: 2.4vw;
  }
  .oh-m-btn__text {
    letter-spacing: 0.5vw;
  }
  .oh-m-btn__wrap:not(:first-child) {
    margin-top: 9.33vw;
  }
  .oh-m-btn__head {
    position: relative;
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.02em;
    position: relative;
    margin-bottom: 4vw;
    background: #003043;
    padding: 2.66vw 0;
    width: calc(100% + 10.66vw);
    margin-left: -5.33vw;
  }
  .oh-m-btn__head::before,
  .oh-m-btn__head::after {
    content: "";
    display: block;
    background: linear-gradient(to bottom, #b38f1d, #cba756);
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
  }
  .oh-m-btn__head::before {
    top: 0.53vw;
  }
  .oh-m-btn__head::after {
    bottom: 0.53vw;
  }
  .oh-m-btn__head_lbl {
    position: relative;
    color: #003043;
    background: #d5bd5a;
    font-size: 3.47vw;
    border-radius: 2.86vw;
    border: 0.4vw solid #003043;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.67vw 4vw 0.93vw;
    transform: translateY(-5.33vw);
  }
  .oh-m-btn__head_lbl::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 1.07vw 1.07vw 0;
    border-style: solid;
    border-color: #d5bd5a transparent transparent;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -0.8vw;
    margin: 0 auto;
  }
  .oh-m-btn__head_ttl {
    display: block;
    color: #fff;
    font-size: 4.27vw;
    margin-top: -3.73vw;
  }
  /* 共通パーツ No.11,17：間取りの上CVボタン */
  .oh-m-btn__link--larger {
    position: relative;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
    font-family: YakuHanMP, "Noto Serif JP", "oh-icon", serif;
    padding: 6vw 5.33vw 5vw;
    margin-top: 4vw;
    font-size: 5.07vw;
    height: 18.13vw;
    background: linear-gradient(to bottom, #670001, #902c2d);
    border: 1px solid #670001;
    border-radius: 0;
  }
  .oh-m-btn__link--larger::before {
    width: 4.26vw;
    height: 5.6vw;
    margin-right: 1.6vw;
  }
  .oh-m-btn__link--larger::after {
    width: 2.93vw;
    height: 1.79vw;
    right: 2.6vw;
  }
  .oh-m-btn__link--larger .oh-m-btn__text {
    letter-spacing: 0;
  }
  .oh-m-btn__sub {
    width: 47vw;
    position: absolute;
    top: -3.9vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3.733vw;
    text-align: center;
    padding: 1.33vw 0;
    border: 2px #cbb57b solid;
    background: linear-gradient(180deg, rgba(231, 210, 160, 1) 0%, rgba(216, 192, 130, 1) 35%, rgba(175, 146, 52, 1) 100%);
    letter-spacing: 0.05em;
    color: #75070b;
    font-size: 3.2vw;
    font-weight: bold;
  }
  /* 共通パーツ No.16,18：CVエリアの「価格表を見る」ボタンから開かれるモーダル要素 */
  .oh-m-priceListModal {
    display: none;
    z-index: 1100;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    transform: scale(0.1);
    top: 0;
    opacity: 0.1;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,251,223,1) 35%, rgba(255,251,223,1) 100%);
  }

  .oh-m-priceListModal.is-close {
    transform: scale(0.1);
    transition: 0.3s cubic-bezier(0,.47,.56,1);
    opacity: 0.1;
  }
  .oh-m-priceListModal.oh-is-open {
    display: block;
    transform: scale(1);
    transition: 0.3s cubic-bezier(0,.47,.56,1);
    opacity: 1;
  }

  .oh-m-priceListModal__window {
    border-radius: 0px;
    background: none;
  }

  .oh-m-priceListModal__buttons {
    margin: 5.33vw 8% 0;
    border-top: none;
    background: none;
    display: flex;
  }
  .oh-m-priceListModal__button {
    font-size: 4vw;
    padding: 4.27vw;
    font-weight: bold;
    color: #fff;
    border-radius: 26.67vw;
  }
  .oh-m-priceListModal__button:active {
    transform: scale(0.9);
    opacity: 0.9;
  }
  .oh-m-priceListModal__button--yes {
    background-color: #d9101d;
  }
  .oh-m-priceListModal__button--no {
    background-color: #adadad;
  }

  .oh-m-priceListModal__close {
    position: absolute;
    top: 5.33vw;
    left: auto;
    right: 5.33vw;
    width: 6.67vw;
    height: 6.67vw;
    background: none;
    z-index: 10;
  }
  .oh-m-priceListModal__close::after {
    content: "×";
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 6.67vw;
  }
}

/* セクション5 */
.oh-m-sec5Block__note {
  margin: 3em -0.5em -3em;
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .oh-m-sec5_notice {
    font-size: 2.93333vw;
    color: #000;
    display: inline;
    padding-bottom: 5px;
  }
  
  .oh-m-sec5Block__list_item_notice {
    display: block;
    font-size: 0.625rem;
    text-align: right;
    padding: 0 10px;
  }
  
  .oh-m-sec5Block__note {
    font-size: 2.73333vw;
    margin-top: 2em;
    margin-bottom: -1em;
  }
}

@media screen and (min-width: 768px) {
  .oh-m-sec5_notice {
    font-size: 12px;
    color: #000;
    display: inline;
    padding-bottom: 5px;
  }

  .oh-m-sec5Block__list_item_notice {
    display: block;
    font-size: 0.75rem;
    text-align: right;
  }
}

/* インタビューセクション */
@media screen and (max-width: 767px) {
  .oh-ohkaizen-interview {
    background-color: #fff;
    padding: 20px 0 40px;
  }

  .oh-ohkaizen-interview_title {
    padding: 0 15px;
  }

  .oh-ohkaizen-interview_contents {
    margin-top: 10px;
  }

  .oh-ohkaizen-interview_contents--01 {
    margin-top: 20px;
  }

  .oh-ohkaizen-interview_button {
    margin-top: 40px;
  }

  .oh-ohkaizen-interview_button__link {
    display: block;
    width: 302px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .oh-ohkaizen-insertInterviewParts {
    background: #fff;
  }

  .oh-ohkaizen-insertInterviewParts__inn {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
  }

  .oh-ohkaizen-insertInterviewParts__heading {
    margin-bottom: 40px;
  }

  .oh-ohkaizen-insertInterviewParts__blocks {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 32px);
    margin: 0 -16px calc(-16px + 56px);
  }

  .oh-ohkaizen-insertInterviewParts__block {
    display: block;
    margin: 0 16px 16px;
    width: calc(50% - 32px);
  }

  .oh-ohkaizen-insertInterviewParts__button {
    width: 534px;
    margin: 0 auto;
  }
}
