/*css*/
@import "grid.css";
@import "font-awesome.css";
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

html, body {height:100%;}

body{
	background: #fff;
	background-image:url(../images/wall.png);
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #777;
	position: relative;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	/*font-family: 'Noto Sans Japanese';*/
	font-style: normal;
}
img{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:auto;
	max-width: 100%;
}
.img_fleft{
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.img_right{
	float: right;
	margin-left: 20px;
}
.f_left{
	float: left;
}
.f_right{
	float: right;
}
.wrapper{width: 100%; overflow: hidden; position: relative;}
.extra_wrap{overflow: hidden; display: block;}
a {
		color: #000;
		text-decoration: underline;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
a:hover {
					color: #777;
		text-decoration: none;
}
.btn{
	background: #e8adb6;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #fff;
	padding: 10px 18px 14px;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 20px;
}
	.btn:hover{
	color: #fff;
	text-decoration: none;
	}
/*========================================================
                    Titles
=========================================================*/
h2{
	color: #e8adb6;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 20px;
}
h3{
	font-size: 33px;
	line-height: 42px;
	font-weight: 500;
	color: #e8adb6;
	margin-bottom: 12px;
	}
h4{
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	color: #222;
	margin-bottom: 16px;
	}
	.second{
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
		}
h5{
	font-size: 18px;
	color: #e8adb6;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
}
h6{
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #222;
	margin-bottom: 16px;
	}
	h6 span{
	color: #e8adb6;
		}
h2 a, h3 a, h4 a, h5 a, h6 a{
	color: inherit;
}
	h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	}
p{
	clear:both;
	margin-bottom: 23px;
	}
.clearboth{
	clear:both;
}
	.m_0{margin-bottom: 0px;}
	.m_05{margin-bottom: 5px;}
	.m_10{margin-bottom: 10px;}
	.m_15{margin-bottom: 15px;}
	.m_20{margin-bottom: 20px;}
	.m_25{margin-bottom: 25px;}
	.m_30{margin-bottom: 30px;}
	.m_35{margin-bottom: 35px;}
	.m_40{margin-bottom: 40px !important;}
	.m_45{margin-bottom: 45px !important;}
	.m_50{margin-bottom: 50px;}
	.m_55{margin-bottom: 55px;}
	.m_60{margin-bottom: 60px;}
	.m_65{margin-bottom: 65px;}
	.m_70{margin-bottom: 70px;}
	.m_75{margin-bottom: 75px;}
	.m_80{margin-bottom: 80px;}
	.m_85{margin-bottom: 85px;}
	.m_90{margin-bottom: 90px;}


.list{
	margin-bottom: 50px;
	}
.list li{
	position: relative;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #e8adb6;
	margin-top: 10px;
	padding-left: 18px;
	}
		.list li:before{
			position: absolute;
			font-family: FontAwesome;
			content: "\f0da";
			color: #222;
			font-size: 16px;
			line-height: 16px;
			top: 4px;
			left: 0px;
			}
	.list li:first-child{
		margin-top: 0;
	}
	
.btn1 {
	text-align: center;
	font-size: 110%;
	line-height: 120%;
	text-decoration: none;
	color: #FFF;
	background-color: #DC98A2;
	padding: 20px 1%;
	display: inline-block;
	margin: 10px 0;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	border-radius:10px;
}
.btn1:hover {
	color: #FFF;
	background-color: #E9BABF;
}

.btn1 span {
	font-size: 200%;
	margin:-5px 10px 0 0;
}

.icon li {
	font-size:85%;
	margin-top:0.2em;
}
.icon li span {
	font-size:120%;
	color:#DC98A2;
}

.icon img {
	width:18px;
	margin-right:5px;
}

.data {
	padding:15px 5%;
	background-color:#FFF;
	margin:30px 0;
}
.data h5 {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.data p {
	padding:0;
	margin:0;
}

.staff_t {
	text-align:center;
}
.staff_t img {
	max-width:100%;
}
.staff {
	margin-bottom:30px;
}
.staff li.ph {
	width:35%;
	float:left;
}
.staff li.ph img {
	width:100%;
}
.staff li.mg {
	width:60%;
	float:right;
}
.staff li.mg p {
	background-color:#c1a592;
	color:#FFF;
	margin: 0 0 10px 0;
	padding:4px 4%;
	border-radius:5px;
	line-height:1.3em;
}

ul.shoplist li {
	margin: 10px 0 0 10px;
}
ul.shoplist li a.name {
	font-size:110%;
	font-weight:500;
	margin: 0 10px 0 0;
}
ul.shoplist li span {
	display:inline-block;
	*display: inline;  
	*zoom: 1;
	line-height:130%;
	background-color:#AAA;
	color:#FFF;
	border-radius:4px;
	padding: 2px 8px;
	font-size:80%;
	font-weight:500;
	margin: 0 10px 0 0;
}
ul.shoplist li span.city {
			display:inline-block;
			line-height:1.5em;
			padding:2px 20px;
			margin-right:10px;
			font-size: 14px;
			color: #FFF;
			font-weight:700;
			background-color:#E9ADB6;
			border-radius:5%;
}
ul.shoplist li span.you {
	background-color: #E39FC3;
}
ul.shoplist li span.wa {
	background-color: #9BB768;
}
ul.shoplist li span.cafe {
	background-color: #90BCD9;
}
ul.shoplist li span.pan {
	background-color: #C8A182;
}

@media only screen and (max-width: 767px) {
ul.shoplist li a.name {
	display:block;
}
}

/*========================================================
                    Header
=========================================================*/

header{
	width: 100%;
	background-color:transparent;
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
	text-align:center;
	}
h1{
	padding: 20px 0;
	}
h1 a:hover{
	text-decoration: none;
	}
h1 .slogan{
	display: block;
	}
/* search */
.search_form {
	position:absolute;
	top:20px;
	right:0;
	border: 1px solid #cbcac5;
	display: block;
	overflow: hidden;
	background: #fff;
	}
	.search_form input {
		border: none;
		outline: none;
		width: 300px;
		font-size: 14px;
		line-height: 22px;
		font-weight: 400;
		padding: 5px 0 10px 15px;
		line-height: 19px;
		color: #333;
		}
	.search_form a {
		display: block;
		float: right;
		color: #e8adb6;
		padding: 1px 12px 0 1px;
		font-size: 23px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		vertical-align: top;
		margin-left: 16px;
		}
		.search_form a:hover{
			color: #e8adb6;
			}
	.header_contacts{
		position:absolute;
		right:0;
		bottom:10px;
		overflow: hidden;
		padding: 0;
		text-align: right;
		}
		.header_contacts h6{
			display: inline;
			font-size: 12px;
			font-weight: 400;
			color: #222;
			text-align: right;
			}
			.header_contacts h6 span{
			vertical-align: top;
			color: #e8adb6;
				}
		.header_contacts h5{
			display: inline-block;
			position: relative;
			font-size: 30px;
			line-height: 42px;
			font-weight: 500;
			color: #222;
			text-align: right;
			padding-left: 35px;
			}
			.header_contacts h5:before{
				position: absolute;
				left: 0px;
				top: 10px;
				font-family: FontAwesome;
				content: "\f095";
				font-weight: normal;
				font-size: 30px;
				line-height: 30px;
				color: #e8adb6;
				}

.img_wrap {
	background-color:#FFF;
	z-index: 0;
	width: 100%;
	padding:10px 2%;
}
.img_wrap ul {
	width: 100%;
	max-width: 1170px;
	margin:auto;
	z-index: 0;
}
.img_wrap ul li {
	width:100%;
}
.img_wrap ul li img {
	width:100%;
}
@media only screen and (max-width: 767px) {
.img_wrap {
	padding:10px 2%;
}
.img_wrap ul {
	max-width: 767px;
}
.img_wrap ul li {
}
}

/*========================================================
                    Content
=========================================================*/
.content {
	padding-bottom: 30px;
	}
.pt_non {
	padding-top: 0!important;
	}
	.border_box {
		border-bottom: 1px solid #d6d5d5;
		padding-bottom: 20px;
		margin-bottom: 30px;
		}
		
/*********タイトル**********/
ul#bread {
	margin:10px 0;
}
ul#bread li {
	font-size:85%;
	margin:0 10px 0 0;
	display:inline-block;
}
ul#bread li.link:after {
	pointer-events: none;
	cursor:default;
	vertical-align:baseline;
	margin-left:10px;
	content: '＞';
	font-size:75%;
}
.page_title h2 {
	box-sizing: border-box;
	padding: 30px 0;
	margin:0;
}
.h2_bg {
	background-color:#FFF;
}

