@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: #f4f0eb;
}


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

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

iframe, 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;
}

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

.i-space-ex {
	padding-left: 12px;
	font-size: 0.8em;
}








/* # =================================================================
   # splash
   # ================================================================= */

#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #f4f0eb;
	text-align:center;
	/*color: #000;*/
	z-index: 10000;
}

#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#splash_logo svg {
	width: 620px;
	/*
	width: 90%;
	max-width: 600px;
	height: auto;
	*/
}



/*---------------------------------------------------------------------- */
/* Under 1024px Styles
------------------------------------------------------------------------ */

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

	#splash_logo svg {
		width: 560px;
	}

}


/*---------------------------------------------------------------------- */
/* Under 768px Styles
------------------------------------------------------------------------ */

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

	#splash_logo svg {
		width: 500px;
	}

}


/*---------------------------------------------------------------------- */
/* Under 667px Styles
------------------------------------------------------------------------ */

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

	#splash_logo svg {
		width: 400px;
	}

}


/*---------------------------------------------------------------------- */
/* Under 424px Styles
------------------------------------------------------------------------ */

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

	#splash_logo svg {
		width: 300px;
	}

}


#mask path {
		fill-opacity: 0;
		transition: fill-opacity 2s;
		fill: none;
		stroke: #a8a8a8;
		stroke-miterlimit: 10;
	}

#mask.done path {
	  fill: #000000;
	  fill-opacity: 1;
	  stroke: none;
	}





























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

#sub_container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
  overflow: hidden;
}

#inquiry {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
  overflow: hidden;
}





/*===========================================================*/
/*　機能編  スクロール　ヘッダー　*/
/*===========================================================*/


/* header */

#container #header {
	position: fixed;
	width:100%;
  height: 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  background:rgba(0,0,0,0.3);
	/*box-shadow: 0 5px 20px -5px rgba(0,0,0,0.1);*/
  z-index: 2000;
}

#container .header-inner {
	position: absolute;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 100px;
	left: 0;
	width: 100%;
	height: 50px;
	border-top: 1px solid #f4f0eb;
}


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

	#container #header {
  	height: 100px;
	}

	#container .header-inner {
		display: none;
	}

}








#sub_container #header {
	position: fixed;
	width:100%;
  height: 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  background-color: #c0bfbd;
  z-index: 2000;
}

#sub_container .header-inner {
	position: absolute;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 100px;
	left: 0;
	width: 100%;
	height: 50px;
	border-top: 1px solid #f4f0eb;
  z-index: 2000;
}


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

	#sub_container #header {
  	height: 100px;
		z-index: 2000;
	}

	#sub_container .header-inner {
		display: none;
	}

}








#inquiry #header {
	position: fixed;
	width:100%;
  height: 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  background-color: #c0bfbd;
  z-index: 2000;
}

#inquiry .header-inner {
	position: absolute;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 100px;
	left: 0;
	width: 100%;
	height: 50px;
	border-top: 1px solid #f4f0eb;
  z-index: 2000;
}


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

	#inquiry #header {
  	height: 100px;
		z-index: 2000;
	}

	#inquiry .header-inner {
		display: none;
	}

}









/*　ヘッダー上下　*/

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

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

/* */

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













/*===========================================================*/
/*　headerロゴ */
/*===========================================================*/

.header-logo a {
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index: 1;
	width: 400px;
	height: 60px;
}

.logo-mark {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 22px;
	left: 60px;
	width: 48px;
	height: 58px;
	z-index: 2;
}

.logo-title {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 34px;
	left: 120px;
	width: 196px;
	height: 32px;
	z-index: 2;
}





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

	.header-logo a {
		display: block;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		z-index: 1;
		width: 400px;
		height: 60px;
	}

	.logo-mark {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 22px;
		left: 20px;
		width: 48px;
		height: 58px;
		z-index: 2;
	}

	.logo-title {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 34px;
		left: 80px;
		width: 196px;
		height: 32px;
		z-index: 2;
	}

}


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

	.logo-title {
		display: none;
	}

}


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

	.logo-mark {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 24px;
		left: 20px;
		width: 48px;
		height: 58px;
		z-index: 2;
	}

}


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

	.header-logo a {
		display: block;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		z-index: 2;
		width: 100%;
		height: 60px;
	}

}


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

	.logo-mark {
		display: none;
	}

}




