@charset "utf-8";
/* reset */

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%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  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;
}

p {
  font-size: 16px;
  line-height: 36px;
}

/* / change colours to suit your needs /  */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* / change colours to suit your needs /  */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs  */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* init */

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  line-height: 1;
  width: 100%;
  background: #fff;
  /*---------webfont使用予定 font削除予定-----------------------------------------------------------------*/
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 {
  font-weight: bold;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: bottom;
  object-fit: cover;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 1200px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

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

/* ------ link ------ */

a {
  color: #000;
}

a:hover {
  color: #000;
}

@media screen and (max-width: 880px) {

  a:hover img,
  a:hover,
  form:hover {
    opacity: 1;
    transform: none;
    transition-duration: 0;
  }
}

/*btn
------------------------------------*/

a,
form {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

form:hover {
  opacity: 0.6;
}

/* main ---------------- */

.bg_item1 img {
  width: 100vw;

}

.main1 {
  position: relative;
  margin-top: 5%;
}


.top {
  position: relative;
}

.top span {
  font-size: 30px;
}

.top span::before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 15%;
}

.top span::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 15%;
}

.bg_item1 {
  position: absolute;
  bottom: -150px;
  left: 0;
  z-index: 0;
}

.item-flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 140px;
}


.item1 .box1 {
  position: relative;
  width: 560px;
}

.box {
  position: relative;
  margin-top: -5%;
}

.box1 p {
  width: 100%;
  left: 0;
  right: 0;

  margin: auto;

}

.box p {
  width: 70%;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;

}

.area {
  width: 50%;
  background-color: #b8901c;
  display: block;
  text-align: center;
  color: #FFF;
  padding: 16px;
  font-size: 21px;
  font-weight: 500;
}

.area:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width:768px) {
  .area {
    padding: 12px;
    font-size: 16px;
  }
}

.box1 h2 {
  margin-top: 50px;
  margin-bottom: 24px;
  font-size: 36px;
}

