/* CSS Document */

:root {
--main_color:#DF2029;
--bg_color:#F8F8F8;
--bg_subcolor:#EAEAEA;
--bg_btncolor:#707070;
--container_size: 100% !important;
}




body {
    font-family: 'Noto Sans JP', sans-serif !important;
    background: #000;
    word-break: break-all;
}

#body_wrap {
    background: #fff;
}

.inner {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
}

a.ico_tabnew[target="_blank"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}

.bg_red {
    background: var(--main_color) !important;
}

.bg_gray {
    background: var(--bg_subcolor) !important;
}

.align_c {
    text-align: center;
}

.w100 { width: 100%;}
.w75 { width: 100%; max-width: calc(1280px * 0.75) !important; }
.w50 { width: 100%; max-width: calc(1280px * 0.50) !important; }
.w25 { width: 100%; max-width: calc(1280px * 0.25) !important; }

.pt_10 { padding-top: 10px !important;}
.pt_20 { padding-top: 20px !important;}
.pt_30 { padding-top: 30px !important;}
.pt_40 { padding-top: 40px !important;}
.pt_50 { padding-top: 50px !important;}
.pt_60 { padding-top: 60px !important;}
.pt_70 { padding-top: 70px !important;}
.pt_80 { padding-top: 80px !important;}

.pb_10 { padding-bottom: 10px !important;}
.pb_20 { padding-bottom: 20px !important;}
.pb_30 { padding-bottom: 30px !important;}
.pb_40 { padding-bottom: 40px !important;}
.pb_50 { padding-bottom: 50px !important;}
.pb_60 { padding-bottom: 60px !important;}
.pb_70 { padding-bottom: 70px !important;}
.pb_80 { padding-bottom: 80px !important;}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bg_black {
    background: #000;
}

h2 {
    font-size: 30px;
}

header {
    position: fixed !important;
    z-index: 100;
    top: 0;
}

header a:hover {
    text-decoration: none;
}

.l-header__logo {
    color: #fff;
/*
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px)*2);
    padding-left: var(--swl-pad_container,0);
    padding-right: var(--swl-pad_container,0);
*/
}

.l-header__logo {
    padding: 30px 0 !important;
    width: 100% !important;
}

@media (min-width: 960px) {
    .-series .l-header__inner {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .-series-right .l-header__inner {
        justify-content: ;
    }
    .-series .l-header__logo {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin-right: 0 !important;
        padding: 30px 0 !important;
        width: 100% !important;
    }
    .-series .l-header__gnav {
        width: 100%;
    }

}
.head_box_logo {
    width: 100%;
    max-width: 600px;
    justify-content: flex-start;
}

.head_box_logo .-txt .c-headLogo__link {
    font-size: 30px !important;    
}

.head_box_logo > a {
    width: 100%;
    max-width: 350px;
    display: block;
}

.head_logo {
    width: 100%;
    max-width: 350px;
    padding: 0 30px 0 0;
}

.head_box_hours {
    font-size: 20px;
}

.head_box_hours p {
    padding: 0 20px 0 0;
}

.l-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.l-content {
    margin: 0 !important;
    padding-top: 0 !important;
}


.box_gnav {
    background: var(--main_color);
}

.box_gnav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_gnav li {
/*    padding: 20px 2.7vh;*/
    padding: 20px calc(5px + 1.6vw);
    display: block;
}

.box_gnav a,
.box_gnav a:hover {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.box_gnav a:hover {
    opacity: .8;
}

#main_visual {
    margin-top: 165px;
}

.box_foot {
    background: #000;    
    color: #fff;
    padding: 20px;
}

.box_foot .l-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box_foot .l-container ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px 0;
}

.box_foot .l-container ul li {
    margin: 0 20px 0 0;
    font-size: 12px;
}

.box_foot .l-container a:hover {
     text-decoration: none;
}




.main138 {
    width: 100% !important;
}

.main138 .top_news {
    text-align: center;
    padding: 20px 0;
}

.main138 .top_news ul {
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    flex-flow: column;
    padding: 0 0 40px 0;
}

.main138 .top_news li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
}

.main138 .top_news a {
    width: 100%;
    color: #fff;
    background: var(--main_color);
    padding: 20px;
    margin: 20px 0 0;
    display: block;
    text-align: left;
}


.main138 .box_post_list {
    padding: 0 0 60px 0;
}

.main138 .box_post_list ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.main138 .box_post_list ul li {
    width: 48%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 15px 0;
}

