/*
Theme Name: 3rd-planet
Description: 3rd-planet
Author: サードプラネット
Version: 1.1
*/

html {
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: auto;
	font-size: 62.5%;
}
* {
	box-sizing: border-box;
}
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #fff;

	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	color: #333;
	font-weight: 100;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	font-size:16px;
}
/*
p {
	text-align: justify;
	text-justify: inter-ideograph; /* IE */
	/*text-justify: inter-character; /* Firefox */
/*}*/

body pre {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*IE7*/
*+html body  {
font-size:16px;
}
select,input,button,textarea{
	font: 99% Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img{
	border: none;
	max-width: 100%;
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	img[src$=".svg"] {
		width: 100%;
	}
}

table{
	font-size: inherit;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0;
}

label{
	cursor: pointer;
}

input,
select,
textarea{
	padding: 5px;
}

ol,ul,li{
	list-style: none;
}

a,
input{
	outline: none;
}

.contents ul {
	padding-left: 1em;
}
.contents li {
	list-style-position: outside;
}
.contents li ul,
.contents li ol {
	margin: 5px 0;
	padding-left: 20px;
}

/*	Basic Text Link	*/
a {
	color: inherit;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s linear;
	word-break: break-word;
	cursor: pointer;
}
.contents p a,
.contents li a,
figcaption a {
	cursor: pointer;
}

:before,
:after {
	transition-property: all;
	transition: 0.2s linear;
}
.contents p a:hover,
.contents li a:hover,
figcaption a:hover,
a:hover {
	color: #e83820;
}

em {
	font-style:normal;
}

.fos {
	font-size: 90% !important;
}
.fol {
	font-size: 120% !important;
}
.foll {
	font-size: 140% !important;
}

.blue {
	color: #557ec0;
}
.red {
	color: #ff0000;
}

.parenthesis:before {
	content: '【';
}
.parenthesis:after {
	content: '】';
}

.note {
	font-size: 80%!important;
}
.note:before {
	content: '※';
	margin-right: 3px;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.image {
	overflow: hidden;
}
.image a img {
	width: 100%;
	height: auto;
	display: block;
	transition-property: all;
	transition: 0.3s linear;
	margin-left: auto;
	margin-right: auto;
}
.image a img:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}
.image a img.auto {
	width: auto;
}
.size-full img {
	width: 100%;
}

.center td,
.center th {
	text-align: center;
}

ol.decimal,
ul.disc {
	padding-left: 1.5em;
}
li ol.decimal,
li ul.disc {
	padding-left: .5em;
}
ol.decimal li {
	list-style: decimal;
	margin-bottom: 2%;
}
ul.disc li {
	list-style: disc;
}

ul.block_list {
}
ul.block_list li {
	width: 30%;
	height: auto;
	margin: 0 1% 1% 0;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	box-sizing: inherit;
}
ul.block_list li a {
	width: 100%;
	padding: 10px 0 10px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fb6d48;
	text-align: left;
	line-height: 1.2;
	display: block;
	border: 1px solid #fb6d48;
	text-decoration: none;
	position: relative;
	box-sizing: inherit;
	transition: 0.3s;
}
ul.block_list li a::after {
	content: '';
	width: 15px;
	height: 15px;
	background: url(images/icon_outside.svg) no-repeat center center / 100%;
	position: absolute;
	top: 30%;
	right: 10px;
}
ul.block_list li a:hover {
	background-color: #fb6d48;
	color: #fff;
}
@media screen and ( max-width:680px ) {
	ul.block_list li {
		width: 48%;
	}
}
.list_circle li {
	position: relative;
	padding-left:18px;
}
.list_circle li:before {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.6em;
	content: "";
	background: #fb6d48;
}

.list_block {
}
ul.list_block {
	padding-left: 0;
}
.list_block li:first-child {
	margin-left: 0;
}
.list_block li {
	margin: 1%;
	padding: 10px 30px;
	border: 1px solid #000;
	text-align: center;
}
@media screen and ( max-width:680px ) {
	.list_block li:first-child {
		margin: 1%;
	}
}

.wp-block-image {
	overflow: hidden;
}
.wp-block-image a img {
	width: 100%;
	height: auto;
	display: block;
	transition-property: all;
	transition: 0.3s linear;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-image a img:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}
.wp-block-image a img.auto {
	width: auto;
}
.contents .wp-block-image {
	margin-bottom: 0;
}
.contents .wp-block-image + * {
	margin-top: 0;
}

.sl-wrapper .sl-image {
	top: 50px !important;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* common */


/* TOPへボタン */
#page-top{
	display: block;
	position: fixed;
	z-index: 999;
	bottom: 5%;
	right: 3%;
	background: rgba(255,255,255,.5);
	border: 2px solid #fb7350;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	border-radius: 9999px;
}
#page-top span:first-child {
	display: inline-block;
	vertical-align: bottom;
	vertical-align: -webkit-baseline-middle;
	color: #fb7351;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.2em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
}
#page-top:hover{
	background: rgba(255,255,255,1);
}

/* cookie */
#bnr {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #f6f6f6;
	padding: 40px 0;
	z-index: 10000;
}
#bnr .inline {
	gap: 4em;
}
#bnr p {
	font-size: 12px;
}
#bnr button {
	display: block;
	width: 80%;
	max-width: 250px;
	margin-left: auto;
	padding: 5px;
	border-radius: 30px;
	background-color: #f28e27;
	text-align: center;
	border: none;
	outline: none;
	height: 50px;
	color: #fff;
	font-size: 14px;
}
#bnr a {
	display: inline-block;
	font-size: 12px;
	color: #e83820;
	text-decoration: underline;
	margin-top: 20px;
}


img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.date:before {
	display: none;
}
.inline {
	display: flex;
	flex-wrap: wrap;
}
.inner {
	width: 90%;
	max-width: 1400px;
	margin: auto;
}
.inline .col {
	flex: 1;
}
.inline .col_2 {
	flex: 2;
	margin-right: 8%;
}
.inline .col_3 {
	flex: 3;
}
@media screen and ( max-width:680px ) {
	.inline .col {
		margin-bottom: 6%;
	}
	.inline .col_2 {
		margin-right: 0;
		margin-bottom: 20%;
	}
}


.wp-block-columns.wrap,
.wp-block-columns.is-not-stacked-on-mobile.wrap,
.wrap {
	flex-wrap: wrap !important;
	justify-content: space-between;
}
.inline.wrap.num2 .wp-block-column {
	flex: none;
	width: 48%;
	margin: 1%;
}
.inline.wrap.num3 .wp-block-column {
	flex: none;
	width: 31%;
}

@media screen and ( max-width:1040px ) {
	.num4.wp-block-columns.is-not-stacked-on-mobile {
		display: flex;
		flex-wrap: wrap !important;
	}
	.num4.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
		flex-basis: auto;
	}
	.num4 .wp-block-column {
		width: calc(50% - 20px);
	}
	.inline.wrap.num3 .wp-block-column {
		width: 45%;
	}
}

.num4 .wp-block-column {
	position: relative;
}
.prefecture_label {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 12px;
	padding: 10px;
	background-color: #a5a5a5;
	color: #fff;
}

.store_list {
}
.store_list .wp-block-column.bg_w {
	padding: 20px;
}

.post_link {
	justify-content: space-between;
	margin: 20px 0;
}
.archive_link {
	margin: 20px 0;
	text-align: center;
}

.info_list {
	margin-bottom: 40px;
}
.info_list li {
	display: flex;
	align-items: center;
	padding: 12px 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	transition-property: all;
	transition: 0.2s linear;
}
.info_list li:hover {
	background-color: #fafafa;
}
.info_list li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.info_list li .info_date {
	margin-right: 20px;
}
.info_date {
	font-size: 10px;
}
.post-date {
	font-size: 14px;
	color: #666;
	margin-right: 20px;
}
.info_category {
	color: #fff;
	margin-right: 5px;
	padding: 2px 8px;
	display: inline-block;
	font-size: 10px;
}
.info_category.info_news {
	background-color: #00b2d0;
}
.info_category.info_event {
	background-color: #ea5a06;
}
.info_category.info_game {
	background-color: #ca7ef9;
}
.info_category.info_prize {
	background-color: #eb75a9;
}
.info_category.info_recruit {
	background-color: #989898;
}
.info_category.info_corp {
	background-color: #d8ab4b;
}
.info_category.info_topics {
	background-color: #ff0000;
}
.info_category.info_news_release {
	background-color: #4b6ad8;
}
.info_list.archive {
}
.info_list.archive a {
	width: 100%;
}
.info_list.archive .text {
	width: 80%;
	order: 1;
	padding: 0;
	position: relative;
}
.info_list.archive .image {
	width: 20%;
	order: 2;
}
.info_list.archive .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.info_list.archive .info_date {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	margin-bottom: 5px;
	color: #999;
}
.info_list.archive h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}

@media screen and ( max-width:896px ) {
	.info_list ul {
		max-width: none;
	}
	.info_list li {
		flex-wrap: wrap;
	}
	.info_list li a {
		display: block;
		width: 100%;
		margin-top: 5px;
		font-size: 13px;
	}
	.info_list.archive {
		padding-left: 0;
	}
	.info_list.archive .inline {
		display: flex;
	}
}

