@charset "UTF-8";

body {
	font-family: "Hiragino Kaku Gothic ProN","游ゴシック","Yu Gothic","Hiragino Sans",Meiryo,sans-serif;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	font-size: 15px;
	letter-spacing: .1em;
	line-height: 2;
	padding:0;
	margin:0;
	-webkit-text-size-adjust: 100%;
}

div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fildset,p,blockquote{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight: normal;
}

img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	display: block;
	margin: auto;
}
table {
    font-size:inherit;
    font:100%;
	border-collapse: separate;
	border-spacing: 0;
}

address{
	font-style:normal;
}

ul{
	list-style:none;
}

a{
	color: inherit;
	text-decoration: none;
	outline: 0;
	transition: color 0.8s, background-color 0.8s;
}
a:hover{
	transition: color 0.4s, background-color 0.4s;
}

i {font-weight: normal !important;}	/*アイコンフォント*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*<group=style>*/
.fw_bold{font-weight: 700;}
.fw_normal{font-weight: 400;}	
/*</group>*/

/*<group=text_align>*/
.txt_al_l{text-align:left;}
.txt_al_r{text-align:right;}
.txt_al_c{text-align:center;}
.sp_txt_l{text-align:center;}
/*</group>*/

/*<group=float>*/
.flt_l{float:left;}
.flt_r{float:right;}	
/*</group>*/

.blocklink,
.blocklink_out {
	cursor:pointer;
}

.img_max {
	width: 100% !important;
	max-width: initial !important;
}
.change_img img {margin-left: auto; margin-right: auto;}

