@charset "UTF-8";

*,*::before,*::after { box-sizing: border-box; }
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; vertical-align:baseline; background:transparent; }
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; color: inherit; transition: background-color .2s ease-in-out; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
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; }
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
img { max-width: 100%; vertical-align: bottom; }
sup { font-size: 0.688em; vertical-align: top; }
sub { font-size: 0.688em; vertical-align: baseline; }


html { font-size: 3.57vw; }
@media (min-width: 813px) {
  html { font-size: 100%; }
}
body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }


.iv[class*="iv-fade"] {
  opacity: 0; }

section {
  position: relative; }

.container {
  width: 100%;
  max-width: 100%;
  padding-right: 1em;
  padding-left: 1em;
  margin-right: auto;
  margin-left: auto;
}
@media(min-width:813px){
  .container {
    max-width: 750px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media(min-width:992px){
  .container { max-width: 960px; }
}


/* --------------------
   media query
-------------------- */
@media (max-width: 812px) {
  .pc { display: none; }
}
@media (min-width: 813px) {
  .sp { display: none; }
}

/* --------------------
   font
-------------------- */
.ZenMaruGothic{
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 500;
  letter-spacing: -0.04em;
}

/* --------------------
   .obj
-------------------- */
.obj {
  position: absolute;
}
.obj img { 
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.f1 {
  width: 37.5%;
  top: -8vw;
  left: -9%;
}
.f2 {
  width: 40.5%;
  top: -3vw;
  right: -12%;
}
@media (min-width: 813px) {
  .f1 {
    width: 20em;
    top: -12%;
    left: auto;
    right: calc(50% + (690px/2) - 10em);
  }
  .f2 {
    width: 22em;
    top: -6%;
    right: auto;
    left: calc(50% + (690px/2) - 10em);
  }
}
@media (min-width: 992px) {
  .f1 {
    width: 28em;
    top: -12%;
    right: calc(50% + (900px/2) - 8.5em);
  }
  .f2 {
    width: 30em;
    top: -2%;
    left: calc(50% + (900px/2) - 12.5em);
  }
}


.f3 {
  width: 18%;
  bottom: -4%;
  left: 1%;
  z-index: 10;
}
.f4 {
  width: 27%;
  top: -4%;
  right: 1.5%;
  z-index: 10;
}
@media (min-width: 813px) {
  .f3 {
    width: 12em;
    height: 36em;
    bottom: -10%;
    left: auto;
    right: calc(50% + (690px/2) - 3.5em);
  }
  .f4 {
    width: 16em;
    height: 16em;
    top: 54%;
    right: auto;
    left: calc(50% + (690px/2) - 4.5em);
  }
}
@media (min-width: 992px) {
  .f3 {
    width: 14.68em;
    height: 45.75em;
    bottom: -55%;
    right: calc(50% + (900px/2) - 2em);
  }
  .f4 {
    width: 20em;
    height: 22.875em;
    top: 20%;
    left: calc(50% + (900px/2) - 6.5em);
  }
}



/* --------------------
   Almond
-------------------- */
.as1 {
  width: 21%;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.as2 {
  width: 21%;
  top: 22%;
  right: 0;
  z-index: 10;
}
.as3 {
  width: 21%;
  top: -7%;
  right: 0;
  z-index: 10;
}
.as4 {
  width: 19%;
  top: 10%;
  right: 0;
  z-index: 10;
}
.as5 {
  width: 24%;
  top: 32%;
  left: -6%;
  z-index: 10;
}
.as6 {
  width: 29%;
  bottom: -10%;
  left: 0;
  z-index: 10;
}
.as7 {
  width: 16%;
  top: 54%;
  right: 0;
}



@media (min-width: 813px) {
  .ap1 {
    width: 22em;
    top: -62%;
    right: calc(50% + (690px/2) - 3em);
  }
  .ap2 {
    width: 20em;
    top: -28%;
    left: calc(50% + (690px/2) - 3em);
  }
  .ap3 {
    width: 14em;
    top: -18%;
    left: calc(50% + (690px/2) - 6em);
    z-index: 10;
  }
  
  .ap5 {
    width: 8em;
    top: -3%;
    z-index: 10;
    right: calc(50% + (690px/2) - 9em);
  }
  .ap6 {
    width: 16em;
    bottom: -30%;
    z-index: 10;
    right: calc(50% + (690px/2) - 4em);
  }
  .ap7 {
    width: 13em;
    top: -20%;
    left: calc(50% + (690px/2) - 1em);
  }
  .ap8 {
    width: 16em;
    bottom: -30%;
    right: calc(50% + (690px/2) - 4em);
  }
  .ap9 {
    width: 10em;
    bottom: -65%;
    left: calc(50% + (690px/2) + 1em);
  }
}
@media (min-width: 992px) {
  .ap1 {
    width: 34em;
    top: -78%;
    right: calc(50% + (900px/2) - 1.5em);
  }
  .ap2 {
    width: 25em;
    top: -86%;
    left: calc(50% + (900px/2));
  }
  .ap3 {
    width: 22em;
    top: -34%;
    left: calc(50% + (900px/2) - 6em);
  }
  
  .ap5 {
    width: 12em;
    top: -6%;
    right: calc(50% + (900px/2) - 12em);
  }
  .ap6 {
    width: 25em;
    bottom: -55%;
    right: calc(50% + (900px/2) - 6em);
  }
  .ap7 {
    width: 20em;
    top: -85%;
    left: calc(50% + (900px/2) - 1em);
  }
  .ap8 {
    width: 22em;
    bottom: -40%;
    right: calc(50% + (900px/2) - 6em);
  }
  .ap9 {
    width: 14em;
    bottom: -45%;
    left: calc(50% + (900px/2) + 4em);
  }
}

/* ====================================
   Header
==================================== */
#header {
  position: relative;
  z-index: 100;
}
#header nav ul {
  list-style: none;
  display: flex;
  text-align: center;
}
#header nav ul li {
  flex-basis: 100%;
}
#header nav ul li a {
  display: block;
  font-size: .714rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  padding: .7em 0;
  color: #FFF;
}
#header nav ul li:nth-of-type(1) a {
  background-color: #004A28;
}
#header nav ul li:nth-of-type(2) a {
  background-color: #AF9125;
}
#header nav ul li:nth-of-type(3) a {
  background-color: #A40001;
}


