@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&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;
}

table th,
table td{
	box-sizing: border-box;
}

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

img{
	width: 100%;
	height: auto;
	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:#000;
}

a:hover{
	text-decoration: none;
}


/*-------------------------------------------------------------------
　基本設定
-------------------------------------------------------------------*/
body{
	font-family: "Zen Old Mincho", serif,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size:20px;
	color:#000;
	line-height:2.2;
	-webkit-text-size-adjust:none;
}

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

/*-------------------------------------------------------------------
　wrapper
-------------------------------------------------------------------*/
#wrapper{
	width:100%;
	margin:0;
	overflow: hidden;
}

#wrapper img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
	image-rendering: -webkit-optimize-contrast;
}


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

/* ---- 1200px ------------- */
@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;}
.br_pcd{display:none;}
}


/*-------------------------------------------------------------------
　header & navi
-------------------------------------------------------------------*/
.naviArea{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-between;
	z-index: 200;
	position: absolute;
	border:0px solid #000;
}

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

#hd_logo{
	width: 200px;
	display: flex;
	align-items: center;
	margin-left: 50px;
}

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

#g_navi{
	position: relative;
	display: flex;
	align-items: center;
	border:0px solid #000;
	margin-right: 120px;
}

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

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

#g_navi ul li a{
	position: relative;
	display: block;
	font-weight: bold;
	color: #FFF;
	border:0px solid #000;
	text-shadow:
				 0 0 8px #000,
				 0 0 8px #000,
				 0 0 8px #000,
				 0 0 8px #000,
				 0 0 8px #000,
				 0 0 8px #000;
}

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

#g_navi ul li.navTit:hover{
	color: #E86161;
	transition: all 0s;
	cursor: pointer;
}

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

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

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

#g_navi ul > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0.7;
}

#g_navi ul > li:hover a {
	color:#FFF;
	text-decoration: none;
	opacity: 1;
}

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

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

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

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
.naviArea{
	height: 80px;
}

#hd_logo{
	width: 150px;
	margin-left: 2%;
}

#g_navi{
	margin-right: 80px;
}

#g_navi ul li{
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 10px 0;
	text-align: center;
	font-size: 18px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.naviArea{
	width: 100%;
	height: 80px;
	border:0px solid #000;
}

#g_navi{
	display: none;
	align-items: center;
	margin-right: 120px;
}
}

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

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.naviArea{
	width: 100%;
	height: 65px;
}

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


/*-------------------------------------------------------------------
　hamburger menu
-------------------------------------------------------------------*/
.openbtn{
	position:fixed;
	z-index: 9999;/*ボタンを最前面に*/
	top:0;
	right: 0;
	cursor: pointer;
	width: 100px;
	height:100px;
	border:0px solid #000;
	background: #24412B;
}

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

/*×に変化*/	
.openbtn span{
	width: 100%;
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 30px;
	height: 3px;
	border-radius: 2px;
	background-color: #FFF;
}

.openbtn span:nth-of-type(1) {top:35px;}
.openbtn span:nth-of-type(2) {top:48px;}
.openbtn span:nth-of-type(3) {top:61px;}

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

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

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

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
.openbtn{
	display: block;
	width: 80px;
	height:80px;
	top:0;
}

/*×に変化*/	
.openbtn span{
	width: 100%;
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 20px;
	height: 3px;
	border-radius: 2px;
}

.openbtn span:nth-of-type(1) {top:24px;}
.openbtn span:nth-of-type(2) {top:37px;}
.openbtn span:nth-of-type(3) {top:50px;}

.openbtn.active span:nth-of-type(1) {
	top: 30px;
	left: 20px;
}

.openbtn.active span:nth-of-type(3){
	top: 42px;
	left: 20px;
}
}

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

/*×に変化*/	
.openbtn span{
	width: 100%;
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 15px;
	height: 3px;
	border-radius: 2px;
}

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

.openbtn.active span:nth-of-type(1) {
	top: 23px;
	left: 13px;
}

.openbtn.active span:nth-of-type(3){
	top: 35px;
	left: 13px;
}
}

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

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

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

#menu.panelactive #g_navList::-webkit-scrollbar{
  display:none;/*スクロールバー非表示（Chrome・Safari）*/
}

/*-- ナビゲーション --*/
#menu .boxMainList {
	width: 800px;
	padding: 10px 0;
	margin: 70px auto 100px;
	display: block;
}

#menu .boxMainList li{border-bottom:1px solid #000;}
#menu .boxMainList li:first-child{border-top:1px solid #000;}
#menu .innerList li:first-child{border-top:0px solid #000;}
#menu .innerList li{border: none;}

/*-- リストのレイアウト設定 --*/
#menu .nomalTit{
	padding: 15px 0 15px 30px;
}

