@charset "utf-8";
@media (max-width: 768px) {

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ブログ用エディタ（クラシックエディタ）のカスタマイズ（2024-01-15mk）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.blog-h_large_a {
    font-size: 22px;
}

.blog-h_large_b {
    font-size: 22px;
	padding-top: 60px;
}
	
.blog-h_large_b::before {
	width: 56px;
    height: 56px;
}
	
.blog-h_middle_a {
    font-size: 18px;
}

.blog-h_middle_b {
    font-size: 18px;
}
	
.blog-basic_btn01 {
    min-width: 220px;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　BOX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
:is(article:not(.type-page), body:not(.post-type-page)) [class*="basic_box"] {
	padding: 20px 15px;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　2列BOX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
:is(article:not(.type-page), body:not(.post-type-page)) .container00 {
	row-gap: 15px;
}
	
:is(article:not(.type-page), body:not(.post-type-page)) .container00 > div {
	width: 100%;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
css変数
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
:root {
	--slick_side_margin: 7.5px;/*slik内の要素の左右の余白。*/
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用css > display: contents;
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_contents {
    display: contents;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
top > カルーセル（全画面）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_carousel_full :is(.slick-prev, .slick-next)::before {
	font-size: 15px;
	width: 35px;
	height: 35px;
}

.cmn_carousel_full :is(.slick-prev, .slick-next) {
	top: -50px;
}

.cmn_carousel_full .slick-next {
	right: 0;
}

.cmn_carousel_full .slick-prev {
	right: 45px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
top > カルーセル（2カラム）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_carousel_2col .txt_wrap {
	display: contents;
}

/*矢印*/
.cmn_carousel_2col :is(.slick-prev,.slick-next) {
	top: calc(100% + 30px);
}

.cmn_carousel_2col .slick-prev {
	left: 10px;
}

.cmn_carousel_2col .slick-next {
	right: 10px;
}

.cmn_carousel_2col :is(.slick-prev,.slick-next):before {
	font-size: 35px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お問合せフォーム WPForms
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */ 
div.wpforms-container-full .wpforms-form .wpforms-one-half,
div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-fourths,
div.wpforms-container-full .wpforms-form .wpforms-one-third,
div.wpforms-container-full .wpforms-form .wpforms-two-sixths,
div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-thirds,
div.wpforms-container-full .wpforms-form .wpforms-one-fourth,
div.wpforms-container-full .wpforms-form .wpforms-three-fourths,
div.wpforms-container-full .wpforms-form .wpforms-one-fifth,
div.wpforms-container-full .wpforms-form .wpforms-two-fifths,
div.wpforms-container-full .wpforms-form .wpforms-three-fifths,
div.wpforms-container-full .wpforms-form .wpforms-four-fifths,
div.wpforms-container-full .wpforms-form .wpforms-one-sixth,
div.wpforms-container-full .wpforms-form .wpforms-five-sixths {
    width: 100%!important;
	margin-left: 0!important;
}

div.wpforms-container-full .wpforms-form .wpforms-first {
    clear: both !important;
    margin-left: 0 !important
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
全画面ナビのフェード
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.slideout-navigation.do-overlay{
	transition:0.5s;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SPのみ中央揃えにする
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.align_c_sp {
    text-align: center;
    display: block;
}

.align_c_pc {
    text-align: inherit;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ブログの目次 TOCレイアウト整え
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#toc_container {
	padding: 0 20px 0px;
}

#toc_container p.toc_title + ul.toc_list {
	padding-bottom:15px;
}
	
#toc_container p.toc_title {
	font-size:18px;
	line-height: 3;
}

#toc_container ul.toc_list li {
	font-size: 14px;
}
	
#toc_container ul.toc_list > li::before {
	width: 20px;
    height: 20px;
	font-size: 10px;
}
	
#toc_container ul.toc_list > li > a {
    padding-left: 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル　＞　リスト(2023-05-08)og
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* OL,UL共通 */
.basic_list > li {
	/*エディター上で大きすぎるためピクセルで指定*/
	/*font-size: 1.6rem;*/
	font-size: 16px;
}
	
/* UL限定 */
ul.basic_list > li {
	padding-left: 1.5em;
}
	
ul.list_type02 > li {
    padding-left: 1.7em;
}
	
/* カラム式リスト(2024-10-04fuji) */
:is(ul,ol)[class*="cmn_col"] {
	--list_col_gap:15px;
}

:is(ul,ol).cmn_col02 > li,
:is(ul,ol).cmn_col03 > li,
:is(ul,ol).cmn_col04 > li{
    width: calc((100% - var(--list_col_gap)) / 2);
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Global Styles
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*.gb-container-accordion.faq .gb-button-accordion_ttl{
	padding-left:35px;
}
	
.gb-container-accordion.faq .gb-button-accordion_ttl:before {
	top:10px;
	left: 10px;
}

.menu-toggle {
    font-size: 2.8rem;
    background-color: #fff!important;
}*/

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
nav#mobile-header .site-logo {
	margin: 0;
}
nav#mobile-header .site-logo a img {
    padding: 0 15px;
}

/*デフォルトでMENUの文字が出るため削除2023-02-20og*/
#mobile-header span.mobile-menu{
	display:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー　＞　ナビゲーション
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*ヘッダーナビ*/
#site-navigation {
    width: 100%;
}

.has-inline-mobile-toggle #site-navigation.toggled {
    margin-top: 0;
}
    
/*トグルボタン*/
.slideout-navigation.do-overlay .slideout-exit {
    position: absolute;
    padding: 8px 21px;
}
	
.mobile-menu-open .nav_after {
    text-align: center;
    margin: 15px auto;
    display: block!important;
    order:4;
}
/*スマホヘッダー　＞　固定時に、ナビ部分に不自然な余白が出る件の修正2023-04-25og*/
/*ピックアップナビ付きの固定時に高さが再現できないので無効化2023-11-02rt*/
/*nav#sticky-placeholder :is(.inside-navigation,.inside-navigation .gb-grid-wrapper){
	flex-wrap:nowrap;
}*/
	
/* 不具合修正のための記述2024-04-04mk */
#sticky-placeholder :is(.menu-toggle .mobile-menu, .mobile_header_btn .mobile_header_icon>*:first-child){
	display: none;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー　>　ハンバーガーメニュー中身　（スマホ用）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#generate-slideout-menu li.menu-item a {
    line-height: 1.8;
}

/* スマホ用のデザイン追加（2023-10-30 kami） */
#generate-slideout-menu .inside-navigation {
	padding-top: 80px!important;
}
	
#generate-slideout-menu li.menu-item a {
	margin: auto 30px;
}

