@charset "UTF-8";

/***************************************************

	shoplist

***************************************************/


#main-image{
	position: relative;
	margin: 0 auto;
}

#main-image h1{
	margin: 0 auto;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 6px;
	text-align: center;
	background: #e43e50;
}



/*----- 店舗基本情報エリア -----*/

#shop_detail{
	max-width: 100%;
	margin: 80px auto 80px;
}

#shop_detail > ul{
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#shop_detail > ul > li{
	display: table;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#shop_detail > ul > li:last-child{
	border-bottom: 1px solid #ccc;c
}

#shop_detail > ul > li .cont,
#shop_detail > ul > li .item{
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	padding: 10px;
}

#shop_detail > ul > li .item{
	width: 200px;
	border-right: 1px solid #ccc;
	font-weight: bold;
}


#shop_detail > ul > li .cont .map_wrapp{
	display: block;
}

#shop_detail > ul > li .cont .map_wrapp iframe{
	width: 100%;
	height: 380px;
}




/*----- 店舗イメージエリア -----*/

#shop_images{

}

#shop_images ul{
	max-width: 920px;
	margin: 0 auto 60px;
}

#shop_images ul li{
	float: left;
	width: 200px;
	margin: 0 15px 30px;
}

.column-single .image_box {
	margin: 0;
}

#shop_images ul li a{
	display: block;
	position: relative;
}

#shop_images ul li a .icon{
	position: absolute;
	bottom: 6px;
	left: 6px;
}


/*----- 設置機種エリア・フードエリア -----*/

#shop-event,
#shop-foods,
#shop-handling{
	position: relative;
	overflow: hidden;
}

#shop-event ul,
#shop-foods ul,
#shop-handling ul {
	position: relative;
	left: 50%;
	float: left;
}

#shop-event ul li,
#shop-foods ul li,
#shop-handling ul li {
	position: relative;
	left: -50%;
	float: left;
	width: 180px;
	margin: 0 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 8px;
	box-sizing: border-box;
}

#shop-event ul li a,
#shop-foods ul li a,
#shop-handling ul li a{
	display: block;
	text-align: center;
	color: #000;
	text-decoration: none;
	line-height: 1.3;
}

#shop-event ul li a figcaption,
#shop-foods ul li a figcaption,
#shop-handling ul li a figcaption{
	margin: 8px 0 0;
	font-size: 14px;
}



/*----- NEWS情報エリア -----*/

.lqdbox-btn .image{
	height: 210px;
	top: 0;
	bottom: 0 !important;
	border: 1px solid #dedee0;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.lqdbox-btn .title{
	background: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	border-radius: 0 0 6px 6px;
	line-height: 1.3;
	padding: 8px 12px;
   -webkit-transition: all 0.2s linear;
   -webkit-transition: -webkit-all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;

}

.lqdbox-btn:hover .title{
	background: rgba(212,60,81,0.8);
}

.lqdbox-btn .new{
	display: inline-block;
	background: #ffff00;
	line-height: 1;
	padding: 8px 14px;
	color: #ff0000;
	font-weight: bold;
	border-radius: 50%;
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
	position: absolute;
	right: -5px;
	top: -5px;
}

.lqdbox-btn-off{
	color: #e43e50;
	font-size: 40px;
	position: absolute;
	top: -20px;
	right: 0;
	z-index: 999;
}



#sys-linkarea{
	position: relative;
	overflow: hidden;
	margin: 0 0 60px;
	padding: 60px 0;
	background: #dedee0;
}

#sys-linkarea ul{
	position: relative;
	left: 50%;
	float: left;
}

#sys-linkarea ul li{
	position: relative;
	left: -50%;
	float: left;
	margin: 0 15px;
}

#sys-linkarea ul li a{
	display: inline-block;
	background: #4169e1;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	line-height: 1;
	padding: 13px 40px;
	border-radius: 6px;
	width: 270px;
}

#sys-linkarea ul li a:hover{
	background: #e43e50;
}

#sys-linkarea ul li a i{
	margin-right: 8px;
}



