@charset "UTF-8";
/* -----------------
root
-------------------- */
:root {
  --font-base: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-en: "Jost", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --color-base: #3B4043;
  --color-placeholder: #BABABA;
  --width-base-pc: 1200px;
  --width-base-sp: calc(355 / 375 * 100%);
}

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

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, figure, picture, form {
  font-family: var(--font-base);
  font-style: normal;
  font-weight: normal;
  color: var(--color-base);
  line-height: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--font-base);
  color: var(--color-base);
}

picture {
  display: block;
}

button {
  text-align: left;
  display: block;
  cursor: pointer;
}

::placeholder {
  color: var(--color-placeholder);
}

select:invalid {
  color: var(--color-placeholder);
}

textarea {
  display: block;
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

[type=checkbox],
[type=radio] {
  visibility: hidden;
  width: 1px;
  position: absolute;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

img,
svg {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

small {
  font-size: inherit;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* -----------------
responsive
-------------------- */
@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }

  a,
button {
    transition: 0.3s;
  }

  a:hover,
button:hover {
    opacity: 0.7;
  }

  a[href*="tel:"] {
    pointer-events: none;
  }

  .m_sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  a:active,
button:active {
    opacity: 0.7;
  }

  .m_pc {
    display: none !important;
  }
}
/* -----------------
common
-------------------- */
p,
span,
dt,
dd,
li,
th,
td,
input,
button,
textarea,
select {
  font-size: 1.8rem;
  line-height: 1;
}

#js_all_wrap.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #js_all_wrap.is_fixed {
    position: static;
  }
}

