@font-face {
    font-family: "nsjp";
    font-weight: 300;
    src: url("../fonts/nsjp-dl.woff") format("woff");
}
@font-face {
    font-family: "nsjp";
    font-weight: 700;
    src: url("../fonts/nsjp-bo.woff") format("woff");
}
html {
    font-size: 62.5%;
}
body {
    -webkit-text-size-adjust: 100%;
    font-size: 1.6rem;
    font-family: "nsjp", sans-serif;
    line-height: 1.5;
}
.preload * {
    transition: none !important;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
input[type="text"], input[type="email"], textarea {
    font-family: "nsjp", sans-serif;
    font-size: 1.6rem;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #a9a9a9;
    box-sizing: border-box;
}


/*
* common parts
*/
.dib{display:inline-block;}
.db{display:block;}
.mincho{font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;}
.baseW {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
}
.section {
    padding: 50px 3%;
}
.section_title {
    font-size: 2.8rem;
    color: #0e3cad;
    font-weight: bold;
    text-align: center;
}
.section_title_en {
    display: block;
    padding-top: 1em;
    font-size: .5em;
    font-weight: normal;
    position: relative;
}
.section_title_en:before {
    content: "";
    display: block;
    border: 1px solid black;
    width: 100px;
    height: 7px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    background-image: linear-gradient(to right, #0e3cad 0, #0e3cad 33%, white 33%, white 66%, #b6020f 66%, #b6020f 100%);
    transform: translateX(-50%);
}
.red_btn {
    width: 80%;
    max-width: 280px;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #FFF;
    background-color: rgba(182,2,15,1);
    padding: 1em 25px;
    margin: 0 auto;
    position: relative;
    transition: .1s ease;
    cursor: pointer;
}
.red_btn:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .45em 0 .45em .45em;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.red_btn:hover {
    opacity: .7;
}
.trans {
    transition: .2s ease;
}
.basic_table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #000;
}
.basic_table_th {
    text-align: left;
    background-color: #e4e7ed;
    width: 30%;
    font-weight: normal;
    padding: 1em;
    border: 1px solid #000;
}
.basic_table_td {
    padding: 1em;
    border: 1px solid #000;
}
.basic_table_td p {
    margin: 0;
}
.contents_intro {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin: 2em auto;
    padding: 0 10%;
}
.pagelink_list {
    list-style: none;
    padding: 0;
    margin-bottom: 75px;
    display: flex;
    justify-content: space-between;
}
.pagelink_list_item {
    min-height: 66px;
}
.pagelink_list_link {
    display: flex;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #b6020f;
    padding: 1em 2em 1em 1em;
    line-height: 1.2;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
}
.pagelink_list_link:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .4em .4em 0 .4em;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    right: .8em;
    top: 50%;
    transform: translateY(-50%);
}
.contents_section {
    margin-bottom: 100px;
}
.category_name {
    font-size: 2.4rem;
    background-color: #f2d1d3;
    padding: 1em;
}
.contents_image {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}
.inline_list {
    list-style: none;
    padding: 0;
}
.inline_list_item {
    display: inline-block;
}
.inline_list_item:not(:last-child):after {
    content: "\3001";
}

@media (max-width:1000px) {
    .section {
        padding: 35px 3%;
    }
    .section_title {
        font-size: 2.5rem;
    }
    .red_btn {
        font-size: 1.6rem;
    }
    .pagelink_list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .pagelink_list_item {
        margin: 10px;
    }
    .category_name {
        font-size: 2rem;
    }
}
@media (max-width:768px) {
    .contents_intro {
        font-size: 2rem;
        padding: 0;
    }
    .contents_image {
        height: 200px;
    }
    .pc {
        display: none;
    }
}
@media (max-width:480px) {
    .section {
        padding: 20px 5%;
    }
    .section_title {
        font-size: 2rem;
    }
    .basic_table_th, .basic_table_td {
        font-size: 1.4rem;
    }
    .red_btn {
        width: 100%;
    }
    .contents_intro {
        font-size: 1.7rem;
    }
    .pagelink_list {
        display: block;
        margin-bottom: 50px;
    }
    .pagelink_list_item {
        min-height: 40px;
    }
    .pagelink_list_link {
        display: block;
    }
    .contents_image {
        height: 150px;
        margin-bottom: 20px;
    }
    .category_name {
        font-size: 1.6rem;
    }
    .inline_list {
        font-size: 1.5rem;
    }
    .contents_section {
        margin-bottom: 50px;
    }
}



