@charset "UTF-8";

html {
    scroll-behavior: smooth;
    height: 100vh;
}

@media (max-width: 950px) {/*950以下SPのみ*/
	.pc {
		display: none;
	}
}
@media (min-width: 951px) {/*951以上PCのみ*/
	.sp {
		display: none;
	}
}
@media (max-width: 769px) {/**/
	.pc2 {
		display: none;
	}
}
@media (min-width: 770px) {/**/
	.sp2 {
		display: none;
	}
}
.bold {
	font-weight: 700;
}

/*準備中・終了*//*期間外は下のdisplay: noneをコメントアウトする（フォームを使えなくするため*/
#formarea .pre {
	display: none!important;/*この行をコメントアウトにするとフォームは使えなくなります*/
}

#formarea {
	position: relative;
}
#formarea .pre {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(35,86,0, 0.6);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	@media (max-width: 769px) {
		height: 103%;
	}
}
#formarea .pre p {
	display: inline-block;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	padding: 2em 0.7em 2em 1.2em;
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 300px 0 0;
	background: rgba(35, 86, 0, 0.8);
	@media (max-width: 769px) {
		padding: 5% 1% 5% 1%;
		font-size: 150%;
		margin: 30% 2% 0;
	}
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	@media (max-width: 769px) {
		height: 100vh;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 4.27vw;
		-webkit-text-size-adjust: 100%;
		overflow-x: hidden;
	}
}


dl, dt, dd, p {
	margin: 0;padding:0;
}

.gothic {
	font-family: 'Noto Sans JP', sans-serif;
	@media (max-width: 769px) {
		font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	}
}
.mincho {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	@media (max-width: 769px) {
		font-family: "Noto Serif JP", serif;
	}
}
.num {
	font-family: "Helvetica", sans-serif;
	@media (max-width: 769px) {
		font-family: "游ゴシック", sans-serif;
	}
}
h1, h2, h3, h4, p, a,dl ,dt ,dd {
	padding: 0;
	margin: 0;
}
a {
	text-decoration:none;
}
img {
	vertical-align: bottom;
}
* {
	box-sizing: border-box;
}

.page-top {
	position: fixed;
	z-index: 999;
	bottom: 167px;
	right: 15px;
	width: 50px;
	opacity: 0.6;
}
.side_link {
	position: fixed;
	z-index: 999;
	bottom: 25px;
	right: 0;
	background: linear-gradient(270deg, rgba(2, 215, 156, 1) 0%, rgba(0, 181, 67, 1) 100%);
	border-radius: 5px;
	text-align: center;
	padding: 27px 26px 22px;
	box-shadow: 0 4px #2e8b57;
}
.side_link p {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	line-height: 1.2em;
	letter-spacing: 0.04em;
}
.side_lye {
	color: yellow;
	font-size: 1.2em;
}
.side_s {
	font-size: 15px !important;
	padding-top: 5px;
}

header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
@media (min-width: 951px) {/*PC*//*951～PCのみ*/
	.head_con {
		z-index: 1000;
		width: 100%;
		position: fixed;
		top: 0;
		display: flex;
		align-items: center;
		flex-wrap:nowrap;
		justify-content: space-between;
		background: #fff;
		box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
		padding: 4px 5px 4px 30px;
	}
	.head_box {
		display: flex;
		padding-right: 60px;
		gap: 0 27px;
	}
	.head_box a {
		color: #482302;
		font-size: 17px;
		font-weight: 500;
	}
}
@media (max-width: 950px) {/*SPのみ　950まで*/
	.header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		background-color: white;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		z-index: 9999;
	}
	.hdr_inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 50px;
	}
	.logo {
		/*font-size: 1.25em;*/
		/*font-weight: bold;*/
	}
	.hdr_inner .logo a {/*ロゴ位置調整*/
		display: block;
		margin: 0;
		/*margin: 5px;*/
	}
	.d_btn {/*ハンバーガーボタンのデザイン */
		position: relative;
		width: 3rem;
		height: auto;
		background-color: transparent;
		border: none;
		cursor: pointer;
		z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
	}
	.d_btn > span {/* ハンバーガーボタン内の線 */
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1.5rem;
		height: 2px;
		background-color: #755B2F;
		transform: translateX(-50%);
	}
	.d_btn > span:first-child {
		transform: translate(-50%, calc(-50% - 0.5rem));
		transition: transform 0.3s ease;
	}
	.d_btn > span:nth-child(2) {
		transform: translate(-50%, -50%);
		transition: opacity 0.3s ease;
	}
	.d_btn > span:last-child {
		transform: translate(-50%, calc(-50% + 0.5rem));
		transition: transform 0.3s ease;
	}
	/* 展開時のデザイン */
	.d_btn.active > span:first-child {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.d_btn.active > span:nth-child(2) {
		opacity: 0;
	}
	.d_btn.active > span:last-child {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	/* メニューのデザイン */
	.d_nav {
		position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.5);
		transition: opacity 0.3s ease-in-out;;
		opacity: 0;
		visibility: hidden;
	}
	.d_nav.active {
		opacity: 1;
		visibility: visible;
	}
	.dn_inner {
		position: relative;
		/*width: 60%;*/
		width: 260px;
		height: 100%;
		background-color: white;
		padding: 3rem 1rem 1rem;
		margin: 0 0 0 auto;
		overflow: scroll;
		transform: translateX(100%);
		transition: all 0.3s ease-in-out;
	}
	.d_nav.active .dn_inner {
		transform: translateX(0);
	}
	.dn_menu {
		list-style: none;
		padding-left: 0;
		margin: 0;
	}
	.dn_link {
		display: block;
		color: black;
		text-decoration: none;
		padding: 0.5rem 0.5rem;
		border-bottom: solid 1px lightgray;
		font-size: 16px;
	}
	body.active {/*ハンバーガーメニュー展開時、背景を固定 */
		height: 100%;
		overflow: hidden;
	}
	.dn_item:first-child .dn_link {/*ハンバーガー内一番上だけ装飾*/
		border-bottom: none;
		background: #eb6100;
		color: #ffffff;
		font-weight: 700;
		border:#666666 solid 1px;
		position: relative;
		padding-left: 30px;
	}
	.dn_item:first-child .dn_link:before {
		content: '';
		display: inline-block;
		border-style: solid;
		border-width: 8px 0 8px 12px;
		border-color: transparent transparent transparent #fff;
		display: inline-block;
		width: 0;
		height: 0;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
	}

	#top {
		padding-top: 50px;
	}

	#tokuten, #yoyaku, #onayami, #inform, #tokka, #osusume, #highlight, #yasusa, #otoku, #maker, #bed, #bedfeat, #koe, #gomap, #question, #summary {
		margin-top: -50px;
		padding-top: 50px;
	}
}

