@charset "UTF-8";
/*==========================================
変数 
===========================================*/
/*=== PC none / SP none ===*/
@media screen and (min-width: 577px) {
  .pc-none_s {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}
@media screen and (min-width: 1141px) {
  .pc-none_lg {
    display: none;
  }
}
@media screen and (max-width: 1140px) {
  .sp-none_lg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .sp-none_s {
    display: none;
  }
}
/*=== 幅 ===*/
.wrap {
  max-width: 1140px;
  margin: 0 auto;
}

.wrap-inner {
  padding: 0 2.5%;
}

@media screen and (min-width: 1141px) {
  .wrap-inner {
    padding: 0 25px;
  }
}
@media screen and (max-width: 576px) {
  .wrap-inner {
    padding: 0 4%;
  }
}
.anchor-link {
  position: relative;
  top: -60px;
  display: block;
}
@media screen and (min-width: 569px) {
  .anchor-link {
    top: -75px;
  }
}
@media screen and (min-width: 768px) {
  .anchor-link {
    top: -110px;
  }
}

/*==========================================
	ROOM MODEL
===========================================*/
.roommodel-wap {
  color: #333;
}

/*==============================
	RESERVE BUTTON
==============================*/
.bg-stripe {
  background: url("../images/roommodel/bg-stripe.jpg") center;
  padding: 60px 0;
}
.bg-stripe-txt {
  font-weight: bold;
  letter-spacing: 0.1em;
  max-width: 635px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bg-stripe-txt {
    max-width: 730px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1141px) {
  .bg-stripe-txt {
    max-width: 975px;
    font-size: 22px;
  }
}
.bg-stripe-txt span {
  font-size: 20px;
  position: relative;
}
.bg-stripe-txt span::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 2px);
  top: -0.4em;
}
@media screen and (min-width: 768px) {
  .bg-stripe-txt span {
    font-size: 24px;
  }
}
@media screen and (min-width: 1141px) {
  .bg-stripe-txt span {
    font-size: 28px;
  }
}

.bg-stripe .reserve-btn a {
  background: #d9c19e;
  color: #fff;
  margin: 25px auto 0;
}
@media screen and (min-width: 768px) {
  .bg-stripe .reserve-btn a {
    margin: 40px auto 0;
  }
  .bg-stripe .reserve-btn a:hover {
    background: #fff; /*#ed9dab;*/
    color: #d9c19e;
  }
}
.reserve-btn a {
  display: block;
  max-width: 510px;
  width: 77%;
  border: 3px solid #d9c19e;
  text-align: center;
  color: #d9c19e;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 80px;
  margin: 40px auto 60px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .reserve-btn a {
    width: 100%;
    padding: 15px 0;
    margin: 80px auto 100px;
    font-size: 24px;
  }
  .reserve-btn a:hover {
    background: #d9c19e;
    color: #fff;
    opacity: 1;
  }
}

/*==============================
	TITLE / LEAD
==============================*/
.roommodel-ttl {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .roommodel-ttl {
    width: 70%;
    margin: 0 auto;
  }
}

