@charset "UTF-8";
/* CSS Document */

/*---------------------------------
reset
---------------------------------*/
*{ margin:0; padding:0; box-sizing: border-box; }
a, a::before, a::after{ text-decoration: none; transition: .3s all; color: inherit; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; line-height: 1.2;}
ul ,li{ list-style-type:none; }

/*---------------------------------
structure
---------------------------------*/
::selection {
  background: #dfc517;
}
img{
  pointer-events: none;
  width: 100%;
  height: auto;
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
	font-size: 16px;
}
body{
  background-color: #1a1a1a;
  color: #e6e6e6;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.inr{
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 1160px;
}

.f_en{
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 500;
}
.fc_gold{  
  background: linear-gradient(to right, #af8633, #cdb86f);  
  background: -webkit-linear-gradient(0deg, #af8633, #cdb86f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/*hover*/
@media (hover: hover) and (pointer: fine) {
  a img{
    transition: .3s all;
  }
  a:hover{
    color: #ed3624;
  }
  a:hover img{
    opacity: .6;
  }
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}

/*responsive*/
@media screen and (min-width: 768px) {
  .inr{
    width: 90%;
  }
}
@media screen and (min-width: 1000px) {
  html{
    font-size: 18px;
  }
}

/*---------------------------------
element
---------------------------------*/
h1{
  font-size: 150%;
}
h2{
  font-size: 140%;
}
h3{
  font-size: 130%;
}
h4{
  font-size: 120%;
}
h5{
  font-size: 110%;
}
h6{
  font-size: 100%;
}

.small{
  font-size: 85%;
}
.red{
  color :#ae5370;
}


/*---------------------------------
effect
---------------------------------*/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}.fade.active {
	opacity: 1;
	transform: translateY(0px);
}


/*---------------------------------
header
---------------------------------*/
header .header_inr{
  background: url(../img/bg_sq.png), linear-gradient(to right, #000 0, #212121 70%, #000 100%);
  background-repeat: repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
header .cashless{
  line-height: 1.5;
  width: 55%;
  max-width: 250px;
  margin-right: 10px;
}
header .tel{
  line-height: 1;
  width: 45%;
}
header .tel .reserve{
  font-size: 80%;
}
header .tel a{
  display: block;
}


/*responsive*/
@media screen and (max-width: 767px) {
  header .tel{
    max-width: 260px;
  }
}

@media screen and (min-width: 768px) {
  header .header_inr{
    justify-content: flex-end;
    width: auto;
    left: auto;
    right: 0;
    padding: 5px 2% 0 2%;
  }
  header .tel{
    display: flex;
    align-items: center;
    width: auto;
  }
  header .tel .reserve{
    font-size: 100%;
    width: 11em;
    margin-left: 5%;
  }
  header .tel img{    
    max-width: 260px;
  }
}



/*---------------------------------
main
---------------------------------*/
#main{
  display: block;
  padding-top: 75px;
}
.about .about_main{
  background-image: url(../img/img_about_sp.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.about h1{
  width: 70%;
  max-width: 450px;
}
.about .info_wrap{
  margin-top: 16vh;
  padding: 10px 0 20px 0;
  text-align: right;
}
.about .info_box{
  display: inline-block;
  text-align: left;
}
.about .info_wrap h2{
  font-size: 300%;
  font-style: italic;
  letter-spacing: .05em;
  line-height: 1.0;
  margin-bottom: -0.4em;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
.about .info{
  background-color:  rgba(0, 0, 0, .8);
  padding: 40px 10px 40px 20px;
}

.about .info .info_subbox{
  display: flex;
}

.about .info .info_subbox p{
margin-right: 10%;
}

.about .info .info_subbox a{
  display: block;
  background-color: #fff;
  padding: 20%;
}

.about .info dl{
  display: flex;
  flex-wrap: wrap;
  font-size: 120%;
  margin-left: 10px;
}
.about .info dt{
  margin-bottom: 10px;
  width: 5em;
}
.about .info dd{
  margin-bottom: 10px;
  width: calc( 100% - 5em);
}
.about .address{
  border-left: 4px solid #fff;
  font-size: 90%;
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 10px;
}

.time{
  padding: 50px 15px;
}
.time h2{
  font-size: 140%;
  letter-spacing: .08em;
  line-height: 1.5;
  padding: 30px 0 10px;
  margin: 0 30px;
}
.time .inr{
  position: relative;
  width: 100%;
}
.time .inr > p{
  text-align: justify;
  margin: 20px 30px;
}
.night{
  background-color:  rgba(0, 0, 0, .8);
}
.daytime_bg{
  background-image: url(../img/daytime.png);
  background-size: cover;
}
.daytime{
  background-color:  rgba(122, 120, 109, .8);
}
.time .inr::before,
.time .inr::after{
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 90px;
  width: 70px;
  position: absolute;
  top: 0;
}
.night .inr::before{
  background-image: url(../img/frame_1_l.png);
  left: 0;
}
.night .inr::after{
  background-image: url(../img/frame_1_r.png);
  right: 0;
}
.daytime .inr::before{
  background-image: url(../img/frame_2_l.png);
  left: 0;
}
.daytime .inr::after{
  background-image: url(../img/frame_2_r.png);
  right: 0;
}
.menu li span{
  display: inline-block;
}
.menu_wrap{
  border-image: linear-gradient(to right, #af8633, #cdb86f) 1;
  border-width: 2px;
  border-style: solid;
  margin-top: 40px;
  padding: 5px;
}
.menu{
  background-color: #f2f2f2;
  padding: 20px 15px;
}
.menu h3{
  font-size: 160%;
  letter-spacing: .1em;
  margin-bottom: 10px;
}
.menu ul{
  color: #666;
  font-size: 90%;
}
.menu li{
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.menu li::before{
  content: '';
  display: block;
  background-image: url(../img/icon_star.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 18px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}
.menu .red{
  margin-top: 20px;
}

.photo{
  background-image: url(../img/bg_gray.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding: 40px 0;
}
.photo li{
  font-size: 120%;
  text-align: center;
  margin: 20px auto;
  width: 90%;
}


.access{
  margin-bottom: 10px;
  padding: 80px 0;
}
.access h2{
  width: 70%;
  max-width: 248px;
  margin: 0 20px;
}
.access .cashless{
  width: 70%;
  max-width: 250px;
  margin: 0 20px;
}
.access .map_txt{
  padding: 0 20px;
}
.access .map_txt p{
  margin: 10px 0;
}
.access .map_txt .parking{
  font-size: 85%;
}
.access .map_txt dl{
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.access .map_txt dt{
  margin-bottom: 10px;
  width: 5em;
}
.access .map_txt dd{
  margin-bottom: 10px;
  width: calc( 100% - 5em);
}
.access p.photo_txt{
  margin: 0 0 20px;
}

.access #map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60vh;
}
.access #map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*hover*/
/* @media (hover: hover) and (pointer: fine) {
} */

/*responsive*/
@media screen and (min-width: 768px) {  
  #main{
    padding-top: 0;
  }
  .about h1{
    padding-top: 50px;
    margin-left: 4%;
  }
  .about .info_box{
    width: 40%;
    min-width: 560px;
  }
  .about .info_wrap h2{
    padding-left: 6%;
    font-size: 380%;
  }
  .about .info{
    padding-left: 12%;
  }

  .about .time{
    padding-left: 0;
    padding-right: 0;
  }
  .about .time_wrap{
    display: flex;
  }
  .about .time_wrap > *{
    width: 50%;
  }
  .time .inr {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 620px;
  }
  .time h2{
    padding: 50px 0 20px;
  }
  .about .daytime{
    height: 100%;
  }  
  .time .inr::before,
  .time .inr::after{
    width: 110px;
  }
  .menu{
    padding: 25px 30px;
  }

  .photo ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .photo li{
    margin: 20px 0;
    width: 48%;
  }

  .access .name{
    display: flex;
    align-items: center;
  }
  .access h2{
    width: 70%;
    max-width: 248px;
    margin: 0 20px 0 0;
  }
  .access .cashless{
    width: 70%;
    max-width: 250px;
    margin: 0;
  }
  .access .map_wrap{
    display: flex;
  }
  .access .map_txt{
    padding: 0 20px 0 0;
    width: 40%;
  }
  .access #map {
    width: 60%;
    padding-top: 20%;
  }
  .access p.photo_txt{
    margin: 0;
  }
}

@media screen and (min-width: 1000px) {  
  .about .about_main{
    background-image: url(../img/img_about_pc.png);
  }
}

@media screen and (min-width: 1200px) {  
  .time{
    padding-left: 40px;
    padding-right: 40px;
  }
  .time .inr {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 620px;
  }
  .night .inr{
    margin-right: 5%;
    margin-left: auto;
  }
  .daytime .inr{
    margin-right: auto;
    margin-left: 5%;
  }
}


/*---------------------------------
pagetop
---------------------------------*/
#pagetop{
  background-color: #333;
  cursor: pointer;
  position: sticky;
  bottom: 0;
  right: 0;
  padding: 5px 0 5px 5px;
  margin-left: auto;
  width: 160px;
	opacity: 0;
	transition: opacity .5s;
}
#pagetop p{
  border: solid 1px #666666;
  border-right: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px;
}
#pagetop p::before {
  content: '';
  width: 10px;
  height: 10px;
  border-image: linear-gradient(to right, #af8633, #cdb86f) 1;
  border-width: 2px;
  border-style: solid;
  border-bottom: none;
  border-left: none;
  display: block;
}
#pagetop p::before {
  transform: rotate(-45deg);
  top: 10px;
}
#pagetop.active {
	opacity: 1;
}


/*responsive*/
@media screen and (min-width: 768px) {
  #pagetop{
    width: 200px;
  }
  #pagetop p{
    padding: 20px 10px;
  }
  #pagetop p::before {
    width: 20px;
    height: 20px;
  }
}


/*---------------------------------
footer
---------------------------------*/
footer{
  padding: 30px 20px 20px;
  text-align: center;
}

.copyright{
  font-size: 75%;
}
.copyright span{
  display: inline-block;
}