@charset "utf-8";
/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
 

/***********************
* 変数設定
***********************/
:root {
  --khmr-font-primary: 'Noto Sans JP','游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
  --khmr-font-secondary: 'Noto Sans JP','游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
  --khmr-icon: 'Material Symbols Rounded';

  --khmr-trans-time: 0.15s;

  --khmr-color-primary: #EE7D41;
  --khmr-color-primary-rgb: 238, 125, 65;
  --khmr-color-primary-contrast: #ffffff;

  --khmr-color-secondary: #0D7A60;
  --khmr-color-secondary-rgb: 13, 122, 96;
  --khmr-color-secondary-contrast: #ffffff;

  --khmr-color-white: #ffffff;
  --khmr-color-white-rgb: 255, 255, 255;
  --khmr-color-white-contrast: #212121;

  --khmr-color-black: #000000;
  --khmr-color-black-rgb: 0, 0, 0;
  --khmr-color-black-contrast: #ffffff;

  --khmr-color-gray: #777777;
  --khmr-color-gray-rgb: 170, 170, 170;
  --khmr-color-gray-contrast: #ffffff;

  --khmr-color-image-background: #f0f0f0;
}

/***********************
* 文字の改行
***********************/
#top {
  word-break: break-all;
}

/***********************
* メインフォントファミリー
***********************/
.responsive #top #wrap_all .all_colors h1,
#top.home #wrap_all .all_colors .about-content .av-subheading,
#top.home #wrap_all .entry-content-header .av-magazine-title,
#top #wrap_all .all_colors .pickup .flex_cell .avia_textblock h4,
#top #wrap_all .all_colors .pickup .flex_cell .avia_textblock p,
body#top,
body#top span:not(.avia-menu-text){
  font-family: var(--khmr-font-primary);
}

