@charset "utf-8";

/* =============================================================

　　Module Setting

============================================================= */


/*  Text
-------------------------- */

/* -- Text Size -- */

/* X Small */
.txt-xs {
  font-size: .7em;
  line-height: 1;
}

/* Small */
.txt-sm {
  font-size: .85em;
}

/* Normal */
.txt-nm {
  font-size: .95em;
}

/* X Normal */
.txt-xn {
  font-size: 1.1em;
}

/* Middle */
.txt-md {
  font-size: 1.25em;
}

/* X Middle */
.txt-xm {
  font-size: 1.35em;
}

/* Large */
.txt-lg {
  font-size: 1.5em;
}

/* X Large */
.txt-xl {
  font-size: 1.7em;
}

/* -- Text Weight -- */

.txt-bold-sp {
  font-weight: normal;
}

/* -- Text Font Load -- */

@font-face {
  font-family: Proxima Nova;
  src: url(/common/fonts/proxima-nova-light.otf);
  font-weight: normal;
}

/* -- Text Font -- */

.txt-mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E","メイリオ", Meiryo, Verdana, sans-serif;
}

.txt-gothic {
  font-family: "Proxima Nova", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Verdana,sans-serif;
}

/* -- Text Other -- */

.txt-catch {
  margin: 50px 0 25px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 2.2;
}

.txt-caption {
  padding-top: 10px;
  font-size: .95em;
}

.txt-tel {
  font-size: 1.3em;
  font-weight: bold;
}

.txt-tel .link-tel {
  padding-left: 2px;
  font-size: 1.55em;
  letter-spacing: -.02em; 
}

.txt-tel .link-tel .fa {
  position: relative;
  bottom: -4px;
  margin-right: -2px;
  font-size: 1.8em;
}

.txt-cont {
  line-height: 2.1;
}

.txt-cont p {
  padding-bottom: 15px;
}

.txt-note {
  padding: 8px 18px;
  background: #efefef;
  font-size: .95em;
  line-height: 2;
}

.txt-note .txt-lg {
  font-size: 1.2em;
  line-height: 1.2;
}


/*  Link
-------------------------- */

.link-line {
  text-decoration: underline;
}

a.link-line:hover {
  text-decoration: none;
}


/*  Title
-------------------------- */

.ttl {
  font-weight: bold;
}

.ttl.txt-normal {
  font-weight: normal;
}

.ttl a:hover {
  text-decoration: underline;
}

.ttl.ttl-style1 {
  margin: 0 0 30px;
  font-size: 1.1em;
  font-weight: normal;
}

.ttl.ttl-style1 .txt-lg {
  padding-right: 15px;
  font-size: 1.3em;
}

.ttl.ttl-style1 .txt-sm {
  vertical-align: middle;
}

.ttl.ttl-style2 {
  margin: 0 0 35px;
  padding: 0 0 15px;
  border-bottom: 1px solid #000;
  color: #000;
}

.ttl-style2 .txt-sm {
  letter-spacing: .2em;
  line-height: 2;
}

.ttl.ttl.ttl-style2 .txt-lg {
  letter-spacing: .25em;
}

.ttl.ttl-style2.border-none-bottom {
  margin-bottom: 25px;
  padding-bottom: 0;
  border-bottom: none;
}

.ttl.ttl-style3 {
  margin: 0;
  padding: 0 0 10px 10px;
  border-bottom: 2px solid #16a6b6;
  color: #000;
  font-size: 1.05em;
}

.ttl.ttl-style3 .txt-lg {
  font-size: 1.3em;
}

.ttl.ttl-style4 {
  font-size: 1.4em;
}

.ttl.ttl-style5 {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 1.25em;
}

.ttl.ttl-style6 {
  font-size: 1.2em;
}

.ttl.ttl-style7 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 25px;
  font-size: 1.55em;
  line-height: 1.8;
}

.ttl.ttl-style7:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  margin-left: -20px;
  border-bottom: 1px solid #000;
  content: "";
}

.ttl.ttl-style8 {
  position: relative;
  margin-bottom: 20px;
  padding: 12px 20px;
  background: #f6f6f6;
  font-size: 1.05em;
  line-height: 1.55;
}

.ttl.ttl-style8:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  content: "";
}

.ttl.ttl-style9 {
  margin-bottom: 20px;
  font-size: 1.2em;
}

.ttl.ttl-style10 {
  margin-bottom: 20px;
  background: #f6f6f6;
  padding: 10px 20px;
  font-size: 1em;
  line-height: 1.55;
}


/*  Button
-------------------------- */

.btn {
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out,background-image .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
  border-radius: 0;
  cursor: default;
}

.btn.txt-left {
  text-align: left !important;
}

.btn.txt-bold {
  font-weight: bold !important;
}

a.btn {
  cursor: pointer;
}

.btn,
a.btn {
  text-decoration: none;
}

.btn .fa:before {
  margin-right: 8px;
  font-size: 1.2em;
}

.btn-square {
  border-radius: 0;
}

.btn-rounded {
  border-radius: 200px;
}

.btn-link {
  width: 220px;
  max-width: 100%;
  text-decoration: none !important;
}

#side .btn,
.section-side .btn {
  width: 100%;
}

.btn .btn-icn {
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out,background-image .2s ease-in-out;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto;
  white-space: normal;
  text-align: left;
}

/* -- Button Size -- */

/* Small Size */
.btn-sm {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px;
  font-size: .8em;
  text-decoration: none !important;
  letter-spacing: -.04em;
  line-height: 1.2;
}

/* Middle Size */
.btn-md {
  padding-top: 10px;
  padding-right: 45px;
  padding-left: 45px;
  padding-bottom: 10px;
  font-size: .75em;
}

/* Large Size */
.btn-lg {
  min-width: 75%;
  font-size: .9em;
}

/* Large Size */
.btn-lg-x {
  font-size: 1em;
  font-weight: bold;
}

/* -- Button Group -- */

.btn-group {
  display: block;
}

.btn-group .btn {
  width: 100%;
}

.btn-group .column2 li {
}

/* -- Button Frame -- */

.btn.btn-frame {
  background-color: transparent;
}

.btn.btn-frame.icn-arw:before {
  transform: rotate(45deg);
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-width: 1px 1px 0 0;
  border-color: #bbb #bbb transparent transparent;
}

.btn-sm.btn-frame.icn-arw:before {
  right: 10px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-width: 1px 1px 0 0;
}

.btn-md.btn-frame.icn-arw:before {
  right: 16px;
  width: 6px;
  height: 6px;
}

.btn.btn-frame.icn-arw:after {
  display: none;
}

/* -- Button Arrow -- */

.btn.icn-arw {
  position: relative;
  padding-right: 25px;
}

.btn.icn-arw:before {
  transition: border .2s ease-in-out;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  left: auto;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 0;
  border-width: 2px 2px 0 0;
  border-color: #fff #fff transparent transparent;
  border-style: solid;
  background: none;
  content: "";
}

/* Small Size */
.btn-sm.icn-arw {
  padding-right: 25px;
}

.btn-sm.icn-arw:before {
  right: 8px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
}

/* Middle Size */
.btn-md.icn-arw {
  padding-right: 45px;
  padding-left: 35px;
}

/* Large Size */
.btn-lg.icn-arw {
  padding-right: 45px;
}

.btn-lg.icn-arw:before {
  margin-top: -4px;
  margin-right: 5px;
}

/*  X Large Size */
.btn-lg-x.icn-arw {
  padding-right: 40px;
}

.btn-lg-x.icn-arw:before {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: 10px;
  border-width: 3px 3px 0 0;
}

/* ---- Button Color ---- */

/* -- White -- */

.btn.btn-white {
  border-color: #bfbfbf;
  background-color: #fff;
  color: #888;
}

.btn.icn-arw.btn-white:before {
  border-top-color: #888;
  border-right-color: #888;
}

.btn.btn-frame.btn-white {
  background-color: transparent;
  color: #fff;
  font-weight: bold;
}

a:hover .btn.btn-white,
a.btn.btn-white:hover,
input.btn.btn-white:hover {
  border-color: #fff;
  background-color: #fff;
}

/* -- Default -- */

.btn.btn-default,
.btn.btn-default:focus,
.btn.btn-default.focus {
  border-color: #bfbfbf;
  background-color: #bfbfbf;
  color: #fff;
  font-weight: bold;
}

.btn.btn-default.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-default.btn-frame {
  border-color: #e4e4e4;
  background-color: #fff;
  color: #333;
}

.btn.btn-default.btn-frame.icn-arw:before {
  border-top-color: #333;
  border-right-color: #333;
}

a:hover .btn.btn-default,
a.btn.btn-default:hover,
input.btn.btn-default:hover {
  border-color: #d6d6d6;
  background-color: #d6d6d6;
}

.btn.btn-default.icn-arw:hover:before {
  border-top-color: #d6d6d6;
  border-right-color: #d6d6d6;
}

a:hover .btn.btn-default.btn-frame,
a.btn.btn-default.btn-frame:hover,
input.btn.btn-default.btn-frame:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

a:hover .btn.btn-default.icn-arw:before,
a.btn.btn-default.icn-arw:hover:before,
input.btn.btn-default.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Base -- */

.btn.btn-base {
  border-color: #999;
  background-color: #999;
  color: #fff;
}

.btn.btn-base.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-base.btn-frame {
  background-color: transparent;
  color: #999;
}

.btn.btn-base.btn-frame.icn-arw:before {
  border-top-color: #999;
  border-right-color: #999;
}

a:hover .btn.btn-base,
a.btn.btn-base:hover,
input.btn.btn-base:hover {
  border-color: #bbb;
  background-color: #bbb;
}

a:hover .btn.btn-base.btn-frame,
a.btn.btn-base.btn-frame:hover,
input.btn.btn-base.btn-frame:hover {
  border-color: #999;
  background-color: #999;
  color: #fff;
}

a:hover .btn.btn-base.icn-arw:before,
a.btn.btn-base.icn-arw:hover:before,
input.btn.btn-base.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Primary -- */

.btn.btn-primary {
  border-color: #16a6b6;
  background-color: #16a6b6;
  color: #fff;
}

.btn.btn-primary.icn-arw2:before {
  border-color: transparent transparent transparent #16a6b6;
}

.btn.btn-primary.btn-lg {
  font-weight: bold;
}

.btn.btn-primary.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-primary.btn-frame {
  background-color: transparent;
  color: #16a6b6;
}

.btn.btn-primary.btn-frame.icn-arw:before {
  border-top-color: #16a6b6;
  border-right-color: #16a6b6;
}

a:hover .btn.btn-primary,
a.btn.btn-primary:hover,
input.btn.btn-primary:hover,
.gt768 .acc-head .btn.btn-primary:hover {
  border-color: #41c6d5;
  background-color: #41c6d5;
}

a:hover .btn.btn-frame.btn-primary,
a.btn.btn-frame.btn-primary:hover,
input.btn.btn-frame.btn-primary:hover,
.gt768 .acc-head.active .btn.btn-frame.btn-primary,
.gt768 .acc-head .btn.btn-frame.btn-primary:hover {
  border-color: #16a6b6;
  background-color: #16a6b6;
  color: #fff;
}

a:hover .btn.btn-primary.icn-arw:before,
a.btn.btn-primary.icn-arw:hover:before,
input.btn.btn-primary.icn-arw:hover:before,
.gt768 .acc-head.active .btn.btn-primary.icn-arw:before,
.gt768 .acc-head .btn.btn-primary:hover.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Primary Light -- */

.btn.btn-primary-light {
  border-color: #2ea7e0;
  background-color: #2ea7e0;
  color: #fff;
}

.btn.btn-primary-light.icn-arw2:before {
  border-color: transparent transparent transparent #2ea7e0;
}

.btn.btn-primary-light.btn-lg {
  font-weight: bold;
}

.btn.btn-primary-light.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-primary-light.btn-frame {
  background-color: transparent;
  color: #2ea7e0;
}

.btn.btn-primary-light.btn-frame.icn-arw:before {
  border-top-color: #2ea7e0;
  border-right-color: #2ea7e0;
}

a:hover .btn.btn-primary-light,
a.btn.btn-primary-light:hover,
input.btn.btn-primary-light:hover {
  border-color: #4ab9ee;
  background-color: #4ab9ee;
}

a:hover .btn.btn-frame.btn-primary-light,
a.btn.btn-frame.btn-primary-light:hover,
input.btn.btn-frame.btn-primary-light:hover {
  border-color: #2ea7e0;
  background-color: #2ea7e0;
  color: #fff;
}

a:hover .btn.btn-primary-light.icn-arw:before,
a.btn.btn-primary-light.icn-arw:hover:before,
input.btn.btn-primary-light.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Primary Light2 -- */

.btn.btn-primary-light2 {
  border-color: #008ccf;
  background-color: #008ccf;
  color: #fff;
}

.btn.btn-primary-light2.icn-arw2:before {
  border-color: transparent transparent transparent #008ccf;
}

.btn.btn-primary-light2.btn-lg {
  font-weight: bold;
}

.btn.btn-primary-light2.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-primary-light2.btn-frame {
  background-color: transparent;
  color: #008ccf;
}

.btn.btn-primary-light2.btn-frame.icn-arw:before {
  border-top-color: #008ccf;
  border-right-color: #008ccf;
}

