@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/*!
Template: cocoon-master
*/
/*---------------------------------
reset
--------------------------------*/
a{
	text-decoration: none;
	color:#105e98;
}
a:hover{
	color:#888;
}
.header-container a{
	z-index: 9999;
}
.navi-footer-in a{
	font-size: 0.6rem;
}
.site-name-text-link{
	padding: 0;
}
.header-container-in.hlt-top-menu .logo-header img{
	max-height: 40px;
}
.site-name-text,
.menu-button-in{
	font-size:1rem!important;
	letter-spacing: 2.3px;
}
.body .main{
	min-height: 350px;
}
.copyright{
	font-size: 0.5rem;
	letter-spacing: 0.1em;
}
.go-to-top a{
	bottom: 37px;
	max-width: 50px;
	width: 50px;
	height: 50px
}
.breadcrumb{
	font-size: 0.6rem;
	text-align: left;
	
}
.article p,
.article ol,
.article ul{
	margin: 0 0 1em 0;
	line-height: 2.3;
	text-align: left;
	letter-spacing: 1.8px;
	font-size: 0.8rem;
}
@media screen and (min-width: 1024px){
	.article p,
	.article ol,
	.article ul{
		font-size: 16px;
	}
	.article p{
		text-align: center;
	}
}
.article ul{
	list-style:none;
	margin:0;
	padding: 0;
}
/*!投稿ページマウスオーバー*/
.a-wrap:hover{
	border-radius:100px;
}
/*!ページトップボタン*/
.go-to-top-button{
	border-radius: 100px;
}
.fa-angle-up{
	top: -4%;
	position: relative;
}
/*!投稿を中央配置*/
.wp-block-latest-posts.is-grid {
    justify-content: center!important;
}
.wp-block-latest-posts.is-grid li {
    width: auto;
	text-align: center;
}
/*!ヘッダー影削除*/
.fixed-header,.mobile-header-menu-buttons{
  box-shadow: none;
}
/*!スマホヘッダーロゴ変更*/
.menu-button-in img{
	margin: 0;
	max-height: 1.8rem;
}
.logo-menu-button.menu-button a{
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 600px){
	.go-to-top a{
		max-width: 70px;
		width: 70px;
		position: relative;
		bottom: 30px;
		right: 20px;
	}
	.logo-menu-button.menu-button{
			background-position: 5% 20px;
			background-size: auto 45px;
	}
	.fz-16px,.aco .aco_txt p{
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 1024px){
	.fz-16px{
		font-size: 16px;
	}
	.body .main{
	}
	
}
/*---------------------------------
recaptcha
--------------------------------*/
.grecaptcha-badge { visibility: hidden; }
.recaptcha{ font-size: 0.6rem;}
/*---------------------------------
thanks
--------------------------------*/
.thanks h2{
	left: 0;
}
/*!見出し*/
.article h1{
}
.article h2 {
	font-size: 1rem;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	padding: 4% 2%;
	margin: 4% 0 8%;
	background: none;
	position: relative;
	letter-spacing: 2px;
	line-height: 1.4;
	border-radius: 0px;
}
.article h2::before,
.article h2::after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 50px;
	position:absolute;
	background-repeat: no-repeat;
	top: 0px;
}
.article h2::before{
    background-image: url('/wp-content/uploads/2025/04/flag_l.png');
	left:0;
    background-position: left;
}
.article h2::after{
    background-image: url('/wp-content/uploads/2025/04/flag_r.png');
	left:0;
    background-position: right;
}
.top_workshop h2{
	padding: 0 0 2%;
}
.article h2 span {
	font-size: 70%;
}
.article h3 {
	font-size: 0.9rem;
	padding: 3% 0;
	background: none;
	border: none;
	border-bottom: 3px solid #fff;
	letter-spacing: 4px;
	margin-bottom: 8%;
	line-height: 1.6;
}
.article h4{
	border: none;
	font-size: 0.8rem;
	padding: 3% 0 0;
	background: none;
	border: none;
	letter-spacing: 3px;
	line-height: 1.6;
}
@media screen and (min-width: 820px){
	.article h1{
	}
	.article h2{
		font-size: 1/6rem;
		padding: 20px;
		margin: 40px 0;
	}
	.article h3{
		padding: 0;
		margin: 0;
	}
	.article h2::before,
	.article h2::after{
		background-size: contain;
	}
}
@media screen and (min-width: 550px){
	.article h2 {
		font-size: 1.4rem;
		letter-spacing: 4.3px;
	}
	.article h3{
		padding: 0px 0;
		margin: 0 0 20px;
	}
	.article h4{
		font-size: 18px;
	}
	.article h2::before,
	.article h2::after{
		background-size: 80px;
	}
}
@media screen and (min-width: 1200px){
	
	.article h2::before,
	.article h2::after{
		background-size: contain;
	}
	.article h3{
		padding: 16px 0;
		margin: 0 0 30px;
		font-size: 20px;
	}
}
.footer{
	margin-top: 0;
}
/*!フッターマウスオーバー背景色白を解除*/
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_block ul li a:hover {
  background-color: #74000400;
}
.navi-footer-in a:hover {
	background-color: #74000400;
}
/*!フッターメニュー縦線解除*/
.navi-footer-in > .menu-footer li {
	border-left: none;
}
.navi-footer-in > .menu-footer li:last-child {
	border-right: none;
}
/*---------------------------------
error404
--------------------------------*/
.error404 .main img{
	border-radius: 15px;
}
/*---------------------------------
slide
--------------------------------*/
.mainvisual{
	position: relative;
	z-index: 0;
	padding: 0 5%;
}
.mainvisual h2{
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	opacity: 0.8;
	font-size: 1.6rem;
	letter-spacing: 14px;
	text-align: center;
	width: 100%;
	text-indent: 1.3em;
	line-height: 1.6;
	border: none;
	padding:0;
	margin:0;
}
.mainvisual h2:before,
.mainvisual h2:after{
	display: none;
}
.navi-in > ul li a{
	font-size: 12px;
}
@media screen and (min-width: 1024px){
	.mainvisual{
		padding: 0 20px;
	}
	.header-container{
		padding: 0 0 0 20px;
	}
	.navi-in > ul li{
		width: 140px;
		height: 80px;
		line-height: 80px;
		border-bottom: 3px solid rgb(238, 198, 178,0.2);
		margin: 10px 4px 4px;
		font-weight: bold;
	}
	.navi-in > ul li a:hover{
		background:#fff;
	}
	.navi-in > ul li:hover{
		background:rgb(158, 158, 158,0);
		border-bottom: 3px solid #f3be24;
	}
	.mainvisual h2{
		font-size: 40px;
		top: 50%;
		text-indent: 0;
	}
	#menu-item-847 a{
		color:#fff;
	}
	#menu-item-847 a:hover{
		color:#fff!important;
		display: inline;
	}
	#menu-item-847{
		background: #f3be24;
		border-bottom: none;
		border-radius: 4px;
	}
	#menu-item-847::after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 25px;
	position:absolute;
	background-repeat: no-repeat;
	top: 4px;
    background-image: url('/wp-content/uploads/2025/04/bird_w.png');
	right:6px;
    background-position: right top;
	}
}
@media screen and (min-width: 1200px){
	.navi-in > ul li{
		width: 170px;
	}
	.navi-in > ul li a{
		font-size: 15px;
	}
}

