/* _base
=========================================== */
html {
  color: #231815;
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  position: relative;
  overflow-x: hidden;
  background: #ffffff;
}

main {
  display: block;
}

section {
  background: #ffffff;
}

p {
  color: #231815;
  font-size: 1.5rem;
  line-height: 1.8;
}
p + p {
  margin-top: 24px;
}

@media (min-width: 960px) {
  p {
    font-size: 1.5rem;
  }
}
a {
  display: inline-block;
  color: #231815;
  font-size: 1.5rem;
  text-decoration: none;
}

@media (min-width: 960px) {
  a {
    font-size: 1.5rem;
  }
}
ul,
li {
  padding: 0;
  list-style: none;
  font-weight: 500;
}

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

.sp_none {
  display: none;
}

.pc_none {
  display: block;
}

.tab_show {
  display: none;
}

@media (min-width: 520px) {
  .tab_none {
    display: none;
  }
  .tab_show {
    display: block;
  }
}
@media (min-width: 960px) {
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
}
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  background: #ffffff;
}

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

/* _header
========================================== */
.l-header {
  padding: 20px 0;
  background: #ffffff;
}
.l-header .l-header__logo {
  width: 100%;
  max-width: 240px;
}
.l-header .l-header__fix_item {
  display: none;
  position: fixed;
  padding: 15px 5px;
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
  border-radius: 10px 0 0 10px;
  background: #231815;
  bottom: 90px;
  right: 0;
  z-index: 99;
}
.l-header .l-header__fix_item:hover {
  opacity: 0.6;
}

@media (min-width: 520px) {
  .l-header {
    padding: 30px 0;
    background: #ffffff;
  }
  .l-header .l-header__logo {
    width: 100%;
    max-width: 400px;
  }
}
@media (min-width: 960px) {
  .l-header .l-header__fix_item {
    padding: 30px 10px;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 1px;
    writing-mode: initial;
    border-radius: 0;
    box-shadow: 15px 15px 70px -20px #231815;
    bottom: 90px;
    right: 4%;
    z-index: 99;
  }
}
/* _main
========================================== */
.l-main__inner_max1100 {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.l-main__sec_pt {
  padding-top: 90px;
}

@media (min-width: 520px) {
  .l-main__sec_pt {
    padding-top: 180px;
  }
}
/* _footer
========================================== */
.l-footer {
  position: relative;
  padding: 100px 0 50px;
  background: #ffffff;
  border-bottom: 40px solid #dde4e7;
}

.l-footer__totop {
  display: block;
  position: absolute;
  padding: 10px 0 15px;
  width: 65px;
  text-align: center;
  background: #dde4e7;
  top: -10px;
  right: 5%;
}
.l-footer__totop::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 20px 33px;
  border-color: transparent transparent #dde4e7 transparent;
  top: -20px;
  right: 0;
}

.l-footer__logo {
  width: 100%;
  max-width: 310px;
}

.l-footer__info {
  margin-top: 20px;
}

.l-footer__link {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding-right: 20px;
}
.l-footer__link:hover::after {
  right: -5px;
  transition: 0.4s;
}
.l-footer__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 10px;
  background: url(../img/btn_arrow_b.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 6px;
  right: 0;
  transition: 0.4s;
}

