@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  color: #000;
}

/* main
==================================*/
main {
  display: block; /*IE対策*/
  margin-top: 50px;
  padding-bottom: 50px;
  background: url(/bunka/suisougaku/images/common/bg.jpg) repeat;
}
main img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
main img.auto {
  width: auto;
}
main .tit-area {
  width: 100%;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
main .tit-area::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(54, 45, 10, 0.65);
  z-index: -1;
}
main .tit-area h1 {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
main .tit-area h1 span {
  display: block;
  font-size: 10px;
  font-family: "Cardo", serif;
  font-weight: 400;
  margin-top: 12px;
  letter-spacing: 0.1em;
}
main .outer {
  margin: 0 15px;
}
main .container {
  background: #fff;
  padding: 0 25px;
  box-sizing: border-box;
  position: relative;
}
main .page-tit {
  font-size: 24px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1.3;
}
main .page-tit span {
  display: block;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 8px;
  color: #514e3a;
}
main .page-tit::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #b1b1a1;
}
main .line-tit {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  padding-bottom: 12px;
  border-bottom: 1px solid #b1b1a1;
}
main .round {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  line-height: 1.2;
}
main .round::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #9f9a87;
  left: 0;
  top: 8px;
}
main .link-btn a {
  position: relative;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #009944;
  position: relative;
  box-sizing: border-box;
  margin: auto;
}
main .link-btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 6px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/bunka/suisougaku/images/common/arrow.svg) no-repeat 0/contain;
}
main .link-btn a span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  position: relative;
}
main .link-btn.btn-bl a {
  background: #004ea2;
}
main .news-area {
  padding: 30px 25px;
  position: relative;
}
main .news-area .news-tit {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 34px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}
main .news-area .news-tit::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #b1b1b1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
main .news-area .news-tit span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 10px;
  color: #514e3a;
  margin-top: 3px;
  display: block;
}
main .news-area .news-list {
  margin-top: 23px;
}
main .news-area .news-list li {
  margin-bottom: 20px;
}
main .news-area .news-list li a dl dt {
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #514e3a;
  margin-right: 10px;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
main .news-area .news-list li a dl .type {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
  color: #514e3a;
  display: inline-block;
  line-height: 1;
}
main .news-area .news-list li a dl .type.type2 {
  color: #00873c;
}
main .news-area .news-list li a dl .type.type3 {
  color: #004ea2;
}
main .news-area .news-list li a dl .title {
  display: block;
  margin-top: 4px;
}
main .news-area .news-list li a dl .title span {
  position: relative;
  border-bottom: 1px solid transparent;
}
main .news-area .more {
  text-align: center;
}
main .news-area .more a {
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #6a603a;
  text-align: center;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #b1b1a1;
  box-sizing: border-box;
  position: relative;
}
main .news-area .more a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 6px;
  background: url(/bunka/suisougaku/images/common/arrow-be.svg) no-repeat 0/contain;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
main .anim-link {
  position: relative;
  color: #6a603a;
  font-weight: 700;
}
main .anim-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6a603a;
  width: 100%;
  height: 1px;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 55px;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  padding-left: 15px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
header .header-inner .logo {
  width: 109px;
}
header .header-inner .logo img {
  width: 100%;
  height: auto;
}
header .header-inner nav {
  position: fixed;
  background: #fff;
  display: none;
  left: 0;
  right: 0;
  height: 490px;
  top: 50px;
  padding: 35px 22px 0;
}
header .header-inner nav .main-list > li {
  padding: 15px;
  border-bottom: 1px solid #b6b6a7;
  line-height: 1;
}
header .header-inner nav .main-list > li a {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
header .header-inner nav .main-list > li .sub-list {
  display: flex;
  flex-wrap: wrap;
}
header .header-inner nav .main-list > li .sub-list li {
  width: 50%;
  margin-top: 22px;
  line-height: 1;
  color: #5e5e5e;
  font-size: 14px;
}
header .header-inner nav .main-list > li .sub-list li a {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #5e5e5e;
  font-size: 14px;
}
header .header-inner .btn-nav {
  z-index: 1;
  width: 55px;
  height: 55px;
  position: absolute;
  right: 0;
  top: 0;
  background: #6a603a;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-inner .btn-nav .btn-trigger {
  position: relative;
  width: 25px;
  height: 11px;
  display: inline-block;
  margin: auto;
  transition: all 0.5s;
  box-sizing: border-box;
}
header .header-inner .btn-nav .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
header .header-inner .btn-nav .btn-trigger span:nth-of-type(1) {
  top: 0;
}
header .header-inner .btn-nav .btn-trigger span:nth-of-type(2) {
  top: 5px;
}
header .header-inner .btn-nav .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
header .header-inner .btn-nav.open .btn-trigger span:nth-of-type(1) {
  transform: translateY(5px) rotate(-30deg);
}
header .header-inner .btn-nav.open .btn-trigger span:nth-of-type(2) {
  opacity: 0;
}
header .header-inner .btn-nav.open .btn-trigger span:nth-of-type(3) {
  transform: translateY(-5px) rotate(30deg);
}

/* footer
==================================*/
footer {
  background: #1b1b1b;
}
footer .footer-inner {
  position: relative;
  padding: 35px 22px 25px;
  box-sizing: border-box;
}
footer .footer-inner .top-row .main-list > li {
  padding: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  border-bottom: 1px solid #464646;
  line-height: 1;
}
footer .footer-inner .top-row .main-list > li a {
  color: #fff;
}
footer .footer-inner .top-row .main-list > li .sub-list {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-inner .top-row .main-list > li .sub-list li {
  width: 50%;
  font-size: 14px;
  color: #ababab;
  line-height: 1;
  margin-top: 20px;
}
footer .footer-inner .top-row .main-list > li .sub-list li a {
  font-size: 14px;
  color: #ababab;
}
footer .footer-inner .top-row .pagetop {
  text-align: center;
  margin-top: 40px;
}
footer .footer-inner .top-row .pagetop a {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  position: relative;
  top: 0;
}
footer .footer-inner .top-row .pagetop a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url(/bunka/suisougaku/images/common/arrow-top.svg);
  margin-right: 5px;
}
footer .footer-inner .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
footer .footer-inner .bottom-row .logo {
  width: 51%;
}
footer .footer-inner .bottom-row .logo a img {
  width: 100%;
  height: auto;
}
footer .footer-inner .bottom-row .logo a:hover {
  opacity: 0.7;
}
footer .footer-inner .bottom-row .logo2 {
  width: 42%;
}
footer .footer-inner .bottom-row .logo2 img {
  width: 100%;
  height: auto;
}
footer .footer-inner .copy {
  margin-top: 20px;
  font-size: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #777777;
  text-align: center;
  font-feature-settings: "palt";
  line-height: 1.4;
}

/* loader
==================================*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(/bunka/suisougaku/images/common/bg.jpg) repeat;
  z-index: 1;
}
#loader-bg #loader {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #019944;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  color: #019944;
  text-indent: -9999em;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#loader-bg #loader::before {
  background: #019944;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  position: absolute;
  top: 0;
  content: "";
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#loader-bg #loader::after {
  background: #019944;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  position: absolute;
  top: 0;
  content: "";
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-load,
.c-anim-load02,
.c-anim-up,
.c-anim-up01,
.c-anim-up02,
.c-anim-up03 {
  opacity: 0;
  transition: 1s ease;
}

.move {
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top main .main-img ul {
  position: relative;
  width: 100%;
  height: 144vw;
}
#Top main .main-img ul li {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#Top main .main-img ul li.img2 {
  width: 41vw;
  height: 44vw;
  left: 0vw;
  top: 0;
  background-image: url(/bunka/suisougaku/images/top/ph02.jpg);
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}
#Top main .main-img ul li.img6 {
  width: 58vw;
  height: 15vw;
  left: 42vw;
  top: 0;
  background-image: url(/bunka/suisougaku/images/top/ph06.jpg);
}
#Top main .main-img ul li.img8 {
  width: 58vw;
  height: 28vw;
  left: 42vw;
  top: 16vw;
  background-image: url(/bunka/suisougaku/images/top/ph08.jpg);
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}
#Top main .main-img ul li.img1 {
  width: 25vw;
  height: 31vw;
  left: 0;
  top: 45vw;
  background-image: url(/bunka/suisougaku/images/top/ph01.jpg);
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}
#Top main .main-img ul li.img4 {
  width: 25vw;
  height: 15vw;
  left: 0vw;
  top: 77vw;
  background-image: url(/bunka/suisougaku/images/top/ph04.jpg);
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}
#Top main .main-img ul li.img-logo {
  width: 47vw;
  height: 47vw;
  left: 26vw;
  top: 45vw;
  background-image: url(/bunka/suisougaku/images/top/top-logo.jpg);
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}
#Top main .main-img ul li.img9 {
  width: 27vw;
  height: 16vw;
  left: 73vw;
  top: 45vw;
  background-image: url(/bunka/suisougaku/images/top/ph09.jpg);
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}
#Top main .main-img ul li.img11 {
  width: 27vw;
  height: 31vw;
  left: 73vw;
  top: 61vw;
  background-image: url(/bunka/suisougaku/images/top/ph11.jpg);
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}
#Top main .main-img ul li.img7 {
  width: 73vw;
  height: 19vw;
  left: 0vw;
  top: 93vw;
  background-image: url(/bunka/suisougaku/images/top/ph07.jpg);
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
#Top main .main-img ul li.img10 {
  width: 26vw;
  height: 19vw;
  left: 74vw;
  top: 93vw;
  background-image: url(/bunka/suisougaku/images/top/ph10.jpg);
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}
#Top main .main-img ul li.img5 {
  width: 57vw;
  height: 31vw;
  left: 0;
  top: 113vw;
  background-image: url(/bunka/suisougaku/images/top/ph05.jpg);
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}
#Top main .main-img ul li.img12 {
  width: 42vw;
  height: 31vw;
  left: 58vw;
  top: 113vw;
  background-image: url(/bunka/suisougaku/images/top/ph12.jpg);
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}
#Top main .link-list {
  margin-top: 40px;
}
#Top main .link-list .link-wrap {
  background: #fff;
  padding: 30px 25px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
#Top main .link-list .link-wrap figure {
  width: 59%;
  margin: auto;
}
#Top main .link-list .link-wrap dl dt {
  padding: 20px 0 16px;
  font-size: 26px;
  color: #00873c;
  border-bottom: 1px solid #b1b1a1;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
#Top main .link-list .link-wrap dl dt.bl {
  color: #004ea2;
}
#Top main .link-list .link-wrap dl dd.info {
  padding-top: 12px;
}
#Top main .link-list .link-wrap dl dd.link-btn {
  padding-top: 20px;
}
#Top main .news-area {
  margin-top: 20px;
}

/*==================================
  Koryu
==================================*/
#Koryu main .tit-area {
  background: url(/bunka/suisougaku/images/koryu/main.jpg) no-repeat center/cover;
}
#Koryu main .page-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 15px 30px;
  box-sizing: border-box;
}
#Koryu main .page-link li {
  padding: 15px 0;
  position: relative;
  line-height: 1;
  width: calc(50% - 10px);
  border-bottom: 1px solid #b1b1a1;
}
#Koryu main .page-link li a {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
#Koryu main .page-link li a.here {
  color: #6a603a;
}
#Koryu main .about {
  padding-top: 30px;
  padding-bottom: 25px;
}
#Koryu main .about .page-tit {
  margin-bottom: 23px;
}
#Koryu main .link-list {
  margin-top: 20px;
}
#Koryu main .link-list .link-wrap {
  background: #fff;
  padding: 30px 25px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
