/*
Template: ystandard
Theme Name: child-ystandard
Text Domain: mytheme
Version: 4.33.1
 */

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

 Webアイコン
 
-------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?b50qyo');
  src:  url('fonts/icomoon.eot?b50qyo#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?b50qyo') format('truetype'),
    url('fonts/icomoon.woff?b50qyo') format('woff'),
    url('fonts/icomoon.svg?b50qyo#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-l:before {
  content: "\e902";
}
.icon-arrow-r:before {
  content: "\e901";
}
.icon-blank:before {
  content: "\e900";
}



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

 フロント 管理メニュー
 
-------------------------------------*/
 .customize-support .site-header{
  top: 46px;
}

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

 common
 
-------------------------------------*/
:root {
  --site-border-gray: #CCD7E2;
  --site-bg-light-gray: #DBE3EA;
  --ystd-layout-gap: .8em;
}
body {
  color: #576574;
}
@media (max-width:599px) {
  body {
    font-size: 14px;
  }
}


not(.xo-slider) a[href$=".doc"]::after,
not(.xo-slider) a[href$=".pdf"]::after {
    display: inline-block;
  content: "PDF";
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.5rem;
  padding: 0.175rem  0.625rem;
  background-color: #E6AD48;
  border-radius: 3px;
}
not(.xo-slider) a[href$=".doc"]::after {
  content: "Word";
}
not(.xo-slider) a[href$=".pdf"]::after {
  content: "PDF";
}


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

 テーマブロック
 
-------------------------------------*/
.p-g-map .wp-block-embed__wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.p-g-map .wp-block-embed__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

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

 ヘッダー

-------------------------------------*/
.site-header {
  border-top: 5px solid #CCD7E2;
}
#global-nav__menu > li > a {
  color: #576574;
  font-weight: bold;
}
.global-nav__menu>.menu-item>a:after {
  background-color: #E6AD48;
}
/*-------------------------------------

 お知らせ

-------------------------------------*/
.info-bar {
  background-color: #E5E5E1;
}

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

 見出し

-------------------------------------*/
.c-heading--border,
.singular-header__title,
.entry-content h2:not(.c-form--title),
.entry-content h3 {
  position: relative;
  color: #576574;
  margin: 0 0 .8em;
  padding: .8em 0;
  border-bottom-color: #576574;
  border-bottom-style: solid;
}
.entry-content h2:not(.c-form--title) {
  border-top: 1px solid #E5E5E1;
}
.c-heading--border.no-border,
.singular-header__title.no-border,
.entry-content h2:not(.c-form--title).no-border,
.entry-content h3.no-border {
  border-bottom: none;
}

.c-heading--border::before,
.singular-header__title::before,
.entry-content h2:not(.c-form--title)::before,
.entry-content h3::before {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: "";
  width: 50px;
  background-color: #E6AD48;
}
.c-heading--border.no-border::before,
.singular-header__title.no-border::before,
.entry-content h2:not(.p-form--title).no-border::before,
.entry-content h3.no-border::before {
 display: none;
}
.singular-header__title {
  font-size: 28px;
  padding-top: 0;
  border-bottom-width: 5px;
}
@media (min-width:600px) {
  .singular-header__title {
    font-size: 36px;
  }
}
.c-heading--border {
  font-size: 24px;
  padding-top: 0;
  border-top: 1px solid #E5E5E1;
  border-bottom-width: 5px;
}
@media (min-width:600px) {
  .c-heading--border {
    font-size: 32px;
  }
}
.c-heading--border::before,
.singular-header__title::before {
  height: 5px;
}
.entry-content h2 {
  font-size: 24px;
  border-bottom-width: 3px;
}
@media (min-width:600px) {
  .entry-content h2 {
    font-size: 32px;
  }
}
.entry-content h3 {
  font-size: 18px;
  border-bottom-width: 1px;
}
@media (min-width:600) {
  .entry-content h3 {
    font-size: 20.8px;
  }
}
.entry-content h2::before {
  height: 3px;
}
.entry-content h3::before {
  top: calc(100% - 3px);
  height: 3px;
  width: 30px;
}
.entry-content h4 {
  font-size: 16px;
  margin: 1.8em 0 1em;
}
@media (min-width:600) {
  .entry-content h4 {
    font-size: 18px;
  }
}

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

 フッター
 
