/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:400,300,700,900');
/* === fontawesome === */
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
/*==========================================================================
  General
  ========================================================================== */
body {
	color:#222;
	background: #f7f7f7;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	text-shadow: none;
	margin-top: -50px;
	overflow-y : scroll;
}

.clear {
	clear: both;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
		xcolor:#222;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	margin: 0 0 20px 0;
}
h1 { font-size: 40px; line-height: 30px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
.txt-light { font-weight: 300; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }

blockquote {
	font-family: Georgia, serif;
}

blockquote.bigquote {
	border: none;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1em;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: none;
}

.color-white.txt-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
	text-transform: uppercase;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}







/*==========================================================================
  Misc & Adjust 
 ========================================================================== */
.row {
	z-index: 9999;
}

.big {
	font-size: 20pt;
	font-weight: 300;
}


.blink:hover {
	opacity: 0.9;gｇ
}

.half-offset {
	margin-bottom: 75px !important;
}

.no-offset {
	margin: 0 !important;
	padding: 0;
}

.content,.container {
	overflow: hidden;
}

.trans {
	border: 0 !important;
	background: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.nobg {
	background: 0;
	border: 0;
}

.noborder {
	border: 0 !important;
}



.theme-bg {
	background-color: #ff7701 !important;
}

.normalize-font-top {
	padding-top: 25px;
}



/*==========================================================================
  ▼　基本　追加
 ========================================================================== */

/* ---- ▼color --- */
.white { color: #fff; }
.red{ color: #c01135; }
.blue{ color: #4652A1; }
.black{ color: #000000; }



/* ---- ▼bg --- */
.bg_none {
	background: none;
}

.bg_white {
    background-color: #FFFFFF;
}




/* ---- ▼font-weight --- */
.b {
	font-weight:bold;
}
	

/* ---- ▼font-weight --- */
.line {
	text-decoration: underline 1px;
}
	

/* ---- ▼indent --- */
.inde {
	text-indent:13px;
}



/* ---- ▼font-size 文字　テキスト--- */
	xsmall {
	font-size: 70%;
	font-weight: 100;
}
.t_9 { font-size: 9px; }
.t_10 { font-size: 10px; }
.t_11 { font-size: 11px; }
.t_12 { font-size: 12px; }
.t_13 { font-size: 13px; }
.t_14 { font-size: 14px; }
.t_15 { font-size: 15px; }
.t_16 { font-size: 16px; }
.t_18 { font-size: 18px; }
.t_20 { font-size: 20px; }
.t_22 { font-size: 22px; }
.t_24 { font-size: 24px; }
.t_26 { font-size: 26px; }



/* ---- ▼line-height --- */
.l_height_1 { 
    line-height: 1.1;
}
.l_height_2 { 
    line-height: 1.2;
}
.l_height_3 { 
    line-height: 1.3;
}




/* --- float --- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* --- align --- */
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}
.align-center {
	text-align: center !important;
}

/* ---- padding ---- */
/* top */
.pt0 {
	padding-top: 0;
}
.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}

.pt35 {
	padding-top: 35px;
}
.pt40 {
	padding-top: 40px;
}
/* bottom */
.pb0 {
	padding-bottom: 0;
}
.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb35 {
	padding-bottom: 35px;
}
.pb40 {
	padding-bottom: 40px;
}

/* left */
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}

/* ---- margin --- */
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }

.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }

/* top */
.mt0 {
	margin-top: 0;
}
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}


/* bottom */
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}





/*IE10▼*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.pt0 {
padding-top: 0 !important;　/*上記と同時に使う場合!importantが必要*/
}
}

/*==========================================================================
  ▲　基本　追加
 ========================================================================== */







/*===========================
  --- Sections ----
=========================== */
section.Area {
	padding: 16% 9% 0;
}

@media only screen and (min-width: 959px) and (max-width: 1199px) {
	/*　画面サイズが959pxから1199pxまではここを読み込む　*/
	section.Area {
		padding: 19% 1% 0 !important;
	}
}

	x@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {
	/*　画面サイズが979pxから1024pxまではここを読み込む　*/
	section.Area {
		padding: 20% 1% 0 !important;
	}
}

