@charset "utf-8";
/*
Theme Name: studio-lim.jp Theme
Theme URI: studio-lim.jp
Description: this is studio-lim.jp themes
Version: 1.0
Author: mori
*/


@import url('https://fonts.googleapis.com/css?family=Montserrat');

@font-face {
	font-family: "Laine";
	src: url("./fonts/Laine.eot") format('eot'),
		 url("./fonts/Laine.woff") format('woff'),
		 url("./fonts/Laine.TTF")  format('truetype');
}




/*------------------------------------------------------

   common

font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;

-------------------------------------------------------*/
body {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	min-width: 1230px;
    padding-top: 120px;
}
body.menu-fix {
	overflow: hidden;
}

.sp {
	display: none !important;
}

input, select, textarea, radio, checkbox, button {
	font-family: 'Noto Sans JP', sans-serif;

}

.inner {
	width: 990px;
	padding: 0 15px;
	margin:auto;
	position: relative;
}

/* off */
.off a {
    cursor: default !important;
    color: #ccc !important;
}


/*------------------------------------------------------

   header style

-------------------------------------------------------*/
#global-header {
	width: 100%;
    min-width: 1230px;
	background: #000;
    position: fixed;
    top: 0;
    left: 0;
	z-index: 10000;
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header-in {
    height: 120px;
	position: relative;
}
.site-title {
	width: 304px;
	line-height:1;
	position: absolute;
	left: 15px;
	top: 5px;
}
.site-title a {
    display: block;
}

.header-main {
	text-align: right;
	position: absolute;
	right:0;
	top:0;
}
.header-main--utility {
    height: 65px;
    margin-bottom: 10px;
    position: relative;
}
.header-main--utility .pc-sns--list {
    display: -webkit-flex;
    display: flex;
    position: absolute;
    right: 440px;
    top: 15px;
}
.header-main--utility .pc-sns--list li {
    margin-left: 10px;
}
.header-main--utility .pc-tel {
    position: absolute;
    right: 175px;
    top: 0;
}
.header-main--utility .pc-contact {
    position: absolute;
    right: 0;
    top: 0;
}

.header-main--nav {
    padding-right: 5px;
}
.pc-nav--list li {
	font-size: 24px;
	font-weight:500;
	text-align: left;
	color: #fff;
	display: inline-block;
	margin-left:10px;
}
.pc-nav--list li:first-child {
	margin-left:0;
}
.pc-nav--list li:not(:first-child):before {
	content: '/';
	margin-right:10px;
}
.pc-nav--list li a {
	color: #fff;
}


/* ----------------------------
   contents
-------------------------------*/
#contents {
	position: relative;
	overflow: hidden;
}
.conBox {
	padding: 70px 0;
	position:relative;
}

.cmn-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.cmn-title.left {
    text-align: left;
}
.cmn-title h2 {
    font-size: 38px;
    font-weight: 500;
}
.cmn-title p {
    font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
    line-height: 1;
}
.cmn-desc {
    text-align: center;
    font-size: 21px;
    line-height: 2;
}

.flex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


/* more */
.more {
	margin-top: 30px;
}
.more a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 5px 30px 7px;
    border: solid 1px #000;
-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.more a:after {
	color: #000;
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    vertical-align: 1px;
-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.more a:hover {
	color:#fff;
	background:#000;
    border: solid 1px #000;
}
.more a:hover:after {
	color: #fff;
}

/* to-detail */
.to-detail {
    text-align: center;
    margin-top: 100px;
}
.to-detail a {
    display: block;
    font-size: 31px;
    max-width: 600px;
    text-align: center;
    margin: auto;
    padding: 15px 0;
    background: #fff;
    color: #000;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.to-detail a:after {
	color: #000;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
	position:absolute;
	right:20px;
	top: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.to-detail a:hover {
	color:#fff;
	background:#000;
}
.to-detail a:hover:after {
	color: #fff;
}

.to-detail.blk a {
	color:#fff;
	background:#000;
}
.to-detail.blk a:hover {
	color:#000;
	background:#eee;
}
.to-detail.blk a:after {
	color: #fff;
}
.to-detail.blk a:hover:after {
	color: #000;
}


/* price */
.price-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}
.price-list > li {
    background: #efefef;
    text-align: center;
}
.price-list h3 {
    font-size: 25px;
    padding: 10px 0;
    background: #fbc542;
}
.price-list h3.p-color01 {
    background: #f17171;
}
.price-list h3.p-color02 {
    background: #51ba35;
}
.price-list h3.p-color03 {
    background: #73a5d3;
}
.price-list h3.p-color04 {
    background: #d3c473;
}

.price-list .info {
    padding: 30px;
}
.price-list .info .price {
    font-size: 60px;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 10px;
    background-image: linear-gradient(to right, #000 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.price-list .info .price span {
	font-size: 30px;
}
.price-list .info .price-text01 {
}
.price-list .info .price-text02 {
	font-size: 21px;
    margin-top: 10px;
}
.price-list .info .price-time {
	font-size: 37px;
    font-weight: bold;
    line-height: 1;
}

.price-main--list > li {
    width: 48%;
    margin: 0 0 4% 4%;
}
.price-main--list > li:nth-child(2n+1) {
    margin-left: 0;
}
.price-sub--list > li {
    width: 35%;
}
.price-sub--list .info .info-in {
    width: 48%;
}
.price-sub--list > li:nth-child(2) {
    width: 63%;
	margin-left: 2%;
}
.price-sub--list > li:nth-child(2) .info {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}


/*------------------------------------------------
   footer style
--------------------------------------------------*/
#global-footer {
    padding: 50px 0 30px;
	background: #d4d4d4;
}
.footer-logo {
	text-align:center;
	margin: 0 auto 30px;
}
.footer-nav {
    display:-webkit-flex;
    display:flex;
	width: 100%;
	max-width: 460px;
	margin: 0 auto 30px;
}
.footer-nav--list {
	width: 50%;
	font-size: 19px;
	font-weight: 500;
}
.footer-nav--list li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-nav--list a {
	color: #000;
}

#copyright {
    font-size: 10px;
    text-align: center;
}


