@charset "UTF-8";
/*
 * cmn_layout.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;
color: #fff;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
line-height: 1.5;
}
a{
    color: #4f3d07;
}
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-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", serif;
    font-size: 20px;
    letter-spacing: 0.01em;
    font-weight: bold;
}
/* .hdm:before {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
    background: url(../images/logo.svg) center center no-repeat;
    background-size: 100% 100%;
    content: "";
    vertical-align: middle;
} */
.hdm:after{
    display: block;
    width: 100%;
    height: 1px;
    margin: 0.5em 0 1em;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
    content: "";
}
.hdm span{
    font-size: 12px;
    margin-left: 10px;
}
.caption{
    text-align: center;
    margin: 10px 0;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", serif;
    font-size: 24px;
    letter-spacing: 0.01em;
    font-weight: bold;
    margin-top: 25px;
	text-shadow: #14013c 1px 1px;
}
/* .caption:before{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
    background: url(../images/logo.svg) center center no-repeat;
    background-size: 100% 100%;
    content: "";
    vertical-align: top;
} */
.caption:after{
    display: block;
    width: 100%;
    height: 1px;
    margin: 0.5em 0 1em;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
    content: "";
}
.ttl01 {
    padding: 1.25em 0 0;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", serif;
    letter-spacing: 0.01em;
    text-align: center;
    font-weight: bold;
}
.ttl01.ib {
    text-align: left;
}
.ttl01 .ja {
    font-size: 16px;
}
.ttl01 .en {
    margin-right: 4px;
    font-size: 25px;
}
.ttl01 .fa {
    margin-right: 5px;
    font-size: 25px;
}
@media screen and (max-width: 767px) {
    .ttl01 {
        padding: 10px 0 0;
        letter-spacing: 0.01em;
        text-align: center;
        font-weight: normal;
    }
    .hdm{
        font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", serif;
        font-size: 16px;
        text-align: center;
        padding-top: 4px;
        letter-spacing: 0.01em;
        font-weight: bold;
    }
    .caption{
        font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", serif;
        font-size: 16px;
        text-align: center;
        padding-top: 4px;
        letter-spacing: 0.01em;
        font-weight: bold;
    }
    .ttl01 .ja {
        font-size: 14px;
    }
    .ttl01 .en {
        margin-right: 4px;
        font-size: 20px;
    }
    .ttl01 .fa {
        margin-right: 5px;
        font-size: 20px;
    }
}

.jspHorizontalBar, .jspVerticalBar, .jspTrack {
    background: #eeeeee;
}
.jspDrag {
    background: #b9b9b9;
}
.jspDrag:hover{
    background: #b9b9b9;
}
.jspDrag:active{
    background: #b9b9b9;
}



/* !wrapper
---------------------------------------------------------- */
#wrapper {
    background: url("../images/bg_mainimg.jpg") #000 no-repeat top center;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
    min-width: 960px;
}

@media screen and (max-width: 767px) {
    #wrapper {
        min-width: 320px;
    }

}
.inner{
	max-width: 960px;
	margin: 0 auto;
    position: relative;
}
.main-inner{
    max-width: 960px;
    padding: 20px 0 20px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 767px) {
	.inner{
		width: 100%;
		padding: 0 5px;
		-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: 1px 0px 15px;
		-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{
    /* background: url("../images/bg_mainimg.jpg") no-repeat top center; */
}
#header a{
    text-decoration: none;
}
.headerlogo{
    float: left;
    padding: 10px 0;
}
.headerlogo img{
    vertical-align: middle;
}
.headerlogo span{
    margin-left: 25px;
    vertical-align: middle;
}
.headertel{
    float: right;
    padding-top: 12px;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", serif;
}
.headertel span{
    display: block;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    margin-top: 4px;
    color: #FFF;
}
.headertel span a{
    font-size: 28px;
    color: #fff;
}
.headertel span i{
    font-size: 26px;
    margin-right: 10px;
}




.header01{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999;
     background: linear-gradient(to right,#fff296, #f5af5a, #d38e43);
    height: 50px;
}
.spheaderlogo{
    float: left;
    width: 160px;
    padding: 10px 0 10px 10px;
}
.splinks{
    float: right;
}
.splinks a{
    display: inline-block;
    width: 50px;
}













#navToggle {
    width: 98%;
    white-space: nowrap;
    border: 2px solid #fff;
    background-color: #351904;
    border-radius: 3px;
    box-shadow: 0 3px 0 #7a0b4b;
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
    margin: 0 1%;
    text-align: center;
    padding: 5px;
    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: #351904;
    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/ico_tel.png") no-repeat 0 0;
    -webkit-background-size: 35px;
    background-size:  35px;
}







@media screen and (max-width: 767px) {
    .maintxt{
        font-size: 12px;
        padding: 5px 10px;
        line-height: 1.5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #header{
        background: url("../images/bg_header.jpg") no-repeat top center;
    }
    .headerlogo{
        padding: 5px 0;
        float: left;
    }
    .headerlogo img{
        width: 120px;
    }
}
/* !contents
---------------------------------------------------------- */

#contents{
}
@media screen and (max-width: 767px) {
    #contents{
        margin-top: 50px;
    }
}
/* !navbar
---------------------------------------------------------- */


