@charset "utf-8";


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

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

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

header.header{
position: relative;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background:#fff;
background-size: cover;
text-align: center;
}

article.header_inner{
width: 80%
}

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

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

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

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

div.header_links{

}

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: 15px;
border:solid 1px #cab8d9;
text-align: left;
padding: 12px
}

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
}

/*--------------------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: 28px;
color: #000; 
margin-bottom: 25px
}

h2.section i{
font-size:13px;
font-weight: 600;
color: #000!important; 
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
}

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: table;
table-layout: fixed;
align-items: center;
border-bottom: solid 1px #666;
}

ul.system li{
display: table-cell;
vertical-align: middle
}

li.system_title{
width: 30%;
font-size:14px;
text-align: center;
background: #333;
border-right: solid 1px #666
}

li.system_txt{
width: 70%;
font-size:15px;
padding: 10px 0px;
padding-left: 15px!important;
line-height: 1.4
}

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

/*--------------------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
}

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;
text-align: center;
}


