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

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

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

/* !Reseting
---------------------------------------------------------- */
body {
    font-size: 14px;
    -webkit-text-size-adjust: none;
    color: #000000;
    background: #f0cc98;
    font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,游ゴシック,Yu Gothic,游ゴシック体,YuGothic,Meiryo UI,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif!important;}
a{
    color: #ffffff;
}
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%;
	padding: 12px
}
.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;}
}

/* !index
---------------------------------------------------------- */

.hdm{
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
}
.hdm span{
    position: relative;
    font-size: 14px;
    display: block;
    font-weight: normal;
    letter-spacing: 3px;
}
.hdm span:before{
    background: #ffffff;
    width: 42px;
    height: 1px;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    content: '';
    z-index: 2;
    position: absolute;
}
@media screen and (max-width: 767px) {
    .hdm{
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .hdm span{
        font-size: 14px;
    }
    .hdm span:before{
        background: #ffffff;
        width: 42px;
        height: 1px;
        top: -2px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        content: '';
        z-index: 2;
        position: absolute;
    }
}




/* !wrapper
---------------------------------------------------------- */
#wrapper {
    margin: 0 auto;
    position: relative;
    min-width: 1100px;
}

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


@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: 10px 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;
	}

}
@media screen and (max-width: 767px) {
	.main-inner{
        width: 100%;
		padding:10px 10px 0;
        box-shadow:none;
		-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{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #f0cc989e;
    height: 80px;
    border-top: 0px solid #724d33;
}
.header-in{
    display: flex;
    padding: 0 10PX 0 30px;
    justify-content: space-between;
    align-items: center;
    height: 82px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.headerlogo{
    width: 260px;
}
.headerlinks{
    margin-top: 10px;
}
.headerlinks ul{
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.headerlinks li a{
    font-size: 17px;
    color: #ffffff;
    padding: 0 20PX;
    display: block;
    text-align: center;
    text-decoration: none;
}
.headerlinks li a img{
    width: 25px;
    margin-bottom: 5px;
}



.headertel a{
    display: inline-block;
    padding: 14px 12px;
    width: 140px;
    margin: 0;
    letter-spacing: 3px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(to right, #4890f3 0%, #5EFCE8 100%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.headertel a i{
    margin-right: 10px;
}
.headertel a:hover{
    text-decoration: none;
}




@media screen and (max-width: 767px) {
    #header{
        height: 60px;
    }
    .header-in{
        width: 100%;
        height: 60px;
        padding: 0 10PX 0 10px;
    }
    .headerlogo{
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .headerlogo img{
        width: 177px;
    }
    .spmenu{
        width: 50px;
    }


}
/* !teaser
---------------------------------------------------------- */
#teaser{
    margin-top: 92px;
    background: url("../img/bg_teaser.jpg") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 380px;
    position: relative;
}
.teaser-txt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 45px;
    letter-spacing: 2px;
    color: #eff6f8;
    font-family: "Cinzel Decorative", cursive;
    text-shadow: 0 0 9px #000921;
}
.teaser-txt span{
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
    letter-spacing: 3px;
    display: block;
    text-shadow: 0 0 9px #000921;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 767px) {
    #teaser{
        margin-top: 60px;
        background: url("../img/bg_teaser.jpg") no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
        height: 240px;
        position: relative;
    }
    .teaser-txt{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 2;
        font-size: 45px;
        letter-spacing: 2px;
        color: #eff6f8;
        font-family: "Cinzel Decorative", cursive;
        text-shadow: 1px 1px 9px #000921;
    }
    .teaser-txt span{
        font-size: 14px;
        margin-top: 5px;
        letter-spacing: 3px;
        display: block;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
}

/* !contents
---------------------------------------------------------- */




@media screen and (max-width: 767px) {

}
/* !navbar
---------------------------------------------------------- */


#navbar{
    padding: 7px 0 6px;
    position: relative;
    border-bottom: 1px solid #f0b808;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#navbar li {
    float: left;
    width: 14.28%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navbar li a{
    line-height: 1;
    position: relative;
    display: block;
    padding: 15px 8px 12px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Cardo,游明朝,'Yu Mincho',YuMincho,'Hiragino Mincho ProN',HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 14px;
    font-style: italic;
    margin: 4px 0 0;
    color: #8c8c8c;
    text-decoration: none;
}
#navbar li a span{
    display: block;
    font-style: initial;
    color: #46418a;
    font-size: 14px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    margin-bottom: 3px;
}
#navbar li a:before{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 130px;
    height: 130px;
    margin: -65px 0 0 -65px;
    content: '';
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
    opacity: 0;
    border-radius: 100%;
    background: rgba(121,115,190,.25);
}
#navbar li a:hover:before{-webkit-animation:ripple .65s ease-out;animation:ripple .65s ease-out
}
#navbar li a:after{
    position: absolute;
    top: 48%;
    left: 50%;
    width: 80px;
    height: 80px;
    content: '';
    -webkit-transition: -webkit-transform .75s,opacity .75s;
    -webkit-transition: opacity .75s,-webkit-transform .75s;
    transition: opacity .75s,-webkit-transform .75s;
    transition: transform .75s,opacity .75s;
    transition: transform .75s,opacity .75s,-webkit-transform .75s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.2);
    transform: translateX(-50%) translateY(-50%) scale(.2);
    opacity: 0;
    border: 1px solid rgba(121,115,190,.3);
    border-radius: 50%;
}

