@charset "utf-8";
/*
Theme Name: 金澤 つきや
Theme URL: テーマのサイトのURI
Author: spreaf
Version: ver1.1
*/

/*Scheherazade-Regular*/
@import url('https://fonts.googleapis.com/css?family=Scheherazade');
.en {
    font-family: 'Scheherazade', serif;
    font-weight: 400;
}

body {
  font-family: 'Scheherazade', serif;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.05em;
  color: #080808;
  background: #efefef;
}
a,
a img {
    transition: .2s;
}
a:hover,
a:hover img {
    text-decoration: none;
}
a {
    color: #080808;
}
section {
	clear: both;
	width: 100%;
}
#wrapper {overflow: hidden}
.wrapper {
	clear: both;
	position: relative;
}

/* ------------------------------------ */
/* ▼SP (全環境共通) */
/* ------------------------------------ */
@media screen and (max-width: 767px) {
  .sp{display:block;}
  .pc{display:none;}
  img {
    max-width: 100%;
    height: auto;
  }
  body {
    height:auto;
  }
  .wrapper {
    padding-left:20px;
    padding-right:20px;
  }
}
/* ------------------------------------ */
/* ▼Tablet
/* ------------------------------------ */
@media all and (min-width: 768px) {}
/* ------------------------------------ */
/* ▼PC用
/* ------------------------------------ */
@media screen and (min-width: 768px) {
  .sp{display:none;}
  .pc{display:block;}
  html,body{min-width:1080px;}
  body {}
  a:hover,
  a:hover img {
    text-decoration: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .wrapper {
    width:1000px;
    width:1130px;
    margin-left:auto;
    margin-right:auto;
  }
}

@media screen and (max-width: 767px) {/*sp*/}
@media screen and (min-width: 768px) {/*pc*/}


/* ==========================================
baseLayout
========================================== */
/* nav
========================================== */
.drawer_button, .drawer_button span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
}
.drawer_button {
border:none;
outline:none;
cursor:pointer;
z-index:1001;
    background:#000;
    width:60px;
    height:60px;
    box-shadow: 0px 1px 4px rgba(0,0,0,.16);
    /*position:fixed;
    top:0;
    right:0;*/
}
.drawer_button span {
    position: absolute;
    left:15px;
    margin:auto;
    width:30px;
    height:1px;
    background-color:#fff;
    border-radius:0;
}
.drawer_button span:nth-of-type(1) {
    top:20px;
}
.drawer_button span:nth-of-type(2) {
    top:30px;
}
.drawer_button span:nth-of-type(3) {
    top:40px;
    width:15px;
}

@media screen and (max-width: 767px) {/*sp*/
  .drawer_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
    top: 0;
    left: 0;
  }
  .drawer_button {
    position:fixed;
    top:0;
    right:0;
  }
  .drawer_button.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .drawer_button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .drawer_button.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
    width:30px;
  }
  .drawer_nav {
    width: 100%;
    height: 100%;
    transition: all .5s;
    transform: translate(0,-100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255,255,255,.9);
  }
  .drawer_nav.open {
    transform: translate(0,0);
  }
  #nav .nav_header_sp {
    width:100%;
    height:60px;
    border-bottom: solid 1px #d0d0d0;
  }
  #nav .logo_sp {}
  #nav .logo_sp a {
    content:"";
    background: url(../../images/common/logo_sp.svg) no-repeat 20px 10px / 46px 40px;
    width: 66px;
    height: 60px;
  }
  #nav .logo_sp img {width:46px;}
  #nav ul.language {
    font-size: 1.8rem;
    position: absolute;
    top:0;
    right:100px;
    height:60px;
    display:flex;
    align-items:center;
  }
  #nav ul.language li {display:inline-block}
  #nav ul.language li:first-child:after {content:"　/　"}
  #nav ul.pages li {font-size: 1.8rem}
  #nav ul.pages li a {
    display: none;
    border-bottom: solid 1px #d0d0d0;
    padding: 28px 20px
  }
  #nav .drawer_nav.open ul.pages li a {display:block}
}
@media screen and (min-width: 768px) {
  .drawer_button {
      position:absolute;
      top:25px;
      left:70px;
  }
  .drawer_nav {
      background-color:rgba(239,239,239,.9);
      line-height:1;
      height:110px;
      min-width:1000px;
      margin-left:auto;
      margin-right:auto;
      transition: .5s;
      transform:translateY(-110px);
  }
  .drawer_nav.visible {
      transform:translateY(0px);
  }
  #nav {
      position: fixed;
      left:0;
      top:0;
      width:100%;
      height:110px;
      z-index:1000;
  }
  #nav a {
      color: #080808;
  }
  #nav ul.language {
      position: absolute;
      top:0;
      right:70px;
      height:110px;
      display:flex;
      align-items:center;
  }
  #nav ul.language li {
      display: inline-block;
  }
  #nav ul.language li:first-child:after {
      content: "　/　"
  }
  #nav ul.pages {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      width: 700px;
      height:110px;
      display: -webkit-flex; display: flex;
      -webkit-justify-content: space-between; justify-content: space-between;
      align-items:center;
  }
}