@media (min-width: 813px) {
  #header nav ul li a {
    font-size: 1.125rem;
  }
}


/* ====================================
   Main
==================================== */
#main {
  background: url(../images/bg_sp.jpg) no-repeat center top -1.2em / 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 813px) {
  #main {
    background: url(../images/bg.jpg) no-repeat center top / cover;
  }
}
@media (min-width: 992px) {
  #main {
    background-size: 100%;
  }
}

/* ====================================
   Top
==================================== */
#top .catch {
  position: relative;
  padding-top: 6.25em;
}
#top .catch-img {
  width: 23%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 4%;
  margin: 0 auto;
}
#top .catch-img img {
  display: block;
  margin-left: -10%;
}
#top .top-title {
  max-width: 92%;
  margin: 0 auto;
}
#top .close {
  color: #440306;
  font-size: .938rem;
  line-height: 1.5;
  text-align: center;
  margin-top: .5em;
}
@media (max-width: 812px) {
  #top .catch {
    margin: 0 -1%;
  }
}
@media (min-width: 813px) {
  #top .catch {
    padding-top: 10em;
  }
  #top .catch {
    max-width: 33.875rem;
    margin: 0 auto .5rem;
  }
  #top .catch-img {
    width: 27.859%;
    bottom: 2%;
  }
  #top .top-title {
    max-width: 85.3334%;
  }
  #top .close {
    margin-top: 1em;
  }
  #top .top-date {
    max-width: 95%;
    margin: 1rem auto 3rem;
  }
}



/* --------------------
   .box
-------------------- */
.box {
  max-width: 82vw;
  color: #440306;
  background-color: #FFF;
  margin: 1em auto 2em;
  padding: 1.5em 2em;
  line-height: 1.5;
  position: relative;
}
.box::before,
.box::after {
  content: '';
  display: block;
  width: 5.75rem;
  height: 8.625rem;
  position: absolute;
}
.box::before {
  border-top: 2px solid #221815;
  border-left: 2px solid #221815;
  top: .5rem;
  left: .5rem;
}
.box::after {
  border-right: 2px solid #221815;
  border-bottom: 2px solid #221815;
  right: .5rem;
  bottom: .5rem;
}
@media (min-width: 813px) {
  .box {
    max-width: 100%;
    padding: 3em;
  }
  .box::before {
    border-top-width: 4px;
    border-left-width: 4px;
    top: 1rem;
    left: 1rem;
  }
  .box::after {
    border-right-width: 4px;
    border-bottom-width: 4px;
    right: 1rem;
    bottom: 1rem;
  }
}

/* --------------------
   .btn
-------------------- */
.btn {
  display: block;
  font-size: .929rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  padding: .75em .5em;
  margin: .75em auto;
  border-radius: 3em;
  background-color: #9A6950;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.btn > span {
  display: inline-block;
  padding-right: 1.5em;
  position: relative;
}
.btn > span::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .2em 0 .2em .4em;
  border-color: transparent transparent transparent currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.btn:hover {
  background-color: #440306;
}



/* ====================================
   About
==================================== */
#about {
  margin-top: 1.5rem;
}
#about .txtBox h2 {
  text-align: center;
  margin-bottom: .25em;
}
#about .txtBox p {
  font-size: 1.125rem;
  line-height: 1.6;
}
#about .imgBox {
  width: 5.4rem;
  position: absolute;
  bottom: 8rem;
  left: 15.5rem;
}
#about .btnBox {
  margin-top: 1rem;
  padding: 0 1rem;
}


