@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url("https://fonts.googleapis.com/css?family=Crimson+Text|Marcellus");
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**/
/*$theme_color: #7CB177;*/
/**/
/**/
/**/
/*gray*/
/*mediaquery*/
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #555;
  text-decoration: none; }

/*ul reset*/
ul.nonstyle {
  list-style: none;
  margin: 0;
  padding: 0; }

/* -------------------------------- 
Main components 
-------------------------------- */
html {
  position: relative;
  height: 100%; }

body {
  position: relative;
  color: #4d4d4d;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  word-wrap: break-word; }
  @media screen and (max-width: 640px) {
    body {
      font-size: 14px;
      letter-spacing: 0.1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; } }

@media all and (-ms-high-contrast: none) {
  body {
    position: relative;
    color: #4d4d4d;
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }
@media screen and (max-width: 640px) {
  font-size: 13px; }
img {
  max-width: 100%;
  height: auto; }

.bth_wrap {
  text-align: center; }

br.brmd {
  display: none; }
  @media screen and (max-width: 768px) {
    br.brmd {
      display: block; } }
  @media screen and (max-width: 640px) {
    br.brmd {
      display: block; } }

br.brsp {
  display: none; }
  @media screen and (max-width: 640px) {
    br.brsp {
      display: block; } }

@media screen and (max-width: 640px) {
  br.brpc {
    display: none; } }

.inner {
  width: 100%;
  padding: 30px;
  max-width: 1260px;
  margin: 0 auto;
  clear: both; }
  @media screen and (max-width: 640px) {
    .inner {
      padding: 15px 25px; } }

a.btn_link {
  display: inline-block;
  padding: 1em 1.3em 1em 2.3em;
  color: #000;
  font-size: 1em;
  font-weight: bold;
  background: #fff;
  border: 2px solid #000;
  border-radius: 36px;
  transition: .2s; }
  a.btn_link:after {
        /*
        font-family: "Font Awesome 5 Solid";
        content: "\f105";
		font-family: 'Font Awesome\ 5 Brands';
		font-family: 'Font Awesome\ 5 Free';
		font-family: 'Font Awesome\ 5 Free';
        */
    font-family: 'Font Awesome\ 5 Free';
    content: "\f105";
    margin-left: 2em; }
  a.btn_link:hover {
    color: #fff;
    background: #000;
    transition: .2s; }
  @media screen and (max-width: 640px) {
    a.btn_link {
      padding: 1em 1em 1em 2em;
      font-size: 14px; } }

a:hover {
  color: #000;
  opacity: 0.85; }
  a:hover img {
    opacity: .85; }

@media screen and (max-width: 640px) {
  .pcblock {
    display: none; } }

.spblock {
  display: none; }
  @media screen and (max-width: 640px) {
    .spblock {
      display: block; } }

@media screen and (max-width: 640px) {
  .spnone {
    display: none; } }
/*sns*/
ul.ul_sns {
  display: flex; }
  ul.ul_sns li {
    margin-right: 5px;
    margin-bottom: 0 !important; }
    ul.ul_sns li:last-child {
      margin-right: 0; }
    ul.ul_sns li a {
      display: block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      color: #fff;
      font-size: 1em;
      background: #000;
      border-radius: 50%;
      vertical-align: middle;
      /*sns*/
      /*fb*/
      /*tw*/
      /*insta*/
      /*fb*/ }
      ul.ul_sns li a.fb {
        background: #3c5998; }
      ul.ul_sns li a.tw {
        background: #1DA1F2; }
      ul.ul_sns li a.in {
        position: relative;
        background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        overflow: hidden; }
        ul.ul_sns li a.in::before {
          content: '';
          position: absolute;
          top: 11px;
          left: -9px;
          width: 28px;
          height: 28px;
          background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
          background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%); }
        ul.ul_sns li a.in i {
          position: relative;
          z-index: 2; }
      ul.ul_sns li a.yt {
        background: #cd201f; }
    ul.ul_sns li.language {
      position: relative; }
      ul.ul_sns li.language a {
        width: 140px;
        border-radius: 15px;
        letter-spacing: 0;
        font-family: 'Marcellus', serif;
        font-weight: bold;
        font-size: 1em;
        cursor: pointer; }
        ul.ul_sns li.language a svg {
          margin-left: 5px; }
      ul.ul_sns li.language ul.bogo-language-switcher {
        position: absolute;
        top: 45px;
        left: 0;
        display: none;
        width: 100%;
        z-index: 10;
        border: 2px solid #000;
        padding: 0;
        margin-top: 0; }
        ul.ul_sns li.language ul.bogo-language-switcher::before {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 8px solid #000;
          top: -8px;
          left: 50%;
          margin-left: -8px; }
        ul.ul_sns li.language ul.bogo-language-switcher li {
          background: #fff;
          overflow: hidden;
          height: 45px;
          line-height: 41px;
          width: 100%;
          text-align: center;
          letter-spacing: 0;
          font-size: 1em;
          background: #dedede;
          border: 2px solid #000;
          box-sizing: border-box; }
          ul.ul_sns li.language ul.bogo-language-switcher li .bogoflags {
            display: none; }
          ul.ul_sns li.language ul.bogo-language-switcher li a {
            width: 100%;
            border-radius: 0;
            background: #fff;
            color: #000;
            font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            font-weight: normal;
            padding: 0;
            margin: 0;
            height: 45px;
            line-height: 41px; }
            ul.ul_sns li.language ul.bogo-language-switcher li a:hover {
              background: #000;
              color: #fff; }

/*flex*/
ul.ul_flex {
  display: flex;
  margin: 0 auto; }
  ul.ul_flex li {
    margin-right: 30px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden; }
    ul.ul_flex li:nth-child(3n) {
      margin-right: 0; }
    ul.ul_flex li .txt_wrap {
      padding: 1em; }
      ul.ul_flex li .txt_wrap div.cat_time_wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1em;
        font-size: 13px; }
        ul.ul_flex li .txt_wrap div.cat_time_wrap .cat {
          padding: .5em 1em;
          font-weight: bold;
          color: #fff;
          font-size: 12px;
          background: #000;
          border-radius: 6px; }
        ul.ul_flex li .txt_wrap div.cat_time_wrap time {
          display: inline-block; }
      ul.ul_flex li .txt_wrap a.title {
        font-weight: bold;
        line-height: 1.5; }
  @media screen and (max-width: 768px) {
    ul.ul_flex li .txt_wrap div.cat_time_wrap {
      display: block; }
      ul.ul_flex li .txt_wrap div.cat_time_wrap .cat {
        display: inline-block;
        margin-bottom: .5em;
        padding: .3em .5em; } }
  @media screen and (max-width: 640px) {
    ul.ul_flex {
      display: block;
      width: 95%; }
      ul.ul_flex li {
        margin-right: 0;
        margin-bottom: 20px; } }

/*googlemap*/
.ggmap {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* -------------------------------- 
header components 
--------------------------------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  width: 100%; }
  .header h1 {
    width: 338px;
    height: 66px;
    padding: 0;
    margin: 15px 27px 15px 27px; }
    @media screen and (max-width: 1024px) {
      .header h1 {
        margin-left: 15px; } }
    @media screen and (max-width: 640px) {
      .header h1 {
        width: calc(100% - 65px);
        margin-left: 2%;
        height: auto; } }
    .header h1 a {
      display: block;
      width: 100%; }
      @media screen and (max-width: 640px) {
        .header h1 a {
          width: 170px; } }
    .header h1 img {
      width: 100%; }
    .header h1.h1_index {
      padding: 0; }
  .header .headerright {
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;*/
    padding: 17px 17px 17px 0; }
    .header .headerright .top {
      display: flex;
      justify-content: flex-end; }
      .header .headerright .top .ul_sns {
        margin-left: 1.5em;
        margin-bottom: 17px; }
    .header .headerright nav ul.nav {
      text-align: right;
      font-family: 'Marcellus', serif;
      font-weight: bold; }
      .header .headerright nav ul.nav > li {
        display: inline-block;
        margin-right: 1.2em;
        margin-bottom: 0;
        line-height: normal;
        /*drop*/ }
        .header .headerright nav ul.nav > li:last-child {
          margin-right: 0; }
        .header .headerright nav ul.nav > li > a {
          font-weight: bold;
          font-size: 15px;
          letter-spacing: .05em; }
          .header .headerright nav ul.nav > li > a:hover {
            color: #999; }
        .header .headerright nav ul.nav > li.drop {
          position: relative; }
          .header .headerright nav ul.nav > li.drop .dropdownContain {
            width: 180px;
            height: auto;
            position: absolute;
            z-index: 3;
            left: 50%;
            margin-left: -120px;
            /* half of width */
            top: -400px;
            padding-top: 16px;
            background: transparent; }
            .header .headerright nav ul.nav > li.drop .dropdownContain .dropOut {
              width: 240px;
              height: 100%;
              position: relative;
              margin-top: 0px;
              opacity: 0;
              box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
              transition: all .1s ease-out; }
              .header .headerright nav ul.nav > li.drop .dropdownContain .dropOut .triangle {
                width: 0;
                height: 0;
                position: absolute;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid #000;
                top: -8px;
                left: 50%;
                margin-left: -8px; }
              .header .headerright nav ul.nav > li.drop .dropdownContain .dropOut ul {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 100%;
                height: auto;
                background: #fff;
                height: auto;
                margin: 0; }
                .header .headerright nav ul.nav > li.drop .dropdownContain .dropOut ul li {
                  color: #777;
                  transition: background .1s ease-out;
                  font-size: 14px;
                  margin-bottom: 0; }
                  .header .headerright nav ul.nav > li.drop .dropdownContain .dropOut ul li:hover {
                    background: #000; }
                  .header .headerright nav ul.nav > li.drop .dropdownContain .dropOut ul li a {
                    display: block;
                    padding: 1em;
                    width: 100%;
                    text-align: center;
                    font-size: .9em; }
                    .header .headerright nav ul.nav > li.drop .dropdownContain .dropOut ul li a:hover {
                      color: #fff; }
          .header .headerright nav ul.nav > li.drop:hover .dropdownContain {
            top: 14px; }
          .header .headerright nav ul.nav > li.drop:hover .underline {
            border-bottom-color: #777; }
          .header .headerright nav ul.nav > li.drop:hover .dropOut {
            opacity: 1;
            margin-top: 8px; }

body.sub .header {
  position: relative;
  background: url(../img/bg.png) 0 0 repeat-y;
  background-size: 100% auto; }

/*smartphone*/
/*humburger*/
.hamburger, .hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.hamburger {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 34px;
  z-index: 999; }
  @media screen and (max-width: 640px) {
    .hamburger {
      top: 15px;
      right: 15px;
      width: 35px;
      height: 30px; } }
  .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px; }
    .hamburger span:nth-of-type(1) {
      top: 0; }
    .hamburger span:nth-of-type(2) {
      top: 15px; }
      @media screen and (max-width: 640px) {
        .hamburger span:nth-of-type(2) {
          top: 13px; } }
    .hamburger span:nth-of-type(3) {
      bottom: 0; }

.hamburger.active span {
  background-color: #fff; }
  .hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg); }
    @media screen and (max-width: 640px) {
      .hamburger.active span:nth-of-type(1) {
        -webkit-transform: translateY(13px) rotate(-45deg);
        transform: translateY(13px) rotate(-45deg); } }
  .hamburger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards; }
  .hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg); }
    @media screen and (max-width: 640px) {
      .hamburger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-13px) rotate(45deg);
        transform: translateY(-13px) rotate(45deg); } }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
/*nav*/
#navigation {
  position: absolute;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #000;
  z-index: 998; }
  #navigation .navigation_inner {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    #navigation .navigation_inner .navigation_menu .navigation_item {
      width: 300px;
      margin: 16px auto 0 auto; }
      #navigation .navigation_inner .navigation_menu .navigation_item a {
        display: block;
        position: relative;
        text-decoration: none;
        font-size: 1.2em;
        line-height: 36px;
        letter-spacing: .2em;
        text-align: center;
        color: #fff;
        font-weight: bold; }
        @media screen and (max-width: 640px) {
          #navigation .navigation_inner .navigation_menu .navigation_item a {
            font-size: 1.1em;
            line-height: 32px; } }
      #navigation .navigation_inner .navigation_menu .navigation_item ul.ul_sns {
        margin-top: 30px;
        display: flex;
        justify-content: center; }
        #navigation .navigation_inner .navigation_menu .navigation_item ul.ul_sns li {
          margin-right: 10px; }
          #navigation .navigation_inner .navigation_menu .navigation_item ul.ul_sns li:last-child {
            margin-right: 0; }
          #navigation .navigation_inner .navigation_menu .navigation_item ul.ul_sns li a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #fff;
            font-size: 1em; }
            #navigation .navigation_inner .navigation_menu .navigation_item ul.ul_sns li a.mail {
              background: #fff;
              color: #000; }
            @media screen and (max-width: 640px) {
              #navigation .navigation_inner .navigation_menu .navigation_item ul.ul_sns li a i {
                padding-left: 4px; } }
    #navigation .navigation_inner ul.bogo-language-switcher {
      margin-top: 12px;
      padding-left: 0; }
      #navigation .navigation_inner ul.bogo-language-switcher li.first, #navigation .navigation_inner ul.bogo-language-switcher li.last {
        overflow: hidden;
        line-height: 41px;
        width: 80%;
        text-align: center;
        letter-spacing: 0;
        font-size: 1em;
        background: #dedede;
        margin: 5px auto 12px;
        border-radius: 16px; }
        #navigation .navigation_inner ul.bogo-language-switcher li.first .bogoflags, #navigation .navigation_inner ul.bogo-language-switcher li.last .bogoflags {
          display: none; }
        #navigation .navigation_inner ul.bogo-language-switcher li.first a, #navigation .navigation_inner ul.bogo-language-switcher li.last a {
          width: 100%;
          border-radius: 0;
          background: #fff;
          color: #000;
          font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          font-weight: normal;
          padding: 0;
          margin: 0;
          height: 45px;
          line-height: 41px; }
          #navigation .navigation_inner ul.bogo-language-switcher li.first a:hover, #navigation .navigation_inner ul.bogo-language-switcher li.last a:hover {
            background: #000;
            color: #fff; }

