@charset "utf-8";

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

:root {
    /* フォント */
    --fontA: "Noto Sans JP", sans-serif;
    --fontB: "Noto Serif JP", serif;
    --fontC: "Noto Sans KR", sans-serif;
    /* カラー */
    --white: #FFF;
    --black: #000;
    --primary: #EEAE03;
    --secondary: #D1000F;
    --tertiary: #014095;
    /* --quaternary: #321B05; */
    /* --fifth: #E6D6B8; */
    /*--sixth: #F9EFE8;
    --seventh: #F4DEBF;
    --eighth: #B9874F;
    --ninth: #F0BADC;
    --tenth: #805A41; */
}

#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

#root::-webkit-scrollbar {
    display: none;
}

body {
    position: relative;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    font-family: var(--fontA);
    font-style: normal;
    color: var(--black);
    letter-spacing: 0.05em;
    line-height: 1.944;
    font-weight: 600;
    font-size: 15px;
    transition: all ease .3s;
    background: var(--white);
    overflow-x: hidden;
}

p>a,
label>a {
    color: inherit;
    text-decoration: underline;
}

p>a:hover,
label>a:hover {
    color: inherit;
}

.fontA {
    font-family: var(--fontA);
    font-style: normal;
}

.fontB {
    font-family: var(--fontB);
    font-style: normal;
}

.fontC {
    font-family: var(--fontC);
    font-style: normal;
}

.fontD {
    font-family: var(--fontD);
    font-style: normal;
}

.ptFontA s {
    text-decoration: none;
    font-family: var(--fontA);
}

.ptFontB s {
    text-decoration: none;
    font-family: var(--fontB);
}

.anchor {
    position: relative;
    z-index: -99;
    pointer-events: none;
    padding-top: 80px;
    margin-top: -80px;
}

/*-----------------------------------------------------------
共通
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
frame
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.inWrap {
    width: 100%;
    padding: 70px 0 0 0;
}

.inBtm {
    padding-bottom: 80px;
}

.inBtmM {
    margin-bottom: 120px;
}

.area {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.area01 {
    width: 100%;
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
}

.area02 {
    width: 100%;
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
}

.area03 {
    width: 100%;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
}

.area04 {
    width: 100%;
    max-width: 830px;
    padding: 0 15px;
    margin: 0 auto;
}

.area05 {
    width: 100%;
    max-width: 1750px;
    padding: 0 15px;
    margin: 0 auto;
}

.area06 {
    width: 100%;
    max-width: 1520px;
    padding: 0 15px;
    margin: 0 auto;
}

/*-----------------------------------------------------------
frame
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
プルダウン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pull {
    position: relative;
    cursor: pointer;
}


.pull:hover .down {
    visibility: visible;
    opacity: 1;
    display: block;
}

.down {
    display: none;
    visibility: hidden;
    position: absolute;
}

/*-----------------------------------------------------------
プルダウン
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ヘッダー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.hHamBx {
    transition: all .3s;
}

.is-scroll .hHamBx {
    border: 2px solid var(--primary);
}

.hHamBar {
    position: absolute;
    height: 1px;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 5;
    margin: auto;
    transition: all.3s;
    transform-origin: center;
    background: var(--black);
}

.hHamBar:nth-of-type(1) {
    top: 0px;
}

.hHamBar:nth-of-type(2) {
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.hHamBar:nth-of-type(3) {
    bottom: 0px;
}

.open .hHamBar:nth-of-type(1) {
    top: 0;
    bottom: 0;
    transform: rotate(40deg);
}

.open .hHamBar:nth-of-type(2) {
    opacity: 0;
}

.open .hHamBar:nth-of-type(3) {
    top: 0;
    bottom: 0;
    transform: rotate(-40deg);
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
フッター
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.fReserveItemImg {
    aspect-ratio: 9/5;
}

.fNavLink:hover {
    text-decoration: underline;
    color: var(--black);
}

/*-----------------------------------------------------------
フッター
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SPヘッダー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.hamMenu {
    margin: auto;
    padding: 0;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99;
    transition: ease .5s;
}

.hamMenu.open {
    right: 0;
}

.hamMenuAr {
    width: 100%;
    height: 100%;
}

.hamMenuConte {
    padding: 90px 15px 30px;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    overflow-y: auto;
    -ms-overflow-style: none;
    background: var(--primary);
}

.hamMenu .hamMenuConte {
    max-width: none;
}

.hamMenuConte::-webkit-scrollbar {
    width: 12px;
    /* 横幅 */
}

.hamMenuConte::-webkit-scrollbar-thumb {
    background: var(--secondary);
    /* ハンドルの色 */
}

.hamMenuConte::-webkit-scrollbar-track {
    background: var(--white);
    /* 背景色 */
}

