body {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    color: #222;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    line-height: 1.75em;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "ackaisho";
    src: url("../fonts/ackaisyo.woff") format("woff"), url("../fonts/ackaisyo.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "kh_sanray";
    src: url("../fonts/GN-Koharuiro_Sunray.woff") format("woff"), url("../fonts/GN-Koharuiro_Sunray.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-Medium.otf") format("opentype");
    font-display: swap;
}

.kh_sanray {
    font-family: 'kh_sanray', 'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    line-height: 0.75em
}

.ackaisho {
    font-family: 'ackaisho', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    line-height: 1.25em;
}

.noto_sans {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}


/*common*/

.prgh {
    margin: 1em 0;
}

.pc {
    display: inline;
}

.sp {
    display: none;
}

@media screen and (max-width: 900px) {
    .pc {
        display: none;
    }
    .sp {
        display: inherit;
    }
}

/* #content p:not([class]:first-of-type) {
    margin: 1.5em 0;
} */


/*-svg_text set----------------------------------------*/

.svg_text {
    position: relative;
    display: inline-block;
}

.svg_text svg {
    height: 1.3em;
    overflow: visible;
    display: inline-block;
}

.svg_text svg text {
    display: inline-block;
    height: auto;
    width: auto;
    overflow: visible;
    font-weight: bold;
    position: absolute;
    left: 0;
    /*    paint-order:stroke;*/
}

.svg_text svg.break:nth-child(2) {
    top: calc(1.3em * 2);
}

.svg_text,
.svg_text.frame .background {
    stroke: #111;
}

.svg_text.frame .foreground {
    fill: #fff;
    stroke-width: 0;
    z-index: 1;
}

.svg_text.frame .background {
    stroke-width: 7;
    stroke-linejoin: round;
    text-shadow: 4px 4px 0 #111;
    z-index: 0;
}

.imgBox {
    line-height: 0;
}


/*-svg_text set--------------------------------*/

.baloon {
    position: relative;
    width: calc(100% - 1em);
    padding: 1em;
    border-radius: 1.5rem;
}

.baloon.line {
    border: 1px solid #111;
}

.baloon::after {
    border-color: #f3cd3a;
    height: calc(1em - 1px);
    width: calc(1em - 1px);
    border-width: 0.5em;
}

.baloon.line::before {
    border-color: #111;
    border-width: calc(0.5em + 1px);
    height: 1em;
    width: 1em;
}

.baloon::after,
.baloon.line::before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    border-style: solid;
}

.baloon.left {
    margin-left: 1em;
}

.baloon.left::after,
.baloon.line.left::before {
    right: 100%;
    left: auto;
    top: 0;
    bottom: 0;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.baloon.right {
    margin-right: 1em;
    margin-left: 0;
    padding: 1em;
}

.baloon.right::after,
.baloon.line.right::before {
    right: auto;
    left: 100%;
    top: 0;
    bottom: 0;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.baloon.bottom {
    margin-right: 0;
    margin-left: 0;
    padding: 1em;
}

.baloon.bottom::after,
.baloon.line.bottom::before {
    right: 0;
    left: 0;
    top: 100%;
    bottom: auto;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.baloon.top::after,
.baloon.line.top::before {
    right: 0;
    left: 0;
    top: auto;
    bottom: 100%;
    border-left-color: transparent;
    border-top-color: transparent;
}

.baloon.b.top::after,
.baloon.b.line.top::before {
    right: 0;
    left: 0;
    top: auto;
    bottom: 100%;
    border-bottom-width: 1.5em;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}


/*baloon set*/

.js_hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.05);
    -webkit-transition: 100ms;
    transition: 100ms;
}

header .js_hover {
    -webkit-transform: none;
    transform: none;
}

.js_hover .js_hover {
    opacity: 1;
}

article #s_00 {
    min-height: 50vh;
}

article .js_hover * {
    pointer-events: none;
}


/*
@media (hover: hover) {
    a:hover:not(.hoverloadinWrap) {
        opacity: 0.5;
    }
}
*/

.red {
    color: #f64d33;
}

.comment {
    font-size: 0.75em;
    color: #999;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex_wide {
    width: 100%;
    max-width: none;
}

.back_dot_y,
.commom_fake_before.back_dot_y::before {
    background-color: #FFF5B8;
    background-image: url(../common_img/back_dot_p_orange_03.png);
    background-repeat: repeat;
}

.back_dot_g,
.commom_fake_before.back_dot_g::before {
    background-image: url(../common_img/back_dot_p_gray.png);
    background-repeat: repeat;
}

.commom_fake_before.back_dot_y,
.commom_fake_before.back_dot_g {
    background-image: none;
}

.commom_fake_before.back_dot_y::before,
.commom_fake_before.back_dot_g::before {
    left: -100vw;
    right: -100vw;
}

h2.h2_common.commom_fake_before {
    margin-bottom: 1em;
}

.marker {
    position: relative;
}

.marker:after {
    content: "";
    display: block;
    height: 0.5em;
    width: 0.5em;
    border: 2px solid #111;
    border-bottom: transparent;
    border-left: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-weight: bold;
    z-index: 0;
}

.w.marker {
    color: #fff;
}

.w.marker:after {
    border: 2px solid #fff;
    border-bottom: transparent;
    border-left: transparent;
    z-index: 10;
}

.marker.left:after {
    right: inherit;
    left: 1em;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.marker.bottom:after {
    top: -0.1em;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.commom_btn,
a.commom_btn {
    color: #fff;
}

.commom_btn.marker {
    padding-right: 2.5em;
    padding-left: 2em;
}

.commom_btn.marker::after {
    right: 1.5em;
}

.commom_btn.marker.left {
    padding: 1em 1.5em 1em 2.5em;
}

.commom_btn.marker.left::after {
    left: 1.5em;
    right: auto;
}

.commom_btn.marker::after {
    border-width: 1px;
}

a.commom_btn {
    text-decoration: none;
}

.commom_fake_before,
.commom_fake_after {
    position: relative;
}

.commom_fake_before::before,
.commom_fake_after::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.commom_btn {
    position: relative;
    padding: 1em 1.5em;
    border-radius: 10em;
    background-color: #1a274f;
    display: inline-block;
}

.commom_btn.border {
    background-color: #fff;
    border: 4px solid #1a274f;
}

.commom_btn.js_hover {
    box-shadow: 0 0 0 #111;
}

.h2_common {
    position: relative;
    text-align: center;
    padding-top: 4rem;
    color: #fff;
}

.h2_common::before {
    background-color: #fff;
    border-radius: 0 0 100% 100%;
    min-width: 120vw;
    right: calc(((120vw - 100%)/ 2)* -1);
    left: calc(((120vw - 100%)/ 2)* -1);
    bottom: -2em;
    top: 0;
    background-color: #1a274f;
}

@media screen and (max-width: 900px) {
    .h2_common::before {
        right: -160vw;
        left: -150vw;
    }
}

h2.h2_common {
    font-size: 2.5em;
}

.h2_common.kh_sanray {
    font-size: 3em;
}


/*
.h2_common {
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
    padding: 2em;
    margin: 0 auto;
    color: #fff;
    display: block;

}

.h2_common::after,
.h2_common::before {
    background-color: #1a274f;
    left: -100vw;
    right: -100vw;
}

.h2_common::after {
    background-image: url(../common_img/back_dot.svg);
    background-repeat: repeat-x;
    background-size: 0.95em;
    background-position: 0 1em;
    opacity: 0.2;
}
*/

.h3_common {
    text-align: center;
    font-size: 2em;
    position: relative;
    margin: 1em auto;
    line-height: 1.25em;
}

.h3_common .inner,
.h3_common_left .inner {
    position: relative;
    display: inline-block;
    padding: 0 1em;
}

.h3_common .inner::before,
.h3_common .inner::after,
.h3_common_left .inner::before,
.h3_common_left .inner::after {
    content: "";
    display: block;
    height: 0.5em;
    width: 0.5em;
    border-radius: 50%;
    background-color: #1a274f;
    position: absolute;
    top: -0.1em;
    bottom: 0;
    margin: auto;
}

.h3_common.w .inner::before,
.h3_common.w .inner::after,
.h3_common_left.w .inner::before,
.h3_common_left.w .inner::after {
    background-color: #fff;
}

.h3_common_left .inner::before,
.h3_common .inner::before {
    left: 0.25em;
}

.h3_common_left .inner::after,
.h3_common .inner::after {
    right: 0.25em;
}

.h3_common_left {
    text-align: left;
    font-size: 2em;
    position: relative;
    margin-left: 1em;
}

.h3_common.kh_sanray {
    font-size: 3em;
    margin: 2rem auto;
    line-height: 1.0em;
}

.h3_common .comment {
    font-size: 0.5em;
    display: block;
    margin-bottom: 1em;
    color: inherit;
}

.h4_common {
    background-color: #1a274f;
    font-size: 1.75em;
    padding: 0.5em 3rem 0.25rem 3rem;
    color: #fff;
    margin-bottom: 2rem;
}

.h4_common2 {
    font-size: 1.75em;
    margin-bottom: 2rem;
}

.ta_left {
    text-align: left;
}

@media screen and (max-width: 900px) {
    .h4_common {
        padding: 0.5em 1rem 0.25rem 1rem;
    }
}

#h_scroll {
    height: 5.25rem;
    width: 100%;
}

header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    height: 5.25rem;
    -webkit-transition: height 200ms;
    transition: height 200ms;
    z-index: 10;
    background-color: #fff;
    border-bottom: 1px solid #1a274f;
}

header::before {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    position: absolute;
}

header #mainNav {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 2em;
}

header #mainNav li {
    display: inline-block;
}

header #mainNav>li {
    margin-left: 2em;
    margin-top: -2em;
}

header #mainNav li,
header a {
    color: #222;
    text-decoration: none;
    font-weight: bold;
}

header #mainNav li.open>ul {
    height: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 2em;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

header #mainNav li.open>ul.commom_fake_before::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
    opacity: 0.8;
}

header #mainNav li.open button {
    z-index: 10;
}

header #mainNav li.open .js_hover+ul,
header #mainNav li.open.js_hover ul {
    height: fit-content;
    pointer-events: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

header button.js_hover,
header a.js_hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

header button.js_hover,
header li.js_hover,
header a.js_hover {
    display: inline-block;
    opacity: 1 !important;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

header h1 {
    position: relative;
    height: 100%;
    width: 4em;
    margin: 0;
    margin-left: 1em;
}

header h1 a {
    position: absolute;
    height: 100%;
    width: 3em;
    z-index: 10;
    top: 0;
}

header h1 img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    height: calc(100% - 1rem);
    max-height: 3rem;
}

header h1 img#h_title {
    left: 3.5rem;
    opacity: 1;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

header .inq_wrap {
    position: absolute;
    right: 0.5em;
    bottom: 0;
    top: 100%;
    padding: 1em;
    padding-bottom: 0;
}

header .inq_wrap a {
    display: inline-block;
}

header .inq_wrap .inq_mail,
header .inq_wrap .inq_tel {
    background-color: #1a274f;
    padding: 1.1em;
    border-radius: 10em;
    border: 2px solid #fff;
    box-sizing: border-box;
    height: 4em;
    width: 4em;
    transition: 300ms;
    /* position: absolute;
    right: 0; */
}

header .inq_wrap .inq_tel {
    top: 0.75em;
}

header .inq_wrap .inq_tel a {
    width: 0;
    height: 1.5em;
    overflow: hidden;
    padding: 0;
    transition: 300ms;
    color: #fff;
    text-align: center;
    position: absolute;
}

header .inq_wrap .inq_tel a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

