@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=M+PLUS+Rounded+1c:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&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;
	margin:0;
	outline:0;
	padding:0;
	box-sizing: border-box;
	font-size: 100%;
}

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;
	backface-visibility:hidden;
	vertical-align: bottom;
}

a img {
	border:0;
}

a{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	background:transparent;
	color:#0774B1;
}

a:hover{
	text-decoration: underline;
}

.txR{text-align: right;}
.txC{text-align: center;}
.font_red{color: #CB0707;}

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

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
body{
	font-size:20px;
	line-height:1.8;
}
}

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

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

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

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

/* ---- 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{
	width: 100%;
	height: 90px;
	z-index: 200;
	/*-position: fixed;-*/
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	top:0;
}

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

.naviArea h1{
	display: none;
}

#hd_logo{
	width: 300px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 45px;
	font-weight: bold;
	margin-left: 30px;
	color: #FFFFFF;
	border:0px solid #CCC;
}

#hd_logo a{
	color: #FFFFFF;
}

#hd_logo img{
	width: 200px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#g_navi{
	display: flex;
	margin-right: 90px;
}

.hdBtn{
	width: 100px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	text-align: center;
	background-color: #FFFF00;
}

.hdBtn a{
	width: 100px;
	height: 90px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}

.hdBtn a:hover{
	background-color: #FFFF68;
}

.hdBtn a img{
	width: 75px;
	height: auto;
}

.hdBtn a span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}

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

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

#g_navi ul li span{
	display: block;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
}

#g_navi ul li a{
	display: block;
	color: #FFFFFF;
}

#g_navi ul li a:hover{ color: #FBD686;}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
#hd_logo{
	width: 300px;
	margin-left: 30px;
}

#g_navi ul li{
	font-size: 20px;
	padding: 0 12px 0;
}
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
#hd_logo{
	width: 220px;
	font-size: 35px;
	margin-left: 25px;
}

#g_navi ul li{
	font-size: 17px;
	padding: 0 10px 0;
}
}

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

#hd_logo{
	width: 150px;
	font-size: 30px;
	margin: 0 0 0 2%;
}

#hd_logo a img{
	width: 100%;
	height: auto;
}

#g_navi{
	margin-right: 60px;
}

#g_navi ul{
	margin-right: 5px;
}

.hdBtn{
	width: 85px;
	height: 60px;
}

.hdBtn a img{
	width: 70%;
	height: auto;
}

.hdBtn a span{
	display: block;
	font-size: 15px;
	margin-top: 0px;
}

#g_navi ul li{
	padding: 0 5px 0;
	line-height: 1.3;
}
}

/* ---- sp 900 ------------- */
@media only screen and (max-width:900px){
.hdBtn,
#g_navi{
	display: none;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#hd_logo{
	width: 130px;
	font-size: 25px;
	margin: 0 0 0 5%;
}
}

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

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

.openbtn.active span:nth-of-type(1) {
	top: 38px;
	left: 30%;
	transform: translateY(6px) rotate(-45deg);
	width: 40%;
}

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

.openbtn.active span:nth-of-type(3){
	top: 50px;
	left: 30%;
	transform: translateY(-6px) rotate(45deg);
	width: 40%;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav{
	/*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
	position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
	/*ナビの位置と形状*/
	top:0;
	width:100%;
	height: 100vh;/*ナビの高さ*/
	background:#6BB4A3;
	/*動き*/
	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: 40%;
	padding: 90px 0;
}

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

/*リストのレイアウト設定*/
#g-nav li{
	font-size: 22px;
	font-weight: bold;
	color: #DBAD6F;
	list-style: none;
	text-align: center; 
	line-height: 1.5;
	border-bottom: 1px dashed #FFF;
}

#g-nav li span{
	display: block;
	font-size: 15px;
	color: #000;
}

#g-nav li a{
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding:30px;
	display: block;
	text-transform: uppercase;
}

#yahooBa{
	width: 330px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto 0;
	text-align: center;
	background-color: #FFFF00;
}

#yahooBa a{
	width: 100%;
	height: 100px;
	border:1px solid #CCC;
	border-radius: 5px;
	padding-top: 10px;
	color: #000;
}

#yahooBa a:hover{
	background-color: #FFFF68;
	text-decoration: none;
}

#yahooBa a img{
	width: 150px;
	height: auto;
	vertical-align: middle;
}

#yahooBa a span{
	display: block;
	font-weight: bold;
}

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

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

.openbtn.active span:nth-of-type(1) {
	top: 23px;
	left: 30%;
	transform: translateY(6px) rotate(-45deg);
	width: 40%;
}

.openbtn.active span:nth-of-type(3){
	top: 35px;
	left: 30%;
	transform: translateY(-6px) rotate(45deg);
	width: 40%;
}

#yahooBa{
	width: 100%;
	height: 100px;
	margin: 50px auto 0;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
/*ナビゲーション*/

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

#g-nav ul {width: 85%;}
#g-nav li{font-size: 25px;}
#g-nav li a{font-size: 22px;padding:30px 20px;}

#yahooBa{
	width: 100%;
	height: 90px;
	margin: 40px auto 0;
}

#yahooBa a{
	width: 100%;
	height: 90px;
	padding-top: 15px;
}
}

/*-------------------------------------------------------------------
　footer
-------------------------------------------------------------------*/
.footer_wrap{
	width: 100%;
	background-color: #27BEA2;
	padding: 30px 0;
	color: #FFF;
}

#copy{
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.footer_wrap{
	padding: 15px 0;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#copy{
	font-size: 12px;
}
}

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