@charset "UTF-8";

/*
Theme Name: avengers
Description: avengers
Theme URI: 
Author: 
Author URI: 
Version: 1.0.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
	font-size: inherit;
	line-height: inherit;
}
*, *:before, *:after {
	box-sizing: inherit;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
p {
	margin:0 0 1.5em 0;
	padding: 0;
}
p:last-child {
	margin: 0;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 17px;
	}
}
@media screen and (max-width: 430px) {
	body {
		font-size: 15px;
	}
}
@media screen and (max-width: 320px) {
	body {
		font-size: 14px;
	}
}

/****************************************
 * リンク
*****************************************/

a {
	color: #242E41;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	word-break: break-all;
}
a:hover {
	opacity: .7;
}
a img {
	transition: all .3s;
	-webkit-transition: all .3s;
}
a img:hover {
	opacity: .7;
}


/* メインボタン
*****************************************/

.main_btn {
	display: inline-block !important;
	width: auto !important;
	margin: 10px !important;
	padding: 18px 5em !important;
	text-align: center !important;
	text-transform: uppercase !important;
	transition: .5s !important;
	border-radius: 3px !important;
	background-size: 200% auto !important;
	color: #FFF !important;
	font-family: sans-serif !important;
	font-weight: bold !important;
	background-image: linear-gradient(to right, #0068A3 0%, #A00088 51%, #0088A0 100%) !important;
	position: relative !important;
}
.main_btn:before {
	content: '';
	width: 12px;
	height: 12px;
	border: 0;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	position: absolute;
	top: 50%;
	right: 1.6em;
	transform: translateY(-50%) rotate(45deg);
}
.main_btn:hover {
	opacity: 1 !important;
	background-position: right center !important;
	box-shadow: 2px 2px 6px -1px rgb(19 71 52 / 30%) !important;
	color: #fff !important;
	text-decoration: none !important;
}

@media screen and (max-width: 768px) {
	.main_btn {
		padding: 18px 3em !important;
	}
}
@media screen and (max-width: 430px) {
	.main_btn {
		width: 100% !important;
		padding: 15px !important;
		margin: 0 !important;
	}
	button.main_btn {
		margin: 8px 0 0 !important;
	}
}


/****************************************
 * h要素
*****************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 200;
	margin: 0;
	text-align: center;
}

h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.6em;
	text-align: left;
	margin: 0 0 45px;
	color: red;
}
h3 {
	font-size: 1.3em;
	text-align: left;
	margin: 0 0 45px;
}

/****************************************
 * リスト
*****************************************/
table {
	border-collapse: collapse;
	table-layout: fixed;
}
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul ul{
	margin-left: 1em;
}

/****************************************
 * レスポンシブ
*****************************************/

@media screen and (min-width: 1025px) {/*1025px以上で*/
	.tb {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:1024px) {/*1024px以下で*/
	.tb {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 560px) {/*480px以下で*/
	.tb {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}



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

header {
	background: #000;
	padding: 30px 0;
}
header h1 {
	color: #FFF;
	text-align: right;
}

/****************************************
 * レイアウト
*****************************************/

.inner {
	padding: 0;
	width: 1200px;
	margin: 0 auto;
}
main {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 45px 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
article {
	overflow: hidden;
	width: 100%;
	padding: 0;
}
hr {
	margin: 90px 0;
	border: 1px solid red;
}

@media screen and (max-width: 1024px) {
	.inner {
		width: 100%;
		padding: 0 60px;
	}
}
@media screen and (max-width: 960px) {
	.inner {
		padding: 0 45px;
	}
}
@media screen and (max-width: 559px) {
	.inner {
		padding: 0 30px;
	}
	.contents {
		margin: 60px auto 0;
	}
}
@media screen and (max-width: 430px) {
	.inner {
		padding: 0 20px;
	}
	.contents {
		padding: 20px;
	}
}

/****************************************
 * ナビゲーション
*****************************************/

nav#general {
	padding: 30px 0;
}
nav#general ul.menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	padding: 0;
}
nav#general ul.menu > li > a {
	display: block;
	text-align: center;
	color: #FFF;
}
nav#general ul.menu > li > a:hover {
	color: yellow;
}
nav#general ul.menu > li {
	position: relative;
	margin-right: 30px;
}


/****************************************
 * ページナビゲーション
*****************************************/

