@charset "utf-8";


body {
	line-height: 1.6;
	font-weight: 200;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
  	min-height: -webkit-fill-available;
    animation: fadeIn 1.6s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.6s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

html{
  height: -webkit-fill-available;
}

body, html {
	position: relative;
	color: #333;
	font: 14px/1.8 'メイリオ', "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	padding: 0 0 0 0;
	background-color: #fff;
}


a {
  color: #302d2a;
  text-decoration: none;
}

a:active, 
a:hover {
  color: #302d2a;
  text-decoration: none;
}

iframe {
  max-width: 100%;
  height: 100%;
  vertical-align: bottom;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

.clearfix:after, .inner:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden
}

.text-center {
  text-align: center
}

ul {
	list-style: none;
}



.i-space4 {
	padding-left: 4px;
}

.i-space6 {
	padding-left: 6px;
}

.i-space8 {
	padding-left: 8px;
}

.i-space12 {
	padding-left: 12px;
}

.i-space18 {
	padding-left: 18px;
}

.i-space99 {
	padding: 0 6px 0 18px;
}



.i-space4r {
	padding-right: 4px;
}

.i-space6r {
	padding-right: 6px;
}

.i-space8r {
	padding-right: 8px;
}

.i-space12r {
	padding-right: 12px;
	font-size: 0.6em;
}

.i-space18r {
	padding-right: 18px;
}




.float {
	display: none;
}

#container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 1200px;
	overflow: hidden;
}

#sub-container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 1200px;
	overflow: hidden;
}
	
	
	
	
	
	
#header {
	display: block;
	position:fixed;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 84px;
	background-color:rgba(154,144,132,0.8);
	/*background-color: #9a9084;*/
	top: 0;
	left: 0;
	z-index: 200;
}	

.header_inner {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 84px;
}



/*　ヘッダー上下　*/

#header.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/* */

#header.DownMove {
	animation: DownAnime 1.0s forwards;
}
@keyframes DownAnime {
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}




.logo_title {
	position: relative;
	display: block;
	padding: 18px 0 0 34px;
	margin: 0 0 0 0;
	font-size: 1em;
	line-height: 1.1em;
	color: #fff;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.logo_title a {
	color: #fff;
	text-decoration: none;
}

.logo_mark {
	position: relative;
	display: block;
	padding: 0 0 0 34px;
	margin: 2px 0 0 0;
	width: 200px;
	height: auto;
}

.header_tel {
	position: absolute;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #fff;
	top: 24px;
	right: 51%;
	/*transform: translateX(-50%);*/
	font-weight: 200;
	font-family: "Murecho", sans-serif;
	font-optical-sizing: auto;
	font-size: 2.4em;
	line-height: 1.1em;
}

.header_tel span {
	font-size: 0.8em;
}

.header_tel a {
	color: #fff;
}

.header_mail {
	position: absolute;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #fff;
	top: 30px;
	left: 51%;
	font-weight: 200;
	font-family: "Murecho", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.8em;
	line-height: 1.1em;
	letter-spacing: -1px;
}

.header_mail a {
	color: #fff;
}




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

	.header_tel,	
	.header_mail {
		display: none;
	}

	.float {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px;
		z-index: 500;
		background-color: #4d4b4a;
	}




	.float .fl_footer_tel {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 50%;
		height: 80px;
		float: left;
		border-top: 1px solid #d5d2cd;
		border-right: 1px solid #d5d2cd;
	}
	
	.float .fl_footer_mail {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 50%;
		height: 80px;
		float: left;
		border-top: 1px solid #d5d2cd;
	}

	.float .fl_footer_tel a {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 80px;
		line-height: 80px;
		color: #d5d2cd;
		text-align: center;
		font-size: 1.4em;
	}
	
	.float .fl_footer_mail a {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 80px;
		line-height: 80px;
		color: #d5d2cd;
		text-align: center;
		font-size: 1.4em;
	}
	
	.float .fl_footer_tel a .txt {
		display: inline-block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		color: #d5d2cd;
	}
	
	.float .fl_footer_mail a .txt {
		display: inline-block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		color: #d5d2cd;
	}
	
	.float .fl_footer_mail a .txt2,
	.float .fl_footer_tel a .txt2  {
		display: none;
	}

}


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

	.float .fl_footer_tel a {
		font-size: 1.6em;
	}
	
	.float .fl_footer_mail a {
		font-size: 1.6em;
	}
		
	.float .fl_footer_tel a .txt {
		display: none;
	}
	
	.float .fl_footer_mail a .txt {
		display: none;
	}

	.float .fl_footer_mail a .txt2,
	.float .fl_footer_tel a .txt2  {
		display: inline-block;
	}
	
}





