﻿@media screen and (max-width: 768px){
.spNone { display: none;}
}
@media only screen and (min-width:640px){
.pnone {display:none}
}

@media screen and (max-width: 1024px){
.nvNone { display: none;}
}

/* pc */
.pc { display: block !important; }
.sp { display: none !important; }

/* smartphone */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

nav {
	position: relative;
	width:100%;
	height:auto;
	background: none;
	box-shadow: 0 0 rgba(0,0,0,.1);
  }
nav p {
	color:#ccc;
 }

@media screen and (max-width: 767px){
nav{
	height:auto;
}}

  .clone-nav {
    position: fixed;
    top: -12px;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
  }
  .is-show {
    transform: translateY(0);
  }












keepnav {
	position: absolute;
	top:94%;
	margin-left:-1px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:100%;
	height:55px;
	background: rgba(1, 1,1, .5);
	background-image:url(../img/gara.png);
	background-repeat:repeat;
	box-shadow: 0 0 rgba(0,0,0,.1);
  }
keepnav p {
	color:#ccc;
 }

@media screen and (max-width: 767px){
keepnav{
	height:auto;
}}






.navs {
	position: absolute;
	top:55%;
	margin-left:-1px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:100%;
	height:55px;
	background: rgba(1, 1,1, .5);
	background-image:url(../img/gara.png);
	background-repeat:repeat;
	box-shadow: 0 0 rgba(0,0,0,.1);
	z-index: 2;
  }
.navs p {
	color:#ccc;
 }

@media screen and (max-width: 767px){
.navs{
	height:auto;
}}


.sub{
	font-size:11px;
	padding:0;
	color:#eee;
}



.switch{
	position:absolute;
	width:100%;
	max-width:100%;
	text-align:center;
	top:0;
	z-index:2;
	padding:1px;
	background:#b69f5d;
	opacity: 0.93;
	filter: alpha(opacity=93);
	-ms-filter: "alpha(opacity=93)";
	color:#fff;
	font-weight:400;
}

.switch a:link {
	color:#fff;
	text-decoration:none;
	font-size:.9em;
	font-weight:400;
}
.switch a:visited {
	color:#fff;
}


a.link {
  position: relative;
  display: inline-block;
  transition: .3s;
}
a.link::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #eee;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
a.link:hover::after {
  width: 100%;
}
a.links {
  position: relative;
  display: inline-block;
  transition: .3s;
}
a.links::after {
  position: absolute;
  bottom: 2px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #eee;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
a.links:hover::after {
  width: 100%;
}



a.hover_img5{
    background-color:#000000;
    display:block;
}
a.hover_img5 img{
    transition:all 0.5s ease;
}
a:hover.hover_img5 img{
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.ivory{
	color:#fefefe;
}








.logos{
	position:absolute;
	left:6%;
	top:0;
	background:rgba(255,255,255,.7);
	width:auto;
	height:auto;
	padding:8px 14px;
	border:0;
	z-index:4;
	text-align:center;
}
.logos a:link{
	color:#fff;
	text-decoration:none;
}




.logops{
	position:absolute;
	left:6%;
	top:0;
	background:none;
	width:auto;
	height:auto;
	padding:8px 14px;
	border:0;
	z-index:4;
	text-align:center;
}
.logops a:link{
	color:#fff;
	text-decoration:none;
}













.liner{
    background: none;
    width:100%;
    padding: 3px;
    font-size:1em;
    font-weight:300;
    color:#333;
    text-align:center;
}



.moyo{
	background-image:url(../img/moyo.png);
	background-repeat:no-repeat;
	background-position: top right;
}

.cloud{
	background-image:url(../img/cloud.png);
	background-repeat:no-repeat;
	background-position: bottom left;
}

.cloudr{
	background-image:url(../img/cloudr.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}

.momiji{
	background-image:url(../img/momiji.png);
	background-repeat:no-repeat;
	background-position: top right;
}




.osusume{
	position:absolute;
	top:80px;
	left:20px;
	z-index:3;
}
@media screen and (max-width: 767px){
.osusume{
	top:140px;
}

.osusume img{
	width:80%;
	height:auto;
}}













