@charset "UTF-8";
/*
 * common.css
 *
 *  version --- 1.0
 *  updated --- 2012/3/30
 */

/* !HTML5 elements
---------------------------------------------------------- */

header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
    font-size: 12px;
    -webkit-text-size-adjust: none;
    <!--background-color: #000-->;
    color: #2b74bb;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;}
a{
    color: #fff;
}
body.fontS{ font-size: 10px; }
body.fontM{ font-size: 12px; }
body.fontL{ font-size: 14px; }
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}

@media print {
	html,
	html body { *zoom: 0.65;}
}

/* !common
---------------------------------------------------------- */

.hdm{
    font-size: 36px;
    font-weight: 100;
    display: block;
    letter-spacing: 2px;
    font-family: "Great Vibes", cursive;
    color: #2b74bb;
    text-align: center;
    margin-bottom: 20px;
}
.hdm span{
    display: block;
    padding-top: 13px;
    font-size: 12px;
    position: relative;
    text-align: center;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
}
.hdm span:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    background: #2b74bb;
    height: 1px;
    width: 60px;
}



@media screen and (max-width: 767px) {
    .hdm{
        font-size: 30px;
    }

}

.jspHorizontalBar, .jspVerticalBar, .jspTrack {
    background: #eeeeee;
}
.jspDrag {
    background: #b9b9b9;
}
.jspDrag:hover{
    background: #b9b9b9;
}
.jspDrag:active{
    background: #b9b9b9;
}



/* !wrapper
---------------------------------------------------------- */
#wrapper {
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
    width: 100%;
    background: url("../images/bg_wrp.jpg") repeat-y top center;
}

@media screen and (max-width: 767px) {
    #wrapper {
        min-width: 320px;
        background: none;
        position: relative;
    }
}
.inner{
    width: 1200px;
	margin: 0 auto;
    position: relative;
}
.pageinner{
    width: 1200px;
	margin: 0 auto;
    position: relative;
}
.main-inner{
    width: 1200px;
    padding: 40px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

#main{
    float: left;
    width: 890px;
}
#side{
    float: right;
    width: 280px;
}

@media screen and (max-width: 767px) {
	.inner{
        width: 100%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.pageinner{
        width: 100%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
    #main{
        float: none;
        width: 100%;
    }
    #side{
        float: none;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
	.main-inner{
        width: 100%;
		padding:0 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
}

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

#header{
    padding-bottom: 20px;
    width: 100%;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
}
.headerlogo{
    float: left;
    padding: 20px 0 15px;
}
.headertel{
    float: right;
    padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
    #header{
        margin-top: 60px;
        background: none;
        height: auto;
    }
    #header .img{
        text-align: center;
    }
    #spheader{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: linear-gradient(32deg,#6fa6db 9%,#beddf1 20%,#6fa6db 50%,#beddf1 83%,#6fa6db);
        overflow: hidden;
    }
    .splogo{
        float: left;
        padding: 10px 10px 0;
        width: 140px;
    }
    .splinks{
        float: right;
    }
    .splinks li{
        float: left;
    }
    .splinks li:nth-child(3){
        width: 55px;
        padding-top: 3px;
        padding-right: 3px;
    }
    .splinks li:nth-child(3) img{
        width: 55px;
    }
    .splinks li:nth-child(2) img{
        width: 55px;
    }
    .splinks li:nth-child(1) img{
        height: 60px;
    }
}
/* !contents
---------------------------------------------------------- */

#contents{
    padding: 20px 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


@media screen and (max-width: 767px) {
    #contents{
        padding: 20px 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
/* !navbar
---------------------------------------------------------- */


#navbar{
    background: linear-gradient(32deg,#6fa6db 9%,#beddf1 20%,#6fa6db 50%,#beddf1 83%,#6fa6db);
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navbar ul {

}

#navbar li {
    float: left;
}

#navbar li a{
    display: block;
    text-align: center;
    background-image: none;
    padding: 12px 20px;
    position: relative;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    /*text-transform: uppercase;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navbar li.selected a{
    background: #77acdd;
    color: #fff;
}
#navbar li a:hover{
    background: #77acdd;
    color: #fff;
}






/* !MENU - !navbarCollapse
---------------------------------------------------------- */

#navbarCollapse{
    width: 100%;
    position: fixed;
    height: 100%;
    top: 60px;
    left:0;
    z-index: 999;
    overflow: scroll;
    background: #fff;
    color: #fff;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navbarCollapse .container{
    padding: 50px 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navbarCollapse .container li+li{
    margin-top: 20px;
}
#navbarCollapse .container li a{
    display: block;
    padding: 4px 0;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #2b74bb;
    text-decoration: none;
    font-family: "Great Vibes", cursive;
}
#navbarCollapse .container li a span{
    display: block;
    text-align: center;
    font-size: 14px;

    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
}

