@charset "UTF-8";
@import "//fonts.googleapis.com/earlyaccess/notosansjapanese.css";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover,
a:visited,
a:link{
	text-decoration: none !important;
}

ins {
  text-decoration: none;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

input[type=email], input[type=num], input[type=password], input[type=tel], input[type=text], select, textarea {
  padding: 5px;
  font-size: 1pc;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
  box-sizing: border-box;
}

input[type='email']:focus, input[type='num']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='text']:focus, textarea:focus {
  border-color: #0078d7;
  box-shadow: none;
}

input[type=button], input[type=submit] {
  padding: 5px;
  -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
  display: inline-block;
  margin-right: 6px;
  display: none;
  margin: 0;
}

input[type=checkbox]+label, input[type=radio]+label {
  position: relative;
  display: inline-block;
  margin-right: 9pt;
  line-height: 30px;
  cursor: pointer;
}

input[type=checkbox]+label, input[type=radio]+label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}

input[type=checkbox]+label:before, input[type=radio]+label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}

input[type=radio]+label:before {
  border: 2px solid #ccc;
  border-radius: 30px
}

input[type=checkbox]+label:before {
  border: 2px solid #ccc;
}

input[type=checkbox]:checked+label:after, input[type=radio]:checked+label:after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

input[type=radio]:checked+label:after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: red;
  border-radius: 8px;
}

