@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  position: relative;
}

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

a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

main {
  display: block;
}

p {
  font-family: "Noto Sans JP", sans-serif;
}

/* -- LAYOUT -- */
@media (min-width:768px) and (max-width:1100px) {
  .btn-menu-open__in {
    width: 6.5em !important;
    height: 6.5em !important;
  }
}
@media (max-width:767px) {
  .btn-menu-open__in {
    width: 7.5em !important;
    height: 7.5em !important;
  }
}
.kv {
  position: relative;
  width: 100%;
  background: url(../../img/kv_bg.jpg) center 1em no-repeat;
  background-size: cover;
}
@media (max-width:767px) {
  .kv {
    display: none !important;
  }
}
.kv_sp {
  display: none !important;
}
@media (max-width:767px) {
  .kv_sp {
    display: block !important;
  }
}
.kv_hd {
  width: 100%;
  background: url(../../img/kv_hd.png) center top no-repeat;
  background-size: cover;
  padding: 1em 0 2em;
}
.kv_hd_img {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
}
.kv_ft {
  width: 100%;
  background: url(../../img/kv_ft.png) center bottom no-repeat;
  background-size: cover;
  padding: 2em 0 1.2em;
  position: absolute;
  bottom: 0;
}
.kv_ft_img {
  width: 100%;
  max-width: 666px;
  margin: 0 auto;
}
@media (min-width:768px) and (max-width:1100px) {
  .kv_ft_img {
    width: 70%;
  }
}
.kv_logo {
  width: 100%;
  max-width: 1295px;
  margin: 40px auto 0;
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .kv_logo {
    padding-bottom: 40px;
  }
}
.kv_big {
  background: #171c61;
  padding: 20px 0;
}
@media (max-width:767px) {
  .kv_big {
    padding: 10px 0;
  }
}
.kv_big_bnr {
  display: block;
  width: 100%;
  max-width: 940px;
  margin: 0 auto 30px;
}
@media (min-width:768px) and (max-width:1100px) {
  .kv_big_bnr {
    width: 95%;
  }
}
@media (max-width:767px) {
  .kv_big_bnr {
    width: 88%;
  }
}
.kv_big_btn {
  width: 100%;
  max-width: 1000px;
  font-size: 3.1rem;
  text-align: center;
  padding: 20px 0;
  margin: 0px auto 30px;
  border-radius: 100px;
  box-sizing: border-box;
  color: #072f4d;
  background: #ffef38;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.kv_big_btn img {
  max-width: 50px;
}
.kv_big_btn:hover {
  color: #FFF;
  background: #F00;
  opacity: 1;
}
@media (min-width:768px) and (max-width:1100px) {
  .kv_big_btn {
    width: 94%;
    font-size: 2.2rem;
    margin: 0 auto 15px;
  }
  .kv_big_btn img {
    max-width: 25px;
  }
}
@media (max-width:767px) {
  .kv_big_btn {
    width: 90%;
    font-size: 1.8rem;
    padding: 10px 0;
    margin: 0 auto 15px;
    align-items: flex-start;
    position: relative;
  }
  .kv_big_btn img {
    position: absolute;
    max-width: 25px;
    top: 10%;
    left: 10%;
  }
}
.kv_bnr {
  background: #171c61;
  padding: 30px 0 20px;
}
@media (max-width:767px) {
  .kv_bnr {
    padding: 15px 0 10px;
  }
}
.kv_bnr ul {
  width: 100;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.kv_bnr ul li {
  width: 30%;
  margin: 10px;
}
@media (max-width:767px) {
  .kv_bnr ul li {
    width: 26%;
  }
}
.kv_bnr ul li a {
  width: 100%;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width:767px) {
  .kv_bnr ul li a {
    min-height: 80px;
  }
}
@media (max-width:767px) {
  .kv_bnr ul li a {
    padding: 10px 13px;
  }
}
.kv_bnr ul li a img {
  width: auto;
  max-height: 100px;
}
@media (max-width:767px) {
  .kv_bnr ul li a img {
    max-height: 50px;
  }
}

.main {
  overflow: hidden;
}

.about {
  background: url(../../img/about_bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
@media (min-width:768px) and (max-width:1100px) {
  .about {
    padding: 35px 0;
  }
}
@media (max-width:767px) {
  .about {
    padding: 35px 0 70px;
  }
}
.about::before {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  background-size: 100%;
  width: 25.46875%;
  height: 53.3742331288%;
  left: 0;
  top: 0;
}
.about::after {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  transform: scaleX(-1);
  background-size: 100%;
  width: 25.46875%;
  height: 53.3742331288%;
  right: 0;
  top: 0;
}
.about_bg1 {
  position: absolute;
  z-index: 1;
  background: url(../../img/about_bg1.png) left top no-repeat;
  background-size: 100%;
  width: 6.9791666667%;
  height: 146.2686567164%;
  left: 8.8541666667%;
  top: 38em;
}
@media (max-width:767px) {
  .about_bg1 {
    top: 7em;
  }
}
.about_bg2 {
  position: absolute;
  z-index: 1;
  background: url(../../img/about_bg2.png) left top no-repeat;
  background-size: 100%;
  width: 16.40625%;
  height: 88.5714285714%;
  left: 2.6041666667%;
  top: 75em;
}
@media (max-width:767px) {
  .about_bg2 {
    top: auto;
  }
}
.about_bg3 {
  position: absolute;
  z-index: 1;
  background: url(../../img/about_bg3.png) left top no-repeat;
  background-size: 100%;
  width: 15.2604166667%;
  height: 88.0546075085%;
  right: 2.9166666667%;
  top: 35em;
}
@media (max-width:767px) {
  .about_bg3 {
    top: 6.5em;
    right: 1.5em;
  }
}
.about_bg4 {
  position: absolute;
  z-index: 1;
  background: url(../../img/about_bg4.png) left top no-repeat;
  background-size: 100%;
  width: 8.75%;
  height: 172.619047619%;
  right: 6.1458333333%;
  top: 78em;
}
@media (max-width:767px) {
  .about_bg4 {
    top: auto;
    right: 1.5em;
  }
}
.about_ttl {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_ttl {
    margin: 0 auto 25px;
  }
  .about_ttl img {
    max-height: 110px;
  }
}
@media (max-width:767px) {
  .about_ttl {
    width: 94%;
    margin: 20px auto 50px;
  }
  .about_ttl img {
    max-height: 90px;
  }
}
.about_inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  background: rgb(255, 255, 255);
  border-radius: 40px;
  margin: 100px auto 0;
  box-sizing: border-box;
  padding: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_inner {
    width: 90%;
    padding: 20px;
    margin: 50px auto 35px;
  }
}
@media (max-width:767px) {
  .about_inner {
    width: 90%;
    padding: 20px;
    margin: 35px auto 0px;
  }
}
.about_ph {
  width: 100%;
  max-width: 1050px;
  margin: -80px auto 40px;
  box-sizing: border-box;
}
.about_ph ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.about_ph ul li {
  width: 48%;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_ph {
    margin: -40px auto 20px;
  }
}
@media (max-width:767px) {
  .about_ph {
    margin: -40px auto 20px;
  }
}
.about_ttl2 {
  font-size: 3rem;
  text-align: center;
  margin: 0px auto 40px;
}
@media (max-width:767px) {
  .about_ttl2 {
    font-size: 2.2rem;
    margin: 0px auto 20px;
  }
}
.about_mail {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 50px;
  border: #00a7e9 5px solid;
  border-radius: 40px;
}
@media (max-width:767px) {
  .about_mail {
    margin: 0 auto 25px;
  }
}
.about_mail_ttl {
  background: #00a7e9;
  color: #FFF;
  padding: 5px 0 10px;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  border-radius: 30px 30px 0 0;
}
.about_mail_ttl span {
  font-size: 2.2rem;
}
@media (max-width:767px) {
  .about_mail_ttl {
    font-size: 1.5rem;
  }
  .about_mail_ttl span {
    font-size: 1.8rem;
  }
}
.about_mail_body {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
}
.about_mail_body li {
  padding: 1.7em;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .about_mail_body {
    font-size: 1.3rem;
    line-height: 1.4;
    flex-direction: column;
    margin: 0px auto 20px;
  }
  .about_mail_body li {
    padding: 0.8em 1.5em;
    box-sizing: border-box;
    text-align: center;
  }
  .about_mail_body li img {
    width: 60%;
  }
  .about_mail_body br {
    display: none;
  }
}
.about_txt {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}
.about_txt strong {
  font-size: 3rem;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .about_txt strong {
    font-size: 2rem;
  }
}
.about_txt strong a {
  color: #00a7e9;
}
.about_txt strong a:hover {
  color: #e01e2b;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_txt {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .about_txt {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.summary {
  background: url(../../img/event_bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
@media (min-width:768px) and (max-width:1100px) {
  .summary {
    padding: 35px 0;
  }
}
@media (max-width:767px) {
  .summary {
    padding: 35px 0 70px;
  }
}
.summary_appearance {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.2 !important;
}
@media (min-width:768px) and (max-width:1100px) {
  .summary_appearance {
    flex-flow: wrap !important;
  }
}
@media (max-width:767px) {
  .summary_appearance {
    flex-flow: wrap !important;
  }
}
.summary_appearance_img {
  width: 31%;
}
.summary_appearance_img span {
  font-size: 1rem !important;
}
@media (min-width:768px) and (max-width:1100px) {
  .summary_appearance_img {
    font-size: 1.1rem !important;
  }
}
@media (max-width:767px) {
  .summary_appearance_img {
    width: 48%;
    font-size: 1rem !important;
  }
}
.summary::before {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  background-size: 100%;
  width: 25.46875%;
  height: 53.3742331288%;
  left: 0;
  top: 0;
}
.summary::after {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  transform: scaleX(-1);
  background-size: 100%;
  width: 25.46875%;
  height: 53.3742331288%;
  right: 0;
  top: 0;
}
.summary_bg1 {
  position: absolute;
  z-index: 1;
  background: url(../../img/event_bg1.png) left top no-repeat;
  background-size: 100%;
  width: 23.8020833333%;
  height: 136.5426695842%;
  left: -5%;
  top: 30%;
}
@media (max-width:767px) {
  .summary_bg1 {
    top: 4%;
  }
}
.summary_bg2 {
  position: absolute;
  z-index: 1;
  background: url(../../img/event_bg2.png) left top no-repeat;
  background-size: 100%;
  width: 27.1354166667%;
  height: 125.1439539347%;
  right: -5%;
  top: 27%;
}
@media (max-width:767px) {
  .summary_bg2 {
    top: 4%;
  }
}
.summary_ttl {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (min-width:768px) and (max-width:1100px) {
  .summary_ttl {
    margin: 0 auto 25px;
  }
  .summary_ttl img {
    max-height: 70px;
  }
}
@media (max-width:767px) {
  .summary_ttl {
    margin: 20px auto 50px;
  }
  .summary_ttl img {
    max-height: 60px;
  }
}
.summary_inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  background: rgb(255, 255, 255);
  border-radius: 40px;
  margin: 100px auto 0;
  box-sizing: border-box;
  padding: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .summary_inner {
    width: 90%;
    padding: 20px;
    margin: 50px auto 35px;
  }
}
@media (max-width:767px) {
  .summary_inner {
    width: 90%;
    padding: 20px;
    margin: 35px auto 0px;
  }
}
.summary_ttl2 {
  font-size: 3.2rem;
  background: #1b5c9c;
  color: #FFF;
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
  margin: 0px auto 50px;
}
.summary_ttl2 span {
  font-size: 2.4rem;
}
@media (min-width:768px) and (max-width:1100px) {
  .summary_ttl2 {
    font-size: 2.3rem;
  }
}
.summary_ttl2 span {
  font-size: 1.6rem;
}
@media (max-width:767px) {
  .summary_ttl2 {
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 12px 0;
    border-radius: 10px;
    margin: 0px auto 20px;
  }
  .summary_ttl2 span {
    font-size: 1.3rem;
  }
}
.summary_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width:767px) {
  .summary_wrap {
    flex-direction: column-reverse;
  }
}
.summary_img {
  flex: 0 0 30%;
}
@media (max-width:767px) {
  .summary_img {
    width: 70%;
    margin: 20px auto 0;
  }
}
.summary h4 {
  font-size: 4.4rem;
  text-align: center;
  margin: 30px 0 30px;
  color: #ea3c3d;
}
@media (min-width:768px) and (max-width:1100px) {
  .summary h4 {
    font-size: 3.4rem;
  }
}
@media (max-width:767px) {
  .summary h4 {
    font-size: 2.4rem;
    margin: 10px 0 20px;
  }
}
.summary_zokuhou {
  margin-top: 50px;
}

.event {
  background: url(../../img/green_bg.jpg) top center repeat;
  padding: 70px 0;
  position: relative;
}
@media (min-width:768px) and (max-width:1100px) {
  .event {
    padding: 35px 0;
  }
}
@media (max-width:767px) {
  .event {
    padding: 35px 0 70px;
  }
}
.event::before {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  background-size: 100%;
  width: 25.46875%;
  height: 53.3742331288%;
  left: 0;
  top: 0;
}
.event::after {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  transform: scaleX(-1);
  background-size: 100%;
  width: 25.46875%;
  height: 53.3742331288%;
  right: 0;
  top: 0;
}
.event_ttl {
  width: 100%;
  max-width: 394px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (min-width:768px) and (max-width:1100px) {
  .event_ttl {
    margin: 0 auto 25px;
  }
  .event_ttl img {
    max-height: 70px;
  }
}
@media (max-width:767px) {
  .event_ttl {
    margin: 20px auto 50px;
  }
  .event_ttl img {
    max-height: 60px;
  }
}
.event_inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  background: rgb(255, 255, 255);
  border-radius: 40px;
  margin: 100px auto 0;
  box-sizing: border-box;
  padding: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .event_inner {
    width: 90%;
    padding: 20px;
    margin: 50px auto 35px;
  }
}
@media (max-width:767px) {
  .event_inner {
    width: 90%;
    padding: 20px;
    margin: 35px auto 0px;
  }
}
.event_ttl2 {
  font-size: 3.2rem;
  background: #21b81a;
  color: #FFF;
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
  margin: 0px auto 50px;
}
.event_ttl2 span {
  font-size: 2.4rem;
}
@media (min-width:768px) and (max-width:1100px) {
  .event_ttl2 {
    font-size: 2.3rem;
  }
}
.event_ttl2 span {
  font-size: 1.6rem;
}
@media (max-width:767px) {
  .event_ttl2 {
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 12px 0;
    border-radius: 10px;
    margin: 0px auto 20px;
  }
  .event_ttl2 span {
    font-size: 1.3rem;
  }
}
.event_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width:767px) {
  .event_wrap {
    flex-direction: column-reverse;
  }
}
.event_img {
  flex: 0 0 30%;
}
@media (max-width:767px) {
  .event_img {
    width: 70%;
    margin: 20px auto 0;
  }
}
.event h4 {
  font-size: 4.4rem;
  text-align: center;
  margin: 30px 0 30px;
  color: #ea3c3d;
}
@media (min-width:768px) and (max-width:1100px) {
  .event h4 {
    font-size: 3.4rem;
  }
}
@media (max-width:767px) {
  .event h4 {
    font-size: 2.4rem;
    margin: 10px 0 20px;
  }
}
.event_zokuhou {
  margin-top: 50px;
}

.event_table {
  flex: 0 0 65%;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #dadada;
  border-left: none;
  border-right: none;
  border-collapse: collapse;
}

.event_table tr {
  display: flex;
  justify-content: flex-start;
  min-height: 30px;
  border-bottom: 1px solid #dadada;
}

.event_table tr:last-of-type {
  border-bottom: none;
}

.event_table th {
  flex: 0 0 18%;
  padding: 10px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  background: #dde7f0;
  font-size: 1.8rem;
  text-align: left;
  vertical-align: middle;
  border-left: none;
  border-right: none;
}

.event_table td {
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  box-sizing: border-box;
  text-align: left;
  border-left: none;
  border-right: none;
}
.event_table td span {
  font-size: 1.3rem;
}

.event_table td[colspan="3"] {
  width: 620px;
}

.event_table td strong {
  font-size: 1.6rem;
  color: #F00;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (min-width:768px) and (max-width:1100px) {
  .event_table td strong {
    font-size: 1.4rem !important;
  }
}
@media (max-width:767px) {
  .event_table td strong {
    font-size: 1.2rem !important;
  }
}

.event_tableLocate {
  margin-left: 20px;
  color: #333333;
  font-size: 1.4rem;
}

@media (min-width: 600px) and (max-width: 959px) {
  .info {
    padding: 70px 30px;
  }
  .event_table {
    max-width: 100%;
  }
  .event_table th {
    font-size: 1.2rem !important;
  }
  .event_table td {
    font-size: 1.2rem !important;
    flex: 1 0;
    flex-flow: column;
    width: auto;
  }
  .event_table td[colspan="3"] {
    width: auto;
  }
  .event_tableLocate {
    margin-left: 0;
  }
  .event_tableSpace {
    display: none;
  }
  .event_tablePref {
    font-weight: 700;
  }
}
@media (max-width: 599px) {
  .info {
    padding: 35px 25px;
  }
  .info_icon {
    width: 55px;
    margin: 0 auto 15px;
  }
  .info_ttl {
    margin: 0 auto 30px;
    font-size: 1.6rem !important;
  }
  .info_lead {
    margin: 0 auto 35px;
    font-size: 1.1rem !important;
  }
  .info_lead > br {
    display: none;
  }
  .event_table {
    max-width: 100%;
  }
  .event_table th {
    flex: 0 0 16vw;
    width: 16vw;
    padding: 10px 10px;
    font-size: 1rem !important;
    line-height: 1.2;
    text-align: left;
  }
  .event_table td {
    flex: 1 0;
    align-items: flex-start;
    flex-flow: column;
    width: 25vw;
    padding: 10px;
    font-size: 1rem !important;
    line-height: 1.4;
  }
  .event_table td[colspan="3"] {
    width: auto;
  }
  .event_table td span {
    font-size: 1rem !important;
  }
  .event_tableLocate {
    margin-left: 0;
    font-size: 1.1rem !important;
  }
  .event_tableSpace {
    display: none;
  }
  .event_tablePref {
    font-weight: 700;
  }
}
.timetable {
  position: relative;
  width: 100%;
  background: #eee;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
@media (max-width:767px) {
  .timetable {
    padding: 5px;
    margin-bottom: 20px;
  }
}
.timetable_note {
  background: #ffef38;
  margin-bottom: 30px;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:767px) {
  .timetable_note {
    flex-direction: column;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.timetable_note_icon {
  width: 18%;
  padding: 20px;
  text-align: center;
}
.timetable_note_icon p {
  margin: 10px 0 0;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width:767px) {
  .timetable_note_icon {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .timetable_note_icon p {
    margin: 0px 0 0 10px;
    font-size: 2rem;
    font-weight: bold;
  }
  .timetable_note_icon img {
    max-width: 50px;
  }
}
.timetable_note_txt {
  width: 82%;
  font-size: 2rem;
  background: #FFF;
  padding: 20px 40px;
  box-sizing: border-box;
  border-radius: 30px;
  font-size: 2rem;
  font-weight: bold;
}
.timetable_note_txt span {
  font-size: 2.4rem;
  color: #F00;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .timetable_note_txt {
    width: 100%;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 1.3rem;
  }
  .timetable_note_txt span {
    font-size: 1.8rem;
  }
}
.timetable_note_btn {
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  padding: 20px;
  margin: 10px 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #fff;
  background: #d70635;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.timetable_note_btn div {
  line-height: 1.2;
}
.timetable_note_btn span {
  font-size: 1.6rem;
}
.timetable_note_btn img {
  max-width: 100px;
  margin-right: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .timetable_note_btn {
    font-size: 2.4rem;
    margin: 15px auto;
  }
  .timetable_note_btn img {
    max-width: 50px;
  }
}
@media (max-width:767px) {
  .timetable_note_btn {
    font-size: 1.4rem;
    padding: 5px 0;
    margin: 10px auto;
    align-items: flex-start;
    position: relative;
  }
  .timetable_note_btn img {
    position: absolute;
    max-width: 30px;
    top: 8%;
    left: 8%;
  }
  .timetable_note_btn span {
    font-size: 1.1rem;
  }
}
.timetable_himokuji {
  position: absolute;
  width: 8%;
  height: 88.5%;
}
@media (min-width:768px) and (max-width:1100px) {
  .timetable_himokuji {
    height: 87.5%;
  }
}
@media (max-width:767px) {
  .timetable_himokuji {
    width: 12%;
    height: 88.5%;
  }
}
.timetable_himokuji .t3 {
  writing-mode: vertical-rl;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timetable_bonodori {
  width: 90%;
  position: relative;
  z-index: 10;
  border: 1px solid #fcc601;
}
@media (max-width:767px) {
  .timetable_bonodori {
    width: 88.5%;
  }
}
.timetable_bonodori_wrap {
  display: flex;
  justify-content: flex-end;
}
.timetable div {
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
}
@media (max-width:767px) {
  .timetable div {
    padding: 2.5px 5px;
    border-radius: 5px;
  }
}
.timetable_th {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.timetable_th_time {
  width: 10%;
  background: #FFF;
  color: #000;
  font-weight: bold;
  text-align: left;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width:767px) {
  .timetable_th_time {
    font-size: 1.6vw;
  }
}
.timetable_th_clm1 {
  width: 43%;
  background: #de4a56;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 1.6vw;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.timetable_th_clm1 span {
  font-size: 1.1vw;
  padding: 0;
}
@media (max-width:767px) {
  .timetable_th_clm1 {
    font-size: 3.4vw;
  }
  .timetable_th_clm1 span {
    font-size: 1.6vw;
    display: block;
  }
}
.timetable_th_clm2 {
  position: relative;
  width: 43%;
  background: #fcc601;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 1.6vw;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.timetable_th_clm2 span {
  font-size: 1.1vw;
  padding: 0;
}
@media (max-width:767px) {
  .timetable_th_clm2 {
    font-size: 3.4vw;
  }
  .timetable_th_clm2 span {
    font-size: 1.6vw;
    display: block;
  }
}
.timetable_td {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.timetable_td_time {
  width: 10%;
  background: #eee;
  color: #000;
  font-weight: bold;
  text-align: left;
  font-size: 1.2vw;
}
@media (max-width:767px) {
  .timetable_td_time {
    font-size: 1.6vw;
  }
}
.timetable_td_clm1 {
  width: 43%;
  background: #de4a56;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
.timetable_td_clm1 ul {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  color: #de4a56;
  margin: 10px;
}
@media (max-width:767px) {
  .timetable_td_clm1 ul {
    margin: 5px;
    border-radius: 5px;
  }
}
.timetable_td_clm1 ul li {
  padding: 5px;
  box-sizing: border-box;
  font-size: 1.4vw;
  line-height: 1.3;
}
@media (max-width:767px) {
  .timetable_td_clm1 ul li {
    padding: 2px;
  }
}
@media (max-width:767px) {
  .timetable_td_clm1 ul li {
    font-size: 1.8vw;
  }
}
.timetable_td_clm1 ul li span {
  font-size: 0.8vw;
}
@media (max-width:767px) {
  .timetable_td_clm1 ul li span {
    font-size: 1.4vw;
  }
}
.timetable_td_clm1 ul li.t1 {
  font-size: 1vw;
}
@media (max-width:767px) {
  .timetable_td_clm1 ul li.t1 {
    font-size: 1.6vw;
  }
}
.timetable_td_clm1 ul li.t2 {
  font-size: 1.5vw;
}
@media (max-width:767px) {
  .timetable_td_clm1 ul li.t2 {
    font-size: 2.1vw;
  }
}
.timetable_td_clm1 ul li.t3 {
  font-size: 1.2vw;
}
@media (max-width:767px) {
  .timetable_td_clm1 ul li.t3 {
    font-size: 1.6vw;
  }
}
.timetable_td_clm1 ul li.t4 {
  font-size: 0.8vw;
}
@media (max-width:767px) {
  .timetable_td_clm1 ul li.t4 {
    font-size: 1.2vw;
  }
}
.timetable_td_clm2 {
  width: 43%;
  background: #fcc601;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
.timetable_td_clm2 ul {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  color: #d5a700;
  margin: 10px;
}
@media (max-width:767px) {
  .timetable_td_clm2 ul {
    margin: 5px;
    border-radius: 5px;
  }
}
.timetable_td_clm2 ul li {
  padding: 5px;
  box-sizing: border-box;
  font-size: 1.4vw;
  line-height: 1.3;
}
@media (max-width:767px) {
  .timetable_td_clm2 ul li {
    padding: 2px;
  }
}
@media (max-width:767px) {
  .timetable_td_clm2 ul li {
    font-size: 1.8vw;
  }
}
.timetable_td_clm2 ul li span {
  font-size: 0.8vw;
}
@media (max-width:767px) {
  .timetable_td_clm2 ul li span {
    font-size: 1.4vw;
  }
}
.timetable_td_clm2 ul li.t1 {
  font-size: 1vw;
}
@media (max-width:767px) {
  .timetable_td_clm2 ul li.t1 {
    font-size: 1.6vw;
  }
}
.timetable_td_clm2 ul li.t2 {
  font-size: 1.5vw;
}
@media (max-width:767px) {
  .timetable_td_clm2 ul li.t2 {
    font-size: 2.1vw;
  }
}
.timetable_td_clm2 ul li.t3 {
  font-size: 1.2vw;
}
@media (max-width:767px) {
  .timetable_td_clm2 ul li.t3 {
    font-size: 1.6vw;
  }
}
.timetable_td_clm2 ul li.t4 {
  font-size: 0.8vw;
}
@media (max-width:767px) {
  .timetable_td_clm2 ul li.t4 {
    font-size: 1vw;
  }
}

.t4_time {
  display: inline-block;
  font-size: 1.2vw;
  border-top: 1px dotted #fcc601;
  padding-top: 10px;
  width: 100%;
}
@media (max-width:767px) {
  .t4_time {
    padding-top: 0px;
    font-size: 1.6vw;
  }
}

.t4_ttl {
  font-size: 1vw;
  font-weight: bold;
}
@media (max-width:767px) {
  .t4_ttl {
    font-size: 1.3vw;
  }
}

.src_bd_btm {
  border-bottom: 1px dotted #fcc601;
  padding-bottom: 10px;
}

.src_event {
  width: 90%;
  margin: 15px auto;
  background: #fcc601;
  color: #FFF;
}

.goods {
  margin-bottom: 80px;
}
@media (max-width:767px) {
  .goods {
    margin-bottom: 40px;
  }
}
.goods_btn {
  width: 100%;
  font-size: 3.6rem;
  text-align: center;
  padding: 20px 0;
  margin: 30px 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffef38;
  background: #d70635;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.goods_btn div {
  line-height: 1.2;
}
.goods_btn span {
  font-size: 1.6rem;
}
.goods_btn img {
  max-width: 100px;
  margin-right: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .goods_btn {
    font-size: 2.4rem;
    margin: 15px auto;
  }
  .goods_btn img {
    max-width: 50px;
  }
}
@media (max-width:767px) {
  .goods_btn {
    font-size: 1.5rem;
    padding: 10px 0;
    margin: 15px auto;
    align-items: flex-start;
    position: relative;
  }
  .goods_btn img {
    position: absolute;
    max-width: 30px;
    top: 8%;
    left: 8%;
  }
  .goods_btn span {
    font-size: 1.1rem;
  }
}
.goods_kv {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods_kv img {
  border-radius: 10px;
  margin: 10px;
}
@media (max-width:767px) {
  .goods_kv {
    margin: 0 auto 15px;
  }
}
.goods_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.goods_list_box {
  display: block;
  width: 30%;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (max-width:767px) {
  .goods_list_box {
    width: 48%;
  }
}
.goods_list_box_img {
  border-radius: 20px;
  background: #000;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.goods_list_box_img img {
  border-radius: 20px;
}
@media (max-width:767px) {
  .goods_list_box_img img {
    border-radius: 10px;
  }
}
.goods_list_box_img span {
  font-size: 1.4rem;
}
.goods_list_box_txt {
  text-align: left;
  border-radius: 0 0 20px 20px;
  padding: 10px 0 5px;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .goods_list_box_txt {
    font-size: 1.4rem;
  }
}
.goods_list_box_price {
  font-size: 2.2rem;
  text-align: right;
  font-weight: 900;
}
@media (max-width:767px) {
  .goods_list_box_price {
    font-size: 1.8rem;
  }
}
.goods_lead {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.goods_lead h4 {
  font-size: 2.8rem;
  font-weight: 900;
  color: #000;
}
@media (max-width:767px) {
  .goods_lead h4 {
    font-size: 1.8rem;
  }
}
.goods_lead strong {
  font-size: 3rem;
  color: #F00;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .goods_lead strong {
    font-size: 1.8rem;
  }
}
.goods_lead span {
  font-size: 1.6rem;
  color: #F00;
  border-bottom: 3px double #F00;
}
@media (max-width:767px) {
  .goods_lead span {
    font-size: 1.2rem;
  }
}
.goods_lead a {
  color: #00a7e9;
  border-bottom: 1px solid #00a7e9;
}
.goods_lead a:hover {
  color: #e01e2b;
  border-bottom: 1px solid #e01e2b;
}
@media (min-width:768px) and (max-width:1100px) {
  .goods_lead {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .goods_lead {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.himokuji {
  margin-bottom: 80px;
}
@media (max-width:767px) {
  .himokuji {
    margin-bottom: 40px;
  }
}
.himokuji_kv {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.himokuji_kv img {
  border-radius: 10px;
  margin: 10px;
}
@media (max-width:767px) {
  .himokuji_kv {
    margin: 0 auto 15px;
  }
}
.himokuji_sponser {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width:767px) {
  .himokuji_sponser {
    width: 100%;
  }
}
.himokuji_sponser_box {
  width: 30%;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (min-width:768px) and (max-width:1100px) {
  .himokuji_sponser_box {
    width: 48%;
  }
}
@media (max-width:767px) {
  .himokuji_sponser_box {
    width: 48%;
  }
}
.himokuji_sponser_box h5 {
  font-size: 1.8rem;
  color: #000;
  background: #ffef38;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .himokuji_sponser_box h5 {
    border-radius: 10px 10px 0 0;
    font-size: 1.4rem;
  }
}
.himokuji_sponser_box h5 span {
  font-size: 1.4rem;
}
@media (max-width:767px) {
  .himokuji_sponser_box h5 span {
    font-size: 1rem;
  }
}
.himokuji_sponser_box p {
  text-align: center;
  background: #fff;
  border-radius: 0 0 20px 20px;
  border: #ffef38 5px solid;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .himokuji_sponser_box p {
    border-radius: 0 0 10px 10px;
    padding: 5px;
    font-size: 1.1rem;
  }
}
.himokuji_lead {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.himokuji_lead strong {
  font-size: 3rem;
  color: #F00;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .himokuji_lead strong {
    font-size: 1.8rem;
  }
}
.himokuji_lead span {
  font-size: 1.6rem;
  color: #F00;
  border-bottom: 3px double #F00;
}
@media (max-width:767px) {
  .himokuji_lead span {
    font-size: 1.2rem;
  }
}
.himokuji_lead a {
  color: #00a7e9;
  border-bottom: 1px solid #00a7e9;
}
.himokuji_lead a:hover {
  color: #e01e2b;
  border-bottom: 1px solid #e01e2b;
}
@media (min-width:768px) and (max-width:1100px) {
  .himokuji_lead {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .himokuji_lead {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.ichiban {
  margin-bottom: 80px;
}
@media (max-width:767px) {
  .ichiban {
    margin-bottom: 40px;
  }
}
.ichiban_kv {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ichiban_kv img {
  border-radius: 10px;
  margin: 10px;
}
@media (max-width:767px) {
  .ichiban_kv {
    margin: 0 auto 15px;
  }
}
.ichiban_girl {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width:768px) and (max-width:1100px) {
  .ichiban_girl {
    width: 80%;
  }
}
@media (max-width:767px) {
  .ichiban_girl {
    width: 90%;
  }
}
.ichiban_girl li {
  width: 28%;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width:767px) {
  .ichiban_girl li {
    width: 42%;
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.ichiban_girl li img {
  padding-bottom: 10px;
}
@media (max-width:767px) {
  .ichiban_girl li img {
    padding-bottom: 5px;
  }
}
.ichiban_lead {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.ichiban_lead strong {
  font-size: 3rem;
  color: #F00;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .ichiban_lead strong {
    font-size: 1.8rem;
  }
}
.ichiban_lead span {
  font-size: 1.6rem;
  color: #F00;
  border-bottom: 3px double #F00;
}
@media (max-width:767px) {
  .ichiban_lead span {
    font-size: 1.2rem;
  }
}
.ichiban_lead a {
  color: #00a7e9;
  border-bottom: 1px solid #00a7e9;
}
.ichiban_lead a:hover {
  color: #e01e2b;
  border-bottom: 1px solid #e01e2b;
}
@media (min-width:768px) and (max-width:1100px) {
  .ichiban_lead {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .ichiban_lead {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.ticket {
  padding-bottom: 100px;
}
@media (max-width:767px) {
  .ticket {
    padding-bottom: 50px;
  }
}
.ticket .event_table th {
  background-color: #dfffde;
  font-size: 1.8rem;
}
@media (max-width:767px) {
  .ticket .event_table th {
    font-size: 1.2rem !important;
  }
}
.ticket .event_table td {
  font-size: 1.6rem;
}
.ticket .event_table td span {
  font-size: 1.4rem;
}
@media (max-width:767px) {
  .ticket .event_table td {
    font-size: 1.2rem !important;
  }
  .ticket .event_table td span {
    font-size: 1rem !important;
  }
}
.ticket_end {
  font-size: 3rem;
  color: #F00;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 40px;
  background: #EEE;
  padding: 20px 0;
}
@media (max-width:767px) {
  .ticket_end {
    font-size: 2rem;
    padding: 15px 0;
  }
}
.ticket_lead {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.ticket_lead strong {
  font-size: 3rem;
  color: #F00;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .ticket_lead strong {
    font-size: 1.8rem;
  }
}
.ticket_lead a {
  color: #00a7e9;
  border-bottom: 1px solid #00a7e9;
}
.ticket_lead a:hover {
  color: #e01e2b;
  border-bottom: 1px solid #e01e2b;
}
@media (min-width:768px) and (max-width:1100px) {
  .ticket_lead {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .ticket_lead {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.ticket_kv {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ticket_kv img {
  border-radius: 10px;
  margin: 10px;
}
@media (max-width:767px) {
  .ticket_kv {
    margin: 0 auto 15px;
  }
}
.ticket_img {
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ticket_img img {
  max-width: 300px;
  border-radius: 10px;
  margin: 10px;
  border: #ffef38 8px solid;
}
@media (min-width:768px) and (max-width:1100px) {
  .ticket_img {
    margin: 0 auto 15px;
    flex-wrap: wrap;
  }
  .ticket_img img {
    border-radius: 10px;
    margin: 10px;
    border: #ffef38 8px solid;
  }
}
@media (max-width:767px) {
  .ticket_img {
    margin: 0 auto 15px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .ticket_img img {
    width: 100%;
    border-radius: 10px;
    margin: 5px 0px;
    border: #ffef38 4px solid;
  }
}
.ticket_size {
  max-width: 200px;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .ticket_size {
    padding: 10px;
  }
  .ticket_size img {
    max-width: 100px;
  }
}
.ticket_btn {
  width: 100%;
  font-size: 3.6rem;
  text-align: center;
  padding: 20px 0;
  margin: 30px 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffef38;
  background: #d70635;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.ticket_btn div {
  line-height: 1.2;
}
.ticket_btn span {
  font-size: 1.6rem;
}
.ticket_btn img {
  max-width: 100px;
  margin-right: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .ticket_btn {
    font-size: 2.4rem;
    margin: 15px auto;
  }
  .ticket_btn img {
    max-width: 50px;
  }
}
@media (max-width:767px) {
  .ticket_btn {
    font-size: 1.5rem;
    padding: 10px 0;
    margin: 15px auto;
    align-items: flex-start;
    position: relative;
  }
  .ticket_btn img {
    position: absolute;
    max-width: 30px;
    top: 8%;
    left: 8%;
  }
  .ticket_btn span {
    font-size: 1.1rem;
  }
}

.ticket-type {
  width: 100%;
  max-width: 700px;
  border: #ddd 1px solid;
  display: flex;
}
.ticket-type dt {
  width: 30%;
  background-color: #21b81a;
  color: #FFF;
  padding: 10px;
  box-sizing: border-box;
}
.ticket-type dd {
  width: 70%;
  padding: 10px;
  box-sizing: border-box;
}
.ticket-type dd span {
  font-size: 1.4rem;
}
@media (max-width:767px) {
  .ticket-type dd span {
    font-size: 1rem;
  }
}

.chochin_lead {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.chochin_lead strong {
  font-size: 3rem;
  color: #F00;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .chochin_lead strong {
    font-size: 1.8rem;
  }
}
.chochin_lead a {
  color: #00a7e9;
  border-bottom: 1px solid #00a7e9;
}
.chochin_lead a:hover {
  color: #e01e2b;
  border-bottom: 1px solid #e01e2b;
}
@media (min-width:768px) and (max-width:1100px) {
  .chochin_lead {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .chochin_lead {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.chochin_kv {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chochin_kv img {
  border-radius: 10px;
  margin: 10px;
}
@media (max-width:767px) {
  .chochin_kv {
    margin: 0 auto 15px;
  }
}
.chochin_img {
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chochin_img img {
  max-height: 230px;
  border-radius: 10px;
  margin: 10px;
  border: #1b5c9c 8px solid;
}
@media (min-width:768px) and (max-width:1100px) {
  .chochin_img {
    margin: 0 auto 15px;
    flex-wrap: wrap;
  }
  .chochin_img img {
    max-height: 115px;
    border-radius: 10px;
    margin: 10px;
    border: #1b5c9c 8px solid;
  }
}
@media (max-width:767px) {
  .chochin_img {
    margin: 0 auto 15px;
    flex-wrap: wrap;
  }
  .chochin_img img {
    max-height: 70px;
    border-radius: 10px;
    margin: 5px;
    border: #1b5c9c 4px solid;
  }
}
.chochin_size {
  max-width: 200px;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width:767px) {
  .chochin_size {
    padding: 10px;
  }
  .chochin_size img {
    max-width: 100px;
  }
}
.chochin_btn {
  filter: brightness(1.25) grayscale(100%);
  background: #999;
  width: 100%;
  font-size: 3.6rem;
  text-align: center;
  padding: 20px 0;
  margin: 30px 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffef38;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.chochin_btn:hover {
  opacity: 1;
}
.chochin_btn img {
  max-width: 50px;
}
@media (min-width:768px) and (max-width:1100px) {
  .chochin_btn {
    font-size: 2.4rem;
    margin: 15px auto;
  }
  .chochin_btn img {
    max-width: 25px;
  }
}
@media (max-width:767px) {
  .chochin_btn {
    font-size: 1.8rem;
    padding: 10px 0;
    margin: 15px auto;
    align-items: flex-start;
    position: relative;
  }
  .chochin_btn img {
    position: absolute;
    max-width: 25px;
    top: 10%;
    left: 10%;
  }
}

.access {
  background: url(../../img/access_bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
@media (min-width:768px) and (max-width:1100px) {
  .access {
    padding: 35px 0;
  }
}
@media (max-width:767px) {
  .access {
    padding: 35px 0 70px;
  }
}
.access::before {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  background-size: 100%;
  width: 25.46875%;
  height: 53.3742331288%;
  left: 0;
  top: 0;
}
.access::after {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  transform: scaleX(-1);
  background-size: 100%;
  width: 25.46875%;
  height: 53.3742331288%;
  right: 0;
  top: 0;
}
.access_bg1 {
  position: absolute;
  z-index: 1;
  background: url(../../img/access_bg1.png) left top no-repeat;
  background-size: 100%;
  width: 18.4375%;
  height: 263.8418079096%;
  left: 1%;
  top: 30%;
}
@media (max-width:767px) {
  .access_bg1 {
    top: 4%;
  }
}
.access_bg2 {
  position: absolute;
  z-index: 1;
  background: url(../../img/access_bg2.png) left top no-repeat;
  background-size: 100%;
  width: 23.5416666667%;
  height: 207.5221238938%;
  right: -2%;
  top: 27%;
}
@media (max-width:767px) {
  .access_bg2 {
    top: 4%;
  }
}
.access_ttl {
  width: 100%;
  max-width: 331px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (min-width:768px) and (max-width:1100px) {
  .access_ttl {
    margin: 0 auto 25px;
  }
  .access_ttl img {
    max-height: 99px;
  }
}
@media (max-width:767px) {
  .access_ttl {
    margin: 20px auto 50px;
  }
  .access_ttl img {
    max-height: 60px;
  }
}
.access_inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  background: rgb(255, 255, 255);
  border-radius: 40px;
  margin: 100px auto 0;
  box-sizing: border-box;
  padding: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .access_inner {
    width: 90%;
    padding: 20px;
    margin: 50px auto 35px;
  }
}
@media (max-width:767px) {
  .access_inner {
    width: 90%;
    padding: 20px;
    margin: 35px auto 0px;
  }
}
.access_ttl2 {
  color: #d14452;
  font-size: 3rem;
  text-align: center;
  margin: 0px auto 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .access_ttl2 {
    font-size: 2.4rem;
    margin: 20px auto 40px;
  }
}
@media (max-width:767px) {
  .access_ttl2 {
    font-size: 1.8rem;
    margin: 0px auto 20px;
  }
}
.access_box {
  width: 84%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width:768px) and (max-width:1100px) {
  .access_box {
    width: 100%;
  }
}
@media (max-width:767px) {
  .access_box {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
.access_box_icon {
  flex: 0 0 20%;
}
@media (max-width:767px) {
  .access_box_icon {
    margin-bottom: 20px;
    text-align: center;
  }
  .access_box_icon img {
    max-width: 60%;
  }
}
.access_box_txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  color: #171c61;
}
.access_box_txt h4 {
  display: inline-block;
  font-size: 2.4rem;
  color: #FFF;
  background: #171c61;
  border-radius: 100px;
  padding: 0 2em;
  margin-bottom: 0.5em;
}
@media (min-width:768px) and (max-width:1100px) {
  .access_box_txt h4 {
    font-size: 2rem;
  }
}
@media (max-width:767px) {
  .access_box_txt h4 {
    margin-bottom: 0;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width:768px) and (max-width:1100px) {
  .access_box_txt {
    font-size: 1.4rem;
  }
}
@media (max-width:767px) {
  .access_box_txt {
    font-size: 1.2rem;
  }
}
.access_nishiaraidaishi {
  width: 100%;
  border: 8px solid #171c61;
  box-sizing: border-box;
  margin: 0 auto 30px;
  padding: 2%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width:767px) {
  .access_nishiaraidaishi {
    flex-direction: column;
  }
}
.access_nishiaraidaishi_icon {
  flex: 0 0 15%;
  text-align: center;
}
@media (max-width:767px) {
  .access_nishiaraidaishi_icon img {
    max-width: 60%;
  }
}
.access_nishiaraidaishi_txt {
  flex: 0 0 85%;
  font-size: 2.6rem;
  line-height: 1.8;
  font-weight: bold;
  color: #171c61;
}
.access_nishiaraidaishi_txt h4 {
  display: inline-block;
  font-size: 3.6rem;
  color: #171c61;
  border-radius: 100px;
  padding: 0 1em 0 1em;
}
@media (min-width:768px) and (max-width:1100px) {
  .access_nishiaraidaishi_txt h4 {
    font-size: 2.8rem;
  }
}
@media (max-width:767px) {
  .access_nishiaraidaishi_txt h4 {
    font-size: 2.2rem;
    margin-top: 10px;
  }
}
.access_nishiaraidaishi_txt span {
  font-size: 2rem;
}
@media (min-width:768px) and (max-width:1100px) {
  .access_nishiaraidaishi_txt {
    font-size: 2rem;
  }
  .access_nishiaraidaishi_txt span {
    font-size: 2rem;
    padding-left: 3rem;
  }
}
@media (max-width:767px) {
  .access_nishiaraidaishi_txt {
    margin-bottom: 0;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
  }
  .access_nishiaraidaishi_txt span {
    font-size: 1.2rem;
    padding-left: 3rem;
    padding-left: 0;
  }
}
.access_map iframe {
  width: 100%;
  height: 460px;
}
.access_daishi {
  margin-top: 30px;
}
@media (max-width:767px) {
  .access_daishi {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.bon_ft {
  background: url(../../img/bon_ft.jpg) center top no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 20.6770833333%;
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

.pc {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

@media (max-width:980px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}
@media (min-width:768px) and (max-width:1100px) {
  .pcDetail {
    display: none;
  }
  .pc {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media (max-width:767px) {
  .pcDetail {
    display: none;
  }
  .spDetail {
    display: block;
  }
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block !important;
  }
}
.endcont {
  display: none;
}

button.more {
  width: 200px;
  margin: 20px auto;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  padding: 10px 30px 10px;
  background: #171c61;
  color: #FFF;
  border: none;
  outline: 0;
  transition: 0.5s;
  -erbkit-transition: 0.5s;
}
@media (max-width:767px) {
  button.more {
    width: 150px;
    margin: 20px auto;
    font-size: 1.4rem;
    padding: 5px 15px 5px;
  }
}

button.more::after {
  content: "+　内容を見る";
  transition: 0.2s;
  -erbkit-transition: 0.2s;
}

button.more.on-click::after {
  content: "-　閉じる";
}

.douga {
  background: url(../../img/lightblue_bg.jpg) top center repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
@media (min-width:768px) and (max-width:1100px) {
  .douga {
    padding: 35px 0;
  }
}
@media (max-width:767px) {
  .douga {
    padding: 35px 0 70px;
  }
}
.douga::before {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  background-size: 100%;
  width: 25.46875%;
  height: 53.3742331288%;
  left: 0;
  top: 0;
}
.douga::after {
  content: "";
  position: absolute;
  background: url(../../img/lantern.png) left top no-repeat;
  transform: scaleX(-1);
  background-size: 100%;
  width: 25.46875%;
  height: 53.3742331288%;
  right: 0;
  top: 0;
}
.douga_ttl {
  width: 100%;
  max-width: 394px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (min-width:768px) and (max-width:1100px) {
  .douga_ttl {
    margin: 0 auto 25px;
  }
  .douga_ttl img {
    max-height: 70px;
  }
}
@media (max-width:767px) {
  .douga_ttl {
    margin: 20px auto 50px;
  }
  .douga_ttl img {
    max-height: 60px;
  }
}
.douga_inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  background: rgb(255, 255, 255);
  border-radius: 40px;
  margin: 100px auto 0;
  box-sizing: border-box;
  padding: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .douga_inner {
    width: 90%;
    padding: 20px;
    margin: 50px auto 35px;
  }
}
@media (max-width:767px) {
  .douga_inner {
    width: 90%;
    padding: 20px;
    margin: 35px auto 0px;
  }
}
.douga_ttl2 {
  font-size: 3.2rem;
  background: #3083c4;
  color: #FFF;
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
  margin: 0px auto 50px;
}
.douga_ttl2 span {
  font-size: 2.4rem;
}
@media (min-width:768px) and (max-width:1100px) {
  .douga_ttl2 {
    font-size: 2.3rem;
  }
}
.douga_ttl2 span {
  font-size: 1.6rem;
}
@media (max-width:767px) {
  .douga_ttl2 {
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 12px 0;
    border-radius: 10px;
    margin: 0px auto 20px;
  }
  .douga_ttl2 span {
    font-size: 1.3rem;
  }
}
.douga_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width:767px) {
  .douga_wrap {
    flex-direction: column-reverse;
  }
}
.douga_img {
  flex: 0 0 30%;
}
@media (max-width:767px) {
  .douga_img {
    width: 70%;
    margin: 20px auto 0;
  }
}
.douga h4 {
  font-size: 4.4rem;
  text-align: center;
  margin: 30px 0 30px;
  color: #ea3c3d;
}
@media (min-width:768px) and (max-width:1100px) {
  .douga h4 {
    font-size: 3.4rem;
  }
}
@media (max-width:767px) {
  .douga h4 {
    font-size: 2.4rem;
    margin: 10px 0 20px;
  }
}
.douga_zokuhou {
  margin-top: 50px;
}

.movie {
  margin-bottom: 80px;
}
@media (max-width:767px) {
  .movie {
    margin-bottom: 40px;
  }
}
.movie_kv {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movie_kv img {
  border-radius: 10px;
  margin: 10px;
}
@media (max-width:767px) {
  .movie_kv {
    margin: 0 auto 15px;
  }
}
.movie_lead {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.movie_lead strong {
  font-size: 3rem;
  color: #F00;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .movie_lead strong {
    font-size: 1.8rem;
  }
}
.movie_lead span {
  font-size: 1.6rem;
  color: #F00;
  border-bottom: 3px double #F00;
}
@media (max-width:767px) {
  .movie_lead span {
    font-size: 1.2rem;
  }
}
.movie_lead a {
  color: #00a7e9;
  border-bottom: 1px solid #00a7e9;
}
.movie_lead a:hover {
  color: #e01e2b;
  border-bottom: 1px solid #e01e2b;
}
@media (min-width:768px) and (max-width:1100px) {
  .movie_lead {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .movie_lead {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.movie_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width:767px) {
  .movie_wrap {
    flex-direction: column;
  }
}
.movie_box {
  width: 48%;
  margin: 0 1%;
}
@media (max-width:767px) {
  .movie_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.movie_youtube {
  width: 100%;
  max-width: 1100px;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  margin: 0px auto 0;
}
.movie_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */