@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;
}


/* Google Translate Overrides対応 */
html, body{
  min-height: 0!important;
  height: auto!important;
  position: inherit!important;
}


@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;
	height: 100%;
}


a {
  color: #423f3e;
  text-decoration: none;
}

a:active, 
a:hover {
  color: #423f3e;
  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;
}

p {
	padding: 0;
	margin: 0;
}













.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: 8px;
	font-size: 0.8em;
}

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

.i-space12r {
	padding-right: 12px;
}

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

.i-navi {
	padding-right: 11px;
	font-size: 0.7em;
}




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

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

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

#splash_logo svg {
	width: 640px;
}



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

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

	#splash_logo svg {
		width: 640px;
	}

}


/*---------------------------------------------------------------------- */
/* 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 1s;
		fill: none;
		stroke: #423f3e;
		stroke-miterlimit: 5;
	}

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










#container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	background-color: #eeebe5;
}

#sub_container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	background-color: #fff;
}

#members {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	background-color: #eeebe5;
}


/* # =================================================================
   # header
   # ================================================================= */


#container #header,
#members #header {
	display: block;
	position:fixed;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 135px;
	z-index: 10;
	top: 0;
	left: 0;
	background-color: rgba(238,235,229,0.4);
	box-shadow: 0px 4px 10px -5px rgba(75,75,75,0.9);
	backdrop-filter: blur(3px);
	z-index: 1000;
}

#sub_container #header,
#inquiry #header {
	display: block;
	position:fixed;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 135px;
	z-index: 10;
	top: 0;
	left: 0;
	background-color: rgba(238,235,229,0.4);
	box-shadow: 0px 4px 10px -5px rgba(75,75,75,0.9);
	backdrop-filter: blur(3px);
	z-index: 1000;
}



.header_top {
	display: block;
	position:relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 40px;
	background-color: rgba(227,224,218,0.8);
}

.header_top_inner {
	display: block;
	position: relative;
	padding: 12px 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1800px;
	height: 40px;
}

.header_top_inner p {
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", serif;
}

.header_top_inner p span {
	display: inline-block;
}


@media only screen and (max-width: 1200px) {
	
	.header_top_inner p span {
		display: none;
	}	

}
	
@media only screen and (max-width: 420px) {
	
	.header_top_inner p {
		display: none;
	}	

}

	

.header_inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1800px;
	height: 95px;
	z-index: 50;
}

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

	#header {
		height: 100px;
	}

}



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









.head_logo {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 18px;
	left: 0;
	width: 165px;
	height:auto;
    z-index: 100;  
}

.head_logo a {
	display: block;
	color: #0f3675;
	text-decoration: none;
}
	
.head_logo_short {
	display: none;
}
	
@media only screen and (max-width: 940px) {

	.head_logo {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 18px;
		left: 12px;
		width: 165px;
		height:auto;
	    z-index: 100;
	}

}

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

	.head_logo {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 18px;
		left: 12px;
		width: 165px;
		height:auto;
	    z-index: 100;
	}

}






/* # =================================================================
   # gnav 2025 For 
   # ================================================================= */
   
   
.g-nav {
	display: block;
	position: absolute;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
    top: 68px;
    right: 420px;
    height: auto;
    min-height: 42px;
    z-index: 100;
}

.g-nav ul {
	display: block;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
	list-style: none;
	text-align: center;
}

.g-nav ul li {
	position: relative;
	display: inline-block; 
	padding: 0 0 0 0;
	margin: 0 12px 0 12px;
	width: auto;
	min-width: 70px;
	height: 68px;
	line-height: 42px;
	text-align: center;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	font-style: normal;
}

.g-nav ul li:last-child {

}

.g-nav ul li a {
	color: #423f3e;
	padding: 0 0 0 0;
    font-size: 1.2em;
}

.g-nav ul li a:hover,
.g-nav ul li a.current {
	color: #423f3e;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #423f3e;
}

.g-nav ul li a.campaign {

}

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

	.g-nav {
		display: none;
	}

}





/**/

/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
.g-nav li.has-child ul {
    /*絶対配置で位置を指定*/
	position: absolute;
	display: block;
	left: -18px;
	top: 68px;
	z-index: 100;
    /*形状を指定*/
	width:280px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	background-color: rgba(248,247,245,1);
	box-shadow: 0px 4px 10px -5px rgba(75,75,75,0.9);
}

