/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "UTF-8";

/* CSS Document */


/* #main_visual
----------------------------------------------------------- */

/*#main_visual {
  background: url(../images/top/main_visual.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-attachment: fixed;
}

@media screen and (max-width: 835px) {
  #main_visual {
    height: 60vh;
     min-height: 450px;
    background-size:auto;
    background: url(../images/top/main_visual_sp.jpg) center top no-repeat;
  }
}*/
#main_visual {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/top/main_visual.webp);
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn { 
    0% {opacity: 0} 
    100% {opacity: 1} 
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@media screen and (max-width: 835px) {
  #main_visual {
    background-image: url(../images/top/main_visual_sp.webp);
  }
}

/* #concept #experience
----------------------------------------------------------- */

#concept, #experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 10.4% 60px 0;
  padding: 60px 5% 60px 0;
  align-items: center;
}

.concept_img, .experience_img {
  width: 63.4%;
}

.concept_img img, .experience_img img {
  width: 100%;
}
#concept img, #experience img{
flex-shrink: 0;
}
.concept_txt, .experience_txt {
  width: 32%;
}

.concept_list {
  list-style: inside;
}

.concept_list li {
  line-height: 2.4rem;
}

.concept_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.concept_btn li {
  width: 48%;
  margin-top: 20px;
}

.concept_btn li a {
  display: block;
  text-align: center;
  padding: 20px 15px;
  background-color: #000000;
  -webkit-transition: all .3s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  color: #ffffff;
  letter-spacing:2px;
  position:relative;
}
.concept_btn li a:after{
	display:block;
	content:">";
	font-size:16px;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	right: 20px;
}
.concept_btn li a:hover {
  background-color: #e6e6e6;
  color: #000000;
  cursor: pointer;
}

.concept_btn li a path {
  fill: #fff;
  -webkit-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.concept_btn li a:hover path {
  fill: #000000;
}

@media screen and (max-width: 1365px) {
  #concept, #experience {
    padding: 60px 3% 60px 0;
  }
}

@media screen and (max-width: 835px) {
  #concept, #experience {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 40px 0;
  }
  .concept_img, .experience_img {
    width: 100%;
  }
  .concept_txt, .experience_txt {
    width: 88%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .concept_btn {
    margin-top: 20px;
  }
}

#concept .h2_01_tit01,
#experience .h2_01_tit01,
#route .h2_01_tit01
{
    font-size: 20px;
    letter-spacing: 0.75px;
    letter-spacing: 0.15em;
    color: #9e005d;
}
#concept .h2_01_tit01:after, #experience .h2_01_tit01:after,#route .h2_01_tit01:after
{
	content:"";
	display: block;
	width: 75px;
	height: 1px;
	background: #c7c7c7;
}

/* #cuisine
----------------------------------------------------------- */

#cuisine {
  padding: 60px 0 60px 5%;
  background: url(../images/common/bg_black.gif);
  color: #ffffff;
  width: 100%;
}

.cuisine_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.cuisine_img {
  width: 63.4%;
}

.fugu_txt {
  width: 33%;
}

.cuisine_txt ul {
  margin: 40px 0;
  line-height: 2.4rem;
}

.cuisine_txt_inner {
  padding-right: 10px;
  line-height: 2.4rem;
  letter-spacing: 2px;
}
.price-block {
    padding-top: 40px;
}
.course-name {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.25;
	margin-bottom: 1.5rem;
}
.course-name span {
    font-size: 14px;
}
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-top: 0.5px solid #ccc;
}
.price-row:last-of-type {
  border-bottom: 0.5px solid #ccc;
}
.price-label {
  /* font-size: 13px; */
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.price-sublabel {
  font-size: 11px;
  letter-spacing: 0.06em;
  display: block;
}
.price-val {
  font-weight: 300;
  letter-spacing: -0.01em;
  text-align: right;
}
.price-val span {
  font-size: 12px;
  margin-left: 4px;
  font-weight: 400;
}
.footnote {
  font-size: 12px;
  margin-top: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.price-block02 {
    padding: 50px 0;
}
.price-block02_in {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 30%;
    text-align: left;
    margin: 0 auto;
}
@media screen and (max-width: 1365px) {
  #cuisine {
    padding: 60px 0 60px 5%;
  }
}

@media screen and (max-width: 835px) {
  #cuisine {
    padding: 0 0 40px 0;
  }
  .cuisine_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cuisine_img {
    width: 100%;
  }
  .cuisine_txt {
    width: 88%;
    margin: 0 auto;
    padding-top: 30px;
  }
	.price-block02_in {
    width: 100%;
}
}
#cuisine .h2_01_tit01,
#photo .h2_01_tit01
{
    font-size: 20px;
    letter-spacing: 0.75px;
    letter-spacing: 0.15em;
    color: #9e005d;
}
#cuisine .h2_01_tit01:after, #photo .h2_01_tit01:after
{
	content:"";
	display: block;
	width: 75px;
	height: 1px;
	background: #c7c7c7;
}


