@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 共通CSS==============================↓↓↓↓↓↓↓↓↓↓*/
:root{
	--color_text_light: #555;
}


/* 共通 - 汎用class */
.d-none { 
	display: none !important; 
}

@media (min-width: 960px) {
	.br-pc-none {
		display: none;
	}
	.disp_pc_none { 
		display: none !important; 
	}
}
@media (max-width: 959px) {
	.disp_sp_none { 
		display: none !important; 
	}
}

/* 下層ページ - コンテンツ上下余白 */
@media (min-width: 600px) {
	.page-child .l-content {
		padding-top: 6rem;
		margin: 0 auto 8rem;
	}
}

/* ボタン */
.is-style-btn_line a {
    background: #FFF;
	font-weight:bold;
    border: var(--color_main) 2px solid;
    color: var(--color_text_light);
    position: relative;
    transition: background-color .25s;
}
.swell-block-button .__icon.-right{
	position: absolute;
    right: 1em;
}
.post_content>*{
	margin-bottom:0px;
}

[class*=is-style-btn_] {
    --the-padding: 1em 2.5em!important;
}
.swell-block-button__link{
	padding:1em 2.5em!important;
}

.is-style-more_btn {
	--the-padding: 1.25rem 3em;
}

@media (min-width: 960px) {
	.swell-block-button__link{
		padding:1.25em 2.5em!important;
	}
}



/* リスト 丸数字 */
.is-style-num_circle>li{
	margin-bottom: 2em;
	padding-bottom: 2em;
}

/* リスト 目次 */
.-list-under-dashed>li,
.border_bottom>li {
	margin-bottom: 2em;
	padding-bottom: 2em;
}

/* テーブル */
.wp-block-table td, .wp-block-table th{
	vertical-align:middle;
}
.wp-block-table th{
	padding: 1em .75em;
	font-size:1em;
}
.wp-block-table td{
	padding: .75em .75em;
	font-size:1em;
}

.post_content thead td,
.post_content thead th{
	background-color: #F5F5F5;
	color: var(--color_text);
}

/* h2タイトル 下層ページ */
.box_ttl_h2 {
    position: relative;
	margin:6rem 0 3rem 0!important;
	line-height: 0;
	margin-left: var(--swl-h2-margin--x, 0)!important;
    margin-right: var(--swl-h2-margin--x, 0)!important;
}
.box_ttl_h2:first-child {
	margin:0rem var(--swl-h2-margin--x, 0) 2.5rem var(--swl-h2-margin--x, 0)!important;
}
.ttl_h2 {
	clear: both;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0.5rem 1.5rem 0.5rem calc(1.5rem + 0.6rem);
	background-color: #FFF;
	font-size: 1.5rem!important;
	line-height: 1.2;
}
.ttl_h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0.6rem;
	height: 100%;
	background-color: var(--color_main);
}
.box_ttl_h2::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 0.1rem;
	border-top: 0.1rem solid var(--color_main);
}

@media screen and (min-width: 960px) {
	.box_ttl_h2:first-child {
		margin:0rem var(--swl-h2-margin--x, 0) 3.5rem var(--swl-h2-margin--x, 0)!important;
	}
	
	.ttl_h2 {
		font-size: 1.75rem!important;
	}
}

/* タイトル共通 */
.post_content h3{
	font-size: 1.2em;
}
.post_content h4{
	font-size: 1.15em;
}
@media screen and (min-width: 600px) {
	.post_content h3{
		font-size: 1.3em;
	}
	.post_content h4{
		font-size: 1.2em;
	}
}

/* h1タイトル 下層ページ */
.c-pageTitle {
    font-size: 1.5rem;
    line-height: 1.4;
	text-align:center;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.7);
	color: #555;
	border-radius: 50px;
	padding: 1rem 1rem;

}
@media (min-width: 600px) {
    .c-pageTitle {
        font-size: 2rem;
		min-width:400px;
		padding: 1rem 2rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
    }
}

/* タイトル背景画像 下層ページ */
.l-topTitleArea {
	min-height: 30vh;
}
@media (min-width: 600px) {
	.l-topTitleArea {
		min-height: 50vh;
	}
}

/*↑↑↑↑↑↑↑↑↑↑============================== 共通CSS */


/* ヘッダー==============================↓↓↓↓↓↓↓↓↓↓*/
.-series-right .l-header__inner{
	max-width:100%;
}
.l-fixHeader__inner{
	max-width:100%;
}

@media (min-width: 960px) {
	.-series .l-header__logo {
		margin-right: 24px;
		padding: 20px 0px;
	}
}

/* ↑↑↑↑↑↑↑↑↑↑============================== ヘッダー */

