@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.inviewfadein {
  opacity: 0;
  transition: 2s;
}

.fadein {
  opacity: 1;
}

@-webkit-keyframes leftin {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes leftin {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.inviewleftin {
  opacity: 0;
}

.leftin {
  opacity: 1;
  -webkit-animation: leftin 1s linear;
          animation: leftin 1s linear;
}

@-webkit-keyframes rightin {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes rightin {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.inviewrightin {
  opacity: 0;
}

.rightin {
  opacity: 1;
  -webkit-animation: rightin 1s linear;
          animation: rightin 1s linear;
}

.inviewfadeInUp, .inviewzoomIn, .inviewzoomIn {
  opacity: 0;
}

.fadeInUp, .zoomIn, .zoomIn {
  opacity: 1;
}

@-webkit-keyframes loop {
  0% {
    transform: translateY(-100%);
  }
  6% {
    transform: translateY(0);
  }
  94% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

@keyframes loop {
  0% {
    transform: translateY(-100%);
  }
  6% {
    transform: translateY(0);
  }
  94% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 559px) {
  .disable_sp {
    display: none;
  }
}
@media (min-width: 560px) {
  .disable_tab {
    display: none;
  }
}
@media (min-width: 960px) {
  .disable_pc {
    display: none;
  }
}
body {
  background-image: url("../img/bg.png");
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body a {
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body a.img_link img {
  opacity: 1;
  transition: 0.3s;
}
body a.img_link:hover img {
  opacity: 0.6;
}
body i.fab {
  margin-right: 0.4em;
}
body i.far {
  margin-right: 0.4em;
}
body i.fas {
  margin-right: 0.4em;
}
body .svg_icon {
  width: 1.4rem;
  height: auto;
  fill: currentColor;
  margin-right: 0.4em;
}
body .indent {
  text-indent: 1em;
  margin-left: -1em;
}
body .unindent {
  text-indent: -1em;
  margin-left: 1em;
}
body .lmargin {
  margin-left: 1em;
}
body .txt_umargin2 {
  margin-bottom: 2em !important;
}
body .txt_umargin4 {
  margin-bottom: 4em !important;
}
body .txt_umargin6 {
  margin-bottom: 6em !important;
}
body .mark_yellow {
  background: linear-gradient(0deg, rgba(255, 255, 0, 0.7) 0%, rgba(255, 255, 0, 0.2) 60%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
}
body .mark_orange {
  background: linear-gradient(0deg, rgba(255, 165, 0, 0.7) 0%, rgba(255, 165, 0, 0.2) 60%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
}
body .mark_blue {
  background: linear-gradient(0deg, rgba(102, 255, 255, 0.7) 0%, rgba(102, 255, 255, 0.2) 60%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
}
body .article_separate_solid {
  width: 100%;
  margin: 0 auto 6rem;
  border: 0;
  border-bottom: #999 1px solid;
}
@media (min-width: 560px) {
  body .article_separate_solid {
    width: 100%;
    max-width: 680px;
  }
}
body .article_separate_dashed {
  width: 85%;
  margin: 0 auto 6rem;
  border: 0;
  border-bottom: #999 1px dashed;
}
@media (min-width: 560px) {
  body .article_separate_dashed {
    width: 75%;
    max-width: 510px;
  }
}
body .loop {
  overflow: hidden;
}
body .loop img {
  width: 100%;
  height: 100%;
  -webkit-animation: loop 8s linear infinite;
          animation: loop 8s linear infinite;
}
@media (max-width: 559px) {
  body header #header_left .nav-tgl-btn {
    position: absolute;
    top: 10px;
    right: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 9999;
  }
  body header #header_left .toggle span, body header #header_left .toggle span:before, body header #header_left .toggle span:after {
    transition: 0.3s ease-in-out; /*滑らかに表示*/
    position: absolute;
    background-color: rgb(226, 206, 30);
    height: 4px; /*線の太さ*/
    width: 30px; /*長さ*/
    border-radius: 4px;
    display: block;
    content: "";
  }
  body header #header_left .toggle span:before {
    bottom: -10px;
  }
  body header #header_left .toggle span:after {
    bottom: -20px;
  }
  body header #header_left #header_left_inner {
    position: relative;
  }
  body header #header_left #header_left_inner h1#h1_sp {
    float: left;
    display: block;
    width: 270px;
    margin-left: 5px;
    margin-right: 45px;
  }
  body header #header_left #header_left_inner h1#h1_sp img {
    width: 100%;
    height: auto;
  }
  body header #header_left #header_left_inner h1#h1_sp#h1_pc {
    display: none;
  }
  body header #header_left #header_left_inner #header_nav {
    color: rgb(226, 206, 30);
    transition: 0.3s ease-in-out; /*滑らかに表示*/
    transform: translateY(-120%);
  }
  body header #header_left #header_left_inner #header_nav ul#header_link_list {
    margin-bottom: 20px;
  }
  body header #header_left #header_left_inner #header_nav ul li {
    width: 100%;
    text-align: center;
    padding: 0.8rem 0;
    transition: 0.3s;
  }
  body header #header_left #header_left_inner #header_nav ul li:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  body header #header_left #nav_toggle:checked ~ .toggle {
    color: #fff;
  }
  body header #header_left #nav_toggle:checked ~ .toggle span {
    background-color: rgba(226, 206, 30, 0);
  }
  body header #header_left #nav_toggle:checked ~ .toggle span:before, body header #header_left #nav_toggle:checked ~ .toggle span:after {
    background-color: rgb(226, 206, 30);
    bottom: -10px;
  }
  body header #header_left #nav_toggle:checked ~ .toggle span:before {
    transform: rotate(-45deg);
  }
  body header #header_left #nav_toggle:checked ~ .toggle span:after {
    transform: rotate(45deg);
  }
  body header #header_left #nav_toggle:checked ~ #header_nav {
    transform: translateY(0%);
  }
  body header #header_right #header_right_inner img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 560px) {
  body header #header_left ul {
    display: inline-block;
  }
  body header #header_left ul li {
    float: left;
    transition: 0.3s;
  }
  body header #header_left ul li:hover {
    opacity: 0.5;
  }
  body header #header_left ul li:last-child {
    margin-right: 0;
  }
  body header #header_left ul#header_link_list li {
    margin-right: 20px;
  }
  body header #header_left ul#header_sns_list li {
    margin-right: 7px;
  }
  body header #header_right #header_right_inner img {
    width: 100%;
    height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 560px) and (max-width: 959px) {
  body header #header_left #header_sns_list {
    font-size: 1.4rem;
  }
}
@media (max-width: 959px) {
  body header #header_left {
    text-align: center;
  }
  body header #header_left #header_left_inner h1#h1_pc {
    display: none;
  }
  body header #header_left #header_left_inner h1#h1_sp img {
    width: 270px;
  }
}
@media (min-width: 960px) {
  body header #header_left #header_left_inner h1#h1_sp {
    display: none;
  }
  body header #header_left #header_left_inner h1#h1_pc {
    margin-bottom: 20px;
  }
  body header #header_left #header_left_inner #header_nav {
    text-align: left;
  }
  body header #header_left #header_left_inner #header_nav ul {
    text-align: left;
  }
  body header #header_left #header_left_inner #header_nav ul li {
    float: none;
  }
  body header #header_left #header_left_inner #header_nav ul#header_link_list {
    margin-bottom: 20px;
  }
  body header #header_right #header_right_inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body header #header_left #header_left_inner input#nav_toggle {
  display: none;
}
body header #header_left #header_left_inner ul li {
  color: rgb(226, 206, 30);
  font-size: 1.6rem;
  line-height: 2;
}
body header #header_left #header_left_inner ul li#header_link1 img {
  width: 77px;
}
body header #header_left #header_left_inner ul li#header_link2 img, body header #header_left #header_left_inner ul li#header_link4 img {
  width: 104px;
}
body header #header_left #header_left_inner ul li#header_link3 img {
  width: 132px;
}
body header #header_left #header_left_inner ul li#header_link5 img {
  width: 129px;
}
body header #header_left #header_left_inner ul li a {
  color: rgb(226, 206, 30);
}
body header #header_left #header_left_inner ul li img {
  height: auto;
}
body header #scrolldown {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.8rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
body header #scrolldown i.fas {
  margin-right: 0;
}
body article {
  text-align: center;
}
body article:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}
body article:nth-child(even) h2 {
  color: rgb(24, 44, 128);
}
body article:nth-child(even) p {
  color: rgb(255, 255, 255);
}
body article:nth-child(even) a {
  color: rgb(226, 206, 30);
}
body article:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.8);
}
body article:nth-child(odd) h2 {
  color: rgb(226, 206, 30);
}
body article:nth-child(odd) a {
  color: rgb(24, 44, 128);
}
body article h2 {
  width: 90%;
  height: auto;
  font-size: 4rem;
  font-weight: bold;
  margin: 0 auto 40px;
}
body article h2#h2_news {
  max-width: 200px;
}
body article h2#h2_profile, body article h2#h2_inquire {
  max-width: 240px;
}
body article h2#h2_event {
  max-width: 400px;
}
body article h2#h2_instagram {
  max-width: 320px;
}
body article h2#h2_youtube, body article h2#h2_thanks {
  max-width: 440px;
}
body article h2 img {
  width: 100%;
  height: auto;
}
body article * {
  font-size: 2rem;
  line-height: 1.8;
}
body article > p {
  width: 95%;
  max-width: 960px;
  text-align: left;
  margin: 0 auto;
}
body article .link_inquire {
  transition: 0.3s;
  transform: scale(1);
}
body article .link_inquire:hover {
  transform: scale(1.05);
  text-decoration: none;
}
body article .link_inquire div {
  text-align: center;
  background-color: rgb(255, 255, 255);
  color: rgb(48, 48, 72);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 0;
  border: rgb(48, 48, 72) 2px solid;
  border-radius: 4px;
  box-sizing: border-box;
  transition: 0.3s;
}
body article .link_inquire div:hover {
  background-color: rgb(48, 48, 72);
  color: rgb(255, 255, 255);
}
body article#event p {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
body article#event p.important_news {
  margin-bottom: 10rem !important;
}
body article#event #event_slide .slick-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
body article#news p {
  font-size: 1.8rem;
}
body article#profile #profile_wrap #profile_wrap_right h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
body article#profile #profile_wrap #profile_wrap_right h3 span {
  font-size: 2rem;
}
body article#profile #profile_wrap #profile_wrap_right p {
  margin-bottom: 1.5rem;
}
body article#inquire p {
  width: 95%;
  max-width: 912px;
  margin: 0 auto 60px;
}
body article#inquire dl {
  width: 100%;
  max-width: 960px;
  color: rgb(255, 255, 255);
  margin: 0 auto 20px;
}
body article#inquire dl dt, body article#inquire dl dd {
  width: 95%;
  text-align: left;
  margin: 0 auto;
}
body article#inquire dl dd input, body article#inquire dl dd textarea, body article#inquire dl dd select {
  width: 100%;
  border: rgb(255, 255, 255) 2px solid;
  box-sizing: border-box;
  border-radius: 4px;
}
body article#inquire dl dd input:focus, body article#inquire dl dd textarea:focus, body article#inquire dl dd select:focus {
  border: rgb(12, 22, 64) 2px solid;
  background-color: rgb(250, 245, 200);
}
body article#instagram #gallery .gallery-item {
  overflow: hidden;
}
body article#instagram #gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
body article#instagram #gallery .gallery-item:hover img {
  transform: scale(1.2);
}
body article#instagram #link {
  text-align: center;
}
body article#youtube #youtube_slide .slide_spacer {
  overflow: hidden;
  width: 90%;
  height: 50.6%;
  margin: 0 auto;
}
body article#youtube #youtube_slide .slide_spacer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
body article#youtube #youtube_slide .slide_spacer:hover img {
  transform: scale(1.2);
}
body article#thanks #thanks_wrap {
  text-align: left;
  margin-bottom: 30px;
}
body article#thanks #link {
  text-align: center;
}
body article#privacy #privacy_wrap {
  text-align: left;
  margin-bottom: 30px;
}
body article#privacy #privacy_wrap p {
  margin-bottom: 20px;
}
body article#privacy #link {
  text-align: center;
}
body footer {
  background-color: rgb(30, 30, 30);
  color: #ccc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body footer a {
  color: rgb(226, 206, 30);
  text-decoration: none;
}
body footer i {
  margin-right: 1.4rem;
}
body footer .footer_rights {
  color: #999;
  font-size: 1.2rem;
}
body footer .footer_sns a i {
  margin-right: 2.8rem;
}
body footer .footer_sns a:last-child i {
  margin-right: 0;
}