@media only screen and (min-width: 979px) and (max-width: 1024px) {
	section.Area {
		/*　画面サイズが979pxから1024pxまではここを読み込む　*/
		padding: 20% 1% 0 !important;
	}
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	section.Area {
		/*　画面サイズが768pxから959pxまではここを読み込む　*/
		padding: 25% 1% 0 !important;
	}
}

@media only screen and (max-width: 767px) and (max-width: 800px)  {
	section.Area {
		/*　画面サイズが767pxから800pxまではここを読み込む　*/
		padding: 33% 1% 0 !important;
	}
}
@media only screen and (max-width: 600px) and (max-width: 700px)  {
	section.Area {
		/*　画面サイズが600pxから700pxまではここを読み込む　*/
		padding: 49% 1% 0 !important;
	}
}

	x@media (max-width: 767px) and (max-width: 800px)  {
	section.Area {
		/*　画面サイズが767pxから800pxまではここを読み込む　*/
		padding: 53% 1% 0 !important;
	}
}




.bg-white {
	background-color: #fff;
}

/* --- section heading --- */
.section-header {
	text-align: center;
}
.section-header h2.section-heading {
	text-transform: uppercase;
	font-weight: 700;
}


/* ==========================
 --- Parallax ---
============================= */

#parallax1{	
	background-image: url(../img/parallax/img1.jpg);
}
#parallax2{	
	background-image: url(../img/parallax/img2.jpg);
}
#testimonials{	
	background-image: url(../img/parallax/img3.jpg);
}
/*===========================
  --- Header & menu ----
=========================== */
.navbar {
	line-height: 100px;
	height: 100px;
	background:#000000;
		xbackground-color: rgba(0,0,0,0.8);
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
	padding-bottom:0;
}


/*margin-top 追加*/
.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
	margin-top:4px;
}


.nav li {
	height: 100%;
	line-height: 100%;
	margin-bottom: 0;
	padding-bottom:0;
}

.nav>li>a {
	display: table-cell;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.nav>li>a:hover {
	color: #fff;
	background: none;
}

.navbar .navbar-nav {
	float: right;
	margin-bottom: 0;
	padding-bottom:0;	
}





.navbar .navbar-nav > .active > a {
	color: #fff;
}
.navbar .navbar-nav > .active > a {
	padding-bottom: 22px;
}

h1 a.navbar-brand {
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	text-shadow: none;
}

.navbar-brand {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 90px;
}

.navbar-brand img {
	vertical-align: middle;
}

.navbar-toggle {
	padding: 0;
	margin: 0;
	width: 80px;
}

.navbar-collapse.in {
	margin-top: -5px !important;
}



/*===========================
  --- Featured section ----
=========================== */
section#Home {
	background: url(../img/rain_bg_2.png) no-repeat top left;
	color: #666;
	margin-bottom:-80px;
}

section#Home h1.slogan {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
	margin-top:-9%;
	line-height:0.9;
}

section#Home p.resizeimage img { 
	width: 100%;
}
section#Home p.resizeimage_2 img { 
	width: 80%;
	margin: 5px 0 0;
}
 
 /* inner heading */
section#Home.inner {
	background: #eee;
	padding: 150px 0 50px;
}


 /* section#Home .home_txt  トップ　リード */
section#Home .home_txt {
	font-size: 90%;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 3% 0 2%;
	line-height:1.5;
}
  
@media (min-width: 959px) and (max-width: 1199px) {
	section#Home .home_txt {
		font-size: 90%;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 3% 0 2%;
} 
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {
	section#Home .home_txt {
		font-size: 90%;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 3% 0 2%;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	section#Home .home_txt {
		font-size: 70%;
    letter-spacing: 0.13em;
    text-align: center;
    margin: 3% 0 2%;
} 
}

@media (max-width: 767px) {
	section#Home .home_txt {
		font-size: 60%;
    letter-spacing: 0.13em;
    text-align: center;
    margin: 3% 0 2%;
	line-height:1.3;
}
}



  
/* --- Flexslider --- */
.flexslider {
	margin: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
}

.flex-control-paging li a.flex-active {
	background: #fff;
}

.flex-control-nav {
	bottom: -25px;
}

.flexslider .slides img {
	width: auto;
	display: inline;
}

.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 98px;
	margin: -29px -20px 0;
	position: absolute;
	top: 30%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	right: -70px;
	background: url(../img/arrow_large_right.png) no-repeat top left;
}

.flex-direction-nav .flex-prev {
	left: -70px;
	background: url(../img/arrow_large_left.png) no-repeat top left;
}

