@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design
 
//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1; }

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0; }

body, button, input, select, textarea {
  font-size: 100%; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

small {
  font-size: 75%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0;
  padding: 0; }

dd {
  margin: 0px; }

nav ul, nav ol {
  list-style: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure, form {
  margin: 0; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

img, abbr, acronym, fieldset {
  border: 0; }

li {
  list-style: none; }

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333; }

.flt {
  float: left; }

.flr {
  float: right; }

.txt_l, td.txt_l, .txt_l td {
  text-align: left; }

.txt_r, td.txt_r, .txt_r td {
  text-align: right; }

.txt_c, td.txt_c, .txt_c td {
  text-align: center; }

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top; }

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle; }

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom; }

.clear {
  clear: both; }

.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: block; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

.img_bd {
  border: solid 1px #E8E8E8; }

.c_red {
  color: #FF3425; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  width: 100%;
  height: auto;
  display: block; }

/** THEME
===================================*/
.bx-pager {
  max-width: 1500px;
  margin: -50px auto 0;
  text-align: center;
  position: relative;
  z-index: 200;
  overflow: hidden; }

.bx-pager a {
  float: left;
  width: 33.3%;
  position: relative; }

.bx-pager a:after {
  width: 100%;
  height: 100%;
  background: rgba(34, 30, 31, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  content: ""; }

.bx-pager a:hover:after,
.bx-pager a.active:after {
  background: none; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  /*background: url(images/bx_loader.gif) center center no-repeat #fff;*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  /*background: url(images/controls.png) no-repeat 0 -32px;*/ }

.bx-wrapper .bx-next {
  right: 10px;
  /*background: url(images/controls.png) no-repeat -43px -32px;*/ }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  /*background: url(images/controls.png) -86px -11px no-repeat;*/
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  /*background: url(images/controls.png) -86px -44px no-repeat;*/
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  レイアウトファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
/*
0:セット
------------------------------------------------------------
*/
html, body {
  width: 100%;
  background: #221e1f; }

body {
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 15px; } }

.win body {
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,sans-serif; }

a, a:link, a:active, a:visited {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

a:hover {
  color: #aaa; }

a:focus {
  outline: none; }

a:hover, a:active {
  outline: 0; }

.opacity:hover {
  opacity: .5; }

img {
  max-width: 100%;
  height: auto; }

img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto; }

.sp {
  display: none; }

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1200px;
  padding-bottom: 60px; }

#content {
  background: url(../images/bg.jpg) no-repeat center top;
  background-size: cover;
  overflow: hidden; }

.secound {
  text-align: center;
  height: 500px;
  width: 100%;
  position: relative; }

#sec_about {
  background: url(../images/sec_about.jpg) no-repeat center;
  background-size: cover; }

#sec_program {
  background: url(../images/sec_program.jpg) no-repeat center;
  background-size: cover; }

#sec_tenku {
  background: url(../images/sec_tenku.jpg) no-repeat center;
  background-size: cover; }

#sec_namiai {
  background: url(../images/sec_namiai.jpg) no-repeat center;
  background-size: cover; }

#sec_hirugami {
  background: url(../images/sec_hirugami.jpg) no-repeat center;
  background-size: cover; }

#sec_japan {
  background: #fff; }

#sec_japan img {
  max-width: 90%; }

#sec_outline {
  background: #FFF; }

.secound img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.img_secound {
  width: 100%; }

#main {
  float: right;
  width: 72%; }

#sub {
  float: left;
  width: 23%; }

.section {
  margin: 0 0 3em;
  clear: both;
  overflow: hidden; }

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  padding: 30px 3vw 30px 5vw; }
  @media screen and (max-width: 767px) {
    header {
      padding: 20px 5vw; } }

.header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#header_left {
  margin-right: 5vw; }

.header_ttl .logo {
  width: 200px; }