header .inq_tel:hover {
    width: 13.5em;
}

header .inq_tel:hover a {
    width: 9em;
    transform: none;
}

header li.open .marker {
    padding: 0 1.2em 0.4em 0.6em;
}

header li.open .marker::after {
    top: -0.25em;
    right: 0.3em;
    border-width: 1px;
}

header li.open>.marker::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    border: 1px solid #111;
    left: 0;
    right: 0;
}

header li img.icon {
    vertical-align: middle;
    margin-right: 0.5em;
}

header li.others button {
    position: relative;
    width: 2em;
    height: 1.5em;
    top: 1.8em;
}

header li.others button::after {
    content: "";
    display: block;
    height: 3em;
    width: 100%;
}

header li.others button span {
    display: block;
    background-color: #1A274F;
    height: 3px;
    width: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

header li.others span:first-of-type {
    top: -40%;
    -webkit-transition: 200ms;
    transition: 200ms;
}

header li.others span:last-of-type {
    bottom: -40%;
    -webkit-transition: 200ms;
    transition: 200ms;
}

header li.others.js_hover span:first-of-type,
header li.others .js_hover span:first-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    right: -0.5em;
}

header li.others.js_hover span:last-of-type,
header li.others .js_hover span:last-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
    left: -0.7em;
}

header li.others.js_hover,
header li.others button.js_hover {
    -webkit-transform: none;
    transform: none;
}

header li.others ul li {
    margin-top: 3em;
    border-right: 1px solid #111;
    padding: 0.5em 2em;
    height: 3em;
}

header li.others ul li:last-of-type {
    border-right: none;
}

#h_scroll:not(.in)+header {
    height: 3.5rem;
}

#h_scroll:not(.in)+header h1 a {
    width: 1.5em;
}

#h_scroll:not(.in)+header img#h_title {
    opacity: 0;
}

header #mainNav .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
}

header #mainNav .brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    margin-top: 2.5em;
}

header #mainNav .brands h3 {
    color: #646464;
    font-size: 1em;
    margin-bottom: 0.5em;
}

header #mainNav .brands ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

header #mainNav .brands li {
    margin: 0;
    margin-right: 1.5em;
}

header #mainNav .brands li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header #mainNav .brands li .imgBox {
    height: 3.5em;
    width: 3.5em;
}

header #mainNav .brands li .imgBox img {
    -o-object-fit: contain;
    object-fit: contain;
}

header #mainNav .brands li .text {
    padding-top: 1em;
}

header #mainNav li .brands_flex {
    display: flex;
}

header #mainNav .brands li .marker::after {
    border-width: 2px;
    width: 0.7em;
    height: 0.7em;
    top: 0.2em;
}

header .nisi .marker::after,
section .nisi .marker::after {
    border-color: #4299D4;
}

header .ango .marker::after,
section .ango .marker::after {
    border-color: #E6A133;
}

header .tabe .marker::after,
section .tabe .marker::after {
    border-color: #A67FD9;
}

header .deli .marker::after,
section .deli .marker::after {
    border-color: #E66633;
}

header .goMainTop {
    position: absolute;
    right: 1em;
    top: 0;
}

header .goMainTop .icon {
    max-height: 2em;
}

ul.sns {
    list-style-type: none;
}

ul.sns li {
    display: inline-block;
}

ul.sns a img {
    width: 1.5em;
}

ul.sns a {
    margin: 0.25em;
}

header .goMainTop .icon.nisi {
    display: none;
}

header#h_nisi .goMainTop .icon {
    display: none;
}

header#h_nisi .goMainTop .icon.nisi {
    display: inline;
}

#spmenu {
    display: none;
}

#spmenu2 {
    display: none;
}

@media screen and (max-width: 1200px) {
    header #mainNav li.open .js_hover+ul,
    header #mainNav li.open.js_hover ul {
        height: fit-content;
        padding-bottom: 1.5em;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
}
@media screen and (max-width: 900px) {
    #spmenu2 {
        display: block;
    }
    #h_scroll {
        height: 3.5rem;
    }
    header {
        padding: 2vh 0 2vh 0.5rem;
        height: 3.5rem;
    }
    header h1 a {
        width: 7.5em;
    }
    header .goMainTop .icon.nisi,
    header#h_nisi .goMainTop .icon.nisi {
        display: none;
    }
    header#h_nisi .goMainTop .icon {
        display: inline;
    }
    #h_scroll:not(.in)+header h1 a {
        width: 3em;
    }
    header h1 img {
        height: auto;
    }
    header::after {
        top: auto;
        bottom: 0;
    }
    header .inq_tel:hover {
        width: auto;
        transform: scale(1.1);
    }
    header .inq_wrap .inq_tel a {
        width: auto;
        opacity: 0 !important;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: auto;
    }
    header .inq_wrap .inq_tel:hover a::before {
        height: 3em;
        width: 3em;
        max-width: none;
    }
    header .goMainTop {
        position: relative;
        right: 0;
    }
    header .goMainTop .marker {
        display: inline-block;
        padding-right: 2em;
        padding-bottom: 0.25em;
    }
    header #mainNav {
        overflow: hidden;
        height: 0;
        max-height: 0;
        width: 100%;
        position: absolute;
        top: 100%;
        bottom: auto;
        right: 0;
        left: 0;
        z-index: 150;
        pointer-events: none;
        -webkit-transition: 0.8s;
        transition: 0.8s;
    }
    header #mainNav.veiw {
        height: auto;
        max-height: 0;
        pointer-events: auto;
        -webkit-transition: 0.8s;
        transition: 0.8s;
        overflow: scroll;
    }
    #h_scroll+header #mainNav.veiw {
        max-height: calc(100vh - 3.5rem);
    }
    header #mainNav li {
        background-color: #fff;
        display: block;
        margin: 0;
        margin-top: -1px;
        font-size: 1rem;
        padding: 1.2em;
        text-align: left;
    }
    header #mainNav .js_hover {
        -webkit-transform: none;
        transform: none;
    }
    header #mainNav li.open:nth-of-type(1) {
        padding: 1em;
    }
    header #mainNav li.open:first-of-type li.flex {
        border: none;
    }
    header #mainNav li.open button {
        padding-left: 0;
    }
    header #mainNav li.open button.marker::after {
        display: none;
    }
    header #mainNav li.open.js_hover ul,
    header #mainNav li.open .js_hover+ul,
    header #mainNav li.open>ul {
        position: static;
        height: auto;
    }
    header #mainNav li.flex {
        display: block;
        padding: 0;
    }
    header #mainNav .brands {
        display: inline-block;
        margin-top: 1em;
    }
    header #mainNav .brands.flex,
    header #mainNav .brands .flex {
        width: 100%;
    }
    header #mainNav .brands li {
        margin: 0;
        width: calc(50vw - 3em);
        display: inline-block;
        padding: 0.5em 0.25em;
        border: 1px solid #ccc;
        text-align: center;
        pointer-events: none;
    }
    header #mainNav li .list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }
    header #mainNav li .list ul {
        flex-grow: 1;
    }
    header #mainNav li .bottom_brands {
        justify-content: space-between;
    }
    header #mainNav li .brands_flex {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    header #mainNav .brands li .text {
        padding-top: 0.5em;
        padding-bottom: 0;
        width: 100%;
        min-height: 100%;
    }
    header #mainNav .brands li .imgBox {
        width: 100%;
        height: 5em;
    }
    header #mainNav .brands li .imgBox img {
        height: 100%;
    }
    header #mainNav .brands li a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        pointer-events: auto;
        z-index: 10;
        padding: 0;
    }
    header #mainNav .others {
        padding-top: 0;
        pointer-events: none;
    }
    header #mainNav .others button {
        display: none;
    }
    header #mainNav .others li a,
    header #mainNav .others li {
        pointer-events: auto;
    }
    header #mainNav li,
    header #mainNav .others li {
        border: 1px solid #111;
        border-right: none;
        border-left: none;
    }
    header #mainNav .goMainTop .sns li a,
    header #mainNav .goMainTop .sns li {
        border: none;
        background-color: transparent;
    }
    header #mainNav li {
        padding: 0;
    }
    header #mainNav li>a {
        display: block;
        padding: 1em;
    }
    header #mainNav .others .marker::after {
        display: none;
    }
    header a {}
    header h1 {
        display: inline;
        line-height: 0;
        font-size: 0;
    }
    header h1 a {
        height: 100%;
        display: inline-block;
        font-size: 1rem;
    }
    header .to_home {
        text-align: center;
    }
    .entry .hoverloadinWrap {
        width: 100%;
    }
    #spmenu_wrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(100% - 5em);
        right: 0;
        overflow: hidden;
        max-height: 3.5rem;
    }
    #spmenu {
        display: block;
        background-color: #1a274f;
        height: 3.5rem;
        width: 3.5em;
        max-width: 9.5vh;
        min-width: 3.5em;
        max-height: 9.5vh;
        min-height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        overflow: visible;
        color: #fff;
    }
    #spmenu::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
    }
    #spmenu span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 1;
    }
    #spmenu span:not([class]) {
        display: block;
        height: 30%;
        width: 85%;
        position: relative;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    #spmenu span:not([class])::before {
        content: "";
        background-image: url(../common_img/h_sp_btn.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    #spmenu span:nth-of-type(1) {
        top: -60%;
    }
    #spmenu span:nth-of-type(2) {
        top: -10%;
    }
    #spmenu span.text {
        top: auto;
    }
    header #spmenu.veiw span:nth-of-type(1),
    header #spmenu.veiw span:nth-of-type(2) {
        opacity: 0;
    }
    header #spmenu span.text::before,
    header #spmenu span.text::after {
        content: "";
        display: block;
        position: absolute;
        top: -30%;
        left: 0;
        right: 0;
        bottom: auto;
        margin: auto;
        background-color: #fff;
        height: 3px;
        width: 70%;
        opacity: 0;
    }
    header #spmenu span.text::before {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    header #spmenu span.text::after {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    header #spmenu.veiw span.text::before,
    header #spmenu.veiw span.text::after {
        opacity: 1;
    }
    header .inq_wrap {
        top: calc(100vh - 15em);
        height: 10em;
    }
    header .inq_wrap .inq_mail,
    header .inq_wrap .inq_tel {
        padding: 0.75em;
        border-radius: 10em;
        height: 3em;
        width: 3em;
    }
    header .inq_wrap .inq_mail img,
    header .inq_wrap .inq_tel img {
        width: 1.25em;
    }
    header .inq_wrap .inq_mail {
        padding: 0.5em 0.75em;
        bottom: 4em;
    }
    header .inq_wrap .inq_tel {
        padding: 0.6em 0.7em;
        bottom: 0.5em;
        top: auto;
    }
}

footer {
    background-color: #F2F2F2;
    position: relative;
}

footer .to_top {
    position: absolute;
    bottom: -5em;
    right: 1em;
    -webkit-transition: 500ms;
    transition: 500ms;
}

