@charset "UTF-8";
/*!
Theme Name: denkousekkaippatsuza
Theme URI: http://www.Lightbox.com
Author: 電光石火一発座
Author URI: http://www.Lightbox.com
Description: 電光石火一発座テーマ
Version: 1.00
License:
*/
/* reset */
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-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

/*	ClearFix */
.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* 全体
----------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  color: #333333;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  background: #fbfbfb;
}

.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

@font-face {
  font-family: return_to_sender;
  src: url("fonts/return_to_sender-webfont.woff2") format("woff2"), url("fonts/return_to_sender-webfont.woff") format("woff");
}

.return_to_sender {
  font-family: return_to_sender;
}

/* リンク
----------------------------------------------------*/
a {
  color: #282252;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:visited {
  color: #282252;
}

a:hover {
  color: #282252;
  text-decoration: underline;
}

.fade a:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/* 共通パーツ
----------------------------------------------------*/
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.main {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: auto;
}

.contents {
  padding: 60px 4% 20px;
}

@media only screen and (min-width: 768px) {
  .contents {
    padding: 60px 30px 20px;
  }
}

.mainvisual {
  width: 100%;
  background: #000;
  text-align: center;
}

.hdg_container {
  width: 100%;
  max-width: 960px;
  padding: 0 4%;
  margin: 10px auto 5px;
}

@media only screen and (min-width: 768px) {
  .hdg_container {
    padding: 0 30px;
  }
}

.hdg_container .hdg_lv1 {
  margin-bottom: 0;
}

.hdg_lv1 {
  display: inline-block;
  margin-bottom: 30px;
  color: #282252;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 3rem;
  text-align: center;
}

.hdg_lv1 span {
  display: block;
  padding: 4px 20px 0;
  border-top: 2px solid;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .1em;
}

.hdg_lv1_center {
  display: block;
  margin-bottom: 50px;
  color: #282252;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.hdg_lv2 {
  position: relative;
  width: 160px;
  color: #282252;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 2px solid;
}

.hdg_lv2::after {
  content: "";
  display: block;
  width: 160px;
  border-bottom: 2px solid;
  transform: rotate(-8deg);
  position: absolute;
  bottom: -6px;
}

.hdg_lv2_long {
  color: #282252;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

/* ヘッダー
----------------------------------------------------*/
.header {
  height: 60px;
  background: #1d1d1d;
}

.header .container {
  max-width: 960px;
  margin: 0 auto;
}

.header .container > h1 {
  float: left;
  width: 220px;
  margin-right: 20px;
}

.header .container > h1 a {
  display: block;
  padding: 5px 0;
}

.header .container > ul {
  display: none;
}

@media only screen and (min-width: 768px) {
  .header .container > ul {
    display: -webkit-flex;
    /*Safari*/
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header .container > ul li {
    -webkit-box-flex: 1;
    /* Android ~4.3 */
    -webkit-flex-grow: 1;
    /*Safari*/
    flex-grow: 1;
  }
  .header .container > ul li a {
    display: block;
    height: 60px;
    padding: 12px 0 0;
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 2.4rem;
    text-decoration: none;
    text-align: center;
    letter-spacing: .08em;
  }
  .header .container > ul li a span {
    display: block;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1rem;
    margin-top: 3px;
  }
  .header .container > ul li a:hover {
    color: #ffd6b1;
  }
}

/* スマホメニュー
----------------------------------------------------*/
@media only screen and (min-width: 768px) {
  button.drawer-toggle {
    display: none;
  }
}

button.drawer-toggle, .drawer-hamburger:hover {
  background: rgba(40, 34, 82, 0.6);
  width: 36px;
  height: 5px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #fff;
}

.drawer-nav {
  background: rgba(103, 99, 132, 0.95);
  padding-top: 40px;
}

.drawer-nav .drawer-menu li a {
  display: block;
  padding: 12px 40px;
  color: #fff;
  font-size: 2.5rem;
  font-family: "Open Sans Condensed", sans-serif;
  text-decoration: none;
  letter-spacing: .05em;
}

.drawer-nav .drawer-menu li a span {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  padding-left: 15px;
}

.drawer-nav .drawer-menu li:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.2);
}

