/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */
/*
* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block
}

/*
* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
    display: none;
    height: 0;
}

/*
* Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support.
*/
[hidden] {
    display: none
}

/* ==========================================================================
Base
========================================================================== */
/*
* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
* Addresses `font-family` inconsistency between `textarea` and other form
* elements.
*/
html, button, input, select, textarea {
    font-family: sans-serif;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", serif;
}
html, body {
    overflow-x: hidden;
    width: 100%;
    color:#fff;
}

/*
* Addresses margins handled incorrectly in IE 6/7.
*/
body {
    margin: 0;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", serif;
}

/*
* Font Smoothing
*/
html, html a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
Links
========================================================================== */
/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    text-decoration: none;
}

/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

/* ==========================================================================
Typography
========================================================================== */
/*
* Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome.
*/

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
h2 {
    font-size: 2.2em;
}
h3 {
    margin: 1em 0;
    font-size: 1.58em;
}
h4 {
    margin: 1.33em 0;
    font-size: 1em;
}
h5 {
    margin: 1.67em 0;
    font-size: 0.83em;
}
h6 {
    margin: 2.33em 0;
    font-size: 0.75em;
}

/*
* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
    border-bottom: 1px dotted
}

/*
* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b, strong {
    font-weight: bold
}
blockquote {
    margin: 0px
}

/*
* Addresses styling not present in Safari 5 and Chrome.
*/
dfn {
    font-style: italic
}

/*
* Addresses styling not present in IE 6/7/8/9.
*/
mark {
    background: #ff0;
    color: #000;
}

/*
* Addresses margins set differently in IE 6/7.
*/
p, pre {
    margin-bottom: 1em 0
}

/*
* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code, kbd, pre, samp {
    font-size: 1em;
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
}

/*
* Improves readability of pre-formatted text in all browsers.
*/
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
* Addresses CSS quotes not supported in IE 6/7.
*/
q {
    quotes: none
}

/*
* Addresses `quotes` property not supported in Safari 4.
*/
q:before, q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%
}

/*
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}

/* ==========================================================================
Lists
========================================================================== */
/*
* Addresses margins set differently in IE 6/7.
*/

dl, menu, ol, ul {
    margin: 0;
    list-style: none;
}
dd {
    margin: 0 0 0 40px
}

/*
* Addresses paddings set differently in IE 6/7.
*/
menu, ol, ul {
    padding: 0;
    list-style: none;
}

/*
* Corrects list images handled incorrectly in IE 7.
*/
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
Embedded content
========================================================================== */
/*
* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7.
*/

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
* Corrects overflow displayed oddly in IE 9.
*/
svg:not(:root) {
    overflow: hidden
}

/* ==========================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/

figure {
    margin: 0
}

/* ==========================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE 6/7.
*/

form {
    margin: 0
}

/*
* Define consistent border, margin, and padding.
*/
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

/*
* 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
    padding: 0;
    border: 0; /* 1 */
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
* 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers.
*/
button, input, select, textarea {
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    font-size: 100%; /* 1 */
    *vertical-align: middle; /* 3 */
}

/*
* Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet.
*/
button, input {
    line-height: normal
}

/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6.
*/
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    cursor: pointer; /* 3 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible; /* 4 */
}

/*
* Re-set default cursor for disabled elements.
*/
button[disabled], input[disabled] {
    cursor: default
}

/*
* 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6.
*/
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
    /* 2 */
    box-sizing: content-box;
    -webkit-appearance: textfield; /* 1 */
    nowhitespace: afterproperty;
}

/*
* Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

/*
* Removes inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*
* 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers.
*/
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells.
*/

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
    content: "";
    display: table;
    clear: both;
}
a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}
.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}
p {
    font-size: 16px;
}
a {
    color: #000;
    padding:5px 7px;
    border-radius: 3px;
}
a:hover, a:focus {
    color: #fff;
    background-color: none;
    text-decoration: none;
    cursor: pointer;
}
.txt a{
    text-decoration: underline;
}
.txt a:hover, .txt a:focus {
	color: #e0a926;
    background-color: #01071f;
    border-radius: 0;
    text-decoration: none;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus{
    background-color: #1c2952;
    border-radius: 0;
    color: #ffe100;
}


a:hover img{
	opacity: 0.7;
	cursor: pointer;
}
/*
.container{
	max-width:980px;
}*/
section:before,
section:after,
.stay-wrap:before,
.stay-wrap:after{
  display: table;
  content: " ";
}
section:after,
.stay-wrap:after{
  clear: both;
}

.row-eq-height {
	display: flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
/* ==========================================================================
Buttons
========================================================================== */
.btn {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 15px 70px;
    border-radius: 3px;
    background-color: #fff;
    color: #0b284f;
    font-size: 18px;
    font-weight: bold;
}
.btn:hover, .btn:focus {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}


/* ==========================================================================
Navigation
========================================================================== */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 996;
	background: #081e42;
	z-index: 999;
}
.header .container-fluid{
	 padding-right:0;
}
.main-nav{
	opacity: 1;
}

.nav-wrapper{
	position: relative;
}
.nav li{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding:30px 18px;
}
.nav li a{
	padding: 0;
	color:#fff;
}
.nav li.first{
	padding-left: 0;
}
.nav li.nav2{
	margin-top: -0.3em;
	padding: 25px 18px  20px;
}
.nav-aplly{
	position: absolute;
	top:0;
	right: 5px;
	width:20%;
	background: #ffe100;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.nav-aplly {
	display: block;
	padding: 14px 20px;
	text-align: center;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-weight: bold;
	font-size: 22px;
	color: #000;
}
.nav-aplly a:hover{
	background-color: #9ed8ff;
}

.nav-aplly a:hover img{
	opacity: 1;
}
.nav-aplly img{
	max-width: 129px;
	width: 100%;
}



.nav-toggle {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 999999;
    padding: 10px 35px 16px 0px;
    cursor: pointer;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 5px;
    border-radius: 1px;
    background: #fff;
    cursor: pointer;
}
.nav-toggle span:before {
    top: -10px
}
.nav-toggle span:after {
    bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
    background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
.navicon {
    position: absolute;
    top:4px;
    right:5px;
    height: 26px;
	display: none;
}
.navicon p {
    margin: 25px 10px 0 0
}
.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 143px;
}

.btn-aplly{
	float: right!important;
	background: #e0a926;
	
}

/* ==========================================================================
main
========================================================================== */
section{
	padding: 20px 0 60px;
}
h2{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin: 50px 0;
}
h3{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}


.fs14{
	font-size: 14px;
}
.fs12{
	font-size: 12px;
}

.fa::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}