.main_img {
	padding-top: 50px;
	max-width: 100%;
	margin: 0 auto;
}
.main_img1 {
/*	background: url(https://www.seneso.jp/event/interiorhouse_honda_wolrdbedfiar/webp/main_pc_2.webp) repeat-x;*/
	background: url(https://www.seneso.jp/event/interiorhouse_honda_wolrdbedfiar/webp/main_pc_back.webp) repeat-x;
	background-position: 50% 50%;
}
.main_img2 {
	max-width: 950px;
	margin: 0 auto;
}
.main_img2 img {
/*	margin-top: 5px;*/
}

.overview {
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 0 0 0 0;
	margin-top: 58px;
	/*border-radius: 5px;*/
	@media (max-width: 769px) {
		width: 100%;
		margin-top: 0;
	}
}

.wbf_tl {
	text-align: center;
	color: #0B142E;
	@media (min-width: 770px) {
		margin-bottom: 110px;
	}
	@media (max-width: 769px) {

	}
}
.wbf_tl div:nth-of-type(1) {
	margin-bottom: 20px;
	margin-top: 50px;
	@media (max-width: 769px) {
		margin-top: 15px;
		margin-bottom: 0;
	}
}
.wbf_tl div:nth-of-type(2) {
	margin-bottom: 130px;
	@media (max-width: 769px) {
		margin-bottom: 7%;
	}
}
.maker_logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.maker_logo img {
	margin: 10px;
	@media (max-width: 769px) {
		margin: 2% 2%;
		zoom: 0.6;
	}
}

.tokka {
	color: #CC0000;
	font-size: 2.2rem;
	font-weight: 900;
	@media (min-width: 770px) {
		margin-bottom: 130px;
	}
	@media (max-width: 769px) {

	}
}
.recommend {
	background-color: #EBF6FE;
	text-align: center;
	padding: 60px 30px 60px;
	@media (max-width: 769px) {
		padding: 10.66vw 3% 4vw;
	}
}
.recom_1 {
	font-size: 25px;
	color: #003C7E;
	font-weight: 700;
	@media (max-width: 769px) {
		font-size: 1.125rem;
	}
}
.recom_2 {
	font-size: 33px;
	font-weight: 700;
	background-color: #fff;
	margin: 5px 150px 0;
	border-radius: 50px;
	@media (max-width: 769px) {
		font-size: 1.1875rem;
		margin: 0 20px;
		border-radius: 30px;
		padding-bottom: 4px;
	}
}
.recom_2 span {
	font-size: 51px;
	color: #E90075;
	@media (max-width: 769px) {
		font-size: 1.875rem;
	}
}
.reco_box {
	background-color: #fff;
	border-radius: 15px;
	margin-top: 45px;
	box-shadow: 2px 2px 4px #ABBECA;
	@media (max-width: 769px) {
		background-color: #fff;
		border-radius: 8px;
		box-shadow: 1px 1px 3px #ABBECA;
		margin-top: 30px;
		text-align: center;
	}
}
.reco_head {
	background: linear-gradient(to right, #008DDA, 70%, #41C9E2);
	color: #fff;
	font-size: 35px;
	font-weight: 800;
	text-align: left;
	border-radius: 15px 15px 0 0;
	padding: 10px 20px;
	@media (max-width: 769px) {
		background: linear-gradient(to right, #008DDA, 70%, #41C9E2);
		font-weight: 900;
		border-radius: 8px 8px 0 0;
		padding: 11px 11px 15px;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		font-size: 1.375rem;
		line-height: 24px;
		gap: 0 8px;
	}
}
.reco_no {
	color: #008DDA;
	background-color: #fff;
	border-radius: 30px;
	font-size: 35px;
	font-weight: 800;
	padding: 0px 17px 3px;
	margin-right: 15px;
	@media (max-width: 769px) {
		border-radius: 20px;
		font-size: 1.5rem;
		padding: 3px 9px 6px;
	}
}
.reco_con {
	display: flex;
	flex-wrap: nowrap;
	padding: 20px 20px;
	gap: 0 15px;
	@media (max-width: 769px) {
		justify-content: center;
		flex-direction: column;
		padding: 15px 13px 10px;
		gap: 0;
	}
}
.reco_img {
	@media (max-width: 769px) {
		padding: 0 35px 9px;
	}
}
.reco_text {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 20px;
	text-align: left;
	width: 75%;
	align-items: center;
	font-weight: 400;
	line-height: 30px;
	@media (max-width: 769px) {
		width: 100%;
		font-size: 1rem;
		line-height: 24px;
		margin: 0;
	}
}
.reco_text p {
	@media (max-width: 769px) {
		margin: 6px 0 0;
	}
}
.reco_pi {
	background-color: #FFE4F1;
}

.honda {
	margin-top: 70px;
	@media (max-width: 769px) {
		margin: 0;
		padding: 9.6vw 2.66vw 16vw;
	}
}
.honda_con {
	@media (min-width: 770px) {
		display: flex;
		flex-wrap: nowrap;
		padding: 0 30px;
		margin-top: 40px;
	}
	@media (max-width: 769px) {
		padding: 0;
	}
}
.honda_box {
	@media (min-width: 770px) {
		width: 50%;
	}
}
.h_m {
	display: flex;
	align-items: center;
	background: linear-gradient(#307BDE, #173FB2);
	margin: 5px 10px 10px 0;
	padding: 5px 20px 5px 10px;
	border-radius: 50px;
	@media (max-width: 769px) {
		display: flex;
		flex-wrap: nowrap;
		background: linear-gradient(#307BDE, #173FB2);
		padding: 5px 5px 5px 10px;
		margin: 35px 0 10px;
		border-radius: 50px;
	}
}
.h_m1 {
	font-size: 30px;
	background-color: #fff;
	border-radius: 27px;
	padding: 0 15px 3px 15px;
	color: #2D4FB2;
	font-weight: 900;
	@media (max-width: 769px) {
		font-size: 1.75rem;
		padding: 0 12px 1px 12px;
		color: #2D4FB2;
		border-radius: 20px;
	}
}
.h_m2 {
	font-size: 22px;
	font-weight: 800;
	margin-left: 10px;
	color: #fff;
	text-align: left;
	@media (max-width: 769px) {
		font-size: 1.125rem;
		padding-left: 5px;
		margin: 0;
		line-height: 1;
	}
}
.h_m3 {
	/*background: #FBF200;*/
	color: #FBF200;
	padding-left: 5px;
	margin-left: 3px;
	font-size: 27px;
	font-weight: 900;
	@media (max-width: 769px) {
		color: #FBF200;
		padding-left: 5px;
		margin-left: 3px;
		font-size: 1.4376rem;
    }
	}
}
.h_item {
	font-family: 'Kosugi Maru', sans-serif;
	text-align: left;
	font-size: 19px;
	margin: 20px 10px 0 17px;
	line-height: 1.8em;
}
.h_img {
	width: 50%;
	@media (max-width: 769px) {
		width: 100%;
	}
}
.h_img.sp {
	margin-bottom: 1.33vw;
}
.h_s {
	font-size: 40px;
	font-weight: 800;
	background-color: #FBF200;
	color: #112254;
	/*margin: 30px 140px 0 140px;*/
	margin: 30px auto 0;
	padding: 0 0 0 23px;
	text-align: center;
	width: 700px;
	height: 62px;
	line-height: 60px;
	@media (max-width: 769px) {
		width: 100%;
		font-weight: 800;
		font-size: 1.5625rem;
		margin-top: 10px;
		padding: 5px 0;
		line-height: 1.3;
		height: auto;
	}
}
.h_s span {
	color:#CC0000;
}

section.maker1 {
	margin-top: 150px;
	margin-bottom:75px;
}
.wbf_l {
	text-align: center;
	margin: 0 0 100px 0;
}
.wbfl_1 {
	margin-top: 40px;
	font-size: 27px;
	font-weight: 700;
	color: #E90075;
	margin-bottom: 0;
	@media (max-width: 769px) {
		font-size: 1.3125rem;
		font-weight: 700;
		color: #E90075;
		text-align: center;
	}
}

.b_con, .b_con1 {
	margin: 20px auto;
	background: linear-gradient(270deg, rgba(2, 215, 156, 1) 0%, rgba(0, 181, 67, 1) 100%);
	border-radius: 65px;
	box-shadow: 0 4px #2e8b57;
	width: 90%;
}
.b_con.pc {
	height: 130px;
}
.b_box {
	@media (min-width: 770px) {
		/*padding: 20px 0 25px;*/
		display: flex;
		text-align: center;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		opacity: 1;
		overflow: hidden;
		position: relative;
		cursor: pointer;
		height: 130px;
	}
	@media (max-width: 769px) {
		text-align: center;
		display: flex;
		align-items: center;
		/* justify-content: space-evenly; */
		/*gap: 0 30px;*/

	}
}
.b_tri {
	@media (min-width: 770px) {
		display: inline-block;
		border-style: solid;
		border-width: 20px 0 20px 33px;
		border-color: transparent transparent transparent #fff;
		margin-right: 1.33vw;
	}
	@media (max-width: 769px) {
		width: 0;
		height: 0px;
		border-top: 14px solid transparent;
		border-left: 25px solid #fff;
		border-bottom: 14px solid transparent;
		margin: 0;
	}
}
.b_con.pc .b_bun {
	flex-basis: 70%;
	/* margin: 0 80px 0 110px; */
}
.b_con.pc .b_bun1 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 58px;
}
.b_con.pc .b_buny {
	color: yellow;
	font-size: 48px;
} 
.b_con.pc .b_bun2 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	/*line-height: 0;*/
}
.yasusa {
	margin-bottom: 150px;
	@media (max-width: 769px) {
		margin-bottom: 0;
	}
}

.secret h3 {
	background: #112254;
	position: relative;
	text-align: center;
	color: #ffffff;
	font-size: 45px;
	color: #FBF200;
	width: 455px;
	border-radius: 12px;
	margin: 0 auto 50px;
	line-height: 70px;
	height: 74px;
	@media (max-width: 769px) {
		background: #112254;
		font-size: 1.5rem;
		width: 70%;
		border-radius: 6px;
		margin: 0 auto 24px;
		line-height: 38px;
		height: 40px;
	}
}
.secret h3::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 25px solid #112254;
	@media (max-width: 769px) {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -4px;
		border: 4px solid transparent;
		border-top: 14px solid #112254;
	}
}
.secret p {
	text-align: center;
	font-size: 28px;
	font-weight: 900;
	width: 330px;
	margin: 10px auto;
	padding-bottom: 3px;
	border-bottom: 2px dashed #2D4FB2;
	@media (max-width: 769px) {
		font-size: 1.2rem;
		margin: 5% 20%;
		border-bottom: 1px dashed #2D4FB2;
		width: 60%;
	}
}
.secret p > span {
	color: #2D4FB2;
	font-size: 38pxrem;
	padding-left: 1%;
	@media (max-width: 769px) {
		font-size: 1.6rem;
		padding-left: 1%;
	}
}
.secret p > span > span {
  position: relative;
}
.secret p > span > span::before {
	content: "・";
	position: absolute;
	top: -0.8em;
	left: 0;
}

.highlight {
	text-align: center;
	background: url(../webp/evelook_sp_bk.webp)no-repeat top center / 100% auto;/*汎用*/
	/*background: url(../webp/evelook_ny_sp_bk.webp)no-repeat top center / 100% auto;*//*お正月用*/
	padding: 10px;
	margin-bottom: 100px;
	@media (max-width: 769px) {
		padding: 5px;
		margin-bottom: 0;
	}
}
.g_border {/*汎用（金ボーダー*/
	width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
  border: solid 3px transparent;
  border-image: url("../webp/hl-border.webp") 1 stretch;
  padding: 10px;
	@media (max-width: 769px) {
		border: solid 2px transparent;
		padding: 5% 1.5% 0;
		border-image: url("../webp/hl-border.webp") 1 stretch;
	}
}
.highlight h3 {
	color: #ffffff;
	/*font-size: 1.5rem;*/
	filter: drop-shadow(0px 0px 3px #333333);
	margin: 0;
	line-height: 1.2;
	font-family: "Noto Serif JP", serif;
	font-size: 60px;
	letter-spacing: 0.01em;
	margin-bottom: 8%;
	@media (max-width: 769px) {
		font-size: 2rem;
		letter-spacing: 0.01em;
	}
}
.highlight h3 span {
	font-family: "Noto Serif JP", serif;
	font-size: 35px;
	font-weight: 100;
	@media (max-width: 769px) {
		font-size: 1.2rem;
	}
}
.highlight dl {
	margin: 0 0;
}
.highlight dl dt {
	border-radius: 20px 20px 0 0;
	color: #ffffff;
	text-align: center;
	line-height: 1.2;
	padding: 0;
	background: radial-gradient(#003C7E 0%, #022750 80%);
	display: grid;
	align-content: center;
	height: 70px;
	filter: drop-shadow(0px 0px 2px #666666);
	position: relative;
	@media (max-width: 769px) {
		border-radius: 10px 10px 0 0;
		line-height: 1.2;
		display: grid;
		align-content: center;
		height: 54px;
	}
}
.highlight dl dt:nth-of-type(2) {
	padding-left: 62px;
}
.highlight dl > dd::before {
	content: '';
	display: inline-block;
	width: 76px;
	height: 101px;
	position: absolute;
	top: -80px;
	left: 26px;
	@media (max-width: 769px) {
		content: '';
		display: inline-block;
		width: 47px;
		height: 63px;
		position: absolute;
		top: -58px;
		left: 15px;
	}
}

.highlight dl > dd:nth-of-type(1)::before {
	background: url('../webp/highlight01.webp') no-repeat center top / 100% auto;
	filter: drop-shadow(0px 1px 1px #666);
}
.highlight dl > dd:nth-of-type(2)::before {
	background: url('../webp/highlight02.webp') no-repeat center top / 100% auto;
	filter: drop-shadow(0px 1px 1px #666);
}
.highlight dl > dd:nth-of-type(3)::before {
	background: url('../webp/highlight03.webp') no-repeat center top / 100% auto;
	filter: drop-shadow(0px 1px 1px #666);
}

.highlight dl dt h4 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	@media (max-width: 769px) {
		font-size: 1rem;
	}
}
.highlight dl dd {
	background: #ffffff;
	border-radius: 0 0 20px 20px;
	margin-bottom: 25px;
	padding: 15px 8px;
	filter: drop-shadow(0px 0px 3px #666666);
	@media (max-width: 769px) {
		border-radius: 0 0 10px 10px;
		margin-bottom: 5%;
		padding: 2% 2%;
	}
}
.highlight dl dd:last-child {
	margin-bottom: 30px;
	@media (max-width: 769px) {
		margin-bottom: 3%;
	}
}
.highlight dl dd p {
	font-size: 24px;
	margin: 0;
	text-align: center;
	line-height: 1.6;
	letter-spacing: -0.05em;
	@media (max-width: 769px) {
		font-size: 0.8rem;
		ine-height: 1.4;
	}
}
.highlight dl dd p span {
	color: #E90075;
	font-weight: 700;
}

.tokuten {
	margin-top: 80px;
	margin-bottom: 100px;
	@media (max-width: 769px) {
		margin: 5.33vw 0 0;
		padding-bottom: 5.33vw;
	}
}
.tokuten_itemm, .tokuten_item {
	width: calc(100% - 10px);
	@media (max-width: 769px) {
		width: 100%;
	}
}
.tokuten .service13 {
	width: 100%;
	background: url('../webp/tokuten_m_bk.webp') no-repeat center center / 100% auto;
}
.tokuten h3 {
	font-size: 80px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	margin: 0;
	@media (max-width: 769px) {
		font-size: 2rem;
	}
}
.tokuten h3 span:nth-of-type(1) {
	color: #E90075;
}
.tokuten h3 span:nth-of-type(2) {
	color: #E90075;
	font-size: 160px;
	font-style: italic;
	padding-right: 25px;
	letter-spacing: -0.05em;
	@media (max-width: 769px) {
		font-size: 4rem;
		padding-right: 10px;
	}
}
/*新折りたたみ*/
/*新開く閉じる*/
.fukidashi {
  position: relative;
  display: block;
  margin: 0 auto 1.5em;
  padding: 7px 10px;
/*  min-width: 300px;
  max-width: 100%;*/
  width: 98%;
  color: #555;
  background: #F3F55F;
/*  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, .2);*/
  filter: drop-shadow(0px 2px 1px #ddd);
  border-radius: 16px;
}

.fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F3F55F;
/*  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, .2);*/
  filter: drop-shadow(0px 1px 1px #ddd);
}

.fukidashi p {
  /*font-size: 120%;*/
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  color: #BF2726;
  font-weight: 700;
  text-align: center;
}
section.webtokuten .midashi h2 {
  color: #fff;
  font-weight: bold;
  /*font-size: 25px;*/
  font-size: 1.5rem;
  text-align: center;
  background: linear-gradient(to bottom, #BF2726, #E47C7C 50%, #BF2726);
  padding: 8px 0;
}
.tokuten_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 10px;
	margin-bottom: 20px;
	align-items: flex-start;
	@media (max-width: 950px) {
		padding: 0 20px;
	}
	@media (max-width: 769px) {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1px 1px;
		/*justify-content: space-between; */
		margin-top: 0;
		margin-bottom: 15px;
		padding: 0;
	}
}
section.webtokuten .item {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 54px;
	@media (max-width: 769px) {
		padding: 0 0.5% 27px;
		margin-bottom: 0;
	}
}
section.webtokuten .item.nonemore {
	padding-bottom: 0;
} 
section.webtokuten .item h3 span {
	color: #333;
}
section.webtokuten .item.nonemore p.indent {/*続きを読むが無い場合の※テキスト*/
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
	text-indent: 0;
}
section.webtokuten .item .num {
	width: 32px;
	height: 32px;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	/*text-align: center;*/
	line-height: 30px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #BF2726;
	border-radius: 50%;
	letter-spacing: -0.08em;
	padding-right: 1.5px;
}
section.webtokuten .item .readmore .open {
  bottom: 0;
}
section.webtokuten .item .readmore.on-click .close {
  bottom: 0;
}
section.webtokuten .item .hide-text {
	padding: 20px;
	color: #0B142E;
	line-height: 1.2em;
	@media (max-width: 769px) {
		padding: 10px;
	}
}
section.webtokuten .item .hide-text h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	@media (max-width: 769px) {
		font-size: 1rem;
		font-weight: 700;
		margin-bottom: 6px;
	}
}
section.webtokuten .item .hide-text > p {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4em;
	@media (max-width: 769px) {
		font-size: 0.875rem;
	}
}
section.webtokuten .item .hide-text > p:last-of-type {
  margin-bottom: 0;
}
section.webtokuten .item p.indent {
  margin-bottom: 0;
}
.item .readmore .open, .item .readmore.on-click .close {
  font-size: 25px;
  font-weight: 700;
  width: 100%;
  height: 54px;
  display: grid;
  align-items: center;
	@media (max-width: 769px) {
		font-size: 0.8rem;
		height: 27px;
	}
}
.tokuten_items {/*新半分のや～つ*/
	width: calc(50% - 5px);
	@media (max-width: 769px) {
		width: 50%;
	}
}

/*続きを読む（スマホのみ開閉*/

.readmore {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  border: none;
  outline: 0;
  background: none;
  font-weight: bold;
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 0;
  color: #ffffff;
  @media (max-width: 769px) {
  	width: 99%;
  }
}
.tokuten_items .readmore {

  @media (max-width: 769px) {
  	width: 98%;
  }
}
.readmore .open {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  margin: 0 auto;
  font-size: 1em;
}
.readmore.on-click .open {
  display: none;
}
.readmore .close {
  display: none;
}
.readmore.on-click .close {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  margin: 0 auto;
}
button.readmore.blueG1 div {
	background-image: linear-gradient(90deg, #00517E, #1089CB 50%, #00517E);
}

button.readmore.blueG2 div {
	background-image: linear-gradient(90deg, #022954, #0B52A1 50%, #022954);
}
/*続きを読むここまで*/





.tokuten_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px 10px;
	@media (max-width: 769px) {
		gap: 0;
		width: 99%;
		margin: 0 0.5%;
		justify-content: space-between;
	}
}
.toku_img {
	cursor: pointer;
	display: block;
}
.toku_text {
	display: none;
    color: #0B142E;
    width: calc(100% - 20px);
    margin: 10px auto;
    padding: 0 15px 0;
    /*text-align: center;*/
	color: #0B142E;
	@media (max-width: 769px) {
		padding: 0;
	}
}
.toku_text p {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 6px;
	@media (max-width: 769px) {
		font-size: 1rem;
		margin-top: 3%;
		margin-bottom: 1.5%;
	}
}
.toku_text span {
	font-size: 17px;
	font-weight: 400;
	@media (max-width: 769px) {
		font-size: 0.875rem;
	}
}
.tokuten_items {/*半分のや～つ*/
/*	width: calc(50% - 10px);
	@media (max-width: 769px) {
		width: calc(99.5% / 2);
	}*/
}

.maker {
	background-color: #F6F6F6;
	padding: 0 0 0 0;
}
.m_img {
	padding: 0 20px 20px 20px;
	@media (max-width: 769px) {
		padding: 0 0 5.33vw;
	}
}
.m_img:first-of-type {
	/*padding-top: 50px;*/
}
.m_img:last-of-type {
	padding-bottom: 0;
}
.m_box {
	margin-top: 50px;
	padding-bottom: 40px;
}
.m_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 20px 0 20px;
	justify-content: space-between;
	gap: 0 13px;
}
.m_con div {
	flex: 1;
}

#bed.bed {
	margin-bottom: 50px;
	@media (max-width: 769px) {
		margin-bottom: 13.33vw;
	}
}
/*ツインベッド*/
#bed.bed .inner {
  background: #F3F3F3;
  margin: 60px 0 20px;
  padding: 30px 30px;
	@media (max-width: 769px) {
		margin: 0;
		padding: 2.66vw;
		margin-bottom: 0;
	}
}
#bed.bed .ttlarea {
  text-align: center;
  background: #024A63;
  color: #ffffff;
  line-height: 1;
  padding: 12px 0;
  margin-bottom: 30px;
	@media (max-width: 769px) {
		padding: 5px 0;
		margin-bottom: 10px;
	}
}
#bed.bed .twin h2 {
  font-size: 34px;
  padding-top: 10px;
  border-top: 2px #ffffff solid;
  margin: 0 0 5px;
	@media (max-width: 769px) {
		font-size: 1.2rem;
		border-top: 1px #ffffff solid;
		padding-top: 5px;
		margin: 0 0 5px;
	}
}
#bed.bed .ttlarea p {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 2px #ffffff solid;
	@media (max-width: 769px) {
		font-size: 0.8rem;
		padding-bottom: 5px;
		border-bottom: 1px #ffffff solid;
		margin: 0;
	}
}
#bed.bed .boxarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#bed.bed .halfbox {
  /*width: 432px;*/
  max-width: 49%;
  text-align: center;
  background: #ffffff;
  padding: 0 0 20px;
  margin-bottom: 20px;
	@media (max-width: 769px) {
		width: calc(97% / 2);
		text-align: center;
		padding: 0 0 1.33vw;
		margin-bottom: 2.66vw;
	}
}
#bed.bed .halfbox:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
#bed.bed .halfbox img {
  margin-bottom: 10px;
	@media (max-width: 769px) {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
}
#bed.bed .halfbox img.logo {

	@media (max-width: 769px) {
		height: 44px;
		width: auto;
	}
}
#bed.bed .halfbox p {
  margin: 0 20px;
	@media (max-width: 769px) {
		margin: 0 2%;
	}
}
#bed.bed .twin .halfbox p:nth-of-type(1) {
  font-size: 20px;
  text-align: justify;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
	@media (max-width: 769px) {
		font-size: 0.68rem;
		margin-bottom: 10px;
	}
}
#bed.bed .twin .halfbox p:nth-of-type(2) {
  font-size: 22px;
  font-weight: 600;
	@media (max-width: 769px) {
		font-size: 0.68rem;
		margin-bottom: 10px;
	}
}
#bed.bed .halfbox p.price {
  font-size: 38px;
 color: #CC0000;
 font-weight: 900;
	@media (max-width: 769px) {
		font-size: 1.05rem;
	}
}
#bed.bed .halfbox p.price span {
  font-size: 60%;
}
/*電動ベッド*/
#bed.bed .electric h2 {
  font-size: 34px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px #ffffff solid;
  border-bottom: 2px #ffffff solid;
  margin: 0;
	@media (max-width: 769px) {
		border-top: 1px #ffffff solid;
		border-bottom: 1px #ffffff solid;
		padding: 5px 0;
		margin: 0;
		font-size: 1.2rem;
	}
}
#bed.bed .electric .halfbox p:nth-of-type(1) {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
	@media (max-width: 769px) {
		font-size: 0.68rem;
		margin-bottom: 5px;
	}
}
#bed.bed .electric .halfbox p:nth-of-type(2) {
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.05em;
	@media (max-width: 769px) {
		font-size: 68%;
		text-align: center;
	}
}
.price.through {
  position: relative;
}
.price.through::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-10deg);
  background-color: #CC0000;
  width: 60%;
  height: 3px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
	@media (max-width: 769px) {
		height: 1.5px;
	}
}
#bed .tokka {
	@media (max-width: 769px) {
		font-size: 1.2rem;
	}
}
.zaiko {
	font-size: 1.4rem;
	@media (max-width: 769px) {
		font-size: 0.8rem;
	}
}
.zaiko > span.bk_yellow {
	background: Yellow;
	@media (max-width: 769px) {
		font-size: 1rem;
		line-height: 1.2;	
	}
}
.zaiko > span > span {
	font-weight: 700;
	@media (max-width: 769px) {
		font-size: 1.2rem;
	}
}
.zaiko > span > span:nth-of-type(2) {
	color: #CC0000;
	font-size: 28px;
	font-weight: 900;
	@media (max-width: 769px) {

	}
}
.zaiko > span > span:nth-of-type(3) {
	font-size: 28px;
	font-weight: 900;
	@media (max-width: 769px) {
		font-size: 1.2rem;
	}
}

