@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
body, button {
  margin: 0;
  font-family: 'M PLUS 1p', sans-serif;
}

.sp {
  display: none;
}

.pc-break:before {
  content: "\A";
  white-space: pre;
}

.kv {
  height: 922px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  background: no-repeat 50% 50%;
  background-size: cover;
}

.kv_copyright {
  position: absolute;
  top: 95.5%;
  right: 1.2%;
  font-size: 12px;
  text-shadow: white 1px 1px 0, white -1px -1px 0, /*右下、左上*/
  white -1px 1px 0, white 1px -1px 0, /*右上、左下*/
  white 0px 1px 0, white 0-1px 0, /*右、左*/
  white -1px 0 0, white 1px 0 0;
  /*上、下*/
  z-index: 10;
}

.kv_txt {
  text-align: center;
}

.kv_txt_pc {
  margin-top: 20px;
}

.kv_txt_sp {
  display: none;
}

a {
  color: #e6002d;
}

p, li, td {
  font-weight: bold;
}

h2 {
  text-align: center;
}

h3.border-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 34px;
  line-height: 1;
  margin-top: 120px;
}

h3.border-title>span {
  display: block;
}

h3.border-title:before {
  content: '';
  display: block;
  background-image: url(../images/double_border.png);
  height: 7px;
  width: 40%;
}

h3.border-title:after {
  content: '';
  display: block;
  background-image: url(../images/double_border.png);
  height: 7px;
  width: 40%;
}

h3.border-title_other-campaign {
  margin-bottom: 60px;
}

h3.border-title_other-campaign:before {
  width: 27%;
}

h3.border-title_other-campaign:after {
  width: 27%;
}

h3.frame-title {
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.47;
}

h4 {
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  margin-top: 50px;
  color: #e6002d;
}

ul {
  list-style: none;
}

.wrapper {
  max-width: 1080px;
  min-width: 1080px;
  margin: auto;
}

#header {
  background: linear-gradient(-160deg, #099d98, #00a072);
}

.header-inner {
  margin: 0 auto;
  text-align: center;
}

#header #logo {
  margin: 0 auto;
  padding: 10px 0 10px 0;
}

#header #logo a {
  display: block;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  text-decoration: none;
}

.btn {
  display: block;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  border: none;
  position: relative;
  text-decoration: none;
  text-align: center;
}

.btn:after {
  content: '';
  position: absolute;
}

.btn-big {
  height: 80px;
  line-height: 80px;
  width: 90.5%;
  font-size: 24px;
  margin: auto;
  border-radius: 40px;
}

.btn-red {
  background-color: #e6002d;
  font-weight: 700;
}

a.btn-red {
  text-decoration: none;
  color: #ffffff;
  display: block;
}

.btn-red:after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/white_arrow.png);
  right: 40px;
  top: 27px;
  width: 20px;
  height: 26px;
}

.allow-right:after {
  transform: rotate(-90deg);
}

.btn-right:after {
  transform: rotate(-90deg);
}

.btn-content {
  padding-right: 41px;
  padding-left: 41px;
}

.yellow-circle {
  background-image: url(../images/yellow_circle.png);
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

.border-frame {
  border: solid 3px #000000;
  background-color: #ffffff;
  position: relative;
}

.border-frame:before {
  content: '';
  border: solid 1px #000000;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

img {
  vertical-align: top;
}

.wrapper-design {
  background-image: url(../images/bg_design.png);
  padding: 70px 0 120px 0;
}

.lead {
  margin-bottom: 100px;
}

.lead p {
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}

.special-life {
  text-align: center;
  width: 100%;
}

.special-life_tit {
  max-width: 90%;
  margin: auto;
}

.special-life img {
  width: 100%;
}

.special-life_txt {
  margin: 40px 50px;
  line-height: 2;
}

.room_tit {
  width: 100%;
}

.room_tit img {
  width: 100%;
}

.room-list {
  margin-top: 40px;
  display: flex;
}

.room-main {
  position: relative;
}

.room-main:before {
  content: 'ROOM 1';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333333;
  font-size: 14px;
  text-align: center;
  width: 100px;
  color: #ffffff;
  height: 26px;
  line-height: 26px;
}

.room-sub {
  position: relative;
}

.room-sub:before {
  content: 'ROOM 2';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #333333;
  font-size: 14px;
  text-align: center;
  width: 100px;
  color: #ffffff;
  height: 26px;
  line-height: 26px;
}

.room-sub:after {
  content: 'ROOM 3';
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #333333;
  font-size: 14px;
  text-align: center;
  width: 100px;
  color: #ffffff;
  height: 26px;
  line-height: 26px;
}

.design-list-annotation {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.room-description {
  margin-bottom: 40px;
}

.room-detail {
  padding: 70px;
}

.room-title {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #111111;
  margin: 0;
  color: #ffffff;
  height: 100px;
  font-size: 34px;
  font-weight: 700;
  line-height: 100px;
}

.room-title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/accordion_arrow_white.svg);
  right: 40px;
  top: calc(50% - 7px);
  width: 22px;
  height: 11px;
  background-repeat: no-repeat;
}

.room-detail>ul {
  padding: 0;
}

.select_room {
  position: relative;
}

.select_room>img {
  position: absolute;
  top: calc(50% - 50px);
}

.select_room li>img {
  width: 942px;
}

.room_list {
  margin-bottom: 56px;
}

.room_list .slick-track {
  transform: unset!important;
  -ms-transform: inherit!important;
}

.room_list .slick-track {
  display: flex;
  justify-content: space-between;
}

.prev-arrow {
  left: -50px;
}

.next-arrow {
  right: -50px;
}

.slide-image {
  width: 25%;
  overflow: hidden;
  outline: none;
}

.slide-image>img {
  width: 140px !important;
  height: 120px !important;
  object-fit: cover;
}

.slide-image.slick-current {
  border: solid 2px #111111;
  box-sizing: border-box;
}

.room_description {
  margin-bottom: 50px;
}

.room_description_tit {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
}

.room_description_tit p {
  font-size: 26px;
  text-align: center;
}

.room_description_txt {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

table {
  width: 100%;
  border-collapse: collapse;
  color: #333333;
  margin-bottom: 20px;
}

thead th {
  font-size: 18px;
  line-height: 60px;
  background-color: #6ebbb5;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
}

th {
  height: 60px;
  font-weight: 700;
  background-color: #e7f5f4;
  width: 12.5%;
  border: 1px solid #ffffff;
}

td {
  width: 12.5%;
  border: 1px solid #e7f5f4;
  padding-left: 13px;
}

td.big {
  padding-left: 45px;
}

table.stick {
  margin-bottom: 40px;
}

table.stick th {
  width: 5%;
}

table.stick td {
  line-height: 28px;
  padding: 12px 28px;
}

.wrapper-note {
  margin-bottom: 120px;
}

.info p {
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.info_date {
  margin: 20px 0;
}

.info_date span.red {
  color: #e6002d;
}

.info_btn {
  margin-top: 20px;
}

.info ul {
  padding: 0;
}

.info li {
  margin: 0 0 30px 0;
  text-indent: -1em;
  padding-left: 1em;
}

.info li:before {
  content: "●";
}

.small_txt {
  font-size: 14px;
}

.note {
  border: 1px solid #cccccc;
  padding: 40px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  height: 290px;
  box-sizing: border-box;
  overflow: scroll;
  margin-top: 0;
  background-color: #fff;
}

.report_tit {
  margin-top: 120px;
  text-align: center;
}

.report_box {
  background-color: #fff;
  padding: 125px 60px 40px;
  margin-top: -65px;
}

.report_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: flex-start;
}

.report_content p {
  line-height: 1.8;
  letter-spacing: 0.05em;
  width: 40%;
  margin: 0;
}

.report_content img {
  width: 55%;
}

.hello-my-room {
  padding: 5px;
  border: solid 1px #f3eee2;
  max-width: 90%;
  margin: auto auto 40px auto;
}

.hello-my-room_box {
  background-image: url(../images/bnr_hello-my-room_bg.png);
  padding: 40px;
}

.hello-my-room_content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

.hello-my-room_content p {
  line-height: 1.8;
  letter-spacing: 0.05em;
  width: 36%;
}

.hello-my-room_content img {
  max-width: 100%;
  width: 60%;
}

.thanks-campaign {
  text-align: center;
  max-width: 90%;
  margin: auto auto 30px auto;
}

.thanks-campaign img {
  max-width: 100%;
}

#footer {
  position: static;
  clear: both;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#footer #greenbelt {
  margin: 0;
  padding: 0;
  background: url(../images/bg_greenbelt.png) 0 0 repeat;
}

#footer #greenbelt .inner {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1100px;
  background: #009261;
  color: #fff;
}

#footer #greenbelt .inner .ftbox {
  float: left;
  max-width: 800px;
}

#footer #greenbelt .inner p.link {
  padding: 8px 0 0 24px;
  font-size: 12px;
  line-height: 1.0;
}

#footer #greenbelt .inner a {
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

#footer #greenbelt .inner p.link span {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}

#footer #greenbelt .inner p.copy {
  padding: 8px 0 0 24px;
  font-size: 12px;
  line-height: 1.0;
}

#footer #greenbelt .inner p.bn {
  float: right;
  margin: 9px 17px 14px 0;
  width: 264px;
  height: 54px;
  background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
}

