@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/**************************************
 **全体
***************************************/
a{
	text-decoration: none;
	cursor:pointer;
	color:#52ab7d;
	transition: 0.2s;
}
a:hover{
	text-decoration: none;
	cursor:pointer;
	color:#b0519a;
}
body{
	box-sizing:border-box;
	overflow-x: hidden;
}

.rbr{
	display: inline-block;
}

/*全幅設定*/
.fullwidth-box{
	width:100vw;
	margin:0 0;
	padding:0;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background-color:rgba(255,255,255,0);
	padding-left: calc(env(safe-area-inset-left) + 40px);
	padding-right: calc(env(safe-area-inset-right) + 40px);
}

/*ボックス*/

.inbox {
	margin: 0px auto;
	width:100%;
	max-width: 1256px;
	height:100%;
	position: relative;
	box-sizing: border-box;
}

.flexbox{
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:space-between;
}

.half-item{
	width:50%;
	box-sizing: border-box;
}
.half-item02{
	width:48%;
	box-sizing: border-box;
}

/*画像*/
figure{
	text-align: center;
}

/*グラデーション文字*/
.gradation {
  background: linear-gradient(90deg, #4158D0, #C850C0 30%, #39ad94);
  background: -webkit-linear-gradient(0deg, #4158D0, #C850C0 30%, #39ad94);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*モバイルスライドインメニュー開閉時調整*/
.body:has(#navi-menu-input:checked, #sidebar-menu-input:checked) {
	overflow: visible;; 
}


/*メニューとh1の間調整*/
.content {
    margin-top: 0px;
	padding-top:0px;
}
.main{
	padding-top: 0;
}

/*トップページのみ*/
.front-top-page #main .entry-content{
	margin-top: 0 !important;
}


/*h*/


article h1{
	font-size:2.3em !important;
	line-height: 1em !important;
}
h1.entry-title{
	width:100vw;
	max-width: 1336px;
	margin:0 0;
	padding:0;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background-color:rgba(255,255,255,0);
	padding-left: calc(env(safe-area-inset-left) + 40px);
	padding-right: calc(env(safe-area-inset-right) + 40px);
}



article h2{
	font-size:1.3em !important;
	font-weight: bold !important;
	letter-spacing: 0.2em;
	margin-top:2em !important;
	margin-bottom: 3em !important;
	color: #667874 !important;
	background-color:initial !important;
	padding:15px 0 0.8em 0 !important;
	position: relative;
	border-radius: 0 !important;
	text-align: center;
	z-index:0;
}

h2:before{
	content:"";
	position: absolute;
	background: linear-gradient(90deg, #4158D0, #C850C0 30%, #39ad94);
	background: -webkit-linear-gradient(0deg, #4158D0, #C850C0 30%, #39ad94);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    top:0.4em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 2em;
    font-weight: normal;
  	font-family: "Caveat", cursive;
  	font-weight: 400;
 	font-style: normal;
	z-index: -1;
	opacity: 0.3;
	letter-spacing: 0em;
	padding:10px;
}

/*h2タイトル*/
h2.info:before{
	content:"Information";
}
h2.studiolist:before{
	content:"Studio list";
}
h2.spec:before{
	content:"Spec & Eq";
}
h2.usagefee:before{
	content:"Usage Fee";
}
h2.access:before{
	content:"Access";
}

article h3{
	font-weight: 400 !important;
	font-size:1.3em !important;
	margin-top:1.62em !important;
	color: #897158;
	background-color:initial !important;
	border-width:0 !important;
}

article h4{
	font-weight: bold !important;
	font-size: 18px !important;
	color: #897158;
	background-color:initial !important;
	border-width:0 !important;
	margin-bottom:12px !important;
	padding-left:0 !important;
}

/*フォント*/
body {
  font-family: YakuHanJP_Narrow, "Barlow Semi Condensed",
	  "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.f-08em{
	font-size: 0.8em;
}

/*text-align*/
.text-center{
	text-align: center;
}
/*width %調整用*/
.percent48{
	width: 48% !important;
}
.percent32{
	width: 32% !important;
}


/*padding 調整用*/
.pad-0{
	padding:0 !important;
}
.pad-12{
	padding:12px !important;
}

.pad-16{
	padding:16px !important;
}
.pad-24{
	padding:24px !important;
}
.pad-30{
	padding:30px !important;
}

.pad-r24{
	padding-right:24px !important;
}
.pad-l24{
	padding-left:24px !important;
}

.pad-t24{
	padding-top:24px !important;
}
.pad-t48{
	padding-top:48px !important;
}
.pad-t80{
	padding-top:80px !important;
}
.pad-t110{
	padding-top:110px !important;
}

.pad-b24{
	padding-bottom:24px !important;
}
.pad-b48{
	padding-bottom:48px !important;
}

.pad-b80{
	padding-bottom:80px !important;
}

/*margin 調整用*/

.mar-b80{
	margin-bottom:80px !important;
}
.mar-b48{
	margin-bottom:48px !important;
}
.mar-b24{
	margin-bottom:24px !important;
}
.mar-b0{
	margin-bottom:0 !important;
}
.gap-08em{
	display: flex;
	gap: 0.8em;
}

/*注釈リスト*/
ul.notes{
	list-style: none;
	padding-left: 1.3em;
	font-size:0.9em;
}
ul.notes li{
}
ul.notes li:before{
	content:"※";
	margin-left: -1.2em;
    margin-right: 0.2em;
}
ul.notes li.red{
	color: #c71212;
}

/*背景色*/
.bg-white{
	background-color: #fff !important;
	border-top:0.5px solid #fff !important;
}
.bg-gray{
	background-color: #e6f0ef;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.bg-gray:before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../../../wp-content/uploads/2025/07/bg-switching02.png");
	background-size: 10px auto;
	background-repeat: repeat-x;
	z-index: -2;

}
.bg-gray:after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	background-image: url("../../../wp-content/uploads/2025/07/bg-switching01.png");
	background-size: 10px auto;
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: -1;
}

.bg-clearblack{
	background-color: rgba(0,0,0,0.6);
}

/*ページ内リンク調整*/
.anchor-adj{
	display: block;
    padding-top: 40px;
    margin-top: -40px;	
}

#content-bottom{
	margin-bottom:0;
}
#content-bottom .widget{
	margin-bottom:0;
}

/*改行設定*/
.rbr{
  display: inline-block;
}

/**************************************
 * 投稿ページ
***************************************/


a.bt-return{
	display: inline-block;
	padding: 10px;
	background-color: rgba(137, 113, 88, 1);
	color: #fff;
	font-size:18px;;
	font-weight: bold;
	text-align: center;
	margin:60px auto;
	width:100%;
	max-width:500px;
	transition: 0.2s;
}
a.bt-return:hover{
	background-color: rgba(137, 113, 88, 0.6);
}

/*関連記事表示*/
.related-list h3{
	border-left-width: 0 !important;
}

/*ブログカード関連*/
h2.entry-card-title{
	margin: 0 !important;
	font-size: 1.2em !important;
}
.related-list h3 {
	margin-top: 0 !important;
}

.related-list a{
	background-color: #edf7f7;
	border-width:0 1px 0 1px;
	border-style: solid;
	border-color: #a6bdbd;
}

#list, .list-wrap {
	padding-bottom: 2em;
}

