
body {
    font-size: 16px;
    line-height: 1.5;
    font-family: "GenJyuu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â´ ProN W3", "Hiragino Kaku Gothic ProN", Arial, ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Âª, Meiryo, sans-serif;
    font-weight: 400;
    font-display: swap;
}
@media screen and (max-width: 480px) {
    body {
        font-size: 4vw;
    
    }
}

/****** NAVIGATION ******/

button.navbar-toggler.collapse,
.navbar-light .navbar-toggler {
    border: none;
    padding: 0;
}

#panel-btn {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
}

#panel-btn:hover {
    background: #fafafa;
}

#panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    transition: .2s;
}

.navbar-toggler.collapsed #panel-btn-icon {
    background: #ff0000;
}

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

.navbar-toggler.collapsed #panel-btn-icon:before {
    margin-top: -6px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.navbar-toggler.collapsed #panel-btn-icon:after {
    margin-top: 4px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

#panel-btn-icon {
    background: transparent;
}

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

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

#panel-btn-icon:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}


/****/

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}
.navbar-light .navbar-nav .nav-link::after {
    border: none;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 0%;
    height: 2px;
    background: #000;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.navbar-light .navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-nav > li:last-child a {
    font-size: 12px;
    padding: 0px 0.2rem !important;
}

.navbar-nav > li:last-child a i {
    margin-right: 2px;
}

.nav-item {
    font-size: 15px;
}
.dropdown-menu {
    border-radius: 0rem;
    padding: 10px 10px 5px !important;
    border: none;
    font-size: 0.8rem;
}
.dropdown-menu li{
    margin:0 0 5px;
}
.dropdown-menu a{
    color:#000;
    text-decoration:none;
    padding:0 0 0 5px;
    transition:0.5s;
}
.dropdown-menu a i{
    margin:0 7px 0 0;
    transition:0.5s;
}
.dropdown-menu a:hover i {
    margin:0 7px 0 5px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .header .container {
        max-width: 100%;
    }
    .nav-item {
        font-size: 16px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .4rem;
        padding-left: .4rem;
    }
    .navbar-brand {
        width: 150px;
    }
}

@media (min-width:992px) {
    .navbar {
        padding: 0.25rem 0rem;
        border-bottom: 3px solid #FFF;
        border-top: 3px solid #FFF;
    }


}
@media (max-width:992px) {
    .navbar-nav > li:last-child a {
        font-size: 17px;
        padding: .5rem 1rem !important;
        padding-right: 0.7rem !important;
        padding-left: 0.7rem !important;
    }
    .navbar-nav > li:last-child a i{
        display:none;
    }
}
/**title***/

.sub_title {
    border-bottom: 7px solid #ff0000;
}

.h1_title{
    font-size: 33px;
    font-weight: bold;
    margin: 0 0 10px;

}

.sub_title h2,.sub_title h1 {
    font-size: 33px;
    font-weight: bold;
    margin: 0 0 10px;
}
.red_arrow_title{
    background: #ffeeee;
    position: relative;
}
.red_arrow_title:before{
    content: '';
    width: 35px;
    height: 35px;
    background: #ffeeee;
    transform: rotate(-45deg);
    left: 50%;
    margin: 0 0 0 -17px;
    bottom: -14px;
    position: absolute;
}
.red_arrow_title h2,.red_arrow_title h3{
    font-size: 33px;
    font-weight: bold;
    text-align: center;
}

.red_line_title{
    text-align: center;
    font-size: 33px;
    font-weight: 900;
    border-bottom: 5px solid #ff0000;
}

/* ===============================================
  + formÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“
=============================================== */

input[type="checkbox"] {
    display: none;
}

label {
    display: block;
    cursor: pointer;
    text-align: center;
}

select {
    box-sizing: border-box !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    margin: 0;
    background-position: 100% top;
    background-repeat: no-repeat;
    background-color: #fff;
    vertical-align: middle;
    background-size: auto 100%;
    border-radius: 5px;
    line-height: 50px;
    padding: 0 10px;
    height: 50px;
    font-size: 15px;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

input[type="text"]:focus,
select:focus {
    outline: none;
}


/* ===============================================
  + Button
=============================================== */

@keyframes sheen {
    0% {
        transform: skewY(-45deg) translateX(0);
    }
    100% {
        transform: skewY(-45deg) translateX(12.5em);
    }
}

.button_wrap {}

.button {
    height: 72px;
    font-size: 20px;
    line-height: 72px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #2194E0;
    display: inline-block;
    border-radius: 0.3em;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}

.button i {
    margin: 0 5px 0 0;
}

.button:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
}