#navbarCollapse.open {
    opacity: 100;
    visibility: visible;
    pointer-events: auto;
}
@keyframes fadeInUp
{
    from {opacity: 0;}
    to {opacity: 1;}
}
#navbarCollapse.open li {
    -webkit-animation: fadeInUp .5s forwards;
    animation: fadeInUp .5s forwards;
    opacity: 0;
}
#navbarCollapse.open li:nth-child(2) {
    -webkit-animation-delay: .1s !important;
    animation-delay: .1s !important;
}
#navbarCollapse.open li:nth-child(3) {
    -webkit-animation-delay: .2s !important;
    animation-delay: .2s !important;
}
#navbarCollapse.open li:nth-child(4) {
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important;
}
#navbarCollapse.open li:nth-child(5) {
    -webkit-animation-delay: .4s !important;
    animation-delay: .4s !important;
}
#navbarCollapse.open li:nth-child(6) {
    -webkit-animation-delay: .5s !important;
    animation-delay: .5s !important;
}
#navbarCollapse.open li:nth-child(7) {
    -webkit-animation-delay: .6s !important;
    animation-delay: .6s !important;
}
#navbarCollapse.open li:nth-child(8) {
    -webkit-animation-delay: .7s !important;
    animation-delay: .7s !important;
}
#navbarCollapse.open li:nth-child(9) {
    -webkit-animation-delay: .8s !important;
    animation-delay: .8s !important;
}

#mainimg{
    height: 540px;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.mainimg-txt{
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.mainimg-txt img{
    width: 600px;
}
.mainimg-txt span{
    display: block;
    text-align: center;
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 5px;
    color: #fff;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
}

.zs-enabled .zs-slideshow .zs-bullets{
    display: none;
}

@media screen and (max-width: 767px) {
    #mainimg{
        margin-top: 60px;
        height: 460px;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
    }
    .mainimg-txt{
        position: absolute;
        top: 50%;
        text-align: center;
        left: 50%;
        width: 100%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
}



/* !nav-list
---------------------------------------------------------- */
.nav-list02{
    margin-bottom: 10px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-size: 100%;
    background-size: 100%;
    text-align: center;
}
.nav-list02-box{
    display: inline-block;
}

.nav-list02 a{
    color: #FFF;
    font-weight: bold;
    text-align: center;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 10px 6px;
    width: 14%;
    text-decoration: none;
    margin: 0.1%;
    background-color: #666666;
    display: inline-block;
    font-size: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-list02 a:hover{
    background: #f05babf05bab;
    color: #fff31a;
    text-decoration: none;
}
.nav-list02 a.on{
    background: #f05babf05bab;
    color: #fff31a;
}
@media screen and (max-width: 767px) {
    .nav-list02 a{
        color: #FFF;
        text-align: center;
        float: left;
        position: relative;
        min-height: 1px;
        padding: 10px 6px;
        width: 24%;
        text-decoration: none;
        margin: 0.5%;
        background-color: #666666;
        display: inline-block;
        font-size: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .nav-list02 a.spnone{
        display: none;
    }
}

/* !pageTop
---------------------------------------------------------- */
.pagetop{
    width: 100%;
    background: linear-gradient(90deg,#6fa6db 9%,#beddf1 20%,#6fa6db 50%,#beddf1 83%,#6fa6db);
}
.pagetop a{
    padding: 30px 0;
    text-align: center;
    display: block;
}
.pagetop i{
    font-size: 30px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .pagetop a{
        padding: 15px 0;
    }
    .pagetop i{
        font-size: 26px;
    }
}

/* !footer
---------------------------------------------------------- */
#footer{
    background: #000000;
    padding: 20px 0;
    color: #333;
}
.footerlinks{
    font-size: 16px;
    text-align: center;
}
.footerlinks a{
    padding: 0 10px;
    text-decoration: none;
    font-weight: 500;
    font-family: "Felipa", cursive;
    color: #fff;
    text-align: center;
}
.footerlogo{
    padding: 20px 0;
    text-align: center;
}
.footerlogo span{
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.footertxt{
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    margin: 0 auto;
}
.footerlogo img{
    width: 280px;
}
.footer-box{
    padding: 10px 0 15px;
}
.copyright{
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
}

@media screen and (max-width: 767px) {
    #footer{
        padding: 10px 0 18%;
    }

    .footerlogo{
        padding: 10px 0;
        text-align: center;
    }
    .footerlogo span{
        display: block;
        font-size: 14px;
    }
    .footertxt{
        padding: 10px 10px;
        font-size: 14px;
    }
    .footerlogo img{
        width: 210px;
    }
    .footer-box{
        padding: 10px 0 15px;
    }
    .copyright{
        text-align: center;
        font-size: 14px;
        font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
    }
}


.out-links{
    text-align: center;
    margin-top: 20px;
}
.out-links a{
    display: inline-block;
    text-align: center;
    color: #333;
}
.out-links a:last-child{
    margin-left: 50px;
}
.link .out-links a{
    display: inline-block;
    text-align: center;
    color: #333;
}
.link .footer-box .out-links a{
    display: inline-block;
    text-align: center;
    color: #333;
}

#sp-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    color: #FFF !important;
    background-color: rgba(0,0,0,0.7);
    border-top: 1px solid #f05bab;
    padding: 10px 0;
    text-align: center;
    line-height: 1.5;
}
#sp-bottom a{
    font-size: 2em;
    color: #fff;
}
#sp-bottom .opentime{
    font-size: 14px;
}


