@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

/*-------------------------------------------------------------------
　reset
-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
	box-sizing: border-box;
}

ol, ul {list-style:none;}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	font-weight:normal;
	text-align:left;
}

img{
	padding:0;
	margin:0;
	vertical-align:bottom;
}

a img {border:0;}

a{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#0774B1;
}

a:hover{
	text-decoration: underline;
}

/*-------------------------------------------------------------------
　基本設定
-------------------------------------------------------------------*/
body{
	font-family: 'Noto Sans JP',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size:22px;
	color:#000;
	line-height: 1.8;
	-webkit-text-size-adjust:none;
}

/*html {scroll-behavior: smooth;}*/

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
body{font-size:20px;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
body{
	font-size:17px;
	line-height: 1.7;
}
}

/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
.br_pcdis{display:block;}
.br_pc{display:block;}
.br_sp{display:none;}
.br1200{display: block;}
.br1024{display: none;}
.br1024n{display: block;}
.br480sp{display: none;}

/* ---- tablet ------------- */
@media only screen and (max-width:1200px){
.br1200{display: none;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.br_pcdis{display:none;}
.br1024{display:block;}
.br1024n{display: none;}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
.br_pc{display:none;}
.br_sp{display:block;}
}

/* ---- sp 480-------------- */
@media only screen and (max-width:480px){
.br480sp{display: block;}
}

/*-------------------------------------------------------------------
　header & navi
-------------------------------------------------------------------*/
.naviArea{
	position: fixed;
	width: 100%;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FFF;
	z-index: 200;
	top:0;
	transition: background-color .5s, color .5s;
}

.naviArea.change-color {
  background-color: #FFFFFF;
	opacity: 1;
}

.naviArea a:hover{text-decoration: none;}
.naviArea h1{display: none;}

#hd_logo{
	width: 170px;
	margin: 0 0 0 50px;
}

#hd_logo img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}

#g_navi{
	display: flex;
	align-items: center;
	margin-right: 20px;
}

#g_navi ul{
	position: relative;
	display: flex;
	align-items: center;
	list-style-type: none;
}

#g_navi ul li{
	height: 75px;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 20px 0;
	font-weight: bold;
	text-align: center;
}

#g_navi ul li a{
	position: relative;
	display: block;
	color: #000;
}

#g_navi ul li a:hover{color: #6EA160;}

#g_navi .sub-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: block;
	position: absolute;
	top: 75px;
	left: 0%;
	width: 250px;
	background: #FFF;
	box-sizing: border-box;
}
 
#g_navi .sub-menu a {
	display: block;
	padding: 5px 0;
	margin: 0;
	box-sizing: border-box;
}

#g_navi .sub-menu li {
	display: block;
	padding: 5px 15px;
	margin: 0;
	height: auto;
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 1px dashed #000;
}

#g_navi .sub-menu li:last-child {
	border-bottom: 1px dashed #000;
}

#g_navi li:hover ul.sub-menu {
	top: 75px;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}

#g_navi li:hover ul.sub-menu a {
	color: #004000;
	text-align:left;
	opacity: 1;
}

#g_navi li:hover ul.sub-menu a:hover {
	color:#1D7100;
}

/* ---- 1100px ------------- */
@media only screen and (max-width:1100px){
#g_navi ul li{
	height: 85px;
	position: relative;
	padding: 0 10px 0;
	font-size: 20px;
	text-align: center;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.naviArea{
	width: 100%;
	height: 60px;
	position: absolute;
}

.naviArea.change-color {
	display: none;
}

#hd_logo{
	width: 140px;
	margin-left: 20px;
}

#g_navi{display: none;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#hd_logo{
	width: 125px;
	margin-left: 20px;
}
}

/*-------------------------------------------------------------------
　hamburger menu
-------------------------------------------------------------------*/
/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	z-index: 9999;/*ボタンを最前面に*/
	top:22px;
	right: 30px;
	cursor: pointer;
	width: 45px;
	height:40px;
	border:0px solid #000;
	display: none;
	background: #FFF;
}
	
/*×に変化*/	
.openbtn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 0px;
	height: 3px;
	border-radius: 2px;
	background-color: #000;
	width: 100%;
}

.openbtn span:nth-of-type(1) {top:0px;}
.openbtn span:nth-of-type(2) {top:15px;}
.openbtn span:nth-of-type(3) {top:30px;}

.openbtn.active span:nth-of-type(1) {
	top: 8px;
	left: 0px;
	transform: translateY(6px) rotate(-45deg);
	width: 100%;
	background-color: #000;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;	
}

.openbtn.active span:nth-of-type(3){
	top: 20px;
	left: 0px;
	transform: translateY(-6px) rotate(45deg);
	width: 100%;
	background-color: #000;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav{
	/*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
	position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
	/*ナビの位置と形状*/
	top:0;
	width:100%;
	height: 100vh;/*ナビの高さ*/
	background:#FFF;
	/*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
	#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
		/*ナビの数が増えた場合縦スクロール*/
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;/*表示する高さ*/
		overflow: auto;
		-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
	display: none;
	/*ナビゲーション天地中央揃え*/
	position: absolute;
	z-index: 999;
	top:0%;
	left:50%;
	transform: translate(-50%,-0%);
	width: 80%;
	padding: 60px 0;
}

