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

    color: #fff;
    background: #000;
}

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

.img100 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
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

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

#main
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;

    width: 100%;

    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row-reverse;
}

#main:after
{
    display: none;
}

#col_main
{
    float: none !important;

    width: 71.9% !important;
}

#col_side1
{
    float: none !important;

    width: 25% !important;
}

#col_side1 > div img
{
    width: 100% !important;
}

footer#global_footer
{
    min-width: 100% !important;
}

#contents_wrap
{
    padding: 0 0 100px;
}

header#global_header
{
    max-width: 100%;
}

#header
{
    padding: 10px 0 20px;
}

.header .inner
{
    display: -ms-flexbox;
    display: flex;

    color: #999;

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

#nav_global ul
{
    display: -ms-flexbox;
    display: flex;

    max-width: 960px;
    margin: auto;

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

#nav_global ul li
{
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fixed
{
    position: fixed;
    z-index: 10000;
    top: 0;

    width: 100%;
}

.main
{
    max-width: 960px;
    margin: 20px auto 0;
}

.mean-container .mean-bar
{
    position: fixed !important;

    background: #000 !important;
}

.mean-container .mean-nav
{
    background: #000 !important;
}

.footer
{
    padding: 20px 0;

    color: #999;
    border: 10px solid #434343;
    background: #161616;
}

.footer a
{
    display: block;

    color: #999;
}

.footer .inner
{
    position: relative;
}

.footer .pagetop
{
    position: absolute;
    z-index: 999;
    top: -60px;
    right: 0;
}

.footer .pagetop a
{
    background: none;
}

.footer__address
{
    text-align: left;
}

.footer__wrap
{
    text-align: left;
}

.footer__wrap__copy
{
    width: 100%;
    margin-top: 10%;

    text-align: right;
}

/* txt */
.txt1 .box,
.txt2 .box
{
    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;
}

.txt1 .box > img,
.txt2 .box > img
{
    width: 100% !important;
    max-width: 40% !important;
}

.txt1 .box div,
.txt2 .box div
{
    width: 58%;
}

.txt2 .box
{
        flex-direction: row-reverse;

    -ms-flex-direction: row-reverse;
}

/* table */
/* back */
/* wrap */
/* title */
.h1txt
{
    padding: 10px;

    background: linear-gradient(to right, #2a2a2a, #000);
}

.h1txt h1
{
    font-size: 30px;
    font-weight: bold;

    color: #db9749;
}

/* common */
.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%;
}

.imgborder img
{
    padding: 5px !important;

    background: #fff;
}

.item
{
    display: -ms-flexbox;
    display: flex;

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

.item .box
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;

    width: calc(100% / 2 - 2%);
    margin-bottom: 5%;
    padding-bottom: 10px;

    border-bottom: 1px solid #ccc;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
}

.item .box img
{
    width: 55% !important;
}

.item .box > div
{
    font-size: 16px;
    font-weight: bold;

    width: 43%;

    color: #ffd7b6;
}

.maincolor
{
    color: #db973d;
}

.pan1 a
{
    line-height: 30px;

    display: inline-block;

    color: #fff;
}

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

.img1
{
    width: 100% !important;
}

/* news */
.newstitle h2
{
    font-family: 'Noto Serif Japanese', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 25px;
    font-weight: 900;

    padding-bottom: 10px;

    color: #db9749;
    border-bottom: 2px solid #434343;
}

.scroll
{
    overflow-y: auto;

    max-height: 200px;
}

.scroll dl
{
    display: block !important;

    margin-bottom: 20px !important;
    padding-bottom: 20px !important;

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

.scroll dl dt,
.scroll dl dd
{
    padding: 0 !important;

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

.scroll dl dd
{
    width: 100%;
}

.scroll dl dt
{
    font-weight: bold;

    width: 100%;
    margin-bottom: 10px;
}

/* side */
/* flex */
.gridT,
.flex1,
.flex2,
.flex3
{
    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;
}

.gridC
{
    display: -ms-flexbox;
    display: flex;

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

.gridB
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.colum2,
.flex1:before,
.flex1 .box
{
    width: calc(100% / 2 - 2%);
}

.colum3,
.flex2:before,
.flex2 .box
{
    width: calc(100% / 3 - 2%);
}

.colum4,
.flex3:before,
.flex3 .box
{
    width: calc(100% / 4 - 2%);
}

.flex1:before
{
    content: '';

    -ms-flex-order: 1;
    order: 1;
}

.flex1 .box
{
    margin-bottom: 3%;
}

.flex2:before
{
    content: '';

    -ms-flex-order: 1;
    order: 1;
}

.flex2 .box
{
    margin-bottom: 3%;
}

.flex3:before
{
    content: '';

    -ms-flex-order: 1;
    order: 1;
}

.flex3 .box
{
    margin-bottom: 3%;
}

/*================== プラポリ一体型お問い合わせ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 #6f5136;
}

.policy-trriger
{
    cursor: pointer;
    text-decoration: underline;

    color: #6f5136;
}

.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 #6f5136;
    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 #6f5136;
}

.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)
{
    .inner
    {
        padding-right: 10px;
        padding-left: 10px;
    }
    table td
    {
        margin-bottom: -1px;
    }
    #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;
    }
    #main
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #col_main
    {
        width: 100% !important;
    }
    #col_side1
    {
        display: -ms-flexbox;
        display: flex;

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

        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #col_side1 > div
    {
        width: calc(100% / 2 - 1%);
        margin-bottom: 1%;
    }
    #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;
    }
    .item .box > div
    {
        font-size: 14px;
    }
    .scroll dl
    {
        display: block !important;
    }
    .scroll dl dt,
    .scroll dl dd
    {
        width: 100% !important;
    }
    .scroll dl dt
    {
        margin-bottom: 10px !important;
    }
    .spW100
    {
        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;
    }
    .footer a
    {
        margin: 5px 0;
        padding: 5px 0;

        background: #666;
    }
    .footer__address
    {
        text-align: center;
    }
    .footer__wrap
    {
        margin-top: 20px;
        padding: 0 3%;

        text-align: center;
    }
    .footer__wrap__copy
    {
        margin-top: 5%;

        text-align: center;
    }
    .tabW100
    {
        width: 100% !important;
    }
    .tabW50
    {
        width: calc(100% / 2 - 2%) !important;
    }
    .policy-wrap
    {
        left: 0;
    }
    .policy-wrap > div
    {
        width: 95%;
    }
}
