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

    letter-spacing: .6;
    word-wrap: break-word;
}

figure
{
    margin: 0;
    padding: 0;
}

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

.sinner
{
    max-width: 620px;
}

.bornone td
{
    border: none !important;
}

.pdnone td
{
    padding: 0 !important;
}

.img100 img
{
    width: 100%;
}

.link1 a
{
    font-weight: bold;

    color: #970505;
}

#contents_wrap
{
    position: relative;
    z-index: 1;

    overflow: hidden;
}

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

.map li:last-child
{
    display: none;
}

.map li a
{
    text-decoration: none;
}

.policy h2
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 15px;
    padding: 0 0 5px;

    border-bottom: 1px solid #999;
}

.policy p
{
    margin: 0 0 20px;
}

table td
{
    margin-bottom: -1px !important;
    padding: 20px !important;
}

.tlauto table
{
    table-layout: auto;
}

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

u
{
    text-decoration: line-through;
}

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

small
{
    font-size: 80%;
}

hr
{
    height: 0;

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

span
{
    font-weight: inherit;
}

.youtube
{
    position: relative;

    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe
{
    position: absolute;
    top: 0;
    right: 0;

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

u
{
    text-decoration: underline;
}

.borB
{
    border-bottom: 1px dashed #333;
}

.b
{
    font-weight: bold;
}

b
{
    font-weight: bold;
}

.borderB
{
    border-bottom: 1px dashed #333;
}

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

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

.ColLeft
{
    float: left;
}

.ColRight
{
    float: right;
}

.flexleft
{
    display: none;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flexcenter
{
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.fwb
{
    font-weight: bold;
}

.mincho
{
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-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,
#main #col_main
{
    width: 100%;
}

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

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

#header
{
    position: absolute;
    z-index: 99999;
    top: 0;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    padding: 0 0 20px 20px;

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

#header #siteID
{
    width: 18%;
    max-width: 85px;
    padding-top: 10px;
}

#header #siteID img
{
    width: 100%;
    margin-right: 20px;
}

.common_hed
{
    position: static !important;

    padding: 10px 20px !important;

    background: #970505 !important;
}

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

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

#nav_global ul li:last-child a
{
    padding: 20px;

    background: #970505;
}

#nav_global ul li a
{
    font-weight: bold;

    display: block;

    padding: 0 15px 0 0;

    text-decoration: none;

    color: #fff;
}

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

    width: 100%;
}

#main_image
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 100vh;
}

#main_image .copy
{
    position: absolute;
    z-index: 999;
    right: 10%;
    bottom: 0;

    width: 40%;
}

#main_image .copy img
{
    width: 100%;
}

#main_image .cover
{
    position: absolute;

    width: 100%;
    height: 100vh;

    background: url(../images/common/main_cover.png) center top;
}

#main_image video
{
    min-width: 100%;
    min-height: 100%;

    vertical-align: bottom;
}

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

    background: #970505 !important;
}

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

#footer
{
    position: relative;
}

#footer .pagetop
{
    position: absolute;
    top: 40px;
    right: 2%;
}

#footer .human3
{
    position: absolute;
    bottom: 50px;
    left: -10%;

    width: 30%;
    max-width: 400px;

    transition-duration: 1s;

    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

#footer .human3 img
{
    width: 100%;
}

#footer .fadein3
{
    left: 0;

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

#footer .conbg3
{
    position: relative;

    overflow: hidden;

    padding-top: 100px;
}

#footer .conbg3:before
{
    position: absolute;
    z-index: -1;
    top: 70px;
    left: 0;

    width: 120%;
    height: 100%;

    content: '';
    transform: rotate(-2deg);
    transform-origin: left center;

    background: #eee;
}

#footer .nav a
{
    display: inline-block;

    padding: 0 5px;

    text-decoration: none;
}

#footer dl
{
    margin: 40px 0;
}

#footer .copy
{
    line-height: 50px;

    text-align: center;

    background: #fff;
}

#contents_wrap
{
    padding: 0 0 100px;
}

/* TOP */
.human1
{
    position: absolute;
    bottom: -7%;
    left: -10%;

    width: 30%;
    max-width: 462px;

    transition-duration: 1s;

    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.human1 img
{
    width: 100%;
    max-width: 462px !important;
}

.human2
{
    position: absolute;
    z-index: 1;
    right: -10%;
    bottom: 0;

    width: 30%;
    max-width: 410px;

    transition-duration: 1s;

    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.human2 img
{
    width: 100%;
}

.positionR
{
    position: relative;
}

.slide_wrap
{
    margin-top: 30px;
}

.table_wrap
{
    font-size: 13px;
}

.table_wrap img
{
    display: block;

    margin: 0 auto;
    padding: 0 10px;

    text-align: center;
}

.table_wrap div
{
    margin: 0 10px;
    padding: 15px !important;

    background: #fff !important;
}

.news
{
    overflow-y: auto;

    width: 100%;
    max-height: 400px;
    padding: 15px;

    border: 2px solid #eee;
}

.schedule_wrap
{
    width: 49%;
    padding: 10px;

    border: 1px solid #ccc;
}

div.detail
{
    margin-top: 10px;
}

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

    padding: 3px 10px;

    color: #fff;
    background: #970505;
}

.shop_wrap,
.youtube_wrap
{
    width: 48%;
}

div.blog_list
{
    border: none !important;
}

div.blog_list > div
{
    margin-bottom: 20px;
    padding-bottom: 20px;
}

div.blog_list div.blog_text
{
    width: 100% !important;
    padding: 0;
}

div.blog_list div.blog_photo
{
    display: none;
}

.shop_txt
{
    font-size: 12px;

    color: #fff;
}

.shop_txt b
{
    font-size: 18px;
}

.shop_txt img
{
    float: right !important;
}

.schedule_box,
.btnyaji
{
    padding-bottom: 10px;

    border-bottom: 1px dotted #999;
}

.schedule_box:hover,
.btnyaji:hover
{
    cursor: pointer;

    opacity: .7 !important;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.schedule_box b,
.btnyaji b
{
    font-size: 20px;

    color: #970505;
}

/*---------------------------------
            JS
---------------------------------*/
.fadein
{
    left: 0 !important;

    opacity: 1 !important;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.fadein2
{
    right: 0 !important;

    opacity: 1 !important;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

/* 3列 */
.wrap1
{
    margin-left: -3.0303% !important;
}

.wrap1 .box1
{
    float: left !important;

    width: 30.30303% !important;
    margin-left: 3.0303% !important;
}

.bg1
{
    position: relative;

    padding: 70px 0;

    background: #f7f7f7;
}

.bg2
{
    position: relative;

    overflow: hidden;
}

.bg2:before
{
    position: absolute;
    z-index: -2;
    top: -70px;
    left: -30px;

    width: 140%;
    height: 90%;

    content: '';
    transform: rotate(7deg);
    transform-origin: left center;

    background: #c94949;
}

.bg2:after
{
    position: absolute;
    z-index: -1;
    top: 28px;
    left: -10%;

    width: 120%;
    height: 50%;

    content: '';
    transform: rotate(-10deg);
    transform-origin: right center;

    background: #970505;
}

.bg2 .bg2inner
{
    position: relative;

    padding: 130px 0 13%;
}

.bg2 .bg2inner:after
{
    position: absolute;
    z-index: 1;
    top: 275px;
    left: -10%;

    width: 120%;
    height: 65%;

    content: '';
    transform: rotate(-10deg);
    transform-origin: right center;

    background: #fff;
}

.bg3
{
    position: relative;

    overflow: hidden;

    padding: 140px 0;
}

.bg3:before
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: -30px;

    width: 140%;
    height: 85%;

    content: '';
    transform: rotate(4deg);
    transform-origin: left center;

    background: #333;
}

.bg3:after
{
    position: absolute;
    z-index: 1;
    bottom: 60px;
    left: -30px;

    width: 140%;
    height: 15%;

    content: '';
    transform: rotate(4deg);
    transform-origin: left center;

    background: #fff;
}

.z999
{
    position: relative;
    z-index: 9999999;
}

.disnone
{
    display: none !important;
}

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

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

.txt_center
{
    text-align: center;
}

/* title */
.h1wrap h1
{
    font-size: 40px;
    font-weight: bold;

    padding: 100px 0;

    color: #fff;
    background: url(../images/common/h1title_bg.jpg) center top no-repeat;
    background-size: cover;
}

h2.h2title
{
    padding: 10px 10px 10px 15px;

    border: 1px solid #ccc;
}

h2.h2title span
{
    font-size: 20px;
    font-weight: bold;

    display: block;

    padding-left: 10px;

    border-left: 5px solid #970505;
}

/* common */
.anc_red a
{
    color: #970505;
}

.daihyo b
{
    font-size: 18px;

    color: #970505;
    border-bottom: 1px solid #970505;
}

.pan
{
    font-size: 13px;
}

.pan a
{
    line-height: 30px;

    display: inline-block;

    color: #970505;
}

.table_wrap1
{
    padding: 10px 20px 20px !important;

    border: 10px solid #eee !important;
}

.table_wrap1 td
{
    position: relative;

    padding: 10px 0 10px 25px !important;

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

.table_wrap1 td:before
{
    position: absolute;
    top: 15px;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;
    margin: auto;

    content: '■';
}

.table_wrap1 td div
{
    font-weight: bold !important;
}

.table_wrap1 .box1:before
{
    color: #970505;
}

.table_wrap1 .box2:before
{
    color: #4267b2;
}

.table_wrap1 .box3:before
{
    color: #008080;
}

.table_wrap1 .box4:before
{
    color: #936;
}

.table_wrap1 .box5:before
{
    color: #f90;
}

.contact_wrap a
{
    display: block;

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

    transition-duration: .3s;
    text-align: center;
    text-decoration: none;

    color: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    background: #000;
}

.contact_wrap a:hover
{
    opacity: 1;
    color: #000;
    background: #fff;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.staff_kibou a
{
    font-size: 18px;
    font-weight: bold;

    position: relative;

    padding-left: 20px;

    color: #970505;
}

.staff_kibou a:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;

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

    content: '>';
}

.imgwrap1
{
    width: 40%;
}

.imgwrap1 .box1
{
    width: 100%;
}

.table_wrap2
{
    width: 59%;
}

.table_wrap2 td
{
    padding: 7px !important;
}

.blog_text h3 a
{
    color: #970505 !important;
}

.blog_text .detail
{
    overflow: hidden;

    height: 50px;
}

section div#contents > dl ul li a
{
    margin-bottom: 0 !important;
}

.blog #contents .date
{
    color: #970505;
}

.blog #contents dt a
{
    font-weight: bold;

    text-decoration: none;

    color: #970505 !important;
}

.blog #contents dt a span
{
    font-size: 20px !important;
}

.blog #contents h2
{
    font-weight: bold;

    text-decoration: none;

    color: #970505 !important;
}

.blog #contents h2 span
{
    font-size: 20px !important;
}

.blog .pages
{
    text-align: left !important;
}

.blog .pages a
{
    text-decoration: none;
}

.taisen dt
{
    display: none !important;
}

.taisen dd
{
    font-weight: bold;

    display: block;

    padding: 30px 0 !important;

    text-align: center !important;

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

.schedule_box,
.btnyaji
{
    position: relative;

    padding-right: 30px;
}

.schedule_box:after,
.btnyaji:after
{
    font-family: FontAwesome;
    font-size: 20px !important;
    font-weight: bold;

    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;
    visibility: inherit !important;

    width: 20px;
    height: 20px;
    margin: auto;

    content: '\f107';

    color: #000;
    color: #970505;
}

.btnyaji:after
{
    content: '\f106' !important;
}

.yajinone:hover
{
    cursor: default !important;

    opacity: 1 !important;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.yajinone:after
{
    display: none !important;
}

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

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

    color: #970505;
}

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

.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: 468px)
{
    .inner
    {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    #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;
    }
    .sptal
    {
        text-align: left !important;
    }
    .sptar
    {
        text-align: right !important;
    }
    .sptac
    {
        text-align: center !important;
    }
    #header
    {
        max-width: 95px;
    }
    #contents_wrap
    {
        padding: 0 10px 50px;
    }
    .schedule_wrap
    {
        width: 100%;
    }
    .shop_wrap,
    .youtube_wrap
    {
        width: 100%;
    }
    .shop_wrap
    {
        margin-bottom: 30px;
    }
    .wrap1
    {
        margin-left: 0 !important;
    }
    .wrap1 .box1
    {
        margin-left: 0 !important;
    }
    .bg2:before
    {
        left: -40px;
    }
    .bg2:after
    {
        top: 220px !important;
        left: -20%;

        width: 140%;
    }
    .bg2 .bg2inner:after
    {
        display: none;
    }
    .imgwrap1
    {
        width: 100%;
    }
    .table_wrap2
    {
        width: 100%;
        margin-top: 20px;
    }
    .taisen
    {
        margin-top: 5px;
    }
}

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

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

        width: 100% !important;
    }
    .fltR
    {
        float: none;

        width: 100% !important;
    }
    #header
    {
        position: fixed;
        z-index: 9999999999;

        display: block;

        max-width: 145px;
        padding: 0 0 0 10px;
    }
    #header #siteID
    {
        width: 100%;
        padding-top: 0;
    }
    #header #siteID img
    {
        margin-right: 0;
    }
    .common_hed
    {
        position: fixed !important;

        max-width: 85px;
        padding: 1px 0 0 10px !important;
    }
    #main_image
    {
        width: 100%;
        height: 100%;
    }
    #main_image video
    {
        width: 100%;
        min-width: auto;
        min-height: auto;
    }
    #footer .pagetop
    {
        position: static;

        margin-bottom: 20px;
    }
    #footer .human3
    {
        display: none;
    }
    #contents_wrap
    {
        padding: 0 10px 80px;
    }
    .human1
    {
        display: none;
    }
    .human2
    {
        display: none;
    }
    .bg2:after
    {
        top: 50px;
    }
    .bg2 .bg2inner
    {
        padding: 80px 0 150px;
    }
    .bg2 .bg2inner:after
    {
        top: 235px;
    }
    .bg3
    {
        padding: 20% 10px;
    }
    .bg3:before
    {
        top: 30px;
    }
    .bg3:after
    {
        display: none;
    }
    .h1wrap h1
    {
        font-size: 20px;
        font-size: 6.25vw;

        padding: 150px 0 100px;
    }
    h2.h2title span
    {
        font-size: 12px;
        font-size: 3.75vw;
    }
    .blog .wrap
    {
        padding-top: 70px;
    }
    .policy-wrap
    {
        left: 0;
    }
    .policy-wrap > div
    {
        width: 95%;
    }
}

@media screen and (max-width: 1010px)
{
    #nav_global ul li a
    {
        font-size: 4px;
        font-size: 1.25vw;
    }
}

@media screen and (max-width: 1400px)
{
    .human1
    {
        bottom: 16%;

        width: 35%;
    }
    .human2
    {
        bottom: 10%;
    }
}
