@charset "UTF-8";
/*--------------------------
 MODEL ROOM PROLOGUE
----------------------------*/
.modelroom_prologue {
    position: relative;
    background-image: url(../images/modelroom_head_back.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50% auto;
    margin-top: 0px;
}
.modelroom_prologue_chars {
    padding-top: 60px;
    text-align: center;    
}
.modelroom_prologue_eng {
	font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
}
.modelroom_std_jp {
	font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
}

.modelroom_prologue_shoulder {
	/*font-size: clamp(16px, 2.2vw, 34px);
    line-height: clamp(26px, 3.8vw, 52px);*/
	font-size: 26px;
    line-height: 44px;
    letter-spacing: 0.05em;
}
@media screen and (min-width:768px) and ( max-width:960px) {
.modelroom_prologue_shoulder br {
    
}
}
@media screen and (min-width:960px) {
.modelroom_prologue_shoulder br {
    display: none;    
}
}

.modelroom_prologue_p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.02em;
    padding-top: 30px;
}
/*--------------------------
 LIVING IMG
----------------------------*/
@media screen and (min-width:768px) and ( max-width:1280px) {
.modelroom_living_img_wrapper {
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 60px;
}
}
@media screen and (min-width:1280px) {
.modelroom_living_img_wrapper {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
}
}

.modelroom_living_img {
    margin-top: 60px;
    position: relative;
    height: auto;
}
.modelroom_living_img img {
  width: 100%;
  height: auto;
}
/*--------------------------
 PRIVATE ROOM
----------------------------*/
.privateroom_copy {
    position: relative;
    padding-top: 80px;

}
.privateroom_copy_chars {
    padding-top: 0px;
    padding-bottom: 80px;
    text-align: center;
}

.privateroom_copy_shoulder {
	/*font-size: clamp(16px, 2.2vw, 34px);
    line-height: clamp(26px, 3.8vw, 52px);*/
	font-size: 26px;
    line-height: 44px;
    letter-spacing: 0.1em;
}
.privateroom_copy_shoulder br {
    
}
.privateroom_copy_p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    padding-top: 30px;
}

/*--------------------------
 BED
----------------------------*/
.bedroom_backcolor {
    background-color: #f4f8ef;
	padding-bottom: 30px;
}
@media screen and (min-width:768px) and ( max-width:1120px) {
.bedroom {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0px;
    margin-top: 30px;
}
}
@media screen and (min-width:1120px) {
.bedroom {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
}
}