/* -------------------------------- 
footer components 
--------------------------------- */
footer {
  padding: 0;
  background: url(../img/bg.png) 0 0 repeat-y #eae4d1;
  background-size: 100% auto; }
  footer .footer_wrap {
    display: flex;
    align-items: center;
    max-width: 1240px;
    padding: 60px 20px;
    margin: auto;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      footer .footer_wrap {
        flex-flow: column wrap;
        justify-content: center;
        padding: 40px 20px; } }
    footer .footer_wrap .f_left {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1024px) {
        footer .footer_wrap .f_left {
          flex-flow: column wrap;
          align-items: flex-start; } }
      @media screen and (max-width: 768px) {
        footer .footer_wrap .f_left {
          flex-flow: column wrap; } }
      footer .footer_wrap .f_left .f_img img {
        max-width: 100%;
        height: auto; }
      @media screen and (max-width: 768px) {
        footer .footer_wrap .f_left .f_img {
          margin: 0 0 30px; } }
      footer .footer_wrap .f_left .f_nav {
        padding-left: 40px; }
        @media screen and (max-width: 1024px) {
          footer .footer_wrap .f_left .f_nav {
            padding-left: 0;
            margin: 15px 0 0 0;
            display: flex;
            align-items: center; } }
        @media screen and (max-width: 768px) {
          footer .footer_wrap .f_left .f_nav {
            padding: 0;
            margin: 0 0 40px; } }
        @media screen and (max-width: 640px) {
          footer .footer_wrap .f_left .f_nav {
            display: block;
            margin: 0 auto 40px; } }
        footer .footer_wrap .f_left .f_nav .f_sns {
          display: flex;
          padding: 0 0 13px 0; }
          @media screen and (max-width: 1024px) {
            footer .footer_wrap .f_left .f_nav .f_sns {
              padding: 0 15px 0 0; } }
          @media screen and (max-width: 768px) {
            footer .footer_wrap .f_left .f_nav .f_sns {
              justify-content: space-between;
              width: 185px;
              margin: 0 15px 0 0; } }
          @media screen and (max-width: 640px) {
            footer .footer_wrap .f_left .f_nav .f_sns {
              margin: 0 auto 20px auto; } }
          footer .footer_wrap .f_left .f_nav .f_sns li {
            margin-right: 7px; }
            @media screen and (max-width: 768px) {
              footer .footer_wrap .f_left .f_nav .f_sns li {
                /*margin: 0;*/ } }
            footer .footer_wrap .f_left .f_nav .f_sns li a {
              display: block;
              width: 31px;
              height: 31px;
              border-radius: 50%;
              color: #eae4d1;
              background: #4d4d4d;
              text-align: center;
              line-height: 31px; }
        footer .footer_wrap .f_left .f_nav .f_other {
          font-family: 'Marcellus', serif;
          font-weight: bold;
          letter-spacing: 0.05em;
          overflow: hidden; }
          @media screen and (max-width: 640px) {
            footer .footer_wrap .f_left .f_nav .f_other {
              width: 100%; } }
          footer .footer_wrap .f_left .f_nav .f_other li {
            float: left; }
            footer .footer_wrap .f_left .f_nav .f_other li.sm {
              padding-right: 1em;
              position: relative; }
              footer .footer_wrap .f_left .f_nav .f_other li.sm::after {
                content: '｜';
                position: absolute;
                right: -0.5em;
                top: 0;
                font-weight: bold; }
            footer .footer_wrap .f_left .f_nav .f_other li.pp {
              padding-left: 1em; }
    footer .footer_wrap .f_right {
      letter-spacing: 0;
      padding-left: 40px;
      border-left: 1px dashed #4d4d4d;
      max-width: 40%; }
      @media screen and (max-width: 1024px) {
        footer .footer_wrap .f_right {
          max-width: 45%; } }
      @media screen and (max-width: 768px) {
        footer .footer_wrap .f_right {
          padding: 40px 0 0;
          text-align: center;
          border-left: 0;
          border-top: 1px dashed #4d4d4d;
          width: 100%;
          max-width: 100%; } }
      footer .footer_wrap .f_right .title {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 13px; }
        @media screen and (max-width: 768px) {
          footer .footer_wrap .f_right .title {
            font-size: 18px; } }
      footer .footer_wrap .f_right .address {
        line-height: 1.7em; }
        @media screen and (max-width: 768px) {
          footer .footer_wrap .f_right .address {
            font-size: 15px; } }
        footer .footer_wrap .f_right .address dl {
          overflow: hidden;
          line-height: 1.4em; }
          footer .footer_wrap .f_right .address dl dt {
            float: left;
            margin: 0 0 10px 0;
            padding: 0; }
            footer .footer_wrap .f_right .address dl dt.en_indent_t {
              margin-bottom: 0; }
          footer .footer_wrap .f_right .address dl dd {
            margin: 0 0 10px 0;
            padding: 0; }
            footer .footer_wrap .f_right .address dl dd.en_indent_o {
              margin-left: 3.5em; }
            footer .footer_wrap .f_right .address dl dd.en_indent_a {
              margin-left: 4.5em; }
            footer .footer_wrap .f_right .address dl dd.en_indent_t {
              margin-left: 2.5em;
              margin-bottom: 0; }
  footer p.copy {
    padding: 20px 0;
    background: #4d4d4d;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    text-align: center; }
    footer p.copy span {
      display: block;
      text-align: center;
      padding-top: 7px;
      padding-bottom: 18px;
      font-size: 11px;
      opacity: 0.8; }

/* -------------------------------- 
index components 
--------------------------------- */
/*swiper*/
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px !important; }

.swiper-container {
  position: relative;
  text-align: right; }
  .swiper-container .swiper-pagination {
    margin: 0 auto;
    width: 100% !important; }
    .swiper-container .swiper-pagination span {
      margin: 0 4px; }
  .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000; }
  .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%; }
    .swiper-container .swiper-slide a img {
      width: 100%;
      height: auto; }

