@charset "utf-8";

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

.header {
  	max-width: 1920px;
  	width: 100%;
    margin: auto auto auto auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  	background: #fff;
  	transition: .3s all;
}

.header-frame {
    padding: 20px 0 20px;
}

.header-logo {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 190px;
	width: 30%;
	padding: 32px 15px 25px;
	background: var(--white);
	opacity: 1;
	transition: .3s all;
}

/*.header-logo-fixed {
  	opacity: 0;
  	transition: .3s all;
}*/

.header-logo-text {
    font-size: 18px;
    letter-spacing: 0.1em;
}

.header-rsv-btn {
  	font-size: 18px;
  	letter-spacing: 0.1em;
  	color: var(--white);
	background: var(--base-body-color);
  	transition: .3s all;
}

.header-rsv-btn:hover {
  	color: var(--white);
	background: #A4A4A4;
  	transition: .3s all;
}

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

.header.is-scroll {
	/*background: url(/system_panel/uploads/images/header-bg.jpg)no-repeat;*/
  	/*background-size: cover;*/
  	background: #fff;
  	transition: all .3s;
}

.is-scroll .header-frame {
	padding: 18px 0;
}

.is-scroll .header-logo-fixed {
    width: 30%;
  	opacity: 1;
  	transition: .3s all;
}

.is-scroll .hamburger-btn-inner {
    position: fixed;
    top: 6px;
    right: 8px;
}

.is-scroll .hamburger-btn-bar > div {
    background: #333;
    transition: .5s;
}

/*is-scroll .hamburger-btn-bar > div {
    background: var(--white);
}*/

/*.is-scroll .header-rsv-btn {
  	color: var(--base-body-color);
	background: var(--white);
  	transition: .3s all;
}

.is-scroll .header-rsv-btn:hover {
  	color: var(--white);
	background: #A4A4A4;
  	transition: .3s all;
}*/

/*.is-scroll .header-insta-link img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}*/


/*-----------------------------------------------------------
open
-----------------------------------------------------------*/

.open .hamburger-btn-inner {
    position: fixed;
    top: 12px;
    right: 15px;
}

.open .hamburger-btn-bar > div {
    background: var(--white);
}

.nav-area:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(/system_panel/uploads/images/ham-mask01.png) no-repeat center center;
    background-size: cover;
    z-index: 0;
}

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

.footer-info-text {
	font-size: 13px;
}

.footer-tel-num {
	font-size: 16px;
}

.footer-btn-text {
    font-size: 15px;
}

.footer-btn-link:hover {
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
}

.footer-open-br br {
	display: block;
}

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

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

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

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

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

	/*-----------------------------------------------------------
	header
	-----------------------------------------------------------*/
  
    .header-logo {
        width: 27%;
  	}

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

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

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

	/*-----------------------------------------------------------
	header
	-----------------------------------------------------------*/
  
    .header-logo {
        width: 25%;
  	}
  
	/*-----------------------------------------------------------
	footer
	-----------------------------------------------------------*/
  
    .footer-open-br br {
        display: none;
    }

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

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

@media screen and (min-width: 768px) {
  
	/*-----------------------------------------------------------
	header
	-----------------------------------------------------------*/
  
    .header-frame {
        padding: 28px 0 28px;
    }
  
    .header-logo {
        width: 16%;
		padding: 42px 29px 25px 9px;
        left: 25px;
  	}
  
    .header-logo-text {
        font-size: 30px;
    }
  
	.nav-content .hamburger-btn {
        position: fixed;
        top: 35px;
        right: 15px;
    }
  
    /*-----------------------------------------------------------
    open
    -----------------------------------------------------------*/
  
    .is-scroll .hamburger-btn-inner {
        top: 25px;
        /*right: 35px;*/
    }
  
    .is-scroll .header-frame {
        padding: 23px 0;
    }

    .open .hamburger-btn-inner {
        top: 35px;
        right: 15px;
    }


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

    .footer-tel-num {
        font-size: 17px;
    }

    .footer-btn-text {
        font-size: 15px;
    }

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

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

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

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


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

@media screen and (min-width: 1024px) {
  
	/*-----------------------------------------------------------
	header
	-----------------------------------------------------------*/
  
    .header-logo-text {
        font-size: 40px;
    }
  
    .open .hamburger-btn-inner {
        top: 35px;
        right: 30px;
	}

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

    .footer-info-text {
      font-size: 14px;
    }

    .footer-tel-num {
        font-size: 14px;
    }
  
    .footer-btn-text {
        font-size: 16px;
    }


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

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

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

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

    .footer-info-text {
      font-size: 15px;
    }

    .footer-tel-num {
        font-size: 20px;
    }
  
    .footer-btn-text {
        font-size: 18px;
    }

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

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

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-- 改行 --*/


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

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

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-- 改行 --*/

	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/



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

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

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

	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/
    .is-scroll .hamburger-btn-inner {
        right: 30px;
    }


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

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

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