@charset "UTF-8";

body {
  font-family: sans-serif;
}

/* *{ 
    outline: 2px red solid;
}*/
/** {
    padding: 0;
    margin: 0;
    }*/
/*header*/
html {
  scroll-behavior: smooth;
}

#sincyaku {
  color: #f8ff2b;
}

header {
  background-color: #000;
  height: 4rem;
  align-items: center;
  z-index: 8;
  position: fixed;
  width: 100%;
}

.gnav {
  line-height: 4rem;
}

.gnav ul {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
}

.gnav li {
  color: #fff;
  list-style: none;
}

.gnav a {
  padding: 0 1rem;
  text-decoration: none;
  color: #fff;
}

.gnav a:hover {
  padding: 0 1rem;
  text-decoration: none;
  color: #40ff2b;
}

/*header終了*/
/*body*/
body {
  margin: 0;
}

/*body終了*/

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

/* 親要素を横並びに配置（タイトル・コンテンツ・#hal） */
.warp {
  display: flex;
  /* justify-content: space-between; */
}

/* 親要素を横並びに配置（タイトル・コンテンツ・#hal）終了 */
/*h1*/
h1 {
  font-size: 6rem;
  /* width: 8rem; */
  margin: auto 0;
  padding-top: 50px;

}

/*h1終了*/
/*index以外のh1に対するcss*/
/*左右のバナー*/
.title {
  border-left: 1px #000;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 8rem;
  /* height: 100vh; */
  color: #000;
  /* position: absolute;
    right: 0; */
  background-image: url(../image/background-tate.png);
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  background-size: cover;
  z-index: 7;
  margin: 80px 0 0 auto;
}

.hal {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: 600;
  /* height: 100vh; */
  color: #000;
  background-color: #fff;
  z-index: 8;
  display: flex;
  padding: 1rem;
  border-right: 1px solid #000;
}

.hal p {
  margin: 1rem auto;
}

.hal-nagoya {
  font-size: 2.2rem;
  margin: 0.3rem auto;
  white-space: nowrap;
  -webkit-text-stroke: 1px #000;
}

/*左右のバナー終了*/
/*全体のsectionに対するcss*/
section {
  background-color: #000;
  color: #fff;
  /*border-radius:左上 右上 右下 左下;*/
  border-radius: 30px 0px 30px 30px;
}

.section-p {
  margin: 0 auto;
  padding: 0.3rem 1rem;
  border-top: 2px solid #fff;
}

.section-p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

section h2 {
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid #fff;
  margin: 0 auto;
  margin-top: 0.3rem;
}

section p {
  font-size: 16px;
}



/*program.html*/
/*ホバー時のcss*/
.program {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.program-box {
  border: 1px solid #000;
  border-radius: 0%;
  width: 33.33%;
  height: 650px;
  min-height: 400px;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  position: relative;
  /* 相対位置指定 */
}

main {
  padding-left: 55px;
  padding-top: 60px;
}

.program-name {
  text-align: right;
  padding: 2rem 3rem 2rem 2rem;
}

.program-name p {
  font-size: 15px;
  font-weight: 600;
}

.program-name h2 {
  font-size: 1.7rem;
  margin-right: 0;
  text-align: right;
  height: 70px;
}

.program-box h3 {
  position: relative;
  padding: 0.5rem 10rem 0.5rem 2rem;
  border-bottom: 2px solid #000;
  font-size: 20px;
  font-weight: normal;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff;
}

.program-box h3::after {
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  width: 240px;
  height: 250px;
  background-image: url("../image/neko.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#image1::after {
  background-image: url(../image/taisou.png);
}

#image3::after {
  background-image: url(../image/sakka-.png);
}

#image4::after {
  background-image: url(../image/tamaire.png);
}

#image5::after {
  background-image: url(../image/taisou.png);
}


.program-number {
  border-bottom: 2px solid #000;
  padding-left: 1rem;
  word-break: break-all;
  font-size: 5px;
  margin-bottom: 2rem;

}

.start-time {
  font-size: 46px;
  font-weight: 600;
  margin-top: 9rem;
  font-family: unset;
}

.explanation {
  margin-right: 1rem;
  text-align: right;
}

.program-img {
  width: 100%;
  vertical-align: middle;
  z-index: 9;
  border-bottom: 2px solid #fff;
}

.program-coution {
  border: 1px solid #000;
  text-align: center;
  padding: 2rem;
  width: 100%;
}

.program-coution h2 {
  margin: 0.3rem auto;
}

.program-coution p {
  margin: 2px auto;
}

.ground-direction {
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem 0;
}

.explanation {
  margin: 0;
}

h1#obi {
  font-size: 25px;
  writing-mode: vertical-rl;
  height: 100vh;
  border-right: solid #000 3px;
  padding: 10px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}

p.ground {
  margin-bottom: 10%;
}

.readmore{
  width: 80%;
  display: block;
  text-decoration: none;
  background-color: #000;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  padding: 2.6rem 1rem;
  margin: 0 auto;
}



.readmore:hover {
  background-color: #636363;
  color: #fff;

}

