body {
    letter-spacing: 0.04em;
    min-width: 1160px;
}

/* common */
.inner {
    max-width: 1320px;
    min-width: 1160px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}
/* font */
.font_min {
    font-family: '游明朝', 'YuMincho', serif;
}
.font_dosis {
    font-family: 'Dosis', sans-serif;
}
/* fas */
.fa-chevron-circle-right {
    color: #10768c;
    font-size: 13px;
    margin-right: 5px;
}
/* link */
.txt_link {
    color: #000;
    text-decoration: none;
}
.txt_link:hover {
    text-decoration: underline;
}
.sheer_link,
.sheer_link img {
    transition: all 0.3s;
}
.sheer_link:hover,
.sheer_link:hover img {
    opacity: 0.7;
    transition: all 0.5s;
}

/* list */
.normal_list li {
    text-indent: -1em;
    margin-left: 1em;
}
.index_list li {
    width: 30%;
    width: -webkit-calc((100% - 80.01px) / 3);
    width: calc((100% - 80.01px) / 3);
    margin-right: 40px;
    margin-bottom: 30px;
    float: left;
}
.index_list li:nth-child(3n) {
    margin-right: 0;
}
.index_list li h2 {
    font-size: 18px;
    line-height: 44px;
}
.index_list li p {
    line-height: 28px;
}
/* IE */
@media screen\0 {
    .index_list li {
        width: 30%;
    }
}
/* end IE */
/* Edge */
@supports (-ms-ime-align: auto) {
    .index_list li {
        width: 30%;
    }
}

/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 1160px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #eee;
    z-index: 20;
}
.header .header_inner {
    max-width: 1440px;
    min-width: 1160px;
    width: 100%;
    margin: 0 auto;
}
.header .logo_wrap {
    text-align: center;
    width: 21.8%;
    padding-top: 22px;
    float: left;
}
.header .logo_wrap .logo img {
    display: block;
    padding: 10px 5px;
    margin: 0 auto;
}
/* menu */
.header .menu {
    width: 78.2%;
    box-sizing: border-box;
    border-left: 1px solid #eee;
    float: left;
}
.header .menu li,
.header .menu a {
    color: #000;
    text-decoration: none;
}
.header .menu_wrap .txt_link:hover,
.header .mega_menu_wrap .txt_link:hover {
    text-decoration: underline;
}
.header .menu li {
    font-size: 15px;
    line-height: 20px;
    width: 33.3%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    float: left;
}
.header .menu a {
    display: block;
    text-align: center;
    padding: 19px 0;
}
/* mega_menu_wrap */
.header .mega_menu_wrap {
    border-top: 1px solid #eee;
}
.header .mega_menu_wrap li {
    font-size: 13px;
    width: 14.25%;
    width: -webkit-calc(100% / 7);
    width: calc(100% / 7);
    box-sizing: border-box;
    border-left: 1px solid #eee;
}
.header .mega_menu_wrap li:first-child {
    border-left: 0;
}
/* IE */
@media screen\0 {
    .header .menu li {
        width: 33.3%;
    }
    .header .mega_menu_wrap li {
        width: 14.25%;
    }
}
/* end IE */
/* Edge */
@supports (-ms-ime-align: auto) {
    .header .menu li {
        width: 33.3%;
    }
    .header .mega_menu_wrap li {
        width: 14.25%;
    }
}
/* end Edge */
.header .mega_menu_wrap a {
    height: 52px;
    box-sizing: border-box;
    padding-top: 16px;
}
.header .mega_menu_wrap li.catalog {
    background: #e05880;
}
.header .mega_menu_wrap li.reservation {
    background: #ed9026;
}
.header .mega_menu_wrap li.catalog a,
.header .mega_menu_wrap li.reservation a {
    color: #fff;
    font-size: 17px;
    line-height: 48px;
    padding-top: 2px;
    transition: all 0.3s;
}
.header .mega_menu_wrap li.catalog a .fas,
.header .mega_menu_wrap li.reservation a .fas {
    margin-right: 5px;
}

.header .mega_menu_wrap li.catalog a:hover {
    background: #fff;
    color: #e05880;
}
.header .mega_menu_wrap li.reservation a:hover {
    background: #fff;
    color: #ed9026;
}