.pagination {
	margin: 3% 0 6%;
	text-align: center;
}
.page-numbers {
	background-color: #fb6d48;
	border-radius: 4px;
	padding: 8px;
	color: #fff;
}
.page-numbers.current {
	background-color: #838383;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

.bold {
	font-weight: 600;
}

.pcnone {
	display: none!important;
}
.spnone {
	display: inherit !important;
}
@media screen and ( max-width:680px ) {
	.pcnone {
		display: inherit !important;
	}
	.spnone {
		display: none!important;
	}
	.inline {
		display: block;
	}
}

section {
	padding: 6% 0;
}
section > section {
	padding: 5% auto;
}

.dl_wrap dl {
}
.dl_wrap dt {
	padding: 15px 15px 5px;
	padding-right: 5%;
	font-weight: 600;
}
.dl_wrap dd {
	padding: 5px 15px 15px;
	border-bottom: 2px solid #5ab7e2;
	font-size: 14px;
}
.dl_wrap.simple dl {
	display: flex;
	border-bottom: 1px solid #ccc;
}
.dl_wrap.simple dt {
	padding: 15px;
	width: 23%;
}
.dl_wrap.simple dd {
	padding: 15px;
	font-size: 16px;
	border-bottom: none;
	flex: 1;
}
.dl_wrap.simple dd dl:last-child {
	border-bottom: none;
}
.dl_wrap.simple dd dl dt {
	font-size: 16px;
	font-weight: normal;
	width: 38%;
}
@media screen and ( max-width:680px ) {
	.dl_wrap dl {
		flex-direction: column;
		border-bottom: 2px solid #5ab7e2;
	}
	.dl_wrap dt,
	.dl_wrap dd,
	.dl_wrap.simple dt,
	.dl_wrap.simple dd,
	.dl_wrap.simple dd dl dt{
		width: 100%;
	}
	.dl_wrap dt,
	.dl_wrap dd {
		border-bottom: none;
		padding: 0;
	}
	.dl_wrap dt {
		padding: 10px 20px 0;
	}
	.dl_wrap dd {
		padding: 5px 20px 10px;
	}
	.dl_wrap.simple dt,
	.dl_wrap.simple dd dl dt {
		padding-bottom: 0;
	}
}


/* メインコンテンツ */
.wrapper {
	width: 100%;
}

.site_head {
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 20px 5%;
	z-index: 10;
	transition: 0.2s linear;
	border-bottom: 1px solid #ddd;
	min-height: 90px;
}
.site_head .inner {
	width: 100%;
}
.site_head .logo {
	margin-right: auto;
	max-width: 350px;
	width: 350px;
}
.site_head .logo a {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.site_head .logo img {
	width: 100%;
}
.site_head .logo svg {
	width: 100%;
	fill: #fff;
	transition: 0.2s linear;
}
.site_head .nav_wrap {
	margin-left: auto;
	padding-right: 60px;
}
.site_head .nav_wrap ul {
	display: flex;
}
.site_head .nav_wrap li {
	position: relative;
	margin-right: 15px;
	font-weight: 600;
	font-size: 15px;
	padding: 6px 0;
}
.site_head .nav_wrap li.store_btn {
	background-color: #fb6d49;
	color: #fff;
	border-radius: 30px;
	padding: 6px 16px;
}
.site_head .nav_wrap li:last-child {
	margin-right: 0;
}
.site_head .nav_wrap li a {
	padding: 2px 5px;
	position: relative;
}
.site_head .nav_wrap li a:hover {
	color: inherit;
}
.site_head .nav_wrap li a:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fb6d49;
	bottom: -12px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.site_head .nav_wrap li a:hover:after {
	visibility: visible;
	bottom: -8px;
	opacity: 1;
}
.site_head .nav_wrap li.current-menu-item a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 2px;
	background: #fb6d49;
	visibility: visible;
	opacity: 1;
}

.home #gt_float_wrapper,
.lower #gt_float_wrapper {
	top: 28px !important;
}
.home .gt-lang-code,
.lower .gt-lang-code {
	display: none;
}
.home .gt_float_switcher .gt-selected,
.lower .gt_float_switcher .gt-selected {
	width: auto;
}
.home .gt_float_switcher .gt-selected .gt-current-lang,
.lower .gt_float_switcher .gt-selected .gt-current-lang {
	padding: 4px 15px;
}
.home .gt_float_switcher,
.lower .gt_float_switcher {
	box-shadow: none !important;
	border: 1px solid #fb6d49;
	border-radius: 25px !important;
}
.site_head .nav_wrap ul .sub-menu {
	display: inline-block;
	min-width: 230px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	padding: 10px 20px;
	border: 3px solid #fb6d49;
	border-radius: 30px;
	background: rgba(255, 255, 255, .9);
}
.site_head .nav_wrap ul .sub-menu li {
	padding: 0;
	margin-right: 0;
}
.site_head .nav_wrap ul .sub-menu a {
	font-size: 14px;
	padding: 10px 20px;
	display: block;
	border-bottom: 1px solid #acacac;
}
.site_head .nav_wrap ul .sub-menu li:last-child a {
	border-bottom: none;
}
.site_head .nav_wrap ul .sub-menu a:hover {
	background-color: #fb6d49;
	color: #fff;
}
.site_head .nav_wrap ul .sub-menu a:after,
.site_head .nav_wrap ul .sub-menu a:hover:after {
	display: none;
}

.lower .site_head {
	background-color: rgba(255, 255, 255, .9);
	position: relative;
}
.lower .site_head .logo svg {
	fill: #000;
}
.fixed .site_head {
	background-color: rgba(255, 255, 255, .9);
}
.fixed .site_head .logo svg {
	fill: #000;
	width: 70%;
}
.fixed.lower .site_head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
@media screen and ( max-width:680px ) {
	.site_head {
		padding: 10px 5%;
		min-height: 60px;
	}
	.site_head .logo img {
		max-width: 150px;
	}
	.home #gt_float_wrapper,
	.lower #gt_float_wrapper {
		top: 12px !important;
	}
}


header .site_name a {
	font-size: 20px;
	color: #000;
	font-weight: 600;
}
header .site_name img {
	margin-right: 20px;
	width: 150px;
}

.home .site_name {
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid #bfbfbf;
}
.home .site_name img {
	display: block;
	margin: 0 auto;
}



#breadcrumb {
	width: 90%;
	max-width: 1400px;
	margin: 10px auto 50px;
}
#breadcrumb ul {
	display: flex;
}
#breadcrumb li {
	list-style: none;
	font-size: 14px;
	color: #333;
	position: relative;
	margin-right: 22px;
}
#breadcrumb li:last-child {
	margin-right: 0;
}
#breadcrumb li:not(:last-child):after {
	content: '';
	position: absolute;
	right: -12px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 18px;
	background-color: #333;
	transform: rotate(45deg);
}
#breadcrumb li a {
	text-decoration: underline;
}