/***********************
* スマホ時のバーガーメニュー
***********************/
.html_av-overlay-side #top #wrap_all #header_main #av-burger-menu-ul {
  max-height: 100%;
  overflow-y: auto;
}
.html_av-overlay-side #top #wrap_all #header_main .av-burger-overlay-inner {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #eb8d1f;
  color:#fff;
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
  color:#fff;
}
.html_av-overlay-side #top #wrap_all #header_main #av-burger-menu-ul {
  height: auto;
  width: 100%;
}
#top .av-burger-overlay #av-burger-menu-ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#top .av-burger-overlay #av-burger-menu-ul > li:first-child > a {
  border-top: 1px solid;
}
#top .av-burger-overlay #av-burger-menu-ul > li {
  width: 100%;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button,
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact {
  width: 100%;
  text-align: center;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button,
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact {
  margin-top: 10px;
  padding: 10px 10px 0px 10px;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a,
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a {
  padding: 25px 10px 20px 10px;
  display: block;
  font-size: 12px;
  position: relative;
  text-align: center;
  border: 1px solid;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a {
border-right: 1px solid;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a:before,
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a:before {
  position: relative;
  font-family: var(--khmr-icon);
  content: "\e8b6";
  font-size: 28px;
  display: block;
  text-align: center;
  margin-bottom:8px;
  -webkit-text-stroke: 0.5px white;
  height: 28px;
  line-height: 100%;
}
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a:before {
  content: "\f187";
  top: -1px;
}
.html_av-overlay-side #top #wrap_all #header_main #av-burger-menu-ul {
  max-height: 100%;
  overflow-y: auto;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a,
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a {
  padding: 0px;
  height: 100px;
  padding-top: 24px;
}
#top .av-burger-overlay #av-burger-menu-ul > li.wpml-ls-item {
  width: 50%;
}
#top .av-burger-overlay #av-burger-menu-ul > li.wpml-ls-item > a {
  text-align: center;
  margin-top: 25px;
  border-top: 1px solid;
}
#top .av-burger-overlay #av-burger-menu-ul > li.wpml-ls-current-language > a {
  background-color: var(--khmr-color-primary) !important;
  color: var(--khmr-color-white) !important;
  font-weight: bold;
}
.html_av-overlay-side #top #wrap_all #header_main .av-burger-overlay-inner {
  -webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.html_av-overlay-side #top #wrap_all #header_main #av-burger-menu-ul {
  padding-top: 102px !important;
}
/*demo12*/
.html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator {
  opacity: 1;
  right: 5px;
}
.html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator:before {
  font-family: var(--khmr-icon);
  content: "\e145";
  font-size: 34px;
  font-weight: 210;
  color: #B5B5B5;
}
@media only screen and (max-width:989px) {
  #top .av-active-burger-items span.avia-menu-subtext {
    text-align: left;
  }
  #top #wrap_all #header.header_color li.av-menu-button.av-active-burger-items > a {
      text-align: center;
      padding: 15px 10px;
      width: 90%;
      margin: 0px auto;
  }
  #top #wrap_all #header.header_color li.av-menu-button.av-active-burger-items {
      margin-top: 20px;
  }
  .responsive #top .logo {
      width: calc(100% - 90px);
  }
  .header_color .av-hamburger-inner, 
  .header_color .av-hamburger-inner:before, 
  .header_color .av-hamburger-inner:after {
      height: 1px;
      width: 28px;
      background-color: var(--khmr-color-black);
      border-radius: 0px;
  }
  body#top #header_main > .container .main_menu {
      top: calc(50% - 38px);
      padding-bottom: 0px;
  }
  .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
      height: 40px !important;
      line-height: 40px !important;
  }
  .responsive #top .av-logo-container .avia-menu {
      position: relative;
      height: 100%;
  }
  .responsive #top .av-logo-container .avia-menu > ul {
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%);
  }
  body#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button,
  body#top .av-burger-overlay #av-burger-menu-ul > li.link-contact {
      width: 50%;
  }
  body#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a,
  body#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a {
      padding: 100px 0px 0px 0px;
      overflow: hidden;
  }
  body#top #header .av-menu-button > a .avia-menu-text {
      position: relative;
  }
  body#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a:before,
  body#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
  }
  .html_av-submenu-hidden .av-submenu-indicator {
      height: 36px;
      width: 36px;
      padding: 0px;
      top: 10px;
      line-height: 36px;
      background-color: var(--khmr-color-primary);
  }
  .html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator {
      right: 10px;
      overflow: hidden;
  }
  .html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator:before {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      left: 0px;
      top: 0px;
      background-color: transparent;
      color: white;
      transition: transform 0.15s ease-in-out;
      box-shadow: 0 2px 5px 2px rgba(0,0,0,0.15)
  }
  .html_av-submenu-hidden .av-show-submenu > a > .av-submenu-indicator {
      transform: none;
  }
  .html_av-submenu-hidden .av-show-submenu > a > .av-submenu-indicator:before {
      transform: rotate(45deg);
  }
  .html_av-submenu-hidden #av-burger-menu-ul > li > a .av-submenu-indicator:before {
      transition: all 0.15s ease-in-out;
  }
  .html_av-submenu-hidden #av-burger-menu-ul > li > a > .av-submenu-indicator:hover:before,
  .html_av-submenu-hidden .av-show-submenu > a > .av-submenu-indicator:before {

  }
}



/***********************
* 前頁共通
***********************/
#top #wrap_all .main_color strong {
  color: inherit;
}
/***********************
* [class="ex-ff"] 
***********************/
.responsive #top .ex-ff *,
.responsive #top .ex-ff {
  font-family: var(--khmr-font-family-secondary) !important;
}
/***********************
* [class="fw-bold"] 
***********************/
#top .fw-bold,
#top .fw-bold * {
  font-weight: bold;
}
/***********************
* [class="fw-mid"] 
***********************/
#top .fw-mid,
#top .fw-mid * {
  font-weight: 500;
}
/***********************
* [class="ex-spacing"] (letter-spacing)
***********************/
#top .ex-spacing {
  letter-spacing: 5px;
}
/***********************
* [class="ex-fc1"] 
***********************/
#top .ex-fc1,
#top .ex-fc1 * {
  color: var(--khmr-color-primary);
}
/***********************
* [class="background-cover"] 
***********************/
#top .background-cover {
    background-size: cover !important;
}

