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

/*共通*/
.wrap {
	animation: fadein 3s forwards;
}
body{
	background: #fff;
}
#kitacafe #content{background: #f1efe8;}
#content {background: #f9f9f9;}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
.c-marker {
    background: -webkit-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
}
.c-marker.is-active{
    background-position: 0% .5em;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
/*800px以上*/

@media only screen and (min-width: 800px){
/*パンクズ*/
#pankuzu{font-size: 11px;  padding: 10px 20px;}
#pankuzu span{color: #585858;}
/*wara*/
.parallax-bg_wara1{
background-image: url("../images/bg_scroll_wara01.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
.parallax-bg_wara2 {
  background-image: url("../images/bg_scroll_wara02.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
.parallax-bg_wara3 {
  background-image: url("../images/bg_scroll_wara03.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
.parallax-bg_wara4 {
  background-image: url("../images/bg_scroll_wara04.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}

/* KiTacafe 
---------------------------------------*/
.parallax-bg_kitacafe1 {
  background-image: url("../images/bg_scroll_kitacafe01.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}
.parallax-bg_kitacafe2 {
  background-image: url("../images/bg_scroll_kitacafe02.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
.parallax-bg_kitacafe3{
  background-image: url("../images/bg_scroll_kitacafe03.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
	
/* WING工房 
---------------------------------------*/
.parallax-bg_koubou1 {
  background-image: url("../images/bg_scroll_koubou01.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}
.parallax-bg_koubou2 {
  background-image: url("../images/bg_scroll_koubou02.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
.parallax-bg_koubou3 {
  background-image: url("../images/bg_scroll_koubou03.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
/*  PAGE SELECT BTN*/
	#select_btn{
	width: 90%;
	margin: 0 auto;
    margin-bottom: 100px;
	}
	#select_btn ul {
		width: 800px;
		margin: 0 auto;
	}
	#select_btn ul li{
	display: inline-block;
    margin: 30px;
}
	#select_btn ul li img{
	width: 200px;
	}
	#select_btn ul li a{
	display: block;
	transition: .3s;
	}
	#select_btn ul li a:hover{
	transform: rotate(-10deg);
	}
	.fuwafuwa2 {
  animation: fuwafuwa 2s infinite ease-in-out .8s alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
  margin-top: 15px;
	}
@keyframes fuwafuwa2 {
  0% {
    transform:translate(0, 0) rotate(-5deg);
  }
  50% {
    transform:translate(0, -5px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(5deg);
  }
}
.fuwafuwa3 {
  animation: fuwafuwa 3s infinite ease-in-out .12s alternate;
  display: inline-block;
  transition: 1s ease-in-out;
  margin-top: 15px;
}
@keyframes fuwafuwa3 {
  0% {
    transform:translate(0, 0) rotate(-5deg);
  }
  50% {
    transform:translate(0, -5px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(5deg);
  }
}
	
/*page_sec01*/
	
#page_sec01{
	height: 650px;
    margin: 0 auto;
    padding: 0;
    width: 1080px;	
	}
#page_sec01 .image{}
#page_sec01 .image img{
	width: 40%;
    float: right;
    margin-right: 128px;
	}
#page_sec01 h2{
	position: absolute;
    top: 500px;
    right: 0;
    width: 260px;
    background: #fff;
    text-align: center;
    margin: 0;
    font-weight: normal;
    padding: 24px;
    /* border-radius: 30px 0 0 0; */
    font-size: 20px;
	}
#page_sec01 h3{
	writing-mode: vertical-rl;
    width: 64px;
    text-align: initial;
    display: block;
    letter-spacing: 0.2em;
    margin-top: 80px;
    font-weight: bold;
    margin: 0 auto;
	margin-bottom: 70px;
	font-size: 24px;
	}
#page_sec01 .innerS{
	text-align: left;
    line-height: 2;
    margin: 0 auto;
	}
	#page_sec01 .text-area {
	width: 332px;
    margin-left: 80px;
    margin-top: 80px;
	}
/*  ////// page_sec02 //////*/	

	/*wara*/
	
	/* wara SEC02*/
	
	#wara #page_sec02 .sec02_inner{
		width: 980px;
	}
	#wara #page_sec02 .yoshiko-gallery{
		margin-top: 40px;
		z-index: 1;
        position: relative;
   
	}
	#wara #page_sec02 .yoshiko-gallery li{
		width: 240px;
		height: 290px;
		overflow: hidden;
		display: inline-block;
        text-align: center;
	}
	#wara #page_sec02 .yoshiko-prof{
		background: #EDF0E0;
		margin-top: -50px;
	}
	#wara #page_sec02 .yoshiko-prof .prof-inner{
		width: 980px;
		margin: 0 auto;
		padding: 140px 0;
	}
	#wara #page_sec02 .yoshiko-prof .prof-inner li{
	display: inline-block;
	}
	#wara #page_sec02 .yoshiko-prof .prof-inner li h3{
	margin-bottom: 20px;
	
	}
	#wara #page_sec02 .yoshiko-prof .left{
		margin-right: 40px;
	}
	#wara #page_sec02 .yoshiko-info{
		text-align: center;
        padding-top: 40px;
        padding-bottom: 120px;
	}
	
	#wara #page_sec02 .detail .sp img{
		display: none;
	}
	#wara #page_sec02 .detail .image{
	width: 100%;
    display: block;
    margin-top: 100px;
	}
	/* wara SEC03*/
	
	#wara #page_sec03 .icon_taiken{margin-top: -150px;}
	#wara #page_sec03 .image{
	}
	#wara #page_sec03 .discript{
		margin: 40px 0;
	}
	#wara .space-inner{
		width: 1200px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 120px;
	}
	#wara .space-inner li{
		display: inline-block;
	}
	/* wara SEC04*/

	#wara #page_sec04{
	width: 100%;
    margin: 0 auto;
	background: #fff;
	padding: 0;
	}
	#wara #page_sec04 .floor_img{
	width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
	}
	#wara #page_sec04 .floor_img li{
	width: 40%;
    display: inline-block;
    margin: 30px;
	}
	#wara #page_sec04 .floor_img li img{
	
	}
	#wara .text{
	padding-bottom: 40px;
	}
	/* slide roop*/
	#imagespace3{}
	#imagespace3 .wrap {
	  display: flex;
	  align-items: center;
	 overflow: hidden;
	}

	#imagespace3 .slideshow {
	  display: flex;
	}
	#imagespace3 .slideshow li{
		margin: 0 10px;
	}
	#imagespace3 .content {
	 width: 360px;
    height: 240px;
	}

	#imagespace3 .content:nth-child(1) {
	  background-image: url("../images/img_roop3_01.jpg");
	}

	#imagespace3 .content:nth-child(2) {
	  background-image: url("../images/img_roop3_02.jpg");
	}

	#imagespace3 .content:nth-child(3) {
	 background-image: url("../images/img_roop3_03.jpg");
	}

	#imagespace3 .content:nth-child(4) {
	  background-image: url("../images/img_roop3_04.jpg");
	}
	#imagespace3 .content:nth-child(5) {
	  background-image: url("../images/img_roop3_05.jpg");
	}
	#imagespace3 .content:nth-child(6) {
	 background-image: url("../images/img_roop3_06.jpg");
	}
	#imagespace3 .content:nth-child(7) {
	  background-image: url("../images/img_roop3_07.jpg");
	}
	#imagespace3 .content:nth-child(8) {
	  background-image: url("../images/img_roop3_08.jpg");
	}
	#imagespace3 .content:nth-child(9) {
	  background-image: url("../images/img_roop3_09.jpg");
	}
	#imagespace3 .content:nth-child(10) {
	  background-image: url("../images/img_roop3_10.jpg");
	}
	#imagespace3 .slideshow {
	  display: flex;
	  animation: loop-slide 100s infinite linear 1s both;
	}

	@keyframes loop-slide {
	  from {
		transform: translateX(0);
	  }
	  to {
		transform: translateX(-100%);
	  }
	} 
	
	
	/*Kitacafe*/
	
	/* Kitacafe SEC02*/
	#kitacafe #page_sec02{
		padding-bottom: 100px;
	}
	#kitacafe #page_sec02 .text{
    text-align: center;
	}
	#kitacafe #page_sec02 .detail{
   background: #f1efe8;
    padding: 45px;
    height: 600px;
    margin-bottom: 120px;
    border-radius: 20px;
	}
	#kitacafe #page_sec02 .detail .detail_text{
	width: 100%;
    margin: 0;
	}
	#kitacafe #page_sec02 .detail ul{
	float: left;
    width: 30%;
    padding: 10px;
	}
	#kitacafe #page_sec02 .detail ul li{}
	#kitacafe #page_sec02 .detail ul .title{
	margin: 20px 0;
    font-size: 16px;
	}
	#kitacafe #page_sec02 .detail .sp img{
		display: none;
	}
	#kitacafe #page_sec02 .detail .image{
	width: 100%;
    display: block;
    margin-top: 100px;
	}
	/* Kitacafe SEC03*/
	#kitacafe #page_sec03{}
	#kitacafe #page_sec03 .image{
	}
	#kitacafe #page_sec03 .detail{
	width: 80%;
    margin: 0 auto;
    padding: 100px 0;
	}
	#kitacafe #page_sec03 .detail_text{
	margin: 0;
    width: 40%;
    margin-left: 70px;
    vertical-align: bottom;
    margin-bottom: 110px;
	}
	#kitacafe #page_sec03 .detail ul{
	}
	#kitacafe #page_sec03 .detail ul .title{
	font-weight: bold;
	}
	#kitacafe #page_sec03 .detail ul li{
	margin-top: 20px;
	}
	/* KiTa Cafe SEC04*/

	#kitacafe #page_sec04{
	width: 100%;
    margin: 0 auto;
	background: #fff;
	padding: 0;
	}
	#kitacafe #page_sec04 .floor_img{
	width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
	}
	#kitacafe #page_sec04 .floor_img li{
	width: 40%;
    display: inline-block;
    margin: 30px;
	}
	#kitacafe #page_sec04 .floor_img li img{
	
	}
	
	
	
