@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	font-weight: bold;
	color: #333;
}

img, object, embed, video{
max-width: 100%;
height:auto;
width:auto;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #CCC;
}


header{
    display:flex;
    justify-content: space-between;
}


#nabi{
    width:20%;
    background: #FFF;
    height:100vh;
    position: fixed;
    z-index: 9999;
}
.drawerBt {
	display:none;
}

#nabi h1{
    text-align:center;
    padding-top:10%; 
}

nav{
    width:100%;
    height:80vh;
    background:#FFF;
}
nav ul li{
    text-align:center;
    line-height: 3.5em;
    font-size: 1.2em;
}
nav ul li:first-child{
    padding-top:3%;
}
#nabi .SNS{
    width:100%;
    display:flex;
    justify-content:space-around;
}
#nabi .SNS img{
    width:50%;
    display: block;
}
#kara{
    width:20%;
}
/* Opening
-----------------------------------------*/
.Opening {
    width:80%;
    position:relative;
    background-color: #FFF;
    margin-top:5%;
}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}

footer .box{
    display:flex;
    justify-content: space-between;
    margin:10% 0 1% 0;
}

footer .box .nabikara{
    width:20%;
}
footer .box #ashi{
    width:80%;
}

footer .box #ashi p{
    text-align: center;
    font-size:0.8em;
    color:#808080;
    padding-top:1%;
} 
footer .pagetop {
	display: none;
	position: fixed;
	bottom: 3%;
	right: 5%;
}
footer .pagetop a {
	display: block;
	background-color: rgba(225,220,219,0.7);
	padding: 15px 15px;
}
footer .pagetop a:hover {
	background-color: rgba(212,184,178,0.7);
}
@media screen and (max-width:1030px){
nav ul li{
    line-height: 4em;
}
}
@media screen and (max-width:800px){
    
header{
    flex-direction:column;
    background:#FFF;
}
#nabi{
    width:100%;
    background:#FFF;
    position: static;
    height:80px;
} 
#nabi h1{
    padding:2%; 
}
nav{
    position: static;
}
nav ul li{
    text-align: center;
    line-height: 3em;
    font-size: 2em;
}
#nabi .SNS{
    display:none;
}
 .drawerBg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(120, 120, 120, 0.4);
	display: none;
	top: 0;
	left: 0;
	}
	.drawerBt {
	display: block;
	background: none;
	border: none;
	padding: 0;
	width: 42px;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: fixed;
	top: 3px;
	right: 32px;
	z-index: 1001;
	text-align: center;
	outline: none;
}

.drawerBt.active .drawerBar {
	width: 49px;
}

.drawerBt.active .drawerBar1 {
	transform: rotate(30deg);
}

.drawerBt.active .drawerBar2 {
	opacity: 0;
}

.drawerBt.active .drawerBar3 {
	transform: rotate(-30deg);
}

.drawerBt.active .drawerMenuText {
	display: none;
}

.drawerBt.active .drawerClose {
	display: block;
}

.drawerBar {
	display: block;
	height: 2px;
	margin: 10px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}

.drawerText {
	text-align: center;
	font-size: 10px;
}

.drawerClose {
	letter-spacing: 0.08em;
	display: none;
}

.drawerMenuText {
	display: block;
}

.dNavWrapper {
	width: 200px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(312px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	background-color:#fff;
}

.dNavWrapper.open {
	transform: translate(0);
}


.left .drawerBt {
	right: auto;
	left: 32px;
}

.left .dNavWrapper {
	transform: translate(-312px);
	right: auto;
	left: 0;
}

.left .dNavWrapper.open {
	transform: translate(0);
}

/*+++ Default Navigation CSS +++*/

.dNav {
	padding: 100px 0 50px;
	flex-direction:column;
}

.dNav li {
	flex-direction: column;
	width: 100%;
	font-size: 1em;
	margin-bottom: 0;
	border-bottom: 1px solid #cbcccc;
	border-left: none;
}

/*+++ Default Button Color +++*/
.drawerBt {
	color: #808080;
}

.drawerBt .drawerBar {
	background-color: #000;
}     

.Opening {
    width:100%;
    height: 50vh;
    margin-top:-10%;
}

footer .box{
    flex-direction:column;
}
footer .box #ashi{
    width:100%;
}
}

@media screen and (max-width:600px){
.dNav li {
    border-bottom: 0.5px solid #fff;
    }
nav{
    height: 300;
}
nav ul li{
    line-height:1.5em;
    font-size: 1em;
} 
.Opening {
    margin-top:-30%;
}
footer .box #ashi p{
    font-size:0.7em;
}
}