@charset "utf-8";

/* --------------
 reset
-------------- */
input[type="submit"],label {
	cursor: pointer;
}

/* --------------
 base
-------------- */
.ifsp {display: none !important;}

/* --------------
 modules css
-------------- */
/* ---------- float */
.fll { float: left;}
.flr { float: right;}
.alcPC {text-align: center}
.allPC {text-align: left}
.alrPC {text-align: right}
/* ---------- width */
.wd5 {width: 5% !important;}
.wd10 {width: 10% !important;}
.wd15 {width: 15% !important;}
.wd20 {width: 20% !important;}
.wd25 {width: 25% !important;}
.wd30 {width: 30% !important;}
.wd33 {width: 33% !important;}
.wd34 {width: 34% !important;}
.wd35 {width: 35% !important;}
.wd40 {width: 40% !important;}
.wd45 {width: 45% !important;}
.wd49 {width: 49% !important;}
.wd50 {width: 50% !important;}
.wd55 {width: 55% !important;}
.wd60 {width: 60% !important;}
.wd65 {width: 65% !important;}
.wd67 {width: 67% !important;}
.wd70 {width: 70% !important;}
.wd75 {width: 75% !important;}
.wd80 {width: 80% !important;}
.wd85 {width: 85% !important;}
.wd90 {width: 90% !important;}
.wd95 {width: 95% !important;}
.wd100 {width: 100% !important;}

/* ---------- margin,padding */
.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;}
.mb70 {	margin-bottom: 70px !important;}
.mb80 {	margin-bottom: 80px !important;}
.mb90 {	margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.mt35 {	margin-top: 35px !important;}
.mt40 {	margin-top: 40px !important;}
.mt45 {	margin-top: 45px !important;}
.mt50 {	margin-top: 50px !important;}
.mt55 {	margin-top: 55px !important;}
.mt60 {	margin-top: 60px !important;}
.mt70 {	margin-top: 70px !important;}
.mt80 {	margin-top: 80px !important;}
.mt90 {	margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

/* ----- images */
.imgL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* ----- base width */
#siteHeader, #mainNav, #siteFooter, .in {
	width: 1000px;
	margin: 0 auto;
}

/* --------------
 common
-------------- */
body {
	background: url(../img/bg.png) no-repeat fixed center bottom / 100% auto #ecf2f6;
}
#container {
	padding: 20px 0 0;
}
#day .main .bgBox,#dedail .main .bgBox {
	padding-top: 0;
}
#day .main,#detail .main {
	width: 800px;
	float: left;
}
#day #sidebar,#detail #sidebar {
	width: 180px;
	float: right;
}
.pcdn {
	display: none !important;
}
.contents {
	margin-bottom: 50px;
}
.HL1 {
	font-size: 28px;
	margin: 0 0 30px;
}
#detail .HL1 {
    margin-bottom: 0;
}
/* =header
-------------------------------------------------------------- **/
.headWrap {
	position: fixed;
	z-index: -99;
}
/* =siteHeader
---------------------------------------------------- */
#siteHeader{
	padding: 10px 0 !important;
}
/* =globalNav
---------------------------------------------------- */
#globalNav {
	background: #6e112b;
	min-width: 1000px;
	padding: 5px 0;
}
#globalNav ul {
	letter-spacing: -0.5em;
	display: flex;
	align-items: center;
}
#globalNav li {
	display: inline-block;
	letter-spacing: normal;
}
#globalNav li:hover {
}
#globalNav li a {
	display: block;
	padding: 3px 45px;
	text-shadow: 0 0 1px #fff;
	transition: .2s all ease-out;
}
#globalNav li a:hover {
	text-shadow: 0 0 20px #fff, 0 0 10px #fff, 0 0 5px #fff;
	text-decoration: none;
}
.coming {
	position: relative;
}
.comingImg {
	width: 113px;
	height: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	margin: auto;
}
.coming a {
	opacity: 0.5;
}
/* =container
-------------------------------------------------------------- **/
/* =breadcrumb
---------------------------------------------------- */

/* =headline / titles
---------------------------------------------------- */


/* =sidebar
---------------------------------------------------- */



#home .sideAds {
	width: 85%;
	margin: auto;
}
#home .sideHotel {
	width: 30%;
	padding-top: 0 !important;
	float: right;
}
.btnSearch input {
	width: 100%;
	padding: 5px;
}
/* =aside
------------------------------------------ */

/* =footer
-------------------------------------------------------------- **/
#footer {
	background: rgba(255,255,255,0.5);
	box-shadow: 0 -1px 10px rgba(0,0,0,0.1);
}

#wrapFoot {
	width: 980px;
}
#footer .footHL {
	font-size:100%;
}
.boxFoot {
	float: left;
	margin-right: 75px;
}
.boxFoot:last-child {
	margin-right: 0;
}
.boxFoot .footHL {
	margin-top: 15px;
}
.boxFoot li {
	font-size: 12px;
	padding: 2px 0 2px 12px;
	color: #CCC !important;
	background: url(../img/liS.gif) no-repeat left top 7px;
}
.boxFoot li a {
	font-size: 14px;
}

