@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Noto+Serif+JP:wght@200..900&family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap');


div.container {
max-width: 700px;
margin: 0px auto;
}

div.parallax{
width: 100%;
max-width: 700px;
background: #cab8d9;
height: 110vh;
position: fixed;
top:0px;
left:50%;
transform: translateX(-50%);
z-index: -1
}

video.top_new{
width: 100%;
height: 100%;
object-fit: cover
}

div.message{
position: fixed;
width: 100%;
height:100%;
top:0%;
left:50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background: rgba(0,0,0,0.9);
z-index: 999;
text-align: center;
}

div.message_inner{
width: 100%;
max-width: 800px;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
}

p.message_title{
font-size:30px;
font-family: 'Pathway Gothic One', sans-serif;
margin-bottom: 20px;
text-align: center;
}

p.message_txt{
font-size:11px;
text-align: center;
margin-bottom: 20px;
}

img.message{
width: 94%;
margin: 0px auto;
margin-bottom: 40px
}

p.message_close{
width: 70%;
max-width: 300px;
margin: 0px auto;
background: #fff;
padding: 10px 0px 10px 0px;
color:#000;
font-size:13px;
text-decoration: underline;
}

/*--------------------header--------------------*/

header.header{
position: relative;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
background-size: cover;
text-align: center;
padding-top: 100px
}

article.header_inner{
width: 80%
}

img.header_logo{
width: 90%;
margin: 0px auto 10px auto
}

h1.header{
font-size:20px;
line-height: 1.6;
color:#fff;
margin-bottom: 10px
}

h2.header{
font-size:12px;
line-height: 1.6;
color:#fff;
margin-bottom: 10px
}

h3.header{
font-size:14px;
line-height: 1.6;
color:#fff;
margin-bottom: 20px
}

div.header_link{
width: 80%;
margin: 0px auto;
max-width: 300px;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap
}

a.header_link{
width: 50%;
display: block;
position: relative
}

a.header_links{
width: 100%;
display: block;
position: relative;
background: rgba(0,0,0,0.8);
border-radius: 5px;
color:#fff;
margin-bottom: 10px;
border:solid 1px #cab8d9;
text-align: left;
padding: 8px
}

article.header_link{
width: 100%;
top:50%;
transform: translateY(-50%);
position: absolute
}

article.header_links{
display: flex;
align-items: center;
position: relative
}

h3.header_link{
width: 40%;
text-align: center;
font-size:26px;
margin-bottom: 2px;
font-family: "Cormorant Garamond", serif;
font-weight: 400;
font-style: normal;
margin-right: 10px
}

a.color_bbs{
color:#fff
}

h4.header_link{
line-height: 1.2;
font-size: 14px
}

img.header_link{
width: 15px;
position: absolute;
top:50%;
transform: translateY(-50%);
right: 15px
}

a.christmas{
display: block;
margin-top: 20px;
}

/*--------------------nav--------------------*/

nav.nav{
width: 100%;
max-width:700px;
background: #000;
position: fixed;
top:0px;
left: 50%;
transform: translateX(-50%);
display: flex;
align-items: center;
justify-content: space-between;
padding: 5px 3% 5px 3%;
z-index: 11
}

div.nav_share{
display: flex;
align-items: center;
justify-content: left
}

a.nav_share{
width: 20px;
display: block;
margin-left:15px
}

a.nav_logo{
width: 26%;
display: block;
}

a.nav_tel{
width: 26px;
height: 26px;
position: absolute;
right:18%
}

div.menu-trigger{
width: 40px;
height: 40px;
position: relative;
margin-left: 10px
}

a.menu-trigger,
a.menu-trigger span {
transition: all .4s;
position: relative;
}

a.menu-trigger {
position: absolute;
width: 100%;
height: 20px;
top:50%;
left: 50%;
transform: translate(-50%,-50%)
}

a.menu-trigger span {
position: absolute;
left: 0;
width: 100%;
height: 1px;
background: #fff;
}

a.menu-trigger span:nth-of-type(1) {
top: 0;
}
a.menu-trigger span:nth-of-type(2) {
top: 9px;
}
a.menu-trigger span:nth-of-type(3) {
bottom: 0;
}

a.menu-trigger.active span:nth-of-type(1) {
-webkit-transform: translateY(4px) rotate(-45deg);
transform: translateY(4px) rotate(-45deg);
}

a.menu-trigger.active span:nth-of-type(2) {
-webkit-transform: translateY(-4px) rotate(45deg);
transform: translateY(-4px) rotate(45deg);
}

p.menu-trigger{
width: 100%;
position: absolute;
text-align: center;
bottom: 0px;
color: #fff
}

p.menu-trigger.active{
transition: 0.6s;
opacity: 0;
}

.menuIn {
animation-fill-mode: both;
animation-duration: 0.5s;
animation-name: menuIn;
display: block !important;
}

@keyframes menuIn {
0% { 
opacity: 0; 
transform: translateX(30px); 
}
100% { 
opacity: 1; 
transform: translateX(0); 
}
}