.button:hover {
    background-color: #2194E0;
    color: #fff;
    text-decoration: none;
}

.button:hover:before {
    transform: skewX(-45deg) translateX(22em);
    transition: all 0.7s ease-in-out;
}

.go_search {
    background-color: #ff0000;
    border: none;
    box-shadow: 0 3px 0 #000;
    color: #FFF;
}

.go_search:hover {
    background-color: #ff0000;
}


/* ===============================================
  + Footer
=============================================== */


  
  .accordion__content {
    padding: 15px 15px 15px;
  }


.page_top {
    position: relative;
    background-color: #ff0000;
    height: 50px;
    cursor: pointer;
    transition: 0.7s;
}

.page_top:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    border: 0px;
    border-top: solid 6px #FFF;
    border-right: solid 6px #FFF;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -5px;
    margin-left: -11px;
    transition: 0.7s;
    cursor: pointer;
}

.page_top:hover {
    background-color: #da0000;
}

.page_top:hover.page_top:before {
    margin-top: -10px;
}

.sns {
    background: #ffeeee;
    padding: 10px 20px 6px;
    border-radius: 10px;
    width: max-content;
    margin-top: 10px;
}

.sns p {
    font-size: 14px;
}

.f_sns_link {
    text-align: center;
}

.f_sns_link div {
    border-radius: 50%;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    margin: 0 3px;
    transition: 0.7s;
}
.f_sns_link a {
    color: #fff;
}

.f_sns_link a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.f_sns_link #facebook {
    background: #4267b2;
}
.f_sns_link #inst {
    background: linear-gradient(45deg, #fecd6c,#fd0274,#3439f2);
}
.f_sns_link #inst i {
    font-size: 28px;
    vertical-align: text-top;
}
.f_sns_link #tiktok {
    background: #000;
}
.f_sns_link #twitter {
    background: #1da1f1;
}

.f_link a {
    color: #000;
    font-weight: 600;
    position: relative;
    display: inline-block;
    transition: .3s;
}

.f_link a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 0;
    height: 3px;
    background-color: #000;
    transition: .3s;
}

.f_link a:hover {
    text-decoration: none;
}

.f_link a:hover::after {
    width: 100%;
}

.Copyright {
    background-color: #f2f2e7;
    font-size: 14px;
}
/*---- CONTACT ---*/
.detail_contact{
    background-color: #ffeeee;
    position: relative;
}
.detail_contact:before{
    content: '';
    width: 40px;
    height: 40px;
    background-color: #fff;
    transform: rotate(-45deg);
    left: 50%;
    top: -25px;
    margin: 0 0 0 -20px;
    position: absolute;
}
.detail_contact dl{
    text-align: center;
    margin: 10px 0 20px;
}
.detail_contact dt{
    font-size: 30px;
}
.detail_contact dd{
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}
.detail_contact dd a{
    width: 415px;
    height: 100px;
    margin: 0 10px;
    padding: 8px 20px;
    text-align: left;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.7s;

}
.detail_contact dd a i{
    font-size: 54px;
    margin: 0 10px 0 0;
}
.tel-contact{
    background-color: #ff0000;
    border-radius: 8px;
    /* width: 300px; */
    color: #FFF;
    box-shadow: 0 5px 0 #000;
}
.tel-contact span{
    display: block;
    font-size: 38px;
    line-height: 0.8em;
}
.mail-contact{
    background-color: #FFF;
    color: #ff0000;
    border: 4px solid #ff0000;
    border-radius: 8px;
    display: flex;
    font-size: 26px;
    box-shadow: 0 5px 0 #f00;
}
.detail_contact dd a:hover{
    text-decoration: none;
}
.tel-contact:hover {
    background-color: #da0000;
    color: #FFF;
}
.mail-contact:hover {
    background-color: #ffeeee;
    color: #f00;
}

