#header #key {
  height: calc(100vh - 80px);
  position: relative;
}
#header #key .box-parallax {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#header #news {
  padding: 13vw 0 0;
}
#header #news .box {
  padding: 0 5%;
}
#header #news .box h2 {
  font-size: 10vw;
  color: #070707;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 6vw;
}
#header #news .box .gr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#header #news .box .feed {
  width: 75%;
}
#header #news .box .feed .row .rss-img {
  display: none;
}
#header #news .box .feed .row .rss-detail dt {
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
#header #news .box .feed .row .rss-detail dd {
  letter-spacing: 0.1em;
  font-weight: 400;
}
#header #news .box .feed .row .rss-detail dd a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
#header #news .box .more {
  position: relative;
  width: 42px;
  height: 42px;
}
#header #news .box .more a {
  display: block;
  height: 100%;
}
#header #news .box .more::before {
  content: "";
  background: url(../img/index/news_btn.png) 0 0/100% auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#lead {
  padding: 25vw 0 18vw;
  position: relative;
}
#lead::before {
  content: "";
  background: url(../img/index/lead_bg_sp.png) no-repeat center top/100% auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#lead h2 {
  font-size: 9vw;
  color: #070707;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 13vw;
  position: relative;
}
#lead h2::before {
  content: "";
  background: url(../img/index/lead_ttl_deco.png) no-repeat center bottom/100%
    auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 72%;
  z-index: -1;
}
#lead h3 {
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #070707;
  line-height: 2.1;
  text-align: center;
  margin: 3vw 0 21vw;
}
#lead .txt p:not(:last-child) {
  margin-bottom: 8vw;
}
#lead .photo {
  position: absolute;
  top: 55vw;
  right: -18%;
  left: 52%;
  z-index: -1;
}
#owner {
  padding-bottom: 20vw;
}
#owner .content .gr-txt {
  margin-top: 11vw;
}
#owner .content .gr-txt h2 {
  font-size: 6.5vw;
}
#owner .content .gr-txt .profile-kobata {
  margin: 7vw 0 12vw;
}
#owner .content .gr-txt .profile-kobata dt {
  font-size: 6.5vw;
  letter-spacing: 0.4em;
}
#owner .content .gr-txt .profile-kobata dd {
  font-family: "Cormorant Garamond";
  font-size: 3.7vw;
  font-weight: 400;
  letter-spacing: 0.025em;
  margin-left: 5%;
  position: relative;
  bottom: -0.5vw;
}
#course .set1 .box-parallax {
  height: 75vw;
}
#course .set2 {
  padding: 15vw 0 23vw;
  background: url(../img/shared/bg2.jpg);
  color: #fff;
}
#course .set2 .js .slick-dots {
  justify-content: flex-end;
  margin: 3vw 5vw 0 0;
}
#course .set2 .gr-txt {
  margin-top: -1vw;
}
#course .set2 .gr-txt h2 {
  font-size: 10.5vw;
  line-height: 1.5;
}
#course .set2 .gr-txt h3 {
  font-size: 5.5vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  margin: 7vw 0 7vw;
}
#course .set2 .gr-txt .btn-s1 {
  margin-top: 20vw;
}
#menu {
  padding: 15vw 0 17vw;
}
#menu .set1 {
  padding-bottom: 12vw;
}
#menu .set1 h2 {
  font-size: 9vw;
  letter-spacing: 0.01em;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 7vw;
  position: relative;
}
#menu .set1 h2::before {
  content: "";
  background: url(../img/index/menu_ttl_deco.png) no-repeat center bottom/100%
    auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 57%;
  z-index: -1;
}
#menu .set1 h3 {
  font-size: 4.7vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #070707;
  line-height: 2.1;
  text-align: center;
  margin: 6vw 0 10vw;
}
#menu .set2 .item .gr-txt {
  padding: 9vw 0 0 10%;
  position: relative;
}
#menu .set2 .item .gr-txt::before {
  content: "";
  border-left: 1px solid #adadad;
  position: absolute;
  top: 0;
  left: 0;
  height: 28vw;
}
#menu .set2 .item .gr-txt h3 {
  font-size: 9vw;
  margin-bottom: 7vw;
}
#menu .set2 .item .gr-txt .btn-s1 {
  margin: 10vw 0 0 -11%;
}
#menu .set2 .item .gr-txt .btn-s1 a {
  background: #373535;
  border-color: #373535;
  padding: 6vw 18%;
  font-weight: 400;
  text-align: center;
}
#menu .set2 .item .gr-txt .btn-s1 a .arrow {
  width: 5vw;
}
#menu .set2 .item1 {
  padding-bottom: 16vw;
}
#menu .set2 .item2 {
  padding-bottom: 21vw;
}
#shopinfo {
  background: url(../img/shared/bg3.jpg);
  padding: 10vw 0 0;
}
#shopinfo h2 {
  overflow: hidden;
}
#shopinfo h2 span {
  font-size: 8vw;
  display: inline-block;
  position: relative;
}
#shopinfo h2 span::before {
  content: "";
  border-top: 1px solid #42413c;
  position: absolute;
  top: 50%;
  left: calc(100% + 4vw);
  right: -10000px;
}
#shopinfo .content .gr-txt .branding {
  text-align: center;
  margin: 13vw 0 8vw;
}
#shopinfo .content .gr-txt .branding .branding-logo img {
  width: 43%;
}
#shopinfo .content .gr-txt .branding .branding-name {
  font-size: 3.5vw;
  letter-spacing: 0.1em;
  margin-top: 4vw;
}
#shopinfo .content .gr-txt .contact-info {
  text-align: center;
}
#shopinfo .content .gr-txt .contact-info .tel {
  font-weight: 400;
  line-height: 1.5;
}
#shopinfo .content .gr-txt .contact-info .tel dt {
  font-family: "Cinzel";
  font-size: 19px;
  letter-spacing: 0.025em;
}
#shopinfo .content .gr-txt .contact-info .tel dd img {
  width: 17px;
  height: auto;
  margin-right: 9px;
  position: relative;
  top: -6px;
}
#shopinfo .content .gr-txt .contact-info .tel dd span {
  font-family: "Amiri";
  font-size: 37px;
  letter-spacing: 0;
}
#shopinfo .content .gr-txt .contact-info .ins {
  margin-top: 9vw;
}
#shopinfo .content .gr-txt .contact-info .ins img {
  width: 39px;
  height: auto;
}
#shopinfo .content .gr-txt .restaurant-info {
  padding-top: 10vw;
  margin-top: 13vw;
  border-top: 1px solid #b2aea1;
}
#shopinfo .content .gr-txt .restaurant-info dl {
  line-height: 26px;
}
#shopinfo .content .gr-txt .restaurant-info dl:not(:last-child) {
  padding-bottom: 26px;
}
#shopinfo .content .gr-txt .restaurant-info dl dd {
  margin-left: 19px;
}
#shopinfo .content .photo {
  margin-top: 13vw;
}
#gmap {
  background: url(../img/shared/bg3.jpg);
  padding: 17vw 0 20vw;
}
#gmap h2 {
  font-size: 7vw;
  letter-spacing: 0.01em;
  color: #070707;
  margin-bottom: 6vw;
}
#gmap .map {
  height: 480px;
}
#gmap .map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}
#gmap .btn-gmap {
  margin-top: 13vw;
}
@media screen and (min-width: 768px) {
  #header {
    padding: 0;
  }
  #header h1 {
    position: absolute;
    top: 12px;
    right: 37px;
    margin: 0;
    color: #fff;
  }
  #header #hd-top {
    position: absolute;
    top: 50px;
    left: 53px;
    right: 39px;
    color: #fff;
    z-index: 3;
    padding: 0;
  }
  #header #hd-top .logo {
    position: static;
    width: 222px;
    margin-top: -32px;
  }
  #header #hd-top .nav li a::before {
    background: #fff;
  }
  #header #hd-top .info .nav-sub li::before {
    border-color: #fff !important;
  }
  #header #key {
    height: 100vh;
    margin: 0;
  }
  #header #news {
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 563px;
    background: rgba(38, 38, 38, 0.9);
    color: #fff;
    z-index: 3;
  }
  #header #news .box {
    padding: 26px 46px 34px 32px;
    display: flex;
    align-items: center;
  }
  #header #news .box h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    color: #fff;
    margin: 0 33px 0 0;
  }
  #header #news .box .gr {
    align-items: center;
  }
  #header #news .box .feed {
    width: auto;
    flex: 1;
  }
  #header #news .box .feed .row {
    display: flex;
    align-items: center;
  }
  #header #news .box .feed .row .rss-img {
    display: block;
    width: 112px;
  }
  #header #news .box .feed .row .rss-img span {
    width: 100% !important;
    height: 111px !important;
  }
  #header #news .box .feed .row .rss-detail {
    flex: 1;
    font-size: 14px;
    line-height: 27px;
    margin: 0 25px 0 34px;
  }
  #header #news .box .feed .row .rss-detail dt {
    margin-bottom: 0;
  }
  #header #news .box .feed .row .rss-detail dd a {
    -webkit-line-clamp: 3;
  }
  #header #news .box .feed .row .rss-detail dd a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #header #news .box .more {
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-top: 20px;
  }
  #header #news .box .more::before {
    background: url(../img/index/news_btn_pc.png);
    width: 32px;
    height: 32px;
  }
  #header #news .box .more:hover::before {
    background: url(../img/index/news_btn_pc_on.png);
  }
  #lead {
    padding: 100px 0 115px;
  }
  #lead::before {
    background: url(../img/index/lead_bg.png) no-repeat left top;
    width: 750px;
    height: 625px;
    right: auto;
    bottom: auto;
  }
  #lead h2 {
    font-size: 74px;
    line-height: 91px;
    padding-bottom: 106px;
  }
  #lead h2::before {
    width: 495px;
  }
  #lead h3 {
    font-size: 24px;
    letter-spacing: 0.4em;
    line-height: 60px;
    margin: 24px 0 58px;
  }
  #lead .txt {
    text-align: center;
  }
  #lead .txt p:not(:last-child) {
    margin-bottom: 0;
  }
  #lead .photo {
    top: 133px;
    right: auto;
    left: 731px;
  }
  #owner {
    padding-bottom: 137px;
  }
  #owner .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #owner .content .photo {
    margin-left: -37px;
  }
  #owner .content .gr-txt {
    margin: 196px -53px 0 0;
    width: 460px;
  }
  #owner .content .gr-txt h2 {
    font-size: 36px;
  }
  #owner .content .gr-txt .profile-kobata {
    margin: 43px 0 50px;
  }
  #owner .content .gr-txt .profile-kobata dt {
    font-size: 24px;
    letter-spacing: 0.4em;
  }
  #owner .content .gr-txt .profile-kobata dd {
    font-size: 13px;
    margin-left: 15px;
    bottom: -4px;
    font-family: "Shippori Mincho";
  }
  #owner .content .gr-txt .txt {
    text-align: justify;
    letter-spacing: 0.2em;
  }
  #course .set1 .box-parallax {
    height: 700px;
  }
  #course .set2 {
    padding: 139px 0 138px;
    background: url(../img/index/course_bg_img.png) no-repeat right top,
      url(../img/shared/bg2.jpg);
  }
  #course .set2 .wrap {
    max-width: 1100px;
  }
  #course .set2 .content {
    display: flex;
    justify-content: space-between;
  }
  #course .set2 .js {
    margin-left: -104px;
    width: 739px;
  }
  #course .set2 .js .slick-dots {
    position: absolute;
    margin: 0;
    right: 35px;
    bottom: 41px;
    flex-direction: column;
  }
  #course .set2 .js .slick-dots li button {
    display: flex;
    align-content: center;
  }
  #course .set2 .gr-txt {
    margin: 240px -14px 0 0;
    width: 370px;
  }
  #course .set2 .gr-txt h2 {
    font-size: 50px;
    line-height: 40px;
  }
  #course .set2 .gr-txt h3 {
    font-size: 24px;
    letter-spacing: 0.4em;
    line-height: 50px;
    margin: 55px 0 49px;
  }
  #course .set2 .gr-txt .txt {
    text-align: justify;
    letter-spacing: 0.2em;
    margin-right: 9px;
  }
  #course .set2 .gr-txt .btn-s1 {
    margin-top: 43px;
  }
  #menu {
    padding: 127px 0 156px;
  }
  #menu .wrap {
    max-width: 1196px;
  }
  #menu .set1 {
    padding-bottom: 107px;
  }
  #menu .set1 h2 {
    font-size: 55px;
    letter-spacing: 0;
    line-height: 67px;
    padding-bottom: 39px;
  }
  #menu .set1 h2::before {
    width: 368px;
  }
  #menu .set1 h3 {
    font-size: 30px;
    letter-spacing: 0.3em;
    line-height: 76px;
    margin: 22px 0 24px;
  }
  #menu .set1 .txt {
    text-align: center;
  }
  #menu .set2 .item {
    display: flex;
    flex-direction: row-reverse;
  }
  #menu .set2 .item .gr-txt {
    padding: 33px 0 0 0;
    margin: 15px 68px 0 0;
    width: 380px;
  }
  #menu .set2 .item .gr-txt::before {
    left: -42px;
    height: 160px;
  }
  #menu .set2 .item .gr-txt h3 {
    font-size: 50px;
    margin-bottom: 58px;
  }
  #menu .set2 .item .gr-txt .txt {
    margin-left: 15px;
  }
  #menu .set2 .item .gr-txt .btn-s1 {
    margin: 46px 0 0 22px;
    width: 340px;
  }
  #menu .set2 .item .gr-txt .btn-s1 a {
    text-align: right;
    color: #000;
    background: none;
    padding: 0 61px 7px 0;
    letter-spacing: 0.06em;
  }
  #menu .set2 .item .gr-txt .btn-s1 a::before {
    background: #7c766a;
    width: calc(100% - 202px);
  }
  #menu .set2 .item .gr-txt .btn-s1 a .arrow {
    width: 40px;
    height: 40px;
    background: #000;
    border-color: #000;
    top: 3px;
  }
  #menu .set2 .item .photo {
    flex: 1;
    margin-right: -101px;
    height: 540px;
  }
  #menu .set2 .item1 {
    padding-bottom: 78px;
  }
  #menu .set2 .item2 {
    padding-bottom: 78px;
  }
  #menu .set2 .item2 .gr-txt {
    padding: 35px 0 0 0;
    margin: 22px 68px 0 0;
  }
  #menu .set2 .item2 .gr-txt h3 {
    margin-bottom: 65px;
  }
  #menu .set2 .item2 .gr-txt .btn-s1 {
    margin: 81px 0 0 22px;
  }
  #menu .set2 .item3 .gr-txt {
    padding: 33px 0 0 0px;
    margin: 22px 68px 0 0;
  }
  #menu .set2 .item3 .gr-txt h3 {
    margin: 0 0 59px 12px;
  }
  #menu .set2 .item3 .gr-txt .btn-s1 {
    margin: 72px 0 0 22px;
  }
  #menu .set2 .item3 .gr-txt .btn-s1 .arrow {
    top: 0px;
  }
  #shopinfo {
    padding: 107px 0 0;
  }
  #shopinfo .wrap {
    max-width: 1170px;
  }
  #shopinfo h2 {
    text-align: right;
    line-height: 72px;
    overflow: visible;
    margin-bottom: 37px;
  }
  #shopinfo h2 span {
    font-size: 59px;
    letter-spacing: 0;
  }
  #shopinfo h2 span::before {
    right: calc(100% + 34px);
    left: -936px;
  }
  #shopinfo .content {
    display: flex;
    justify-content: space-between;
  }
  #shopinfo .content .gr-txt {
    width: 542px;
    margin-left: -5px;
  }
  #shopinfo .content .gr-txt .branding {
    text-align: left;
    margin: 0 0 0;
    display: flex;
  }
  #shopinfo .content .gr-txt .branding .branding-logo img {
    width: 191px;
    height: auto;
  }
  #shopinfo .content .gr-txt .branding .branding-name {
    flex: 1;
    font-size: 13px;
    letter-spacing: 0.3em;
    margin: 49px 0 0 35px;
    line-height: 26px;
  }
  #shopinfo .content .gr-txt .contact-info {
    margin-top: 29px;
    display: flex;
    flex-direction: row-reverse;
  }
  #shopinfo .content .gr-txt .contact-info .tel {
    flex: 1;
    line-height: 35px;
    margin: -25px 0 0 55px;
    text-align: left;
  }
  #shopinfo .content .gr-txt .contact-info .tel dt {
    font-family: "Cormorant Garamond";
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.2em;
  }
  #shopinfo .content .gr-txt .contact-info .tel dd img {
    top: -6px;
    left: 3px;
  }
  #shopinfo .content .gr-txt .contact-info .tel dd span {
    font-size: 36px;
    letter-spacing: -0.04em;
  }
  #shopinfo .content .gr-txt .contact-info .ins {
    margin-top: 0;
    width: 169px;
  }
  #shopinfo .content .gr-txt .contact-info .ins img {
    width: 35px;
  }
  #shopinfo .content .gr-txt .restaurant-info {
    padding-top: 53px;
    margin: 40px 22px 0 -8px;
  }
  #shopinfo .content .gr-txt .restaurant-info dl {
    display: flex;
    letter-spacing: 0.2em;
  }
  #shopinfo .content .gr-txt .restaurant-info dl:not(:last-child) {
    padding-bottom: 26px;
  }
  #shopinfo .content .gr-txt .restaurant-info dl dt {
    width: 130px;
  }
  #shopinfo .content .gr-txt .restaurant-info dl dd {
    margin-left: 0;
    flex: 1;
  }
  #shopinfo .content .photo {
    margin: 35px -15px 0 0;
  }
  #gmap {
    padding: 100px 0 129px;
  }
  #gmap .wrap {
    max-width: 1200px;
  }
  #gmap h2 {
    font-size: 36px;
    margin-bottom: 41px;
  }
  #gmap .map {
    height: 600px;
  }
  #gmap .link {
    display: flex !important;
    justify-content: flex-end;
    margin: 21px 47px 0 0;
  }
  #gmap .link li {
    position: relative;
  }
  #gmap .link li:not(:last-child) {
    padding-right: 18px;
    margin-right: 18px;
    position: relative;
  }
  #gmap .link li:not(:last-child)::before {
    content: "";
    background: url(../img/shared/link_arr.png) no-repeat;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 17px;
    right: 0;
  }
  #gmap .link li a {
    font-size: 14px;
    line-height: 31px;
    letter-spacing: -0.03em;
    display: inline-block;
    position: relative;
    font-family: "Zen Kaku Gothic New";
  }
  #gmap .link li a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  #gmap .link .print_map a::after {
    content: "";
    background: url(../img/shared/icon_print.png) no-repeat;
    width: 15px;
    height: 12px;
    position: absolute;
    top: 11px;
    right: -22px;
  }
  #gmap .btn-gmap {
    margin: 0 auto;
  }
  #pagetop {
    bottom: 113px;
  }
}
@media screen and (max-width: 1460px) and (min-width: 768px) {
  #header #hd-top {
    right: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 1299px) and (min-width: 768px) {
  #menu .set2 .item .gr-txt {
    margin-left: calc(-50vw + 50% + 30px);
  }
  #menu .set2 .item .photo {
    margin-right: calc(-50vw + 50%);
  }
  #shopinfo .content .gr-txt {
    margin-left: 30px;
  }
  #shopinfo .content .photo {
    margin-right: -100px;
  }
  #shopinfo h2 {
    margin-right: calc(-50vw + 50% + 30px);
  }
  #gmap .wrap {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #lead .photo {
    left: 670px;
  }
  #owner .content .gr-txt {
    margin-right: calc(-50vw + 50% + 30px);
  }
  #course .set2 .gr-txt {
    margin-right: calc(-50vw + 50% + 30px);
    width: 370px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #shopinfo .content .gr-txt .branding .branding-name {
    white-space: nowrap;
    letter-spacing: 0.1em;
  }
}
.botan a{
	margin: 40px 10px;
	padding: 35px 0;
	display: block;
	color:#fff;
text-shadow: -1px -1px rgba(255, 255, 255, 0.43), 1px 1px rgba(0, 0, 0, 0.49);
background-image: linear-gradient(45deg, #76580D 0%, #bf9d49 100%);  
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	border-bottom: 4px #1A2023 solid;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
@media screen and (min-width: 768px) {
	.botan a{
	width: 500px;
	margin: 40px auto;
		font-size: 18px;
}
}