/***********************
* [class="ex-ls"] 
***********************/
#top .ex-ls,
#top .ex-ls * {
  letter-spacing: 1.5px;
}
/***********************
* [class="ex-ls2"] 
***********************/
#top .ex-ls2,
#top .ex-ls2 * {
  letter-spacing: 2px;
}
/***********************
* [class="ex-ls3"] 
***********************/
#top .ex-ls3,
#top .ex-ls3 * {
  letter-spacing: 0.3em;
}

/***********************
* [class="ex-lh"] 
***********************/
#top .ex-lh,
#top .ex-lh * {
  line-height: 190%;
}
/***********************
* [class="ex-lh2"] 
***********************/
#top .ex-lh2,
#top .ex-lh2 * {
  line-height: 140%;
}
/***********************
* [class="ex-lh3"] 
***********************/
#top .ex-lh3,
#top .ex-lh3 * {
  line-height: 2.25em;
}
/***********************
* [class="ex-back"] 
***********************/
#top.home .ex-back {
  position: relative;
}
#top.home .ex-back:before {
  position: absolute;
  content: "";
  display: block;
  width: 80%;
  height: 100px;
  background-color: var(--khmr-color-white);
  bottom: -1px;
  left: auto;
  right: 0px;
  z-index: 1;
  border-radius: 30px 0px 0px 0px;
}
/***********************
* [class="ex-Flex"] 
***********************/
#top.home .ex-Flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
#top.home .ex-Flex > section {
  width: 45%;
  margin-top: 0px;
}
#top.home .ex-Flex > section:nth-of-type(odd) {
  margin-right: 7.5%;
}

/***********************
* [class="fw-bold"] 
***********************/
#top .fw-bold,
#top .fw-bold * {
  font-weight: bold;
}
/***********************
* [class="fw-mid"] 
***********************/
#top .fw-mid,
#top .fw-mid * {
  font-weight: 500;
}

/***********************
* [class="ex-spacing"] (letter-spacing)
***********************/
#top .ex-spacing {
  letter-spacing: 5px;
}

/***********************
* [class^="no-padding-**"]
***********************/
.no-padding-bottom,
.no-padding-bottom .template-page,
.no-padding-bottom .av-layout-tab {
  padding-bottom: 0px !important;
}
.no-padding-top,
.no-padding-top .template-page,
.no-padding-top .av-layout-tab {
  padding-top: 0px !important;
}

/***********************
* [class^="background-**"]
***********************/
#top .background-cover {
  background-size: cover;
}

/***********************
* Archive & Blog & Search
***********************/
body#top.archive .bloglist-excerpt .read-more-link,
body#top.blog  .bloglist-excerpt .read-more-link {
  margin-top:10px
}
body#top.archive .template-blog .bloglist-excerpt .post_delimiter,
body#top.blog  .template-blog .bloglist-excerpt .post_delimiter {
  padding: 0px;
}
body#top.archive .entry-content-header + p,
body#top.blog .entry-content-header + p {
  margin-top: 0px;
  margin-bottom: 15px;
}
#top.search article.bloglist-excerpt .post-title,
#top.archive article.bloglist-excerpt .post-title,
#top.blog article.bloglist-excerpt .post-title {
  font-size: 17px;
}
#top.search article.bloglist-excerpt .post-meta-infos,
#top.archive article.bloglist-excerpt .post-meta-infos,
#top.blog article.bloglist-excerpt .post-meta-infos {
  line-height: 100%;
}

/***********************
* aタグ
***********************/
body#top #main a {
  text-decoration: none;
}
#top.home .Info-Tab a.avia-button span {
  transition: all var(--khmr-trans-time) ease-in-out;
}
#top.home .Info-Tab a.avia-button:hover span {
  color: var(--khmr-color-secondary);
}
body#top #main .ex-button a,
body#top #main .ex-button a > strong,
body#top #main .ex-button a > b {
  transition: all var(--khmr-trans-time) ease-in-out;
}
body#top #main .ex-button a:hover,
body#top #main .ex-button a:hover > strong,
body#top #main .ex-button a:hover > b {
  color: var(--khmr-color-secondary);
}