.m_wrap {
  margin: 0 auto;
  width: 98%;
  max-width: var(--width-base-pc);
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* clearfix */
.cf::after {
  content: "";
  display: block;
  clear: both;
}

.m_ff_en {
  font-family: var(--font-en);
  font-size: inherit;
  line-height: inherit;
}

.m_fw_bold {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    min-height: 100vh;
  }

  p,
span,
dt,
dd,
li,
th,
td,
input,
button,
textarea,
select {
    font-size: 1.6rem;
    line-height: 1;
  }

  .m_wrap {
    width: var(--width-base-sp);
  }
}
/* -----------------
header
-------------------- */
@media screen and (max-width: 767px) {
  header {
    height: 70px;
  }
}
header .m_wrap {
  display: flex;
  align-items: center;
  gap: 0 min(52px, calc(52 / 1920 * 100vw));
  padding: 21px 2.9166666667% 21px 1.7708333333%;
  width: 100%;
  max-width: 100%;
  height: 105px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  header .m_wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    gap: 0;
    padding: 0 2.6666666667%;
    justify-content: space-between;
    height: 70px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
}
header .logo {
  width: 135px;
}
@media screen and (max-width: 767px) {
  header .logo {
    padding-top: 5px;
    width: 135px;
  }
}
header .logo a {
  display: block;
}
header .gnav {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  header .gnav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 1;
    background: #696969;
  }
}
@media screen and (min-width: 768px) {
  header .gnav {
    display: block !important;
  }
}
header .gnav .inner {
  display: flex;
  justify-content: space-between;
  height: inherit;
}
@media screen and (max-width: 767px) {
  header .gnav .inner {
    display: block;
    padding: 50px 2.6666666667% 120px;
    overflow-y: scroll;
  }
}
header .gnav .list {
  display: flex;
  align-items: center;
  gap: 0 min(40px, calc(40 / 1920 * 100vw));
}
@media screen and (max-width: 767px) {
  header .gnav .list {
    flex-direction: column;
    gap: 20px 0;
  }
}
header .gnav .list li {
  font-size: clamp(1rem, 0.78125vw, 1.5rem);
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  header .gnav .list li {
    font-size: 1.8rem;
    color: #fff;
  }
}
header .gnav .other_list {
  display: flex;
  align-items: center;
  gap: 0 min(10px, calc(10 / 1920 * 100vw));
}
@media screen and (max-width: 767px) {
  header .gnav .other_list {
    flex-direction: column;
    gap: 0;
    margin-top: 50px;
  }
}
header .gnav .other_list .time_item {
  display: flex;
}
header .gnav .other_list .time_item [class^=txt] {
  font-size: clamp(1rem, 0.78125vw, 1.5rem);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  header .gnav .other_list .time_item [class^=txt] {
    font-size: 1.8rem;
    color: #fff;
  }
}
header .gnav .other_list .time_item .txt_en {
  font-family: var(--font-en);
  font-weight: 700;
  text-align: right;
  margin-left: 0.5em;
  padding-top: 1px;
}
@media screen and (max-width: 767px) {
  header .gnav .other_list .time_item .txt_en {
    padding-top: 2px;
  }
}
header .gnav .other_list .tel_item {
  display: flex;
  align-items: center;
  gap: 0 min(10px, calc(10 / 1920 * 100vw));
}
@media screen and (max-width: 767px) {
  header .gnav .other_list .tel_item {
    margin-top: 10px;
    gap: 0 10px;
  }
}
header .gnav .other_list .tel_item svg {
  width: min(36px, calc(36 / 1920 * 100vw));
}
@media screen and (max-width: 767px) {
  header .gnav .other_list .tel_item svg {
    fill: #fff;
    width: 32px;
  }
}
header .gnav .other_list .tel_item .tel {
  font-family: var(--font-en);
  font-size: clamp(1rem, 2.34375vw, 4.5rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  header .gnav .other_list .tel_item .tel {
    font-size: 4rem;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  header .gnav .sns_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
  }
  header .gnav .sns_list li {
    width: 30px;
  }
  header .gnav .sns_list li.icon_line {
    width: 28px;
  }
}
@media screen and (max-width: 767px) {
  header .menu_btn {
    position: relative;
    width: 30px;
  }
  header .menu_btn span {
    display: block;
    margin-top: 7px;
    width: 100%;
    height: 2px;
    background: var(--color-base);
    transition: 0.3s;
  }
  header .menu_btn span:nth-of-type(1) {
    margin-top: 0;
  }
  header .menu_btn.is_active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  header .menu_btn.is_active span:nth-of-type(2) {
    opacity: 0;
  }
  header .menu_btn.is_active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
}

/* -----------------
footer
-------------------- */
footer {
  padding: 62px 0 25px;
  border: 1px solid #707070;
  background: #696969;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 50px;
  }
}
footer .m_wrap {
  display: flex;
  align-items: center;
  max-width: 90.8854166667%;
}
@media screen and (min-width: 768px) {
  footer .m_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .m_wrap {
    flex-direction: column;
    max-width: 100%;
  }
}
footer .m_wrap:nth-child(1) {
  gap: 0 min(42px, calc(42 / 1920 * 100vw));
}
footer .m_wrap:nth-child(2) {
  justify-content: space-between;
  margin-top: 21px;
  padding-top: 19px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  footer .m_wrap:nth-child(2) {
    margin-top: 30px;
    padding-top: 30px;
  }
}
footer .logo {
  width: 135px;
}
footer .logo a {
  display: block;
}
footer .logo svg {
  fill: #fff;
}
footer .gnav {
  width: 100%;
}
footer .gnav .inner {
  display: flex;
}
footer .gnav .inner .list {
  display: flex;
  align-items: center;
  gap: 0 min(40px, calc(40 / 1920 * 100vw));
}
footer .gnav .inner .list li {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  color: #fff;
}
footer .gnav .inner .sns_list {
  display: flex;
  align-items: center;
  gap: 0 min(16px, calc(16 / 1920 * 100vw));
  margin-left: auto;
  padding-top: 11px;
}
footer .gnav .inner .sns_list li {
  width: 16px;
}
footer .gnav .inner .sns_list li.icon_line {
  width: 14px;
}
footer .other_box {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  width: 420px;
}
@media screen and (max-width: 767px) {
  footer .other_box {
    justify-content: center;
    gap: 2em 3em;
    order: 1;
    margin-top: 30px;
    width: 100%;
  }
}
footer .other_box p {
  font-size: 1.5rem;
  line-height: 1.2666666667;
  color: #fff;
}
footer .other_box .copy {
  font-family: var(--font-en);
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .other_box .copy {
    font-size: clamp(1rem, 3.125vw, 1.5rem);
    text-align: center;
  }
}
footer .other_list {
  display: flex;
  gap: 0 min(19px, calc(19 / 1920 * 100vw));
}
@media screen and (max-width: 767px) {
  footer .other_list {
    flex-direction: column;
    gap: 30px 0;
  }
}
footer .other_list .time_item {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  footer .other_list .time_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .other_list .time_item [class^=txt] {
  font-size: 1.5rem;
  line-height: 1.2666666667;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .other_list .time_item [class^=txt] {
    text-align: center;
  }
}
footer .other_list .time_item [class^=txt]:nth-child(1) {
  margin-bottom: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer .other_list .time_item [class^=txt]:nth-child(n+2) {
    display: inline-block;
  }
}
footer .other_list .time_item .txt_en {
  font-family: var(--font-en);
  font-weight: 700;
  margin-left: 0.5em;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  footer .other_list .time_item .txt_en {
    padding-top: 1px;
  }
}
footer .other_list .tel_item {
  display: flex;
  align-items: center;
  gap: 0 min(10px, calc(10 / 1920 * 100vw));
}
@media screen and (max-width: 767px) {
  footer .other_list .tel_item {
    justify-content: center;
    gap: 0 10px;
  }
}
footer .other_list .tel_item svg {
  fill: #fff;
  width: 36px;
}
@media screen and (max-width: 767px) {
  footer .other_list .tel_item svg {
    width: 32px;
  }
}
footer .other_list .tel_item .tel {
  font-family: var(--font-en);
  font-size: 4.5rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .other_list .tel_item .tel {
    font-size: 4rem;
  }
}

/* -----------------
m_fv_wrap01
-------------------- */
#m_fv_wrap01 .m_wrap {
  position: relative;
  width: 100%;
  max-width: 94.7916666667%;
}
#m_fv_wrap01 .m_wrap .img {
  height: calc(100vh - 105px);
}
@media screen and (max-width: 767px) {
  #m_fv_wrap01 .m_wrap .img {
    height: calc(100svh - 70px);
  }
}
#m_fv_wrap01 .m_wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -----------------
m_fv_wrap02
-------------------- */
#m_fv_wrap02 {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #m_fv_wrap02 {
    padding-top: 50px;
  }
}
#m_fv_wrap02 .m_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1763px;
}
@media screen and (max-width: 767px) {
  #m_fv_wrap02 .m_wrap {
    display: block;
  }
}
#m_fv_wrap02 .box01 {
  position: relative;
  padding: 0 70px 82px 0;
  width: 69.3136698809%;
}
@media screen and (max-width: 767px) {
  #m_fv_wrap02 .box01 {
    padding: 0 22px 35px 0;
    width: 100%;
  }
}
#m_fv_wrap02 .box01 .main_ttl {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.75em;
  color: #FF7423;
}
@media screen and (max-width: 767px) {
  #m_fv_wrap02 .box01 .main_ttl {
    letter-spacing: 0.3em;
  }
}
#m_fv_wrap02 .box01 .img {
  margin-top: 9px;
}
#m_fv_wrap02 .box01 .ttl {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#m_fv_wrap02 .box01 .ttl [class^=txt] {
  display: block;
}
#m_fv_wrap02 .box01 .ttl .txt_en {
  font-family: var(--font-en);
  font-size: 8rem;
  color: #000;
  margin-left: auto;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #m_fv_wrap02 .box01 .ttl .txt_en {
    font-size: 3.6rem;
  }
}
#m_fv_wrap02 .box01 .ttl .txt_jp {
  font-size: 2rem;
  line-height: 1.35;
  color: #888;
  margin-left: auto;
  padding-right: 37px;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #m_fv_wrap02 .box01 .ttl .txt_jp {
    font-size: 1.4rem;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  #m_fv_wrap02 .box02 {
    padding-top: 29px;
    width: 30.0056721497%;
  }
}
@media screen and (max-width: 767px) {
  #m_fv_wrap02 .box02 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #m_fv_wrap02 .box02 .img {
    margin: 0 auto;
    width: 70%;
    max-width: 400px;
  }
}
#m_fv_wrap02 .box02 .txt {
  font-size: 2rem;
  line-height: 1.75;
  margin: 32px auto 0;
  width: 87.9017013233%;
}
@media screen and (max-width: 767px) {
  #m_fv_wrap02 .box02 .txt {
    font-size: 1.6rem;
    margin-top: 15px;
    width: 100%;
  }
}

