@charset "utf-8";
/* For modern browsers */
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom: 1;
}
/*clearfix------------------------------------------------------------ */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
    /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
/* tags
---------------------------------------------------- */
body {
    margin: 0px;
    padding: 0px;
    color: #0c0c33;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    background: #0c0c33;
}
a {
    color: #0c0c33;
    text-decoration: none;
}
a:hover {
    color: #e00;
    text-decoration: none;
}
a, a:hover, a img, a:hover img {
    transition: border-bottom .6s, color .6s, opacity .6s, width .6s, height .6s;
}
img {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, div, img {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}
@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }
} /*end of 480px*/
/* header
---------------------------------------------------- */
header {
    float: left;
    width: 300px;
    text-align: center;
    padding-top: calc(100vh / 20);
    position: fixed;
    height: 100vh;
}
header h1 {
    margin-bottom: calc(100vh / 20);
    line-height: 1;
    padding: 0 40px;
}
header nav#side-nav li {
    font-size: 16px;
    margin-bottom: calc(100vh / 35);
    line-height: 1;
    letter-spacing: 0.1em;
}
header nav#side-nav li:last-child {
    margin-bottom: calc(100vh / 25);
}
header nav#side-nav a {
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding-bottom: 4px;
}
header nav#side-nav li a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
header nav#side-nav li:nth-child(6) a,header nav#side-nav li:nth-child(7) a {
    color: #ffa07a;
}
header nav#side-nav li:nth-child(8) a {
    color: #c69200;
}
header nav#side-nav li:nth-child(6) a:hover,header nav#side-nav li:nth-child(7) a:hover{
    border-bottom: 1px solid #ffa07a;
}
header nav#side-nav li:nth-child(8) a:hover {
    border-bottom: 1px solid #c69200;
}
/*
header .linkBtn {
    margin-top: 0.5em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
    padding: .5em;
    transition-duration: .6s;
    display: block !important;
    margin: 0 2em;
    line-height: 1.3;
}
header .link1 {
    background-color: #5f84ab;
}
header .link2 {
    background-color: #496a8c;
}
header .linkBtn:hover {
    opacity: 0.8;
}
*/
/*
header nav#side-nav li:nth-child(7) a {
    margin-top: 0.5em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
    background-color: #5f84ab;
    padding: .5em;
    transition-duration: .6s;
    display: block;
    margin: 0 2em;
    line-height: 1.3;
}
header nav#side-nav li:last-child a {
    margin-top: 0.5em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
    background-color: #496a8c;
    padding: .5em;
    transition-duration: .6s;
    display: block;
    margin: 0 2em;
    line-height: 1.3;
}
header nav#side-nav li:nth-child(7) a:hover {
    opacity: 0.8;
}
header nav#side-nav li:last-child a:hover {
    opacity: 0.8;
}
*/
header .tel {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin-bottom: calc(100vh / 25);
 }