a:hover .btn.btn-primary-light2,
a.btn.btn-primary-light2:hover,
input.btn.btn-primary-light2:hover {
  border-color: #1fa7e8;
  background-color: #1fa7e8;
}

a:hover .btn.btn-frame.btn-primary-light2,
a.btn.btn-frame.btn-primary-light2:hover,
input.btn.btn-frame.btn-primary-light2:hover {
  border-color: #008ccf;
  background-color: #008ccf;
  color: #fff;
}

a:hover .btn.btn-primary-light2.icn-arw:before,
a.btn.btn-primary-light2.icn-arw:hover:before,
input.btn.btn-primary-light2.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Primary Dark -- */

.btn.btn-primary-dark {
  border-color: #085dad;
  background-color: #085dad;
  color: #fff;
}

.btn.btn-primary-dark.icn-arw2:before {
  border-color: transparent transparent transparent #085dad;
}

.btn.btn-primary-dark.btn-lg {
  font-weight: bold;
}

.btn.btn-primary-dark.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-primary-dark.btn-frame {
  background-color: transparent;
  color: #085dad;
}

.btn.btn-primary-dark.btn-frame.icn-arw:before {
  border-top-color: #085dad;
  border-right-color: #085dad;
}

a:hover .btn.btn-primary-dark,
a.btn.btn-primary-dark:hover,
input.btn.btn-primary-dark:hover {
  border-color: #2079cd;
  background-color: #2079cd;
}

a:hover .btn.btn-frame.btn-primary-dark,
a.btn.btn-frame.btn-primary-dark:hover,
input.btn.btn-frame.btn-primary-dark:hover {
  border-color: #085dad;
  background-color: #085dad;
  color: #fff;
}

a:hover .btn.btn-primary-dark.icn-arw:before,
a.btn.btn-primary-dark.icn-arw:hover:before,
input.btn.btn-primary-dark.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Primary Dark2 -- */

.btn.btn-primary-dark2 {
  border-color: #003a8f;
  background-color: #003a8f;
  color: #fff;
}

.btn.btn-primary-dark2.icn-arw2:before {
  border-color: transparent transparent transparent #003a8f;
}

.btn.btn-primary-dark2.btn-lg {
  font-weight: bold;
}

.btn.btn-primary-dark2.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-primary-dark2.btn-frame {
  background-color: transparent;
  color: #003a8f;
}

.btn.btn-primary-dark2.btn-frame.icn-arw:before {
  border-top-color: #003a8f;
  border-right-color: #003a8f;
}

a:hover .btn.btn-primary-dark2,
a.btn.btn-primary-dark2:hover,
input.btn.btn-primary-dark2:hover {
  border-color: #175cc1;
  background-color: #175cc1;
}

a:hover .btn.btn-frame.btn-primary-dark2,
a.btn.btn-frame.btn-primary-dark2:hover,
input.btn.btn-frame.btn-primary-dark2:hover {
  border-color: #003a8f;
  background-color: #003a8f;
  color: #fff;
}

a:hover .btn.btn-primary-dark2.icn-arw:before,
a.btn.btn-primary-dark2.icn-arw:hover:before,
input.btn.btn-primary-dark2.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Accent -- */

.btn.btn-accent {
  border-color: #ee6557;
  background-color: #ee6557;
  color: #fff;
}

.btn.btn-accent.icn-arw2:before {
  border-color: transparent transparent transparent #ee6557;
}

.btn.btn-accent.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-accent.btn-frame {
  background-color: #fff;
  color: #ee6557;
}

.btn.btn-accent.btn-frame.icn-arw:before {
  border-top-color: #ee6557;
  border-right-color: #ee6557;
}

a:hover .btn.btn-accent,
a.btn.btn-accent:hover,
input.btn.btn-accent:hover {
  border-color: #fb8377;
  background-color: #fb8377;
}

a:hover .btn.btn-accent.btn-frame,
a.btn.btn-accent.btn-frame:hover,
input.btn.btn-accent.btn-frame:hover {
  border-color: #ee6557;
  background-color: #ee6557;
  color: #fff;
}

a:hover .btn.btn-accent.icn-arw:before,
a.btn.btn-accent.icn-arw:hover:before,
input.btn.btn-accent.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Accent Light -- */

.btn.btn-accent-light {
  border-color: #eb6d9a;
  background-color: #eb6d9a;
  color: #fff;
}

.btn.btn-accent-light.icn-arw2:before {
  border-color: transparent transparent transparent #eb6d9a;
}

.btn.btn-accent-light.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-accent-light.btn-frame {
  background-color: #fff;
  color: #eb6d9a;
}

.btn.btn-accent-light.btn-frame.icn-arw:before {
  border-top-color: #eb6d9a;
  border-right-color: #eb6d9a;
}

a:hover .btn.btn-accent-light,
a.btn.btn-accent-light:hover,
input.btn.btn-accent-light:hover {
  border-color: #f682ab;
  background-color: #f682ab;
}

a:hover .btn.btn-accent-light.btn-frame,
a.btn.btn-accent-light.btn-frame:hover,
input.btn.btn-accent-light.btn-frame:hover {
  border-color: #eb6d9a;
  background-color: #eb6d9a;
  color: #fff;
}

a:hover .btn.btn-accent-light.icn-arw:before,
a.btn.btn-accent-light.icn-arw:hover:before,
input.btn.btn-accent-light.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Accent Dark -- */

.btn.btn-accent-dark {
  border-color: #e74291;
  background-color: #e74291;
  color: #fff;
}

.btn.btn-accent-dark.icn-arw2:before {
  border-color: transparent transparent transparent #e74291;
}

.btn.btn-accent-dark.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-accent-dark.btn-frame {
  background-color: #fff;
  color: #e74291;
}

.btn.btn-accent-dark.btn-frame.icn-arw:before {
  border-top-color: #e74291;
  border-right-color: #e74291;
}

a:hover .btn.btn-accent-dark,
a.btn.btn-accent-dark:hover,
input.btn.btn-accent-dark:hover {
  border-color: #f2519e;
  background-color: #f2519e;
}

a:hover .btn.btn-accent-dark.btn-frame,
a.btn.btn-accent-dark.btn-frame:hover,
input.btn.btn-accent-dark.btn-frame:hover {
  border-color: #e74291;
  background-color: #e74291;
  color: #fff;
}

a:hover .btn.btn-accent-dark.icn-arw:before,
a.btn.btn-accent-dark.icn-arw:hover:before,
input.btn.btn-accent-dark.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Accent2 -- */

.btn.btn-accent2 {
  border-color: #f08300;
  background-color: #f08300;
  color: #fff;
}

.btn.btn-accent2.icn-arw2:before {
  border-color: transparent transparent transparent #f08300;
}

.btn.btn-accent2.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-accent2.btn-frame {
  background-color: #fff;
  color: #f08300;
}

.btn.btn-accent2.btn-frame.icn-arw:before {
  border-top-color: #f08300;
  border-right-color: #f08300;
}

a:hover .btn.btn-accent2,
a.btn.btn-accent2:hover,
input.btn.btn-accent2:hover {
  border-color: #fe9517;
  background-color: #fe9517;
}

a:hover .btn.btn-accent2.btn-frame,
a.btn.btn-accent2.btn-frame:hover,
input.btn.btn-accent2.btn-frame:hover {
  border-color: #f08300;
  background-color: #f08300;
  color: #fff;
}

a:hover .btn.btn-accent2.icn-arw:before,
a.btn.btn-accent2.icn-arw:hover:before,
input.btn.btn-accent2.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Sub -- */

.btn.btn-sub {
  border-color: #64971c;
  background-color: #64971c;
  color: #fff;
}

.btn.btn-sub.icn-arw2:before {
  border-color: transparent transparent transparent #64971c;
}

.btn.btn-sub.btn-lg {
  font-weight: bold;
}

.btn.btn-sub.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-sub.btn-frame {
  background-color: transparent;
  color: #64971c;
}

.btn.btn-sub.btn-frame.icn-arw:before {
  border-top-color: #64971c;
  border-right-color: #64971c;
}

a:hover .btn.btn-sub,
a.btn.btn-sub:hover,
input.btn.btn-sub:hover {
  border-color: #78ad2d;
  background-color: #78ad2d;
}

a:hover .btn.btn-frame.btn-sub,
a.btn.btn-frame.btn-sub:hover,
input.btn.btn-frame.btn-sub:hover {
  border-color: #64971c;
  background-color: #64971c;
  color: #fff;
}

a:hover .btn.btn-sub.icn-arw:before,
a.btn.btn-sub.icn-arw:hover:before,
input.btn.btn-sub.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* -- Sub Dark -- */

.btn.btn-sub-dark {
  border-color: #00894f;
  background-color: #00894f;
  color: #fff;
}

.btn.btn-sub-dark.icn-arw2:before {
  border-color: transparent transparent transparent #00894f;
}

.btn.btn-sub-dark.btn-lg {
  font-weight: bold;
}

.btn.btn-sub-dark.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-sub-dark.btn-frame {
  background-color: transparent;
  color: #00894f;
}

.btn.btn-sub-dark.btn-frame.icn-arw:before {
  border-top-color: #00894f;
  border-right-color: #00894f;
}

a:hover .btn.btn-sub-dark,
a.btn.btn-sub-dark:hover,
input.btn.btn-sub-dark:hover {
  border-color: #089c5d;
  background-color: #089c5d;
}

a:hover .btn.btn-frame.btn-sub-dark,
a.btn.btn-frame.btn-sub-dark:hover,
input.btn.btn-frame.btn-sub-dark:hover {
  border-color: #00894f;
  background-color: #00894f;
  color: #fff;
}

a:hover .btn.btn-sub-dark.icn-arw:before,
a.btn.btn-sub-dark.icn-arw:hover:before,
input.btn.btn-sub-dark.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* ---- Button Other ---- */

/* -- Ticket -- */

.btn.btn-ticket {
  min-width: 290px;
  padding-left: 70px;
  background-image: url(../img/icn-ticket-hover.png),url(../img/icn-ticket.png);
  background-repeat: no-repeat;
  background-position: 15px center,99999px 99999px;
  line-height: 1.4;
  white-space: normal;
  text-align: left;
  font-weight: bold;
}

.btn.btn-frame.btn-ticket {
  background-image: url(../img/icn-ticket.png),url(../img/icn-ticket-hover.png);
}


.btn.btn-frame.btn-ticket:hover {
  background-image: url(../img/icn-ticket-hover.png);
}

/* -- Web / Tel -- */

.btn.btn-web,
.btn.btn-tel {
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
}

.btn.btn-web .btn-icn,
.btn.btn-tel .btn-icn {
  padding-top: 25px;
  padding-left: 110px;
  padding-bottom: 25px;
  background-repeat: no-repeat;
  background-position: 0 center;
}

/* -- Web -- */

.btn.btn-web {
}

.btn.btn-web .btn-icn {
  background-image: url(../img/icn-web-hover.png);
}

.btn.btn-frame.btn-web .btn-icn {
  background-image: url(../img/icn-web.png);
}

.acc-head .btn.btn-web:hover .btn-icn,
a.btn.btn-web:hover .btn-icn,
.acc-head.active .btn.btn-web .btn-icn {
  background-image: url(../img/icn-web-hover.png);
}

/* -- Tel -- */

.btn.btn-tel .btn-icn {
  background-image: url(../img/icn-tel-hover.png);
}

.btn.btn-frame.btn-tel .btn-icn {
  background-image: url(../img/icn-tel.png);
}

.acc-head .btn.btn-tel:hover .btn-icn,
a.btn.btn-tel:hover .btn-icn,
.acc-head.active .btn.btn-tel .btn-icn {
  background-image: url(../img/icn-tel-hover.png);
}


/*  Banner
-------------------------- */

.bnr {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  transition: opacity .4s ease-in-out;
  border: 1px solid #ddd;
  background: #fff;
  vertical-align: middle;
  text-align: center;
}

a.bnr:hover {
  opacity: .8;
}

.bnr.round {
  padding: 15px 20px;
  border-radius: 6px;
}


/*  Tag
-------------------------- */

.tag {
  display: inline-block;
  *display: inline;
  *zoom: 1; 
  margin-bottom: 3px;
  margin-right: 10px;
  padding: 5px 6px;
  border-radius: 0;
  border: 1px solid #999;
  background: #999;
  font-size: .9em;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: -.04em;
  line-height: 1.2;
  line-height: 1.4\9;  
}

.tag + .tag {
  margin-left: 5px;
}

.tag,
.tag a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

a.tag,
.tag a {
  transition: opacity .2s ease-in-out;
}

a.tag:hover,
.tag a:hover {
  opacity: .7;
}

.tag-default {
  border-color: #bfbfbf;
  background-color: #bfbfbf;
}

.tag-base {
  border-color: #999;
  background-color: #999;
}

.tag-primary {
  border-color: #16a6b6;
  background-color: #16a6b6;
  color: #fff;
}

.tag-primary-light {
  border-color: #2ea7e0;
  background-color: #2ea7e0;
  color: #fff;
}

.tag-primary-light2 {
  border-color: #008ccf;
  background-color: #008ccf;
  color: #fff;
}

