@charset "utf-8";

/* ----------------------------------------
  Pages Style Seet

	2- 1. index
	2- 2. list
	2- 3. detail
	2- 4.
	2- 5.
	2- 6.
	2- 7.
	2- 8.
	2- 9.
	2-10.
	2-11.
	2-12.
	2-13.
	2-14.
---------------------------------------- */



/* ----------------------------------------
  2-1. index
---------------------------------------- */

.indexSectionTitle{
	padding: 0.3em 4% 0.2em;
	border-bottom: 1px #c2c2c2 solid;
	font-size: 18px;
	font-weight: normal;
}

.indexSectionTitle.reserve{
	border-bottom: none;
}

.indexSectionTitle span{
	padding-left: 1.2em;
	background: url(/sp/images/common2/icon_cir_arr.png) left center no-repeat;
	-webkit-background-size: 0.8em;
	background-size: 0.8em;
	font-weight: bold;
}

#slider{
	position: relative;
	display: none;
	overflow: hidden;
}

.sliderArea{
	background: #fef2d3;
	box-shadow: 0 -3px 3px rgba(0,0,0,0.05) inset;
}

#slider .slidesjs-container{
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding-bottom: 7.3%;
	position: relative;
}


#slider .slidesjs-slide{
	padding: 2% 2% 5%;
}

#slider .slidesjs-slide img{
	box-shadow: 0 3px 8px rgba(0,0,0,0.5);
}

