@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: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
  font-size: 1.3rem;
  line-height: 1.8;
  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
================================================ */


/* .announce 2020-04-01 追加
================================================ */
.announce {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: #FFF;
	z-index: 1100;
}

.announce .a_title {
	background-color: #B60005;
	color: #FFF;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0;
	padding: 10px;
	box-sizing: border-box;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.announce .a_title .base {
	display: inline-flex;
    justify-content: center;
    align-items: center;
	padding-left: 28px;
}

.announce .a_title .txt {
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.announce .a_title .txt:active,
.announce .a_title .txt:hover {
	opacity: 0.6;
}

.announce .a_title .close {
	display: inline-block;
	width: 14px;
	height: 14px;
	position: relative;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50%;
	margin-left: 14px;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.announce .a_title .close:hover,
.announce .a_title .close:active {
	opacity: 0.6;
}

.announce .a_title .close::before,
.announce .a_title .close::after {
	content: "";
	width: 8px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
}

.announce .a_title .close::before { transform: translate(-50%,-50%) rotate(45deg); }
.announce .a_title .close::after { transform: translate(-50%,-50%) rotate(-45deg); }

.announce .a_content {
	display: none;
	padding: 54px;
	padding-bottom: 24px;
	font-size: 14px;
}

.announce .a_content .close {
	font-size: 12px;
	margin-top: 52px;
}

.announce .a_content .close span {
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.announce .a_content .close span:active,
.announce .a_content .close span:hover {
	opacity: 0.6;
}


@media screen and (max-width: 767px) {
	.announce {
		z-index: 950;
	}
	
	.announce .a_title {
		padding: 0;
		height: 60px;
		padding-left: 15px;
		padding-right: 75px;
		font-size: 14px;
	}
	
	.announce .a_title .base {
		padding-left: 0;
	}
	
	.announce .a_title .txt {
		font-size: 13px;
		width: 15em;
		text-align: left;
	}
	
	.announce .a_content {
		padding: 20px;
		padding-bottom: 30px;
	}
	
	.announce .a_content .close {
		margin-top: 30px;
	}
}

/* fixbanner - 2020-10-29追加 */
#fixbanner {
	position: fixed;
	z-index: 10;
	left: 40px;
	bottom: 40px;
	transition: transform 0.5s ease, left 0.5s ease;
	line-height: 0;
}

#fixbanner a {
	display: inline-block;
}

#fixbanner .bn201029 img {
	width: 180px;
}

@media screen and (max-width: 767px) {
	
	#fixbanner {
		left: 20px;
		bottom: 20px;
	}
	
	#fixbanner .bn201029 img {
		width: 100px;
	}
}


/* Scrolled */
body.scroll_in_footer #fixbanner {
	transform: translateX(-105%);
	left: 0;
}

@media screen and (max-width: 767px) {
	body.scrolled #fixbanner {
		transform: translateX(-105%);
		left: 0;
	}	
}

/* 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*/
  /*html.fixed, body.fixed {
  overflow: hidden;
  height: 100%
  }*/
  .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.1rem;
      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 {}
  #nav ul.pages li {
      font-size: 1.3rem;
  }
  #nav ul.pages li a {
      display: none;
      border-bottom: solid 1px #d0d0d0;
      padding: 23px 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.witha {
		top: 0px;
	}

  #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;
  }
  #nav ul.pages li {}
}


