.common_layout {
  padding: 0 0 220px;
}
.common_layout2 {
  padding: 0 0 220px;
}

.to-page-top {
  padding: 20px 0;
  /* display: none; */
}
.to-page-top2 {
  background-color:#3e3a39;
  padding: 20px 0;
  /* display: none; */
}




/* SPのみ出現 */
.pc_hid {
  display:block;
}

/* PCのみ出現 */
.sp_hid {
  display:none;
}

/* SPのみのインデント */
.pc_indent {
  display: none;
}
/* SPのみのインデント */
.sp_indent {
  display: inline;
  color: transparent;
}

/* ヘッダー */
.header {
  background-color: rgba(0,0,0,0.7);;
  z-index: 10000;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
}
.header_content {
  display: none;
}
.header_content2 {
  display: block;
}
.header_menu_trigger {
  /* width: 50px;
  height: 50px; */
  margin: 20px 20px 0 auto;
}
.link_groups {
  display: flex;
  width: 70%;
  margin: 0 auto;
  justify-content: space-between;
}
.link_groups div {
  margin-bottom: 20px;
}
.link_groups p {
  margin: 0;
  line-height: 100%;
}
.header a{
  color: white;
  text-decoration: none;
}
.header_content2 button {
  margin-bottom: 15px;
}

/* フッター */
.footer_content {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0; 
  position: relative;
  height: 220px;
}
.company_name {
  font-size: 11px;
}
.footer p {
  
}
.company_tel {
  
}
.footer_right {
  position: static;
}
.footer_right p {
  text-align:center;
}

.footer_gg {
  
}
.footer_left_top {
  margin: 0 auto;
}
.footer_logo_area {
  width: 240px;
  margin: 0 auto;
}
.copyright {
  text-align: center;
  font-size: 12px;
}

.to-top-sp {
  display: block;
}


/* メニュー */
.absolute{
  position: absolute;
}


.logo_p{
  z-index:500;
  /* margin-top: 23px;
  margin-left: 60px; */
  margin-top: 30px;
  margin-left: 20px;
}
.logo_s{
  width: 100px;
}
.menu_p {
  z-index:500;
  /* margin: 20px 20px auto auto; */
  top: 20px;
  right: 20px;
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  width: 50px;
  height: 50px;
  z-index: 1000;
  background-color: white;
}
.menu-trigger span {
  position: absolute;
  left: 10px;
  width: 30px;
  height: 4px;
  background-color: gray;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 10px;
}

.menu-trigger.open {
  position: fixed;
}

.menu-trigger.open span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.open span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.open span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.menu-trigger {
  position: fixed;
}

/* トップページ */
video {
  object-position: 50% 50%;
}
.movie-1, .movie-2, .movie_skip {
  display: none;
}

.sp_movie {
  display: block;
}

.black_wall {
  background-color: #000;
  padding: 50px 0 50px;
}

.access_info_group {
  /* display: block; */
  display: none;
}
.access_info_group2 {
  display: flex;
  justify-content: center;
  /* margin-bottom: 50px; */
}
.access_info_group2 p {
  margin: 0;
}

/* .access_info {
  width: 80%;
  margin: 15px auto;
} */

/* 金枠 */
.gold_info_area {
  display: none;
}
.gold_info_area2 {
  display: block;
  margin-top: 50px;
}
.gold_info_area2 p {
  margin: 0;
}
/* .gold_info_group {
  display: block;
  height: auto;
} */

.gold_info {
  /* width: 90%; */
  width: calc(100% - 40px);
  margin: 7px auto;
  height: 70px;
}

.frame_border {
  position: relative;
  border: 1px solid #ca4;
  padding: 0;
  color: #ca4;
  text-align: center;
}

.questionnaire_info_area {
  margin-bottom: 50px;
}

.questionnaire_info {
  width: calc(100% - 50px);
  margin: 0 auto;
}

