@charset "utf-8";

/* basic
------------------------------------------------------------------------- */
body {
	color:#222222;
	font-size:20px;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
	font-weight:normal;
	font-feature-settings: "palt";
}
	@media(max-width:980px) {
		body {
			-webkit-text-size-adjust:none;
		}
	}

	@media(max-width:767px) {
		body {
			font-size:16px;
		}
	}

.cf:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* link default */
a:link		{ color:#222222; text-decoration:none; }
a:visited	{ color:#222222; text-decoration:none; }
a:hover		{ color:#777777; text-decoration:none; }
a:active	{ color:#777777; text-decoration:none; }

::selection {
    background:#FFFF00; /* Safari */
}
::-moz-selection {
    background:#FFFF00; /* Firefox */
}

	@media(min-width:767px) {
		a[href^="tel:"] {
			pointer-events:none;
		}
	}

	@media(max-width:767px) {
		.pcOnly {
			display:none;
		}
	}



/* common
---------------------------------------------- */
#logo {
	position:absolute;
	left:20px;
	top:10px;
	width:250px;
}
	@media(max-width:979px) {
		#logo {
			width:200px;
			left:15px;
		}
	}

#logo img {
	width:100%;
}

.title {
	text-align:center;
	background:url(../images/bg_title.png) center center no-repeat;
	background-size:contain;
	margin-bottom:20px;
}
.title > h2 {
	font-size:36px;
	line-height:1.3;
	padding:8px 0 5px 0;
	letter-spacing:5px;
	text-shadow:0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF;
}
	@media(max-width:767px) {
		.title > h2 {
			font-size:24px;
			letter-spacing:0;
			padding:8px 15px 5px 15px;
		}
	}

.title > span {
	display:block;
	font-size:14px;
	line-height:1;
	padding-bottom:8px;
	text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}


h1.pageTitle {
	position:absolute;
	bottom:0;
	left:50%;
	font-size:48px;
	background-color:#C2BA00;
	color:#FFF;
	padding:15px 25px;
	font-weight:500;
	transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	white-space:nowrap;
}
	@media(max-width:1279px) {
		h1.pageTitle {
			font-size:44px;
		}
	}
	@media(max-width:979px) {
		h1.pageTitle {
			font-size:40px;
		}
	}
	@media(max-width:767px) {
		h1.pageTitle {
			font-size:38px;
			padding:10px 15px;
		}
	}
	@media(max-width:479px) {
		h1.pageTitle {
			font-size:30px;
		}
	}

.wrap {
	width:calc(100% - 30px);
	padding:0 15px;
	max-width:960px;
	margin:0 auto;
}

h1.color2 {
	background-color:#7F2C24 !important;
}



/* facility
---------------------------------------------- */
#message {
	margin-bottom:150px;
	padding:0 15px;
}
	@media(max-width:767px) {
		#message {
			margin-bottom:100px;
		}
	}


#message > header {
	margin-bottom:40px;
	text-align:center;
}
#message > header > img {
	width:250px;
	margin:0 auto;
	margin-right:15px;
}
	@media(max-width:767px) {
		#message > header > img {
			width:200px;
		}
	}
	@media(max-width:479px) {
		#message > header > img {
			width:150px;
		}
	}

#message > header > strong {
	font-size:28px;
}
	@media(max-width:767px) {
		#message > header > strong {
			font-size:22px;
		}
	}

#message > p {
	margin:0 auto;
	writing-mode: vertical-rl;
	font-feature-settings:initial;
	line-height:3;
}



/* point
---------------------------------------------- */
#point {
	margin-bottom:150px;
}
	@media(max-width:767px) {
		#point {
			margin-bottom:100px;
		}
	}

.point {
	position:relative;
}
.point > figure {
	position:relative;
}
.point > figure > img {
	width:100%;
	z-index:1;
}

