@charset "UTF-8";
body{
  margin: 0;
}
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 0px;
}
header img{
	width: 200px
}
@media only screen and (max-width: 480px){
header img{
	width: 100px;
	padding-top:12px;
}
}
.inner{
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a{
  color: #040404;
  text-decoration: none;
}

/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 45px;
  right: 60px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;}

 
@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 20px;
    width: 70px;
    height: 70px;}
    #factory .el_humburger {
      display: none; } }
 
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block; }
 
@media screen and (max-width: 840px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px; } }
 
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none; }
 
.el_humburger_text.el_humburger_text__close {
  display: none; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block; }
 
@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; } }
 
@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; } }
 
@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000; } }
 
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000; }
 
@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000; } }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }
 
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; }
 
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }
 
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }
 
.navi {
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 0;
  z-index: 13;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  overflow: hidden; }
  .js_humburgerOpen .navi {
    width: 450px; }
    @media screen and (max-width: 840px) {
      .js_humburgerOpen .navi {
        width: 100%;
        padding: 100px 5% 0; } }
 
.navi_item {
  margin-bottom: 28px;
  font-size: 20px;
  font-family: "Marcellus", serif !important;
  white-space: nowrap;
  margin-left: 90px; }
  .navi_item.op_innerLink {
    cursor: pointer; }
  @media screen and (max-width: 840px) {
    .navi_item {
      margin-left: 0;
      font-size: 18px; } }
#hero{
	position: relative;
    width: 66%;
    height: 600px;
    margin: 0 100px 0 auto;
}

.inner {
	position: absolute;
	top: 100px;
   left: -10%;
	z-index:12;
	margin-bottom: 15px;
	line-height: 1.6em;
}
@media only screen and (max-width: 480px){
	.inner {
		width:160%;
		top: 376px;
		left: -4%;
	}
	.main02 img{
		float:left;
		width:12%;
		height:12%;
	}
	.hdrmoji{
	font-size:8px;
	float:left;
}
	.hdrmoji li{
		float:left;
		padding:8px;
	}
}

.hdrmoji{
	font-family: 'Jost', sans-serif;
	letter-spacing: 0.8em
}

#slideshow {
   position: relative;
   width:  854px; /* 画像の横幅に合わせて記述 */
   height: 493px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left: 10%;
   z-index: 8;
   opacity: 1.0;
}
@media only screen and (max-width: 640px){
#slideshow img {
	 top:4%;
		 left: 4%;
		width:80%;
	}
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
.subpicture {
	padding-right:12%;
	padding-left:12%;
	
	
}



/*css*/
.sample-text1 {
	float:left;
	width:20%;
    font-size: 20px;
    font-weight: bold;
    animation-name: fadein;
    animation-duration: 2s;
}
@media only screen and (max-width: 480px){
	.sample-text1 {
		width:50%;
		z-index: 12;
    	position: relative;
		padding-left:16px;
	}
	.subpicture {
		padding-right:8%;
		padding-left:8%;
	
	
}
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.concept {
    float:right;
	padding: 40px; 
	margin-top: 80px;
	background-color: #DCE4E6;
	animation-name: fadein;
    animation-duration: 2s;
}

@media only screen and (max-width: 480px){
.concept {
    margin-top: -24px;
	width:100%;
	padding: 20px; 
	}
	.english{
		font-size: 8px;
	}
}
.NEWS {
	animation-name: fadein;
    animation-duration: 2s;
	clear:both;

	width:80%;
	margin:80px;
}
.NEWS h1 {
	margin:80px;
float: left}
.NEWS h2 {text-align:left;
		padding-top:104px;
	padding-bottom:104px;
}
@media only screen and (max-width: 480px){

	.NEWS{
		width:100%;
		margin:0px;
	}
}
@media only screen and (max-width: 960px){
	.NEWS h1 {
		float:none;
		padding:80px 0px 0px 0px;
		margin:0px;
	}
	.NEWS h2 {
			padding-top:0px;
	padding-bottom:0px;
	}
}
.instagram{
	clear:both;
	padding-bottom: 240px
}
@media only screen and (max-width: 480px){
	.instagram{
	clear:both;
		padding-top: 80px;
		padding-bottom: 80px;
}
}
#matome{
	max-width: 56%;
	margin: 0 auto;
	padding-bottom: 480px
}
@media only screen and (max-width: 960px){
	#matome {
		max-width: 80%;
	}
}