/*all*/
body.home {
  word-wrap: break-word; }
  body.home p {
    margin-top: 0;
    margin-bottom: 0; }
  body.home section .inner {
    max-width: 1240px;
    padding: 0 20px;
    width: 100%; }
    body.home section .inner h2 {
      height: 72px;
      vertical-align: bottom;
      text-align: center;
      margin-bottom: 45px;
      margin-top: 0; }
      body.home section .inner h2 span {
        text-align: center;
        height: 72px;
        line-height: 72px;
        display: inline-block;
        background: url(../img/h2_icon.png) 0 0 no-repeat;
        background-size: 53px 72px;
        vertical-align: bottom;
        font-size: 26px;
        font-weight: bold;
        margin: auto;
        position: relative;
        padding: 6px 0 0 70px; }
        @media screen and (max-width: 640px) {
          body.home section .inner h2 span {
            font-size: 20px;
            letter-spacing: 0;
            height: 62px;
            line-height: 62px;
            background-size: auto 62px;
            padding: 5px 0 0 60px; } }
        body.home section .inner h2 span::after {
          content: '';
          width: calc(100% - 70px);
          position: absolute;
          bottom: 0;
          left: 70px;
          height: 3px;
          background: #4d4d4d; }
          @media screen and (max-width: 640px) {
            body.home section .inner h2 span::after {
              width: calc(100% - 60px);
              left: 60px; } }
  body.home section.top_img img {
    width: 100%; }
  @media screen and (max-width: 1024px) {
    body.home section.top_img {
      overflow: hidden; }
      body.home section.top_img img {
        width: 1400px;
        max-width: 1400px;
        height: auto;
        margin-left: calc(50% - 700px);
        z-index: 0; } }
  @media screen and (max-width: 768px) {
    body.home section.top_img img {
      width: 1200px;
      max-width: 1200px;
      height: auto;
      margin-left: calc(50% - 600px);
      z-index: 0; } }
  @media screen and (max-width: 768px) {
    body.home section.top_img img {
      width: 800px;
      max-width: 800px;
      height: auto;
      margin-left: calc(50% - 400px);
      z-index: 0; } }
  body.home section.top_read {
    background: url(../img/bg.png) 0 0 repeat-y;
    background-size: 100% auto;
    text-align: center;
    letter-spacing: 0;
    padding-bottom: 65px; }
    @media screen and (max-width: 640px) {
      body.home section.top_read {
        padding-bottom: 40px; } }
    body.home section.top_read .inner {
      margin-top: -14.5%; }
      @media screen and (max-width: 1024px) {
        body.home section.top_read .inner {
          margin-top: -22%; } }
      @media screen and (max-width: 768px) {
        body.home section.top_read .inner {
          margin-top: -24%; } }
      @media screen and (max-width: 640px) {
        body.home section.top_read .inner {
          margin-top: -45%; } }
      body.home section.top_read .inner img {
        margin: 0 auto; }
        @media screen and (max-width: 640px) {
          body.home section.top_read .inner img {
            width: 180px; } }
      body.home section.top_read .inner p.read {
        color: #808080;
        font-family: 'Crimson Text', serif;
        font-size: 29px;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          body.home section.top_read .inner p.read {
            font-size: 27.5px; } }
        @media screen and (max-width: 640px) {
          body.home section.top_read .inner p.read {
            font-size: 18px;
            line-height: 1.6em; } }
        body.home section.top_read .inner p.read span {
          font-size: 55px;
          display: block;
          padding-bottom: 15px; }
          @media screen and (max-width: 768px) {
            body.home section.top_read .inner p.read span {
              font-size: 52px; } }
          @media screen and (max-width: 640px) {
            body.home section.top_read .inner p.read span {
              font-size: 30px; } }
      body.home section.top_read .inner p.text {
        line-height: 1.8em; }
        @media screen and (max-width: 768px) {
          body.home section.top_read .inner p.text {
            font-size: 14px; } }
        @media screen and (max-width: 640px) {
          body.home section.top_read .inner p.text {
            font-size: 13px; } }
  body.home section.info {
    background: url(../img/bg.png) 0 0 repeat-y rgba(234, 228, 209, 0.5);
    background-size: 100% auto;
    padding-bottom: 95px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      body.home section.info {
        padding-bottom: 60px; } }
    body.home section.info::before {
      content: '';
      height: 107px;
      background: url(../img/index_info_bg.png) right top no-repeat;
      position: absolute;
      right: -5px;
      top: -5px;
      width: 100%; }
      @media screen and (max-width: 768px) {
        body.home section.info::before {
          background-size: auto 70%; } }
    body.home section.info .pickup_slide div.pickup {
      margin-bottom: 45px;
      background: #fff;
      overflow: hidden;
      padding: 0 0 38px; }
      body.home section.info .pickup_slide div.pickup .pickup_title {
        position: relative;
        padding: 38px 0; }
        @media screen and (max-width: 640px) {
          body.home section.info .pickup_slide div.pickup .pickup_title {
            padding: 38px 0 0; } }
        body.home section.info .pickup_slide div.pickup .pickup_title::before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 50px 50px 0 0;
          border-color: #1799D6 transparent transparent transparent;
          position: absolute;
          top: 0;
          left: 0; }
        body.home section.info .pickup_slide div.pickup .pickup_title h3 {
          font-family: 'Marcellus', serif;
          font-weight: bolder;
          font-size: 32px;
          letter-spacing: 0.05em;
          text-align: center;
          margin: 0;
          color: #1799D6; }
          @media screen and (max-width: 640px) {
            body.home section.info .pickup_slide div.pickup .pickup_title h3 {
              margin-bottom: 20px; } }
        body.home section.info .pickup_slide div.pickup .pickup_title div.ichiran {
          position: absolute;
          top: 38px;
          right: 0;
          text-align: right;
          padding: 5px 0; }
          @media screen and (max-width: 768px) {
            body.home section.info .pickup_slide div.pickup .pickup_title div.ichiran {
              position: static;
              width: 150px;
              margin: 0 auto 30px; } }
          body.home section.info .pickup_slide div.pickup .pickup_title div.ichiran a {
            text-align: left;
            display: inline-block;
            color: #1799D6;
            font-size: 15px;
            letter-spacing: 0;
            font-weight: bold;
            border-bottom: 3px solid #1799D6;
            padding: 0 45px 3px 0; }
            @media screen and (max-width: 768px) {
              body.home section.info .pickup_slide div.pickup .pickup_title div.ichiran a {
                display: block;
                padding: 0 0 3px;
                text-align: center; } }
            body.home section.info .pickup_slide div.pickup .pickup_title div.ichiran a svg {
              margin-left: 6px; }
      body.home section.info .pickup_slide div.pickup .swiper-container-pickup {
        position: relative; }
        body.home section.info .pickup_slide div.pickup .swiper-container-pickup .swiper-button-prev {
          margin-top: -30px;
          background: none;
          left: calc(3% - 16px);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 30px 30px 30px 0;
          border-color: transparent #4d4d4d transparent transparent; }
          @media screen and (max-width: 640px) {
            body.home section.info .pickup_slide div.pickup .swiper-container-pickup .swiper-button-prev {
              margin-top: -20px;
              left: calc(6% - 16px);
              border-width: 20px 20px 20px 0; } }
        body.home section.info .pickup_slide div.pickup .swiper-container-pickup .swiper-button-next {
          margin-top: -30px;
          background: none;
          right: calc(3% - 16px);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 30px 0 30px 30px;
          border-color: transparent transparent transparent #4d4d4d; }
          @media screen and (max-width: 640px) {
            body.home section.info .pickup_slide div.pickup .swiper-container-pickup .swiper-button-next {
              margin-top: -20px;
              right: calc(6% - 16px);
              border-width: 20px 0 20px 20px; } }
      body.home section.info .pickup_slide div.pickup .pickup_list li {
        padding: 30px;
        /*border: 4px solid #eb6d8e;*/
        display: flex;
        justify-content: space-between;
        height: auto; }
        @media screen and (max-width: 768px) {
          body.home section.info .pickup_slide div.pickup .pickup_list li {
            flex-wrap: wrap;
            padding: 45px; } }
        @media screen and (max-width: 640px) {
          body.home section.info .pickup_slide div.pickup .pickup_list li {
            padding: 25px; } }
        body.home section.info .pickup_slide div.pickup .pickup_list li .img_wrap {
          width: 40%;
          padding: 0; }
          @media screen and (max-width: 768px) {
            body.home section.info .pickup_slide div.pickup .pickup_list li .img_wrap {
              width: 100%;
              margin-bottom: 25px; } }
          body.home section.info .pickup_slide div.pickup .pickup_list li .img_wrap a {
            display: block;
            position: relative;
            width: 100%;
            padding: 100% 0 0 0; }
            body.home section.info .pickup_slide div.pickup .pickup_list li .img_wrap a img {
              width: 100%;
              height: 100%;
              vertical-align: bottom;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
        body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap {
          width: calc(60% - 30px);
          height: 100%;
          padding: 0 0 58px 0;
          letter-spacing: 0;
          font-weight: bold;
          position: relative;
          /*border-top: 4px solid #eb6d8e;*/ }
          @media screen and (max-width: 1024px) {
            body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap {
              font-size: 0.85em; } }
          @media screen and (max-width: 768px) {
            body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap {
              width: 100%;
              height: auto; } }
          body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap .date {
            display: flex;
            font-size: 1.3em;
            padding: 0 0 20px; }
            body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap .date span.start {
              padding: 0; }
            body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap .date span.nami {
              padding: 0 0.5em; }
            body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap .date span.end {
              padding: 0; }
          body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap .title {
            font-size: 2.4em;
            padding: 0 0 10px; }
          body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap .subtitle {
            font-size: 1.4em;
            padding: 0 0 25px; }
          body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap p.btn {
            display: block;
            width: 100%;
            position: absolute;
            padding: 0 0 8px;
            left: 0;
            bottom: 0; }
            body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap p.btn::before {
              content: '';
              width: calc(100% - 8px);
              height: 50px;
              line-height: 50px;
              position: absolute;
              bottom: 0;
              right: 0;
              background: #efefef;
              z-index: 0; }
            body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap p.btn a {
              display: block;
              background: #1799D6;
              width: calc(100% - 8px);
              height: 50px;
              line-height: 50px;
              color: #fff;
              text-align: center;
              position: relative;
              z-index: 1;
              transition: .3s; }
              body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap p.btn a:hover {
                transform: translate(8px, 8px); }
          body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap .outline {
            font-size: 1em;
            font-weight: normal;
            border-top: 1px dotted #000000;
            padding: 1em 0; }
          body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap .tags {
            /*display: flex;
            flex-wrap: wrap;*/
            margin: 0 0 1em; }
            body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap .tags span {
              font-size: 0.85em;
              margin-right: 0.5em;
              margin-bottom: 0.5em;
              display: inline-block; }
              body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap .tags span a {
                border-radius: 4px;
                line-height: 25px;
                height: 25px;
                background: #4d4d4d;
                color: #fff;
                display: inline-table;
                padding: 0 0.75em; }
                body.home section.info .pickup_slide div.pickup .pickup_list li .txt_wrap .tags span a:hover {
                  background: #eb6d8e; }
    body.home section.info .info_wrap {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        body.home section.info .info_wrap {
          flex-flow: column wrap;
          width: 100%;
          height: auto; } }
      body.home section.info .info_wrap h3 {
        font-family: 'Marcellus', serif;
        font-weight: bolder;
        font-size: 32px;
        letter-spacing: 0.05em;
        text-align: center;
        margin-bottom: 30px; }
      body.home section.info .info_wrap .right {
        width: 100%;
        					/*.pickup {
        						position: relative;
        						h3 {
        							color: #eb6d8e;
        						}
        						div.ichiran {
        							position: absolute;
        							top: 0;
        							right: 0;
        							text-align: right;
        							padding: 5px 0;
        
                                    @include mq(){
                                        position: static;
                                        width: 150px;
                                        margin: 0 auto 30px;
                                    }
        
        							a {
        								text-align: left;
        								display: inline-block;
        								color: #eb6d8e;
        								font-size: 15px;
        								letter-spacing: 0;
        								font-weight: bold;
        								border-bottom: 3px solid #eb6d8e;
        								padding: 0 45px 3px 0;
        
                                        @include mq(){
                                            display: block;
                                            padding: 0 0 3px;
        									text-align: center;
                                        }
        
        								svg {
        									margin-left: 6px;
        								}
        							}
        						}
        						.pickup_list {
                                    width: 100%;
                                    height: auto;
        							display: flex;
        							justify-content: space-between;
                    
                                    @include mq(sm){
                                        justify-content: center;
                                        flex-flow: column wrap;
                                    }
        
        							li {
        								background: #fff;
        								width: calc(33.33333333% - 13.333px);
        								position: relative;
        								@include mq(lg){
        									width: calc(33.33333333% - 8px);
        								}
        								
                                        @include mq(sm){
                                            width: 100%;
                                            margin: 0 0 20px;
                                        }
        
        								.img_wrap {
        									position: relative;
        									padding: 100% 0 0 0;
        									overflow: hidden;
        									img{
        										position: absolute;
        										top: 0;
        										left: 0;
                                                width: 100%;
                                                height: 100%;
                                                object-fit: cover;
                                            }
        								}
        								.txt_wrap {
        									padding: 15px 20px calc(20px + 1em) 20px;
        									letter-spacing: 0;
        									a {
        										padding-bottom: 20px;
        										display: block;
        										line-height: 1.4em;
        									}
        									time {
        										color: #eb6d8e;
        										font-size: 14px;
        										display: block;
        										position: absolute;
        										bottom: 15px;
        										left: 20px;
        									}
        								}
        								&:first-child {
        									position: relative;
        									&::before {
        										content: '';
        										width: 0;
        										height: 0;
        										border-style: solid;
        										border-width: 50px 50px 0 0;
        										border-color: #eb6d8e transparent transparent transparent;
        										position: absolute;
        										top: 0;
        										left: 0;
        										z-index: 1;
        									}
        								}
        							}
        						}
        					}*/ }
        body.home section.info .info_wrap .right .news {
          background: #fff;
          padding: 38px 0 45px 0;
          position: relative;
          /*margin-bottom: 45px;*/ }
          body.home section.info .info_wrap .right .news::before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 50px 50px 0 0;
            border-color: #ef8200 transparent transparent transparent;
            position: absolute;
            top: 0;
            left: 0; }
          body.home section.info .info_wrap .right .news h3 {
            color: #ef8200; }
            @media screen and (max-width: 640px) {
              body.home section.info .info_wrap .right .news h3 {
                margin: 0 0 20px; } }
          body.home section.info .info_wrap .right .news div.ichiran {
            text-align: right;
            position: absolute;
            top: 38px;
            right: 0;
            text-align: right;
            padding: 5px 0; }
            @media screen and (max-width: 768px) {
              body.home section.info .info_wrap .right .news div.ichiran {
                position: static;
                width: 150px;
                margin: 0 auto 30px; } }
            body.home section.info .info_wrap .right .news div.ichiran a {
              text-align: left;
              display: inline-block;
              color: #ef8200;
              font-size: 15px;
              letter-spacing: 0;
              font-weight: bold;
              border-bottom: 3px solid #ef8200;
              padding: 0 45px 3px 0; }
              @media screen and (max-width: 768px) {
                body.home section.info .info_wrap .right .news div.ichiran a {
                  display: block;
                  padding: 0 0 3px;
                  text-align: center; } }
              body.home section.info .info_wrap .right .news div.ichiran a svg {
                margin-left: 6px; }
          body.home section.info .info_wrap .right .news .news_list {
            padding: 0 48px; }
            @media screen and (max-width: 640px) {
              body.home section.info .info_wrap .right .news .news_list {
                padding: 0 28px; } }
            body.home section.info .info_wrap .right .news .news_list li {
              display: flex;
              border-bottom: 1px dotted #000000;
              /*height: 65px;
              line-height: 65px;*/
              padding: 1.25em 1em; }
            body.home section.info .info_wrap .right .news .news_list li a p.subtitle {
				font-size: 1.1em;
				padding-top: .5em;
				text-overflow: ellipsis;
                overflow: hidden;}
              @media screen and (max-width: 640px) {
                body.home section.info .info_wrap .right .news .news_list li {
                  display: block;
                  height: auto;
                  line-height: 1.6em;
                  padding: 15px 0;
                  font-size: 14px; } }
              body.home section.info .info_wrap .right .news .news_list li:first-child {
                border-top: 1px dotted #000000; }
              body.home section.info .info_wrap .right .news .news_list li time {
                letter-spacing: 0;
                width: 7em; }
                @media screen and (max-width: 640px) {
                  body.home section.info .info_wrap .right .news .news_list li time {
                    width: 100%;
                    display: block;
                    margin-bottom: 5px; } }
              body.home section.info .info_wrap .right .news .news_list li a {
                white-space: nowrap;
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                width: calc(100% - 7em); }
                @media screen and (max-width: 640px) {
                  body.home section.info .info_wrap .right .news .news_list li a {
                    width: 100%;
                    white-space: normal;
                    letter-spacing: 0; } }
  body.home section.contents {
    background: url(../img/bg.png) 0 0 repeat-y;
    background-size: 100% auto;
    padding-bottom: 95px;
    position: relative; }
    @media screen and (max-width: 768px) {
      body.home section.contents {
        padding-bottom: 40px; } }
    body.home section.contents::before {
      content: '';
      height: 123px;
      background: url(../img/index_contents_bg.png) left top no-repeat;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        body.home section.contents::before {
          background-size: auto 70%; } }
    body.home section.contents .inner ul.contents_list {
      display: flex;
      flex-flow: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 640px) {
        body.home section.contents .inner ul.contents_list {
          display: block; } }
      body.home section.contents .inner ul.contents_list li {
        margin-bottom: 20px; }
        body.home section.contents .inner ul.contents_list li.col2 {
          width: calc(50% - 10px); }
        body.home section.contents .inner ul.contents_list li.col3 {
          width: calc(33.333333% - 13.3333px); }
        @media screen and (max-width: 640px) {
          body.home section.contents .inner ul.contents_list li.col2 {
            width: 100%; }
          body.home section.contents .inner ul.contents_list li.col3 {
            width: 100%;
            text-align: center; } }
  body.home section.archive {
    background: url(../img/bg.png) 0 0 repeat-y #b9e1f7;
    background-size: 100% auto;
    padding-bottom: 38px;
    position: relative;
    overflow: hidden; }
    body.home section.archive::before {
      content: '';
      height: 107px;
      background: url(../img/index_archive_bg.png) right top no-repeat;
      position: absolute;
      right: -5px;
      top: -10px;
      width: 100%; }
      @media screen and (max-width: 768px) {
        body.home section.archive::before {
          background-size: auto 70%; } }
    body.home section.archive ul li {
      position: relative;
      width: 293px !important;
      height: 165px;
      border-radius: 10px;
      overflow: hidden; }
      @media screen and (max-width: 640px) {
        body.home section.archive ul li {
          width: 176px !important;
          height: 99px; } }
      body.home section.archive ul li a img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 200%;
        height: auto; }

/* -------------------------------- 
sub components 
--------------------------------- */
/*breadcrumbs*/
body.sub .breadcrumbs {
  background: url(../img/bg.png) 0 0 repeat-y rgba(195, 195, 195, 0.5);
  background-size: 100% auto; }
  body.sub .breadcrumbs .inner {
    padding: 1em 20px;
    font-size: 12px;
    width: 100%;
    max-width: 100%; }
    @media screen and (max-width: 640px) {
      body.sub .breadcrumbs .inner {
        font-size: 11px;
        letter-spacing: 0; } }
body.sub .main {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: auto;
  background: url(../img/bg.png) 0 0 repeat-y;
  background-size: 100% auto; }
  @media screen and (max-width: 768px) {
    body.sub .main {
      min-width: 0; } }
body.sub .mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px; }
  @media screen and (max-width: 640px) {
    body.sub .mv {
      height: 140px; } }
  body.sub .mv div {
    width: 100%;
    height: auto;
    z-index: 2; }
    body.sub .mv div h2 {
      font-family: "Marcellus", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 4rem;
      text-align: center;
      color: #fff;
      line-height: 0.8; }
      @media screen and (max-width: 640px) {
        body.sub .mv div h2 {
          font-size: 2.1rem;
          letter-spacing: 0; } }
      body.sub .mv div h2 span {
        font-size: 1.5rem;
        color: #8ec21f;
        font-weight: bold; }
        @media screen and (max-width: 640px) {
          body.sub .mv div h2 span {
            font-size: 1.05rem; } }
  body.sub .mv:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
body.sub.en-US .mv div h2 span {
  display: none; }

.mv {
  background: url("../img/img_mvOther.jpg") center center no-repeat;
  background-size: cover; }

/* -------------------------------- 
yamagata_city components
--------------------------------- */
.yamagata_city .mv {
  background: url("../img/img_mvAbout.png?20240322") center center no-repeat;
  background-size: cover; }

.page .mv + div {
  padding: 0 0 30px; }
.page .bth_wrap {
  padding: 0 30px;
  text-align: center; }

.underPageInner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: auto;
  padding: 60px 20px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .underPageInner {
      padding: 40px 20px; } }
  .underPageInner h2 {
    font-size: 24px;
    color: #4d4d4d;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 40px; }
    @media screen and (max-width: 640px) {
      .underPageInner h2 {
        font-size: 20px; } }
    .underPageInner h2 span, .underPageInner h2 strong {
      position: relative;
      display: inline-block;
      font-weight: bold; }
      .underPageInner h2 span:after, .underPageInner h2 strong:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        display: block;
        width: 100%;
        height: 3px;
        background: #4d4d4d;
        margin: 0 auto; }
  .underPageInner .explainTxt {
    font-size: 1.125em;
    font-weight: normal;
    line-height: 1.7;
    margin: 0 0 30px;
    text-align: left; }
    @media screen and (max-width: 640px) {
      .underPageInner .explainTxt {
        font-size: 1em; } }
  .underPageInner .textleft {
    text-align: left; }
  .underPageInner .seasonBox {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    font-family: "Marcellus", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    @media screen and (max-width: 768px) {
      .underPageInner .seasonBox {
        flex-flow: column wrap; } }
    .underPageInner .seasonBox > div {
      width: 570px;
      height: auto;
      margin: 0 0 50px;
            /*&:first-of-type{
                h3{
                    color: #ed86b3;
                }
            }

            &:nth-of-type(2){
                h3{
                    color: #aacc03;
                }
            }

            &:nth-of-type(3){
                margin: 0;

                @include mq(){
                    margin: 0 0 30px;
                }

                h3{
                    color: #cc5d3b;
                }
            }

            &:nth-of-type(4){
                margin: 0;

                @include mq(){
                    margin: 0 0 30px;
                }

                h3{
                    color: #54c2f0;
                }
            }*/ }
      .underPageInner .seasonBox > div h3 {
        padding: 0;
        text-indent: 0;
        border-bottom: none; }
        .underPageInner .seasonBox > div h3::before {
          display: none; }
      @media screen and (max-width: 768px) {
        .underPageInner .seasonBox > div {
          width: 100%;
          margin: 0 0 30px; } }
      .underPageInner .seasonBox > div .season_title {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 220px;
        margin: 0 auto 20px;
        gap: 0; }
        .underPageInner .seasonBox > div .season_title .wp-block-column {
          flex-basis: unset;
          flex-grow: unset;
          width: auto; }
          .underPageInner .seasonBox > div .season_title .wp-block-column h3 {
            font-size: 50px;
            margin: 0 15px 0 0; }
          .underPageInner .seasonBox > div .season_title .wp-block-column p {
            font-size: 1.125em;
            color: #4d4d4d;
            line-height: 25px;
            margin: 0; }
        .underPageInner .seasonBox > div .season_title.en .wp-block-column h3 {
          margin: 0; }

body.en-US .underPageInner .seasonBox > div > div {
  display: block;
  width: calc(100% - 40px);
  text-align: center; }
  body.en-US .underPageInner .seasonBox > div > div h3 {
    font-size: 45px;
    margin: 0; }

.planeTxt, #access > figure > figcaption > p, #network > div > div:first-of-type > div:first-of-type > p, #network > div > div:nth-of-type(2) > figure figcaption p, #network > div > div:nth-of-type(3) > figure figcaption p, #sdgs > div > figure figcaption > p {
  font-size: 1.125em;
  color: #4d4d4d;
  line-height: 1.5;
  margin: 0;
  /*
  text-align: justify;
  text-justify: inter-ideograph;
  */ }
  @media screen and (max-width: 640px) {
    .planeTxt, #access > figure > figcaption > p, #network > div > div:first-of-type > div:first-of-type > p, #network > div > div:nth-of-type(2) > figure figcaption p, #network > div > div:nth-of-type(3) > figure figcaption p, #sdgs > div > figure figcaption > p {
      font-size: 14px; } }

#marutrip {
  background: rgba(190, 205, 147, 0.2);
  padding: 40px 20px; }
  #marutrip > div > p {
    font-size: 1.125em;
    font-weight: bold;
    color: #4d4d4d;
    text-align: center; }
  #marutrip > div > h2 {
    display: block;
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px; }
  #marutrip > div .detail {
    display: flex;
    max-width: 1200px;
    width: 100%;
    height: auto;
    padding: 40px;
    margin: 0 auto;
    border-radius: 20px;
    background: #fff; }
    @media screen and (max-width: 768px) {
      #marutrip > div .detail {
        flex-flow: column wrap; } }
    #marutrip > div .detail > div:first-of-type {
      width: 22%;
      margin: 0 40px 0 0; }
      @media screen and (max-width: 768px) {
        #marutrip > div .detail > div:first-of-type {
          width: 100%;
          margin: 0 auto 40px; } }
      @media screen and (max-width: 768px) {
        #marutrip > div .detail > div:first-of-type img {
          display: block;
          margin: 0 auto; } }
    #marutrip > div .detail > div > h3 {
      font-size: 20px;
      color: #4d4d4d;
      line-height: 1.5;
      text-indent: -10px;
      padding: 0;
      border-bottom: none; }
      #marutrip > div .detail > div > h3::before {
        display: none; }
      @media screen and (max-width: 768px) {
        #marutrip > div .detail > div > h3 {
          text-align: center;
          text-indent: 0; } }
      @media screen and (max-width: 640px) {
        #marutrip > div .detail > div > h3 {
          font-size: 19px;
          text-indent: 0px;
          margin-bottom: 1.5em; } }
      #marutrip > div .detail > div > h3 span, #marutrip > div .detail > div > h3 strong {
        position: relative; }
        @media screen and (max-width: 640px) {
          #marutrip > div .detail > div > h3 span, #marutrip > div .detail > div > h3 strong {
            display: inline-block; } }
        #marutrip > div .detail > div > h3 span:after, #marutrip > div .detail > div > h3 strong:after {
          position: absolute;
          bottom: -10px;
          left: 10px;
          display: block;
          content: "";
          width: 100%;
          height: 5px;
          background: url(../img/txt_yamagata02.png) 10px center no-repeat;
          background-size: 220px 5px; }
          @media screen and (max-width: 640px) {
            #marutrip > div .detail > div > h3 span:after, #marutrip > div .detail > div > h3 strong:after {
              left: 0;
              bottom: -5px; } }
    #marutrip > div .detail > div > p {
      font-size: 1.125em;
      line-height: 1.5;
      margin: 0 0 40px; }
      @media screen and (max-width: 768px) {
        #marutrip > div .detail > div > p {
          text-align: center; } }
    @media screen and (max-width: 768px) {
      #marutrip > div .detail > div .pageLink {
        margin: 0 auto; } }

