.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

.close {
	position: absolute;
	z-index: 9999;
	top: 10px;
	right: 10px;
	display: block;
	cursor: pointer;
}
#view {

	display: block;
	position: relative;
	width:100%;
	height:	auto;
	transform: translate3d(0, 0, 0);
	z-index: -1;
}

.js-overHidden {
	width:100%;
	overflow: hidden;
	height:100%;
}


.js-palarax-pc{
	position: relative;
}
.js-palarax-sp {
	position: relative;
}

#about{
	position: relative;
}

.bx-wrapper {
	margin-bottom: 0 !important;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 999;
}

/* ここからSP */
@media screen and (max-width: 767px) {

.pc {
	display: none;
}
#navMenu {
	z-index: 0 !important;
}

#mobile-menu {
	position: absolute;
	top: 25px;
	right: 20px;
}

#mobile-menu .menu-btn {
	font-size: 30px;
	color:black;
	}

.mm-menu {
	z-index: 9999;
}
header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: rgba(200,230,255,0.8);
}

.container {
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.header {
    height: 95px;
    width: 100%;
    margin: 0 auto;
    /*padding: 0 20px;*/
    padding-left: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.header-left {
    float: left;
    padding: 0px 0 15px 0;
}
.title_logo{
		width:50px;
		float:left;
		padding:10px 10px;
}
.header-left h1 {
    font-size: 25px;
    font-weight: 300;
}

.header-left a {
    text-decoration: none;
    color: #ffffff	;
}

.header-right {
    float: right;
}

.header-right li {
    font-size: 18px;
}

.header-right a {
    color: #000000	;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: .3s;
    top: 3px;
}

.header-right a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #000;
    transition: .3s;
}

.header-right a:hover:after {
    width: 100%;
}

#globalnav {
    overflow: hidden;
}

.menu {
    padding: 33px 0 32px 0;
    float: left;
}

.menu li {
    float: left;
    margin: 3 6px;
    font-size: 18px;
    padding-right: 32px;
}

.header-icon {
    float:right;
    padding: 31px 0 36px ;
    margin-left: 7px;
}

.icon {
    font-size: 1.125em;
    margin-right: 10px;
}

.bio-s img {
    height: auto;
    margin-top: 1%;
}

.bio-s {
  width: 13%;
  vertical-align:sub;
}

.instagram {
  width: 18px;
  vertical-align: middle;
}

 /* ここからmain */
	.jumbotron{
		background:url("../images/top_bg.jpg");
		min-height:750px;
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
		margin:0;
	}
	.jumb_heading h2{
		color:#1E1ED2;
		text-align:center;
		padding:300px 0px 5px 0px;
	}
	.jumb_heading h3{
		color:#ddd;
		text-align:center;
		padding:1px 0px 100px 0px;
	}
.main {
    margin: 0 auto;
}
#imageSlide{
min-height:500px;
}
.sl-sect-menu1{
	position:absolute;
	left:30px;
	top:120px;
	z-index:20;
}
.sl-sect-menu2{
	position:absolute;
	right:30px;
	top:450px;
	z-index:20;
}

/* ここからvideo */
#video {
    padding-top: 95px;
}

.video-1 {
	  position: relative;
	  height: 0;
	  padding: 0 0 56.25%;
	  overflow: hidden;
}
.video-1 iframe {
	  position: absolute;
	  top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
/*ここからnews*/
#news{
	text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    color: #ddd;
	background:url('../images/black_bg.png'),#000;
	background-repeat:repeat;
	box-sizing:border-box;
}
	#news-bg{
		padding:30px 20px 20px 20px;
		margin:30px auto;
		background-color:rgba(255,255,255,0.6);
		border-radius:10px;
	}
	.news-list{
		max-width:800px;
		margin:0 auto;
	}
	.news-list li{
		padding:10px;
		margin-bottom:10px;
		border-bottom:1px dotted #777;
		font-size:14px;
		text-align:left;
		list-style-type:none;
		color:#fff;
		line-height:35px;
	}
	.news-list li a{
		color:#333;
		text-decoration:underline;
	}