/*
* main visual
*/
.main_visual {
    position: relative;
}
.header_wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    padding: 10px 0;
    border-top: 4px solid #082560;
}
.company_sup {
    display: inline-block;
    vertical-align: top;
    background-color: #FFF;
    padding: 0 .5em;
    margin: 0 0 .5em;
    border-radius: .5em;
}
.header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}
.header_logo {
    line-height: 1;
    margin: 0;
    font-size: 3.1rem;
}
.header_logo img {
    height: 1em;
    width: auto;
}
.main_image {
    height: 540px;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.page-template .header_wrap {
    background-color: rgba(255,255,255,0.5);
}
.main_image img {
    width: 100%;
    min-width: 1400px;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}
.sp_menu_contact {
    display: none;
}
.global_menu_wrap {
    background-color: #082560;
}
.global_menu {
    list-style: none;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    display: flex;
}
.global_menu_item {
    border-right: 1px solid #FFF;
    flex: 1 0 auto;
}
.global_menu_item:first-child {
    border-left: 1px solid #FFF;
}
.buzip_hyogo {
    padding: 0;
    flex: 0 0 140px;
    max-width: 140px;
}
.buzip_hyogo img {
    width: 100%;
}
.global_menu_link {
    color: #FFF;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 1em;
}
.buzip_hyogo .global_menu_link {
    padding: 0;
}
.global_menu_link:hover {
    color: #082560;
    background-color: #FFF;
}
.header_menu_link img {
}
.header_contact {
    display: flex;
    align-items: center;
}
.header_contact_info {
    padding-right: 10px;
}
.header_contact_tel {
    font-size: 2.7rem;
    font-weight: bold;
    color: #b6020f;
    line-height: 1;
    display: flex;
    margin: 0 0 .1em;
}
.header_contact_tel:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .2em;
    background: url("../images/common/icn_tel.png") no-repeat center;
    background-size: contain;
}
.header_business_hours {
    font-size: 1.3rem;
    margin: 0;
}
.header_contact_link {
    background-color: #b6020f;
    color: #FFF;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    padding: 1.5em 1em;
}
.header_contact_link:before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1em;
    margin-right: .2em;
    background: url("../images/common/icn_mail.png") no-repeat center;
    background-size: contain;
}
.sp_menu_btn {
    display: none;
}
.page_title {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 200px;
    z-index: 1;
    color: #FFF;
    text-shadow: 0 0 1em #0e3cad, 0 0 1em #0e3cad;
    font-size: 3.8rem;
}
.page_title_en {
    display: block;
    font-size: .6em;
    font-weight: normal;
    margin-top: .5em;
    text-shadow: 0 0 1em #0e3cad, 0 0 1em #0e3cad;
}