body.en-US #marutrip {
  background: rgba(190, 205, 147, 0.2);
  padding: 40px 20px; }
  body.en-US #marutrip > div > p {
    font-size: 1.125em;
    font-weight: bold;
    color: #4d4d4d;
    text-align: center; }
  body.en-US #marutrip > div > h2 {
    display: block;
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px; }
  body.en-US #marutrip > div > div {
    display: block;
    max-width: 1200px;
    width: 100%;
    height: auto;
    padding: 40px;
    margin: 0 auto;
    border-radius: 20px;
    background: #fff;
    text-align: center; }
    @media screen and (max-width: 768px) {
      body.en-US #marutrip > div > div {
        flex-flow: column wrap; } }
    body.en-US #marutrip > div > div > div:first-of-type {
      width: 100%;
      margin: 0 40px 0 0; }
      @media screen and (max-width: 768px) {
        body.en-US #marutrip > div > div > div:first-of-type {
          width: 100%;
          margin: 0 auto 40px; } }
      @media screen and (max-width: 768px) {
        body.en-US #marutrip > div > div > div:first-of-type img {
          display: block;
          margin: 0 auto; } }
    body.en-US #marutrip > div > div > div > p {
      font-size: 1.125em;
      line-height: 1.5;
      margin: 0; }
      @media screen and (max-width: 768px) {
        body.en-US #marutrip > div > div > div > p {
          text-align: center; } }

.pageLink {
  display: block;
  width: 150px;
  height: 40px;
  border: 3px solid #555;
  text-decoration: none !important;
  transition: .2s; }
  .pageLink p {
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    margin: 0; }
  .pageLink:hover {
    background: #555;
    color: #fff; }
    .pageLink:hover a {
      color: #fff; }
  @media screen and (max-width: 768px) {
    .pageLink {
      margin: 0 auto; } }

#access > figure > simg {
  margin: 0 0 20px; }
#access > figure > figcaption > h4 {
  font-size: 20px;
  color: #4d4d4d; }
#access > figure > figcaption > p {
  margin: 0 0 40px; }

/*#culture{
    text-align: center;
    > div{
        p.explainTxt{
            margin: 0 0 60px;
        }

        > div{
            &:first-of-type{
                display: flex;
                justify-content: center;
                margin: 0 0 60px;

                @include mq(sm){
                    flex-flow: column wrap;
                    margin: 0 auto 60px;
                }

                > div{
                    width: 420px;
                    height: auto;
                    margin: 0 20px;

                    @include mq(sm){
                        width: 100%;
                        margin: 0 0 40px;
                    }

                    > figure{
                        img{
                            margin: 0 0 12px;

                            @include mq(sm){
                                display: block;
                                margin: 0 auto 20px;
                            }
                        }
                    }
                }
            }

            &:nth-of-type(2){
                display: flex;
                justify-content: center;
                flex-flow: row wrap;

                > figure{
                    width: 260px;
                    height: auto;
                    margin: 0 30px 30px;

                    @include mq(sm){
                        width: 100%;
                        margin: 0 auto 30px;
                    }

                    img{
                        margin: 0 0 12px;

                        @include mq(sm){
                            display: block;
                            margin: 0 auto 20px;
                        }
                    }

                    > figcaption{
                        p{
                            @extend .planeTxt;
                            text-align: center;
                            font-weight: bold;
                        }
                    }
                }
            }
        }

        .pageLink{
            display: inline-block;
            padding: 0 1em;
            width: auto;
            font-weight: bold;
            height: 40px;
            border: 3px solid #555;
            text-decoration: none !important;
            transition: .2s;
        }

    }
}*/
/*#education{
    > div{
        > div{
            display: flex;
            justify-content: center;
            margin: 0 0 60px;

            @include mq(){
                flex-flow: column wrap;
                margin: 0 auto 60px;
            }

            &:last-of-type{
                margin: 0;
            }

            figure{
                width: 440px;
                height: auto;
                margin: 0 30px 0 0 ;

                @include mq(){
                    width: 100%;
                    margin: 0 0 30px;
                }

                img{
                    @include mq(){
                        display: block;
                        margin: 0 auto;
                    }
                }
            }

            > div{
                width: 60%;
                height: auto;

                @include mq(){
                    width: 100%;
                }

                > h3{
                    font-size: 20px;
                    color: $text_color;
                    margin-top: 0;
                }

                > p{
                    @extend .planeTxt;
                    margin: 0 0 40px;
                }
            }
        }
    }
}*/
/*#activity{
    > div{
        > div{
            display: flex;
            justify-content: center;

            @include mq(sm){
                flex-flow: column wrap;
            }

            figure{
                width: 420px;
                height: auto;
                margin: 0 20px;

                @include mq(sm){
                    width: 100%;
                    margin: 0;
                }

                img{
                    display: block;
                    margin: 0 auto 20px;
                }
            } 
        }
    }
        .pageLink{
            display: inline-block;
            padding: 0 1em;
            width: auto;
            font-weight: bold;
            height: 40px;
            border: 3px solid #555;
            text-decoration: none !important;
            transition: .2s;
        }
}*/
/* -------------------------------- 
about components 
--------------------------------- */
.about .mv {
  /*background: url('../img/img_mvOther.jpg') center center no-repeat;*/
  background: url("../img/img_mvAbout.jpg") center center no-repeat;
  background-size: cover; }

div.footlink {
  text-align: center; }
  div.footlink .pageLink {
    display: inline-block;
    padding: 0 1em;
    width: auto; }

#network div.footlink {
  text-align: center; }
  #network div.footlink .pageLink {
    display: inline-block;
    padding: 0 1em;
    width: auto; }
#network > div > h2:first-of-type {
  margin: 0 0 60px; }
#network > div .explainTxt {
  margin: 0 0 60px; }
#network > div > div {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0 0 60px; }
  @media screen and (max-width: 640px) {
    #network > div > div {
      justify-content: center;
      flex-flow: column wrap; } }
  #network > div > div:first-of-type > div:first-of-type {
    width: 58%;
    height: auto;
    line-height: 1.6; }
    @media screen and (max-width: 640px) {
      #network > div > div:first-of-type > div:first-of-type {
        width: 100%;
        margin: 0 0 40px; } }
    #network > div > div:first-of-type > div:first-of-type > h2 {
      margin-top: 0;
      line-height: 1.5; }
    #network > div > div:first-of-type > div:first-of-type > p {
      margin: 0 0 40px; }
    #network > div > div:first-of-type > div:first-of-type .pageLink {
      display: inline-block;
      padding: 0 1em;
      width: auto; }
  #network > div > div:first-of-type > div:nth-of-type(2) {
    width: 38%;
    height: auto; }
    @media screen and (max-width: 640px) {
      #network > div > div:first-of-type > div:nth-of-type(2) {
        width: 100%; } }
    #network > div > div:first-of-type > div:nth-of-type(2) figure {
      margin: 0 0 20px; }
  #network > div > div:nth-of-type(2) > figure {
    width: 22%;
    height: auto;
    margin: 0 0 40px; }
    #network > div > div:nth-of-type(2) > figure a {
      text-decoration: none; }
    @media screen and (max-width: 640px) {
      #network > div > div:nth-of-type(2) > figure {
        flex-flow: column wrap;
        width: 100%; } }
    #network > div > div:nth-of-type(2) > figure img {
      width: 100%;
      margin: 0 auto 15px; }
      @media screen and (max-width: 640px) {
        #network > div > div:nth-of-type(2) > figure img {
          display: block; } }
    #network > div > div:nth-of-type(2) > figure figcaption p {
      text-align: center; }
  #network > div > div:nth-of-type(3) > figure {
    width: 30%;
    height: auto;
    margin: 0 0 40px; }
    #network > div > div:nth-of-type(3) > figure a {
      text-decoration: none; }
    @media screen and (max-width: 640px) {
      #network > div > div:nth-of-type(3) > figure {
        width: 100%; } }
    #network > div > div:nth-of-type(3) > figure img {
      width: 100%;
      margin: 0 auto 15px; }
      @media screen and (max-width: 640px) {
        #network > div > div:nth-of-type(3) > figure img {
          display: block; } }
    #network > div > div:nth-of-type(3) > figure figcaption p {
      text-align: center; }

#sdgs > div .explainTxt {
  margin: 0 0 60px; }
#sdgs > div > figure img {
  display: block;
  margin: 0 auto 20px; }
#sdgs > div > figure figcaption > p {
  text-align: center;
  margin: 0 0 40px; }
#sdgs > div > figure figcaption .pageLink {
  width: 240px;
  margin: 0 auto; }

/* -------------------------------- 
council components 
--------------------------------- */
.council .mv {
  background: url("../img/img_mvOther.jpg") center center no-repeat;
  background-size: cover; }
.council .underPageInner h3 {
  font-size: 22px;
  line-height: 1.5; }

#act > div > h3 {
  text-align: center;
  margin: 0 0 60px; }
#act > div h4 {
  font-size: 20px;
  margin-top: 0; }
#act > div > div {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px; }
  @media screen and (max-width: 640px) {
    #act > div > div {
      flex-flow: column wrap; } }
  #act > div > div > div {
    width: 48%;
    height: auto; }
    @media screen and (max-width: 640px) {
      #act > div > div > div {
        width: 100%; } }
    #act > div > div > div > ul {
      margin: 0 0 40px 20px; }
      #act > div > div > div > ul > li {
        margin-bottom: 10px; }
  #act > div > div > figure {
    width: 48%;
    height: auto; }
    @media screen and (max-width: 640px) {
      #act > div > div > figure {
        width: 100%; } }
    #act > div > div > figure img {
      margin: 0 0 20px; }
    #act > div > div > figure figcaption p {
      margin: 0;
      text-align: center; }
#act > div > ul {
  margin: 0 0 40px 20px; }
  #act > div > ul:last-of-type {
    margin: 0 0 60px 20px; }
  #act > div > ul li {
    margin-bottom: 10px; }
    #act > div > ul li ul {
      margin-top: 10px; }

#member > div ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    #member > div ul {
      width: 100%; } }
  #member > div ul li {
    display: inline-block;
    width: 48%;
    padding: 10px 0; }
    #member > div ul li a {
      position: relative; }
      #member > div ul li a::before {
        content: '';
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -3px;
        background: #000;
        transition: .3s; }
      #member > div ul li a:hover::before {
        width: 0; }

#creativeTrip > div .explainTxt {
  margin: 0 0 60px; }
#creativeTrip > div > div {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap; }
  @media screen and (max-width: 640px) {
    #creativeTrip > div > div {
      flex-flow: column wrap; } }
  #creativeTrip > div > div > figure {
    width: 48%;
    height: auto;
    margin: 0 0 40px; }
    @media screen and (max-width: 640px) {
      #creativeTrip > div > div > figure {
        width: 100%; } }
    #creativeTrip > div > div > figure:nth-of-type(3), #creativeTrip > div > div > figure:nth-of-type(4) {
      margin: 0; }
    @media screen and (max-width: 640px) {
      #creativeTrip > div > div > figure:nth-of-type(3) {
        margin: 0 0 40px; } }

/* -------------------------------- 
film components 
--------------------------------- */
.yidff .mv {
  background: url("../img/img_mvFilm.jpg") center center no-repeat;
  background-size: cover; }

.ymf .mv {
  background: url("../img/img_bg_ymf.jpg") center center no-repeat;
  background-size: cover; }

#docu > div .explainTxt,
#fes > div .explainTxt {
  margin: 0 0 60px;
  letter-spacing: 0.05em; }
#docu > div > div,
#fes > div > div {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0 0 20px; }
  @media screen and (max-width: 640px) {
    #docu > div > div,
    #fes > div > div {
      flex-flow: column wrap; } }
  #docu > div > div > figure,
  #fes > div > div > figure {
    width: 48%;
    height: auto;
    margin: 0 0 40px; }
    @media screen and (max-width: 640px) {
      #docu > div > div > figure,
      #fes > div > div > figure {
        width: 100%; } }
#docu > div .pageLink,
#fes > div .pageLink {
  margin: 0 auto; }

#lib > div .explainTxt {
  margin: 0 0 60px; }