/*koubou*/
#page_sec02{
	width: 100%;
    margin: 0 auto;
	background: #fff;
	}
	#page_sec02::before{
		padding-top: 10px;
	}
#page_sec02 .title{
	z-index: 1;
	margin-top: -10px;
    padding-top: 10px;
	}
#page_sec02 h2{
	font-size: 18px;
	}
#page_sec02 .line{}
	#page_sec02 .text{
	letter-spacing: 1px;
    line-height: 2.3;
    width: 575px;
    text-align: left;
    margin: 40px auto;
	}
	#page_sec02 .icon_taiken{
	z-index: -1;
    width: 170px;
    margin: 0 auto;
    display: block;
    margin-top: -100px;
    margin-bottom: -56px;
	}
	#page_sec02 .icon_taiken img{
	width: 170px;
    margin: 0 auto;
	}
	#page_sec02 .sec02_inner{
		width: 900px;
		margin: 0 auto;
	}
	
	#page_sec02 .detail{
    background: #f1f1f1;
    padding: 60px;
    height: 240px;
    margin-bottom: 40px
	}
	#page_sec02 .detail .image{
	width: 360px;
    height: 250px;
    display: inline-block;
    overflow: hidden;
	}
	#page_sec02 .detail_text{
	width: 300px;
    display: inline-block;
    margin-left: 60px;
		
	} 
	#page_sec02 .detail_text ul li{
	margin-bottom: 10px;
    letter-spacing: 1px;
	}
	#page_sec02 .detail_text p{
		font-size: 12px;
		color: #49a780;
	}
	#page_sec02 .contact_area{
	clear: both;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 60px;
	}
	#page_sec02 .contact_area .message{
	}
	#page_sec02 .contact_area .btn_tel{
	font-size: 24px;
    border: 1px solid;
    width: 300px;
    /* text-align: center; */
    margin: 10px auto;
    border-radius: 8px;
    padding: 10px;
	}
	#page_sec02 .contact_area .time{
	}
