﻿@charset 'utf-8';

/* base */
body {
	min-width: 320px;
}
img {
	max-width: 100%;
}
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #603813;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #603813;
}
a:hover {
	text-decoration: none;
	color: #603813;
}
a img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
a:hover img {
	opacity: .8;
}
#wrap {
	line-height: 1.8;
	font-size: 1.6em;
	color: #000;
}

/* header */
.header {
	width: 100%;
	max-width: 980px;
	padding-top: 30px;
	margin: 0 auto;
    position: relative;
    z-index: 1;
}
.header .logo {
	float: left;
	margin-top: 5px;
	line-height: 1.0;
    max-width:310px;
}
.gnav {
	text-align: right;
	font-size: 0;
}
.gnav>li {
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 1.2;
}
.gnav>li a,
.gnav>li span {
	position: relative;
	z-index: 10;
	display: block;
	padding: 31px 6px 15px;
	text-decoration: underline;
	font-weight: bold;
	color: #603813;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.gnav>li a:hover,
.gnav>li span:hover,
.gnav>li.on span {
	background-position: center bottom;
	background-repeat: no-repeat;
	color: rgba(96, 56, 19, .5);
    background-image: url(../image/category.png);
}

.gnav>li:nth-child(2) span:hover,
.gnav>li.acordion-area.on span,
.sp-nav>li:nth-child(2) span {
	background-image: url(../image/area.png);
}
.gnav>li:nth-child(3) a:hover,
.sp-nav>li:nth-child(3) a {
	background-image: url(../image/event.png);
}
.gnav>li:nth-child(4) a:hover,
.sp-nav>li:nth-child(4) a {
	background-image: url(../image/jimukyoku.png);
}
.gnav>li:nth-child(5) a:hover,
.sp-nav>li:nth-child(5) a {
	background-image: url(../image/card.png);
}
.gnav li.acordion-category,
.gnav li.acordion-area {
	position: relative;
	z-index: 999;
}
.gnav li span {
	cursor: pointer;
}
.gnav li ul {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	width: 260px;
	background: #FFF;
	border-radius: 10px;
	margin: 0;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 7px 7px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, .2);
}
.gnav li.acordion-area ul {
	width: 200px;
}
.gnav li ul::before {
	content: '';
	position: absolute;
	top: -25px;
	left: 15px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 15px solid #FFF;
}
.gnav li.on ul {
	display: block;
	opacity: 1;
}
.gnav li ul li {
	text-align: left;
}
.gnav li ul li a,
.gnav li.on ul li a {
	display: block;
	background-position: 10px center;
	-webkit-background-size: auto 40px;
	background-size: auto 40px;
	padding: 12px 10px 10px 60px;
	text-decoration: none;
	line-height: 1.4;
}

.gnav .acordion-category .eat,
.sp-nav.acordion-category .eat{
	background-image: url(../image/gourmet.png);
}
.gnav .acordion-category .food,
.sp-nav .acordion-category .food{
	background-image: url(../image/food.png);
}
.gnav .acordion-category .cake,
.sp-nav .acordion-category .cake{
	background-image: url(../image/cake.png);
}
.gnav .acordion-category .life,
.sp-nav .acordion-category .life{
	background-image: url(../image/life.png);
}
.gnav .acordion-category .fashion,
.sp-nav .acordion-category .fashion{
	background-image: url(../image/fashion.png);
}
.gnav .acordion-category .lodge,
.sp-nav .acordion-category .lodge{
	background-image: url(../image/lodge.png);
}

.gnav .acordion-category .beauty,
.sp-nav .acordion-category .beauty{
	background-image: url(../image/beauty.png);
}

.gnav .acordion-category .medical,
.sp-nav .acordion-category .medical{
	background-image: url(../image/medical.png);
}