#lib > div > figure img {
  display: block;
  margin: 0 auto; }

/* -------------------------------- 
contact components 
--------------------------------- */
#contactArea {
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }
  #contactArea table {
    width: 100%;
    height: auto;
    font-size: 1.125em;
    border-collapse: collapse;
    border: none;
    background: none; }
    #contactArea table tr {
      width: 100%;
      display: block;
      padding: 20px 0; }
      #contactArea table tr th {
        width: 320px;
        vertical-align: top;
        font-weight: normal;
        text-align: left;
        border: none; }
        @media screen and (max-width: 640px) {
          #contactArea table tr th {
            display: block;
            width: 100%;
            padding: 5px 0; } }
        #contactArea table tr th span {
          display: inline-block;
          width: 60px;
          height: 20px;
          background: #fa8072;
          border-radius: 10px;
          line-height: 20px;
          font-size: 12px;
          font-weight: bold;
          color: #fff;
          text-align: center;
          vertical-align: middle;
          margin: 0 0 0 15px; }
      #contactArea table tr td {
        width: 480px;
        border: none; }
        @media screen and (max-width: 640px) {
          #contactArea table tr td {
            display: block;
            width: 100%;
            padding: 5px 0; } }
        #contactArea table tr td input {
          outline: 0; }
        #contactArea table tr td .wpcf7-text {
          width: 100%;
          padding: 5px;
          outline: none;
          border: none;
          font-size: 1.125em;
          background: rgba(255, 255, 255, 0.8); }
        #contactArea table tr td .wpcf7-textarea {
          width: 100%;
          padding: 5px;
          outline: none;
          border: none;
          font-size: 1.125em;
          background: rgba(255, 255, 255, 0.8);
          outline: 0; }

body.en-US #contactArea table tr th {
  letter-spacing: 0; }
  body.en-US #contactArea table tr th span {
    letter-spacing: 0;
    padding: 0 5px; }

.submit {
  width: 250px;
  height: 80px;
  margin: 100px auto 0; }
  .submit .wpcf7-submit {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #000;
    font-size: 1.125em;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border: 3px solid #000;
    border-radius: 40px;
    margin: 0;
    transition: .2s;
    outline: 0;
    cursor: pointer; }
    .submit .wpcf7-submit:hover {
      background: #000;
      color: #fff; }
    .submit .wpcf7-submit:focus {
      outline: 0; }

/* -------------------------------- 
news components 
--------------------------------- */
/* -------------------------------- 
access components 
--------------------------------- */
/* -------------------------------- 
sitemap components 
--------------------------------- */
body.site-map div.inner div.single_content div.sitemap {
  display: flex;
  justify-content: center; }
body.site-map div.inner div.single_content li {
  padding: .3em 0; }

/* -------------------------------- 
privacy policy components 
--------------------------------- */
#pp > div > div {
  padding: 40px 0;
  border-bottom: 1px solid #ccc; }
  #pp > div > div h2 {
    font-size: 24px;
    color: #000; }
  #pp > div > div p {
    font-size: 1.125em;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0; }
  #pp > div > div > div {
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    padding: 20px;
    border: 1px dotted #ccc; }

/* -------------------------------- 
archive components 
--------------------------------- */
div.side {
  flex: 0 0 17%;
  width: 17%; }
  div.side p {
    font-weight: bold;
    margin-bottom: 1em;
    padding-bottom: .5em;
    border-bottom: 3px solid #000; }
  div.side ul {
    list-style: disc;
    /*margin-left: 1.5em;*/
    padding: 0; }
    div.side ul aside ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      div.side ul aside ul li {
        line-height: 1.5em;
        position: relative;
        border-bottom: dashed 1px #aaa;
        padding: 0.4em 0 0.4em 1.5em;
        font-weight: bold; }
        div.side ul aside ul li::before {
          content: '\f0da';
          font-family: 'Font Awesome\ 5 Free';
          text-align: center;
          width: 1.5em;
          height: 1.5em;
          line-height: 1.5em;
          position: absolute;
          top: 0.4em;
          left: 0; }
  @media screen and (max-width: 768px) {
    div.side {
      flex: 0 0 22%;
      width: 22%; } }
  @media screen and (max-width: 640px) {
    div.side {
      flex: auto;
      margin: 30px auto 0;
      width: 90%; } }

body.tax-info_tax section.contents,
body.post-type-archive-info section.contents,
body.post-type-archive-air section.contents,
body.post-type-archive-promotion section.contents, body.tax-info_tag section.contents {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px; }
  body.tax-info_tax section.contents div.ul_wrap,
  body.post-type-archive-info section.contents div.ul_wrap,
  body.post-type-archive-air section.contents div.ul_wrap,
  body.post-type-archive-promotion section.contents div.ul_wrap, body.tax-info_tag section.contents div.ul_wrap {
    flex: 0 0 80%;
    width: 80%; }
    body.tax-info_tax section.contents div.ul_wrap ul.ul_blog,
    body.post-type-archive-info section.contents div.ul_wrap ul.ul_blog,
    body.post-type-archive-air section.contents div.ul_wrap ul.ul_blog,
    body.post-type-archive-promotion section.contents div.ul_wrap ul.ul_blog, body.tax-info_tag section.contents div.ul_wrap ul.ul_blog {
      display: flex;
      flex-wrap: wrap; }
      body.tax-info_tax section.contents div.ul_wrap ul.ul_blog li,
      body.post-type-archive-info section.contents div.ul_wrap ul.ul_blog li,
      body.post-type-archive-air section.contents div.ul_wrap ul.ul_blog li,
      body.post-type-archive-promotion section.contents div.ul_wrap ul.ul_blog li, body.tax-info_tag section.contents div.ul_wrap ul.ul_blog li {
        margin-right: 2%;
        margin-bottom: 30px;
        width: 32%;
        height: 100%; }
        body.tax-info_tax section.contents div.ul_wrap ul.ul_blog li:nth-child(3n),
        body.post-type-archive-info section.contents div.ul_wrap ul.ul_blog li:nth-child(3n),
        body.post-type-archive-air section.contents div.ul_wrap ul.ul_blog li:nth-child(3n),
        body.post-type-archive-promotion section.contents div.ul_wrap ul.ul_blog li:nth-child(3n), body.tax-info_tag section.contents div.ul_wrap ul.ul_blog li:nth-child(3n) {
          margin-right: 0; }
        body.tax-info_tax section.contents div.ul_wrap ul.ul_blog li .img_wrap,
        body.post-type-archive-info section.contents div.ul_wrap ul.ul_blog li .img_wrap,
        body.post-type-archive-air section.contents div.ul_wrap ul.ul_blog li .img_wrap,
        body.post-type-archive-promotion section.contents div.ul_wrap ul.ul_blog li .img_wrap, body.tax-info_tag section.contents div.ul_wrap ul.ul_blog li .img_wrap {
          position: relative;
          width: 100%;
          padding-top: 66.666667%;
          background: #fff;
          overflow: hidden; }
          body.tax-info_tax section.contents div.ul_wrap ul.ul_blog li .img_wrap img,
          body.post-type-archive-info section.contents div.ul_wrap ul.ul_blog li .img_wrap img,
          body.post-type-archive-air section.contents div.ul_wrap ul.ul_blog li .img_wrap img,
          body.post-type-archive-promotion section.contents div.ul_wrap ul.ul_blog li .img_wrap img, body.tax-info_tag section.contents div.ul_wrap ul.ul_blog li .img_wrap img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            /*max-width: 150%;*/
            width: 100%;
            /*max-height: 150%;*/
            height: auto; }
        body.tax-info_tax section.contents div.ul_wrap ul.ul_blog li .txt_wrap,
        body.post-type-archive-info section.contents div.ul_wrap ul.ul_blog li .txt_wrap,
        body.post-type-archive-air section.contents div.ul_wrap ul.ul_blog li .txt_wrap,
        body.post-type-archive-promotion section.contents div.ul_wrap ul.ul_blog li .txt_wrap, body.tax-info_tag section.contents div.ul_wrap ul.ul_blog li .txt_wrap {
          margin: 20px 0 0;
          vertical-align: middle;
      /*
  	text-align: justify;
  	text-justify: inter-ideograph;
      */ }
          body.tax-info_tax section.contents div.ul_wrap ul.ul_blog li .txt_wrap .cat,
          body.post-type-archive-info section.contents div.ul_wrap ul.ul_blog li .txt_wrap .cat,
          body.post-type-archive-air section.contents div.ul_wrap ul.ul_blog li .txt_wrap .cat,
          body.post-type-archive-promotion section.contents div.ul_wrap ul.ul_blog li .txt_wrap .cat, body.tax-info_tag section.contents div.ul_wrap ul.ul_blog li .txt_wrap .cat {
            display: inline-block;
            text-align: center;
            color: #fff;
            background: #000;
            border-radius: 10px;
            line-height: 20px;
            font-weight: bold;
            margin: 0 0 10px 10px;
            padding: 0 6px;
            font-size: 10px;
            letter-spacing: 0;
            /*&:nth-last-child(2){
                display: none;
            }*/ }
          body.tax-info_tax section.contents div.ul_wrap ul.ul_blog li .txt_wrap time,
          body.post-type-archive-info section.contents div.ul_wrap ul.ul_blog li .txt_wrap time,
          body.post-type-archive-air section.contents div.ul_wrap ul.ul_blog li .txt_wrap time,
          body.post-type-archive-promotion section.contents div.ul_wrap ul.ul_blog li .txt_wrap time, body.tax-info_tag section.contents div.ul_wrap ul.ul_blog li .txt_wrap time {
            display: inline-block;
            margin: 0 0 10px; }
          body.tax-info_tax section.contents div.ul_wrap ul.ul_blog li .txt_wrap > a,
          body.post-type-archive-info section.contents div.ul_wrap ul.ul_blog li .txt_wrap > a,
          body.post-type-archive-air section.contents div.ul_wrap ul.ul_blog li .txt_wrap > a,
          body.post-type-archive-promotion section.contents div.ul_wrap ul.ul_blog li .txt_wrap > a, body.tax-info_tag section.contents div.ul_wrap ul.ul_blog li .txt_wrap > a {
            font-size: 1em;
            font-weight: bold;
            line-height: 1.3;
            text-align: inherit; }
  @media screen and (max-width: 768px) {
    body.tax-info_tax section.contents div.ul_wrap,
    body.post-type-archive-info section.contents div.ul_wrap,
    body.post-type-archive-air section.contents div.ul_wrap,
    body.post-type-archive-promotion section.contents div.ul_wrap, body.tax-info_tag section.contents div.ul_wrap {
      flex: 0 0 72%;
      width: 72%; }
      body.tax-info_tax section.contents div.ul_wrap ul.ul_blog li,
      body.post-type-archive-info section.contents div.ul_wrap ul.ul_blog li,
      body.post-type-archive-air section.contents div.ul_wrap ul.ul_blog li,
      body.post-type-archive-promotion section.contents div.ul_wrap ul.ul_blog li, body.tax-info_tag section.contents div.ul_wrap ul.ul_blog li {
        width: 48%; }
        body.tax-info_tax section.contents div.ul_wrap ul.ul_blog li:nth-child(3n),
        body.post-type-archive-info section.contents div.ul_wrap ul.ul_blog li:nth-child(3n),
        body.post-type-archive-air section.contents div.ul_wrap ul.ul_blog li:nth-child(3n),
        body.post-type-archive-promotion section.contents div.ul_wrap ul.ul_blog li:nth-child(3n), body.tax-info_tag section.contents div.ul_wrap ul.ul_blog li:nth-child(3n) {
          margin-right: 2%; }
        body.tax-info_tax section.contents div.ul_wrap ul.ul_blog li:nth-child(2n),
        body.post-type-archive-info section.contents div.ul_wrap ul.ul_blog li:nth-child(2n),
        body.post-type-archive-air section.contents div.ul_wrap ul.ul_blog li:nth-child(2n),
        body.post-type-archive-promotion section.contents div.ul_wrap ul.ul_blog li:nth-child(2n), body.tax-info_tag section.contents div.ul_wrap ul.ul_blog li:nth-child(2n) {
          margin-right: 0; } }
  @media screen and (max-width: 640px) {
    body.tax-info_tax section.contents,
    body.post-type-archive-info section.contents,
    body.post-type-archive-air section.contents,
    body.post-type-archive-promotion section.contents, body.tax-info_tag section.contents {
      display: block; }
      body.tax-info_tax section.contents div.ul_wrap,
      body.post-type-archive-info section.contents div.ul_wrap,
      body.post-type-archive-air section.contents div.ul_wrap,
      body.post-type-archive-promotion section.contents div.ul_wrap, body.tax-info_tag section.contents div.ul_wrap {
        flex: auto;
        width: 100%; }
        body.tax-info_tax section.contents div.ul_wrap ul.ul_blog li,
        body.post-type-archive-info section.contents div.ul_wrap ul.ul_blog li,
        body.post-type-archive-air section.contents div.ul_wrap ul.ul_blog li,
        body.post-type-archive-promotion section.contents div.ul_wrap ul.ul_blog li, body.tax-info_tag section.contents div.ul_wrap ul.ul_blog li {
          width: 100%; } }

body.term-event .img_wrap {
  position: relative;
  width: 100%;
  /*padding-top: 150% !important;*/
  padding-top: 141.4% !important;
  background: #ccc;
  overflow: hidden; }

