@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* PC用CSS */
@media print , screen and (min-width : 640px ){

	
body {
font-family: 'Noto Sans Japanese', sans-serif;
font-weight: 500;
margin-right: auto;
margin-left : auto;
text-align: center;
width:100%;
min-width: 640px;
max-width: 100%;
overflow-x: hidden;
-webkit-text-size-adjust: 100%; 
color:#343434;
}

	p{
		font-weight: 400;
	line-height: 35px;
	font-size: 14px;
	}
	

	  #wrap{ margin-right: auto; margin-left: auto; text-align: center; width: 100%; } a { text-decoration: none; color: #343434; } .m{ display: none; } 



	header {
  position: fixed;  top: 0px;
  display: flex;
  width: 100%;
  height: 70px;
  background-color:#fff;
  box-shadow:2px 2px 4px gray;
  align-items: center;
  z-index: 50;
}
	


.breadcrumb {
  margin: 0;
	padding-top: 100px;
	padding-bottom: 100px;
padding-left: 50px;
  list-style: none;
	text-align: left;
	position: absolute;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;



	
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #fff;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #fff;/*色*/

}

.breadcrumb li a:hover {
  text-decoration: underline;
}
		
	
.title {
  margin-right: auto;
	padding: 10px 20px 10px 20px;
}
	
	.title img{
		width: 10em;
	}
	.menu-group{
	margin: 30px;
	}
.menu-item {
  list-style: none;
  display: inline-block;
  padding: 10px;
 font-size: 0.9em;
}
	
/*submenu*/
	
	.menu-item ul{
		padding-left: 0 ;
	}ul > li > div { background:#00996E; border-top: 1; border-radius: 10px 10px 10px 10px; box-shadow: 1 1 1 1px; display: none; margin: 0; margin-top: 5px; opacity: 0; position: absolute; z-index: 10; width: 300px; visibility: hidden; -webkit-transiton: opacity 0.2s; transition: opacity 0.2s; line-height: normal; }
 ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
	font-weight:lighter;
	color: black;
	font-size: 1em;
	

	
}
ul > li > div ul > li {
	display: block;	}
	
ul > li > div ul > li > a {
	display: block;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	list-style: none;
	position: relative;
		z-index: 0;
	color: #fff;
	font-weight: 300;


	
}
ul > li > div ul > li:hover > a {
	opacity: 0.4;
}
	
 
}


.sticky2{
position: fixed;
bottom: 50px;
right: 10px;
z-index: 100;
transition: all 0.3s ease;
drop-shadow:1px 1px 1px #000000;
}

.sticky2 img{
	width: 200px;
}

.sticky2:hover{
filter: brightness(0.8);
}


.contents1{
	padding-top: 140px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	line-height: 2em;
}

.contents2 {
	padding-top: 140px;
	padding-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	display: flex;
	 justify-content: center;
  align-items: center;
}
.contents2-2{
	padding-left: 20px;
	text-align: left;
	line-height: 0em;
}

.contents2-2 h1{
	line-height: 1.2em;
}

