@charset  "utf-8";
/**************************************************************
	0. Common
**************************************************************/
* {
	-webkit-box-sizing: border-box; /* Google Chrome、Safari向け */
	-moz-box-sizing: border-box; /* Firefox向け */
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #313131;
	font: 14px/1.6 メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	-moz-text-size-adjust: none; /*フォントの種類の違いによるサイズのバラつきを調整して、テキストを読みやすくする */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}


a {
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all; /* all 変化を適用できるプロパティすべてが変化する（初期値）*/
	color: inherit; /*この値は、通常では継承しない親要素のプロパティでも強制的に継承させる事ができる*/
}

a:hover {
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);

	-khtml-opacity: .7;
	-moz-opacity: .7;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

img {
	vertical-align: bottom;
}

#pagetop {
	bottom: 20px;
	cursor: pointer; /*要素にカーソルを合わせたときに指アイコンにする */
	padding: 5px;
	position: fixed;
	right: 10px;
	color: #ff7c7c;
	background: #fff;
	border-radius: 100%; /* 角丸。完全な丸にする */
	width: 50px;
	height: 50px;
}

#pagetop i {
	display: block;

	position: absolute;
	top: 1px;
	left: 2px;
	font-size: 50px;
}

.text-layout {
	display: inline-block;
}

/**************************************************************
	1. Typography
**************************************************************/
h1 {
	font-size: 32px;
}

h2 {
	margin: 0;
	font-size: 22px;
	font-weight:normal;
	line-height: 1.5em;
}

h3 {
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.5em;
}

h4 {
	font-size: 16px;
	margin: 15px 0;
	line-height: 1.5em;
}

p {
	margin: 20px 0;
	line-height: 1.5em;
}

/**************************************************************
	2. Container
**************************************************************/
#container {
}

.inner {
	width: 960px;
	margin: 0 auto;
}

/**************************************************************
	3. Header area
**************************************************************/
#header {
}

#header h1 {
	margin-top: 5px;
	color: #999;
	height: 25px;
	font-weight: 400;
	font-size: 13px;
}

#header .logo {
	float: left;
}

#header .logo a {
}

#header .logo img {
	margin-bottom: 5px;

}

/* Sub Navigation */

#header .sNav {
	float: right;
	background: #f4f4f4;
}

#header .sNav ul {
	
}

#header .sNav li {
	float: left;
	height: 30px;
	line-height: 30px;
	width: 130px;
	text-align: center;
}

#header .sNav li a {
	position: relative;
	font-size: 14px;
	text-align: center;
	display: block;
	text-decoration: none;
}

#header .sNav li a:hover {
	color:#39cb99
}

/**************************************************************
	4. Global navigation
**************************************************************/
#gNav.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	border-bottom: #f6f6f6 5px solid;
}

#gNav {
	background: #FFF;
	margin-bottom: 10px;
	z-index:100;
}



#gNav #nav-btn {
	display: none;
}

#gNav .panel {
}

#gNav ul {
}

#gNav li {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 128px;
	text-align: center;
	border-left: #e5e5e5 1px solid;
}

#gNav li:last-child {
	border-right: #e5e5e5 1px solid;
}

#gNav li.public {
	width: 192px;
}

#gNav li a {
	position: relative;
	font-size: 16px;
	text-align: center;
	display: block;
	text-decoration: none;
}

#gNav li.home a:hover {
	color: #39cb99;
}

#gNav li.restaurant a:hover {
	color: #f28b4d;
}

#gNav li.shopping a:hover {
	color: #e96c8c;
}

#gNav li.leisure a:hover {
	color: #3eabe9;
}

#gNav li.stay a:hover {
	color: #abba43;
}

#gNav li.public a:hover {
	color: #b36255;
}

#gNav li.other a:hover {
	color: #e7b506;
}

/* Icon */

.fa {
	margin-right: 8px;
}

.fa-home {
	color: #39cb99;
}

.fa-cutlery {
	color: #f28b4d;
}

.fa-shopping-bag {
	color: #e96c8c;
}

.fa-train {
	color: #3eabe9;
}

.fa-suitcase {
	color: #abba43;
}

.fa-building {
	color: #b36255;
}