#navbar {
    background: linear-gradient(to right,#d38e43,#f5af5a,#fff296);
    position: relative;
}

/* #navbar:after {
    display: block;
    height: 4px;
    background-image: linear-gradient(0deg, #a98035 0%, #eed959 30%, #a98035 50%, #eed959 70%, #a98035 100%);
    content: "";
} */

#navbar ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    text-align: center;
}

#navbar li {
    position: relative;
    width: 16%;
    letter-spacing: 0.05em;
}

#navbar li.logo {
    width: 10%;
}

.headerNav li.logo img {
    height: 40px;
}

#navbar li .en {
    display: block;
    font-size: 15px;
}

#navbar li .ja {
    display: block;
    font-size: 16px;
}

#navbar li a {
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    transition: all .3s;
    color: #FFF;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

#navbar li a:hover {
    opacity: 0.75;
}




/* !MENU - !navbarCollapse
---------------------------------------------------------- */

#navbarCollapse{
    width: 220px;
    position: fixed;
    height: 100%;
    top: 50px;
    right:-220px;
    z-index: 999999999;
    overflow: scroll;
     background: linear-gradient(#fff296, #f5af5a, #d38e43);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
#navbarCollapse .img{
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navbarCollapse .img img{
    width: 180px;
}
#navbarCollapse li{
    padding: 0 ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navbarCollapse li a{
    display: block;
    padding: 12px 10px;
    background: url("../img/ico02.png") no-repeat right center;
    -webkit-background-size: 24px;
    background-size: 24px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px dashed #fff;
}
#navbarCollapse li:first-child{
    border-top: 1px solid #fff;
}
.scroll-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    display: none;
}



/* !nav-list
---------------------------------------------------------- */
.nav-list02{
    padding: 10px 0;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/bg_navlist.png") no-repeat 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    text-align: center;
}
.nav-list02-box{
    display: inline-block;
}

.nav-list02 a{
    display: inline-block;
    /*background: url(../images/bg_dayselect_day.png) no-repeat top center;*/
    background: #000;
    border-radius: 18px;
    color: #FFF;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 9px;
    width: 106px;
    font-weight: bold;
}
.nav-list02 a:hover{
    background: #3c3129;
    color: #cfbbab;
    text-decoration: none;
}
.nav-list02 a.on{
    background: #3c3129;
    color: #cfbbab;
}
@media screen and (max-width: 767px) {
    .nav-list02{
        padding: 5px 0 10px;
        background:none;
    }
    .nav-list02-box{
        display: inline-block;
        width: 345px;
        margin: 0 auto;
    }
    .nav-list02 a{
        margin-top: 5px;
        display: inline-block;
        float: left;
        height: 36px;
        line-height: 36px;
        margin-right: 9px;
        width: 106px;
        color: #fff;
        font-weight: bold;
    }
    .nav-list02 a.off{
        display: none;
    }
}


/* !mainimg
---------------------------------------------------------- */
#mainimg{
    /* background: url("../images/bg_mainimg.jpg") #000 no-repeat top center; */
    /* height: 600px; */
    text-align: center;
}
@media screen and (max-width: 767px) {
    #mainimg{
        margin-top: 50px;
        background: none;
        height: auto;
    }
}
/* !teaser
---------------------------------------------------------- */
.teaser {
}

@media screen and (max-width: 767px) {

}
/* !side
---------------------------------------------------------- */
#side{

}



.side-news{
    margin-top: 20px;
}
.all-news{
    height: 675px;
    overflow-y:scroll;
    border: 1px solid #908266;
}