.tag-primary-dark {
  border-color: #085dad;
  background-color: #085dad;
  color: #fff;
}

.tag-primary-dark2 {
  border-color: #003a8f;
  background-color: #003a8f;
  color: #fff;
}

.tag-accent {
  border-color: #ee6557;
  background-color: #ee6557;
  color: #fff;
}

.tag-accent-light {
  border-color: #eb6d9a;
  background-color: #eb6d9a;
  color: #fff;
}

.tag-accent-dark {
  border-color: #e74291;
  background-color: #e74291;
  color: #fff;
}

.tag-accent2 {
  border-color: #f08300;
  background-color: #f08300;
  color: #fff;
}

.tag-sub {
  border-color: #64971c;
  background-color: #64971c;
  color: #fff;
}

.tag-sub-light {
}

.tag-sub-dark {
  border-color: #00894f;
  background-color: #00894f;
  color: #fff;
}


/*  Icon
-------------------------- */

.icn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* -- Icon Arrow -- */

.icn-arw {
  position: relative;
  padding-left: 15px;
}

a.icn-arw,
span.icn-arw {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icn-arw:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px 7px;
  border-color: transparent transparent transparent #16a6b6;
  border-style: solid;
  content: "";
}

/* -- Icon Arrow2 -- */

.icn-arw2 {
  position: relative;
  padding-left: 15px;
}

.icn-arw2:before {
  position: absolute;
  top: 4px;
  left: 1px;
  width: 0;
  height: 0;
  border-width: 4px 5px;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  content: "";
}

/* -- Icon Arrow3 -- */

.icn-arw3 {
  position: relative;
  padding-left: 15px;
}

.icn-arw3:before {
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 20;
  width: 7px;
  height: 7px;
  border-radius: 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #16a6b6 #16a6b6 transparent transparent;
  content: "";
}

/* -- Round & Square Icon -- */

.icn-rounded,
.icn-square {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  padding: 0;
  border: 1px solid #000;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

.icn-rounded {
  border-radius: 100%;
}

/* -- Icon Download -- */

.icn-dl {
  width: 75px;
  margin: 0 0 20px;
  padding-top: 70px;
  background-position:  55% 0;
  background-repeat: no-repeat;
  color: #666;
  text-align: center;
  font-size: .8em;
  line-height: 1.4;
  text-decoration: none;
  vertical-align: top;
}

.icn-dl:hover {
  opacity: .7;
}

.icn-dl.pdf {
  background-image: url(../img/icn-download-pdf-pc.png);
}

.icn-dl.cad {
  background-image: url(../img/icn-download-cad-pc.png);
}

.icn-dl.docx {
  background-image: url(../img/icn-download-docx-pc.png);
}

.icn-dl.xlsx {
  background-image: url(../img/icn-download-xlsx-pc.png);
}

/* -- Icon Font Awesome -- */

.fa:before {
  margin-right: 7px;
}

.fa.fa-file-pdf-o {
  color: #ca0000;
}

.fa.fa-file-word-o {
  color: #0a51d4;
}

.fa.fa-file-excel-o {
  color: #077b07;
}

/* -- Movie Icon -- */

.icn-movie {
}

.icn-movie > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  z-index: 0;
  transition: opacity .4s ease-in-out;
}

.icn-movie > *:before,
.icn-movie > *:after {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  z-index: 5;
  content: "";
}

.icn-movie > *:before {
  width: 100px;
  height: 50px;
  margin-top: -25px;
  margin-left: -50px;
  border-radius: 5%;
  background: #707070;
}

.icn-movie > *:after {
  width: 0;
  height: 0;
  margin-top: -7px;
  margin-left: -6px;
  border-width: 7px 12px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

/* -- Number Icon -- */

.icn-num {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 0 2px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
}


/*  Image
-------------------------- */

.img-frame {
  border: 1px solid #bbb;
}

.img-center {
  float: none !important;
  padding: 0 0 30px !important;
  text-align: center;
}

.img-main {
  margin-bottom: 30px;
}


/*  List
-------------------------- */

.list li {
  list-style-type: none;
}

.list > * > li {
}

/* -- List Line -- */

.list-line {
}

.list-line > ul > li {
  margin: 0;
  padding: 20px 0;
  border: 1px dotted #888;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}

.list-line > ul > li:first-child {
  border-top-width: 0;
  padding-top: 0;
}

.list-line > ul > li > a,
.list-line > ul > li.active > * {
  display: block;
  position: relative;
  padding: 9px 18px;
}

/* -- List Line Dot -- */

.list-line.list-line-dot > ul > li,
.list-dl.list-line.list-line-dot > ul > li,
.list-dl2.list-line.list-line-dot > ul > li,
.list-dl3.list-line.list-line-dot > ul > li {
  border-style: dotted;
  border-color: #888;
}

/* -- List Dot -- */

.list-dot {
  margin: 20px 0;
}

.list-dot .list-dot {
  margin: 0 0 5px;
}

.list-dot ul {
  margin: 0;
  padding-left: 1.5em;
}

.list-dot ul li {
  margin: 0;
  list-style-type: none;
}

.list-dot ul li ul {
  padding-top: 2px;
  padding-left: 2.5em;
}

.list-dot.list-dot2 ul,
.list-dot.list-dot3 ul,
.list-dot.list-dot4 ul {
  padding-top: 0;
  padding-left: 1.5em;
}

.list-dot.list-dot2 ul li,
.list-dot.list-dot3 ul li,
.list-dot.list-dot4 ul li {
  padding-top: 5px;
}

.list-dot.list-dot2 ul li:before,
.list-dot.list-dot3 .list-dot.list-dot2 ul li:before {
  margin-left: -1.5em;
  padding-right: 8px;
  content: "●";
}

.list-dot.list-dot3 ul li:before,
.list-dot.list-dot2 .list-dot.list-dot3 ul li:before {
  margin-left: -1.5em;
  padding-right: 8px;
  content: "◯";
}

.list-dot.list-dot4 ul li:before {
  margin-left: -1.5em;
  padding-right: 7px;
  content: "※";
}

.list-dot ul li:before {
  margin-left: -1.5em;
  padding-right: 7px;
  content: "・";
}

/* -- List Dot Column -- */

.list-dot.column {
  margin: 0;
}

.list-dot.column > ul {
  margin: 0 0 0 -20px !important;
}

.list-dot.column > ul > li {
  padding-top: 5px !important;
  padding-left: 20px !important;
  padding-right: 10px !important;
}

/* -- List Row -- */

.list-row {
  margin: -5px 0 0;
}

.list-row li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 5px;
  margin-right: 20px;
}

.list-dot.list-row li {
  margin-right: 30px;
}

/* -- List Number -- */

.list-num {
  margin: 20px 0;
}

.list-num ol {
  padding-left: 1.5em;
}

.list-num ol li {
  list-style-type: decimal;
}

.list-num ol li ul li {
  list-style: none;
}

.list-num ol li ol {
  padding-top: 2px;
}

.list-num.list-num2 {
  margin: 20px 0;
}

.list-num .list-num,
.list-dot .list-num {
  margin: 0 0 5px;
}

.list-num.list-num2 ol {
  padding-left: 1.5em;
}

.list-num.list-num2 ol li {
  list-style-type: none;
}

.list-num.list-num2 .txt-num {
  margin-left: -1.5em;
  padding-right: 6px;
}

.list-dot .list-num.list-num2 ol li:before {
  margin: 0;
  padding: 0;
  content: "" !important;
}

/* -- List Arrow -- */

.list-arw {
  margin: 20px 0;
  padding-left: 15px;
  line-height: 1.6;
}

/* -- List Definition -- */

.list-dl dl {
  margin: 20px 0;
}

.list-dl li dl {
  margin: 0;
}

.list-dl dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.list-dl dl .list-dot,
.list-dl dl .list-num {
  margin: 0;
}

.list-dl > ul > li {
  padding: 10px 0;
}

.list-dl.list-line {
  overflow: hidden;
}

.list-dl.list-line > ul {
  margin-bottom: -1px;
}

.list-dl.list-line > ul > li {
  border-top-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: dotted;
}

.list-dl > ul > li:first-child {
}

.list-dl.list-line > ul > li:first-child {
  padding-top: 10px;
}

/* -- List Definition Line -- */

.list-dl.list-line > ul > li,
.list-dl2.list-line > ul > li,
.list-dl3.list-line > ul > li {
  border-style: solid;
  border-color: #ccc;
}

/* -- List Definition2 -- */

.list-dl2 + .list-dl2 {
  padding-top: 8px;
}

.list-dl2 dl {
  display: table;
  line-height: 1.85;
}

.list-dl2 dl dt,
.list-dl2 dl dd {
  display: table-cell;
  padding-top: 2px;
}

.list-dl2 dl dt {
  min-width: 45px;
  white-space: nowrap;
}

.list-dl2 dl dt:after {
  content: "：";
}

.list-dl2 dl dd {
  width: 100%;
  padding-left: 20px;
}

/* -- List Definition3 -- */

.list-dl3 + .list-dl3 {
  padding-top: 4px;
}

.list-dl3 dl {
  display: table;
  line-height: 1.7;
}

.list-dl3 dl dt,
.list-dl3 dl dd {
  display: table-cell;
  padding-top: 2px;
  vertical-align: top;
}

.list-dl3 dl dt {
  min-width: 200px;
  white-space: nowrap;
}

.list-dl3 dl dd {
  width: 100%;
  padding-left: 20px;
}

/* -- List Definition4 -- */

.list-dl4 li {
  overflow: hidden;
}

.list-dl4 dl {
  padding-top: 2px;
  line-height: 1.7;
}

.list-dl4 dl dt,
.list-dl4 dl dd {
  padding-top: 2px;
}

.list-dl4 dl dt {
  float: left;
  width: 110px;
  font-weight: bold;
}

.list-dl4 dl dd {
  padding-left: 110px;
}

/* -- List Definition Contact -- */

.list-dl-contact dl {
  padding-top: 2px;
  line-height: 1.7;
}

.list-dl-contact dl dt,
.list-dl-contact dl dd {
  padding-top: 2px;
}

.list-dl-contact dl dt {
  float: left;
  width: 110px;
}

.list-dl-contact dl dt:after {
  content: "：";
}

.list-dl-contact dl dd {
  padding-left: 110px;
}

/* -- List News -- */

.list-news {
}

.news-ttl a {
  display: block;
  color: #16a6b6;
}

.news-ttl + .news-thumb {
  padding-top: 15px;
}

.news-thumb {
  display: block;
}

.news-thumb .news-thumb-inner {
  display: block;
  float: left;
  max-width: 252px;
  margin-right: 20px;
}

.news-thumb .news-thumb-inner a,
.news-thumb .news-thumb-inner img {
  width: 100%;
}

.news-thumb .news-thumb-inner a:hover {
  opacity: .7;
}

.news-thumb .txt-caption {
  padding-top: 0;
}

.news-cont {
  padding-top: 8px;
}


/*  Table
-------------------------- */

.table {
  margin-top: 20px;
}

.table caption {
}

.table-ttl {
  background-color: #bebaac !important;
  color: #fff;
}

.table-ttl2 {
  background-color: #fcf8e3 !important;
  color: #8a6d3b;
}

.table.txt-center th {
  text-align: center;
}

.table > thead > tr > th {
  vertical-align: middle;
}

.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 15px;
  border: 1px solid #ccc;
  line-height: 1.6;
  vertical-align: middle;
}

.table > thead > tr > th {
}

.table > tbody > tr > th {
  width: 28%;
  background: #f6f6f6;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top-width: 1px;
}

@media screen and (max-width: 992px) {
  .table > tbody > tr > th {
    width: 28%;
  }
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #efede6;
  color: #958961;
}

/* ---- Responsive ---- */

.table-responsive {
  margin: 20px 0;
  border: none;
  overflow: auto;
  white-space: nowrap;
}

.table-responsive table {
  width: 100%;
  margin: 0;
}

.table-responsive::-webkit-scrollbar {
  height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}

/* ---- Responsive2 ---- */

.table-responsive2 {
}

/* ---- Concert ---- */

.table-concert {
  margin-top: 30px;
  margin-bottom: 30px;
}

.table-concert > thead > tr,
.table-concert > tbody > tr,
.table-concert > tfoot > tr {
  border-right-width: 0;
  border-left-width: 0;
  border-top-style: dotted;
}

.table-concert > thead > tr:first-child,
.table-concert > tbody > tr:first-child,
.table-concert > tfoot > tr:first-child {
  border-top-style: solid;
}

/* ---- Ticket ---- */

.table-ticket {
  margin: 20px 0 15px;
  background-color: #fbfbfb;
}

.table-ticket,
.table-ticket thead,
.table-ticket thead > tr {
  border-width: 0;
}

.table-ticket th,
.table-ticket td {
  text-align: center;
}

.table-ticket thead {
  background-color: #eee;
}

.table-ticket > thead > tr > th {
  padding-top: 6px;
  padding-bottom: 6px;
  border: none;
}

.table-ticket > tbody > tr {
  border-top-color: #fff;
  border-top-width: 2px;
  border-right-width: 0;
  border-left-width: 0;
}

.table-ticket > tbody > tr > td {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}

.table-ticket tbody .seat0 {
  position: relative;
  width: 130px;
}

