@charset "utf-8";

html {
	overflow-y:scroll;
}

body {
	margin : 0;
	padding: 0;
	color: #000000;
	background: #dddddd;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
}

a {
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
a:link {
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #fff100;
	font-style: normal;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

img {
	border-style: none;
}

pre {
	font-family: initial;
}

#wall {
	margin: 0 auto;
	background: #f5f5f7;
}

#page {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	text-align:left;
	background-color: #fff;
}

#header {
	display: flex;
	width: 100%;
	max-width: 1000px;
	justify-content: space-between;
	background: #ed6d00;
}
#header-skeleton {
	position: absolute;
	display: flex;
	width: 100%;
	max-width: 1000px;
	justify-content: space-between;
	z-index: 9;
}
#header ol,
#header ul,
#header-skeleton ol,
#header-skeleton ul {
	list-style: none;
	list-style-type: none;
}
#header .logo {
	display: block;
	margin: 10px;
}
#header .logo img {
	width: 260px;
}
#header .btn-gNav,
#header-skeleton .btn-gNav {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 24px;
	z-index: 12;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
#header .btn-gNav span,
#header-skeleton .btn-gNav span {
	position: absolute;
	width: 100%;
	height: 4px;
	background: #ffffff;
	border-radius: 10px;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
#header .btn-gNav span:nth-child(1),
#header-skeleton .btn-gNav span:nth-child(1) {
	top: 0;
}
#header .btn-gNav span:nth-child(2),
#header-skeleton .btn-gNav span:nth-child(2) {
	top: 10px;
}
#header .btn-gNav span:nth-child(3),
#header-skeleton .btn-gNav span:nth-child(3) {
	top: 20px;
}
#header .btn-gNav.open span:nth-child(1),
#header-skeleton .btn-gNav.open span:nth-child(1) {
	background: #ffffff;
	top: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#header .btn-gNav.open span:nth-child(2),
#header .btn-gNav.open span:nth-child(3),
#header-skeleton .btn-gNav.open span:nth-child(2),
#header-skeleton .btn-gNav.open span:nth-child(3) {
	top: 6px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header .btn-gNav,
#header-skeleton .btn-gNav {
	display: none;
}
#header .gNav,
#header-skeleton .gNav {
	display: flex;
	justify-content: center;
	align-items: center;
}
#header .gNav ul,
#header-skeleton .gNav ul {
	margin-top: initial;
	margin-bottom: initial;
}
#header .gNav .gNav-menu,
#header-skeleton .gNav .gNav-menu {
	display: flex;
	justify-content: space-between;
	margin-right: 10px;
}
#header .gNav .gNav-menu li,
#header-skeleton .gNav .gNav-menu li {
	margin: 0 auto;
	padding: 0 6px;
}
#header .gNav .gNav-menu li a,
#header-skeleton .gNav .gNav-menu li a {
	display: block;
	width: 100%;
	font-size: 14px;
}

#slider {
	position: relative;
	width: 100%;
	height: 562px;
	overflow: hidden;
}
#slider .slider-wrap {
	position: relative;
	height: 562px;
	overflow: hidden;
}
#slider .slider-bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 562px;
	top: 0;
	left: 0;
	background: url("../../assets/img/slider_cover.png");
	-webkit-background-size: 4px;
	background-size: 4px;
	z-index: 2;
	overflow: hidden;
}
#slider .slider-logo {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	z-index: 3;
}
#slider .slider-logo img {
	display: block;
	width: 260px;
	opacity: 0.92;
}
#slider .scroll-down {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	top: 0;
	bottom: 10px;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	z-index: 3;
}
#slider .scroll-down img {
	display: block;
	width: 40px;
	opacity: 0.92;
	animation: scroll-down 2s ease infinite;
}
#slider video {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
}

#footer {
	margin: 0px;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #444;
}

#contents {
	text-align: left;
	background-color: #ffffff;
	overflow: hidden !important;  
	overflow: visible; 
}

