@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: #2D4359;
  --khmr-color-primary-rgb: 45, 67, 89;
  --khmr-color-primary-contrast: #ffffff;

  --khmr-color-secondary: #0D1E30;
  --khmr-color-secondary-rgb: 13, 30, 48;
  --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-word;
}

/***********************
* メインフォントファミリー
***********************/
.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: var(--khmr-color-white);
}
.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: #8bd3dd;
	pointer-events: none;
	transition: all 0.8s;
}
#loader_wrap img {
  max-width: 90%;
  margin: 0px auto;
  display: block;
}


/***********************
* 検索フォーム
***********************/
body#top .search.container #searchform>div {
  max-width: 550px;
}
#top input#searchsubmit {
  border-radius: 0px 100px 100px 0px;
  min-width: 70px;
  font-size: 22px;
}
#top input#s {
  padding: 20px 90px 20px 30px;
  border-radius: 100px;
}
.avia_mobile #top #searchsubmit {
  height: 100%;
}
/***********************
* メインメニュー全画面検索導入用
***********************/
body#top {
  position: relative;
}
.search-toggle {
  display: none;
}
body#top > #search-close__button,
body#top > .search-overlay,
body#top > .search.container {
  position: fixed;
}
body#top > .search-overlay {
  z-index: 999998;
  height: 100%;
  width: 100%;
  left: 0px;
  top:0px;
  background-color: rgba(var(--khmr-color-black-rgb),0.8);
}
body#top > .search.container {
  z-index: 999999;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
body#top .search.container #searchform>div {
  max-width: 500px;
  margin: 0px auto;
}
body#top > #search-close__button {
  z-index: 999999;
  width: 40px;
  height: 40px;
  right: 30px;
  top: 30px;
  border: 1px solid var(--khmr-color-white);
  padding: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out,transform 0.5s ease-in-out;
}
body#top > #search-close__button:hover {
  background-color: rgba(var(--khmr-color-white-rgb),0.1);
}
body#top > #search-close__button > span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--khmr-color-white);
  border-radius: 4px;
}
body#top > #search-close__button > span:nth-of-type(1) {
  transform: rotate(45deg) translate(7px,7px);
}
body#top > #search-close__button > span:nth-of-type(2) {
  transform: rotate(-45deg) translate(-5px,5px);
}
#top .search-toggle input#searchsubmit {
  height: 100%;
  line-height: 100%;
}
#top .search-toggle #s {
  min-height: 40px;
}
body#top #header .av-main-nav > li.search-toggle__button {
  margin-left: 5px;
  margin-right: 0px;
}
#top #header .av-main-nav > li.search-toggle__button:before {
  content: none;
}
body#top #header .av-main-nav > li.search-toggle__button > a {
  display: block;
  width: 35px;
  max-width: 35px;
  height: 35px !important;
  max-height: 35px;
  line-height: 35px !important;
  padding: 35px 0px 0px 0px;
  overflow: hidden;
  position: relative;
}
body#top #header .av-main-nav > li.search-toggle__button > a:before {
  position: absolute;
  font-family: var(--khmr-icon-font-family-secondary);
  content: "\e8b6";
  top: 0px;
  left: 0px;
  font-size: 24px;
  font-weight: 400;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: var(--khmr-primary-font-color);
  opacity: 1;
  transition: color var(--khmr-transition-time) ease-in-out;
}
body#top #header .av-main-nav > li.search-toggle__button > a:hover:before {
  color: var(--khmr-color-primary);
}
#top #avia-menu li.search-toggle__button {
  position: relative;
  order: 2;
}
#top #avia-menu li.language_switcher {
  position: relative;
  order: 1;
}
@media only screen and (max-width:989px) {
  .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li.menu-item-avia-special > a {
      padding: 2px 0px 0px 0px;
  }
  html.responsive.html_mobile_menu_tablet body#top #header_main > .container .main_menu .av-main-nav > li.search-toggle__button > a {
      padding: 35px 0px 0px 0px;
  }
  #top #avia-menu li.search-toggle__button {
    position: relative;
    order: 2;
  }
  #top #avia-menu li.language_switcher {
    position: relative;
    order: 1;
  }
  #top #avia-menu #khmr-burger__clone {
      position: relative;
      order: 3;
  }
  html.responsive.html_mobile_menu_tablet body#top #header_main > .container .main_menu .av-main-nav > li {
      margin: 0px 3px;
  }
}
/***********************
* 全画面検索導入に伴う検索フォーム設定
***********************/
#top .search-toggle #searchform .av_searchform_search.avia-svg-icon svg {
    fill: white;
    font-size: 22px;
}
#top .search-toggle #searchform .av_searchform_search.avia-svg-icon {
    right: 11px;
    top: 5px;
}
body#top > .search.container {
  width: 550px;
  max-width: 95%;
  padding: 40px 50px;
  background-color: var(--khmr-color-white);
  border-radius: 7px;
}
#top #searchform input#searchsubmit {
  border-radius: 0px 7px 7px 0px;
  background-color: var(--khmr-color-primary);
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  color: var(--khmr-color-white);
}
#top #searchform input#searchsubmit:hover {
  background-color: var(--khmr-color-secondary);
}
#top #searchform input#s {
  max-width: 100%;
  border-radius: 7px;
  padding: 20px 90px 20px 25px;
  border-color: #999999;
  background-color: #f8f8f8;
}
#top .input-text, 
#top input[type="text"], 
#top input[type="input"], 
#top input[type="password"],
#top input[type="email"], 
#top input[type="number"], 
#top input[type="url"], 
#top input[type="tel"], 
#top input[type="search"], 
#top textarea, #top select {
  font-size: 16px;
}
#top main #searchform input#s {
border-color: #e5e5e5;
}
@media only screen and (max-width: 767px) {
  body#top > .search.container {
      padding: 20px 25px;
  }
  #top .input-text, 
  #top input[type="text"], 
  #top input[type="input"], 
  #top input[type="password"],
  #top input[type="email"], 
  #top input[type="number"], 
  #top input[type="url"], 
  #top input[type="tel"], 
  #top input[type="search"], 
  #top textarea, #top select {
      font-size: 14px;
  }
}