/* #experience
----------------------------------------------------------- */

/*#experience {
  padding: 60px 13.4%;
  text-align: center;
}

#experience h2 {
  text-align: center;
}

.experience_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.experience_inner div {
  width: 32%;
  line-height: 2.4rem;
}

.experience_img {
  margin-bottom: 15px;
}

#experience ul {
  margin-top: 15px;
  list-style: inside;
  font-size: 13px;
}

@media screen and (max-width: 1365px) {
  #experience {
    padding: 60px 4%;
  }
}

@media screen and (max-width: 835px) {
  #experience {
    padding: 40px 6% 0 6%;
  }
  .experience_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .experience_inner div {
    width: 100%;
    pading-bottom: 40px;
    padding-bottom: 40px;
  }
}*/


/* #route
----------------------------------------------------------- */

#route {
  padding: 60px 5% 60px 0;
  background: url(../images/common/bg_black.gif);
  color: #ffffff;
}

.route_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* align-items: center; */
}

.route_img {
  width: 63.4%;
}

.route_txt {
  width: 30.5%;
}

.route_txt p {
  /* line-height: 2.4rem; */
}

.route_flow {
  width: 90%;
  margin-top: 35px;
  text-align: center;
  /* font-family: "Ã£Æ’ÂªÃ£Æ’Â¥Ã£â€šÂ¦Ã£Æ’Å¸Ã£Æ’Â³ R-KL"; */
}

.route_flow li {
  padding: 8px 0;
  border: 1px solid #ffffff;
  position: relative;
  margin-bottom: 25px;
  line-height: 1.25;
}

.route_flow li:after {
  content: '';
  position: absolute;
  bottom: -25px;
  right: 50%;
  width: 50%;
  height: 25px;
  border-right: 1px solid #fff;
}

.route_flow li:last-child {
  margin-bottom: 0;
}

.route_flow li:last-child::after {
  content: none;
}

@media screen and (max-width: 1365px) {
  #route {
    padding: 60px 0 60px 4%;
    padding: 60px 60px 4% 0;
  }
}

@media screen and (max-width: 835px) {
  #route {
    padding: 0;
  }
  .route_inner {
    -webkit-box-orient: vertical;
    /* -webkit-box-direction: reverse; */
    -ms-flex-direction: column-reverse;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .route_img {
    width: 100%;
  }
  .route_txt {
    width: 88%;
    padding: 40px 0;
  }
  .route_flow {
    margin: 35px auto 0;
  }
}



/* #photo
----------------------------------------------------------- */

#photo {
  padding: 60px 0 60px 5%;
  background: url(../images/common/bg_black.gif);
  color: #ffffff;
}

.photo_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* align-items: center; */
}

.photo_img {
  width: 63.4%;
}

.photo_txt {
  width: 33.6%;
}

.photo_sec_left {
  width: 63.4%;
  margin: 0;
}

.swiper-container {
  width: 100%;
  margin: 0;
}

.photo_sec_left p {
  margin-top: 15px;
  text-align: center;
}

.swiper-button-next, .swiper-button-prev {
  --swiper-navigation-color: #fff; 
}

.swiper-container img, .thumb-list img {
  max-width: 100%;
  height: auto;
}

.thumb-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: end; */
  margin-top: 80px;
}

.thumb-item {
  list-style: none;
  width: 32% !important;
  height: 100%;
  margin-bottom: 10px;
}

.thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.thumb-list img {
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  display: block;
  /* background: #000; */
}

.thumb-list img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.6;
}

@media screen and (max-width: 1365px) {
  #photo {
    padding: 60px 4% 60px 0;
    padding: 60px 0 4% 60px;
  }
}

@media screen and (max-width: 835px) {
  #photo {
    padding: 0;
  }
  .photo_inner {
    /* flex-direction: column; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    flex-direction: column-reverse;
  }
  .photo_img {
    width: 100%;
  }
  .photo_txt {
    width: 88%;
  }
  .photo_sec_left {
    width: 100%;
    margin: 0;
  }
  .photo_sec_left p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .thumb-list {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}


/* #member
----------------------------------------------------------- */

#member {
  padding: 80px 13.4%;
  background: #e6e6e6;
}

.member_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.member_txt {
  width: 23.4%;
}

.member_btn {
  width: 140px;
  font-family: "Ã£Æ’ÂªÃ£Æ’Â¥Ã£â€šÂ¦Ã£Æ’Å¸Ã£Æ’Â³ R-KL";
  text-align: center;
  background: #9e005d;
  /* padding: 12px; */
  font-size: 1.6rem;
  color: #ffffff;
}

.member_btn a {
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid #9e005d;
  background-color: #9e005d;
  -webkit-transition: all .3s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  color: #ffffff;
  padding: 12px 0;
}

.member_btn a:hover {
  background-color: #ffffff;
  border: 1px solid #9e005d;
  color: #9e005d;
  cursor: pointer;
}

.member_tbl {
  width: 72.5%;
}

.member_tbl_set01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

.member_tbl_set01 table {
  width: 48.3%;
  border: solid 1px #000000;
}

.member_tbl table th {
  background: #000000;
  text-align: center;
  color: #ffffff;
  padding: 1rem 0;
}

.member_tbl_02 td {
  padding-top: 15px;
  line-height: 2.4rem;
}

.member_tbl_set01 table td {
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  padding: 10px 0;
  /* text-align: center; */
}

.member_tbl_set01 table tr td:first-child {
  text-align: center;
}

.member_tbl_set01 table tr td:last-child {
  padding-left: 12px;
}

@media screen and (max-width: 1365px) {
  #member {
    padding: 80px 4%;
  }
}

@media screen and (max-width: 835px) {
  #member {
    padding: 40px 0 100px 0;
    position: relative;
  }
  .member_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .member_txt {
    width: 88%;
    margin: 0 auto;
  }
  .member_btn {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-bottom: 40px;
  }
  .member_tbl {
    width: 88%;
    margin: 0 auto;
  }
  .member_tbl_set01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 0;
  }
  .member_tbl_set01 table {
    width: 100%;
    margin-bottom: 35px;
  }
}


/* #schedule
----------------------------------------------------------- */

#schedule {
  padding: 60px 13.4%;
  background: #ffffff;
}

.schedule_h2in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.schedule_h2in p:first-child {
  padding-right: 10px;
}

#schedule h2, #news h2, #access h2, #info h2 {
  text-align: center;
}

