@charset "utf-8";
/* CSS Document */

/*　共通　*/

html {
  font-size: 14px;
  line-height: 2;
}

.gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.mincho {
	font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Sans", Meiryo, serif;
}

a {
	text-decoration:none;
	color:inherit;
	}

	
a:hover {
	transition: all 0.5s ease;
}

img {
	max-width:100%;
	height: auto;
	aspect-ratio: attr(width) / attr(height);
	}
	
.img{
	width:100%;
	}
	


/*　背景　*/
.bg_black {
	background: rgba(0,0,0,0);
	padding: 1rem 0;
	}
.bg_beige {
    background: rgba(201,188,156,1);
    padding: 1rem 0;
	}	
.bg_beige02 {
    background: rgba(245,242,231,1);
    padding: 1rem 0;
	}	
.bg_beige03 {
    background:rgba(155,142,111,1);
	}	
.bg_beige04 {
    background:#ccb29b;
	padding: 1rem;
	}	
.bg_green {
    background:rgba(0,116,64,1);
    padding: 1rem 0;
	}	
.bg_blue {
    background:rgba(13,106,181,1);
    padding: 1rem 0;
	}
.bg_gray {
    background:#f7f7f7;
	padding: 1rem 0;
	}
.bg_gray02 {
    background:#f7f7f7;
	padding: 2rem 0;
	}

/*　見出し　*/

h1 {
	font-size:1rem;
	}
	
h2 {
	line-height:1.6;
	}
	

.ttl01 {
    font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height:1.4;
}

.ttl02 {
	font-size: 1.3rem;
	line-height:1.4;
	margin-bottom:1rem;
	}
	
.ttl03,
.ttl04,
.ttl05,
.ttl06 {
	font-size:1.2rem;
	line-height:1.4;
	} 

		

/*　テキスト　*/

.txt01 {
  font-size: 1.2rem;
}

.font_bg {
	color:#9b8e6f;
	}
	

/*　ボタン　*/

.more a {
	display:block;
	}
	
.more a {
	opacity: 0.6;
	filter: alpha(opacity=60);
	}
	
.more a:before {
	content: "\f00e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right:10px;
	}
.tel_ico:before,
.access_ico:before,
.access_ico_gr:before,
.open_ico:before,
.win_ico:before,
.address_ico:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right:10px;
	}
	
.tel_ico:before {
	content: "\f095";
	}
.access_ico:before {
	content: "\f239";
	}
.access_ico_gr:before {
	content: "\f239";
	color:#007440;
	}
.open_ico:before {
	content: "\f017";
	}
.win_ico:before {
	content: "\f2d2";
	line-height:1;
	}
.address_ico:before {
	content: "\f3c5";
	} 

/* Sweep To Right */

.hvr-right {
	display: block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-right:hover, .hvr-right:focus, .hvr-right:active {
	color: #fff;
}
.hvr-right:hover:before, .hvr-right:focus:before, .hvr-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.btn01,
.btn01a {
	display:block;
	margin-right:auto;
	margin-left:auto;
	background:#007440;
	padding:1rem 0;	
	color:#fff;
	letter-spacing:0.05em;
	}
	
.btn01:before,
.btn01a:before {
	background: #3a8d68;
	}
	
.btn02 {
	display:block;
	margin-right:auto;
	margin-left:auto;
	background:#007440;
	padding:1rem;	
	color:#fff;
	letter-spacing:0.05em;
	max-width:70%;
	}
	
.btn02:before {
	background: #8f9c02;
	}

.btn03 {
	max-width:300px;
	border:1px solid #a44b6a;
	background: #fff;
	padding:0.5rem;
	color:#a44b6a;
	letter-spacing:0.05em;
	}
	
.btn03:before {
	border:1px solid #a44b6a;
	background: #a44b6a;
	}

.btn04 {
	display: block;
	border:1px solid #595757;
	background: #fff;
	padding:0.5rem 0.2rem;
	color:#595757;
	letter-spacing:0.05em;
	font-size:0.9rem;
	}	
.btn04:before {
	border:1px solid #595757;
	background: #595757;
	}


.arrow_after:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left:1em;
}

.arrow_before:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right:1em;
}

.gmap_before:before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right:1em;
}

.win_after:after {
	content: "\f2d2";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left:1em;
}

.tel{
	font-size:1.6rem;
	line-height:1;
	}
.tel2{
	font-size:2.3rem;
	line-height:1;
	}
	
.tel:before,
.tel2:before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right:10px;
	font-size:1.6rem;
	color:#a44b6a;
}

.tel_txt {
	font-size:0.8rem;
	line-height:1.2;
	padding:0.2rem 1rem;
	}
	
/*　本文　*/
main {
	margin-top:0;
	margin-bottom:1rem;
	}

/*　ヘッダー　*/

header {
  /*position:fixed;*/
  z-index:9999;
  width: 100%;
}

