@charset "UTF-8";
/*\*/

/* ------------------------------------
 * Over Ride
 * ------------------------------------ */

article {
    background: none;
}

/* ------------------------------------
 * header
 * ------------------------------------ */

.drawer-navbar--fixed {
    position: relative;
}
.drawer-menu a {
    margin: 0 10px;
    text-decoration: none;
    line-height: 40px;
    font-family: Century Gothic, 'Noto Sans JP', "sans-serif";
    font-weight: 700;
}
.drawer-menu a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.drawer-hamburger,
.drawer-hamburger:hover {
    width: 4.2rem;
    background-color: #ffffff;
}
.drawer-navbar {
    background: rgba(255, 255, 255, 0);
}
.drawer-navbar .drawer-dropdown-menu {
    background-color: #1f1f1f;
}
.drawer-menu a.drawer-dropdown-menu-item {
    color: #ffffff;
}

@media (min-width: 1040px) {
    .drawer-navbar,
    .drawer-nav {
        background: rgba(255, 255, 255, 0);
    }
    .drawer-navbar .drawer-dropdown-menu {
        border: none;
    }
    .drawer-menu a {
        line-height: 80px;
    }
    .drawer-menu a.drawer-dropdown-menu-item {
        line-height: 40px;
    }
    .drawer-navbar .drawer-nav {
        text-align: center;
    }
    .drawer-navbar .drawer-menu li {
        float: none;
        display: inline-block;
    }
    .drawer-dropdown li {
        border-bottom: solid 1px #dcdcdc;
    }
    .drawer-dropdown li:last-child {
        border-bottom: none;
    }
}


/* ------------------------------------
 * Main Visual
 * ------------------------------------ */

#mainvisual {
    position: relative;
    z-index: 9;
    height: 100vh;
    min-height: 568px;
}
#mainvisual h1 {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    -moz- transform: translateY(-50%) translateX(-50%);
}
#mainvisual h1.main1908 {
    top: 44%;
}
#mainvisual h1 img {
    max-width: 100%;
    width: auto !important;
    width: 100%;
}
#mainvisual h1 a.btn_attention {
    display: inline-block;
    margin: 0 auto 0;
    padding: 0.2em 1.5em;
    background-color: rgba(222, 0, 0, 0.9);
    color: #ffef00;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    font-size: 2.4rem;
}
#mainvisual h1 a.btn_attention:hover {
    text-decoration: none;
}
#mainvisual h1 a.topbnr {
    display: block;
    margin: 3% auto 0;
    max-width: 600px;
}
#mainvisual h1 a.topbnr img {
    display: block;
    width: 90% !important;
    max-width: none;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #mainvisual h1 a.btn_attention {
        font-size: 1.8rem;
    }
}

/* ------------------------------------
 * INFORMATION
 * ------------------------------------ */
 
#top-information ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#top-information ul li {
    width: 50%;
}
#top-information ul li .box {
    display: block;
    padding: 8%;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.5;
    font-size: 1.3rem;
}
#top-information ul li:nth-child(1) .box {
    background-color: #00a0e9;
}
#top-information ul li:nth-child(2) .box {
    background-color: #e4007f;
}
#top-information ul li:nth-child(3) .box {
    background-color: #f7af00;
}
#top-information ul li:nth-child(4) .box {
    background-color: #56ad47;
}
#top-information ul li a {
    color: #ffffff;
}
#top-information ul li a:hover {
    color: #ffffff;
    -webkit-opacity: 0.9;
    opacity: 0.9;
}
#top-information ul li .box h3 {
    margin-bottom: 5%;
    text-align: center;
    font-size: 30px;
    font-size: 3.0rem;
    color: #000000;
}
#top-information ul li .box h4 {
    margin: 3% 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #000000;
}
#top-information ul li .box .photo {
    text-align: left;
}
#top-information ul li .box img {
    max-width: 100%;
    width: auto !important;
    width: 100%;
}
#top-information ul li .box dl dt {
    padding: 0.3em 0.8em;
    background-color: #000000;
}
#top-information ul li .box dl dd {
    padding: 0.8em 0 1em;
}
#top-information ul li .box .btn-info {
    position: relative;
	display: block;
    width: 90%;
	margin: 2% auto 2%;
    padding: 1em 0;
	text-decoration: none;
	text-align: center;
    background-color: #ffffff;
	color: #000000;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-box-shadow: 5px 5px 0 0 rgba(31, 49, 52, 0.9);
    box-shadow: 5px 5px 0 0 rgba(31, 49, 52, 0.9);
}
#top-information ul li .box .btn-info :hover {
    color: #ffffff;
    text-decoration: none;
    -webkit-opacity: 0.9;
    opacity: 0.9;
}
#top-information ul li .box strong {
    display: block;
    color: #000000;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
}
#top-information ul li .box .attention {
    background-color: #ffffff;
}
#top-information ul li .box .attention h4 {
    margin-bottom: 5px;
    text-align: center;
    color: #c00;
    font-size: 16px;
}

.map {
    position: relative;
    margin-top: 5%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.map iframe,
.map object,
.map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn_dl {
	display: block;
	width: 230px;
	margin: 3% auto;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #e03520;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none;
}
.btn_dl:hover {
	text-decoration: none;
	background-color: #f3513d;
}
.guidemapArea {
    padding: 3%;
    background-color: #000000;
    color: #ffffff;
}


@media screen and (max-width: 767px) {
    #top-information ul li {
        width: 100%;
    }
}


/*--- clearfix ------------------*/

.cleafix:after {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    content: ".";
    visibility: hidden;
}

