
@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: 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;

    letter-spacing: .05em;
    word-wrap: break-word;

    background: url(../images/common/contents_BG.png) center top #000;
}

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

.img100 img
{
    width: 100% !important;
}

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

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

table td img
{
    height: auto !important;
}

.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: 1000px;
}

.imgR,
.imgL
{
    max-width: 30% !important;
}

.mincho
{
    font-family: 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 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
{
    position: relative;

    max-width: 100%;
}

header#global_header:before
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 30px;

    content: '';

    background: url(../images/common/bg_02.png) center top repeat-x;
}

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

    width: 100%;
    width: 100%;
}

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

    color: #fff;

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

#header .inner .siteID
{
    padding-top: 5px;
}

#header .inner .logo a:hover
{
    cursor: default;

    opacity: 1;

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

#common_header
{
    position: relative;
    z-index: 999;

    padding: 20px 0;

    background: url(../images/common/bg_01.png) no-repeat 70% bottom #fff;
}

#common_header .inner
{
    display: -ms-flexbox;
    display: flex;

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

#common_header .inner address
{
    line-height: 2;

    text-align: left;
}

#nav_global
{
    position: relative;
}

#nav_global:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;
    display: block;

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

    content: '';

    background: url(../images/common/bg_02.png) center top repeat-x;
}

#nav_global ul
{
    position: relative;
    z-index: 10;

    display: -ms-flexbox;
    display: flex;

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

    background: #000;

    -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:before
{
    display: none;
}

#nav_global ul li a
{
    font-size: 25px;

    position: relative;

    display: block;

    padding: 10px 0;

    text-decoration: none;

    color: #fff;
}

#nav_global ul li a:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

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

    content: '';

    background: #fff;
}

#nav_global ul li a:hover
{
    opacity: 1;
    background: #900;

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

#nav_global ul li a.selected
{
    background: red !important;
}

.active
{
    background: #900 !important;
}

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

    width: 100%;
}

#main_image img
{
    width: 100%;
    height: 100vh !important;
}

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

    background: #000 !important;
}

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

#footer
{
    padding: 30px 0;

    background: url(../images/common/footer_BG.gif) center top;
}