.header-com-title {
	display: block;
	position: absolute;
	top: 27px;
	right: 140px;
	left: auto;
	padding: 0 0 0 0;
	font-size: 1.8em;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
}

.header-com-title span {
	display: inline-block;
	padding: 0 0 0 0;
}


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

	.header-com-title {
		display: block;
		position: absolute;
		top: 27px;
		right: auto;
		left: 80px;
		padding: 0 0 0 0;
		font-size: 1.8em;
		font-weight: 600;
		font-family: 'Noto Sans JP', sans-serif;
		color: #fff;
	}

}

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

	.header-com-title span {
		display: none;
	}

}

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

	.header-com-title span {
		display: none;
	}

	.header-com-title {
		display: block;
		position: absolute;
		top: 32px;
		right: auto;
		left: 80px;
		padding: 0 0 0 0;
		font-size: 1.4em;
		font-weight: 600;
		font-family: 'Noto Sans JP', sans-serif;
		color: #fff;
	}

}

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

	.header-com-title {
		display: block;
		position: absolute;
		top: 32px;
		right: auto;
		left: 22px;
		padding: 0 0 0 0;
		font-size: 1.4em;
		font-weight: 600;
		font-family: 'Noto Sans JP', sans-serif;
		color: #fff;
	}

}


.header-com-title a {
	color: #fff;
	text-decoration: none;
}



/*===========================================================*/
/*　PCナビゲーション　Gnav　*/
/*===========================================================*/

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

.gnav ul {
	display: inline-block;
	position: relative;
	padding: 0 120px 0 60px;
	margin: 0 0 0 0;
	width: 100%;
	height: 40px;
	/*text-align: right;*/
	text-align: left;
}

.gnav li {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: auto;
	height: 40px;
	line-height: 40px;
	/*float: left;*/
}

.gnav li a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 8px 0 8px;
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.gnav li a:hover {
	display: block;
	position: relative;
	height: 60px;
	line-height: 26px;
	border-top: 7px solid #f9f39a;

}

.gnav li a.current {
	display: block;
	position: relative;
	height: 60px;
	line-height: 26px;
	border-top: 7px solid #f9f39a;
	color: #f9f39a;
}

.gnav li a span {
	display: block;
	padding: 7px 0 0 0;
	height: 24px;
	min-width: 90px;
	font-size: 1.1em;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
 	color: #fff;
 	text-align: center;
 	letter-spacing: 1px;
}


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

	.gnav ul {
		display: block;
		position: relative;
		padding: 0 0 0 12px;
		margin: 0 0 0 0;
		width: 100%;
		height: 40px;
	}

	.gnav li a span {
		display: block;
		padding: 7px 0 0 0;
		height: 24px;
		min-width: 80px;
		font-size: 1.1em;
		font-weight: 600;
		font-family: 'Noto Sans JP', sans-serif;
	 	color: #fff;
	 	text-align: center;
	 	letter-spacing: 0;
	}

}

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

	.gnav,
	.gnav ul {
		display: none;
	}

}










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

.openbtn {
	display: block;
	position:fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	cursor: pointer;
	width: 100px;
	height: 100px;
	background-color: #8c7053;
	/*background-color:rgba(48,45,42,0.8);*/
	box-sizing: border-box;
	/*border: 1px solid #aaaaaa;*/
}

/*ボタン内側*/
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  top: 32px;
  left: 29px;
  height: 4px;
  border-radius: 3px;
	background: #fff;
}

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

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

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

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

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

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

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





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