/***********************
* khmrslider要素
***********************/
[id^="khmrs-"] .khmrs-next,
[id^="khmrs-"] .khmrs-prev {
    transition: all var(--khmr-trans-time) ease-in-out;
}
[id^="khmrs-"] .khmrs-next:hover,
[id^="khmrs-"] .khmrs-prev:hover {
    background-color:var(--khmr-color-secondary);
    box-shadow: 0px 2px 5px 1px #ccc;
}
[id^="khmrs-"] .khmrs-prev:hover .khmrsp-icon:before,
[id^="khmrs-"] .khmrs-next:hover .khmrsn-icon:before {
    color: var(--khmr-color-white);
}

/***********************
* aタグホバー用
***********************/
#top * a {
  transition: color var(--khmr-trans-time) ease-in-out;
}
#top * a:hover {
  color: var(--khmr-color-primary);
}

/***********************
* sp-only pc-only
***********************/
@media only screen and (min-width:768px) {
  #top .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width:767px) {
  #top .pc-only {
    display: none !important;
  }
}



/***********************
* ローディング用
***********************/
#loader_wrap {
	z-index: 999999;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	top: 0;
	background: white;
	pointer-events: none;
	transition: all 0.8s;
}
#loader_wrap img {
  max-width: 90%;
  margin: 0px auto;
  display: block;
}