-------------------------------------*/
.footer-logo img {
  width: 100%;
  max-width: 400px;
  margin-bottom: 15px;
}
@media (max-width:599px) {
  .footer-logo img {
    max-width: 350px;
    margin-bottom: 15px;
  }
}

.footer-main {
  background-color: #CCD7E2;
}
@media (max-width:599px) {
  .footer-main {
    padding-top: 2em;
  }
}

#block-10 h2 {
  margin-top: 20px;
}
.p-footer__list {
  margin: 0;
}
.p-footer__list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer__list dt,
.p-footer__list dd {
  margin: 0;
  padding: 0;
}
.p-footer__list dt {
  font-weight: normal;
  -ms-flex-preferred-size: 5em;
      flex-basis: 5em;
}
.p-footer__list dd {

}
#nav_menu-2 .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width:600px) {
  #nav_menu-2 .menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#nav_menu-2 .menu > li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-bottom: 1px solid transparent;
}
@media (min-width:600px) {
  #nav_menu-2 .menu > li {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
  }
}
#nav_menu-2 .menu a {
  font-size: inherit;
  font-weight: bold;
}
#nav_menu-2 .menu a:before {
  color: #E6AD48;
}
.site-info {
  margin-top: 2em;
}
@media (min-width:600px) {
  .site-info {
    margin-top: 2em;
  }
}
@media (min-width:600px) {
  .footer-copy {
    text-align: right;
  }
}

.fb-page {
  width: 100%
}
.footer-poweredby {
  display: none;
}

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

 サイド
 
-------------------------------------*/
.p-side-info {
  background-color: #E5E5E1;
}
.p-side-info__title {
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin: 0;
  padding: 12px;
  background-color: #576574;
}
@media (min-width:600px) {
  .p-side-info__title {
    font-size: 21px;
  }
}
.p-side-info__content {
  padding: 23px;
}
@media (min-width:600px) {
  .p-side-info__content {
    padding: 23px;
  }
}
.p-side-info__list {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
}
.p-side-info__list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 14px;
  border-bottom: 1px solid #E5E5E1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-side-info__list dt,