#g-nav {
	position:fixed;
	top: -150%;
	width:100%;
	height: 100vh;
	background-color:rgba(51,51,51,0.96);
  padding: 0 0 0 0;
  margin: 0 0 0 0;
	transition: all 0.6s;
	z-index: 5000;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    top: 0;
}

/*ナビゲーションの縦スクロール*/

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

@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: 140px;
	}

}


.gnavSp_top {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 40px 0 20px 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #aaaaaa;
}




#gnavSp_group {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 2rem;
	row-gap: 3rem;
	width: 95%;
	max-width: 1200px;
	padding: 0 0 20px 0;
	margin: 0 auto 0 auto;
	overflow: hidden;
}


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

	#gnavSp_group h2.product-nav-title {
		display: block;
		position: absolute;
		top: 100px;
		left: 24px;
		padding: 8px 0 0 0;
		font-size: 1.2em;
		color: #fff;
		z-index: 6001;
	}

}


#gnavSp {
	display: block;
	position: relative;
	width: 62%;
}


#gnavSp .gnav-title {
	display: block;
	position: relative;
	padding: 48px 0 1em 0;
	margin: 0 0 0 10px;
	font-size: 1.8em;
	line-height: 120%;
	color: #aaa;
	font-weight: 500;
	font-family: "BIZ UDPGothic", sans-serif;
}

#gnavSp .gnav-title span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 12px;
	margin:  0 0 0 0;
	font-size: 0.6em;
	line-height: 120%;
	font-weight: 300;
	font-family: "BIZ UDPGothic", sans-serif;
}





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

	#gnavSp {
		position: relative;
		width: 95%;
		margin: 0 auto;
	}

}



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

	#gnavSp_group {
		/* width: 100%;
		margin: 0 auto; */
	}

	#gnavSp .gnav-title {
		display: block;
		position: relative;
		padding: 48px 0 0 0;
		margin: 0 0 0 16px;
		font-size: 2em;
		line-height: 120%;
		color: #aaa;
		font-weight: 500;
		font-family: "BIZ UDPGothic", sans-serif;
	}

	#gnavSp .gnav-title span {
		display: inline-block;
		position: relative;
		padding: 0 0 0 12px;
		margin:  0 0 0 0;
		font-size: 0.5em;
		line-height: 120%;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
	}

}

/*
#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 .language {
	display: block;
	position: relative;
	width: 98%;
	margin: 12px auto 12px auto;
	overflow: hidden;
}

#gnavSp .language .en a {
	display: block;
	width: 48%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	margin: 0 1% 0 1%;
	padding: 0 0 0 0;
	border-radius: 8px;
	background-color: #082978;
	font-size: 1.1em;
	font-weight: 500;
	font-family: "BIZ UDPGothic", sans-serif;
	float: left;
}

#gnavSp .language .ch a {
	display: block;
	width: 48%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	margin: 0 1% 0 1%;
	padding: 0 0 0 0;
	border-radius: 8px;
	background-color: #b81c22;
	font-size: 1.1em;
	font-weight: 500;
	font-family: "BIZ UDPGothic", sans-serif;
	float: left;
}


#gnavSp .first {
	display: block;
	width: 100%;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

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

	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 8px 0 0 0;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
	}

}

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

	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 8px 0 0 0;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
	}

}



#gnavSp .first > li > a {
	display: block;
	/*background-color: #fff;*/
	padding: 0 0 0 16px;
	font-size: 1.3em;
	color: #aaa;
	font-weight: 500;
	font-family: "BIZ UDPGothic", sans-serif;
	border-bottom: 1px solid #aaa;
	text-decoration: none;
	width: 100%;
	height: 62px;
	line-height: 62px;
}

/*
#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: #aaa;
        /*background-color: #e9e9e9;*/
        border-bottom: 1px solid #aaa;
}






#gnavSp .first > li.b > a {
	color: #e60011;
	background-color: #898989;
	border-bottom: 1px solid #cbcbcb;
	font-style: normal;
}

#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: #62cce7;
	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 #aaa; }

#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 #aaa; }