.hamMenuBx {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.hamNavBx {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 40px auto 0;
    gap: 15px;
}

.hamNavLink {
    color: var(--black);
}

.hamNavLink:hover {
    text-decoration: underline;
    color: var(--black);
}

.hamNavLinkTxt {
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: 0.2em;
    font-family: var(--fontB);
    font-weight: 700;
}

/*-----------------------------------------------------------
SPヘッダー
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
下層カバー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.cover {
    position: relative;
    width: 100%;
    height: 300px;
}

.cover::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: .6;
}

.cvrAr {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1350px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.cvrBx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    height: 100%;
    padding: 20px 0 0;
    color: var(--black);
}

.cvrTxt {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    font-weight: 500;
    text-stroke: 2px var(--white);
    -webkit-text-stroke: 2px var(--white);
    paint-order: stroke;
}

.cvrTit {
    position: relative;
    margin: 0 0 6px 0;
    padding: 0 0 7px 0;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    font-weight: 500;
    text-stroke: 3px var(--white);
    -webkit-text-stroke: 3px var(--white);
    paint-order: stroke;
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
パンくず
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}

.pankuzuAr {
    margin: 0 auto;
    padding: 10px 15px 0;
    max-width: 1350px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 14px;
}

.pankuzuLink {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: var(--black);
}

.pankuzuLink:hover {
    color: var(--black);
    text-decoration: underline;
}

.pankuzuTxt {
    font-size: 14px;
    line-height: 1.5em;
}

.pankuzuLink>p {
    text-decoration: none;
}

.pankuzuLink:hover>p {
    text-decoration: underline;
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ボタン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.telBx {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: max-content;

}

.telBx img {
    width: 16px;
    margin: 0 7px 0 0;
}

.telBx p {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5em;
}

.btn01 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    height: 65px;
    transition: all .3s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.btn01::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 26px;
    aspect-ratio: 1/1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: all .3s;
}

.btn01 p {
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: 0.1em;
    transition: all .3s;
}

.btnPrimary {
    background: var(--primary);
}

.btnPrimary p {
    color: var(--white);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.btnPrimary::before {
    background: var(--secondary);
}

.btnPrimary:hover {
    background: var(--black);
}

.btnWhite {
    background: var(--white);
}

.btnWhite p {
    color: var(--black);
}

.btnWhite::before {
    background: var(--primary);
}

.btnWhite:hover {
    background: var(--black);
}

.btnWhite:hover p {
    color: var(--white);
}

.btnWhite:hover::before {
    background: var(--secondary);
}

.btnReserve {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 250px;
    padding: 0 20px 10px;
    border-bottom: 3px solid var(--tertiary);
}

.btnReserve>div {
    width: 30px;
    aspect-ratio: 3000/3214;
    background: url(/system_panel/uploads/images/reserve_icon_black.svg)no-repeat center /contain;
    transition: all .3s;
}

.btnReserve:hover>div {
    background: url(/system_panel/uploads/images/reserve_icon_blue.svg)no-repeat center /contain;
}

.btnReserve p {
    flex: 1;
    font-size: 16px;
    line-height: 1.45;
    color: var(--black);
    transition: all .3s;
}

.btnReserve:hover p {
    color: var(--tertiary);
}

.btnPdf {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    height: 65px;
    transition: all .3s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    border: 3px solid var(--tertiary);
}

.btnPdf:hover {
    background: var(--tertiary);
}

.btnPdf::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 20px;
    height: 20px;
    margin: auto;
    transition: all .3s;
    background: url(/system_panel/uploads/images/pdf_arrow.svg) no-repeat center /contain;
}

.btnPdf:hover::before {
        background: url(/system_panel/uploads/images/pdf_arrow_hover.svg) no-repeat center /contain;
}

.btnPdf p {
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0.1em;
    transition: all .3s;
    color: var(--tertiary);
}

.btnPdf:hover p {
    color: var(--white);
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
テキスト
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.tit55En {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.45;
}

.subtit25 {
    font-size: 18px;
    font-family: var(--fontB);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
}

.tit35 {
    font-family: var(--fontB);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.45;
}

/*-----------------------------------------------------------
テキスト
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通部品
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.decoShadow01 {
    filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.25));
}

.cmnBg01 {
    background: url(/system_panel/uploads/images/cmn_bg01.jpg) repeat-y top center /auto;
}

/* ++++++ cmnLink ++++++ */

.cmnLinkItemTeppan {
    background: url(/system_panel/uploads/images/link_teppan.jpg) no-repeat center /cover;
}

.cmnLinkItemChandoi {
    background: url(/system_panel/uploads/images/link_chandoi.jpg) no-repeat center /cover;
}

.cmnLinkItemAbout {
    background: url(/system_panel/uploads/images/link_about.jpg) no-repeat center /cover;
}

.cmnLinkItemMenuTeppan {
    background: url(/system_panel/uploads/images/link_menu_teppan.jpg) no-repeat center /cover;
}

.cmnLinkItemMenuChandoi {
    background: url(/system_panel/uploads/images/link_menu_chandoi.jpg) no-repeat center /cover;
}

.cmnLinkItemAccess {
    background: url(/system_panel/uploads/images/link_access.jpg) no-repeat center /cover;
}

.cmnLinkItem {
    position: relative;
    width: 100%;
    height: 200px;
}

.cmnLinkItem::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: .6;
    transition: all .3s;
}

