@charset "utf-8";

/*------------------------------------------------------------------------------
  font
------------------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap");

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html,
input,
textarea,
select,
button {
  font-family: sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "メイリオ", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "小塚ゴシック Pr6N",
    "Courier", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.outer-block {
  min-width: 1200px;
}

.inner-block {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1120px;
}

#wrapper {
  position: relative;
}

@media screen and (min-width: 751px) {
  a,
  a:before,
  a:after,
  a img:hover,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a:hover,
  a img:hover,
  button:hover {
    opacity: 0.7;
    filter: aipa(opacity=70);
  }
}

/*------------------------------------------------------------------------------
  css
------------------------------------------------------------------------------*/

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.outer-block {
  min-width: 1280px;
}

.inner-block {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 751px) {
  /*ここに記入します*/
}

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/

/*---------------------------
  c-title
----------------------------*/

@media screen and (min-width: 751px) {
  .c-title {
    font-family: "Libre Bodoni";
    font-size: 53px;
    font-weight: bold;
    color: #604d49;
  }
}

/*---------------------------
  c-button
----------------------------*/

.c-button {
  background-color: #8d716b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "ヒラギノ角ゴ Pro";
  font-weight: bold;
  letter-spacing: 0.02em; /*文間*/
  position: relative;
}

.c-button .mark {
  position: absolute;
}

@media screen and (min-width: 751px) {
  .c-button {
    border-radius: 29px;
    font-size: 14px;
    width: 270px;
    height: 58px;
    margin-top: 61px;
    margin-left: auto;
  }

  .c-button .mark {
    right: 12px;
    font-size: 12px;
  }
}

/*---------------------------
  c-contact
----------------------------*/

.c-contact {
  text-align: center;
}

.c-contact .contact-wrap .c-title {
  color: #000;
}

.c-contact .contact-wrap .text {
  letter-spacing: 0.05em;
}

.c-contact .contact-wrap .tel {
  font-family: "ヒラギノ角ゴ Pro";
  font-weight: bold;
  letter-spacing: 0.13em;
}

.c-contact .contact-wrap .tel .fa-solid {
  rotate: 12deg; /* 画像の傾き */
}

.c-contact .contact-wrap .time {
  font-family: "ヒラギノ角ゴ Pro";
  letter-spacing: 0.07em;
}

.c-contact .contact-wrap .mail {
  background-color: #ede4db;
  align-items: center; /* コンテナ内で垂直方向に中央揃え */
  border-radius: 36px; /* 角丸 */
  display: flex;
  justify-content: center; /* コンテナの主軸の幅の中央 */
  margin: auto; /* コンテナーを中央配置 */
  margin-top: 40px;
  position: relative;
  padding-left: 1.8em;
  top: -10px;
}