#gnavSp .first > li.drop li a {
					display: block;
					background-color: #333335;
					padding: 0 0 0 30px;
					font-size: 1em;
					font-weight: 400;
					font-family: "BIZ UDPGothic", sans-serif;
					color: #ede9b9;
					text-decoration: none;
					height: 46px;
					line-height: 46px;
					/*border-left: 6px solid #ede9b9;*/
					letter-spacing: 1px;
}

#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: #aaa;
        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; }



/* ナビ、サイトリンク */
#gnavSite {

	display: flex;
	justify-content: center;
	align-items: center;
	margin:  2.86rem auto;
	min-height: 4.6rem;

}

#gnavSite ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 2rem;
	row-gap: 1.25rem;
	width: 95%;
	max-width: 900px;
}

#gnavSite ul a{
	display: inline-block;
	width: 100%;
	min-width: 20em;
	padding: 1em 0;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 0.5em;
	position: relative;

}

#gnavSite ul a::after{
	/* font-family: "Font Awesome 5 Free";
	content: "\f35d";
	color: #fff; */
}

#gnavSite ul a .fa-external-link-alt::before{
	font-size: 1.2rem;
	color: #fff;
}

#gnavSite ul img{
	height: 2rem;
	width: auto;
}

/* ナビ下バナー */

#gnavBn {
	clear: both;
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin:  40px 0 40px 0;
	width: 100%;
	min-height: 64px;
	overflow: hidden;
}

#gnavBn ul {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 0 0 0 0;
	margin:  0 auto 0 auto;
	width: 95%;
	max-width: 900px;
	list-style: none;
}

#gnavBn ul li a {
	display: block;
	position: relative;
	padding: 12px 0 0 0;
	margin:  0 1.5% 0 1.5%;
	width: 30.3%;
	min-width: 250px;
	height: 64px;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4em;
	line-height: 120%;
	background-color: #f5f0ec;
	border-radius: 8px;
	color: #363533;
	text-align: center;
	float: left;
}

#gnavBn ul li a span {
	display: block;
	padding: 4px 0 0 0;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.6em;
	line-height: 120%;
}


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

	#gnavBn ul li a {
		display: block;
		position: relative;
		padding: 12px 0 0 0;
		margin:  0 1.5% 0 1.5%;
		width: 30.3%;
		min-width: 200px;
		height: 64px;
		font-weight: 600;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.4em;
		line-height: 120%;
		background-color: #f5f0ec;
		border-radius: 8px;
		color: #363533;
		text-align: center;
		float: left;
	}

}

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

	#gnavBn ul li a {
		display: block;
		position: relative;
		padding: 12px 0 0 0;
		margin:  0 auto 18px auto;
		width: 80%;
		min-width: 200px;
		height: 64px;
		font-weight: 600;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.4em;
		line-height: 120%;
		background-color: #f5f0ec;
		border-radius: 8px;
		color: #363533;
		text-align: center;
		float: none;
	}

	#gnavSite ul li {

		width: 80%;

	}

}

@media screen and (max-width: 400px) {
	#gnavSite ul li a{

		min-width: 13rem;
		width: 100%;

	}
}

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

	#gnavSite ul li a img{

		height: 1.5rem;

	}

}



/* ナビ下コピーライト */

#gnavFoot {
	clear: both;
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	width: 100%;
	min-height: 34px;
}

.footer_copyright {
	display: block;
	position: relative;
	padding: 0 0 18px 24px;
	margin:  0 0 0 0;
	width: 100%;
	font-size: 1.1em;
	line-height: 160%;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.5px;
	color: #aaaaaa;
	text-align: center;
}

.footer_copyright br {
	display: none;
}


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

	.footer_copyright {
		text-align: left;
		font-size: 1.2em;
	}

	.footer_copyright br {
		display: block;
	}

}







/*===========================================================*/
/*　footer上　バナー */
/*===========================================================*/

.bn_links {
	display: block;
	position: relative;
	padding: 70px 0 90px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 280px;
	overflow: hidden;
}

.bn_links ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1026px;
}