/*20250812*/
#top #s1 img {
    max-height: 360px;
    width: auto;
    max-width: 100%;
}
#top #s1 {
    padding-bottom: 25px;
}
#top #s2 .template-page {
    margin-top: -160px;
    padding-bottom: 100px;
}
#top #s2 * {
    color: white;
    font-weight: 500;
    font-size: 17px;
}
#top #s2 h2 {
    font-weight: bold;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-size: 36px;
}
#top #s2 h3 {
    font-weight: bold;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-size: 24px;
}
#top #s2 .av-special-heading {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}
#top #s2 .av_one_half {
    margin-left: 10%;
    width: 45%;
}
#top #s2 .av_one_half.first {
    margin-left: 0%;
}
#top #s2 h2 {
    position: static;
}
#top #s2 .av-special-heading:has(h2) {
    position: relative;
}
#top #s2 .av-special-heading h2:after,
#top #s2 .av-special-heading h2:before {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: calc(45% - 233px);
    background-color: white;
    top: 67%;
    left: 0px;
}
#top #s2 .av-special-heading h2:before {
    left: auto;
    right: 0px;
}
@media only screen and (max-width: 767px) {
    #top #s2 h2 {
        font-size: 28px;
    }
    #top #s2 .av-special-heading h2:after,
    #top #s2 .av-special-heading h2:before {
        width: calc(47% - 180px);
    }
}
#top #s3 .template-page {
    padding: 110px 0px;
}
#top #s3 .template-page > div {
    border: 1px solid #E9C293;
    padding: 50px 70px 50px 50px;
    border-radius: 14px;
}
#top #s3 .av-special-heading {
    padding: 0px;
}
#top #s3 p {
    margin-bottom: 0px;
}
#top #s3 .avia-buttonrow-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}
#top #s3 .avia-button {
    padding: 10px;
    height: 132px;
    width: 189px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #FFC900;
    border-radius: 10px;
}
#top #s3 .avia-button:hover {
    background-color: #F08200;
}
#top #s3 .avia_iconbox_title,
#top #s3 .avia_button_icon {
    display: block;
    width: 100%;
    left: 0px;
}
#top #s3 .avia_button_icon:before {
    font-family: var(--khmr-icon);
    content: "\e77c";
    font-size: 45px;
    font-weight: 300;
}
#top #s3 .avia-button:nth-of-type(2) .avia_button_icon:before {
    content: "\e85d";
}
#top #s3 .avia_iconbox_title {
    font-size: 16px;
    font-weight: bold;
}
@media only screen and (max-width:767px) {
    #top #s3 .avia-buttonrow-wrap {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #top #wrap_all #s3 .avia-button {
        width: 120px;
        height: 110px;
        margin: 10px 10px 10px 0px;
    }
    #top #s3 .template-page > div {
        padding: 30px 30px 0px 30px;
    }
    #top #s1 .template-page {
        padding-top: 10px;
    }
    #top #s2 .template-page {
        padding: 80px 0px 20px 0px;
    }
    #top #s3 .template-page {
        padding: 45px 0px;
    }
}
#top #wrap_all .image-overlay {
    display: none !important;
}
#top #wrap_all #s5 .wp-caption-text {
    display: none;
}
#top #wrap_all #s5 .avia-builder-widget-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#top #wrap_all #s5 .avia-builder-widget-area .widget {
    margin: 0px;
    padding: 0px;
}
#top #wrap_all #s5 .avia-builder-widget-area .widget img {
    max-height: 75px !important;
    width: auto;
    max-width: 100%;
}
#top #wrap_all #s5 .avia-builder-widget-area .widget,
#top #wrap_all #s5 .avia-builder-widget-area .widget > div,
#top #wrap_all #s5 .avia-builder-widget-area .widget a {
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    line-height: 0px;
    border: none;
}
#top #wrap_all #s5 .avia-builder-widget-area .widget a {
    margin: 10px 55px !important;
}
#top #wrap_all #s5 .avia-builder-widget-area .widget a {
    transition: opacity 0.2s ease;
}
#top #wrap_all #s5 .avia-builder-widget-area .widget a:hover {
    opacity: 0.7;
}
@media only screen and (max-width:767px) {
    #top #wrap_all #s5 .avia-builder-widget-area .widget a {
        margin: 10px 0px !important;
    }
}
#top .wpcf7-form p label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFEBFF;
}
#top .wpcf7-form {
  margin-top: 30px;
}
#top .wpcf7-form p label * {
    margin: 0px;
    padding: 0px;
}
#top .wpcf7-form p label .wpcf7-form-control-wrap {
    width: 60%;
    max-width: 100%;
    margin: 0px 0px 0px auto;
}
#top .wpcf7-form p label .wpcf7-form-control-wrap textarea,
#top .wpcf7-form p label .wpcf7-form-control-wrap input {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #EED1AD;
    font-size: 15px;
    margin: 10px 0px;
}
#top .wpcf7-form p label > span:not([class]) {
    display: inline-block;
    color: #C73351;
    margin-left: 15px;
}
#top #s4 .template-page > div {
    max-width: 1300px;
    padding: 90px 10% 65px;
    background-color: white;
    border-radius: 14px;
}
#top .wpcf7-form p:nth-last-of-type(2) label {
    border-bottom: none;
}
#top .wpcf7-form p:has([type="submit"]) {
    max-width: 65%;
    margin: 0px 0px 0px auto;
}
#top .wpcf7-form [type="submit"] {
    background-color: #FFC900;
    border-radius: 6px;
    font-size: 16px;
    width: 213px;
    height: 63px;
    margin-top: 10px;
    transition: all 0.2s ease;
}
#top .wpcf7-form [type="submit"]:hover {
  background-color: #F08200;
}
#top #main #s4.avia-section .template-page {
    padding: 100px 0px;
}
@media only screen and (max-width:1300px) {
    #top .wpcf7-form p label .wpcf7-form-control-wrap {
        width: 60%;
    }
    #top .wpcf7-form p label {
        font-size: 16px;
    }
}
@media only screen and (max-width:1100px) {
    #top .wpcf7-form p label .wpcf7-form-control-wrap {
        width: 55%;
    }
}
@media only screen and (max-width:989px) {
    #top .wpcf7-form p label .wpcf7-form-control-wrap {
        width: 100%;
    }
    #top .wpcf7-form p label {
        font-size: 16px;
    }
    #top #s4 .template-page > div {
        padding: 30px 10% 0px;
    }
    #top .wpcf7-form p:has([type="submit"]) {
        max-width: 100%;
        width: 100%;
    }
    #top  .wpcf7-form [type="submit"] {
        width: 100%;
    }
    #top .wpcf7-form {
        margin-top: 10px;
    }
    #top #main #s4.avia-section .template-page {
      padding: 45px 0px;
    }
}
#footer-page ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#footer-page ul > li > a,
#footer-page ul > li {
    border: 0px !important;
    background-color: transparent !important;
    color: white;
}
#footer-page ul > li {
    border-left: 1px solid white !important;
    margin: 10px 0px  !important;
}
#footer-page ul > li:last-child {
    border-right: 1px solid white !important;
}
#footer-page ul > li > a {
    padding: 0px 30px !important;
    border-left: 1px solid white;
    line-height: 135%;
    font-weight: 500;
    transition: all 0.2s ease;
}
#footer-page ul > li > a:hover {
    opacity: 0.7;
    color: white !important;
}
#top #footer-page p {
    margin: 0px;
}
#top #footer-page .flex_column > section:last-child {
    margin: 45px 0px 0px 0px;
}
#top #footer-page .flex_column > section:nth-last-of-type(2) {
    margin-top: 5px;
}
#top #footer-page .template-page {
    padding-top: 35px;
}
@media only screen and (max-width:767px) {
    #top #footer-page ul > li {
        width: 100%;
        border: none !important;
        border-bottom: 1px solid white !important;
    }
    #top #footer-page ul > li > a {
        padding: 10px 0px !important;
    }
}
#top #header {
    padding-top: 10px;    
}
#top #header #avia-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#top #header #avia-menu span.avia-menu-text {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}
#top #header #avia-menu > li {
    float: none;
    margin-left: 1vw;
}
#top #header .logo {
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 40%;
    position: relative;
}
#top #header .main_menu {
    max-width: 60%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
