/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments



--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

@media print, screen and (max-width:979px) { 

html {
	font-family: "Noto Sans JP", Sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 96%;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #333333;
	font-family:inherit;
	font-size: 100%;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}
blockquote {
	margin: 0 1.5em 1.6em;
	padding: 15px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}
address {
	margin: 0 0 1.5em;
}
/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
/*SP用の要素を非表示*/
.pc_show {
	display: none !important;
}

/* Links
--------------------------------------------- */
a {
	color: #0066c0;
}
a:visited {
	color: #649ACB;
}
a:hover,
a:focus,
a:active {
	color: #014786;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.2em .5em 0.6em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
main.contents_top {
	margin: 0 auto;
}

main .contents_page_inner {
	margin: 30px auto 40px;
	width: 90%;
}
main .contents_page_inner.page_2col {
}
main .contents_page_inner.page_2col article {
}
main .contents_page_inner.page_2col aside {
}

/*アニメーション*/
.anm_totop,
.anm_totop-delay {
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: opacity 1s, visibility 1s, transform .5s;
	transition-timing-function: ease-out;
}
/* {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: opacity 1s, visibility 1s, transform .6s;
	transition-timing-function: ease-out;
	transition-delay: .3s;
}*/
.anm_toright,
.anm_toright-delay {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-30px);
	transition: opacity 1s, visibility 1s, transform .5s;
	transition-timing-function: ease-out;
}
/*{
	opacity: 0;
	visibility: hidden;
	transform: translateX(-30px);
	transition: opacity 1s, visibility 1s, transform .5s;
	transition-timing-function: ease-out;
	transition-delay: .3s;
}*/
/*きっかけで付与するクラス*/
.is-inview {
	opacity: 1;
	visibility: visible;
	transform: translate(0);
}



/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* header
--------------------------------------------- */
.header {
	background: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 0 auto;
	padding: 20px 0 25px;
	width: 90%;
}
.site_title {
	width: 80%;
	max-width: 360px;
}
.site_title img {
	margin-bottom: 20px;
}
.sns_icon {
    margin: 0 auto;
    width: clamp(180px,11vw,240px);
}
.sns_icon ul {
    display: flex;
    justify-content: space-between;
}
.sns_icon ul li {
    margin: 0 5%;
    width: 100%;
}
.sns_icon ul li#yt {
    width: 140%;
}


/* Navigation
--------------------------------------------- */

/*ボタン外側*/
.openbtn{
	position: fixed;
	top: 8px;
	right: 8px;
	background: rgba(255,255,255,.7);
	background-size: contain;
	cursor: pointer;
    width: 58px;
    height:58px;
	z-index: 20;
}
/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 12px;
    height: 5px;
	background: #c83535;
  	width: 60%;
  }