.gold-title-2 {
  font-size: 18px;
}

.gold-title-2::before {
  margin-right: 0.4rem;
}
.gold-title-2::after {
  margin-left: 0.4rem;
}

.gold-title-4 {
  font-size: 18px;
}

.gold-title-4::before {
  margin-right: 0.4rem;
}

.gold-title-4::after {
  margin-left: 0.4rem;
}

.info_title {
  /* width: 90%;  */
  width: calc(100% - 40px);
  margin: 40px auto 30px; 
  font-size: 14px;
}

.questionnaire_info {

}
.scroll_table {
  width: calc(100% - 40px);
}
.info_table {
  font-size: 10px;
}

.date-td-1 {
  padding-bottom: 10px;
}

.text-td-1 {
  padding-left: 15px;
}

.date-td-2 {
  padding: 10px 0;
}

.new-td-2 {
  padding: 10px 0;
  width: 32px;
}

.new-td-2 p {
  padding: 0 2px;
}

.text-td-2 {
  padding: 10px 0px 10px 0;
}

.border-gold-2 {
  padding: 25px;
}

.border-gold-2 p{
  font-size: 10px;
  margin: 0;
}
.to_questionnaire {
  
}
.to_questionnaire a{
  font-size: 12px;
} 

/* .border-gold-2 {
  border: 1px solid #B67B03;
  border-image: #d09a58;
  border-image-slice: 1;
  padding: 20px;
}

.border-gold-2 span {
  border-bottom:1px solid white;
  padding-bottom: 5px;
}

.border-gold-2 div {
  width: 29.2vw; 
  height: 4.17vw; 
  margin: 20px auto 0;
}
.to_questionnaire {
  
} */

/* 
.pt14 {
  font-size: 1vw;
} */
/* 
.picture_side {
  width: 70%;
}

.text_side {
  width: 30%; 
}
.text_side img {
  width: 90%; 
  margin-bottom: 1vw;
}
.text_side p {
  width: 90%; 
  margin-bottom: 1vw;
}

.gold_line {
  min-height: 3vw;
  margin-bottom: 1vw;
}

.gold_btn {
  font-size: 1vw;
  padding: 1vw 2vw;
} */