.drawer-nav > h2 {
  margin-top: 25px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em;
}

.drawer-nav .icons {
  display: -webkit-flex;
  /*Safari*/
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 20px 0;
}

.drawer-nav .icons .btn {
  width: 40%;
  height: 50px;
  -webkit-box-flex: 1;
  /* Android ~4.3 */
  -webkit-flex-grow: 1;
  /*Safari*/
  flex-grow: 1;
  margin: 0 5%;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.drawer-nav .icons .btn a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.drawer-nav .icons .btn a img {
  width: 25px;
  padding-right: 5px;
}

.drawer-nav .icons .btn:first-child {
  background: #55acee;
}

.drawer-nav .icons .btn:last-child {
  background: #3B5998;
}

.drawer-open .drawer-nav {
  width: 100%;
}

/* ぱんくず
----------------------------------------------------*/
.breadcrumbs {
  display: none;
}

@media only screen and (min-width: 768px) {
  .breadcrumbs {
    display: block;
    width: 100%;
    max-width: 960px;
    padding: 0 10px;
    margin: 10px auto;
    font-size: 1.2rem;
    letter-spacing: .05em;
  }
}

.breadcrumbs li {
  float: left;
  margin-right: 10px;
}

.breadcrumbs a {
  padding-right: 10px;
  letter-spacing: .05em;
}

/* フッター
----------------------------------------------------*/
.footer {
  position: relative;
  padding: 10px 2px;
  background-color: #282252;
  color: #fff;
}

.footer nav > ul {
  display: none;
}

@media only screen and (min-width: 768px) {
  .footer nav > ul {
    max-width: 740px;
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 10px auto 20px;
  }
  .footer nav > ul li {
    float: left;
    margin: 0 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 1.6rem;
    letter-spacing: .1em;
  }
  .footer nav > ul li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
}

.footer .copyright {
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer .copyright {
    font-size: 1.1rem;
  }
}

/* トップへスクロール
----------------------------------------------------*/
/* トップ
----------------------------------------------------*/
.home .home_slide {
  width: 100vw;
  height: 100vh;
}

.home .home_slide.vegas-container {
  position: fixed;
}

.home .navigation {
  position: relative;
}

.home .navigation .home_logo {
  padding: 5px 40px 20px 10px;
  background: url("images/bg_header_logo.png") no-repeat center;
}

@media only screen and (min-width: 768px) {
  .home .navigation .home_logo {
    max-width: 960px;
    height: 118px;
    padding: 0 0 0 180px;
    margin: 0 auto;
    text-align: left;
  }
}

.home .navigation .home_logo img {
  max-width: 80%;
}

@media only screen and (min-width: 768px) {
  .home .navigation .home_logo img {
    max-width: 100%;
  }
}

.home .navigation .home_nav {
  max-width: 1260px;
  margin: 28px auto 0;
}

@media only screen and (min-width: 768px) {
  .home .navigation .home_nav {
    margin-bottom: 50vh;
  }
}

.home .navigation .home_nav > ul {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .home .navigation .home_nav > ul {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
}

.home .navigation .home_nav > ul li {
  width: 50%;
  margin: 0 auto 40px;
}

@media only screen and (min-width: 768px) {
  .home .navigation .home_nav > ul li {
    width: auto;
    margin: 0 10px 50px;
  }
}

.home .navigation .home_nav > ul li a {
  display: block;
  color: #fff;
  font-family: return_to_sender;
  font-size: 3.4rem;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .home .navigation .home_nav > ul li a {
    font-size: 4rem;
  }
}

.home .navigation .home_nav > ul li a span {
  display: block;
  padding-top: 5px;
  font-size: 1.5rem;
  letter-spacing: .1em;
}

@media only screen and (min-width: 768px) {
  .home .navigation .home_nav > ul li a span {
    font-size: 1.2rem;
    letter-spacing: .2em;
  }
}

.home .navigation .home_nav > ul li a:hover {
  color: #ffd6b1;
}

.home .home_next {
  margin: 0 auto;
  max-width: 960px;
}

@media only screen and (min-width: 768px) {
  .home .home_next {
    position: relative;
    height: 420px;
    margin: 50px auto 0;
  }
}

.home .home_next .column {
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.96);
  background-image: url("images/bg_next_mark.png");
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .home .home_next .column {
    position: absolute;
    width: 760px;
    margin: 0;
  }
}

.home .home_next .column > a {
  position: relative;
  display: block;
  padding: 80px 10px 30px;
  color: #282252;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .home .home_next .column > a {
    padding: 80px 120px 40px 50px;
  }
}