.point > div {
	position:absolute;
	top:50%;
	z-index:2;
	background-color:#FFF;
	padding:3% 4%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
	@media(max-width:639px) {
		.point > div {
			position:static;
			transform: translateY(0);
			-webkit-transform: translateY(0);
			margin-bottom:50px;
		}
	}

.point > div > h2 {
	font-size:24px;
	margin-bottom:0.5em;
}
.point > div > p {
	line-height:1.5;
}

.point_left > figure {
	margin-right:15%;
}
	@media(max-width:639px) {
		.point_left > figure {
			margin-right:0%;
		}
	}

.point_left > div {
	margin-left:55%;
}
	@media(max-width:639px) {
		.point_left > div {
			margin-left:0;
		}
	}

.point_right > figure {
	margin-left:15%;
}
	@media(max-width:639px) {
		.point_right > figure {
			margin-left:0%;
		}
	}

.point_right > div {
	margin-right:45%;
}
	@media(max-width:639px) {
		.point_right > div {
			margin-right:0;
		}
	}



/* photo
---------------------------------------------- */
.photo {
	margin:0 auto;
	padding:15px;
	max-width:1270px;
	margin-bottom:150px;
}
	@media(max-width:767px) {
		.photo {
			margin-bottom:100px;
		}
	}

.photo > ul {
}
.photo > ul > li {
	width:48.5%;
	float:left;
	margin-bottom:30px;
}
	@media(max-width:767px) {
		.photo > ul > li {
			width:100%;
			float:none !important;
		}
	}

.photo > ul > li:nth-child(even) {
	float:right;
}

.photo > ul > li > figure {
	position:relative;
}
.photo > ul > li > figure > img {
	width:100%;
}
.photo > ul > li > figure > figcaption {
	position:absolute;
	bottom:0;
	width:calc(100% - 16px);
	background:rgba(255,255,255,0.65);
	padding:8px;
	line-height:1.3;
	text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}



/* staff
---------------------------------------------- */
#staff {
	margin:0 auto;
	padding:15px;
	max-width:1270px;
	margin-bottom:150px;
}
	@media(max-width:767px) {
		#staff {
			margin-bottom:100px;
		}
	}

#staff > ul {
	display:flex;
}
	@media(max-width:767px) {
		#staff > ul {
			display:block;
		}
	}

#staff > ul > li {
	width:48.5%;
	margin-bottom:30px;
	background-color:#F6F6F6;
}
	@media(max-width:767px) {
		#staff > ul > li {
			width:100%;
			float:none !important;
		}
	}

#staff > ul > li:nth-child(odd) {
	margin-right:3%;
}
#staff > ul > li > figure {
	width:50%;
	float:left;
}
#staff > ul > li > figure > img {
	width:100%;
}
#staff > ul > li > div {
	width:calc(50% - 30px);
	float:right;
	padding:15px;
}
#staff > ul > li > div > h3 {
	font-size:22px;
	line-height:1.3;
	margin-bottom:1em;
}
	@media(max-width:767px) {
		#staff > ul > li > div > h3 {
			font-size:18px;
		}
	}

#staff > ul > li > div > p {
	line-height:1.6;
}



/* drawing
---------------------------------------------- */
#drawing {
	margin:0 auto;
	padding:0 15px;
	max-width:700px;
	margin-bottom:150px;
}
	@media(max-width:767px) {
		#drawing {
			margin-bottom:100px;
		}
	}

#drawing > ul {
}
#drawing > ul > li {
	vertical-align:top;
	margin-bottom:50px;
}
#drawing > ul > li > h3 {
	float:left;
	display:inline-block;
	width:3em;
	height:3em;
	line-height:3;
	text-align:center;
	background-color:#000000;
	color:#FFF;
}
#drawing > ul > li > img {
	width:calc(100% - 4em);
	float:right;
}



/* price
---------------------------------------------- */
#price {
	margin:0 auto;
	padding:15px;
	max-width:1270px;
	margin-bottom:150px;
}
	@media(max-width:767px) {
		#price {
			margin-bottom:100px;
		}
	}

#price > p {
	text-align:center;
	line-height:1.3;
	margin-bottom:30px;
}

/* table */
	@media(max-width:767px) {
		.tableScroll {
			overflow-x: scroll;
		}
	}

#price table {
	border-collapse:collapse;
	font-size:18px;
	width:100%;
}
#price > span.caption {
	display:none;
}
	@media(max-width:767px) {
		#price > span.caption {
			display:block;
			text-align:right;
			color:#F00;
			font-size:16px;
		}
	}

