@charset "utf-8";

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

.header-frame {
  	max-width: 1840px;
  	width: 100%;
  	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
  	position: relative;
}

.header-logo-link {
  	position: absolute;
  	top: 15px;
  	left: 0;
	display: block;
	max-width: 167px;
	width: 15%;
}

.header-logo {
	display: block;
  	transition: all .3s;
}

.header-logo-fixed {
	display: none;
   	transition: all .3s;
}

.header-right {
	width: 83.5%;
    display: none;
    align-items: center;
    justify-content: flex-end;
  	padding: 0 85px 0 0;
  	position: relative;
}

.header-navi-block {
	display: flex;
	align-items: center;
    justify-content: flex-end;
	flex: 1;
    margin: 20px 0 0;
}

.header-navi-link {
	font-size: 13px;
	color: var(--white);
	margin: 0 14px 0 0;
}

.header-rsv-btn {
  	transition: .3s;
}

.header-rsv-btn:hover {
	filter: brightness(1.2);
	transition: .3s;
}

/*-----------------------------------------------------------
is-scroll
-----------------------------------------------------------*/

.is-scroll .header-frame {
    justify-content: space-between;
    padding: 9px 0 9px;
}

.is-scroll .header-logo-link {
    position: static;
    max-width: 90px;
    width: 20%;
  	top: 10px;
}

/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

.footer-contact-mask-edge {
    mask-image: url(/system_panel/uploads/images/footer-contact-img-mask.png);
    -webkit-mask-image: url(/system_panel/uploads/images/footer-contact-img-mask.png);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.footer-contact-tel-btn.btn02 {
	padding: 0 0 15px 0;
}

.footer-contact-tel-num {
	letter-spacing: 0.05em;
}

.footer-contact-tel-btn:hover{
	box-shadow: none;
}

.footer-text br {
	display: block;
}

.footer-navi-link {
    margin: 12px 0 0;
}

.footer-navi-link:first-child {
    margin: 0 0 0;
}

.footer-info-row {
    flex-direction: column !important;
}

.footer-info-block {
	margin: 30px 0 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {



}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:576px) {

    .footer-info-row {
		flex-direction: row !important;
    }
  
    .footer-info-block {
        margin: 0 0 0;
    }

}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {
  
/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
  
    .header.is-scroll {
        background: var(--primary);
    }
  
    .header-right {
        display: flex;
    }
  
    .nav-content-inner .hamburger-btn {
        top: 45px;
        right: 50px;
    }
  
/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

    .footer-left {
        display: block;
    }
  
    .footer-navi-box {
		margin: 0 40px 0 0;
    }

    .footer-navi-link {
		font-size: 13px;
    }

}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {
  
/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
  
    .header-frame {
        width: 100%;
        padding: 30px 35px 0 25px;
    }
 
  
/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/
  
    .footer-navi-box {
		margin: 0 17px 0 0;
    }
  
    .footer-navi-link {
		font-size: 16px;
    }

}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {
  
    .header-frame {
        padding: 30px 10px 0 0;
    }
 
    .header-logo-link {
        top: 30px;
    }

  
/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/
  
    .footer-main-left {
		width: 36.8% !important;
    }
  
    .footer-text br {
        display: none;
    }
  
    .footer-main-right {
		width: 63% !important;
    }
  
    .footer-navi-link {
		font-size: 18px;
    }
  
    .footer-navi-box {
		margin: 0 37px 0 0;
    }

}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {
  
  
  
/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/
  
    .footer-main-left {
		width: 36.59% !important;
    }
  
    .footer-right {
		width: 53.05% !important;
    }


}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1500px) {





}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {




}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1700px) {



}/* min-width: 1700px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 