header .tel a {
    color: #fff;
}
header .tel img {
    vertical-align: middle;
    margin: -10px 7px 0px 0px;
}
i.fas.fa-phone {
    font-size: 23px;
    padding: 5px;
}
i.fab.fa-instagram {
    color: #0c0c33;
    background-color: white;
    border-radius: 30px;
    font-size: 30px;
    padding: 8px 10px;
}
i.fab.fa-facebook-f {
    color: #0c0c33;
    background-color: #fff;
    padding: 8px 15px;
    font-size: 30px;
    border-radius: 30px;
}
header .icon {
    width: 45%;
    margin: 0px auto;
}
header .icon li {
    width: 50%;
    float: left;
}
header .icon a:hover i {
    opacity: 0.6;
}
header .copyright {
    font-size: 11px;
    text-align: center;
    color: #fff;
    margin-top: calc(100vh / 20);
    line-height: 1;
}
header .copyright br {
    display: none;
}
@media screen and (max-width: 1280px) {
    header {
        width: 220px;
    }
    header h1 {
        margin: 0px 20px 64px 20px;
        padding: 0;
    }
    header nav#side-nav li {
        font-size: 17px;
    }
    header .tel {
        font-size: 20px;
    }
    header .tel img {
        width: 20px;
        height: auto;
        margin: -8px 7px 0px 0px;
    }
    header .icon {
        width: 55%;
    }
    header .icon a img {
        width: 40px;
        height: auto;
    }
    header .copyright {
        line-height: 1.8;
    }
    header .copyright br {
        display: inline;
    }
} /*end of 1280px*/
@media screen and (max-width: 768px) {
    header {
        float: none;
        width: 100%;
		height: 45px;
        text-align: left;
        padding: 10px 20px;
        background: #0c0c33;
        z-index: 100;
        position: fixed;
        top: 0px;
        left: 0px;
    }
    header h1 {
        margin: 0px;
        z-index: 200;
    }
    header h1 img {
        width: 120px;
        height: auto;
    }
    header#header.fixed h1 img {
        width: 120px;
        height: auto;
    }
    header nav#side-nav, header .tel, header .icon, header .copyright {
        display: none;
    }
} /*end of 768px*/
@media screen and (max-width: 480px) {
    /*
    header {
        padding: 5px 13px;
    }
*/
    header h1 img {
        width: 100px;
        height: auto;
    }
} /*end of 480px*/
/* drawer
---------------------------------------------------- */
#drawer_container {
    display: none;
}
@media screen and (max-width: 768px) {
    #drawer_container {
        display: block;
        z-index: 300;
        position: relative;
    }
    .drawer-overlay {
        background-color: rgba(0, 0, 0, .6);
        z-index: 200;
    }
    .drawer-nav {
        background-color: #0c0c33;
    }
    .drawer-hamburger {
        top: -2px;
    }
    .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
        background-color: #fff;
    }
    #drawer_container .drawer-menu-item {
        display: block;
        border-bottom: 1px solid #46465f;
        padding: 18px 20px 15px 15px;
        position: relative;
        line-height: 1;
        text-decoration: none;
        font-size: 14px;
        color: #fff;
    }
    #drawer_container .drawer-menu-item.color2 {
        color: #c69200;
        line-height: 1.5;
    }
    .drawer-menu-item::after {
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        margin-top: -6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #drawer_container .drawer-menu-item.color2::after {
        border-top: 2px solid #c69200;
        border-right: 2px solid #c69200;
    }
