@charset "UTF-8";

/* 全体設定 */

* {
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック";
  background: url(../index-images/main-background.jpeg) repeat;
  background-size: contain;
  color: #4b3830;
}
@media screen and (max-width: 768px) {
  body {
    margin-top: 60px;
  }
}

ul {
  list-style-type: none;
  padding: 0;
}

dd {
  margin-left: 0;
}

a {
  text-decoration: none;
  color: #4b3830;
}

img {
  vertical-align: bottom;
  /* 写真や画像位置の修正 */
}

/* ローディング画面 */

/* ローディング画面背景 */
.loader-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #f5e9d6 url(../index-images/roading-back.png) no-repeat center top 110px;
  background-size: 200px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ローディングアニメーション */
.loder-title {
  font-size: 22px;
  font-weight: bold;
  margin-left: 20px;
}

/* ローディングアニメーション */
.sk-circle {
  margin: 100px auto;
  width: 60px;
  height: 60px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #4b3830;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* 共通header */

header {
  margin-left: 15px;
  margin-right: 15px;
}

header #top {
  width: 90%;
  max-width: 1000px;
  height: 500px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0px 0px 10px 10px;
}

header #top .left-top {
  width: 350px;
}

header #top .left-top figure {
  height: 205px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

header #top .left-top figure a img {
  width: 215px;
    height: auto;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
}

header #top .left-top .pc ul {
  margin-bottom: 0;
  margin-top: 19px;

}

header #top .left-top .pc ul li {
  text-indent: 130px;
  width: 352px;
  height: 69px;
  text-align: left;
  font-size: 21px;
  border-bottom: 1px solid #fff;
  transition: all 0.5s;
}

header #top .left-top .pc ul li:hover {
  opacity: 50%;
}

header #top .left-top .pc ul li a {
  display: block;
  padding-top: 25px;
  padding-bottom: 21px;
  color: #fff;
}

header #top .left-top .pc ul li:nth-child(1) {
  background:
    url(../index-images/home-icon.svg) left 75px center no-repeat,
    url(../index-images/content-background.jpeg);
  background-size:
    30px auto,
    cover;
}

header #top .left-top .pc ul li:nth-child(2) {
  background:
    url(../index-images/coffee-icon.svg) left 75px center no-repeat,
    url(../index-images/content-background.jpeg);
  background-size:
    30px auto,
    cover;
}

header #top .left-top .pc ul li:nth-child(3) {
  background:
    url(../index-images/information-icon.svg) left 78px center no-repeat,
    url(../index-images/content-background.jpeg);
  background-size:
    25px auto,
    cover;
}

header #top .left-top .pc ul li:nth-child(4) {
  background:
    url(../index-images/mail-icon.svg) left 78px center no-repeat,
    url(../index-images/content-background.jpeg);
  background-size:
    25px auto,
    cover;
  border-bottom: none
}

header #top .left-top .pc ul .index-nav {
  background: #8e0000 url(../index-images/home-icon.svg) left 75px center no-repeat !important;
  background-size: 30px auto !important;
}

header #top .left-top .pc ul .menu-nav {
  background: #8e0000 url(../index-images/coffee-icon.svg) left 75px center no-repeat !important;
  background-size: 30px auto !important;
}

header #top .left-top .pc ul .information-nav {
  background: #8e0000 url(../index-images/information-icon.svg) left 78px center no-repeat !important;
  background-size: 25px auto !important;
}

header #top .left-top .pc ul .contact-nav {
  background: #8e0000 url(../index-images/mail-icon.svg) left 78px center no-repeat !important;
  background-size: 25px auto !important;
}

header #top .left-top .sm {
  display: none;
}

header #top .right-top {
  background-image: url(../index-images/cafe-outside.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover ;
  width: 75%;
  max-width: 650px;
  min-width: 430px;
  padding-top: 224px;
}

header #top .right-top h1 {
  text-align: center;
  color: #fff;
  font-family: "游明朝";
  line-height: 1.8;
  background-color: rgba(142, 0, 0, 0.5);
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 0;
}

header #top .right-top p {
  text-align: center;
  color: #000;
  font-family: "游明朝";
  font-size: 18pt;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

header #top .right-top p span {
  font-size: 24pt;
}

.sm {
  display: none;/* レスポンシブ版非表示 */
}

