@charset 'UTF-8';
/*******************************
/* フォント
*******************************/
.t1 {
  font-size: 2.2rem;
  font-weight: bold;
}
.t1 span {
  background: linear-gradient(transparent 60%, #ffdf43 40%);
}
.t2 {
  font-size: 2.0rem;
  font-weight: bold;
}
.t2 span {
  background: linear-gradient(transparent 60%, #ffdf43 40%);
}
.t3 {
  font-size: 1.8rem;
  font-weight: bold;
}
.t3 span {
  background: linear-gradient(transparent 60%, #ffdf43 40%);
}
.t4 {
  color: #d40000;
  font-weight: bold;
}
.txt-small {
  font-size: 0.8em;
  color: #999;
}
.txtmin {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
}
.txtmin2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
}
.marker {
  background: linear-gradient(transparent 60%, #FFDD00 40%);
}
.price {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  color: #d40000;
}
.price span {
  font-size: 1.6rem;
}
.underline {
  border-bottom: 2px solid #999;
}
/*******************************
/*下層ページ用
***************************/
.single_tit {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.6rem;
}
.single_tit2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.0rem;
}
.staff_t1 {
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #8F7D67;
}
.txt-small2 {
  margin-top: 5px;
  letter-spacing: 4px;
  font-family: 'Noto Serif JP', serif;
  clear: both;
  color: #00b0a1;
}
.txt-small3 {
  margin-top: 5px;
  letter-spacing: 4px;
  font-family: 'Noto Serif JP', serif;
  clear: both;
  color: #f39700;
}
.red {
  color: #F00;
}
.lineup-ttl {
  display: block;
  font-size: 2.6rem;
  line-height: 1.0em;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.04em;
}
.staff-dtdd dl {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.staff-dtdd dt, .staff-dtdd dd {
  padding: 10px 10px;
  margin-bottom: 10px;
  border-radius: 4px; /* CSS3 */
  -webkit-border-radius: 4px; /* Safari,Google Chrome*/
  -moz-border-radius: 4px; /* Firefox */
}
.staff-dtdd dt {
  width: 18%;
  background-color: #565656;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.staff-dtdd dd {
  width: 80%;
  margin-left: 2%;
}
/* box
----------------------------------------------------------------------------------------------------*/
.border-box {
  width: 100%;
  height: auto;
  padding: 16px;
  border: 8px solid #eee;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.border-box2 {
  width: 100%;
  height: auto;
  padding: 16px;
  border: 2px solid #ccc;
  margin-bottom: 10px;
}
/*color-box---------------*/
.yellow-box {
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #fff799;
  margin-bottom: 10px;
}
.Blue-box {
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #8ED6F9;
  margin-bottom: 10px;
}
.green-box {
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #bae0a8;
  margin-bottom: 10px;
}
.pink-box {
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #F8ABAE;
  margin-bottom: 10px;
}
.gray-box {
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #eeeeee;
  margin-bottom: 10px;
}
.gray-left-line {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 28px;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #eeeeee;
}
/* レスポンシブル対応
----------------------------------------------------------------------------------------------------*/
.responsible {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.responsible iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* button
----------------------------------------------------------------------------------------------------*/
.page-area, .page-area2, .page-more, .page-more2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.page-area a {
  font-size: 1.0em;
  letter-spacing: 1px;
  border: 1px solid #222;
  padding: 10px;
  cursor: pointer;
  color: #222;
  background: none;
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px; /* CSS3 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome*/
  -moz-border-radius: 10px; /* Firefox */
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.page-area a:hover {
  color: #fff;
  background-color: #282828;
  text-decoration: none;
  border: 1px solid #282828;
}
.page-area2 a {
  font-size: 1.0em;
  letter-spacing: 1px;
  border: 1px solid #222;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  background: none;
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #222;
  border-radius: 10px; /* CSS3 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome*/
  -moz-border-radius: 10px; /* Firefox */
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.page-area2 a:hover {
  color: #fff;
  background-color: #282828;
  text-decoration: none;
  border: 1px solid #282828;
}
.page-more a {
  font-size: 1.0em;
  letter-spacing: 1px;
  border: 1px solid #b94f00;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  background: none;
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #b94f00;
  border-radius: 10px; /* CSS3 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome*/
  -moz-border-radius: 10px; /* Firefox */
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.page-more a:hover {
  color: #b94f00;
  background-color: #fff;
  text-decoration: none;
}
.page-more2 a {
  font-size: 1.0em;
  letter-spacing: 1px;
  border: 1px solid #282828;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  background: none;
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #282828;
  border-radius: 10px; /* CSS3 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome*/
  -moz-border-radius: 10px; /* Firefox */
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.page-more2 a:hover {
  color: #fff;
  background-color: #282828;
  text-decoration: none;
  border: 1px solid #282828;
}
.single_event_btn .page-area a {
  animation: blinkBorder 1s ease infinite alternate;
  border-radius: 40px;
  padding: 14px 0;
  color: #b94f00;
  border: 1px solid #b94f00;
}
@keyframes blinkBorder {
  0% {
    border: 2px solid #b94f00;
    background-color: #efefef;
    color: #b94f00;
  }
  100% {
    border: 2px solid #efefef;
    background-color: #b94f00;
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .single_event_btn .page-area a {
    padding: 23px 0;
  }
}
.pg_ie_block .page-more a {
  background-color: #b94f00;
  border: 1px solid #b94f00;
}
.pg_ie_block .page-more a:hover {
  background-color: #282828;
  border: 1px solid #282828;
}
/**************************
固定ページヘッダー(ランダム)
**************************/
.page-head {
  height: 280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-base_area {
  width: 50%;
}
.page-mvarea {
  width: 200%;
  height: 100%;
  margin-left: -100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-back1 {
  background-image: url(../images/page-back1.jpg);
}
.page-back2 {
  background-image: url(../images/page-back2.jpg);
}
.page-back3 {
  background-image: url(../images/page-back3.jpg);
}
.page-back4 {
  background-image: url(../images/page-back4.jpg);
}
.page-back5 {
  background-image: url(../images/page-back5.jpg);
}
.page-head_noimg .page-back1{
 background-image: none;
}
.page-head_noimg .page-back2{
 background-image: none;
}
.page-head_noimg .page-back3{
 background-image: none;
}
.page-head_noimg .page-back4{
 background-image: none;
}
.page-head_noimg .page-back5{
 background-image: none;
}

.head-bfont {
  width: 50%;
}
.head-content {
  width: 200%;
  height: 100%;
  margin-right: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  position: relative;
  padding-top: 100px;
}
.headttl {
  font-size: 1.6rem;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
}
.headttl img {
  display: block;
  width: 180px;
}
.headttl span {
  display: block;
  font-size: 2.4rem;
  padding-bottom: 2px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.headttl span a {
  color: #fff;
  text-decoration: none;
}
.page-logo {
  max-width: 140px;
  margin-bottom: 14px;
}
.page-logo img {
  max-width: 100%;
}
@media screen and (max-width: 576px) {
  .page-head {
    height: 180px;
    margin-top: 96px;
  }
  .page-head_noimg {
 height: 80px;
    margin-top: 0;
  }
  .head-content {
    padding-top: 30px;
  }
  .headttl span {
    display: block;
    font-size: 1.8rem;
  }
}
/*************
/* ＃main
*************/
#main {
  width: 100%;
  text-align: left;
  background-color: #FFF;
  /*margin-top: 5px;*/
  float: left;
  margin-bottom: 80px;
  padding-top: 0%;
  padding-right: 6%;
  padding-bottom: 0%;
  padding-left: 6%;
}
#main2 {
  width: 100%;
  text-align: left;
  background-color: #FFF;
  margin-top: 5px;
  float: left;
  margin-bottom: 80px;
  padding-top: 0%;
  padding-right: 6%;
  padding-bottom: 0%;
  padding-left: 6%;
}
#main3 {
  width: 100%;
  text-align: left;
  background-color: #FFF;
  margin-top: 5px;
  float: left;
  margin-bottom: 80px;
  padding-top: 0%;
  padding-right: 6%;
  padding-bottom: 0%;
  padding-left: 6%;
}
#main4 {
  width: 100%;
  text-align: left;
  background-color: #FFF;
  margin-top: 5px;
  float: left;
  margin-bottom: 80px;
  padding-top: 0%;
  padding-right: 6%;
  padding-bottom: 0%;
  padding-left: 6%;
}
#main-lineup, #main-plan {
  width: 100%;
  text-align: left;
  background-color: #FFF;
  margin-top: 5px;
  float: left;
  margin-bottom: 80px;
  padding-top: 0%;
  padding-right: 6%;
  padding-bottom: 6%;
  padding-left: 6%;
}
@media screen and (max-width: 479px) {
  /* 479px以下用（タイトル改行）の記述 */
  #main, #main2, #main3, #main4, #main-lineup, #main-plan {
    padding: 0%;
  }
}
#main a:hover img, #main2 a:hover img, #main3 a:hover img, #main4 a:hover img, #main-lineup a:hover img, #main-plan a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/*************
/* 見出し
*************/
/*normal*/
#main h1 {
  font-size: 2.2rem;
  position: relative;
  padding: .75em 1em .75em 1.5em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  background-color: #eee;
}
#main h1::after {
  content: '';
  position: absolute;
  top: .5em;
  left: .5em;
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #282828;
  border-radius: 4px;
}
#main h2 {
  font-size: 2.0rem;
  position: relative;
  padding: 0.75em 1em 0.75em 1.5em;
  background-image: url(../images/slash.gif);
  margin-bottom: 20px;
}
#main h2::after {
  content: '';
  position: absolute;
  top: .5em;
  left: .5em;
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #282828;
  border-radius: 4px;
}
#main h3 {
  position: relative;
  margin: 0 0 26px;
  padding: 0.8em 1em 0.8em 1.5em;
  font-size: 1.8rem;
  background-color: #282828;
  color: #fff;
}
#main h3:after {
  content: '';
  position: absolute;
  top: .5em;
  left: .5em;
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #fff;
  border-radius: 4px;
}
#main h4 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 10px 10px 10px 24px;
  background-color: #eee;
  position: relative;
}
#main h4::after {
  content: '';
  position: absolute;
  top: .5em;
  left: .5em;
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #282828;
  border-radius: 4px;
}
/*GALLERY*/
#main2 h2 {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 4px 4px 0;
}
/*archive*/
#main3 h2 {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 10px 4px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
#main3 h2 a {
  text-decoration: none;
  color: #000;
}
/*archive_voice_event*/
#main4 h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0 4px 4px;
  margin-bottom: 8px;
}
#main4 h2 a {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  #main4 h2 {
    font-size: 1.0rem;
    line-height: 1.3;
  }
}
/*normal*/
#main-plan h1 {
  display: block;
  margin-bottom: 46px;
  font-size: 3.6rem;
  line-height: 1.0;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
}
#main-plan h1 .plan {
  font-size: 2.4rem;
}
#main-plan h1 .ja {
  display: block;
  font-size: 1.8rem;
  padding-top: 10px;
}
#main-plan h2 {
  font-size: 1.6em;
  position: relative;
  margin: 0 16px 32px;
  clear: both;
  padding: 8px;
  border-bottom: 2px dotted #999;
  color: #565656;
  font-weight: bold;
}
#main-plan h3 {
  position: relative;
  margin: 0 0 1.5em;
  padding: 0.8em;
  font-size: 1.3rem;
  background-color: #1d1d1d;
  color: #fff;
  font-weight: bold;
}
#main-plan h3:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 4%;
  z-index: 90;
  border-top: 18px solid #1d1d1d;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 0;
}
#main-plan h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 6px 0 6px;
  border-bottom: solid 3px #ccc;
  position: relative;
}
#main-plan h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #1d1d1d;
  bottom: -3px;
  width: 20%;
}
/*******************************
/* ページ内枠付きリスト
***************************/
.pcheck {
  width: 100%;
  padding: 10px;
  background-image: url(../images/slash.gif);
  background-repeat: repeat;
}
.pcheck-box {
  padding: 20px 20px 8px;
  width: 100%;
  background-color: #FFF;
}
.pcheck ol li {
  background-image: url(../images/checkbox.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  margin-bottom: 15px;
  padding-left: 30px;
  list-style-type: none;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}
/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}
.gallery br {
  display: none;
} /** 自動で挿入される clearfix の余白解除 **/
.gallery-item { /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
  text-align: center;
}
.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}
.gallery-caption { /** キャプション **/
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}
.gallery-columns-1 .gallery-item { /** カラムなし **/
  width: 100%;
  margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  /* 640px以下用の記述 */
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-6 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
  .gallery-caption { /** キャプション **/
    color: #222;
    font-size: 10px;
    margin: 0 0 10px;
    text-align: center;
  }
}