@charset "utf-8";
#option-pack .page-section .section-title{
	background-image: url(../images/option-pack-section-title.jpg);
}
#option-pack .page-section .section-title{
	position: relative;
	margin-bottom: 0;
}
#option-pack .page-section .section-title h2{
	margin:0 auto;
}
#option-pack .section-title-inner{
	position: relative;
	top: 0;
	margin: 50px auto 0;
	width: 960px;
	display: inline-block;
}
.option-pack-contact-btn{
	position: absolute;
	top: 58px;
	right: 0;
}
.option-pack-contact-btn .btn,
.option-pack-contact-btn .btn:link,
.option-pack-contact-btn .btn:visited,
.option-pack-contact-btn .btn:active{
	padding: 12px 0;
	width: 214px;
	font-size: 20px;
}
.option-pack-copy{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #563506;
}
.option-pack-section{
	background:#FFF;
	padding:64px 0;
	overflow:hidden;
}
.option-pack-section:nth-of-type(even) {
    background: #f8e7c0;
}
.option-pack-detail-list{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.option-pack-detail-list .option-pack-detail-item {
    width: 49.5%;
	position: relative;
    display: flex;
    flex-wrap: wrap;
	margin: 1% 0;
}
.detail-img {
    width: 40%;
}
.detail-img img{
	width: 100%;
}
.detail-txt {
    width: 60%;
    box-sizing: border-box;
    background: #ffffff70;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.detail-txt-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 0 12px 0;
    color: #563605;
    background: #ffc337;
    width: 100%;
    height: fit-content;
}

.detail-txt-ttl span {
    display: block;
    background: #fa7924;
    color: #fff;
    font-size: 90%;
    font-weight: normal;
    line-height: 1;
    padding: 0.25rem 1rem;
    width: fit-content;
    margin: 0 auto 0.5rem;
}
.detail-txt p {
    font-size: 14px;
	line-height: 1.6;
	color: #330000;
}

.detail-txt p .small-txt {
	display: block;
    font-size: 11px;
}

ul.option-pack-recommend {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.option-pack-recommend li{
	width: 30%;
}

ul.option-pack-recommend li span {
    display: block;
    background: #f4b424;
    color: #fff;
    width: fit-content;
    line-height: 1;
    padding: 8px 16px;
    margin: 0 auto;
}

ul.option-pack-recommend li h4 {
    font-size: 20px;
    font-weight: 600;
    color: #555;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.option-pack-recommend li figure{
	width: 90%;
	margin: 1rem auto;
}

ul.option-pack-recommend li figure img{
	width: 100%;
}

ul.option-pack-recommend li p.list-copy {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
	font-weight: 600;
}

ul.option-pack-recommend li p.list-copy span {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 0.8rem;
	color: #333;
	background: none;
    border: 1px solid #666;
	padding: 8px 12px;
	border-radius: 5px;
}

.price-description {
    background: #fff;
    padding: 2rem;
    border-radius: 16px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #666;
}

.price-description {
    font-size: 28px;
    font-weight: bold;
    color: #563506;
    background: #FFF;
    padding: 30px 0;
    margin: 25px 0;
    box-shadow: 0 0 0 2px #f5b424, 0 0 0 12px #FFF;
}
.price-info-text {
    font-size: 50px;
    vertical-align: baseline;
}
.price-attention {
    font-size: 20px;
    font-weight: bold;
    margin-top: 35px;
    position: relative;
}

/**more option**/
.more-option-block {
    display: flex;
    justify-content: space-between;
}
.more-option-box {
    border: 4px solid #fa7925;
    padding: 32px;
    border-radius: 16px;
	width: 48%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.more-option-box figure{
	width: 100%;
	padding: 32px 20%;
	box-sizing: border-box;
}
.more-option-box img{
	width: 100%;
}
.more-option-box h4{
	color: #fff;
	background: #fa7925;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	padding: 16px 0;
	margin: 0 0 16px 0;
	border-radius: 8px;
}

.more-option-box-txt{
	flex:1;
}

.more-option-box p{
	text-align: left;
	font-size: 15px;
}

.more-option-box p + p{
	padding-top: 24px;
}

.more-option-price{
	padding: 16px 0 0 0;
	font-size: 40px;
	font-weight: 600;
	color: #000;
}

.more-option-price span{
	display: block;
	background: #fa7925;
	color: #fff;
	font-size: 50%;
	border-radius:4px;
	line-height: 1;
	padding: 8px 24px;
	width: fit-content;
	margin: 0 auto;
}

.more-option-price small{
	font-size: 40%;
}

.section-inner.clearfix h3{
	font-size: 48px;
}

.section-inner.clearfix h3 span {
    background: #ff3535;
    color: #fff;
    padding: 18px;
    line-height: 1;
    font-size: 42px;
    display: block;
    width: fit-content;
    margin: 0 auto 16px;
    border-radius: 8px;
    rotate: -3deg;
}

@media screen and (max-width: 640px){
	/* option-pack */
	#option-pack .section-title-inner{
		width:100%;
		margin: 24px auto 0;
	}
	.option-pack-copy {
		font-size: 20px;
	}
	.option-pack-detail {
		margin: 30px 0;
	}
	.option-pack-detail-list .option-pack-detail-item {
		width: 90%;
		margin: 0 auto 1rem;
	}
	.detail-img {
		width: 100%;
	}
	.detail-txt {
		width: 100%;
	}
	.detail-txt-ttl {
		font-size: 18px;
		padding: 0 0 18px 0;
	}
	.detail-txt p {
		font-size: 15px;
		padding: 1rem 0;
	}
	ul.option-pack-recommend li {
		width: 80%;
		margin: 0 10% 10%;
	}
	ul.option-pack-recommend li:last-child{
		margin-bottom: 0;
	}
	ul.option-pack-recommend li figure {
		margin: 1rem auto;
		width: 70%;
	}
	.price-description {
		width: 90%;
		margin: 0 auto;
		font-size: 18px;
	}
	.price-info-text {
		font-size: 25px;
	}
	.price-attention {
		font-size: 16px;
		margin-top: 25px;
	}
}