body.term-news ul.ul_news, body.post-type-archive-info ul.ul_news, body.tax-info_tag ul.ul_news {
  display: flex;
  flex-flow: column wrap; }
  body.term-news ul.ul_news li, body.post-type-archive-info ul.ul_news li, body.tax-info_tag ul.ul_news li {
    width: 100% !important;
    height: auto;
    margin: 0 0 20px; }
    body.term-news ul.ul_news li .img_wrap, body.post-type-archive-info ul.ul_news li .img_wrap, body.tax-info_tag ul.ul_news li .img_wrap {
      display: none; }
    body.term-news ul.ul_news li .txt_wrap, body.post-type-archive-info ul.ul_news li .txt_wrap, body.tax-info_tag ul.ul_news li .txt_wrap {
      margin: 10px 0 0;
      padding: 0 0 10px;
      border-bottom: 1px solid #ccc; }
      body.term-news ul.ul_news li .txt_wrap .cat, body.post-type-archive-info ul.ul_news li .txt_wrap .cat, body.tax-info_tag ul.ul_news li .txt_wrap .cat {
        display: none; }
      body.term-news ul.ul_news li .txt_wrap time, body.post-type-archive-info ul.ul_news li .txt_wrap time, body.tax-info_tag ul.ul_news li .txt_wrap time {
        display: inline-block;
        margin: 0 0 10px; }
      body.term-news ul.ul_news li .txt_wrap > a, body.post-type-archive-info ul.ul_news li .txt_wrap > a, body.tax-info_tag ul.ul_news li .txt_wrap > a {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4; }

body.term-pickup section.contents div.ul_wrap ul.ul_pickup li, body.post-type-archive-info section.contents div.ul_wrap ul.ul_pickup li, body.tax-info_tag section.contents div.ul_wrap ul.ul_pickup li {
  background: #fff;
  padding: 20px;
  height: auto; }
  body.term-pickup section.contents div.ul_wrap ul.ul_pickup li .img_wrap, body.post-type-archive-info section.contents div.ul_wrap ul.ul_pickup li .img_wrap, body.tax-info_tag section.contents div.ul_wrap ul.ul_pickup li .img_wrap {
    padding-top: 100%; }
    body.term-pickup section.contents div.ul_wrap ul.ul_pickup li .img_wrap img, body.post-type-archive-info section.contents div.ul_wrap ul.ul_pickup li .img_wrap img, body.tax-info_tag section.contents div.ul_wrap ul.ul_pickup li .img_wrap img {
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(0, 0);
      object-fit: cover;
      width: 100%;
      height: 100%;
      margin: 0; }
  body.term-pickup section.contents div.ul_wrap ul.ul_pickup li .txt_wrap .cat_time_wrap, body.post-type-archive-info section.contents div.ul_wrap ul.ul_pickup li .txt_wrap .cat_time_wrap, body.tax-info_tag section.contents div.ul_wrap ul.ul_pickup li .txt_wrap .cat_time_wrap {
    display: flex;
    flex-wrap: wrap; }
    body.term-pickup section.contents div.ul_wrap ul.ul_pickup li .txt_wrap .cat_time_wrap time, body.post-type-archive-info section.contents div.ul_wrap ul.ul_pickup li .txt_wrap .cat_time_wrap time, body.tax-info_tag section.contents div.ul_wrap ul.ul_pickup li .txt_wrap .cat_time_wrap time {
      width: 100%; }
    body.term-pickup section.contents div.ul_wrap ul.ul_pickup li .txt_wrap .cat_time_wrap .cat, body.post-type-archive-info section.contents div.ul_wrap ul.ul_pickup li .txt_wrap .cat_time_wrap .cat, body.tax-info_tag section.contents div.ul_wrap ul.ul_pickup li .txt_wrap .cat_time_wrap .cat {
      display: inline-flex;
      margin: 0 10px 10px 0; }

body.page-template-creative div.underPageInner {
  font-weight: bold; }
  body.page-template-creative div.underPageInner:first-of-type {
    padding: 60px 20px 0; }
    @media screen and (max-width: 640px) {
      body.page-template-creative div.underPageInner:first-of-type {
        padding: 40px 20px 0; } }
body.page-template-creative section.single_contents div.ul_wrap {
  width: 100%; }
  body.page-template-creative section.single_contents div.ul_wrap ul.ul_blog {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0; }
    body.page-template-creative section.single_contents div.ul_wrap ul.ul_blog li {
      margin-right: 2%;
      margin-bottom: 40px;
      width: 32%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      @media screen and (max-width: 640px) {
        body.page-template-creative section.single_contents div.ul_wrap ul.ul_blog li {
          margin-right: 0; } }
      body.page-template-creative section.single_contents div.ul_wrap ul.ul_blog li:nth-child(3n) {
        margin-right: 0; }
      body.page-template-creative section.single_contents div.ul_wrap ul.ul_blog li .img_wrap {
        width: 100%;
        padding-top: 66.6666666%;
        background: #ccc;
        overflow: hidden;
        position: relative; }
        body.page-template-creative section.single_contents div.ul_wrap ul.ul_blog li .img_wrap img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-width: 150%;
          width: auto;
          max-height: 150%;
          height: auto; }
      body.page-template-creative section.single_contents div.ul_wrap ul.ul_blog li .txt_wrap {
        margin: 0 0 20px;
        vertical-align: middle;
        text-align: center; }
        body.page-template-creative section.single_contents div.ul_wrap ul.ul_blog li .txt_wrap time {
          display: inline-block;
          margin: 0 0 10px; }
        body.page-template-creative section.single_contents div.ul_wrap ul.ul_blog li .txt_wrap > a {
          font-size: 1.125em;
          font-weight: bold;
          line-height: 1.4; }
      body.page-template-creative section.single_contents div.ul_wrap ul.ul_blog li ul.icon {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        padding-left: 0; }
        body.page-template-creative section.single_contents div.ul_wrap ul.ul_blog li ul.icon li {
          width: 36px;
          height: auto;
          margin: 0 10px 0 0; }
          body.page-template-creative section.single_contents div.ul_wrap ul.ul_blog li ul.icon li img {
            width: 100%;
            height: auto;
            position: static;
            transform: translate(0, 0); }
@media screen and (max-width: 768px) {
  body.page-template-creative section.single_contents div.ul_wrap ul.ul_blog li {
    width: 48%; }
    body.page-template-creative section.single_contents div.ul_wrap ul.ul_blog li:nth-child(3n) {
      margin-right: 2%; }
    body.page-template-creative section.single_contents div.ul_wrap ul.ul_blog li:nth-child(2n) {
      margin-right: 0; } }
@media screen and (max-width: 640px) {
  body.page-template-creative section.single_contents {
    display: block; }
    body.page-template-creative section.single_contents div.ul_wrap {
      flex: auto;
      width: 100%; }
      body.page-template-creative section.single_contents div.ul_wrap ul.ul_blog li {
        width: 100%; } }

body.post-type-archive-video .mv {
  background: url("../img/img_mvVideo.jpg") center center no-repeat;
  background-size: cover; }
body.post-type-archive-video .inner > div.underPageInner {
  padding: 60px 20px 30px; }
  @media screen and (max-width: 640px) {
    body.post-type-archive-video .inner > div.underPageInner {
      padding: 40px 20px 30px; } }
  body.post-type-archive-video .inner > div.underPageInner p {
    margin: 0; }
body.post-type-archive-video div.yt_wrap div.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  body.post-type-archive-video div.yt_wrap div.flexbox div.box {
    flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    margin-right: 4%;
    margin-bottom: 60px; }
    body.post-type-archive-video div.yt_wrap div.flexbox div.box:nth-child(2n), body.post-type-archive-video div.yt_wrap div.flexbox div.box:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      body.post-type-archive-video div.yt_wrap div.flexbox div.box {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0; } }
    body.post-type-archive-video div.yt_wrap div.flexbox div.box iframe {
      width: 100%; }
      @media screen and (max-width: 640px) {
        body.post-type-archive-video div.yt_wrap div.flexbox div.box iframe {
          height: auto; } }
body.post-type-archive-video div.yt_wrap p {
  padding-top: 1.5em;
  text-align: center; }
  body.post-type-archive-video div.yt_wrap p.title {
    font-weight: bold; }
  body.post-type-archive-video div.yt_wrap p.sub {
    padding-top: 0.75em; }
@media screen and (max-width: 768px) {
  body.post-type-archive-video div.yt_wrap div.flexbox {
    display: block; }
    body.post-type-archive-video div.yt_wrap div.flexbox div.box {
      margin-right: 0;
      margin-bottom: 24px; }
      body.post-type-archive-video div.yt_wrap div.flexbox div.box:last-child {
        margin-bottom: 0; } }