.openbtn span:nth-of-type(1) {
	top:11px;	
}
.openbtn span:nth-of-type(2) {
	top:21px;
}
.openbtn span:nth-of-type(3) {
	top:31px;
}
.openbtn span:nth-of-type(3)::after {
	content:"MENU";/*3つ目の要素のafterにメニュー表示を指定*/
	position: absolute;
	top:6px;
	left:-12px;
	width: 60px;
	text-align: center;
	color: #c83535;
	font-size: 65%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/*activeクラスが付与されると線が回転して×になり、メニュー⇒とじるに変更*/
.openbtn.active span:nth-of-type(1) {
    top: 15px;
    left: 15px;
    transform: translateY(6px) rotate(-45deg);
    width: 57%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
	transform: translateX(30px)
}
.openbtn.active span:nth-of-type(3){
    top: 27px;
    left: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 57%;
}
.openbtn.active span:nth-of-type(3)::after {
	content:"CLOSE";/*3つ目の要素のafterにとじる表示を指定*/
    transform: translateY(0) rotate(-45deg);
	position: absolute;
	top:8px;
	left:3px;
	width: 60px;
	text-align: center;
}

/*ナビメニュー*/
.sp_nav {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 11;
    background-color: #fff;
    width: 100%;
    height: 100%;
	overflow-y: auto;
}
.sp_nav .header_inner {
	margin: 0 auto;
	padding: 20px 0 25px;
	width: 90%;
}

.sp_nav_wrap{
    display: flex;
    justify-content: center;
	padding: 0 0 90px;
    width: 100%;
	background: #fff;
}
.sp_nav ul.sp_nav_menu {
	margin: 0 auto;
	padding: 15px 15px 30px;
	width: 94%;
	max-width: 700px;
	background: #fff;
	border-radius: 6px;
}

/*リンクのスタイル*/
.sp_nav a,
.sp_nav a:hover,
.sp_nav a:active,
.sp_nav a:visited {
	color: #222;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.sp_nav ul.sp_nav_menu > li a {
	position: relative;
	display: block;
	padding: 10px 5px 10px 20px;
	font-size: clamp(100%,3vw,125%);
	border-bottom: 1px dotted #888;
}
.sp_nav ul.sp_nav_menu > li a:after {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    vertical-align: middle;
    width: 0.6em;
    height: 0.6em;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* TOP　コンテンツ
--------------------------------------------- */
.contents_top h2 {
	margin: 30px 0 15px;
	text-align: center;
}
.contents_top h2 span.title {
	position: relative;
	display: inline-block;
	padding: 3px .5em;
	color: #000;
	font-size: clamp(150%,5vw,200%);
	font-weight: 600;
	letter-spacing: 0.1em;
}

.contents_top h2 .subtxt {
	margin-top: 20px;
	text-align: center;
}
.contents_top h2 .subtxt span {
	display: inline-block;
	text-align: left;
	color: #008ABF;
	font-size: clamp(80%, 3vw, 94%);
	font-weight: 500;
	letter-spacing: 0.05em;
}
	/*H2*/
.contents_top h2 span.title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    display: block;
    width: 120%;
    height: 4px;
    background: linear-gradient(to right, #d93239, transparent);
  }
/*一覧ボタン*/
.btn_more {
	margin: 20px 0 ;
	text-align: center;
}
.btn_more a {
	position: relative;
    display: inline-block;
    padding: 20px 0;
	width: 100%;
    max-width: 330px;
    color: #fff;
    font-weight: 500;
    background: #c83535;
    border: 2px solid transparent;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1em;
    transition: all .3s ease;
}
.btn_more a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 45px;
	margin: auto;
	vertical-align: middle;
	width: 0.6em;
	height: 0.6em; /* arrow size */
	border-top: 3px solid #fff;  /* thickness, color */
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_more a:hover
,.btn_more a:active {
	text-decoration: none;
	background: #52BCE5;
	transition: all .2s;
}

.mv {
	overflow: hidden;
	aspect-ratio: 16/9;
	width: 100%;
    max-height: 500px;
}
.mv img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center;
}

#breadcrumb {
	display: none;
}

/* TOP　お知らせ
--------------------------------------------- */
section.news {
	margin-bottom: 60px;
}
.news_wrapper {
	margin: 0 auto;
	letter-spacing: 0.05em;
}
.news_inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 92%;
}
.news_inner li {
	position: relative;
	width: 50%;
}
.news_inner li:nth-child(3n) {
	margin-right:0;
}

@media print, screen and (max-width:640px) {
.news_inner {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news_inner li {
	position: relative;
	margin-bottom: 1.5%;
	margin-right: 2%;
	width: 100%;
}
.news_inner li:nth-child(2n) {
	margin-right:0;
}
}

.news_inner li a.news_box {
	display: block;
	padding: 5%;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border-radius: 2px;
	transition: all .2s;
}
.news_inner li a.news_box:active,
.news_inner li a.news_box:focus {
	text-decoration: none;
	box-shadow: 0 3px 10px rgba(0,0,0,0.25);
	border-radius: 2px;
    transition: all .2s;
	transform: translateY(-10px);
}
#page .news_inner li a.news_box:active .news_thumb img
#page .news_inner li a.news_box:focus .news_thumb img {
	opacity: 1;
}
.nopost {
	margin: 50px 0 80px;
	width: 100%;
	color: #222;
	font-size: 110%;
	text-align: center;
}