@media screen and (max-width: 920px) {
  header #top .left-top {
    width: 35%;
  }
  header #top .left-top figure {
    margin: 0 10px;
  }
  header #top .left-top figure a img {
    width: 100%;
    max-width: 210px;
    margin-top: 0;
  }
  header #top .left-top .pc ul li {
    width: 100%;
    text-indent: 70px;
    background-position: left 10% center !important;
  }
  header #top .left-top .pc ul .index-nav {
    background: #8e0000 url(../index-images/home-icon.svg) left 10% center no-repeat !important;
    background-size: 30px auto !important;
  }
  
  header #top .left-top .pc ul .menu-nav {
    background: #8e0000 url(../index-images/coffee-icon.svg) left 10% center no-repeat !important;
    background-size: 30px auto !important;
  }
  
  header #top .left-top .pc ul .information-nav {
    background: #8e0000 url(../index-images/information-icon.svg) left 10% center no-repeat !important;
    background-size: 25px auto !important;
  }
  
  header #top .left-top .pc ul .contact-nav {
    background: #8e0000 url(../index-images/mail-icon.svg) left 10% center no-repeat !important;
    background-size: 25px auto !important;
  }
  
  header #top .left-top .pc ul li a {
    font-size: 16px;
  }
  header #top .right-top h1 {
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {

  /* header */
  header {
    margin: 0;
  }

  header #top {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    display: block;
  }

  header #top .left-top {
    width: 100%;
  }

  header #top .left-top figure {
    height: auto;
    text-align: center;
  }

  /* nav */

  header #top .left-top .pc {
    display: none; /* PC版nav非表示 */
  }

  header #top .left-top .sm {
    display: block;
  }

  header #top .left-top figure a img {
    width: 95%;
    max-width: 330px;
    height: auto;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  header #top .left-top .sm ul {
    position: fixed;
    left: 0;
    top: 0;
    background: #4b3830;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    z-index: 10;
  }

  header #top .left-top .sm ul li {
    display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 5px;
  list-style: none;
  text-align: center;
  transition: opacity 0.2s;/* クリックアニメーション */
  }
  
  header #top .left-top .sm ul li a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 10px;
    height: 60px;
    padding-top: 10px;
    /* aタグのpaddingで調整すれば選択範囲が狂わない */
  }

  header #top .left-top .sm ul li a span {
    display: block;
  }

  header #top .left-top .sm ul li a img {
    width: auto;
    height: 25px;
    margin-bottom: 5px;
  }

  /* contactのトップ写真とタイトルここから */
  header #top .right-top {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
    padding-top: 150px;
    margin-top: 20px;
    max-width: none;
    min-width: auto;
    border-left: none;
  }
    
  header #top .right-top p {
    text-align: center;
    color: #000;
    font-family: "游明朝";
    font-size: 18pt;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  header #top .right-top p span {
    font-size: 24pt;
  }
  /* contactのトップ写真とタイトルここまで */

  /* nav色変更分岐条件ここから */
  header #top .left-top .sm ul .index-nav {
    background-color: #8e0000;
  }
  
  header #top .left-top .sm ul .menu-nav {
    background-color: #8e0000;
  }
  
  header #top .left-top .sm ul .information-nav {
    background-color: #8e0000;
  }
  
  header #top .left-top .sm ul .contact-nav {
    background-color: #8e0000;
  }
  /* nav色変更分岐条件ここまで */

  /* navアニメーションここから */
  header #top .left-top .sm ul li:hover {
    background-color: #000 !important;
    opacity: 100%;
  }
  /* navアニメーションここまで */

  /* index-header */

  #index header #top .right-top {
    background-position: top;
  }

  #index header #top .right-top {
    height: auto;
    padding-top: 0;
    margin-top: 30px;
    background-image: none;
    width: 100%;
  }

  #index header #top h1.sm {
    text-align: center;
    color: #fff;
    font-family: "游明朝";
    font-size: 22px;
    line-height: 1.8;
    background-color: rgba(142, 0, 0, 1);
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #index header #top .right-top p {
    margin-top: 0;
    font-size: 16px;
  }

  #index header #top .right-top .pc {
    display: none;/* PC版非表示 */
  }

  .sm {
    display: block;
  }

  #index header #top .right-top img.sm {
    display: block;
    width: 100%;
    height: auto;
  }

  #index header #top p.sm {
    text-align: center;
    color: #000;
    font-family: "游明朝";
    font-size: 16pt;
    background-color: #fff;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #index header #top p.sm span {
    font-size: 22pt;
  }

  /* information-header */

  #information header #top .right-top {
    background-position: top;
    background-size: cover;
    margin-top: 30px;
    padding-top: 0;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #information header #top .right-top .information-description.sm {
    margin-top: 0px !important;
    margin-bottom: 0;
    white-space: pre-wrap;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    text-align: justify;
  }

  #information header #top .right-top .information-description.pc {
    display: none;
  }

  #information header #top .left-top .sm ul .contact-nav {
    background-color: #4b3830;
  }

  #informarion header #top .left-top .sm ul .information-nav {
    background-color: #8e0000;
  }


  /* footer */
  footer #top-back {
    width: 60px !important;
    border-radius: 50%;
    right: 2% !important;
    bottom: 2% !important;
  }
  footer #top-back a {
    width: 60px !important;
  }
  footer #top-back a::before {
    height: 12.5%;
  }

  /*  */
  
}
/* レスポンシブここまで */