/* #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: 45px;
      padding-bottom: 30px;
  }
  #footer .logo {}
  #footer .logo img {width:172px}
  #footer address {
      margin-top: 20px;
      margin-bottom: 16px;
  }
  #footer .copy {
      margin-top: 20px;
  }
  #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;
      margin-bottom: 16px;
  }
  #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;
}

.title {
  clear: both;
  text-align: center;
}
.title .head {
  font-size: 2rem;
}
.en {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {}
@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 .home_mv_announce {
	position: absolute;
	right: 50px;
	bottom: 50px;
	background-color: rgba(0,0,0,0.75);
	color: #FFF;
	padding: 25px 50px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 2.5;
	letter-spacing: 0.1em;
}

#home .sec1 .txt_name {
  text-align: right;
  margin-top: 40px;
}
#home .sec2 .head {
  font-size: 2rem;
  letter-spacing: .2em;
  position: absolute;
  top: 160px;
  left: 96px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {/*sp*/
  #home .home_mv {
	  /*background-image:url(../images/home/img1_sp.jpg)*/
	  position: relative;
}
  #home .home_mv img {
      max-height: 50vh;
	  transform: translateY(-20%);
  }
	
	#home .home_mv_announce {
		left: 20px;
		right: 20px;
		bottom: 50px;
		padding: 20px 30px;
		font-size: 13px;
		line-height: 1.75;
	}
	
  #home .sec1 .wrapper{
      padding:70px 30px 76px
  }
  #home .sec1 .title {
      margin-bottom:30px
  }
  #home .sec2 .wrapper {
      padding:110px 30px 60px;
  }
  #home .sec2 .head {
      position:absolute;
      top:70px;
      left:34px;
  }
  #home .sec2 .txt {
      padding-left:70px;
  }
  #home .sec2 .btn {
      margin: 30px 0 50px 15px
  }
  #home .sec2 .btn a {
      font-size: 1.2rem;
  }
  #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: 155px;
    padding-bottom: 160px;
  }
  #home .sec1 .title {
    margin-bottom: 50px;
    margin-bottom: 60px;
  }
  #home .sec1 .bg {
    background: url(../images/home/img2.jpg) no-repeat center center/cover;
    height: 500px;
  }
  #home .sec2 .wrapper {
    padding-top: 160px;
    padding-bottom: 160px;
    min-height: 770px;
  }
  #home .sec2 .wrapper {
    width: 700px;
    min-height: 770px;
  }
  #home .sec2 .head {
    position:absolute;
    top:160px;
    left:-8px;
  }
  #home .sec2 .txt {
    padding-left: 135px;
    padding-right: 280px
  }
  #home .sec2 .img {
    width: 300px;
    position: absolute;
    top: 160px;
    right:-80px;
  }
  #home .sec2 .img img {width:100%}
  #home .sec2 .btn {
    position: absolute;
    top:540px;
    left:0;
  }
  #home .sec2 .btn a {
    font-size: 1.2rem;
  }
  #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: 1.6rem;
  line-height: 25px;
  text-align: center;
  display: block;
  width: 75px;
  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: 54px 27px 5px;
  }
  #cuisine .sec1 .title {
    margin-bottom: 30px;
  }
  #cuisine main .txt_1 {
    text-align: center;
    margin-bottom: 10px;
  }
  #cuisine main .box {
    padding-top: 26px;
    padding-bottom: 50px;
  }
  #cuisine main .box_head {
    margin-bottom: 35px;
  }
  #cuisine main .box article {
    padding-bottom: 60px;
  }
  #cuisine main .box_name {
    margin-bottom: 15px;
  }
  #cuisine main .box_menu {
    font-size: 16px;
    padding: 9px 10px;
    margin-bottom: 25px
  }
  #cuisine main .box_txt {
    margin-top: 37px;
  }
  #cuisine main .box.dinner {
    padding-top: 62px;
  }    
  #cuisine .sec1 .wrapper2 {
    margin-top: 32px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #cuisine .list_default {
    line-height: 2
  }
}
@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: 70px 100px 10px;
  }
  #cuisine .sec1 .title {
    margin-bottom: 25px;
  }
  #cuisine main .txt_1 {
    text-align: center;
    margin-bottom: 12px;
  }
  #cuisine main .box {
    padding: 60px 0 65px;
  }
  #cuisine main .box_head {
    margin-bottom: 40px;
  }
  #cuisine main .box_name {
    margin-bottom: 15px;
  }
  #cuisine main .box_menu {
    font-size: 18px;
    max-width: 430px;
    margin: 0 auto 12px;
    padding: 9px 10px;
  }
  #cuisine main .box_txt {
    text-align: center;
    margin-top: 25px;
  }
  #cuisine .sec1 .wrapper2 {
    width: 900px;
    margin: 20px auto 0;
  }
  #cuisine .list_default {
    line-height: 30px
  }
}


