@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 1;
  vertical-align: baseline;
  background: transparent;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

html {
  font-size: 62.5%; }

h1, h2, p {
  /*transform: rotate(0.05deg);*/ }

body {
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  width: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  transform: rotate(0.05deg); }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.cf:after {
  content: " ";
  display: block;
  clear: both; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

body {
  position: relative;
  padding-top: 190px; }

img {
  max-width: 100%;
  height: auto; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.en {
  font-family: 'Lato', sans-serif; }

.sp {
  display: none; }

.pc {
  display: block; }

.l_container {
  width: 1200px;
  margin: 0 auto; }

@media screen and (max-width: 1200px) {
  .l_container {
    width: 96%; } }
@media screen and (max-width: 768px) {
  .sp {
    display: block; }

  .pc {
    display: none; }

  .l_container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%; } }
body {
  padding-top: 90px; }

header #tel {
  position: fixed;
  top: 20px;
  /*right:150px;*/
  right: 20px;
  z-index: 10; }
  header #tel a {
    pointer-events: none;
    text-decoration: none;
    color: #A2B053;
    font-weight: bold;
    font-family: arial;
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: 0.2em;
    display: inline-block;
    padding-left: 60px;
    position: relative; }
    header #tel a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -20px;
      width: 40px;
      height: 40px;
      background: url(../images/icon_tel.svg) 0 0 no-repeat;
      background-size: 100% auto; }
header #menu {
  display: none;
  position: fixed;
  z-index: 10;
  top: 10px;
  right: 40px;
  cursor: pointer; }

footer small {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  background-color: #A9BE69;
  padding: 0.5em 0; }

#mv {
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 80px);
  margin: 0 auto 90px; }
  #mv .mv_left {
    width: 33.333%;
    text-align: center; }
  #mv .mv_right {
    width: 66.666%; }
    #mv .mv_right img {
      width: 100%; }

#mv_slide .slick-list,
#mv_slide .slick-track {
  height: 100%; }
#mv_slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: .3;
  z-index: 5;
  background: -webkit-linear-gradient(304deg, #fae4d9, #ffffff, #f9f8de);
  background: linear-gradient(146deg, #fae4d9, #ffffff, #f9f8de);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 4s ease infinite;
  animation: AnimationName 4s ease infinite; }
#mv_slide .mv_slide_img {
  height: 100%; }
  #mv_slide .mv_slide_img img {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 5s ease-out;
    transition: 5s ease-out; }
#mv_slide .slick-active img {
  -webkit-transform: scale(1);
  transform: scale(1); }

@-webkit-keyframes AnimationName {
  0% {
    background-position: 2% 0%; }
  50% {
    background-position: 99% 100%; }
  100% {
    background-position: 2% 0%; } }
@keyframes AnimationName {
  0% {
    background-position: 2% 0%; }
  50% {
    background-position: 99% 100%; }
  100% {
    background-position: 2% 0%; } }
#info {
  width: 1000px;
  border: 2px solid #A9BE69;
  margin: 0 auto 130px;
  padding: 40px; }
  #info h2 {
    color: #A2B053;
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
    padding-bottom: 2em; }
  #info ul li {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 2em;
    text-indent: -2em;
    padding-bottom: 1em;
    letter-spacing: 0;
    line-height: 1.3; }
    #info ul li:last-child {
      padding-bottom: 0; }

@media screen and (max-width: 1000px) {
  #info {
    width: 96%; } }
#intro {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto; }
  #intro .intro_left {
    width: 50%;
    display: flex;
    flex-wrap: wrap; }
    #intro .intro_left .photo01 {
      width: 580px;
      margin-bottom: 30px; }
    #intro .intro_left .photo02 {
      margin-left: 40px;
      width: 230px; }
    #intro .intro_left .photo03 {
      margin-left: 30px;
      width: 340px; }
  #intro .intro_right {
    width: 50%;
    padding-top: 110px; }
    #intro .intro_right h3 {
      color: #BB5730;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5;
      padding-bottom: 1em; }
    #intro .intro_right p {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.5;
      padding-bottom: 1em; }