#Koryu main .link-list .link-wrap figure {
  width: 59%;
  margin: auto;
}
#Koryu main .link-list .link-wrap dl dt {
  padding: 20px 0 16px;
  font-size: 26px;
  color: #00873c;
  border-bottom: 1px solid #b1b1a1;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
#Koryu main .link-list .link-wrap dl dd.info {
  padding-top: 12px;
}
#Koryu main .link-list .link-wrap dl dd.link-btn {
  padding-top: 20px;
}
#Koryu main .news-area {
  margin-top: 20px;
}
#Koryu main .inner {
  padding-top: 30px;
  padding-bottom: 10px;
}
#Koryu main .inner .sec {
  padding-bottom: 10px;
}
#Koryu main .inner .line-tit {
  color: #00873c;
  margin-bottom: 13px;
}
#Koryu main .inner .round {
  margin-bottom: 13px;
}
#Koryu main .inner .round::before {
  background: #00873c;
}
#Koryu main .inner p {
  margin-bottom: 25px;
}
#Koryu main .inner dl {
  margin-bottom: 18px;
}
#Koryu main .inner dl dd {
  margin-left: 20px;
}
#Koryu main .inner .table-area {
  overflow: auto;
  white-space: nowrap;
}
#Koryu main .inner .table-area table {
  width: 100%;
  margin-bottom: 25px;
}
#Koryu main .inner .table-area table tr th {
  font-weight: 700;
  color: #fff;
  background: #9f9a87;
  border: 1px solid #b1b1a1;
  box-sizing: border-box;
  line-height: 1;
  padding: 20px 17px;
  text-align: left;
}
#Koryu main .inner .table-area table tr td {
  border: 1px solid #b1b1a1;
  box-sizing: border-box;
  line-height: 1;
  padding: 20px 17px;
}
#Koryu main .inner .table-area table tr td:nth-of-type(1) {
  width: 265px;
}
#Koryu main .inner .table-area table tr:nth-of-type(2n + 1) td {
  background: #f7f6f2;
}
#Koryu main .inner .archive-list {
  margin-top: 30px;
}
#Koryu main .inner .archive-list table tr td {
  line-height: 1.3;
}
#Koryu main .inner .free-area {
  margin-top: 30px;
}
#Koryu main .inner .free-area figure {
  width: 51%;
  margin: 0 auto 27px;
}
#Koryu main .inner .shop-link {
  width: 225px;
  margin: 14px 0 16px;
}