#g-nav.panelactive ul {
	display: block;
}

/*リストのレイアウト設定*/
#g-nav li{
	font-size: 25px;
	list-style: none;
	text-align: left; 
	line-height: 1.5;
	border-bottom: 1px dashed #CCC;
}

#g-nav li a{
	color: #000;
	text-decoration: none;
	padding:20px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#g-nav li a:hover{color: #6EA160}

#g-nav ul li ul{
	display: none;
	position: static;
	width: 100%;
	top:4%;
	left:0%;
	transform: translate(-0%,-4%);
	padding: 0px 0 10px 0;
}

#g-nav ul li ul li{
	border:none;
	border:0px solid #000;
}

#g-nav ul li ul li a{
	font-size: 22px;
	padding:0 0 0 40px;
}


/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.openbtn{
	display: block;
	top:0;
	right: 0px;
	width: 60px;
	height:60px;
}

.openbtn > div {
	position: relative;
	width: 36px;
}

.openbtn span {
	width: 100%;
	height: 3px;
	left: 11px;
	display: block;
	background: #000;
	position: absolute;
	transition: transform 0.6s ease-in-out, top 0.5s ease;
}

.openbtn span:nth-of-type(1) {top:17px;}
.openbtn span:nth-of-type(2) {top:29px;}
.openbtn span:nth-of-type(3) {top:41px;}

.openbtn.active span:nth-of-type(1) {
	top: 25px;
	left: 11px;
	transform: translateY(6px) rotate(-45deg);
	width: 100%;
	background-color: #000;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;	
}

.openbtn.active span:nth-of-type(3){
	top: 37px;
	left: 11px;
	transform: translateY(-6px) rotate(45deg);
	width: 100%;
	background-color: #000;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
/*ナビゲーション*/
#g-nav ul {width: 85%;}
#g-nav li{font-size: 20px;}
#g-nav li a{padding:10px 20px;}

#g-nav ul li ul{
	display: none;
	position: static;
	width: 100%;
	top:2%;
	left:0%;
	transform: translate(-0%,-2%);
	padding: 0px 0 10px 0;
}

#g-nav ul li ul li a{
	font-size: 17px;
	padding:0 0 0 40px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#g-nav li a{padding:10px 10px;}

#g-nav ul li ul li a{
	font-size: 16px;
	padding:0 0 5px 20px;
}
}

/*-------------------------------------------------------------------
　footer
-------------------------------------------------------------------*/
.footer{
	width: 100%;
	text-align: center;
	background: #F5F3ED;
	padding-bottom: 300px;
}

.ftBg{
	width: 100%;
	position: relative;
}

.ftBg::before{
	content: "";
	display: block;
	position: absolute;
	bottom:0;
	right: 0;
	width: 100%;
	height: 80%;
	background: url("../images/ft_bg.jpg") no-repeat 0 0;
	background-size: 100% auto;
}

#ft_content{
	width: 880px;
	margin: 0 auto;
	padding: 30px 20px 30px;
	position: relative;
	border-radius: 100px;
	border:1px solid #938270;
	background: #F9F2E8;
	text-align: center;
}

.ft_tel{
	font-family: 'Inter', sans-serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 65px;
	color: #F4B226;
}

.ft_tel i{
	font-size: 50px;
	margin-right: 15px;
	vertical-align: 4px;
}

.ft_tel a{color: #F4B226;}
.ft_tel a:hover{text-decoration: none;}

#copy{
	font-size: 14px;
	color: #FFF;
	text-align: center;
	background: #38AA86;
	padding: 20px 0;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#ft_content{
	width: 75%;
	padding: 20px 15px 20px;
}

.ft_tel{
	font-size: 45px;
	line-height: 50px;
}

.ft_tel i{
	font-size: 35px;
	margin-right: 15px;
	vertical-align: 4px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.footer{padding-bottom: 220px;}

#ft_content{
	width: 85%;
	padding: 20px 15px 20px;
}

.ft_tel{
	font-size: 40px;
	margin: 0;
	line-height: 45px;
}

.ft_tel i{
	font-size: 30px;
	margin-right: 10px;
	vertical-align: 4px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.footer{padding-bottom: 150px;}
.ftBg::before{background: url("../images/ft_bg_sp.jpg") no-repeat center 0;}

#ft_content{
	width: 85%;
	padding: 10px 15px 10px;
	border-radius: 20px;
}

#ft_content p{line-height: 1.5;}

.ft_tel{
	font-size: 25px;
	line-height: 28px;
}

.ft_tel i{
	font-size: 18px;
	margin-right: 5px;
}

#copy{
	font-size: 12px;
	padding: 20px 5px;
}
}


/*-------------------------------------------------------------------
　tel link 
-------------------------------------------------------------------*/
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}


/*----------------------------------------------------
	page top icon
----------------------------------------------------*/
#page-top {
	position: fixed;
	right: 15px;
	bottom: 80px;
	z-index:100000000000000;
}

#page-top a {
	width: 60px;
	height: 48px;
	display: block;
}

#page-top a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


/* ---- ipad --------------- */
@media only screen and (max-width:1024px){
#page-top,
#page-top a {
	display:none;
}
}