/*s1*/
#top #main #s1.avia-section .template-page {
  padding: 100px 0px;
}
#top #s1 .flex_column {
    margin: 0px;
}
#top #s1 .entry-content-wrapper {
    position: relative;
}
#top #s1 .flex_column:has(.avia-image-container) {
    width: 1012px;
    max-width: 100%;
}
#top #s1 .flex_column:has(.av-special-heading) {
    position: absolute;
    background-color: white;
    max-width: 789px;
    width: 100%;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding: 75px 65px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
}
#top #s1 .flex_column p {
    font-size: 16px;
    line-height: 165%;
}
#top #wrap_all #main .flex_column h2 {
    color: #0D1E30;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
#top #wrap_all #main .flex_column h2:before {
    position: absolute;
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    background-color: #60482C;
    bottom: 0px;
    left: 0px;
}
#top #wrap_all #main .avia-button {
    width: 180px;
    height: 56px;
    line-height: 56px;
    border-radius: 56px;
    margin-right: 12px;
    background-color: #2D4359;
    transition: all 0.2s ease;
    position: relative;
    font-weight: 600;
    padding: 0px 25px;
}
#top #wrap_all #main .avia-button:before {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: white;
    left: 20px;
    top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);
}
@media only screen and (max-width:989px) {
    #top #s1 .flex_column:has(.av-special-heading) {
        position: relative;
        transform: none;
        padding: 0;
        max-width: 100%;
        box-shadow: none;
        margin-top: 10px;
    }
    #top #s1 .flex_column:has(.avia-image-container) {
        margin-bottom: 5px;
    }
    #top #main #s1.avia-section .template-page {
      padding: 40px 0px 50px 0px;
    }
}