/*--------------------menu--------------------*/

menu.menu{
width: calc(100% - 25px);
height: calc(100vh - 90px);
border-radius: 0px 0px 0px 20px;
background: #222;
position: fixed;
top:0px;
right: 0px;
z-index: 10;
display: none
}

li.menu{
width: 100%;
position: absolute;
top:50%;
transform: translateY(-50%);
}

a.menu{
width: 84%;
color: #dcdcdc;
margin: 0px auto;
display: block;
font-size:13px;
padding: 14px 0px 14px 0px;
border-bottom: 1px solid #999;
letter-spacing: 1px
}

.blur-effect {
filter: blur(3px); /* 5pxのぼやかし効果 */
}

/*--------------------welcom--------------------*/

section#welcom{
padding: 0px 5%;
margin: 0px auto;
aspect-ratio: 1 / 1.6;
background: #000 url(../img/about/back.png) no-repeat center top;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 1
}

article.welcom{
width: 90%;
}

h2.section{
font-family: "Cormorant Garamond", serif;
font-weight: 400;
text-align: center;
font-size: 32px;
background: url('../img/icon/h2_back.png') center;
background-size: cover;
-webkit-background-clip: text; 
color: transparent; 
margin-bottom: 15px
}

h2.section i{
font-size:13px;
font-weight: 600;
color: #fff!important; 
-webkit-background-clip: unset; 
letter-spacing: 0.5px;
font-family: "Noto Serif JP", serif;
}

h2.section i:after,h2.section i:before{
content: "";
display: inline-block;
width: 30px;
height: 1px;
background: #fff;
vertical-align: middle;
margin: 0px 5px 
}

h4.welcom{
font-size:14px;
line-height: 1.6;
color:#fff;
text-align: justify
}

/*--------------------banner_space--------------------*/

section#banner_space{
padding: 30px 5% 30px 5%;
background: #000
}

a.banner_space{
margin-bottom: 30px;
display: block;
}

a.banner_space:last-of-type{
margin-bottom: 0px;

}



/*--------------------hot news--------------------*/

section#hot_news{
padding: 30px 0px 30px 0px;
background: rgba(0,0,0,1)
}

a.hot_news{
width: 84%;
margin: 0px auto;
display: block;
border-bottom: dotted 1px #999;
padding-bottom: 10px;
margin-bottom: 10px;
color:#fff
}

a.hot_news:hover h3{
text-decoration: underline
}

p.hot_news{
display: flex;
align-items: center;
font-size:13px;
margin-bottom: 10px;
margin-top: 20px
}

span.hot_news{
width: max-content;
padding: 0px 10px;
font-size:12px;
height: 18px;
line-height: 18px;
border-radius: 9px;
background: url('../img/icon/h2_back.png') center;
margin-right: 10px
}

h3.hot_news{
font-size:14px;
line-height: 1.3
}

/*--------------------faq--------------------*/

section#faq{
padding: 30px 0px 30px 0px;
background: #222
}

article.faq{
width: 92%;
margin: 0px auto 15px auto;
padding: 10px;
background: #fff;
border-radius: 15px;
text-align: left;
color:#666
}

h3.faq{
font-size:13px;
font-weight: 600;
padding: 16px 40px 16px 10px;
position: relative;
display: flex;
align-items: center;
line-height: 1.4
}

h3.faq:after{
content: '';
width: 20px;
height: 20px;
position: absolute;
top:50%;
right: 15px;
transform: translateY(-50%);
background: url(../img/faq/plus.png) no-repeat center;
background-size: cover;
transition: transform 0.3s ease-in-out;
}

h3.faq.minus:after {
background: url('../img/faq/minus.png') no-repeat center;
background-size: cover;
transform: translateY(-50%) rotate(180deg);
}

span.faq{
font-size:30px;
height: 30px;
display: block;
line-height: 1;
margin-right: 15px;
font-family: "Cormorant Garamond", serif;
font-weight: 400;
text-align: center;
color: #982d22
}

h4.faq{
font-size:14px;
font-weight: 500;
padding: 10px 10px 10px 60px;
line-height: 1.8;
border-top:solid 1px #efefef;
text-align: justify;
display: none
}

/*--------------------system--------------------*/

section#system{
padding: 30px 0px 30px 0px;
background: #000
}

div.system{
width: 90%;
margin: 0px auto 30px auto;
font-weight: 500;
color:#fff;
font-size:15px;
border: solid 1px #666;
border-bottom: none
}

h3.system{
width: 90%;
margin: 0px auto 10px auto;
color:#fff;
font-size:16px;
letter-spacing: 1px
}

ul.system{
width: 100%;
display: block;
border-bottom: solid 1px #666;
}

ul.system li{
display: block;
}

li.system_title{
width: 100%;
font-size:14px;
text-align: center;
background: #333;
border-bottom: solid 1px #666;
padding: 10px 0px
}

li.system_txt{
width: 100%;
font-size:14px;
padding: 15px 0px;
padding-left: 15px!important;
line-height: 1.6
}

