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

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 4vw;
	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;
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a {
	overflow: hidden;
	outline: none;
	color: #333333;
	text-decoration: none;
}
a>img:hover {
}
a:hover {
	text-decoration: underline;
}
.sp_hide {
	display: none !important;
}
.pc_hide {
}
/* 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:100vw;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	background-image:url(common/bg_naname.png);
	background-repeat:no-repeat;
	background-position:right top;
	background-size:70% 103.62vw;
}

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

#header{
	width:100vw;
	height:22.5vw;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	line-height:100%;
}
/*
#header h1{
	width:36.71vw;
	position:absolute;
	top:10.78vw;
	left:7vw;
}
*/

#header h1{
	width: 100%;
	/*width:36.71vw;*/
	position:absolute;
	top:10.78vw;
	left:7vw;
}

#header h1 img{
	width:36.71vw;
	height: auto;
}


#header h2{
	display:none;
}

#tagline{
	font-size:2vw;
	font-weight: normal;
	position:absolute;
	left:-4vw;
	top:-3.87vw;
	line-height:100%;
}


/*
#tagline{
	font-size:2vw;
	position:absolute;
	left:7vw;
	top:6.87vw;
	line-height:100%;
}
*/

#head_tel{
	display:none;
}

#head_sns_icon{
	width:12.81vw;
	overflow:hidden;
	position:absolute;
	right:23.75vw;
	top:4.78vw;
}

#head_sns_icon li{
	list-style-type:none;
	width:50%;
	float:left;
	display:table;
	text-align:center;
	vertical-align:middle;
	margin-top:2vw;
	height:5vw;
}

#head_sns_icon li img{
	overflow:hidden;
	width:5vw;
	height:auto;
}

#sp_btn_gnavi{
	width:15.62vw;
	height:15.62vw;
	position:absolute;
	right:2vw;
	top:50%;
	margin-top:-7.81vw;
}

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

#gnavi{
	display:none;
}

/**/

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

#page_title_container{
	overflow:hidden;
	width:100vw;
	height:30vw;
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url(common/title.png);
	position:relative;
	background-size:cover;
	
}

/**/

#tmpl_page_title{
	overflow:hidden;
	width:100vw;
	height:30vw;
	background-color:rgba(255,255,255,0.5);
}

#tmpl_page_title h1{
	font-family: "Sawarabi Mincho";
	font-size:5vw;
	line-height:30vw;
	font-weight:normal;
	color:#60473A;
	text-align:center;
	font-weight:bold;
}

/**/

#page_title{
	overflow:hidden;
	width:100vw;
	height:30vw;
	background-color:rgba(255,255,255,0.5);
}

#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:50%;
	margin-top:-15px;
	line-height:30px;
	left:0px;
	width:100%;
	text-align:center;
}

#page_title h2{
	display:none;
}

#page_title .select_box{
	display:none;
}

#page_title .select_box dl{
	overflow:hidden;
	display:none;
}

#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;*/
	position:absolute;
	top:22.5vw;
	right:0px;
}

#fix_bn_contact img{
	width:auto;
	height:30vw;
}

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

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

#footer{
	width:80vw;
	margin:4vw auto;
	overflow:hidden;
	display:table;
}

#footer a{
	text-decoration:none;
}

/**/

#footer .col01{

}

/**/

#footer .col02{
	font-size:3vw;
	line-height:125%;
	margin:4vw 0vw 0vw 0vw;
}

.foot_tagline{
	font-size:3vw;
	line-height:125%;
}

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

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

.foot_logo img{
	width:25vw;
	height:auto;
}

#footer .col02 dl{
	overflow:hidden;
	font-size:2.18vw;
	margin-top:1em;
}

#footer .col02 dl dt{
}

#footer .col02 dl dd{
}

#footer .col02 .foot_txt_link{
	overflow:hidden;
	margin-top:1em;
}



/**/

#footer .col03{
	display:none;
}

/**/

#footer .col04{
	display:none;
}


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

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

#copy{
	width:100vw;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
	font-size:2vw;
	line-height:5vw;
}


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

#contents_container{
	width:100vw;
	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{
	display:none;
	width:92vw;
	overflow:hidden;
	position:absolute;
	left:4vw;
	top:22.5vw;
	z-index:10000;
	background-color:#472f24;
}

#fix_header{
	margin:2px;
	background-color:#fff;
	overflow:hidden;
	font-size:4vw;
	letter-spacing:1px;
	font-weight:bold;
	
}

#fix_header h1{
	display:none;
}

#fix_header h2{
	display:none;
}

#fix_header hr{
	display:none;
}

#fix_tagline{
	display:none;
}

#fix_gnavi{
	width:90vw;
	overflow:hidden;
	margin:0px auto;
}

#fix_gnavi ul{
}

#fix_gnavi ul li{
	list-style-type:none;
}

#fix_gnavi ul li a{
	text-decoration:none;
	color:#472f24;
	text-align:center;
	display:block;
	padding:1em 0px;
}

#fix_header .fix_mail{
	text-align:center;
}

#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;
	color:#472f24;
	padding:0.5em 0px;
	padding-left:20px;
	
}

#fix_header .fix_tel{
	display:none;
}

/*-----------------------------------------------------------*/
.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;
  }
}

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

/*
.subtitle{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:22px;
	text-align:center;
	padding:15px 0px;
	font-weight:bold;
	color:#60473a;
	font-family: "Sawarabi Mincho","Yu Mincho", "YuMincho","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:2px;
	border-bottom:1px solid #60473a;
}
*/

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

#foot_contact{
	overflow:hidden;
	margin:5vw;
}

#foot_contact a{
	display:block;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding:1em 0px;
	background-color:#19905A;
	border:3px double #fff;
}

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