/*
Template:twentyseventeen
 Theme Name:twentyseventeen_child
 Description:twentyseventeen の子テーマです
*/

/*	サイト全体	*/
@-ms-viewport
{
    width: auto;
}

/* admin bar	*/
#wpadminbar {
	width: 45%;
	min-width: auto;
}
#wp-admin-bar-new_draft
{
	display: none;
}

body,
button,
input,
select,
textarea {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","sans-serif";
}
.displaynone {
	display: none;
}
img {
	width: 100%;
	box-shadow: none !important;
}
a {
	outline: none !important;
}

.sp { display: none; }
.pc { display: block; }
.splf { display: inline; }
.pclf { display: block; }
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
	.sp { display: block; }
	.pc { display: none; }
	.pclf { display: block; }
	.pclf { display: inline; }
}

/***************************************************************************/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 0.625rem;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	text-decoration: none;
	color: #111111;
	background-color: #70d0f0;
	border: 0.0625rem solid #3366cc;
	padding: 0.25rem 0.4375rem;
	margin: 0.1875rem 0.0625rem;
	box-shadow: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
	box-shadow: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background:#78ffb8;
}
.wp-pagenavi span.extend {
	display: none;
}
/***************************************************************************/
.image-header,
.site-content {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
	  0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	  0% {opacity: 0}
	100% {opacity: 1}
}

/*	ヘッダー	*/
.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	background: url(img/bg.png);
	z-index: 100;
}
.dummy-site-header {
	width: 100%;
}
.header_inner {
	position: relative;
	width: 1200px;
	height: 90px;
	margin: 0 auto;
}
.header_logo {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 334px;
}
.header_logo2 {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 220px;
}
.header_menu {
	position: absolute;
	top: 30px;
	left: 360px;
	color: #fff;
	font-weight: bold;
	display: flex;
}
.header_menu > div {
	display: inline-block;
	margin-right: 20px;
}
.header_store {
	font-size: 40px;
}
.header_link {
	font-size: 20px;
	line-height: 40px;
}
.header_link img {
	width: 11px;
	margin-bottom: 2px;
	margin-right: 6px;
}
.header_link a {
	color: #fff;
	transition: 0.35s;
}
.header_link a:hover {
	opacity: 0.7;
}
.header_right_wrap {
	position: absolute;
	top: 30px;
	right: 0px;
	color: #fff;
}
#menu-header_right {
	list-style: none;
	display: flex;
}
#menu-header_right li {
	margin-left: 20px;
}
#menu-header_right li a {
	font-size: 14px;
	color: #fff;
	background: rgb(71, 0, 7);
	padding: 0 32px;
	transition: 0.35s;
}
#menu-header_right li a:hover {
	opacity: 0.7;
}
.navigation-top {
	display: none;
}
@media screen and (max-width: 1200px) {
	.header_inner {
		width: 1000px;
	}
}
@media screen and (max-width: 1000px) {
	.site-header {
		top: 0px;
		height: 60px;
		background: none;
	}
	.dummy-site-header {
		height: 60px;
	}
	body.home .dummy-site-header,
	body.home .site-header {
		height: 60px;
	}
	.header_inner {
		min-width: 280px;
		width: 100%;
		height: 60px;
		margin: 0;
		background: url(img/bg.png);
	}
	.header_logo {
		top: 4px;
		left: 20px;
		width: 220px;
	}
	body.home .header_logo {
		top: 10px;
	}
	.header_menu {
		display: none;
	}
	.header_menu > div img {
		height: 12px;
		width: auto;
	}
}