@media (min-width: 520px) {
  .l-footer {
    padding: 120px 0 100px;
  }
  .l-footer__logo {
    width: 100%;
    max-width: 310px;
  }
  .l-footer__info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 30px;
  }
  .l-footer__addr {
    width: auto;
  }
  .l-footer__link {
    width: auto;
    margin-top: 0;
  }
}
/* file name or comments
========================================== */
.c-title__lede_title {
  position: relative;
  margin-bottom: 50px;
  padding-top: 70px;
  color: #c23a1e;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.c-title__lede_title::before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 70px;
  background: url("../img/sc_logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-title__lede_title .logo {
  color: #231815;
  font-weight: 700;
}
.c-title__lede_title .sub {
  display: block;
  color: #231815;
  font-size: 1.6rem;
  font-weight: 400;
}
.c-title__lede_title .en {
  display: block;
  width: 50px;
  margin: 5px auto 0;
}

@media (min-width: 520px) {
  .c-title__lede_title {
    padding-top: 100px;
    margin-bottom: 100px;
    font-size: 5.2rem;
  }
  .c-title__lede_title::before {
    width: 100px;
    height: 87px;
  }
  .c-title__lede_title .sub {
    font-size: 2.6rem;
  }
  .c-title__lede_title .en {
    width: 60px;
    margin: 20px auto 0;
  }
}
.c-title__basic {
  display: block;
  margin-bottom: 50px;
  font-size: 2rem;
  text-align: center;
}
.c-title__basic.bgc {
  padding: 30px;
}
.c-title__basic.bgc01 {
  background: #e0e2da;
}
.c-title__basic.bgc02 {
  background: #eae2e3;
}
.c-title__basic .logo01 {
  position: relative;
  padding-left: 2em;
  display: inline-block;
  font-size: 150%;
  font-weight: 700;
}
.c-title__basic .logo01::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url("../img/sc_logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-title__basic .en {
  display: block;
  margin: 5px auto 0;
}
.c-title__basic .en.en01 {
  width: 60px;
}
.c-title__basic .en.en02 {
  width: 60px;
}
.c-title__basic .en.en03 {
  width: 90px;
}
.c-title__basic .en.en04 {
  width: 40px;
}

@media (min-width: 520px) {
  .c-title__basic {
    margin-bottom: 60px;
    font-size: 2.5rem;
  }
  .c-title__basic .en.en01 {
    width: 70px;
  }
  .c-title__basic .en.en02 {
    width: 60px;
  }
  .c-title__basic .en.en03 {
    width: 110px;
  }
  .c-title__basic .en.en04 {
    width: 50px;
  }
}
/* file name or comments
========================================== */
.c-btn__basic {
  display: block;
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 10px;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  background: #40210f;
  transition: 0.4s;
}
.c-btn__basic:hover {
  color: #40210f;
  background: #ffffff;
  transition: 0.4s;
}
.c-btn__basic:hover span::after {
  background: url(../img/btn_arrow_b.svg);
  transition: 0.4s;
}
.c-btn__basic span {
  display: inline-block;
  position: relative;
}
.c-btn__basic span::after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 10px;
  background: url(../img/btn_arrow_w.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 4px;
  right: -20px;
  transition: 0.4s;
}

.c-btn__basic_c02 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 10px;
  color: #231815;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #d2d4c7;
  background: #d2d4c7;
  transition: 0.4s;
}
.c-btn__basic_c02:hover {
  background: #ffffff;
  transition: 0.4s;
}
.c-btn__basic_c02 span {
  display: inline-block;
  position: relative;
}
.c-btn__basic_c02 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 10px;
  background: url(../img/btn_arrow_b.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 4px;
  right: -20px;
  transition: 0.4s;
}

.c-btn__basic_c03 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 10px;
  color: #231815;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #eae2e3;
  background: #eae2e3;
  transition: 0.4s;
}
.c-btn__basic_c03:hover {
  background: #ffffff;
  transition: 0.4s;
}
.c-btn__basic_c03::after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 10px;
  background: url(../img/btn_arrow_b.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 15px;
  right: 20px;
  transition: 0.4s;
}

.c-btn__basic_c04 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 10px;
  color: #231815;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #dde4e7;
  background: #dde4e7;
  transition: 0.4s;
}
.c-btn__basic_c04:hover {
  background: #ffffff;
  transition: 0.4s;
}
.c-btn__basic_c04::after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 10px;
  background: url(../img/btn_arrow_b.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 15px;
  right: 20px;
  transition: 0.4s;
}

/* file name or comments
========================================== */
/* mv
========================================== */
.p-page__mv {
  height: 220px;
}
.p-page__mv .p-page__mv_inner {
  position: relative;
}
.p-page__mv .p-page__mv_catch {
  position: absolute;
  height: 220px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 6px;
  writing-mode: vertical-rl;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  top: 20px;
  right: 0;
}
.p-page__mv .p-page__mv_img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