.slidesjs-previous,
.slidesjs-next{
	width: 8.5%;
	display: block;
	position: absolute;
	top: 40%;
	z-index: 1000;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.slidesjs-previous{
	left: 0;
}

.slidesjs-next{
	right: 0;
}

.slidesjs-pagination{
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0.5%;
}

.slidesjs-pagination li{
	display: inline-block;
	margin: 0 4px;
	width: 8px;
	height: 8px;
}

.slidesjs-pagination li a{
	height: 8px;
	display: block;
	border-radius: 50%;
	background: #c2c2c2;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

.slidesjs-pagination li a.active{
	background: #e20a16;
}

.dateSelectBox{
	padding: 2.5% 4% 0;
}

.dateSelectBox p{
	font-size: 16px;
	font-weight: bold;
}

.dateSelectBox .dateSelect{
	width: 100%;
	display: table;
	table-layout: fixed;
}

.dateSelectBox .dateSelect li{
	display: table-cell;
	position: relative;
}

.dateSelectBox .dateSelect li:nth-child(1){
	width: 40%;
}

.dateSelectBox .dateSelect li:nth-child(2){
	width: 16%;
	padding: 3%;
}

.dateSelectBox .dateSelect li:nth-child(3){
	width: 21%;
}

.dateSelectBox .dateSelect li:nth-child(4){
	width: 23%;
	padding-left: 2%;
}

.dateSelectBox .dateSelect li a{
	display: block;
	width: 100%;
}

.dateSelectBox .dateSelect li a img{
	width: 100%;
}

/*
.dateSelectBox .dateSelect li:nth-child(1):after,
.dateSelectBox .dateSelect li:nth-child(3):after,
.dateSelectBox .dateSelect li:nth-child(4):after,
.searchAndReserveList .prefSearchList::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #999;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 8px;
}
*/

.dateSelectBox .dateSelect li:nth-child(2):after,
.dateSelectBox .dateSelect li:nth-child(4):after,
.searchAndReserveList .prefSearchList::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #999;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 8px;
}

.indexDateSearchArea select,
.indexDateSearchArea input{
	-webkit-appearance: none;
	border-radius: 0.5em;
	background: #F1F1F1;
	padding: 2% 7%;
	line-height: 34px;
	border: 2px solid #999;
	color: #666;
	text-shadow: 1px 1px 0 #fff;
	font-size: 15px;
	box-shadow: 0 1px 2px #fff inset;
}

.searchAndReserveList .prefSearchList select{
	-webkit-appearance: none;
	border-radius: 0.5em;
	background: #F1F1F1;
	padding: 0 7%;
	line-height: 34px;
	border: 2px solid #999;
	color: #666;
	text-shadow: 1px 1px 0 #fff;
	font-size: 15px;
	box-shadow: 0 1px 2px #fff inset;
	height: 40px;
	line-height: 36px;
}

.dateSelectBox .dateSelect li input{
	width: 100%;
}

.dateSelectBox .dateSelect li select{
	width: 100%;
}

.dateSearchBtn{
	width: 100%;
	padding-top: 3%;
	text-align: center;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px #c2c2c2 solid;
}

.dateSearchBtn a{
	display: inline-block;
	background: url(/sp/images/index/bg_index_search.png) left top repeat-x;
	-webkit-background-size: contain;
	background-size: contain;
	color: #fff;
	padding: 0 15%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	border: 1px #ac0000 solid;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
	font-weight: bold;
}

.searchAndReserveArea{
	width: 100%;
	overflow: hidden;
	padding-bottom: 2em;
	border-bottom: 1px #c2c2c2 solid;
}

.searchAndReserveArea .searchAndReserveList{
	width: 100%;
}

.searchAndReserveArea .searchAndReserveList li{
	background: url(/sp/images/index/bg_index_search.png) left top repeat-x;
	-webkit-background-size: 100% 42px;
	background-size: 100% 42px;
	margin-bottom: 1px;
	padding-left: 1%;
}

.searchAndReserveArea .searchAndReserveList li a{
	display: block;
	font-size: 16px;
	padding: 0.6em 0;
	padding-left: 2.6em;
	padding-right: 4%;
	color: #fff;
	text-shadow: 0 -1px 2px rgba(0,0,0,0.5);
	font-weight: bold;
	background: url(/sp/images/index/icon_index_pref_search.png) left center no-repeat;
	-webkit-background-size: 1.8em;
	background-size: 1.8em;
	height: 42px;
}

.searchAndReserveArea .searchAndReserveList li:first-child a{
	background: url(/sp/images/index/icon_index_spot_search.png) left center no-repeat;
	-webkit-background-size: 1.8em;
	background-size: 1.8em;
}

.searchAndReserveArea .searchAndReserveList li:last-child a{
	background: url(/sp/images/index/icon_index_here_search.png) left center no-repeat;
	-webkit-background-size: 1.8em;
	background-size: 1.8em;
}


.searchAndReserveArea .searchAndReserveList .indexToggleOpen span{
	display: block;
	background: url(/sp/images/index/icon_index_plus.png) right 3px no-repeat;
	-webkit-background-size: 1.2em;
	background-size: 1.2em;
}

.searchAndReserveArea .indexToggleOpen.opened span{
	display: block;
	background: url(/sp/images/index/icon_index_minus.png) right 3px no-repeat;
	-webkit-background-size: 1.2em;
	background-size: 1.2em;
}

.searchAndReserveArea .openBox{
	display: none;
	background: #fff;
	padding: 3% 5%;
	width: 100%;
	overflow: hidden;
}

.searchAndReserveArea .spotDescription{
	margin-bottom: 7px;
}

.searchAndReserveArea .spotSearchInput{
	-webkit-appearance: none;
	border-radius: 0.7em 0 0 0.7em;
	border: 1px #c2c2c2 solid;
	border-right: none;
	background: #ffffff url(/sp/images/index/bg_index_spot_search.png) left center no-repeat;
	-webkit-background-size: 1.7em;
	background-size: 1.7em;
	padding: 4px 0 4px 9%;
	color: #666666;
	display: block;
	width: 63%;
	height: 23px;
	float: left;
	font-size: 13px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3) inset;
}

.searchAndReserveArea .spotSearchBtn{
	display: block;
/*	width: 28%; */
	width: 26%;
	float: left;
}

.searchAndReserveArea .prefSearchList{
	width: 55%;
	position: relative;
	float: left;
}

.searchAndReserveArea .prefSearchList select{
	width: 100%;
}

.searchAndReserveArea .prefSearchBtn{
	background: url(/sp/images/index/bg_index_search.png) left top repeat-x;
	-webkit-background-size: contain;
	background-size: contain;
	width: 38%;
	height: 40px;
	padding: 2% 0 2%;
	float: left;
	margin-left: 3%;
	font-size: 16px;
	border: 1px #ac0000 solid;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
	font-weight: bold;
}

