@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@media screen and (max-width: 767px){
	.pc {
		display:none !important;
	}
	img.br.sp {
		display: block !important;
		visibility: hidden;
		height: 0;
		width: 0;
	}
}

@media screen and (min-width: 768px){
	.sp {
		display:none !important;
	}
}


@media screen and (max-width: 1150px){
	.pc2 {
		display:none !important;
	}
}

@media screen and (min-width: 1151px){
	.sp2 {
		display:none !important;
	}
}

.contact_txt {
	display: none!important;
}
header#header {
	margin-bottom: 8px;
}

:root {
	--key-color-1: #3a791d;
	--key-color-2: #295515;
}

body {
	background-image: linear-gradient(348deg, rgb(233, 250, 240) 65%, rgb(168, 240, 182));
}
.container {
	position: relative;
}
.wrap {
	max-width: 1182px;
	width: 96%;
}

a > img:hover {
	opacity: 0.7;
}

/* 文章装飾 */
img {
  vertical-align: middle;
  border-style: none;
}

@media screen and (max-width: 834px){
  .entry-content {
	padding-bottom: 1em;
  }
  .entry-content img.alignright {
    max-width: 25%;
  }
  .entry-content img.alignleft {
    max-width: 25%;
  }
}

main#main a {
  text-decoration: none;
}
main#main p {
	margin-bottom: 0.25em;
}
main#main h1 {
	font-size: 2.5rem;
	font-weight: normal;
	margin: 0;
}
main#main h2:not(.top_h_title) {
	border-top: 2px solid var(--key-color-1);
	padding: 0.6em 0 0.5em 0.4em;
	position: relative;
 	background: 0 0;
	border-left: none;
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-size: 1.6rem;
	font-weight: normal;
}
/* main#main h2:not(.top_h_title):before {
	content:"";
	position:absolute;
	bottom:-24px;
	left:50%;
	margin-left:-12px;
	border:12px solid transparent;
	border-top:12px solid #fff;
	z-index:2;
	text-align:center
}
main#main h2:not(.top_h_title):after {
	content:"";
	position:absolute;
	bottom:-28px;
	left:50%;
	margin-left:-14px;
	border:14px solid transparent;
	border-top:14px solid #ddd;
	z-index:1
}*/

/* main#main h3 {
	font-size: 1.6rem;
	border-bottom: none;
	border-left: 2px solid var(--key-color-1);
	padding: .2em .2em .2em .6em;
	font-weight: normal;
}*/
main#main h3 {
	margin-top: 1em;
	margin-bottom: 0.6em;
}
main#main h4 {
	font-size: 1.5rem;
	font-weight: normal;
	padding: 10px 1px 8px 5px;
	margin: 0.5em 0 0.7em;
	border-bottom: 3px dotted var(--key-color-1);
	border-top: 3px dotted var(--key-color-1);
	color: #0c4f1c;
}
main#main h4 a {
	color: #0c4f1c;
}
main#main h4 a:hover {
	color: #0c4f1c9e;
}
main#main h5 {
}
main#main h6 {
	margin: 1em 0 0.5em 0 !important;
}

main#main hr {
	padding-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

/*main#main ul li {
	margin-bottom: 0.8em;
}*/

main#main blockquote {
	border: 5px solid #eee;
	background-color: #fcfcfc;
	position: relative;
	font-size: 16px;
	margin: 0;
}


@media screen and (max-width: 834px){
	main.main {
		font-size: 2.85vw;
	}
	main#main h1 {
		font-size: 4.4vw !important;
	}
	main#main h2 {
		font-size: 4vw;
	}
	main#main h3 {
		font-size: 3.6vw;
	}
	main#main h4 {
		font-size: 3.6vw;
	}
	main#main h5 {
		font-size: 4vw;
	}
	main#main blockquote {
		font-size: 2.85vw;
	}
	main#main p {
		font-size: 2.85vw;
	}
	
	table, table th, table td {
		font-size: 2.85vw;
	}
}
@media screen and (max-width: 640px){
	main.main {
		font-size: 3.8vw;
	}
	main#main blockquote {
		font-size: 3.8vw;
	}
	main#main p {
		font-size: 3.8vw;
	}
	
	table, table th, table td {
		font-size: 3.8vw;
	}
}