/* ==========================================================================
.keyvisual
========================================================================== */
section.keyvisual{
	padding:0;
	background: url('./../img/main2.jpg') no-repeat center bottom;
	background-size: cover;
	text-align: center;
}

#start{
	z-index: 9999;
	padding: 8% 30% 4% 30%;
	color:#fff;
}
.logo{
	width: auto;
	height: auto;
}
.logo img{
	width: 100%;
	height: 10%;
	max-width: 593px;
	padding-right: 15px;
}
.sponsored img{
	max-width: 240px;
	width: 50%;
	margin-top: -10px;
	margin-left: -45px;
	margin-bottom: 20px;
}
.date .row{
	/*background-color: rgba(0,92,155,0.9);*/

	position: absolute;
	bottom:0;
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
.opening-img {
	width: 25%;
	position: absolute;
	top:56%;
	left:50%;
	margin-left:-200px;
	z-index: 99;
}
.opening-img img{
	max-width: 340px;
	width: auto;

}
.date-list{
	margin:  0 auto;
	padding: 5% 5% 2% 5%;
}
.date-list li{
	float: left;
	width: 32%;
	padding: 5px;
}
.date-list img{
	width: 100%;
	max-width: 593px;
    border-radius: 15px;
}

.date-img{
	margin-top: -224px;
	position: relative;
	padding-bottom: 0;
}
.date-img img{
	width: 100%;
	max-width: 1200px;
	height: auto;
}
.date-market{
	display: block;
}

.covid19-link{
	position: absolute;
	bottom:0;
	left:2%;
	z-index: 99;
	width: 20%;
	
}
.covid19-link img{
	width: 100%;
	max-width: 242px;
}
.shop-link{
	position: absolute;
	bottom:0;
	right:0;
	z-index: 99;
	width: 20%;
	
}
.shop-link img{
	width: 100%;
	max-width: 257px;
}

.bn-sp{
	display: none;
}
.bn-sp2{
	display: none;
}
.bn-list2{
	width: 100%;
	margin: 0 auto;
	padding: 0 5% 2%;
}
.covid19-bn,
.shop-bn,
.yoyaku-bn{
	float: left;
	width: 33%;
	text-align: center;
}
.covid19-bn a,
.shop-bn a{
	padding: 0;
}
.covid19-bn {

}
.covid19-bn img{
	width: 100%;
	max-width: 400px;
}
.shop-bn img{
	width: 100%;
	max-width: 400px;
}
.yoyaku-bn img{
	width: 100%;
	max-width: 400px;
}

/* ==========================================================================
#news
========================================================================== */
#news{
	padding: 30px 0 0 0;
	position: relative;
	background:#000;
}
#news h2{
	text-align: left;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 5px;
	color: #fff;
}
#news h2 img{
	width: 129px;
}

#news #news-wrap{
	background: #081e42;
	padding:3%;
	overflow-y: scroll;
	height: 32em;
	display: block;
	color:#fff;
	margin-bottom: 30px;
}
#news #news-wrap ul{
}
#news-wrap li {
	border-bottom: 1px solid #fff;
	list-style: none;
}

#news #news-wrap section{
	padding: 0;
}

#news-wrap p {
	font-size: 16px;
	padding: 15px;
	line-height: 1;
	vertical-align: bottom;
	margin-bottom: 0;
}
#news-wrap p span {
	display: inline-block;
	font-weight: bold;
}
#news-wrap p time {
	display: inline-block;
	margin-right: 2em;
	font-size: 16px;
	padding: 0 ;
}
#news-wrap .desc {
	font-size: 14px;
	line-height: 1.7;
	margin-left: 2em;
	padding: 0 10px 20px 0;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
    height:24em !important;
}

._2p3a{
	margin: 0 auto!important;
	width: 100%!important;
}

.bnr{
	margin-top: 15px;
}
.bnr img{
	width: 100%;
}

