@charset "utf-8";
/* --------------------------------------------------
	SiteName :
	FileName : global.css
	Description : global styles

	== TOC =========================================
	1 : basic layout styles
	2 : headerArea styles
	3 : globalNaviArea styles
	4 : localNaviArea styles
	5 : contentsArea styles
	6 : footer styles

-------------------------------------------------- */


/* 1. basic layout styles
================================================== */
/* wrapper */
#wrapper {
	overflow: hidden;
}
a.tel_link {
	text-decoration: none;
	color: #010300;
}
:focus {
	outline: 0;
}
/* clarfix */
.clearfix {
	zoom: 1;
	display: block;
	clear: both;/*	overflow: hidden;
*/
}
.clearfix:after {
	overflow: hidden;
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
iframe {
	vertical-align: bottom;
}
.mincho {
	font-family: "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#gNavi > ul > li > .menu__second-level {
	display: none;
}
/* 2. headerArea styles
================================================== */
	/*#header .sub_menu li.entry a:before {
	background-image: url(../../images/common/ico_first_01.svg);
}
#header .sub_menu li.login a:before {
	background-image: url(../../images/common/ico_secret_01.svg);
}*/
/* 3. globalNaviArea styles
================================================== */
#gNavi {
	margin: 0;
	padding: 0;
}
#gNavi > ul > li {
	text-align: center;
	cursor: pointer;
}
#gNavi > ul > li a {
	color: #3a3a3a;
	text-decoration: none;
	display: block;
}
/* 4. localNaviArea styles
================================================== */
/* 5. contentsArea styles
================================================== */
/* topicpath */

#visual {
	/*background-image: url(../../images/common/bg_visual_01.png);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
body#about #visual {
	margin-bottom: 0;
}
#visual h1 {
	color: #FFFFFF;
}
#topicpath ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
}
#topicpath ul li {
    color: #222;
}
#topicpath ul li:before {
	content: "\003e";
	float: left;
	display: block;
	margin-right: 5px;
	padding-left: 5px;
}
#topicpath ul li:first-child:before {
	content: "";
	float: none;
	display: none;
	padding-left: 0;
}
#topicpath ul li a {
    color: #222;
	text-decoration: none;
}

.eyecatch {
	text-align: center;
}
.eyecatch img {
	max-width: 100%;
	height: auto;
}
.h_style01 {
	text-align: center;
	position: relative;
}
.h_style01:before, .h_style01:after {
	width: 150px;
	margin: 0 auto;
	display: block;
	content: "";
	background-color: #3a3a3a;
	position: absolute;
	left: 0px;
	right: 0px;
}
.h_style01:after {
	height: 5px;
	bottom: 10px;
}
.h_style01:before {
	height: 1px;
	bottom: 5px;
}
.h_style01 span {
	display: block;
	font-weight: 500;
	font-size: 35%;
}
.h_style02 {
	color: #FFFFFF;
	font-size: 1.8rem;
	padding: 5px 8%;
	background-color: #333F49;
	text-align: center;
}
.h_style03 {
	color: #333f49;
	text-align: center;
	border-bottom: 1px solid #333f49;
	line-height: 1.4;
}
.list_dot01 li {
	position: relative;
	padding-left: 1em;
}
.list_dot01 li:before {
	width: 2px;
	height: 2px;
	display: block;
	background-color: #454545;
	border-radius: 10px;
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
}
.list_dot02 li {
	position: relative;
	padding-left: 1.5em;
}
.list_dot02 li:before {
	width: 12px;
	height: 12px;
	display: block;
	background-color: #454545;
	border-radius: 10px;
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
}
.f_box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.fbox_just {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.btn {
	text-align: center;
}
.btn a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333f49;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	position: relative;
	box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.39);
	border-radius: 4px;
}
.btn.arrow a:after {
	width: 12px;
	height: 12px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	content: "";
	margin-top: -6px;
}
.btn.red a {
	background-color: #F45656;
}
.btn.line-color a {
	background-color: #00B900;
}
.arrow_txt {
	font-weight: bold;
	position: relative;
	color: #6bc6a3;
}
.arrow_txt:before {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	margin-left: 0px;
}
.arrow_txt:after {
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	margin-left: -15px;
}
.section_bg {
	background-image: url(../../images/index/bg_idx_11.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/*ニュース
*/.news_list div.date:nth-of-type(2n+2), .news_list div.cat:nth-of-type(2n+3), .news_list div.ttl:nth-of-type(2n+2) {
    background-color: #f6f6f6;
}