/*---------------------------------
SP slide
--------------------------------*/
.metaslider .flexslider{
	margin: 0!important;
}
.metaslider .flex-control-nav {
    bottom: -13px!important;
	z-index: 2!important;
}
.flex-control-paging li a {
    width: 6px!important;
    height: 6px!important;
    background: #fff!important;
}
.flex-control-paging li a.flex-active {
    background: #006948!important;
}
/*---------------------------------
info
--------------------------------*/
.pagination-next-link,
.page-numbers{
	border: none;
}
.pagination-next-link{
	background: #006641;
	width: 300px;
	margin: 0 auto;
}
.pagination span{
	border-radius: 15px;
	color: #444;
	background: none!important;
}
.pagination a{
	color: #006641!important;
	text-align: center!important;
}
.pagination a:hover{
	background: none;
}
.pagination-next a{
	background: #006641;
	color: #fff!important;
	text-align: center!important;
}
.pagination-next a:hover{
	background: #006641;
}
.pagination .current,
.page-numbers.dots{
	background: none;
}
.error404 .sidebar,
.page-id-18 .sidebar,
.category .sidebar,
.post-template-default .sidebar,
.archive .sidebar,
.search .sidebar{
	border-radius: 20px;
	background: none;
	margin: 0 2% 2%;
	display: block;
	background: #fff;
}
.sidebar h3{
	font-size: 1rem;
	margin: 0 0 2%;
}
.sidebar ul li{
	margin: 0;
}
.sidebar ul li a{
	font-size: 0.8rem;
}
.sidebar table{
    border: none;
}
.sidebar table tr>*{
    border: none;
}
.sidebar table th{
	min-width: 20px;
	width: 12%;
	color: #444;
	background: #fff;
}
.sidebar table td a{
	background: rgba(0,105,72,0.1);
	border-radius: 100px;
}
.sidebar table td a:hover{
	background: rgba(0,105,72,0.1);
	border-radius: 100px;
}
.sidebar table tr:last-child>*:first-child{
    border-radius: 100px;
}
.sidebar h3{
	background: #f3f3f3;
	border-radius: 15px;
	padding-left: 5%;
}
.main .search-box input[type="text"]{
	width: 95%;
	padding-left: 1em;
	padding-right: 1em;
}
.main .search-box .search-submit{
	right: 4%;
}
.sidebar input[type="text"],
.search-box input[type="text"]{
	border: 2px solid #444;
	color: #444;
	border-radius: 100px;
}
.search-box input::placeholder {
  color: #444;
}
.fa-search:before{
	color: #444;
}
.wp-calendar-table [id$="today"]{
	background: rgba(245,205,170,0.2);
	border-radius: 100px;
}
.page-id-29 .content-wrap,
.search .main,
.error404 .main{
	padding: 15% 2% 0;
}
.page-id-29 h2{
		padding-bottom: 15%;
}
.page-id-29 .diary ul li{
	padding-bottom: 8%;
	border-bottom: 2px solid;
	text-align: left;
}
.page-id-29 .diary ul li:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.page-id-29 .diary ul li img{
	border-radius: 15px;
}
.page-id-29 .wp-block-latest-posts__post-title{
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 5%;
	display: block;
	border-radius: 15px;
	background:rgba(255,255,255,1.0);
	margin: 8% 0;
}
.page-id-29 .diary ul li time,
.page-id-29 .diary ul li figure,
.page-id-29 .diary ul li p{
	margin-bottom: 5%;
}
.page-id-29 .diary ul li time{
	text-align: right;
}
.post-template-default main,
.archive .main{
	padding: 10% 2% 0;
}
.category .main{
	margin-bottom: 5%;
}
.category .main a,
.archive .main a,
.search .main a{
	color: #444;
	text-align: left;
	border-radius: 15px;
}
.category .main a img,
.archive .main a img,
.search .main a img{
	border-radius: 15px;
}
.category .main .entry-title,
.archive-title,
.archive .main .entry-title,
.search .main .entry-title{
	margin: 0 0 5%;
}
.category .main h2,
.archive .main h2,
.search .main h2{
	font-size: 1rem;
}
.category .main .list,
.post-template-default p,
.recb-entry-border .related-entry-card-wrap h3,
.recb-entry-border .related-entry-card-wrap .post-date{
	text-align: left;
	line-height: 1.6;
}
.post-template-default p{
	margin-bottom: 5%;
}
.post-template-default h1{
	display: block;
	margin-top: 7%;
}
.recb-entry-border .related-entry-card-wrap{
	border: 2px solid #444;
	border-radius: 15px;
}
.recb-entry-border .related-entry-card-wrap img{
	border-radius: 15px;
}
.cat-label{
	border: none;
	border-radius: 100px;
	padding: 2% 6%;
}
@media screen and (min-width: 520px){
	.cat-label{
		margin:  8px;
	}
}
.fa-clock-o:before{
	display: none;
}
.entry-card-snippet,
.related-entry-card-snippet {
	line-height: 1.6;
}
.entry-card-content{
	text-align: left;
}
@media screen and (min-width: 600px){
	.category .main,
	.content-wrap,
	.error404 .main
	{
		padding-top: 10%;
	}
	.post-template-default .main,
	.archive .main,
	.search .main{
		padding-top: 20px;
	}
	.archive h1{
		padding-top: 20px;
		padding-bottom: 0;
		font-size: 26px;
		margin: 0;
	}
	.page-id-29 h2{
		padding-bottom: 15%;
	}
	.page-id-29 .wp-block-latest-posts__post-title{
		font-size: 30px;
		padding: 40px 0 20px;
		padding: 20px;
		margin: 40px 0;
	}
	.page-id-29 .diary ul li p{
		margin-bottom: 20px;
	}
	.page-id-29 .diary ul li time{
		text-align: left;
	}
	.post-template-default p{
		margin-bottom: 20px;
		text-align: center;
	}
	.sidebar ul li a{
		font-size: 1.0rem;
	}
	.sidebar h3{
		font-size: 1.3rem;
		padding-left: 20px;
	}
	.sidebar input[type="text"]{
		font-size: 1.0rem;
	}
}
@media screen and (min-width: 1024px){
	.page-id-18 .content-wrap,
	.category .main,
	.archive,
	.search,
	.error404 .main{
		padding-top: 0;
	}
	.error404 .sidebar,
	.page-id-18 .sidebar,
	.category .sidebar,
	.post-template-default .sidebar,
	.archive .sidebar,
	.search .sidebar{
		margin: 0 0 5% 0;
	}
	.archive h1,
	.search h1{
		padding-top: 40px;
	}
	.post-template-default .main,
	.archive .main,
	.search .main{
		padding-top: 0;
	}
}
.sidebar .btn{
	margin: 0 0 10px;
	width: 100%;
}
.sidebar{
	margin: 0 0 50px;
	border-radius: 10px;
}
/*---------------------------------
sp_menu
--------------------------------*/
.navi-menu-content{
	overflow: hidden;
}
.menu-close-button{
	text-align: right;
	padding: 0 5%;
}
.menu-close-button .fa{
	font-size: 1.4rem;
}
.menu-drawer li{
	padding: 10px;
	letter-spacing: 2.4px;
}
.mobile-menu-buttons .menu-button > a {
	text-align: left;
	margin-left: 5%;
}
/*---------------------------------
common
--------------------------------*/
.tex_10{
	font-size: 10px;
}
.tex_c{
	text-align: center!important;
}
.privacy .content-wrap{
	padding-bottom: 0;
	padding-top: 14%;
}
.box_right{
	margin-bottom: 10%;
}
.box_center{
	text-align: center;
}
@media screen and (min-width: 700px){
	.box_right{
		text-align: right;
		margin-bottom: 50px;
	}
	.privacy .content-wrap{
		padding-top: 14%;
	}
}
@media screen and (min-width: 820px){
	.privacy .content-wrap{
		padding-top: 50px;
	}
}
.btn,.zoom-instagram.feed-426 .wpz-insta-view-on-insta-button{
	border-radius: 100px;
	background: #41b27a;
	border: none;
	color: #fff;
	margin: 3% 0 5%;
	padding: 4% 5%;
	font-size: 0.8rem;
	min-width: 260px;
	text-shadow: none;
	letter-spacing: 2px;
	z-index: 9999!important;
}
.btn::before{
		position: absolute;
		display: block;
		width: 10px;
		height: 10px;
		content: "";
		transition: right .2s;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-right: #fff 2px solid;
		border-bottom: #fff 2px solid;
		right: 10px;
		top: 40%;
}
.zoom-instagram.feed-426 .wpz-insta-view-on-insta-button{
	margin-top: 0!important;
}
@media screen and (min-width: 600px){
	.btn,.zoom-instagram.feed-426 .wpz-insta-view-on-insta-button{
		padding: 20px;
		min-width: 300px;
		margin-top: 0px;
		font-size: 1rem;
		letter-spacing: 1px;
	}
	.zoom-instagram.feed-426 .wpz-insta-view-on-insta-button{
		min-width: auto;
	}
}
table,.scrollable-table table{
    border-radius: 10px;
    border-spacing: 0;
    border: none;
	margin-bottom: 15%;
	margin-top: 5%;
	font-size: 0.8rem;
}
table tr>*{
    border: none;
}
table tr:first-child>*:first-child{
    border-radius: 8px 0 0 0;
}
table tr:first-child>*:last-child{
    border-radius: 0 8px 0 0;
}
table tr:last-child>*:first-child{
    border-radius: 0 0 0 8px;
}
table tr:last-child>*:last-child{
    border-radius: 0 0 8px 0;
}
table{
	background: #fff;
	border-radius: 20px;
}
table tr:nth-of-type(2n+1) {
	background-color: #f0f5f9;
}
.scrollable-table ul{
    font-size: 0.6rem;
	margin-top: 10px;
	letter-spacing: 0.1em;
}
.scrollable-table th{
	background: #105e98;
	color: #fff;
	min-width: 100px;
	width: 18%;
}
table td{
	text-align: left;
	padding: 1em;
	border: none;
}
table span.red,table span.gray{
	background: #e95548;
	padding: 0 6%;
	color: #fff;
	font-weight: normal;
	font-size: 0.6rem;
	border-radius: 4px;
	display: block;
	width: 40%;
	position: relative;	
	transform: translateX(-50%);
	top: 3px;
	left: 50%;
}
@media screen and (min-width: 500px){
	table{
		width: 100%;
	}
	table td,
	table th,
    .scrollable-table ul{
		font-size: 14px;
	}
}
@media screen and (min-width: 1024px){
	table{
		width: 500px;
		margin-top: 0!important;
	}
}
.attention{
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
}
a:hover{
	opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pc,.tab{display: none;}
.pc1200{display: inline;}
@media screen and (min-width: 850px){
	.tab{display: block;}
}
@media screen and (min-width: 1024px){
	.pc{display: block;}
	.sp{display: none;}
	.footer{top:29px;}
	.col2{
		display: flex;
		justify-content: space-between;
		margin: 40px 0;
	}
	.col2 p{
		text-align: left;
	}
	.pict {
		width: 100%;
		margin-right: 5%;
	}
	.pict img {
		width: 100%;
		height: auto;
	}
	.col2:nth-child(even) {
		flex-direction: row-reverse;
	}
	.col2:nth-child(even) .text {
		margin-right: 5%;
	}
	.col2:nth-child(even) .pict {
		margin-right: 0;
	}
	
	table,.scrollable-table table{
		margin-bottom: 50px;
	}
}
@media screen and (min-width: 1200px){
	.pc1200{display: none;}
}
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	background:#fff;
	position: relative;
}
.container{
	background: #eee;
}
.main{
	padding: 0;
	margin: 0 auto;
	text-align: center;
	border: none;
	border-radius: 0;
	background: none;
}
.content-wrap{
	padding: 5% 6%;
}
main.main{
    padding: 0;
    margin: 0 0;
}
@media screen and (min-width: 834px){ 
	main.main{
		padding: 0;
		margin: 0 0;
	}
}
@media screen and (min-width: 1024px){
	.content-wrap,.front-page-type-index{
		max-width: 1024px;
		margin: 0 auto;
		padding: 0 20px 60px;
	}
}
/*---------------------------------
contact
--------------------------------*/
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
	border: #dc3232 solid 3px!important;
	padding: 5%;
	color: #dc3232!important;
	background: #fff;
	border-radius: 15px;
}
.wpcf7 form.sent .wpcf7-response-output{
	padding: 5%;
	background: #fff;
	border-radius: 15px;
	border: #444 solid 3px!important;
}
input[type="text"]{
	font-size: 0.8rem;
}
.contact .content-wrap{
	padding-top: 30px;
}
.contact .content-wrap p{
	text-align: center;
}
.contact h3{
	font-size: 1.6rem;
	margin-bottom: 0px;
	padding-bottom: 6%;
}
.contact .box{
	background: #fff;
	padding: 5%;
	font-size: 0.8rem;
	border-radius: 10px;
	text-align: left;
}
.contact .box div{
	margin: 3% 0 2%;
	text-align: center;
}
.contact table th{
	min-width: 40%;
}
.contact .btn_submit{
	border-radius: 20px;
}
.contact textarea{
	resize: vertical;
}
/*----
copy
----*/
.btn_submit p{
	text-align: center;
}
.contact select{
	font-size: 0.7rem!important;
}
.contact .box p span{
	font-size: 16px;
	text-align: center;
}
input[type='submit'] {
  border: none;
  border-radius: 100px;
  background-color: #006948;
  color: #fff;
  font-size: 1rem;
  margin: 10% auto 5%;
  padding:  5% 2%;
  position: relative;
	max-width: 260px;
	min-width: 260px;
	width: 260px;
	font-weight: bold;
	letter-spacing: 4px;
}
input[type='submit']:hover {
	opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.wpcf7-spinner{
	display: none!important;
}
@media screen and (min-width: 600px){
	.contact .content-wrap{
		padding-top: 3.8em;
	}
}
@media screen and (min-width: 700px){
	.contact h2{
		font-size: 2.4rem;
	}
	.contact h3{
		padding-bottom: 30px;
	}
	.contact table th span{
		max-width: 20%;
		padding: 1px 5px;
	}
	input[type='submit'] {
		padding: 20px;
		max-width: 300px;
		margin: 40px auto 20px;
		font-size: 1.3rem;
	}
	.contact .box{
		padding: 30px;
		width: 70%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1020px){
	input[type="text"]{
		font-size: 1rem;
	}
	.contact select{
		font-size: 14px!important;
	}
	.mwform-radio-field{
		display: inline;
		text-align: center;
	}
	.mw_wp_form .horizontal-item + .horizontal-item {
		margin-left: 10px;
	}
	.contact .box{
		width: 500px;
	}
}

/*----
Events Manager
----*/
.em-item-header{
	display: none;
}
/*----
FullCalendar
----*/
.fc-time{
	display: none;
}
/*----
投稿ページ
----*/
.archive-title{
	font-size: 1.4rem;
	margin-bottom: 10%;
}
.post-template-default .sidebar{
	display: none;
}
.entry-content{
}
.entry-content img{
	border-radius: 20px;
}
.ect-entry-card{
	margin-top: 5%;
}
.entry-card-thumb{
	margin: 0 3% 0;
}
.entry-card-thumb img{
	border-radius: 10px;
}
.entry-card-content h2{
	font-size: 0.8rem;
	letter-spacing: 2.3px;
	padding: 2% 2% 2% 3%;
	border-left: 2px solid #fff;
}
@media screen and (min-width: 820px){
	.post-template-default h1{
		margin: 24px 0 30px;
	}
}
@media screen and (min-width: 1020px){
	.post-template-default h1{
		margin: 64px 0 30px;
	}
	.post-template-default .sidebar{
		display: inline;
	}
	.entry-card-content h2{
		font-size: 16px;
	}
	.entry-card-snippet{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 1.8;
		color: #999;
		padding: 10px 5px;
	}
}
/*----
SNS用ウィジット
----*/
.footer-mobile{
	padding: 0;
}
#footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer{
	margin: 0 auto 0;
	padding-bottom: 0;
	text-align: center;
}
#footer_sns img{
	width: 30px!important;
}
@media screen and (min-width: 820px){
	#footer{
		margin: 10px auto 10px;
	}
	#footer_logo_block img{
		width: 180px!important;
		padding: 20px 0 40px;
	}
	#custom_html-7{
		margin-bottom:0!important;
	}
}
/*----
変形画像
----*/
.img_m img{
	width:70%;
}
@media screen and (min-width: 1020px){
	.img_m img{
		width:50%;
	}
}
/*----
news
----*/
@media screen and (min-width: 1020px){
	.news ul li{
		text-align: center;
	}
}
/*---------------------------------
topトップ
--------------------------------*/
.top h3 {
	font-size: 0.9rem;
	letter-spacing: 1px;
	line-height: 1.8;
}
@media screen and (min-width: 800px){
	.top h3{
		padding: 0 0 30px;
		margin: 0 0 30px;
	}
	.top .text h3{
		padding: 20px 0;
		margin: 0 0 30px;
	}
	.top .text{
		margin: 0 0 30px;
	}
}
@media screen and (min-width: 1020px){
	.top .top_about .content-wrap{
		max-width: 100%;
		padding-right: 0;
		padding-right: 0;
	}
	.top h3{
		padding: 30px 0;
		margin: 0 0 30px;
	}
}
/*---------------------------------
privacy
--------------------------------*/
.privacy .content-wrap{
	padding-top: 5%;
	padding-bottom: 8%;
}
.privacy p,.privacy ol{
   text-align: left;
}
.privacy h2{
	margin-bottom: 5%;
}
.privacy h3{
   font-size: 1rem;
   border-left: 4px solid #fff;
   padding-left: 1em;
   text-align: left;
   margin-top: 1em;
}
.privacy h3 span{
   font-size: 0.8rem;
   letter-spacing: 1px;
}
/*---------------------------------
lightbox
--------------------------------*/
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    border-radius: 0 0 20px 20px;
	background: linear-gradient(0deg,#000000,#0000004d 80%,#0000);
}