/* ==========================================================================
#schedule
========================================================================== */
#schedule{
	padding-bottom: 150px;
	position: relative;
	background: #011433;
}
#schedule h2 img{
	max-width: 268px;
	margin-bottom: 10px;
}
#schedule .lead{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3em;
}
#schedule .schedule-wrap{
	position: relative;
	margin-bottom: 50px;
}
#schedule .photo-r{
	position: absolute;
	top:0;
	right:-10%;
	width: 60%;
}
#schedule .photo-l{
	position: absolute;
	top:0;
	left:-10%;
	width: 60%;
}
#schedule .photo-l img,
#schedule .photo-r img{
	width: 100%;
}

#schedule .dtl{
	position: relative;
	float: left;
	width: 55%;
	background: #005a4d;
	margin-right: -5%;
	margin-top: 50px;
	padding: 30px 40px;
	z-index: 9;
}


#schedule #dtl-yokote .dtl{
	/*background: url('./../img/schedule-yokote-bg.jpg') no-repeat center top;
	background-size: cover;*/
	border-radius: 10px;
	background: #000;
	background-color: rgba(0,0,0,0.8);
}
#schedule #dtl-yamanoeki .dtl{
	/*background: url('./../img/schedule-yamanoeki-bg.jpg') no-repeat center top;
	background-size: cover;*/
	border-radius: 10px;
	background: #000;
	background-color: rgba(0,0,0,0.8);
}
#schedule #dtl-live .dtl{
	border-radius: 10px;
	background: #000;
	background-color: rgba(0,0,0,0.8);
	width: 60%;
}

.btn a:hover{
	color: #000;
}

#schedule .dtl-r{
	float: right;
	margin-right: 0;
}

#schedule .dtl p{
	font-size: 14px;
	margin-bottom: 2em;
	color: #fff;
}

#schedule .ttl{
	text-align: center;
	margin: 20px auto 30px;
	width: 90%;
}
#schedule #dtl-yamanoeki .ttl{
	margin-top: 0;
	width: 90%;
}

#schedule #dtl-live .ttl{
	margin-top: 0;
	margin-bottom: 20px;
	width: 80%;
}

#schedule #dtl-live .text{
	font-size: 16px;
}

#schedule  .date02 {
	float: right;
	width: 44%;
	margin-top: 30px;
	padding-left: 0;
	text-align: right;
	margin-bottom: 15px;
}
#schedule #dtl-yamanoeki .date02 {
	float: right;
	width: 54%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#schedule img{
	text-align: center;
	width: 100%;
}
#schedule .ttl .date03 img{
	display: inline-block;
	width: 44%;
	padding-top: 15px;
	text-align: right;
}
#schedule date01-sp{
	display: none;
}
#schedule .date01-sp img{
	display: none;
}

#schedule .dtl #btn-kuma-dtl{
	margin: 0 auto;

}
#schedule .dtl .text{
	clear: both;
}
#schedule #dtl-kuma .sponsor img{
	display: inline-block;
	max-width: 169px
}
#schedule #dtl-yokote .sponsor img{
	display: inline-block;
	max-width: 92px
}
#schedule #dtl-yamanoeki .sponsor img{
	display: inline-block;
	max-width: 169px
}

#schedule .dtl .text a{
	padding: 5px 7px;
	background: #fff;
	margin: 0 3px;
}
#schedule .dtl .text a:hover{
	background: #000;
	color: #fff;
	cursor: pointer;
}
.iziModal-content img{
	width: 100%;
}

.bn{
	margin: 50px auto 0;
	max-width: 900px;
	padding: 5%;
}
/*
.dtl{
	background-color: rgba(255,255,255,0.9);
	margin:5%;
	padding:2% 5% 5%;
}*/

.dtl-txt{
	margin-bottom:30px;
}
.ttl{
	font-weight: bold;
}
.sub{
	margin:0 20px 30px;
	background: #dfdfdf;
	padding:2%;
}

#schedule .btn-wrap p{
	margin-bottom: 15px;
}
#schedule .dtl .btn{
	background-color: #000;
	border: 1px solid #84b2e5;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 15px 0;
	width: 100%;
	text-align: center;
}

#schedule .dtl .btn:hover{
	background-color: #fff;
	color: #063770;
}

#schedule .dtl p.dl-btn{
	margin:  15px 15% 0;
	float: inherit;
	width: 70%;
}

#schedule p.last-text {
	margin: 1.5em 0 0 0;
}

.iziModal{
	font-size: 16px;
	width: 80%;
	max-width: 90%!important;
	color: #564546;
}

.iziModal dt{
	float: left;
	width: 2em;
	margin-bottom: 10px;
}

.iziModal dd{
	padding-left: 2em;
	margin-bottom: 10px;
}

.red{
	color: #ff0000;
	
}
/* ==========================================================================
#covid19
========================================================================== */
#covid19 {
	position: relative;
	margin-top: -150px;
	padding: 150px 0 0 0 ;
	background: url('./../img/covid-bg.png') repeat-x center top;
	background-size: 1117px 150px;
	color:#1c2952;
	z-index: 99;
}
.covid19-inner{
	background: #eaece5;
	padding-bottom: 40px;
}
#covid19 ul{
	margin-top: 30px;
}
#covid19 li{
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#covid19 li img{
	width: 100%;
	background: #fff;
	}
#covid19 .col-md-12 p{
	margin-top: 30px;
	background: #fff;
	padding: 8px;
	border-radius: 15px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
