@charset 'UTF-8';
.js
{
    font-family: 'Josefin Sans', sans-serif;
}

*
{
        box-sizing: border-box;

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

li
{
    list-style: none;
}

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: 13px;
    font-weight: 400;
    line-height: 2;

    clear: both;
    overflow: hidden;

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

    color: #000;
}

.inner
{
    max-width: 1000px;
    margin: 0 auto;
}

section form h2.mail.title
{
    display: none;
}

#contents_wrap
{
    width: 100%;
    min-width: 100%;
}

#contents
{
    width: 100%;
    max-width: 1000px;
    padding: 0;
    padding-bottom: 10%;
}

@media only screen and (max-width: 1200px)
{
    #contents
    {
        padding: 0;
        padding-right: 10px;
        padding-bottom: 10%;
        padding-left: 10px;
    }
}

@media screen and (max-width: 834px)
{
    #contents
    {
        padding: 0;
        padding-right: 10px;
        padding-bottom: 10%;
        padding-left: 10px;
    }
}

#main
{
    width: 100%;
}

#main #col_main
{
    width: 100%;
}

#side
{
    width: 18.75000%;
}

#col_side1
{
    display: none;
}

.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 img
{
    height: auto !important;
}

.pdtd10 td
{
    padding: 10px !important;
}

pre
{
    margin: 0;
    padding: 0;

    white-space: pre-line;
}

b,
strong
{
    font-weight: bold;
}

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

hr
{
    height: 0;

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

span
{
    font-weight: inherit;
}

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

    cursor: pointer;
}

a
{
    transition: 1s;
    text-decoration: none;

    color: #17e012;
}

a:hover
{
    transition: 1s;

    opacity: .6;
}

@media screen and (max-width: 834px)
{
    .imgR,
    .imgL
    {
        max-width: 30% !important;
    }
}

@media screen and (max-width: 640px)
{
    .imgR,
    .imgL
    {
        display: block;
        float: none;

        max-width: 100% !important;
        margin: 0 auto 10px;

        text-align: center;
    }
}

.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;
}

.header
{
    overflow: hidden;

    background: #f6f6f6;
}