/*----- 料金表エリア -----*/

#shop_price{

}

#shop_price .price-contents-wrapp{
    width: 920px;
	margin: 0 auto 80px;
}

#tabs-timezone{
	width: 920px;
	margin: 0 auto;
}

#tabs-wrapp{
	border-left: 1px solid #dedee0;
	border-right: 1px solid #dedee0;
	border-bottom: 1px solid #dedee0;
	border-radius: 0 0 6px 6px;
	padding: 30px;
}

#tabs-timezone > ul > li{
	float: left;
	width: 33.333%;
	box-sizing: border-box;
	border: 1px solid #dedee0;
	border-radius: 6px 6px 0 0;
	text-align: center;
	font-size: 20px;
	background: #D1D1D3;
   -webkit-transition: all 0.2s linear;
   -webkit-transition: -webkit-all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

#tabs-timezone > ul > li.ui-state-active{
	border: 1px solid #e43e50;
	background: #e43e50;
}

#tabs-timezone > ul > li.select02.ui-state-active{
	border: 1px solid #ff9900;
	background: #ff9900;
}

#tabs-timezone > ul > li.select03.ui-state-active{
	border: 1px solid #4169e1;
	background: #4169e1;
}

#tabs-timezone > ul > li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
   -webkit-transition: all 0.2s linear;
   -webkit-transition: -webkit-all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

#tabs-timezone ul li a i{
	margin-right: 8px;
}

#tabs-timezone > ul > li a .unit{
	margin: 0 6px;
	font-size: 16px;
}


.tab-ul01{
	margin: 0 0 40px;
}

.tab-ul01 li{
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
	display: table;
}

.tab-ul01 li:nth-child(3n+3){
	margin-right: 0;
}

.tab-ul01 li a{
	display: table-cell;
	vertical-align: middle;
	height: 42px;
	box-sizing: border-box;
	border: 1px solid #dedee0;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #D1D1D3;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 3px;
}

.tab-ul01 li.ui-state-active a{
	border: 1px solid #e43e50;
	background: #e43e50;
}

.tab-ul01 li a .sub{
	margin-left: 6px;
	font-size: 13px;
	letter-spacing: 1px;
}


.price-cont-wrapp{

}

.price-cont-wrapp .tabs-all-title{
	background: #ccc;
	color: #fff;
	font-size: 24px;
	padding: 16px 16px;
	line-height: 1;
	border-radius: 6px;
	margin: 0 0 30px;
}

.price-cont-wrapp #noon .tabs-all-title{
	background: #ff9900;
}

.price-cont-wrapp #night .tabs-all-title{
	background: #4169e1;
}

.price-cont-wrapp .tabs-all-title .icon{
	margin: 0 8px 0 0;
}

.price-cont-wrapp .tabs-all-title .unit{
	margin: 0 6px;
	font-size: 80%;
}

.price-cont-wrapp .price-plan-cont{
	margin: 0 0 40px;
}

.price-cont-wrapp .price-plan-cont .sp-on-subtitle{
	display: none;
}

.price-cont-wrapp .price-cont-title{
	margin: 0 0 30px;
}

.price-cont-wrapp table{
	margin: 0 0 20px;
}

.price-cont-wrapp th,
.price-cont-wrapp td{
	border: 1px solid #dedee0;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}

.price-cont-wrapp tr:nth-child(odd){
	/*background: #FFFFE6;*/
}

.price-table tr.free{
	background: #FFFFE6;
}

.price-cont-wrapp th{
	font-weight: bold;
	font-size: 20px;
}

.price-cont-wrapp th .altC{
	font-size: 16px;
	margin: 8px 0 0;
}

.price-cont-wrapp .sp-none-tr th{
	background: #628EBB;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0;
}

.price-cont-wrapp .price-table.type01 td.sp-time-td{
	width: 10%;
}

.price-cont-wrapp .price-table.type01 td.money{
	width: 20%;
}

.price-cont-wrapp .price-table.type02 td.money{
	width: 26%;
}

.price-cont-wrapp .price-plan-note{
	padding: 18px;
	background: #FFFFE6;
	border-radius: 6px;
	font-size: 14px;
}

.price-cont-wrapp .price-plan-note ul li{
	position: relative;
	padding: 0 0 0 20px;
}

.price-cont-wrapp .price-plan-note ul li::before{
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	color: #ff9900;
}

#price-note{
	background: #dedee0;
	padding: 20px;
	border-radius: 6px;
}