/* グルーバルメニュー ==============================↓↓↓↓↓↓↓↓↓↓*/
.l-header__inner{
	padding-right:0px;
}
.l-fixHeader__inner{
	padding-right:0px;
}
.c-gnav>.menu-item>a{
	font-weight:bold;
	padding: 0 15px;
}
li.about a::before {
	background-image: url(images/menu-icon-about.svg);
}
li.event a::before {
	background-image: url(images/menu-icon-event.svg);
}
li.happy a::before {
	background-image: url(images/menu-icon-happy.svg);
}
li.kyuhuhojo a::before {
	background-image: url(images/menu-icon-kyuhuhojo.svg);
}
li.nyutaikai a::before {
	background-image: url(images/menu-icon-nyutaikai.svg);
}
li.has-icon a::before {
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	margin-bottom: 0.75rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
li.menu-contact,
li.menu-dl{
	color: #FFF;
}
li.menu-contact a{
/* 	background-color: #2f9b2f; */
	background-color: #359f26; /* グリーン */
}
li.menu-dl a{
/* 	background-color: #e2447d; */
	background-color: #f275ab; /* ピンク */
}
li.menu-contact a:hover,
li.menu-dl a:hover{
	opacity:0.7;
	transition:0.75s;
}
li.menu-contact a::before{
	background-image: url(images/contact-icon-w.svg);
}
li.menu-dl a::before{
	background-image: url(images/dl-icon-w.svg);
}
li.menu-contact a::before,
li.menu-dl a::before {
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	margin-bottom: 0.75rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
li.menu-contact .ttl,
li.menu-dl .ttl {
	line-height: 1.25;
}

@media screen and (min-width: 960px) {
	.l-header .c-gnav>li>a:after {
		background: var(--color_main); /* トップページ背景がクリアなヘッダー。マウスホバー時の下線の色をメインカラーにする。 */
	}
	.c-gnav .sub-menu a{
		display: flex;
		align-items: center;
	}
	.c-gnav .sub-menu a:hover {
		background: #fff; /* デフォルトのマウスホバー時の動作を打ち消す。 */
	}
	.pc-gnav-contact {
		display: block;
	}
	.pc-gnav-contact .btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 150px;
		height: 50px;
		border: solid 1px;
		border-color: var(--color_main);
		border-radius: 50px;
		background: var(--color_main);
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		transition: .3s;
	}
	.pc-gnav-contact .btn:hover {
		background: #fff;
		color: var(--color_main);
		transition: .3s;
	}
	.c-gnav .sub-menu .mega-menu-inner a:before{
		content:none!important;
	}
	/* PCサイズのときはメガメニューを表示 */
	.has-mega-menu {
		position: initial !important; /* メガメニューの表示位置を親メニューではなく画面基準にする */
	}
	.has-mega-menu .sub-menu {
		width: 100vw;
		background: #fff;
	}
	.mega-menu > a {
		display: none !important; /* ブログパーツ直下に自動挿入されるaタグを非表示 */
	}
	.mega-menu-inner {
		max-width: 1000px;
		margin: auto;
		padding: 1.5rem 0 2.5rem;
	}
	
	.mega-menu-label {
		display: inline-block !important;
		margin-bottom: 1rem;
		padding: 0 !important;
		font-weight: 600;
		font-size: 1.5rem;
	}
	.mega-menu-label:before {
		content: "\f061";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		top: 50%;
		right: -2rem;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		color: var(--color_main);
		font-size: 1.25rem;
		transition: .3s;
	}
	.mega-menu-label:hover:before {
		transform: translate(3px, -50%);
    	-webkit-transform: translate(3px, -50%);
    	-ms-transform: translate(3px, -50%);
		transition: .3s;
	}
	ul.mega-menu-list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 1rem 1.5rem;
		list-style: none;
		padding-left: 0;
	}
	ul.mega-menu-list li {
		margin: 0;
	}
	ul.mega-menu-list li a {
		padding: 1rem !important;
		border-bottom: solid 2px #ccc;
		font-weight: 600;
		height:100%;
	}
	ul.mega-menu-list li a:after {
		content: "\f061";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		top: 50%;
		right: 0rem;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: initial;
		height: initial;
		background: none;
		color: var(--color_main);
		transition: .3s;
	}
	ul.mega-menu-list li a:hover:after {
		transform: translate(3px, -50%);
    	-webkit-transform: translate(3px, -50%);
    	-ms-transform: translate(3px, -50%);
		transition: .3s;
	}
	
	.mega-menu .menu-marker{
		background: linear-gradient(to right, #7ec6e4 40%, #f4f8f8 100%);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 100% 30%;
	}
}

/* ↑↑↑↑↑↑↑↑↑↑============================== グルーバルメニュー */

/* スマホメニュー ==============================↓↓↓↓↓↓↓↓↓↓*/
@media screen and (max-width: 959px) {
	.c-widget__title.-spmenu {
		display: none; /* デフォルトの“MENU”を非表示 */
	}
	.p-spMenu__body {
		padding-top: 2rem;
	}
	.c-submenuToggleBtn:after {
		border-radius: 50px;
	}
	.c-listMenu.c-listMenu li{
		padding-left: 10px;
		border-bottom:1px dashed var(--color_border);
	}
	.c-listMenu.c-listMenu a:hover{
		background-color: unset;
	}
	.c-listMenu.c-listMenu li:hover{
		background-color: var(--swl-color_hov_gray);
	}
	.c-listMenu.c-listMenu li > a {
		position: relative;
		padding-left: 2.5rem;
		font-weight: bold;
	}
	.c-listMenu.c-listMenu li > a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		display: block;
		width: 25px;
		height: 25px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.c-listMenu a {
		padding: 2em .5em;
		border-bottom:0px;
	}
	.sub-menu.is-opened a {
		font-weight: normal !important;
	}
	.sub-menu.is-opened a::before {
		display: none !important; /* 子メニューにアイコンが表示されないようにする */
	}
	
	.c-spnav li a::before{
		left:10px;
	}
	
	
	/* スマホメニュー - ダウンロード、お問い合わせボタン */
	.sp-menu-btn-wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
	}
	.sp-menu-btn-wrap .btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 16px;
		border-radius: 50px;
		color: #fff;
		font-weight: bold;
	}
	.sp-menu-btn-wrap .btn::before {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}
	.sp-menu-btn-wrap .btn.dl {
		background-color: #f275ab; /* ピンク */
	}
	.sp-menu-btn-wrap .btn.dl::before {
		background-image: url(images/dl-icon-w.svg);
	}
	.sp-menu-btn-wrap .btn.contact {
		background-color: #359f26; /* グリーン */
	}
	.sp-menu-btn-wrap .btn.contact::before {
		background-image: url(images/contact-icon-w.svg);
	}
}

/* ↑↑↑↑↑↑↑↑↑↑ ============================== スマホメニュー */


/* 各インデックスページメニュー ==============================↓↓↓↓↓↓↓↓↓↓*/

.indexpage_menu	.swell-block-linkList.is-style-button .swell-block-linkList__link{
	padding:1.5em 1.5em;
	text-align:left;
	font-size:1.125rem;
	font-weight:bold;
	color:#333;
	border:#c4e4eb 2px solid;
}
.indexpage_menu	.swell-block-linkList.is-style-button .swell-block-linkList__link:hover{
	background-color:#ecfafd;
}
.indexpage_menu svg:not([fill]){
	background-color:#c4e4eb;
	border-radius:50%;
	padding: 2px;
	color:#FFF;
}
/* ↑↑↑↑↑↑↑↑↑↑============================== 各インデックスページメニュー */


/* 【投稿】 - アーカイブページ==============================↓↓↓↓↓↓↓↓↓↓*/
.c-categoryList__link,
.c-tagList__link,
.c-taxList__link{
	padding: 6px 18px;
	border-radius: 20px;
	font-size:12px;
}
.c-categoryList__link[data-cat-id="1"]{
	background-color:var(--color_main);
}
.c-categoryList__link[data-cat-id="10"]{
	background-color: #dc3545!important;
}
.p-articleMetas.-top .p-articleMetas__termList{
	font-size:12px;
}
.p-postList__cat{
	padding: 6px 18px;
	border-radius: 20px;
	font-size:12px;
	color:#FFF
}
.c-pageTitle__subTitle{
	display:none;
}
.c-categoryList:before{
	display:none;
}
.icon-folder:before{
	display:none;
}

/* ↑↑↑↑↑↑↑↑↑↑ ============================== 【投稿】 - アーカイブページ */


/* メインビジュアル ==============================↓↓↓↓↓↓↓↓↓↓*/
.slider_main.top {
	background-color:#FFF;
	padding:2em 0em 2em
}
.slider_main.top .swiper-slide {
    height:calc(var(--swl-mv-height, 75vh) - var(--swl-headerH, 0px) - var(--swl-adminbarH, 0px));
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 4em;
}
.slider_main.top .swiper-slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius:20px;
}
.slider_main.top .swiper-button-prev, .slider_main.top .swiper-button-next {
	color: #fff;
	bottom: 100px;
	background: rgb(0 0 0 / 0%);
}
.slider_main.top .swiper-button-prev:after, .slider_main.top  .swiper-button-next:after {
	
}
.slider_main.top .swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1;
}
.slider_main.top .swiper-pagination {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
	margin-top:1em;
	bottom:0px;
}
.slider_main.top .swiper-bullet {
	box-shadow: none;
	cursor: pointer;
	display: flex;
	text-decoration: none;
}
.slider_main.top .swiper-bullet:before {
	background: #c3c4c7;
	border-radius: 10px;
	content: "";
	height: 10px;
	margin: 4px;
	transition: background .2s ease;
	width: 10px;
}
.slider_main.top .swiper-pagination-bullet {
	width:12px;
	height:12px;
	opacity:0.3;
}
.slider_main.top .swiper-pagination-bullet-active {
	opacity:1!important;
	background-color:var(--color_main);
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0 8px!important;
}
.swiper-button-next {
	right:20px!important;
}
.swiper-button-prev {
	left:20px!important;
}
.swiper-button-next,.swiper-button-prev {
	background-color: rgb(255, 255, 255, .8) !important;
	height: calc(var(--swiper-nav-size) * 1.0)!important;
	padding: calc(var(--swiper-nav-size) * .3) calc(var(--swiper-nav-size) * .3)!important;
	border-radius:50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
	color:#7ec6e4;
	-webkit-transform: rotate(45deg) skew(0deg, 0deg)!important;
	transform: rotate(45deg) skew(0deg, 0deg)!important;
}
.slider_main.top .swiper-slide {
	height: 100%;
}
.swiper-slide a {
	display: flex;
}
@media (max-width: 599px) {
	.swiper-slide {
		padding: 0 1rem;
	}
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
	.slider_main.top .swiper-pagination {
		margin-top: 1.5em;
	}
}

/* ↑↑↑↑↑↑↑↑↑↑ ============================== メインビジュアル */

