@charset "utf-8";
/* CSS Document */

img {
	image-rendering: -webkit-optimize-contrast !important;
	image-rendering: optimizequality !important;
}
html, body {
	width: auto;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #333;
	font-size: 62.5%;
}

main{
}

.main_content {
	width: 100%;
	margin: 0 auto 100px;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 60px;
	max-width: 750px;
}

* {
	box-sizing: border-box;
}

a:hover{
	opacity: 0.9;
}

/* 文字のレスポンシブ設定 */
h1 {
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
}
h2 {
	line-height: 1.2;
	text-align: center;
}

/* 小画面用600px以下 */
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.8rem;
}
h3{
	font-size: 0.7rem;
}

.cvbtn_font{
	font-size: 2.4rem;
	letter-spacing: 1px;
	font-weight: bold;
}

.btn_inv_txt{
	font-size: 0.55em;
	line-height: 1.2;
	padding: 0;
	margin: -28px auto 0;
	width: 80%;
	letter-spacing: 0.8px;
}

.btn_inv_txt::before {
	content: "";
	display: inline-block;
	width: 27px;
	height: 44px;
	background: url(https://kanetaya.com/assets/eventlp/images/common/ic_group.png) no-repeat;
	background-size: contain;
	margin-right: 2px;
	transform: translate(0,30px);
}

.about_p .about_p_1 {
	font-size: 1.6rem;
}



/* 中画面用600-750px */
@media only screen and (min-width:600px) {
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 2.2rem;
	}
	h3{
		font-size: 2.2rem;
	}
	.cvbtn_font{
		font-size: 3.5rem;
		font-weight: bold;
	}
	.btn_inv_txt{
		margin-top: -15px;
		font-size: 0.4em;
	}
	.btn_inv_txt::before{
		width: 44px;
		height: 27px;
		margin-right: 8px;
		transform: translate(0,3px);
	}
	.btn_more_txt::after{
		width: 30px;
		height: auto;
		margin-left: 5px;
		/*transform: translate(0,3px);*/
	}
	.about_p .about_p_1{
		font-size: 1.7rem;
	}
}

/* 大画面用751px以上 
@media only screen and (min-width:751px) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.8rem;
	}
	h3{
		font-size: 2.5rem;
	}
	main {
		font-size: 17px;
	}
	.cvbtn_font{
		font-size: 3.8rem;
		font-weight: bold;
	}
	.about_p .about_p_1{
		font-size: 2.3rem;
	}
}
*/
/* ▲文字のレスポンシブ設定 */

.shiny-btn {
    position: relative;
    display: block;
	box-sizing: border-box;
    width: 90%;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(270deg, rgba(2,215,156,1) 0%, rgba(0,181,67,1) 100%);
    overflow: hidden;
	border-radius: 100px;
	padding: 1.5rem 0;
	margin: 10px auto 20px;
	box-shadow: 0 4px #2e8b57;
}
.shiny-btn2 {
    position: relative;
    display: block;
	box-sizing: border-box;
    width: 90%;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: rgb(2,215,156);
    background: linear-gradient(270deg, rgba(118 160 246) 0%, rgba(0 67 181) 100%);
    overflow: hidden;
	border-radius: 100px;
	padding: 1.5rem 0;
	margin: 10px auto 20px;
	box-shadow: 0 4px #0034a0;
}

.fix-btn{
    position: relative;
    display: block;
	box-sizing: border-box;
    width: 80%;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
	background: linear-gradient(270deg, rgba(2,215,156,1) 0%, rgba(0,181,67,1) 100%);
    overflow: hidden;
	box-shadow: 0 4px #2e8b57;	
}

.fix-btn2{
    position: relative;
    display: block;
	box-sizing: border-box;
    width: 80%;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: rgb(2,215,156);
    background: linear-gradient(270deg, rgba(118 160 246) 0%, rgba(0 67 181) 100%);
    overflow: hidden;
	box-shadow: 0 4px #0034a0;	
}