input[type=checkbox]:checked+label:after {
  left: 3px;
  width: 1pc;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid red;
  border-bottom: 3px solid red;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mt0 {
  margin-top: 0!important;
}

.mt5 {
  margin-top: 5px!important;
}

.mt10 {
  margin-top: 10px!important;
}

.mt15 {
  margin-top: 15px!important;
}

.mt20 {
  margin-top: 20px!important;
}

.mt25 {
  margin-top: 25px!important;
}

.mt30 {
  margin-top: 30px!important;
}

.mt35 {
  margin-top: 35px!important;
}

.mt40 {
  margin-top: 40px!important;
}

.mt45 {
  margin-top: 45px!important;
}

.mt50 {
  margin-top: 50px!important;
}

.mr0 {
  margin-right: 0!important;
}

.mr5 {
  margin-right: 5px!important;
}

.mr10 {
  margin-right: 10px!important;
}

.mr15 {
  margin-right: 15px!important;
}

.mr20 {
  margin-right: 20px!important;
}

.mr25 {
  margin-right: 25px!important;
}

.mr30 {
  margin-right: 30px!important;
}

.mr35 {
  margin-right: 35px!important;
}

.mr40 {
  margin-right: 40px!important;
}

.mr45 {
  margin-right: 45px!important;
}

.mr50 {
  margin-right: 50px!important;
}

.mb0 {
  margin-bottom: 0!important;
}

.mb5 {
  margin-bottom: 5px!important;
}

.mb10 {
  margin-bottom: 10px!important;
}

.mb15 {
  margin-bottom: 15px!important;
}

.mb20 {
  margin-bottom: 20px!important;
}

.mb25 {
  margin-bottom: 25px!important;
}

.mb30 {
  margin-bottom: 30px!important;
}

.mb35 {
  margin-bottom: 35px!important;
}

.mb40 {
  margin-bottom: 40px!important;
}

.mb45 {
  margin-bottom: 45px!important;
}

.mb50 {
  margin-bottom: 50px!important;
}

.ml0 {
  margin-left: 0!important;
}

.ml5 {
  margin-left: 5px!important;
}

.ml10 {
  margin-left: 10px!important;
}

.ml15 {
  margin-left: 15px!important;
}

.ml20 {
  margin-left: 20px!important;
}

.ml25 {
  margin-left: 25px!important;
}

.ml30 {
  margin-left: 30px!important;
}

.ml35 {
  margin-left: 35px!important;
}

.ml40 {
  margin-left: 40px!important;
}

.ml45 {
  margin-left: 45px!important;
}

.ml50 {
  margin-left: 50px!important;
}

.mt-5 {
  margin-top: -5px!important;
}

.mt-10 {
  margin-top: -10px!important;
}

.mt-15 {
  margin-top: -15px!important;
}

.mt-20 {
  margin-top: -20px!important;
}

.mt-25 {
  margin-top: -25px!important;
}

.mt-30 {
  margin-top: -30px!important;
}

.mt-35 {
  margin-top: -35px!important;
}

.mt-40 {
  margin-top: -40px!important;
}

.mt-45 {
  margin-top: -45px!important;
}

.mt-50 {
  margin-top: -50px!important;
}

.mr-5 {
  margin-right: -5px!important;
}

.mr-10 {
  margin-right: -10px!important;
}

.mr-15 {
  margin-right: -15px!important;
}

.mr-20 {
  margin-right: -20px!important;
}

.mr-25 {
  margin-right: -25px!important;
}

.mr-30 {
  margin-right: -30px!important;
}

.mr-35 {
  margin-right: -35px!important;
}

.mr-40 {
  margin-right: -40px!important;
}

.mr-45 {
  margin-right: -45px!important;
}

.mr-50 {
  margin-right: -50px!important;
}

.mb-5 {
  margin-bottom: -5px!important;
}

.mb-10 {
  margin-bottom: -10px!important;
}

.mb-15 {
  margin-bottom: -15px!important;
}

.mb-20 {
  margin-bottom: -20px!important;
}

.mb-25 {
  margin-bottom: -25px!important;
}

.mb-30 {
  margin-bottom: -30px!important;
}

.mb-35 {
  margin-bottom: -35px!important;
}

.mb-40 {
  margin-bottom: -40px!important;
}

.mb-45 {
  margin-bottom: -45px!important;
}

.mb-50 {
  margin-bottom: -50px!important;
}

.ml-5 {
  margin-left: -5px!important;
}

.ml-10 {
  margin-left: -10px!important;
}

.ml-15 {
  margin-left: -15px!important;
}

.ml-20 {
  margin-left: -20px!important;
}

.ml-25 {
  margin-left: -25px!important;
}

.ml-30 {
  margin-left: -30px!important;
}

.ml-35 {
  margin-left: -35px!important;
}

.ml-40 {
  margin-left: -40px!important;
}

.ml-45 {
  margin-left: -45px!important;
}

.ml-50 {
  margin-left: -50px!important;
}

.pt0 {
  padding-top: 0!important;
}

.pt5 {
  padding-top: 5px!important;
}

.pt10 {
  padding-top: 10px!important;
}

.pt15 {
  padding-top: 15px!important;
}

.pt20 {
  padding-top: 20px!important;
}

.pt25 {
  padding-top: 25px!important;
}

.pt30 {
  padding-top: 30px!important;
}

.pt35 {
  padding-top: 35px!important;
}

.pt40 {
  padding-top: 40px!important;
}

.pt45 {
  padding-top: 45px!important;
}

.pt50 {
  padding-top: 50px!important;
}

.pr0 {
  padding-right: 0!important;
}

.pr5 {
  padding-right: 5px!important;
}

.pr10 {
  padding-right: 10px!important;
}

.pr15 {
  padding-right: 15px!important;
}

.pr20 {
  padding-right: 20px!important;
}

.pr25 {
  padding-right: 25px!important;
}

.pr30 {
  padding-right: 30px!important;
}

.pr35 {
  padding-right: 35px!important;
}

.pr40 {
  padding-right: 40px!important;
}

.pr45 {
  padding-right: 45px!important;
}

.pr50 {
  padding-right: 50px!important;
}

.pb0 {
  padding-bottom: 0!important;
}

.pb5 {
  padding-bottom: 5px!important;
}

.pb10 {
  padding-bottom: 10px!important;
}

.pb15 {
  padding-bottom: 15px!important;
}

.pb20 {
  padding-bottom: 20px!important;
}

.pb25 {
  padding-bottom: 25px!important;
}

.pb30 {
  padding-bottom: 30px!important;
}

.pb35 {
  padding-bottom: 35px!important;
}

.pb40 {
  padding-bottom: 40px!important;
}

.pb45 {
  padding-bottom: 45px!important;
}

.pb50 {
  padding-bottom: 50px!important;
}

.pl0 {
  padding-left: 0!important;
}

.pl5 {
  padding-left: 5px!important;
}

.pl10 {
  padding-left: 10px!important;
}

.pl15 {
  padding-left: 15px!important;
}

.pl20 {
  padding-left: 20px!important;
}

.pl25 {
  padding-left: 25px!important;
}

.pl30 {
  padding-left: 30px!important;
}

.pl35 {
  padding-left: 35px!important;
}

.pl40 {
  padding-left: 40px!important;
}

.pl45 {
  padding-left: 45px!important;
}

.pl50 {
  padding-left: 50px!important;
}

.size10 {
  font-size: 10px!important;
}

.size11 {
  font-size: 11px!important;
}

.size12 {
  font-size: 9pt!important;
}

.size13 {
  font-size: 13px!important;
}

.size14 {
  font-size: 14px!important;
}

.size15 {
  font-size: 15px!important;
}

.size16 {
  font-size: 1pc!important;
}

.size17 {
  font-size: 17px!important;
}

.size18 {
  font-size: 18px!important;
}

.size19 {
  font-size: 19px!important;
}

.size20 {
  font-size: 20px!important;
}

body {
  color: #3a3a3a;
  font-size: 1pc;
  line-height: 1.6;
  font-family: Noto Serif JP;
  -ms-font-feature-settings: normal;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

.pc {
  display: block!important;
}

.sp {
  display: none!important;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.weight-bold {
  font-weight: 700;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

a {
  color: #3a3a3a;
  text-decoration: none;
  transition: All .4s ease;
  cursor: pointer;
}

a:hover {
  color: #26b99a;
  text-decoration: underline;
}

a img {
  transition: All .4s ease;
}

a:hover>img:only-child {
  opacity: .8;
}

.page-header {
  overflow: hidden;
}

.header-inner {
  	background: 
		url(/sp/images/common/head_line.png)repeat-x center top,
		url(/sp/images/top/pat02.png)center top;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header-inner .inner {
  padding: 10px 0;
	
}

.header-inner .inner, .header-inner .inner ul {
  display: flex;
  justify-content: space-between;
}

.header-nav ul .current {
  background: #e2ddd5;
}

.slick-slide img {
  width: 100%;
}

.main-visual {
  position: relative;
	margin-top: 111px;
}


	.main-visual {
		margin-top: 66px;
	}

.main-catch {
  text-align: center;
  position: absolute;
  height: 35vw;
  top: 97px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

.lower .header-visual-wrap {
  background: url(/sp/images/common/sub-mv.jpg)no-repeat center;
  background-size: cover;
}

.footer-nav, .header-nav {
  background: linear-gradient(to bottom, #fcf9f6, #f3edde);
  border-top: solid 1px #cfc4b8;
  border-bottom: solid 1px #cfc4b8;
  z-index: 5;
}

.footer-nav ul, .header-nav ul, .sns-link {
  display: flex;
}

.lower .page-body {
  background: url(/sp/images/common/sub-bg.jpg)no-repeat center top;
  background-size: cover;
}

.sub-visual {
  text-align: center;
  margin: 0 auto;
  background: url(/sp/images/common/sub-catch-bg.png)no-repeat center top;
  box-sizing: border-box;
}

.sub-visual h2 {
  font-family: Noto Serif JP;
  background: linear-gradient(to top, #c49a5b 0, #f5f1cd 50%, #f5f1cd 50%, #c49a5b 100%);
  background: -moz-linear-gradient(to top, #c49a5b 0, #f5f1cd 50%, #f5f1cd 50%, #c49a5b 100%);
  background: -webkit-linear-gradient(to top, #c49a5b 0, #f5f1cd 50%, #f5f1cd 50%, #c49a5b 100%);
  background: -ms-linear-gradient(to top, #c49a5b 0, #f5f1cd 50%, #f5f1cd 50%, #c49a5b 100%);
  -ms-background-clip: text;
  -webkit-background-clip: text;
  -ms-text-fill-color: transparent;
  color: transparent;
  border-bottom: double 3px #b89e70;
}

@media all and (-ms-high-contrast:none) {
  .sub-visual h2 {
    background: 0;
    color: #c49a5b;
  }
  .main-catch {
    width: 57%;
  }
  .main-catch .pc {
    display: inline-block!important;
  }
}

.sub-visual p {
  color: #fff;
}

.section {
  margin: 0 0 75pt;
}

.section01 {
  background: url(/sp/images/top/pat03.png);
  overflow: hidden;
}

.section01:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: #d8c5a8 solid 1px;
}

.section02 {
  background: url(/sp/images/top/sec01_bg.png)no-repeat left, url(/sp/images/top/sec01_bg.png)no-repeat right,
	url(/sp/images/top/pat04.png);
  background-attachment: fixed;
}

.top-topic-list {
  display: flex;
  justify-content: space-around;
}

.top-topic-list .adjust-box {
  position: relative;
  width: 100%;
  height: auto;
  border: solid #3f1709 2px;
  background-size: cover;
}

.con01-bg {
  background: url(/sp/images/top/con01_img.png)no-repeat center top;
}

.con02-bg {
  background: url(/sp/images/top/con02_img.png)no-repeat center top;
}

.box-1x1:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.box-1x1:after {
  content: "";
  background: url(/sp/images/top/more_btn.png)no-repeat right bottom;
  background-size: contain;
  width: 70%;
  position: absolute;
  height: 38%;
  display: block;
  bottom: -15%;
  right: -10%;
}

.top-topic-list li .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-topic-list {
  width: 100%
}

.top-topic-list li h3 {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #fff;
  height: 60%;
  padding: 20px 5%;
  background: url(/sp/images/top/ttl.png)no-repeat center top;
  position: absolute;
  left: 0;
  top: -5%;
  font-size: 3.7vw;
}

.selling-point {
  background: #fbf9f5;
  border: solid 1px #d1c0a5;
  margin: 70px 0 65px;
  padding: 35px 2% 40px;
  position: relative;
}

.selling-point:after {
  content: "";
  background: url(/sp/images/top/coffe.png)no-repeat;
  display: block;
  width: 15%;
  height: 24vw;
  background-size: cover;
  position: absolute;
  bottom: -5%;
  right: -3%;
}

.selling-point h3 {
	font-weight: bold;
  color: #937745;
  border-bottom: double 3px #c2af90;
  font-size: 1.2rem;
  padding-bottom: 10px;
}

.selling-point p {
  margin-top: 10px;
}

.tab-group {
  display: flex;
  justify-content: center;
  width: 500px;
}

.tab-panel .center {
  text-align: center;
  font-size: 20px;
}

.tab-group li:nth-child(1) {
  border-bottom: solid 3px #471c0c;
}

.tab-group li:nth-child(2) {
  border-bottom: solid 3px #31711e;
}

.tab-group li:nth-child(3) {
  border-bottom: solid 3px #193d72;
}

.tab {
  flex-grow: 1;
  padding: 20px;
  list-style: none;
  border: solid 1px #ccc;
  text-align: center;
  cursor: pointer;
  background: #e6e3de;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.panel-group {
  border: solid 1px #d1c0a5;
  background: url(/sp/images/top/bg-menu.jpg)no-repeat right bottom;
  background-size: contain;
  background-color: #f7f1e8;
  padding-bottom: 10px;
}

.panel-group .slick-prev {
  left: 20px;
  bottom: -35px;
}

.panel-group .slick-next {
  right: 20px;
  bottom: -35px;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #f7f1e8;
  color: #3b2416;
  transition: all .2s ease-out;
}

.panel.is-show {
  display: block;
}

.menu-box {
  padding: 50px 50px 0;
}

.menu-box .center {
  text-align: center;
}

.menu-box li {
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: solid 1px #d7c8b0;
}

.menu-box li dl {
  width: calc(100% - 196px);
}

.menu-box li img {
  margin-right: 25px;
}

.menu-box li h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}

.menu-box li p {
  font-size: 15px;
}

.menu-box li span {
  font-size: 22px;
  color: #c23820;
  display: block;
  text-align: right;
}

.section03 {
  background: url(/sp/images/top/pat02.png);
}

.section03 .section-content h3:before {
  content: url(/sp/images/top/store-ribbon.png);
  vertical-align: middle;
  margin-right: 20px;
}

.section04 {
  background: url(/sp/images/common/wood_bg.jpg)no-repeat center top;
  background-size: cover;
}

.section04 .inner {
  background: #fdfcfc;
  border: solid 1px #341307;
  box-sizing: border-box;
  position: relative;
}

.section04 .bg-leaf {
  position: relative;
  width: 810pt;
  margin: 0 auto;
  z-index: 0;
}

.section04 .bg-leaf:after, .section04 .bg-leaf:before {
  content: url(/sp/images/top/section04_leaf.png);
  position: absolute;
  z-index: -1;
}

.section04 .bg-leaf:before {
  top: -40px;
  left: -65px;
}

.section04 .bg-leaf:after {
  transform: rotate(180deg);
  bottom: -40px;
  right: -65px;
}

.section04 .inner .news-ttl {
  display: flex;
  justify-content: space-between;
  border-bottom: double #a49063;
  padding-bottom: 10px;
}

.section04 .inner .news-ttl p {
  background: #4e2213;
  border-radius: 25px;
}

.section04 .inner .news-ttl p a {
  color: #fff;
  display: block;
  padding: 5px;
}

.section04 .inner .news-ttl p a:after {
  content: ">";
  margin-left: 5px;
}

.section04 .inner .news-ttl h3:after {
  content: "NEWS";
  color: #a49063;
  margin-left: 10px;
}

.section04 .inner ul li {
  border-bottom: dotted 1px #564236;
}

.section04 .inner ul li a span {
  margin-right: 30px;
}

.section05 {
  background: url(/sp/images/top/sec01_bg.png)no-repeat left, url(/sp/images/top/sec01_bg.png)no-repeat right,
	url(/sp/images/top/pat04.png);
}

.section05 .inner h3 {
  text-align: center;
  position: relative;
  -webkit-perspective: 500px;
	perspective: 500px;
}

.section05 .inner h3:after, .section05 .inner h3:before {
  content: "";
  background: url(/sp/images/top/shop_icon.png)no-repeat center center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.section05 .inner h3:before {
  left: 0;
}

.section05 .inner h3:after {
  transform: translateY(-50%) rotateY(180deg);
  right: 0;
}

.section05 .inner h3 span {
  display: block;
  color: #a49063;
}

.section05 .inner .shop-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.section05 .inner .shop-info iframe {
  border: solid 1px #dcdcdc!important;
  box-sizing: border-box;
}

.section05 .inner .shop-info table {
  text-align: left;
}

.section05 .inner .shop-info table tr {
  display: block;
  border-bottom: dotted 1px;
}

.section05 .inner .shop-info table tr:not(:first-child) {
  padding-top: 25px;
}

.section05 .inner .shop-info table td {
  padding-bottom: 20px;
}

.footer-nav ul li {
  text-align: center;
  line-height: 2;
  word-break: keep-all;
}

.footer-inner {
  text-align: center;
  color: #f7f3e3;
}

.footer-inner {
  background: url(/sp/images/common/wood_bg.jpg)no-repeat;
  background-size: cover;
  font-size: 15px;
}

footer .footer-copyright {
  background: #351307;
  text-align: center;
  display: block;
}

footer .footer-copyright, footer .footer-copyright a {
  color: #f7f3e3;
}

.styled-dl01 {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}

.styled-dl01 dd, .styled-dl01 dt {
  margin-bottom: 10px;
}

.styled-title02 {
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 45px;
  border-bottom: double 3px;
  text-align: left
}

.menu-list dl h3 {
  position: relative
}

.menu-list dl h3 span {
  color: #b89e70
}

.menu-list dl h3:before {
  content: "";
  display: inline-block;
  border-bottom: solid 1px;
  width: 300px;
  position: absolute;
  bottom: 0;
  left: -150px
}

.menu-list p {
  z-index: 1
}

.recommended {
  background: url(/sp/images/committed/recommended-bg.png)no-repeat center top;
  background-size: cover;
  margin-bottom: 0
}

.recommended .inner {
  background: url(/sp/images/committed/recommended-border.png)no-repeat center top;
  background-size: 100% 100%;
  padding: 110px 0 75pt;
  position: relative
}

.recommended .inner h3 {
  text-align: center;
  border-top: solid 1px #503b31;
  border-bottom: solid 1px #503b31
}

.recommended .inner h3 span {
  color: #b89e70;
  display: block
}

.recommended .inner ul li h4 {
  text-align: center;
  border-bottom: double 3px
}

.recommended .inner ul li dd span {
  display: block;
  text-align: right;
  color: #a40000
}

.recommended .inner ul li dd {
  background: url(/sp/images/committed/committed-bg01.png)no-repeat center bottom
}

.recommended .inner ul li:last-child dd {
  background: url(/sp/images/committed/committed-bg02.png)no-repeat center bottom
}

.lunch-dinner .inner .menu-list dl h3:after {
  content: "";
  background: url(/sp/images/common/h3-border.png)no-repeat;
  width: 100%;
  height: 10px;
  background-size: 100%;
  position: absolute
}

.lunch-dinner .inner .menu-list dl h3 .price {
  display: block;
  color: #a40000;
  text-align: left
}

.affordable {
  background: url(/sp/images/lunch/affordable-bg.png)no-repeat;
  background-attachment: fixed;
  margin-bottom: 0
}

.affordable h3 {
  text-align: center;
  color: #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff
}

.affordable h3 span {
  display: block;
  color: #e2cfa8
}

.affordable ul li dt {
  border-bottom: double
}

.affordable ul li dd span {
  display: block;
  text-align: right;
  color: #a40000
}

.affordable ul li {
  background: #fff
}

.dinner-menu {
  background: url(/sp/images/dinner/dinner-menu-bg.png);
  background-attachment: fixed
}

.dinner-menu h3 {
  text-align: center;
  border-top: solid 1px #503b31;
  border-bottom: solid 1px #503b31
}

.dinner-menu span {
  color: #b89e70;
  display: block
}

.dinner-menu p {
  text-align: center
}

.dinner-menu h4 {
  border-bottom: double 3px;
  text-align: left
}

.dinner-menu ul li dl {
  width: 100%;
  flex-wrap: wrap
}

.dinner-menu ul li dl dd {
  color: #a40000;
  border-bottom: dotted 1px
}

.first-course-text {
  background: url(/sp/images/course/first-course-text-bg.png)no-repeat center top;
  background-size: cover;
  z-index: 1;
  position: relative
}

.first-course h4:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent 0, #a6937c 50%, #a6937c 50%, transparent 100%)
}

.course {
  margin-bottom: 0
}

.course02 {
  background: url(/sp/images/course/course-bg.png)no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
  clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
  margin-bottom: 0
}

.course, .course02 li dl h4 {
  position: relative
}

.course02 li dl h4 span {
  display: block
}

.course02 li dl h4 .price {
  color: #a40000
}

.course02 li dl h4:after {
  content: "";
  background: url(/sp/images/common/h3-border.png)no-repeat;
  width: 100%;
  height: 10px;
  background-size: 100%;
  position: absolute
}

.info-box table {
  text-align: left
}

.info-box table tr {
  padding-bottom: 20px;
  border-bottom: solid 1px #3a3a3a
}

.info-box table th {
  vertical-align: middle
}

.info-box table tr:not(:first-child) {
  padding-top: 20px
}

.reserve {
  background: url(/sp/images/common/reserve-bg01.png)no-repeat left top, url(/sp/images/common/reserve-bg02.png)no-repeat right bottom;
  background-color: #fff;
  margin-bottom: 0
}

.reserve .inner {
  background: url(/sp/images/common/reserve-bnr-bg.png)no-repeat center top;
  background-size: cover;
  text-align: center
}

.reserve .inner h4:before {
  content: url(/sp/images/common/crown-img.png);
  display: block
}

.reserve .inner h4:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff00 0, #000 50%, #000 50%, #ffffff00 100%);
  margin-top: 10px
}

.reserve .inner .btn {
  background: #3b2f16;
  display: flex;
  align-items: center;
  color: #eae7da
}

.news article, .sitemap-list li {
  padding: 20px 0;
  border-bottom: dotted 1px #564236
}

.news article a {
  display: flex
}

.news article .post-info-wrap {
  margin-right: 30px
}

.news .center {
  text-align: center
}

.news article .styled-title01 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.pagenation {
  margin: 20px 0;
  text-align: center;
  color: #999;
  font-size: 0;
  letter-spacing: 0
}

.pagenation li {
  width: 26px;
  height: 30px;
  margin: 0 2px;
  line-height: 30px;
  color: #999;
  font-size: 13px;
  background: #aaa;
  vertical-align: top;
  display: inline-block
}

.pagenation li>* {
  color: #fff;
  text-decoration: none;
  vertical-align: baseline;
  width: 100%;
  height: 100%
}

.pagenation li>a {
  display: block
}

.pagenation li.current, .pagenation li:hover {
  background: #799751
}

  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  .header-logo {
    position: absolute;
    left: 0;
    top: 10px;
    width: 23%;
  }
  .header-inner .inner {
    width: 100%;
    justify-content: flex-end;
    padding: 10px 0 0;
  }
  .header-inner ul {
    display: flex!important;
    justify-content: flex-end!important;
  }
  .header-inner ul li {
    border-left: solid 1px #a0a0a0!important;
    text-align: center;
    width: 60px!important;
    font-size: .5rem!important;
    background: 0 0!important;
    box-sizing: border-box;
  }
  .header-inner>ul>li>a {
    margin: 10px 15px;
    display: block;
    color: #4b4b4b;
    font-size: 0;
  }
  .header-inner ul li img {
    width: 20px;
    margin: 0 auto;
    display: block;
  }
  .header-inner ul li p {
    font-size: .5rem;
    margin-top: 5px;
  }
  .header-nav ul li {
    width: 20%;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .header-inner .inner ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .header-inner .inner ul li:nth-child(1) span {
    display: none;
  }
  .header-nav ul li:not(:last-child) {
    border-right: solid 1px #cfc4b8;
  }
  .header-nav ul li a {
    display: block;
    padding: 10px 0;
  }
  .header-nav ul li img {
    height: 30px;
  }
  .header-nav ul li p {
    font-size: .5rem;
    line-height: 1;
  }
  .main-visual ul li img {
    object-fit: cover;
  }
  .main-catch {
    top: 71px;
  }
  .lower .header-visual-wrap {
    height: 80vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub-visual {
    width: 80%;
    margin-top: 71px;
    padding: 20px 0;
    background-size: 100% 100%;
    line-height: 1;
  }
  .sub-visual h2 {
    width: 80%;
    font-size: 2rem;
    padding-bottom: 10px;
    margin: 0 auto 10px;
  }
  .sub-visual p {
    font-size: .7rem;
  }
  .styled-dl01 dt {
    width: 5%;
    font-size: 0;
  }
  .styled-dl01 dd {
    width: 90%;
    padding-left: 5%;
  }
  .styled-dl01 dd:nth-of-type(3), .styled-dl01 dd:nth-of-type(4) {
    width: 40%;
  }
  .styled-dl01 dd {
    font-size: .8rem;
  }
  .breadcrumbs-list {
    display: none;
  }
  .lower .page-body {
    background: 0;
  }
  .lower-bg {
    background: url(/sp/images/common/sub-bg.jpg)no-repeat center top;
    background-size: cover;
  }
  .sns-link {
    margin-top: 10px;
    display: flex;
    width: 95%;
    margin: 0 auto;
    justify-content: space-around;
  }
  .sns-link li {
    width: 24%;
  }
  .top-topic-list a {
    display: block;
    width: 40%;
  }
  .tab-group {
    width: 75%;
  }
  .panel-group {
    padding: 0 5% 20px;
  }
  .menu-box {
    padding: 45px 0 0;
  }
  .panel-group .slick-prev {
    left: 1%;
  }
  .panel-group .slick-next {
    right: 1%;
  }
  .tab-panel .center {
    font-size: 1.2rem;
  }
  .menu-box li img {
    width: 40%;
    height: 100%;
  }
  .menu-box li dl {
    width: 100%;
  }
.menu-box li h4 {
    font-size: 1rem;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}
  .menu-box li h4, .menu-box li p {
	 display: block;
    overflow: hidden;
  }
  .menu-box li p {
    font-size: .7rem;
    -webkit-line-clamp: 3;
  }
  .menu-box li span {
    font-size: 1rem;
  }
  .tab {
    width: 25%;
    box-sizing: border-box;
    padding: 15px 0;
  }
  .section01 .section-content {
    margin: 10px 2%;
  }
  .section02 {
    padding: 70px 3% 85px;
    background: 0;
  }
  .section02:after {
    z-index: -1;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(/sp/images/top/sec01_bg.png)no-repeat left top/40%, url(/sp/images/top/sec01_bg.png)no-repeat right bottom/40%;
  }
  .hide-text {
    display: none;
  }
  button.readmore {
    font-family: Noto Serif JP;
    position: relative;
    width: 90px;
    margin: 10px auto 0;
    display: block;
    background-color: transparent;
    color: #666;
    padding-bottom: 40px;
    border: 0;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
  }
  button.readmore:after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 28px;
    top: 25px;
    transition: .5s;
    -erbkit-transition: .5s;
  }
  button.readmore:hover:after {
    top: 40px;
  }
  .on-click {
    color: transparent!important;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
  }
  button.readmore.on-click:hover:after {
    top: 0;
  }
  .top-topic-list li h3 {
    font-size: .7rem;
  }
  .section03 {
    padding: 25px 0;
  }
  .section03 .section-content h3 {
    font-size: 1.2rem;
    line-height: 1;
  }
  .section03 .section-content h3:before {
    transform: scale(.5);
    display: inline-block;
    margin-right: 10px;
  }
  .section03 .section-content ul li {
  }
  .section03 .slick-prev {
    left: 5%;
  }
  .section03 .slick-next {
    right: 5%;
  }
  .section04 {
    padding: 75px 3%;
  }
  .section04 .bg-leaf {
    width: 100%;
  }
  .section04 .bg-leaf:after, .section04 .bg-leaf:before {
    transform: scale(.7);
  }
  .section04 .bg-leaf:before {
    top: -17%;
  }
  .section04 .bg-leaf:after {
    bottom: -17%;
    transform: scale(.7)rotate(180deg)
  }
  .section04 .inner {
    padding: 20px 4% 20px;
  }
  .section04 .inner .news-ttl h3 {
    font-size: 1.5rem;
  }
  .section04 .inner .news-ttl h3:after {
    font-size: 1rem;
  }
  .section04 .inner .news-ttl p {
    padding: 5px 10px;
    font-size: .7rem;
  }
  .section04 .inner ul {
    height: 25vh;
    overflow-y: scroll;
  }
  .section04 .inner ul::-webkit-scrollbar {
    width: 10px;
  }
  .section04 .inner ul::-webkit-scrollbar-thumb, .section04 .inner ul::-webkit-scrollbar-track {
    background: #ddd;
  }
  .section04 .inner ul li a {
    margin: 20px 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .7rem;
  }
  .section05 {
    background-size: 40%;
    background-position: left -5%, right bottom -5%;
  }
  .section05 .inner {
    padding: 55px 0 95px;
  }
  .section05 .inner h3:after, .section05 .inner h3:before {
    background: 0;
    content: url(/sp/images/top/shop_icon.png);
    position: absolute;
    display: block;
  }
  .section05 .inner h3:before {
    left: -5%;
  }
  .section05 .inner h3:after {
    right: -5%;
  }
  .section05 .inner h3 {
    font-size: 2rem;
    width: 60%;
    margin: 0 auto;
  }
  .section05 .inner h3 span {
    font-size: 1rem;
  }
  .section05 .inner .shop-info {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .section05 .inner .shop-info table {
    width: 95%;
    margin: 60px 2.5% 0;
    font-size: .8rem;
  }
  .section05 .inner .shop-info table th {
    width: 23vw
  }
  .footer-nav ul {
    flex-wrap: wrap;
    font-size: 0;
  }
  .footer-nav ul li {
    font-size: 1rem;
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #d1c0a5;
    background: linear-gradient(to bottom, #fcf9f6, #f3edde);
    position: relative;
    z-index: 2;
  }
  .footer-nav ul li:nth-child(odd) {
    border-right: 1px solid #d1c0a5;
  }
  .footer-nav ul li a {
    display: block;
    padding: 20px 0;
  }
  .footer-inner h4 {
    margin-bottom: 25px;
  }
  .footer-inner h4 img {
    width: 20%;
  }
  .footer-inner {
    padding: 40px 0 20px;
  }
  .footer-inner .footer-tel {
    font-size: 1rem;
    margin: 20px 0;
    position: relative;
    z-index: 2;
  }
  .footer-inner .footer-tel span, .footer-inner .footer-tel:first-letter {
    font-size: 2rem;
  }
  .footer-inner .footer-tel span {
    margin-left: 20px;
  }
  .footer-inner .footer-tel a {
    color: #f7f3e3;
  }
  footer .footer-copyright {
    padding: 20px 0 100px;
    font-size: .8rem;
  }
  .follow-navi {
    z-index: 3;
    border-top: solid 1px #815e50;
    border-bottom: solid 1px #815e50;
    background: #fcf0da;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .follow-navi ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 90%;
    margin: 10px 5%;
  }
  .follow-navi ul li:nth-child(1) {
    font-size: 0.8rem;
    margin-right: auto;
  }
  .follow-navi ul li:nth-child(1) span, .follow-navi ul li:nth-child(1):first-letter {
    font-size: 1.3rem;
  }
  .follow-navi ul li:nth-child(2), .follow-navi ul li:nth-child(3) {
    font-size: .5rem;
    border-radius: 10px;
    border: solid 1px #1c0a03;
    text-align: center;
    box-sizing: border-box;
  }
  .follow-navi ul li:nth-child(2) img, .follow-navi ul li:nth-child(3) img {
    width: 20px;
  }
  .follow-navi ul li:nth-child(2) a, .follow-navi ul li:nth-child(3) a {
    display: block;
    padding: 10px;
  }
  .follow-navi ul li:nth-child(2) {
    background-image: -moz-linear-gradient(90deg, #3a170a 0, #542a1a 59%, #3a170a 99%);
    background-image: -webkit-linear-gradient(90deg, #3a170a 0, #542a1a 59%, #3a170a 99%);
    background-image: -ms-linear-gradient(90deg, #3a170a 0, #542a1a 59%, #3a170a 99%);
    color: #fff8ea;
  }
  .follow-navi ul li:nth-child(2) a {
    padding: 10px;
    color: #fff8ea;
    word-break: keep-all;
  }
  .follow-navi ul li:nth-child(3) {
    background: #fff8eb;
    margin-left: 1%;
  }
  .committed {
    padding: 65px 5% 95px;
    margin-bottom: 0;
  }
  .menu-list p img {
    position: relative;
    margin: 50px 0;
    width: 100%;
  }
  .menu-list:nth-child(even) p img {
    left: -5%;
  }
  .menu-list dl h3 {
    font-size: 1.2rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .menu-list dl h3 span {
    font-size: 1.5rem;
  }
  .menu-list dl h3:before {
    width: 25%;
    left: -5%;
  }
  .menu-list dl dd p {
    font-size: .8rem;
  }
  .recommended .inner {
    background: url(/sp/images/committed/sp-recommended-border.png)no-repeat center top;
    background-size: 100% 100%;
    padding: 105px 7.5% 5pc;
  }
  .recommended .inner h3 {
    font-size: 1.5rem;
    padding: 20px 0;
    margin-bottom: 60px;
  }
  .recommended .inner h3 span {
    font-size: .7rem;
  }
  .recommended .inner ul li h4 {
    font-size: 1.5rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .recommended .inner ul dd img {
    width: 100%;
    height: auto;
  }
  .recommended .inner ul dd p {
    margin-top: 40px;
    font-size: .8rem;
  }
  .recommended .inner ul li dd span {
    margin: 40px 0 90px;
  }
  .recommended .inner ul li dd {
    background-size: 60%;
  }
  .lunch-dinner {
    padding: 65px 5% 95px;
    margin-bottom: 0;
  }
  .lunch-dinner .menu-list dl h3 {
    font-size: 2rem;
  }
  .lunch-dinner .menu-list dl h3 span {
    color: #3a3a3a;
    margin-left: 15px;
    font-size: .7rem;
  }
  .lunch-dinner .menu-list dl h3 .price {
    margin: 10px 0;
    font-size: 1rem;
  }
  .lunch-dinner .menu-list dl h3:before {
    content: none;
  }
  .lunch-dinner .inner .menu-list dl h3:after {
    content: "";
    background: url(/sp/images/common/h3-border.png)no-repeat;
    width: 100%;
    height: 10px;
    background-size: 100% 100%;
  }
  .affordable {
    padding: 95px 2.5% 200px;
    background: 0;
  }
  .affordable:after {
    z-index: -1;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(/sp/images/lunch/affordable-bg.png)center/cover no-repeat;
    -webkit-background-size: cover;
  }
  .affordable h3 {
    margin-bottom: 50px;
    font-size: 2rem;
    padding: 20px 0;
  }
  .affordable h3 span {
    font-size: .7rem;
  }
  .affordable ul li {
    margin-bottom: 40px;
  }
  .affordable ul li img {
    width: 100%;
    height: auto;
  }
  .affordable ul li dl {
    padding: 40px 5% 35px;
  }
  .affordable ul li dt {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .affordable ul li dd p {
    font-size: .7rem;
  }
  .dinner-menu {
    padding: 85px 2.5%;
    margin-bottom: 0;
    background: 0;
  }
  .dinner-menu:after {
    z-index: -1;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(/sp/images/dinner/dinner-menu-bg.png)center/cover no-repeat;
    -webkit-background-size: cover;
  }
  .dinner-menu h3 {
    font-size: 1.5rem;
    padding: 20px 0;
  }
  .dinner-menu h3 span {
    font-size: .7rem;
  }
  .dinner-menu p {
    font-size: .8rem;
    margin: 20px 0 50px;
  }
  .dinner-menu h4 {
    font-size: 1.2rem;
    padding-bottom: 10px;
  }
  .dinner-menu ul li {
    margin-bottom: 30px;
  }
  .dinner-menu ul li dl {
    font-size: 0;
  }
  .dinner-menu ul li dl dt {
    width: 80%
  }
  .dinner-menu ul li dl dd {
    width: 20%
  }
  .dinner-menu ul li dl dd, .dinner-menu ul li dl dt {
    padding: 10px 0;
    border-bottom: dotted 1px;
    display: inline-block;
    font-size: .8rem
  }
  .course {
    padding: 65px 0 0
  }
  .course img {
    width: 100%
  }
  .first-course h4 {
    text-align: center;
    font-size: 1.3rem
  }
  .first-course span {
    display: block
  }
  .first-course h4 .price {
    font-size: 1rem;
    color: #a40000
  }
  .first-course h4:after {
    width: 50%;
    margin: 20px auto
  }
  .first-course-text {
    background-size: 100% 100%;
    padding: 40px 5%;
    line-height: 1;
    font-size: .8rem
  }
  .first-course-text p {
    margin-bottom: 20px
  }
  .course02 {
    z-index: -1;
    padding: 75pt 0;
    margin-top: -30px;
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
    background: 0
  }
  .course02:before {
    z-index: -1;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(/sp/images/course/course-bg.png)center/cover no-repeat;
    -webkit-background-size: cover
  }
  .course02 .inner {
    margin: 0 5%
  }
  .course02 li dl h4 {
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 30px 0
  }
  .course02 li dl h4 .price {
    margin: 10px 0 20px
  }
  .course02 li dl h4 span {
    font-size: 1rem
  }
  .course02 li dl dd {
    padding-top: 10px;
    margin-bottom: 30px
  }
  .info {
    font-size: 0;
    margin-bottom: 0;
    padding-top: 65px
  }
  .info-bg {
    background: 0
  }
  .info-bg img {
    width: 90%;
    margin-left: auto
  }
  .info-box {
    margin: 0 5% 60px
  }
  .info-box table {
    font-size: .8rem;
    width: 100%
  }
  .info-box table td, .info-box table th {
    padding: 20px 0
  }
  .info-box table th {
    width: 25%;
    padding-left: 5%
  }
  .info iframe {
    height: 30vh
  }
  .reserve {
    padding: 70px 2.5%;
    background-size: 50% auto, 50% auto
  }
  .reserve .inner {
    border: #d1c0a5;
    box-sizing: border-box;
    background: url(/sp/images/common/sp-reserve-bnr-bg.png)no-repeat center top;
    background-size: cover;
    padding: 20px 0 30px;
  }
  .reserve .inner h4 {
    width: 75%;
    margin: 0 auto 20px;
    font-size: 1.5rem;
    line-height: 1
  }
  .reserve .inner h4:before {
    transform: scale(.7);
    margin-bottom: 10px
  }
  .reserve .inner p {
    font-size: .8rem;
    margin: 20px 0;
  }
  .reserve-menu li:nth-child(1), .reserve-menu li:nth-child(2) {
    display: none
  }
  .reserve .inner .btn {
    width: 50%;
    margin: 0 auto
  }
  .reserve .inner .btn a {
    color: #eae7da;
    width: 100%;
    font-size: .7rem;
    display: block;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
  }
  .reserve .inner .btn img {
    width: 15px;
    margin-right: 5px
  }
  .contact, .news, .privacy, .sitemap {
    padding: 65px 5% 50px;
    margin-bottom: 0
  }
  #nav-circle-bg {
    z-index: 3;
    position: fixed;
    background: #fffc;
    width: 150%;
    height: 50pc;
    top: 50%;
    right: -150%;
    margin-top: -300px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transition-delay: .45s;
    transition-delay: .45s
  }
  .open #nav-circle-bg {
    transform: matrix(2.7, 0, 0, 2.7, 0, 0);
    transition-delay: 0
  }
  #nav {
    z-index: 4;
    position: fixed;
    height: 100%;
    width: 100%;
    right: -100%;
    display: flex;
    align-items: center
  }
  #nav ul {
    width: 100%;
    list-style: none;
    font-size: 0;
    letter-spacing: -0.2em;
  }
  #nav li {
    transition: transform .5s ease;
    transition-delay: 0;
    display: inline-block;
    margin: 0 1em 0 0;
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  #nav ul {
    max-width: 80vw;
    display: block;
  }
  #nav li a:before {
  content: ">";
  }
  #nav li {
    transition-delay: .1s
  }
  .open #nav li {
    transform: translateX(-90vw)
  }
  .open #nav li {
    transition-delay: .2s
  }
  #nav a {
    width: 100%;
    display: block;
    color: #333;
    text-decoration: none;
    padding: 5px 0
  }
  #nav a:after {
    content: "";
    display: block;
    background: #d32222;
    width: 0;
    height: 1px;
    transition: width 1s ease
  }
  #nav a:hover {
    color: #d32222
  }
  #nav a:hover:after {
    width: 100%
  }
  #nav-toggle {
    cursor: pointer
  }
  #nav-toggle>div {
    position: relative
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #ddd;
    position: absolute;
    transition: .35s ease-in-out
  }
  #nav-toggle span:nth-child(1) {
    top: 0
  }
  #nav-toggle span:nth-child(2) {
    top: 7px
  }
  #nav-toggle span:nth-child(3) {
    top: 14px
  }
  .open #nav-toggle span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg)
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%
  }
  .open #nav-toggle span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg)
  }