@media (min-width: 520px) {
  .p-page__mv {
    height: 400px;
  }
  .p-page__mv .p-page__mv_catch {
    position: absolute;
    height: 240px;
    color: #ffffff;
    font-size: 2.1rem;
    font-weight: 400;
    letter-spacing: 6px;
    writing-mode: vertical-rl;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    top: 40px;
    right: 0;
  }
}
@media (min-width: 960px) {
  .p-page__mv {
    height: 700px;
  }
}
@media (min-width: 1600px) {
  .p-page__mv {
    height: 800px;
  }
}
/* lede
========================================== */
.p-page__lede {
  padding: 50px 0 0;
}
.p-page__lede .p-page__lede_mes {
  position: relative;
  padding: 50px 0;
  background: url("../img/con_bg01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-page__lede .p-page__lede_mes:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(95, 60, 0, 0.6);
  z-index: 0;
  pointer-events: none;
}
.p-page__lede .p-page__lede_mes > .l-main__inner_max1100 {
  position: relative;
  z-index: 1;
}
.p-page__lede .p-page__lede_mes p {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.p-page__lede .p-page__lede_mes .lede_mes__catch {
  position: relative;
  margin-bottom: 0;
  font-size: 2.4rem;
  text-align: center;
}
.p-page__lede .p-page__lede_mes .lede_mes__title {
  position: relative;
  padding-left: 1.5em;
  padding-right: 0.25em;
  display: inline-block;
}
.p-page__lede .p-page__lede_mes .lede_mes__title::before {
  position: absolute;
  top: 50%;
  left: 0.25em;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../img/sc_logo_w.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 520px) {
  .p-page__lede {
    padding: 100px 0 0;
  }
  .p-page__lede .p-page__lede_mes {
    padding: 160px 0 100px;
  }
  .p-page__lede .p-page__lede_mes p {
    font-size: 1.8rem;
    margin-bottom: 80px;
  }
  .p-page__lede .p-page__lede_mes .lede_mes__catch {
    font-size: 3.8rem;
  }
}
/* concept
========================================== */
.p-page__concept_main {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #e0e2da;
}
.p-page__concept_main .concept_main__imgs {
  position: relative;
}
.p-page__concept_main .concept_main__imgs .float_img01,
.p-page__concept_main .concept_main__imgs .float_img02 {
  display: none;
}
.p-page__concept_main .concept_main__detaile {
  padding: 20px;
  background: #ffffff;
}
.p-page__concept_main .concept_main__detaile .detaile__title {
  margin-bottom: 30px;
  color: #595959;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.p-page__concept_main .concept_main__detaile .detaile__catch {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 520px) {
  .p-page__concept_main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-page__concept_main .concept_main__imgs {
    position: relative;
  }
  .p-page__concept_main .concept_main__imgs .float_img01,
.p-page__concept_main .concept_main__imgs .float_img02 {
    display: none;
  }
  .p-page__concept_main .concept_main__detaile {
    padding: 50px;
  }
  .p-page__concept_main .concept_main__detaile .detaile__title {
    font-size: 5rem;
  }
  .p-page__concept_main .concept_main__detaile .detaile__catch {
    font-size: 1.9rem;
  }
}
@media (min-width: 960px) {
  .p-page__concept_main {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .p-page__concept_main .concept_main__imgs {
    position: absolute;
    width: 67%;
    max-width: 740px;
    right: 0;
    top: 16%;
  }
  .p-page__concept_main .concept_main__imgs .float_img01,
.p-page__concept_main .concept_main__imgs .float_img02 {
    display: block;
    position: absolute;
    width: 40%;
    max-width: 300px;
  }
  .p-page__concept_main .concept_main__imgs .float_img01 {
    top: -60px;
    left: -70px;
  }
  .p-page__concept_main .concept_main__imgs .float_img02 {
    bottom: -60px;
    right: -140px;
  }
  .p-page__concept_main .concept_main__detaile {
    width: 45%;
    max-width: 500px;
    margin-left: -50px;
    padding: 90px 50px 80px;
    background: #ffffff;
  }
  .p-page__concept_main .concept_main__detaile .detaile__title {
    margin-bottom: 60px;
    text-align: left;
    line-height: 1.6;
  }
  .p-page__concept_main .concept_main__detaile .detaile__catch {
    text-align: left;
  }
  .p-page__concept_main .concept_main__detaile .detaile__txt {
    width: 73%;
    font-size: 1.5rem;
  }
}
/* reason
========================================== */
.p-page__reason_main {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ebe7e0;
}
.p-page__reason_main .reason_main__item {
  position: relative;
}
.p-page__reason_main .reason_main__item + .reason_main__item {
  margin-top: 20px;
}
.p-page__reason_main .reason_main__item .reason_main__item_detaile {
  padding: 20px;
  background: #ffffff;
}
.p-page__reason_main .reason_main__item .reason_main__item_detaile .item_detaile__num {
  margin-bottom: 30px;
  color: #595959;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.p-page__reason_main .reason_main__item .reason_main__item_detaile .item_detaile__catch {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 520px) {
  .p-page__reason_main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-page__reason_main .reason_main__item + .reason_main__item {
    margin-top: 50px;
  }
  .p-page__reason_main .reason_main__item .reason_main__item_detaile {
    padding: 50px;
  }
  .p-page__reason_main .reason_main__item .reason_main__item_detaile .item_detaile__num {
    font-size: 5rem;
  }
  .p-page__reason_main .reason_main__item .reason_main__item_detaile .item_detaile__catch {
    font-size: 1.9rem;
  }
}
@media (min-width: 960px) {
  .p-page__reason_main {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-page__reason_main .reason_main__item {
    display: flex;
    justify-content: space-between;
  }
  .p-page__reason_main .reason_main__item + .reason_main__item {
    margin-top: 0;
  }
  .p-page__reason_main .reason_main__item.item01 .reason_main__item_img {
    top: 130px;
    right: 0;
  }
  .p-page__reason_main .reason_main__item.item01 .reason_main__item_detaile {
    width: 45%;
    margin-left: -50px;
    padding: 120px 50px;
  }
  .p-page__reason_main .reason_main__item.item01 .reason_main__item_detaile .item_detaile__txt {
    width: 78%;
  }
  .p-page__reason_main .reason_main__item.item02 {
    margin-top: -70px;
    flex-direction: row-reverse;
  }
  .p-page__reason_main .reason_main__item.item02 .reason_main__item_img {
    top: calc(50% - 190px);
    left: 0;
  }
  .p-page__reason_main .reason_main__item.item02 .reason_main__item_detaile {
    width: 45%;
    margin-right: -120px;
    padding: 160px 120px 300px 90px;
  }
  .p-page__reason_main .reason_main__item.item03 {
    margin-top: -310px;
  }
  .p-page__reason_main .reason_main__item.item03 .reason_main__item_img {
    top: calc(50% - 145px);
    right: 0;
  }
  .p-page__reason_main .reason_main__item.item03 .reason_main__item_detaile {
    width: 45%;
    margin-left: -50px;
    padding: 190px 50px 245px;
  }
  .p-page__reason_main .reason_main__item.item03 .reason_main__item_detaile .item_detaile__txt {
    width: 75%;
  }
  .p-page__reason_main .reason_main__item .reason_main__item_img {
    position: absolute;
    width: 70%;
    max-width: 760px;
    height: 365px;
    z-index: 1;
  }
  .p-page__reason_main .reason_main__item .reason_main__item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-page__reason_main .reason_main__item .reason_main__item_detaile .item_detaile__num {
    margin-bottom: 70px;
    text-align: left;
    line-height: 1;
  }
  .p-page__reason_main .reason_main__item .reason_main__item_detaile .item_detaile__catch {
    text-align: left;
  }
  .p-page__reason_main .reason_main__item .reason_main__item_detaile .item_detaile__txt {
    font-size: 1.5rem;
  }
}
/* modelhouse
========================================== */
.p-page__mhouse_main {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #dde4e7;
}
.p-page__mhouse_main .p-page__mhouse_item {
  padding: 0 20px 20px;
  border-top: 14px solid #cddbdf;
  background: #ffffff;
}
.p-page__mhouse_main .p-page__mhouse_item + .p-page__mhouse_item {
  margin-top: 20px;
}
.p-page__mhouse_main .p-page__mhouse_item .mhouse_item__thum {
  transition: 0.4s;
}
.p-page__mhouse_main .p-page__mhouse_item .mhouse_item__thum:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.p-page__mhouse_main .p-page__mhouse_item .mhouse_item__detaile .detaile_txt {
  width: 100%;
}
.p-page__mhouse_main .p-page__mhouse_item .mhouse_item__detaile .detaile_txt .detaile_txt__title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 520px) {
  .p-page__mhouse_main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-page__mhouse_main .p-page__mhouse_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-page__mhouse_main .p-page__mhouse_item {
    width: 49%;
  }
  .p-page__mhouse_main .p-page__mhouse_item + .p-page__mhouse_item {
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .p-page__mhouse_main {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .p-page__mhouse_main .p-page__mhouse_item {
    width: 49%;
    padding: 0 50px 50px;
  }
  .p-page__mhouse_main .p-page__mhouse_item + .p-page__mhouse_item {
    margin-top: 0;
  }
  .p-page__mhouse_main .p-page__mhouse_item .mhouse_item__detaile .detaile_txt .detaile_txt__title {
    font-size: 1.9rem;
  }
}
/* lookin
========================================== */
.p-page_lookin {
  display: block;
  position: relative;
  width: 100vw;
  height: 200px;
}
.p-page_lookin::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  background: url("../img/lookin.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 520px) {
  .p-page_lookin {
    height: 400px;
  }
}
/* price
========================================== */
.price_main__item_inner {
  position: relative;
  width: 100%;
  padding: 30px 30px;
}
.price_main__item_inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  border-top: 6px solid #e5ebef;
  border-right: 6px solid #e5ebef;
  top: 0;
  right: 0;
}
.price_main__item_inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  border-bottom: 6px solid #e5ebef;
  border-left: 6px solid #e5ebef;
  bottom: 0;
  left: 0;
}

.price_main__item_txt .item_txt__catch {
  margin-bottom: 20px;
  padding: 18px 0;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
.price_main__item_txt .item_txt__data .data_price {
  font-size: 19px;
  letter-spacing: 2px;
  line-height: 1.4;
}
.price_main__item_txt .item_txt__data .data_price span {
  font-size: 34px;
}
.price_main__item_txt .item_txt__data .data_subprice {
  font-size: 15px;
  line-height: 1.4;
}
.price_main__item_txt .item_txt__data .data_area {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.4;
}

.price_main__item_img {
  width: 100%;
  margin-top: 30px;
  transition: 0.4s;
}
.price_main__item_img:hover {
  opacity: 0.6;
  transition: 0.4s;
}

.price_main__attention {
  margin: 20px 0 60px;
  font-size: 1.4rem;
}

@media (min-width: 520px) {
  .price_main__item_inner {
    padding: 60px 60px;
  }
  .price_main__item_inner::before {
    width: 180px;
    height: 180px;
  }
  .price_main__item_inner::after {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 960px) {
  .price_main__item_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .price_main__item_txt {
    width: 36%;
    margin-top: 200px;
  }
  .price_main__item_txt .item_txt__catch {
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-align: left;
  }
  .price_main__item_img {
    width: 60%;
    margin-top: 0;
  }
}
/* about
========================================== */
.p-page__about_main .about_main__lede {
  text-align: center;
}
.p-page__about_main .about_main__item {
  margin: 60px 0 70px;
}
.p-page__about_main .about_main__item .about_main__item_map {
  height: 280px;
}
.p-page__about_main .about_main__item .about_main__item_map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.p-page__about_main .about_main__btns a + a {
  margin-top: 30px;
}

@media (min-width: 520px) {
  .p-page__about_main .about_main__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-page__about_main .about_main__item .about_main__item_thum {
    width: 49.8%;
  }
  .p-page__about_main .about_main__item .about_main__item_map {
    width: 49.8%;
    height: auto;
  }
  .p-page__about_main .about_main__btns a + a {
    margin-top: 50px;
  }
}
/* ending
========================================== */
.p-page__ending {
  padding: 50px 0 0;
}
.p-page__ending .p-page__ending_main {
  position: relative;
  padding: 50px 0 80px;
  background: url("../img/con_bg02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-page__ending .p-page__ending_main:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(95, 60, 0, 0.6);
  z-index: 0;
  pointer-events: none;
}
.p-page__ending .p-page__ending_main > .l-main__inner_max1100 {
  position: relative;
  z-index: 1;
}
.p-page__ending .p-page__ending_title {
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 1px;
}
.p-page__ending .p-page__ending_title .dotdeco {
  display: inline-block;
  position: relative;
}
.p-page__ending .p-page__ending_title .dotdeco::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  top: 0;
  left: calc(50% - 4px);
}
.p-page__ending .p-page__ending_txt {
  margin-bottom: 40px;
  text-align: center;
}
.p-page__ending .p-page__ending_txt p {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.4;
}
.p-page__ending .p-page__ending_txt p:nth-child(1) {
  display: inline-block;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff;
}
.p-page__ending .p-page__ending_txt p + p {
  margin-top: 0;
}

@media (min-width: 520px) {
  .p-page__ending {
    padding: 100px 0 0;
  }
  .p-page__ending .p-page__ending_main {
    padding: 160px 0 140px;
  }
  .p-page__ending .p-page__ending_title {
    margin-bottom: 70px;
    font-size: 4rem;
  }
  .p-page__ending .p-page__ending_txt {
    margin-bottom: 80px;
  }
}
/* slider
========================================== */
.gallery-swiper-outer {
  position: relative;
  padding: 40px 0;
  background-color: white;
}

.slide-button-next,
.slide-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  bottom: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
}
.slide-button-next:hover,
.slide-button-prev:hover {
  opacity: 0.5;
}
.slide-button-next.swiper-button-disabled,
.slide-button-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.slide-button-prev {
  right: 4%;
  left: auto;
}

.slide-button-next {
  left: 4%;
}