footer .to_top.js_hover {
    opacity: 1;
    bottom: 15%;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-animation: to_top;
    animation: to_top;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes to_top {
    0% {}
    30% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    60% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes to_top {
    0% {}
    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    30% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    50% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

footer .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .flex.up {
    padding: 2.5em 4em 3em 2.5em;
}

footer .up .left {
    margin-bottom: 2em;
}

footer .up .left h3 {
    display: inline-block;
    font-size: 1.6em;
}

footer .up .left h3.kh_sanray {
    font-size: 3em;
}

footer .up .right h3.kh_sanray {
    font-size: 2em;
}

footer .up .left .tel {
    color: #202B4F;
    margin: 1em 0 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .up .left .tel p {
    margin: 0 0 1em;
    margin-right: 1.5em;
    line-height: 1.3;
}

footer .up .left .tel p a {
    display: block;
    text-decoration: none;
    color: #222;
    font-family: 'Arial', sans-serif;
    font-size: 2em;
    font-weight: bold;
    -webkit-transform-origin: center;
    transform-origin: center;
}

footer .up .right h3 {
    display: block;
    font-size: 1.4em;
    margin-bottom: 0.8em;
}

footer .up .right h3 .inner {
    border-bottom: 2px solid #111;
}

footer .up .right h4 {
    position: relative;
}

footer .up .right .foo {
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #fff;
    background-color: #DF4000;
    padding: 0.1em 0.4em 0.12em;
    position: absolute;
    top: 0;
    right: 0;
}

footer .mail_btn {
    color: #fff;
    font-weight: bold;
    padding: 1em 2em;
}

footer .mail_btn .icon {
    margin-right: 0.5em;
    position: relative;
    top: 0.1em;
}

.inf_hour table {
    border-collapse: collapse;
    line-height: 1.2;
}

.inf_hour table td {
    padding: 0.3em 0;
    text-align: center;
    max-width:calc(100vw / 8);
    min-width: 1.5em;
}

.inf_hour table th:nth-last-of-type(2),
.inf_hour table td:nth-last-of-type(2) {}

.inf_hour table th {
    border-right: 1px solid #aaa;
}

.inf_hour table th,
.inf_hour table td {
    border: 1px solid #aaa;
    padding: 0.5em;
}

.inf_hour table th {
    color: #6D6969;
    font-weight: normal;
    font-size: 0.9em;
    text-align: left;
    max-width: 7em;
}

.inf_hour table tr td:last-of-type {
    text-align: center;
}

.inf_hour table .between {
    transform: rotate(90deg);
}

footer .f_bar {
    background-color: #111;
    color: #fff;
    position: relative;
    padding: 0.5em 1em;
    justify-content: space-between;
    flex: 1 0 0%;
}

footer ul.sns {
    margin-top: 1.5em;
}

footer .f_bar p {
    margin: 0;
}

footer .f_bar p:first-of-type {
    min-width: 50vw;
}

footer .f_bar .copyright {
    text-align: right;
}

footer .f_bar::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -0.5em;
    height: 0.5em;
}

footer .f_bar .icon {
    height: 1.5em;
    margin-right: 0.5em;
    position: relative;
    top: 0.4em;
}

footer .nisi,
footer .ango,
footer .deli,
footer .tabe,
footer .recruit {
    display: none;
}

.nisi footer .nisi,
.ango footer .ango,
.deli footer .deli,
.tabe footer .tabe,
#recruit footer .recruit {
    display: inline-block;
}

.nisi footer table.nisi,
.ango footer table.ango,
.deli footer table.deli,
.tabe footer table.tabe,
#recruit footer table.recruit {
    display: block;
    margin-bottom: 1em;
}

footer .right .text.tabe .time {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0.3em;
}
footer .right .text.tabe .time .l_o {
    font-size: 0.8em;
}

footer .right .text.tabe .attention {
    font-size: 0.85em;
    line-height: 1.5em;
}

footer .right .text.tabe .member {
    margin: 0.5em 0;
    font-size: 1.25em;
}

.tabe footer .right {
    max-width: 62%;
}

@media screen and (max-width: 900px) {
    footer .flex {
        flex-direction: column;
    }
    footer .flex.up {
        padding: 2.5em 1em 3em 1em;
        justify-content: center;
    }
    footer .up .left {
        text-align: center;
    }
    footer .up .left .tel p a {
        margin-top: 0.5rem;
    }
    .inf_hour table {
        max-width: 90vw;
    }
    .inf_hour table th {
        min-width: 6.2em;
    }
    footer .f_bar {
        margin-top: 2.5em;
    }
    footer .f_bar .copyright {
        text-align: left;
        margin-top: 1em;
    }
    footer .to_top {
        bottom: 5%;
    }
    .tabe footer .right {
        max-width: 100%;
    }
}


/*index*/

#slide {
    position: relative;
    height: 100%;
}

#slide .slide {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#slide img {
    min-width: 100%;
    min-height: 100%;
}

#slide li {
    margin: 0;
}

#slide_inner .slide {
    animation: slide;
    animation-duration: 18s;
    animation-delay: 0s;
    animation-fill-mode: backwards;
    animation-iteration-count: infinite;
}

#slide_inner .slide:nth-last-of-type(2) {
    animation-delay: calc(6s * 1);
}

#slide_inner .slide:nth-last-of-type(3) {
    animation-delay: calc(6s * 2);
}

#slide_inner .slide:nth-last-of-type(4) {
    animation-delay: calc(6s * 3);
}

#slide_inner .slide:nth-last-of-type(5) {
    animation-delay: calc(6s * 4);
}

#slide_inner .slide:nth-last-of-type(6) {
    animation-delay: calc(6s * 5);
}

@keyframes slide {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    36% {
        opacity: 1;
    }
    67% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

#index #s_01 {
    width: 100%;
    height: 70vh;
    position: relative;
    overflow: hidden;
}

#index #s_01 .text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
    font-size: 3em;
    text-align: center;
    color: #fff;
    text-shadow: 1px 2px 1px #1a274f;
}

#index #s_01 .text img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

#index #s_03 {
    max-width: 1240px;
    margin: auto;
}

#index #news {
    padding: 0.1em 0 2em;
    position: relative;
    color: #fff;
    margin-bottom: 2em;
    max-width: 940px;
    margin: auto;
}

#index #news::before {
    background-color: #1a274f;
    left: -100%;
    right: -100%;
}

#index #news .go_index {
    padding: 1em 2em;
    padding-right: 3em;
    font-size: 1.1em;
    background-color: #fff;
    margin: 1em auto;
    color: #222;
}

#index #news .tag .cate {
    background-color: #fff;
    color: #1a274f;
}

#index #news_list {
    text-align: center;
}

#index #news_list>ul {
    padding: 0;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: auto;
}

#index #news_list>ul>li {
    border: none;
    width: calc(50% - 1em);
    justify-content: flex-start;
    text-align: left;
    padding: 0em 0 1em;
}

#index #news_list>ul>li:nth-of-type(2n) {
    margin-left: 1em;
}

#index #news_list>ul>li h3 {
    font-size: 1.25em;
}

#index #news_list>ul>li h3 a {
    color: #fff;
}

#index #news_list ul li .imgBox {
    height: 6em;
    width: 6em;
    min-width: 6em;
}

#index #news_list ul li .date,
#index #news_list ul li .tag {
    display: inline-block;
    margin-top: 0.25em;
}

#index #news_list ul li .tag {
    margin-left: 0.5em;
}

#index #news_list ul li .tag a {
    color: #1a274f;
}

#index #s_03 {
    position: relative;
    padding-bottom: 3em;
    margin-bottom: 5em;
}

#index #s_03::before {
    background: linear-gradient(175deg, #fff 49.9%, #1a274f 50%);
    left: -100%;
    right: -100%;
    top: 30%;
}

#index #s_03 h3 {
    margin-bottom: 1em;
}

#index #s_03 ul {
    list-style-type: none;
    justify-content: space-evenly;
}

#index #s_03 ul li {
    position: relative;
    height: 80vh;
    width: calc((100% / 3) - 0.5em);
}

#index #s_03 li a {
    display: block;
    text-decoration: none;
    color: #222;
    border: 5px solid #1a274f;
    text-align: center;
    background-color: #fff;
    height: 100%;
    position: relative;
}

#index #s_03 li .imgBox {
    overflow: hidden;
    position: relative;
}

#index #s_03 li .imgBox img {
    min-height: 100%;
}

#index #s_03 li .imgBox.back {
    height: 80%;
    width: 100%;
}

#index #s_03 li .imgBox.back img {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    margin: auto;
    min-width: 101%;
    min-height: 100%;
    transform: translateX(-50%);
}

@supports (object-fit: cover) {
    .imgBox.back img {
        position: static;
        height: 100%;
        width: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

#index #s_03 li a .marker {
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 2em;
    margin: auto;
    max-width: 6.5em;
}

#index #s_03 li a .marker::after {
    right: -0.7em;
    top: 0.1em;
}

#index #s_03 li .tag {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 0.6em 0.5em;
    text-shadow: 0px 1px 3px #111;
    text-align: left;
}

#index #s_03 li .logo {
    background-color: #fff;
    box-shadow: 0px 3px 3px #bbb;
    position: absolute;
    border-radius: 50%;
    top: auto;
    bottom: calc(5% + 3em);
    left: 0;
    right: 0;
    margin: auto;
    height: 8em;
    width: 8em;
    padding: 1em;
}


/*
#index #s_03 li .js_hover {
    -webkit-transform: none;
    transform: none;
}
*/

#index #s_04 {
    margin: 3em 0;
}

#index .menuCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#index .menuCol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #111;
    border-radius: 1em;
    width: calc((100vw / 3) - 3em);
    min-width: 21em;
    margin: 0.5em;
    padding: 0.75em 0 0.75em 1em;
    background-color: #fff;
}

#index .menuCol .imgBox {
    width: 55%;
    max-width: 7em;
}

#index .menuCol .imgBox img {
    width: 100%;
}

#index .menuCol .right {
    padding-left: 1em;
    width: 100%;
    position: relative;
}

#index .menuCol .right a {
    text-decoration: none;
}

#index .menuCol .right a.nisi {
    color: #4299d4;
}

#index .menuCol .right a.ango {
    color: #e6a133;
}

#index .menuCol .right a.tabe {
    color: #a67fd9;
}

#index .menuCol .right a.deli {
    color: #df4000;
}

#index .menuCol .right h4 {
    font-size: 1.25em;
    margin: 0.5em 0;
}

#index .menuCol .price {
    position: absolute;
    left: 1em;
    right: 0;
    bottom: 0;
}

#index .menuCol .price p {
    display: inline-block;
    color: #C83300;
    margin-right: 0.5em;
}

#index .menuCol .price .rank {
    display: inline-block;
    background-color: #C83300;
    color: #fff;
    padding: 0.1em;
    padding-right: 0.15em;
    line-height: 1em;
    margin-right: 0.25em;
}

#index .menuCol .price .yen {
    font-size: 0.8em;
}

#index .glide .glide__arrow {
    height: 3em;
    width: 3em;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

#index .glide .glide__arrow::before {
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    border: 1px solid #fff;
    border-right: transparent;
    border-bottom: transparent;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#index .glide .glide__arrow.glide__arrow--left {
    padding-left: 1em;
}

#index .glide .glide__arrow.glide__arrow--left::before {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

#index #s_05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 680px;
    margin: auto;
    margin-bottom: 3.5em;
}

#index #s_05 .commom_btn {
    width: calc(50% - 1em);
    padding-top: 1.1em;
    padding-bottom: 1em;
    text-align: center;
    font-size: 1.25em;
}