.contents2-2 h3{
	line-height: 1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.contents2-2 p{
	font-size: 1em;
	line-height: 25px;
}

.contents2 img{
	width: 50%;
}


.contents3{
	margin-right: 15%;
	margin-left: 15%;
	padding: 20px;
 justify-content: center;
  align-items: center;
	background:#FFF4D0;
}

.contents4{
	margin-right: 15%;
	margin-left: 15%;
	margin-top: 50px;
	padding: 20px;
 justify-content: center;
  align-items: center;
	background:#FFF4D0;
}

.contents4 img{
	width: 90%;
}

.namelist{
		display: flex;
		 justify-content: center;
  align-items: flex-start;
}

.namelist p{
	padding: 0px 30px;
	line-height: 1.8em;
}


.howtoreserve{
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	 justify-content: center;
  align-items: center;
}

.howto-top{
	margin-right: auto;
	margin-left: auto;
		 justify-content:center;
  align-items:center;
	align-items: flex-start;
	display: flex;
}

.howto01{
	
	width: 20%;
	padding: 0px 10px;
}

.howto01 h2{
	text-align: center;
}

.howto01 h3{
	font-weight: 300;
	text-align: left;

}

.contents5{
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 50px;
	padding: 20px;
 justify-content: center;
  align-items: center;
}

.contents5 ul{
	font-size: 1em;
}

.contents5 li{
	text-align: left;
	padding-top: 10px;
}
.toreserve{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 150px;
	width: 30%;
}

.toreserve a h1{
	background: #D14242;
	padding: 10px;
	color: #FFF;
	border-radius: 1em;
}

.toreserve a h1:hover{
		background: #205AC8;
	color: aliceblue;
}

.center p{
	text-align: center;
}

.center_link a{
color: #205AC8;
	border-bottom: solid 1px #205AC8;
	display: inline-block;
}



.right p{
	text-align: right;
}

strong{
	line-height: 30px;
}

.list{
    
    align-items: center;
    flex-direction: column;
		line-height: 25px;
}


.link a{
	background: #F7C624;
	padding: 10px 40px;
	font-size: 20px;
	border-radius: 50px;
	margin: 10px;
}

.link a:hover{
filter: brightness(0.9);
}

.link{
	margin-top: 50px;
	margin-bottom: 70px;
}

.link_img a img{
	width: 80%;
}


.link2 a{
	background:  hsla(219,72%,45%,1.00);
	color: #fff;
	padding: 10px 40px;
	font-size: 20px;
	border-radius: 50px;
	margin: 10px;
}

.link2 a:hover{
filter: brightness(0.9);
}

.link2{
	margin-top: 50px;
	margin-bottom: 70px;
}

.red{
	color: red;}

.youtube iframe{
	width: 45em;
	height: 25em;
}

.qanda{
		background: #D1428F;
padding: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: normal;
}
.qanda h3{
	color:#fff;}

.qanda:hover{
	filter: brightness(0.9);
}


.reservation{
background: #F7C624;
padding: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: normal;
}
.reservation h1{
	color:#343434;
font-size: 50px;}

.reservation:hover{
	filter: brightness(0.9);
}

.inside-image{
  margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 100px;
	padding-top: 80px;
	
	
}

.inside-image img{
	width:80%;
	padding-top: 50px;
}

.studio-access{
  margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 80px;
	background: #00996E;
	color: #fff;

	
}

.mapandinfo{
	display: flex;
	justify-content: center;
	vertical-align: middle;
	margin-bottom: 100px;
	align-items: center;
	padding-top: 50px;
}

.mapandinfo iflame{


}

.mapandinfo p{
	text-align: left;
	margin-left: 30px;
	line-height: 30px;
	font-size: 15px;
	padding-bottom: 0px;
	
	margin-bottom: 0px;

}

.bg{
	background:  hsla(219,72%,45%,0.16);
	padding:2px 10px;
}

.bg p{
	font-weight: 600;
}


.ud p{
	font-weight: 600;
	text-decoration: underline;
}


/* フェードイン用のCSS */

/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 1s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 0.5s ease-out;
 }

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s ease-out;
 }


/*フッター開始*/
#footer04 { 
	background: #343434; 
	margin-right: auto; 
	margin-left: auto; 
	text-align: center; 
	padding-bottom: 150px; 
	padding-top: 55px; 
	padding-right: 100px; 
	padding-left: 100px; 
	color:#fff; 
	line-height: normal; }



#footer04 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0 40px;
  margin-right: auto;
	margin-left: auto;
	text-align: center;

}

#footer04 .cont-item {
  display: inline-block;
  width: calc(100% / 4);
}

#footer04 .nav a {
  display: block;
  color: #fff;
  font-weight: 300;
	text-align: center;
}

#footer04 .nav .ttl a{
  display: block;
  margin-top: 40px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;


	
  



}

#footer04 .nav .ttl:first-child {
  margin-top: 0;
}

#footer04 .nav .ttl + .ttl {
  margin-top: 10px;
}

#footer04 .nav ul {
  display: block;
  font-size: 12px;
  line-height: 2;
  text-align: left;
   padding-left: 0;
	margin-top: 10px;
}

#footer04 .nav li {
  display: block;
  font-size: 14px;
  line-height: 2;
border-bottom: solid 0.5px #fff;
margin-right: 20px;
	margin-left: 20px;



}

#footer04 .nav li:first-child {
  margin-top: 0;
}

#footer04 .nav li ul {
  margin: 0 0 0 2em;
}

#footer04 .nav li li {
  position: relative;
}

#footer04 .SNS p{
	padding-top: 30px;
	display: inline-flex;
	justify-content: center;
	margin: 10px;
	line-height: 25px;
	
}

#footer04 .SNS a p{
	color: #343434;
	padding: 10px;
	background: #fff;
	width: 90px;
	border-radius: 50px;
}

#footer04 .SNS a p:hover{
	color: #fff;
	background: #343434; 
}

#footer04 .copyright{
	padding-top: 30px;
	color: #fff;
}