.page_title {
	background-image:url(../images/logomark.png);
	background-repeat:no-repeat;
	background-position:right top;
	background-size: contain;
	padding:0;
}
/*******************/
.icon_title {
		margin-top:20px;
		position: relative;
		padding-left: 0px;
		font-size: 24px;
		line-height: 150%;
		font-weight: 500;
		color: #222222;
		}
		.icon_title span {
			margin-right:15px;
			width: 75px;
			height: 72px;
			background: #e8adb6;
			color: #fff;
			font-size: 42px;
			line-height: 72px;
			border-radius: 49%;
			text-align: center;
			}
.icon_title_top {
		position: relative;
		padding-left: 0px;
		font-size: 32px;
		line-height: 78px;
		font-weight: 500;
		color: #222222;
		}
		.icon_title_top span{
			float:left;
			margin-right:15px;
			width: 85px;
			height: 82px;
			background: #e8adb6;
			color: #fff;
			font-size: 52px;
			line-height: 78px;
			border-radius: 49%;
			text-align: center;
			}
		.icon_title_news {
		position: relative;
		font-size: 17px;
		font-weight: 500;
		color:#666;
		padding:10px;
		background-image:url(../images/line1.png);
		background-position:left bottom;
		background-repeat:repeat-x;
		}
			.icon_title_news span {
			display:inline-block;
			line-height:1.5em;
			padding:2px 5%;
			margin-right:10px;
			font-size: 14px;
			color: #FFF;
			font-weight:700;
			background-color:#E9ADB6;
			border-radius:5%;
		}
		.icon_title_search {
		position: relative;
		background-image:url(../images/line1.png);
		background-position:left top;
		background-repeat:repeat-x;
		padding:1em 0 0 0;
		margin: 3em 0;
		}
		.icon_title_search h5 {
		font-size: 17px;
		font-weight: 500;
		color:#666;
		padding:0 10px;
		}
		.icon_title_search h5 span {
			color:#FFF;
			display:inline-block;
			margin:0.5em;
			background-color:#E9ADB6;
			border-radius:10%;
			padding:0.5em;
			line-height:1em;
			font-size:12px;
		}
		a.sagasu {
			display:inline-block;
			background-color:#E9ADB6;
			text-decoration:none;
			color:#FFF;
			border-radius:5px;
			padding:0.3em 1em;
			margin:1em 10px;
		}
		a.sagasu span {
			font-size:12px;
			margin:-0.3em 0 0 0.5em;
		}