/* #main 
========================================== */
main {}


/* footer
========================================== */
#footer {
	clear: both;
    color: #fff;
    background: #000;
    width: 100%;
    position: relative;
}
#footer a {color:#fff}
#footer .logo img {width:100%}
#footer .copy {text-align:center}
#footer .pagetop {
    font-family: 'Scheherazade', serif;
    font-weight: 400;
    color: #000;
}
#footer .copy {
    font-size:1.6rem;
    letter-spacing:.1em;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {/*sp*/
  #footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer .logo {}
  #footer .logo img {width:172px}
  #footer address {
    line-height: 1.1;
    margin-top: 26px
  }
  #footer address p {
    margin-top: 20px;
  }
  #footer .copy {
    margin-top: 30px;
  }
  #footer .pagetop {display:none} 
}
@media screen and (min-width: 768px) {/*pc*/
  #footer {
      padding-top: 45px;
      padding-bottom: 30px;
  }
  #footer .logo {
      width: 218px;
  }
  #footer address {
      margin-top: 20px;
  }
#footer address p {
      margin-top: 5px;
  }
  #footer .copy {
      margin-top: 20px;
  }
  #footer .pagetop {
      font-size: 1.6rem;
      line-height: 1;
      cursor: pointer;
      position: absolute;
      right: 60px;
      bottom: 100%;
      height: 90px;
      transition: .2s;
  }
  #footer .pagetop:after {
      content: "";
      background: #000;
      width: 1px;
      height: 66px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
  }
  #footer .pagetop:hover {
      opacity: 0.6;
      filter: alpha(opacity=60);
      -ms-filter: "alpha(opacity=60)";
  }
}



/* ==========================================
common
========================================== */
/* テキスト・レイアウト */
.center{text-align: center}
.ta_right{text-align: right}
.ta_left{text-align: left}
.clear {clear: both}
.f_right {float: right;}
.f_left {float: left;}

/*Webページのフェードイン表示*/
body#home {
  animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}


/*.list_default {
  padding-left: 1.4em;
  list-style-type: disc;
}*/
.list_default {}
.list_default li {
  position: relative;
  padding-left: 1.1em;
}
.list_default li::before {
  content: "・";
  position: absolute;
  left: 0
}