/* information-header */

#information header #top .right-top {
  background-image: url(../information-images/coffee-bean.jpg);
  padding-top: 0;
}

#information header #top .right-top .information-description {
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: "游明朝";
  line-height: 2.0;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 130px;
  padding-top: 15px;
  padding-bottom: 15px;
  white-space: nowrap
}

/* menu-header */

#menu header #top .right-top {
  background-image: url(../menu-images/menu-top.jpg);
  position: relative;
}

#menu header #top .right-top h1 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #4b3830;
  background: none;
  font-family: "游明朝";
  line-height: 2.0;
  margin-top: 0;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 250px;
  white-space: nowrap;
  position: absolute;
  top: 9%;
  left: 1%;
  z-index: 2;
}

#menu header #top .right-top .header-background {
  position: absolute;
  top: 6%;
  left: 4%;
}

#menu header #top .right-top .header-background img {
  width: 250px;
}

/* contact-header */

#contact header #top .right-top {
  background-image: url(../contact-images/contact-top.jpg);
  padding-top: 393px;
  position: relative;
}

#contact header #top .right-top h1 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #4b3830;
  background: none;
  font-family: "游明朝";
  line-height: 2.0;
  margin-top: 0;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 250px;
  white-space: nowrap;
  position: absolute;
  top: 9%;
  left: 1%;
  z-index: 2;
}

#contact header #top .right-top .header-background {
  position: absolute;
  top: 6%;
  left: 4%;
}

#contact header #top .right-top .header-background img {
  width: 250px;
}

/* レスポンシブここから */
@media screen and (max-width: 480px) {
  #contact header #top .right-top {
    padding-top: 180px;
  }
  
  #contact header #top .right-top h1 {
    text-align: center;
    color: #fff;
    font-family: "游明朝";
    line-height: 1.8;
    background-color: rgba(142, 0, 0, 0.5);
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* レスポンシブここまで */

/* main */

main {
  width: 95%;
  max-width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

main section .h2-box {
  height: 60px;
  width: auto;
  text-align: center;
  margin-top: 100px;
  background-image: url(../index-images/bread-line.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: contain;
}

main section .h2-box h2 {
  padding-top: 17px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18pt;
  color: #fff;
  background: url(../index-images/content-background.jpeg);
  background-size: cover;
  width: 136px;
  height: 60px;
  border-radius: 10px;
}

main section .information-box {
  background-color: #fff;
  margin-top: 60px;
  padding: 20px 20px 40px 20px;
  box-shadow: 0px 0px 10px 10px;
}

main section .information-box a :hover {
  color: #8e0000;
  text-decoration: underline;
}

main section .information-box a dl {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin: 0;
  padding: 20px 0;
  border-bottom: 3px double #4b3830 ;
  font-size: 18px;
}

main section .information-box a dl dt {
  font-weight: bold;
  text-align: center;
  width: 260px;
  height: auto;
  line-height: 1.8;
}

main section .information-box a dl dd {
  line-height: 1.8;
  margin-left: 10px;
}

/* index-main */
@media screen and (max-width: 768px) {
  #index main section .h2-box {
    height: 150px;
    display: flex;
    align-items: center;
  }

  #index main section .information-box a dl {
    display: block;
    text-align: center;
  }

  #index main section .information-box a dl {
    margin-left: auto;
    margin-right: auto;
    border-bottom: 3px double #4b3830;
    font-size: 18px;
  }

  #index main section .information-box a dl dt {
    margin-left: auto;
    margin-right: auto;
  }

  #index main section .information-box a dl dd {
    font-size: 14px;
  }


  #index main section .h2-box {
    margin-top: 0;
  }
  main section .h2-box h2 {
    font-size: 18px;
    width: 110px;
    height: 45px;
    padding-top: 13px;
  }
}


