@charset "utf-8";
@media (max-width: 768px) {
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
nav#mobile-header .site-logo {
    flex: 1;
	margin: 0;
}

nav#mobile-header .site-logo a img {
	padding: 0px;
	margin-left:15px;
	max-width: 50vw;
	height: 30px;
}
*/

/*追加2023-05-10og*/
nav#mobile-header .site-logo {
	margin: 0;
}
nav#mobile-header .mobile_header_btn{
	flex-grow: 1;
	}
nav#mobile-header .mobile_header_btn a{
	font-size:12px;
	}
nav#mobile-header .site-logo a img {
	padding: 0 15px;
	height:25px;
}

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

/*電話アイコン*/
#mobile-header a.tel {
    order: 2;
    min-width: 50px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border:2px solid var(--accent);
    padding: 5px;
    line-height: 1;
    border-radius: 5px;
}
	
#mobile-header a.tel span.icon-phone1 {
    font-size: 1.8rem;
	color:var(--accent);
}

	
#mobile-header a.tel span.tel_ttl {
    font-size: 1.2rem;
    font-weight: bold;
	color:var(--accent);
}
	
/*ハンバーガーメニュー*/	
#mobile-header .menu-toggle {
	padding: 0;
	margin-left: 7px;
	color:#fff;
	width:60px;
	height:60px;
	background:var(--company-color)!important;	
}

#mobile-header .icon-menu-bars{
	color: #fff;
}
	
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　テーブル01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*Gutenbergのテーブルでは一列目をthにできないため見出しは下記で装飾*/
.basic_table01 tr td:first-child {
    min-width:100px;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お問合せフォーム WPForms
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */ 
div.wpforms-container-full .wpforms-form .wpforms-one-third,
div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
	width: 100%!important;
	margin-left: 0!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SPのみ中央揃えにする
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.align_c_sp {
    text-align: center;
    display: block;
}

.align_c_pc {
    text-align: inherit;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Global Styles
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*Q&A*/
.gb-headline-basic_qa01_q::before {
    left: 10px;
}

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

.main-title {
    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;
}

.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle {
    border: none;
}

.main-navigation a {
    padding-top: 0;
    padding-bottom: 0;
}

.main-navigation .main-nav ul li a {
    padding-top: 0;
    padding-bottom: 0;
}

.inside-navigation.grid-container {
    background: #fff;
}

.mobile-menu-open .nav_after {
    text-align: center;
    margin: 15px auto;
    display: block!important;
    order:4;
}

/* ログインアイコン */
.other_link2 a {
    border: none;
    padding: 5px 10px;
    font-size: 1.2rem;
    display: inline;
}

.other_link2 > a:not(:last-child) {
    border-right: 1px solid #151515;
}

/* 汎用ボタン1 */
.gb-button-wrapper .gb-button-basic_btn01 {
	min-width: 220px;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー　>　ハンバーガーメニュー中身　（PC・スマホ共通）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#generate-slideout-menu .inside-navigation {
    padding: 60px 0 0!important;
}
	
#generate-slideout-menu li.menu-item a {
    line-height: 1.8;
}
	
#generate-slideout-menu li.menu-item .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	padding: 15px 25px 15px 50px;
}	

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ピックアップナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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(--contrast);
}

.pickup_navi li[class*="current-page"] a,
.pickup_navi li[class*="current-menu"] a {
    color: var(--accent);
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター(2022-11-16)og
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
記事一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.archive article header,
.blog article header {
    margin-bottom: 15px;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
記事詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
右サイドバー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#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;
}
    
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
テーブル01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_table01 th, .basic_table01 td {
    padding: 10px!important;
}

/*Gutenbergのテーブルでは一列目をthにできないため見出しは下記で装飾*/
.basic_table01 tr td:first-child {
    width: 30%;
}
    
.basic_table01 th, .basic_table01 td, .basic_table01 td * {
    font-size: 1.5rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
テーブル02
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_table02 th, .basic_table02 td {
    padding: 20px 3px;
    font-size: 1.5rem;
}

/*---▼以下.basic_table02のchange01のみの記述---*/
.basic_table02.change01 th, .basic_table02.change01 td {
    font-size: 1.5rem;
}

.basic_table02.change01 th {
    text-align: left;
    padding: 10px 3px;
}

.basic_table02.change01 td {
    border: none;
	padding: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
テーブルを１列に変型する（スマホ最適化などに使用）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.change01 {
    padding-top: 1px;
}
.change01 th {
    border-bottom: 0;
}
.change01 td, .change01 th {
    display: block;
    margin-top: -1px;
    width: auto!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
テーブルの横スクロール（テーブルをdiv.scroll_xで括って使用する）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tbl_scroll_x {
    white-space: nowrap;
    overflow: auto;
}

.tbl_scroll_x::after {
    content: '<<<　左右にスクロールできます　>>>';
    display: block;
    color: #f00;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 10px auto 0;
    font-size: 16px;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップへ戻る
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.generate-back-to-top {
    bottom: 20px;
    right: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
電話ポップアップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#tel_lb {
    display: none;
    z-index: 99999;
    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;
}

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);
}
    
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層　>　プロモ　＞　スラッグ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.gb-inside-container .slug {
    font-size: 1.4rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ローカルナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*プロモ画像下のチャイルドナビ*/
.h_child_navi ul.child_navi {
    background: #eee;
    -webkit-overflow-scrolling: touch;
    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(--base);
    color: var(--accent);
    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:not(:last-child) {
    border-right: 1px solid #fff;
}

.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(--accent);
    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;
}

.h_child_navi ul.child_navi li:not(:last-child) a {
    border-right: 1px solid var(--base);
}

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

.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;
}
/*フッターウィジェット*/
#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;
}

}/*メディアクエリ終了*/