.bedroom::after {
    content: "";
    display: block;
    clear: both;
}
.bedroom img {
    width: 100%;
    height: auto;
}
.bedroom_chars {
    padding-top: 30px;
    padding-bottom: 30px;
}
.bedroom_jp {
    margin-left: 260px;
    margin-top: -26px;
}
/*--------------------------
 OTHER ROOM
----------------------------*/
.otheroom_eng {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.05em;
   
}
.otheroom_jp {
	font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
}
.otheroom_p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    margin-left: auto;
	 padding-top: 30px;
}
/*--------------------------
 THREE ROOM
----------------------------*/
@media screen and (min-width:768px) and ( max-width:1120px) {
.three_room {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 30px;
}
}
@media screen and (min-width:1120px) {
.three_room {
    margin-top: 50px;
    margin-bottom: 100px;
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
}

.three_room::after {
    content: "";
    display: block;
    clear: both;
}
.three_room_left {
    float: left;
    width: 52%;
}
.three_room_right {
    float: right;
    width: 40%;
}
/*--------------------------
 KIDS ROOM
----------------------------*/
.kidsroom {
    padding-bottom: 30px;
}
.kidsroom img {
    width: 100%;
    height: auto;
}
.kidsroom_chars {
    padding-top: 30px;
    padding-bottom: 70px;
    margin-right: 0%;
}
.kidsroom_jp {
    margin-left: 175px;
    margin-top: -26px;
}
/*--------------------------
 JAPANESE ROOM
----------------------------*/
.jpnroom {
 
}
.jpnroom img {
    width: 100%;
    height: auto;
}
.jpnroom_chars {
	padding-top: 30px;
    padding-bottom: 20px;
	margin-right: 0%;
}
.japanese_jp {
    margin-left: 235px;
    margin-top: -26px;
}
/*--------------------------
 SERVICE ROOM
----------------------------*/
.serviceroom {
    
}
.serviceroom_img {
    
}
.serviceroom img {
    width: 100%;
    height: auto;
}

.service_chars {
	padding-top: 30px;
    padding-bottom: 20px;
	margin-right: 0px;
}
.service_jp {
    margin-left: 210px;
    margin-top: -26px;
}
/*--------------------------
 ROOM IMAGE
----------------------------*/
.room_image {
    margin-top: 80px;   
}
.room_image img {
    width: 100%;
    height: auto; 
}
.room_image::after {
    content: "";
    display: block;
    clear: both;
}
.room_image_left {
    width: 45%;
    float: left;
}
.room_image_right {
    width: 45%;
    float: right;
}

/*--------------------------
 SETSUBI
----------------------------*/
.setsubi_wrapper {
    position: relative;
    background-image: url(../images/modelroom_setsubi_back.jpg);
    background-position: center top;
    padding-top: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #FBFCF5;
}

/*--------------------------
 KITCHEN
----------------------------*/
@media screen and (min-width:768px) and ( max-width:1280px) {
.kitchen_img {
    padding-top: 10px;
}
}
@media screen and (min-width:1280px) {
.kitchen_img {
    position: relative;
    /*width: 1280px;*/
    margin-left: auto;
    margin-right: auto;
}
}

.kitchen_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kitchen_chars {
    text-align: center;

}
.kitchen_eng {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.1em;
    padding-bottom: 0px;
}
.kitchen_jp {
	font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
}
.kitchen_shoulder {
    font-size: 26px;
    line-height: 44px;
    letter-spacing: 0.05em;
    padding-bottom: 40px;
	/*font-size: clamp(16px, 2.2vw, 34px);
    line-height: clamp(26px, 3.8vw, 52px);
    letter-spacing: 0.05em;*/   
}
.kitchen_shoulder br {
    
}
.kitchen_p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.02em;
    margin-left: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 80px;
}

/*--------------------------
 BATH ROOM
----------------------------*/
@media screen and (min-width:768px) and ( max-width:1120px) {
.bathroom_wrapper {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}
}
@media screen and (min-width:1120px) {
.bathroom_wrapper {
    position: relative;
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
}

.bathroom_img {
    position: relative;
}
.bathroom_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bathroom_chars {
    position: relative;
    margin-top: 40px;
}
.bathroom_eng {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.05em;
    padding-bottom: 0px;
}
.bathroom_shoulder {
    font-size: 26px;
    line-height: 44px;
    letter-spacing: 0.05em;
    padding-top: 30px;
}

.bathroom_shoulder br {
    
}
.bathroom_jp {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1em;
    margin-left: 180px;
    margin-top: -25px;
}
.bathroom_p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.02em;
    margin-left: auto;
    padding-top: 20px;

}

/*--------------------------
 POWDER ROOM TOILET
----------------------------*/
@media screen and (min-width:768px) and ( max-width:1000px) {
.powder_toilet {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    padding-bottom: 50px;
}
}
@media screen and (min-width:1000px) {
.powder_toilet {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-bottom: 50px;
    width: 1000px;
}
}

.powder_toilet::after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (min-width:768px) and ( max-width:1000px) {
.powderroom {
    float: left;
    width: 48%;
}
}
@media screen and (min-width:1000px) {
.powderroom {
    float: left;
    width: 42%;
}
}

.powderroom img {
    width: 100%;
    height: auto;
}

@media screen and (min-width:768px) and ( max-width:1000px) {
.toilet {
    float: right;
    width: 48%;
}
}
@media screen and (min-width:1000px) {
.toilet {
    float: right;
    width: 42%;
}
}

.toilet img {
    width: 100%;
    height: auto;
}
.powder_toilet_chars {
    padding-top: 30px;
    padding-bottom: 20px;
}
.toilet_chars {
	padding-top: 30px;
    padding-bottom: 20px;
	margin-right: 10%;
}

.powder_toilet_shoulder {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    padding-top: 20px;
}