/**************************************
 **ヘッダー
***************************************/


/*ヘッダーメニュー*/
.fixed-header{
	box-shadow:none;
}

.navi-in .menu-item a{
	padding: 0 !important;
}

#navi .navi-in>ul>li {
    width: min-content;
    padding: 0;
	padding-left:3%;
}
#navi .navi-in>ul {
	justify-content: right !important;
}

.navi{
	background-color: transparent;
}

.navi a{
	font-family: ;
	color:#333 !important;
	font-size:14px;
	font-weight: bold;
}

.sub-caption {
    font-family: "Barlow Semi Condensed", sans-serif;
	position: absolute;
	top:50%;
	left:0;
	right: 0;
	font-size: 1.2em;
	/*font-family: "Caveat", cursive;*/
    font-weight: 500;
	opacity: 0.6;
}


/*ヘッダーメニュー*/
.header-container{
	position: fixed;
 	z-index: 9997;
  	top: 0;
	display: flex;
    justify-content: center;
	height:90px;
	width:100vw;
	margin: 0;
	padding: 0 40px;
	transition: .3s;
	background-color: rgba(255,255,255, 0);
}
.header-container-active{
	background-color: rgba(255,255,255, 0.8);
	backdrop-filter: blur(8px);
}

.header-container-in.hlt-top-menu .logo-header img {
	max-width: 180px;
}
.header-container-in.hlt-top-menu .logo-header {
    max-height: 80px;
	padding:10px 0;
}
.header-container-in {
    width: 1256px;
}
.site-name-text-link{
	padding: 0 !important;
}

