@charset "utf-8";
/* CSS Document */


@media screen and (min-width:1025px) { /*PC*/
}
@media screen and (max-width:1024px) { /*MB*/
}

/*全体*/

.p-head {
	width:100%;
	margin:0 auto;
	text-indent: -9999px;
	overflow: hidden;
}

@media screen and (min-width:1025px) { /*PC*/
	.p-head {
		height:123px;
	}
}
@media screen and (max-width:1024px) { /*MB*/
	.p-head {
		padding-top:22%;
	}
	.p-head p {
		display: none;
	}
}

.p-head-access {background:url("../img/head_access.png") center top no-repeat;	background-size: contain;}
.p-head-overview {background:url("../img/head_overview.png") center top no-repeat;	background-size: contain;}
.p-head-route {background:url("../img/head_route.png") center top no-repeat;	background-size: contain;}
.p-head-contact {background:url("../img/head_contact.png") center top no-repeat;	background-size: contain;}
.p-head-equipment {background:url("../img/head_equipment.png") center top no-repeat;	background-size: contain;}
.p-head-price {background:url("../img/head_price.png") center top no-repeat;	background-size: contain;}
.p-head-privacy {background:url("../img/head_privacy.png") center top no-repeat;	background-size: contain;}
.p-head-company {background:url("../img/head_company.png") center top no-repeat;	background-size: contain;}
.p-head-asmr {background:url("../img/head_asmr.png") center top no-repeat;	background-size: contain;}

/*メインビジュアル*/

.p-mainvisual-wrap {
	display: flex;
	width:100%;
	position: relative;
	flex-wrap: wrap;
}

@media screen and (min-width:1025px) { /*PC*/
	.p-mainvisual-mobile {
		display: none;
	}
}
@media screen and (max-width:1024px) { /*MB*/
	.p-mainvisual-mobile {
		background:url("../img/mainvisual.jpg") center center no-repeat;
		background-size: cover;
		width:100%;
		height:300px;
		overflow: hidden;
		border-radius: 20px;
		margin-bottom:32px;
	}
}


@media screen and (min-width:1025px) { /*PC*/
	.p-mainvisual-pc {
		background:url("../img/mainvisual.jpg") center center no-repeat;
		background-size: cover;
		width:50%;
		height:800px;
		overflow: hidden;
		border-radius: 50px;
	}
}
@media screen and (max-width:1024px) { /*MB*/
	.p-mainvisual-pc {
		display: none;
	}
}

.p-mainvisual-textblock {
	background:url("../img/contents_bg.png") left center no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width:1025px) { /*PC*/
	.p-mainvisual-textblock {
		width:50%;
	}
}
@media screen and (max-width:1024px) { /*MB*/
	.p-mainvisual-textblock {
		width:100%;
	}
}


.p-main-logo {
	width:100%;
	max-width: 500px;
	margin:0 auto;
}

.p-main-contact {
	display: block;
	width:350px;
	overflow: hidden;
	border-radius: 5px;
	margin:0 auto;
}

/*スタジオ概観*/

.p-overview-wrap {
	width:100%;
	max-width: 1920px;
	margin:0 auto;
}

.p-overview-wrap ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:32px;
}

.p-overview-wrap ul li {
	width:32%;
	overflow: hidden;
	aspect-ratio: 3 / 2;
	position: relative;
}

@media screen and (min-width:1025px) { /*PC*/
	.p-overview-wrap ul li {
		width:32%;
	}
}
@media screen and (max-width:1024px) { /*MB*/
	.p-overview-wrap ul li {
		width:100%;
	}
}

.p-overview-wrap ul li a img {
	width:100%;
	transition: all 0.3s;
}

.p-overview-wrap ul li a:hover img {
	transform:scale(1.1);
}

.p-overview-wrap ul li a p {
	width:100%;
	height:100%;
	position: absolute;
	z-index: 10;
	background-color:rgba(0,0,0,0.75);
	color:#fff;
	top:0;
	left:0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.3s;
}

.p-overview-wrap ul li a:hover p {
	opacity: 1;
}

/*装備*/

.p-equipment-wrap {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.p-equipment-line {
	color:#fff;
	text-align: left;
}

@media screen and (min-width:1025px) { /*PC*/
	.p-equipment-line {
		width:32%;
	}
}
@media screen and (max-width:1024px) { /*MB*/
	.p-equipment-line {
		width:100%;
	}
}

.p-equipment-line dl dt {
	border-bottom: 1px solid #fff;
	font-weight: 400;
	padding-bottom:12px;
}

.p-equipment-line dl dd {
	padding:12px 0 16px 0;
	line-height: 1.5;
}

/*料金*/

.p-price-list01, .p-price-list02 {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
	overflow: hidden;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	flex-wrap: wrap;
}

.p-price-list01 dl {
	width:25%;
	text-align: center;
}

@media screen and (min-width:1025px) { /*PC*/
	.p-price-list01 dl {
		width:25%;
	}
}
@media screen and (max-width:1024px) { /*MB*/
	.p-price-list01 dl {
		width:50%;
	}
}

.p-price-list02 dl {
	width:100%;
	text-align: center;
}

.p-price-list01 dl dt {
	padding:12px 0;
	box-sizing: border-box;
	border-right:1px solid #e5e5e5;
}

.p-price-list01 dl:last-child dt {
	border-right:0px!important;
}

.p-price-list01 dl dt p span {
	font-size: 2.1rem!important;
}

.p-price-list01 dl dd {
	padding:32px 0;
	box-sizing: border-box;
	background-color: #fff;
	border-right:1px solid #e5e5e5;
}

.p-price-list01 dl:last-child dd {
	border-right:0px!important;
}

.p-price-list02 dl dt {
	padding:12px 0;
	box-sizing: border-box;
}

.p-price-list02 dl dt p span {
	font-size: 2.2rem!important;
}

.p-price-list02 dl dd {
	padding:32px 0;
	box-sizing: border-box;
	background-color: #fff;
	border-right:1px solid #e5e5e5;
}


.p-price-attention {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	text-align: left;
	font-size: 1.5rem;
	color:rgba(95,95,95,1.00);
	line-height: 1.5;
}

/*アクセス*/

.p-access-map {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	box-sizing: border-box;
	border-radius: 30px;
	overflow: hidden;
	border:3px solid #5ec0c5;
	position: relative;
}

.p-access-map iframe {
	width:100%;
	height:400px;
}

/*経路*/

.p-route-wrap {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
}

.p-route-wrap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:32px 0;
}

.p-route-wrap ul li {
	width:32%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

@media screen and (min-width:729px) { /*PC*/
	.p-route-wrap ul li {
		width:32%;
	}
}
@media screen and (max-width:728px) { /*MB*/
	.p-route-wrap ul li {
		width:100%;
	}
}

.p-route-wrap ul li img {
	width:100%;
}

.p-route-wrap ul li p {
	display: block;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	text-align: center;
	color:#fff;
	background-color:rgba(0,0,0,0.7);
	box-sizing: border-box;
	font-size: 1.6rem;
	padding:4px;
}

/*インデックスコンタクト*/

.p-foot-contact-link {
	position: relative;
	margin:0 auto;
	border-radius: 60px;
	overflow: hidden;
	background-color:#fff;
 }

@media screen and (min-width:729px) {
	.p-foot-contact-link {
		width:720px;
		height:120px;
	}
} /*PC*/
@media screen and (max-width:728px) {
	.p-foot-contact-link {
		width:95%;
	}
} /*MB*/

.p-foot-contact-link a img {
	width: 100%;
}

/*フッター*/

.p-foot-logo {
	margin:0 auto;
	position: relative;
	display: block;
	width:500px;
}

@media screen and (min-width:1025px) {
	.p-foot-logo {
		width:500px;
	}
} /*PC*/
@media screen and (max-width:1024px) {
	.p-foot-logo {
		width:80%;
	}
} /*MB*/

.p-foot-logo a {
	position: relative;
	width:100%;
}

.p-foot-logo a img {
	width:100%;
}

.p-foot-link {
	color:white;
}

.p-foot-link a {
	color:white;
	text-decoration: none;
}

.p-foot-link a:hover{
	text-decoration: underline;
}

/*サブコンテンツ*/
/*お問い合わせ*/

.p-contact-form {
	width:100%;
}

.p-form-premise,
.p-form-acceptance {
	text-align: left;
	width:100%;
}

.p-contact-form dl {
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-bottom:8px;
}

.p-contact-form dl dt {
	width:29%;
	color:#fff;
	background-color:#5cb6bb;
	font-size:1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding:16px;
}

.p-contact-form dl dt span {
	margin-left:8px;
	font-size: 90%;
	color:yellow;
	font-weight: bold;
}

.p-contact-form dl dd {
	width:70%;
	background-color:#F9F9F7;
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	flex-direction: column;
	padding:16px;
	font-size:1.6rem;
}

@media screen and (min-width:1025px) {
	.p-contact-form dl {
		display: flex;
		justify-content: space-between;
	}
	.p-contact-form dl dt {
		width:29%;
	}
	.p-contact-form dl dd {
		width:70%;
	}
}
@media screen and (max-width:1024px) {
	.p-contact-form dl {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.p-contact-form dl dt {
		width:100%;
	}
	.p-contact-form dl dd {
		width:100%;
	}
}

.p-contact-form dl dd div {
	width:100%;
	margin:0 auto;
	position: relative;
	text-align: left;
}

.p-contact-form dl dd input[type="text"],input[type="email"],input[type="tel"],input[type="url"] {
	width:100%;
	display: block;
	margin:0 auto;
    box-sizing: border-box;
    outline: none;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    transition: all 0.1s ease-out;
	font-size:1.6rem;
	color:dimgray;
	position: relative;
}

span.check {color:dimgray; margin:8px 0;display: block;}

.p-contact-form select {
	width:100%;
	display: block;
    box-sizing: border-box;
    outline: none;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    transition: all 0.1s ease-out;
	font-size:1.6rem;
	color:dimgray;
	position: relative;
}

.p-contact-form dl dd textarea {
	width:100%;
	display: block;
	margin:0 auto;
	box-sizing: border-box;
    outline: none;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    transition: all 0.1s ease-out;
	font-size:1.6rem;
	color:dimgray;
	position: relative;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap:10px;
}

.wpcf7-list-item-label {/*項目の色や文字サイズ*/
	cursor: pointer;
}

.p_form_label .wpcf7-list-item {
	display: block;
	
	line-height: 40px;
	height:40px;
	background-color:#FFF;
	box-sizing: border-box;
	padding:0 8px;
	border-radius: 5px;
	position: relative;
	margin:0!important;
}

/*PC*/
@media screen and (min-width:1025px) {
	.p-form-label .wpcf7-list-item {
		width:calc(calc(100% - 20px) / 3);
	}
}
/*MOB*/
@media screen and (max-width:1024px) {
	.p-form-label .wpcf7-list-item {
		width:calc(calc(100% - 20px) / 2);
	}
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;/*既存のチェックボックスを見えなくする*/
}

.wpcf7-list-item-label:before {/*チェックボックスの枠*/
  content: '';
  border: 1px solid #5cb6bb;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 12px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label:after {/*チェックアイコン*/
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 8px;
	width: 20px;
	height: 20px;
	background: url("../img/check-solid.svg") no-repeat center;
  background-size: contain;
}

.p-contact-check {
	width:100%;
	background-color:#F9F9F7;
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	flex-direction: column;
	padding:16px;
	font-size:1.6rem;
}

.p-contact-check .wpcf7-list-item {
	display: block!important;
	width:100%;
	line-height: 40px;
	height:40px;
	background-color:#FFF;
	box-sizing: border-box;
	padding:0 8px;
	border-radius: 5px;
	position: relative;
	margin: 0!important;
}

.p-form-bt {
	width:100%;
	margin:0 auto;
}

.p-form-bt input[type="submit"],input[type="reset"] {
	display: block;
	width:200px;
	height:60px;
	color:#fff;
	background-color:#503989;
	outline: none;
	border:0;
	font-size: 1.6rem;
	font-weight: bold;
	cursor: pointer;
	margin:0 auto;
	text-align: center;
}

.p-form-bt input[type="submit"] {
	background-color:#5cb6bb;
	transition: all 0.3s;
	border:5px solid #5cb6bb;
}

.p-form-bt input[type="submit"]:hover {
	background-color:#fff;
	color:#5cb6bb;
	border:5px solid #5cb6bb;
}

.wpcf7 form .wpcf7-response-output {
	margin:0!important;
}

div.wpcf7-mail-sent-ok {
	width:100%;
border: 2px solid #5cb6bb;
}
div.wpcf7-mail-sent-ng {
	width:100%;
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
	width:100%;
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
	width:100%;
border: 2px solid #f7e700;
}


.wpcf7 form.sent .wpcf7-response-output {/* 送信ボタン下完了時 */
    border-color: #8cebe5;
	font-size: 1.8rem;
	box-sizing: border-box;
	padding:12px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {/* 送信ボタン下未入力警告 */
    border-color: #f88;
	font-size: 1.8rem;
	box-sizing: border-box;
	padding:12px;
}
.wpcf7-not-valid-tip {/* 必須未入力項目下の文章 */
    color: #f88;
    font-size: 12px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
width: 100%!important
}

/*プライバシーポリシー*/

.p-privacy-body {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	text-align: left;
}

.p-text-default {
	line-height: 1.5;
	color:rgba(95,95,95,1.00);
}

/*カンパニー*/

.p-company-body {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	text-align: left;
}

.p-company-body dl dt {
	border-bottom:1px solid #5cb6bb;
	padding:12px 0;
}

.p-company-body dl dd {
	padding:12px 0 32px;
}

.p-asmr-text {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap:32px;
}

.p-asmr-text h3 {
	color: #fff;
	font-size: 4.5rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 700;
}

.p-asmr-text p {
	color: #fff;
	font-size: 2.4rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 400;
	line-height: 1.8;
}

@media screen and (min-width:1025px) { /*PC*/
	.p-asmr-text p {
	}
}
@media screen and (max-width:1024px) { /*MB*/
	.p-asmr-text p {
		text-align: left;
	}
}