/*	よくあるご質問
*/
section.sec_faq .qa_list dt, section.sec_faq .qa_list dd {
	background-color: #FFFFFF;
	color: #333f49;
	position: relative;
}
section.sec_faq .qa_list dt, section.sec_faq .qa_list dd .inner {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-weight: bold;
}
body#faq section.sec_faq .qa_list dt {
	border: 1px solid #f3a48e;
	margin-bottom: 5px;
}
section.sec_faq .qa_list span.icon {
	color: #FFFFFF;
	text-align: center;
	flex-basis: 7%;
}
section.sec_faq .qa_list dt span.icon {
	background-color: #f3a48e;
}
section.sec_faq .qa_list dd span.icon {
	background-color: #333f49;
}
section.sec_faq .qa_list dt span.ttl, section.sec_faq .qa_list dd span.txt {
	padding: 15px 0px;
	margin: 0px 10% 0px 5%;
}
section.sec_faq .qa_list dd {
	position: relative;
	display: none;
}
body#faq section.sec_faq .qa_list dd {
	border: 1px solid #333f49;
}
.qa_list .panel-btn-icon {
	display: block;
	content: "";
	top: 50%;
	width: 2px;
	height: 15px;
	margin: -7px 0 0;
	background: #939393;
	transition: .2s;
	position: absolute;
}
.qa_list .panel-btn-icon:before {
	width: 15px;
	height: 2px;
	right: -7px;
	content: "";
	display: block;
	background-color: #939393;
	position: absolute;
	top: 7px;
}
.qa_list .active .panel-btn-icon {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.qa_list .active .panel-btn-icon:before {
	display: none;
}
/*スタジオ
*/
section.studio_list .f_box > li .inner {
	background-color: #FFFFFF;
	position: relative;
}
section.studio_list .f_box > li .shopname_txt {
	background-color: #333f49;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
section.studio_list .f_box > li .station_txt {
	color: #FFFFFF;
	background-color: #189b82;
	text-align: center;
}
section.studio_list .f_box > li .link_txt a {
	display: block;
}
section.studio_list .f_box > li .tel_txt {
	line-height: 1.1;
	font-family: "Arial Black", Gadget, sans-serif;
	position: relative;
}
section.studio_list .f_box > li .tel_txt:before {
	background-image: url(../../images/common/tel.svg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	left: 0px;
	top: 5px;
	content: "";
}
section.studio_list .f_box > li .open_list {
	margin: 0;
}
section.studio_list .f_box > li .open_list .open_txt {
	background-color: #333F49;
	color: #FFFFFF;
}
section.studio_list .f_box > li .map_img {
	position: absolute;
}
section.studio_list .f_box > li .map_img span {
	background-color: #333F49;
	background-image: url(../../images/common/map.svg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: block;
}
section.studio_list .f_box > li .map_img a {
	display: block;
}
/* contact */

.inquiry th {
	text-align: left;
	width: 30%;
	border: solid 1px #333F49;
}
/*通常欄*/
.inquiry td {
	border: solid 1px #333F49;
}
.inquiry td input[type="text"], .inquiry td input[type="email"], .inquiry td input[type="tel"], .inquiry td input[type="number"], .inquiry td input[type="date"], .inquiry td textarea {
	width: 96%;
	height: 3em;
	padding: 2%;
	border: 1px solid #333F49;
}
.inquiry td textarea {
	height: 15em;
}
.select_wrap {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.select_wrap select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	height: 4.5em;
}
.select_wrap select::-ms-expand {
 display: none;
}
.select_wrap {
	position: relative;
	border: 1px solid #333F49;
	border-radius: 2px;
	background: #ffffff;
}
.select_wrap::before {
	position: absolute;
	top: 1.5em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333F49;
	pointer-events: none;
}
.select_wrap select {
	padding: 8px 38px 8px 8px;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
	border: solid 1px #d7d7d7;
}
/*必須の調整*/
.haveto {
	font-size: 1.2rem;
	padding: 5px;
	background: #e7491d;
	color: #fff;
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}
/*任意の調整*/
.any {
	font-size: 1.2rem;
	padding: 5px;
	background: #6bc6a3;
	color: #fff;
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
	display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn {
	position: relative;
	display: inline-block;
	min-width: 300px;
	padding: 0 44px;
	line-height: 56px;
	background: #1A1A1A;
	box-shadow: 0 0 5px rgba(000,000,000,.3);
	color: #FFF !important;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-decoration: none !important;
	text-align: center;
	font-size: 18px;
	-webkit-appearance: none;
	border: 1px solid #1A1A1A;
	border-radius: 0;
	cursor: pointer;
	box-sizing: border-box;
	transition: all .5s;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
	color: #333 !important;
	background: #F8C5BB;
	border: 1px solid #F8C5BB;
}
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .flexbox {
	justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #fff !important;
	background-color: #1A1A1A;
	border: 1px solid #1A1A1A;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	color: #FFF;
	background-color: #F7A392;
	border-color: #F7A392;
	opacity: 1;
}
.wp-pagenavi span.current {
	color: #FFFFFF;
	background-color: #FF3465;
	border-color: #FF3465;
	font-weight: bold;
}

@media (max-width: 767px) {

#formbtn {
	min-width: auto;
	width: calc(100% - 40px);
	line-height: 38px;
	font-size: 14px;
}

}
/* 6. footer styles
================================================== */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 768px) {
a.tel_link {
	pointer-events: none;
}
a.tel_link:hover {
	cursor: default;
	opacity: 1;
}

}


@media (min-width: 1024px) {
	.pcNoDisplay {
		display: none;
	}

	/* 2. headerArea styles
	================================================== */

	/* 3. globalNaviArea styles
	================================================== */
	#gNavi {
		margin: 0 auto;
		/*	padding: 18px 0;
	*/	width: 1024px;
		position: relative;
	}
	#gNavi > ul {
		margin-left: 150px;
		width: 440px;
		margin-right: 0px;
	}
	#gNavi > ul > li {
		text-align: center;
		cursor: pointer;
		line-height: 70px;
		height: 70px;
	}
	#gNavi > ul > li .menu_multi_ttl .open_btn {
		display: none;
	}

}


