@charset 'UTF-8';
@import url(reset.css);
@import url(common.css);

/* base */
* {
    word-break: word-break;
}

body {
    min-width: 1080px;
    background: #F7EEE7;
    font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'メイリオ', 'Meiryo', sans-serif;
    color: #333;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #16100D;
}

a:hover {
    text-decoration: underline;
}

body .sbox-cen,
body h1.seotext {
    text-align: center;
    font-size: 1rem;
    line-height: 1.75;
    color: #FFFDF3;
    font-weight: normal;
    background: #17110D;
}

#wrap {
    overflow: hidden;
    position: relative;
    background: #16100D;
    font-size: 1.6rem;
    line-height: 1.875;
    color: #FFFFFF;
}
.richtext {
    overflow: hidden;
}
#wrap .richtext p + p {
    margin-top: 0;
}

#mail {
    padding-top: 100px;
    margin-top: -100px;
}

.tel {
    line-height: 1.0;
}

.tel span {
    display: inline-block;
}

.footer .text a,
.tel a {
    font-weight: normal;
    text-decoration: none;
    color: #FFF;
}
/* header
------------------------------*/
#header {
    background: #17110d;
}

#header .box {
    display:block;
    /*max-width: 1300px;*/
    padding: 0 40px;
    margin: 0 auto;
}

#header .text {
    font-size: 1.0rem;
    line-height: 1.75;
    text-align: left;
    color: #FFFDF3;
}

/* nav
------------------------------*/
.gnav {
    position: relative;
    height: 100px;
}
.gnav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100px;
    background: #17110d;
}
.gnav .nav li {
    width: auto;
}
.gnav .nav li:first-child {
    /*margin: 0 auto 0 40px;*/
    position: absolute;
    top: calc(50% - 40px);
    left: 40px;
}
.gnav .nav li a {
    display: block;
    padding: 42px 20px;
    color: #FFFDF3;
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.32px;
}
.gnav .nav li:first-child a {
    padding: 0;
}
.gnav .nav li:last-child a {
    padding-right: 0;
}
.gnav .nav a::after {
    position: absolute;
    top: 67px;
    left: 50%;
    margin-left: -15px;
    content: '';
    width: 30px;
    height: 1px;
    background: #FFE401;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.gnav .nav li:last-child a:after,
.gnav .nav li:nth-child(1) a:after{
    display: none;
}
.gnav .nav .on a::after,
.gnav .nav a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.gnav .nav.fixed {
    position: fixed;
}

.accordion {
}
.accordion .category {
    display: none;
    position: absolute;
    z-index: 100;
    top: calc(100% + 0px);
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
}
.gnav .nav  .accordion .category li,
.gnav .nav  .accordion .category li:hover {
    width: 211px;
    position: relative;
    display: inline-block;
    margin-bottom: 1px;
    padding: 13px 0 12px 33px;
    /*background: url("../image/icon02.png") left 20px center no-repeat;*/
}
.gnav .nav  .accordion .category li a{
    color: #333;
    font-size: 1.4rem;
    text-decoration: none;
}
.gnav .nav .accordion .category li:hover a{
    color: #DB5715;
}


/* main
------------------------------*/
.mainimg {
    text-align: center;
    background: #FFE401;
    padding: 44px 0 40px;
    position: relative;
}

.mainimg:after{
    content: '';
    position: absolute;
    background: url("../image/icon07.png") center no-repeat;
    width: 156px;
    height: 38px;
    bottom: -30px;
    left: 50%;
    margin-left: 350px;
}
.mainimg h2 {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 3.6rem;
    color: #16100D;
    letter-spacing: 3.5px;
    line-height: 1;
}
#wrap.sp .mainimg h2 {
    font-weight: normal;
}
.mainimg h2 span {
    font-size: 1.2rem;
    display: block;
    margin-top: 18px;
    letter-spacing: 2px;
}

/* content
------------------------------*/
.main {
    width: 100%;
    padding: 40px 0 0;
}

.map,
.video {
    position: relative;
    width: 100%;
    height: 400px;
}

.map iframe,
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video {
    height: auto;
    padding-top: 56.25%;
}

.big {
    font-size: 1.6rem;
}

.small {
    font-size: 1.2rem;
}

.bold {
    font-weight: bold;
}

.button {
    text-align: center;
}


/* section
------------------------------*/
.section {
    max-width: 1000px;
    padding: 0;
    margin: 0 auto 100px;
}

.section.break {
    max-width: 100%;
    margin-bottom: 0;
}

.section table {
    font-size: 1.6rem;
    width: 100%;
    /* border-spacing: 2px; */
    /* border-collapse:separate; */
}

