@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------------------
　▼ body
--------------------------------------------------------------------------------*/
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family:Verdana,"Hiragino Kaku Gothic ProN",  Meiryo, sans-serif;
}

body.index { height: 100vh;}

/*--------------------------------------------------------------------------------
　▼ 共通
--------------------------------------------------------------------------------*/
a {
    -webkit-transition: all .1s;
    transition: all .1s;
    text-decoration: none;
}
a:hover { text-decoration: none;}
ul li { list-style:none;}
#mobile_header { display: none;}
.sp_logo { display: none;}
#form-link li { border-radius: 0; margin: 0 2px;}


/*--------------------------------------------------------------------------------
　▼ wrapper
--------------------------------------------------------------------------------*/
#wrapper {
    width: 100%;
    z-index: 666;
}


/*--------------------------------------------------------------------------------
　▼ header
--------------------------------------------------------------------------------*/
#header {
    display: table;
    margin: 0 auto;
    padding: 10px 3%;
    table-layout: fixed;
    width: 100%;
    z-index: 999;
}

#header.index {
    position: fixed;
    top: 0;
    left: 0;
}

#header .logo {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
}

#header .logo img {
    max-height: 60px;
    margin: 0 auto;
}

#header #menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 80%;
}

.header02 {
    background: #fff;
}

/*--------------------------------------------------------------------------------
　▼ nav
--------------------------------------------------------------------------------*/
.nav li {
    padding: 15px 4px;
}

.nav li a,
.nav li span {
    font-size: 13px;
    padding: 10px 4px;
}

.nav li a:hover {
    border-radius: 0;
}

.nav li ul li a:hover {
    text-decoration: none;
}

/*--------------------------------------------------------------------------------
　▼ slide
--------------------------------------------------------------------------------*/
.slider {
    width: 100% !important;
    height: auto;
    margin: 0 auto;
}

/*--------------------------------------------------------------------------------
　▼ header02
--------------------------------------------------------------------------------*/
.header02 {
    display: table;
    padding: 10px 3%;
    table-layout: fixed;
    width: 100%;
}

.pankuzu-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 65%;
}

.pankuzu li,
.pankuzu li a {
    font-size: 12px;
}

.pankuzu li a {
    text-decoration: underline;
}

.bilingual-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 35%;
}

.index .bilingual-wrap {
    position: absolute;
    right: 3%;
    top: 100px;
    z-index: 998;
}

ul#bilingual-box {
    text-align: right;
}

ul#bilingual-box li {
    font-size: 12px;
    padding: 0 10px;
}

ul#bilingual-box li img {
    border: 1px solid #efefef;
}

.index ul#bilingual-box li span {
    color: #fff;
}

/*.index ul#bilingual-box li select {*/
/*    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
/*}*/

ul#bilingual-box:after {
    display: block;
    content: "";
    clear: both;
}


/*--------------------------------------------------------------------------------
　▼ sub-menu-bar
--------------------------------------------------------------------------------*/
#sub-menu-bar {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#sub-menu-bar h1 {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

#sub-menu-bar #form-link {
    margin: 0;
    width: auto;
    text-align: right;
    padding-right: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
}
#sub-menu-bar #form-link li a span { font-size: 5px !important; }
#sub-menu-bar #form-link li a { font-size: 12px; font-weight: normal; padding:8px 15px; }
#form-link li a:hover { border-radius: 0;}
#sub-menu-bar { width:100%; margin: 0; padding: 15px 10px;}
#sub-menu-bar .page_title {
    font-size: 26px;
    font-weight: bold;
    padding: 0 20px;
    display: inline-block;
    width: 60%;
    line-height: 1.2em;
    vertical-align: top;
}




/*--------------------------------------------------------------------------------
　▼ contents
--------------------------------------------------------------------------------*/
#contents {
    font-style: normal;
    margin: 0 auto;
    min-height: 300px;
    width: 100%;
}

.no-index #contents {
    width: 90%;
}

.index #contents #main.full {
    margin: 0 auto;
    float: none;
    width: 100%;
}

#contents #main {
    display: block;
    width: 75%;
    float: left;
    text-align: left;
    margin: 0 auto;
}

#contents:after {
    content: "";
    clear: both;
    display: block;
}


/*--------------------------------------------------------------------------------
　▼ top-box
--------------------------------------------------------------------------------*/
.top-box {
    padding: 50px;
}

.top-box:after {
    content: "";
    clear: both;
    display: block;
}

.top-box .body {
    padding: 20px;
}

.top-box .header {
    display: block;
    font-size: 36px;
    font-weight: 500;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

.top-box .header .more {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 3px 10px !important;
}
.top-box .header .more:hover { text-decoration: none;}


/*--------------------------------------------------------------------------------
　▼ free-box
--------------------------------------------------------------------------------*/
#contents .free-box { padding: 20px;}
#contents .free-box label {
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
}
#contents .free-box .body {
    margin-top: 0;
    line-height: 1.5em;
}