.read_more_area {
  display: none;
}
.read_more_area2 {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto;
  /* padding-top:50px; */
}
.read_more_link2 {
  margin-top: 50px;
}
.the-logo {
  display: block;
  margin: 0 auto;
}
.photo-100 {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.photo-90{
  width: 90%;
  display: block;
  margin: 0 auto;
}
.gold_line2 {
  /* border-right: 1px solid #ac9759; */
  border-right: 1px solid #d09a58;
  margin: 15px 0;
  width:50%;
  height: 50px;
}


.read_more {
  margin-top: 20px;
  width: 140px;
  height: 40px;
  padding:0;
}
.read_more a {
  font-size: 12px;
  display: block;
}

.bland_img_link {
  /* width: calc(100% - 40px); */
  display: none;
}

.bland_img_link_sp {
  display: block;
  width: calc(100% - 40px);
  aspect-ratio: 677/161;
  color: #fff;
  text-decoration: none;
  margin-top: 50px;
}
.bland_img_link_sp:hover {
  color: #fff;
}
.bland_bg {
  width: 100%;
  height: 100%;
  /* background-size: 100%;
  background-repeat: no-repeat; */
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("../images/bland_bg_sp.png");
  padding:0 0 0 10px;
}
.bland_bg img {
  display: block;
  width: 50%;
  margin-bottom: 12px;
}

.bland_p1 {
  line-height: 1;
}
.bland_p2 {
  margin-left: 10px;
}

/* ENTRYリンク */
.entry_link {
  /* margin: 60px 0 50px; */
  width: calc(100% - 40px);
  margin: 50px auto;
}

.entry_link button {
  display: block;
  margin: 0 auto;
  width: 65%;
  padding: 10px;
  
}
.entry_link a {
  font-size: 12px;
}

/* 注釈 */
.comment-area {
  margin: 0 auto 30px;
  width: calc(100% - 40px);
}
.comment-area p {
  white-space: normal;
  font-size: 9px;
}


/* EBISUページ */
.ebisu-top img {
  width: 70%;
  margin-top: 150px;
}
.dark-area {
  display: none;
}
.dark-area2 {
  display: block;
}
.white-area {
  display: none;
}
.white-area2 {
  display: block;
}


/* ACCESSページ */
.access-top img{
  width: 70%;
  margin-top: 150px;
}
.access-main-content {
  display: none;
}
.access-main-content2 {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 30px 0 30px; 
}
.taxi_table {
  border-collapse: collapse;
}
.taxi_table tr {
  
}
.taxi_table td {
  padding: 1px;
  vertical-align: middle;
}
/* ACCESSページ ここまで */



/* 物件概要ページ */

.ov-m {
  /* padding: 150px 0px 0px 0px; */
  padding: 150px 0px 50px 0px;
  /* margin-top: 150px; */
}
.ov-t1{
  text-align:center;
  position:relative;
  font-size: 10px;
}
.ov_gold_table{
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  font-size: 10px;
}
.ov_comment{
  margin-left: auto;
  margin-right: auto;
  width:  calc(100% - 80px);
}

.ov_gold_table > tbody > tr{
  border-bottom: 2px solid #d6c88d;
}
.ov_gold_table > tbody > tr > td,
.ov_gold_table > tbody > tr > th {
  padding: 16px 0;
}
.ov_m1{
  margin-top: 60px;
}
.ov_m2{
  margin-top: 45px;
  margin-bottom: 0;
}
.ov_title_td {
  width: 125px;
}
.mx-200 {
  margin:0;
}


/* 現地案内ページ */
.map-m {
  padding: 150px 0px 40px 0px;
}
.map-t1{
  text-align:center;
  position:relative;
}
.map_comment{
  /* margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px); */
  width: 100%;
}
.map_comment a {
  font-size: 11px;
}
.print_area{
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
.map_but{
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
.map_but_s{
  height: 60px;
  width: 210px;
}
.map_img{
  margin-left: auto;
  margin-right: auto;
  width: 100%; 
}
.map_but_img{
  height: 30px;
}
.map_m1{
  margin-top: 50px;
  margin-bottom: 50px;
}
.map_m2{
  margin-top: 20px;
  margin-bottom: 40px;
}
.map_m3{
  margin: 7px;

}
.map_side_layout{
  display: inline-block;
  justify-content: center;
  margin: 0 5px 0 0;
  font-size: 11px;
}

.map_address {
  font-size: 15px;
}


/* アンケート */
#questionnaire {
  /*  width: calc(100% - 40px); */
  width: 100%;
  margin: 0 auto 40px;
  padding-top: 150px;
  font-size: 10px;
}


.questionnaire {
  margin: 0;
}

.pre-text, .main-content {
  width: calc(100% - 40px);
  margin: 0 auto;
}

#questionnaire h1 {
  
}

#questionnaire p, #questionnaire span, 
#questionnaire ul, #questionnaire li, 
#questionnaire input, #questionnaire label, 
#questionnaire div, #questionnaire select, 
#questionnaire a, #questionnaire td, #questionnaire button {
  font-size: 10px;
}
#questionnaire input, #questionnaire select {
  height: 20px;
}
.questionnaire-sm-img{
  padding: 0;
  width: 90%;
  margin: 0 auto; 
}

#questionnaire .pr-22px {
  padding-right: 0px;
}

#questionnaire .pl-22px {
  padding-left: 0px;
}

#questionnaire .pr-120px {
  padding-right: 0px;
}

#questionnaire .pl-120px {
  padding-left: 0px;
}