.section table th,
.section table td {
    border-bottom: 1px solid #16100D;
    padding: 14px 20px 12px;
    vertical-align: top;
    background: #3A3534;
}
.section table th {
    width: 333px;
    background: #302C2B;
    border-right: 1px solid #16100D;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

.bread {
    max-width: 1000px;
    text-align: left;
    margin: 0 auto 40px;
    font-size: 0;
}

.bread li {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}
.bread li a{
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: underline;
}

.bread li + li::before {
    content: '/';
    display: inline-block;
    margin-right: 5px;
}

.bread li a:hover {
    text-decoration: none;
}


.headding {
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 0px 0 31px;
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    background: url("../image/bg_h3.png") center bottom no-repeat;
}
#wrap.sp .headding {
    font-weight: normal;
}


.subtitle {
    padding-top: 20px;
    margin-bottom: 30px;
}

.text p + p {
    margin-top: 25px;
}

/* flex
-------------------------------------------- */
.imgleft,
.imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.imgleft .image,
.imgright .image {
    width: 20%;
    text-align: center;
}

.imgleft .image div + div,
.imgright .image div + div {
    margin-top: 10px;
}

.imgleft .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 30px;
}

.imgright .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 30px;
}

.square {
    width: 100%;
}

.square + .square {
    margin-top: 10px;
}

.square a,
.square span {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    background: #16100d;
    padding-top: calc(100% - 0px);
    border: 0px solid #383227;
    outline: none;
}

.square img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* pickup
-------------------------------------------- */
.pickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%;
}

.pickup .article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    /*margin-right: 2%;*/
}

.pickup .article:nth-child(3n) {
    margin-right: 0;
}

.pickup.slick {
    display: block;
}

.pickup.slick .article {
    margin-left: 12.5px;
    margin-right: 12.5px;
}

.pickup.slick .article:nth-child(3n) {
    margin-right: 12.5px;
}

/* pagebute
------------------------------*/
.page {
    text-align: center;
    width: 100%;
    margin-top: 60px;
    letter-spacing: -1em;
}

.page li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    letter-spacing: normal;
}

.page .link_page,
.page .current_page {
    display: block;
    width: 40px;
    height: 40px;
    background: #16100d;
    vertical-align: middle;
    padding: 0;
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 40px;
    line-height: 36px;
    border: 1px solid #fff;
    color: #fff;
}

.page .link_page:hover, .page .current_page {
    background: #BD2702;
    /* color: #fff; */
    border: 1px solid #bd2702;
}
.page .before,.page .next {
    margin: 0;
}
.page .before a, .page .next a {
    display: block;
    padding: 0 10px;
}
.page .before a:hover, .page .next a:hover {
    opacity: 0.7;
}


/* slick
------------------------------*/
.slick {
    width: 100%;
    padding: 0 43.5px;
    margin: 0 auto;
}

.slick .slick-prev,
.slick .slick-next {
    z-index: 100;
    top: 135px;
    width: 30px;
    height: 31px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick .slick-prev {
    left: 0;
    background: url('../image/slick_left.png') center no-repeat;
}

.slick .slick-prev::before {
    /*content: url('../image/slick_left_on.jpg');*/
    display: none;
}

.slick .slick-prev:hover {
    /*background-image: url('../image/slick_left_on.jpg');*/
    opacity: 0.8;
}

.slick .slick-next {
    right: 0;
    background: url('../image/slick_right.png') center no-repeat;
}

.slick .slick-next::before {
    /*content: url('../image/slick_right_on.jpg');*/
    display: none;
}

.slick .slick-next:hover {
    /*background-image: url('../image/slick_right_on.jpg');*/
    opacity: 0.8;
}

/* colorbox
------------------------------*/
.colorbox a {
    outline: none;
}

#cboxWrapper {
    background: #FFF;
}

#cboxContent {
    margin: 20px;
    outline: 20px solid #FFF;
}

#cboxClose {
    position: absolute;
    top: -19px;
    right: -19px;
    z-index: 10;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    outline: none;
    opacity: .8;
    -webkit-transition: .3s;
    transition: .3s;
}

#cboxClose::before,
#cboxClose::after {
    content: '';
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #FFF;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: .3s;
    transition: .3s;
}

#cboxClose::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

#cboxClose:hover {
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .5);
}

#cboxClose:hover::before {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
}

#cboxClose:hover::after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

#cboxPrevious,
#cboxNext {
    top: 50%;
    left: -19px;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #000;
    border-radius: 50%;
    outline: none;
    opacity: .5;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: .3s;
    transition: .3s;
}

#cboxPrevious::after,
#cboxNext::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 0;
    height: 0;
    background: none;
    border-style: solid;
    border-width: 6px 9px 6px 0;
    border-color: transparent #000 transparent transparent;
    outline: none;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s;
}

#cboxPrevious:hover,
#cboxNext:hover {
    background: #000;
    opacity: .8;
}

#cboxPrevious:hover::after,
#cboxNext:hover::after {
    border-color: transparent #FFF transparent transparent;
    opacity: .8;
}

#cboxNext {
    left: auto;
    right: -19px;
}

#cboxNext::after {
    left: auto;
    right: 4px;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #000;
}

#cboxNext:hover::after {
    border-color: transparent transparent transparent #FFF;
}

/* datepicker
------------------------------*/
.ui-datepicker th {
    width: auto;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    cursor: pointer;
}