/*--------------------------------------------------------------------------------
　▼ post
--------------------------------------------------------------------------------*/
#contents .post { padding: 20px !important;}
#contents .post label {
    display: block;
    width: 100%;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
}
#contents .post .body {
    margin: 0;
    padding: 5px 0;
    line-height: 1.5em;
}


/*--------------------------------------------------------------------------------
　▼ その他
--------------------------------------------------------------------------------*/
#contents .table-box{ padding: 20px;}
#main .table-box { margin: 15px 0 15px 15px;}


/*--------------------------------------------------------------------------------
　▼ side
--------------------------------------------------------------------------------*/
#side {
    display: none;
    float: right;
    margin: 0 auto;
    padding: 20px 0 0 20px;
    text-align: left;
    width: 22%;
}

.side_box {
    width: 100%;
    padding:10px 15px;
}

.side_box h3 {
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.side_box ul {
    padding: 0;
}

.side_box ul li {
    display: block;
    padding: 5px 0 !important;
    margin-bottom: 10px;
}

.side_box ul li p {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.side_box ul li p:before {
    content: "▼ ";
    display: inline;
    font-size: 5px;
}

.side_box ul li > a {
    font-size: 12px;
}


    /*--------------------------------------------------------------------------------
    　▼ item-ct
    --------------------------------------------------------------------------------*/
.item-ct {
    padding: 20px;
    margin-bottom: 20px;
}
.item-ct label { font-size: 28px; margin: 0; }
.item-ct label:after { border: none;}


/*--------------------------------------------------------------------------------
　▼ shop_box
--------------------------------------------------------------------------------*/
.shop_box { padding-bottom: 100px; margin-bottom: 20px;}
.shop_box:after { display: block; content: ""; clear: both;}
.shop_box:last-child { border: none !important; margin-bottom: 0;}
.shop_box .header { width: 100%; }
.shop_box .header:after { display: block; content: ""; clear: both; }
.shop_box .comment { width:50%; float:left; margin: 20px 0; padding: 0; border-bottom: none;}
.shop_box .photos { width: 50%; float: right; margin: 20px 0; }
.shop_box .photos a { display: inline-block; width: 47%; height: auto; margin: 0;}
.shop_box .map { width: 50%; float: left; height: 300px; }
.shop_box .datas { width: 48%; float: right; padding-bottom: 20px; }
.shop_box .datas div { padding:5px 0;}
.shop_box .datas div .title { display:block; font-weight: normal; font-size: 90%; margin-bottom: 0;}
.submit-box,.privacy_check { text-align: center; padding: 5px 0; }


/*--------------------------------------------------------------------------------
　▼ footer
--------------------------------------------------------------------------------*/
#footer:before,
#footer:after { display: block; content: "";clear: both;}
#footer {
    position: relative;
    width:100%;
    text-align:center;
    padding: 15px;
    display:block;
    font-size: 12px;
    z-index: 9999;
}
#footer .sns { display: block; text-align: left !important; font-size: 0; padding: 5px 0; margin: 0; }
#footer .sns li { display: inline-block; margin: 0; padding: 3px; vertical-align: top; }
.fb_iframe_widget iframe { position: relative !important;}

#footer .footer_link { display: block; width: 80%; min-height: 150px; float: left; text-align: left; padding:10px !important; margin: 0 auto; font-size: 0;}
#footer ul.footer_link li { float: left; display: block; width: 20%; margin: 0; vertical-align: text-top; }
#footer ul.footer_link li a { display: block; font-weight: normal; padding: 3px 15px; margin-bottom: 2px; border-radius: 3px; }
#footer ul.footer_link li a:hover { text-decoration: none; }
#footer ul.footer_link li span { display: block; font-weight: normal; padding: 3px 15px; margin-bottom: 2px; border-radius: 3px; }


#footer .info {  width: 20%; float: right; margin: 0 auto; text-align: center; padding: 0 20px; }
#footer .info div.site_name { padding: 0; margin: 0; font-size: 16px; font-weight: bold;}
#footer .info .tel { display: block; font-size: 18px; font-weight: bold;}
#footer .info:after { display: block; content: ""; clear: both;}


/*--------------------------------------------------------------------------------
　▼ TOPへ戻るボタン
--------------------------------------------------------------------------------*/
p.gotop a{ border-radius: 5px; }
p.gotop {
    position: fixed !important;
    right: 30px;
    bottom: 0;
    z-index: 9999;
}
p.gotop a {
    display: block;
    padding: 5px 20px;
    opacity: 0.8;
}
p.gotop a:hover { opacity: 1; }


/*--------------------------------------------------------------------------------
　▼ nav
--------------------------------------------------------------------------------*/
@media (min-width: 1024px)  {
    .nav {
        display: block;
        width: 100%;
        padding: 0;
        z-index: 999;
        font-size: 0;
    }
    .nav:after { display: block; content: ""; clear: both; }
    .nav li {
        position: relative;
        display: inline-block;
        text-align:center;
        margin: 0;
        padding: 15px 5px;
    }
    .nav li a,
    .nav li span{
        display:block;
        width: 100%;
        font-size:13px;
        font-weight: normal;
        cursor: pointer;
    }
    .nav li a:hover { border-radius: 3px;}
    .nav li span{ cursor:text; }
    .nav li ul {
        display:none;
        padding: 15px 0 0 0;
        position:absolute;
        right: 50%;
        z-index:100;
        width: auto;
        margin: 0;
        border: 0;
    }
    .nav li ul li {
        float:none;
        position: relative;
        right: -50%;
        display: block;
        min-width: 150px;
        border-left: none;
        padding: 5px;
        white-space: nowrap;
        text-align: center;
        box-shadow:0px 5px 10px rgba(0,0,0,0.4);
    }
    .nav li ul li a:last-child { border-bottom: none !important;}
    .nav li ul li a { padding: 3px 10px;}
    .nav li:hover ul { display:block;}
}



@media screen and (max-width: 1023px) {
    #mobile-bar { display: none !important;}
    #header {
        width:100%;
        box-shadow:none;
        background: none;
        height: auto;
        position: static;
    }
    #header .logo { display: none;}
    #slide { display: none;}
    .index#slide { display: block;}
    .slider { position: relative; height: auto !important;}
    .sp_logo {
        display: block;
        text-align: center;
        padding: 10px;
        margin-top: 40px;
    }
    .img-responsive { margin: 0 auto;}
    #wrapper {
        width: 100%;
        margin: 0 auto;
        position: static;
        z-index: 666;
    }
    #wrapper.index {
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 666;
    }
    .index #sub-menu-bar #form-link { padding: 0;}
    .index #sub-menu-bar #form-link li { background: none; margin: 0 !important;}
    .index #sub-menu-bar #form-link li a span { font-size: 5px !important; }
    .index #sub-menu-bar #form-link li a {
        font-size: 12px;
        font-weight: normal;
        padding:15px 20px;
    }
    .index #form-link li a:hover { border-radius :0;}
    .index #sub-menu-bar { display: none; }

    #form-link li { border-radius: 5px; margin: 0 2px;}
    #sub-menu-bar #form-link li a span { font-size: 5px !important; }
    #sub-menu-bar #form-link li a { font-size: 12px; font-weight: normal; padding:15px 20px; }
    #form-link li a:hover { border-radius: 5px;}

    #sub-menu-bar.pd50 #form-link li a { font-size: 14px; padding: 10px 15px; border: none;}

    .full .free-box {
        width: 100%;
        margin: 0;
        padding: 30px;
    }
    #main .free-box { padding: 15px 20px;}
    .item-ct,
    .post { padding: 10px 30px; border-bottom: 1px dotted #555;}
    .item-ct .category_name { margin: 10px 0 0;}



    /*-------------contents--------------*/
    #contents {
        width:100%;
        min-width: 100%;
        margin:0 auto 10px;
        padding: 10px;
        box-sizing: border-box;
    }

    #contents #main { width: 100%; float: none; padding: 0; }
    #contents .top-box .header { padding: 10px;}
    #contents .top-box .body { padding: 10px 15px;}

    #contents .top-box .header .more { top:10px;}

    #side {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .side_box h3 { font-size: 16px; padding-bottom: 10px; margin: 0;}
    .side_box { padding: 10px 20px;}
    .side_box ul { padding: 10px;}
    .side_box ul li { margin-bottom: 10px;}

    /*--------shop---------*/
    .shop_box { margin-bottom: 20px;}

    /*----------------footer--------------*/
    #footer {
        position: static;
        width:100%;
        margin:0;
        padding: 20px;
    }
    #footer .footer_link { display:none;}
    #footer .info { float: none; width: 100%; text-align: center;}
    p.gotop{
        position: fixed;
        right: 20px;
        bottom: 10px !important;
    }
}

@media screen and (max-width: 767px) {

    .no-index ul#bilingual-box {
        display: block !important;
        width: 100% !important;
        float: none !important;
        padding: 10px 20px !important;
        text-align: left;
    }

    #wrapper #sub-menu-bar .page_title { display: inline-block;}

    #wrapper .free-box  { padding-top: 20px;}
    .shop_box .photos a { width: 100%;}
    .shop_box .map { width: 100%;}
    .shop_box .datas { width: 100%; }
    label { line-height: 1.5em; width: 100%;}
}