.powder_toilet_shoulder br {
    
}
.powder_toilet_jp {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1em;
    
}
.powder_toilet_p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.02em;
}
.powder_jp {
    margin-left: 215px;
    margin-top: -26px;
}
.toilet_jp {
    margin-left: 130px;
    margin-top: -26px;
}


/*--------------------------
 ORDER
----------------------------*/
.order_wrapper {
    background-color: #edebe9;
    padding-bottom: 80px;
    margin-bottom: 30px;
}
.order_head {
    padding-top: 60px;
    position: relative;
}
/*
.order_icon {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.order_icon img {
    width: 100%;
    height: auto;
}
*/
.order_limited_time {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.order_limited_time img {
    width: 100%;
    height: auto;
}
.order_chars {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 60px;
}
.order_eng {
	font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.05em;
    padding-bottom: 5px;
}
.order_jp {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1em;
    
}
.order_shoulder {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.05em;
    padding-top: 40px;
    padding-bottom: 30px;
}
.order_shoulder br {
    display: none;    
}
.order_p {
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0.02em;
    
}
.order_p br {
    
}
.order_p_br_sm {
    display: none;    
}
.order_p_B {
	font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.02em;
}
.order_p_B br {
    display: none;    
}
.order_p_small {
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
}
/*--------------------------
 SEMI ORDER
----------------------------*/
.semiorder_wrapper {
    background-color: #FFFFFF;
	max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.semiorder_title_wrapper {
    background-color: #4e3826;
    padding-top: 20px;
    padding-bottom: 25px;
}
.semiorder_title_free {
    background-color: #A74F3D;
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.5em;
    padding-left: 0.5em;
    margin-left: 20px;
}
.semiorder_eng {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0.05em;
    margin-left: 160px;
    margin-top: -42px;
}
.semiorder_title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: right;
    padding-right: 20px;
	margin-top: -35px;
}

/*--------------------------
 SEMI ORDER BASIC
----------------------------*/
.semiorder_basic_wrapper {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 40px;
}
.semiorder_basic_title_wrapper {
    background-color: #c9c3be;
    padding-top: 10px;
    padding-bottom: 13px;
    border-left: 15px solid #4e3826;
}
.semiorder_basic_eng {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.05em;
    margin-left: 30px;
	color: #4e3826;
}
.semiorder_basic_title {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: right;
    padding-right: 20px;
    margin-top: -30px;
    color: #4C4948;
}
.full_order_back_color {
    background-color: #819EA7!important;
}
/*--------------------------
 SEMI ORDER CHARS
----------------------------*/
.semiorder_chars {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 40px;
    margin-right: 0px;
}
.semiorder_chars_title {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
}
.semiorder_chars_title br {
    display: none;    
}
.semiorder_chars_p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: left;
    padding-right: 20%;
}
.semiorder_chars_p span {
    font-size: 12px;
    display: block;
}
/*--------------------------
 PLAN SELECT
----------------------------*/
.plan_change_point {
    margin-top: 30px;
    margin-left: 40px;
}
.plan_change_point img {
    width: 120px;
    height: auto;
}
.plan_list {
    
}
.plan_list::after {
    content: "";
    display: block;
    clear: both;
}
.plan_list li {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
}
.plan_list li:nth-child(2n) {
    margin-right: 0%;
}
.plan_list li img {
    width: 100%;
    height: auto;
}
.plan_select_type_p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    padding-top: 25px;
}
/*--------------------------
 COLOR SELECT PC
----------------------------*/
.colorselect_list_backcolor {
    background-color: #EFEFEF;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.colorselect_list {
    
}
.colorselect_list::after {
    content: "";
    display: block;
    clear: both;
}
.colorselect_list li {
    width: 23%;
    margin-right: 2.6%;
    float: left;
    margin-bottom: 1%;
    text-align: center;	
}
.colorselect_list li:nth-child(4n) {
    margin-right: 0%;

}
.colorselect_list li img {
    width: 100%;
    height: auto;
}
/*--------------------------
 COLOR SELECT SMART
----------------------------*/
.colorselect_list_smart {
    display: none;       
}

