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

#subvisual {
  position: relative;
  z-index: 2;
}
#subvisual::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 340px;
  top: -135px;
  left: 0;
  background: url(../img/mv_02.svg) -43% 83% / 170% no-repeat,
    url(../img/mv82.png) center / cover no-repeat;
  /*  transform: rotate(30deg) scale(-1, 1);*/
  z-index: -2;
}

#subvisual h2 {
  position: relative;
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.3rem;
  font-weight: 400;
  color: #fff;
  padding: 2.5em 0 1em;
}
#subvisual h2 span {
  position: relative;
  display: block;
  font-family: "Lato", sans-serif;
  /*  text-transform: uppercase;*/
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  font-weight: 400;
  padding: 0 0 2em 0;
}
#subvisual h2 span::after {
  position: absolute;
  content: "";
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 60px;
  height: 1px;
}

/*
.sub #sec01 {
    margin: 1em;
    padding: 1em 0 0;
}
*/

.sub #post_content {
  padding: 2em 0;
  margin: 3em 0;
}

/* btn03 */
#btn03 {
  padding: 2.5em 0 7em;
}
#btn03 .inner {
  max-width: 980px;
}
#btn03 .btn03_box {
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 1;
}
#btn03 .btn03_box a {
  display: block;
  width: 100%;
  height: 100%;
}
#btn03 .btn03_box a:hover {
  background: rgba(255, 255, 255, 0.8);
}
#btn03 .btn03_box a:hover .btn03_ttl {
  color: #595757;
}
/*
#btn03 .btn03_box a:hover {
  opacity: 0.7;
}
*/
#btn03 .btn03_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
#btn03 .btn03_box:nth-of-type(1)::before {
  background: url("../../../../../../index.html") center / cover no-repeat;
}
#btn03 .btn03_box:nth-of-type(2)::before {
  background: url("../../../../../../index.html") center / cover no-repeat;
}
#btn03 .btn03_box:nth-of-type(3)::before {
  background: url("../../../../../../index.html") center / cover no-repeat;
}

#btn03 .btn03_box .btn03_ttl {
  position: absolute;
  font-family: "Hina Mincho", serif;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.5rem;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#btn03 .btn03_box .btn03_ttl span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  font-family: "Source Sans 3", sans-serif;
}

/* ttl */
.subhead_ttl {
  text-align: center;
  font-family: "Hina Mincho", serif;
  font-size: 2.2rem;
}
.subhead_ttl span {
  position: relative;
  font-size: 1.8rem;
  margin: 1em 0 0 0;
}
.subhead_ttl span::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: #357d54;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.prof_ttl {
  position: relative;
  font-family: "Hina Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  padding: 0.4em 0;
  margin: 0 0 1em;
}
.prof_ttl span {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 1.2rem;
  font-family: "Source Sans 3", sans-serif;
}
.prof_ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #595757;
}

/* post-box */
.post-box {
  margin: 2em auto;
  max-width: 900px;
}
.post-box h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  padding: 0.8em 0;
  margin: 3em auto 1.5em;
}
.post-box h3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  /* background: linear-gradient(to right, #2ACEF7, #2ACEF7 20%, #0E5CD3 20%, #0E5CD3); */
  background: linear-gradient(
    to right,
    #91b1db,
    #91b1db 20%,
    #4366b0 20%,
    #4366b0
  );
}
.post-box h4 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  padding: 0.8em;
  margin: 3em 0 1.5em;
}
.post-box h4::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 25px;
  top: -2px;
  left: 0;
  /* background: #0E5CD3; */
  background: #4366b0;

  margin: 1em 0;
}
.post-box h5 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  color: #134071;
  padding: 0.8em 0;
  margin: 2em 0 0.6em;
}
.post-box h6 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  color: #3f4141;
  padding: 0.8em 0;
  margin: 2em 0 0.6em;
}
.post-box h6::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -10px;
  background: #707070;
  margin: 1em 0;
}
.post-box p {
  margin: 0.5em 0;
}
.post-box h3.category_h3 {
  /* background: #0E5CD3; */
  background: #4366b0;
  color: #fff;
  padding: 0.8em;
}
.post-box h3.category_h3::before {
  background: inherit;
}
/* btn */

#table td {
  display: block;
}

/* pagenate */
.pagenate {
  text-align: center;
}
.pagenate .page-numbers {
  position: relative;
  display: inline-block;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  line-height: 2.5;
  border-radius: 50%;
  margin: 2em 0.5em;
}
.pagenate .page-numbers.current {
  background: #134071;
  color: #fff;
}
.single a.page-numbers.current {
  width: 100px;
  border-radius: 30px;
}

/* venue_infomation */
/* パスワード保護画面 */

.post-password-form {
  margin: 1em;
}

.post-password-form p:nth-of-type(2) {
  text-align: left;
}
.post-password-form label {
  color: #134071;
  font-weight: 600;
}

.post-password-form label input[type="password"] {
  border: 1px solid #134071;
  border-radius: 5px;
  margin: 1em 0;
}

.post-password-form input[type="submit"] {
  background: #134071;
  color: #fff;
  border-radius: 10px;
  padding: 0.3em 1em;
  width: 100px;
}

@media screen and (min-width: 700px) {
  /* デスクトップ/タブレット横 */
}

@media screen and (min-width: 1025px) {
  /* デスクトップ/タブレット横 */
  #table td {
    display: inline-block;
  }
}