/* フェードインフェードアウト */
@keyframes flickerAnimation { /* flame pulses */
  0%   { opacity:1; }
  33%  { opacity:0.3; }
  66%  { opacity:1; }
  100% { opacity:1; }
}
.animate-flicker {
    opacity:1;  
    animation: flickerAnimation 6s infinite;
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  33%  { opacity:0.3; }
  66%  { opacity:1; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  33%  { opacity:0.3; }
  66%  { opacity:1; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  33%  { opacity:0.3; }
  66%  { opacity:1; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  33%  { opacity:0.3; }
  66%  { opacity:1; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 6s infinite;
   -moz-animation: flickerAnimation 6s infinite;
   -o-animation: flickerAnimation 6s infinite;
    animation: flickerAnimation 6s infinite;
}


.pdf:after {
	content: url('');
	background-image: url('https://kusanomi.jp/cidwp/wp-content/uploads/2024/02/pdf_icon.png');
	display: inline-block;
	height: 1.25em;
	width: 1.25em;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: bottom;
	margin: 0 0 0 0.25em;
}
.fade:hover {
	opacity: 0.7;
}

.white_table {
	width: 100%!important;
	padding: 0;
	margin: 0!important;
}
.white_table tr, .white_table td {
	border: none!important;
	background-color: transparent!important;
	padding: 0;
}

@media screen and (max-width: 767px) {
  .sp_vertical_table {
    
  }
  .sp_vertical_table > tbody > tr > td  {
    display: block!important;
    width: 100%!important;
  }
  .sp_vertical_table tr:nth-of-type(2n+1) {
  }
  .sp_vertical_table tr:nth-of-type(2n) {
  }
  .sp_vertical_table > tbody > tr > td:nth-of-type(1) {
    font-weight: bold;
    font-size: 19px!important;
  }
  .sp_vertical_table > tbody > tr > td:nth-of-type(2) {
    font-size: 16px!important;
  }
  .sp_vertical_table th, .sp_vertical_table td {
    line-height: inherit!important;
  }
}


.table_color_1 tr:nth-of-type(2n) {
	background-color: #f0efda;
}
.table_color_1 tr:nth-of-type(2n+1) {
	background-color: transparent;
}

.table_color_1_r tr:nth-of-type(2n) {
	background-color: transparent;
}
.table_color_1_r tr:nth-of-type(2n+1) {
	background-color: #f0efda;
}

@media screen and (max-width: 767px) {
  .table_color_1 tr:nth-of-type(2n+1) {
    background-color: transparent!important;
  }
  .table_color_1 tr:nth-of-type(2n) {
    background-color: transparent!important;
  }
  .table_color_1 > tbody > tr > td:nth-of-type(1) {
    background-color: #f0efda !important;
  }
  .table_color_1 > tbody > tr > td:nth-of-type(2) {
    background-color: transparent!important;
  }
	
  .table_color_1_r tr:nth-of-type(2n+1) {
    background-color: transparent!important;
  }
  .table_color_1 tr:nth-of-type(2n) {
    background-color: transparent!important;
  }
  .table_color_1_r > tbody > tr > td:nth-of-type(1) {
    background-color: transparent !important;
  }
  .table_color_1_r > tbody > tr > td:nth-of-type(2) {
    background-color: #f0efda !important;
  }
}

.table_color_2 tr:nth-of-type(2n) {
	background-color: #ebffe6;
}
.table_color_2 tr:nth-of-type(2n+1) {
	background-color: transparent;
}

.table_color_2_r tr:nth-of-type(2n) {
	background-color: transparent;
}
.table_color_2_r tr:nth-of-type(2n+1) {
	background-color: #ebffe6;
}

@media screen and (max-width: 767px) {
  .table_color_2 tr:nth-of-type(2n+1) {
    background-color: transparent!important;
  }
  .table_color_2 tr:nth-of-type(2n) {
    background-color: transparent!important;
  }
  .table_color_2 > tbody > tr > td:nth-of-type(1) {
    background-color: #ebffe6 !important;
  }
  .table_color_2 > tbody > tr > td:nth-of-type(2) {
    background-color: transparent!important;
  }
	
  .table_color_2_r tr:nth-of-type(2n+1) {
    background-color: transparent!important;
  }
  .table_color_2 tr:nth-of-type(2n) {
    background-color: transparent!important;
  }
  .table_color_2_r > tbody > tr > td:nth-of-type(1) {
    background-color: transparent !important;
  }
  .table_color_2_r > tbody > tr > td:nth-of-type(2) {
    background-color: #ebffe6 !important;
  }
}


/* ヘッダー */

div#container > div#content {
	margin-top: 0;
}
main.main {
	padding-top: 0;
	padding-bottom: 0;
}

#header-container #header-container-in {
	position: relative;
}
#header-container #header-container-in.header-container-in2 {
	min-height: auto;
	margin-top: 0;
}
#header-container #header-container-in #description {
	font-size: 12px;
	margin: 0 16px;
	padding: 0 1em;
}
.header-container {
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	position: relative;
	z-index: 3;
}
@media screen and (min-width: 1024px){
	.header-container2 {
		box-shadow: none;
	}
}
.header-container2 {
	background-color: transparent;
	background-color: #fff;
	position: relative;
	z-index: 3;
}
.logo-header img {
	max-height: none !important;
}