@media screen and (max-width: 900px) {
    #index #s_01 .text {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: calc(100% - 1em);
        max-width: 10em;
        text-align: left;
        height: 1.5em;
    }
    #slide img {
        height: 100%;
        min-height: 0;
        min-width: 0;
        width: auto;
    }
    .glide__track,
    .glide__track ul {
        height: 100%;
    }
    #index #s_01 .text img {
        width: 100%;
    }
    #index #news,
    #index #s_03 {
        width: calc(100% - 2em);
        max-width: 960px;
        margin: auto;
    }
    #index #news {
        padding-bottom: 3em;
    }
    #index #news .go_index {}
    #index #news_list>ul {
        flex-direction: column;
    }
    #index #news_list>ul>li {
        border: none;
        width: 100%;
        margin: 0
    }
    #index #news_list>ul>li .tag {
        margin: 0
    }
    #news .tag .cate {
        font-size: 0.8em;
    }
    #index #news_list>ul>li:nth-of-type(2n) {
        margin: 0;
    }
    #index #news_list>ul>li .right {
        max-width: calc(100% - 6em);
    }
    #index #s_03 {
        padding-bottom: 0em;
        margin-bottom: 0em;
        max-width: calc(100% - 1em);
    }
    #index #s_03 h3 {
        margin-bottom: 2rem;
    }
    #index #s_03 ul {
        list-style-type: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #index #s_03 ul li {
        position: relative;
        min-width: calc(50% - 0.25em);
        height: 50vh;
        margin-bottom: 1em;
    }
    #index .menuCol li {
        width: calc(100vw - 1em);
        min-width: calc(100vw - 1em);
        max-width: none;
        margin: 0;
    }
    #index .glide .glide__arrow.glide__arrow--left {
        left: 0.5em;
    }
    #index .glide .glide__arrow.glide__arrow--right {
        right: 0.5em;
    }
    #index #s_05 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: calc(100% - 2em);
        margin: 1em;
    }
    #index #s_05 .commom_btn {
        width: 100%;
        margin-bottom: 1em;
    }
    #index #s_03 li a .marker {
        bottom: 1em;
        padding-right: 0.5em;
    }
    #index #s_03 li a .marker::after {
        right: 0;
        left: auto;
    }
}


/*news*/

#news #content {
    max-width: 820px;
    min-height: 50vh;
    margin: auto;
}

#news_list>ul {
    margin: auto;
    padding: 2em;
    padding-top: 0;
    list-style-type: none;
}

#news_list>ul>li {
    border-bottom: 1px solid #1a274f;
    padding: 1em 0;
}

#news_list .flex {
    justify-content: space-between;
}

#news_list .right {
    position: relative;
    padding-bottom: 2em;
    width: 100%;
}

#news_list .text {
    word-wrap: break-word;
    word-break: break-all;
}

#news_list .text::after {
    content: "...";
}

#news h3.title {
    font-size: 1.5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.25em;
}

#news_list h3.title a {
    text-decoration: none;
    color: #1a274f;
}

#news_list .imgBox {
    margin-right: 1em;
    height: 8em;
    width: 8em;
    min-width: 8em;
    overflow: hidden;
}

#news_list .imgBox img {
    min-height: 100%;
    min-width: 100%;
}

#news_list .imgBox a {
    display: block;
    height: 100%;
    width: 100%;
}

#news_list .category ul,
#news .category ul {
    list-style-type: none;
}

#news_list .category li::after,
#news .category li::after {
    content: "/";
    display: inline-block;
    margin: 0 0.5em;
    color: #aaa;
}

#news_list .category li:last-of-type::after,
#news .category li:last-of-type::after {
    display: none;
}

#news_list .category a,
#news .category a {
    text-decoration: none;
    color: #aaa;
}

#news .tag .cate {
    background-color: #1a274f;
    color: #fff;
    margin-right: 0.5em;
    margin-bottom: 0.2em;
    padding: 0 0.2em 0.2em;
    display: inline-block;
}

#news .tag a {
    text-decoration: none;
    color: #fff;
}

#news_list li a.js_hover {
    opacity: 0.7;
    transform: none;
}

#news_list a.more,
#news #content aside a {
    color: #aaa;
}

#news_list a.more {
    position: absolute;
    right: 0;
    bottom: 0;
}

#news #content .wp-pagenavi {
    text-align: center;
    margin: 2em 0;
}

#news #content .wp-pagenavi .pages {
    display: none;
}

#news #content .wp-pagenavi .page,
#news #content .wp-pagenavi .extend,
#news #content .wp-pagenavi .first,
#news #content .wp-pagenavi .last,
#news #content .wp-pagenavi .nextpostslink,
#news #content .wp-pagenavi .previouspostslink,
#news #content .wp-pagenavi .current {
    background-color: #1a274f;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 2em;
    width: 2em;
    text-align: center;
    border-radius: 50%;
}

#news #content .wp-pagenavi .nextpostslink {
    margin-left: 1em;
}

#news #content .wp-pagenavi .previouspostslink {
    margin-right: 1em;
}

#news #content .wp-pagenavi .current {
    background-color: #fff;
    color: #1a274f;
    border: 1px solid #1a274f;
}

#news_list .imgBox a:empty {
    background-color: #ddd;
    text-decoration: none;
    position: relative;
}

#news_list .imgBox a:empty::before {
    content: url(../common_img/h_logo_mark_w.svg);
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 2.5em;
    width: 2.5em;
}

#news #news_single {
    padding: 0 1em;
    padding-bottom: 3em;
}

#news #news_single h3 {
    margin-bottom: 0.5em;
}

#news #news_single .text {
    margin-top: 2em;
}

#news #news_single .eye_c {
    display: block;
    margin: 1em 0;
}

#news #share {
    text-align: center;
    padding: 1em;
}

#news #share h4 {
    margin-bottom: 1em;
}

#news #share a {
    margin: 0.5em;
}

#news #share a.js_hover img {
    transform: scale(1.1);
}

#news aside {
    padding: 1em 1em 3em;
    border-top: 1px solid #1a274f;
}

@media screen and (max-width: 900px) {
    #news_list .imgBox {
        margin-right: 1em;
        height: calc(30vw - 1em);
        min-height: 0;
        width: calc(30vw - 1em);
        min-width: 0;
    }
    #news_list .right {
        max-width: calc(100% - 30vw);
        flex-shrink: 1;
    }
}


#gal_wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: calc(100% - 2em);
    margin: auto;
    z-index: 10;
    color: #fff;
    text-align: center;
}

#gal_wrap .inner {
    display: inline-block;
    height: 100%;
}

#gal_wrap {
    opacity: 0;
    pointer-events: none;
    display: inline-block;
    transition: 200ms;
}

#gal_wrap.active {
    opacity: 1;
    pointer-events: auto;
}

#gal_wrap .flex {
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: flex-start;
    height: 100%;
    max-height: calc(100vh - 4em);
    overflow: auto;
    padding: 0 1em;
}

#gal_wrap #gal_close {
    position: absolute;
    right: 0;
    top: -1em;
}

#gal_wrap .gal_closeWrap {
    position: relative;
    width: 100%;
}

#gal_wrap #gal_close::before {
    content: "×";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.1em;
    font-size: 1.5em;
}

#gal_wrap::before {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #414141;
    z-index: 0;
    min-height: 100vh;
    opacity: 0.8;
}

#gal_wrap .imgBox {
    margin: 1rem 0;
    line-height: 0;
    font-size: 0;
    display: inline-block;
    position: relative;
    /*    cursor: pointer;*/
}

#gal_wrap .imgBox::before {
    content: "loading";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 1em;
    text-align: center;
    margin: auto;
    z-index: auto;
    pointer-events: none;
}

#gal_wrap .imgBox img {
    max-width: 100%;
    max-height: 80vh;
}

#gal_wrap .imgBox .load {
    opacity: 0;
    transition: 200ms;
}

#gal_wrap .imgBox .load.ed {
    opacity: 1;
}

#gal_title,
#gal_text {
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 900px) {
    #media_list .imgBox {
        margin-right: 1em;
        height: calc(30vw - 1em);
        min-height: 0;
        width: calc(30vw - 1em);
        max-width: 10em;
        min-width: 0;
    }
    #media_list .right {
        max-width: calc(100% - 30vw);
        flex-shrink: 1;
    }
}



/*menu*/

#menu h2 {
    display: block;
}

#menu #content {
    max-width: 1024px;
    margin: auto;
}

#menu #content::before {
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    background-color: #FFF5B8;
    background-image: url(../common_img/back_dot_p_orange_03.png);
    background-repeat: repeat;
}

#menu #top {
    text-align: center;
    padding: 1em 0;
    margin-bottom: 3em;
}

#menu #top.h2_common {
    color: #222;
}

#menu #top.h2_common::before {
    background-color: #fff;
    background-image: url(../common_img/back_dot_b.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 2em;
}

#top strong img {
    max-height: 10em;
    max-width: 100%;
}

#menu #top .logo {
    height: 3em;
}

#menu #top p {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 2em);
}

#menu #top a.commom_btn {
    display: inline-block;
    color: #fff;
    margin: 1em;
}

#menu .menu_list {}

#menu .menu_list>p {
    margin: 0.5em 0;
}

#menu .menu_list ul.flex {
    flex-wrap: wrap;
    justify-content: space-around;
}

#menu .menu_list ul.flex>.foo {
    content: "";
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
}

#menu .menu_list .item {
    list-style-type: none;
    width: calc(33.333% - 1em);
    position: relative;
    text-align: center;
    margin-bottom: 1.5em;
    background-color: #fff;
}

#menu .menu_list.middle .item {
    width: calc(50% - 1em);
}

#menu .menu_list.wide .item {
    width: calc(100% - 1em);
}

#menu .menu_list.wide .item .imgBox {
    width: 100%;
    height: 15em;
    max-height: 18em;
    overflow: hidden;
    position: relative;
}

#menu .menu_list.wide .item .imgBox img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#menu .menu_list ul.flex>.foo {
    display: block;
    width: calc(33.333% - 1em);
}

#menu .menu_list ul.flex>li:nth-of-type(2n+1)+.foo,
#menu .menu_list ul.flex>li:nth-of-type(2n)+.foo {
    max-width: calc(33.333% - 1em);
}

#menu .menu_list.middle ul.flex>li:nth-of-type(2n+1)+.foo,
#menu .menu_list.middle ul.flex>li:nth-of-type(2n)+.foo {
    max-width: calc(50% - 1em);
}

#menu .menu_list ul.flex>li:nth-of-type(3n+1)+.foo {
    max-width: calc(66.666% - 1em);
}

#menu .menu_list ul.flex>li:nth-of-type(3n)+.foo {
    display: none;
}

.osusume {
    background: -webkit-gradient(linear, left top, right top, from(#C70000), color-stop(#EB0000), to(#C70000));
    background: linear-gradient(90deg, #C70000, #EB0000, #C70000);
    display: inline-block;
    padding: 0.3em 1em;
    color: #FFED00;
    font-weight: bold;
    font-size: 1.5em;
    text-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
    position: absolute;
    z-index: 1;
}

.c_copy {
    background: -webkit-gradient(linear, left top, right top, from(#C70000), color-stop(#EB0000), to(#C70000));
    background: linear-gradient(90deg, #C70000, #EB0000, #C70000);
    display: block;
    padding: 0.3em 1em;
    color: #FFED00;
    font-weight: bold;
    font-size: 1.5em;
    text-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    z-index: 1;
}

.c_copy_2 {
    background: #E02900;
    display: block;
    padding: 0.3em 1em;
    color: #FFED00;
    font-size: 1em;
    z-index: 1;
}

#menu .menu_list .osusume.kh_sanray {
    font-size: 1.5em;
    padding-top: 0.45em;
}

@media screen and (max-width: 930px) {
    #menu .menu_list ul.flex>.foo,
    #menu .menu_list .item,
    #menu .menu_list ul.flex>li:nth-of-type(2n+1)+.foo {
        width: calc(50% - 1em);
        max-width: calc(50% - 1em);
    }
    #menu .menu_list.middle .flex {
        flex-direction: column;
    }
    #menu .menu_list.middle .item {
        max-width: none;
    }
    #menu .menu_list.middle .item,
    #menu .menu_list.wide .item {
        max-width: none;
        width: calc(100% - 1em);
        margin: auto;
        margin-bottom: 1em;
    }
    #menu .menu_list ul.flex>li:nth-of-type(2n)+.foo {
        display: none;
    }
    #menu .menu_list ul.flex>li:nth-of-type(3n)+.foo {
        display: block;
    }
}