.home .home_next .column > a h2 {
  color: #282252;
  font-size: 3.2rem;
  font-family: "Open Sans Condensed", sans-serif;
  transform: rotate(-10deg);
  border-bottom: 2px solid #282252;
  padding: 0 165px 0 40px;
  position: absolute;
  top: 0px;
  left: -9px;
}

@media only screen and (min-width: 768px) {
  .home .home_next .column > a h2 {
    position: absolute;
    top: 0px;
    left: -9px;
    padding: 0 170px 0 40px;
  }
}

.home .home_next .column > a .title_sub {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.home .home_next .column > a .title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.home .home_next .column > a .info li {
  line-height: 1.4;
}

.home .home_next .column > a .btn {
  margin-top: 30px;
  font-family: "Open Sans Condensed", sans-serif;
  text-align: right;
}

.home .home_next .column > a .btn span {
  display: inline-block;
  padding: 0 3px 1px;
  border-bottom: 1px solid;
}

.home .home_next .column > a .btn span img {
  display: inline-block;
  padding: 3px 0 0 5px;
  width: 15px;
  height: 13px;
}

.home .home_next figure {
  max-height: 360px;
  text-align: center;
  margin: 10px auto 0;
}

@media only screen and (min-width: 768px) {
  .home .home_next figure {
    position: absolute;
    top: 20px;
    right: -180px;
    text-align: right;
  }
}

.home .home_next figure img {
  max-width: 60%;
  width: 100%;
  max-height: auto;
}

@media only screen and (min-width: 768px) {
  .home .home_next figure img {
    width: 280px;
    max-width: 280px;
    max-height: auto;
  }
}

.home .main {
  position: relative;
}

.home .main .home_guest {
  padding: 20px 0 0;
  margin: 40px 10px 0;
  background: rgba(255, 255, 255, 0.96);
}

@media only screen and (min-width: 768px) {
  .home .main .home_guest {
    padding: 10px 0;
    margin: 40px 0 0;
  }
}

.home .main .home_guest .container {
  margin: 0 20px 30px;
}

@media only screen and (min-width: 768px) {
  .home .main .home_guest .container {
    float: left;
    padding-top: 40px;
  }
}

.home .main .home_guest .container .btn span {
  display: inline-block;
  padding: 0 3px 1px;
  border-bottom: 1px solid;
  font-size: 1.4rem;
  font-weight: bold;
}

.home .main .home_guest .container .btn span img {
  display: inline-block;
  padding: 3px 0 0 3px;
  width: 15px;
  height: 13px;
}

@media only screen and (min-width: 768px) {
  .home .main .home_guest .list {
    float: right;
    width: 760px;
  }
}

.home .main .home_guest .list > li {
  border-bottom: 1px solid;
}

@media only screen and (min-width: 768px) {
  .home .main .home_guest .list > li {
    float: left;
    width: 50%;
  }
}

.home .main .home_guest .list > li > a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .home .main .home_guest .list > li > a {
    width: 380px;
  }
}