.flex-direction-nav a.flex-next:before {
	content: none !important;
}

/* removing default arrows */
.flex-direction-nav a:before {
	content: none !important;
}

/* --- Revolution slider --- */

#Home .fullwidthbanner ul {
	list-style: none;
	padding:0;
}

.tp-rightarrow.large {
	margin-left: 0;
}

.tp-leftarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../img/arrow_small_left.png) no-Repeat top left;
}

.tp-rightarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../img/arrow_small_right.png) no-Repeat top left;
}

.fullwidthbanner-container {
	padding-top: 100px;
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 650px !important;
	overflow: hidden;
}

.fullwidthbanner {
	height: 650px;
}

.tp-bullets.simplebullets.round .bullet {
	background: url(../img/bullets-new.png) no-repeat top left;
}  

.tp-caption.large_bold_white {
	font-size:60px;
	line-height:60px;
	font-weight:800;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	text-shadow:none;
	margin:0px;
	padding:1px 4px 0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}
.tp-caption.small_thin_white {
	font-size:18px;
	line-height:26px;
	font-weight:300;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	padding:1px 4px 0px;
	text-shadow:none;
	margin:0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}


.fullwidthbanner a.btn {
	color: #fff;
}

/*==========================
About
=========================== */

.member-photo {
	box-sizing:border-box;
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
	margin: 0 0 20px 0;
}
.member-photo img {
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}

.team-detail h4 {
	font-weight: 700;
}


/*===========================
  Portfolio
============================ */
nav#filter a {
	background-color: #EEE;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #44BCDD;
	color:#fff;
}

/* ------- */

.isotopeWrapper article{
    margin-bottom: 30px;
}

#portfolio img  {
	width:100%;
}

#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 0 0 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
}


.portfolio-items article img {width:100%;} 

.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;

}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220);
}


.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
    transition: all 200ms ease-in-out 0s;
	opacity: 1;
}

.portfolio-item .portfolio-desc a {
	color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
		xtop:-20px;
	padding: 0 30px 30px;
	height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info{
	height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
	top:5px;
}



.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}


/*===========================
  --- Testimonial ----
=========================== */
#testimonals {
	padding-top: 20px;
	padding-bottom:40px;
	position:relative;
	margin-top:50px;
}
.testimonial i {
	color: #fff;
}
.testimonial span.author {
	color: #fff;
	font-weight: 700;
}

.testimonial h5 {
	color: #fff;
	font-size: 18px;
	font-family: Georgia, sans-serif;
	line-height: 1.5em;
}	

/*===========================
  --- Contact ----
=========================== */

.validation {
	display:none;
	margin: 0 0 20px;
	font-weight:400;
	font-size:13px;
}

#sendmessage {
	border:1px solid #fff;
	display:none;
	text-align:center;
	padding:15px 12px 15px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;
}

#sendmessage.show,.show  {
	display:block;
}

#contact-form {
	position: relative;
	z-index: 999;
}

#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
	width: 100%;
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	border: 0;
	font-size:14px;
	text-align: left;
	vertical-align: middle;
	padding:0 10px;
}
#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus {
	background: rgba(101, 106, 100, 1);
	color: #eff1ef;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text],#contact-form input[type=email] {
	height: 60px;
	margin-bottom:30px;
}
#contact-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form textarea {
	padding-top: 1em;
}

textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}







/*==============================================
　各ページ追加分
================================================ */
/*=========================
▼1　トップページ　#Home
================= */
#Home {
	background: #F5F5F5;
	text-align:center;
	color:#eee;
}


/*=========================
▼2　スタジオ　#Studio
================= */
#Studio {
	background: #F5F5F5;	
}

#Studio_inner {
	background: #F5F5F5;	
}
#Studio p.resizeimage img {
	width: 100%;
}

/*=========================
▼3　料金　#Price
================= */
#Price {
	background: #F5F5F5;
}

#Price .Mtit {
    border-left: 4px solid #79CDC0;
    font-size: 175%;
    height: 39px;
    letter-spacing: 1.5px;
    padding: 0 0 0 12px;
}


/*-- ▼　料金表 -------------*/

 /* #price_7 幅広*/
#price_7 {
}
  
@media (min-width: 959px) and (max-width: 2000px) {
#price_7 {
} 
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {
#price_7 {
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
#price_7 {
} 
}