.ul_banner {
			margin-top: 15px;
			width:47%;
}
		.ul_banner li {
			width:100%;
			margin-bottom:15px;
}
/*		.ul_banner li a {
			display:block;
			width:100%;
			background-repeat:no-repeat;
			background-size: contain;
}
		.ul_banner li a.bn1 {
			background-image:url(../images/bn01.jpg);
}
		.ul_banner li a.bn2 {
			background-image:url(../images/bn02.jpg);
}
		.ul_banner li a.bn3 {
			background-image:url(../images/bn03.gif);
}
		.ul_banner li a.bn4 {
			background-image:url(../images/bn04.gif);
}*/
	.ul_banner li img {
		width:100%;
		}		
	.banner_box{
		position: relative;
		margin-bottom: 20px;
		}
		.banner_box .text{
			position: absolute;
			bottom: 16px;
			left: 19px;
			right: 19px;
			z-index: 1;
			}
			.banner_box .text h5{
				font-size: 18px;
				line-height: 28px;
				font-weight: 500;
				color: #fff;
				margin-bottom: 1px;
				}
			.banner_box .text p{
				font-size: 14px;
				line-height: 24px;
				font-weight: 300;
				color: #fff;
				margin-bottom: 0;
				}
	.testimonial_box{
		}
		.testimonial_box ul{
			display: block;
			position: relative;
			border-radius:10px;
			font-size: 14px;
			line-height: 24px;
			color: #000;
			padding: 15px;
			margin-bottom: 13px;
			background-color:#FFF;
			box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
			}
			.testimonial_box ul:after{
				width: 9px;
				height: 9px;
				position: absolute;
				right: 20px;
				bottom: 0;
				content: '▼';
				text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
				color: #FFF;
				}
				.testimonial_box ul li {
					margin-bottom:5px;
				}
				.testimonial_box ul li > span {
				display:inline-block;
				background-color:#FFF;
				color: #999;
				padding:2px 10px;
				border-radius:15px;
				margin: 0 8px 0 0;
				font-size:11px;
				line-height:16px;
				font-weight: 400;
			}
				.testimonial_box p {
					text-align:right;
			}	
				.testimonial_box p a {
				display:inline-block;
				background: #FFF;
				color: #999;
				padding:0 14px;
				border-radius:15px;
				font-size:12px;
				line-height:24px;
				font-weight: 400;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				-ms-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
				text-decoration:none;
				box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
			}	
				.testimonial_box p a:hover {
				background: #c8a795;
				color:#FFF;
			}	
	.icon_box{
		position: relative;
		padding-left: 100px;
		margin-bottom: 21px;
		padding-top: 5px;
		}
		.icon_box span {
			position: absolute;
			left: 0px;
			top: 6px;
			width: 77px;
			height: 55px;
			background: #e8adb6;
			color: #fff;
			padding-top: 21px;
			font-size: 42px;
			line-height: 42px;
			border-radius: 49%;
			text-align: center;
			}
			.icon_box span.fa-smile-o{
				padding-top: 16px;
				font-size: 48px;
				height: 59px;
				}
	.icon_box2{
		position: relative;
		padding-left: 62px;
		margin-bottom: 13px;
		padding-top: 0px;
		}
		.icon_box2>span {
			position: absolute;
			left: 1px;
			top: 3px;
			color: #e8adb6;
			font-size: 42px;
			line-height: 42px;
			text-align: center;
			}
		.icon_box2 p{
			margin-bottom: 0;
			}
			.icon_box2 p a {
				display: inline-block;
				vertical-align: top;
				font-size: 14px;
				line-height: 24px;
				font-weight: 500;
				color: #e8adb6;
				text-decoration: none;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				-ms-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
				}
				.icon_box2 p a:hover{
					text-decoration: none;
					color: #222;
					}
	.img{
		margin-right: 33px;
		margin-bottom: 20px;
		}

	.users_overflow{
		overflow: hidden;
		}
		.users_box{
			float: left;
			margin-left: 30px;
			width: 236px;
			margin-bottom: 25px;
			}
			.users_box:first-child{
				margin-left: 0px;
				}
			.users_box img{
					width: 100%;
					margin-bottom: 16px;
				}
			.users_box p{
				margin-bottom: 0;
				}
				.users_box p a{
					display: inline-block;
					vertical-align: top;
					font-size: 14px;
					line-height: 24px;
					font-weight: 500;
					color: #e8adb6;
					text-decoration: none;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					-ms-transition: 0.3s;
					-o-transition: 0.3s;
					transition: 0.3s;
					}
					.users_box p a:hover{
						color: #222;
						}
	.product_box{
		margin-bottom: 30px;
		}
		.product_box img{
			width: 100%;
			}
		.product_box .description{
			background: #e8adb6;
			padding: 12px 20px 34px 20px;
			}
			.product_box .description h5{
				font-size: 16px;
				line-height: 24px;
				font-weight: 500;
				color: #fff;
				margin-bottom: 8px;
				}
				.product_box .description h5 a{
					color: inherit;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					-ms-transition: 0.3s;
					-o-transition: 0.3s;
					transition: 0.3s;
					}
					.product_box .description h5 a:hover{
						text-decoration: none;
						color: #222;
						}
			.product_box .description p{
				font-size: 14px;
				line-height: 24px;
				font-weight: 300;
				color: #fff;
				margin-bottom: 0px;
				}
				.product_box .description p a{
					color: #fff;
					font-weight: 500;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					-ms-transition: 0.3s;
					-o-transition: 0.3s;
					transition: 0.3s;
					}
					.product_box .description p a:hover{
						text-decoration: none;
						color: #222;
						}
	.date{
		display: block;
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
		color: #222;
		margin-bottom: 7px;
		}
	
	.mail_link{
		font-size: 14px;
		line-height: 21px;
		font-weight: 300;
		color: #777;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		.mail_link:hover{
		color: #e8adb6;
		text-decoration: none;
			}
			
	.ul_link {
	/*float: left;*/
		display:table;
		table-layout:auto;
		margin: -10px 0 0 0;
		width:100%;
		border-collapse:separate;
		border-spacing:10px;
}
	.ul_link li {
		/*float:left;*/
		line-height:18px;
		display:table-cell;
		width:50%;
		margin: 0 10px 0 0;
		color: #00489a;
  background: #f0f8ff;
  background-image: -webkit-linear-gradient(top, #f0f8ff, #d8e9f7);
  background-image: -moz-linear-gradient(top, #f0f8ff, #d8e9f7);
  background-image: -ms-linear-gradient(top, #f0f8ff, #d8e9f7);
  background-image: -o-linear-gradient(top, #f0f8ff, #d8e9f7);
  background-image: linear-gradient(to bottom, #f0f8ff, #d8e9f7);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  border: solid #e7f0f8 2px;
}
	.ul_link li.blank {
  background: none;
  border: none;
}
	.ul_link li a {
		display:block;
		padding:10px 10px 10px 25px;
		margin: 0;
		text-decoration:none;
		color: #00489a;
		font-weight:600;
		text-indent:-1em;
		line-height:130%;
	}
	.ul_link li a:hover {
		color:#438bdd;
}
		.ul_phone {
	margin-top:-10px;
	margin-bottom:40px;
	float: left;
	}
	.ul_phone li {
		font-size:110%;
		line-height:150%;
		float:left;
		margin: 0 50px 0 0;
}

	.ul_pdf {
	margin-top:-10px;
	margin-bottom:40px;
	float: left;
	}
	.ul_pdf li {
		font-size:130%;
		line-height:150%;
		font-weight:500;
		float:left;
		margin: 0 50px 0 0;
}
	.ul_pdf li p {
		font-size:80%;
		line-height:150%;
		font-weight:normal;
		margin: 0 50px 0 0;
	}
	.ul_pdf li a {
		color: #e8adb6;
		text-decoration: underline;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.ul_pdf li a:hover {
		color: #e8adb6;
		text-decoration: underline;
}

ul.para {
	float:left;
}

ul.para li {
	float:left;
	width:220px;
	margin-right:20px;
}

div.kensa {
	width:100%;
	box-sizing:border-box;
	padding:20px;
}
.kensa p img {
	float: right;
	width:40%;
	margin-left:20px;
}
.exp {
	border:1px solid #ddd;
	padding: 8px 14px;
	display:inline-block;
	font-weight:400;
	margin-bottom:10px;
}
p.month {
	color:#000;
	clear:both;
	font-size:22px;
	font-weight:700;
	text-align:center;
}
	p.month a {
	font-size:16px;
	font-weight:400;
}
	p.month a:hover {
	text-decoration:none;
}
table {
		width:100%;
	}
	table th {
	background: #e8adb6;
	color: #FFF;
	width: 20%;
	padding: 10px 20px;
	border: 1px solid #FFF;
	vertical-align:middle;
}
	table td {
		width:40%;
		padding: 10px 20px;
		border:1px solid #DDD;
}
table.calendar th {
	background: #e8adb6;
	color: #FFF;
	width:14%;
	padding: 5px 10px;
	border: 1px solid #FFF;
}
table.calendar td {
		width:14%;
		padding: 15px 5px;
		border:1px solid #DDD;
		text-align:center;
	vertical-align:top;
}

/*========================================================
                    Map
=========================================================*/
.map{
	padding-right: 30px;
	margin-bottom: 24px;
	}
	.map iframe{
		width: 100%;
		height: 310px;
	}
address dl{
	width: 100%;
	overflow: hidden;
	position: relative;
}
address dt{
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #e8adb6;
	margin-bottom: 7px;
	}
address dd{
	overflow: hidden;
	}
	address dd a{
		font-size: 14px;
		line-height: 24px;
		font-weight: 300;
		color: #777;
		vertical-align: top;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		address dd a:hover{
			text-decoration: none;
			color: #e8adb6;
			}

address dl span {
	float: left;
	width: 90px;
	}
/*========================================================
                    Footer
=========================================================*/
footer{
	width: 100%;
	background-image:url(../images/footer_bg.png);
	background-position:center top;
	background-repeat:repeat-x;
	padding-bottom: 20px;
	padding-top: 30px;
	margin-top:40px;
	}
	.copyright{
		margin-top:15px;
		padding-top: 15px;
		border-top: 1px solid #8e7058;
		font-size: 13px;
		line-height: 20px;
		font-weight: 300;
		color: #FFF;
		}
		.copyright a, .copyright span{
			font-size: 13px;
			line-height: 20px;
			font-weight: 300;
			color: #FFF;
			vertical-align: top;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
			.copyright a:hover{ 
				color: #69c2ca;
				text-decoration: none;
				}
			
	ul.footer_in {
		width:100%;
		float:left;
		padding-bottom:10px;
	}
	ul.footer_in li.logo {
		float:left;
	}
ul.footer_in li.link {
		float:right;
		text-align:right;
	}
		ul.footer_in li.logo img {
			width:340px;
			margin-top:5px;
	}
	h5.footer_icon_box {
		display:inline-block;
		margin-left: 40px;
		margin-top:0;
		}
		h5.footer_icon_box span{
			width: 40px;
			height: 40px;
			color: #FFF;
			font-size: 25px;
			line-height: 40px;
			text-align: center;
			margin-right: 10px;
}
		.footer_icon_box a {
			color: #FFF;
			text-decoration:none;
			font-size: 12px;
			font-weight: 300;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
			.footer_icon_box a:hover{
					color: #DDD;
				}
.footer-link{display: block;}

#toTop {
	border: none;
	bottom: 80px;
	color: transparent;
	display: none;
	height: 40px;
	overflow: hidden;
	position: fixed;
	right: 20px;
	text-decoration: none;
	width: 40px;
	z-index: 100;
	font-size: 40px;
	line-height: 40px;
	}
	#toTop:before {
		width: 40px;
		text-align: center;
		font-family: FontAwesome;
		content: "\f139";
		color: #e8adb6;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		padding-left: 2px;
		}
		#toTop:hover:before {
		color: #efcad0;
		}



.swts_title {
	width:100%;
	margin:30px 0 0 0;
	text-align:center;
}
.swts_title img {
	max-width:100%;
}
.swts_ph {
	width:102%;
	margin:0;
}
.swts_ph ul {
	width:100%;
}
.swts_ph ul li {
	width:14.6%;
	overflow:hidden;
	margin:0 2% 22px 0;
	float:left;
	background-position:center center;
	background-size: cover;
	background-repeat:no-repeat;
	border-radius:5%;
	position:relative;
}
.swts_ph ul li div {
	display:inline-block;
	position:absolute;
	left:4%;
	bottom:6px;
	padding:0.3em 0.6em;
	background-color:rgba(120,70,20,0.7);
	color:#FFF;
	font-size:80%;
	line-height:140%;
	margin: 0;
	max-width:92.5%;
}

@media only screen and (max-width: 1199px) {
.swts_ph ul li {
}
}
@media only screen and (max-width: 979px) {
.swts_ph ul li {
	width:23%;
	margin:0 2% 15px 0;
}
}
@media only screen and (max-width: 767px) {
.swts_ph {
	width:104%;
}
.swts_ph ul li {
	width:46%;
	margin:0 4% 20px 0;
}
}
img.space {
	width:100%;
}

#next a {
	display:block;
	text-align:center;
	background-color:#c1a592;
	color:#FFF;
	text-decoration:none;
	padding:5px 1%;
	border-radius:5px;	
	font-size:90%;
}
#next a:hover {
	opacity:0.7;
}
#next a span {
	font-size:150%;
	margin: -6px 0 0 10px;
}
#next a span.more {
	display:inline-block;
	font-size:100%;
	margin: 0 1em 0 0;
	padding:0 1em;
	font-weight:600;
	background:#966;
	border-radius:5px;
}

.map_shop {
	background-color:#FFF;
	width:100%;
	height:240px;
	margin:20px 0;
	padding:20px;
}
#map {
	width:100%;
	height:90%;
}

/*チェックボックス*/
label.checkbox {
	cursor     : pointer;
	width      : 20px;
	height     : 20px;
	border     : 1px solid #aaa;
	background : #fff;
	overflow   : hidden;
	position   : relative;
	display    : inline-block;
	box-sizing : border-box;
	margin-right:6px;
}
label.checkbox input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	margin     : 0;
	padding    : 0;
	position   : absolute;
	left       : 20px;
	width      : 20px;
	height     : 20px;
	left       : -40px;
	box-shadow : 39px 0px #FFF;
	z-index    : 2;
}
label.checkbox input[type="checkbox"]:checked {
	box-shadow : none;
}
label.checkbox input[type="checkbox"]:checked:focus {
	/*box-shadow : 39px 0px #666;*/
	opacity    : 0.1;
}
label.checkbox input[type="checkbox"]:focus {
	/*box-shadow : 39px 0px #EEE;*/
}
label.checkbox:after {
	content           : '';
	position          : absolute;
	top               : 40%;
	left              : 5px;
	display           : block;
	margin-top        : -8px;
	width             : 8px;
	height            : 12px;
	border-right      : 3px solid #555;
	border-bottom     : 3px solid #555;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}

button, .button {
	text-decoration:none;
	font-size: 14px;
	display: block;
	width:200px;
	max-width:100%;
	height: 50px;
	margin-top:10px;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	background-color: #D89;
	border: 0;
	cursor:pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
button:hover,
.button:hover {
	color: #FFF;
	opacity: 0.8;
}

/*検索フォーム*/

    dl.search{
    	position:relative;
    }
    dl.search dt{
    	width:79%;
    	padding:6px;
    	background-color:#fff;
    	border:1px solid #aaa;
    }
    dl.search dt input{
    	width:100%;
    	height:24px;
    	line-height:24px;
    	background:none;
    	border:none;
	font-size:14px;
    }
    dl.search dd{
    	position:absolute;
    	top:0;
    	right:0;
	width: 20%;
    }
dl.search dd button{
    	width:100%;
	margin-top:0;
	height: 40px;
	line-height: 40px;
}

form section {
	padding:10px 1%;
	overflow: hidden;
	zoom: 1;
}
#search section ul li {
	margin:5px 0 0 0;
}

#search section.area ul,
#search section.use ul {
	float: left;
}
#search section.area ul li,
#search section.use ul li {
	float: left;
	margin:5px 60px 0 0;
}
#search section.kind > ul {
	width:25%;
	float: left;
	margin:0 0 20px 0;
}
#search section.kind > ul > li > ul {
	margin:0 0 0 22px;
}
#search section.kind > ul > li > ul > li > ul {
	margin:0 0 20px 22px;
}