.gnav .acordion-area ul li a,
.sp-nav .acordion-area ul li a {
	background-image: url(../image/komaganeEria.png);
}
.gnav .acordion-area ul li:nth-child(2) a,
.sp-nav .acordion-area ul li:nth-child(2) a {
	background-image: url(../image/iijimaEria.png);
}
.gnav .acordion-area ul li:nth-child(3) a,
.sp-nav .acordion-area ul li:nth-child(3) a {
	background-image: url(../image/nakagawaEria.png);
}
/* スマホ用ナビ */
/* background */
.drawer--left .drawer-hamburger {
	display: none;
	top: 5px;
	left: auto;
	right: 5px;
	width: 3rem;
	background: #a2e274;
	border-radius: 0;
	padding: 12px 8px 22px;
}
.drawer--left.drawer-open .drawer-hamburger {
	left: auto;
	right: 5px;
}
/* line */
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #FFF;
}
.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.drawer-overlay {
	background-color: rgba(0, 0, 0, .3);
}
.drawer-nav {
	display: none;
}
/* menu */
.drawer--left .drawer-nav {
	display: none;
	left: -260px;
	width: 260px;
	background: #FFF;
}
.drawer-menu {
	padding: 20px 10px;
}
.drawer--left .drawer-nav>li {
	margin-bottom: 50px;
}
.drawer--left.drawer-open .drawer-nav {
	left: 0;
}
.sp-nav>li a,
.sp-nav>li span {
	display: block;
	background-position: left center;
	-webkit-background-size: 70px;
	background-size: 70px;
    background-image: url(../image/gourmet.png);
	padding: 20px 6px 4px 70px;
	font-size: 1.25em;
	font-weight: bold;
	color: #603813;
}
.sp-nav>li span{
    background-image: url(../image/category.png);
}
.sp-nav li ul {
	padding-left: 30px;
}
.sp-nav li ul li a {
	-webkit-background-size: 40px;
	background-size: 40px;
	padding: 7px 10px 5px 50px;
	font-size: 1.0em;
}
@media screen and (max-width: 680px){
	.gnav {
		display: none;
	}
	.drawer--left .drawer-hamburger,
	.drawer--left .drawer-nav {
		display: block;
	}
}
@media screen and (max-width: 480px){

}

/* contents */
.topic-path {
	width: 100%;
	max-width: 900px;
	padding: 5px 16px;
	margin: 0 auto 25px;
	font-size: .85em;
}
.content {
}
#wrap .box {
	width: 100%;
	max-width: 980px;
	padding: 0 10px;
	margin: 0 auto;
}
.title {
	position: relative;
	z-index: 10;
	text-align: center;
	font-size: 2em;
	line-height: 1.4;
	color: #F48733;
}
.title a {
	color: #F48733;
}
.imgleft::after,
.imgright::after,
.clearfix::after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}

/* footer */
.footer {
	background: url(../image/footer.png) no-repeat;
    -webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	padding: 94px 10px 20px;
	line-height: 1.4;
}
.footer ul {
	margin-bottom: 10px;
}
.footer ul li {
	display: inline-block;
	margin: 0 5px;
	color: #603813;
}
.footer small {
	font-size: .85em;
}

.right-button .search {
	position: fixed;
	top: 244px;
    width:90px;
    height:116px;
	right: -30px;
	-webkit-transition: right .3s;
	transition: right .3s;
    z-index:10;
}
.right-button .search:hover {
	right: -20px;
}
.right-button .search::before {
	content: url(../image/search.png);
	position: absolute;
	z-index: 1;
	top: -85px;
	left: -10px;
	width: 79px;
	height: 107px;
}
.right-button .search a {
	position: relative;
	z-index: 10;
	display: block;
	background: #F48733;
	border: 2px solid #FBCFAD;
	border-radius: 12px 0 0 12px;
	padding: 8px 40px 8px 2px;
	text-align: center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-decoration: none;
	line-height: 1.4;
	color: #FFF;
}
.right-button .search a span {
	color: #9F3E91;
}