/*s2*/
#top #wrap_all #main #s2 .entry-content-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
}
#top #wrap_all #main #s2 .flex_column {
    margin: 0px;
    width: 50%;
    border-left: 1px solid #BBBBBB;
}
#top #wrap_all #main #s2 .flex_column:last-child {
    border-right: 1px solid #BBBBBB;
}
#top #wrap_all #main #s2 .av-special-heading {
    height: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #BBBBBB;
}
#top #wrap_all #main #s2 .flex_column h2 {
    padding: 0px;
    margin: 0px;
    color: white;
}
#top #wrap_all #main #s2 .flex_column h2:before {
    content: none;
}
#top #wrap_all #main #s2 h2 {
    font-weight: 500;
}
#top #main #s2.avia-section .template-page {
    padding: 0px;
}
#top #wrap_all #main #s2 .av_textblock_section {
    padding: 55px 50px 20px 50px;;
    color: white;
    font-size: 14px;
}
#top #wrap_all #main #s2 h3 {
    font-size: 16px;
    color: white;
    font-weight: 500;
}
#top #wrap_all #main #s2 .avia-button {
    border: 1px solid white;
    background-color: transparent;
    margin-bottom: 50px;
    margin-right: 0px;
}
#top #wrap_all #main #s2 .avia-button:hover {
    background-color: #2D4359;
}
@media only screen and (max-width:989px) {
    #top #wrap_all #main #s2 .entry-content-wrapper {
        flex-wrap: wrap;
    }
    #top #wrap_all #main #s2 .flex_column {
        width: 100%;
        border-right: 1px solid #BBBBBB;
        margin: 20px 0px;
        border-top: 1px solid #BBBBBB;
        border-bottom: 1px solid #BBBBBB;
    }
    #top #wrap_all #main #s2 .av-special-heading {
        height: 100px;
    }
    #top #wrap_all #main #s2 .av_textblock_section {
        padding: 25px 25px 0px 25px;;
    }
    #top #wrap_all #main #s2 .avia-button {
        margin-bottom: 35px;
    }
    #top #main #s2.avia-section .template-page {
        padding: 30px 0px;
    }
}

/*s3*/
#top #wrap_all #main #s3 .entry-content-wrapper {
    position: relative;
    display: flex;
}
#top #wrap_all #main #s3 .entry-content-wrapper > .av_one_fifth {
    width: 300px;
}
#top #wrap_all #main #s3 .entry-content-wrapper > .av_four_fifth {
    max-width: 100%;
    width: 620px;
}
#top #wrap_all #main #s3 .entry-content-wrapper > .av_one_full {
    max-width: 100%;
    width: 630px;
    position: absolute;
    top: 0px;
    background-color: white;
    right: 0px;
    padding: 25px 0px 35px 60px;
}
#top #wrap_all #main #s3 p {
    font-size: 16px;
    line-height: 165%;
    letter-spacing: 0.1px;
    margin-top: 0px;
    margin-bottom: 30px;
}
#top #main #s3.avia-section .template-page {
    padding: 100px 0px 50px 0px;
}
@media only screen and (max-width:989px) {
    #top #wrap_all #main #s3 .entry-content-wrapper {
        display: block;
    }
    #top #wrap_all #main #s3 .entry-content-wrapper > .av_one_full {
        position: relative;
        padding: 0px;
        width: 100%;
    }
    #top #wrap_all #main #s3 .entry-content-wrapper > .av_four_fifth {
        width: 100%;
        max-width: 100%;
    }
    #top #main #s3.avia-section .template-page {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}


/*blog posts*/
#top #wrap_all #main .flex_column .av-alb-blogposts h2 {
    padding: 0px;
    margin: 0px;
    font-size:15px;
    font-weight: 500;
    
}
#top #wrap_all #main .flex_column .av-alb-blogposts h2:before {
    content: none;
}
/*
#top #wrap_all #main .flex_column .av-alb-blogposts article:first-child {
    border-top: 1px solid #d3d3d3;
}
#top #wrap_all #main .flex_column .av-alb-blogposts article {
    border-bottom: 1px solid #D3D3D3;
}
*/
#top #wrap_all #main .flex_column .av-alb-blogposts article header {
    display: flex;
    align-items: center;
}
#top #wrap_all #main .flex_column .av-alb-blogposts article header > h2 {
    order: 2;
    width: calc(100% - 140px);
    line-height: 100%;
}
#top #wrap_all #main .flex_column .av-alb-blogposts article header > span {
    order: 1;
    width: 140px;
    text-align: center;
}
#top #wrap_all #main .flex_column .av-alb-blogposts .read-more-link {
    display: none;
}