#price-note ul li{
	position: relative;
	padding: 0 0 0 22px;
}

#price-note ul li::before{
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	color: #e43e50;
}


.pack_wrapp .lqdbox-btn{
	border-radius: 6px;
	overflow: hidden;
}

.pack_wrapp .lqdbox-btn .pack_title{
	background: rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;

}

.pack_wrapp .pack_contwrapp{
	width: 860px;
	margin: 0 auto;
}

.pack_wrapp .pack_contwrapp .pack_title02{
	text-align: center;
	margin: 0 auto 30px;
}

.pack_wrapp .pack_contwrapp .pack_title02 span{
	display: inline-block;
	background: #FFB039;
	line-height: 1;
	font-size: 20px;
	color: #fff;
	padding: 14px 2em;
	border-radius: 6px;
}

.pack_wrapp .pack_contwrapp .pack_detail{
	background: #FFFFE6;
	padding: 10px 0;
	border-radius: 6px;
	text-align: center;
	font-size: 20px;
	color: #ff9900;
	
}

.pack_wrapp .pack_contwrapp .pack_detail small{
	font-size: 18px;
}

.pack_wrapp .pack_contwrapp .pack_detail .packContents{
	font-weight: bold;
	margin: 0 8px;
}

.pack_wrapp .pack_contwrapp .pack_price{
	margin: 0 0 30px;
	padding: 16px 24px;
	border-bottom: 1px solid #dedee0;
}

.pack_wrapp .pack_contwrapp .pack_price p{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 14px;
}

.pack_wrapp .pack_contwrapp .pack_price p .item{
	font-size: 20px;
	margin: 0 14px 0 0;
}

.pack_wrapp .pack_contwrapp .pack_price p .num{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 4px;
}

.pack_wrapp .pack_contwrapp .pack_price p .unit{
	font-size: 20px;
	margin: 0 14px 0 6px;
	font-weight: bold;
}

.pack_wrapp .pack_contwrapp .pack_price .option_list dt{
	display: inline-block;
	background: #FFFFE6;
	color: #ff9900;
	line-height: 1;
	padding: 8px 16px;
	border-radius: 6px;
	font-weight: bold;
	letter-spacing: 3px;
}

.pack_wrapp .pack_contwrapp .pack_price .option_list dd{
	margin: -29px 0 0 0;
	padding: 0 0 0 145px;
}

.pack_wrapp .pack_contwrapp .pack_price .option_list ul li{
	float: none;
	letter-spacing: 3px;
	font-weight: bold;
}

.pack_wrapp .pack_contwrapp .pack_main{
	display: table;
	width: 96%;
	margin: 0 auto;
}

.pack_wrapp .pack_contwrapp .pack_left,
.pack_wrapp .pack_contwrapp .pack_right{
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}

.pack_wrapp .pack_contwrapp .pack_left{
	width: 460px;
}

.pack_wrapp .pack_contwrapp .pack_left p.caption{
	line-height: 1.8;
	margin: 0;
}

.pack_wrapp .pack_contwrapp .pack_right{
	padding: 0 0 0 20px;
}


.pack_wrapp .pack_contwrapp .pack_right .pack_heed,
.pack_wrapp .pack_contwrapp .pack_right .pack_conditions{
	padding: 14px;
	background: #FFFFE6;
	border-radius: 6px;
}

.pack_wrapp .pack_contwrapp .pack_right .pack_conditions{
	margin: 0 0 30px;
}

.pack_wrapp .pack_contwrapp .pack_right .pack_heed .item_title,
.pack_wrapp .pack_contwrapp .pack_right .pack_conditions .item_title{
	font-weight: bold;
	line-height: 1;
	margin: 0 0 9px;
}