/*--------------------------
 BATHTUB SELECT
----------------------------*/
.bathtubselect_list {
    padding-bottom: 30px;
    margin-left: 1%;
    margin-right: 1%;
}
.bathtubselect_list::after {
    content: "";
    display: block;
    clear: both;
}
.bathtubselect_list li {
    width: 31%;
    margin-right: 3.5%;
    float: left;
    margin-bottom: 3.5%;
}
.bathtubselect_list li:nth-child(3n) {
    margin-right: 0%;
}
.bathtubselect_list li img {
    width: 100%;
    height: auto;
}
.bathtubselect_list li figcaption {
    font-size: 18px;
    line-height: 30px;
    padding-top: 10px;
}
.bathtubselect_list li figcaption br {
    display: none;    
}
/*--------------------------
 FULL ORDER
----------------------------*/
.fullorder_wrapper {
	background-color: #FFFFFF;
	max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;  
}
.fullorder_title_wrapper {
    background-color: #9C928D;
    padding-top: 20px;
    padding-bottom: 25px;
}
.fullorder_title_full {
    background-color: #524641;
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.5em;
    padding-left: 0.5em;
    margin-left: 20px;
}
.fullorder_eng {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0.05em;
    margin-left: 160px;
    margin-top: -42px;
}
.fullorder_title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: right;
    padding-right: 20px;
	margin-top: -35px;
}
/*--------------------------
 FULL ORDER BASIC
----------------------------*/
.fullorder_basic {
    margin-top: 50px;
	margin-left: 5%;
    margin-right: 5%;
}
.fullorder_basic::after {
    content: "";
    display: block;
    clear: both;
}
.fullorder_basic_left {
    float: left;
    width: 56%;
}
.fullorder_basic_right {
    float: right;
	width: 35%;
}
.fullorder_basic_right img {
	width: 100%;
    height: auto;
}

.fullorder_chars_title {
    font-size: clamp(18px, 1.6vw, 28px);
    line-height: clamp(26px, 3.6vw, 42px);
    letter-spacing: 0.05em;
    padding-bottom: 20px;
}
.fullorder_chars_p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: left;
}
.fullorder_chars_p span {
    font-size: 12px;
    line-height: 28px;
    display: block;
}
/*--------------------------
 FULL ORDER 01
----------------------------*/
.fullorder_01 {
    padding-bottom: 50px;
    border-bottom: 1px dotted #8F959C;
}
/*--------------------------
 FULL ORDER 02
----------------------------*/
.fullorder_02 {
    padding-bottom: 50px;
    
}
.fullorder_ecocut {
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
}
@media screen and (min-width:768px) and ( max-width:1000px) {
.fullorder_ecocut_desc br {
   
}
}
@media screen and (min-width:1000px) {
.fullorder_ecocut_desc br {
    display: none;    
}
}
.fullorder_ecocut_desc {
    font-size: 20px;
    line-height: 30px;
    background-color: #9fa0a0;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 20px;
}
/*--------------------------
 FULL ORDER EXAMPLE
----------------------------*/
@media screen and (min-width:768px) and ( max-width:960px) {
.fullorder_example {
    margin-left: 30px;
    margin-right: 30px;
}
}
@media screen and (min-width:960px) {
.fullorder_example {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
}

.fullorder_example::after {
    content: "";
    display: block;
    clear: both;
}
.fullorder_example_title {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
    text-align: center;
}
.fullorder_example_pc {
    padding-bottom: 80px;	
}
.fullorder_example_pc img {
	width: 100%;
    height: auto;
}
.fullorder_example_smart {
    display: none;	
}
.fullorder_example_smart img {
	width: 100%;
    height: auto;
}
/*--------------------------
 ORDER CAUTION
----------------------------*/
@media screen and (min-width:768px) and ( max-width:1120px) {
.order_caution {
    margin-left: 30px;
    margin-right: 30px;
}
}
@media screen and (min-width:1120px) {
.order_caution {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
}

.order_caution p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 30px;
}

/*--------------------------
 PLAN SELECT TAB
----------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 92%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #000000;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content,
#drive:checked ~ #drive_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #000000;
  color: #fff;
}
/*--------------------------
 PLAN SELECT
----------------------------*/
.plan_img_pc {
  
}
.plan_img_pc img {
    width: 100%;
    height: auto;
}
.plan_img_sm {
    display: none;  
}
.plan_img_sm img {
    width: 100%;
    height: auto;
}