/* informattion-main */

#information main {
  width: auto !important;
  max-width: none !important;
  height: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

#information main .section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #4b3830;
  margin-bottom: 70px;
}

#information main .section:nth-child(odd) {
  flex-direction: row-reverse;
}

#information main .section figure {
  margin: 0;
  overflow: hidden;
}

#information main .section figure img {
  width: 600px;
  height: 350px;
}

#information main .section .text-box {
  flex: 0 0 auto;
}

#information main .section .text-box:nth-child(even)

#information main .section .text-box dl {
  text-align: center;
}

#information main .section:nth-child(odd) .text-box dl dt {
  line-height: 1.8;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  width: 350px;
  margin-top: 40px;
  margin-left: 55px;
  border: 3px double #fff;
  padding: 20px;
}

#information main .section:nth-child(odd) .text-box dl dd {
  line-height: 1.6;
  font-size: 13px;
  text-align: left;
  margin-top: 30px;
  margin-left: 55px;
  margin-right: 20px;
  color: #fff;
  width: 350px;
  /* min-width: 500px; */
}

#information main .section:nth-child(even) .text-box dl dt {
  line-height: 1.8;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  width: 350px;
  margin-top: 40px;
  margin-right: 55px;
  margin-left: auto;
  border: 3px double #fff;
  padding: 15px;
}

#information main .section:nth-child(even) .text-box dl dd {
  line-height: 1.6;
  font-size: 13px;
  text-align: left;
  margin-top: 30px;
  margin-right: 55px;
  margin-left: 20px;
  color: #fff;
  width: 350px;
  /* min-width: 500px; */
}

#information main .section:nth-child(3) {
  margin-bottom: 140px;
}

#information main .section:nth-child(4) {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}

#information main .section .profile-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1000px;
  height: 360px;
  margin-bottom: 200px;
  margin-right: 0;
}

#information main .section .profile-box .master-picture {
  width: 490px;
  min-width: 200px;
  height: 360px;
  background: url(../information-images/master.jpg) no-repeat center center;
  background-size: cover;
}

#information main .section .profile-box .master-picture p {
  text-align: center;
  font-family: "游明朝";
  font-size: 21px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 300px;
}

#information main .section:nth-child(5) {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}

#information main .section .profile-box .master-profile {
  width: 500px;
  height: 360px;
  background-color: #8e0000;
  flex: 0 0 auto;
}

#information main .section .profile-box .master-profile p {
  color: #fff;
  margin: 40px 30px;
}

#information main .section .h2-box {
  height: 60px;
  width: auto;
  text-align: center;
  background-image: url(../index-images/bread-line.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 50px;
}

#information main .section .h2-box h2 {
  padding-top: 17px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18pt;
  color: #fff;
  background: url(../index-images/content-background.jpeg) no-repeat;
  background-size: cover;
  width: 180px;
  height: 60px;
  border-radius: 10px;
}

#information main .section:nth-child(5) dl {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-left: 82px;
  margin-top: 35px;
  margin-bottom: 50px;
  border-bottom: 3px double #4b3830 ;
  font-size: 18px;
}

#information main .section dl dt {
  font-weight: bold;
  text-align: center;
  width: 260px;
  height: auto;
  line-height: 1.8;
  background-image: url(../index-images/square-icon.svg),url(../index-images/square-icon.svg);
  background-repeat: no-repeat,no-repeat;
  background-position: left 50px top 8px,right 50px top 8px;
  background-size: 15px 15px;
}

#information main .section dl dd {
  line-height: 1.8;
  margin-left: 10px;
}

#information main .section .googlemap.pc {
  max-width: 1000px;
  width: 100%;
}

#information main .section .googlemap.pc iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

#information main .shop_information-box {
  display: flex;
  flex-direction: row;
  justify-content: left;
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#information main .shop_information-box figure {
  margin: 0;
}

#information main .shop_information-box figure img {
  height: 592px;
}

#information main .shop_information-box .shop_information-text {
  margin-left: 24px;
  width: 100%;
}

#information main .shop_information-box .shop_information-text dl {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: 100%;
  margin-left: 0px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 3px double #4b3830 ;
  font-size: 18px;
}

#information main .shop_information-box .shop_information-text dl.sm {
  display: none;
}