/* ==========================================================================
#about
========================================================================== */
#about {
	position: relative;
	padding: 0;
	padding-bottom: 40px;
	color:#1c2952;
	z-index: 99;
	background: #eaece5;
}
#about dl{
	border-top: #1c2952 1px solid;
	border-right: #1c2952 1px solid;
	border-left: #1c2952 1px solid;
	margin-bottom: 30px;
	font-size: 16px;
	color:#1c2952;
}

#about dt{
	padding:12px 20px;
	float: left;
	width:10em;
}
#about dd{
	border-bottom: 1px solid #1c2952;
	margin: 0;
	padding:12px 5px 12px 10em;
	line-height: 1.5;
}


/* ==========================================================================
#apply
========================================================================== */
#apply{
	background: #011433;
	padding-top: 40px;
}
#apply h2{
	font-size: 50px;
}
#apply .txt{
	text-align: center;
}
#apply .atten{
	margin: 30px 0;
	background: #031630;
	padding: 20px 10px;
}
#apply .atten-ttl{
	text-align: right;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 18px;
}
#apply .privacy{
	border-top: 1px solid #031630;
	border-bottom: 1px solid #031630;
	margin-bottom: 50px;
	padding: 10px;
}
#apply .privacy h4{
	font-size: 14px;
	font-weight: bold;
}

#apply .apply-list{
	padding: 20px 30px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#apply .apply-ttl{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

#apply .last{
	border-bottom: 1px solid #fff;
	
}
.apply-mail{
	font-weight: bold;
	color:#fff;
	background: #ff0000;
	padding: 5px 8px;
}

#apply .btn{
	width: 100%;
	margin: 0 auto;
	background: #deeedc;
	padding:15px ;
	font-size: 24px;
}
#apply .btn:hover{
	color: #0b284f;
	cursor: default;
}
#apply a.btn:hover{
	background: #005ca0;
	color: #fff;
	cursor: pointer;
}


#apply .finish{
	background: #556081;
	color:#fff;
	cursor: default;
}
#apply .finish:hover{
	background: #556081;
	color:#fff;
}

/* ==========================================================================
#atraction
========================================================================== */
#atraction{
	position: relative;
	background: #c9d5c6;
	color:#a98548;
	padding: 80px 0 150px 0;
}
#atraction .container-fluid{
	padding: 0 10%;
}
#atraction h2{
	margin-bottom: 140px;
	z-index: 99;
	position: relative;
	text-align: center;
}
#atraction h2 img{
	max-width: 292px;
	margin-bottom: 10px;
}
#atraction .col-md-12{
	margin-top: 0;
	z-index: 1;
}
#atraction img{
	width: 100%;
}
#atraction .sub{
	margin-top: 30px;
	text-align: center;
	background: #a47e3e;
	border-radius: 50px;
	padding:20px 50px;
	color:#fff;
}

#atraction .out{
	padding: 40px 0;
	position: relative;
	background: url('./../img/out-bg.jpg') no-repeat center top;
	background-size: cover;
	color: #fff;
}
.ttl-out{
	max-width: 330px;
}
.photo-out{
	float: right;
	width:698px;
	margin-top: -100px;
	margin-right: -30%;
}
#atraction .in{
	padding: 0;
	position: relative;
	background: #caccdb;
	color: #1c2952;
}
#atraction .in img{
	margin-top: -60px;
}
#atraction .in .ttl-in{
	padding-top: 60px;
}

.ttl-in{
	margin-top: 60px;
	max-width: 395px;
}
.photo-in{
	width:838px;
	margin-left: -60%;
	margin-bottom: 0;
}
#new-atraction{
	position: relative;
	background: #f0edce;
	padding: 30px 10px 40px;
}
#new-atraction h3 img{
	width:318px;
}
#shop {
	position: relative;
}
#shop .shop-link{
	bottom:auto;
	top:-150px;
	right: 0;
	left: auto;
	width: auto;
}
#shop-info2{
	margin: 30px 0;
	padding: 0 20px 20px 20px;
	border: 1px solid #cbcf8c;
	background: #cbcf8c;
	text-align: center;
	color: #1c2952;
}
#shop-info2 .btn {
	color:#6c5126;
}
#shop-info2 .btn:hover {
	background: #6c5126;;
	color: #fff;
}
.row-eq-height {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

/* ==========================================================================
#shop
========================================================================== */
#atraction .h3-shop{
	font-size: 16px;
	color: #ab7c2f;
	line-height: 2;
	margin-bottom: 60px;
	margin-top: 80px;
}
#atraction .h3-shop img{
	width: 371px;
}
#shop h4{
	text-align: center;
	color: #ab7c2f;
	font-size: 24px;
	margin: 0 0 10px;
}
#shop p.text{
	color: #1c2952;
	font-weight: bold;
	padding: 0 25px 20px;
}

/* ==========================================================================
#stay
========================================================================== */
#stay{
	position: relative;
	background: #063770;
}
#stay h2 img{
	max-width: 105px;
	margin-bottom: 10px;
}
.stay-plan{
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	margin: 40px 0 60px 0;
	padding: 20px 10px 10px 10px;
}

.stay-wrap {
	padding: 0;
}
.stay-wrap .thumb {
	float: left;
	width: 30%;
	display: block;
	margin-right: 3%;
}
.stay-wrap .thumb img{
	background: #fff;
	margin: 0;
	padding: 0;
}
.stay-wrap .txt{
	width: 67%;
	overflow: hidden;
}
.stay-wrap .txt a{
	color:#fff;
}
.stay-wrap .txt a:hover{
	color:#005c9b;
}
.stay-btn{
	margin: 0 auto;
	width:30%;
}

