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

* {
	margin: 0;
	padding: 0;
}
body {
	min-height: 100%;
	font-size: 16px;
	line-height: 150%;
	font-family:"Noto Sans Japanese","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4F4D4A;
	-webkit-text-size-adjust: 100%;
	
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	overflow: hidden;
	outline: none;
	color: #333333;
}
.pc_hide {
	display: none !important;
}
.sp_hide {
}
a {
	opacity: 1;/*-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}
a:hover {
}
.sp_hide {
}
.pc_hide {
	display: none;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
 outline-offset: -2px;
}

/*-----------------------------------------------------------*/

#all{
	width:100%;
	max-width:100%;
	min-width:1280px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	background-image:url(common/bg_naname.png);
	background-repeat:no-repeat;
	background-position:center top;
	/*background-size:100% 543px;*/
}

/*-----------------------------------------------------------*/
/*ヘッダー*/

#header{
	width:1280px;
	height:116px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	line-height:100%;
}

/*
#header h1{
	position:absolute;
	top:50px;
	left:0px;
}

*/

#header h1{
	width: 100%;
	position:absolute;
	top:35px;
	left:0px;
}


#header h2{
	position:absolute;
	left:380px;
	top:35px;
}

/*
#tagline{
	font-size:14px;
	position:absolute;
	left:0px;
	top:35px;
}
*/

#tagline{
	font-size:14px;
	font-weight: normal;
	position:absolute;
	left:0px;
	top:-20px;
}


#head_tel{
	position:absolute;
	right:15px;
	top:50px;
}

#head_sns_icon{
	position:absolute;
	overflow:hidden;
	top:70px;
	right:310px;
}

#head_sns_icon li{
	list-style-type:none;
	float:left;
	overflow:hidden;
	margin-right:18px;
}

/*-----------------------------------------------------------*/
/*グローバルナビゲーション*/

#gnavi{
	width:1280px;
	height:94px;
	margin:0px auto;
	overflow:hidden;
	background-color:#fff;
}

#gnavi ul{
	width:1280px;
	height:40px;
	display:table;
	overflow:hidden;
	margin-top:27px;
}

#gnavi li{
	list-style-type:none;
	display:table-cell;
	vertical-align:middle;
	border-bottom:2px solid #fff;
}

#gnavi li.select{
	border-bottom:2px solid #587f50;
}

#gnavi li a{
	text-decoration:none;
	font-size:15px;
	line-height:22px;
	border-right:1px solid #AAAAAA;
	box-sizing:border-box;
	text-align:center;
	display:block;
	padding:0px 1em;
}

#gnavi li:last-child a{
	border-right:none;
}

/*-----------------------------------------------------------*/

#page_title_container{
	overflow:hidden;
	height:288px;
	width:1280px;
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url(common/title.png);
	position:relative;
	margin:0px auto 40px auto;
}

/**/

#tmpl_page_title{
	overflow:hidden;
}

#tmpl_page_title h1{
	font-family: "Sawarabi Mincho";
	font-size:20px;
	font-weight:normal;
	color:#60473A;
	position:absolute;
	top:138px;
	left:10px;
	width:200px;
	text-align:center;
}

/**/

#page_title{
	overflow:hidden;
}

#page_title h1{
	font-family: "Sawarabi Mincho","Yu Mincho", "YuMincho","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:20px;
	font-weight:normal;
	color:#60473A;
	position:absolute;
	top:68px;
	left:10px;
	width:200px;
	text-align:center;
}

#page_title h2{
	position:absolute;
	font-size:15px;
	top:88px;
	left:10px;
	font-weight:normal;
	width:200px;
	text-align:center;
}

#page_title .select_box{
	position:absolute;
	overflow:hidden;
	left:20px;
	top:145px;
}

#page_title .select_box dl{
	overflow:hidden;
	margin-bottom:25px;
}

#page_title .select_box dl dt{
}

#page_title .select_box dl dd{
}

#page_title .select_box dl dd select{
	height:30px;
	line-height:30px;
	display:inline;
	width:190px;
	box-sizing:border-box;
	border:1px solid #472F24;
	font-family:"Noto Sans Japanese";
}

/*-----------------------------------------------------------*/

#fix_bn_contact{
	position:fixed;
	top:116px;
	/*left:50%;
	margin-left:640px;*/
	right:0px;
}

/*-----------------------------------------------------------*/
/*フッター*/

#footer_wrap{
	width:100%;
	min-width:1280px;
	max-width:100%;
	margin:0px auto;
	background-color:#F9F9F9;
	position:relative;
	overflow:hidden;
}