body.post-type-archive-video section {
  margin: 0 0 60px; }
  body.post-type-archive-video section div.ul_wrap {
    width: 100%;
    padding: 0 20px; }
    body.post-type-archive-video section div.ul_wrap ul.ul_blog {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      body.post-type-archive-video section div.ul_wrap ul.ul_blog li {
        margin-right: 4%;
        margin-bottom: 40px;
        width: 48%;
        height: 100%; }
        body.post-type-archive-video section div.ul_wrap ul.ul_blog li:nth-child(2n) {
          margin-right: 0; }
        body.post-type-archive-video section div.ul_wrap ul.ul_blog li .img_wrap {
          position: relative;
          width: 100%;
          padding-top: 66.666667%;
          background: #ccc;
          overflow: hidden; }
          body.post-type-archive-video section div.ul_wrap ul.ul_blog li .img_wrap img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-width: 150%;
            width: auto;
            max-height: 150%;
            height: auto; }
        body.post-type-archive-video section div.ul_wrap ul.ul_blog li .txt_wrap {
          margin: 10px 0 0;
          vertical-align: middle;
          text-align: center; }
          body.post-type-archive-video section div.ul_wrap ul.ul_blog li .txt_wrap > a {
            font-size: 1.125em;
            font-weight: bold;
            line-height: 1.4;
            letter-spacing: 0; }
  @media screen and (max-width: 640px) {
    body.post-type-archive-video section {
      display: block; }
      body.post-type-archive-video section div.ul_wrap {
        flex: auto;
        width: 100%; }
        body.post-type-archive-video section div.ul_wrap ul.ul_blog li {
          width: 100%;
          margin-right: 0; } }
  body.post-type-archive-video section .videoText {
    text-align: center;
    line-height: 1.8; }
    body.post-type-archive-video section .videoText a {
      font-weight: bold;
      color: #000; }
  body.post-type-archive-video section.traditional figcaption p {
    font-weight: bold; }

/*.img_wrap{
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 66.66666667%;
    overflow: hidden;

    img{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}*/
.customField {
  margin: 40px 0 0; }
  .customField > p {
    font-size: 1.125em;
    margin: 0 0 20px;
    color: #000; }
  .customField > div {
    display: flex; }
    .customField > div > a {
      display: block;
      width: 40px;
      height: auto;
      margin: 0 15px 0 0; }

/* -------------------------------- 
single components 
--------------------------------- */
body.single section.contents {
  /*display: flex;
  justify-content: space-between;*/
  margin: 0 0 60px;
  /*@include mq(sm) {
      display: block;
  }*/ }
  body.single section.contents div.single_left {
    width: 100%;
    background: #fff;
    padding: 40px;
    /*@include mq(md) {
        flex: 0 0 72%;
        width: 72%;
    }
    @include mq(sm) {
        flex: auto;
        width: 100%;
    }*/ }
    body.single section.contents div.single_left h3.single_title {
      padding-bottom: .5em;
      font-size: 1.8em;
      line-height: 1.6;
      font-weight: bold;
      color: #000; }
    body.single section.contents div.single_left div.cat_time_wrap {
      margin-bottom: .5em;
      padding-bottom: 1.5em;
      font-size: 13px;
      border-bottom: 1px solid #000; }
      body.single section.contents div.single_left div.cat_time_wrap .cat {
        display: inline-block;
        width: 100px;
        height: 20px;
        text-align: center;
        color: #fff;
        background: #000;
        border-radius: 10px;
        line-height: 20px;
        font-weight: bold;
        margin: 0 0 10px 10px; }
    body.single section.contents div.single_left .single_content iframe {
      /*width: 100% !important;*/
      max-width: 100%;
                    /*
					height: 450px !important;
					@include mq(sm) {
						height: 300px !important;
					}
                    */ }
    @media screen and (max-width: 640px) {
      body.single section.contents div.single_left {
        padding: 20px; } }

body.single-info section.contents {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px; }
  @media screen and (max-width: 640px) {
    body.single-info section.contents {
      display: block; } }
  body.single-info section.contents div.single_left {
    flex: 0 0 80%;
    width: 80%;
    background: #fff;
    padding: 40px; }
    body.single-info section.contents div.single_left h3.single_title {
      padding-bottom: .5em;
      font-size: 1.8em;
      line-height: 1.6;
      font-weight: bold;
      color: #000; }
    body.single-info section.contents div.single_left div.txt_wrap {
      margin-bottom: .5em;
      padding-bottom: 1.5em;
      font-size: 13px;
      border-bottom: 1px solid #000; }
      body.single-info section.contents div.single_left div.txt_wrap .cat {
        display: inline-block;
        margin-right: .5em;
        padding-right: .5em;
        border-right: 1px solid #000; }
    @media screen and (max-width: 768px) {
      body.single-info section.contents div.single_left {
        flex: 0 0 72%;
        width: 72%; } }
    @media screen and (max-width: 640px) {
      body.single-info section.contents div.single_left {
        flex: auto;
        width: 100%;
        padding: 20px; } }
    body.single-info section.contents div.single_left.single_pickup h3.single_title {
      margin-bottom: 0; }
    body.single-info section.contents div.single_left.single_pickup .subtitle {
      font-size: 1.25em;
      font-weight: bold;
      margin-top: 0; }
    body.single-info section.contents div.single_left.single_pickup .tags {
      /*display: flex;
      flex-wrap: wrap;*/
      margin: 1.5em 0 1em 0; }
      body.single-info section.contents div.single_left.single_pickup .tags span {
        font-size: 0.85em;
        margin-right: 0.5em;
        margin-bottom: 0.5em;
        display: inline-block; }
        body.single-info section.contents div.single_left.single_pickup .tags span a {
          border-radius: 4px;
          line-height: 25px;
          height: 25px;
          background: #4d4d4d;
          color: #fff;
          display: inline-table;
          padding: 0 0.75em; }
          body.single-info section.contents div.single_left.single_pickup .tags span a:hover {
            background: #eb6d8e; }
    body.single-info section.contents div.single_left.single_pickup .addtoany_content {
      margin-top: 2em; }

.single-post .single_content .img_wrap {
  position: relative;
  width: 100%;
  padding-top: 66.666667%;
  background: #ccc;
  overflow: hidden; }
  .single-post .single_content .img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 150%;
    width: auto;
    max-height: 150%;
    height: auto; }
.single-post .single_content .txt_wrap p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 0 40px; }
.single-post .single_content .txt_wrap > div:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0 0 20px; }
  .single-post .single_content .txt_wrap > div:first-of-type figure {
    display: inline-block;
    width: 30%;
    height: auto; }
    @media screen and (max-width: 768px) {
      .single-post .single_content .txt_wrap > div:first-of-type figure {
        width: 45%;
        height: auto; } }
    .single-post .single_content .txt_wrap > div:first-of-type figure img {
      width: 100%;
      height: auto;
      margin: 0 0 40px; }
.single-post .single_content .txt_wrap > div:nth-of-type(2) {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .single-post .single_content .txt_wrap > div:nth-of-type(2) {
      flex-flow: column wrap; } }
  .single-post .single_content .txt_wrap > div:nth-of-type(2) > div {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30% 0 0;
    margin: 0 20px 0 0; }
    @media screen and (max-width: 768px) {
      .single-post .single_content .txt_wrap > div:nth-of-type(2) > div {
        margin: 0 0 20px;
        padding: 75% 0 0; } }
    .single-post .single_content .txt_wrap > div:nth-of-type(2) > div:nth-of-type(2) {
      margin: 0; }
    .single-post .single_content .txt_wrap > div:nth-of-type(2) > div > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

body.single-video div.main > div.inner, body.single-air div.main > div.inner {
  max-width: 1000px; }
body.single-video div.main div.inner section.contents div.single_left, body.single-air div.main div.inner section.contents div.single_left {
  margin-bottom: 40px;
  /*top*/
  /*film maker*/
  /*photo garally*/
  /**/ }
  body.single-video div.main div.inner section.contents div.single_left h3, body.single-air div.main div.inner section.contents div.single_left h3 {
    padding-bottom: 40px;
    letter-spacing: .25em; }
    body.single-video div.main div.inner section.contents div.single_left h3 span, body.single-air div.main div.inner section.contents div.single_left h3 span {
      display: block;
      margin-top: .3em;
      font-size: .8em;
      letter-spacing: .05em; }
  body.single-video div.main div.inner section.contents div.single_left h4, body.single-air div.main div.inner section.contents div.single_left h4 {
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: .5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #222; }
  body.single-video div.main div.inner section.contents div.single_left p.youtube_cap, body.single-air div.main div.inner section.contents div.single_left p.youtube_cap {
    margin: 1.6em 0 .8em;
    font-weight: bold; }
  body.single-video div.main div.inner section.contents div.single_left div.video_info, body.single-air div.main div.inner section.contents div.single_left div.video_info {
    margin-top: 1.5em; }
  body.single-video div.main div.inner section.contents div.single_left div.filmmaker div.flexbox, body.single-air div.main div.inner section.contents div.single_left div.filmmaker div.flexbox {
    display: flex;
    justify-content: space-between; }
    body.single-video div.main div.inner section.contents div.single_left div.filmmaker div.flexbox div.img, body.single-air div.main div.inner section.contents div.single_left div.filmmaker div.flexbox div.img {
      flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      margin-right: 5%; }
      body.single-video div.main div.inner section.contents div.single_left div.filmmaker div.flexbox div.img img, body.single-air div.main div.inner section.contents div.single_left div.filmmaker div.flexbox div.img img {
        width: 100%; }
    body.single-video div.main div.inner section.contents div.single_left div.filmmaker div.flexbox div.txt, body.single-air div.main div.inner section.contents div.single_left div.filmmaker div.flexbox div.txt {
      flex: 0 0 70%;
      -ms-flex: 0 0 70%; }
    @media screen and (max-width: 640px) {
      body.single-video div.main div.inner section.contents div.single_left div.filmmaker div.flexbox, body.single-air div.main div.inner section.contents div.single_left div.filmmaker div.flexbox {
        display: block; }
        body.single-video div.main div.inner section.contents div.single_left div.filmmaker div.flexbox div.img, body.single-air div.main div.inner section.contents div.single_left div.filmmaker div.flexbox div.img {
          margin: 0 auto;
          width: 90%; } }
  body.single-video div.main div.inner section.contents div.single_left ul.ul_garally, body.single-air div.main div.inner section.contents div.single_left ul.ul_garally {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    body.single-video div.main div.inner section.contents div.single_left ul.ul_garally li, body.single-air div.main div.inner section.contents div.single_left ul.ul_garally li {
      flex: 0 0 32%;
      -ms-flex: 0 0 32%;
      margin-right: 2%; }
      body.single-video div.main div.inner section.contents div.single_left ul.ul_garally li:last-child, body.single-air div.main div.inner section.contents div.single_left ul.ul_garally li:last-child {
        margin-right: 0; }
      body.single-video div.main div.inner section.contents div.single_left ul.ul_garally li img, body.single-air div.main div.inner section.contents div.single_left ul.ul_garally li img {
        width: 100%; }
    @media screen and (max-width: 640px) {
      body.single-video div.main div.inner section.contents div.single_left ul.ul_garally, body.single-air div.main div.inner section.contents div.single_left ul.ul_garally {
        display: block; }
        body.single-video div.main div.inner section.contents div.single_left ul.ul_garally li, body.single-air div.main div.inner section.contents div.single_left ul.ul_garally li {
          margin-right: 0;
          margin-bottom: 20px; }
          body.single-video div.main div.inner section.contents div.single_left ul.ul_garally li:last-child, body.single-air div.main div.inner section.contents div.single_left ul.ul_garally li:last-child {
            margin-bottom: 0; } }
  body.single-video div.main div.inner section.contents div.single_left div.kanren.flexbox, body.single-air div.main div.inner section.contents div.single_left div.kanren.flexbox {
    display: flex;
    justify-content: space-between; }
    body.single-video div.main div.inner section.contents div.single_left div.kanren.flexbox div.img, body.single-air div.main div.inner section.contents div.single_left div.kanren.flexbox div.img {
      flex: 0 0 45%;
      -ms-flex: 0 0 45%;
      margin: 0 5% 0 0; }
      body.single-video div.main div.inner section.contents div.single_left div.kanren.flexbox div.img img, body.single-air div.main div.inner section.contents div.single_left div.kanren.flexbox div.img img {
        width: 100%; }
    body.single-video div.main div.inner section.contents div.single_left div.kanren.flexbox div.txt, body.single-air div.main div.inner section.contents div.single_left div.kanren.flexbox div.txt {
      flex: 0 0 50%;
      -ms-flex: 0 0 50%; }
    @media screen and (max-width: 640px) {
      body.single-video div.main div.inner section.contents div.single_left div.kanren.flexbox, body.single-air div.main div.inner section.contents div.single_left div.kanren.flexbox {
        display: block; }
        body.single-video div.main div.inner section.contents div.single_left div.kanren.flexbox div.img, body.single-air div.main div.inner section.contents div.single_left div.kanren.flexbox div.img {
          margin-right: 0; }
          body.single-video div.main div.inner section.contents div.single_left div.kanren.flexbox div.img iframe, body.single-air div.main div.inner section.contents div.single_left div.kanren.flexbox div.img iframe {
            height: auto; }
        body.single-video div.main div.inner section.contents div.single_left div.kanren.flexbox div.txt, body.single-air div.main div.inner section.contents div.single_left div.kanren.flexbox div.txt {
          margin-top: 24px; } }
@media screen and (max-width: 640px) {
  body.single-video div.main div.inner div.bth_wrap a.btn_link, body.single-air div.main div.inner div.bth_wrap a.btn_link {
    display: block;
    margin: 0 auto 16px; } }

.traditional > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap; }
  .traditional > div > div .modal-content {
    width: 50%; }
  .traditional > div > div > figure {
    width: 30%;
    height: auto;
    margin: 0 0 40px 0; }
    @media screen and (max-width: 640px) {
      .traditional > div > div > figure {
        width: 45%; } }
    .traditional > div > div > figure > a {
      display: block;
      width: 100%;
      margin: 0 0 15px; }
      .traditional > div > div > figure > a > img {
        width: 100%; }
    .traditional > div > div > figure > figcaption p {
      font-size: 1.125em;
      text-align: center; }

body.error404 p.error_title {
  margin: 30px 0 15px 0;
  font-size: 150%;
  font-weight: bold;
  text-align: center; }
body.error404 p.error_text {
  margin-bottom: 50px;
  text-align: center; }
body.error404 .btn_wrap {
  text-align: center; }

/*----------------------

creative cafe components

-----------------------*/
/*----------------------

MODAL WINDOW

-----------------------*/
.modal-content {
  width: 50%;
  margin: 0;
  padding: 20px;
  position: fixed;
  display: none;
  z-index: 2; }
  .modal-content > img {
    margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .modal-content iframe {
      height: auto; } }

.youtube {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 56.25%; }
  .youtube > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

.button-link {
  color: #00f;
  text-decoration: underline; }

.button-link:hover {
  cursor: pointer;
  color: #f00; }

body.single .single_content div {
  max-width: 100%;
  line-height: 1.7; }
  body.single .single_content div::after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }
  body.single .single_content div.block_contents p {
    margin-top: 0; }
  body.single .single_content div.block_contents .addtoany_content {
    display: none; }
body.single .single_content p {
  max-width: 100%;
  line-height: 1.7; }
body.single .single_content img {
  max-width: 100%;
  height: auto; }
body.single .single_content img.alignleft {
  float: left;
  margin-right: 1.5em; }
  @media screen and (max-width: 640px) {
    body.single .single_content img.alignleft {
      float: none;
      display: block;
      margin-bottom: 10px; } }

img.index_main_logo {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none; }

/*202003*/
body.page-template-page-e-school .mv {
  background-image: url(../img/bg_eschool.jpg); }
  body.page-template-page-e-school .mv::before {
    content: none; }
  body.page-template-page-e-school .mv div h2 span {
    font-size: 1.5rem;
    color: #555;
    font-weight: bold;
    display: inline-block;
    background: #fff;
    padding: .5em 1em;
    line-height: 1; }
body.page-template-page-e-school div.eschool div.inner {
  margin: 40px auto;
  padding: 40px;
  background: #fff; }
body.page-template-page-e-school div.eschool h2 {
  padding: .5em;
  color: #fff;
  background: url(../img/bg_eschool.jpg);
  background-size: cover; }
body.page-template-page-e-school div.eschool h3 {
  border-bottom: 2px solid #f7380e; }
body.page-template-page-e-school div.eschool h4 {
  color: #f7380e; }
body.page-template-page-e-school div.eschool p {
  line-height: 1.7; }
  body.page-template-page-e-school div.eschool p img {
    display: block;
    margin: 30px auto; }
body.page-template-page-e-school div.eschool ul li {
  padding: .2em 0; }
body.page-template-page-e-school div.eschool table {
  width: 100% !important; }
  body.page-template-page-e-school div.eschool table tr th, body.page-template-page-e-school div.eschool table tr td {
    padding: 1em;
    border: 1px solid #999; }
    body.page-template-page-e-school div.eschool table tr th p, body.page-template-page-e-school div.eschool table tr td p {
      margin: .5em 0; }
    body.page-template-page-e-school div.eschool table tr th a, body.page-template-page-e-school div.eschool table tr td a {
      display: inline-block;
      padding: .5em 1em;
      background: #f34c28;
      color: #fff;
      font-weight: bold;
      font-size: 1.2em;
      text-decoration: none; }
  body.page-template-page-e-school div.eschool table tr td:first-child {
    width: 250px !important; }
    @media screen and (max-width: 640px) {
      body.page-template-page-e-school div.eschool table tr td:first-child {
        width: 40% !important; } }
  body.page-template-page-e-school div.eschool table tr th {
    background-color: #e8e8e8; }
  body.page-template-page-e-school div.eschool table.schedule tr th {
    width: 28% !important; }
    body.page-template-page-e-school div.eschool table.schedule tr th:first-child {
      width: 16% !important; }
  @media screen and (max-width: 640px) {
    body.page-template-page-e-school div.eschool table.schedule tr th {
      display: none; }
    body.page-template-page-e-school div.eschool table.schedule tr td {
      display: block;
      width: 100% !important;
      border: none;
      border-bottom: 1px dotted #555; }
      body.page-template-page-e-school div.eschool table.schedule tr td:first-child {
        background-color: #fedeb8;
        border: none; }
      body.page-template-page-e-school div.eschool table.schedule tr td:last-child {
        padding-bottom: 2em;
        border: none; } }
body.page-template-page-e-school div.eschool h6 {
  text-align: center; }
  body.page-template-page-e-school div.eschool h6 a {
    display: inline-block;
    padding: 1em;
    width: 90%;
    max-width: 600px;
    font-size: 2.5em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    background: #FFD60F; }
    @media screen and (max-width: 640px) {
      body.page-template-page-e-school div.eschool h6 a {
        font-size: 1.8em; } }

/*20201027*/
body.page-template-cc28 div.mv div h1, body.page-template-kokusaikaigi2020 div.mv div h1, body.page-template-cc30 div.mv div h1, body.page-template-cc31 div.mv div h1, body.page-template-cc32 div.mv div h1, body.page-template-cc33 div.mv div h1 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4; }
  body.page-template-cc28 div.mv div h1 span, body.page-template-kokusaikaigi2020 div.mv div h1 span, body.page-template-cc30 div.mv div h1 span, body.page-template-cc31 div.mv div h1 span, body.page-template-cc32 div.mv div h1 span, body.page-template-cc33 div.mv div h1 span {
    display: block;
    font-size: 1.5em; }
  @media screen and (max-width: 640px) {
    body.page-template-cc28 div.mv div h1, body.page-template-kokusaikaigi2020 div.mv div h1, body.page-template-cc30 div.mv div h1, body.page-template-cc31 div.mv div h1, body.page-template-cc32 div.mv div h1, body.page-template-cc33 div.mv div h1 {
      font-size: 1.5em; } }
body.page-template-cc28 div.inner, body.page-template-kokusaikaigi2020 div.inner, body.page-template-cc30 div.inner, body.page-template-cc31 div.inner, body.page-template-cc32 div.inner, body.page-template-cc33 div.inner {
  max-width: 1040px; }
body.page-template-cc28 section.content, body.page-template-kokusaikaigi2020 section.content, body.page-template-cc30 section.content, body.page-template-cc31 section.content, body.page-template-cc32 section.content, body.page-template-cc33 section.content {
  padding: 60px 20px; }
  body.page-template-cc28 section.content h2, body.page-template-kokusaikaigi2020 section.content h2, body.page-template-cc30 section.content h2, body.page-template-cc31 section.content h2, body.page-template-cc32 section.content h2, body.page-template-cc33 section.content h2 {
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.6;
    text-align: center; }
    body.page-template-cc28 section.content h2 span, body.page-template-kokusaikaigi2020 section.content h2 span, body.page-template-cc30 section.content h2 span, body.page-template-cc31 section.content h2 span, body.page-template-cc32 section.content h2 span, body.page-template-cc33 section.content h2 span {
      display: block;
      font-size: .9em; }
    @media screen and (max-width: 640px) {
      body.page-template-cc28 section.content h2, body.page-template-kokusaikaigi2020 section.content h2, body.page-template-cc30 section.content h2, body.page-template-cc31 section.content h2, body.page-template-cc32 section.content h2, body.page-template-cc33 section.content h2 {
        text-align: left;
        font-size: 1.8em; } }
  body.page-template-cc28 section.content p.intro, body.page-template-kokusaikaigi2020 section.content p.intro, body.page-template-cc30 section.content p.intro, body.page-template-cc31 section.content p.intro, body.page-template-cc32 section.content p.intro, body.page-template-cc33 section.content p.intro {
    margin: 1.5em auto 3em;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center; }
    @media screen and (max-width: 640px) {
      body.page-template-cc28 section.content p.intro, body.page-template-kokusaikaigi2020 section.content p.intro, body.page-template-cc30 section.content p.intro, body.page-template-cc31 section.content p.intro, body.page-template-cc32 section.content p.intro, body.page-template-cc33 section.content p.intro {
        text-align: left; } }
  body.page-template-cc28 section.content h3, body.page-template-kokusaikaigi2020 section.content h3, body.page-template-cc30 section.content h3, body.page-template-cc31 section.content h3, body.page-template-cc32 section.content h3, body.page-template-cc33 section.content h3 {
    margin-bottom: 1em;
    padding-bottom: .25em;
    font-size: 1.25em;
    font-weight: bold;
    border-bottom: 2px solid #b3a76d;
    letter-spacing: .2em;
    line-height: 1.5; }
    body.page-template-cc28 section.content h3 span:first-child, body.page-template-kokusaikaigi2020 section.content h3 span:first-child, body.page-template-cc30 section.content h3 span:first-child, body.page-template-cc31 section.content h3 span:first-child, body.page-template-cc32 section.content h3 span:first-child, body.page-template-cc33 section.content h3 span:first-child {
      margin-right: .5em; }
  body.page-template-cc28 section.content div.box, body.page-template-kokusaikaigi2020 section.content div.box, body.page-template-cc30 section.content div.box, body.page-template-cc31 section.content div.box, body.page-template-cc32 section.content div.box, body.page-template-cc33 section.content div.box {
    margin: 30px auto 60px; }
    body.page-template-cc28 section.content div.box p, body.page-template-kokusaikaigi2020 section.content div.box p, body.page-template-cc30 section.content div.box p, body.page-template-cc31 section.content div.box p, body.page-template-cc32 section.content div.box p, body.page-template-cc33 section.content div.box p {
      line-height: 1.8; }
    body.page-template-cc28 section.content div.box.shusai p:first-child, body.page-template-kokusaikaigi2020 section.content div.box.shusai p:first-child, body.page-template-cc30 section.content div.box.shusai p:first-child, body.page-template-cc31 section.content div.box.shusai p:first-child, body.page-template-cc32 section.content div.box.shusai p:first-child, body.page-template-cc33 section.content div.box.shusai p:first-child {
      font-size: 1.2em;
      font-weight: bold; }
    body.page-template-cc28 section.content div.box.shusai a, body.page-template-kokusaikaigi2020 section.content div.box.shusai a, body.page-template-cc30 section.content div.box.shusai a, body.page-template-cc31 section.content div.box.shusai a, body.page-template-cc32 section.content div.box.shusai a, body.page-template-cc33 section.content div.box.shusai a {
      text-decoration: underline; }
    body.page-template-cc28 section.content div.box div.flexbox, body.page-template-kokusaikaigi2020 section.content div.box div.flexbox, body.page-template-cc30 section.content div.box div.flexbox, body.page-template-cc31 section.content div.box div.flexbox, body.page-template-cc32 section.content div.box div.flexbox, body.page-template-cc33 section.content div.box div.flexbox {
      display: flex;
      justify-content: space-between;
      margin: 20px auto;
      padding: 20px;
      border-bottom: 1px dotted #b3a76d; }
      @media screen and (max-width: 640px) {
        body.page-template-cc28 section.content div.box div.flexbox, body.page-template-kokusaikaigi2020 section.content div.box div.flexbox, body.page-template-cc30 section.content div.box div.flexbox, body.page-template-cc31 section.content div.box div.flexbox, body.page-template-cc32 section.content div.box div.flexbox, body.page-template-cc33 section.content div.box div.flexbox {
          display: block; } }
      body.page-template-cc28 section.content div.box div.flexbox figure, body.page-template-kokusaikaigi2020 section.content div.box div.flexbox figure, body.page-template-cc30 section.content div.box div.flexbox figure, body.page-template-cc31 section.content div.box div.flexbox figure, body.page-template-cc32 section.content div.box div.flexbox figure, body.page-template-cc33 section.content div.box div.flexbox figure {
        margin: 0; }
      body.page-template-cc28 section.content div.box div.flexbox div.img, body.page-template-kokusaikaigi2020 section.content div.box div.flexbox div.img, body.page-template-cc30 section.content div.box div.flexbox div.img, body.page-template-cc31 section.content div.box div.flexbox div.img, body.page-template-cc32 section.content div.box div.flexbox div.img, body.page-template-cc33 section.content div.box div.flexbox div.img {
        width: 240px;
        margin-right: 40px; }
        body.page-template-cc28 section.content div.box div.flexbox div.img img, body.page-template-kokusaikaigi2020 section.content div.box div.flexbox div.img img, body.page-template-cc30 section.content div.box div.flexbox div.img img, body.page-template-cc31 section.content div.box div.flexbox div.img img, body.page-template-cc32 section.content div.box div.flexbox div.img img, body.page-template-cc33 section.content div.box div.flexbox div.img img {
          width: 100%; }
        @media screen and (max-width: 640px) {
          body.page-template-cc28 section.content div.box div.flexbox div.img, body.page-template-kokusaikaigi2020 section.content div.box div.flexbox div.img, body.page-template-cc30 section.content div.box div.flexbox div.img, body.page-template-cc31 section.content div.box div.flexbox div.img, body.page-template-cc32 section.content div.box div.flexbox div.img, body.page-template-cc33 section.content div.box div.flexbox div.img {
            display: block;
            width: 100%; } }
      body.page-template-cc28 section.content div.box div.flexbox div.txt, body.page-template-kokusaikaigi2020 section.content div.box div.flexbox div.txt, body.page-template-cc30 section.content div.box div.flexbox div.txt, body.page-template-cc31 section.content div.box div.flexbox div.txt, body.page-template-cc32 section.content div.box div.flexbox div.txt, body.page-template-cc33 section.content div.box div.flexbox div.txt {
        width: calc(100% - 280px); }
        @media screen and (max-width: 640px) {
          body.page-template-cc28 section.content div.box div.flexbox div.txt, body.page-template-kokusaikaigi2020 section.content div.box div.flexbox div.txt, body.page-template-cc30 section.content div.box div.flexbox div.txt, body.page-template-cc31 section.content div.box div.flexbox div.txt, body.page-template-cc32 section.content div.box div.flexbox div.txt, body.page-template-cc33 section.content div.box div.flexbox div.txt {
            display: block;
            width: 100%;
            margin-top: 1.5em; } }
        body.page-template-cc28 section.content div.box div.flexbox div.txt p, body.page-template-kokusaikaigi2020 section.content div.box div.flexbox div.txt p, body.page-template-cc30 section.content div.box div.flexbox div.txt p, body.page-template-cc31 section.content div.box div.flexbox div.txt p, body.page-template-cc32 section.content div.box div.flexbox div.txt p, body.page-template-cc33 section.content div.box div.flexbox div.txt p {
          margin-bottom: .5em; }
        body.page-template-cc28 section.content div.box div.flexbox div.txt p.name, body.page-template-kokusaikaigi2020 section.content div.box div.flexbox div.txt p.name, body.page-template-cc30 section.content div.box div.flexbox div.txt p.name, body.page-template-cc31 section.content div.box div.flexbox div.txt p.name, body.page-template-cc32 section.content div.box div.flexbox div.txt p.name, body.page-template-cc33 section.content div.box div.flexbox div.txt p.name {
          font-size: 1.25em;
          font-weight: bold; }
          body.page-template-cc28 section.content div.box div.flexbox div.txt p.name span, body.page-template-kokusaikaigi2020 section.content div.box div.flexbox div.txt p.name span, body.page-template-cc30 section.content div.box div.flexbox div.txt p.name span, body.page-template-cc31 section.content div.box div.flexbox div.txt p.name span, body.page-template-cc32 section.content div.box div.flexbox div.txt p.name span, body.page-template-cc33 section.content div.box div.flexbox div.txt p.name span {
            font-size: .8em; }

/* pager */
.pager {
  letter-spacing: 0;
  font-size: 0;
  text-align: center; }
  .pager span, .pager a {
    width: 38px;
    height: 38px;
    line-height: 34px;
    border: 2px solid #000;
    display: inline-block;
    background: #fff;
    text-align: center;
    font-size: 14px;
    margin-right: 7px;
    margin-bottom: 7px;
    margin-top: 50px;
    border-radius: 50%;
    font-weight: bold;
    color: #000; }
  .pager span {
    color: #000; }
    .pager span.current {
      background: #000;
      color: #fff; }
  .pager a {
    color: #000;
    transition: .2s; }
    .pager a:hover {
      background: #000;
      color: #fff;
      opacity: 1; }
    .pager a.next {
      font-size: 10px;
      border: none;
      line-height: 38px; }
      .pager a.next:hover {
        background: #fff;
        color: #736357; }
    .pager a.prev {
      font-size: 10px;
      border: none;
      line-height: 38px; }
      .pager a.prev:hover {
        background: #fff;
        color: #736357; }

body.page-template-page-newdefo h2.left_h2, body.page-template-page-newdefo2 h2.left_h2 {
  text-align: left;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0 0 0.75em !important; }
  body.page-template-page-newdefo h2.left_h2 span::after, body.page-template-page-newdefo2 h2.left_h2 span::after {
    display: none; }
body.page-template-page-newdefo h3, body.page-template-page-newdefo2 h3 {
  font-size: 1.17em;
  margin: 0 0 0.83em 0;
  border-bottom: 1px solid #000;
  padding: 0 0 0.6em;
  text-indent: -1.2em;
  padding-left: 1.2em; }
  body.page-template-page-newdefo h3::before, body.page-template-page-newdefo2 h3::before {
    content: '◆';
    padding-right: 0.2em;
    color: #008bd5; }
  body.page-template-page-newdefo h3.normal, body.page-template-page-newdefo2 h3.normal {
    padding: 0 0 0.6em;
    text-indent: 0; }
    body.page-template-page-newdefo h3.normal::before, body.page-template-page-newdefo2 h3.normal::before {
      display: none; }
body.page-template-page-newdefo h4, body.page-template-page-newdefo2 h4 {
  background: rgba(204, 204, 204, 0.5);
  padding: 1em 1em;
  margin: 0 0 1.2em; }
body.page-template-page-newdefo h5, body.page-template-page-newdefo2 h5 {
  font-size: 1em;
  color: #008bd5; }
body.page-template-page-newdefo table, body.page-template-page-newdefo2 table {
  border: 1px solid #aaa;
  background: #fff;
  word-break: break-word; }
  body.page-template-page-newdefo table tr th, body.page-template-page-newdefo2 table tr th {
    border: 1px solid #aaa;
    padding: 0.7em; }
  body.page-template-page-newdefo table tr td, body.page-template-page-newdefo2 table tr td {
    border: 1px solid #aaa;
    padding: 0.7em; }
    body.page-template-page-newdefo table tr td a, body.page-template-page-newdefo2 table tr td a {
      font-weight: bold;
      position: relative; }
      body.page-template-page-newdefo table tr td a::before, body.page-template-page-newdefo2 table tr td a::before {
        content: '';
        width: 0;
        height: 2px;
        background: #4c4c4c;
        position: absolute;
        left: 0;
        bottom: -4px;
        transition: .3s; }
      body.page-template-page-newdefo table tr td a::after, body.page-template-page-newdefo2 table tr td a::after {
        content: '\f35d';
        font-family: 'Font Awesome\ 5 Free';
        font-weight: bold;
        padding-left: 0.6em;
        vertical-align: text-top;
        font-size: 0.85em; }
      body.page-template-page-newdefo table tr td a:hover::before, body.page-template-page-newdefo2 table tr td a:hover::before {
        width: 100%; }
  body.page-template-page-newdefo table thead th, body.page-template-page-newdefo2 table thead th {
    border-bottom-width: 4px; }
body.page-template-page-newdefo ul li, body.page-template-page-newdefo2 ul li {
  margin-bottom: 10px;
  line-height: 1.4em; }
  body.page-template-page-newdefo ul li ul, body.page-template-page-newdefo2 ul li ul {
    margin-top: 15px; }
body.page-template-page-newdefo .borderbox, body.page-template-page-newdefo2 .borderbox {
  width: 100%;
  height: auto;
  margin: 20px 0 0;
  padding: 20px;
  border: 1px dotted #ccc; }
body.page-template-page-newdefo .col2img, body.page-template-page-newdefo2 .col2img {
  gap: 0;
  justify-content: center; }
  body.page-template-page-newdefo .col2img .wp-block-column, body.page-template-page-newdefo2 .col2img .wp-block-column {
    width: 420px;
    max-width: 100%;
    height: auto;
    margin: 0 20px;
    flex-basis: unset;
    flex-grow: unset; }
body.page-template-page-newdefo .col3img, body.page-template-page-newdefo2 .col3img {
  gap: 0;
  flex-flow: row wrap !important;
  justify-content: center; }
  body.page-template-page-newdefo .col3img .wp-block-column, body.page-template-page-newdefo2 .col3img .wp-block-column {
    width: 260px;
    max-width: 100%;
    height: auto;
    margin: 0 30px 30px;
    flex-basis: unset;
    flex-grow: unset; }
body.page-template-page-newdefo .wp-block-button, body.page-template-page-newdefo2 .wp-block-button {
  display: inline-block;
  min-width: 150px;
  height: 40px;
  border: 3px solid #555;
  text-decoration: none !important;
  transition: .2s;
  font-size: 1em; }
  body.page-template-page-newdefo .wp-block-button .wp-block-button__link, body.page-template-page-newdefo2 .wp-block-button .wp-block-button__link {
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    margin: 0;
    border: none;
    border-radius: 0;
    width: 100%;
    background: #555;
    color: #fff;
    padding: 0 1em; }
    body.page-template-page-newdefo .wp-block-button .wp-block-button__link:hover, body.page-template-page-newdefo2 .wp-block-button .wp-block-button__link:hover {
      background: none;
      color: #555;
      opacity: 1; }
  body.page-template-page-newdefo .wp-block-button.is-style-outline, body.page-template-page-newdefo2 .wp-block-button.is-style-outline {
    width: auto !important;
    font-size: 1em; }
    body.page-template-page-newdefo .wp-block-button.is-style-outline .wp-block-button__link, body.page-template-page-newdefo2 .wp-block-button.is-style-outline .wp-block-button__link {
      background: none;
      color: #555;
      font-size: 1em;
      min-width: 240px; }
      @media screen and (max-width: 640px) {
        body.page-template-page-newdefo .wp-block-button.is-style-outline .wp-block-button__link, body.page-template-page-newdefo2 .wp-block-button.is-style-outline .wp-block-button__link {
          min-width: 0px; } }
      body.page-template-page-newdefo .wp-block-button.is-style-outline .wp-block-button__link:hover, body.page-template-page-newdefo2 .wp-block-button.is-style-outline .wp-block-button__link:hover {
        background: #555;
        color: #fff;
        opacity: 1; }

.wp-block-image .aligncenter figcaption {
  text-align: center; }

body.page .addtoany_content {
  display: none; }

body.page-template-page-newdefo .kamei, body.page-template-page-newdefo2 .kamei {
  display: flex;
  justify-content: center; }
  body.page-template-page-newdefo .kamei table, body.page-template-page-newdefo2 .kamei table {
    background: none;
    border: none;
    width: auto !important;
    min-width: 640px; }
    @media screen and (max-width: 640px) {
      body.page-template-page-newdefo .kamei table, body.page-template-page-newdefo2 .kamei table {
        min-width: 0px;
        letter-spacing: 0;
        width: 100% !important;
        font-size: 0.9em; } }
    body.page-template-page-newdefo .kamei table tr th, body.page-template-page-newdefo2 .kamei table tr th {
      border-left: none;
      border-right: none; }
    body.page-template-page-newdefo .kamei table tr td, body.page-template-page-newdefo2 .kamei table tr td {
      border-left: none;
      border-right: none; }
    body.page-template-page-newdefo .kamei table thead th, body.page-template-page-newdefo2 .kamei table thead th {
      border-bottom-width: 1px;
      border-top: none;
      font-size: 1.2em;
      font-weight: bolder; }
