@charset "utf-8";
/*
Template:earlybirds-school
Theme Name:earlybirds-school-child
Theme URI:https://earlybirds-school.com/
Description:earlybirds-school
Author:TEAMWORKS
Author URI:https://tmwks.jp/
Version:1.9.1
*/
#header_logo img {
	max-height: 70px;
}
#header_slider_notice .content {
	background-image: url(https://earlybirds-school.com/new_wp/wp-content/uploads/2025/05/flowting_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#header_slider_notice .content .inner {
	border: 0 !important;
}
.pc #header_slider .bg_image img {
	object-position: right -80px;
}
.mobile body.end_catch_animation #header_slider_content .desc {
	display: none;
}
.link_button .design_button {
	border: 1px solid #FDAB2D;
	background: #FDAB2D;
}
.link_button .design_button:hover {
	border-color: #FDAB2D !important;
	background: #fff;
	color: #FDAB2D !important;
}
@media screen and (min-width: 1300px) {
	#global_menu > ul > li > a {
		padding: 0 10px;
	}
	#global_menu > ul > li {
		font-weight: bold;
        font-size: 15px;
	}
}
.box_program {
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 100%;
	max-width: 1300px;
	margin: auto;
}
.box_program .program {
	border: 2px solid #333;
	border-radius: 10px;
	text-align: center;
	padding: 20px 15px;
	margin: 10px;
	width: calc(33.3% - 30px);
	display: flex;
	flex-direction: column;
}
.box_program .program_inner {
	display:flex;
	flex-direction:column;
}
.post_content .program img {
	margin: auto;
}
.post_content .program h3 {
	margin: 15px auto;
}
.post_content .program h3 span {
	display: block;
	font-size: 60%;
}
.post_content .program p {
	margin-bottom: 15px;
	line-height: 1.6;
	text-align: left;
	flex-grow: 1;
}
.box_program .program.pre {
	background: #FDF4FA;
}
.box_program .program.after {
	background: #EEF9FF;
}
.box_program .program.sat {
	background: #FFF8EC;
}
.box_program .program.online {
	background: #FFF1F0;
}
.post_content .program.pre a.q_custom_button3 {
	background: #EEA4FB;
}
.post_content .program.after a.q_custom_button3 {
	background: #20B4D8;
}
.post_content .program.sat a.q_custom_button3 {
	background: #FD4E0B;
}
.post_content .program.online a.q_custom_button3 {
	background: #FE3F25;
}
.cb_free_space.cb_white_bg.wide_content {
	background: #FCF9F4;
}
.box_3icon {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	margin: auto;
	padding-top: 130px;
}
.box_3icon .icon_inner {
	text-align: center;
	padding: 0;
	margin: 10px;
	width: calc(33.3% - 20px);
}
.box_3icon .icon_inner a {
	display: block;
	color: #333;
	transition : all 0.5s;
}
.box_3icon .icon_inner a:hover {
	opacity: .6;
	text-decoration: none;
}
.post_content .box_3icon .icon_inner img {
	margin: 0 auto 5px;
}
.box_3icon .icon_inner .t_icon, .box_3icon .icon_inner .t_iconsub {
	display: block;
	text-align: center;
	margin: 5px;
}
.box_3icon .icon_inner .t_icon {
	font-size: 32px;
	font-weight: bold;
}
.box_goals{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1100px;
	margin: auto;
	background: #fff;
}
.box_goals .goals {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	margin: auto;
}
.box_goals .goals dd {
	width: 50%;
	margin: 0;
}
.post_content .goals img {
	margin: 0;
}
.post_content .goals h3 {
	margin: 0;
	padding: 30px 30px 20px;
	border-bottom: 5px solid #21B5D8;
}
.post_content .goals h3 span {
	display: block;
	font-size: 60%;
}
.post_content .goals p {
	line-height: 1.6;
	padding: 20px 30px;
	margin: 0;
}
.box_events {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 60px;
}
.box_events .events {
	text-align: center;
	width: 30%;
}
.post_content .events img {
	margin: auto;
}
.box_events .events a {
	display: block;
	transition : all 0.5s;
}
.box_events .events a:hover {
	opacity: .6;
	text-decoration: none;
}
.cb_free_space.cb_white_bg.wide_content:last-child {
	background: #fff;
	padding-top: 130px;
}
@media screen and (max-width: 800px) {
	.box_program {
		display: block;
	}
	.box_program .program {
		display: flex;
		flex-wrap: nowrap;
		/*align-items: flex-start;*/
		align-items: center;
		box-sizing: border-box;
		padding: 20px 10px;
		margin: 20px;
		width: calc(100% - 40px);
	}
	.box_program .program .program_inner {
		width: 88%;
		margin-left: 10px;
	}
	.post_content .program h3, .post_content .program p {
		text-align: center;
		margin: 0 0 10px;
		line-height: 1.6 !important;
	}
	.post_content .program h3 {
		font-size: 22px;
	}
	post_content .program .q_button_wrap {
		text-align: right;
	}
	.box_3icon {
		padding-top: 40px;
	}
	.cb_free_space.num4 .post_content {
		padding: 0 20px;
	}
	.box_3icon .icon_inner {
		margin: 5px;
	}
	.post_content .box_3icon .icon_inner img {
		width: 90px;
		height: 90px;
	}
	.box_3icon .icon_inner .t_icon {
		font-size: 22px;
	}
	.box_goals .goals {
		flex-wrap: wrap;
	}
	.box_goals .goals:not(:nth-child(2)) {
		flex-direction: column-reverse;
	}
	.box_goals .goals dd {
		width: 100%;
	}
	.cb_free_space.cb_white_bg.wide_content:last-child {
		padding-top: 40px;
	}
	.box_events {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.box_events .events {
		width: 100%;
		margin: 20px auto;
	}
	.post_content .events img {
		width: 230px;
		height: auto;
	}
}
/*Page Program*/
.box_program.lower {
	max-width: 100%;
	flex-wrap: wrap;
}
.box_program.lower .program {
	border: 2px solid #333;
	border-radius: 10px;
	text-align: center;
	padding: 20px 15px;
	margin: 10px;
	width: calc(50% - 40px);
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 800px) {
	.box_program.lower {
		display: block;
	}
	.box_program.lower .program {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		box-sizing: border-box;
		padding: 20px 10px;
		margin: 20px;
		width: calc(100% - 40px);
	}
	.post_content .box_program.lower .program p {
		text-align: left;
	}
}
/*HOME topics*/
.blog_list.swiper-wrapper {
	transition-timing-function: linear;
}
.cb_blog_carousel_wrap .swiper-nav-button {
	display: none;
}
.blog_list .category {
    height: 40px;
    line-height: 40px;
    border-right: 0;
    color: #000;
    background: #21B5D8;
	color: #fff;
    margin: 15px;
    border-radius: 40px;
}
.blog_list .category:hover {
	color: #ddd;
	opacity: .8;
}
@media screen and (max-width: 800px) {
	.blog_list .category {
		height: 30px !important;
		line-height: 30px !important;
		margin: 10px;
	}
}
/*FOOTER*/
#footer_banner .item {
	height: 186px;
}
/*COMMON*/
#header_slider .overlay {
	background: linear-gradient(to bottom, rgba(33,181,216,0)75%, rgba(33,181,216,.8)) !important;
}
#header_slider_content, #header_slider_notice .content .inner {
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}
.cb_white_bg {
	padding: 130px 0;
}
#footer {
	background: #333 !important;
}
.footer_nav li a {
	padding: 6px 0;
}
.f_access iframe {
	padding: 5px;
	background: #fff;
	margin-bottom: 30px;
}
.f_access h5 {
	margin-bottom: 10px;
}
.f_access p {
	line-height: 1.6;
}
.footer_nav.sp_on {
	display: block !important;
}
.p-footer-bar .icon_type_google {
	font-size: 24px;
}
.p-footer-bar__item span.label {
	font-size:12px;
	font-weight: bold;
}
.p-footer-bar__item {
	background: #78D7FF;
}
.p-footer-bar__item:first-child {
	background: #FEAB2D;
}
.p-footer-bar__item:last-child {
	background: #21B5D8;
}
@media screen and (max-width: 800px) {
	#header_slider_wrap, #header_slider_container {
		height: 70svh;
	}
}
.post_content h3.styled_h3 {
	padding-top: 0.3em !important;
	padding-bottom: 0.3em !important;
}
.post_content h4.styled_h4 {
	padding-bottom: 0.3em !important;
}
.post_content h3.styled_h3 span {
	font-size: 80%;
}
.post_content p, .post_content li, .post_content dt, .post_content dd {
	line-height: 1.8;
}
.q_underline {
    font-weight: bold !important;
}
.bold {
	font-weight: bold;
}
.red {
	color: red;
}
.big {
	font-size: 150%;
}