/* -----------------
m_item_list01_wrap
-------------------- */
#m_item_list01_wrap {
  padding: 260px 0 50px;
}
@media screen and (max-width: 767px) {
  #m_item_list01_wrap {
    padding: 70px 0 35px;
  }
}
#m_item_list01_wrap .m_wrap {
  max-width: 1844px;
}
#m_item_list01_wrap .list > li:nth-child(n+2) {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  #m_item_list01_wrap .list > li {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #m_item_list01_wrap .list > li:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  #m_item_list01_wrap .list .img_box {
    display: flex;
    justify-content: space-between;
    width: 65.1301518438%;
  }
}
@media screen and (min-width: 768px) {
  #m_item_list01_wrap .list .img_box .main_img {
    width: 80.2664446295%;
  }
}
@media screen and (min-width: 768px) {
  #m_item_list01_wrap .list .img_box .sub_img_list {
    width: 15.9034138218%;
  }
}
@media screen and (max-width: 767px) {
  #m_item_list01_wrap .list .img_box .sub_img_list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.8169014085vw;
    margin-top: 8.4507042254%;
  }
  #m_item_list01_wrap .list .img_box .sub_img_list li {
    width: calc((100% - 5.6338028169vw) / 3);
  }
}
@media screen and (min-width: 768px) {
  #m_item_list01_wrap .list .txt_box {
    width: 32.3752711497%;
  }
}
@media screen and (max-width: 767px) {
  #m_item_list01_wrap .list .txt_box {
    margin-top: 30px;
  }
}
#m_item_list01_wrap .list .txt_box .ttl [class^=txt] {
  display: block;
}
#m_item_list01_wrap .list .txt_box .ttl .txt_jp {
  font-size: 1.5rem;
  line-height: 1.2666666667;
  color: #888;
}
@media screen and (max-width: 767px) {
  #m_item_list01_wrap .list .txt_box .ttl .txt_jp {
    font-size: 1.2rem;
  }
}
#m_item_list01_wrap .list .txt_box .ttl .txt_en {
  font-family: var(--font-en);
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #m_item_list01_wrap .list .txt_box .ttl .txt_en {
    font-size: 2.5rem;
  }
}
#m_item_list01_wrap .list .txt_box .txt {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  margin-top: 32px;
  max-width: 490px;
}
@media screen and (max-width: 767px) {
  #m_item_list01_wrap .list .txt_box .txt {
    font-size: 1.6rem;
    margin-top: 15px;
    max-width: 100%;
  }
}
#m_item_list01_wrap .list .txt_box .txt .txt_sml {
  font-size: 1.3rem;
  line-height: 2.6923076923;
  display: block;
}
@media screen and (max-width: 767px) {
  #m_item_list01_wrap .list .txt_box .txt .txt_sml {
    font-size: 1rem;
  }
}
#m_item_list01_wrap .list .txt_box .other_list {
  margin-top: 19px;
  padding: 6px 11px;
  border: 2px solid #CDD6DD;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #m_item_list01_wrap .list .txt_box .other_list {
    max-width: 490px;
  }
}
#m_item_list01_wrap .list .txt_box .other_list li {
  font-size: 1.3rem;
  line-height: 1.9230769231;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #m_item_list01_wrap .list .txt_box .other_list li {
    font-size: 1.2rem;
  }
}
#m_item_list01_wrap .list .txt_box .other_list li::before {
  content: "・";
}
#m_item_list01_wrap .list .txt_box .price_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
#m_item_list01_wrap .list .txt_box .price_list li {
  margin-top: 20px;
}
#m_item_list01_wrap .list .txt_box .price_list .price {
  margin-top: 0;
}
#m_item_list01_wrap .list .txt_box .price {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  margin-top: 20px;
}
#m_item_list01_wrap .list .txt_box .price span:not(.kw_txt) {
  font-size: 2.5rem;
  line-height: 1;
}
#m_item_list01_wrap .list .txt_box .price + .price {
  margin-top: 0;
}
#m_item_list01_wrap .list .txt_box .price + .price span:not(.kw_txt) {
  font-size: 2rem;
}

/* -----------------
m_item_list02_wrap
-------------------- */
#m_item_list02_wrap {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  #m_item_list02_wrap {
    margin-top: 70px;
  }
}
#m_item_list02_wrap .m_wrap {
  max-width: 1800px;
}
#m_item_list02_wrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px 0;
}
@media screen and (max-width: 767px) {
  #m_item_list02_wrap .list {
    flex-direction: column;
    gap: 50px 0;
  }
}
@media screen and (min-width: 768px) {
  #m_item_list02_wrap .list._row_reverse > li {
    flex-direction: row-reverse;
  }
}
#m_item_list02_wrap .list > li {
  display: flex;
  align-items: flex-start;
  gap: 0 40px;
  width: 46.6666666667%;
}
@media screen and (max-width: 767px) {
  #m_item_list02_wrap .list > li {
    flex-direction: column;
    gap: 20px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #m_item_list02_wrap .list .room_img,
#m_item_list02_wrap .list .drawing_img {
    margin: 0 auto;
    width: 70%;
  }
}
#m_item_list02_wrap .list .ttl {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 2.5rem;
  margin: 50px auto 0;
  max-width: 330px;
}
@media screen and (max-width: 767px) {
  #m_item_list02_wrap .list .ttl {
    font-size: 2.4rem;
  }
}
#m_item_list02_wrap .list .other_list {
  margin: 9px auto 0;
  max-width: 330px;
}
#m_item_list02_wrap .list .other_list li {
  font-size: 1.5rem;
  line-height: 2;
  color: #888;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #m_item_list02_wrap .list .other_list li {
    font-size: 1.2rem;
  }
}
#m_item_list02_wrap .list .other_list li::before {
  content: "・";
}
#m_item_list02_wrap .list .price {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  margin: 10px auto 0;
  max-width: 330px;
}
#m_item_list02_wrap .list .price span {
  font-size: 2.5rem;
  line-height: 1;
}
#m_item_list02_wrap .list .price + .price {
  margin-top: 0;
}
#m_item_list02_wrap .list .price + .price span {
  font-size: 2rem;
}