/* 【トップページ】 ==============================↓↓↓↓↓↓↓↓↓↓*/
/* h2タイトル */
.top-h2ttl{
	border-left:solid 0px!important;
	background:none!important;
	padding: 0em!important;
}
.top-h2ttl .en{
	display: block;
	margin-left: 0.2em;
	font-size: 0.75em !important;
	color: var(--color_main);
}
.top-h2ttl .ttl{
	display: block;
	font-size: 1.2em !important;
	color: var(--color_text);
}
@media (min-width: 600px) {
	.top-h2ttl.service,
	.top-h2ttl.discount,
	.top-h2ttl.member,
	.top-h2ttl.contact,
	.top-h2ttl.linkbanner{
		text-align:center;
	}
	.top-h2ttl.about{
		margin-bottom:1em;
	}
	.top-h2ttl.news{
		margin-bottom:1em;
	}
	.top-h2ttl.service,
	.top-h2ttl.member{
		margin: 4em 0 2em;
	}
	.top-h2ttl{
		letter-spacing:0.05em;
	}
	.top-h2ttl.about .ttl{
		color:var(--color_main);
		background-color:#FFF;
		padding:20px;
		border-radius:10px;
	}
	.top-about .txt_box{
		background-color:#FFF!important;
		padding:20px;
		border-radius:10px;
	}
}
@media (max-width: 599px) {
	.top-h2ttl {
		margin-bottom: 1rem !important;
	}
	.top-h2ttl .ttl {
		font-size: 1.25em !important;
	}
	.top-h2ttl .en {
		margin-bottom: .25rem;
	}
}
.swell-block-fullWide+.swell-block-fullWide{
	margin-top: 0em;
}

/* ↑↑↑↑↑↑↑↑↑↑ ==============================【トップページ】 */

/* 【トップページ】 - 勤労者とは ==============================↓↓↓↓↓↓↓↓↓↓*/
.section-top-about img{
	border-radius: 20px;
}
.section-top-about .is-style-broken.wp-block-media-text{
	--swl-mediatext--lap: -6em;
}
.section-top-about .swell-block-columns{
	margin-bottom: 2em;
}
.section-top-about .is-style-btn_line a{
	width:100%;
}