/*ヘッダーメニュー予約項目*/
#header-container #menu-item-83 a{
	position: relative;
	background-color:hsla(196,100%,33%,1);
	background-image:
	radial-gradient(at 72% 89%, hsla(180,69%,62%,1) 0px, transparent 50%),
	radial-gradient(at 86% 9%, hsla(315,61%,72%,1) 0px, transparent 50%),
	radial-gradient(at 28% 98%, hsla(230,69%,67%,1) 0px, transparent 50%),
	radial-gradient(at 24% 10%, hsla(187,69%,68%,1) 0px, transparent 50%),
	radial-gradient(at 69% 62%, hsla(250,99%,79%,1) 0px, transparent 50%);
	padding:0px 20px !important;
	border-radius:500px;
	z-index: 0;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
	color: #fff !important;
}
#header-container #menu-item-83 a::before{
    content: "";
    position: absolute;
	top:0;
	left:0px;
	bottom: 0;
	right:0;
    z-index: -1;
	background-color:hsla(196,100%,33%,1);
	background-image:
	radial-gradient(at 69% 62%, hsla(180,69%,62%,1) 0px, transparent 50%),
	radial-gradient(at 24% 10%, hsla(315,61%,72%,1) 0px, transparent 50%),
	radial-gradient(at 28% 98%, hsla(230,69%,67%,1) 0px, transparent 50%),
	radial-gradient(at 86% 9%, hsla(187,69%,68%,1) 0px, transparent 50%),
	radial-gradient(at 72% 89%, hsla(250,99%,79%,1) 0px, transparent 50%);
	padding:0px 20px !important;
	border-radius:500px;
	opacity: 0;
    transition: opacity 0.3s;
}
#header-container #menu-item-83 a:hover::before {
	opacity: 1;
}

/**ヘッダーメニュー調整に関する項目**/
body:not(.home.page) .container{
	padding-top:110px;
}


/**************************************
 **フッター
***************************************/
#footer{
	margin-top:0;
	font-family: ;
	width:100vw;
	margin:0 0;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	padding-left: calc(env(safe-area-inset-left) + .2em);
	padding-right: calc(env(safe-area-inset-right) + .2em);
}



/**********************************
 * ホーム
***********************************/

/*タイトル非表示*/
.front-top-page #main .entry-title{
	display: none;
}
.date-tags{
	display: none;
}

/*ファーストビュー*/
.top-firstview{
	width:100vw;
	margin:0 0;
	padding:0;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background-color:rgba(255,255,255,0);
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:space-between;
	background-image: url("../../../wp-content/uploads/2025/04/firstview01.jpg");
	background-size:cover;
	background-position:center;
}

.first-info{
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
}
.first-info figure{
	text-align: center;
	margin: 18em 20px 12em 20px;
}
.first-info figure img{
	max-height:40svh;
	width: 200px;
}

