@charaset "shift_jis";

/* ============================= 共通 =============================  */

* {
	padding: 0px;
	margin: 0px;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #333;
	overflow: hidden;
}

a:hover {
	color: #F60;
}

.leadText {
	padding: 8px 8px 0;
	line-height: 1.2em;
	font-size: 0.9em;
}

nav ul {
	display: flex;
}

nav ul li {
	text-align: center;
	width: 50%;
	padding: 12px 0;
}

nav ul li:first-child {
	border-right: 1px dotted #666;
}

.ttl_h2 {
	text-align: center;
	font-family: "Sawarabi Gothic";
	font-size: 1.1em;
	margin: 15px 0;
	padding: 8px 0;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}

.ttl_h2 h2 {
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: none !important;
}

.ttl_h2 span {
	font-family: 'Grand Hotel', cursive;
	font-size: 1.5em;
	line-height: 1em
}

/*検索部分*/
#searchTour {
	width: 98%;
	margin: 8px auto;
	border: 1px solid #666;
}

#searchTour h3 {
	text-align: center;
	padding: 8px 0;
	background: #666;
	color: #fff;
}

#searchTour ul {
	display: -webkit-flex;
	display: flex;
	padding: 5px 0;
}

#searchTour li {
	-webkit-flex: 1 1 50%;
	flex: 1 1 50%;
	text-align: center;
	padding: 12px 0;
}

#searchTour li:first-child {
	border-right: 1px dotted #999;
}

#searchTour p {
	font-weight: bold;
	margin: 5px 0 5px 8px;
}

#searchPlan {
	margin-top: 20px;
}

#searchPlan .searchBox {
	font-size: 1em;
	width: 98%;
	margin: 8px auto;
	border: 1px solid #666;
	box-sizing: border-box;
}

#searchPlan .searchBox h3,
#select h3 {
	background: #666;
	color: #fff !important;
	text-align: center;
	padding: 10px 0 !important;
	margin: 0 !important;
	font-family: "Sawarabi Gothic";
	font-size: 1.05em;
	font-weight: normal;
}

#searchPlan .searchBoxInner {
	padding: 8px;
}

#keyword input[type="text"] {
	height: 30px;
}

.selectDateInner {
	padding: 0 12px 12px 12px;
}

#selectDateBox form button.searchDateBtn {
	padding: 5px 20px;
	background: #f90;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	margin: 8px auto;
	width: 50%;
}

#select {
	background: #fff;
	margin: 8px auto;
	width: 96%;
	border: 1px solid #666;
}

#select h3 {
	background: #666;
	color: #fff !important;
	text-align: center;
	padding: 8px 0 !important;
	margin: 0 !important;
}

#select .selectInner {
	padding: 8px;
	font-size: 0.9em;
}

#select label {
	padding: 0px 4px 2px;
	display: inline-block;
	cursor: pointer;
}

#select label.selected,
#select label:hover {
	background-color: #f90;
	border-radius: 3px;
	color: #fff;
}

#select p {
	display: block;
	margin-top: 3px;
	color: #039;
}

.searchBox {
	margin: 15px 10px;
	border: 1px solid #666;
	box-sizing: border-box;
}

.searchBox h3 {
	background: #666;
	color: #fff !important;
	text-align: center;
	padding: 8px 0 !important;
	margin: 0 !important;
}

.searchBoxInner {
	padding: 8px;
}

.searchBox #useDay01 {
	margin-bottom: 10px;
}

.searchBox img.ui-datepicker-trigger {
	width: 25px;
	height: auto;
	vertical-align: bottom;
	cursor: pointer;
}

.searchBox dt {
	float: left;
	clear: both;
	padding: 5px 0;
	margin-right: 10px;
}

.searchBox dt.selectDateTtl {
	float: none;
	padding: 5px 0 0;
}

.searchBox dd {
	float: left;
	padding: 3px 0px 0px 10px;
	margin-bottom: 5px;
}

.searchBox dd.selectDate {
	padding: 0px 0px 0px 10px;
}

.searchBox input[type="text"] {
	width: auto;
}

.searchBox dt.keyword {
	margin-right: 4px !important;
}

.searchBox dd.inputKeyword {
	padding: 3px 0px 0px 0px !important;
}

.searchBox p.searchBtn {
	clear: both;
	width: 200px;
	margin: 8px auto 0;
}

.searchBox p.searchBtn button {
	width: 200px;
	background-color: #f90;
	border: none;
	padding: 5px 0;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	font-size: 1.5em;
	font-weight: bold;
}

.searchBox p.searchBtn button i {
	margin-right: 5px;
}

.searchBox p.searchBtn button:hover {
	background-color: #CCC;
}

.searchBox .search_keyword {
	border-top: #FFF 1px solid;
	padding-top: 5px;
}

.searchBox .search_keyword ul li {
	float: left;
	margin-right: 8px;
	line-height: 1.5em;
	margin-bottom: 3px;
}

.searchBox .search_keyword ul li a {
	text-decoration: underline;
}

.searchBox select,
.searchBox input {
	padding: 3px;
	max-width: 300px;
}

.searchBox input.txt {
	width: 250px;
}