.table-ticket tbody .seat0:before {
  position: absolute;
  top: 13px;
  right: 0;
  bottom: 13px;
  width: 1px;
  border-right: 1px solid #ccc;
  content: "";
}

/* ---- Style2 ---- */

.table-style2 {
  font-size: .88em;
}

.table-style2 tbody {
  font-size: .95em;
}

.table-style2 > thead > tr > th,
.table-style2 > tbody > tr > th,
.table-style2 > tfoot > tr > th,
.table-style2 > thead > tr > td,
.table-style2 > tbody > tr > td,
.table-style2 > tfoot > tr > td {
  padding: 15px 10px;
  line-height: 1.4;
}

.table-style2 > thead > tr > th,
.table-style2 > tbody > tr > th,
.table-style2 > tfoot > tr > th {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* ---- Style3 ---- */

.table-style3 {
  font-size: .95em;
}

.table-style3 > thead > tr > th,
.table-style3 > tbody > tr > th,
.table-style3 > tfoot > tr > th,
.table-style3 > thead > tr > td,
.table-style3 > tbody > tr > td,
.table-style3 > tfoot > tr > td {
  padding: 12px 10px;
  line-height: 1.4;
}

/*  Grid
-------------------------- */

/*  Column
-------------------------- */

/* ---- Common ---- */

.column > * {
  letter-spacing: -.40em;
}

.column > * > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
}

.column > * > *.column-full {
  width: 100% !important;
}

/* -- Thumb -- */

.thumb-xs,
.thumb-sm,
.thumb-md,
.thumb-lg {
  text-align: center;
}

.thumb-xs {
  width: 100px;
}

.thumb-sm {
  width: 120px;
}

.thumb-md {
  width: 160px;
}

.thumb-lg {
  width: 220px;
}

.thumb-flyer {
  margin-bottom: 15px;
}

/* -- Title -- */

.column .column-ttl {
  padding-top: 30px;
}

.column .column-ttl-sub {
  margin-bottom: 0;
}

/* -- Cont -- */

.column .column-cont {
  padding-top: 12px;
  line-height: 1.8;
}

/* ---- 2 Column ---- */

.column.column2 > * {
  margin-top: -25px;
  margin-left: -25px;
}

.column.column2 > * > * {
  width: 50%;
  padding: 25px 0 0 25px;
}

.column.column2 .column-cont {
  font-size: 1.1em;
  line-height: 1.9;
  letter-spacing: -.04em;
}

/* ---- 3 Column ---- */

.column.column3 > * {
  margin-top: -25px;
  margin-left: -25px;
}

.column.column3 > * > * {
  width: 33.333%;
  padding: 25px 0 0 25px;
}

.column.column3 .column-cont {
  font-size: 1.1em;
  line-height: 1.9;
  letter-spacing: -.04em;
}

/* ---- 4 Column ---- */

.column.column4 > * {
  margin-top: -25px;
  margin-left: -25px;
}

.column.column4 > * > * {
  width: 25%;
  padding: 25px 0 0 25px;
}

/* ---- 5 Column ---- */

.column.column5 > * {
  margin-top: -20px;
  margin-left: -17px;
}

.column.column5 > * > * {
  width: 20%;
  padding: 20px 0 0 17px;
}

/* ---- 6 Column ---- */

.column.column6 > * {
  margin-top: -20px;
  margin-left: -17px;
}

.column.column6 > * > * {
  width: 16.65%;
  padding: 20px 0 0 17px;
}

/* ---- 7 Column ---- */

.column.column7 > * {
  margin-top: -20px;
  margin-left: -17px;
}

.column.column7 > * > * {
  width: 14.2%;
  padding: 20px 0 0 17px;
}

/* ---- 8 Column ---- */

.column.column8 > * {
  margin-top: -20px;
  margin-left: -17px;
}

.column.column8 > * > * {
  width: 12.5%;
  padding: 20px 0 0 17px;
}

/* ---- Line Column ---- */

.column.column-line,
.column.column-line2 {
  overflow: hidden;
  margin: 40px 0;
}

.column.column-line > *,
.column.column-line2 > * {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: -.40em;
  margin-top: -20px;
  margin-left: -1px;
}

.column.column-line2 > * {
  margin: 0 -10px;
}

.column.column-line > * > * {
  border-left: 1px solid #ccc;
  margin-top: 20px;
  padding: 0;
}

.column.column-line2 > * > * {
  margin: 0;
  padding: 10px;
}

.column .column-inner {
  padding: 0 10px;
}

.column.column-line2 .column-inner {
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  border: 1px solid #ccc;
}

/* ---- Column Style1 ---- */

.column.column-style1 {
  margin: 10px 0;
}

.column.column-style1 > * {
  margin: 0 -5px;
}

.column.column-style1 > * > * {
  padding: 5px;
}

.column.column-style1 .column-inner {
  padding: 0;
}

.column.column-style1 dt {
  padding: 10px 20px;
  background: #93b8ca;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.column.column-style1 dd {
  padding: 20px;
  font-size: .95em;
  line-height: 1.7;
}

/*  Section
-------------------------- */

.section {
  margin-bottom: 80px;
  line-height: 1.7;
}

.section2 {
  margin-bottom: 35px;
}

.section:last-child {
  margin-bottom: 40px;
}

#side .section {
  line-height: inherit;
}

/* ---- Section Head ---- */

.section-head {
}

.section-head .ttl {
  margin: 0;
  font-size: 1.05em;
}

.section-head .ttl .txt-sm {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  font-size: .65em;
  line-height: 1.2;
  vertical-align: middle;
}

.section-head.float-left {
  width: 12%;
}

.section-content.float-right {
  width: 88%;
}

/* ---- Section Main / SIde ---- */

.section-main,
.section-side {
}

.section-main {
  width: 770px;
}

.section-side {
  width: 290px;
}

.section-side.float-left {
  padding-left: 0;
}

.section-side .thumb img {
  width: 100%;
}

.section-side .section,
#side .section {
  margin-bottom: 20px;
}

/* ---- Section Half ---- */

.section-half {
  width: 50%;
}

.section-half .thumb img {
  width: 100%;
}

.section-half.float-left {
  padding-right: 30px;
}

.section-half.float-right {
  padding-left: 30px;
}

/* ---- Section Text ---- */

.section > p,
.section .inner > p,
.section .section-inner > p {
}

/* ---- Section Inner ---- */

.section-inner {
  margin: 0 50px;
}

.section-inner2 {
  margin: 0 20px;
}

.section-inner3 {
  margin: 0 0 10px 200px;
}

.section.line-top,
.section-inner.line-top,
.section-inner2.line-top {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 40px;
}

.section.line-top > .ttl:first-child,
.section-inner.line-top > .ttl:first-child,
.section-inner2.line-top > .ttl:first-child {
  margin-top: 0;
}


/*  Box Decoration
-------------------------- */

.line-frame {
  padding: 25px 28px;
  border: 1px solid #ccc;
  line-height: 1.6;
}

.line-top {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #333;
}

.line-top-style2 {
  border-top-color: #ccc;
}

.line-top-w2 {
  border-top-width: 2px;
}

.line-bottom {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #333;
}

.line-dot {
  border-top-style: dotted;
}

@keyframes opa0 {
  100% {
    opacity: 0;
  }
}

@keyframes opa1 {
  100% {
    opacity: 1;
  }
}

@keyframes bl1 {
  100% {
    filter: blur(0);
  }
}

@keyframes tra1 {
  100% {
    transform: translateX(0);
  }
}

@keyframes tra2 {
  100% {
    transform: translateY(0);
  }
}


/*  Breadcrumb
-------------------------- */

.breadcrumb {
  margin-bottom: 0;
  padding: 20px 0 15px;
  background: #fbfbfb;
  font-size: .85em;
  letter-spacing: 0;
}

.breadcrumb > li + li:before {
  content: ">";
}

.breadcrumb a {
  color: #16a6b6;
}


/*  Pagination
-------------------------- */

.pagination {
  display: block;
  margin: 40px 0 0;
  font-size: .95em;
  text-align: center;
}

.pagination div > * {
  transition: background .3s ease-in-out,color .3s ease-in-out;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 28px;
  height: 30px;
  margin: 0 2px 12px;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  color: #ccc;
  font-size: 1.1em;
  vertical-align: middle;
  line-height: 28px;
}

.pagination div > a {
  border-color: #16a6b6;
  color: #16a6b6;
}

.pagination a {
  text-decoration: none;
}

.pagination a:hover,
.pagination .current {
  border-color: #16a6b6;
  background-color: #16a6b6;
  color: #fff;
}

.pagination a:hover {
  border-color: #16a6b6;
  background-color: #16a6b6;
}

.pagination .icn-arw span {
}

.pagination .extend {
  min-width: 25px;
  padding: 0;
  border: none;
  letter-spacing: .1em;
  line-height: 2.5;
}


/*  Pager
-------------------------- */

.pager {
  margin: 70px 0;
  text-align: center;
}

.pager span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 48.5% !important;
}

.pager .btn {
  float: none !important;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  border-radius: 0;
}

.pager .btn a {
  display: block;
  width: 100%;
  padding: 22px;
}

.pager .btn a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

/* -- Previous -- */

.pager .previous {
  float: left;
}

/* -- Next -- */

.pager .next {
  float: right;
}


/*  Mail Form
-------------------------- */

.contact-section {
  margin-right: 170px;
  margin-left: 170px;
  padding: 60px;
}

.contact-section.line-frame {
  border-color: #eaeaea;
}

.contact-section .line-top {
  margin-top: 50px;
  padding-top: 50px;
}

.contact-section .ttl.ttl-style6 {
  margin-bottom: 20px;
}

.contact-section .ttl.ttl-style9 {
  margin-bottom: 5px;
}

/* ---- Form Mail ---- */

.form-mail {
  margin: 25px 0;
}

.form-mail .table,
.form-mail .table > tbody,
.form-mail .table > tbody > tr,
.form-mail .table > tbody > tr > th,
.form-mail .table > tbody > tr > td {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  border-width: 0 !important;
  background: none !important;
  padding: 0 !important;
}

.form-mail .table > tbody > tr > td {
  padding-top: 5px !important;
  padding-bottom: 15px !important;
  vertical-align: middle;
}

.form-mail .table > tbody > tr.table-line {
  padding-top: 30px !important;
}

.form-mail .form-control {
  width: 100%;
  min-width: 0;
  height: 40px;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border-width: 0;
  background-color: #f8f8f8;
  box-shadow: none;
}

.form-mail .field-w2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20%;
}

.form-mail .field-w2 + .field-w2 {
  margin-left: 10px;
}

.form-mail textarea.form-control {
  min-height: 250px;
  padding: 10px;
}

.form-mail textarea.form-control.field-w3 {
  min-height: 120px;
}