.first-bn figure{
	margin:16px 16px 32px 16px;
}

/*インフォメーション*/
.info-topic{
	border: 1px solid #666;
	border-width: 1px 0;
}

/*スタジオ一覧*/

h3.studio-name{
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
	font-size: 1.2em !important;
	font-weight: bold !important;
	color: #555;
}

.top-studiolist a{
	width: 19%;
	z-index: 1;
	overflow: hidden;
}

.bt-studio{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.bt-studio:before{
	content: "";
	padding-top: 50%;
	display: block;
	background-color: rgba(141, 192, 201, 0.1);
}

.bt-seiseki{
	background-image: url("../../../wp-content/uploads/2025/04/image-seiseki03.jpg");
	background-size:cover;
}
.top-studiolist a{
	position: relative;
	color: #555;
	margin-bottom:16px;
}

.top-studiolist ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.top-studiolist ul li{
	margin: 0;
}
.top-studiolist ul li.ward{
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: min(1.2vw,16px);
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 1000px;
	padding: 0 10px;
	margin: 0.4em;
}
.top-studiolist ul li.area{
	position: absolute;
	top: 0;
	right: 0;
	font-weight: normal;
	font-size: min(1.5vw,18px);
	color: #fff;
	border-radius: 1000px;
	padding: 0 10px;
	z-index: 0;
}
 .top-studiolist ul li.area:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   background: linear-gradient(-45deg, #FFF000 0%, #ED008C 100% );
    transform: translate3d(0px, 20px, 0) scale(0.95);
    filter: blur(15px);
    opacity: var(0.9);
    transition: opacity 0.3s;
    border-radius: inherit;
}

.top-studiolist ul li.area::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
}
.top-studiolist ul li.area .num-big{
	font-size:1.6em;
}


/***********************************
 * スタジオページ
 * *********************************/


.wpvr-cardboard {
	height: 100% !important;
}

.image360d{
	position: relative;
}
.image360d::before{
	content:"360° Image";
	position: absolute;
	top: 0;
	right: 12px;
	z-index: 1;
	font-weight: bold;
	font-size: min( 2em, 25px );
}

.spec-wrap{
	display:flex;
	align-items: stretch;
	justify-content: space-between;
	gap :1em;
	flex-wrap: wrap;
}
.spec-wrap .item{
	width:30%;
	padding: 0.5em 0;
}
.spec-wrap .name{
	width:100%;
	padding:0 0.4em;
	border-radius: 1000px;
	background-color: #666;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.spec-wrap .detail{
	font-size:1.5em;
	font-weight: bold;
	text-align: center;
	padding: 1em 0 0.5em 0;
}