/*
    #drawer_container li:nth-child(7), #drawer_container li:nth-child(8) {
        margin-top: 1em;
        text-align: center;
    }
*/
    #drawer_container .linkBtn {
        margin-top: 0.5em;
        letter-spacing: 0.1em;
        font-weight: bold;
        color: #fff;
        background-color: #5f84ab;
        padding: .5em;
        transition-duration: .6s;
        display: block !important;
        margin: 0 2em;
        line-height: 1.3;
    }
    #drawer_container .link1 {
        background-color: #5f84ab;
    }
    #drawer_container .link2 {
        background-color: #496a8c;
    }
    #drawer_container .linkBtn:hover {
        opacity: 0.8;
    }
    #drawer_container .tel2 {
        color: #fff;
        font-size: 20px;
        text-align: center;
        padding: 30px 0px;
    }
    #drawer_container .tel2 a {
        color: #fff;
    }
    #drawer_container .tel2 img {
        width: 20px;
        height: auto;
        margin: -8px 7px 0px 0px;
        vertical-align: middle;
    }
    #drawer_container .icon2 {
        width: 45%;
        margin: 0px auto;
    }
    #drawer_container .icon2 li {
        float: left;
        width: 50%;
        text-align: center;
    }
    #drawer_container .icon2 li img {
        width: 40px;
        height: auto;
    }
    #drawer_container .copyright2 {
        color: #fff;
        font-size: 10px;
        text-align: center;
        margin-top: 30px;
    }
} /*end of 768px*/
/* contents
---------------------------------------------------- */
#contents {
    background: #fff;
    margin-left: 300px;
    min-height: 100vh;
}
.inner1 {
    max-width: 1080px;
    margin: 0px auto;
}
.st1 {
	padding-top: 100px;
    margin: 0 0px 77px;
}
.st1 h2 {
    font-size: 40px;
    text-align: center;
    line-height: 1;
    position: relative;
    letter-spacing: 0.1em;
}
.st1 h2::after {
    content: '';
    width: 130px;
    border-bottom: 2px solid #0c0c33;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -65px;
}
.st1 p {
    text-align: center;
    line-height: 1;
    margin-top: 45px;
    letter-spacing: 0.1em;
}
.catch1 {
    font-size: 25px;
    line-height: 2;
    text-align: center;
    margin-bottom: 70px;
    letter-spacing: 0.1em;
}
.p1 {
    line-height: 2.2;
    letter-spacing: 0.1em;
}
.cap1 {
    line-height: 2.2;
    letter-spacing: 0.1em;
    font-size: 14px;
    margin-top: 1em;
}
.col1 {
    display: block;
}
.column {
    width: 100%;
    height: auto;
    margin: 0 auto 4em;
    display: flex;
    justify-content: flex-start;
    align-content: space-around;
    align-items: stretch;
    flex-wrap: nowrap;
}
.column:last-child {
    margin: 0 auto;
}
.col2 .item {
    width: calc(95% / 2);
}
.item {
    margin: 0 auto;
    text-align: center;
    width: 70%;
    line-height: 2;
}
.space {
    height: 10em;
}
.spBr {
    display: none;
}
@media screen and (max-width: 1280px) {
    #contents {
        margin-left: 220px;
    }
} /*end of 1280px*/
@media screen and (max-width: 960px) {
    .catch1 {
        font-size: 22px;
        line-height: 2;
    }
    .item {
        text-align: left;
    }
    .pcBr {
        display: none;
    }
} /*end of 960px*/
@media screen and (max-width: 768px) {
    #contents {
        margin-left: 0px;
    }
    .catch1 {
        margin-bottom: 50px;
    }
    .st1 {
        margin: 70px 0px 40px;
    }
    .st1 h2 {
        font-size: 30px;
    }
    .st1 h2::after {
        width: 100px;
        margin-left: -50px;
    }
    .st1 p {
        margin-top: 40px;
    }
} /*end of 768px*/
@media screen and (max-width: 600px) {
    .catch1 {
        font-size: 20px;
    }
    .column {
        display: block;
    }
    .item {
        width: 100%;
    }
    .col2 .item {
        width: 100%;
        margin-bottom: 4em;
    }
} /*end of 600px*/
@media screen and (max-width: 480px) {
    .catch1 {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .st1 {
        margin: 60px 0px 30px;
    }
    .st1 h2 {
        font-size: 20px;
    }
    .st1 h2::after {
        width: 80px;
        bottom: -18px;
        margin-left: -40px;
    }
    .st1 p {
        font-size: 14px;
        margin-top: 33px;
    }
    .space {
        height: 4em;
    }
    .spBr {
        display: block;
    }
    /*
    .column {
        display: block;
    }
    .item {
        width: 100%;
    }
    .col2 .item {
        width: 100%;
        margin-bottom: 4em;
    }
    .item img {
        margin-bottom: 1em;
    }
*/
} /*end of 480px*/
@media screen and (max-width: 320px) {
    .catch1 {
        font-size: 14px;
    }
} /*end of 320px*/
/* main-image
---------------------------------------------------- */
.swiper-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.swiper-slide img {
    width: 100%;
}
.swiper-pagination {
    text-align: right !important;
    width: 98% !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
}
.swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
    display: inline-block !important;
    background: #6f6f6f !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background: #0b0b2e !important;
    opacity: 1 !important;
}
#main-image {
    position: absolute;
    bottom: 12px;
    z-index: 10;
    left: 50%;
}
@media screen and (max-width: 768px) {
    .swiper-container {
        margin-top: 54px;
    }
    #main-image img {
        bottom: 60px;
    }
} /*end of 768px*/
@media screen and (max-width: 480px) {
    #main-image img {
        bottom: 130px;
        width: 15px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px !important;
    }
    .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
} /*end of 480px*/
@media screen and (max-width: 360px) {
    #main-image img {
        width: 12px;
    }
} /*end of 360px*/
/* history
---------------------------------------------------- */
#history {
    padding: 0px 60px 95px;
    letter-spacing: 0.1em;
}
/*
#history .catch1 {
    font-size: 25px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 70px;
}
*/
#history .ul1 {
    width: 45%;
    float: left;
    text-align: center;
}
#history .img2 {
    margin-top: 64px;
    text-align: center;
}
#history .inner1 .p1 {
    line-height: 2.2;
    margin: 0px 0px 30px 50%;
}
#history .ul2 {
    margin-left: 46%;
    text-align: center;
}
#history .img3 {
    margin-bottom: 55px;
    text-align: center;
}
#history p.cap {
    font-size: 0.8rem;
    margin-top: 0.5rem;
}
@media screen and (max-width: 960px) {
    /*
    #history .catch1 {
        font-size: 22px;
        line-height: 2;
    }
*/
    #history .ul1 {
        width: auto;
        float: none;
        margin-bottom: 50px;
    }
    #history .ul1 li.img1 {
        width: 56%;
        float: left;
    }
    #history .ul1 li.img2 {
        width: 38%;
        float: right;
        margin: 0px;
    }
    #history .inner1 .p1 {
        margin: 0px 0px 50px;
    }
    #history .ul2 {
        margin-left: 0px;
    }
    #history .ul2 li.img3 {
        width: 38%;
        float: left;
        margin: 0px;
    }
    #history .ul2 li.img4 {
        width: 56%;
        float: right;
    }
} /*end of 960px*/
@media screen and (max-width: 768px) {
    #history {
        padding: 10px 40px 80px;
    }
    /*
    #history .catch1 {
        margin-bottom: 50px;
    }
*/
} /*end of 768px*/
@media screen and (max-width: 600px) {
    #history {
        padding: 10px 30px 50px;
    }
    /*
    #history .catch1 {
        font-size: 20px;
    }
*/
} /*end of 600px*/
@media screen and (max-width: 480px) {
    #history {
        padding: 10px 20px 40px;
    }
    /*
    #history .catch1 {
        font-size: 16px;
        margin-bottom: 30px;
    }
*/
    #history .ul1 {
        margin-bottom: 30px;
    }
    #history .inner1 .p1 {
        margin: 0px 0px 30px;
    }
} /*end of 480px*/
/*
@media screen and (max-width: 320px) {
    #history .catch1 {
        font-size: 14px;
    }
}
*/
/* menu
---------------------------------------------------- */
#menu .ul1 li {
    width: calc(100% / 3);
    float: left;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#menu .ul1.col2 li {
    width: calc(100% / 2);
    float: left;
    display: block;
}
#menu .ul1 li a {
    display: block;
    color: #fff;
    /*    padding: 150px 0;*/
}
#menu .ul1 li p {
    color: #fff;
    font-size: 30px;
    line-height: 0.8;
    letter-spacing: 0.1em;
    z-index: 100;
    position: relative;
}
#menu .ul1 .li1::after {
    background-image: url("../images/menu11.jpg");
}
#menu .ul1 .li2::after {
    background-image: url("../images/menu12.jpg");
}
#menu .ul1 .li3::after {
    background-image: url("../images/menu13.jpg");
}
#menu .ul1 .otherLi1::after {
    background: url("../images/history.jpg");
    background-position: center;
}
#menu .ul1 .otherLi2::after {
    background-image: url("../images/access.jpg");
}
#menu .ul1 li::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}
#menu .ul1 li:hover::after {
    opacity: 0.8;
    cursor: pointer;
    transform: scale(1.2);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}