/*hoverしたら表示*/
.g-nav li.has-child:hover > ul,
.g-nav li.has-child ul li:hover > ul,
.g-nav li.has-child:active > ul,
.g-nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

/*ナビゲーションaタグの形状*/
.g-nav li.has-child ul li {
	display: block;
	width: 280px;
	height: 46px;
	line-height: 45px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*background: rgba(0,0,0,0.3);*/
	/*background-color:rgba(76,128,55,0.9);*/
	border-bottom: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	letter-spacing: -0.5px;
	text-align: left;
}

.g-nav li.has-child ul li a {
	display: block;
	width: 280px;
	height: 46px;
	line-height: 45px;
	padding: 0 8px 0 18px;
	font-size: 1.1em;
	letter-spacing: -0.5px;
	text-align: left;
}
/*
.g-nav li.has-child ul li:last-child a {
	border-bottom:none;
}
*/
.g-nav li.has-child ul li a:hover,
.g-nav li.has-child ul li a:active {
	display: block;
	width: 280px;
	text-decoration: none;
	background-color: #423f3e;
	color: #fff;
}


/*==3階層目*/

/*3階層目の位置*/
.g-nav li.has-child ul ul {
	top:0;
	left:182px;
	background:#66ADF5;
}

.g-nav li.has-child ul ul li a:hover,
.g-nav li.has-child ul ul li a:active {
	background:#448ED3;
}









/*==ドロップアイテム*/

.g-nav li.drop ul {
    /*絶対配置で位置を指定*/
	position: absolute;
	display: block;
	left: -480px;
	top: 68px;
	z-index: 100;
    /*形状を指定*/
	width: 780px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	background-color: rgba(248,247,245,1);
	box-shadow: 0px 4px 10px -5px rgba(75,75,75,0.9);
}

/*hoverしたら表示*/
.g-nav li.drop:hover > ul,
.g-nav li.drop ul li:hover > ul,
.g-nav li.drop:active > ul,
.g-nav li.drop ul li:active > ul {
	width: 780px;
	visibility: visible;
	opacity: 1;
	z-index: 100;
}






/*ナビゲーションaタグの形状*/
.g-nav li.drop ul li {
	display: block;
	width: 280px;
	height: 46px;
	line-height: 45px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
/*
	border-bottom: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
*/
	letter-spacing: -0.5px;
	text-align: left;
}

.g-nav li.drop ul li a {
	display: block;
	width: 31%;
	height: 46px;
	line-height: 45px;
	padding: 0 1% 18px 1%;
	font-size: 1.1em;
	letter-spacing: -0.5px;
	text-align: left;
	float: left;
}
/*
.g-nav li.has-child ul li:last-child a {
	border-bottom:none;
}
*/
.g-nav li.drop ul li a:hover,
.g-nav li.drop ul li a:active {
	display: block;
	text-decoration: none;
	background-color: #423f3e;
	color: #fff;
}







/*
.g-nav.fix {
	position: fixed;
	top: 0;
	text-align:center;
	z-index: 1001;
}

.g-nav>.dropItem {
	position: absolute;
	top: 135px;
	left: 0;
	z-index: 2000;
	width: 100%;
	padding-top: 0;
	text-align: left;
	display: none;
	visibility: hidden;
}

.g-nav>.dropItem>section {
	background-color: rgba(248,247,245,1);
	box-shadow: 0px 4px 10px -5px rgba(75,75,75,0.9);
	overflow: hidden;
	border-top: 1px solid #f8f8f8;
}

.g-nav>.dropItem>section>div {
	margin: 0 auto 4px auto;
	width: 100%;
	max-width: 980px;
	padding: 18px 30px 0 30px;
	display: flex;
	table-layout: fixed;
}





.g-nav .drop .dropItem .r {
	vertical-align: top;
	display: table-cell;
	padding-left: 18px;
}

.g-nav .drop .dropItem .r ul {
	width: 95%;
	margin: 0 2% 0 3%;
	padding: 0 0 8px 0;
}

.g-nav .drop .dropItem .r ul:after {
	content: '';
	clear: both;
	display: block;
}

.g-nav .drop .dropItem .r li {
	display: block;
	width: 31.3%;
	margin: 0 2% 0 0;
	float: left;
	border-bottom: 1px solid #f8f8f8;
	margin-bottom: 0.4em;
}

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

	.g-nav .drop .dropItem .r li {
		display: block;
		width: 47.5%;
		margin: 0 2% 0 0;
		float: left;
		border-bottom: 1px solid #f8f8f8;
		margin-bottom: 0.4em;
	}

}


.g-nav .drop .dropItem .r a {
	font-size: 16px;
	color: #111;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	display: block;
	padding: 0.7em 0 0.7em 22px;
	transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-webkit-transition: all .6s ease 0s;
}

.g-nav .drop .dropItem .r a:hover {
	text-decoration: none;
	color: #111;
	background-color: #fff;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
}

.g-nav .drop .dropItem .r a:before {
	content: '>';
	display: inline-block;
	margin: 0 0 0 -16px;
	-ms-transform: scaleX(0.5) translateX(-50%);
	transform: scaleX(0.5) translateX(-50%);
	-webkit-transform: scaleX(0.5) translateX(-50%);
}

*/










