body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	letter-spacing:1px;
}

.l-contents__inner:last-child {
    padding-bottom: 0;
}
/* 基本設定 */

p,
a,
li{
    font-weight: 500;
}
.pt_0{
	padding-top:0!important;
}
.pt_10{
	padding-top:10px!important;
}
.pb_0{
	padding-bottom:0!important;
}
.pb_10{
	padding-bottom:10px!important;
}
.mt_0{
	margin-top:0!important;
}
.mb_0{
	margin-bottom:0!important;
}
.mr_0{
	margin-right: 0!important;
}
.ml_0{
	margin-left: 0!important;
}
.mt_10{
	margin-top:10px!important;
}
.mb_10{
	margin-bottom:10px!important;
}
.z_0 {
    z-index: 0;
}
.z_1 {
    z-index: 1;
}
.p_ab{
	position: absolute;
}
.p_rel{
	position: relative;
}
.d_none{
	display: none;
}
.d_flex{
	display:flex;
}
.d_flex.f_wrap {
    flex-wrap: wrap;
}
.inline_b{
	display:inline-block;
}
.js_sb{
	justify-content:space-between;
}
.js_fs{
	justify-content:flex-start;
}
.of_hd{
	overflow: hidden;
}
.border_pink {
    border-bottom: 2px solid #ed7780!important;
}
.mincho{
	font-family: "Zen Antique Soft", serif;
}
.maru{
	font-family: 'Zen Maru Gothic', serif;
}
.smb-panels__item__action>a:focus:after {
    outline: none;
    outline-offset: 0px;
}
.tate{
	writing-mode: vertical-rl;
}
.center{
	text-align: center;
}
/* 基本設定 終わり*/
/* アイコン */
svg.svg-inline--fa {
    margin-right: 7px;
}
 .p-global-nav--hover-extend-underline .c-navbar__item.cta:hover>a:after {
    width: 0;
}
/* アイコン 終わり*/
/* ボタン */
a.smb-btn,
.cta a span {
	background-color: var(--wp--preset--color--sm-accent);
    position: relative;
    transition: .25s;
    color: #fff;
	border-radius: 0;
	font-size: 1.1rem;
}
.cta a span {
    margin-left: 10px;
    padding: 0.5rem 1.8rem!important;
    max-height: 3rem;
}
.w_line a.smb-btn {
    border: 1px solid;
}
a.smb-btn::before,
.cta a span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 2px solid transparent;
}
a.smb-btn::after,    
.cta a span::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 2px solid transparent;
}
a.smb-btn:hover,
.cta a:hover span {
    color: var(--wp--preset--color--sm-accent);
    box-shadow: none;
    background-color: #fff;
    transition: 1s;
    filter: brightness(100%);
}
    a.smb-btn:hover::before,
.cta a:hover span::before {
    width: 100%;
    height: 100%;
    border-top-color: var(--wp--preset--color--sm-accent);
    border-right-color: var(--wp--preset--color--sm-accent);
    transition: width .25s ease-out, height .25s ease-out .25s;
}
a.smb-btn:hover::after,
.cta a:hover span::after {
    width: 100%;
    height: 100%;
    border-bottom-color: var(--wp--preset--color--sm-accent);
    border-left-color: var(--wp--preset--color--sm-accent);
    transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
}

/* LINEボタン */
.line_btn a.smb-btn,
.cta .line_btn a span{
	background-color: #09D80A;
}
.line_btn a.smb-btn:hover,
.cta .line_btn a:hover span {
    color: #09D80A;
	background-color: #fff;
}
.line_btn a.smb-btn:hover::before,
.cta .line_btn a:hover span::before {
    border-top-color: #09D80A;
    border-right-color: #09D80A;
}
.line_btn a.smb-btn:hover::after,
.cta .line_btn a:hover span::after {
    width: 100%;
    height: 100%;
    border-bottom-color: #09D80A;
    border-left-color: #09D80A;
}

/* グローバルナビ */
@media screen and (min-width: 1024px){
	.l-1row-header .c-fluid-container {
		padding-right: 0;
	}
}
[data-scrolled=false] .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item>a {
    color: #fff;
} 
.p-global-nav .c-navbar__item.header_cta>a{
	    background-color:var(--wp--preset--color--sm-accent);
    color: #fff;
}
.p-global-nav .c-navbar__item.tel>a {
    font-size: 1rem;
}
.p-global-nav .c-navbar__item.contact>a {
    font-weight: 500;
}
ul#menu-g_nav {
    height: 100px;
}
li.header_cta.tel::after {
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    transform: translateY(-50%);
}
.p-global-nav .c-navbar__item[aria-haspopup=true]:before{
	display : none;
}
li.g_nav_sab {
    border-bottom: 1px solid #ffffff80;
}
.p-global-nav .c-navbar__item.header_cta>a:hover {
    opacity: 0.9;
    transition: 0.5s;
}

@media(max-width:1280px){
	[data-scrolled=false] .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item>a {
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (min-width: 1024px) and (max-width:1280px){
.l-1row-header__branding {
    max-width: 250px;
}	
}
@media (max-width: 1024px){
	ul#menu-sp_nav{
/* 		display: flex; */
		flex-wrap: wrap;
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
		justify-content: space-between;
	}
	ul#menu-sp_nav li {
    width: 48%;
    font-size: 1rem;
}	
ul#menu-sp_nav li.w_100 {
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
	position: relative;
}
	ul#menu-sp_nav li.w_100::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color:var(--wp--preset--color--sm-accent);
}
	ul#menu-sp_nav li.sp_menu_cta.tel {
    font-family: 'EB Garamond';
    font-size: 1.4rem;
}
		ul#menu-sp_nav li.sp_menu_cta.con {
    font-family: 'Zen Antique Soft';
    font-size: 1.2rem;
}
ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color:var(--wp--preset--color--sm-accent);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 20px 10px;
	line-height: 1;
}
	ul#menu-sp_nav li.sp_menu_cta a svg {
    display: block;
    margin-right: 0;
    width: 100%;
	font-size: 1.1rem;
		margin-bottom: 7px;
}
}  
/* グローバルナビ終わり */
/* 下層ページヘッダー */
.c-page-header {
    background-color: #ddd;
}
.c-page-header[data-has-image=true] {
    height: unset;
}
.c-page-header[data-has-image=true] .c-page-header__content {
    color: unset;
}
.c-page-header__bgimage>img, 
.c-page-header__bgimage>picture>img{
	display: none;
}

/* プライバシーポリシー */
#privacy h3 {
    margin-bottom: 10px !important;
    padding-left: 10px;
    border-left: solid 3px var(--wp--preset--color--sm-accent);
    font-weight: 700;
}

/*--- お問い合わせフォーム ---*/
/* SP版の確認画面ボタンボタン余白 */
.smf-action .smf-button-control__control 
{ margin-bottom: 20px; }

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */	
/* アイキャッチ画像のサイズ調整 */	
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */	
.c-entry-summary__figure{
	aspect-ratio: 1200 / 630;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */	
/* フッター */	
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */	
/* フッター上に余白追加 */
footer{
	margin-top: 60px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */	
/* サイドバーありのレイアウト調整 */	
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */	
:root {
	--wp--custom--slim-width: 41rem;
    --wp--custom--has-sidebar-sidebar-basis: 300px;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */	
/* 投稿ページ */	
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */	
@media screen and (max-width: 480px){
	.post .c-entry__title{
		font-size: 24px !important;
	}
}