@charset "UTF-8";

a.button {
    display: inline-block;
    border: 4px solid #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    background: #f2518a;
    color: #fff;
    font-weight: bold;
    padding: 20px 15px;
    margin: 10px auto;
    line-height: 1.2;
    font-size: 1.2rem;
    width: auto;
}

a.button.nobg {
    display: inline-block;
    border: 0px solid #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    background: transparent;
	color: #F77242;
    font-weight: normal;
    padding: 0px 0px;
    margin: 0px auto;
    line-height: 1.2;
    font-size: 0.9rem;
    width: auto;
}

a.button.nobg:after{
    content: "\F105";
    width: 7px;
    height: 7px;
    font-family: FontAwesome;
    margin: 0 0px 0 0;
    background: #ff6666;
    background: #fff;
    padding: 0px 5px 10px;
    color: #FFFFFF;
    color: #f79d2b;
    float: right;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    display: inline-block;
} 

img.circle{
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
}


div#slider {
    margin-top: 20px;
}


#slider .item a, 
#event .item a {
    display: block;
}


.icon-recommend {
    position: absolute;
    top: 10px;
    left: 10px;
}

.item-recommend {
	font-size: 0rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    text-align: left;
}
.item-recommend-category {
    display: inline-block;
    width: 20%;
    text-align: center;
    background: #f68781;
    color: #fff;
    padding: 10px;
    vertical-align: middle;
    font-size: 0.8rem;
}

.item-recommend-txt  {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8rem;
    padding: 10px;
    color: #333;
}

.item-recommend-category span,
.item-recommend-txt span{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}
.item-recommend-category.fireworks {
	background: #e4170b;
}
.item-recommend-category.flower {
    background: #f68781;
}
.item-recommend-category.hotel {
	background: #a07011;
}
.item-recommend-category.gourmet {
    background: #ff7f00;
}


a:hover .item-recommend-txt {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.item-recommend-txt:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


#event {
    background: #ffffff;
    padding: 30px 0;
}

#event .item-container-body {
	min-width: 1200px;
    max-width: 94%;
}



h2.ttl {
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    color: #F2518A;
    font-weight: normal;
}


.event .item {
    overflow: visible;
}

.event .inbody,
.event .inbodys {
    margin: 10px;
    background: #fff;
	box-shadow: 1px 2px 4px #cecaca;
padding-bottom: 35px;
}

.event .inbody .photo {
    z-index: 4;
}
.event .inbody-body {
    padding: 0 10px;
    z-index: 3;
}


.event p.ttl{
    text-align: left;
font-size: 1.2rem;
    line-height: 1.3;
    color: #f2518a;
    margin: 10px auto 10px;
    font-weight: bold;
text-align: center;
}

#next.event p.ttl{
    color: #2098d1;
}

#gourmet.event p.ttl {
	color: #F77242;
}


.event p.txt {
    font-size: 0.8rem;
    text-align: left;
	margin: 0px auto 10px;
    color: #000;
text-align: center;
}


.event p.time {
    position: absolute;
    color: #f44900;
    color: #666;
    border-top: 1px #ddd solid;
    padding: 10px 0;
    font-size: 0.8rem;
    text-align: center;
    width: 86%;
    bottom: 5px;
    font-weight: bold;
    z-index: 0;
}

.event p.time:before {
    content: "\f073";
    font-family: FontAwesome;
    margin: 0 3px 0 0px;
}

.event p.time:after {
    content: "\F105";
    width: 7px;
    height: 7px;
    font-family: FontAwesome;
    margin: 0 0px 0 0;
    background: #ff6666;
	background: #fff;
    padding: 0px 5px 10px;
    color: #FFFFFF;
	color: #333;
    float: right;
    font-size: 18px;
    line-height: 1;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    text-align: center;
    zoom: 0.8;
    display: inline-block;
    position: absolute;
	top: 33%;
    right: 0px;
}

.event .label {
    width: auto;
    margin: 0px auto 10px;
    padding: 0px 0;
    text-align: center;
    text-align: left;
text-align: center;
}

.event .label span {
    display: inline-block;
    padding: 2px 4px;
    text-align: center;
    font-size: 0.7rem;
    background: #ff8300; 
   /*  border: 1px #ff8300 solid;*/
    color: #fff;
    margin: 2px;
}


.event .label.new {
    margin: 0 0 0 0px;
    position: relative;
}
.event .label.new::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #f40025;
    position: absolute;
    z-index: 100;
    font-size: 0.9rem;
}
.event .label.new::after {
    content: "New!";
    display: block;
    top: 10px;
    transform: rotate(-45deg);
    color: #fff;
    left: 0;
    position: absolute;
    z-index: 101;
    font-size: 1rem;
    font-family: helvetica;
    font-weight: bold;
}