/*---------------------------------
instagram
--------------------------------*/
.instagram .instagram_feed{
		margin-top: 2%;
	}
@media screen and (min-width: 820px){
	.instagram p{
		text-align: center;
	}
	.instagram .instagram_feed{
		margin-top: 40px!important;
		width: 40%;
		margin: 0 auto;
	}
}
/*---------------------------------
teacher
--------------------------------*/
.teacher #profile img{
	width: 70%;
}
.teacher #profile h2{
	letter-spacing: 5px;
}
.teacher .box{
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	text-align: left;
	font-size: 70%;
	margin: 8% 0;
}
.teacher #works h2{
	margin-top: 8%;
}
.teacher #toitoi img{
	width: 80%;
	margin-bottom: 5%;
}
@media screen and (min-width: 820px){
	.teacher #works h2{
		margin-top:  0;
	}
	.teacher #profile h2{
		margin: 20px 0 40px;
		font-size: 1.6rem;
	}
	.teacher .box{
		padding: 30px;
		margin: 40px 0 0;
	}
	.teacher #shop{
		margin-bottom: 60px;
	}
}
@media screen and (min-width: 1024px){
	.teacher #profile img{
		width: 100%;
		margin-top: 70px;
	}
	.teacher .pict{
		margin-top: 40px;
	}
	.teacher #toitoi img{
		margin-bottom: 20px
	}
	.teacher #toitoi .btn{
		margin-top: 20px;
	}
}
/*---------------------------------
workshop
--------------------------------*/
.workshop .workshop_now{
	margin-top: 2%;
}
.workshop .workshop_about img{
	margin-bottom: 5%;
}
@media screen and (min-width: 820px){
	.workshop .workshop_about img{
		width: 80%;
	}
}
/*---------------------------------
adjuster
--------------------------------*/
.post-template-default p.ta_l{
	text-align: left
}
/*---------------------------------
202503
--------------------------------*/
.wp-block-latest-posts.wp-block-latest-posts__list{
	margin-bottom: 5%;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
	display: flex;
	justify-content: space-around;
	border-bottom: 2px solid #fff;
	padding: 3% 0 1%;
	text-align: left;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:first-child{
	padding:0 0 1% 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:last-child{
	border-bottom: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li div{
	margin-right: 10px;
	width: 30%;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a{
	line-height: 1.5;
	width: 100%;
	position: relative;
}
.wp-block-latest-posts__post-title{
	padding-right: 30px;
}
.wp-block-latest-posts__post-title::before{
		position: absolute;
		display: block;
		width: 10px;
		height: 10px;
		content: "";
		transition: right .2s;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-right: #105e98 2px solid;
		border-bottom: #105e98 2px solid;
		right: 10px;
		top: 30%;
}
@media screen and (min-width: 820px){
.wp-block-latest-posts__post-title{
	padding-right: 0px;
}
.wp-block-latest-posts__post-title::before{
		right: 20px;
}
	.wp-block-latest-posts.wp-block-latest-posts__list{
		margin-bottom: 50px;
	}
	.wp-block-latest-posts.wp-block-latest-posts__list li {
		align-items: center;
		padding: 10px 0;
		
	}
	.wp-block-latest-posts.wp-block-latest-posts__list li div{
		width: 50px;
		height: 50px;
	}
	.wp-block-latest-posts.wp-block-latest-posts__list li div img{
		width: 50px;
		max-width:150px;
		max-height:140px;
	}
	.workshop_now .wp-block-latest-posts.wp-block-latest-posts__list li{
		background:#fff;
		border-radius: 20px;
		height: 150px;
		margin-bottom: 10px;
	}
	.workshop_now .wp-block-latest-posts.wp-block-latest-posts__list li:first-child{
		padding:0;
	}
	.workshop_now .wp-block-latest-posts.wp-block-latest-posts__list li div{
		width: 140px;
		height: 140px;
	}
	.workshop_now .wp-block-latest-posts.wp-block-latest-posts__list li div img{
		width: 140px;
		max-width:140px;
		max-height:140px;
		padding: 15px;
	}
}
/*---------------------------------
202504_kogei_ws
--------------------------------*/
.workshop_about h3,
.kogei_about h3{
	text-align: left;
	border-bottom: none;
	padding: 0 0 0 1.5em;
	margin: 10% 0 4%;
}
.workshop_about h3{
	margin: 0 0 4%;
}
.kogei_about img.flow{
	width: 75%;
	max-width:400px!important;
}
.workshop_about h3{
		border-left: 4px solid #41b27a;
}
.kogei_about h3,
.access h3,
.kogei .class h3{
	text-align: left;
	border-left: 4px solid #f3be24;
	border-bottom: none;
	padding-left:1.5em;
}
.kogei .class h3{
	background: #fff;
	padding: 5% 0 5% 1.5em;
}
.kogei .class h3 span{
	color:#f3be24;
}
@media screen and (min-width: 500px){
	.kogei .class h3{
		padding: 20px 0 20px 1.5em;
	}
}
@media screen and (min-width: 820px){
	.workshop_about h3{
		font-size: 18px;
		margin-bottom: 40px;
	}
	.workshop_about .col2 img,
	.kogei .col2 img{
		max-width: 450px;
		height: 100%;
	}
	.kogei_about img,
	.class img{
		margin-top: 70px;
	}
	.kogei .class h3{
		padding: 18px 0 18px 1.5em;
		font-size: 19px;
	}
}
@media screen and (min-width: 1024px){
	.workshop_about h3,
	.kogei_about h3{
		margin-bottom: 30px;
	}
	.workshop_about .col2 img,
	.kogei .col2 img{
		padding: 0 0 0 70px;
		max-width: 480px;
	}
	.workshop_about .mix img,
	.kogei .mix img{
		padding: 0 70px 0 0;
	}
	.kogei_about .col2 img{
		padding: 0 70px 0 0;
		max-width: 450px;
	}
	.kogei_about .mix img{
		padding: 0 0 0 70px;
	}
	.workshop_about h3{
		margin-top:10%;
	}
}
/*---------------------------------
page_header
--------------------------------*/
.article h1{
	display: none;
}
.page_header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 160px;
	background-size: 100%;
	position: relative;
	background-size: cover;
}
.page_header::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 2px 2px;
	background:rgba(49, 50, 51, 0.8);
	z-index:0;
}
.page_header p{
	width:100%;
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 0;
	text-align: center;
	color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 750px){
	.page_header{
		min-height: 280px;
		margin-bottom: 0;
	}
	.page_header p{
		font-size: 32px;
	}
}

.workshop .page_header::before{
	background:rgba(65, 178, 122, 0.8);
}
.workshop .page_header{
	background-image: url(/wp-content/uploads/2024/04/slide_01.png);
	background-position: right 0 top 30%;
	background-size: cover;
}
.kogei .page_header::before,
.taiken_apply .page_header::before{
	background:rgba(252,205,69,0.8);
}
.teacher .page_header::before{
		background:rgba(16,94,152,0.8);
}
.kogei .page_header{
	background-image: url(/wp-content/uploads/2025/04/ATK06801x-scaled.jpg);
	background-position: right 0 bottom 20%;
	background-size: cover;
}
.taiken_apply .page_header{
	background-image: url(/wp-content/uploads/2024/08/IMG_8402-scaled.jpg);
	background-position: right 0 bottom 50%;
	background-size: cover;
	margin-bottom: 3%;
}
.teacher .page_header{
	background-image: url(/wp-content/uploads/2024/04/04.png);
	background-position: right 0 bottom 20%;
	background-size: cover;
}
.wrap{
	width: 100%;
}
.content{
	margin-top: 0;
}
.btn_kogei{
	background: #f3be24;
}
.article .kogei ul{
	list-style-type: circle;
	line-height: 1.4;
	margin-left: 0.8em;
}
.article .kogei ul li{
	margin-bottom: 12px;
}
.article .kogei  ul li ul{
	list-style-type: disc;
	margin-left: 1em;
	margin-top: 10px;
	font-size:90%;
}

@media screen and (min-width: 820px){
	.article .kogei #attention ul li{
		font-size:12px;
	}
}
@media screen and (min-width: 1024px){
	.taiken_apply .page_header{
		margin-bottom:0;
	}
}
iframe{
	border-radius: 10px;
	margin-bottom: 20px;
}
/*---------------------------------
pagetop
--------------------------------*/
.mblt-footer-mobile-buttons .go-to-top-button,
.mblt-header-and-footer-mobile-buttons .go-to-top-button{
	display: block;
}
.go-to-top{
	bottom: 40px;
}
@media screen and (min-width: 1020px){
.go-to-top{
	bottom: 100px;
	right: 30px;
}
}
.go-to-top {
	opacity: 0.9!important;
}
.go-to-top .go-to-top-button{
	border-radius:1000px;
	border: 1px solid #3e3834;
	background: #3e3834;
	color: #fff;
	width: 40px;
	height: 60px;
	opacity: 0.9;
}
.fa-angle-up:before{
	position: relative;
	bottom: 0px;
}
/*---------------------------------
top
--------------------------------*/
.top_about{
	background:#fff;
	border-radius: 20px;
	padding: 5% 2%;
	margin: 5% 5%;
	position: relative;
}
.top_about img{
	padding: 10px 40px;
}
.top_kogei .col2,
.top_workshop .col2{
	margin-top: 80%;
	position:relative;
}
.top .col2_l{
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.top .col2_l h3{
	width: 90%;
	background:rgba(252,205,69,0.8);
	border: none;
	color:#fff;
	padding: 2% auto;
	line-height: 1.4;
	position:absolute;
    top: -260px;
    left: 5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 999;
	transform: rotate(-5deg);
}
.top .col2_l img{
	position:absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.top .col2_r{
	background:#fff;
	border-radius: 10px;
	padding: 5%;
}
.top_workshop .col2_l h3{
	width: 90%;
	background:rgba(65, 178, 122, 0.8);
}
.top .col2_r h4{
	font-size: 1rem;
	padding: 10% 0 0;
	margin: 0 auto 5%;
}
.top .col2_r h4 span{
		color:  #f3be24;
}
.top_workshop .col2_r h4 span{
		color:  #41b27a;
}
.top_kogei .col2_r::after,
.top_workshop .col2_r::after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 50px;
	position:absolute;
	background-repeat: no-repeat;
	top: -10px;
}
.top_kogei .col2_r::after{
    background-image: url('/wp-content/uploads/2025/04/top_bird.png');
	right:10px;
    background-position: right top;
}
.top_workshop .col2_r::after{
    background-image: url('/wp-content/uploads/2025/04/top_chou.png');
	right:10px;
    background-position: right top;
}
.top_kogei .col2_r::before{
    content: "";
    display: inline-block;
    width: 240px;
    height: 240px;
    background-size: 95px;
	position:absolute;
	background-repeat: no-repeat;
	top: -30px;
    background-image: url('/wp-content/uploads/2025/04/accepting_taiken_red.png');
	left:-10px;
    background-position: left top;
	z-index: 999;
}
.top .maru01,.top .maru02,.top .maru03{
	display: none;
}
.torikumi h4{
	border-bottom: 3px dotted #fff;
	padding-bottom: 3%;
}
@media screen and (min-width: 420px){
	.top_kogei .col2,
	.top_workshop .col2{
		margin-top: 70%;
	}
}
@media screen and (min-width: 470px){
	.top_kogei .col2,
	.top_workshop .col2{
		margin-top: 65%;
	}
}
@media screen and (min-width: 550px){
	.top_about img{
		padding: 0 80px;
	}
	.top_about h3{
		margin: 30px;
	}
	.top_kogei .col2,
	.top_workshop .col2{
		margin-top: 65%;
	}
	.top .col2 h3{
		padding: 16px;
		top: -320px;
	}
	.top .col2_l img{
		top: -120px;
	}
	.torikumi h3{
		font-size:1.1rem;
	}
}
@media screen and (min-width: 600px){
	.top_kogei .col2,
	.top_workshop .col2{
		margin-top: 300px;
	}
	.top .col2_l img{
		top: -120px;
	}
	.top_kogei .btn,
	.top_workshop .btn{
		margin-top: 20px;
	}
	.torikumi h4{
		padding-bottom: 10px;
		margin-bottom:20px;
		font-size: 1rem;
	}
}
@media screen and (min-width: 1024px){
	.top_about{
		width:60%;
		margin: 50px auto 20px;
		padding: 70px 20px 20px;
		position: relative;
	}
	.top_about img{
		width: 440px;
	}
	.top_about h3{
		margin: 10px auto;
	}
	.top .maru01,.top .maru02,.top .maru03{
		position: absolute;
		width: 30%;
		height: auto;
		animation-timeline: view();/* 画面内にみえてからスタート */
		animation-range: entry 0% cover 25%;/* スクロール進行速度 */
		opacity:0;/* 初期値は非表示 */
		display: inline;
	}
	.top .maru01{
		width: 400px;
		top: 20px;
		right: -180px;
		animation: fadeIn 3.2s ease 0.4s 1 normal;
		animation-fill-mode: forwards;/* 終了後も表示 */
	}
	.top .maru02{
		width: 350px;
		top: 130px;
		left: -140px;
		animation: fadeIn 3.2s ease 0.8s 1 normal;
		animation-fill-mode: forwards;
	}
	.top .maru03{
		width: 280px;
		top: 530px;
		right: -110px;
		z-index: 999;
		animation: fadeIn 3.2s ease 2.2s 1 normal;
		animation-fill-mode: forwards;
	}
	.top_kogei .col2_r::before{
		background-size:130px;
		top: 10px;
		background-image: url('/wp-content/uploads/2025/04/accepting_taiken.png');
	}
	@keyframes fadeIn { 
  0% {
	  opacity: 0;
  }
  100% {
	  opacity: 1;
        transform: translate(0);
	   }
	}
	.top .col2{
		margin: 80px 0 0;
		position: relative;
	}
	.top .col2_l{
		width: 600px;
		position: absolute;
		top:0;
		left: -40px;
	}
	.top .col2_l h3{
		top:0;
		font-size: 26px;
	}
	.top .col2_l img{
		position: relative;
		top:300px;
		z-index: 999;
	}
	.top .col2_r{
		width: 600px;
		margin-left: 500px;
		position:relative;
	}
	.top .col2_r h4{
		font-size: 20px;
	}
	.top .col2_r .btn{
		position: absolute;
		right: 20px;
	}
}
.taiken_apply .content-wrap{
	padding: 5% 0%;
}
 table.pre, scrollable-table table.pre{
	margin-bottom: 10%!important;
}
.taiken h3{
	border-bottom: 3px dotted #fff;
}
.top_kogei ul{
	width: 60%;
	margin: 0 auto 3%;
	display: flex;
}
@media screen and (min-width: 550px){
	.taiken h3{
		padding: 20px;
	}
	.class p{
		margin-bottom: 20px;
	}
	.taiken .btn{
		margin-top: 20px;
	}
	.top_kogei ul{
		width: 50%;
	}
}
@media screen and (min-width: 1024px){
	table.pre, scrollable-table table.pre{
		margin-bottom: 0px!important;
	}
	.class p{
		margin-bottom: 40px;
	}
	.taiken .col2 img{
		max-width: 500px;
	}
	.top_kogei ul{
		width: 60%;
	}
}