.home .main .home_guest .list > li > a .title_sub {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

.home .main .home_guest .list > li > a .title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.home .main .home_guest .list > li > a .info > li {
  font-size: 1.3rem;
  line-height: 1.6;
}

.home .main .home_guest .list > li > a .btn {
  font-family: "Open Sans Condensed", sans-serif;
  text-align: right;
}

.home .main .home_guest .list > li > a .btn span {
  display: inline-block;
  padding: 0 3px 1px;
  border-bottom: 1px solid;
}

.home .main .home_guest .list > li > a .btn span img {
  display: inline-block;
  padding: 3px 0 0 5px;
  width: 15px;
  height: 13px;
}

@media only screen and (min-width: 768px) {
  .home .main .home_guest .list > li:nth-child(even) {
    border-left: 1px solid;
  }
}

@media only screen and (min-width: 768px) {
  .home .main .home_guest .list > li:nth-child(-n+2) > a {
    padding-top: 10px;
  }
}

.home .main .home_news {
  padding: 20px 0 0;
  margin: 60px 10px 20px;
  background: rgba(255, 255, 255, 0.96);
}

@media only screen and (min-width: 768px) {
  .home .main .home_news {
    padding: 10px;
    margin: 60px auto 20px;
  }
}

.home .main .home_news .hdg_lv2 {
  margin: 0 20px 30px;
}

@media only screen and (min-width: 768px) {
  .home .main .home_news .hdg_lv2 {
    float: right;
    margin: 10px 0 0;
  }
}

.home .main .home_news > ul {
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .home .main .home_news > ul {
    float: left;
    width: 760px;
  }
}

.home .main .home_news > ul li {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
}

.home .main .home_news > ul li a, .home .main .home_news > ul li span {
  display: block;
  color: #282252;
  font-size: 1.4rem;
  text-decoration: none;
  letter-spacing: .05em;
}

.home .main .home_news > ul li .date {
  margin-bottom: 5px;
  padding-left: 8px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  .home .main .home_news > ul li .date {
    float: left;
    width: 90px;
    margin: 0;
  }
}

.home .main .home_news > ul li .txt {
  font-weight: bold;
  padding-left: 8px;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  .home .main .home_news > ul li .txt {
    float: left;
    width: 650px;
  }
}

.home .main .home_news > ul li a .txt {
  text-decoration: underline;
}

.home .sns {
  position: relative;
  background: rgba(72, 72, 72, 0.8);
  padding: 25px 0;
}

@media only screen and (min-width: 768px) {
  .home .sns {
    padding: 45px 0;
  }
}

.home .sns h2 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .home .sns h2 {
    font-size: 3rem;
  }
}

.home .sns .container.sp {
  display: -webkit-flex;
  /*Safari*/
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 25px 0 0;
}

.home .sns .container.sp .btn {
  width: 48%;
  height: 50px;
  -webkit-box-flex: 1;
  /* Android ~4.3 */
  -webkit-flex-grow: 1;
  /*Safari*/
  flex-grow: 1;
  margin: 0 1%;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.home .sns .container.sp .btn a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.home .sns .container.sp .btn a img {
  width: 25px;
  padding-right: 5px;
}

.home .sns .container.sp .btn:first-child {
  background: #55acee;
}

.home .sns .container.sp .btn:last-child {
  background: #3B5998;
}

.home .sns .container.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .home .sns .container.sp {
    display: none;
  }
  .home .sns .container.pc {
    display: block;
    width: 840px;
    margin: 10px auto 0;
  }
  .home .sns .container.pc .column {
    float: left;
    width: 370px;
    margin: 0 25px;
  }
  .home .sns .container.pc .column h3 {
    margin: 30px 0 20px;
    color: #fff;
    font-size: 2.6rem;
    font-family: "Open Sans Condensed", sans-serif;
    text-align: center;
    letter-spacing: .08em;
  }
}

/* About
----------------------------------------------------*/
.about .contents .container {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .about .contents .container {
    margin-bottom: 50px;
  }
}

.about .contents .container .txt {
  width: 500px;
  margin-bottom: 30px;
  max-width: 100%;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: .05em;
}

.about .contents .container figure {
  max-width: 340px;
  margin-bottom: 30px;
}

.about .contents .container:first-of-type .txt {
  float: left;
}

.about .contents .container:first-of-type figure {
  float: right;
}

.about .contents .container:nth-of-type(2) .txt {
  float: right;
}

.about .contents .container:nth-of-type(2) figure {
  float: left;
}

/* Member
----------------------------------------------------*/
.post-type-archive-member .contents .list {
  display: flex;
  flex-wrap: wrap;
}

.post-type-archive-member .contents .list li {
  position: relative;
  width: 47%;
  margin: 0 6% 40px 0;
}

.post-type-archive-member .contents .list li:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .post-type-archive-member .contents .list li {
    width: 200px;
    margin: 0 30px 40px 0;
  }
  .post-type-archive-member .contents .list li:nth-child(2n) {
    margin-right: 30px;
  }
  .post-type-archive-member .contents .list li:nth-child(4n) {
    margin-right: 0;
  }
}