#price > p.attention {
	text-align:left;
	line-height:1.3;
	margin-bottom:40px;
}
#price > span {
	display:block;
	fot-size:18px;
	text-align:right;
	line-height:1.5;
	margin-bottom:10px;
}
#price table th, #price table td {
	padding:12px;
	border:1px solid #999;
	vertical-align:middle;
	text-align:center;
	line-height:1.3;
}
	@media(max-width:767px) {
		#price table th, #price table td {
			white-space:nowrap;
		}
	}

#price table th {
	border-bottom:double 3px #999;
	background-color:#FEF1E3;
}
#price table td span {
	font-size:15px;
}

#price > ul li {
	width:31%;
	margin-right:3.5%;
	float:left;
	position:relative;
}
	@media(max-width:767px) {
		#price > ul li {
			width:100%;
			float:none;
			margin-bottom:30px;
		}
	}

#price > ul li:last-child {
	margin-right:0;
}
#price > ul li img {
	width:100%;
}
#price > ul li span {
	position:absolute;
	text-align:center;
	bottom:0;
	left:0;
	width:calc(100% - 10px);
	background:rgba(255,255,255,0.65);
	padding:5px;
	line-height:1.3;
	text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}



/* access
---------------------------------------------- */
#access {
	margin-bottom:150px;
}
	@media(max-width:767px) {
		#access {
			margin-bottom:100px;
		}
	}

#access > p {
	line-height:1.3;
	margin-bottom:10px;
}
#access #map > iframe {
	width:100%;
	height:360px;
	margin-bottom:10px;
}
#access > .accessWrap {
	margin:0 auto;
	padding:15px;
	max-width:1270px;
	margin-bottom:150px;
}
#access span {
	display:block;
	margin-bottom:30px;
	line-height:1.3;
}
#access h3 {
	line-height:25px;
	padding-left:32px;
	margin-bottom:5px;
}
#access h3.car {
	background:url(../images/icon_car.png) center left no-repeat;
	background-size:25px 25px;
}
#access h3.train {
	background:url(../images/icon_train.png) center left no-repeat;
	background-size:25px 25px;
}
#access div.border {
	border:1px solid #CCC;
	padding:10px;
	margin-bottom:30px;
}
#access div.border p {
	margin-bottom:1em;
}
#access div.border ul {
	margin-left:25px;
	list-style:disc;
}
#access div.border ul li {
	line-height:1.3;
	margin-bottom:1em;
}
#access div.border ul li:last-child {
	margin-bottom:0;
}



/* form
---------------------------------------------- */
.form figure.icon {
	text-align:center;
	margin-bottom:70px;
}
	@media(max-width:767px) {
		.form figure.icon {
			margin-bottom:30px;
		}
	}

.form figure.icon > img {
	width:100px;
}
	@media(max-width:767px) {
		.form figure.icon > img {
			width:50px;
		}
	}

.form p.explanation {
	line-height:1.5;
	margin-bottom:50px;
}

.form #greeting {
	text-align:center;
	margin-bottom:30px;
}

.form #greeting p {
	display:inline-block;
	padding:8px;
	line-height:1.3;
	border:2px solid #999;
	background-color:#FFF;
	margin-bottom:15px;
	position:relative;
	box-sizing:border-box;
	height:auto;

	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.form #greeting p:after {
	content: "";
	position: absolute;
	top:auto;
	right:auto;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #999 transparent transparent transparent;
	z-index: 1;
}
.form #greeting p:before {
	content: "";
	position: absolute;
	top:auto;
	right:auto;
	bottom: -7px; left: 50%;
	margin-left: -9px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #FFF transparent transparent transparent;
	z-index: 2;
}

.form #greeting img {
	display:block;
	margin:0 auto 3px auto;
	width:80%;
	max-width:320px;
}
.form #greeting span {
	font-size:16px;
}

.form #telephone div {
	margin-bottom:10px;
}