/*About*/
.post_content dl.flex_dl01 {
	display: flex;
	align-items: center;
}
.post_content dl.flex_dl01 dt {
	width: 200px;
	margin: 0;
}
.post_content dl.flex_dl01 dd {
	width: calc(100% - 230px);
	margin: 0 0 0 30px;
}
.post_content dl.flex_dl01 dt img {
	width: 200px;
	height: 200px;
	border-radius: 200px;
	margin: auto;
}
.post_content .flex_dl01 dd h3 {
	font-size: 24px;
}
@media screen and (max-width: 800px) {
	.post_content dl.flex_dl01 {
		display: block;
	}
	.post_content dl.flex_dl01 dt, .post_content dl.flex_dl01 dd {
		width: 100%;
		margin: 0;
	}
	.post_content dl.flex_dl01 dt {
		padding: 30px;
		text-align: center;
	}
	.post_content .flex_dl01 dd h3 {
	font-size: 20px;
}
}
/*UNDER*/
@media screen and (max-width: 600px) {
	.post_content > h2.styled_h2:first-child {
        margin-top: 2.3em !important;
    }
}
.post_content ul.ul_style01 {
	list-style: square;
	font-size: 24px;
	font-weight: bold;
}
.box_column01 {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	max-width: 1300px;
	margin: auto;
}
.box_column01 .column_inner {
	border: 2px solid #dddddd;
	border-radius: 10px;
	text-align: left;
	padding: 20px 15px;
	margin: 10px 0;
	width: calc(50% - 10px);
	display: flex;
	flex-direction: column;
}
.post_content .column_inner dt {
	font-size: 20px;
	text-align: center;
	border-bottom: 5px solid #eee;
	margin-bottom: 10px;
}
.post_content .column_inner dd span {
	font-size:14px;
	padding: 3px 6px;
	background: #eee;
	border-radius: 30px;
	margin-right: 5px;
}
.post_content .column_inner dd {
	font-size: 16px;
	text-align: center;
	margin-bottom: 0;
}
.post_content .column_inner dd:last-child span {
	font-size: 18px;
	font-weight: bold;
	background: none;
}