.event .label.gourmet {
    margin: 0 0 0 0px;
    position: relative;
}
.event .label.gourmet::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #F77242;
    position: absolute;
    z-index: 100;
    font-size: 0.9rem;
}
.event .label.gourmet::after {
    content: "グルメ";
    display: block;
    top: 10px;
    transform: rotate(-45deg);
    color: #fff;
    left: 0;
    position: absolute;
    z-index: 101;
    font-size: 0.9rem;
    font-family: helvetica;
    font-weight: bold;
}


#next h2.ttl{
    color: #2098d1;
}


.event-bottom{
    padding: 10px 0px;
    background: #fff;
    margin: 0 0 20px 0;
    text-align: center;
/*
    background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #f9e8d7 3px,#ffffff 3px, #ffffff 7px);
    background: repeating-linear-gradient(-45deg, #e6627f, #ed919e 3px,#ed919e 3px, #ed919e 7px);
*/

}
.event-bottom a.button {
    display: inline-block;
    border: 0px solid #e87ca2;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    background: #f2518a;
    color: #fff;
    font-weight: bold;
    padding: 18px 50px;
    margin: 10px auto;
    line-height: 1.2;
    font-size: 1.2rem;
    width: auto;
}
.event-bottom a.button.next {
    border: 0px solid #90d1f1;
    background: #2098d1;
}


a.button.sch {
    display: inline-block;
    border: 0px solid #f1aaaa;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    behavior: url(PIE.htc);
    overflow: hidden;
    background: #FA6464;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    margin: 10px auto;
    line-height: 1.2;
    font-size: 0.9rem;
	width: auto;
}
a.button.sch:before {
    content: "\f017";
    font-family: FontAwesome;
    margin: 0 20px 0px 0px;
    display: block;
    vertical-align: bottom;
    line-height: 1;
    font-size: 200%;
    float: left;
}
a.button.cal:after,
a.button.sch:after {
    content: "\F105";
    font-family: FontAwesome;
    /* float: right; */
    /* vertical-align: middle; */
    float: right;
    margin: -35px 0px 0 0;
}


a.button.cal span,
a.button.sch span {
    font-size: 16px;
    font-weight: normal;
    padding: 0px 0;
    display: block;
    vertical-align: middle;
	font-weight: bold;
    text-align: left;
margin: 5px 0;
}

a.button.cal span span,
a.button.sch span span{
font-family: helvetica, sans-serif, Meiryo, メイリオ;
    font-weight: bold;
    display: block;
    font-size: 70%;
    line-height: 1.2;
    color: #eee;
    margin: 0;
    padding: 0;
}


#hotel.item-container{
    padding: 30px 0px 40px;
    background: #fffdeb;
}

#hotel .item-container-body {
    min-width: 1200px;
    max-width: 94%;
}

#hotel h2.ttl {
    font-size: 2rem;
    text-align: center;
    margin: 20px 0;
    color: #503122;
}
#hotel h2.ttl span.balloon {
    font-weight: normal;
    color: #713e3e!important;
    position: relative;
    font-family: times;
    font-size: 60%;
    display: block;
    padding: 0px 20px;
    letter-spacing: 4px;
}
#hotel .inbody {
    padding: 10px;
}

#hotel p.ttl {
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
    margin: 10px auto 20px;
}

#hotel h4{
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
    display: block;
    font-size: 1.3rem;
}
#hotel h4 span {
    font-weight: normal;
    text-align: center;
	font-size: 50%;
    line-height: 1.3;
    display: block;
}



#hotel p.link {
    font-size: 0.75rem;
    display: inline-block;
    border: 1px rgba(16, 16, 16, 0.51) dotted;
    border-left: 0px;
    border-right: 0px;
    margin: 10px 0 10px;
    padding: 10px;
}
#hotel p.link:after {
	content: "\F105";
    font-family: FontAwesome;
    margin: 0 0px 0 10px;
    padding: 0px;
    float: right;
}

#hotel .he a:link,
#hotel .he a:visited{
color: #330505!important;
}
#hotel .am a:link,
#hotel .am a:visited{
color: #0e1438!important;
}

#hotel .fv a:link,
#hotel .fv a:visited{
color: #04351f!important;
}

#hotel .hn a:link,
#hotel .hn a:visited{
color: #000!important;
}


#hotes-bottom.item-container{
	padding: 20px 0px 20px;
    background: #e0dad7;
}

#hotel a.button,
#hotes-bottom a.button.plane,
#hotes-bottom a.button.bus{
    background: #503122;
    margin: 5px;
    border: 0;
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#hotes-bottom a.button.plane:before,
#hotes-bottom a.button.bus:before {
    font-size: 150%;
    vertical-align: middle;
}