/*==================================
  Senbatsu
==================================*/
#Senbatsu main .tit-area {
  background: url(/bunka/suisougaku/images/senbatsu/main.jpg) no-repeat center/cover;
}
#Senbatsu main .page-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 15px 30px;
  box-sizing: border-box;
}
#Senbatsu main .page-link li {
  padding: 15px 0;
  position: relative;
  line-height: 1;
  width: calc(50% - 10px);
  border-bottom: 1px solid #b1b1a1;
}
#Senbatsu main .page-link li a {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
#Senbatsu main .page-link li a.here {
  color: #6a603a;
}
#Senbatsu main .about {
  padding-top: 30px;
  padding-bottom: 25px;
}
#Senbatsu main .about .page-tit {
  margin-bottom: 23px;
}
#Senbatsu main .link-list {
  margin-top: 20px;
}
#Senbatsu main .link-list .link-wrap {
  background: #fff;
  padding: 30px 25px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
#Senbatsu main .link-list .link-wrap figure {
  width: 59%;
  margin: auto;
}
#Senbatsu main .link-list .link-wrap dl dt {
  padding: 20px 0 16px;
  font-size: 26px;
  color: #004ea2;
  border-bottom: 1px solid #b1b1a1;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
#Senbatsu main .link-list .link-wrap dl dd.info {
  padding-top: 12px;
}
#Senbatsu main .link-list .link-wrap dl dd.link-btn {
  padding-top: 20px;
}
#Senbatsu main .live-area {
  margin-top: 15px;
  padding: 37px 0;
  text-align: center;
  background: url(/bunka/suisougaku/images/senbatsu/sp-bg-live.jpg) no-repeat center/cover;
}
#Senbatsu main .live-area h2 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 13px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
#Senbatsu main .live-area h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #fff;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#Senbatsu main .live-area p {
  color: #fff;
}
#Senbatsu main .live-area .link-btn {
  margin-top: 17px;
}
#Senbatsu main .news-area {
  margin-top: 20px;
}
#Senbatsu main .inner {
  padding-top: 30px;
  padding-bottom: 10px;
}
#Senbatsu main .inner .sec {
  padding-bottom: 10px;
}
#Senbatsu main .inner .line-tit {
  color: #004ea2;
  margin-bottom: 13px;
}
#Senbatsu main .inner .round {
  margin-bottom: 5px;
}
#Senbatsu main .inner .round::before {
  background: #004ea2;
}
#Senbatsu main .inner p {
  margin-bottom: 25px;
}
#Senbatsu main .inner dl {
  margin-bottom: 18px;
}
#Senbatsu main .inner dl dd {
  margin-left: 20px;
}
#Senbatsu main .inner dl dd .judge-list {
  margin-top: 30px;
}
#Senbatsu main .inner dl dd .judge-list li {
  margin-top: 30px;
}
#Senbatsu main .inner dl dd .judge-list li span {
  display: block;
}
#Senbatsu main .inner .schedule-wrap {
  margin-bottom: 30px;
}
#Senbatsu main .inner .schedule-wrap:last-of-type {
  margin-bottom: 40px;
}
#Senbatsu main .inner .schedule-wrap .table-area {
  overflow: auto;
  white-space: nowrap;
}
#Senbatsu main .inner .schedule-wrap .table-area table {
  margin-bottom: 10px;
}
#Senbatsu main .inner .schedule-wrap .table-area table tr th {
  font-weight: 700;
  color: #fff;
  background: #9f9a87;
  border: 1px solid #b1b1a1;
  box-sizing: border-box;
  line-height: 1;
  padding: 20px 17px;
  text-align: left;
}
#Senbatsu main .inner .schedule-wrap .table-area table tr td {
  border: 1px solid #b1b1a1;
  box-sizing: border-box;
  line-height: 1;
  padding: 20px 17px;
}
#Senbatsu main .inner .schedule-wrap .table-area table tr:nth-of-type(2n + 1) td {
  background: #f7f6f2;
}
#Senbatsu main .inner .intro-area {
  margin-top: 30px;
}
#Senbatsu main .inner .intro-area .schedule-wrap .table-area table tr td:nth-of-type(4) {
  text-align: center;
}
#Senbatsu main .inner .free-area {
  margin-top: 30px;
}
#Senbatsu main .inner .free-area figure {
  width: 51%;
  margin: 0 auto 27px;
}
#Senbatsu main .inner .shop-link {
  width: 225px;
  margin: 14px 0 16px;
}
#Senbatsu main .inner .movie-list {
  margin-top: 30px;
  margin-bottom: 25px;
}
#Senbatsu main .inner .movie-list dl {
  margin-bottom: 50px;
}
#Senbatsu main .inner .movie-list dl:last-of-type {
  margin-bottom: 0;
}
#Senbatsu main .inner .movie-list dl dd.movie-area {
  margin-top: 15px;
}
#Senbatsu main .inner .movie-list dl dd.movie-area iframe {
  width: 100%;
  height: auto;
}