@media screen and (max-width: 1280px) {
  #intro {
    width: 96%; }
    #intro .intro_left .photo01 {
      width: calc(580 / 1280 * 100vw);
      margin-bottom: calc(20 / 1280 * 100vw); }
    #intro .intro_left .photo02 {
      margin-left: calc(30 / 1280 * 100vw);
      width: calc(220 / 1280 * 100vw); }
    #intro .intro_left .photo03 {
      margin-left: calc(20 / 1280 * 100vw);
      width: calc(310 / 1280 * 100vw); }
    #intro .intro_right {
      padding-left: 20px; } }
#greeting {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto 130px; }
  #greeting .greeting_left {
    width: 52.5%;
    padding-left: 140px;
    padding-top: 80px; }
    #greeting .greeting_left h3 {
      color: #BB5730;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5;
      padding-bottom: 1em; }
    #greeting .greeting_left p {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.5;
      padding-bottom: 1em; }
  #greeting .greeting_right {
    width: 47.5%; }
    #greeting .greeting_right img {
      width: 100%; }

@media screen and (max-width: 1280px) {
  #greeting {
    width: 96%; }
    #greeting .greeting_left {
      padding-left: 20px;
      padding-right: 20px; } }
.l_ttl {
  margin-bottom: 60px; }
  .l_ttl span {
    display: inline-block; }
    .l_ttl span.en {
      font-size: 30px;
      font-size: 3.0rem;
      font-family: arial;
      line-height: 1;
      letter-spacing: 0.05em;
      padding-bottom: 0.8em;
      color: #84932F; }
    .l_ttl span.jp {
      font-size: 18x;
      font-size: 1.8rem;
      line-height: 1;
      letter-spacing: 0.1em; }

.center {
  text-align: center; }

.move {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .move.active {
    opacity: 1;
    transform: translate3d(0, 0px, 0); }

.menu_block {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto 50px; }
  .menu_block .photo {
    width: 48%; }
  .menu_block .txt {
    width: 52%;
    padding-left: 40px; }
    .menu_block .txt h4 {
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.1em;
      padding-bottom: 1em;
      line-height: 1;
      color: #BB5730; }
    .menu_block .txt .price {
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.1em;
      line-height: 1.5;
      padding-bottom: 2em; }
    .menu_block .txt .com {
      padding-bottom: 1em;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.5; }
  .menu_block:nth-of-type(2) .photo {
    order: 2; }
  .menu_block:nth-of-type(2) .txt {
    order: 1;
    padding-left: 0;
    padding-right: 40px; }

@media screen and (max-width: 1000px) {
  .menu_block {
    width: 96%; } }
#facility {
  padding: 50px 0 100px;
  overflow: hidden; }
  #facility #slide {
    padding-bottom: 50px; }
    #facility #slide .slick-slide {
      padding: 0 10px; }
    #facility #slide .slick-prev {
      top: auto;
      bottom: 0;
      left: 50%;
      margin-left: -40px;
      z-index: 10; }
      #facility #slide .slick-prev:before {
        color: #000;
        opacity: 1; }
    #facility #slide .slick-next {
      top: auto;
      bottom: 0;
      right: 50%;
      margin-right: -40px;
      z-index: 10; }
      #facility #slide .slick-next:before {
        color: #000;
        opacity: 1; }

#shop {
  padding-bottom: 110px; }
  #shop .shop_in {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto; }
    #shop .shop_in > div {
      width: 48%; }
    #shop .shop_in .shop_info {
      margin-bottom: 30px;
      background-color: #EEEEEE;
      padding: 30px 45px 0; }
      #shop .shop_in .shop_info .logo {
        padding-bottom: 40px; }
      #shop .shop_in .shop_info p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.5;
        padding-bottom: 1.8em; }
    #shop .shop_in .gmap {
      margin-left: auto;
      margin-bottom: 30px; }
      #shop .shop_in .gmap iframe {
        width: 100%;
        height: 100%; }
    #shop .shop_in .photo02 {
      margin-left: auto; }