#menu .menu_list .item .imgBox {
    height: 10em;
    width: 100%;
    display: inline-block;
    padding: 0.5em;
    z-index: 0;
}

#menu .menu_list .item .imgBox img {
    height: 100%;
}

#menu .menu_list .item .imgBox::before {
    background-image: url(../common_img/h_logo_mark_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #eee;
    left: 0;
    right: 0;
    bottom: 50%;
    top: 0;
}

#menu .menu_list .item .text {
    position: relative;
    flex-grow: 1;
}

#menu .menu_list .item .text.flex {
    flex-direction: column;
}

#menu .menu_list .item.flex {
    flex-direction: column;
    justify-content: flex-start;
}

#menu .menu_list .item .text .h3_common {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0.5em;
    padding: 1em 0em 0;
}

#menu .menu_list .item .title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 1em;
}

#menu .menu_list .item .caption {
    background-color: #1a274f;
    color: #fff;
    opacity: 0;
    text-align: left;
    transition: 200ms;
    z-index: -1;
    transform: none;
    flex-grow: 1;
    min-height: 5em;
}

.gallery {
    list-style-type: none;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin: 3em 0;
}

.gallery h6 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.gallery li {
    width: calc(33.33% - 1rem);
    display: block;
    overflow: hidden;
}

.gallery.n2_2 li {
    width: calc(50% - 1rem);
    display: block;
    overflow: hidden;
    margin: 0.75rem 0;
}

.gallery li .imgBox::before {
    content: "";
    display: block;
    padding-top: 75%;
}

.gallery li img {
    width: 100%;
}

.gallery li .imgBox {
    width: 100%;
    margin: 0;
}

.gallery li .imgBox img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
}

@media screen and (max-width: 900px) {
    .gallery {
        flex-direction: column;
    }
    .gallery.n2_2 li,
    .gallery li {
        width: 100%;
        margin-bottom: 2em;
    }
    .gallery li .imgBox::before {
        display: none;
    }
}


/*hover_caption on/off*/

#menu .menu_list .item .caption {
    display: none;
}

#menu .menu_list .item .title {
    position: static;
}


/*hover_caption on/off*/

@media (hover: hover) {
    #menu .menu_list li:hover .caption {
        opacity: 1;
        transition: 200ms;
        z-index: auto;
    }
}

#menu .menu_list li .caption .inner {
    padding: 1em;
    background-color: #1a274f;
}

#menu .menu_list li::before {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #1a274f;
    z-index: auto;
    opacity: 0;
    transition: 200ms;
}

#menu .menu_list li.js_hover::before {
    opacity: 1;
}

#menu .menu_list li.js_hover,
#menu .menu_list li .js_hover {
    transform: none;
}

#menu .menu_list li .prices {
    font-size: 1em;
    text-align: left;
    margin: auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#menu .menu_list li .prices.kh_sanray {
    font-size: 1.5em;
}

#menu .menu_list li .prices .price {
    /*    max-width: 50%;*/
    display: flex;
    justify-content: center;
}

#menu .menu_list li .prices .price.flex_wide {
    max-width: none;
}

#menu_single .price .rank,
#menu .menu_list li .price .rank {
    display: inline-block;
    min-width: 3em;
    margin-right: 1em;
}

#menu .menu_list li .price .yen {
    font-size: 0.9em;
    margin-left: 0.1em;
}

#menu_single .price .rank {
    /* width: 10em; */
    text-align: left;
}

#menu_single .top .text {
    width: 100%;
}

#menu .menu_list li .price .rank {
    margin: 0 1.5em 0 1.5em;
}

@media screen and (max-width: 640px) {
    #menu .menu_list .item {
        width: calc(100% - 1em);
        max-width: none;
    }
    #menu .menu_list ul.flex>.foo {
        display: none;
    }
    #menu .menu_list ul.flex>li:nth-of-type(3n)+.foo {
        display: none;
    }
    #menu .menu_list li .prices {
        padding: 0 1em;
    }
    #menu .menu_list li .prices .price {
        /*        max-width: calc(50% - 0.5em);*/
        width: 100%;
    }
    #menu .menu_list .item .imgBox {
        height: 12em;
    }
    #menu .menu_list.wide .item .imgBox img {
        width: auto;
        height: 100%;
        left: -100%;
        right: -100%;
    }
    #menu .menu_list .item .title {
        padding: 0;
    }
    #menu .menu_list li .prices .price .rank {
        margin-left: 0em;
    }
}

.js_menu_more {
    text-align: right;
    display: inline-block;
    padding: 0.5em 2em 0.5em 0.5em;
    align-self: flex-end;
    text-decoration: none;
    color: #999;
}

.js_menu_more::after {
    border-color: #999;
}

#menu #map {
    position: relative;
    text-align: center;
    color: #fff;
    margin-top: 2em;
    padding: 1em 0 3em;
}

#menu #map::before {
    content: "";
    display: block;
    position: absolute;
    width: 200vw;
    left: -100%;
    right: -100%;
    bottom: 0;
    top: 0;
    background-color: #1a274f;
    z-index: -1;
}

#menu #map .h3_common.kh_sanray {
    font-size: 3em;
}

#menu #map .box {
    background-color: #ddd;
    color: #222;
    padding: 3em 1em 0;
    margin: 0 1em;
}

#menu #map .box .h2_common {
    color: #222;
    padding-top: 0;
}

#menu #map input {
    display: none;
}

#menu #map h3 {
    font-size: 1.5em;
}

#menu .big {
    margin: 1em 0;
    font-size: 1.5em;
}

#menu #map h2 {
    font-size: 2.5em;
    top: -0.1em;
}

#menu #map h2::before {
    left: -100vw;
    right: -100vw;
    width: 200vw;
}

#menu #map img {
    max-width: 100%;
}

#menu #map .map_sec {
    position: relative;
    margin-top: 2em;
    margin-bottom: calc(30px + 5em);
}

#menu #map .map_sec .illust {
    position: absolute;
    right: 0;
    bottom: -30px;
}

#menu #map .map_sec .illust.bik img {
    height: 200px;
}

#menu #map .map_sec .illust.car img {
    height: 150px;
}

#menu #map .deilv_table {
    border-collapse: collapse;
    margin: auto;
    width: 100%;
    max-width: 420px;
    margin: 3em auto;
    text-align: left;
}

#menu #map .deilv_table .ta_center {
    text-align: center;
}

#menu #map .deilv_table th,
#menu #map .deilv_table td {
    padding: 0.5em 1em 0.5em 0.5em;
    border-bottom: 1px solid #999;
}

#menu #map .deilv_table th {
    padding-left: 3em;
}

#menu #map .deilv_table td {
    text-align: center;
}

#menu #map #other_place .h2_common {
    margin-bottom: 1.5em;
}

#menu #map #other_place .img_tex {
    align-items: flex-start;
}

#menu #map #other_place .deilv_table {
    margin-top: 0;
}

@media screen and (max-width: 640px) {
    #menu #map .deilv_table th {
        padding: 0.5em 1em 0.5em 0;
    }
    #menu #map .deilv_table td {
        padding: 0.5em 0 0.5em 0.5em;
        border-bottom: 1px solid #999;
    }
}

.flex.img_tex {
    flex-direction: row-reverse;
}

.flex.img_tex,
.flex.tex_img {
    justify-content: space-between;
    align-items: center;
    margin: 2em auto;
}

.flex.img_tex .text,
.flex.tex_img .text {
    width: 100%;
}

.flex.img_tex .imgBox {
    margin-left: 2em;
}

.flex.tex_img .imgBox {
    margin-right: 2em;
}

.flex.img_tex .imgBox,
.flex.tex_img .imgBox {
    min-width: 40%;
    max-width: 40%;
}

.flex.img_tex .imgBox img,
.flex.tex_img .imgBox img {
    width: 100%;
}

@media screen and (max-width: 640px) {
    .flex.img_tex,
    .flex.tex_img {
        margin: 0em;
    }
    .flex.tex_img {
        flex-direction: column;
    }
    .flex.img_tex {
        flex-direction: column;
    }
    .flex.img_tex .imgBox,
    .flex.tex_img .imgBox {
        width: 100%;
        margin: 0;
        margin-bottom: 1em;
        min-width: 0;
        max-width: none;
    }
    #kodawari .kodawari_list .d .img_tex .imgBox,
    #kodawari .kodawari_list .d .tex_img .imgBox {
        min-width: 0;
    }
    #kodawari .kodawari_list .d .img_tex,
    #kodawari .kodawari_list .d .tex_img {
        padding: 0;
    }
    #menu #map .map_sec {
        margin-bottom: 200px;
    }
    #menu #map .map_sec .illust {
        position: absolute;
        right: -0;
        bottom: auto;
        text-align: right;
    }
    #menu #map .map_sec .illust.bik img,
    #menu #map .map_sec .illust.car img {
        height: auto;
    }
    #menu #map .map_sec .illust.bik img,
    #menu #map .map_sec .illust.car img {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    #menu #map {
        min-height: 10em;
        /*        text-align: left;*/
        padding-left: 1em;
        padding-right: 1em;
    }
    #menu #map h2 {}
    /*svg_ h_common set*/
    #menu #map .h_common.svg_text::before {
        background-color: #1a274f;
        width: 300vw;
        left: -100vw;
        right: -100vw;
    }
    #menu #map .h_common.svg_text,
    #menu #map .h_common.svg_text.frame .background {
        stroke: #1a274f;
    }
    #menu #map .h_common.svg_text.frame .foreground {
        z-index: 2;
    }
    #menu #map .h_common.svg_text.frame .background {
        z-index: 1;
    }
    /*svg_ h_common set*/
    #menu #map img {
        max-width: 100%;
    }
    #menu #map .mapWrap {
        overflow: auto;
        color: #aaa;
    }
    #menu #map .mapWrap::before {
        content: "※クリックで拡大します";
        font-size: 0.8em;
    }
    #menu #map #mapImg,
    #menu #map #mapImg2 {
        display: none;
    }
    #menu #map #mapImg2+img,
    #menu #map #mapImg+img {
        -webkit-transition: 200ms;
        transition: 200ms;
        width: 100%;
        max-width: none;
    }
    #menu #map #mapImg2:checked+img,
    #menu #map #mapImg:checked+img {
        width: 300%;
    }
}


/*not_f*/

#not_f #content {
    position: relative;
    min-height: 52vh;
}

#not_f #s_01 {
    display: inline-block;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}



/*menu_single*/

#menu_single {}

#menu_single {
    top: 0;
}

#menu_single .top {
    justify-content: space-between;
    margin-bottom: 3em;
}

#menu_single #content::before {
    right: -100%;
    left: -100%;
    top: -5em;
    bottom: -5em;
    /*    background-color: #5C382F;*/
    background-color: #eee;
    background-image: url(../common_img/back_dot_p_gray.png);
    background-repeat: repeat;
}

#menu_single #s_00 {
    width: calc(100% - 1em);
    max-width: 1280px;
    margin: 1em auto;
    background-color: #fff;
    /*    border: 1px solid #111;*/
    position: relative;
    padding: 3em 5em;
    z-index: 0;
    overflow: hidden;
}

#menu_single #s_00 .prices {
    position: relative;
    padding-bottom: 1em;
    text-align: right;
}

#menu_single #s_00 .price::before {
    content: "";
    display: block;
    width: 150vw;
    position: absolute;
    background-color: #f8f8f8;
    z-index: -1;
    top: -100vh;
    left: -100vw;
    right: -140vw;
    bottom: 0;
    margin: auto;
}