.roommodel-lead {
  margin-top: 1em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 577px) {
  .roommodel-lead {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .roommodel-lead {
    font-size: 18px;
  }
}

/*==============================
	MAIN SLIDER
==============================*/
.roommodel-slider {
  margin: 35px auto 40px !important;
}
@media screen and (min-width: 768px) {
  .roommodel-slider {
    margin: 35px auto 80px !important;
  }
}
.roommodel-slider .slick-list {
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .roommodel-slider .slick-list {
    border-radius: 60px;
  }
}
.roommodel-slider .slick-slide {
  margin: 0;
}
.roommodel-slider .slick-slide img {
  width: auto;
}
.roommodel-slider .slick-dots {
  text-align: center;
  padding-top: 15px;
}
@media screen and (min-width: 577px) {
  .roommodel-slider .slick-dots {
    padding-top: 7px;
  }
}
.roommodel-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.roommodel-slider .slick-dots li.slick-active {
  background: #333;
}
.roommodel-slider .slick-prev,
.roommodel-slider .slick-next {
  width: 15px;
}
@media screen and (min-width: 577px) {
  .roommodel-slider .slick-prev,
  .roommodel-slider .slick-next {
    width: 22px;
    height: 38px;
  }
}
.roommodel-slider .slick-prev:hover,
.roommodel-slider .slick-prev:focus,
.roommodel-slider .slick-prev {
  background-image: url("../images/roommodel/arw-slider_left.svg");
  left: 15px;
}
.roommodel-slider .slick-next:hover,
.roommodel-slider .slick-next:focus,
.roommodel-slider .slick-next {
  background-image: url("../images/roommodel/arw-slider_right.svg");
  right: 15px;
}

/*==============================
	NAVI
==============================*/
.roommodel-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.roommodel-nav li {
  width: 49%;
}
@media screen and (min-width: 768px) {
  .roommodel-nav li {
    width: 24%;
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .roommodel-nav li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
.roommodel-nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #f3ebe0;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  padding: 7px 0.5em;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .roommodel-nav li a:hover {
    background: #f3ebe0;
    opacity: 1;
  }
  .roommodel-nav li a:hover .arw {
    background: #fff;
  }
}
@media screen and (min-width: 1141px) {
  .roommodel-nav li a {
    padding: 10px 1em;
  }
}
.roommodel-nav li .txt {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 0 0.3em 0 0;
}
@media screen and (min-width: 1141px) {
  .roommodel-nav li .txt {
    letter-spacing: 0.1em;
  }
}
.roommodel-nav li .arw {
  background: #dbdbdb;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 22px;
  display: block;
  transition: 0.3s;
}
.roommodel-nav li .arw::before {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*==============================
 SECTION 共通
==============================*/
.sec-balloonhead {
  background: #dac29f;
  text-align: center;
  padding: 25px 0;
  margin: 0 auto 40px;
}
@media screen and (min-width: 577px) {
  .sec-balloonhead {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 768px) {
  .sec-balloonhead {
    padding: 50px 0 30px;
    margin: 0 auto 80px;
  }
}
.sec-balloonhead-ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 16px;
  position: relative;
  line-height: 1;
  max-width: 283px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 5px;
}
@media screen and (min-width: 577px) {
  .sec-balloonhead-ttl {
    font-size: 20px;
    max-width: 353px;
  }
}
@media screen and (min-width: 768px) {
  .sec-balloonhead-ttl {
    font-size: 32px;
    padding: 0 0 15px;
    max-width: 713px;
  }
}
.sec-balloonhead-ttl::before, .sec-balloonhead-ttl::after {
  content: "";
  height: 30px;
  width: 2px;
  background: #333;
  display: block;
  position: absolute;
  bottom: 0;
}
.sec-balloonhead-ttl::before {
  left: 0;
  transform: rotate(-15deg);
}
.sec-balloonhead-ttl::after {
  right: 0;
  transform: rotate(15deg);
}
@media screen and (min-width: 768px) {
  .sec-balloonhead-ttl::before, .sec-balloonhead-ttl::after {
    height: 70px;
    bottom: -5px;
  }
  .sec-balloonhead-ttl::before {
    transform: rotate(-45deg);
  }
  .sec-balloonhead-ttl::after {
    transform: rotate(45deg);
  }
}

/*==============================
 モデルルームで何ができるの？
==============================*/
.sec-cando .point-list {
  display: flex;
  justify-content: space-between;
  border-bottom: 5px dotted #d9d9d9;
  padding: 0 0 40px;
  max-width: 990px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .sec-cando .point-list {
    padding: 0 0 60px;
    margin: 0 auto 100px;
  }
}
.sec-cando .point-list .item {
  width: 32%;
  text-align: center;
}
.sec-cando .point-list .item .item-circle {
  border: 1px solid #333;
  background: #f3ebe0;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .sec-cando .point-list .item .item-circle {
    width: 230px;
    height: 230px;
  }
}
.sec-cando .point-list .item .item-ttl {
  max-width: 58px;
  width: 60%;
  margin: 0 auto;
}
.sec-cando .point-list .item .item-ttl::after {
  content: "";
  display: block;
  max-width: 24px;
  width: 100%;
  height: 2px;
  background: #333;
  margin: 5px auto 0;
}
@media screen and (min-width: 768px) {
  .sec-cando .point-list .item .item-ttl {
    max-width: 90px;
  }
  .sec-cando .point-list .item .item-ttl::after {
    max-width: 70px;
    height: 5px;
    margin: 10px auto 0;
  }
}
.sec-cando .point-list .item .item-txt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sec-cando .point-list .item .item-txt {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 15px;
  }
  .sec-cando .point-list .item .item-txt.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-cando .point-list .item .item-txt.pc {
    display: none;
  }
}