.header-inner
{
    position: fixed;
    z-index: 20;

    display: flex;

    width: 100%;
    height: 140px;

    transition-duration: .4s;

    border-bottom: 1px solid #ddd;
    background: #f6f6f6;

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

@media screen and (max-width: 834px)
{
    .header-inner
    {
        height: auto;
    }
}

.header-logo
{
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 1200px)
{
    .header-logo
    {
        margin: 0;
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 834px)
{
    .header-logo
    {
        width: 20%;
    }
}

@media screen and (max-width: 640px)
{
    .header-logo
    {
        margin-top: -20px;
    }
}

.header-line
{
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 200px;
}

@media only screen and (max-width: 1200px)
{
    .header-line
    {
        right: 175px;
    }
}

@media screen and (max-width: 834px)
{
    .header-line
    {
        top: auto;
        right: 370px;
        bottom: 10px;

        padding-left: 10px;
    }
}

.header-line img
{
    width: 120px;
}

.header-box
{
    position: absolute;
    top: 0;
    right: 0;

    display: flex;

    width: 100%;
    max-width: 465px;

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

@media only screen and (max-width: 1200px)
{
    .header-box
    {
        position: static;

        max-width: 375px;
    }
}

@media screen and (max-width: 834px)
{
    .header-box
    {
        display: block;

        max-width: 360px;
        padding-top: 15px;
    }
}

.header-list._01
{
    display: flex;

    width: 100%;
    max-width: 260px;
    margin-right: 20px;
    padding-top: 20px;

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

@media only screen and (max-width: 1200px)
{
    .header-list._01
    {
        max-width: 200px;
    }
}

@media screen and (max-width: 834px)
{
    .header-list._01
    {
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 15px;
        padding-top: 0;

        justify-content: flex-start;
    }
}

.header-list._01 ._tel
{
    margin-left: 10px;
}

@media screen and (max-width: 640px)
{
    .header-list._01 ._tel
    {
        margin-right: 70px;
        margin-left: 20px;
    }
}

.header-list._01 ._tel img
{
    width: 119px;
    height: 31px !important;
}

.header-list._01 ._shop img
{
    width: 100px;
}

.header-list._02
{
    line-height: 1.6;

    width: 100%;
    max-width: 160px;
}

@media screen and (max-width: 834px)
{
    .header-list._02
    {
        display: flex;

        max-width: 100%;

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

.header-list._02 .header-item
{
    width: 100%;
}

.header-list._02 ._yoyaku a
{
    background: #aaa;
}

.header-list._02 ._sodan a
{
    background: #48a299;
}

.header-list._02 a
{
    display: block;

    padding: 25px 0;

    color: #fff;
}

@media screen and (max-width: 834px)
{
    .header-list._02 a
    {
        padding: 15px;
    }
}

.header .js-sidebtn
{
    line-height: 40px;

    position: fixed;
    top: 140px;
    right: 0;

    width: 40px;
    height: 130px;

    transition-duration: .4s;
    -ms-writing-mode: tb-rl;

    opacity: 0;
    color: #fff;
    border-radius: 10px 0 0 10px;
    background: #000;

        writing-mode: vertical-rl;
}

@media screen and (max-width: 834px)
{
    .header .js-sidebtn
    {
        display: none;
    }
}

.header > .nav-list
{
    position: fixed;
    z-index: 10;
    top: 140px;
    right: -160px;

    overflow-y: scroll;
    flex-direction: column;

    width: 160px;
    height: 100vh;
    padding: 20px 0 140px;

    transition-duration: .4s;

    opacity: 0;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #fff;
}

.header > .nav-list .nav-item
{
    padding: 10px 20px;
}

.header .fadein
{
    opacity: 1;
}

.header .active160
{
    right: 160px;

    transition-duration: .4s;
}

.header .active0
{
    right: 0;

    transition-duration: .4s;
}

.main
{
    position: relative;

    overflow: hidden;

    height: 800px;
    margin-top: 140px;
}

@media screen and (max-width: 834px)
{
    .main
    {
        margin-top: 117px;
    }
}

.main-copy
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 5%;

    display: flex;

    width: 50%;
    height: 100%;

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

@media screen and (max-width: 640px)
{
    .main-copy
    {
        width: 60%;
    }
}

.main-list
{
    position: relative;

    width: 100%;
    height: 100%;
}

.main-item
{
    position: absolute;
    z-index: 1;

    visibility: hidden;

    width: 100%;
    height: 100%;

    list-style: none;

    -webkit-animation: anime_slider_fade 20s 0s infinite;
            animation: anime_slider_fade 20s 0s infinite;

    background: url(../images/common/main0-1.jpg) top center/cover no-repeat;
}

.main-item:nth-of-type(2)
{
    -webkit-animation-delay: 5s;
            animation-delay: 5s;

    background: url(../images/common/main1-1.jpg) top center/cover no-repeat;
}

.main-item:nth-of-type(3)
{
    -webkit-animation-delay: 10s;
            animation-delay: 10s;

    background: url(../images/common/main3-1.jpg) top center/cover no-repeat;
}

.main-item:nth-of-type(4)
{
    -webkit-animation-delay: 15s;
            animation-delay: 15s;

    background: url(../images/common/main4-1.jpg) top center/cover no-repeat;
}

@-webkit-keyframes anime_slider_fade
{
    0%
    {
        visibility: visible;

        opacity: 0;
    }
    12.5%
    {
        opacity: 1;
    }
    25%
    {
        opacity: 1;
    }
    50%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 0;
    }
}

@keyframes anime_slider_fade
{
    0%
    {
        visibility: visible;

        opacity: 0;
    }
    12.5%
    {
        opacity: 1;
    }
    25%
    {
        opacity: 1;
    }
    50%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 0;
    }
}

.nav._common
{
    margin-top: 140px;
}

@media screen and (max-width: 834px)
{
    .nav._common
    {
        margin-top: 0;
    }
}

@media screen and (max-width: 834px)
{
    .nav
    {
        position: fixed;
        z-index: 999;
        top: 0;
        right: -100%;

        display: flex;
        flex-direction: column;

        width: 100%;
        max-width: 100%;
        height: 100%;
        margin-top: 0;

        transition-duration: .4s;

        background: rgba(255, 255, 255, .9);

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

.nav.active
{
    right: 0;
}

.nav-list
{
    display: flex;

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

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

@media screen and (max-width: 834px)
{
    .nav-list
    {
        display: block;
    }
}

.nav-item
{
    width: 100%;
    padding: 40px 0 100px;
}

@media screen and (max-width: 834px)
{
    .nav-item
    {
        padding: 20px 0;
    }
}

.nav-item:nth-child(1) a
{
    display: block;

    padding-top: 20px;

    background: url(../images/common/nav-icon1.svg) center top/15px no-repeat;
}

@media screen and (max-width: 834px)
{
    .nav-item:nth-child(1) a
    {
        padding: 0;
        padding-left: 30px;

        text-align: left;

        background: url(../images/common/nav-icon1.svg) center left/15px no-repeat;
    }
}

.nav-item:nth-child(2) a
{
    display: block;

    padding-top: 20px;

    background: url(../images/common/nav-icon2.svg) center top/15px no-repeat;
}

@media screen and (max-width: 834px)
{
    .nav-item:nth-child(2) a
    {
        padding: 0;
        padding-left: 30px;

        text-align: left;

        background: url(../images/common/nav-icon2.svg) center left/15px no-repeat;
    }
}

.nav-item:nth-child(3) a
{
    display: block;

    padding-top: 20px;

    background: url(../images/common/nav-icon3.svg) center top/15px no-repeat;
}

@media screen and (max-width: 834px)
{
    .nav-item:nth-child(3) a
    {
        padding: 0;
        padding-left: 30px;

        text-align: left;

        background: url(../images/common/nav-icon3.svg) center left/15px no-repeat;
    }
}

.nav-item:nth-child(4) a
{
    display: block;

    padding-top: 20px;

    background: url(../images/common/nav-icon4.svg) center top/15px no-repeat;
}

@media screen and (max-width: 834px)
{
    .nav-item:nth-child(4) a
    {
        padding: 0;
        padding-left: 30px;

        text-align: left;

        background: url(../images/common/nav-icon4.svg) center left/15px no-repeat;
    }
}

.nav-item:nth-child(5) a
{
    display: block;

    padding-top: 20px;

    background: url(../images/common/nav-icon5.svg) center top/15px no-repeat;
}

@media screen and (max-width: 834px)
{
    .nav-item:nth-child(5) a
    {
        padding: 0;
        padding-left: 30px;

        text-align: left;

        background: url(../images/common/nav-icon5.svg) center left/15px no-repeat;
    }
}

.nav-item:nth-child(6) a
{
    display: block;

    padding-top: 20px;

    background: url(../images/common/nav-icon6.svg) center top/15px no-repeat;
}

@media screen and (max-width: 834px)
{
    .nav-item:nth-child(6) a
    {
        padding: 0;
        padding-left: 30px;

        text-align: left;

        background: url(../images/common/nav-icon6.svg) center left/15px no-repeat;
    }
}

.nav-item:nth-child(7) a
{
    display: block;

    padding-top: 20px;

    background: url(../images/common/nav-icon7.svg) center top/15px no-repeat;
}

@media screen and (max-width: 834px)
{
    .nav-item:nth-child(7) a
    {
        padding: 0;
        padding-left: 30px;

        text-align: left;

        background: url(../images/common/nav-icon7.svg) center left/15px no-repeat;
    }
}

.nav-item:nth-child(8) a
{
    display: block;

    padding-top: 20px;

    background: url(../images/common/nav-icon8.svg) center top/15px no-repeat;
}

@media screen and (max-width: 834px)
{
    .nav-item:nth-child(8) a
    {
        padding: 0;
        padding-left: 30px;

        text-align: left;

        background: url(../images/common/nav-icon8.svg) center left/15px no-repeat;
    }
}

.nav-item:nth-child(9) a
{
    display: block;

    padding-top: 20px;

    background: url(../images/common/nav-icon9.svg) center top/15px no-repeat;
}

@media screen and (max-width: 834px)
{
    .nav-item:nth-child(9) a
    {
        padding: 0;
        padding-left: 30px;

        text-align: left;

        background: url(../images/common/nav-icon9.svg) center left/15px no-repeat;
    }
}

.nav-item a
{
    color: #282322;
}

.nav-item._drop
{
    position: relative;
}

.nav-item._drop:hover .nav-item a
{
    line-height: 1.6;

    padding: 5px 10px;

    opacity: 1;
}

.nav-item._drop .nav-list
{
    position: absolute;
    top: 20px;
    left: 0;

    display: block;

    width: 100%;
}

@media screen and (max-width: 834px)
{
    .nav-item._drop .nav-list
    {
        position: static;

        width: 100%;
    }
}

.nav-item._drop .nav-item a
{
    font-size: 13px;
    line-height: 0;

    display: block;

    padding: 0;

    opacity: 0;
    background: rgba(0, 0, 0, .9);
}

@media screen and (max-width: 834px)
{
    .nav-item._drop .nav-item a
    {
        background: none;
    }
}

.js-btn:after
{
    display: none;
}

@media screen and (max-width: 834px)
{
    .js-btn:after
    {
        line-height: 3;

        position: absolute;
        top: -7px;
        right: -30px;

        display: block;

        width: 50px;
        height: 45px;

        content: '〉';
        transform: rotate(90deg);
        letter-spacing: -5px;

        color: #fff;
    }
}

.js-btn.active:after
{
    transform: rotate(-90deg);
}

@media screen and (max-width: 834px)
{
    .open-btn a
    {
        line-height: 0 !important;

        padding: 0 !important;

        opacity: 0 !important;
    }
}

.js-click
{
    display: none;
}

@media screen and (max-width: 834px)
{
    .js-click
    {
        position: fixed;
        z-index: 999;
        top: 13px;
        right: 10px;

        display: block;

        width: 45px;
        height: 40px;

        background: #000;
    }
}

.js-click li
{
    position: absolute;
    right: 0;
    left: 0;

    display: block;

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

    transition-duration: .4s;

    background: #fff;
}

.js-click li:nth-child(1)
{
    top: 8px;
}

.js-click li:nth-child(2)
{
    top: 19px;
}

.js-click li:nth-child(3)
{
    top: 30px;
}

.js-click.click li:nth-child(1)
{
    top: 50%;

    transform: rotate(40deg);
}

.js-click.click li:nth-child(2)
{
    opacity: 0;
}

.js-click.click li:nth-child(3)
{
    top: 50%;

    transform: rotate(-40deg);
}

.form
{
    padding: 8% 10px;

    background: url(../images/common/form-bg.jpg) center/cover;
}

.form-inner
{
    padding: 3%;

    background: rgba(255, 255, 255, .9);
}

.form .info-list
{
    display: flex;

    width: 100%;
    max-width: 450px;

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

.form .info-item
{
    width: calc(100% / 3);
}

.form .info-item:first-child
{
    margin-right: 10px;

    text-align: center;
}

.form .info-item:not(:first-child) a
{
    display: block;

    padding: 20px 0;

    text-align: center;

    color: #fff;
}

.form .info-item._tel img
{
    width: 140px;
    height: 44px;
    height: 34px !important;
}

.form .info-item._yoyaku
{
    background: #aaa;
}

.form .info-item._sodan
{
    background: #48a299;
}

.form .info-list
{
    margin: 20px auto 0;
}

.footer
{
    font-size: 16.9px;
    line-height: 2.3;

    padding: 50px 0;

    background: url(../images/common/footer-bg.png) center/cover no-repeat;
}

@media screen and (max-width: 834px)
{
    .footer
    {
        font-size: 13px;
    }
}

.footer-logo
{
    margin-bottom: 20px;
}

.footer-copy
{
    margin-top: 40px;
}

iframe
{
    vertical-align: bottom;
}

.index-01
{
    display: flex;

    align-items: stretch;
    justify-content: space-between;
}

.index-01 .info-list
{
    display: flex;

    width: 100%;
    max-width: 100%;

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

.index-01 .info-item
{
    width: calc(100% / 3);
}

.index-01 .info-item:first-child
{
    margin-right: 10px;

    text-align: center;
}

.index-01 .info-item:not(:first-child) a
{
    display: block;

    padding: 20px 0;

    text-align: center;

    color: #fff;
}

.index-01 .info-item._tel img
{
    width: 140px;
    height: auto;
    height: 34px !important;
}

.index-01 .info-item._yoyaku
{
    background: #aaa;
}

.index-01 .info-item._sodan
{
    background: #48a299;
}

@media only screen and (max-width: 1200px)
{
    .index-01
    {
        display: block;
    }
}

.index-01 div
{
    width: 100%;
}

.index-01 ._img
{
    width: 60%;

    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

@media only screen and (max-width: 1200px)
{
    .index-01 ._img
    {
        width: 90%;
        max-width: 1000px;
        height: 200px;
        margin: 5% auto 0;
    }
}

@media screen and (max-width: 640px)
{
    .index-01 ._img
    {
        height: 100px;
    }
}

.index-01 ._insta
{
    width: 60%;
}

@media only screen and (max-width: 1200px)
{
    .index-01 ._insta
    {
        width: 90%;
        max-width: 1000px;
        margin: 5% auto 0;
    }
}

.index-01 ._insta div.sns_list
{
    display: flex;
    flex-direction: row;

    border: none;

    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-01 ._insta div.sns_list > div
{
    width: calc(100% / 4 - 3px);
    margin-bottom: 3px;

    border: none;
}

.index-01 ._insta div.sns_list > div .sns_photo
{
    width: 100% !important;
    padding: 0;
}

.index-01 ._insta div.sns_list > div .sns_photo img
{
    font-family: 'object-fit: cover;';

    width: 100% !important;
    height: 250px !important;

    -o-object-fit: cover;
       object-fit: cover;
}

@media only screen and (max-width: 1200px)
{
    .index-01 ._insta div.sns_list > div .sns_photo img
    {
        height: 200px !important;
    }
}

@media screen and (max-width: 834px)
{
    .index-01 ._insta div.sns_list > div .sns_photo img
    {
        height: 150px !important;
    }
}

@media screen and (max-width: 640px)
{
    .index-01 ._insta div.sns_list > div .sns_photo img
    {
        height: 130px !important;
    }
}

.index-01 ._insta div.sns_list > div .sns_text
{
    display: none !important;
}

.index-01 ._text
{
    display: flex !important;
    flex-direction: column !important;

    width: 40%;
    padding: 5%;

    justify-content: center !important;
}

@media only screen and (max-width: 1200px)
{
    .index-01 ._text
    {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
}

.index-02
{
    display: flex;

    align-items: stretch;
    justify-content: space-between;
}

.index-02 ._img
{
    width: 60%;

    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

@media screen and (max-width: 834px)
{
    .index-02 ._img
    {
        display: none;
    }
}

.index-02 ._check
{
    flex-direction: column !important;

    width: 40%;
}

@media screen and (max-width: 834px)
{
    .index-02 ._check
    {
        width: 100%;
    }
}

.index-02 ._check .box
{
    padding-left: 30px;

    background: url(../images/common/check.png) top 3px left no-repeat;
}

.index-02 ._check .box:not(:last-child)
{
    margin-bottom: 20px;
}

.index-03
{
    justify-content: center !important;
}

.index-03:before,
.index-03:after
{
    display: none;
}

.index-03 .box
{
    width: 31% !important;
    margin: 1% !important;
}

@media screen and (max-width: 640px)
{
    .index-03 .box
    {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 2% !important;
    }
}

.index-03 h3
{
    font-size: 16.9px;
    font-weight: bold;

    padding: 15px 5%;
}

@media screen and (max-width: 640px)
{
    .index-03 h3
    {
        padding: 5px 5%;
    }
}

@media screen and (max-width: 640px)
{
    .index-03 .box
    {
        margin-bottom: 5% !important;
    }
}

.index-03 .box article > div
{
    padding: 0 5%;
}

.index-04 ._inner
{
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 834px)
{
    .index-04 ._inner
    {
        display: block;
    }
}

.index-04 .news,
.index-04 .blog
{
    width: 50%;
    padding: 5%;
}

@media screen and (max-width: 834px)
{
    .index-04 .news,
    .index-04 .blog
    {
        width: 100%;
    }
}

.column .box
{
    padding: 20px;

    border: 1px solid #ddd;
}

.column .box h3
{
    margin-top: 10px;

    color: #48a299;
}

.column .box b
{
    display: block;
}

.scroll .blog_list
{
    overflow-y: auto;

    max-height: 250px;

    border: none !important;
}

.scroll .blog_list > div
{
    border-bottom: none !important;
}

.scroll .blog_list > div:not(:last-child)
{
    margin-bottom: 20px;
}

.scroll .blog_list > div .blog_photo
{
    display: none !important;
}

.scroll .blog_list > div .blog_date
{
    display: inline-block;

    padding: 2px 10px !important;

    color: #fff !important;
    background: #000 !important;
}

.scroll .blog_list > div .blog_text
{
    display: flex;

    width: 100% !important;

    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.scroll .blog_list > div h3
{
    margin-bottom: 0 !important;
    margin-left: 10px;
}

.scroll .blog_list > div h3 a
{
    text-decoration: underline;
}

.scroll .blog_list > div .detail
{
    margin-top: 0 !important;
}

.insta div.sns_list
{
    flex-direction: row !important;

    border: none !important;

    flex-wrap: wrap;
    justify-content: space-between !important;
}

.insta div.sns_list:before
{
    width: calc(100% / 6 - 1%);

    content: '';

    order: 1;
}

.insta div.sns_list:after
{
    width: calc(100% / 6 - 1%);

    content: '';

    order: 2;
}

.insta div.sns_list > div
{
    width: calc(100% / 6 - 1%);
    margin-bottom: 2%;

    border-bottom: none !important;
}

@media screen and (max-width: 640px)
{
    .insta div.sns_list > div
    {
        width: calc(100% / 3 - 1%);
    }
}

.insta div.sns_list .sns_photo
{
    width: 100%;
}

.insta div.sns_list .sns_text
{
    display: none;
}

.side-wrap
{
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 640px)
{
    .side-wrap
    {
        flex-direction: column-reverse;
    }
}

.side-wrap #col_side1
{
    width: 30% !important;
    margin-top: 30px;
}

@media screen and (max-width: 640px)
{
    .side-wrap #col_side1
    {
        width: 100% !important;
        margin-top: 30px !important;
    }
}

.side-wrap #col_side1 dt
{
    display: none;
}

.side-wrap #col_side1 dd
{
    padding: 0 5px 10px;
}

.side-wrap #col_side1 dd a
{
    display: block;

    padding-bottom: 10px;

    border-bottom: 1px dotted #ccc !important;
}

.side-title
{
    font-size: 16.9px;

    padding: 10px 0;

    text-align: center;

    color: #fff;
    background: #000;
}

.side-midashi
{
    font-weight: bold;

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

    border-left: 3px solid #000;
}

.side-inner
{
    width: 68%;
}

@media screen and (max-width: 640px)
{
    .side-inner
    {
        width: 100% !important;
    }
}

.webshop .box
{
    display: flex;

    margin-top: 30px;
    padding: 20px;

    border: 1px solid #ccc;

    align-items: flex-start;
    justify-content: space-between;
}

.webshop .box > img
{
    width: 30% !important;
}

.webshop .box article
{
    width: 68%;
}

.webshop .box article h3
{
    font-weight: bold;

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

    border-bottom: 1px solid #ccc;
}

.webshop .box article > a
{
    display: none;
}

.webshop .box article div span
{
    display: block;
}

.webshop .box article div span._fee
{
    font-weight: bold;

    text-align: right;

    color: red;
}

.webshop .box article div span._buy
{
    text-align: right;
}

.webshop .box article div span._buy a
{
    display: inline-block;

    width: 100%;
    max-width: 200px;
    margin-top: 10px;
    padding: 5px 0;

    text-align: center;

    color: #999;
    border: 1px solid #999;
}

.webshop-btn img
{
    width: auto !important;
}

.policy h2
{
    font-size: 15.6px;

    display: inline-block;

    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px solid #999;
}

.column-wrap .blog_list
{
    flex-direction: row !important;

    border: none !important;
}

@media screen and (max-width: 640px)
{
    .column-wrap .blog_list
    {
        display: block !important;
    }
}

.column-wrap .blog_list > div
{
    display: block !important;

    border-bottom: none !important;
}

.column-wrap .blog_list > div:not(:last-child)
{
    margin-bottom: 20px;
}

.column-wrap .blog_list > div .blog_photo
{
    width: 100% !important;
}

.column-wrap .blog_list > div .blog_date
{
    display: inline-block;

    padding: 2px 10px !important;

    color: #fff !important;
    background: #000 !important;
}

.column-wrap .blog_list > div .blog_text
{
    display: flex;

    width: 100% !important;

    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.column-wrap .blog_list > div h3
{
    margin-bottom: 0 !important;
    margin-left: 10px;
}

.column-wrap .blog_list > div h3 a
{
    text-decoration: underline;
}

.column-wrap .blog_list > div .detail
{
    margin-top: 0 !important;
}

.cure
{
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cure-img
{
    width: 35% !important;
}

@media screen and (max-width: 640px)
{
    .cure-img
    {
        width: 100% !important;
    }
}

.cure-inner
{
    width: 63%;
}

@media screen and (max-width: 640px)
{
    .cure-inner
    {
        width: 100% !important;
        margin-top: 20px;
    }
}

.cure-inner ._check
{
    width: 100%;
}

.tokio
{
    align-items: stretch !important;
}

.tokio .box
{
    position: relative;

    overflow: visible !important;

    padding: 50px 10px;

    text-align: center;

    border: 1px solid #000;
}

.tokio .box h3
{
    font-size: 20px;
    font-weight: 900;

    position: absolute;
    top: -20px;
    right: 0;
    left: 0;

    display: inline-block;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    min-width: 46px;
    margin: auto;
    padding: 0 10px;

    background: #fff;
}

.gallery .sns_list
{
    border: none !important;
}

.gallery .sns_list > div
{
    display: block !important;

    border-bottom: none !important;
}

.gallery .sns_photo
{
    width: 100% !important;
}

.gallery .sns_date
{
    margin-bottom: 5px !important;
    padding: 5px;
    padding-left: 10px !important;

    color: #fff !important;
    background: #000 !important;
}

.gallery .sns_text
{
    width: 100% !important;
}

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;
}

.btn a
{
    display: block;

    width: 100%;
    max-width: 300px;
    margin-top: 20px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;

    color: #fff;
    background: #aaa;
}

@media screen and (max-width: 640px)
{
    .btn a
    {
        margin-right: auto;
        margin-left: auto;
    }
}

.btn a
{
    margin: 0 auto;
}

.flex1
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}

.flex1._top
{
    align-items: flex-start;
}

.flex1._center
{
    align-items: center;
}

.flex1:before
{
    width: calc(100% / 1 - 1%);

    content: '';

    order: 1;
}

.flex1:before
{
    width: calc(100% / 1 - 1%);

    content: '';

    order: 1;
}

.flex1:after
{
    width: calc(100% / 1 - 1%);

    content: '';

    order: 2;
}

.flex1 .box
{
    width: calc(100% / 1 - 1%);
    margin-bottom: 2%;
}

@media screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._tabwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
    ._tabwidth4
    {
        position: relative;
    }
    ._tabwidth4:before
    {
        width: calc(100% / 4 - 1%);

        content: '';

        order: 1;
    }
    ._tabwidth4:after
    {
        width: calc(100% / 4 - 1%);

        content: '';

        order: 2;
    }
    ._tabwidth4 .box
    {
        width: calc(100% / 4 - 1%);
    }
}

@media screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._spwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
}

.flex1 .box img
{
    width: 100% !important;
}

.flex2
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}

.flex2._top
{
    align-items: flex-start;
}

.flex2._center
{
    align-items: center;
}

.flex2:before
{
    width: calc(100% / 2 - 1%);

    content: '';

    order: 1;
}

.flex2:before
{
    width: calc(100% / 2 - 1%);

    content: '';

    order: 1;
}

.flex2:after
{
    width: calc(100% / 2 - 1%);

    content: '';

    order: 2;
}

.flex2 .box
{
    width: calc(100% / 2 - 1%);
    margin-bottom: 2%;
}

@media screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._tabwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
    ._tabwidth4
    {
        position: relative;
    }
    ._tabwidth4:before
    {
        width: calc(100% / 4 - 1%);

        content: '';

        order: 1;
    }
    ._tabwidth4:after
    {
        width: calc(100% / 4 - 1%);

        content: '';

        order: 2;
    }
    ._tabwidth4 .box
    {
        width: calc(100% / 4 - 1%);
    }
}

@media screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._spwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
}

.flex2 .box img
{
    width: 100% !important;
}

.flex3
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}

.flex3._top
{
    align-items: flex-start;
}

.flex3._center
{
    align-items: center;
}

.flex3:before
{
    width: calc(100% / 3 - 1%);

    content: '';

    order: 1;
}

.flex3:before
{
    width: calc(100% / 3 - 1%);

    content: '';

    order: 1;
}

.flex3:after
{
    width: calc(100% / 3 - 1%);

    content: '';

    order: 2;
}

.flex3 .box
{
    width: calc(100% / 3 - 1%);
    margin-bottom: 2%;
}

@media screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._tabwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
    ._tabwidth4
    {
        position: relative;
    }
    ._tabwidth4:before
    {
        width: calc(100% / 4 - 1%);

        content: '';

        order: 1;
    }
    ._tabwidth4:after
    {
        width: calc(100% / 4 - 1%);

        content: '';

        order: 2;
    }
    ._tabwidth4 .box
    {
        width: calc(100% / 4 - 1%);
    }
}

@media screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._spwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
}

.flex3 .box img
{
    width: 100% !important;
}

.flex4
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}

.flex4._top
{
    align-items: flex-start;
}

.flex4._center
{
    align-items: center;
}

.flex4:before
{
    width: calc(100% / 4 - 1%);

    content: '';

    order: 1;
}

.flex4:before
{
    width: calc(100% / 4 - 1%);

    content: '';

    order: 1;
}

.flex4:after
{
    width: calc(100% / 4 - 1%);

    content: '';

    order: 2;
}

.flex4 .box
{
    width: calc(100% / 4 - 1%);
    margin-bottom: 2%;
}

@media screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._tabwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
    ._tabwidth4
    {
        position: relative;
    }
    ._tabwidth4:before
    {
        width: calc(100% / 4 - 1%);

        content: '';

        order: 1;
    }
    ._tabwidth4:after
    {
        width: calc(100% / 4 - 1%);

        content: '';

        order: 2;
    }
    ._tabwidth4 .box
    {
        width: calc(100% / 4 - 1%);
    }
}

@media screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._spwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
}

.flex4 .box img
{
    width: 100% !important;
}

.flex5
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}

.flex5._top
{
    align-items: flex-start;
}

.flex5._center
{
    align-items: center;
}

.flex5:before
{
    width: calc(100% / 5 - 1%);

    content: '';

    order: 1;
}

.flex5:before
{
    width: calc(100% / 5 - 1%);

    content: '';

    order: 1;
}

.flex5:after
{
    width: calc(100% / 5 - 1%);

    content: '';

    order: 2;
}

.flex5 .box
{
    width: calc(100% / 5 - 1%);
    margin-bottom: 2%;
}

@media screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._tabwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
    ._tabwidth4
    {
        position: relative;
    }
    ._tabwidth4:before
    {
        width: calc(100% / 4 - 1%);

        content: '';

        order: 1;
    }
    ._tabwidth4:after
    {
        width: calc(100% / 4 - 1%);

        content: '';

        order: 2;
    }
    ._tabwidth4 .box
    {
        width: calc(100% / 4 - 1%);
    }
}

@media screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._spwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
}