#top #header .main_menu > div {
    width: 100%;
}
#top #header .logo > a {
    max-height: 60px;
    display: flex;
    align-items: center;
    
}
#top #header #avia-menu > li.ex > a {
    width: 130px !important;
    height: 130px !important;
    border-radius: 100%;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFC900;
    transition: all 0.2s ease;
}
#top #header #avia-menu > li.ex > a:hover {
    background-color: #F08200;
}
#top #header #avia-menu > li.ex > a .avia-menu-text {
    font-size: 13px;
    padding: 0px 10px;
    text-align: center;
    color: white;
    line-height: 130%;
    position: relative;
}
#top #header #avia-menu > li.ex > a .avia-menu-text:before {
    position: relative;
    display: block;
    font-family: var(--khmr-icon);
    content: "\e064";
    font-size: 30px;
    font-weight: 300;
    line-height: 120%;
    margin-top: -8px;
}
#header.av_minimal_header #header_main .container, 
#header.av_minimal_header .main_menu ul:first-child>li a {
    height: 130px;
    line-height: 130px;
}
#top #main #s1.avia-section .template-page {
    padding-top: 0px;
    margin-top: -30px;
}
html.responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
    position: relative;
    top: 0px;
    left: auto;
    right: 0px;
}
html.responsive #top #wrap_all #header .inner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-width:990px) {
    body#top #header_main > .container .main_menu,
    .responsive #top .av-logo-container .avia-menu > ul {
        top: 0px !important;
        transform: none !important;
        position: relative !important;
    }
}
@media only screen and (max-width:989px) {
    #top #main #s1.avia-section .template-page {
        padding-top: 0px;
        margin-top: 0px;
    }
    #top #header .main_menu {
        width: 60px;
        max-width: 60px;
    }
    #top #header .logo {
        width: calc(100% - 60px);
        max-width: 391px;
    }
}
#top #wrap_all #main > .title_container {
    border-top: 1px solid #E9C293;
    border-bottom: 1px solid #E9C293;
    margin-top: 15px;
}
#top .title_container .container {
    border: none;
}
#top #main > .container_wrap {
    border: none;
}