/* -----------------
m_control_panel_wrap
-------------------- */
#m_control_panel_wrap {
  padding: 50px 0 120px;
}
@media screen and (max-width: 767px) {
  #m_control_panel_wrap {
    padding: 35px 0 70px;
  }
}
@media screen and (min-width: 768px) {
  #m_control_panel_wrap .m_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1844px;
  }
}
@media screen and (min-width: 768px) {
  #m_control_panel_wrap .m_wrap .img_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 65.1301518438%;
  }
}
#m_control_panel_wrap .m_wrap .img_box .img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #m_control_panel_wrap .m_wrap .img_box .img {
    margin-left: auto;
    max-width: 1106px;
  }
}
@media screen and (min-width: 768px) {
  #m_control_panel_wrap .m_wrap .txt_box {
    width: 32.3752711497%;
  }
}
@media screen and (max-width: 767px) {
  #m_control_panel_wrap .m_wrap .txt_box {
    margin-top: 30px;
  }
}
#m_control_panel_wrap .m_wrap .txt_box .ttl [class^=txt] {
  display: block;
}
#m_control_panel_wrap .m_wrap .txt_box .ttl .txt_jp {
  font-size: 1.5rem;
  line-height: 1.2666666667;
  color: #888;
}
@media screen and (max-width: 767px) {
  #m_control_panel_wrap .m_wrap .txt_box .ttl .txt_jp {
    font-size: 1.2rem;
  }
}
#m_control_panel_wrap .m_wrap .txt_box .ttl .txt_en {
  font-family: var(--font-en);
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #m_control_panel_wrap .m_wrap .txt_box .ttl .txt_en {
    font-size: 2.5rem;
  }
}
#m_control_panel_wrap .m_wrap .txt_box .txt {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  #m_control_panel_wrap .m_wrap .txt_box .txt {
    max-width: 490px;
  }
}
@media screen and (max-width: 767px) {
  #m_control_panel_wrap .m_wrap .txt_box .txt {
    margin-top: 15px;
  }
}
#m_control_panel_wrap .m_wrap .txt_box .other_list {
  margin-top: 25px;
  padding: 6px 11px;
  border: 2px solid #CDD6DD;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #m_control_panel_wrap .m_wrap .txt_box .other_list {
    max-width: 490px;
  }
}
#m_control_panel_wrap .m_wrap .txt_box .other_list li {
  font-size: 1.3rem;
  line-height: 1.9230769231;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #m_control_panel_wrap .m_wrap .txt_box .other_list li {
    font-size: 1.2rem;
  }
}
#m_control_panel_wrap .m_wrap .txt_box .other_list li::before {
  content: "・";
}
#m_control_panel_wrap .m_wrap .txt_box .price_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 28px;
}
#m_control_panel_wrap .m_wrap .txt_box .price_list li {
  margin-top: 20px;
}
#m_control_panel_wrap .m_wrap .txt_box .price_list .price {
  margin-top: 0;
}
#m_control_panel_wrap .m_wrap .txt_box .price {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  margin-top: 20px;
  text-align: right;
}
#m_control_panel_wrap .m_wrap .txt_box .price span:not(.kw_txt):not(.type) {
  font-size: 2.5rem;
  line-height: 1;
}
#m_control_panel_wrap .m_wrap .txt_box .price .type {
  font-size: 1.5rem;
  vertical-align: top;
}
#m_control_panel_wrap .m_wrap .txt_box .price + .price {
  margin-top: 0;
}
#m_control_panel_wrap .m_wrap .txt_box .price + .price span:not(.kw_txt) {
  font-size: 2rem;
}