.side-news-box{
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.side-news-box li+li{
    margin-top: 10px;
}
.side-news-box .listbox{
    margin: 0 auto;
    text-align: center;
    padding: 32px 0 21px;
    width: 152px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/bg_schedule01.png") no-repeat top left,url("../images/bg_schedule02.png") no-repeat bottom left;
}
.side-news-box .listbox-in{
    border-left: 1px solid #b99e6b;
    border-bottom: 1px solid #b99e6b;
}
.side-news-box .listimg{
    position: relative;
    overflow: hidden;
}
.side-news-box .name{
    font-size: 18px;
    font-weight: bold;
    color: #af9b70;
    background: #1e140a;
    line-height: 26px;
}
.side-news-box .age{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 22px;
    background: #5a4d41;
}
.side-news-box .size{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 22px;
    background: #908266;
}
.order-link .link-img{
    margin-top: 18px;
    text-align: center;
}

@media screen and (max-width: 767px) {

}

/* !schedule
---------------------------------------------------------- */
.top .schedule{
    margin-top: 20px;
}

.schedule-box{
    margin-top: 10px;
    /* font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif; */
    padding: 15px 20px 25px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box ul{
    margin: 10px 0 0 -16px;
}
.schedule-box li{
    float: left;
    width: 25%;
    padding-left: 16px;
    padding-top: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.schedule-box .listbox{
    margin: 0 auto;
    text-align: center;
}
.schedule-box .listimg{
    position: relative;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box .name{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #fec56e;
    line-height: 26px;
}
.schedule-box .age{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 22px;
    background: #95571e;
}
.schedule-box .size{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 22px;
    background: #95571e;
}


@media screen and (max-width: 767px) {
    .top .schedule{
        margin-top: 10px;
    }
    .schedule-box{
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
        padding: 10px 10px 20px;
        border: 1px solid #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .schedule-box ul{
        margin: -10px 0 0 -10px;
    }
    .schedule-box li{
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .schedule-box .name{
    font-size: 14px;
    font-weight: bold;
    color: #95571e;
    background: #fff79a;
    line-height: 20px;
}
.schedule-box .age{
    font-size: 12px;
    color: #95571e;
    font-weight: bold;
    line-height: 18px;
    background: #fec56e;
}
.schedule-box .size{
    font-size: 12px;
    font-weight: bold;
    color: #95571e;
    line-height: 18px;
    background: #fec56e;
}
.schedule-box .listbox{
    margin: 10 auto;
    text-align: center;
}
}


@media screen and (max-width: 767px) {

}



/* !pageTop
---------------------------------------------------------- */




#spmenu01 ul{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
#spmenu01 li{
    list-style-type: none;
    display: list-item;
    width: 33.33%;
    border: 1px solid #4F3639;
    background: #4f3d07;
    box-sizing: border-box;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding: 5px 0;
    float: left;
    position: relative;
}










#spmenu .ht01{
    position: relative;
    height: 60px;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    padding-top: 13px;
    margin-bottom: 0;
    color: #ffffff;
    background: #4f3d07;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#spmenu em{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-size: 22px;
    line-height: 22px;
}
#spmenu span{
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #c1b07b;
}
#spmenu ul li{
    float: left;
    width: 50%;
}
#spmenu ul li{
    border-bottom:  1px solid #a46225;
}
#spmenu ul li a{
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 15px 0 15px 10px;
     background: #fec56e;
    /* background: url("../images/ico02.png") no-repeat right 10px center #4f3d07; */
    -webkit-background-size: 30px;
    background-size: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#spmenu ul li:nth-child(2n) a{
    border-left: 1px solid #a46225;
}

.up {
    margin: 0;
    padding: 10px 0 10px;
    text-align: center;
}

.up a{
    width: 180px;
    height: 40px;
    font-size: 14px;
    font-family: "FontA";
    line-height: 20px;
    color: #fff;
    padding-top: 14px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 2;
    background: #96581f;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.up a:after{
    position: absolute;
    z-index: 3;
    top: 8px;
    left: calc(50% - 3px);
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}





/* !footer
---------------------------------------------------------- */

#footer{
    padding-top: 20px;
    border-top: 4px solid #a46225;
    background: linear-gradient(to right,#d38e43, #f5af5a, #fff296);
    position: relative;
}
#footer .pagetop{
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 64px;
    height: 32px;
    margin-left: -32px;
    transition: all .3s;
    border-radius: 32px 32px 0 0;
    background-color: #f4ae59;
    color: #fff;
    font-size: 1.5em;
    line-height: 32px;
    text-align: center;
}
.pagetop i{
    font-size: 18px;
}
.footerlinks{
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footerlinks a+a{
    border-left: 1px solid #fff;
}

.footerlinks a{
    display: inline-block;
    font-size: 12px;
    padding: 0 26px;
    line-height: 1;
    color: #fff;
}


.footer-box{
    padding: 10px 0 10px;
}
.logofooter{
    float: left;
    padding-left: 30px;
}
.footer-right{
    float: left;
    width: 700px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.copyright{
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 2;
    color: #fff;
}
.footer-tel{
    font-size: 21px;
    color: #fff;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.footer-tel span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
.footer-tel a{
    font-size: 30px;
    color: #fff;
}
.out-links{
    text-align: center;
}
.out-links a{
    display: inline-block;
    text-align: center;
    color: #fff;
}
.out-links a:last-child{
    margin-left: 50px;
}
.link .out-links a{
    display: inline-block;
    text-align: center;
    color: #000;
}
.link .footer-box .out-links a{
    display: inline-block;
    text-align: center;
    color: #000;
}
@media screen and (max-width: 767px) {
    #footer .pagetop{
        display: none;
    }
    /* #footer{
    padding-top: 20px;
    border-top: 4px solid #4a76ff;
    background: linear-gradient(to right,#4a76ff, #8164ff, #9661ff);
    position: relative;
} */
    #footer{
        padding: 0px 0 5px;
        background: #ffcd74;
    }
    .footer-box{
        padding: 0px 0 0px;
    }
    .logofooter{
        float: none;
        padding-left: 0;
        text-align: center;
    }
    .footer-right{
        float: none;
        width: 100%;
        padding-top: 5px;
    }
    .copyright{
        margin-top: 5px;
        text-align: center;
        font-size: 12px;
    }
    .footer-tel{
        font-size: 14px;
    }
    .footer-tel span{
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }
    .footer-tel a{
        font-size: 20px;
        color: #fff;
    }
    .logofooter{
        width: 40%;
        text-align: center;
        margin: 0 auto;
    }
}



/* !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) {

}