/*.reservationSingle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.reservationSingle caption {
  text-align: left;
  font-family: "Ã£Æ’ÂªÃ£Æ’Â¥Ã£â€šÂ¦Ã£Æ’Å¸Ã£Æ’Â³ R-KL";
  font-size: 20px;
  margin-bottom: 10px;
}

.reservationSingle table {
  border-collapse: collapse;
  width: 30%;
}

.reservationSingle table td, .reservationSingle table th {
  border: solid 1px #b3b3b3;
  text-align: center;
  padding: 5px 0;
  width: 10%;
}

.reservationSingle table td {
  color: #9e005d;
}

.day {
  color: #000000;
}

th.sun {
  color: #c1272d;
}

th.sat {
  color: #0071bc;
}
*/
.calendar-wrap {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}
.calendar-col {
  flex: 1;
  min-width: 0;
}
.calendar-title {
  text-align: center;
  margin-bottom: 8px;
  font-size: 22px;	
}
.calendar-title-en{
	font-size: 10px;
    letter-spacing: 0.35em;
    color: #9e005d;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*.calendar-title-en:before,
.calendar-title-en:after{
	content: "";
	display: block;
	height: 1px;
	background: #c7c7c7;
	width: 20%;
}
*/
.fc-h-event{
	background: none !important;
	border: none !important;
	
}
.fc-h-event .fc-event-title {
    display: block;
    text-align: center;
    font-size: 18px;
	color: #9e005d;
}
.fc .fc-button-primary {
    background-color: #000 !important;
    border-color: #000 !important;
}
.fc .fc-toolbar-title {
    font-size: 1.25em !important;
}
.fc-col-header-cell {
    padding: 5px 0 !important;
    background: #c7c7c7 !important;
}
th.fc-day-sun {
    color: #9e005d;
}
th.fc-day-sat {
    color: #004e9e;
}
.fc-no-event {
	font-size: 20px;
    text-align: center;
}
/* スマホは縦並び */
@media (max-width: 600px) {
  .calendar-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 835px) {
  #schedule {
    padding: 60px 6%;
  }
  .schedule_h2in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  #schedule caption {
    text-align: center;
  }
  .reservationSingle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .reservationSingle table {
    width: 100%;
    margin-bottom: 30px;
  }
  .schedule_h2in p:first-child {
    padding-right: 0;
    margin-bottom: 15px;
  }
}


/* #news
----------------------------------------------------------- */

#news {
  padding: 60px 13.4%;
  background: #e6e6e6;
}

#news h2 {
  padding-bottom: 10px;
}

.news_inner {
  width: 60.6%;
  margin: 0 auto;
  border-top: 1px dashed #000000;
}

.news_inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-bottom: 1px dashed #000000;
}

.news_inner dl dt {
  padding: 0 25px;
}

.news_inner a {
  color: #9e005d;
  text-decoration: underline;
}

.news_btn {
  width: 172px;
  margin: 40px auto 0 auto;
}

.news_btn a {
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid #9e005d;
  background-color: #9e005d;
  -webkit-transition: all .3s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  color: #ffffff;
  padding: 10px 0;
	position: relative;
}
.news_btn a:after {
  display: block;
  content: ">";
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

.news_btn a:hover {
  background-color: #ffffff;
  border: 1px solid #9e005d;
  color: #9e005d;
  cursor: pointer;
}

.news_btn a path {
  fill: #ffffff;
  -webkit-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.news_btn a:hover path {
  fill: #9e005d;
}

@media screen and (max-width: 1365px) {
  #news {
    padding: 60px 4%;
  }
}

@media screen and (max-width: 835px) {
  #news {
    padding: 40px 6%;
    position: relative;
  }
  .news_inner {
    width: 100%;
    margin: 0 auto;
    /*border-top: none;*/
  }
  .news_inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
    /*border-bottom: none;*/
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .news_inner dl dt {
    padding: 0;
  }
}


/* #access
----------------------------------------------------------- */

#access {
  padding: 60px 13.4%;
  background: #ffffff;
  text-align: center;
}

#access h4 {
  background: #000000;
  color: #ffffff;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 1rem;
  /*font-family: "Ã£Æ’ÂªÃ£Æ’Â¥Ã£â€šÂ¦Ã£Æ’Å¸Ã£Æ’Â³ M-KL";*/
}

.access_iframe {
  position: relative;
  width: 100%;
  padding: 75% 0 0;
}

.access_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access_txt {
  padding-top: 50px;
}

.access_txt01 {
  /*font-family: "Ã£Æ’ÂªÃ£Æ’Â¥Ã£â€šÂ¦Ã£Æ’Å¸Ã£Æ’Â³ M-KL";*/
  text-decoration: underline;
  font-size: 17px;
}

.access_txt p {
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 2px;
}

@media screen and (max-width: 1365px) {
  #access {
    padding: 60px 4%;
  }
}