@media screen and (max-width: 1000px) {
  #shop .shop_in {
    width: 96%; } }
#reservation {
  padding-bottom: 120px;
  text-align: center; }
  #reservation .tel_wrap {
    background-color: #EEEEEE;
    width: 480px;
    margin: 0 auto; }
    #reservation .tel_wrap #reservation_tel {
      pointer-events: none;
      text-decoration: none;
      display: inline-block;
      padding: 25px 0; }
      #reservation .tel_wrap #reservation_tel span {
        color: #A2B053;
        font-weight: bold;
        font-family: arial;
        font-size: 30px;
        font-size: 3.0rem;
        letter-spacing: 0.2em;
        display: inline-block;
        padding-left: 60px;
        position: relative; }
        #reservation .tel_wrap #reservation_tel span:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -20px;
          width: 40px;
          height: 40px;
          background: url(../images/icon_tel.svg) 0 0 no-repeat;
          background-size: 100% auto; }
  #reservation p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-top: 2em; }

@media screen and (max-width: 768px) {
  body {
    padding-top: calc(185 / 768 * 100vw); }

  header #tel {
    top: calc(70 / 768 * 100vw);
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    header #tel a {
      pointer-events: auto;
      font-size: calc(42 / 768 * 100vw);
      padding-left: calc(80 / 768 * 100vw); }
      header #tel a:before {
        margin-top: calc(-30 / 768 * 100vw);
        width: calc(60 / 768 * 100vw);
        height: calc(60 / 768 * 100vw); }
  header #menu {
    top: calc(50 / 768 * 100vw);
    right: calc(25 / 768 * 100vw); }
    header #menu img {
      width: calc(80 / 768 * 100vw); }

  footer small {
    font-size: calc(24 / 768 * 100vw);
    padding: 1em 0; }

  #mv {
    display: block;
    width: 100%;
    margin: 0 auto 90px; }
    #mv .mv_left {
      width: 80%;
      margin: 0 auto;
      text-align: center;
      padding-bottom: calc(75 / 765 * 100vw); }
      #mv .mv_left img {
        width: calc(700 / 768 * 100vw); }
    #mv .mv_right {
      width: 100%;
      padding: 0 calc(40 / 765 * 100vw); }

	
  #info {
    width: 90vw;
    margin: 0 auto calc(200 / 765 * 100vw);
    padding: calc(50 / 765 * 100vw) calc(30 / 765 * 100vw) calc(60 / 765 * 100vw); }
    #info h2 {
      font-size: 18px;
      font-size: 1.8rem; }
    #info ul li {
      font-size: 16px;
      font-size: 1.6rem; }

  #intro {
    width: 100%;
    margin: 0 auto; }
    #intro .intro_left {
      width: 100%; }
      #intro .intro_left .photo01 {
        width: calc(640 / 768 * 100vw);
        margin-bottom: calc(35 / 768 * 100vw); }
      #intro .intro_left .photo02 {
        margin-left: calc(40 / 768 * 100vw);
        width: calc(260 / 768 * 100vw); }
      #intro .intro_left .photo03 {
        margin-left: calc(30 / 768 * 100vw);
        width: calc(360 / 768 * 100vw); }
    #intro .intro_right {
      width: 90vw;
      margin: 0 auto;
      padding-left: 0;
      padding-top: calc(90 / 768 * 100vw);
      padding-bottom: calc(200 / 768 * 100vw); }
      #intro .intro_right h3 {
        font-size: 16px;
        font-size: 1.6rem; }
      #intro .intro_right p {
        font-size: 14px;
        font-size: 1.4rem; }

  #greeting {
    width: 90vw;
    margin: 0 auto calc(230 / 768 * 100vw); }
    #greeting .greeting_left {
      width: 100%;
      order: 2;
      padding-left: 0;
      padding-right: 0;
      padding-top: calc(90 / 768 * 100vw); }
      #greeting .greeting_left h3 {
        font-size: 16px;
        font-size: 1.6rem; }
      #greeting .greeting_left p {
        font-size: 14px;
        font-size: 1.4rem; }
    #greeting .greeting_right {
      width: 100%;
      order: 1; }

  .l_ttl {
    margin-bottom: calc(90 / 768 * 100vw); }
    .l_ttl span.en {
      font-size: 24px;
      font-size: 2.4rem; }
    .l_ttl span.jp {
      font-size: 16x;
      font-size: 1.6rem; }

  .menu_block {
    width: 90vw;
    margin: 0 auto calc(100 / 768 * 100vw); }
    .menu_block .photo {
      width: 100%;
      order: 1; }
    .menu_block .txt {
      width: 100%;
      padding-top: calc(70 / 768 * 100vw);
      padding-left: 0px;
      order: 2; }
      .menu_block .txt h4 {
        font-size: 18px;
        font-size: 1.8rem; }
      .menu_block .txt .price {
        font-size: 18px;
        font-size: 1.8rem; }
      .menu_block .txt .com {
        font-size: 14px;
        font-size: 1.4rem; }
    .menu_block:nth-of-type(2) .photo {
      order: 1; }
    .menu_block:nth-of-type(2) .txt {
      order: 2;
      padding-right: 0px; }

  #facility {
    padding: calc(100 / 768 * 100vw) 0 calc(200 / 768 * 100vw); }
    #facility #slide {
      padding-bottom: calc(90 / 768 * 100vw); }
      #facility #slide .slick-slide {
        padding: 0 calc(10 / 768 * 100vw); }

  #shop {
    padding-bottom: calc(200 / 768 * 100vw); }
    #shop .shop_in {
      width: 90vw; }
      #shop .shop_in > div {
        width: 100%; }
      #shop .shop_in .shop_info {
        margin-bottom: calc(30 / 768 * 100vw);
        padding: calc(60 / 768 * 100vw) calc(30 / 768 * 100vw) calc(40 / 768 * 100vw); }
        #shop .shop_in .shop_info .logo {
          padding-bottom: calc(50 / 768 * 100vw);
          text-align: center; }
          #shop .shop_in .shop_info .logo img {
            width: calc(510 / 768 * 100vw); }
        #shop .shop_in .shop_info p {
          font-size: 14px;
          font-size: 1.4rem; }
      #shop .shop_in .gmap {
        margin-bottom: calc(30 / 768 * 100vw);
        height: calc(620 / 768 * 100vw); }
        #shop .shop_in .gmap iframe {
          width: 100%;
          height: 100%; }
      #shop .shop_in .photo {
        margin-bottom: calc(30 / 768 * 100vw); }

  #reservation {
    padding-bottom: calc(190 / 768 * 100vw); }
    #reservation .tel_wrap {
      width: 90vw;
      margin: 0 auto; }
      #reservation .tel_wrap #reservation_tel {
        pointer-events: auto;
        text-decoration: none;
        display: inline-block;
        padding: 25px 0; }
        #reservation .tel_wrap #reservation_tel span {
          font-size: 20px;
          font-size: 2.0rem;
          padding-left: calc(85 / 768 * 100vw); }
          #reservation .tel_wrap #reservation_tel span:before {
            margin-top: calc(-25 / 768 * 100vw);
            width: calc(56 / 768 * 100vw);
            height: calc(56 / 768 * 100vw); }
    #reservation p {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.5;
      padding-top: 2em; } }


/*2020/12/18*/
  #news {
    width: 70vw;
    margin: 30px auto calc(100 / 765 * 100vw);
    padding: calc(30 / 765 * 100vw) calc(30 / 765 * 100vw) calc(30 / 765 * 100vw); 
	border: #b93a03 2px solid;}
    #news p span {
      font-size: 16px;
      font-size: 1.6rem;
      color: #b93a03;
	  padding-right: 30px;
	}
    #news p {
      font-size: 16px;
      font-size: 1.6rem; }
@media screen and (max-width: 768px) {
	  #news {
		  width: 80vw;}
    #news p span {
	  margin-bottom: 20px;
	}
	
}
