/* 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 15px;
}

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 ;}
.pt_20 { padding-top: 20px ;}
.pt_30 { padding-top: 30px ;}
.pt_40 { padding-top: 40px ;}
.pt_50 { padding-top: 50px ;}
.pt_60 { padding-top: 60px ;}
.pt_70 { padding-top: 70px ;}
.pt_80 { padding-top: 80px ;}

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

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

.bg_black {
    background: #000;
}

h2 {
    font-size: 20px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

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 {
    width: 100%;
    height: 75px;
}


@media all and (min-width: 0) and (max-width: 767px){

    .l-header__logo .inner {
        display: block;
    }

    .l-header__logo {
        width: 100%;
        height: 60px;
    }

}
/*

.head_box_logo {
    justify-content: flex-start;
}

.head_box_logo img {
    width: 100%;
    max-width: 170px;
}

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

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

.head_box_hours {
    font-size: 13px;
    justify-content: flex-start;
}

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

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

}


.l-header__logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.head_box_logo img {
    width: 150px;
}


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

}

.head_box_hours {
    font-size: 13px !important;
    flex-wrap: wrap;
    line-height: 150%;
    justify-content: flex-start;
}




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


.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;
}

#header .box_gnav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 20px;
}

#header .box_gnav li {
    padding: 10px 10px;
    display: block;
}

#footer .box_gnav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

#footer .box_gnav li {
    padding: 10px 10px;
    display: block;
    width: 50%;
}

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


.box_gnav a,
.box_gnav a:hover {
    color: #fff;
}

#footer .box_gnav a::before {
    content: "〉 ";
    display: inline-block;
}

@media all and (min-width: 767px) {
    
    .head_box_logo {
        justify-content: flex-start;
        flex-wrap: wrap;
/*        height: 8vw;*/
    }

    .head_box_logo > a {
        width: 100%;
        max-width: 250px;
        display: block;
    }
    
    .head_box_logo img {
        width: 100%;
        max-width: 250px;
    }
    .head_box_logo .-txt .c-headLogo__link {
        font-size: calc(15px + 1vw) !important;

    }
    
    .head_box_hours {
        font-size: calc(10px + 1vw) !important;
        flex-wrap: wrap;
        line-height: 150%;
        justify-content: flex-start;
    }

    #header .box_gnav li {
        padding: 15px 0;
        display: block;
    }
    

    #header .box_gnav ul {
    }

    #header .box_gnav ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 20px;
    }

}

@media all and (min-width: 0) and (max-width: 767px){
    #header .box_gnav {
        background: var(--main_color);
/*        display: none;*/
        height: 100%;
    }
    #panel {
        display: none;
    }
    
    #header .box_gnav ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 0;
    }

    #header .box_gnav li {
        display: block;
        width: 100%;
        padding: 0;
    }
    
    #header .box_gnav a {
        display: block;
        width: 100%;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    
    #header .box_gnav a::before {
        content: "〉 ";
        display: inline-block;
    }
    
    .head_box_hours {
        font-size: 13px;
    }

}

#main_visual {
    margin-top: 9vh;
}

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

.box_foot .l-container {
    display: flex;
    align-items: center;
    flex-flow: column;
}

.box_foot .l-container ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3vw;
    width: 100%;
    margin: 0 0 15px 0;
}



.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 0 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 15px 0;
}

.main138 .box_post_list div.pt_60 {
    padding: 10px 0 0 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: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 20px 0;
}

.main138 .box_post_list ul li a.thumbnail {
    flex-shrink: 0;
    width: 100%;
    max-width: 100px;
    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: 0 0 0 10px;
}

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


.main138 .box_post_list_info {
}

.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);
    flex-wrap: wrap;
}

.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: 100px;
    text-align: center;
}

.main138 .box_post_list_info ul li p {
    color: inherit;
    width: 100%;
    display: block;
    padding: 10px 0 0 0;
}

.main138 .box_post_list_info ul li a {
    color: inherit;
    display: inline-block;
    display: block;
}



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

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

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

