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

@font-face {
font-family: 'cg';
src: url(../fonts/GOTHIC_0.TTF);
}
body{
	font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
	font-weight: 400;
	font-size: 15px;
	color: #000;
	line-height: 1.8;
	letter-spacing: 0.04em;
	background-image: url(../img/common/main_bg.jpg);
	background-size: cover;   
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
@media screen and (min-width: 736px) {
html,
body {
	min-width: 1200px;
}
}
a {
	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;
}
.inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.cg {
	font-family: 'cg';
}
.ns {
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP",'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}

.mobile_only {
	display: none;
}
.fixBtn {
    position: fixed;
    top: 240px;
    right: -5px;
    z-index: 200;
    transition: all 0.3s;
    opacity: 0.8;
}
.fixBtn:hover {
    right: 0;
	opacity: 1;
}

/*header*/

#header {
	border-top: 25px solid #4E463F;
	background-color: rgba(255,255,255,0.9);
	background-image: url(../img/common/h_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#header .inner .h_top {
	overflow: hidden;
}
#header .inner .h_top .h_left {
	float: left;
	width: 50%;
	margin-top: 15px;
}
#header .inner .h_top .h_left h1 {
	color: #4E463F;
	font-weight: bold;
	font-size: 14px;
}
#header .inner .h_top .h_right {
	float: right;
	width: 25%;
	margin-top: 30px;
	margin-left: 20%;
}
#header .inner .h_top .h_right p {
	text-align: center;
}
#header .inner .h_top .h_right .contact {
	font-size: 20px;
	line-height: 1.8;
	font-weight: bold;
	color: #4E463F;
	border-bottom: 1px solid #ccc;
}
#header .inner .h_top .h_right .tel,
#header .inner .h_top .h_right .tel a {
	margin-top: 5px;
	font-size: 28px;
	font-weight: bold;
	color: #D09B00;
}
#header .inner .h_top .h_right .tel i {
	padding-right: 15px;
}
#header .inner .h_top .h_right .time {
	font-size: 13px;
	color: #4E463F;
	line-height: 1.6;
}
#header .inner .logoArea {
	text-align: center;
	margin-top: -172px;
	padding-bottom: 30px;
}
#header .inner .logoArea a {
	display: inline-block;
}
#header .inner .logoArea a:hover {
	opacity: 0.7;
}

#header .gnavArea .gnav {
	overflow: hidden;
	padding: 0 5px;
}
#header .gnavArea .gnav li {
	float: left;
	width: 170px;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
}
#header .gnavArea .gnav li a {
	padding: 5px;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	color: #4D463F;
	text-shadow:
		1px 1px 0 #fff, 
		1px 1px 0 #fff;
}
#header .gnavArea .gnav li a:hover {
	color: #D19E06;
}
#header .gnavArea .gnav li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 57px;
	width: 55px;
	height: 2px;
	background-color: #D19E06;
	-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 .gnavArea .gnav li a:hover:after {
	transform: scaleX(1);
}
#toggle {
	position: fixed;
    top: 35px;
    right: 15px;
    color: #4E463F;
    font-size: 30px;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

