@charset 'UTF-8';
@layer base, special;
@layer special
{
}
@layer base
{
}
.container-wrap
{
    container-type: inline-size;
    container-name: card-container;
}

@container card-container (max-width: 600px)
{
    .containe-inner
    {
        background: #000;
    }
}
a.itext
{
    width: auto !important;
    height: auto !important;
}

.annot,
section form h2.mail.title
{
    display: none !important;
}

::-moz-selection
{
    background-color: #d0d0ff;
}

::selection
{
    background-color: #d0d0ff;
}

*
{
        box-sizing: border-box;

     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

li
{
    list-style: none;
}

html
{
    font-size: 62.5% !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font-weight: 400;
}

body
{
    font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;

    counter-reset: number 0;
    letter-spacing: .05em;
    word-wrap: break-word;

    color: #000;
}

.inner
{
    width: min(100% - 4rem, var(--width,1000px));

    margin-inline: auto;
}
.inner._large
{
    --width: 1200px;
}

#contents_wrap
{
    overflow: hidden;

    width: 100%;
    min-width: 100%;
}

#contents
{
    width: min(100% - 4rem, var(--width,1000px));
    padding-bottom: 100px;

    margin-inline: auto;
}
@media screen and (max-width: 834px)
{
    #contents
    {
        padding: 0 30px 50px;
    }
}
@media screen and (max-width: 640px)
{
    #contents
    {
        padding: 0 30px 50px;
    }
}

#main
{
    width: 100%;
}

#main #col_main
{
    width: 100%;
}

#side
{
    width: 18.75%;
}

.map
{
    margin: 56px 20px 0;
}

.map li
{
    margin: 0 0 15px;
    padding: 0 0 0 10px;

    list-style: none;

    text-align: left;

    border-left: 5px solid #ccc;
}

table
{
    table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none)
{
    table
    {
        table-layout: fixed;
    }
}
.tlfix table
{
    table-layout: fixed;
}

table td
{
    margin-bottom: -1px !important;
}
table td img
{
    height: auto !important;
}

pre
{
    margin: 0;
    padding: 0;

    white-space: pre-line;
}

b,
strong
{
    font-weight: bold;
}

u
{
    text-decoration: line-through;
}

img
{
    max-width: 100% !important;
    height: auto !important;
}

hr
{
    height: 0;

    border: none;
    border-bottom: 1px dashed #b3b3b3;
}

span
{
    font-weight: inherit;
}

u
{
    text-decoration: underline;
}

input[type=button]
{
    padding: 5px 10px;

    cursor: pointer;
}

a
{
    text-decoration: none;

    color: #17e012;
}

a:hover
{
    opacity: .6;
}

.mincho
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.gothic
{
    font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 640px)
{
    .fltL
    {
        float: none;

        width: 100% !important;
    }

    .fltR
    {
        float: none;

        width: 100% !important;
    }

    .sptal
    {
        text-align: left !important;
    }

    .sptar
    {
        text-align: right !important;
    }

    .sptac
    {
        text-align: center !important;
    }

    .spcenter
    {
        display: block;

        margin-top: 10px;

        text-align: center;
    }
}
header#global_header
{
    min-width: auto;
}

footer#global_footer
{
    min-width: auto;
}

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
   v2.0 | 20110126
03
   License: none (public domain)
04
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

body
{
    line-height: 1;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

*,
*::before,
*::after
{
    box-sizing: border-box;
}

html
{
    font-size: 16px;
}

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
   v2.0 | 20110126
03
   License: none (public domain)
04
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

body
{
    line-height: 1;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

*,
*::before,
*::after
{
    box-sizing: border-box;
}

html
{
    font-size: 16px;
}

.header
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    width: 100%;

    background-color: #fff;
}
.header-inner
{
    display: flex;

    padding-left: 10px;

    align-items: center;
    justify-content: space-between;
}
.header-logo
{
    font-size: 26px;
    font-weight: bold;

    color: #333 !important;
}
@media only screen and (max-width: 1200px)
{
    .header-logo
    {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px)
{
    .header-logo
    {
        font-size: 16px;
    }
}
.header-right
{
    display: flex;
    flex-direction: column;

    align-items: flex-end;
}
.header-right-top
{
    display: flex;
}
.header-nav
{
    margin-top: 20px;
}
@media only screen and (max-width: 1000px)
{
    .header-nav
    {
        position: fixed;
        z-index: 99;
        top: 70px;
        left: 0;

        display: none;
        overflow-y: scroll;

        width: 100vw;
        height: 100vh;
        margin-top: 0;
        padding: 40px 10px 80px;

        background-color: #fff;
    }
}
@media only screen and (max-width: 600px)
{
    .header-nav
    {
        top: 55px;
    }
}
.header-nav ul
{
    display: flex;
}
@media only screen and (max-width: 1000px)
{
    .header-nav ul
    {
        flex-direction: column;
    }
}
.header-nav ul li a
{
    font-size: 14px;

    display: block;

    margin-right: 30px;
    padding-bottom: 20px;

    color: #333;
}
@media only screen and (max-width: 1200px)
{
    .header-nav ul li a
    {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 1000px)
{
    .header-nav ul li a
    {
        margin-right: 0;
        margin-bottom: 30px;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 1000px)
{
    .header-nav ul li .sp-none
    {
        display: none;
    }
}
.header-btn
{
    line-height: 45px;

    display: block;

    width: 180px;
    height: 45px;

    text-align: center;
}
@media only screen and (max-width: 1000px)
{
    .header-btn
    {
        line-height: 70px;

        width: 70px;
        height: 70px;
    }
}
@media only screen and (max-width: 600px)
{
    .header-btn
    {
        line-height: 55px;

        width: 55px;
        height: 55px;
    }
}
.header-btn i
{
    display: none;
}
@media only screen and (max-width: 1000px)
{
    .header-btn i
    {
        display: block;
    }
}
@media only screen and (max-width: 1000px)
{
    .header-btn span
    {
        display: none;
    }
}
.header-tel
{
    color: #333 !important;
    background-color: #fcf9eb;
}
.header-contact
{
    color: #fff !important;
    background-color: #005ead;
}

.res-menu
{
    position: fixed;
    z-index: 100;
    top: 0;
    right: 140px;

    display: none;

    width: 70px;
    height: 70px;

    background-color: #fff;
}
@media only screen and (max-width: 1000px)
{
    .res-menu
    {
        display: block;
    }
}
@media only screen and (max-width: 600px)
{
    .res-menu
    {
        right: 110px;

        width: 55px;
        height: 55px;
    }
}
.res-menu span
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    display: block;

    width: 30px;
    height: 1px;
    margin: auto;

    content: '';
    transition: .2s;

    background-color: #005ead;
}
.res-menu span:first-child
{
    transform: translateY(-6px);
}
.res-menu span:last-child
{
    transform: translateY(6px);
}
.res-menu.active span:first-child
{
    transform: rotate(45deg);
}
.res-menu.active span:nth-child(2)
{
    opacity: 0;
}
.res-menu.active span:last-child
{
    transform: rotate(-45deg);
}

.fv
{
    position: relative;

    margin-top: 99px;
}
@media only screen and (max-width: 1000px)
{
    .fv
    {
        margin-top: 70px;
    }
}
@media only screen and (max-width: 600px)
{
    .fv
    {
        margin-top: 55px;
    }
}
.fv-text
{
    font-weight: 800;
    line-height: 1.4;

    position: absolute;
    right: 40px;
    bottom: 80px;

    text-align: left;

    color: #fff;
}
@media only screen and (max-width: 600px)
{
    .fv-text
    {
        right: auto;
        bottom: 6s0px;
        left: 20px;
    }
}
.fv-text1
{
    font-size: 34px;

    margin-bottom: 15px;
    padding-bottom: 15px;

    border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1000px)
{
    .fv-text1
    {
        font-size: 24px;
    }
}
@media only screen and (max-width: 600px)
{
    .fv-text1
    {
        font-size: 20px;
    }
}
.fv-text2
{
    font-size: 24px;
}
@media only screen and (max-width: 1000px)
{
    .fv-text2
    {
        font-size: 18px;
    }
}
@media only screen and (max-width: 600px)
{
    .fv-text2
    {
        font-size: 16px;
    }
}
.fv-text .sp-none
{
    display: none;
}
@media only screen and (max-width: 600px)
{
    .fv-text .sp-none
    {
        display: block;
    }
}
.fv-img img
{
    min-height: 600px;

    -o-object-fit: cover;
       object-fit: cover;
}
@media only screen and (max-width: 600px)
{
    .fv-img img
    {
        min-height: 500px;
    }
}

.pull-down
{
    position: relative;

    cursor: pointer;
}

.pull-down-wrap
{
    position: absolute;
    z-index: 101;
    top: 0;
    left: 50%;

    display: none;

    transform: translateX(-50%);
}

@media only screen and (max-width: 1000px)
{
    .pull-down-wrap
    {
        position: static;
        top: auto;
        left: auto;

        display: block;

        transform: translateX(0);
    }
}
.pull-down-wrap > ul
{
    flex-direction: column;

    width: 240px;
    margin-top: 34px;
    padding: 10px;

    background-color: #fff;
}

@media only screen and (max-width: 1000px)
{
    .pull-down-wrap > ul
    {
        width: 100%;
        margin-top: 0;

        background-color: rgba(20, 186, 203, 0);
    }
}
.pull-down-wrap > ul li a
{
    display: block;

    margin-right: 0;
    padding: 20px 0;

    border-bottom: 1px solid #005ead;
}
@media only screen and (max-width: 1000px)
{
    .pull-down-wrap > ul li a
    {
        margin-bottom: 30px;
        padding: 0;

        border-bottom: none;
    }
}

.footer
{
    margin-top: 100px;
    padding: 80px 20px;
}
@media only screen and (max-width: 600px)
{
    .footer
    {
        margin-top: 60px;
        padding: 60px 20px;
    }
}
.footer-logo
{
    font-size: 26px;

    color: #fff;
}
@media only screen and (max-width: 600px)
{
    .footer-logo
    {
        font-size: 20px;
    }
}
.footer-nav
{
    margin-top: 40px;
}
.footer-nav ul
{
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
}
.footer-nav ul li a
{
    font-size: 14px;

    display: block;

    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;

    color: #fff;
}
@media only screen and (max-width: 600px)
{
    .footer-nav ul li a
    {
        font-size: 13px;
    }
}
.footer-copy
{
    font-size: 12px;

    margin-top: 60px;

    color: #fff;
}

div.items > article a
{
    font-size: 16px;

    text-decoration: none !important;

    color: #111;
}

div.under ul li a
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 400;

    padding: 10px;

    opacity: 1;
    color: #333 !important;
    border: 1px solid #333;
}
div.under ul li a:hover
{
    color: #fff !important;
    border: 1px solid #b0ddd9;
    background: #b0ddd9;
}

div.select > select
{
    height: 100%;
}

div.search form input
{
    padding: 10px 37px 10px 5px;
}

div.order ul li a
{
    color: #111;
}

div.items > article p.price
{
    color: red;
}

div.crumb
{
    display: none;
}

div.item_view div.item_option
{
    width: 100% !important;
}

div.item_option dl,
button.addcart
{
    width: 50% !important;
}
@media screen and (max-width: 834px)
{
    div.item_option dl,
    button.addcart
    {
        margin: 0 auto;
    }
}

@media screen and (max-width: 834px)
{
    .addcart
    {
        display: flex;
        flex-direction: column;

        align-items: center;
        justify-content: center;
    }
}

div.item_view div.struct
{
    display: block;
}

div.photo div.large
{
    width: auto;
}

div.photo
{
    margin-left: 0;
}

h2.title_h2
{
    font-size: 20px !important;
    line-height: 1.3;

    margin: 65px 0 20px !important;
    padding: 10px !important;

    border-top: none !important;
    border-bottom: 1px solid #ccc;
    background: none !important;
}

h2.title_h2 span
{
    padding: 0 !important;

    border: none !important;
}

ul.item_list li
{
    margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3
{
    font-size: 18px !important;
}

.btn_cart a
{
    display: block !important;

    width: 100% !important;
    padding: 10px 10px 10px 50px !important;

    color: #fff !important;
    border: 1px solid #fff;
    background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000 !important;
    background-size: 30px auto !important;
}

.btn_cart a:hover
{
    background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #ccc !important;
    background-size: 30px auto !important;
}

.sort_catalog
{
    overflow: hidden;
}

.sort_catalog ul
{
    display: flex;
}

.item_title,
.wishlist
{
    margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2
{
    border-top: 2px solid #ccc;
}

.shop_cont a,
.item_info a
{
    color: #ccc;
}

.shop_cont a:hover,
.item_info a:hover
{
    text-decoration: none;
}

.item_title h2
{
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.shop_cont table
{
    table-layout: auto;
}

.base-bg
{
    margin-top: 100px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 60px 20px;

    background-color: #fcf9eb;
}

.p2-h1
{
    font-weight: 800;

    margin-bottom: 60px;
    padding: 180px 20px 100px 60px;

    border-bottom: 1px solid #005ead;
    background-color: #005ead;
}
@media only screen and (max-width: 600px)
{
    .p2-h1
    {
        padding: 120px 10px 60px 20px;
    }
}
.p2-h1 h1
{
    font-size: 40px;

    color: #fff;
}
@media only screen and (max-width: 600px)
{
    .p2-h1 h1
    {
        font-size: 26px;
    }
}
.p2-h1 div
{
    font-size: 18px;

    margin-top: 20px;

    color: #fff;
}
@media only screen and (max-width: 600px)
{
    .p2-h1 div
    {
        font-size: 14px;

        margin-top: 15px;
    }
}
.p2-content
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.p2-h2
{
    margin-top: 100px;
    margin-bottom: 30px;
}
.p2-h2 h2
{
    font-size: 34px;
    font-weight: 800;
    line-height: 1.4;

    position: relative;

    margin-bottom: 30px;
    padding-bottom: 30px;

    text-align: center;
}
@media only screen and (max-width: 800px)
{
    .p2-h2 h2
    {
        font-size: 28px;
    }
}
@media only screen and (max-width: 600px)
{
    .p2-h2 h2
    {
        font-size: 24px;
    }
}
.p2-h2 h2::before
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    width: 80px;
    height: 4px;
    margin: auto;

    content: '';

    border-radius: 4px;
    background-color: #005ead;
}
.p2-h2 div
{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;

    text-align: center;
}
@media only screen and (max-width: 800px)
{
    .p2-h2 div
    {
        font-size: 18px;
    }
}
.p2-h2-long h2
{
    font-size: 28px;
}
@media only screen and (max-width: 800px)
{
    .p2-h2-long h2
    {
        font-size: 24px;
    }
}
@media only screen and (max-width: 600px)
{
    .p2-h2-long h2
    {
        font-size: 18px;
    }
}
.p2-h2-mt0
{
    margin-top: 0;
}
.p2-h3
{
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;

    margin-top: 60px;
    margin-bottom: 20px;
    padding-left: 10px;

    border-left: 4px solid #005ead;
}
@media only screen and (max-width: 600px)
{
    .p2-h3
    {
        font-size: 20px;
    }
}
.p2-btn
{
    position: relative;

    display: block;

    text-align: center;

    color: #fff !important;
    background-color: #005ead;
}
.p2-btn::before
{
    position: absolute;
    top: 50%;
    right: 10px;

    content: '';
    transform: translateY(-50%);

    border: 4px solid transparent;
    border-left: 6px solid #fff;
}

.menu-text
{
    line-height: 1.6;

    text-align: center;
}
.menu-flex
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-flex .box
{
    width: 31%;
}
@media only screen and (max-width: 800px)
{
    .menu-flex .box
    {
        width: 100%;
        margin-bottom: 20px;
    }
}
.menu-flex-title
{
    font-size: 18px;
    font-weight: 700;

    padding: 10px;

    text-align: center;

    color: #fff;
    background-color: #005ead;
}
.menu-flex-text
{
    font-size: 14px;
    line-height: 2;

    min-height: 120px;
    padding: 30px 10px;

    text-align: center;

    background-color: #fcf9eb;
}
@media only screen and (max-width: 800px)
{
    .menu-flex-text
    {
        min-height: 100%;
    }
}
.menu-textbox
{
    margin-top: 40px;
    padding: 40px;

    background-color: #f1f1f1;
}
@media only screen and (max-width: 600px)
{
    .menu-textbox
    {
        padding: 30px 20px;
    }
}
.menu-textbox1
{
    font-size: 20px;
    font-weight: bold;

    padding-bottom: 10px;

    border-bottom: 1px solid #005ead;
}
@media only screen and (max-width: 600px)
{
    .menu-textbox1
    {
        font-size: 16px;
    }
}
.menu-textbox2
{
    font-size: 14px;
    line-height: 1.8;
}
.menu-btn
{
    line-height: 70px;

    width: 90%;
    max-width: 400px;
    height: 70px;
    margin: 40px auto 0;
}

.consult-btn
{
    line-height: 80px;

    width: 90%;
    max-width: 400px;
    height: 80px;
    margin: 0 auto;
}
.consult-flex
{
    display: flex;

    align-items: center;
}
@media only screen and (max-width: 600px)
{
    .consult-flex
    {
        flex-direction: column;
    }
}
.consult-flex-img
{
    width: 35%;
}
@media only screen and (max-width: 600px)
{
    .consult-flex-img
    {
        width: 70%;
        margin: 0 auto 30px;
    }
}
.consult-flex-text
{
    width: 65%;
    margin-left: 60px;
}
@media only screen and (max-width: 600px)
{
    .consult-flex-text
    {
        width: 100%;
        margin-left: 0;
    }
}
.consult-flex-text h3
{
    font-size: 22px;
    font-weight: 800;

    margin-bottom: 25px;
    padding-bottom: 10px;

    border-bottom: 1px solid #005ead;
}
.consult-flex-text div
{
    line-height: 1.5;
}
@media only screen and (max-width: 600px)
{
    .consult-table tr
    {
        display: flex;
        flex-direction: column;
    }
}
.consult-table td
{
    width: 50%;
    padding: 25px 8px !important;
}
@media only screen and (max-width: 600px)
{
    .consult-table td
    {
        width: 100%;
    }
}
.consult-table-left
{
    color: #fff;
    border-right: none;
    background-color: #005ead;
}
.consult-table-right
{
    border-left: 1px solid #ccc;
}
.consult-list
{
    max-width: 800px;
    margin: -30px auto 0;
}
.consult-list ul li
{
    line-height: 1.5;

    position: relative;

    padding: 30px 10px 30px 65px;

    border-bottom: 1px dashed #005ead;
}
@media only screen and (max-width: 600px)
{
    .consult-list ul li
    {
        padding: 20px 10px 20px 45px;
    }
}
.consult-list ul li::before
{
    position: absolute;
    top: 50%;
    left: 10px;

    width: 40px;
    height: 40px;

    content: '';
    transform: translateY(-50%);

    background-image: url(../images/main/check.png);
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 600px)
{
    .consult-list ul li::before
    {
        width: 25px;
        height: 25px;
    }
}

.trouble-h3
{
    margin-top: 0;
    margin-bottom: 20px;
}
.trouble-text
{
    font-size: 14px;
    line-height: 1.8;
}
.trouble-flex1,
.trouble-flex2
{
    margin-top: 100px;
}
.trouble-img
{
    width: 35% !important;
}
@media only screen and (max-width: 800px)
{
    .trouble-img
    {
        width: 80% !important;
    }
}
.trouble-textbox
{
    width: 65% !important;
}
@media only screen and (max-width: 800px)
{
    .trouble-textbox
    {
        width: 100% !important;
    }
}
.trouble-list
{
    margin-top: 20px;
}
.trouble-list ul li
{
    padding: 20px 10px 20px 45px !important;
}
.trouble-list ul li::before
{
    width: 30px;
    height: 30px;

    background-image: url(../images/main/check.png);
}
@media only screen and (max-width: 600px)
{
    .trouble-list ul li::before
    {
        width: 20px;
        height: 20px;
    }
}

.patrol-list ul
{
    display: flex;
    flex-direction: column;
}
.patrol-list ul li
{
    line-height: 1.4;

    display: flex;

    margin-bottom: 10px;

    align-items: center;
}
@media only screen and (max-width: 600px)
{
    .patrol-list ul li
    {
        flex-direction: column;

        margin-bottom: 15px;

        align-items: flex-start;
    }
}
.patrol-list1
{
    width: 100px;
    margin-right: 10px;
    padding: 10px 0;

    text-align: center;

    color: #fff;
}
@media only screen and (max-width: 600px)
{
    .patrol-list1
    {
        margin-right: 0;
        margin-bottom: 5px;
    }
}
.patrol-list2 .patrol-list1
{
    width: 200px;
}
.patrol-table1
{
    margin-bottom: 10px;
}
.patrol-table1 td
{
    width: calc(100% / 3);
    padding: 20px 10px !important;
}
@media only screen and (max-width: 600px)
{
    .patrol-table1 td
    {
        font-size: 13px;
    }
}
.patrol-table1 .bg-main
{
    color: #fff !important;
    background-color: #005ead !important;
}
.patrol-table2 td
{
    padding: 10px;

    text-align: center;
}
@media only screen and (max-width: 600px)
{
    .patrol-table2 td
    {
        font-size: 13px;
    }
}
.patrol-table2 .bg-main
{
    color: #fff !important;
    background-color: #005ead !important;
}
.patrol-flow
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}
.patrol-flow .box
{
    width: 31%;
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px)
{
    .patrol-flow .box
    {
        width: 48%;
    }
}
@media only screen and (max-width: 600px)
{
    .patrol-flow .box
    {
        width: 100%;
    }
}
.patrol-flow-top
{
    display: flex;

    padding: 10px;

    color: #fff;
    background-color: #005ead;

    align-items: center;
}
.patrol-flow-number
{
    font-size: 24px;
    line-height: 35px;

    width: 35px;
    height: 35px;
    margin-right: 10px;

    text-align: center;

    color: #005ead;
    border-radius: 50%;
    background-color: #fff;
}
.patrol-flow-text
{
    font-size: 14px;
    line-height: 1.5;

    min-height: 120px;
    padding: 25px;

    border: 1px solid #ddd;
}
.patrol-bottom-text
{
    line-height: 1.5;
}

.rent-btnwrap
{
    display: flex;

    flex-wrap: wrap;
    justify-content: space-around;
}
.rent-btnwrap .box
{
    position: relative;

    width: 19%;

    text-align: center;
}
@media only screen and (max-width: 600px)
{
    .rent-btnwrap .box
    {
        width: 32%;
    }
}
.rent-btnwrap .box a
{
    line-height: 55px;

    display: block;

    width: 100%;
    height: 55px;
    margin-bottom: 10px;

    color: #005ead;
    border: 1px solid #005ead;
    border-radius: 5px;
}
.rent-flex
{
    display: flex;

    margin-top: 80px;

    align-items: flex-start;
}
@media only screen and (max-width: 600px)
{
    .rent-flex
    {
        flex-direction: column;
    }
}
.rent-flex-left
{
    width: 35%;
    margin-right: 40px;
}
@media only screen and (max-width: 600px)
{
    .rent-flex-left
    {
        width: 100%;
        margin-right: 0;
    }
}
.rent-flex-img2
{
    display: flex;

    flex-wrap: wrap;
}
.rent-flex-img2 .box
{
    width: 32%;
    margin-top: 1%;
    margin-right: .5%;
    margin-left: .5%;
}
.rent-flex-img2 .box img
{
    height: 100px !important;

    -o-object-fit: cover;
       object-fit: cover;
}
@media only screen and (max-width: 800px)
{
    .rent-flex-img2 .box img
    {
        height: 70px !important;
    }
}
@media only screen and (max-width: 600px)
{
    .rent-flex-img2 .box img
    {
        height: 100px !important;
    }
}
.rent-flex-right
{
    width: 65%;
}
@media only screen and (max-width: 600px)
{
    .rent-flex-right
    {
        width: 100%;
        margin-top: 20px;
    }
}
.rent-table td
{
    padding: 7px 0;

    border: none;
}
.rent-table-title
{
    font-size: 24px;
    font-weight: bold;

    padding-bottom: 20px;
}
.rent-table-leftbox
{
    width: 120px !important;

    color: #777 !important;
}
.rent-btn
{
    line-height: 50px;

    display: block;

    width: 300px;
    height: 50px;
    margin-top: 30px;

    text-align: center;

    color: #fff !important;
    background-color: #005ead;
}

.faq1
{
    display: flex;
    flex-direction: column;

    padding-bottom: 24px;

    border-bottom: 1px solid #ccc;
}
.faq1 .box
{
    margin-top: 40px;
}
.faq1 .box:first-child
{
    margin-top: 0;
}
.faq1 .box:first-child div::before
{
    content: 'Q';

    color: #005ead;
}
.faq1 .box:last-child div:before
{
    content: 'A';

    color: #fff;
    background-color: #005ead;
}
.faq1 .box div
{
    line-height: 1.5;

    position: relative;

    padding-left: 48px;
}
.faq1 .box div:before
{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;

    position: absolute;
    top: 0;
    left: 0;

    display: flex;

    box-sizing: border-box;
    width: 32px;
    height: 32px;

    text-align: center;

    border: 1px solid #005ead;

    align-items: center;
    justify-content: center;
}
.faq1 .box div img
{
    display: block;

    max-width: 600px !important;
    margin: 0 auto;
}

.company-table td
{
    padding: 20px 10px;
}
@media only screen and (max-width: 600px)
{
    .company-table tr
    {
        display: flex;
        flex-direction: column;
    }
}
.company-table-left
{
    width: 200px;

    color: #fff;
    background-color: #005ead;
}
@media only screen and (max-width: 600px)
{
    .company-table-left
    {
        width: 100%;
    }
}
.company-table-right
{
    width: calc(100% - 200px);
}
@media only screen and (max-width: 600px)
{
    .company-table-right
    {
        width: 100%;
    }
}

.contact-form
{
    max-width: 1000px;
    margin: 30px auto 0;
}
.contact-form dd,
.contact-form dt
{
    padding: 20px 10px !important;
}
.contact-form dt
{
    display: flex;
    flex-direction: row !important;

    width: 200px !important;

    color: #fff !important;
    background-color: #005ead !important;

    align-items: center !important;
    justify-content: flex-start !important;
}
.contact-form dd
{
    width: calc(100% - 200px);
}
.contact-form dd input
{
    width: 100% !important;
    height: 45px;
}
.contact-form dd textarea
{
    height: 150px;
}
.contact-text
{
    margin-top: 30px;
}

button
{
    text-indent: 1px !important;
}

.submit button
{
    font-weight: bold;
    line-height: 70px;

    display: block;

    width: 320px;
    height: 70px;
    margin: 40px auto 0;

    text-align: center;

    color: #fff !important;
    border: none;
    border-radius: 5px;
    background: #005ead;
    box-shadow: #0d6d95 2px 2px 0;
}
@media only screen and (max-width: 400px)
{
    .submit button
    {
        width: 100%;
    }
}

.error,
.confirm,
.message
{
    margin-top: 100px !important;
}

.message
{
    line-height: 1.8;
}
.message a
{
    font-weight: bold;
    line-height: 70px;

    display: block;

    width: 320px;
    height: 70px;
    margin: 40px auto 0;

    text-align: center;

    color: #fff !important;
    border: none;
    border-radius: 5px;
    background: #005ead;
    box-shadow: #0d6d95 2px 2px 0;
}
@media only screen and (max-width: 400px)
{
    .message a
    {
        width: 100%;
    }
}

.blog
{
    margin-top: 120px !important;
}
.blog .date
{
    color: #fff !important;
    background-color: #005ead !important;
}

ul.pages a
{
    color: #333 !important;
}

a
{
    text-decoration: none;
}

ul
{
    list-style: none;
}

img
{
    width: 100%;
    max-width: 100%;
    height: auto;

    vertical-align: bottom;
}

body
{
    font-family: 'Shippori Mincho', serif;
    font-size: 16px;

    overflow-x: hidden;

    color: #333;
}
@media only screen and (max-width: 800px)
{
    body
    {
        font-size: 14px;

        overflow-x: visible;
    }
}

i
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.disnone
{
    display: none;
}

.clearfix:after
{
    visibility: visible;
}

.flex-R,
.flex-L
{
    width: 50%;
}

.flex-L
{
    margin-right: 60px;
}
@media only screen and (max-width: 800px)
{
    .flex-L
    {
        width: 80%;
        margin: 0 auto 30px;
    }
}
@media only screen and (max-width: 600px)
{
    .flex-L
    {
        width: 90%;
    }
}

@media only screen and (max-width: 800px)
{
    .flex-R
    {
        width: 100%;
    }
}

.imgL
{
    float: none;

    margin: 0;
}

#contents_wrap
{
    overflow: visible;
}

#contents
{
    width: 100%;
    margin: 0;
    padding: 0;
}

.flex1
{
    display: flex;

    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 800px)
{
    .flex1
    {
        flex-direction: column;
    }
}

.flex2
{
    display: flex;

    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 800px)
{
    .flex2
    {
        flex-direction: column-reverse;
    }
}

.cont-title h2
{
    font-weight: 800;

    color: #005ead;
}
.cont-btn
{
    line-height: 1.3;

    position: relative;

    display: flex;
    flex-direction: column;

    text-align: center;

    color: #005ead;
    border: 1px solid #005ead;
    background-color: #fff;

    justify-content: center;
}
.cont-btn::before
{
    position: absolute;
    top: 50%;
    right: 10px;

    content: '';
    transform: translateY(-50%);

    border: 4px solid transparent;
    border-left: 6px solid #005ead;
}

.cont1
{
    margin-top: 100px;
    padding: 0 20px;
}
@media only screen and (max-width: 600px)
{
    .cont1
    {
        margin-top: 80px;
    }
}
.cont1-inner
{
    display: flex;

    max-width: 1000px;
    margin: 0 auto;

    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 800px)
{
    .cont1-inner
    {
        flex-direction: column;

        align-items: flex-start;
    }
}
.cont1-title
{
    font-size: 30px;
    line-height: 200px;

    position: relative;

    width: 200px;
    height: 200px;
    margin-right: 80px;

    text-align: center;

    border: 1px solid #005ead;
}
@media only screen and (max-width: 800px)
{
    .cont1-title
    {
        line-height: 1;

        width: auto;
        height: auto;
        margin-right: 0;
        margin-bottom: 40px;

        border: none;
    }
}
.cont1-title::after
{
    position: absolute;
    right: -5px;
    bottom: -5px;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    border: 1px solid #005ead;
}
@media only screen and (max-width: 800px)
{
    .cont1-title::after
    {
        display: none;
    }
}
.cont1-blog
{
    overflow-y: scroll;

    width: calc(100% - 200px);
    height: 220px;
}
@media only screen and (max-width: 800px)
{
    .cont1-blog
    {
        width: 100%;
        height: 300px;
    }
}
.cont1-blog ul li
{
    padding: 30px 10px;

    border-bottom: 1px solid #eee;
}
.cont1-blog ul li span
{
    font-size: 13px;

    display: inline-block;

    margin-bottom: 10px;
    padding: 5px;

    color: #fff;
    background-color: #005ead;
}

.cont2
{
    margin-top: 100px;
    padding: 80px 20px;

    background-color: #fcf9eb;
}
@media only screen and (max-width: 600px)
{
    .cont2
    {
        margin-top: 80px;
        padding: 60px 20px;
    }
}
.cont2-inner
{
    max-width: 1200px;
    margin: 0 auto;
}
.cont2-title
{
    font-size: 30px;

    display: inline-block;

    margin-bottom: 20px;
    padding-bottom: 1px;

    border-bottom: 1px solid #005ead;
}
@media only screen and (max-width: 600px)
{
    .cont2-title
    {
        font-size: 20px;
    }
}
.cont2-text
{
    line-height: 1.5;
}
.cont2-text h3
{
    font-size: 20px;
    font-weight: 700;

    margin-bottom: 20px;
}
@media only screen and (max-width: 600px)
{
    .cont2-text h3
    {
        font-size: 16px;
    }
    .cont2-text h3 br
    {
        display: none;
    }
}
.cont2-btnwrap
{
    display: flex;

    margin-top: 40px;

    justify-content: space-between;
}
@media only screen and (max-width: 600px)
{
    .cont2-btnwrap
    {
        flex-direction: column;
    }
}
.cont2-btnwrap a
{
    line-height: 1.3;

    width: 48%;
    height: 50px;
    margin-bottom: 10px;

    color: #005ead !important;
    border: 1px solid #005ead;
}
@media only screen and (max-width: 600px)
{
    .cont2-btnwrap a
    {
        width: 100%;
    }
}

.cont3
{
    margin-top: 160px;
}
@media only screen and (max-width: 600px)
{
    .cont3
    {
        margin-top: 120px;
    }
}
.cont3-flex
{
    display: flex;

    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;

    justify-content: space-between;
}
@media only screen and (max-width: 800px)
{
    .cont3-flex
    {
        flex-direction: column;
    }
}
.cont3-flex .box
{
    position: relative;

    width: 46%;
}
@media only screen and (max-width: 800px)
{
    .cont3-flex .box
    {
        width: 90%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 600px)
{
    .cont3-flex .box
    {
        width: 95%;
    }
}
.cont3-flex .box img
{
    position: relative;
    z-index: 0;
}
@media only screen and (max-width: 800px)
{
    .cont3-flex .box:last-child
    {
        margin-top: 100px;
    }
}
.cont3-title
{
    -ms-writing-mode: tb-rl;

        writing-mode: vertical-rl;
}
.cont3-title p
{
    font-size: 20px;
    font-weight: bold;

    position: absolute;

    padding: 15px;

    border-top: 3px solid #005ead;
    background-color: #fff;
}
@media only screen and (max-width: 600px)
{
    .cont3-title p
    {
        font-size: 16px;

        padding: 8px;
    }
}
.cont3-title1
{
    top: -60px;
    right: 20px;
}
@media only screen and (max-width: 600px)
{
    .cont3-title1
    {
        right: 20px;
    }
}
.cont3-title2
{
    top: -20px;
    right: 80px;
}
@media only screen and (max-width: 600px)
{
    .cont3-title2
    {
        right: 60px;
    }
}
.cont3-textbox
{
    position: relative;
    z-index: 3;

    width: 100%;
    margin: 0 -20px 0 auto;
    margin-top: -40px;
    padding: 30px 20px;

    border-right: 1px solid #005ead;
    border-bottom: 1px solid #005ead;
    background-color: #fff;
}
@media only screen and (max-width: 800px)
{
    .cont3-textbox
    {
        margin: 20px auto 0;
        padding: 0;

        border-right: none;
        border-bottom: none;
    }
}
.cont3-text
{
    line-height: 1.5;
}
@media only screen and (max-width: 800px)
{
    .cont3-text br
    {
        display: none;
    }
}
.cont3-btn
{
    width: 255px;
    height: 50px;
    margin-top: 30px;

    color: #005ead !important;
}

.cont4
{
    margin-top: 100px;
    padding: 0 20px;
}
.cont4-title
{
    margin-bottom: 30px;
}
.cont4-blog .blog_list
{
    overflow-y: scroll;

    max-width: 800px;
    height: 250px;
    margin: 0 auto;

    border: none !important;
}
.cont4-blog .blog_list > div
{
    padding-top: 25px;
    padding-bottom: 25px;

    border-bottom: 1px solid #ddd !important;
}
.cont4-blog .blog_photo
{
    display: none;
}
.cont4-blog .blog_text
{
    display: flex;

    width: 100% !important;

    align-items: center;
}
.cont4-blog .blog_text h3
{
    margin-bottom: 0 !important;
}
.cont4-blog .blog_text h3 a
{
    color: #333 !important;
}
.cont4-blog .blog_date
{
    font-size: 14px;

    margin-right: 30px;

    color: #005ead !important;
}
.cont4-blog .more
{
    display: none;
}

.cont5
{
    margin-top: 100px;
    padding: 80px 20px;

    background-image: url(../images/main/cont5-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 600px)
{
    .cont5
    {
        margin-top: 80px;
        padding: 60px 20px 20px;
    }
}
.cont5-title
{
    text-align: center;
}
.cont5-title h2
{
    font-size: 30px;
    line-height: 1.3;

    margin-bottom: 30px;
}
@media only screen and (max-width: 600px)
{
    .cont5-title h2
    {
        font-size: 20px;
    }
}
.cont5-title div
{
    line-height: 1.4;
}
@media only screen and (max-width: 600px)
{
    .cont5-title div br
    {
        display: none;
    }
}
.cont5-flexwrap
{
    position: relative;

    display: flex;

    max-width: 1200px;
    margin: 40px auto 0;

    justify-content: space-between;
}
@media only screen and (max-width: 600px)
{
    .cont5-flexwrap
    {
        flex-direction: column;
    }
}
.cont5-flexwrap::before
{
    position: absolute;
    right: 0;
    left: 0;

    width: 1px;
    height: 100%;
    margin: auto;

    content: '';

    background-color: #111;
}
@media only screen and (max-width: 600px)
{
    .cont5-flexwrap::before
    {
        display: none;
    }
}
.cont5-flex-left,
.cont5-flex-right
{
    width: 46%;
}
@media only screen and (max-width: 600px)
{
    .cont5-flex-left,
    .cont5-flex-right
    {
        width: 100%;
    }
}
@media only screen and (max-width: 600px)
{
    .cont5-flex-right
    {
        margin-top: 20px;
    }
}
.cont5-h3
{
    font-size: 22px;
    font-weight: bold;

    margin-bottom: 30px;

    text-align: center;
}
.cont5-flex
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}
.cont5-flex .box
{
    width: 48%;
}
@media only screen and (max-width: 800px)
{
    .cont5-flex .box
    {
        width: 48%;
        margin-bottom: 40px;
    }
}
.cont5-flex .box div
{
    font-size: 16px;
    font-weight: bold;

    margin-top: 10px;

    text-align: center;
}

.cont6
{
    padding: 80px 20px;

    background-image: url(../images/main/cont6-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 600px)
{
    .cont6
    {
        padding: 60px 20px 50px;
    }
}
.cont6-title
{
    font-size: 26px;
    font-weight: bold;

    display: inline-block;

    margin-bottom: 20px;
    padding-bottom: 10px;

    border-bottom: 1px solid #005ead;
}
@media only screen and (max-width: 600px)
{
    .cont6-title
    {
        font-size: 20px;
    }
}
.cont6-text
{
    line-height: 1.6;
}
@media only screen and (max-width: 800px)
{
    .cont6-text br
    {
        display: none;
    }
}

.cont7
{
    display: flex;

    max-width: 900px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 0 20px;

    justify-content: space-between;
    flex-wrap: wrap;
}
@media only screen and (max-width: 600px)
{
    .cont7
    {
        margin-top: 80px;
    }
}
.cont7 .box
{
    width: 48%;
}
@media only screen and (max-width: 600px)
{
    .cont7 .box
    {
        width: 90%;
        margin: 0 auto 30px;
    }
}

.cont8
{
    margin-top: 100px;
    padding: 0 20px;
}
@media only screen and (max-width: 600px)
{
    .cont8
    {
        margin-top: 80px;
    }
}
.cont8-inner
{
    display: flex;

    max-width: 1200px;
    margin: 0 auto;

    align-items: center;
    justify-content: space-around;
}
@media only screen and (max-width: 600px)
{
    .cont8-inner
    {
        flex-direction: column;
    }
}
.cont8-map
{
    width: 60%;
    margin-right: 60px;
}
@media only screen and (max-width: 600px)
{
    .cont8-map
    {
        width: 100%;
        margin-right: 0;
    }
}
.cont8-map iframe
{
    width: 100%;
    height: 400px;
}
.cont8-text
{
    line-height: 3;

    text-align: center;
}
@media only screen and (max-width: 600px)
{
    .cont8-text
    {
        margin-top: 30px;
    }
}