.main_visual {
	padding: 0;
	margin-bottom: 6%;
	background-color: #fbcf48;
}
.main_visual .video_wrap {
	width: 100%;
	object-fit: cover;
	position: relative;
}
.main_visual .video_wrap .main_logo {
	width: 40%;
	position: absolute;
	top: 32%;
	left: 8%;
}
.main_visual .video_wrap h2 {
	position: absolute;
	top: 80%;
	left: 8%;
	z-index: 1;
}
.main_visual .video_wrap .main_text {
	font-size: 46px;
	line-height: 80px;
	font-weight: 600;
	color: #5ab7e2;
	-webkit-text-fill-color: #5ab7e2;
	padding: 10px;
	margin-left: 0;
	display: inline;
	background: linear-gradient(transparent 0%, #fff 0%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.main_sub_block {
	padding: 1% 0;
	position: relative;
}
.main_sub_block .color_bg {
	width: 100%;
	position: absolute;
	top: -70%;
}
.main_sub_block p {
	font-size: 20px;
	color: #000;
	margin: 40px 0;
}
.main_sub_block .slide_block {
	margin: 20px 0;
}
.auto_slide_gallery .slick-slide,
.auto_slide .slick-slide {
	transition: transform 0.3s ease;
}
.auto_slide_gallery .slick-center,
.auto_slide .slick-center {
	transform: scale(1.1);
}
.auto_slide_gallery .slick-slide img,
.auto_slide .slick-slide img {
	border: 6px solid #fff;
	border-radius: 20px;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

}
.auto_slide_gallery .slick-slide img {
	border: 6px solid #fb6d48;
}

.auto_slide_gallery.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
.auto_slide li {
	position: relative;
	overflow: hidden;
	margin: 20px;
	width: 300px;
	height: 300px;
}
@media screen and ( max-width:1900px ) {
	.main_sub_block .color_bg {
		top: -60%;
	}
}
@media screen and ( max-width:1620px ) {
	.main_visual .video_wrap .main_text {
		font-size: 40px;
		line-height: 68px;
	}
	.main_sub_block .color_bg {
		top: -44%;
	}
}
@media screen and ( max-width:1200px ) {
	.main_visual .video_wrap .main_text {
		font-size: 32px;
		line-height: 60px;
	}
	.main_sub_block .color_bg {
		top: -40%;
	}
}
@media screen and ( max-width:1000px ) {
	.main_sub_block .color_bg {
		top: -33%;
	}
}
@media screen and ( max-width:896px ) {
	.main_visual .video_wrap .main_text {
		font-size: 26px;
		line-height: 52px;
	}
	.main_sub_block p {
		font-size: 16px;
	}
	.main_sub_block .color_bg {
		top: -29%;
	}
}
@media screen and ( max-width:680px ) {
	.main_visual .video_wrap .main_logo {
		width: 48%;
		top: 41%;
		transform: rotate(-9deg);
	}
	.main_visual .video_wrap .main_text {
		font-size: 20px;
		line-height: 48px;
	}
	.main_visual .video_wrap h2 {
		top: 85%;
	}
	.main_sub_block .color_bg {
		top: -28%;
	}
	.auto_slide_gallery.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
	.auto_slide li {
		width: 200px;
		height: 200px;
		margin: 8px;
	}
	.auto_slide .slick-slide img {
		border: 2px solid #fff;
	}
	.main_sub_block {
		padding-bottom: 6%;
	}
	.main_sub_block p {
		font-size: 14px;
		margin: 20px 0;
	}
}
@media screen and ( max-width:480px ) {
	.main_sub_block .color_bg {
		top: -21%;
	}
	.main_visual .video_wrap h2 {
		display: inline-block;
		width: 80%;
		top: 85%;
	}
	.main_visual .video_wrap .main_text {
		font-size: 12px;
		line-height: 40px;
	}
}

.visual_block {
	background: url(images/bg_town.webp) no-repeat;
	background-size: cover;
	padding-top: 0;
}
.visual_block .bg_text_orange + p {
	font-size: 20px;
	margin: 40px 0;
}
.visual_block .inline .col {
	margin: 1.2%;
	display: flex;
	flex-direction: column;
	transition: 0.2s linear;
}
.visual_block .inline .col:hover {
	transform: scale(1.1);
}
.visual_block .inline .col a {
	background-color: #fff;
	flex-grow: 1;
}
.visual_block .link_act {
	margin: 20px 0;
}
@media screen and ( max-width:680px ) {
	.visual_block .bg_text_orange + p {
		font-size: 14px;
	}
	.visual_block .inline .col a {
		display: flex;
	}
	.visual_block .inline .col a img {
		max-width: 180px;
		margin-left: 20px;
	}
	.visual_block p {
		font-size: 14px;
	}
}
@media screen and ( max-width:480px ) {
	.visual_block .inline .col a {
		display: block;
		text-align: center;
	}
	.visual_block .inline .col a img {
		margin-left: 0;
	}
}

.events_block {
	background: rgb(254,243,202);
	background: linear-gradient(180deg, rgba(254,243,202,1) 0%, rgba(253,207,194,1) 100%);
	padding-bottom: 0;
}
.events_block h2 {
	color: #fb7350;
}
.events_block .slide_block {
	position: relative;
	background-color: #fff;
	border-radius: 30px 30px 0 0;
	border: 3px solid #fb7350;
	border-bottom: none;
	padding: 40px 40px 0;
}
.events_block .slide_block .character {
	position: absolute;
	top: -253px;
	right: 30px;
	width: 190px;
}
.events-slider .events-slide {
	padding: 40px;
}
.events-slider .post-thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.events-slider h2 {
	font-size: 1.5em;
	margin-bottom: 10px;
}
.events-slider p {
}
.events-slider img {
	border-radius: 20px;
}
.events-slider .post-date {
	display: block;
	font-size: 0.9em;
	color: #5ab7e2;
}
.events-slider .post-categories {
	margin-bottom: 10px;
}
.events-slider .post-category {
	display: inline-block;
	padding: 3px 8px;
	margin-right: 5px;
	border-radius: 3px;
	font-size: 0.9em;
	color: #333;
}
.events-slider a {
	display: inline-block;
	transition: transform .6s ease;
}
.events-slider a:hover {
	transform: scale(1.1);
}

.events_block .slick-prev,
.events_block .slick-next {
	font-size: 2em;
	border: none;
	background: none;
	color: #fb7350;
	position: absolute;
	top: 40%;;
	width: 30px;
	height: 30px;
	transform: translateX(25%) rotate(-135deg);
	z-index: 1;
}
.events_block .slick-next {
	transform: translateX(-25%) rotate(45deg);
}
.events_block .slick-prev::before,
.events_block .slick-prev::after,
.events_block .slick-next::before,
.events_block .slick-next::after {
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 0.1em;
}
.events_block .slick-prev::before,
.events_block .slick-next::before {
	top: 0;
	left: 0;
	right: 0;
	height: 0.1em;
}
.events_block .slick-prev::after,
.events_block .slick-next::after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 0.1em;
}
.events_block .slick-prev {
	width: 30px;
	height: 30px;
	left: -34px;
}
.events_block .slick-next {
	width: 30px;
	height: 30px;
	right: -34px;
}
.events_block .slick-dots {
	text-align: center;
	margin-top: 20px;
}
.events_block .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.events_block .slick-dots li button {
	font-size: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #d5f2f6;
	border: none;
}
.events_block .slick-dots li.slick-active button {
	background-color: #fb7350;
}
@media screen and ( max-width:1500px ) {
	.events_block .slide_block .character {
		top: -187px;
		width: 140px;
	}
}
@media screen and ( max-width:1200px ) {
	.events_block .slide_block .character {
		top: -161px;
		width: 120px;
	}
}
@media screen and ( max-width:680px ) {
	.events_block .slide_block {
		padding-top: 20px;
		width: 100%;
	}
	.events_block .slick-prev,
	.events_block .slick-next {
		font-size: 1em;
	}
	.events_block .slide_block .character {
		top: -122px;
		right: 20px;
		width: 90px;
	}
	.events-slider .events-slide {
		padding: 0
	}
}
@media screen and ( max-width:480px ) {
	.events_block .slick-prev,
	.events_block .slick-next {
		width: 20px;
		height: 20px;
		font-size: 12px;
	}
	.events_block .slick-prev::before,
	.events_block .slick-next::before {
		left: 8px;
	}
	.events_block .slick-prev::after,
	.events_block .slick-next::after {
	}
}

.sns_block .inline {
	align-items: center;
	justify-content: space-evenly;
}
.sns_block .top_sns {
	text-align: center;
	position: relative;
}
.sns_block .col p {
	font-size: 18px;
	position: absolute;
	top: 32%;
	left: 37%;
	color: #fb6d48;
	font-weight: 600;
}
.sns_block .col:first-child {
	flex: 2;
}
.sns_block .top_sns_area img {
	width: 40px;
}
.sns_block .top_sns_area img.youtube {
	width: 50px;
}
@media screen and ( max-width:1200px ) {
	.sns_block .col p {
		left: 30%;
	}
}
@media screen and ( max-width:896px ) {
	.sns_block .col p {
		font-size: 16px;
	}
}
@media screen and ( max-width:680px ) {
	.sns_block .top_sns_area {
		display: flex;
		margin-top: 20px;
	}
	.sns_block .col p {
		font-size: 13px;
	}
}


.front_link {
}
.front_link a {
	max-width: 200px;
	margin: 6px;
	transition: 0.2s linear;
}
.front_link a:hover {
	transform: scale(1.1);
}
@media screen and ( max-width:680px ) {
	.front_link a {
		max-width: 48%;
		margin: 1%;
	}
	.front_link a img {
		width: 46%;
		margin: 1%;
	}
}

.message {
}
.message h2 {
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}
.message h2 strong,
.message strong {
	color: #fb6d48;
}
.message .wp-block-columns .wp-block-group {
	margin-bottom: 12%;
}
@media screen and ( max-width:680px ) {
	.message .img_mini {
		width: 50%;
	}
	.message .inline .col_2 {
		margin-bottom: 0;
	}
}

.news_block {
	background-color: #f8f5ec;
}
.news_block h2 {
	color: #fb6d48;
}


.shop_block {
}
.map_block {
	overflow: hidden;
}
.map_block iframe {
	border: 4px solid #fc6e4a;
	border-radius: 25px;
}

.tab_group {
	display: flex;
	justify-content: center;
	margin-bottom: 5%;
	padding-left: 0;
}
.tab {
	flex: 1;
	padding:20px 10px;
	border:solid 1px #CCC;
	text-align:center;
	cursor:pointer;
	background-color: #fff;
	color: #666;
	transition-property: all;
	transition: 0.2s linear;
}
.tab:hover {
	background-color: #dbe4e1;
}
.panel {
	display:none;
	margin-bottom: 5%;
}
.tab.is_active{
	background: #fc6e4a;
	color:#FFF;
	transition: all 0.2s ease-out;
	position: relative;
}
.tab.is_active:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 13px solid #fc6e4a;
}
.panel.is_show{
	display:block;
}
@media screen and ( max-width:920px ) {
	.shop_block {

	}
	.shop_block .tab_group {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	}
	.shop_block .tab_group .tab {
		border-radius: 10px;
		margin: 1%;
	}
	.shop_block .tab.is_active:after {
		display: none;
	}
}


