@charset "utf-8";

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

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

.fixed-logo {
	display: none;
    width: 30%;
    max-width: 160px;
    height: 50%;
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    margin: auto;
}

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

.header-tel-btn01 {
    background-color: rgba(248,244,243,.8) !important;
}

.header-tel-btn02 {
    background-color: rgba(145,83,45,.8) !important;
}

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

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


.is-scroll .fixed-logo {
	display: block;
}

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

.footer-info-row {
	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: space-between;
}

.footer-info-left {
    width: 100%;
    flex-direction: column;
}

.footer-info-left01 {
	margin: 60px 0 0;
}

.footer-info-right {
    width: 100%
}

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

@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-left {
		flex-direction: row;
    }

    .footer-info-left01 {
        width: 46% !important;
      	margin: 0;
    }

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

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

@media screen and (min-width: 768px) {
  
/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
  
    .header-right {
        display: flex;
    }
  
    .nav-content-inner .hamburger-btn {
        top: 45px;
        right: 50px;
    }
 
	.fixed-logo {
        top: 0;
        width: 15%;
    }

    .is-scroll.header {
        background: rgba(80, 41, 14, .3);
    }
 
  
/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

    .footer-info-left01 {
        width: 48% !important;
      	margin: 0;
    }


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

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

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

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


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

@media screen and (min-width: 1024px) {
  
/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
  
    .header-frame {
        width: 100%;
        padding: 20px 0 0 0;
    }
 
  
/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/
  
    .footer-info-row {
        flex-direction: row;
    }

    .footer-info-left {
		width: 60%
    }
  
    .footer-info-right {
		width: 35%
    }
  
    .footer-info-right.text01 {
        font-size: 16px !important;
    }


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

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

@media screen and (min-width:1200px) {
  
/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/
  
    .footer-info-right.text01 {
        font-size: 18px !important;
    }
  
  
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

@media screen and (min-width:1350px) {
  
/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

    .footer-info-left {
		width: 46.48%
    }
  
    .footer-info-right {
		width: 33.45%
    }
  
    .footer-info-right.text01 {
        font-size: 20px !important;
    }


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

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

@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 ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 