/*  ////// page_sec03 //////*/	
#page_sec03{
	width: 100%;
    margin: 0 auto;
	background: #fff;
	padding: 0;
	}
	#page_sec03 .sec03_inner{
	margin-top: -60px;
    padding-top: 60px;
	}
#page_sec03 .title{
	z-index: 1;
    margin-top: -10px;
    padding-top: 10px;
	}
#page_sec03 h2{
	font-size: 18px;
	}
#page_sec03 .line{}
	#page_sec03 .text{
	letter-spacing: 1px;
    line-height: 2.3;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
	}
	#page_sec03 .text span{
		font-size: 18px;
	}
	#page_sec03 .icon_taiken{
	z-index: -1;
    width: 170px;
    margin: 0 auto;
    display: block;
    margin-top: -100px;
    margin-bottom: -56px;
	}
	#page_sec03 .icon_taiken img{
	width: 170px;
    margin: 0 auto;
	margin-top: 50px;
	}
	#page_sec03 .sec02_inner{
		width: 900px;
		margin: 0 auto;
	}
	
	#page_sec03 .detail .col3{
    margin: 0 auto;
    text-align: center;
		padding-bottom: 120px;
	}
	#page_sec03 .detail .col3 li{
		display: inline-block;
		margin-top: 40px;
		vertical-align: top;
		padding: 10px;
	}
	#page_sec03 .detail .col3 li img{
	border-radius: 10px;
	width: 260px;
	}
	#page_sec03 .detail .image{
	width: 360px;
    display: inline-block;
	}
	#page_sec03 .detail_text{
	width: 300px;
    display: inline-block;
    margin-left: 60px;
		
	} 
	#page_sec03 .detail_text ul li{
	margin-bottom: 10px;
    letter-spacing: 1px;
	}
	#page_sec03 .detail_text p{
		font-size: 12px;
		color: #49a780;
	}
	#page_sec03 .contact_area{
	clear: both;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 60px;
	}
	#page_sec03 .contact_area .message{
	}
	#page_sec03 .contact_area .btn_tel{
	font-size: 24px;
    border: 1px solid;
    width: 300px;
    /* text-align: center; */
    margin: 10px auto;
    border-radius: 8px;
    padding: 10px;
	}
	#page_sec03 .contact_area .time{
	}