@media screen and (max-width: 835px) {
  #access {
    padding: 40px 0;
  }
}
/* #info
----------------------------------------------------------- */

  #info {
    padding: 60px 0 20px 0;
    /* background: #1a1710; */
    /* color: #e8e0cc; */
    /* font-family: 'Noto Serif JP', serif; */
  }
 
  .info-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
  }
 
  .info-heading {
    text-align: center;
    margin-bottom: 64px;
  }
 
  .info-heading .en {
    display: block;
    font-family: 'Shippori Mincho', serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.35em;
    color: #b8a870;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
 
  .info-heading .ja {
    display: block;
    font-family: 'Shippori Mincho', serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #e8e0cc;
  }
 
  .info-heading::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #b8a870;
    margin: 24px auto 0;
  }
 
  .info-lead {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 2.2;
    /* color: #c8bfa8; */
    margin-bottom: 30px;
  }
 
  .info-basics {
    display: flex;
    justify-content: center;
    /* gap: 30px; */
    /* margin-bottom: 72px; */
    padding-bottom: 30px;
    /* border-bottom: 1px solid #3a3528; */
  }
 
  .info-basics-item {
    text-align: center;
  }
 
  .info-basics-item .label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.3em;
    color: #9e005d;
    margin-bottom: 10px;
  }
 
  .info-basics-item .value {
    display: block;
    font-family: 'Shippori Mincho', serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    /* color: #e8e0cc; */
  }
 
  .info-pricing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 48px;
    justify-content: center;
  }
 
  .info-pricing-divider {
    /* background: #c7c7c7; */
    /* width: 1px; */
  }
 
  .plan-block {
    padding: 8px 0;
    border-bottom: 1px solid #c7c7c7;
	min-width: 0; 
  }
 
  .plan-type {
    font-size: 12px;
    letter-spacing: 0.35em;
    color: #9e005d;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
 
  .plan-type::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #c7c7c7;
    width: 255px;
  }
 
  .plan-title {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
  }
 
  .plan-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 12px 0 8px 0;
    /* border-bottom: 1px solid #c7c7c7; */
  }
 
  .plan-row:last-of-type {
    border-bottom: none;
  }
 
  .plan-row-label {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.1em;
    /* color: #a09880; */
    line-height: 1.8;
  }
 
  .plan-row-price {
    font-family: 'Shippori Mincho', serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    /* color: #e8e0cc; */
    text-align: right;
  }
 
  .plan-row-price .unit {
    font-size: 12px;
    /* color: #c7c7c7; */
    margin-left: 4px;
  }
 
  .plan-note {
    /* margin-top: 20px; */
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.1em;
    /* color: #7a7060; */
    line-height: 2;
  }
 
  @media (max-width: 640px) {
    #info {
      padding: 72px 0 0;
    }
 
    .info-inner {
      padding: 0 24px;
    }
 
    .info-basics {
      gap: 36px;
    }
 
    .info-pricing {
      grid-template-columns: 1fr;
      gap: 48px 0;
    }
 
    .info-pricing-divider {
      display: none;
    }
  }
#info .h2_01_tit01,
#schedule .h2_01_tit01,
#news .h2_01_tit01,
#access .h2_01_tit01

{
    font-size: 20px;
    letter-spacing: 0.75px;
    letter-spacing: 0.15em;
    color: #9e005d;
	justify-content: center;
}
#info .h2_01_tit01:before, #schedule .h2_01_tit01:before, #news .h2_01_tit01:before, #access .h2_01_tit01:before
{
	content:"";
	display: block;
	width: 65px;
	height: 1px;
	background: #c7c7c7;
}
#info .h2_01_tit01:after, #schedule .h2_01_tit01:after, #news .h2_01_tit01:after, #access .h2_01_tit01:after
{
	content:"";
	display: block;
	width: 65px;
	height: 1px;
	background: #c7c7c7;
}

/* 
----------------------------------------------------------- */

.visible, .invisible {
  opacity: 0.0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.visible {
  opacity: 1.0;
}

.visible.translateY, .invisible.translateY {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.visible.translateY {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.visible.translateToLeft, .invisible.translateToLeft {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.visible.translateToLeft {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.visible.translateToRight, .invisible.translateToRight {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.visible.translateToRight {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.visible.delay01 {
  -webkit-transition-delay:0.5s;
  -o-transition-delay:0.5s;
  transition-delay:0.5s;
}
.visible.delay02 {
  -webkit-transition-delay:0.75s;
  -o-transition-delay:0.75s;
  transition-delay:0.75s;
}

