@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#kitchen .msg .box .info {
	width: 670px;
}
#kitchen .msg .box .info .labels {
	display: flex;
	margin-bottom: 40px;
}
#kitchen .msg .box .info .labels .label {
	font-size: 20px;
	background: #fbb35f;
	border-radius: 5px;
	color: #fff;
	padding: 0 10px;
	border: 2px solid #fbb35f;
	line-height: 1;
	height: 48px;
	display: inline-block;
	margin-right: 10px;
	font-weight: 500;
}
#kitchen .msg .box .info .labels .label .fm {
	font-weight: bold;
	font-size: 35px;
	line-height: 1;
	margin: 0 2px;
}
#kitchen .msg .box .info .labels .label:nth-of-type(2) {
	background: #fff;
	color: #0b4d99;
	display: flex;
	align-items: center;
}
#kitchen .msg .box .info h2 {
	font-size: 40px;
	font-weight: normal;
	color: #0b4d99;
	line-height: 1.8;
}
#kitchen .msg dl {
	background: #fff;
	padding: 20px;
	margin-top: 50px;
}
#kitchen .msg dl dt {
	color: #0b4d99;
	font-size: 110%;
	font-weight: 500;
}
#kitchen .msg .box .img img {
	width: 368px;
}
#kitchen .plan {
	color: #fff;
}
#kitchen .plan::before {
	background: #0b4d99;
}
#kitchen .plan h2.sub.white  {
	font-size: 35px;
}
#kitchen .plan h2.sub.white span {
	font-size: 50px;
}
#kitchen .plan .list {
	margin-top: 80px;
	gap: 80px 0;
}
#kitchen .plan .box {
	width: 510px;
	background: #fff;
	padding: 30px;
	color: #001654;
	position: relative;
}
#kitchen .plan .box.other {
	width: 646px;
	margin: 0 auto 80px;
}
#kitchen .plan .box .img {
	position: relative;
	margin-bottom: 30px;
}
#kitchen .plan .box .img .maru {
	display: inline-block;
	position: absolute;
	right: -10px;
	bottom: -60px;
	width: 120px;
	height: 120px;
	text-align: center;
	color: #fff;
	background: #f9951f;
	font-size: 28px;
	border-radius: 50%;
	line-height: 1.2;
	padding-top: 15px;
	font-weight: 500;
}
#kitchen .plan .box .img .maru::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #fff;
}
#kitchen .plan .box .img .maru .no {
	text-shadow : 2px 2px 0px rgba(165, 87, 66, 0.5);
	font-size: 43px;
}
#kitchen .plan .box .img .maru .no span {
	font-size: 32px;
}
#kitchen .plan .box .maker {
	font-size: 16px;
	color: #5da7ca;
	margin-bottom: 0;
}
#kitchen .plan .box .name {
	color: #0b4d99;
	font-size: 40px;
	margin-bottom: 10px;
}
#kitchen .plan .box .topic {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
}
#kitchen .plan .box .price {
	margin-bottom: 30px;
}
#kitchen .plan .box .price.rit {
	justify-content: flex-end;
}
#kitchen .plan .box .price .after {
	font-weight: bold;
	color: #f9951f;
	font-size: 38px;
	line-height: 1;
}
#kitchen .plan .box .price .after span {
	font-size: 50px;
}
#kitchen .plan .box .btns {
	display: flex;
	justify-content: space-between;
}
#kitchen .plan .box .btns li a {
	display: inline-block;
	width: 215px;
	background: #5da7ca url("../img/arrow-w.png") no-repeat right 20px center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 47px;
	border-radius: 25px;
	padding-left: 20px;
	padding-bottom: 2px;
}
#kitchen .plan .box .btns li:nth-of-type(2) a {
	background-color: #fc6d6d;
}
#kitchen .plan .box.other .option {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 50px;
	height: 50px;
	background: #fbb35f;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding-top: 8px;
}
#kitchen .plan .box.other .special_price {
	display: flex;
	justify-content: center;
	align-items: center;
}
#kitchen .plan .box.other .special_price dt {
	background: #0b4d99;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
	padding: 5px 19px 8px;
	margin-right: 20px;
	position: relative;
	top: 5px;
}
#kitchen .plan .box.other .special_price dd {
	font-weight: bold;
	color: #f9951f;
	font-size: 38px;
	line-height: 1;
}
#kitchen .plan .box.other .special_price dd span {
	font-size: 50px;
}
#kitchen .plan .ico {
	position: absolute;
	right: 0;
	bottom: 120px;
}
#kitchen .reason::before {
	background: #f2f3f6;
}
#kitchen .reason h2.sub span {
	color: #0b4d99;
}
#kitchen .reason .list {
	margin-top: 80px;
}
#kitchen .reason .box {
	width: 1040px;
	margin-left: auto;
	border: 3px solid #2681bb;
	position: relative;
	padding: 40px;
	margin-bottom: 80px;
}
#kitchen .reason .box .img {
	position: absolute;
	top: -20px;
	left: -40px;
}
#kitchen .reason .box .img::before {
	content: "";
	background: url("../img/pick.png") no-repeat center / 100% auto;
	width: 75px;
	height: 52px;
	position: absolute;
	top: -20px;
	left: -20px;
}
#kitchen .reason .box .point {
	position: absolute;
	top: -3px;
	right: -3px;
	width: 80px;
	height: 80px;
	padding-top: 8px;
	color: #fff;
	background: #5da7ca;
	line-height: 1.2;
	text-align: center;
	font-size: 20px;
}
#kitchen .reason .box .point span {
	font-size: 32px;
}
#kitchen .reason .box dl dt {
	font-size: 40px;
	padding-left: 270px;
	line-height: 1.3;
	font-weight: bold;
	color: #0b4d99;
	margin-bottom: 30px;
}
#kitchen .reason .box dl dt span {
	color: #f9951f;
}
#kitchen .reason .box dl dd {
	background: #2681bb;
	color: #fff;
	padding: 30px 30px 30px 270px;
}
#kitchen .nayami {
	position: relative;
}
#kitchen .nayami::before {
	background: #fff;
}
#kitchen .nayami h2.sub {
	font-size: 35px;
}
#kitchen .nayami h2.sub span {
	font-size: 50px;
}
#kitchen .nayami ul.chk {
	width: 500px;
	margin: 50px auto;
}
#kitchen .nayami .woman {
	position: absolute;
	left: 0;
	top: 405px;
}
#kitchen .nayami ul.chk li {
	background: url("../img/chk.png") no-repeat left top 3px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 110%;
}
#kitchen .nayami .beige_box {
	background: #fff7ef;
	position: relative;
	padding: 30px;
	border-radius: 35px;
	margin-bottom: 80px;
}
#kitchen .nayami .beige_box .txt {
	font-size: 25px;
	color: #0b4d99;
	text-align: center;
	line-height: 2;
}
#kitchen .nayami .beige_box .txt span {
	color: #001654;
}
#kitchen .nayami .beige_box .man {
	position: absolute;
	right: 30px;
	bottom: 0;
}
#kitchen .nayami .links .box {
	border-radius: 10px;
	box-shadow: 10px 10px 0 rgba(0,22,84,0.1);
	background: #fbb35f;
	margin-bottom: 80px;
}
#kitchen .nayami .links .box:nth-of-type(2) {
	background: #fff;
	border: 1px solid #0b4d99;
	margin-bottom: 40px;
}
#kitchen .nayami .links .box .box_flex {
	padding: 25px;
}
#kitchen .nayami .links .box .img {
	width: 315px;
}
#kitchen .nayami .links .box .info {
	width: 705px;
	background: #fff;
	padding: 25px;
	border-radius: 10px;
}
#kitchen .nayami .links .box:nth-of-type(2) .info {
	padding: 0;
}
#kitchen .nayami .links .box .info .ttl {
	padding-left: 100px;
	position: relative;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.2;
	color: #0b4d99;
	margin-bottom: 10px;
}
#kitchen .nayami .links .box:nth-of-type(2) .info .ttl {
	padding-left: 0;
}
#kitchen .nayami .links .box .info .ttl .fm {
	font-size: 45px;
}
#kitchen .nayami .links .box .info .ttl .maru {
	position: absolute;
	top: 0;
	left: 0;
	background: #fbb35f;
	border-radius: 50%;
	width: 85px;
	height: 85px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 29px;
	font-weight: 500;
}
#kitchen .nayami .links .box .info .label {
	background: #fbb35f;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 15px;
}
#kitchen .nayami .links .box .info .ttl_txt {
	font-size: 35px;
	color: #0b4d99;
	line-height: 1.3;
	margin-bottom: 20px;
}
#kitchen .nayami .links .box a {
	display: block;
	background: #fc6d6d;
	text-align: center;
	color: #fff;
	font-size: 30px;
	padding-bottom: 5px;
	position: relative;
	border-radius: 0 0 10px 10px;
}
#kitchen .nayami .links .box a::before {
	content: "";
	background: url("../img/click.png") no-repeat center / 100% auto;
	width: 63px;
	height: 68px;
	display: inline-block;
	position: absolute;
	right: 60px;
	bottom: -30px;
}
#kitchen .works {
	color: #fff;
}
#kitchen .works::before {
	background: #0b4d99;
}
#kitchen .works h2.sub.white  {
	font-size: 35px;
}
#kitchen .works h2.sub.white span {
	font-size: 50px;
}
#kitchen .works .list {
	margin-top: 80px;
}
#kitchen .works .box {
	color: #001654;
	background: #fff;
	padding: 50px;
	margin-bottom: 80px;
}
#kitchen .works .box .jirei {
	font-size: 16px;
	margin-bottom: 30px;
}
#kitchen .works .box .jirei span {
	color: #fff;
	background: #2681bb;
	display: inline-block;
	padding: 0 20px;
	margin-right: 20px;
}
#kitchen .works .box h3 {
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.3;
	padding-left: 20px;
	margin-bottom: 20px;
	color: #0b4d99;
}
#kitchen .works .box h3::before {
	content: "";
	position: absolute;
	background: #fbb35f;
	width: 4px;
	height: 100%;
	top: 3px;
	left: 0;
	display: inline-block;
}
#kitchen .works .box .topic {
	font-weight: 500;
}
#kitchen .works .box table {
	width: 100%;
	margin-bottom: 40px;
}
#kitchen .works .box table tr {
	border-top: 1px solid #e5e5e5;
}
#kitchen .works .box table tr:last-of-type {
	border-bottom: 1px solid #e5e5e5;
}
#kitchen .works .box table tr th, #kitchen .works .box table tr td {
	padding: 15px 0;
}
#kitchen .works .box table tr th {
	padding-right: 15px;
	color: #2681bb;
	vertical-align: top;
}
#kitchen .works .box table tr td ul li {
	padding-left: 15px;
	position: relative;
}
#kitchen .works .box table tr td ul li::before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	background: #fbb35f;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 9px;
	left: 0;
}
#kitchen .works .box dl dt {
	color: #2681bb;
	margin-bottom: 15px;
}
#kitchen .works .box dl dd {
	background: #fff7ef;
	padding: 15px;
}
#kitchen .works .box .btn01 {
	margin-bottom: 0;
}
#kitchen .works .box .btn01 a {
	margin-top: 30px;
	margin-left: auto;
}
#kitchen .flow h2.sub {
	font-size: 35px;
}
#kitchen .flow h2.sub span {
	font-size: 50px;
}
#kitchen .flow .list {
	margin-top: 50px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 340px);
	gap: 50px 0;
	margin-bottom: 80px;
}
#kitchen .flow .box .step {
	text-align: center;
	color: #fff;
	background: #5da7ca;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 9px 0;
	clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
	font-weight: 500;
}
#kitchen .flow .box .img {
	margin-bottom: 20px;
}
#kitchen .flow .box dl dt {
	text-align: center;
	color : #0B4D99;
	text-shadow : 2px 2px 0px rgba(255, 255, 255, 1);
	font-size: 25px;
	margin-bottom: 10px;
}
#kitchen .flow .box dl dd {
	text-align: center;
	font-size: 98%;
}
#kitchen .flow .btn01 a {
	margin: 0 auto;
}
#kitchen .voice::before {
	background: #fff;
}
#kitchen .voice h2.sub {
	font-size: 35px;
}
#kitchen .voice h2.sub span {
	font-size: 50px;
}
#kitchen .voice #slide_voice {
	margin-top: 60px;
}
#kitchen .voice .box {
	width: 250px;
	border: 1px solid #0b4d99;
	box-shadow: 10px 10px 0 rgba(0, 22, 84, 0.1);
}
#kitchen .voice .box .in {
	padding: 14px;
	background: rgba(93, 167, 202, 0.2);
}
#kitchen .voice .box .in .name {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
#kitchen .voice .box .in .star {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 10px;
}
#kitchen .voice .box .in .star dt {
	width: 50px;
}
#kitchen .voice .box .in .star dd {
	width: calc(100% - 60px);
	display: flex;
}
#kitchen .voice .box .in .star dd img {
	margin-right: 3px;
}
#kitchen .voice .box .in .star dd img:last-of-type {
	margin-right: 0;
}
#kitchen .voice .box .txt {
	padding: 15px;
}
#kitchen .voice .slick-list {
	padding-bottom: 10px;
}
#kitchen .voice .slick-slide {
	max-width: 530px;
	margin: 0 10px;
}
#kitchen .voice .slide-arrow {
	width: 30px;
	height: 30px;
	bottom: 0;
	margin: auto;
	position: absolute;
	top: 0;
	z-index: 2;
	cursor: pointer;
}
#kitchen .voice .prev-arrow {
	left: -10px;
}
#kitchen .voice .next-arrow {
	right: -10px;
	transform: scale(-1,-1);
}
#kitchen .area::before {
	background: #f2f3f6;
}
#kitchen .area .box {
	margin-top: 100px;
}
#kitchen .area .fl {
	width: 450px;
}
#kitchen .area .fl .area_map {
	padding: 78px 0 68px;
	background: url("../img/kitchen/bg-area.png") no-repeat center / 100% auto;
}
#kitchen .area .fl .area_map dt {
	text-align: center;
	font-size: 40px;
	line-height: 1.4;
	text-shadow: 2px 2px 0 #fff;
	margin-bottom: 25px;
	color: #0b4d99;
}
#kitchen .area .fl .area_map dd {
	text-align: center;
	font-size: 110%;
	font-weight: 500;
}
#kitchen .area .fl .notice {
	background: #fff;
	position: relative;
	padding: 40px 20px 20px;
	margin-top: 50px;
}
#kitchen .area .fl .notice dt {
	font-size: 24px;
	color: #0b4d99;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#kitchen .area .fr {
	width: 570px;
}
#kitchen .area .fr dl {
	font-weight: 500;
}
#kitchen .area .fr dl:not(:last-of-type) {
	margin-bottom: 50px;
}
#kitchen .area .fr dl dt {
	position: relative;
	padding-left: 15px;
	font-size: 110%;
	margin-bottom: 10px;
}
#kitchen .area .fr dl dt::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #5da7ca;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
}
#kitchen .area .mail_btn {
	margin-top: 80px;
}
#kitchen .show_room {
	color: #fff;
}
#kitchen .show_room::before {
	background: #0b4d99;
}
#kitchen .show_room .list {
	margin-top: 80px;
}
#kitchen .show_room .box {
	background: #fff;
	margin-bottom: 80px;
	padding: 30px;
	color: #001654;
}
#kitchen .show_room .box:last-of-type {
	margin-bottom: 0;
}
#kitchen .show_room .box h3 {
	display: inline-block;
	position: relative;
	font-size: 20px;
	line-height: 1.6;
	padding-left: 20px;
	margin-bottom: 20px;
	font-weight: 500;
	color: #001654;
}
#kitchen .show_room .box h3::before {
	content: "";
	position: absolute;
	background: #fbb35f;
	width: 4px;
	height: 100%;
	top: 3px;
	left: 0;
	display: inline-block;
}
#kitchen .show_room .box h3 span {
	font-size: 30px;
	font-weight: normal;
	color: #0b4d99;
}
#kitchen .show_room .box .box_flex {
	margin-top: 10px;
	align-items: flex-start;
}
#kitchen .show_room .box .img {
	width: 419px;
}
#kitchen .show_room .box .info {
	width: 585px;
}
#kitchen .show_room .box .info table {
	width: 100%;
}
#kitchen .show_room .box .info table tr {
	border-top: 1px solid #e5e5e5;
}
#kitchen .show_room .box .info table tr:last-of-type {
	border-bottom: 1px solid #e5e5e5;
}
#kitchen .show_room .box .info table tr tg, #kitchen .show_room .box .info table tr td {
	padding: 13px 0;
}
#kitchen .show_room .box .info table tr th {
	color: #2681bb;
	width: 80px;
	white-space: nowrap;
}
#kitchen .show_room .box .info table tr td a {
	font-size: 98%;
	text-decoration: underline;
}
#kitchen .faq::before {
	background: #fff;
}
#kitchen .faq .list {
	margin-top: 50px;
}
#kitchen .faq dl {
	border: 1px solid #0b4d99;
	margin-bottom: 50px;
}
#kitchen .faq dl dt {
	position: relative;
	background: #0b4d99;
	color: #fff;
	font-size: 20px;
	padding: 25px 25px 25px 65px;
	cursor: pointer;
}
#kitchen .faq dl dt::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	width: 44px;
	height: 44px;
	background: #5da7ca url("../img/arrow-w02.png") no-repeat center;
	border-radius: 50%;
	transition: transform 0.3s ease;
}
#kitchen .faq dl dt.open::after {
	transform: rotate(180deg);
}
#kitchen .faq dl dd {
	position: relative;
	padding: 25px 25px 25px 65px;
	display: none;
}
#kitchen .faq dl dt::before, #kitchen .faq dl dd::before {
	content: "Q";
	font-family: var(--font-caveat);
	font-size: 35px;
	color: #fbb35f;
	position: absolute;
	top: 10px;
	left: 20px;
}
#kitchen .faq dl dd::before {
	content: "A";
	color: #5da7ca;
}
#kitchen .column::before {
	background: #f2f3f6;
}
#kitchen .column::after {
	background: url("../img/bg-iraka.png") no-repeat right bottom;
	background-size: 600px auto;
}
#kitchen .column h3 {
	font-size: 38px;
	font-weight: normal;
	color: #0b4d99;
	margin-bottom: 50px;
}
#kitchen .column #column_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 340px);
	gap: 40px 0;
	margin-bottom: 80px;
}
#kitchen .column #column_list .box {
	position: relative;
}
#kitchen .column #column_list .box .img {
	width: 300px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#kitchen .column #column_list .box .img img {
	object-fit: cover;
	aspect-ratio: 3 / 2.2;
}
#kitchen .column #column_list .box .txt_box {
	background: #fff;
	margin-top: 125px;
	padding: 115px 20px 20px;
	font-weight: 500;
}
#kitchen .column #column_list .box a .txt_box .ttl {
	font-size : 110%;
	line-height : 27px;
	color : #0B4D99;
	text-decoration: underline;
}
#kitchen .column #column_list .box a .txt_box .txt {
	font-size : 98%;
	line-height : 25px;
	color : #001654;
}
#kitchen .column .links {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 340px);
	gap: 40px 0;
	margin-bottom: 40px;
}
#kitchen .column .links li {
	background: #fff;
	padding: 5px;
}
#kitchen .column .links li a {
	border: 2px solid #5da7ca;
	background: #fff;
	display: block;
	padding: 5px 15px;
	font-size : 20px;
	line-height : 39px;
	color : #001654;
	font-weight: 500;
	position: relative;
}
#kitchen .column .links li a::before {
	content: "";
	background: url("../img/top/arrow02.png") no-repeat center;
	width: 40px;
	height: 28px;
	position: absolute;
	right: 10px;
	top: 10px;
}
#kitchen .other::before {
	background: url(../img/top/bg11.jpg) repeat top left / 100%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#kitchen .msg .box .img {
		margin: 0 auto 30px;
	}
	#kitchen .msg .box .info {
		width: 100%;
	}
	#kitchen .msg .box .info .labels {
		margin-bottom: 15px;
	}
	#kitchen .msg .box .info .labels .label {
		font-size: 18px;
		height: 40px;
	}
	#kitchen .msg .box .info .labels .label .fm {
		font-size: 30px;
	}
	#kitchen .msg .box .info h2 {
		font-size: 30px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	#kitchen .msg dl {
		margin-top: 20px;
		padding: 15px;
	}
	#kitchen .plan h2.sub.white, #kitchen .nayami h2.sub, #kitchen .works h2.sub.white, #kitchen .flow h2.sub, #kitchen .voice h2.sub {
		font-size: 25px;
	}
	#kitchen .plan h2.sub.white span, #kitchen .nayami h2.sub span, #kitchen .works h2.sub.white span, #kitchen .flow h2.sub span, #kitchen .voice h2.sub span {
		font-size: 35px;
	}
	#kitchen .plan .list {
		margin-top: 30px;
		gap: 20px 0;
	}
	#kitchen .plan .box {
		width: 49%;
		padding: 15px;
	}
	#kitchen .plan .box .img {
		margin-bottom: 20px;
	}
	#kitchen .plan .box .img .maru {
		width: 80px;
		height: 80px;
		padding-top: 8px;
		font-size: 20px;
		bottom: -10px;
	}
	#kitchen .plan .box .img .maru .no {
		font-size: 30px;
	}
	#kitchen .plan .box .img .maru .no span {
		font-size: 20px;
	}
	#kitchen .plan .box .maker {
		font-size: 15px;
	}
	#kitchen .plan .box .name {
		line-height: 1.3;
		font-size: 30px;
	}
	#kitchen .plan .box .topic {
		font-size: 15px;
	}
	#kitchen .plan .box .price .after {
		font-size: 25px;
	}
	#kitchen .plan .box .price .after span {
		font-size: 35px;
	}
	#kitchen .plan .box .btns {
		display: block;
	}
	#kitchen .plan .box .btns li {
		margin-bottom: 10px;
		text-align: center;
	}
	#kitchen .plan .box .btns li:last-of-type {
		margin-bottom: 0;
	}
	#kitchen .plan .box .btns li a {
		font-size: 15px;
		text-align: left;
	}
	#kitchen .plan .box.other .special_price dt {
		padding: 1px 10px 4px;
		font-size: 16px;
	}
	#kitchen .plan .box.other .special_price dd {
		font-size: 25px;
	}
	#kitchen .plan .box.other .special_price dd span {
		font-size: 35px;
	}
	#kitchen .reason .box {
		width: 100%;
		padding: 15px;
		margin-bottom: 30px;
	}
	#kitchen .reason .box .img {
		position: relative;
		top: auto;
		left: auto;
		width: 320px;
		margin: 0 auto 15px;
	}
	#kitchen .reason .box dl dt {
		padding-left: 0;
		font-size: 25px;
		margin-bottom: 20px;
	}
	#kitchen .reason .box dl dd {
		padding: 15px;
	}
	#kitchen .nayami .woman {
		width: 100px;
		top: 375px;
	}
	#kitchen .nayami ul.chk {
		margin-left: 110px;
	}
	#kitchen .nayami .beige_box .txt {
		font-size: 20px;
		padding-right: 60px;
		text-align: left;
	}
	#kitchen .nayami .beige_box .man {
		width: 100px;
		right: 0;
	}
	#kitchen .nayami .links .box {
		margin-bottom: 40px;
	}
	#kitchen .nayami .links .box .box_flex {
		padding: 15px;
	}
	#kitchen .nayami .links .box .img {
		width: 30%;
	}
	#kitchen .nayami .links .box .info {
		width: 70%;
		padding: 15px;
	}
	#kitchen .nayami .links .box:nth-of-type(2) .info {
		padding: 0 15px;
	}
	#kitchen .nayami .links .box .info .ttl {
		font-size: 24px;
		padding-left: 60px;
	}
	#kitchen .nayami .links .box .info .ttl .fm {
		font-size: 30px;
	}
	#kitchen .nayami .links .box .info .ttl .maru {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
	#kitchen .nayami .links .box .info .label {
		font-size: 18px;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	#kitchen .nayami .links .box .info .ttl_txt {
		font-size: 24px;
		margin-bottom: 10px;
	}
	#kitchen .nayami .links .box a {
		font-size: 20px;
	}
	#kitchen .nayami .links .box a::before {
		right: 0;
		bottom: -15px;
		width: 40px;
		height: 45px;
	}
	#kitchen .works .list {
		margin-top: 40px;
	}
	#kitchen .works .box {
		padding: 15px;
		margin-bottom: 30px;
	}
	#kitchen .works .box .img {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	#kitchen .works .box .info {
		width: 100%;
	}
	#kitchen .works .box .jirei {
		font-size: 15px;
		margin-bottom: 20px;
	}
	#kitchen .works .box h3 {
		font-size: 20px;
	}
	#kitchen .works .box table {
		margin-bottom: 20px;
	}
	#kitchen .works .box table tr th, #kitchen .works .box table tr td {
		padding: 10px 0;
	}
	#kitchen .works .box .btn01 a {
		font-size: 14px;
		width: 250px;
	}
	#kitchen .flow .list {
		grid-template-columns: repeat(3, 32%);
		gap: 30px 0;
		margin-bottom: 40px;
	}
	#kitchen .flow .box .step {
		padding: 3px 0;
		font-size: 18px;
	}
	#kitchen .flow .box .img {
		margin-bottom: 10px;
	}
	#kitchen .flow .box dl dt {
		font-size: 18px;
	}
	#kitchen .flow .box dl dd {
		text-align: left;
	}
	#kitchen .voice .box .in {
		padding: 5px;
	}
	#kitchen .voice .box .in .star {
		display: block;
	}
	#kitchen .voice .box .in .star dt {
		margin-bottom: 5px;
	}
	#kitchen .area .box {
		margin-top: 50px;
	}
	#kitchen .area .fl {
		width: 100%;
		margin-bottom: 30px;
	}
	#kitchen .area .fl .area_map {
		width: 450px;
		margin: 0 auto;
	}
	#kitchen .area .fr {
		width: 100%;
	}
	#kitchen .area .fr dl:not(:last-of-type) {
		margin-bottom: 20px;
	}
	#kitchen .area .fr dl dt {
		margin-bottom: 5px;
	}
	#kitchen .area .mail_btn {
		margin-top: 40px;
	}
	#kitchen .show_room .list {
		margin-top: 40px;
	}
	#kitchen .show_room .box {
		padding: 15px;
		margin-bottom: 40px;
	}
	#kitchen .show_room .box h3 {
		font-size: 18px;
	}
	#kitchen .show_room .box h3 span {
		font-size: 25px;
	}
	#kitchen .show_room .box .img {
		margin: 0 auto 20px;
	}
	#kitchen .show_room .box .info table tr tg, #kitchen .show_room .box .info table tr td {
		padding: 10px 0;
	}
	#kitchen .faq .list {
		margin-top: 30px;
	}
	#kitchen .faq dl {
		margin-bottom: 30px;
	}
	#kitchen .faq dl dt {
		font-size: 18px;
		padding: 15px 15px 15px 55px;
	}
	#kitchen .faq dl dt::before, #kitchen .faq dl dd::before {
		top: 0;
		left: 15px;
	}
	#kitchen .faq dl dt::after {
		top: 10px;
	}
	#kitchen .faq dl dd {
		padding: 15px 15px 15px 55px;
	}
	#kitchen .column h3 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	#kitchen .column #column_list {
		grid-template-columns: repeat(3, 32%);
		margin-bottom: 40px;
	}
	#kitchen .column #column_list .box .img {
		width: 90%;
	}
	#kitchen .column #column_list .box .txt_box {
		padding: 9% 15px 15px;
	}
	#kitchen .column .links {
		grid-template-columns: repeat(3, 32%);
	}
	#kitchen .column .links li a {
		font-size: 15px;
	}
	#kitchen .column::after {
		background-size: 400px auto;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#kitchen .msg .box .info .labels .label {
		font-size: 14px;
		height: 33px;
	}
	#kitchen .msg .box .info .labels .label .fm {
		font-size: 25px;
	}
	#kitchen .msg .box .info h2 {
		font-size: 22px;
	}
	#kitchen .msg .box .img {
		text-align: center;
	}
	#kitchen .plan h2.sub.white, #kitchen .nayami h2.sub, #kitchen .works h2.sub.white, #kitchen .flow h2.sub, #kitchen .voice h2.sub {
		font-size: 20px;
	}
	#kitchen .plan h2.sub.white span, #kitchen .nayami h2.sub span, #kitchen .works h2.sub.white span, #kitchen .flow h2.sub span, #kitchen .voice h2.sub span {
		font-size: 25px;
	}
	#kitchen .plan .box {
		width: 100%;
		margin-bottom: 20px;
	}
	#kitchen .plan .box .name {
		font-size: 25px;
	}
	#kitchen .plan .box .price .after {
		text-align: right;
	}
	#kitchen .plan .box.other {
		width: 100%;
	}
	#kitchen .plan .ico {
		width: 60px;
	}
	#kitchen .plan .box.other .option {
		top: 15px;
		left: 15px;
	}
	#kitchen .reason .list {
		margin-top: 40px;
	}
	#kitchen .reason .box .img {
		width: 100%;
	}
	#kitchen .reason .box .point {
		z-index: 1;
		width: 50px;
		height: 50px;
		font-size: 14px;
		padding-top: 5px;
	}
	#kitchen .reason .box .point span {
		font-size: 20px;
	}
	#kitchen .reason .box dl dt {
		font-size: 20px;
	}
	#kitchen .nayami .woman {
		position: relative;
		margin: 0 auto;
		top: auto;
	}
	#kitchen .nayami ul.chk {
		margin-left: 0;
		width: 100%;
		margin: 30px 0 10px;
	}
	#kitchen .nayami .beige_box {
		padding: 15px 15px 0;
	}
	#kitchen .nayami .beige_box .txt {
		padding-right: 0;
		font-size: 16px;
	}
	#kitchen .nayami .beige_box .man {
		position: relative;
		margin: 0 auto;
	}
	#kitchen .nayami .links .box .img {
		width: 100%;
		margin-bottom: 15px;
	}
	#kitchen .nayami .links .box .info {
		width: 100%;
	}
	#kitchen .nayami .links .box:nth-of-type(2) .info {
		padding: 0;
	}
	#kitchen .nayami .links .box .info .ttl {
		font-size: 20px;
	}
	#kitchen .nayami .links .box .info .ttl .fm {
		font-size: 25px;
	}
	#kitchen .nayami .links .box a {
		font-size: 18px;
	}
	#kitchen .nayami .links .box .info .ttl_txt {
		font-size: 20px;
	}
	#kitchen .works h2.sub.white span {
		font-size: 22px;
	}
	#kitchen .works .box h3 {
		font-size: 18px;
		padding-left: 15px;
	}
	#kitchen .works .box table tr th, #kitchen .works .box table tr td {
		display: block;
	}
	#kitchen .works .box table tr th {
		padding-bottom: 5px;
	}
	#kitchen .works .box .btn01 a {
		margin: 20px auto 0;
	}
	#kitchen .works .box table tr td {
		padding-top: 0;
	}
	#kitchen .flow .list {
		grid-template-columns: repeat(2, 49%);
		gap: 20px 0;
		margin-bottom: 30px;
	}
	#kitchen .flow .box dl dt {
		font-size: 17px;
	}
	#kitchen .voice #slide_voice {
		margin-top: 30px;
	}
	#kitchen .voice .box .in .star {
		display: flex;
	}
	#kitchen .voice .box .in .star dt {
		margin-bottom: 0;
	}
	#kitchen .area .box {
		margin-top: 20px;
	}
	#kitchen .area .fl .area_map {
		width: 100%;
		padding: 50px 0 40px;
	}
	#kitchen .area .fl .notice {
		margin-top: 20px;
	}
	#kitchen .area .fl .area_map dt {
		font-size: 30px;
	}
	#kitchen .show_room .box h3 {
		font-size: 16px;
	}
	#kitchen .show_room .box h3 span {
		font-size: 20px;
	}
	#kitchen .show_room .box .img {
		width: 100%;
	}
	#kitchen .show_room .box .info {
		width: 100%;
	}
	#kitchen .show_room .box .info table tr th, #kitchen .show_room .box .info table tr td {
		display: block;
	}
	#kitchen .show_room .box .info table tr th {
		padding-top: 5px;
		padding-bottom: 0;
	}
	#kitchen .show_room .box .info table tr td {
		padding-top: 0;
		padding-bottom: 5px;
		word-break: break-all;
	}
	#kitchen .faq dl dt {
		font-size: 16px;
		padding: 10px 40px 10px 40px;
	}
	#kitchen .faq dl dt::before, #kitchen .faq dl dd::before {
		font-size: 30px;
		left: 10px;
	}
	#kitchen .faq dl dt::after {
		width: 30px;
		height: 30px;
		background-size: 15px auto;
		right: 10px;
		top: 15px;
	}
	#kitchen .faq dl dd {
		padding: 10px 10px 10px 40px;
	}
	#kitchen .column::after {
		background-size: 250px auto;
	}
	#kitchen .column h3 {
		font-size: 20px;
	}
	#kitchen .column #column_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 30px 0;
	}
	#kitchen .column #column_list .box {
		width: 48%;
	}
	#kitchen .column #column_list .box .txt_box {
		margin-top: 35%;
		padding: 37% 10px 10px;
	}
	#kitchen .column #column_list .box a .txt_box .ttl {
		font-size: 95%;
	}
	#kitchen .column #column_list .box a .txt_box .txt {
		font-size: 85%;
	}
	#kitchen .column #column_list .box:last-of-type {
		margin: 0 auto;
	}
	#kitchen .column .links {
		grid-template-columns: repeat(2, 49%);
		align-items: flex-start;
	}
	#kitchen .column .links li a {
		line-height: 1.3;
		padding: 10px 15px;
	}
}