#main {
	float: left;
	padding: 6px;
	width: 750px;
}
#main a {
	color: #0000ee;
	font-style: normal;
	text-decoration: none;
}
#main a:link {
	color: #0000ee;
	font-style: normal;
	text-decoration: none;
}
#main a:visited {
	color: #551a8b;
	text-decoration: none;
}
#main a:hover {
	color: #0000ee;
	font-style: normal;
	text-decoration: none;
}
#main .heading {
	margin: 0 auto;
	padding: 20px 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro','Noto Serif JP',sans-serif,serif;
}
#main .heading h2 {
	text-align: center;
	font-size: 30px;
	line-height: 30px;
}
#main h3 {
	text-align: center;
	font-size: 22px;
	color: #9F7D27;
	line-height: 30px;
}
#main h4 {
	padding: 6px 0 20px 0;
	text-align: left;
	font-family: initial;
	font-weight: bold;
	line-height: 10px;
}
#main .hr-dotted {
	margin: 30px auto;
	width: 76%;
	border-width: 0 0 6px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 0%, 85%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
}
#main .heading span {
	display: block;
	text-align: center;
	font-size: 14px;
}
#main .news {
	width: 100%;
}
#main .news img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#main .news .article {
	width: 100%;
	margin-bottom: 20px;
}
#main .news .article .hr {
	margin: 20px auto;
	width: 76%;
	border-width: 0 0 6px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 0%, 85%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
}
#main .news .article .date {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro','Noto Serif JP',sans-serif,serif;
	font-size: 18px;
	font-weight: bold;
}
#main .news .article .text {
	word-break: break-all;
}
#main .news .article img {
	display: block;
	margin: 6px auto;
	object-fit: cover;
	max-width: 100%;
	max-height: 400px;
}
#main .news .article br {
	display: block;
	content: "";
	margin: 8px 0;
}
#main .news .fb_link {
	margin: 30px auto;
	padding: 10px;
	width: 90%;
	font-size: 12px;
	color: #333;
	background: #eee;
	margin-bottom: 20px;
	word-break: break-all;
	border-radius: 4px;
}
#main .embed-videos {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-bottom: 40px;
	width: 100%;
}
#main .embed-videos .video {
	text-align: center;
	width: 360px;
	padding-bottom: 10px;
}
#main .embed-videos .video > iframe {
	width: 340px;
	height: 190px;
}
#main .embed-videos .video .title {
	margin: 0 auto;
	padding: 15px auto;
	width: 340px;
	height: 50px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #9F7D27;
}
#main .embed-videos .video .message {
	margin: 0 auto;
	padding: 15px auto;
	width: 340px;
	text-align: left;
}
#main #about-us {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 100%;
}
#main #about-us .about-us-content {
	width: 50%;
}
#main #about-us .about-us-content img {
	margin-left: 20px;
	width: 320px;
	border-radius: 20px;
}
#main #about-us .about-us-access {
	width: 100%;
}
#main #about-us .about-us-access:first-child {
	text-align: center;
	margin-bottom: 20px;
}
#main #about-us .about-us-access iframe {
	width: 90%;
	height: 400px;
}
#main #application {
	margin-bottom: 20px;
}

#main #kumiai-news .rows {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 100%;
}
#main #kumiai-news .rows {
	padding: 10px 0 10px 0;
	width: 95%;
}
#main #kumiai-news .rows:not(:first-child) {
	border-top: 1px solid #9F7D27;
}
#main #kumiai-news .rows .cols:not(:first-child) {
	width: 80%;
}
#main #kumiai-news .rows .cols:not(:first-child) a {
	display: block;
	padding: 4px 6px;
	background-color: #E2D8BE;
	font-size: 20px;
	border-radius: 4px;
}
#main #kumiai-news .rows .cols:not(:first-child) span {
	display: block;
	padding: 6px;
}
#main #kumiai-news .rows .cols:first-child {
	width: 20%;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro','Noto Serif JP',sans-serif,serif;
	font-size: 18px;
	font-weight: bold;
}

