/*------------------------------
theme name: hikita chisato
version: 211026
author: yamabatosha
author uri: http://yamabatosha.com
------------------------------*/
@charset "utf-8";
@import url(css/sanitize.css);
@import url('https://fonts.googleapis.com/css?family=Quicksand');

* {
  outline: none;
}

html {
  /*  height: 100%;*/
  background: #fff;
  font-size: 15px;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Quicksand', 'Helvetica Neue', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', 'ヒラギノ角ゴシック', Meiryo, sans-serif;
  font-weight: normal;
  letter-spacing: .05em;
  line-height: 2;
  color: #333;
}

img {
  width: 100%;
  height: auto;
  transition: .3s;
}

.trim {
  overflow: hidden;
  position: relative;
  padding-top: 66.666%;
}

.trim img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container {
  width: 80%;
  margin: 150px auto 30px;
  position: relative;
}

a {
  color: #333;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  color: #f4e638;
}

#page a,
#single a {
  border-bottom: 2px solid #f4e638;
}

ul {
  padding: 0;
  text-align: center;
  list-style: none;
}

.remodal h3 {
  font-size: 15px;
}

.title {
  width: 200px;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10;
}

.menu {
  position: fixed;
  top: 24px;
  right: 80px;
  z-index: 10;
}

.menu a {
  font-size: 16px;
  padding-bottom: 2px;
  border-bottom: 1.5px solid #f4e638;
  color: #f4e638;
  margin-right: .8em;
}

@media (max-width: 425px) {
  .menu {
    top: 96px;
    right: 1em;
  }

  .menu a {
    font-size: 12px;
    border-bottom: 1px solid #f4e638;
    margin-right: .5em;
  }
}

.btn-nav {
  width: 26px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 10;
  transition: .2s;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 20px;
  margin-top: 30px;
}

h3 {
  font-size: 15px;
  margin-top: 30px;
}

.small {
  font-size: 12px;
}

.date {
  font-size: 12px;
  text-align: right;
  margin: 0 !important;
}

.yellow {
  color: #f4e638;
}

#single p {
  margin: 30px 0 15px;
}

.not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
}

/*------------------------------
table
------------------------------*/
table {
  margin-top: 30px;
  width: 100%;
}

table th,
table td {
  padding: 15px 0;
  line-height: 2;
  vertical-align: top;
}

table tr {
  border-bottom: 1px solid #ddd;
}

table tr:first-child {
  border-top: 1px solid #ddd;
}

table th {
  background: #f9f9f9;
  font-weight: normal;
}

table td:first-child {
  text-align: right;
  width: 9em;
  padding-right: 30px;
}

.no-border tr,
.no-border td,
.no-border tr:first-child {
  padding: 0;
  line-height: 2;
  border: none;
}

@media (max-width: 767px) {

  .table-sp th,
  .table-sp td,
  #order table td {
    display: block;
    width: 100%;
  }

  #order table td:first-child {
    padding-bottom: 0;
  }

  #order table td:last-child {
    padding-top: 0;
  }
}

/*------------------------------
Page
------------------------------*/
#order h3 {
  margin-top: 80px;
}

#order table td {
  padding: 20px 40px;
}

#order table td:first-child {
  text-align: left;
  width: 300px;
}

#order ul {
  margin-top: 30px;
}

#order ul li {
  position: relative;
  margin-left: 1.5em;
  list-style: none;
  text-align: left;
}

#order ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: 1em;
  left: -1em;
  width: 3px;
  height: 3px;
  background: #121212;
  border-radius: 50%;
}

/*------------------------------
form
------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 2px;
}

input[type="radio"] {
  margin-top: 30px;
}

/* 必須マーク */
.must,
.free {
  font-size: 10px;
  color: #fff;
  margin-right: 10px;
  padding: 4px 8px;
  background: #F92931;
  border-radius: 2px;
}

/* 任意マーク */
.free {
  background: #424242;
}

/* 項目名を太字にする */
form p {
  margin-top: 30px;
  font-weight: 600;
}

/* 入力項目を見やすくする */
/*
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 2px;
}
*/

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

/* 必須項目の入力欄を黄色にする */
/*
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(244, 230, 56, .1);
}
*/

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
  width: 100%;
  height: 60px;
  background: #333;
  color: #fff;
  font-weight: 600;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
  border: none;
}

/* キャプチャ */
.wpcf7-captchac {
  width: auto;
  height: auto;
  margin-right: 20px;
  vertical-align: middle;
}

