@charset "UTF-8";
/* CSS Document */

@font-face {
font-family: 'cg';
src: url(../fonts/GOTHIC_0.TTF);
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese",'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #444;
	line-height: 1.8;
	letter-spacing: 0.04em;
}
#wrapper {
	overflow: hidden;
}
@media screen and (min-width: 736px) {
html,
body {
	min-width: 1200px;
}
}


a {
	color: #444;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #50B0DA;
}
.inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.lt {
	font-family: 'Lato', sans-serif;
}
.cg {
	font-family: 'cg';
}
.en {
	font-family: 'Averia Serif Libre', cursive;
}
.jp {
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "Times New Roman", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.mobile_only {
	display: none;
}

/*header*/
header {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    transition: .5s;
    transform: translateY(-100%);
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 12px 2px rgba(0,0,0,.2);
}
header .inner {
    overflow: hidden;
}
header .inner h1 {
	float: left;
	width: 227px;
  margin-top: 20px;
  /*margin-top: 25px;*/
}
header .inner h1 a {
    display: inline-block;
	padding: 5px 10px;
}
header .inner h1 a:hover {
    opacity: 0.7;
}
header .inner .h_top {
	float: right;
	/*width: 700px;*/
	width: 500px;
  margin-top: 20px;
	margin-left: 263px;
}
header .inner .h_top .fb {
	margin: 25px 10px 0 15px;
	text-align: right;
	
}
header .inner .h_top .fb a {
	display: inline-block;
}
header .inner .h_top .fb a:hover {
	opacity: 0.7;
}
header .inner .h_top .gnav {
	overflow: hidden;
}
header .inner .h_top .gnav li {
	float: left;
	width: 100px;
	margin-top: 12px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
header .inner .h_top .gnav li a {
	padding: 5px;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0.02em;
	font-weight: bold;
	color: #333;
	
}
header .inner .h_top .gnav li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 34px;
	width: 30px;
	height: 3px;
	background-color: #50B0D9;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	transform: scaleX(0);
}
header .inner .h_top .gnav li a:hover {
	color: #50B0D9;
}
header .inner .h_top .gnav li a:hover:after {
	transform: scaleX(1);
}
.clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .5s;
    transform: translateY(-100%);
  }
.is-animation {
    transform: translateY(0);
    display: block;
  }
#toggle {
	position: absolute;
	top: 1.3vh;
	right: 15px;
	font-size: 30px;
	display: none;
	color: #333;
}