.c-contact .contact-wrap .mail img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 751px) {
  .c-contact {
    padding: 100px 0;
    background-image: url("../img/home/bg.jpg");
  }

  .c-contact .contact-wrap .c-title {
    margin-bottom: 10px;
    font-size: 48px;
  }

  .c-contact .contact-wrap .tel {
    font-size: 40px;
  }

  .c-contact .contact-wrap .tel .fa-solid {
    font-size: 35px;
  }

  .c-contact .contact-wrap .mail {
    font-size: 19px;
    letter-spacing: 0.01em;
    width: 338px;
    height: 72px;
  }

  .c-contact .contact-wrap .text {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .c-contact .contact-wrap .time {
    font-size: 16px;
  }

  .c-contact .contact-wrap .mail img {
    left: 48px;
  }
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/

.header .nav-list .text-en {
  display: block;
  font-family: "Libre Bodoni";
  color: #604d49;
}

@media screen and (min-width: 751px) {
  .header {
    background-image: url("../img/home/bg.jpg");
  }

  .header .nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .nav-list {
    display: flex;
    text-align: center;
  }
  .header .nav-list a {
    padding: 18px 24px;
    display: block;
  }

  .header .nav-list .text-en {
    padding-top: 12px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  .header .logo {
    margin-left: 36px;
  }
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/

.footer .footer-wrap {
  background-color: #7c635e;
}

.footer .footer-wrap .sns-list {
  display: flex;
}

.footer .footer-wrap .sns-list li + li {
  margin-left: 17px;
}

.footer .copyright .inner-block {
  text-align: center;
  letter-spacing: 0.12em;
  font-family: "ヒラギノ角ゴ ProN";
}

.footer .nav-list .text-en {
  letter-spacing: 0.1em;
  font-family: "Libre Bodoni";
  color: #ffff;
}

.footer .footer-wrap .list {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 751px) {
  .footer .footer-wrap {
    display: flex;
    padding: 16px 0;
  }

  .footer .footer-wrap .info {
    display: flex;
  }

  .footer .nav-list {
    display: flex;
    padding-left: 420px;
    text-align: center;
  }

  .footer .footer-wrap .nav-list li + li {
    margin-left: 60px;
  }

  .footer .nav-list .text-en {
    padding-top: 12px;
    font-size: 18px;
    display: block;
  }

  .footer .footer-wrap .line {
    background: #fff; /*線の色指定*/
    width: 2px; /*線の幅指定*/
    height: 52px; /*線の高さ指定*/
    margin-left: 50px;
  }

  .footer .footer-wrap .sns-list {
    margin-left: 37px;
  }

  .footer .copyright .inner-block {
    padding: 20px 0;
    background-image: url("../img/home/bg.jpg");
    font-size: 12px;
  }
}

/*------------------------------------------------------------------------------
  home
------------------------------------------------------------------------------*/

/*---------------------------
  mv
----------------------------*/
.mv-block .image img {
  width: 100%;
  overflow: hidden;
  padding-top: (calc(100vh-70px));
  position: relative;
  object-fit: cover;
}

@media screen and (min-width: 751px) {
  .mv-block {
    background-image: url("../img/home/bg.jpg");
  }

  .mv-block .image img {
    height: 800px;
    object-fit: ccover;
  }
}

/*---------------------------
  about
----------------------------*/

.about-wrap {
  justify-content: space-between;
  line-height: 1.6;
}

.about-block .title {
  font-family: "ヒラギノ角ゴ ProN";
  letter-spacing: 0.025em;
}

@media screen and (min-width: 751px) {
  .about-block {
    background-image: url("../img/home/bg.jpg");
  }

  .about-wrap {
    display: flex;
  }

  .about-block {
    padding: 100px 0;
  }

  .about-block .title {
    font-size: 36px;
    margin-top: 90px;
    margin-bottom: 80px;
    line-height: 1.6;
  }

  .about-wrap {
    font-size: 16px;
    letter-spacing: 0.18em;
  }

  .about-block .text {
    margin-bottom: 50px;
  }

  .about-wrap .image {
    width: 700px;
    height: 680px;
    margin-top: -100px;
  }
}

/*---------------------------
  news
----------------------------*/

.news-block {
  background-image: url("../img/home/news_bg.jpg");
  position: relative;
}

.news-block .inner-block {
  position: relative;
  z-index: 2;
}

.news-block .top-news_list li {
  background-color: #fff;
  width: 100%;
  align-items: center;
  top: 85px;
  line-height: 1.5;
  display: flex;
}

.news-block .top-news_list a {
  display: flex;
}

.news-block .top-news_list .date {
  color: #e3bf9b;
}

.news-block .top-news_list .new {
  color: #f8111c;
  font-family: "Courier";
  letter-spacing: 0.08em;
  text-align: center;
}

.news-block .leaf img {
  position: absolute;
  object-fit: cover;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .news-block {
    padding: 100px 0 80px;
  }

  .news-block .top-news_main {
    padding-top: 46px;
  }

  .news-block .top-news_list li {
    height: 122px;
    font-size: 20px;
    margin-bottom: 14px;
    border-radius: 10px;
  }

  .news-block .top-news_list .date {
    margin-left: 83px;
  }

  .news-block .top-news_list .title {
    padding-left: 60px;
  }

  .news-block .top-news_list .new {
    font-size: 12px;
    border-radius: 10px;
    width: 42px;
    height: 21px;
    margin-left: 15px;
    margin-top: 4px;
    border: 1.5px solid #f8111c;
  }

  .news-block .leaf img {
    right: 0;
    bottom: -100px;
    max-width: 100%;
    height: auto;
  }
}

/*---------------------------
  menu
----------------------------*/

.menu-block .inner-block {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 751px) {
  .menu-block {
    padding: 100px 0 80px;
    background-image: url("../img/home/bg.jpg");
  }

  .menu-block .menu-list {
    display: flex;
    justify-content: space-between;
  }

  .menu-block .menu-list img {
    margin-top: 100px;
    width: 370px;
    height: 420px;
  }

  .menu-block .leaf {
    position: absolute;
    margin-top: -220px;
    width: 210px;
    height: 290px;
    z-index: 1;
  }
}

/*---------------------------
  shopinfo
----------------------------*/

.shop-block {
  background-image: url("../img/home/news_bg.jpg");
  position: relative;
}

@media screen and (min-width: 751px) {
  .shop-block {
    display: flex;
  }

  .shop-block .info-wrap {
    display: flex;
  }

  .shop-block .shop-image img {
    position: absolute; /* 絶対的な位置を指定できる*親要素にrelative*/
    width: 50%; /* 幅 */
    height: 106.8%; /* 高さ */
    top: -60px;
    right: 0;
    object-fit: cover;
  }

  .shop-block .info .logo img {
    margin-left: 135px;
  }

  .shop-block .info .logo {
    margin-top: 70px;
  }

  .shop-block .info {
    padding: 125px 0 107px;
  }

  .shop-block .info-wrap .text {
    margin-top: 45px;
    text-align: left;
    font-size: 20px;
    justify-content: space-between;
  }

  .shop-block .info-wrap .info p {
    border-bottom: 2px dashed #daba9b; /* 下線 */ /*サイズ＊種類＊色*/
    line-height: 2em;
    padding: 15px 0 15px;
  }
}

/*---------------------------
  contact
----------------------------*/

.c-contact {
  position: relative;
}

.c-leaf {
  position: absolute;
  transform: scale(-1, 1); /*画像反転*/
  left: 0;
}

.c-leaf2 {
  position: absolute;
  transform: scale(-1, 1); /*画像反転*/
  right: 0;
}

@media screen and (min-width: 751px) {
  .c-leaf {
    top: -55px;
    width: 120px;
    height: 210px;
  }

  .c-leaf2 {
    bottom: -25px;
  }
}

/*------------------------------------------------------------------------------
  下層共通 - key visual
------------------------------------------------------------------------------*/
.kv-block .kv-image {
  position: relative;
}

.kv-block .kv-image img {
  height: 520px;
  width: 100%;
}

.kv-block .kv-image h1 {
  position: absolute;
  letter-spacing: 0.05em;
  font-family: "Libre Bodoni";
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .kv-block {
    background-image: url("../img/home/bg.jpg");
  }

  .kv-block .kv-image {
    margin: 0 26px;
  }

  .kv-block .kv-image img {
    height: 520px;
    width: 100%;
  }

  .kv-block .kv-image h1 {
    font-size: 60px;
    top: 50%;
    left: 50%;
    transform: translate(
      -50%,
      -50%
    ); /*指定した要素を水平方向と垂直方法へ移動する*/
    padding: 0;
    margin: 0;
  }
}

/*------------------------------------------------------------------------------
  下層共通 - breadcrumb
------------------------------------------------------------------------------*/

.breadcrumb-block .breadcrumb-list li {
  display: inline;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro";
  letter-spacing: 0.1em;
  color: #333333;
  position: relative;
}

.breadcrumb-block .breadcrumb-list li + li::before {
  content: ">";
  margin: 0 8px;
}

@media screen and (min-width: 751px) {
  .breadcrumb-block {
    background-image: url("../img/home/bg.jpg");
    padding: 41px 0;
    font-size: 0;
  }
}

/*------------------------------------------------------------------------------
  News
------------------------------------------------------------------------------*/

.content-block {
  background-image: url("../img/home/news_bg.jpg");
  position: relative;
}

.content-block .news-list li {
  background-color: #fff;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  z-index: 2;
}

.content-block .news-list .list {
  font-family: "ヒラギノ角ゴ Pro";
  padding: 50px 0;
}

.content-block .news-list .date {
  color: #e3bf9b;
  letter-spacing: 0.05em;
}

.content-block .news-list .title {
  color: #282828;
}

.content-block .news-list .new {
  color: #f8111c;
  font-family: "Courier";
  border: 1px solid #f8111c;
  text-align: center;
  position: absolute;
}

.paging-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging-area .page-numbers {
  background-color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center; /*縦中央*/
  justify-content: center; /*横中央*/
  color: #e3bf9b;
}

.paging-area .page-numbers.current {
  background-color: #7c635e;
}

@media screen and (min-width: 751px) {
  .content-block {
    padding: 100px 0;
  }

  .content-block .news-list li {
    border-radius: 10px;
    width: 1200px;
    height: 117px;
    top: 85px;
    margin-bottom: 10px;
  }

  .content-block .news-list .list {
    font-size: 20px;
    margin-left: 82px;
  }

  .content-block .news-list .title {
    letter-spacing: 0.1em;
  }

  .content-block .news-list .date {
    padding-right: 32px;
  }

  .content-block .news-list .new {
    font-size: 12px;
    letter-spacing: 0.08em;
    border-radius: 10px;
    width: 42px;
    height: 21px;
    margin-top: 5px;
    margin-left: 32px;
  }

  .paging-area {
    margin-top: 60px;
  }

  .content-block .news-list {
    padding-bottom: 70px;
  }

  .paging-area .page-numbers {
    width: 45px;
    height: 45px;
    border-radius: 5px;
  }

  .content-block .news-leaf {
    right: 0;
    top: 340px;
    width: 182px;
    height: 330px;
    position: absolute;
  }

  .content-block .news-leaf2 {
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
  }

  .paging-area .page-numbers + .page-numbers {
    margin-left: 8px;
  }
}

/*---------------------------
  個別ページ
----------------------------*/

.content-block {
  position: relative;
}

.content-block .article-wrap {
  background-color: #fff;
}

.content-block .new {
  color: #f8111c;
  font-family: "Courier";
  letter-spacing: 0.08em;
  text-align: center;
  position: absolute;
}

.content-block .content .text-2 {
  font-family: "ヒラギノ角ゴ Pro";
}

.content-block .content .text-3 {
  background-image: repeating-linear-gradient(
    45deg,
    /* ストライプ柄の角度 */ #e7c9aa 0,
    #e7c9aa 2px,
    /* ストライプの色1 */ transparent 2px,
    transparent 4px /* ストライプの間隔 */
  );
  background-repeat: no-repeat;
  background-position: left bottom; /* ストライプの起点を左下にする */
  background-size: 100% 50%; /* ストライプの横幅・縦幅 */
  padding-bottom: 4px;
}

.content-block .content .text-4 {
  background-image: repeating-linear-gradient(
    45deg,
    /* ストライプ柄の角度 */ #e7c9aa 0,
    #e7c9aa 2px,
    /* ストライプの色1 */ transparent 2px,
    transparent 4px /* ストライプの間隔 */
  );
  background-repeat: no-repeat;
  background-position: left bottom; /* ストライプの起点を左下にする */
  background-size: 100% 50%; /* ストライプの横幅・縦幅 */
  padding-bottom: 4px;
}

.button {
  background-color: #fff;
  color: #282828;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "ヒラギノ角ゴ Pro";
  letter-spacing: 0.02em; /*文間*/
  position: relative;
}

.button .mark {
  position: absolute;
  right: 12px;
}

@media screen and (min-width: 751px) {
  .content-block {
    padding: 100px 0 40px;
  }

  .content-block .article-wrap {
    width: 1200px;
    height: 600px;
    border-radius: 10px;
    padding: 90px 0 85px 100px;
  }

  .content-block .date {
    font-size: 16px;
  }

  .content-block .article-title {
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .content-block .new {
    font-size: 12px;
    border-radius: 10px;
    width: 42px;
    height: 21px;
    margin-top: 12px;
    margin-left: 17px;
    border: 1px solid #f8111c;
  }

  .content-block .content {
    font-size: 16px;
    line-height: 1.87;
  }

  .content-block .content .speace {
    margin-top: -15px;
  }

  .content-block .content .text {
    padding-bottom: 48px;
  }

  .content-block .content .text-2 {
    padding-bottom: 8px;
  }

  .content-block .content .text-5 {
    margin-top: 35px;
  }

  .button {
    border-radius: 29px;
    font-size: 17px;
    width: 270px;
    height: 58px;
    margin: 60px auto;
  }

  .button .mark {
    font-size: 12px;
  }

  .content-block .leaf {
    position: absolute;
    transform: scale(-1, 1); /*画像反転*/
    width: 200px;
    height: 270px;
    top: 770px;
    right: 0;
    z-index: 2;
  }

  .content-block .leaf2 {
    position: absolute;
    transform: scale(-1, 1); /*画像反転*/
    width: 132px;
    height: 224px;
    top: 200px;
  }
}

/*------------------------------------------------------------------------------
  Menu
------------------------------------------------------------------------------*/
/*-------------------
  共通設定
---------------------*/

.menu-wrap {
  position: relative;
  z-index: 10;
}

.container {
  position: relative;
}

/*背景白画像*/
.container::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -10;
}

/*タイトル下線*/
.container::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
}

/*menuタイトル*/
.menu-wrap span {
  font-weight: bold;
  font-family: "Libre Bodoni";
  color: #604d49;
  letter-spacing: 0.05em;
  text-align: left;
  height: 50px;
  position: absolute;
  z-index: 1;
}

/*商品名*/
.container .name {
  padding-top: 26px;
  font-family: "ヒラギノ角ゴ Pro";
  letter-spacing: 0.05em;
}

/*商品値札の詳細設定*/
.menu-wrap .price {
  font-family: "ヒラギノ角ゴ Pro";
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 50%;
  background: #7c635e;
  text-align: center; /*文字の左右中央寄せ*/
  position: absolute;
  display: block;
}

@media screen and (min-width: 751px){
.container {
  padding-top: 80px;
  border: 2px solid #604d49;
  border-radius: 20px;
}

/*タイトル下線*/
.container::before {
  top: 75px;
  border: 1px solid #604d49;
}

/*背景白画像*/
.container::after {
  border-radius: 20px;
  top: -4px;
  left: -4px;
}

/*menuタイトル*/
.menu-wrap span {
  padding: 10px 0 0 20px; /*上下左右10pxずつ*/
  font-size: 45px;
}



}

/*-------------------
  Lunch
---------------------*/

.menu-content-block {
  background-image: url("../img/home/news_bg.jpg");
  position: relative;
}


.container.l {
  display: grid;
}

.menu-wrap.l {
  display: flex;
}



/*商品値札位置設定*/
.lunch-5 .price {
  margin-top: -77px;
}

/*背景葉っぱ*/
.menu-content-block .leaf2 {
  position: absolute;
  transform: scale(-1, 1); /*画像反転*/
  width: 156px;
  height: 230px;
  top: 730px;
  z-index: 1;
}

/*背景葉っぱ*/
.menu-content-block .leaf {
  position: absolute;
  transform: scale(-1, 1); /*画像反転*/
  width: 200px;
  height: 270px;
  right: 0;
  top: 1547px;
  z-index: 1;
}

@media screen and (min-width: 751px){
  .container.l {
  grid-template-columns: 400px 400px 400px;
  grid-template-rows: 250px 250px;
}

.menu-content-block {
  padding: 100px 0 100px;
}

/*内側縦枠線*/
.lunch-2,
.lunch-4 {
  border-right: 1px dashed #dccac6;
}

/*内側縦枠線*/
.lunch-1,
.lunch-5 {
  border-right: 1px dashed #dccac6;
}

/*内側横枠線*/
.lunch-1,
.lunch-2,
.lunch-3 {
  border-bottom: 1px dashed #dccac6;
}


/*商品名*/
.container .name {
  font-size: 22px;
  margin-left: 23px;
  margin-top: -10px;
}

/*商品画像*/
.container img {
  margin-left: 69px;
}

/*商品画像*/
.lunch-5 img {
  margin-top: -10px;
}

/*商品値札の詳細設定*/
.container.l .price {
  font-size: 18px;
  width: 75px;
  height: 75px;
  line-height: 75px; /*行の高さの指定*/
  margin-left: 300px;
}

/*商品値札位置設定*/
.lunch-1 .price,
.lunch-2 .price,
.lunch-3 .price {
  margin-top: -30px;
}

/*商品値札位置設定*/
.lunch-4 .price,
.lunch-6 .price {
  margin-top: -70px;
}
}



/*-------------------
  Side Menu
---------------------*/

.container.s {
  display: grid;
}

/*商品画像*/
.container.s img {
  display: block;
  margin: 0 auto;
}


@media screen and (min-width: 751px){
.menu-wrap.s {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

.container.s {
  grid-template-columns: 228px 228px 228px 228px;
  grid-template-rows: 300px;
}

 /*内側縦枠線*/
.side-1,
.side-2,
.side-3 {
  border-right: 1px dashed #dccac6;
}

/*商品名*/
.container.s .name {
  font-size: 18px;
  margin-left: 23px;
}

/*商品画像*/
.container.s img {
  padding-top: 15px;
}

/*商品値札の詳細設定*/
.container.s .price {
  font-size: 16px;
  width: 70px;
  height: 70px;
  line-height: 70px; /*行の高さの指定*/
  margin-left: 150px;
  margin-top: -30px;
}
}


/*-------------------
  kids menu
---------------------*/

/*商品画像*/
.container.k img {
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}

@media screen and (min-width: 751px){
.container.k {
  display: grid;
  grid-template-columns: 263px;
  grid-template-rows: 300px;
}

/*商品名*/
.container.k .name {
  font-size: 18px;
  margin-left: 23px;
}

/*商品値札の詳細設定*/
.container.k .price {
  font-size: 16px;
  width: 70px;
  height: 70px;
  line-height: 70px; /*行の高さの指定*/
  margin-left: 180px;
  top: 290px;
}
}

/*-------------------
  Sweets
---------------------*/
.container.sw {
  display: grid;
}


/*商品画像*/
.sweets-1 img,
.sweets-2 img,
.sweets-3 img,
.sweets-4 img,
.sweets-5 img {
  display: block;
  margin: 0 auto;
}


@media screen and (min-width: 751px){
.container.sw {
  grid-template-columns: 240px 240px 240px 240px 240px;
  grid-template-rows: 230px 230px;
   margin-top: 55px;
}

 /*内側縦枠線*/
.sweets-1,
.sweets-2,
.sweets-3,
.sweets-4,
.sweets-6,
.sweets-7,
.sweets-8,
.sweets-9 {
  border-right: 1px dashed #dccac6;
}

/*内側横枠線*/
.sweets-1,
.sweets-2,
.sweets-3,
.sweets-4,
.sweets-5 {
  border-bottom: 1px dashed #dccac6;
}

/*商品名*/
.container.sw .name {
  font-size: 14px;
  margin-left: 20px;
}

/*商品画像*/
.sweets-1 img,
.sweets-2 img,
.sweets-3 img,
.sweets-4 img,
.sweets-5 img {
  padding-top: 15px;
}

.sweets-6 img,
.sweets-7 img,
.sweets-8 img {
  margin-top: 14px;
}

.sweets-6 img {
  margin-left: 31px;
}

/*商品値札の詳細設定*/
.container.sw .price {
  font-size: 14px;
  width: 65px;
  height: 65px;
  line-height: 70px; /*行の高さの指定*/
  margin-left: 164px;
}

.sweets-1 .price,
.sweets-2 .price,
.sweets-3 .price,
.sweets-4 .price,
.sweets-5 .price {
  margin-top: -30px;
}

.sweets-6 .price,
.sweets-8 .price {
  margin-top: -40px;
}

.sweets-7 .price {
  margin-top: -30px;
}

.sweets-9 .price,
.sweets-10 .price {
  margin-top: -50px;
}
}

/*-------------------
  Drink
---------------------*/

.menu-wrap.d {
  display: block;
}

/*カテゴリタイトル*/
.container.d span {
  font-weight: bold;
  font-family: "Libre Bodoni";
  color: #604d49;
  letter-spacing: 0.05em;
  text-align: left;
  position: absolute;
}


/*カフェ・ジュース横並び*/
.container.d {
  display: flex;
}



/*メニュー・金額フォント設定*/
.container.d p {
  letter-spacing: 0.1em;
  font-family: "ヒラギノ角ゴ Pro";
}

.menu-wrap .text {
  text-align: right;
  font-family: "ヒラギノ角ゴ Pro";
  letter-spacing: 0.05em;
  color: #604d49;
}

@media screen and (min-width: 751px) {
.menu-wrap.d {
  margin-top: 55px;
}


/*カテゴリタイトル*/
.container.d span {
  font-size: 25px;
}

/*メニュー右*/
.cafe_m_1_1 {
  display: grid;
  grid-template-columns: 339px 61px;
  grid-template-rows: 268px;
  margin-top: 49px;
  border-top: 2px solid #604d49;
}

.cafe_m_1_2 {
   display: grid;
  grid-template-columns: 287px 96px;
  grid-template-rows: 268px;
  margin-top: 49px;
  border-top: 2px solid #604d49;
}

.cafe-m-1 {
  display: flex;
}



/*メニュー左*/
.cafe-m-2 {
  display: grid;
  grid-template-columns: 317px 100px;
  grid-template-rows: 268px;
  margin-top: 49px;
  border-top: 2px solid #604d49;
}

/*ジュースタイトル位置調整*/
.juce-ttl {
  margin-left: 20px;
}

/*メニュー・金額フォント設定*/
.container.d p {
  font-size: 18px;
}

/*メニュー１位置調整*/
.cafe-1 p {
  margin-left: 18px;
}

/*メニュー２位置調整*/
.cafe-2 p {
  margin-left: 50px;
}

/*メニュー・値段位置調整*/
.container.d p {
  margin-top: 20px;
}

/*内側縦線*/
.cafe {
  border-right: 1px dashed #dccac6;
}

/*メニュー３位置調整*/
.cafe-3 p {
  margin-left: 35px;
}

.menu-wrap .text {
  margin-top: 8px;
  font-size: 14px;
}

}



/*------------------------------------------------------------------------------
  shopinfo
------------------------------------------------------------------------------*/

.shopinfo-block {
  background-image: url("../img/home/news_bg.jpg");
  position: relative;
}

.shopinfo-block .company-table {
  margin: 0 auto;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN";
  color: #282828;
  margin-top: 100px;
}

.shopinfo-block .company-table th {
  font-weight: normal;
  text-align: left;
}

.shopinfo-block .info-text {
  line-height: 2em;
}

.shopinfo-block .info-text2 {
  line-height: 1.8em;
}

.shopinfo-block .company-table .info-last th,
.shopinfo-block .company-table .info-last td {
  border-bottom: none;
}

.shopinfo-block .company-table .info-last th {
  vertical-align: top; /*テキスト上詰め*/
  padding-top: 25px;
}

.shopinfo-block .map iframe {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .shopinfo-block {
    padding: 100px 0;
  }

  .shopinfo-block .shop-image {
    width: 980px;
    height: 480px;
    margin: 0 auto; /*画像中央寄せ*/
  }

  .shopinfo-block .company-table {
    width: 975px;
    font-size: 20px;
    margin-bottom: 100px;
  }

  .shopinfo-block .company-table th {
    padding-left: 19px;
  }

  .shopinfo-block .company-table th,
  .shopinfo-block .company-table td {
    border-bottom: 2px dashed #dbbd9f;
  }

  .shopinfo-block .company-table td {
    padding: 20px 70px;
  }

  .shopinfo-block .map iframe {
    width: 1200px;
    height: 460px;
  }

  .shopinfo-block .leaf {
    position: absolute;
    transform: scale(-1, 1); /*画像反転*/
    width: 155px;
    height: 236px;
    left: 0;
    top: 214px;
  }

  .shopinfo-block .leaf2 {
    position: absolute;
    transform: scale(-1, 1); /*画像反転*/
    width: 200px;
    height: 271px;
    right: 0;
    top: 1040px;
    z-index: 1;
  }
}

/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/

.contact-block {
  background-image: url("../img/home/news_bg.jpg");
  position: relative;
}

.contact-block .intro-text {
  color: #282828;
  font-family: "ヒラギノ角ゴ Pro";
  text-align: center;
}

.contact-block .tel {
  letter-spacing: 0.05em;
  color: #282828;
  font-family: "ヒラギノ角ゴ Pro";
  text-align: center;
}

.contact-block .tel .fa-solid {
  padding-bottom: 10px;
}

.contact-block .time {
  letter-spacing: 0.07em;
  color: #282828;
  font-family: "ヒラギノ角ゴ Pro";
  text-align: center;
  padding-left: 40px;
}

.contact-block .text {
  color: #282828;
  font-family: "ヒラギノ角ゴ Pro";
  margin-bottom: 10px;
}

.contact-block .contact-form {
  width: 100%;
}

.form-item {
  width: 100%;
  max-width: 216px;
  font-family: "ヒラギノ角ゴ Pro";
  letter-spacing: 0.1em;
  padding-top: 16px;
}

.contact .form-item-list {
  display: flex;
}

.contact .form-item-list .head {
  width: 216px;
}

.contact .radio-wrap {
  display: inline-flex;
  flex-direction: column; /*Flexboxレイアウトで子要素を縦方向に配置*/
}

.required {
  color: #f90707;
}

.contact-form input[type="text"] {
  border: 1px solid #fff;
  border: none;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro";
  padding-left: 20px;
}

.contact-form textarea {
  border: 1px solid #fff;
  border: none;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro";
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: -27px;
}

.contact .button-wrap .button {
  background-color: #d2c4b5;
  color: #282828;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "ヒラギノ角ゴ Pro";
  position: relative;
}

.button .mark {
  position: absolute;
  right: 12px;
  font-size: 12px;
}

.contact .leaf {
  position: absolute;
  width: 155px;
  height: 236px;
  right: 0;
  top: 218px;
}

.contact .leaf2 {
  position: absolute;
  width: 197px;
  height: 273px;
  left: 0;
  top: 1094px;
}

@media screen and (min-width: 751px) {
  .contact-block {
    padding: 180px 0 172px;
  }

  .contact-block .inner-block {
    width: 760px;
  }

  .contact-block .intro-text {
    font-size: 18px;
    line-height: 2;
  }

  .contact-block .tel {
    font-size: 36px;
    padding: 50px 0 5px;
  }

  .contact-block .tel .fa-solid {
    font-size: 30px;
    rotate: 18deg; /* 画像の傾き */
  }

  .contact-block .time {
    font-size: 14px;
    padding-bottom: 74px;
  }

  .contact-block .text {
    font-size: 14px;
    text-align: right;
  }

  .required {
    font-size: 16px;
  }

  .contact-block .contact-form {
    padding-bottom: 40px;
    display: flex;
  }

  .form-item {
    font-size: 16px;
  }

  .contact-form input[type="text"] {
    height: 52px;
    width: 540px;
    font-size: 18px;
    border-radius: 10px;
  }

  .contact .mwform-checkbox-field {
    margin-bottom: 15px;
  }

  .contact-form textarea {
    border-radius: 10px;
    height: 221px;
    width: 540px;
    font-size: 18px;
    margin-top: -10px;
  }

  .contact .button-wrap .button {
    border-radius: 29px;
    font-size: 20px;
    width: 270px;
    height: 58px;
    margin-top: 60px;
  }
}

/*-------------------
  checkbox
---------------------*/

.radio-wrap .mwform-checkbox-field input {
  /* チェックボックスを非表示*/
  display: none;
}

.radio-wrap .mwform-checkbox-field-text {
  position: relative;
}

.radio-wrap .mwform-checkbox-field-text::before {
  /*チェックボックスの枠*/
  position: absolute;
  content: "";
  background-color: #fff;
  left: 0;
  top: -3px;
}

.radio-wrap .mwform-checkbox-field-text::after {
  /*チェックサイン*/
  content: "";
  position: absolute;
  top: 0px;
  width: 10px;
  height: 5px;
  border-left: 3px solid #000; /*ボーダーの位置を左のみにする*/
  border-bottom: 3px solid #000; /*ボーダーの位置を下のみにする*/
  transform: rotate(-45deg); /*45度傾ける*/
  top: 2px;
  left: 4px;
  opacity: 0; /*通常時は見えないようにする*/
  transition: opacity 0.4s; /*0.4秒かけてチェックサインを表示させるアニメーション*/
}

.radio-wrap input:checked + .mwform-checkbox-field-text::after {
  /*チェックサインが付いた時＋テキストが隣同士の時に*/
  opacity: 1; /*表示されるようにする*/
}

@media screen and (min-width: 751px) {
  .radio-wrap .mwform-checkbox-field-text::before {
    width: 17px;
    height: 17px;
    border: 2px solid #b5b5b5;
    border-radius: 2px;
  }

  .radio-wrap .mwform-checkbox-field-text {
    padding-left: 35px;
  }
}