.box1 .shop-link a {
  background-color: #000;
  color: #FFF;
  display: block;
  padding: 16px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.box1 .menue-name {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 28px;
}

.box1 .menue-price {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
}

.more-link {
  text-align: right;
}

.leaf {
  position: absolute;
  top: 45vw;
  left: 10%;
  width: 274px;
  z-index: 0;
}

.bired {
  position: absolute;
  top: 50%;
  left: -70%;
  width: 98px;
  z-index: 0;
}

.list {
  position: relative;
  z-index: 99;
}

.list-text {
  position: absolute;
  font-size: 24px;
  line-height: 80px;
  left: 15%;
  top: -5%;
}

.list-text3 {
  position: absolute;
  font-size: 24px;
  line-height: 80px;
  left: 15%;
  top: -10%;
}

.list-text span {
  font-size: 1vw;
}

.main2-mt {
  margin-top: 1100px;
}

.main2 {
  padding-top: 110px;
}

.bg_item2 img {
  width: 100vw;
}

.bg-fix {
  position: relative;
}

.text-fix {
  position: absolute;
  width: 100%;
  max-width: 1280px;
  left: 0;
  right: 0;
  margin: auto;
  top: 5%;
}

.bg_item2 .btn-wrapper {
  width: 100%;
  padding: 0 auto;
  position: relative;
  padding-top: 20vw;
}

@media only screen and (max-width: 1000px) {
  .btn-wrapper {
    background: #D9C87C;
  }
}

@media only screen and (max-width: 1200px) {
  .btn-wrapper {
    background: #d9c87c54;
  }
}

.btn-online {
  background: #000;
  color: #fff;
  font-size: 35px;
  line-height: 100px;
  text-align: center;
  height: 100px;
  width: 100%;
}


@media only screen and (max-width: 1200px) {
  .top h1 {
    font-size: 5vw;
    top: 7%;
  }

  .top span {
    font-size: 3vw;
  }

  .top span::before {
    width: 7vw;
    left: -10%;
  }

  .top span::after {
    width: 7vw;
  }

  .item1 {
    padding-top: 13vw;
  }

  .item-flex {
    padding-bottom: 5vw;
  }

  .box1 {
    margin-top: -17%
  }

  .bg_item1 {
    bottom: 0;
  }

  .box p {
    font-size: 90%;

  }

  .list-text {
    font-size: 2vw;
    line-height: 6vw;
    left: 9vw;
  }

  .list-text1 {
    font-size: 2vw;
    line-height: 6vw;
    left: 9vw;
  }

  .bg-gold2 {
    background: #d9c87c54;
  }
}

@media only screen and (max-width: 1100px) {
  .list-text {
    font-size: 2vw;
    line-height: 7vw;
    left: 12vw;
  }
}

@media only screen and (max-width: 1000px) {
  .list-text {
    font-size: 2vw;
    line-height: 7vw;
    left: 12vw;
  }

  .bg-gold2 {
    background: #D9C87C;
  }

}

@media only screen and (max-width: 900px) {
  .list-text {
    font-size: 2vw;
    line-height: 7.5vw;
    left: 12vw;
  }
}

@media only screen and (max-width: 768px) {
  .item-flex {
    flex-direction: column;
  }

  .bg-gold {
    background: #D9C87C;
  }

  .leaf,
  .bired {
    display: none;
  }

  .box,
  .box1 {
    width: 80%;
    margin: 5vw auto;
  }

  .box p,
  .box1 p {
    font-size: 3vw;
  }

  .list-text {
    left: 22%;
    font-size: 4vw;
    line-height: 13.5vw;
  }

  .list-text1 {
    left: 22%;
    font-size: 4vw;
    line-height: 14.5vw;
  }

  .list-text2 {
    top: -5vw;
    left: 22%;
    font-size: 4vw;
    line-height: 15.5vw;
  }

  .main2-mt {
    margin-top: 470vw;
  }

  .btn-online {
    font-size: 6vw;
  }

}

@media only screen and (max-width: 540px) {
  .box p {
    font-size: 90%;
  }

  .main2-mt {
    margin-top: 270vw;
  }

  .box p,
  .box1 p {
    font-size: 3vw;
    line-height: 6vw;
  }

  .list-text {
    left: 22%;
    font-size: 4vw;
    line-height: 13.5vw;
  }

  .list-text1 {
    left: 22%;
    font-size: 4vw;
    line-height: 14.5vw;
  }

  .list-text2 {
    top: -5vw;
    left: 22%;
    font-size: 4vw;
    line-height: 15.5vw;
  }
}


/* main ---------------- */

.wrapper {
  max-width: 90%;
  width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width:768px) {
  .wrapper {
    max-width: 90%;
    margin: auto;
    padding: 0;
  }
}

/*==================================================
 fonz-top
===================================*/

.top-img img {
  max-width: 100%;
  object-fit: cover;
}

@media screen and (max-width:768px) {
  .top-img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.message {
  margin: 20px auto 0;
  font-weight: 500;
  line-height: 2;
  color: #666;
  width: 75%;
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width:1200px) {
  .message {
    font-size: 18px;
  }
}

@media screen and (max-width:768px) {
  .message {
    width: 95%;
  }
}


/*==================================================
 fonz-item
===================================*/

.fonz-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 100px;
  gap: 50px;
}

@media screen and (max-width:1100px) {
  .fonz-items {
    flex-direction: column;
    align-items: center;
  }
}

/*==================================================
 fonz-shop-pic
===================================*/

.fonz-shop-pic {
  width: 50%;
  max-width: 100%;
}

@media screen and (max-width:1100px) {
  .fonz-shop-pic {
    width: 100%;
  }
}

/*==================================================
 fonz-shop-pic > fonz-slider
===================================*/

/*スライダーの幅を指定*/
.fonz-slider-wrap {
  width: 100%;
  position: relative;
  max-width: 100%;
}

/*メイン画像下に余白をつける*/
.fonz-slider {
  margin: 0 0 15px 0;
}

.fonz-slider.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.fonz-slider-wrap .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.fonz-slider-wrap .slick-list .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
}

