
#option .inner {
	padding: 0;
	box-sizing: border-box;
}

#option #sec_option {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
}

#option #sec_option .inner {
	width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
}

#option #sec_option h2 { margin-bottom: 76px; }



.option_list dl {
	width: calc((100% - 40px) / 3);
	margin: 0 20px 20px 0;
	box-sizing: border-box;
	float: left;
}

.option_list dl:nth-of-type(3n+3) { margin-right: 0; }

.option_list dl dt { line-height: 0; }

.option_list dl dt img {
	width: 100%;
	height: auto;
}

.option_list .option_ttl03 {
	color: #231815;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 7px 0;
	box-sizing: border-box;
}

.option_list .option_txt03 {
	font-size: 12px;
	color: #606060;
	line-height: 1.6em;
	margin-bottom: 14px;
}

.option_btn02 {
	text-align: center;
	padding: 40px 0;
}

.option_btn02 a {
	width: 600px;
	line-height: 60px;
	border-radius: 2px;
	text-align: center;
	font-size: 18px;
	background: #a6840d;
	position: relative;
	display: block;
	color: #fff;
	margin: 0 auto;
}

.option_btn02 a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 10px 7.5px 0;
	border-color: transparent #ffffff transparent transparent;
	top: calc(50% - 7.5px);
	left: 24px;
}

/*==============*/

.season_box_06 { padding-top: 40px; }

.option_frame02 {
	margin-bottom: 40px;
	background: #eae7da;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
}

.option_frame02ct {
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}

.option_ttl02 {
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	font-size: 28px;
	color: #231815;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}

.option_ttl02:before {
	position: absolute;
	content: "";
	left: 0;
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
	background: url(../../../../../images/shop/common/enkai/ttl02_img.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.option_frame02ct_l {
	width: 500px;
	float: left;
	border: 3px solid #eae7da;
	margin-right: 10px;
	box-sizing: border-box;
	padding: 0 20px;
}

.option_frame02ct_r {
	width: calc(100% - 510px);
	float: right;
	box-sizing: border-box;
}

.option_frame02ct_r img { width: 100%; }

.option_frame02ct_l dl {
	box-sizing: border-box;
	border-bottom: 1px solid #eae7da;
	padding: 24px 0 23px 0;
}

.option_frame02ct_l dl:last-child { border-bottom: none; }

.option_frame02ct_l dl dt {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left: 25px;
	font-size: 14px;
	color: #231815;
}

.option_frame02ct_l dl dd {
	color: #231815;
	width: 50%;
	float: right;
	box-sizing: border-box;
	text-align: right;
	padding-right: 25px;
}


@charset "utf-8";

/* CSS Document */
@media screen and (max-width: 750px) {
#option #sec_option h2 {
    margin-bottom: 10vw;
}
#option #sec_option {
    width: 100%;
}
#option #sec_option .inner {
    width: 100%;
}
.mainvisual.enkai_option {
    width: 100%;
}
.option_list dl {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 3%;
}
.option_list dl dt {
    width: 43%;
    float: left;
    margin-right: 3%;
    box-sizing: border-box;
}
.option_list dl dd {
    width: 54%;
    float: right;
    box-sizing: border-box;
}
.option_list .option_ttl03 {
    font-size: 4vw;
    line-height: 1.2em;
}
.option_list .option_txt03 {
    font-size: 3vw;
    margin-bottom: 0;
}
.option_list dl:last-child {
    margin-bottom: 0;
}
.option_btn02 {
    padding: 4vw 0 6vw 0;
}
.option_btn02 a {
    width: 100%;
    font-size: 3.7vw;
}

.option_list {
    padding: 3vw 0 0 0;
    box-sizing: border-box;
}
.option_frame02ct_l dl {
    padding: 4vw 0;
}
.option_frame02ct {
    padding: 2vw;
    box-sizing: border-box;
}
.option_frame02ct_l dl dt {
    padding-left: 1vw;
    font-size: 3vw;
}
.option_frame02ct_l dl dd {
    font-size: 3vw;
    padding-right: 1vw;
}
.option_frame02 {
    margin-bottom: 3vw;
    padding: 3vw;
    box-sizing: border-box;
}
.option_frame02ct {
    display: flex;
    flex-direction: column;
}
.option_frame02ct_r {
    display: flex;
    flex-direction: column;
    float: none;
    width: 100%;
    margin-bottom: 4vw;
}
.option_frame02ct_l {
    flex-direction: column;
    display: flex;
    order: 2;
    float: none;
    width: 100%;
}
.option_ttl02 {
    font-size: 5vw;
}
}

@media screen and (max-width: 490px) {
.option_list .option_ttl03 {
    padding: 2% 0;
}
}