/* スマホで電話をかけるボタン：画像対応 */
.sp_tel_btn {
	position: relative;
}
.sp_tel_btn img {
	position: relative;
	z-index: 0;
}
.sp_tel_btn span,
.sp_tel_btn a {
	display: block;
}
.sp_tel_btn a {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ank_adjust {
    /*padding-top: 150px;
    margin-top: -150px;*/
}

.red {color: #b05f5f;}
.green {color: #76a655;}

.tel_border a {
	text-decoration: underline;
}

.fs16 {
	font-size: 106%;
}
.fs17 {
	font-size: 113%;
}



.flex_box {
	display: flex;
}

.aster_txt {
	position: relative;
	color: rgba(76,65,72,0.6);
	line-height: 1.8;
	padding-left: 1em;
	margin-top: 1.4em;
}
.aster_txt::before {
	position: absolute;
	content: "※";
	width: 1em;
	height: 1em;
	left: 0;
	top: 0;
}


.bg_white {	background-color: #fff;}
.bg_gray {	background-color: #F7FAF9;}

.com_slide_area {
	position: relative;
}
.com_slide_area .bx-viewport {
	overflow: visible !important;
}
.com_slide.type2 > li:nth-of-type(odd) {
	margin-top: min(2.6vw,2.5em);
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body {
	font-size: 15px;
	letter-spacing: .05em;
	line-height: 2.0em;
}
	
.fs17 {
	font-size: 106%;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* スマホのときはビューポートを基準にサイズ調節する */
/* スマホ時：emまたは%で指定する */
/* スマホ以外でビューポート基準にするときは、その都度「vw」で指定する */
body {
	font-size: 4.1vw;
	letter-spacing: .05em;
	line-height: 1.8em;
}
/*<group=text_align>*/
.sp_txt_l{text-align:left;}	
/*</group>*/
	
.fs16 {
	font-size: 100%;
}
.fs17 {
	font-size: 105%;
}


}



/*共通
---------------------------------------------------------*/
/*スマホ時は隙間を広くする*/
.max_width {
	width: 94%;
	padding: 0 3%;
	margin-left: auto;
	margin-right: auto;
}
.max_1500 {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.w1500 {
	width: 94%;
	padding: 0 3%;
	max-width: 1500px;
	margin: 0 auto;
}
.w1400 {
	width: 94%;
	padding: 0 3%;
	max-width: 1400px;
	margin: 0 auto;
}
.w1340 {
	width: 94%;
	padding: 0 3%;
	max-width: 1340px;
	margin: 0 auto;
}
.w1300 {
	width: 94%;
	padding: 0 3%;
	max-width: 1300px;
	margin: 0 auto;
}
.w1200 {
	width: 94%;
	padding: 0 3%;
	max-width: 1200px;
	margin: 0 auto;
}
.w1180 {
	width: 94%;
	padding: 0 3%;
	max-width: 1180px;
	margin: 0 auto;
}

.ft_min {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
}
.ft_bilo {
    font-family: bilo, sans-serif;
    font-weight: 500;
    font-style: normal;
}


.com_txt_link {
	text-decoration: underline;
	text-underline-offset: .1em;
}
.com_txt_link:hover {
	text-decoration: none;
	color: #76a655;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.max_width,
.w1500,.w1400,.w1340,.w1300,.w1200,.w1180 {
	width: 90%;
	padding: 0 5%;
}
}


/*アニメーション
---------------------------------------------------------*/
/*その場でフェードしながら出てくる*/
.fadein {
	opacity: 0;
	transition: all 2.0s ease;
}
.anime_on .fadein,
.anime_on.fadein {
	opacity: 1;
}

/*下からフェードしながら出てくる*/
.fadeup {
	opacity: 0;
	transform: translateY(20px);
	transition: all 2s ease;
}
.anime_on .fadeup,
.anime_on.fadeup {
	opacity: 1;
	transform: translateY(0px);
}

/*その場でズームしながら出てくる*/
.fadezoom {
	opacity: 0;
	transform: scale(0.9);
	transition: all .8s ease;
}
.anime_on .fadezoom,
.anime_on.fadezoom {
	opacity: 1;
	transform: scale(1.0);
}
.anm_pyon {
	opacity: 0;
}
@keyframes pyonpyon {
  0% {
	opacity: 0;
    transform: translate(0, 0);
  }
  5% {
	opacity: 0;
    transform: translate(0, 0);
  }
  10% {
	opacity: 0;
    transform: translate(0, 0);
  }
  20% {
	opacity: 1;
    transform: translate(0, -15px);
  }
  25% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, -15px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
	opacity: 1;
    transform: translate(0, 0);
  }
}




/*wrapper
---------------------------------------------------------*/
#wrapper{
	overflow: hidden;
}


/*header
---------------------------------------------------------*/
header {
	box-sizing: border-box;
	padding: 40px 2.6% 25px;
}
header .h_inbox {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
header h1 {
	
}
header .h_logo {
	width: 40%;
	max-width: 517px;
}
header .h_contact {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 50%;
	max-width: 550px;
	right: 15px;
	top: 15px;
}
header .h_tel {
	text-align: right;
	color: #8c7155;
}
header .h_tel .com_tel {
	font-size: min(2.8vw,226%);
}
header .h_tel .time {
	font-size: 86%;
	line-height: 1.5;
	letter-spacing: .08em;
}
header .com_con_btn {
	width: 44%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

header {
	padding: 20px 2% 15px;
}
header .h_inbox {
	display: block;
}
.m_nav_area {
	margin-top: 1em;
}
.m_nav_area .m_nav {
	justify-content: flex-end;
	font-size: 1.5vw;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

header {
	padding: 3% 3%;
}
header .h_logo {
	width: 80%;
}
header .h_contact {
	display: none !important;
}

}


/*お問い合わせパーツ
---------------------------------------------------------*/
/*com_tel*/
.com_tel {
	position: relative;
	display: inline-block;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left: 1.2em;
}
.com_tel .icon-tel {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}
.com_tel .time {
	letter-spacing: .08em;
	margin-top: .6em;
}
.com_tel .time .radi {
	color: #FFF;
	font-size: 90%;
	background-color: #C8C8A4;
	border-radius: 3px;
	padding: .3em .6em;
	margin-left: .2em;
}
/*com_web*/
.com_con_btn a {
	display: block;
	height: 100%;
	text-align: center;
	color: #FFF;
	font-size: min(1.5vw,126%);
	letter-spacing: .1em;
	line-height: 1.4;
	white-space: nowrap;
	background-color: #76a655;
	box-sizing: border-box;
	padding: 1em;
}
.com_con_btn a span {
	position: relative;
	padding-right: 1.8em;
}
.com_con_btn i {
	position: absolute;
	display: block;
	background-color: #FFF;
	color: #76a655;
	border: none;
	font-size: 80%;
	width: 1.7em;
	height: 1.7em;
	line-height: 1.6em;
	border-radius: 50%;
	box-sizing: border-box;
	padding-left: .2em;
	right: 0;
	top: 55%;
	transform: translateY(-50%);
}
.com_con_btn a:hover {background-color: #93cc66;}


/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {


}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
/*com_web*/
.com_con_btn a {
	font-size: 90%;
}

}



/*共通メニュー
---------------------------------------------------------*/
.com_menu1 > li {
	margin-bottom: .5em;
}
.com_menu1 > li a {
	font-size: 106%;
	letter-spacing: .1em;
	line-height: 1.4;
	white-space: nowrap;
	margin-bottom: 1em;
}
.com_menu1 > li a::before {
	font-family: 'fontello';
	content: '\e800';
	font-size: 90%;
}
.com_menu2 {
	line-height: 1.5;
	margin-left: 1em;
}
.com_menu2 > li a {
	font-size: 93%;
	letter-spacing: .1em;
	white-space: nowrap;
}
.com_menu2 > li a::before {
	content: '-';
	margin-right: .2em;
}
.com_menu1 > li a,
.com_menu2 > li a {
	position: relative;
}
.com_menu1 > li a::after,
.com_menu2 > li a::after {
	position: absolute;
	content: "";
	background-color: rgba(255,255,255,0.5);
	width: 0;
	height: 1px;
	left: 50%;
	bottom: -2px;
	transform: translateX(-50%);
	transition: all .3s;
}
.com_menu1 > li a:hover::after,
.com_menu2 > li a:hover::after {
	width: 100%;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
	
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {



}


/*メニュー
---------------------------------------------------------*/
.m_nav {
	position: relative;
	width: 100%;
	display: flex;
    align-items: center;
	font-size: min(1.3vw,120%);
}
.m_nav > li {
	position: relative;
	margin-left: 1.5em;
}
.m_nav > li > a {
	position: relative;
	display: block;
	text-align: center;
	color: #8c7155;
	letter-spacing: .04em;
	line-height: 1.4;
	white-space: nowrap;
	padding-left: 1em;
}
.m_nav > li > a::before {
	position: absolute;
	content: "";
	background-color: #8c7155;
	border-radius: 50%;
	width: .4em;
	height: .4em;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s;
}
.m_nav > li > a.select::before,
.m_nav > li > a:hover::before {
	opacity: 0.5;
	background-color: transparent;
	border: 1px solid #8c7155;
}
.m_nav_area .m_nav {
	margin-right: -1em;
}
/* アコーディオンメニュー */
.in_menu {
	display: none;
	position: absolute;
	color: #FFF;
	font-size: min(1.4vw, 15px);
	z-index: 999;
	right: 0;
	top: calc(100% + 1em);
	line-height: 1.4em;
	letter-spacing: .04em;
	background: rgba(86,63,41,0.9);
	box-sizing: border-box;
	padding: 20px 2em 30px;
}
.in_menu li {
	margin-top: .5em;
}
.in_menu .com_menu2 {
	margin-left: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

/* アコーディオンメニュー */
.in_menu {
	font-size: 1.5vw;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_nav_area {
	display: none !important;
}
}



/*スクロールメニュー
---------------------------------------------------------*/
#scl_header {
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.95);
	transform: translateY(-101%);
}
#scl_header.is-show {
	display: block;
	transform: translateY(0);
	opacity: 1;
    animation: sclAnimation 1.0s;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#scl_header .scl_flex {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#scl_header .scl_contact {
	display: flex;
	justify-content: space-between;
	width: 36%;
	max-width: 500px;
}
#scl_header .com_con_btn {
    width: 38%;
}
#scl_header .h_tel {
	padding: .5em 0;
}
#scl_header .h_tel .com_tel {
    font-size: min(2.4vw,226%);
}
#scl_header .h_tel .time {
    font-size: min(1.2vw,86%);
	margin-top: -0.2em;
}
#scl_header .com_con_btn a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
    font-size: min(1.3vw,126%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {


}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#scl_header {
	display: none !important;
}
}

/* スクロールメニューアニメーション */
@keyframes sclAnimation {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}


/*スマホメニュー
---------------------------------------------------------*/
.drw_inbox {
	color: #FFF;
	padding: 20% 15% 0;
}
.drw_inbox .com_menu1 > li {
	margin-top: 1em;
}
.drw_inbox .com_menu1 a::before {
	opacity: 0.6;
}


/*リンク
---------------------------------------------------------*/
.com_arrow1 {
    position: relative;
	display: block;
    text-align: center;
	color: #8c7155;
	background-color: #FFF;
	border: 1px solid #8c7155;
    border-radius: 50%;
    width: 2.1em;
    height: 2.1em;
	line-height: 2.1em;
	transition: all .5s;
}
.com_arrow1::before {
    position: absolute;
	font-family: 'fontello';
	content: '\e800';
	width: 100%;
	left: 0;
	top: 0;
	padding-left: .1em;
}
.com_arrow1:hover,
.com_link1 a:hover .com_arrow1,
.hov_arw:hover .com_arrow1 {
    color: #FFF;
	background-color: #8c7155;
	border-color: #8c7155;
}
/*アイコン付きリンク*/
.com_link1 {
	margin-top: 1.5em;
}
.com_link1 a {
	position: relative;
	display: inline-block;
	text-align: left;
	color: #8c7155;
	font-size: 126%;
	line-height: 1.3;
	letter-spacing: normal;
	white-space: nowrap;
	padding: .5em 3em .5em 0;
}
.com_link1 .com_arrow1 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
/*
.com_link1 i {
	position: absolute;
	display: block;
    text-align: center;
	border: 1px solid #8c7155;
    border-radius: 50%;
    width: 2.1em;
    height: 2.1em;
	line-height: 1.9em;
	box-sizing: border-box;
	padding-left: .1em;
	transition: all .5s;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.com_link1 a:hover i {
	color: #FFF;
	background-color: #8c7155;
}
*/

/*リスト*/
.com_btnlist {
	display: flex;
	flex-wrap: wrap;
}
.com_btnlist > li {
	margin-right: 3em;
}
.com_btnlist > li:last-of-type {
	margin-right: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.com_link1 a,
.com_btn1 a {
	font-size: 110%;
}
.com_link1 a {
	padding-right: 3em;
}
.com_link1 .com_arrow1 {
	font-size: 110%;
}
/*リスト*/
.com_btnlist > li {
	margin-right: 1.5em;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
/*com_link1*/
.com_link1 {
	margin-top: .7em;
}
.com_link1 a {
	font-size: 105%;
}
/*com_btnlist*/
.com_btnlist {
	justify-content: center;
}
.com_btnlist > li {
	margin-right: 2em;
}

}


/*メインイメージ
---------------------------------------------------------*/
.m_img_area {
	position: relative;
}
.m_img_area .m_img {
	position: relative;
}
/*下層*/
.contentpage .m_img_area .m_img {
	background-image: url("../images/contact/m_img@2x.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.contentpage .m_img_area .m_img::before {
	display: block;
	content: "";
	padding-top: min(23%,350px);
}
.contentpage .m_img_area .m_img::after {
	position: absolute;
	content: "";
	background: linear-gradient(0deg, rgba(153,153,153,1) 0%, rgba(153,153,153,0.4) 100%);
    opacity : 0.7;
	width: 38%;
	height: 100%;
	clip-path: polygon(0 0, 0 100%, 86% 100%, 100% 0);
	left: 0;
	top: 0;
	mix-blend-mode: multiply;
}
.contentpage .m_title {
	position: absolute;
	color: #FFF;
	font-size: min(2.5vw,186%);
	letter-spacing: .1em;
	line-height: 1.5;
	left: 6%;
	top: 50%;
	transform: translateY(-50%);
	text-shadow: 0 0 8px rgba(0,0,0,0.2);
	z-index: 1;
}
.contentpage .m_title .ft_bilo {
	font-size: 285%;
	letter-spacing: normal;
	line-height: 1;
	margin-bottom: .1em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {


}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

/*下層*/
.contentpage .m_img_area .m_img::before {
	padding-top: 40%;
}
.contentpage .m_img_area .m_img::after {
	width: 40%;
}
.contentpage .m_title {
	font-size: 110%;
}
.contentpage .m_title .ft_bilo {
	font-size: 250%;
}

}


/*下層共通
---------------------------------------------------------*/
/*パンクズ*/
.pankuzu {
	color: #999999;
	font-size: 93%;
	letter-spacing: .05em;
	line-height: 1.4em;
	display: flex;
    flex-wrap: wrap;
	margin-top: 2em;
	margin-bottom: 5em;
	box-sizing: content-box;
}
.pankuzu a {text-decoration: underline;}
.pankuzu a:hover {text-decoration: none;}
.pankuzu li::after {
	content: "ー";
	margin-left: .3em;
	margin-right: .2em;
}
.pankuzu li:last-child::after {
	display: none;
}
/*com_lead*/
.com_lead {
	text-align: center;
}
.com_lead > dt {
	font-size: 200%;
	letter-spacing: .1em;
	line-height: 1.6;
	margin-bottom: .6em;
}
/*com_index1*/
.com_index1 {
	text-align: center;
	color: #8c7155;
	font-size: min(3.2vw,233%);
	letter-spacing: .1em;
	line-height: 1.4;
	background-color: #faf6f3;
	padding: .7em 1em;
	margin-bottom: 1em;
	border-top: 1px solid #8c7155;
	border-bottom: 1px solid #8c7155 ;
}

/*リスト*/
.com_marulist > li {
	position: relative;
	line-height: 1.6;
	box-sizing: border-box;
	padding-left: 1.5em;
	margin-top: .2em;
}
.com_marulist > li::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e803';
	color: rgba(0,0,0,0.2);
	left: 0;
	top: 0;
	mix-blend-mode: multiply;
}

/*ボックス*/
.com_inbox{
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}



/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

/*パンクズ*/
.pankuzu {
	font-size: 85%;
	letter-spacing: .02em;
	margin-bottom: 4em;
}
/*com_lead*/
.com_lead > dt {
	font-size: 180%;
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
/*パンクズ*/
.pankuzu {
	font-size: 70%;
	letter-spacing: normal;
	margin-top: 2em;
	margin-bottom: 4em;
}
/*com_lead*/
.com_lead > dt {
	font-size: 140%;
	letter-spacing: .05em;
}
.com_lead > dd {
	text-align: left;
}
/*com_index1*/
.com_index1 {
	font-size: 130%;
	letter-spacing: .05em;
}

}


/*アコーディオン
---------------------------------------------------------*/

/*開閉アイコン*/
.icon_open {
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	margin-left: .5em;
	transform: translateY(-.1em);
	position: relative;
	transition: all .4s;
}
.icon_open::before,
.icon_open::after {
	content: "";
	position: absolute;
	width: .7em;
	height: 1px;
	background: #353936;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 1px;
}
.icon_open::after {
	transform: rotate(90deg);
	transition: all 0.4s;
}
.active .icon_open::after {
	transform: rotate(0deg);
}



/*com_menu
---------------------------------------------------------*/


/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
	
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {



}




/*footer
---------------------------------------------------------*/
footer {
	position: relative;
	color: #FFF;
	background: linear-gradient(90deg,rgba(80,131,70,1) 0%, rgba(154,199,78,1) 100%);
	padding: 80px 0 40px;
}
footer::before {
	position: absolute;
	content: "";
	background: url("../images/f_bg@2x.png") no-repeat right bottom;
	background-size: auto 100%;
	width: 66%;
	height: 100%;
	right: 0;
	bottom: 0;
	mix-blend-mode: color-burn;
}
footer .f_logo {
	max-width: 299px;
}
footer .f_logo + .ft_min {
	font-size: 126%;
	letter-spacing: .1em;
	line-height: 1.6;
	margin-top: 2em;
}
footer .f_logo + .ft_min address {
	font-size: 90%;
}
/*f_sitemap*/
footer .f_sitemap {
	display: flex;
	justify-content: space-between;
	max-width: 562px;
}
footer .f_bottom {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding-right: 3%;
	margin-top: 65px;
}
footer .copyright {
	font-size: 113%;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: .1em;
	margin-right: 1.6em;
}
#page_top .com_arrow1 {
	font-size: 126%;
	transform: rotate(-90deg);
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
footer .f_inbox {
	display: flex;
}	
footer .f_inbox .box_l {
	width: 35%;
}
footer .f_inbox .box_r {
	width: 65%;
	max-width: 562px;
	margin-left: 10%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

footer {
	padding: 8% 0 4%;
}
footer .f_logo + .ft_min {
	font-size: 110%;
}
footer .f_list1 > li a {
	font-size: 100%;
}
footer .f_inbox .box_l {
	width: 38%;
	white-space: nowrap;
}
footer .f_inbox .box_r {
	width: 62%;
}
footer .f_bottom {
	margin-top: 40px;
}
footer .copyright {
	font-size: 105%;
	margin-right: .5em;
}
#page_top .com_arrow1 {
	font-size: 110%;
}

}

/* ,Mobile,Tablet (Portrait)
------------------------------------------*/
@media only screen and (max-width: 959px) {
	
footer .f_sitemap {
	display: grid;
    grid-template-columns: 1fr 1fr;
}
footer .f_sitemap > ul:nth-of-type(2) {
	grid-row: 2;
    grid-column: 1;
}
footer .f_sitemap > div {
	grid-row: 1 / 3;
    grid-column: 2;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

footer {
	padding: 12% 0 20%;
}
footer::before {
	width: 100%;
}
footer .f_logo + .ft_min {
	font-size: 105%;
}
footer .f_sitemap {
	margin-top: 5%;
}
footer .f_list1 > li {
	margin-bottom: .2em;
}
footer .f_list1 > li a {
	font-size: 100%;
}
footer .f_bottom {
	margin-top: 10%;
}
footer .copyright {
	font-size: 105%;
	margin-right: 1em;
}
#page_top .com_arrow1 {
	font-size: 90%;
}
}



/*スマホフッター
---------------------------------------------------------*/
@media only screen and (min-width: 768px) {
#sp_footer {display: none !important;}

}

#sp_footer {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 100;
	background-color: #8c7155;
	box-sizing: border-box;
}
#sp_footer .spf_contact {
	display: flex;
}
#sp_footer .spf_contact > li {
	width: 58%;
	box-sizing: border-box;
}
#sp_footer .spf_tel {
	align-self: center;
	text-align: center;
	padding: .3em 0;
}
#sp_footer .spf_tel .com_tel {
	font-size: 150%;
	
}
#sp_footer .spf_tel .time {
	font-size: 65%;
	line-height: 1;
	margin-bottom: .2em;
}
#sp_footer .spf_contact > li.com_con_btn {
	width: 42%;
}



