@charset "UTF-8";

article,aside,footer,header,nav,section {
    display: block;
}

body {
    background: #fbeff1;
    color: #171717;
    font-size: 12px;
    font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
    line-height: 1.5;
}

.ff01 {
    font-family: 游明朝体,YuMincho,游明朝,Yu Mincho,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN W3,HiraMinProN-W3,ヒラギノ明朝 ProN,Hiragino Mincho ProN,ヒラギノ明朝 Pro,Hiragino Mincho Pro,HGS明朝E,ＭＳ\ Ｐ明朝,MS PMincho,Georgia,serif;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none!important;
}

body.fontS {
    font-size: 10px;
}

body.fontM {
    font-size: 12px;
}

body.fontL {
    font-size: 14px;
}

blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul {
    margin: 0;
    padding: 0;
}

input,textarea {
    margin: 0;
    font-size: 100%;
}

label {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    font-size: 100%;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

img {
    max-width: 100%;
    vertical-align: top;
}

address,caption,cite,code,dfn,em,th,var {
    font-weight: 400;
    font-style: normal;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:after,q:before {
    content: '';
}

abbr,acronym {
    border: 0;
}

.clearfix {
    display: block;
    min-height: 1%;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

* html .clearfix {
    height: 1%;
}

html {
    overflow-y: scroll;
}

.hdm {
    padding-bottom: 16px;
    border-bottom: 1px solid #c5c5c5;
    color: #3e3e3e;
    font-weight: 700;
    font-size: 28px;
    font-family: Noto Sans JP,sans-serif;
    line-height: 1.2;
}

.hdm,.hdm span {
    text-align: center;
}

.hdm span {
    display: block;
    color: #fd574a;
    font-size: 16px;
}

@media screen and (max-width:767px) {
    .hdm {
        padding-bottom: 10px;
        font-size: 20px;
    }

    .hdm span {
        font-size: 12px;
    }
}

#wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    min-width: 1202px;
}

@media screen and (max-width:767px) {
    #wrapper {
        min-width: 320px;
    }
}

.inner,.main-inner {
    position: relative;
    margin: 0 auto;
    max-width: 1202px;
}

.main-inner {
    box-sizing: border-box;
    padding: 30px 0;
    background: hsla(0,0%,100%,.6);
}

@media screen and (max-width:767px) {
    .inner {
        padding: 0 10px;
    }

    .inner,.main-inner {
        box-sizing: border-box;
        width: 100%;
    }

    .main-inner {
        padding: 10px 10px 20px;
    }
}

#header {
    position: relative;
    overflow: hidden;
    height: 700px;
}

#header .header-in {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    text-align: left;
}

.slider01 .bg01 {
    height: 700px;
 
}

.slider01 .bg02 {
    height: 700px;
  
}

.slider01 .bg03 {
    height: 700px;
    
}

@media screen and (max-width:767px) {
    #header {
        position: relative;
        overflow: hidden;
        height: 420px;
    }

    #header .inner {
        padding: 0;
    }

    #header .header-in {
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 9;
        width: 100%;
        text-align: left;
    }

    .slider01 .bg01 {
        height: 420px;
        
    }

    .slider01 .bg02 {
        height: 420px;
       
    }

    .slider01 .bg03 {
        height: 420px;
      
    }
}

.drawer-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
    box-sizing: border-box;
    width: 600px;
    background: rgba(0,0,0,.8);
}

.drawer-menu {
    box-sizing: border-box;
    padding: 20px 50px;
}

#drawer {
    position: relative;
    z-index: 9999;
}

.drawer-toggle {
    display: none!important;
    text-align: center;
}

.drawer-hamburger-icon,.drawer-hamburger-icon:after,.drawer-hamburger-icon:before {
    position: absolute;
    top: -15px;
    left: 0;
    height: 2px;
    background: #fff!important;
    content: ' ';
}

.drawer-hamburger-icon:after {
    top: 15px;
    height: 2px;
}

.drawer-hamburger {
    box-sizing: border-box;
    width: 48px;
}

.drawer-nav ul li {
    margin: 0 2px;
    text-align: left;
}