.title {
  clear: both;
  text-align: center;
}
.title .head {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {/*sp*/}
@media screen and (min-width: 768px) {}



/* ==========================================
home
========================================== */
body#home {
    overflow-x: hidden;
}
.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
#home .home_mv img {
    width:85px;
}
#home .sec1 .txt_name {
    text-align: right;
    margin-top: 16px;
}
@media screen and (max-width: 767px) {/*sp*/
  #home .home_mv {/*background-image:url(../images/home/img1_sp.jpg)*/}
  #home .home_mv img {
      max-height: 70vh;
  }
  #home .sec1 .wrapper{
    padding:70px 30px 70px
  }
  #home .sec1 .title {
    margin-bottom:16px
  }
  #home .sec2 .wrapper {
    padding:70px 30px 60px
  }
  #home .sec2 .head {
    margin-bottom: 20px
  }
  #home .sec2 .btn {
    text-align: right;
    margin-top: 30px;
    margin-bottom: 70px
  }
  #home .sec2 .btn a {
    font-size: 1.8rem;
  }
  #home .sec2 .btn.arrow a {
    background: url(../../images/common/icon_arrow.png) no-repeat right center / 18px auto;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) {/*pc*/
  #home .home_mv {/*background-image:url(../images/home/img1.jpg);*/}
  .ipad #home .home_mv {max-height:100%;}
  #home .sec1 .wrapper{
    width: 700px;
    padding-top: 120px;
    padding-bottom: 100px
  }
  #home .sec1 .title {
    margin-bottom: 60px;
    margin-bottom: 45px
  }
  #home .sec1 .bg {
    background: url(../../images/home/img2.jpg) no-repeat center center/cover;
    height: 500px;
  }
  #home .sec2 .wrapper {
    padding-top: 160px;
    padding-bottom: 150px;
    width: 700px;
    min-height: 680px;
  }
  #home .sec2 .head {
    text-align: left;
    font-size: 2.8rem;
    margin-bottom: 30px
  }
  #home .sec2 .txt {
    padding-right: 280px
  }
  #home .sec2 .img {
    width: 300px;
    position: absolute;
    top: 160px;
    right:-80px;
  }
  #home .sec2 .img img {width:100%}
  #home .sec2 .btn {
    margin-top: 28px
  }
  #home .sec2 .btn a {
    font-size: 1.8rem;
  }
  #home .sec2 .btn.arrow a {
    background: url(../../images/common/icon_arrow.png) no-repeat right center / 18px auto;
    padding-right: 25px;
  }
  #home .sec2 .bg {
    background: url(../../images/home/img4.jpg) no-repeat center center/cover;
    height: 500px;
  }
}


