.gradation-color{
  background: linear-gradient(90deg,rgb(79, 167, 225) 0%, rgb(164, 218, 240) 30%, rgb(33, 202, 132) 100%);
}

.a-otf-gothic-mb101-pr6n{
  font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.din-1451-lt-pro-engschrift{
  font-family: "din-1451-lt-pro-engschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sp{
  display: none;
}


body {
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.06em;
}
body * {
  box-sizing: border-box;
  line-height: 1em;
}
br{
  line-height: 1;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

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

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.inner {
  width: 90%;
  max-width: 1200px;
  padding: 0 25px;
  margin-inline: auto;
  position: relative;
}

.sp_only {
  display: none !important;
}

.main-ttl {
  font-size: 20px;
  font-weight: 600;
}
.main-ttl.center{
  text-align: center;
}

.main-title-en {
  display: block;
  padding: 0 0 13px;
  font-size: 114px;
  font-weight: 600;
  font-family: "din-1451-lt-pro-engschrift", sans-serif;
  font-style: normal;
}

/* ▼ ボタン共通スタイル */
.circle-btn {
  display: flex;
  justify-content: flex-end;
  width: 250px;
  margin: 20px 0 0 auto;
}

.circle-btn a {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 12px;
  width: 200px;
  text-decoration: none;
}

/* ボタン内のテキスト */
.circle-btn p {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #000;
  color: #000;
}

/* 矢印ボタン本体（丸背景） */
.circle-arrow {
  transition: 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #C4ECFF;
  background: linear-gradient(90deg,rgb(79, 167, 225) 0%, rgb(164, 218, 240) 70%);
}

/* 矢印記号 */
.circle-arrow::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 40%;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg) translate(-50%, -50%);
}

/* ホバー時 */
.circle-btn:hover .circle-arrow {
  transform: translateX(20px);
}

/* ▼ whiteバージョン */
.circle-btn-white p {
  border-color: #fff;
  color: #fff;
}

.circle-arrow-white {
  background: #fff;
}

.circle-btn-white a {
  color: #fff;
}

.circle-arrow-white::before{ 
  border-color: #2B66B0;
}


/* ▼ 単体の小さな矢印用 */
.arrow {
  width: 20px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 3px solid #fff;
  transform: skew(40deg);
}


header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

header h1 {
  padding-left: 1%;
  color: #1C2C43;
  font-size: 22px;
  font-weight: 600!important;
}

.hamburger{
  display: none;
}

nav { 
  width: 78%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

nav a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.aside {
  text-align: center;
}

.aside a {
  display: block;
  width: clamp(180px,15vw,275px);
  padding: 30px 10px 35px;
  color: #fff;
}
.aside a:hover{
	opacity: 0.7;
}

.gnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px 0 0;
}

.gnav a {
  position: relative;
  padding: 0 2vw;
}

.gnav a:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #2B66B0;
  border-bottom: 1px solid #2B66B0;
  transform: rotate(45deg);
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

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

#fv{
  position: relative;
  padding: 170px 0;
  background: url(../images/bg_fv.png) center bottom/100% no-repeat;
}
#fv h2{
  font-size: 53px;
  text-align: right;
  font-weight: 600;
}
#fv h2 small {
  font-size: 24px;
  display: block;
  padding: 0 0 20px;
  line-height: 1.5;
}

#fv .sub-ttl {
  position: absolute;
  z-index: -1;
  left: 3%;
  top: 0;
  font-size: 210px;
  color: #F2F2F2;
  font-weight: 600;
}

#fv .kv {
  margin-left: 7%;
  min-width: 970px;
  height: auto;
  width: 77%;
  display: block;
}
#fv .kv.sp{
	display: none;
}

#news {
  padding: 125px 0 75px;
  color: #fff;
}

#news .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#news .main-ttl {
  width: 30%;
}

#news .circle-btn {
  margin-top: 40px;
}

.news-lists {
  width: 87%;
}

.news-lists .list-flex {
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px 27px 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 20px;
}

.news-lists a .arrow {
  transition: 0.5s ease-in-out;
  transform: skew(40deg) translateX(-20px);
}

.news-lists a:hover {
  color: #2B66B0;
}

.news-lists .list-flex:hover .arrow {
  transform: skew(40deg) translateX(0);
  border-color: #2B66B0;
}

.news-lists .contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.news-lists .contents p{
  line-height: 1.5;
}