.drawer-nav ul li a {
    position: relative;
    display: block;
    padding: 20px 0 10px 20px;
    font-size: 16px;
    line-height: 25px;
}

#drawer i,.drawer-nav ul li a {
    color: #fff;
    transition: .1s ease-in-out;
}

#drawer i {
    padding-right: 10px;
}

#drawer a.active i,#drawer a:hover i,.drawer-nav ul li a.active,.drawer-nav ul li a:hover,.drawer-nav ul li a:hover i {
    color: #000;
}

.drawer-nav ul li a:after {
    position: absolute;
    right: 7%;
    content: "\f105";
    font-family: FontAwesome;
    transition: .3s ease-in-out;
}

.drawer-nav ul li a:hover:after {
    right: 5%;
}

.drawer-nav ul li:last-child {
    border-bottom: none;
}

.drawer-list {
    padding-top: 70px;
}

.drawer-list,.drawer-photo {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.drawer-photo p {
    position: relative;
    overflow: hidden;
    width: 160px;
}

.drawer-photo .drawer-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 200px;
}

.drawer-bg-photo {
    transition: all .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.drawer-icon:hover .drawer-bg-photo:hover {
    transform: scale(1.1);
}

.drawer-txt {
    position: absolute;
    bottom: 5px;
    left: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.link_act_03 {
    transition: all .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.link_act_03:hover {
    transform: scale(1.1);
}

@media screen and (max-width:767px) {
    .drawer-menu {
        box-sizing: border-box;
        padding: 0 20px 20px;
        background: 0 0;
    }

    .drawer-nav ul li a {
        position: relative;
        display: block;
        padding: 10px 0 10px 20px;
        border-bottom: 1px solid rgba(0,0,0,.6);
        background: #d60f54;
        color: #fff;
        font-size: 14px;
        line-height: 25px;
        transition: .1s ease-in-out;
    }

    .drawer-toggle {
        position: absolute;
        top: 20px!important;
        right: 15px;
        display: block!important;
    }

    .drawer-hamburger-icon,.drawer-hamburger-icon:after,.drawer-hamburger-icon:before {
        position: absolute;
        top: -10px;
        left: 0;
        height: 2px;
        background: #f7a7a1!important;
        content: ' ';
    }

    .drawer-hamburger-icon:after {
        top: 10px;
        height: 2px;
    }

    .drawer-hamburger {
        box-sizing: border-box;
        width: 24px;
    }

    .drawer-txt {
        position: absolute;
        bottom: 17px;
        left: 0;
        width: 100%;
        text-align: center;
        color: #f7a7a1;
        font-size: 12px;
    }
}

.btn {
    text-align: center;
}

.btn_01 {
    position: relative;
    box-sizing: border-box;
    width: 180px;
    border: 1px solid #9e8f67;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 0 rgba(0,0,0,.2);
    line-height: 40px;
    transition: .1s ease-in-out;
}

.btn_01,.btn_01:after {
    display: inline-block;
    height: 40px;
    color: #9e8f67;
    font-size: 14px;
}

.btn_01:after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto;
    content: '>';
    font-family: FontAwesome;
}

.btn_01:hover {
    box-shadow: 0 0 0 rgba(0,0,0,.2);
    color: #9e8f67;
    opacity: .8;
}

.btn_02 {
    position: relative;
    box-sizing: border-box;
    width: 180px;
    height: 40px;
    border: 1px solid #9e8f67;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 0 rgba(0,0,0,.2);
    line-height: 34px;
    transition: .1s ease-in-out;
}

.btn_02,.btn_02:after {
    display: inline-block;
    color: #9e8f67;
    font-size: 14px;
}

.btn_02:after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    padding-top: 2px;
    height: 38px;
    content: '\f105';
    font-family: FontAwesome;
}

.btn_02:hover {
    box-shadow: 0 0 0 rgba(0,0,0,.2);
    color: #9e8f67;
    opacity: .8;
}

@media screen and (max-width:767px) {
    .btn_01 {
        font-size: 12px;
    }

    .drawer-nav {
        width: 100%;
    }
}

#navbar {
    padding: 25px 0;
    background: #f7a7a1;
}