#ui-datepicker-div {
    font-size: 1.4rem;
}
.box-shop {
    text-align: center;
    background: url("../image/bg01.jpg") repeat;
}
.box-shop .box {
    position: relative;
    max-width: 1000px;
    padding: 60px 0 60px;
    margin: 0 auto;
}
.box-shop .box::before {
    content: '';
    position: absolute;
    background: url("../image/icon08.png") center no-repeat;
    width: 130px;
    height: 30px;
    top: 0;
    left: 0;
}
.box-shop .title{
    margin-bottom: 20px;
}
.box-contact{
    padding: 60px 0 60px;
    text-align: center;
    background: #F7EEE7;
    color: #17110D;
}
.box-contact .box {
    max-width: 1000px;
    margin:  0 auto;
}
.box-contact .title{
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 25px;
}
/* footer
------------------------------*/

.footer {
    background: #16100D;
    color: #FFFFFF;
}
.footer .inner {
    max-width: 1000px;
    padding: 40px 0 35px;
    margin: 0 auto;
    position: relative;
}
.footer .inner::before{
    content: '';
    position: absolute;
    background: url("../image/icon06.jpg") center no-repeat;
    width: 145px;
    height: 31px;
    top: 0px;
    right: 0px;
}
.footer .f-box{
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.footer .f-left{
    width: 300px;
}
.f-logo{
    margin-bottom: 15px;
}
.footer .text{
    line-height: 1.71;
    font-size: 1.4rem;
}
.footer .text span.mini {
    font-size: 1.1rem;

}
.footer .f-right{
    width: 460px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}


.footer .nav{
    margin: 0px 0 18px;
    line-height: 1;
}
.footer .nav li {
    font-size: 1.4rem;
    line-height: 1;
    display: inline-block;
    margin-bottom: 21px;
    width: 120px;
}
.footer .nav li:nth-child(2),
.footer .nav li:nth-child(6) {
    width: 135px;
}
.footer .nav li:nth-child(3),
.footer .nav li:nth-child(7) {
    width: 106px;
}
.footer .nav li:nth-child(4n) {
    width: auto;
}

.footer .nav li a {
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1;
}

.copyright {
    display: block;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 1.0rem;
    line-height:1.8;
    text-align: right;
    padding: 0;
}

/* pagetop
------------------------------*/
.pagetop {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: calc((100vw - 1120px) / 4);
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.pagetop.on {
    opacity: 1;
}
.pagetop.stop {
    position: absolute;
}
@media screen and (max-width: 1130px) {
    .pagetop {
        right: 5px;
    }
}

.rightbar {
    position: fixed;
    z-index: 100;
    top: 15%;
    right: 0;
}
.rightbar a {
    display: block;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.rightbar.on a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}



.rightbar01 {
    position: fixed;
    z-index: 100;
    top: 15%;
    right: 0;
}

.rightbar01 a {
    display: block;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.rightbar01.on a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rightbar02 {
    position: fixed;
    z-index: 100;
    top: 58%;
    right: 0;
}

.rightbar02 a {
    display: block;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.rightbar02.on a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.modalbox {
    display: none;
}

#calendar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 680px;
    background: #FFF;
    border: 3px solid #E8E8E8;
    padding: 27px 37px 37px;
}

#calendar .box {
    overflow: hidden;
}

#calendar table {
    float: left;
    width: 47%;
    font-size: 1.6rem;
    table-layout: fixed;
}

#calendar table:nth-of-type(2) {
    float: right;
}

#calendar table caption {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

#calendar th,
#calendar td {
    width: auto;
    border: 1px solid #A5A5A5;
    padding: 9px 0 5px;
    text-align: center;
    vertical-align: middle;
}

#calendar th {
    background: #F0F0F0;
    font-weight: normal;
}

#calendar .holiday {
    background: #606060;
    color: #FFF;
}

#calendar .note {
    margin-top: 10px;
    text-align: right;
    font-size: 1.4rem;
}

#calendar .note::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #606060;
    border: 1px solid #A5A5A5;
    margin-right: 10px;
    vertical-align: -5px;
}

.pattern {
    position: fixed;
    top: 425px;
    left: -5px;
}

.pattern li {
    width: 100px;
    margin-bottom: 10px;
}

.pattern li a {
    display: inline-block;
    background: #CCC;
    padding: 5px 10px 3px 15px;
    font-weight: normal;
    color: #FFF;
    -webkit-transition: background .3s, -webkit-transform .3s;
    transition: background .3s, -webkit-transform .3s;
    transition: background .3s, transform .3s;
    transition: background .3s, transform .3s, -webkit-transform .3s;
}

.pattern li a:hover,
.pattern li.on a {
    background: #999;
    text-decoration: none;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.wink a:hover {
    -webkit-animation-name: wink;
    animation-name: wink;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}

.wink img {
    opacity: 1 !important;
}

@-webkit-keyframes wink {
    0% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}

@keyframes wink {
    0% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}