.gnavi {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 84px 0 0 0;
	width: 100%;
	height: 100px;
	background-color: #d5d2cd;
}

.head_office {
	position: absolute;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #fff;
	top: 12px;
	right: 90px;
}

.head_office ul {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	height: 18px;
}

.head_office ul li {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1em;
	line-height: 1em;
	float: left;
	z-index: 10;
}

.head_office ul li a span {
	padding: 0 8px 0 8px;
	height: 18px;
	color: #4d4b4a;
	text-decoration: none;
	border-right: 1px solid #4b4b4b;
}

.head_office ul li:last-child a span {
	border-right: none;
}

.head_office ul li a:hover span {
	color: #4d4b4a;
	text-decoration: underline;
}





.gnavi_inner {
	position: relative;
	display: block;
	padding: 50px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
}


.gnavi_inner ul {
	position: relative;
	display: flex;
	justify-content:center;
	height: 50px; 
}

.gnavi_inner ul li,
.gnavi_inner ul li a {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 50px; 
	text-align: center;
	color: #4d4b4a;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.gnavi_inner ul li:last-child span {
	height: 34px;
	border-right: 1px solid #4d4b4a;
}


.gnavi_inner ul li a:hover,
.gnavi_inner ul li a.current {
	color: #4d4b4a;
	text-decoration: none;
	border-bottom: 4px solid #4d4b4a;
}


.gnavi_inner ul li a span {
	position: relative;
	display: block;
	width: 190px;
	height: 30px;
	text-align: center;
	color: #4d4b4a;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 1.1em;
	border-left: 1px solid #4d4b4a;
}

.gnavi_inner ul li:last-child a span {
	height: 30px;
	border-right: 1px solid #4d4b4a;
}


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

	.gnavi {
		display: none;
	}

}



















/* お問い合わせ帯 */
.foot_inq {
	position: relative;
	display: block;
	padding: 78px 0 60px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 450px;
	background-color: #4d4b4a;
}


.foot_inq_ti {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 2.1em;
	line-height: 1.1em;
	color: #eceaea;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.foot_inq_tel {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 4.2em;
	line-height: 1.1em;
	color: #eceaea;
	font-weight: 200;
	font-family: "Murecho", sans-serif;
	font-optical-sizing: auto;
}

.foot_inq_tel span {
	font-size: 0.6em;
}

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

	.foot_inq_ti {
		position: relative;
		display: block;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: center;
		font-size: 1.6em;
		line-height: 1.1em;
		color: #eceaea;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
	}

	.foot_inq_tel {
		position: relative;
		display: block;
		padding: 0 0 0 0;
		margin: 20px 0 0 0;
		text-align: center;
		font-size: 3.2em;
		line-height: 1.1em;
		color: #eceaea;
		font-weight: 200;
		font-family: "Murecho", sans-serif;
		font-optical-sizing: auto;
	}
	
	.foot_inq_tel span {
		display: block;
		font-size: 0.6em;
		line-height: 0.8em;
	}

}


.foot_inq_ti2 {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 60px 0 0 0;
	text-align: center;
	font-size: 2.1em;
	line-height: 1.1em;
	color: #eceaea;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.foot_inq ul {
	position: relative;
	display: flex;
  justify-content:center;
  height: 68px; 
	padding: 0 0 0 0;
	margin: 28px 0 0 0;
}

.foot_inq ul li {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 8px 0 8px;
	width: 380px;
  height: 68px;
  line-height: 68px;
}

.foot_inq ul li a {
	display: block;
	width: 380px;
  height: 68px;
}

.foot_inq_bt01 {
	text-align: center;
	color: #d5d2cd;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	background-color: #9a9084;
	border-radius: 34px;
	font-size: 1.4em;
}

.foot_inq_bt02 {
	color: #4d4b4a;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	background-color: #d5d2cd;
	border-radius: 34px;
}

.foot_inq_bt01 a {
	color: #d5d2cd;
}

.foot_inq_bt02 a {
	color: #4d4b4a;
}


.foot_inq_bt02 .large {
	display: block;
	position: absolute;
	font-size: 1.4em;
  line-height: 1em;
	top: 14px;
	left: 50px;
}