/* ==========================================
cuisine
========================================== */
.mv {
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}
#cuisine .sec1 .wrapper {
  background: #fff;
}
#cuisine main .box {
  border-top: solid 1px #C7C7C7;
}
#cuisine main .box_head {
  font-size: 2rem;
  line-height: 26px;
  text-align: center;
  display: block;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #aa9649;
  border-bottom: solid 1px #aa9649;
  position: relative;
}
#cuisine main .box_head:before,
#cuisine main .box_head:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #aa9649;
  position: absolute;
}
#cuisine main .box_head:before{
  top:0;
  left:4px;
}
#cuisine main .box_head:after{
  bottom:0;
  right:4px;
}
#cuisine main article {}
#cuisine main .box_name {
  font-size: 1.8rem;
  text-align: center;
}
#cuisine main .box_menu {
  background: #EFEFEF;
  text-align: center;
}
#cuisine main .box_txt {}
@media screen and (max-width: 767px) {/*sp*/
  #cuisine .mv {
    background: url(../../images/cuisine/mv_sp.jpg) no-repeat center top / cover;
    height: 280px;
  }
  #cuisine .sec1 {
    padding-bottom:75px
  }
  #cuisine .sec1 .wrapper {
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 27px 10px;
  }
  #cuisine .sec1 .title {
    margin-bottom: 20px
  }
  #cuisine main .txt_1 {
    text-align: center;
    margin-bottom: 14px
  }
  #cuisine main .box {
    padding-top: 26px;
    padding-bottom: 50px;
  }
  #cuisine main .box_head {
    margin-bottom: 38px;
  }
  #cuisine main .box article {
    padding-bottom: 60px;
  }
  #cuisine main .box_name {
    margin-bottom: 15px;
  }
  #cuisine main .box_menu {
    font-size: 1.8rem;
    padding: 9px 10px;
    margin-bottom: 16px
  }
  #cuisine main .box_txt {
    margin-top: 16px;
  }
  #cuisine main .box.dinner {
    padding-top: 26px;
  }    
  #cuisine .sec1 .wrapper2 {
    margin-top: 16px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {/*pc*/
  #cuisine .mv {
    background: url(../../images/cuisine/mv.jpg) no-repeat center top / cover;
    height: 500px;
  }
  #cuisine .sec1 {
    padding-bottom: 160px
  }
  #cuisine .sec1 .wrapper {
    width: 900px;
    margin-top: -56px;
    padding: 74px 100px 10px;
  }
  #cuisine .sec1 .title {
    margin-bottom: 30px
  }
  #cuisine main .txt_1 {
    text-align: center;
    margin-bottom: 8px;
  }
  #cuisine main .box {
    padding: 36px 0 65px;
  }
  #cuisine main .box_head {
    margin-bottom: 40px;
  }
  #cuisine main .box_name {
    margin-bottom: 15px;
  }
  #cuisine main .box_menu {
    font-size: 20px;
    max-width: 430px;
    margin: 0 auto;
    padding: 14px 10px 8px
  }
  #cuisine main .box_txt {
    text-align: center;
    margin-top: 14px;
  }
  #cuisine .sec1 .wrapper2 {
    width: 900px;
    margin: 28px auto 0;
  }
  #cuisine .list_default {
    font-size: 1.6rem;
    line-height: 1.25
  }
}


/* ================================================
story
========================================== */
#story .sec {}
@media screen and (max-width: 767px) {/*sp*/
  #story .sec {
    padding-top:74px;
    padding-bottom:32px
  }
  #story .story_sec {
    padding-bottom:80px
  }
  #story .story_sec .wrapper {
    background: #fff;
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 62px 27px 58px
  }
  #story .story_sec .title {
    border-bottom: solid 2px #AA9649;
    padding-bottom: 20px;
    margin-bottom:24px
  }
  #story .story_sec .title .en {
    font-size: 1.4rem
  }
  #story .story_sec .title .head {
    line-height: 1.1;
    margin-top: 6px
  }
  #story .story_sec .mv {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height:400px;
  }
  #story .sec1 .mv {background-image: url(../../images/story/img1_sp.jpg)}
  #story .sec2 .mv {background-image: url(../../images/story/img2_sp.jpg)}
  #story .sec3 .mv {background-image: url(../../images/story/img3_sp.jpg)}
}
@media screen and (min-width: 768px) {/*pc*/
  #story .effect {
      opacity:0;
      transition: .8s;
  }
  #story .sec {
      padding-top: 100px;
      padding-bottom: 100px;
  }
  #story .story_sec {
      position: relative;
      width: 100%;
      height: 100vh;
      max-height: 910px;
      margin-bottom: 480px;
  }
  #story .story_sec .title {
    position: relative;
    text-align: left;
    padding-bottom: 16px;
    margin-bottom: 40px  
  }
  #story .story_sec .title:after {
    content: "";
    width: 240px;
    height: 2px;
    background: #AA9649;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #story .story_sec.sec3 {
    margin-bottom: 250px
  }
  #story .story_sec .mv {
    width: 50%;
    height: 100vh;
    max-height: 910px;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #story .sec1 .mv {background-image: url(../../images/story/img1.jpg)}
  #story .sec2 .mv {background-image: url(../../images/story/img2.jpg)}
  #story .sec3 .mv {background-image: url(../../images/story/img3.jpg)}
  #story .txt_box {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    width: 500px;
    height: 500px;
    padding: 50px;
  }
}