#footer .inner
{
    display: -ms-flexbox;
    display: flex;

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

#footer .inner .box1
{
    display: -ms-flexbox;
    display: flex;

    text-align: left;

    color: #fff;

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

#footer .inner .box1 dl
{
    margin-left: 20px;
}

#footer .inner .box1 dl dd:first-child
{
    font-size: 32px;

    display: block;

    margin-bottom: 10px;
}

#footer .inner .box2
{
    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;
}

#footer .inner .box2 p
{
    text-align: left;
}

#footer .inner .box2 p.col2
{
    margin-left: 20px;
}

#footer .inner .box2 p a
{
    display: block;

    margin-bottom: 10px;

    text-decoration: none;

    color: #fff;
}

#footer .copy
{
    margin-top: 30px;

    text-align: center;

    color: #fff;
}

/* txt */
.txt1
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;

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

.txt1:after
{
    display: none;
}

.txt1 img
{
    float: none !important;

    width: 50% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.txt1 article
{
    width: 50% !important;
    padding: 30px;

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

.txt1 article h2
{
    font-size: 20px;
    line-height: 3;

    color: #fff;
    background: url(../images/home/bg_01.png) no-repeat center;
}

.txt1 article div
{
    font-size: 14px;
    font-weight: bold;
    line-height: 2;

    display: block;

    margin-top: 20px;

    transform: rotate(.034deg);
}

.txt2
{
    font-size: 30px;

    color: #8c6721;
}

.txt3
{
    width: 100%;

    color: #8c6721;
}

/* table */
.table_wrap1
{
    width: 50%;
}

.table_wrap2 table
{
    font-size: 25px;

    height: 385px;
    margin-bottom: 5%;
}

.table_wrap2 table td
{
    padding-top: 30% !important;
}

.table_wrap2 .box1
{
    background: url(../images/course/img_01.gif) center/contain no-repeat;
}

.table_wrap2 .box2
{
    background: url(../images/course/img_02.gif) center/contain no-repeat;
}

.table_wrap2 .box3
{
    background: url(../images/course/img_03.gif) center/contain no-repeat;
}

.table_wrap2 .box4
{
    background: url(../images/course/img_04.gif) center/contain no-repeat;
}

.table_wrap3
{
    margin-bottom: 5%;
}

.table_wrap3 h2
{
    font-size: 25px !important;
    font-weight: bold;

    padding-bottom: 10px;

    text-align: left !important;

    color: #000 !important;
    background: url(../images/drink/bg_bd.png) no-repeat center bottom 20px !important;
}

/* back */
.bg1
{
    background: url(../images/home/washi_tile.jpg) center top;
}

.bg1 .box1
{
    width: 50%;
    padding: 0 20px;
}

.bg1 .box1 h2
{
    font-size: 20px;
    line-height: 3;

    padding-right: 40px;

    color: #fff;
    background: url(../images/home/bg_01.png) no-repeat center;
}

.bg1 .box1 article div
{
    font-size: 16px;
    font-weight: bold;
    line-height: 2;

    margin-top: 20px;

    transform: rotate(.034deg);
}

.bg1 .box1 .txt_anc1
{
    background: url(../images/home/bg_03.gif) center no-repeat;
}

.bg1 .box1 .txt_anc1 a
{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;

    display: block;

    transform: rotate(.034deg);
    text-decoration: none;

    color: #fff;
}

.bg2
{
    background: url(../images/home/washi_tile2.jpg) center top;
}

.bg2_2
{
    padding: 80px 30px 30px !important;
}

.bg3
{
    background: url(../images/home/washi_tile.jpg) center top;
}

.bg3_2
{
    padding: 80px 30px 30px !important;
}

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

    padding: 10px 0;

    transform: rotate(.034deg);

    color: 30px;
    background: url(../images/menu/bg_01.gif) no-repeat center;
}

.h2title h2
{
    font-size: 20px;
    line-height: 3;

    padding-right: 40px;

    color: #fff;
    background: url(../images/home/bg_01.png) no-repeat center/contain;
}

/* common */
.td5 td
{
    padding: 5px !important;
}

.menu_wrap
{
    max-width: 70%;
    margin: 20px auto 0 !important;
}

.menu_wrap dl
{
    font-size: 20px;
    font-weight: bold;
}

.menu_wrap dl dt
{
    width: 50% !important;

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

.menu_wrap dl dd
{
    width: 50% !important;

    text-align: right !important;

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

.corse_wrap
{
    padding: 5% 0;

    background: url(../images/course/bg_01.gif) no-repeat center/contain;
}

.corse_wrap h2
{
    font-size: 38px;

    color: #900;
}

.course_wrap
{
    background: url(../images/home/bg_02.png) no-repeat right bottom, url(../images/home/washi_tile.jpg) repeat left top !important;
}

.jizake
{
    padding: 50px;

    background: url(../images/drink/img_01.jpg) no-repeat center/cover;
}

.sake_wrap
{
    width: 80%;
}

.sake_wrap div
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;

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

.sake_wrap b
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;

    display: block;

    width: 20px;

    color: #fff;
}

.sake_title
{
    width: 12%;
}

.sake_title img
{
    max-width: 100% !important;
}

.imgbg img
{
    padding: 2% !important;

    background: url(../images/kodawar/bg.gif) no-repeat center/contain;
}

.pan1 a
{
    line-height: 30px;

    display: inline-block;

    color: #000;
}

.disnone
{
    display: none;
}

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

.opanone a:hover
{
    opacity: 1 !important;

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

.positioncenter
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    transform: translateY(-50%);
    text-align: center;
}

/* news */
.news
{
    padding: 40px;

    border: 2px solid #000;
}

.news .scroll
{
    overflow-y: auto;

    max-height: 300px;
}

.news .scroll dl
{
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;

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

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

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

.news .scroll dl dt
{
    font-weight: bold;
}

/* flex */
.wrap1
{
    display: -ms-flexbox;
    display: flex;

    margin-left: -3.0303% !important;

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

.wrap1 .box1
{
    width: 30.30303% !important;
    margin-left: 3.0303% !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;
}

.calc1
{
    width: calc(100% / 2 - 2%);
}

.calc2
{
    width: calc(100% / 3 - 2%);
}

.calc3
{
    width: calc(100% / 4 - 2%);
}

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

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

    color: #000;
}

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

.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 !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;
    }
    #contents_wrap
    {
        padding: 0 10px 0;
    }
    #main_image
    {
        margin-bottom: -30px !important;
    }
    .table_wrap3 h2
    {
        text-align: center !important;
    }
    .table_wrap3 div
    {
        text-align: center !important;
    }
    .menu_wrap
    {
        max-width: 100% !important;
    }
    .corse_wrap h2
    {
        font-size: 20px !important;
    }
    .sake_wrap
    {
        width: 60%;
    }
    .sake_wrap div
    {
        display: block;
    }
    .sake_wrap b
    {
        font-size: 30px;

        width: 100%;
    }
    .sake_title
    {
        width: 25%;
    }
    .news .scroll dl
    {
        display: block !important;
    }
    .news .scroll dl dt,
    .news .scroll dl dd
    {
        width: 100% !important;
    }
    .news .scroll dl dt
    {
        margin-bottom: 10px !important;
    }
    .wrap1
    {
        margin-left: 0 !important;

        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .wrap1 .box1
    {
        width: calc(100% / 2 - 2%) !important;
        margin-left: 0 !important;
    }
    .spW100
    {
        width: 100% !important;
    }
    .spW50
    {
        width: calc(100% / 2 - 2%) !important;
    }
}

@media screen and (max-width: 834px)
{
    #contents_wrap
    {
        padding: 0 10px 0;
    }
    #header
    {
        padding: 65px 0 20px;
    }
    #header .inner .siteID
    {
        margin-left: 5%;

        text-align: left;
    }
    #header .inner .logo
    {
        width: 15%;
        margin-right: 5%;
    }
    #common_header
    {
        padding: 65px 10px 20px;
    }
    #main_image
    {
        margin-bottom: -80px;
    }
    #main_image img
    {
        height: 100% !important;
    }
    #footer .inner
    {
        display: block;
    }
    #footer .inner .box1
    {
        max-width: 480px;
        margin: 0 auto;
    }
    #footer .inner .box2
    {
        display: block;

        margin-top: 30px;
    }
    #footer .inner .box2 p
    {
        text-align: center;
    }
    #footer .inner .box2 p.col2
    {
        margin-left: 0;
    }
    #footer .inner .box2 p a
    {
        display: inline-block;
    }
    .txt1
    {
        display: block;
    }
    .txt1 img
    {
        width: 100% !important;
    }
    .txt1 article
    {
        width: 100% !important;
    }
    .txt2
    {
        font-size: 20px;
    }
    .table_wrap1
    {
        width: 100%;
    }
    .table_wrap2 table
    {
        font-size: 18px;

        height: 100%;
    }
    .table_wrap2 table td
    {
        padding-bottom: 20% !important;
    }
    .bg1
    {
        display: block;
    }
    .bg1 .box1
    {
        width: 100%;
    }
    .corse_wrap
    {
        padding: 5% 0;
    }
    .corse_wrap h2
    {
        font-size: 30px;
    }
    .tabW100
    {
        width: 100% !important;
    }
    .tabW50
    {
        width: calc(100% / 2 - 2%) !important;
    }
    .policy-wrap
    {
        left: 0;
    }
    .policy-wrap > div
    {
        width: 95%;
    }
}