.foot_inq_bt02 .small {
	display: block;
	position: absolute;
	font-size: 1em;
  line-height: 1em;
	top: 40px;
	left: 50px;
}


.foot_inq_bt02 .catalog {
	display: block;
	position: absolute;
	top: -35px;
	right: 50px;
	width: 80px;
	height: auto;
}

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

	.foot_inq_ti2 {
		position: relative;
		display: block;
		padding: 0 0 0 0;
		margin: 60px 0 0 0;
		text-align: center;
		font-size: 1.4em;
		line-height: 1.1em;
		color: #eceaea;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
	}

	.foot_inq ul {
		position: relative;
		display: block;
		height: auto; 
		padding: 0 0 0 0;
		margin: 28px 0 0 0;
	}
	
	.foot_inq ul li {
		position: relative;
		display: block;
		padding: 0 0 0 0;
		margin: 0 auto 48px auto;
		width: 85%;
		height: 68px;
		line-height: 68px;
		float: none;
	}
	
	.foot_inq ul li a {
		display: block;
		width: 100%;
		height: 68px;
	}

}

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

	.foot_inq_bt02 .large {
		padding: 14px 0 0 0;
		text-align: center;
		display: block;
		position: relative;
		font-size: 1.4em;
		line-height: 1.3em;
		top: 0;
		left: 0;
	}
	
	.foot_inq_bt02 .small {
		text-align: center;
		display: block;
		position: relative;
		font-size: 1em;
		line-height: 1.3em;
		top: 0;
		left: 0;
	}

	.foot_inq_bt02 .catalog {
		display: none;
	}

}







/* バナー3連 */
.foot_bn {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: auto;
	min-height: 230px;
	background-color: #fff;
}

.foot_bn ul {
	position: relative;
	display: flex;
	padding: 90px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	justify-content:center;
}

.foot_bn ul li {
	position: relative;
	display: block;
	padding: 0 12px 0 12px;
	margin: 0 0 0 0;
	width: 230px;
	height: auto;
}

.foot_bn ul li img {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

@media screen and (max-width:768px) {	
	
	.foot_bn {
		position: relative;
		display: block;
		padding: 0 0 0 0;
		margin: 0 0 80px 0;
		width: 100%;
		height: auto;
		min-height: 230px;
		background-color: #fff;
	}

	.foot_bn ul {
		position: relative;
		display: block;
		padding: 90px 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
	}
	
	.foot_bn ul li {
		position: relative;
		display: block;
		padding: 0 0 0 0;
		margin: 0 auto 24px auto;
		width: 80%;
		max-width: 360px;
		height: auto;
		float: none;
	}

}







/* リンク */
.foot_link {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 120px;
	background-color: #eceaea;
}

.foot_link ul {
	position: relative;
	display: flex;
	padding: 50px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	display: flex;
  justify-content:center;
}

.foot_link ul li {
	position: relative;
	display: block;
	padding: 0 12px 0 12px;
	margin: 0 0 0 0;
	color: #333;
	font-size: 1.8em;
	line-height: 1.1em;
	border-right: 1px solid #333;
}

.foot_link ul li:last-child {
	border-right: none;
}	

.foot_link ul li a {
	color: #333;
	text-decoration: none;
}

.foot_link ul li a:hover {
	color: #333;
	text-decoration: underline;
}

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

	.foot_link ul li {
		position: relative;
		display: block;
		padding: 0 12px 0 12px;
		margin: 0 0 0 0;
		color: #333;
		font-size: 1.5em;
		line-height: 1.1em;
		border-right: 1px solid #333;
	}

}






















/* コピーライト */
.foot_copy {
	position: relative;
	display: block;
	padding: 38px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 95px;
	background-color: #fff;
}

.copyright {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	color: #4d4b4a;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.copyright br {
	display: none;
}


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

	.foot_copy {
		position: relative;
		display: block;
		padding: 38px 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 175px;
		background-color: #fff;
	}

}

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

	.foot_copy {
		position: relative;
		display: block;
		padding: 38px 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		min-height: 200px;
		background-color: #fff;
	}

	.copyright br {
		display: block;
	}

}



























/*===========================================================*/
/*　SMナビゲーション　openbtn　*/
/*===========================================================*/

.openbtn {
	display: block;
	position:fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	cursor: pointer;
	width: 84px;
	height: 84px;
	background: #4d4b4a;
	box-sizing: border-box;
}