/* ここからabout */
.btn {
	font-size: 14px;
	position: relative;
	width: 50%;
	height: 40px;
	margin-top: 3%;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #111;
	border: 3px solid black;
	background-color: transparent;
}

.btn::before {
	position: absolute;
	top: 10px;
	left: 70%;
	width: 15px;
	height: 15px;
	content: '';
	-webkit-transition: all .6s;
	transition: all .6s;
	opacity: 0;
	background: url('../images/right-arrow.png') no-repeat;
	background-size: 100% auto;
}

.btn:hover {
	color: white;
	background-color: black;
}

.btn:hover::before {
	left: 80%;
	opacity: 1;
}

.button-ja {
	margin-top: 7%;
	margin-left: 25.5%;
}

.button-eng {
	margin-top: 10%;
	margin-bottom: 5%;
	margin-left: 25.5%;
}
#about {
    background-coro:#FEE42F;
    color: ddd;
	min-height:600px;
	}
	.news-date{
		margin:10px 30px 10px 10px;
		padding:8px 10px;
		background-color:#777;
		border-radius:5px;
		
	}
/*#about2 {
    background-color:#FEE32F;
    color: black;
	min-height:500px;
}*/
#about2{
		background:url("../images/photo_bg.jpg");
		background-repeat:no-repeat;
		background-position:top center;
		background-attachment: fixed;
		background-size:cover;
		color:#000;
	width:100%;
	border-top:10px solid #000099;
	height:630px;
}
.about-txt {
    text-align: center;
    padding: 3%;

}
.about-txt h2 {
    font-size: 45px;
    font-weight: 100;
    padding-top: 3%;
    padding-bottom: 5%;
}

.about-txt p {
    font-size: 16px;
    line-height: 38px;
}
	.strong-p{
		font-size:18px;
		font-weight:bolder;
		text-decoration:underline;
	}
.about-txt-name img {
    padding-top: 3%;
    width: 35%;
}

.about-txt-name i {
    margin-left: 2%;
    font-size: 20px;
    color: white;
}

.about-txt-eng span {
  font-size: 20px;
}

.about-border {
    border-bottom: 1px solid gray;
    opacity: 0.4;
    width: 50px;
    margin: 0 auto;
    padding-top: 6%;
}

.about-bg{
    display: none;
}
#about-pc{
		display:none;
}
	/* ここからWorks*/
#works {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 6%;
    color: #000;
	background:#ddd;
	background-repeat:repeat;
	box-sizing:border-box;
}
	#works h2{
		padding-bottom:%;
		font-size:45px;
	}
	#works p{
		color:#FEE730;
		padding:10px;
	}
	.works-row{
		padding:20px 0px;
	}
	.works-row h3{
		text-align:;
		padding:5px 20px 5px 20px;
		border-bottom:5px solid #000099;
	}
		.tv-desc{
		color:#000;
	}
	.tv-desc h5{
		font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace" !important;
		font-size:13px;
		font-weight:bolder;
	}
	.tv-desc p{
		font-size:10px !important;
		color:#222 !important;
		line-height:16px;
		text-align:left;
	}
	.tv-shinya, .tv-gsp{
		font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace" !important;
		font-size:9px;
		font-weight:bold;
		color:#fff;
		padding:3px 8px;
		background-color:#333;
		margin-left:3px;
		border-radius:2px;
	}
/* ここからinsta */
.top-secTitle{
    text-align: center;
    font-weight: 200;
    padding-top: 8%;
    padding-bottom: 3.5%;
    font-size: 30px;
    position: relative;
    padding-left: 4%;
}

.top-secTitle img {
    width: 2.5%;
    margin-right: 1%;
    position: absolute;
    top: 55.09%;
    left: 41%;
}

/* INSTAGRAM */
#instafeed {
	  display:flex;
	  flex-wrap:wrap;
    width: 68%;
	margin-top:50px;
    margin-right: 20%;
    margin-left: 20%;
}
.instafeed {
display:flex;
flex-wrap:wrap;
    width: 68%;
	margin:0 auto;
}