.program-btn a {
  text-decoration: none;
  color: #fff;

}

/* ポップアップモーダルcss */
.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: 0.64s ease-in-out;
  z-index: 300;
}

.popup h2 {
  display: block;
  text-align: center;
  font-size: 26px;
  border-bottom: 2px solid #000;
  /* padding-top: 55%; */
}

.popup-inner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: flex;
  align-items: center;
  max-width: 1000px;
  max-height: 600px;
  width: 80%;
  height: 80%;
  background-color: #fff;
  transform: rotate(32deg);
  transition: 0.64s ease-in-out;
  /* margin-top: 12rem; */
}

.popup:target {
  visibility: visible;
  opacity: 1;
}

.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}

.popup__close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  font-size: 3.7rem;
  font-weight: 300;
  border-radius: 50%;
  background-color: #434343;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  cursor: pointer;
  text-decoration: none;

}

.popup__close a {
  text-align: center;
  padding: 0 auto;
}

.popup-explanation {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  color: #000;
  padding: 0 0.5rem 5rem 0.5rem;
}

.maruninn-img {
  display: flex;
  width: 100%;
}

.explanation p {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  text-indent: 1rem;
  line-height: 3rem;
  padding-left: 2rem;
}

.explanation h2 {
  margin: 2rem auto;
  font-size: 2.8rem;
}

.explanation h3 {
  margin: 2rem auto;
  padding: 0;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 0;
}

.popup h3::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  bottom: -10px;
  width: 100px;
  height: 100px;
  background-image: url("../image/cat-icon2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.popup-explanation h4 {
  text-align: left;
  margin: 1rem;
}


.popup-explanation img {
  margin-top: 2rem;
}

ol {
  padding-left: 1rem;
}

ol li {
  font-size: 20px;
  text-align: left;
  text-indent: 1rem;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 3rem;

}

.indent-text1 {
  text-indent: 18px;
}

.indent-text2 {
  text-indent: 36px;
}



.red {
  color: red;
}

/* ポップアップモーダルcss終了 */

.program-img {
  display: block !important;
}

.program2-img {
  display: none !important;
}

/*program.html終了*/

/*footer*/
footer {
  position: relative;

  padding: 3rem 0;
  background-color: #000;
  text-align: center;
  color: #fff;
}

.top-link {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}

.top-link a {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
}

.top-mark {
  height: 3rem;
  width: auto;
  display: inline-block;
  margin-left: 1rem;
}

/*footer終了*/
/* タブレット用css */
@media only screen and (max-width: 768px) {
  h1#obi {
    height: 100%;
    font-size: 0.8rem;
  }

  .warp {
    display: flex;
    flex-direction: column;
  }

  .title {
    display: block;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    height: fit-content;
    margin-top: 3.7rem;
    padding-left: 2rem;
    padding-top: 0;
    background-image: url(../image/backgroundimage.png);
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    z-index: 7;
  }

  .title h1 {
    display: flex;
    order: 1;
    font-size: 5rem;
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-left: 3rem;
  }

  main {
    display: flex;
    display: block;
    order: 2;
    margin-left: 2rem;
    padding-left: 0;
    padding-top: 0;

  }

  .program-box {
    height: 500px;
  }

  .program-name {
    text-align: right;
    padding: 1rem;
  }

  .program-name h2 {
    font-size: 20px;
    margin-right: 0;
  }

  .program-name p {
    padding-right: 0;
    font-size: 15px;
    font-weight: 600;
  }

  .program-box h3 {
    padding: 0.5rem 4rem 0.5rem 2rem;

  }


  .popup-inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 90%;
    height: 90%;
    background-color: #fff;
    transform: rotate(32deg);
    transition: 0.64s ease-in-out;
  }



  .popup h3 {
    font-size: 26px;
    margin: 1.5rem auto;
    padding: 0.8rem 1rem;
    text-align: center;
    text-shadow: 0 0 20px #fff, 0 0 30px #fff;

  }

  .program-box h3::after {
    width: 180px;
    height: 145px;
    bottom: -120px;
  }



  .popup h3::after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    bottom: -10px;
    width: 70px;
    height: 70px;
    background-image: url("../image/cat-icon2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }

  .popup__close {
    font-size: 3.5rem;
  }

  /*
==================
ハンバーガーメニュー
==================
*/



  .star {
    display: none;
  }

  .nav {
    position: fixed;
    right: -768px;
    /* 右から出てくる */
    top: 0;
    width: 768px;
    /* タブレットに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #000000;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
  }

  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px;
    /* クリックしやすい幅 */
    height: 40px;
    /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }

  .nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
  }

  .nav_item {
    text-align: center;
    padding: 0 14px;
  }

  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #ffffff;
  }

  .nav_item a:hover {
    background-color: #000000;
    padding: 8px 0;
  }

  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    transition: all .6s;
  }

  .hamburger_border_top {
    top: 14px;
  }

  .hamburger_border_center {
    top: 20px;
  }

  .hamburger_border_bottom {
    top: 26px;
  }

  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }


}




