@charset "UTF-8";
 
/* -------------------------------
　   メディアクエリ media query
----------------------------------*/

.h10 {height: 10px;}
.h15 {height: 15px;}
.h20 {height: 20px;}
.h30 {height: 30px;}
.h170 {height: 170px;}

.mid {font-size: 16px;}
.big {font-size: 19px;}
.mid_bold {font-size: 16px; font-weight:bold;}
.big_bold {font-size: 19px; font-weight:bold;}
.tel_big {font-size: 30px; font-weight:bold;}

.futoji {font-weight:bold; line-height:130%;}

a {text-decoration: none;}
a:hover {text-decoration: none;}

/* =======================================================
　★★★★★★PC用CSS
==========================================================*/

@media screen and (min-width: 769px) {
.style3a, .post_content .style3b, .post_content .style4a, .post_content .style4b, .post_content .style5a, .post_content .style5b, .post_content .style6 { line-height:1.6; }
/* h3 */
.style3a { margin:1em 0 0.5em; padding:1.1em .2em 1em; font-size:22px; font-weight:400; border-top:1px solid #222; border-bottom:1px solid #222; }
	
.contents_wrapper {
	width:100%;
}

.studio-header {
	/*display: flex;*/
	/*position: fixed;*/
	justify-content: space-between;
	z-index:1;
	width: 100%;
	/* background: #6bb141; */
	background: #FFFFFF;
	text-align: center;
	border-top: solid 0px #6bb141;
}
.studio-header_inner {
	margin: 0 auto;
	width: 1180px;
	background: #FFFFFF;
	display: block;
}
.area {
	color: #6bb141;
	text-decoration: none;
}

.smenu {
line-height:140%; width:20%; border-left: double 1px #333; padding-left: 15px; text-align:left; font-size:14px;
}
.smenu a {
line-height:140%; color:#222;
}
.smenu a:hover {
line-height:140%; color:#444; 
text-decoration: none;
}
.smenu a:visited {
line-height:140%; color:#222;
}


/* トップページの一文字ずつ表示
---------------------------*/

.glowAnime span{opacity: 0;}
/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span{ animation:glow_anime_on 1s ease-out forwards; color:#FFFFFF; font-family: 'Baskervville', serif; font-size:25px; }

@keyframes glow_anime_on{
  0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
  50% { opacity:1;text-shadow: 0 0 10px #fff,0 0 15px #fff; }
  100% { opacity:1; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
}

/* トップページのふわっと
---------------------------*/

.flex {
	display:flex;
	flex-wrap: wrap;
}

.box {
	width: 393px;
	padding: 0px;
	margin: 0 0px 10px 0px;
	color: #666;
	box-sizing:border-box;
	list-style: none;
	line-height:140%;
}
.flexbox {
	width:1180px;
	padding: 0px;
	margin: 0 auto;
}

.flexbox:after {
	content: "";
	display: block;
	clear: both
}
.nameLine {
	border-bottom:dotted 1px #555555;
	width:360px;
	line-height:140%;
	margin-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.name {
	line-height:140%;
}
.name3 {
	text-align:left;
	width: 360px;
}
	

/* 撮影スタジオを2分割で横に並べる
---------------------------*/

.rental {
	width:940px;
	padding: 0px;
	margin: 0 auto;
}

.rental:after {
	content: "";
	display: block;
	clear: both
}
.rental_left {
	float: left;
	width: 35%;
	text-align: left;
	margin-right: 50px;
	font-size: 15px;
	line-height: 190%;
}
.rental_right {
	float: left;
	width: 55%;
	text-align: left;
}

/* リード文 */

.rental_lead {
	margin:0 auto;
	width:940px;
	text-align:center;
}

/* 料金表等 */

.side_box_ttl {
	background:#AAA;
	color:#FFF;
	height:35px;
	text-align:center;
}
.side_box_field {
	background:#EFEFEF;
	text-align:center;
}
.side_box_field_inner {
	margin:0 auto;
	width:90%;
}
.side_box_field_inner2 {
	margin:0 auto;
	width:85%;
	padding-top:5px;
}
.side_box_gray {
	background:#DDD;
	padding:5px 15px;
	margin:5px 0px;
}
.side_box_gray_left {
	float:left;
	width:60%;
	text-align:left;
	font-weight:bold;
}
.side_box_gray_right {
	float:left;
	width:40%;
	text-align:right;
	font-weight:bold;
}
.side_box_item_top {
	width:100%;
	border-top:1px solid #AAA;
	padding-top:5px;
}
.side_box_item {
	width:100%;
	border-top:1px solid #AAA;
	padding-top:5px;
	padding-bottom:5px;
}
.floor {
	background:#EFEFEF;
	text-align:center;
}
.floor_inner {
	margin:0 auto;
	padding: 5px;
	width: 90%;
}
.floor_gray {
	margin:10px 0px;
	background:#DDDDDD;
}
.floor_gray_inner {
	margin:0 auto;
	padding: 5px;
	width: 90%;
}
.floor_ {
	width:100%;
	padding: 0px;
	margin: 0 auto;
}

.floor_spec:after {
	content: "";
	display: block;
	clear: both
}
.floor_spec_left {
	float: left;
	width: 35%;
	text-align: left;
	margin-right: 0px;
}
.floor_spec_right {
	float: left;
	width: 65%;
	text-align: left;
}
.attention {
	margin:0 auto;
	width:100%;
	text-align:left;
}

}

/* =======================================================
　★★★スマホ用CSS
==========================================================*/

@media screen and (max-width: 768px) {
	
.contents_wrapper {
	width: 100%;
	text-align: center;
}

.phone_studio_head{
	/* background: #6bb141; */
	background: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ul_open_studio_h{
    background: #999;
    color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    position: fixed;
    top: 0;
	z-index:100;
}

.ul_open_studio_h{ 
    height: 100%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .25s ease-in-out;
    overflow-y: scroll;
    padding: 5px;
}

.ul_open_studio_h li{
    padding: 12px 20px 12px 15px;
    width: 100%;
    text-align:left;
    font-size:15px;
    line-height: 100%;
}
.ul_open_studio_h a{
    color:#333;
}
.btn_studio{
    width: 50px;
    height: 50px;
    position: absolute;
    right :15px;
    top: 15px;
    color: #333;
    background: #FFF;
    /* color: #FFF; */
    /* background: #6bb141; */
    z-index:500;
}
.btn_studio:before,
.btn_studio:after,
.btn_studio span{
    display: block;
    width: 80%;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.btn_studio span{
    height: 3px;
    background-color: #333;
    top: calc(50% - 1.5px);
}

.btn_studio:before{
    content: "";
    top: calc(25% - 3px);
    border-top: 3px solid #333;
}
.btn_studio:after{
    content: "";
    bottom: calc(25% - 3px);
    border-bottom: 3px solid #333;
}
.btn_studio.on span{
    display: none;
}

.btn_studio.on:before{
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.btn_studio.on:after{
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.btnlink{
    width: 90%;
    display: block;
    margin: auto;
    border: 1px solid #0060ff;
    border-radius: 5px;
    background: #4285F4;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 35px;
    color: #333;
}

/* トップページの一文字ずつ表示
---------------------------*/

.glowAnime span{opacity: 0;}
/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span{ animation:glow_anime_on 1s ease-out forwards; color:#FFFFFF; font-family: 'Baskervville', serif; font-size:15px; }

@keyframes glow_anime_on{
  0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
  50% { opacity:1;text-shadow: 0 0 10px #fff,0 0 15px #fff; }
  100% { opacity:1; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
}

/* トップページのふわっと
---------------------------*/

.flex{
  display:flex;
  flex-wrap: wrap;
}

.box{
  width: 100%px;
  padding: 0px;
  margin: 0px;
  color: #666;
  box-sizing:border-box;
  list-style: none;
}

.name3{
  text-align:left;
}

.flexbox{
	width:90%;
	padding: 0px;
	margin: 0 15px;
	text-align: center;
}

.flexbox:after {
	content: "";
	display: block;
	clear: both
}

.nameLine {
	border-bottom:dotted 1px #555555;
	width:100%;
	line-height:140%;
	margin-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
	
/* 撮影スタジオを2分割で横に並べる
---------------------------*/

.rental {
	width:100%;
	padding: 0px;
	text-align:center;
}

.rental:after {
	content: "";
	display: block;
	clear: both;
}
.rental_left {

	width: 90%;
	margin:0 auto;
	font-size: 15px;
	line-height: 190%;
}
.rental_right {

	width: 90%;
	margin:0 auto;
}

/* リード文 */

.rental_lead {
	margin:0 auto;
	width:90%;
	text-align:left;
}

/* 料金表等 */

.side_box_ttl {
	background:#AAA;
	color:#FFF;
	height:35px;
	text-align:center;
}
.side_box_field {
	background:#EFEFEF;
	text-align:center;
}
.side_box_field_inner {
	margin:0 auto;
	width:90%;
}
.side_box_field_inner2 {
	margin:0 auto;
	width:85%;
	padding-top:5px;
}
.side_box_gray {
	background:#DDD;
	padding:5px 15px;
	margin:5px 0px;
}
.side_box_gray_left {
	float:left;
	width:60%;
	text-align:left;
	font-weight:bold;
}
.side_box_gray_right {
	float:left;
	width:40%;
	text-align:right;
	font-weight:bold;
}
.side_box_item_top {
	width:100%;
	border-top:1px solid #AAA;
	padding-top:5px;
}
.side_box_item {
	width:100%;
	border-top:1px solid #AAA;
	padding-top:5px;
	padding-bottom:5px;
}
.floor {
	background:#EFEFEF;
	text-align:center;
}
.floor_inner {
	margin:0 auto;
	padding: 5px;
	width: 90%;
}
.floor_gray {
	margin:10px 0px;
	background:#DDDDDD;
}
.floor_gray_inner {
	margin:0 auto;
	padding: 5px;
	width: 90%;
}
.floor_ {
	width:100%;
	padding: 0px;
	margin: 0 auto;
}

.floor_spec:after {
	content: "";
	display: block;
	clear: both
}
.floor_spec_left {
	float: left;
	width: 35%;
	text-align: left;
	margin-right: 0px;
}
.floor_spec_right {
	float: left;
	width: 65%;
	text-align: left;
}
.attention {
	margin:0 auto;
	width:90%;
	text-align:left;
}

}
