@charset "utf-8";
/* ===============================================

	MARGIN STYLE
  
=============================================== */
/* top */
.mt5 { margin-top: 5px!important;}
.mt10 { margin-top: 10px!important;}
.mt15 { margin-top: 15px!important;}
.mt20 { margin-top: 20px!important;}
.mt25 { margin-top: 25px!important;}
.mt30 { margin-top: 30px!important;}
.mt35 { margin-top: 35px!important;}

/* bottom */
.mb5 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb35 { margin-bottom: 35px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb45 { margin-bottom: 45px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb55 { margin-bottom: 55px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb65 { margin-bottom: 65px!important;}

/* right */
.mr5 { margin-right: 5px!important;}
.mr10 { margin-right: 10px!important;}
.mr15 { margin-right: 15px!important;}
.mr20 { margin-right: 20px!important;}
.mr25 { margin-right: 25px!important;}
.mr30 { margin-right: 30px!important;}
.mr35 { margin-right: 35px!important;}

/* left */
.ml5 { margin-left: 5px!important;}
.ml10 { margin-left: 10px!important;}
.ml15 { margin-left: 15px!important;}
.ml20 { margin-left: 20px!important;}
.ml25 { margin-left: 25px!important;}
.ml30 { margin-left: 30px!important;}
.ml35 { margin-left: 35px!important;}


/* ---------- マージンの消去 ---------- */
.nomt { margin-top: 0!important;}
.nomb { margin-bottom: 0!important;}
.noml { margin-left: 0!important;}
.nomr { margin-right: 0!important;}

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

	BODY
  
=============================================== */
html {
	height:100%;
	overflow:auto;
	_overflow-y: scroll;
}

body {
	width:100%;
	height:100%;
	text-align:center;
	color:#333;
	background:#fff;
}

img{
	max-width: 100%;
}
/* ===============================================

	LINK DECORATION
  
=============================================== */
a:link {
	color:#0068b7;
	text-decoration:none;
}

a:visited {
	color:#0068b7;
}

a:hover {
	color:#0068b7;
	text-decoration:underline;
}
/* ===============================================

	STYLE
  
=============================================== */

/* ---------------------------------------------
	header
--------------------------------------------- */
header {
	width: 100%;
	padding: 10px 0;
	-webkit-background-size: 100%;
	background-size: 100%;
	border-bottom: 1px solid #B38940;
	overflow:hidden;
}

header h1 {
	width: 45%;
	padding-top: 3px;
	padding-left: 8px;
	float: left;
	margin: 0 auto 0 auto;
	box-sizing: border-box;
}

header p {
	width: 55%;
	padding-right: 5px;
	text-align: right;
	float: right;
	box-sizing: border-box;
}

header p img{
	width: 80%;
}

/* ---------------------------------------------
	info
--------------------------------------------- */
#info {
	background: #fff;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #82582e;
	padding: 20px 5% 0 20px;
	font-size:14px;
}

#info h4 {
	border-bottom: 1px solid #9b8966;
	padding-bottom: 10px;
}

#info dl {
	text-align: left;
	margin: 0 0 0 0;
}

#info dl dt {
	font-size: 16px!important;
	font-weight: bold;
	margin-bottom: 5px;
}

#info dl dt span {
	color: #d46e82;
}

#info dl table {
	width: 100%;
}

#info dl table th,
#info dl table td {
	padding: 5px 0;
	text-align: center;
	border: 1px solid #9b8966;
}

#info dl table th {
	background: #e0d6a5;
}

#info dl .note {
	padding: 10px;
	border: 1px dotted #9b8966;
}

#info dl .cap {
	padding: 10px;
	border: 1px dotted #9b8966;
	background-color: #FDFCF9;
	margin-bottom:10px;
}

#info dl dd{
	margin-left: 0;
	font-size: 16px!important;
}

.calendar{
	text-align: center;
	font-size: 11px;
}

.style4{
	font-size: 11px!important;
}

/* ---------------------------------------------
	下部固定購入ボタン
--------------------------------------------- */
#info_box{
    background: #f6efdf;
    border-top:3px solid #e84097;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
}

#info_box1 {
    background: white;
    border-top: 3px solid #e84097;
    position: fixed;
    bottom: 0;
    width: 200%;
    padding: 5px 0;
	float: center;
}

#info_box1.type2 {
	width: 100%;
	padding: 0;
}

#info_box1.type3 {
	width: 100%;
	background: #fdf8bf;
}

#info_box1.type2 img {
	width: 100%;
	height: auto!important;
}

#info_box .buy_btn{
    float: left;
    width: 80%;
    padding: 0 0 0 15px;
	box-sizing: border-box;
}

#info_box .buy_btn img{
    width: 100%;
}

#info_box .top_btn{
    float: right;
    width: 15%;
    padding: 0 15px 0 0;
	box-sizing: border-box;
}

#info_box .top_btn img{
    width: 100%;
}

/*----- まとめ購入エリア -----*/
.cv_3set{
	position: relative;
}

.cv_3set_btn{
	position: absolute;
	right: 8%;
    bottom: 10%;
	width: 59.2%;
}

.cv_2set{
	position: relative;
}

.cv_2set_btn{
	position: absolute;
	right: 8%;
    bottom: 20%;
	width: 59.2%;
}

.cv_single_btn{
	width: 80%;
	margin: 0 auto 60px auto;
}

.cv_3set_btn a,
.cv_2set_btn a,
.cv_single a{
	display: block;
}

.cv_3set_btn a:hover,
.cv_2set_btn a:hover,
.cv_single a:hover{
	opacity: 0.7;
}