.photo{ 
	margin: 0 auto;
}
.photo p {
	display: inline-block;
	margin: 0 auto;
    line-height: 1.2;
}
@media only screen and (max-width: 640px){
.photo p {
		width: 32%;
	}
	.photo img{
	padding:8px;
	width:80%;
}
	
}
.photo img{
	padding:8px;	
}
.environment{
	padding: 160px 0px
}
@media only screen and (max-width: 480px){
.environment{
	padding-top: 80px;
	padding-bottom:0px;
}
}
.image {
	
	padding-right: 2%;
	padding-left: 2%;
    width: 30%;
    float: left;
}
@media only screen and (max-width: 960px){
	.image {
		float:none;
		width:100%;
		padding-bottom:80px;
	}
	#matome{
		padding-bottom:0px;
	}
}
.image h3{
	font-weight:bold;
}
.place {
	clear:both;
	margin: 0 auto;
	width:88%;
	background-color:#EEEEEE;
	padding: 40px;	
	}

.place h1{
	padding:24px;
	text-align: center
}
@media only screen and (max-width: 480px){
.place h1 {
		padding:0px;
	}
}
.place p{
	
	width:40%;
	float:right
}
.place iframe{
	width:50%;
}
@media only screen and (max-width: 960px){
	.place p{
		width:100%;
		float:none;
		margin-bottom:80px;
	}
	.place iframe{
		width:100%;
		height: 80%;
	}
}
@media only screen and (max-width: 480px){
	.place{
		padding: 24px;
	}
	.place p{
		width:100%;
		float:none;
		margin-bottom:40px;
	}
}
/*連絡先*/
#resernation{
	
	background-color: #E8EDEF;
	height: 300px;
	width: 100%;
	margin-top: 80px;
	margin-bottom: 80px;
}
@media only screen and (max-width: 640px){
	#resernation {
		height: 480px;
	}
}
@media only screen and (max-width: 480px){
	#resernation {
		height: 400px;
	}
}
#resernation p img{
	position: relative;
	top:0px;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform: translate(-50%,50%);
}
#resernation h4{
	width: 100%;
	padding:20px;
text-align: center
}
#resernation h5{
	width: 100%;
	text-align: center
}
#resernation p{
	width:100%;
	height: 64px;
	padding:8px;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.waku{
	width:100%;
	margin:0 auto;
	text-align: center;
}
.waku a{
	margin:40px;
}
@media only screen and (max-width: 480px){
	.waku a{
		margin:24px;
	}
}
/*ボタン*/
.lock_on_btn {
	display: inline-block;
	position: relative;
	width: 20%;
	height: 50px; 
	line-height:50px;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
}
@media only screen and (max-width: 640px){
	.lock_on_btn  {
		width: 80%;
	}
}
.lock_on_btn::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 1px solid #1B1B1B;
    border-left: 1px solid #1B1B1B;	
}
.lock_on_btn::after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top: 1px solid #1B1B1B;
    border-right: 1px solid #1B1B1B;
}
.lock_on_btn span::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: 1px solid #1B1B1B;
    border-left: 1px solid #1B1B1B;
}
.lock_on_btn span::after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #1B1B1B;
    border-right: 1px solid #1B1B1B;	
}
.lock_on_btn:hover {
	 cursor: pointer;
	 text-decoration: none;
	 transition: transform .3s;
	transform-origin: center;
	transform: scale(0.8, 0.8); 
}
/*ボタン終わり*/
.point{
	padding: 40px;
	margin-top: 80px;
	margin-bottom: 320px;
}
@media only screen and (max-width: 480px){
.point{
	padding: 0px;
	margin-top: 40px;
	}

}
.box18{
    margin:2em 1em;
    position: relative;
    padding: 0.5em 5.5em;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
	float: left
}
.box18:before, .box18:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box18:before {left: 10px;}
.box18:after {right: 10px;}

@media only screen and (max-width: 480px){
	.box18{
    margin:2em 1em;
    position: relative;
    padding: 0.5em 2.0em;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
	float: left
}
}
.SNS{
	position: relative; 
	clear: both;
	margin-bottom: 320px;
}
.SNSmoji{
	height:240px;
	width:100%;
	background-color: #A4BDC7;	
}
.SNSmoji h1,.SNSmoji p{
	color:white;
}
.SNSmoji h1{
		padding-top:4%;
	padding-left:16%;
}
.SNSmoji p{
		padding-bottom:4%;
	padding-left:16%;
}
.snsimages{
	 position: absolute;
   top: 40%;
   left: 50%;

}
@media only screen and (max-width: 1250px){
	.snsimages {
		top: 60%;
		left:20%;
	}
	.SNS{
	position: relative; 
	clear: both;
	margin: 80px 0px;
}
}