#footer #greenbelt .inner p.bn a {
  color: #666;
  text-decoration: none;
}

#footer #greenbelt .inner p.bn a span {
  display: block;
  padding: 16px 0 0 7px;
  width: 120px;
  font-size: 10px;
  line-height: 1.4;
}

#footer #whitebelt {
  clear: both;
  margin: 0 auto;
  max-width: 1100px;
  background: #fff;
  text-align: right;
}

#footer #whitebelt p {
  padding: 12px 0 13px;
  line-height: 0;
  margin: 0;
}

#footer #whitebelt p a {
  color: inherit;
  text-decoration: none;
}

#footer #whitebelt p image {
  max-width: 100%;
  vertical-align: bottom;
}

.apply-flow {
  padding-bottom: 62px;
}

.flow-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 58px;
}

.flow-row:after {
  content: '';
  display: block;
  position: absolute;
}

.flow-row:first-of-type:after {
  border: 3px solid #d7cbaf;
  border-left: none;
  width: calc(100% - 300px);
  height: 240px;
  right: 150px;
  top: 150px;
}

.flow-row:nth-of-type(n+2) {
  align-items: center;
}

.flow-row:nth-of-type(2):after {
  top: -46px;
  left: 147px;
  border-left: 3px solid #d7cbaf;
  height: 46px;
}

.flow-row:nth-of-type(3):after {
  top: -60px;
  left: 147px;
  border-left: 3px solid #d7cbaf;
  height: 60px;
}

.flow {
  z-index: 1;
}

.flow>img {
  width: 300px;
  height: 300px;
}

.flow>.flow-item {
  width: 320px;
  height: 259px;
}

.flow>p {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.flow span {
  color: #e93f5d;
  font-weight: 700;
}

.flow .apply {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
}

.flow .apply-detail {
  font-size: 16px;
  line-height: 26px;
}

.flow .apply-detail span {
  color: #333;
  font-weight: 700;
}

.btn-black {
  background-color: #333;
  color: #fff;
  font-weight: 700;
  width: 300px;
  font-size: 24px;
  margin: 0 auto;
}

.btn-small {
  width: 200px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  font-size: 20px;
  margin-top: 22px;
}

.flow>.flow-item-big {
  width: 424px;
  height: 305px;
}

.pc-size {
  min-width: 1080px;
  margin: 0 auto;
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 30px;
}

.present-slick .slick-dots {
  margin-bottom: 60px;
}

.slick-dots button {
  display: none;
}

.slick-dots>li {
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  background-size: contain;
  margin: 0;
  margin-top: 20px;
  margin-right: 20px;
}

.slick-dots>li:last-of-type {
  margin-right: 0;
}

.slick-dots>li.slick-active {
  background-image: url(../images/active_dot.png);
}

.room_list .slide-image {
  width: 140px !important;
  height: 120px !important;
  object-fit: cover;
}

.room_list .slick-track {
  width: 100% !important;
}

.room_list .slick-track:before, .room_list .slick-track:after {
  display: none;
}

@media screen and (min-width: 751px) {
  .present-list>.present-center {
    left: 511px;
  }
}

.sp {
  display: none;
}


/****** タブ切り替え ******/

input[type="radio"] {
  display: none;
}

.tab_area {
  font-size: 0;
  flex: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.tab_area label {
  display: inline-block;
  width: 32.5%;
  padding: 12px 0 10px 0;
  color: #fff;
  background: #999;
  text-align: center;
  font-size: 26px;
  cursor: pointer;
  font-weight: bold;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tab1_label:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 24px;
  background-image: url(../images/room1_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 20px;
}

.tab2_label:after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 31px;
  background-image: url(../images/room2_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 20px;
}

.tab3_label:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/room3_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 20px;
}

.panel_area {
  background: #fff;
}

.tab_panel {
  width: 100%;
  display: none;
}

#tab1:checked~.tab_area .tab1_label {
  background: #111;
  color: #fff;
}

#tab1:checked~.panel_area #panel1 {
  display: block;
}

#tab2:checked~.tab_area .tab2_label {
  background: #111;
  color: #fff;
}

#tab2:checked~.panel_area #panel2 {
  display: block;
}

#tab3:checked~.tab_area .tab3_label {
  background: #111;
  color: #fff;
}

#tab3:checked~.panel_area #panel3 {
  display: block;
}

.slick-track {
  width: 6580px !important;
}


/* add 20211103 */

.report_box .room-detail {
  padding: 0 70px;
}

.report_box a.btn {
  margin-bottom: 20px;
}

.report_box .room_list .slick-track {
  justify-content: center;
}

.report_box .room_list .slide-image {
  margin: 0 10px;
}