.pack_wrapp .pack_contwrapp .pack_right ul li{
	float: none;
	position: relative;
	font-size: 14px;
	padding: 0 0 0 20px;
	margin: 0 0 6px;
	line-height: 1.4;
}

.pack_wrapp .pack_contwrapp .pack_right ul li::before{
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	color: #ff9900;
}





/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:768px){

#main-image{
	margin: 0 auto 18px;
}

#main-image h1{
	font-size: 23px;
	letter-spacing: 4px;
}


/*----- 店舗基本情報エリア -----*/


#shop_detail{
	max-width: auto;
	margin: 30px 0 30px;
}

#shop_detail > ul{
	width: auto;
	margin-left: 6%;
	margin-right: 6%;
}

#shop_detail > ul > li{
	display: block;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#shop_detail > ul > li:last-child{
	border-bottom: 1px solid #ccc;
}

#shop_detail > ul > li .cont,
#shop_detail > ul > li .item{
	display: block;
	padding: 8px;
}

#shop_detail > ul > li .item{
	width: auto;
	border-right: none;
	padding-bottom: 0;
}

#shop_detail > ul > li .cont{
	padding-top: 6px;
}

#shop_detail > ul > li .cont .map_wrapp iframe{
	width: 100%;
	height: 260px;
}


#shop_detail .payment_icon{
	display: inline-block;
	width: 15%;
	margin: 0 5px;
}




/*----- 店舗イメージエリア -----*/

#shop_images{

}

#shop_images ul{
	width: auto;
	margin: 0 6% 30px;
}

#shop_images ul li{
	float: left;
	width: 48%;
	margin: 0 0 20px;
}

#shop_images ul li:nth-child(even){
	float: right;
}

#shop_images ul li a .icon{
	position: absolute;
	bottom: 6px;
	left: 6px;
}



/*----- 設置機種エリア・フードエリア -----*/

#shop-event,
#shop-foods,
#shop-handling{
	
}

#shop-event ul,
#shop-foods ul,
#shop-handling ul {
	left: 0;
	float: none;
	margin: 0 6%;
}

#shop-event ul li,
#shop-foods ul li,
#shop-handling ul li {
	left: 0;
	width: 48%;
	margin: 0 0 16px;
	padding: 6px;
}

#shop-event ul li:nth-child(even),
#shop-foods ul li:nth-child(even),
#shop-handling ul li:nth-child(even) {
	float: right;
}

#shop-event ul li a figcaption,
#shop-foods ul li a figcaption,
#shop-handling ul li a figcaption{
	margin: 6px 0 0;
}


/*----- NEWS情報エリア -----*/

#lqdboxs{
	width: auto !important;
	margin: 0 6% !important;
}

.lqdbox{
	width: 100% !important;
	margin: 0 auto 14px !important;

}

.lqdbox-btn{
	display: table;
	width: 100%;
}

.lqdbox-btn .title,
.lqdbox-btn .image{
	display: table-cell;
	vertical-align: middle;
}

.lqdbox-btn .image{
	width: 60px;
	height: 70px;
	top: 0;
	bottom: 0 !important;
	border: 1px solid #dedee0;
	border-radius: 6px 0 0 6px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.lqdbox-btn .title{
	background: rgba(68,98,171,0.8);
	position: relative;
	border-radius: 0 6px 6px 0;
	line-height: 1.3;
	padding: 8px 8px;
	font-size: 1.4rem;
}

.lqdbox-btn .new{
	right: -8px;
	top: -8px;
}

.lqdbox-detailbox-contents .readmore{
	margin: 0 6%;
}


.lqdbox-btn-off{
	font-size: 30px;
	position: absolute;
	top: -34px;
	right: -10px;
	z-index: 1;
}



#sys-linkarea{
	margin: 0 0 30px;
	padding: 30px 0 12px;
}

#sys-linkarea ul{
	left: 0;
	float: none;
}