@media (min-width: 813px) {
  #about .imgBox {
    width: 8rem;
    bottom: 1.25rem;
    left: 3rem;
  }
  #about .txtBox p {
    font-size: 1.063rem;
  }
  #about .btnBox {
    margin-top: 3rem;
    padding-right: 0;
    padding-left: 10rem;
  }
}
@media (min-width: 992px) {
  #about .txtBox h2 {
    text-align: left;
  }
  #about .imgBox {
    width: 11rem;
    bottom: 50%;
    left: 3rem;
    transform: translateY(52.5%);
  }
  #about .txtBox {
    padding-left: 13rem;
  }
  #about .txtBox p {
    font-size: 1.125rem;
  }
  #about .btnBox {
    margin-top: 1rem;
    padding-left: 12.5rem;
    display: flex;
  }
  #about .btnBox .btn {
    flex-basis: calc(50% - 1rem);
  }
}

/* ====================================
   present
==================================== */
#present .ttlBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#present .ttlBox .ttl {
  padding-top: .5rem;
  padding-left: 3rem;
  background: url(../images/icon-present.png) no-repeat left center / 2.5rem;
}
#present .ttlBox h2 {
  letter-spacing: 0;
  line-height: 1.75;
}
#present .ttlBox small {
  display: block;
}
#present .marker {
  text-align: center;
  margin: .75em 0;
}
#present .marker span {
  display: inline-block;
  background: linear-gradient(transparent 75%, #BBDCF4 75%);
}
#present .presentBox {
  margin: 2rem auto;
  position: relative;
}
#present .presentBox .txtBox {
  line-height: 1.35;
}
#present .presentBox .txtBox p {
  font-size: 1.25rem;
  letter-spacing: 0;
  font-weight: 700;
}
#present .presentBox .txtBox h3 {
  font-size: 1.75rem;
  letter-spacing: .06em;
  margin: .25em 0;
}
#present .presentBox .txtBox h3 small {
  font-size: .5em;
}
#present .presentBox .imgBox {
  width: 6rem;
  position: absolute;
  right: -1.25rem;
  bottom: 1.5rem;
}
#present .line {
  margin: .5rem auto;
}

@media (max-width: 812px) {
  #present .presentBox .txtBox {
    padding-left: .5rem;
  }
  #present .presentBox .txtBox p {
    text-align: center;
  }
}
@media (min-width: 813px) {
  #present .inner {
    max-width: 42rem;
    margin: 0 auto;
    position: relative;
  }
  #present .ttlBox h2 {
    font-size: 2.25rem;
  }
  #present .presentBox .imgBox {
    width: 9rem;
    right: 0;
    bottom: 0;
  }
  #present .line {
    margin: 1.5em auto 0;
  }
}
@media (min-width: 992px) {
  #present .presentBox .txtBox h3 {
    font-size: 2.125rem;
  }
}

/* ====================================
   recipe
==================================== */
#recipe {
  text-align: center;
  color: #FFF;
}
#recipe .txtBox {
  margin: 3rem 0;
  line-height: 2;
}
#recipe .txtBox h2 {
  margin-bottom: .5em;
}
#recipe .btnBox {
  margin-top: 1.5rem;
}
#recipe .btn {
  color: #7A4A37;
  background: #FFF033;
  border:3px solid #FFF;
  box-shadow: 0 0 2em #7A4A37;
  display: inline-block;
  padding: 0.5em 2em;
  font-size: 1.313rem;
  line-height: 1.25;
}

@media (min-width: 813px) {
  #recipe .txtBox {
    margin: 6rem 0;
  }
  #recipe .txtBox h2 {
    font-size: 1.75rem;
  }
  #recipe .btnBox {
    margin-top: 3rem;
  }
  #recipe .btn {
    font-size: 1.375rem;
    padding: 1em 2em;
  }
}
@media (min-width: 992px) {
  #recipe .txtBox h2 {
    font-size: 2rem;
  }
}

/* ====================================
   shop
==================================== */
.amb {
  width: 60%;
  bottom: -9vw;
  right: -5%;
}
@media (min-width: 813px) {
  .amb {
    width: 18em;
    bottom: -3.5em;
    right: auto;
    left: 64%;
  }
}
@media (min-width: 992px) {
  .amb {
    width: 26em;
  }
}