.fonz-slider-wrap .slick-initialized .slick-slide {
  display: block;
  float: left;
  height: 100%;
  min-height: 1px;
}

.fonz-slider-pic img {
  max-width: 100%;
  max-height: 100%;
  width: 640px;
	height: 396px;
  object-fit: cover;
}

@media screen and (max-width:1100px) {
  .fonz-slider-pic img {
    width: 100%;
    height: 100%;
  }
}


/*選択するサムネイル画像の設定*/

@media screen and (max-width:768px) {
  .fonz-slider-nav {
    display: none;
  }
}

.fonz-slider-nav .item {
  cursor: pointer;
  outline: none;
  opacity: 0.4;
  background: #fff;
}

.fonz-slider-nav img {
  max-width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.fonz-slider-nav .slick-current .item {
  opacity: 1;
}

.fonz-slider-nav .slick-track {
  transform: unset !important;
  /*画面幅サイズ変更に伴うサムネイル固定*/
}

.fonz-slider-nav-item1 {
  margin-right: 8px;
}


.fonz-slider-nav-item2 {
  margin: 0 4px;
}

.fonz-slider-nav-item3 {
  margin-left: 8px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.fonz-slider .slick-prev,
.fonz-slider .slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc;
  /*矢印の色*/
  border-right: 2px solid #ccc;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.fonz-slider .slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.fonz-slider .slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/
.fonz-slider .fonz-slider-thumbs {
  margin: 10px 0 0;
}

/*==================================================
 fonz-shop-info
===================================*/

.fonz-shop-info {
  max-width: 100%;
  width: 90%;
  padding: 0 15px;
  margin-top: 50px;
}

@media screen and (max-width:768px) {
  .fonz-shop-info {
	  width:100%;
    padding: 0;
    margin: auto;
  }
}

.fonz-shop-name {
  margin-bottom: 24px;
  font-size: 36px;
}

@media screen and (max-width:768px) {
  .fonz-shop-name {
    margin-bottom: 16px;
    font-size: 24px;
  }
}

.fonz-shop-link a {
  background-color: #000;
  color: #FFF;
  display: block;
  padding: 16px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width:768px) {
  .fonz-shop-link a {
    font-size: 18px;
  }
}

.fonz-menu-name {
  margin: 16px 0;
  font-size: 28px;
}

@media screen and (max-width:768px) {
  .fonz-menu-name {
    font-size: 20px;
  }
}

.fonz-menu-price {
  margin: 16px 0;
  font-size: 24px;
}

@media screen and (max-width:768px) {
  .fonz-menu-price {
    font-size: 18px;
  }
}

.fonz-content-wrap {
  padding: 0 20px;
}

.fonz-menu-text {
  margin-bottom: 20px;
  padding: 0 20px 20px;
  overflow: hidden;
  height: 80px;
	text-align:justify;
}

@media screen and (max-width:768px) {
  .fonz-menu-text {
    font-size: 16px;
    line-height: 2;
  }
}

.fonz-readmore-button,
.heightmorebtn {
  text-align: right;
  display: block;
  margin-right: 15px;
  cursor: pointer;
}

/*==================================================
 fonz-footer
===================================*/

.fonz-footer {
  text-align: center;
}

.footer-bunner {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-bottom: 50px;
  justify-content: center;
}

@media screen and (max-width:768px) {
  .footer-bunner {
    flex-direction: column;
	width:60%;
  }
}

.footer-copyright {
  margin-top: 50px;
  text-align: center;
}

.f-txt{
text-align: center;
max-width: 1280px;
margin: -55px auto 55px auto;
}

@media screen and (max-width:768px) {
.f-txt{	
    max-width: 90%;
}
.f-txt p .br::after{
	content: "\A" ;
	white-space: pre ;
}
}