@media screen and (max-width: 980px){
	.content {
		height: auto;
		min-height: inherit;
		padding-bottom: 60px;
	}
	#wrap .box {
		background-position: left 30px;
		-webkit-background-size: auto 50px;
		background-size: auto 50px;
	}
}
@media screen and (max-width: 880px){

    .header .logo,
	.gnav{
		float:none;
	}
    .gnav{
		text-align:center;
	}
}
@media screen and (max-width: 680px){
	.header{
        padding-top:8px;
	}
    #wrap .box {
		padding: 8px;
	}

}
@media screen and (max-width: 480px){
    .header .logo {
		float: none;
		text-align: center;
        max-width: 260px;
	}

}
@media screen and (max-width: 400px){
	.gnav li a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/*main*/
.main{
    min-height:calc(100vh - 300px)
}
/* mainimg */
.firstview {
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
}
.firstview .gif-img {
	margin-top: -100px;
    width:100%;
}
.ina {
	position: absolute;
	top: 40%;
    right: 0;
    width: 6%;
    max-width: 50px;
}

@media screen and (max-width: 680px){

    .firstview .gif-img {
        margin-top: 0px;
    }
}


.gray-wrap {
	background:url(../image/gray.jpg) repeat;
	padding: 16px 0;
	margin-bottom: 20px;
	box-shadow: 0 7px 5px rgba(0, 0, 0, .3);
}
.category {
	margin-bottom: 30px;
}
.category .title {
	width: 410px;
	padding: 22px 65px 10px;
	margin: 0 auto;
	background: url(../image/inu_face.png) left center no-repeat,
		url(../image/neko_nozoku.png) right center no-repeat;
}
.category ul {
	text-align: center;
	font-size: 0;
}
.category li {
	display: inline-block;
	text-align: center;
	margin: 0 5px;
}
.category li a {
	display: block;
	position: relative;
	min-width: 100px;
	padding: 110px 0 0;
	text-decoration: none;
	font-size: 18px;
}
.category li a::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	width: 100px;
	height: 100px;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.category .eat::before{
    background-image: url(../image/gourmet.png);
}
.category .food::before {
	background-image: url(../image/food.png);
}
.category .cake::before {
	background-image: url(../image/cake.png);
}
.category .life::before {
	background-image: url(../image/life.png);
}
.category .fashion::before {
	background-image: url(../image/fashion.png);
}
.category .lodge::before {
	background-image: url(../image/lodge.png);
}
.category .beauty::before {
	background-image: url(../image/beauty.png);
}
.category .medical::before {
	background-image: url(../image/medical.png);
}
.category li a:hover::before {
	-ms-animation: .8s tobu ease;
	-moz-animation: .8s tobu ease;
	-webkit-animation: .8s tobu ease;
	animation: .8s tobu ease;
}

.area .title {
	width: 410px;
	padding: 22px 80px 10px;
	margin: 0 auto;
	background: url(../image/inu_fly.png) left center no-repeat,
		url(../image/neko_stay.png) right center no-repeat;
}
.area ul {
	text-align: center;
	font-size: 0;
}
.area li {
	display: inline-block;
	text-align: center;
	margin: 0 25px;
}
.area li a {
	display: block;
	position: relative;
	padding: 26px 0 32px 130px;
	text-decoration: none;
	font-size: 20px;
}
.area li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	height: 110px;
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-image: url(../image/komaganeEria.png);
}
.area li:nth-child(2) a::before {
	background-image: url(../image/iijimaEria.png);
}
.area li:nth-child(3) a::before {
	background-image: url(../image/nakagawaEria.png);
}
.area li a:hover::before {
	-ms-animation: .5s gtgt ease;
	-moz-animation: .5s gtgt ease;
	-webkit-animation: .5s gtgt ease;
	animation: .5s gtgt ease;
}

@-ms-keyframes tobu {
	0% {transform: translate(-50%, 0);}
	30% {transform: translate(-50%, -30px);}
	60% {transform: translate(-50%, 0);}
	80% {transform: translate(-50%, -5px);}
	100% {transform: translate(-50%, 0);}
}
@-moz-keyframes tobu {
	0% {transform: translate(-50%, 0);}
	30% {transform: translate(-50%, -30px);}
	60% {transform: translate(-50%, 0);}
	80% {transform: translate(-50%, -5px);}
	100% {transform: translate(-50%, 0);}
}
@-webkit-keyframes tobu {
	0% {transform: translate(-50%, 0);}
	30% {transform: translate(-50%, -30px);}
	60% {transform: translate(-50%, 0);}
	80% {transform: translate(-50%, -5px);}
	100% {transform: translate(-50%, 0);}
}
@keyframes tobu {
	0% {transform: translate(-50%, 0);}
	30% {transform: translate(-50%, -30px);}
	60% {transform: translate(-50%, 0);}
	80% {transform: translate(-50%, -5px);}
	100% {transform: translate(-50%, 0);}
}