#navbar li {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 12.5%;
    border-right: 1px solid #d6094f;
    text-align: center;
}

#navbar li:last-child {
    border-right: none;
}

#navbar li a {
    display: block;
    box-sizing: border-box;
    color: #850f37;
    font-weight: 700;
    font-size: 12px;
}

#navbar li a span {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}

#spnavbar {
    margin-top: 10px;
}

#spnavbar ul {
    padding: 5px 0 0 5px;
    border-radius: 5px;
    background-color: #f7a7a1;
}

#spnavbar li {
    float: left;
    box-sizing: border-box;
    width: 50%;
    border-right: 5px solid #f7a7a1
}

#spnavbar li a {
    display: block;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    background-image: url(../img/ico02.png);
    background-position: right 10px center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    font-size: 12px;
    font-family: sans-serif;
    line-height: 1.2;
}

#spnavbar li a span {
    display: block;
    color: #fd574a;
    font-weight: 700;
    font-size: 14px;
}

@media screen and (max-width:767px) {
    #navbar {
        display: none;
    }
}

#navbarCollapse {
    position: fixed;
    top: 0;
    left: -265px;
    z-index: 99999;
    overflow: scroll;
    box-sizing: border-box;
    width: 265px;
    height: 100%;
    background: #000;
    color: #fff;
    font-family: Times New Roman,游明朝,Yu Mincho,游明朝体,YuMincho,ヒラギノ明朝 Pro W3,Hiragino Mincho Pro,HiraMinProN-W3,HGS明朝E,ＭＳ\ Ｐ明朝,MS PMincho,serif;
}

#navbarCollapse .menu_tit {
    height: 40px;
    border-bottom: 1px solid #fff;
    background: #ab935c;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
}

#navbarCollapse li a {
    display: block;
    padding: 8px 0 8px 20px;
    border-bottom: 1px dashed #ab935c;
    color: #ab935c;
    font-weight: 700;
    font-size: 14px;
}

.scroll-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    display: none;
    text-align: center;
}

@media screen and (max-width:767px) {
    .scroll-menu {
        display: block;
    }
}

.nav-list03 ul {
    margin-left: -10px;
}

.nav-list03 li {
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    width: 14.28%;
}

.nav-list03 a {
    position: relative;
    display: block;
    margin: 0 5px;
    padding: 10px 15px;
    border: 2px solid #f7a7a1;
    border-radius: 5px;
    background: #fff;
    color: #333;
    font-size: 14px;
}

.nav-list03 a.on,.nav-list03 a:hover {
    background: #f7a7a1;
    color: #fff;
}

.nav-list03 a:hover {
    text-decoration: none;
}

.nav-list03 .Saturday a {
    border-color: #0090ff;
    color: #000000;
}

.nav-list03 .Sunday a {
    border-color: #f94a04;
    color: #000000;
}

@media screen and (max-width:767px) {
    .nav-list03 ul {
        margin-top: -10px;
        margin-left: -10px;
    }

    .nav-list03 li {
        float: left;
        box-sizing: border-box;
        padding-top: 10px;
        padding-left: 10px;
        width: 50%;
    }

    .nav-list03 li.last {
        display: none;
    }

    .nav-list03 a {
        position: relative;
        display: block;
        margin: 0 5px;
        padding: 10px;
        font-size: 12px;
        font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,游ゴシック,Yu Gothic,游ゴシック体,YuGothic,Meiryo UI,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
    }

    .nav-list03 a i {
        position: absolute;
        top: 0;
        right: 0;
        height: 38px;
        color: #fff;
        line-height: 38px;
        transition: .3s ease-in-out;
    }
}

.mainimg:before {
    top: -7px;
    background: url(../img/border02.png) top center no-repeat;
}

.mainimg:after,.mainimg:before {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 22px;
    content: '';
}

.mainimg:after {
    bottom: -10px;
    background: url(../img/border01.png) top center no-repeat;
}

#teaser {
    position: relative;
}

#teaser:before {
    top: -7px;
    background: url(../img/border02.png) top center no-repeat;
}

#teaser:after,#teaser:before {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 22px;
    content: '';
}

