@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:700i&display=swap');

/*
	studio.css
---------------------------------------------------------------------------------------------------------------------------------------------*/
/* main-visual
--------------------------------------------------------------------------------------------------------*/
#studio-page #main-visual {
	background-image: url(../images/studio/bg_main-visual-a.jpg);
}

/* maps
--------------------------------------------------------------------------------------------------------*/
#studio-page #maps {
	background: #e2e2e2;
	background: -webkit-linear-gradient(-45deg, #e2e2e2 47%, #ebebeb 47%);
	background: linear-gradient(135deg, #e2e2e2 47%, #ebebeb 47%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ebebeb',GradientType=1 );
}
#studio-page #maps .inner {
	padding: 5.0rem 0;
}
#studio-page #maps .thumb {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 2.5rem;
}
#studio-page #maps .thumb a {
	display: block;
}
#studio-page #maps .thumb a ul {
	position: relative;
}
#studio-page #maps .thumb a ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
#studio-page #maps .thumb a ul li:nth-of-type(1) {
	width: 188px;
}
#studio-page #maps .thumb a ul li:nth-of-type(2) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-family: 'Roboto', sans-serif!important;
	font-weight: 700!important;
	font-style: italic;
	color: #fff;
	z-index: 2;
}
#studio-page #maps .thumb a ul li:nth-of-type(2) p {
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}
#studio-page #maps .thumb a ul li:nth-of-type(2) p span {
	font-size: 2.7rem;
	letter-spacing: 0.05em;
}
#studio-page #maps .thumb a:hover ul::before,
#studio-page #maps .thumb a.current ul::before {
	background-color: rgba(255, 240, 1, 0.6);
}
#studio-page #maps .thumb a:hover ul li:nth-of-type(2),
#studio-page #maps .thumb a.current ul li:nth-of-type(2) {
	color: #222;
}
#studio-page #maps .field {
	background-color: #fff;
	box-shadow: 4px 4px 10px 5px rgba(27, 29, 36, 0.08);
	text-align: center;
	padding: 3.5rem 0;
}

/* contents
--------------------------------------------------------------------------------------------------------*/
#studio-page #contents {
	padding: 3.5rem 0 0;
}
#studio-page #contents .inner {
	padding: 0 0 5.0rem;
}
#studio-page #contents .inner h3 {
	font-size: 4.1rem;
	letter-spacing: 0.04em;
	text-align: center;
}
#studio-page #contents .inner h3 span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0.25em 1.0em;
}
#studio-page #contents .inner h3 span::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: skewX(-27deg);
	-webkit-transform: skewX(-27deg);
	background-color: #fff001;
}
#studio-page #contents .inner .field {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#studio-page #contents .inner .field {
	padding: 4.0rem 0 0;
}
#studio-page #contents .inner .field .photo,
#studio-page #contents .inner .field .photo .main-slider,
#studio-page #contents .inner .field .photo .thumb-slider {
	width: 57.0rem;
}
#studio-page #contents .inner .field .photo p.in-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}
#studio-page #contents .inner .field .photo .main-slider p.in-text {
	padding: 0.75em 0;
	font-size: 1.5rem;
}
#studio-page #contents .inner .field .photo .thumb-slider p.in-text {
	padding: 0.5em 0;
	font-size: 1.3rem;
}

#studio-page #contents .inner .field .photo .thumb-slider {
	margin-top: 1.0rem;
}
#studio-page #contents .inner .field .photo .thumb-slider .slick-list {
	margin-right: -0.8rem;
}
#studio-page #contents .inner .field .photo .thumb-slider li {
	position: relative;
	width: 13.5rem!important;
}
#studio-page #contents .inner .field .photo .thumb-slider li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
#studio-page #contents .inner .field .photo .thumb-slider .slick-current li::after {
	background-color: transparent;
}
#studio-page #contents .inner .field .photo .thumb-slider .slick-slide {
	cursor: pointer;
}
#studio-page #contents .inner .field .about {
	width: 39.0rem;
}
#studio-page #contents .inner .field .about h4 {
	font-size: 2.2rem;
	line-height: 1.45;
}
#studio-page #contents .inner .field .about table {
	width: 100%;
	margin-top: 2.0rem;
}
#studio-page #contents .inner .field .about table th,
#studio-page #contents .inner .field .about table td {
	font-size: 1.4rem;
	border: 1px solid #8f8f8f;
	padding: 1.5rem 0;
}
#studio-page #contents .inner .field .about table th {
	text-align: center;
	background-color: #eaeaec;
	width: 12.0rem;
}
#studio-page #contents .inner .field .about table td {
	font-size: 1.4rem;
	background-color: #fff;
	padding: 1.5rem 2.0rem;
}
#studio-page #contents .inner .field .about table td a {
	position: relative;
}
#studio-page #contents .inner .field .about table td a::after {
	content: '';
	position: absolute;
	top: 105%;
	left: 0;
	width: calc(100% - 2.0rem);
	height: 1px;
	background-color: #222;
}
#studio-page #contents .inner .field .about table td span.ic-pdf {
	background: url(../images/studio/ic-pdf.png) no-repeat right center;
	background-size: auto 1.5rem;
	padding-right: 2.0rem;
}
#studio-page #contents .inner .field .about ul {
	margin-top: 1.2rem;
}
#studio-page #contents .inner .field .about ul li {
	font-size: 1.3rem;
	padding: 0.5em 0;
	line-height: 1.45;
	display: flex;
	display: -webkit-flex;
}
#studio-page #contents .inner .field .about ul li::before {
	content: '・';
}
#studio-page #contents .inner .field .about ul li.nomark::before{
	content: '※';
}