/*サムネイル画像、NEWマーク、カテゴリー*/
.news_thumb {
	position: relative;	
	overflow: hidden;
	aspect-ratio: 4/3;
}
.news_thumb img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_thumb img.mark_new {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: auto;
    z-index: 1;
}

.news_title {
	padding: 10px 0 0;
}
/*日付*/
.news_title .date {
	position: relative;
	display: inline-block;
	padding-left: 10px;
	color: #222;
	font-size: 80%;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0.1em;
	width: calc(50% - 6px);
}
.news_title .date:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0px;
	display: inline-block;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background:#949494; 
	width: 6px;
    height: 85%;
}

/*カテゴリー*/
.news_title .catname {
	display: inline-block;
	padding: 0 ;
	color: #222;
	font-size: 80%;
	font-weight: 400;
	text-align: right;
	width: 50%;
}

/*投稿タイトル*/
.news_title .title {
	padding: 7px 0 0;
	color: #333;
	line-height: 1.5em;
}
	 .news_inner li a.news_box::before, .news_inner li a.news_box::after {
    content: '';
    position: absolute;
    display: inline-block;
  }
 .news_inner li a.news_box::before {
    background: rgba(213, 0, 0,.5);
    width: 24px;
    height: 24px;
    top: -5px;
    right: -5px;
  } 
	.news_inner li a.news_box::after {
    background: rgba(255, 174, 174, 0.9);
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
/*一覧ボタン*/
.btn_more.news a {
	position: relative;
    display: inline-block;
    padding: 20px 0;
    width: 330px;
    color: #fff;
    font-weight: 500;
    background: #c83535;
    border: 2px solid transparent;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1em;
    transition: all .3s ease;
}

/* TOP　入会案内
--------------------------------------------- */
.admission_inner {
	margin: 0 auto;
	padding: 10px 0 0;
	width: 90%;
}

/*入会案内写真*/
.admission_inner .pic_box img {
	width: 100%;
    height: auto;
}

/*入会案内テキスト*/
.admission_inner .txt_box {
	padding: 25px;
	font-size: clamp(84%,3vw,100%);
	text-align: center;
	background: rgba(255, 185, 185, 0.18);
}
.admission_inner .txt_box p {
	display: inline-block;
	text-align: left;
	letter-spacing: 0.05em;
}
.admission_inner .txt_box p.txt_l {
	font-size: 120%;
	font-weight: 600;
}
.admission_inner .txt_box p.txt_ll {
	margin: 15px 0 20px;
	color: #d50000;
	font-size: 200%;
	font-weight: 600;
}
.admission_inner .txt_box p.txt_m {
	margin-bottom: 1.5em;
	font-size: 110%;
}



/* TOP　SNSエリア
--------------------------------------------- */
.SNSarea {
	margin: 70px auto 0;
	width: 90%;
}
.SNSarea .SNS_innerbox {
	padding-top: 40px;
}
.SNSarea .SNS_wrapper {
	margin-bottom: 90px;
	min-height: 350px;
	border: 3px solid #C2C2C2;
}
.SNSarea h3 {

}
.SNSarea h3 {
	position: relative;
	top: -35px;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	width: 140px;
	height: 140px; 
}
.SNSarea h3 img {
	width: 80px;
	height: 80px;
}

.SNSarea .SNS_wrapper .innerbox {
	padding: 20px;
	margin-top: -80px;
}

/* TOP　バナーエリア
--------------------------------------------- */
.bannerbox {
	margin: -30px 0 30px;
	padding: 0;
	background: #fff;
}
.bannerbox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 94%;
	max-width: 400px;
}
.bannerbox ul li {
	padding: 7px;
	width: 50%;
	height: auto;
}
.bannerbox ul li img {
	width: 100%;
}

@media print, screen and (min-width:640px) {
.bannerbox ul {
	max-width: 620px;
}
.bannerbox ul li {
	width: 33%;

}
}

/* Posts and pages
--------------------------------------------- */
.entry-content p {
	margin-bottom: 1.8em;
}
.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5em 3em;
}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}
.entry-content ul li,
.entry-content ol li {
	margin-bottom: .5em;
}

