.elementor-kit-13595{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f4497e4:#003399;--e-global-color-29a5bf3:#01AAF1;--e-global-color-be88fd4:#00003D;--e-global-color-64bee9a:#245E4C21;--e-global-color-509e85f:#FFFFFF;--e-global-color-8035af3:#333333;--e-global-color-5eed152:#131313;--e-global-color-d093dfa:#1C1C1C;--e-global-color-e1fe977:#536471;--e-global-color-75bde2f:#272727;--e-global-color-37686f1:#222222;--e-global-color-874b58a:#FFFFFF;--e-global-color-4f4f306:#272727;--e-global-color-71e1cb0:#CC0000;--e-global-color-fbc651e:#000000;--e-global-color-32faff8:#FF0000;--e-global-color-714bace:#4B4F58;--e-global-color-e20d6b4:#444444;--e-global-color-2636259:#948727;--e-global-color-79ea0e3:#E19A16;--e-global-color-3740d52:#CC4A4A;--e-global-color-5d79f3a:#2BB43E;--e-global-color-d8bf0be:#F5F8FA;--e-global-color-11371be:#3333FF;--e-global-color-87e8a78:#F22295;--e-global-color-7c20f96:#E19A16;--e-global-color-a0e360b:#F22260;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-d093dfa );}.elementor-kit-13595 e-page-transition{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-astglobalcolor8 ) 0%, var( --e-global-color-astglobalcolor8 ) 100%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#54595FBF;--lightbox-header-icons-size:200px;--lightbox-navigation-icons-size:50px;}@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 *//* サイト全体の通常のリンクの色を設定 */
a {
    color: #01AAF1;
}

/* サイト全体のホバー時のリンクの色を設定 */
a:hover {
    color: #ff0000;
}
/*ElementorのLightbox拡大設定*/
.elementor-lightbox .elementor-lightbox-image {
  transform: scale(1.15); /* 倍率調整 */
  transform-origin: center center; /* 拡大の基準を中央に */
  max-width: 90vw;  /* 画面幅の90%まで */
  max-height: 90vh; /* 画面高の90%まで */
  width: auto;
  height: auto;
}/* End custom CSS */