@media screen and (min-width: 768px) {

/* 4. localNaviArea styles
================================================== */

/* 5. contentsArea styles
================================================== */
#topicpath {
	padding: 10px 0 0;
}
#topicpath ul {
	margin: 0 auto;
	width: 1024px;
}
#visual {
	margin-bottom: 10px;
}
body#studio #visual {
	margin-bottom: 0px;
}
#visual h1 {
	margin: 0 auto;
	padding: 20px 00;
	width: 1024px;
	font-size: 2.5rem;
}
.eyecatch {
	margin-bottom: 50px;
}
.container {
	margin: 0 auto;
	width: 1024px;
}
.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.f_box.col3 {
	margin: 0 -25px;
}
.f_box.col3 > li {
	margin: 0 25px;
}
.fbox_just {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.h_style01 {
	font-size: 2.5rem;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.h_style03 {
	font-size: 2.5rem;
	margin-bottom: 50px;
	padding-bottom: 25px;
}
.btn a {
	font-size: 3.5rem;
	display: inline-block;
	min-width: 500px;
	padding: 15px 0;
}
.btn.red a {
	font-size: 3.5rem;
	display: inline-block;
}
.btn.arrow a:after {
	right: 15px;
}
.arrow_txt {
	font-size: 3.5rem;
}
body.single p.btn a {
    padding: 15px 0;
    font-size: 3.5rem;
    min-width: 600px;
}
	body.single p.btn +.btn{
	margin-top: 25px;
}

.lead {
	text-align: center;
	margin-bottom: 100px;
}
.lead p + p {
	margin-top: 25px;
}
/*	よくあるご質問
*/

	body#faq p.btn a {
	padding: 15px 0;
	/*margin-top: 24px;*/
    font-size: 3.5rem;
    min-width: 600px;
}
body#faq section.sec_faq .qa_list{
	margin-bottom: 100px;
}
section.sec_faq .qa_list dt {
	min-height: 70px;
	margin-bottom: 10px;
}
section.sec_faq .qa_list dt span.ttl, section.sec_faq .qa_list dd span.txt {
	flex-basis: 78%;
}
section.sec_faq .qa_list span.icon {
	font-size: 3rem;
	padding-top: 10px;
}
section.sec_faq .qa_list dt span.ttl {
	padding: 20px 0;
	font-size: 1.8rem;
}
section.sec_faq .qa_list dd {
	margin-bottom: 10px;
}
.qa_list .panel-btn-icon {
	right: 50px;
}
/*スタジオ
*/