.fa-hand-o-right {
	color: #e7b506;
}

/**************************************************************
	5. Movie area
**************************************************************/

#top_movie,#pagetitle {
	width: 100%;
	margin-bottom: 20px;
	background: #ebebeb;
	text-align: center;
}

.switch {
    visibility: hidden;
}
/**************************************************************
	6. Contents area
**************************************************************/

#contents {
	margin-bottom: 30px;
}

#main figure.left-box {
	float: left;
}

#main figure.right-box {
	float: right;
}




#main div.center-box {
	text-align: center;
}

#main div.right-box {
	margin: 0;
	text-align: right;
}

/*写真 hover時にふわっと明るくなる*/

figure a img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


figure a:hover img {
	opacity: .7;
}





/*toppage */
div.genrelist figure {
	padding: 0 2px;
	width: 33%;
	box-sizing: border-box;
}

div.iccard figcaption p {
	margin: 3px 0 20px 0;
	text-align: right;
}

figure a img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/*shoplist */



div.shoplist figure {
	margin-bottom: 15px;
	padding-right:10px;
	width:25%;
	box-sizing: border-box;
}

div.shoplist figure:last-child {
	padding-right:0;
}
div.shoplist figure img {
	width: 100%;
	height: 64%;
	object-fit: cover;
}

div.shoplist figcaption p {
	margin-top: 10px;
	line-height: 1.4em;
}

div.shoplist figcaption p > span {
	margin-bottom: 10px;
	padding: 3px 7px;
	background: #ec7e3c;
	font-size: 13px;
	color: #FFF;
	line-height: 2em;
}

div.shopping figcaption p > span {
	background: #e96c8c;
}

div.leisure figcaption p span {
	background: #3eabe9;

}

div.stay figcaption p span {
	background: #94ba43;

}

div.public figcaption p span {
	background:#ca6656;

}

div.other figcaption p span {
	background:#e7b506;

}


/* pankuzu list */
nav#pankuzu{
	margin-bottom: 20px;
	clear: both;
	font-size: 14px;
	overflow:hidden;
	text-align: left;
	}
	
nav#pankuzu ol li {
	background:url(../images/pankuzu.png)  no-repeat left center;
    display: inline;
    margin: 0 0 0 9px;
    padding: 0 0 0 18px;
}

nav#pankuzu ol li a {
	text-decoration:none;
}

nav#pankuzu ol li:first-child {
    background: none;
    margin: 0;
    padding: 0;
}

nav#pankuzu a:hover {
    color: #39cb99;
}

nav#pankuzu a:visited {
	color: #39cb99;
	
}

/*css3のflexboxを使って高さを揃える　*/
.height {
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: stretch;
}

/* 店舗紹介ページ　スライダー　*/
#main div.slider {
	margin: 0 auto;
	padding:10px 0 25px 0;
	width: 560px;
	text-align: center;
}

/* 店舗紹介ページ　写真　*/
#main div.photo {
	margin: 30px auto;
	padding:0;
	width: 560px;
	text-align: center;
}