.btn_inv{
	color: yellow;
	font-size: 1.2em;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
	/* アニメーション */
    animation-name: shiny;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.shiny-btn2::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
	/* アニメーション */
    animation-name: shiny;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


.shiny-btn_thick{
	padding: 1.3rem 0;
}

.shiny-btn2_thick{
	padding: 1.3rem 0;
}

.cvbtn_font{
	display: block;
}

.boxinner{
	margin: 0 auto 5.8vh;
	width: 100%;
}

/* ▼アコーディオン（特典） */
.service{
	max-width: 750px;
	display: block;
	width: 100%;
	margin: 0 auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.flex_accordion_service{
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	display : flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service_item{
	margin: 15px 0 0;
	width: 100%;
	min-width: 0;
}
.service_item_half{
	margin: 15px 0 0;
	width: calc(50% - (15px/2));
	min-width: 0;
}
.service_desc ,.service_desc_18messe ,.service_desc_17messe ,.service_desc_17dome ,.service_desc_16messe ,.service_desc_12gmesse,.service_desc_18makuhari,.service_desc_18dome,.service_desc_17makuhari,.service_desc_8makuhari,.service_8makuhari,.service_20makuhari{
	margin: 5px auto;
	width: calc(50% - 10px);
	min-width: 0;
}
.service_desc:nth-child(-n+5) ,.service_desc:nth-child(12) ,.service_desc:last-child{
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}
.service_desc_18messe:nth-child(-n+5) ,.service_desc_18messe:nth-child(12) ,.service_desc_18messe:last-child{
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}
.service_desc_17messe:nth-child(-n+4) ,.service_desc_17messe:nth-child(11) ,.service_desc_17messe:last-child{
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}
.service_desc_17dome:nth-child(-n+4) ,.service_desc_17dome:nth-child(17) ,.service_desc_17dome:last-child{
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}
.service_desc_12gmesse:nth-child(-n+4) ,.service_desc_12gmesse:last-child{
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}
.service_desc_16messe:nth-child(-n+6){
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}

/*.service_desc_16messe:nth-child(-n+4) ,.service_desc_16messe:nth-child(17) ,.service_desc_16messe:last-child{
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}*/

.service_desc_18makuhari:nth-child(-n+4){
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}

.service_desc_18makuhari:nth-child(11) ,.service_desc_18makuhari:nth-child(18) ,.service_desc_18makuhari:nth-child(19){
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}

.service_desc_18dome:nth-child(-n+4),.service_desc_18dome:nth-child(19){
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}

.service_desc_17makuhari:nth-child(-n+4){ 
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}

.service_desc_8messe:nth-child(-n+5) ,.service_desc_8messe:last-child{
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}

.service_desc_8messe:nth-child(n+6){
	margin: 5px auto;
	width: calc(33% - 10px);
	min-width: 0;
}

.service_desc_8messe:nth-child(n+9){
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}

.service_desc_7messe:nth-child(-n+5) ,.service_desc_7messe:last-child{
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}

.service_desc_8makuhari:nth-child(-n+3),.service_desc_8makuhari:last-child{
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}

.service_8makuhari:nth-child(-n+3),.service_8makuhar:nth-child(6){
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}

.service_desc_yokohama:nth-child(-n+10) ,.service_desc_yokohama:last-child{
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}

.service_20makuhari:nth-child(-n+6) ,.service_20makuhari:nth-child(21) ,.service_20makuhari:nth-child(21){
	margin: 5px auto;
	width: calc(100% - 10px);
	min-width: 0;
}

/* オープンボタン */
.openBtn {
	cursor: pointer;
	display: block;
}
.openBtn:hover {
	opacity: 0.9;
}
/* タイトル　説明文 */

.textArea {
	padding: 10px;
	text-align: left;
	display: none;
	line-height: 1.4;
	font-size: 1.1em;
	color: #555;
}

#h2_service{
	width: 94%;
	margin: 0 auto 0;
}

.h3_service{
	text-align: left;
	margin: 0.2rem auto;
	font-size: 1.2em;
	font-weight: bold;
}
/* ▲アコーディオン（特典） */




/* ▼メーカー */

.brand{
	margin-top: 0;
	margin-bottom: 0;
}

.brandlogo_img {
	display: block;
	width: 25%;
	max-width: 220px;
	margin: 0 auto 2vw;
}

.brandlogo_img_w{
	display: block;
	width: 46%;
	max-width: 500px;
	margin: 0 auto 2vw;
}

.brandlogo_img_ww{
	display: block;
	width: 60%;
	max-width: 600px;
	margin: 0 auto 2vw;
}

.brandlogo_img_m{
	display: block;
	width: 37%;
	max-width: 300px;
	margin: 0 auto 2vw;
}

.brandlogo_img_sealy{
	width: 22%;
	max-width: 200px;
}

.brandlogo_img_none{
	margin-bottom: 4vw; 
}

.brandlogo_img_flex{
	display: block;
	width: 42%;
	max-width: 300px;
	margin: 0 auto 2vw;
}

.brandlogo_img_flex_w{
	display: block;
	width: 60%;
	max-width: 500px;
	margin: 0 auto 2vw;
}

.sealy_1{
	display: block;
	margin: 0 auto;
}

.brand_product_margintop2vh{
	display: block;
	margin-top: 2vh;
}

.simmons_present{
	margin-top: 2vw;
}

.brand_sec{
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	justify-content: space-between;
	margin: 0 auto;
	color: #444;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	text-align: center;
	width: 100%;
	max-width: 750px;
}

.brand_product{
	display: block;
	width: 49.3%;
	min-width: 0;
	margin-top: 2vw;
}

.brand_product_top{
	text-align: center;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}


.brand_text{
	text-align: center;
	display: block;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.brand_title{
	width: 100%;
	font-size: 1.4em;
	font-weight: 500;
	display: block;
	margin: 0 auto 1vw;
	max-width: 800px;
}

.brand_description{
	width: 100%;
	display: block;
	margin: 0 auto 2vw;
	max-width:800px;
}

.font_yu{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.brand_product_name{
	font-size: 1em;
	font-weight: 500;
	line-height: 1.7;
}

.brand_size{
	font-size: 0.8em;
	line-height: 1;
	padding: 0;
	margin: 0 auto;
}

.wedodiv_text{
	font-size: 1em;
	padding: 0;
	margin: 0 auto;
}

.brand_price{
	font-size: 1.6em;
	color: #ee782f;
	font-weight: 900;
	letter-spacing: 0.8;
	display: block;
	padding: 0;
	line-height: 1.2 !important;
}

.brand_yen{
	font-size: 0.6em;
	font-weight: 600;
	margin-right: 0.1em;
}

.brand_price_j{
	font-size: 1.4em;
	color: #ee782f;
	font-weight: 700;
	letter-spacing: 0.8;
	display: block;
	padding: 0;
}

.brand_product_more{
	display: block;
	font-size: 0.8em;
	font-weight: 500;
	border: 1.8px solid #333;
	color: #333;
	padding-top: 0.5em ;
	padding-bottom: 0.3em;
	border-radius: 50px;
	width: 70%;
	margin: 0 auto 1vw;
	cursor: pointer;
}

.service_more{
	display: block;
	font-size: 0.9em;
	font-weight: 500;
	color: #333;
	background-color: #eeeee8;
	padding-top: 0.7em ;
	padding-bottom: 0.5em;
	border-radius: 50px;
	width: 70%;
	margin: 0 auto 1vw;
	cursor: pointer;
}

.more_u {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
}
.more_u:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 2px;
	margin: auto;
}

.brand_price_j_center{
	font-size: 1.4em;
	color: #ee782f;
	font-weight: 700;
	letter-spacing: 0.8;
	display: block;
	padding: 0;
	text-align: center;
	/*margin-top: 0.1em;*/
}

.brand_h2text{
	font-weight: bold;
	text-align: center;
	font-size: 1.7em;
	margin: 0.5vw auto 2vw;
}

.brandlogo_img_small{
	width: 26%;
	margin-top: -1vw;
}

.wrap_text{
	width: 100%;
	margin: 0 auto;

}

.wrap_size{
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	justify-content: space-between;
	margin: 0 auto;
}

.flex-left_between{
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	justify-content: space-between;
	margin: 0 auto;
}

.wrap_size_db{
	display: block;
	width: 49%;
	min-width: 0;
	margin-top: 0.7vw;
}

.brand_product_margintop0{
	margin-top: 0;
}

.brand_flex_title{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 auto 3.5vw;
	color: #5b5b5b;
	width: 90%;
}

.brand_flex_wrap{
	display: block;
	padding: 3.5vh 2.5vh;
	margin: 5vh auto;
	background-color: #E3E0ED;
}

.brand_wrap{
	display: block;
	padding: 7vw 2vw;
	background-color: #E3E0ED;
}

.brand_flex_bgWH{
	background-color: #ffffff;
	padding: 4vw 3vw 3vw;
	border-radius: 10px;
	margin-bottom: 3vw;
}

.brandtext_left_text{
	margin-bottom: 0.8em;
	margin-top: 0.5em;
}


@media screen and (min-width:600px){
	.brand_h2text{
		font-size: 2.5em;
	}
	.wrap_size_db{
		width: 32%;
	}
	.brand_size{
		font-size: 1em;
	}
	.brand_product_name{
		font-size: 1.2em;
	}
	.brand_product_more{
		font-size: 1.3em;
		border: 2px solid #333333;
	}
	.service_more{
		font-size: 1.3em;
	}
	.more_u:before {
		width: 8px;
		height: 8px;
	}
	.brand_price_j_center ,.brand_price_center{
		font-size: 2.3em;
	}
	.brand_title{
		font-size: 1.7em;
	}
	.brand_description{
		font-size: 1.1em;
	}
	.brand_flex{
		display: flex;
		flex-direction: row;
		padding: 1em;
	}
	.brandtext_left{
		display: block;
		margin: 0.5em 1.2em 0 0;
	}
	.brandtext_right{
		font-display: block;
		width: 67%;
	}
	.brandlogo_img_flex{
		margin-left: 0;
		width: 90%;
		max-width: 300px;
	}
	.brandlogo_img_flex_w{
		margin-left: 0;
		width: 100%;
		max-width: 500px;
	}
	.brand_flex_title{
		font-size: 2.3em;
		width: 85%;
	}
}


.brand{
	background-color: #f5f5f5;
	padding: 4.5vw 2vw 4vw;
	margin-bottom: 5vmax;
	/*border-radius: 10px;*/
}
/*
.bg_brown{
	background-color: #efe0c4;
	display: block;
	padding: 7vw 2vw;
	background-color: #E3E0ED;
}

.bg_brown .brand:last-child{
	margin-bottom: 0;
}
*/

.brand_wrapimg{
	margin-bottom: 5vmax;
}

.bg_wh{
	background-color: #ffffff;
	padding: 1rem;
	margin-top: 0;
}

.color_brown{
	color: #2c2f33;
}

.bold{
	font-weight: bold;
}

.wedodiv{
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
}

.openImg_appear{
	display: none;
	margin: 0 auto;
	padding: 1.3em;
}

.left{
	text-align: left;
	width: 90%;
	margin: 0 auto;
}


/* movie */
.content_mv{
	padding: 50px;
	background-color: #083560;
	max-width: 750px;
	width: 100%;
	margin: 0 auto 5vw;
}

.content_mv_h2{
	color: #ffffff;
	font-weight: bold;
	padding: 0.8vh 0.7vh 2.9vh;
	font-size: 2em;
}

.content_mv_p{
	font-size: 1.5em;
}

@media only screen and (max-width:800px){
	.content_mv{
		padding: 20px;
	}
	.content_mv_h2{
		font-size: 1.8em;
	}
	.content_mv_p{
		font-size: 1.4em;
	}
}

@media only screen and (max-width:600px){
	.content_mv_h2{
		font-size: 1.6em;
	}
}

@media only screen and (max-width:480px){
	.content_mv{
		padding: 13px;
		font-size: 0.7em;
	}
}


.content_mv p{
	color: #ffffff;
	text-align: center;
	padding: 15px 0 0 0;
}

iframe {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.content_mv_wrpyt{
	position: relative;
	padding-top: 56.25%;
}




/* faq_accordion */
.accordion_area {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.accordion_area .accordion_one .ac_header {
	background-color: #f7f9ff;
	border: 1px solid #a2bbe4;
	padding: 1.4rem 3.7rem 1.4rem 1.5rem;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition: .2s;
	color: #0350a6;
	border-radius:  5px;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
	background-color: #e9f0ff;
}
.accordion_area .accordion_one .ac_header .i_box {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
	border-top: 2px solid #0350a6;
	width: 16px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
	border-left: 2px solid #0350a6;
	width: 0;
	height: 16px;
	top: 0;
	bottom: 0;
	right: 7px;
	transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
	height: 0;
}
.accordion_area .accordion_one .ac_inner {
	display: none;
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
	border-left: 1px solid #a2bbe4;
	border-right: 1px solid #a2bbe4;
	border-bottom: 1px solid #a2bbe4;
	border-top: 1px solid #a2bbe4;
	box-sizing: border-box;
	background: #fff;
	border-radius:  5px;
	margin-top: -1px;
}
.accordion_one{
	margin-bottom: 0.8rem;
}
/* faq */
.p-faq__headinner {
	display: block;
	padding-left: 1rem;
	position: relative;
	line-height: 1.5;
}
.p-faq__headinner::before {
	position: absolute;
	left: 0;
	content: "Q";
	color: #0350a6;
	font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
	padding-left: 0.5em;
	font-weight: bold;
	font-size: 1.1em;
}
.p-faq__bodyinner {
	display: block;
	padding-left: 1rem;
	position: relative;
	line-height: 1.5;
}
.p-faq__bodyinner::before {
	position: absolute;
	left: 0;
	content: "A";
	color: #E6242F;
	font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
	padding-left: 0.5em;
	font-size: 1.1em;
}
#faq{
	text-align: left;
	width: 95%;
	margin: 6vw auto;
}
#h2_faq{
	width: 58%;
	margin: 0.9rem auto 1.5rem;
}
@media screen and (min-width:961px) {
	#h2_faq{
		width: 40%;
	}
	#faq{
		padding-left: 50px;
		padding-right: 50px;
	}
}



/* map */
.content_map{
	position: relative;
	padding-top: 56.25%;
	width: 98%;
	margin: 3rem auto;
	
}


/* テーブル */
section table	{
	width: 100%; 
	margin: 0 auto;
}

section th, section td	{
	padding: 18px;
	border-bottom: 7px solid #fff; 
}

section th	{
	background: #a0a0a0;
	color: #fff;
	border-right: 7px solid #fff; 
}

section td	{
	background: #f7f6fb;
}

table caption{
	padding: 20px;
	text-align: center;
	background-color: #a0a0a0;
	border-bottom: 7px solid #fff;
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
}

/*.table_outline*/
.table_outline th{
	width: 30%;
	text-align: left; 
	font-size: 1.6rem;
}

.table_outline td{
	font-size: 1.6rem;
}

.ul_flex{
	display: flex;
	flex-wrap: wrap;
}

.ul_flex li {
	margin-right: 1.2em;
}

@media only screen and (max-width:600px){
    .table_outline	{ margin: 0 auto; }
    .table_outline th, .table_outline td{
		width: 100%;
		display: block;
		border: none;
		border-bottom: 7px solid #fff; 
    }
	table caption{
		display: none;}
}

.mailto_evlp{
	text-decoration: none !important;
	color:#0350a6 !important;
}

.notes{
	margin-top: 1.5rem;
	padding: 0.9em;
	border: 3px solid #FF0004;
	line-height: 1.4;
	font-size: 1em;
	background-color: #fff;
}



/* floating-jQuery totop */
.totop {
	position: fixed;
	right: 15px;
	bottom: 155px;
	display: none;
	width: 50px;
	z-index: 1000;
}

.totop-pos {
	margin-bottom: 190px;
}

@media screen and (max-width: 750px){
	.totop {
		right: 10px;
		bottom: 110px;
		width: 50px;
	}
	.totop-pos {
		margin-bottom: 20px;
	}
}

.totop a {
	display: block;
	opacity: 0.7;
}

.totop a:hover {
	opacity: 0.6;
}

/* ▲floating-jQuery totop */

/*floating_cssのみ*/
.floating-banner {
    display: none;
    position: fixed;
    z-index: 99999;
    bottom: 10px;
    right: 0px;
}

.floating-banner a{
	text-decoration: none;
}

.floating-pc {
	width: 210px;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: 3;
    display: block;
	box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(270deg, rgba(2,215,156,1) 0%, rgba(0,181,67,1) 100%);
    overflow: hidden;
	padding: 25px 10px 20px;
	border-radius: 3px;
	box-shadow: 0 4px #2e8b57;
}


.floating-banner:hover {
    opacity: 0.95;
}

.floating-sp {
    display: none;
}

@media screen and (max-width: 750px) {
	.floating-pc {
        display: none;
    }
	.floating-pc2 {
        display: none;
    }
    .floating-sp {
        display: block;
        width: 80%;
		font-size:2.1rem;
		letter-spacing: 0.1rem;
		font-weight: bold;
		margin: 13px auto;
		padding: 1rem 0;
		text-decoration: none !important;
		border-radius: 60px;
    }
	.floating-sp p{
		font-size: 13px;
		margin-top: -3px;
	}
	.floating-banner{
		background:rgba(0,0,0,0.6); 
		width: 100%;
		bottom: 0;
		right: 0;
		left: 0;
	}

	.floating-banner-2col {
		display: flex;
		justify-content: center;
	}
	.floating-banner-2col > a {
		flex: 0 0 48%;
	}
	.floating-banner-2col .floating-sp {
    width: 96%;
    border-radius: 5px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width:480px){
	.floating-sp{
		font-size: 2rem;
		padding: 1.1rem 0;
	}
	.floating-sp p{
		font-size: 12px;
		margin-top: 4px;
	}
}



/* ▼cvBtn_動く */
.updown {
animation-name:updown1;   /* アニメーション名の指定 */
animation-delay:0s;   /* アニメーションの開始時間指定 */
animation-duration: 3s;   /* アニメーション動作時間の指定 */
animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
animation-iteration-count: infinite; 
}
@keyframes updown1 {
0% {
transform: translateY(0);
}
40% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
65% {
transform: translateY(0);
}
100% {
transform: translateY(0);
}
}

.dokidoki{   
animation-name:dokidoki;	/* アニメーション名の指定 */
animation-delay:0s;		/* アニメーションの開始時間指定 */
animation-duration: 3s;	/* アニメーション動作時間の指定 */
animation-timing-function: ease-in-out;
/* アニメーションの動き（徐々に早く徐々に遅く）*/
animation-iteration-count: infinite; /* アニメーションをループさせる */
}
@keyframes dokidoki {
0% {
transform: scale(1);
}
40% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
60% {
transform: scale(1);
}
100% {
transform: scale(1);
}
}

.yureru-updown {
	animation: yureru-updown 2s infinite;
}
@keyframes yureru-updown {
	0% {
		transform: translate(0px, 2px);
	}
	5% {
		transform: translate(0px, -2px);
	}
	10% {
		transform: translate(0px, 2px);
	}
	15% {
		transform: translate(0px, -2px);
	}
	20% {
		transform: translate(0px, 2px);
	}
	25% {
		transform: translate(0px, -2px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}

.cvbtn_div{
	margin: 4vh auto 9vh;
}


.bg_gr{
	background-color: #5a5657;
	color: #fff;
}

.bg_gr h3{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 auto 2vw;
	width: 90%;
	line-height: 1.3;
}

.brand_text_l{
	text-align: left;
	font-size: 1.1em;
	margin-bottom: 1.5vw;
}

.brand_text_l li{
	margin-bottom: 0.5em;
	line-height: 1.2;
}

.bg_gr h4{
	text-align: center;
	width: 90%;
	margin: 4vw auto 1vw;
	line-height: 1.3;
	font-size: 1.2em;
}

@media screen and (min-width:600px){
	.bg_gr h3{
		font-size: 2.3em;
		width: 85%;
	}
	
	.brand_text_l{
		width: 90%;
		font-size: 1.2em;
		margin: 0 auto;
	}
	
	.bg_gr h4{
		font-size: 2em;
		width: 80%;
	}
}

.white{
	color: #fff;
}

/* 2024 */

a.btn_cv {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 90%;
	margin: auto;
	padding: 1.5rem 0 1.5rem;
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: 3px;
	background: #c38c0f;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	box-shadow: 0 4px #af790e;
}
/*
a.btn_cv::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
*/
a.btn_cv:hover {
	background: #ce9013;
	color: #fff;
}

.fv_mv_sp{
	display: block !important; 
}

.fv_mv_pc{
	display: none !important; 
}

.sec_sale{
	background-color: #c53824;
}

.about_img1_sp{
	display: block !important;
}

.about_img1_pc{
	display: none !important;
}

@media only screen and (min-width: 750px) {
	.fv_mv_sp{
		display: none !important;
	}
	.fv_mv_pc{
		display: block !important;
	}
	.nav_btn{
		width: 80%;
	}
	.fv_btm{
		display: block;
		max-width: 700px;
		padding: 0;
		margin: 0 auto;
	}
	.bg_red{
		background-color: #c53824;
	}
	a.btn_cv{
		font-size: 2.5rem;
		width: 90%;
		max-width: 900px;
	}
	.about_img1_sp{
		display: none !important;
	}
	.about_img1_pc{
		display: block !important;
	}
}

.nav_btn{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: flex-start;
	width: 90%;
	margin: 0 auto;
}

#nav_btn_bed ,#nav_btn_sofa ,#nav_btn_dining{
	width: 25%;
}

.down {
	display: inline-block;
  	vertical-align: middle;
  	color: #6b6b6b;
  	line-height: 1;
  	width: 0.8em;
  	height: 0.8em;
 	border: 0.1em solid currentColor;
  	border-left: 0;
  	border-bottom: 0;
  	box-sizing: border-box;
  	transform: translateY(-25%) rotate(135deg);
}

.nav_btn_wrap_down{
	display: block;
	text-align: center;
	margin-top: 2vw;
}

.w_98{
	max-width: 980px;
	margin: 0 auto;
}

.w_80{
	width: 80vw;
	max-width: 800px;
	margin: 0 auto;
}

.review_wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.review_wrap_comment{
	display: flex;
    align-items: center;
    position: relative;
    max-width: 600px;
    margin-left: 15px;
    padding: .8em 1.2em;
    border-radius: 5px;
    background-color: #f7e1cb;
    color: #333333;
}

.review_wrap_comment::before {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 30px;
    background-color: #f7e1cb;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}

.review_wrap_icon{
	flex: 1;
	max-width: 150px;
}

.review_wrap_comment{
	flex: 3;
}

.review_wrap_comment p{
	font-size: 1.5rem;
}

.review{
	padding-bottom: 0px;
}

.h2_idx{
	text-align: center;
	margin: 0 auto 0.5vw;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 2.2px;
	line-height: 1.4;
}

.h2_service{
	text-align: center;
	margin: 0 auto 1vw;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: 2.2px;
	line-height: 1.3;
}

.nav_maker_idx{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.service_idx{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.service_sidx{
	font-size: 1.7rem;
	font-weight: bold;
	text-align: left;
}

.maker_car_idx{
	font-size: 2rem;
	font-weight: bold;
	border-left: 10px solid #333;
	padding: 0 0 0 10px;
	text-align: left;
}

.service_wrap{
	background-color: #f7f7f7;
	padding: 10vw 0 5vw ;
}

/*.service_1{
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 1px rgba(221, 221, 221, .1);
	width: 95%;
	margin: 0 auto;
}*/

.tokuten_messe{
	background-color: #055c7a;
	padding: 5vw 0 10vw;
}

.tokute_img{
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 700px;
}

.tokuten_messe h2{
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 10px;
	font-size: 3.8rem;
	margin-bottom: 4vw;
}

.tokuten_messe h2 span{
	font-size: 1.5rem;
	letter-spacing: 5px;
}

.width_96{
	display: block;
	width: 96%;
	margin: 0 auto;
}

.width_90{
	display: block;
	width: 90%;
	margin: 0 auto;
}

.m_btm_20{
	margin-bottom: 20vw;
}

.m_btm_15{
	margin-bottom: 15vw;
}

.m_btm_13{
	margin-bottom: 13vw;
}

.m_btm_10{
	margin-bottom: 10vw;
}

.m_btm_7{
	margin-bottom: 7vw;
}

.m_btm_5{
	margin-bottom: 5vw;
}

.m_btm_4{
	margin-bottom: 4vw;
}

.m_btm_3{
	margin-bottom: 3vw;
}

.m_btm_2{
	margin-bottom: 2vw;
}

.center{
	background-color: #f7f7f7;
}

#coupon{
	margin-bottom: 1vw;
}

.slide-items_img .slider-items_sp{
	display: block;
}

.slide-items_img .slider-items_pc{
	display: none;
}

.coupon_comment{
	display: block;
	width: 80%;
	max-width: 700px;
	margin: 0 auto 2vw;
	
}

.fv_btm {
	margin: 3vh auto;
}

.date{
	margin: 0 auto 3vh;
	width: 70%;
	display: block;
}

.tokuten{
	margin: 0 auto;
	width: 95%;
	display: block;
}

@media only screen and (min-width:750px) {
	.bg_gr h3{
		font-size: 2.3em;
		width: 85%;
	}
	
	.h2_idx{
		font-size: 5rem;
	}
	
	.h2_service{
		font-size: 4.5rem;
	}
	
	.nav_maker_idx{
		font-size: 3.5rem;
	}
	
	.service_idx{
		font-size: 4rem;
	}
	
	.maker_car_idx{
		font-size: 3rem;
		padding-left: 20px;
	}
	
	.tokuten_messe h2{
		font-size: 6rem;
		margin-bottom: 3vw;
	}
	
	.tokuten_messe h2 span{
		font-size: 2rem;
	}
	
	.m_btm_20{
		margin-bottom: 10vw;
	}
	
	.m_btm_15{
		margin-bottom: 8vw;
	}
	
	.m_btm_13{
		margin-bottom: 6.5vw;
	}
	
	.m_btm_10{
		margin-bottom: 5vw;
	}
	
	.m_btm_7{
		margin-bottom: 3.5vw;
	}
	
	.m_btm_5{
		margin-bottom: 2.5vw;
	}
	
	.m_btm_4{
		margin-bottom: 2vw;
	}
	
	.m_btm_3{
		margin-bottom: 1.5vw;
	}
	
	.m_btm_2{
		margin-bottom: 1vw;
	}
	
	.slide-items_img .slider-items_sp{
		display: none;
	}
	
	.slide-items_img .slider-items_pc{
		display: block;
	}
}


/* add 2024.03 */
ul.disc {
  margin-left: 1em;
  list-style: disc;
}

.w_70 {
  margin: 0 auto;
  max-width: 700px;
}

.header--mm .logo a {
  line-height: 0;
}
.header--mm .logo img {
  margin-top: 10px;
  width: auto;
  height: 40px;
  vertical-align: bottom;
}

.service_wrap--mm,
.service_wrap--mm .center {
  background: none;
}
.service_wrap--mm .service_car_1,
.service_wrap--mm .slick-dotted.slick-slider,
.service_wrap--mm .service_carousel_wrap .dots-class {
  margin-bottom: 0;
}
.service_wrap--mm .service_1,
.service_wrap--mm .service_2 {
  background: #efefef;
  font-weight: bold;
  color: #333;
}

[class^="mm-"] img {
  vertical-align: bottom;
}

.mm-kv {
  overflow: hidden;
}
.mm-kv .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mm-kv .slick-dots {
  bottom: 3%;
  font-size: 0;
}
.mm-kv .slick-dots li {
  margin: 0 1.5%;
  width: 16.5%;
  height: auto;
  background: #fff;
}
.mm-kv .slick-dots li.slick-active {
  background: #f1c479;
}
.mm-kv .slick-dots li button {
  padding: 2% 0 0;
  width: 100%;
  height: auto;
}
.mm-kv .slick-dots li button::before {
  display: none;
}

@keyframes mm-shake {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
.mm-cv::before {
  display: block;
  margin-top: 9%;
  content: "";
}
.mm-cv::after {
  display: block;
  margin-top: 15%;
  content: "";
}
.mm-cv dl {
  margin: 0 auto;
  width: 80.6122%;
}
.mm-cv dt {
  display: none;
}
.mm-cv a {
  display: block;
  border-radius: 50vw;
  background: #c38c0f;
  animation: mm-shake 2s infinite;
}

.mm-bulk dl {
  display: table;
  margin: 0 auto;
  padding: 6% 4% 3%;
  font-weight: bold;
}
.mm-bulk dt {
  text-align: center;
}
.mm-bulk dd {
  margin-top: 0.6em;
  padding-left: 1em;
  text-indent: -1em;
}
.mm-bulk span {
  display: inline-block;
  margin-top: 0.6em;
  padding: 0.4em 0.6em;
  background: #EEEEE8;
  text-indent: 0;
  font-size: 72%;
}

.mm-about::before {
  display: block;
  margin-top: 18%;
  content: "";
}

.maker_carousel--mm .h2_idx {
  margin: 0 auto 1.2em;
  padding: 0.6em;
  width: 86%;
  background-image: url("../images/makuhari_messe_2/2402/maker_bg_01.png"), url("../images/makuhari_messe_2/2402/maker_bg_01.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  background-size: 100%, 100%;
  font-size: 3rem;
}
.maker_carousel--mm .maker_car_idx {
  margin: 0 auto 1.5em;
  padding: 0.25em;
  border: none;
  width: 90%;
  background: #eeeee8;
  text-align: center;
  font-size: 2.5rem;
}
.maker_carousel--mm .slick-dotted.slick-slider {
  margin-bottom: 90px;
}

.mm-second::after {
  display: block;
  margin-bottom: 11%;
  content: "";
}

.h2_item{
	padding: 1em;
	background: #595656;
	color: #ffffff;
	margin-bottom: 5vh;
}
