.elementor-kit-6{--e-global-color-primary:#FA870F;--e-global-color-secondary:#54595F;--e-global-color-text:#333333;--e-global-color-accent:#FDD451;--e-global-color-62ac923:#F0F0E9;--e-global-color-674291f:#D02C1E;--e-global-color-2cf659c:#08377E;--e-global-typography-primary-font-family:"Mochiy Pop One";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.4em;--e-global-typography-primary-letter-spacing:0.02em;--e-global-typography-secondary-font-family:"Zen Maru Gothic";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-family:"Zen Maru Gothic";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Zen Maru Gothic";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1080px;}.e-con{--container-max-width:1080px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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{
    transition: all 0.2s ease-in;
    color: #333;
}
a:hover {
    opacity: 0.7;
}


ul {
    margin-block: 0em;
    padding-inline-start: 20px;
}
li{
    margin-bottom: 10px;
}

/** tableのcssをリセット **/
table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: transparent;
}

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

/*==SIDE BAR==*/
.widget {
    margin-bottom: 8px;
}
.sidebar h2 {
    margin-top: 30px;
    padding: 0 0 8px 8px;
    font-weight: 600;
    font-size: 1.4em;
    color:var(--e-global-color-secondary);
    font-family: "Zen Maru Gothic", Sans-serif;
    border-bottom: 1px solid var(--e-global-color-text);
}
.sidebar ul{
    padding-inline-start: 0;
    list-style: none;
}
.sidebar li {
    padding: 0 8px;
}
.sidebar li a{
    text-decoration: underline;
}
@media (max-width : 1024px) {
.sidebar h2 {
    margin-top: 15px;
    padding: 0 0 6px 4px;
    font-size: 1.3em;
}
}

/*==投稿関連共通==*/
.elementor-post__meta-data {
    text-align: right;
}
.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 13px;
}

/* h2見出し */
.midashi-h2{
    text-shadow: 
       2px  2px 1px #fa870f,
      -2px  2px 1px #fa870f,
       2px -2px 1px #fa870f,
      -2px -2px 1px #fa870f,
       2px  0px 1px #fa870f,
       0px  2px 1px #fa870f,
      -2px  0px 1px #fa870f,
       0px -2px 1px #fa870f;
}
/** header **/
.hd-menu{
    text-shadow: 
       2px  2px 1px #fa870f,
      -2px  2px 1px #fa870f,
       2px -2px 1px #fa870f,
      -2px -2px 1px #fa870f,
       2px  0px 1px #fa870f,
       0px  2px 1px #fa870f,
      -2px  0px 1px #fa870f,
       0px -2px 1px #fa870f;
}

/*==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;
}/* End custom CSS */