@charset "utf-8";

/* clearfix
-----------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.sp {
	display: none;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */
.pd0 {
	padding: 0 !important;
}

.mg0 {
	margin: 0 !important;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.inner {
	padding-left: 3%;
	padding-right: 3%;
}

dl,
dt,
dd {
	margin: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

header {}

h1 {
	color: #000;
}

li {
	list-style: none;
}

.good {
	width: 90%;
	background: #960000;
	/* Old browsers */
	background: -moz-linear-gradient(top, #960000 0%, #7c0000 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #960000 0%, #7c0000 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #960000 0%, #7c0000 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#960000', endColorstr='#7c0000', GradientType=0);
	/* IE6-9 */
	line-height: 55px;
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	/* Firefox用 */
	margin: 35px auto 20px auto;
	font-size: 34px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #fff;
	text-align: center;
}

.btn_link {
	display: block;
	width: 80%;
	background: #960000;
	/* Old browsers */
	background: -moz-linear-gradient(top, #960000 0%, #7c0000 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #960000 0%, #7c0000 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #960000 0%, #7c0000 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#960000', endColorstr='#7c0000', GradientType=0);
	/* IE6-9 */
	line-height: 55px;
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	/* Firefox用 */
	margin: 35px auto 20px auto;
	font-size: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	text-decoration: none !important;
}

.box_01 {
	border: 3px solid #552612;
	padding: 0 15px;
	color: #552612;
	margin-bottom: 15px;
}

.box_01 h3 {
	margin-bottom: 0;
}

.box_01 p {
	margin-top: 0;
	color: #896040;
}

.title_01 {
	font-size: 26px;
	color: #471500;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}

.title_01 span {
	font-size: 32px;
}

.title_01 span.right {
	font-size: 12px;
	color: #FFF;
	background: #471500;
	position: absolute;
	right: 3%;
	top: 10px;
	padding: 2px 10px 0;
}

.title_02 {
	margin: 0 3%;
	border-bottom: 1px solid #471500;
	padding: 0 0 5px !important;
	color: #896040;
}

.max90p img {
	max-width: 80%;
}

.w100p img {
	width: 100%;
}

.title_03 {
	font-size: 20px;
	background: #471500;
	color: #fff;
	font-weight: normal;
	padding: 5px 3%;
	margin: 0 !important;
}

#section_02 dl {
	border-left: 1px solid #471500;
	border-top: 1px solid #471500;
	margin-top: 10px;
}

#section_02 dt {
	background: #c8bb9b;
	color: #471500;
	border-right: 1px solid #471500;
	border-bottom: 1px solid #471500;
	padding: 10px;
	text-align: center;
}

#section_02 dd {
	border-right: 1px solid #471500;
	border-bottom: 1px solid #471500;
	padding: 10px;
	text-align: center;
	margin: 0;
}

.pt30 {
	padding-top: 30px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.title_04 {
	border: #A88C79 solid 1px;
	background-color: #462C1E;
	background-image: -moz-linear-gradient(top, #C5A38C, #462C1E);
	background-image: -ms-linear-gradient(top, #C5A38C, #462C1E);
	background-image: -o-linear-gradient(top, #C5A38C, #462C1E);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#C5A38C), to(#462C1E));
	background-image: -webkit-linear-gradient(top, #C5A38C, #462C1E);
	background-image: linear-gradient(top, #C5A38C, #462C1E);
	border-bottom: #D2C9B6 solid 1px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #fff;
	padding: 5px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding-left: 10px;
	font-weight: bold;
}

.title_05 {
	background: url(../images/kdx/kdx_img_16.png) left no-repeat;
	padding: 15px 0 4px;
	padding-left: 40px !important;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 16px;
	font-weight: bold;
	color: #471500;
	margin-bottom: 0;
}

.box_pack_shopcap {
	margin: 15px 0;
}

.box_pack_shopcap p {
	border-bottom: 1px dotted #C5A38C;
	padding: 10px 0;
	color: #845C01;
}

.box_pack_shopcap p.icon_point_01 {
	padding-left: 30px;
	background: url(../images/kdx/kdx_img_17.png) no-repeat left center;
	font-size: 12px;
}

.box_pack_shopcap p.icon_point_02 {
	padding-left: 30px;
	background: url(../images/kdx/kdx_img_18.png) no-repeat left center;
	font-size: 12px;
}

.box_pack_shopcap p.icon_point_03 {
	padding-left: 30px;
	background: url(../images/kdx/kdx_img_19.png) no-repeat left center;
	font-size: 12px;
}

.box_02_title {
	padding: 10px;
	background: #D9CBC1;
	text-align: center;
}

.box_02_content {
	padding: 10px;
	background: #F4F3F2;
	color: #787878;
}

.box_plan_ditail_r {
	margin: 0 auto 20px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 0 0 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.box_choice {
	position: absolute;
	top: 0;
	left: 0;
	/*	z-index: 100; */
}

.box_2bloxk_cource_l p.ttl_choice {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.ttl_choice {
	border-bottom: 1px dotted #C1AD9E;
	color: #933D26;
	font-size: 20px;
	padding-left: 50px;
	margin-left: 10px;
	margin-top: 10px;
}

.ttl_choice_cap {
	color: #933D26;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.summary_txt_left {
	display: block;
	font-size: 14px;
	color: #787778;
	font-weight: normal;
}

.content_course {
	margin-top: 10px;
	margin-left: 12px;
	font-weight: bold;
	color: #787878;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
}

ol.box_menu {
	margin: 5px;
	padding-left: 20px;
}

.box_menu li {
	list-style: decimal !important;
	font-weight: normal;
	color: #787878;
}

.box_choice_txt {
	padding: 0 10px;
}

.box_choice_txt img {
	width: 100%;
}

.gray {
	color: #787878;
}

.text_01 {
	font-size: 12px;
	color: #3d2211;
	line-height: 2;
}

.title_06 {
	background: #471500;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 20px 0;
	padding: 10px 3%;
}

.title_06 span {
	font-size: 20px;
}

.title_07 {
	padding: 10px 3%;
	background: #FF7F00;
	color: #fff;
	text-align: center;
	font-size: 26px;
}

.price_lunchbox {
	font-size: 16px;
	color: #933D26;
	text-align: center;
}

#section_05 p {
	color: #787878;
}

.box_planpack {
	padding: 10px 31px 10px 20px;
	background: url(../../kdx/images/bg_plan_pack.png) no-repeat;
}

.box_planpack>ol {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.box_planpack ol li {
	list-style: none;
	display: inline-block;
	width: calc((100% - 48px) / 3);
	color: #7b3618;
	font-weight: bold;
	font-size: 14px;
}

.box_planpack ol li div.box_pland_d {
	padding-top: 15px;
	width: ;
	height: 34px;
	background: url(../../kdx/images/bg_pack.png) no-repeat center/contain;
	text-align: center;
	color: #845C01;
}

.box_planpack ol li.icon_plus {
	padding-left: 24px;
	background: url(../../kdx/images/icon_osusume_plus.png) no-repeat 5px center;
}

* {
	margin: 0;
}

body {
	color: #646464;
}

.kdx_ttl01 {
	color: #646464;
	font-size: 36px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	font-weight: bold;
	padding: 30px 0;
}

.kdx_top_btn {
	list-style: none;
	margin-bottom: 50px;
}

.kdx_top_btn li {
	line-height: 0;
	text-align: center;
}

.kdx_top_btn li+li {
	margin-top: 30px;
}

.kdx_box02 {
	padding-top: 75px;
}

.kdx_ttl02 {
	text-align: center;
	margin: 0 auto 50px;
	color: #522910;
	font-size: 34px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	letter-spacing: 0.05em;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	position: relative;
}

.kdx_frame01 {
	background: #faf6ec;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 94%;
	margin: 30px auto;
	box-sizing: border-box;
}

.kdx_ttl03 {
	text-align: center;
	color: #646464;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
}

.kdx_ttl03 span {
	font-size: 20px;
	position: relative;
	display: inline-block;
}

.kdx_ttl03 span:before {
	content: '';
	position: absolute;
	width: 800%;
	height: 1px;
	background: #b6b0a1;
	top: 50%;
	right: calc(100% + 7px);
}

.kdx_ttl03 span:after {
	content: '';
	position: absolute;
	width: 800%;
	height: 1px;
	background: #b6b0a1;
	top: 50%;
	left: calc(100% + 7px);
}

.center {
	text-align: center;
}

.kdx_img01 {
	margin-bottom: 20px;
	width: 60%;
}

.kdx_ttl04 {
	text-align: center;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	background: #cc9269;
	padding: 15px 0;
	margin: 0 auto 20px;
	width: 94%;
	box-sizing: border-box;
}

.kdx_img02 {
	margin-bottom: 30px;
	text-align: center;
}

.kdx_ttl05 {
	text-align: center;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
	color: #646464;
}

.kdx_txt02 {
	font-size: 16px;
	line-height: 1.8em;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.kdx_txt02 .kdx_red {
	font-size: 16px;
	color: #ec1b23;
}

.kdx_txt03 {
	width: 60%;
}

.kdx_w01 {
	width: 100%;
}

.kdx_sec01 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.kdx_item01 {
	width: 100%;
}

.kdx_item01+.kdx_item01 {
	margin-top: 40px;
}

.kdx_item01 dt,
.kdx_ttl08 {
	font-size: 22px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	font-weight: bold;
	border-bottom: 2px solid #fcc11b;
	padding: 8px 0 8px 24px;
	position: relative;
}

.kdx_item01 dt:before,
.kdx_ttl08:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: #fcc11b;
	left: 0;
	top: calc(50% - 7px);
}

.kdx_twoside {
	display: flex;
	align-items: center;
	position: relative;
	padding: 4px 0;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	list-style: none;
}

.kdx_twoside:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 30px;
	left: 50%;
	top: calc(50% - 15px);
	background: #cccccc;
}

.kdx_twoside li {
	width: 50%;
	text-align: center;
	font-size: 14px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	font-weight: bold;
	padding: 4px;
	box-sizing: border-box;
}

.kdx_twoside li.kdx_price01,
.kdx_price01 {
	font-size: 16px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	font-weight: bold;
	margin-bottom: 0;
}

.kdx_twoside li.kdx_price01 .kdx_orange,
.kdx_price01 .kdx_orange {
	font-size: 16px;
	color: #f1770a;
}

.kdx_twoside li.kdx_price01 .kdx_orange i,
.kdx_price01 .kdx_orange i {
	font-style: normal;
	font-size: 14px;
	color: #f1770a;
	display: inline-block;
	line-height: 1em;
	vertical-align: middle;
	margin-top: -5px !important;
}

.kdx_small01 {
	font-size: 12px;
}

.kdx_ttl06 {
	font-size: 16px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	font-weight: bold;
	margin-bottom: 20px;
}

.kdx_i01_ctn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.kdx_i01_ctn_l {
	max-width: 690px;
	margin: 0 0 20px;
	position: relative;
}

.kdx_i01_ctn_l,
.kdx_i01_ctn_r {
	flex: 1;
}

.kdx_small02 {
	font-size: 12px;
}

.kdx_i01_ctn_l .kdx_small02 {
	position: absolute;
	color: #fff;
	text-shadow: 1px 1px 4px rgba(46, 31, 0, 1);
	bottom: 15px;
	right: 15px;
}

.kdx_ttl07 {
	font-weight: bold;
	color: #cca569;
	font-size: 15px;
	margin-bottom: 10px;
}

.kdx_list01 {
	padding-left: 20px;
	margin-bottom: 10px;
}

.kdx_tbl01 {
	width: 94%;
	border-collapse: collapse;
	margin: 0 auto 80px;
}

.kdx_tbl01 th {
	text-align: center;
	color: #fff;
	background: #fcc11b;
	border: 2px solid #fcc11b;
	padding: 10px;
	font-size: 22px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	font-weight: bold;
}

.kdx_tbl01 td {
	border: 2px solid #fcc11b;
	padding: 10px;
	font-size: 16px;
}

.kdx_frame02 {
	margin-bottom: 100px;
}

.kdx_frame02 .kdx_frame02_ttl {
	text-align: center;
	color: #fff;
	background: #f89311;
	font-size: 22px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	font-weight: bold;
	padding: 15px;
}

.kdx_frame02 .kdx_frame02_ctn {
	padding: 20px;
	background: #faf6ec;
}

.kdx_frame02 .kdx_frame02_ctn .present_lead {
	margin-bottom: 10px;
	padding-left: 2%;
}

.kdx_txt04 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
	padding-top: 5px;
}

.kdx_frame02_item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 0;
	list-style: none;
}

.kdx_frame02_item li {
	width: 100%;
	max-width: 650px;
	box-sizing: border-box;
}

.kdx_frame02_item li+li {
	margin-top: 20px;
}

.kdx_frame02_item li a {
	display: flex;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #bebaaa;
	background: #fff;
	text-decoration: none;
	justify-content: flex-start;
	color: #606060;
}

.kdx_frame02_img {
	/* width: 260px; */
}

.kdx_frame02_r {
	width: 350px;
	position: relative;
	padding-bottom: 25px;
}

.kdx_txt05 {
	color: #751e06;
	font-size: 12px;
	margin-bottom: 5px;
}

.kdx_ttl09 {
	color: #231815;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.kdx_ttl09 span {
	color: #231815;
	font-size: 14px;
	line-height: 1em;
}

.kdx_txt06 {
	font-size: 12px;
}

.kdx_btn01 {
	position: absolute;
	background: #751e06;
	color: #fff;
	padding: 0 30px 0 20px;
	line-height: 25px;
	font-size: 12px;
	bottom: 0;
	right: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.kdx_btn01:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 7px solid #fff;
	border-bottom: 5px solid transparent;
	margin-top: -5px;
}

.kdx_sec03 {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 0;
	flex-wrap: wrap;
	gap: 20px;
}

.kdx_item04 {
	flex: 1;
	margin-bottom: 70px;
}

.kdx_item04 dt {
	margin-bottom: 10px;
	text-align: center;
}

.kdx_ttl10 {
	font-size: 16px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 2px solid #fcc11b;
	margin-bottom: 8px;
}

.kdx_frame03 {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 20px 0;
	box-sizing: border-box;
}

.kdx_frame03 .kdx_ttl06 {
	margin-bottom: 14px;
}

.kdx_list02 {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 3.4vw;
}

.kdx_list02 li {
	padding-left: 12px;
	position: relative;
	margin-bottom: 5px;
}

.kdx_list02 li:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #646464;
	left: 0;
	top: 5px;
}

.kdx_txt08 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.kdx_box03 .kdx_ttl10 {
	margin-bottom: 15px;
}

.kdx_box03 .kdx_ttl10.kdx_nomg {
	margin-bottom: 0;
}

.kdx_txt08 span {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	background: #ad6a33;
	border-radius: 3px;
	padding: 0 5px;
}

.kdx_txt07 {
	font-size: 12px;
}

.kdx_pricelist {
	list-style: none;
	padding: 0;
}

.kdx_pricelist li .kdx_pricelist_ctn {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #cccccc;
	padding: 9px 0 5px;
}

.kdx_item04 .kdx_pricelist_ctn dt {
	margin-bottom: 0;
}

.kdx_item04 .kdx_pricelist_ctn dt {
	font-size: 14px;
	font-weight: bold;
}

.kdx_item04 .kdx_pricelist_ctn dt span {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	background: #ad6a33;
	border-radius: 3px;
	padding: 0 5px;
	margin-left: 9px;
}

.kdx_item04 .kdx_pricelist_ctn .kdx_price01 {
	margin-bottom: 0;
}

.kdx_ttl11 {
	text-align: center;
	color: #522910;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px;
}

.kdx_box02 .info {
	padding: 10px;
	background-color: #522910;
	width: 100%;
	max-width: 690px;
	box-sizing: border-box;
	margin: 0 auto 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	flex-direction: column;
}

.kdx_box02 .info li {
	width: 100%;
}

.kdx_box02 .info li+li {
	margin-top: 5px;
}


.kdx_box01,
.kdx_box02,
.kdx_box03 {
	position: relative;
}

.kdx_box02:before,
.kdx_box03:before {
	position: absolute;
	content: "";
	border-top: 5px solid #522910;
	background: rgb(224, 210, 196);
	background: -moz-linear-gradient(top, rgba(224, 210, 196, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(224, 210, 196, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(224, 210, 196, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0d2c4', endColorstr='#ffffff', GradientType=0);
	height: 60px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.coming_soon {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0;
}

.coming_soon::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85)
}

.coming_soon::after {
	content: "Coming Soon";
	display: block;
	position: absolute;
	z-index: 101;
	top: calc(50% - 0.5em);
	width: 100%;
	line-height: 1;
	text-align: center;
	font-size: 36px;
	color: #fff;
}

.inquiries {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	padding: 0;
	margin-bottom: 30px;
}

.inquiries li {
	flex: 1;
}

.inquiries li a {
	display: grid;
	place-items: center;
	height: 100%;
	width: 100%;
	font-family: Ryumin Bold KL;
	font-size: 14px;
	color: #fff;
	background: #8b0202;
	padding: 19px 0;
	font-weight: bold;
	border-radius: 4px;
}

@media screen and (max-width: 750px) {
	.sp {
		display: block;
	}

	.kdx_ttl01 {
		font-size: 4.6vw;
		padding: 5vw 0;
	}

	.kdx_top_btn {
		margin-bottom: 5vw;
	}

	.kdx_top_btn li+li {
		margin-top: 3vw;
	}

	.kdx_box02 {
		padding-top: 10vw;
	}

	.kdx_ttl02 {
		margin: 0 auto 8vw;
		font-size: 8vw;
		padding-bottom: 1vw;
	}

	.kdx_ttl02.kdx_dis {
		margin: 0 auto 5vw;
	}

	.kdx_frame01 {
		padding: 20px 2vw;
		margin-bottom: 5vw;
	}

	.kdx_ttl03,
	.kdx_img01 {
		margin-bottom: 2vw;
	}

	.kdx_ttl03 span {
		font-size: 4.6vw;
	}

	.kdx_ttl04 {
		font-size: 5.2vw;
		padding: 2vw 0;
		margin: 0 auto 2vw;
	}

	.kdx_img02 {
		margin-bottom: 3vw;
	}

	.kdx_ttl05 {
		font-size: 4.8vw;
		margin-bottom: 3vw;
	}

	.kdx_txt02 {
		font-size: 3.4vw;
		margin-bottom: 3vw;
	}

	.kdx_txt02.kdx_txt02_dis01 {
		margin-bottom: 5vw;
	}

	.kdx_txt02 .kdx_red {
		font-size: 3.4vw;
	}

	.kdx_item01 dt,
	.kdx_ttl08 {
		font-size: 5vw;
		padding: 3px 0 3px 24px;
	}

	.kdx_twoside {
		margin-bottom: 3vw;
	}

	.kdx_ttl06 {
		font-size: 4vw;
		margin-bottom: 3vw;
	}

	.kdx_i01_ctn_l {
		margin: 0 0 3vw;
		flex: auto;
	}

	.kdx_small02 {
		font-size: 3vw;
		bottom: 3vw;
		right: 3vw;
	}

	.kdx_tbl01 {
		margin: 0 auto 10vw;
	}

	.kdx_tbl01 th {
		font-size: 4.8vw;
	}

	.kdx_tbl01 td {
		font-size: 3.4vw;
	}

	.kdx_item01+.kdx_item01 {
		margin-top: 4vw;
	}

	.kdx_frame02 {
		margin-bottom: 10vw;
	}

	.kdx_frame02 .kdx_frame02_ttl {
		font-size: 4.8vw;
		padding: 15px 2vw;
		line-height: 1.4;
	}

	.kdx_frame02 .kdx_frame02_ctn {
		padding: 20px 3vw;
	}

	.kdx_frame02 .kdx_frame02_ctn .present_lead {
	padding: 0;
	}

	.kdx_frame02_item li+li {
		margin-top: 3vw;
	}

	.kdx_frame02_item li a {
		padding: 2vw;
		justify-content: space-between;
	}

	.kdx_frame02_img {
		width: 40%;
	}

	.kdx_frame02_r {
		width: 58%;
	}

	.kdx_txt05 {
		font-size: 3vw;
	}

	.kdx_ttl09 {
		font-size: 4.2vw;
		margin-bottom: 2vw;
	}

	.kdx_ttl09 span {
		font-size: 3vw;
		line-height: 1.5em;
	}

	.kdx_txt06 {
		font-size: 3vw;
	}

	.kdx_item04 {
		margin-bottom: 8vw;
		flex: auto;
	}

	.kdx_item04 .kdx_price01 {
		margin-bottom: 3vw;
	}

	.kdx_ttl10 {
		font-size: 4vw;
	}

	.kdx_txt07 {
		font-size: 3.4vw;
	}

	.kdx_twoside li {
		font-size: 3.4vw;
	}

	.kdx_twoside li.kdx_price01,
	.kdx_price01 {
		font-size: 4vw;
	}

	.kdx_twoside li.kdx_price01 .kdx_orange,
	.kdx_price01 .kdx_orange {
		font-size: 4vw;
	}

	.kdx_twoside li.kdx_price01 .kdx_orange i,
	.kdx_price01 .kdx_orange i {
		font-size: 3.4vw;
	}

	.kdx_small01 {
		font-size: 3vw;
	}

	.kdx_frame03 {
		margin: 0 auto 10vw;
	}

	.kdx_item04 .kdx_pricelist_ctn dt {
		font-size: 3.4vw;
	}

	.kdx_item04 .kdx_pricelist_ctn dt span {
		font-size: 3vw;
	}

	.kdx_ttl11 {
		font-size: 5vw;
	}

	.kdx_box02 .info {
		margin: 0 auto 8vw;
	}

	.kdx_txt03 {
		font-size: 3vw;
	}

	.ttl-access,
	.ttl-shop_information,
	.ttl-sister_shop,
	.ttl-other_contents {
		margin-bottom: 3vw;
	}
}

@media screen and (max-width:480px) {
	.title_07 {
		font-size: 20px;
	}

	.kdx_btn01 {
		padding: 0 20px 0 10px;
		font-size: 10px;
		line-height: 20px;
	}
}

@media screen and (max-width:340px) {
	.title_04 {
		font-size: 17px;
	}

	.title_07 {
		font-size: 16px;
	}
}

@media screen and (min-width:769px) {
	.kdx_box02 .info {
		flex-direction: row;
		gap: 20px;
	}

	.kdx_box02 .info li+li {
		margin-top: 0;
	}

	.kdx_box02 .info li {
		flex: 1;
	}

	#container * {
		line-height: normal;
	}

	.kdx_top_btn {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}

	.kdx_top_btn {
		flex: 1;
	}

	.kdx_top_btn li+li {
		margin-top: 0;
	}

	.kdx_frame02_item {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}

	.kdx_frame02_item li {
		flex: 1;
		height: 100%;
	}

	.kdx_frame02_item li a {
		gap: 20px;
	}

	.kdx_frame02_item li+li {
		margin-top: 0;
	}

	.inquiries {
		flex-direction: row;
	}
}