@-ms-keyframes gtgt {
	0% {transform: rotate(10deg);}
	25% {transform: rotate(-10deg);}
	50% {transform: rotate(10deg);}
	75% {transform: rotate(-10deg);}
	100% {transform: rotate(10deg);}
}
@-moz-keyframes gtgt {
	0% {transform: rotate(10deg);}
	25% {transform: rotate(-10deg);}
	50% {transform: rotate(10deg);}
	75% {transform: rotate(-10deg);}
	100% {transform: rotate(10deg);}
}
@-webkit-keyframes gtgt {
	0% {transform: rotate(10deg);}
	25% {transform: rotate(-10deg);}
	50% {transform: rotate(10deg);}
	75% {transform: rotate(-10deg);}
	100% {transform: rotate(10deg);}
}
@keyframes gtgt {
	0% {transform: rotate(10deg);}
	25% {transform: rotate(-10deg);}
	50% {transform: rotate(10deg);}
	75% {transform: rotate(-10deg);}
	100% {transform: rotate(10deg);}
}

@media screen and (max-width: 480px){
    .category .title,
    .area .title{
        font-size:1.5em;
    }
    .category .title{
        width:274px;
    }
    .area .title{
        width:300px;
    }
    .area li{
        margin-left: 0;
    }
    .area li a{
        padding-left:110px;
    }
    .area li a::before{
        width:100px;
    }
}



.news {
	float: left;
	margin-right: 2%;
	width: 49%;
}
.topics {
	float: left;
	width: 49%;
}
.news .title {
	background: url(../image/neko_new.png) left bottom no-repeat;
	padding-top: 50px;
}
.topics .title {
	background: url(../image/inu_info.png) right bottom no-repeat;
	padding-top: 50px;
}
.green-box {
	background: url(../image/green.jpg) center top repeat;
	padding: 10px;
}
.news .inner,
.topics .inner {
	overflow-y: auto;
	height: 218px;
}

@media screen and (max-width: 680px){
	.news,
    .topics {
		float:none;
        width:100%;
	}
}