/*==================================
  News
==================================*/
#News main .tit-area {
  background: url(/bunka/suisougaku/images/koryu/main.jpg) no-repeat center/cover;
}
#News main .container {
  padding-top: 30px;
  padding-bottom: 50px;
  margin-top: 40px;
}
#News main .container table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
#News main .container table:first-of-type {
  margin-bottom: 0;
}
#News main .container table tr td {
  border: 1px solid #b1b1a1;
  box-sizing: border-box;
  line-height: 1.3;
  padding: 15px 15px;
  font-size: 14px;
}
#News main .container table tr:nth-of-type(2n + 1) td {
  background: #f7f6f2;
}
#News main .container table tr:first-of-type td {
  font-weight: 700;
  color: #fff;
  background: #9f9a87;
  border: 1px solid #b1b1a1;
  box-sizing: border-box;
  padding: 15px 15px;
  text-align: left;
}
#News main .container .news-list li {
  margin-bottom: 20px;
}
#News main .container .news-list li a dl dt {
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #514e3a;
  margin-right: 10px;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
#News main .container .news-list li a dl .type {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
  color: #514e3a;
  display: inline-block;
  line-height: 1;
}
#News main .container .news-list li a dl .type.type2 {
  color: #00873c;
}
#News main .container .news-list li a dl .type.type3 {
  color: #004ea2;
}
#News main .container .news-list li a dl .title {
  display: block;
  margin-top: 4px;
}
#News main .container .news-list li a dl .title span {
  position: relative;
  border-bottom: 1px solid transparent;
}
#News main .container .pager-area {
  margin-top: 40px;
}
#News main .container .pager-area ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#News main .container .pager-area ul li a {
  font-family: "Cardo", serif;
  font-weight: 400;
  display: inline-block;
  color: #6a603a;
  position: relative;
}
#News main .container .pager-area ul li a.link_page {
  font-size: 18px;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  box-sizing: border-box;
  border: 1px solid #6a603a;
}
#News main .container .pager-area ul li a.link_page:hover {
  color: #fff;
  background: #6a603a;
}
#News main .container .pager-area ul li a.link_before {
  margin-right: 10px;
}
#News main .container .pager-area ul li a.link_before::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 6px;
  background: url(/bunka/suisougaku/images/common/arrow-be.svg) no-repeat 0/contain;
  left: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