/*レビューカルーセル用*//*(koe)*/
#koe {
	padding: 0;
}
#koe.review {
	padding: 0 0 20px;
	background: url(https://www.seneso.jp/event/bedfair/webp2508/customer_1back.webp) no-repeat bottom center / 100% 100%;
	margin-bottom: 50px;
	@media (max-width: 769px) {
		padding: 0 0 8vw;
		background: url(https://www.seneso.jp/event/bedfair/webp2508/customer_1spback.webp) no-repeat bottom center / 100% 100%;
		margin-bottom: 13.33vw;
	}
}
#koe.review h3 {
	color: #003C7E;
	font-size: 82px;
	text-align: center;
	line-height: 1.2;
	font-weight: 900;
	text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
	filter: drop-shadow(3px 3px 3px #C3C3C3);
	padding-bottom: 50px;
	@media (max-width: 769px) {
		font-size: 8.63vw;
		text-shadow: 0.26vw 0.26vw 0 #fff, -0.26vw 0.26vw 0 #fff, -0.26vw -0.26vw 0 #fff, 0.26vw -0.26vw 0 #fff;
		filter: drop-shadow(0.26vw 0.26vw 0.26vw #C3C3C3);
		padding-bottom: 5.33vw;
	}
}
#koe.review h3 span:first-of-type {
	font-size: 50px;
	@media (max-width: 769px) {
		font-size: 6.4vw;
	}
}
#koe.review h3 span:last-of-type {
	color: #E90075;
}