#navbar li a:hover:after{
    -webkit-transform:translateX(-50%) translateY(-50%) scale(1);
    transform:translateX(-50%) translateY(-50%) scale(1);
    opacity:1;
}



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

#navbarCollapse{
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left:0;
    z-index: 9999;
    overflow: scroll;
    background: rgba(255, 255, 255, 0.8);
    color: #fff;
    display: none;
    padding: 60px 30px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navbarCollapse .container{
    padding: 20px 50px;
    background: #ddb071;
    box-shadow: 0 4px 15px rgb(0 0 0 / 52%);
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navbarCollapse .container li{
    border-bottom: 1px solid #FFF;
}
#navbarCollapse .container li a{
    display: block;
    padding: 10px 10px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    background: url("../img/ico01.png") no-repeat right 0 center;
    -webkit-background-size: 12px;
    background-size: 12px;
    text-decoration: none;
}
#navbarCollapse .container li a img{
    width: 16px;
    margin-right: 8px;
    vertical-align: middle;
}
#navbarCollapse .container li a span{
    vertical-align: middle;
}
#navbarCollapse .tel{
    margin: 10px 0;
}
#navbarCollapse .tel a{
    display: block;
    background: #e9d1b5;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}
#navbarCollapse .open{
    display: block;
    background: #e9d1b5;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}
.spclose{
    text-align: right!important;
}










#mainimg{
    margin-top: 0px;
    background: none;
    height: auto;
}