.form-mail .control-label {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.form-mail td .form-error {
  display: block;
  font-size: .88em;
  line-height: 1.6;
}

/* ---- Form Button ---- */

.form-btn {
  padding-top: 20px;
  text-align: center;
}

.form-btn form {
  display: block;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  padding: 0 8px 15px;
  vertical-align: middle;
}

.form-btn > input,
.form-btn .btn {
  min-width: 0;
  max-width: 310px;
}

.form-btn input,
.form-btn .btn {
  width: 100%;
  margin: 0 auto;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
}

.form-btn .btn {
  padding: 15px 20px;
}

/* ---- Message ---- */

.contact-message {
  margin-top: 30px;
}

.contact-message p {
  display: block;
  width: auto;
  padding: 15px 20px;
  font-weight: bold;
  text-align: left;
}

/* ---- Confirm ---- */

.contact-confirm {
  margin-top: 40px;
}

.contact-confirm .table > tbody > tr > th {
  background: #f8f8f8 !important;
  padding: 5px 20px !important;
}

.contact-confirm .table > tbody > tr > td {
  padding: 15px 20px 25px !important;
}

/* ---- Finish ---- */

.contact-finish {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-finish .form-btn {
  padding-top: 80px;
}



/*  Search Form
-------------------------- */

.search-form-wrap {
  position: relative;
  padding: 0 15px 15px;
  background: #f5f5f5;
  line-height: 0;
}

.search-form-wrap label {
  display: none;
}

.search-form {
  position: relative;
}

.search-form .search-input {
  transition: width .4s ease-in-out;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  padding-right: 40px;
  border: 1px solid #d2d2d2;
  box-shadow: none;
  background: #fff;
  color: #222;
  font-size: .82em;
  line-height: 24px;
}

.search-form .search-input:focus {
}

.search-form .search-btn {
  overflow: hidden;
  transition: background .4s ease-in-out,opacity .4s ease-in-out;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 38px;
  padding: 0;
  border-radius: 0 2px 2px 0 !important;
  border: none;
  background: url(/common/img/search-btn-submit.png) no-repeat center #fff;
  background-size: 16px;
  text-indent: 300px;
  line-height: 300px;
  white-space: nowrap;
  cursor: pointer;
}

.search-form .search-btn:hover,
.search-form .search-btn:focus {
  opacity: .7;
}


/*  Embed
-------------------------- */

.embed {
  margin-bottom: 40px;
  text-align: center;
}

.embed iframe {
  position: absolute !important;
  height: 100% !important;
  margin-right: auto;
  margin-left: auto;
}

.embed p {
  font-size: .98em;
  text-align: left; 
}

/* -- Embed Video -- */

.embed-video {
}

.embed-video iframe {
}

/* -- Embed Map -- */

.embed-map {
  border: 1px solid #ccc;
}

.embed-map iframe {
}

/* -- Embed Twitter -- */

.embed-tw {
  padding: 0 2px;
  background: #fff;
}

.embed-tw a {
  font-size: .85em;
}

.embed-tw iframe {
  max-width: 410px !important;
  height: 500px !important;
  max-height: 600px !important;
}

@media screen and (max-width: 992px) {

  .embed-tw {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }

   .embed-tw iframe {
     width: 100% !important;
   }
}

/*  SNS
-------------------------- */

.list-sns {
  margin-bottom: 30px;
}

.list-sns li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  margin-bottom: 10px;
}

.list-sns li {
  min-width: 70px;
  margin-right: 8px;
}

.list-sns .fb {
  overflow: hidden;
}

.list-sns .fb .fb_iframe_widget,
.list-sns .fb .fb_iframe_widget span {
  vertical-align: top !important;
}

.list-sns .gp {
  min-width: 40px;
}

.list-sns .hb {
  min-width: 110px;
}


/*  Mega Header 
-------------------------- */

.mega-header {
}

.mega-header .inner {
  padding: 45px 0 25px;
}

.mega-header h1 {
  font-size: 1em;
  margin: 0;
}

.mega-header h1 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.mega-header h1 .txt-lg {
  margin-bottom: 3px;
  padding-right: 15px;
  font-size: 1.7em;
}

.mega-header h1 .txt-sm {
  font-size: .8em;
}


/*  Detail
-------------------------- */

/* ---- Entry Body ---- */

.entry-body {
  line-height: 1.8;
}

/* ---- Entry Header ---- */

.entry-header {
}

/* ---- Entry Mata ---- */

.entry-meta {
}

/* ---- Entry Content ---- */

.entry-content {
  margin-top: 25px;
}

.entry-content p {
  margin-bottom: 20px;
}

.entry-content strong {
  font-weight: bold;
}

.entry-content del {
  text-decoration: line-through;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content a:hover,
.entry-content a:focus {
  text-decoration: none;
}

.entry-content a[target="_blank"] {
  padding-right: 25px;
  background: url(/common/img/icn-link.png) no-repeat right center;
}

/* ---- Column ---- */

.entry-body .column {
  overflow: hidden;
}

/* ---- List ---- */

.entry-body ul,
.entry-body ol {
  margin: 30px 0;
  padding-left: 2.5em;
}

.entry-body h2 + ul,
.entry-body h3 + ul,
.entry-body h4 + ul,
.entry-body h2 + ol,
.entry-body h3 + ol,
.entry-body h4 + ol {
  margin-top: 20px;
}

.entry-body ul > li,
.entry-body ol > li {
  margin-bottom: 8px;
}

.entry-body li > ul,
.entry-body li > ol {
  margin: 5px 0 10px;
  padding-top: 2px;
  padding-left: 1.5em;
}

/* -- List Dot -- */

.entry-body ul {
}

.entry-body ul > li {
  list-style-type: disc;
}

/* -- List Number -- */

.entry-body ol {
}

.entry-body ol > li {
  list-style-type: decimal;
}

/* -- List Other -- */

.entry-body .list {
  margin: 0;
  font-size: .95em;
}

.entry-body .list ul {
  margin: 0;
  padding-left: 1.5em;
}

.entry-body .list ul.pl-0 {
  padding-left: 0;
}

.entry-body .list ul > li {
  margin: 0;
  list-style-type: none;
}

/* ---- List Definition ---- */

.entry-body dl {
  margin: 20px 0;
}

.entry-body dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.entry-body dl .list-dot,
.entry-body dl .list-num {
  margin: 0;
}

/* -- Dl Other -- */

.entry-body .list-dl dl {
  margin: 0;
}

/* ---- Table ---- */

.entry-body table {
}

.entry-body table th {
}

.entry-body table td {
}

.entry-body table td p {
  margin: 0;
  padding-top: 20px;
}

.entry-body table td p:first-child {
  padding-top: 0;
}

.entry-body table ul,
.entry-body table ol {
  margin: 0;
}

.entry-body table ul {
  padding-left: 1.5em;
}

.entry-body table ul li {
  float: left;
  margin-right: 30px;
}

/* ---- List Row ---- */

.entry-body .list-row {
  margin-top: 40px;
  margin-bottom: 30px;
}

.entry-body .list-row ul {
  margin-left: -18px;
}

.entry-body .list-row li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 226px;
  margin-left: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}

.entry-body .list-row li img {
  margin-bottom: 12px;
}

.entry-body .list-row a {
  color: #111;
}

.entry-body .list-row a:hover,
.entry-body .list-row a:focus {
  text-decoration: none;
}

.entry-body .entry-content p.clearfix {
  height: 0;
}

/* ---- CMS ---- */

/* editor */
.entry-body p {
  margin: .5em 0;
}

.entry-body strong {
  font-weight: bold;
}

.entry-body em {
  font-style: italic;
}

.entry-body blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
 
/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}
 
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* ---- Entry Title ---- */

.entry-body h1 {
  clear: both;
  font-size: 1.6em;
  font-weight: bold;
}

.entry-body h2 {
  clear: both;
  margin: 15px 0;
  font-size: 1.4em;
  font-weight: bold;
}

.entry-body h3 {
  clear: both;
  margin: 10px 0 15px;
  font-size: 1.2em;
  font-weight: bold;
}

/* ---- Entry Link ---- */

.entry-body a {
  color: #16a6b6;
}

.entry-body a[target="_blank"] {
  position: relative;
  padding-right: 25px;
  /*color: #222;*/
}

.entry-body a[target="_blank"]:before,
.entry-body a[target="_blank"]:after {
  position: absolute;
  bottom: 2px;
  width: 11px;
  height: 8px;
  border: 1px solid #16a6b6;
  background: #fff;
  content: "";
}

.entry-body a[target="_blank"]:before {
  right: 8px;
  margin-bottom: 3px;
}

.entry-body a[target="_blank"]:after {
  right: 4px;
  margin-bottom: -1px;
}

/* ---- Entry Section ---- */

.entry-body .section {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #666;
  line-height: 1.8;
}

.entry-body .section .section-head {
  padding-bottom: 25px;
}

.entry-body .section .section-content p:first-child {
  margin-top: 0;
}

.entry-body .section .section-content > p.txt-en {
  padding-top: 15px;
}

.entry-body .section .section-content > p > img {
  margin-top: 10px;
  margin-right: 15px;
}

.entry-body .section .ttl-section2 {
  margin: 0;
  font-size: 1em;
}

/* ------ Outline ------ */

.entry-body .outline-section {
  padding-bottom: 5px;
}

/* ---- SNS ---- */

.entry-body .sns-list {
  height: 30px;
  margin-top: 0;
  margin-bottom: 5px;
}

.entry-body .sns-list ul {
  margin: 0;
  padding: 0;
}

/* ---- Entry Title ---- */

.entry-body .entry-title {
  float: left;
  width: 70%;
}

.entry-body .entry-title p {
  margin: 0;
}

/* -- Title -- */

.entry-body .ttl-entry {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 10px;
  font-size: 1.7em;
  line-height: 1.4;
}

/* ---- Entry Image ---- */

.entry-body .entry-img {
  float: right;
  width: 30%;
  padding-left: 20px;
  padding-bottom:20px;
  font-size: .88em;
  text-align: right;
  background: #fff;
}

.entry-body .entry-img a,
.entry-body .entry-img a[target="_blank"] {
  padding: 0;
  color: #16a6b6;
}

.entry-body .entry-img a:before,
.entry-body .entry-img a:after {
  display: none;
}

.entry-body .entry-img .img-thumb {
  margin: 0;
}

.entry-body .entry-img p {
  margin-top: 8px;
}

.entry-thumb p:first-child {
  margin-top: 0;
}

/* ---- Entry Contents ---- */

.entry-contents {
}

.entry-contents a,
.entry-contents a[target="_blank"] {
  padding-right: 15px;  
  background: none !important;
  color: #16a6b6;
}

.entry-contents a[target="_blank"]:before,
.entry-contents a[target="_blank"]:after {
  display: none;
}

/* -- Entry Cont -- */

.entry-body .entry-cont {
  margin-top: 30px;
  padding-top: 30px;
  border-top-style: dotted;
  border-top-color: #000;
}

/* -- Date -- */

.entry-body .txt-date {
}

.entry-body .txt-date .date-year,
.entry-body .txt-date .date-day,
.entry-body .txt-date .date-week {
  font-size: 1.2em;
  font-weight: bold;
}

.entry-body .txt-date .date-week {
  padding-right: 15px;
}

/* -- Hall -- */

.entry-body .txt-hall {
  margin-top: 20px;
}

/* -- Sub Catch -- */

.entry-contents .ttl-sub-catch {
  clear: none;
  margin: 0;
  font-size: 1em;
  line-height: 1.9;
}

/* ------ Ticket ------ */

.entry-body .ticket-section {
}

/* ------ Profile ------ */

.entry-body .profile-list {
  margin-top: 30px;
  padding-right: 100px;
  font-size: .9em;
}

.entry-body .profile-list > * {
  margin-left: -12px;
  margin-bottom: 0;
  padding: 0;
}

.entry-body .profile-list > * > * {
  padding-left: 12px;
}

.entry-body .profile-list .thumb .thumb-inner {
  display: block;
  overflow: hidden;
  height: 180px;
}

.entry-body .profile-list .thumb .thumb-inner img {
  width: 180px;
}

.entry-body .profile-list .btn.btn-sm {
  padding: 4px 8px;
  font-size: .9em;
}

/* ---- Summary ---- */

.summary {
  margin: 20px 0 40px;
  padding-left: 20px;
}

.summary > p,
.entry-cont,
.entry-cont-inner {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #888;
}

.entry-cont {
  border-top: 1px solid #ccc;
}