#menu_single .top h1 {
    font-size: 2rem;
    margin-bottom: 0.5em;
    margin-right: 1em;
    color: #111;
}

#menu_single .top .imgBox {
    min-width: 50%;
    margin-bottom: 1rem;
}

#menu_single .top .imgBox img {
    width: 100%;
}

.linkContents::before {
    height: 1em;
    width: 1em;
    background-color: #1a274f;
    z-index: 1;
    border-radius: 50%;
    margin: auto;
    bottom: auto;
    top: -3em;
}

.linkContents {
    justify-content: center;
    margin: 6em auto 2em;
}

.linkContents .item {
    margin: 1em;
    padding: 1em;
    background-color: #1a274f;
    color: #fff;
    width: 50%;
}

.linkContents a {
    color: #fff;
    text-decoration: none;
}

.linkContents .item .imgBox {
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.linkContents .item .imgBox::before {
    content: "";
    display: block;
    padding-top: 35%;
}

.linkContents .item .imgBox img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#menu_single .itemlist {
    list-style-type: none;
    justify-content: center;
    position: relative;
}

#menu_single .itemlist li {
    max-width: calc(33% - 2em);
    margin: 2em;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#menu_single .itemlist .imgBox {
    margin-bottom: 1em;
}

#menu_single .itemlist .imgBox img {
    width: 100%;
}

#menu_single .imgBox img {
    max-width: 100%;
}

#menu_single .itemlist .text {
    margin-top: auto;
}

#menu_single .sec {
    padding: 1em 1.5em;
    margin-bottom: 2em;
}

#menu_single .sec::before {
    border: 4px solid #e4e4e4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#menu_single .go_index {
    margin-top: 1em;
}

#menu_single .top {
    justify-content: space-between;
}

#menu_single .top .imgBox {
    max-width: 300px;
    margin-left: 2rem;
}
#menu_single .caption {
    font-size: 0.8em;
    line-height: 1.2;
    /* margin-top: 1em; */
}

/*
.sec_middle{
    
    max-width: 1024px;
    margin: auto;
}
*/

#menu_single .hitumabushi {
    margin-bottom: 2em;
    /*
    max-width: 1024px;
    margin: auto;
*/
    overflow: hidden;
}

#menu_single .hitumabushi .left img {
    width: 100%;
}

#menu_single .hitumabushi .right {
    min-width: 50%;
    margin-left: 3em;
    position: relative;
    top: -4rem;
    overflow: hidden;
}

#menu_single .hitumabushi .right img {
    margin: auto;
    display: block;
    position: absolute;
    top: calc(-100% + 4rem);
    bottom: -100%;
    left: -104%;
    right: -100%;
    height: 100%
}

#menu_single .hitumabushi .right p.caption {
    margin: auto;
    display: block;
    position: absolute;
    bottom: 3px;
    left: 3px;
}

@media screen and (max-width: 640px) {
    #menu_single .hitumabushi .flex {
        flex-direction: column
    }
    #menu_single .hitumabushi .right {
        width: 100%;
        margin: 0;
    }
    #menu_single .hitumabushi .right img {
        position: static;
        height: auto;
        width: 100%;
    }
    #menu_single .top {
        flex-direction: column-reverse;
    }
    #menu_single .top .imgBox {
        width: 100%;
        max-width: none;
        margin-left: 0;
    }
    .linkContents {
        flex-direction: column;
    }
    #menu_single #s_00 {
        padding: 1em;
    }
    #menu_single #s_00 .prices {
        text-align: left;
    }
    .linkContents .item {
        margin: 1em 0;
        width: 100%;
    }
    #menu_single .itemlist li {
        max-width: 100%;
    }
    #menu_single .itemlist {
        flex-direction: column;
    }
}


/*doc*/

#doc article section {
    max-width: 820px;
    margin: auto;
    padding: 1em;
    margin-bottom: 3em;
}

#doc article section p,
#doc article section dl {
    margin-bottom: 2em;
}

#doc article section dt {
    font-weight: bold;
}

#doc article section h2 {
    margin-bottom: 2rem;
    text-align: center;
}

#doc article section .last {
    text-align: right;
    margin-top: 2em;
}

@media screen and (max-width: 640px) {}



/*recruit*/

#recruit #content {
    max-width: 800px;
    margin: auto;
}

#recruit .h_common:not(.brush) {
    padding: 0.5em;
    position: relative;
    top: -1em;
    font-size: 1.5em;
}

#recruit .h_common:not(.brush)::before {
    background-color: #fff;
}

#recruit .jump {
    font-size: 1.25em;
    border: 3px solid #1a274f;
    padding: 1em 1.5em;
    padding-right: 3em;
    position: fixed;
    right: 5rem;
    top: 4.5rem;
    z-index: 5;
    transition: 200ms;
    color: #1a274f;
    text-decoration: none;
    background-color: #fff;
}

#recruit .jump.kh_sanray {
    font-size: 2.5em;
    padding: 1.5rem 1.5rem 1rem;
    padding-right: 3rem;
}

#recruit .jump.kh_sanray.marker::after {
    height: 0.8rem;
    width: 0.8rem;
    right: 1.5rem;
}

#h_scroll.in~#content .jump {
    top: 6rem;
}

#recruit #foo.scroll {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%
}

#recruit #foo.scroll.in~.jump {
    right: -20em;
}

#recruit #s_01,
#recruit #s_02,
#recruit #s_03,
#recruit #s_04,
#recruit #s_05 {
    position: relative;
    padding: 1em 0 3em;
}

#recruit #s_01 {
    padding: 0 0 2em;
}

#recruit #s_01::after,
#recruit #s_01::before,
#recruit #s_02::before,
#recruit #s_03::before,
#recruit #s_04::before,
#recruit #s_05::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    z-index: -2;
}

#recruit #s_01::before {
    background-color: #9CC2E8;
}

#recruit #s_01::after {
    background-color: #FFD13F;
    bottom: 60%;
    transform: rotate(-5deg);
    top: -100%;
}

#recruit #s_01 p {
    margin: 1rem 1.5rem;
}

#recruit #s_01 .catch {
    margin: 1em;
    margin-bottom: 2em;
    font-size: 1.5em;
    text-align: center;
}

#recruit #s_01 .catch .baloon {
    display: inline-block;
    width: auto;
    padding: 1em 2em;
    background-color: #fff;
    margin-bottom: 1em;
    border-radius: 5em;
}

#recruit #s_01 .catch .baloon.line {
    border: 3px solid #111;
}

#recruit #s_01 .catch .baloon::after {
    border-color: #fff;
    height: calc(1em - 3px);
    width: calc(1em - 3px);
    border-width: 0.5em;
}

#recruit #s_01 .catch .baloon.line::before {
    border-color: #111;
    border-width: calc(0.5em + 3px);
    height: 1em;
    width: 1em;
}

#recruit #s_01 .catch .baloon::after,
#recruit #s_01 .catch .baloon.line::before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    border-style: solid;
}

.baloon.bottom {
    margin-right: 0;
    margin-left: 0;
    padding: 1em;
}

#recruit #s_01 .catch p {
    line-height: 2em;
}

#recruit #s_01 .catch .baloon.bottom::after,
#recruit #s_01 .catch .baloon.line.bottom::before {
    right: calc(100% - 14.5em);
    left: 0;
    top: 100%;
    bottom: auto;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.u_l {
    border-bottom: solid #111;
}

#recruit #s_01 .catch .u_l {
    border-color: #f64d33;
}

#recruit #s_01 .catch .u_l .color {
    background-color: #ffed00;
    position: relative;
    z-index: -1;
}

#recruit #s_01 .bg {
    background-color: #ffd13f;
}

#recruit .check {
    list-style-type: none;
    padding-left: 2em;
}

#recruit .check li::before {
    content: "✔";
    color: #fff;
    margin-right: 0.25em;
}

#recruit .check.y li::before {
    color: #fff297;
}

#recruit #s_02::before {
    background-color: #FFE875;
}

#recruit #s_02 .steps .flow {
    position: relative;
    margin: 0 0 1.5em;
}

#recruit #s_02 .steps .inner {
    position: relative;
    padding-top: 1em;
}

#recruit #s_02 h4 {
    font-size: 2em;
}

#recruit #s_02 h4.kh_sanray {
    font-size: 3em;
}

#recruit #s_02 .steps .flow::before,
#recruit #s_02 .steps .flow::after {
    content: "";
    display: block;
    position: absolute;
    top: 7.5em;
    left: 0;
    bottom: auto;
    right: 0;
    margin: auto;
    z-index: -1;
    transform: translateY(-5.1em);
}

#recruit #s_02 .steps .flow::before {
    background-color: #1a274f;
    height: 2.5em;
}

#recruit #s_02 .steps .flow::after {
    height: 6em;
    width: 2.5em;
    border: 2.5em solid transparent;
    border-top-width: 3em;
    border-bottom-width: 3em;
    border-left-color: #1a274f;
    left: auto;
    right: -4em;
    top: 5.7em;
}

#recruit #s_02 .steps .step {
    position: relative;
    min-width: 12em;
}

#recruit #s_02 .steps .step:nth-child(n+2)::before {
    content: "▶";
    display: block;
    position: absolute;
    color: #fff;
    top: 5.2em;
    left: -0.5em;
    font-size: 0.5em;
}

#recruit #s_02 .steps .step .imgBox {
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    line-height: 0;
    font-size: 0;
}

#recruit #s_02 .steps .step .imgBox img {
    min-height: 100%;
    min-width: 101%;
}

#recruit #s_02 .steps .step h5 {
    color: #fff;
    font-size: 1.25em;
}

#recruit #s_02 .steps .step .flex {
    justify-content: space-around;
    align-items: center;
}

#recruit #s_02 .steps .step .baloon.b {
    background-color: #fff;
    margin: 0;
    margin-top: 1em;
}

#recruit #s_02 .steps .step .baloon.b.top::after,
#recruit #s_02 .steps .step .baloon.b.line.top::before {
    right: 3em;
    left: auto;
    border-bottom-color: #fff;
}

#recruit #s_02 .bg {
    background-color: #1a274f;
    color: #fff;
    padding: 0 0.2em 0.1em
}

@media screen and (max-width: 900px) {
    #recruit #s_01 .catch {
        text-align: left;
    }
    #recruit #s_01 .catch .baloon {
        padding: 1em;
        border-radius: 2em;
        margin-bottom: 0;
    }
    #recruit #s_01 .catch .baloon.line.bottom::before,
    #recruit #s_01 .catch .baloon.bottom::after {
        left: -2.5em;
        right: 0;
    }
    #recruit #s_02 h4 {
        position: static;
    }
    #content .jump,
    #h_scroll.in~#content .jump {
        right: auto;
        left: 0.5rem;
        right: auto;
        top: auto;
        bottom: 0.5rem;
    }
    #content .jump.kh_sanray {
        font-size: 2rem;
    }
    #recruit #s_02 p,
    #recruit #s_02 h4,
    #recruit #s_02 .flow {
        padding: 0 1rem;
    }
    #recruit #s_02 .steps .flow {
        margin: 0;
    }
    #recruit #s_02 .steps .flow::before,
    #recruit #s_02 .steps .flow::after {
        content: "";
        display: block;
        position: absolute;
        top: 15em;
        left: 1.5em;
        bottom: 0;
        right: auto;
        margin: auto;
        z-index: -1;
    }
    #recruit #s_02 .steps .flow::before {
        background-color: #FFF297;
        height: auto;
        width: 4em;
        bottom: -4em;
    }
    #recruit #s_02 .steps .flow::after {
        height: 2.5em;
        width: 7em;
        border: 2.5em solid transparent;
        border-right-width: 3.5em;
        border-left-width: 3.5em;
        border-top-color: #FFF297;
        top: auto;
        left: 0;
        bottom: -9em;
        top: auto;
    }
    #recruit #s_02 .steps .step {
        position: relative;
    }
    #recruit #s_02 .steps .step:nth-child(n+2)::before {
        display: none;
    }
    #recruit #s_02 .steps .step h5 {
        color: #1a274f;
        margin-bottom: 1em
    }
    #recruit #s_02 .steps .flex {
        flex-direction: column;
    }
    #recruit #s_02 .steps .step .flex {
        align-items: flex-start;
    }
    #recruit #s_02 .steps .step {
        display: flex;
        align-items: flex-start;
        margin-top: 1em;
    }
    #recruit #s_02 .steps .step .baloon.b {
        background-color: #fff;
        margin: 0;
        margin-left: 1.5em;
        margin-top: 2em;
    }
    #recruit #s_02 .steps .step .baloon.b.top::after,
    #recruit #s_02 .steps .step .baloon.b.line.top::before {
        right: 100%;
        left: auto;
        top: 4em;
        bottom: auto;
        border-color: transparent;
        border-width: 0.5em;
        border-right-width: 1.5em;
        border-right-color: #fff;
    }
    #recruit #foo.scroll.in~.jump {
        right: auto;
        left: -20em;
    }
}

