@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@charset "UTF-8";
/* CSS Document */

html			{ height: 100%; background: #f1f1ef; }
body			{ margin: 0; padding: 0 0 1px 0; border: 0; color: #4c4c4c; text-align: left; font-size: 90%; font-family: 'Noto Sans JP', sans-serif; font-weight: normal; font-style: normal; -webkit-text-size-adjust: 100%; }
div				{ vertical-align: bottom; line-height: 1em; }
form			{ margin:0; padding:0; }
img				{ margin:0; padding:0; font-size:0; line-height:0; border:0; }
ul,ol,li		{ margin:0px; padding:0px; list-style-type:none; line-height:1em;/*IE・FF*/ vertical-align:top;/*IE*/ }
h1,h2,h3,h4,h5,h6,p,address { font-size:100%; font-weight:normal; font-style:normal; margin-left:0; margin-right:0; margin-top:0; }
a { text-decoration: none; outline: none!important; }
a[href^="tel:"] { color: #ff0000; text-decoration: none; }


header			{ position: relative; margin: 0 auto; padding: 0; width: 100%; height: 80px; }
header #hour	{ display: none; }
header #logowrap{ position: absolute; top: 15px; left: 8vw; margin: 0; padding: 0; display: flex; }
header #logo	{ margin: 0; padding: 0; width: 285px; }
header #aniv_15th	{ margin: 0; padding: 0; width: 158px; }
header #bnr 	{ position: absolute; top: 32px; right: 8vw; margin: 0; padding: 0; width: 600px; overflow: hidden; }
header #bnr .bnr-staff	{ float: right; margin: 0 0 0 34px; padding: 0 0 0 34px; width: 140px; border-left: 1px solid #534d4d; }
header #bnr .bnr-link1	{ float: right; margin: 0 0 0 34px; padding: 0; width:  78px; }
header #bnr .bnr-link2	{ float: right; margin: 0 0 0 34px; padding: 0; width: 112px; }

@media only screen and (max-width: 1200px) {
header			{ position: relative; margin: 0 auto; padding: 0; width: 1200px; height: 80px; }
}

@media only screen and (max-width: 1030px) {
header			{ position: relative; margin: 0 auto; padding: 0; width: 100%; height: 80px; }
header #hour	{ display: none; }
header #logowrap{ position: absolute; top: 2.5vw; left: 1vw; margin: 0; padding: 0; display: flex; }
header #logo	{ margin: 0; padding: 0; width: 33%; }
header #aniv_15th	{ margin: 0; padding: 0; width: 18%; }
header #bnr 	{ position: absolute; top: 32px; right: 1vw; margin: 0; padding: 0; width: 600px; overflow: hidden; }
header #bnr .bnr-staff	{ float: right; margin: 0 0 0 14px; padding: 0 0 0 14px; width: 140px; border-left: 1px solid #534d4d; }
header #bnr .bnr-link1	{ float: right; margin: 0 0 0 14px; padding: 0; width:  78px; }
header #bnr .bnr-link2	{ float: right; margin: 0 0 0 14px; padding: 0; width: 112px; }
}

@media only screen and (max-width: 768px) {
header			{ position: relative; margin: -100px 0 0 0; padding: 0; width: 100%; height: 70px; display: -webkit-flex; display: flex; background-size: 29.6px 9.6px; position: fixed; z-index: 100; 
background-image: url(../img/sp/common/btn-menu.gif);
background-repeat: no-repeat;
    background-color: #fff;
    background-position: right 16px bottom 14px; }
header #hour	    { display: block; margin: 12px 0 0 -5px; padding: 0; }
header #hour img   { width: 46px; }
header #logowrap{ position: static; margin: 0 0 0 -8px; padding: 0; }
header #logo	    { margin: 0; padding: 19px 0 0 0; width: 56%; }
header #logo img    { width: 100%; }
header #aniv_15th   { margin: 0 0 0 -8px; padding: 19px 0 0 0; width: 32%; }
header #aniv_15th img    { width: 100%; }
header #bnr 	{ display: none; }
header #hour button	    { border: none; background: none; }
    
@media screen and (orientation: landscape) {
header #logowrap{ position: static; margin: 0 0 0 20%; padding: 0; }
header #logo	    { margin: 0; padding: 17px 0 0 0; width: 40%; }
header #logo img    { width: 100%; }
header #aniv_15th   { margin: 0 0 0 0; padding: 17px 0 0 0; width: 24%; }
header #aniv_15th img    { width: 100%; }
}
}


footer			{ margin: 0; padding: 70px 0; width: 100%; background: #302a28; border-top: 10px solid #3e3735; text-align: center; clear: both; }
footer #ft-navi	{ margin: 0 auto 90px auto; padding: 0; width: 1100px; font-size: 12px; color: #fff; line-height: 1.2em; }
footer #ft-navi a	{ margin: 0 20px; padding: 10px 0; text-decoration: none; color: inherit; }
footer #ft-navi a { display: inline-block; position: relative; text-decoration: none; }
footer #ft-navi a::after { position: absolute; content: ''; top: 2.5em; left: 0; width: 100%; height: 1px; opacity: 0; background: #3eb140; transition: all .6s ease 0s; visibility: hidden; }
footer #ft-navi a:hover { cursor: pointer; }
footer #ft-navi a:hover::after { bottom: 2px; opacity: 1; visibility: visible; }

footer h2.logo	{ margin: 0 auto 30px auto; padding: 0; width: 166px; }
footer .copy	{ margin: 0; padding: 0; font-size: 11px; color: #fff; line-height: 1.2em; text-align: center; letter-spacing: 2px; }

@media only screen and (max-width: 1200px) {
footer			{ margin: 0; padding: 70px 0; width: 1200px; background: #302a28; border-top: 10px solid #3e3735; text-align: center; clear: both; }
}

@media only screen and (max-width: 768px) {
footer			{ margin: 0; padding: 25px 0; width: 100%; background: #302a28; border-top: 10px solid #3e3735; text-align: left; }
footer #ft-navi	{ margin: 0 auto 50px auto; padding: 0; width: 93%; font-size: 12px; color: #fff; line-height: 1.2em; overflow: hidden; }
footer #ft-navi a	{ margin: 0 0; padding: 10px 0; text-decoration: none; color: inherit; width: 50%; display: block; float: left; }
footer #ft-navi a:hover::after { bottom: 2px; opacity: 0; visibility: visible; }

footer h2.logo	{ margin: 0 auto 30px auto; padding: 0; width: 40%; }
footer .copy	{ margin: 0; padding: 0; font-size: 11px; color: #fff; line-height: 1.2em; text-align: center; letter-spacing: 2px; }

@media screen and (orientation: landscape) {
footer #ft-navi	{ margin: 0 auto 30px auto; padding: 0; width: 93%; font-size: 14px; color: #fff; line-height: 1.2em; overflow: hidden; }
footer #ft-navi a	{ margin: 0; padding: 10px 0 10px 10%; text-decoration: none; color: inherit; width: 40%; display: block; float: left; }
footer h2.logo	{ margin: 0 auto 20px auto; padding: 0; width: 20%; }
}
}


#naviwrap			{ margin: 0 0 0 0; padding: 0 0; width: 100%; background: #3e3735; }
#naviwrap #navi		{ margin: 0 auto; padding: 0; width: 1100px; font-size: 12px; color: #fff; line-height: 1.2em; text-align: center; position: relative; }
#naviwrap #navi a	{ margin: 0 30px; padding: 20px 5px; color: inherit; text-decoration: none; }
#naviwrap #navi a { display: inline-block; position: relative; text-decoration: none; }
#naviwrap #navi a::after { position: absolute; content: ''; top: 3.3em; left: 0; width: 100%; height: 1px; opacity: 0; background: #3eb140; transition: all .6s ease 0s; visibility: hidden; }
#naviwrap #navi a:hover { cursor: pointer; }
#naviwrap #navi a:hover::after { bottom: 2px; opacity: 1; visibility: visible; }

#naviwrap .list-menu		{ margin: 0; padding: 13px 0; border-top: 2px solid #2f2927; border-bottom: 2px solid #2f2927; }
#naviwrap .list-menu a		{ margin: 0; padding: 13px 0 !important; font-size: 12px; color: #f1f1ef; line-height: 1em; text-align: left; text-decoration: none; }
#naviwrap .list-menu a::after { position: absolute; content: ''; top: 2.7em !important; left: 0; width: 100%; height: 1px; opacity: 0; background: #3eb140; transition: all .6s ease 0s; visibility: hidden; }

#naviwrap .submenu		{ visibility: hidden; position: absolute; top: 53px; left: 420px; width: 200px; background: #36302e; z-index: 100; margin: 0; padding: 13px 0;  }

@media only screen and (max-width: 1200px) {
#naviwrap			{ margin: 0 0 0 0; padding: 0 0; width: 1200px; background: #3e3735; }
}

@media only screen and (max-width: 768px) {
#naviwrap			{ display: none; }
}

/* ==================================================
MENU
===================================================== */

.menu-sp	{ display: none; }


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

.menu-sp	{ display: block; width: 100%; }

.menu, .menu span { display: inline-block; -webkit-transition: all .6s; transition: all .6s; box-sizing: border-box; }

.btn-open	{ margin: 0; padding: 0; width: 54px; height: 54px; border-radius: 16px; position: absolute; right: 12px; top: 7px; }
.btn-close	{ margin: 0; padding: 0; width: 54px; height: 54px; border-radius: 16px; position: absolute; right: 12px; top: 7px; }

.menu { position: fixed; top: 15px; right: 15px; width: 31px; height: 23px; z-index: 10; border: none; background: #fff; }

.menu span { position: absolute; left: 0; width: 100%; height: 3px; background-color: #323131; z-index: 1000; }

.menu span:nth-of-type(1) { top: 0px; }
.menu span:nth-of-type(2) { top: 10px; }
.menu span:nth-of-type(3) { bottom: 0px; }

.menu.active span:nth-of-type(1) { -webkit-transform: translateY(10px) rotate(45deg); transform: translateY(10px) rotate(45deg); }
.menu.active span:nth-of-type(2) { opacity: 0; }
.menu.active span:nth-of-type(3) { -webkit-transform: translateY(-10px) rotate(-45deg); transform: translateY(-10px) rotate(-45deg); }



#nav { position: fixed; top: 70px; right: 0; z-index: 10; padding: 0 7%; width: 86%; height: 100%; opacity: 0; transition: all 0.6s ease-in-out; visibility: hidden; background: #fff;  }

#nav.active { right: 0; opacity: 1.0; -moz-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); visibility: visible; }

#nav ul				{ margin: 0 auto 15px auto; padding: 0 0 0 15px; width: 80%; }
#nav ul li			{ position: relative; display: block; list-style-type: none; margin: 0; padding: 0; width: 100%; border: none; border-bottom: 1px solid #e4e7e4; }
#nav ul li a	{ display: block; padding: 10px 0 10px 0; transition: all 0.6s ease-in-out; text-align: left; text-decoration: none; color: #3e3735; font-size: 14px; line-height: 1em; vertical-align: middle; }

#nav ul li::before{ left: 0; width: 6px; height: 6px; border-top: 1px solid #3eb140; border-right: 1px solid #3eb140; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

#nav ul li.topi		{ position: relative; display: block; list-style-type: none; margin: 0; padding: 10px 0 10px 0; width: 100%; border: none; border-bottom: 1px solid #e4e7e4; }
#nav ul li.topi::before{ left: -28px; width: 6px; height: 6px; border-top: 1px solid #3eb140; border-right: 1px solid #3eb140; -webkit-transform: rotate(135deg); transform: rotate(135deg); }


#nav .vect::before,
#nav .vect::after{ position: absolute; top: 0; bottom: 0; left: -30px; margin: auto; content: ""; vertical-align: middle; }

#nav ul li.sbmenu	{ position: relative; display: block; list-style-type: none; margin: 0; padding: 0 0 0 10%; width: 90%; border: none; border-bottom: 1px solid #e4e7e4; }

#nav table.ftmenu      { margin: 0 auto; padding: 0 0 0 10px; width: 80%; border-spacing: 0; }
#nav table.ftmenu td   { margin: 0 auto; padding: 13px 0; width: 50%; font-size: 12px; color: #3e3735; line-height: 1em; text-align: left; }
#nav table.ftmenu a   { color: inherit; }
}







.btn-more           { position: relative; margin: 0 auto; padding: 15px 50px 15px 30px; border: 1px solid #4c4b4b; font-size: 14px; color: #4c4b4b; line-height: 1.2em; text-align: center; }
.btn-more:hover     { position: relative; margin: 0 auto; padding: 15px 50px 15px 30px; border: 1px solid #4c4b4b; font-size: 14px; color: #fffef7; line-height: 1.2em; transition: all 0.6s; background: #4c4b4b; text-align: center; }
.btn-more::before,
.btn-more::after{ position: absolute; top: 0; bottom: 0; right: -450px; margin: auto; content: ""; vertical-align: middle; }

.btnbase .vect::before{ right: 24px; width: 8px; height: 8px; border-top: 1.5px solid #4c4b4b; border-right: 1.5px solid #4c4b4b; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

a.btn { text-decoration: none; }
a.btn:hover .vect::before{ right: 24px; width: 8px; height: 8px; border-top: 1.5px solid #fffef7; border-right: 1.5px solid #fffef7; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.btnbase { margin: 0; text-align: center; }
.bb1 { margin: 50px 0 60px 0; }
.bb2 { background: #fff; }
.bb3 { margin: 50px 0 100px 0; }

.btn-search { position: relative; margin: 0 auto; padding: 15px 0; border: 1px solid #4c4b4b; font-size: 14px; color: #4c4b4b; line-height: 1.2em; text-align: center; clear: both; background: #fff; width: 20%; }
.btn-search i { position: absolute; top: 15px; right: 15px; font-size: 15px; color: #4c4b4b; }
.btn-search:hover { position: relative; margin: 0 auto; padding: 15px 0; border: 1px solid #4c4b4b; font-size: 14px; color: #fff; line-height: 1.2em; text-align: center; clear: both; background: #4c4b4b; width: 20%; transition: all 0.6s;  }
.btn-search:hover i { position: absolute; top: 15px; right: 15px; font-size: 15px; color: #fff; }

@media screen and (max-width: 768px) {
.btn-more    { position: relative; margin: 0 auto; padding: 12px 13% 12px 10%; border: 1px solid #4c4b4b; font-size: 14px; color: #4c4b4b; line-height: 1.2em; text-align: center; font-weight: 500; }
.btn-more:hover    { position: relative; margin: 0 auto; padding: 12px 13% 12px 10%; border: 1px solid #4c4b4b; font-size: 14px; color: #fffef7; line-height: 1.2em; text-align: center; font-weight: 500; }
.btn-more::before,
.btn-more::after{ position: absolute; top: 0; bottom: 0; right: -450px; margin: auto; content: ""; vertical-align: middle; }

.btnbase .vect::before{ right: 10%; width: 8px; height: 8px; border-top: 1.5px solid #4c4b4b; border-right: 1.5px solid #4c4b4b; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

a.btn { text-decoration: none; }
a.btn:hover .vect::before{ right: 10%; width: 8px; height: 8px; border-top: 1.5px solid #fffef7; border-right: 1.5px solid #fffef7; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.btnbase { margin: 0 auto; width: 100%; text-align: center; }
.bb1 { margin: 50px 0 60px 0; }
.bb2 { background: #fff; }
.bb3 { margin: 50px 0 100px 0; }

.btn-search { position: relative; margin: 0 auto; padding: 15px 5% 15px 0; border: 1px solid #4c4b4b; font-size: 14px; color: #4c4b4b; line-height: 1.2em; text-align: center; clear: both; background: #fff; width: 35%; }
.btn-search i { position: absolute; top: 15px; right: 15px; font-size: 15px; color: #4c4b4b; }
.btn-search:hover { position: relative; margin: 0 auto; padding: 15px 0; border: 1px solid #4c4b4b; font-size: 14px; color: #fff; line-height: 1.2em; text-align: center; clear: both; background: #4c4b4b; width: 40%; transition: all 0.6s;  }
.btn-search:hover i { position: absolute; top: 15px; right: 15px; font-size: 15px; color: #fff; }
}


#crumb      { margin: 0 0 45px 0; padding: 0; width: 100%; background: #e2f0ea; }
#crumb .inner  { margin: 0 auto; padding: 16px 0; width: 1080px; font-size: 12px; color: #453e3c; line-height: 1em; }
#crumb .inner a  { margin: 0; padding: 0; font-size: 12px; color: #453e3c; line-height: 1em; text-decoration: none; }

#crumb .inner a { display: inline-block; position: relative; text-decoration: none; }
#crumb .inner a::after { position: absolute; content: ''; top: 1.4em; left: 0; width: 100%; height: 1px; opacity: 0; background: #3eb140; transition: all .6s ease 0s; visibility: hidden; }
#crumb .inner a:hover { cursor: pointer; }
#crumb .inner a:hover::after { bottom: 2px; opacity: 1; visibility: visible; }


#crumb .inner a.top  { margin: 0; padding: 0; font-size: 12px; color: #3eb140; line-height: 1em; text-decoration: none; }

@media only screen and (max-width: 1200px) {
#crumb      { margin: 0 0 45px 0; padding: 0; width: 1200px; background: #e2f0ea; }
}

@media screen and (max-width: 768px) {
#crumb      { display: none; }
}

#container { margin: 0 0 90px 0; }

@media screen and (max-width: 768px) {
#container { margin: 100px 0 50px 0; }
}


@media screen and (min-width: 768px){	
.br-pc { display:block; }
.br-sp { display:none; }
}
@media screen and (max-width: 768px){	
.br-pc { display:none; }
.br-sp { display:block; }
}


.img-pc { display: block; }
.img-sp { display: none; }

@media screen and (max-width: 768px) {
.img-pc { display: none; }
.img-sp { display: block; }
}

@media screen and (max-width: 768px) {
.anchor{ margin-top: -120px; padding-top: 120px; }
}


#contents_sbtitle { margin: 0 auto 60px auto; padding: 0; font-size: 15px; color: #3e3735; line-height: 1.2em; text-align: center; }
.contents_sbtitle2 { margin: 0 auto 30px auto; padding: 0; font-size: 21px; color: #302a28; line-height: 1.2em; text-align: center; text-underline-offset: 10px; text-decoration: underline; letter-spacing: 0.2em; }
.mbtn60 { margin: 0 auto 60px auto; }

.contents_sbtitle3 { margin: 0 auto 60px auto; padding: 0; text-align: center; border-bottom: 4px solid #4c4b4b; width: 1050px; }
.contents_sbtitle3 .ttl { margin: 0 auto -10px auto; padding: 0; font-size: 13px; color: #3e3735; line-height: 1.2em; text-align: center; background: #f1f1ef; width: 300px; }
.contents_sbtitle3 .ttl img { margin: 0 0 10px 0; width: 165px; }

@media screen and (max-width: 768px){	
#contents_sbtitle     { margin: 0 auto 35px auto; padding: 0; font-size: 13px; color: #3e3735; line-height: 1.2em; text-align: center; font-weight: 500; }
.contents_sbtitle2 { margin: 0 auto 20px auto; padding: 0; font-size: 18px; color: #302a28; line-height: 1.2em; text-align: center; text-underline-offset: 10px; text-decoration: underline; font-weight: 500; letter-spacing: 0.1em; }
.mbtn60 { margin: 0 auto 40px auto; }

.contents_sbtitle3 { margin: 0 auto 30px auto; padding: 0; text-align: center; border-bottom: 4px solid #4c4b4b; width: 100%; }
.contents_sbtitle3 .ttl { margin: 0 auto -10px auto; padding: 0; font-size: 16px; color: #3e3735; line-height: 1.2em; font-weight: 500; text-align: center; background: #f1f1ef; width: 50%; }
.contents_sbtitle3 .ttl img { margin: 0 0 10px 0; width: 70%; }

@media screen and (orientation: landscape) {
.contents_sbtitle3 .ttl img { margin: 0 0 10px 0; width: 45%; }
}


}


.slide			{ overflow: hidden; margin: 0 auto 0 auto; padding: 0 50px; width: 1050px; }
.slide .news	{ float: left; margin: 0 25px 50px 25px; padding: 13px 0 0 0; width: 300px; position: relative; }
.slide .news:hover	{ opacity: 0.6; transition: all 0.6s; }
.slide .news .imgbx	{ margin: 0 auto 15px auto; padding: 0; width: 300px; height: 210px; }
.slide .news .imgbx img { width: 300px; height: 210px; object-fit: contain; } 
.slide .news .lead	{ margin: 0 0 10px 0; padding: 0; font-size: 15px; color: #3e3735; line-height: 1.4em; font-weight: 600; 
height: 3em; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.slide .news .txt 	{ margin: 0 0 13px 0; padding: 0 0 13px 0; font-size: 12px; color: #3e3735; line-height: 1.5em; border-bottom: 1px solid #cfe0dd; 
height: 4.5em; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.slide .news .tag 	{ margin: 0; padding: 7px 0 5px 0; font-size: 13px; color: #3e3735; line-height: 1.4em; border-top: 1px solid #cfe0dd; }
.slide .news .period{ margin: 0; padding: 0; font-size: 12px; color: #3e3735; line-height: 1.4em; }

.slide .news .new { position: absolute; top: -0; left: 5px; margin: 0; padding: 3px 0 2px 0; width: 6em; text-align: center; font-size: 13px; color: #fff; line-height: 1em; background: #4c4b4b; opacity: 0.9; }


.slide-shop			{ margin: 0 auto 50px auto; padding: 0 50px; width: 1140px; display: flex; flex-wrap: wrap; }
.slide-shop .news	{ float: none; margin: 0 20px 50px 20px; padding: 13px 0 0 0; width: 245px; position: relative; }
.slide-shop .news .imgbx	{ margin: 0 auto 13px auto; padding: 15px; width: 210px; background: #fff; text-align: center; 
box-shadow: -moz-box-shadow: -2px 0px 28px -17px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: -2px 0px 28px -17px rgba(0, 0, 0, 0.2);
-ms-box-shadow: -2px 0px 28px -17px rgba(0, 0, 0, 0.2);
box-shadow: -2px 0px 28px -17px rgba(0, 0, 0, 0.2); }
.slide-shop .news .imgbx img	{ width: 210px; }
.slide-shop .news .area	{ margin: 0 0 10px 0; padding: 0; font-size: 10px; color: #4c4b4b; line-height: 1.2em; }
.slide-shop .news .name 	{ margin: 0 0 3px 0; padding: 0; font-size: 15px; color: #4c4b4b; line-height: 1.2em; font-weight: 600; height: 2.2em; }
.slide-shop .news .txt 	{ margin: 0 0 30px 0; padding: 0; font-size: 12px; color: #4c4b4b; line-height: 1.4em; height: 2em; }

.slide-shop .news .new { position: absolute; top: 20px; left: 33%; margin: 0; padding: 3px 0 2px 0; width: 6em; text-align: center; font-size: 13px; color: #4c4b4b; line-height: 1em; background: #e6f8e6; opacity: 0.9; }

.slide-shop .news:hover { opacity: 0.6; transition: all .6s ease 0s; }

@media only screen and (max-width: 1200px) {
.slide-shop			{ margin: 0 auto 50px auto; padding: 0 0; width: 1140px; display: flex; flex-wrap: wrap; }
}


@media only screen and (max-width: 768px) {
.slide			{ margin: 0 0 0 0%; padding: 20px 0 0 0; width: 100%; }
.slide .news	{ float: left; margin: 0 0 0 -10px; padding: 5px 0 0 0; width: auto; position: relative; }
.slide .news .imgbx	{ margin: 0 0 15px 0; padding: 0 0 0 10%; width: 90%; }
.slide .news .lead	{ margin: 0 0 10px 5px; padding: 0 0 0 40px; font-size: 15px; color: #3e3735; line-height: 1.2em; font-weight: bold; 
height: 2.5em; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.slide .news .txt 	{ margin: 0 0 12px 5px; padding: 0 0 5px 40px; font-size: 14px; color: #3e3735; line-height: 1.4em; border-bottom: 1px solid #cfe0dd; 
height: 4.5em; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.slide .news .period{ margin: 0 0 30px 5px; padding: 0 0 0 40px; font-size: 12px; color: #3e3735; line-height: 1.2em; font-weight: 500; }

.slide .news .new { position: absolute; top: -0; left: 0; margin: 0; padding: 3px 0 2px 0; width: 6em; text-align: center; font-size: 13px; color: #fff; line-height: 1em; background: #4c4b4b; opacity: 0.9; }

    
.slide-shop			{ margin: 0 auto 30px auto; padding: 20px 0 0 0; width: 96%; display: flex; flex-wrap: wrap; }
.slide-shop .news	{ margin: 0 2vw 40px 2vw; padding: 5px 0 0 0; width: 44vw; position: relative; }
.slide-shop .news .imgbx	{ margin: 0 auto 13px auto; padding: 0; width: 100%; background: #fff; text-align: center; 
box-shadow: -moz-box-shadow: -2px 0px 28px -17px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: -2px 0px 28px -17px rgba(0, 0, 0, 0.2);
-ms-box-shadow: -2px 0px 28px -17px rgba(0, 0, 0, 0.2);
box-shadow: -2px 0px 28px -17px rgba(0, 0, 0, 0.2); }
.slide-shop .news .imgbx img	{ width: 90%; }
.slide-shop .news .area	{ margin: 0 0 5px 0; padding: 0; font-size: 10px; color: #4c4b4b; line-height: 1.2em; }
.slide-shop .news .name 	{ margin: 0 0 10px 0; padding: 0; font-size: 15px; color: #4c4b4b; line-height: 1.4em; font-weight: 600; }
.slide-shop .news .txt 	{ margin: 0; padding: 0; font-size: 12px; color: #4c4b4b; line-height: 1.4em; }

.slide-shop .news .new { position: absolute; top: 2%; left: 30%; margin: 0; padding: 2px 0 1px 0; width: 5em; text-align: center; font-size: 10px; color: #4c4b4b; line-height: 1em; background: #e6f8e6; opacity: 0.9; }
}




.list-shop			{ overflow: hidden; margin: 0 auto 50px auto; padding: 0 50px; width: 1140px; }
.list-shop .news	{ float: left; margin: 0 20px 50px 20px; padding: 13px 0 0 0; width: 245px; position: relative; }
.list-shop .news .imgbx	{ margin: 0 auto 13px auto; padding: 15px; width: 210px; background: #fff; text-align: center; 
box-shadow: -moz-box-shadow: -2px 0px 28px -17px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: -2px 0px 28px -17px rgba(0, 0, 0, 0.2);
-ms-box-shadow: -2px 0px 28px -17px rgba(0, 0, 0, 0.2);
box-shadow: -2px 0px 28px -17px rgba(0, 0, 0, 0.2); }
.list-shop .news .imgbx img	{ width: 210px; }
.list-shop .news .area	{ margin: 0 0 5px 0; padding: 0; font-size: 10px; color: #4c4b4b; line-height: 1.2em; }
.list-shop .news .name 	{ margin: 0 0 10px 0; padding: 0; font-size: 15px; color: #4c4b4b; line-height: 1.4em; font-weight: bold; }
.list-shop .news .txt 	{ margin: 0; padding: 0; font-size: 12px; color: #4c4b4b; line-height: 1.4em; }

.list-shop .news .new { position: absolute; top: 20px; left: 33%; margin: 0; padding: 3px 0 2px 0; width: 6em; text-align: center; font-size: 13px; color: #4c4b4b; line-height: 1em; background: #e6f8e6; opacity: 0.9; }


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

.list-shop			{ margin: 0 0 30px 4%; padding: 20px 0 0 0; width: 96%; }
.list-shop .news	{ float: left; margin: 0 2% 50px 5%; padding: 0 0 0 0; width: 40%; position: relative; }
.list-shop .news .imgbx	{ margin: 0 auto 13px auto; padding: 0; width: 100%; background: #fff; text-align: center; 
box-shadow: -moz-box-shadow: -2px 0px 28px -17px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: -2px 0px 28px -17px rgba(0, 0, 0, 0.4);
-ms-box-shadow: -2px 0px 28px -17px rgba(0, 0, 0, 0.4);
box-shadow: -2px 0px 28px -17px rgba(0, 0, 0, 0.4); }
.list-shop .news .imgbx img	{ width: 90%; }
.list-shop .news .area	{ margin: 0 0 5px 0; padding: 0; font-size: 10px; color: #4c4b4b; line-height: 1.2em; }
.list-shop .news .name 	{ margin: 0 0 10px 0; padding: 0; font-size: 15px; color: #4c4b4b; line-height: 1.4em; font-weight: bold; }
.list-shop .news .txt 	{ margin: 0; padding: 0; font-size: 12px; color: #4c4b4b; line-height: 1.4em; }

.list-shop .news .new { position: absolute; top: 2%; left: 30%; margin: 0; padding: 2px 0 1px 0; width: 5em; text-align: center; font-size: 10px; color: #4c4b4b; line-height: 1em; background: #e6f8e6; opacity: 0.9; }
}





#pageflow       { margin: 0; padding: 0; text-align: center; }
#pageflow .pg   { margin: 0 0; padding: 4px 12px; font-size: 13px; color: #4c4b4b; line-height: 1em; display: inline-block; }
#pageflow .pg-v   { margin: 0 0; padding: 4px 12px; font-size: 13px; color: #dad9d9; line-height: 1em; display: inline-block; }
#pageflow a     { margin: 0 0; padding: 4px 12px; font-size: 13px; color: #fff; line-height: 1em; background: #4c4b4b; }
#pageflow a:hover { opacity: 0.6; transition: all .6s ease 0s; }

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

#pageflow       { margin: 0; padding: 0; text-align: center; }
#pageflow .pg   { margin: 0; padding: 4px 5px; font-size: 15px; color: #4c4b4b; line-height: 1em; display: inline-block; font-weight: 600; }
#pageflow .pg-v   { margin: 0 10px; padding: 4px 5px; font-size: 15px; color: #dad9d9; line-height: 1em; display: inline-block; font-weight: 600; }
#pageflow a     { margin: 0; padding: 4px 12px; font-size: 15px; color: #fff; line-height: 1em; background: #4c4b4b; font-weight: 600; }
}





.cate-tabwrap			{ margin: 0 0 50px 0; padding: 0 0 0 0; width: 100%; border-bottom: 1px solid #4c4b4b; }
.cate-tabwrap .cate-tab	{ margin: 0 auto -1px auto; padding: 0; width: 1100px; text-align: center; }
.cate-tabwrap .tab2-on	{ margin: 0 5px; padding: 20px 0; text-align: center; font-size: 15px; color: #4c4b4b; line-height: 1em; display: inline-block; width: 30%;
    border-top: 4px solid #4c4b4b; border-left: 4px solid #4c4b4b; border-right: 4px solid #4c4b4b; border-radius: 20px 20px 0 0 ; background: #f1f1ef;  }
.cate-tabwrap .tab2-off	{ margin: 0 5px; padding: 20px 0; text-align: center; font-size: 15px; color: #fff; line-height: 1em; display: inline-block; width: 30%;
    border-top: 4px solid #4c4b4b; border-left: 4px solid #4c4b4b; border-right: 4px solid #4c4b4b; border-radius: 20px 20px 0 0 ; background: #4c4b4b; }

.cate-tabwrap .tab3-on	{ margin: 0 5px; padding: 20px 0; text-align: center; font-size: 15px; color: #4c4b4b; line-height: 1em; display: inline-block; width: 30%;
    border-top: 4px solid #4c4b4b; border-left: 4px solid #4c4b4b; border-right: 4px solid #4c4b4b; border-radius: 20px 20px 0 0 ; background: #f1f1ef;  }
.cate-tabwrap .tab3-off	{ margin: 0 5px; padding: 20px 0; text-align: center; font-size: 15px; color: #fff; line-height: 1em; display: inline-block; width: 30%;
    border-top: 4px solid #4c4b4b; border-left: 4px solid #4c4b4b; border-right: 4px solid #4c4b4b; border-radius: 20px 20px 0 0 ; background: #4c4b4b; }

.cate-listwrap			   { margin: 0 auto 55px auto; padding: 0 0 0 0; width: 1150px; border-bottom: 4px solid #4c4b4b; text-align: center; }
.cate-listwrap .cate-list	{ margin: 0 5px 50px 5px; padding: 0 0 15px 0; width: 170px; border-bottom: 1px solid #4c4b4b; display: inline-block; }
.cate-listwrap .cate-list:hover	{ opacity: 0.6; transition: all 0.6s;  }
.cate-listwrap .cate-list img	{ width: 140px; }

.cate-listwrap2			   { margin: 0 auto 55px auto; padding: 0 0 0 0; width: 1160px; border-bottom: 4px solid #4c4b4b; text-align: center; }
.cate-listwrap2 .cate-list	{ margin: 0 10px 50px 10px; padding: 0 0 15px 0; width: 170px; border-bottom: 1px solid #4c4b4b; display: inline-block; }
.cate-listwrap2 .cate-list:hover	{ opacity: 0.6; transition: all 0.6s;  }
.cate-listwrap2 .cate-list img	{ width: 140px; }

@media only screen and (max-width: 1200px) {
.cate-tabwrap			{ margin: 0 0 50px 0; padding: 0 0 0 0; width: 1200px; border-bottom: 1px solid #4c4b4b; }
}

@media only screen and (max-width: 768px) {
.cate-tabwrap			{ margin: 0 0 40px 0; padding: 0 0 0 0; width: 100%; border-bottom: 1px solid #4c4b4b; }
.cate-tabwrap .cate-tab	{ margin: 0 auto -1px auto; padding: 0; width: 100%; text-align: center; }
.cate-tabwrap .tab2-on	{ margin: 0 1%; padding: 13px 0 14px 0; text-align: center; font-size: 14px; color: #4c4b4b; line-height: 1em; display: inline-block; width: 42%;
    border-top: 4px solid #4c4b4b; border-left: 4px solid #4c4b4b; border-right: 4px solid #4c4b4b; border-radius: 20px 20px 0 0 ; background: #f1f1ef; font-weight: 500; }
.cate-tabwrap .tab2-off	{ margin: 0 1%; padding: 13px 0 14px 0; text-align: center; font-size: 14px; color: #fff; line-height: 1em; display: inline-block; width: 42%;
    border-top: 4px solid #4c4b4b; border-left: 4px solid #4c4b4b; border-right: 4px solid #4c4b4b; border-radius: 20px 20px 0 0 ; background: #4c4b4b; font-weight: 500; }

.cate-tabwrap .tab3-on	{ margin: 0 0.5%; padding: 13px 0 14px 0; text-align: center; font-size: 12px; color: #4c4b4b; line-height: 1em; display: inline-block; width: 29%;
    border-top: 4px solid #4c4b4b; border-left: 4px solid #4c4b4b; border-right: 4px solid #4c4b4b; border-radius: 20px 20px 0 0 ; background: #f1f1ef; font-weight: 500; }
.cate-tabwrap .tab3-off	{ margin: 0 0.5%; padding: 13px 0 14px 0; text-align: center; font-size: 12px; color: #fff; line-height: 1em; display: inline-block; width: 29%;
    border-top: 4px solid #4c4b4b; border-left: 4px solid #4c4b4b; border-right: 4px solid #4c4b4b; border-radius: 20px 20px 0 0 ; background: #4c4b4b; font-weight: 500; }

.cate-listwrap			   { margin: 0 0 50px 0%; padding: 0 1% 0 3%; width: 96%; border-bottom: 4px solid #4c4b4b; text-align: center; overflow: hidden; }
.cate-listwrap .cate-list	{ margin: 0 1% 20px 1%; padding: 0 0 15px 0; width: 31%; border-bottom: none; float: left; }
.cate-listwrap .cate-list:hover	{ opacity: 0.6; transition: all 0.6s;  }
.cate-listwrap .cate-list img	{ width: 100%; }

.cate-listwrap2			   { margin: 0 0 50px 4%; padding: 0; width: 92%; border-bottom: 4px solid #4c4b4b; overflow: hidden; }
.cate-listwrap2 .cate-list	{ margin: 0 1% 20px 1%; padding: 0 0 15px 0; width: 31%; border-bottom: none; float: left; text-align: center; }
.cate-listwrap2 .cate-list:hover	{ opacity: 0.6; transition: all 0.6s;  }
.cate-listwrap2 .cate-list img	{ width: 100%; }

@media screen and (orientation: landscape) {
.cate-listwrap .cate-list img	{ width: 53%; }
.cate-listwrap2 .cate-list img	{ width: 53%; }
}
}


#search-listwrap	{ margin: 0 auto 50px auto; padding: 10px 0 50px 0; width: 1050px; border-bottom: 4px solid #4c4b4b; overflow: hidden; }
#search-listwrap li	{ margin: 0 0 30px 0; padding: 0; width: 260px; float: left; }

@media only screen and (max-width: 768px) {
#search-listwrap	{ margin: 0 auto 50px auto; padding: 10px 5% 50px 5%; width: 90%; border-bottom: 4px solid #4c4b4b; overflow: hidden; }
#search-listwrap li	{ margin: 0 0 30px 0; padding: 0; width: 50%; float: left; }
}

p.kikan_ttl { line-height: 1.4em; }


.mb-reduce  { margin-bottom: -30px; }
@media only screen and (max-width: 768px) {
.mb-reduce  { margin-bottom: -15px; }
}


/* ==================================================
CHECKBOX
===================================================== */
.checkbx {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px; color: #444a44;
}
.checkbx input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbx__indicator {
  position: absolute;
  top: -2px;
  left: 0;
  height: 16px;
  width: 16px;
    background: #fff; border: 1px solid #444a44;
}
.checkbx input:checked ~ .checkbx__indicator {
  background: #444a44;
}
.checkbx input:disabled ~ .checkbx__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.checkbx__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.checkbx input:checked ~ .checkbx__indicator:after {
  display: block;
}
.checkbx--checkbox .checkbx__indicator:after {
  left: 6px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbx--checkbox input:disabled ~ .checkbx__indicator:after {
  border-color: #7b7b7b;
}





/* ==================================================
営業時間
===================================================== */

#hourtime   { margin: 0; padding: 0 0 40px 0; width: 75vw; background: #fff; text-align: center; display: block; }
#hourtime a { color: inherit; text-decoration: none; }
#hourtime .title   { margin: 0 0 40px 0; padding: 0; font-size: 20px; color: #3e3735; line-height: 1.2em; }
#hourtime ul   { margin: 0 0 50px 0; padding: 0; }
#hourtime li   { margin: 0 auto; padding: 10px 0 0 0; width: 80%; border-top: 1px solid #888888; list-style: none; }
#hourtime .area   { margin: 0 0 10px 0; padding: 0; font-size: 14px; color: #3e3735; line-height: 1.2em; }
#hourtime .time   { margin: 0 0 30px 0; padding: 0; font-size: 20px; color: #3e3735; line-height: 1.2em; font-weight: 500; }

#hourtime .btn-detail	{ position: relative; margin: 0 auto; padding: 15px 5% 15px 0; width: 55%; border: 1px solid #3e3735; font-size: 14px; color: #3e3735; line-height: 1em; text-align: center; }

#hourtime .btn-detail::before{ right: -100%; width: 6px; height: 6px; border-top: 1px solid #3e3735; border-right: 1px solid #3e3735; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

#hourtime .vect::before,
#hourtime .vect::after{ position: absolute; top: 0; bottom: 0; left: -30px; margin: auto; content: ""; vertical-align: middle; }


.hourtime-sp-wrapper { width: 100vw; height: 100vh; position: fixed; top: 0px; left: 0px; z-index: 1000; }
.hourtime-sp-bg{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1000; }
.hourtime-sp-main{ width: 50%; height: 50%; position: absolute; top:0; left:0; background-color: #fff; z-index: 10000; }
.is-hidden{ visibility: hidden; }

#hourtime .closebtn   { margin: 0 0 -5vw 0; padding: 5vw 0 0 5vw; text-align: left; font-size: 260%; font-weight: 200; }






/* ==================================================
TOPへ戻るボタン
===================================================== */

/* パソコン・スマホ共通のCSS */
#pagetopbtn { display: none; }

@media only screen and (max-width: 768px) {
#pagetopbtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: -5px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
    width: 49px; height: 48px;
    z-index: 100;
}
}