.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
	margin-left: 1.2em;
}
.entry-content .entry_meta {
	margin: 10px 10px 20px;
	text-align: right;
	font-size: 90%;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* Posts and pages（見出し）
--------------------------------------------- */
/* H1 */
h1.entry-title {
	position: relative;
	padding: 35px 5%;
	color: #fff;
	font-size: clamp(165%, 5vw, 220%);
	font-weight: 700;
	text-align: center;
	background: url("images/pages/page_h1_enji.png")no-repeat;
	background-position: 70% 50%;
	background-size: cover;
	letter-spacing: 0.08em;
}
.category h1,.single h1.entry-title {
	font-size: clamp(142%, 5vw, 205%);
	line-height: 1.3;
}
/* {
	font-size: 120%;
	line-height: 1.5;
}*/
/* H2 */
.entry-content h2 {
	margin: 40px 0;
	text-align: center;
}
.entry-content h2 span {
	position: relative;
	display: inline-block;
	padding: 0 .8em 12px;
	font-size: clamp(140%, 4vw, 190%);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4;
	}
 .entry-content h2 span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #d93239, transparent);
  }
/* H3 */
.entry-content h3 {
	position: relative;
    display: inline-block;
	margin: 40px 0 20px;
	padding-left: 1em;
    font-size: clamp(120%, 3vw, 140%);
    font-weight: 600;
    line-height: 1em;
}
body.slug-policy .entry-content h3::before,
body.slug-committee .entry-content h3::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: -10px;
    border: 4px solid rgba(198, 65, 65, 0.95);
    z-index: 1;
    transform: translateY(-45%);
  }
	body.slug-policy .entry-content h3::after,
	body.slug-committee .entry-content h3::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: -2px;
    bottom: 50%;
    border: 3px solid rgb(151, 129, 129);
    transform: translateY(100%);
  }
/* Posts and pages（ページナビ）
--------------------------------------------- */
#page .wp-pagenavi {
	margin: 0;
	text-align: center;
	font-size: 90%;
}
#page .wp-pagenavi span,
#page .wp-pagenavi a {
	display: inline-block;
	padding: 3px 9px 4px;
	color: #222;
	border: 1px solid #203986;
}
#page .wp-pagenavi a 
,#page .wp-pagenavi a:visited {
	color: #222;
}
#page .wp-pagenavi a:hover
,#page .wp-pagenavi a:active {
	background: #C4DBEC;
	text-decoration: none;
	color: #222;
	border: 1px solid #203986;
}
#page .wp-pagenavi span.pages {
	display: block;
	width: 100%;
	text-align: center;
	border: none;
}
#page .wp-pagenavi span.current {
	padding: 3px 10px 4px;
	color: #fff;
	background: #203986;
	border: 1px solid #203986;
}
#page .wp-pagenavi span.extend {
	border: none;
}

/* Posts and pages（新着アーカイブ）
--------------------------------------------- */
.archive .news_wrapper {
	margin: 30px 0;
}

/* Posts and pages（委員会）
--------------------------------------------- */
.entry-content ul.internal_link {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 60px 0;
	list-style: none;
}
	
.entry-content ul.internal_link li {
	margin-bottom: 7px;
	width: 49%;
}
.entry-content ul.internal_link li a {
	display: block;
	padding: 13px .5em;
	color: #015baa;
	font-size: clamp(90%,3vw,110%);
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	background: #D7F7FF;
	transition: all .1s;
}
	@media print, screen and (max-width:630px) {
  .entry-content ul.internal_link {
    flex-direction: column;
	  align-items: center;
  }
		.entry-content ul.internal_link {
  display: none;
}

.entry-content ul.internal_link:nth-of-type(1),
.entry-content ul.internal_link:nth-of-type(4),
.entry-content ul.internal_link:last-of-type {
  display: flex;
}
		.entry-content ul.internal_link li{
			width: 80%;
		}
		
}
.entry-content ul.internal_link li a:focus,
.entry-content ul.internal_link li a:active {
	color: #fff;
	background: #204b70; 
}
.entry-content ul.internal_link
/*カラムブロックの空白を詰める処置*/
.page-id-13 .wp-block-columns {
	gap: 0 !important;
}
.page-id-13 .wp-block-column h3 {
	margin-top: 15px;
}
.page-id-13 .wp-block-columns ol,
.page-id-13 .wp-block-columns ul {
	margin-bottom: 0;
}