.cmnLinkItem:hover::before {
    opacity: .5;
}

.cmnLinkTxtBx {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    color: var(--white);
    font-family: var(--fontB);
}

.cmnLinkTxt02 {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

.cmnLinkTxt01 {
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

/* ------ cmnLink ------ */


/* ++++++ ○○ ++++++ */
/* ------ ○○ ------ */

/*-----------------------------------------------------------
共通部品
-----------------------------------------------------------*/

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {}

/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {}

/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:576px) {

    .hamMenu .hamMenuConte {
        max-width: 400px;
    }

}

/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    共通
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    body {
        font-size: 16px;
    }

    .anchor {
        padding-top: 120px;
        margin-top: -120px;
    }

    /*-----------------------------------------------------------
    共通
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    frame
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .inWrap {
        padding: 150px 0 0 0;
    }

    .inBtm {
        padding-bottom: 150px;
    }

    /*-----------------------------------------------------------
    frame
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ヘッダー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    ヘッダー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    フッター
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    フッター
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    SPヘッダー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .hamMenuConte {
        padding: 125px 15px 60px;
    }

    .hamNavBx {
        gap: 22px;
    }

    .hamNavLinkTxt {
        font-size: 18px;
    }

    /*-----------------------------------------------------------
    SPヘッダー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    下層カバー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .cover {
        height: 400px;
    }

    .cvrTit {
        font-size: 45px;
    }

    .cvrTxt {
        font-size: 24px;
    }

    /*-----------------------------------------------------------
    下層カバー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ボタン
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .btn01 {
        max-width: 280px;
        height: 70px;
    }

    .btn01::before {
        width: 29.44px;
    }

    .btn01 p {
        font-size: 18px;
    }

    .btnReserve {
        max-width: 268.5px;
        gap: 33.5px;
    }

    .btnReserve p {
        font-size: 18px;
    }

    .btnPdf {
        max-width: 280px;
        height: 70px;
    }

    .btnPdf::before {
        width: 25px;
        height: 25px;
    }

    .btnPdf p{
        font-size: 25px;
    }

    /*-----------------------------------------------------------
    ボタン
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    テキスト
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .tit55En {
        font-size: 45px;
    }

    .subtit25 {
        font-size: 22px;
    }

    .tit35 {
        font-size: 24px;
    }

    /*-----------------------------------------------------------
    テキスト
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    共通部品
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /* ++++++ cmnLink ++++++ */

    .cmnLinkItem {
        width: 50%;
        max-width: 955px;
        height: 450px;
    }

    .cmnLinkTxt02 {
        font-size: 28px;
    }

    .cmnLinkTxt01 {
        font-size: 55px;
    }


    /* ------ cmnLink ------ */


    /* ++++++ ○○ ++++++ */
    /* ------ ○○ ------ */

    /*-----------------------------------------------------------
    共通部品
    -----------------------------------------------------------*/

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {}

/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    共通
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    body {
        font-size: 18px;
    }

    /*-----------------------------------------------------------
    共通
    -----------------------------------------------------------*/


    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    SPヘッダー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    SPヘッダー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    下層カバー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .cvrTit::before {
        width: 125%;
    }

    .cvrTit {
        font-size: 60px;
    }

    .cvrTxt {
        font-size: 30px;
    }

    /*-----------------------------------------------------------
    下層カバー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    テキスト
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .tit55En {
        font-size: 55px;
    }

    .subtit25 {
        font-size: 25px;
    }

    .tit35 {
        font-size: 35px;
    }


    /*-----------------------------------------------------------
    テキスト
    -----------------------------------------------------------*/
    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    共通部品
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /* ++++++ cmnLink ++++++ */

    .cmnLinkTxt02 {
        font-size: 35px;
    }

    .cmnLinkTxt01 {
        font-size: 65px;
    }


    /* ------ cmnLink ------ */


    /* ++++++ ○○ ++++++ */
    /* ------ ○○ ------ */

    /*-----------------------------------------------------------
    共通部品
    -----------------------------------------------------------*/
}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1320px) {}

/* min-width: 1320px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {}

/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1920px) {}

/* min-width: 1920px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */