@charset "utf-8";
html {
    font-size: 62.5%;
    height: 100%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
body {
    background: #18326d;
    color: #222;
    font-family: "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, 游ゴシック, Meiryo, メイリオ, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    height: 100%;
    line-height: 1.85;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}
a {
    display: block;
    color: #222;
    max-width: 100%;
    max-height: 100%;
    text-decoration: none;
    outline: none;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p, figure {
    margin: 0;
    padding: 0;
}
p {
    text-align: justify;
    line-height: 1.75;
}
p + p {
    margin-top: 1em;
}
/*===================================
section
===================================*/
.section {
    padding-bottom: clamp(70px, 9vw, 100px);
    padding-top: clamp(70px, 9vw, 100px);
}
.section:not(._bg) + .section:not(._bg) {
    padding-top: 0px;
}
._bg {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}
/* img */
._bg_img01 {
    background: url("../img/home/bg_reserve.jpg") center center no-repeat;
    background-size: cover;
    z-index: 1;
}
/* bg bg mask */
._bg_mask {
    position: relative;
}
._bg_mask::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
._bg_mask > * {
    position: relative;
    z-index: 1;
}
._bg_mask_blk::after {
    background-color: rgba(0, 0, 0, .8);
}
._bg_mask_wht::after {
    background-color: rgba(255, 255, 255, .9);
}
._bg_mask_blu::after {
    background-color: rgba(23, 50, 108, 0.95);
}
/* bg color */
._bg_color01 {
    background: #17326d;
    ;
}
._bg_color02 {
    background: #eaeaea;
}
._bg_color03 {
    background: red;
}
._bg_diagonal_blue,._bg_diagonal_gray {
    position: relative;
}
._bg_diagonal_blue::before,._bg_diagonal_gray::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 100vw;
    border-color: transparent transparent transparent #eaeaea;
}
._bg_diagonal_gray::before {
    border-color: transparent transparent transparent #17326d;
}
@media screen and (min-width: 960px) {
    ._bg_diagonal_blue::before,._bg_diagonal_gray::before {
        border-width: 50px 0 0 100vw;
    }
}
/*===================================
wrap
===================================*/
._inner {
    width: min(92%, 1200px);
    margin: auto;
}
._container + ._container {
    margin-top: 50px;
}
._box + ._box {
    margin-top: 30px;
}
._box_child + ._box_child {
    margin-top: 20px;
}
/*===================================
font
===================================*/
.en_01 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 500;
}
.jp_01 {}
/*===================================
heading
===================================*/
/* heading style */
.heading01 {
    font-size: 15vw;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 500;
    line-height: 1.12;
}
.heading01 .under_line {
    /*color: #fff;*/
}
.heading01 .sub_title {
    color: #ea5513;
    display: block;
    font-size: .2em;
    font-family: "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, 游ゴシック, Meiryo, メイリオ, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.heading01 + * {
    margin-top: 30px;
}
.heading02 {}
.heading03 {}
.heading04 {}
.heading05 {}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 960px) {
    .heading01 {
        font-size: 10vw;
    }
}
@media screen and (min-width: 1200px) {
    .heading01 {
        font-size: 7.5vw;
    }
    .heading01 + * {
        margin-top: 100px;
    }
}
/*===================================
btn
===================================*/
/* btn wrap */
.btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
* + .btns {
    margin-top: 30px;
}
/* btn base */
.btn {
    border: 1px solid #222;
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: relative;
    padding: 10px 20px;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
}
/* btn type */
.btn_type01 {
    background: #ea5513;
    border: 1px solid #ea5513;
    border-radius: 100vh;
    color: #fff;
    transition: .3s all;
    width: min(100%, 300px);
}
.btn_type01:hover {
    background: #17326d;
    border-radius: 100vh;
    color: #ea5513;
}
/*===================================
list
===================================*/
._list {}
._list_item {}
._list_item + ._list_item {
    margin-top: 10px;
}
/*===================================
table
===================================*/
/* スクロールバーの表示 */
._scroll-bar {
    overflow-x: auto;
}
._scroll-bar::-webkit-scrollbar {
    height: 8px;
}
._scroll-bar::-webkit-scrollbar-track {
    border-radius: 8px;
    background: rgba(238, 238, 238, 1);
}
._scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: rgba(169, 170, 161, 1);
}
/*===================================
header
===================================*/
/* header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    z-index: 999;
}
#header .logo {
    width: 25%;
    padding: 4%;
}
#header .logo a img {
    width: 50px;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 960px) {
    #header {
        height: 100px;
    }
    #header .logo {
        padding: 0 20px;
    }
    #header .logo a img {
        width: 80px;
    }
}
@media screen and (min-width: 1200px) {
    #header {
        background: #18326d;
    }
    #header .logo {
        width: 120px;
        z-index: 9999;
    }
}
/* nav */
#nav {
    position: absolute;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    transition: .5s all;
}
#nav #nav_list {
    opacity: 0;
    transition: .2s all;
}
#nav.panelactive {
    right: 0;
}
#nav.panelactive #nav_list {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #17326d;
    overflow: auto;
    opacity: 1;
}
#nav #nav_list #menu_list {
    position: absolute;
    top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    margin-top: auto;
    padding: 8%;
    overflow: scroll;
}
#nav #nav_list #menu_list ._list_item {
    width: 100%;
}
#nav #nav_list .nav_list_logo {
    position: absolute;
    /* content: ""; */
    top: 4%;
    left: 4%;
    display: block;
    z-index: 999;
}
#nav #nav_list .nav_list_logo svg {
    width: 100px;
}
.cls-1, .cls-2, .cls-3, .cls-4, .cls-5 {
    fill: #fff;
}
#nav #nav_list #menu_list ._list_item + ._list_item {
    margin-top: 30px;
}
#nav #nav_list #menu_list ._list_item .sns_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
#nav #nav_list #menu_list ._list_item .sns_link ._list_item + ._list_item {
    margin-top: 0;
}
#nav #nav_list #menu_list ._list_item .sns_link ._list_item {
    width: 30px;
}
#nav #nav_list #menu_list ._list_item .sns_link ._list_item a {
    transition: .3s all;
}
#nav #nav_list #menu_list ._list_item .sns_link ._list_item a svg {
    margin: 0 auto;
    fill: #fff;
    transition: .3s all;
}
#nav #nav_list #menu_list ._list_item .sns_link ._list_item a:hover svg {
    fill: #ea5513;
}
#nav #nav_list #menu_list ._list_item .sns_link ._list_item a svg .line_svg {
    width: 30px;
    height: auto;
    fill: #17326d;
    transition: .3s all;
}
#nav #nav_list #menu_list ._list_item a {
    color: #ea5513;
    font-size: 8vw;
    font-weight: 600;
    line-height: 1.12;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