.header-container-in.hlt-top-menu {
	flex-direction: column;
	align-items: normal;
}

.header-container-in.hlt-top-menu .logo-header {
	max-height: none !important;
	text-align: left;
}
.header-container-in.hlt-top-menu .site-name-text-link {
	display: inline-block;
}
.header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
	display: inline-flex;
	text-align: left;
}
header#header {
	margin-top: auto;
}
header#header {
	display: none;
}
header#header.header2 {
	display: block;
	margin-top: 0;
}
.header-in {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: start;
	text-align: center;
}
.header-in .siteHeader_sub {
	text-align: left;
	display: inline-flex;
	margin-left: auto;
	padding: 0 0 0 1em;
	max-width: 100%;
	flex-flow: column;
}
@media (max-width:441px) {
	.header-in .siteHeader_sub {
		display: block;
		padding-top: 0.5em;
		padding-bottom: 1em;
	}
	.siteHeader_sub .contact_txt {
		margin: 0 auto;
	}
	.siteHeader_sub .contact_btn {
		padding-left: 0 !important;
		margin: 0 auto;
	}
}

.siteHeader_sub table tr, .siteHeader_sub table td {
	border: none;
	background-color: transparent;
}

.contact_txt {
	display: block;
	background-color: #fff;
	border: 3px solid #d0d293;
	padding: 1vw 1vw 1vw 1.7vw;
	box-sizing: border-box;
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 6px 0;
}
.contact_txt > tbody > tr {
	padding: 0;
}
.contact_txt > tbody > tr > td {
	padding: 0;
}

.siteHeader_sub .contact_txt_tel {
	font-size: 36px;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 1em;
	white-space: nowrap;
}
.siteHeader_sub .contact_txt_tel2 {
	font-size: 20px!important;
}
.veu_color_txt_key {
  color: var(--key-color-1);
}
.fa-phone-square::before, .fa-square-phone::before {
  content: "\f098";
}
.siteHeader_sub .contact_txt_tel_icon {
  margin-right: .3rem;
}
.siteHeader_sub .contact_txt_catch, .siteHeader_sub .contact_txt_time {
	font-size: 14px;
	margin-top: 0;
	padding-top: 0;
}
.siteHeader_sub .contact_txt_time {
	line-height: 1.35;
	padding: 0.25em 0;
}
.siteHeader_sub .contact_btn {
  display: flex;
  padding-left: 0.1em;
  justify-content: left;
  align-items: center;
}
.siteHeader_sub .contact_btn a {
  height: auto;
  display: block;
  box-sizing: border-box;
  align-items: center;
  padding: .8em 1.5em;
  margin: 2px 0 2px;
  font-size: 14px;
  text-align: center;
}
.wp-block-search__button, .btn-primary {
  background-color: var(--key-color-1) !important;
  border-color: var(--key-color-2) !important;
}
.btn {
  white-space: normal;
}
.btn-primary {
  color: #fff !important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	white-space: nowrap;
}

.siteHeader_sub .contact_btn a i, .siteHeader_sub .contact_btn a svg {
  margin-right: 7px;
}
@media screen and (max-width: 1181px) {
	.siteHeader_sub .contact_txt_catch, .siteHeader_sub .contact_txt_time {
		font-size: 13px;
	}
	.siteHeader_sub .contact_txt_tel {
		font-size: 32px;
	}
	.siteHeader_sub .contact_txt_tel2 {
		font-size: 17px !important;
	}
}
.search-menu-button {
	display: none;
}


/* メニュー */

