/* -HEADER
--------------------------------------------------------------------------------------------- */
#header {
	width: 100%;
    height: 86px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	background-color: #f4f0ea;
	-webkit-transition: all 0.4s ease-in-out, color 0.4s;
	-o-transition: all 0.4s ease-in-out, color 0.4s;
	transition: all 0.4s ease-in-out, color 0.4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
#header.view{
	height: 70px;
}

body.fixed{
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
	z-index: 1001;
}

/* CONTAINER  */
.header_container {
	width: 87.179%;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* logo */
.scroll_logo{
    width: 233px;
    margin-bottom: 0;
	position: relative;
	transition: .4s;
}
.scroll_logo a,
.scroll_logo img{
    display: block;
    width: 100%;
    height: 100%;
	position: relative;
	z-index: 1;
}



/* TRIGGER */
.menu-trigger {
	width: 60px;
	height: 28px;
	background-color: #622000;
	border-radius: 15px;
	position: relative;
	cursor: pointer;
	z-index: 1001; 
}
.menu-trigger span {
	width: 18px;
	height: 1.5px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.menu-trigger span:nth-child(1) {
	top: calc(50% - 6px);
}
.menu-trigger span:nth-child(2) {
	top: 50%;
}
.menu-trigger span:nth-child(3) {
	top: calc(50% + 6px);
}
.menu-trigger.tgl-active{
	background-color: #fff;
}
.menu-trigger.tgl-active span{
	background-color: #622000;
}
.menu-trigger.tgl-active span:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}
.menu-trigger.tgl-active span:nth-child(2){
	display: none;
}
.menu-trigger.tgl-active span:nth-child(3) {
	top: 50%;
	bottom: unset;
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}
@media screen and (min-width: 768px){
	.menu-trigger{
		display: none;
	}
}

/* MENU TOGGLE */
.menu-toggle {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: 0.2s ease-in-out;
  background-color: #622000;
  top: 0;
  right: 0;
  opacity: 0;
  color: #fff;
  visibility: hidden;
} 
.menu-toggle.active {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
.menu-toggle_inner{
	width: 76.92%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 6.46rem;
}

.tgl_copy{
	font-size: 0.8rem;
	text-align: center;
}
.tgl_tel{
	text-align: center;
	margin-top: 2.366rem;
}
.tgl_tel a{
	position: relative;
	display: inline-flex;
	align-items: center;
	background-color: #fff;
	color: #622000;
	border-radius: 4px;
	width: 260px;
	height: 50px;
	text-align: left; 
	padding-left: 23px;
	font-size: 1.266rem;
	letter-spacing: 0.02em;
}
.tgl_tel a::after{
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	display: block;
	background-image: url("../images/arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.tgl_tel a img{
	width: 20px;
	margin-right: 7px;
}
.tgl_tel a:hover{
	text-decoration: none;
	color: #622000;
	opacity: 0.8;
}
@media screen and (min-width: 1200px){
	.tgl_tel a{
		pointer-events: none;
	}
	.tgl_tel a:hover{
		opacity: 1;
		pointer-events: none;
	}
}


/**************************
MV
**************************/
.mv{
	padding-top: 100px;
	margin-bottom: 3rem;
}
.mv_txtArea{
	width: 87.179%;
	max-width: 340px;
	margin: -0.9rem auto 0;
}
@media screen and (min-width: 768px){
	.mv_img .max767_block{
		display: none;
	}
	.mv_img .min768_block{
		display: block;
	}
}
@media screen and (min-width: 1200px){
	.mv_img .min768_block{
		max-width: 460px;
	}
}
@media screen and (max-width: 767px){
	.mv_img{
		overflow: hidden;
	}
	.mv_img .max767_block{
		display: block;
	}
	.mv_img .min768_block{
		display: none;
	}
}

/**************************
お知らせ
**************************/
.top_news{
  width: 87.179%;
  margin-right: auto;
  margin-left: auto;
	margin-bottom: 3rem;
	position: relative;
}
.top_news::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: rgba(200,200,200,0.25);
}
.top_news a{
	color: #000;
	display: block;
	transition: .3s;	
	padding-bottom: 1.2rem;
}
.top_news a:hover{
	text-decoration: none;
	opacity: 0.8;
}



/**************************
ページヘッダー
**************************/
.page_head{
	padding: 8.933rem 0 2.733rem;
	text-align: center;
}
.head_en{
	font-size: 0.9333rem;
	font-weight: 500;
	color: #962828;
	margin-bottom: 0.5333rem;
}
.head_jp{
	font-size: 1.866rem;
	font-weight: bold;
	margin-bottom: 0;
}