/* footer */
#footer .f_top {
	background-color: #EEE;
}
#footer .f_top .inner,
#footer .f_top .inner .left,
#footer .f_bottom .inner {
	overflow: hidden;
}
#footer .f_top .inner {
	padding: 25px 50px 60px;
}
#footer .f_top .inner .left {
	float: left;
	width: 46%;
	margin-right: 4%;
}
#footer .f_top .inner .right {
	float: right;
	width: 40%;
	margin-left: 10%;
}
#footer .f_top .inner .left .f_logo {
	text-align: center;
}
#footer .f_top .inner .left .f_logo a {
	display: inline-block;
	padding: 30px 130px;
	background-color: #4E463F;
}
#footer .f_top .inner .left .f_logo a:hover {
	background-color: #D09C00;
}
#footer .f_top .inner .left .item {
	padding-top: 20px;
}
#footer .f_top .inner .left .item01 {
	float: left;
	width: 67%;
	margin-right: 2%;
	padding-left: 10px;
}
#footer .f_top .inner .left .item01 .contact {
	font-size: 20px;
	line-height: 1.8;
	font-weight: bold;
	color: #72BA2A;
	border-bottom: 1px solid #ccc;
}
#footer .f_top .inner .left .item01 .tel,
#footer .f_top .inner .left .item01 .tel a {
	font-size: 39px;
	font-weight: bold;
	color: #D09B00;
}
#footer .f_top .inner .left .item01 .tel i {
	padding-right: 15px;
}
#footer .f_top .inner .left .item02 {
	float: right;
	width: 30%;
}
#footer .f_top .inner .right .map {
	height: 350px;
}

#footer .f_bottom {
	background-color: #4E463F;
}
#footer .f_bottom .inner .bnrArea {
	overflow: hidden;
	padding: 30px 80px;
	border-bottom: 1px solid #555;
}
#footer .f_bottom .inner .bnrArea li {
	float: left;
	width: 250px;
	margin: 10px 5px;
}
#footer .f_bottom .inner .bnrArea li a {
	display: block;
		text-shadow: none;
}
#footer .f_bottom .inner .bnrArea li a:hover {
	opacity: 0.7;
}
#footer .f_bottom .inner .fnav {
	overflow: hidden;
	padding: 50px 195px 30px;
}
#footer .f_bottom .inner .fnav li {
	float: left;
/*	width: 135px;*/
	width: 115px;
	text-align: center;
}
#footer .f_bottom .inner .fnav li a {
	display: inline-block;
	color: #fff;
	padding: 10px;
}
#footer .f_bottom .inner .fnav li a:hover {
	color: #D09C00;
}
#footer .f_bottom .inner .fsns {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 10px;
}
#footer .f_bottom .inner .fsns li {
	margin-left: 10px;
	margin-right: 10px;
}
#footer .f_bottom .inner .fsns li a {
	display: block
}
#footer .f_bottom .inner .fsns li a:hover {
	opacity: 0.7;
}
#footer .f_bottom .inner .fsns li a img {
	width: 40px;
  height: 40px;
}
#footer .f_bottom .copyright .inner {
	padding: 20px 0;
	text-align: center;
}
#footer .f_bottom .copyright .inner p {
	font-size: 13px;
	color: #fff;
}
#footer .f_bottom .pagetop {
	position: fixed;
	right: 30px;
	bottom: 10px;
	width: 60px;
	height: 60px;
	z-index: 999;
}
#footer .f_bottom .pagetop a {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 2px solid #28282E;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
#footer .f_bottom .pagetop a:after,
#footer .f_bottom .pagetop a:before {
	display: block;
	position: absolute;
	top: 26px;
	left: 11px;
	content: "";
	width: 20px;
	height: 3px;
	background: #28282E;
}
#footer .f_bottom .pagetop a:after {
	-webkit-transform: translate(3px, 0px) rotate(-45deg);
	-moz-transform: translate(3px, 0px) rotate(-45deg);
	-ms-transform: translate(3px, 0px) rotate(-45deg);
	transform: translate(3px, 0px) rotate(-45deg);
}
#footer .f_bottom .pagetop a:before {
	-webkit-transform: translate(15px, 0px) rotate(45deg);
	-moz-transform: translate(15px, 0px) rotate(45deg);
	-ms-transform: translate(15px, 0px) rotate(45deg);
	transform: translate(15px, 0px) rotate(45deg);
}




