.top_mainimg {
	position: relative;
	margin-top: 54px;
}

.top_mainimg:not(.fadein3_on) {
	min-height: 100vh;
}

.top_main_nav {
	position: absolute;
	top: 303px;
	left: 54px;
	width: 210px;
	padding: 0;
	box-sizing: border-box;
	z-index: 2;
}

.top_main_nav ul {
	list-style: none;
}

.top_main_nav ul li {
	margin-bottom: 12px;
	line-height: 1.9;
}

.top_main_nav a {
	display: block;
	text-decoration: none;
	color: #232323;
	font-size: .14rem;
	white-space: nowrap;
}

.top_main_nav a span {
	display: block;
	font-size: .12rem;
	color: #a09a96;
}

.top_main_nav_showroom a {
	display: inline;
	border-bottom: 1px solid #a09a96;
}

.top_nav_icon {
	margin-top: 30px;
}

.top_nav_icon a {
	display: inline-block;
	width: 25px;
}

.top_nav_icon a:nth-child(1) {
	margin-right: 22px;
}

.top_nav_icon img {
	width: 100%;
}

.nav_dropbtn {
	position: relative;
}

.nav_dropmenu {
    display: none;
    padding: 70px 100px;
    position: absolute;
    top: -284px;
    left: 210px;
}

@media screen and (max-width: 940px){
.nav_dropmenu {
	top: -228px;
}
}



.nav_dropmenu-list{
display:flex;
    justify-content: space-between;
}


.nav_dropmenu.active {
	transform: translatex(0);
	display: block;
	max-width: calc(100vw - 420px);
}

.drop_series {
    margin: 0 0 0 auto;
    padding: 20px 20px 7px;
    border: solid 2px #808080;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 630px;
    position: relative;
    max-width: calc(100vw - 420px);
}

.drop_series::before {
	content: "";
	display: inline-block;
	width: 85px;
	height: 2px;
	background-color: #808080;
	position: absolute;
	top: 43%;
	left: -85px;
}

.drop_series a {
	flex: 0 1 auto;
	/*width:23%;*/
	width: 31%;
}

.drop_series img {
	width: 100%;
}

.drop_series p {
	padding-left: 15px;
	position: relative;
}

.drop_series p::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(<?php echo get_template_directory_uri();
	?>/images/dropmenu_arrow.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 40%;
	left: 0;
}

.top_main_nav span.dropmenu_jp {
	font-size: .1rem;
}

.top_slider {
	display: none;
}

.top_slider.slick-initialized {
	display: block;
}

.top_slide_flex {
	display: flex;
	align-items: flex-start;
}

.top_slide_left {
	flex: 0 1 auto;
	width: 290px;
}

.top_slide_left img {
	margin: 34px auto 0;
	display: block;
	width: 180px;
}