#recruit #s_03::before {
    background-color: #E6A133;
}

#recruit #s_03 .staff {
    background-color: #FFFADA;
    padding: 1em;
    margin: 3em 0;
}

#recruit #s_03 .staff ul {
    list-style-type: none;
}

#recruit #s_03 .staff ul li h5 {
    border-bottom: 1px dotted #c83300;
    padding: 0.5em 0;
    font-weight: normal;
    font-size: 1.1em;
}

#recruit #s_03 .staff ul .js_hover {
    cursor: pointer;
    transform: none
}

#recruit #s_03 .staff ul li .marker::after {
    border-color: #c83300;
    transition: 0.2s;
}

#recruit #s_03 .staff ul li input.open_btn:checked+.open_btn .marker::after {
    transform: rotate(-45deg);
}

#recruit #s_03 .staff ul li input.open_btn+.open_btn+.cntnt {
    padding: 0 1em;
}

#recruit #s_03 .staff ul li input.open_btn:checked+.open_btn+.cntnt {
    padding: 1em;
}

input.open_btn {
    display: none !important;
}

input.open_btn+.open_btn+.cntnt {
    height: 0;
    overflow: hidden;
    -webkit-transition: 200ms;
    transition: 200ms;
}

input.open_btn:checked+.open_btn+.cntnt {
    height: 100%;
}

#recruit #s_03 .staff .flex {
    align-items: center;
    margin-bottom: 1em;
}

#recruit #s_03 .staff .text {
    display: inline-block;
    margin-left: 1em;
}

#recruit #s_03 .staff .text h4 {
    font-weight: normal;
    font-size: 1.5em;
    ;
}

#recruit #s_04 p {
    margin: 1em;
}

#recruit #s_04 ul {
    list-style-type: none;
}

#recruit #s_04 ul.check {
    padding: 1em;
}

#recruit #s_04 ul:not(.check) {
    margin: 1em;
}

#recruit #s_04 ul.check:nth-of-type(1) {
    font-size: 1.25em;
}

#recruit #s_04 ul.check:nth-of-type(2) {
    font-weight: bold;
}

#recruit #s_04::before {
    background-color: #94DE70;
}

#recruit #s_05::before {
    background-color: #F2D133;
}

#recruit #s_05 table {
    margin: 3em auto;
    border-collapse: collapse;
}

#recruit #s_05 table th,
#recruit #s_05 table td {
    background-color: #fff;
    border-bottom: 2px solid #F2D133;
    padding: 0.5em;
}

#recruit #s_05 table th {
    text-align: right;
    vertical-align: top;
    position: relative;
    padding-right: 1em;
    min-width: 6em;
}

#recruit #s_05 table th::after {
    content: "";
    display: block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #F2D133;
    position: absolute;
    top: 1.1em;
    right: 0.2em;
}

#recruit #s_06 h3 {
    text-align: center;
    margin: 1em 0;
    font-size: 2em;
}

#recruit #s_06 p {
    margin: 1.5em;
}

#recruit #s_06 {
    padding-bottom: 3em;
}

@media screen and (max-width: 900px) {
    #recruit #content h3 {
        top: 0;
    }
    #recruit #s_03 {
        padding: 0.01em 0;
    }
    #recruit #s_03 .staff {
        margin: 0;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    #recruit #s_05 {
        padding-bottom: 1em;
    }
    #recruit #s_05 table {
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {}


/*company*/

#company #content {
    max-width: 640px;
    margin: auto;
}

#company h2 {}

#company #s_01 {
    padding: 0 3em;
}

#company #s_01 h3 {
    margin-bottom: 1em;
}

#company #s_01 table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 3em auto 3em;
    background-color: #fff;
}

#company #s_01 table th,
#company #s_01 table td {
    border-bottom: 1px solid #111;
    padding: 0.8em;
}

#company #s_01 table th {
    color: #1a274f;
    min-width: 6em;
    width: 7em;
    text-align: left;
    vertical-align: text-bottom;
    padding-left: 1em;
}

#company #s_01 table th {
    padding-right: 1em;
}

#company #s_02 {
    margin-top: 0em;
    position: relative;
    padding: 0.1em 0 3em;
    max-width: calc(100vw - 4em);
    margin: auto;
}

#company #s_02::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100vw;
    right: -100vw;
    bottom: 0;
    z-index: -1;
    background-color: #f2f2f2;
}

#company #s_02 p {
    margin: 0.5em 0;
}

#company #s_02 dl {
    padding-bottom: 0;
    background-color: #fff;
}

#company #s_02>dl {
    padding-bottom: 0;
}

#company #s_02>dl {
    border-bottom: 1px solid #eee
}

#company #s_02 dl dt {
    width: 6em;
    padding: 1em 0;
    padding-left: 1em;
    padding-right: 0em;
    text-align: right;
}

#company #s_02 dl dt.month {
    padding-right: 0.5em;
    padding-left: 0em;
    width: 3.5em;
    position: relative;
}

#company #s_02>dl>dd dd {
    padding: 1em;
}

#company #s_02>dl>dd dd::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0em;
    left: 0;
    border-right: 1px solid #aaa;
}

#company #s_02 dd {
    width: 100%;
    padding-left: 0.5em;
    position: relative;
}

#company #s_03 {
    position: relative;
    padding: 0.01em 0 2em;
    color: #fff;
    max-width: calc(100% - 2em);
    margin: auto;
}

#company #s_03::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100vw;
    right: -100vw;
    bottom: 0;
    background-color: #1a274f;
    z-index: -1;
}

#company #s_03 .map {
    margin: 1em 0;
    height: 21em
}

#company #s_03 address {
    margin-bottom: 2em;
}

#company #s_03 address p {
    font-style: normal;
    margin: 1em 0;
}

@media screen and (max-width: 900px) {
    
    footer .up .left .tel p a {
        width: 7em;
        max-width: 100%;
        text-align: center;
        margin: auto;
    }
    footer .f_bar {
        padding-right: 4em;
    }
    .tabe footer .right {
        min-width: 0;
    }
}

@media screen and (max-width: 900px) {
    #company #s_01 {
        padding: 0 1em;
    }
    #company #s_01 h3 {
        margin-bottom: 0.5em;
    }
    #company #s_01 table {
        margin: 0;
        margin-bottom: 2em;
        border-collapse: collapse;
        table-layout: fixed;
        width: auto
    }
    #company #s_01 table th,
    #company #s_01 table td {
        display: block
    }
    #company #s_01 table th {
        color: #1a274f;
        min-width: 6em;
        width: 7em;
        text-align: left;
        vertical-align: text-bottom;
        border: none;
        padding-bottom: 0;
    }
}


/*media*/

#media #content {
    max-width: 820px;
    margin: auto;
}

#media_list ul {
    margin: auto;
    padding: 2em;
    padding-top: 0;
    list-style-type: none;
}

#media_list li {
    border-bottom: 1px solid #1a274f;
    padding: 1em 0;
}

#media_list .flex {
    justify-content: space-between;
}

#media_list .right {
    position: relative;
    padding-bottom: 2em;
    width: 100%;
}

#media_list .text {
    word-wrap: break-word;
    word-break: break-all;
}

#media_list h3 {
    font-size: 1.5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.25em;
    color: #1a274f;
}

#media_list h3 a {
    text-decoration: none;
    color: #1a274f;
}

#media_list .imgBox {
    margin-right: 1em;
    height: 8em;
    width: 8em;
    min-width: 8em;
    overflow: hidden;
}

#media_list .imgBox img {
    width: 100%;
}

#media_list .imgBox a {
    display: block;
    height: 100%;
    width: 100%;
}

#media_list .tag .cate {
    background-color: #1a274f;
    color: #fff;
    margin-right: 0.5em;
    margin-bottom: 0.2em;
    padding: 0 0.1em;
}

#media_list li a.js_hover {
    opacity: 0.7;
    transform: none;
}

#media_list a.more,
#media #content aside a {
    color: #aaa;
}

#media_list a.more {
    position: absolute;
    right: 0;
}

#media #content .wp-pagenavi {
    text-align: center;
    margin: 2em 0;
}

#media #content .wp-pagenavi .pages {
    display: none;
}

#media #content .wp-pagenavi .page,
#media #content .wp-pagenavi .extend,
#media #content .wp-pagenavi .first,
#media #content .wp-pagenavi .last,
#media #content .wp-pagenavi .nextpostslink,
#media #content .wp-pagenavi .previouspostslink,
#media #content .wp-pagenavi .current {
    background-color: #1a274f;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 2em;
    width: 2em;
    text-align: center;
    border-radius: 50%;
}

#media #content .wp-pagenavi .nextpostslink {
    margin-left: 1em;
}

#media #content .wp-pagenavi .previouspostslink {
    margin-right: 1em;
}

#media #content .wp-pagenavi .current {
    background-color: #fff;
    color: #1a274f;
    border: 1px solid #1a274f;
}

#media_list .imgBox a:empty {
    background-color: #ddd;
    text-decoration: none;
    position: relative;
}

#media_list .imgBox a:empty::before {
    content: url(../common_img/h_logo_mark_w.svg);
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 2.5em;
    width: 2.5em;
    ;
}

#media #media_single {
    padding: 0 1em;
    padding-bottom: 3em;
}

#media #media_single h3 {
    margin-bottom: 0.5em;
}

#media #media_single .eye_c {
    display: block;
    margin: 1em 0;
}

#media #share {
    text-align: center;
    padding: 1em;
}

#media #share h4 {
    margin-bottom: 1em;
}

#media #share a {
    margin: 0.5em;
}

#media #share a.js_hover img {
    transform: scale(1.1);
}

#media aside {
    padding: 1em 1em 3em;
    border-top: 1px solid #1a274f;
}


/*inquiry*/

#inquiry #content {
    max-width: 742px;
    margin: auto;
}

#inquiry header .inq_wrap {
    display: none;
}

#inquiry #tel {
    text-align: center;
    padding-bottom: 2em
}

#inquiry #tel .imgBox {
    position: relative;
    width: 5em;
    height: 5em;
    background-color: #1a274f;
    padding: 1em;
    border-radius: 50%;
    display: inline-block;
    margin: 1em;
    margin-top: 0.5em;
}

#inquiry #tel .imgBox img {
    height: 100%;
}