#teaser:after {
    bottom: -10px;
    background: url(../img/border01.png) top center no-repeat;
}

.teaser-txt {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
    color: #d64407;
    text-align: center;
    font-size: 60px;
    font-family: Alex Brush,cursive;
    line-height: 1;
    transform: translateY(-50%);
}

.teaser-txt span {
    display: block;
    color: #4c1105;
    text-align: center;
    font-size: 14px;
    font-family: メイリオ,Meiryo,arial,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,Sans-Serif;
}

@media screen and (max-width:767px) {
    #teaser,.teaserbox {
        position: relative;
    }

    .teaser-txt {
        font-size: 50px;
    }

    .teaser-txt span {
        display: block;
        color: #4c1105;
        text-align: center;
        font-size: 14px;
        font-family: メイリオ,Meiryo,arial,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,Sans-Serif;
    }
}

.pick-up {
    background: #fff;
}

.pick-slider img,.pick-up-box {
    box-sizing: border-box;
}

.pick-slider img {
    margin: 0 auto;
}

.pick-slider span {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
}

.side-news {
    margin-top: 20px;
}

.all-news {
    overflow-y: scroll;
    max-height: 900px;
    border: 1px solid #f33;
    background: #000;
}

.side-news-box {
    padding: 15px 0 16px;
}

.side-news-box .des {
    overflow: hidden;
    padding: 25px 5px 0 0;
}

.side-news-box .des .age {
    color: #f33;
    font-weight: 700;
    font-size: 14px;
}

.side-news-box .des .sm {
    color: #fff;
    font-size: 14px;
    line-height: 2;
}

.side-news-box .des .sm span {
    color: #c9bb93;
}

.order-link .link-img {
    margin-top: 19px;
    text-align: center;
}

.schedule-box,.top .schedule {
    margin-top: 40px;
}

.schedule-box ul {
    margin: -40px 0 0 -40px;
}

.schedule-box li {
    float: left;
    box-sizing: border-box;
    padding-top: 40px;
    padding-left: 40px;
    width: 25%;
}

.schedule-box .listbox {
    box-sizing: border-box;
    padding: 10px;
    border-radius: 6px;
    background: #f7a7a1;
    text-align: center;
}

.schedule-box .listbox .des {
    box-sizing: border-box;
    padding: 8px 20px;
    border-bottom: 1px solid #d6094f;
    text-align: center;
    font-size: 16px;
}

.schedule-box .listbox .des dl {
    display: table;
    width: 100%;
}

.schedule-box .listbox .des dt {
    width: 55px;
}

.schedule-box .listbox .des dd,.schedule-box .listbox .des dt {
    display: table-cell;
    vertical-align: middle;
}

