@charset "UTF-8";

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

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

}

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

.button.menu-button-right {
    display: none;
}
#header-sp {
    z-index: 0;
}

.item-container h2.ttl-header {
    padding: 0.5rem 0;
    font-size: 2.5vh;
    font-size: 20px;
    line-height: 1.6;
    color: #ed1c24;
    font-weight: 300;
    margin: 0;
}
.item-container h2.ttl-header.event:before {
	content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 auto;
    background-image: url(../index-images/navi/event_1.svg);
}
.item-container h3.ttl-header {
    padding: 0.5rem 0;
    font-size: 2.5vh;
    font-size: 20px;
    line-height: 1.6;
    color: #039fea;
	font-weight: 600;
	margin: 0;
}
.link-txt{
    font-size: 1.5vh;
	font-size: 13px;
    padding: 0.5rem;
    color: #333;
}

.link-txt span{
    font-size: 110%;
    display: block;
}

a.link-arrow {
    padding-right: 1.1rem;
    position: relative;
}


.link-arrow::before {
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    border: none;
    padding: 0;
    display: block;
    width: 3.5vw;
    height: 3.5vw;
    width: 14px;
    height: 14px;
    z-index: 100;
    cursor: pointer;
    outline: none;
    background: #06c;
    border-radius: 50%;
	right: 0;
    top: 2px;
}

.link-arrow::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    right: 5px;
    top: calc(50% - 0.5px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 9999;
}


.btn-basic {
    display: block;
    border: 1px solid #2089CA;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    behavior: url(PIE.htc);
    overflow: hidden;
    background: transparent;
	color: #2089CA!important;
    font-weight: normal;
    padding: 12px 10px;
    margin: 10px auto;
    line-height: 1.2;
	font-size: 1.8vh;
font-size: 13px;
    width: 90%;
    text-align: center;
    position: relative;
}
.btn-basic:after {
    content: "\F105";
    font-family: FontAwesome;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

a.btn-inner{
	background:#ff865b;
    padding: 0.5rem;
    display: block;
    font-size: 12px;
    color: #fff;
    margin: 3%;
    line-height: 1.2;
    border-radius: 0.5rem;
}
a.btn-inner:before{
	content: "";
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto 5px;
}
a.btn-inner.schedule:before{
	background-image: url(../index-images/navi/schedule_w.svg);
}
a.btn-inner.event{
    background: #039fea;
}
a.btn-inner.event:before{
	background-image: url(../index-images/navi/event_w.svg);
}
a.btn-inner.fireworks:before{
		background-image: url(../index-images/navi/fireworks_w.svg);
}
a.btn-inner.fireworks{
	background:#866929;
}

.label{
	font-size: 1.3vh;
	font-size: 12px;
    display: block;
    overflow: hidden;
    margin: 0.5rem;
    font-weight: normal;
    color: #000;
    text-align: left;
}
.label span {
    background-color: red;
    color: #fff;
    padding: 4px 3px;
    line-height: 1;
    margin: 0 5px 0 0;
    display: inline-block;
}

a.sign-right {
	display: block;
}

a.sign-right:after {
    content: "\F105";
    font-family: FontAwesome;
    margin: 0 0 0 5px;
}

/*****************************************
#information
*****************************************/

.information-box {
    border: 1px #d0dce1 solid;
}

#information.item-container h3.ttl-header {
    font-size: 2.1vh;
}



/*****************************************
#hotels
*****************************************/

div#hotels {
    background: #f1ebe2;
}
div#hotels.item-container h3.ttl-header {
    color: #7c542a;
}

div#hotels .link-txt {
    font-size: 1.3vh;
font-size: 13px;
}

div#hotels .link-txt span{
	font-weight: 600;
    text-align: center;
    margin-bottom: 0.2rem;
}

div#hotels .inbody{
	background: #fff;
    margin: 1.5%;
    padding: 0.3rem;
}
#hotels  a.he .link-txt{
color: #330505!important;
}
#hotels  a.am .link-txt{
color: #0e1438!important;
}

#hotels  a.fv .link-txt{
color: #04351f!important;
}

#hotels a.hn .link-txt{
color: #000!important;
}


div#hotels .btn-basic {
    background: #fff;
}


/*****************************************
#now
*****************************************/

#now .link-txt,
#next .link-txt {
    font-size: 1.5vh;
    font-size: 14px;
    padding: 0rem 0.5rem;
    color: #333;
}


#now .link-txt span,
#next .link-txt span {
	font-weight: 600;
}




hr.content-border {
    margin: 0;
    margin-top: 60px;
    margin-bottom: 5px;
    border: 0;
    height: 1px;
    width: 100%;
    background: #0093d8;
    position: relative;
    overflow: visible;
}
hr.content-border:before {
	content: "";
    background-image: url(../index-images/lineicon/tulip.png);
    background-image: url(../index-images/lineicon/town.svg);
    width: 100px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: -29px;
    left: 0px;
    display: block;
}


/*****************************************
#mainvisual
*****************************************/


.kv-slider.swiper-pagination-fraction,
.kv-slider.swiper-pagination-custom,
.kv-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
    margin: 10px auto;
}

/*****************************************
#recommended
*****************************************/


.recommended-slider.swiper-pagination-fraction,
.recommended-slider.swiper-pagination-custom,
.recommended-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
    margin: 10px auto;
}


/*****************************************
#more-htb
*****************************************/


div#more-htb .link-txt {
    font-size: 1.3vh;
font-size: 11px;
    padding: 0.5rem 0;
}

div#more-htb .link-txt span{
	font-weight: 600;
    text-align: center;
    margin-bottom: 0.2rem;
}