.spec-wrap a.linkbt-draw{
	padding: 0.2em 2em 0.2em 1.5em;
	border: 1px solid #333;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0 0.5em 1em 0.5em;
}
.spec-wrap a.linkbt-draw:hover{
	background-color: #333;
	color: #fff;
}
.spec-wrap a.linkbt-draw::before{
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.7em;
	background-image: url("../../../wp-content/uploads/2025/05/icon-draw.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.spec-wrap a.linkbt-floor{
	padding: 0.2em 2em 0.2em 1.5em;
	border: 1px solid #333;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0 2em 2em 2em;
}
.spec-wrap a.linkbt-floor:hover{
	background-color: #333;
	color: #fff;
}
.spec-wrap a.linkbt-floor::before{
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.7em;
	background-image: url("../../../wp-content/uploads/2025/05/icon-draw.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}


.spec-wrap .icon{
	max-width: 40px;
	height: auto;
	padding-right: 10px;
}

.eq-listbox{
	width:19%;
	min-width: 180px;
	border: 1px solid #ccc;
	border-width: 1px 0;
	display: flex;
	align-items: center;
}

.eq-listbox a{
	width:20%;
}
.eq-listbox .item{
	width:calc( 80% - 2em );
	padding:0 1em;
	margin: 4px;
	font-weight: bold;
	font-size: 0.8em;
}

.eq-listbox .detail{
	width:2em;
	margin-bottom: 0;
	text-align: left;
	font-size: 1.2em;
}
.eq-listbox .detail:before{
	content: "×";
	font-size: 1.2em;
	margin-right: 0.1em;
}

/*料金表*/
.price-list {
	font-size: 1em;
	color: #666;
	background-color: #fff;
}
table.price-list :where(th, td){
	border: 0px;
}
.price-list caption{
	caption-side: bottom;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0.1em 0;
	color: #fff;
	background-color: #666;
	border-bottom: 1px solid #666;
}

.price-list thead{
	background-color: #fff;
	border-top: 4px solid #666;
	border-bottom: 2px solid #666;
}
.price-list thead th.time{
	border-right: 2px solid #666;
}
.price-list thead th.feeinfo{
	padding: 0.5em 0 0 0;
}
.price-list thead th.feeinfo p{
	border-radius: 10000px;
	margin-bottom:0;
	margin: 0 15px;
	letter-spacing: 0.15em;
}
.price-list thead th.feeinfo p span{
	font-size: 1.2em;
	margin-right: 0.1em;
}
.price-list thead th.week{
	/*background-color: #344f59;*/
}
.price-list thead th.week p{
	background-color: #4e9bb5;
	color: #fff;
	border-radius: 10000px;
	margin-bottom:0;
	margin: 0 15px;
}
.price-list thead th.ssh{
	/*background-color: #5c3e4e;*/
}
.price-list thead th.ssh p{
	background-color: #e86489;
	color: #fff;
	border-radius: 10000px;
	margin-bottom:0;
	margin: 0 1em;
}

.price-list tbody{
	border-bottom: 2px solid #666;
}
.price-list tbody tr {
	font-size: 1.2em;
}
.price-list tbody th {
	width:36%;
	border-width:0;
	border-bottom: 1px solid #666;
	border-right: 2px solid #666;
}
.price-list tbody .pack7{
	background-color: #fcba03;
	color: #333;
	font-size: 0.8em;
	padding: 0 1em;
	margin: 0 0.5em;
}
.price-list tbody td {
	text-align: center;
	background-color: #fff;
	width:32%;
	border-width:0;
	border-bottom: 1px solid #666;
	font-weight: bold;
}
.price-list tbody td:nth-child(2){
	/*background-color: #e3fbfc;*/
}
.price-list tbody td:nth-child(3){
	/*background-color: #f2edef;*/
}
.price-list tbody :where(th, td){
	padding:1em 0.5em;
}
.price-list tbody td span{
	font-size: 0.8em;
	margin-right: 0.1em;
}

/*アクセス*/
.g-map{
	width: 49%;
	min-height:200px;
}
.route-pic{
	width:49%;
	background-color: #666;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	
	
	/*ヘッダー*/
    .header-container {
        display: none;
    }
	.mobile-menu-buttons{
		margin: 0;
	}
	body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
		margin-top: 0 !important;
	}
	.mobile-header-menu-buttons{
		box-shadow: initial;
		padding: 10px 0;
		transition: .3s;
		background-color: rgba(255,255,255, 0);
	}
	.mobile-header-menu-buttons-active{
		background-color: rgba(255,255,255, 1);

	}
	
	.logo-menu-button {
        flex-grow: initial;
    }
	.mobile-header-menu-buttons.mobile-menu-buttons .menu-button:first-child{
		width: 120px;
		padding-left:10px;
	}
	
	/**************************************
	 **スライドインメニュー
	***************************************/	
	.navi-menu-content{
		left: auto;
		right: 0;
		background-color: rgba(0, 0, 0, 0.3);
		backdrop-filter: blur(7px);
		border-left-width:0px;
		font-size:16px;
		transform: translateX(101%);
		padding-top: 5px;
	}
	.navi-menu-content a {
		color: #fff;
		font-size:18px;
	}
	.navi-menu-content li{
		text-align: center;
		letter-spacing: 0.2em;
		padding: 12px 0;
		border-bottom: 0.5px solid #fff;
	}
	.navi-menu-content li:first-child{
		padding-top:12px;
		border-top: 0.5px solid #fff;
	}	
	
	.mobile-menu-buttons .menu-caption{
		 display: none;
  	}

	.menu-content .menu-drawer {
		 padding: 5em 1em 0 1em;
	}
	
	/*ハンバーガーメニュー*/
	
	#navi-menu-open{
		z-index: 99999;
	}

	#navi-menu-open .navi-menu-icon{
		width: 44px;
		height: 44px;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		background-color: #666;
		border-radius: 50%;
	}

	#navi-menu-input + #navi-menu-open .navi-menu-icon .fa-bars,
	#navi-menu-input + #navi-menu-open .navi-menu-icon .fa-bars::before,
	#navi-menu-input + #navi-menu-open .navi-menu-icon .fa-bars::after {
		content: "";
		display: block;
		width: 32px;
		height: 1px;
		background-color: #fff;
		position: absolute;
		margin: 0 auto;
		right: 0;
		left: 0;
		transition:0.2s;
	}
	#navi-menu-input + #navi-menu-open .navi-menu-icon .fa-bars::before {
		bottom: 6px;
	}
	#navi-menu-input + #navi-menu-open .navi-menu-icon .fa-bars::after {
		top: 6px;
	}

	#navi-menu-input:checked + #navi-menu-open .navi-menu-icon .fa-bars {
		background-color: initial;
	}
	#navi-menu-input:checked + #navi-menu-open .navi-menu-icon .fa-bars::before{
		bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#navi-menu-input:checked + #navi-menu-open .navi-menu-icon .fa-bars::after{
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.fa.fa-close{
		display: none;
	}
	
}