/*------- store_contact -----*/
.store_contact{
    background-color: #ecebcf;
    border-radius: 10px;
    width: 93%;
    padding: 10px;
    margin:30px auto 100px;
    display: flex;
    justify-content: space-between;
}
.store_contact iframe{
    width: calc(100% - 400px);
}
.store_data{
    padding: 46px 0 0 32px;
    width: 370px;
}
.store_contact dl {
    margin: 15px 0 0 0px;
}

.store_contact dl dt {
    color: #ff002a;
    font-weight: bold;
    font-size: 18px;
}

.map_bt.button {
    height: auto;
    line-height: 1em;
    font-size: 16px;
    padding: 7px 20px;
    background-color: #ff0000;
    border: none;
    box-shadow: 0 3px 0 #000;
    color: #FFF;
}

.map_bt.button :hover {
    background-color: #ff0000;
}


/*------ PANKUZU ---------*/
.breadcrumb{
    background-color:#FFF;
    margin: 10px 0 10px;
    padding: 0;
}

.breadcrumb ul{
    display: flex; 
    flex-wrap: wrap;
    width: 100%;
    font-size: 14px;
}
.breadcrumb ul li{
  line-height: 27px;
  padding: 0px 0 0 14px;
  margin: 0 0 0 20px;
  position:relative;
}
.breadcrumb ul li a{
    color: #000;
}

.breadcrumb ul li:before{
  /* margin: 0 7px 0 0; */
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  font-weight: 900;
  position: absolute;
  color: #000000;
  left: 0;
  font-size: 18px;
}
.breadcrumb ul li:first-child{
  padding: 0px 0 0 0px;
  margin: 0 0 0 0px;   
}
.breadcrumb ul li:first-child:before{
    display:none;    
}



/* ===============================================
stickyBT
=============================================== */
.stickyBT {}
.stickyBT li {
	width: 130px;
	height: 130px;
	box-sizing: border-box;
	background: #db000e;
	color: #FFF;
	margin: 0 0 0 auto;
}
.stickyBT li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 15px;
	box-sizing: border-box;
	padding: 20px 0 0;
	line-height: 1.1;
	color: #FFF;
}
.stickyBT li a span {
	font-size: 10px;
}
.stickyBT li:first-child a .icon {
	-moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
	padding: 0 0 5px
}
#st_mail  {
	padding:25px 0 0;
}
#st_mail .icon {
	padding: 0 0 10px;
}





/*--------------------------*/
.sp_disp{ display: none;}
.pc_disp{ display: block;}

.font-36{font-size: 36px;}
.font-28{font-size: 28px;}






/*======= RESPONSIVE =========*/

@media screen and (max-width: 1199px) {
    .font-36{font-size: 30px;}

}