#ov {
  padding: 130px 0 150px;
}
#ov h2 {
  margin-bottom: 50px;
}
#ov .lead {
  text-align: center;
  font-size: 19px;
  line-height: 3;
  letter-spacing: 0;
  margin-bottom: 65px;
  font-weight: 500;
}
#ov .schedule .sub {
  width: fit-content;
  width: -moz-fit-content;
  color: #fff;
  background: linear-gradient(90deg,rgba(119, 144, 198, 1) 0%, rgba(157, 178, 209, 1) 100%);
  font-size: 23px;
  letter-spacing: 0.1em;
  padding: 23px;
  border-radius: 100vh 0 0 100vh;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19%;
}
#ov .schedule {
  border-radius: 100vh;
  height: 90px;
  display: flex;
  align-items: center;
  background: #F3F3F3;
  gap: 90px;
  width: clamp(800px,50vw,1100px);
  margin: 0 auto 100px;
}
#ov .schedule p {
  font-size: 23px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.about-box{
  width: clamp(900px,66vw,1250px);
  margin: 0 auto 60px;
  box-shadow: 0px 6px 45px 0px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}
.about-box:last-of-type{
	margin-bottom: 0;
}

.about-box .box{
  padding: 30px 6%;
}
.about-box .sub {
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding: 28px 0 30px;
  border-radius: 25px 25px 0 0;
}
.about-box p {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 30px;
  letter-spacing: 0;
  color: #1C2C43;
  margin: 22px 0 0;
  font-size: 19px;
}

#ov .dia .box {
  padding-top: 65px;
  padding-bottom: 65px;
}

#ov .calendar .box {
  padding-top: 50px;
  padding-bottom: 50px;
}

#ov .calendar .calendar_pic {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 75px;
}

#ov .calendar .calendar_pic img {
  width: 48%;
  height: auto;
}

#ov .calendar .box .calendar_wrap table,
#ov .calendar .box .calendar_wrap th,
#ov .calendar .box .calendar_wrap td {
  border-collapse: separate;
  border-spacing: 0;
 }
#ov .calendar .box .calendar_wrap {
  display: block;
  padding: 0 10px;
}
#ov .calendar .box .calendar_wrap,
#ov .calendar .box .calendar_wrap:visited {
  color: #000;
}
#ov .calendar .box .calendar_wrap .closed {
  background-color: #BFBFBF;	
}
#ov .calendar .box .calendar_wrap .over80 {
  background-color: #FF504E;
}
#ov .calendar .box .calendar_wrap .over50 {
  background-color: #FFCCCB;	
}
#ov .calendar .box .calendar_wrap .under50 {
  background-color: #95DCF8;	
}
#ov .calendar .box .calendar_wrap .before-sale {
  background-color: #FDFE98;	
}
#ov .calendar .box .calendar_wrap .legend {
  width: 50%;
  padding-left: 5px;	
}
#ov .calendar .box .calendar_wrap .legend p {
  font-size: 17px;
  margin: 14px 0 0;	
}
#ov .calendar .box .calendar_wrap .legend ul {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  padding: 0 0 16px;	
}
#ov .calendar .box .calendar_wrap .legend li {
  display: flex;
  align-items: center;
  width: 33%;
  font-size: 14px; 
  margin-top: 5px;	
}
#ov .calendar .box .calendar_wrap .legend li span {
  display: inline-block;
  width: 19px;
  padding-bottom: 16px;
  margin-right: 0.5rem;	
}
#ov .calendar .box .calendar_wrap .calendars {
  display: flex;
  justify-content: space-between;	
}
#ov .calendar .box .calendar_wrap .calendars .months {
  width: 46.8%;	
}
#ov .calendar .box .calendar_wrap .calendars .months p {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}
#ov .calendar .box .calendar_wrap .calendars .months table {
	border: 1px solid #000;
	width: 100%;
}
#ov .calendar .box .calendar_wrap .calendars .months table tr { }
#ov .calendar .box .calendar_wrap .calendars .months table .weekday { }
#ov .calendar .box .calendar_wrap .calendars .months table .weekday th {
  font-weight: 500; font-size: 15px; padding: 6px 0; width: 20%;	
}

#ov .calendar .box .calendar_wrap .calendars .months table th,
#ov .calendar .box .calendar_wrap .calendars .months table td {
  border-bottom: 0.06em solid #515151;
  border-left: 0.06em solid #515151;
}
#ov .calendar .box .calendar_wrap .calendars .months table th:first-child,
#ov .calendar .box .calendar_wrap .calendars .months table td:first-child {
  border-left: 0px;	
}
#ov .calendar .box .calendar_wrap .calendars .months table tr:last-child td {
  border-bottom: 0px;	
}
#ov .calendar .box .calendar_wrap .calendars .months table td {
  padding-bottom: clamp(25px, 2.3vw, 40px);
  position: relative;
}
#ov .calendar .box .calendar_wrap .calendars .months table td span {
  position: absolute;
  top: 2px;
  right: 8px;
  font-size: 15px;
  font-weight: normal;
	
}
#ov .calendar .box .calendar_wrap .coution {
  font-size: 16px;
  text-align: right;
  line-height: 120%;
  margin: 9px 0 0;	
}