#generate-slideout-menu li.menu-item,
#generate-slideout-menu li.menu-item:last-child {
	border: none;
}

#generate-slideout-menu ul.sub-menu li {
	background: #fff;
}

#generate-slideout-menu li.menu-item a {
	border-top: 1px solid #ddd;
}
	
/* 子ナビ */
#generate-slideout-menu.main-navigation .main-nav ul ul.sub-menu {
	/* ジェネレートの子ナビをアニメーションさせる方法→閉じる動きが遅くなるため一旦却下（2023-11-30）mk */
	/* display:block; */
    /* overflow: hidden; */
	/* transition: max-height 2s; */
	/* max-height: 0; */
	padding-bottom: 15px;
}
#generate-slideout-menu.main-navigation .main-nav ul ul.sub-menu.toggled-on{
	/* max-height: 1000px; */
}
	
#generate-slideout-menu.main-navigation .main-nav ul ul.sub-menu li > a::before {
	content: 'ー ';
	color: var(--main);
}

#generate-slideout-menu li.menu-item .sub-menu li a {
	border-top: none;
	background: none;
}

#generate-slideout-menu li.menu-item .sub-menu a {
	font-size: 15px;
	padding: 5px 10px 5px 30px;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ピックアップナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pickup_navi {
    margin: 0;
    display: table;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.pickup_navi li {
    display: table-cell;
    width: calc(100% / 3);
    vertical-align: middle;
}

.pickup_navi li:not(:first-child) {
    border-left: 1px solid #ddd;
}

.pickup_navi li a {
    font-weight: bold;
    padding: 8px 5px;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    text-decoration: none;
	color: var(--text);
}

.pickup_navi li[class*="current-page"] a,
.pickup_navi li[class*="current-menu"] a {
    color: var(--main);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿　＞　ページ送り（2023-10-30 kami）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */	
#nav-below .nav-links > *:not(.prev):not(.next):not(.dots) {
    font-size: 17px;
    margin: 0 7px;
}
	
#nav-below .nav-links > *:not(.prev):not(.next):not(.dots):not(.current) {
	padding: 0;
}
	
#nav-below#nav-below :is(.prev,.next) {
    font-size: 15px;
    column-gap: 0.2em;
}
	
#nav-below .nav-links .next::after {
    font-size: 12px;
}
	
#nav-below#nav-below :is(.prev,.next)::before {
    font-size: 12px;
}

#nav-below .nav-links .current {
    width: 35px;
    height: 35px;
	margin: 0!important;
}
	
#nav-below .nav-links .dots {
	padding: 0;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿　＞　アーカイブ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.archive article header,
.blog article header {
    margin-bottom: 15px;
}

.archive article .entry-meta,
.blog article .entry-meta {
    font-size: 1.4rem;
    margin-top: 10px;
}

