@charset "utf-8";
html[lang="ja"] {
  margin: 0 !important;
}
body {
  font-size: 14px;
}
.pc-only {
  display: none !important;
}
#wpadminbar {
  display: none !important;
}
.inner {
  width: 94%;
  margin: auto;
}
.ads-box {
  text-align: center;
}
.ads-box .ads-text {
  font-size: 130%;
  margin: 0 0 10px;
}
/* == parts ============================================== */
.title_center {
  text-align: center;
  font-size: 7vw;
  margin: 0 0 20px;
  font-family: 'Noto Serif JP', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'MS PMincho', serif;
  line-height: 1.5;
}
.title_center span {
  display: block;
  font-size: 50%;
  letter-spacing: 1px;
}
.title_left {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0 10px;
  border-left: solid 4px navy;
  margin: 0 0 30px;
}
.image-base {
  margin: 20px auto;
  pointer-events: none;
}
.image-base.soon {
  position: relative;
}
.image-base.soon::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
}
.image-base.soon::after {
  font-family: 'Noto Serif JP', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'MS PMincho', serif;
  content: 'COMING SOON';
  color: #fff;
  font-size: 200%;
  width: 100%;
  letter-spacing: 2px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.image-box {
  margin: 20px 0;
  pointer-events: none;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 50% 0 0;
}
.image-box .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.image-box .box:nth-child(1) {
  z-index: 2;
  -webkit-animation: image-box1 6s linear 0s infinite;
  animation: image-box1 6s linear 0s infinite;
}
@-webkit-keyframes image-box1 {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes image-box1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.image-base img, .image-box .box img {
  vertical-align: top;
  pointer-events: none;
}
.float-box {
  overflow: hidden;
}
.btn_wrap {
  text-align: center;
  margin: 30px auto 10px;
}
.btn_detail {
  width: 280px;
  display: inline-block;
  margin: 10px;
}
.btn_detail a {
  display: block;
  line-height: 50px;
  border: solid 2px #C7B04B;
  background: #C7B04B;
  color: #fff;
  font-size: 125%;
  font-weight: 700;
  transition: all .3s;
  box-shadow: 0 1px 5px 0px #999;
}
.btn_detail.touch__start a {
  background: #fff;
  color: #C7B04B;
}
.table_wrap {
  overflow-x: scroll;
}
.table_wrap .table_base {
  min-width: 500px;
}
.table_base {
  text-align: center;
  font-size: 82%;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  resize: none;
  margin: 15px auto;
  width: 100%;
}
.table_base th {
  box-sizing: border-box;
  padding: 6px;
  border: solid 1px #999;
  background: #f5f5f5;
  width: auto !important;
}
.table_base td {
  box-sizing: border-box;
  padding: 6px;
  border: solid 1px #999;
  width: auto !important;
}
.table_base tr td.name {
  text-align: left;
}
.table_base small {
  display: block;
  font-size: 80%;
}
/* == header ============================================== */
headet {
  overflow: hidden;
}
header .h-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  z-index: 100;
  padding: 5px 15px;
  box-shadow: 0 1px 10px -3px #999;
}
header .h-inner::after {
  content: '';
  clear: both;
  display: block;
}
header .h-title {
  width: 82px;
  text-align: center;
  margin: auto;
}
header .h-title img {
  vertical-align: top;
}
#menu-trigger {
  position: absolute;
  right: 17px;
  top: 17px;
  width: 30px;
  height: 20px;
}
#menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666;
  border-radius: 4px;
}
#menu-trigger span:nth-of-type(1) {
  top: 0;
}
#menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
#menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.list_main-nav {
  padding: 10px 0;
  position: absolute;
  width: 100%;
  left: -105%;
  top: 53px;
  overflow: hidden;
  background: rgba(255, 255, 255, .9);
  transition: all .5s;
}
body.nav__open .list_main-nav {
  left: 0;
}
.list_main-nav li + li {
  border-top: solid 1px #ddd;
}
.list_main-nav a {
  font-size: 4vw;
  display: block;
  font-weight: 700;
  padding: 10px 15px;
  position: relative;
}
.list_main-nav a::after {
  content: '';
  width: 0;
  height: 4px;
  background: #C7B04B;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .5s;
}
.list_main-nav li.active a::after {
  left: 0;
  right: auto;
  width: 100%;
}
.list_main-nav a span.cell {}
.list_main-nav a span.en {
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: 80%;
}
/* == footer ============================================== */
footer {
  background: #C7B04B;
  padding: 15px 0;
}
footer .copyright {
  text-align: center;
  font-size: 88%;
}
/* == frontpage ==============================================*/
.block_front-main {
  background: url("../img/main-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 100px 0 60px;
  position: relative;
  top: 0;
}
.block_front-main .main-title {
  text-align: center;
  width: 70%;
  margin: auto;
}
.block_front-main .main-title img {
  vertical-align: top;
}
/*---------------------------------------------*/
.block_front-about {
  border-top: 4px solid #C7B04B;
  background-color: #fff;
  background-image: url(../img/logo-sake.png);
  background-size: 164px 148px;
  background-repeat: no-repeat;
  background-position: center top 30%;
  position: relative;
  z-index: 2;
  padding: 50px 0 0;
}
.block_front-about .area_about-lead {
  text-align: center;
  margin: 0 0 50px;
  border-bottom: 2px solid #C7B04B;
  padding: 20px 0 40px;
}
.block_front-about .area_about-lead .about-lead {
  text-align: center;
  font-size: 6vw;
  margin: 0 0 30px;
}
.block_front-about .area_about-lead .about-text {
  font-size: 4.5vw;
  line-height: 2;
}
.block_front-about .area_about-lead .about-text + .about-text {
  margin: 30px 0 0;
}
.block_front-about .area_about-info {
  background: #f5f5f5;
  padding: 30px 0;
}
/*---------------------------------------------*/
.block_front-news {
  padding: 50px 0;
}
.list_news-summary {
  margin: auto;
  border-bottom: 2px solid #C7B04B;
}
.list_news-summary li {
  overflow: hidden;
  padding: 10px 0;
}
.list_news-summary li + li {
  border-top: dashed 1px #ccc;
}
.list_news-summary span.time {
  display: block;
  margin: 0 0 2px;
}
.list_news-summary span.title {
  display: block;
}
/*---------------------------------------------*/
.block_front-event {
  padding: 50px 0;
  background: #f5f5f5;
}
.block_front-event .no-event {
  text-align: center;
  font-size: 5.5vw;
}
/*---------------------------------------------*/
.block_front-archives {
  padding: 50px 0 60px;
}
.list_event-archives li {
  border: solid 2px #C7B04B;
  border-radius: 6px;
  padding: 16px 12px;
  box-shadow: 2px 2px 5px 2px #999;
}
.list_event-archives li + li {
  margin: 20px auto 0;
}
.list_event-archives .archives-title {
  font-size: 6vw;
  margin: 0 0 20px;
  text-shadow: 0px 0px 4px #C7B04B;
}
.list_event-archives .archives-title span {
  display: block;
  font-size: 75%;
}
.list_event-archives .float-box {
  margin: 0 0 20px;
}
.list_event-archives .box-image {
  margin: 0 0 15px;
}
.list_event-archives .box-image .archives-thumbnail {
  margin: 0 0 10px;
}
.list_event-archives .box-image .archives-thumbnail img {
  vertical-align: top;
}
.list_event-archives .box-text {
  border: solid 1px #333;
  border-radius: 6px;
  padding: 10px;
}
.list_event-archives .box-text .archives-comment {
  line-height: 2;
}
.list_event-archives .area_archives-info {
  line-height: 2;
  font-size: 88%;
}
/* == underpage ============================================== */
.block_page-main {
  background: url("../img/main-bg.jpg") no-repeat center;
  padding: 60px 0 30px;
}
.block_page-main .page-title {
  text-align: center;
  width: 200px;
  margin: auto;
}
body.under_base main {
  padding: 100px 0;
}
/* ====== 
page-name #privacy
======*/
.block_privacy ul li + li {
  margin: 20px 0 0;
}
.block_privacy ul li dt {
  font-weight: 700;
  margin: 0 0 3px;
}
.block_privacy ul li dd p + p {
  margin: 10px 0 0;
}
.block_privacy .privacy-lead {
  margin: 0 0 20px;
}
.block_privacy .area_address {
  background: #f5f5f5;
  padding: 20px;
  margin: 30px 0 0;
}
/* ====== 
page-name #contact
======*/
.form_base {
  box-sizing: border-box;
  padding: 30px 10px;
  border: solid 2px rgba(199, 176, 75, 0.5);
  outline: solid 2px rgba(199, 176, 75, 1);
  outline-offset: 5px;
  margin: auto;
  box-shadow: 0 0 2px 2px #C7B04B;
}
.form_base input[type="text"], .form_base input[type="email"], .form_base textarea {
  width: 100%;
  border: solid 2px rgba(199, 176, 75, 0.7);
  padding: 10px;
}
.list_form li + li {
  margin: 25px 0 0;
}
.list_form .area_label {
  font-weight: 700;
  margin: 0 0 5px;
}
.form_base .area_confirm {
  text-align: center;
  margin: 20px 0 40px;
}
.form_base .area_confirm label {
  cursor: pointer;
  display: block;
  margin: 0 0 10px;
}
.form_base .area_submit {
  text-align: center;
}
.form_base .area_submit input[type="submit"] {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50px;
  line-height: 40px;
  background: #C7B04B;
  text-align: center;
  color: #fff;
  font-weight: 700;
  width: 280px;
  box-sizing: border-box;
  outline: none;
  border: solid 2px #C7B04B;
  cursor: pointer;
  transition: all .3s;
}
.form_base .area_submit input[type="submit"]:hover {
  background: #fff;
  color: #C7B04B;
}
/* ====== 
page-name #report
======*/
.block_report time {
  display: block;
  text-align: center;
  margin: 0 0 5px;
  font-size: 125%;
}
.list_staff li {
  overflow: hidden;
}
.list_staff span.position {
  display: block;
  float: left;
  width: 130px;
}
.list_staff span.position small {
  display: block;
  font-size: 88%;
}
.list_staff .name {
  display: block;
  float: left;
  width: calc(100% - 130px);
}
.block_report .area_contents {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: solid 2px #C7B04B;
}
.dl_report {
  padding: 10px;
  overflow: hidden;
}
.dl_report + .dl_report {
  border-top: solid 1px #ccc;
}
.dl_report dt {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 115%;
}
.list_sponsor {
  overflow: hidden;
}
.list_sponsor li {
  width: 49%;
  margin: 0 0 2% 2%;
  text-align: center;
  padding: 15px 0;
  float: left;
}
.list_sponsor li:nth-child(2n + 1) {
  clear: both;
  margin: 0 0 2%;
}
.list_sponsor a {
  display: block;
}
.list_sponsor .thumbnail {
  height: 96px;
  position: relative;
  margin: 0 0 10px;
}
.list_sponsor .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
/* ====== 
page-name #data
======*/
.list_item-set {
  margin: 0 0 30px;
}
.list_item-set li {
  background: #841414;
  padding: 12px;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  margin: 10px 0 0;
}
.list_item-set .set-title {
  font-size: 115%;
  font-weight: 700;
}
.data-set + .data-set {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: dashed 1px #999;
}

/*--------------------*/
.block_pageUnder .page_lead {
  text-align: center;
  margin: 0 0 5%;
}
.block_pageUnder .page_lead a {
  color: blue;
  text-decoration: underline;
  transition: all .2s;
  margin: 0 0 30px;
}
.block_pageUnder .page_lead a:hover {
  color: red;
}
.list_pdf > li {
  box-sizing: border-box;
  border: solid 1px #ccc;
  padding: 8% 4%;
  margin: 0 0 10%;
}
.list_pdf .thumbnail {
  position: relative;
  padding: 104% 0 0;
  overflow: hidden;
  margin: 0 0 5%;
}
.list_pdf .thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.list_pdf figcaption {
  display: block;
  text-align: center;
}
.list_pdf figcaption strong {
  font-size: 125%;
}
.list_pdf .btn_pdf {
  max-width: 400px;
  margin: 8% auto 0;
  border: solid 1px #666;
  text-align: center;
}
.list_pdf .btn_pdf a {
  display: block;
  padding: 4% 0;
  font-weight: 700;
	  background-position: right 3% center;
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_pdf.svg);
}