@charset "utf-8";

/*-nav system-------------------------------------------
menunav and li #0391cf
submenu li #3689ff
menu and sidemenu and submenu hover #79d6ff
menu color #fff7b6
menu color active #faef97
-------------------------------------------------------*/
.layer{
    position: fixed;
    top: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
body.open{
    position: fixed;
}
@media screen and (max-width:750px){
.fixfoot
{
        width:100%;
        height: 40px;
        margin:0;
        padding:0;
        display:block;
        position:fixed;
        bottom:0;
        right:0;
        color:#ffff00;
        font-size:18px;
        font-family: 'Niconne', cursive;
        z-index: 10000;
}

.fffbox{display:block; padding:0; margin:0; width:25%; height:40px; float:left; background:#0391cf;}
.ffbox{display:block; padding:0; margin:0; width:25%; height:40px; float:left; background:#0391cf; border-left:1px groove #3a1010;}
.fffboxb{display:block; padding:0; margin:0; width:50%; height:40px; float:left; background:#0391cf;}
.ffboxb{display:block; padding:0; margin:0; width:50%; height:40px; float:left; background:#0391cf; border-left:1px groove #3a1010;}
.fffboxc{display:block; padding:0; margin:0; width:75%; height:40px; float:left; background:#0391cf;}
.ffboxc{display:block; padding:0; margin:0; width:75%; height:40px; float:left; background:#0391cf; border-left:1px groove #3a1010;}
.fffbox:active,.ffbox:active{background:#79d6ff;}
.fixfoot a{color:#fff7b6; text-decoration:none;}
.fixfoot a:active{color:#faef97;}
.ffin{display:block; padding:10px 0 0 0; margin:0 auto; width:76px; height:40px; text-align:center;}
.ffinb{display:block; padding:10px 0 0 0; margin:0 auto; width:152px; height:40px; text-align:center;}
.ffinc{display:block; padding:10px 0 0 0; margin:0 auto; width:228px; height:40px; text-align:center;}
.ffbg{
    background-image: url(../images/navbar.png);
    background-repeat: repeat-x;
}
#menu-btn{
    position:relative;
    display:inline-block;
    cursor: pointer;
    color:#fff7b6;
    /*background-color:#fff;*/
    font-size:18px;
    width:100%;
    height:40px;
    z-index: 2;
}
#menu-btn:before {content:"Menu"; margin-left:-4px;}
#menu-btn span {
    position:absolute;
    display:block;
    width:100%;
    border-bottom:solid 2px #fff7b6;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 3;
}
#menu-btn span:nth-child(1) {top:7px; right:0; width:10px;}
#menu-btn span:nth-child(2) {top:13px; right:0; width:10px;}
#menu-btn span:nth-child(3) {top:18px; right:0; width:10px;}
.open #menu-btn span:nth-child(1) {
    top: 13px;
    width:12px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.open #menu-btn span:nth-child(3) {
    top: 13px;
    width:12px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
}
.open #menu-btn span:nth-child(2) {
    width: 0px;
}
#footer{padding-bottom:40px;}
}
@media screen and (min-width:750px){
.fixfoot{display:none;}
}

/*-nav pc------------------------------------------------------------------------------------------------*/
@media screen and (min-width:750px){
.nav-box{
    width: 100%;
    margin: 0;
   /* margin: 60px 0 0 0; */
    background-color: #0391cf;
    height: 40px;
    position: relative;
}
.nav-in{
    background-image: url(../images/navbar.png);
    background-repeat: repeat-x;
}
#slide_menu{
    width: 750px;
    margin: 0 auto;
    height: 40px;
}
#menu-btn{display: none;}
#menu-main_menu{
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    width: 100%;
    height: 100%;
}
#menu-main_menu > li{
    position: relative;
    float: left;
    text-align: center;
    width: 25%;
    height: 100%;
   /* background: url(../images/nav1.jpg) center no-repeat;
    background-size: cover;
    border-left:1px groove #3a1010;*/
}
#menu-main_menu > li:first-child{border-left:none;}
#menu-main_menu > li > a{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    color: #fff7b6;
    font-size: 20px;
    line-height: 40px;
   /*z-index: 2;*/
}
#menu-main_menu > li > a:hover{
    color: #faef97;
    background:#79d6ff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    /*background: url(../images/nav2.jpg) center no-repeat;
    background-size: cover;*/
}


/*２階層目*/
#menu-main_menu > li > ul.sub-menu{
    visibility: hidden;
    position: absolute;
    top: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    width: 100%;
    z-index: -1;
}
#menu-main_menu > li:hover > ul.sub-menu{
    visibility: visible;
    top: 40px;
    z-index: 2;
}
#menu-main_menu > li > ul.sub-menu > li{
    text-align: center;
    width: 200%;
    height: 40px;
    /*background: url(../images/navs1.jpg) center no-repeat;
    background-size: cover;*/
}
#menu-main_menu > li:last-child > ul.sub-menu > li {
    width:100%;
}
#menu-main_menu > li > ul.sub-menu > li > a{
    display: block;
    text-decoration: none;
    color: #fff7b6;
    background: #79d6ff;
    font-size: 20px;
    line-height: 40px;
}
#menu-main_menu > li > ul.sub-menu > li:last-child > a{
    border-radius:0 0 5px 5px;
}
#menu-main_menu > li > ul.sub-menu > li > a:hover{
    color: #faef97;
    background: #79d6ff;
    /*background: url(../images/navs2.jpg) center no-repeat;
    background-size: cover;*/
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

}