body#studio section.studio_list {
	padding: 24px 0;
}
section.studio_list .f_box li {
	margin: 0 2%;
	width: 28.6%;
}
body#studio section.studio_list .f_box li {
	margin-bottom: 50px;
}
section.studio_list .f_box li img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
section.studio_list .f_box > li .inner {
	padding: 25px;
}
body#studio section.studio_list .f_box > li .inner {
	border: 1px solid #333f49;
	border-top: none;
}
section.studio_list .f_box > li .shopname_txt {
	font-size: 2rem;
	padding: 5px;
}
section.studio_list .f_box > li .station_txt {
	padding: 5px;
}
section.studio_list .f_box > li .link_txt {
	margin-bottom: 10px;
}
section.studio_list .f_box > li .link_txt + .link_txt {
	margin-bottom: 25px;
}
section.studio_list .f_box > li .link_txt a {
	min-width: 0px;
	font-size: 1.6rem;
}
section.studio_list .f_box > li .link_txt a:after {
	width: 8px;
	height: 8px;
}
section.studio_list .f_box > li .tel_txt {
	font-size: 3rem;
	padding-left: 1em;
	letter-spacing: -0.015em;
	margin-bottom: 10px;
}
section.studio_list .f_box > li .tel_txt:before {
	width: 23px;
	height: 23px;
}
section.studio_list .f_box > li .add_txt {
	margin-bottom: 15px;
}
section.studio_list .f_box > li .open_list .open_txt {
	padding: 5px;
}
section.studio_list .f_box > li .open_list .time_txt {
	padding: 5px;
}
section.studio_list .f_box > li .map_img {
	right: 25px;
	bottom: 25px;
}
section.studio_list .f_box > li .map_img span {
	width: 30px;
	height: 30px;
	background-size: 20px auto;
}

.post-content p.btn a {
	margin-top: 24px;
}

/* contact */
#formbtn {
	width: 350px;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 8px 15px;
	margin: 0 2px;
}
.wp-pagenavi {
	margin-bottom: 100px;
}
body#studio .wp-pagenavi, body#news .wp-pagenavi {
	margin-top: 50px;
	margin-bottom: 0px;
}

}





@media screen and (min-width: 767px) {
/* 6. footer styles
================================================== */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

IE Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

TABLET Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media (max-width: 1079px) and (min-width: 768px) {

}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
#wrapper {
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html.js_humburgerOpen {
	overflow: hidden;
	overflow-y: hidden;
}
body {
	background: none;
	position: relative;
	font-size: 17px;
}
body, html {
	min-width: 0;
}
.spNoDisplay {
	display: none;
}
a.tel_link {
	pointer-events: auto;
}
.tblScroll {
	white-space: nowrap;
	margin-bottom: 30px;
	padding-bottom: 20px;
	overflow: scroll;
}
.tblScroll::-webkit-scrollbar {
 background:#f2f2f2;
 width:10px;
 height:10px;
}
.tblScroll::-webkit-scrollbar-track {
background:#f2f2f2;
}
.tblScroll::-webkit-scrollbar-thumb {
 background:#cccccc;
}
.container {
}
/* 1. img styles
================================================== */


@media (max-width: 1023px) {

	/* 2. header styles
	================================================== */
	/* 3. navi styles
	================================================== */

	/* 5. contents styles
	================================================== */
	#visual {
		padding-top: 64px;
	}

	#topicpath ul {
		padding: 0 16px;
	}

}

/* 4. lNavi styles
================================================== */

/* 5. contents styles
================================================== */