@media only screen and (max-width: 1150px) {
	
	.openbtn {
		display: block;
		position:fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		cursor: pointer;
		width: 84px;
		height: 84px;
		background: #4d4b4a;
		box-sizing: border-box;
	}	
	
}
	
	
	
	
	
/*ボタン内側*/
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  top: 32px;
  left: 24px;
  height: 4px;
  border-radius: 3px;
	background: #fff;
}

.openbtn span:nth-of-type(1) {
	top: 20px;	
	width: 40%;
}

.openbtn span:nth-of-type(2) {
	top: 32px;
	width: 40%;
}

.openbtn span:nth-of-type(3) {
	top: 44px;
	width: 40%;
}

/*activeクラスが付与されると線が回転して×になる*/

.openbtn.active span:nth-of-type(1) {
	top: 28px;
	left: 24px;
	transform: translateY(6px) rotate(-135deg);
	width: 40%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
	top: 40px;
	left: 24px;
	transform: translateY(-6px) rotate(135deg);
	width: 40%;
}

.openbtn .title {
  display: inline-block;
  position: absolute;
  top: 54px;
  left: 20px;
  color: #fff; 
  z-index: 9999;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;	
}



/*===========================================================*/
/*　クリックしたらナビが出現 */
/*===========================================================*/

	#g-nav {
		position:fixed;
		top: 0;
		right: -100%;
		width: 30%;
		height: 100vh; 
		/*background-color: #fff;*/
	
	  padding: 0 0 0 0;
	  margin: 0 0 0 0;
		transition: all 0.6s;
		z-index: 5000;
	}

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

	#g-nav {
		position:fixed;
		top:0;
		right: -100%;
		width: 50%;
		height: 100vh; 
		/*background-color: #fff;*/
	
	  padding: 0 0 0 0;
	  margin: 0 0 0 0;
		transition: all 0.6s;
		z-index: 5000;
	}

}

#g-nav.panelactive {
    right: 0;
}





/*ナビゲーションの縦スクロール*/
#g-nav #g-nav-content {
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
    background-color: #fff;
}

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

	#g-nav #g-nav-content {
	    position: fixed;
	    z-index: 999; 
	    width: 100%;
	    height: 100vh;
	    overflow: auto;
	    -webkit-overflow-scrolling: touch;
	    padding-bottom: 0;
	}

}




.g-nav-content_inner {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 84px;
	background-color: #9a9084;
}


.g-nav-content_inner .logo_title {
	position: relative;
	display: block;
	padding: 18px 0 0 34px;
	margin: 0 0 0 0;
	font-size: 1em;
	line-height: 1.1em;
	color: #fff;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.g-nav-content_inner .logo_title a {
	color: #fff;
	text-decoration: none;
}

.g-nav-content_inner .logo_mark {
	position: relative;
	display: block;
	padding: 0 0 0 34px;
	margin: 2px 0 0 0;
	width: 200px;
	height: auto;
}








#gnavSp {
	display: block;
	width: 100%;
	padding: 0 0 64px 0;
	margin: -84px 0 0 0;
}

@media only screen and (max-width: 1480px) {
	
	#gnavSp {
		display: block;
		width: 100%;
		padding: 0 0 64px 0;
		margin: -84px 0 0 0;
	}
	
}	
	
	
/*
#gnavSp {
	display: block;
	width: 45%;
	padding: 0 5% 0 0;
	margin: 0 0 0 0;
	float: right;
}
 
 
 
@media only screen and (max-width: 920px) {
	
	#gnavSp {
		display: block;
		width: 95%;
		padding: 0 0 0 0;
		margin: 30px 2.5% 40px 2.5%;
	}
	
}
*/	
	
 
#gnavSp li {
	list-style: none;
}
      
#gnavSp .first {
	display: block;
	width: 100%;
	margin: 82px 0 0 0;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	border-bottom: none;
}

@media only screen and (max-width: 1480px) {
	  
	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 82px 0 0 0;
		border-top: 1px solid #cbcbcb;
		border-bottom: 1px solid #cbcbcb;
		border-bottom: none;
	}	  
	  
}  
	
@media screen and (max-width: 420px) {
	
	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 82px 0 0 0;
		border-top: 1px solid #cbcbcb;
		border-bottom: 1px solid #cbcbcb;
		border-bottom: none;
	}	  

}


  
#gnavSp .first > li > a {
	display: block;
	background-color: #e9e9e9;
	padding: 0 0 0 32px;
	font-size: 1.3em;
	color: #333;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	border-bottom: 1px solid #cbcbcb;
	text-decoration: none;
	width: 100%;
	height: 64px;
	line-height: 64px;
}