@media only screen and (max-width: 1199px) {
#search section.kind > ul {
	width:33%;
}
}
@media only screen and (max-width: 979px) {
#search section.kind > ul {
	width:33%;
}
}
@media only screen and (max-width: 767px) {
#search section.kind > ul {
	width:50%;
}
}
@media only screen and (max-width: 479px) {
#search section.area ul,
#search section.use ul {
	float: none;
}
#search section.area ul li,
#search section.use ul li {
	float: none;
}
#search section.kind > ul {
	width:100%;
	float: none;
	padding-bottom:20px;
	border-bottom: 2px  dotted #CEB6A5;
}
}

.arukuma_foot {
	width:100%;
	margin:auto;
	background-image:url(../spot/arukuma_foot_l.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:100%;
	padding-bottom:40px;
}
.arukuma {
	position: relative;
	max-width:1300px;
	width:100%;
	margin:auto;
	z-index:200;
}
.arukuma img {
	position:absolute;
}
.spot_main {
	margin-top:-80px;
}
.spot_lead {
	font-size:110%;
	line-height:170%;
	margin:10px 0;
}
.k_spot {
	width:100%;
	height:450px;
	margin: 0 auto 20px auto;
	max-width:1170px;
	position: relative;
	z-index:100;
}
h3.spot {
	width:100%;
	height:400px;
	position:relative;
	margin: 0 auto;
	text-indent:-999px;
	overflow:hidden;
}
img.icon {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

/*各市のイメージカラー*/

.city {
	background-color: #CCC;
	display: inline-block;
	font-weight: 500;
	color: #fff;
	padding: 0.5em 2em;
	border-radius:3px;
	margin:0 0 0 1.5em;
}

.c_nagano {
	background-color: #57C3DC;
}

.c_chikuma {
	background-color: #FF8848;
}

.c_suzaka {
	background-color: #8D8CCA;
}

.c_nakano {
	background-color: #E95F77;
}

.c_iiyama {
	background-color: #FCCD47;
}

/*長野市*/
.nagano_ph {
	background-image:url(../spot/nagano.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:0 80%;
}
#nagano .b_hp{
	background-color: #57C3DC;
}
#nagano .b_hp:hover{
	color: #fff;
	background-color: #57C3DC;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#nagano .line_stitch {
	background-image:url(../spot/line_nagano.png);
}

/*千曲市*/
.chikuma_ph {
	background-image:url(../spot/chikuma.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}
#chikuma .b_hp{
	background-color: #FF8848;
}
#chikuma .b_hp:hover{
	color: #fff;
	background-color: #FF8848;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#chikuma .line_stitch {
	background-image:url(../spot/line_chikuma.png);
}