/* price
--------------------------------------------------------------------------------------------------------*/
#studio-page #price {
	padding: 4.5rem 0 0;
}
#studio-page #price .inner {
	padding: 0 0 4.0rem;
}
#studio-page #price .inner .field {
	padding-top: 1.5rem;
}
#studio-page #price .inner .field p {
	text-align: right;
}
#studio-page #price .inner .field p small {
	font-size: 1.2rem;
}
#studio-page #price .inner .field .list {
	display: flex;
	display: -webkit-flex;
	margin: 0.8rem 0;
}
#studio-page #price .inner .field .list table {
	width: 50%;
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	table-layout: fixed;
}
#studio-page #price .inner .field .list table th,
#studio-page #price .inner .field .list table td {
	font-size: 1.4rem;
	text-align: center;
	padding: 1.25em 0;
	border: 1px solid #8f8f8f;
}
#studio-page #price .inner .field .list table td {
	background-color: #fff;
}
#studio-page #price .inner .field .list table.weekdays thead th {
	background-color: #c8c8c8;
}
#studio-page #price .inner .field .list table.weekdays tbody th {
	background-color: #f2f2f2;
}

#studio-page #price .inner .field .list table.holidays thead th,
#studio-page #price .inner .field .list table.holidays tbody th:first-child,
#studio-page #price .inner .field .list table.holidays tbody td:first-child {
	border-left: none;
}
#studio-page #price .inner .field .list table.holidays thead th {
	background-color: #2d2d2d;
	color: #fff;
		border-color: #2d2d2d;
}
#studio-page #price .inner .field .list table.holidays tbody th {
	background-color: #dadada;
}



/* layout
--------------------------------------------------------------------------------------------------------*/
#studio-page #layout {
	padding: 4.5rem 0 0;
}
#studio-page #layout .inner {
	padding: 0 0 5.0rem;
}
#studio-page #layout .inner .field {
	padding: 3.5rem 0 0;
	text-align: center;
}


/* panorama
--------------------------------------------------------------------------------------------------------*/
#studio-page #panorama {
	padding: 4.0rem 0 0;
}
#studio-page #panorama .inner {
	padding: 0 0 6.0rem;
}
#studio-page #panorama .inner .field {
	padding: 3.5rem 0 0;
	text-align: center;
}

/* reserve
--------------------------------------------------------------------------------------------------------*/
#studio-page #reserve {
	padding: 5.0rem 0;
}
#studio-page #reserve .inner {
	text-align: center;
}
#studio-page #reserve .inner .btn-link {
	width: 38.0rem;
}
#studio-page #reserve .inner .btn-link span {
	padding: 1.3em 0;
	font-size: 1.9rem;
	letter-spacing: 0.08em;
}

/*
	less than 767px;
---------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {

/* maps
--------------------------------------------------------------------------------------------------------*/
	#studio-page #maps .inner {
		padding: calc(50 / 750 * 100vw) calc(25 / 750 * 100vw);
	}
	#studio-page #maps .thumb {
		margin-bottom: calc(25 / 750 * 100vw);
	}
	#studio-page #maps .thumb a:not(:last-child) {
		margin-right: calc(5 / 750 * 100vw);
	}
	#studio-page #maps .thumb a ul li:nth-of-type(1) {
		width: auto;
	}
	#studio-page #maps .thumb a ul li:nth-of-type(1) img {
		width: calc(133 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		object-fit: cover;
		object-position: center center;
	}
	#studio-page #maps .thumb a ul li:nth-of-type(2) {
		width: 100%;
		text-align: center;
	}
	#studio-page #maps .thumb a ul li:nth-of-type(2) p {
		font-size: calc(22 / 750 * 100vw);
	}
	#studio-page #maps .thumb a ul li:nth-of-type(2) p span {
		font-size: calc(34 / 750 * 100vw);
	}
	#studio-page #maps .field {
		padding: calc(25 / 750 * 100vw);
	}