.post-type-archive-member .contents .list li a {
  display: block;
  color: #282252;
  text-align: center;
  text-decoration: none;
}

.post-type-archive-member .contents .list li a figure {
  max-width: 200px;
  margin-bottom: 10px;
  background: #dcdcdc;
}

.post-type-archive-member .contents .list li a .name {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.post-type-archive-member .contents .list li a .number {
  position: absolute;
  top: 0;
  right: 4px;
  color: #fff;
  font-family: return_to_sender;
  font-size: 4rem;
}

/* Member-single
----------------------------------------------------*/
.single-member .member_mainvisual {
  background: url("images/bg_member.jpg") no-repeat center top #000;
}

.single-member .member_mainvisual .container {
  width: 100%;
  max-width: 960px;
  min-height: 100px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .single-member .member_mainvisual .container {
    min-height: 260px;
    padding-left: 60px;
  }
}

.single-member .member_mainvisual .container figure {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .single-member .member_mainvisual .container figure {
    float: left;
    width: 260px;
    height: 260px;
  }
}

.single-member .member_mainvisual .container .info {
  position: relative;
  padding-bottom: 10px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .single-member .member_mainvisual .container .info {
    float: left;
    margin: 70px 40px 0;
    text-align: left;
  }
}

.single-member .member_mainvisual .container .info .number {
  position: absolute;
  top: 26px;
  left: -45px;
  color: #fff;
  font-family: return_to_sender;
  font-size: 4rem;
  letter-spacing: 0.06em;
}

.single-member .member_mainvisual .container .info .name {
  padding-top: 30px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .14em;
}

@media only screen and (min-width: 768px) {
  .single-member .member_mainvisual .container .info .name {
    font-size: 3.6rem;
  }
}

.single-member .member_mainvisual .container .info .position {
  color: #fff;
  font-weight: bold;
  letter-spacing: .14em;
}

.single-member .info {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .single-member .info {
    float: left;
    max-width: 550px;
  }
}

.single-member .info .cast_history {
  margin-bottom: 60px;
}

.single-member .info .cast_history > li {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #676384;
  font-size: 1.4rem;
  line-height: 1.5;
}

.single-member .info .guest_history {
  margin-bottom: 60px;
}

.single-member .info .guest_history li {
  font-size: 1.4rem;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #676384;
}

.single-member .info .guest_history li .date {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .single-member .info .guest_history li .date {
    float: left;
    width: 100px;
    font-weight: normal;
  }
}

.single-member .info .guest_history li > .container {
  padding-left: 5px;
}

@media only screen and (min-width: 768px) {
  .single-member .info .guest_history li > .container {
    float: left;
    max-width: 450px;
    padding-left: 0;
  }
}

.single-member .info .guest_history li .date, .single-member .info .guest_history li .title_sub, .single-member .info .guest_history li .title, .single-member .info .guest_history li .txt {
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .single-member .photo {
    float: right;
    max-width: 300px;
  }
}

.single-member .photo .member_pho01 {
  text-align: center;
  margin-bottom: 30px;
  background: #000000;
}

.single-member .photo .member_pho02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single-member .photo .member_pho02 li {
  overflow: hidden;
  width: 49%;
  height: 49vw;
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
  .single-member .photo .member_pho02 li {
    height: 140px;
  }
}

/* History
----------------------------------------------------*/
.post-type-archive-history .contents li {
  margin-bottom: 30px;
  border-bottom: 1px solid #676384;
}

@media only screen and (min-width: 768px) {
  .post-type-archive-history .contents li {
    float: left;
    width: 440px;
  }
  .post-type-archive-history .contents li:nth-child(2n) {
    margin-left: 20px;
  }
}

.post-type-archive-history .contents li a {
  display: block;
  color: #282252;
  text-decoration: none;
}

.post-type-archive-history .contents li a figure {
  float: left;
  width: 30%;
  max-width: 120px;
  margin: 0 3% 10px 0;
}

@media only screen and (min-width: 768px) {
  .post-type-archive-history .contents li a figure {
    margin-right: 10px;
  }
}

.post-type-archive-history .contents li a .info {
  float: left;
  width: 67%;
  max-width: 310px;
  margin-bottom: 10px;
}

.post-type-archive-history .contents li a .info .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.post-type-archive-history .contents li a .info .title_sub, .post-type-archive-history .contents li a .info .title, .post-type-archive-history .contents li a .info .date, .post-type-archive-history .contents li a .info .place {
  line-height: 1.5;
}

.post-type-archive-history .contents li a .info .title_sub, .post-type-archive-history .contents li a .info .date, .post-type-archive-history .contents li a .info .place {
  font-size: 1.4rem;
  color: #333333;
}

/* history-single
----------------------------------------------------*/
.single-history .contents .figures, .page-template-page-next .contents .figures, .single-event .contents .figures {
  width: 60%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .single-history .contents .figures, .page-template-page-next .contents .figures, .single-event .contents .figures {
    float: left;
    width: 320px;
    margin: 0 30px 10px 0;
  }
}

.single-history .contents .figures > figure, .page-template-page-next .contents .figures > figure, .single-event .contents .figures > figure {
  margin-bottom: 30px;
}

.single-history .contents .title_sub, .page-template-page-next .contents .title_sub, .single-event .contents .title_sub {
  margin-bottom: 5px;
  line-height: 1.4;
}

.single-history .contents .title, .page-template-page-next .contents .title, .single-event .contents .title {
  margin-bottom: 5px;
  color: #282252;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.single-history .contents .sakuen, .page-template-page-next .contents .sakuen, .single-event .contents .sakuen {
  margin-bottom: 40px;
  line-height: 1.4;
}

.single-history .contents .info, .page-template-page-next .contents .info, .single-event .contents .info {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .single-history .contents .info, .page-template-page-next .contents .info, .single-event .contents .info {
    float: left;
    width: 550px;
  }
}

.single-history .contents .info .summary, .page-template-page-next .contents .info .summary, .single-event .contents .info .summary {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 40px;
}

.single-history .contents .info .date, .single-history .contents .info .place, .single-history .contents .info .map, .single-history .contents .info .cast, .single-history .contents .info .staff, .single-history .contents .info .support, .single-history .contents .info .special_url, .page-template-page-next .contents .info .date, .page-template-page-next .contents .info .place, .page-template-page-next .contents .info .map, .page-template-page-next .contents .info .cast, .page-template-page-next .contents .info .staff, .page-template-page-next .contents .info .support, .page-template-page-next .contents .info .special_url, .single-event .contents .info .date, .single-event .contents .info .place, .single-event .contents .info .map, .single-event .contents .info .cast, .single-event .contents .info .staff, .single-event .contents .info .support, .single-event .contents .info .special_url {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.single-history .contents .info .map, .page-template-page-next .contents .info .map, .single-event .contents .info .map {
  width: 100%;
  height: 260px;
}

.single-history .contents .info .special_url a::before, .page-template-page-next .contents .info .special_url a::before, .single-event .contents .info .special_url a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(images/ico_arrow.svg);
  background-repeat: no-repeat;
}

.single-event .contents .title {
  margin-bottom: 40px;
}

/* event-archive
----------------------------------------------------*/
.post-type-archive-event .txt {
  margin: 0px 0 30px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: .03em;
}

.post-type-archive-event .fc-toolbar h2 {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .post-type-archive-event .fc-toolbar h2 {
    margin-top: 12px;
    margin-bottom: 0;
  }
}

.post-type-archive-event .eo-fullcalendar-reset .fc-view-container th.fc-day-header {
  padding: 7px 0 !important;
}

.post-type-archive-event .eo-fullcalendar-reset .fc-view-container td .fc-widget-content.fc-sat {
  background: #f7fcff;
}

.post-type-archive-event .eo-fullcalendar-reset .fc-view-container td .fc-widget-content.fc-sun {
  background: #fff7f9;
}

.post-type-archive-event .eo-fullcalendar-reset .fc-view-container td.fc-day-number {
  padding: 5px !important;
}

.post-type-archive-event .list {
  margin-top: 40px;
}

.post-type-archive-event .list > li {
  border-bottom: 1px solid;
}

@media only screen and (min-width: 768px) {
  .post-type-archive-event .list > li {
    float: left;
    width: 50%;
  }
}

.post-type-archive-event .list > li > a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .post-type-archive-event .list > li > a {
    width: 380px;
  }
}