@media screen and (max-width: 1024px) {
    /**title***/
    .sub_title {
        border-bottom: 5px solid #ff0000;
        margin-top: 1rem !important;
    }
    .sub_title h2 ,.sub_title h1{
        font-size: 28px;
    }
    .red_arrow_title h2,.red_arrow_title h3{
        font-size: 28px;
    }

    /*---- CONTACT ---*/
    .detail_contact dt {
        font-size: 22px;
    }     
    .detail_contact dd a{
        width: 48%;
        height: 82px;
    }
    .detail_contact dd a i{
        font-size: 45px;
    }
    .tel-contact{
        box-shadow: 0 3px 0 #000;
    }
    .tel-contact span{
        font-size: 34px;
        line-height: 0.8em;
    }
    .mail-contact{
        border: 3px solid #ff0000;
        font-size: 22px;
        box-shadow: 0 3px 0 #f00;
    }
    /*------- store_contact -----*/
    .store_contact{
        width: 100%;
    }
    .store_contact iframe{
        width: 50%;
    }
    .store_data{
        padding: 46px 0 0 32px;
        width: 50%;
    }
    



    

}
@media screen and (max-width: 767px) {
    .sp_disp{ display: block;}
    .pc_disp{ display: none;}

    .font-36{font-size: 28px;}
    .font-28{font-size: 22px;}
    .Copyright {
        background-color: #f2f2e7;
        font-size: 14px;
        margin: 0 0 133px;
    }

   /*---- CONTACT ---*/
    .detail_contact:before{
        width: 15px;
        height: 15px;
        top: -7px;
        margin: 0 0 0 -7px;
    }
    .detail_contact dt {
        font-size: 18px;
        margin:0 0 10px
    }    
    .detail_contact dd{
        flex-wrap:wrap;
    }
    .detail_contact dd a{
        width: 95%;
        height: 82px;
        margin:0;
    }
    .detail_contact dd a i{
        font-size: 41px;
    }
    .tel-contact{
        box-shadow: 0 3px 0 #000;
        margin: 0 0 10px !important;
    }
    .tel-contact span{
        font-size: 32px;
        line-height: 0.8em;
    }
    .mail-contact{
        border: 3px solid #ff0000;
        font-size: 22px;
        box-shadow: 0 3px 0 #f00;
    }
    
    /**title***/
    .red_arrow_title:before{
        content: '';
        width: 15px;
        height: 15px;
        background: #ffeeee;
        transform: rotate(-45deg);
        left: 50%;
        margin: 0 0 0 -6px;
        bottom: -8px;
        position: absolute;
    }

    /*------- store_contact -----*/
    .store_contact{
        width: 100%;
        flex-wrap:wrap;
    }
    .store_contact iframe{
        width: 100%;
    }
    .store_data{
        padding: 0px 0 0 0px;
        width: 100%;
    }
    .store_data div{
        width:200px;
        margin:10px auto;
    
    }
    .store_contact dl dt {
        font-size: 16px;
    }
    .store_contact iframe {
        height: 100%;
    }
    .store_contact dl {
        margin: 10px 0 0 0px;
    } 
    
    .sns {
        margin: 10px auto 20px;
    }




    .spStickyBT {
	}
	.spStickyBT li {
		background: #da000b;
		width: 100%;
		height: 50px;
		vertical-align: top;
		box-sizing: border-box;
		display: inline-block;
		margin: 0 0 5px;
	}
	.spStickyBT li a {
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		font-size: 20px;
		box-sizing: border-box;
		line-height: 45px;
		color: #FFF;
		font-weight: bold;
	}
	.spStickyBT li a span {
		display: none
	}
	.spStickyBT li:first-child a .icon {
		-moz-transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
		-o-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		transform: rotate(-20deg);
		font-size: 25px;
		margin: 0 5px 0 0;
	}


}
@media screen and (max-width: 736px) {
    /**title***/
    .sub_title h2 ,.sub_title h1{
        font-size: 22px;
    }
    .red_arrow_title h2,.red_arrow_title h3{
        font-size: 22px;
    }

    #m1{
        display:block;
    }
    #m2{
        display:block;
    }


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

    .m0{margin:0!important;}

    .font-36{font-size: 22px;}
    .font-28{font-size: 18px;}

    /*---- CONTACT ---*/
    .detail_contact dl {
        text-align: center;
        margin: 5px 0 5px;
    }
    .detail_contact dd {
        margin: 0px 0 0;
    }    
    .detail_contact dd a{
        width: 95%;
        height: 60px;
        margin:0;
    }
    .detail_contact dd a i{
        font-size: 33px;
    }
    .tel-contact{
        box-shadow: 0 3px 0 #000;
        margin: 0 0 10px !important;
    }
    .tel-contact span{
        font-size: 25px;
        line-height: 0.8em;
    }
    .mail-contact{
        border: 3px solid #ff0000;
        font-size: 18px;
        box-shadow: 0 2px 0 #f00;
    }


}
@media screen and (max-width: 345px) {
    .font-36{font-size: 20px;}
    .font-28{font-size: 18px;}


}
@media screen and (max-width: 345px) {
    /**title***/
    .sub_title h2 ,.sub_title h1{
        font-size: 20px;
    }
    .red_arrow_title h2,.red_arrow_title h3{
        font-size: 20px;
    }


}

@media screen and (min-width:992px) and ( max-width:1395spx) {
    .nav-item {
    font-size: 14px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
    }

}

@media (min-width: 1200px){
    .header .container{
        max-width: 1200px;
    }


}
@media (min-width: 1300px){
    .header .container{
        max-width: 1300px;
    }
    
}
@media (min-width: 1400px){
    .header .container{
        max-width: 1400px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }
    
}

.tm1{
    margin-top: 1rem !important;
}  
.company{
    margin: 10px 0 10px 5px;
}  