+@charset"UTF-8";
/* CSS Document */


/* ========================================
ξ{CSSέθ
======================================== */
html{
	-webkit-text-size-adjust: 100%;
}
body{
	font-family: "ΰSVbNΜ", "Yu Gothic", YuGothic, "qMmpS Pro", "Hiragino Kaku Gothic Pro", "CI", Meiryo, "MS PSVbN", "MS PGothic", sans-serif;
	font-size:15px;
    line-height: 1.6em;
	background-color: rgba(255,255,255,1);
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	position: relative;
}
#wrapper{
	width:100%;
	height:100vh;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
}
h2{
	position:fixed;
	left:0px;
    right:0px;
	top:150px;
    z-index: 1;
}
#go-home{
    position: fixed;
	top:calc(20vh - 26px);
    right: 0%;
    z-index: 2;
}
#go-home a{
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background:rgba(30,30,30,0.8);
    color: #fff;
    display: block;
    text-align: center;
}
#go-home a:hover{
    background: #666;
    color: #fff;
}
@media screen and (max-width:768px) {
    #go-home{
        top:calc(17vh - 38px);
        right: 0%;
    }
}
#mpankuzu{
    position: fixed;
	top:calc(20vh - 26px);
    left: 0%;
    margin: 0 auto;
    z-index: 2;
    width: calc(100% - 40px);
}
#mpankuzu ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
}
#mpankuzu li{
    width: 33%;
	text-align:center;
    border-right: #fff 1px solid;
}
#mpankuzu li:last-of-type{
    width: 34%;
    border-right: none;
}
#mpankuzu li a{
    color: #000;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255,255,255,0.4);
	transition: background-color 0.2s linear;
    display: block;
    font-size: 0.9rem;
}
#mpankuzu li.now a{
	color: #fff;
	background-color: rgba(50,50,50,1);
}
#mpankuzu li a:hover{
	background-color: rgba(120,120,120,0.9);
}
@media screen and (max-width:768px) {
    #mpankuzu{
        top:calc(20vh - 60px);
        left: 0%;  
        width: calc(100% - 40px);
        margin: 0 0 0 auto;
    }
}
@media screen and (max-width:450px) {
    #mpankuzu{
    }
    #mpankuzu li{
        visibility: hidden;
    }
    #mpankuzu li.now{
        position: fixed;
        top:calc(20vh - 60px);
        left: 0%;
        visibility: visible;
        width: calc(100% - 40px);
    }
}
h3{
	font-family: "ΰΎ©Μ", "Yu Mincho", YuMincho, "qMmΎ© Pro", "Hiragino Mincho Pro", "MS PΎ©", "MS PMincho", serif;
    font-size:2.3rem;
	color:#333;
    position: fixed;
    top: 500px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media screen and (max-width:400px) {
    h3{
        font-size:1.2rem;
    }
}
/* ========================================
nav#gnav
======================================== */
#mgnav{
	position: fixed;
	right: 20px;
	top: 15px;
	z-index:10;
}
#mgnav li{
	display: inline;
}
#mgnav li a{
	width:100%;
	padding:10px;
	font-family: "ΰSVbNΜ", "Yu Gothic", YuGothic, "qMmpS Pro", "Hiragino Kaku Gothic Pro", "CI", Meiryo, "MS PSVbN", "MS PGothic", sans-serif;
	font-size: 0.8rem;
}
#mgnav li:nth-of-type(4) a{
	margin:9px;
	padding:1px;
	border-bottom:#f00 1px solid;
}
#mgnav li a:hover{
	color:#f00;
}
#mgnav li a img:hover{
	opacity: 0.6;
}
#mgnav .blank{
    margin-left: 1.5rem;
}
@media screen and (max-width:768px) {
    #mgnav{
        visibility: hidden;
    }
}
/* ========================================
header
======================================== */
header{
	position:fixed;
	left:0;
	top:-30px;
	width: 100%;
	height: 120px;
}
#head-back{
    background: #fff;
    opacity: 0.9;
}
#mlogo{
	width: 12%;
	position:fixed;
	left:62px;
	top:18px;
	margin: auto;
	z-index:1;
	min-width:190px;
}
#mlogo img{
	width: 100%;
}
#mlogo_w{
	font-family: 'Shippori Mincho B1', serif;
	font-size:0.3em;
	margin-left:1%;
}
@media screen and (max-width:768px) {
    #mlogo{
        width: 18%;
        position:fixed;
        left:0%;
        right:0;
        top:16px;
        margin: auto;
        z-index:1;
        min-width:190px;
    }
    }
    @media screen and (max-width:400px) {
    #mlogo{
        width: 12%;
        left:24%;
        top:14px;
        margin: auto;
        z-index:1;
        min-width:190px;
    }
}
/* ========================================
slickΜέθ
======================================== */
.popup-gallery {
    width: 100%;
    margin: 0px auto;
    padding-top: 25px;
    min-width: 280px;
    height: 450px;
    position: fixed;
    top: calc(20vh + 14px);
    left: 0;
    right: 0;
    background-color: #fff;
}
@media screen and (max-width:768px) {
    .popup-gallery {
        top:calc(20vh - 20px);
    }
}
.popup-gallery img {
    width: 250px;
    margin: 0 auto;
}
.wbox{
    padding: 0 20px;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.ww{
    font-size:1rem;
    text-align: left;
    width: 250px;
    margin: 0 auto;
    line-height: 1.45rem;
    padding-bottom: 70px;
}
.wh{
    font-family: "ΰΎ©Μ", "Yu Mincho", YuMincho, "qMmΎ© Pro", "Hiragino Mincho Pro", "MS PΎ©", "MS PMincho", serif;	
    font-size: 1.2rem;
    display: block;
    padding:15px 0 2px;
    margin-bottom: 10px;
    width: 250px;
}
@media screen and (max-width:768px) {
    .ww{
        font-size:0.8rem;
        text-align: left;
        width: 250px;
        margin: 0 auto;
        line-height: 1.45rem;
        padding-bottom: 70px;
    }
    .wh{
        font-family: "ΰΎ©Μ", "Yu Mincho", YuMincho, "qMmΎ© Pro", "Hiragino Mincho Pro", "MS PΎ©", "MS PMincho", serif;	
        font-size: 1.1rem;
        display: block;
        padding:15px 0 2px;
        margin-bottom: 10px;
        width: 250px;
    }
}
/* ========================================
vr[AlNXg
======================================== */
.prev,.next{
	display:block;
	color:#000;
	width:40px;
    height: 450px;
	line-height:450px;
	padding:0 10px;
	background:rgba(220,220,220,0.2);
	font-size:1.4rem;
	font-family: 'Roboto', sans-serif;
	z-index:2;
}
.prev{
	position:absolute;
	top: 0px;
	left:0px;
	margin:0 auto;
	transition: background-color 0.5s linear;
	box-shadow: -10px 10px 10px -5px rgba(0,0,0,0.05);
}
.next{
	position:absolute;
	top: 0px;
	right:0px;
	margin:0 auto;
	transition: background-color 0.5s linear;
	box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.05);
}
.prev:hover,.next:hover{
	background:#777;
	cursor : pointer;
}
/* ========================================
main
======================================== */
#main{
	position: fixed;
	top: 0vh;
	left:0;
	width: 100%;
	height: 100vh;
	margin:0px auto;
	text-align: center;
}
/* ========================================
main .wrap
======================================== */
#pop-g{
	width: 100%;
	height:100vh;
	text-align: center;
	transition: background-color 0.2s linear;
    background-color: rgba(255,255,255,0.5);
}
@media screen and (max-width:768px) {
    #pop-g{
        width: 100%;
        height:100vh;
        text-align: center;
        transition: background-color 0.2s linear;
    }
}