nav.navigation {
	overflow: hidden;
	float: none;
	max-width: 100%;
	text-align: center;
	padding: 0;
	margin: 45px 0 0;
}
nav.navigation a {
	text-decoration: none;
	color: #251E1F;
}
nav.navigation > div {
	width: 30%;
}
nav.navigation h2.screen-reader-text {
	display: none;
}
nav.navigation .nav-links {
	width: 100%;
	display: block;
}
nav.navigation .nav-links span.current {
	display: inline-block;
	background: #0067a2;
	color: #FFF;
	border: 1px solid #0067a2;
	width: 36px;
	line-height: 35px;
	margin: 0 5px;
	border-radius: 3px;
	text-align: center;
}
nav.navigation .nav-links a.page-numbers {
	display: inline-block;
	background: #FFF;
	color: #0067a2;
	border: 1px solid #0067a2;
	width: 36px;
	line-height: 35px;
	border-radius: 3px;
	margin: 0 5px;
	text-align: center;
}
nav.navigation .nav-links a:hover {
	display: inline-block;
}
nav.navigation .nav-links a.page-numbers:hover {
	opacity: .7;
}
nav.navigation .nav-links a.prev,
nav.navigation .nav-links a.next {
	width: auto;
	float: none;
	color: #C3C6C9;
	background: #FFF;
	margin: 0;
}
nav.navigation .nav-links a.prev span.prev_icon {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 7px;
	line-height: 35px;
	border-radius: 35px;
}
nav.navigation .nav-links a.prev span.prev_icon:before {
	content: '';
	position: absolute;
	top: -150%;
	left: 42%;
	transform: rotate(-135deg) translateY(-50%) translateX(-50%);
	width: 10px;
	height: 10px;
	border-top: solid 2px #0067a2;
	border-right: solid 2px #0067a2;
}
nav.navigation .nav-links a.next span.next_icon {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 7px;
	line-height: 35px;
	border-radius: 35px;
}
nav.navigation .nav-links a.next span.next_icon:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 42%;
	transform: rotate(45deg) translateY(-50%) translateX(-50%);
	width: 10px;
	height: 10px;
	border-top: solid 2px #0067a2;
	border-right: solid 2px #0067a2;
}

@media screen and (max-width: 768px) {
	nav.navigation {
		display: block;
	}
}


/****************************************
 * パンくず
*****************************************/

.breadcrumbs_area {
	padding: 20px 0;
	background: #fafafa;
}
.breadcrumbs {
	font-size: .8em;
}

@media screen and (max-width: 560px) {
	.breadcrumbs {
		overflow-x: auto;
		white-space: nowrap;
	}
}



/****************************************
 * 共通
*****************************************/

/* ボタンボックス
*****************************************/
.button_box {
	text-align: center;
	margin-top: 60px;
}

@media screen and (max-width: 560px) {
	.button_box {
		margin-top: 45px;
	}
}


/****************************************
 * WPネイティブCSS
*****************************************/

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wp-caption,
[class*='wp-image'] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.wp-caption-text {
  margin-top: 0;
}

blockquote {
	margin: 1.5em 0;
	border-left: 5px solid #ddd;
	padding: 1em 0 1em 10px;
	color: #777;
}

/****************************************
 * Gutenberg（グーテンベルク）
*****************************************/

.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.screen-reader-text {}

.wp-block-quote {
	background: #fafafa;
	padding: 15px 15px 15px 1.3em !important;
}
figure.wp-block-table {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
figure.wp-block-table table,
figure.wp-block-table table th,
figure.wp-block-table table td,
figure.wp-block-table tfoot {
	border-collapse: collapse;
	border: 1px #999 solid;
}
figure.wp-block-table table th,
figure.wp-block-table table td {
	padding: 18px 15px;
}
figure.wp-block-table table th {
	width: 30%;
	background: #fafafa;
	border-bottom: 2px solid #333;
}
figure.wp-block-table tfoot {
	border-top: 1px solid #333;
}
.wp-block-group {
	margin-top: 60px;
}
.wp-block-image {
	margin-bottom: 1.5em !important;
}
.wp-block-media-text {
	margin-bottom: 1.5em !important;
}
figure {
	display: block;
	margin: 0;
}
figcaption {
	line-height: 1.5;
	font-size: .8em;
	text-align: center;
	margin-top: 15px;
}

@media screen and (max-width: 559px) {
	.wp-block-media-text__content {
		padding: 0 !important;
		margin-top: 45px;
	}
}
@media screen and (max-width: 480px) {
	.wp-block-media-text__content,
	.wp-block-group {
		margin-top: 30px;
	}
}
@media screen and (max-width: 430px) {
	.wp-block-group {
		margin-top: 30px;
	}
	figure.wp-block-table table th {
		width: 25%;
	}
	figure.wp-block-table table th,
	figure.wp-block-table table td {
		padding: 15px;
	}
}
@media screen and (max-width: 320px) {
	.wp-block-media-text__content {
		margin-top: 20px;
	}
}




/* MW WP Form
*****************************************/
.mw_wp_form {
	margin: 45px 0 0;
	border-top: 1px solid #ededed;
}
.mw_wp_form.position,
.mw_wp_form.mw_wp_form_complete {
	margin: 0;
	border: none;
}
.mw_wp_form .error {
	text-align: left !important;
	font-weight: bold !important;
	font-size: 1em !important;
	color: #A09800 !important;
	padding-left: 26px !important;
	line-height: 1.35 !important;
	margin-top: 12px !important;
	position: relative;
}
.mw_wp_form .error:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(images/common/icon140_bang-A09800.png) no-repeat;
	background-size: contain;
	background-position: center;
	width: 18px;
	height: 18px;
}
.mwform-checkbox-field input,
.mwform-radio-field input {
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
	height: 20px;
}
.mw_wp_form .vertical-item {
	text-align: left;
}