.snsimages img {
	float:left;
    padding: 16px;
		width:40%;
}
@media only screen and (max-width: 480px){
	.snsimages img {
	float:left;
    padding: 4px;
		width:40%;
}
}
/*font*/
h1 {
	font-size: 40px;
}
@media only screen and (max-width: 480px){
	h1 {
	font-size: 32px;
}
	.japanece,h2,h3,h4,h5,p,.heading {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	font-size: 12px;
}
}
h3{font-size:16px}
.japanece,h2,h3,h4,h5,p,.heading {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em
}
.instagram p {
}
h1{
	font-family: 'Libre Caslon Text', serif;
	letter-spacing: 0.2em
}
.upscroll{
	 cursor:pointer;
	width:100%;
}
.upscroll p{
	text-align:center;
	padding:40px;
}
footer{
	width:100%;
	 border-top: 1px solid black;
}
.bousen{
	text-align: center;
	padding-top:40px;
}

/*------------------------2ページ目ここから-----------------------------*/
.wrapper{
	
}
.demo {
  width: 800px;
  margin: 0 auto;
  padding: 40px 0;
  font-family: sans-serif;
  font-size: 20px;
  color: #3cb3e4;
}

.heading {
  margin: 80px 80px
}

.demo1 .wrapper {
  padding: 5px;
  text-align: center;
  border: 1px solid;
  border-top: none;
  width: 800px;
}

.demo1 .wrapper .caption {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  overflow: hidden;
  margin: -3px -8px 0 -6px;
  position: absolute;
  width: 800px;
  font-size: 16px;
}
@media only screen and (max-width: 480px){
	.demo1 .wrapper {
		 width: 100%;
		border: none;
	}
	.demo{
	    width: 100%;
    margin: 0 auto;
    padding: 40px 0px;
    font-family: sans-serif;
    font-size: 20px;
    color: #3cb3e4;
	}
}
@media only screen and (max-width: 480px){
.demo1 .wrapper .caption {
		-ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    overflow: hidden;
    margin: -3px -8px 0 -6px;
    position: absolute;
    width: 368px;
    font-size: 16px;
	}
	.heading {
    margin: 40px 20px;
}
}
.demo1 .wrapper .caption:before,
.demo1 .wrapper .caption:after {
  content: "";
  position: absolute;
  width: 100%;
  margin-top: -2px;
  border-top: 1px solid;
  top: 50%;
}

.demo1 .wrapper .caption:before {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  margin-left: -88px;
}

.demo1 .wrapper .caption:after {
  margin-left: 88px;
}
@media only screen and (max-width: 480px){
	
	.demo1 .wrapper .caption:before,
.demo1 .wrapper .caption:after {
  content: "";
  position: absolute;
  width: 100%;
  margin-top: none;
  border-top: none;
  top: 50%;
}
}
#survice{
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	height:360px;
	background-color: #EEEEEE;
	}
.kuuhaku{
	height:128px;
}
#survice h1{
	position: absolute;
	top:24px;
	left:-80px;
	
}
@media only screen and (max-width: 480px){
	#survice{
		    height: 320px;
	}
	#survice h1 {
    position: static;
  text-align: center;
}
}
.kashidashi{
	padding-top:0px;
	margin:0 auto;
	width:740px;
	border: 1px solid;
}

.nakami{
	width:100%;
	padding:16px;
}
.nakami img{
	   padding-left: 0%;
}
.kashidashi p{
	float:left;
	width:66%;
}
@media only screen and (max-width: 480px){
		.kashidashi p{
	float:none;
}
	.kashidashi{
	width:96%;
}
	.nakami img{
	   
}
.kashidashi p{
	
}
	.kuuhaku {
    height: 16px;
}
}
#floormap{
	width:100%;
	text-align: center;
	
}
#floormap p{
	text-align: center;
}
#floormap h1{
	padding-bottom:80px;
}
/*map tag*/
details {width:80%;
  border: 1px solid #ccc;
margin:0 auto;
	 border-radius: 10px;
}
details:not(:last-child) {
  margin-bottom: 20px;
}
.maptag p img{
	float:left;
	
}
summary{
	font-family: 'Libre Caslon Text', serif;
	letter-spacing: 0.2em
		
}
summary img{
	width: 23%;
}
 /** cursor: pointer; ←カーソルをポインターに
**/
details summary {
  list-style: none;
  cursor: pointer;
  padding: 20px;
  background: #A3BCC6;
  color: #ffffff;
  font-size: 2rem;
	 border-radius: 10px;
}
@media only screen and (max-width: 640px){
details summary {
		padding: 8px;
	font-size: 1rem;
	}
	summary img{
	width: 23%;
}
}

details p {
  margin: 0;
  padding: 20px;
}
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;   
    outline: none;
}