.home .contents {
	margin-top: 50px;
}
.cat_list {
	display: flex;
	flex-wrap: wrap;
}
.cat_list .box {
	width: 32%;
	margin: .5%;
	padding: 2%;
	background-color: #efefef;
}
.cat_list h2:before {
	content: none;
}
.cat_list h2 {
	font-size: 22px;
	padding-bottom: 0;
	margin-bottom: 15px;
}



.anchor {
	padding-top: 30px !important;
	margin-top: -30px !important;
}


.postlist_wrap article {
	flex: 5;
	margin: 2%;
}
.postlist_wrap aside {
	flex: 1;
	margin: 2%;
}

.postlist_wrap li.post_list {
	list-style: none;
	padding: 3%;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 30px;
}
.date {
	font-size: 12px;
	margin-bottom: 10px;
	color: #666;
}
.date:before {
	margin-left: 5px;
	font-family: "dashicons";
	content: "\f508";
	margin-right: 5px;
}
.category span {
	font-size: 12px;
	color: #666;
	display: inline-block;
}
.post_list .post_title {
	font-size: 22px;
	margin: 20px 0;
}
.post_list .post_title a {
	text-decoration: underline;
}
.post_list .post_title a:hover {
	text-decoration: none;
}

.postcont .content_in {
	padding: 4% 6%;
	background-color: #fff;
}
.postcont h1 {
	font-size: 36px;
	border-bottom: 2px solid #000;
	margin-bottom: 15px;
}
.postcont .post_meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.postcont .post_meta time {
	display: flex;
}
.postcont .post_meta time p {
	margin-right: 10px;
}
.postcont .post_meta time p:last-of-type {
	margin-right: 0;
}

.title {
	font-size: 32px;
	font-weight: 600;
	color: #fb6d48;
}
.en_title {
	font-size: 32px;
	font-weight: 600;
	color: #fb6d48;
	margin-bottom: 0;
}
.en_title + .title {
	font-size: 30px;
	color: #000;
}
h2,
.post_wrap .post_title {
	font-size: 28px;
	font-weight: 600;
	color: #fb6d48;
	position: relative;
	padding-bottom: 4px;
}
h2 span {
	font-size: 16px;
	margin-left: 20px;
	color: #000;
	-webkit-text-fill-color: black;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 18px;
}
h3 strong {
	color: #fb6d48;
}
video {
	width: 100%;
}
.simple_title {
	color: #000;
}
.underline_title {
	color: #000;
	display: inline-block;
	border-bottom: 2px solid #000;
	margin-bottom: 2%;
}
.orange_title {
	color: #fb6d48;
}
.blue_title {
	color: #5ab7e2;
}

@media screen and ( max-width:896px ) {
	h2,
	.post_wrap .post_title {
		font-size: 24px;
	}
}
@media screen and ( max-width:680px ) {
	h2,
	.post_wrap .post_title {
		font-size: 20px;
	}
	h2 span {
		font-size: 14px;
		display: block;
		margin-left: 0;
	}
}
@media screen and ( max-width:480px ) {
	.en_title {
		font-size: 24px;
	}
	.en_title + .title {
		font-size: 20px;
	}
}


.postcont h4 {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-left: 25px;
}
.postcont h4:before {
	content: '';
	width: 15px;
	height: 15px;
	background-color: #666;
	position: absolute;
	left: 0;
	top: 7px;
}
p {
	margin-bottom: .5em;
}
.lead_title {
	font-size: 36px;
}
.lead {
	font-size: 18px;
}
.lead_title strong {
	color: #fc6c47;
}
@media screen and ( max-width:680px ) {
	.lead_title {
		font-size: 18px;
	}
}

.column_title {
	position: relative;
	text-align: center;
	font-weight: 600;
	padding-top: 18px;
	margin-bottom: 28px;
}
.column_title::after {
	content: '';
	width: 50px;
	height: 4px;
	display: inline-block;
	background-color: #fc6c47;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 25px)
}

.pager_wrap {
	margin: 50px auto 0;
}
.pager_wrap p {
	text-align: center;
}
.pager_wrap a {
	padding: 10px 25px;
	border: 1px solid #000;
}
.pager_wrap a:hover {
	background-color: #000;
	color: #fff;
}



.image_bg {
	padding: 30px;
	background-color: #ddd;
}


