.elementor-kit-6{--e-global-color-primary:#4E8036;--e-global-color-secondary:#08377E;--e-global-color-text:#555555;--e-global-color-accent:#AD3455;--e-global-color-83bb3a4:#DCDCC3;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-size:21px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.4em;--e-global-typography-primary-letter-spacing:0.03em;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:16.5px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.8em;--e-global-typography-accent-font-family:"Zen Maru Gothic";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.5em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1100px;}.e-con{--container-max-width:1100px;--container-default-padding-top:5px;--container-default-padding-right:5px;--container-default-padding-bottom:5px;--container-default-padding-left:5px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:30px;padding-inline-start:30px;}.site-footer{padding-inline-end:30px;padding-inline-start:30px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*==共通==*/
html {/* ゆっくりスクロール */
    scroll-behavior: smooth;
  }
p {
    margin-block-end: 0;
    font-feature-settings: "palt";
    overflow-wrap: break-word;
}
a:hover { /* hover時効果ver2 */
    opacity: 0.7;
    transition: all 0.2s ease-in;
}
.a-2 a:hover{ /* hover時効果ver2 */
    opacity: 1;
}

@media screen and (max-width: 1000px) { /* tablet時改行を無効 */
br.br-tb{
    display: none;
}
}
@media screen and (max-width: 767px) { /* SP時改行を無効 */
br.br-sp{
    display: none;
}
}
ul {
    margin-block: 0em;
    padding-inline-start: 20px;
}
li{
    margin-bottom: 10px;
}
ol{
    padding-inline-start: 20px;
}
ol li{
    margin-bottom: 0.3em;
}

.elementor-button-icon .e-font-icon-svg {
    vertical-align: middle;
}

figure.side_bnr{
    margin-block: 0;
    text-align: center;
}

/** table関連 **/
/** tableのcssをリセット **/
table{
    margin-block-end: 0;
}
table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: transparent;
}
/* table01 */
.table01 table{
    border-top: solid 1px #ababab;
}
.table01 table th, 
.table01 table td {
    padding: 20px 15px;
	border: none;
	border-bottom: solid 1px #ababab;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 1.8;
}
.table01 table th {
	width: 20%;
	color: var( --e-global-color-primary );
	text-align: left;
}
.table01 table td{
	width: 80%;
}
.table01 table tbody>tr:nth-child(odd)>td,
.table01 table tbody>tr:nth-child(odd)>th {
    background: none;
}

@media (max-width : 767px) {
.table01 table th, 
.table01 table td {
    padding: 10px 5px;
}
.table01 table th {
    display: block;
	width: 100%;
	text-align: left;
}
.table01 table td{
    display: block;
	width: 100%;
}
}

/** 投稿関連 **/
.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 1em;
}
.elementor-post__meta-data {
    text-align: right;
}
.elementor-posts .elementor-post__card .elementor-post__meta-data {
    border-top: none;
}

/** footerを最下部に固定 **/
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
.elementor.elementor-7{
    flex: 1;
}
.elementor-location-footer {
    margin-top: auto;
}

/*==header==*/
/*メニュー両端の区切り線*/
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:after,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:first-child:before {
    content: var(--e-nav-menu-divider-content,none);
    height: var(--e-nav-menu-divider-height,35%);
    border-left: var(--e-nav-menu-divider-width,2px) var(--e-nav-menu-divider-style,solid) var(--e-nav-menu-divider-color,#000);
    border-bottom-color: var(--e-nav-menu-divider-color,#000);
    border-right-color: var(--e-nav-menu-divider-color,#000);
    border-top-color: var(--e-nav-menu-divider-color,#000);
    align-self: center;
}

.hd_menu_container{
    background: linear-gradient(180deg, rgba(149,190,39,1) 0%, rgba(127,190,64,1) 95%, rgba(115,170,55,1) 100%);
}

.hd_menu_list a.elementor-item {
    text-shadow: 1px 1px 0.9px rgba(88, 99, 66, 0.6);
}
.hd_menu_list a.elementor-item{
    opacity: 1;
}
.hd_menu_list a.elementor-item:hover{
    background-color: #70991a;
}
@media screen and (max-width: 767px) {
.hd_menu_list a.elementor-item {
    text-shadow: none;
}    
}



/*==Page==*/
/*ページタイトル袋文字 フチの順番*/
/* 2026-08-02 脱E移行で帯の見出しを h1 → div に変えた（h1 は1ページ1個に統一したため）。
   このルールは h1 だけを見ていたので 122ページで白フチが本体を塗り潰していた。
   固定ページ7枚は今も h1 なので、両方を対象にする。 */
.page_ttl h1,
.page_ttl .elementor-heading-title{
    paint-order: stroke fill;
}

/*==PRICE==*/
.price-table table th {
	width: 70%;
}
.price-table table td{
	width: 30%;
}
.price-table table tbody>tr:nth-child(odd)>th {
    background-color:#d1d1d1;
}
.price-table table tbody>tr:nth-child(odd)>td {
    background: none;
}
.price-table table tbody>tr td:nth-child(2n) {
    text-align: right;
    vertical-align: middle;
}
@media (max-width : 767px) {
.price-table table th {
	width: 65%;
}
.price-table table td{
	width: 35%;
}
.price-table table th,
.price-table table td{
    padding: 12px 8px;
}
.price-table table th {
	vertical-align: middle;
}
}/* End custom CSS */