/* 店舗紹介ページ　詳細情報 */
dl.shop_info {
	width: 100%;
	overflow: hidden;

	border-top: 1px dotted #b5b5b6;
}
dl.shop_info dt {
	width: 13em;
	padding-left:2em;
	padding-right: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
dl.shop_info dd {
	padding-left: 18em;
	padding-right: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #b5b5b6;
}

/* 詳細情報のなかのテーブル　*/
dl.shop_info table {
	margin-bottom: 10px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

dl.shop_info table th {

	padding: 7px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
dl.shop_info table td {

	padding: 5px 8px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* 協賛店一覧 */
div.list dl {
	width: 100%;
	overflow: hidden;

	border-top: 1px dotted #b5b5b6;
}

div.list dl dt {
	width: 31em;
	padding-left:2em;
	padding-right: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	line-height:1.4em;
}

div.list dl dd {
	padding-left: 32em;
	padding-right: 2em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #b5b5b6;
	line-height:1.4em;
}

div.list span {
	margin-right: 7px;
	margin-bottom: 10px;
	padding: 1px 6px;
	font-size: 13px;
	color: #FFF;
	line-height: 2em;
}

div.list span.restaurant {
	background: #fb9559;
}

div.list span.leisure {
	background: #3eabe9;
}

div.list span.shopping {
	background: #e96c8c;
}

div.list span.stay {
	background: #94ba43;
}

div.list span.public {
	background: #ca6656;
}

div.list span.other {
	background: #e7b506;
}



/* グーグルマップ　*/
#googlemaps {
	margin: 30px 0 0 0;
	width:100%;
	height:400px;
	position:relative;
}


/* Button */
.btn {
	display: inline-block;
	margin: 20px 0;
	width: 250px;
	height: 50px;
	font-size: 138.5%;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	background-color: #ff7c7c;
	border-radius: 8px;
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px; /* Firefox用 */ 
}

.btn:hover {
	background-color: #ff0000;
}

.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* Back Button */
.btn_back {
	display: inline-block;
	width: 250px;
	height: 50px;
	font-size: 138.5%;
	color: #797979;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	background-color: #dcdcdc;
	border-radius: 8px;
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px; /* Firefox用 */ 
}

.btn_back:hover {
	background-color: #ff7c7c;
	color: #FFF;
}

.btn_back::before,
.btn_back::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn_back,
.btn_back::before,
.btn_back::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/* Tab（食べる） */
.tab {
	overflow:hidden;
	margin: 30px 0;
}

.tab li {
	margin-right:9px;
	float:left;
	width: 152px;
	box-sizing: border-box;
	padding: 8px 25px;
	background:#dcdcdc;
	color: #797979;
	font-size: 18px;
	text-align: center;
}

.tab li:last-child {
	margin-right:0;
}

.tab li.select {
	background:#fb9559;
	color: #FFF;
}

.tab + .content li {
    display: none;
}

.tab + .content li.select {
    display: block;
}

/* Tab（買う） */

.shoppingtab li.select {
	background:#e96c8c;
	color: #FFF;
}


/* Tab（公共施設） */

.publictab li {
	margin-right:10px;
	width: 310px;
}

.publictab li.select {
	background:#ca6656;
	color: #FFF;
}


/* Tab（協賛店一覧） */
.listtab {
	overflow:hidden;
	margin: 30px 0;
}
.listtab li {
	margin-right:10px;
	width: 128px;
}

.listtab li.select {
	background:#54b695;
	color: #FFF;
}

/* SNSボタン　*/
div.sns {
	padding:25px 0; 
}


/* FaceBook Shea Button */
div.fb-share-button {
	line-height: 1;
	vertical-align: baseline; 
}

.fb_iframe_widget {
	padding:0;
	vertical-align: top;
	top:-2px;
}



/**************************************************************
	7. Footer area
**************************************************************/
#footer {
	background: #ebebeb;
	text-align: center;
}

#footer .inner {
	padding: 15px 0;
	text-align: center;
}

#footer p {
	margin: 10px;
}

#footer .copyright {
	margin: 20px auto 0;
	font-size: 11px;
	color: #787878;
}

#footer .copyright a {
	
	text-decoration: none;
}

/* Footer Navigation */

#footer nav#fNav {
	margin: auto;
}


#fNav ul {
	width: 370px;
	margin: auto;
}

#fNav ul li {
	float: left;
	display: inline-block;
	font-size: 14px;
	border-right: 1px solid #a0a0a0;
}


#fNav ul li:last-child {
	border-right: none;
}


#fNav ul li a {
	display: block;
	padding: 0 1em;
	text-align: center;
	display: block;
	text-decoration: none;	
}


#fNav li a:hover {
	color:#39cb99
}

.pdf_layout {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	text-align: center;
}