.main138 .box_post_list ul li a.thumbnail {
    flex-shrink: 0;
    width: 100%;
    max-width: 200px;
    overflow: hidden;
    display: block;
}

.main138 .box_post_list ul li a {
    color: inherit;
}

.main138 .box_post_list ul li a:hover {
    text-decoration: underline;
}

.main138 .box_post_list ul li img {
    width: 100%;
    max-width: 200px;
    vertical-align: bottom;
    transition: all .1s;
}

.main138 .box_post_list ul li img:hover {
    transform: scale(1.05);
    opacity: .8;
}

.main138 .box_post_list ul li p {
    display: block;
    padding: 20px 0 0 20px;
}

.main138 .box_post_list ul li b {
    display: block;
    padding: 0 0 20px 0;
}


.main138 .box_post_list_info {
    width: 80%;
    margin: auto;
}

.main138 .box_post_list_info ul {
    padding: 0 0 40px 0;
}

.main138 .box_post_list_info ul li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed var(--bg_btncolor);
}

.main138 .box_post_list_info ul li b {
    font-weight: normal;
    flex-shrink: 0;
}

.main138 .box_post_list_info ul li span {
    background: var(--main_color);
    color: #fff;
    display: inline-block;
    padding: 5px;
    margin: 0 20px;
    border-radius: 5px;
    font-size: 13px;
    min-width: 150px;
    text-align: center;
}

.main138 .box_post_list_info ul li a {
    color: inherit;
}






.box_access {
    padding: 0 0 50px 0 !important;
}

.box_access iframe {
    vertical-align: bottom !important;
}

.block_access {
    align-items: center;
    justify-content: flex-start;
}

.access_img_shop {
    max-height: 430px !important;
    width: auto;
    max-width: 100% !important;
    padding: 0 70px 0 0 !important;
    vertical-align: bottom;
    margin: inherit !important;    
}

.block_access_info p {
    font-size: 30px !important;
    font-weight: bold !important;
    padding: 0 0 30px 0 !important;
}

.block_access_info {
    font-size: 20px !important;
}

.block_access_info li::before {
    content: "■";
    display: inline-block;
    padding: 0 5px 0 0;
}

.access_map {
    width: calc(100% - 80px) !important;
    height: 430px !important;
    margin: 50px auto 0 !important;
    display: block !important;
}





.sub_main_box {
    margin: 165px 0 0 0;
/*    padding: 0 0 60px 0;*/
}

.single span.p-breadcrumb__text {
    display: block;
}

.box_sub_post {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100% !important;
    padding: 60px 0 0;
}


.box_sub_post img {
    max-width: 100%;
    vertical-align: bottom;
    padding: 25px 0 !important;
    margin: auto;
}

.box_sub_post .block_access img.access_img_shop {
    padding: 0 70px 0 0 !important;
}

.box_sub_post .access_map {
    width: 100% !important;
    margin: 0 !important;
}

.box_sub_post .block_access {
    padding: 25px 0;
}


.box_side {
    width: 100%;
    max-width: 320px;
    border-top: 8px solid var(--main_color);
    background: var(--bg_color);
    padding: 40px 20px;
    margin-left: 40px;
}

.block_side {
    padding: 0 0 20px;
}

.box_side .ttl_side {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0 0 10px;
    border-bottom: 2px solid var(--main_color);
}

.box_side .newpost_list li {
    list-style: none;
    display: block;
}

.box_side .newpost_list li a {
    display: block;
    color: inherit;
    padding: 15px 0;
    border-bottom: 1px dashed var(--bg_btncolor);
}

.box_side .newpost_list li a:hover {
    color: var(--main_color);
}

.box_side .tag_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -2.5px;
}

.box_side .tag_list li a {
    display: block;
    color: var(--bg_btncolor);
    border: 1px solid var(--bg_btncolor);
    padding: 5px 15px;
    background: #fff;
    border-radius: 5px;
    margin: 2.5px;
    font-size: 13px;
}


.box_side .archive_select {
    background: #fff;
    width: 100%;
    border: 1px solid var(--bg_btncolor);
    border-radius: 5px;
}

.box_side .archive_keyword form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.box_side .archive_keyword input,
.box_side .archive_keyword button {
    background: #fff;
    border: 1px solid var(--bg_btncolor);
}

.box_side .archive_keyword input {
    width: calc(100% - 60px);
    border-radius: 5px 0 0 5px;
}

.box_side .archive_keyword button {
    width: 60px;
    background: var(--bg_btncolor);
    color: #fff;
    border-radius: 0 5px 5px 0;
}