/* Posts and pages（概要）
--------------------------------------------- */
.gaiyo table {
	margin: 0 auto;
	width: 100%;
	font-size: 90%;
	border: solid 1px #D2D2D2;
}
.gaiyo table tbody tr td {
	padding: 10px 8px;
	border: none;
}
.gaiyo table tbody tr td:nth-child(1) {
	width: 8em;
	vertical-align: top;
	background: #e0f5ff;
	border-bottom: dotted 1px #A5A5A5;
}
.gaiyo table tbody tr td:nth-child(2) {
	border-bottom: dotted 1px #A5A5A5;
}
.entry-content .history {
	margin-top: 35px;
}
.entry-content .history figure {
	box-shadow: 0 0 10px rgba(0,0,0,0.17);
}
.entry-content .history p {
	margin: 0 auto;
	padding: 2px 0 4px;
	width: 50%;
	min-width: 7em;
	font-size: 85%;
	color: #32B6D1;
	line-height: 1em;
}
 body.slug-about .wp-block-column {
    padding: 0 1em;
    box-shadow: 2px 1px 2px rgba(0,0,0,.1);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
	body.slug-about .wp-block-column.is-show, body.slug-admission .wp-block-column.is-show {
    opacity: 1;
    transform: translateY(0);
  }
	 body.slug-about .wp-block-column:empty {
    visibility: hidden;
  }
	@media (max-width: 781px) {
		.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{
			box-shadow: none;
		}
	}
/* Posts and pages（入会案内）
--------------------------------------------- */
.miryoku {
	margin: 0 auto;
	max-width: 1000px;
}
.miryoku h3.vk_borderBox_title {
	font-size: 115% !important;
    font-weight: 600 !important;
}
.miryoku .vk_borderBox .vk_borderBox_title_container {
	padding: .7em;
}
.miryoku .miryoku_img {
	margin-top: 25px;
}

.miryoku figure {
	margin: 0;
	aspect-ratio: 4/3;	
}
.miryoku figure img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.bosyuyoko table tbody tr td {
	padding: 10px 7px;
	font-size: 93%;
	border: none;
}
.bosyuyoko table tbody tr td:nth-child(1) {
	width: 9em;
	border-bottom: solid 1px #FFF;
	background: #218bb5;
	color: #fff;
	font-weight: 500;
}
.bosyuyoko table tbody tr td:nth-child(2) {
	padding: 10px 7px;
	border-bottom: solid 1px #222;
}
 body.slug-admission h2 sub {
    color: #249bd4;
  }
 body.slug-admission .vk_borderBox .vk_borderBox_body {
    border: none;
  }
/* Posts and pages（お問い合わせ）
--------------------------------------------- */
.inquiry_list {
	margin-top: 20px;
}
.inquiry_list p {
	margin-bottom: 0;	
}
.inquiry_list dt.inquiry_title {
	display: inline-block;
	margin: 25px 0 5px;
	width: 100%;
	vertical-align: top;
}

.inquiry_list dd {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.inquiry_list .must-txt {
	position: relative;
	top: -1px;
	left: 3px;
	padding: 0px 4px 1px;
	color: #fff;
	font-size: 60%;
	font-weight: 500;
	background: #db3b3b;
	border-radius: 2px;
	cursor: default;
	user-select: none;
}
.wpcf7-not-valid-tip {
	font-size: 80% !important;
}

.wpcf7-spinner {
	/*display: none;*/
}


.recaptcha {
	margin: 50px 0 0;
	color: #777;
	font-size: 65%;
	line-height: 1.5em;
}
#agreement {
	margin-top: 50px;
}
#agreement p {
	text-align: center;
}
input[type="submit"].wpcf7-form-control,
input[type="button"].wpcf7-form-control {
	padding: 25px 55px;
	border: solid 1px #999999;
	font-size: 100%;
	font-weight: 600;
	letter-spacing: 0.25em;
	cursor: pointer;
}
input[type="button"].wpcf7-form-control {
	padding: 25px 40px;
	background: #f5f5f5;
}
input[type="submit"].wpcf7-form-control:hover,
input[type="button"].wpcf7-form-control:hover {
	background: #aaa;
	transition: all .2s;
}
input[type="submit"].wpcf7-form-control:active,
input[type="submit"].wpcf7-form-control:focus,
input[type="button"].wpcf7-form-control:active,
input[type="button"].wpcf7-form-control:focus {
	background: #ccc;
	border: solid 1px #999;
	transition: all .2s;
}
.con_name,
.con_tel,
.con_address {
	width: 90%;
	max-width: 25em;
}
.con_inquiry {
	width: 100%;
	height: 12em;
}