.p-side-info__list dd {
  color: #576574;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.p-side-info__list dt {
  -ms-flex-preferred-size: 7em;
      flex-basis: 7em;
}
.p-side-info__list dd {
  -ms-flex-preferred-size: calc(100% - 5em);
      flex-basis: calc(100% - 5em);
}
.contet-top {
  padding: 8px 14px;
  background-color: #CCD7E2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 5px 5px;
}
.contet-top p {
  text-align: center;
  color: #576574;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}
@media (min-width:600px) {
  .content-top p {
    font-size: 14px;
  }
}
.contet-top p:last-child {
  margin-bottom: 0;
}
.content-bottom {
  margin-top: 1em;
}
.content-bottom p {
  color: #576574;
  margin-top: 0;
}
.content-bottom p:last-child {
  margin-bottom: 0;
}
.p-side-nav {
  margin-top: 26px;
}
@media (min-width:600px) {
  .p-side-nav {
    margin-top: 26px;
  }
}
.p-side-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  margin: 0 -8px;
  padding: 0;
}
.p-side-nav__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
}
.p-side-nav__list li a {
  padding: 14px;
  background-color: #E5E5E1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.p-side-nav__list li a:active,
.p-side-nav__list li a:hover {
  background-color: #CCD7E2;
}
.widget_media_image a {
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.widget_media_image a:hover {
  opacity: .65;
}


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

 TOP

-------------------------------------*/
.p-content-card__list {
  margin: 52px 0 0;
}
@media (min-width:600px) {
  .p-content-card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 52px -13px 0;
  }
}
.p-content-card {
  position: relative;
  margin: 0 0 20px;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width:600px) {
  .p-content-card {
    -ms-flex-preferred-size: calc(33.3333% - 26px);
    flex-basis: calc(33.3333% - 26px);
    margin: 0 13px;
    padding: 0 2.3%;
  }
}
.p-content-card__inner {
}
.p-content-card__link {
  color: #576574;
  text-decoration: none;
}
.p-content-card__link:active,
.p-content-card__link:hover {
  color: #576574;
}
.p-content-card__link:active .p-content-card__top,
.p-content-card__link:hover .p-content-card__top {
  background-color: #CCD7E2;
  border: 2px solid #CCD7E2;
}

.p-content-card__top {
  text-align: center;
  padding: 20px 20px 0;
  background-color: #E5E5E1;
  border: 2px solid #E5E5E1;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.p-content-card--sub {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 13px;
}
@media (min-width:600px) {
  .p-content-card--sub {
    margin: 0 0 8px;
  }
}
.p-content-card--sub span {
  display: inline-block;
}
.p-content-card--sub span:before,
.p-content-card--sub span:after {
  position: absolute;
  top: 30px;
  display: block;
  content: "";
  width: 100%;
  max-width: 80px;
  height: 4px;
}
@media (min-width:600px) {
  .p-content-card--sub span:before,
  .p-content-card--sub span:after {
    max-width: 60px;
  }
}
.p-content-card--sub span:before {
  left: 0;
  background-color: #E6AD48;
}
.p-content-card--sub span:after {
  right: 0;
  background-color: #576574;
}
.p-content-card--title {
  font-size: 20px;
  font-weight: bold;
  margin: 23px -20px 0;
  padding: 10px 0;
  background-color: #fff;
}
@media (min-width:600px) {
  .p-content-card--title {
    font-size: clamp(16px,1.5vw,20px);
    margin: 23px -20px 0;
  }  
}
.sns-title {
position: relative;
font-size: 20.8px;
font-weight: bold;
text-align: center;
z-index: 1;
}
.sns-title:before,
.sns-title:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 50%;
  height: 4px;
  z-index: -1;
}
.sns-title:before {
  left: 0;
  background-color: #E6AD48;
}
.sns-title:after {
  right: 0;
  background-color: #576574;
}
.sns-title span {
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
}
.home.page .xo-slider-template-thumbnail .gallery-main .slide-content {
  display: none !important;
}

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

 ショップカード
 
-------------------------------------*/
.c-shop-card {
}
.c-shop-card__img img {
  width: 100%;
  border: 1px solid #DBE3EA;
}
.c-shop-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 1;
}
.c-shop-card--floor,
.c-shop-card--area {
  display: block;
  text-align: center;
  width: 45px;
  font-size: inherit;
  font-weight: bold;
  line-height: inherit;
  color: white;
  margin-right: 3px;
  padding: 2px;
}
.c-shop-card--floor {
  background-color: #576574;
}
.c-shop-card--area {
  background-color: #E6AD48;
}

.c-shop-card--title {
  color: #2F3238;
  font-weight: bold;
  margin: 0.5em 0;
}
.c-shop-card--hours,
.c-shop-card--holiday,
.c-shop-card--tel {
  display: block;
}
.c-shop-card--url {
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  margin-top: .5em;
  padding: 10px;
  background-color: #576574;
  border-radius: 5px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.c-shop-card--url:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  margin-left: .3em;
}
.c-shop-card--url:hover {
  color: white;
  opacity: .65;
}


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

 案内＆申し込み 共通パーツ
 