@media (max-width: 767px) {
#price_7 {
	display:none;
}
}



 /* #price_7_s 幅小*/
#price_7_s {
}
  
@media (min-width: 959px) and (max-width: 2000px) {
#price_7_s {
	display:none;
} 
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {
#price_7_s {
	display:none;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
#price_7_s {
	display:none;
} 
}

@media (max-width: 767px) {
#price_7_s {
}
}




/* ▼料金表7列　幅広 */
#price_7 {
    height: auto;
    margin: 0 auto 45px;
    	xoverflow: hidden;
    width: 85%;
}

#price_7 .back {
	}
#price_7 .t {
	height: auto;
    overflow: hidden;
	margin: 0 auto 10px;
}

#price_7 table {
	width: 100%;
	padding:0px;
	border-collapse:collapse;
}
#price_7 caption{
	text-align:left;
}
#price_7 .time {
		xwidth: 5%;
	padding: 0 3px 0 5px;
	text-align: center;
	vertical-align: middle;
	background-color:#f2f1ed;
	border:1px solid #bcb9b1;
	font-weight: normal;
	font-size:90%;
}
#price_7 .area {
		xwidth: 12%;
	padding: 0 2px 0 2px;
	text-align:left;
	vertical-align: middle;
	background-color:#f2f1ed;
	border:1px solid #bcb9b1;
	font-weight: normal;
	text-align:center;
}
#price_7 .area_l {
		xwidth: 12%;
	padding: 0 28px 0 28px;
	text-align:left;
	vertical-align: middle;
	background-color:#f2f1ed;
	border:1px solid #bcb9b1;
	font-weight: normal;
}
#price_7 .top {
	background-color:#e0ded5;
	border:1px solid #bcb9b1;
	text-align: center;
}
#price_7  td {
	background-color:#fdfdfc;
	border:1px solid #bcb9b1;
	padding: 8px 7px 7px 17px;
	text-align: left;
}
#price_7 .left {
	text-align: left;
		x-webkit-text-size-adjust: 95%;
}
/* ▲料金表7列 */




/* ▼料金表7列  幅小*/	
#price_7_s {
    height: auto;
    margin: 0 auto 45px;
    	xoverflow: hidden;
    width: 100%;
}

#price_7_s .back {
	}
#price_7_s .t {
	height: auto;
    	xoverflow: hidden;
	margin: 0 auto 10px;
}

#price_7_s table {
	width: 100%;
	padding:0px;
	border-collapse:collapse;
}
#price_7_s caption{
	text-align:left;
}
#price_7_s .time {
	width:20% !important;
	padding: 0 5px 0 5px;
	text-align:left;
	vertical-align: middle;
	background-color:#f2f1ed;
	border:1px solid #bcb9b1;
	font-weight: normal;
	font-size:80%;
}
#price_7_s .top {
	width:20% !important;
	background-color:#e0ded5;
	border:1px solid #bcb9b1;
	text-align: center;
}


#price_7_s .area {
		xwidth: 12%;
	padding: 0 2px 0 2px;
	text-align:left;
	vertical-align: middle;
	background-color:#f2f1ed;
	border:1px solid #bcb9b1;
	font-weight: normal;
	text-align:center;
}

#price_7_s  td {
	background-color:#fdfdfc;
	border:1px solid #bcb9b1;
	padding: 8px 7px 7px 17px;
	text-align: left;
}
#price_7_s .left {
	text-align: left;
		x-webkit-text-size-adjust: 95%;
}
/* ▲料金表7列　小幅 */





/* ▼料金表3列 */	
#price_3 {
    height: auto;
    margin: 0 auto 45px;
    overflow: hidden;
    width: 85%;
}
#price_3 .back {
	}
#price_3 .t {
	height: auto;
    overflow: hidden;
	margin: 0 auto 10px;
}
#price_3 table {
	width: 100%;
	padding:0px;
	border-collapse:collapse;
}
#price_3 caption{
	text-align:left;
}
#price_3  th {
	width: 42%;
	padding: 0 28px 0 28px;
	text-align:left;
	vertical-align: middle;
	background-color:#f2f1ed;
	border:1px solid #bcb9b1;
	font-weight: normal;
}
#price_3 .top {
	background-color:#e0ded5;
	border:1px solid #bcb9b1;
	text-align: center;
}
#price_3  td {
	background-color:#fdfdfc;
	border:1px solid #bcb9b1;
	padding: 8px 7px 7px 17px;
	text-align: left;
}
#price_3 .left {
	text-align: left;
	-webkit-text-size-adjust: 95%;
}