/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* sidebar
--------------------------------------------- */
/* ▼side（これまでのお知らせ） */
aside .past_entry  {
	padding-top: 30px;
	background: #fff;
}
.past_entry h2 {
	margin-bottom: 20px;
	padding: 8px;
	font-size: 120%;
	font-weight: 500;
	border-bottom: 2px solid #222;
}
.past_entry ul.past_entry_list {
	/*margin: 4%;*/
}
.past_entry ul li {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 13px;
	padding:0 5px 13px 10px;
	border-bottom: 1px dotted #777;
}
.past_entry ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: rgba(213, 0, 0, 0.2);
	width: 23px;
	height: 23px;
}
.past_entry ul li time {
	order: 1;
	position: relative;
	margin-bottom: 5px;
	font-size: 95%;
	font-weight: 500;
}
.past_entry ul li a {
	order: 2;
	font-size: 90%;
	color: #222;
}
.past_entry .more {
	margin: 25px 0;
	text-align: right;
}
.past_entry .more a {
	display: inline-block;
	padding: 3px 4em;
	font-size: 80%;
	color: #888;
	border: 1px solid #888;
	text-decoration: none;
	transition: all .2s;
}
.past_entry .more a:focus,
.past_entry .more a:active {
	color: #222;
	border: 1px solid #222;
	transition: all .2s;
}


/* Widgets
--------------------------------------------- */
/* ▼side（これまでのお知らせ） */
.recent_entry_list section {
	padding: 15px 20px;
	background: #fff6e9;
	border-radius: 10px;
	border: 1px solid #efe4d3;
}
.recent_entry_list a,
.recent_entry_list a:visited {
	color: #222;
	text-decoration: none;
}
.recent_entry_list a:hover,
.recent_entry_list a:active {
	color: #f99ea1;
	transition: all .2s;
}

.recent_entry_list h2 {
	margin: 10px 0 20px;
	font-size: 110%;
	font-weight: 500;
	text-align: center;
}
.recent_entry_list ul li {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	padding: 0 8px 10px 15px;
	border-bottom: 1px dotted #555;
}
.recent_entry_list ul li:before {
	content: "●";
	position: absolute;
	top: .5em;
	left: 1px;
	color: #ffbbbd;
	font-size: .8em;
	
}
.recent_entry_list ul li time {
	order: 1;
	margin-bottom: 3px;
	font-size: 85%;
	font-weight: 500;
}
.recent_entry_list ul li a {
	order: 2;
	font-size: 90%;
}


.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/* footer
--------------------------------------------- */
#site_footer {
	position: relative;
	/*padding-bottom: 70px;*/
	background: #fff;
}

.footer_innerwrap {
	margin: 0 auto;
	padding: 10px 0 0;
	width: 90%;
}
.footer_about {
/*	width: 30%;
	padding-right: 3vw;*/
}
.footer_about p.footer_title {
	margin: 0 auto;
	padding: 15px 0;
	max-width: 420px;
}
.footer_about p.footer_info {
	margin-top: 3px;
	font-size: 90%;
	line-height: 1.4em;
	letter-spacing: 0.06em;
	text-align: center;
}
.footer_about p.footer_info a.txtlink {
	display: inline-block;
}