h4.system{
color:#fff;
font-size:13px;
padding: 10px;
border-bottom: solid 1px #666;
line-height: 1.3;
font-weight: 500
}

span.red{
color: #ff0000
}



.double-strike {
  position: relative;
  display: inline-block;
  color: #fff; /* 文字色 */
}

.double-strike::before,
.double-strike::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.double-strike::before {
  top: 40%;
}

.double-strike::after {
  top: 60%;
}

/*--------------------gallery--------------------*/

section#gallery{
padding: 30px 0px 30px 0px;
background: rgba(0,0,0,0.7)
}

div.gallery{
width: 86%;
margin: 0px auto;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap
}

h3.gallery{
color: #fff;
font-size:18px;
text-align: center;
margin: 0px auto
}

a.gallery{
display: block;
width: 32%;
margin-bottom: 8px;
aspect-ratio: 1 / 1;
background: #dcdcdc
}

img.gallery{
width: 100%;
height: 100%;
object-fit: cover
}

/*--------------------sns--------------------*/

section#sns{
padding: 30px 0px 30px 0px;
background: #000
}

div.twitter {
width: 100%;
margin: 0px auto;
padding: 15px;
border-radius: 10px;
}

/*--------------------footer--------------------*/

footer.footer{
padding: 30px 0px 40px 0px;
background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
text-align: center;
color: #fff
}

img.footer_logo{
width: 30%;
max-width: 200px;
margin: 0px auto 20px auto;
}

p.footer{
width: 84%;
margin: 0px auto 30px auto;
text-align: justify
}

p.footer a{
color: #fff;
display: block;
margin-top: 10px;
text-decoration: underline
}

h3.footer{
font-size:13px;
line-height: 1.4;
margin-bottom: 30px
}

div.footer_link{
display: flex;
align-items: start;
justify-content: space-between;
flex-wrap: wrap;
border-top:solid 1px #efefef;
margin-bottom: 30px
}

a.footer_link{
width: 50%;
height: 50px;
color: #fff;
line-height: 50px;
border-bottom: solid 1px #efefef;
border-right: solid 1px #efefef;
}

a.footer_link:nth-of-type(2n){
border-right: none;
}

div.footer_link_other{
display: flex;
align-items: start;
justify-content: center;
margin-bottom: 40px
}

a.footer_link_other{
display: block;
margin: 0px 10px;
text-decoration: underline;
color: #fff;
}

h3.access_title{
font-size:22px;
font-family: "Cormorant Garamond", serif;
margin-bottom: 10px
}

h3.access{
font-size:14px;
letter-spacing: 1px;
margin-bottom: 5px
}

h4.access{
font-size:10px;
margin-bottom: 20px
}

a.footer_tel{
color:#fff;
display: flex;
align-items: center;
font-size:22px;
justify-content: center;
margin-bottom: 40px;
letter-spacing: 1px
}

img.tel{
width: 24px
}

div.flatpickr-calendar {
background: black !important;
color: #fff !important;
border: 1px solid #444;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,osaka,ＭＳ Ｐゴシック,MS PGothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,sans-serif!important;
}

span.flatpickr-weekday {
color: #fff !important;
}

div.flatpickr-current-month{
color: #fff !important;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,osaka,ＭＳ Ｐゴシック,MS PGothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,sans-serif!important;
}

span.flatpickr-next-month{
color: #fff !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
font-weight: 600 !important;
}

.flatpickr-current-month input.cur-year {
font-weight: 600 !important;
}

span.flatpickr-day {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,osaka,ＭＳ Ｐゴシック,MS PGothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,sans-serif!important;
}

.flatpickr-weekdays {
background: black !important;
color: white !important;
}

/* カレンダーの日付の色を白に */
.flatpickr-day {
color: white !important;
}

/* 選択された日付の色を変える */
.flatpickr-day.selected {
background: #ff9800 !important; /* 選択時はオレンジ */
color: black !important;
border-radius: 50%; /* 丸くする */
}


.flatpickr-day.today {
background: #fff;
 color: #000 !important;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
cursor: not-allowed;
color: #666!important;
}

/* ホバー時の背景 */
.flatpickr-day:hover {
background: #444 !important;
color: white !important;
}

/* 時間ピッカーの背景 */
.flatpickr-time {
background: black !important;
color: white !important;
}

/* 時間ピッカーのボタン */
.flatpickr-time .numInput {
color: white !important;
background: black !important;
}

/* Flatpickr の月変更ボタン（矢印アイコン）を白に */
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
fill: #fff !important;
}

/* ホバー時の色も変更する場合 */
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
fill: #ff9800 !important; /* オレンジに変更（お好みで） */
}

.blinking-text {
color: red; 
font-weight: bold; 
animation: blink-animation 1.2s infinite alternate;
}

/* 点滅のアニメーション */
@keyframes blink-animation {
0% { opacity: 1; } /* 表示 */
100% { opacity: 0; } /* 非表示 */
}