.form #telephone div > a {
	font-size:36px;
	font-weight:normal;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
	padding-left:40px;
	background:url(../images/icon_tel.png) 2px center no-repeat;
	background-size:30px 32px;
	line-height:50px;
	float:left;
	margin-right:15px;
}
	@media(max-width:767px) {
		.form #telephone div > a {
			float:none;
		}
	}
	@media(max-width:479px) {
		.form #telephone div > a {
			font-size:26px;
			background-size:20px 21px;
			padding-left:30px;
			line-height:26px;
		}
	}

.form #telephone div > p {
	display:inline-block;
	font-size:15px;
	line-height:1.3;
	float:left;
	padding-top:6px;
}
	@media(max-width:767px) {
		.form #telephone div > p {
			display:block;
			float:none;
			font-size:18px;
		}
	}

.form #telephone div > p span {
	display:block;
}
	@media(max-width:767px) {
		.form #telephone div > p span {
			display:inline-block;
			margin-left:10px;
		}
	}

.form #telephone > span {
	font-size:18px;
	display:block;
	margin-bottom:50px;
	line-height:1.3;
}

.form h2 {
	font-size:28px;
	padding-bottom:5px;
	border-bottom:2px solid #999999;
	margin-bottom:30px;
}

#form table {
	width:100%;
	margin:0 auto 50px auto;
	border-collapse:collapse;
}

#form table th, #form table td {
	vertical-align:middle;
	padding:12px 25px;
	border:1px solid #999;
}
	@media(max-width:767px) {
		#form table th, #form table td {
			display:block;
			padding:10px;
			border:0;
		}
	}

#form table th {
	background-color:#F6F6F6;
	font-weight:normal;
	text-align:left;
}
	@media(max-width:767px) {
		#form table th {
			border-top:1px solid #999;
		}
	}

	@media(max-width:767px) {
		#form table td {
			margin-bottom:20px;
		}
		#form table td:last-child {
			margin-bottom:0;
		}
	}

#form table th span {
	font-size:15px;
	display:inline-block;
	background-color:#E83828;
	color:#FFF;
	padding:5px 6px 4px 6px;
	line-height:1;
	float:right;
}

	@media(max-width:767px) {
		#form table th p {
			display:inline;
		}
	}

#form table th small {
	font-size:16px;
}

#form table td p{
	display:inline;
	font-size:11px;
}

input, textarea {
	font-size:18px;
}
input.namae {
	width:90%;
	max-width:200px;
}
input.post {
	width:60px;
}
input.phone {
	width:90%;
	max-width:200px;
}
input.mail {
	width:90%;
	max-width:400px;
}
#comment {
	width:90%;
	max-width:400px;
	height:90px;
}
.form .submit {
	text-align:center;
}
.form .submit a {
	color:#FFF;
	display:inline-block;
	width:320px;
	background-color:#B2A247;
	line-height:50px;
	font-size:20px;
}
	@media(max-width:480px) {
		.form .submit a {
			display:block;
			width:auto;
			margin:0 15px;
		}
	}

.form .submit a:hover {
	opacity:0.8;
}

.form p.complete {
	text-align:center;
}
.form p.error {
	width:768px;
	margin:0 auto 50px auto;
	margin-bottom:20px;
	border:1px dotted #FF6262;
	background-color:#FFF4F4;
	padding:15px;
	color:#F00;
	line-height:1.3;
	text-align:left;
}
	@media(max-width:980px) {
		.form p.error {
			width:688px;
		}
	}
	@media(max-width:767px) {
		.form p.error {
			width:auto;
			margin:0 auto 30px auto;
		}
	}



/* headerMenu
---------------------------------------------- */

#globalMenu {
	background-color:rgba(255,255,255,0.5);
}
	@media(max-width:767px) {
		#globalMenu {
			display:none;
			position:fixed;
			width:100%;
			overflow-y:auto;
			overflow-x:hidden;
			background-color:rgba(255,255,255,1	);
			z-index:100;
			top:0;
			left:0;
			bottom:0;
			text-align:center;
		}
	}

#globalMenu > ul {
	text-align:right;
	font-size:20px;
	margin-right:15px;
}
	@media(max-width:1199px) {
		#globalMenu > ul {
			font-size:17px;
		}
	}
	@media(max-width:979px) {
		#globalMenu > ul {
			font-size:15px;
		}
	}
	@media(max-width:767px) {
		#globalMenu > ul {
			font-size:20px;
			margin-right:0;
			width:100%;
			position:absolute;
			top:50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			text-align:center;
		}
	}
	@media(max-height:399px) {
		#globalMenu > ul {
			position:static;
			transform: translateY(0);
			-webkit-transform: translateY(0);
		}
	}