/*  ////// page_sec04//////*/	
#page_sec04{
	width: 100%;
    margin: 0 auto;
	background: #fff;
	padding: 0;
	}
	#page_sec04 .sec04_inner{
	margin-top: -60px;
    padding-top: 60px;
	}
#page_sec04 .title{
	z-index: 1;
	margin-top: -10px;
    padding-top: 10px;
	}
#page_sec04 h2{
	font-size: 18px;
	}
#page_sec04 .line{}
	#page_sec04 .text{
	letter-spacing: 1px;
    line-height: 2.3;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
	}
#page_sec04 .icon_taiken{
	z-index: -1;
    width: 170px;
    margin: 0 auto;
    display: block;
    margin-top: -100px;
    margin-bottom: -56px;
	}
#page_sec04 .icon_taiken img{
	width: 170px;
    margin: 0 auto;
	margin-top: -20px;
	}
#page_sec04 .price h3,
#page_sec04 .facility h3{
		text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
	} 
	#page_sec04 .price{
		width: 70%;
    margin: 0 auto;
    padding-top: 40px;
	}
#page_sec04 .facility{
	width: 100%;
	background: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 100px;
    margin-bottom: 20px;
}
#page_sec04 .price ul{
	}
	#page_sec04 .price ul li{
		margin: 10px;
    background: #f1efe8;
    padding: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    padding-left: 40px;
	}
#page_sec04 .facility ul li{
	margin: 10px;
    background: #fff;
    padding: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    padding-left: 40px;
}
	#page_sec04 .price ul li span{
		font-size: 14px;
	float: right;
	margin-top: 4px;
	}
#page_sec04 .facility ul li span{
	font-size: 14px;
    line-height: 1.5;
    display: block;
	}
#page_sec04 .facility ul{
		width: 70%;
		margin: 0 auto;
	}
#page_sec04 .price ul .first{
		
	}
#page_sec04 .price ul li:last-child{
		padding-bottom: 40px;
	}