/*s4*/
#top #wrap_all #s4 .flex_column h2 {
    padding-bottom: 40px;
    margin-bottom: 60px;
}
#top #wrap_all #s4 .flex_column h2:before {
    left: 50%;
    transform: translateX(-50%);
}
#top #wrap_all #s4 .av_one_fifth {
    width: 400px;
    text-align: right;
}
#top #wrap_all #s4 .av_four_fifth {
    width: calc(100% - 400px);
}
#top #wrap_all #s4 .widget_media_image {
    text-align: right;
    padding-bottom: 0px;
}
#top #wrap_all #s4 .widget_media_image:not(:first-child) {
    padding-top: 20px;
}
#top #wrap_all #s4 .widget_media_image a {
    border: 1px solid #E9E9E9;
    width: 300px;
    margin: 0px 0px 0px auto;
    border-radius: 2px;
    transition: all 0.2s ease;
    display: flex !important;
}
#top #wrap_all #s4 .widget_media_image a:hover {
    opacity: 0.7;
}
#top #wrap_all .image-overlay {
    display: none !important;
}
@media only screen and (max-width:989px) {
    #top #wrap_all #main .flex_column .av-alb-blogposts article header {
        flex-wrap: wrap;
    }
    #top #wrap_all #main .flex_column .av-alb-blogposts article header > h2 {
        width: 100%;
    }
    #top #wrap_all #main .flex_column .av-alb-blogposts article header > span {
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width:767px) {
    #top #wrap_all #s4 .av_four_fifth {
        width: 100%;
    }
    #top #wrap_all #s4 .av_one_fifth {
        width: 100%;
    }
    #top #wrap_all #s4 .widget_media_image a {
        margin: 0px auto;
    }
    #top #wrap_all #s4 .flex_column h2 {
        margin-bottom: 10px;
        padding-bottom: 20px;
    }
    #top #main #s4.avia-section .template-page {
        padding-top: 0px;
    }
    #top #wrap_all #main #s4 .flex_column .av-alb-blogposts {
        margin-bottom: 10px;
    }
}


/*footer*/
#header .sub_menu li.pc-only a:after {
    position: relative;
    font-family: var(--khmr-icon);
    content: "\e3e0";
    font-weight: 400;
    font-size: 17px;
    vertical-align: middle;
    top: -1px;
    margin-left: 3px;
}
#top #footer-page .avia-image-overlay-wrap {
    width: 468px;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 2px;
    max-width: 100%;
}
#top #footer-page .avia-image-overlay-wrap img {
    max-width: calc(100% - 30px);
    width: auto;
    height: auto;
    max-height: 70px;
}
#top #wrap_all #main #footer-page .av_textblock_section h2,
#top #wrap_all #main #footer-page .av_textblock_section p {
    color: white;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}
#top #wrap_all #main #footer-page .av_textblock_section h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
#top #wrap_all #main #footer-page .av_textblock_section h2:before {
    content: none;
}
#top #wrap_all #main #footer-page .entry-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#top #wrap_all #main #footer-page .flex_column.copy .av_textblock_section p {
    font-size: 13px;
}
#top #wrap_all #main #footer-page .flex_column.copy {
    margin-top: 30px;
}


