@charset "utf-8";
	body {
		padding: 0;
		margin: 0;
		font-size: 16px;
		width: 100%;
		letter-spacing: 1px;
		color: #555;
		font-family: 'Yu Mincho', serif;
	}







@media screen and (min-width: 800px) {
/* ---------------------------------------
header
--------------------------------------- */

header {
	width: 100%;	
	display: flex;
	justify-content: space-between;
	position: fixed;
	z-index: 99999999;
}
header .logo{
	width: 145px;
	margin: 25px 0 25px 50px;
}
header .nav{
	margin-right: 50px;
	margin-top: 35px;
}
header .nav ul{
	display: flex;
	justify-content: flex-end;
}
header .nav ul li{
	margin-left: 40px;
	letter-spacing: 2px;
	font-size: 14px;
}
	
	
/* ---------------------------------------
footer
--------------------------------------- */

footer {
	width: 100%;	
}
footer .copylight{
	text-align: center;
}
footer .copylight p{
	width: 100%;
	font-size: 10px;
	color: #7e7e7e;
	margin: 30px 0;
}
	
	
	
	
	
	
	
	
/* ---------------------------------------
共通タイトル
--------------------------------------- */
	.con_titl {
		text-align: center;
	}
	.con_titl .titl_top{
		font-size: 32px;
		letter-spacing: 0.3em;
	}
	.con_titl h2{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.con_titl .titl_line{
		width: 1px;
		height: 47px;
		background: #c5c5c5;
		margin: 0 auto 50px;
	}
	
	
/* ---------------------------------------
共通ボタン
--------------------------------------- */

	
	.more_btn {
		width: 200px;
		margin: 50px auto 100px;
	}
	.more_btn a{
		width: 100%;
		display: block;
		background: #cec2a3;
		border-radius: 25px;
		text-align: center;
		color: #fff;
		padding: 12px 0;
	}
	.more_btn a:link{
		color: #fff;
	}
	.more_btn a:visited{
		color:#333;
		text-decoration:none;
	}

	.more_btn a:active, a:hover{
		}

}



@media screen and (max-width: 799px) {
/* ---------------------------------------
header
--------------------------------------- */

header {
	display: none;
}
header .logo{
	width: 145px;
	margin: 25px 0 25px 50px;
}
header .nav{
	margin-right: 50px;
	margin-top: 35px;
}
header .nav ul{
	display: flex;
	justify-content: flex-end;
}
header .nav ul li{
	margin-left: 40px;
	letter-spacing: 2px;
	font-size: 14px;
}
	
	
/* ---------------------------------------
footer
--------------------------------------- */

footer {
	width: 100%;	
}
footer .copylight{
	text-align: center;
}
footer .copylight p{
	width: 100%;
	font-size: 10px;
	color: #7e7e7e;
	margin: 20px 0;
}
	
	
	
	
	
	
	
	
/* ---------------------------------------
共通タイトル
--------------------------------------- */
	.con_titl {
		text-align: center;
	}
	.con_titl .titl_top{
		font-size: 24px;
		letter-spacing: 0.3em;
	}
	.con_titl h2{
		font-size: 12px;
		margin-bottom: 20px;
	}
	.con_titl .titl_line{
		width: 1px;
		height: 30px;
		background: #c5c5c5;
		margin: 0 auto 30px;
	}
	
	
/* ---------------------------------------
共通ボタン
--------------------------------------- */

	
	.more_btn {
		width: 200px;
		margin: 50px auto 100px;
	}
	.more_btn a{
		width: 100%;
		display: block;
		background: #cec2a3;
		border-radius: 25px;
		text-align: center;
		color: #fff;
		padding: 12px 0;
	}
	.more_btn a:link{
		color: #fff;
	}
	.more_btn a:visited{
		color:#333;
		text-decoration:none;
	}

	.more_btn a:active, a:hover{
		}










/* ---------------------------------------
ハンバーガーメニュー
--------------------------------------- */
	
	.sp_logo {
		width: 100px;
		margin: 15px 0 0 15px;
		position: fixed;
		z-index: 999;
	}
	
	
	
	
	
	
	
	
	
	
	
.spmenu.is-animate{-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transition-timing-function:cubic-bezier(1,0,0,1);transition-timing-function:cubic-bezier(1,0,0,1)}
.spmenuac{
    transform: translate3d(0px, -100px, 0px);
}
.spmenuac2{
display:block;
    transform: translate3d(0px, -0, 0px);
}
#spmenub{
width: 50px;
    height: 20px;
    position: fixed;
    top: 27px;
    right: 5px;
	z-index: 99999999;
}
#spmenub a:hover{
opacity:1;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
    width: 35px;
    height: 20px;
	cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-35deg);
  transform: translateY(10px) rotate(-35deg);
		background-color: #fff;
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(35deg);
  transform: translateY(0) rotate(35deg);
	background-color: #fff;
}
.close{
opacity:0;
z-index:-9999;
transition: all .4s;
}
.open{
opacity:1;
z-index:100000;
transition: all .4s;
}
.spmenu{
background:#ffffff;
padding:0;
	height: 80px;
line-height:65px;
width:100%;
position:fixed;
top:0;
z-index:1000;
}

.spmenuboard{
position:fixed;
height:100%;
top:0;
width:100%;
background:#cec2a3;
transition: all .4s;
}
.spmenu_inner {
	width: 80%;
	margin: 0 auto;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	position: absolute;
	text-align: center;
}
.spmenu_inner .l_block{
	width: 100%;
	margin-top: 50px;
}
.spmenu_inner .l_block .menu_logo{
	display: none;
}
.spmenu_inner .l_block .menu_insta{
	position: relative;
	color: #fff;
}
.spmenu_inner .l_block .menu_insta p{
	margin-left: 30px;
	font-size: 16px;
}
.spmenu_inner .l_block .menu_insta p a{
	color: #fff;
}
.spmenu_inner .l_block .menu_insta:after {
  content: '';
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("../images/instagram_w.png");
    background-size: contain;
    background-repeat: no-repeat;
  }



.spmenu_inner .r_block{
	width: 100%;
}
.spmenu_inner .r_block .sp_nav{
}
.spmenu_inner .r_block .sp_nav ul{
}
.spmenu_inner .r_block .sp_nav ul li{
	font-size: 20px;
	color: #fff;
	letter-spacing: 1.5px;
}
.spmenu_inner .r_block .sp_nav .mb25{
	    margin: 30px 0;
}
.spmenu_inner .r_block .sp_nav .mb5{
}
.spmenu_inner .r_block .sp_nav ul li a{
	color: #fff;
}
.spmenu_inner .r_block .sp_nav ul li a:hover{
	opacity: 0.5;
	transition: 0.3s;
}





}