.hader_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1;
  margin: 0 2em 1.5em 0;
  font-size: .875em;
  font-family: 'Josefin Sans','Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif; }
  @media screen and (max-width: 767px) {
    .hader_nav {
      font-size: 1em;
      margin: 0 0 2.5em 0; } }
  .hader_nav li {
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid #fff; }
    .hader_nav li:last-child {
      border-right: none;
      margin-right: 0;
      padding-right: 0; }

#gnavi ul {
  font-size: .8125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: -1em; }
  #gnavi ul li {
    margin: 0 2em 1em 0; }
    #gnavi ul li a {
      display: inline-block;
      background-position: center bottom;
      padding-bottom: 10px; }

#gnavi li.active a {
  background: url(../images/border.png) no-repeat center bottom; }

.bnr_ticket {
  background: rgba(238, 66, 70, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5em 5vw;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 1100px; }

.bnr_ticket p {
  font-size: 2.1875em;
  font-family: 'Josefin Sans','Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  font-weight: bold; }

.bnr_ticket p span {
  font-size: .45em;
  margin-left: 1em;
  font-weight: normal;
  vertical-align: middle; }

.bnr_ticket .btn {
  width: 230px;
  margin: 0;
  height: 44px;
  line-height: 44px;
  font-size: .875em; }

/*
//フッター
------------------------------------------------------------
*/
#footer_wrap {
  padding: 110px 0 55px;
  clear: both;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 94%; }

#footer {
  width: 100%;
  max-width: calc(1180px + 10vw);
  margin: 0 auto;
  padding: 0 5vw;
  overflow: hidden;
  clear: both; }

#bnr_short {
  margin-bottom: 50px; }

.copy {
  clear: both;
  font-size: 87%;
  margin-top: 35px; }

/*
5:div
------------------------------------------------------------
*/
ul#slider2 li a {
  display: block; }

#topic {
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 0 0 110px; }

.section_top {
  width: 1000px;
  margin: 0 auto; }

#aboutBox1 {
  padding-bottom: 100px; }

#aboutBox1 p {
  text-align: center;
  font-size: 94%;
  line-height: 2.2; }

#aboutBox2 {
  padding: 100px 0;
  background: url(../images/bg_about2.jpg) no-repeat center;
  background-size: cover; }

.inner {
  max-width: calc(1180px + 10vw);
  padding: 0 5vw;
  margin: 0 auto;
  position: relative; }

#aboutBox2 p {
  font-size: 87.5%;
  line-height: 2.2;
  width: 780px; }

.programWrap {
  margin-bottom: 70px; }

.programBox {
  width: 46%;
  display: inline-block;
  margin: 0 2%;
  vertical-align: top; }

