@charset "UTF-8";
.contSp {
  display: block !important;
}

.contPc {
  display: none !important;
}

.bg {
  display: none;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

#wrapper footer {
  margin-top: 30px;
  padding-bottom: 30px;
}

#wrapper footer nav {
  border-top: 1px solid #000000;
}

#wrapper footer nav section {
  border-bottom: 1px solid #000000;
}

#wrapper footer .contact {
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000000;
}

#wrapper footer .contact .contact-banner {
  padding-top: 5px;
  text-align: center;
  margin-bottom: 25px;
}

#wrapper footer .contact .contact-banner a {
  display: inline-block;
  width: 90%;
  max-width: 340px;
}

#wrapper footer .contact h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 11px;
  margin-bottom: 12px;
  letter-spacing: 0.18em;
}

#wrapper footer .contact .contactus {
  margin-bottom: 25px;
}

#wrapper footer .contact .tel img {
  width: 43.2%;
  margin-bottom: 6px;
}

#wrapper footer .contact .note {
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 13px;
}

#wrapper footer .contact .mail img {
  width: 68.7%;
  margin: 0 auto;
}

#wrapper footer .foot h3 {
  margin-bottom: 12px;
}

#wrapper footer .foot h3.foot-link__title {
  margin-bottom: 6px;
}

#wrapper footer .foot h3.foot-link__title img {
  width: 192px;
}
#wrapper footer .foot .powerdby{
  margin-bottom: 8px;
}

#wrapper footer .foot .copyright {
  font-size: 10px;
  margin-top: 8px;
}

#wrapper .btnNav {
  width: 13.7%;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
}

#wrapper header {
  width: 100%;
  background: #000000;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

#wrapper header.open {
  left: 0;
}

#wrapper header h1 {
  padding: 42px 0 30px 0;
}

#wrapper header h1 .txt {
  display: none;
}

#wrapper header ul li a {
  display: block;
  padding: 6px 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
}

#wrapper header ul li.nav15 a {
  padding: 30px 0;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  width: 80%;
  margin: 0 auto;	
}

#wrapper header ul li.nav17 span {
	display: block;
  padding: 30px 0;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  width: 80%;
  margin: 0 auto;
	color: #fff;
	letter-spacing: 0.2em;
}

#wrapper header ul li.nav17 span a, #wrapper header ul li.nav17 span a p {
  display: inline;
}

#wrapper header ul li.nav17 span a p.contSp {
  display: inline!important;
}

#wrapper header ul li.nav17 span a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  cursor: pointer;
}

#wrapper header ul li.nav17 span a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

#wrapper header ul li span a p.txt {
    display: none;
}

#wrapper header ul li.nav_butler p {
  font-size: 13px;
  font-weight: bold;
  color: #999;
  letter-spacing: 0.2em;
  position: relative;
  margin-bottom: 30px;
}

#wrapper header ul li.nav_butler p::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -20px;
	width: 30px;
	height: 1px;
	background-color: #9ce5ac;
}

#wrapper header ul li.nav_tostay p {
  font-size: 13px;
  font-weight: bold;
  color: #999;
  letter-spacing: 0.2em;
  position: relative;
  margin-bottom: 30px;
}

#wrapper header ul li.nav_tostay p::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -20px;
	width: 30px;
	height: 1px;
	background-color: #b3e6ff;
}

#wrapper header ul li.nav_eating p {
  font-size: 13px;
  font-weight: bold;
  color: #999;
  letter-spacing: 0.2em;
  position: relative;
  margin-bottom: 30px;
}

#wrapper header ul li.nav_eating p::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -20px;
	width: 30px;
	height: 1px;
	background-color: #fff67f;
}

#wrapper header ul li p.txt {
  display: none;
}

#wrapper header ul li a p.txt {
  display: none;
}

#wrapper header ul li a p {
  letter-spacing: 0.2em;
	width: auto;
	line-height: 1.8;
}

#wrapper header ul li.nav1 {
  margin-bottom: 30px;
}

#wrapper header ul li.nav3 {
  margin-top: 10px;
  margin-bottom: 30px;
}

#wrapper header ul li.nav4 {
  margin-top: 10px;
}