-------------------------------------*/
.p-contact__group {
  padding: 30px 26px;
  background-color: #CCD7E2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-contact__row {
}
@media (min-width:600px) {
  .p-contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -13px;
  }
}
.p-contact__col {
  text-align: center;
}
@media (max-width:599px){
  .p-contact__col {
    margin-bottom: 20px;
  }
  .p-contact__col:last-child {
    margin-bottom: 0;
  }
}
@media (min-width:600px) {
  .p-contact__col {
    -ms-flex-preferred-size: calc(50% - 13px);
        flex-basis: calc(50% - 13px);
    margin: 0 13px;
  }
}
.p-contact__title {
  color: #2F3238;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 .7em;
}
.p-contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background-color: #fff;
}
.p-contact__tel {
  padding: 28px 16px;
}
.p-contact__mail {
  padding: 38px 16px;
}
.p-contact--btn {
  
}
.p-contact--btn-primary {
  position: relative;
  display: block;
  width: 100%;
  max-width: 280px;
  color: #fff;
  /* font-size: clamp(12px,1.5vw,16px); */
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 16px;
  padding: 10px 20px 10px 40px;
  background-color: #E6AD48;
  border-radius: 5px;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
@media (min-width:600px) {
  .p-contact--btn-primary {
    font-size: clamp(12px,1.5vw,16px);
  }
}
.p-contact--btn-primary:last-child {
  margin-bottom: 0;
}
.p-contact--btn-primary:before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.p-contact--btn-primary:active,
.p-contact--btn-primary:hover {
  color: #fff;
  opacity: .65;
}
.p-contac__caution {
  color: #2F3238;
  text-align: center;
  text-decoration: underline;
  margin: 2.2em 0 1.2em;
}
.p-contact__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact--btn-secondary {
  position: relative;
  display: block;
  width: 100%;
  max-width: 280px;
  color: #2F3238;
  /* font-size: clamp(12px,1.5vw,16px); */
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px 10px 40px;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid#E6AD48;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.p-contact--btn-secondary:before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #E6AD48;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.p-contact--btn-secondary:active,
.p-contact--btn-secondary:hover {
  color: #fff;
  background-color: #E6AD48;
}
.p-contact--btn-secondary:active:before,
.p-contact--btn-secondary:hover:before {
  color: #fff;
}

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

 フォーム
 
-------------------------------------*/
/* 施設利用 */
.c-form__container {
  border: 1px solid #707070;
}
.c-form {
  padding: 26px 0;
}
.c-form__inner {
  padding: 26px;
}
.entry-content .c-form--title {
  text-align: center;
  font-size: 20.8px;
  color: #fff;
  margin: 0;
  padding: .67em;
  background-color: #576574;
}
@media (min-width:600px) {
  .entry-content .c-form--title {
    font-size: 20.8px;
  }
}
.c-form p {
  font-weight: bold;
  margin: 0;
}
.c-form label {
  display: inline-block;
  margin: 1.4em 0 1em;
}
.c-form .required:after {
  display: inline;
  content: "必須";
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  line-height: 1.2;
  margin-left: .5em;
  padding: .16em 1.5em;
  background-color: #E6AD48;
  border-radius: 2px;
}
.c-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__zip input:nth-child(1) {
  max-width: 80px;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  margin-right: .5em;
  margin-left: .5em;
}
.c-form__zip input:nth-child(2) {
  max-width: 100px;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  margin-left: .5em;
}
.c-form__date input:nth-child(1) {
  max-width: 160px;
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
  margin-right: .5em;
}
.c-form__date select {
  max-width: 50px;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  margin-right: .5em;
  margin-left: .5em;
}
.c-form__btn {
  margin-top: 1.4em;
}
.c-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 26px -13px;
}
.c-form-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 280px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  border-color: #E6AD48;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
@media (min-width:600px) {
  .c-form-btn {
    font-size: clamp(12px,1.5vw,16px);
  }
}
.c-form-btn:active,
.c-form-btn:hover {
  opacity: .65;
}
.c-form-back:before,
.c-form-confirm:before,
.c-form-send:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.c-form-send:before,
.c-form-confirm:before {
  right: 20px;
  content: "\e901";
}
.c-form-back:before {
  left: 20px;
  content: "\e902";
}
.c-form-send,
.c-form-confirm {
  padding: 10px 40px 10px 20px;
  background-color: #E6AD48;
}
.c-form-back {
  margin: 0 13px;
  padding: 10px 20px 10px 40px;
  background-color: #576574;
  border-color: #576574;
}
.c-form-confirm {
  margin: 0 13px;
}
.c-form-send {
}

.page-id-109 ul {
  margin-top: 1em;
}
.page-id-109 ul li {
  margin-top: 1em;
}


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

 スライダー
 
-------------------------------------*/
.page .xo-slider-template-thumbnail .gallery-main .slide-content {
  left: 0;
  top: 0;
  font-size: 14px;
  width: auto;
  height: auto;
  padding: .2em .4em;
  background: rgba(0,0,0,.65);
}
.page .xo-slider-template-thumbnail .gallery-main .slide-content-title {
  font-size: 14px;
}
.page .swiper-button-next, .page .swiper-button-prev {
  width: 15px;
  height: 24px;
  margin-top: calc(0px - 12px);
}

.page .swiper-button-next:after, .page .swiper-button-prev:after {
  font-size: 24px;
}


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

 ヘッダー 多言語メニュー追加
 
-------------------------------------*/
@media (min-width:769px) {
  .global-nav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* 多言語メニュー */
@media (max-width:769px) {
  .pc-lang__block {
    display: none;
  }
  .site-header__content {
    position: relative;
  }
  .mobile-lang__block {
    position: absolute;
    top: 50%;
    right: 45px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width:768px) {
  .mobile-lang__block {
    display: none;
  }
}
.switcher {
  position: relative;
  /* font-family: Arial; */
  font-size: 0.9em;
  text-align: left;
  cursor: pointer;
  /* overflow: hidden; */
  /* width: 173px; */
  width: 6.5em;
  margin-left: var(--global-nav-margin);
  line-height: 17px;
}

.switcher a {
  text-decoration: none;
  display: block;
  font-size: 12pt;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.switcher a img {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.8;
}

.switcher a:hover img {
  opacity: 1;
}

.switcher .selected {
  background: #ffffff -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(70%, #ffffff));
  background: #ffffff -o-linear-gradient(top, #ffffff 0%, #ffffff 70%);
  background: #ffffff linear-gradient(180deg, #ffffff 0%, #ffffff 70%);
  position: relative;
  z-index: 9999;
}

.switcher .selected a {
  border: 1px solid #ffffff;
  color: #576574;
  padding: 3px 5px;
  /* width: 161px; */
  width: calc(6.5em - 34px);
}

.switcher .selected a:after {
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 5px;
  width: 15px;
  background-position: 50%;
  background-size: 11px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23576574'/></svg>");
  background-repeat: no-repeat;
  content: ""!important;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.switcher .selected a.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}

.switcher .selected a:hover {
  background: #ccd7e2
}

.switcher .option {
  /* position: relative; */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9998;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #ccd7e2;
  display: none;
  /* width: 171px; */
  width: 6.5em;
  max-height: 198px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow-y: auto;
  overflow-x: hidden;
}

.switcher .option a {
  color: #000000;
  padding: 3px 5px;
}

.switcher .option a:hover {
  background: #ffffff;
}

.switcher .option a.selected {
  background: #ffffff;
}

#selected_lang_name {
  float: none;
}

.l_name {
  float: none !important;
  margin: 0;
}

.switcher .option::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

.switcher .option::-webkit-scrollbar {
  width: 5px;
}

.switcher .option::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
  background-color: #888;
}

/*  */
#goog-gt-tt {
  display: none!important;
}

.goog-te-banner-frame {
  display: none!important;
}

.goog-te-menu-value:hover {
  text-decoration: none!important;
}

.goog-text-highlight {
  background-color: transparent!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}

body {
  top: 0!important;
}

#google_translate_element2 {
  display: none!important;
}