/*header*/
.html_header_top body#top #header.av_header_stretch .container {
    width: 84.333333%;
    max-width: 84.333333%;
}
#header .logo img {
    max-height: 70px;
}
#header .logo a {
    display: flex;
    align-items: flex-start
}
#header #header_meta {
    background-color: white;
    border: none;
}
#header #header_main {
    border: none;
}
#header_main .container, .main_menu ul:first-child>li a {
    line-height: 85px;
}
#header .sub_menu li {
    border: none;
    line-height: 19px;
}
#header .sub_menu li a {
    font-size: 13px;
    color: #2D4359;
}
#header .sub_menu li.search-toggle__button a {
    border: 1px solid #2D4359;
    padding: 3px 10px 3px 5px;
    font-size: 12px;
    position: relative;
    border-radius: 2px;
}
#header .sub_menu li.search-toggle__button a:before {
    position: relative;
    font-family: var(--khmr-icon);
    content: "\e8b6";
    font-size: 17px;
    vertical-align: middle;
    top: -1px;
}
#top #wrap_all #header .avia-menu-text {
    color: #333333;
    font-size: 15px;
}
.responsive #top #header .sub_menu, .responsive #top #header_meta .sub_menu>ul {
    text-align: right;
}
@media only screen and (max-width:989px) {
    #header .logo a {
        align-items: center;
    }
    .responsive #top .logo {
        width: calc(100% - 65px);
    }
    .responsive #header_meta .sub_menu>ul>li {
        padding: 0px 7px;
    }
}

/*footer*/
#top #footer-page .widgettitle {
    color: white;
    font-size: 20px;
    margin: 0px 0px 7px 0px;
}
#top #footer-page ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#top #footer-page ul > li {
    width: auto;
    font-size: 16px;
    border: none;
    margin-right: 15px;
    line-height: 100%;
}
#top #footer-page ul > li > a {
    color: white;
    position: relative;
    line-height: 145%;
    padding: 0px;
    padding: 5px 0px;
    background-color: transparent !important;
    transition: all 0.2s ease;
}
#top #footer-page ul > li > a:hover {
    opacity: 0.7;
}
#top #footer-page ul > li > a:before {
    position: relative;
    font-family: var(--khmr-icon);
    content: "\e5cc";
    margin-right: 3px;
    vertical-align: middle;
    top: -1px;
}


/*WPML*/
.responsive #header_meta .sub_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.responsive #header_meta .sub_menu > ul {
    width: auto !important;
    margin: 0px;
}
#top div#header_meta .avia_wpml_language_switch > li {
    display: block !important;
    margin: 0px;
    line-height: 16.5px;
    height: 25px;
    overflow: hidden;
    border: 1px solid #2D4359;
    padding: 0px;
    float: left;
}
#top div#header_meta .avia_wpml_language_switch .avia_current_lang a {
    background-color: #2D4359;
    color: white;
    border: 1px solid #2D4359;
}
#top div#header_meta .avia_wpml_language_switch {
    line-height: 100%;
    height: 25px;
}
#top div#header_meta .language_flag {
    display: none;
}
#top div#header_meta .language_native {
    display: block;
}
#top div#header_meta .avia_wpml_language_switch > li a:before {
    display: none;
}
#top div#header_meta .avia_wpml_language_switch > li a,
#top div#header_meta .avia_wpml_language_switch > li {
    width: 72px;
}
#top div#header_meta .avia_wpml_language_switch > li a {
    display: block;
    text-align: center;
    background-color: white;
    color: #2D4359;
    padding: 2px 10px 3px 10px;
    font-size: 12px;
    line-height: 100px;
}
#top div#header_meta .avia_wpml_language_switch > li.language_ja {
    border-radius: 2px 0px 0px 2px;
}
#top div#header_meta .avia_wpml_language_switch > li.language_en {
    border-radius: 0px 2px 2px 0px;
}
#top div#header_meta .avia_wpml_language_switch > li.language_en a:before,
#top div#header_meta .avia_wpml_language_switch > li.language_ja a:before {
    position: absolute;
    content: "JP";
    display: block;
    top: 0px;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
#top div#header_meta .avia_wpml_language_switch > li.language_en a:before {
    content: "EN";
}
#top .post_delimiter {
    display: none;
}