.searchAndReserveArea .prefSearchBtn span{
	color: #fff;
}

.rentalDetail li{
	background: url(/sp/images/common2/bg_grad.png) left center repeat-x;
	-webkit-background-size: contain;
			background-size: contain;
	padding: 0 0.8em;
}

.rentalDetail li.price a{
	background: url(/sp/images/common2/icon_menu09.png) left center no-repeat;
	-webkit-background-size: 1.8em;
			background-size: 1.8em;
}

.rentalDetail li.inquary a{
	background: url(/sp/images/common2/icon_menu08.png) left center no-repeat;
	-webkit-background-size: 1.8em;
			background-size: 1.8em;
}

.rentalDetail li a{
	display: block;
	font-size: 15px;
	padding: 0.6em 0;
	padding-left: 2.6em;
	color: #333333;
	text-shadow: 1px 1px 0 #fff;
	font-weight: bold;
}

.rentalDetail li a span{
	display: block;
	background: url(/sp/images/index/icon_index_arrow.png) right center no-repeat;
	-webkit-background-size: 1em;
	background-size: 1em;
}

.newInfoArea{
	padding: 3% 5%;
	border-bottom: 1px #c2c2c2 solid;
}

.newInfoArea.eachShop{
	border-bottom: none;
}

.newInfoArea li{
	margin-bottom: 4%;
	font-size: 14px;
}

.newInfoArea a{
	text-decoration: underline;
	display: block;
	color: #00a2ff;
	line-height: 1.3;
}

.newInfoArea .newInfoDate{
	font-size: 12px;
	float: left; 
    width: 30%;
}

.newInfoArea .newInfoLocName{
    float: left;
    width: 70%;
    margin-bottom: 8px;
}

.newInfoArea.ot {
    max-height: 250px;
    overflow: scroll;
    margin-bottom: 30px;
}
.newInfoArea.ot .tpcont{
	float:left;
	width: 70%;
	margin-bottom: 20px;
}

/* ----------------------------------------
  2-2. list
---------------------------------------- */

.listSearchArea{
	padding: 4.5%;
	width: 100%;
	margin-bottom: 4.5%;
	overflow: hidden;
}

.listSearchArea select{
	-webkit-appearance: none;
	border-radius: 0.7em 0 0 0.7em;
	border: 1px #c2c2c2 solid;
	border-right: none;
	background: #efefef url(/images/list/bg_select.png) left center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	padding: 4px 0 4px 9%;
	color: #bbb;
	display: block;
	width: 76%;
	float: left;
	font-size: 13px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3) inset;
}

.listSearchArea button{
	display: block;
	width: 24%;
	float: left;
}


.classIconArea .openBox,
.optionIconArea .openBox{
	display: none;
	padding: 4.5%;
	background: #e4e4e4;
}

.classIconArea .toggleOpen,
.optionIconArea .toggleOpen{
	width: 100%;
	background: url(/sp/images/common2/bg_grad.png) left top repeat-x;
	-webkit-background-size: contain;
	background-size: contain;
	font-size: 15px;
	color: #666;
	/*font-weight: bold;*/
	text-shadow: 1px 1px 0 #fff;
	padding: 2% 4.5%;
	display: block;
}

.classIconArea .toggleOpen span,
.optionIconArea .toggleOpen span{
	display: block;
	background: url(/sp/images/common2/icon_plus.png) right center no-repeat;
	-webkit-background-size: 1em;
	background-size: 1em;
}

.classIconArea .toggleOpen.opened span,
.optionIconArea .toggleOpen.opened span{
	display: block;
	background: url(/sp/images/common2/icon_minus.png) right center no-repeat;
	-webkit-background-size: 1em;
	background-size: 1em;
}

.classIconArea .openBox ul,
.optionIconArea .openBox ul{
	padding: 4.5%;
	background: #fff;
	width: 100%;
}

.classIconArea .openBox li,
.optionIconArea .openBox li{
	margin-bottom: 3%;
}

.classIconArea .openBox li:last-child,
.optionIconArea .openBox li:last-child{
	margin-bottom: 0;
}