.flex5 .box img
{
    width: 100% !important;
}

.bg100
{
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

.mg1
{
    margin: 1em;
}

.mgT1
{
    margin-top: 1em;
}

.mgR1
{
    margin-right: 1em;
}

.mgB1
{
    margin-bottom: 1em;
}

.mgL1
{
    margin-left: 1em;
}

.pd1
{
    padding: 1em;
}

.pdT1
{
    padding-top: 1em;
}

.pdR1
{
    padding-right: 1em;
}

.pdB1
{
    padding-bottom: 1em;
}

.pdL1
{
    padding-left: 1em;
}

.mg2
{
    margin: 2em;
}

.mgT2
{
    margin-top: 2em;
}

.mgR2
{
    margin-right: 2em;
}

.mgB2
{
    margin-bottom: 2em;
}

.mgL2
{
    margin-left: 2em;
}

.pd2
{
    padding: 2em;
}

.pdT2
{
    padding-top: 2em;
}

.pdR2
{
    padding-right: 2em;
}

.pdB2
{
    padding-bottom: 2em;
}

.pdL2
{
    padding-left: 2em;
}

.mg3
{
    margin: 3em;
}

.mgT3
{
    margin-top: 3em;
}

.mgR3
{
    margin-right: 3em;
}

.mgB3
{
    margin-bottom: 3em;
}

.mgL3
{
    margin-left: 3em;
}

.pd3
{
    padding: 3em;
}

.pdT3
{
    padding-top: 3em;
}

.pdR3
{
    padding-right: 3em;
}

.pdB3
{
    padding-bottom: 3em;
}

.pdL3
{
    padding-left: 3em;
}

.mg4
{
    margin: 4em;
}

.mgT4
{
    margin-top: 4em;
}

.mgR4
{
    margin-right: 4em;
}

.mgB4
{
    margin-bottom: 4em;
}

.mgL4
{
    margin-left: 4em;
}

.pd4
{
    padding: 4em;
}

.pdT4
{
    padding-top: 4em;
}

.pdR4
{
    padding-right: 4em;
}

.pdB4
{
    padding-bottom: 4em;
}

.pdL4
{
    padding-left: 4em;
}

.mg5
{
    margin: 5em;
}

.mgT5
{
    margin-top: 5em;
}

.mgR5
{
    margin-right: 5em;
}

.mgB5
{
    margin-bottom: 5em;
}

.mgL5
{
    margin-left: 5em;
}

.pd5
{
    padding: 5em;
}

.pdT5
{
    padding-top: 5em;
}

.pdR5
{
    padding-right: 5em;
}

.pdB5
{
    padding-bottom: 5em;
}

.pdL5
{
    padding-left: 5em;
}

.mg6
{
    margin: 6em;
}

.mgT6
{
    margin-top: 6em;
}

.mgR6
{
    margin-right: 6em;
}

.mgB6
{
    margin-bottom: 6em;
}

.mgL6
{
    margin-left: 6em;
}

.pd6
{
    padding: 6em;
}

.pdT6
{
    padding-top: 6em;
}

.pdR6
{
    padding-right: 6em;
}

.pdB6
{
    padding-bottom: 6em;
}

.pdL6
{
    padding-left: 6em;
}

.mg7
{
    margin: 7em;
}

.mgT7
{
    margin-top: 7em;
}

.mgR7
{
    margin-right: 7em;
}

.mgB7
{
    margin-bottom: 7em;
}

.mgL7
{
    margin-left: 7em;
}

.pd7
{
    padding: 7em;
}

.pdT7
{
    padding-top: 7em;
}

.pdR7
{
    padding-right: 7em;
}

.pdB7
{
    padding-bottom: 7em;
}

.pdL7
{
    padding-left: 7em;
}

.mg8
{
    margin: 8em;
}

.mgT8
{
    margin-top: 8em;
}

.mgR8
{
    margin-right: 8em;
}

.mgB8
{
    margin-bottom: 8em;
}

.mgL8
{
    margin-left: 8em;
}

.pd8
{
    padding: 8em;
}

.pdT8
{
    padding-top: 8em;
}

.pdR8
{
    padding-right: 8em;
}

.pdB8
{
    padding-bottom: 8em;
}

.pdL8
{
    padding-left: 8em;
}

.mg9
{
    margin: 9em;
}

.mgT9
{
    margin-top: 9em;
}

.mgR9
{
    margin-right: 9em;
}

.mgB9
{
    margin-bottom: 9em;
}

.mgL9
{
    margin-left: 9em;
}

.pd9
{
    padding: 9em;
}

.pdT9
{
    padding-top: 9em;
}

.pdR9
{
    padding-right: 9em;
}

.pdB9
{
    padding-bottom: 9em;
}

.pdL9
{
    padding-left: 9em;
}

.mg10
{
    margin: 10em;
}

.mgT10
{
    margin-top: 10em;
}

.mgR10
{
    margin-right: 10em;
}

.mgB10
{
    margin-bottom: 10em;
}

.mgL10
{
    margin-left: 10em;
}

.pd10
{
    padding: 10em;
}

.pdT10
{
    padding-top: 10em;
}

.pdR10
{
    padding-right: 10em;
}

.pdB10
{
    padding-bottom: 10em;
}

.pdL10
{
    padding-left: 10em;
}

.flex2cl_01
{
    position: relative;

    display: flex;

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

@media screen and (max-width: 834px)
{
    .flex2cl_01
    {
        flex-direction: column-reverse;
    }
}

.flex2cl_01 .flxL
{
    width: 57%;
}

@media screen and (max-width: 834px)
{
    .flex2cl_01 .flxL
    {
        width: 100%;
    }
}

.flex2cl_01 .flxR
{
    width: 40%;
}

@media screen and (max-width: 834px)
{
    .flex2cl_01 .flxR
    {
        width: 100%;
        margin-bottom: 20px;
    }
}

.flex2cl_01 .flxR .img
{
    width: 100%;
}

.flex2cl_01 .flxR .img img
{
    width: 100% !important;
}

.flex2cl_02
{
    display: flex;
    flex-direction: row;

    margin-bottom: 50px;
    margin-left: -4%;

    border: 0;

    flex-wrap: wrap;
}

@media screen and (max-width: 1000px)
{
    .flex2cl_02
    {
        margin-left: -2.4390%;
    }
}

@media screen and (max-width: 834px)
{
    .flex2cl_02
    {
        margin-left: 0;

        justify-content: space-between;
    }
}

.flex2cl_02 .box
{
    position: relative;

    width: 46%;
    margin-bottom: 20px;
    margin-left: 4%;
}

@media screen and (max-width: 1000px)
{
    .flex2cl_02 .box
    {
        display: block;

        width: 47.5609%;
        margin-left: 2.4390%;
    }
}

@media screen and (max-width: 834px)
{
    .flex2cl_02 .box
    {
        width: 100%;
        margin-left: 0;
    }
}

.flex2cl_02 .box img
{
    width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2)
{
    font-size: 18px;
    font-weight: 700;
}

.flex2cl_02 .box tr td
{
    padding: 0 !important;

    border: 0 !important;
}

.flex3cl
{
    display: flex;
    flex-direction: row;

    margin-left: -2.43902%;

    border: 0;

    align-items: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 1000px)
{
    .flex3cl
    {
        margin-left: -2.4390%;
    }
}

@media screen and (max-width: 640px)
{
    .flex3cl
    {
        margin-left: 0;

        justify-content: space-between;
    }
}

.flex3cl .box
{
    position: relative;

    width: 30.89431%;
    margin-bottom: 30px;
    margin-left: 2.43902%;
}

@media screen and (max-width: 1000px)
{
    .flex3cl .box
    {
        display: block;

        width: 47.5609%;
        margin-bottom: 15px;
        margin-left: 2.4390%;
    }
}

@media screen and (max-width: 640px)
{
    .flex3cl .box
    {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }
}

.flex3cl .box img
{
    width: 100% !important;
}

.flex3cl .box tr:nth-child(2)
{
    font-size: 18px;
    font-weight: 700;
}

.flex3cl .box tr td
{
    padding: 0 !important;

    border: 0 !important;
}

.flex4cl
{
    display: flex;
    flex-direction: row;

    margin-left: -3.22581%;

    border: 0;

    align-items: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 1000px)
{
    .flex4cl
    {
        margin-left: -2.4390%;
    }
}

@media screen and (max-width: 640px)
{
    .flex4cl
    {
        margin-left: 0;

        justify-content: space-between;
    }
}

.flex4cl .box
{
    position: relative;

    width: 21.77419%;
    margin-bottom: 30px;
    margin-left: 3.22581%;
}

@media screen and (max-width: 1000px)
{
    .flex4cl .box
    {
        display: block;

        width: 47.5609%;
        margin-bottom: 15px;
        margin-left: 2.4390%;
    }
}

@media screen and (max-width: 640px)
{
    .flex4cl .box
    {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }
}

.flex4cl .box img
{
    width: 100% !important;
}

.flex4cl .box tr:nth-child(2)
{
    font-size: 18px;
    font-weight: 700;
}

.flex4cl .box tr td
{
    padding: 0 !important;

    border: 0 !important;
}

.objc_01 .box
{
    position: relative;

    display: block;
}

.objc_01 .box:before
{
    position: relative;
    z-index: 1;

    display: block;

    width: 100% !important;
    padding-top: 75%;

    content: '';
}

@media screen and (max-width: 834px)
{
    .objc_01 .box:before
    {
        display: none;
    }
}

.objc_01 .box img
{
    font-family: 'object-fit:cover;';

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

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

@media screen and (max-width: 834px)
{
    .objc_01 .box img
    {
        position: static;

        margin-bottom: 10px;
    }
}

.objc_01 div
{
    text-align: center;
}

.objc_02 .box > a
{
    position: relative;

    display: block;
}

.objc_02 .box > a:before
{
    position: relative;
    z-index: 1;

    display: block;

    width: 100% !important;
    padding-top: 100%;

    content: '';
}

@media screen and (max-width: 834px)
{
    .objc_02 .box > a:before
    {
        display: none;
    }
}

.objc_02 .box > a img
{
    font-family: 'object-fit:cover;';

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

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

@media screen and (max-width: 834px)
{
    .objc_02 .box > a img
    {
        position: static;

        margin-bottom: 10px;
    }
}

.objc_02 div
{
    text-align: center;
}

.text-color
{
    color: #48a299;
}

.title-01._index h1
{
    font-size: 26px;
    font-weight: bold;

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

    border-left: 4px solid #000;
}

@media screen and (max-width: 640px)
{
    .title-01._index h1
    {
        font-size: 23.4px;
    }
}

.title-01._common
{
    position: relative;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 834px)
{
    .title-01._common
    {
        margin-top: 117px;
    }
}

.title-01._common:before
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .3);
}

.title-01._common h1
{
    font-size: 26px;
    font-weight: bold;

    position: relative;
    z-index: 10;

    padding: 10% 0;

    color: #fff;
}

.title-02._index h2
{
    font-size: 26px;
    font-weight: bold;
}

@media screen and (max-width: 640px)
{
    .title-02._index h2
    {
        font-size: 19.5px;
    }
}

.title-02._index h2 span
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;

    display: inline-block;

    padding: 2px 10px;

    background: #e9e4e3;
}

.title-02._common
{
    font-size: 26px;

    padding-bottom: 10px;
    padding-left: 15px;

    border-bottom: 1px solid #ccc;
    border-left: 5px solid #000;
}

.title-02._menu
{
    font-size: 23.4px;

    padding: 10px 0;

    border: 1px solid #999;
    border-radius: 40px;
}

.title-03._common h3
{
    font-size: 19.5px;

    position: relative;

    padding-left: 30px;
}

.title-03._common h3:before
{
    position: absolute;
    top: 8px;
    left: 0;

    width: 15px;
    height: 15px;

    content: '';

    border: 1px solid #999;
}

.title-03._common h3:after
{
    position: absolute;
    top: 12px;
    left: 5px;

    width: 15px;
    height: 15px;

    content: '';

    border: 1px solid #4badda;
}

.title-03._point h3
{
    font-size: 16.9px;
}

.title-03._point span
{
    display: inline-block;

    padding: 3px 20px;

    color: #fff;
    background: #000;
}

.text-left .box,
.text-right .box
{
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
}

.text-left .box > img,
.text-right .box > img
{
    width: 35% !important;
}

.text-left .box > div,
.text-right .box > div
{
    width: 63%;
}

.text-left .box
{
    flex-direction: row-reverse;
}

@media screen and (max-width: 834px)
{
    ._tab100 .box
    {
        display: block;
    }
    ._tab100 .box > img
    {
        width: 100% !important;
        margin-bottom: 10px;
    }
    ._tab100 .box > div
    {
        width: 100%;
    }
}

@media screen and (max-width: 640px)
{
    ._sp100 .box
    {
        display: block;
    }
    ._sp100 .box > img
    {
        width: 100% !important;
        margin-bottom: 10px;
    }
    ._sp100 .box > div
    {
        width: 100%;
    }
}

._map .box
{
    width: 100%;
}

._map .box > img
{
    width: 50% !important;
}

@media screen and (max-width: 640px)
{
    ._map .box > img
    {
        width: 100% !important;
    }
}

._map .box > div
{
    width: 47%;
}

@media screen and (max-width: 640px)
{
    ._map .box > div
    {
        width: 100% !important;
    }
}

.anc .box a
{
    display: block;

    padding: 10px 0;

    text-align: center;

    color: #333;
    border: solid 1px #999;
    background: #f6f6f6;
}

.menu
{
    display: flex;

    padding-bottom: 20px;

    border-bottom: 1px solid #ccc;

    align-items: flex-start;
    justify-content: space-between;
}

.menu .box:first-child
{
    width: 70%;
}

.menu .box:last-child
{
    width: 30%;
}

.menu .box:last-child div
{
    text-align: right;
}

.gallery .box article img
{
    height: 280px !important;

    -o-object-fit: cover;
       object-fit: cover;
}

@media screen and (max-width: 834px)
{
    .gallery .box article img
    {
        height: 290px !important;
    }
}

@media screen and (max-width: 834px)
{
    .gallery .box article img
    {
        height: 230px !important;
    }
}

.gallery .box article div
{
    display: none;
}

img.mfp-img
{
    width: 600px !important;
}

@media screen and (max-width: 640px)
{
    img.mfp-img
    {
        width: 640px !important;
    }
}

.faq dl,
.faq dt,
.faq dd
{
    width: 100% !important;
    padding: 0 !important;

    border: none !important;
    background: none !important;
}

.faq dl
{
    display: block !important;
}

.faq dl dt
{
    font-size: 15.6px;

    position: relative;

    padding: 10px !important;
    padding-right: 30px !important;

    border-bottom: 1px dotted #000 !important;
}

.faq dl dt:hover
{
    cursor: pointer;
}

.faq dl dt:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 25px;
    height: 28px;
    margin: auto;

    content: '';

    background: url(../images/common/h.png) center/cover no-repeat;
}

