﻿@charset "utf-8";




.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0;
	width: 270px;
	height: 270px;
	list-style-type: none;
}
.simply-scroll-list li img {
	display: block;
}
#loopSlide{
	margin: 0 0 50px;
}

.contents_box{
	position: relative;
	z-index: 2;
	height:auto;
	padding: 40px 0;
	background-color: #fff;
	background-attachment: fixed;
}

.priv_txt_bg{
	width: 100%;
	padding: 20px 0 50px;
	margin: 0 0 50px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	background-color: rgba(156,192,89,0.3);
}

.sta_txt01{
	width: 100%;
	text-align: center;
	margin: 0 auto 10px;
}


.priv_box{
	width: 1100px;
	margin: 50px auto 150px;
}
.priv_box02{
	width: 1100px;
	margin: 50px auto 30px;
}

.sta_area{
	width: 1100px;
	height: 360px;
	display: inline-block;
}

.sta_l{
	width: 530px;
	height: 360px;
	margin: 0 20px 0 0;
	float: left;
}
.sta_l img{
	width: 530px;
	height: 360px;
}
.sta_r{
	width: 550px;
	padding: 3px 0 0;
	float: left;
}
.sta_r h3{
	font-size: 24px;
	color: #333;
	line-height: 36px;
}
.sta_r p{
	word-wrap: break-word;
	line-height: 28px;
}
.sta_r img{
	width: 300px;
	height: 60px;
}


.instru_bg{
	width: 100%;
	padding: 20px 0;
	margin-bottom: 100px;
	background-color: #E6E6E6;
}

.instru_tit{
	width: 300px;
	height: 140px;
	margin: 0 auto 50px;
}

.instru_line{
	width: 1100px;
	margin: 0 auto;
}
.instru_line02{
	width: 1100px;
	margin: 0 auto 30px;
}

.instru_area{
	width: 1100px;
	display: inline-block;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.instru_box{
	width: 525px;
	padding: 0 0 40px;
	display: inline-block;
}

.instru_photo{
	width: 180px;
	height: 270px;
	margin: 0 15px 0 0;
	float: left;
}
.instru_photo img{
	width				: 180px;
	height				: 270px;
}
.instru_txtbox{
	width: 330px;
	float: left;
}
.instru_txt{
	width: 100%;
	padding: 3px 0;
	line-height: 23px;
	border-bottom: solid 1px #777777;
}
.instru_txt span{
	font-weight: bold;
}

.cafe_bg{
	width: 100%;
	padding: 20px 0;
	margin-bottom: 100px;
	background-color: rgba(132,185,230,0.3);
}

.cafe_img{
	width: 135px;
	height: 135px;
}
.cafe_img img{
	width: 135px;
	height: 135px;
}
@media screen and (min-width:320px) and ( max-width:639px) {
/*　画面サイズが320pxから639pxまではここを読み込む　*/
.mainimg01{
	position: relative;
	z-index: 1;
	height:100%;
	background-image: url("../studio/img/main_img.jpg");
	background-position: center;
	background-size:1430px 500px;
	background-repeat: no-repeat;
}


.priv_txt_bg{
	width: 90%;
	padding: 20px 5% 50px;
	margin: 0 0 50px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	background-color: rgba(156,192,89,0.3);
}

.priv_box{
	width: 90%;
	margin: 50px auto 50px;
}
.priv_box02{
	width: 90%;
	margin: 50px auto 30px;
}

.sta_area{
	width: 100%;
	height: auto;
}

.sta_l{
	width: 100%;
	margin: 0 0 20px 0;
}
.sta_l img{
	width: 100%;
	height: auto;
}
.sta_r{
	width: 100%;
	padding: 3px 0 0;
}
.sta_r h3{
	font-size: 24px;
	color: #333;
	line-height: 36px;
}
.sta_r p{
	word-wrap: break-word;
	line-height: 28px;
}
.sta_r img{
	width: 100%;
	height: auto;
}

.instru_line{
	width: 90%;
	margin: 0 auto;
}
.instru_line02{
	width: 90%;
	margin: 0 auto 30px;
}

.instru_area{
	width: 100%;
	display: inline-block;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.instru_box{
	width: 100%;
	padding: 0 0 40px;
	display: inline-block;
}

.instru_photo{
	width: 30%;
	height: auto;
	float: left;
}
.instru_photo img{
	width: 100%;
	height: auto;
}
.instru_txtbox{
	width: 60%;
	float: left;
}
.instru_txt{
	width: 100%;
	padding: 3px 0;
	line-height: 23px;
	border-bottom: solid 1px #777777;
}
.instru_txt span{
	font-weight: bold;
}

.cafe_bg{
	width: 90%;
	padding: 20px 5%;
	margin-bottom: 100px;
	background-color: rgba(132,185,230,0.3);
}

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

}


@media screen and (min-width: 639px) {
/* 960pxからの幅の場合に適応される */
.mainimg01{
	position: relative;
	z-index: 1;
	height:700px;
	background-image: url("../studio/img/main_img.jpg");
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

}