/* mega_menu */
.header .mega_menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 44px;
}
.header .mega_menu.select {
    z-index: 25;
}
.header .mega_menu .megamenu_ttl {
    font-size: 40px;
    text-align: left;
    line-height: 60px;
    padding-top: 29px;
    margin-bottom: 23px;
}
.header .mega_menu .megamenu_ttl a {
    display: inline-block;
    font-size: 40px;
    text-align: left;
    line-height: 60px;
    height: auto;
    padding: 0;
}
.header .mega_menu .megamenu_ttl .fas {
    margin-right: 12px;
}
.header .mega_menu .campaign_list li {
    width: -webkit-calc((100% - 120.01px) / 4);
    width: calc((100% - 120.01px) / 4);
    border: 0;
    margin-right: 40px;
    margin-bottom: 40px;
}
.header .mega_menu .campaign_list li:nth-child(4n) {
    margin-right: 0;
}
.header .mega_menu .campaign_list li a {
    height: auto;
    padding: 0;
}
/* menu_wrap > mega_menu */
.header .menu_wrap .mega_menu .campaign_list {
    width: 1120px;
    margin: 0 auto;
}
.header .menu_wrap .mega_menu .campaign_list li {
    width: -webkit-calc((100% - 40.01px) / 2);
    width: calc((100% - 40.01px) / 2);
}
/* menu_list */
.header .mega_menu .menu_list li {
    font-size: 16px;
    width: 400px;
    width: -webkit-calc((100% - 80.01px) / 3);
    width: calc((100% - 80.01px) / 3);
    border: 0;
    margin-right: 40px;
    margin-bottom: 30px;
    float: left;
}
.header .mega_menu .menu_list li:nth-child(3n) {
    margin-right: 0;
}
.header .mega_menu .menu_list li a {
    display: inline-block;
    text-align: left;
    padding: 0;
}
.header .mega_menu .menu_list li a .img {
    transition: all 0.3s;
}
.header .mega_menu .menu_list li a:hover .img {
    opacity: 0.7;
    transition: all 0.5s;
}
.header .mega_menu .menu_list li a .txt {
    color: #000;
    text-decoration: none;
    margin-top: 10px;
}
.header .mega_menu .menu_list li a:hover .txt {
    text-decoration: underline;
}
/* sub_menu */
.sub_menu {
    position: fixed;
    top: 122px;
    left: 0;
    right: 0;
    max-width: 1440px;
    min-width: 1160px;
    width: 100%;
    margin: 0 auto;
    z-index: 30;
}
.sub_menu ul {
    position: absolute;
    top: 0;
    right: 10px;
    background: #eee;
    padding: 4px 18px;
    border-radius: 4px;
}
.sub_menu ul li {
    margin-left: 18px;
    float: left;
}
.sub_menu ul li:first-child {
    margin-left: 0;
}
.sub_menu ul li a {
    font-size: 13px;
    line-height: 13px;
}

/* content */
.content {
    padding-bottom: 75px;
}

/* pankuzu */
.pankuzu {
    padding-top: 130px;
    margin-bottom: 25px;
}
.pankuzu li,
.pankuzu li a {
    font-size: 13px;
    line-height: 20px;
}
.pankuzu li {
    float: left;
    margin-left: 22px;
}
.pankuzu li:first-child {
    margin-left: 0;
}
.pankuzu li a {
    display: inline-block;
    position: relative;
    color: #10768c;
}
.pankuzu li a::before {
    content: '＞';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    color: #000;
    margin: auto;
    margin-left: 5px;
}

/* swiper */
.content .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
}
.content .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ddd;
    margin: 0 6px;
    opacity: 0.7;
}
.content .swiper-pagination .swiper-pagination-bullet-active {
    background: #10768c;
    opacity: 1;
}

/* ttl */
.page_ttl {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    padding-bottom: 14px;
    margin-bottom: 74px;
}
.page_ttl::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 1px;
    background: #000;
    margin: 0 auto;
}

.page_txt {
    line-height: 1.75em;
}
/* item */
.item {
    line-height: 1.5em;
    margin-top: 70px;
}
.item_ttl {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 13px;
    margin-bottom: 34px;
}
.item_ttl::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background: #000;
}

/* icon_pagetop */
.icon_pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 20;
}
.icon_pagetop img {
    transition: all 0.3s;
}
.icon_pagetop:hover img {
    opacity: 0.7;
}

/* footer */
.footer {
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    border-top: 1px solid #eee;
}
.footer .footer_nav {
    font-size: 0;
    margin: 36px 0 26px;
}
.footer .footer_nav li {
    display: inline-block;
    font-size: 13px;
    padding: 0 20px;
}
.footer .footer_bnr {
    font-size: 0;
    margin-bottom: 26px;
}
.footer .footer_bnr li {
    display: inline-block;
    padding: 0 20px;
}
.footer .copy {
    color: #fff;
    background: #000;
    padding: 17px 0;
    margin-top: 35px;
}

.win_s {
    display: none;
}
@media screen and (max-width: 1380px) {
    .win_s {
        display: block;
    }
    .header .mega_menu_wrap li a.row_2 {
        padding-top: 7px;
    }
    .header .mega_menu_wrap li.catalog a,
    .header .mega_menu_wrap li.reservation a {
        font-size: 14px;
    }
}

@media print {
    /* 印刷用のcss */
    body {
        max-width: 240mm !important;
        min-width: auto;
        margin: auto;
    }
    .header {
        display: none;
    }
    .pankuzu {
        padding-top: 0;
    }
    .inner {
        max-width: 100%;
        min-width: auto;
        padding: 0;
    }
}