#main .shop-nav ol,
#main .shop-nav ul {
	list-style: none;
	list-style-type: none;
}
#main .shop-nav {
	display: flex;
	justify-content: center;
	align-items: center;
}
#main .shop-nav ul {
	margin-top: initial;
	margin-bottom: initial;
	padding-left: initial;
}
#main .shop-nav .shop-nav-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#main .shop-nav .shop-nav-menu li {
	display: flex;
	margin: 10px;
	padding: 12px 6px 0 6px;
	width: 80px;
	height: 80px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #efefef;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 24px;
}
#main .shop-nav .shop-nav-menu li.checked {
	background-color: #FF9F50;
}
#main .shop-nav .shop-nav-menu li a {
	display: block;
	width: 100%;
}
#main .shop-nav .shop-nav-menu li.checked a {
	pointer-events: none;
}
#main .shop-nav .shop-nav-menu li a::first-letter {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro','Noto Serif JP',sans-serif,serif;
	font-size: 40px;
}
#main .shop-nav .shop-nav-menu li a span {
	display: block;
	font-size: 10px;
}

#main .shops {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
#main .shops img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border-radius: 6px;
}
#main .shops .shop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 48%;
	margin-bottom: 20px;
}
#main .shops .shop .image {
	display: block;
	margin: 0 auto 10px auto;
	object-fit: cover;
	max-width: 100%;
	max-height: 200px;
	border-radius: 6px;
	overflow: hidden;
}
#main .shops .shop img {
	width: 100%;
}
#main .shops .shop .street {
	width: 40%;
	font-size: 10px;
}
#main .shops .shop .link {
	width: 60%;
	text-align: right;
}
#main .shops .shop .link a {
	font-size: 18px;
	margin-left: 6px;
}
.fa-twitter:before {
	content: '𝕏'!important;
	font-weight: bold!important;
}
#main .shops .shop .link .sns-button.twitter a {
	color: #000;
}
#main .shops .shop .link .sns-button.twitter a {
	color: #000;
}
#main .shops .shop .link .sns-button.facebook a {
	color: #1877f2;
}
#main .shops .shop .link .sns-button.instagram a {
	color: #DC2E74;
}
#main .shops .shop .link .sns-button.home a {
	color: #0000ff;
}
#main .shops .shop .name {
	width: 100%;
	word-break: break-all;
}

#main #event {
	margin: 20px 0;
}
#main #event .heading {
	padding: 20px 0 0 0;
}
#main #event .image {
	text-align: center;
}
#main #event .image .poster {
	width: 70%;
}
#main #event .image .map {
	width: 80%;
}
#main #event .content {
	margin: 0 auto;
	padding: 20px 0;
	width: 70%;
	text-align: center;
}
#main #event .notice {
	margin: 0 auto;
	padding: 3px 0;
	width: 80%;
	text-indent: -1em;
	padding-left: 1em;
}

#sub {
	float: right;
	padding: 20px 6px 0 6px;
	width: 240px;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
	background-color: #E2D8BE;
}
#sub .hr {
	margin: 0 auto;
	width: 80%;
	border-bottom: 4px dotted #C1AB75;
}
#sub .content {
	margin-bottom: 10px;
	padding: 4px;
	word-break: break-all;
}
#sub .content .google-map {
	text-align: center;
}
#sub .content > iframe {
	width: 220px;
	height: 220px;
}
#sub .content .heading {
	margin: 0 auto;
	padding: 10px 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro','Noto Serif JP',sans-serif,serif;
}
#sub .content .heading h2 {
	text-align: center;
	font-size: 24px;
	line-height: 24px;
}
#sub .content .heading span {
	display: block;
	text-align: center;
	font-size: 12px;
}
#sub .content .icon {
	margin-bottom: 6px;
	text-align: center;
	font-size: 50px;
	line-height: 24px;
}
#sub .content .icon i {
	margin: 0 4px;
}

.clearfix:after {
	content: ''; 
	display: block; 
	clear: both;
}

.hidden-top-menu {
	position: fixed;
	top: -50px !important;
}
.hidden {
	display: none !important;
}

a.button-01,
button.button-01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 180px;
	margin: 6px auto;
	padding: 10px;
	color: #fff !important;
}
#main #application a.button-01 {
	margin: 20px auto;
}

.required {
	padding-left: 4px;
	color: #dc3545;
}

@keyframes scroll-down {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(0);
	}
	10% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(-5px);
	}
	25% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(-5px);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}