nav.navi {
	margin-top: auto;
}
.navi-in a {
	font-size: 18px;
	font-weight: bold;
	padding: 0.25em 0.2em;
	transition: none!important;
}
.navi-in > ul {
	justify-content: center !important;
	flex-wrap: initial;
	max-width: 100%;
	margin: 0 auto;
}
.navi-in ul > li > a:hover {
	transition: all .5s ease-out;
	background-color: #e9faf0!important;
}
body.home .navi-in > ul > li:nth-of-type(1) > a {

}
.navi-in > ul > li.current_page_item > a {
  transition: all .5s ease-out;
  background-color: #e9faf0;
}
.hlt-tm-small .navi-in > ul > li, .cl-slim .navi-in > ul li {
	height: auto;
}

.navi-in > ul > li > a > .caption-wrap {
	padding: 0.2em 0;
}
.navi-in > ul li .item-label {
	line-height: 110%;
	display: block;
	padding: 0.55em 0 0.5em 0;
	letter-spacing: 0.01em;
}
.navi-in > ul:not(.sub-menu) > li > a > .caption-wrap > .item-label:before {
	content: '';
	display: inline-block;
	width: 1.3em;
	height: 1em;
	background-image: url('https://kusanomi.jp/cidwp/wp-content/uploads/2024/01/24538393.png');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 0.1em;
	margin-left: -1em;
	background-position: 0 -0.08em;
}
.navi-in > ul li .item-label span {
  color: #e26363;
  display: block;
  font-size: 10px;
  opacity: 0.6;
  transform: scale(1.05, 1);
}
.navi-in .has-icon {
	top: 0.7em;
}



@media screen and (max-width: 1170px){
	.navi-in a {
		font-size: 13px;
	}
	.siteHeader_sub .contact_btn {
		padding-left: 1em;
	}
	#navi .navi-in > ul > li {
		border:1px solid #d9d9d9;
		margin-left: -1px;
		margin-bottom: 3px;
	}
	.navi-in .has-icon {
		top: 0.15em;
	}
}




/* SPメニュー */
.logo-menu-button {
	visibility: hidden;
}

@media screen and (max-width: 1070px) {
	.navi-in .menu-pc {
    	display: flex!important;
		flex-wrap: wrap!important;
		justify-content: right !important;
	}
}
@media screen and (max-width: 834px) {
	.navi-in a {
		font-size: 2.7vw;
	}
	#navi .navi-in > ul > li {
		width: 33.3%;
		box-sizing: border-box;
	}
	.navi-in > ul li .item-label {
		padding: 3.5vw 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.navi-in > ul li .top-has-sub {
		display: none;
	}
	.navi-in > ul .sub-menu {
		display: none !important;
	}
}



/* スライドショー */

.bxslider {
	padding: 0;
	margin: 0;
}
.bx-wrapper img {
	aspect-ratio: 1600 / 480;
	object-fit: cover;
	object-position: center;
	height: 355px;
}
.bx-wrapper .bx-prev {
	left: 0!important;
}
.bx-wrapper .bx-next {
	right: 0!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 30px!important;
	height: 3px!important;
}
.bx-wrapper .bx-pager {
	bottom: 4% !important;
	line-height: 0;
}


.bxslider li {
	position: relative;
	list-style: none;
}
.bxslider li .slide_text {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) translateX(0);
	width: 100%;
}
.bxslider li .slide_text #slide_text_sub {
	max-width: 1080px;
	margin: 0 auto;
}
.bxslider li .slide_text #slide_text_sub > div:nth-of-type(1) {
	font-size: calc(1.313rem + .7vw);
	line-height: 140%;
	margin: 0 0 2% 0;
}
.bxslider li .slide_text #slide_text_sub > div:nth-of-type(2) {
	font-size: 1.22vw;
	line-height: 165%;
}
@media screen and (max-width: 850px){
	.bxslider li .slide_text #slide_text_sub > div:nth-of-type(1) {
		font-size: 3vw;
		margin: 0 0 1.1% 0;
		line-height: 125%;
	}
	.bxslider li .slide_text #slide_text_sub > div:nth-of-type(2) {
		font-size: 1.7vw;
		line-height: 150%;
	}
	.bx-wrapper .imgBox {
		overflow: hidden;
	}
	.bx-wrapper img {
		margin: -40px 0;
	}
}
@media screen and (max-width: 1170px){
	.bxslider li .slide_text #slide_text_sub {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.bx-wrapper .bx-prev {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -12px !important;
	margin-left: 1% !important;
	opacity: 0.5 !important;
}
.bx-wrapper .bx-prev:hover {
	opacity: 0.9 !important;
}
.bx-wrapper .bx-next {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -12px !important;
	margin-right: 1% !important;
	opacity: 0.5 !important;
}
.bx-wrapper .bx-next:hover {
	opacity: 0.9 !important;
}