/* single,page common */
.single header {
    margin-bottom:50px;
}
.single .entry-content-wrapper .post-title {
    font-size: 22px;
    letter-spacing: 1px;
    color:#000;
    line-height: 1.4;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
}
#top:not(.home).page article.post-entry .entry-content h2,
#top:not(.home).single article.post-entry .entry-content h2 {
    font-size: 27px;
    letter-spacing: 1px;
    padding-top:15px;
    color:#000;
    line-height: 1.4;
    margin-top:34px;
    margin-bottom: 1em;
    position: relative;
    font-weight: 500;
}
#top:not(.home).page article.post-entry .entry-content h2:first-child,
#top:not(.home).single article.post-entry .entry-content h2:first-child {
    margin-top:0px;
}
#top:not(.home).page article.post-entry .entry-content h2::before,
#top:not(.home).single article.post-entry .entry-content h2::before {
    border-top: 1px solid #386999;
    content: "";
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
}
#top:not(.home).page article.post-entry .entry-content h3,
#top:not(.home).single article.post-entry .entry-content h3 {
    font-size: 24px;
    letter-spacing: 1px;
    padding-left:18px;
    color:#000;
    line-height: 1.4;
    margin-bottom: 1em;
    position: relative;
    font-weight: 500;
}
#top:not(.home).page article.post-entry .entry-content h3::before,
#top:not(.home).single article.post-entry .entry-content h3::before {
    border-left: 2px solid #386999;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
#top:not(.home).page article.post-entry .entry-content h4,
#top:not(.home).single article.post-entry .entry-content h4 {
    font-size: 21px;
    letter-spacing: 1px;
    padding-left:18px;
    color:#000;
    line-height: 1.4;
    margin-bottom: 1em;
    position: relative;
    font-weight: 500;
}
#top:not(.home).page article.post-entry .entry-content h4::before,
#top:not(.home).single article.post-entry .entry-content h4::before {
    background: #386999;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 5px;
}
#top:not(.home).page article.post-entry .entry-content h5,
#top:not(.home).single article.post-entry .entry-content h5 {
    font-size: 19px;
    letter-spacing: 1px;
    color:#2d4359;
    line-height: 1.4;
    margin-bottom: 1em;
    font-weight: 500;
}
.translation_priority--en.single .entry-content-wrapper .post-title,
.translation_priority--en.page article.post-entry .entry-content h2,
.translation_priority--en.single article.post-entry .entry-content h2, 
.translation_priority--en.page article.post-entry .entry-content h3,
.translation_priority--en.single article.post-entry .entry-content h3, 
.translation_priority--en.page article.post-entry .entry-content h4,
.translation_priority--en.single article.post-entry .entry-content h4, 
.translation_priority--en.page article.post-entry .entry-content h5,
.translation_priority--en.single article.post-entry .entry-content h5,
.translation_priority--en.page article.post-entry .entry-content p, 
.translation_priority--en.single article.post-entry .entry-content p  {
    letter-spacing: 0px !important;
}    
#top:not(.home).page article.post-entry .entry-content p,
#top:not(.home).single article.post-entry .entry-content p {
    margin-bottom:30px;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
#top:not(.home).page article.post-entry .entry-content ul,
#top:not(.home).single article.post-entry .entry-content ul {
    list-style: none;
    margin-left: 5px;

}
#top:not(.home).page article.post-entry .entry-content ul,
#top:not(.home).single article.post-entry .entry-content ul,
#top:not(.home).page article.post-entry .entry-content ol,
#top:not(.home).single article.post-entry .entry-content ol {
    margin-bottom:30px;
}
#top:not(.home).page article.post-entry .entry-content ul li,
#top:not(.home).single article.post-entry .entry-content ul li,
#top:not(.home).page article.post-entry .entry-content ol li,
#top:not(.home).single article.post-entry .entry-content ol li {
    padding:0px;
    margin-bottom:10px;
}
#top:not(.home).page article.post-entry .entry-content ul li ul,
#top:not(.home).single article.post-entry .entry-content ul li ul,
#top:not(.home).page article.post-entry .entry-content ol li ol,
#top:not(.home).single article.post-entry .entry-content ol li ol {
    margin-bottom:10px;
}

