.elementor-kit-9{--e-global-color-primary:#3BB2A3;--e-global-color-secondary:#33464F;--e-global-color-text:#33464F;--e-global-color-accent:#F7B20E;--e-global-color-a3c3b39:#EA934D;--e-global-color-8d0f2e9:#FAF5EE;--e-global-typography-primary-font-family:"Zen Maru Gothic";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Zen Maru Gothic";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 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){--kit-widget-spacing: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 .header-inner{width:1100px;max-width:100%;}.site-header{padding-inline-end:60px;padding-inline-start:60px;}.site-footer .footer-inner{width:1100px;max-width:100%;}.site-footer{padding-inline-end:60px;padding-inline-start:60px;}@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: 1024px) { /* tablet時改行を無効 */
br.br-tb{
    display: none;
}
}
@media screen and (max-width: 767px) { 
/* SP時改行を無効 */
br.br-sp{
    display: none;
}
}
@media (min-width : 768px) {
/* PC・tb時改行を無効（sp時のみ改行させる） */
br.br-sp2{
    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;
        margin-top: -0.15em;
}

/** 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-text );
	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;
}
.table01 table td ul li{
    margin-bottom: 0;
}
@media (max-width : 1026px) {
.table01 table th {
	width: 25%;
}
.table01 table td{
	width: 75%;
}
}

@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%;
}
}

/** 投稿関連 **/
.archive-cards.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 0.7em;
}
.elementor-post__meta-data {
    text-align: right;
}
.archive-cards .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;
}

/*==SIDE BAR==*/
.sidebar .widget {
    margin-bottom: 10px;
}
.sidebar h2 {
    margin-bottom: 25px;
    padding: 0 0 8px 8px;
    text-align: center;
    font-weight: 600;
    font-size: 1.5em;
    color:var(--e-global-color-text);
    font-family: "Noto Sans JP" Sans-Serif;
    border-bottom: 2px solid var(--e-global-color-text);
}
.sidebar ul{
    padding-inline-start: 0;
    list-style: none;
}
.sidebar li {
    padding: 0 5px;
}
.sidebar li a{
    text-decoration: underline;
    color: #333;
}
.sidebar [type=button], [type=submit], button {
    border: none;
}
.sidebar .sidebar-02 .widget {
    margin-bottom: 30px;
}
.sidebar .elementor-widget-sidebar .widget .wp-block-image figure {
    margin: auto;
}

@media (max-width : 1024px) {
.sidebar h2 {
    margin-top: 15px;
    padding: 0 0 6px 4px;
    font-size: 1.3em;
}
}
@media (max-width : 767px) {
.sidebar .side_bnr_sp{
    display: none;
}
.sidebar .widget figure{
    text-align: center;
}
}

/*==PRICE==*/
.price-table table th,
.price-table table td{
    font-size: 17px;
    font-family:"Noto Sans JP";
}
.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;
    font-size: 15px;
}
.price-table table th {
	vertical-align: middle;
}
}/* End custom CSS */