.hotel-list {
	margin-top: 30px;
	font-size: 16px;
}
.hotel-list .row{
	margin-bottom: 30px;
}
.hotel-list h3{
	font-size: 20px;
	text-align: left;
	padding-bottom:10px;
	border-bottom: 1px solid #fff;
}
.hotel-list li{
	margin-bottom: 10px;
}
.hotel-list li a{
	color:#fff;
}
.hotel-list li a:hover{
	color:#e0a926;
	text-decoration: underline;
}


.hotel-first{
	border-top: 1px solid #fff;
	padding-top: 15px;
	
}
.hotel-first a{
	font-size: 18px;
	font-weight: bold;
}


/* ==========================================================================
#photo
========================================================================== */
#photo{
	padding: 0;
	background: #133380;
}
#photo li{
	padding: 0;
}
#photo li p{
	text-align: center;
	color:#fff;
	font-size: 28px;
	font-weight: bold;
	padding:25% 2%;
}
#photo a{
	padding: 0;
	margin: 0;
}
#photo img{
	width: 100%;
}
.pswp__img{
	padding:5%;
}
.photo-gallery .col-md-2{
	width: 12.5%;
}

/* ==========================================================================
movie
========================================================================== */
#pv{
	position: relative;
	background: #0b284f;
}
.movie {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 10px;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.iziModal-video1,
.iziModal-video2,
.iziModal-video3,
.iziModal-video4{
	width: 100%;
}

.guide-movie{
	margin: 20px auto;
	background: #031630;
}
.guide-movie .ttl{
	margin: 20px auto;
	font-size: 20px;
	text-align: center;
}
.guide-movie video{
	width: 50%;
}
/* ==========================================================================
sns
========================================================================== */
.sns {
	padding: 10px 15px;
	background:#fff;
	margin: 7px 0;
}
.sns p{
	text-align: center;
	font-weight: bold;
	color:#063770
}
.sns .sns-list li{
	padding: 10px 6px;
	text-align: center;
}
.sns .sns-list img{
	width: 80%;
}

.sns .sns-list li a{
	border: none;
	}
/* ==========================================================================
Footer
========================================================================== */
footer{
	background: #fff;
	background-size: cover;
	color: #000;
}
footer p{
	margin: 0;
}
footer .footer-wrap{
	padding:30px 0 50px;
}
footer li{
	margin-right:0!important;
}
.link-list{
	margin-bottom: 60px;
}
.link-list li{
	padding-left: 5px;
	padding-right: 5px;
}
.link-list img{
	margin-right: 10px;
	width:30px;
}
.link-w a{
	text-align: center;
	color:#a47e3e;
	font-size: 15px;
	font-weight: bold;
	display: block;
	border: 1px solid #ccc;
	width: 100%;
	height: 45px;
	line-height: 33px;
}
.link-list .link-w img{
	margin-right: 6px;
	width: 22px;
}
.link-f a{
	text-align: center;
	color:#375191;
	font-size: 16px;
	font-weight: bold;
	display: block;
	border: 1px solid #ccc;
	width: 100%;
	height: 45px;
	line-height: 33px;
}
.link-i a{
	text-align: center;
	color:#b7407b;
	font-size: 16px;
	font-weight: bold;
	display: block;
	border: 1px solid #ccc;
	width: 100%;
	height: 45px;
	line-height: 33px;
}
.link-tw a{
	text-align: center;
	color:#1d9bf0;
	font-size: 16px;
	font-weight: bold;
	display: block;
	border: 1px solid #ccc;
	width: 100%;
	height: 45px;
	line-height: 33px;
}
.link-t a{
	text-align: center;
	color:#000;
	font-size: 16px;
	font-weight: bold;
	display: block;
	border: 1px solid #ccc;
	width: 100%;
	height: 45px;
	line-height: 33px;
}
.link-y a{
	text-align: center;
	color:#b7407b;
	font-size: 16px;
	font-weight: bold;
	display: block;
	border: 1px solid #ccc;
	width: 100%;
	height: 45px;
	line-height: 33px;
}
.link-y img{
	width: 90px;
}
.link-w a:hover,
.link-f a:hover,
.link-i a:hover{
	border: 1px solid #ccc;
}
.link-w a:hover img,
.link-f a:hover img,
.link-i a:hover img{
	opacity: 1;
}

.contact{
	margin-bottom: 40px;
}
.contact span{
	padding: 20px 40px;
	margin-right: 20px;
	background: #000;
	color:#fff;
}

.copy {
	clear:both;
	background: #081e42;
	color:#fff;
}
.copy p{
	padding: 30px 0px 20px 0;
	text-align: center;
	margin-top: -12px;
	font-size: 12px;
}


.btn-up {
	z-index: 9999;
	position: fixed;
	bottom:20px;
	right:20px;
	width: 60px;
	height: 60px;
    background: #000;
}
.btn-up a{
	padding: 0;
	height: 70px;
	text-align: center;
	font-size: 40px;
	display: block;
	color: #fff;
}



.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #564546;
}
/*
.iziModal p{
	padding: 10%;
	font-size: 22px;
	text-align: center;
}*/
.iziModal p span.f-big{
	font-size: 32px;
	font-weight: bold;
	
}
.iziModal p span.fs16{
	font-size: 16px;
	
}
.iziModal dl{
	padding: 3%;
}
#modal-alert .iziModal-header.iziModal-noSubtitle .iziModal-header-title,
#modal-alert {
	color: #fff;
}
.modal-block{
	border-bottom: 1px solid #000;
	padding: 0 3%;
}

