img {
    max-width: 100%;
    height: auto;
    width: auto;
}
#container {
    width: 100%;
}

a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    z-index: 10000;
}

.sp_hd {
    display: none;
}
.message.error {
    width: 100%;
    background-color: #fff6f6;
    color: #9f3a38;
    margin-top: 0;
    margin-bottom: 0px;
    border: 1px solid #9f3a38;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 0.9rem;
}
.message.success {
    background-color: #f8ffff;
    color: #276f86;
    margin-top: 0;
    margin-bottom: 0px;
    border: 1px solid #276f86;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 0.9rem;
}
/*======================
header
=====================*/

#global-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #efebe9;
    padding: 10px 0px;
}
#global-nav .home {
    width: 15%;
    padding: 10px 0px;
}
#global-nav .main_navi {
    width: 80%;
    border-left: 2px solid #540303;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0px;
}
#global-nav .main_navi li {
    width: 100%;
    border-right: 2px solid #540303;
    padding: 10px 10px;
    margin: 0;
    text-align: center;
}
#global-nav .main_navi li a {
    display: block;
    height: 100%;
    text-align: center;
    text-decoration: none;
    font-family: "Hannotate SC";
}
.main_navi li {
}
#global-nav.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}

#global-nav .inner {
    padding-bottom: 0;
    padding-top: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 80px 0;
    width: 768px;
}

.global-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.global-item {
    border-left: 1px solid #fff;
    width: 20%;
}

.global-item:last-child {
    border-right: 1px solid #fff;
    margin-right: 0;
}

.global-item a {
    background: #16244e;
    color: #fff;
    display: block;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}

.header_sp {
    display: none;
}
.header_sp_admin {
    display: none;
}

header {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 100;
}

header .logo {
    margin: 0px 5px;
    background: url(/img/logo_f.png) no-repeat;
    background-size: 100% 100%;
    width: 30%;
    height: 100%;
    overflow: hidden;
    float: left;
}
header .logo a {
    display: block;
    width: 70%;
    height: 100%;
}

.logo_catch {
    font-size: 0.5em;
    color: #333;
    margin: 0px;
    padding: 0px;
    top: 0px;
    position: relative;
    text-align: center;
}

.member_side_btn {
    position: fixed;
    bottom: 10px;
    left: 15px;
    width: 170px;
    height: 170px;
    z-index: 20;
}
.member_side_btn a {
    display: block;
    color: #fff;
    font-size: 18px;
    background: #d9003e;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 55px 10px;
    border-radius: 50%;
}
.member_side_btn a:hover {
    background: #ff575a;
}

/*======================
contents
=====================*/
.drawer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.drawer-menu {
}
.drawer-menu li {
    font-size: 20px;
    margin: 50px 0px;
    text-align: left;
}
.drawer-menu li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.drawer-menu li a:hover {
    color: #9c9c9c;
    transition: 0.1s;
}
.foot_bd {
    height: 2%;
    width: 100%;
    background: #3f210f;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    clear: both;
    z-index: 10;
}

/*メニュー*/
.menu {
    display: none;
}

/*パンくず*/
.breadCrumb {
    width: 100%;
    text-align: left;
    font-size: 0.8em;
    overflow: hidden;
    padding: 20px 0px;
    background-color: #efebe9;
}
.breadCrumb ol {
    width: 1000px;
    text-align: left;
    padding: 0;
    margin: 0px auto;
    color: #685d5b;
}
.breadCrumb li {
    float: left;
    margin: 0px 5px;
    color: #540303;
    font-size: 15px;
    font-family: Hannotate SC;
}

/* お問い合わせ */

.block_contact {
    margin: 0;
    width: 100%;
    padding: 40px 0;
    background: #fff000;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.block_contact .box {
    width: 1080px;
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}
.block_contact .box h2 {
    width: 29%;
    text-align: left;
    margin: 70px 0px 30px 0px;
}
.block_contact .contact_box {
    width: 30%;
    margin: 0px 0px;
    padding: 10px 0px 0px 0px;
}
.block_contact .contact_box dt {
    margin: 0px;
    padding: 0px 0px 0px;
    text-align: center;
}
.block_contact .contact_box dt img {
    width: 160px;
}
.block_contact .contact_box dd {
    margin: 0px;
    padding: 0px 0px 0px;
    text-align: center;
    font-size: 30px;
    line-height: 100%;
}
.block_contact .contact_box dd p {
    font-size: 13px;
    margin: 0px;
    padding: 0;
}

/* Clothoグループ */
.block_group {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.block_group h2 {
    margin: 50px auto;
    text-align: center;
}
.block_group .group_box {
    width: 100%;
    margin: 40px auto 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding: 0;
    border-left: solid #eee 1px;
}
.block_group .group_box li {
    width: 33%;
    text-align: center;
    font-size: 13px;
    padding: 0;
    margin: 0;
    border-right: solid #eee 1px;
}
.block_group .group_box li img {
    max-height: 130px;
}

/*
==========================================================
pagetop
==========================================================
*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
#page-top a {
    color: #fff;
    width: 30px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

/*
==========================================================
footer
==========================================================
*/
footer {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px auto;
    overflow: hidden;
    clear: both;
    background: #ececed;
    position: relative;
    bottom: 0;
    color: #685d5b;
}

footer .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto;
}

footer .foot_box {
    text-align: left;
}

footer .main .add {
    text-align: left;
    font-size: 13px;
    line-height: 200%;
    color: #fff;
}

footer .foot_bnr {
    width: 400px;
    height: 80px;
}

footer .footer_menu {
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #540303;
    margin: 30px 0px 30px auto;
    border-radius: 5px;
    padding: 0;
    color: #fff;
}
footer .footer_menu li {
    font-size: 14px;
    padding: 5px 0px;
    margin: 0px auto;
}
footer .footer_menu li a {
    color: #fff;
    text-decoration: none;
    font-family: "Hannotate SC";
}

footer .copyright {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #685d5b;
    margin: 10px auto 0px auto;
    font-family: "Hannotate SC";
}