/****************************************
 * フォーム
*****************************************/

/* iOSリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

/*フォーム*/
textarea {
	overflow: auto;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea {
	font-size: 1em;
	margin: 0;
	padding: 10px;
	width: 100%;
	max-width: 100%;
	outline: none;
	color: #000;
	transition: .3s;
	letter-spacing: .3px;
	border: 2px solid #ededed;
	background: #FFF;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	background: #DDE9F7;
	border: 2px solid #0068A3;
	outline: none;
}
select {
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000;
	border: 2px solid #ededed;
	background: #fff url(images/contact/select-arrow.jpg) no-repeat;
	background-position: right 2% center;
	background-size: 20px, 100%;
	font-size: 1em;
	border-radius: 0;
}

/*ボタン*/
button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	transition: all .3s;
}
button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
	position: relative;
}
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

@media screen and (max-width: 559px) {
	button,
	.button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		width: 100%;
	}
}
@media screen and (max-width: 430px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	textarea {
		font-size: .9em;
	}
}




/****************************************
 * 404.php
*****************************************/

#error .error_title {
	text-align: center;
	font-size: 2em;
	margin-bottom: 30px;
}
#error .error_box {
	text-align: center;
	font-size: 1.3em;
}
#error p.error_url span {
	color: #5498ca;
}

@media screen and (max-width: 559px) {
	#error .contents {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 430px) {
	#error .contents {
		font-size: 1em;
	}
}

/****************************************
 * フッター
*****************************************/

footer {
	clear: both;
	overflow: hidden;
	color: #FFF;
	background: #000;
	padding: 30px 0;
	text-align: center;
}
footer a {
	color: #FFF;
}
footer .totop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1;
}
footer #copyright {
	text-align: center;
	margin-top: 30px;
	font-size: .9em;
	padding-top: 30px;
}




.ppp:nth-of-type(n+2){ display: none; }
.aaa:nth-of-type(n+2){ display: none; }


ul.ev {
	
}
ul.ev li.head {
	background: #ededed;
}
ul.ev li .flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
ul.ev li .flex .cat {
	width: 10%;
}
ul.ev li .flex .date {
	width: 25%;
	text-align: left;
}
ul.ev li .flex .date span {
	display: block;
}
ul.ev li .flex .program {
	width: 30%;
	text-align: left;
}
ul.ev li .flex .empty {
	width: 20%;
	text-align: left;
}
ul.ev li .flex .add {
	width: 15%;
	text-align: center;
}
ul.ev li .flex .add span {
	display: block;
}



/* 2022.3.31 *******************/
.p-eventslist {
	overflow: hidden;
}
.p-eventslist .select_box {
	position: relative;
}
.p-eventslist select {
	position: absolute;
	right: 0;
	width: 150px;
}
.p-eventslist .eventslist_box {
	
}
.p-eventslist .eventslist:nth-of-type(n+2){
	display: none;
}
.p-eventslist .month {
	display: inline-block;
	position: relative;
	padding: 0 0 0 75px;
}
.p-eventslist .month:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #BA9847;
	width: 60px;
	height: 1px;
}

ul.items {
	
}
ul.items li {
	padding: 18px 30px;
	border-bottom: 1px solid #988f7c;
}
ul.items li.head {
	background: #F1F0ED;
	border-top: 1px solid #988f7c;
	border-bottom: 1px solid #988f7c;
}
ul.items li .flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
ul.items li .flex .cat {
	width: 10%;
}
ul.items li .flex .date {
	width: 15%;
	text-align: left;
}
ul.items li .flex .date span {
	display: block;
}
ul.items li .flex .program {
	width: 35%;
	text-align: left;
}
ul.items li .flex .empty {
	width: 15%;
	text-align: left;
}
ul.items li .flex .add {
	width: 15%;
	text-align: center;
}
ul.items li .flex .add span {
	display: block;
}

/*イベントなし*/
.noevents {
	width: 100%;
	background: #F1F0ED;
	padding: 60px 45px;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.noevents p.noevents_msg {
	text-align: center;
	font-size: 1.3em;
}



.testa ul li {
	padding: 30px;
	border-bottom: 1px solid #ededed;
}
dl.mfst_before_flex {
	display: flex;
}
dl.mfst_before_flex dt {
	width: calc(100% - 220px);
}
dl.mfst_before_flex dt p {
	margin: 0;
}
dl.mfst_before_flex dd {
	width: 220px;
}
.mfst_title {
	text-align: left;
}
dl.mfst_before_flex dd a.more {
	display: inline-block;
	background: #000;
	color: #FFF;
}
