@charset "utf-8";
#map {
    width: 100%;
}
div.kocmap {
    padding: 0 6px;
}
#page{
    /*padding-top: 20px;*/
    position: relative;
    z-index: 2;
    left: 0;
    background: #fff;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#drawernav{
    position: fixed;
    top: 0;
    right: -60%;
    width: 60%;
    height: 100%;
    background: #fff;
    color: #0A0A0A;
    z-index: 1;
    padding-top: 40px;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#drawernav ul{
    list-style: none;
    padding: 0;
}
#drawernav ul li{

}
#drawernav ul li a{
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}
#drawernav ul li a:hover{
    color: #ddd;
    background: #222;
}
#drawernav h4{
    padding: 0 15px; 
}
#humberger{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    width: 45px;
    padding: 17px 10px 10px;
    cursor: pointer;
}
.icon-bar{
    height: 2px;
    background: #333;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
.fixed-content{
    right: inherit;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
 #overlay{
    z-index:-1;
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
/* list2map
===========================================*/
#list_area	{
	position: relative;
	overflow: hidden;
}
.list_area	{
	position: relative;
	overflow: hidden;
}

#list_box	{
	overflow: hidden;
	width: calc(100% - 80px);
	margin: 0 auto;
}
.list_box	{
	overflow: hidden;
	width: calc(100% - 80px);
	margin: 0 auto;
}

#list_area ul	{
	position: relative;
	width: 100%;
}
.list_area ul	{
	position: relative;
	width: 100%;
}

#list_area li	{
	width: 100%;
	float: left;
 font-size: 16px;
	position: absolute;
}
.list_area li	{
	width: 100%;
	float: left;
 font-size: 16px;
	position: absolute;
}

#list_area li .archive-list-title {
 font-size: 16px;
 font-weight: bold;
 line-height: 1.4;
 display: inline-block;
}
.list_area li .archive-list-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
}
   
#prev_shop:before {
 content: url(../img/square-left-white.png);
 vertical-align: sub;
}
.prev_shop:before {
    content: url(../img/square-left-white.png);
    vertical-align: sub;
}

#next_shop:before {
 content: url(../img/square-right-white.png);
 vertical-align: sub;
}
.next_shop:before {
    content: url(../img/square-right-white.png);
    vertical-align: sub;
}

#prev_shop:hover, #next_shop:hover	{ cursor: pointer;}
.prev_shop:hover, .next_shop:hover	{ cursor: pointer;}

@media all and (orientation: landscape) {
	/* 横向き */
	#list_area, #list_box, #list_area ul, #list_area li	{
		height: 76px;
	}
	.list_area, .list_box, .list_area ul, .list_area li	{
		height: 76px;
	}

	#prev_shop, #next_shop	{
		height: 66px;
		line-height: 66px;
	}
	.prev_shop, .next_shop	{
		height: 66px;
		line-height: 66px;
	}
}

@media all and (orientation: portrait) {
	/* 縦向きの */
	#list_area, #list_box, #list_area ul, #list_area li	{
		height: 116px;
	}
	.list_area, .list_box, .list_area ul, .list_area li	{
		height: 116px;
	}

	#prev_shop, #next_shop	{
		height: 100px;
		line-height: 100px;
	}
	.prev_shop, .next_shop	{
		height: 100px;
		line-height: 100px;
	}
}
#prev_shop, #next_shop	{
	position: absolute;
	width: 30px;
	background-color: #009bdd;
	color: #FFF;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
.prev_shop, .next_shop	{
	position: absolute;
	width: 30px;
	background-color: #009bdd;
	color: #FFF;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

#prev_shop	{
	top: 8px;
	left: 0;
}
.prev_shop	{
	top: 8px;
	left: 0;
}

#next_shop	{
	top: 8px;
	right: 0;
}
.next_shop	{
	top: 8px;
	right: 0;
}

#prev_shop.dis, #next_shop.dis	{
	background-color: #6DBCDB;
	color: #FFF;
}
.prev_shop.dis, .next_shop.dis	{
	background-color: #6DBCDB;
	color: #FFF;
}

.hide {
	display: none;
}
#list_box ul {
 list-style: none;
 display: block;
 overflow: hidden;
 padding-left: 0;
 padding-top: 0.625rem;
}
.list_box ul {
    list-style: none;
    display: block;
    overflow: hidden;
    padding-left: 0;
    padding-top: 0.625rem;
}
   
/**
* ドロワー開放時のスタイル
**/
@media(max-width: 1280px){
    body.drawer-opened #page{
        /*left: -60%;*/
        box-shadow: 1px 0 2px #fff;
        -webkit-box-shadow: 1px 0 2px #fff;
    }
    body.drawer-opened .fixed-content{
        left: -60%;
    }
    body.drawer-opened #drawernav{
        right: 0;
        z-index:10;
    }
    body.drawer-opened #humberger .icon-bar{
        background: #fff;
    }
    body.drawer-opened #humberger :nth-child(1){
        transform:translate(0,8px) rotate(45deg);
        -webkit-transform:translate(0,8px) rotate(45deg);
    }
    body.drawer-opened #humberger :nth-child(2){
        transform:translate(-20px ,0);
        -webkit-transform:translate(-20px ,0);
        opacity:0;
    }
    body.drawer-opened #humberger :nth-child(3){
        transform:translate(0,-8px) rotate(-45deg);
        -webkit-transform:translate(0,-8px) rotate(-45deg);
    }
    body.drawer-opened #overlay{
        z-index: 3;
        opacity: 0.3;
        left: -60%;
    }
}