#menu .ul1 li .p1 {
    padding: 110px 0 0;
}
#menu .ul1 li .p1::after {
    content: '';
    display: block;
    width: 130px;
    height: 2px;
    background: #fff;
    margin: 20px auto;
}
#menu .ul1 li .p2 {
    color: #fff;
    line-height: 1;
    font-size: 16px;
    padding: 0 0 110px;
}
#menu .ul2 li {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
}
#menu .ul2 li a {
    display: block;
    color: #fff;
    height: 130px;
    font-size: 30px;
    line-height: 130px;
    letter-spacing: 0.1em;
}
#menu .li4 a {
    background: #c69200;
}
#menu .li5 a {
    background: #c67400;
}
#menu .li6 a {
    /*background: #e87044;*/
	background: rgba(98,98,167,1.00);
}
#menu .li7 a {
    /*background: #dc663b;*/
	background:rgba(83,83,149,1.00);
	background: rgba(71,71,127,1.00);
}
#menu .ul1 li:hover .p1, #menu .ul1 li:hover .p2 {
    transform: none;
}
#menu .ul2 a:hover {
    opacity: 0.8;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}
@media screen and (max-width: 1430px) {
    #menu .ul1 li .p1 {
        font-size: 20px;
    }
    #menu .ul2 li a {
        font-size: 20px;
    }
} /*end of 1430px*/
@media screen and (max-width: 1024px) {
    #menu .ul1 li a {
        padding: 100px 0;
    }
} /*end of 1024px*/
@media screen and (max-width: 960px) {
    #menu .ul1 li a .p1 {
        font-size: 24px;
    }
    #menu .ul2 li a {
        font-size: 24px;
        letter-spacing: 0px;
    }
} /*end of 960px*/
@media screen and (max-width: 768px) {
    #menu .ul1 li a {
        padding: 70px 0;
    }
    #menu .ul1 li a .p1 {
        font-size: 18px;
    }
    #menu .ul2 li a {
        font-size: 18px;
    }
    #menu .ul1 li p {
        font-size: 15px;
        line-height: 0.5;
    }
} /*end of 768px*/
@media screen and (max-width: 600px) {
    #menu .ul1 li {
        width: auto;
        float: none;
    }
    #menu .ul1 li .p1 {
        line-height: 1;
    }
    /*
    #menu .ul1 li .p2 {
        top: 63%;
    }
*/
    #menu .ul2 li a {
        font-size: 17px;
    }
    #menu .ul1 li .p1::after {
        width: 80px;
        height: 2px;
        background: #fff;
        margin: 15px auto;
    }
} /*end of 600px*/
@media screen and (max-width: 480px) {
    #menu .ul1 li a {
        height: auto;
    }
    #menu .ul2 li a {
        font-size: 15px;
        letter-spacing: 0.1em;
    }
} /*end of 480px*/
@media screen and (max-width: 320px) {
    #menu .ul2 li {
        width: auto;
        float: none;
    }
    #menu .ul2 li a {
        height: auto;
        line-height: 1;
        padding: 20px 0px;
    }
} /*end of 320px*/
/* access
---------------------------------------------------- */
#access {
    padding: 15px 60px 50px;
    background: #f9f8f4;
}
#access .catch1 {
    line-height: 2.2;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 70px;
}
#access .catch1 br.br1 {
    display: none;
}
#access .ul1 {
    margin-bottom: 50px;
}
#access .ul1 li {
    width: 46%;
    float: left;
}
#access .ul1 li:last-child {
    float: right;
}
#access .ul1 li iframe {
    width: 100%;
}
#access table {
    width: 100%;
    border-collapse: collapse;
}
#access th {
    width: 140px;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}