#wrapper header ul li.nav7 {
  margin-bottom: 30px;
}

#wrapper header ul li.nav10 {
  margin-bottom: 30px;
}

#wrapper header ul li.nav11 {
  margin-top: 10px;
  margin-bottom: 30px;
}

#wrapper header ul li.nav12 {
  margin-top: 10px;
  margin-bottom: 30px;
}

#wrapper header ul li.nav14 {
  margin-bottom: 35px;
}

#wrapper header ul li.nav16 {
  margin-top: 35px;
}



#wrapper header p.btnClose {
  width: 6%;
  position: absolute;
  left: 10px;
  top: 10px;
}

#wrapper.noborder footer {
  margin-top: 0;
}

#wrapper.noborder footer nav {
  border-top: none;
}

.foot-link {
  width: 93.7%;
  margin: 0 auto 22px auto;
  background: url(../image/common/foot/sp-funny-bg.jpg) no-repeat 0 0;
  background-size: contain;
}

.foot-link__line {
  width: 92.3%;
  height: 1px;
  background: #ffffff;
  margin: 0 auto;
}

.foot-sns {
  text-align: center;
  letter-spacing: -.40em;
  margin-bottom: 12px !important;
}

.foot-sns > a {
  display: inline-block;
  letter-spacing: normal;
  font-size: 0;
  width: 20px;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
  margin: 0 5px;
}

.foot-sns_fb {
  background: url(../image/common/btn_facebook) no-repeat 0 -20px;
  background-size: 20px 40px;
  -webkit-background-size: 20px 40px;
}
.foot-sns_ig {
  background: url(../image/common/btn_instagram) no-repeat 0 -20px;
  -webkit-background-size: 20px 40px;
}

.nav-sns {
  text-align: center;
  letter-spacing: -.40em;
  padding-bottom: 28px;
  margin: 0 26.6% 0 26.6% !important;
  border-bottom: 1px solid #333333;
}

.nav-sns > a {
  display: inline-block;
  letter-spacing: normal;
  font-size: 0;
  width: 25px;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  margin: 0 6px;
}

.nav-sns_fb {
  background: url(../image/common/btn_facebook) no-repeat 0 0;
  background-size: 25px 50px;
  -webkit-background-size: 25px 50px;
}
.nav-sns_ig {
  background: url(../image/common/btn_instagram) no-repeat 0 0;
  -webkit-background-size: 25px 50px;
}
.nav-lang {
  width: 200px;
  margin: 0 auto 39px auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 23px 0;
}

.nav-lang > ul {
  letter-spacing: -.40em;
  text-align: center;
}

.nav-lang > ul > li {
  letter-spacing: normal;
  display: inline-block;
}

#wrapper header ul li a.nav-lang__en {
  width: 75px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding-top: 13px;
  background-image: url(../image/common/nav_lang.png);
  background-position: 0 0;
  padding: 13px 0 0 0;
}

.nav-lang > ul > li.nav-lang__line {
  width: 28px;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding-top: 13px;
  background-image: url(../image/common/nav_lang.png);
  background-position: center 0;
}

#wrapper header ul li a.nav-lang__cn {
  width: 76px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding-top: 13px;
  background-image: url(../image/common/nav_lang.png);
  background-position: right 0;
  padding: 13px 0 0 0;
}

.nav-banners {
	padding: 40px 0 100px 0;
}

.nav-banners p.families {
	font-size: 14px;
    letter-spacing: 0.2em;
	margin-bottom: 32px;
	color: #fff;
}

.nav-banners img.kanren {
	width: 80px;
	height: 12px;
	margin-bottom: 32px;
}

.nav-banners img.hatago {
	width: 80px;
	height: 126px;
	margin-bottom: 32px;
}

.nav-banners img.karuizawa {
	width: 134px;
	height: 33px;
	margin-bottom: 32px;
}

.nav-banners img.ham {
	width: 124px;
	height: 63px;
	margin-bottom: 32px;
}

.nav-banners img.sclass {
	width: 80px;
	height: 140px;
	margin-bottom: 32px;
}

.nav-banners img.funny {
	width: 134px;
	height: 35px;
}