.post-type-archive-event .list > li > a .title_sub {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

.post-type-archive-event .list > li > a .title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.post-type-archive-event .list > li > a .info > li {
  font-size: 1.3rem;
  line-height: 1.6;
}

.post-type-archive-event .list > li > a .btn {
  font-family: "Open Sans Condensed", sans-serif;
  text-align: right;
}

.post-type-archive-event .list > li > a .btn span {
  display: inline-block;
  padding: 0 3px 1px;
  border-bottom: 1px solid;
}

.post-type-archive-event .list > li > a .btn span img {
  display: inline-block;
  padding: 3px 0 0 5px;
  width: 15px;
  height: 13px;
}

@media only screen and (min-width: 768px) {
  .post-type-archive-event .list > li:nth-child(even) {
    border-left: 1px solid;
  }
}

@media only screen and (min-width: 768px) {
  .post-type-archive-event .list > li:nth-child(-n+2) > a {
    padding-top: 10px;
  }
}

.return {
  margin-top: 30px;
  clear: both;
  text-align: center;
}

.return p {
  display: inline-block;
  background: #282252;
  padding: 10px 20px;
  border-radius: 15px;
  font-weight: bold;
}

.return p a {
  color: #fff;
  text-decoration: none;
}

/* Contact
----------------------------------------------------*/
.page-template-page-contact .txt {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.page-template-page-contact .option {
  font-size: 1.2rem;
  line-height: 1.4;
  border-bottom: 1px solid #6b6b6b;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.page-template-page-contact .wpcf7 .wpcf7-form {
  max-width: 600px;
}

.page-template-page-contact .wpcf7 .cf7_hdg {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.page-template-page-contact .wpcf7 .cf7_input {
  margin-bottom: 30px;
}

.page-template-page-contact .wpcf7 .cf7_input .wpcf7-text, .page-template-page-contact .wpcf7 .cf7_input .wpcf7-textarea {
  width: 100%;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  border-radius: 5px;
  padding: 12px 10px;
  border: 2px solid #a9a9a9;
  box-sizing: border-box;
}

.page-template-page-contact .wpcf7 .cf7_input .wpcf7-textarea {
  height: 180px;
}

.page-template-page-contact .wpcf7 .cf7_txt {
  margin-bottom: 20px;
}

.page-template-page-contact .wpcf7 .cf7_btn {
  margin: 30px 0;
}

.page-template-page-contact .wpcf7 span.must {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  background-color: #b33838;
  padding: 5px 8px;
  margin-left: 10px;
  border-radius: 5px;
}

.page-template-page-contact .wpcf7 .wpcf7-submit {
  color: #fff;
  min-width: 120px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 12px;
  background: #282252;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.page-template-page-contact .wpcf7 .wpcf7-submit:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.page-template-page-contact .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 5px;
}

.page-template-page-contact .wpcf7 .div.wpcf7-response-output {
  padding: 0.5em 1em;
  line-height: 1.4;
}

/* Covid19
----------------------------------------------------*/
.page-template-page-covid19 .measures, .page-template-page-covid19 .requests {
  margin: 0 0 40px 10px;
  line-height: 1.6;
}

.page-template-page-covid19 .measures > ul li, .page-template-page-covid19 .requests > ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
  line-height: 1.6;
}

.page-template-page-covid19 .measures > ul li::before, .page-template-page-covid19 .requests > ul li::before {
  content: "・";
}

.page-template-page-covid19 .measures > ul > br, .page-template-page-covid19 .requests > ul > br {
  display: none;
}

.page-template-page-covid19 .date {
  text-align: right;
  margin: 0 0 40px 0;
}

.page-template-page-covid19 .btn-tonext {
  text-align: center;
  margin-bottom: 50px;
}

.page-template-page-covid19 .btn-tonext a {
  display: inline-block;
  color: #fff;
  min-width: 120px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 12px;
  background: #282252;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}

.page-template-page-covid19 .btn-tonext a:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