@media (max-width: 767px) {


/*.btn a {
	padding: 15px 0;
	display: block;
	font-size: 2.4rem;
}
.post-content p.btn a {
	margin-top: 24px;
}
body.single .btn a {
	font-size: 2rem;
}*/

.btn.arrow a:after {
	right: 4%;
	width: 10px;
    height: 10px;
    margin-top: -5px;
}
.h_style01 {
	margin-bottom: 0;
	font-size: 2.5rem;
	padding-bottom: 24px;
}
.h_style01 span {
	margin: 5px 0 15px;
}
.h_style03 {
	font-size: 2.5rem;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
.arrow_txt {
	padding: 0 1.25em;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 15px;
}
.arrow_txt:before, .arrow_txt:after {
	position: absolute;
	margin-top: -5px;
}
.arrow_txt:before {
	left: -4%;
}
.arrow_txt:after {
	right: -4%;
}
#topicpath ul {
	padding: 5px 4% 0;
}
#visual {
	margin-bottom: 30px;
}
body#about #visual {
	margin-bottom: 0;
}
#visual h1 {
	padding: 30px 4%;
	text-align: center;
	font-size: 2rem;
}
.eyecatch {
	margin-bottom: 30px;
}
body#faq .sec_faq .container, body#info .news_list, body#studio .studio_list {
	margin: 0 0%;
}
/*	よくあるご質問
*/
body#faq section.sec_faq .qa_list{
	margin-bottom: 30px;
}
body#faq .btn a {
    font-size: 2.2rem;
}
section.sec_faq .qa_list dt + dd, section.sec_faq .qa_list dd + dt {
	margin-top: 5px;
}
section.sec_faq .qa_list dt {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
section.sec_faq .qa_list span.icon {
	flex-basis: 17%;
	padding: 15px 0 15px 0;
}
section.sec_faq .qa_list dt span.ttl, section.sec_faq .qa_list dd span.txt {
	flex-basis: 60%;
	padding: 15px 4%;
}
section.sec_faq .qa_list dd span.icon {
	background-color: #333f49;
}
.qa_list .panel-btn-icon {
	right: 8%;
}
body#faq #contents .container {
	margin: 0 4%;
}
/*スタジオ
*/
section.studio_list .f_box.col3 {
	display: block;
	padding-bottom: 15px;
}
section.studio_list .f_box > li {
	margin-bottom: 15px;
	flex-basis: 100%;
}
section.studio_list .f_box > li:last-child {
	margin-bottom: 0;
}
section.studio_list .f_box > li .inner {
	padding: 15px 4%;
}
section.studio_list .f_box > li .shopname_txt {
	padding: 15px 4%;
	font-size: 2rem;
}
section.studio_list .f_box > li .station_txt {
	padding: 15px 4%;
}
section.studio_list .f_box > li .link_txt + .link_txt {
	margin-top: 10px;
}
section.studio_list .f_box > li .tel_txt {
	font-size: 3rem;
	padding: 15px 0 15px 1em;
}
section.studio_list .f_box > li .tel_txt:before {
	width: 20px;
	height: 20px;
	top: 20px;
}
section.studio_list .f_box > li .add_txt {
	margin-bottom: 15px;
	line-height: 1.5;
}
section.studio_list .f_box > li .open_list .open_txt {
	padding: 5px 4%;
	text-align: center;
}
section.studio_list .f_box > li .open_list .time_txt {
	padding: 5px 4%;
}
section.studio_list .f_box > li .map_img {
	right: 4%;
	bottom: 15px;
}
section.studio_list .f_box > li .map_img span {
	width: 30px;
	height: 30px;
	background-size: 15px auto;
}
/* contact */


.inquiry th, .inquiry td {
	display: block!important;
	width: 100%!important;
	border-top: none!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	box-sizing: border-box!important;
}
.inquiry tr:first-child th {
	border-top: 1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */
.inquiry .haveto, .inquiry .any {
	font-size: 1.2rem;
}
.wp-pagenavi .flexbox {
	margin: 0 -3px;
}
.wp-pagenavi {
	margin: 20px 0 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 2px 4px;
	margin: 0 1px 0 0;
	font-size: 1.1rem;
	letter-spacing: -0.035em;
}
	/*	6 : footer styles
	================================================== */
