@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-family:'メイリオ', 'Meiryo', sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #fff;
	background: linear-gradient(to right, rgba(0 0 0 / 1)0%, rgba(66 66 66 / 0.8) 50%, rgba(0 0 0 / 1)100%);
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}
.clear_both{
  /* floatを解除 */
  clear: both;
}

/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
	color: #fff;
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}
#pcmain {
    position: relative;
}
#pcmain img{
    width: 100%;
}
#pcmain span{
    position: absolute;
    top: 0;
    left: 0;
}
#pcmain span img{
    max-width: 300px;
}
#spmain {
	display: none;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 100px 0 150px;
	text-align: center;
	font-size: 12px;
    background-image: url(../images/footer.jpg);
    background-size: cover;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

img{
	width: 100%;
	height: auto;
}

section{
  clear: both;
}

section h2{
	width: 60%;
	margin: 0 auto;
	padding: 70px 0;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

section h2 span {
	padding: 0 25px 5px 25px;
	border-bottom: 3px solid #fff;
}

.inner{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.innerS{
	position: relative;
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}


/* SEC01 Message
------------------------------------------------------------*/
#sec01{
	background-image: url(../images/saru.jpg);
	background-size: contain;
	margin-top: 80px;
}
#sec01 .innerS .facebook {
	position: absolute;
	right: 2%;
	bottom: 5%;
}
	

/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	position: relative;
	padding: 0 !important;
}

#sec02 header{
}
#tsubasa {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 25%;
	height: auto;
}
#tap {
	text-align: center;
    margin-bottom: 10px;
}
#gallery{
	overflow: hidden;
    float: right;
	width: 75%;
	margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
}

#gallery li{
	width: calc(100%/3);
	line-height: 0;
}
#gallery li.full{
	width: 100%;
}

#gallery img{
	display: block;
	width: 100%;
	height: auto;
}
.gallery_btn {    
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
    font-size: 18px;
    width: 20%;
    padding: 0px 20px;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 auto 100px;
}
.gallery_btn a{
	color: #fff;
	text-decoration: none;
}



/* SEC03 MENU
------------------------------------------------------------*/

#sec03 {
	background-image: url(../images/bg_04.png);
}
.col4 {
    text-align: center;
}
.col4 li{
		display: inline-block;
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
}



/* SEC04 PROJECT
------------------------------------------------------------*/
#sec04{
	padding-bottom: 0 !important;
}




/* SEC05 SHOPINFO
------------------------------------------------------------*/

#sec05 {
	background-image: url(../images/bg_02.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#sec05 p{
	margin-bottom: 5px;
}
#sec05 p span {
	text-decoration: line-through;
}
#sec02 .inner {
	width: 90%;
}
.col2 li{
	display: inline-block;
	width: 100%;
  margin: 20px 0;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/*------- topへ戻る ---------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 9999;
}
.pagetop a {
    display: block;
    opacity: 1;
}
.pagetop a:hover {
    text-decoration: none;
    opacity: 0.9;
}
.pagetop a img{
    width: 80px;
}
/* CSSアニメーションの設定 */
    .poyooon {
      -webkit-animation: poyooon 0.9s linear 0s 1;
      animation: poyooon 0.9s linear 0s 1;
    }
    @-webkit-keyframes poyooon {
      0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
      10%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
      40%  { -webkit-transform: scale(1.2, 0.8) translate(0%, 15%); }
      50%  { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
      60%  { -webkit-transform: scale(0.9, 1.2) translate(0%, -100%); }
      75%  { -webkit-transform: scale(0.9, 1.2) translate(0%, -20%); }
      85%  { -webkit-transform: scale(1.2, 0.8) translate(0%, 15%); }
      100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
    }
    @keyframes poyooon {
      0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
      10%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
      40%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
      50%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
      60%  { transform: scale(0.9, 1.2) translate(0%, -100%); }
      75%  { transform: scale(0.9, 1.2) translate(0%, -20%); }
      85%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
      100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
    }


/*------------ img animation -------------*/


.img_ani{
	position: fixed;
	bottom: -20px;
	display: block;
	width:100%;
	z-index: 999;
}
.img_ani_wra{
    display: flex;
	overflow: hidden;
}
.img_slider  {
	list-style: none;
  display: flex;
  animation: loop-slide 10s infinite linear 0.5s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.img_ani2{
	position: fixed;
	bottom: 0;
	display: none;
	width: 20vw;
	height: 100%;
	z-index: 999;
}
.img_ani2 .img_ani_wra{
    display: block;
	overflow: hidden;
}
.img_ani2 .img_slider  {
  display: block;
  animation: loop-slide2 10s infinite linear 0.5s both;
}
@keyframes loop-slide2 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}

.img01 {
	display:inline-block;
    width: 3vw;
	height: 3vw;
    margin:30px;
}
.img02 {
	display:inline-block;
    width: 7vw;
	height: 7vw;
    margin:30px;
}
.img03 {
	display:inline-block;
    width: 10vw;
	height: 10vw;
    margin:30px;
}
.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

.keyframe1{
  animation-name: anim_v;
}

@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 50px);
  }
}
.keyframe2{
  animation-name: anim_h;
}
@keyframes anim_h {
  0% {
    transform: translate(0px, 0);
  }
  100% {
    transform: translate(30px, 0);
  }
}
.keyframe3{
  animation-name: anim_s;
  transform: rotate(30deg);
  animation-duration: 5s;
}

@keyframes anim_s {
  50% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
.keyframe4{
  animation-name: anim_r;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-direction: normal;
}
@keyframes anim_r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}









/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 80%;
		border-right: 1px solid #222;
	}
	
	#sidebar{
		width: 12%;
		position: fixed;
		top: 0;
		right: 4%;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	
	#sidebar h1{
		padding: 30px 0;
	}

	#mainnav li{
		font-size: 14px;
		padding: 10px 0;
	}
	
	#sns{
		margin-top: 50px;
	}
	
	#sns li{
		display: inline-block;
		padding-right: 10px;
	}

	#sns a:hover img{
		opacity: .8;
	}

}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	#tsubasa {
		display: none;
	}
	#gallery {
		width: 100%;
		margin-bottom: 50px;
	}
	#gallery li{
		width: 50%;
	}
	.gallery_btn {
		width: 60%;
	}
	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}

#map {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 300px;	
}
	
	
}

@media only screen and (max-width: 799px){
	#pcmain {
		display: none;
	}
	#spmain {
		display: flex;
	}
	#content{
		padding-top: 60px;
	}
	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 60px;
		background: linear-gradient(to right, rgba(0 0 0 / 1)0%, rgba(66 66 66 / 0.8) 50%, rgba(0 0 0 / 1)100%);
	}
	
	#sidebar h1{
		padding-left: 2%;
		padding-top: 15px;
	}
	
	#sidebar h1 img{
		width: auto !important;
		max-height: 32px;
	}
	
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #000;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #fff;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}
	
	
	
	#sec01 {
    margin-top: 50px;
    }
	.col4 li{
        width: 100%;
		margin: 0 auto 50px;
		display: block;
		text-align: center;
        padding: 0;
	}
	section h2{
		margin: 0 auto;
        padding: 10px 0 25px;
	}
.pagetop a img {
    width: 60px;
}
.img01 {
	display:inline-block;
    width: 10vw;
	height: 10vw;
    margin:20px;
}
.img02 {
	display:inline-block;
    width: 15vw;
	height: 15vw;
    margin:20px;
}
.img03 {
	display:inline-block;
    width: 20vw;
	height: 20vw;
    margin:20px;
}
    
    
    
}







