@charset "UTF-8";


html {
  font-size: 62.5%;
overflow-x: hidden;
}

body {
/*  font-family: 'Roboto Condensed', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;*/
/*   font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif; */
    font-family: "Helvetica Neue", Arial, "BIZ UDPGothic", 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans W3";
  font-size: 1.6rem; /* 16px */
  letter-spacing: 0.05em;
  color: #191818;
/*   overflow-x: hidden; */
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
}


a {
    /* color: #cdb15d; */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hv:hover {opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

p {
  font-size: 1.8rem;
  line-height: 1.8;
}

.red {
    color: #f00012;
}

.brown {
    color: #cdb25e;
}
#tinymce p,
.GlobalLayout__Page p {
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 10px 0;
    letter-spacing: 0.01em
}

.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright{
    float: right;
    margin-left: 1.5em;
}
.alignleft{
    float: left;
    margin-right: 1.5em;
}

/* TinyMCEのマーカー */
/*黄色*/
.yellow_marker {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF88 0%) repeat scroll 0 0;
}
/*赤色*/
.red_marker {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFABCE 0%) repeat scroll 0 0;
}
/*水色*/
.blue_marker {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #A7F1FF 0%) repeat scroll 0 0;
}




/*動き*/
[data-aos=fade-up] {
    transform: translate3d(0,50px,0);
}




/* カテゴリ色
======================================================== */
/*開催情報*/
div.news_in_info,
dt.news_in_info a,
span.news_in_info {
    background: #7a405e;
}
div.news_in_news,
dt.news_in_news a,
span.news_in_news {
    background: #324d90;
}
div.news_in_customer,
dt.news_in_customer a,
span.news_in_customer
 {
    background: #447026;
}



div.info_in_news,
dt.info_in_news a,
.cat.info_in_news {
    background: #314d90;
}
div.info_in_customer,
dt.info_in_customer a,
.cat.info_in_customer {
    background: #324d90;
}
div.info_in_event,
dt.info_in_event a,
.cat.info_in_event  {
    background: #7a405e;
}
div.info_in_customer,
dt.info_in_customer a,
.cat.info_in_customer  {
    background: #437025;
}
div.report,
dt.report a,
.cat.report  {
    background: #437025;
}





div.report,
dt.report a,
.cat.report{
    background: #f00012;
}
div.movie,
dt.movie a,
.cat.movie{
    background: #f00012;
}
div.interview,
dt.interview a,
.cat.interview {
    background: #f00012;
}


/* 見出し
======================================================== */
.GlobalLayout__Page h2:after {
content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #cdb15d;
    bottom: 5px;
    right: 0;
    left: 0;
    position: absolute;
}

.GlobalLayout__Page h2:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #cdb15d;
    top: 5px;
    position: absolute;
    left: 0;
}
h2 {
    position: relative;
    margin-bottom: 40px;
    padding: 15px 15px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
    background: #0d6fb8;
    text-align: center;
    background: inherit;
    font-weight: bold;
    margin-top: 0;
    background: #f9f7f3;
    padding: 2rem;
    font-size: 3.5rem;
    text-align: left;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
}


/* 幅100%棒 */
/* h2:before {
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background: #fff;
} */

/* 幅100%棒 */
/* h2:after {
  position: absolute;
  display: block;
  bottom: 4px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background: #fff;
} */

/* 飾り棒 */
h2.title:after {
  display: block;
  content: "";
  right: 50%;
  position: absolute;
  transform: translate(50%, 0);
     width: 1px;
    height: 40px;
    background: #f00012;
    bottom: -45px;
}

h3 {
  clear: both;
  /* margin-bottom: 40px; */
  /* padding: 15px 15px; */
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  /* background: #fff; */
  /* border-top: 1px solid #28a7e1; */
  /* border-bottom: 1px solid #c8c8c8; */
  /* font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; */
}

h3 {
    /* border-left: 5px solid #f00111; */
    padding: 0.5rem 2rem;
    font-size: 2.5rem;
    border-bottom: 1px solid #c8c8c8;
    /* font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; */
}

h4 {
    clear: both;
    margin-bottom: 40px;
    padding: 3px 12px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    color: #202125;
}
h4 {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
    background: #faf7f5;
    padding: 0.5em 24px;
    color: #91792d;
}