.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-container img {
  width: 100%;
}

.btnCMS {
	color: #fff;
	background-color: #000;
	line-height: 1.4em;
	text-align: center;
	padding-top: 8px;
	box-sizing: border-box;
	opacity: 0.3;
}


/* maison */

#maison {
  width: 100%;
  padding: 100px 0 50px;
  box-sizing: border-box;
  background: url("../images/maison/bg_gradation.jpg") no-repeat 0 0 #f0e0e1;
  background-size: 100%;
  line-height: 1.6em;
}

#maison .content {
  width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}

#maison .content img {
  width: 100%;
}

#maison .content .box {
  box-sizing: border-box;
  border: 10px solid #fff;
  width: 100%;
  padding: 100px 55px 30px;
  background: url("../images/maison/bg_box.jpg") no-repeat 0 0;
  background-size: cover;
	position: relative;
}

#maison .ttl h2 {
  position: relative;
  z-index: 999;
  width: 1040px;
  margin: 0 auto -70px;
}

.swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

#maison .swiper-slide {
  width: 300px;
}

#maison .swiper-slide a {
  display: block;
  text-decoration: none;
  color: #000;
}

#maison .swiper-slide a:hover {
  opacity: 0.7;
}

#maison .swiper-slide .tag {
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

.tag01 {
  background-color: #b28aae;
}

.tag02 {
  background-color: #b8a988;
}
.tag03 {
  background-color: #e1b556;
}

.ttl_bnr {
  font-size: 20px;
color: #d8959e;
  margin: 15px 0 0;
	line-height: 1.6em;
}

.txt_caution {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
	line-height: 1.4em;
}

.swiper-container {
	padding-bottom: 30px!important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 24px!important;
  font-weight: bold;
  color: #d8959e;
}

.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -0px!important;
}

.swiper-pagination-bullet-active {
	background-color: #d8959e!important;
}


.aboutArea {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 60px 0;
}

.aboutArea .ttlArea h3 {
  width: 460px;
  margin: 0 auto;
}

.aboutArea .ttlArea p {
  font-weight: normal;
  text-align: center;
  margin-top: 30px;
font-size: 20px;
	line-height: 1.8em;
}

.boxAbout {
  background-color: #fff;
  border: 3px solid #ebcbcf;
  border-radius: 10px;
  padding: 30px 30px 40px;
  text-align: center;
  margin-top: 40px;
}

.boxAbout h4 {
  margin: 0;
  color: #c07881;
  font-size: 28px;
  font-weight: 500;
}

.boxAbout p {
  font-weight: normal;
  margin-bottom: 40px;
	font-size: 18px;
	line-height: 1.6em;
}

.boxAbout h5 {
  width: 230px;
  margin: 0 auto;
}

.boxAbout .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.boxAbout .wrap .item {
  border: 3px solid #ebcbcf;
  border-radius: 10px;
  width: 385px;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

.boxAbout .wrap .item .step {
  width: 70px;
}

.boxAbout .wrap .item .txtArea {
  width: 250px;
  text-align: left;
}

.boxAbout .wrap .item .txtArea p {
  margin: 0;
}

.boxAbout .wrap .item:last-child .txtArea p:last-child {
  font-size: 16px;
}

.boxAbout .wrap .item .txtArea p.txt_pink {
  color: #c07881;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.boxAbout .wrap .item .txtArea .btn {
  width: 208px;
}

.boxAbout .wrap .item .txtArea .btn a {
  display: block;
}

.boxAbout .wrap .item .txtArea a:hover {
  opacity: 0.8!important;
}

.boxAbout .wrap .icon {
  width: 60px;
  height: 60px;
  background: url("../images/maison/icon_arrow.svg") no-repeat 50% 50%;
  background-size: 35px;
  transform: rotate(-90deg);
}

ul.btnArea {
  margin: 60px 0 0;
  padding: 0;
}

ul.btnArea li {
  width: 800px;
  height: 90px;
  margin: 40px auto 0;
}

ul.btnArea li a {
  display: block;
  border: 3px solid rgb(216, 149, 158);
  border-radius: 10px;
  background-color: rgb(255, 255, 255)!important;
  box-shadow: 0px 8px 8px 0px rgba(217, 149, 158, 1);
  width: 100%;
  height: 90px;
  color: #c07881;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  line-height: 90px;
  font-weight: 500;
  position: relative;
}

ul.btnArea li a:hover {
  opacity: 0.8;
}

ul.btnArea li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #c07881;
  border-right: 2px solid #c07881;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.end{ 
	color:#fff;
	background-color:#000;
	padding: 10px 0px;
	margin: 0px 0px 30px 0px;
	font-size: 15px;
	font-weight: bold;
}