/*投稿汎用カテゴリー*/
.cmn_cat_wrap {
    margin-bottom: 0.5em;
}

.cmn_cat_wrap > * {
    padding: 3px 10px;
    min-width: 100px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿　＞　記事詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.single article .entry-title {
    font-size: 2.2rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.single article div.entry-meta {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.single article #nav-below {
    margin-top: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿　＞　記事一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-type-archive #content {
    padding-right: 15px;
    padding-left: 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿　＞　記事詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-type-archive #main {
    display: block;
}

.post-type-archive article {
    width: 100%;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ > プロモ下の新着記事
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.top_post_list {
    font-size: 1.5rem;
}
	
.top_post_list li {
    gap: 0;
    flex-wrap: wrap;
}
	
.top_post_list li .cat {
    display: none;
}
	
.top_post_list li .ttl {
    flex: 1 0 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
右サイドバー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#right-sidebar {
    margin-top: 30px;
}

#right-sidebar aside {
    margin-bottom: 0;
}

#right-sidebar.widget-area .widget {
    padding: 5px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
要素を無効化にチェックを入れなかった場合のヘッダーナビ下に出てくるタイトルエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.show_entry_header #after_header_area {
    min-height: 150px;
}

body.show_entry_header #after_header_area > img {
	height: 100%;
}

body.show_entry_header #after_header_area .ttl {
    font-size: 2.2rem;
}

/* 記事一覧・詳細・検索ページのデフォルト余白 */
body.blog .site-content,
body.archive .site-content,
body.single .site-content,
body.search .site-content,
body.error404 .site-content {
    padding: 30px 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
検索結果　＆　404ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.search .page-title,
.search-no-results .entry-title,
.error404 .entry-title {
    margin-bottom: 20px;
    font-size: 2rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
テーブルを１列に変型する（スマホ最適化などに使用）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.change01{
    padding-top: 1px;
}
/*basic_table01のみ直前のタグが違うためpaddingがうまくきいていなかったのを修正(2023-05-18og)*/
.change01 figure{
    overflow:visible;
}	
	
.change01 th {
    border-bottom: 0;
}
.change01 td, .change01 th {
    display: block;
    margin-top: -1px;
    width: auto!important;
	height: auto!important;
}
	
.table02.change01 th {
	text-align: left;
	padding-bottom: 0;
}
.table02.change01 td {
	padding-top: 10px;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
テーブルの横スクロール(2023-10-02mk）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* スクロール領域（表）のラッパー */
.tbl_scroll_sp .scroll_ctr {
	overflow-x: auto;
}

.tbl_scroll_sp table {
	/* 改行のないth、tdが無限に広がるのを防ぐ為改良 2020-12-09 take */
	/*white-space: nowrap; */
	width:980px;
}

.tbl_scroll_sp th{
	min-width: 0;
}	
	
.tbl_scroll_sp::before {
	content: '<<<　左右にスクロールできます　>>>';
	display: block;
	color: #000;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0 auto 10px;
	font-size: 16px;
}
	
/* スクロール可能であることを明示するアイコン表示 */
.table_compare table,
.tbl_scroll_sp .scroll_ctr{
	position: relative;
}

body:not(#tinymce) .table_compare:not(.no_scroll) table::after,
.tbl_scroll_sp .scroll_ctr::after {
	transition: all 1s;
	opacity: 0.6;
	position: absolute;
	content: '';
	width: 25%;
	height: auto;
	max-height: 150px;
	aspect-ratio: 1 / 1;
	top: 0;
	right:0;
	left: 0;
	bottom: 0;
	margin:auto;
	background: url(images/tbl_scroll_icon_sp.svg) no-repeat 50% / contain;
	z-index: 1;
}

body:not(#tinymce) .table_compare table:is(:has(.on_scroll))::after,
.tbl_scroll_sp .scroll_ctr:is(:has(.on_scroll),:hover)::after{
	opacity:0;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
テーブルの横スクロール　＞　左の行を固定（2022-10-07og）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tbl_scroll_sp.th_fixed table {
	/*スクロールさせた際borderが消えてしまうのを防ぐ(2022-11-10)og*/
	border-collapse:separate!important;
	border-spacing:0;
	border:none;
	border-top:1px solid #ccc!important;
	/*テキストが無限に広がることを防ぐ(2022-11-10)og*/
	white-space:normal;
	width:980px;
}	
	
.tbl_scroll_sp.th_fixed table tr > *:first-child {
	position: sticky;
	left: 0;
	z-index: 1;
	width:15%!important;
}

/*上記のborder-collapse:separate;で線幅が太くなるため指定しなおす(2022-11-10)og*/
.tbl_scroll_sp.th_fixed table th,
.tbl_scroll_sp.th_fixed table td {
	border:none!important;
	border-bottom:1px solid #ccc!important;
	border-right:1px solid #ccc!important;
}

.tbl_scroll_sp.th_fixed table th:first-child,
.tbl_scroll_sp.th_fixed table td:first-child {
	border-left:1px solid #ccc!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
スマホで適応されるdisplay: none;
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sp_dn {
    display: none!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
電話ポップアップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*div#tel_lb {
    display: none;
    z-index: 100002;
    position: fixed;
    top: 0;
}

div#tel_lb .bg {
    position: fixed;
    top: 0;
}

div#tel_lb .inner {
    position: absolute;
    top: 50%;
}*/

div#tel_lb {
    display: none;
	/*ハンバーガーの中身(#generate-slideout-menu)のz-indexに勝つため変更2023-02-20og*/
    z-index: 100002;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
}

div#tel_lb .bg {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, .9);
}

div#tel_lb .inner {
    position: absolute;
    background: var(--accent);
    color: #fff;
    top: 50%;
    width: calc(100% - 60px);
    margin: 200px 30px 10px;
    padding: 25px 20px;
    text-align: center;
    border-radius: 8px;
}

div#tel_lb .msg {
    font-size: 1.6rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin: 0 20px 10px;
    font-weight: bold;
}

div#tel_lb .num {
    font-size: 3.0rem;
    font-weight: bold;
    margin: 0;
}
/* 必要な際にover_spで記述してね(2022-11-11)og */

div#tel_lb .num:before {
    font-family: "icomoon";
    content: '\e958';
    font-size: .85em;
    margin-right: 5px;
    font-weight: normal;
    line-height: 1;
}