.modal-block-wrap{
	padding: 3%;
}

.iziModal .iziModal-content p{
	padding: 2% 3% 0;
	font-size: 16px;
	text-align: left;
}
.iziModal .iziModal-content p.text{
	padding: 0 3%;
	font-size: 16px;
	text-align: left;
}

.iziModal .iziModal-content .modal-block-wrap p{
	padding:0;
}

.iziModal .iziModal-content .modal-dtl{
		padding:2% 0;
}

.iziModal .iziModal-content .sub{
	margin: 3% 3% 0 3%;
	background: #f0f5ff;
	font-size: 14px;
	padding: 1.5%;
}

.iziModal4 .iziModal-content .sub{
	background: #c9cbf0;
}
.iziModal .iziModal-content .sub p{
	font-size: 14px;
	padding: 0;
	}

.iziModal .iziModal-content .btn{
	background-color: #0543b6;
	color: #fff;
	font-size: 16px;
	padding: 0;
	margin: 3%;
	width: 94%;
	text-align: center;
}
.iziModal .iziModal-content .btn a{
	color: #fff;
	display: block;
	padding: 3%;
}

.iziModal .iziModal-content .btn:hover{
	background-color: #fff;
	color: #063770;
}

.iziModal .iziModal-content .btn:hover a{
	color: #063770;
}

.iziModal .iziModal-content .btn a:hover{
	color:  #063770;
}

.iziModal .iziModal-content p.text-big{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	padding: 0 3%;
}
.photo-sub{
	width: 70%;
	margin: 0 auto;
}

.cap{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 1em;
}

/* ==========================================================================
Media queries
========================================================================== */
@media(min-width:1201px) {
.photo-out{
	margin-right: -30%;
}
.photo-in{
	margin-left: -60%;
	margin-bottom: 0;
}

#atraction .in img{
	margin-top: -0;
}
}
@media(max-width:991px) {
.nav li{
	padding:0;
}
.nav>li>a {
	font-size: 14px;
    padding: 14px 10px;
}
.nav-aplly{
	width: 16%;
}
.nav-aplly a{
	padding: 10px;
}
.nav-aplly img{
	max-width: 100px;
}
#start{
	padding: 6% 20% 16% 20%;
}
.logo{
	padding: 0 3%;
}
.opening-img{
	left:38%;
	top:52%;
}
.opening-img img{
	width: 100%;
	max-height: auto;
}
.date {
	height: 30%;
	padding: 0 0 20px;
}
.date .date-img{
	margin-top: -110px;
}
.date .date-img img{
	height: auto;
	width: 80%;
	max-height: auto;
}

.date-market{
	display: none;
}

#pageplugin{
	width: 100%;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
    height:20em !important;
    margin: 0 auto;
}
#atraction .container-fluid{
	padding: 0;
}
#apply .atten-ttl{
	text-align: center;
}
#shop{
	padding: 0 3%;
}

.covid19-link{
	width: 36%;
	right: 0;
	top:67%;
}
.shop-link{
	width: 35%;
	left: 0;
	bottom:15%;
}


#atraction .in img{
	margin-top: 0;
}
#atraction .photo-in,
#atraction .photo-out{
	margin: 0;
}
#atraction .photo-out{
	margin-right: -10%;
}
#atraction .photo-in{
	margin-left: -10%;
}

}
@media(max-width:768px) {
.nav-wrapper{
  background: none;
  height:0;
}
.navicon{
	display: block;
	margin-top: 14px;
}
.navbar-nav{
	width:100%;
	float: none;
}
.nav li{
	border-bottom: 1px solid #fff;
}
.navbar-collapse.collapse {
  display: block!important;
  height: auto!important;
  padding-bottom: 0;
  overflow: visible!important;
  border-top:none;
  box-shadow: none;
}
.nav-aplly{
	right: 0;
	margin: 0;
	position: relative;
	width: 100%;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}

section{
	padding: 10px 0;
}
.cf{
	clear: both;
}

.logo img{
	width: 90%;
	height: auto;
	max-width: 593px;
	padding-right:15px;
}

h2{
	margin: 1em 0;
	font-size: 16px;
}
h2 img{
	width: 100%;
}
h3{
	margin: 0.3em 0;
	font-size: 150%;
	font-weight: bold;
}
p{
	font-size: 14px;
	margin: 0.5em 0;
}
.btn{
	font-size: 16px;
	padding: 15px 0;
}
.fs14{
	font-size: 13px;
}

section.keyvisual{
	position: relative;
}
#start{
	z-index: -1;
	padding: 10% 5% 5%;
}

.date .row{
	padding: 25px 0 10px;
	margin: 0;
}
.date .date-img{
}
.date .date-img img{
	width: 110%;
	max-height: auto;
	height: auto;
	margin: 0 -5%;
}

.opening-img {
	position: relative;
	margin-left: 0;
	left:auto;
	top:auto;
	width: 40%;
	margin: 0 auto;
}
.opening-img img{
	width: 100%;
	height: auto;
}
.bn-sp{
	display: block;
}
.date-list{
	padding: 3%;
}
.date-list li{
	width: 48%;
	padding-bottom: 1%;
}
.date-list img{
	border-radius: 5px;
}
.bn-list2{
	display: none;
}
.bn-list p{
	padding: 0 5px;
}
.date-list li.bn-sp{
	display: block;
	width: 96%;
	padding-left: 2%;
	margin-top: 30px;
}