/* ▲料金表3列 */


.section_inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	-webkit-text-size-adjust: 95%;
}

/*-- ▲　料金表 -------------*/




/*=========================
▼4　使用規定、お申し込み方法　#Terms
================= */
#Terms {
	background: #F5F5F5;
}

.icon {
    line-height: 1.4;
    padding: 1px 0 0 21px;
}

/*-- ▼使用規定、スタジオ -------------------------------------*/

/* ▼下階層メイン Main_2 */
#Main_2 {　
	height: auto;
    margin: 0 auto 30px;
    	xoverflow: hidden;
    width: 85%;
}
#Main_1 .Mblock .Mtit {
    border-left: 4px solid #12391b;
    font-family: "ＭＳ Ｐ明朝",細明朝体,"ヒラギノ明朝 Pro W3";
    font-size: 175%;
    height: 39px;
    letter-spacing: 1.5px;
    padding: 0 0 0 12px;
}



/*▼下階層 Marea_1 paddingtop10*/
#Main_2 .Mblock .Marea_1 {
    height: auto;
    padding: 10px 0 0 17px;
    line-height: 1.8;
}
.Marea_1 dl {
    margin: 0 0 21px;
}
.Marea_1 dt {
    border-bottom: 1px dotted #999999;
    font-size: 121%;
    line-height: 2.5;
    padding: 25px 0 0;
}
.Marea_1 dd {
    line-height: 1.5;
    padding: 15px 0 0 8px;
}
.Marea_1 dl li {
    padding: 0;
}
/*▲下階層 Marea_1 paddingtop10*/


/*-- ▲組合　ポリシー▲ -------------------------------------*/




/*=========================
▼5　申込み方法　#Reserve 
================= */
#Reserve {
	background: #F5F5F5;
}
Marea_1 {
	background:#0099FF;
}



/*=========================
▼6　空き状況　
================= */
 /* #Schedule 幅広*/

@media (min-width: 959px) and (max-width: 2000px) {
#Schedule {
} 
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {
#Schedule {
	display:none;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
#Schedule {
} 
}
@media (max-width: 767px) {
#Schedule {
	display:none;
}
}

@media only screen and (min-width: 200px) and (max-width: 400px) {
#Schedule {
	display:none;
}
}




 /* #Schedule_m 幅中*/
  
@media (min-width: 959px) and (max-width: 2000px) {
#Schedule_m {
	display:none;
} 
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {
#Schedule_m {
	display:none;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
#Schedule_m {
} 
}

@media (max-width: 767px) {
#Schedule_m {
	display:none;
}
}

@media only screen and (min-width: 200px) and (max-width: 400px) {
#Schedule_m {
	display:none;
}
}





 /* #Schedule_s 幅小*/
 
@media (min-width: 959px) and (max-width: 2000px) {
#Schedule_s {
	display:none;
} 
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {
#Schedule_s {
	display:none;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
#Schedule_s {
	display:none;
} 
}

@media (max-width: 767px) {
#Schedule_s {
}
}

@media only screen and (min-width: 200px) and (max-width: 400px) {
#Schedule_s {
	display:none;
}
}





 /* #Schedule_ss 幅最小*/
  
@media (min-width: 959px) and (max-width: 2000px) {
#Schedule_ss {
	display:none;
} 
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {
#Schedule_ss {
	display:none;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
#Schedule_ss {
	display:none;
} 
}


@media only screen and (min-width: 200px) and (max-width: 400px) {
#Schedule_ss {
}
}






#Schedule {
}
#Schedule .resizeimage,
#Schedule_m .resizeimage,
#Schedule_s .resizeimage,
#Schedule_ss .resizeimage {
	width: 90%;
	margin:0 auto;
}

/*=========================
▼7　アクセス　地図、住所　#Access
================= */
#Access {
	background:#F5F5F5;
}
.rain_map {
	width:80%;
	margin:0 auto;
    	xwidth: 41.66666666666667%;
}
.rain_address {
	width:80%;
	margin:0 auto;
}

/*=========================
▼8　問合せ　#Contact
================= */
#Contact {
	background:#F5F5F5;
	padding-bottom:10%;
}
#Contact .col-md-offset-2 p {
	text-align:left;
	margin-left:3%;
}

/*=========================
▼9　サイトマップ　#Sitemap 
================= */
#Sitemap {
	width: 85%;
	margin: 0 auto 0;
	padding: 13% 3% 3%;
	background:#F5F5F5;
}



#Sitemap ul {
    padding: 10px;
}
#Sitemap li {
    border-bottom: 1px dotted #999999;
    font-weight: bold;
    line-height: 3.5;
	list-style:none;
	text-indent:1%;
}						
#Sitemap li a {
    text-decoration: none;
}















/*====================
  Clients
==================== */
#clients img {
	opacity: 0.7;
}

#clients img:hover {
	opacity: 1;
}


/*=========================
  Footer
 ================= */
section#SecFooter {
	width: 100%;
	margin: 80px auto 0;
	padding:5% 0 10%;
	font-size:80%;
		xtext-align: center;
	background-color: rgba(0,0,0,0.8);
	color:#CCCCCC;
	letter-spacing:0.1em;
}

section#SecFooter  .navbar-collapse {
	margin: 0 auto;
    max-height: 340px;
    	xoverflow-x: visible;
    	xtext-align: center;
    width: 80%;
}

section#SecFooter .copyright {
		xtext-align: center;
	width:100%;
}



 /* section#SecFooter .copyright .f_txt フッタ　テキスト */
section#SecFooter .copyright .f_txt {
	font-size: 90%;
	line-height:1.4;
	text-align: center;
}


  
@media (min-width: 959px) and (max-width: 1199px) {
	section#SecFooter .copyright .f_txt {
	font-size: 90%;
	line-height:1.4;
	text-align: center;
}
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {
	section#SecFooter .copyright .f_txt {
	font-size: 90%;
	line-height:1.4;
	text-align: center;
}
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	section#SecFooter .copyright .f_txt {
	font-size: 80%;
	line-height:1.4;
	text-align: center;
}
}
@media (max-width: 767px) {
	section#SecFooter .copyright .f_txt {
	font-size: 70%;
	line-height:1.4;
	text-align: center;
}
}







		xsection#FOOTER .copyright a {
	color:#35A49C;
}


/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

a.scrollup{
	height:32px;
	width:32px;
	color:#fff;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.5;
}
a.scrollup:hover{
	opacity:1;
	color:#fff;
}

/*===========================
  --- Template Components ----
=========================== */

/* footer social icons */
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
/*-- ▼ブログ追加 -------------*/
.social-network a.icoPencil:hover {
	background-color:#BD3518;
}


/*-- ▼未使用　--*/
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}

/*-- ▼ブログ追加--*/
.social-network a.icoFacebook:hover i,
.social-network a.icoPencil:hover i {
	color:#fff;
}


/*-- ▼元--*/
	x.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
	x.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}


a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i,
.social-circle li span {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover,
.social-circle li a:hover span, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i,
.social-circle span {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/* stats */
.stats .icon {
	margin: 0 0 20px 0;
}

.stats strong.number {
	font-size: 38px;
}

.stats span.text {
	font-weight: 700;
	font-size: 24px;
}

/* buttons */
.btn {
	border: 0;
}

.btn.bold {
	font-weight: 600;
}

.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}

.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}



/* ========================================
Media queries　高さ
========================================= */
@media (min-width: 959px) and (max-width: 1199px) {
	.navbar-nav {
		margin-top: 20px !important;
	}
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {

	.navbar-nav {
		margin-top: 50px !important;
	}
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

	.navbar-nav {
		margin-top: 25px !important;
	}
}
@media (max-width: 767px) {

	.navbar.navbar-fixed-top {
		background-color:rgba(0,0,0,1);
	}
	.navbar .navbar-collapse ul.nav {
		background-color: #444;
		width: 100%;
		float: none;
		margin:0;
		padding:0;
	}
	.navbar .navbar-collapse ul.nav li {
		border-bottom: 1px solid #666;
	}
		xsection#Home {
		padding-top: 80px;
	}
	
	.team-member,.col-lg-4 {
		margin-bottom: 30px;
	}
	
	.stats .col-md-3 {
		margin-bottom: 30px;
	}
}


.mt15ss { margin-top: 15px;}