/* ==========================================
information
========================================== */
#information .sec1 .wrapper {
  background: #fff;
}
.igmap {
  background: url(../../images/common/icon_gmap.svg) no-repeat left center/10.7px auto;
  padding-left: 18px
}
@media screen and (max-width: 767px) {/*sp*/
  #information .mv {
    background: url(../../images/information/mv_sp.jpg) no-repeat center top / cover;
    height: 280px;
  }
  #information .sec1 {
    padding-bottom: 80px
  }
  #information .sec1 .wrapper {
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 27px 50px
  }
  #information .sec1 .title {
    margin-bottom:28px
  }
  .table dl {
    position: relative;
    width: 100%;
    border-top: solid 1px #C7C7C7;
    padding-top: 26px;
    padding-bottom: 20px;
    text-align: center
  }
  .table dl::before {
    content: "";
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    width: 27%;
    height: 2px;
    background-color: #AA9649;
  }
  .table dl dt {
    margin-bottom: 5px
  }
  #information .sec1 .txt_1 {
    text-align: left
  }
  #information .sec1 .txt_2 {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.286
  }
  #information .box_1 {
    text-align:left;
    margin-bottom: 30px
  }
  #information .box_1 ul {}
  #information .box_1 ul li {
    position: relative;
    padding-left: 1.1em;
  }
  #information .box_1 ul li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 2px
  }
  #information .box_2 {
    text-align:left
  }
}
@media screen and (min-width: 768px) {/*pc*/
  #information .mv {
    background: url(../../images/information/mv.jpg) no-repeat center top / cover;
    height: 500px;
  }
  #information .sec1 .title {
    text-align: left
  }
  #information .sec1 {
    padding-bottom: 160px
  }
  #information .sec1 .wrapper {
    width: 900px;
    margin-top: -56px;
    padding: 100px 100px 40px;
  }
  #information .sec1 .title {
    margin-bottom:26px
  }
  .table dl {
    display: table;
    width: 100%;
  }
  .table dt ,
  .table dd {
    display: table-cell;
    vertical-align: top;
    padding-top: 32px;
    padding-bottom: 35px
  }
  .table dt {
    border-top: solid 2px #AA9649;
    font-size: 20px
  }
  .table dd {
    border-top: solid 1px #C7C7C7;
  }
  .table dt {
    width: 240px;
  }
}


/* ==========================================
reservation
========================================== */
#reservation .sec1 .wrapper {
  background: #fff;
}
#reservation .sec1 .tel {
  font-size: 3.5rem;
  color: #fff;
  background: #000;
  text-align: center;
  margin: auto;
  letter-spacing: .075em;
}
#reservation .sec1 .tel a {
  display: block;
  color: #fff;
}
@media screen and (max-width: 767px) {/*sp*/
  #reservation .mv {
    background: url(../../images/reservation/mv_sp.jpg) no-repeat center top / cover;
    height: 280px;
  }
  #reservation .sec1 {
    padding-bottom: 80px
  }
  #reservation .sec1 .wrapper {
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 56px 27px 70px
  }
  #reservation .sec1 .title {
    margin-bottom: 16px
  }
  #reservation .sec1 .tel {
    margin-top:15px;
    margin-bottom:40px
  }
  #reservation .sec1 .tel a{
    padding: 13px 10px 7px
  }
}
@media screen and (min-width: 768px) {/*pc*/
  #reservation .mv {
    background: url(../../images/reservation/mv.jpg) no-repeat center top / cover;
    height: 500px;
  }
  #reservation .sec1 {
    padding-bottom: 160px
  }
  #reservation .sec1 .wrapper {
    width:900px;
    margin-top:-56px;
    padding:70px 105px 80px
  }
  #reservation .sec1 .title {
    margin-bottom:48px
  }
  #reservation .sec1 .tel {
    width: 276px;
    margin-top:12px;
    margin-bottom: 46px;
  }
  #reservation .sec1 .tel a{
    padding: 12px 10px 8px
  }
}