#information main .shop_information-box .shop_information-text dl dt {
  font-weight: bold;
  text-align: center;
  width: 260px;
  height: auto;
  line-height: 1.8;
  background-image: url(../index-images/square-icon.svg),url(../index-images/square-icon.svg);
  background-repeat: no-repeat,no-repeat;
  background-position: left 50px center,right 50px center;
  background-size: 15px 15px;
}

#information main .shop_information-box .shop_information-text dl .double {
  background-image: url(../index-images/square-icon.svg),url(../index-images/square-icon.svg);
  background-repeat: no-repeat,no-repeat;
  background-position: left 50px top 8px,right 50px top 8px;
  background-size: 15px 15px;
}

#information main .shop_information-box .shop_information-text dl dd {
  line-height: 1.8;
  margin-left: 10px;
  flex: 1;
}

@media screen and (769px <= width <= 1030px) {
  #information main .section:nth-child(5) dl {
    display: block;
    text-align: center;
    margin-left: 0;
  }

  #information main .section:nth-child(5) dl dt {
    margin-left: auto;
    margin-right: auto;
  }

  #information main .shop_information-box .shop_information-text dl {
    display: block;
  }
  
  #information main .shop_information-box .shop_information-text dl .double {
    background: none;
  }

  #information main .shop_information-box .shop_information-text dl dt {
    background: none;
    margin-left: 10px;
    margin-right: auto;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  #information main {
    width: 100% !important;
    max-width: none !important;
    height: auto;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  #information main .section {
    display: block;
    width: 100%;
  }

  #information main .section:nth-child(odd) .text-box dl {
    padding-top: 40px;
    padding-bottom: 20px;
    width: 100%;
  }

  #information main .section:nth-child(even) .text-box dl {
    padding-top: 40px;
    padding-bottom: 20px;
    width: 100%;
  }


  #information main .section:nth-child(odd) .text-box dl dt {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 90%;
  }

  #information main .section:nth-child(even) .text-box dl dt {
    margin-top: 0;
    margin-right: auto;
  }

  #information main .section:nth-child(odd) .text-box dl dd {
    line-height: 1.6;
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    width: 90%;
    min-width: auto;
  }

  #information main .section:nth-child(even) .text-box dl dd {
    line-height: 1.6;
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    width: 90%;
    min-width: auto;
  }

  #information main .section:nth-child(5) {
    width: 100%;
    margin: 0;
  }

  #information main .section figure {
    width: 100%;
  }

  #information main .section figure img {
    width: 100%;
    height: auto;
  }

  #information main .section .h2-box {
    height: 60px;
    width: auto;
    margin-top: 150px;
    margin-bottom: 63px;
    text-align: center;
  }

  #information main .section .h2-box h2 {
    width: 40%;
  }

  #information main .section .profile-box {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  #information main .section .profile-box .master-picture {
    width: 100%;
    padding-top: 270px;
  }

  #information main .section .profile-box .master-picture p {
    margin-top: 0;
  }

  #information main .section .profile-box .master-profile {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: auto;
  }

  #information main .section .profile-box .master-profile p {
    line-height: 1.7;
  }

  #information main .section:nth-child(4) {
    width: 100%;
  }

  #information main .section:nth-child(5) dl {
    display: block;
    margin: 0 auto 50px auto;
  }

  #information main .section dl dt {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-position: left 50px top 8px,right 50px top 8px;
  }

  #information main .section dl dd.pc {
    display: none;
  }

  #information main .section dl dd.sm {
    display: block;
    text-align: center;
  }

  #information main .section .googlemap.pc {
    display: none;
  }

  #information main .section .googlemap.sm {
    text-align: center;
  }

  #information main .section .googlemap.sm iframe {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  #information main .shop_information-box {
    display: block;
    width: 100%;
  }

  #information main .shop_information-box figure {
    display: none;
  }

    #information main .shop_information-box .shop_information-text {
    width: 100%;
    margin: 0;
  }

  #information main .shop_information-box .shop_information-text dl.pc {
    display: none;
  }

  #information main .shop_information-box .shop_information-text dl.sm {
    display: block;
  }

  #information main .shop_information-box .shop_information-text dl {
    display: block;
    text-align: center;
  }

  #information main .shop_information-box .shop_information-text dl dt {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  #information main .shop_information-box .shop_information-text dl dd {
    text-align: center;
    margin-left: 0;
  }

}
/* menu-main */

#menu main {
  /* width: 1000px; */
  width: 95%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

#menu main section .menu-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 105px;
  margin-bottom: 40px;
}