/*隙間
---------------------------------------------------------*/
.com_btm_150 {
	margin-bottom: 150px;
}
.com_btm_120 {
	margin-bottom: 120px;
}
.com_btm_110 {
	margin-bottom: 110px;
}
.com_btm_100 {
	margin-bottom: 100px;
}
.com_btm_90 {
	margin-bottom: 90px;
}
.com_btm_80 {
	margin-bottom: 80px;
}
.com_btm_70 {
	margin-bottom: 70px;
}
.com_btm_60 {
	margin-bottom: 60px;
}
.com_btm_50 {
	margin-bottom: 50px;
}
.com_btm_40 {
	margin-bottom: 40px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btm_150 {
	margin-bottom: 12%;
}
.com_btm_120 {
	margin-bottom: 10%;
}
.com_btm_110 {
	margin-bottom: 9%;
}
.com_btm_100 {
	margin-bottom: 8%;
}
.com_btm_90 {
	margin-bottom: 8%;
}
.com_btm_80 {
	margin-bottom: 7%;
}
.com_btm_70 {
	margin-bottom: 6%;
}
.com_btm_60 {
	margin-bottom: 5%;
}
.com_btm_50 {
	margin-bottom: 4%;
}
.com_btm_40 {
	margin-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btm_150 {
	margin-bottom: 14%;
}
.com_btm_120 {
	margin-bottom: 13%;
}
.com_btm_110 {
	margin-bottom: 12%;
}
.com_btm_100 {
	margin-bottom: 12%;
}
.com_btm_90 {
	margin-bottom: 11%;
}
.com_btm_80 {
	margin-bottom: 10%;
}
.com_btm_70 {
	margin-bottom: 9%;
}
.com_btm_60 {
	margin-bottom: 8%;
}
.com_btm_50 {
	margin-bottom: 7%;
}
.com_btm_40 {
	margin-bottom: 6%;
}
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1500px) and (min-aspect-ratio: 1500/900) {

header {
    padding: 25px 2.6% 20px;
}
header .h_contact {
    width: 45%;
    right: 10px;
    top: 10px;
}

}

/* PC
------------------------------------------*/
@media only screen and (min-width: 960px)  {
.tb_only{display:none !important;}
.sp_only{display:none !important;}
.sp_tb{display:none !important;}
.sp_pc{display:block !important;}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pc_only{display:none !important;}
.sp_only{display:none !important;}
.sp_pc{display:none !important;}
.sp_pc{display:none !important;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc_only{display:none !important;}
.tb_only{display:none !important;}
.tb_pc{display:none !important;}
.sp_pc{display:block!important;}
}