#page_sec04 .contact_area{
	clear: both;
    text-align: center;
    letter-spacing: 1px;
    padding: 60px;
	}
	#page_sec04 .contact_area .message{
	}
	#page_sec04 .contact_area .btn_tel{
	font-size: 24px;
    border: 1px solid;
    width: 300px;
    /* text-align: center; */
    margin: 10px auto;
    border-radius: 8px;
    padding: 10px;
	}
	#page_sec04 #imagespace{
		padding-bottom: 20px;
	}
	/* slide roop*/
	#imagespace2{}
	#imagespace2 .wrap {
	  display: flex;
	  align-items: center;
	 overflow: hidden;
	}

	#imagespace2 .slideshow {
	  display: flex;
	}
	#imagespace2 .slideshow li{
		margin: 0 10px;
	}
	#imagespace2 .content {
	 width: 360px;
    height: 240px;
	}

	#imagespace2 .content:nth-child(1) {
	  background-image: url("../images/img_roop2_01.jpg");
	}

	#imagespace2 .content:nth-child(2) {
	  background-image: url("../images/img_roop2_02.jpg");
	}

	#imagespace2 .content:nth-child(3) {
	 background-image: url("../images/img_roop2_03.jpg");
	}

	#imagespace2 .content:nth-child(4) {
	  background-image: url("../images/img_roop2_04.jpg");
	}
	#imagespace2 .content:nth-child(5) {
	  background-image: url("../images/img_roop2_05.jpg");
	}
	#imagespace2 .content:nth-child(6) {
	 background-image: url("../images/img_roop2_06.jpg");
	}
	#imagespace2 .content:nth-child(7) {
	  background-image: url("../images/img_roop2_07.jpg");
	}
	#imagespace2 .content:nth-child(8) {
	  background-image: url("../images/img_roop2_08.jpg");
	}
	#imagespace2 .content:nth-child(9) {
	  background-image: url("../images/img_roop2_09.jpg");
	}
	#imagespace2 .content:nth-child(10) {
	  background-image: url("../images/img_roop2_10.jpg");
	}
	#imagespace2 .slideshow {
	  display: flex;
	  animation: loop-slide 100s infinite linear 1s both;
	}

	@keyframes loop-slide {
	  from {
		transform: translateX(0);
	  }
	  to {
		transform: translateX(-100%);
	  }
	} 
}


/* 799pxまで */
@media only screen and (max-width: 799px){

/*kitacafe*/
.parallax-bg_kitacafe1{
background-image: url("../images/bg_scroll_kitacafe01.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}
.parallax-bg_kitacafe2 {
  background-image: url("../images/bg_scroll_kitacafe02.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
.parallax-bg_kitacafe3 {
  background-image: url("../images/bg_scroll_kitacafe03.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
	
	
/*koubou*/
.parallax-bg_koubou1{
background-image: url("../images/bg_scroll_koubou01.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}
.parallax-bg_koubou2 {
  background-image: url("../images/bg_scroll_koubou02.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
.parallax-bg_koubou3 {
  background-image: url("../images/bg_scroll_koubou03.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
	
/*wara*/
.parallax-bg_wara1{
background-image: url("../images/bg_scroll_wara01.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}
.parallax-bg_wara2 {
  background-image: url("../images/bg_scroll_wara02.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
.parallax-bg_wara3 {
  background-image: url("../images/bg_scroll_wara03.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
/* /// wara /// */
	
/* wara SEC02*/	
#wara #page_sec02 .detail .pc img{
		display: none;
	}
#wara #page_sec02 .detail ul .title{
	margin: 20px 0;
    font-size: 16px;
	border: none;
	}
#wara #page_sec02 .yoshiko-gallery ul{
	width: 100%;
    text-align: center;
    margin-top: 40px;
	}
#wara #page_sec02 .yoshiko-gallery li{
	display: inline-block;
	width: 48%;
	}
	#wara #page_sec02 .yoshiko-prof{
		background: #EDF0E0;
		margin-top: -100px;
	}
	#wara #page_sec02 .prof-inner{
	padding-top: 100px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 80px;
	}
	#wara #page_sec02 .yoshiko-prof .yoshiko-info{
	padding-bottom: 120px;
    text-align: center;	
	}
/* wara SEC03*/
	#wara #page_sec03{
	text-align: center;
	width: 85%;
	}
	#wara #page_sec03 .discript{
	width: 80%;
    margin: 40px auto;
    text-align: left;
	}
	#wara #page_sec03 ul{
	padding-bottom: 60px;
	}
	#wara #page_sec03 li{
	width: 45%;
     display: inline-block;
	}
	#wara #page_sec03 .image {
		width: 100%;
	}
	
	#wara #page_sec03 .detail ul .title{
	font-weight: bold;
	}

	/* wara SEC04*/

	#wara #page_sec04{
	width: 100%;
    margin: 0 auto;
	background: #fff;
	padding: 0;
	}
	#wara #page_sec04 .floor_img{
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
	}
	#wara #page_sec04 .floor_img li{
	width: 40%;
    display: inline-block;
    margin: 10px;
	}
	#wara #page_sec04 .text{
	margin-bottom:40px;
	}		

/* /// KiTa Cafe /// */
	
/* Kitacafe SEC02*/	
#kitacafe #page_sec02 .detail .pc img{
		display: none;
	}
#kitacafe #page_sec02 .detail ul .title{
	margin: 20px 0;
    font-size: 16px;
	border: none;
	}