#menu main section .menu-icon.sweets {
  height: 80px;
}

#menu main section .menu-icon.bread {
  height: 65px;
  margin-top: 40px;
  margin-bottom:40px;
}

#menu main section .menu-icon figure {
  margin-right: 10px;
}

#menu main section .menu-icon figure img {
  height: 105px;
  width: auto;
}

#menu main section:nth-child(4) .menu-icon figure img {
  height: 80px;
}

#menu main section:nth-child(5) .menu-icon figure img {
  height: 60px;
}

#menu main section .menu-icon h2 {
  height: 65px;
  text-align: center;
  font-size: 36px;
  padding: 10px 20px;
  border: 1px dashed #4b3830;
  border-radius: 20px;
  margin-top: 55px;
  line-height: 1.3;
}

#menu main section:nth-child(4) .menu-icon h2 {
  margin-top: 30px;
}

#menu main section:nth-child(5) .menu-icon h2 {
  margin-top: 10px;
}

#menu main section .menu-description {
  border-top: 3px double #4b3830;
  border-bottom: 3px double #4b3830;
  padding: 20px 0;
  margin-bottom: 65px;
  margin-top: 0;
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#menu main section dl dt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0px;
  background-size: 10px;
}

#menu main section dl dt p {
  white-space: nowrap;
}

#menu main section dl dt p:first-child {
  text-indent: 6em;
}

#menu main section dl dt .circle {
  height: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(../menu-images/circle.svg) repeat-x left center;
  flex: 1;
  width: 100%;
}

#menu main section dl dt p:last-child {
  padding-right: 6em;
  padding-left: 2px;
  text-align: right;
}

#menu main section dl dt p:first-child::before {
  content: "■";
}

#menu main section dl dd {
  text-indent: 7.5em;
  margin-bottom: 15px;
  white-space: nowrap;
}

#menu main section dl dd p {
  margin-top: 0;
  margin-bottom: 5px;
  white-space: nowrap;
}

#menu main section dl .menu-images.close-image,
#menu main section ul .menu-images.close-image {
  /* height: 0; */
  overflow: hidden;
  animation: closemenu 0.5s ease 0s forwards;
}
#menu main section dl .menu-images.open-image,
#menu main section ul .menu-images.open-image {
  /* height: auto; */
  overflow: hidden;
  animation: openmenu 0.5s ease 0s forwards;
}

@keyframes openmenu {
  0% {
    height: 0;
  }
  100% {
    height: 230px;
  }
}
@keyframes closemenu {
  0% {
    height: 230px;
  }
  100% {
    height: 0;
  }
}

#menu main section dl .menu-images img,
#menu main section ul .menu-images img {
  max-height: 190px;
  height: 100%;
  margin: 10px;
  box-shadow: 4px 6px 10px 10px;
}

#menu main section ul .menu-images img {
  margin-left: 7.5em;
}

#menu main section dl dd br {
  text-indent: 6em;
}

#menu main section dl dd:last-child {
  margin-bottom: 50px;
}

#menu main section:nth-child(4) ul {
  margin-bottom: 20px;
}

#menu main section ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

#menu main section:nth-child(5) ul li:last-child {
  margin-bottom: 70px;
}

#menu main section ul li p:first-child {
  text-indent: 6em;
}

#menu main section ul li .circle {
  height: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(../menu-images/circle.svg) repeat-x left center;
  flex: 1;
  width: 100%;
}

#menu main section ul li p:last-child {
  padding-right: 6em;
  padding-left: 2px;
}

#menu main section ul li p:first-child::before {
  content: "■";
}

#menu main section .annotation-box {
  max-width: 1000px;
    width: 75%;
    margin-left: 120px;
    margin-right: auto;
}

#menu main section .annotation-box .annotation {
  /* text-indent: 7.5em; */
  margin-bottom: 10px;
}

#menu main section .annotation-box .annotation::before {
  content: "＊";
}

#menu main section .menu-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 60px;
}

#menu main section .menu-box figure {
  margin: 0;
  flex: auto;
  overflow: hidden;
}

#menu main section .menu-box figure img {
  width: 450px;
  height: 200px;
}

#menu main section .menu-box h2 {
  color: #fff;
  width: 550px;
  height: 200px;
  margin: 0;
  padding: 60px 20px;
  line-height: 1.8;
  text-align: center;
  background-color: #8e0000;
  font-size: 20px;
  flex: none;
}

/* 画面端の装飾ここから */