.questionnaire-title-td {
  padding-left: 5px;
}
#questionnaire .column1 {
  width: 33%;
}
#questionnaire .column3 {
  width: 62%;
}
.table-div {
  padding-left: 0; 
  padding-right: 0;
}
.long_input {
  width: 130px;
}
.long_input2 {
  width: 130px;
}
.w-60px {
  width: 40px;
}
.w-100px {
  width: 50px;
}
.w-120px {
  width: 60px;
}

/* エントリー */
#entry {
  width: 100%;
  margin: 0 auto;
  padding-top: 150px;
}

.entry-main-content {
  width: calc(100% - 40px);
  margin: 0 auto;
}
#entry h1 {
  font-size: 20px;
  width: 100%;
}
#entry p, #entry span, #entry ul, 
#entry li, #entry input, #entry label, 
#entry div, #entry select, #entry a, 
#entry td ,#entry button{
  font-size: 10px;
}
#entry input, #entry select{
  height: 20px;
  padding-left: 2px;
}
.entry-column1 {
  width:25%; 
}
.entry-column2 {
  width:25%; 
}
.entry-column3 {
  width:50%; 
}
/* #entry .column1 {
  width: 33%;
}
#entry .column3 {
  width: 62%;
} */

.w-200px {
  width:100px;
}

input {
  max-width: 130px;
}


.badge-danger {
  background-color: #CC0000	;
  margin: 0px 1px;
}

#questionnaire .mr-20px {
  margin-right: 5px;
}

.questionnaire_comment {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.m-none {
  margin: 0;
  padding: 10px;
}
/* 
#questionnaire .pt-25px {
  padding-top: 20px;
}

#questionnaire .pb-25px {
  padding-bottom: 20px;
}

#questionnaire .pr-20px {
  padding-right: 10px;
}

#questionnaire .pl-20px {
  padding-left: 10px;
} */

.questionnaire_complete {
  padding-bottom: 0px;
}

.entry_complete_msg {
  margin: 40px 0 80px;
}


.validation-message {
  font-size: 10px;
}


/* LOCATIONページ */
.location-top img {
  width: 70%;
  margin-top: 150px;
}

.life_information {
  border-top: 1px solid #d09a58; 
  border-bottom: 1px solid #d09a58; 
  margin-top:40px; 
  margin-bottom: 30px;
  width:100vw; 
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw); 
  padding:25px 0;
}