/*須坂市*/
.suzaka_ph {
	background-image:url(../spot/suzaka.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:0 60%;
}
#suzaka .b_hp{
	background-color: #8D8CCA;
}
#suzaka .b_hp:hover{
	color: #fff;
	background-color: #8D8CCA;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#suzaka .line_stitch {
	background-image:url(../spot/line_suzaka.png);
}

/*中野市*/
.nakano_ph {
	background-image:url(../spot/nakano.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}
#nakano .b_hp{
	background-color: #E95F77;
}
#nakano .b_hp:hover{
	color: #fff;
	background-color: #E95F77;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#nakano .line_stitch {
	background-image:url(../spot/line_nakano.png);
}

/*飯山市*/
.iiyama_ph {
	background-image:url(../spot/iiyama.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:0 80%;
}
#iiyama .b_hp{
	background-color: #FCCD47;
}
#iiyama .b_hp:hover{
	color: #fff;
	background-color: #FCCD47;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#iiyama .line_stitch {
	background-image:url(../spot/line_iiyama.png);
}


.souvenir {
	display:table;
	z-index:10;
	table-layout:auto;
	margin:1em 0;
	width:100%;
}
.souvenir li {
	display:table-cell;
	padding:1em 1.2em;
	background-image:url(../spot/wall3.png);
	border-radius:10px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	line-height:160%;
	width:48%;
}
.souvenir li.space {
	width:4%;
	background-image:none;
	border-radius:0;
	box-shadow: none;
}
.souvenir li div {
	text-align:center;
	margin-bottom:0.5em;
}