.access_img_shop {
    width: 100%;
    padding: 0 0 20px 0 !important;
    vertical-align: bottom;
    margin: inherit !important;    
}

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

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

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

.access_map {
    width: calc(100% - 30px) !important;
    height: 300px !important;
    margin: 15px auto 0 !important;
    display: block !important;
}





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

@media all and (min-width: 767px) {
    .sub_main_box {
        margin: 130px 0 0 0;
    /*    padding: 0 0 60px 0;*/
    }

}

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

.box_sub_post {
    width: 100% !important;
    padding: 15px 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%;
    border-top: 8px solid var(--main_color);
    background: var(--bg_color);
    padding: 40px 20px;
    margin-bottom: 15px;
}

.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;
    font-size: 18px;
}

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

.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 20px !important;
}

.box_cont .box_btn1 {
    margin-top: 20px !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: 20px;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 15px;
    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: 90px;
    width: 100%;
    font-size: 25px;
    padding: 20px;
    box-sizing: border-box;
    font-weight: bold;
}

.box_cmnpage {
    padding-bottom: 15px;
}

.box_homemenu_list {
    padding: 20px 0;
}

.box_homemenu_list ul {
    flex-wrap: wrap;
}

.box_homebnr li {
    width: 100%;
}

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

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

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

.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 10px 0;
    display: block;
    text-align: right;
    width: 100%;
}
.box_homebnr img {
    position: relative;
    vertical-align: bottom;
    z-index: 1;
    width: 100%;
}

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

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

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

@media all and (min-width: 0) and (max-width: 767px){
    .box_homemenu li {
        width: calc(50% - 5px);
    }

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

    .box_homemenu img {
        position: relative;
        vertical-align: top;
        z-index: 1;
        width: 100%;
    }
    
    .box_homemenu span {
        position: absolute;
        z-index: 10;
        top: 2vw;
        left: 2.5vw;
        font-size: calc(15px + 0.8vw);
        font-weight: bold;
    }

    .box_homebnr span {
        position: absolute;
        z-index: 10;
        bottom: 2vw;
        right: 2.5vw;
        font-size: calc(17px + 0.8vw);
        font-weight: bold;
    }    
}
.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 h2 {
    font-size: 1.4em;
    line-height: 1.4;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 1;
/*    background: #000;*/
    padding: 0em .5em;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #fff;
    text-align: center;
}

.post_content h2::before {
/*    display: none;*/
}

h2.service_top {
    width: 100%;
    margin: 12px 0 30px !important;
    padding: 0 0 20px !important;
    font-size: 25px !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;
}





@media all and (min-width: 0) and (max-width: 767px){
	#header .sp-menu-btn{
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
	}

	#panel-btn{
		display: block;
		position: relative;
		width: 60px;
		height: 60px;
		background: var(--main_color);
	}

	#panel-btn-icon{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 20px;
		height: 2px;
		background: #fff;
		transition: .2s;
		transform: translate(-50%, -50%);
	}

	#panel-btn-icon:before, #panel-btn-icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 20px;
		height: 2px;
		background: #fff;
		transition: .3s;
	}

	#panel-btn-icon:before{
		margin-top: -8px;
	}

	#panel-btn-icon:after{
		margin-top: 6px;
	}

	#panel-btn .close{
		background: transparent;
	}

	#panel-btn .close:before, #panel-btn .close:after{
		margin-top: 0;
	}

	#panel-btn .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	#panel-btn .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
    
	#header .header-nav,
	#header.top-header .header-nav{
		width: 100%;
		padding: 25px 20px;
		margin: 0;
		position: fixed;
		top: 59px;
		left: 0;
		z-index: 10;
		height: 100%;
		background: var(--main_color);
	}
	
	#header.top-header .header-nav ul,
	#header .header-nav ul{
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
	}
	
	#header .header-nav ul li:not(:last-child),
	#header.top-header .header-nav ul li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	#header .header-nav ul li span {
		display: inline-block;
		margin-top: 0;
		margin-left: 10px;
	}
	    
    
    
}


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

@media all and (min-width: 767px){
    
    .swiper-container {
        margin: 130px 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;
}