#top:not(.home).page article.post-entry .entry-content ul > li,
#top:not(.home).single article.post-entry .entry-content ul > li {
    position: relative;
}
#top:not(.home).page article.post-entry .entry-content ul > li:before,
#top:not(.home).single article.post-entry .entry-content ul > li:before {
    position: absolute;
    font-family: var(--khmr-icon);
    content: "\e5cc";
    left: -15px;
    top: 0px;
    color: #386999;
}
#top:not(.home).page article.post-entry .entry-content ul ul > li:before,
#top:not(.home).single article.post-entry .entry-content ul ul > li:before {
    content: "\e15b";
    font-size: 12px;
}
#top:not(.home).page article.post-entry .entry-content th,
#top:not(.home).single article.post-entry .entry-content th {
    background-color: #386999;
    color:#fff;
    font-weight: normal;
    letter-spacing: 0px;
}
#top:not(.home).page article.post-entry .entry-content td,
#top:not(.home).single article.post-entry .entry-content td,
#top:not(.home).page article.post-entry .entry-content th,
#top:not(.home).single article.post-entry .entry-content th {
    padding: 15px;
    border: 1px solid #bbb;
    font-size: 15px;
}
#top:not(.home).page article.post-entry .entry-content tr,
#top:not(.home).single article.post-entry .entry-content tr {
    background-color: transparent;
}
#top:not(.home).page article.post-entry .entry-content table,
#top:not(.home).single article.post-entry .entry-content table {
    background-color: white;
}
.wp-block-table thead {
    border:0px;
}
#top:not(.home).page article.post-entry .entry-content .khmr-wrap:has(table),
#top:not(.home).single article.post-entry .entry-content .khmr-wrap:has(table) {
  overflow-x: auto;
}
#top:not(.home).page article.post-entry .entry-content .khmr-wrap:has(table)  table,
#top:not(.home).single article.post-entry .entry-content .khmr-wrap:has(table)  table {
  width: 100%;
  min-width: 650px;
  table-layout: fixed;
  margin-bottom: 1px;
  border-collapse: collapse;
}
#top:not(.home).page article.post-entry .entry-content .top-scrollbar,
#top:not(.home).single article.post-entry .entry-content .top-scrollbar,
#top:not(.home).page article.post-entry .entry-content .khmr-wrap:has(table),
#top:not(.home).single article.post-entry .entry-content .khmr-wrap:has(table) {
    overflow-x: auto;
}
#top:not(.home).page article.post-entry .entry-content .top-scrollbar__inner,
#top:not(.home).single article.post-entry .entry-content .top-scrollbar__inner {
    min-height: 5px;
}
#top:not(.home).page article.post-entry .entry-content .top-scrollbar__inner,
#top:not(.home).single article.post-entry .entry-content .top-scrollbar__inner,
#top:not(.home).page article.post-entry .entry-content .khmr-wrap:has(table)  table,
#top:not(.home).single article.post-entry .entry-content .khmr-wrap:has(table)  table {
    width: 100%;
    min-width: 650px;
}
#top:not(.home).page article.post-entry .entry-content .khmr-wrap:has(table)  table,
#top:not(.home).single article.post-entry .entry-content .khmr-wrap:has(table)  table {
    table-layout: fixed;
    margin-bottom: 1px;
    border-collapse: collapse;
}
.main_color tr:nth-child(even) {
    color:var(--enfold-main-color-color);
}
/* h3 */
#top:not(.home).page article.post-entry .entry-content h3 em, 
#top:not(.home).single article.post-entry .entry-content h3 em,
#top:not(.home).page article.post-entry .entry-content h3 strong, 
#top:not(.home).single article.post-entry .entry-content h3 strong {
    display: block;
}
#top:not(.home).page article.post-entry .entry-content h3, 
#top:not(.home).single article.post-entry .entry-content h3 {
    letter-spacing: 1px;
}

/* パンくず */