/* !navToggle
---------------------------------------------------------- */


/*#navToggle {*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*padding: 5px;*/
    /*background: #0019d3;*/
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*z-index: 999;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
/*}*/
/*.sptel{*/
    /*background: #0019d3;*/
    /*color: #fff;*/
    /*text-align: center;*/
/*}*/
/*.sptel a{*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*font-size: 18px;*/
    /*color: #fff;*/
    /*display: block;*/
/*}*/
/*.sptel a img{*/
    /*width: 30px;*/
/*}*/
/*.sptel a span{*/
    /*display: inline-block;*/
    /*padding: 5px 0 5px 40px;*/
    /*background: url("../images/icon_tel.png") no-repeat 0 0;*/
    /*-webkit-background-size: 35px;*/
    /*background-size:  35px;*/
/*}*/
/*#navToggle a {*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*width: calc(20% - 5px);*/
    /*height: 60px;*/
    /*margin: 0 2.5px;*/
    /*border-radius: 3px;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
/*}*/
/*#navToggle a:nth-child(1){*/
    /*background: url("../images/btmenu1.png") no-repeat top center #ff5697;*/
    /*-webkit-background-size: 56px 60px;*/
    /*background-size: 56px 60px;*/
/*}*/

/*#navToggle a:nth-child(2){*/
    /*background: url("../images/btmenu2.png") no-repeat top center #ff5697;*/
    /*-webkit-background-size: 56px 60px;*/
    /*background-size: 56px 60px;*/
/*}*/
/*#navToggle a:nth-child(3){*/
    /*background: url("../images/btmenu3.png") no-repeat top center #ff5697;*/
    /*-webkit-background-size: 56px 60px;*/
    /*background-size: 56px 60px;*/
/*}*/
/*#navToggle a:nth-child(4){*/
    /*background: url("../images/btmenu4.png") no-repeat top center #ff5697;*/
    /*-webkit-background-size: 56px 60px;*/
    /*background-size: 56px 60px;*/
/*}*/

/*#navToggle a:nth-child(5){*/
    /*background: url("../images/btmenu5.png") no-repeat top center #fff;*/
    /*-webkit-background-size: 56px 60px;*/
    /*background-size: 56px 60px;*/
/*}*/

















/***PC 960px ~***/

/***IPAD 768px ~ 767px***/
@media screen and (max-width: 959px) {

}

/*** SP 480px ~ 767px***/
@media screen and (max-width: 767px) {

}

/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {

}

