.elementor-kit-6{--e-global-color-primary:#FF9900;--e-global-color-secondary:#707070;--e-global-color-text:#232323;--e-global-color-accent:#FF9900;--e-global-color-1df1ba1:#FFF2C3;--e-global-color-1d9b9a9:#F9F3E4;--e-global-color-b8eb180:#D21C21;--e-global-color-00ef5ca:#0071BC;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-weight:400;--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:"Noto Sans JP";--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:1180px;}.e-con{--container-max-width:1180px;--container-default-padding-top:4px;--container-default-padding-right:4px;--container-default-padding-bottom:4px;--container-default-padding-left:4px;}.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関連==*/
/** tableのcssをリセット **/
table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: transparent;
}
/** table01 **/
.table01 table th, 
.table01 table td {
	border: none;
	border-bottom: 1px dotted #ababab;
	border-collapse: collapse;
	font-size: 16px;
}
.table01 table th {
	width: 20%;
}
.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 {
    display: block;
	width: 100%;
	text-align: left;
}
.table01 table td{
    display: block;
	width: 100%;
}

}

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

/** h2背景 **/
.ttl-h2-bg{
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(230, 246, 252, 1) 6px, rgba(230, 246, 252, 1) 12px );
}

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

/*==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: "Noto Sans JP", 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;
}

/*==PRICE==*/
.price-table table th,
.price-table table td{
    font-size: 16px;
    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 */