.header {
	padding:0.3rem;
	padding-bottom:0.5rem;
	background:rgba(255,255,255,0.9);
	}

	
/*　フッダー　*/

.footer {
	background:	#9b8e6f;
	padding:20px 0;
	}

.footer_info {
	color:#fff;
	text-align:center;
	}
.tel_nv{
	border:1px solid #666;
	padding:1rem;
	border-radius: 10px;
	}
/*.tel_nv li{
	list-style:decimal;
	list-style-position:outside;
	margin-left:1rem;
	}*/
	
.footer_nav {
	padding:20px 0 70px;
	background:#f7f7f7;
	}
	
.footer_nav ul li{
	padding:0.5rem 0;
	}
	
.footer_nav ul li:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right:10px;
	}
#link li{
	flex-basis: 48%;
	}


@media screen and (min-width: 768px) {

html {
  font-size: 16px;
}

h1 {
	font-size:1.4rem;
	}
	
/*　背景　*/

.bg_beige,
.bg_beige02,
.bg_beige03,
.bg_beige04 {
    padding: 2rem 0;
	}
.bg_gray02 {
	padding: 5rem 0;
	}

/*　見出し　*/


.ttl01 {
	font-size: 2.3rem;
}

.ttl02 {
	font-size: 2rem;
}

.ttl03 {
	font-size:1.8rem;
	}
	
.ttl04 {
	font-size: 1.6rem;
}

.ttl05 {
	font-size:1.4rem;
	}
	
.ttl06 {
	font-size:1.2rem;
	}

/*　テキスト　*/

.txt01 {
  font-size: 1.5rem;
}


/*　ボタン　*/

.hvr-right {
	padding:10px;
	}	

.btn01 {
	padding:1.5rem;	
	}
.btn01a {
	padding:1rem;	
	}
	
.btn02 {
	max-width:300px;	
	}
	
.btn03 {
	padding:0.5rem;
	}

.tel{
	font-size:2.3rem;
	}
.tel2{
	font-size:3rem;
	}
	
.tel:before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right:10px;
	font-size:1.6rem;
	color:#a44b6a;
}

/* パンくず */

#trace {
	text-align: left;
	padding:1rem;
}
#trace li {
    display: inline;
    list-style-type: none;
    color: #666;
    font-size: 80%;
    line-height: 1;
}
#trace li a {
    color: #004136;
}
#trace li:before {
    content: "　/　";
    color: #afafaf;
}
#trace li:first-child:before {
    content: "";
}

/*　本文　*/
main {
	margin-top:3rem;
	margin-bottom:4rem;
	}

/*　ヘッダー・フッダー　*/

.header {
	padding:1rem 0.5rem;
	}
.header h2 {
	display: flex;
	align-items:center;
	}

/*.header {
	display:flex;
	flex-wrap: wrap;
	border-bottom:1px solid #007440;
	}
	
.header h2 img {
	display: block;
	width:80px;
	margin:8px auto 0;
	}
	
.logo_img img{
	display: block;
	width:80px;
	margin:10px auto 0;
	}*/


/*　pc_nav　*/

.pc_nav {
	background:rgba(255,255,255,0.9);
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	}

.pc_nav ul{	
    text-align: center;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	}
	
.pc_nav ul li {
	width:20%;
	}
	
.pc_nav ul li a{
	display:block;
	text-align:center;
	line-height:1.4;
	padding:1rem 0;
	font-size:0.9rem;
	color:#666666;
	/*font-weight:bold;*/
	letter-spacing:0.05em;
	}
	
.pc_nav ul li a:hover,
.pc_nav ul li a.current{
	opacity: 1;
	background:#3a8d68;
	color:#fff;
	transition : all 1s;
	}
	
.footer {
	padding:40px 0;
	margin-top:3rem;
	}
	
.footer_nav {
	padding:40px 0;
	}
	
#link li{
	flex-basis: 24%;
	}
	
#pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
}


}

@media screen and (max-width: 767px) {
/*　本文　*/

	
.nav_footer{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display: none;
	line-height: 3.5;
	display: flex;
	font-size:1.5rem;
	border-top:1px solid #ccc;
}

.nav_footer div{
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	border-right:1px solid #fff;
	font-size: 1rem;
	height: 50px;
}

/*.nav_footer div img{
	width:50%;
}*/

.nav_footer div a {
	display: block;
}

.nv_tel,
.nv_request {
	width:15%;
	background:#a44b6a;
	color: #fff;
	}
.nv_faq {
	width:55%;
	background:#fff;
	color:#333;
	}
	
/*.nv_catalog {
	width:25%;
	background:#c9bc9c;
	}
	
.nv_raijyo {
	width:25%;
	background:#c9bc9c;
	}
	
.nv_map {
	width:25%;
	background:#c9bc9c;
	}
	
.nv_top {
	background: #ccc;
	width:12%;
	}
	
.nv_top a:hover {
	transition: all 0.5s ease;
	opacity: 0.5;
}*/
	
}