.inq {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 40px;
	right: 202px;
	width: 200px;
	height: 95px;
	z-index: 100;
}

.inq a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 200px;
	height: 95px;
	line-height: 95px;
	background-color: #423f3e;
	text-align: center;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	font-size: 1.4em;
	color: #eeebe5;
	letter-spacing: -0.5px;
}

/*
.inq a span {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 0;
	right: 18px;
}
*/

@media only screen and (max-width: 680px) {
	
	.inq {
		display: none;
	}

}








.open-serch {
	position: absolute;
	display: block;
	top: 40px;
	right: 108px;
	background:url("../images/search_w.svg") no-repeat center center;
	background-size: 40px 40px;
	width: 95px;
	height: 95px;
	background-color: #d6d5d5;
	cursor: pointer;
	z-index: 100;
}

/*クリック後、JSでボタンに btnactive クラスが付与された後の見た目*/
.open-serch.btnactive {
	background:url("../images/close_w.svg") no-repeat center center;
	background-size: 40px 40px;
	width: 95px;
	height: 95px;
	background-color: #d6d5d5;
	cursor: pointer;
}


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

	.open-serch {
		display: none;
	}
	
}


/*検索窓背景*/

#search-wrap {
  position: absolute;
	top: 150px;
	right: 0;
	z-index: -1;
	opacity: 0;
	width:0;
	transition: all 0.4s;
	border-radius: 5px 0 0 5px;
}

#search-wrap.panelactive {
	opacity: 1;
	z-index: 9999;
	width: 50%;
	max-width: 640px;
	padding: 20px;
	top: 135px;
	background-color: #d6d5d5;
}


@media only screen and (max-width: 1150px) {
	
	#search-wrap.panelactive{
		opacity: 1;
		z-index: 9999;
		width: 100%;
		max-width: 1150px;
		padding: 20px;
		top: 135px;
		background-color: #d6d5d5;
	}
	
}


/*検索窓*/
#search-wrap #searchform {
	display: none;/
}


#search-wrap.panelactive #searchform{
	display: block; 
	background-color:#fff;
}

/*==検索フォームの設定*/

/*==テキスト入力とボタンinput共通設定*/
#search-wrap input{
	-webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
	outline: none;
	cursor: pointer;
	color: #666;
}

/*テキスト入力input設定*/
 #search-wrap input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	max-width: calc(100% - 0.5em - 40px );
	border: none;
	border-bottom:2px solid #ccc;
	transition: all 0.5s;
	letter-spacing: 0.05em;
	height: 46px;
	padding: 10px;
	border-radius: 23px;
	background-color:#fff;
}

#search-wrap input[type=image]{
  position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 25px;
	right: 26px;
	width: 30px;
	height: auto;
}

/*テキスト入力inputにフォーカスされたら*/
 #search-wrap input[type="text"]:focus {
	background:#f6f6f6;
}

/*ボタンinput設定*/
 #search-wrap input[type="submit"] {
	position: absolute;
	top:10px;
	right:30px;
	background:url("../img/icon_search.svg") no-repeat right;
	background-size: 20px 20px;
	width:30px;
	height: 60px;
}