.searchBox dd.selectCategory select {
	width: 190px;
}

.searchBox dd.selectDate input {
	width: 25px;
}

.searchBox dd.selectDate input.year1 {
	width: 60px;
}

.searchBox dd.selectDate span {
	float: left;
	margin-right: 5px;
	font-size: 0.9em;
}

.searchBox dd.selectDate img {
	vertical-align: middle;
	cursor: pointer;
	width: 29px;
	height: 29px;
}

.searchBox dd.selectDate img:hover {
	opacity: 0.8;
}

#select {
	width: 90%;
	margin: 8px auto 12px;
	font-size: 0.9em;
}

.accordionBtn {
	background: #666;
	color: #fff;
	text-align: center;
	padding: 8px 0;
}

.accordionBtn:after {
	margin-left: 8px;
	content: "\f055";
	font-family: FontAwesome;
}

.accordionBtn.active:after {
	content: "\f056";
}

#select .selectInner {
	background: #fff;
	border: 1px solid #666;
	padding: 5px;
}

#select label {
	padding: 0px 4px 2px;
	display: inline-block;
	cursor: pointer;
}

#select label.selected,
#select label:hover {
	background-color: #f90;
	border-radius: 3px;
	color: #fff;
}

#select label input {
	margin-right: 3px;
}

#select .selectType {
	display: block;
	margin: 2px;
	color: #039;
	font-size: 0.9em;
}

#planList {
	width: 100%;
}

#planList .planDetail {
	width: 96%;
	margin: 15px auto;
	box-sizing: border-box;
	border: 1px #999 dotted;
	padding: 8px;
	border-top: 5px #006 solid;
}

.planDetail a {
	display: block;
}

#planList [class*="hidden-"] {
	display: none !important;
}

#planList .planDetail h3 {
	padding: 5px 0 8px;
	box-sizing: border-box;
	line-height: 1.3em;
	color: #006;
	background: none;
	border-bottom: none;
}

#planList .planDetail span.number {
	background: #333;
	color: #fff;
	padding: 3px 8px;
	text-align: center;
	font-size: 0.9em;
}

#planList .planDetail .planImg {
	margin-bottom: 10px;
	width: 100%;
}

#planList .planDetail .planImg img {
	width: 100%;
	height: auto;
}

#planList .planDetail table {
	border-collapse: collapse;
	width: 100%;
	float: left;
	font-size: 0.9em;
	margin-bottom: 8px;
	color: #000;
}

#planList .planDetail table td {
	padding: 3px;
	border: 1px solid #666;
	width: 72%;
}

#planList .planDetail table th {
	width: 28%;
	border: 1px solid #666;
	vertical-align: middle;
}

#planList .planDetail table span {
	font-size: 1.2em;
	font-weight: bold;
	color: #c00;
}

#planList .planDetail .reserve {
	clear: both;
	width: 80%;
	margin: 0px auto;
	display: block;
	background: #FF9900;
	color: #FFFFFF !important;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	border-radius: 5px;
}

#planList .planDetail .reserve a:hover {
	background: #FFCC99;
}

.companyList li {
	background: url(/sp/module/img/special/arrow.png) right no-repeat;
	-webkit-background-size: 18px 69px !important;
	-moz-background-size: 39px 69px !important;
	-o-background-size: 39px 69px !important;
	border-bottom: 1px solid #dbdbdb;
	font-size: 1.1em;
	line-height: 1.3em;
}

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

.companyList li a {
	display: block;
	padding: 10px 10px 10px 0;
	text-decoration: none;
	color: #333;
}

.companyList li h3 {
	font-size: 1.1em !important;
	color: #000 !important;
	margin-bottom: 8px;
	font-family: "Sawarabi Gothic";
}

.companyList li p {
	padding-right: 10px;
}

.companyList li .photobox {
	float: left;
	width: 105px;
	margin-right: 10px;
}

.companyList li .photobox img {
	width: 100%;
	height: 80px;
}

.acMenu {
	width: 90%;
	margin: 8px auto;
}

.com_link {
	display: inline-block;
	width: 44%;
	margin: 0 8px;
}

.acMenuTrigger,
.companyList li .com_link a {
	text-align: center;
	background: #eee;
	padding: 8px 0;
	border: 1px solid #666;
	cursor: pointer;
	position: relative;
	width: 44%;
	display: inline-block;
	vertical-align: top;
}

.companyList li .com_link a {
	width: 100%;
}

.acMenuTrigger.active {
	border: none;
}

.commentInner {
	display: none;
	background: #eee;
	padding: 8px;
	font-size: 0.9em;
}

.commentInner p {
	background: #fff;
	margin: 8px auto;
	border: 1px solid #666;
	border-radius: 50px;
	text-align: center;
	width: 60%;
}

.commentInner blockquote {
	padding: 5px;
	border-bottom: 1px dotted #666;
}

.acMenuTrigger::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: translate(0, 0) rotate(-45deg);
	transform: translate(0px, 0px) rotate(-45deg);
}

.acMenuTrigger.active::after {
	border-right: 2px solid #666;
	border-top: 2px solid #666;
	border-bottom: none;
	border-left: none;
}