#globalMenu > ul > li {
	display:inline-block;
	padding:0 10px;
	line-height:70px;
}
	@media(max-width:979px) {
		#globalMenu > ul > li {
			padding:0 5px;
			line-height:60px;
		}
	}
	@media(max-width:767px) {
		#globalMenu > ul > li {
			display:block;
			padding:15px 0;
			line-height:1;
		}
	}

#globalMenu > ul > li > span {
	position:relative;
}

#globalMenu > ul > li > ul {
	display:none;
	position:absolute;
	background-color:rgba(0,0,0,0.5);
	padding:5px 0;
	margin-left:-1em;
}
	@media(max-width:767px) {
		#globalMenu > ul > li > ul {
			display:block;
			position:static;
			background-color:transparent;
			margin-left:0;
		}
	}

#globalMenu > ul > li > ul > li {
	padding:10px 0;
	width:6em;
	text-align:center;
	line-height:1;
}
	@media(max-width:767px) {
		#globalMenu > ul > li > ul > li {
			width:auto;
		}
	}

#globalMenu > ul > li > ul > li > a {
	color:#FFF;
}
#globalMenu > ul > li > ul > li > a:hover {
	color:#DDD;
}
	@media(max-width:767px) {
		#globalMenu > ul > li > ul > li > a {
			color:inherit;
		}
	}
	@media(max-width:767px) {
		#globalMenu > ul > li > ul > li > a:hover {
			color:inherit;
		}
	}


/* modalMenu
---------------------------------------------- */
#modalMenu {
	display:none;
	position:fixed;
	width:100%;
	overflow-y:auto;
	overflow-x:hidden;
	background-color:rgba(255,255,255,1);
	z-index:100;
	top:0;
	left:0;
	bottom:0;
	text-align:center;
}
#modalMenu > nav {
	width:100%;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
	@media(max-height:399px) {
		#modalMenu > nav {
			position:static;
			transform: translateY(0);
			-webkit-transform: translateY(0);
		}
	}

#modalMenu > nav > ul > li {
	margin-bottom:30px;
}
#modalMenu > nav > ul > li > a {
	display:inline-block;
	color:#000;
}



#menuTrigger {
	display:none;
}
	@media(max-width:767px) {
		#menuTrigger {
			display:block;
			position:fixed;
			z-index:101;
			top:10px;
			right:10px;
			width:40px;
			height:40px;
			background:url(../images/menu_trigger.png) top center no-repeat;
			background-size:40px 80px;
			cursor:pointer;
		}
	}

	#menuTrigger.on {
			background-position:bottom center;
	}



/* contents
---------------------------------------------- */

a.btn {
	display:block;
	width:100%;
	max-width:320px;
	text-align:center;
	text-indent:-2em;
	color:#FFFFFF;
	padding:15px 0;
	font-size:22px;
	background:url(../images/btn_arrow.png) right 25px center no-repeat #C2BB07;
	background-size:38px 11px;
}
	@media(max-width:767px) {
		a.btn {
			font-size:18px;
			background-size:25px 7px;
			background-position:right 15px center;
		}
	}

a.btn:hover {
	opacity:0.8;
}



/* contact
---------------------------------------------- */
#contact {
	margin-bottom:150px;
}
	@media(max-width:767px) {
		#contact {
			margin-bottom:100px;
		}
	}

#contact > h2 {
	text-align:center;
	font-size:36px;
	margin-bottom:20px;
}
	@media(max-width:639px) {
		#contact > h2 {
			font-size:24px;
			margin-bottom:10px;
		}
	}

#contact > div {
	background-color:#F6F6F6;
	padding:20px 15px 30px 15px;
}
.contactWrap {
	width:100%;
	max-width:820px;
	margin:0 auto;
}
.contactWrap > figure {
	width:44%;
	float:left;
	text-align:center;
}
	@media(max-width:639px) {
		.contactWrap > figure {
			width:100%;
			float:none;
		}
	}