.bn_links ul li {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 1.5% 18px 1.5%;
	width: 30.3%;
	height: auto;
	float: left;
}

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

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

	.bn_links ul {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 95%;
		max-width: 684px;
	}

	.bn_links ul li {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 2% 18px 2%;
		width: 46%;
		max-width: 324px;
		height: auto;
		float: left;
	}

}

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

	.bn_links ul {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
	}

	.bn_links ul li {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 18px auto;
		width: 80%;
		height: auto;
		float: none;
	}

}



































/*===========================================================*/
/*　footer */
/*===========================================================*/


#footer {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 240px;
	background-color: #302d2a;
}

.footer_logo {
	display: block;
	position: relative;
	padding: 85px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	border-top: 2px solid #f4f0eb;
}

.footer_logo img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 260px;
	height: 64px;
}



#footer_second {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1400px;
	height: auto;
	min-height: 240px;
}

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

	#footer_second {
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		max-width: 1600px;
		height: auto;
		min-height: 240px;
	}

}







/* フッター住所/TEL */
#footer_add {
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 40px;
	left: 0;
	text-align: left;
}

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

	#footer_add {
		position: relative;
		padding: 0 0 0 0;
		margin: 60px auto 10px auto;
		top: 0;
		left: 0;
		text-align: center;
		width: 100%;
	}

}

#footer_add .footer_add_title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

#footer_add .footer_add_info {
	display: block;
	position: relative;
	padding: 12px 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

/*
#footer_add .footer_add_tel {
	display: block;
	position: relative;
	padding: 6px 0 0 0;
	margin: 0 0 0 0;
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: -2px;
}

#footer_add .footer_add_tel span {
	padding: 0 10px 0 0;
	font-size: 0.6em;
}
*/

#footer_add .footer_add_tel {
	display: block;
	position: relative;
	padding: 6px 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	/*letter-spacing: -2px;*/
}

#footer_add .footer_add_tel span {
	padding: 0 10px 0 0;
	font-size: 1em;
}


#footer_add .footer_add_tel a {


}

@media (min-width: 751px) {

	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}

}



/* フッターリンク */

#footer_link {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 130px;
}

.footer_link_inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: right;
}

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

.footer_txt ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	text-align: right;
}

.footer_txt ul li {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 18px 0 0;
	font-size: 1em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}

.footer_txt ul li a:hover {
	text-decoration: underline;
}

.footer_txt ul li a span {
	padding: 0 0 0 6px;
}




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

	.footer_link_inner {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		max-width: 960px;
	}

	.footer_txt {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
	}

	.footer_txt ul {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		list-style: none;
		width: 100%;
		text-align: left;
		border-top: 1px solid #302d2a;
	}

	.footer_txt ul li {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 1em;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		float: none;
		width: 100%;
		height: 56px;
		line-height: 56px;
	}

	.footer_txt ul li a {
		display: block;
		position: relative;
		padding: 0 0 0 24px;
		margin: 0 0 0 0;
		font-size: 1em;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		float: none;
		width: 100%;
		height: 56px;
		line-height: 56px;
		border-bottom: 1px solid #302d2a;
	}

	.footer_txt ul li a:hover {
		text-decoration: none;
	}

	.footer_txt ul li a span {
		padding: 0 0 0 6px;
	}



	.footer_sns {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 0;
		right: 0;
		width: 100%;
	}

	.footer_sns ul {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 24px auto 40px auto;
		width: 100%;
		text-align: center;
	}

	.footer_sns ul li {
		display: inline-block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 8px 0 8px;
		font-size: 3em;
	}

}









#footer-end {
	display: block;
	position: relative;
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 150px;
}

.footer-copy {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	color: #302d2a;
	text-align: center;
	font-size: 1.2em;
	line-height: 160%;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.5px;
}

.footer-copy br {
	display: none;
}

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

	.footer-copy br {
		display: block;
	}

}











/* 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: 20px;
	bottom:20px;
	z-index: 2000;
    /*はじめは非表示*/
	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;
}

}