#htb.item-container{
    margin: 30px 0px 0px;
    padding: 20px 0px 20px;
    background: #fff;
    border-top: 1px #dcdcdc solid;
}


#htb h2.ttl {
    font-size: 1.5rem;
    text-align: center;
    margin: 20px 0;
    color: #de9028;
}

#htb .item-container-body {
    min-width: 1200px;
    max-width: 94%;
    text-align: center;
}

#htb h2.ttl span.balloon {
    font-weight: normal;
    color: #713e3e!important;
    position: relative;
    font-family: times;
    font-size: 60%;
    display: block;
    padding: 0px 20px;
    letter-spacing: 4px;
}

#htb img.circle {
    border: 3px #e1e1e1 solid;
}

#htb .w10per {
    width: 14%;
}

#htb .inbody {
    padding: 10px;
}

#htb p.ttl {
ext-align: center;
    font-size: 0.75rem;
    line-height: 1.3;
    color: #666;
    margin: 10px 0 5px 0;
}

#htb h4{
	text-align: center;
    line-height: 1.3;
    color: #de9028;
    display: block;
    font-size: 0.85rem;
}



#more-htb.item-container{
    margin: 30px 0px 0px;
    padding: 20px 0px 20px;
    background: #fff;
    border-top: 0px #dcdcdc solid;
}

#more-htb h2.ttl {
    font-size: 1.5rem;
    text-align: center;
    margin: 20px 0;
    color: #0b2b6e;
}


#more-htb .inbody {
    margin: 10px;
}



#sns.item-container{
    margin: 30px 0px 0px;
    padding: 20px 0px 20px;
    background: #fff;
    border-top: 1px #dcdcdc solid;
}


#sns h2.ttl {
    font-size: 1.5rem;
    text-align: center;
    margin: 20px 0;
    color: #4f79bc;
}

#sns ul{
}
#sns li {
    display: inline-block;
    margin: 0 10px;
}


#groupsite{}

#groupsite h2.ttl {
    font-size: 1.5rem;
    text-align: center;
    margin: 20px 0;
    color: #0b2b6e;
}

#groupsite .item-container-body {
    position: relative;
    padding: 0px;
    font-size: 0;
    margin: 20px auto 40px;
    max-width: 960px;
}

#groupsite li {
	display: inline-block;
    margin: 5px;
    font-size: 0.7rem;
    width: 18%;
    background: #0b2b6e;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    line-height: 1;
}

#groupsite li a{
    padding: 5px 5px;
	display: block;
    color: #fff;
}


#information.item-container {
    padding: 0px 0px 40px;
    background: #fff;
}

#information h2.ttl {
    font-size: 1.2rem;
    text-align: center;
    margin: 20px 0;
    color: #666;
}
#information h2.ttl span.balloon {
    font-weight: normal;
    color: #666!important;
    position: relative;
    font-family: times;
    font-size: 60%;
    display: block;
    padding: 0px 20px;
    letter-spacing: 4px;
}

#information p{
    font-size: 0.9rem;
}
#information p {
    border-bottom: 1px #aaa dotted;
}
#information p::before{
    content: "\F101";
    font-family: FontAwesome;
    margin: -4px 5px 0 0px;
    font-size: 12px;
    /* line-height: 1.6; */
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
} 


#InformationPart .FooterBannerArea .sponsorArea {
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding: 15px 0px;
    margin: 20px auto 20px;
}


#sliders {
    overflow:hidden;
    position:relative;
    width:100%;
}

#sliderInner {
    position:relative;
    left:50%;
    width:2880px;
    margin-left:-1440px;
}
#sliderInner li {
    width:960px;
}

#slideFilterL, #slideFilterR {
    position:absolute;
    top:0;
    width:960px;
    height:480px;
    opacity:0.4;
    filter:alpha(opacity=40);
    -ms-filter:"alpha( opacity=40 )";
    background:#fff;
}
#slideFilterL {
    left:0;
}
#slideFilterR {
    right:0;
}


#slider .bx-wrapper {
    position: relative;
    margin: 0 auto 0px!important;
    padding: 0;
}
#slider  .bx-wrapper .bx-controls-direction a {
    top: 35%!important;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc;
	-webkit-box-shadow: 0 0 0px #ccc;
	box-shadow: 0 0 0px #ccc;
	border:  0px solid #fff;
	left: 0px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 6px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 1000px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #10447b;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/bx_controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/bx_controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
    top: 110%;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/bx_controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/bx_controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

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

@media screen and (max-width: 736px) {

}

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