.classIconArea .openBox li img,
.optionIconArea .openBox li img{
	display: inline-block;
	width: 12%;
	margin-right: 3%;
}

.classIconArea .openBox li p,
.optionIconArea .openBox li p{
	display: inline-block;
	width: 80%;
	vertical-align: middle;
	line-height: 1.3;
	font-size: 15px;
	color: #666;
}

.optionIconArea{
	margin-bottom: 3.5em;
}

.shopList{}

.shopList .titleBox{
	background: #f4f4f4;
	padding: 2.3% 4.5%;
}

.shopList .titleBox a{
	color: #009fe8;
	text-decoration: underline;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
}

.shopList .titleBox p{
	line-height: 1.2;
	color: #666;
}

.shopListInner{
	padding: 4% 4.5% 4.5%;
	width: 100%;
	overflow: hidden;
}

.shopList .optionIcons{
	overflow: hidden;
	width: 102%;
	margin-bottom: 2%;
	margin-left: -1%;
}

.shopList .optionIcons ul{
	width: 100%;
	/*margin-left: -1%;*/
	display: table;
	table-layout: fixed;
}

.shopList .optionIcons li{
	display: table-cell;
	padding: 0 1% 2%;
	width: 12%;

}

.shopList .optionIcons li:last-child{

}

.shopList .shopPict{
	width: 48.5%;
	float: left;
	padding: 1.5%;
	border: 2px #ddd solid;
	border-radius: 2px;
	background: #fff;
}

.shopList .btnBox{
	width: 48.5%;
	float: right;
	padding: 5.5% 2.5%;
	background: #fdf7d2;
}

.shopList .btnBox a{
	display: block;
	margin-bottom: 2%;
}

/* ----------------------------------------
  2-3. detail
---------------------------------------- */

.shopInfoArea{
	background: #f4f4f4;
	padding: 2% 4%;
}

.shopInfoArea h3{
	font-size: 18px;
	font-weight: normal;
}

.shopImageBox{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 5%;
}

.shopImageBox img{
	margin-bottom: 15px;
}

.shopImageBox .btnBox{
	width: 100%;
	overflow: hidden;
	padding: 4.5% 2.5% 0 2.5%;
	background: #fdf7d2;
}

.shopImageBox .btnBox a{
	width: 50%;
	float: left;
	text-align: center;
}

.shopInfoTable{
	width: 100%;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	color: #666;
}

.shopInfoTable th,
.shopInfoTable td{
	border-top: 1px #c2c2c2 solid;
	padding: 3% 0;
	word-break: break-all;
}

.shopInfoTable th{
	width: 30%;
	vertical-align: top;
	text-align: left;
	padding-left: 4%;
}

.shopInfoTable td.activeDay{
	width: 16%;
}

.shopInfoTable td .saturday{
	color: #008def;
}

.shopInfoTable td .sunday{
	color: #e20a16;
}

.shopInfoTable td .holiday{
	color: #e68d00;
}

.optionIcons{
	overflow: hidden;
	padding: 1% 4.5% 4.5%;
	width: 100%;
	margin-bottom: 2%;
	margin-left: -1%;
	border-top: 1px #c2c2c2 solid;
}

.optionIcons h3{
	margin-bottom: 1%;
	font-size: 13px;
}

.optionIcons ul{
	width: 100%;
	/* margin-left: -1%; */
	display: table;
	table-layout: fixed;
}

.optionIcons li{
	display: table-cell;
	padding: 0 1% 2%;
	width: 12%;
}

.detailToggleArea{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top:20px;
}

.detailToggleArea .detailToggleList{
	width: 100%;
}

.detailToggleArea .detailToggleList>li{
	background: url(/sp/images/index/bg_index_search.png) left top repeat-x;
	-webkit-background-size: 100% 42px;
	background-size: 100% 42px;
	margin-bottom: 1px;
}

.detailToggleArea .detailToggleList>li>a{
	display: block;
	font-size: 15px;
	height: 42px;
	line-height: 42px;
	padding-left: 2.6em;
	padding-right: 4%;
	color: #fff;
	text-shadow: 0 -1px 0 #333;
	font-weight: bold;
	-webkit-background-size: 1.6em;
	background-size: 1.6em;
}

