@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: 0;
padding: 0;
margin-right: auto;
line-height: 0;
margin-left : auto;
text-align: center;
width:100%;
min-width: 640px;
max-width: 100%;
overflow-x: hidden;
-webkit-text-size-adjust: 100%; 
color:#343434;
}
	



	  #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;  }
	
 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: 20px 10px 20px 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;
}
	
 
}


.sticky{
position: fixed;
top: 150px;
left: -40px;
z-index: 100;
background: #fff;
border: solid hsla(328,61%,54%,1.00) 5px;
border-radius: 20px 20px 0px 0px;
padding: 20px 15px;
transform: rotate(90deg);
transition: all 0.3s ease;
color: hsla(328,61%,54%,1.00);
font-family: impact;
font-size: 25px;

}

.sticky:hover{
color: #fff;
background: hsla(328,61%,54%,1.00);
}

.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{
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	text-align: center;
	margin-bottom: 0px;
	width: 100%;

	
}

.contents1 img{
		margin-bottom: 0px;
	width: 100%;
}

.contents2{
		background:#D1428E;
padding: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contents2 h3{
	color:#fff;}

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

.contents3{
	background:#F7C524;
	padding: 90px 150px 70px;}


.contents3_2 img{
	margin-top: 30px;
	width: 80%;
}

.contents4{
	margin-top: 0px;
	margin-bottom: 0px;
	background: #00996E;
	padding: 90px 150px 90px;}

.contents4 img{
width: 75%;
	
}


.contents5{
	background: #D1428F;
	padding: 100px;
	/*background-image: url("img/img_05marubell80's/img_05marubell80's_5_0.png");*/
	background-size: cover;
}

.contents5 h1{
	color: #fff;
	padding-bottom: 30px;
	font-family: Impact;
	font-size: 45px;
}

.contents5 img{
	width: 80%;
}

.contents6{
	background: #00996E;
	padding: 100px;
	/*background-image: url("img/img_05marubell80's/img_05marubell80's_5_0.png");*/
	background-size: cover;
}

.contents6 h1{
	color: #fff;
	padding-bottom: 30px;
	font-family: Impact;
	font-size: 45px;

}

.contents6 img{
	width: 85%;
}

.contents7{
	padding: 80px 60px 70px;
	background: #F7C624;
}

.contents7 img{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 50%;
}

.contents8{
	padding: 100px 60px 100px;
	background-image: url("img/img_05marubell80's/img_05marubell80's_8_1.png");
background-size: contain;}

.contents8 img{
	
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 50px;
}

.contents8 h1{
		font-family: Impact;
	font-size: 45px;
}

.contents9{
	background: #205BC9;
	padding: 80px;
}

.contents9 h1{
	color: #fff;
	margin-bottom: 80px;
		font-family: Impact;
	font-size: 45px;
}

.contents9_1{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: #fff;
	padding: 20px 20px 15px;
	margin-bottom: 20px;
	width: 70%;
	border-radius: 10px;
	 position: relative;
}

.contents9_1 p{
				margin-right: auto;
	margin-left: auto;
	text-align: center;
font-weight: 400;
	line-height: 25px;
	font-size: 14px;
}

.contents9_1 p a{
	color: #205AC8;
	border-bottom: 1px solid #205AC8;
}
	.contents9_1 img{
		position: absolute;
		top: -10px;
		right: -10px;
		width: 80px;
	z-index: 0;
		
	}

.contents10{
	background: hsla(163,100%,30%,1.00);
	padding: 80px 80px 60px;
	color: #fff;
}

.contents10 h1{
	margin-bottom: 60px;
	line-height: 1.5em;
}

.contents10 .note{
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
	font-size: 15px;
	text-align: center;
	width: 80%;
	font-weight: 400;
}

.contents10 .note li{
	padding-bottom: 20px;
	text-align: left;
	padding-left: 0;
}

.contents10 .note a{
	color: hsla(46,93%,55%,1.00);
	border-bottom: 1px solid hsla(46,93%,55%,1.00);
}
		

.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;

}



/* フェードイン用の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;
}