#inquiry #tel .inq_tel a {
    color: #222;
    font-size: 2em;
    text-decoration: none;
    font-weight: bold;
}

#inquiry #tel .inf_hour {
    display: inline-block;
    margin: 2em auto;
}

#inquiry #tel .inf_hour h3 {
    margin-bottom: 0.5em;
    font-size: 1em;
}

#inquiry #tel .inf_hour .foo {
    text-align: right;
}

#inquiry #mail {
    position: relative;
    background-image: none;
    padding: 1em 3em 0.5em;
    background-color: #fff;
    margin: 1em 0 2em;
}

#inquiry #mail::before {
    background-color: #f2f2f2;
    top: -1em;
    bottom: -3em;
}

#inquiry #mail p {
    margin: auto;
    margin-top: 1.5em;
    margin-bottom: 2em;
}

#inquiry #mail p:last-of-type {
    border-bottom: 1px solid #111;
    margin-bottom: 2em;
    padding-bottom: 3em;
}

#inquiry form {
    padding-top: 7em;
    width: 100%;
}

#inquiry form .commom_fake_before::before {
    left: -100%;
    right: -100%;
    z-index: -10;
}

#inquiry form .commom_fake_before:first-of-type::before {
    top: -10em;
}

#inquiry form .error {
    display: block;
    font-weight: bold;
}

#inquiry form .red {
    font-weight: bold;
}

#inquiry form #mail table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

#inquiry form #mail th,
#inquiry form #mail td {
    padding: 1em 0;
    vertical-align: top;
    word-wrap: break-word;
}

#inquiry form #mail th {
    width: 11em;
    text-align: left;
    padding-right: 1em;
}

#inquiry form #mail textarea,
#inquiry form #mail input {
    border: 1px solid #111;
    width: 100%;
    padding: 0.2em;
}

#inquiry form #mail input.midlle {
    width: 70%;
}

#inquiry form #mail textarea[name="comment"] {
    height: 11em;
}

#inquiry form [name="address"] {
    height: 2.2em;
}

#inquiry form #agree_policy {
    text-align: center;
}

#inquiry form input[type="checkbox"] {
    display: none;
}

#inquiry form .checkbox {
    display: inline-block;
    height: 2em;
    width: 2em;
    border: 2px solid #112576;
    position: relative;
    top: 0.5em;
    margin-right: 1em;
}

#inquiry form input[type="checkbox"]:checked+.checkbox::before {
    content: "✔";
    display: block;
    width: 0.9em;
    height: 1em;
    font-size: 1.5rem;
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

#inquiry form #submit {
    margin: 1.5em auto 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#inquiry form #submit button {
    margin: 0 1.5em;
}

#inquiry form #submit button[name="btn_back"] {
    border: 1px solid #1a274f;
    background-color: #fff;
    color: #1a274f;
}

#inquiry .thanks {
    display: block;
    margin: auto;
    margin-top: 3em;
    margin-bottom: 4em;
}

@media screen and (max-width: 900px) {
    #inquiry #content {
        max-width: calc(100% - 1em);
    }
    #inquiry #tel .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #inquiry #tel>.flex {
        margin: 2em 0;
    }
    #inquiry #tel>.flex .imgBox {
        width: 2em;
        margin: auto;
    }
    #inquiry #tel>.flex .imgBox img {
        position: static;
    }
    #inquiry #tel>.flex .inq_tel {
        position: relative;
        margin-bottom: 1em;
    }
    #inquiry #tel>.flex .inq_tel div {
        min-width: unset;
        height: auto;
        position: static;
    }
    #inquiry #tel p {
        text-align: center;
        margin: 1em auto;
    }
    #inquiry #tel .inf_hour .foo {
        display: block;
        margin-top: 1em
    }
    #inquiry #mail {
        padding: 1em 1em 0.5em;
    }
    #inquiry #mail p {
        max-width: 100%;
    }
    #inquiry form h4::before {
        left: -1em;
    }
    #inquiry form #mail table {
        width: 100%;
    }
    #inquiry form #mail th,
    #inquiry form #mail td {
        width: 100%;
        vertical-align: top;
        float: left;
    }
    #inquiry form #mail th {
        padding-bottom: 0.5em;
    }
    #inquiry form #mail td {
        padding-top: 0;
    }
    #inquiry form #mail textarea,
    #inquiry form #mail input {
        width: 100%;
        padding: 0.1em;
    }
    #inquiry form #mail input.midlle {
        width: 90%;
    }
    #inquiry form [name="address"] {
        height: 3.5em;
    }
    #inquiry form #submit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #inquiry form #submit button {
        margin: 1em 0;
    }
}

/* ============================================================================== */

/*kodawari*/

#kodawari #content {
    position: relative;
}

#kodawari #content::before {
    right: -100%;
    left: -100%;
    /*    background-color: #5C382F;*/
    background-color: #eee;
    background-image: url(../common_img/back_dot_p_gray.png);
    background-repeat: repeat;
}

#kodawari #content #top,
#kodawari #content #s_0,
#kodawari #content #s_01,
#kodawari #content #s_02,
#kodawari #content #s_03,
#kodawari #content .kodawari_list {
    width: calc(100% - 1em);
    max-width: 1280px;
    margin: auto;
}

#kodawari #content h2 svg {
    position: relative;
    top: -0.4em;
}

#kodawari #content h2 svg {
    font-size: 1.5em;
}

#kodawari #content h2 .background {
    stroke: #4a0000;
    text-shadow: none;
}

#kodawari #content h2 .foreground {
    fill: #fff;
}

#kodawari .kodawari_list .h4_common {
    padding: 0.5em 2rem 0.25rem 2rem;
}

#kodawari #content #top {
    text-align: center;
    max-width: calc(100% - 2em);
}

#kodawari #content #top.flex {
    justify-content: space-around;
    align-items: center;
}

#kodawari #content #top .imgBox {
    width: 10em;
    display: inline-block;
}

#kodawari #content #top .imgBox img {
    width: 100%;
}

#kodawari #content .kodawari_list {
    color: #222;
    position: relative;
    top: -2em;
}

#kodawari .kodawari_list {
    background-color: #fff;
    border: 1px solid #111;
    margin: 1em 0;
    position: relative;
    padding: 1em;
}

#kodawari .kodawari_list .d {}

#kodawari .kodawari_list .d:not(:last-of-type) {
    margin-bottom: 4em;
}

#kodawari .kodawari_list .d .img_tex,
#kodawari .kodawari_list .d .tex_img {
    align-items: flex-start;
    margin: 1em 0;
    padding: 0 2em;
}

#kodawari .kodawari_list .d .img_tex .imgBox,
#kodawari .kodawari_list .d .tex_img .imgBox {
    display: block;
    min-width: 300px;
    max-width: 300px;
}

#kodawari .kodawari_list .d .img_tex .imgBox img,
#kodawari .kodawari_list .d .tex_img .imgBox img {
    max-width: 100%;
}

#kodawari .kodawari_list .d .img_tex .text {
    padding-right: 1em;
}

#kodawari .kodawari_list .d .tex_img .text {
    padding-left: 1em;
}

#kodawari .kodawari_list .d .imgBox {
    /*    float: right;*/
    height: 100%;
    position: relative;
    /*    margin-right: 1em;*/
    overflow: visible;
    min-height: 10em;
    /*    width: 17em;*/
}


/*

#kodawari .kodawari_list .d .imgBox img {
    position: absolute;
    right: 0;
    top: -3em;
}
*/

#kodawari .kodawari_list .d .h4_common.flex>span {
    display: inline-block;
}

#kodawari .d .h4_common .kh_sanray {
    font-size: 2em;
}

#kodawari .kodawari_list .d .h4_common .text {
    font-size: 1rem;
    display: inline-block;
    min-height: 0;
    padding: 0.2em 1em;
    flex-shrink: 1;
}

#kodawari .kodawari_list .d .h4_common2.flex>span {
    display: inline-block;
}

#kodawari .d .h4_common2 .kh_sanray {
    font-size: 2em;
    position: relative;
    top: 0.20em;
}

#kodawari .kodawari_list .d .h4_common2 .text {
    font-size: 1rem;
    display: inline-block;
    min-height: 0;
    padding: 0.2em 1em;
    flex-shrink: 1;
}

#kodawari #top {
    position: relative;
    padding: 1em 0 3em;
    color: #fff;
}

#kodawari #top::after,
#kodawari #top::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    left: -100%;
    background-color: #1a274f;
    z-index: -1;
}

#kodawari #to_menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    max-width: 1100px;
    margin: auto;
    padding: 1em;
}

#kodawari #to_menu .imgBox {
    position: relative;
    left: auto;
    top: auto;
    height: 6.5em;
    margin-bottom: 1em;
}

#kodawari #to_menu .imgBox img {
    -webkit-filter: drop-shadow(0 -3px 0 #1a274f) drop-shadow(-3px 0 0 #1a274f) drop-shadow(3px 0 0 #1a274f) drop-shadow(0 3px 0 #1a274f);
    filter: drop-shadow(0 -3px 0 #1a274f) drop-shadow(-3px 0 0 #1a274f) drop-shadow(3px 0 0 #1a274f) drop-shadow(0 3px 0 #1a274f);
    height: 100%;
    max-width: 100%;
}

#kodawari #to_menu::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    left: -100%;
    background-color: #1a274f;
    z-index: 0;
}

#kodawari #to_menu a {
    font-size: 2em;
    height: 1.4em;
    padding: 0 1em;
}

#kodawari #to_menu a.kh_sanray {
    font-size: 2.5em;
    padding-top: 0.25em;
}

#kodawari #to_menu a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
}

#kodawari #to_menu a::after {
    right: 0em;
}

@media screen and (max-width: 900px) {
    #kodawari #to_menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #kodawari #to_menu .imgBox {
        position: relative;
        left: 0em;
    }
    #kodawari #to_menu a {
        margin-bottom: 0.5em;
        padding-left: 0;
        padding-right: 0.5em;
    }
    #kodawari .kodawari_list {
        background-color: #fff;
        border: none;
        box-shadow: none;
        margin: 1em 0;
        position: relative;
        padding: 1em;
    }
    #kodawari .kodawari_list .d {
        margin-bottom: 2em
    }
    #kodawari .kodawari_list .d .imgBox {
        float: none;
        height: 100%;
        position: relative;
        overflow: visible;
        min-height: 0;
        width: auto;
        max-width: none;
        width: 100%;
        margin: 0;
    }
    #kodawari .kodawari_list .d .imgBox img {
        position: static;
        width: 100%;
    }
    #kodawari .kodawari_list .d .h4_common {
        flex-direction: column;
        padding: 0.5em 0.5em 0.5em !important;
        margin-bottom: 1rem;
    }
    #kodawari .kodawari_list .d .h4_common .text {
        font-size: 1rem;
        display: inline-block;
        min-height: 0;
        padding: 0;
        flex-shrink: 1;
    }
    #kodawari .kodawari_list .d .h4_common2 {
        flex-direction: column;
        padding: 0.25em 0 0.5em !important;
        margin-bottom: 1rem;
    }
    #kodawari .kodawari_list .d .h4_common2 .text {
        font-size: 1rem;
        display: inline-block;
        min-height: 0;
        padding: 0;
        flex-shrink: 1;
    }
    #kodawari .kodawari_list .d .img_tex .imgBox,
    #kodawari .kodawari_list .d .tex_img .imgBox {
        max-width: none;
        margin-bottom: 2em;
    }
    #kodawari .kodawari_list .d .img_img .text,
    #kodawari .kodawari_list .d .tex_img .text {
        padding-left: 0;
        padding-right: 0;
    }
}