.instaList {
  	flex-basis: 20%;
    margin-right: 3%;
    margin-bottom: 2%;
}

.top-instagram {
  	margin-bottom: 20px;
    position: relative;
}

.instaList:hover {
  	cursor:pointer;
}

.instaList a img {
    opacity:1;
    transition:all .2s ease-out;
}

.instaList:hover > a img {
  	opacity:0.5;
}

#reserv {
    position: absolute;
    top: 90%;
}
/*ここからrecruite*/
	#recruite{
		height:auto;
	}
	#recruite{
	text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    color: #000000;
	background-color:#ddd;
	background-repeat:repeat;
	box-sizing:border-box;
}
	#recruite-bg{
		background-color:#fff;
		padding:30px 0px;
		margin-top:30px;
		border-radius:10px;
	}
	#recruite-bold p{
		font-size:25px;
		line-height:33px;
	}
	.recruite-table{
		margin:20px auto;
		width:100%;
	}
	.recruite-table th{
		width:30%;
		padding:10px 20px 18px 20px;
		color:#fff;
		background-color:#000;
		font-size:16px;
		border:1px solid #000;
	}
	.recruite-table td{
		text-align:left;
		padding:10px 20px 18px 20px;
		border:1px solid #000;
	}
	#advertising-bottom{
		display:none;
	}
/*ここからcompany*/
#company{
	text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    color: #fff;
	background:url('../images/black_bg.png'),#000;
	background-repeat:repeat;
	box-sizing:border-box;
}
#company-bg{
		padding:30px 20px 20px 20px;
		margin:30px auto;
		background-color:rgba(255,255,255,0.6);
		border-radius:10px;
	}
.company-table{
	margin:20px auto;
		max-width:800px;
	font-size:16px;
	font-weight:;
		
}
	.company-table th{
		padding:20px;
		width:20%;
	}
	.company-table td{
		padding:20px;
		text-align:left;
		color:#fff;
	}
	.company-bg{
		background-color:#777;
	}
/* ここからcontact */
#contact {
    text-align: center;
    padding-top: 1%;
    padding-bottom: 2%;
    color: black;
}

#contact h2{
    font-weight: 100;
    padding-bottom:0px;
    font-size: 45px;
}
img.sns{
		width:160px;
	}
	.contact-text{
		padding-top:5%;
	}
.contact-border {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 50px;
    margin: 0 auto;
}
	.contact_table{
		margin-top:;
		width:100%;
	}
	.contact_table td{
		padding:20px 20px 20px 120px;
		text-align:left;
		font-size:18px;
	}
	td.pad-none{
		padding:50px 0px !important;
	}
.address-ja {
    padding-bottom:2%;
    font-size: 14px;
}

.address-eng {
    padding-top: 2%;
    padding-bottom:2%;
    font-size: 14px;
}

.address-mail span{
    color: black;
    font-size: 12px;
}

.address-mail i {
    padding-right: 1%;
}

.address-mail img{
	  width: 16px;
	  padding-right: 1%;
    vertical-align: middle;
}
	.c_reserve{
		padding:10px 25px;
		border:double 4px #ffffff;
	}
/* ここからmap */
.area-google-map {
    width:100%;
    height:360px;
}
/* ここからShopList */
	#shoplist{
		background:url("./images/fujinomiya_c_bg.jpg"),rgba(0,0,0,0.8);;
		background-size:cover;
		background-repeat:no-repeat;
		color:#ffffff;
		padding:5% 0%;
	}
		.shoplist_table{
		margin-top:;
		width:100%;
	}
	.shoplist_table td{
		padding:20px 10px;
		text-align:left;
		font-size:18px;
	}
	.shoplist-text{
		padding-bottom:30px;
	}
	.shoplist_table_sp{
		display:none;
	}
/* ここからfooter */
#footer {
    background-color:rgba(0,0,200,1.00);
    width: 100%;
}

.copyright {
    color:#ffffff;
    text-align: center;
    font-size: 12px;
    padding: 2.45% 0;
    font-weight: 200;
    letter-spacing: 1px;
}
	.contact_table_sp{
		display:none;
	}
}