@media only screen and (min-width: 1300px) {
.arukuma_foot {
	width:1300px;
	margin:auto;
	background-image:url(../spot/arukuma_foot_l.png);
	background-repeat: repeat-y;
	background-position: center topx;
	background-size:100%;
}
}
@media only screen and (max-width: 1199px) {
.arukuma_foot {
	width:100%;
	margin:auto;
	background-image:url(../spot/arukuma_foot_m.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:100%;
}
}

@media only screen and (max-width: 979px) {
.arukuma_foot {
	width:100%;
	margin:auto;
	background-image:url(../spot/arukuma_foot_m.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:100%;
}
.k_spot {
	width:100%;
	height:300px;
	position:relative;
	margin: 0 auto 10px auto;
	max-width:1170px;
}
h3.spot {
	width:100%;
	height:250px;
	position:relative;
	margin: 0 auto;
	text-indent:-999px;
	overflow:hidden;
}
}

@media only screen and (max-width: 767px) {
.arukuma_foot {
	width:100%;
	margin:auto;
	background-image:url(../spot/arukuma_foot_s.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:100%;
}
.arukuma img {
	height:120px;
}
img.icon {
	height:160px;
}
}
@media only screen and (max-width: 479px) {
.souvenir {
	display:block;
}
.souvenir li {
	display:block;
	width:100%;
	margin-top:1.5em;
}
.souvenir li.space {
	display:none;
}
}

.kanko {
	color:#000;
	background-image:url(../spot/wall2.png);
	border-radius:20px;
	padding: 0 3%;
	box-sizing:border-box;
	margin:10px 0 40px 0;
	overflow: hidden;
	zoom: 1;
}
.kanko_num {
	margin:20px 0 0 1.5em;
}
.kanko_lead {
	width:50%;
	padding:0;
	margin:20px 0;
}
.kanko_lead h5 {
	color:#000;
	margin-top:0;
}
.kanko_lead p {
	margin:0;
	padding:0;
}
.kanko_data {
	width:50%;
	padding:0 0 2em 0;
}
.kanko_ph {
	width:45%;
	padding:2em 0;
	margin:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.k_data {
	padding: 0 5% 1.5em 5%;
	margin: 0;
	background-image:url(../spot/k_data_bg.png);
	background-size: 100% 100%;
	background-repeat:no-repeat;
	overflow:hidden;
}
.k_data h5 {
	margin:0 0 0.5em 0;
	padding-top:0.8em;
}
.k_data p {
	padding:10px 0 0 0;
	margin:0;
}
.k_data dl {
	display:table;
	table-layout:auto;
}
.k_data dt {
	display:table-cell;
	white-space:nowrap;
	vertical-align:top;
	padding-right:0.5em;
}
.k_data dd {
	display:table-cell;
	vertical-align:top;

}
.event_guide h4 {
	text-align:center;
	margin:0;
	padding:0;
}
.event_guide ul {
	display:table;
	table-layout:auto;
	border-collapse:separate;
	border-spacing:20px;
}
.ev_data {
	width:25%;
	display:table-cell;
	padding: 0 2% 1em 2%;
	margin: 0;
	background-image:url(../spot/ev_data_bg.png);
	background-size: 100% 100%;
	background-repeat:no-repeat;
	vertical-align:top;
}
.ev_data h5 {
	text-align:center;
	margin:0;
	padding-top:20px;
}
.ev_data p {
	padding:10px 0 0 0;
	margin:0;
}
.btn{
	background-color: #EEE;
	display: inline-block;
	font-size: 10px;
	line-height: 12px;
	font-weight: 500;
	color: #fff;
	padding: 5px 5px 5px 10px;
	border-radius:3px;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin:0 0 0 1em;
}
.btn span{
	margin-left:0.5em;
}

@media only screen and (max-width: 767px) {
.left {
	float:none;
}
.right {
	float:none;
}
.kanko_lead {
	width:100%;
	margin-bottom:0;
}
.kanko_data {
	clear:both;
	width:100%;
}
.kanko_ph {
	width:100%;
	padding:1em 0 1.5em 0;
}
.camera_wrap {
	float:none!important;
	padding:0!important;
}
.kanko {
	padding:0 5%;
	border-radius:15px;
}
.event_guide h4 {
	margin:0;
	padding-bottom:20px;
}
.event_guide ul {
	display: block;
}
.ev_data {
	width:100%;
	display: block;
	margin: 1.5em 0 0 0;
	padding:0 4% 1.5em 4%;
	background-image:url(../spot/k_data_bg.png);
}

.k_data dl {
	display:block;
}
.k_data dt {
	display: inline;
	padding-right:0.5em;
}
.k_data dd {
	display: inline;
}
}

/*========================================================
                    RESPONSIVE LAYOUTS
=========================================================*/

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

	.header_contacts h6{
		font-size: 11px;
		}

	#form {
		padding-right: 0;
		}
		#form label.name,
		#form label.email,
		#form label.phone {
			width: 100%;
			}

	.camera_wrap:before,
	.camera_wrap:after{
		height: 240px;
		}
		.camera_caption .caption_content h3,
		.camera_caption2 .caption_content h3,
		.camera_caption3 .caption_content h3 {
			font-size: 28px;
			line-height: 30px;
			}
		
	.users_box {
		float: none;
		margin-left: 0;
		width: 100%;
		margin-bottom: 25px;
		overflow: hidden;
		}
		.users_box img{
			width: initial;
			float: left;
			margin-right: 30px;
			}
	#form .success-message {
		width: 100%;
		}
.element {
	clear:both;
}
}