@media screen and (max-width: 736px) {
	.pc_only {
		display: none!important;
	}
	.inner {
		width: 100%;
	}
	.mobile_only {
		display: block;
	}
	.box1400 {
		width: 100%;
	}
	#header {
		border-top: 40px solid #4E463F;
		background-image: none;
		position: relative;
	}
	#header .inner {
		padding: 0 3vw;
	}
	#header .inner .h_top .h_left {
		float: none;
		width: 80%;
		margin-top: 3vw;
	}
	#header .inner .h_top .h_left h1 {
		font-size: 3vw;
		line-height: 1.3;
		position: absolute;
		top: -34px;
		left: 15px;
		color: #fff;
	}	
	#header .inner .logoArea {
		width: 60%;
		margin: -20px auto 0;
		padding-bottom: 2vw;
	}
	#toggle {
		display: block;
	}
	#header .gnavArea {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 100%;
		width: 100vw;
		height: 100vh;
		background-color: rgba(255,255,255,0.9);
		z-index: 9998;
		opacity: 0.6;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	#header .gnavArea.is_show {
		right: 0;
		opacity: 1;
	}
	#header .gnavArea .gnav {
		padding: 40px 0 0;
	}
	#header .gnavArea .gnav li {
		width: 100%;
		height: 10vh;
		margin-bottom: 0;
	}
	#header .gnavArea .gnav li a {
		display: block;
		font-size: 18px;
		color: #4E463F;
		padding: 10px 0;
		line-height: 8vh;
		text-shadow: none;
	}
	#header .gnavArea .gnav li a:hover {
		background-color: rgba(78,70,63,0.95);
		color: #fff;
	}
	#header .gnavArea .gnav li a:after {
		display: none;
	}
	#header .gnavArea .gnav li a:after {
		display: none;
	}
	
	
	#footer .f_top .inner {
		padding: 40px 3vw;
	}
	#footer .f_top .inner .left {
		float: none;
		width: 100%;
		padding-bottom: 30px;
		margin-right: 0;
	}
	#footer .f_top .inner .right {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	#footer .f_top .inner .left .f_logo a {
		padding: 30px 50px;
	}
	#footer .f_top .inner .left .item {
    padding-top: 7vw
	}
	#footer .f_top .inner .left .item01 {
		width: 70%;
		margin-right: 0;
		padding-left: 3vw;
	}
	#footer .f_top .inner .left .item01 .contact {
		font-size: 20px;
		line-height: 1.6;
	}
	#footer .f_top .inner .left .item01 .tel,
	#footer .f_top .inner .left .item01 .tel a {
		font-size: 20px;
	}
	#footer .f_top .inner .left .item01 .tel {
		padding-bottom: 10px;
	}
	#footer .f_top .inner .left .item01 .tel i {
		padding-right: 10px;
	}
	#footer .f_top .inner .left .item01 .time {
		line-height: 1.3;
		padding-left: 10px;
	}
	#footer .f_top .inner .left .item01 .add {
		line-height: 1.3;
		padding-left: 10px;
	}
	#footer .f_top .inner .right .map {
		height: 300px;
	}
	#footer .f_bottom .inner .bnrArea {
		padding: 30px 1vw 20px;
	}
	#footer .f_bottom .inner .bnrArea li {
		width: 46%;
		margin: 10px 2%;
	}
	#footer .f_bottom .inner .fnav {
		overflow: hidden;
		padding: 35px 0 15px;
	}
	#footer .f_bottom .inner .fnav li {
		float: none;
		width: 100%;
	}
	#footer .f_bottom .inner .fnav li a {
		display: block;
	}
	#footer .f_bottom .copyright .inner {
		padding: 15px 0 100px;
	}
	#footer .f_bottom .copyright .inner p {
		font-size: 12px;

	}
	#footer .f_bottom {
		position: relative;
	}
	#footer .f_bottom .pagetop {
		position: absolute;
		top: -30px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		}
.fixBtn {
    position: fixed;
	top: inherit;
	right: inherit;
    bottom: 0;
    left: 0;
    z-index: 200;
    transition: all 0.3s;
    opacity: 1;
	width: 100%;
}
.fixBtn:hover {
	opacity: .8;
}

}