.covid19-bn, .shop-bn, .yoyaku-bn{
	width: 100%;
}
.covid19-bn img,
.yoyaku-bn img{
	width: 100%;
	margin-bottom: 3px;
}

/* ==========================================================================
#news
========================================================================== */
#news h2{
	text-align: center;
	margin-bottom: 10px;
}
#news h2 img{
	width: 90px;
}

#news #news-wrap{
	padding:3%;
	height: 20em;
	margin-bottom: 20px;
}
#news-wrap li {
	border-bottom: 1px solid #3c5372;
	list-style: none;
}

#news-wrap p {
	font-size: 14px;
	padding: 0 15px;
	vertical-align: bottom;
	margin-bottom: 0;
}
#news-wrap p span {
	display: inline-block;
	font-weight: bold;padding-bottom: 10px;
}
#news-wrap p time {
	display: inline-block;
	margin-right: 1em;
	font-size: 14px;
	padding: 0  0 7px 0;
}
#news-wrap .desc {
	font-size: 13px;
	line-height: 1.7;
	margin-left: 1em;
	margin-top: 0;
	padding: 0 10px 7px 0;
}


/* ==========================================================================
#schedule
========================================================================== */
#schedule{
	padding-bottom: 50px;
}

#schedule h2 img{
	max-width: 168px;
}
#schedule .lead{
	font-size: 14px;
	text-align: left;
}

#schedule .schedule-wrap{
	margin-bottom: 0;
	padding: 0;
}
#schedule .photo-r{
	position: relative;
	top:0;
	right:0;
	width: 100%;
	margin: 0;
}
#schedule .photo-l{
	position: relative;
	top:0;
	left:0;
	width: 100%;
	margin: 0;
}
#schedule .photo-l img,
#schedule .photo-r img{
	width: 100%;
}
#schedule .dtl{
	margin-top: 0;
	float: none;
	width: 100%;
	padding: 10px 5%;
}
#schedule #dtl-live .ttl{
	width: 100%;
}
#schedule #dtl-live .dtl{
	width: 100%;
}
#schedule .dtl-r{
	float: right;
	margin-right: 0;
}
#schedule .dtl p{
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
}

#schedule .ttl{
	width: 100%;
	text-align: center;
	margin: -25% auto 15px;
}
#schedule .ttl img{
	display: none;
	width: 96%;
}
#schedule #dtl-yamanoeki .ttl{
	
	width: 100%;
	margin-right: 0;
}
#schedule #dtl-live .ttl img{
	width: 90%;
	margin-bottom: 0;
}
#schedule .date01-sp img{
	display: block;
	margin-bottom: 40px;
}
#schedule .date02 {
	float: none;
	padding-left: 0;
	margin: 0 auto 20px;
	width: 90%;
}
#schedule #dtl-yamanoeki .ttl{
	margin: -34% auto 15px;
}

#schedule #dtl-yamanoeki .date01-sp img{

}
#schedule img{
	text-align: center;
	width: 100%;
}

#schedule  #dtl-yamanoeki .date02 {
	float: none;
	padding-left: 0;
	margin: 0 auto 20px;
	width: 100%;
}
#schedule .dtl #btn-kuma-dtl{
	width: 100%;
}

.sponsor{
	font-size: 14px;
}
.sub{
	margin:0 20px 0;
	background: #dfdfdf;
	padding:2%;
}

#schedule .dtl p.btn{
	font-size: 16px;
	margin: 0 0 5px;
	width: 100%
}
#schedule .dtl .text a{
	display: inline-block;
	margin-top: 4px;
}


.iziModal{
	font-size: 14px;
	width: 70%;
}

.iziModal dt{
	float: left;
	width: 2em;
	margin-bottom: 10px;
}

.iziModal dd{
	padding-left: 2em;
	margin-bottom: 10px;
}
.iziModal .iziModal-content p.text{
	font-size: 14px;
}


#about dl{
	font-size: 14px;
	margin-bottom: 10px;
}

#about dt{
	padding: 4px 10px 2px;
	width: 100%;
	float: none;
}
#about dd{
	padding: 0 5px 4px 10px;
}

.guide-movie .ttl{
	font-size: 16px;
}
.guide-movie video{
	width: 100%;
}

/* ==========================================================================
#covid19
========================================================================== */
#covid19{
	margin-top:0;
	padding: 0;
	background: none;
	background-size: contain;
}
#covid19 h3{
	padding: 30px 1em 0;
	font-size: 18px;
}
#covid19 li{
	text-align: left;
	margin-bottom: 5px;
}
#covid19 li img{
	float: left;
	width: 25%;
	margin-right: 5%;
	margin-bottom: 5px;
}
#covid19 .col-md-12 p{
margin-top: 10px;
	font-size: 13px;
	text-align: left;
	border-radius: 5px;
}


/* ==========================================================================
#apply
========================================================================== */
#apply{
	background: #0b284f;
	padding: 20px 3%;
}
#apply .txt{
	text-align: left;
}
.apply-mail{
	display: block;
}
#apply h2{
	width: 50%;
	margin: 0 auto 10px;
	font-size: 22px;
}
#apply h2 img{
	width: 100%;
}
#apply .atten{
	margin: 7px 2%;
	padding: 10px 0;
}
#apply .atten-ttl{
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
}
#apply .atten p{
	font-size: 13px;
}