#kitacafe #page_sec02 .detail ul{
	margin-bottom: 40px;		
	}
/* Kitacafe SEC03*/
	#kitacafe #page_sec03{}
	#kitacafe #page_sec03 .image {
		width: 100%;
	}
	#kitacafe #page_sec03 .detail{
	width: 90%;
    margin: 0 auto;
	padding-top: 40px;	
	}
	#kitacafe #page_sec03 .detail_text{
	margin: 0;
    vertical-align: bottom;
    margin-bottom: 60px;
    margin-top: 20px;
	}
	#kitacafe #page_sec03 .detail ul{
	}
	#kitacafe #page_sec03 .detail ul .title{
	font-weight: bold;
	}
	#kitacafe #page_sec03 .detail ul li{
	margin-top: 20px;
	}
	/* KiTa Cafe SEC04*/

	#kitacafe #page_sec04{
	width: 100%;
    margin: 0 auto;
	background: #fff;
	padding: 0;
	}
	#kitacafe #page_sec04 .floor_img{
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
	}
	#kitacafe #page_sec04 .floor_img li{
	width: 40%;
    display: inline-block;
    margin: 10px;
	}
	#kitacafe #page_sec04 .floor_img li img{
	
	}	
	
	
/*  //// WING工房  ////  */
	
/* SEC01 */
#pankuzu{
	position: absolute;
    top: 70px;
    left: 20px;
	letter-spacing: 0.2em;
    font-size: 13px;
	}
#page_sec01{
		padding-top: 100px;
	}
#page_sec01 h2{
	background: #fff;
    padding: 10px;
    position: absolute;
    top: 380px;
    right: 0;
    font-size: 18px;
	font-weight: normal;
	display: none;
}
	#page_sec01 .image img{
	width: 55%;
    float: right;
    margin-top: 20px;
	}
	#page_sec01 .text-area{}
	#page_sec01 .text-area h3{
	writing-mode: vertical-rl;
    font-size: 20px;
    width: 32%;
    margin-top: 80px;
    letter-spacing: 0.2em;
	}
	#page_sec01 .text-area .innerS{
		clear: both;
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
	letter-spacing: 1px;
	}
	#select_btn {
	width: 90%;
    margin: 0 auto;
	}
	#select_btn ul li{
	width: 27%;
    display: inline-block;
    margin: 10px;}

	
/* SEC02 */
	#page_sec02{
	background: #fff;
    padding: 0;
	}	
	#page_sec02 h2{
		font-size: 20px;
	}
	#page_sec02 .icon_taiken{
	z-index: -1;
    width: 170px;
    margin: 0 auto;
    display: block;
    margin-top: -140px;
    margin-bottom: -56px;
	}
	#page_sec02 .icon_taiken img{
	width: 170px;
    margin: 0 auto;
	margin-top: 50px;
	}
	#page_sec02 .sec02_inner{
	width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
	}
	#page_sec02 .sec02_inner .text{
	margin: 40px 0;
    letter-spacing: 1px;
	}
	#page_sec02 .detail .detail_text{
		margin-top: 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
	}
	#page_sec02 .detail .detail_text p{
	font-size: 14px;
    color: #49a780;
	padding-top: 10px;
		
	}
	#page_sec02 .detail .image img{
	border-radius: 10px;
	width: 100%;
	}
	#page_sec02 .detail ul li{
	margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
	}
	#page_sec02 .contact_area{
	text-align: center;
	background: #f1f1f1;
    padding: 40px;
	}
	#page_sec02 .contact_area .btn_tel{
	font-size: 24px;
	}
	
/* SEC03 */
	#page_sec03{
	width: 100%;
    margin: 0 auto;
	padding: 0;
	background: #fff;
	}
	#page_sec03 .sec03_inner{
	margin-top: -60px;
    padding-top: 60px;
	}
#page_sec03 .title{
	z-index: 1;
	}
#page_sec03 h2{
	font-size: 20px;
	}