/* スマホ用css */
@media only screen and (max-width: 599px) {

  .explanation {
    margin-top: -90px;
  }

  /*
==================
ハンバーガーメニュー
==================
*/



  .star {
    display: none;
  }

  .nav {
    position: fixed;
    right: -700px;
    /* 右から出てくる */
    top: 0;
    width: 700px;
    /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #000000;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
  }

  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px;
    /* クリックしやすい幅 */
    height: 40px;
    /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }

  .nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
  }

  .nav_item {
    text-align: center;
    padding: 0 14px;
  }

  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #ffffff;
  }

  .nav_item a:hover {
    background-color: #000000;
    padding: 8px 0;
  }

  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    transition: all .6s;
  }

  .hamburger_border_top {
    top: 14px;
  }

  .hamburger_border_center {
    top: 20px;
  }

  .hamburger_border_bottom {
    top: 26px;
  }

  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }

  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }

  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }

  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }

  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }


  h1#obi {
    height: 100%;
    font-size: 0.8rem;
  }

  .warp {
    display: flex;
    flex-direction: column;
  }

  .title {
    display: block;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    height: fit-content;
    margin-top: 3.7rem;
    padding-left: 2rem;
    padding-top: 0;
    background-image: url(../image/backgroundimage.png);
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
    z-index: 7;
  }

  .title h1 {
    display: flex;
    order: 1;
    font-size: 3rem;
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-left: 3rem;
  }

  .program {
    display: block;
  }

  main {
    display: flex;
    display: block;
    order: 2;
    margin-left: 40px;
    padding-left: 0;
    padding-top: 0;

  }

  .program-box {
    width: 100%;
    border: 1.5px solid #000;
    height: 600px;

    /* 相対位置指定 */
  }

  .program-name {
    text-align: right;
    padding: 1rem;
    padding-top: 2rem;
  }

  .program-name h2 {
    font-size: 24px;
    margin-right: 5px;
  }

  .program-name p {
    padding-right: 20px;
    font-size: 15px;
    font-weight: 600;
  }

  .program-box h3 {
    padding: 0.5rem 6rem 0.5rem 2rem;
    margin-bottom: 3rem;
    margin-top: 5rem;
  }


  /* ✷ */
  .program-box h3::after {
    width: 197px;
    height: 230px;
    bottom: -144px;
  }

  /* ✷ */
  .program-coution p {
    margin: 2px auto;
    font-size: 14px;
    text-align: left;
  }

  /* ✷ */
  .program-coution h2 {
    margin: 0.3rem auto;
    font-size: 1.2rem;
  }



  .ground {
    margin-bottom: 1rem;
  }


  /* ✷ */
  .popup-inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 90%;
    height: 90%;
    background-color: #fff;
    transform: rotate(32deg);
    transition: 0.64s ease-in-out;
  }



  .popup h2 {
    font-size: 18px;
  }

  .popup h3 {
    font-size: 16px;
    margin: 1.5rem auto;
    padding: 0.8rem 1rem;
    text-align: center;
    text-shadow: 0 0 20px #fff, 0 0 30px #fff;

  }

  .popup h4 {
    font-size: 14px;
  }

  .popup h3::after {
    content: "";
    display: block;
    position: absolute;
    right: -5px;
    bottom: -10px;
    width: 50px;
    height: 50px;
    background-image: url("../image/cat-icon2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }


  .popup p {
    font-size: 11px;
    line-height: 2rem;
  }

  ol li {
    font-size: 11px;
    line-height: 2rem;
  }

  .indent-text1 {
    text-indent: 0px;
  }

  .indent-text2 {
    text-indent: 13px;
  }

  .pc-space {
    display: none;
  }

  .phone-space {
    display: block;
  }

  /* ✷ */
  .popup__close {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 2rem;
    height: 2rem;
    font-size: 2.5rem;
    font-weight: 300;
    border-radius: 50%;
    background-color: #434343;
    z-index: 4;
    color: #fff;
    line-height: 2rem;
    cursor: pointer;
    text-decoration: none;
  }



  .top-link {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
  }

  .top-link a {
    display: block;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
  }

  .top-mark {
    height: 2rem;
    width: auto;
    margin-left: 1rem;
  }



  /*
==================
ハンバーガーメニュー
==================
*/



  .star {
    display: none;
  }

  .nav {
    position: fixed;
    right: -320px;
    /* 右から出てくる */
    top: 0;
    width: 320px;
    /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #000000;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
  }

  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px;
    /* クリックしやすい幅 */
    height: 40px;
    /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }

  .nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
  }

  .nav_item {
    text-align: center;
    padding: 0 14px;
  }

  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #ffffff;
  }

  .nav_item a:hover {
    background-color: #000000;
    padding: 8px 0;
  }

  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    transition: all .6s;
  }

  .hamburger_border_top {
    top: 14px;
  }

  .hamburger_border_center {
    top: 20px;
  }

  .hamburger_border_bottom {
    top: 26px;
  }

  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }



  .program-img {
    display: none !important;
  }

  .program2-img {
    display: block !important;
    border-bottom: 2px #fff solid;
  }
}