/* main */
.accesArea {
	margin-top: 80px;
	text-align: center;
	background-image: url(../img/common/contact.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.accesArea .link {
	text-shadow: 0 0 7px #333, 0 0 7px #333, 0 0 7px #333, 0 0 7px #333;
}
.accesArea a {
	padding: 120px 0;
	color: #fff;
	display: block;
}
.accesArea a h3 {
	font-size: 38px;
	font-weight: bold;
}
.accesArea a p {
	font-size: 15px;
}
.accesArea a:hover {
	opacity: 0.7;
}

/* footer */
footer {
	position: relative;
}
footer .bnrArea,
footer .footerArea {
	background-color: #333;
}
footer .bnrArea .inner ul {
	overflow: hidden;
	padding: 30px 80px;
	border-bottom: 1px solid #555;
}
footer .bnrArea .inner ul li {
	float: left;
	width: 250px;
	margin: 10px 5px;
}
footer .bnrArea .inner li a {
	display: block;
}
footer .bnrArea .inner li a:hover {
	opacity: 0.7;
}
footer .footerArea .inner {
	text-align: center;
}
footer .footerArea .inner .fnav {
	overflow: hidden;
	padding: 50px 350px 20px;
}
footer .footerArea .fnav li {
	float: left;
	width: 100px;
}
footer .footerArea .fnav li a {
	color: #fff;
}
footer .footerArea .fnav li a:hover {
	color: #51B0DA;
}
footer .f_bottom {
	overflow: hidden;
	padding: 10px 80px 30px;
}
footer .f_bottom .shop {
  text-align: center;
}
footer .f_bottom .shop p {
	font-size: 15px;
	color: #fff;
}
footer .f_bottom .shop .tel,
footer .f_bottom .shop .tel a 
{
	font-size: 30px;
	color: #fff;
	line-height: 1.4;
}
footer .f_bottom .shop .tel a:hover {
	color: #51B0DA;
}
footer .f_bottom .shop .add {
	padding-top: 10px;
	font-size: 16px;
}
footer .f_bottom .fb {
	float: right;
	width: 50%;
	text-align: right;
}
footer .pagetop {
	position: absolute;
	bottom: 55px;
	right: 20px;
}
footer .pagetop a {
	display: block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #444;
	cursor: pointer;
}
footer .f_top .pagetop a:hover {
	opacity: .9;
}
footer .copyright {
	padding: 20px 0 15px;
	background-color: #fff;
	text-align: center;
}
footer .copyright p {
	font-size: 11px;
	color: #444;
	font-weight: bold;
	letter-spacing: 0.3em;
}


@media screen and (max-width: 736px) {
	body {
	font-size: 13px;
}

	.pc_only {
		display: none!important;
	}
	.inner {
		width: 100%;
	}
	.mobile_only {
		display: block;
	}
	header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3;
		width: 100%;
		transition: .5s;
		transform: translateY(-100%);
		background: rgba(255,255,255,.9);
	}
	header .inner h1 {
		float: none;
		width: 60%;
		height: inherit;
		margin: 11px 3vw;
	}
	header .inner h1 img {
		width: 70%;
	}
	#toggle {
		display: inline-block;
	}
	header .inner .h_top {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	header .inner .h_top .gnav {
		display: none;
		background: rgba(255,255,255,.9);
	}
	header .inner .h_top .gnav li {
		width: 100%;
		margin-top: 4px;
		margin-bottom: 0;
		border-bottom: 1px solid #ccc;
	}
	header .inner .h_top .gnav li a {
		display: block;
		padding: 4px 0;	
	}
	header .inner .h_top .gnav li a:after {
		content: none;
	}

	/* main */
	.accesArea {
		margin-top: 60px;
		background-size: cover;
	}
	.accesArea a {
		padding: 60px 0;
	}
	.accesArea a h3 {
		font-size: 26px;
	}
	.accesArea a p {
		font-size: 14px;
	}

	/* footer */
	footer .bnrArea .inner ul {
		padding: 20px 2vw;
	}
	footer .bnrArea .inner ul li {
		width: 46%;
		margin: 2%;
		text-align: center;
	}
	footer .footerArea .inner .fnav {
		padding: 15px 8vw;
	}
	footer .footerArea .fnav li {
		float: none;
		width: 100%;
		margin: 10px 0 0;
		padding-bottom: 2px;
		border-bottom: 1px dotted #fff;
	}
	footer .footerArea .fnav li a {
		display: block;
		padding: 10px 0 0;
	}
	footer .f_bottom {
		padding: 15px 8vw 30px;
	}
	footer .f_bottom .shop {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	footer .f_bottom .shop .flogo {
		width: 55%;
		margin: 0 auto 20px;
	}
	footer .f_bottom .shop p {
		font-size: 14px;
	}
	footer .f_bottom .shop .tel,
	footer .f_bottom .shop .tel a 
	{
		font-size: 18px;
		line-height: 1.3;
	}
	footer .f_bottom .shop .add {
		font-size: 14px;
		line-height: 1.4;
	}
	footer .f_bottom .fb {
		float: none;
		width: 100%;
		padding: 40px 0 45px;
		text-align: center;
	}
	footer .pagetop {
		bottom: 43px;
	}
	footer .pagetop a {
		width: 40px;
		height: 40px;
		line-height: 37px;
		font-size: 12px;
	}
	footer .copyright {
		padding: 15px 0 15px;
	}
	footer .copyright p {
		font-size: 10px;
		line-height: 1.3;
		letter-spacing: inherit;
	}
}