.location_info_area {
  margin: 0 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.location_info_group {
  width: 100%;
  margin: 0 auto;
}

.location_info {
  display: block;
}
.location_info_photo {
  width: 100%;
}
.location_info_photo_sp {
  display: flex;
}
.location_info_photo_pc {
  display: none;
}

.location_photos p {
  font-size: 10px;
}

.location_info_table {
  width: 100%;
  /* font-size: 10px; */
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 12px;
}
.location_info_table span {
  font-size: 11px;
}

.name_td {
  width: 60%;
}
.minutes_td {
  width: 40%;
  font-size: 11px;
  text-align: right;
}


.map_select_area {
  justify-content: center;
  align-items: auto;
  flex-wrap: wrap;
}

.map_select_btn {
  padding: 0;
  width: calc(33% - 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.map_select_btn:before,
.map_select_btn:after {
  display: none;
}
.map_select_btn img {
  height: 53%;
}

.medical_select_btn {
  margin-right: 6px;
  margin-left: 6px;
}
.public_select_btn {
  margin-right: 3px;
}
.park_select_btn {
  margin-left: 3px;
}

.location_map_area {
  display: block;
  margin-top: 0;
}

.google_map {
  display: none;
}

.google_map_sp {
  display: block;
  width: 100%;
  height: 70vw;
  margin: 0;
  overflow: hidden;
}

.google_map_sp iframe {
  width: 100%;
  height: 120vw;
  margin-top: -60px;
}

.map_table_area {
  /* width: calc(100% - 745px);
  height: 550px; */
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.map_table {
  width: 100%;
}
.map_table tr {
  border-style: dotted none;/* 線種 */
  border-width: 1px; /* 線の太さ */
  border-color: #000; /* 線色 */
}
.map_table td {
  padding: 5px 0;
}
.map_table_building {
  font-size: 12px;
  margin-bottom: 5px;
}

.pin_num_td {
  width: 25px;
}
.map_pin_num{
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height:20px;
  text-align:center;
}

.map_table_minute {
  font-size: 10px;
  margin: 0;
  text-align: end;
}
/* LOCATIONページ ここまで */

/* DESIGNページ */
.design-top img {
  width: 70%;
  margin-top: 150px;
}

.design-photo4 {
  background-color:#000; 
  padding:70px 0 0;
}
.design-photo4 img {
  width:100%;
}
.design-photo4 p {
  width:100%; 
  font-size: 10px;
}
/* DESIGNページ ここまで */


/* BLANDページ */
.bland-top img {
  width: 70%;
  margin-top: 150px;
}

.bland_map_bg {
  padding: 40px 0 20px;
}
.bland_map {
  width: 100%;
}
.bland_map_p {
  font-size: 10px;
  margin: 0 40px;
}
.bland_map img {
  margin: 0 40px;
}



/* 来場予約 */
#reserve {
  width: 100%;
  margin: 0 auto;
  padding-top: 150px;
}
.reserve_content {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.reservation_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0; 
  font-size: 11px;
}
.reservation_table td {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
}
.reservation_table tr:last-child td {
  border-bottom: 1px solid #000;
}
.left_td {
  width: 16%;
  font-weight: bold;
  border-left: 1px solid #000;
}
.reserve_select {
  width: 12%;
  font-size: 15px;
  padding: 10px;
  font-weight: bold;
}
.reserve_ok {
  background-color: #ffffdd;
  color: #444;
}
.reserve_ok button {
  
}
.reserve_ng {
  background-color: #eee;
  color: #ccc;
}
.period_select {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}
.period_select button{
  border: 1px solid #999;
  color: #999;
  background-color: #eee;
  width: 20px;
  height: 20px;
  font-weight: bold;
  font-size: 12px;
}
.period_select p {
  margin: 0 5px;
}
.day {
  font-size: 10px;
}
.reserve-title {
  margin-bottom: 40px;
}


/* 来場予約確認 */
#reserve h1 {
  font-size: 20px;
  width: 100%;
}
#reserve h3 {
  font-size: 13px;
}
#reserve p, #reserve span, #reserve ul, 
#reserve li, #reserve input, #reserve label, 
#reserve div, #reserve select, #reserve a, 
#reserve td ,#reserve button{
  font-size: 10px;
}
#reserve input, #reserve select{
  height: 20px;
  padding-left: 2px;
}

.reserve_complete_msg {
  margin: 40px 0 80px;
}

.reserve-column1 {
  width:25%; 
}
.reserve-column2 {
  width: 25%;
}
.reserve-column3 {
  width:50%; 
}
.remarks {
  width:100%; 
}
.address-column {
  width: 33%;
}
.reservation_date_confirm {
  margin-left:60px;
}



/* 来場予約設定ログイン */
.reserve_set_login {
  margin: 40px 0; 
}

.reserve_set_login form {
  margin: 0 auto; 
  width: 130px;
}

.reserve_set_login div {
  width: 100%;
}

.reserve_set_login input{
  display: block;
  width: 100%;
}

.reserve_set_login button {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 5px 0;
  margin-top: 20px;
  width: 100%;
}


/* PLAN */
.plan-top img {
  width: 75%;
  margin-top: 150px;
  margin-bottom: 50px;
}

.plan_intro_text {
  margin: 35px 20px;
}

.plan_area1 {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 35px 0 0;
}

.plan_area1_content {
  display: block;
  width: 100%;
}