#menu main .fork {
  position: fixed;
  top: 35%;
  left: 1%;
}

#menu main .fork img {
  height: 200px;
}

#menu main .nife {
  position: fixed;
  top: 35%;
  right: 1%;
}

#menu main .nife img {
  height: 200px;
}

@media screen and (max-width: 768px){

  #menu main {
    margin-top: 50px;
  }

  #menu header #top .right-top h1 {
    margin-top: 5px;
    margin-bottom: 0;
  }

  #menu main section .menu-icon figure {
    margin-left: 0;
  }

  #menu main section:nth-child(3) .menu-icon h2 {
    font-size: 25px;
    padding: 15px 20px;
  }

  #menu main section .menu-box {
    display: block;
    width: 100%;
  }

  #menu main section .menu-box h2 {
    width: 100%;
    font-size: 18px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #menu main section .menu-box figure img {
    width: 100%;
    height: auto;
  }

  #menu main section dl dt {
    display: block;
    background-image: none;
  }

  #menu main section dl dt p {
    white-space: wrap;
  }

  #menu main section dl dt p:first-child {
    text-indent: 0;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  #menu main section dl.pc {
    display: none;
  }

  #menu main section dl dt p:last-child {
    text-align: right;
    padding-right: 0;
  }

  #menu main section dl dd {
    text-indent: 0;
    margin-bottom: 30px;
    white-space: wrap;
  }

  #menu main section dl dd p {
    white-space: wrap;
  }

  #menu .circle-point { /* 装飾 */
    background-image: url(../menu-images/circle.svg);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 10px;
    height: 0;
    padding-top: 10px;
  }

  #menu main section ul.pc {
    display: none;
  }

  #menu main section ul li {
    display: block;
    background: none;
  }

  #menu main section ul li:last-child {
    margin-bottom: 50px;
  }

  #menu main section ul li p:first-child {
    text-indent: 0;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  #menu main section ul li p:last-child {
    text-align: right;
    padding-right: 0;
  }

  #menu main section .annotation-box {
    max-width: none;
    width: auto;
    margin-left: 0;
    margin-right: auto;
  }

  #menu main section .annotation-box .annotation {
    text-indent: 0;
  }

  #menu main section:last-child ul.sm {
    margin-bottom: 50px;
  }

  #menu main section ul .menu-images img {
    margin-left: 10px;
  }

  #menu main .fork,
  #menu main .nife {
    display: none;
  }
}

/* contact-main */

#contact main #contact-description {
  border-top: 3px double #4b3830;
  border-bottom: 3px double #4b3830;
  padding: 20px 0;
  margin-bottom: 65px;
  margin-top: 80px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#contact main .h2-box {
  height: 60px;
  width: auto;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  background: url(../index-images/bread-line.png) no-repeat center center;
  background-size: contain;
}

#contact main .h2-box h2 {
  padding-top: 17px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18pt;
  color: #fff;
  background: url(../index-images/content-background.jpeg);
  background-size: cover;
  width: 300px;
  height: 60px;
  border-radius: 10px;
}

#contact main .form-area {
  width: 95%;
  max-width: 850px;
  min-width: 500px;
  height: auto;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}

#contact main .form-area form dl {
  display: flex;
  flex-direction: row;
  justify-content: left;
  border-bottom: #4b3830 1px solid;
  padding-bottom: 20px;
}

#contact main .form-area form dl dt,
#contact main .form-area form dl dd {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: left;
}

#contact main .form-area form dl dt {
  width: 150px;
  margin-left: 20px;
}

#contact main .form-area form dl dd {
  margin-left: 100px;
  width: 100%;
  flex: 1;
}

#contact main .form-area form dl dd label {
  display: inline-block;
  padding-top: 6px;
  text-align: left;
}

#contact main .form-area form dl dd [type="text"],
#contact main .form-area form dl dd [type="email"],
#contact main .form-area form dl dd [type="tel"]
{
  width: 100%;
}

#contact main .form-area form dl dt:first-child {
  color: #fff;
  background-color: #8e0000;
  border-radius: 10px;
  width: 60px;
  height: 30px;
  text-align: center;
}

#contact main .form-area form dl:nth-child(n+4):nth-child(-n+6) dt:first-child {
  height: 0;
  overflow: hidden;
}

#contact main .form-area form dl dt p {
  margin: 6px 0 0 0 ;
}

#contact main .form-area form dl dd textarea {
  width: 100%;
  height: 180px;
  overflow-y: scroll;
}