.links {
	overflow: hidden;
	max-width: 860px;
	margin: 24px auto 16px;
}
.links .contact {
	float: left;
	position: relative;
	padding: 30px 0 25px 90px;
}
.links .contact::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 103px;
	height: 125px;
	background: url(../image/mail.png) left bottom no-repeat;
}
.links .contact:hover::before {
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.links .contact a {
	display: block;
	position: relative;
	z-index: 10;
	width: 230px;
	background: #F48733;
	border: 2px solid #FBCFAD;
	padding: 13px 5px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 1.5em;
	color: #FFF;
	box-shadow: 3px 5px 15px rgba(0, 0, 0, .3);
}
.links .contact a::after {
	content: '';
	display: inline-block;
	width: 31px;
	height: 22px;
	background: url(../image/mail_icon.png) center no-repeat;
	margin-left: 5px;
}
.links .contact:hover a::after {
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}
.links .sns {
	float: right;
	overflow: hidden;
	margin-top: 30px;
}
.links .sns li {
	float: left;
	margin-right: 48px;
}
.links .sns li:last-child {
	margin-right: 0;
}
.links .sns li img {
	-webkit-transition: transform .6s;
	transition: transform .6s;
}
.links .sns li:hover img {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
@media screen and (max-width: 880px){
    .links .contact a{
		width:160px;
        font-size: 1.2em;
        padding: 8px 0px 0px;
	}
	.links .sns li{
		margin-right: 20px;
        width:72px;
	}
    .links .sns li:last-child{
		margin-right: 56px;
	}
}


@media screen and (max-width: 400px){
	.links .sns{
        margin:16px;
	}
    .links .sns li {
        margin-top: 8px;
    }
}
.banner {
	text-align: center;
	font-size: 0;
}
.banner li {
	display: inline-block;
	margin: 4px 10px;
}




/*--------------------------------
    search
--------------------------------*/
.form-wrap{
    width:100%;
}
.form-contents{
	max-width: 980px;
    margin: 32px auto 40px;
    padding: 0 16px;
}
.contents-title{
    font-size: 1.6em;
    line-height: 1.4;
    color: #F48733;
    margin-bottom:8px;
}
.form-contents label{
    color:#603813;
}

.form-contents li {
	overflow: hidden;
	width: 100%;
	margin-bottom: 8px;
    display: inline;
}

.namesearch-box{
    max-width:980px;
    margin-bottom: 8px;
}
.namesearch-box .shopname{
    font-size:1.6rem;
}

/* .check */
.check {
	overflow: hidden;
    margin-bottom: 8px;
}
.check dt {
	font-size:1em;
    color:#603813;
    font-weight:bold;
}



/*inputs*/
.namesearch-box input[type="text"]{
    width: 240px;
	height: 32px;
	padding: 4px;
    margin-left: 8px;
	font-size: 1em;
	border: 1px solid #e4e9e8;
	background-color: #f6f7f9;
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
	border-radius: 2px;
}

input[type=button] {
    border: 1px solid #4D4D4D;
	border-radius: 3px;
	text-transform: none;
	-webkit-appearance: button;
    width: 30px;
    height: 30px;
    margin-right: 4px;
    margin-left: 0;
    cursor: pointer;
}
.check_list input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin: 0 10px 12px 0;
    cursor: pointer;
}

@media (min-width: 1px) {
    .check_list input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .check_list input[type=checkbox] + label {
        padding-left: 24px;
        padding-top: 1px;
    }

    .check_list input[type=checkbox] + label::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 20px;
        height: 20px;
        margin-top: -11px;
        background: #f6f7f9;
    }

   .check_list input[type=checkbox] + label::before {
        border: 1px solid #e4e9e8;
    }

    .check_list input[type=checkbox]:checked + label::after {
        content: '';
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .check_list input[type=checkbox]:checked + label::after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@media screen and (max-width: 400px){
	.namesearch-box input[type=text]{
        display:block;
	}
}
/* seachbutton */
input.searchbutton {
	position: relative;
	width: 160px;
	height: 44px;
	margin: 0 auto;
}
input.searchbutton {
	display: block;
	background-color: #F48733;
	border: 2px solid #f4af33;
	border-radius: 4px;
	font-size: 1.6rem;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	box-shadow: 0px 4px #d56d1d;
}
input.searchbutton:hover {
	background-color: #f4af33;
}
input.searchbutton:active {
	top: 4px;
	padding-bottom: 0;
    box-shadow: none;
    -moz-box-shadow:none;
    -webkit-box-shadow: none;
}

/*map*/
.map-box {
	position: relative;
	border-top: 4px solid #73c300;
}
.map {
	width: 90%;
	height: calc(100vh - 220px);
    margin: 8px auto 0;
	background: #CCC;
}

/*map button*/
.close-btn,
.open-btn {
	position: absolute;
	right: 10%;
	width: 140px;
	background: #73c300;
	padding-right: 20px;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	cursor: pointer;

}
.close-btn {
	top: -30px;
}
.open-btn {
	top: 0;
}
.close-btn::before,
.close-btn::after,
.open-btn::before,
.open-btn::after {
	content: '';
	position: absolute;
	top: 12px;
	right: 10px;
	width: 10px;
	height: 2px;
	background: #FFF;
}
.close-btn::before {
	right: 16px;
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.close-btn::after {
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}
.open-btn::before {
	right: 16px;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}
.open-btn::after {
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.close-btn.off,
.open-btn.off {
	display: none;
}

/*search-result*/
.search-result-wrap{
    max-width:980px;
    margin: 16px auto;
}
.result-shop{
    padding-bottom: 16px;
}
.result-shop:last-child{
    border-bottom:none;
}
.result-shop dl {
	display: inline-block;
    border-left:6px dotted #73c300;
}


.result-shop dl dt {
	width: 2.8em;
    display: inline-block;
    margin-left:8px;
}
.result-shop dl dd {
	display: inline-block;
}

/*--------------------------------
    list
--------------------------------*/
.contents-list li {
	position: relative;
	padding: 7px 30px 5px 40px;
	margin-bottom: 20px;
}
.contents-list li::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	background: #a2e274;
	border-radius: 50%;
}
.contents-list li::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 14px;
	left: 17px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 8px solid #FFF;
}



/*--------------------------------
    category
--------------------------------*/

.shop-list-wrap{
    max-width:980px;
    margin: 16px auto;
    padding: 0 16px;
}
a.shop{
    padding-bottom: 40px;
    width: 100%;
    display: inline-block;
    text-decoration-line: none;
}
.shop-box:hover a.shop{
    color:#F48733;
}
.shop-img{
    display: inline-block;
    width: 168px;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 7px 7px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, .2);
}
.shop-text-box{
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
    max-width: calc(100% - 168px);
}
.shop-title-wrap{
    display:block;
}

.type,
.sub-shop-name,
.shop-name{
    display:inline-block;
    padding: 0 8px 4px 0;
    font-size: 1.25em;
}

.type,
.sub-shop-name{
    font-weight:normal;
}

.shop dl{
	display: inline-block;
    border-left:6px dotted #73c300;
    margin: 4px;
}
.shop dt {
	width: 2.8em;
    display: inline-block;
    margin-left:8px;
}
.shop dd {
	display: inline-block;
}

@media screen and (max-width: 560px){
    .shop-img {
        display: block;
        margin: auto;
    }
    .shop-text-box {
        display: block;
        max-width: 100%;
        padding-left: 0;
        padding-top: 8px;
    }

}




/*--------------------------------
    entry_shop
--------------------------------*/
/*title*/
.shop-title-box{
    max-width:980px;
    margin: 8px auto;
}
.shop-title{
    font-size: 1.14em;
    position: relative;
    display: inline-block;
    margin-left: 40px;
    padding: 0px 24px;
    border-bottom: 6px solid #73c300;
}
.shop-title::before{
    content: " ";
    background:url(../image/card.png);
    background-size:contain;
    width: 56px;
    height: 48px;
    top:0;
    left:0;
    position:absolute;
}
.shop-title h2{
    padding-left: 32px;
    font-weight: normal;
    line-height: 1.8;
}

/*photo*/
.photo-wrap{
    width: 100%;
    padding: 16px;
    overflow: hidden;
    background-image: url(../image/photo-bg.gif);
    background-repeat: repeat;
    margin-bottom: 20px;
}

.photo-area{
    max-width: 930px;
    margin: 10px auto;
    width:100%;
}

.main-photo-area{
    width: 480px;
    display: inline-block;
    float:left;
}

.main-photo-area img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 7px 7px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, .2);
}
.thumb-photo-area{
    width: 400px;
    display: inline-block;
    float:right;
}
.thumb-photos{
    width: 196px;
    margin-bottom: 16px;
    display: inline-block;
}
.thumb-photos .photo{

}
.thumb-photos img{
    width: 100%;
    height: auto;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 7px 7px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, .2);
}