/*google_translate*/

#google_translate {
	position: absolute;
	top: 4px;
	right: 85px;
	padding: 0 24px 0 24px;
	margin: 0 0 0 0;
	width: auto;
	height: 1.8em;
	line-height: 1.8em;
}


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

	#google_translate {
		position: absolute;
		top: 4px;
		right: 0;
		padding: 0 24px 0 24px;
		margin: 0 0 0 0;
		width: auto;
		height: 1.8em;
		line-height: 1.8em;
	}

}





















/* # =================================================================
   # foot_link
   # ================================================================= */ 

.foot_link {
	display: block;
	position: relative;
	padding: 40px 0 30px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	background-color: #eeebe5;
	overflow: hidden;
}

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

.foot_link ul li {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 22px 0 0;
	font-size: 1em;
	line-height: 1.6em;
	float: left;
	color: #423f3e;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
}

.foot_link ul li p {
	display: inline-block;
	font-size: 1.2em;
	padding: 0 0 0 18px;
}

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

.foot_link ul li a:hover p {
	color: #423f3e;
	text-decoration: underline;
}
	
.foot_link ul li span {
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 0.8em;
	top: 0;
	left: 0;
}



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

	.foot_link {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		background-color: #eeebe5;
		overflow: hidden;
	}

	.foot_link ul {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		max-width: 768px;
		height: auto;
		border-top: 0.5px solid #423f3e;
	}

	.foot_link ul li {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 1em;
		line-height: 1.6em;
		width: 100%;
		height: 58px;
		line-height: 58px;
		float: none;
		color: #423f3e;
		font-family: "BIZ UDPGothic", serif;
		font-weight: 400;
		border-bottom: 0.5px solid #423f3e;
	}

	.foot_link ul li a {
		display: block;
		position: relative;
		padding: 0 0 0 12px;
		margin: 0 0 0 0;
		width: 100%;
		height: 58px;
		line-height: 58px;
		color: #423f3e;
		text-decoration: none;
	}

	.foot_link ul li span {
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 0.8em;
		top: 0;
		left: 12px;
	}

}























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


#footer {
	display: block;
	position: relative;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 380px;
	background-color: #423f3e;
}

.footer_inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1800px;
	height: auto;
	min-height: 160px;
}



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

	#footer {
		display: block;
		position: relative;
		padding: 0 0 30px 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		border-left: none;
	}

}





.foot_Bt {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 40px;
	right: 100px;
}

.foot_Bt ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: auto;
}

.foot_Bt ul li {
	display: block;
	position: relative;
	padding: 0 0 0 22px;
	margin: 0 0 22px 0;
	width: 320px;
	height: 60px;
	border: 1px solid #eeebe5;
	
	font-size: 1.1em;
	line-height: 58px;
	color: #eeebe5;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
}

.foot_Bt ul li a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 22px 0;
	width: 320px;
	height: 60px;
	color: #eeebe5;
	z-index: 100;
}

.foot_Bt ul li span {
	padding: 0 0 0 10px;
}


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

	.foot_Bt {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 80px;
		right: 100px;
	}

}






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

	.foot_Bt {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 5%;
		top: 200px;
		right: 5%;
		width: 90%;
	}
	
	.foot_Bt ul li {
		display: block;
		position: relative;
		padding: 0 0 0 22px;
		margin: 0 0 22px 0;
		width: 100%;
		height: 60px;
		border: 1px solid #eeebe5;
		
		font-size: 1.1em;
		line-height: 58px;
		color: #eeebe5;
		font-family: "BIZ UDPGothic", serif;
		font-weight: 400;
	}
	
	.foot_Bt ul li a {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 22px 0;
		width: 100%;
		height: 60px;
		color: #eeebe5;
		z-index: 100;
	}


}