#sys-linkarea ul li{
	left: 0;
	float: none;
	margin: 0 0 18px;
}

#sys-linkarea ul li a{
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.6rem;
	padding: 11px 0;
}

#sys-linkarea ul li a i{
	margin-right: 6px;
}





/*----- 料金表エリア -----*/

#shop_price{
	width: auto;
	margin: 40px 0 40px;
}

#shop_price .price-contents-wrapp{
	width: auto;
	margin: 0 6% 40px;
}

#tabs-timezone{
	width: auto;
	margin: 0 6%;
}

#tabs-wrapp{
	border-top: 1px solid #dedee0;
	border-radius: 6px;
	padding: 8px;
}

#tabs-timezone > ul > li{
	float: left;
	width: 48%;
	border-radius: 4px;
	font-size: 1.6rem;
	margin: 0 0 16px;
}

#tabs-timezone > ul > li:nth-child(even){
	float: right;
}

#tabs-timezone > ul > li a{
	display: table;
	width: 100%;
	padding: 0;
}

#tabs-timezone > ul > li a .text-wrapp,
#tabs-timezone > ul > li a .icon{
	display: table-cell;
	vertical-align: middle;
}

#tabs-timezone > ul > li a .icon{
	text-align: center;
	padding: 6px 0 6px 6px;
}

#tabs-timezone > ul > li a .text-wrapp{
	line-height: 1;
	font-size: 1.3rem;
	padding: 6px 0;
}

#tabs-timezone > ul > li a .text-wrapp span.text02,
#tabs-timezone > ul > li a .text-wrapp span.text01{
	display: block;
	line-height: 1.1;
}

#tabs-timezone ul li a i{
	margin-right: 0;
}

#tabs-timezone > ul > li a .unit{
	margin: 0 4px;
	font-size: 1.2rem;
}


.tab-ul01{
	margin: 0 0 30px;
}

.tab-ul01 li a{
	height: 44px;
	border-radius: 4px;
	font-size: 1.3rem;
	letter-spacing: 4px;
}

.tab-ul01 li a .sub{
	display: none;
}


.price-cont-wrapp{

}

.price-cont-wrapp .tabs-all-title{
	font-size: 1.7rem;
	padding: 10px 10px;
	border-radius: 4px;
	margin: 0 0 16px;
}

.price-cont-wrapp .tabs-all-title .icon{
	margin: 0 6px 0 0;
}

.price-cont-wrapp .tabs-all-title .unit{
	margin: 0 3px;
}

.price-cont-wrapp .price-plan-cont{
	margin: 0 0 30px;
}

.price-cont-wrapp .price-plan-cont .sp-on-subtitle{
	display: inline-block;
}

.price-cont-wrapp .price-cont-title{
	margin: 0 0 16px;
}

.price-cont-wrapp table{
	margin: 0 0 20px;
}

.price-cont-wrapp th,
.price-cont-wrapp td{
	display: block;
	width: 100%;
	font-size: 1.4rem;
	padding: 8px 0;
}

.price-cont-wrapp tr{
	display: block;
	margin: 0 0 8px;
}

.price-cont-wrapp tr:nth-child(odd){
	background: #fff;
}

.price-cont-wrapp th{
	font-size: 1.8rem;
	background: #FFFFE6;
	margin: 0 0 8px;
}

.price-cont-wrapp th .altC{
	font-size: 1.4rem;
	margin: 4px 0 0;
}

.price-cont-wrapp .sp-none-tr th{
	display: none;
}

.price-cont-wrapp .price-table.type02 td.sp-time-td,
.price-cont-wrapp .price-table.type01 td.sp-time-td{
	width: 100%;
	background: #628EBB;
	color: #fff;
}

.price-cont-wrapp .price-table.type01 td.money{
	width: 100%;
}

.price-cont-wrapp .price-table.type02 td.money{
	width: 100%;
}

.price-cont-wrapp .price-plan-note{
	padding: 8px;
	border-radius: 4px;
	font-size: 1.3rem;
}

.price-cont-wrapp .price-plan-note ul li{
	position: relative;
	padding: 0 0 0 20px;
}