#footer{
	width:1280px;
	margin:50px auto;
	overflow:hidden;
	display:table;
}

#footer a{
	text-decoration:none;
}

/**/

#footer .col01{
	display:table-cell;
	vertical-align:top;
	width:295px;
}

/**/

#footer .col02{
	display:table-cell;
	vertical-align:top;
	width:475px;
}

.foot_tagline{
	font-size:14px;
}

.foot_logo{
	display:table;
	width:100%;
	margin:5px 0px;
}

.foot_logo li{
	display:table-cell;
	text-align:left;
}

#footer .col02 dl{
	overflow:hidden;
	font-size:15px;
}

#footer .col02 dl dt{
}

#footer .col02 dl dd{
}

#footer .col02 .foot_txt_link{
	overflow:hidden;
	font-size:15px;
	margin-top:30px;
}



/**/

#footer .col03{
	display:table-cell;
	vertical-align:top;
	border-left:1px solid #D3D3D3;
	box-sizing:border-box;
	padding-left:30px;
}

/**/

#footer .col04{
	display:table-cell;
	vertical-align:top;
	border-left:1px solid #D3D3D3;
	box-sizing:border-box;
	padding-left:30px;
}

#footer .col03 dl,
#footer .col04 dl{
	overflow:hidden;
	margin-bottom:0.4em;
	margin-top:0.4em;
	font-size:15px;
}

#footer .col03 dl dd,
#footer .col04 dl dd{
	overflow:hidden;
	margin-left:1em;
}

/*-----------------------------------------------------------*/
/*コピーライト*/

#copy_wrap{
	width:100%;
	min-width:1280px;
	max-width:100%;
	margin:0px auto;
	background-color:#587F50;
	color:#fff;
	position:relative;
}

#copy{
	width:1280px;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
	font-size:14px;
	line-height:43px;
}

/*-----------------------------------------------------------*/
/*コンテンツコンテナ*/

#contents_container{
	width:1280px;
	margin:0px auto;
	overflow:hidden;
}

/*-----------------------------------------------------------*/

.wp-pagenavi{
	overflow:hidden;
	margin:40px auto;
	text-align:center;
}


.wp-pagenavi span,
.wp-pagenavi a{
	display:inline-block;
	overflow:hidden;
	padding:0px;
	background-color:#ccc;
	color:#fff;
	text-decoration:none;
	border:none;
	line-height:50px;
	width:50px;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
margin-left:5px;
margin-right:5px;
}

.wp-pagenavi span.current{
	background-color:#645B5C;
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

#fix_header_wrap{
	width:100%;
	background-color:#fff;
	overflow:hidden;
	position:fixed;
	left:0px;
	z-index:1000;
	/*top:0px;*/
}

#fix_header{
	width:1370px;
	height:94px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
}

#fix_header h1{
	position:absolute;
	top:30px;
	left:0px;
}

#fix_header h2{
	position:absolute;
	left:380px;
	top:35px;
}

#fix_header hr{
	width:586px;
	height:1px;
	font-size:0px;
	position:absolute;
	right:0px;
	bottom:51px;
	border:none;
	background-color:#ccc;
}

#fix_tagline{
	font-size:14px;
	position:absolute;
	left:0px;
	top:10px;
}

#fix_gnavi{
	position:absolute;
	right:0px;
	bottom:15px;
}

#fix_gnavi ul{
	display:table;
	width:1100px;
	height:22px;
}

#fix_gnavi ul li{
	list-style-type:none;
	display:table-cell;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}

#fix_gnavi ul li a{
	text-decoration:none;
	font-size:15px;
	color:#472f24;
	display:block;
	border-left:1px solid #ccc;
	text-align:center;
	line-height:22px;
}

#fix_header .fix_mail{
	position:absolute;
	right:205px;
	top:10px;
}

#fix_header .fix_mail a{
	display:inline-block;
	background-image:url(index/fix_icon_mail.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;
	padding-left:20px;
	font-size:15px;
}

#fix_header .fix_tel{
	position:absolute;
	right:5px;
	top:10px;
}

#fix_header .fix_tel a{
	text-decoration:none;
	font-size:15px;
}

/*-----------------------------------------------------------*/

.slide-down {
  animation-name: slideDown;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50% 0;
  animation-duration: .5s;
  top: 0;
}
@keyframes slideDown {
  0% {
    top: -94px;
  }
  100% {
    top: 0;
  }
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

.slide-up {
  animation-name: slideUp;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50%  0;
  animation-duration: .5s;
  top: -94px;
}
@keyframes slideUp {
  0% {
    top: 0;
  }
  100% {
    top: -94px;
  }
}

/*-----------------------------------------------------------*/


/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