#nav #nav_list #menu_list ._list_item a span {
    display: block;
    font-size: .4em;
    font-weight: 500;
    font-family: "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, 游ゴシック, Meiryo, メイリオ, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: .2em;
    color: #fff;
}
@media screen and (min-width:768px) {
    #nav #nav_list #menu_list ._list_item a {
        font-size: 5vw;
    }
}
@media screen and (min-width:960px) {
    #nav #nav_list #menu_list ._list_item .sns_link {
        justify-content: flex-start;
        gap: 80px;
    }
    #nav #nav_list #menu_list ._list_item .sns_link ._list_item a svg {
        width: 50px;
    }
}
@media screen and (min-width:1200px) {
    #nav {
        top: 0;
        right: 0;
        height: 100px;
    }
    #nav #nav_list {
        opacity: 1;
    }
    #nav #nav_list .nav_list_logo {
        display: none;
    }
    #nav #nav_list #menu_list {
        flex-direction: row;
        align-items: center;
        width: calc(100% - 275px);
        height: 100px;
        top: 0;
        left: 140px;
        padding: 0 20px;
    }
    #nav #nav_list #menu_list ._list_item.pc_non {
        display: none;
    }
    #nav #nav_list #menu_list ._list_item a {
        align-items: center;
        font-size: 21px;
    }
    #nav #nav_list #menu_list ._list_item a span {
        font-size: .3em;
    }
    #nav #nav_list #menu_list ._list_item + ._list_item {
        margin-top: 0;
    }
    #nav #nav_list #menu_list ._list_item .sns_link {
        display: none;
    }
    #nav #nav_list #menu_list ._list_item .sns_link ._list_item a svg {
        width: 30px;
    }
}
/*===================================
hamburger menu
===================================*/
.nav_openbtn {
    display: block;
    position: absolute;
    right: 0;
    cursor: pointer;
    /*background: #fff;*/
    width: 70px;
    height: 70px;
    transition: all .4s;
    z-index: 999;
}
.nav_openbtn.active {
    background: transparent;
}
.nav_openbtn .openbtn {
    transition: all .4s;
}
.nav_openbtn span {
    display: inline-block;
    position: absolute;
    left: 25%;
    height: 2px;
    width: 40px;
    /*background: #17326d;*/
    background: #ea5513;
    transition: all .4s;
    transform: rotate(-25deg);
    z-index: 999;
}
.nav_openbtn.active span {
    background: #ea5513;
}
.nav_openbtn span:nth-of-type(1) {
    top: 26px;
}
.nav_openbtn span:nth-of-type(2) {
    top: 33px;
}
.nav_openbtn span:nth-of-type(3) {
    top: 40px;
}
.nav_openbtn.active span:nth-of-type(1) {
    top: 33px;
    left: 20px;
    transform: rotate(40deg);
    width: 50%;
}
.nav_openbtn.active span:nth-of-type(2) {
    transform: scale(0, 1);
    transform-origin: left top;
}
.nav_openbtn.active span:nth-of-type(3) {
    top: 33px;
    left: 20px;
    transform: rotate(-40deg);
    width: 50%;
}
.reserve_btn {
    position: absolute;
    right: 80px;
    background: #ea5513;
    border: 1px solid #ea5513;
    border-radius: 100vh;
    color: #fff;
    font-weight: bold;
    transition: 0.3s background;
    align-items: center;
    padding: 0 4%;
}
.reserve_btn a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: clamp(14px, 6vw, 18px);
    font-weight: 500;
    gap: 0.6em;
}
.reserve_btn a .arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.reserve_btn a .arrow {
    margin-top: 1px;
    width: 10px;
    background: #ea5513;
    height: 2px;
    position: relative;
    transition: 0.2s;
}
.reserve_btn a .arrow::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: solid #17326d;
    border-width: 0 2px 2px 0;
    display: inline-block;
    font-weight: 500;
    top: -3px;
    right: 3px;
    transition: 0.2s;
    padding: 3px;
    transform: rotate(-45deg);
}
.reserve_btn:hover {
    background-color: #17326d;
}
.reserve_btn:hover a {
    color: #ea5513;
}
.reserve_btn:hover a .arrow {
    background: #ea5513;
}
.reserve_btn:hover a .arrow:before {
    right: 0;
    border-color: #ea5513;
}
@media screen and (min-width:768px) {
    .reserve_btn a {
        font-size: 3vw;
    }
}
@media screen and (min-width:960px) {
    .reserve_btn a {
        font-size: 2vw;
    }
}
@media screen and (min-width:1200px) {
    .nav_openbtn {
        display: none;
    }
    .reserve_btn {
        right: 20px;
        z-index: 99999;
    }
    .reserve_btn a {
        font-size: 1vw;
    }
}
/*===================================
main
===================================*/
#main {
    overflow: hidden;
}
/*===================================
footer
===================================*/
#footer {
    padding: 2em 4%;
}
#footer ._inner {
    width: 100%;
}
#footer .footer_logo {}
#footer .footer_logo a {}
#footer .footer_logo a img {
    width: 150px;
}
/* footer link */
#footer .footer_link {}
#footer .footer_link ._list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}
#footer .footer_link ._list ._list_item {
    width: calc((100% - 20px) / 2);
    margin-top: 0;
}
#footer .footer_link ._list ._list_item + ._list_item {
    margin-top: 0;
}
#footer .footer_link a {
    color: #17326d;
    font-size: 8vw;
    font-weight: 500;
    line-height: 1.2;
    transition: .3s all;
}
#footer .footer_link a:hover {
    color: #ea5513;
}
#footer .footer_link a span {
    display: block;
    font-size: .4em;
}
/* sns */
#footer .sns_link ._list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
#footer .sns_link ._list ._list_item {
    margin-top: 0;
}
#footer .sns_link svg {
    width: 30px;
    height: auto;
    fill: #17326d;
    transition: .3s all;
}
#footer .sns_link svg:hover {
    fill: #ea5513;
}
#footer .sns_link svg.line_svg {
    width: 30px;
    height: auto;
    fill: #17326d;
    transition: .3s all;
}
/* banner */
#footer .banner_link {}
#footer .banner_link ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4%;
}
#footer .banner_link ._list ._list_item {
    width: calc((100% - 4%) / 2);
    margin-top: 4%;
}
#footer .banner_link ._list ._list_item a {}
#footer .banner_link ._list ._list_item a img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* under link */
#footer .under_link {}
#footer .under_link ._list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#footer .under_link ._list ._list_item {
    width: calc((100% - 20px) / 2);
    margin-top: 0;
}
#footer .under_link ._list ._list_item + ._list_item {
    margin-top: 0;
}
#footer .under_link a {
    color: #17326d;
    font-size: 3.5vw;
}
/* small */
#footer small {
    color: #17326d;
    font-size: 4.5vw;
}
@media screen and (min-width: 768px) {
    #footer .footer_link a {
        font-size: 5vw;
    }
    #footer .footer_link ._list {
        flex-wrap: wrap;
        flex-direction: row;
        width: min(100%, 800px);
        margin: 50px 0;
    }
    #footer .banner_link ._list {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }
    #footer .banner_link ._list ._list_item {
        margin-top: 0;
        width: calc((100% - 10px) / 2);
    }
    #footer .under_link a {
        font-size: 2vw;
    }
    #footer small {
        font-size: 3.5vw;
    }
}
@media screen and (min-width: 960px) {
    #footer .footer_logo a img {
        width: 300px;
    }
    #footer .footer_link a {
        font-size: 4vw;
    }
    #footer .footer_link ._list {
        width: 100%;
    }
    #footer .footer_link ._list ._list_item {
        width: calc((100% - 40px) / 3);
        margin-top: 0;
    }
    #footer .banner_link ._list ._list_item {
        width: calc((100% - 30px) / 4);
    }
    #footer .sns_link ._list {
        gap: 40px;
    }
    #footer .sns_link svg {
        width: 50px;
    }
    #footer .under_link ._list ._list_item {
        width: calc((100% - 40px) / 3);
        margin-top: 0;
    }
    #footer small {
        font-size: 2.5vw;
    }
}
@media screen and (min-width: 1200px) {
    #footer .footer_link a {
        font-size: 3vw;
    }
    #footer .footer_link ._list {
        margin: 100px 0;
    }
    #footer .footer_link ._list ._list_item {
        width: calc((100% - 60px) / 4);
    }
    #footer .banner_link {
        margin: 50px 0;
    }
    #footer .under_link a {
        font-size: 1vw;
    }
    #footer .under_link ._list ._list_item {
        width: calc((100% - 60px) / 4);
        margin-top: 0;
    }
    #footer small {
        font-size: 1.5vw;
    }
}
/*===================================
page top
===================================*/
#page_top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0e2350;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: all 0.3s;
}
#page_top a:hover {
    background: #ea5513;
    transform: translateY(-5px);
}
#page_top {
    position: fixed;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
}
#page_top.UpMove {
    animation: UpAnime 0.5s forwards;
}
@-webkit-keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#page_top.DownMove {
    animation: DownAnime 0.5s forwards;
}
@-webkit-keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}
@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(100px);
    }
}