/* -----------------
m_room_wrap
-------------------- */
#m_room_wrap {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #m_room_wrap {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  #m_room_wrap .m_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1678px;
  }
}
@media screen and (min-width: 768px) {
  #m_room_wrap .m_wrap .img_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 65.9117997616%;
  }
}
#m_room_wrap .m_wrap .img_box .img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #m_room_wrap .m_wrap .txt_box {
    width: 30.5125148987%;
  }
}
@media screen and (max-width: 767px) {
  #m_room_wrap .m_wrap .txt_box {
    margin-top: 30px;
  }
}
#m_room_wrap .m_wrap .txt_box .ttl [class^=txt] {
  display: block;
}
#m_room_wrap .m_wrap .txt_box .ttl .txt_jp {
  font-size: 1.5rem;
  line-height: 1.2666666667;
  color: #888;
}
@media screen and (max-width: 767px) {
  #m_room_wrap .m_wrap .txt_box .ttl .txt_jp {
    font-size: 1.2rem;
  }
}
#m_room_wrap .m_wrap .txt_box .ttl .txt_en {
  font-family: var(--font-en);
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #m_room_wrap .m_wrap .txt_box .ttl .txt_en {
    font-size: 2.5rem;
  }
}
#m_room_wrap .m_wrap .txt_box .txt {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  margin-top: 32px;
  max-width: 490px;
}
@media screen and (max-width: 767px) {
  #m_room_wrap .m_wrap .txt_box .txt {
    font-size: 1.6rem;
    margin-top: 15px;
    max-width: 100%;
  }
}
#m_room_wrap .m_wrap .txt_box .other_list {
  margin-top: 25px;
}
#m_room_wrap .m_wrap .txt_box .other_list li {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #m_room_wrap .m_wrap .txt_box .other_list li {
    font-size: 1.2rem;
  }
}
#m_room_wrap .m_wrap .txt_box .other_list li::before {
  content: "※";
}
#m_room_wrap .m_wrap .txt_box .price {
  font-size: 2rem;
  line-height: 1.35;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #m_room_wrap .m_wrap .txt_box .price {
    margin-top: 30px;
  }
}
#m_room_wrap .m_wrap .txt_box .price + .price {
  margin-top: 0;
}

/* -----------------
m_pdf_list
-------------------- */
.m_pdf_list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .m_pdf_list {
    margin-top: 30px;
  }
}
.m_pdf_list a {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.3076923077;
  color: #1F9CE6;
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.m_pdf_list a::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../img/common/icon_pdf.png) center/contain no-repeat;
}

/*# sourceMappingURL=common.css.map */