/* 下層ページ */
#main .alternate_color.title_container .breadcrumbs {
    position: relative;
    margin-top: 10px;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: auto;
}
body#top.single .entry-content h2,
body#top.page .entry-content h2{
    position: relative;
    margin: 50px auto 25px auto;
    padding: 0 0 10px 0;
    color: #111111;
    line-height: 160%;
    border-bottom: 1px solid #CCCCCC;
    text-transform: inherit;
}
body#top.page .entry-content h2:first-child {
  margin-top:0px !important;
}
body#top.single .entry-content h3,
body#top.page .entry-content h3{
    position: relative;
    margin: 50px auto 25px auto;
    padding: 10px 10px 10px 25px;
    color: #111111;
    line-height: 160%;
    background-color: #F1F3F8;
    border-radius: 2px;
}
body#top.single .entry-content h3::before,
body#top.page .entry-content h3::before{
    position: absolute;
    content: '';
    width: 5px;
    height: calc(100% - 20px);
    background-color: #f08200;
    border-radius: 2px;
    left: 10px;
    top: 10px;
}
body#top.single .entry-content h4,
body#top.page .entry-content h4{
    margin: 50px auto 25px auto;
    color:#f08200;
    line-height: 140%;
    text-transform: inherit;
}
body#top.single .entry-content h5,
body#top.page .entry-content h5{
    margin: 50px auto 25px auto;
    line-height: 120%;
    text-transform: inherit;
}
body#top.single .entry-content p,
body#top.page .entry-content p{
    margin: 0 auto 25px auto;
    font-size: 16px;
}
body#top.single .entry-content a,
body#top.page .entry-content a{
    color: #f08200;
    font-weight: 500;
    text-decoration: none;
    white-space: pre-wrap;
    word-break: break-word;
}
body#top.single .entry-content a:hover,
body#top.page .entry-content a:hover{
    text-decoration: underline;
}
body#top.single .entry-content table,
body#top.page .entry-content table{
    margin:25px auto 25px;
}
body#top.single .entry-content table tr th,
body#top.page .entry-content table tr th{
    padding: 10px 8px;
    color: #111111;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #F2F2F2;
    letter-spacing: 0px;
    line-height: 140%;
}
body#top.single .entry-content table tr td,
body#top.page .entry-content table tr td{
    padding:10px 8px;
    font-size: 16px;
}
body#top.single .entry-content ul,
body#top.page .entry-content ul{
    margin-left: 15px;
    margin-bottom: 25px;
}
body#top.single .entry-content ul li,
body#top.page .entry-content ul li{
    position: relative;
    margin-left:0;
    padding-left:16px;
    list-style:none;
    font-size:16px;
}
body#top.single .entry-content ul li::before,
body#top.page .entry-content ul li::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 15px;
    left: 0;
    background-color: #f08200;
    border-radius: 50px;
}
body#top.single .entry-content ul li ul,
body#top.page .entry-content ul li ul{
    margin-left: 5px;
}
body#top.single .entry-content ul li ul li,
body#top.page .entry-content ul li ul li{
    margin-bottom: 0;
    padding-left: 10px;
}
body#top.single .entry-content ul li ul li::before,
body#top.page .entry-content ul li ul li::before{
    top: 14px;
    left: 0;
    background-color: #333333;
    width: 5px;
    height: 5px;
}
body#top.single .entry-content ul li ol,
body#top.page .entry-content ul li ol{
    margin-left: 20px;
}
body#top.single .entry-content ul li ol li,
body#top.page .entry-content ul li ol li{
    list-style: inherit;
    padding-left: 0;
}
body#top.single .entry-content ul li ol li::before,
body#top.page .entry-content ul li ol li::before{
    display: none;
}
body#top.single .entry-content ol li,
body#top.page .entry-content ol li{
    font-size: 16px;
}
body#top.single .entry-content ul li, 
body#top.page .entry-content ul li time {
  margin-top:-5px;
  color:#555;
}
body#top.single .post-meta-infos time,
body#top.page .post-meta-infos time {
  font-size:13px;
  display: block;
  margin-bottom:20px;
}

/* フォーム */
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 2em;
    border: 2px solid #f08200;
    text-align: center;
    border-radius: 10px;
}


/* ReCaptcha */
.grecaptcha-badge {
	visibility: hidden !important;
}