.box_cont {
    width: 100%;
    max-width: 880px;
    padding: 0 0 120px !important;
}

.box_cont .box_btn1 {
    margin-top: 80px !important;
}

.h1_sub_post {
    font-weight: bold;
    border-left: 5px solid var(--main_color);
    padding: 0 20px;
    margin: 0;
}

.date_sub_post {
    text-align: right;
    margin: 15px 0 20px;
}

.p-breadcrumb.-bg-on {
    background-color: inherit;
    padding: 50px 0 0 0;
}

.box_btn1,
.button_grd {
    background: var(--bg_btncolor);
    padding: 30px;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 22px;
    max-width: 550px;
    color: #fff;
    margin: auto;
    position: relative;
    display: block;
    transition: all .1s;
}

.box_btn1:hover,
.button_grd:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.box_btn1::before,
.button_grd::before {
    content: '';
    width: 25px;
    height: 25px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    transform: rotate(45deg);
    transition: all .3s;
}

.box_btn1:hover::before,
.button_grd:hover::before {
    right: 25px;
}


.ttl_sub_post {
    background: var(--bg_color);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    width: 100%;
    font-size: 35px;
    padding: 20px;
    box-sizing: border-box;
    font-weight: bold;
}

.box_cmnpage {
    padding-bottom: 60px;
}

.box_homemenu_list {
    padding: 60px 0;
    margin: 0 -10px;
}

.box_homemenu li {
    width: calc(25% - 16px);
}

.box_homemenu a {
    position: relative;
    color: #000;
    margin: 0 0 20px 0;
    display: block;
    width: 100%;
}

.box_homemenu img {
    position: relative;
    vertical-align: top;
    z-index: 1;
}

.box_homemenu span {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 25px;
    font-size: calc(15px + 0.8vw);
    font-weight: bold;
}

.box_homebnr ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.box_homebnr ul li {
    width: calc(50% - 8px);
}

.box_homebnr a {
    position: relative;
    color: #fff;
    margin: 0 0 16px 0;
    display: block;
    text-align: right;
    width: 100%;
}

.box_homebnr img {
    position: relative;
    vertical-align: bottom;
    z-index: 1;
    width: 100%;
}

.box_homebnr span {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    right: 30px;
    font-size: calc(20px + 0.8vw);
    font-weight: bold;
}

.box_homebnr b {
    display: block;
    font-size: calc(10px + 0.8vw);
}

.box_lineqr {
    text-align: center;
}

.box_lineqr h2 {
    margin: 30px 0 !important;
}

.box_lineqr h2 img {
    padding: 0 !important;
}










.wp-pagenavi {
    padding: 40px 0 0;
    text-align: center;
    display: flex;justify-content: center;
    align-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 10px 20px;
}





















.post_content {
    width: calc(100% - 20px)!important;  
/*    flex-shrink:0;*/
}




.post_content h2:not([class])  {
/*
    font-size: 1.4em;
    line-height: 1.4;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 1;
    background: #000;
    padding: 1em 1em;
    color: #fff;
    text-align: center;
*/
}

.post_content h2:not([class])::before {
/*    display: none;*/
}



h2.service_top {
    width: 100%;
    margin: 12px 0 60px !important;
    padding: 0 0 30px !important;
    font-size: 35px !important;
    font-weight: 600;
    color: #000 !important;
    line-height: 1.4;
    text-shadow: #ffffff 1px 1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff -1px -1px 0px;
    background: none;
    text-align: center;
    position: relative;
}

h2.service_top::before {
    border: none;
}

h2.service_top::after {
    content:"";
    display: inline-block;
    height: 5px;
    background-color: red;
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 130px;
    
}

/*
.post_content h3::before {
    content: "";
    width: 0;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--color_htag) 0%, var(--color_htag) 29.3%, rgba(150,150,150,.2) 29.3%, rgba(150,150,150,.2) 100%);
}
.post_content h3:before {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    z-index: 0;
}
*/

.flex_container_w img,
.flex_container_wl img {
    padding: 0 !important;
}

.alignwide {
    left: 0;
}

.-sidebar-on .l-content .alignfull, .-sidebar-on .l-content .alignwide {
    left: 0;
    width: 100%;
}





.swiper-container {
    margin: 165px 0 0 0 !important;
}

.swiper-container img {
    width: 100%;
    vertical-align: bottom;
}

.swiper-pagination-bullet {
    background: var(--bg_color) !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: var(--main_color) !important;
}