/**************************************************************
	8. Responsive
**************************************************************/
@media screen and (max-width: 767px) {
	/**************************************************************
			0. Common
		**************************************************************/
	body {
		font-size: 16px;
	}
	
	/**************************************************************
			1. Typography
		**************************************************************/
	h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	h3 {
		font-size: 16px;
		margin-bottom: 16px;
	}

	/**************************************************************
			2. Container
		**************************************************************/
	.inner {
		width: 100%;
		padding: 0 5px;
	}
	/**************************************************************
			3. Header area
		**************************************************************/
	#header {
		position: fixed;
		top: 0;
		z-index: 1;
		width: 100%;
		background: #fff;
	}

	#header .inner {
		padding: 10px 5px;
	}

	#header h1 {
		display: none;
	}

	#header .logo {
		float: none;
		text-align: center;
	}

	#header .logo img {
		max-width: 180px;
	}
	
	#header .sNav {
		display: none;
	}
	
	#header .logo img {
	margin-bottom: 0;

	}
	
	/**************************************************************
			4. Global navigation
		**************************************************************/
	#gNav {
		width: 100%;
		margin: 0;
	}

	#gNav.fixed {
		position: fixed;
		top: 0;
		z-index: 100;
	}

	#gNav .inner {
		padding: 0;

	}

	#gNav #nav-btn {
		display: block;
		position: relative;
		background: #eaeaea;
		color: #5e5e5e;
		height: 44px;
		font-size: 16px;
		line-height: 2.5;
	}

	#gNav #nav-btn i {
		position: relative;
		top: 6px;
		left: 8px;
	}
	#gNav #nav-btn span {
	position: absolute;
	top: 2px;
	left: 45px;
	}
	#gNav .panel {
		display: none;
		padding: 0 10px;
	}
	
	#gNav li {
		float: none;
		border-left: none;
		border-bottom: #e5e5e5 1px solid;
		width: 100%;
	}

	#gNav li:last-child {
		border-right: none;
		border-bottom: none;
	}
	
	#gNav li a {
		text-align: left;
		padding-left: 1.8em;
	}
	
	#gNav li a:before,#gNav li:last-child a:after {
		display: none;
	}
	
	/**************************************************************
			6. Contents area
		**************************************************************/
	#top_movie img.switch {
		width: 100%
	}
	
	figure img {
		width: 100%

	}
	/*toppage */
	div.genrelist figure {
		width: 50%;
}
	/*shoplist */
	div.shoplist figure {
		padding-right:15px;
		width:50%;
		box-sizing:border-box;
	}
	
	/* Button */
	.btn,.btn_back {
		width: 220px;
		height:37px;

		font-size: 100%;
		line-height: 37px;
	}
	

	/* Tab */
	.tab ul {
		width: 100%;
	}
	
	.tab li {
		margin-right:3px;
		margin-bottom:3px;
		padding: 7px 0px;
		width: 48%;
		box-sizing: border-box;
		font-size: 16px;
	}
	
	/* 店舗紹介ページ　写真*/
	
	#main div.photo {
		width: 100%;
	}
	#main div.photo img {
		width: 100%;
	}
	
	/* 店舗紹介ページ　スライダー*/
	#main div.slider {
		width: 100%;
		padding: 0 0 20px 0;
	}
	
		.swiper-container,.swiper-wrapper {
		width: 100%;
	}
	
	.swiper-container,.swiper-wrapper img {
		width: 100%;
	}
	
	/* 店舗紹介ページ　詳細*/
	dl.shop_info {
		border-top: none;
	}
	dl.shop_info dt {
		width: auto;
		padding-left:1em;
		padding-right: 1em;
		float: none;
		background: #efefef;
	}
	dl.shop_info dd {
		padding-left: 1em;
		padding-right: 1em;
		border-bottom: none;
		margin-bottom: 15px;
	}

	/* 協賛店一覧　*/
	div.list dl {
		border-top: none;
	}
	div.list dl dt {
		width: auto;
		padding-left:1em;
		padding-right: 1em;
		float: none;
		background: #efefef;
	}
	div.list dl dd {
		padding-left: 1em;
		padding-right: 1em;
		border-bottom: none;
		margin-bottom: 15px;
	}

	/**************************************************************
			7. Footer area
		**************************************************************/
	#footer p {
		font-size: 12px;
	}
	
	#footer .copyright {
		margin: 20px auto 0;
		font-size: 11px;
		color: #787878;
	}
	
	#fNav ul li {
		font-size: 13px;
	}
}


/**************************************************************
	600px
**************************************************************/
@media screen and (max-width: 600px) {
	img.responsive {
		width: 100%;
	}
}