html {
  font-size: 62.5%;
}
html body {
  width: 100%;
  font-size: 1.4em;
}
html body header {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 559px) {
  html body header #header_left #header_left_inner {
    position: relative;
  }
  html body header #header_left #header_left_inner #header_nav {
    position: absolute;
    width: 100%;
    top: -10px;
    right: 0;
    padding: 50px 0 20px;
    background-color: rgba(24, 44, 128, 0.95);
    z-index: 999;
  }
  html body header #header_right {
    width: 100%;
    height: 500px;
  }
  html body header #header_right #header_right_inner {
    width: 100%;
    height: 500px;
  }
}
@media (min-width: 560px) {
  html body header #header_right {
    width: 100%;
    height: 800px;
  }
  html body header #header_right #header_right_inner {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 959px) {
  html body header #header_left {
    position: relative;
  }
  html body header #header_left #header_sns_list {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  html body header #header_left #header_sns_list span {
    display: none;
  }
}
@media (max-width: 959px) {
  html body header #header_left {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}
@media (min-width: 960px) {
  html body header #header_left {
    float: left;
    position: relative;
    width: 200px;
    height: 100vh;
  }
  html body header #header_left #header_left_inner {
    position: absolute;
    width: 140px;
    height: 610px;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  html body header #header_right {
    float: left;
    width: 100%;
    height: 100vh;
    margin-left: -200px;
  }
  html body header #header_right #header_right_inner {
    width: 100%;
    height: 100vh;
    padding-left: 200px;
  }
}
html body header #scrolldown {
  position: absolute;
  bottom: 5vh;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0 auto;
}
html body article {
  width: 100%;
  padding: 100px 0;
}
html body article .link_inquire {
  display: block;
  width: 280px;
  margin: 0 auto 40px;
}
html body article#news #news_wrap {
  width: calc(100% - 10px);
  max-width: 950px;
  margin: 60px auto 0;
  padding: 5px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  /* fullcalender用のスタイル */
  /* Googleカレンダー iframe埋め込み用のスタイル */
}
html body article#news #news_wrap #fullcalendar div * {
  font-size: 1.4rem;
}
@media (max-width: 559px) {
  html body article#news #news_wrap #fullcalendar {
    width: calc(100% - 10px);
    height: calc(100vw - 10px);
  }
}
@media (min-width: 560px) {
  html body article#news #news_wrap #fullcalendar {
    width: calc(100% - 10px);
    max-width: 950px;
    height: calc((100vw - 10px) * 3 / 4);
    max-height: 712px;
  }
}
@media (max-width: 559px) {
  html body article#news #news_wrap iframe {
    width: calc(100% - 10px);
    height: calc(100vw - 10px);
  }
}
@media (min-width: 560px) {
  html body article#news #news_wrap iframe {
    width: calc(100% - 10px);
    max-width: 950px;
    height: calc((100vw - 10px) * 3 / 4);
    max-height: 712px;
  }
}
html body article#profile #profile_wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
html body article#profile #profile_wrap #profile_wrap_left {
  width: 100%;
  max-width: 220px;
}
html body article#profile #profile_wrap #profile_wrap_left img {
  width: 100%;
  height: auto;
}
html body article#profile #profile_wrap #profile_wrap_right {
  max-width: 720px;
  text-align: left;
}
@media (max-width: 959px) {
  html body article#profile #profile_wrap #profile_wrap_left {
    margin: 0 auto 20px;
  }
  html body article#profile #profile_wrap #profile_wrap_right {
    width: 95%;
    margin: 0 auto 20px;
  }
}
@media (min-width: 960px) {
  html body article#profile #profile_wrap #profile_wrap_left {
    float: right;
    margin-left: 20px;
  }
  html body article#profile #profile_wrap #profile_wrap_right {
    float: right;
  }
}
html body article#event #event_slide .slide_spacer {
  margin: 60px;
}
html body article#instagram #gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
html body article#instagram #gallery .gallery-item {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
}
html body article#instagram #insta_link {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
html body article#youtube #youtube_comment {
  width: 60%;
  max-width: 640px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