#News main .container .pager-area ul li a.link_next {
  margin-left: 10px;
}
#News main .container .pager-area ul li a.link_next::before {
  margin-left: 22px;
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 6px;
  background: url(/bunka/suisougaku/images/common/arrow-be.svg) no-repeat 0/contain;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
#News main .container .pager-area ul li .current_page {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  box-sizing: border-box;
  background: #6a603a;
}
#News main .container .blog-area .blog-tit {
  padding: 0 0px 10px;
  border-bottom: 1px solid #b1b1a1;
}
#News main .container .blog-area .blog-tit .tag {
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #514e3a;
  line-height: 1;
  font-size: 14px;
}
#News main .container .blog-area .blog-tit .tag .type {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #514e3a;
  margin-left: 15px;
}
#News main .container .blog-area .blog-tit .tag .type.type2 {
  color: #00873c;
}
#News main .container .blog-area .blog-tit .tag .type.type3 {
  color: #004ea2;
}
#News main .container .blog-area .blog-tit h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.3;
}
#News main .container .blog-area .free-area {
  padding: 15px 0px 50px;
}
#News main .container .blog-area .free-area p {
  font-size: 16px;
  margin-bottom: 30px;
}
#News main .container .blog-area .free-area p:last-of-type {
  margin-bottom: 0;
}
#News main .container .blog-area .free-area p a {
  position: relative;
  color: #6a603a;
  font-weight: 700;
}
#News main .container .blog-area .free-area p a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6a603a;
  width: 100%;
  height: 1px;
}
#News main .container .blog-area .free-area p img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#News main .container .blog-area .blog-pager {
  position: relative;
  height: 35px;
}
#News main .container .blog-area .blog-pager li a {
  font-family: "Cardo", serif;
  font-weight: 400;
  display: inline-block;
  color: #6a603a;
}
#News main .container .blog-area .blog-pager li a.link_list {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-size: 16px;
  margin: 0 5px;
  width: 120px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  box-sizing: border-box;
  border: 1px solid #6a603a;
}
#News main .container .blog-area .blog-pager li a.link_list:hover {
  color: #fff;
  background: #6a603a;
}
#News main .container .blog-area .blog-pager li a.link_prev {
  position: absolute;
  left: calc(50% - 115px);
  top: 50%;
  transform: translateY(-50%);
}
#News main .container .blog-area .blog-pager li a.link_prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 6px;
  background: url(/bunka/suisougaku/images/common/arrow-be.svg) no-repeat 0/contain;
  left: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