.summary > p:first-child,
.summary .ttl + p,
.entry-cont:first-child,
.ttl + .entry-cont,
.entry-cont-inner:first-child,
.summary .ttl + .entry-cont-inner {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.summary .ttl,
.summary .profile {
  margin-left: -20px;
}

/* -- Profile Detail -- */

.profile-detail {
  font-size: .98em;
  line-height: 1.9;
}

.profile-detail .ttl {
  font-size: 1.5em;
  text-align: left;
  font-weight: normal;
}

.profile-detail .img-thumb.float-left {
  margin: 0 30px 30px 0;
}

.profile-detail .img-thumb.float-right {
  margin: 0 0 30px 30px;
}

.profile-detail p {
  margin: 2em 0;
}

.profile-detail p:first-child,
.profile-detail .img-thumb + p {
  margin-top: 0;
}

/* -- Ticket -- */

.ticket {
  padding: 0 30px;
}

.ticket > p {
  margin: 10px 0;
}

.ticket-list.column > * {
  margin-left: -35px;
}

.ticket-list.column > * > * {
  padding-left: 35px;
}

.ticket .ticket-cont {
  width: 45%;
}

.ticket .ticket-cont dl {
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.4;
}

.ticket .ticket-cont dl dt,
.ticket .ticket-cont dl dd {
  display: inline;
}

.ticket .ticket-cont dl dt {
  font-weight: bold;
}

.ticket .ticket-cont dl dt:after {
  content: "：";
}

.ticket .ticket-btn {
  float: right;
  width: 54%;
  margin: 0;
  text-align: center;
}

.ticket .ticket-btn .btn {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.ticket .ticket-btn .txt-sm {
  font-size: .78em;
}

/* ---- Notice ---- */

.notice {
  display: table;
  width: 100%;
  margin: 20px 0;
  border: 1px solid #008ccf;
  font-size: .92em;
  letter-spacing: 0;
}

.notice .notice-head,
.notice .notice-content {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}

.notice .notice-head {
  width: 18%;
  background-color: #008ccf;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.notice .notice-content {
  width: 85%;
  line-height: 1.4;
  background: #fbfbfb;
}

.notice .notice-content p {
  margin: 0;
}

.notice .notice-content {
}

.notice .notice-content-inner {
  display: table;
  width: 100%;
}

.notice .notice-content .notice-left,
.notice .notice-content .notice-right {
  display: table-cell;
  vertical-align: middle;
}

.notice .notice-content .notice-left {
  border-right: 1px solid #ccc;
  padding-right: 5px;
}

.notice .notice-content .notice-right {
  width: 180px;
  padding-left: 15px;
}

.notice .notice-content .notice-btn {
  letter-spacing: -.02em;
}

.notice .notice-content .notice-btn a:hover {
  opacity: .6;
}

/* -- Notice Color Setting -- */

.notice-primary {
  border-color: #16a6b6;
}

.notice-primary .notice-head {
  background-color: #16a6b6;
}

.notice-primary-light {
  border-color: #2ea7e0;
}

.notice-primary-light .notice-head {
  background-color: #2ea7e0;
}

.notice-primary-light2 {
  border-color: #008ccf;
}

.notice-primary-light2 .notice-head {
  background-color: #008ccf;
}

.notice-primary-dark {
  border-color: #085dad;
}

.notice-primary-dark .notice-head {
  background-color: #085dad;
}

.notice-primary-dark2 {
  border-color: #003a8f;
}

.notice-primary-dark2 .notice-head {
  background-color: #003a8f;
}

.notice-accent {
  border-color: #ee6557;
}

.notice-accent .notice-head {
  background-color: #ee6557;
}

.notice-accent-light {
  border-color: #eb6d9a;
}

.notice-accent-light .notice-head {
  background-color: #eb6d9a;
}

.notice-accent-dark {
  border-color: #e74291;
}

.notice-accent-dark .notice-head {
  background-color: #e74291;
}

.notice-accent2 {
  border-color: #f08300;
}

.notice-accent2 .notice-head {
  background-color: #f08300;
}

.notice-sub {
  border-color: #64971c;
}

.notice-sub .notice-head {
  background-color: #64971c;
}

.notice-sub-dark {
  border-color: #00894f;
}

.notice-sub-dark .notice-head {
  background-color: #00894f;
}

/* ---- Discount List ---- */

.discount-list {
}

.discount-list dl dt {
  float: left;
  width: 65%;
  position: relative;
  padding-left: 70px;
  line-height: 1.5;
  font-weight: normal;
}

.discount-list dl dt img {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
}

.discount-list dl dt .ttl {
  font-size: 1em;
}

.discount-list dl dt .txt-sm {
  display: block;
  padding-top: 5px;
  padding-left: 13px;
  text-indent: -13px;
}

.discount-list dl dd {
  float: right;
  width: 30%;
}

/* ---- Ticket Other List ---- */

.ticket-other-list,
.entry-body .ticket-other-list {
  margin: 20px 0 0;
}

.ticket-other-list ul,
.entry-body .ticket-other-list ul,
.ticket-other-list ul > li {
  padding: 0;
}

.ticket-other-list ul > li {
  padding-top: 5px;
}

.ticket-other-list ul > li:first-child {
  padding-top: 0;
}

.ticket-other-list dl dt,
.ticket-other-list dl dd {
  padding: 0;
  vertical-align: top;
  line-height: 1.5;
}

.ticket-other-list dl dt {
  float: left;
  width: 300px;
  padding-right: 20px;
  font-weight: normal;
  white-space: normal;
}

.ticket-other-list dl dd {
  width: auto;
}


/*  Article Detail
-------------------------- */

.article-detail,
.article-detail .section {
  line-height: 2;
}

.article-detail p {
  margin: 2.2em 0;
}

.article-detail p:first-child {
  margin-top: 0;
}

.article-detail a {
  color: inherit;
}

/* ---- Title ---- */

.article-detail .entry-title {
  float: none;
  width: auto;
  margin: 0 0 2em;
  padding: 0;
  line-height: 1.5;
}

.article-detail .entry-title h1 {
  margin: 0;
  font-size: 1.9em;
}

/* ---- Section ---- */

.article-detail .section {
  margin-bottom: 35px;
  padding-bottom: 0;
  border: none;
}


/*  Concert Common Setting
-------------------------- */

/* -- Image -- */

/* ThumbNail Image */

.img-thumb img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.img-thumb a:hover {
  opacity: .8;
}

/* -- Text -- */

/* Sub Catch */

.ttl-sub-catch {
}

/* Child */

.txt-child {
}

.txt-child .tag {
  vertical-align: middle;
}

/* Asterisk */

.txt-asterisk {
  padding-left: 15px;
  text-indent: -15px;
}

.cell .txt-asterisk + .txt-asterisk {
  margin-top: 0;
}

.txt-asterisk.txt-small {
  padding-left: 12px;
  text-indent: -12px;
}

/* Date */

.txt-date {
}

/* Price */

.txt-price {
}

.txt-price strong {
  font-weight: normal;
}

.txt-price > span,
.txt-price > strong > span {
  display: block;
  padding-right: 10px;
}

.txt-price .txt-accent {
  padding-left: 5px;
  color: #e62020;
}

/* PDF */

.txt-pdf a,
.txt-pdf a[target="_blank"] {
  padding: 0 !important;
  background: none !important;
  color: #16a6b6;
}

.txt-pdf a:before,
.txt-pdf a:after,
.txt-pdf a[target="_blank"]:before,
.txt-pdf a[target="_blank"]:after {
  display: none;
}

/* -- Tag Info -- */

.tag-info {
  display: inline;
}

.tag-info ul {
  display: block;
  vertical-align: middle;
  margin-top: 15px;
}

.tag-info ul:first-child {
  margin-top: 0;
}

.tag-info li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 7px;
}

.tag-info li:first-child {
  padding-left: 0;
}

.tag-info a {
  text-decoration: underline;
}

.tag-info a:hover {
  text-decoration: none;
}

.tag-info .tag {
  margin-bottom: 0;
}

.tag-info .txt-info {
  padding: 0 2px;
  font-size: .82em;
}

.tag-info .txt-info img {
  margin-bottom: 3px;
  vertical-align: middle;
}

/* -- SNS -- */

.sns-list li {
  display: inline-block;
  *display: inline;/* IE7用 */
  *zoom: 1;/* IE7用 */
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.sns-list li {
  min-width: 70px;
  margin: 0 4px;
}

/* -- Notes -- */

.notes {
  margin: 30px 0;
  padding: 15px 20px;
  line-height: 1.85;
}

.notes .icn-arw:before,
.notes .icn-arw:after {
  top: 7px;
}

.notes2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 15px 0;
  padding: 5px 20px; 
}

.notes3 {
  margin: 30px 0;
  padding: 30px;
  line-height: 1.8;
}

/* -- Well -- */

.well {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* -- Alert -- */

.alert {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/*  Date Navi
-------------------------- */

/* ------ Date Navi ------ */

.datenav {
  margin-bottom: 10px;
}

.datenav > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.datenav > p {
  margin-top: 15px;
}

.datenav > p:first-child {
  margin-top: 0;
}

.datenav + .ttl {
  margin-top: 20px;
}

/* ------ Date Table ------ */

.date-table {
  margin-bottom: 60px;
  border-top: 1px solid #ccc;
}

.cell {
  display: table-cell;
  vertical-align: top;
}

.cell p {
}

/* ---- Date Cell ---- */

.date-cell {
  width: 100%;
  padding: 25px;
  border-top: 0 solid #666;
  border-bottom: 3px solid #666;
  line-height: 1.7;
  letter-spacing: .02em;
}

.date-cell:first-child {
  margin-top: 0;
}

.date-cell .entry-link {
  display: block;
  overflow: hidden;
  margin: -25px;
  padding: 25px;
}

.date-cell a.entry-link:hover {
  background-color: #e7f6f8;
  text-decoration: none;
}

.date-cell a.entry-link:hover .img-thumb {
  opacity: .7;
}

/* -- Date -- */

.cell-date {
  display: block;
  float: left;
  width: 26%;
}

.cell-date .date-year {
  display: block;
}

.cell-date .date-day {
  font-size: 1.08em;
  font-weight: bold;
}

.cell-date .date-week {
}

.cell-date .date-time {
  display: block;
  margin-top: 3px;
  font-weight: bold;
}

/* Sunday */
.week0 {
  color: #cc0000;
}

/* Saturday */
.week6 {
  color: #0066cc;
}

/* -- Hall -- */

.cell-date .txt-hall {
  margin-top: 6px;
  font-size: .88em;
}

/* ---- Date Contents ---- */

.cell-date-contents {
  display: block;
  float: right;
  width: 74%;
  padding-left: 30px;
  font-size: .95em;
}

/* ---- Date Cont ---- */

.cell-date-cont {
  padding-top: 20px;
}

.cell-date-cont:first-child,
.img-thumb + .cell-date-cont {
  padding-top: 0;
}

.cell-date-cont p {
  padding-top: 20px;
}

/* Image */

.cell .img-thumb {
  transition: opacity .4s ease-in-out;
  width: 100px;
  margin-left: 15px;
  margin-bottom: 15px;
}

/* Title */

.cell .ttl-entry {
  font-size: 1.15em;
  line-height: 1.5;
}

/*  カレンダー
-------------------------- */

.calendar-container {
  width: 100%;
}

/* ------ Date Navi ------ */

.calendar-container .datenav {
}

/* ---- Calendar Month ---- */

.calendar-month {
  padding-right: 15px;
}

.calendar-month > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

/* ---- This Month ---- */

.txt-month {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 5px 5px;
  font-weight: bold;
  letter-spacing: -.04em;
}

.txt-month span {
  font-size: 2.2em;
  padding: 0 3px;
}

/* -- Button -- */

.calendar-month .btn.arw {
  padding: 11px;
  vertical-align: -.2em;
}

.calendar-month .btn.arw:before,
.calendar-month .btn.arw:after {
  right: auto;
  left: 50%;
  margin-left: -6px;
  border-top-color: #fff !important;
  border-right-color: #fff !important;
}

.calendar-month .btn.arw.prev:before {
  margin-left: -4px;
  transform: rotate(225deg);
}

.calendar-month a.btn.arw:hover {
  border-color: #888;
  background-color: #888;
}

.calendar-month .btn.arw span {
  display: none;
}

/* ---- Select Month ---- */

.calendar-month #cal-nav-select {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 6px;
}

/* -- Select Input -- */

.select-input-inner,
.select-input select {
  width: 100%;
  height: 40px;
}

.select-input-inner {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 5px;
  background: #fff;
  vertical-align: bottom;
	
background-color:#F6F6F6;
color:#666;
border-radius: 4px;
font-weight: bold;
}


.select-input-inner:before {
  display: block;
  display: none\9;
  position: absolute;
  top: 50%;
  left: 90%;
  z-index: -1;
  height: 0;
  margin-top: -4px;
  border-width: 8px 5px;
  border-style: solid;
  border-top-color: #16a6b6;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: "";
}

.select-input-inner:after {
  display: none;
}

/* IE10用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-input-inner:before,
  .select-input-inner:after {
    display: none;
  }
}

.select-input select {
  padding: 5px 10px 5px 15px;
  padding: 0\9;
  border-radius: 0 !important;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
}

/* IE10用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-input select { 
    padding-left: 10px;
  }
}

/* ------ Tab Select ------ */

.calendar-container .tab-select li {
  width: auto !important;
}

/* ------ Date Table ------ */

.date-table.table-calendar {
  margin-bottom: 30px;
  padding-top: 40px;
}

/* -- Date -- */

.date-table.table-calendar .cell-date {
}

.date-table.table-calendar .cell-date .date-week {
}

/* -- Hall -- */

.date-table.table-calendar .cell-hall {
}

/* -- Cont -- */

.date-table.table-calendar .cell-cont {
}

/* -- Ticket -- */

.date-table.table-calendar .cell-ticket {
}


/*  Archive Navi
-------------------------- */

.archivenav {
  margin-bottom: 40px;
  padding: 15px 20px;
  background: #f8f8f8;
}

.archivenav .ttl {
  float: left;
  font-size: 1.25em;
  font-weight: normal;
}

.archivenav .archive-list {
  float: right;
  font-size: .98em;
}

.archivenav .archive-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.archivenav .archive-list li:before {
  margin-left: -2px;
  margin-right: 2px;
  content: "｜";
}

.archivenav .archive-list li:first-child:before {
  display: none;
}


/*  Entry List
-------------------------- */

.entry-list {
  margin-bottom: 60px;
}

.entry-list.column > * {
  margin-top: -40px;
  margin-left: -10px;
}

.entry-list.column > * > * {
  padding-top: 40px;
  padding-left: 10px;
}

/* ---- Entry ---- */

.entry {
  font-size: .9em;
  line-height: 1.55;
}

/* -- Link -- */

.entry a.entry-link:hover {
  text-decoration: none;
}

.entry .entry-link .img-thumb,
.entry .entry-link .txt-hall,
.entry .entry-link .txt-catch-top,
.entry .entry-link .ttl-entry,
.entry .entry-link .txt-catch-bottom {
  transition: opacity .4s ease-in-out,color .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out;
}

.entry a.entry-link:hover .txt-hall,
.entry a.entry-link:hover .txt-catch-top,
.entry a.entry-link:hover .ttl-entry,
.entry a.entry-link:hover .txt-catch-bottom {
  color: #16a6b6;
}

.entry a.entry-link:hover .img-thumb {
  opacity: .7;
}

/* -- Image -- */

.entry .entry-img {
  margin-bottom: 15px;
}

/* -- Contents -- */

.entry .entry-contents {
  margin-top: 0;
}

.entry .entry-contents > * {
  margin-top: 3px;
}

/* -- Title -- */

.entry .entry-title {
}

.entry .txt-catch-top,
.entry .txt-catch-bottom {
  font-size: .9em;
  line-height: 1.5;
}

.entry .txt-catch-top {
  margin-bottom: 4px;
}

.entry .txt-catch-bottom {
  margin-top: 4px;
}

/* -- Date -- */

.entry .txt-date {
  font-weight: bold;
}

.entry .txt-date span {
}

.entry .txt-date .date-year {
  font-size: 1.02em;
}

/* -- Hall -- */

.entry .txt-hall {
  display: block;
}

/* -- Price -- */

.entry .txt-price {
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.9;
}

.entry .txt-price,
.entry .txt-price .tag,
.entry .txt-price + *,
.entry .txt-tag + * {
  margin-top: 5px;
}


/*  Page Navi
-------------------------- */

.pagenav-wrap {
  position: relative;
  height: 110px;/* Menu Height */
}

.pagenav {
  position: absolute;
  top: 0;
  left: 0;
  transition: padding .4s ease;
  background: #fff;
  padding: 0;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
  letter-spacing: -.05em;
}

.pagenav ul {
  min-width: 0;
  margin: 0 auto !important;
  text-align: left;
}

.pagenav li {
  width: 18.2% !important;
  padding: 0 !important;
}

.pagenav li.li-last {
  width: 27% !important;
}

.pagenav a {
  display: block;
  width: 100%;
  padding: 10px 0 10px 20px;
  text-decoration: none !important;
  line-height: 1.3;
}

.pagenav a.icn-arw:before {
  transform: rotate(134deg);
  top: 13px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 0;
  border-width: 1px 1px 0 0;
  border-color: #16a6b6 #16a6b6 transparent transparent;
}

.pagenav a:after {
  display: none;
}

.pagenav a:hover {
  opacity: .7;
}

.pagenav .current a {
  color: #b50b0d;
}

.pagenav .current a.icn-arw:before {
  border-top-color: #b50b0d;
}

.pagenav-wrap + .section {
  padding-top: 50px !important;
}

.pagenav-wrap + .section > *:first-child,
.pagenav-wrap + .section .section-inner:first-child > *:first-child {
  margin-top: 0 !important;
}

/* -- 3 Column -- */

.pagenav.column3 {
  font-size: 1.15em;
}

.pagenav.column3 a {
  line-height: 1.8;
}

.pagenav.column3 a.icn-arw:before {
  bottom: -8px;
  border-width: 12px 7px;
}

/* -- Fixed Navi -- */

#fixednav .pagenav.scroll {
  animation: pnvfx 1s ease 0s 1 forwards;
  position: fixed;
  top: -60px;
  top: 79px\9;
  left: 0;
  z-index: 30;
  width: 100%;
  padding: 0 0 10px;
  box-shadow: 2px 2px 2px rgba(221,221,221,.8);
}

/* IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #fixednav .pagenav.scroll {
    top: -60px;
  }
}

@keyframes pnvfx {
  100% {
    top: 79px;
  }
}


#header.scroll.fixednav #gnav {
  box-shadow: none;
}

/* -- Index Navi -- */

#indexnav.pagenav-wrap a,
#indexnav.pagenav-wrap a:before  {
  transition: none;
}