.contactWrap > figure > img {
	width:100%;
	max-width:360px;
	margin-bottom:5px;
}
.contactWrap > figure > figcaption {
	line-height:1.3;
	letter-spacing:-1px;
}
.contactWrap > div {
	width:50%;
	float:right;
	text-align:center;
	padding-top:10px;
}
	@media(max-width:639px) {
		.contactWrap > div {
			width:100%;
			float:none;
		}
	}

.contactWrap > div > a {
	display:inline-block;
	font-size:50px;
	padding-left:50px;
	background:url(../images/icon_tel.png) 2px center no-repeat;
	background-size:38px 40px;
	line-height:50px;
	margin-bottom:5px;
}
	@media(max-width:979px) {
		.contactWrap > div > a {
			font-size:44px;
		}
	}
	@media(max-width:767px) {
		.contactWrap > div > a {
			font-size:38px;
			background-size:30px 32px;
			padding-left:48px;
			letter-spacing:-1px;
		}
	}
	@media(max-width:639px) {
		.contactWrap > div > a {
			font-size:32px;
		}
	}

.contactWrap > div > span {
	display:block;
	margin-bottom:15px;
}
.contactWrap > div > ul {
	margin:0 auto;
}
.contactWrap > div > ul > li {
	margin-bottom:10px;
}
.contactWrap > div > ul > li > a {
	max-width:initial !important;
}

/* toTop
---------------------------------------------- */
div.toTop {
	display:none;
	width:80px;
	height:80px;
	position:fixed;
	bottom:25px;
	right:25px;
	z-index:999;
}
	@media(max-width:767px) {
		div.toTop {
			width:60px;
			height:60px;
		}
	}
	@media(max-width:479px) {
		div.toTop {
			right:20px;
			bottom:20px;
		}
	}

div.toTop a > img {
	width:100%;
}



/* footer
---------------------------------------------- */
#gFooter {
	background:url(../images/bg_footer.png) top center no-repeat;
	background-size:cover;
	padding:30px;
}
	@media(max-width:980px) {
		#gFooter {
			padding:15px;
		}
	}
#gFooter .menu {
	float:left;
}
	@media(max-width:767px) {
		#gFooter .menu {
			float:none;
			text-align:center;
		}
	}

#gFooter .menu > figure {
	padding:0 30px 20px 0;
	width:240px;
}
	@media(max-width:767px) {
		#gFooter .menu > figure {
			width:200px;
			padding:0;
			margin:0 auto 20px auto;
		}
	}

#gFooter .menu > figure > img {
	width:100%;
}
#gFooter nav {
	margin-bottom:20px;
}
	@media(max-width:767px) {
		#gFooter nav {
			text-align:left;
			display:inline-block;
		}
	}

#gFooter nav > ul {
	float:left;
	font-size:18px;
}
	@media(max-width:767px) {
		#gFooter nav ul {
			font-size:16px;
		}
	}
#gFooter nav > ul {
	margin-right:50px;
}
	@media(max-width:767px) {
		#gFooter nav > ul {
			margin:0 20px;
		}
	}
	@media(max-width:479px) {
		#gFooter nav > ul {
			margin:0;
		}
		#gFooter nav > ul.mainMenu {
			margin-right:20px;
		}
	}

#gFooter nav > ul li {
	padding:8px 0;
}
#gFooter nav > ul > li > ul {
	padding-top:10px;
}
#gFooter nav > ul > li > ul > li {
	margin-left:1em;
}
#gFooter .sns {
	width:290px;
	float:right;
	margin-top:30px;
}
	@media(max-width:767px) {
		#gFooter .sns {
			margin:0 auto;
			float:none;
		}
	}

#gFooter .sns ul {
	padding-top:10px;
}

#gFooter .sns ul li {
	float:left;
	margin:0 10px;
}
#gFooter .sns ul li img {
	height:30px;
}

address {
	display:block;
	text-align:center;
	font-size:14px;
	line-height:1.3;
	font-style:normal;
	padding:15px 0;
}
	@media(max-width:479px) {
		address {
			font-size:12px;
		}
	}