#price-note{
	padding: 8px;
	border-radius: 4px;
}

#price-note ul li{
	position: relative;
	padding: 0 0 0 22px;
}


.lqdboxs_pack {
	margin: 0 auto 14px;
	width: 96% !important;
}

.pack_wrapp .lqdbox-btn{
	display: table;
}

.pack_wrapp .lqdbox-btn .pack_thumbnail,
.pack_wrapp .lqdbox-btn .pack_title{
	display: table-cell;
	vertical-align: middle;
}

.pack_wrapp .lqdbox-btn .pack_thumbnail{
	width: 60px;
	height: 60px;
}

.pack_wrapp .lqdbox-btn .pack_title{
	background: rgba(68,98,171,0.8);
	position: relative;
	font-size: 1.3rem

}

.pack_wrapp .pack_contwrapp{
	width: auto;
	margin: 0 10%;
}

.pack_wrapp .pack_contwrapp .pack_title02{
	margin: 0 auto 16px;
}

.pack_wrapp .pack_contwrapp .pack_title02 span{
	font-size: 1.8rem;
	padding: 8px 1em;
	border-radius: 4px;
}

.pack_wrapp .pack_contwrapp .pack_detail{
	padding: 8px 0;
	border-radius: 4px;
	font-size: 1.4rem;
}

.pack_wrapp .pack_contwrapp .pack_detail small{
	display: block;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.2;
}

.pack_wrapp .pack_contwrapp .pack_detail .packContents{
	display: block;
	font-weight: bold;
	margin: 0 0;
	line-height: 1.2;
}

.pack_wrapp .pack_contwrapp .pack_price{
	margin: 0 0 16px;
	padding: 14px 8px;
}

.pack_wrapp .pack_contwrapp .pack_price p{
	text-align: center;
	font-size: 1.4rem;
	margin: 0 0 14px;
	line-height: 1.2;
}

.pack_wrapp .pack_contwrapp .pack_price p .item{
	display: block;
	font-size: 1.4rem;
	margin: 0 0 4px;
}

.pack_wrapp .pack_contwrapp .pack_price p .num{
	font-size: 2.2rem;
	letter-spacing: 3px;
}

.pack_wrapp .pack_contwrapp .pack_price p .unit{
	font-size: 1.4rem;
	margin: 0 4px 0 4px;
}

.pack_wrapp .pack_contwrapp .pack_price .option_list dt{
	padding: 6px 16px;
	border-radius: 4px;
	font-size: 1.4rem
}

.pack_wrapp .pack_contwrapp .pack_price .option_list dd{
	margin: 4px 0 0 18px;
	padding: 0 0 0 0;
}

.pack_wrapp .pack_contwrapp .pack_price .option_list ul li{
	font-size: 1.4rem;
}

.pack_wrapp .pack_contwrapp .pack_main{
	display: block;
	width: 100%;
	margin: 0 auto;
}

.pack_wrapp .pack_contwrapp .pack_left,
.pack_wrapp .pack_contwrapp .pack_right{
	display: block;
}

.pack_wrapp .pack_contwrapp .pack_left{
	width: auto;
	margin: 0 0 16px;
}

.pack_wrapp .pack_contwrapp .pack_left p.caption{
	line-height: 1.6;
}

.pack_wrapp .pack_contwrapp .pack_right{
	padding: 0;
}


.pack_wrapp .pack_contwrapp .pack_right .pack_heed,
.pack_wrapp .pack_contwrapp .pack_right .pack_conditions{
	padding: 8px;
	border-radius: 4px;
}

.pack_wrapp .pack_contwrapp .pack_right .pack_conditions{
	margin: 0 0 16px;
}

.pack_wrapp .pack_contwrapp .pack_right .pack_heed .item_title,
.pack_wrapp .pack_contwrapp .pack_right .pack_conditions .item_title{
	margin: 0 0 9px;
}

.pack_wrapp .pack_contwrapp .pack_right ul li{
	font-size: 1.3rem;
}






















}