/*shop-detail*/
.shop-detail-wrap{
    padding: 16px;
    background:url(../image/gray.jpg) repeat;
}

.shop-detail-box{
    margin:auto;
    max-width:930px;
    display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
     justify-content: space-between;
}
.shop-detail-left{
    width:470px;
    padding:8px;
    position:relative;
}
.shop-detail-left::before{
    content:url(../image/inu_face.png);
    display:block;
    position:absolute;
    left: 10px;
    top: -58px;

}

.shop-detail-left dt,
.shop-detail-left dd{
    display:inline-block;
}
.shop-detail-right{
    width:44%;
    padding-right: 16px;
}
.shop-map{
    width: 100%;
    margin:0 auto 24px;
    position:relative;
}
.shop-map iframe{
    width: 100%;
}
.shop-map::after{
    content:url(../image/neko_nozoku.png);
    display:block;
    position:absolute;
    right: -24px;
    top: 0;
}
.shop-detail-box .deals-list,
.shop-detail-box .sns {
	padding: 0.5em 0;
	 display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
   justify-content: space-between;
}
.shop-detail-box .deals-list li,
.shop-detail-box .sns li {
	display:inline-block;
}
.shop-detail-box .deals-list li{
    max-width: 176px;
}
.shop-detail-box .sns li{
    width: 64px;
}