.reviewarea {
	width: 100%;
	margin: 0 auto 50px;
/*	background: url(../img/customer_2.jpg);*/
	padding: 0 0 40px 0;
}
.reviewarea img {
	width: 100%;
	height: auto;
}
.reviewarea div {
	margin: 0;
}
.reviewarea .slick-next {
	right: -8px;
	z-index: 100;
	top: 45.5%!important;
	@media (max-width: 769px) {
		right: 10px;
		z-index: 100;
		top: 46% !important;
	}
}
.reviewarea .slick-prev {
	left: -8px;
	z-index: 100;
	top: 45.5%!important;
	@media (max-width: 769px) {
		left: 10px;
		z-index: 100;
		top: 46% !important;
	}
}
.slick-prev:before, .slick-next:before {font-size: 40px!important;opacity: .50!important;}
.slick-prev, .slick-next {width: 40px!important;height: 40px!important;}
.slick-prev:before, .slick-next:before {color: #482302!important;}
.reviewarea {
	margin: 0 0;/*カルーセル全体*/
	@media (max-width: 769px) {
		padding-bottom: 50px;
	}
}
.reviewarea > div > div > div {/*ひとコマ*/
	margin: 0 10px;
	@media (max-width: 769px) {
		margin: 0 5px;
	}
}
.slick-dots {
	bottom: 0!important;
	@media (max-width: 769px) {
		bottom: 0 !important;
	}
}
.slick-dotted.slick-slider {
	margin-bottom: 0!important;
}
#gomap {
	margin-top: 50px;
	margin-bottom: 100px;
	@media (max-width: 769px) {
		margin-top: -50px;
		padding-bottom: 13.33vw;
		margin-bottom: 0;
	}
}
#gomap .parkingmap {
	position: relative;
}
#gomap .route_a {
	position: absolute;
	top: 218px;
	left: 208px;
	@media (max-width: 950px) {
		width: 25%;
		height: auto;
		top: 19.7vw;
		left: 19vw;
	}
}
#gomap .route_b {
	position: absolute;
	top: 218px;
	right: 164px;
	@media (max-width: 950px) {
		width: 25%;
		height: auto;
		top: 20vw;
		right: 16vw;
	}
}
#gomap .route_c {
	position: absolute;
	bottom: 270px;
	right: 214px;
	@media (max-width: 950px) {
		width: 25%;
		height: auto;
		bottom: 27vw;
		right: 20vw;
	}
}
#gomap .route_d {
	position: absolute;
	bottom: 270px;
	left: 14px;
	@media (max-width: 950px) {
		width: 19%;
		height: auto;
		bottom: 28vw;
		right: 0vw;
	}
}