#News main .container .blog-area .blog-pager li a.link_next {
  position: absolute;
  right: calc(50% - 130px);
  top: 50%;
  transform: translateY(-50%);
}
#News main .container .blog-area .blog-pager li a.link_next::before {
  margin-left: 22px;
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 6px;
  background: url(/bunka/suisougaku/images/common/arrow-be.svg) no-repeat 0/contain;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

/*==================================
  Access
==================================*/
#Access main .tit-area {
  background: url(/bunka/suisougaku/images/access/main.jpg) no-repeat center/cover;
}
#Access main .page-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 25px;
}
#Access main .page-link li {
  position: relative;
  margin-bottom: 5px;
  width: calc(50% - 5px);
}
#Access main .page-link li a {
  display: inline-block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  background: #fff;
}
#Access main .page-link li a::after {
  content: "";
  display: inline-block;
  border-top: 5px solid #6a603a;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  margin-left: 8px;
  height: 4px;
}
#Access main .page-link li a:hover {
  opacity: 0.7;
}
#Access main .anchor {
  position: absolute;
  top: -55px;
}
#Access main .inner {
  padding-top: 27px;
  padding-bottom: 30px;
}
#Access main .inner .line-tit {
  padding-bottom: 7px;
  margin-bottom: 15px;
  font-size: 20px;
}
#Access main .inner p.pdf-link {
  margin-top: 15px;
}
#Access main .inner p.pdf-link a {
  display: inline-block;
  height: 45px;
  padding: 0 25px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #6a603a;
  line-height: 45px;
  border: 1px solid #6a603a;
  box-sizing: border-box;
}
#Access main .inner p.pdf-link a::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 11px;
  background: url(/bunka/suisougaku/images/common/icon-pdf.svg) no-repeat 0/contain;
  margin-right: 7px;
}
#Access main .sec1 .map-area iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 18px;
}
#Access main .sec1 dl {
  margin-top: 28px;
}
#Access main .sec1 dl .round {
  margin-bottom: 13px;
  font-size: 18px;
}
#Access main .sec1 dl dd {
  margin-left: 20px;
}
#Access main .sec1 dl dd.img {
  margin: 15px 0px 30px;
}
#Access main .sec1 dl dd .row {
  display: flex;
  margin-top: 15px;
}
#Access main .sec1 dl dd .row li {
  width: 123px;
}
#Access main .sec1 dl dd .row li:first-of-type {
  margin-right: 10px;
}
#Access main .sec2 {
  margin-top: 15px;
}
#Access main .sec2 table {
  margin-bottom: 15px;
}
#Access main .sec2 table tr th {
  width: 100%;
  display: block;
  color: #fff;
  background: #9f9a87;
  border: 1px solid #b1b1a1;
  line-height: 1;
  padding: 12px 10px 12px 18px;
  box-sizing: border-box;
  border-bottom: none;
  text-align: left;
}
#Access main .sec2 table tr td {
  width: 100%;
  display: block;
  border: 1px solid #b1b1a1;
  padding: 18px 10px 18px 18px;
  font-feature-settings: "palt";
  box-sizing: border-box;
  border-top: none;
}
#Access main .sec3 {
  margin-top: 15px;
}
#Access main .sec3 .row figure {
  margin: 25px 0;
}