#access td {
    padding: 25px 0px;
}
#access td p {
    font-size: 14px;
    line-height: 2.4;
    border-left: 2px solid #0c0c33;
    padding-left: 40px;
}
@media screen and (max-width: 1280px) {
    #access .ul1 li {
        width: 48%;
    }
} /*end of 1280px*/
@media screen and (max-width: 960px) {
    #access .ul1 li {
        width: auto;
        float: none;
    }
    #access .ul1 li:last-child {
        float: none;
        margin-top: 50px;
    }
} /*end of 960px*/
@media screen and (max-width: 768px) {
    #access {
        padding: 10px 40px 50px;
    }
    #access .catch1 {
        margin-bottom: 50px;
    }
} /*end of 768px*/
@media screen and (max-width: 600px) {
    #access {
        padding: 10px 30px 50px;
    }
    #access th {
        display: block;
        width: auto;
        text-align: left;
    }
    #access td {
        display: block;
        padding: 0px;
    }
    #access td p {
        font-size: 14px;
        line-height: 2.2;
        padding-left: 20px;
        margin: 15px 0px 50px 2px;
    }
} /*end of 600px*/
@media screen and (max-width: 480px) {
    #access {
        padding: 10px 20px 10px;
    }
    #access .catch1 {
        line-height: 2;
        margin-bottom: 30px;
        font-size: 14px;
    }
    #access .ul1 {
        margin-bottom: 30px;
    }
    #access .ul1 li:last-child {
        margin-top: 30px;
    }
    #access .ul1 li iframe {
        height: 300px;
    }
    #access th {
        font-size: 15px;
        letter-spacing: 0.1em;
    }
    #access th:after {
        content: '';
        display: block;
        background: #0c0c33;
        height: 2px;
        width: 100%;
        margin: 0 auto;
        margin-top: 5px;
    }
    #access td p {
        font-size: 13px;
        line-height: 2;
        padding-left: 0px;
        margin: 10px 0px 30px 1px;
        border: none;
        letter-spacing: 0.1em;
    }
} /*end of 480px*/
@media screen and (max-width: 320px) {
    #access .catch1 br.br1 {
        display: inline;
    }
} /*end of 320px*/
/* foods
---------------------------------------------------- */
#foods {
    padding: 0px 60px;
}
#foods .p1 {
    margin-bottom: 4em;
}
#foods .swiper-parent .swiper-button-prev, #foods .swiper-parent .swiper-button-next {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
}
#foods .swiper-parent .swiper-button-prev::after, #foods .swiper-parent .swiper-button-next::after {
    visibility: hidden;
}
#foods .swiper-parent .swiper-button-prev {
    left: 0;
    background: no-repeat url("../images/arrow.svg");
}
#foods .swiper-parent .swiper-button-next {
    right: 0;
    background: no-repeat url("../images/arrow.svg");
    transform: scale(-1, 1);
}
#foods .swiper-parent {
    position: relative;
}
#foods .swiper-container {
    width: 80%;
}
#foods .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@media screen and (max-width: 1280px) {
    #foods {
        padding: 0 40px;
    }
} /*end of 1280px*/
@media screen and (max-width: 800px) {
    #foods .swiper-parent .swiper-button-prev, #foods .swiper-parent .swiper-button-next {
        width: 60px;
        height: 60px;
    }
    #foods .swiper-parent .swiper-button-prev {
        left: -15px;
    }
    #foods .swiper-parent .swiper-button-next {
        right: -15px;
    }
} /*end of 800px*/
@media screen and (max-width: 768px) {
    #foods {
        margin-top: 54px;
    }
} /*end of 768px*/
@media screen and (max-width: 480px) {
    #foods {
        padding: 0 20px;
    }
    #foods .swiper-container {
        width: 85%;
    }
    #foods .swiper-parent .swiper-button-prev, #foods .swiper-parent .swiper-button-next {
        width: 40px;
        height: 40px;
    }
} /*end of 480px*/
/* facility
---------------------------------------------------- */
#facility {
    padding: 0px 60px;
}
@media screen and (max-width: 1280px) {
    #facility {
        padding: 0 40px;
    }
} /*end of 1280px*/
@media screen and (max-width: 480px) {
    #facility {
        padding: 0 20px;
    }
} /*end of 480px*/
/* fee
---------------------------------------------------- */
#fee {
    padding: 0px 60px;
}
#fee .pBox {
    width: 70%;
    margin: 0 auto 5em;
    border: 1px solid;
    padding: 1em 2em;
}
#fee .pBox dl dt {
    width: 150px;
    position: relative;
    float: left;
}
#fee .pBox dl dt:after {
    position: absolute;
    content: "：";
    right: 0;
    top: 0;
    width: 18px;
    height: auto;
}
#fee .pBox dl dd {
    width: calc(100% - 150px);
    float: right;
}
#fee .tableBox:nth-child(odd) {
    background-color: #f6f6f6;
}
#fee .tableBox:last-child {
    margin-bottom: 5em;
}
#fee .tableBox {
    padding: 4em 0;
}
#fee .tableBox .p1 {
    text-align: center;
    padding: 1em 5em;
}
#fee .tableBox .tableStyle {
    text-align: center;
    padding: 1em 6em;
    width: 80%;
    margin: 0 auto;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-collapse: collapse;
}
#fee .catch1.h3 {
    font-size: 25px;
    line-height: 2;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}