.detailToggleArea .detailToggleList li a.topics_car{
	background: url(/sp/images/detail/icon_topics_car.png) 2% center no-repeat;
	-webkit-background-size: 1.6em;
	background-size: 1.6em;
}

.detailToggleArea .detailToggleList li a.topics{
	background: url(/sp/images/detail/icon_topics.png) 2% center no-repeat;
	-webkit-background-size: 1.6em;
	background-size: 1.6em;
}

.detailToggleArea .detailToggleList li a.note{
	background: url(/sp/images/detail/icon_note.png) 2% center no-repeat;
	-webkit-background-size: 1.6em;
	background-size: 1.6em;
}

.detailToggleArea .detailToggleList li a.accessMap{
	background: url(/sp/images/detail/icon_access_map.png) 2% center no-repeat;
	-webkit-background-size: 1.6em;
	background-size: 1.6em;
}

.detailToggleArea .detailToggleList li a.carType{
	background: url(/sp/images/detail/icon_car_type.png) 2% center no-repeat;
	-webkit-background-size: 1.6em;
	background-size: 1.6em;
}

.detailToggleArea .detailToggleList .detailToggleOpen span{
	display: block;
	background: url(/sp/images/index/icon_index_plus.png) right center no-repeat;
	-webkit-background-size: 1.2em;
	background-size: 1.2em;
}

.detailToggleArea .detailToggleList .detailToggleOpen.opened span{
	display: block;
	background: url(/sp/images/index/icon_index_minus.png) right center no-repeat;
	-webkit-background-size: 1.2em;
	background-size: 1.2em;
}

.detailToggleArea .detailToggleList .openBox{
	display: none;
	background: #fff;
	padding: 3% 5%;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
}

.detailToggleArea .detailToggleList .openBox{
	display: none;
	background: #fff;
	padding: 3% 5%;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
}

.detailToggleArea .detailToggleList .openBox{
	display: none;
	background: #fff;
	padding: 3% 5%;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
}
.detailToggleArea .detailToggleList .openBox.carTypeList{
	padding: 0;
}

.detailToggleArea .carTypeList li{
	border-bottom: 1px #c2c2c2 solid;
	padding: 3% 4%;
	line-height: 1.3;
}

.detailToggleArea .carTypeList li:last-child{
	border-bottom: none;
}

.detailToggleArea .carTypeList p{
	color: #666;
	font-weight: bold;
	padding-left: 1em;
	background: url(/sp/images/detail/icon_cartypelist.png) left center no-repeat;
	-webkit-background-size: 0.3em;
	background-size: 0.3em;
	margin-bottom: 0.3em;
}

.detailToggleArea .carTypeList a{
	color: #00a2ff;
	line-height: 1.3;
	display: block;
	margin-bottom: 0.8em;
}

.detailToggleArea .carTypeList a:last-child{
	margin-bottom: 0;
}

.blog_block{
	margin-bottom:20px;
	overflow: hidden;
	border:20px solid #f3f3f3;
	padding:10px;
	border-image: url("/images/shop/border.png") 20 round stretch;
}


table.price {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 1px 0;
    font-size: 14px;
    text-align:left;
}
table.price td {
    padding: 5px;
    background: #F5F0F0;
}
table.price th {
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset;
    border-radius: 10px 10px 0 0;
    background: #88b7d5;
    vertical-align: middle;
    text-align: left;
    height: 18px;
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-size: 16px;
    padding: 8px 8px 8px 18px;
}
 