#shop {
  position: relative;
  padding-bottom: 1em;
}
#shop h2 {
  font-size: 1.75rem;
  text-align: center;
  color: #FFF;
}
.shop-list {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -.5rem .75rem;
}
.shop-list .shop-item {
  flex: 0 0 50%;
  padding: .5rem;
}
.shop-list .card {
  background: rgba(255,255,255,0.8);
  height: 100%;
}
.shop-list .card .txt {
  padding: 1.25em .75rem .85rem;
  font-family: "din-2014", "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  line-height: 1.35;
}
.shop-list .card .menu {
  position: relative;
}
.shop-list .card .txt {
  color: #4A060B;
}
.shop-list .card .txt ruby rt {
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.shop-list .card .menu .icon {
  width: 4em;
  position: absolute;
  right: 0;
  bottom: -2.8em;
}
.shop-list .card .menu .icon.top {
  bottom: -4em;
}
.shop-list .card .menu h4 {
  font-size: 1.063rem;
  letter-spacing: .02em;
}
.shop-list .card .menu sub {
  display: block;
  margin-top: .5em;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}
.shop-list .card .shop {
  margin-top: 1.7em;
}
.shop-list .card .shop .left {
  font-size: .813rem;
  white-space: nowrap;
  padding: .5em 0;
}
.shop-list .card .shop .right {
  flex-basis: 100%;
  font-size: 1rem;
  border-top: 1px solid currentColor;
  padding-top: .65em;
}
.shop-list .card .shop .right small {
  display: block;
  font-size: .75rem;
}

@media (min-width: 813px) {
  #shop {
    background: url(../images/bg_a.png) no-repeat 65% 24em / 75em;
  }
  #shop h2 {
    font-size: 2.75rem;
  }
  .shop-list {
    margin: 2rem -3rem 1.5rem;
  }
  .shop-list .shop-item {
    flex: 0 0 calc(100%/3);
    padding: .75rem .5rem;
  }
  .shop-list .card .menu h4 {
    font-size: 1rem;
  }
  .shop-list .card .menu .icon {
    width: 3em;
    bottom: -.25em;
  }
  .shop-list .card .menu .icon.top {
    bottom: auto;
  }
  .shop-list .card .shop {
    display: flex;
    align-items: center;
    border-top: 1px solid currentColor;
    padding-top: .5em;
    margin-top: 1em;
  }
  .shop-list .card .shop > * {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .shop-list .card .shop .left {
    font-size: .75rem;
    align-items: center;
    flex: 0 1 6em;
    padding: 0 .4em;
  }
  .shop-list .card .shop .right {
    padding-top: 0;
    border-top: 0;
    padding-left: .5em;
    border-left: 1px solid currentColor;
  }
}
@media (min-width: 992px) {
  #shop {
    background-size: 106em;
  }
  #shop h2 {
    font-size: 3.25rem;
  }
  .shop-list {
    margin: 2rem -1rem 1.5rem;
  }
  .shop-list .shop-item {
    padding: 1.25rem 1rem;
  }
  .shop-list .card .txt {
    padding: 1rem 1rem .5rem;
  }
  .shop-list .card .menu .icon {
    width: 3.5em;
  }
  .shop-list .card .menu h4 {
    letter-spacing: .04em;
  }
}

/* ====================================
   note
==================================== */
#note {
  margin-bottom: 2rem;
  font-family: "heisei-kaku-gothic-std", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: .938rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: .06em;
  position: relative;
  z-index: 5;
}
#note .note {
  background: #FFF;
  color: #4A060B;
  padding: 1.5em 2.25em 1.25em;
}
#note .ttl {
  border: 1px solid currentColor;
  border-radius: 4em;
  padding: .5em 1.5em;
  margin-bottom: .75em;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 813px) {
  #note {
    margin-bottom: 2.75rem;
    font-size: .938rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  #note .note {
    padding: 1.5em 1.35em 1.25em;
  }
  #note .ttl {
    padding: .25em 1.5em;
    font-size: 1.375rem;
    line-height: 1.35;
    letter-spacing: .06em;
  }
}

/* ====================================
   Footer
==================================== */
#footer {
  background-color: #FFF;
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 813px) {
  #footer {
    padding: 6rem 0;
  }
}

#footer .covid {
  color: #E60011;
  border:1px solid currentColor;
  padding: 1em 1.25em;
  margin-bottom: 3rem;
  font-size: .875rem;
  line-height: 1.35;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .covid .ttl {
  border-bottom:1px solid currentColor;
  padding-bottom: .5em;
  margin-bottom: .75em;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 813px) {
  #footer .covid {
    margin-bottom: 6rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

#footer .logo {
  width: 370px;
  max-width: 78%;
  margin: 0 auto 1em;
}

#footer .footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .cap {
  color: #6A3906;
  font-size: .714rem;
}
#footer .cap1 {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 813px) {
  #footer .cap {
    font-size: 1rem;
  }
  #footer .cap2 {
    font-size: .875rem;
  }
}

#footer .copyright {
  color: #6A3906;
  font-size: .714rem;
  text-align: center;
  margin-top: 1em;
}