div#tel_lb .num.free_dial:before {
    font-family: "icomoon";
    content: '\e900';
    font-size: .7em;
    vertical-align: baseline;
}

div#tel_lb .open {
    font-size: 1.4rem;
    margin: 5px auto 15px;
}

div#tel_lb .btn {
    margin: 0;
}

div#tel_lb .btn a {
    display: block;
    font-size: 1.8rem;
    background: #fff;
    font-weight: bold;
    color: var(--accent)!important;
    border-radius: 8px;
    padding: 15px;
}

div#tel_lb .close {
    margin: 0;
}

div#tel_lb .close:before {
    font-family: "icomoon";
    content: '\e92d';
    font-size: 2.6rem;
    line-height: 1;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(45deg);
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ローカルナビ　( 2023-03-22 レイアウト修正 rin )
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*プロモ画像下のチャイルドナビ*/
.h_child_navi ul.child_navi {
	background-color: var(--base-1);
    list-style: none;
    justify-content: left;
    position: relative;
    color: #fff;
    overflow-x: auto;
    padding: 10px;
    flex: 1;
    border-radius: 0;
    margin: 0;
}

.h_child_navi ul.child_navi a {
    text-align: center;
	background: var(--light2);
    color: var(--main);
    min-width: 100px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.5rem;
    white-space: nowrap;
    padding: 12px 22px;
    display: block;
    position: relative;
    background-color: #ffffff;
}

.h_child_navi ul.child_navi li ul.children {
    display: none;
}

.h_child_navi ul.child_navi a:hover,
.h_child_navi ul.child_navi li[class*='current'] a {
	background-color: var(--main);
    color: #fff;
    text-decoration: none;
}

.h_child_navi ul.child_navi li:first-child a {
    border-radius: 5px 0 0 5px;
}

.h_child_navi ul.child_navi li:last-child a {
    border-radius: 0 5px 5px 0;
}

/*フッター上のチャイルドナビ*/
.f_child_navi ul.child_navi {
    margin: 0 15px 30px;
}

.f_child_navi ul.child_navi > li {
    width: calc(100% - 10px);
}

.f_child_navi ul.child_navi > li > a {
    height: 70px;
    padding: 5px 40px;
}

.f_child_navi ul.child_navi > li > a::before {
    left: 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.wp-block-search .wp-block-search__label {
    width: inherit;
}
	
/*フッターウィジェット*/
#footer-widgets .inside-footer-widgets>div:not(:last-child) {
    margin-bottom: 20px;
}

/*フッターナビ*/
#footer-widgets ul.menu {
    gap: 0;
}

#footer-widgets ul:not(.sub-menu) > li {
    width: calc(50% - 5px);
    margin-bottom: 0;
}

#footer-widgets ul:not(.sub-menu) > li > a {
    display: block;
    padding: 15px 0;
	font-size: 1.5rem;
}

#footer-widgets ul.sub-menu {
    display: none;
}

#footer-widgets aside.widget {
    margin-bottom: 0!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップへ戻る
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.generate-back-to-top {
    bottom: 10px;
    right: 10px;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層埋め込みマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#google-map iframe {
    height: 300px;
}
	
}/*メディアクエリ終了*/