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

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

body {
    min-width: 1080px;
    /*background: url("../image/bg.jpg") top left repeat;*/
    font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    color: #333;
}

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

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

a:hover {
    text-decoration: underline;
}

body .sbox-cen,
.seotext {
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.8;
    color: #999999;
    font-weight: normal;
    background: none;
}

#wrap {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    font-size: 1.4rem;
    line-height: 1.86;
    color: #333333;
}

.tel {
    font-family: 'Francois One', sans-serif;
    line-height: 0.8;
}

.tel span {
    display: inline-block;
    margin-left: 5px;
}

.tel a {
    font-weight: normal;
    text-decoration: none;
    color: #333;
}
/* header
------------------------------*/
#header {
    background: #ffffff;
}

#header .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    width: 100%;
    max-width: 1080px;
    padding: 12px 0 23px;
    margin: 0 auto;
}

#header .text {
    font-size: 1.0rem;
    line-height: 1.4;
    color: #999999;
    margin-bottom: 7px;
}

#header .info {
    /*width: 248px;*/
    line-height: 0;
    text-align: right;
}

#header .info ul {
    display:block;
}

#header .tel {
    margin-bottom: 8px;
    margin-top: 3px;
    color: #ee913d;
    font-size: 2.6rem;

}

#header .tel span {
    font-size:3.8rem;
}
#header .time{
    color: #333333;
    font-size: 1.0rem;
    line-height: 1.4;
}

#header .time,
#header .holiday {
    display: inline-block;
    width: 300px;
}

/* nav
------------------------------*/
.gnav {
    position: relative;
    height: 61px;
}
.gnav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 61px;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.gnav .nav li{
    /* padding-top: 53px; */
}
.gnav .nav.fixed {
    position: fixed;
}
.gnav .nav.fixed li{
    padding-top: 0;
}
.gnav .nav span {
    display: block;
    cursor: pointer;
}

.accordion {
    position: relative;
}
.accordion .category {
    display: none;
    position: absolute;
    z-index: 100;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
}
.accordion .category li {
    position: relative;
    padding-top: 0;
    margin-bottom: 1px;
}


/* main
------------------------------*/
.mainimg {
    position: relative;
    overflow: hidden;
}
.mainimg img {
    position: relative;
    left: 50%;
    max-width: initial;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
/* content
------------------------------*/
.main {
    background: #ffffff;
    width: 100%;
    padding: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 75px;
}

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

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

.section table th,
.section table td {
    border: 1px solid #f9ec75;
    padding: 15px 20px 13px;
    vertical-align: top;
    background: #FFFFFF;
}

.section table th {
    width: 235px;
    background: #fff8b6;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
}
.bg-bread{
    width: 100%;
    background: #ee913d;
    margin: 0 auto 70px;
    padding: 13px 0 11px;
}

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

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

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

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


.headding {
    margin-bottom: 30px;
    padding: 19px 0 17px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    background: url("../image/bg_h3.png") bottom center no-repeat;
    color: #333333;
}

/*h4.title {*/
/*font-family: 'Noto Sans', sans-serif;*/
/*margin-bottom: 15px;*/
/*text-align: left;*/
/*font-size: 1.8rem;*/
/*line-height: 1;*/
/*font-weight: bold;*/
/*color: #333333;*/

/*}*/

.subtitle {
    background: #d0eae1;
    border-radius: 10px;
    margin-bottom:20px;
    padding: 7px 15px 5px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.75;
    font-weight: bold;
    color: #333333;
}

.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: none;
    padding-top: calc(100% - 2px);
    border: 0px solid #E0D2B6;
    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%);
    -ms-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: 23.5%;
    margin-right: 2%;
}

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

.pickup.slick {
    display: block;
}

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

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

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

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

.page .link_page,
.page .current_page {
    display: table-cell;
    width: 35px;
    height: 35px;
    background: none;
    vertical-align: middle;
    padding: 0;
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #7fcbb4;
}

.page .link_before,
.page .link_next{
    display: table-cell;
    width: 35px;
    height: 35px;
    background: none;
    vertical-align: middle;
    text-align: center;
}
.page .link_page:hover,
.page .current_page{
    background: #7fcbb4;
    color: #fff;
    /* border-bottom: 2px solid #fcd218; */
}


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

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

.slick .slick-prev {
    left: 0;
    /*background: url('../image/slick_left_off.jpg') 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');*/
}

.slick .slick-next {
    right: 0;
    /*background: url('../image/slick_right_off.jpg') 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');*/
}

/* 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;
    -o-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);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#cboxClose::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-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);
    -ms-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
}

#cboxClose:hover::after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-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);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: .3s;
    -o-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;
    -o-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;
}

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

.footer {
    background: #ee913d;
    position: relative;
}
.footer .info{
    padding: 60px 0 35px;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    max-width: 820px;
    margin: 0 auto;
}

.footer .left{
    width: 330px;
}
.footer .tel {
    margin-bottom: 16px;
    color: #fff;
    font-size: 2.6rem;

}

.footer .tel span {
    font-size:4.8rem;
    margin-left: 2px;
}
.footer .time{
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-left: -4px;
}
.footer .text{
    font-size: 1.2rem;
    line-height: 1.67;
}
.footer .right{
    width: 425px;
}
.footer .mail{
    margin-bottom: 20px;
}
.footer .nav{
    line-height: 1;
}
.footer .nav li {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    width: 114px;
    margin-bottom: 13px;
}
.footer .nav li:nth-child(2) ,
.footer .nav li:nth-child(6){
    width: 110px;
}

.footer .nav li:nth-child(4n){
    width: auto;
}

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


.copyright {
    background: #fff;
    display: block;
    text-align: center;
    color: #a3662f;
    font-weight: normal;
    font-size: 1.0rem;
    line-height:1.75;
    padding: 5px 0 4px;
}
.copyright span{
    margin-left: 3px;
}

/* pagetop
------------------------------*/
.pagetop {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: calc((100vw - 1120px) / 4);
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.pagetop.on {
    opacity: 1;
}

.pagetop.stop {
    position: absolute;
    bottom: calc(100% + 20px)
}

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



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

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

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

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

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

.rightbar02.on a {
    -webkit-transform: translateX(0);
    -ms-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;
    -o-transition: background .3s, 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);
    -ms-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;
    }
}
.nopost{
    text-align: center;
    padding: 0 0 30px;
}

#wrap .tl{
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit;
}
.richtext{
    overflow: hidden;
}
#wrap .richtext p + p{
    margin-top: 0;
}