@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

body {
  font-size: 14px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

body.is-open {
  overflow: hidden;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  padding: 0 28px;
  width: auto;
}

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input,
select,
textarea {
  font-size: 16px !important;
}

main {
  margin-top: 64px;
}

/*------------------------------------------------------------------------------
  css
------------------------------------------------------------------------------*/

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/

/*---------------------------
  c-title
----------------------------*/

.c-title {
  font-family: "Libre Bodoni";
  font-size: 32px;
  font-weight: bold;
  color: #604d49;
  letter-spacing: 0.04em;
}

/*---------------------------
  c-button
----------------------------*/

.c-button {
  border-radius: 16.5px;
  font-size: 10px;
  width: 144px;
  height: 32px;
  margin-top: 30px;
  margin-left: auto;
}

.c-button .mark {
  right: 8px;
  font-size: 9px;
}

/*---------------------------
  c-contact
----------------------------*/

.c-contact {
  padding: 45px 0 35px;
  background-image: url("../img/home/sp/bg_sp.jpg");
}

.c-contact .contact-wrap .c-title {
  font-size: 32px;
}

.c-contact .contact-wrap .text {
  font-size: 12px;
  margin-bottom: 30px;
}

.c-contact .contact-wrap .tel {
  font-size: 22px;
  margin-left: -20px;
  letter-spacing: 0.1em;
}

.c-contact .contact-wrap .time {
  font-size: 12px;
}

.c-contact .contact-wrap .tel .fa-solid {
  font-size: 18px;
  margin-right: -5px;
}

.c-contact .contact-wrap .mail {
  font-size: 13px;
  letter-spacing: 0.01em;
  width: 210px;
  height: 40px;
}

.c-contact .contact-wrap .mail img {
  width: 13px;
  height: 10px;
  left: 30px;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/

.header {
  height: 64px;
  position: fixed; /*位置固定*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 18px 0;
  display: flex;
  transition: background-color 0.3s; /*ヘッダー画像の切り替え速度調整*/
  background-image: url("../img/home/sp/bg_sp.jpg");
  z-index: 1000;
}

.header .inner .open {
  width: 30px;
  height: 20px;
}

.header.is-open {
  background-color: #ede4db;
}

.header.is-open .nav {
  opacity: 1;
  visibility: visible;
}

.header .logo {
  margin-left: 18px;
  width: 170px;
  height: 38px;
}

.header .nav {
  opacity: 0;
  visibility: hidden;
  background-image: url("../img/home/sp/bg_sp.jpg");
  width: 100%;
  position: fixed;
  top: 64px;
  left: 0;
  height: calc(100vh - 64px);
  padding: 0 15px 20px;
  overflow: scroll;
  transition: opacity 0.3s, visibility 0.3s; /*画像の切り替え速度調整*/
}

.header .nav-list li {
  padding: 25px 0px;
  border-bottom: 1px dashed #d1b294;
  position: relative;
  top: 10px;
}

.header .nav-list a {
  display: flex;
  align-items: center;
}

.header .icon {
  padding-top: 6px;
  padding-right: 15px;
}

.header .icon img {
  width: 33px;
}

.header .nav-list .text-en {
  font-size: 23px;
  letter-spacing: 0.05em;
}

.header .nav-list .text-ja {
  font-size: 10px;
  font-family: "小塚ゴシック Pr6N";
  letter-spacing: 0.05em;
  margin-top: -8px;
}

.header .nav .fa-solid {
  font-size: 16px;
  rotate: 12deg; /* 画像の傾き */
  position: absolute;
  top: 30px;
}

.header .nav-tel {
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro";
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
  padding-left: 20px;
}

.header .nav-time {
  padding-left: 28px;
  margin-top: -13px;
  font-size: 10px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 65px;
  left: -25px;
}

.header .sns_nav {
  display: flex;
  margin-top: 47px;
}

.header .sns_nav img {
  width: 33px;
  height: 33px;
  margin-right: 15px;
}

.header .logo {
  width: 150px;
}

.header .nav-open {
  background: transparent;
  top: 0;
  right: 0;
  position: absolute;
  width: 56px;
  height: 64px;
}

.header .nav-open img {
  height: 30px;
  width: 30px;
}

.header .batu {
  display: none;
}

.header.is-open .batu {
  display: block;
}

.header.is-open .open {
  display: none;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/

.footer .footer-wrap {
  padding: 42px 0 45px;
}

.footer .logo img {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  width: 70px;
  height: 80px;
}

.footer .list .nav-list a {
  display: flex;
  margin-bottom: 23px;
}

.footer .nav-list .icon {
  width: 24px;
}

.footer .nav-list .text-en {
  font-size: 15px;
  display: flex;
  font-family: "Libre Bodoni";
  color: #ffff;
  padding-left: 8px;
}

.footer .footer-wrap .sns-list {
  margin-left: 114px;
  position: absolute;
  bottom: 25px;
  left: 114px;
}

.footer .footer-wrap .sns-list img {
  width: 30px;
}

.footer .copyright .inner-block {
  padding: 15px 0;
  background-image: url("../img/home/sp/bg_sp.jpg");
  font-size: 10px;
}

/*------------------------------------------------------------------------------
  home
------------------------------------------------------------------------------*/

/*---------------------------
  mv
----------------------------*/
.mv-block {
  background-image: url("../img/home/sp/bg_sp.jpg");
}

.mv-block .image img {
  width: 100%;
  height: 650px;
}

/*---------------------------
  about
----------------------------*/

.about-block {
  background-image: url("../img/home/sp/bg_sp.jpg");
}

.about-block {
  padding: 75px 0;
}

.about-block .title {
  font-size: 20px;
  margin-top: 58px;
  margin-bottom: 40px;
  line-height: 1.5;
}

.about-wrap {
  font-size: 13px;
  letter-spacing: 0.1em;
}

.about-block .text {
  margin-bottom: 35px;
}

.about-wrap .image {
  width: 330px;
  height: 330px;
  margin-top: 83px;
}

/*---------------------------
  news
----------------------------*/

.news-block {
  padding: 45px 0 65px;
}

.news-block .top-news_main {
  padding-top: 40px;
}

.news-block .top-news_list li {
  height: 65px;
  font-size: 12px;
  margin-bottom: 7px;
  border-radius: 5px;
}

.news-block .top-news_list .date {
  margin-left: 12px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.news-block .top-news_list .title {
  padding-left: 26px;
  letter-spacing: 0.01em;
}

.news-block .top-news_list .new {
  font-size: 6px;
  border-radius: 5px;
  width: 21px;
  height: 10px;
  margin-left: 5px;
  margin-top: 5px;
  border: 0.5px solid #f8111c;
}

.news-block .leaf img {
  width: 93px;
  height: 150px;
  right: 0;
  bottom: -50px;
}

/*---------------------------
  menu
----------------------------*/

.menu-block {
  padding: 45px 0 64px;
  background-image: url("../img/home/sp/bg_sp.jpg");
}

.menu-block .menu-list img {
  margin-top: 33px;
  width: 280px;
  height: 305px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.menu-block .c-title {
  text-align: center;
}

.menu-block .c-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 47px;
}

.menu-block .leaf {
  position: absolute;
  margin-top: 7px;
  width: 75px;
  height: 100px;
  z-index: 1;
}

/*---------------------------
  shopinfo
----------------------------*/
.shop-block .info {
  padding: 50px 0 380px;
}

.shop-block .c-title {
  text-align: center;
}

.shop-block .info .logo img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100px;
  height: 115px;
}

.shop-block .info .logo {
  margin-top: 40px;
}

.shop-block .info-wrap .text {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
  justify-content: space-between;
}

.shop-block .info-wrap .info p {
  border-bottom: 1px dashed #daba9b; /* 下線 */ /*サイズ＊種類＊色*/
  line-height: 2em;
  padding: 10px 0 10px;
}

.shop-block .shop-image img {
  width: 100%; /* 幅 */
  height: 270px; /* 高さ */
  right: 0;
  top: 540px;
  position: absolute;
  object-fit: cover;
}

/*---------------------------
  contact
----------------------------*/

.c-leaf {
  top: -40px;
  width: 50px;
  height: 90px;
}

.c-leaf2 {
  bottom: 20px;
  height: 88px;
  width: 66px;
}

/*------------------------------------------------------------------------------
  下層共通 - key visual
------------------------------------------------------------------------------*/

.kv-block {
  background-image: url("../img/home/sp/bg_sp.jpg");
}

.kv-block .kv-image img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.kv-block .kv-image h1 {
  font-size: 30px;
  top: 50%;
  left: 50%;
  transform: translate(
    -50%,
    -50%
  ); /*指定した要素を水平方向と垂直方法へ移動する*/
}

/*------------------------------------------------------------------------------
  下層共通 - breadcrumb
------------------------------------------------------------------------------*/

.breadcrumb-block {
  background-image: url("../img/home/sp/bg_sp.jpg");
  padding: 14px 0;
  font-size: 0;
}

/*------------------------------------------------------------------------------
  News
------------------------------------------------------------------------------*/
.content-block {
  padding: 60px 0 78px;
}

.content-block .news-list {
  padding-bottom: 40px;
}

.content-block .news-list li {
  border-radius: 5px;
  height: 60px;
  width: 100%;
  margin-bottom: 7px;
}

.content-block .news-list .list {
  font-size: 12.5px;
  margin-left: 12px;
  display: flex;
}

.content-block .news-list .date {
  font-size: 12.5px;
  white-space: nowrap; /*テキストを折り返さない指定*/
}

.content-block .news-list .title {
  margin-left: 15px;
  letter-spacing: 0.025em;
}

.content-block .news-list .new {
  font-size: 7px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  width: 24px;
  height: 13px;
  margin-top: 3px;
  margin-left: 215px;
}

.paging-area .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 2.5px;
}

.paging-area .page-numbers + .page-numbers {
  margin-left: 11px;
}

/*---------------------------
  個別ページ
----------------------------*/

.content-block {
  padding: 60px 0 20px;
}

.content-block .article-wrap {
  margin: 0 calc(50% - 50vw); /*親要素の半分の幅だけずらして、画面の半分の幅だけ戻す*/
  width: 100vw; /*ウインドウサイズいっぱいの値*/
  height: 450px;
  padding: 42px 0 40px 0px;
}

.content-block .article-wrap .date {
  font-size: 12px;
  margin-left: 21px;
}

.content-block .article-title {
  font-size: 20px;
  padding-top: 6px;
  padding-bottom: 22px;
  margin-left: 21px;
}

.content-block .new {
  font-size: 9px;
  border-radius: 7.5px;
  width: 30px;
  height: 15px;
  margin-top: 7px;
  margin-left: 8px;
  border: 0.5px solid #f8111c;
}

.content-block .content {
  font-size: 13px;
  line-height: 1.96;
  margin-left: 7px;
}

.content-block .content .speace {
  margin-top: -20px;
}

.content-block .content .text {
  padding-bottom: 30px;
}

.content-block .content .text-5 {
  margin-top: 15px;
}

.button {
  border-radius: 16px;
  font-size: 10px;
  width: 144px;
  height: 32px;
  margin: 40px auto;
}

.button .mark {
  font-size: 9px;
}

/*------------------------------------------------------------------------------
  Menu
------------------------------------------------------------------------------*/
/*-------------------
  共通設定
---------------------*/
.container {
  padding-top: 37px;
  border: 1px solid #604d49;
  border-radius: 10px;
}

/*タイトル下線*/
.container::before {
  top: 37px;
  border: 0.5px solid #604d49;
}

/*背景白画像*/
.container::after {
  border-radius: 10px;
  top: -2px;
  left: -2px;
}

/*menuタイトル*/
.menu-wrap span {
  padding: 9px 0 15px 14px; /*上下左右10pxずつ*/
  font-size: 19px;
}


/*-------------------
  Lunch
---------------------*/

.menu-content-block {
  padding: 42px 0 58px;
  display: flex;
  justify-content: center;
}

.container.l {
  grid-template-columns: repeat(2, 165px);
  grid-template-rows: repeat(3, 121px);
  
}

/*内側縦枠線*/
.lunch-2,
.lunch-4 {
  border-right: 0.5px dashed #dccac6;
}

/*内側縦枠線*/
.lunch-1,
.lunch-5 {
  border-right: 0.5px dashed #dccac6;
}

/*内側横枠線*/
.lunch-1,
.lunch-2,
.lunch-3 {
  border-bottom: 0.5px dashed #dccac6;
}

/*内側縦枠線*/
.lunch-3 {
  border-right: 0.5px dashed #dccac6;
}

/*内側横枠線*/
.lunch-4 {
  border-bottom: 0.5px dashed #dccac6;
}

/*商品名*/
.container .name {
  font-size: 12px;
  margin-left: 11px;
  margin-top: -19px;
}

/*商品画像*/
.container img {
  width: 115px;
  margin: 4px auto 0;
  display: block;
}

.lunch-4 img {
  width: 90px;
  margin-top: -5px;
}

.lunch-5 img {
  width: 85px;
  margin-top: -7px;
}

.lunch-6 img {
  width: 85px;
}

/*商品値札の詳細設定*/
.container.l .price {
  font-size: 10px;
  width: 37px;
  height: 37px;
  line-height: 39px; /*行の高さの指定*/
  margin-left: 120px;
}

/*商品値札位置設定*/
.lunch-1 .price,
.lunch-2 .price,
.lunch-3 .price {
  margin-top: -20px;
}

/*商品値札位置設定*/
.lunch-4 .price {
  margin-top: -23px;
}

.lunch-5 .price {
  margin-top: -30px;
}

.lunch-6 .price {
  margin-top: -28px;
}

/*-------------------
  Side Menu
---------------------*/

.menu-wrap.s {
  margin-top: 37px;
  margin-bottom: 40px;
}

.container.s {
  width: 334px;
  grid-template-columns: repeat(2, 167px);
  grid-template-rows: repeat(2, 122px);
  margin-bottom: 40px;
}

/*内側縦枠線*/
.side-1,
.side-3 {
  border-right: 0.5px dashed #dccac6;
}

/*内側横枠線*/
.side-1,
.side-2 {
  border-bottom: 0.5px dashed #dccac6;
}

/*商品名*/
.container.s .name {
  font-size: 12px;
  margin-left: 11px;
  margin-top: -14px;
}

/*商品画像*/
.container.s img {
  padding-top: 3px;
  width: 110px;
}

.container.s .side-3 img,
.container.s .side-4 img {
  width: 50%;
  margin-top: -5px;
}

/*商品値札の詳細設定*/
.container.s .price {
  font-size: 10px;
  width: 37px;
  height: 37px;
  line-height: 39px; /*行の高さの指定*/
  margin-left: 123px;
  margin-top: -27px;
}

.container.s .side-3 .price,
.container.s .side-4 .price {
  margin-left: 123px;
  margin-top: -35px;
}

/*-------------------
  kids menu
---------------------*/
.container.k {
  width: 334px;
  height: 280px;
}

/*商品名*/
.container.k .name {
  font-size: 13px;
  margin-left: 11px;
  margin-top: -14px;
}

/*商品画像*/
.container.k img {
  width: 241px;
  height: 172px;
}

/*商品値札の詳細設定*/
.container.k .price {
  font-size: 13px;
  width: 55px;
  height: 55px;
  line-height: 55px; /*行の高さの指定*/
  margin-left: 267px;
  margin-top: -30px;
}

/*-------------------
  Sweets
---------------------*/

.container.sw {
  width: 334px;
  grid-template-columns: repeat(2, 166px);
  grid-template-rows: repeat(5, 123px);
  margin-bottom: 40px;
}

/*内側縦枠線*/
.sweets-1,
.sweets-3,
.sweets-5,
.sweets-7,
.sweets-9 {
  border-right: 0.5px dashed #dccac6;
}

/*内側横枠線*/
.sweets-1,
.sweets-2,
.sweets-3,
.sweets-4,
.sweets-5,
.sweets-6,
.sweets-7,
.sweets-8 {
  border-bottom: 0.5px dashed #dccac6;
}

/*商品名*/
.container.sw .name {
  font-size: 12px;
  margin-left: 10px;
}

/*商品画像*/
.sweets-1 img,
.sweets-4 img,
.sweets-5 img {
  width: 60%;
  margin-top: 8px;
}

.sweets-2 img,
.sweets-3 img,
.sweets-6 img {
  width: 65%;
  margin-top: 8px;
}

.sweets-7 img {
  width: 37%;
  margin-top: 8px;
}

.sweets-8 img {
  width: 35%;
  margin-top: 5px;
}

.sweets-9 img {
  width: 37%;
  margin-top: -1px;
}

.sweets-10 img {
  width: 30%;
  margin-top: -1px;
}

/*商品値札の詳細設定*/
.container.sw .price {
  font-size: 10px;
  width: 37px;
  height: 37px;
  line-height: 38px; /*行の高さの指定*/
  margin-left: 120px;
}

.sweets-1 .price,
.sweets-2 .price,
.sweets-3 .price,
.sweets-4 .price,
.sweets-5 .price {
  margin-top: -28px;
}

.sweets-6 .price {
  margin-top: -28px;
}

.sweets-7 .price {
  margin-top: -30px;
}

.sweets-1 .price,
.sweets-2 .price,
.sweets-3 .price,
.sweets-4 .price,
.sweets-5 .price {
  margin-top: -30px;
}

.sweets-6 .price {
  margin-top: -28px;
}

.sweets-8 .price {
  margin-top: -33px;
}

.sweets-9 .price,
.sweets-10 .price {
  margin-top: -40px;
}

/*-------------------
  Drink
---------------------*/
.container.d {
  display: block;
  width: 334px;
}

/*カフェメニュー・金額横並び*/
.cafe_m_1_1,
.cafe_m_1_2 {
  display: flex;
}

/*メニュー・金額フォント設定*/
.container.d p {
  font-size: 12px;
}

/*カテゴリタイトル*/
.container.d span {
  font-size: 12px;
}

/*メニュー上タイトル*/
.cafe-m-1 {
  display: block;
  margin-top: 21px;
  border-top: 1px solid #604d49;
}

/*カフェタイトル位置調整*/
.cafe-ttl {
  margin-top: -26px;
}

/*メニュー１位置調整*/
.cafe_m_1_1 {
  margin-top: 14px;
  margin-left: 8px;
}

/*メニュー２位置調整*/
.cafe_m_1_2 {
  margin-left: 8px;
  margin-top: 6px;
}

/*メニュー1・2行間調整*/
.cafe_m_1_1 p + p,
.cafe_m_1_2 p + p {
  margin-top: 6px;
}

/*メニュー１金額位置調整*/
.price-1 {
  margin-left: 33px;
}

/*メニュー２金額位置調整*/
.price-2 {
  margin-left: 85px;
}

/*メニュー下*/
.cafe-m-2 {
  border-top: 1px solid #604d49;
  display: flex;
  margin-top: 20px;
}

/*メニュー２横線*/
.juce {
  border-top: 1px solid #604d49;
  margin-top: 13px;
  height: 163px;
}

/*ジュースタイトル位置調整*/
.juce-ttl {
  margin-top: -8px;
}

/*ジュース要素トップ位置調整*/
.cafe-3,
.price-3 {
  margin-top: 14px;
}

/*メニュー下のメニュー間調整*/
.cafe-m-2 p + p {
  margin-top: 6px;
}

/*ジュースメニュー位置調整*/
.cafe-3 {
  margin-left: 8px;
}

/*ジュース金額位置調整*/
.price-3 {
  margin-left: 73px;
}

.menu-wrap .text {
  margin-top: 8px;
  font-size: 11px;
  width: 334px;
}

/*------------------------------------------------------------------------------
  shopinfo
------------------------------------------------------------------------------*/

.shopinfo-block {
  padding: 60px 0;
}

.shopinfo-block .shop-image img {
  width: 350px;
  height: 190px;
  display: block;
  margin: 0 auto; /*画像中央寄せ*/
  object-fit: fill;
  margin-bottom: -50px;
}

.shopinfo-block .company-table {
  width: 100%;
  font-size: 14px;
}

.shopinfo-block .company-table th {
  padding-top: 34px;
}

.shopinfo-block .company-table td {
  border-bottom: 1px dashed #dbbd9f;
  padding: 10px 0 36px;
}

.shopinfo-block .company-table th,
.shopinfo-block .company-table td {
  display: block;
}

.shopinfo-block .map iframe {
  width: 100%;
  height: 165px;
  margin-top: 20px;
  object-fit: cover;
}

/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/

.contact-block {
  padding: 50px 0 30px;
}

.contact-block .intro-text {
  font-size: 13px;
  line-height: 1.3;
}

.contact-block .tel {
  font-size: 21px;
  font-weight: bold;
  padding: 30px 0 0px;
}

.contact-block .tel .fa-solid {
  font-size: 15px;
  rotate: 17deg; /* 画像の傾き */
  margin-right: 2px;
}

.contact-block .time {
  font-size: 10px;
  padding-bottom: 14px;
}

.contact-block .text {
  font-size: 11px;
  text-align: center;
  margin-left: 25px;
}

.required {
  font-size: 11px;
}

.form-item {
  font-size: 15px;
  padding-bottom: 4px;
}

.contact-form input[type="text"] {
  height: 36px;
  width: 100%;
  font-size: 15px;
  border-radius: 7px;
}

.contact-form .form-item-list {
  padding-top: 20px;
  padding-bottom: 11px;
}

.contact-form textarea {
  border-radius: 7px;
  height: 211px;
  width: 100%;
  font-size: 15px;
  margin-top: 2px;
}

.contact .button-wrap .button {
  border-radius: 20px;
  font-size: 13px;
  width: 177px;
  height: 40px;
  margin-top: 50px;
}

/*-------------------
  checkbox
---------------------*/

.radio-wrap .mwform-checkbox-field-text::before {
  width: 12px;
  height: 12px;
  border: 1px solid #b5b5b5;
  border-radius: 1px;
  top: 1px;
}

.radio-wrap .mwform-checkbox-field-text {
  padding-left: 18px;
  top: -3px;
}