#ov .seat {
  display: block;
  width: 65%;
  max-width: 930px;
  height: auto;
  margin: 0 auto;
}


.border-ttl {
  padding: 0 0 20px;
  border-bottom: 1px solid #707070;
  font-size: 25px;
  font-weight: 600;
}

#flow {
  padding: 110px 0 150px;
}

#flow .main-ttl {
  padding: 0 0 50px;
  color: #fff;
}


.step {
  list-style: none;
  padding: 0;
  margin: 0;
}

.step_list {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 30px;
}
.step_list:last-of-type{
	margin-bottom: 0;
}

.step_num {
  width: 100px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-family: "din-1451-lt-pro-engschrift", sans-serif;
  font-style: normal;
}

.step_num span {
  display: block;
  font-size: 26px;
  letter-spacing: 0.1em;
}

.step_num p {
  font-size: 93px;
  font-weight: bold;
}

/* コンテンツブロック */
.step_content {
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 45px 50px 42px 40px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  flex: 1;
  gap: 30px;
}

.step_content img {
  width: 195px;
  height: auto;
}

.step_content .text {
  flex: 1;
}

.step_content h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.step_content p {
  font-size: 19px;
  line-height: 2;
  font-weight: 500;
}


#place{
  padding: 130px 0 170px;
}
#place .main-ttl{
  margin: 0 0 55px;
}

.map_wrap {
  margin: 0 auto 80px;
}
.map_wrap ul {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
.map_wrap ul li {
  background: #F3F3F3;
  border-radius: 20px 20px 0px 0px;
  width: 300px;
  height: 70px;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 16px;
}
.map_wrap ul li.active {
  background: linear-gradient(90deg,rgb(79, 167, 225) 0%, rgb(164, 218, 240) 30%, rgb(33, 202, 132) 100%);
  pointer-events: none;
  color: #fff;
}
.map_wrap .map {
  box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0 25px 25px 25px;
  padding: 50px 35px 42px;
  display: none;
}
.map_wrap .map img {
  width: 931px;
  margin-inline: auto;
}
.map_wrap .map p {
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin: 32px 0 0;
}
.map_wrap .map a {
  display: block;
  margin: 20px 0 0;
  color: #000;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
}
.map_wrap .map a span{
	border-bottom: 1px solid rgb(79, 167, 225);
	padding: 0 0 10px;
}


@media (any-hover: hover) {
  .map_wrap .map a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

.reservation p {
  padding: 35px 0 0;
  font-size: 14px;
  text-align: center;
}

.reservation-btn {
  transition: 0.3s ease-in-out;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 33px 10px 37px;
  text-align: center;
  width: 780px;
  border-radius: 100px;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg,rgb(79, 167, 225) 0%, rgb(164, 218, 240) 30%, rgb(33, 202, 132) 100%);
  box-shadow: 0px 10px 0px 0px rgba(17, 89, 59, 0.2);
}

.reservation-btn:after {
  content: "";
  z-index: 10;
  position: absolute;
  width: 30px;
  top: 50%;
  height: 30px;
  transform: translate(0, -50%);
  left: calc(50% + 200px);
  background: url(../images/arrow.svg) center/cover no-repeat;
}

.reservation-btn:hover {
  transform: translateY(10px);
  box-shadow: none;
}


#ask {
  padding: 80px 0;
  background: #F5F5F5;
}
#ask .flex{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 5%;
}

#ask .main-ttl{
  font-size: 20px
}
#ask .main-title-en{
  font-size: 90px;
}

#ask .text{
  text-align: center;
}
#ask .text h3{
  padding: 0 0 25px;
  font-size: 28px;
}
#ask .text p{
  padding: 0 0 40px;
  font-size: 21px;
}
#ask .text a{
  display: block;
  width: 670px;
  padding: 28px 10px 34px;
  border-radius: 100px;
  font-size: 23px;
  color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  background: linear-gradient(90deg,rgba(236, 219, 211, 1) 0%, rgba(242, 172, 188, 1) 100%);
  margin: 0 auto;
}
#ask .text a:hover{
	opacity: 0.7;
}

#ask .terms{
	padding: 100px 0 0;
	text-align: center;
}
#ask .terms a{
	font-size: 16px;
	color: gray;
}
#ask .terms a:hover{
	border-bottom: 1px solid gray;
}