/*----------------------------------------------------
	tablet
----------------------------------------------------*/
@media screen and (max-width: 959px) {
	#page {
		margin: 0 auto;
		text-align: center;
		width: 100%;
		text-align:left;
		background-color: #fff;
	}

	#header,
	#header-skeleton {
		display: flex;
		height: 50px;
		align-items: center;
		transition: .5s;
	}
	#header a,
	#header-skeleton a {
		color: #fff;
	}
	#header .btn-gNav,
	#header-skeleton .btn-gNav {
		display: block;
		top: initial;
		margin-top: initial;
		margin-bottom: initial;
	}
	#header .gNav,
	#header-skeleton .gNav {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		background-color: #ed6d00;
		font-size: 16px;
		box-sizing: border-box;
		z-index: 1;
		padding-top: 50px;
		transition: .3s;
	}
	#header .gNav.open,
	#header-skeleton .gNav.open {
		right: 0;
	}
	#header.fixed {
		position: fixed;
		top: 0;
		width: 100% !important;
		z-index: 8;
	}
	#header .gNav .gNav-menu,
	#header-skeleton .gNav .gNav-menu {
		padding: 0;
		width: 100%;
		height: 100%;
		display: block;
		flex-direction: column;
		text-align: center;
		/*justify-content: center;*/
	}
	#header .gNav .gNav-menu li,
	#header-skeleton .gNav .gNav-menu li {
		width: 86%;
		padding: 15px;
		border-bottom: #000 1px solid;
	}
	#header .gNav .gNav-menu li a,
	#header-skeleton .gNav .gNav-menu li a {
		font-size: 16px;
	}
	#header .logo {
		display: flex;
		justify-content: center;
		margin: 6px;
	}
	#header .logo img {
		display: block;
		width: 300px;
	}

	#slider {
		position: relative;
		height: 600px;
	}
	#slider .slider-wrap {
		height: 600px;
	}
	#slider .slider-bg {
		height: 600px;
	}
	#slider .slider-logo img {
		width: 320px;
	}
	#slider video {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 600px;
		object-fit: cover;
		overflow: hidden;
	}

	#main {
		float: none;
		padding: 6px 10px 10px 10px;
		width: 100%;
	}
	#main .embed-videos {
		display: flex;
		justify-content: center;
	}
	#main .embed-videos .video {
		width: 96%;
	}
	#main .embed-videos .video > iframe {
		width: 90%;
		height: 300px;
	}
	#main .embed-videos .video .title {
		width: 96%;
		height: initial;
	}
	#main .embed-videos .video .message {
		width: 96%;
	}
	#main .about-us.heading h2 {
		font-size: 26px;
	}
	#main #about-us .about-us-content {
		width: 100%;
		margin: 0 auto;
	}
	#main #about-us .about-us-content:first-child {
		text-align: center;
		margin-bottom: 20px;
	}
	#main #about-us .about-us-content img {
		margin-left: initial;
		width: 80%;
	}
	#main #about-us .about-us-access iframe {
		width: 90%;
		height: 400px;
	}
	#main #kumiai-news .rows .cols:not(:first-child) {
		width: 100%;
	}
	#main #kumiai-news .rows .cols:first-child {
		width: 100%;
		padding-bottom: 10px;
	}
	#main .shop-nav .shop-nav-menu li {
		line-height: 18px;
	}
	#main .shops .shop .image {
		max-height: 180px;
	}

	#sub {
		float: none;
		padding: 6px 6px 10px 6px;
		width: 100%;
		padding-bottom: initial;
		margin-bottom: initial;
	}
	#sub .heading h2 {
		font-size: 30px;
		line-height: 30px;
	}
	#sub .heading span {
		font-size: 14px;
	}
	#sub .content .google-map > iframe {
		width: 90%;
		height: 400px;
	}
}