@media (max-width:1000px) {
    .header_wrap {
        padding-top: 10px;
    }
    .company_sup {
        font-size: 1.4rem;
    }
    .header_logo {
        font-size: 2.5rem;
    }
    .main_image {
        height: 400px;
    }
    .main_image img {
        min-width: 1200px;
    }
    .header_contact_tel {
        font-size: 2.4rem;
    }
    .header_business_hours {
        font-size: 1.2rem;
    }
    .header_contact_link {
        font-size: 1.4rem;
    }
    .global_menu_link {
        font-size: 1.5rem;
    }
    .buzip_hyogo {
        flex-basis: 120px;
        max-width: 120px;
    }
}
@media (max-width:768px) {
    .header_contact {
        display: none;
    }
    .header_contact_link {
        display: flex;
        width: 50%;
        max-width: 300px;
        margin: 0 auto;
        justify-content: center;
    }
    .sp_menu_btn {
        display: block;
        width: 55px;
        height: 55px;
        background-color: #082560;
        position: absolute;
        right: 10px;
        top: 14px;
        z-index: 20;
    }
    .sp_menu_bar {
        display: block;
        width: 60%;
        height: 4px;
        background-color: #FFF;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        transform: translate(-50%,-50%);
        transition: .3s ease;
    }
    .sp_menu_bar:before, .sp_menu_bar:after {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        background-color: #FFF;
        position: absolute;
        left: 0;
        z-index: 11;
        transition: .3s ease;
    }
    .sp_menu_bar:before {
        top: -12px;
    }
    .sp_menu_bar:after {
        bottom: -12px;
    }
    .sp_menu_btn.is_active .sp_menu_bar {
        background-color: #082560;
    }
    .sp_menu_btn.is_active .sp_menu_bar:before {
        transform: rotate(45deg);
        top: 0;
    }
    .sp_menu_btn.is_active .sp_menu_bar:after {
        transform: rotate(-45deg);
        bottom: 0;
    }
    .global_menu_wrap {
        background: none;
        padding: 0 5%;
    }
    .sp_menu {
        width: 100%;
        background-color: rgba(0,30,80,0.8);
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        padding-top: 70px;
        transform: translateY(-100%);
        transition: .5s ease;
        box-shadow: 0 1px 3px 0 black;
    }
    .sp_menu.is_active {
        transform: translateY(0);
    }
    .sp_menu_contact {
        display: flex;
        height: 100px;
        align-items: center;
    }
    .global_menu {
        display: block;
        text-align: left;
    }
    .global_menu_item, .global_menu_item:first-child {
        border: none;
        border-bottom: 1px solid #FFF;
    }
    .buzip_hyogo {
        border-bottom: none;
        margin: 20px auto 0;
        max-width: 150px;
    }
    .global_menu_link {
        display: block;
        position: relative;
    }
    .global_menu_item:not(.buzip_hyogo) .global_menu_link:after {
        content: "";
        display: block;
        width: .7em;
        height: .7em;
        border-right: 3px solid #FFF;
        border-top: 3px solid #FFF;
        transform: translate(-50%,-50%) rotate(45deg);
        position: absolute;
        right: 10px;
        top: 50%;
        transition: .1s ease;
    }
    .global_menu_link:hover:after {
        border-color: #082560;
    }
    .header_contact_link {
        width: 70%;
    }
    .page_title {
        top: 160px;
    }
}
@media (max-width:480px) {
    .company_sup {
        font-size: 1.1rem;
    }
    .header_logo {
        font-size: 1.9rem;
    }
    .sp_menu_btn {
        width: 45px;
        height: 45px;
    }
    .sp_menu_bar:before {
        top: -10px;
    }
    .sp_menu_bar:after {
        bottom: -10px;
    }
    .main_image {
        height: 300px;
    }
    .main_image img {
        min-width: 900px;
    }
    .page_title {
        font-size: 2.5rem;
        top: 130px;
    }
}