/* ================================================
story
================================================ */
#story .sec {}
@media screen and (max-width: 767px) {/*sp*/
  #story .sec {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  #story .story_sec {
    padding-bottom:80px
  }
  #story .story_sec .wrapper {
    background: #fff;
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 58px 27px 52px;
  }
  #story .story_sec .title {
    text-align: left;
    border-bottom: solid 2px #AA9649;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #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 {
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
  }
  #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;
}
#information .sec1 .title {
  text-align: left
}
.table {}
.table dl {
  display: table;
  width: 100%;
}
.table dt ,
.table dd {
  display: table-cell;
  vertical-align: top;
  padding-top: 35px;
  padding-bottom: 35px
}
.table dt {
  border-top: solid 2px #AA9649;
}
.table dd {
  border-top: solid 1px #C7C7C7;
}
.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: 32px 27px 30px;
  }
  #information .sec1 .title {
    margin-bottom: 32px;
  }
  .table dt {
    width: 27%;
  }
}
@media screen and (min-width: 768px) {/*pc*/
  #information .mv {
    background: url(../images/information/mv.jpg) no-repeat center top / cover;
    height: 500px;
  }
  #information .sec1 {
    padding-bottom: 160px
  }
  #information .sec1 .wrapper {
    width: 900px;
    margin-top: -56px;
    padding: 72px 100px 40px;
  }
  #information .sec1 .title {
    margin-bottom: 34px;
  }
  .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: 32px 27px 60px;
  }
  #reservation .sec1 .title {
    margin-bottom: 54px;
  }
  #reservation .sec1 .tel {
    margin-top:15px;
    margin-bottom:70px;
  }
  #reservation .sec1 .tel a{
    padding: 4px 10px;
  }
}
@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: 50px;
  }
  #reservation .sec1 .tel {
    width: 276px;
    height: 68px;
    margin-top: 20px;
    margin-bottom: 38px;
  }
  #reservation .sec1 .tel a{
    padding: 6px 10px;
  }
}



/* ================================================
news
================================================ */
#news {}
.news_sec .title {
  border-bottom: solid 1px #707070;
}
article {
  clear: both;
  margin-bottom: 100px;
}
article img {
  border: none;
  max-width: 100%;
  height: auto
}
article .entry-header {
  text-align: center;
  margin-bottom: 30px
}
article .entry-title {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
article .entry-title::after {
  content: "";
  background: #707070;
  width: 40px;
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  margin: auto;
}
article .entry-meta {}
article .entry-content {
  line-height: 2.4;
}
article .entry-content p {
  margin-bottom: 2em;
}
article .entry-content img {
  margin-bottom: 1.6em;
}
.nav-links {
  clear: both;
  display: -webkit-flex; display: flex;
  -webkit-justify-content: space-between; justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 80px;
}
.nav-links a {
  border: solid 1px #606060;
  height: 50px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {/*sp*/
  .news_sec .title {
    padding-top: 72px;
    padding-bottom: 15px;
    margin-bottom: 70px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {/*pc*/
  #news main .wrapper {
    max-width: 600px;
  }
  .news_sec .title {
    padding-top: 112px;
    padding-bottom: 12px;
    margin-bottom: 115px;
  }
  article .entry-header {
    margin-bottom: 33px
  }
  .nav-links {
    margin-top: 100px;
    margin-bottom: 150px;
  }
  .nav-links a {
    width: 140px;
  }
}