@media only screen and (max-width: 979px) {
	h1 {
		padding: 15px 0;
		}
.header_contacts{
		display:none;
		}
.search_form {
	position:absolute;
	top:40px;
	right:0;
	}
	.search_form input {
		width: 200px;
		}
	.img_fleft,
	.img_right{
		max-width: 45%;
	}
	.camera_wrap:before,
	.camera_wrap:after{
		display: none;
		}
		.camera_caption1,
		.camera_caption2,
		.camera_caption3{
			display: none;
			}
		.banner_box .text h5,
	.banner_box .text p {
		display: none;
		}
h5.footer_icon_box a {
	display:block;
	margin-top:5px;
		}
h5.footer_icon_box  {
	margin:0 20px;
		text-align:center;
		font-size:14px;
		}
	.page_title {
	padding-top: 20px;
}
	.page_title p {
	display:block;
	}
table th, table td {
	font-size:12px;
	line-height:160%;
	padding:10px;
	}
	.icon_title {
		font-size: 22px;
		}
		.icon_title span {
/*	float:left;*/
}
.exp {
	margin-top:20px;
}
	.ul_link {
		margin: 0 10px;
		width:95%;
		border-spacing:0;
	}
	.ul_link li {
		margin: 0 0 10px 0;
		display:table;
		width:100%;
		border-spacing:10px;
	}
	
/*********タイトル**********/
ul#bread {
	display:none;
}
.page_title h2 {
	box-sizing: border-box;
	padding: 30px 0;
}
.page_title {
	background-image:url(../images/logomark.png);
	background-repeat:no-repeat;
	background-position:right top;
	background-size: contain;
	padding:0;
}
/*******************/

}
@media only screen and (max-width: 767px) {
	
	h1 {
		padding: 15px 0;
		}
	.search_form {
		top:90px;
		}
	.search_form input {
		width: 345px;
		}
	.search_form span {
		margin:0;
		}
	.header_contacts{
		display: none;
		}
	.map{
		padding-right: 0;
		}
	address{
		margin-bottom: 40px;
		}
/*	.sf-menu{	
		display: none;
		}
*/
	.img_fleft,
	.img_right{
		max-width: 100%;
		float: none;
		width: 100%;
		}
	#mm0{
		display: block;
		}
	
	h3 {
		font-size: 25px;
		line-height: 30px
		}
	.banner_box img{
		width: 100%;
		}

	.banner_box .text h5,
	.banner_box .text p {
		display: block;
		}

	.img{
		margin-right: 0;
		width: 100%;
		}
	.img_fleft{
		margin-right: 0;
		}
	ul.footer_in {
		width:100%;
		float:none;
		text-align:center;
}
	ul.footer_in li.logo {
	width:100%;
	float:none;
	}
	ul.footer_in li.link {
		width:100%;
		float:none;
		text-align:center;
	}
		ul.footer_in li.logo img {
		margin-top:0;
	}
		h5.footer_icon_box  {
		margin:20px 10px 0 10px;
		}
		.ul_banner {
			margin-bottom:15px;
}
	.page_title {
	padding-top: 20px;
}
/*********タイトル**********/
ul#bread {
	display:none;
}
.page_title h2 {
	box-sizing: border-box;
	padding: 20px 0;
}
.page_title h2 img {
	height:50px;
}
.page_title {
	background-image:url(../images/logomark.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size: contain;
	padding:0;
	margin: auto;
	width:90%;
}
.grid_6 {
	clear:both;
}
	}