#indexnav.pagenav-wrap a:hover {
  opacity: 1;
  color: #b50b0d;
}

#indexnav.pagenav-wrap a:hover:before {
  border-top-color: #b50b0d;
}

/* -- Icon -- */

.pagenav .icn-nav {
  position: relative;
  top: -5px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 42px;
  margin-left: -30px;
  margin-right: 10px;
  margin-bottom: -25px;
  text-align: center;
  vertical-align: middle;
}

.pagenav .icn-nav img {
  height: 84px;
}

.pagenav .current .icn-nav img {
  margin-top: -42px;
}

#indexnav .pagenav .icn-nav {
  top: auto;
  display: block;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4px;
}

#indexnav .pagenav .icn-nav img {
  height: 120px;
}

#indexnav .pagenav a:hover .icn-nav img {
  margin: -60px 0 0;
}

/* -- Page Navi Section -- */

.pagenav-section {
  margin-top: -190px !important;
  padding-top: 190px !important;
}


/*  Tab
-------------------------- */

.tab-wrap {
  margin-bottom: 60px;
  padding: 40px 50px 50px;
}

/* -- Select -- */

.tab-select {
  margin: 0 0 -1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: .98em;
  font-weight: bold;
  text-align: center;
}

.tab-select .tab-select-pc {
  display: block;
}

.tab-select .tab-select-sp {
  display: none;
}

.tab-select ul {
  display: block;
  letter-spacing: -.40em;
}

.tab-select li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  transition: border .3s ease-in-out,background .3s ease-in-out,opacity .3s ease-in-out;
  width: auto;
  padding: 0;
  letter-spacing: normal;
  vertical-align: middle;
}

.tab-select li:before,
.tab-select li:first-child:after {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  width: 1px;
  border-left: 1px solid #a6d5dc;
  content: "";
}

.tab-select li:first-child:after {
  left: 0;
}

.tab-select.tab-list2 li {
  width: 50%;
}

.tab-select.tab-list3 li {
  width: 33.333%;
}

.tab-select.tab-list4 li {
  width: 25%;
}

.tab-select.tab-list5 li {
  width: 20%;
}

.tab-select.tab-list6 li {
  width: 16.65%;
}

.tab-select.tab-list7 li {
  width: 14.2%;
}

.tab-select.tab-list8 li {
  width: 12.5%;
}

.tab-select span,
.tab-select a {
  display: block;
}

.tab-select a {
  text-decoration: none !important;
}

.tab-select .icn,
.tab-select span,
.tab-select a {
  transition: border .3s ease-in-out,background .3s ease-in-out;
  width: 100%;
  padding: 17px 36px 17px 20px;
  text-decoration: none !important;
}

.tab-select .icn-arw:before {
  top: 50%;
  left: auto;
  right: 15px;
  margin-top: -4px;
  border-width: 8px 5px;
  border-color: #16a6b6 transparent transparent transparent;
}

.tab-select .current {
  color: #ee6557;
}

.tab-select li:hover span,
.tab-select .current span {
}

.tab-select li:hover {
  opacity: .7;
  cursor: pointer;
}

.tab-select .current:hover {
  cursor: default;
}

.tab-select .current .icn-arw:before {
  border-top-color: #ee6557;
}

/* -- Contents -- */

.tab-content {
  background: #fff;
}

.tab-content.tab-hidden { 
  display: none;
}

.tab-content .tab-content-inner {
  padding-top: 20px;
}

/* -- Select Form -- */

.select-form {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 50px;
  background: #fff;
  vertical-align: bottom;
  color: #666;
}

.select-form.media-sp {
  display: none;
}

.select-form:before {
  display: block;
  display: none\9;
  transition: all .4s ease-in-out;
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: -1;
  height: 0;
  margin-top: -3px;
  border-width: 8px 5px;
  border-style: solid;
  border-top-color: #222;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: "";
}

.select-form:after {
  position: absolute;
  top: 15px;
  left: 38px;
  bottom: 15px;
  border-left: 1px solid #ccc;
  content: "";
}

/* IE10用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-form:before,
  .select-form:after {
    display: none;
  }
}

.select-form select {
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 55px;
  padding-left: 10px\9;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
  font-size: 13px;
  font-weight: normal;
}

/* IE10用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-form select { 
    padding-left: 10px;
  }
}


/*  Contact
-------------------------- */

.contact-area {
  text-align: center;
}

.contact-area .column-inner {
  padding: 0 !important;
}

.contact-area dt {
  display: block;
  font-size: 1.2em;
}

.contact-area dd {
  padding: 15px 20px;
  text-align: center;
}

/*  News List
-------------------------- */

.news-list {
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 30px;
  line-height: 1.6;
}

.tag.news {
  min-width: 102px;
  padding-right: 2px;
  padding-left: 2px;
  border: 1px solid #e4e4e4;
  background: #fff;
  color: #222;
  font-size: .9em;
}

.tag.news.category1 {
	color:#ee6557;
	border:solid 1px #ee6557;
}

.tag.news.category2 {
	color:#16a6b6;
	border:solid 1px #16a6b6;
}

.tag.news.category3 {
	color:#9b59b6;
	border:solid 1px #9b59b6;
}

.tag.news.category4 {
	color:#3498db;
	border:solid 1px #3498db;
}

.tag.news.category5 {
	color:#e67e22;
	border:solid 1px #e67e22;
}

.tag.news.category6 {
	color:#999;
	border:solid 1px #999;
}

}
.news-list ul {
  margin-bottom: -1px;
}

.news-list li {
  overflow: hidden;
}

.news-list.line-list li {
  padding-top: 18px;
}

.news-list li dt {
  float: left;
  width: 210px;
  padding-right: 10px;
  font-size: .92em;
}

.news-list li dt .date-day {
  margin-right: 12px;
}

.news-list li dd {
  padding-left: 200px;
}

.news-list a {
}

.news-list a:hover {
  color: #16a6b6;
}

/*  News Detail
-------------------------- */

.entry-news {
  margin-bottom: 70px;
}

.entry-news .entry-title,
.entry-news .entry-img,
.entry-news .entry-contents {
  display: block;
  float: none;
  width: auto;
}

.entry-news .entry-title {
  margin-bottom: 80px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.entry-news .entry-title .txt-date {
}

.entry-news .entry-title .txt-date .date-year,
.entry-news .entry-title .txt-date .date-day,
.entry-news .entry-title .txt-date .date-week {
  font-size: .95em;
  font-weight: normal;
}

.entry-news .entry-title .txt-date .date-day {
  margin-right: 12px;
}

.entry-news .entry-title .txt-date .tag {
  margin-bottom: 0;
  font-size: .8em;
}

.entry-news .entry-title .ttl {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.7;
}

.entry-news .entry-img {
  margin: 0 0 80px;
  padding: 0;
  text-align: center;
}

.entry-news .entry-contents {
  line-height: 2.4;
}

.entry-news .entry-contents > p {
  margin-top: 25px;
}


/*  Topics List
-------------------------- */

.topics-list {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 1.6;
}

.topics-list a:hover {
  color: #26ae90;
}

.topics-list .slick-slider {
}

.topics-list .topics-list-inner {
  margin-left: -20px;
  text-align: center;
}

.topics-list .slick-list {
  margin-bottom: 30px;
}

.topics-list .slide {
  opacity: 0;
  float: left;
  width: 50%;
  height: 0;
  padding-left: 20px;
  text-align: left;
}

.topics-list .slide:first-child,
.topics-list .slide:first-child + .slide,
.topics-list .slick-slider .slide {
  opacity: 1;
  height: auto;
}

.topics-list .slide a {
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
  background: #fafafa;
  text-decoration: none;
}

.topics-list .thumb {
  background: #fff;
}

.topics-list .thumb-inner {
  transition: opacity .4s ease-in-out,color .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out;
}

.topics-list a:hover .thumb-inner {
  opacity: .7;
}

.topics-list .thumb img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.topics-list .topics-contents {
  display: table;
  height: 23%;
  font-size: .95em;
}

.topics-list .topics-cate,
.topics-list .topics-cont {
  display: table-cell;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  padding: 18px 15px;
  vertical-align: middle;
}

.topics-list .topics-cate,
.topics-list .topics-cate:before {
  width: 15%;
}

.topics-list .topics-cate {
  color: #fff;
  font-size: .95em;
  text-align: center;
  letter-spacing: .08em;
}

.topics-list .topics-cate:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #16a6b6;
  content: "";
}

.topics-list .topics-cate.category1:before {
  background-color: #ee6557;
}

.topics-list .topics-cate.category2:before {
  background-color: #26ae90;
}

.topics-list .topics-cont {
  width: 80%;
  padding-right: 20px;
  padding-left: 20px;
}

.topics-list .topics-cont .txt-date,
.topics-list .topics-cont .ttl {
  display: inline;
  font-weight: normal;
}

.topics-list .topics-cont .txt-date {
  color: #ee6557;
  letter-spacing: .08em;
}

.topics-list .topics-cont .ttl {
  padding-left: 8px;
}

/* ---- Dots ---- */

.topics-list .slick-dots {
  display: inline-block !important;
  *display: inline !important;
  *zoom: 1 !important;
  position: inherit;
  bottom: auto;
  width: auto !important;
  margin: 0 22px;
  padding: 0;
  vertical-align: middle;
}

.topics-list .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  vertical-align: middle;
}

.topics-list .slick-dots li button {
  width: auto;
  height: auto;
}

.topics-list .slick-dots li button:before {
  transition: opacity .4s ease-in-out,background .4s ease-in-out;
  opacity: 1;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #ccc;
  content: "";
}

.topics-list .slick-dots li.slick-active button:before {
  background: #ee6557;
}

.topics-list .slick-dots li button:hover:before,
.topics-list .slick-dots li button:focus:before {
  opacity: .6;
}

/* ---- Prev,Next ---- */

.topics-list .slick-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: inherit;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  transition: opacity .4s ease-in-out;
  z-index: 10;
  transform: none;
  width: 50px;
  height: 30px;
  margin: 0;
  background: #666;
  border: 1px solid #e4e4e4;
  vertical-align: middle;
}

.topics-list .slick-arrow:first-child,
.topics-list .slick-list + .slick-next,
.topics-list .slick-next + .slick-dots {
  opacity: 0;
}

.topics-list .slick-arrow.slick-disabled {
  background-color: #ccc;
}

.topics-list .slick-prev {
}

.topics-list .slick-next {
}

.topics-list .slick-arrow:before {
  transform: rotate(45deg);
  opacity: 1 !important;
  transition: border-color .4s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -5px;
  width: 7px;
  height: 7px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #fff;
  background: none !important;
  content: "";
}

.topics-list .slick-prev:before {
  margin-left: -2px;
}

.topics-list .slick-next:before {
  border-width: 1px 1px 0 0;
}