.mainimgtxt{
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.scroll{
    position: absolute;
    bottom: 10px;
    display: block;
    left:50%;
    -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);
}
.scroll a {
    padding-top: 60px;
    margin: 0;
    padding-left: 3px;
    width: 47px;
    height: 81px;
    font-size: 14px;
    vertical-align: baseline;
    background: transparent;
    color: #fafeff;
    text-decoration: none;
}
.scroll a:hover{
    text-decoration: none;
}
.scroll a span {
    position: absolute;
    bottom: 24px;
    left: 7px;
    width: 30px;
    height: 50px;
    border: 2px solid #eff6f8;
    border-radius: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.scroll a span::before {
    position: absolute;
    bottom: 34px;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: 10px;
    background-color: #eff6f8;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}



@media screen and (max-width: 767px) {
    #mainimg{
        margin-top: 66px;
        background: none;
        height: auto;
    }
}

.info_box{
    background: #e2bd89;
    font-size: 22px;
    padding: 2vh 0;
    color: #fff;
}
.info_box ul{
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info_box li:first-child{
    margin-right: 40px;
}
.info_box li a{
    color: #fff;
}
.info_box .open span{
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .info_box{
        font-size: 18px;
        line-height: 1.5;
        padding: 1vh 0;
        color: #fff;
    }
    .info_box ul{
        display: block;
        text-align: center;
    }
    .info_box li:first-child{
        margin-right: 0;
    }
    .info_box li a{
        color: #fff;
    }
    .info_box .open span{
        font-size: 12px;
    }
}


/* !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: #333;
    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: #f0f0f0;
    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: #FF6B6B;
    color: #fff;
    text-decoration: none;
}
.nav-list02 a.on{
    background: #724d33;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .nav-list02 a{
        text-align: center;
        float: left;
        position: relative;
        min-height: 1px;
        padding: 10px 6px;
        width: 24%;
        text-decoration: none;
        margin: 0.5%;
        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{
    font-size: 13px;
    line-height: 1;
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    z-index: 999;
}
.pagetop a{
    display: block;
    padding: 2em 1.5em;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    background: rgba(130,130,130,.65);
}
.pagetop a:hover{
    background: rgba(130,130,130,.85);
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .pagetop{
        display: none;
    }

}

/* !footer
---------------------------------------------------------- */

.foot .end{
    padding: 30px 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.otherinks{
    padding: 20px 0 ;
    margin-top: 20px;
    border-top: 3px solid #001450;
}
.otherinks-box{
    border-top: 1px solid rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding: 30px 0;
}
.otherinks ul{
    margin-left: -17px;
}
.otherinks li{
    float: left;
    width: 33.33%;
    padding-left: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.otherinks li a{
    display: block;
}
.otherinks li a img{
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
}
#footer{
    padding: 10px 0 10px;
    color: #fff;
    background: #e2bd89;
}
.footerlinks{
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.footerlinks a{
    border-right: 1px solid #fff;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.footerlogo{
    margin-top: 20px;
    text-align: center;
}
.footerlogo img{
    width: 250px;
}
.footertxt{
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    margin: 0 auto;
}

.footer-box{
    padding: 10px 0 15px;
}
.copyright{
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 767px) {

    .otherinks{
        margin-top: 10px;
    }
    .otherinks-box{
        border-top: 1px solid rgba(0,0,0,0.15);
        border-bottom: 1px solid rgba(0,0,0,0.15);
        padding: 30px 0;
    }
    .otherinks ul{
        margin-left: 0;
        margin-top: -15px;
    }
    .otherinks li{
        float: left;
        width: 100%;
        padding-top: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .otherinks li a img{

    }
    #footer{
        margin-top: 15px;
        border-top: 1px solid #f0b808;
        padding: 10px 0 18%;
    }

    .footerlogo{
        padding: 0 0 10px;
        text-align: center;
    }
    .footerlogo span{
        display: block;
        font-size: 16px;
        font-weight: bold;
    }
    .footertxt{
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
        margin: 0 auto;
    }
    .footerlogo img{
        width: 200px;
    }
    .footer-box{
        padding: 0;
    }
    .copyright{
        margin-top: 0;
        text-align: center;
        font-size: 12px;
        font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
    }
    .spfooterlinks a{
        display: block;
        padding: 10px 10px 0;
        background: #efefef;
        color: #5851ad;
        border-top: 1px solid rgba(255,255,255,.3);
        border-bottom: 1px solid rgba(0,0,0,.15);
    }

}


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

#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 #2ea8e6;
    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("../img/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("../img/btmenu1.png") no-repeat top center #ff5697;*/
    /*-webkit-background-size: 56px 60px;*/
    /*background-size: 56px 60px;*/
/*}*/

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

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




.foot-nav{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 50px;
    display: none;
    background: rgba(56,28,60,.65);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.foot-nav .flex{
    display: flex;
    justify-content: flex-end;
}

.foot-nav .flex-left{
    font-size: 14px;
    line-height: 1.2;
    margin-right: auto;
    padding: 10px;
    color: #e4e4e4;
    font-family: Cardo,游明朝,'Yu Mincho',YuMincho,'Hiragino Mincho ProN',HGS明朝E,メイリオ,Meiryo,serif;
}









/***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) {

}