.faq dl dd
{
    display: none;

    padding: 10px !important;
}

.pdtop
{
    margin-top: -160px;
    padding-top: 160px;
}

section.blog aside .category
{
    text-align: left;
}

.hukidashi .box
{
    display: flex;
    overflow: initial !important;

    width: 100%;

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

.hukidashi .box article
{
    font-size: 10px;

    min-width: 120px;
    max-width: 120px;

    text-align: center;
}

.hukidashi .box img
{
    width: 130px !important;
    height: 130px !important;

    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}

.hukidashi .box > div
{
    position: relative;

    width: 80%;
    padding: 30px;

    border-radius: 3px;
    background: #f6f6f6;
}

@media screen and (max-width: 640px)
{
    .hukidashi .box > div
    {
        width: 65%;
    }
}

.hukidashi .box > div:after
{
    position: absolute;
    top: 10px;

    width: 0;
    height: 0;
    margin: auto;

    content: '';

    border-width: 30px 30px 0 30px;
    border-style: solid;
    border-color: #f6f6f6 transparent transparent transparent;
}

.hukidashi._right .box
{
    flex-direction: row-reverse !important;
}

.hukidashi._right .box img
{
    margin: 0 !important;
}

.hukidashi._right .box > div:after
{
    right: -25px;
}

.hukidashi._left .box img
{
    margin: 0 !important;
}

.hukidashi._left .box > div:after
{
    left: -25px;
}

.blog #contents article:not(:last-child)
{
    margin-bottom: 30px;
    padding-bottom: 30px;

    border-bottom: 1px dotted #000;
}