.wpcf7-captchar {
  width: 180px !important;
}

/*------------------------------
icons
------------------------------*/
.icon img {
  width: 20px;
  margin: 0 10px;
}

.arrow-left,
.arrow-right,
.arrow-up {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
  margin: 0 5px;
  vertical-align: middle;
  text-decoration: none;
}

.arrow-left::before,
.arrow-left::after,
.arrow-right::before,
.arrow-right::after,
.arrow-up::before,
.arrow-up::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow-left::before,
.arrow-right::before,
.arrow-up::before {
  width: 15px;
  height: 15px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.arrow-left::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.arrow-right::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-up::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*------------------------------
grid [max-width=ie11]
------------------------------*/
.grid {
  display: flex;
  flex-wrap: wrap;
}

.col-f,
.col-20,
.col-25,
.col-30,
.col-33,
.col-40,
.col-50,
.col-60,
.col-66,
.col-70,
.col-80,
.col-100 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0 30px 0;
}

.grid-top {
  align-items: flex-start;
}

.grid-middle {
  align-items: center;
}

.grid-bottom {
  align-items: flex-end;
}

.grid-left {
  justify-content: flex-start;
}

.grid-center {
  justify-content: center;
}

.grid-right {
  justify-content: flex-end;
}

/*------------------------------
figure
------------------------------*/

#category figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  padding-top: 66.666%;
}

#category figure img {
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  filter: brightness(.9);
}

#category figure:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
  cursor: pointer;
  filter: brightness(1);
}

figcaption {
  font-size: 15px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -25%;
  padding: 5px 15px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#single figure {
  margin: 40px 0;
}

/* balloon
------------------------------*/
.balloon-right {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  width: auto;
  line-height: 1;
  text-align: left;
  background: #fff;
  z-index: 0;
  border-radius: 4px;
}

.balloon-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
}

/* @768px
------------------------------*/

@media (min-width: 768px) {
  .grid {
    margin: -30px -15px 30px -15px;
  }

  .col-f,
  .col-20,
  .col-25,
  .col-30,
  .col-33,
  .col-40,
  .col-50,
  .col-60,
  .col-66,
  .col-70,
  .col-80,
  .col-100 {
    padding: 30px 15px 0 15px;
  }

  .col-f {
    flex: 1;
  }

  .col-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-33 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .col-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-66 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }

  .col-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  figcaption {
    font-size: 12px;
  }

  .container {
    width: 50%;
  }

  .remodal h3 {
    font-size: 12px;
  }

}

.center {
  text-align: center;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

.m30 {
  margin: 30px 0;
}

.m60 {
  margin: 60px 0;
}

.m90 {
  margin: 90px 0;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mt90 {
  margin-top: 90px;
}

.pt30 {
  padding-top: 30px;
}

.pt60 {
  padding-top: 60px;
}

.pt90 {
  padding-top: 90px;
}

::selection {
  background: #f4e638;
}

::-moz-selection {
  background: #f4e638;
}

.centercenter {
  font-size: 1.5em;
  margin: 5em auto;
}

footer {
  font-size: 14px;
  text-align: center;
  padding: 30px;
}

@media (min-width: 768px) {
  .grid-img {
    flex: 0 0 16.66%;
    max-width: 16.66%;
    padding: 2px 1px 0 1px;
  }
}

.hidden {
  display: none !important
}

@media (max-width: 767px) {
  .pc {
    display: none !important
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important
  }
}


/* WordPress 250430 */
.wp-block-table td,
.wp-block-table th {
  border: none !important;
  padding: 16px 8px !important;
  line-height: 1.6 !important;
  text-align: left !important;
}

.wp-block-table td:nth-child(1),
.wp-block-table td:nth-child(2) {
  width: 5em;
  text-align: center !important;
}

.wp-block-table td:nth-child(2) {
  width: 4em;
}

/* chopsticks */

.chopsticks {
  margin: 120px 0;
}

.chopsticks:where(.wp-block-columns.is-layout-flex) {
  gap: 80px;
}

.slide img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.btn,
.wp-block-button__link.wp-element-button {
  background-color: #f4e638;
  color: #000;
  border: none;
  border-radius: 0;
  opacity: 1;
  padding: 8px 16px;
  margin: 1em 0;
  min-width: 200px;
}
.btn:hover,
.wp-block-button__link.wp-element-button:hover {
  color: #000;
  opacity: .7;
}
@media (min-width: 768px) {
  .chopsticks {
    margin: 120px -30%;
  }
}