/* Fonts */
.font-min {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font-goth {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.noto {
    font-family: "Noto Sans", sans-serif;
}
.centry {
    font-family: "Century Gothic", sans-serif;
}
.din {
    font-family: "DIN Condensed", sans-serif;
}

/* common */
html { scroll-behavior: smooth;}

/* fix for previous site */
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #f0f0f0;
    margin-bottom:0px;
}
.top_slider {
    text-align: center;
}
.top_slider img {
    margin: 0 auto;
}

/*.top */
.top01 .li_right {
    margin-right: 0;
}

/* column */
.box_column01 {
    text-align: left;
}
.box_column01 dl img, .box_column01 .main_pic img {
    width: 100%;
    height: auto !important;
}
.box_column01 dl p {
    margin:.5rem 0;
}
.box_column01 dl .date {
    display: inline-block;
    padding: 0 2em 0 0;
}
.box_column01 dl .icon {
    display: inline-block;
    background-color: #c00;
    color: #fff;
    padding: 0 .2rem;
    border-radius: 5px;
}
.box_column01 dl strong {
    font-size: 130%;
    font-weight: bold;
}

/************************/

/*
body {
    font-size: 1.0rem !important;
    line-height: 150%;
    -webkit-font-smoothing: antialiased;
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    background-color: #fff !important;
    position: relative;
}
@media (max-width: 767px) {
    body {
        font-size: 1rem !important;
        line-height: 150%;
    }
}

a {
    color: #666;
}
a:hover {
    text-decoration: underline;
    color: #999;
}
a:hover img {
    filter: brightness(1.3);
}
img.auto {
    width:100%;
    height: auto;
}
img.max_auto {
    width:auto;
    max-width:100%;
    height: auto;
}

.narrow {
    letter-spacing: -.05em;
}
.clear_both {
    clear:both;
}
.anchor {
    display: block;
    height: 1px;
    margin-top: -100px;
    margin-bottom: 100px;
}


/* layout 
header {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    border-bottom:1px solid #fff;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
}
header.sub {
    border-bottom:1px solid #ccc;
    background-color: #fff;
    color: #000;
}
header .header_nav {
    width:1280px;
    margin: 0 auto;
}
header .header_nav h1, header .header_nav .h1 {
    display: inline-block;
    padding: 1rem;
}
header .header_nav ul {
    display: inline;
    padding: 0;
    margin: 0;
}
header .header_nav li {
    display: inline-block;
    padding: 0;
    border-bottom: #fff;
}
header .header_nav li a {
    display: inline-block;
    color:#fff;
    padding: 2rem .8rem;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
header.sub .header_nav li a {
    color:#000;
    border-bottom: 1px solid #ccc;
}

header .header_nav li a:hover {
    color: #f00;
    text-decoration: none;
    border-bottom: 1px solid #f00;
}

header .header_nav .contact {
    display: inline-block;
    padding: 1rem;
}
header .header_nav .search {
    display: inline-block;
    padding: 1rem;
}


header .header_nav .dropdown_area {
    position: relative;
}
header .header_nav .dropdown_menu {
    display: none;
    position: absolute;
    top: 5rem;
    left: 0;
    width:33em;
    font-size: 90%;
    text-align: left;
}
header .header_nav .dropdown_menu li {
    display: block;
    background-color: #000;
    border-bottom: 1px solid #fff;
    width:100%;
}
header.sub .header_nav .dropdown_menu li {
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width:100%;
}
header .header_nav .dropdown_menu a {
    display: block;
    width:100%;
    padding: 1.7rem 1rem;
    position: relative;
}
header .header_nav .dropdown_menu img.image {
    margin-top:-20px;
    margin-bottom: -20px;
    margin-right: 5px;
}
header .header_nav .dropdown_menu a span {
    display: block;
    position: absolute;
    right: .5rem;
    top: 1.5rem;
}

@media (max-width: 767px) {
    header {
        padding:1rem;
    }
    .header_nav_mobile {
        text-align: left;
    }
    .header_nav_mobile .h1 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header_nav_mobile .contact, .header_nav_mobile .search {
        padding-top: .4rem;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*** humberger menu 
.drawer_hidden {
    display: none;
}
.drawer_open {
    position: fixed;
    right: 15px;
    top: 10px;
    width: 17%;
    z-index: 9999;
    cursor: pointer;
}

/* active */

/* menu contents 
.nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 100%;
    z-index: 9999;
    background: rgb(255,255,255,1.0);
    transition: .5s;
    text-align: left;
}
.nav_content .drawer_close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 17%;
    z-index: 9999;
    cursor: pointer;
}
.nav_content .head {
    padding: 1.3rem 1rem;
    border-bottom: 1px solid #ccc;
}
.nav_content .head .logo {
    display: inline-block;
    width: 50%;
}
.nav_content ul {
    margin: 10px;
}
.nav_content li {
    padding: 1rem;
    border-bottom: 1px dotted #ccc;
}
.nav_content li .dropdown {
    display: block;
    position: relative;
}
.nav_content li .dropdown span {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
}
.nav_content li a:hover {
    text-decoration: none;
}
.nav_content .contact {
    padding: 1rem;
}
/* active 
#drawer_input:checked ~ .nav_content {
    left: 0%;
}
/******

footer {
    clear: both;
    background: #000;
    color: #fff;
    margin-top: 5rem;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
footer address {
    font-size: 90%;
    margin:2rem 0;
}

footer a {
    color: #fff;
}
footer h3 {
    font-size: 100%;
}
footer li {
    padding-left:1.5rem;
    font-size: 90%;
    position: relative;
}
footer li.top::before {
    position: absolute;
    content: '－';
    top: 0;
    left: 0;
    color: #B90F16;
    font-weight: bold;
}
footer h3 span {
    color: #B90F16;
    font-size: 60%;
    display: block;
    font-weight: bold;
}
footer .footer_nav {
    text-align: right;
}
footer .footer_nav ul li {
    display: inline-block;
    margin: 1rem 5px;
    padding: 0;
}

footer .copy {
    font-size: 80%;
    text-align: right;
}
@media (max-width: 767px) {
    footer .goto_pagetop {
        top:-35px;
        width:70px;
    }
    footer h2 {
        text-align: center;
    }
    footer address {
        text-align: center;
    }
    footer .footer_nav_mobile {
        margin: 2rem 0 3rem;
    }
    footer .footer_nav_mobile div {
        padding: 10px 5px;
    }
    footer .footer_nav_mobile .tel {
        padding: 20px 50px;
    }
    footer .copy {
        text-align: center;
    }
}

.side_nav {
    position: fixed;
    top: 35vh;
    right:0;
    width:115px;
}

.goto_pagetop {
    position: fixed;
    bottom:20px;
    right: 80px;
    width:110px;
}

.mobile_nav {
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
}
.mobile_nav li {
    width:33.3%;
    float: left;
}

/** modal *
.modal_area {
    display:none;
    z-index: 9999;
}
.modal_area .screen {
    background-color: rgba(0, 0, 0, .5);
    width:100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.modal_area .modal_window {
    position: fixed;
    top:20%;
    left:50%;
    margin-left:-10em;
    width:30em;
    background: #fff;
    padding:2rem 4rem;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    display: none;
    z-index: 9999;
}
.loading {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    display: none;
}
.loading img {
    z-index: 9999;
    position: fixed;
    top:50%;
    left:50%;
    margin-left:-62px;
    margin-top:-62px;
}
/*
.modal_area #modal_search .keyword {
    display: block;
    width:85%;
    float:left;
}
.modal_area #modal_search .btn01 {
    display: block;
    width:10%;
    padding: 5px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .modal_area .modal_window {
        margin-left:-45%;
        width:90%;
        padding:2rem;
    }
}*
.modal_area #modal_search .searchandfilter {
    margin: 0;
    padding: 0;
}
.modal_area #modal_search .searchandfilter ul {
    margin: 0;
    padding: 0;
}
.modal_area #modal_search .searchandfilter li {
    margin: 0;
    padding: .2rem 0;
    display: block;
}
.modal_area #modal_search .searchandfilter input[type=text] {
    display: block;
    width:100%;
    padding: .2rem;
    border:1px solid #ccc;
    border-radius: 5px;
}
.modal_area #modal_search .searchandfilter select {
    width:100%;
    padding: .2rem;
    border:1px solid #ccc;
    border-radius: 5px;
}

.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}
.scroll_app {
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
}
.scroll_app.on {
    transform: translateX(0);
    opacity: 1.0;
}
*/