/*
* web order
*/
.web_order {
    background-color: #e4e7ed;
}
.web_order_content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px;
    background-color: #082560;
    display: flex;
    justify-content: space-between;
}
.web_order_content_item {
    padding: 20px;
    background-color: #FFF;
    flex: 0 0 48%;
    max-width: 465px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ec_guide {
    margin: 0;
}
.ec_guide:first-child {
    margin: 0 0 10px;
    padding-bottom: 10px;
}
.subscribe_guide, .ec_type {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    color: #082560;
    margin-bottom: .5em;
}
.ec_bnr_list {
    display: flex;
    justify-content: space-around;
    margin: 0 0 0;
}
.ec_link {
    display: block;
    text-align: center;
    padding: .5em;
    transition: .1s ease;
}
.ec_link:hover {
    background-color: rgba(8,37,96,0.12);
}
.ec_link img {
    display: block;
}
.management_group {
    display: inline-block;
    font-size: 1.3rem;
    color: #000;
}
.management_group:before {
    content: "\03010";
}
.management_group:after {
    content: "\03011";
}

@media (max-width:1000px) {
}
@media (max-width:768px) {
    .web_order_content {
        display: block;
        padding: 15px;
    }
    .web_order_content_item {
        max-width: none;
    }
    .web_order_content_item:not(:last-child) {
        margin-bottom: 15px;
    }
    .subscribe_guide, .ec_type {
        font-size: 1.7rem;
    }
}
@media (max-width:480px) {
    .web_order_content_item {
        padding: 15px;
    }
    .subscribe_guide, .ec_type {
        font-size: 1.5rem;
        margin: .5em 0;
    }
}


/*
* access
*/
.access {
    padding: 50px 0 0;
    text-align: center;
}
.access_logo {
    font-size: 3.1rem;
    line-height: 1;
    margin: 1.5em 0 1em;
}
.access_logo img {
    height: 1em;
    width: auto;
}
.access_address, .access_tel_fax {
    font-style: normal;
    font-size: 1.8rem;
    margin-bottom: .5em;
    font-weight: bold;
}
.access_contact_link {
    width: 80%;
    max-width: 420px;
    background-color: #b6020f;
    color: #FFF;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 1.8rem;
    padding: 1.5em 1em;
    margin-bottom: 35px;
}
.access_contact_link:before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1em;
    margin-right: .2em;
    background: url(../images/common/icn_mail.png) no-repeat center;
    background-size: contain;
}
.access_gmap {
    position: relative;
    padding-bottom: 450px;
    height: 0;
    overflow: hidden;
}
.access_gmap iframe, .access_gmap object, .access_gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:1000px) {
}
@media (max-width:768px) {
    .access {
        padding-top: 35px;
    }
    .access_logo {
        font-size: 2.5rem;
    }
    .access_address, .access_tel_fax {
        font-size: 1.7rem;
    }
    .access_contact_link {
        font-size: 1.7rem;
        padding: 1em;
    }
    .access_gmap {
        padding-bottom: 350px;
    }
}
@media (max-width:480px) {
    .access_logo {
        font-size: 2rem;
    }
    .access_address, .access_tel_fax {
        font-size: 1.4rem;
    }
    .access_gmap {
        padding-bottom: 300px;
    }
    .access_contact_link {
        font-size: 1.6rem;
    }
}


/*
* footer
*/
.footer {
    background-color: #082560;
    padding: 45px 3% 0;
}
.footer_content_wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.footer_logo {
    margin-bottom: .8em;
    font-size: 3.1rem;
    line-height: 1;
}
.footer_logo img {
    height: 1em;
    width: auto;
}
.footer_sitemap_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.footer_sitemap_list {
    list-style: none;
    margin: 0;
    padding: 0 10px 0 0;
    flex: 0 1 100%;
}
.footer_sitemap_item {
    padding: .3em 0;
}
.page_index {
    font-weight: bold;
    font-size: 1.5rem;
}
.page_contents {
    padding-left: .5em;
    margin-left: .5em;
    border-left: 1px solid #FFF;
    font-size: 1.3rem;
}
.footer_sitemap_link {
    color: #FFF;
    text-decoration: none;
    position: relative;
}
/*.footer_sitemap_link:after {
    content: "";
    display: inline;
    height: 1px;
    width: 0;
    background-color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: width .5s ease;
}
.footer_sitemap_link:hover:after {
    width: 100%;
}*/
.copyright {
    background-color: #082560;
    margin: 0;
    padding: 2em;
    text-align: center;
    color: #FFF;
    font-size: 1.5rem;
    border-top: 1px solid #ccc;
}

@media (max-width:1000px) {
}
@media (max-width:768px) {
    .footer {
        display: none;
    }
    .copyright {
        font-size: 1.4rem;
        padding: 1.5em;
    }
}
@media (max-width:480px) {
    .copyright {
        font-size: 1.2rem;
    }
}