#page_sec03 .line{}
	#page_sec03 .text{
	letter-spacing: 1px;
    line-height: 1.8;
    margin: 0 auto;
    margin-top: 40px;
    width: 90%;
	}
	#page_sec03 .text span{
		font-size: 18px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 2px dotted #ccc;
	}
	#page_sec03 .icon_taiken{
	z-index: -1;
    width: 170px;
    margin: 0 auto;
    display: block;
    margin-top: -100px;
    margin-bottom: -56px;
	}
	#page_sec03 .icon_taiken img{
	width: 170px;
    margin: 0 auto;
	margin-top: 50px;
	}
	#page_sec03 .sec02_inner{
		width: 900px;
		margin: 0 auto;
	}
	#page_sec03 .detail{
	}
	#page_sec03 .detail .col3{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 120px;
    width: 100%;
	}
	#page_sec03 .detail .col3 li{
	display: inline-block;
    margin-top: 20px;
    vertical-align: top;
    padding: 10px;
    width: 42%;
    text-align: left;
	}
	#page_sec03 .detail .col3 li img{
	border-radius: 10px;
	width: 260px;
	}
	#page_sec03 .detail .image{
	width: 360px;
    display: inline-block;
	}
	#page_sec03 .detail_text{
	width: 300px;
    display: inline-block;
    margin-left: 60px;
		
	} 
	#page_sec03 .detail_text ul li{
	margin-bottom: 10px;
    letter-spacing: 1px;
	}
	#page_sec03 .detail_text p{
		font-size: 12px;
		color: #49a780;
	}
	#page_sec03 .contact_area{
	clear: both;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 60px;
	}
	#page_sec03 .contact_area .message{
	}
	#page_sec03 .contact_area .btn_tel{
	font-size: 24px;
    border: 1px solid;
    width: 300px;
    /* text-align: center; */
    margin: 10px auto;
    border-radius: 8px;
    padding: 10px;
	}
	#page_sec03 .contact_area .time{
	}

	/*  ////// page_sec04//////*/	
#page_sec04{
	width: 100%;
    margin: 0 auto;
	background: #fff;
	padding: 0;
	}
	#page_sec04 .sec04_inner{
	margin-top: -60px;
    padding-top: 60px;
	}
#page_sec04 .title{
	z-index: 1;
	margin-top: -10px;
    padding-top: 10px;
	}
#page_sec04 h2{
	font-size: 20px;
	}
#page_sec04 .line{}
	#page_sec04 .text{
	letter-spacing: 1px;
    line-height: 1.8;
    margin: 0 auto;
    margin-top: 40px;
    width: 80%;
	}
#page_sec04 .icon_taiken{
	z-index: -1;
    width: 170px;
    margin: 0 auto;
    display: block;
    margin-top: -100px;
    margin-bottom: -56px;
	}
#page_sec04 .icon_taiken img{
	width: 170px;
    margin: 0 auto;
	margin-top: -20px;
	}
#page_sec04 .price h3,
#page_sec04 .facility h3{
		text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
	margin-bottom: 20px;
	} 
	#page_sec04 .price{
		width: 90%;
    margin: 0 auto;
    padding-top: 40px;
	margin-bottom: 40px;
	}
#page_sec04 .facility{
	width: 100%;
	background: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
#page_sec04 .price ul{
	}
	#page_sec04 .price ul li{
		margin: 10px;
    background: #f1efe8;
    padding: 16px;
    font-size: 18px;
    letter-spacing: 1px;
	}
#page_sec04 .facility ul li{
	margin-bottom: 10px;
    background: #fff;
    padding: 20px;
    font-size: 18px;
    letter-spacing: 1px;
}
	#page_sec04 .price ul li span{
	font-size: 13px;
    margin-top: 4px;
    display: block;
	}
#page_sec04 .facility ul li span{
	font-size: 14px;
    line-height: 1.5;
    display: block;
	}
#page_sec04 .facility ul{
		width: 90%;
		margin: 0 auto;
	}
#page_sec04 .price ul .first{
		
	}
#page_sec04 .price ul li:last-child{
		padding-bottom: 40px;
	}