/* コンテンツ内ヘッダー */

body.home .article-header {
	display: none;
}

header.article-header {
	position: relative;
}
header.article-header h1.entry-title {
	position: relative;
	z-index: 2;
	font-size: 1.75rem !important;
	line-height: 1.1;
	width: 100%;
	text-align: left;
	margin: 0.6em 0 0.5em 0 !important;
	padding: 0.5em 0.5em 0.5em 0.75em;
	background-color: #ddffe5;
	font-weight: 500 !important;
	color: #082d20;
}


body.page .date-tags {
	display: none;
}

div.eye-catch-wrap {
	display: inline-block;
	width: 100%;
}
div.eye-catch-wrap figure.eye-catch {
	display: inline-block;
}
div.eye-catch-wrap.display-none {
	background-color: #fee;
}
div.eye-catch-wrap.display-none figure.eye-catch {
	visibility: hidden;
}

@media screen and (min-width: 851px){
	header.entry-header div.eye-catch-wrap figure.eye-catch img {
		height: 200px;
		object-fit: cover;
		object-position: right center;
	}
}
@media screen and (max-width: 850px){
	header.entry-header div.eye-catch-wrap figure.eye-catch img {
		height: 100px;
		object-fit: cover;
		object-position: right center;
	}
	main#main div#breadcrumb {
		font-size: 12px;
	}
}

div.eye-catch-wrap.display-none {
	background-image: none;
	background-size: 104% auto;
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent !important;
	display: none;
}

.pager-post-navi a figure {
	display: none;
}


/* フッター */

.footer {
	padding: 0;
	background-color: transparent;
}
.footer-bottom {
	padding: 0;
}
.copyright {
	margin-top: 0;
	padding-top: 2.4em;
	padding-bottom: 2.4em;
	display: block;
	font-size: 12px;
}
#footer-in {
	width: 100%;
}

/* フッターメニュー */
.navi-footer-in > .menu-footer {
	border-top: 1px solid var(--cocoon-thin-color);
	border-bottom: 1px solid var(--cocoon-thin-color);
	padding: 10px 0;
}
.footer-bottom .menu-footer li a {
	padding: 0 1em;
	transition: none!important;
}
#navi-footer-in .menu-footer li a:hover {
	text-decoration: underline;
	color: var(--key-color-1);
}




/* ムービー */
.video{
	text-align: center;
	width:100%;
	padding-bottom: 56.25%;
	height:0px;
	position: relative;
}
.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
}

/* facebook */
#facebook_box {
	border: solid 2px #d0d0d0;
	padding: 0 1.0em 1.0em 1.0em;
	max-width: 510px;
	margin: 0 auto !important;
	margin-bottom: 200px !important;
}
#facebook_resize {
	transform-origin:50% 0%;
	transform: scale(1.2, 1.2);
	margin: 0 -50px 0 0;
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 740px) {
	#facebook_resize {
		transform-origin:50% 0%;
		transform: scale(0.9, 0.9);
		width: 96%;
	}
}
@media screen and (max-width: 576px) {
	#facebook_link {
		text-align: center;
	}
	#facebook_resize {
		transform: none;
		width: 100%;
	}
}


/* アコーディオンリスト */
.accordion_list_layout .accordion_one_layout {
	margin: 0 0 2em 0;
	border: 1px solid #ccc;
}
.accordion_one_layout .accordion_one_layout_sub {
	border-bottom: 1px solid #f0f0f0;
}
.accordion_list_layout .accordion_one_layout .accordion_title {
  padding: 0.6em 0.5em 0.5em 0.85em;
  background: #f0f0f0;
  color: #333;
  font-size: 0.9em !important;
  position: relative;
  cursor: pointer;
  min-height: 20px;
  line-height: 20px;
  font-weight: bold;
  font-size: 13px;
}
.accordion_list_layout .accordion_one_layout .accordion_content {
	
}
.accordion_list_layout .accordion_one_layout .accordion_content_sub {
	  padding: 0.5em;
}

