@charset "utf-8";
/* CSS Document */

/* OPEN / CLOSE BTNS */

/*.box-spmenu{ display:none;}
.spmenu{ display:none;}*/


/* RESPONSIVE */

/*@media screen and (max-width: 768px) {*/

.logo-sp{ position:absolute; top:16px; left:16px; z-index: 1000;}
.logo-sp img{ width:160px;}

.box-spmenu{
	display:block;
	width:100%;
	/*height:60px; background-color: #301d0261;*/
	text-align: left;
	z-index:10000;
	/*position: relative;*/
	position: fixed;
    top: 0px;}
.menu-btn {
	position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    display: inline;
    /*background-color: #36251d;
    padding:16px;*/
}
.menu-btn a {
    display: inline-block;
    text-decoration: none;
}
.btn-open:after {
    color: #000;
	/*content: url("../img/bt-spmenu.jpg") ;
	font-family: 'Material Icons';*/
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;

    /*display: inline-block;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';*/
	content: '';
	width: 60px;
	height:60px;
	background-image:url(../img/bt-spmenu.png);
	background-repeat:no-repeat;
	display:inline-block;
	background-size: contain;
	vertical-align: middle;
	background-color: #e1c500;
}

/*.btn-open:hover:after {color: #F3DDB9;}*/

.btn-close:after {
	content: '';
	width: 60px;
	height:60px;
	background-image:url(../img/bt-spmenuclose.png);
	background-repeat:no-repeat;
	display:inline-block;
	background-size: contain;
	vertical-align: middle;
	
    /*color: #fff;
	content: url("../img/bt-spmenuclose.png") ;
	content: "\e5cd";
	font-family: 'Material Icons';*/
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
	background-color: #e1c500;
}

.btn-close:hover:after { color: #fff;}


/* OVERLAY */

.overlay {
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    overflow: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	background-color: #f3efe1;
	/*background: rgba(195, 143, 184, 1);*/
	/*background: #c38fb8;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";*/
}

.spmenu {
    width: 100%;
    height: 100%;
	display: table;
    table-layout: fixed;
}

.spmenu ul {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
	/*border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;*/
	text-align:center;
}

.spmenu li {
    /*display: table;*/
    margin: 0 auto 24px;
    padding: 0;
    /*width: 100%;
    height: 20%;*/
    list-style: none;
    text-align: center;
	/*font-family: 'Lato', sans-serif;*/
	letter-spacing:0.4rem;
    /*-webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;*/
	font-size:17px;
	font-weight:200;
	color: #fff;
}

.splogo{ margin:0 auto;}
.splogo img{ width:240px;}
.spmenu li:last-chird{ margin:0 auto 0;}

.spmenu-cont{ /*border-top:solid 1px rgba(255, 255, 255, 0.60); border-bottom:solid 1px rgba(255, 255, 255, 0.60);*/ width:50%; margin:0 auto; padding:40px 0;}
.spmenu-cont p{ margin:0 auto 36px;}
.spmenu-cont p:last-child{ margin:0 auto 0 !important;}
.spmenu-cont p a{
    /*display: table-cell;*/
    color: #5f5f5f;
	font-size: 18px;
    padding: 30px;
	letter-spacing:0.4rem;
    /*vertical-align: middle;*/
	/*font-family: 'Quattrocento', serif;*/
	/*font-family: 'Marcellus', serif;*/
	font-family: 'Noto Serif Japanese';
	text-decoration:none;
    /*padding: 16px;
    width: 360px;
    display: inline-block;*/
	display:block;
	/*border: solid 1px rgba(255, 255, 255, 0.25);*/
	/*border-bottom: solid 1px rgba(255, 255, 255, 0.3);*/
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	border:solid 1px #ddd;
	background-color: #fff;
}

.spmenu-cont p a:hover {
	color: #ddcaa9;
}
.spmenu-logo a{ border:none !important;}
.spmenu-logo img{ width:160px;}
.spmenu-space{ margin:0 auto 40px !important;
    position: relative;
    padding: 0 0 40px !important;
	margin: 0 auto 40px !important;}
.spmenu-space:after{
	position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 60px;
    height: 1px;
    margin-left: -30px;
    background-color: rgba(255, 255, 255, 0.7);}

/*}*/

@media screen and (max-width: 600px) {

.splogo img { width: 180px; }

}

@media screen and (max-width: 480px) {

.splogo img { width: 120px; }
.logo-sp img { width: 120px; }
.spmenu li{ font-size: 15px; margin: 0 auto 24px;}
.spmenu li:last-child{ margin:0 auto 0;}
.spmenu li a{ width:220px;}

.spmenu-cont {
    width: 80%;
}

.btn-open:after{ width: 40px; height:40px;}
.btn-close:after{ width: 40px; height:40px;}

}