.box_column01 .column_inner01 {
	background: #FDF4FA;
	border-radius: 10px;
	text-align: left;
	padding: 20px 15px;
	margin: 10px 0;
	width: calc(33.3% - 10px);
	display: flex;
	flex-direction: column;
}
.post_content .waku img {
	border-radius: 20px;
}
.post_content .waku_c img {
	border-radius: 100%;
}
.post_content .waku.pre img, .post_content .waku_c.pre img {
	border: 5px solid #EEA4FB;
}
.post_content .waku.after img, .post_content .waku_c.after img {
	border: 5px solid #20B4D8;
}
.post_content .waku.sat img, .post_content .waku_c.sat img {
	border: 5px solid #FD4E0B;
}
.post_content .waku.online img, .post_content .waku_c.online img {
	border: 5px solid #FE3F25;
}
@media screen and (max-width: 800px) {
	.box_column01 {
		display: block;
	}
	.box_column01 .column_inner, .box_column01 .column_inner01, .box_column01 .column_inner02 {
		width: 100%;
	}
}
/*ichinichi-flow*/
.post_content .schedule {
    position: relative;
    font-size: 14px;
}
.post_content .schedule::before {
    position: absolute;
    background-color: #FDF4FA;
    content: "";
}
.post_content .schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.post_content .schedule li {
    position: relative;
}
.post_content .schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 6px;
    background-color: #EEA4FB;
    color: #fff;
    text-align: center;
	font-size: 18px;
}
.post_content .schedule_time::before {
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #EEA4FB;
    content: "";
}
.post_content .schedule_time::after {
    position: absolute;
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #EEA4FB;
    content: "";
}
.post_content .schedule_content_title {
    font-weight: bold;
	font-size: 18px;
}
.post_content .schedule_content_detail img {
	border-radius: 300px;
	border: 5px solid #EEA4FB;
}
@media screen and (max-width: 991.98px) {
    .post_content .schedule::before {
        top: 0px;
        left: 8.15em;
        width: 6px;
        height: 100%;
    }
    .post_content .schedule li {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .post_content .schedule li + li {
        margin-top: 2em;
    }
    .post_content .schedule_time::before {
        top: 50%;
        right: 0px;
        transform: translateX(50%) translateY(-50%) rotate(45deg);
    }
    .post_content .schedule_time::after {
        top: 50%;
        left: 6em;
        transform: translateY(-50%);
    }
    .post_content .schedule_content {
        margin: 0px 0px 0px 3em;
        width: calc(100% - 10em);
    }
}
@media screen and (min-width: 992px) {
    .post_content .schedule::before {
        top: 4.5em;
        left: 0px;
        transform: translateY(-50%);
        width: 100%;
        height: 5px;
    }
    .post_content .schedule ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0px -10px;
    }
    .post_content .schedule li {
        margin: 0px 10px;
        width: calc(20% - 20px);
    }
    .post_content .schedule_time {
        margin: 0px auto;
    }
    .post_content .schedule_time::before {
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%) translateY(50%) rotate(45deg);
    }
    .post_content .schedule_time::after {
        top: 3.5em;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .post_content .schedule_content {
        margin: 3em 0px 0px;
    }
    .post_content .schedule_content_title {
        text-align: center;
    }
    .post_content .schedule_content_detail {
        margin-top: 0.5em;
    }
}
/*Nenkan*/
.post_content .nenkan_gyoji {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.post_content .nenkan_gyoji dl {
	width: calc(100% / 6);
	margin: 0;
	padding: 5px;
}
.post_content .nenkan_gyoji dl dt, .post_content .nenkan_gyoji dl dd {
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}
.post_content .nenkan_gyoji dl  dt img {
	margin: auto;
}
.post_content .nenkan_gyoji dl  dd {
	font-weight: bold;
}
@media screen and (max-width: 800px) {
	.post_content .nenkan_gyoji dl {
		width: calc(100% / 3);
		margin: 0;
		padding: 5px;
	}
}
/*voice*/
body .metaslider .flexslider .slides img {
	border-radius: 10px;
}
.metaslider.ms-theme-draxler .flexslider .caption-wrap .caption {
	background: none !important;
}
/*hogosya*/
.floppy_wrap {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	max-width: 1300px;
	margin: auto;
}
.floppy_wrap .floppy_box {
	border-radius: 10px;
	text-align: center;
	padding: 8px;
	margin: 10px 0;
	width: calc(16.6% - 5px);
	display: flex;
	flex-direction: column;
	background: #efefef;
}
.post_content .floppy_box img {
	margin: 0 !important;
	padding: 0 !important;
}
.post_content .floppy_box p {
	margin: 0;
	line-height: 1.2;
}
.post_content .mejs-play>button, .post_content .mejs-pause>button, .post_content .mejs-mute>button {
	margin-top: 10px !important;
}
/*Events*/
.events_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 960px;
	margin: auto;
}
.events_wrap .events_img {
	width: 25%;
}
.events_wrap .events_txt {
	width: 70%;
}
.q_underline4 {
    font-weight: 600;
    background-image: -webkit-linear-gradient(left, transparent 50%, #AEFF5E 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #AEFF5E 50%);
    background-image: linear-gradient(to right, transparent 50%, #AEFF5E 50%);
}
@media screen and (max-width: 800px) {
	.events_wrap {
		flex-wrap: wrap;
	}
	.events_wrap .events_img, .events_wrap .events_txt {
		width: 100%;
	}
}

/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea{
vertical-align:middle;
width:100%;
line-height:35px;
height:35px;
padding:5px;
margin-bottom: 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
box-sizing: border-box;
}
textarea{
height:auto;
line-height:1.5;
}
select {
padding: 8px 5px;
}
input[type=checkbox] {
	transform: scale(1.5);
	margin: 0 6px 0 0;
}
.wpcf7 input.wpcf7-back,
.wpcf7 input.wpcf7-confirm { 
	position:relative;
	width:225px;
}
.wpcf7 form,.wpcf7 {
	margin: 0 !important;
	background: none !important;
	border: 0 !important;
}
/*.wpcf7 p {
	font-size: inherit !important;
}*/
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
	font-size:16px;
}
*:first-child+html input[type="submit"]{padding:3px;}

span.yubin,
form input[type="submit"], input[type="reset"], input[type="button"] {
  margin: 0 auto;
  padding: 10px 20px;
  background: #fdab2d;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 120% !important;
  color: #fff;
  cursor: pointer;
	height:48px;
	outline:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
span.yubin,
span.yubin:hover { font-size: 80% !important; padding: 7px 10px; }
form input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, span.yubin:hover {
  background: #333;
}
#searchform input[type="submit"] {
    line-height: 1;
    padding: 6px;
    vertical-align: top;
}
.submit-button, .form-btn {
  text-align:center;
}
/* 確認画面用CSS */
/*枠線消す*/
form .wpcf7c-conf {
  background-color: transparent !important;
  border: none !important;
}
.wpcf7-form table p {
  padding-bottom: 5px;
}
textarea.wpcf7-form-control {
  max-height: 100px;
}
.wpcf7 .wpcf7-submit {
	background-color: #fdab2d !important;
}
.wpcf7 .wpcf7-submit:hover {
	background-color: #333 !important;	
}
.wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
	border: 0 !important;
}
/*確認画面でradioが見え難い*/
input[type="hidden"] + span {
  font-weight: bold;
}
/*確認画面セレクトボックスヤジルシ消す*/
select.wpcf7c-conf {
   -webkit-appearance: none;
   -moz-appearance:    none;
   -ms-appearance:    none;
   appearance:         none;
   /*Firefox用*/
    text-indent: .01px; 
    text-overflow: "";
}
select.wpcf7c-conf::-ms-expand {
  display: none;
}
.wpcf7-form table p {
    padding-bottom: 0;
}
[data-name="zip"] input[type="text"],
.zip input[type="text"],
.s_size input[type="text"],
input[type=date] {
  width: 20%;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
  width: 40%;
}
span.required {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 6px;
    background: #EEA4FB;
    color: #fff;
    font-size: 80%;
    line-height: 1.2;
    text-align: center;
    margin: 0 4px;
}
form table .txt_s {
    font-size: 80%;
    color: #666;
}
.post_content dl.form_box dt {
	background: #efefef;
	border-radius: 6px;
	padding: 5px 8px;
	margin-bottom: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
	display: block !important;
}
/*TABLE*/
.post_content table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    font-size: 100%;
    line-height: 141.7%;
    margin: 10px -1px 24px 0;
    width: 100%;
    text-align:left;
}
.post_content table th {
    box-shadow: 1px 1px 0 #FFFFFF inset;
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: top;
    font-weight: bold;
    background-color: #F0F0F0;
    padding: 10px;
    white-space: nowrap;
    text-align:left;
}
.post_content table td {
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    vertical-align: middle;
    text-align:left;
}
.post_content table th.txt_c, .post_content table thead th, .post_content table.txt_c th, .post_content table.txt_c td {
    text-align:center;
}
.post_content table.flat,
.post_content table.flat th,
.post_content table.flat td {
  border: 0;
  background: none;
  box-shadow: none;
  font-weight: normal;
}
.post_content table.border,
.post_content table.border th,
.post_content table.border td {
  border: 0;
  background: none;
  box-shadow: none;
}
.post_content table.border th {
  border-bottom: 1px solid #000;
}
.post_content table.border td {
  border-bottom: 1px solid #ccc;
}
.post_content table.border tr:first-child th {
  border-top: 1px solid #000;
}
.post_content table.border tr:first-child td {
  border-top: 1px solid #ccc;
}
.post_content dl.outline {
  display: flex;
  flex-wrap: wrap;
}
.post_content dl.outline dt, .post_content dl.outline dd {
	box-sizing: border-box;
}
.post_content dl.outline dt {
  width: 35%;
  padding: 10px;
	color: #fff;
  background-color: #21b5d8;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_content dl.outline dd {
  width: 65%;
  padding: 10px;
  background-color: #F3F3F3;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*TCD*/
/* Column layout - カラムレイアウト*/
.post_col.post_col-4 { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; width:100%; min-height:1px; margin-bottom:2em; padding-right:25px; padding-left:25px; float:left; }
@media screen and (min-width: 768px) {
    .post_col.post_col-4 { width:66.66666%; }
}
@media screen and (min-width: 1024px) {
    .post_col.post_col-4 { width:66.66666%; }
}
.post_content [class^="well"] *:first-child:not(a):not(dt) {
	margin-top: 0 !important;
	/*padding-top: 0 !important;*/
}
.post_content [class^="well"] *:last-child {
	margin-bottom: 0 !important;
}
.post_content [class^="well"] { 
	padding: 1.2em;
}
.post_content .style4a,
.post_content .style5a {
	margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
	.post_content form table th, .post_content form table td,
	.post_content table.resp th, .post_content table.resp td {
  	display: block;
	}
	.post_content form table th, .post_content table.resp th {
  	border-top: 0;
  	border-bottom: 0;
	}
	[data-name="zip"] input[type="text"],
	.zip input[type="text"],
	.s_size input[type="text"],
	input[type=date] {
	  width: 40%;
	}
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="email"]{
	  width: 100%;
	}
	span.yubin, span.yubin:hover { 
		font-size: 80% !important;
		padding: 7px 10px; 
	}
}
.anchor{
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}
/*アンカー除外*/
.post_content .pb-widget-editor *:first-child:not(.anchor):not(.gallery-item) {
	margin-top: 0 !important;
}
@media only screen and (max-width:767px) {
	.scroll table{
	width:100%;
	}
	.scroll{
	overflow: auto;
	white-space: nowrap;
	}
	.scroll::-webkit-scrollbar{
	 height: 5px;
	}
	.scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	}
}
/*EventPage*/
.post_content table.event_tbl th, .post_content table.event_tbl td {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}
.post_content table.event_tbl thead th {
	background: #21b5d8;
	color: #fff;
}
.post_content table.event_tbl tbody th {
	background: #fff;
}
.seats_column {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	max-width: 1300px;
	margin: auto;
}
.seats_column .seats_inner {
	border: 5px solid #21b5d8;
	border-radius: 10px;
	text-align: center;
	padding: 20px 15px;
	margin: 10px 0;
	width: calc(20% - 10px);
	display: flex;
	flex-direction: column;
}
.post_content .seats_inner dt {
	font-size: 22px;
	border-bottom: 5px solid #CAEBFF;
	margin-bottom: 10px;
}
.post_content .seats_inner dt span {
	display: block;
	font-size:16px;
	padding: 3px 0;
}
.post_content .seats_inner dd {
	font-size: 16px;
}
/*Halloween*/
.seats_column.halloween .seats_inner {
	width: calc(33% - 10px);
	border: 5px solid #fdab2d;
}
.post_content .seats_column.halloween .seats_inner dt {
	border-bottom: 5px solid #FFEBC8;
}
/*Xmas*/
.seats_column.xmas .seats_inner {
	width: calc(33% - 10px);
	border: 5px solid #59B200;
}
.post_content .seats_column.xmas .seats_inner dt {
	border-bottom: 5px solid #E1F7C1;
}
.q_frame4 {
    background: #F4FCE9;
    border-radius: 10px;
    border-width: 2px;
    border-color: #59B200;
    border-style: solid;
}
@media only screen and (max-width: 767px) {
	.seats_column {
		flex-wrap: wrap;
	}
	.seats_column .seats_inner {
		width: calc(50% - 10px);
	}
	.seats_column.halloween .seats_inner, .seats_column.xmas .seats_inner {
		width: 100%;
	}
}