html body article#youtube #youtube_link {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
html body article#thanks {
  min-height: calc(100vh - 200px - 190px);
}
html body article#thanks #thanks_wrap,
html body article#thanks #link {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
html body article#privacy {
  min-height: calc(100vh - 200px - 190px);
}
html body article#privacy #privacy_wrap,
html body article#privacy #link {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
html body article#privacy #privacy_wrap ul,
html body article#privacy #link ul {
  margin-bottom: 20px;
}
html body article#privacy #privacy_wrap ul li,
html body article#privacy #link ul li {
  list-style-type: circle;
  color: rgb(255, 255, 255);
  margin-left: 1em;
}
html body footer {
  padding: 40px 0;
}
html body footer #footer_wrap {
  margin-bottom: 40px;
}
html body footer #footer_wrap #footer_contact {
  line-height: 2;
}
html body footer #footer_wrap #footer_sns ul {
  display: block;
  width: 166px;
  margin: 0 auto;
}
@media (max-width: 559px) {
  html body footer #footer_wrap #footer_sns {
    margin-bottom: 20px;
  }
  html body footer #footer_wrap #footer_contact {
    text-align: center;
    line-height: 2;
  }
}
@media (min-width: 560px) {
  html body footer #footer_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  html body footer #footer_wrap div {
    text-align: left;
  }
}
@media (max-width: 959px) {
  html body footer #footer_wrap #footer_sns {
    order: 2;
  }
  html body footer #footer_wrap #footer_sns ul li {
    float: left;
    text-align: center;
    padding: 10px;
  }
  html body footer #footer_wrap #footer_sns ul li span {
    display: none;
  }
  html body footer #footer_wrap #footer_contact {
    order: 1;
  }
}
@media (min-width: 960px) {
  html body footer #footer_wrap #footer_sns {
    order: 1;
  }
  html body footer #footer_wrap #footer_sns ul li {
    line-height: 2;
  }
  html body footer #footer_wrap #footer_contact {
    order: 2;
  }
}
html body footer #footer_copyright {
  text-align: center;
  line-height: 1.5;
}