/* backtotop */
#backtotop {
	color: #fff;
	font-size: 20px;
	font-weight:bold;
	width: 52px;
	line-height: 52px;
	text-align:center;
	cursor:pointer;
	background: #222;
	border-radius: 52px;
	visibility: hidden;
	opacity: 0;
	position:fixed;
	right: 10px;
	bottom: 40px;
	z-index: 10;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#backtotop.show {
	visibility: visible;
	opacity: 1;
	bottom: 50px;
}

#right-line {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 100;
}
#right-line a {
	display:block;
}


/* -----------------------------------

media query

------------------------------------- */
/* 815px 以下 */
@media (max-width: 815px) {

	body {
		min-width: 320px;
		font-size: 13px;
		padding-top: 65px;
	}

	.sp { display: block !important; }
	.pc { display: none !important; }

	.inner{
		width: 100%;
	}

	#global-header {
		min-width: 100%;
	}
	.header-in {
		height: 65px;
	}
	.site-title {
		width: 160px;
	}
	#menu-btn {
		width: 65px;
		height: 65px;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		z-index:999999999999;
	}
	#menu-btn span {
		display:block;
		width: 50px;
		height: 2px;
		margin-left: -25px;
		background:#fff;
		position:absolute;
		left: 50%;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	}
	#menu-btn span.t {
		top: 25px;
	}
	#menu-btn span.b {
		bottom: 25px;
	}
	#menu-btn.active span.t {
		top: 32px;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#menu-btn.active span.m {
		width: 0;
	}
	#menu-btn.active span.b {
		bottom: 32px;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#sp-nav {
		width: 100%;
		height: 100%;
		padding: 100px 0;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		left:0;
		z-index: -999;
	   -webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#sp-nav.active {
		display: block;
		background: #000;
		overflow: auto;
		visibility: visible;
		opacity: 1;
		z-index: 1000;
	}
	.sp-nav--list > li {
		font-size: 16px;
		font-weight: 600;
		padding: 15px 0;
		border-bottom: solid 1px #fff;
	}
	.sp-nav--list a {
		color: #fff;
		position: relative;
	}
	.sp-nav--list > li > a:before {
		content: '';
		display: inline-block;
		width: 8px;
		height: 8px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		transform: rotate(45deg);
		vertical-align: 1px;
		margin-right: 10px;
	}
	
	.sp-sns--list {
		margin: 20px 0;
	}
	.sp-sns--list li {
		display: inline-block;
		margin-right: 10px;
		border-radius: 12px;
		overflow: hidden;
		vertical-align: middle;
	}
	.sp-tel a {
		display: block;
		color: #000;
		font-size: 32px;
		font-family: 'Oswald', sans-serif;
		background: #c8c8c8;
		padding: 0px 15px;
		text-align: center;
	}

	.conBox {
		padding: 40px 0;
	}
	.cmn-title {
		margin-bottom: 30px;
	}
	.cmn-title h2 {
		font-size: 24px;
	}
	.cmn-title p {
		font-size: 18px;
	}
	.cmn-desc {
		text-align: left;
		font-size: 16px;
	}

	.to-detail {
		margin-top: 50px;
	}
	.to-detail a {
		font-size: 21px;
	}

	.price-list h3 {
		font-size: 16px;
	}
	.price-list .info .price {
		font-size: 30px;
	}
	.price-list .info .price span {
		font-size: 16px;
	}
	.price-list .info .price-text02 {
		font-size: 14px;
	}
	.price-list .info .price-time {
		font-size: 24px;
	}
	.price-sub--list > li {
		width: 100%;
		margin-bottom: 4%;
	}
	.price-sub--list > li:nth-child(2) {
		width: 100%;
		margin-left: 0;
	}

	.footer-nav {
		width: 100%;
		display: block;
		text-align: center;
	}
	.footer-nav--list {
		display: inline;
		width: auto;
		font-size: 14px;
		text-align: center;
	}
	.footer-nav--list li {
		display: inline-block;
		margin-bottom: 10px;
		margin-left:10px;
	}
	.footer-nav--list:first-child li:first-child {
		margin-left:0;
	}
	.footer-nav--list li:not(:first-child):before {
		content: '/';
		margin-right: 10px;
	}

#right-line {
    width:70px;
}


}



/* 360px 以下 */
@media (max-width: 360px) {


	
}
/* ▼フェードイン用アニメーション */
.reason-item,
.facility--list li {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
}

.reason-item.visible,
.facility--list li.visible {
  opacity: 1;
  transform: translateY(0);
}