/*-nav mb------------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px){
#slide_menu{
    position: fixed;
    top: 0;
    bottom: 40px;
    overflow:auto;
    left: -310px;
    width: 310px;
    max-width: 320px;
    height: auto;
    background: #fefed3;
    border-right: 1px solid #b7ab48;
    z-index: 999;
    font-size:25px;
    line-height:2.4;
}
#slide_menu::-webkit-scrollbar{
  width: 12px;
}
#slide_menu::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
#slide_menu::-webkit-scrollbar-thumb{
  background: #ead069;
  border-radius: 10px;
  box-shadow: none;
}
#menu-main_menu{
    margin:0 0 0 0;
    padding: 0;
    width: 100%;
}
#menu-main_menu > li{
    text-align: left;
    width: 100%;
    margin:0;
    padding:0;
    list-style-type: none;
}
#menu-main_menu > li > a{
    width: 100%;
    margin:0;
    padding:0 0 0 0.5em;
    display: block;
    text-decoration: none;
    color: #fff7b6;
    background: #0391cf;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
#menu-main_menu > li > a:active{
    color: #faef97;
    background: #79d6ff;
}
#menu-main_menu > li > a:before {content:url("../images/icon1.png"); font-size:10px; vertical-align:middle; margin-right:0.5em;}
.menu-item-has-children > a:before {content:none !important; margin-right:0;}


/*２階層目*/
#menu-main_menu > li > ul.sub-menu{
    width: 100%;
    margin:0;
    padding: 0;
    list-style-type: none;
}
#menu-main_menu > li:active > ul.sub-menu{
    width: 100%;
}
#menu-main_menu > li > ul.sub-menu > li{
    text-align: left;
    width: 100%;
    margin:0;
    padding: 0;
    list-style-type: none;
    /*background: url(../images/navs1.jpg) center no-repeat;
    background-size: cover;*/
}
#menu-main_menu > li > ul.sub-menu > li > a{
    width: 100%;
    margin:0;
    padding:0 0 0 1em;
    display: block;
    text-decoration: none;
    color: #fff7b6;
    background: #3689ff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
#menu-main_menu > li > ul.sub-menu > li > a:before {content:url("../images/icon1.png"); font-size:10px; vertical-align:middle; margin-right:0.5em;}
#menu-main_menu > li > ul.sub-menu > li > a:active{
    color: #faef97;
    background: #79d6ff;
    /*background: url(../images/navs2.jpg) center no-repeat;
    background-size: cover;*/
}
/*２階層目を非表示
#menu-main_menu > li:active > ul.sub-menu{display: none;}*/
}

/*-top-fixed js------------------------------------------------------------------------------------------------*/
.top-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 10000;
}




/*----------------------------------------------------
	.swiper
----------------------------------------------------*/
.topinner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    clear: both;
    overflow: hidden;
    background-color: rgba(255,255,255,0.3);
}
.sw {
    position: relative;
    width: 100%;
}
.sw:before {
    content:"";
    display: block;
    padding-top: 51.0%; /* 高さを幅の何%に固定 */
    margin-bottom: 0em;
    background: rgba(225,225,225,0.2);
}
.sw1 {
    position: relative;
    width: 100%;
    margin-bottom:-7px;
}
.sw1:before {
    content:"";
    display: block;
    padding-top: 0%; /* 高さを幅の何%に固定 */
    margin-bottom: 0px;
}
.swleft:before {
    content:"";
    display: block;
    padding-top: 0; /* 高さを幅の何%に固定 */
    margin-bottom: 0em;
}
.swright {
    position: relative;
    width: 70%;
    float: right;
    margin-bottom: -7px;
}
.swleft {
    position: relative;
    float: left;
    width: 30%;
}
.swlimg {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-left: 1px solid #fabc08;
    border-right: 2px solid #fabc08;
    border-botoom: 1px solid #fabc08;
}

.swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    /* Center slide text vertically */
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
}
.sw-bg {
        position: absolute;
        width: 100%;
        height:100%;
        left: 0;
        top: 0;
        padding:0;
        margin:0;
        z-index: 2;
}
.sw-bg img{width: 100%;}
.sw-text {
        position: absolute;
        color: #fff;
        text-align: center;
        background:rgba(0,0,0,.6);
        width: 80%;
        left: 10%;
        top: 10%;
        padding: 3% 0;
        font-size:0.8em;
        line-height:1.5;
}
.sw-text:link, .sw-text:visited, .sw-text:active, .sw-text>a{color:#fff; text-decoration:none;}
@media only screen and (min-width: 500px)
{
.sw-text {font-size:1.2em;}
}
@media only screen and (min-width: 750px)
{
.sw-text {font-size:2em;}
}


.minimenu{
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    width: 100%;
    height: 100%;
}
.minimenu > li{
    position: relative;
    float: left;
    text-align: center;
    width: 33.33%;
    height: 100%;
    list-style-type: none;
   /* background: url(./images/nav1.jpg) center no-repeat;
    background-size: cover; */
}

.minimenu > li::after {
    position: absolute;
    top: 50%;
    right: 0.2em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #faef97;
    transition: all 1.5s;
}
.minimenu > li:nth-child(1) {border-top: #fff solid 1px; border-right: #fff solid 1px;}
.minimenu > li:nth-child(2) {border-top: #fff solid 1px; border-right: #fff solid 1px;}
.minimenu > li:nth-child(3) {border-top: #fff solid 1px;}
.minimenu > li:nth-child(4) {border-top: #fff solid 1px; border-right: #fff solid 1px;}
.minimenu > li:nth-child(5) {border-top: #fff solid 1px; border-right: #fff solid 1px;}
.minimenu > li:nth-child(6) {border-top: #fff solid 1px;}
.minimenu > li > a{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    background: #744928;
    font-size: 0.8em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}
.minimenu > li > a:hover{
    color: #ffffe0;
    background: #79d6ff;
   /*background: url(./images/nav2.jpg) center no-repeat;
    background-size: cover;*/
}