.image-header {
	position: fixed;
	width: 100%;
	z-index: -1;
}
.image-header > div {
	position: relative;
}
.image-header img {
	width: 100%;
}
.image-header .top {
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.image-header .top div {
	padding: 30px 60px;
	color: #fff;
	font-size: 20px;
	background: rgba(107, 0, 10, 0.8);
}
.image-header .preparation {
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	color: #fff;
	font-size: 110px;
	font-weight: bold;
	letter-spacing: 50px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
	.image-header .preparation {
		font-size: 80px;
		letter-spacing: 40px !important;
	}
	.image-header .top div {
		padding: 25px 50px;
		font-size: 18px;
	}
}
@media screen and (max-width: 800px) {
	.image-header .preparation {
		font-size: 50px;
		letter-spacing: 30px !important;
	}
	.image-header .top div {
		padding: 20px 40px;
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	.image-header .preparation {
		font-size: 30px;
		letter-spacing: 20px !important;
	}
	.image-header .top div {
		padding: 10px 10px;
		font-size: 14px;
	}
}
.dummy-header {
	opacity: 0;
}
.dummy-header img {
	width: 100%;
}

/*	ハンバーガー		*/
.hamburger_wrap {
	display: none;
}
.submenu_wrap {
	display: none;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
	.hamburger_wrap {
		display: block;
		position: fixed;
		top: 10px;
		right: 20px;
		z-index: 200;
	}
	#hamburger {
		position: relative;
		height:36px;
		width:36px;
		padding: 0;
		background: none;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		border: 1px solid #fff;
		border-radius: 3px;
	}
	#hamburger .bars {
/*
		position: relative;
		top: -17px;
		left: -17px;
*/
	}
	#hamburger .bar {
		background: #fff;
	}
	#hamburger span.bar {
		display: block;
		position: absolute;
		top: 7px;
		left: 6px;
		width: 22px;
		height: 4px;
	}
	#hamburger span.hbar2 {
		top: 8px;
	}
	#hamburger span.hbar3 {
		top: 9px;
	}
	#hamburger.slide span.hbar1 {
		top: 15px;
	}
	#hamburger.slide span.hbar3 {
		top: 15px;
	}
	#hamburger:focus{
		outline:0;
	}
	#hamburger .bar{
		-webkit-transition:-webkit-transform .4s,margin .4s,opacity .4s,background .3s;
		transition:transform .4s,margin .4s,opacity .4s,background .3s;
	}
	#hamburger .hbar2{
		-webkit-transform:translateY(7px);
		-ms-transform:translateY(7px);
		transform:translateY(7px);
	}
	#hamburger .hbar3{
		-webkit-transform:translateY(14px);
		-ms-transform:translateY(14px);
		transform:translateY(14px);
	}
	#hamburger.slide .bar{
		-webkit-transform:translateY(50%);
		-ms-transform:translateY(50%);
		transform:translateY(50%);
	}
	#hamburger.slide .hbar1{
		-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	#hamburger.slide .hbar2{
		opacity:0;
	}
	#hamburger.slide .hbar3{
		-webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}

	.submenu_wrap {
		display: block;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
	}
	.submenu_wrap > div {
		display: none;
	}
	.submenu_wrap ul {
		list-style: none;
		text-align: center;
		padding: 10px 40px;
		margin: 0;
		background: rgba(255, 64, 64, 0.9);
	}
	.submenu_wrap li {
		border-bottom: 1px solid #fff;
	}
	.submenu_wrap li:last-child {
		border: none;
	}
	.submenu_wrap li a {
		color: white;
		font-size: 20px;
		line-height: 32px;
		transition: 0.35s;
	}
	.submenu_wrap li a:hover {
		color: #cccccc;
	}
}

.rightmenu_back {
	width: 100%;
	background: rgb(71, 0, 7);
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
	.rightmenu_back {
		display: none;
	}
}

.rightmenu_wrap {
	width: 1200px;
	margin: 0 auto 6px auto;
	z-index: 110;
	overflow: hidden
}
.rightmenu_wrap > div {
	.rightmenu_wrap {
		width: 1000px;
	}
}
.rightmenu_wrap ul {
	list-style: none;
	margin: 0;
}
.rightmenu_wrap li {
	position: relative;
	display: inline-block;
	margin: 0 10px 0 8px;
}
.rightmenu_wrap li:before {
	content:"|";
	position: absolute;
	left: -16px;
	color: #fff;
}
.rightmenu_wrap li a {
	display: inline-block;
	color: white;
	font-size: 16px;
	line-height: 16px;
	transition: 0.35s;
}
.rightmenu_wrap li a:hover {
	color: #cccccc;
}
@media screen and (max-width: 1200px) {
	.rightmenu_wrap {
		width: 1000px;
	}
}
@media screen and (max-width: 1000px) {
	.rightmenu_wrap {
		display: none;
	}
}


/*	トップへ戻るボタン	*/
#window_top {
	position: fixed;
	bottom: 70px;
	right: -200px;
	z-index: 100000;
}
#window_top a {
	outline: none;
}
#window_top img {
	border-radius: 8px
}
@media screen and (max-width: 1200px) {
	#window_top img {
		width: 70px;
		height: 70px;
	}
}
@media screen and (max-width: 800px) {
	#window_top img {
		width: 50px;
		height: 50px;
	}
}

.blank_top {
	height: 0px;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
	.blank_top {
		height: 0px;
	}
}

/*	パン屑	*/
.breadcrumbs_wrap {
	width: 100%;
	height: 25px;
}
.breadcrumbs {
	width: 1200px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto;
	color: rgb(199, 94, 3);
	z-index: 10;
}
.breadcrumbs span span {
	color: rgb(199, 94, 3);
	padding: 2px 8px;
}
.breadcrumbs.black,
.breadcrumbs.black span span {
	color: rgb(199, 94, 3);
}
@media screen and (max-width: 1200px) {
	.breadcrumbs {
		width: 1000px;
	}
}
@media screen and (max-width: 1000px) {
	.breadcrumbs {
		width: 100%;
	}
}

/*	コンテンツ	*/

.site-content-contain {
	background: url(img/cloud_gray.png);
	padding-bottom: 42px;
}

/*
body.home .anchor {
	margin-top: -90px;
	padding-top: 90px;
}
.anchor {
	margin-top: -150px;
	padding-top: 150px;
}
*/
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
	.site-content-contain {
		padding-bottom: 70px;
	}
	body.page-template-default .site-content-contain {
		height: 35px;
	}
/*
	body.home .anchor,
	.anchor {
		margin-top: -60px;
		padding-top: 60px;
	}
*/
}

.site-content {
	padding: 0 !important;
}
body.home .entry-header,
.entry-header {
	display: none;
}
.single-studio .entry-header,
.page-template-template-event .entry-header,
.page-template-template-lecturer .entry-header,
.page-template-template-online .entry-header,
.page-template-default .entry-header {
	display: block;
}