/* ==================================================
タイトル
================================================== */


.ttl01 {
	font-family: Noto Serif JP;
    background: 
		url(/sp/images/top/icon01.png)no-repeat,
		url(/sp/images/top/pat01.png);
    background-position-y: center;
    font-size: 24px;
    color: white;
    padding: 10px;
    letter-spacing: 0.1em;
    font-weight: 600;
	background-position-x: 95%;
	letter-spacing: 0.15em;
}
.ttl02{
	font-family: Noto Serif JP;
	text-align: center;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.ribbon1 {
	font-family: Noto Serif JP;
	letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  height: 30px;/*リボンの高さ*/
  line-height: 30px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #f57a78;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}
.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 15px 0px 15px 10px;
  border-color: transparent transparent transparent #ece2d0;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 15px 10px 15px 0px;
  border-color: transparent #ece2d0 transparent transparent;
  border-style: solid;
}


.ribbon2 {
	letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  height: 30px;/*リボンの高さ*/
  line-height: 30px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #f57a78;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}
.ribbon2:before, .ribbon2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon2:before {
  top: 0;
  left: 0;
  border-width: 15px 0px 15px 10px;
  border-color: transparent transparent transparent white;
  border-style: solid;
}

.ribbon2:after {
  top: 0;
  right: 0;
  border-width: 15px 10px 15px 0px;
  border-color: transparent white transparent transparent;
  border-style: solid;
}


	.ttl01{
		font-size: 24px;
	}
		.ttl02{
		font-size: 24px;
	}
	
	.ribbon1 {
  height: 16px;/*リボンの高さ*/
  line-height: 16px;/*リボンの高さ*/
  padding: 0 20px;/*横の大きさ*/
  font-size: 13px;/*文字の大きさ*/
}
	
.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 8px 0px 8px 6px;
  border-color: transparent transparent transparent #ece2d0;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 8px 6px 8px 0px;
  border-color: transparent #ece2d0 transparent transparent;
  border-style: solid;
}
	
.ribbon2 {
  height: 16px;/*リボンの高さ*/
  line-height: 16px;/*リボンの高さ*/
  padding: 0 20px;/*横の大きさ*/
  font-size: 13px;/*文字の大きさ*/
}
	
.ribbon2:before {
  top: 0;
  left: 0;
  border-width: 8px 0px 8px 6px;
  border-color: transparent transparent transparent #ece2d0;
  border-style: solid;
}

.ribbon2:after {
  top: 0;
  right: 0;
  border-width: 8px 6px 8px 0px;
  border-color: transparent #ece2d0 transparent transparent;
  border-style: solid;
}



/* ==================================================
レイアウト
================================================== */
.center{
	text-align: center;
	margin: 0 auto;
}

/* ==================================================
要素の横並び（2つパターン）
================================================== */
.gallery-list03 {
	display: flex;
	flex-wrap: wrap;
}

.gallery-list03 li {
	width: calc((100% - 120px) / 2);
	margin: 0 45px 40px 0;
}

.gallery-list03 li:nth-child(2n) {
	margin-right: 0;
}


	.gallery-list03 li {
		width: calc((100% - 5px) / 2);
		margin: 0 5px 5px 0;
	}

	.gallery-list03 li:nth-child(2n) {
		margin-right: 0;
	}
table.sub {
  width: 100%;
}
table.sub th {
  background: #f6ecd9;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 1rem;
  text-align: left;
}
table.sub td {
  background: #fff;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 0.8rem;
  text-align: left;
}
table.sub td.price {
  text-align: right;
  color: #a40000;
  font-size: 1rem;
}
.menu-list dl h3.midasi01 {
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0 0 20px;
    text-align: center;
}
.menu-list dl h3.midasi01:before {
    content: "";
    background: url(/sp/images/common/h3-border.png)no-repeat;
        background-size: auto;
    width: 100%;
    height: 10px;
    background-size: 100%;
    position: absolute;
    border: none;
    left: 0;
    bottom: -10px;
}
.photo_area {
  position: relative;
}
.photo_area:before {
  content:"";
  display: block;
  padding-top: 50%;
}
.photo_area > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.photo_area img:nth-child(1) {
  left: -5%;
  bottom: 0;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 55vw;
  max-height: 55vw;
  position: absolute;
}
.photo_area img:nth-child(2) {
  right: -5%;
  top: 0;
  z-index: 0;
  width: auto;
  height: auto;
  max-width: 55vw;
  max-height: 55vw;
  position: absolute;
}
/* ==================================================
ul.photo_list01
================================================== */
ul.photo_list01 {
  font-size: 0;
  letter-spacing: -0.2em;
  text-align: center;
}
ul.photo_list01 > li {
    font-size: 1rem;
    width: calc((99.99% - 10px) / 2);
    margin: 0 10px 10px 0;
    vertical-align: top;
    letter-spacing: normal;
    display: inline-block;
  }
  ul.photo_list01 > li:nth-child(2n) {
    margin-right: 0;
  }
  ul.photo_list01 > li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
/* ▲ ul.photo_list01 ▲ */
table.sub02 {
  width: 100%;
}
table.sub02 tr:nth-child(2n - 1) {
  background: #f6ecd9;
  padding: 10px;
  display: block;
}
table.sub02 tr:nth-child(2n) {
  background: #fff;
  padding: 10px;
  display: block;
}
table.sub02 th {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0;
  font-size: 1rem;
  text-align: left;
}
table.sub02 th {
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
table.sub02 td {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0;
  font-size: 0.8rem;
  text-align: left;
  border-top: 1px solid;
}
table.sub02 th p:nth-child(1) {
  font-size: 1rem;
  max-width: calc(99.99% - 80px);
  padding-left: 1em;
  text-indent: -1em;
}
/*table.sub02 th p:nth-child(1):before {
  content: "■";
  color: #a40000;
}*/
table.sub02 th .price {
  text-align: right;
  color: #a40000;
  font-size: 1rem;
}
/* ▼ slider設定 ▼ */
.move {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.move li a {
  display: block;
}
.move li .title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 3px double #ffa358;
}
.move .slick-prev,
.move .slick-next {
  width: 40px !important;
  height: 100% !important;
  z-index: 1000;
  background: rgba(255,255,255,0.5) !important;
  border-radius: inherit !important;
  top: 50%;
}
.move .slick-prev:before {
  color: #4e2213 !important;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 40px !important;
}
.move .slick-next:before {
  color: #4e2213 !important;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 40px !important;
}
  .move .slick-prev {
    left: 0 !important;
  }
  .move .slick-next {
    right: 0 !important;
  }

/* ▲ slider設定 ▲ */
.tab-panel .slick-prev,
.tab-panel .slick-next {
  display: none !important;
}
/* ==================================================
.photo
================================================== */
.photo {
  display: block;
  position: relative;
}
.photo:before {
  display: block;
  content: "";
  padding-top: 100%;/* 縦横比を指定 */
}
.photo > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
/* ==================================================
ul.case_list
================================================== */
  ul.case_list {
    font-size: 0;
    letter-spacing: -0.2em;
  }
  ul.case_list > li {
    font-size: 0.8rem;
    width: calc((99.99% - 10px) / 2);
    margin: 0 10px 20px 0;
    vertical-align: top;
    letter-spacing: normal;
    display: inline-block;
  }
  ul.case_list > li p {
    margin-top: 10px;
  }
  ul.case_list > li:nth-child(2n) {
    margin-right: 0;
  }
  ul.case_list > li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
/* ▲ ul.case_list ▲ */
select,
textarea,
input[type="tel"],
input[type="num"],
input[type="text"],
input[type="email"],
input[type="password"] {
  width: 100%;
  box-sizing: border-box;
}
/* 郵便番号*/
#pc01,
#pc02 {
  width: 80px;
}
.captcha-wrap {
  width: 100% !important;
  text-align: center;
}
.captcha-wrap img {
  width: inherit;
  height: inherit;
}