@charset "UTF-8";
.header{
	background-color: #ecdec6;
	width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    position: fixed;
    z-index: 110;
    top: 0;
    color: #330706;
}

.menu_wrapp{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.logo_img{
	width: 188px;
}
ul.pc_menu{
	width: 65%;
}

ul.pc_menu li{
	display: inline-block;
	padding: 10px 20px;
    text-align: right;
}
ul.pc_menu a{
	text-decoration: none;
	color: #444;
}

/*menu*/
.menu{
    height: 20px;
    position: absolute;
    /*right: 20px;*/
    top: 20px;
    width: 30px;
    z-index: 99;
}
.menu__line{
    background: #330706;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
.menu_shop_link{
	font-size:12px;
	margin-top: 30px;
}

/*フルスクリーンナビゲーション*/
/*gnav*/
.gnav{
    background: #FFFBEF;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
	margin-top: 10px;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    overflow-y: auto;
}
.gnav__menu__item{
    margin: 40px 0;
}
.gnav__menu__item a{
    color: #330706;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #666;
}

.gnav__menu_shop{
	font-size:18px;
	color: #330706;
	text-align: center;
	font-weight: bold;
}

/* スマホ-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	.header{
		padding: 0;
		height: 60px;
	}
	.logo_img{
		width:150px;
		display: inline;
		text-align: left;
		margin-left: 15px;
		padding: 10px 0;
	
	}
	.menu_wrapp{
		height: 60px;
	}
	ul.pc_menu{
		display: none;
	}
	
	.menu_tel{
		background: #F18A83;
		color: #fff;
		width: 60px;
		height: 60px;
		margin-right: -25px;
		text-align: center;
		padding: 10px;
		text-decoration: none;
		position: absolute;
    right: 85px;
	}
	.tel_img{
		width: 30px;
		margin-bottom: 5px;
	}
	
	.menu_tel_name{
		font-size: 10px;
		/*margin-top: -10px;*/
		text-decoration: none;
		color: #fff;
	}
	
	.menu{
		right: 15px;
	}
	.gnav__wrap {
		align-items: flex-start;
	}
	
	.gnav{
		margin-top: -1px;
	}
	
	.gnav__menu{
		width: 100%;
		margin-top: 20px;
	}
	
	.gnav__menu__item {
    margin: 25px 0;
}
	
	.gnav__menu__item a{
		font-size: 16px;
		display: block;
   	 	vertical-align: bottom;
		   padding-left: 40px;
	}
	
	.gnav__menu_shop {
    font-size: 18px;
    color: #330706;
    text-align: center;
    font-weight: bold;
    border-top: 1px dotted #330706;
    display: block;
    padding-top: 30px;
}
.sp_menu_icon_event:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url("../images/event_icon.svg");
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
	
.sp_menu_icon_course:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url("../images/shutter_icon.svg");
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
	
	.sp_menu_icon_miryoku:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url("../images/miryoku_icon.svg");
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
	.sp_menu_icon_products:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url("../images/camera_icon.svg");
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
	}
	
	.sp_menu_icon_shop:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url("../images/shop_icon.svg");
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
	}
	
	.sp_menu_icon_map:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url("../images/map_icon.svg");
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
	}
}
	