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

}
/*--------------------------------------------------------------------------
 * tablet
----------------------------------------------------------------------------*/
@media only screen and (max-width: 830px) {
/*----------------------------------
	sidemenu 
-----------------------------------*/
.menu-btn {
	display: block;
	position: fixed;
	top: 25.0px;
	right: 10px;
	width: 80px;
	height: 64px;
	z-index: 1000000;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  left:15px;
  top: 10px;
  width: 50px;
  height: 44px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
}
.g-nav {
    display: none;
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1001;
}
.g-nav .list {
	text-align: center;
	width: 80%;
	margin: 180px auto 0;
	font-size: 2.1rem;
}
.g-nav .list li:first-child{
	border-top: 1px solid #fff;
}
.g-nav .list li{
	padding: 3.0rem 0;
	border-bottom: 1px solid #fff;
}
.g-nav .list li a{
	color: #fff;
}
/*----------------------------------
	header
-----------------------------------*/
header{
	width: 100%;
	height: 120px;
	top: 0;
	left: 0;
	background: #000;
	transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    border-radius: 0;
    padding: 0;
}
header h1{
	margin: 1.1rem 0 0 2.0rem;
	width: 150px;
}
/*----------------------------------
	nav
-----------------------------------*/
header nav{
	display: none;
}
/*----------------------------------
	index
-----------------------------------*/
#keyv {
	margin-top: 120px;
	height: 40vh;
}
#keyv h2{
	display: none;
	font-size: 3.0rem;
	bottom: 30.0rem;
}
#keyv .slider li{
	height: 40vh;
}
.section-index article{
	margin-left: 0;
}
.index-about-l {
	padding-left: 1.5rem;
}
#topics {
	padding: 0 1.5rem;
}
#media {
	padding: 0 1.5rem;
}
/*----------------------------------
	page
-----------------------------------*/
.page-block {
	margin-left: 0;
	padding: 15.0rem 1.5rem 5.0rem;
}
/*----------------------------------
	about
-----------------------------------*/
.page-img {
	margin-left: 100px;
}
.topics-sp {
	border: 10px solid #b10000;
	padding: 2.0rem;
}
.topics-sp h3{
	font-size: 2.1rem;
}
.topics-flex .detail {
	width: calc( 100% - 200px);
}
.sp-br {
	display: block;
}


}
/*--------------------------------------------------------------------------
 * SP
----------------------------------------------------------------------------*/
 @media screen and (max-width: 480px) {
.sp-block {
	display: block;
}
.area-block ul li .shop-time .sp {
	display: block !important;
}
.area-block ul li .shop-time span.sp-none {
	display: none;
}
/*----------------------------------
	sidemenu 
-----------------------------------*/
.menu-btn {
	display: block;
	position: fixed;
	top: 8px;
	right: 10px;
	width: 80px;
	height: 64px;
	z-index: 1000000;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  left:15px;
  top: 10px;
  width: 50px;
  height: 44px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 22px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-22px) rotate(45deg);
}
.g-nav {
    display: none;
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1001;
}
.g-nav .list {
	text-align: center;
	width: 80%;
	margin: 100px auto 0;
	font-size: 1.6rem;
}
.g-nav .list li:first-child{
	border-top: 1px solid #fff;
}
.g-nav .list li{
	padding: 1.0rem 0;
	border-bottom: 1px solid #fff;
}
.g-nav .list li a{
	color: #fff;
}
.flex {
	display: block;
}
/*----------------------------------
	header
-----------------------------------*/
header{
	height: 80px;
}
header h1{
	margin: 1.0rem 0 0 2.0rem;
	width: 90px;
}
/*----------------------------------
	index
-----------------------------------*/
#keyv {
	margin: 80px 0 5.0rem;
	height: 300px;
}
#keyv h2{
	font-size: 2.3rem;
	bottom: 2rem;
}
#keyv .slider li{
	height: 300px;
}
.scrolldown4 {
	display: none;
}
.index-about-l, .index-about-r {
	width: 100%;
}
.index-about-l {
	padding: 0 1.5rem 5.0rem;
}
.index-about-r {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 300px;
}
#topics a.btn {
	margin-right: 0;
}
#media a.btn {
	margin-right: 0;
}
/*----------------------------------
	page
-----------------------------------*/
.page-block {
	margin-left: 0;
	padding: 15.0rem 1.5rem 5.0rem;
}
.page-block-ttl {
	font-size: 3.5rem;
	line-height: 1.4;
}
.page-img {
	margin-left: 5.0rem;
}
/*----------------------------------
	about
-----------------------------------*/
.page-fleximg {
	width: 50%;
	margin: 0 auto 5.0rem;
}
.page-flextxt {
	width: 100%;
}
/*----------------------------------
	menu
-----------------------------------*/
.menu-list li {
	width: 100%;
}
.menu-list li:nth-child(7){
	margin-bottom: 8.0rem;
}

/*----------------------------------
	shop
-----------------------------------*/
.area-list li{
	width: 48%;
	margin-right: 4%;
}
.area-list li:nth-child(even) {
	margin-right: 0;
}
.area-list li:nth-child(3) {
	margin-right: 4%;
}
.area-block ul li div.shop-address {
	width: 100% ;
}
.area-block ul li .shop-tel {
	width: 40%;
}
.area-block ul li .shop-time {
	width: 60%;
}

/*----------------------------------
	entry
-----------------------------------*/
.contact-form {
	padding: 5.0rem 3.0rem;
}
.contact-form li{
	padding-bottom: 0;
}
.page-block-entryttl {
	font-size: 2.5rem;
}



.topics-sp {
	border: 10px solid #b10000;
	padding: 2.0rem;
}
.topics-sp-flex .image, .topics-sp-flex .detail {
	width: 100%;
	padding: 0;
}
.topics-sp-flex .image {
	margin-bottom: 2.0rem;
}

.topics-sp h3{
	font-size: 1.8rem;
	line-height: 1.4;
}
.topics-flex .image {
	width: 60%;
	margin: 0 auto;
	order: 2;
}
.topics-flex .detail {
	width: 100%;
}
.topics-flex a{
	display: inline-block;
	margin-bottom: 2.0rem;
}

}