#page_sec04 .contact_area{
	clear: both;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 60px;
	}
	#page_sec04 .contact_area .message{
	}
	#page_sec04 .contact_area .btn_tel{
	font-size: 24px;
    border: 1px solid;
    width: 300px;
    /* text-align: center; */
    margin: 10px auto;
    border-radius: 8px;
    padding: 10px;
	}
	#page_sec04 .contact_area .message{
	}
	#page_sec04 .contact_area .btn_tel{
	font-size: 24px;
    border: 1px solid;
    width: 300px;
    /* text-align: center; */
    margin: 10px auto;
    border-radius: 8px;
    padding: 10px;
	}
	#page_sec04 #imagespace{
		padding-bottom: 20px;
	}
	


	/* slide roop*/
	#imagespace2{}
	#imagespace2 .wrap {
	  display: flex;
	  align-items: center;
	 overflow: hidden;
	}

	#imagespace2 .slideshow {
	  display: flex;
	}
	#imagespace2 .slideshow li{
		margin: 0 10px;
	}
	#imagespace2 .content {
	 width: 360px;
    height: 240px;
	}

	#imagespace2 .content:nth-child(1) {
	  background-image: url("../images/img_roop2_01.jpg");
	}

	#imagespace2 .content:nth-child(2) {
	  background-image: url("../images/img_roop2_02.jpg");
	}

	#imagespace2 .content:nth-child(3) {
	 background-image: url("../images/img_roop2_03.jpg");
	}

	#imagespace2 .content:nth-child(4) {
	  background-image: url("../images/img_roop2_04.jpg");
	}
	#imagespace2 .content:nth-child(5) {
	  background-image: url("../images/img_roop2_05.jpg");
	}
	#imagespace2 .content:nth-child(6) {
	 background-image: url("../images/img_roop2_06.jpg");
	}
	#imagespace2 .content:nth-child(7) {
	  background-image: url("../images/img_roop2_07.jpg");
	}
	#imagespace2 .content:nth-child(8) {
	  background-image: url("../images/img_roop2_08.jpg");
	}
	#imagespace2 .content:nth-child(9) {
	  background-image: url("../images/img_roop2_09.jpg");
	}
	#imagespace2 .content:nth-child(10) {
	  background-image: url("../images/img_roop2_10.jpg");
	}
	#imagespace2 .slideshow {
	  display: flex;
	  animation: loop-slide 100s infinite linear 1s both;
	}

	@keyframes loop-slide {
	  from {
		transform: translateX(0);
	  }
	  to {
		transform: translateX(-100%);
	  }
	} 
	
	
	/* slide roop-wara*/
	#imagespace3{}
	#imagespace3 .wrap {
	  display: flex;
	  align-items: center;
	 overflow: hidden;
	}

	#imagespace3 .slideshow {
	  display: flex;
	}
	#imagespace3 .slideshow li{
		margin: 0 10px;
	}
	#imagespace3 .content {
	 width: 360px;
    height: 240px;
	}

	#imagespace3 .content:nth-child(1) {
	  background-image: url("../images/img_roop3_01.jpg");
	}

	#imagespace3 .content:nth-child(2) {
	  background-image: url("../images/img_roop3_02.jpg");
	}

	#imagespace3 .content:nth-child(3) {
	 background-image: url("../images/img_roop3_03.jpg");
	}

	#imagespace3 .content:nth-child(4) {
	  background-image: url("../images/img_roop3_04.jpg");
	}
	#imagespace3 .content:nth-child(5) {
	  background-image: url("../images/img_roop3_05.jpg");
	}
	#imagespace3 .content:nth-child(6) {
	 background-image: url("../images/img_roop3_06.jpg");
	}
	#imagespace3 .content:nth-child(7) {
	  background-image: url("../images/img_roop3_07.jpg");
	}
	#imagespace3 .content:nth-child(8) {
	  background-image: url("../images/img_roop3_08.jpg");
	}
	#imagespace3 .content:nth-child(9) {
	  background-image: url("../images/img_roop3_09.jpg");
	}
	#imagespace3 .content:nth-child(10) {
	  background-image: url("../images/img_roop3_10.jpg");
	}
	#imagespace3 .slideshow {
	  display: flex;
	  animation: loop-slide 100s infinite linear 1s both;
	}

	@keyframes loop-slide {
	  from {
		transform: translateX(0);
	  }
	  to {
		transform: translateX(-100%);
	  }
	} 
	
}

/* 641px以上 */
@media only screen and (min-width: 641px){
	

}
/* 640pxまで */
@media only screen and (max-width: 640px){

/* SEC01*/
	#select_btn {
	width: 90%;
    margin: 0 auto;
	}
	#select_btn ul li{
	width: 24%;
    display: inline-block;
    margin: 10px;}
	
	
}