@media only screen and (max-width: 479px) {
	
	h1 {
		padding: 15px 0;
		}
	.search_form {
		top:80px;
		}
	.search_form input {
		width: 225px;
		}
	.users_box img {
		width: initial;
		float: none;
		margin-right: 0;
		width: 100%;
		}
	.banner_box .text h5 {
		font-size: 16px;
		line-height: 20px;
		}
	.banner_box .text p{
		font-size: 14px;
		line-height: 16px;
		}
		h5.footer_icon_box  {
			font-size:12px;
		margin:20px 5px 0 5px;
		}
table th, table td {
	font-size:10px;
	line-height:160%;
	padding:5px;
	}
/*********タイトル**********/
ul#bread {
	display:none;
}
.page_title h2 {
	box-sizing: border-box;
	padding: 20px 0;
}
.page_title h2 img {
	max-width:100%;
	height:auto;
}
.page_title {
	background-image:none;
}
/*******************/
}

.caption {
	text-align:right;
	font-size:11px;
	margin:0;
	padding:0;
}

.b_map{
	position:relative;
	margin:0.5em 0 0 0;
	background-color: #DD97A1;
}
.b_map:hover {
	color: #FFF;
	background-color: #E9BABF;
}


/*********トピックス**********/

.NewsTopics {
	width:100%;
	padding:0 0 2em 0;
	float:left;
	background-image:url(../images/line1.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	overflow:hidden;
}
.NewsTopics h5 {
	position: relative;
	font-size: 17px;
	font-weight: 500;
	color:#666;
	padding:2em 1em 0 1em;
	margin: 0;
	background-image:none;
}

.NewsTopics h5 span {
	display:inline-block;
	line-height:1.5em;
	padding:0.5em 2em;
	margin-right:10px;
	font-size: 14px;
	color: #FFF;
	font-weight:300;
	background-color:#E9ADB6;
	border-radius:5%;
}

.NewsTopics .text {
	padding:1em;
	float:left;
	overflow:hidden;
	width:100%;
}
.NewsTopics .ph {
	display:inline-block;
	padding:1em;
	background:#FFF;
	width:40%;
	float:right;
	margin-left:2em;
}
.NewsTopics .link {
	padding:1em;
}
.NewsTopics .link a {
	color:#666;
}

@media only screen and (max-width: 767px) {
.NewsTopics .ph {
	display:block;
	padding:1em;
	background:#FFF;
	width:100%;
	float:none;
	margin:1em 0;
}
}

/*********What's？**********/

.wrapnote {
	width: 100%;
	background: url(../images/note.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	margin-top:3em;
	padding:3em 6%;
}
.wrapnote .note {
	background: url(../images/line.png) repeat top left;
	padding: 0.2em 2% 1em 2%;
	clear:both;
}
.wrapnote .note p {
	font-size: 100%;
	line-height: 40px;
	padding:0;
	margin:0;
}
.msg_lead {
	float:left;
	width:40%;
	padding-bottom:1em;
}
.msg_img {
	float:left;
	width:60%;
	padding-bottom:1em;
}
.msg_lead img,
.msg_img img {
	max-width:100%;
}

@media only screen and (max-width: 979px) {
.msg_lead {
	float:none;
	width:100%;
}
.msg_img {
	float:none;
	width:100%;
}
}