#fee .tableStyle tbody tr {
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    height: 4rem;
}
#fee th {
    width: calc(100% /2);
}
#fee td {
    width: calc(100% /2);
}
@media screen and (max-width: 1280px) {
    #fee {
        padding: 0 40px;
    }
    #fee .pBox {
        width: 75%;
    }
} /*end of 1280px*/
@media screen and (max-width: 768px) {
    #fee {
        padding: 0 40px;
    }
    #fee .pBox {
        width: 94%;
        padding: 3%;
    }
    #fee .tableBox .tableStyle {
        text-align: left;
    }
} /*end of 768px*/
@media screen and (max-width: 480px) {
    #fee {
        padding: 0 20px;
    }
    #fee .tableBox .p1 {
        padding: 1em 0em;
    }
    #fee .tableBox .tableStyle {
        width: 90%;
    }
} /*end of 480px*/

/* contact
---------------------------------------------------- */
#contact tr {
    line-height: 3;
}
#contact .box {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
	padding-bottom: 100px;
}
#contact td {
	padding: 10px 0;
}

#contact td input,
#contact td textarea {
    width: 70%;
    border: 1px solid #d7d6d5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 16px;
    line-height: 1.8em;
    padding: 5px 10px;
    background: #fff;
}

#contact td:nth-child(1) {
    width: 30%;
}

#contact .widthTd {
    width: 10%;
}

#contact .btn {
	text-align: center;
}
#contact .btn input {
    font-size: 14px;
    text-align: center;
    width: 200px;
    padding: 10px 0;
    margin: 0 5px 0;
    color: #fff;
    background: #0c0c33;
    outline: 0;
    box-shadow: none;
    border: 1px solid #0c0c33;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#contact .btn input:hover {
	color: #0c0c33;
	background: #fff;
}

/* pagetop
---------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
}
#pagetop a img {
    opacity: 0.4;
}
#pagetop a:hover img {
    opacity: 1;
}
@media screen and (max-width: 480px) {
    #pagetop {
        bottom: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
} /*end of 480px*/