.sec-cando .point-detail {
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .sec-cando .point-detail {
    border-bottom: 1px solid #333;
    margin: 0 auto 80px;
    padding: 0 0 80px;
  }
}
.sec-cando .point-detail .item:nth-of-type(n + 2) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .sec-cando .point-detail .item {
    display: flex;
    justify-content: space-between;
  }
  .sec-cando .point-detail .item:nth-of-type(n + 2) {
    margin-top: 80px;
  }
}
.sec-cando .point-detail .item .item-head {
  min-width: 123px;
}
@media screen and (max-width: 767px) {
  .sec-cando .point-detail .item .item-head {
    display: none;
  }
}
.sec-cando .point-detail .item .item-body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec-cando .point-detail .item .item-body {
    padding: 0 0 0 30px;
  }
}
.sec-cando .point-detail .item .item-num {
  min-width: 123px;
  width: 123px;
  height: 123px;
  padding-top: 25px;
  border-radius: 50%;
  border: 1px solid #333;
  background: #f3ebe0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-cando .point-detail .item .item-ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.sec-cando .point-detail .item .item-ttl .num {
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #333;
  background: #f3ebe0;
  text-align: center;
  position: relative;
}
.sec-cando .point-detail .item .item-ttl .num::before, .sec-cando .point-detail .item .item-ttl .num::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: calc(50% - 1.5px);
}
.sec-cando .point-detail .item .item-ttl .num::before {
  border-left: 7px solid #333;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  right: -7px;
}
.sec-cando .point-detail .item .item-ttl .num::after {
  border-left: 7px solid #f3ebe0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  right: -5px;
}
.sec-cando .point-detail .item .item-ttl .num img {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .sec-cando .point-detail .item .item-ttl .num {
    display: none;
  }
}
.sec-cando .point-detail .item .item-ttl .txt {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec-cando .point-detail .item .item-ttl .txt {
    font-weight: 500;
    font-size: 30px;
  }
}
@media screen and (min-width: 1141px) {
  .sec-cando .point-detail .item .item-ttl .txt {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-cando .point-detail .item .item-ttl .txt {
    padding: 0 0 0 0.5em;
  }
}
.sec-cando .point-detail .item .item-txt {
  margin-top: 1em;
}

/*==== VOICE ====*/
.sec-cando .point-voice-head {
  max-width: 910px;
  width: 100%;
  margin: 0 auto 25px;
}
@media screen and (min-width: 768px) {
  .sec-cando .point-voice-head {
    margin: 0 auto 60px;
    background: url("../images/roommodel/img-voice01.svg") no-repeat left top, url("../images/roommodel/img-voice02.svg") no-repeat right top;
    min-height: 180px;
  }
}
@media screen and (max-width: 1140px) {
  .sec-cando .point-voice-head {
    background-size: 20%;
  }
}
.sec-cando .point-voice-ttl {
  text-align: center;
  max-width: 270px;
  width: 100%;
  margin: 0 auto 25px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-weight: bold;
}
.sec-cando .point-voice-ttl::before, .sec-cando .point-voice-ttl::after {
  content: "";
  height: 30px;
  width: 2px;
  background: #333;
  display: block;
  position: absolute;
  bottom: 0;
}
.sec-cando .point-voice-ttl::before {
  left: 0;
  transform: rotate(-25deg);
}
.sec-cando .point-voice-ttl::after {
  right: 0;
  transform: rotate(25deg);
}
@media screen and (min-width: 577px) {
  .sec-cando .point-voice-ttl {
    max-width: 400px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sec-cando .point-voice-ttl {
    font-size: 26px;
    font-weight: 500;
  }
  .sec-cando .point-voice-ttl::before, .sec-cando .point-voice-ttl::after {
    height: 45px;
  }
}
.sec-cando .point-voice-lead {
  text-align: center;
}
@media screen and (min-width: 577px) {
  .sec-cando .point-voice-lead {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .sec-cando .point-voice-lead {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .point-voice-list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .point-voice-list {
    border-top: 1px dashed #666;
    border-bottom: 1px dashed #666;
  }
}
.point-voice-list .item {
  padding: 1.5em 0;
}
@media screen and (min-width: 768px) {
  .point-voice-list .item {
    width: 32%;
    max-width: 340px;
    background: #e5ebee;
    border-radius: 32px;
    padding: 1.5em 2.3em;
  }
}
@media screen and (max-width: 767px) {
  .point-voice-list .item {
    display: flex;
    justify-content: space-between;
  }
  .point-voice-list .item:not(:last-child) {
    border-bottom: 1px dashed #666;
  }
}
.point-voice-list .item .item-head {
  min-width: 85px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .point-voice-list .item .item-head {
    display: none;
  }
}
.point-voice-list .item .item-body {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .point-voice-list .item .item-body {
    padding: 0 0 0 1em;
  }
}
@media screen and (min-width: 1141px) {
  .point-voice-list .item .item-txt {
    font-size: 18px;
  }
}

/*==============================
  ルームモデル見学の流れ
==============================*/
@media screen and (min-width: 768px) {
  .sec-flow .flow-list {
    display: flex;
    justify-content: space-between;
  }
}
.sec-flow .flow-list .item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-flow .flow-list .item {
    width: 32%;
    max-width: 301px;
  }
}
@media screen and (max-width: 767px) {
  .sec-flow .flow-list .item:not(:last-child) {
    margin-bottom: 100px;
  }
  .sec-flow .flow-list .item:not(:last-child)::before, .sec-flow .flow-list .item:not(:last-child)::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: -45px;
  }
  .sec-flow .flow-list .item:not(:last-child)::before {
    transform: rotate(35deg);
    left: calc(50% - 36px);
  }
  .sec-flow .flow-list .item:not(:last-child)::after {
    transform: rotate(-35deg);
    right: calc(50% - 36px);
  }
}
@media screen and (max-width: 576px) {
  .sec-flow .flow-list .item:not(:last-child) {
    margin-bottom: 80px;
  }
  .sec-flow .flow-list .item:not(:last-child)::before, .sec-flow .flow-list .item:not(:last-child)::after {
    width: 25px;
    bottom: -35px;
  }
  .sec-flow .flow-list .item:not(:last-child)::before {
    left: calc(50% - 23px);
  }
  .sec-flow .flow-list .item:not(:last-child)::after {
    right: calc(50% - 23px);
  }
}
.sec-flow .flow-list .item .item-num {
  font-size: 0;
  border-bottom: 1px solid #333;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .sec-flow .flow-list .item .item-num img {
    height: 30px;
  }
}
.sec-flow .flow-list .item .item-ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 1em auto 0.5em;
}
@media screen and (min-width: 768px) {
  .sec-flow .flow-list .item .item-ttl {
    font-size: 24px;
  }
}

