/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    /*font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
    color: #fff;
    background-color: #fcfcfc;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    /*text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-weight: 700;
    letter-spacing: 1px;
}
h1 {
    margin: 0 0 20px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #19863b;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}


/* navbar
--------------------------------------------------------------- */
.navbar-custom {
    text-transform: uppercase;
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    background-color: #19863b;
    font-size: 117%;
}

.navbar-brand {
	background: url("../images/logo.png") no-repeat left center;
	background-size: contain;
	height: 50px;
	padding-right: 0;
	font-size: 12px;
	line-height: 16px;
}
@media (max-width: 767px) {
	.navbar-brand {
		margin-top: 4px;
		margin-left: 10px;
	}
}
.navbar-brand span {
	display: block;
	margin-top: -5px;
	margin-left: 40px;
	text-align: center;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 20px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}


@media(min-width:768px) {
    .navbar-custom {
        padding: 10px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #19863b;
    }
}


#cancelWrap {
    position: relative;
}
#cancelTxt {
    position: absolute;
    top: 0;
    width: 100%;
	height: 100%;
	padding-left: 1em;
	padding-right: 1em;
	background: rgba(25, 134, 59, 0.8);
	z-index: 100;
}
#cancelTxt p {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-weight: bold;
	font-size: 2em;
}
@media(max-width:479px) {
    #cancelTxt p {
        top: 6em;
        font-size: 1.6em;
    }
}


/* intro
--------------------------------------------------------------- */
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #333;
    background: url(../images/01.jpg) no-repeat bottom center fixed;
    background-color: #D9CEB2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .bg {
    z-index: 10;
    padding: 15px 0;
}

.img-responsive {
	margin: 0 auto;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }
}

@media(max-width: 767px) {
    .intro .logo {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 480px) {
	.intro .intro-body h1 img {
		width: 60%;
	}
	.intro .intro-body h2 {
		font-size: 24px;
		margin-top: -10px;
		line-height: 1.2;
		}
	.intro .intro-body h3 {
		font-size: 18px;
		line-height: 1.2;
	}
	.intro .intro-body h4 {
		font-size: 15px;
		line-height: 1.2;
	}
}


/* general
--------------------------------------------------------------- */
.content-section {
    padding-top: 100px;
    color: #333;
}
@media(min-width:767px) {
    .content-section {
        padding-top: 80px;
    }
}
@media(max-width: 480px) {
    /*.content-section {
        padding-top: 30px;
    }*/
    .content-section h1 {
        font-size: 30px;
    }
}

.content-section p {
    font-size: 110%;
}

.box {
	background: rgba(249, 249, 249, 0.8);
	border: 1px solid rgba(150, 150, 150, 0.1);
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 15px 15px 0;
	margin: 0 0 30px;
}
@media(max-width: 767px) {
    .box {
		padding: 15px 15px 0;
	}
}

.bg {
    width: 100%;
	background: rgba(252, 252, 252, 0.8);
}

hr {
	border-top: 1px dotted #999;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #19863b;
    color: #19863b;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #19863b;
    outline: 0;
    color: #fff;
    background-color: #19863b;
}


/* news
--------------------------------------------------------------- */
.newslist {
	overflow: auto;
}
#news {
	margin-bottom: 20px;
}


/* event
--------------------------------------------------------------- */
.thumbnail h4 {
	margin-top: 10px;
}
.panel-body .thumbnail h4 {
	color: #0084C9;
	padding-left: 1em;
	text-align: left;
}
.thumbnail p {
    margin: 0 5px 5px;
}

.balloonwrap {
	position: relative;
	margin-bottom: 10px;
	z-index: 1;
}
.balloon {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	background: #EA617C;
	border-radius: 50%;
}
.balloon:before {
	content: "";
	position: absolute;
	bottom: -10px; 
	right: 20px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #EA617C;
	border-radius: 30px 0;
	z-index: -1;
}
.balloon:after {
	content: "";
	position: absolute;
	bottom: -5px; right: 30px;
	margin-left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: #FFF;
	border-radius: 30px 0;
	z-index: -1;
	-webkit-transform: rotate(-30deg);
	   -moz-transform: rotate(-30deg);
	    -ms-transform: rotate(-30deg);
	     -o-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}



/* guidemap
--------------------------------------------------------------- */
.number {
	border-radius: 10px;
	padding: 0 10px;
	margin-right: 5px;
    color: #fff;
}
.green {
	background: #1d8451;
}
.orange {
	background: #EA617C;
}
.blue {
	background: #3091D0;
}

#guidemap dd {
	margin-top: 5px;
}


/* access
--------------------------------------------------------------- */
#access {
    display: table;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    color: #333;
    background: url(../images/02.jpg) no-repeat bottom center fixed;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#access .bg {
    padding: 80px 0;
}

.map {
	position: relative;
	padding-bottom: 60%; //縦横比
	height: 0;
	overflow: hidden;
	border: 1px solid #ccc;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* history
--------------------------------------------------------------- */
p.yearBtn {
	margin: 15px;
}


/* footer
--------------------------------------------------------------- */
footer {
	margin-top: 20px;
	padding: 30px 0 20px;
	color: #fff;
	background-color: #19863b;
}
/*footer .link {
	text-align: left;
}
@media(max-width: 767px) {
    footer .link {
		text-align: center;
	}
}*/
footer hr {
	border-top: 1px solid #fffeff;
}


::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