#apply .apply-list{
	padding: 8px 20px;
}
#apply .apply-ttl{
	font-size: 18px;
	margin-bottom: 10px;
}

#apply .last{
	border-bottom: 1px solid #fff;
	
}

#apply .btn{
	width: 100%;
	margin: 0 auto;
	padding:10px ;
	font-size: 18px;
	white-space: normal;
}
/* ==========================================================================
#atraction
========================================================================== */
#atraction{
	padding: 0 0 30px;
	position: relative;
}
#atraction h2{
	margin:20px auto;
	text-align: center;
	width: 65%;
}
#atraction .container-fluid{
	padding: 0;
}
#atraction .ttl-out{
	width: 70%;
}
#atraction .in{
	margin-top: -70px;
	padding-top:70px;
}
#atraction .in .ttl-in{
	padding: 0;
	width: 80%;
}
#atraction .in p,
#atraction .out p{
}
#atraction .photo-out{
	width: 120%;
	margin: 0 -10%;
}
#atraction p.photo-in{
	width: 126%;
	margin: 0 -12%;
}
.ttl-in{
	margin-top:0;
}
#atraction .sub{
	border-radius:10px;
	padding: 3% 4%;
	margin: 10px 3%;
	font-size: 13px;
}
#atraction .h3-shop{
	margin-top:30px;
}
#shop .shop-link{
	width: 40%;
	top:-50px;
	left: 3%;
}
#shop-info2{
	padding: 10px 5%;
	margin-bottom: 10px;
	width: 100%;
}
#shop-info2 .btn{
	font-size: 14px;
	padding: 15px 2%;
}
#shop{
	padding: 0 5%;
}
#shop h4{
	font-size: 18px;
}
#shop p.text{
	padding: 0 10px 10px;
}
#atraction .h3-shop img{
	width: 80%;
	margin: 0 auto;
}
/* ==========================================================================
#stay
========================================================================== */
#stay h2 img{
	width: 25%;
}
.stay-wrap{
	clear: both;
	border-bottom: 1px dashed #ccc;
}
.stay-plan{
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.stay-btn{
	width: 100%;
}
.stay-btn a{
	margin: 0;
	width: 100%;
}
.hotel-first a{
	font-size: 14px;
}
footer li{
	padding: 0!important;
}
footer .footer-wrap{
	margin-bottom: 20px;
	padding:10px ;
}
.link-list{
	margin-bottom: 30px;
}
.link-list li{
	margin-bottom: 3px;
}
.link-list li a{
	font-size: 13px;
	padding: 5px 0;
	border: none;
}
.link-list li.link-w a{
	font-size: 12px;
}
.link-list img{
	text-align: center;
	width: 20px;
	margin: 0 auto;
	margin-right: 5px;
}
.link-list .link-y img{
	width: 70px;
}
.hotel-list {
	font-size: 14px;
	padding: 0 3%;
}
.hotel-list li{
	margin-bottom: 5px;
}
.contact{
	margin-top: 10px;
	margin-bottom: 10px;
}
.contact span{
	display: block;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 0;
	padding: 10px 20px;
}
#copy p{
	text-align: center!important;
}

.iziModal{
	font-size: 16px;
	width: 100%;
	max-width: 100%!important;
}
.iziModal .iziModal-content .modal-dtl{
	padding: 2% 15px;
	clear: both;
}
.iziModal-wrap{
	padding: 3%;
}
.iziModal .iziModal-content .sub{
	font-size: 12px;
	padding: 2%;
}

.btn-up {
	width: 40px;
	height: 40px;
}
.btn-up a{
	font-size: 26px;
}


#photo li p{
	text-align: center;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	padding:22% 2%;
}
.photo-gallery .col-md-2{
	width: 25%;
}

#pv .btn{
	display: none;
}
.modal-block{
	padding: 0;
}
.modal-block-wrap .col-md-3{
	padding-bottom: 15px;
	padding-top: 10px;
	border-bottom: 1px solid #000;
}
.iziModal .iziModal-content p.text-big{
	font-size: 2opx;
}
.cap{
	font-size: 14px;
}

/* ==========================================================================
Nav Overlay
========================================================================== */
/* Overlay style */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 50, 99, 0.95);
    z-index: 9999;
}

/* Menu style */
.overlay nav {
    position: relative;
    top: 30%;
    height: 60%;
    text-align: center;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
}
.overlay ul {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.overlay ul li {
    display: block;
    float: none;
}
.overlay ul li:last-child {
    margin-right: 0px
}
.overlay ul li i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
}
.overlay ul li a {
	width:100%;
    display: block;
    padding: 20px 0!important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px!important;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.overlay ul li a:hover, .overlay ul li a:focus {
    border-color: #73d0da;
    color: #73d0da;
}

/* Effects */
.overlay-boxify {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-boxify.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.overlay-boxify nav ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.overlay-boxify.open nav ul:first-child li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.overlay-boxify.open nav ul:first-child li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.overlay-boxify.open nav ul:nth-child(2) li:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.overlay-boxify.open nav ul:nth-child(2) li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.overlay-boxify.open nav ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}


/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
    visibility: hidden
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
    visibility: visible
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


