@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Noto+Serif+JP:300,400,500,600,700&subset=japanese");
/*
$ttlFont: "Noto Serif Japanese";
*/
/*light*/
/*regular*/
/*medium*/
/*semi-bold*/
/*bold*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

section {
  text-align: left;
  white-space: normal; /* テキストが改行されるようにする */
}

/****  lsf  ****/
@font-face {
  font-family: "LigatureSymbols";
  src: url("fonts/LigatureSymbols-2.11.eot");
  src: url("fonts/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"), url("fonts/LigatureSymbols-2.11.woff") format("woff"), url("fonts/LigatureSymbols-2.11.ttf") format("truetype"), url("fonts/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%;
}

/*
@mixin fontsize($size: 24, $base: 16) {
  font-size: $size + px;
  font-size: ($size / $base) * 1rem;
}
*/
/* 汎用クラス */
.opacity {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.box_size {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 1.8em;
  text-align: justify;
  overflow-y: scroll;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

hr {
  border: none;
  border-top: solid 1px #999;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  hr {
    margin-bottom: 20px;
    width: 90%;
  }
}

@media screen and (min-width: 700px) {
  .br-sp {
    display: none;
  }
}
.attention {
  color: #ba061e !important;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #333;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
a:active {
  color: #333;
}
a:focus {
  outline: none !important;
}
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
@media screen and (max-width: 700px) {
  a:hover {
    color: #333;
  }
  a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media screen and (max-width: 800px) {
  .displayPC {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .displayPC {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .displayPCTAB {
    display: none;
  }
}

.displaySP {
  display: none;
}
@media screen and (max-width: 800px) {
  .displaySP {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .displaySP {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .brPC {
    display: none;
  }
}

.brSP {
  display: none;
}
@media screen and (max-width: 700px) {
  .brSP {
    display: block;
  }
}

#btnPagetop {
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: 25px;
  z-index: 100;
  width: 50px;
  height: 50px;
}
#btnPagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: #666;
}
#btnPagetop a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -3px;
  margin-left: -7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#btnPagetop a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.linkArrow {
  display: inline-block;
}

.linkArrow a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  margin: 0 0 0 0.5em;
  font-size: 17px;
  text-decoration: underline;
}

.linkArrow a:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #5eae91;
}

.linkArrow a:before, .linkArrow a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}

/*----------------------------------------------------
  Background共通
----------------------------------------------------*/
.slidegray {
  background: #ffffff url(../images/top/back.png?20251019) repeat 0% 0%;
  overflow: hidden;
  margin-top: 100px;
  padding-bottom: 0px;
}
@media screen and (max-width: 1000px) {
  .slidegray {
    margin-top: 100px;
  }
}
@media screen and (max-width: 800px) {
  .slidegray {
    margin-top: 80px;
  }
}
@media screen and (max-width: 700px) {
  .slidegray {
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .slidegray {
  margin-top: -10px;
}

@media screen and (max-width: 700px) {
  _:-ms-lang(x)::-ms-backdrop, .slidegray {
    padding-top: 20px;
  }
}
.gray {
  background-color: #F3EEEB;
  overflow: hidden;
}

.point1color {
  padding-bottom: 40px;
  background-color: #5eae91;
  overflow: hidden;
}

.subcolor {
  padding-bottom: 40px;
  background-color: #f3e3fa;
  overflow: hidden;
}

/*----------------------------------------------------
  パンくず
----------------------------------------------------*/
.pankuz {
  width: 1200px;
  margin: 15px auto 60px;
  padding: 0;
  font-size: 14px;
  list-style: none;
}
@media screen and (max-width: 1300px) {
  .pankuz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .pankuz {
    display: none;
  }
}
.pankuz li {
  display: inline-block;
}
.pankuz li:last-child {
  padding-left: 5px;
}
.pankuz li a {
  padding: 0 5px;
}
.pankuz li:first-child a {
  padding-left: 0;
}

/*----------------------------------------------------
  枠・見出し共通
----------------------------------------------------*/
.container {
  width: 1200px;
  margin: 0 auto 60px;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .container {
    width: 96%;
  }
}
@media screen and (max-width: 700px) {
  .container {
    margin: 90px auto 60px;
  }
}

h1.title {
  background-color: #D5C8BB;
  color: #333;
  padding: 20px 50px 20px 30px;
  margin-bottom: 40px;
  /* color: $colorwhite; */
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1000px) {
  h1.title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  h1.title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  h1.title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  h1.title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 700px) {
  h1.title {
    padding: 15px 30px 15px 20px;
    margin-bottom: 20px;
    margin-top: 1em;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 700px) and (max-width: 1000px) {
  h1.title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 700px) and (max-width: 1000px) {
  h1.title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
h2.title {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  h2.title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  h2.title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  h2.title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 700px) {
  h2.title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 700px) and (max-width: 1000px) {
  h2.title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

h3.title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  padding: 8px 20px 8px 30px;
  background: #F3EEEB;
  color: #333;
}
@media screen and (max-width: 1000px) {
  h3.title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 700px) {
  h3.title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  h3.title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  h3.title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 700px) {
  h3.title {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 20px 8px 20px;
  }
}
@media screen and (max-width: 700px) and (max-width: 1000px) {
  h3.title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

p.txt {
  margin-bottom: 40px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 700px) {
  p.txt {
    width: 96%;
    margin: 0 auto 40px;
    letter-spacing: -0.02em;
    font-weight: 400;
  }
}

p.txtL {
  margin-bottom: 40px;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  p.txtL {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 700px) {
  p.txtL {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 700px) {
  p.txtL {
    width: 96%;
    margin: 0 auto 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 700px) and (max-width: 1000px) {
  p.txtL {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

p.memo {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 140%;
}
@media screen and (max-width: 1000px) {
  p.memo {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.readtxt {
  color: #bb884f;
  font-weight: 500;
  font-size: 110%;
}

.fontL {
  font-size: 120% !important;
  line-height: 170%;
  font-weight: 500;
}

.fontLL {
  font-size: 150% !important;
  line-height: 170%;
  font-weight: 500;
  color: #bb884f;
}

.fonts {
  font-size: 88%;
  line-height: 170%;
  font-weight: 300;
}

.fontss {
  font-size: 70%;
}

.d-block {
  display: block;
}

/*----------------------------------------------------
  リスト
----------------------------------------------------*/
ul.disc {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 40px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
ul.disc.mb0 {
  margin-bottom: 5px;
}

ul.disc li {
  margin-bottom: 2px;
}

/* 丸数字リスト */
ol {
  counter-reset: my-counter;
  list-style: decimal;
  margin-left: 28px;
  margin-bottom: 40px;
  padding: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

ol li {
  margin-bottom: 10px;
  padding-left: 2px;
  position: relative;
}

@media (max-width: 1200px) {
  ul.disc {
    margin-left: 22px;
  }
  ol {
    margin-left: 22px;
    margin-right: 3.5%;
  }
}
@media (max-width: 700px) {
  ul.disc {
    margin-bottom: 30px;
    width: 90%;
  }
  ul.disc li {
    margin-bottom: 2px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  ol {
    margin-bottom: 30px;
    padding-left: 2px;
  }
  ol li {
    margin-bottom: 3px;
    padding-left: 8px;
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
  }
  ol li:before {
    line-height: 13px;
    margin-top: 5px;
    margin-left: -21px;
    font-size: 10px;
    font-size: 1rem;
    height: 14px;
    width: 14px;
  }
}
/*----------------------------------------------------
  表
----------------------------------------------------*/
table.tbl {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 50px;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

.tbl tr {
  margin: 0;
  padding: 0;
  border: 0;
}

.tbl td, .tbl th {
  margin: 0;
  padding: 10px 15px;
  border: 1px #bbb solid;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
}

.tbl th {
  min-width: 150px;
  width: 19%;
  font-weight: normal;
  background: #f4f4f4;
  vertical-align: top;
}

table.tbl ul {
  margin-bottom: 10px;
}

/*チケットプレゼント用*/
table.tbl.present {
  table-layout: auto;
  width: 100%;
  margin-bottom: 2em;
}
table.tbl.present td, table.tbl.present th {
  text-align: center;
  vertical-align: middle;
  padding: 4px 0.5em;
  min-width: 130px;
  width: auto;
}
table.tbl.present td {
  font-size: 90%;
  line-height: 140%;
}
table.tbl.present td a {
  text-decoration: underline;
  /*      position: relative;
        display: inline-block;
        padding: 0 0 0 16px;
        color: #000;
        vertical-align: middle;
        font-size: 15px;
        &::before,
        &::after{
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          content: "";
          vertical-align: middle;
        }
        &::before{
          left: 2px;
          box-sizing: border-box;
          width: 5px;
          height: 5px;
          border: 5px solid transparent;
          border-left: 8px solid #555;
        }
   */
}
table.tbl.present td:nth-child(1) {
  width: 13%;
  text-align: left;
}
table.tbl.present td:nth-child(2) {
  width: 36%;
  text-align: left;
}
table.tbl.present td:nth-child(3) {
  width: 16%;
  text-align: left;
}
table.tbl.present td:nth-child(4) {
  width: 20%;
  text-align: left;
}
table.tbl.present td:nth-child(5) {
  width: 15%;
  text-align: left;
}
table.tbl.present .none {
  display: none;
}

/*
@media (max-width: 1220px) {
	table.tbl{
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
}
*/
@media (max-width: 790px) {
  table.tbl {
    table-layout: fixed;
    word-break: break-word;
    padding: 0;
    border-collapse: collapse;
    border-bottom: 1px #808080 solid;
  }
  table.tbl th,
  table.tbl td {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
  /*チケットプレゼント用*/
  table.tbl.present {
    width: 800px;
    table-layout: fixed;
    word-break: normal;
    padding: 0;
    border-collapse: collapse;
    border-bottom: 1px #808080 solid;
  }
  table.tbl.present th, table.tbl.present td {
    display: table-cell;
    width: auto;
    font-size: 80% !important;
  }
  table.tbl.present th:nth-child(1) {
    width: 7%;
    min-width: 55px;
    letter-spacing: -2px;
    padding: 4px 0;
  }
  table.tbl.present td:nth-child(1) {
    width: 7%;
    text-align: center;
  }
  table.tbl.present td:nth-child(2) {
    width: 40%;
    text-align: left;
  }
  table.tbl.present td:nth-child(3) {
    width: 20%;
    text-align: left;
  }
  table.tbl.present td:nth-child(4) {
    width: 23%;
  }
  table.tbl.present td:nth-child(5) {
    width: 10%;
  }
  .js-scrollable {
    margin: 0 0 40px;
    border: solid 1px #aaa;
    padding: 5px;
    overflow: scroll-x;
  }
  .rl {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: upright;
    margin-right: 0.3rem;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    white-space: nowrap;
  }
}
/*表の中　星取表*/
.tbl .hoshitori th {
  min-width: initial;
  width: auto;
}
.tbl .hoshitori th span {
  letter-spacing: -0.08rem;
  margin-left: -9px;
  margin-right: -9px;
  white-space: nowrap;
}
.tbl .hoshitori th, .tbl .hoshitori td {
  text-align: center;
  line-height: 2rem;
  padding: 8px 8px;
}
.tbl .hoshitori th:has(span) {
  /* padding:8px 2px; */
}
@media (max-width: 1200px) {
  .tbl .hoshitori th, .tbl .hoshitori td {
    padding: 8px 5px;
  }
}
@media (max-width: 880px) {
  .tbl .hoshitori th, .tbl .hoshitori td {
    font-size: 15px;
  }
}

/*----------------------------------------------------
  表下　コラム用
----------------------------------------------------*/
.column-gray {
  background-color: #f4f4f4;
  padding: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1170px) {
  .column-gray {
    padding: 15px;
  }
}
.column-gray h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 2px;
  border-bottom: solid 1px #b0b0b0;
}
@media screen and (max-width: 1170px) {
  .column-gray h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  .column-gray h3 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.column-gray h4 {
  font-weight: 500;
}

/*----------------------------------------------------
  余白・位置調整
----------------------------------------------------*/
p.right {
  text-align: right;
}

.left {
  text-align: left !important;
}
@media screen and (max-width: 700px) {
  .left {
    text-align: right !important;
    font-size: 11px;
  }
}

@media screen and (max-width: 1170px) {
  .pcsnone {
    display: none;
  }
}

.pcsblock {
  display: none;
}
@media screen and (max-width: 1170px) {
  .pcsblock {
    display: block;
  }
}

@media screen and (max-width: 1170px) {
  .pcs100 {
    width: 100% !important;
  }
}

@media screen and (max-width: 700px) {
  .spnone {
    display: none;
  }
}

/*----------------------------------------------------
  リンク
----------------------------------------------------*/
.link {
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em 0;
  text-decoration: underline;
}

.link::before {
  content: "▶";
  width: 26px;
  height: 27px;
  margin: 0 8px 0 0;
  padding: 0 0 0 2px;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 1000px) {
  .link::before {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .link::before {
    padding: 0 4px 0 7px;
  }
}

.link::after {
  content: "";
  left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 3px;
  height: 3px;
}

.movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-bottom: 1em;
}

.movie li {
  width: 48%;
  margin-bottom: 4%;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .movie li {
    width: 100%;
  }
}
.movie li:nth-child(odd) {
  margin-right: 4%;
}

@media screen and (max-width: 1000px) {
  .movie li:nth-child(odd) {
    margin-right: 0;
  }
}
.movie li iframe {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .movie li iframe {
    height: 540px;
  }
}
@media screen and (max-width: 800px) {
  .movie li iframe {
    height: 440px;
  }
}
@media screen and (max-width: 700px) {
  .movie li iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 500px) {
  .movie li iframe {
    height: 300px;
  }
}
/*----------------------------------------------------
  表示非表示切り替え（表の中用）
----------------------------------------------------*/
@media (max-width: 790px) {
  .spnone {
    display: none;
  }
}

.pcnone {
  display: none;
}
@media (max-width: 790px) {
  .pcnone {
    display: block;
  }
}

/*----------------------------------------------------
  背景色
----------------------------------------------------*/
.bk-accent {
  background-color: #D5C8BB !important;
}

/*----------------------------------------------------
  グーグルマップ
----------------------------------------------------*/
.ggmap {
  width: 100%;
  position: relative;
  padding-top: 35%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gnav ul {
  width: 1200px;
  height: 50px;
  margin: -2px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media screen and (max-width: 1300px) {
  .gnav ul {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .gnav ul {
    margin-top: 12px;
  }
}
@media screen and (max-width: 700px) {
  .gnav ul {
    display: block;
    height: 1%;
  }
}
.gnav ul li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1000px) {
  .gnav ul li {
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 800px) {
  .gnav ul li {
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 700px) {
  .gnav ul li {
    width: 100% !important;
    border-bottom: solid 1px #545741;
  }
  .gnav ul li:nth-child(1) {
    border-top: solid 1px #545741;
  }
}
.gnav ul li a {
  display: block;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .gnav ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .gnav ul li a {
    text-align: left;
    line-height: 38px;
  }
}
.gnav ul li a:hover, .gnav ul li a.on {
  color: #333;
  background: #5eae91;
  filter: alpha(opacity=100);
  opacity: 1;
}

.gnav ul.sns_btn a:hover {
  background: none;
}

@media all and (-ms-high-contrast: none) {
  .gnav ul {
    margin-top: -1px;
  }
}
_:lang(x)::-ms-, .gnav ul {
  margin-top: 0px;
}

_:lang(x)::-moz-placeholder, .gnav ul {
  margin-top: 0px;
}

#fade-in {
  position: relative;
  z-index: 6;
}

#fade-in li ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#fade-in li:hover ul {
  visibility: visible;
  opacity: 1;
}

/* @media (max-width: 790px) {
	.gnav ul{
		margin-top: 0;
	}
} */
/*
@media (max-width: 990px) {
	.gnav{
		width: 100%;
		margin-left: 0;
		height: auto;
		overflow-y:scroll;
	}
	.nav-block{
		margin-top: 0;
	}
	.dropmenu{
		display: block;
		height:auto;
	}
	.dropmenu > li,
	.drawer-menu li{
		width: 100% !important;
		float: none;
	}
	.gnav li a{
		display: block;
		padding: 8px 10px 8px 18px;
		line-height: 33px;
		text-align: left;
	}
	.dropmenu li ul{
		display: none;
	}
	.dropmenu:after {
		display: block;
		content:"";
		height:150px;
	}
}

@media (max-width: 790px) {
	.nav-block{
		margin-top: 0;
	}
	.dropmenu{
		display: block;
	}
	.dropmenu > li,
	.drawer-menu li{
		width: 100% !important;
	}
	.gnav li a{
		display: block;
		padding: 8px 10px 8px 18px;
		line-height: 33px;
		text-align: left;
	}
	.dropmenu li ul{
		display: none;
	}
}
*/
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
@media (min-width: 701px) {
  .drawer-hamburger {
    display: none;
  }
}
@media (max-width: 700px) {
  .drawer-hamburger,
  .drawer-nav {
    display: block;
  }
  .drawer-open {
    overflow: hidden !important;
  }
  .drawer-nav {
    position: fixed;
    z-index: 101;
    margin: 0 !important;
    top: 80px;
    overflow: hidden;
    width: 30rem;
    height: calc(100% - 50px);
    color: #ddd;
    background-color: #744787;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .drawer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3.75rem;
    display: block;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: 0.75rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-menu-item:hover {
    text-decoration: underline;
    color: #333;
    background-color: #ffff00;
  }
  /*! overlay */
  .drawer-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .drawer-open .drawer-overlay {
    display: block;
    z-index: 100;
  }
  /* TOP */
  .drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
  }
  .drawer--top .drawer-hamburger,
  .drawer--top.drawer-open .drawer-hamburger {
    right: 0;
  }
  /* LEFT */
  .drawer--left .drawer-nav {
    left: -16.25rem;
    -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem;
  }
  /* RIGHT */
  .drawer--right .drawer-nav {
    /*  right: -16.25rem;*/
    right: -30rem;
    -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    float: right;
    margin-top: 0;
    margin-right: 1em;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    /*  right: 16.25rem;*/
    right: 0;
  }
  /* hamburger */
  .drawer-hamburger {
    position: fixed;
    z-index: 104;
    top: 1.7em;
    display: block;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 3.5rem;
    /*  margin: 7px 8px;*/
    padding: 0;
    padding-top: 0px;
    padding-right: 0.45rem;
    padding-bottom: 18px;
    padding-left: 0.45rem;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: var(--drawer-hamburger-bgColor);
  }
  .pos-absolute {
    position: absolute;
  }
  .pos-fixed {
    position: fixed;
  }
  .drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent;
  }
  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 18px;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
  }
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
  }
  .drawer-hamburger-icon:after {
    top: 10px;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    top: 0;
  }
  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .drawer-menu li {
    /*  padding: 8px 10px 8px 18px;*/
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    text-indent: 0;
    border-bottom: 1px solid #444;
  }
  .drawer-menu li a {
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
    width: 100%;
    color: #ddd;
    background: #808080;
  }
  .drawer-menu li a:hover {
    text-decoration: none;
  }
  .drawer-menu li a:not(.toggle)::before,
  .drawer-menu li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .drawer-menu li a:not(.toggle)::before {
    right: 8px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* 下層がある場合のアイコンを＋－にする */
  .drawer-menu > ul > li > p {
    display: none;
    text-align: left;
    padding: 0 0.8em 1.4em 1em;
    color: #fff;
    line-height: 1.8;
  }
  .drawer-menu li .accordion_icon,
  .drawer-menu li .accordion_icon span {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .drawer-menu li .accordion_icon {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 25px;
    right: 7px;
  }
  .drawer-menu li .accordion_icon span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .drawer-menu li .accordion_icon span:nth-of-type(1) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .drawer-menu li .accordion_icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .drawer-menu li .active .accordion_icon span:nth-of-type(1) {
    display: none;
  }
  .drawer-menu li .active .accordion_icon span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  /* accessibility */
  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  /* Sidebar */
  .drawer--sidebar {
    background-color: #fff;
  }
  .drawer--sidebar .drawer-contents {
    background-color: #fff;
  }
  /* Navbar */
  /* Dropdown */
  /*! open */
  /*! drawer-caret */
  /*! open */
  /*!------------------------------------*\
      Container
  \*!------------------------------------*/
}
@media (max-width: 700px) and (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (max-width: 700px) and (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 17.5rem;
    /*    margin-right: 16.25rem;*/
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
@media (max-width: 700px) {
  .drawer--navbarTopGutter {
    padding-top: 3.75rem;
  }
  .drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%;
  }
  .drawer-navbar--fixed {
    position: fixed;
  }
  .drawer-navbar-header {
    position: relative;
    z-index: 102;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 0.75rem;
    text-align: center;
  }
  .drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
  }
  .drawer-navbar .drawer-brand:hover {
    background-color: transparent;
  }
  .drawer-navbar .drawer-nav {
    padding-top: 3.75rem;
  }
  .drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 700px) and (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
@media (max-width: 700px) {
  .drawer-dropdown-menu {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  .drawer-dropdown-menu > li {
    width: 100%;
    list-style: none;
  }
  .drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: 0.75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }
  .drawer-dropdown.open > .drawer-dropdown-menu {
    display: block;
  }
  .drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .drawer-container {
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #f00;
  }
}
@media (max-width: 700px) and (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (max-width: 700px) and (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
@media (max-width: 700px) {
  .nav-block {
    margin-top: 0;
  }
  .dropmenu {
    display: block;
    height: auto;
  }
  .dropmenu > li,
  .drawer-menu li {
    width: 100% !important;
    float: none;
  }
  .gnav li a {
    display: block;
    padding: 8px 10px 8px 18px;
    line-height: 33px;
    text-align: left;
  }
  .dropmenu li ul {
    display: none;
  }
  .dropmenu:after {
    display: block;
    content: "";
    height: 150px;
  }
}
/*----------------------------------------------------
  header
----------------------------------------------------*/
.Header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 102px;
  z-index: 9999;
  background: #744787;
}
@media screen and (max-width: 700px) {
  .Header {
    height: 80px;
  }
}
.Header__body {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 59px;
}
@media screen and (max-width: 1000px) {
  .Header__body {
    height: auto;
  }
}
.Header__logo {
  margin: 15px 0 0 20px;
  padding: 0;
  z-index: 100;
  width: 750px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .Header__logo {
    margin: 15px 0 0 10px;
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .Header__logo {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .Header__logo {
    margin: 1.4em 0 0 20px;
    width: 60%;
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .Header__logo {
    width: 75%;
  }
}
.Header__logo a {
  width: calc(100% - 340px);
  margin-right: 20px;
}
@media screen and (max-width: 1300px) {
  .Header__logo a {
    width: 58%;
  }
}
.Header__logo p {
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .Header__logo p {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .Header__logo p {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 700px) and (max-width: 1000px) {
  .Header__logo p {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 700px) and (max-width: 1000px) {
  .Header__logo p {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.Header__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 20px 0 auto;
}
@media screen and (max-width: 1300px) {
  .Header__link {
    width: 29%;
    margin: 17px 20px 3px auto;
  }
}
@media screen and (max-width: 1000px) {
  .Header__link {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .Header__link {
    margin: 15px 5% 3px 10%;
    width: 90%;
    display: block;
  }
}
.Header__link .sns_btn {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Header__link .sns_btn li {
  margin-right: 1.2em;
}
@media screen and (max-width: 700px) {
  .Header__link .sns_btn li {
    border: none;
    margin-bottom: 10px;
  }
}
.Header__link .sns_btn li:nth-child(1) {
  border-top: none;
}
.Header__link .sns_btn li a {
  color: #fff;
  font-size: 1.6em;
}
.Header__link .sns_btn li a:hover {
  opacity: 0.3;
}
.Header__link .gsc-control-cse {
  padding: 0;
  background-color: #744787;
  border: solid 1px #744787;
}
.Header__link table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.Header__link .gsc-input-box {
  border-radius: 0;
  padding: 0px 2px 1px 2px;
}
.Header__link .gsib_a {
  padding: 1px 9px 2px 9px;
}
.Header__link .gsc-search-button {
  margin-left: -1px;
}
.Header__link .gsc-search-button-v2 {
  padding: 3px 16px 0 16px;
  margin-top: 0;
  line-height: 21px;
  width: auto;
  border: none;
  border-bottom: 1px solid #5eae91;
  background-color: #5eae91;
  border-radius: 0;
}
@media all and (-ms-high-contrast: none) {
  .Header__link .gsc-search-button-v2 {
    margin-top: -1px;
    line-height: 23px;
  }
}
.Header__link #___gcse_0 {
  width: 250px;
}
@media screen and (max-width: 700px) {
  .Header__link #___gcse_0 {
    width: 90%;
  }
}
.Header__link .gsc-search-button-v2 svg {
  margin-top: 6px;
  /* fill: #333; */
}

@media all and (-ms-high-contrast: none) {
  .Header__link .gsib_a {
    padding: 0px 9px 0px 9px;
  }
}
.Header__link _:lang(x)::-moz-placeholder, .Header__link .gsib_a {
  padding: 0px 9px 1px 9px;
}

.Header + section {
  margin-top: 102px;
}
@media screen and (max-width: 700px) {
  .Header + section {
    margin-top: 80px;
  }
}

.gsc-clear-button {
  display: none !important;
}

/*	ページトップ
------------------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 297px;
  right: 0;
}
@media screen and (max-width: 700px) {
  #pagetop {
    bottom: 30px;
  }
}
#pagetop a {
  display: block;
  z-index: 999;
  padding: 0;
  width: 65px;
  height: 58px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-indent: -9999px;
  text-align: center;
  line-height: 0.8rem;
  background: #4d4d4d url("../images/ico_top.svg") no-repeat center 18px;
  background-size: 33px auto;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#pagetop a:hover {
  text-decoration: none;
  background: #9f9f9f url("../images/ico_top.svg") no-repeat center 18px;
}

.bnr-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1200px;
  margin: 40px auto;
}
@media screen and (max-width: 1300px) {
  .bnr-block {
    width: 70%;
  }
  .bnr-block li {
    width: 48%;
  }
}
@media screen and (max-width: 700px) {
  .bnr-block {
    width: 96%;
  }
  .bnr-block li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.bnr-block:only-child {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bnr-block-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 800px;
  margin: 40px auto;
}
@media screen and (max-width: 1300px) {
  .bnr-block-s {
    width: 20%;
  }
}
@media screen and (max-width: 700px) {
  .bnr-block-s {
    width: 30%;
  }
}
@media only screen and (max-width: 500px) {
  .bnr-block-s {
    width: 40%;
  }
}
.bnr-block-s li {
  margin-right: 30px;
  width: 30%;
}
@media screen and (max-width: 1300px) {
  .bnr-block-s li {
    margin-right: 4%;
    width: 100%;
  }
}
.bnr-block-s li img {
  width: 100%;
}
.bnr-block-s :last-child {
  margin-right: 0;
}

.contact-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1200px;
  margin: 40px auto;
}
@media screen and (max-width: 1300px) {
  .contact-btn {
    width: 96%;
    margin: 40px 2%;
  }
}
.contact-btn a {
  display: block;
  width: calc((100% - 20px) / 3);
  padding: 20px;
  text-align: center;
  font-size: 18px;
  border: solid 1px #744787;
}
@media screen and (max-width: 700px) {
  .contact-btn a {
    width: 90%;
  }
}
.contact-btn a:hover {
  background-color: #5eae91;
  color: #333;
  opacity: 1;
}

.enquete-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1200px;
  margin: 40px auto;
}
@media screen and (max-width: 1300px) {
  .enquete-btn {
    width: 96%;
    margin: 40px 2%;
  }
}
.enquete-btn a {
  display: block;
  width: 380px;
  margin-right: 0.5em;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  border: solid 1px #744787;
}
@media screen and (max-width: 1300px) {
  .enquete-btn a {
    width: 32%;
    margin: 0 0 0.5em 0;
  }
}
@media screen and (max-width: 700px) {
  .enquete-btn a {
    width: 90%;
    margin: 0 0 0.5em 0;
  }
}
.enquete-btn a:hover {
  background-color: #744787;
  color: #fff;
  opacity: 1;
}

footer {
  background-color: #744787;
  overflow: hidden;
}

.Footer {
  color: #fff;
}
.Footer .flink {
  width: 920px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 40px auto;
}
@media screen and (max-width: 1000px) {
  .Footer .flink {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .Footer .flink {
    display: block;
    width: 90%;
  }
}
.Footer .flink li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: solid 1px #fff;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .Footer .flink li {
    width: 100%;
    border-bottom: solid 1px #D5C8BB;
    border-right: none;
    margin-bottom: 1px;
    padding: 5px 0 5px 0;
  }
}
.Footer .flink li:first-child {
  border-left: solid 1px #fff;
}
@media screen and (max-width: 700px) {
  .Footer .flink li:first-child {
    border-top: solid 1px #D5C8BB;
    border-left: none;
  }
}
@media screen and (max-width: 700px) {
  .Footer .flink li:first-child, .Footer .flink li:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .Footer .flink li:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .Footer .flink li:nth-child(6) {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .Footer .flink li:nth-child(4), .Footer .flink li:nth-child(5) {
    width: 100%;
  }
}
.Footer .flink li a {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .Footer .flink li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 800px) {
  .Footer .flink li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.Footer .sns_btn {
  width: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}
@media screen and (max-width: 1000px) {
  .Footer .sns_btn {
    width: 70%;
  }
}
.Footer .sns_btn li {
  text-align: center;
  margin-left: 3em;
}
.Footer .sns_btn li:first-child {
  margin-left: 0;
}
.Footer .sns_btn li a {
  color: #fff;
  font-size: 2em;
}
.Footer .sns_btn li a:hover {
  opacity: 0.3;
}
.Footer .fname {
  text-align: center;
}
.Footer .address {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .Footer .address {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .Footer .address {
    width: 60%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 800px) {
  .Footer .address {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .Footer .address {
    margin-bottom: 20px;
    width: 80%;
  }
}
.Footer .copy {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .Footer .copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 700px) {
  .Footer .copy {
    font-size: 12px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 800px) {
  .Footer .flink li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.scroll {
  position: relative;
  margin: 0px 0 40px;
}
.scroll a span {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -12px;
  border-left: 5px solid #b2b2b2;
  border-bottom: 5px solid #b2b2b2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
            transform: rotate(-45deg) translate(-6px, 6px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
            transform: rotate(-45deg) translate(-6px, 6px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
}
/* 本日の公演 */
.recommend {
  width: 1200px;
  margin: 0 auto 20px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .recommend {
    width: 96%;
    margin: 0 2% 40px;
  }
}
@media screen and (max-width: 700px) {
  .recommend {
    width: 100% !important;
    margin: 0 0 20px !important;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 700px) and (max-width: 800px) {
  .recommend {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.recommend__today {
  padding: 10px 80px 0px;
  margin-top: 30px;
  background-color: #f3e3fa;
  border: solid 1px #5FAE91;
}
@media screen and (max-width: 1300px) {
  .recommend__today {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 700px) {
  .recommend__today {
    padding: 10px 10px;
    border: none;
  }
}
.recommend__today h3 {
  margin: 0.2em auto 0.2em;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .recommend__today h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.recommend__today__list {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  padding: 6px;
  padding-right: 15px;
  border-bottom: solid 1px #744787;
  line-height: 2rem;
  /* div:nth-child(odd){
  clear: left;
  float: left;
  width: 30%;
  min-width: 320px;
    @include responsive(pcss) {
      width: 30%;
      min-width: 280px;
    }
    @include responsive(tab) {
      width: 100%;
      float: none;
      margin-bottom: 8px;
    }
  } */
  /* div:nth-child(even){
    position: relative;
    float: left;
    width: calc(100% - 33%);
    margin-bottom: 1px;
    margin-left: 20px;
    @include responsive(pc) {
      width: calc(100% - 350px);
      max-width: 68%;
    }
    @include responsive(pcss) {
      width: calc(100% - 300px);
      max-width: 68%;
    }
    @include responsive(tab) {
      float: none;
      margin-left: 0;
      margin-bottom: 6px;
      margin-top: -5px;
      width: 100%;
      max-width: 100%;
    }
  } */
}
@media screen and (max-width: 700px) {
  .recommend__today__list {
    margin-bottom: 5px;
  }
}
.recommend__today__list:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  content: "\f107";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6em;
  padding: 0px;
  position: absolute;
  right: 0;
  top: 50%;
  rotate: 270deg;
  -webkit-transform: translateX(45%);
          transform: translateX(45%);
  color: #744787;
}
@media screen and (max-width: 700px) {
  .recommend__today__list:after {
    right: -3px;
  }
}
.recommend__movie {
  display: block;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  .recommend__movie {
    display: block;
    text-align: center;
    margin-top: 0px;
    padding: 1em 1em 2em 1em;
  }
  .recommend__movie p {
    position: relative;
    width: 100%;
    height: 0;
    padding: 56.25% 0 0;
  }
  .recommend__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* 公演カテゴリ */
.koencategory {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .koencategory {
    width: 96%;
    margin: 0 2%;
  }
}
.koencategory h2 {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .koencategory h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 700px) {
  .koencategory h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 700px) {
  .koencategory h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) and (max-width: 1000px) {
  .koencategory h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.koencategory ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.koencategory ul li {
  width: 15.8333333333%;
  text-align: center;
  margin-right: 1%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 140%;
}
.koencategory ul li:nth-child(6), .koencategory ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 700px) {
  .koencategory ul li {
    width: 24.25%;
  }
  .koencategory ul li:nth-child(4), .koencategory ul li:nth-child(8), .koencategory ul li:nth-child(12) {
    margin-right: 0;
  }
  .koencategory ul li:nth-child(6) {
    margin-right: 1%;
  }
}
@media only screen and (max-width: 500px) {
  .koencategory ul li {
    width: 49.5%;
  }
  .koencategory ul li:nth-child(even) {
    margin-right: 0;
  }
}
.koencategory ul li img {
  display: block;
  margin-bottom: 7px;
}
.koencategory ul li:last-child {
  font-size: 12px;
  line-height: 120%;
}
.koencategory__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*     margin: 20px auto $marginM; */
  margin: 0 auto 40px;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 18px;
}
.koencategory__btn .calendar {
  width: 400px;
  padding: 20px 20px 20px 20px;
  color: #fff;
  text-align: center;
  background-color: #744787;
}
@media screen and (max-width: 700px) {
  .koencategory__btn .calendar {
    width: 90%;
    padding: 10px 20px 10px 20px;
  }
}
.koencategory__btn span {
  display: inline-block;
  position: relative;
  line-height: 3.3em;
  padding-left: 4em;
}
.koencategory__btn span::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 3em;
  height: 3em;
  background: url("../images/ico_calendar.png?20241024") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 700px) {
  .koencategory__btn span::before {
    background-size: 70%;
    background-position: center center;
  }
}

/* 公演内容 */
.koenlist {
  width: 1200px;
  margin: 0 auto 80px;
  /*   padding-top: 100px;
    margin-top:-100px; */
}
@media screen and (max-width: 1300px) {
  .koenlist {
    width: 96%;
    margin: 0 2% 80px;
    margin-top: -100px;
  }
}
.koenlist dt,
.koenlist label {
  padding: 20px 20px 20px 3.5em;
  text-align: left;
  background-color: #6f685e;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 1000px) {
  .koenlist dt,
  .koenlist label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 700px) {
  .koenlist dt,
  .koenlist label {
    padding: 20px 2.5em 20px 3.2em;
    font-size: 15px;
    background-size: 1.7em !important;
  }
}
.koenlist .koenlist_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.koenlist dd.inner,
.koenlist .koenlist_box div.inner {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #CCC;
          box-shadow: 0 0 0 1px #CCC;
  padding: 20px 30px 25px 30px;
  position: relative;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media screen and (max-width: 800px) {
  .koenlist dd.inner,
  .koenlist .koenlist_box div.inner {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media screen and (max-width: 700px) {
  .koenlist dd.inner,
  .koenlist .koenlist_box div.inner {
    padding: 20px 15px 25px 15px;
  }
}
.koenlist dd.inner div:has(h3),
.koenlist .koenlist_box div.inner div:has(h3) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.koenlist dd.inner:has(.btn_detail, .koenlist .btn_detail-pdf),
.koenlist .koenlist_box div.inner:has(.btn_detail, .koenlist .btn_detail-pdf) {
  padding-bottom: 80px;
}
@media screen and (max-width: 1170px) {
  .koenlist dd.inner:has(.btn_detail, .koenlist .btn_detail-pdf),
  .koenlist .koenlist_box div.inner:has(.btn_detail, .koenlist .btn_detail-pdf) {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 800px) {
  .koenlist dd.inner:has(.btn_detail, .koenlist .btn_detail-pdf),
  .koenlist .koenlist_box div.inner:has(.btn_detail, .koenlist .btn_detail-pdf) {
    padding-bottom: 25px;
  }
}
.koenlist dd.inner:has(.btn_detail-pdf),
.koenlist .koenlist_box div.inner:has(.btn_detail-pdf) {
  padding-bottom: 140px !important;
}
@media screen and (max-width: 1170px) {
  .koenlist dd.inner:has(.btn_detail-pdf),
  .koenlist .koenlist_box div.inner:has(.btn_detail-pdf) {
    padding-bottom: 25px !important;
  }
}
.koenlist dd.inner .title_img:has(+ h3),
.koenlist dd.inner .title_img:has(+ div),
.koenlist .koenlist_box div.inner .title_img:has(+ h3),
.koenlist .koenlist_box div.inner .title_img:has(+ div) {
  margin-bottom: 15px;
}
.koenlist dd.inner h3,
.koenlist .koenlist_box div.inner h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .koenlist dd.inner h3,
  .koenlist .koenlist_box div.inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 700px) {
  .koenlist dd.inner h3,
  .koenlist .koenlist_box div.inner h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.koenlist dd.inner h3 .fontsmall,
.koenlist .koenlist_box div.inner h3 .fontsmall {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .koenlist dd.inner h3 .fontsmall,
  .koenlist .koenlist_box div.inner h3 .fontsmall {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.koenlist dd.inner ul,
.koenlist .koenlist_box div.inner ul {
  margin-left: 2.3em;
}
@media screen and (max-width: 700px) {
  .koenlist dd.inner ul,
  .koenlist .koenlist_box div.inner ul {
    margin-left: 0em;
  }
}
.koenlist dd.inner ul .date,
.koenlist .koenlist_box div.inner ul .date {
  padding-left: 4em;
  text-indent: -4em;
}
@media screen and (max-width: 700px) {
  .koenlist dd.inner ul .date,
  .koenlist .koenlist_box div.inner ul .date {
    padding-left: 0em;
    text-indent: 0em;
  }
}
.koenlist dd.inner.long,
.koenlist .koenlist_box div.inner.long {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.koenlist dd.inner.long:has(.btn_detail, .koenlist .btn_detail-pdf),
.koenlist .koenlist_box div.inner.long:has(.btn_detail, .koenlist .btn_detail-pdf) {
  padding-bottom: 25px;
}
.koenlist dd.inner.img-left,
.koenlist .koenlist_box div.inner.img-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
.koenlist dd.inner.img-left .flyer__img,
.koenlist .koenlist_box div.inner.img-left .flyer__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 30px);
  gap: 2%;
}
@media screen and (max-width: 800px) {
  .koenlist dd.inner.img-left .flyer__img,
  .koenlist .koenlist_box div.inner.img-left .flyer__img {
    width: 100%;
  }
}
.koenlist dd.inner.img-left .flyer__img a,
.koenlist .koenlist_box div.inner.img-left .flyer__img a {
  width: 47%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.koenlist dd.inner.img-left .flyer__img .title_img,
.koenlist .koenlist_box div.inner.img-left .flyer__img .title_img {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.koenlist dd.inner.img-left .flyer__img .title_img span,
.koenlist .koenlist_box div.inner.img-left .flyer__img .title_img span {
  display: block;
  text-align: right;
  margin-top: 2px;
  font-size: 9px;
  line-height: 10px;
}
.koenlist dd.inner.img-left .flyer__img.onlypdf,
.koenlist .koenlist_box div.inner.img-left .flyer__img.onlypdf {
  width: calc((50% - 30px) / 100 * 32);
}
@media screen and (max-width: 800px) {
  .koenlist dd.inner.img-left .flyer__img.onlypdf,
  .koenlist .koenlist_box div.inner.img-left .flyer__img.onlypdf {
    width: 32%;
    margin: 0 auto;
  }
}
.koenlist dd.inner.img-left .flyer__img.onlypdf a,
.koenlist .koenlist_box div.inner.img-left .flyer__img.onlypdf a {
  width: 100%;
}
.koenlist dd.inner.img-left .flyer__img.onlyimg,
.koenlist .koenlist_box div.inner.img-left .flyer__img.onlyimg {
  width: calc((50% - 30px) / 100 * 67);
}
@media screen and (max-width: 800px) {
  .koenlist dd.inner.img-left .flyer__img.onlyimg,
  .koenlist .koenlist_box div.inner.img-left .flyer__img.onlyimg {
    width: 67%;
    margin: 0 auto;
  }
}
.koenlist dd.inner.img-left .flyer__txt,
.koenlist .koenlist_box div.inner.img-left .flyer__txt {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.koenlist dd.inner.img-left .flyer__txt:has(.btn_detail, .koenlist .btn_detail-pdf),
.koenlist .koenlist_box div.inner.img-left .flyer__txt:has(.btn_detail, .koenlist .btn_detail-pdf) {
  padding-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .koenlist dd.inner.img-left .flyer__txt,
  .koenlist .koenlist_box div.inner.img-left .flyer__txt {
    width: 100%;
  }
  .koenlist dd.inner.img-left .flyer__txt:has(.btn_detail, .koenlist .btn_detail-pdf),
  .koenlist .koenlist_box div.inner.img-left .flyer__txt:has(.btn_detail, .koenlist .btn_detail-pdf) {
    padding-bottom: 0px;
  }
}
.koenlist dd.inner.img-left .flyer__txt .ballet03,
.koenlist .koenlist_box div.inner.img-left .flyer__txt .ballet03 {
  font-size: 0.85em;
  line-height: 1.4em;
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 6px;
  margin: 3px 0;
}
.koenlist dd.inner.img-left .flyer__txt .ballet03 a,
.koenlist .koenlist_box div.inner.img-left .flyer__txt .ballet03 a {
  float: right;
}
.koenlist .orchestra {
  background: #935ea9 url("../images/ico_oke.png?20241024") no-repeat 1em center;
}
.koenlist .chamber {
  background: #ae78c6 url("../images/ico_chamber.png?20241024") no-repeat 1em center;
}
.koenlist .opera {
  background: #935ea9 url("../images/ico_opera.png?20241024") no-repeat 1em center;
}
.koenlist .gendai {
  background: #ae78c6 url("../images/ico_gendai.png?20241024") no-repeat 1em center;
}
.koenlist .ballet {
  background: #935ea9 url("../images/ico_ballet.png?20241024") no-repeat 1em center;
}
.koenlist .buyou {
  background: #ae78c6 url("../images/ico_buyou.png?20241024") no-repeat 1em center;
}
.koenlist .hougeku {
  background: #935ea9 url("../images/ico_hougaku.png?20241024") no-repeat 1em center;
}
.koenlist .nichibu {
  background: #ae78c6 url("../images/ico_nichibu.png?20241024") no-repeat 1em center;
}
.koenlist .noh {
  background: #935ea9 url("../images/ico_noh.png?20241024") no-repeat 1em center;
}
.koenlist .mingei {
  background: #ae78c6 url("../images/ico_mingei.png?20241024") no-repeat 1em center;
}
.koenlist .yose {
  background: #935ea9 url("../images/ico_yose.png?20241024") no-repeat 1em center;
}
.koenlist .child {
  background-color: #ae78c6;
  padding-left: 1em;
}
.koenlist a {
  text-decoration: underline;
}
.koenlist .btn_detail, .koenlist .btn_detail-pdf {
  display: block;
  max-width: 23em;
  min-width: 17em;
  padding: 8px 6px 8px 6px;
  text-align: center;
  font-size: 16px;
  background-color: #5eae91;
  border: solid 1px #744787;
  text-decoration: none;
  position: absolute;
  right: 1.5em;
  bottom: 1em;
}
.koenlist .btn_detail span, .koenlist .btn_detail-pdf span {
  font-weight: 500;
  color: #ba061e;
}
@media screen and (max-width: 1170px) {
  .koenlist .btn_detail, .koenlist .btn_detail-pdf {
    position: static;
    margin: 20px auto 0;
    margin: 20px 0 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .koenlist .btn_detail, .koenlist .btn_detail-pdf {
    margin: 20px auto 0;
  }
}
.koenlist .btn_detail:hover, .koenlist .btn_detail-pdf:hover {
  background-color: #f3e3fa;
  opacity: 1;
}
.koenlist .btn_detail:hover span, .koenlist .btn_detail-pdf:hover span {
  color: #fff;
}
.koenlist .btn_detail:has(+ .btn_detail-pdf), .koenlist .btn_detail-pdf:has(+ .btn_detail-pdf) {
  bottom: calc(1rem + 60px);
}
.koenlist .btn_detail-pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1170px) {
  .koenlist .btn_detail-pdf {
    margin-top: 10px;
  }
}
.koenlist .btn_detail-pdf i {
  font-size: 1.5em;
}

a.btn_pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #dddddd;
  margin: 5px;
  padding: 10px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none !important;
}
a.btn_pdf:hover {
  opacity: 0.5;
}

.organizer {
  width: 1200px;
  margin: -70px auto 80px;
  padding-left: 2em;
}
@media screen and (max-width: 1300px) {
  .organizer {
    width: 96%;
    margin: -70px 2% 1em;
  }
}
@media screen and (max-width: 700px) {
  .organizer {
    padding-left: 1em;
  }
}
.organizer a {
  text-decoration: underline;
}
.organizer.ballet {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 700px) {
  .organizer.ballet {
    padding: 0;
    padding-left: 1em;
    word-break: normal;
  }
}

.koenlist dd.flyer,
.inner.flyer,
.koen .flyer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1170px) {
  .koenlist dd.flyer,
  .inner.flyer,
  .koen .flyer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .koenlist dd.flyer,
  .inner.flyer,
  .koen .flyer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.koenlist dd.flyer .flyer__txt,
.inner.flyer .flyer__txt,
.koen .flyer .flyer__txt {
  width: 83%;
}
@media screen and (max-width: 1170px) {
  .koenlist dd.flyer .flyer__txt,
  .inner.flyer .flyer__txt,
  .koen .flyer .flyer__txt {
    width: 82%;
  }
}
@media screen and (max-width: 700px) {
  .koenlist dd.flyer .flyer__txt,
  .inner.flyer .flyer__txt,
  .koen .flyer .flyer__txt {
    width: 100%;
  }
}
.koenlist dd.flyer .flyer__img,
.inner.flyer .flyer__img,
.koen .flyer .flyer__img {
  width: 15%;
  padding-bottom: 60px;
  margin-left: auto;
}
@media screen and (max-width: 1170px) {
  .koenlist dd.flyer .flyer__img,
  .inner.flyer .flyer__img,
  .koen .flyer .flyer__img {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .koenlist dd.flyer .flyer__img,
  .inner.flyer .flyer__img,
  .koen .flyer .flyer__img {
    width: 60%;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 1170px) {
  .koenlist dd.flyer .flyer__btn,
  .inner.flyer .flyer__btn,
  .koen .flyer .flyer__btn {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .koenlist dd.flyer .flyer__btn,
  .inner.flyer .flyer__btn,
  .koen .flyer .flyer__btn {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.koenlist dd.flyer-2 .flyer__txt,
.inner.flyer-2 .flyer__txt,
.koen .flyer-2 .flyer__txt {
  width: 68%;
}
@media screen and (max-width: 1170px) {
  .koenlist dd.flyer-2 .flyer__txt,
  .inner.flyer-2 .flyer__txt,
  .koen .flyer-2 .flyer__txt {
    width: 82%;
  }
}
@media screen and (max-width: 700px) {
  .koenlist dd.flyer-2 .flyer__txt,
  .inner.flyer-2 .flyer__txt,
  .koen .flyer-2 .flyer__txt {
    width: 100%;
  }
}
.koenlist dd.flyer-2 .flyer__img,
.inner.flyer-2 .flyer__img,
.koen .flyer-2 .flyer__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  gap: 20px;
}
@media screen and (max-width: 1170px) {
  .koenlist dd.flyer-2 .flyer__img,
  .inner.flyer-2 .flyer__img,
  .koen .flyer-2 .flyer__img {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .koenlist dd.flyer-2 .flyer__img,
  .inner.flyer-2 .flyer__img,
  .koen .flyer-2 .flyer__img {
    width: 60%;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 1170px) {
  .koenlist dd.flyer-2 .flyer__btn,
  .inner.flyer-2 .flyer__btn,
  .koen .flyer-2 .flyer__btn {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .koenlist dd.flyer-2 .flyer__btn,
  .inner.flyer-2 .flyer__btn,
  .koen .flyer-2 .flyer__btn {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.koen .flyer {
  margin-bottom: 20px;
}
.koen .flyer .flyer__img {
  width: 13%;
  padding-bottom: 0px;
}
@media screen and (max-width: 700px) {
  .koen .flyer .flyer__img {
    width: 55%;
  }
}
@media screen and (max-width: 700px) {
  .koen .flyer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .koen .flyer.fortable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.koen .flyer.fortable .flyer__txt {
  width: 85%;
}
@media screen and (max-width: 700px) {
  .koen .flyer.fortable .flyer__txt {
    width: 100%;
  }
}
.koen .flyer.fortable .flyer__img {
  margin-top: 15px;
}
@media screen and (max-width: 700px) {
  .koen .flyer.fortable .flyer__img {
    margin-top: 0px;
  }
}

@media screen and (max-width: 700px) {
  .koen .flyer-2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.koen .flyer-2 .flyer__txt {
  width: 65%;
}
@media screen and (max-width: 700px) {
  .koen .flyer-2 .flyer__txt {
    width: 100%;
  }
}
.koen .flyer-2 .flyer__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 30%;
}
@media screen and (max-width: 700px) {
  .koen .flyer-2 .flyer__img {
    width: 60%;
  }
}
@media screen and (max-width: 700px) {
  .koen .flyer-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
  }
}

.rightimgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .rightimgbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rightimgbox__img {
  width: 15%;
  min-width: 15%;
  padding: 10px;
}
@media screen and (max-width: 700px) {
  .rightimgbox__img {
    width: 60%;
    margin: 0 auto;
  }
}
.rightimgbox__img-big {
  width: 20%;
  min-width: 15%;
  padding: 10px;
}
@media screen and (max-width: 700px) {
  .rightimgbox__img-big {
    width: 60%;
    margin: 0 auto;
  }
}
.rightimgbox__txt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.rightimgbox__txt .organizer {
  width: auto;
}

.koenlist + .rightimgbox {
  margin-top: -70px;
  margin-bottom: 80px;
}

.koenlist dt + div {
  border: solid 1px #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.koenlist_box__img {
  position: absolute;
  width: 20%;
}

/* 鑑賞サポートアイコン */
.suporticoBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: -45px;
}
@media screen and (max-width: 800px) {
  .suporticoBox {
    margin-top: -20px;
  }
}
.suporticoBox img {
  width: 40px;
  border: solid #ccc 1px;
  padding: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 800px) {
  .suporticoBox img {
    width: 30px;
    padding: 1px;
  }
}

dd.long:has(.flyer__txt) .suporticoBox {
  margin-top: -6px;
  margin-bottom: 8px;
}
dd.long:has(.flyer__txt) .suporticoBox img {
  width: 30px;
  padding: 1px;
}

/* 新着情報 */
.news {
  width: 1200px;
  margin: 20px auto 10px;
}
@media screen and (max-width: 1300px) {
  .news {
    width: 96%;
    margin: 20px 2% 20px;
  }
}
.news h2 {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .news h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 700px) {
  .news h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.news .tab {
  width: 1200px;
  margin: 20px auto 0px;
}
@media screen and (max-width: 1300px) {
  .news .tab {
    width: 96%;
    margin: 20px 2%;
  }
}
@media screen and (max-width: 700px) {
  .news .tab {
    margin: 20px 2%;
  }
}
.news .tab input[type=radio] {
  display: none;
}
.news .tab_area {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: solid 1px #744787;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .news .tab_area {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.news .tab_area label {
  width: 49.5%;
  margin: 0 1% 0 0;
  padding: 8px 0;
  color: #333;
  background: #D5C8BB;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  .news .tab_area label {
    padding: 8px 0;
  }
}
.news .tab_area label:last-of-type {
  margin-right: 0;
}
.news .tab_area label:hover {
  opacity: 0.8;
}
.news .panel_area {
  background: #fff;
}
.news .panel_area .tab_panel {
  width: 100%;
  padding: 20px 0 0px;
  display: none;
}
.news .panel_area .tab_panel dl {
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1000px) {
  .news .panel_area .tab_panel dl {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.news .panel_area .tab_panel dl dt {
  clear: left;
  float: left;
  width: 18%;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .news .panel_area .tab_panel dl dt {
    width: 22%;
  }
}
@media screen and (max-width: 800px) {
  .news .panel_area .tab_panel dl dt {
    width: 50%;
    float: none;
  }
}
.news .panel_area .tab_panel dl dt .ico_new {
  color: #fff;
  background: #ba061e;
  margin: 0 10px 0 0;
  padding: 0px 20px 0px 20px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .news .panel_area .tab_panel dl dt .ico_new {
    min-width: 70px;
    text-align: center;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
  }
}
.news .panel_area .tab_panel dl dt.none {
  text-indent: 5.8em;
}
@media screen and (max-width: 1000px) {
  .news .panel_area .tab_panel dl dt.none {
    text-indent: 6.8em;
  }
}
@media screen and (max-width: 800px) {
  .news .panel_area .tab_panel dl dt.none {
    text-indent: 0;
  }
}
.news .panel_area .tab_panel dl dd {
  float: left;
  width: 74%;
  margin-bottom: 1px;
  margin-left: 20px;
  /*display: flex;*/
}
@media screen and (max-width: 1300px) {
  .news .panel_area .tab_panel dl dd {
    width: 70%;
  }
}
@media screen and (max-width: 800px) {
  .news .panel_area .tab_panel dl dd {
    float: none;
    margin-left: 0;
    margin-bottom: 6px;
    margin-top: -5px;
    width: 100%;
  }
}
.news .panel_area .tab_panel dl dd .ico_category {
  border: solid 1px #744787;
  margin: 0 15px 0 0;
  padding: 0px 20px 0px 20px;
  font-size: 12px;
  display: inline-block;
  min-width: 120px;
  height: 24px;
  line-height: 22px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .news .panel_area .tab_panel dl dd .ico_category {
    display: none;
  }
}
.news .panel_area .tab_panel dl dd a {
  text-decoration: underline;
}
.news__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1200px;
  margin: 20px auto 0;
}
@media screen and (max-width: 1300px) {
  .news__btn {
    width: 96%;
    margin: 40px 2% 0;
  }
}
@media screen and (max-width: 700px) {
  .news__btn {
    width: 96%;
    margin: 20px 2% 0;
  }
}
.news__btn a {
  display: block;
  width: 250px;
  padding: 12px;
  text-align: center;
  font-size: 16px;
  border: solid 1px #744787;
}
.news__btn a:hover {
  background-color: #5eae91;
  opacity: 1;
}

#tab1:checked ~ .tab_area .tab1_label {
  background: #744787;
  color: #fff;
}

#tab1:checked ~ .panel_area #panel1 {
  display: block;
}

#tab2:checked ~ .tab_area .tab2_label {
  background: #744787;
  color: #fff;
}

#tab2:checked ~ .panel_area #panel2 {
  display: block;
}

/* sns */
.sns {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .sns {
    width: 96%;
    margin: 0 2%;
  }
}
.sns h2 {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
  /* color:#fff; */
}
@media screen and (max-width: 1000px) {
  .sns h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 700px) {
  .sns h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 700px) {
  .sns h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) and (max-width: 1000px) {
  .sns h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: solid 1px #744787;
  background-color: #fff;
}
.sns ul li {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .sns ul li {
    width: 100%;
  }
}
.sns ul li .twitter-timeline {
  margin: 0 auto;
}
.sns ul li img {
  display: block;
  margin: 30px auto;
  width: auto;
}
@media screen and (max-width: 700px) {
  .sns ul li img {
    margin: 20px auto;
  }
}
.sns ul li .fb-page {
  margin-bottom: 40px;
}
.sns ul li:first-child {
  border-right: solid 1px #744787;
}
@media screen and (max-width: 800px) {
  .sns ul li:first-child {
    border-right: none;
  }
}
@media screen and (max-width: 800px) {
  .sns ul li:first-child {
    border-bottom: solid 1px #744787;
  }
}
.sns ul li:first-child div:first-child {
  padding-bottom: 40px;
}
.sns ul li:first-child div:first-child p {
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .sns ul li:first-child div:first-child p {
    font-size: 16px;
  }
}
.sns ul li:first-child div:first-child iframe {
  margin-bottom: 0;
}
.sns ul li:first-child div:last-child {
  border-top: solid 1px #744787;
}
.sns ul li:last-child .fb-page {
  margin-bottom: 20px;
}
.sns ul li:last-child div {
  max-width: 90%;
  margin: auto 0;
}
@media screen and (max-width: 700px) {
  .sns ul li:last-child div {
    max-width: 100%;
  }
}

/* Flex Slider */
.flex-caption {
  position: absolute;
  width: 100%;
  /*	padding: 2%;*/
  padding: 0 0 1.5%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.flex-caption h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 20px 0 13px;
  padding: 0;
  text-align: center;
}

.flex-caption h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.flex-caption p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.6;
  margin: 10px 0;
  padding: 0;
}

li.css a {
  border-radius: 0;
}

.slides a {
  text-decoration: none;
}

.slides img.sp {
  display: none;
}

@media (max-width: 950px) {
  .flex-caption p {
    margin: 10px 0 25px;
  }
}
@media (max-width: 796px) {
  .flex-caption {
    position: relative;
    width: 100%;
    padding: 0.25% 2% 5%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.88);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  .flex-caption p {
    margin: 5px 0;
  }
}
@media (max-width: 700px) {
  .flex-caption p {
    margin: 5px 0 15px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0px auto 0px;
  border: none;
  position: relative;
  zoom: 1;
  width: 90%;
}
@media screen and (max-width: 1300px) {
  .flexslider {
    width: 96%;
  }
}
@media screen and (max-width: 700px) {
  .flexslider {
    width: 96%;
    margin: 10px auto 10px;
  }
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.slides img.sp {
  display: none;
}

@media (max-width: 700px) {
  .slides img.pc {
    display: none;
  }
  .slides img.sp {
    display: block;
  }
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  /*  bottom: 5px;*/
  /*  left: 10px;*/
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  /*  color: #000;*/
  color: #fff;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 15px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 100;
}

@media screen and (max-width: 1000px) {
  .flex-control-nav {
    bottom: -6px;
  }
}
@media screen and (max-width: 700px) {
  .flex-control-nav {
    bottom: -3.6em;
  }
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

@media screen and (max-width: 700px) {
  .flex-control-nav li {
    margin: 0 2px;
  }
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  /*  background: #666;*/
  background: rgba(194, 163, 128, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(194, 163, 128, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(194, 163, 128, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*======TEST===================================================*/
.acd-check {
  display: none;
}

.acd-label {
  display: block;
  position: relative;
  border-bottom: 1px solid #fff;
  margin-bottom: -2px;
}
@media screen and (max-width: 700px) {
  .acd-label {
    background-size: 1.7em !important;
  }
}

.acd-label:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "\f107";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5em;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0.3em;
}

.acd-content {
  border: 1px solid #6f685e;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}

.acd-check:checked + .acd-label:after {
  content: "\f106";
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.orange {
  color: #f58220;
}

.qr {
  width: 90px;
  margin-bottom: 10px;
}

a.formbtn span {
  display: inline-block;
  padding: 0 15px;
  margin: 3px 0px;
  border: solid 1px #5c5c5c;
  border-radius: 5px;
  background: #fff;
}
a.formbtn:hover {
  opacity: 0.4;
}

.qr_righttxt {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 4px;
  margin-top: -6px;
}

.calendar li {
  margin: 0 auto 40px;
}

table.tblCalendar {
  display: table;
  padding: 0;
  margin: 20px 0 40px;
  width: 100%;
  background-color: #fff;
}

table.tblCalendar th,
table.tblCalendar td {
  border: 1px #bbb solid;
}

table.tblCalendar th {
  padding: 5px;
  text-align: center;
  background: #EBEBEB;
  color: #333;
  width: 14.2857142857%;
}

table.tblCalendar td {
  border-color: #b1b1b1;
  min-width: unset;
  line-height: 140%;
  padding: 0;
  vertical-align: top;
  height: 100px;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  max-height: 300px;
}

table.tblCalendar td.holiday {
  background: #E3E3E3;
}

table.tblCalendar th.sunday {
  background: #E59695;
}

table.tblCalendar td.sunday {
  background: #EFC9C9;
}

table.tblCalendar th.satday {
  background: #B4C2FB;
}

table.tblCalendar td.satday {
  background: #CDD7FC;
}

table.tblCalendar td a {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
}

table.tblCalendar td a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

table.tblCalendar td p {
  padding: 4px 5px 6px 5px;
  margin: 0;
  font-size: 1.7rem;
  font-size: 17px;
  font-weight: 500;
}

table.tblCalendar td p span {
  padding: 2px 0;
  margin: 0;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  word-break: break-all;
}

table.tblCalendar td p span:before {
  content: "■";
}
table.tblCalendar td p span.c-01:before {
  /* オーケストラ */
  color: #FEDC46;
}
table.tblCalendar td p span.c-02:before {
  /* 室内楽 */
  color: #E98F46;
}
table.tblCalendar td p span.c-03:before {
  /* オペラ */
  color: #1CB7EB;
}
table.tblCalendar td p span.c-04:before {
  /* 現代演劇 */
  color: #DE659F;
}
table.tblCalendar td p span.c-05:before {
  /* バレエ */
  color: #9AC353;
}
table.tblCalendar td p span.c-06:before {
  /* 現代舞踊 */
  color: #00943E;
}
table.tblCalendar td p span.c-07:before {
  /* 邦楽 */
  color: #09ABA9;
}
table.tblCalendar td p span.c-08:before {
  /* 日本舞踊 */
  color: #0167AF;
}
table.tblCalendar td p span.c-09:before {
  /* 能楽 */
  color: #D73734;
}
table.tblCalendar td p span.c-10:before {
  /* 民俗芸能 */
  color: #AC874A;
}
table.tblCalendar td p span.c-11:before {
  /* 寄席芸能 */
  color: #9D328A;
}
table.tblCalendar td p span.c-12:before {
  /* 関連事業 */
  color: #FF3F39;
}

table.tblCalendar td .line {
  background-color: #CE2E58;
  width: 100%;
  height: 5px;
  display: block;
  margin-top: -6px !important;
  margin-bottom: 5px !important;
}
table.tblCalendar td .line.c-01 {
  /* オーケストラ */
  background-color: #FEDC46;
}
table.tblCalendar td .line.c-02 {
  /* 室内楽 */
  background-color: #E98F46;
}
table.tblCalendar td .line.c-03 {
  /* オペラ */
  background-color: #1CB7EB;
}
table.tblCalendar td .line.c-04 {
  /* 現代演劇 */
  background-color: #DE659F;
}
table.tblCalendar td .line.c-05 {
  /* バレエ */
  background-color: #9AC353;
}
table.tblCalendar td .line.c-06 {
  /* 現代舞踊 */
  background-color: #00943E;
}
table.tblCalendar td .line.c-07 {
  /* 邦楽 */
  background-color: #09ABA9;
}
table.tblCalendar td .line.c-08 {
  /* 日本舞踊 */
  background-color: #0167AF;
}
table.tblCalendar td .line.c-09 {
  /* 能楽 */
  background-color: #D73734;
}
table.tblCalendar td .line.c-10 {
  /* 民俗芸能 */
  background-color: #AC874A;
}
table.tblCalendar td .line.c-11 {
  /* 寄席芸能 */
  background-color: #9D328A;
}
table.tblCalendar td .line.c-12 {
  /* 関連事業 */
  background-color: #FF3F39;
}

table.tblCalendar .v-hidden {
  visibility: hidden;
}
@media screen and (max-width: 1000px) {
  table.tblCalendar .v-hidden {
    visibility: inherit;
  }
}

table.tblCalendar .v-hidden-sp {
  /* モバイルでも隠す */
  visibility: hidden;
}
@media screen and (max-width: 1000px) {
  table.tblCalendar .v-hidden-sp {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  p:has(.v-hidden-sp) {
    display: none;
  }
}

table.tblCalendar .w-2x {
  width: 200%;
}

table.tblCalendar .w-3x {
  width: 300%;
}

@media screen and (max-width: 1000px) {
  /* 600pxでカレンダー表示切替 */
  table.tblCalendar {
    width: 100%;
    table-layout: fixed;
    word-break: break-word;
    padding: 0;
    border-collapse: collapse;
  }
  table.tblCalendar .none {
    display: none;
  }
  table.tblCalendar th,
  table.tblCalendar td {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: solid 1px #bbb;
    margin-top: -1px;
    font-weight: 400;
    height: auto;
  }
  table.tblCalendar td span {
    display: inline;
    margin: 0 0 0 0.5em;
  }
  table.tblCalendar td p {
    margin: 5px 0 5px 1em;
  }
  .tblCalendarFooter li {
    margin-right: 30px;
  }
  table.tblCalendar td .line {
    display: none;
  }
  table.tblCalendar td .satellite {
    right: 15px;
  }
}
@media screen and (max-width: 700px) {
  table.tblCalendar th,
  table.tblCalendar td {
    width: 100%;
    display: block;
  }
}
.koenlink {
  margin: -20px auto 60px;
}
@media screen and (max-width: 700px) {
  .koenlink {
    margin: -10px auto 60px;
  }
}
.koenlink ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}
@media screen and (max-width: 1170px) {
  .koenlink ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.koenlink ul li {
  border: solid 1px #744787;
  width: 9.0909090909%;
  margin-right: 5px;
  margin-left: 2px;
  text-align: center;
}
@media screen and (max-width: 1170px) {
  .koenlink ul li {
    width: calc((100% - 25px) / 6) !important;
    margin-right: 5px;
    margin-left: 0px;
    margin-bottom: 5px;
  }
  .koenlink ul li:nth-child(6) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .koenlink ul li {
    width: calc((100% - 5px) / 2) !important;
  }
  .koenlink ul li:nth-child(even) {
    margin-right: 0;
  }
}
.koenlink ul li:first-child {
  width: 11%;
}
.koenlink ul li:last-child {
  margin-right: 0;
}
.koenlink ul li:hover {
  background-color: #5eae91;
  border: solid 1px #5eae91;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.koenlink ul li a {
  padding: 11px 2px;
  display: block;
}
@media screen and (max-width: 700px) {
  .koenlink ul li a {
    font-size: 12px;
    padding: 4px 2px;
  }
}

.container.koen h1.title {
  padding: 20px 20px 20px 3.2em;
  text-align: left;
  background-color: #5eae91;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 1000px) {
  .container.koen h1.title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 700px) {
  .container.koen h1.title {
    padding: 16px 15px 15px 3.5em;
  }
}
.container.koen h1.title.orchestra {
  background: #935ea9 url("../images/ico_oke.png?20241024") no-repeat 1em center;
}
.container.koen h1.title.chamber {
  background: #935ea9 url("../images/ico_chamber.png?20241024") no-repeat 1em center;
}
.container.koen h1.title.opera {
  background: #935ea9 url("../images/ico_opera.png?20241024") no-repeat 1em center;
}
.container.koen h1.title.gendai {
  background: #935ea9 url("../images/ico_gendai.png?20241024") no-repeat 1em center;
}
.container.koen h1.title.ballet {
  background: #935ea9 url("../images/ico_ballet.png?20241024") no-repeat 1em center;
}
.container.koen h1.title.buyou {
  background: #935ea9 url("../images/ico_buyou.png?20241024") no-repeat 1em center;
}
.container.koen h1.title.hougeku {
  background: #935ea9 url("../images/ico_hougaku.png?20241024") no-repeat 1em center;
}
.container.koen h1.title.nichibu {
  background: #935ea9 url("../images/ico_nichibu.png?20241024") no-repeat 1em center;
}
.container.koen h1.title.noh {
  background: #935ea9 url("../images/ico_noh.png?20241024") no-repeat 1em center;
}
.container.koen h1.title.mingei {
  background: #935ea9 url("../images/ico_mingei.png?20241024") no-repeat 1em center;
}
.container.koen h1.title.yose {
  background: #935ea9 url("../images/ico_yose.png?20241024") no-repeat 1em center;
}
.container .koenlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .container .koenlist {
    width: 100%;
    margin: 0 0 80px;
    padding-top: initial;
  }
}
.container .koenlist dt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

table.timetbl {
  width: auto;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
table.timetbl tr {
  margin: 0;
  padding: 0;
  border: 0;
}
table.timetbl td, table.timetbl th {
  margin: 0;
  padding: 2px 5px;
  border: 1px #bbb solid;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}
table.timetbl th {
  min-width: 10px;
  width: auto;
  font-weight: normal;
  background: #f4f4f4;
  vertical-align: top;
}
table.timetbl .sat {
  background-color: #d2e6f0;
}
table.timetbl .sun {
  background-color: #ffdede;
}

@media (max-width: 790px) {
  table.timetbl {
    width: 100% !important;
    table-layout: fixed;
    word-break: break-word;
    padding: 0;
    border-collapse: collapse;
    border-bottom: 1px #808080 solid;
  }
  table.timetbl th, table.timetbl td {
    display: table-cell;
    padding: 5px 0px;
    border-bottom: none;
    font-size: 12px;
  }
}
.photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}
.photo.orchestra li {
  width: 19.2%;
  margin-right: 0.8%;
  margin-bottom: 0.8%;
  text-align: right;
  font-size: 15px;
  line-height: 120%;
}
@media screen and (max-width: 700px) {
  .photo.orchestra li {
    font-size: 13px;
  }
}
.photo.orchestra li img {
  display: block;
  margin-bottom: 7px;
}
.photo.orchestra li:nth-child(5), .photo.orchestra li:nth-child(10) {
  margin-right: 0;
}
.photo.block4 li {
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 1%;
  text-align: right;
  font-size: 14px;
  line-height: 120%;
}
@media screen and (max-width: 700px) {
  .photo.block4 li {
    font-size: 13px;
  }
}
.photo.block4 li img {
  display: block;
  margin-bottom: 7px;
}
.photo.block4 li:nth-child(4) {
  margin-right: 0;
}
.photo.block6 li {
  width: 15.8333333333%;
  margin-right: 0.8%;
  margin-bottom: 0.8%;
  text-align: right;
  font-size: 14px;
  line-height: 120%;
}
@media screen and (max-width: 700px) {
  .photo.block6 li {
    font-size: 13px;
  }
}
.photo.block6 li img {
  display: block;
  margin-bottom: 7px;
}
.photo.block6 li:nth-child(6) {
  margin-right: 0;
}
.photo.block8 li {
  width: 11.875%;
  margin-right: 0.6%;
  margin-bottom: 0.6%;
  text-align: right;
  font-size: 14px;
  line-height: 120%;
}
@media screen and (max-width: 700px) {
  .photo.block8 li {
    font-size: 13px;
  }
}
.photo.block8 li img {
  display: block;
  margin-bottom: 7px;
}
.photo.block8 li:nth-child(8) {
  margin-right: 0;
}
.photo span {
  font-size: 11px;
}
@media screen and (max-width: 700px) {
  .photo span {
    font-size: 10px;
  }
}

.photo_main {
  margin-bottom: 40px;
  text-align: right;
  font-size: 10px;
  font-size: 1rem;
  line-height: 120%;
}
@media screen and (max-width: 1000px) {
  .photo_main {
    font-size: 10px;
    font-size: 1rem;
  }
}
.photo_main img {
  display: block;
  margin-bottom: 7px;
}

.ico_list, .ico_list-R {
  border: solid 1px #744787;
  margin: 0 0 0 5px;
  padding: 0px 10px 0px 10px;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  color: #333;
}
.ico_list-R {
  font-size: 16px;
  line-height: 26px;
}

.remarks {
  width: 1200px;
  margin: -40px auto 40px;
  padding-left: 2em;
}
@media screen and (max-width: 1300px) {
  .remarks {
    width: 96%;
    margin: -40px 2% 40px;
  }
}
@media screen and (max-width: 700px) {
  .remarks {
    padding-left: 1em;
  }
}

.credit {
  float: right;
  padding: 0 0 2em 5px;
}
@media screen and (max-width: 700px) {
  .credit {
    float: none;
    display: block;
    padding: 0 0 0 5px;
  }
}

/* read more */
.wrap {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.wrap-hide {
  display: none;
}

button.readmore {
  position: relative;
  height: 80px;
  width: 90px;
  margin: 40px auto;
  display: block;
  background-color: transparent;
  color: #666;
  padding-bottom: 40px;
  border: none;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -erbkit-transition: 0.5s;
}

button.readmore::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: solid 3px #666;
  border-right: solid 3px #666;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  right: 28px;
  top: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -erbkit-transition: 0.5s;
}

button.readmore:hover::after {
  top: 40px;
}

.on-click {
  color: transparent !important;
}

.on-click {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.child h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  padding: 8px 20px 8px 30px;
  background: #F3EEEB;
  color: #333;
  margin-top: 60px;
}
.child h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 3px 10px 2px 10px;
  font-weight: 500;
  background: #FAF9F4;
}

.childlink {
  margin: -20px auto 60px;
}
@media screen and (max-width: 700px) {
  .childlink {
    margin: -10px auto 60px;
  }
}
.childlink ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}
.childlink ul li {
  border: solid 1px #744787;
  margin-right: 10px;
  text-align: center;
  width: calc((100% - 10px) / 3);
  max-width: 250px;
}
@media screen and (max-width: 1170px) {
  .childlink ul li {
    max-width: none;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.childlink ul li:hover {
  background-color: #5eae91;
  border: solid 1px #5eae91;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.childlink ul li a {
  padding: 11px 2px;
  display: block;
}
@media screen and (max-width: 700px) {
  .childlink ul li a {
    font-size: 12px;
    padding: 4px 2px;
  }
}

.child_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .child_box {
    display: block;
  }
}
.child_box-txt {
  width: 80%;
  margin-right: 2em;
}
@media screen and (max-width: 1000px) {
  .child_box-txt {
    width: 100%;
  }
}
.child_box-txt .oshirase {
  margin: 1.5em 0;
  background-color: #F0F4EB;
  padding: 1em 2em 1.5em;
  width: 80%;
  font-size: 95%;
}
@media screen and (max-width: 700px) {
  .child_box-txt .oshirase {
    width: 100%;
  }
}
.child_box-txt .oshirase span {
  font-size: 115%;
  margin-bottom: 8px;
  font-weight: 500;
  display: block;
}
.child_box-txt .finish {
  margin: 1.5em 0;
  background-color: #eee;
  padding: 1em 2em 1.5em;
  width: 80%;
  font-size: 95%;
}
@media screen and (max-width: 700px) {
  .child_box-txt .finish {
    width: 100%;
  }
}
.child_box-txt .finish span {
  font-size: 115%;
  margin-bottom: 8px;
  font-weight: 500;
  display: block;
}
.child_box .photo {
  width: 18%;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 1000px) {
  .child_box .photo {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
  }
}
.child_box .photo li {
  width: 100%;
}
.child_box .photo li:nth-of-type(2n) {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .child_box .photo li {
    width: 40%;
    margin-right: 0.3em;
  }
  .child_box .photo li:nth-of-type(2n) {
    margin-top: 0px;
  }
}
.child_box .photo li img {
  width: 100%;
}
.child_box .photo span {
  line-height: 1.1em;
  margin-top: 10px;
  display: inline-block;
}

/* 鑑賞サポート */
.info h4 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 3px 10px 2px 10px;
  font-weight: 500;
  background: #FAF9F4;
}
.info ul.disc {
  margin-bottom: 5px;
}
.info div:has(+ h3) {
  margin-bottom: 40px;
}
.info div:has(+ h4) {
  margin-bottom: 20px;
}
.info .suporticoBox {
  margin-top: 0;
}

/* 都民寄席 */
.program {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media screen and (max-width: 700px) {
  .program {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.program div {
  width: 80%;
}
.program .photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
@media screen and (max-width: 700px) {
  .program .photo {
    width: 100%;
    margin-top: 15px;
  }
}
.program .photo li {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 0;
  text-align: right;
  font-size: 11px;
  line-height: 120%;
}
@media screen and (max-width: 700px) {
  .program .photo li {
    font-size: 12px;
  }
}
.program .photo li:last-child {
  margin-right: 0;
}

.btn_form {
  display: block;
  width: 11em;
  padding: 8px 5px 8px 5px;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 16px;
  background-color: #545741;
  color: #fff !important;
  text-decoration: none;
}
.btn_form:hover {
  background-color: #545741;
}

.container .news {
  margin: 0px auto 0;
}
@media screen and (max-width: 1300px) {
  .container .news {
    width: 100%;
  }
}
.container .news .tab {
  margin: 0px auto 0;
}
@media screen and (max-width: 1300px) {
  .container .news .tab {
    width: 100%;
  }
}

.greeting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 500px) {
  .greeting {
    display: block;
  }
}
.greeting__img {
  width: 230px;
}
@media screen and (max-width: 800px) {
  .greeting__img {
    width: 30%;
  }
}
@media screen and (max-width: 700px) {
  .greeting__img {
    width: 40%;
    margin: 0 auto 1em;
  }
}
.greeting__img.governor {
  background-image: url(../images/governor.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.greeting__img.chancellor {
  background-image: url(../images/chancellor.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.greeting div {
  width: calc(100% - 230px);
  margin: 0 2em 3em 0;
}
@media screen and (max-width: 800px) {
  .greeting div {
    width: calc(70% - 2em);
  }
}
@media screen and (max-width: 700px) {
  .greeting div {
    width: 100%;
  }
}
.greeting div .txt {
  margin-bottom: 20px;
}

.attent {
  border: solid 1px #999;
  padding: 1em;
  display: inline-block;
}

.interview__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.interview__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1em;
  margin: 0 1em 0 0;
  width: 18.8%;
}
@media screen and (max-width: 1170px) {
  .interview__list {
    width: 31.6666666667%;
  }
}
@media screen and (max-width: 700px) {
  .interview__list {
    width: 48%;
  }
}
.interview__list:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1170px) {
  .interview__list:nth-child(5n) {
    margin-right: 1em;
  }
}
@media screen and (max-width: 1170px) {
  .interview__list:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .interview__list:nth-child(3n) {
    margin-right: 1em;
  }
}
@media screen and (max-width: 700px) {
  .interview__list:nth-child(2n) {
    margin-right: 0;
  }
}
.interview__list li:first-child {
  width: 100%;
  margin: 0 auto 1em;
}
@media screen and (max-width: 1170px) {
  .interview__list li:first-child {
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 700px) {
  .interview__list li:first-child {
    margin: 0 auto;
    padding-bottom: 0.5em;
  }
}
.interview__list li:last-child {
  font-size: 1.5rem;
  line-height: 160%;
}
@media screen and (max-width: 700px) {
  .interview__list li:last-child {
    width: 100%;
    margin: 0 auto;
  }
}
.interview__list li:last-child a {
  text-decoration: underline;
}
.interview__list li:last-child span {
  display: block;
  padding: 0.5em 0;
  line-height: 140%;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1000px) {
  .interview__list li:last-child span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 700px) {
  .interview__list li:last-child span {
    padding: 0.5em 0 0 0;
  }
}
.interview__list h3 {
  display: block;
  background: #D5C8BB;
  width: 8em;
  font-size: 13px;
  padding: 0px 0.8em 0px;
  margin-right: 0.8em;
  line-height: 180%;
  text-align: center;
}
.interview__list img {
  width: 100%;
}
.interview .main {
  background: #744787 url(../images/interview/bg_ttl.png) no-repeat 1.5em center;
  background-size: 6.5em auto;
  min-height: 8em;
  padding-left: 9em;
  margin-bottom: 2em;
  color: #ffffff;
}
@media screen and (max-width: 1170px) {
  .interview .main {
    padding-right: 2em;
  }
}
@media only screen and (max-width: 500px) {
  .interview .main {
    background-image: none;
    padding-left: 1.2em;
    padding-bottom: 1em;
    min-height: 1em;
    letter-spacing: -0.03em;
  }
}
.interview .main p {
  padding-top: 1em;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 1000px) {
  .interview .main p {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 700px) {
  .interview .main p {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 1170px) {
  .interview .main p {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 1.5em;
  }
}
@media screen and (max-width: 1170px) and (max-width: 1000px) {
  .interview .main p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 700px) {
  .interview .main p {
    padding-top: 1em;
    padding-right: 1em;
  }
}
.interview .main span {
  display: block;
  padding-top: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1000px) {
  .interview .main span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 700px) {
  .interview .main span {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 0;
    padding-right: 1em;
  }
}
@media screen and (max-width: 700px) and (max-width: 1000px) {
  .interview .main span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.interview__pamphlet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3em 0;
  padding: 3em 0;
  border-top: dotted 1px #ccc;
}
.interview__pamphlet li:nth-child(odd) {
  -webkit-flex-basis: 8%;
      -ms-flex-preferred-size: 8%;
          flex-basis: 8%;
  margin-right: 0.8em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1000px) {
  .interview__pamphlet li:nth-child(odd) {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
  }
}
.interview__pamphlet li:nth-child(odd).wide {
  -webkit-flex-basis: 16%;
      -ms-flex-preferred-size: 16%;
          flex-basis: 16%;
}
@media screen and (max-width: 1000px) {
  .interview__pamphlet li:nth-child(odd).wide {
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
  }
}
.interview__pamphlet li:nth-child(even) {
  -webkit-flex-basis: 90%;
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%;
  margin-bottom: 2em;
}
@media screen and (max-width: 1000px) {
  .interview__pamphlet li:nth-child(even) {
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
  }
}
.interview__pamphlet li:nth-child(even):after {
  content: "［PDF］";
}
.interview__pamphlet li:nth-child(even) a {
  text-decoration: underline;
}
.interview h2 {
  /* background-color: #6f685e; */
  background-color: #F3EEEB;
  color: #333;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 2em 0 1.5em;
  padding: 0.7em 0.3em;
}
@media screen and (max-width: 700px) {
  .interview h2 {
    padding: 0.7em 0.3em;
  }
}
.interview h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-flex-basis: 88%;
      -ms-flex-preferred-size: 88%;
          flex-basis: 88%;
  margin-left: 1.5em;
  line-height: 1.5em;
  z-index: 9;
}
@media screen and (max-width: 1000px) {
  .interview h2 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .interview h2 span {
    -webkit-flex-basis: 85%;
        -ms-flex-preferred-size: 85%;
            flex-basis: 85%;
  }
}
@media only screen and (max-width: 500px) {
  .interview h2 span {
    margin-left: 1em;
    -webkit-flex-basis: 88%;
        -ms-flex-preferred-size: 88%;
            flex-basis: 88%;
    letter-spacing: -0.03em;
    font-size: 15px;
  }
}
.interview__box {
  clear: both;
  overflow: hidden;
}
.interview__box div {
  float: left;
  width: calc(100% - 400px);
}
@media screen and (max-width: 700px) {
  .interview__box div {
    float: none;
    width: auto;
  }
}
.interview .photo {
  width: 350px;
  display: block;
  margin: auto 0 1em 2em;
  float: right;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: right !important;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-size: 14px;
  line-height: 120%;
}
@media screen and (max-width: 700px) {
  .interview .photo {
    margin: auto 0 auto 1em;
    width: 180px;
  }
}
.interview .photo.photoLeft {
  margin: auto 2em auto 0;
  float: left;
  margin-bottom: 0;
}
.interview .photo img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .interview .photo img {
    height: 100%;
  }
}
.interview .photo span {
  display: block !important;
}
.interview .photoS {
  width: 220px;
  margin: auto 0 auto 2em;
  float: right;
  font-size: 14px;
  line-height: 120%;
}
@media screen and (max-width: 700px) {
  .interview .photoS {
    margin: auto 0 auto 1em;
    width: 180px;
  }
}
.interview .photoS.photoLeft {
  margin: auto 2em auto 0;
  float: left;
}
.interview .photoS img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .interview .photoS img {
    height: 100%;
  }
}
.interview .photoS span {
  font-size: 11px;
}
.interview .txt {
  margin-bottom: 1.5em;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 1000px) {
  .interview .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 700px) {
  .interview .txt {
    letter-spacing: -0.02em;
    font-weight: 400;
    font-size: 15px;
  }
}
.interview__movie {
  background-color: #eee;
  text-align: center;
  margin-top: 2em;
  padding: 2em 2em 3em 2em;
}
@media screen and (max-width: 1000px) {
  .interview__movie {
    padding: 1em 1em 2em 1em;
  }
}
.interview__movie h3 {
  margin: 0.5em auto 1em;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .interview__movie h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.interview__movie iframe {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1000px) {
  .interview__movie iframe {
    width: 94%;
  }
}
.interview__block2 {
  display: block;
}
.interview__block2 .interview__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1em;
  margin: 1em;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (max-width: 700px) {
  .interview__block2 .interview__list {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding-bottom: 0em;
  }
}
.interview__block2 .interview__list li:first-child {
  width: 18%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .interview__block2 .interview__list li:first-child {
    width: 26%;
    margin: 0 auto;
    padding-bottom: 0.5em;
  }
}
.interview__block2 .interview__list li:last-child {
  width: 84%;
  margin-left: 2em;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  .interview__block2 .interview__list li:last-child {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 700px) {
  .interview__block2 .interview__list li:last-child {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 700px) {
  .interview__block2 .interview__list li:last-child {
    width: 70%;
    margin: 0 auto 0 1em;
    text-align: left;
  }
}
.interview__block2 .interview__list li:last-child a {
  text-decoration: underline;
}
.interview__block2 .interview__list li:last-child span {
  display: block;
  padding: 0.5em 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .interview__block2 .interview__list li:last-child span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  .interview__block2 .interview__list li:last-child span {
    padding: 0.5em 0 0 0;
  }
}

.profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2em 0 0;
}
.profile__photo {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  margin-right: 30px;
}
@media screen and (max-width: 700px) {
  .profile__photo {
    margin-right: 1em;
  }
}
.profile__photo img {
  width: 100%;
}
.profile__photo span {
  font-size: 11px;
  display: block;
  line-height: 16px;
}
.profile__photoS {
  -webkit-flex-basis: 12%;
      -ms-flex-preferred-size: 12%;
          flex-basis: 12%;
  margin-right: 40px;
}
@media screen and (max-width: 700px) {
  .profile__photoS {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    margin-right: 1em;
  }
}
.profile__photoS img {
  width: 100%;
}
.profile__photoS span {
  font-size: 11px;
  display: block;
  line-height: 16px;
}
.profile__detail {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
}
.profile__name {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .profile__name {
    font-size: 20px;
    font-size: 2rem;
  }
}
.profile .txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .profile .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.profile.wide {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profile.wide .profile__photo {
  -webkit-flex-basis: 35%;
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%;
}
@media screen and (max-width: 700px) {
  .profile.wide .profile__photo {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
  }
}

.name {
  font-weight: bold;
}

/* enquete ヘッダー調整*/
.Header-enquete {
  height: 64px;
}
@media screen and (max-width: 700px) {
  .Header-enquete {
    height: 80px;
  }
}

.Enquete {
  margin: 0;
  counter-reset: number;
  width: 100%;
}
.Enquete th, .Enquete td {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .Enquete th, .Enquete td {
    margin-bottom: 10px;
  }
}
.Enquete th {
  font-size: 20px;
  font-size: 2rem;
  padding: 8px 20px 8px 30px;
  background-color: #ededed;
}
@media screen and (max-width: 1000px) {
  .Enquete th {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 700px) {
  .Enquete th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .Enquete th {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .Enquete th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 700px) {
  .Enquete th {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 20px 8px 20px;
  }
}
@media screen and (max-width: 700px) and (max-width: 1000px) {
  .Enquete th {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.Enquete th::before {
  counter-increment: number;
  content: counter(number);
  margin-left: -2rem;
  padding-right: 15px;
  padding-left: 15px;
}
.Enquete td {
  padding-left: 40px;
  margin-bottom: 30px;
}
.Enquete label {
  display: block;
}
.Enquete textarea {
  font: 400 13.3333px Arial;
  width: 60%;
  height: 60px;
}
@media screen and (max-width: 700px) {
  .Enquete textarea {
    width: 100%;
  }
}
.Enquete__btn {
  text-align: center;
  margin-bottom: 20px;
}
.Enquete__btn input {
  width: 260px;
  display: inline-block;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 1.125em;
  border: 0;
  text-align: center;
  background: #ededed;
}
@media screen and (max-width: 700px) {
  .Enquete__btn input {
    width: 30%;
  }
}
.Enquete__btn input:nth-child(2) {
  font-weight: bolder;
  color: #fff;
  background: #000;
  margin-left: 20px;
}

.center {
  text-align: center;
}

/* ===================================================================
form.css：トップページ
=================================================================== */
.dtl-contents {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  /* 必須アイコン */
  /* ボタン */
}
.dtl-contents table {
  width: 100%;
  margin: 15px auto 40px;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
.dtl-contents tr {
  margin: 0;
  padding: 0;
  border: 0;
}
.dtl-contents td, .dtl-contents th {
  margin: 0;
  padding: 14px 15px;
  border: 1px #ccc solid;
  text-align: left;
  font-size: 1em;
}
.dtl-contents th {
  width: 300px;
  background: #f2f2f2;
  font-weight: normal;
  vertical-align: top;
}
.dtl-contents td input {
  padding: 5px;
  max-width: 100%;
}
.dtl-contents td input::-webkit-input-placeholder {
  color: #aaa;
}
.dtl-contents td input::-moz-placeholder {
  color: #aaa;
}
.dtl-contents td input:-ms-input-placeholder {
  color: #aaa;
}
.dtl-contents td input::-ms-input-placeholder {
  color: #aaa;
}
.dtl-contents td input::placeholder {
  color: #aaa;
}
.dtl-contents td select {
  font-size: 15px;
  padding: 5px;
  margin: 0 0 10px;
}
.dtl-contents th span {
  display: block;
  float: right;
  padding: 0 1.5em;
  font-size: 10px;
  color: #fff;
  background: #e20000;
}
.dtl-contents td ul li {
  margin-bottom: 10px;
}
@media (max-width: 1300px) {
  .dtl-contents table {
    width: 100%;
  }
}
@media (max-width: 798px) {
  .dtl-contents table {
    margin-bottom: 40px;
  }
  .dtl-contents th {
    width: 25%;
  }
}
@media (max-width: 720px) {
  .dtl-contents th {
    width: 35%;
  }
}
@media (max-width: 660px) {
  .dtl-contents table {
    width: 100%;
    table-layout: fixed;
    word-break: break-word;
    padding: 0;
    border-collapse: collapse;
    border-bottom: 1px #ccc solid;
  }
  .dtl-contents table th,
  .dtl-contents table td {
    display: block;
    width: 100% !important;
    text-align: left;
    vertical-align: middle;
  }
  .dtl-contents table th {
    padding: 4px 10px;
  }
  .dtl-contents th {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: wrap !important;
    -webkit-flex: wrap !important;
        -ms-flex: wrap !important;
            flex: wrap !important;
  }
  .dtl-contents th span {
    float: none;
    margin-left: 15px;
  }
  .dtl-contents table td {
    border-top: none;
    border-bottom: none;
  }
}
.dtl-contents textarea {
  width: 100%;
}
.dtl-contents .bottom-box {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .dtl-contents .bottom-box {
    margin-top: 40px;
  }
}
.dtl-contents .bottom-box p {
  margin-bottom: 15px;
}
.dtl-contents .bottom-box .check_x {
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  .dtl-contents .bottom-box .check_x {
    font-size: 16px;
  }
}
.dtl-contents .bottom-box input[type=checkbox] {
  -webkit-transform: scale(2);
          transform: scale(2);
  margin-right: 14px;
}
@media screen and (max-width: 700px) {
  .dtl-contents .bottom-box input[type=checkbox] {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.dtl-contents .buttons {
  width: 540px;
  margin: 0 auto 80px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.dtl-contents .buttons input {
  width: 260px;
  margin: 0 10px;
  padding: 15px 0;
  font-size: 1.125em; /* 18px */
  border: 0;
  color: #333;
  text-align: center;
  background: #5eae91;
}
.dtl-contents .buttons input.submit {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.dtl-contents .buttons input.submit:disabled {
  background: #ccc;
}
.dtl-contents .buttons input.clear {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  background: #ccc;
}
.dtl-contents .buttons-end {
  width: 280px;
  margin: 0 auto 50px;
}
.dtl-contents .buttons-end input {
  width: 280px;
  margin: 0;
  padding: 15px 0;
  font-size: 1.125em; /* 18px */
  border: 0;
  color: #fff;
  text-align: center;
  background: #056cd3;
}
.dtl-contents .buttons input:hover,
.dtl-contents .buttons-end input:hover {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
@media (max-width: 860px) {
  .dtl-contents .buttons {
    margin: 0 auto 30px;
  }
  .dtl-contents #verisign {
    position: static;
    right: 0;
    top: 0;
  }
  .dtl-contents #verisign table {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .dtl-contents .buttons {
    width: 100%;
  }
  .dtl-contents .buttons input {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 0 0;
  }
}

@media (max-width: 1300px) {
  .dtl-contents {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
@media (max-width: 769px) {
  .dtl-contents {
    width: 100%;
    margin: 0;
    padding: 0 1em;
  }
}
/*	お問い合わせ
------------------------------------------------------------*/
/* 注意事項 */
.memo {
  margin-top: -20px;
  padding: 12px 16px;
  color: #e20000;
  background: #ffdddd;
}

@media (max-width: 480px) {
  .memo {
    margin-top: 0;
  }
}
/* 必須アイコン */
.memo span {
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px 10px;
  font-size: 10px;
  color: #fff;
  background: #e20000;
}

/* 例（サンプル表記） */
.ex {
  color: #888;
}

@media (max-width: 480px) {
  .ex {
    display: block;
  }
}
/* エラーメッセージ */
.errmsg {
  margin: 0 0 40px;
  padding: 30px 50px;
  color: #e20000;
  border: 1px solid #e20000;
  line-height: 2.5;
}

.errmsg strong {
  margin: 0 15px 0 8px;
  text-decoration: underline;
}

/* チケットフォーム */
.ticketform dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ticketform dt {
  width: 60%;
}
@media screen and (max-width: 1300px) {
  .ticketform dt {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .ticketform dt {
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  .ticketform dt {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .ticketform dd {
    margin: 0.5em 0 1em 1.5em;
  }
}
.ticketform.yose dt {
  width: 75%;
}
@media screen and (max-width: 1300px) {
  .ticketform.yose dt {
    width: 65%;
  }
}
@media screen and (max-width: 1000px) {
  .ticketform.yose dt {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 700px) {
  .ticketform.yose dt {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .ticketform.yose dd.kibou_dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  .ticketform.yose dd.kibou_dd {
    display: block;
  }
}
.ticketform .kibou {
  border: solid 1px #e20000;
  margin: 0 0 0 0px;
  margin-left: 5px;
  padding: 2px 10px 2px 10px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  color: #e20000;
}
@media screen and (max-width: 1000px) {
  .ticketform .kibou {
    margin-left: 0;
    margin-top: -5px;
    margin-bottom: 10px;
  }
}
.ticketform .kibou:empty {
  visibility: hidden;
}

.archive_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.archive_content .active_box {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 3em;
}
@media screen and (max-width: 1000px) {
  .archive_content .active_box {
    width: 32%;
    margin-right: 2%;
  }
  .archive_content .active_box:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .archive_content .active_box {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.8em;
  }
  .archive_content .active_box:nth-of-type(2n) {
    margin-right: 0;
  }
  .archive_content .active_box:nth-of-type(3n) {
    margin-right: 2%;
  }
}
.archive_content .active_box:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .archive_content .active_box:nth-of-type(4n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 800px) {
  .archive_content .active_box:nth-of-type(even) {
    margin-right: 0;
  }
}
.archive_content .active_box p {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1000px) {
  .archive_content .active_box p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.archive_content .active_box a {
  text-decoration: none;
  display: block;
}
.archive_content .active_box a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.archive_content .active_box a p {
  font-weight: normal;
  line-height: 1.2em;
  font-size: 0.8em;
  margin: 0.5em 0 0.9em;
}
.archive_content .active_box ul li a {
  text-align: center;
  background: #efefef;
  margin-bottom: 0.5em;
  padding: 0.7em 0.5em;
  list-style-type: none !important;
  font-size: 15px;
}
.archive_content .active_box ul li a:hover {
  background: #D5C8BB;
  color: #333;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 800px) {
  .archive_content .active_box ul li a {
    font-size: 12px;
    line-height: 120%;
  }
}
.archive_content .active_box li.half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .archive_content .active_box li.half {
    display: block;
  }
}
.archive_content .active_box li.half a:first-child {
  width: 39%;
  line-height: 130%;
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  .archive_content .active_box li.half a:first-child {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .archive_content .active_box li.half a:first-child {
    font-size: 12px;
    width: 100%;
  }
}
.archive_content .active_box li.half a:last-child {
  width: 58%;
  line-height: 130%;
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  .archive_content .active_box li.half a:last-child {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .archive_content .active_box li.half a:last-child {
    font-size: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .archive_content .active_box li.half br {
    display: none;
  }
}

.border {
  border: solid 1px #ddd;
}

@media only screen and (max-width: 970px) {
  .active_box {
    width: 45%;
    margin-right: 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 415px) {
  .active_box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: auto;
  }
}
.tbl.u25 th {
  vertical-align: middle;
  min-width: 460px;
  font-size: 95%;
  line-height: 140%;
}
.tbl.u25 td {
  vertical-align: middle;
}
.tbl.u25 a {
  text-decoration: underline;
}

.visitform {
  font-size: 90%;
  line-height: 160%;
}
.visitform th {
  text-align: center;
  vertical-align: middle;
  padding: 4px 0.5em;
  width: auto;
}
.visitform th:nth-child(2) {
  width: 30%;
}
.visitform th:nth-child(3) {
  width: 30%;
}
.visitform th:nth-child(4) {
  min-width: 4%;
}
.visitform td {
  padding: 4px 0.5em;
}
.visitform td input[type=checkbox] {
  margin-right: 0.7em;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.visitform td:first-child {
  text-indent: -2em;
  padding-left: 2.5em;
}

@media (max-width: 790px) {
  table.visitform {
    width: 800px;
    table-layout: fixed;
    word-break: normal;
    padding: 0;
    border-collapse: collapse;
    border-bottom: 1px #808080 solid;
  }
  table.visitform th, table.visitform td {
    display: table-cell;
    width: auto;
  }
}
@media (max-width: 660px) {
  table.visitform th, table.visitform td {
    width: auto !important;
    display: table-cell !important;
    border: 1px #bbb solid;
  }
  table.visitform th:nth-child(1), table.visitform td:nth-child(1) {
    width: 43% !important;
  }
  table.visitform th:nth-child(2), table.visitform th:nth-child(3), table.visitform td:nth-child(2), table.visitform td:nth-child(3) {
    width: 27% !important;
  }
  table.visitform th:nth-child(4), table.visitform td:nth-child(4) {
    width: 4.5% !important;
  }
}
.fes h1 {
  display: none;
}

.fes h2.title {
  background-color: #D5C8BB;
  padding: 20px 50px 20px 30px;
  margin-bottom: 40px;
  /* color: $colorwhite; */
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .fes h2.title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .fes h2.title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .fes h2.title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .fes h2.title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 700px) {
  .fes h2.title {
    padding: 15px 30px 15px 20px;
    margin-bottom: 20px;
    margin-top: 1em;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 700px) and (max-width: 1000px) {
  .fes h2.title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 700px) and (max-width: 1000px) {
  h1.title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.readbox {
  background-color: #f3e3fa;
  padding: 30px;
  margin: 40px 0 40px;
  border-radius: 14px;
}
@media screen and (max-width: 700px) {
  .readbox {
    margin: 20px 0 20px;
    padding: 15px;
  }
}
.readbox h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
  .readbox h4 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.readbox span.caption {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.readbox p span.caption {
  display: initial;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}/*# sourceMappingURL=style.min.css.map */