.schedule-box .img {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.schedule-box .img img {
    transition: all .5s;
}

.schedule-box .img img:hover {
    transition: all .5s;
    transform: rotate(15deg);
}

.schedule-box .name {
    color: #fff;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
}

.schedule-box .name span,.schedule-box .size {
    color: #fff;
    font-size: 12px;
}

.schedule-box .size {
    padding: 3px 0;
    text-align: left;
}

.schedule-box .time {
    padding: 5px 0 0;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

@media screen and (max-width:767px) {
    .top .schedule {
        padding: 0;
    }

    .schedule-box,.top .schedule {
        margin-top: 15px;
    }

    .schedule-box ul {
        margin: -10px 0 0 -10px;
    }

    .schedule-box li {
        float: left;
        padding-top: 10px;
        padding-left: 10px;
        width: 50%;
    }

    .schedule-box .listbox {
        padding: 5px;
        border-radius: 5px;
    }

    .schedule-box .listbox .des {
        box-sizing: border-box;
        padding: 5px 0;
        border-bottom: 1px solid #ffffff;
        text-align: center;
        font-size: 14px;
    }

    .schedule-box .listbox .des dt {
        display: table-cell;
        width: 32px;
        vertical-align: middle;
    }

    .schedule-box .listbox .des dt img {
        width: 30px;
    }

    .schedule-box .listbox .des dd {
        display: table-cell;
        vertical-align: middle;
    }

    .schedule-box .name {
        font-size: 14px;
    }

    .schedule-box .name span {
        font-size: 12px;
    }

    .schedule-box .size {
        padding: 3px 0;
        color: #fff;
        text-align: left;
        font-size: 12px;
    }

    .schedule-box .time {
        padding: 5px 0 0;
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-size: 12px;
    }
}

.sp-pick-up-box {
    padding-top: 20px;
}

.container {
    padding: 0 0 10px;
}

@media screen and (max-width:767px) {
    .sp-pick-up-box {
        padding-top: 15px;
    }

    .container {
        padding: 0 0 10px;
    }
}

.pageTop {
    position: fixed;
    right: 40px;
    bottom: 50px;
    z-index: 999999;
    display: none;
}

@media screen and (max-width:767px) {
    .pageTop {
        position: fixed;
        right: 10px;
        bottom: 115px;
        z-index: 999999;
        display: none;
    }

    .pageTop img {
        width: 50px;
    }
}

.global-footer {
    margin-top: 30px;
    padding: 30px 100px;
    border-top: 1px solid #ff1e69;
}

.footerlogo {
    float: left;
    width: 380px;
}

.global-footer .des {
    overflow: hidden;
    padding-top: 50px;
    padding-left: 40px;
    font-family: Noto Sans JP,sans-serif;
}

.global-footer .des .tit {
    color: #212121;
    font-weight: 700;
    font-size: 22px;
}

.global-footer .des .txt {
    display: inline-block;
    color: #000;
    font-size: 20px;
}

.global-footer .des .tel {
    display: inline-block;
}

.global-footer .des .tel a {
    color: #ff1f6a;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.3;
}

#footer {
    padding: 30px 0 10px;
    background: #ff1e69;
}

.copyright {
    margin-top: 20px;
    color: #fff;
    font-size: 12px;
    font-family: ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
    line-height: 1.8;
}

.copyright,.footer_nav {
    text-align: center;
}

.footer_nav a {
    padding: 0 30px;
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 12px;
}

.footer_nav a:last-child {
    border-right: 1px solid #fff;
}

.footer-link {
    box-sizing: border-box;
    margin-top: 15px;
    padding: 10px;
    background: #f7a7a1;
}

.footer-link li {
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
    width: 50%;
}

.footer-link li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ffffff;
    background: url(../img/icon-arrow-3.png) no-repeat;
    background-position: right 10px center;
    background-size: 13px 13px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

@media screen and (max-width:767px) {
    #footer {
        padding: 0;
        padding-bottom:20%;
        background: #fff;
    }

    .footerlogo {
        float: none;
        padding-left:0px;
        width: 100%;
        text-align: center;
    }

    .footerlogo img {
        width: 80%;
    }

    .copyright {
        margin-top: 0;
        padding: 10px 0;
        background: #fb857a;
        color: #fff;
    }

    .copyright,.footer_nav {
        text-align: center;
    }

    .footer_nav a {
        padding: 0 30px;
        border-left: 1px solid #000;
        color: #000;
        font-size: 12px;
    }

    .footer_nav a:last-child {
        border-right: 1px solid #000;
    }

    .global-footer {
        margin-top: 30px;
        padding: 10px;
        border-top: 1px solid #fd574b00;
    }
}

#navToggle {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

#navToggle ul {
    display: table;
    width: 100%;
}

#navToggle li {
    position: relative;
    display: table-cell;
    width: 33.33%;
    border-top: 1px solid #bda96e;
    border-bottom: 1px solid #bda96e;
    border-left: 1px solid #bda96e;
    background: linear-gradient(#d9b652 5%,#f5e499 50%,#d9b652 95%);
    background-position: right top;
    background-repeat: no-repeat;
    list-style: none;
    vertical-align: middle;
    text-align: center;
}

#navToggle li a {
    display: block;
    padding: 13px 0;
    min-height: 1.3em;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000;
    font-size: 14px;
}

#navToggle li a i {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 18px;
}

#navToggle li:first-child a {
    background: #437baa;
}

#navToggle li:nth-child(2) a {
    background: #e08c2e;
}

#navToggle li:nth-child(3) a {
    background: rgba(140,69,0,.9);
}

footer a {
    color: #fff;
}