table.price th.c1 {
    background: rgb(162,206,26); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(97,174,36,1) 1%, rgba(86,155,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(97,174,36,1)), color-stop(100%,rgba(86,155,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(186,155,32,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61ae24', endColorstr='#569b20',GradientType=0 ); /* IE6-9 */
}
 
table.price th.c2 {
    background: rgb(237,73,147); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(204,20,69,1) 1%, rgba(182,17,61,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(204,20,69,1)), color-stop(100%,rgba(182,17,61,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1445', endColorstr='#b6113d',GradientType=0 ); /* IE6-9 */
}
 
table.price th.c3 {
    background: rgb(29,140,233); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(17,63,140,1) 1%, rgba(15,56,125,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(17,63,140,1)), color-stop(100%,rgba(15,56,125,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113f8c', endColorstr='#0f387d',GradientType=0 ); /* IE6-9 */
}
/*
table.price th:after {
    top: 42px;
    left: 10px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 20px solid transparent;
}
*/
/* firefox */
@-moz-document url-prefix() {
    table.price th {
        text-indent: 10px;
    }
    /*
    table.price th::after {
        padding: 0;
        top: 42px;
        left: -230px;
        content: "";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 20px solid transparent;
        border-top: #B7D567 15px solid;
    }
    */
}
table.price th.c1:after {
    border-top: #569b20 15px solid;
}
table.price th.c2:after {
    border-top: #b6113d 15px solid;
}
table.price th.c3:after {
    border-top: #0f387d 15px solid;
}
 
table.price td {
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    text-align: center;
    padding-top: 12px;
    border: none;
}
 
table.price tr:nth-child(2n+1) td.c1 {
    background: #f7f9e8;
}
table.price tr:nth-child(2n+0) td.c1 {
    background: #e2efbc;
}
 
table.price tr:nth-child(2n+1) td.c2 {
    background: #ffecf5;
}
table.price tr:nth-child(2n+0) td.c2 {
    background: #ffdfed;
}
 
table.price tr:nth-child(2n+1) td.c3 {
    background: #fff;
}
table.price tr:nth-child(2n+0) td.c3 {
    background: #eee;
}

table.price tr:first-child td {
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    
}

table.price tr:last-child td {
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
 
table.price tr:last-child td button {
    font-size:12px;
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #ffaa22;
    padding:9px 18px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    background:-ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
    background-color:#ffec64;
    color:#333333;
    display:inline-block;
    text-shadow:1px 1px 0px #ffee66;
    -webkit-box-shadow:inset 1px 1px 0px 0px #fff6af;
    -moz-box-shadow:inset 1px 1px 0px 0px #fff6af;
    box-shadow:inset 1px 1px 0px 0px #fff6af;
}
table.price tr:last-child td button:hover {
    background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
    background:-ms-linear-gradient( top, #ffab23 5%, #ffec64 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64) );
    background-color:#ffab23;
}
table.price tr:last-child td button {
    position:relative;
    top:1px;
}

.hotelList{
	overflow: hidden;
	padding: 1% 4.5% 4.5%;
	width: 100%;
	margin-bottom: 2%;
	margin-left: -1%;
}


table.noteorg{
  margin-right: auto;
  margin-left : 5px;
  border-collapse: collapse;
  border-top-width: 1px;
  border-top-style : none;
  border-top-color : #cccccc;
  border-left-width: 1px;
  border-left-style : none;
  border-left-color : #cccccc;
  width: 98%;
  background-color : #f5f5e5;
  font-family: "Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
}
table.noteorg thead td{
  background-color : #009999;
  color:#ffffff;
  font-size:16px;
  font-weight:bold;
}
table.noteorg th{
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 8px;
  text-align: left;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}
table.noteorg td{
  padding-right : 5px;
  padding-left : 5px;
  text-align: left;
  border-right-width : 1px;
  border-right-style : solid;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  padding-top : 6px;
  padding-bottom : 3px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-color : silver;
}

a.catchLink, #tab1 .openBox a, #tab4 .openBox a {
	color:green;
	text-decoration:underline;
}

a.normal_link {
	color: #00a2ff;
	text-decoration: underline;
}

.cancel_detail table {
	margin-bottom: 20px;
}

.cancel_detail .canncel_detail_table th {
	border: 1px dotted #C0C0C0;
	text-align: center;
}

.cancel_detail .canncel_detail_table td {
	border: 1px dotted #C0C0C0;
	padding-left: 20px;
}


.movie_shop {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.movie_shop iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loc_apeal_search {
  color: green;
}

.insttl {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

ul.history-sp {
    display: flex;
    justify-content: center;
    align-items: center;
}

.history_table ul.history-sp li {
    width: 40%;
}