.topics-list .slick-arrow:hover {
  opacity: .8;
}

.topics-list .slick-next:hover:before {
}


/*  Banner List
-------------------------- */

.bnr-list,
.bnr-list.column {
  margin: 70px 0 0;
  text-align: center;
}

.bnr-list > ul,
.bnr-list.column > ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
}

.bnr-list > ul > li,
.bnr-list.column > * > * {
  width: auto;
  max-width: 25%;
  padding: 10px;
}

.bnr-list > ul > li > a {
  overflow: hidden;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  height: 100%;
  font-weight: normal;
}

.bnr-list > ul > li > a:hover {
  opacity: .7;
}


/*  Index Navi Section
-------------------------- */

.indexnav-section {
}

.indexnav-list.column {
  overflow: hidden;
}

.indexnav-list.column > ul {
  margin-top: -70px;
  margin-left: -15px;
}

.indexnav-list.column > ul > li {
  padding-top: 70px;
  padding-left: 15px;
}

.indexnav-list.column a:hover {
  color: #16a6b6;
  text-decoration: none;
}

.ttl-menu {
  position: relative;
  margin: -30px 20% 0;
  padding: 18px 10px;
  background: #fff;
  font-size: .92em;
  font-weight: normal;
  text-align: center;
}

.ttl-menu:after {
  display: block;
  position: absolute;
  right: 41%;
  left: 41%;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #16a6b6;
  transition: all .4s ease;
  content: "";
}

a:hover .ttl-menu:after {
  right: 0;
  left: 0;
}

.ttl-menu.icn-arw3:before {
  top: 50%;
  right: 35px;
  left: auto;
  width: 15px;
  height: 15px;
  margin-top: -6px;
}


/*  Side Calendar
-------------------------- */

.side-calendar {
}

/* -- Select -- */

.side-calendar .select-input {
  float: left;
}

/* ---- Calendar Content Wrap -- */

.side-calendar .cal-content-wrap {
  position: relative;
  padding: 15px;
  background: #f5f5f5;
  font-size: .85em;
  text-align: center;
}

/* ---- Calendar Content -- */

.side-calendar .cal-content {
  line-height: 1.5;
}

.side-calendar .cal-list {
  margin: -1px auto;
  background: #fff;
  letter-spacing: -.40em;
}

.side-calendar .cal-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 14.2%;
  padding: 9px 0;
  text-align: center;
  letter-spacing: normal;
}

.side-calendar .cal-cell a {
  display: block;
  outline: none;
}

.side-calendar .cal-cell a:hover {
  text-decoration: underline;
}

/* -- Calendar Month -- */

.side-calendar .cal-month {
  padding: 7px;
  background: #16a6b6;
  color: #fff;
  font-size: 1.3em;
}

.side-calendar .slick-arrow,
.side-calendar .arrow {
  position: absolute;
  top: 34px;
  z-index: 20;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
}

.side-calendar .slick-prev,
.side-calendar .prev {
 left: 15%;
}

.side-calendar .slick-next,
.side-calendar .next {
 right: 12%;
}

.side-calendar .slick-arrow:before,
.side-calendar .arrow:before {
  transform: rotate(45deg);
  opacity: 1 !important;
  transition: border-color .4s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #fff;
  background: none !important;
  content: "";
}

.side-calendar .slick-prev:before,
.side-calendar .prev:before {
  margin-left: -10px;
}

.side-calendar .slick-next:before,
.side-calendar .next:before {
  border-width: 2px 2px 0 0;
}

.side-calendar .slick-arrow:hover,
.side-calendar .arrow:hover {
  opacity: .8;
}

.side-calendar .slick-next:hover:before,
.side-calendar .next:hover:before {
}

/* -- Calendar Week -- */

.side-calendar .cal-week {
  padding: 8px 0;
  background: none;
  color: #16a6b6;
  font-size: .9em;
  font-weight: bold;
}

/* -- Calendar Link -- */

.side-calendar .cal-cell a {
  margin: -9px 0;
  padding: 9px 0;
  background: #e9f4f5;
  font-weight: bold;
  text-decoration: none;
}

.side-calendar .cal-cell a:hover {
  text-decoration: underline;
}

.side-calendar .cal-cell:before {
  transition: opacity .4s ease-in-out;
  display: none\9;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-radius: 13px;
  border-width: 8px 6px;
  border-color: #17a6b6 transparent transparent transparent;
  border-style: solid;
  background: none !important;
  content: "";
}

/* IE9 */
.side-calendar .cal-cell:not(:target):before {
  display: block \9;
}

.side-calendar .cal-cell.active:before {
  display: block\9;
  opacity: 1;
}

.side-calendar .cal-light-blue {
  color: #16a5b3;
}

.side-calendar .cal-light-blue.active,
.side-calendar .cal-light-blue.active a,
.side-calendar .cal-light-blue.active a:hover {
  background-color: #17a6b6;
  color: #fff;
}

/* -- Calendar Detail -- */

.side-calendar .cal-detail-on {
  display: block;
  height: 100% !important;
  padding: 7px 0;
  background: #fff;
  clear: both;
}

.side-calendar .cal-detail-on dl {
  margin: 5px 0px;
}

.side-calendar .cal-detail-on dt {
  font-weight: bold;
  float: left;
  clear: both;
}

.side-calendar .cal-detail-on dd {
  padding-left: 3em;
}

.side-calendar .cal-detail-off {
  display: block;
  overflow: hidden;
  height: 0 !important;
  opacity: 0;
}

.side-calendar .cal-perform {
  transition: opacity .4s ease-in-out;
  opacity: 0;
  padding: 13px;
  border: 1px solid #bcdfe3;
  text-align: left;
  line-height: 1.65;
}

.side-calendar .cal-perform strong {
  font-weight: bold;
}

.side-calendar .cal-perform a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.side-calendar .cal-perform a:hover {
  color: #16a6b6;
  text-decoration: none;
}

.side-calendar .cal-detail-on .cal-perform {
  opacity: 1;
}

.side-calendar .cal-info-list {
  padding: 0 5px;
}

.side-calendar .cal-info-list li {
  padding-bottom: 10px;
  font-size: 88em;
}

.side-calendar .cal-info-list dt {
  display: block;
  float: none;
  padding-bottom: 6px;
  font-weight: normal;
}

.side-calendar .txt-hall {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
  padding: 1px 5px;
  color: #fff;
  font-size: 9em;
  text-align: center;
  line-height: 1.4em;
}

.side-calendar .txt-hall {
  font-size: 9em !important;
}

.side-calendar .txt-hall.big {
  background: #0087ac;
}

.side-calendar .txt-hall.small {
  background: #bca050;
}

.side-calendar .txt-hall.other {
  background: #666;
}

.side-calendar .cal-info-list dd {
  margin: 0;
  padding: 0;
  font-size: 95em;
  font-weight: bold;
}


/*  Side Navi
-------------------------- */

.sidenav-section,
#side .sidenav-section {
  margin: 0;
}

.sidenav-list {
  overflow: hidden;
  font-size: .9em;
}

.sidenav-list.list-line > ul {
  margin-bottom: -1px;
}

.sidenav-list.list-line > ul > li {
  padding: 0;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}

.sidenav-list.list-line li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sidenav-list.list-line > ul > li > a,
.sidenav-list.list-line .acc-head {
  transition: opacity .4s ease-in-out;
  padding-top: 12px;
  padding-left: 25px;  
  padding-bottom: 12px;
  text-indent: -15px;
  text-decoration: none;
}

.sidenav-list.list-line > ul > li > a:before,
.sidenav-list.list-line .acc-head:before {
  content: "・";
}

.sidenav-list.list-line a:hover,
.sidenav-list.list-line .acc-head:hover {
  opacity: .4;
  text-decoration: none;
}

.sidenav-list ul ul {
  padding-left: 35px;
  padding-bottom: 10px;
}

.sidenav-list .acc {
  margin: 0;
}

.sidenav-list .acc-head {
}

.sidenav-list .acc-cont {
  padding-bottom: 15px;
}

/*  Side Thumb
-------------------------- */

.side-thumb {
  margin-top: 20px;
  padding: 20px;
  font-size: .95em;
  line-height: 1.6;
  text-align: center;
}

.side-thumb a {
  display: block;
}

.side-thumb a:hover {
  opacity: .7;
  text-decoration: none;
}

.side-thumb .img-thumb {
  overflow: hidden;
  max-width: 150px;
  margin: 0 auto 15px;
  border: 1px solid #ccc;
}

.side-thumb .txt-thumb {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: left;
}

.side-thumb + .side-thumb {
  padding-top: 10px;
}



/* =============================================================

　　Plugins Setting

============================================================= */


/*  Accordion
-------------------------- */

.acc,
.acc-list {
  position: relative;
}

.acc {
  margin: 20px 0;
}

.acc-list {
  margin: 0;
}

.acc-list .acc {
  margin-bottom: 20px;
}

.acc-head {
  position: relative;
  cursor: pointer;
}

.acc-head span {
  display: block;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.acc-cont {
  display: block;
  padding: 0;
}

.acc-list .acc-cont {
  display: none;
}

.acc-cont-inner {
  padding: 30px 20px;
}

.acc-list .acc-cont-inner {
  padding: 35px 20px 0;
  border: 1px solid #16a6b6;
  border-top-width: 0;
}

.acc-list .acc-cont-inner > .ttl:first-child {
  margin-top: 0;
}

/* -- Icon Acc -- */

.icn-acc {
  position: relative;
}

.icn-acc:before,
.icn-acc:after {
  display: block;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out,background-image .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
  position: absolute;
  top: 50%;
  right: 43px;
  left: auto;
  bottom: auto;
  z-index: 12;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #16a6b6;
  content: "";
}

.icn-acc:after {
  width: 2px;
  height: 12px;
  margin-top: -6px;
  margin-right: 5px;
}

.icn-acc > *:before {
  display: block;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out,background-image .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
  position: absolute;
  top: 50%;
  right: 28px;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 100%;
  background: #fff;
  content: "";
}

 .icn-acc > .btn-frame:before {
  border: 2px solid #16a6b6;
}

.gt768 .icn-acc:hover:before {
  opacity: .7;
}

/* Active */
.icn-acc.active:before,
.icn-acc.active:after {
  background: #16a6b6;
}

.icn-acc.active:after {
  display: none\9;
  opacity: 0;
}


/*  Mobile Accordion
-------------------------- */

#container.gt768 .acc-sp .acc-cont {
  display: block !important;
}


/*  Modal
---------------------.profile-detail p----- */

/* -- Modal Sction -- */

.modal-section,
.modal-section:first-child,
.modal-section:last-child {
  margin: 0;
}

/* -- JS Setting -- */

.mfp-fade.mfp-bg.mfp-ready {
  background: #fff;
  opacity: .95;
}

.mfp-wrap {
  text-align: center;
}

.mfp-container {
  position: relative;
  padding-right: 10%;
  padding-left: 10%;
}

.mfp-container a,
.mfp-container img {
}

.mfp-content {
  position: relative;
}

/* -- Arrow -- */

.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
  transition: all .4s linear;
}

.mfp-fade.mfp-wrap .mfp-arrow {
  opacity: 0;
  transition: all .4s linear;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
  transition: all .4s linear;
}

.mfp-arrow {
  top: 50% !important;
  width: 50px;
  height: 95px;
  margin-top: -30px !important;
  filter: none !important;
}

.mfp-arrow:before {
  transition: opacity .4s ease-in-out;
  top: 0 !important;
  width: 20px;
  height: 20px;
  margin-top: 35px !important;
  margin-right: 0;
  margin-left: 0;
  border: 3px solid #222;
}

.mfp-arrow:hover:before {
  opacity: 1;
}

.mfp-arrow:after {
  display: none;
}

.mfp-arrow-right {
  right: 2.5%;
}

.mfp-arrow-right:before{
  transform: rotate(45deg);
  margin-left: 10px;
  border-left: none;
  border-bottom: none;
}

.mfp-arrow-left {
  left: 2.5%;
}

.mfp-arrow-left:before {
  transform: rotate(-45deg);
  margin-left: 16px;  
  border-right: none;
  border-bottom: none;
}

/* -- Close -- */

.mfp-content .mfp-close {
  transition: opacity .4s ease-in-out;
  opacity: .7;
  overflow: hidden;
  position: absolute;
  top: 35px;
  right: 35px;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #222;
  text-indent: 100px;
  line-height: 100px;
  font-size: 0 !important;
  font-family: "游明朝", "YuMincho","ヒラギノ明朝 ProN W3", "HiraMinProN-W3","メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: normal;
}

.mfp-content .mfp-close:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icn-close.png) no-repeat center;
  background-size: 100%;
  content: "";
}

.mfp-content .mfp-close:hover {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  padding: 70px 35px 35px;
  border: 1px solid #d2d2d2;
  background: #fff !important;
}

.mfp-figure:after {
  background: none;
  box-shadow: none;
}

/* -- Image -- */

img.mfp-img {
  transition: all .4s ease-in-out;
  padding: 0;
  vertical-align: top;
}

/* -- Bottom Bar -- */

.mfp-bottom-bar {
  margin-top: -30px;
}

.mfp-title {
  padding: 0;
  color: #000;
}

.mfp-counter {
  display: none;
}