#contact main .form-area form #agreement {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  border-radius: 20px;
  height: auto;
  background-color: #8e0000;
  color: #fff;
  line-height: 1.8;
  margin-top: 40px;
  margin-bottom: 60px;
}

#contact main .form-area form #agreement strong a {
  color: #fff;
}

#contact main .form-area form #agreement strong a:hover {
  text-decoration: underline;
}

#contact main .form-area form #agreement-check {
  text-align: center;
  font-weight: bold;
}

#contact main .form-area form #submit {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

#contact main .form-area form #submit [type="submit"] {
  padding: 15px 60px;
  border: #4b3830 1px solid;
  border-radius: 10px;
  background-color: #4b3830;
  color: #fff;
  text-align: center;
  font-weight: bold;
  transition: background-color 0.2s
}

#contact main .form-area form #submit [type="submit"]:hover {
  background-color: #8e0000;
}

@media screen and (max-width: 768px) {
  #contact main {
    margin-top: 50px;
  }

  #contact main #contact-description {
    border-top: 3px double #4b3830;
    border-bottom: 3px double #4b3830;
    padding: 20px 0;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.8;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  #contact main .h2-box {
    height: 60px;
    width: auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  /* formのレスポンシブここから */
    #contact main .form-area {
      width: 95%;
      max-width: fit-content;
      min-width: auto;
      height: auto;
      background-color: #fff;
      margin-left: auto;
      margin-right: auto;
      padding-top: 15px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 50px;
  }

  #contact main .form-area form dl {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    border-bottom: #4b3830 1px solid;
    padding-bottom: 20px;
  }

  #contact main .form-area form dl dt:first-child {
    text-align: center;
    width: 60px;
    margin-left: 0px;
  }

  #contact main .form-area form dl dt:nth-child(2) {
    margin-left: 10px;
  }

  #contact main .form-area form dl dd {
    margin-left: 0;
    margin-right: auto;
    width: 100%;
    flex: auto;
  }
  /* formのレスポンシブここまで */

}

/* contact-after */

#contact-after main {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact-after main .send-massege {
  margin: auto;
  max-width: 1000px;
  width: 100%;
  height: auto;
  padding: 30px 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact-after main .send-massege p {
  margin-inline: auto;
  inline-size: fit-content;
  line-height: 1.7;
}

#contact-after main .send-massege p a {
  font-weight: bold;
  color: blue;
  text-decoration: underline;
}

/* footer */

footer #top-back {
  text-align: center;
  position: fixed;
  top: auto;
  right: 0%;
  bottom: 0;
  overflow-y: hidden;
  margin: 0px 0px 0px 0px;
  z-index: 3;
  background-color: #8e0000;
  width: 120px;
  height: 60px;
  transition: opacity 0.5s;
}

footer #top-back:hover{
  opacity: 0.5;
}

#top-back.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);

  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#top-back.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);

  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

footer a {
  display: block;
  color: #fff;
  width: 120px;
  height: 60px;
  padding-top: 30px;
}

footer a::before{
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 12.5%;
  height: 25%;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}

footer .footer-box {
  height: 300px;
  width: auto;
  margin-top: 185px;
  background: url(../index-images/content-background.jpeg);
  background-size: cover;
}

footer .footer-box .address-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

footer .footer-box .address-box p {
  color: #fff;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 0;
}

footer .footer-box .address-box p:last-child {
  text-align: right;
  margin-left: 50px;
}

footer .footer-box .important {
  width: 520px;
  height: 95px;
  margin: 40px auto auto auto;
  border: #fff 2px solid;
  text-align: center;
}

footer .footer-box .important small {
  display: block;
  margin-top: 20px;
  font-size: 21px;
  color: #fff;
}

footer .footer-box p:last-child {
  text-align: center;
}

footer .footer-box p:last-child small {
  color: #fff;
}

@media screen and (max-width: 480px) {

  footer .footer-box {
    height: 310px;
    margin-top: 80px;
  }

  footer .footer-box .address-box {
    display: block;
    text-align: center;
    padding-top: 10px;
  }

  footer .footer-box .address-box p {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  footer .footer-box .address-box p:last-child {
    text-align: center;
    margin-left: 0;
  }
  
  footer .footer-box .important {
    width: 80%;
    height: 95px;
    /* margin: 20px auto auto auto; */
    border: #fff 2px solid;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer .footer-box .important small {
    display: block;
    margin-top: 0px;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
  }
}