.foot_navi {
	display: block;
	position: relative;
	padding: 30px 0 120px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

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

.foot_navi ul li {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 22px 0 0;
	font-size: 1em;
	line-height: 1.6em;
	float: left;
	color: #eeebe5;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
}

.foot_navi ul li p {
	display: inline-block;
	font-size: 1.2em;
	padding: 0 0 0 18px;
}

.foot_navi ul li a {
	color: #eeebe5;
	text-decoration: none;
}

.foot_navi ul li a:hover p {
	color: #eeebe5;
	text-decoration: underline;
}

.foot_navi ul li span {
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 0.8em;
	top: 0;
	left: 0;
}



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

	.foot_navi {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.foot_navi ul {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 220px 0;
		width: 100%;
		max-width: 768px;
		height: auto;
		/*border-top: 0.5px solid #eeebe5;*/
	}

	.foot_navi ul li {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 1em;
		line-height: 1.6em;
		width: 100%;
		height: 58px;
		line-height: 58px;
		float: none;
		color: #eeebe5;
		font-family: "BIZ UDPGothic", serif;
		font-weight: 400;
		border-bottom: 0.5px solid #eeebe5;
	}

	.foot_navi ul li a {
		display: block;
		position: relative;
		padding: 0 0 0 12px;
		margin: 0 0 0 0;
		width: 100%;
		height: 58px;
		line-height: 58px;
		color: #eeebe5;
		text-decoration: none;
	}

	.foot_navi ul li span {
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 0.8em;
		top: 0;
		left: 12px;
	}

}












/* footer-title */

.footer-title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 40px 0 0 0;
	width: 100%;
	height: auto;
}

.footer-title-inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	max-width: 1800px;
	height: auto;
	min-height: 80px;
}

.footer-logo {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	width: 220px;
	height:auto;
	font-weight: 700;
	font-family: "BIZ UDPGothic", serif;
	letter-spacing: 1px;
}

.footer-logo a {
	display: block;
	color: #333;
	text-decoration: none;
}

.footer-add {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 22px;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", serif;
	color: #fff;
	float: left;
}

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

	.footer-title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 40px 0 0 0;
		width: 100%;
		height: auto;
	}
	
	.footer-title-inner {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 90%;
		max-width: 1200px;
		height: auto;
		min-height: 80px;
	}

	.footer-logo {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 12px 0;
		float: none;
		width: 180px;
		height:auto;
		font-weight: 700;
		font-family: "BIZ UDPGothic", serif;
	}
	
	.footer-logo img {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		float: none;
		width: 100%;
		height: auto;
	}
	
	.footer-add {
		display: block;
		position: relative;
		padding: 8px 0 0 0;
		margin: 0 0 0 0;
		float: none;
		text-align: left;
		font-size: 1.3em;
		line-height: 1.5em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", serif;
		overflow: hidden;
	}

}


@media only screen and (max-width: 480px) {
	
	.footer-logo {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 12px 0;
		float: none;
		width: 165px;
		height:auto;
	}
	
	
	
}
	

/* footer-copy */

.footer-copy {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

.footer-copy-inner {
	display: block;
	position: relative;
	padding: 28px 0 0 0;
	margin: 0 auto 0 auto;
	max-width: 1800px;
	height: auto;
	min-height: 80px;
}

.footer-copy-inner p {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", serif;
	letter-spacing: 0.5px;
}

.footer-copy-inner p br {
	display: none;
}

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

	.footer-copy {
		display: block;
		position: relative;
		padding: 0 0 40px 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
	}

	.footer-copy-inner p {
		display: block;
		position: relative;
		padding: 36px 0 48px 0;
		margin: 0 auto 0 auto;
		width: 90%;
		text-align: left;
		color: #fff;
		font-size: 1.3em;
		line-height: 1.5em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", serif;
		letter-spacing: 0.5px;
	}

	.footer-copy-inner p br {
		display: block;
	}

}


/*===========================================================*/
/* MENU
/*===========================================================*/

/*
.openbtn {
	display: none;
}
*/
	
	
.openbtn {
	display: block;
	position:fixed;
	z-index: 9999; 
	top: 52px;
	right: 18px;
	cursor: pointer;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	color: #fff;
	background-color: #423f3e;
}

.openbtn.active {
	background-color: #423f3e;
	cursor: pointer;
}



@media only screen and (max-width: 768px) {
	
	.openbtn {
		position:fixed;
		z-index: 9999; 
		top: 52px;
		right: 18px;
		cursor: pointer;
		width: 72px;
		height: 72px;
		color: #fff;
		background-color: #423f3e;
	}	
	
}

/*==================================================

===================================*/