/*----------------------------------------------------
	mobile
----------------------------------------------------*/
@media screen and (max-width: 479px) {
	a[href*="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		text-decoration: underline;
	}
	#page {
		margin: 0 auto;
		text-align: center;
		width: 100%;
		text-align:left;
		background-color: #fff;
	}

	#header,
	#header-skeleton {
		display: flex;
		height: 50px;
		align-items: center;
		transition: .5s;
	}
	#header a,
	#header-skeleton a {
		color: #fff;
	}
	#header .btn-gNav,
	#header-skeleton .btn-gNav {
		display: block;
		top: initial;
		margin-top: initial;
		margin-bottom: initial;
	}
	#header .gNav,
	#header-skeleton .gNav {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		background-color: #ed6d00;
		font-size: 16px;
		box-sizing: border-box;
		z-index: 1;
		padding-top: 50px;
		transition: .3s;
	}
	#header .gNav.open,
	#header-skeleton .gNav.open {
		right: 0;
	}
	#header.fixed {
		position: fixed;
		top: 0;
		width: 100% !important;
		z-index: 8;
	}
	#header .gNav .gNav-menu,
	#header-skeleton .gNav .gNav-menu {
		padding: 0;
		width: 100%;
		height: 100%;
		display: block;
		flex-direction: column;
		text-align: center;
		/*justify-content: center;*/
	}
	#header .gNav .gNav-menu li,
	#header-skeleton .gNav .gNav-menu li {
		width: 86%;
		padding: 15px;
		border-bottom: #000 1px solid;
	}
	#header .gNav .gNav-menu li a,
	#header-skeleton .gNav .gNav-menu li a {
		font-size: 16px;
	}
	#header .logo {
		display: flex;
		justify-content: center;
		margin: 6px;
	}
	#header .logo img {
		display: block;
		width: 200px;
	}

	#slider {
		position: relative;
		height: 600px;
	}
	#slider .slider-wrap {
		height: 600px;
	}
	#slider .slider-bg {
		height: 600px;
	}
	#slider .slider-logo img {
		width: 220px;
	}
	#slider video {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 600px;
		object-fit: cover;
		overflow: hidden;
	}

	#main {
		float: none;
		padding: 6px 10px 10px 10px;
		width: 100%;
	}
	#main .embed-videos {
		display: flex;
		justify-content: center;
	}
	#main .embed-videos .video {
		width: 96%;
	}
	#main .embed-videos .video > iframe {
		width: 360px;
		height: 200px;
	}
	#main .embed-videos .video .title {
		width: 96%;
		height: initial;
	}
	#main .embed-videos .video .message {
		width: 96%;
	}
	#main .about-us.heading h2 {
		font-size: 26px;
	}
	#main #about-us .about-us-content {
		width: 100%;
		margin: 0 auto;
	}
	#main #about-us .about-us-content:first-child {
		text-align: center;
		margin-bottom: 20px;
	}
	#main #about-us .about-us-content img {
		margin-left: initial;
		width: 90%;
	}
	#main #about-us .about-us-access iframe {
		width: 96%;
		height: 300px;
	}
	#main #kumiai-news .rows .cols:not(:first-child) {
		width: 100%;
	}
	#main #kumiai-news .rows .cols:first-child {
		width: 100%;
		padding-bottom: 10px;
	}
	#main .shop-nav .shop-nav-menu li {
		line-height: 16px;
	}
	#main .shops .shop .image {
		max-height: 98px;
	}
	#main #event {
		margin: 20px 0;
	}
	#main #event .heading {
		padding: 20px 0 0 0;
	}
	#main #event .image {
		text-align: center;
	}
	#main #event .image .poster {
		width: 100%;
	}
	#main #event .image .map {
		width: 100%;
	}
	#main #event .content {
		margin: 0 auto;
		padding: 20px 0;
		width: 95%;
		text-align: left;
	}
	#main #event .notice {
		margin: 0 auto;
		padding: 3px 0;
		width: 95%;
		text-indent: -1em;
		padding-left: 1em;
	}

	#sub {
		float: none;
		padding: 6px 6px 10px 6px;
		width: 100%;
		padding-bottom: initial;
		margin-bottom: initial;
	}
	#sub .heading h2 {
		font-size: 30px;
		line-height: 30px;
	}
	#sub .heading span {
		font-size: 14px;
	}
	#sub .content .google-map > iframe {
		width: 96%;
		height: 300px;
	}
}
