/**
 *  Common
 **/
/* Display */
.hidden\@xs {
    display: inherit;
}
.visible\@xs {
    display: none !important;
}
/* Font */
.noto-sans-jp-100 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}
.noto-sans-jp-500 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.noto-sans-jp-900 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}
.sicYubi-HyojunKaisho {
    font-family: "sicyubi-hyojunkaisho", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
.sicYubi-HyojunGakushu {
    font-family: "sicyubi-hyojungakushu", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
.sicYubi-HyojunPenji {
    font-family: "sicyubi-hyojunpenji", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
.sicYubi-FudeRM {
    font-family: "sicyubi-fuderm", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
.modeMinBLarge {
    font-family: "mode-mincho-b-large-std", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
.gyoshokk {
    font-family: "hot-gyoshokk", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

.hakushu600 {
    font-family: "ah-hakushu-addressing-font", sans-serif !important;
    font-weight: 100;
    font-style: normal;
}
.hakushu600 {
    font-family: "ah-hakushu-addressing-font", sans-serif !important;
    font-weight: 300;
    font-style: normal;
}
.hakushu600 {
    font-family: "ah-hakushu-addressing-font", sans-serif !important;
    font-weight: 600;
    font-style: normal;
}
.hakushuThick300 {
    font-family: "ah-hakushu-fude-thick-script", sans-serif !important;
    font-weight: 300;
    font-style: normal;
}
.hakushuThick600 {
    font-family: "ah-hakushu-fude-thick-script", sans-serif !important;
    font-weight: 600;
    font-style: normal;
}
/* Img */
img {
    width: 100%;
}
/* Heading */
.text,
table td {
    font-family:'Times New Roman', Times, serif !important;
}
h2.h2 {
    margin-bottom: 128px;
}
.h3 {
    margin-bottom: 80px !important;
}
.h5-subtitle {
    line-height: 1.8;
}
.caption {
    font-size: 16px !important;
}
/* Box */
.section {
    margin-bottom: 80px;
}
.section-typo-block {
    padding: 48px;
}
.section-typo {
    font-size: 22px !important;
}
.info-box {
    background: #ffffff;
    border: 1px solid black;
    border-radius: 5px;
    padding: 24px;
}

/* Link */
a.link-text {
    color: #0051dc;
    text-decoration: underline;
}
a.link-button-black {
    background-color: #000000;
    font-family: 'Times New Roman', Times, serif !important;
    font-weight: bold;
}
a.link-button-black svg {
    margin-left: 16px;
}

/* Ul */
.ul li {
    margin-bottom: 5px;
}

/**
 *  Index
 **/

/* Header */
header {
    background: url("/images/header-bg.png") 100% 100%;
    background-size: 100%;
    background-position: top;
}
header a {
    padding-bottom: 3px;
    margin-bottom: 3px;
    background-image: linear-gradient(#000, #000);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size 0.3s;
}
header a:hover {
    background-position: bottom left;
    background-size: 100% 1px;
}
.header-left-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header-left-menu .header-logo {
    height: 40px;
}
.header-right-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}
.header-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-info .tel {
    font-size: 24px;
    font-weight: bold;
}
#wrap {
    background: url("/images/washi-pattern2.png");
    text-align: center;
    padding-top: 128px;
    padding-bottom: 128px;
}
/*  */
.payments {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 15px;
}
.payments img {
    width: auto;
    height: 50px;
}
#check-tool img {
    width: 250px;
    margin: auto;
}

.menu-table {
    width: 100%;
}
.menu-table th,
.menu-table td,
.menu-table p {
    font-family: 'Times New Roman', Times, serif !important;
}
.menu-table tr td:first-child {
    text-align: left;
}
.menu-table tr td:last-child {
    padding-left: 20px;
    text-align: right;
}
.menu-table.right tr td:first-child {
    padding-left: 20px;
}

.menu-table2 {
    width: 100%;
}
.menu-table2 td {
    padding: 5px;
    font-family: 'Times New Roman', Times, serif !important;
}
.menu-table2 tr td:nth-child(1),
.menu-table2 tr td:nth-child(3) {
    text-align: left;
    padding-left: 20px;
}

.menu-table3 {
    width: 100%;
}
.menu-table3 td,
.menu-table3 th {
    padding: 5px;
    font-family: 'Times New Roman', Times, serif !important;
}
.menu-table3 th {
    background: black;
    color: white;
}
.menu-table3 tr.border-bottom {
    border-bottom: 1px solid black;
}
.menu-table3 tr td:nth-child(1) {
    text-align: left;
}
.menu-table3 tr td:nth-child(2) {
    text-align: right;
}

/**
 *  Menuページ
 **/
.menu-rank {
    width: 100px;
    position: absolute;
}

/* Media Query
================================================ */
/* 大ディスプレイ */
@media screen and (min-width: 1200px) {}

/* 小ディスプレイ */
@media screen and (max-width: 1024px) {}

/* タブレット（Landscape） */
@media screen and (min-width: 769px) and (max-width: 1024px) {}

/* タブレット（Portrait） */
@media screen and (min-width: 736px) and (max-width: 768px) {}

/* タブレット（Portrait） + スマートフォン */
@media screen and (max-width: 768px) {
    /* Common */
    .visible\@xs {
        display: inherit !important;
    }
    .hidden\@xs {
        display: none !important;
    }
    /* Heading */
    h2.h2 {
        font-size: 2.75rem;
        margin-bottom: 60px;
    }
    h3.h3 {
        margin-bottom: 40px !important;
    }
    /* Table */
    .menu-table.right tr td:first-child {
        padding-left: 0;
    }
    /**
     *  Index
     **/
    #wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section {
        margin-bottom: 60px;
    }
    .section-typo-block {
        padding: 10px;
    }
    h5.h5-subtitle {
        padding: 15px;
        font-size: 16px;
    }
    .header-left-menu .header-logo {
        width: auto;
    }
    .payments img {
        height: 30px;
    }

    #check-tool img {
        width: 150px;
        margin-bottom: 30px;
    }

    /**
     *  Menuページ
     **/
    .menu-rank {
        width: 70px;
    }
}

/* スマートフォン */
@media screen and (max-width: 736px) {}

/* スマートフォン */
@media screen and (max-width: 320px) {}