/*834px以下*/
@media screen and (max-width: 834px){
	
	#main.main{
		padding-top: 0;
	}
	
	.percent48{
		width:100% !important;
	}
	.percent32{
		width: 100% !important;
	}

	/*スタジオ紹介ページ*/
	.image360d{
		margin-top: 1em;
		height: 40svh;
	}
	/*スタジオ一覧*/

	h3.studio-name{
		margin: 10px 0 0 0 !important;
		padding: 0 !important;
		font-size: 1.1em !important;
		font-weight: bold !important;
		color: #555;
	}
	.top-studiolist ul{
		font-size: 0.8em;
		margin-top: 0.2em;
	}
	.top-studiolist ul li{
		line-height: 1.2em;
	}
	.top-studiolist a{
		width: 33%;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){

	h1.entry-title{
		padding-left: calc(env(safe-area-inset-left) + 16px);
		padding-right: calc(env(safe-area-inset-right) + 16px);
	}
	
	/*全幅設定*/
	.fullwidth-box{
		padding-left: calc(env(safe-area-inset-left) + 16px);
		padding-right: calc(env(safe-area-inset-right) + 16px);
	}
	/*トップページスタジオ一覧*/
	.top-studiolist a{
		width: 48%;
	}
	
	/*スタジオページスペック*/
	.spec-wrap .item{
		width:46%;
	}
	
  /***********************
   * 料金表*
   * *********************/
 /* .price-list {

  }
  .price-list thead {
	  display: none;
  }
  .price-list tbody tr {
	  width: 100%;
  }
  .price-list tbody th {
	  background: #e9727e;
	  color: #fff;
	  font-weight: bold;
	  text-align: center;
	  width: 50%;
	  min-width:initial;
  }
  .price-list tbody td {
	  display: block;
	  text-align: right;
	  width: 100%;
  }
  .price-list tbody td:before {
	  content: attr(data-label);
	  float: left;
	  font-weight: bold;
	  margin-right: 10px;
  }*/

}
