@charset "UTF-8";

/*!
Theme Name: Studio LiVS
Theme URI: https://wp-cocoon.com/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
:root {
	--c-blue: #0066cc;
	--c-light: #f2f2f2;
}
.container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.page-sub {
	padding-bottom: 70px;
	background: #fff;
}
.page-sub-header {
	text-align: center;
	padding: 40px;
	letter-spacing: 2px;
	color: #fff;
	background: linear-gradient(rgba(0, 0, 0, 0.87), rgba(63, 65, 69, 0.8)), url('assets/images/fv.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.page-sub-header:first-letter {
	color: var(--c-blue);
	font-size: 1.1em;
	margin-right: .05em;
}
.page-sub .breadcrumbs {
	font-size: 14px;
	padding: 5px;
	border-bottom: 1px solid #eee;
}
.page-sub-main {
	padding: 0;
}
.page-sub-main p + p {
	margin-top: 1em;	
}
.page-sub-main .list-news {
	padding: 0;
	margin: 40px auto;
}
.list-news li {
	list-style: none;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	align-items: center;
}
.list-news .date {
	display: inline-block;
	width: 10em;
}
.date.text-end {
	text-align: right;
}
.single-nav {
	margin-top: 40px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}
.single-nav .nav-prev,
.single-nav .nav-next {
	display: flex;
	align-items: center;
}

.pagination{
	margin:30px 0;
	justify-content: center;
}
.nav-links{
	display:flex;
}
.pagination .page-numbers{
	display:inline-block;
	margin-right:15px;
	padding:15px;
	color:#333;
	background:#fff;
	text-decoration: none;
	border: 1px solid  #333;
}
.pagination .current,.pagination .page-numbers:hover{
	padding:15px;
	background:#000;
	color:#fff;
}
.pagination .prev, .pagination .next{ 
	background:transparent;
	box-shadow:none;
}
.pagination .dots{
	background:transparent;
	box-shadow:none;
}
.wrap-title {
	text-align: center;
}
.wrap-title i img {
	height: 60px;
	line-height: 1;
}

.table-caption {
	text-align: right;
	margin-top: -1em;
}
.table-price td {
	text-align: right;
	width: 12em;
}
.table-price small {display: inline-block;}

.dl-cta {
	display: inline-grid;
	grid-template-columns: auto 1fr;
	gap:10px 1em;
	margin: 1em 0;
	text-align: left;
	font-size: 1.2em;
}
.dl-cta dt,.dl-cta dd {
	margin: 0;
}
.dl-cta dt {font-weight: 700;}
.dl-cta small {
	display: block;
	font-size: .7em;
}
.dl-cta a {
	text-decoration: none;
	font-weight: 700;
}

.box-cta {
	border: 3px solid var(--c-light);
	padding: 30px;
	text-align: center;
	margin: 30px auto;
}
.box-cta .title {
	font-size: 1.2em;
	background: var(--c-light);
	margin: -30px -30px 0;
	padding: 15px;
}
.box-cta p {
	font-size: .8em;
}
.title-common {
	border-left: 8px solid var(--c-blue);
	padding: 3px .5em;
	line-height: 1.6;
	margin-bottom: .8em;
}
.title-sub {
	border-bottom: 1px solid var(--c-light);
	padding: 5px;
	margin-bottom: .5em;
}
* + .title-common, * + .title-sub {
	margin-top: 2em;
}
.dl-num {
	display: inline-grid;
	grid-template-columns: auto 1fr;
	gap:10px 1em;
	margin: 1em 0;
	text-align: left;
	border: 3px solid var(--c-light);
	padding: 20px;
	width: 100%;
	max-width: 300px;
}
.dl-num dt,.dl-num dd {
	margin: 0;
}
.dl-num dt {font-weight: 700;}
.dl-num dd {
	font-weight: 700;
	color: #e53900;
	text-align: right;
}
.set-pic-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	padding: 0;
	gap:20px;	
	margin: 30px auto 120px;
}
.table-studio th {
width: 10em;
}
.access-section {
	position: relative;
}
.access-section > * {
	position: relative;
}
.access-section::before {
	content: '';
	width: 100vw;
	position: absolute;
	top: 0;
	bottom: -40px;
	z-index: 0;
	left: 50%;
	transform: translateX(-50%);
	background: var(--c-light);
	display: block;
}
.access-section .box{
	background: #fff;
	padding: 30px;
}

/* お問合せ */
.dl-contact dt label::after {content: '\4EFB\610F';background: var(--c-light);font-weight: 500;display: inline-block;padding: 5px 10px;line-height: 1;font-size: .8em;margin-left: 1em;}
.dl-contact .req label::after {content: '\5FC5\9808';background: var(--c-blue);color: #fff;}
.dl-contact {
	display: grid;
	grid-template-columns: 14em auto;
	gap:20px;
	margin: 80px auto 40px;
}
.dl-contact label {cursor: default;}
.dl-contact dt, .dl-contact dd {
	border: none;
}
.dl-contact dt {
	text-align: right;
}
.dl-contact dt p, .dl-contact dd p {
	margin: 0;
}
input.wpcf7-submit[type=submit] {
	padding: 12px 40px;
	background: #fff;
	color: #000000;
	text-decoration: none;
	border: 2px solid #000000;
	border-radius: 0;
	transition: all 0.3s ease;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	display: block;
	width: fit-content;
	margin: 30px auto 0;
	clear: both;
}
input.wpcf7-submit[type=submit]:hover {
    border-color: #0066cc;
    color: #0066cc;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1200px以下*/
@media screen and (max-width: 1200px){
	.container {
		max-width: 800px;
	}
}

/*991px以下*/
@media screen and (max-width: 991px){
	.container {
		max-width: 800px;
		width: 90%;
	}
}
@media screen and (max-width: 768px){
	.container {max-width: 600px;}
	
.dl-contact {
		grid-template-columns: 1fr;
	}
	.dl-contact dt {
		text-align: left;
		margin-bottom: -1em;
	}
	.dl-contact dt label::after {
		float: left;
		margin-left: 0;
		margin-right: 1em;
		margin-top: 3px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
	.page-sub-header {font-size: 13px;}
	.table-price thead th {font-size: 12px;line-height: 1.4;}
	.table-price td {width: 6em;}
	.box-cta .title {font-size: 1em;}
	.dl-cta {font-size: 1em;}
	.box-cta p {text-align: left;}
	.page-sub {padding-bottom: 40px;}
	.wrap-title .section-title {line-height: 1.5;font-size: 24px;}
	.table-studio th {width: 8em;}
	.studio-section .feature-text {font-size: 15px;}
	.set-pic-3 {grid-template-columns: 1fr;gap:10px;}
	.title-sub {font-size: 16px;}
}

.grecaptcha-badge {display:none !important;}