.accordion_list_layout .accordion_one_layout .toggle {
	display: none;
}
.accordion_list_layout .accordion_one_layout .accordion_title {
	display: block;
}
.accordion_list_layout .accordion_one_layout .accordion_title::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #888;
	border-right: 2px solid #888;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.accordion_list_layout .accordion_one_layout .accordion_title, .accordion_list_layout .accordion_one_layout .accordion_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accordion_list_layout .accordion_one_layout .accordion_content {
	height: 0;
	overflow: hidden;
}
.toggle:checked + .accordion_title + .accordion_content {
	height: auto;
	transition: all .3s;
}
.toggle:checked + .accordion_title::before {
	transform: rotate(-45deg) !important;
}


/* フォーム */

form .send_btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	color: #fff;
	background-color: var(--key-color-1);
  border: 1px solid var(--key-color-2);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	white-space: nowrap;
	width: auto !important;
	padding: 0.4em 0.9em 0.4em 0.9em !important;
}


/* お知らせ */

body.home .new-entry-card-date {
  display: block;
}
body.home .new-entry-card-update-date {
  display: none;
}
body.home .new-entry-cards .new-entry-card-thumb {
  margin-top: 0;
}
body.home .new-entry-cards .new-entry-card-thumb img {
  display: none;
}
body.home .new-entry-card-content {
  margin-left: 0;
}

body.home .new-entry-cards {
  margin: 5px auto 0 auto;
  padding: 0 35px;
  box-sizing: border-box;
}

body.home .new-entry-card-content {
  display: flex;
  flex-direction: column;
  padding: 0.5em 0.2em 0.5em 0.2em;
  box-sizing: border-box;
}
body.home .new-entry-card-date {
  order: -1;
  font-size: 17px;
}
body.home .new-entry-card-title {
  font-weight: bold;
  padding: 0.3em 0 0.1em 0;
}
body.home .widget-entry-card-snippet {
  font-size: 14px;
}


body:not(.home) main.main {
  border-radius: 0 0 7px 7px;
}
body.home .sidebar {
  border-radius: 7px;
}
body:not(.home) .sidebar {
  border-radius: 0 0 7px 7px;
}
@media screen and (max-width: 1023px){
	.sidebar > aside > div {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}



/* 上部ボタン */
.top_banner {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 7px 0;
	line-height: 1;
}
.top_banner2 {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 5px 0;
	line-height: 1;
}
.top_banner > tbody {
	text-align: right;
	font-size: 0;
}
.top_banner > tbody > tr {
	display: inline-block;
}
.top_banner > tbody > tr > td {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}
.top_banner > tbody > tr > td:last-of-type {
	margin-right: 0;
}
.top_banner2 > tbody {
	text-align: right;
	font-size: 0;
}
.top_banner2 > tbody > tr {
	display: inline-block;
	background-color: transparent;
}
.top_banner2 > tbody > tr > td {
	display: inline-block;
	padding: 0;
	margin: 3px 0 0 0;
}
.toppage_bottom_layout {
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	pointer-events: none;
}
.banner_btn {
	font-size: 20px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 12px 10px 12px 10px;
    text-decoration: none;
    color: #FFA000;
    background: #fff1da;
    transition: .4s;
}
.banner_btn:hover {
    background: #ffc25c;
    color: #FFF;
}

.banner_btn2 {
	font-size: 20px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 12px 10px 12px 10px;
    text-decoration: none;
    color: #686868;
    background: #ececec;
    transition: .4s;
	pointer-events: all;
}
.banner_btn2:hover {
    background: #686868;
    color: #FFF;
}
@media screen and (max-width: 1340px) {
	.toppage_bottom_layout {
		padding-right: 0;
		position: relative;
		padding: 2vw 4vw 0 0 !important;
    	position: relative;
	}
	#custom_html-3 {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 1181px) {
	.banner_btn {
		font-size: 17px;
	}
	.toppage_bottom_layout {
		width: 100%;
		padding-right: 80px;
	}
}

/* 右メニュー */
a.sidebar_button3 {
  display: block;
  text-decoration: none;
  background: #1dae7e;
  color: #fff;
  line-height: 130%;
  text-align: center;
  border-radius: 3px;
  box-shadow: 1px 2px 4px #16805d;
  padding: 0.6em 0;
  font-size: 16px;
  font-weight: bold;
}

a.sidebar_button3:hover {
  background: #27e6a6;
  color: #fff;
}
a.sidebar_button3:active{
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}
@media screen and (max-width: 969px) {
  a.sidebar_button3 {
    font-size: 3.4vw!important;
  }
  a.sidebar_button {
    font-size: 3.4vw!important;
    height: auto!important;
    padding: 1vw 0;
  }
}
a#sidebar_button2{
  margin-top: 10px;
}
a.sidebar_button{
  display: block;
  height: 35px;
  text-decoration: none;
  background: #ed8f23;
  color: #fff;
  line-height: 37px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 1px 2px 4px #d4842c;
  font-size: 16px;
}