@media (max-width: 599px) {
	.section-top-about figure {
		position: relative;
	}
	.section-top-about figure::before {
		content: ""; 
		width: 100%;
		height: 100%;
		display: block;
		background: linear-gradient(rgba(255,255,255,0) 55%, #fff 90%); /* 徐々に透明にする */
		position: absolute;
		top: 0;
		left: 0;
	}
}

/*  ↑↑↑↑↑↑↑↑↑↑ ==============================【トップページ】 - 勤労者とは */


/*【トップページ】 - お知らせ ============================== ↓↓↓↓↓↓↓↓↓↓*/
.section-top-news .swell-block-columns__inner{
	justify-content: space-between;
	margin-left:0px;
}
.section-top-news .swell-block-columns .swell-block-column{
	margin-left:0px;
}

.p-postList__cat[data-cat-id="1"] {
  background-color:var(--color_main);
	color:#FFF;
}

.p-postList__cat[data-cat-id="10"] {
  background-color: #dc3545!important;
}

/* 最新のお知らせ */
.section-top-news .p-postList.-type-simple{
	border-top: 4px dotted var(--color_main);
}
.section-top-news .-type-simple .p-postList__link {
	border-bottom: 4px dotted var(--color_main);
}
.-type-simple .p-postList__link:hover {
    background-color: #FFF;
}
.section-top-news .top-news-list .icon-posted:before{
	content:unset;
}
.section-top-news .top-news-list .icon-folder:before{
	content:unset;
}
.section-top-news .top-news-list .p-postList__meta{
	font-size:14px;
	margin: 0 0 8px;
}
.section-top-news .top-news-list .p-postList__times{
	order:2;
}
.section-top-news .top-news-list .p-postList__cat{
	order:1;
	padding: 6px 18px;
	color: #FFF;
	font-weight:bold;
	border-radius: 20px;
	min-width: 100px;
	text-align: center;
}
.section-top-news .top-news-list .p-postList__title{
	text-decoration:underline;
	font-weight:normal;
}
.section-top-news .top-news-list .is-style-more_btn a {
	border: 2px solid var(--color_main);
	border-radius:60px;
    font-weight: bold;
	box-shadow: none;
	background-color: #FFF;
	color:var(--color_text_light);
	font-size: 16px;
	padding: 1em 2.5em !important;
}
.section-top-news .top-news-list .is-style-more_btn a:hover {
	background-color: var(--color_main);
	color:#FFF;
}

@media (min-width: 960px) {
	.section-top-news .top-news-list .is-style-more_btn a{
		padding: 1.25em 2.5em !important;	
	}
}
@media (max-width: 599px) {
	.section-top-news .swell-block-columns__inner {
		justify-content: center;
	}
	.section-top-news .top-news-list .is-style-more_btn a {
		font-size: 16px;
	}
}

/* 現在の加入状況 */
.section-top-news .member-con{
	background-color:#FFF;
	border-radius: 10px;
	margin-bottom:1em;
}
.section-top-news .member-con .con-ttl{
	background-color:var(--color_main);
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	padding:0.5em 1em;
	border-radius: 10px 10px 0px 0px;
}
.section-top-news .member-con .con-txt{
	padding:0.5em 3em;
	border-left:2px solid var(--color_main);
	border-right:2px solid var(--color_main);
}
.section-top-news .member-con .con-txt .txt-box{
	display:flex;
	justify-content: space-between;
    align-items: center;
	margin-bottom:0.5em;
	border-bottom:2px dotted #CCC;
}
.section-top-news .member-con .con-txt .txt-box .box-ttl{
	color:var(--color_text_light);
	font-size:1.2em;
	font-weight:bold;
}
.section-top-news .member-con .con-txt .txt-box .box-txt{
	color:var(--color_text_light);
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.section-top-news .member-con .con-txt .txt-box .box-txt .number{
	font-size:2em;
	font-weight:bold;
	color:var(--color_main);
}
.section-top-news .member-con .con-txt .txt-box .box-txt .unit{
	font-size:1.2em;
	font-weight:bold;
	width:50px;
	text-align:right;
}
.section-top-news .member-con .con-date{
	color:var(--color_text_light);
	text-align:center;
	padding:0.5em 1em 0.5em;
	font-weight:bold;
	border-left:2px solid var(--color_main);
	border-right:2px solid var(--color_main);
	border-bottom:2px solid var(--color_main);
	border-radius:0 0 10px 10px;
}

/* バナー共通 */
.banner-con{
	
}
.banner-con .banner-box{
	margin-bottom:1em;
}
.banner-con .banner-box a {
	display:flex;
	align-items: center;
	justify-content:center;
	background-color:#FFF;
	border-radius:10px;
	height:80px;
}
.banner-con .banner-box a:hover {
	background-color:var(--color_main);
	transition:0.75s;
}
.banner-con .banner-box a:hover .txt{
	color:#FFF;
}
.banner-con .banner-box a .icon{
	background-color:var(--color_main);
	border-radius:10px 0 0 10px;
	padding:0.5em;
	width:80px;
	height:80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top:2px solid var(--color_main);
	border-left:2px solid var(--color_main);
	border-bottom:2px solid var(--color_main);
}
.banner-con .banner-box a .icon img{
	width: 36px;
	height: 36px;
	object-fit: contain;
	display:block;
}
.banner-con .banner-box a .txt{
	padding:0.5em;
	width:calc(100% - 80px);
	height:100%;
	text-align:center;
	font-size:1.2em;
	line-height:1.5;
	font-weight:bold;
	color:var(--color_text_light);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height:100%;
	border-top:2px solid var(--color_main);
	border-right:2px solid var(--color_main);
	border-bottom:2px solid var(--color_main);
	border-radius: 0 10px 10px 0px;
}

/* LINEバナー */
.banner-con .banner-box.banner-line a .txt{
	
}
.banner-con .banner-box.banner-line a .icon{
	background-color:#FFF!important;
}
.banner-con .banner-box.banner-line a:hover{
	background-color:#FFF;
	opacity:0.7;
}
.banner-con .banner-box.banner-line a:hover .txt{
	color:var(--color_main);
}

/* YOUTUBEバナー */
.banner-con .banner-box02{
}
.banner-con .banner-box02 a{
	display:flex;
	align-items: center;
	justify-content:center;
	flex-wrap:wrap;
	background-color:#FFF;
	padding:15px 15px 5px 15px;
	border-radius:10px;
	border:2px solid var(--color_main);
}
.banner-con .banner-box02 a .icon{
	width:100%;
	display:flex;
	align-items: center;
	justify-content:center;
	margin:0 0 15px 0;
}
.banner-con .banner-box02 a .icon img{
	text-align:center;
	height:30px;
}
.banner-con .banner-box02 a .txt{
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	color:#333;
	width:100%;
	display:flex;
	align-items: center;
	justify-content:center;
}
.banner-con .banner-box02.banner-youtube a .icon{
	
}
.banner-con .banner-box02.banner-youtube a:hover{
	transition:0.75s;
	opacity:0.7;
}

/* X・Instagramバナー */

.banner-box.low a .icon img {
	width: 30px;
	height: 30px;
}

@media (max-width: 599px) {
	.banner-con .banner-box a {
		height:60px;
	}
	.banner-con .banner-box a .icon{
		background-color:var(--color_main);
		width:80px;
		height:60px;
	}
}

@media (max-width: 959px) {
	.section-top-news .swell-block-columns{
		--swl-clmn-mrgn--x: 1.5rem!important;
		--swl-clmn-mrgn--y: 2.5rem;
	}
	.section-top-news .top-news-list .p-postList__cat{
		padding: 4px 12px;
		font-size:0.9em;
		min-width: 80px;
	}
	.section-top-news .-type-simple .p-postList__link{
		padding: 0.75em .25em;
	}
	.banner-con .banner-box a .txt{
		font-size:1.1em;
		line-height:1.5;
	}
	.section-top-news .member-con .con-ttl{
		font-size:1.1em;
	}
	.section-top-news .member-con .con-txt .txt-box .box-ttl{
		font-size:1.1em;
	}
	.section-top-news .member-con .con-txt .txt-box .box-txt .number{
		font-size:1.75em;
	}
	.section-top-news .member-con .con-txt .txt-box .box-txt .unit{
		font-size:1.1em;
		width:40px;
	}
}


/* ↑↑↑↑↑↑↑↑↑↑ ============================== 【トップページ】 - お知らせ */


/*【トップページ】 - 事業のご案内 - はっぴい最新号==============================↓↓↓↓↓↓↓↓↓↓*/
.section-service .l-article{
	
}
.section-service .swell-block-columns__inner{
	justify-content:space-between;
	margin-left:0px;
}
.section-service .swell-block-columns .swell-block-column{
	margin-left:0px;
}
.section-service .swell-block-columns{
	max-width: 900px;
    margin: auto;
}
.section-service .swell-block-columns {
    --swl-clmn-mrgn--x: 3rem;
    --swl-clmn-mrgn--y: 2.5rem;
    --swl-clmn-pddng: 0;
}
.section-service{
	
}
.new-centernews-ttl {
	max-width: 300px;
    position: relative;
    padding: 7px 0;
    margin:0 auto 20px;
    border-bottom: 4px solid;
	border-color: var(--color_main);
    font-weight: bold;
    text-align: center;
	color: var(--color_text_light);
	font-size:1.2em;
}
.new-centernews-ttl:before,
.new-centernews-ttl:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}
.new-centernews-ttl:before {
    border: 15px solid;
    border-color: transparent;
    border-top-color: var(--color_main);
    margin-left: -15px;
}
.new-centernews-ttl:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: #F4F8F8;
    margin-left: -10px;
}
.new-centernews {
	background: repeating-linear-gradient(135deg, var(--color_main), var(--color_main) 15px, #FFF 15px, #FFF 30px);
	/*max-width: 320px;*/
    padding: 20px 20px 20px;
	margin: 0 auto 20px;
	border-radius: 20px;
	text-align:center;
	display:flex;
}
.new-centernews-img {
	
}

.icon_txt_after svg{
	position: initial!important;
}

@media (max-width: 959px) {
	.section-service .swell-block-columns {
		--swl-clmn-mrgn--x: 1.5rem;
		--swl-clmn-mrgn--y: 2.5rem;
		--swl-clmn-pddng: 0;
	}
}

@media (max-width: 599px) {
	.section-service .swell-block-columns__inner {
		justify-content: center;
	}
	.new-centernews {
		max-width: 400px;
	}
	.new-centernews-ttl {
		font-size:1.15em;
	}
}


/* ↑↑↑↑↑↑↑↑↑↑ ============================== 【トップページ】 - 事業のご案内 - はっぴい最新号 */


/*【トップページ】 - 事業案内バナー ==============================↓↓↓↓↓↓↓↓↓↓*/
.service-list-block{
	vertical-align: middle;
}
.service-list{
	width: 100%;
	border-radius: 10px;
	border: solid 2px var(--color_main);
	margin-bottom: 35px !important;
	background-color:#FFF;
}
.service-list-container{
	display: flex;
	padding: 10px;
	align-items:center;
	justify-content:space-between;
}
.service-list-icon{
	background-color: var(--color_main);
	width: 70px;
	height: 70px;
	color: white;
	padding: 10px;
	border-radius: 90px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.service-list-icon img{
	width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}
.service-list-icon img.worklist-icon{

}
.service-list-icon img.workresult-icon{

}
.service-list-icon img.book-icon{

}
.service-list-icon img.heartplus-icon{

}
.service-list-ttl{
	margin-left: 0px;
	width:calc(100% - 80px);
	text-align:center;
}
.section-service .service-list-ttl label{
	font-size: 0.9em;
	color: gray;
}
.section-service .service-list-ttl p{
	margin: 0;
	letter-spacing: 0.1em;
	line-height:1;
}
.section-service .service-list-ttl .ttl_txt{
	font-size: 1.4em;
	color: var(--color_text_light);
	font-weight: bold;
}
.section-service .service-list-ttl .sub_txt{
	font-size: 0.9em;
	color: #999;
	margin-bottom:0.5em;
	display:none;
}

/* ホバー時 */
.service-list:hover {
	background-color: var(--color_main);
	transition: 0.65s;
}
.service-list:hover .service-list-ttl .ttl_txt,
.service-list:hover .service-list-ttl .sub_txt
{
	color: white;
	transition: 0.65s;
}

@media (max-width: 959px) {
	.section-service .top-h2ttl.service {
		text-align: center;
	}
	.section-service .service-list-ttl .ttl_txt{
		font-size: 1.2em;
	}
	.service-list-ttl{
		width:calc(100% - 65px);
	}
	.service-list-icon{
		width: 55px;
		height: 55px;
	}
	.service-list-icon img{
		width: 32px;
		height: 32px;
	}
	.service-list-icon img.worklist-icon{
		top: 4px;
		left: 5px;
	}
	.service-list-icon img.workresult-icon{
		top: 4px;
		left: 5px;
	}
	.service-list-icon img.book-icon{
		top: 4px;
		left: 5px;
	}
	.service-list-icon img.heartplus-icon{
		top: 6px;
		left: 6px;
	}
}

@media (max-width: 599px) {
	.service-list {
		margin-bottom: 1rem !important;
	}
	.service-list-block{
		max-width:400px;
		margin:auto;
	}
}

/* ↑↑↑↑↑↑↑↑↑↑ ==============================【トップページ】 - 事業案内バナー */


/*【トップページ】 - 指定宿泊施設 ==============================↓↓↓↓↓↓↓↓↓↓*/
.discount-backgroud {
	background-size:cover;
}
.discount-hotel-block{
}
/* 指定宿泊施設　上部　=== */
.selected-hotel{
	max-width: 100%;
	min-width: 70%;
	background-image: url(images/discount-hotel-img1.webp);
	background-size: cover;
	border-radius: 15px;
	padding: 4rem;
	text-align: center;
}
.selected-hotel .swell-block-button a{
	max-width:400px;
}

/* 指定宿泊施設テキスト */
.selected-hotel-ttl{
	font-weight: bold;
	font-size:1.5rem;
	margin-bottom:1rem;
}
.selected-hotel-txt{
	font-weight: bold;
	color: var(--color_main);
	font-size: 1.3rem;
	margin-bottom:0.5rem;
}
.selected-hotel-txtsub{
	font-size: 1rem;
	margin-bottom:2rem;
}

/* 指定宿泊施設助成の詳細ボタン */
.discount-hotel-btn{
	margin-top: 25px;
}
.discount-hotel-btn a{
	border-radius: 30px;
	min-width: 250px;
	background-color: #FFF!important;
}
.discount-hotel-btn a:hover{
	background-color: var(--color_main)!important;
	color: #FFF;
	transition: 0.65s;
}

/* 指定宿泊施設　下部　=== */
.selected-hotel-under{
	display: flex;
	max-width: 100%;
	min-width: 70%;
}
/* 県内指定宿泊施設 */
.in-ibaraki{
	text-align: center;
	width: 50%;
	background-color:var(--color_main);
	color: white;
	border-radius: 0 0 0 15px;
}

/* 県外指定宿泊施設 */
.outside-ibaraki{
	text-align: center;
	width: 50%;
	background-color: #3D8361;
	color: white;
	border-radius: 0 0 15px 0;
}

/* 指定宿泊施設下部　リンクテキスト */
.selected-hotel-under p {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
/* 指定宿泊施設リンク */
.in-ibaraki a,
.outside-ibaraki a {
	padding: 35px;
	height: 100%;
	display: block;
	text-decoration: none;
}
.in-ibaraki a,
.in-ibaraki a:hover,
.in-ibaraki a:visited,
.outside-ibaraki a,
.outside-ibaraki a:hover,
.outside-ibaraki a:visited{
    color: inherit;
}
.in-ibaraki:hover{
	background-color: #95cee5;
	transition: 0.75s;
}
.outside-ibaraki:hover{
	background-color: #619d80;
	transition: 0.75s;
}

@media (max-width: 599px) {
	.selected-hotel-under{
		display: block;
	}
	.in-ibaraki{
		width: 100%;
		border-radius: 0;
	}
	
	.outside-ibaraki{
		width: 100%;
		border-radius: 0 0 15px 15px;
	}
	.selected-hotel-ttl{
		font-size:1.15em;
	}
	.selected-hotel-txt{
		font-size: 1.2em;
	}
	.selected-hotel-txtsub{
		font-size: 0.9em;
	}
	
	.in-ibaraki a,
	.outside-ibaraki a {
		padding: 20px;
	}
	.selected-hotel-under p {
		font-size: 1em;
	}
}
/* ↑↑↑↑↑↑↑↑↑↑ ==============================【トップページ】 - 指定宿泊施設 */


/*【トップページ】 - 割引指定店 ==============================↓↓↓↓↓↓↓↓↓↓*/
.section-discount .swell-block-fullWide+.swell-block-fullWide{
	margin-top: 0em;
}
.discount-store .swell-block-columns__inner{
	justify-content: space-between;
	margin-left:0px;
}
.discount-store .swell-block-columns .swell-block-column{
	margin-left:0px;
}

.discount-store{
	padding-top: 4em !important;
}
.discount-store-block{
	width: 100%;
	margin: 0 auto;
}
/* 割引指定店　画像部分 */
.discount-store-img{
	/*height: 75%;
	width: 100%;*/
}
.discount-store-img img{
	display: block;
	border-radius: 15px 15px 0 0;
}

/* 割引指定店　下部 */
.discount-store-under {
	height: 4em;
	font-size:1em
	width: 100%;
	border-radius: 0 0 15px 15px;
	background-color: #f5f5f5;
	display:flex;
	justify-content:center;
	align-items:center;
}
.discount-store-under p{
	color: var(--color_text_light);
	text-align: center;
	font-weight: bold;
	padding: 10px;
	line-height: 1.1;
}

/* ホバー時 */
.discount-store a:hover img{
	opacity:0.5;
	transition:0.3s;
}
.discount-store a:hover .discount-store-under{
	background-color: var(--color_main);
	transition:0.3s;
}
.discount-store a:hover .discount-store-under p{
	color: white;
	transition:0.3s;
}

/* モバイル用 */
@media (max-width: 959px) {
	.section-discount .top-h2ttl.discount{
		text-align:center;
	}
}
@media (max-width: 599px) {
	.discount-store-block {
		/*width: 160px;
		height: 160px;*/
		margin: 0 auto;
	}
	.discount-store .swell-block-columns__inner {
		/*row-gap: 16px;*/
	}
	.discount-store .swell-block-columns__inner > div {
		/*margin: 0 5px 0 25px;*/
	}
	
	.discount-store-under {
		height: 3.5em;
		font-size:0.9em
	}
	.discount-store-under p.br-text{
		padding: 2px;
		line-height: 1.25;
	}
	.discount-store .swell-block-columns .swell-block-column {
		width: calc(var(--clmn-w) - 16px);
	}
	
}
/* ↑↑↑↑↑↑↑↑↑↑ ==============================【トップページ】 - 割引指定店 */


/*【トップページ】 - 入会のメリット==============================↓↓↓↓↓↓↓↓↓↓*/
.section-member{
	
}
.section-member .inner-member{
	background:rgba(255,255,255,1);
	padding:3em 2.5em;
	border-radius:20px;
}
.section-member .p-blogParts.post_content{
	margin-bottom:0;
}
.section-member .exp-txt{
	text-align:center;
	margin-bottom:2em;
}

.col-member .swell-block-columns__inner{
	display:flex;
	justify-content:space-between!important;
	margin:0!important;
}
.section-member .swell-block-columns{
	margin-right:0!important;
	margin-left:0!important;
	margin-bottom:3em!important;
}
.section-member .swell-block-columns .swell-block-column{
	margin-right:0!important;
	margin-left:0!important;
	width:48%;
}
.section-member .con-member{
	background-color:#FFF;
	border-radius:25px;
}
.section-member .con-member .box-member{
	padding:2em;
}
.section-member .con-member .box-member .block-ttl .tag{
	color:var(--color_main);
	border:2px solid var(--color_main);
	border-radius:50em;
	width:100px;
	font-size:0.75em;
	font-weight:bold;
	padding:0.25em 0.75em;
	
}
.section-member .con-member .box-member .block-ttl{
	display:flex;
	align-items:center;
	margin-bottom:1.5em;
}
.section-member .con-member .box-member .block-ttl h3{
	margin-top:0.5em;
}
.section-member .con-member .box-member .block-ttl h3::before{
	content: none;
}
.section-member .con-member .box-member .block-ttl .img{
	width:25%;
	margin-right:5%;
}
.section-member .con-member .box-member .block-ttl .ttl{
	width:70%;
}

.section-member .con-member .box-member .block-txt{
	display:flex;
	margin-bottom:1.5em;
	background-image: linear-gradient(to right, #d0d0d0 3px, transparent 3px);
	background-size: 15px 3px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: .75em;
}
.section-member .con-member .box-member .block-txt .icon{
	width: 10%;
}
.section-member .con-member .box-member .block-txt .circle-number{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color:#FFF;
	background-color: var(--color_main);
	border-radius: 50%;
	position: relative;
	display: inline-block;
}
.section-member .con-member .box-member .block-txt .ttl{
	width:90%;
	padding-left:1em;
}
.section-member .con-member .box-member .block-txt .ttl h4{
	margin-bottom:0.5em;
	padding:0!important;
	line-height:30px;
	border-left:0px!important;
}

.section-member .con-member .box-member .block-txt .ttl p{
	margin-bottom:0.5em!important;
}

.section-member .btn-member a{
	max-width:400px;
}

/* モバイル用 */
@media (max-width: 959px) {
	.section-member .top-h2ttl.member{
		text-align:center;
	}
	.section-member .con-member .box-member{
		padding:1em;
	}
		.section-member .inner-member{
		padding:2.5em 1.5em;
	}
}
@media (max-width: 599px) {
	.section-member .con-member .box-member{
		padding:0em;
	}
	.section-member .swell-block-columns .swell-block-column{
		width:100%;
	}
	.section-member .exp-txt{
		text-align:left;
	}
	.section-member .swell-block-columns .swell-block-column:first-child{
		margin-bottom:2em;
	}
}

/* ↑↑↑↑↑↑↑↑↑↑ ============================== 【トップページ】 - 入会のメリット */



/*【トップページ】 - リンクバナー ==============================↓↓↓↓↓↓↓↓↓↓*/

.banner_box{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap: 20px;
	margin:0!important;
	padding:0!important;
}
.banner_box::after{
	content: "";
	display:block;
	width:22.5%; /* 子要素と同じ幅 */
}
.banner_box .banner_item{
	width:22.5%;
	list-style:none;
	margin:0!important;
	padding:0!important;
}
.banner_box .banner_item img{
	display:block;
	border:1px solid #CCC;
	width:100%;
}
.banner_box .banner_item a:hover{
	transition:0.5s;
	opacity:0.5;
}
@media (max-width: 599px) {
	.banner_box {
		row-gap: 0.75rem;
	}
	.banner_box::after {
		width: 45.5%;
	}
	.banner_box .banner_item {
		width: 45.5%;
	}
}

/* ↑↑↑↑↑↑↑↑↑↑ ==============================【トップページ】 - リンクバナー */


/*【トップページ】- お問合せ ==============================↓↓↓↓↓↓↓↓↓↓*/
.top-h2ttl.contact {
	margin-bottom: 10px;
}
.section-contact {
}
.section-contact .contact-flex .swell-block-columns__inner{
	align-items: center;
}
.section-contact .img_box{
}
.section-contact .img_box img{
	object-fit:cover;
	height:50vh;
}
.section-contact .txt_box{
}

.contact-txt {
	text-align: center;
	margin-bottom: 2em;
}

.home-contact-tel{
	text-align:center;
}
.home-contact-tel .num {
    display: flex;
	justify-content:center;
    align-items: center;
    color: var(--color_main);
    font-weight: bold;
    font-size: 2.25em;
    text-decoration: none;
    letter-spacing: .05em;
}
.home-contact-tel .num:before {
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    margin-right: .5rem;
    background: var(--color_main);
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
}

.wpcf7-turnstile{
	margin-bottom:2rem;
}

@media (max-width: 959px) {
	.top-h2ttl.contact{
		text-align:center;
	}
	.home-contact-tel .num {
		font-size: 1.75em;
	}
}

@media (max-width: 599px) {
	.section-contact .contact-txt{
		text-align:left;
	}
	.section-contact .img_box img{
		height:30vh;
	}
	.section-contact .txt_box{
		padding:1em 2em 3em;
	}
}


/* ↑↑↑↑↑↑↑↑↑↑============================== 【トップページ】 - お問合せ */

/* 【トップページ】 - サイトマップメニュー ==============================↓↓↓↓↓↓↓↓↓↓*/
#before_footer_widget {
	margin-top: 0;
}
.footer-menu{
	border-radius: 10px;
    background-color: #f4f8f8;
}
.section-footer-menu{
	padding-top:0em!important;
}
.footer-menu-inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 2rem 3rem;
	padding: 3rem;
}
.footer-menu-inner .item {
	padding: 0;
	
}
.footer-menu-inner .item:last-of-type {
	
}
.footer-menu-inner .item .happy-sp {
	display: none;
}
.footer-menu-inner .item .title {
	display: inline-block;
	width:100%;
	margin-bottom: 1rem;
	padding-bottom: .25rem;
	font-weight: bold;
	color: #569BD4;
	border-bottom:1px dashed #CCC;
}
.footer-menu-inner .item ul.menu-list {
	padding-left: 0 !important;
	list-style: none!important;
}
.footer-menu-inner .item ul.menu-list.about,
.footer-menu-inner .item ul.menu-list.nyutaikai {
	margin-bottom: 1.5rem;
}
.footer-menu-inner .item ul.menu-list li {
	margin-top: 0;
	margin-bottom: .75rem;
	margin-left: .5rem;
	text-indent: -1em;
	padding-left: 1em;
}
.footer-menu-inner .item ul.menu-list li a {
	font-size: 14px;
	color: var(--color_text);
	transition: .3s;
}
.footer-menu-inner .item ul.menu-list li a:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
	color: #a9a9a9;
}
@media (min-width: 600px) {
	.footer-menu-inner .item ul.menu-list li a:hover {
		color: var(--color_main);
		transition: .3s;
	}
	.footer-menu-inner .item ul.menu-list li a:hover:before {
		color: var(--color_main);
	}
}
@media (max-width: 959px) {
	.footer-menu-inner {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(2, auto);
		grid-gap: 1.5rem 2.5rem;
		padding:2rem;
	}
	.footer-menu-inner .item {
		padding: 0;
		border-left: none;
	}
	.footer-menu-inner .item:last-of-type {
		border-right: none;
	}
	.footer-menu-inner .item .happy-sp {
		display: block;
	}
	.footer-menu-inner .item .happy-pc {
		display: none;
	}
	.footer-menu-inner .item ul.menu-list.event {
		margin-bottom: 0;
	}
	.footer-menu-inner .item ul.menu-list li {
		margin-bottom: 0;
	}
	.footer-menu-inner .item ul.menu-list li a {
		display: block;
		width: fit-content;
		padding: .4rem 0;
	}
}
@media (max-width: 599px) {
	.footer-menu-inner {
		grid-template-columns: 1fr;
		padding:1.5rem;
	}
	.footer-menu-inner .item ul.menu-list li a {
		padding: .25rem 0;
	}
}

/* ↑↑↑↑↑↑↑↑↑↑ ============================== 【トップページ】 - サイトマップメニュー */

/* フッター ==============================↓↓↓↓↓↓↓↓↓↓*/
.l-footer__widgetArea{
	padding-top:4em;
}
.l-footer__foot{
	padding:2em 0 2em;
}
.w-footer__box{
	padding:0em;
}
.footer_con{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.footer_con .footer_main{
	letter-spacing:.05em;
}
.footer_con .footer_main .item_logo{
	display:inline-block;
	margin-bottom:20px;
}
.footer_con .footer_main .item_logo a{
	display:flex;
}
.footer_con .footer_main .item_name{
	margin-bottom:0.5em;
	font-weight:bold;
}
.footer_con .footer_main .item_address{
	font-size:13px;
	margin-bottom:0.5em;
}
.footer_con .footer_main .item_txt{
	font-size:13px;
}
.footer_con .footer_menu .footer_menulist{
	padding:0px 0 0 0;
	font-size:14px;
	list-style:none;
}
.footer_con .footer_menu .footer_menulist li{
	position:relative;
	padding: 0 0 0 20px;
    margin-bottom: 1em;
	transition: 0.5s;
}
.footer_con .footer_menu .footer_menulist li:hover {
	text-decoration: underline;
	opacity:0.7;
}
.footer_con .footer_menu .footer_menulist li a::before {
	content: "";
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #8cb0b7;
	border-right: solid 2px #8cb0b7;
	position: absolute;
	top: 8px;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width: 599px) {
	.footer_con {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer_con .footer_main {
		margin-bottom: 1rem;
	}
	.footer_con .footer_menu .footer_menulist li {
		margin-bottom: 1rem;
	}
	.footer_con .footer_menu .footer_menulist li a {
		font-size: 14px;
	}
	
}

/* ↑↑↑↑↑↑↑↑↑↑ ============================== フッター */

/* TOPページ */
.top #content{
	padding-top: 0em;
}

.top #content {
	margin-bottom: 0 !important;
}

/* MegaMenu */
.mega-menu-title{
	margin-bottom: 10px !important;
}
.mega-menu-title a,
.mega-menu-title a:visited {
	color: black;
}
.mega-menu-title:hover {
	color: blue;
}
.work-mega-menu-pc {
  position : unset !important;
}
.menu-item-118 > a{
	display: none !important;
}
.work-mega-menu {
	border-top : solid 1px lightgray;
	border-bottom : solid 5px #7ec6e4;
}
.work-mega-menu-pc div.wp-block-column a {
  padding: 0em;
}
.work-mega-menu-pc div.wp-block-column a:before {
  display : none;
}
.work-mega-menu-pc .sub-menu a:hover {
  background-color : unset;
}
.work-mega-menu-pc .sub-menu .ttl {
  left: 0 !important;
}

/* はっぴい(TOPページ) */
.centernews-headtitle {
	margin-bottom: 15px !important;
}
/* トップページ　各タイトル */


/* ブロック サブタイトル */
.subtitle {
	margin-bottom: 0 !important;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

/* 割引指定店(TOPページ) */
.discount-banner:hover {
	background-color: #7ec6e4;
	color: white;
}

/* サービス フルワイド */
.service-block {
	background-color: #6ae6ff0d !important;
}

/* 入会のメリット */
.member-merit {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

/* 現在の会員数 */
.membership-status-block {
	justify-content: center;
	background-color: #7ec6e4;
	color: white;
	padding: 20px;
	border-radius: 60px;
}
.membership-status-label {
	text-align: center;
}
.membership-status-label span {
	font-weight: bold;
	font-size: 20px;
}

.membership-status{
	padding-top: 15px !important;
	margin-left: 30px !important;
	font-size: 24px;
}
.membership-status span {
	font-weight: bold;
}
/* 入会詳細ボタン */
.is-style-more_btn a{
	background-color: whitesmoke;
	font-weight: bold;
}
.is-style-more_btn a:hover{
	background-color: gray;
}

/* メールblock */
.top-mail {
	font-size: 24px;
	font-weight: bold;
	color: white;
	background-color: #7ec6e4 !important;
	border-bottom: solid 2px white;
	text-align: center;
}
.inquiry-headtext{
	margin-bottom: 20px;
	font-size: 36px !important;
}
.tel-fax-text{
	font-size: 28px;
}
.inquiry-button a,
.inquiry-button a:visited {
	background-color: white;
	color: #0e084f;
	border: none;
}
.inquiry-button a:hover {
	background-color: #0e084f;
}
/* LINEブロック */
.line-block {
}

@media (min-width: 960px) {
    .-parallel-bottom .l-header__logo {
        padding: 0px 0;
    }
}

/*【センターについて】 - センター概要 ==============================↓↓↓↓↓↓↓↓↓↓*/
.shop_box.summary_access_box .shop_table tr>:first-child:not(.-no1) {
    min-width: 120px !important;
}
.jigyo_list_box .swell-block-columns h3{
	margin: 3em 0 1em;
}
.jigyo_list_box .swell-block-column .wp-block-group{
	height:100%;
	background-color: #f4f8f8;
    border-color: #F0F0F0;
	border-radius:10px;
}

@media (max-width: 959px) {
	.summary_table th,
	.summary_table td{
		border:none;
	}
	.summary_table th {
		background-color: #f7f7f7;
		padding: 1rem;
	}
	.summary_table td {
		padding: 1rem 1rem 2rem;
	}
	
}

/* ↑↑↑↑↑↑↑↑↑↑ ==============================【センターについて】 - センター概要*/

/*【センターについて】 - 財団情報・管理施設 ==============================↓↓↓↓↓↓↓↓↓↓*/
.foundation_table td, .foundation_table th {
    padding: 2em 1em;
}

/* ↑↑↑↑↑↑↑↑↑↑ ============================== 【センターについて】 - 財団情報・管理施設 */


/*【事業のご案内】 ==============================↓↓↓↓↓↓↓↓↓↓*/
.service_list_box .service_box h3{
	margin: 3em 0 1em;
}
.service_list_box .service_box{
	height:100%;
	background-color: #f4f8f8;
    border-color: #F0F0F0;
	border-radius:10px;
}

.membershipcard_img img{
	border-radius:10px;
	border: 1px solid #efefef;
}

@media (max-width: 599px) {
	.service_list_box .service_box img{
		max-width:270px;
	}
	.service_list_box .swell-block-button{
		text-align:center;
	}
}

/* ↑↑↑↑↑↑↑↑↑↑ ============================== 【事業のご案内】 */


/*【割引施設】 - 割引指定店 ==============================↓↓↓↓↓↓↓↓↓↓*/
.box_category{
	
}
.box_category .cap_box_ttl{
	left: 50%;
	transform: translate(-50%,0%);
	font-size:1.25rem;
	font-weight: bold;
}
.box_category .cap_box_content{
	border:3px solid #c4e4eb;
	border-radius:10px;
	padding:3.5em 1.5em
}

.shop_box{
	/*border-left:var(--color_main) 4px solid;
	padding:1rem 0 1rem 5rem;*/
	margin-bottom:8rem;
}

.shop_box .box_ttl_h2_shop{
	border-bottom:4px solid var(--color_main);
	border-top:4px solid var(--color_main);
	margin-bottom:2.5rem;
}
.shop_box .box_ttl_h2_shop .ttl_h2{
	padding: 1rem;
	display:block;
	font-size:1.5rem!important;
}
.shop_box .box_ttl_h2_shop .ttl_h2::before{
	content:unset;
}

.shop_box .shop_ttl_h3{
	padding:0 0 0 1.5rem;
	margin-bottom:1rem;
}
.shop_box .shop_ttl_h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
	background:var(--color_main);;
    border-radius: 2em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shop_box .shop_table th,
.shop_box .shop_table td{
	border:none;
	width: 100%;
}
.shop_box .shop_table{
}
.shop_box .shop_table tr{
	margin-bottom:1rem;
	display: block;
}
.shop_box .shop_table th{
	background-color:#f5f5f5;
	border-radius:.5rem;
	border-spacing: 0 1rem;
	text-align:center;
	padding:.75rem 1rem;
}
.shop_box .shop_table td{
	padding:.75rem 1rem .75rem 2rem;
}

.shop_box .shop_table tr>:first-child:not(.-no1){
	min-width:240px!important;
}

.shop_box .service_box{
	margin-bottom:2.5rem;
}

.box_icon_announce{
	padding: 2em 2em 2em 4.25em;
}

/* ↑↑↑↑↑↑↑↑↑↑============================== 【割引施設】 - 割引指定店 */


/*【割引施設】 - 宿泊助成施設一覧 ==============================↓↓↓↓↓↓↓↓↓↓*/
.shop_box.travel_josei .shop_table tr>:first-child:not(.-no1) {
    min-width: 120px !important;
}
.shop_box.travel_josei .shop_table th{
	padding:.5rem .5rem;
}
.shop_box.travel_josei .shop_table td{
	padding:.5rem .5rem .5rem 1rem;
}

.shop_box .shop_con_box{
	background-color: #f4f8f8;
    border-radius: 10px;
    padding: 2em;
}

@media (max-width: 781px) {
	.shop_box .shop_con_box{
		padding: 1.5em;
	}
}

/*↑↑↑↑↑↑↑↑↑↑ ==============================【割引施設】 - 宿泊助成施設一覧 */


/*【割引施設】 - 事業結果 ==============================↓↓↓↓↓↓↓↓↓↓*/
.jigyokekka_table{
	
}

/* ↑↑↑↑↑↑↑↑↑↑ ==============================【割引施設】 - 事業結果 */


/*【会報誌はっぴぃ】 - 会報誌はっぴぃ一覧 ==============================↓↓↓↓↓↓↓↓↓↓*/
.box_latest_issue{
	gap: 2em!important;
}
.box_latest_issue .img_box img{
	border: 1px solid #c4e4eb;
}
.box_latest_issue .new_tag{
	display: inline-block;
	background-color: #dc3545;
	color: #FFF;
	padding: 0.25rem 1rem;
	border-radius: 2rem;
	margin-bottom:1rem;	
}
.box_latest_issue .number{
	font-size:1.5rem;
	font-size:bold;
	margin-bottom:0.5rem;
}
.box_latest_issue .date{
	font-size:1.15rem;
}

.con_backnumber .wp-element-caption{
	font-size:1rem;
	font-weight:bold;
}
.con_backnumber .swell-block-columns {
    --swl-clmn-mrgn--x: 2.5rem;
    --swl-clmn-mrgn--y: 2.5rem;
    --swl-clmn-pddng: 0;
}
.con_backnumber img{
	border: 1px solid #c4e4eb!important;
}
.con_backnumber .swell-block-accordion__title{
	background-color:#f4f8f8;
}

.con_backnumber h3.swell-block-accordion__label{
	font-size:0.9rem!important;
}

@media (min-width: 960px) {
	.box_latest_issue{
		gap: 4em!important;
	}
	.box_latest_issue .number{
		font-size:1.75rem;
	}
	.box_latest_issue .date{
		font-size:1.25rem;
	}
	
	.con_backnumber h3.swell-block-accordion__label{
		font-size:1rem!important;
	}
}

@media (max-width: 781px) {
	.box_latest_issue .txt_box{
		text-align:center;
	}
	.box_latest_issue .txt_box .swell-block-button{
		text-align:center;
	}
}

/* ↑↑↑↑↑↑↑↑↑↑ ==============================【会報誌はっぴぃ】 - 会報誌はっぴぃ一覧 */


/*【会報誌はっぴぃ】 - イベント申込 ==============================↓↓↓↓↓↓↓↓↓↓*/
.eventapp_list_box .eventapp_box{
	height:100%;
	background-color: #f4f8f8;
    border-color: #F0F0F0;
	border-radius:10px;
}
/* ↑↑↑↑↑↑↑↑↑↑ ==============================【会報誌はっぴぃ】 - イベント申込 */


/*【各種書類ダウンロード】==============================↓↓↓↓↓↓↓↓↓↓*/
.dawnload_table{
	--table-border:none;
}
.dawnload_table tr {
	border-bottom:1px solid var(--color_border--table);
	border-top:1px solid var(--color_border--table);
}
.dawnload_table th,
.dawnload_table td{
	padding:2rem;
	line-height:2.5;
}

@media (max-width: 959px) {
	.dawnload_table tr {
		border-top:none;
		border-bottom:none;
	}
   .dawnload_table th{
		background-color:#f7f7f7;
		padding:1rem;
	}
	.dawnload_table td{
		padding:1rem 1rem 2rem;
	}
}

/* ↑↑↑↑↑↑↑↑↑↑ ==============================【各種書類ダウンロード】 */



/*【お問い合わせフォーム】==============================↓↓↓↓↓↓↓↓↓↓**/

/*----- お問い合わせフォーム -----*/

.wpcf7-form{
}
.formTable{
	margin: 0 auto 40px;
	border:none;
}
.formTable input,
.formTable select,
.formTable textarea{
	border-radius:0px;
	margin:0;
	font-size: 16px;
	font-family: "Noto Sans JP", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, sans-serif;
	width:100%;
	padding: .8em 1em;
	background-color:#FFF;
}
.formTable input:focus,
.formTable select:focus,
.formTable textarea:focus{
	outline: none;
	border:1px solid var(--color_main);
}
.formTable tr{
	
}
.formTable tr:nth-child(odd){
	background-color:#f4f8f8;
}
.formTable th{
	text-align:left;
	font-size:16px;
	width:250px;
	padding:20px;
	background-color:unset;
	border:none;
}
.formTable th span{
	padding-right:5px;
}
.formTable td{
	text-align:left;
	padding:20px;
	border:none;
}

.box_confirm{
	text-align:center;
	margin-bottom:40px;
}
.box_confirm h4{
	margin-bottom:10px;
	text-align:left;
	font-size:16px;
}
.box_confirm .txt{
	line-height:2;
	margin-bottom:20px;
	text-align:left;
	font-size:14px;
}
.box_confirm a{
	text-decoration:underline!important;
}


.box_submit{
	text-align:center;
}
.box_submit input[type=submit]{
	font-size: 18px;
	border: 2px solid var(--color_main);
	background-color: #FFF;
	color: var(--color_main);
	padding: 15px 20px;
	border-radius: 40px;
	min-width:300px;
	transition:0.5s;
	font-weight:bold;
    line-height: 100%;
}
.box_submit input[type=submit]:hover{
	border: 2px solid var(--color_main);
	background-color: var(--color_main);
	color: #FFF;
	transition:0.5s;
}

.box_submit .wpcf7-spinner{
	display:block;
	margin: 20px auto 0;
}

.wpcf7-form-control-wrap {
	display: block;
}
span.wpcf7-list-item {
	margin: 0 30px 0 0; /*項目右側の余白設定と、デフォルトの左側の余白を打ち消す*/
	position: relative;
}
.wpcf7-list-item-label {
	cursor: pointer; /*labelにhoverした時にカーソルを表示させる*/
	font-size: 16px; /*項目のフォントサイズ*/
}

input[type="checkbox"] {
	opacity: 0; /*デフォルトのチェックボックスを見えなくする*/
	position: absolute;
}
.wpcf7-list-item-label::before {
	/*チェックボックスのデザイン*/
	border: 1px solid #333;
	content: "";
	display: inline-block;
	height: 15px;
	margin-right: 10px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 15px;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	/*チェックアイコン*/
	background: url(images/contact/contact_icon_01.png) no-repeat center;
	background-size: contain;
	content: "";
	display: block;
	height: 20px;
	left: -1px;
	position: absolute;
	top: 0px;
	width: 20px;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	/*チェックしたボックスの背景色を設定*/
 	background-color: #FFF;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-color:#FFF;
	color:#333;
}


.wpcf7 form.sent .wpcf7-response-output{
	font-size:18px;
}

.wpcf7 .wpcf7-submit:disabled{
	border:2px solid #CCC;
	background-color:#CCC!important;
	color:#FFF;
}
.wpcf7 .wpcf7-submit:disabled:hover{
	border:2px solid #CCC;
	background-color:#CCC;
	color:#FFF;
}

@media screen and (max-width: 991px) {
	
}
@media screen and (max-width: 768px) {
	.formTable th {
		font-size: 14px;
		width: 100%;
		padding: 20px 20px 0px 20px;
		display:block;
	}
	.formTable td {
		padding: 20px;
		display:block;
	}
	.box_submit input[type=submit] {
		font-size: 16px;
	}
	.wpcf7-list-item-label {
		font-size: 14px;
	}
	.wpcf7 form.sent .wpcf7-response-output{
		font-size:16px;
	}
}
@media screen and (max-width: 600px) {
	.box_confirm .txt {
		font-size: 12px;
	}
	.formTable th {
		padding: 15px 15px 0px 15px;
	}
	.formTable td {
		padding: 15px;
	}
	
}
@media screen and (max-width: 480px) {
	.box_submit input[type=submit] {
		font-size: 14px;
	}
	.wpcf7 form.sent .wpcf7-response-output{
		font-size:14px;
	}
	
}

/* ↑↑↑↑↑↑↑↑↑↑ ==============================【お問い合わせフォーム】 */



/*【404ページ】==============================↓↓↓↓↓↓↓↓↓↓**/
.error404 .c-searchForm{
	margin-top:2rem;
}

.error404 .is-style-more_btn{
	margin-top:4rem;
}

/* ↑↑↑↑↑↑↑↑↑↑ ==============================【404ページ】 */







/* 空のpタグ挿入時非表示 */
p:empty{display: none;}