.plan_images {
  width: 100%;
  display: block;
}

.plan_image {
  width: 100%;
  margin-bottom: 35px;
}

.plan_image_text {
  height: auto;
}

.no5_no6 {
  display: block;
}


.plan_floor_image_sp {
  background-color: #fff;
  padding: 20px 20px;
  width: 100%;
}
.plan_floor_image_sp img{
  width: 100%; 
  margin-bottom: 10px;
}
.plan_floor_image_sp p{
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.plan_area2 {
  background-color: #000;
  display: block;
  padding: 40px 0 10px;
}

.plan_area2 a{
  display: block;
  width: calc(100% - 100px);
  margin: 0 auto 30px;
}

.plan_area3 {
  padding-bottom: 20px;
}

.plan_area3 a{
  display: block;
  width: calc(100% - 100px);
  margin: 0 auto 30px;
}



.plan_detail {
  padding: 120px 0 0;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: block;
}
.banner_3d_detail {
  width: 100%;
}
.banner_3d_detail img {
  width: 100%;
}
.plan_detail_logo {
  width: 100%;
}
.plan_detail_text {
  width: 100%;
  margin-top: 40px;
}
.plan_detail_text li {
  position: relative;
	display: block;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-left: 10px;
}
.plan_detail_text li::before {
  position: absolute;
  top: 4px;
  left: -9px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 100%;
  background: #000;
}
.plan_detail_map {
  margin: 40px 0 auto;
  width: 100%;
}
.back_to_plan {
  display: block;
  width: 130px;
  height: 40px;
  background-color: #000;
  color: #fff;
  margin: 50px auto 40px;
}


/* MODEL ROOM */
.model-top {
  display: none;
}
.model-top-sp {
  display: flex;
  justify-content: center;
  background-color: #000;
}
.model-top-sp img {
  width: 80%;
  margin-top: 150px;
  margin-bottom: 50px;
}

.model-area1 {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}

.model-area1 .s18 {
  font-size: 11px;
}

.model-area2 .gold-2 {
  font-size: 2.94vw;
}
.model-area2 .s14 {
  font-size: 1.87vw;
}
/* .model-area2 .s18 {
  font-size: 11px;
} */
.model-area2 .s10 {
  line-height: 1.4;
}

.selectable-pictures {
  width: 100%;
  margin: 5px 0 5px 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.selectable-picture {
  width: calc(25% - 4px);
  aspect-ratio: 7/4;
  object-fit: cover;
  object-position: right top;
  margin-left: 0;
  margin-bottom: 4px;
  cursor: pointer;
}
.selected-border {
  display: none;
}
.selected-border-sp {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(25% - 4px);
  aspect-ratio: 7/4;
  border: 2px solid #000;
}

.model-area2 {
  padding: 50px 20px 30px;
}
.model-area2>.content {
  max-width: 100%;
  margin: 0 auto;
}

.kitchen-content1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kitchen401 {
  width: 100%;
  margin-bottom: 20px;
}
.kitchen401 img {
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: 0% 0%;
  margin-bottom: 5px;
}
.kitchen-content1>.pictures {
  display:flex; 
  flex-wrap:wrap;
  justify-content: space-between;
  width: 100%;
}
.kitchen-content1>.pictures div {
  width: calc(50% - 5px);
  margin-bottom: 20px;
}
.kitchen-content1>.pictures img {
  aspect-ratio: 13/10;
  object-fit: cover;
  margin-bottom: 5px;
}
.kitchen-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 22px;
} 
.kitchen-logo img {
  width: 80%;
}
.kitchen-logo p {
  width: 100%;
}

.kitchen-content2 {
  display:flex; 
  flex-wrap:wrap;
  justify-content: space-between;
}
.kitchen-content2 div {
  width: calc(50% - 5px);
  margin-bottom: 20px;
}
.kitchen-content2 img {
  aspect-ratio: 13/10;
  object-fit: cover;
  margin-bottom: 5px;
}

.bathroom {
  margin-top: 30px;
}
.bathroom-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bathroom-pictures1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bathroom202 {
  width: 100%;
  margin-bottom: 20px;
}
.bathroom202 img {
  aspect-ratio: 15/16;
  object-fit: cover;
  margin-bottom: 5px;
}
.bathroom-pictures1>.small_picture{
  display: none;
}

.bathroom-logo {
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}
.bathroom-pictures2 {
  width: 100%;
}
.bathroom-pictures2>.small_picture {
  width: calc(50% - 5px);
  margin-bottom: 20px;
}
.bathroom-pictures2>.small_picture img {
  aspect-ratio: 13/10;
  object-fit: cover;
  margin-bottom: 5px;
}
.bathroom401 {
  width: 100%;
}
.bathroom401 img {
  aspect-ratio: 15/16;
  object-fit: cover;
  margin-bottom: 5px;
}

.lavatory {
  margin-top: 50px;
}
.lavatory-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lavatory-pictures1 {
  width: 100%;
}
.lavatory202 {
  width: 100%;
  margin-bottom: 20px;
}
.lavatory202 img {
  aspect-ratio: 12/16;
  object-fit: cover;
  object-position: 50% 50%;
  margin-bottom: 5px;
}
.mb-4-pc {
  margin-bottom: 0px;
}

.lavatory-pictures1>.small_picture {
  display: none;
}

.lavatory-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.lavatory-logo-top {
  margin-bottom: calc(9vw - 25px);
}
.lavatory-pictures2 {
  width: 100%;
}
.lavatory-pictures2>.small_picture1 {
  width: calc(50% - 5px);
  margin-bottom: 20px;
}
.lavatory-pictures2>.small_picture1>.picture1-1 {
  aspect-ratio: 14/12;
  object-fit: cover;
  margin-bottom: 5px;
}
.lavatory-pictures2>.small_picture1>div>.picture1-2 {
  aspect-ratio: 4.5;
  object-fit: cover;
  object-position: 50% 50%;
  margin-bottom: 5px;
}

.lavatory-pictures2>.small_picture2 {
  width: calc(33% - 6px);
  margin-bottom: 20px;
}
.lavatory-pictures2>.small_picture2 img{
  aspect-ratio: 17/22;
  object-fit: cover;
  object-position: 50% 50%;
  margin-bottom: 5px;
}

.lavatory401 {
  width: 100%;
  margin-bottom: 20px;
}
.lavatory401 img {
  aspect-ratio: 9/10;
  object-fit: cover;
  margin-bottom: 5px;
}

.storage {
  margin-top: 30px;
}
.storage-content {
  display: block;
}

.entrance {
  width: 100%;
  margin-bottom: 20px;
}
.entrance img {
  aspect-ratio: 27/40;
  object-fit: cover;
  margin-bottom: 5px;
}

.other {
  margin-top: 50px;
}
.other-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other-picture1, .other-picture2 {
  width: calc(50% - 5px);
  margin-bottom: 20px;
}
.other-picture1 img, .other-picture2 img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  margin-bottom: 5px;
}
.other-picture3 {
  /* width: calc(20% - 16px); */
  margin-bottom: 20px;
}

.other-logo-sp {
  width: calc(50% - 5px);
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.other-logo-img {
  width: 77%;
  margin: 1vw auto 10px;
}
.other-picture3, .other-picture4, .other-picture5, .other-picture6, .other-picture7, .other-picture8 {
  width: calc(50% - 5px);
  margin-bottom: 20px;
}
.other-picture3 img, .other-picture4 img, .other-picture5 img, .other-picture6 img, .other-picture7 img, .other-picture8 img {
  aspect-ratio: 20/21;
  object-fit: cover;
  object-position: 50% 50%;
  margin-bottom: 5px;
}

.model-text-end {
  text-align: left;
}