/* contents
--------------------------------------------------------------------------------------------------------*/
	#studio-page #contents {
		padding: calc(50 / 750 * 100vw) 0 0;
	}
	#studio-page #contents .inner {
		padding: 0 0 calc(50 / 750 * 100vw);
	}
	#studio-page #contents .inner h3 {
		font-size: calc(55 / 750 * 100vw);
	}
	#studio-page #contents .inner .field {
		flex-direction: column;
		-webkit-flex-direction: column;
		padding: calc(50 / 750 * 100vw) calc(25 / 750 * 100vw) 0;
	}
	#studio-page #contents .inner .field .photo,
	#studio-page #contents .inner .field .photo .main-slider,
	#studio-page #contents .inner .field .photo .thumb-slider {
		width: 100%;
	}
	#studio-page #contents .inner .field .photo .main-slider p.in-text {
		font-size: calc(25 / 750 * 100vw);
	}
	#studio-page #contents .inner .field .photo .thumb-slider p.in-text {
		font-size: calc(20 / 750 * 100vw);
	}
	#studio-page #contents .inner .field .photo .thumb-slider {
		margin-top: calc(15 / 750 * 100vw);
	}
	#studio-page #contents .inner .field .photo .thumb-slider .slick-list {
		margin-right: calc(8 / 750 * -100vw);
		width: 100%;
	}
	#studio-page #contents .inner .field .photo .thumb-slider .slick-slide li {
		width: auto!important;
		margin-right: calc(8 / 750 * 100vw);
	}
	#studio-page #contents .inner .field .about {
		width: 100%;
		padding: calc(25 / 750 * 100vw) 0 0;
	}
	#studio-page #contents .inner .field .about h4 {
		font-size: calc(36 / 750 * 100vw);
	}
	#studio-page #contents .inner .field .about table {
		margin-top: calc(25 / 750 * 100vw);
	}
	#studio-page #contents .inner .field .about table th,
	#studio-page #contents .inner .field .about table td {
		font-size: calc(26 / 750 * 100vw);
	}
	#studio-page #contents .inner .field .about table th {
		width: 8.0em;
		padding: 1.0em 0;
	}
	#studio-page #contents .inner .field .about table td {
		font-size: calc(26 / 750 * 100vw);
		background-color: #fff;
		padding: 1.0em 1.5em;
	}
	#studio-page #contents .inner .field .about table td a {
		text-decoration: underline;
	}
	#studio-page #contents .inner .field .about table td a::after {
		content: none;
	}
	#studio-page #contents .inner .field .about table td span.ic-pdf {
		background-size: auto calc(24 / 750 * 100vw);
		padding-right: 1.5em;
	}
	#studio-page #contents .inner .field .about ul li {
		font-size: calc(26 / 750 * 100vw);
		padding: 0.25em 0;
	}

/* price
--------------------------------------------------------------------------------------------------------*/
	#studio-page #price {
		padding: calc(50 / 750 * 100vw) 0 0;
	}
	#studio-page #price .inner {
		padding: 0 0 calc(50 / 750 * 100vw);
	}
	#studio-page #price .inner .field {
		padding: calc(25 / 750 * 100vw) calc(25 / 750 * 100vw) 0;
	}
	#studio-page #price .inner .field p small {
		font-size: calc(24 / 750 * 100vw);
	}


	#studio-page #price .inner .field .list {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	#studio-page #price .inner .field .list table {
		flex-direction: column;
		-webkit-flex-direction: column;
		width: 100%;
	}
	#studio-page #price .inner .field .list table th,
	#studio-page #price .inner .field .list table td {
		font-size: calc(28 / 750 * 100vw);
	}
	#studio-page #price .inner .field .list table.holidays thead th,
	#studio-page #price .inner .field .list table.holidays tbody th:first-child,
	#studio-page #price .inner .field .list table.holidays tbody td:first-child {
		border-left: 1px solid #8f8f8f;
	}
	#studio-page #price.room-a .inner .field .list table tbody th {
		font-size: calc(25 / 750 * 100vw);
	}
	#studio-page #price .inner .field .list + p {
		text-align: left;
	}
	#studio-page #price .inner .field .list + p small {
		padding-left: 1.0em;
		text-indent: -1.0em;
		line-height: 1.47;
		display: block;
	}

/* layout
--------------------------------------------------------------------------------------------------------*/
	#studio-page #layout {
		padding: calc(50 / 750 * 100vw) 0 0;
	}
	#studio-page #layout .inner {
		padding: 0 0 calc(50 / 750 * 100vw);
	}
	#studio-page #layout .inner .field {
		padding: calc(50 / 750 * 100vw) calc(25 / 750 * 100vw) 0;
	}

/* panorama
--------------------------------------------------------------------------------------------------------*/
	#studio-page #panorama {
		padding: calc(50 / 750 * 100vw) 0 0;
	}
	#studio-page #panorama .inner {
		padding: 0 0 calc(50 / 750 * 100vw);
	}
	#studio-page #panorama .inner .field {
		padding: calc(30 / 750 * 100vw) calc(25 / 750 * 100vw) 0;
		text-align: center;
	}



/* reserve
--------------------------------------------------------------------------------------------------------*/
	#studio-page #reserve {
		padding: calc(50 / 750 * 100vw) 0;
	}
	#studio-page #reserve .inner {
		padding: 0 calc(25 / 750 * 100vw);
	}
	#studio-page #reserve .inner .btn-link {
		width: 100%;
	}
	#studio-page #reserve .inner .btn-link span {
		font-size: calc(28 / 750 * 100vw);
	}



/*
	studio.css End
---------------------------------------------------------------------------------------------------------------------------------------------*/
}