@charset "UTF-8";
/*
Theme Name: 
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
  word-break: break-all;
  line-height: 180%;
}
#entrybody a {
  color: #22ABD8;
  text-decoration: underline;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: 13px;
  font-size: 1.3rem;
}
#entrybody strong,
#entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong,
#entrybody del strong,
#entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody p {
  line-height: 180%;
  margin-bottom: 1.2em;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 4.545% 5%;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 1em;
}
#entrybody iframe {
  max-width: 100%;
}
#entrybody .u-youtube-wrap {
  padding-top: 56.25%;
}
#entrybody h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 150%;
}
#entrybody h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
  margin-top: 50px;
}
#entrybody h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 180px;
  border-bottom: 4px solid #000000;
}
#entrybody h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
}
#entrybody h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
}
#entrybody h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
}
#entrybody h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 150%;
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #000000;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
#entrybody table thead th,
#entrybody table thead td {
  border-color: #fff;
}
#entrybody table th,
#entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  #entrybody {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }

  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 180%;
  color: #000;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1200px;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #dbdbdb;
}

:-ms-input-placeholder {
  color: #dbdbdb;
}

::-moz-placeholder {
  color: #dbdbdb;
}

::-placeholder {
  color: #dbdbdb;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
img,
.bx-wrapper img {
  max-width: 100%;
  height: auto;
}

/*=======================================
ヘッダー
=========================================*/
.l-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-align-items: center;
  align-items: center;
  transition: 0.5s;
  /* ふわっと変わる時間（0.3秒） */
  z-index: 1000;
}
.l-header:before, .l-header:after {
  content: none;
}
.l-header__logo {
  width: 18%;
  transition: 0.3s;
  /* ふわっと変わる時間（0.3秒） */
}
.l-header__nav {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.l-header__nav ul {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.l-header__nav ul li {
  margin-right: 30px;
}
.l-header__nav ul li a {
  text-decoration: none;
}
.l-header__nav ul li.en {
  background-color: #921f56;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
}
.l-header__nav ul li.en a {
  color: #FFF;
  display: block;
  padding: 10px 20px 10px;
  line-height: 1;
}
.l-header__nav ul li:last-child {
  margin-right: 0;
}
.l-header.is-down {
  background-color: rgba(255, 255, 255, 0.9);
}
.l-header.is-down .l-header__logo {
  width: 130px;
}

.l-pagetitle {
  background-color: #F9F7F8;
  padding: 150px 0 100px;
  text-align: center;
}
.l-pagetitle h1 {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #921f56;
  font-size: 42px;
  letter-spacing: 0.1em;
}
.l-pagetitle .l-breadcrumbs {
  margin-top: 30px;
}
.l-pagetitle .l-breadcrumbs ul {
  text-align: center;
}
.l-pagetitle .l-breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.l-pagetitle .l-breadcrumbs ul li:after {
  content: "";
  display: inline-block;
  margin: 0 10px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #921f56;
  border-right: 2px solid #921f56;
  transform: rotate(45deg);
  box-sizing: border-box;
  position: relative;
  top: -1px;
}
.l-pagetitle .l-breadcrumbs ul li:last-child {
  margin-right: 0;
}
.l-pagetitle .l-breadcrumbs ul li:last-child:after {
  content: none;
}
.l-pagetitle .l-breadcrumbs ul li a {
  text-decoration: underline;
}

.p-pre {
  min-height: 60vh;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.p-page {
  padding: 80px 0 120px;
}

/*=======================================
ページタイトル
=========================================*/
/*=======================================
パンくず
=========================================*/
/*=======================================
コンテンツ
=========================================*/
/*=======================================
フッター
=========================================*/
.l-footer {
  background-color: #921f56;
  padding-top: 60px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.l-footer__support {
  margin-bottom: 40px;
  text-align: center;
}
.l-footer__support p {
  text-align: center;
  color: #FFF;
  font-size: 20px;
}
.l-footer__info {
  color: #FFF;
}
.l-footer__info .name {
  font-size: 20px;
  margin-bottom: 10px;
}
.l-footer__info .name span {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.l-footer__info .box-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.l-footer__info .box-wrap:before, .l-footer__info .box-wrap:after {
  content: none;
}
.l-footer__info .box-wrap .box {
  width: 48%;
}
.l-footer__nav {
  padding-bottom: 40px;
  margin-top: 30px;
}
.l-footer__nav ul {
  text-align: center;
}
.l-footer__nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.l-footer__nav ul li:last-child {
  margin-right: 0;
}
.l-footer__nav ul li a {
  color: #FFF;
  text-decoration: none;
}
.l-footer__nav ul li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
  bottom: 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.l-footer__nav ul li.en {
  background-color: #FFF;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
}
.l-footer__nav ul li.en:before {
  content: none;
}
.l-footer__nav ul li.en a {
  display: block;
  color: #921f56;
  padding: 3px 20px 1px;
}
.l-footer__copy {
  text-align: center;
  padding: 5px 0;
  background-color: #71093b;
  color: #fff;
}
.l-footer__copy p {
  line-height: 1;
  font-size: 10px;
}

/* ==========================================
   英語ページ誘導追従バナー
========================================== */
.en-floating-banner {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  width: 280px;
  background-color: #0690c6;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 561px) {
  .en-floating-banner:hover {
    transform: translateY(-3px);
  }
  .en-floating-banner:hover .en-banner-arrow {
    transform: translateX(3px);
  }
}
.en-floating-banner .en-banner-link {
  display: flex;
  align-items: center;
  padding: 16px 36px 16px 16px;
  text-decoration: none;
  color: #fff;
}
.en-floating-banner .en-banner-icon {
  font-size: 24px;
  margin-right: 12px;
}
.en-floating-banner .en-banner-text {
  flex-grow: 1;
  font-family: sans-serif;
}
.en-floating-banner .en-banner-text small {
  display: block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #FFF;
  margin-bottom: 5px;
}
.en-floating-banner .en-banner-text strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #E6B422;
}
.en-floating-banner .en-banner-arrow {
  font-size: 20px;
  font-weight: bold;
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.en-floating-banner .en-banner-close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.en-floating-banner .en-banner-close:hover {
  opacity: 1;
}
@media screen and (max-width: 560px) {
  .en-floating-banner {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
  .en-floating-banner .en-banner-link {
    padding: 12px 40px 12px 16px;
  }
}

/*=======================================
ページトップ
=========================================*/
/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
    min-width: initial;
  }

  .l-header {
    display: block;
    padding: 0;
  }
  .l-header:before, .l-header:after {
    content: none;
  }
  .l-header__logo {
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-header__logo:before, .l-header__logo:after {
    content: none;
  }
  .l-header__logo a {
    width: 30%;
  }
  .l-header__nav {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .l-header__nav ul {
    display: block;
  }
  .l-header__nav ul li {
    margin-right: 0;
    border-bottom: 1px solid #921f56;
    position: relative;
  }
  .l-header__nav ul li:after {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    border-top: 2px solid #921f56;
    border-right: 2px solid #921f56;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  .l-header__nav ul li a {
    text-decoration: none;
    padding: 10px;
    display: block;
    color: #921f56;
  }
  .l-header__nav ul li.en {
    background-color: #921f56;
  }
  .l-header__nav ul li.en a {
    color: #FFF;
    display: block;
    padding: 10px 20px 13px;
    line-height: 1;
  }
  .l-header__nav ul li:last-child {
    margin-right: 0;
  }
  .l-header.is-down {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .l-header.is-down .l-header__logo {
    width: 100%;
  }

  .l-pagetitle {
    padding: 150px 0 100px;
    text-align: center;
  }
  .l-pagetitle h1 {
    font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #921f56;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .l-pagetitle .l-breadcrumbs {
    margin-top: 10px;
  }
  .l-pagetitle .l-breadcrumbs ul {
    text-align: center;
  }
  .l-pagetitle .l-breadcrumbs ul li {
    font-size: 12px;
  }
  .l-pagetitle .l-breadcrumbs ul li:after {
    margin: 0 0 0 5px;
    width: 7px;
    height: 7px;
  }
  .l-pagetitle .l-breadcrumbs ul li:last-child {
    margin-right: 0;
  }
  .l-pagetitle .l-breadcrumbs ul li:last-child:after {
    content: none;
  }
  .l-pagetitle .l-breadcrumbs ul li a {
    text-decoration: underline;
  }

  .l-pagetitle {
    padding: 100px 0 50px;
    font-size: 28px;
  }

  .p-pre {
    min-height: 60vh;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
  }

  .btn-trigger {
    position: relative;
    width: 40px;
    height: 34px;
    cursor: pointer;
    z-index: 200;
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #444444;
    border-radius: 4px;
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 15px;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  #btn03.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  #btn03.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  #btn03.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  #btn03.active span:nth-of-type(3) {
    opacity: 0;
  }

  /*=======================================
  フッター
  =========================================*/
  .l-footer {
    padding-top: 40px;
  }
  .l-footer__support p {
    font-size: 14px;
    text-align: left;
  }
  .l-footer__info .name {
    font-size: 16px;
  }
  .l-footer__info .box-wrap {
    display: block;
  }
  .l-footer__info .box-wrap .box {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-footer__info .box-wrap .box .name {
    font-size: 14px;
  }
  .l-footer__nav {
    padding-bottom: 30px;
    margin-top: 20px;
  }
  .l-footer__nav ul li {
    display: block;
    vertical-align: middle;
    margin-right: 0;
    border: 1px solid #fff;
    position: relative;
    margin-top: -1px;
  }
  .l-footer__nav ul li a {
    padding: 10px;
    display: block;
  }
  .l-footer__nav ul li:before {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .l-footer__nav ul li.en {
    margin-top: 10px;
  }
  .l-footer__nav ul li.en a {
    padding: 10px;
  }
  .l-footer__copy {
    text-align: center;
    padding: 5px 0;
    background-color: #71093b;
    color: #fff;
  }
  .l-footer__copy p {
    line-height: 1;
    font-size: 10px;
  }
}