a.sidebar_button:hover {
  background: #f4a460;
}
a.sidebar_button:active{
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}
@media screen and (max-width: 1023px) {
  .sidebar {
    display: block!important;
  }
}


/* イベントページ */
.information_listitem .all_contents_layout {
  display: flex;
}
.information_listitem .all_contents_layout .thumbnail_layout {
  width: 200px;
}
.information_listitem .all_contents_layout .thumbnail_layout img {
  width: 100%;
  height: auto;
  margin-top: 13px;
}
.information_listitem .all_contents_layout .content_layout {
  flex: 1;
  padding: 0 0.5em 0 1.0em;
  box-sizing: border-box;
  overflow: auto;
}
.information_listitem .all_contents_layout .content_layout a:hover {
	opacity: 0.7;
}

.information_listitem .all_contents_layout .event_item {
	display: flex;
	line-height: 1.4;
	padding: 0.4em 0;
}
.information_listitem .all_contents_layout .event_item p {
  margin: 0!important;
  padding: 0!important;
}
.information_listitem .all_contents_layout .event_item > div:nth-of-type(1) {
  width: 4.2em;
}
.information_listitem .all_contents_layout .event_item.recruit_item > div:nth-of-type(1) {
  width: 6.2em;
}
.information_listitem .all_contents_layout .event_item > div:nth-of-type(1).etc_item {
  width: 100%;
}
.information_listitem .all_contents_layout .event_item > div:nth-of-type(2) {
  flex: 1;
}

@media screen and (max-width: 834px){
	.information_listitem .all_contents_layout {
		flex-direction: column;
	}
	.information_listitem .all_contents_layout .thumbnail_layout {
		order: 1;
		width: 25%;
	}
	.information_listitem .all_contents_layout .content_layout {
		order: 2;
		padding: 0.75em 0 0 0;
	}
	.information_listitem .all_contents_layout .thumbnail_layout img {
		margin-top: 0;
	}
	.information_listitem h4 {
		font-size: 4.1vw!important;
	}
}


body.single-events .entry-content {
	display: none;
}
body.single-events header .entry-title {
	display: none;
}
body.single-events header .eye-catch-wrap {
	display: none;
}
body.single-events header .date-tags {
	margin-top: 1em;
}


#application_link {
  text-align: center;
  margin: 1em 0 1.5em 0;
}
#application_link a.application_btn {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 0.6rem 1.75rem;
	font-weight: bold;
	border: 2px solid #33860c;
	background-color: #33860c;
	color: #fff;
	border-radius: 2em;
	transition: 0.5s;
}
#application_link:not(.applicationclose,.applicationend) a.application_btn:hover {
	color: #33860c;
	background-color: #fff;
}

#application_link.applicationclose a.application_btn, #application_link.applicationend a.application_btn {
	border: 2px solid #6c8460;
	background-color: #6c8460;
	pointer-events: none;
}
#applicationclose_text {
	display: block;
	margin: 0.5em 0 0 0;
}



/* イベントページの申込 */
.close_label {
	color: #ff0000;
}




/* お知らせ */
.widget_recent_entries > ul > li {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #dbdbdb;
}
.widget_recent_entries > ul > li > * {
	order: 2;
}
.widget_recent_entries > ul > li > .post-date {
	order: 1;
	margin-top: 5px;
}
.widget_recent_entries ul li a {
	font-size: 16px;
	line-height: 1.5;
	margin: -5px 0 5px 0;
	padding: 3px 4px;
}
#info_all_link {
	text-align: right;
	margin: 0 0.3em 0 0;
}
@media screen and (max-width: 834px){
	.widget_recent_entries > ul > li > .post-date {
		font-size: 3.9vw!important;
	}
	.widget_recent_entries ul li a {
		font-size: 4.3vw!important;
		padding: 1.3vw 4px;
	}
	.widget_recent_entries ul {
		padding: 0 1vw 0 1vw;
	}
	#info_all_link {
		font-size: 3.9vw!important;
		padding-bottom: 1em;
	}
}


