/* PC -------------------------------------------------- */
.sp {display: none!important;}
.pc {display: block!important;}
.sp_img100 {max-width: 100%;height: auto;vertical-align: bottom;}

.wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper img {
   max-width: 100%;
   height: auto;
}
@media screen and (max-width: 1000px){
.wrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (max-width: 640px) {
.wrapper {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
}
}

.main-menu {
   width: 1000px;
   margin: 25px auto 0;
}
@media screen and (max-width: 1000px) {
.main-menu {
   width: 100%;
   margin: 0px auto;
}
}
header.contents_ver {
   position: relative;
   z-index: 9999;
   padding-top: 70px;
   text-align: center;
}

#logo {
   float: left;
}

@media screen and (max-width: 640px) {
.contents_logo img {
   max-width: 80%;
   height: auto;
}
.drawer-open .contents_logo {
   display: none;
}
}
#menu {
	text-align: center;
	height: 0;
	margin: 2px 0 60px 0;
	float: right;}
#menu li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 12px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: 500;
   letter-spacing: 0.01em;}
#menu li a span {
   display: block;
   font-weight: normal;
   font-size: 11px;
   font-size: 1.1rem;
}
#menu li a {
	text-decoration: none;
	color: #313131;
	position: relative;
	display: inline-block;
	transition: .3s;
	padding: 6px 3px;}

#menu li a:hover {
   color: #1496c7;
}
.menu_eff {
  text-transform: uppercase;
}
.menu_eff * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu_eff a {
  position: relative;
  display: inline-block;
}
.menu_eff a:before {
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  top: 25%;
  bottom: 25%;
  left: 0;
  right: 0;
  border-top: 3px solid #1496c7;
  border-bottom: 3px solid #1496c7;
}
.menu_eff a:hover,
.menu_eff .current a {
  color: #1496c7;
}
.menu_eff a:hover:before,
.menu_eff .current a:before {
  opacity: 1;
  top: 0;
  bottom: 0;
}

.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	font-size: 14px;
	font-size: 1.4rem;
}
.is-show {
	transform: translateY(0);
	height: 60px;
	padding-top: 0px;
	background: rgba(21,21,21,1);
	z-index: 9999;
}
.is-show #menu {
   position: relative;
   margin: 15px 15px 0;
}
.is-show #menu a {
   color: #FFF!important;
}
nav {
	transition: .3s;
}
.is-hide {
	transform: translateY(-100%);
}
.show_logo, .show_store {
   display: none!important;
}
.is-show .show_logo {
   display: block!important;
   position: absolute;
   top: 16px;
   left: 15px;
   margin: 0;
}
.is-show .show_logo img {
   width: 130px;
   height: auto;
}
.is-show .show_logo a img {
   background: none;
}
@media screen and (max-width: 1100px){
.is-show #menu {
   text-align: left;
}
}
@media screen and (max-width: 1000px){
#logo {
   position: absolute;
   top: 10px;
   left: 10px;
}
#menu {
	text-align: center;
	height: inherit;
	margin-bottom: 0px;
	float: none;
	margin-top: 20px;}
#menu li {
   width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: 500;
  margin: 0px;
   letter-spacing: 0.01em;}
#menu li a span {
   display: inline-block;
   font-weight: normal;
   font-size: 12px;
   font-size: 1.2rem;
   margin-left: 10px;
}
#menu li a {
   text-align: center;
   padding: 7px 0;
   display: block;
   color: #FFF;
   border-bottom: 1px dashed #2D2D2D;
}
#menu li a::after {
	position: inherit;
	content: '';
	transition: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.clone-nav {
   display: none;
}
.head_online {
   display: none;
}
.is-hide {
	transform: translateY(0%);
}
.show_logo {
   display: block!important;
   margin: 25px auto;
   text-align: center;
}
}
.drawer-toggle {
   display: none;
}
@media screen and (max-width: 1000px){
.drawer-toggle {
   display: block;
}
}

.footer {
background-color: #313131;
padding: 42px 0;
color: #FFF;
}
.footerIn {
   width: 85%;
   margin: 0 auto;
}
.footer a {
   color: #FFF!important;
}

@media screen and (max-width: 640px){
.footerIn {
   width: 96%;
   margin: 0 auto;
}
}
.foot_ms {
   width: 45%;
}
.foot_border {
   padding-bottom: 25px;
   border-bottom: 1px solid #FFF;
   margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
.foot_ms {
   width: 100%;
}
}

.foot-address {
   width: 23%;
   font-size: 13px;
   font-size: 1.3rem;
   letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px){
.foot-address {
   width: 46%;
   margin-bottom: 15px;
}
}
@media screen and (max-width: 640px){
.foot-address {
   width: 100%;
   margin-bottom: 15px;
}
}
.foot-sub {
   background-color: #f1f1f1;
   padding: 7px;
   font-size: 11px;
   font-size: 1.1rem;
}
.foot-sub li {
   float: right;
   margin-left: 15px;
}
.foot-sub li a {
   color: #313131!important;
}
small {
   padding: 15px 0;
   text-align: center;
   font-size: 13px;
   font-size: 1.3rem;
   display: block;
}


#pageTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
	z-index: 99;
  }
@media screen and (max-width: 640px) {
#pageTop {
  display: block;
  position: relative;
  bottom: auto;
  right: auto;
  padding: 10px 0;
  background-color: rgba(51, 116, 191, 1);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
}



.flex {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
 }
.jc {justify-content: space-between;}
.ai {align-items: center;}
.sa {justify-content: space-around;}
.flex::before{
  content:"";
  display: block;
  width:32%;
  order:1;
}
.flex::after{
  content:"";
  display: block;
  width:32%;
}
@media screen and (max-width: 640px) {
.flex .flexcenter {
   text-align: center;
}
}
.indent-1 {padding-left: 1em; text-indent: -1em;}

/* ===================================================================
    スマホ
=================================================================== */
@media screen and (max-width: 640px) {
.sp {display: block!important;}
.pc {display: none!important;}
.sp_img100 {max-width: 100%;height: auto;vertical-align: bottom;}
}















































