/* sidebar */
#top:not(.home) #main .sidebar {
    border: none;
}
#top:not(.home) #main .content {
    border: none;    
}
#top.archive #main .content {
    margin-right: 40px;
}
#top:not(.home) #main .sidebar .inner_sidebar {
    margin: 0px;
}
#top:not(.home) #main .sidebar .widgettitle {
    margin-bottom: 5px;
}
#top:not(.home) #main .sidebar .widgettitle a {
    display: block;
    width: 100%;
    height: 100%;
    color:#fff;
    background-color: #2d4359;
    padding: 30px 20px;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 2px;
}
#top:not(.home) #main .sidebar .widget {
    padding: 0px;
}
#top:not(.home) #main .sidebar .widget li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0px 8px 25px;
    font-size: 15px;
    border-bottom: none;
    font-weight: normal;
    position: relative;
    transition: all 0.2s ease-in-out;
    border: none;
}
#top:not(.home) #main .sidebar .widget li a:before {
    position: absolute;
    content:"";
    left: 5px;
    width:5px;
    height: 1px;
    background-color: #386999;
    top: 22px;
}
.main_color .sidebar .current_page_item>a {
    color:#386999;
}
#top:not(.home) #main .sidebar .widget li a:hover {
    opacity: 1;
    color:#386999;
}
.widget_nav_menu ul:first-child>.current_page_item {
    background: transparent !important;
    border:0px;
    color:#386999;
    box-shadow: none !important;
}
#top:not(.home) #main .sidebar .widget {
    margin-bottom: 20px;
}
#top:not(.home) #main .sidebar .widgettitle:not(:has(a)) {
    display: block;
    width: 100%;
    height: 100%;
    color:#fff;
    background-color: #2d4359;
    padding: 30px 20px;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 2px;
}
#top:not(.home) #main .sidebar .widget {
    margin-bottom: 20px !important;
}

/* bloglist simple */
body .bloglist-simple .read-more-link {
    display: none;
}
body#top .bloglist-simple .entry-content-header {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding:0px;
}
#top #wrap_all .bloglist-simple .post-meta-infos {
    order: 1;
    padding-right: 0px;
    word-break:break-word;
    white-space:nowrap;
    position: relative;
    top: 0px;
    padding-top: 1px;
    width: 100%;
}
#top #wrap_all .bloglist-simple .post-title a {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1px;
}
#top #wrap_all .bloglist-simple .post-meta-infos .blog-categories a,
#top #wrap_all .bloglist-simple .post-title a {
    transition: opacity 0.2s ease-in-out;
}
#top #wrap_all .bloglist-simple .post-meta-infos .blog-categories a:hover,
#top #wrap_all .bloglist-simple .post-title a:hover {
    opacity: 0.7;
}
#top #wrap_all .bloglist-simple .post-meta-infos .text-sep {
    display: none;
}

#top #wrap_all .bloglist-simple .post_delimiter {
    display: none;
}
#top .bloglist-simple.post-entry {
    border-top: 1px solid #e9e9e9;
    padding:40px 0px;
}
#top .bloglist-simple.post-entry:last-child {
    border-bottom: 1px solid #e9e9e9;
}
@media only screen and (max-width:767px) {
    body#top .bloglist-simple .entry-content-header {
        flex-wrap: wrap;
    }
    #top #wrap_all .bloglist-simple .post-title {
        margin-top: 10px;
        padding-left: 0px;
        padding-top:10px;
    }
    #top #wrap_all .bloglist-simple .post-meta-infos {
        border-right: 0px;
    }
}

/* ページタイトル */
#main > div.title_container {
  background-image:url("https://kohmura-web.sakura.ne.jp/check/tokyo-narumi/wp-content/uploads/2025/09/s2-bck.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#top .title_container .container {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 56px;
}
.alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
  color:#fff !important;
}

/* WPML */
.otgs-development-site-front-end {
    display: none;
}

/* 調整 */
.container .av-content-small.units {
  width:70%;
  margin-right:3%;
}
.wp-block-image>figcaption {
    font-size: 14px;
    color: #333;
}
@media only screen and (max-width:991px){
    figure.wp-block-image {
        display: block;
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
    }
    figure.wp-block-image img {
        margin:0px auto;
    }
    figure.wp-block-image figcaption{
        display: block;
    }
}
.av_force_fullwidth .bloglist-simple .entry-content-header {
  padding:40px 0px;
}