/*==================================
  Contact
==================================*/
body {
  margin: 0;
}

main#Contact {
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
  /*------ Form Base ------*/
  /*------ Form Base END ------*/
}
main#Contact input {
  -webkit-appearance: none;
}
main#Contact input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
main#Contact button,
main#Contact input[type=button],
main#Contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}
main#Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}
main#Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
@keyframes onAutoFillStart {}
main#Contact input:-webkit-autofill {
  animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  transition: background-color 50000s ease-in-out 0s;
}
main#Contact input[type=text]:focus,
main#Contact input[type=email]:focus,
main#Contact input[type=tel]:focus,
main#Contact input[type=search]:focus,
main#Contact input[type=url]:focus,
main#Contact textarea:focus {
  color: #000;
  background-color: #fff;
}
main#Contact input[type=text] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 8px 17px 9px;
  border: 1px solid #f7f6f2;
  background: #f7f6f2;
  box-sizing: border-box;
  width: 100%;
}
main#Contact .zip-wrap {
  background: #f7f6f2;
  display: inline-block;
  position: relative;
  max-width: calc(100% - 135px);
  width: 100%;
  box-sizing: border-box;
  margin-right: 20px;
}
main#Contact .zip-wrap::before {
  content: "〒";
  font-size: 16px;
  position: absolute;
  top: 0.5em;
  left: 16px;
  margin: auto;
}
main#Contact .zip-wrap input {
  padding: 8px 21px 9px 39px;
  width: 100%;
}
main#Contact .zip-wrap + input[type=button] {
  position: relative;
  max-width: 41%;
  width: 100%;
  box-sizing: border-box;
}
main#Contact .ERR {
  color: #cc0303;
}
main#Contact input[type=button] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  color: #6a603a;
  box-sizing: border-box;
}
main#Contact textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  border: 1px solid #f7f6f2;
  background: #f7f6f2;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 21px;
  min-height: 174px;
}
main#Contact .submit_area {
  margin-top: 30px;
  text-align: center;
}
main#Contact .submit_area span {
  position: relative;
}
main#Contact .submit_area span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 6px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/bunka/suisougaku/images/common/arrow.svg) no-repeat 0/contain;
}
main#Contact .submit_area span input[type=submit] {
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 250px;
  height: 50px;
  background: #6a603a;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #6a603a;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
