/*!
 * 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: #6CC3AF;
    -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: #6CC3AF;
    font-size: 117%;
}

.navbar-brand {
    background: url("/common/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: #6CC3AF;
    }
}


#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;
		text-align: left;
    }
}


/* 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: 2em 0 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;
    }
}


/* news
--------------------------------------------------------------- */
.newslist {
	text-align: left;
	height: 33vh;
	/*overflow: auto;*/
	overflow-y: auto;
}
@media(max-width:767px) {
    .newslist {
        height: 20vh;
    }
}
.newslist dl {
	border-bottom: 1px dotted #000;
	padding: 0 0 1em;
}




/* 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 #6CC3AF;
    color: #6CC3AF;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #6CC3AF;
    outline: 0;
    color: #fff;
    background-color: #6CC3AF;
}

.btn-green{
    border: 1px solid #6CC3AF;
    outline: 0;
    color: #fff;
    background-color: #6CC3AF;
}
.btn-green:hover,
.btn-green:focus {
    border: 1px solid #6CC3AF;
    color: #6CC3AF;
    background-color: transparent;
}



/* event
--------------------------------------------------------------- */

#event .col-lg-8{
	margin-bottom: 80px;
}

#event .box .col-sm-12{
    text-align: left;
}
#event .box p{
	margin-bottom: 0;
}

#event .illustrat_gp .box {
	padding: 30px 15px;
}
#event .illustrat_gp .box p {
	font-weight: bold;
}
#event .illustrat_gp .box p + p {
	font-weight: normal;
	margin-top: 1em;
}

#event .illustrat_gp .box dl {
	margin-top: 2em;
}
#event .illustrat_gp .box ul {
	list-style: none;
	padding-left: 1em;
}
#event .illustrat_gp .box li {
	padding-left: -2em;
	text-indent: -1em;
	padding-bottom: .5em;
	font-size: 110%;
}

#event .illustrat_gp .box img{
    width: 40%;
	min-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-top: min(-5vw,-10px);
}


/* pamphlet
--------------------------------------------------------------- */


/* flyer
--------------------------------------------------------------- */
#pamphlet .box,
#flyer .box {
	padding: 50px 15px 30px;
}
#flyer .img-responsive{
	max-width: 280px;
	width: 100%;
}

p.yearBtn {
	margin: 15px;
}


/* 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;
	margin-top: 80px;
}
#access .bg {
    padding: 80px 0;
}

#access .box{
	padding: 30px 30px 0;
}
#access dl{
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}

#access dt {
    margin: 20px 0 10px;
}


.map {
    /*position: relative;
    padding-bottom: 60%;*/ /*縦横比*/
    /*height: 0;*/
    /*overflow: hidden;*/
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.map span{
	flex-basis: calc((100% - 30px) / 2);
	border: 1px solid #ccc;
	min-width: 300px;
}
.map span iframe{
	width: 100%;
	height: 400px;
}
.map iframe,
.map object,
.map embed {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;*/
}


/* footer
--------------------------------------------------------------- */
footer {
    /*margin-top: 20px;*/
    padding: 30px 0 0;
    color: #fff;
    background-color: #6CC3AF;
}
/*footer .link {
	text-align: left;
}
@media(max-width: 767px) {
    footer .link {
		text-align: center;
	}
}*/
footer hr {
    border-top: 1px solid #fffeff;
}

footer .sns_link { padding: 1.6vw 0; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: center; background-color: #2BB1A1; align-items: center; margin-bottom: 0; }
footer .sns_link li { margin-right: 4%; list-style: none; }
footer .sns_link li:last-child { margin-right: 0; }
footer .sns_link li a { width: 5.34vw; height: 5.34vw; display: block; }
footer .sns_link li.facebook a { background: url(/common/images/facebook.svg) no-repeat center center; background-size: 100% 100%; }
footer .sns_link li.twitter a { background: url(/common/images/logo_x.svg) no-repeat center center; background-size: 100% 100%; width: 3.2vw; }
@media (min-width: 1025px) {
	footer .sns_link { padding: 20px 0; }
	footer .sns_link li { margin-right: 2.54%; }
	footer .sns_link li a { width: 40px; height: 40px; }
}

::-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);
}


/* pagetop
---------------------------------------------------------------- */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 80%;
}
#pageTop a {
	background: #01913C;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 16px 0;
	text-align: center;
	display: block;
	border-radius: 8px;
}
#pageTop a:hover {
	text-decoration: none;
	background: #3CB16D;
}