.programBox .tiWrap {
  padding: 20px;
  font-size: 94%;
  color: #221e1f; }

.programBox .tiWrap .ti {
  font-size: 1.4em;
  line-height: 1.6; }

.imgWrap {
  margin-bottom: 25px;
  overflow: hidden;
  background: #000; }

.imgWrap img {
  display: block;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.imgWrap img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0.6; }

#program {
  padding-bottom: 85px; }

.eveBox {
  width: 1100px;
  padding: 80px;
  background: #FFF;
  margin: 75px auto 0;
  color: #221e1f; }

.eveBox.last {
  margin-bottom: 80px; }

#eveWrap {
  background: url(../images/bg.jpg) repeat-y center top;
  background-size: 100% auto;
  overflow: hidden; }

.topicWrap p {
  margin-bottom: 1em; }

.pagenation {
  border-top: 1px solid #221e1f;
  border-bottom: 1px solid #221e1f;
  padding: 20px 0;
  margin-top: 50px;
  overflow: hidden; }

.pagenation a:link, .pagenation a:visited {
  color: #221e1f; }

.pagenation a:hover {
  opacity: 0.5; }

.pagenation .prev {
  float: left; }

.pagenation .next {
  float: right; }

.section_mes {
  margin-top: 10%; }
  .section_mes .box_mes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .section_mes .box_mes .mes_l {
      width: 25%; }
      @media screen and (max-width: 767px) {
        .section_mes .box_mes .mes_l {
          width: 50%;
          margin: 0 auto 5%; } }
    .section_mes .box_mes .mes_r {
      width: 70%; }
      @media screen and (max-width: 767px) {
        .section_mes .box_mes .mes_r {
          width: 100%; } }
      .section_mes .box_mes .mes_r p {
        text-align: left !important; }

/*
6:ul
------------------------------------------------------------
*/
.list_info {
  border-top: 1px solid #FFF;
  margin-bottom: 50px; }

ul.list_info li {
  padding: 30px;
  border-bottom: 1px solid #FFF;
  text-align: left; }
  ul.list_info li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media screen and (max-width: 767px) {
      ul.list_info li a {
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }

ul.list_info li span {
  font-size: 94%;
  padding-right: 35px; }
  @media screen and (max-width: 767px) {
    ul.list_info li span {
      width: 100%; } }

ul.list_bnr {
  overflow: hidden;
  margin-bottom: 100px; }

ul.list_bnr li {
  float: left;
  margin: 0 33px 25px 0;
  width: 270px; }

ul.list_bnr li:nth-child(4n) {
  margin: 0 0 25px 0; }

ul.sns {
  overflow: hidden;
  margin-bottom: 80px; }

ul.sns li {
  display: inline-block;
  margin: 0 10px;
  width: 60px; }

ul.list_program {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 800px;
  margin: 0 auto 80px;
  font-size: .9em; }

ul.list_program li {
  width: 33.3%;
  text-align: center;
  line-height: 1.4; }

ul.list_program li a {
  display: block;
  position: relative;
  padding: 25px 1em 30px;
  color: #221e1f; }

ul.list_program li a:after {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: solid 1px #221e1f;
  border-right: solid 1px #221e1f; }

.list_program2 {
  padding-bottom: 5%; }

.list_program2 li {
  font-family: 'Josefin Sans','Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  margin-bottom: 5%;
  border-bottom: 2px dashed #fff;
  padding-bottom: 5%; }

.list_program2 li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.list_program2 li h4 {
  font-size: 1.3em;
  margin-bottom: 1em;
  font-weight: bold;
  letter-spacing: .1em; }

.list_program2 li h4 span {
  display: block;
  font-size: .7em; }

.list_program2 li p.info {
  font-size: .85em;
  line-height: 1.4;
  margin-bottom: 1em; }

.list_program2 li .section_program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5em; }

.list_program2 li .section_program:last-child {
  margin-bottom: 0; }

.list_program2 li .program_l {
  width: 65%; }

.list_program2 li .program_l .synopsis span {
  display: block;
  font-size: .9em;
  line-height: 1.4;
  margin-top: .5em; }

.list_program2 li dl dt {
  margin-bottom: 2em;
  border-bottom: 1px solid #fff;
  padding-bottom: .5em;
  font-size: 1.2em; }
  @media screen and (max-width: 767px) {
    .list_program2 li dl dt {
      font-size: 1.1em; } }

.list_program2 li dl dd {
  font-size: .9em; }

.list_program2 li dl dd img {
  width: 15%;
  float: left; }

.list_program2 li dl dd div {
  width: 82%;
  float: right; }

.list_program2 li dl dd span {
  display: block;
  font-size: .9em;
  line-height: 1.4;
  margin-top: .5em; }

.list_program2 li .program_r {
  width: 30%; }

.list_blog {
  margin: 0 -2% 0 0;
  letter-spacing: -.5em; }

.list_blog li {
  margin: 0 2% 0 0;
  width: 30%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top; }

.list_works {
  margin: 0 -2% 0 0;
  letter-spacing: -.5em; }

.list_works li {
  margin: 0 2% 2em 0;
  width: 30%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top; }

.list_works li img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto; }

/*
7:dl
------------------------------------------------------------
*/
dl.list_eve {
  font-size: 87.5%; }

dl.list_eve dt {
  clear: left;
  float: left;
  padding-left: 75px; }

dl.list_eve dt span {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle; }

dl.list_eve dd {
  margin-left: 280px;
  margin-bottom: 10px; }

/*
8:table
------------------------------------------------------------
*/
.eve_table {
  margin-bottom: 80px;
  width: 100%; }

.eve_table.last {
  margin-bottom: 0; }

.eve_table tr {
  border-bottom: 1px solid #e5e5e5; }

.eve_table th {
  width: 16%;
  padding: 25px 5px;
  vertical-align: top; }

.eve_table td {
  padding: 25px 0;
  vertical-align: top; }

.time_table {
  width: 100%;
  margin-bottom: 40px; }

.time_table th {
  width: 27%;
  text-align: center;
  vertical-align: top;
  padding: 10px 0;
  border: 2px solid #FFF; }

.time_table td {
  font-size: 87.5%;
  text-align: center;
  padding: 10px 0;
  border: 5px solid #FFF; }

.time_table td.f16 {
  font-size: 115%;
  font-weight: bold; }

.time_table td a {
  color: #221e1f; }

.time_table td a:hover {
  opacity: .7; }

/* 日本博特別プログラム */
.cel_japan {
  background: #f7f7f7; }

/*受賞プログラム*/
.cel_winner {
  background: #aea5ef; }

/*アニメーションプログラム*/
.cel_cg {
  background: #f4e3b3; }

/*キッズプログラム*/
.cel_kids {
  background: #fff761; }

/* カップル＆家族プログラム */
.cel_cc {
  background: #dab38e; }

/*スポーツプログラム*/
.cel_sports {
  background: #97f7d7; }

/*地球を救え！プログラム*/
.cel_earth {
  background: #cecece; }

/*カップルで楽しむプログラム*/
.cel_couple {
  background: #e29fd4; }

/*家族で楽しむプログラム*/
.cel_family {
  background: #d6d8fc; }

/*
9:タイトル
------------------------------------------------------------
*/
h2.topTi, h3.footerTi, h2.mainTi {
  text-align: center;
  font-size: 3.125em;
  margin-bottom: 1em;
  font-family: 'Bebas Neue', 'Noto Sans JP', sans-serif;
  line-height: 1.4;
  letter-spacing: 6px; }

h2.topTi span, h3.footerTi span, h2.mainTi span {
  font-size: .25em;
  display: block;
  letter-spacing: 2px;
  margin-top: .5em;
  position: relative;
  padding-top: 2em; }
  h2.topTi span:after, h3.footerTi span:after, h2.mainTi span:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 45px;
    height: 1px;
    background: #fff;
    content: "";
    margin: auto;
    top: 0; }

.mainTi_02 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 1em;
  font-weight: bold; }

h2.eveTi {
  font-size: 250%;
  position: relative;
  margin-bottom: 50px;
  text-align: center; }

h2.eveTi:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background: #FFF;
  content: "";
  margin: auto;
  bottom: -10px; }

h2.topicTi {
  text-align: center;
  font-size: 212.5%;
  margin-bottom: 35px;
  font-family: 'Josefin Sans','Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  line-height: 1.4; }

h2.topicTi span {
  font-size: 41%;
  display: block;
  padding-top: 20px;
  position: relative; }

h2.topicTi span:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background: #FFF;
  content: "";
  margin: auto;
  bottom: 30px; }

h3.mainTi {
  font-size: 1.9375em;
  font-weight: bold;
  margin-bottom: .8em;
  letter-spacing: 2px; }
  h3.mainTi span {
    font-size: .58em;
    display: block; }

h3.eveTi {
  font-size: 250%;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
  font-family: 'Josefin Sans','Noto Sans JP',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,sans-serif; }

h3.eveTi span {
  font-size: 60%; }

h3.eveTi span.jpTxt {
  display: block;
  font-size: 35%; }

h3.eveTi:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background: #221e1f;
  content: "";
  margin: auto;
  bottom: 0; }

h4.aboutTi {
  position: absolute;
  top: -165px;
  right: 30px;
  font-size: 3em;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.5;
  letter-spacing: 10px; }

.program_ttl {
  font-size: 1.5em;
  margin-bottom: 2em;
  padding: .2em 1em;
  color: #221e1f; }

.schedule_ttl {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: .5em;
  background: #221e1f;
  color: #fff;
  padding: .5em; }

/*
10：装飾
------------------------------------------------------------
*/
.bg_ceremony {
  background: #f7f7f7; }

.bg_animation {
  background: #f4e3b3; }

.bg_all {
  background: #dab38e; }

.bg_couple {
  background: #e29fd4; }

.bg_kids {
  background: #fff761; }

.bg_sports {
  background: #97f7d7; }

.bg_program1 {
  background: #aea5ef; }

.bg_program2 {
  background: #aea5ef; }

.bg_earth {
  background: #cecece; }

.bg_family {
  background: #d6d8fc; }

.bg_gray {
  background: #ccc; }

.bg_white {
  background: #fff; }

.bg_black {
  background: #000; }

.txt_clr_gray {
  color: #ccc; }

.txt_clr_white {
  color: #fff; }

.txt_clr_black {
  color: #000; }

/*
11:ボタン系
------------------------------------------------------------
*/
.btnWrap {
  text-align: center; }

.btn {
  width: 340px;
  line-height: 65px;
  text-align: center;
  background: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  position: relative; }

.btn:link,
.btn:visited {
  color: #000; }

.btn:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -3px;
  border-top: solid 1px #221e1f;
  border-right: solid 1px #221e1f;
  right: 20px; }

.btn_bk {
  background: #221e1f; }

.btn_bk:link,
.btn_bk:visited {
  color: #FFF; }

.btn_bk:after {
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF; }

.mapBtn {
  background: #221e1f url(../images/icon_map.svg) no-repeat 93% center;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  background-size: 14px auto;
  font-size: 81.25%;
  display: block;
  width: 120px;
  line-height: 10px;
  padding: 10px;
  margin-top: 10px; }

a.more {
  padding: .5em 2em;
  display: table;
  margin-top: .5em;
  border-radius: 30px;
  background: #f05558; }
  a.more:hover {
    background: #fba4a6;
    color: #fff; }
  a.more.center {
    margin: 0 auto; }

#topcontrol {
  width: 35px;
  height: 35px;
  background: url(../images/pageTop.png) no-repeat center/auto 100%; }

/*
12:その他パーツ
------------------------------------------------------------
*/
#bnr_ceremony {
  margin-bottom: 110px; }

#list_breadcrumb {
  padding: 30px 5vw 75px; }

.eveDay {
  font-size: 312.5%;
  font-family: 'Josefin Sans','Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  text-align: center;
  line-height: 1.6; }

.eveDay span {
  font-size: 60%; }

.center {
  text-align: center; }

.alignleft {
  float: left;
  padding: 0 15px 15px 0; }

.alignright {
  float: right;
  padding: 0 0 15px 15px; }

.aligncenter {
  display: block;
  margin: 0 auto 20px; }

.photoL {
  float: left;
  padding: 0 15px 15px 0; }

.photoL p {
  overflow: auto; }

.photoR {
  float: right;
  padding: 0 0 15px 15px; }

.photoR p {
  overflow: auto; }

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
table.contactform {
  margin-bottom: 2em;
  width: 100%; }

table.contactform th {
  padding: 3%;
  border-bottom: #f7f7f7 solid 2px;
  font-weight: bold;
  text-align: left; }

table.contactform td {
  padding: 3%;
  border-bottom: 1px #f7f7f7 solid;
  text-align: left;
  vertical-align: top; }

table.contactform td p {
  margin-bottom: 0;
  line-height: 1.6; }

input, textarea, select {
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #c8c8c8; }

/*------------------------
	MWフォーム用
--------------------------*/
.submitBox {
  width: 100%;
  margin: 0 auto 2em;
  text-align: center; }

.submit, .backBtn {
  margin: 0 1em;
  padding: 1.1em 3em;
  display: inline-block;
  font-size: .85em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.08em;
  border: none; }

.submit:hover, .backBtn:hover {
  opacity: .8; }

.mw_wp_form_input .submit {
  background: #485157; }

.mw_wp_form_confirm .submit {
  background: #007dfb; }

.backBtn {
  background: #485157; }

#datepicker {
  width: 40%; }

.required {
  font-size: .85em;
  font-weight: 500;
  color: #fff;
  background: #182d7b;
  display: inline-block;
  margin: 0 0 0 1em;
  padding: 0.5em 0.5em 0.5em 0.8em;
  line-height: 1; }

/*------------------------
	コンタクトフォーム7用
--------------------------*/
/* 
.wpcf7-textarea {
  width: 90%;}

.wpcf7-text {
  width: 60%;}

.zip1 {
  width: 60px;}

.zip2 {
  width: 100px;}

.formtel {
  width: 100px;
  height: 16px;}

.wpcf7-form-control wpcf7-text zip {
  width: 30%;}

.addr {
	width: 90%;
}

.contactformsubmit {
  text-align: center;
  height: 60px;
	margin-top: 30px;
}

.wpcf7-submit {
  background: #000;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  padding: 15px 40px;
	border: none;
}
.wpcf7-submit:hover {
	text-decoration: none;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
} */
/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
  padding: 10px 0 10px;
  display: block;
  clear: both;
  text-align: center;
  margin-bottom: 80px; }

.wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.extend {
  display: inline-block;
  color: #333333;
  text-shadow: 0px 1px #F6F6F6;
  padding: 6px 9px 6px 9px;
  border: solid 1px #B6B6B6;
  -moz-box-shadow: 0px 1px #EFEFEF;
  -webkit-box-shadow: 0px 1px #EFEFEF;
  box-shadow: 0px 1px #EFEFEF;
  background: #E6E6E6;
  background: -moz-linear-gradient(top, #FFFFFF 1px, #F3F3F3 1px, #E6E6E6);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #F3F3F3), color-stop(1, #E6E6E6));
  font-size: 12px;
  margin-right: 3px;
  text-decoration: none; }

.wp-pagenavi a:hover {
  display: inline-block;
  text-shadow: 0px 1px #3C3C3C;
  border-color: #202020;
  background: #525252;
  background: -moz-linear-gradient(top, #9F9F9F 1px, #6C6C6C 1px, #525252);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #9F9F9F), color-stop(0.02, #6C6C6C), color-stop(1, #525252));
  color: #FFFFFF;
  -moz-box-shadow: 0px 1px #E7E7E7;
  -webkit-box-shadow: 0px 1px #E7E7E7;
  box-shadow: 0px 1px #E7E7E7; }

.wp-pagenavi span.current {
  display: inline-block;
  padding: 6px 9px 6px 9px;
  border: solid 1px #DCDCDC;
  color: #fff;
  -moz-box-shadow: 0px 1px #E7E7E7;
  -webkit-box-shadow: 0px 1px #E7E7E7;
  box-shadow: 0px 1px #E7E7E7;
  margin-right: 3px;
  text-shadow: 0px 1px #3C3C3C;
  border-color: #202020;
  background: #525252;
  background: -moz-linear-gradient(top, #9F9F9F 1px, #6C6C6C 1px, #525252);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #9F9F9F), color-stop(0.02, #6C6C6C), color-stop(1, #525252)); }

/*
15:マージン・パディング
------------------------------------------------------------
*/
.m0 {
  margin-bottom: 0; }

.m05 {
  margin-bottom: 5px; }

.m10 {
  margin-bottom: 10px; }

.m12 {
  margin-bottom: 12px; }

.m15 {
  margin-bottom: 15px; }

.m20 {
  margin-bottom: 20px; }

.m30 {
  margin-bottom: 30px; }

.m40 {
  margin-bottom: 40px; }

.m50 {
  margin-bottom: 50px; }

.m60 {
  margin-bottom: 60px; }

.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt12 {
  margin-top: 12px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.ml05 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml12 {
  margin-left: 12px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.ml40 {
  margin-left: 40px; }

.ml50 {
  margin-left: 50px; }

.ml60 {
  margin-left: 60px; }

.mr05 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.mr40 {
  margin-right: 40px; }

.mr50 {
  margin-right: 50px; }

.mr60 {
  margin-right: 60px; }

.pt05 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pb05 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.pb40 {
  padding-bottom: 40px; }

.pl05 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pl30 {
  padding-left: 30px; }

.pl40 {
  padding-left: 40px; }

.pr05 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pr30 {
  padding-right: 30px; }

.pr40 {
  padding-right: 40px; }

.imgTi {
  margin-bottom: 15px; }

.imgTi0 {
  margin-bottom: 0; }

.imgTi5 {
  padding-bottom: 5px; }

.imgTi10 {
  padding-bottom: 10px; }

.imgTi15 {
  padding-bottom: 15px; }

.imgTi20 {
  padding-bottom: 20px; }

.imgTi30 {
  padding-bottom: 30px; }

/*
16:Pagination
------------------------------------------------------------
*/
.list_pagination {
  width: 100%;
  margin: 0 auto 20px;
  letter-spacing: -0.5em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.list_pagination li.prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  width: 30%;
  vertical-align: top;
  letter-spacing: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.list_pagination li.prev a {
  color: #fff;
  padding: 5px 5px 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #fff;
  background: #67ccd9 url(../images/arrow_wleft.svg) no-repeat 4% center;
  background-size: auto 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.list_pagination li.prev a:hover {
  color: #67ccd9;
  border: 1px solid #67ccd9;
  background: #fff url(../images/arrow_skyleft.svg) no-repeat 4% center;
  background-size: auto 8px; }

.list_pagination li.middle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  width: 40%;
  vertical-align: top;
  letter-spacing: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.list_pagination li.middle a {
  color: #fff;
  padding: 5px 5px 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background: #67ccd9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.list_pagination li.middle a:hover {
  border: 1px solid #67ccd9;
  color: #67ccd9;
  background: #fff; }

.list_pagination li.next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: right;
  width: 30%;
  vertical-align: top;
  letter-spacing: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.list_pagination li.next a {
  color: #fff;
  padding: 5px 20px 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #fff;
  background: #67ccd9 url(../images/arrow_wright.svg) no-repeat 95% center;
  background-size: auto 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.list_pagination li.next a:hover {
  color: #67ccd9;
  border: 1px solid #67ccd9;
  background: #fff url(../images/arrow_skyright.svg) no-repeat 95% center;
  background-size: auto 8px; }

/* リリース用 */
.list_new {
  border-top: 0px dashed #221e1f;
  margin-bottom: 30px; }

.list_new li {
  width: 100%;
  border-bottom: 2px dashed #221e1f;
  padding: 5% 0;
  overflow: hidden; }

.list_new li dt {
  float: left;
  width: 30%;
  font-size: 1.1em;
  margin-right: 3%; }

.list_new li dt img {
  width: 100%;
  margin: 15px auto 0; }

.list_new li dd {
  width: 65%;
  float: right; }

.list_new li dd p {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1em; }

.title1 {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 20px; }

.title2 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 20px; }

.title3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 20px; }

.titleC {
  text-align: center; }

.line_ttl {
  text-align: center;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
  font-size: 1.3em;
  margin-bottom: 1em;
  letter-spacing: .1em; }

.line_ttl:before, .line_ttl:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block; }

.line_ttl:before {
  margin-right: 1em; }

.line_ttl:after {
  margin-left: 1em; }

.basicTable {
  margin-bottom: 2em;
  width: 100%;
  border: 1px #E3E3E3 solid; }

.basicTable th {
  padding: 1em;
  width: 25%;
  border: #e3e3e3 solid 1px;
  background: #f5f5f5;
  font-weight: normal;
  text-align: left; }

.basicTable td {
  padding: 1em;
  width: 75%;
  border: 1px #e3e3e3 solid;
  text-align: left;
  vertical-align: top; }

.basicTable2 {
  margin-bottom: 2em;
  width: 100%;
  border: 1px #E3E3E3 solid; }

.list_cetemony {
  max-width: 800px;
  margin: 0 auto 8%;
  font-size: .9em; }

.list_cetemony li {
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-bottom: 2px dashed #221e1f; }

.list_cetemony li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

.list_cetemony li h3 {
  font-size: 1.3em;
  margin: 1.5em 0 1em;
  font-weight: bold;
  text-align: center; }

.list_guests {
  max-width: 800px;
  margin: 0 auto 8%;
  font-size: .9em; }

.list_guests li {
  padding: 0 0 5%;
  margin-bottom: 5%; }

.list_guests li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

.list_guests li h3 {
  font-size: 1.2em;
  margin-bottom: .5em;
  font-weight: bold; }

.list_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 210px; }
  @media screen and (max-width: 767px) {
    .list_top {
      margin-bottom: 15vw; } }
  .list_top li {
    width: 33.33%; }