main#Contact .submit_area ul.koumoku {
  margin: 20px auto 0;
  display: flex;
  flex-direction: column-reverse;
}
main#Contact .submit_area ul.koumoku li.left {
  float: none;
  margin-top: 15px;
}
main#Contact .submit_area ul.koumoku li.left span:after {
  left: 20px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}
main#Contact .submit_area ul.koumoku li.right {
  float: none;
}
main#Contact .btn_back {
  margin-top: 25px;
  text-align: center;
}
main#Contact .btn_back span::after {
  left: 20px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}
main#Contact .btn_back input {
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 250px;
  height: 50px;
  background: #6a603a;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #6a603a;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
main#Contact .contact_back {
  margin-top: 25px;
  text-align: center;
}
main#Contact .contact_back a {
  line-height: 50px;
  letter-spacing: 0.13em;
  color: #fff;
  width: 250px;
  height: 50px;
  background: #6a603a;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
}
main#Contact .tit-area {
  background: url(/bunka/suisougaku/images/contact/main.jpg) no-repeat center/cover;
}
main#Contact .container {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 50px;
}
main#Contact .container p {
  font-size: 16px;
}
main#Contact .container .tel-wrap {
  text-align: center;
  padding-bottom: 28px;
}
main#Contact .container .tel-wrap .tel-lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}
main#Contact .container .tel-wrap .tel-num {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin-top: 16px;
  color: #514e3a;
}
main#Contact .container .tel-wrap .tel-num .tel {
  font-size: 30px;
  color: #514e3a;
}
main#Contact .container .anim-line {
  color: #6a603a;
  position: relative;
}
main#Contact .container .anim-line::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6a603a;
  width: 100%;
  height: 1px;
}
main#Contact .container .privacy-check {
  margin-top: 30px;
}
main#Contact .container .privacy-check a {
  margin-right: 3px;
  font-weight: 700;
}
main#Contact .container .privacy-check a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/bunka/suisougaku/images/common/icon-link.svg) no-repeat 0/contain;
}
main#Contact .container .lead {
  margin-bottom: 40px;
}
main#Contact .need {
  color: #fff;
  background: #a0060c;
  width: 44px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  margin-left: 15px;
  position: relative;
  bottom: 1px;
}
main#Contact table {
  display: block;
}
main#Contact table tbody {
  display: block;
}
main#Contact table tr {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #d7d7cf;
  box-sizing: border-box;
}
main#Contact table tr:first-of-type {
  border-top: 1px solid #d7d7cf;
}
main#Contact table tr th {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
main#Contact table tr th .caution {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 8px;
}
main#Contact table tr td {
  display: block;
}
main#Contact table tr td .text02 {
  margin-top: 8px;
}
main#Contact .check-list {
  padding-left: 0;
  padding-top: 5px;
}
main#Contact .check-list li {
  display: inline-block;
}
main#Contact .check-list.type > li {
  display: block;
  margin-bottom: 18px;
}
main#Contact .check-list.type > li:last-child {
  margin-bottom: 0;
}
main#Contact .check-list.pedal > li {
  margin-right: 50px;
}
main#Contact .check-list.pedal > li:last-child {
  margin-right: 0;
}
main#Contact .check-list.play {
  margin-bottom: -18px;
}
main#Contact .check-list.play > li {
  padding-bottom: 18px;
  margin-right: 20px;
}
main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}