
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@charset 'UTF-8';
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
*
{
        box-sizing: border-box;

     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body
{
    font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;

    word-wrap: break-word;
}

.inner
{
    max-width: 960px;
    margin: 0 auto;
}

.img100 img,
.banner1 .box img
{
    width: 100% !important;
}

#contents_wrap
{
    position: relative;
    z-index: 1;

    overflow: hidden;
}

.pdnone td
{
    padding: 0 !important;
}

.bornone td
{
    border: none !important;
}

.pdtd10 td
{
    padding: 10px !important;
}

b,
strong
{
    font-weight: bold;
}

u
{
    text-decoration: line-through;
}

img
{
    max-width: 100%;
    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:hover
{
    opacity: .6;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

#contents_wrap
{
    position: relative;
    z-index: 1;

    min-width: auto;
}

#contents
{
    width: 100%;
    max-width: 960px;
}

.imgR,
.imgL
{
    max-width: 30% !important;
}

.mincho
{
    font-family: 'Noto Serif Japanese', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.gothic
{
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

header#global_header
{
    min-width: 100% !important;
    max-width: 100%;
}

#main,
#col_main
{
    width: 100%;
}

footer#global_footer
{
    min-width: 100% !important;
}

#contents_wrap
{
    padding: 0 0 100px;
}

header#global_header
{
    max-width: 100%;
}

#header
{
    padding: 20px 0;
}

.header__wrap
{
    width: 100%;
    max-width: 560px;
}

.header__wrap__text
{
    display: block;

    width: 100%;
    margin-bottom: 10px;

    text-align: right;
}

.header__wrap__tel
{
    width: 35%;
}

.header__wrap__contact1,
.header__wrap__contact2
{
    width: 28%;
}

#nav_global ul
{
    display: -ms-flexbox;
    display: flex;

    max-width: 960px;
    margin: 0 auto 30px;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

#nav_global ul li
{
    position: relative;

    display: block;

    -ms-flex-positive: 1;
    flex-grow: 1;
}

#nav_global ul li ul
{
    position: absolute;
    z-index: 999;
    top: 20px;
    left: 0;

    display: block;

    width: 100%;
}

#nav_global ul li ul li
{
    display: block;

    width: 100%;
}

#nav_global ul li ul li a
{
    font-size: 13px;

    display: block;

    padding: 10px 0;

    text-align: center;

    color: #fff;
    background: rgba(0, 0, 0, .7);
}

#nav_global ul li a
{
    font-family: 'Noto Serif Japanese', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 16px;
    font-weight: 900;

    display: block;

    text-decoration: none;
}

.fixed
{
    position: fixed;
    z-index: 10000;
    top: 0;

    width: 100%;
}

.mean-container .mean-bar
{
    position: fixed !important;

    background: #72d9d1 !important;
}

.mean-container .mean-nav
{
    background: #72d9d1 !important;
}

.sidenav
{
    position: fixed;
    z-index: 99999;
    top: 10%;
    right: 0;
}

.sidenav li a
{
    font-size: 16px;
    line-height: 1;

    display: block;
    display: -ms-flexbox;
    display: flex;

    width: 50px;
    height: 150px;
    padding: 10px;

    text-decoration: none;

    color: #fff;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sidenav li:first-child
{
    background: #72d9d1;
}

.sidenav li:last-child
{
    background: #000;
}

.footer
{
    overflow: hidden;

    margin-top: 6%;
}

.footer__nav
{
    position: relative;

    display: -ms-flexbox;
    display: flex;

    max-width: 1500px;
    margin: 0 auto;
    padding: 20px 0;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer__nav:before
{
    position: absolute;
    top: 0;
    left: -500%;

    width: 1000%;
    height: 100%;

    content: '';

    background: #f6f6f6;
}

.footer__nav a
{
    position: relative;
    z-index: 999;

    display: inline-block;

    text-decoration: none;
}

.footer .inner
{
    padding: 30px 10px;
}

.form
{
    max-width: 600px;
    padding: 20px;

    border: 1px solid #ccc;
}

/* txt */
.txt1 .box,
.txt2 .box
{
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.txt1 .box img,
.txt2 .box img
{
    width: 100% !important;
    max-width: 45% !important;
}

.txt1 .box > div,
.txt2 .box > div
{
    width: 53%;
}

.txt2 .box
{
        flex-direction: row-reverse;

    -ms-flex-direction: row-reverse;
}

/* table */
/* back */
.bg1
{
    height: 300px;

    background: url(../images/common/2020-06-26.jpg) center/100%;
    background-attachment: fixed;
}

/* wrap */
/* title */
.h1txt
{
    padding: 15% 0;

    text-align: center;

    background: url(../images/common/midashi.jpg) center/cover no-repeat;
}

.h1txt h1
{
    font-family: 'Noto Serif Japanese', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 35px;
    font-weight: 900;

    display: inline-block;

    padding: 10px 50px;

    background: #fff;
}

.h1title
{
    position: relative;
}

.h1title:before
{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;
    margin: auto;

    content: '';

    background: #000;
}

.h1title article
{
    text-align: center;
}

.h1title h1
{
    font-size: 30px;
    font-weight: 900;

    position: relative;
    z-index: 999;

    display: inline-block;

    padding: 0 5%;

    color: #000;
    background: #fff;
}

.h2title
{
    font-family: 'Noto Serif Japanese', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.h2title h2
{
    font-size: 25px;
    font-weight: 900;

    color: #000;
}

.h3title h3
{
    font-size: 20px;

    position: relative;

    padding-left: 35px;
}

.h3title h3:before
{
    font-size: 40px;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;

    height: 70px;
    margin: auto;

    content: '‣';

    color: #72d9d1;
}

/* common */
.borderB
{
    padding-bottom: 10px;

    border-bottom: 1px solid #ccc;
}

.textL
{
    text-align: left;
}

.textC
{
    text-align: center;
}

.textR
{
    text-align: right;
}

.block
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.block.rowrever
{
        flex-direction: row-reverse;

    -ms-flex-direction: row-reverse;
}

.block > img,
.block .ind
{
    width: 48%;
}

.block__inner
{
    width: 50%;
}

.btn a
{
    display: block;

    text-align: center;
    text-decoration: none;
}

.btn.bgpink a
{
    padding: 15px 0;

    color: #fff;
    background: #eb627e;
}

.btn.bggray a
{
    padding: 15px 0;

    color: #000;
    border: 1px solid #ccc;
    background: #eee;
}

.banner1
{
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner1 .box
{
    width: calc(100% / 2 - 1%);
}

.banner1 .box > div
{
    margin-top: 10px;
    padding-left: 5%;
}

.point1
{
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.point1 .box
{
    width: calc(100% / 3 - 2%);
    margin-bottom: 3%;
}

.point1 .box:not(:first-child) > div
{
    padding: 20px;

    background: #fff;
}

.point1 .box:first-child
{
    padding: 20px;

    background: url(../images/common/pointbg.jpg) center/cover no-repeat;
}

.point1 .box:first-child > div
{
    font-family: 'Noto Serif Japanese', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 900;
    font-style: italic;

    display: -ms-flexbox;
    display: flex;

    height: 100%;

    background: rgba(255, 255, 255, .8);

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.anc
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.anc:before
{
    width: calc(100% / 3 - 2%);

    content: '';

    -ms-flex-order: 1;
    order: 1;
}

.anc .box
{
    width: calc(100% / 3 - 2%);
    margin-bottom: 3%;
}

.anc .box a
{
    display: block;

    padding: 15px 0;

    text-align: center;
    text-decoration: none;

    border: 1px solid #ccc;
    background: #f6f6f6;
}

.faq dl
{
    display: block !important;
}

.faq dl dt,
.faq dl dd
{
    width: 100% !important;
    margin-bottom: -1px !important;

    border: 1px solid #ccc !important;
}

.faq dl dt
{
    font-size: 18px;

    position: relative;

    cursor: pointer;
    transition-duration: .2s;
}

.faq dl dt.active
{
    color: #fff;
    background: #72d9d1 !important;
}

.faq dl dd
{
    display: none;
}

.pic
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.pic:before
{
    width: calc(100% / 3 - 2%);

    content: '';

    -ms-flex-order: 1;
    order: 1;
}

.pic .box
{
    width: calc(100% / 3 - 2%);
    margin-bottom: 3%;
}

.pic .box > div
{
    margin-top: 10px;
}

div.sns_list
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: inherit;

    border: none;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: inherit;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

div.sns_list > div
{
    width: calc(100% / 3 - 1%);

    border-bottom: none;
}

div.sns_list > div .sns_photo
{
    width: 100%;
}

div.sns_list > div .sns_text
{
    display: none;
}

.insta div.sns_list > div
{
        flex-direction: column;

    width: 100%;

    -ms-flex-direction: column;
}

.insta div.sns_list > div .sns_photo
{
    padding: 0;
}

.mainColor
{
    color: #72d9d1;
}

.pink
{
    color: #eb627e;
}

.pan1
{
    margin-bottom: 30px;
}

.pan1 a
{
    line-height: 30px;

    display: inline-block;

    color: #72d9d1;
}

.disnone,
section form h2.mail.title
{
    display: none;
}

.bg100
{
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

.positioncenter
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    transform: translateY(-50%);
    text-align: center;
}

/* news */
.scrollwrap
{
    margin-top: 20px;
    padding: 20px;

    border: 1px solid #ccc;
}

.scroll,
.media,
.link
{
    overflow-y: auto;

    max-height: 250px;
}

.scroll dl,
.media dl,
.link dl
{
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;

    border-bottom: 1px dotted #999 !important;
}

.scroll dl dt,
.media dl dt,
.link dl dt,
.scroll dl dd,
.media dl dd,
.link dl dd
{
    padding: 0 !important;

    border: none !important;
    background: none !important;
}

.scroll dl dd,
.media dl dd,
.link dl dd
{
    width: 100%;
}

.scroll dl dt,
.media dl dt,
.link dl dt
{
    font-weight: bold;

    width: 110px;
}

.link dt
{
    width: 30px !important;
}

/* side */
/* flex */
.flex_wrap,
.flex_wrap2
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.flex_wrap2
{
    -ms-flex-align: center;
    align-items: center;
}

.calc1
{
    width: calc(100% / 2 - 2%);
}

.calc2
{
    width: calc(100% / 3 - 2%);
}

.calc3
{
    width: calc(100% / 4 - 2%);
}

.mgC
{
    margin: 0 auto;
}

/*================== プラポリ一体型お問い合わせSCSS =================*/
.policy
{
    text-align: left;
}

.policy-text
{
    font-size: 18px;
}

.policy h2
{
    font-size: 18px;
    font-weight: normal;

    padding-left: 8px;

    letter-spacing: .1em;

    color: #333;
    border-left: 4px solid #72d9d1;
}

.policy-trriger
{
    cursor: pointer;
    text-decoration: underline;

    color: #72d9d1;
}

.policy-wrap
{
    position: fixed;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.policy-wrap p
{
    line-height: 1.6;

    color: #333;
}

.policy-wrap > div
{
    position: relative;

        overflow-y: scroll;
    -ms-overflow-y: scroll;

    max-width: 800px;
    height: 60vh;
    padding: 20px;

    transition-duration: .6s;
    transform: scale(0);

    opacity: 0;
    border: 1px solid #72d9d1;
    background: rgba(255, 255, 255, .9);

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.policy-wrap > div a
{
    font-size: 38.4px;
    font-size: 2.4rem;
    font-weight: bold;

    position: absolute;
    top: -4px;
    right: -4px;
}

.policy
{
    text-align: left;
}

.policy-text
{
    font-size: 18px;
}

.policy-wrap h3
{
    font-size: 18px;
    font-weight: bold;

    margin-top: 16px;
    padding-left: 8px;

    letter-spacing: .1em;

    color: #333;
    border-left: 4px solid #72d9d1;
}

.policy p
{
    margin: 10px 0 25px;
}

.policy-wrap.active
{
    display: -ms-flexbox;
    display: flex;
}

.policy-wrap.active > div
{
    transform: scale(1);

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

@media screen and (max-width: 640px)
{
    table td
    {
        margin-bottom: -1px;
    }
    .inner
    {
        padding-right: 10px;
        padding-left: 10px;
    }
    #contents_wrap
    {
        padding-right: 10px;
        padding-left: 10px;
    }
    .imgR,
    .imgL
    {
        display: block;
        float: none;

        max-width: 100% !important;
        margin: 0 auto 10px;

        text-align: center;
    }
    #contents_wrap
    {
        padding: 0 10px 50px;
    }
    .txt1 .box img,
    .txt2 .box img
    {
        max-width: 100% !important;
        margin-bottom: 10px;
    }
    .txt1 .box > div,
    .txt2 .box > div
    {
        width: 100% !important;
    }
    .block > img,
    .block .ind
    {
        width: 100%;
    }
    .block__inner
    {
        width: 100%;
        margin-top: 15px;
    }
    .banner1 .box:last-child
    {
        margin-top: 30px;
    }
    .anc .box
    {
        width: calc(100% / 2 - 1%);
    }
    .pic .box
    {
        width: calc(100% / 2 - 1%);
    }
    .scroll dl,
    .media dl,
    .link dl
    {
        display: block !important;
    }
    .scroll dl dt,
    .media dl dt,
    .link dl dt,
    .scroll dl dd,
    .media dl dd,
    .link dl dd
    {
        width: 100% !important;
    }
    .scroll dl dt,
    .media dl dt,
    .link dl dt
    {
        margin-bottom: 10px !important;
    }
    .spW100,
    .banner1 .box
    {
        width: 100% !important;
    }
    .spW50
    {
        width: calc(100% / 2 - 2%) !important;
    }
}

@media screen and (max-width: 834px)
{
    #contents_wrap
    {
        padding: 0 10px 80px;
    }
    #header
    {
        padding: 65px 0 20px;
    }
    .header__wrap
    {
        margin: 20px auto 0;
    }
    .sidenav
    {
        top: inherit;
        right: inherit;
        bottom: 0;
        left: 0;

        display: -ms-flexbox;
        display: flex;

        width: 100%;

        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    .sidenav li
    {
        width: 50%;
    }
    .sidenav li a
    {
        width: 100%;
        height: auto;
        padding: 30px;
    }
    .footer
    {
        padding-bottom: 80px;
    }
    .footer__nav a
    {
        display: block;

        width: calc(100% / 2 - 1%);
        padding: 5px 0;

        text-align: center;
    }
    .footer .copy
    {
        display: block;

        width: 100%;
    }
    .form
    {
        margin: 20px auto;
    }
    .h1title h1
    {
        font-size: 14px;
        font-size: 4.375vw;
    }
    .point1 .box
    {
        width: calc(100% / 2 - 2%);
    }
    .tabW100
    {
        width: 100% !important;
    }
    .tabW50
    {
        width: calc(100% / 2 - 2%) !important;
    }
    .policy-wrap
    {
        left: 0;
    }
    .policy-wrap > div
    {
        width: 95%;
    }
}