.top_slide_right {
	flex: 0 1 auto;
	width: calc(100% - 290px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.top_slide_right div {
	padding-bottom: 65%;
}

.top_slide a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}

.top_mainimg .slick-dots {
	bottom: 20px;
	margin-left: 180px;
	width: 300px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateX(145px);
}

.top_mainimg .slick-dots li button:before {
	font-size: 60px;
}

.slick-dots li.slick-active button:before {
	color: #FFF;
}

@media screen and (max-width: 899px) {
	.slick-dots li {
		margin: 0;
	}
	.slick-dots li button:before {
		font-size: 15px;
	}
	.slick-dots li.slick-active button:before {
		color: #000;
	}
}

.top_intro {
	margin-top: 58px;
	padding-left: 288px;
	font-size: .16rem;
	line-height: 2.4;
}
.top_kobestyle_bg {
	margin: 0 auto 55px;
	padding: 23px 0 11px 50px;
	width: 875px;
	max-width: 100%;
	/* background-color: #f2f2f2; */
	box-sizing: border-box;
	border: 1px solid #cccccc;
}

.top_kobestyle {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top_kobestyle p {
	flex: 0 1 auto;
	width: calc(100% - 214px);
	font-size: .12rem;
}

.top_kobestyle span {
	display: block;
	font-size: .14rem;
}

.top_kobestyle a {
	text-decoration: none;
	color: #0098aa;
	font-size: .13rem;
	letter-spacing: .02rem;
}

.top_kobestyle img {
	flex: 0 1 auto;
	width: 136px;
}

.top_contents_h2 {
	color: #808080;
	font-size: .32rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	letter-spacing: .02rem;
	position: relative;
}

.top_contents_h2::after {
    margin-right: -100%;
    padding-right: 100%;
    content: "";
    display: inline-block;
    width: calc(100% - 135px);
    height: 3px;
    background-color: #808080;
    position: absolute;
    bottom: 23px;
    right: 0;
}

.top_topics {
	margin-top: 50px;
}

.top_topics .topics_list {
	margin: 45px auto 24px;
}

.post_list_wrap {
	margin-top: 30px;
}

.topics_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style: none;
}

.topics_list li {
	flex: 0 1 auto;
	width: 31%;
}

.topics_list a {
	text-decoration: none;
	color: #232323;
}

.topics_img {
	padding-bottom: 72%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.topics_text {
	padding: 5px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topics_text p {
	flex: 0 1 auto;
	width: 86%;
	font-size: .14rem;
	letter-spacing: .01rem;
	margin-top: 8px;
}

.topics_text time {
	margin-bottom: 3px;
	display: block;
	color: #808080;
	line-height: 1;
}

.topics_text img {
	margin-top: 10px;
	flex: 0 1 auto;
	width: 7%;
}

.viewmore_btn {
	margin: 0 0 0 auto;
	display: block;
	width: 156px;
}

.viewmore_btn img {
	width: 100%;
}

.top_concept_h2_jp {
	margin-left: -100%;
	padding: 24px 58px 3px 100%;
	display: inline-block;
	color: #fff;
	font-size: .24rem;
	letter-spacing: .02rem;
	background-color: #a09a96;
}

.top_concept_h2_eng {
	margin-left: 50px;
	display: inline-block;
	color: #a09a96;
	font-size: .24rem;
	font-weight: 300;
	letter-spacing: .04rem;
	font-family: 'Poppins', sans-serif;
	vertical-align: baseline;
	transform: translateY(-1px);
}

.top_style .top_contept_text {
	margin-top: 79px;
}

.top_concept_h3 {
	font-size: .21rem;
	letter-spacing: .02rem;
	position: relative;
	line-height: 1;
	vertical-align: middle;
}

.top_concept_h3::before,
.top_melamine h3::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #e6e6e6;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	z-index: -1;
	margin: auto;
}

.top_contept_text p {
	margin: 49px 0 0 auto;
	width: 86%;
	text-align: start;
}

.top_contept_text p small {
	margin-left: 40px;
	display: inline-block;
	font-size: .12rem;
}

.top_style {
	margin-top: 89px;
}


/*スタイルを自由に*/

.top_kitchen_style_sp {
	display: none;
}

.top_kitchen_style {
	margin: 35px auto 92px;
}

.style_container1,
.style_container2 {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.style_container1 {
	width: 85%;
}

.style_container2 {
	margin-top: 25px;
	width: 100%;
}

.style_container1>*,
.style_container2>* {
	flex: 0 1 auto;
}

.style_kitchen_img_wrap {
	width: 23%;
	position: relative;
}

.style_color_wrap {
	padding-bottom: 19%;
	width: 9%;
	position: relative;
}

.style_kitchen_empty_wrap {
	width: 23%;
	position: relative;
}

.style_kitchen_empty_wrap2 {
	width: 19%;
	position: relative;
}

.style_kitchen_empty {
	width: 100%;
	padding-bottom: 83%;
}

.style_kitchen_empty2 {
	width: 100%;
	padding-bottom: 100%;
}

.style_color_wrap2 {
	padding-bottom: 9%;
	width: 7.6%;
	position: relative;
}

.style_color_wrap3 {
	margin-right: 30px;
	padding-bottom: 9%;
	width: 7.6%;
	position: relative;
}

.style_color_wrap4 {
	margin-right: 20px;
	padding-bottom: 16%;
	width: 7.6%;
	position: relative;
}

.style_kitchen_img_wrap2 {
	width: 19.4%;
	position: relative;
}

.style_kitchen_img {
	width: 100%;
}

.style_kitchen_img_wrap .style_color_img,
.style_kitchen_empty_wrap .style_color_img {
	width: 39%;
}

.style_kitchen_img_wrap2 .style_color_img {
	width: 39.5%;
}

.style_kitchen_empty_wrap2 .style_color_img {
	width: 47.2%;
}

.style_color1 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.style_color2 {
	position: absolute;
	top: 0;
	right: 0;
}

.style_color3 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.style_color4 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.style_color5 {
	position: absolute;
	top: 0;
	right: 0;
}

.style_color6 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.style_color7 {
	position: absolute;
	top: 0;
	left: 0;
}

.style_color8 {
	position: absolute;
	top: 0;
	right: 0;
}

.style_color9 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.style_color10 {
	position: absolute;
	top: 0;
	right: 0;
}

.style_color11 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.style_color12 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.style_color13 {
	position: absolute;
	top: 0;
	left: 0;
}

.style_color14 {
	position: absolute;
	top: 0;
	right: 0;
}

.style_color15 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.style_color16 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.style_color17 {
	position: absolute;
	top: 0;
	left: 0;
}

.style_color18 {
	position: absolute;
	top: 0;
	right: 0;
}

.style_color19 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.style_color20 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.style_color21 {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.style_color22 {
	position: absolute;
	top: 0;
	left: 0;
}

.style_color23 {
	position: absolute;
	top: 0;
	right: 0;
}

.style_color24 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.style_color25 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.top_kitchen_style {
	width: 100%;
}

.top_kitchen_style_sp .style_out,
.top_kitchen_style .style_out {
	opacity: 0;
	animation-name: styleOut;
	animation-duration: 2.5s;
}

@keyframes styleOut {
	0% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.top_kitchen_style_sp .style_in,
.top_kitchen_style .style_in {
	animation-name: styleIn;
	animation-duration: 2.5s;
}

@keyframes styleIn {
	0% {
		opacity: 0;
	}
	70% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/*スタイルを自由にここまで*/

.top_movie {
	text-align: center;
}

.top_movie video {
	max-width: 814px;
	width: 100%;
	height: 458px;
}

.top_movie_link {
	margin: 36px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 730px;
}

.top_movie_link a {
	padding: 6px 3px 7px;
	box-sizing: border-box;
	border: solid 1px #797069;
	flex: 0 1 auto;
	width: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #797069;
	text-decoration: none;
	text-align: center;
	box-shadow: 3px 3px 0 #e6e6e6;
}

.top_movie_link a span {
	margin-right: 5px;
	flex: 0 1 auto;
}

.top_simu {
	margin: 70px auto 0;
	display: block;
	text-align: center;
}

.top_simu img {
	max-width: 874px;
	width: 100%;
}

.top_simu.sp_only {
	display: none;
}

.top_works {
	margin-top: 85px;
}

.top_works_list {
	margin: 35px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	list-style: none;
}

.top_works_list div.one {
	flex: 0 1 auto;
	width: 29%;
}

.top_works_list a {
	text-decoration: none;
	color: #232323;
}

.top_works_img {
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.top_works_text {
	padding: 10px 0;
	font-size: .12rem;
}

.top_works_text span {
	display: block;
}

.top_functional {
	margin-top: 96px;
}

.top_functional .top_concept_h2_jp {
	padding-right: 59px;
}

.top_functional .top_contept_text {
	margin-top: 85px;
}

.top_functional .top_contept_text p {
    margin: 31px 0 0 auto;
}

.top_style .top_contept_text p {
    margin: 31px 0 0 auto;
}



.top_functional_img {
	margin-top: 67px;
	width: 75%;
	display: flex;
	flex-wrap: wrap;
}

.top_functional_img img {
	flex: 0 1 auto;
	width: calc(100%/3);
}

.top_melamine {
	margin: -253px 8% 0 auto;
	width: 53%;
}

.top_melamine h3 {
	margin-bottom: 29px;
	font-size: .21rem;
	position: relative;
}

.top_melamine_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top_melamine_flex p {
	flex: 0 1 auto;
	width: 54%;
}

.top_melamine_flex>div {
	margin-top: 10px;
	flex: 0 1 auto;
	width: 40%;
}

.top_melamine_flex img {
	width: 100%;
}

.top_melamine a {
	margin: 63px auto 0 -22px;
	padding: 6px 0 7px;
	border: solid 1px #797069;
	display: inline-block;
	width: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #797069;
	text-decoration: none;
	box-shadow: 3px 3px 0 #e6e6e6;
}

.top_works_link {
	margin: 55px auto 0px;
	padding: 6px 0 7px;
	border: solid 1px #797069;
	display: inline-block;
	width: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #797069;
	text-decoration: none;
	box-shadow: 3px 3px 0 #e6e6e6;
}

.top_melamine a span {
	margin-right: 5px;
}

.top_series {
	margin-top: 64px;
}

.top_series .top_contept_text {
	margin-top: 85px;
}

.top_series_list {
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}

.top_series_list > a {
    margin-bottom: 23px;
    flex: 0 1 auto;
    width: 450px;
    max-width: 100%;
    text-decoration: none;
    color: unset;
    transition: all 0.3s ease-in;
}
.top_series_list > a:hover {
    opacity: 0.85 !important;
}

.top_series_list_logo {
	position: absolute;
	top: -8px;
	left: -30px;
	width: 64px !important;
	margin: 0 !important;
}

.top_series_list h4 {
	margin-bottom: -1px;
	font-size: .27rem;
	letter-spacing: .02rem;
}

.top_series_list h4 span {
	font-size: .14rem;
	letter-spacing: .01rem;
	margin-left: 20px;
}

.top_series_list > a:not(.top_series_list_kitchen) span {
	margin: -10px 0 7px 0;
	display: block;
}

.top_series_list > a:not(.top_series_list_kitchen) img {
	margin: 14px 0 0;
	width: 100%;
}

.top_series_list p {
	font-size: .18rem;
	white-space: nowrap;
}

.top_series_list > a>img {
	margin: 14px auto 20px;
	width: 330px;
}

.top_series_list .top_series_list_kitchen {
	width: 100%;
}

.top_series_list .top_series_list_kitchen>img {
	width: 100%;
}

.top_series_vanity {
    margin-top: 26px;
}



.top_series_table img {
	width: 100%;
}

.top_series>p {}

.top_series>a {
	margin: 30px auto 0;
	padding: 6px 0 7px;
	border: solid 1px #7d7470;
	display: inline-block;
	width: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #7d7470;
	text-decoration: none;
	box-shadow: 3px 3px 0 #e6e6e6;
}

.top_series>a span {
	margin-right: 5px;
	flex: 0 1 auto;
}

.top_series_size-table {
	max-width: 874px;
	margin: 52px auto 0;
}

.top_showroom {
	margin-top: 74px;
}

.top_showroom .top_contents_h2::after {
	width: calc(100% - 220px);
}

.top_showroom_intro {
	margin: 28px 0 0 auto;
	width: 87%;
}

.top_showroom_intro span {
	display: block;
	font-size: .14rem;
	letter-spacing: .01rem;
}

.top_showroom_list {
	margin: 23px 0 46px;
	display: flex;
	justify-content: space-between;
}

.top_kobe,
.top_tokyo {
	flex: 0 1 auto;
	width: calc(50% - 3px);
}

.top_showroom_img {
	width: 100%;
}

.top_kobe .top_showroom_text {
	padding-left: calc((100vw - 875px)/2);
}

.top_tokyo .top_showroom_text {
	padding-right: calc((100vw - 875px)/2);
}

.top_showroom_text {
	margin-top: 35px;
	text-align: justify;
	line-height: .25rem;
}

.top_showroom_text h3 {
	margin-bottom: 10px;
	display: block;
	font-size: .21rem;
}

.top_showroom_text p {
	line-height: 1.6;
	text-align: start;
}

.top_kobe .top_showroom_text p a {
	display: inline-block;
	color: #232323;
	text-decoration: none;
	font-size: .21rem;
}

.top_tokyo .top_showroom_text p a {
	display: inline-block;
	color: #0098aa;
}

.top_tokyo .top_showroom_text {
	padding-left: 66px;
	margin-right: -65px;
}

.top_showroom .viewmore_btn {
	margin-top: 22px;
	margin-right: 20px;
}


/*下層ページ*/

.sub_head {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 480px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 90px;
}

.sub_head h2 {
    flex: 0 1 auto;
    width: fit-content;
    font-size: .23rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 56px;
}

.sub_head h2 span {
	display: block;
	font-size: .39rem;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	line-height: 1;
}

.table_text,
.cupboard_text {
	padding: 55px 0 55px;
}

.table_text h3,
.cupboard_text h3 {
	margin-bottom: 40px;
	font-size: .24rem;
	font-weight: 500;
}

.table_text p,
.cupboard_text p {
	padding-left: 60px;
	font-weight: 500;
	line-height: .3rem;
}

.cupboard_text p {
	letter-spacing: -.008rem;
}

.table_pic_wrap {
	margin-right: calc(50% - 50vw);
	display: flex;
	justify-content: space-between;
}

.table_pic_left {
	flex: 0 1 auto;
	width: 54.4%;
}

.table_pic_left img {
	width: 100%;
	vertical-align: middle;
}

.table_pic_right {
	flex: 0 1 auto;
	width: 44%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.table_pic_right>img {
	flex: 0 1 auto;
	width: 100%;
}

.table_pic_bottom {
	flex: 0 1 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.table_pic_bottom img:nth-child(1) {
	flex: 0 1 auto;
	width: 46%;
}

.table_pic_bottom img:nth-child(2) {
	flex: 0 1 auto;
	width: 50%;
}

.table_size_wrap {
	padding: 80px 0 50px;
}

.table_size_wrap img {
	margin-left: 25px;
	width: 100%;
}


/*固定ページ*/

.page_intro {
	margin: 90px auto 0;
	max-width: 1000px;
}

.page_intro h2 {
	margin-bottom: 40px;
	font-size: .24rem;
	font-weight: 500;
	position: relative;
}

.page_intro h2::before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #e6e6e6;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	z-index: -1;
	margin: auto;
}

.page_intro p {
	margin: 0 auto 55px;
	max-width: 875px;
	font-weight: 400;
	line-height: .3rem;
	font-size: .16rem;
}


/*カップボード*/

.cupboard_pic_wrap {
	margin-left: calc(50% - 50vw);
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.cupboard_pic_left {
	flex: 0 1 auto;
	width: 55.7%;
}

.cupboard_pic_left img {
	width: 100%;
	vertical-align: middle;
}

.cupboard_pic_right {
	flex: 0 1 auto;
	width: 42.7%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.cupboard_pic_right>img {
	flex: 0 1 auto;
	width: 100%;
}

.cupboard_pic_top {
	flex: 0 1 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.cupboard_pic_top img {
	flex: 0 1 auto;
	width: 48%;
}

.cupboard_h3 {
	margin-top: 90px;
	color: #808080;
	font-size: .32rem;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	letter-spacing: .02rem;
	position: relative;
}

.cupboard_h3::after {
	margin-right: -100%;
	padding-right: 100%;
	content: "";
	display: inline-block;
	width: calc(100% - 320px);
	height: 3px;
	background-color: #808080;
	position: absolute;
	bottom: 10px;
	right: 0;
}

.cupboard_size_wrap {
	padding: 70px 0 50px;
	display: flex;
	justify-content: space-between;
}

.cupboard_size_wrap h4 {
	margin-bottom: 20px;
	padding-left: 20px;
	padding-bottom: 7px;
	border-bottom: solid 2px #998675;
	font-size: .18rem;
	color: #797069;
}

.cupboard_size_wrap h5 {
	font-size: .16rem;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.6;
}

.cupboard_size_wrap p {
	padding: 0 20px 20px 40px;
	font-size: .15rem;
	color: #797069;
	margin-top: 10px;
	line-height: .25rem;
	letter-spacing: -0.01em;
}

.cupboard_size_wrap p.wallcabinet_size1 {
	padding-bottom: 0px;
	margin: 17px 0 -6px;
}

.cupboard_size_wrap p.cupboard_size_base,
.cupboard_size_wrap p.cupboard_size_tall {
	line-height: 2;
}

.cupboard_size_left {
	flex: 0 1 auto;
	width: 67%;
}

.cupboard_size_wall {
	display: flex;
	justify-content: space-between;
}

.cupboard_size_wall>div {
	flex: 0 1 auto;
	width: 49%;
}

.cupboard_size_wall img {
	margin: 0 auto;
	display: block;
	width: 130px;
}

.cupboard_size_wall>div p {
	padding-bottom: 0;
}

.cupboard_size_wall>div:nth-child(2) p {
	padding-left: 20px;
}

.cupboard_size_wall span {
	text-align: center;
	display: block;
	font-size: .12rem;
}

.cupboard_size_base {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cupboard_size_base>div {
	margin-bottom: 20px;
	flex: 0 1 auto;
	width: 49%;
}

.cupboard_size_base img {
	margin: 0 auto;
	display: block;
	width: 235px;
}

.cupboard_size_right {
	flex: 0 1 auto;
	width: 31%;
}

.cupboard_size_right img {
	margin: 70px auto 10px;
	display: block;
	width: 134px;
}

.cupboard_size_right small {
	margin: 10px auto 0;
	text-indent: -.1rem;
	display: block;
	width: 65%;
	font-size: .12rem;
	letter-spacing: 0;
}

.cupboard_size_right p {
	margin-top: 65px;
}

.cupboard_pic_wrap2 {
	margin-bottom: 100px;
	margin-right: calc(50% - 50vw);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cupboard_pic_wrap2 img {
	flex: 0 1 auto;
	width: 32.3%;
}


/**/


/*カタログページ*/

.catalog_main .center1000 {
	text-align: center;
}

.catalog_main .sub_head {
	margin-bottom: 100px;
}

.catalog_price_revision {
	display: inline-block;
	border-top: 1px solid #fe6f6f;
	border-bottom: 1px solid #fe6f6f;
	color: #fe6f6f;
	padding: 15px 24px;
	margin: -80px 0 21px;
}


/*よくある質問ページ*/

.faq_main {
	background-color: #f2f2f2;
	padding-bottom: 45px;
}

.faq_main h3 {
	margin: 40px auto 0;
	max-width: 900px;
}

.q,
.a {
	margin: 0 auto;
	max-width: 900px;
	background-color: #fff;
}

.q,
.a div {
	padding: 25px 22px 25px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.q {
	margin-top: 30px;
	cursor: pointer;
}

.a {
	display: none;
}

.q p {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 77%;
}

.a p {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 83%;
	padding-right: 19px;
}

.q>span,
.a span {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 10%;
	text-align: center;
}


/*プラスアイコン*/

.plus {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	top: 0;
	right: 0;
	width: 28px;
	height: 28px;
	cursor: pointer;
	z-index: 13;
}

.faq_caution {
	font-size: .15rem;
	text-indent: -15px;
	padding-left: 0.15rem;
	display: block;
}

.plus span {
	display: block;
	position: absolute;
	top: 50%;
	width: 23px;
	border-bottom: solid 3px #232323;
	-webkit-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

.plus span:nth-child(1) {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}


/* プラスアイコンを回転 */

.plus.active span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: solid 3px #232323;
}

.plus.active span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: solid 3px #232323;
}


/*会社概要*/


/*会社概要*/

.company_main h3 {
	margin: 50px 0 30px;
	font-size: .23rem;
	text-align: center;
}

.company_table {
	margin: 50px auto 50px;
	width: 700px;
	line-height: .3rem;
}

.company_table tr {
	border-bottom: 1px solid #797069;
	;
}

.company_table tr:last-child {
	border-bottom: none;
}

.company_table th {
	padding: 15px;
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #797069;
}

.company_table td {
	padding: 15px;
	width: 75%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/*個人情報保護*/

.privacy_main h3 {
	margin: 20px auto 0px;
	padding-bottom: 8px;
	display: inline-block;
	/* color: #998675; */
	position: relative;
	font-size: .22rem;
	letter-spacing: .03rem;
	/* font-family: 'Poppins', sans-serif; */
	/* font-weight: 300; */
}

.privacy_main .first h3 {
	margin-top: 50px;
}


/*
.privacy_main h3::after {
    content: "";
    width: 106%;
	max-width:290px;
    height: 5px;
    background-color: #998675;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50% , 0);
        -ms-transform: translate(-50% , 0);
            transform: translate(-50% , 0);
}
*/

.privacy_main h4 {
	margin: 30px auto 7px;
	font-size: .19rem;
	text-align: center;
	font-weight: normal;
}

.privacy_main p {
	margin: 10px auto 30px;
	width: 650px;
	line-height: .28rem;
}

.privacy_main .center1000 {
	text-align: center;
	border: 1px solid #232323;
	max-width: 760px;
	margin-bottom: 30px;
	padding: 6px 20px;
	box-sizing: border-box;
}


/*取扱店*/

.main_dealer h3 {
	margin: 20px auto;
	max-width: 1000px;
	width: calc(100% - 50px);
}

.dealer-menu {
	position: relative;
	margin-bottom: 40px;
}

.dealer-nav {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	font-size: .17rem;
	justify-content: center;
	list-style: none;
}

.dealer-nav li {
	border: 1px solid #232323;
	line-height: 1;
	margin: 10px;
	min-width: 130px;
	text-align: center;
}

.dealer-nav li a {
	width: 100%;
	height: 100%;
	padding: 12px 0 10px;
	display: block;
	transition: 0.3s;
	font-size: 13px;
	color: #232323;
	text-decoration: none;
	box-sizing: border-box;
}

.dealer-nav li a:hover .triangle {
	border-top: 7px solid #FFF;
}

.dealer-nav li a:hover .out_link:after {
	color: #FFF;
}

.dealer-nav li a:hover {
	background: #232323;
	color: #FFF;
	opacity: 1;
}

.dealer-attention {
	text-align: center;
	margin: 50px 0 5px;
	color: #523d37;
}

.triangle {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid black;
	text-align: center;
	margin: 10px auto 0;
	transition: 0.3s;
}

.company_box {
	position: relative;
}

.company_box_area {
	background: #7bc4cb;
	color: #FFF;
	padding: 3px 5px 4px;
	box-sizing: border-box;
	font-size: 12px;
}

.shopinfo .company_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto 70px;
}

.shopinfo .company_box div:first-child {
	width: 52%;
}

.shopinfo h3 {
	margin: 60px auto 45px;
	padding-bottom: 12px;
	font-size: 24px;
	max-width: 1300px;
	border-bottom: 2px solid #523d37;
	color: #523d37;
}

.shopinfo h3.tenji_toriatsukai {
	margin: 100px auto 45px;
}

.shopinfo h4 {
	font-size: 21px;
	max-width: 1230px;
	margin: 9px auto 20px;
}


/*
.shopinfo h5 {
    font-size: 21px;
    margin: 0 auto 20px;
}
*/

.shopinfo table {
	font-size: 15px;
	height: 40px;
	width: 100%;
	border-spacing: 0px;
}

.shopinfo table th {
	text-align: center;
	padding: 8px;
	font-weight: normal;
	width: 100px;
}

.shopinfo table td {
	padding: 9px 20px 9px 10px;
	line-height: 1.6;
}

.shopinfo table a {
	text-decoration: none;
	color: #232323;
}

.shopinfo table tr {
	background-color: #FFF;
}

.shopinfo table tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.shopinfo iframe {
	margin-bottom: 25px;
	width: 100%;
}

.shopinfo .google_map {
	width: 45%;
}

.company_box_kawahara p {
	padding-left: 18px;
	text-indent: -18px;
	margin-top: 7px;
	color: #dc0009;
}

.company_box_kawahara a {
	color: #523d37;
	font-weight: bold;
	margin-top: 8px;
	display: block;
}


/*TOPICS*/

.archive_intro {
	padding: 55px 0;
}

.archive_intro h3 {
	font-size: .28rem;
	font-weight: 500;
	text-align: center;
	font-family: 'Hiragino Kaku Gothic Std', 'Hiragino Kaku Gothic StdN', san-serif;
}

.topics_main .topics_list li {
	margin-bottom: 30px;
}

.topics_main .sub_head {
	background-position: bottom center;
}

.under_pagination {
	text-align: center;
}

.under_pagination .wp-pagenavi {
	margin: 50px 0 30px;
	display: inline-block;
}

.wp-pagenavi a,
.wp-pagenavi span {
	min-width: 38px;
}

body .wp-pagenavi a,
body .wp-pagenavi span {
	display: block;
	float: left;
	margin: 2px 5px 2px 0;
	padding: 7px 2px 10px;
	text-decoration: none;
	width: auto;
	font-weight: 500;
	color: #232323;
	background: transparent;
	border: #232323 1px solid;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
	color: #ffffff;
	background: #232323;
	border: #232323 1px solid;
}

body .wp-pagenavi a,
body .wp-pagenavi span {
	display: block;
	float: left;
	margin: 2px 5px 2px 0;
	padding: 7px 2px 10px;
	text-decoration: none;
	width: auto;
	font-weight: 500;
	color: #232323;
	background: transparent;
	border: #232323 1px solid;
}


/*TOPICS single*/

.info-cms_main_container {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 60px auto;
}

.info-cms_main {
	width: calc(100% - 320px);
	background: #FFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.info-cms_title {
	margin: 0px 0px 30px;
	padding-bottom: 14px;
	font-size: .29rem;
	border-bottom: 2px solid #232323;
	font-size: .23rem;
	line-height: .38rem;
	letter-spacing: .02rem;
	text-align: justify;
}

.info-cms_title time {
	display: block;
	font-size: .14rem;
	line-height: 1.4;
	margin-bottom: 6px;
}

.info_main_content {
	font-size: .15rem;
}

.info_main_content p {
	margin-bottom: 20px;
}

.info_main_content img {
	margin-bottom: 20px;
	width: 100%;
}

.info-cms_side {
	width: 260px;
	margin-top: 0px;
}

.info-cms_side_block {
	margin-bottom: 40px;
}

.side_archive_title {
	font-size: .2rem;
	line-height: 1;
	background: #a09a96;
	color: #FFF;
	padding: 10px;
	margin-bottom: 18px;
}

.info-cms_side ul {
	list-style: none;
}

.side_archive_item,
.cat-item {
	font-size: .14rem;
	line-height: 1.7;
	margin: 7px 0 19px;
}

.info-cms_side a {
	color: #232323;
	text-decoration: none;
}

.info-cms_backlink {
	text-align: center;
}

.info-cms_backlink a {
	padding: 0 0 40px;
	width: 162px;
	display: inline-block;
	text-decoration: none;
}


/*WORKS*/

.works_box_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 50px auto;
	max-width: 1000px;
}

.works_box_wrap::after {
	content: "";
	display: block;
	width: calc((100% - 100px) / 3);
}

.works_box_wrap>a {
	margin-bottom: 23px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: calc((100% - 100px) / 3);
	text-decoration: none;
	color: #232323;
}

.works_box {
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff;
	text-decoration: none;
}

.works_box_number {
	padding: 1px 8px;
	display: inline-block;
	background-color: #a09a96;
	color: #fff;
	position: absolute;
	z-index: 1;
	font-size: .11rem;
}

.works_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
}


/*
.works_text:hover{
    opacity: 1;
}
*/

.works_text span {
	position: absolute;
	bottom: 3%;
	right: 3%;
}

.works_text span img {
	width: 157px;
}

.works_text_new {
	padding: 7px 0 17px;
	display: block;
	text-decoration: none;
	color: #232323;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.6;
}

.works_text_new h3 {
	padding: 0;
	font-size: .12rem;
	font-weight: normal;
}

.works_text_new p {
	margin-bottom: 5px;
	font-size: .12rem;
	font-weight: normal;
}

.works_main .works_text_new h3,
.works_main .works_text_new p {
	font-size: .13rem;
	margin-bottom: 0;
}

.works_main .works_text_new p span {
	display: block;
	line-height: 1.8;
}

.works_main .sub_head {
	background-position: bottom center;
}


/*WORKS single*/


/*事例個別ページ*/

.works_details_main .heading {
	height: 280px;
}

.works_details_main .sub_head {
	margin-bottom: 14px;
}

.works_details_main .page_intro {
	margin: 40px auto 0;
}

.works_main .center1000 {
	margin: 0 auto;
	padding: 15px 0 10px;
	max-width: 1166px;
}

.works_details_main h3 {
	margin: 38px auto 70px;
	font-size: .23rem;
	text-align: center;
	letter-spacing: .02rem;
}

@media(min-width: 899px) {
	.works_details_main h3 br {
		display: none;
	}
}

.works_name span {
	margin-right: 8px;
	padding: 0 8px;
	border: solid 1px #c7b299;
	font-size: .13rem;
}

.works_name p {
	display: inline-block;
	font-size: .14rem;
	letter-spacing: .02rem;
}

.main_gallery {
	width: 100%;
	text-align: center;
	max-width: 650px;
	margin: 0 auto 70px;
}

.main_gallery img {
	width: 100%;
}

.works_name {
	margin-left: -15px;
}

.works_outline {}

.works_outline h4 {
	color: #808080;
	font-size: .32rem;
	font-family: 'Poppins', sans-serif;
	letter-spacing: .02rem;
	position: relative;
}

.works_outline h4::after {
	margin-right: -100%;
	padding-right: 100%;
	content: "";
	display: inline-block;
	width: calc(100% - 135px);
	height: 3px;
	background-color: #808080;
	position: absolute;
	bottom: 10px;
	right: 0;
}

.works_outline>div {
	margin-top: 8px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	line-height: .28rem;
	margin: 30px auto 0;
	padding-left: 10%;
	max-width: 875px;
	box-sizing: border-box;
}

.sub_gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sub_gallery a {
	margin-bottom: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 48%;
	height: 372px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f2f2f2;
}

.gallery a img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.works_other {
	background: #f2f2f2;
	margin: 70px 0 20px;
}

.works_other .center1000 {
	padding: 5px 15px;
	max-height: 158px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.prev_works,
.all_works,
.next_works {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.prev_works,
.next_works {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.prev_works img,
.next_works img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 50.2%;
	height: auto;
}

.prev_works {
	margin-right: auto;
}

.next_works {
	margin-left: auto;
}

.all_works {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.all_works img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 48%;
}

.works_other a div {
	padding-bottom: 43.7%;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 43.7%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


/*simple-lightbox*/

.sl-wrapper .sl-counter,
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button.sl-prev,
.sl-wrapper .sl-navigation button.sl-next {
	font-size: .25rem;
}


/*見積もりページ*/

.estimate_index_h3 {
	color: #808080;
	font-size: .24rem;
	padding-bottom: 10px;
	margin: 70px auto 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	letter-spacing: .02rem;
	position: relative;
	width: 1000px;
}

.estimate_index_link_outer {
	background: #f2f2f2;
	padding: 45px 0 50px;
	margin-bottom: 180px;
}


.estimate_select--img {
    width: 1040px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto 43px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	box-sizing: border-box;
}

.estimate_select--img > div{
	width: 30.5%;
}
.estimate_select--img img{
	width:100%;
}

/*.estimate-kitchen {
	width: 307px;
}

.estimate-cupboard {
    width: 310px;
}

.estimate-table {
	width: 179px;
}*/

.estimate_index_link {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto 0;
	flex-wrap: wrap;
}

.estimate_index_link a {
	margin: 0px 0 32px;
	padding: 6px 0 7px;
	border: solid 1px #797069;
	display: inline-block;
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #797069;
	background: #FFF;
	text-decoration: none;
	box-shadow: 3px 3px 0 #e6e6e6;
	/* flex-wrap: wrap; */
}

.estimate_index_link a:nth-child(4),
.estimate_index_link a:nth-child(5),
.estimate_index_link a:nth-child(6) {
	margin-bottom: 0;
}


/*ショールームページ*/


/*神戸*/

.kobe_intro {
	padding: 55px 0;
}

.kobe_intro h3 {
	margin-bottom: 40px;
	font-size: .28rem;
	font-weight: 500;
	text-align: center;
	font-family: 'Hiragino Kaku Gothic Std', 'Hiragino Kaku Gothic StdN', san-serif;
}

.kobe_intro p {
	text-align: center;
	font-weight: 400;
	line-height: .3rem;
}

.kobe_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1000px;
}

.kobe_img img {
	margin-bottom: 5px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: calc((100% - 5px)/2);
}

.kobe_details {
	margin: 55px auto;
	max-width: 862px;
	font-size: .14rem;
}

.kobe_details th {
	padding: 10px 0;
	width: 8%;
	color: #808080;
	white-space: nowrap;
}

.kobe_details td {
	padding-left: 40px;
	text-align: start;
}

.kobe_details span {
	margin: 12px 0 0 17px;
	display: inline-block;
	line-height: .26rem;
	text-indent: -.16rem;
}

.kobe_details span:last-child {
	margin-top: 5px;
}

.kobe_details .tel {
	margin-bottom: 5px;
	display: block;
	font-size: .21rem;
	color: #232323;
	text-decoration: none;
}

.kobe_main iframe,
.tokyo_main iframe {
	margin-top: 10px;
	width: 875px;
	height: 454px;
	margin: 0 auto;
	display: block;
}

.kobe_main>a,
.tokyo_main>a {
	margin: 65px auto 10px;
	display: block;
	width: 300px;
	padding: 6px 0 7px;
	background-color: #998675;
	color: #fff;
	text-decoration: none;
	text-align: center;
	box-shadow: 3px 3px 0 #e6e6e6;
}

.kobe_main .page_intro,
.tokyo_main .page_intro {
	position: relative;
}

.kobe_main .page_intro a.showroom_reserve_link,
.tokyo_main .page_intro a.showroom_reserve_link {
	width: 400px;
	max-width: 100%;
	padding: 11px 0 12px;
	margin: 0 auto 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #797069;
	background: #FFF;
	border: solid 1px #797069;
	text-align: center;
	text-decoration: none;
	box-shadow: 3px 3px 0 #e6e6e6;
	line-height: 1.6;
}

a.showroom_reserve_link .tri,
a.showroom_reserve_link .tri {
	width: 0;
	height: 0;
	border-left: 6px solid #797069;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin-right: 7px;
}


/*東京（神戸に上書き）*/


/*
.tokyo_main .kobe_img img:first-child{
    width: 66.5%;
}
.tokyo_main .kobe_img img:last-child{
    width: 33%;
}*/

.tokyo_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	max-width: 1000px;
}

.tokyo_img img {
	margin-bottom: 5px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.tokyo_img1 img:first-child {
	width: 55.4%;
}

.tokyo_img1 img:last-child {
	width: 43.9%;
}

.tokyo_img2 img:first-child {
	width: 66.5%;
}

.tokyo_img2 img:last-child {
	width: 32.9%;
}

.kobe_details a {
	color: #0071bc;
}

.kobe_details .tel {
	display: inline-block;
	color: #232323;
}

@media screen and (max-width: 1160px) {
	.top_works_list {
		margin: 50px auto 0;
	}
}

@media screen and (max-width: 1080px) {
	.shopinfo .company_box {
		width: calc(100% - 60px);
	}
	.kobe_details {
		width: calc(100% - 60px);
	}
}

@media screen and (max-width: 1040px) {
	.top_kobestyle,
	.top_melamine {
		margin-right: 20px;
	}
	.top_tokyo .top_showroom_text {
		margin-right: 0;
		padding-left: 0;
	}
	.kobe_details th {
		width: 10%;
	}
	.kobe_details td {
		margin-bottom: 10px;
		padding-left: 20px;
		display: block;
	}
}

@media screen and (max-width: 940px) {
	.q,
	.a,
	.faq_main h3 {
		width: calc(100% - 60px);
	}
}

@media screen and (max-width: 915px) {
	.top_kobe .top_showroom_text {
		padding-left: 20px;
	}
}


/*スマホ*/

@media screen and (max-width: 899px) {
	.sub_head {
		height: 380px;
		margin-bottom: 0;
	}
	.sub_head h2 {
		font-size: .18rem;
	}
	.sub_head h2 span {
		font-size: .31rem;
	}
	.catalog_main .sub_head {
		margin-bottom: 40px;
	}
	.catalog_price_revision {
		display: block;
		max-width: 450px;
		margin: 0 0 45px;
		padding: 15px 0;
		text-align: center;
	}
	.top_mainimg {
		display: none;
	}
	.top_slide_sp {
		background-size: cover;
		background-position: right bottom;
		background-repeat: no-repeat;
		position: relative;
		height: calc(100vw * 1.25);
		margin-top: 54px;
	}
	.top_slide_sp a {
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
	}
	.top_intro {
		margin: 46px auto 34px;
		padding-left: 0;
		width: calc(100% - 60px);
		line-height: 2;
	}
	.top_kobestyle_bg {
		margin: 20px auto 40px;
		padding: 30px 25px 10px;
		width: calc(100% - 60px);
	}
	.top_kobestyle {
		margin: 0;
		flex-direction: column-reverse;
	}
	.top_kobestyle p {
		width: 100%;
		text-align: center;
	}
	.top_kobestyle p span {
		margin-bottom: 20px;
		text-align: center;
	}
	.top_kobestyle img {
		margin-bottom: 20px;
		width: 50%;
	}
	.top_kobestyle a {
		margin-top: 10px;
		display: inline-block;
		text-align: center;
	}
	.top_contents_h2 {
		padding-bottom: 10px;
		width: 100%;
		text-align: center;
	}
	.top_contents_h2::after,
	.top_showroom .top_contents_h2::after {
		margin: 0;
		padding-right: 0;
		width: 100%;
		bottom: 0;
	}
	.top_concept_h2_jp,
	.top_functional .top_concept_h2_jp {
		padding: 15px 20px 15px 100%;
		font-size: .2rem;
	}
	.top_functional .top_concept_h2_jp,
	.top_concept_h2_jp {
		padding: 15px 100px 15px 100%;
	}
	.top_concept_h2_eng {
		margin-top: 14px;
		margin-left: 0;
		display: block;
		font-size: .23rem;
		letter-spacing: .01rem;
	}
	.top_concept_h3 {
		line-height: 2;
	}
	.top_concept_h3::before,
	.top_melamine h3::before {
		top: -4px;
		bottom: auto;
	}
	.top_contept_text p {
		margin: 10px auto 20px;
		width: 100%;
	}
	.top_contept_text p small {
		margin-left: 0;
	}
	.top_style .top_contept_text {
		margin-top: 30px;
	}
	.top_topics .topics_list {
		margin: 30px auto 0;
		width: 100%;
		flex-direction: column;
	}
	.top_topics .topics_list li {
		width: 70%;
		margin: 0 auto 20px;
	}
	.top_works {
		margin-top: 70px;
	}
	.top_functional {
		margin-top: 90px;
	}
	.top_series {
		margin-top: 46px;
	}
	/*スタイルを自由に*/
	.top_style {
		margin-top: 90px;
	}
	.top_kitchen_style {
		display: none;
	}
	.top_kitchen_style_sp {
		display: block;
	}
	.style_kitchen_flex_sp {
		margin-bottom: 10px;
		display: flex;
		justify-content: space-between;
	}
	.style_kitchen_img_wrap_sp {
		flex: 0 1 auto;
		width: 70%;
	}
	.style_kitchen_img {
		position: relative;
	}
	.style_kitchen_img_img_sp {
		width: 100%;
		vertical-align: bottom;
	}
	.style_kitchen_color1 {
		padding-bottom: 80%;
		flex: 0 1 auto;
		width: 27%;
		position: relative;
	}
	.style_kitchen_color1 .style_color_img_sp {
		width: 100%;
	}
	.style_kitchen_color2 {
		padding-bottom: 40%;
		width: 100%;
		position: relative;
	}
	.style_kitchen_img .style_color_img_sp,
	.style_kitchen_empty .style_color_img_sp,
	.style_kitchen_color2 .style_color_img_sp {
		width: 39%;
	}
	.style_color1_sp {
		position: absolute;
		top: 0;
		left: 0;
	}
	.style_color2_sp {
		position: absolute;
		top: 0;
		right: 0;
	}
	.style_color3_sp {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.style_color4_sp {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.style_color5_sp {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.style_color6_sp {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.style_color7_sp {
		position: absolute;
		top: 0;
		left: 0;
	}
	.style_color9_sp {
		position: absolute;
		top: 0;
		right: 0;
	}
	.style_color8_sp {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.style_color10_sp {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.style_color11_sp {
		position: absolute;
		bottom: 33%;
		right: 0;
	}
	.style_color12_sp {
		position: absolute;
		bottom: 33%;
		right: 0;
	}
	.style_color13_sp {
		position: absolute;
		top: 0;
		left: 0;
	}
	.style_color14_sp {
		position: absolute;
		top: 0;
		right: 0;
	}
	.style_color15_sp {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.style_color16_sp {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.style_color17_sp {
		position: absolute;
		top: 0;
		left: 0;
	}
	.style_color19_sp {
		position: absolute;
		top: 0;
		right: 0;
	}
	.style_color18_sp {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.style_color20_sp {
		position: absolute;
		top: 0;
		right: 0;
	}
	.style_color21_sp {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.style_color25_sp {
		position: absolute;
		bottom: 33%;
		left: 0;
	}
	.style_color23_sp {
		position: absolute;
		top: 0;
		right: 0;
	}
	.style_color22_sp {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.style_color24_sp {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.top_simu.pc_only {
		display: none;
	}
	.top_simu.sp_only {
		background: #4b3f39;
		display: block;
		margin: 40px auto 0;
		padding: 3px 20px 0;
		width: calc(100% - 60px);
		box-sizing: border-box;
	}
	.top_movie {
		width: 100%;
	}
	.top_movie video {
		height: 220%;
	}
	.top_movie_link {
		width: calc(100% - 60px);
		flex-direction: column;
	}
	.top_movie_link a {
		margin-bottom: 15px;
		width: 100%;
	}
	.top_works_list {
		margin: 20px auto;
	}
	.top_works_list div.one {
		margin-bottom: 20px;
		width: 100%;
	}
	.top_works_link {
		width: calc(100% - 60px);
		margin-top: -10px;
		margin-bottom: 60px;
	}
	.top_works_text {
		font-size: .13rem;
		padding: 8px 0 3px;
	}
	.top_functional .top_contept_text {
		margin-top: 30px;
	}
	.top_functional_img {
		margin-top: 30px;
		width: 100%;
	}
	.top_functional_img img {
		width: 50%;
	}
	.top_melamine {
		margin: 20px auto;
		width: 100%;
	}
	.top_melamine h3 {
		margin: 50px auto 20px;
		width: calc(100% - 60px);
	}
	.top_melamine_flex {
		flex-direction: column-reverse;
	}
	.top_melamine_flex>div {
		width: 100%;
	}
	.top_melamine a {
		margin: 20px auto 0;
		width: calc(100% - 60px);
	}
	.top_melamine_flex p {
		margin: 0 auto 20px;
		width: calc(100% - 60px);
	}
	.top_series_list {
		margin-top: 35px;
	}
	.top_series .top_contept_text {
		margin-top: 30px;
	}
	.top_series_list > a {
		width: 100%;
		overflow: visible;
	}
	.top_series_list h4 {
		line-height: 1.3;
		padding-left: 45px;
		font-size: .22rem;
		width: calc(100% + -30px);
	}
	.top_series_cupboard h4,
	.top_series_table h4 {
		padding-left: 0;
		margin-bottom: -8px;
		width: 100%;
	}
	.top_series_list > a:not(.top_series_list_kitchen) span {
		margin: 3px 0 7px 0;
	}
	.top_series_cupboard {
		margin-top: -20px;
	}
	.top_series_table {
		margin-top: -8px;
	}
	.top_series_list .top_series_list_kitchen>img {
		width: calc(100% + 30px);
		margin: 9px auto 30px -15px;
	}
	.top_series_list h4 span {
		margin-top: 3px;
		margin-left: 0;
		display: block;
	}
	.top_series_list p {
		font-size: .16rem;
		white-space: normal;
		letter-spacing: .01rem;
		margin-top: 20px;
		margin-bottom: 12px;
		margin-left: 0px;
		line-height: 1.7;
	}
	.top_series>a {
		width: calc(100% - 60px);
		margin: 0 auto;
	}
	.top_series_list > a:not(.top_series_list_kitchen) img {
		width: calc(100% + 30px);
		margin: 9px auto 20px -15px;
	}
	.top_series_vanity {
		margin-top: 10px;
	}
	.top_series_table {
		overflow: auto;
	}
	.top_series_table img {
		width: 874px;
	}
	.top_showroom {
		margin-top: 60px;
	}
	.top_showroom_intro {
		margin: 30px 0 0;
		width: 100%;
	}
	.top_showroom_list {
		flex-direction: column;
		margin-bottom: 0;
	}
	.top_kobe,
	.top_tokyo {
		width: 100%;
	}
	.top_kobe .top_showroom_text,
	.top_tokyo .top_showroom_text {
		margin: 13px auto 24px;
		padding: 0;
		width: calc(100% - 60px);
	}
	.top_showroom_text h3 {
		margin-bottom: 6px;
		font-size: .18rem;
	}
	.top_showroom .viewmore_btn {
		margin: 20px 0 0 auto;
	}
	.top_showroom_text p {
		font-size: .14rem;
		line-height: 2;
	}
	.page_intro {
		width: calc(100% - 60px);
		margin-top: 33px;
	}
	.appliance_page_intro {
		margin-top: 33px !important;
	}
	.works_details_main .page_intro {
		width: 100%;
		margin-top: 26px;
	}
	.page_intro h2 {
		letter-spacing: 0;
		margin-bottom: 12px;
	}
	.page_intro h2::before {
		top: 1px;
		bottom: auto;
		width: 45px;
		height: 45px;
		left: -14px;
	}
	.cupboard_h3::after {
		margin: 0;
		padding-right: 0;
		width: 100vw;
		bottom: 0;
		right: -25px;
	}
	.table_text p,
	.cupboard_text p {
		padding-left: 0;
	}
	.cupboard_pic_wrap,
	.table_pic_wrap {
		margin-left: 0;
	}
	.cupboard_pic_wrap2 {
		margin-right: 0;
	}
	.cupboard_pic_wrap2 {
		flex-direction: column;
		margin-bottom: 40px;
		margin: 40px -41px;
	}
	.table_pic_wrap,
	.cupboard_pic_wrap {
		flex-direction: column;
	}
	.table_pic_left,
	.cupboard_pic_left {
		margin-bottom: 20px;
		width: 100%;
	}
	.table_pic_container,
	.cupboard_pic_container {
		width: 100%;
	}
	.table_pic_left,
	.cupboard_pic_left,
	.cupboard_pic_top {
		margin-bottom: 12px;
	}
	.cupboard_pic_top img {
		flex: 0 1 auto;
		width: calc(50% - 6px);
	}
	.table_pic_right,
	.cupboard_pic_right {
		width: 100%;
	}
	.table_pic_right>img,
	.cupboard_pic_top {
		margin-bottom: 12px;
	}
	.table_pic_wrap2,
	.cupboard_size_wrap {
		padding: 0;
		flex-direction: column;
	}
	.cupboard_size_wrap h4 {
		margin-top: 30px;
		padding-left: 0;
		line-height: 1.8;
		margin: 30px -10px 13px;
	}
	.cupboard_size_wrap h4 span {
		display: block;
	}
	.cupboard_size_base div:nth-child(3),
	.cupboard_size_base div:nth-child(4) {
		margin-bottom: 0;
	}
	.cupboard_size_wrap p {
		padding: 0;
	}
	.cupboard_size_left,
	.cupboard_size_right {
		width: 100%;
	}
	.cupboard_size_left table {
		font-size: .15rem;
		color: #797069;
		margin-top: 10px;
		line-height: .25rem;
		letter-spacing: -0.01em;
		text-align: left;
	}
	.cupboard_size_left table td,
	.cupboard_size_left table th {
		font-weight: normal;
	}
	.cupboard_size_wrap p.cupboard_size_base {
		white-space: nowrap;
	}
	.cupboard_size_wall img,
	.cupboard_size_base img {
		width: 100%;
	}
	.cupboard_size_right>div {
		display: flex;
		justify-content: space-between;
	}
	.cupboard_size_kaden,
	.cupboard_size_full {
		flex: 0 1 auto;
		width: 49%;
	}
	.cupboard_size_right img {
		margin-top: 0;
	}
	.cupboard_size_right small {
		width: 92%;
	}
	.cupboard_size_right p {
		margin-top: 10px;
	}
	.link_wrap {
		flex-direction: column;
		margin-top: 0;
	}
	.link_wrap a {
		width: 100%;
		line-height: 1.6;
		padding: 9px 0;
	}
	.table_size_wrap img {
		margin-left: 0;
	}
	/*よくある質問スマホ*/
	.q,
	.a,
	.faq_main h3 {
		width: calc(100% - 60px);
	}
	.q p {
		width: 65%;
	}
	.q,
	.a div {
		padding: 16px 20px;
		margin-top: 14px;
	}
	/*会社概要スマホ*/
	.company_table {
		width: calc(100% - 60px);
		line-height: .26rem;
	}
	.company_table th {
		padding: 15px 7px;
	}
	.company_table td {
		padding: 15px 7px;
	}
	/*個人情報保護*/
	.privacy_main p {
		width: 100%;
	}
	.privacy_main h3 {
		font-size: .20rem;
		font-weight: normal;
		letter-spacing: .03rem;
		line-height: 1.67;
	}
	.privacy_main h4 {
		margin: 13px auto 7px;
	}
	/*取扱店*/
	.shopinfo {
		margin: 0 auto;
		width: calc(100% - 60px);
	}
	.shopinfo .company_box div:first-child {
		width: 100%;
	}
	.shopinfo .company_box {
		display: block;
		width: 100%;
	}
	.shopinfo table {
		width: 100%;
		margin-bottom: 20px;
	}
	.shopinfo .google_map {
		width: 100%;
	}
	.shopinfo iframe {
		width: 100%;
		height: 300px;
		margin-bottom: 0;
	}
	.shopinfo h4 {
		font-size: .19rem;
		font-weight: bold;
	}
	.shopinfo table th {
		padding: 8px 0px 0px 16px;
		width: auto;
		font-size: 15px;
		display: block;
		font-weight: bold;
		text-align: left;
	}
	.shopinfo table td {
		padding: 3px 10px 14px 26px;
		font-size: 13px;
		display: block;
	}
	.company_box_kawahara a {
		padding-left: 18px;
		text-indent: -18px;
	}
	.dealer-attention {
		margin-bottom: 14px;
	}
	.dealer-nav {
		justify-content: space-between;
	}
	.dealer-nav li {
		border: 1px solid #232323;
		line-height: 1;
		margin: 0px;
		width: 23%;
		min-width: unset;
		text-align: center;
	}
	.dealer-nav li a {
		line-height: 1.5;
	}
	/*topics*/
	.topics_main .topics_list li {
		width: 100%;
	}
	ul.topics_list li:nth-of-type(3) {
		display: none;
	}
	.topics_text {
		padding: 11px 0px;
	}
	.topics_text img {
		width: 5%;
	}
	.under_pagination {
		margin: 0 auto;
		width: calc(100% - 50px);
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		min-width: 32px;
	}
	.info-cms_main_container {
		flex-direction: column;
		margin: 30px auto 30px;
	}
	.info-cms_main {
		width: 100%;
		padding: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.info-cms_title {
		margin: 0px 0px 20px;
		font-size: .21rem;
	}
	.info-cms_side {
		width: 100%;
		margin: 0 auto;
		margin-top: 65px;
		padding: 26px 0px 30px;
	}
	.side_archive_title {
		margin-bottom: 6px;
		text-align: center;
		font-weight: bold;
	}
	.works_box_wrap {
		margin: 40px auto 0;
		width: calc(100% - 36px);
	}
	.works_box_wrap a {
		width: 47.5%;
	}
	.works_text_new {
		padding: 10px 0 0;
	}
	.works_text_new p {
		line-height: 1.3;
	}
	.works_details_main h3 {
		margin: 38px auto;
		text-align: justify;
	}
	.works_outline {
		margin: 0px auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.works_outline h4 {
		margin: 0 0 70px;
		width: 100%;
		text-align: center;
	}
	.works_outline h4::after {
		margin-right: 0;
		padding-right: 0;
		width: 1px;
		height: 50px;
		top: 110%;
		right: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.works_name {
		margin-left: -14px;
	}
	.works_outline>div {
		padding-left: 0;
		width: 100%;
	}
	.main_gallery {
		margin: 34px auto 20px;
	}
	.sub_gallery {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.sub_gallery a {
		margin-bottom: 30px;
		width: 100%;
		height: auto;
	}
	.works_other {
		margin-bottom: 30px;
	}
	.works_other .center1000 {
		padding: 30px 0px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 90%;
	}
	.prev_works,
	.all_works,
	.next_works {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 33%;
	}
	.prev_works {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 48%;
	}
	.all_works {
		margin-bottom: 20px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
	}
	.all_works img {
		width: 45%;
		margin-bottom: 21px;
	}
	.next_works {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 48%;
	}
	/*ショールームスマホ*/
	.kobe_main .page_intro a.showroom_reserve_link,
	.tokyo_main .page_intro a.showroom_reserve_link {
		margin: -20px 0 13px;
	}
	a.showroom_reserve_link .tri,
	a.showroom_reserve_link .tri {
		display: none;
	}
	.showroom_reserve_link_tel {
		text-align: center;
		margin-bottom: 34px;
	}
	.showroom_reserve_link_tel a {
		color: #0098aa;
	}
	a.showroom_reserve_link span {
		display: none;
	}
	.kobe_intro {
		padding-bottom: 30px;
	}
	.kobe_intro p:first-child {
		font-size: .2rem;
	}
	.kobe_intro p:last-child {
		text-align: justify;
	}
	.kobe_img {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.kobe_img img {
		width: 100%;
		margin-bottom: 5px;
	}
	.tokyo_img {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tokyo_img img {
		width: 100%;
		margin-bottom: 5px;
	}
	.tokyo_img1 img:first-child,
	.tokyo_img1 img:last-child,
	.tokyo_img2 img:first-child,
	.tokyo_img2 img:last-child {
		width: 100%;
	}
	.kobe_details {
		margin: 30px auto;
	}
	.kobe_details th {
		width: 100%;
		display: block;
		padding-bottom: 2px;
		text-align: left;
		font-size: .15rem;
	}
	.kobe_details span {
		margin-left: 0;
		text-indent: 0;
	}
	.kobe_main>a,
	.tokyo_main>a {
		margin-bottom: 50px;
		line-height: .47rem;
	}
    .estimate_index_h3 {
        width: 100%;
        text-align: center;
        font-size: .21rem;
        line-height: 1.6;
    }
	
	.estimate_index_link_outer {
    	padding: 42px 0 50px;
    	margin-bottom: 80px;
	}
	
	.estimate_select--img {
        flex-direction: column;
        margin: 0 auto 0;
    }
	
	.estimate_select--img > div {
    	width: 93%;
    	margin-bottom: 70px;
    	margin: 0 auto 56px;
	}
	
	.estimate_select--img > div p{
		font-size: .16rem;
        color: #808080;
        text-align: center;
        border-top: solid 1px #808080;
        border-bottom: solid 1px #808080;
        padding: 2px 0;
		width: 76%;
        margin: 0 auto 38px;
	}
	
	.estimate-table img {
        width: 58%;
        margin: 0 auto;
    }
	
	.estimate_select--img > .estimate-table p{
		margin-bottom:23px;
	}
	
	.estimate_index_link {
		padding: 0 40px;
		flex-direction: column;
	}
	.estimate_index_link a {
		width: 100%;
		box-sizing: border-box;
		position: relative;
	}
	.estimate_index_link a span {
		position: absolute;
		left: 10px;
	}
	.estimate_index_link a:nth-child(4),
	.estimate_index_link a:nth-child(5) {
		margin-bottom: 32px;
	}
}


/*ショールーム：iphone5*/

@media(max-width: 599px) {
	.tokyo_main .kobe_details .tel {
		font-size: .16rem;
	}
	.contact_bg {
		background-color: #fff;
	}
}