section .inner {
	width: 1200px;
	padding: 20px 0 30px 0;
	margin: 0 auto;
}
@media screen and (max-width: 1200px) {
	section .inner {
		width: 1000px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1000px) {
	.site-content {
		width: 100%;
	}
	section .inner {
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.site-content {
		width: 100%;
	}
	section .inner {
		padding: 10px 0 20px 0;
		margin: 0 auto;
	}
}

/*	フッター	*/
.site-footer2 {
	position: relative;
	width: 100%;
	height: 90px;
	padding: 0;
	margin: 0;
	background: rgb(218, 171, 102);
	border: none;
}
.footer2_inner {
	position: absolute;
	bottom: 4px;
	width: 100%;
}
.menu-footer_menu-container {
	width: 1200px;
	margin: 0 auto;
	padding: 25px 0;
}
#menu-footer_menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: 12px;
}
#menu-footer_menu li {
	margin-right: 20px;
}
#menu-footer_menu li a {
	font-size: 12px;
	color: rgb(133, 0, 0);
	transition: 0.35s;
}
#menu-footer_menu li a:before {
	content: "・";
}
#menu-footer_menu li a:hover {
	border-bottom: 1px solid rgb(133, 0, 0);
}
.copyright {
	font-size: 12px;
	color: rgb(106, 20, 20);
	text-align: center;
}
.site-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 42px;
	padding: 0;
	margin: 0;
	background: url(img/bg.png);
	border: none;
	z-index: 100;
}
.footer_inner {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.footer_inner a {
	align-self: center;
	display: inline-block;
	margin: 6px 8px 0 8px;
}
@media screen and (max-width: 1200px) {
	.menu-footer_menu-container {
		width: 1000px;
	}
	.footer_inner {
		width: 1000px;
	}
}
@media screen and (max-width: 1000px) {
	.menu-footer_menu-container {
		width: 100%;
	}
	.site-footer {
		height: 70px;
	}
	body.page-template-default .site-footer {
		height: 35px;
	}
	.footer_inner {
		width: 100%;
	}
	.footer_inner a {
	}
	.footer_inner .m {
		max-width: 212px;
	}
	.footer_inner .s1 {
		max-width: 215px;
	}
	.footer_inner .s2 {
		max-width: 260px;
	}
	.footer_inner .s3 {
		max-width: 174px;
	}
}
@media screen and (max-width: 370px) {
	.site-footer2 {
		height: 110px;
	}
}

/*	見出し			*/
body.home h2,
body.single section.news h2,
body.single section.campaign h2,
body.page-template-template-news h2,
body.page-template-template-campaign h2,
body.page-template-template-goodssale h2,
body.page-template-template-calendar h2,
body.page-template-template-store h2 {
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	margin: 15px 0 30px 0;
	color: rgb(107, 0, 10);
	background: #fff;
}
body.home .news h2,
body.single section.news h2,
body.page-template-template-news .news h2,
body.page-template-template-store .news h2 {
	color: #fff;
	background: rgb(155, 155, 155);
}
body.home .store h2,
body.single section.campaign h2,
body.page-template-template-campaign .campaign h2,
body.page-template-template-store .campaign h2 {
	color: #fff;
	background: rgb(170, 3, 18);
}
body.page-template-template-store .price h2 {
	color: #fff;
	background: rgb(86, 86, 86);
	border-bottom: 4px solid #fff;
	box-shadow: none;
}
body.page-template-template-calendar .calendar h2,
body.page-template-template-store .studio h2 {
	border-bottom: 4px solid rgb(107, 0, 10);
	box-shadow: 4px 4px 12px rgba(0,0,0,0.20);
}
body.page-template-template-store .rental h2 {
	color: #231d58;
	border-bottom: 4px solid #231d58;
}
body.page-template-template-goodssale h2 {
	color: #725230;
	border-bottom: 4px solid #725230;
}
body.page-template-template-store .access h2 {
	color: #fff;
	background: url(img/cloud_red.png);
	border-bottom: 4px solid #fff;
	box-shadow: none;
}

/*	ブロック		*/
.col_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col_wrap .col {
	width: 31%;
	background: #fff;
	box-shadow: 4px 4px 12px rgba(0,0,0,0.20);
	margin-bottom: 40px;
}
.col_wrap .col a .image {
	overflow: hidden;
}
.col_wrap .col a .image img {
	transition: 0.35s;
}
.col_wrap .col a .image img:hover {
	opacity: 0.7;
	transform: scale(1.25);
}
@media screen and (max-width: 1200px) {
	.col_wrap {
		max-width: 800px;
		margin: 0 auto;
	}
	.col_wrap .col {
		width: 48%;
	}
}
@media screen and (max-width: 800px) {
	.col_wrap {
		flex-direction: column;
		max-width: 400px;
	}
	.col_wrap .col {
		width: 90%;
		margin: 0 auto 30px auto;
	}
}
@media screen and (max-width: 480px) {
}

/*	店舗ページへ	*/
/*	スタジオ紹介	*/
section.studio {
/*	background: url(img/cloud_gray.png);*/
}
section.store {
	background: #fff;
}
.store_block .title,
.studio_block .title {
	font-size: 20px;
	font-weight: bold;
	padding: 4px 16px 4px 16px;
}
.store_block .content,
.studio_block .content {
	font-size: 14px;
	padding: 0 16px 12px 16px;
}
.studio_block .line {
	display: flex;
}
.studio_block .left {
	white-space: nowrap;
}
.studio_block .right {
	margin-left: 4px;
}
.studio_block .content .btn {
	text-align: right;
	margin: 22px 0 0 0;
}
.studio_block .content .btn a {
	box-shadow: none;
	padding: 2px 8px;
	border: 1px solid #ccc;
    border-radius: 6px;
	transition: 0.35s;
}
.studio_block .content .btn a:hover {
	opacity: 0.65;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 480px) {
}

/*	料金表			*/
section.price {
	background: rgb(86, 86, 86);
}
section.price .lower {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0 5%;
	margin-top: 20px;
}
.price_block .col {
	color: #fff;
	background: rgb(86, 86, 86);
	box-shadow: none;
	border: 2px solid #fff;
}
.price_block .title {
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	background: rgb(114, 114, 114);
}
.price_block .line {
	display: flex;
	padding: 8px 0;
	border-top: 2px solid #fff;
}
.price_block .left {
	width: 40%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.price_block .right {
	width: 50%;
	margin: 3% 6% 2% 4%;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	text-align: right;
}
.price_block .right span:nth-child(3n+1) {
	width: 45%;
	text-align: center;
	display: inline-block;
}
.price_block .right span:nth-child(3n+2) {
	width: 55%;
	display: inline-block;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 800px) {
	section.price .lower {
		font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	.price_block .right {
		width: 55%;
		margin: 3% 2% 2% 3%;
		font-size: 18px;
		line-height: 24px;
	}
	section.price .lower {
		font-size: 16px;
		text-align: left;
	}
}

/*	キャンペーン	*/
section.campaign {
	background: #fff;
}
body.single section.campaign,
body.page-template-template-campaign section.campaign {
	background: url(img/cloud_gray.png);
}
.campaign_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body.single section.campaign .campaign_block,
body.page-template-template-campaign .campaign_block {
	padding: 20px;
	background: #fff;
	box-shadow: 4px 4px 12px rgba(0,0,0,0.20);
}
body.single section.campaign .campaignlist,
body.page-template-template-campaign .campaignlist {
	width: 100%;
	margin: 6px 0;
	padding: 30px 0 20px 0;
	border-bottom: 1px dashed rgb(155, 155, 155);
}
body.single section.campaign .campaignlist:last-child,
body.page-template-template-campaign .campaignlist:last-child {
	border: none;
}
body.single section.campaign .title,
body.page-template-template-campaign .title {
	display: inline-block;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 30px;
	border-bottom: 2px solid rgb(170, 3, 18);
}
.campaign_block .content {
	padding: 12px 16px 16px 16px;
}
body.single section.campaign .content,
body.page-template-template-campaign .content {
	padding: 0;
}
.campaign_block .col {
	width: 50%;
	max-width: 592px;
}
.campaign_block .col {
	background: #fff;
	margin-bottom: 20px;
}
.campaign_block .col a .image img {
	box-shadow: 4px 4px 12px rgba(0,0,0,0.20) !important;
	transition: 0.35s;
}
.campaign_block .col a .image img:hover {
	opacity: 0.7;
}
@media screen and (max-width: 1200px) {
	.campaign_block {
		max-width: 592px;
	}
	.campaign_block {
		flex-direction: column;
		margin: 0 auto;
	}
	.campaign_block .col {
		width: 90%;
		margin: 0 auto 30px auto;
	}
}
@media screen and (max-width: 480px) {
}

/*	ニュース	*/
section.news {
	background: #fff;
}
body.single section.news,
body.page-template-template-news section.news {
	background: url(img/cloud_gray.png);
}
.news_block {
	list-style: none;
}
body.single section.news .news_block,
body.page-template-template-news .news_block {
	padding: 20px;
	background: #fff;
	box-shadow: 4px 4px 12px rgba(0,0,0,0.20);
}
.newslist {
	padding: 6px 0;
	margin: 6px 0;
	border-bottom: 1px dashed rgb(155, 155, 155);
}
body.single section.news .newslist,
body.page-template-template-news .newslist {
	width: 100%;
	padding: 30px 0 20px 0;
}
body.single section.news .newslist:last-child,
body.page-template-template-news .newslist:last-child {
	border: none;
}
.news_block .date {
	width: 170px;
	min-width: 170px;
	margin-right: 12px;
}
body.single section.news .date,
body.page-template-template-news .date {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.news_block .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
body.single section.news .title,
body.page-template-template-news .title {
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}
.news_block a {
	display: flex;
	color: rgb(155, 155, 155);
	box-shadow: none;
	transition: 0.35s;
}
.news_block a:hover {
	box-shadow: none;
	opacity: 0.7;
}
@media screen and (max-width: 1200px) {
	.news_block {
		width: 90%;
		margin: 0 auto;
	}
	.news_block .date {
		width: 150px;
		min-width: 150px;
		margin-right: 12px;
	}
}
@media screen and (max-width: 800px) {
	.news_block .date {
		width: 130px;
		min-width: 130px;
		margin-right: 8px;
	}
}
@media screen and (max-width: 480px) {
	.news_block .date {
		width: 110px;
		min-width: 110px;
		margin-right: 4px;
	}
	.news_block .date {
		font-size: 14px;
	}
	.news_block .title {
		font-size: 16px;
	}
}

/*	レンタル機材	*/
body.page-template-template-goodssale section.goodssale,
section.rental {
	background: #fff;
}
section.rental .upper {
	color: #231d58;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0 5%;
	margin-bottom: 20px;
}
.rental_block,
body.page-template-template-goodssale .goodssale_block {
	position: relative;
}
.rental_block .block,
body.page-template-template-goodssale .block {
	position: absolute;
	width: 30%;
	margin-bottom: 30px;
}
body.page-template-template-goodssale .cate,
.rental_block .cate {
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}
.rental_block .cate {
	background: #231d58;
}
body.page-template-template-goodssale .cate {
	background: #725230;
}
.rental_block .image .item {
	color: #231d58;
	border-left: 2px solid #231d58;
	border-right: 2px solid #231d58;
	border-bottom: 2px solid #231d58;
}
.rental_block .image .top {
	display: flex;
	justify-content: space-around;
	height: 200px;
}
.rental_block .image .left {
	width: 45%;
	margin: auto;
	display: flex;
	align-items: center;
}
.rental_block .image .right {
	width: 45%;
	margin: auto;
	text-align: center;
	display: flex;
	align-items: center;
}
.rental_block .image .title {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 16px;
}
.rental_block .image .price {
	font-size: 18px;
	font-weight: bold;
}
.rental_block .image .bottom {
	height: 90px;
	font-size: 14px;
	line-height: 20px;
	padding: 0 20px;
}

body.page-template-template-goodssale .item,
.rental_block .noimage .item {
	display: flex;
	height: 80px;
	box-sizing: border-box;
}
.rental_block .noimage .item {
	color: #231d58;
	border-left: 2px solid #231d58;
	border-right: 2px solid #231d58;
	border-bottom: 2px solid #231d58;
}
body.page-template-template-goodssale .item {
	color: #725230;
	border-left: 2px solid #725230;
	border-right: 2px solid #725230;
	border-bottom: 2px solid #725230;
}
body.page-template-template-goodssale .title,
.rental_block .noimage .title {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	margin: auto;
}
body.page-template-template-goodssale .price,
.rental_block .noimage .price {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	margin: auto 20px auto 0;
	width: 100px;
}

@media screen and (max-width: 1200px) {
	.rental_block,
	body.page-template-template-goodssale .goodssale_block {
		display: flex;
		justify-content: space-between;
		max-width: 800px;
		margin: 0 auto;
	}
	.rental_block {
		flex-wrap: wrap;
	}
	body.page-template-template-goodssale .goodssale_block > div {
		width: 380px;
	}
	.rental_block .blank,
	body.page-template-template-goodssale .blank {
		display: none;
	}
	.rental_block .block,
	body.page-template-template-goodssale .block {
		position: relative;
		display: inline-block;
		width: 380px;
		top: 0 !important;
		left: 0 !important;
	}
	.rental_block .block .item_wrap,
	body.page-template-template-goodssale .block .item_wrap {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.rental_block {
		flex-direction: column;
		max-width: 400px;
	}
	body.page-template-template-goodssale .goodssale_block {
		display: block;
		max-width: 380px;
		margin: 0 auto;
	}
	body.page-template-template-goodssale .goodssale_block > div {
		width: 100%;
	}
	.rental_block .rentalwrap,
	.rental_block .rentalwrap2 {
		width: 90%;
		margin: 0 auto;
	}
	section.rental .upper {
		font-size: 18px;
	}
	body.page-template-template-goodssale .block:nth-child(2n) {
		margin-right: 0px;
	}
	body.page-template-template-goodssale .block:nth-child(2n+1) {
		margin-left: 0px;
	}
}
@media screen and (max-width: 480px) {
	body.page-template-template-goodssale .goodssale_block {
		width: 90%;
	}
	body.page-template-template-goodssale .block {
		width: 100%;
	}
	section.rental .upper {
		font-size: 16px;
		text-align: left;
	}
}


/*	アクセス		*/
section.access {
	background: url(img/cloud_red.png);
}
.access_block {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

.access_block .zip {
	display: inline-block;
}
.access_block .address {
	display: inline-block;
	margin: 0 20px;
}
.access_block .building {
	display: inline-block;
}
.acf-map {
	width: 800px;
	height: 500px;
	border: #ccc solid 1px;
	margin: 20px auto;
}
@media screen and (max-width: 1200px) {
	.acf-map {
		max-width: 90%;
		height: 450px;
	}
}
@media screen and (max-width: 800px) {
	.acf-map {
		height: 400px;
	}
}
@media screen and (max-width: 480px) {
	.acf-map {
		height: 350px;
	}
}

/*	自作カレンダー		*/
.calendar {
}
.calendar_block {
	padding: 20px;
	margin: 30px 0 0 0;
	background: #fff;
	box-shadow: 4px 4px 12px rgba(0,0,0,0.20);
}
.calendar .head {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.calendar .head div {
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.calendar .head a {
	box-shadow: none;
}
.calendar .line {
	display: flex;
	width: 100%;
	font-size: 20px;
	line-height: 20px;
}
.calendar .line div {
	border:solid 1px #CCC;
	text-align:center;
	width: 100%;
	margin: 5px;
}
.calendar .title {
	font-weight:bold;
}
.calendar .title div {
	padding: 5px 0;
}
.calendar div.w0 {
	background-color:#FFDFDF;
	color:#F33;
}
.calendar div.w6 {
	background-color:#DDF4FF;
	color:#09F;
}
.calendar div.hol {
	background-color:#FFDFDF;
	color:#F33;
}
.calendar div span.date {
	display:block;
	line-height:1;
}
.calendar .line span {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	margin: 0;
}
.calendar .line a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	margin: 0;
	background: #ffcc99;
	box-shadow: none;
	transition: 0.35s;
    text-decoration: underline;
}
.calendar .line a:hover {
	opacity: 0.7;
}
.calendar .blue,
.calendar .blue a {
	color: blue;
}
.calendar .red,
.calendar .red a {
	color: red;
}
@media screen and (max-width: 1200px) {
	.calendar_block {
		width: 90%;
		margin: 0 auto;
	}
	.calendar .head div {
		font-size: 20px;
		line-height: 20px;
	}
	.calendar .line {
		font-size: 18px;
		line-height: 18px;
	}
}
@media screen and (max-width: 800px) {
	.calendar .head div {
		font-size: 18px;
		line-height: 18px;
	}
	.calendar .line {
		font-size: 16px;
		line-height: 16px;
	}
}
@media screen and (max-width: 480px) {
	.calendar .head div {
		font-size: 16px;
		line-height: 16px;
	}
	.calendar .line {
		font-size: 14px;
		line-height: 14px;
	}
}

.eventlist {
}
.eventlist_block {
	padding: 20px;
	margin: 30px 0;
	background: #fff;
	box-shadow: 4px 4px 12px rgba(0,0,0,0.20);
}
.eventlist .event {
	display: flex;
	padding: 30px 0 20px 0;
	border-bottom: 1px dashed #333;
}
.eventlist .event:first-child {
	padding: 20px 0;
}
.eventlist .event:last-child {
	border: none;
}
.eventlist .event .left {
	width: 40%;
	margin-right: 4%;
}
.eventlist .event .right {
	width: 54%;
}
.eventlist .event .ym {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.eventlist .event .line {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.eventlist .event .date {
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	padding: 4px 12px 0 12px;
	border: 1px solid #333;
	border-bottom: 2px solid rgb(230, 0, 18);
}
.eventlist .event .title {
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	margin-left: 16px;
}
.eventlist .event .content {
	font-size: 16px;
	line-height: 24px;
}
@media screen and (max-width: 1200px) {
	.eventlist .inner {
		width: 90%;
		margin: 0 auto;
	}
	.eventlist .event .title {
		font-size: 20px;
		line-height: 28px;
	}
	.eventlist .event .content {
		font-size: 14px;
		line-height: 20px;
	}
}
@media screen and (max-width: 800px) {
	.eventlist .event {
		flex-wrap: wrap;
	}
	.eventlist .event .left {
		width: 100%;
		margin-right: 0;
	}
	.eventlist .event .right {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
}


/* デフォルトページ */

.single-studio .entry-header h1.entry-title,
.single-studio .block,
.page-template-template-event .entry-header h1.entry-title,
.page-template-template-event .block,
.page-template-template-lecturer .entry-header h1.entry-title,
.page-template-template-lecturer .block,
.page-template-template-online .entry-header h1.entry-title,
.page-template-template-online .block,
.page-template-default .entry-header h1.entry-title,
.page-template-default .block {
	width: 1200px;
	margin: 0 auto;
}
.single-studio .entry-header,
.page-template-template-event .entry-header,
.page-template-template-lecturer .entry-header,
.page-template-template-online .entry-header,
.page-template-default .entry-header {
	margin: 30px 0 0 0;
	padding: 0;
}
.single-studio .entry-header,
.page-template-template-event .entry-header,
.page-template-template-lecturer .entry-header,
.page-template-template-online .entry-header {
	padding-bottom: 40px;
}
.single-studio .entry-header h1.entry-title,
.page-template-template-event .entry-header h1.entry-title,
.page-template-template-lecturer .entry-header h1.entry-title,
.page-template-template-online .entry-header h1.entry-title,
.page-template-default .entry-header h1.entry-title {
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	color: rgb(107, 0, 10);
	background: #fff;
	padding: 25px 0 20px 0;
	border-bottom: 3px solid rgb(107, 0, 10);
	letter-spacing: 2px !important;
	box-shadow: 4px 4px 12px rgba(0,0,0,0.20);
}
.single-studio .entry-content,
.page-template-template-event .entry-content,
.page-template-template-lecturer .entry-content,
.page-template-template-online .entry-content,
.page-template-default .entry-content {
    margin-bottom: 40px;
}
.single-studio .entry-content .block,
.page-template-template-event .entry-content .block,
.page-template-template-lecturer .entry-content .block,
.page-template-template-online .entry-content .block,
.page-template-default .entry-content .block {
	margin: 30px auto 0 auto;
	color: rgb(107, 0, 10);
	background: #fff;
	box-shadow: 4px 4px 12px rgba(0,0,0,0.20);
}
.page-template-template-event .entry-content .block,
.page-template-template-lecturer .entry-content .block,
.page-template-template-online .entry-content .block {
	margin: 10px auto 50px auto;
	padding: 24px;
}
.single-studio .entry-content .block {
	margin: 10px auto 30px auto;
	padding: 0;
}
.page-template-template-online .entry-content .block .description_inner,
.page-template-default .entry-content .block .description_inner {
	font-size: 20px;
	line-height: 28px;
	padding: 25px 30px 20px 30px;
	font-weight: bold;
}
.page-template-default .entry-content .underpage {
	display: flex;
}
.page-template-default .entry-content .underpage .left {
	min-width: 308px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: rgb(107, 0, 10);
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-template-default .entry-content .underpage .right {
	width: 100%;
	padding: 30px 25px 0 25px;
}
.page-template-default .entry-content .underpage .right .midashi {
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
}
.page-template-default .entry-content .underpage .right .description {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
}
.page-template-default .entry-content .underpage .right .description p {
	margin: 0;
}
.page-template-default .entry-content .underpage .right .description ul {
	margin: 0;
}
.page-template-default .entry-content .underpage .right .description ul {
	margin-left: 22px;
}
.page-template-default .entry-content .underpage.userguide .right .description {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.page-template-default .entry-content .underpage.userguide .right .description ul {
	list-style-type: square;
}
.page-template-default .entry-content .underpage.userguide .right .description ol {
	list-style-type: decimal;
}
.page-template-default .entry-content .underpage.userguide .right .description li {
	letter-spacing: 1.5px !important;
}

.page-template-default .companyprofile .line {
	display: flex;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0;
	border-bottom: 1px solid rgb(107, 0, 10);
}
.page-template-default .companyprofile .cleft {
	display: inline-block;
	width: 110px;
}
.page-template-default .companyprofile .separation {
	display: inline-block;
}
.page-template-default .companyprofile .cright {
	display: inline-block;
	margin-left: 30px;
}
.page-template-default .companyprofile .clower {
	margin-top: 6px;
}

.page-template-template-lecturer .lecturer_list {
	display: flex;
	padding: 40px;
	border-bottom: 1px dashed #ccc;
}
.page-template-template-event .event_list {
	display: flex;
	padding: 30px;
	border-bottom: 1px dashed #ccc;
}
.page-template-template-event .event_list:last-child,
.page-template-template-lecturer .lecturer_list:last-child {
	border: none;
}
.page-template-template-lecturer .lecturer_list .image {
	width: 40%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-template-template-lecturer .lecturer_list .image a {
	box-shadow: none;
}
.page-template-template-lecturer .lecturer_list .image img {
	width: 65%;
}
.page-template-template-event .event_list .image {
	width: 40%;
	height: auto;
}
.page-template-template-event .event_list .image img {
	width: 100%;
}
.page-template-template-event .event_list .content,
.page-template-template-lecturer .lecturer_list .content {
	width: 60%;
	margin-left: 5%;
	font-size: 14px;
	color: #333;
}
.page-template-template-event .event_list .lower_padding,
.page-template-template-lecturer .lecturer_list .lower_padding {
	clear: both;
	height: 15px;
}
.page-template-template-lecturer .lecturer_list .catelist {
	margin-left: -12px;
}
.page-template-template-lecturer .lecturer_list .catelist span {
	font-size: 14px;
	color: white;
	background: rgb(43, 189, 84);
	padding: 2px 24px;
	margin: 0 0 16px 12px;
	display: inline-block;
}
.page-template-template-lecturer .lecturer_list .title {
	margin: 4px 0 12px 0;
	font-weight: bold;
	color: #000;
	font-size: 24px;
}
.page-template-template-event .event_list .title {
	padding: 8px 24px 6px 24px;
	margin-bottom: 16px;
	font-size: 28px;
	font-weight: bold;
	color: white;
	background: rgb(107, 0, 10);
}
.page-template-template-event .event_list p:last-of-type,
.page-template-template-lecturer .lecturer_list p:last-of-type {
	margin-bottom: 0;
}
.page-template-template-online .col_wrap {
	width: 1200px;
	margin: 0 auto;
}
.page-template-template-online .col_wrap .col {
	display: flex;
	width: 48%;
}
.page-template-template-online .col_wrap .col .image {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
.page-template-template-online .col_wrap .col .image img {
	width: 80%;
}
.page-template-template-online .col_wrap .col .content {
	width: 80%;
	height: auto;
	margin: auto;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
}
.page-template-template-online .block {
	line-height: 1.8em;
}
.page-template-template-online .online_block.notes {
	display: flex;
	padding: 0;
}
.page-template-template-online .online_block.notes .left {
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgb(107, 0, 10);
	color: white;
}
.page-template-template-online .online_block.notes .right {
	padding: 30px 20px;
	line-height: 1.6em;
}
.page-template-template-online .online_block.notes .right p {
	margin-bottom: 0.6em;
}

.single-studio .indoor_wrap iframe {
	width: 100%;
}
.single-studio .indoor_wrap,
.single-studio .indoor_wrap iframe {
	height: 720px;
}
.single-studio .entry-content .btn {
	text-align: center;
	margin: 8px 0 0 0;
}
.single-studio .entry-content .btn a {
	box-shadow: none;
	padding: 2px 8px;
	border: 1px solid #ccc;
    border-radius: 6px;
	transition: 0.35s;
}
.single-studio .entry-content .btn a:hover {
	opacity: 0.65;
}

@media screen and (max-width: 1200px) {
	.single-studio .entry-header h1.entry-title,
	.single-studio .block,
	.page-template-template-event .entry-header h1.entry-title,
	.page-template-template-event .block,
	.page-template-template-lecturer .entry-header h1.entry-title,
	.page-template-template-lecturer .block,
	.page-template-template-online .entry-header h1.entry-title,
	.page-template-template-online .block,
	.page-template-default .entry-header h1.entry-title,
	.page-template-default .block {
		width: 1000px;
		margin: 0 auto;
	}
	.page-template-template-event .event_list {
		padding: 20px;
	}
	.page-template-template-online .col_wrap {
		width: 1000px;
		max-width: initial;
	}
	.single-studio .indoor_wrap,
	.single-studio .indoor_wrap iframe {
		height: 600px;
	}
}
@media screen and (max-width: 1000px) {
	.single-studio .entry-header h1.entry-title,
	.single-studio .block,
	.page-template-template-event .entry-header h1.entry-title,
	.page-template-template-event .block,
	.page-template-template-lecturer .entry-header h1.entry-title,
	.page-template-template-lecturer .block,
	.page-template-template-online .entry-header h1.entry-title,
	.page-template-template-online .block,
	.page-template-default .entry-header h1.entry-title,
	.page-template-default .block {
		width: 90%;
	}

	.page-template-template-lecturer .entry-content .lecturer_block {
		display: none;
	}
	.page-template-template-lecturer .entry-content .lecturer_wrap {
		padding: 0;
	}
	.page-template-template-lecturer .lecturer_list {
		display: block;
		padding: 30px 30px 10px 30px;
	}
	.page-template-template-lecturer .lecturer_list .image {
		float: left;
		width: 30%;
		margin: 0 20px 6px 0;
	}
	.page-template-template-lecturer .lecturer_list .image img {
		width: 100%;
	}
	.page-template-template-lecturer .lecturer_list .content {
		width: 100%;
		margin: 0;
	}
	.page-template-template-event .event_list {
		padding: 20px 0;
	}
	.page-template-template-event .event_list .title {
		padding: 6px 20px 4px 20px;
		font-size: 24px;
	}

	.page-template-template-online .col_wrap {
		width: 90%;
	}
	.page-template-template-online .col_wrap .col {
		width: 100%;
	}
	.page-template-template-online .online_block.notes {
		flex-direction: column;
	}
	.page-template-template-online .online_block.notes .left {
		flex-direction: row;
		justify-content: left;
		width: 100%;
		padding: 15px 20px;
	}
	.page-template-default .entry-content .underpage .left {
		display: none;
	}
	.page-template-default .entry-content .underpage.userguide {
		flex-direction: column;
	}
	.page-template-default .entry-content .underpage.userguide .left {
		display: block;
		padding: 10px 15px;
	}
	.single-studio .indoor_wrap,
	.single-studio .indoor_wrap iframe {
		height: 500px;
	}
}
@media screen and (max-width: 800px) {
	.single-studio .entry-header h1.entry-title,
	.page-template-template-event .entry-header h1.entry-title,
	.page-template-template-lecturer .entry-header h1.entry-title,
	.page-template-template-online .entry-header h1.entry-title,
	.page-template-default .entry-header h1.entry-title {
		font-size: 22px;
		line-height: 22px;
	}
	.page-template-template-online .entry-content .block .description_inner,
	.page-template-default .entry-content .block .description_inner {
		font-size: 18px;
		padding: 20px 15px 15px 15px;
	}

	.page-template-template-event .event_list {
		display: block;
		padding: 20px 0px 10px 0px;
	}
	.page-template-template-event .event_list .image {
		width: 100%;
		margin-bottom: 20px;
	}
	.page-template-template-event .event_list .image img {
		width: 100%;
	}
	.page-template-template-event .event_list .content {
		width: 100%;
		margin: 0;
	}

	.page-template-default .entry-content .underpage .right {
		padding: 15px 15px 0 15px;
	}
	.page-template-default .entry-content .underpage .right .midashi {
		font-size: 16px;
		line-height: 30px;
	}
	.page-template-default .entry-content .underpage .right .description {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 25px;
	}
	.page-template-default .entry-content .underpage.userguide .right .description {
		font-size: 14px;
		line-height: 26px;
	}
	.page-template-default .companyprofile .line {
		font-size: 17px;
	}
	.page-template-default .companyprofile .cleft {
		width: 100px;
		min-width: 100px;
	}
	.page-template-default .companyprofile .cright {
		margin-left: 10px;
	}
	.single-studio .indoor_wrap,
	.single-studio .indoor_wrap iframe {
		height: 400px;
	}
}
@media screen and (max-width: 480px) {
	.single-studio .entry-header h1.entry-title {
		font-size: 20px;
	}
	.page-template-template-lecturer .lecturer_list {
		padding: 20px 20px 10px 20px;
	}
	.page-template-template-lecturer .lecturer_list .image {
		width: 100%;
		margin-bottom: 20px;
	}
	.page-template-template-event .event_list .title {
		padding: 4px 12px 2px 12px;
		font-size: 18px;
	}
	.page-template-default .entry-content .underpage .right {
		padding: 12px 12px 0 12px;
	}
	.page-template-default .companyprofile .line {
		font-size: 16px;
	}
	.page-template-default .companyprofile .cleft {
		width: 82px;
		min-width: 82px;
	}
	.page-template-default .companyprofile .cright {
		margin-left: 2px;
	}
	.page-template-default .companyprofile .cright span {
		display: block;
	}
	.single-studio .indoor_wrap,
	.single-studio .indoor_wrap iframe {
		height: 300px;
	}
}
@media screen and (max-width: 370px) {
	.single-studio .entry-header h1.entry-title {
		font-size: 18px;
	}
}
