.elementor-kit-10{--e-global-color-primary:#555555;--e-global-color-secondary:#838383;--e-global-color-text:#555555;--e-global-color-accent:#555555;--e-global-color-2deac2d:#28BC7D;--e-global-color-155d914:#EBA505;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-size:26px;--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:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.9em;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-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;
}
.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%;
}
}

/* table_info01 */
.table_info01 table th,
.table_info01 table td{
    border: none;
    font-size: 21px;
    font-weight: 400;
}
.table_info01 table th {
    display: block;
	width: 100%;
	padding: 5px;
	border-bottom: solid 1px #999;
	text-align: left;
}
.table_info01 table td{
    display: block;
	width: 100%;
	padding: 10px 10px 15px;
}
.table_info01 table tbody>tr:nth-child(odd)>td,
.table_info01 table tbody>tr:nth-child(odd)>th {
    background: none;
}
.table_info01 a.maplink{
    color:#57758f;
    text-decoration: underline;
}
@media (max-width : 767px) {
.table_info01 table th,
.table_info01 table td{
    border: none;
    font-size: 18px;
    font-weight: 400;
}
.table_info01 table th {
	padding: 5px;
	border-bottom: solid 1px #999;
}
.table_info01 table td{
    	padding: 6px 6px 8px;
}
}

/* group_info01 */
.group_info01 table td{
	padding: 5px 15px;
}
@media (max-width : 767px) {
.group_info01 table th,
.group_info01 table td{
    font-size: 17px;
}

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


/*==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: #08377E;
    font-family: "Noto Sans JP" Sans-Serif;
    border-bottom: 2px solid #08377E;
}
.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 .widget {
    margin-bottom: 40px;
}
.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;
}
}

/*==下層page==*/
.page-ttl-icon svg.e-font-icon-svg.e-fas-yen-sign{
    filter:drop-shadow(1.5px 1.5px 0px rgba(255, 255, 255, 0.9));
}/* End custom CSS */