.wp-block-group.bg,
.wp-block-column.bg,
.wp-block-columns.bg,
.bg {
	background-color: #f8f5ec;
	padding: 30px 0;
}
.wp-block-group.bg_w,
.wp-block-column.bg_w,
.wp-block-columns.bg_w,
.bg_w {
	background-color: #fff;
	padding: 30px;
}
.bg_text_white {
	line-height: 66px;
	color: #f28e27;
	padding: 6px 10px;
	display: inline;
	background: linear-gradient(transparent 0%, #fff 0%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.bg_text_blue span,
.bg_text_orange span {
	font-size: 32px;
	line-height: 62px;
	color: #fff;
	-webkit-text-fill-color: #fff;
	margin-left: 0;
	padding: 10px;
	display: inline;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.bg_text_blue span {
	background: linear-gradient(transparent 0%, #5ab7e2 0%);
}
.bg_text_orange span {
	background: linear-gradient(transparent 0%, #f28e27 0%);
}
.bg_text_blue + p,
.bg_text_orange + p {
	margin-top: 20px;
}
@media screen and ( max-width:680px ) {
	.bg_text_blue span,
	.bg_text_orange span {
		font-size: 16px;
		line-height: 40px;
	}
}
@media screen and ( max-width:480px ) {
	.bg_text_blue span,
	.bg_text_orange span {
		line-height: 52px;
		padding: 14px;
	}
}
.contents p.mb_0,
h3.mb_0,
h4.mb_0,
.mb_0,
.contents .mb_0wrap p {
	margin-bottom: 0 !important;
}
.contents p.mb_5,
.mb_5 {
	margin-bottom: 5px !important;
}
.contents p.mb_10,
.mb_10 {
	margin-bottom: 10px !important;
}
.contents p.mb_15,
.mb_15 {
	margin-bottom: 15px !important;
}
.contents p.mb_20,
.mb_20 {
	margin-bottom: 20px !important;
}
.contents p.mb_30,
.mb_30 {
	margin-bottom: 30px !important;
}
.contents p.mb_40,
.mb_40 {
	margin-bottom: 40px !important;
}


.mt_0 {
	margin-top: 0!important;
}
.mt_10 {
	margin-top: 10px!important;
}
.mt_20 {
	margin-top: 20px!important;
}
.mt_30 {
	margin-top: 30px!important;
}
.mt_40 {
	margin-top: 40px!important;
}
.mt_0 {
	margin-top: 0!important;
}
.mr_10 {
	margin-right: 10px;
}
.mr_20 {
	margin-right: 20px;
}
.mr_30 {
	margin-right: 30px;
}
.mr_40 {
	margin-right: 40px;
}
@media screen and ( max-width:680px ) {
	.mr_10,
	.mr_20,
	.mr_30,
	.mr_40 {
		margin-right: 0;
	}
}

.p_10 {
	padding: 10px!important;
}
.p_20 {
	padding: 20px!important;
}
.p_30 {
	padding: 30px!important;
}
.p_40 {
	padding: 40px!important;
}
.p_50 {
	padding: 50px!important;
}
@media screen and ( max-width:680px ) {
	.p_20,
	.p_30,
	.p_40,
	.p_50 {
		padding: 20px!important;
	}
}

.w_20,
figure.w_20,
.wp-block-image.w_20 {
	width: 20%;
}
.w_25,
figure.w_25,
.wp-block-image.w_25 {
	width: 25%;
}
.w_30,
figure.w_30,
.wp-block-image.w_30 {
	width: 30%;
}
.w_35,
figure.w_35,
.wp-block-image.w_35 {
	width: 35%;
}
.w_40,
figure.w_40,
.wp-block-image.w_40 {
	width: 40%;
}
.w_45,
figure.w_45,
.wp-block-image.w_45 {
	width: 45%;
}
.w_50,
figure.w_50,
.wp-block-image.w_50 {
	width: 50%;
}
.w_55,
figure.w_55,
.wp-block-image.w_55 {
	width: 55%;
}
.w_60,
figure.w_60,
.wp-block-image.w_60 {
	width: 60%;
}
.w_65,
figure.w_65,
.wp-block-image.w_65 {
	width: 65%;
}
.w_70,
figure.w_70,
.wp-block-image.w_70 {
	width: 70%;
}
.w_75,
figure.w_75,
.wp-block-image.w_75 {
	width: 75%;
}
.w_80,
figure.w_80,
.wp-block-image.w_80 {
	width: 80%;
}
.w_85,
figure.w_85,
.wp-block-image.w_85 {
	width: 85%;
}
.w_90,
figure.w_90,
.wp-block-image.w_90 {
	width: 90%;
}
@media screen and ( max-width:680px ) {
	.w_20,
	figure.w_20,
	.wp-block-image.w_20,
	.w_25,
	figure.w_25,
	.wp-block-image.w_25,
	.w_30,
	figure.w_30,
	.wp-block-image.w_30,
	.w_35,
	figure.w_35,
	.wp-block-image.w_35,
	.w_40,
	figure.w_40,
	.wp-block-image.w_40,
	.w_45,
	figure.w_45,
	.wp-block-image.w_45,
	.w_50,
	figure.w_50,
	.wp-block-image.w_50,
	.w_55,
	figure.w_55,
	.wp-block-image.w_55,
	.w_60,
	figure.w_60,
	.wp-block-image.w_60,
	.w_65,
	figure.w_65,
	.wp-block-image.w_65,
	.w_70,
	figure.w_70,
	.wp-block-image.w_70,
	.w_75,
	figure.w_75,
	.wp-block-image.w_75,
	.w_80,
	figure.w_80,
	.wp-block-image.w_80,
	.w_85,
	figure.w_85,
	.wp-block-image.w_85,
	.w_90,
	figure.w_90,
	.wp-block-image.w_90 {
		width: 100%;
		padding: 0 20px;
	}
}

.w_20.m_auto,
.w_25.m_auto,
.w_30.m_auto,
.w_35.m_auto,
.w_40.m_auto,
.w_45.m_auto,
.w_50.m_auto,
.w_55.m_auto,
.w_60.m_auto,
.w_65.m_auto,
.w_70.m_auto,
.w_75.m_auto,
.w_80.m_auto,
.w_85.m_auto,
.w_90.m_auto,
figure.w_20.m_auto,
figure.w_25.m_auto,
figure.w_30.m_auto,
figure.w_35.m_auto,
figure.w_40.m_auto,
figure.w_45.m_auto,
figure.w_50.m_auto,
figure.w_55.m_auto,
figure.w_60.m_auto,
figure.w_70.m_auto,
figure.w_75.m_auto,
figure.w_80.m_auto,
figure.w_85.m_auto,
figure.w_90.m_auto,
.wp-block-image.w_20.m_auto,
.wp-block-image.w_25.m_auto,
.wp-block-image.w_30.m_auto,
.wp-block-image.w_35.m_auto,
.wp-block-image.w_40.m_auto,
.wp-block-image.w_45.m_auto,
.wp-block-image.w_50.m_auto,
.wp-block-image.w_55.m_auto,
.wp-block-image.w_60.m_auto,
.wp-block-image.w_65.m_auto,
.wp-block-image.w_70.m_auto,
.wp-block-image.w_75.m_auto,
.wp-block-image.w_80.m_auto,
.wp-block-image.w_85.m_auto,
.wp-block-image.w_90.m_auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.link_mark a,
a.link_mark {
	display: inline-block;
	position: relative;
	line-height: 1.3;
	padding-left: 25px !important;
	color: #333 !important;
}
p.link_mark a {
	text-decoration: none;
}
.link_mark a:hover,
a.link_marka:hover {
	color: #e83820 !important;
}
.link_mark a:before,
.link_mark a:after,
a.link_mark:before,
a.link_mark:after{
	content: '';
	position: absolute;
}
.link_mark a:before,
a.link_mark:before {
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background-color: #f28e27;
}
.link_mark a:after,
a.link_mark:after {
	left: 3px;
	top: 4px;
	width: 4px;
	height: 4px;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
}
p a.link_mark {
	text-decoration: none;
}

.link_outside a {
	position: relative;
	padding-left: 23px;
	background: url('images/icon_outside.svg') no-repeat 0 3px / 15px;
	text-decoration: none;
	display: inline-block;
}

.link_act a {
	background: url(images/icon_act.svg) no-repeat 0 3px / 40px;
	background-position: right bottom;
	padding: 20px 30px;;
}
.link_act_w a {
	background: url(images/icon_act_w.svg) no-repeat 0 3px / 40px;
	background-position: right bottom;
	padding: 20px 30px;;
}

.link_text {
	margin: 15px 0;
}
.link_text a {
	padding-right: 30px;
	position: relative;
	text-decoration: none;
}
.link_text a:before, .link_text a:after {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #000;
	right: 0;
}
.link_text a:before {
	bottom: -10px;
	width: 100%;
}
.link_text a:after {
	bottom: -6px;
	width: 10px;
	transform: rotate(45deg);
}
.link_text a:hover:before, .link_text a:hover:after {
	background-color: #e83820;
}

.link_btn a,
a.link_btn {
	display: block;
	text-align: center;
	padding: 15px 10px;
	background-color: #fff;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	border: 1px solid #fff;
}
.contents .link_btn a:hover,
a.link_btn:hover {
	color: #fff;
	background-color: #f28e27;
}
.link_btn.white a,
a.link_btn.white {
	border: 1px solid #000;
}
.contents .link_btn.white a:hover,
a.link_btn.white:hover {
	color: #fff;
	background-color: #f28e27;
	border: 1px solid #fff;
}
.link_btn.orange a,
a.link_btn.orange {
	color: #fff;
	background-color: #f28e27;
}
.contents .link_btn.orange a:hover,
a.link_btn.orange:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}
.block_btn.bg_btn01 a,
a.block_btn.bg_btn01,
.block_btn.bg_btn02 a,
a.block_btn.bg_btn02 {
	width: 100%;
	color: #fff;
	text-align: center;
	display: block;
	padding: 10% 8%;
	font-size: 20px;
	font-weight: 600;
	border-radius: 10px;
	background-size: contain;
	position: relative;
}
.block_btn.bg_btn01 a::after,
a.block_btn.bg_btn01::after,
.block_btn.bg_btn02 a::after,
a.block_btn.bg_btn02::after {
	position: absolute;
	content: " ";
	display: block;
	width: 50px;
	height: 4px;
	background-color: #fff;
	right: 0;
	left: 0;
	bottom: 28%;
	margin: 0 auto;
}
.block_btn.bg_btn01 a:hover::after,
a.block_btn.bg_btn01:hover::after,
.block_btn.bg_btn02 a:hover::after,
a.block_btn.bg_btn02:hover::after {
	background-color: #e83820;
}
.block_btn.bg_btn01 a,
a.block_btn.bg_btn01 {
	background-image: url(/wp-content/themes/3rd-planet/images/bg_btn01.webp);
}
.block_btn.bg_btn02 a,
a.block_btn.bg_btn02 {
	background-image: url(/wp-content/themes/3rd-planet/images/bg_btn02.webp);
}

.toggle_btn + .wp-block-columns,
.toggle_btn + .wp-block-gallery {
	margin: 0 auto 5%;
}
.toggle_btn {
	cursor: pointer;
	transition-property: all;
	transition: 0.2s linear;
	position: relative;
}
.toggle_btn .arrow {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border: 2px solid;
	border-color:  transparent transparent #fb6d48 #fb6d48;
	transform: rotate(-45deg);
	margin-left: 20px;
	top: 5px;
	transition-property: all;
	transition: 0.2s linear;
}
.toggle_btn.active .arrow {
	top: 10px;
	transform: rotate(135deg);
}

.toggle_btn {
	position: relative;
	padding: 20px 5px 20px 40px;
	display: flex;
}
.toggle_btn .arrow {
	position: inherit;
}
.toggle_btn:before {
	content: 'Q.';
	position: absolute;
	left: 5px;
	font-size: 25px;
	color: #e83820;
	line-height: 1;
}
.toggle_btn:hover {
	background-color: #efefef;
}
.toggle_wrap {
	padding: 20px 20px 20px 50px;
	background-color: #f2f1e9;
	position: relative;
}
.toggle_wrap:before {
	content: 'A';
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 25px;
	color: #93a9ac;
	line-height: 1;
	font-weight: 600;
}
@media screen and ( max-width: 896px ) {
	.toggle_btn {
		padding: 5px 40px 5px 40px;
	}
	.toggle_btn .arrow {
		position: absolute;
		right: 5px;
	}
}
@media screen and ( max-width:680px ) {
	.toggle_btn {
		font-size: 14px;
		font-weight: normal;
	}
	.toggle_btn:before {
		font-size: 20px;
	}
}

.cat_list li {
	font-size: 16px;
}
.cat_list li li {
	font-weight: 600;
}
.cat_list li li li {
	font-size: 15px;
	font-weight: normal;
}


.page_title {
	font-size: 38px;
}

.classname {
	display: inline-block;
	line-height: 1;
	margin: 30px 0;
	font-size: 30px;
	background:linear-gradient(transparent 40%, #ff6 40%);
}
.classname.mini {
	margin: 0;
	font-size: 22px;
}
h4 + .classname,
.classname.mt_0 {
	margin-top: 0;
}

.wp-block-group {
	margin: 60px auto;
}
.wp-block-group .wp-block-group,
.wp-block-columns {
	margin: 40px auto;
}
.wp-block-columns .wp-block-group,
p + .wp-block-group:first-of-type {
	margin: 30px auto;
}
.wp-block-group:first-of-type {
	margin-top: 0;
}
.wp-block-group:last-of-type {
	margin-bottom: 0;
}


.border {
	padding: 30px;
	border: 2px solid #ccc;
}
 .wp-block-column.bg.no_border {
	padding: 30px;
}
.border h4 {
	margin-bottom: 30px
}
.border.orange {
	border-color: #fb6d48;
}
.radius {
	border-radius: 30px;
}
.noborder {
	border: 0;
}

.circle {
	border-radius: 9999px;
}
.circle.orange,
.wp-block-image.circle.orange {
	border: 4px solid #fb6d48;
	border-radius: 9999px;
	display: block;
}

.contents.post,
.contents.archive {
	padding-bottom: 100px;
}
.contents.post .post_title {
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}
.contents.post .info_meta {
	display: flex;
	align-items: center;
}
.contents.post .info_categories {
	margin-right: auto;
}
.contents.post .date {
	margin-bottom: 0;
}

.post_wrap article,
.archive_wrap article {
	width: 70%;
	padding-right: 5%;
	border-right: 1px solid #ccc;
}
.post_nav_area {
	padding-top: 30px;
	border-top: 1px solid #ccc;
}
.post_nav_area .post_link li {
	width: 49%;
	font-size: 14px;
}
.post_nav_area .post_link li a {
	text-decoration: none;
	display: block;
	position: relative;
}
.post_nav_area .post_link li a:hover {
	background-color: #fafafa;
}
.post_nav_area .post_link li a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.post_nav_area .post_link .next {
	float: right;
	text-align: right;
}
.post_nav_area .post_link li.next a:before {
	right: 10px;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: #565656 #565656 transparent transparent;
	transform: rotate(45deg);
}
.post_nav_area .post_link .next a {
	padding: 10px 35px 10px 15px;
}
.post_nav_area .post_link .prev {
	float: left;
}
.post_nav_area .post_link .prev a {
	padding: 10px 15px 10px 35px;
}
.post_nav_area .post_link li.prev a:before {
	left: 10px;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: transparent transparent #565656 #565656;
	transform: rotate(45deg);
}
.post_nav_area .archive_link a {
	padding: 15px 25px;
	border: 1px solid #fb6d48;
}
.post_nav_area .archive_link {
	padding: 50px 0 0;
	text-align: center;
}

.sidebar {
	width: 30%;
	padding-left: 5%;
}
.sidebar .new_list {
}
.sidebar .new_list h3 {
	font-size: 18px;
	font-weight: 100;
	line-height: 1.7;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.sidebar .new_list ul {
	padding-left: 0;
}
.sidebar .new_list li {
	padding: 10px 0;
	position: relative;
	padding-left: 15px;
}
.sidebar .new_list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	width: 0;
	height: 0;
	border-left: 6px solid #fb6d48;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.sidebar .new_list li a {
	display: block;
	font-size: 13px;
	line-height: 1.5;
}
.sidebar .new_list p {
	margin: 0;
}
.sidebar .info_category {
	width: 120px;
	text-align: center;
	margin-right: 0;
}
@media screen and ( max-width:896px ) {
	.inline.post_wrap {
		flex-direction: column;
	}
	.post article,
	.archive article {
		width: 100%;
		padding-right: 0;
		border: none;
		padding-bottom: 50px;
		margin-bottom: 30px;
	}
	.post aside,
	.archive aside {
		width: 100%;
		padding-left: 0;
		max-width: 600px;
		margin: 0 auto;
		border: 1px solid #ccc;
		padding: 30px;
	}
	.sidebar .block ul {
		display: flex;
		padding-left: 0;
		flex-wrap: wrap;
		margin-bottom: 10%;
	}
	.sidebar .info_category {
		margin-right: 20px;
	}
}

footer {
	background-color: #e9f1f3;
	text-align: center;
	padding: 20px 0 60px;
}
footer nav ul {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
footer nav li {
	font-size: 13px;
	color: #3f3f3f;
}
footer nav li:after {
	content: '｜';
	margin: 0 15px;
}
footer nav li:last-child:after {
	content: none;
}
footer p {
	text-align: center;
	font-size: 12px;
}
footer small {
	display: block;
	text-align: center;
	padding: 10px 0 0;
	color: #fff;
}
@media screen and ( max-width:680px ) {
	footer {
		padding-left: 5%;
		padding-right: 5%;
	}
	footer nav {
		padding-bottom: 90px;
	}
	footer nav .btm_nav {
		padding: 0;
		display: block;
		overflow: hidden;
	}
	footer nav ul {
		display: block;
	}
	footer nav li {
		float: left;
		margin-bottom: 10px;
	}
	footer a {
		padding: 10px 5px;
	}
	footer p.text {
		margin-bottom: 20px;
	}
}
@media screen and ( max-width:480px ) {
	footer p.text {
		text-align: left;
	}
}
@media screen and ( max-width:375px ) {
	footer a {
		font-size: 10px;
		padding: 5px 2px;
	}
	footer nav li:after {
		margin: 0;
	}
}

@media screen\0 { /* IE8〜11 */
}

/* サイドメニュー */
body.side-open {
	width: 100%;
	height: 100%;
	position: fixed;
}
.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 100px;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 2;
}
@media screen and ( max-width:1115px ) {
	.overlay {
		top: 80px;
	}
}
@keyframes item_fadein {
	100% {
		opacity: 1;
	}
}
@media screen and ( max-width: 1115px ) {
	.site_head .nav_wrap ul {
		display: none;
	}
}
/* 開閉用ボタン */
.side-menu-btn {
	position: fixed;
	top: 35px;
	right: 22%;
	width: 25px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	z-index: 10;
	display: none;
	font-size: 10px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
 /*ボタンのスタイル */
.side-menu-btn,
.side-menu-btn span {
	transition: all .4s;
	box-sizing: border-box;
}
.side-menu-btn span {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 0 0 auto;
	height: 1px;
	background-color: #666;
	border-radius: 4px;
}
.home .side-menu-btn span {
	background-color: #666;
}
.fixed.home .side-menu-btn span {
	background-color: #666;
}
.side-menu-btn span:nth-of-type(1) {
	width: 100%;
	top: 0;
}
.side-menu-btn span:nth-of-type(2) {
	width: 75%;
	top: 10px;
}
.side-menu-btn span:nth-of-type(3) {
	width: 50%;
	bottom: 0;
}

.side-open .side-menu-btn {
	transition: all .4s;
	height: 22px;
	z-index: 1001;
}

.side-open .side-menu-btn span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
	background-color: #666;
}
.side-open .side-menu-btn span:nth-of-type(2) {
	opacity: 0;
}
.side-open .side-menu-btn span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
	width: 100%;
	background-color: #666;
}

@media screen and ( max-width:1115px ) {
	.side-menu-btn {
		display: inherit;
	}
}

@media screen and ( max-width:680px ) {
	.side-menu-btn {
		top: 18px;
	}
	.side-menu h3,
	.side-menu .menu-item-has-children a {
		font-size: 14px;
	}
	.side-menu .sub-menu li a {
		width: auto;
		font-size: 12px;
	}
}
@media screen and ( max-width:480px ) {
	.side-menu-btn {
		right: 36%;
	}
}

.side-menu .main_gnav .menu {
	display: block;
}
.side-menu {
	position: fixed;
	top: 90px;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(250,234,229,.95);
	z-index: 1000;
	box-sizing: border-box;
	padding: 5vh 20px;;
	overflow: auto;
	transition: opacity 1s, visibility 0s ease 1s;
	opacity: 0;
	visibility: hidden;
}
.side-open .side-menu {
	transition-delay: 0s;
	opacity: 1;
	visibility: visible;
	overflow: auto;
}
.fixed .side-menu,
.fixed .overlay {
	top: 50px;
}
.side-menu a {
	text-decoration: none;
}
.side-menu li {
	position: relative;
	font-size: 16px;
	color: #000;
	opacity: 0;
	border-bottom: 1px solid #000;
}
.side-menu li a {
	padding: 14px 10px;
}
.side-menu li ul li a {
	padding: 10px;
}
.side-menu li:hover {
	background-color: #ffe5dd;
}
.side-menu li:last-child {
	border-bottom: none;
}
.side-menu li:nth-child(1) {
	animation: item_fadein 0.5s ease 0.5s forwards;
}

.side-menu li:nth-child(2) {
	animation: item_fadein 0.5s ease 0.8s forwards;
}

.side-menu li:nth-child(3) {
	animation: item_fadein 0.5s ease 1.1s forwards;
}

.side-menu li:nth-child(4) {
	animation: item_fadein 0.5s ease 1.4s forwards;
}

.side-menu li:nth-child(5) {
	animation: item_fadein 0.5s ease 1.7s forwards;
}

.side-menu li:nth-child(6) {
	animation: item_fadein 0.5s ease 2s forwards;
}
.side-menu .side_footer {
	margin: 30px 0 120px;
}
.side-menu .side_footer li {
	border-bottom: none;
}
.side-menu .side_footer li a {
	padding: 10px;
}
@keyframes item_fadein {
	100% {
		opacity: 1;
	}
}

.side-menu .store_menu {
	background-color: #fff;
	border: 3px solid #e87653;
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 30px;
}
.side-menu .store_menu p {
	font-weight: 600;
}
.side-menu .store_menu li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.side-menu li a {
	position: relative;
	display: block;
}
.side-menu .sub-menu {
	width: 95%;
	margin: 5px 0 5px auto;
}
.side-menu .sub-menu li {
	font-size: 80%;
	border: none;
	padding: 10px 0;
	margin-bottom: 0;
}
.side-menu .sub-menu .sub-menu {
	display: block;
}
.side-menu .sub-menu .sub-menu {
	width: 95%;
}

.side-menu .menu-item-has-children {
	font-size: 16px;
	padding-right: 40px;
	position: relative;
}
.side-menu .menu-item-has-children .arrow {
	content: '';
	position: absolute;
	right: 10px;
	top: 14px;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: 0.2s linear;
}
.side-menu .menu-item-has-children .arrow:before,
.side-menu .menu-item-has-children .arrow:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 1px;
	background-color: #fb6d49;
	transition: 0.5s linear;
}
.side-menu .menu-item-has-children .arrow:after {
	transform: rotate(90deg);
}

.side-menu .menu-item-has-children .arrow:hover:before,
.side-menu .menu-item-has-children .arrow:hover:after {
	background-color: #fb6d49;
}
.side-menu .menu-item-has-children .arrow.active:before {
	transform: rotate(360deg);
	background-color: #fb6d49;
}
.side-menu .menu-item-has-children .arrow.active:after {
	transform: rotate(360deg);
	background-color: #fb6d49;
}

.side-menu .in .menu-item-has-children .arrow {
	right: 0;
	top: 5px;
}
.side-menu .in .menu-item-has-children .arrow:before,
.side-menu .in .menu-item-has-children .arrow:after {
	width: 13px;
}
@media screen and ( max-width:680px ) {
	.side-menu {
		top: 60px;
	}
}


/* sp main-size */
@media screen and ( max-width:760px ) {
	html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
		letter-spacing: .01em;
		line-height: 1.5;
	}

	.site_head .logo svg {
		width: 100%;
		height: 90%;
	}
	.fixed .site_head .logo svg {
		width: 100%;
		height: 90%;
	}

}

@media screen and ( max-width:480px ) {

	html, body, div, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, form, fieldset {
		font-size: 14px;
	}

	th, td {
		font-size: 12px;
	}

}


/* 印刷時の余白幅指定 */
@page {
	margin: 12.7mm 9.7mm;
}
/* IE6で印刷時の倍率を指定 */
@media print {
	body {
		overflow: visible !important;
		_zoom: 0.75;
		width: 1020px;
		margin: 0 auto;
	}
}


.contact_area {

}
.contact_area .contact-item p {
	width: 100%;
	vertical-align: top;
}
.contact_area p.contact-item-head {
	padding-top: 20px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.contact_area .contact-item input,
.contact_area .contact-item textarea {
	width: 100%;
	padding: .8em 1.6em;
	font-size: 1.1em;
	font-family: sans-serif;
	line-height: 180%;
	border: 1px solid #ececec;
	display: inline-block;
	background-color: #fafafa;
	box-sizing: border-box;
	border-radius: 0;
	transition: .3s;
}
.contact_area .contact-item select {
	width: 100%;
	margin: 0;
	padding: .8em 1em;
	font-size: 1em;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.contact_area .contactNoteBlock {
	width: 100%;
	margin: 50px auto 0;
	padding: 20px 0 0;
	display: block;
	border-top: 1px dotted #d4d5ee;
}
.contact_area .contactNoteBlock p.conNoteHead {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-align: left;
	vertical-align: top;
	display: inline-block;
}
.contact_area .contactNoteBlockInner {
}
.contact_area .contactNoteBlockInner p {
	text-align: left;
	font-size: 15px;
}
.contact_area .privacyBlock {
	width: 100%;
	margin: 20px auto 0;
	padding: 20px 0 0;
	display: block;
	border-top: 1px dotted #d4d5ee;
}
.contact_area .privacyBlock p.privacy-head {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-align: left;
	vertical-align: top;
	display: inline-block;
}
.contact_area .privacyBlock .center {
	margin: 20px 0;
}
.contact-btn input {
	width: 100%;
	margin: 50px auto 0;
	color: #fb6d48;
	text-align: center;
	padding: 2em 0 !important;
	font-size: 16px;
	font-weight: bold;
	border-style: none;
	cursor: pointer;
	background: #fff;
	border: 2px solid #fb6d48;
	border-radius: 20px;
	z-index: 1 !important;
	transition: .3s;
}
.contact-btn input:hover {
	color: #fff;
	background: #fb6d48;
	transition: .3s;
}

.contact-item-confirm p {
	width: 80%;
	padding-top: 20px;
	display: inline-block;
	vertical-align: top;
}
.contact-item-confirm p.contact-item-head {
	width: 19%;
	padding-top: 20px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.contact-item-confirm + p {
	display: flex;
	justify-content: space-evenly;
	margin: 40px 0;
}
.contact-item-confirm + p input {
	color: #fb6d48;
	font-size: 16px;
	padding: 10px 20px;
	border-style: none;
	cursor: pointer;
	background: #fff;
	border: 1px solid #fb6d48;
	border-radius: 4px;
	transition: .3s;
}
.contact-item-confirm + p input:hover {
	color: #fff;
	background: #fb6d48;
	transition: .3s;
}
@media screen and ( max-width:1080px ) {
	.contact_area p.contact-item-head,
	.contact_area .contact-item p,
	.contact_area .contact-item select,
	.contact_area .privacyBlock p.privacy-head {
		width: 100%;
	}
}


.staff-list {
	display: flex;
	text-align: center;
	margin: 6% 0;
}
.staff-list img {
	width: 90%;
	border: 4px solid #fb6d48;
	border-radius: 9999px;
}
.staff-list p {
	margin: 14px 0;
}
.staff-list a {
	display: block;
}
.staff-list a:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}
.staff-list.num4 article {
	width: calc(50% - 20px);
	padding: 20px;
}
@media screen and ( max-width:1040px ) {
	.staff-list.num4 {
		display: flex;
		flex-wrap: wrap !important;
	}
	.staff-list.num4 article {
		width: calc(50% - 20px);
		margin-bottom: 6%;
	}
}

.recruit {
}
.recruit_news_list .wp-block-columns {
	border-bottom: 1px solid #000;
}
.recruit_news_list .wp-block-columns .wp-block-column:first-child {
	flex-basis: 16% !important;
}


.staff {
}
.staff .bg {
	background-color: #fb6d48;
	padding: 0;
	margin-top: 50px;
}
.staff .bg .inline .col:first-child {
	margin-right: 3%;
}
.staff .bg .inline .col + .col {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.staff .staff_main_text {
	color: #fff;
	text-decoration: underline;
	width: 100%;
}
.staff .staff_sub_text {
	color: #fff;
}
.staff h3 {
	color: #5ab7e2;
	margin-bottom: 6%;
}
.staff .radius {
	border-radius: 10px;
}
.staff .post-navigation {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 24px 0;
	margin: 6% auto;
}
.staff .nav-links {
	display: flex;
	position: relative;
}
.staff .nav-links img {
	max-width: 80px;
	border: 4px solid #fb6d48;
	border-radius: 9999px;
}
.staff .nav-links .nav-previous,
.staff .nav-links .nav-next {
	width: 50%;
}
.staff .nav-links > .nav-next {
	width: 100%;
}
.staff .nav-links .nav-previous {
	padding-left: 40px;
}
.staff .nav-links .nav-next {
	padding-right: 40px;
}
.staff .nav-links .nav-previous a,
.staff .nav-links .nav-next a {
	display: flex;
	align-items: center;
}
.staff .nav-links .nav-next a {
	justify-content: end;
	flex-direction: row-reverse;
}
.staff .nav-links .nav-previous img {
	margin-right: 20px;
}
.staff .nav-links .nav-next img {
	margin-left: 20px;
}
.staff .arrow-left,
.staff .arrow-right {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.staff .arrow-left {
	left: 0;
}
.staff .arrow-right {
	right: 0;
}
.staff .arrow-left {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(25%) rotate(-135deg);
}
.staff .arrow-right {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}
@media screen and ( max-width:680px ) {
	.staff .bg .inline .col:first-child {
		margin-right: 0;
		padding-top: 6%;
	}
	.staff .nav-links {
		display: block;
	}
	.staff .nav-links .nav-previous,
	.staff .nav-links .nav-next {
		width: 100%;
	}
	.staff .nav-links .nav-previous {
		margin-bottom: 20px;
	}
	.staff .arrow-left {
		top: -45%;
	}
	.staff .arrow-right {
		top: 55%;
	}
}


.faq {
}
.faq .toggle_btn {
	border-bottom: 1px dotted #d7d7d7;
}

.store_events-slide {
	overflow: hidden;
}
.store_events-slide .post-date {
	color: #5ab7e2;
	font-size: 12px;
}
.store_events-slide .post-date,
.store_events-slide h3,
.store_events-slide p {
	padding: 10px 26px 20px;
	display: block;
}
.store_events-slide h3 {
	font-weight: normal;
	font-size: 14px;
}
.store_events-slide a {
	display: inline-block;
	transition: transform .6s ease;
}
.store_events-slide a:hover {
	transform: scale(1.1);
}
.store_events_block .slick-slide {
	background-color: #fff;
	margin: 10px;
	border-radius: 20px;
}
.store_events_block .slick-slide img {
	border-radius: 20px 20px 0 0;
	border-bottom: 1px solid #ddd;
}
.store_events_block .slick-dots {
	text-align: center;
	padding: 20px;
}
.store_events_block .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.store_events_block .slick-dots li button {
	font-size: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	border: none;
}
.store_events_block .slick-dots li.slick-active button {
	background-color: #fb7350;
}

.store_events_block .store_events-slider .slick-prev,
.store_events_block .store_events-slider .slick-next {
	font-size: 2em;
	border: none;
	background: none;
	color: #fb6d48;
	line-height: 1;
	position: absolute;
	top: 40%;
	width: 1em;
	height: 1em;
	transform: translateX(25%) rotate(-135deg);
}
.store_events_block .store_events-slider .slick-next {
	transform: translateX(-25%) rotate(45deg);
}
.store_events_block .store_events-slider .slick-prev::before,
.store_events_block .store_events-slider .slick-prev::after,
.store_events_block .store_events-slider .slick-next::before,
.store_events_block .store_events-slider .slick-next::after {
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 0.1em;
}
.store_events_block .store_events-slider .slick-prev::before,
.store_events_block .store_events-slider .slick-next::before {
	top: 0;
	left: 0;
	right: 0;
	height: 0.1em;
}
.store_events_block .store_events-slider .slick-prev::after,
.store_events_block .store_events-slider .slick-next::after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 0.1em;
}
.store_events_block .store_events-slider .slick-prev {
	left: -34px;
	z-index: 1;
	max-width: 35px;
	max-height: 35px;
}
.store_events_block .store_events-slider .slick-next {
	right: -34px;
	max-width: 35px;
	max-height: 35px;
}
@media screen and ( max-width:680px ) {
	.store_events_block .slide_block {
		padding-top: 20px;
		width: 100%;
	}
	.store_events_block .slick-prev,
	.store_events_block .slick-next {
		font-size: 1em;
	}
	.store_events_block .store_events-slider .slick-prev {
		left: -14px;
	}
	.store_events_block .store_events-slider .slick-next {
		right: -14px;
	}
}
@media screen and ( max-width:480px ) {
	.store_events_block .store_events-slider .slick-prev,
	.store_events_block .store_events-slider .slick-next {
		font-size: 12px;
		width: 34px;
		height: 22px;
	}
	.store_events_block .store_events-slider .slick-prev::before,
	.store_events_block .store_events-slider .slick-next::before {
		left: 12px;
	}
	.store_events_block .store_events-slider .slick-prev::after,
	.store_events_block .store_events-slider .slick-next::after {
		bottom: 0;
	}
}

.concept_title {
	font-weight: 600;
	font-size: 42px;
	margin-bottom: 0;
}
.concept_title + h3 {
	font-weight: normal;
	color: #fff;
	padding: 20px;
}
.s_title {
	color: #e6378d;
}
.s_title + h3 {
	background-color: #e6378d;
}
.o_title {
	color: #005696;
}
.o_title + h3 {
	background-color: #005696;
}
.l_title {
	color: #00a95b;
}
.l_title + h3 {
	background-color: #00a95b;
}
.e_title {
	color: #e84534;
}
.e_title + h3 {
	background-color: #e84534;
}
.f_title {
	color: #904696;
}
.f_title + h3 {
	background-color: #904696;
}
.u_title {
	color: #007bc1;
}
.u_title + h3 {
	background-color: #007bc1;
}
.n_title {
	color: #008041;
}
.n_title + h3 {
	background-color: #008041;
}

.rental_machine {
}
.rental_machine .point {
}
.rental_machine .point .bg.point_num {
	font-size: 14px;
	background-color: #5ab7e2;
	width: 90px;
	height: 90px;
	padding: 20px 0;
	color: #fff;
}
.rental_machine .bg.point_num strong {
	font-size: 18px;
}
.rental_machine .dl_wrap.simple dt {
	width: 30%;
	padding: 10px;
	font-size: 14px;
}
.rental_machine .dl_wrap.simple dd {
	padding: 10px;
	font-size: 14px;
}
.rental_machine .dl_wrap.simple .fos {
	font-size: 80% !important;
}
@media screen and ( max-width:680px ) {
	.rental_machine .dl_wrap.simple dt {
		width: 100%;
		padding-bottom: 0;
		font-size: 12px;
	}
	.rental_machine .wp-block-columns {
		position: relative;
	}
	.rental_machine .point .bg.point_num {
		font-size: 12px;
		width: 60px;
		height: 60px;
		padding: 12px 0;
		position: absolute;
		top: 20px;
	}
	.rental_machine .point h3 {
		padding-left: 70px;
	}
}

.history_field {
}
.history_field .dl_wrap dl {
	display: flex;
	border-bottom: 1px solid #5ab7e2;
}
.history_field .dl_wrap dl dt {
	max-width: 150px;
	width: 15%;
	padding: 10px;
}
.history_field .dl_wrap dl dd {
	width: 85%;
	padding: 10px;
	border-bottom: 0;
	display: flex;
	justify-content: space-between;
}
.history_field .dl_wrap .history_year_text {
	font-size: 14px;
	font-weight: 600;
}
.history_field .dl_wrap .history_gallery {
	max-width: 240px;
	padding: 0 10px 10px 10px;
}
@media screen and ( max-width:680px ) {
	.history_field .dl_wrap dl dt,
	.history_field .dl_wrap dl dd {
		max-width: 100%;
		width: 100%;
	}
	.history_field .dl_wrap dl dt {
		padding-bottom: 0;
	}
	.history_field .dl_wrap dl dd {
		flex-direction: column;
		padding-top: 0;
	}
	.history_field .dl_wrap .history_gallery {
		margin: 10px auto;
	}
}

.data_block {
}
.data_block .data {
	padding: 20px;
}
.data_block .data .data_title {
	font-size: 22px;
	text-align: center;
	border: 1px solid #000;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
}
.data_block .data .data_title.h_long {
	min-height: 120px;
}
.data_block .data .num {
	font-family: system-ui;
	font-size: 60px;
	font-weight: bold;
	text-align: right;
	margin-bottom: -10px;
}
.data_block .data .num.many_digits {
	font-size: 46px;
}
.data_block .data .num.many_digits .sub_num {
	margin-bottom: 0;
}
.data_block .data.data_orange .num {
	color: #efab07;
}
.data_block .data.data_pink .num {
	color: #ed5491;
}
.data_block .data.data_green .num {
	color: #53b739;
}
.data_block .data.data_purple .num {
	color: #8660cc;
}
.data_block .data.data_blue .num {
	color: #42b8d6;
}
.data_block .data .inline {
	display: flex;
	justify-content: flex-end;
	margin: 0;
}
.data_block .data .inline .wp-block-group__inner-container {
	display: flex;
	align-items: flex-end;
}
.data_block .data .sub_num {
	margin-right: 10px;
	color: #000;
}
.data_block .data .sub_num,
.data_block .data .value_text {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}
.data_block .data .note {
	margin-top: 10px;
	text-align: right;
}
.data_block .data .wp-block-columns {
	min-height: 140px;
	border-bottom: 4px solid #afacac;
	position: relative;
	margin: 0;
}
.data_block .data .wp-block-columns .wp-block-column + .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.data_block .data .wp-block-columns img {
	max-width: 140px;
	position: absolute;
	top: -20px;
	left: 4%;
}
@media screen and ( max-width:1400px ) {
	.data_block .data .num {
		font-size: 52px;
	}
	.data_block .data .num.many_digits {
		font-size: 38px;
	}
}
@media screen and ( max-width:1200px ) {
	.data_block .data {
		padding: 10px;
	}
	.data_block .data .num {
		font-size: 40px;
	}
	.data_block .data .num.many_digits {
		font-size: 30px;
	}
	.data_block .data .sub_num {
		margin-bottom: 0;
	}
	.data_block .data .wp-block-columns {
		min-height: 120px;
	}
	.data_block .data .wp-block-columns img {
		max-width: 120px;
	}
}
@media screen and ( max-width:1130px ) {
	.data_block .data .data_title {
		font-size: 20px;
		padding: 15px;
	}
}
@media screen and ( max-width:950px ) {
	.data_block .data .num {
		font-size: 23px;
	}
	.data_block .data .num.many_digits {
		font-size: 20px;
		line-height: 48px;
	}
	.data_block .data .data_title {
		font-size: 16px;
	}
	.data_block .data .data_title.h_long {
		min-height: 100px;
	}
	.data_block .data .wp-block-columns img {
		max-width: 80px;
	}
}
@media screen and ( max-width:680px ) {
	.data_block .data .num {
		font-size: 50px;
	}
	.data_block .data .num.many_digits {
		font-size: 38px;
	}
	 .data_block .data .value_text {
		 margin-top: 10px;
	 }
}