/* =siteFooter
---------------------------------------------------- */

/* =copyright
---------------------------------------------------- */
#copyright {
	color: #888;
}
/* =pageTop
-------------------------------------------------------------- **/
#pageTop {
	bottom: 100px;
}
@media screen and (max-width: 1200px) { /*以下の時*/
#pageTop {
	right: 0;
}
}
@media screen and (min-width: 1201px) { /*以上の時*/
#pageTop {
	right: 100px;
}
}

#pageTop a {
	width: 60px;
	height: 60px;
	background-size: 60px;
}
#pageTop a:hover {
	background-size: 60px;
}


/* --------------
 home contents
-------------- */
/* =slider
---------------------------------------------------- */
.posiFix {
	height: 360px;
	overflow: hidden;
}
#homeVisual,
#homeVisual .slick-slider {
	height: 360px;
}
#homeVisual .slick-slide {
	background: #000;
}
#homeVisual .slick-slide img {
	opacity: 0.6 !important;
}
#homeVisual .slick-active img {
	opacity: 1 !important;
}
.slick-prev::before, .slick-next::before {
	font-family: "Times New Roman", Times, serif !important;
	color: #fff !important;
	font-size: 50px !important;
	font-weight: bold !important;
}
.slick-prev::before {
	content: '〈 ' !important;
	width: 50px !important;
}
.slick-next::before {
	content: ' 〉' !important;
	width: 50px !important;
}
.slick-prev {
	left: 30px !important;
}
.slick-next {
	right: 30px !important;
}
.slick-prev, .slick-next {
	width: 50px !important;
	height: 64px !important;
	z-index: 10 !important;
}
.single-item img {
	display: none;
}
/* =#pgCalendar
---------------------------------------------------- */
.boxCale {
	width: 32%;
	margin-left: 1%;
	float: left;
}
.boxCale:first-child {
	margin-left: 0;
}
.calTtl {
	background: #6e112b;
	color: #fff;
	padding: 2px 10px;
	border-radius: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.cale_tbl {
	width: 100%;
}
.cale_tbl th {
	width: 35px;
	padding: 2px;
	text-align: center;
	font-size: 12px;
}
.cale_tbl td {
	width: 35px;
	height: 26px;
}
.cale_tbl td a {
	font-size: 100%;
	_font-size: 80%;
	transition: 1s background ease;
	padding: 2px;
}
/* =#pgCategory
---------------------------------------------------- */
#pgCategory ul {
	letter-spacing: -0.5em;	
}
#pgCategory li {
	width: 32%;
	display: inline-block;
	letter-spacing: normal;
	margin-left: 1%;
}
/* =#pgHakken
---------------------------------------------------- */
/* =#pgEvent
---------------------------------------------------- */
.eventBox {
	width: 240px;
	margin-left: 13px;
	margin-bottom: 20px;
}
#pgCategory .eventTxt {
	padding: 10px;
}
#pgEvent .eventTxt {
	margin-top: 5px;
}
.eventBox:nth-child(4n+1) {
	margin-left: 0;
}
.eventImg {
	height: 164px;
	overflow: hidden;
}
.eventImg img {
	width: 240px;
  height: 164px;
}
#pgEvent　.btnM {
	float: right;
}
/* =#pgLink
---------------------------------------------------- */
.linkCont {
	display: flex;
	flex-wrap: wrap;
}
.specialBox:nth-child(odd) {
	margin-right: 2%;
}
/* =#pgInfo
---------------------------------------------------- */
.pgInfoCont {
	display: flex;
	flex-wrap: wrap;
}
.infoBox {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.infoBox:nth-of-type(2n)  {
	margin-right: 0;
}
.infoIn .infoH3 {
	font-size: 20px;
}
/* --------------
 subpages contents
-------------- */
/* =ev_day, ev_list
---------------------------------------------------- */
.boxEv {
	background: rgba(255,255,255,0.5);
	margin-top: 15px;
	border: 1px solid #999;
	box-sizing: content-box;
	position: relative;
	transition: all 1s ease;
}
#day .boxEv:hover {
	background: #fff;
}
.boxEv .txtBox {
	padding: 10px;
}
#day .boxEv img {
	width: 100%;
	height: 158px;
}
#day .boxEv .imgEv {
	height: 158px;
	overflow: hidden;
}
.tblEv th {
	width: 100px;
}
.imgEv {
	float: left;
}
.tblEv {
	margin-bottom: 10px;
}
.boxEv .btnM {
	float: right;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
/* =ev_list
---------------------------------------------------- */
#bxSrch fieldset {
	background: rgba(255,255,255,0.5);
}
.cateChk li {
    width: 25%;
}
.srchTxt {
	font-weight: bold;
	margin-top: 20px;
}
/* =ev_detail
---------------------------------------------------- */
.dtlCont {
	padding: 20px 30px;
}
.tblDtl {
	border-spacing: 2px;
	border-collapse: separate;
}
.tblDtl th {
	width: 120px;
	text-align: right;
	padding: 10px;
	background: rgba(110,17,43,0.6);
}
.tblDtl td {
	padding: 10px;
	vertical-align: top;
	background: rgba(110,17,43,0.1);
}