.shop-detail-box .deals-list li img,
.shop-detail-box .sns li img {
	-webkit-transition: transform .6s;
	transition: transform .6s;
}
.shop-detail-box .deals-list li:hover img,
.shop-detail-box .sns li:hover img {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

@media screen and (max-width: 980px){
    .main-photo-area,
    .thumb-photo-area {
        width: 48%;
    }
    .shop-detail-left{
        width:49%;
    }
    .shop-detail-right{
        width:49%;
        padding-right: 16px;
    }
}
@media screen and (max-width: 900px) {
    .main-photo-area {
        width: 100%;
        height:100%;
        margin: 0 auto 10px;
        text-align: center;
    }

    .thumb-photo-area {
        float: none;
        width: 122%;
        margin: 10px auto 0;
    }
    .thumb-photos{
        width: 20%;
    }
}
@media screen and (max-width: 690px){
    .shop-detail-left{
        width:100%;
        margin-bottom:24px;
    }
    .shop-detail-right{
        width:100%;
        margin: auto;
    }
    .main-photo-area {
        width: 100%;
        height:100%;
        margin: 0 auto 10px;
    }

    .thumb-photo-area {
        float: none;
        width: 122%;
        margin: 10px auto 0;
    }
    .thumb-photos{
        width: 20%;
    }
}
@media screen and (max-width: 400px){
    .shop-title{
        font-size: 0.8em;
        margin-left:4px;
        padding-left: 16px;
    }
    .shop-title h2{
        line-height: 2.2;
    }
}



/*--------------------------------
    既存
--------------------------------*/

pre {
	white-space: pre-wrap ;
}

#entry{
    max-width: 980px;
    padding:16px;
    margin:8px auto;
    background:url(../image/gray.jpg) repeat;
    box-shadow: 0 7px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow:0 7px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow:0 7px 5px rgba(0, 0, 0, .3);
    padding-right: 50px;
}
#entry h1{
    font-size: 1.14em;
    border-bottom: 6px solid #73c300;
}
#entry th,
#entry td {
    padding:8px;
}

@media screen and (max-width: 600px) {
    #entry th,
    #entry td {
        display: block;
        width: 100%;
        text-align:center;
    }
}
/*--------------------------------
    temp
--------------------------------*/
.deals-wrap{
    border-top: 4px solid #73c300;
    max-width: 930px;
    margin:8px auto;
    padding: 8px;
}

.deals-wrap:last-child{
    border-bottom: 4px solid #73c300;
}
.deals-wrap::after{
    content: '';
	clear: both;
	display: block;
	height: 0;
}

.letter-box dt,
.letter-box dd{
    font-size: 1.4em;
    display:inline-block;
}
.letter-box dt{
    width:6.5em;
}
.letter-box dd{
	line-height: 1.4;
	color: #F48733;
}

.letter-box .letter-img{
    max-width:48%;
    margin-bottom: 10px;
    display: inline-block;
    float:left;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 7px 7px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, .2);
}
.letter-box .letter-img img{
    width:100%;
}
.letter-box .letter-text{
    display:inline-block;
    float:right;
    max-width:48%;
}


@media screen and (max-width: 690px){
    .letter-box .letter-img,
    .letter-box .letter-text{
        float:none;
        max-width: 96%;
        margin: 8px auto;
        display: block;
    }

}