/*
.openbtn{
	position: relative;
	background:#DBB82E;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}
*/

/*ボタン内側*/

.openbtn span {
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 18px;
    height: 3px;
	background-color: #fff;
  }


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

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

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

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

.openbtn.active span:nth-of-type(2) {
    top: 34px;
    left:21px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

.openbtn p {
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 72px;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 0.7em;
	line-height: 1.1em;
	font-weight: 600;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 0.5px;
	color: #fff;
	/*color: #a89c8e;*/
}


/*===========================================================*/
/*
/*===========================================================*/


/*
#g-nav {
	display: none;
}
*/	
	
#g-nav {
	display: block;
	position:fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100vh; 
	background-color:rgba(255,255,255,1);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	transition: all 0.8s;
	z-index: 5000;
}

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


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

#g-nav #g-nav-content::-webkit-scrollbar{
	display: none;
}

.g-nav-content_inner {
	display: block;
	position: relative;
	padding: 0 0 0 12px;
	margin: 0 0 0 0;
	width: 100%;
	height: 100px;
	z-index: 50;
}


#gnavSp_area {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-top: 1px solid #a89c8e;
	border-left: 1px solid #f8f8f8; 
	background-color: #eeebe5;
}

#gnavSp {
	display: block;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
}

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

	#g-nav {
		position:fixed;
		width: 100%;
		height: 100vh; 
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		transition: all 0.8s;
		background-image: none;
		z-index: 5000;
	}

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

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

}



#gnavSp li {
	list-style: none;
}
      
#gnavSp .first {
	display: block;
	width: 100%;
	margin: 0 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: 0 0 0 0;
		/*border-top: 1px solid #cbcbcb;*/
		border-bottom: 1px solid #cbcbcb;
		border-bottom: none;
	}	  
	  
}  
	
	
/*
@media screen and (max-width: 560px) {
	
	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 0 0 0 0;
		border-top: 1px solid #cbcbcb;
		border-bottom: 1px solid #cbcbcb;
		border-bottom: none;
	}	  

}
*/

  
#gnavSp .first > li > a {
	display: block;
	background-color: #f4f4f4;
	padding: 0 0 0 24px;
	font-size: 1.3em;
	color: #a89c8e;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	border-bottom: 1px solid #fff;
	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: #423f3e;
    background-color: #e0d8c9;
    border-bottom: 1px solid #fff;
}

#gnavSp .first > li.b > a {
	color: #423f3e;
	background-color: #eeebe5;
	border-bottom: 1px solid #fff;
}
        
#gnavSp .first > li.c > a {
	color: #423f3e;
	background-color: #d6d5d5;
	border-bottom: 1px solid #fff;
}  
        
#gnavSp .first > li.d > a {
	color: #423f3e;
	background-color:  #e2d2dd;
	border-bottom: 1px solid #fff;
}  
        
#gnavSp .first > li.e > a {
	color: #eeebe5;
	background-color: #423f3e;
	border-bottom: 1px solid #a3a09a;
}   
  
        

#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: #fff;
		padding: 0 0 0 38px;
		font-size: 1.1em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		color: #423f3e;
		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: 100%;
        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; }   
 






#g-nav .footer-copy {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 95%;
	height: auto;
	min-height: 50px;
	overflow: hidden;
}

#g-nav .footer-copy p {
	display: block;
	position: relative;
	padding: 0 0 18px 0;
	margin: 0 0 0 0;
	text-align: center;
	color: #333;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 0.5px;
}

#g-nav .footer-copy p br {
	display: none;
}

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

	#g-nav .footer-copy {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		bottom: 0;
		left: 0;
		width: 95%;
		height: auto;
		min-height: 80px;
	}

	#g-nav .footer-copy p {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: left;
		color: #333;
		font-size: 1.2em;
		line-height: 1.6em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		letter-spacing: 0.5px;
	}

	#g-nav .footer-copy p br {
		display: block;
	}

}

/* # =================================================================
   # page-top
   # ================================================================= */

#page-top a {
	display: block;
	width: 60px;
	height: 60px;
	color: #fff;
	transition:all 0.3s;
}

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

#page-top {
	position: fixed;
	right: 18px;
	bottom: 24px;
	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;
	}

}