h5 {
    clear: both;
    margin-bottom: 40px;
    padding: 2px 0px;
    color: #f00014;
    font-size: 2.4rem;
    border-left: 4px solid #f00014;
    font-weight: bold;
    line-height: 1.5;
    background: #fff;
    padding-left: 11px;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

h6 {
    clear: both;
    margin-bottom: 40px;
    padding: 10px 20px;
    color: #191818;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    background: #fff5f5;
}
h6 {
    padding: 1em 10px;
    font-size: 18px;
/*     font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro'; */
        font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
}



.GlobalLayout__Page h1 {
    font-size: 36px;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    border-bottom: 8px solid #faf7f4;
        margin-bottom: 1em;
}
.GlobalLayout__Page h2 {
    background: #f9f7f3;
    padding: 2rem;
    font-size: 3.5rem;
    text-align: left;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.GlobalLayout__Page > h2:nth-child(1) {
    margin-top: 1em;
}
.GlobalLayout__Page h3 {
    /* border-left: 5px solid #f00111; */
    padding: 0.5rem 0rem 1EM;
    font-size: 2.1rem;
    border-bottom: 1px solid #ceb15d;
    /* font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif; */
}

.GlobalLayout__Page h4 {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
    background: #faf7f5;
    padding: 0.5em 24px;
        color: #91792d;
}
.GlobalLayout__Page h6 {
    padding: 1em 10px;
    font-size: 18px;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro';
}

section {
    /* padding: 4rem 0; */
}

.bx-wrapper {
    background: inherit !important;
    border: inherit !important;
}



/* WP STYLE
---------------------------------------------*/
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

img.centered,
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  margin: 0px 10px;
}

.wp-caption p {
  margin: 5px 10px 20px 0px;
  text-align: center;
}

body.single-blog img.alignleft {
  float: initial;
}

#toc_container {
  line-height: 1.5;
}
#contents {
/*    margin-top: 49px;*/
}

/*----------------------------------------------------
  テーブル
----------------------------------------------------*/
table {
  font-size: inherit;
  font: 100%;
}

table.mainstyle {
  border-collapse: collapse;
  border-spacing: 0;
/*  margin: 15px 20px 8px 20px;*/
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
}

table.mainstyle th {
  font-weight: bold;
  padding: 10px;
  border: 1px #b9b9b9 solid;
  border-width: 0 0 1px 1px;
  background: #FFFFCC;
  vertical-align: middle;
}

table.mainstyle td {
  padding: 10px;
  border: 1px #b9b9b9 solid;
  border-width: 0 0 1px 1px;
  background: #fff;
  font-size: 1.7rem;
  line-height: 1.5;
  vertical-align: middle;
}
table.mainstyle {
    width: 100%;
}


/* ユーティリティクラス
======================================================== */
.--AlignCenter {
  text-align: center;
}
.--AlignRight {
  text-align: right;
}
.--AlignLeft {
  text-align: left;
}

.--Mincho {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.--Gothic {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.--BgFirst {
  /* background: #0d6fb8; */ /*DarkBlue*/
}
.--BgSecond {
  background: #28a7e1; /*LightBlue*/
}
.--BgThird {
  background: ;
}
.--BgFourth {
  background: ;
}
.--BgFifth {
  background: ;
}
.--ColorPrimary {
  color: #;
}
.--wrap {
    width: 1200px;
    margin: auto;
}
.--wrap02 {
    width: 1204px;
    margin: auto;
}
.--display_flex {
    display: flex;
}
.--sp {
    display: none;
}


/**/
.--top_bottom_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .--after_arrow01:before,
footer .--after_arrow01:before  {
    content: '';
    height: 30px;
    width: 30px;
    background-image: url(../images/header/header_icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 30px;
    transform: translate(0%, -50%);
    background-position: center center;
}
header li:nth-child(2) .--after_arrow01:before,
footer li:nth-child(2) .--after_arrow01:before{
    background-image: url(../images/header/header_icon02.png);
    background-size: 82%;
}
/* staff */
.n-content.staff th {
    background: #f0f2f4;
    color: #495484;
    font-weight: normal;
  display: block;
  text-align: left;
}
.n-content.staff tr {
  display: block;
}
.n-content.staff td {
    display: block;
}
.n-content.staff td,
.n-content.staff th {
    padding: 7px 20px;
}
.n-content.staff .text {
    margin-left: 323px;
}
.n-content.staff img {
    width: 300px;
}
.n-content.staff {
    margin-top: 60px;
}
.n-content.staff .text table {
    width: 100%!important;
}




/**/
.pagenation li a:hover {
    background: #cdb15f !important;
    color: white !important;
}


.page_contents ul, .page_contents ol {
    margin-left: 2em;
}
.page_contents ul {
    list-style: disc;
}

.page_contents ol {
    list-style: auto;
}