img.route {
	filter: drop-shadow(10px 5px 5px #666);
	@media (max-width: 950px) {
		filter: drop-shadow(0.4vw 0.4vw 0.4vw #666);
	}
}








.question {
	margin-top: 50px;
	margin-bottom: 100px;
	@media (max-width: 769px) {
		margin: 0;
		padding-bottom: 13.33vw;
	}
}
.question .ttl {
	text-align: center;
	font-size: 35px;
	font-weight: 900;
	background: #314E9A;
	color: #ffffff;
	padding: 0 0 3px;
	@media (max-width: 769px) {
		font-size: 6.93vw;
		padding: 0 0 0.8vw;
	}
}
.question .ttl p {
	/*margin: 0 0 15px 0;*/
}
.question .subttl {
	font-size: 28px;
	color: #314E9A;
	margin: 20px 0 0 0;
	padding: 0;
	@media (max-width: 769px) {
		font-size: 4.8vw;
		/*border-right: 50% solid #F2F6FF;*/
		border-bottom: 0.53vw solid #314E9A;
		border-left: 2.66vw solid #314E9A;
		padding: 1.6vw 0 1.6vw 2.66vw;
		margin-top: 6.4vw;
	}
}
.qu_box {
	width: calc(100% - 150px);
	margin: 25px auto 0 auto;
	@media (max-width: 769px) {
		width: calc(100% - 20px);
		margin: 4vw auto 0 auto;
	}
}
.qu_item {

}
.qu_p {
	font-size: 18px;
	font-weight: 500;
	color: #314E9A;
	border-bottom: 1px dashed #314E9A;
	padding: 15px 20px;
	display: flex;
	flex-diretion: row;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease 0s;
	@media (max-width: 769px) {
		font-size: 4vw;
		padding: 10px 5px;
	}
}
/*.qu_p:hover {
	opacity: 0.65;
}*/
.qu_span {
	display: none;
	color: #314E9A;
	font-size: 17px;
	font-weight: 500;
	background: #F2F6FF;
	border-bottom: 1px solid #A8B8E2;
	border-left: 1px solid #A8B8E2;
	border-right: 1px solid #A8B8E2;
	padding: 15px 30px;
	@media (max-width: 769px) {
		font-size: 4vw;
		padding: 12px 10px;
		margin-bottom: 0px;
	}
}
/*plus*/
/* 二本の横棒を作成する */
.plus::before, .plus::after {
	content: '';
	display: block;
	width: 17px;
	height: 2px;
	border-radius: 5px;
	background: #314E9A;
	@media (max-width: 769px) {
		content: '';
		display: block;
		width: 12px;
		height: 2px;
		border-radius: 5px;
		background: #314E9A;
	}
}
/* 2本の横棒のうち一本は縦棒にする */
.plus::after {
	background: #314E9A;
	/*横棒を縦にするために90℃回転させる */
	transform: translateY(-100%) rotate(90deg);
	/* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
	transition: 0.5s;
}
/*プラスがクリックされたら縦棒を横にしてマイナスにする疑似要素jQueryで付け外しを行う */
.open ::after {
	transform: rotate(0);
	transition: 0.5s;
	margin-top: -2px;
}
.open ::before {
	margin-top: -2px;
}
/*plusここまで*/


#summary {
	@media (max-width: 950px) {
		padding: 100px 10px;
	}
}
h2.headline_feature {
	background-color: #401600;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	margin: 100px 0 0;
	@media (max-width: 769px) {
		display: none;
	}
}
table.event {
	width: 100%;
	margin: 5px auto 20px;
	background: #fff;
	border-collapse: collapse;
	padding: 0;
	@media (max-width: 1500px) {
		margin: 0;
	}
	@media (max-width: 769px) {
		/*width: 94%;*/
/*		margin: 1.33vw 2.66vw 0;*/
	}
}
table.event caption {
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
	background: #A0A0A0;
	/*background: #E9E4DD;*/
	padding: 25px 0;
	/*margin: 0 3px;*/
	margin: 0;
	@media (max-width: 769px) {
		display: none;
	}
}
table.event tr {
	font-size: 16px;
	width: 100%;
}
table.event th, table.event td {
	padding: 8px 10px;
	font-size: 14px;
	text-align: left;
	@media (max-width: 769px) {
		padding: 2.66vw 0 2.66vw 2.66vw;
		font-size: 3.73vw;
	}
}
table.event th {
	background: #E9E4DD;
	width: 25%;
	color: #333;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	@media (max-width: 769px) {
		display: block;
		padding: 3% 3%;
		width: 100%;
		border-bottom: none;
	}
}
table.event th:first-of-type {
	border-top: #ccc 1px solid;
	@media (max-width: 769px) {
		border-top: none;
	}
}
table.event th:last-of-type {
	border-bottom: #ccc 1px solid;
	@media (max-width: 769px) {
		border-bottom: none;
	}
}
table.event td {
	/*background: #F8F8F8;*/
	border-bottom: #ccc 1px solid;
	@media (max-width: 769px) {
		display: block;
		padding: 0;
		border-bottom: none;
	}
}
table.event td p {
	padding: 10px;
	@media (max-width: 769px) {
	line-height: 1.6 !important;
	padding: 2.66vw;
	}
}
table.event td:first-of-type {
	border-top: #ccc 1px solid;
	@media (max-width: 769px) {
		border-top: none;
	}
}
table.event td ul {
	margin: 0 0 5px 18px;
	@media (max-width: 769px) {
		padding: 2.66vw;
	}
}
table.event td ul li::marker {
	font-size: 12px;
}
.acs_maps {
	margin-top: 10px;border: 4px solid #fff;
	@media (max-width: 769px) {
		margin-bottom: 2.66vw;
	}
}
.acs_maps iframe {
	width: 100%;
	height: 450px;
}




/*フッター*/
.info {
	margin: 0 auto;
	width: 700px;
	display: flex;
	flex-wrap:nowrap;
	justify-content: center;
	gap: 0 20px;
	align-items: center;
	padding: 10px 0;
	@media (max-width: 769px) {
		width: 100%;
		margin: 10px auto;
		flex-wrap: wrap;
		gap: 0 10px;
		padding: 0;
	}
}
.info_item1 {
	width: 141px;
}
.info_item2 {
	width: 130px;
}
.info_item3 {
	color: #51240D;
	font-size:14px;
	font-weight: 500;
	@media (max-width: 769px) {
		font-size: 1rem;
		font-weight: 400;
		text-align: center;
		margin-top: 3%;
		margin-bottom: 2.66vw;
	}
}
.info_item3 a {
	color: #51240D;
	text-decoration: underline;
	@media (max-width: 769px) {
		text-decoration: underline;
	}
}
.info_item1:hover,.info_item2:hover {
	opacity: 0.65;
}

/*サンクスページ*/
article.thanks .thanks_t {
	background: #fff;
	text-align: center;
	/*box-shadow: 0 0 4px rgb(0 0 0 / 40%);*/
	padding-top: 50px;
	padding-bottom: 55px;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border-radius: 5px;
}
article.thanks .thanks_t > div:first-of-type {
	display: none;
}
article.thanks .note_text {
	font-size: 17px;
	width: 88%;
	border: solid 5px #eeeeee;
	padding: 20px 10px;
	margin: 0 auto;
}
div#mfp_thanks {
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
	font-size: 20px;
	/* vertical-align: middle; */
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 48px;
}
article.thanks .back a {
	margin: 13px auto;
	background: linear-gradient(270deg, rgba(2, 215, 156, 1) 0%, rgba(0, 181, 67, 1) 100%);
	box-shadow: 0 4px #2e8b57;
	border-radius: 40px;
	width: 70%;
	padding: 15px 0;
	border: none;
	border: none;
	width: 250px;
	cursor: pointer;
	padding: 5px 60px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
}
.info a {
	/* border-left: 1px solid #755B2F; */
	transition: all 0.4s ease 0s;
}
a.pctel {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

/*スマホ用下部フロート*/
@media (max-width: 950px) {/*TBも含める*/
	.fbtn {
		position: fixed;
		z-index: 999;
		background: rgb(0 0 0 / 30%);
		bottom: 0;
		left: 0;
		width: 100%;
/*		height: 105px;*/
	}
	.fbtn a {/*画像化した場合の*/
		/*display: block;*/
		display: flex;
		justify-content: center;
	}
	.b_conf {
		margin: 13px auto;
		background: linear-gradient(270deg, rgba(2, 215, 156, 1) 0%, rgba(0, 181, 67, 1) 100%);
		box-shadow: 0 4px #2e8b57;
		border-radius: 60px;
		width: 90%;
		/*padding: 8px 25px 15px;*/
		padding-left: 0;
		padding-right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 80px;
	}
	.b_box1 {
		margin: 0 0 3% 0;
	}
	.b_bun1 {
		font-size: 3.73vw;
		font-weight: 700;
		color: #fff;
		margin: 0 0 2%;
	}
	.b_bun2 {
		font-size: 5.33vw;
		font-weight: 700;
		color: #fff;
		margin: 0;
		line-height: 1;
	}
	.b_bun1 .b_buny {
		color: yellow;
		font-size: 4.8vw;
	}
	.b_bun2 .b_buny {
		color: yellow;
		font-size: 8vw;
	}
}



/*フロート消滅*/
	.floating {/*PX*/
		position: fixed;
		transform: translateY(0);
		transition: all 0.5s ease 0s;
		bottom: 0;
		right: 0;
/*		height: 112px;*/
	}
	.is-in .floating {
		transform: translateY(100%);
	}


@media (max-width: 769px) {
	img.pcsp {
		width: 100%;
		height: auto;
	}
}

article.informarea {
	width: 950px!important;
	@media (max-width: 950px) {
		width: 100%!important;
	}
}

.slick-dots li {
	@media (max-width: 769px) {
		position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 -2px!important;
    padding: 0;
    cursor: pointer;
	}
}

.floating > a > img {
	width: 350px;
	height: auto;
	margin: 0 auto;
}