/*フッターの共通スタイル*/
.footer_innerwrap a,
.footer_innerwrap a:visited {
	color: #222;
	text-decoration: none;
	font-size: 84%;
}
.footer_innerwrap a:hover,
.footer_innerwrap a:active {
	text-decoration: underline dotted #555;
}

/*コピーライト*/
#copyright {
	margin-top: 20px;
	padding: 6px 0 75px;
	color: #fff;
	font-weight: 500;
	font-size: 52%;
	text-align: center;
	background: #b01d23;
	letter-spacing: 0.1em;
}
#copyright a,
#copyright a:visited {
	color: #fff;
	text-decoration: none;
}
#copyright a:hover,
#copyright a:active {
	text-decoration: underline;
}

/*下部固定メニュー*/
.footer_area {
	display: flex;
	justify-content: space-around;
	position: fixed;
	padding:9px 0 4px;
	bottom: 0;
	width: 100%;
	background-color: #b01d23;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
	z-index: 10000;
}
.footer_area .footer_area_inner {
	flex: 1;
    /*position: relative;*/
    /*margin: 0px auto;*/
    /*padding: 5px 0 0;*/
	/*width:28%;*/
}
a.inquiry_btn {
	display: block;
    background-color: #b01d23;
    text-align: center;
	/*max-width: 100%;*/
	text-decoration: none;
}
a.inquiry_btn img.tel {
	width: 19px;
	/*height: 29px;*/
	margin-bottom: 2px;
}
a.inquiry_btn img.mail {
	width: 28px;
	/*height: 18px;*/
	margin-top: 10px;
    margin-bottom: 7px;
}
a.inquiry_btn img.fb {
	width: 27px;
	/*height: 18px;*/
	margin-top: 6px;
    margin-bottom: 4px;
}
a.inquiry_btn img.insta {
	width: 27px;
	/*height: 18px;*/
	margin-top: 6px;
    margin-bottom: 4px;
}
a.inquiry_btn img.yt {
	width: 32px;
	/*height: 18px;*/
	margin-top: 9px;
    margin-bottom: 5px;
}
a.inquiry_btn p {
	color: #fff;
	font-size: 60%;
	font-weight: 400;
	line-height: 1.9;
}



/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875em;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*PDFアイコン*/
a[href $='.pdf'] {
    background:url(icon/ico_pdf.gif) no-repeat right 70%;
    padding:0 18px 0 0;
}
a[href $='.pdf'] a {
    text-decoration:none;
}

a[href $='.pdf'] a:hover {
    text-decoration:none;
}



/*-------------------------------------------------------
----お問い合わせ-----------------------------------------
-------------------------------------------------------*/
.contact_form table tbody tr td:nth-child(1) {
    display: block;
    padding-top: 13px;
    vertical-align: top;
    width:100%;
}
.contact_form table tbody tr td:nth-child(2) {
    display: block;
    vertical-align: top;
    width:100%;
}
.contact_form table tbody tr td p {
    margin: 3px;
}
.contact_form table tbody tr td p input {
    padding:5px 10px;
}
.con_name,
.con_mail,
.con_subject {
	margin:3px;
	padding:3px;
    width:100%;
	border:solid 1px #b3b3b3;
}
.con_msg {
	margin:3px;
	padding: 6px 10px;
    width: 100%;
    height: 250px;
}
.con_cap {
	margin:3px;
	padding:3px;
	width:105px;
}
.contact_form table tbody tr td p span.must {
    position: relative;top:-2px;left:3px;
    padding: 0 3px;
    display: inline;
    font-size: 0.65em;
    border-radius:3px;
    color: #fff;
    background-color: #cf1d05;
}
.wpcf7-confirm, .wpcf7-submit, .wpcf7-back {
	padding: 10px 5px;
	width: 160px;
    font-size: 120%;
	letter-spacing: 3px;
}
.contact_form p input.wpcf7-submit {
    display: block;
    margin:0 auto;
	padding:16px 0;
	width:200px;
	letter-spacing:3px;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: block;
    position:relative;
    top: 0;
    left: 5px;
    border: none;
    color: red;
}
}