/*==============================
  お子様連れでもお気軽に！
==============================*/
.sec-kidsspace .kidsspace-img {
  display: flex;
  justify-content: space-between;
  font-size: 0;
}
.sec-kidsspace .kidsspace-img img {
  border-radius: 25px;
}
.sec-kidsspace .kidsspace-img img:nth-of-type(1) {
  width: 65%;
}
.sec-kidsspace .kidsspace-img img:nth-of-type(2) {
  width: 33%;
}
@media screen and (min-width: 768px) {
  .sec-kidsspace .kidsspace-img img {
    border-radius: 50px;
  }
}

.sec-kidsspace .kidssoace-detail {
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .sec-kidsspace .kidssoace-detail {
    display: flex;
    justify-content: space-between;
    margin: 60px auto;
  }
}
@media screen and (min-width: 1141px) {
  .sec-kidsspace .kidssoace-detail {
    margin: 80px auto 100px;
    font-size: 18px;
  }
}
.sec-kidsspace .kidssoace-detail .detail-txt {
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .sec-kidsspace .kidssoace-detail .detail-txt {
    width: 50%;
    padding: 0 25px 0 0;
    border-right: 2px solid #333;
  }
}
@media screen and (min-width: 1141px) {
  .sec-kidsspace .kidssoace-detail .detail-txt {
    padding: 0 15px 0 0;
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .sec-kidsspace .kidssoace-detail .detail-txt {
    border-bottom: 2px solid #333;
    padding: 40px 0 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sec-kidsspace .kidssoace-detail .detail-list {
    width: 50%;
    padding: 0 0 0 25px;
  }
}
@media screen and (min-width: 1141px) {
  .sec-kidsspace .kidssoace-detail .detail-list {
    width: 54%;
    padding: 0 0 0 30px;
  }
}
.sec-kidsspace .kidssoace-detail .detail-list ul li {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.sec-kidsspace .kidssoace-detail .detail-list ul li:not(:last-child) {
  margin-bottom: 0.3em;
}
.sec-kidsspace .kidssoace-detail .detail-list ul li::before {
  content: "\f058";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  color: #d9c19e;
}

/*==============================
	BACK BUTTON
==============================*/
.sec-access .access-head {
  background: url("../images/roommodel/img-access.jpg") no-repeat center/cover;
  padding-top: 263px;
}
@media screen and (max-width: 576px) {
  .sec-access .access-head {
    display: none;
  }
}
.sec-access .access-body {
  padding: 40px 0 0;
}
@media screen and (min-width: 577px) {
  .sec-access .access-body {
    padding: 60px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .sec-access .access-body {
    padding: 80px 0 0;
  }
}
.sec-access-ttl {
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 576px) {
  .sec-access-ttl {
    width: 70%;
    max-width: 150px;
  }
}

@media screen and (min-width: 768px) {
  .sec-access .access-detail {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .sec-access .access-detail .detail-head {
    width: 58%;
  }
}
.sec-access .access-detail .detail-body {
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .sec-access .access-detail .detail-body {
    width: 40%;
    max-width: 385px;
  }
}
@media screen and (max-width: 767px) {
  .sec-access .access-detail .detail-body {
    margin-top: 25px;
  }
}
.sec-access .access-detail .detail-ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 1em;
}
.sec-access .access-detail .detail-ttl span {
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .sec-access .access-detail .detail-ttl span {
    display: block;
  }
}
.sec-access .access-detail .detail-list dl {
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
  margin: 0;
}
.sec-access .access-detail .detail-list dl:not(:last-child) {
  margin-bottom: 0.5em;
}
.sec-access .access-detail .detail-list dl dt {
  min-width: 5em;
}
@media screen and (min-width: 1141px) {
  .sec-access .access-detail .detail-list dl dt {
    min-width: 6em;
  }
}
.sec-access .access-detail .detail-list dl dd {
  width: 100%;
  margin: 0;
  display: flex;
}
@media screen and (max-width: 576px) {
  .sec-access .access-detail .detail-list dl dd {
    display: block;
  }
}
.sec-access .access-detail .detail-list dl dd .map_link {
  display: block;
  width: 100px;
  padding: 0 5p;
  text-align: center;
  font-weight: bold;
  background-color: #f3ebe0;
  border-radius: 50px;
  margin-left: 20px;
}
@media screen and (max-width: 576px) {
  .sec-access .access-detail .detail-list dl dd .map_link {
    margin-left: 0;
    display: inline;
    padding: 2px 10px;
    margin-left: 10px;
  }
}
.sec-access .access-detail .detail-list dl dd .map_link i {
  margin-right: 5px;
}

.sec-access .access-means {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .sec-access .access-means {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1141px) {
  .sec-access .access-means {
    margin-top: 80px;
  }
}
.sec-access .access-means .means-block {
  background: #f3ebe0;
  padding: 25px 15px;
}
@media screen and (min-width: 768px) {
  .sec-access .access-means .means-block {
    width: 49%;
  }
}
@media screen and (min-width: 1141px) {
  .sec-access .access-means .means-block {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 767px) {
  .sec-access .access-means .means-block:not(:last-child) {
    margin-bottom: 15px;
  }
}
.sec-access .access-means .means-block .block-ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 1em;
}
.sec-access .access-means .means-block .block-ttl .icon {
  margin: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  .sec-access .access-means .means-block .block-ttl {
    font-size: 20px;
  }
}
.sec-access .access-means .means-block .block-txt {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1141px) {
  .sec-access .access-means .means-block .block-txt {
    font-size: 18px;
  }
}

.sec-access .access-shoplist {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .sec-access .access-shoplist {
    margin-top: 80px;
  }
}
.sec-access .access-shoplist .shoplist-ttl {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.3em;
  font-weight: bold;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 0.5em 0;
  line-height: 1;
  margin-bottom: 25px;
}
.sec-access .access-shoplist .spplist-lead {
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (min-width: 1141px) {
  .sec-access .access-shoplist .spplist-lead {
    text-align: center;
  }
}
.sec-access .access-shoplist .shoplist-detail {
  margin-top: 25px;
  border-top: 1px dashed #666;
  border-bottom: 1px dashed #999;
}
.sec-access .access-shoplist .shoplist-detail .item {
  padding: 1em 0;
}
.sec-access .access-shoplist .shoplist-detail .item:not(:last-child) {
  border-bottom: 1px dashed #999;
}
.sec-access .access-shoplist .shoplist-detail .item .item-ttl {
  font-weight: 500;
}
.sec-access .access-shoplist .shoplist-detail .item .item-ttl::before {
  content: "●";
}
.sec-access .access-shoplist .shoplist-detail .item .item-txt {
  font-weight: 500;
}
.sec-access .access-shoplist .shoplist-detail .item .item-list {
  font-weight: 500;
}
.sec-access .access-shoplist .shoplist-detail .item .model_img {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}
.sec-access .access-shoplist .shoplist-detail .item .model_img img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .sec-access .access-shoplist .shoplist-detail .item .model_img {
    display: block;
    margin: 0 auto;
  }
  .sec-access .access-shoplist .shoplist-detail .item .model_img img {
    margin: 15px auto;
  }
}

/*==============================
	BACK BUTTON
==============================*/
.page-roommodel .back-btn {
  margin: 70px 0 75px;
}
.page-roommodel .back-btn a {
  border: 2px solid #ff7f99;
  color: #ff7f99;
  display: block;
  width: 284px;
  margin: 0 auto;
  padding: 21px 0 16px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50px;
  letter-spacing: 8px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .page-roommodel .back-btn a:hover {
    background: #ff7f99;
    color: #fff;
  }
}
@media screen and (max-width: 576px) {
  .page-roommodel .back-btn a {
    line-height: 1;
    width: 184px;
    padding: 15px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}/*# sourceMappingURL=modelroom.css.map */