/* ポリシーリンク */
.bottom_policylink {
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	pointer-events: none;
	margin-left: 20px;
}
.bottom_policylink > table {
	font-size: 12px;
	margin-bottom: 2.4em;
}
.bottom_policylink > table > tbody {
	text-align: left;
	font-size: 0;
}
.bottom_policylink > table > tbody > tr {
	display: inline-block;
	background-color: transparent;
}
.bottom_policylink > table > tbody > tr > td {
	display: inline-block;
	padding: 0;
	margin: 3px 0 0 0;
	border: none;
}
.bottom_policylink a {
	pointer-events: all;
	font-size: 14px;
	color: var(--cocoon-text-color);
	text-decoration: none;
}
.bottom_policylink a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1181px) {
	.bottom_policylink {
		position: relative;
	}
	.bottom_policylink > table {
		margin-bottom: 0;
	}
	#custom_html-8 {
		margin-bottom: 0;
	}
	.content-bottom {
		margin-bottom: 0;
	}
	.footer {
		margin-top: 0;
	}
	.footer-bottom {
		margin-top: 0;
	}
	.copyright {
		padding-top: 0.4em;
	}
}
@media screen and (max-width: 834px){
	.bottom_policylink {
		margin-left: 0;
	}
	.bottom_policylink > table > tbody {
		text-align: center;
	}
}


/* お知らせページ内部 */
body.single-post main.main {
	min-height: 600px;
}
body.single-post .post-update {
	display: none;
}
body.single-post main.main .entry-content {
	padding: 2em 1em 2em 1em;
	box-sizing: border-box;
}




/* フォーム */
#payment_show1 #item2 {
	display: flex;
	flex-flow: column;
}
#payment_show1 #item2 .horizontal-item {
	margin-left: 0;
}
@media screen and (max-width: 1150px){
	#ticket_show1 #item2 {
		display: flex;
		flex-flow: column;
	}
	#ticket_show1 #item2 .horizontal-item {
		margin-left: 0;
	}
	#parent_price_layout {
		display: block!important;
	}
	#parent_price_layout > div {
		display: inline-block;
	}
}


/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
		display: block !important;
  		margin: 10px auto;
  		text-align: center;
	}
	
	.header-in {
		display: block;
	}
	.header-in .siteHeader_sub {

	}
	.contact_txt {
		display: inline-flex;
		width: auto;
	}
	.top_banner {
		display: inline-flex;
		width: auto;
	}
	.top_banner > tbody {
		display: block;
		width: 100%;
	}
	.top_banner > tbody > tr {
		width: 100%;
	}
	.top_banner > tbody > tr > td {
		text-align: center;
		width: 32%;
		margin: 0 2% 0 0;
	}
	.banner_btn {
		width: 100%;
		padding: 1.8vw 0 1.8vw 0;
	}
	.header-in .siteHeader_sub {
		display: block;
		padding: 0 0 0 0;
	}
	.header-in .siteHeader_sub > table {
		width: 94%;
    	margin-left: auto;
    	margin-right: auto;
    	display: block;
	}
	
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
		display: block !important;
  		margin: 2vw auto;
  		text-align: center;
	}
	.logo-header img {
		width: 100%;
	}
	#header .site-name-text {
		width: 100%;
	}
	.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text-link {
		padding: 0;
		width: 75%;
		margin-right: 15%;
	}
	
	.siteHeader_sub .contact_txt_catch, .siteHeader_sub .contact_txt_time {
		font-size: 2vw;
	}
	.siteHeader_sub .contact_txt_tel {
		font-size: 5vw;
	}
	.siteHeader_sub .contact_txt_tel2 {
		font-size: 3vw !important;
	}
	.siteHeader_sub .contact_btn a {
		font-size: 2.6vw;
		padding: .7em 1.5em;
		margin: 2vw 0 1vw;
	}
	.banner_btn {
		font-size: 2.4vw;
	}
}

.banner_btn br {
	display: none;
}





@media screen and (max-width: 640px){
  /*必要ならばここにコードを書く*/
	.header-in .siteHeader_sub {
		margin-top: 1em;
	}
	.banner_btn {
		font-size: 4.2vw;
		line-height: 1.25;
	}
	.banner_btn br {
		display: inline;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