/*
#gnavSp .first > li.inqnav > a {
	display: block;
	background-color: #f7b550;
	padding: 0.8em 0.7em;
	font-size: 1.3em;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 100%;
}      
*/       
        
#gnavSp .first > li > a strong,
#gnavSp .first > li > a em {
          display: block; }
          
#gnavSp .first > li > a:hover {
          text-decoration: none; }
          
#gnavSp .first > li > a em {
          font-size: 8px;
          line-height: 1.2; }
          
          
#gnavSp .first > li.a > a {
        color: #333;
        background-color: #e9e9e9;
        border-bottom: 1px solid #cbcbcb;
}
        
        
        
        
        
        
#gnavSp .first > li.b > a {
	color: #fff;
	background-color: #9a9084;
	border-bottom: 1px solid #cbcbcb;
}
        
#gnavSp .first > li.c > a {
	color: #fff;
	background-color: #eeb845;
	border-bottom: 1px solid #cbcbcb;
}  
        
#gnavSp .first > li.d > a {
	color: #fff;
	background-color:  #0168b7;
	border-bottom: 1px solid #cbcbcb;
}  
        
#gnavSp .first > li.e > a {
	color: #fff;
	background-color: #64909c;
	border-bottom: 1px solid #cbcbcb;
}   
        
          
        

#gnavSp .first > li.drop > a {
        background-position: right 22px center;
        background-repeat: no-repeat;
        background-image: url("../images/icon-bg-plus_02.png"); }
        
#gnavSp .first > li.drop > a.active {
          background-image: url("../images/icon-bg-mainas_02.png"); }
          
#gnavSp .first > li.drop li {
        border-top: 1px solid #cbcbcb; }
        
#gnavSp .first > li.drop li br {
		display: none; }
        
#gnavSp .first > li.drop li:first-child {
         border-top: 0; }
         
#gnavSp .first > li.drop li:last-child {
         border-bottom: 1px solid #cbcbcb; }
          
#gnavSp .first > li.drop li a {
		display: block;
		background-color: #f6f6f6;
		padding: 0 0 0 32px;
		font-size: 1.2em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		color: #4d4b4a;
		text-decoration: none;
		height: 52px;
		line-height: 52px;
}
          
#gnavSp .first > li .dropList {
        display: none; }
        
        
        
        
        
        
        
#gnavSp .second {
      background-color: #fff;
      border-bottom: 1px solid #fff;
      display: table;
      width: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
              
#gnavSp .second a {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        padding: 0.8em 0.7em;
        color: #fff;
        line-height: 1.2; }
        
#gnavSp .second a:first-child {
          border-right: 1px solid #7a7a7a; }
          
#gnavSp .third {
      background-color: #11a4a7;
      padding: 1.2em; }
      
#gnavSp .fifth {
      background-color: #a9a9a9;
      padding: 1.2em; }
      
#gnavSp .third a {
        display: block;
        width: 100%;
        border-radius: 4px;
        text-align: center;
        line-height: 1.2;
        padding: 0.7em;
        font-size: 14px;
        background-color: #f6f5f5;
        border: 1px solid #d0d0d0;
        color: #11a4a7; }
        
#gnavSp .fifth a {
        display: block;
        width: 90%;
        border-radius: 4px;
        text-align: center;
        line-height: 1.2;
        padding: 0.7em 5% 0.7em 5%;
        font-size: 16px;
        background-color: #357e8b;
        border: 2px solid #fff;
        color: #fff; }   
 





























/* # =================================================================
   # page-top
   # ================================================================= */
   
   
/* GoToTop */
#page-top a {
	display: block;
	width: 48px;
	height: 48px;
	color: #fff;
	transition:all 0.3s;
}

#page-top a img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 48px;
	height: 48px;
}


/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 24px;
	bottom:20px;
	z-index: 20000;
	opacity: 0;
	transform: translateX(100px);
}

@media screen and (max-width:940px) {	
	
	#page-top {
		position: fixed;
		right: 24px;
		bottom: 100px;
		z-index: 20000;
		opacity: 0;
		transform: translateX(100px);
	}
	
}
	
	

/*　左の動き　*/

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}






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

	#page-top,
	#page-top a {
		display: none;
	}


.logo_title {
	padding: 8px 0 0 8px;
    margin: 0 84px 0 0;
}


}