#menu .nomalTit a{display: block;}
#menu .nomalTit a:hover{color: #24412B;}

#menu .itemTit{
	position: relative;
	pointer-events: auto;
	padding: 12px 0 12px 30px;
}

#menu .itemTit::before,
#menu .itemTit::after{
	content: '';
	width: 20px;
	height: 2px;
	background-color: #000;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 1s;
}

#menu .itemTit::after{
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.3s;
}

#menu .itemTit.show::before {
    opacity: 0;
}

#menu .itemTit.show::after {
	transform: translateY(-50%) rotate(180deg);
}

#menu .itemMain{border-top: 0px solid #000;}
#menu .itemMain:last-child{border-bottom: 1px solid #000;}

#menu .innerList{
	margin-top: 0;
	display: none;
	padding-bottom: 20px;
	padding-left: 50px;
}

#menu .linkItem{
    font-size: 18px;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#menu .boxMainList {
	width: 90%;
	padding: 10px 0;
	margin: 70px auto 100px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#menu .boxMainList {
	width: 85%;
	padding: 10px 0;
	margin: 70px auto 100px;
}
}

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

/*×に変化*/	
.openbtn span{
	width: 100%;
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 13px;
	height: 3px;
	border-radius: 2px;
}

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

.openbtn.active span:nth-of-type(1) {
	top: 23px;
	left: 13px;
}

.openbtn.active span:nth-of-type(3){
	top: 35px;
	left: 13px;
}
}


/*-------------------------------------------------------------------
　footer
-------------------------------------------------------------------*/
#footer_bg{
	width: 100%;
	padding: 100px 0;
	text-align: center;
	background: url("../images/footer_bg.jpg") no-repeat bottom center / cover;
}

#footer_bg h3{
	font-size: 25px;
	color: #FFF;
	margin-bottom: 50px;
	text-shadow: 2px  2px 7px #24412B,
            	-2px  2px 7px #24412B,
             	 2px -2px 7px #24412B,
            	-2px -2px 7px #24412B;
}

#ft_cont{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.ft_btn{
	width: 47%;
	font-size: 35px;
}

.ft_btn span{font-size: 25px;}

.ft_btn a{
	width: 100%;
	display: block;
	background: rgba(36,65,43,0.7);
	color: #FFF;
	border:2px solid #FFF;
	padding: 5px 0;
}

.ft_btn a:hover{
	background: rgba(36,65,43,1);
	transition:0.3s;
}

#footer{
	width: 100%;
	background: #24412B;
	padding: 40px 0;
}

#footer_In{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items:flex-end;
	color: #FFF;
}

#ft_logo{
	width: 220px;
	margin-right: 30px;
}

#ft_add{
	font-size: 20px;
	line-height: 1.5;
	margin-right: 30px;
}

#sns_icon{
	width: 50px;
}

#copy{
	font-size: 15px;
	margin-left: auto;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
#ft_cont{width: 90%;}
#footer_In{width: 90%;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.ft_btn{font-size: 30px;}

#footer_In{
	flex-direction: column;
	align-items:center;
}

#ft_logo{
	width: 220px;
	margin-right: 0;
}

#ft_add{
	font-size: 20px;
	margin: 20px 0;
	text-align: center;
}

#copy{
	font-size: 15px;
	margin: 20px 0 0 0;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#footer_bg{
	width: 100%;
	padding: 100px 0;
	background: url("../images/footer_bg767.jpg") no-repeat bottom left / cover;
}

#footer_bg h3{
	font-size: 22px;
}

#ft_cont{
	width: 85%;
	flex-direction: column;
}

.ft_btn{
	width: 85%;
	margin: 0 auto 30px;
	font-size: 30px;
}

#footer_In{width: 85%;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#footer{
	width: 100%;
	background: #24412B;
	padding: 40px 0 100px;
}

#footer_bg{
	width: 100%;
	padding: 70px 0;
	background: url("../images/footer_bg480.jpg") no-repeat bottom center/ cover;
}

#footer_bg h3{
	font-size: 20px;
	line-height: 1.5;
}

.ft_btn{
	width: 95%;
	margin: 0 auto 30px;
	font-size: 22px;
}

.ft_btn a{
	padding: 10px 0;
}

.ft_btn span{font-size: 20px;}
#ft_logo{width: 200px;}
}

/*-------------------------------------------------------------------
　footer floating
-------------------------------------------------------------------*/
#sp_floating_wrap{
	display: none;
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#sp_floating_wrap{
	display: block;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 300;
	background: #2E5537;
}

#floating{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:5px;
	margin:0;
	color: #FFF;
}

#floating_icon{
	width: 50px;
	padding-right: 10px;
}

#floating_tel{
	font-size: 28px;
	font-weight: bold;
}

#floating_tel span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -15px;
}

#floating a{
	color: #FFF;
}
}

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

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

