@charset "utf-8";
/******************************************************************
Theme Name: RESTA ver.2022
Theme URI: https://resta.jp/
Description: 無限の可能性へ。
Version: 2.0.0
Author: RESTA
Author URI: https://resta.jp/
******************************************************************/

/*-------------------------------------------------------------
▼グリッドデザイン
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.area-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,.row:after {
  width:0px;
}
.area {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media print,screen and (min-width: 576px) {
.area {
  max-width: 540px;
}
}
@media print,screen and (min-width: 768px) {
.area-full {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.area {
  max-width: 720px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
}
@media print,screen and (min-width: 992px) {
.area {
  max-width: 960px;
}
}
@media print,screen and (min-width: 1200px) {
.area {
  max-width: 1140px;
}
}
.no-padding {
  margin-right: 0;
  margin-left: 0;
}
.no-padding > .grid, .no-padding > [class*="grid-"] {
  padding-right: 0;
  padding-left: 0;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid, .grid-auto, .grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7, .grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12, .grid-s, .grid-s-auto,.grid-m-1, .grid-m-2, .grid-m-3, .grid-m-4, .grid-m-5, .grid-m-6, .grid-m-7, .grid-m-8, .grid-m-9, .grid-m-10, .grid-m-11, .grid-m-12, .grid-l-1, .grid-l-2, .grid-l-3, .grid-l-4, .grid-l-5, .grid-l-6, .grid-l-7, .grid-l-8, .grid-l-9, .grid-l-10, .grid-l-11, .grid-l-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.grid {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-12 {
  -ms-flex-order: 12;
  order: 12;
}
.space-0,.space-1,.space-2,.space-3,.space-4,.space-5,.space-6,.space-7,.space-8,.space-9,.space-10,.space-11 {
  margin-left: 0;
}
@media print,screen and (min-width: 576px) {
.grid-s {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-s-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-s-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-s-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-s-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-s-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-s-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-s-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-s-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-s-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-s-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-s-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-s-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-s-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-s-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-s-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-s-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-s-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-s-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-s-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-s-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-s-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-s-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-s-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-s-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-s-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-s-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-s-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-s-12 {
  -ms-flex-order: 12;
  order: 12;
}
}
@media print,screen and (min-width: 768px) {
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid, .grid-auto, .grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7, .grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12, .grid-s, .grid-s-auto,.grid-m-1, .grid-m-2, .grid-m-3, .grid-m-4, .grid-m-5, .grid-m-6, .grid-m-7, .grid-m-8, .grid-m-9, .grid-m-10, .grid-m-11, .grid-m-12, .grid-l-1, .grid-l-2, .grid-l-3, .grid-l-4, .grid-l-5, .grid-l-6, .grid-l-7, .grid-l-8, .grid-l-9, .grid-l-10, .grid-l-11, .grid-l-12 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.grid-m {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-m-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-m-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-m-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-m-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-m-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-m-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-m-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-m-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-m-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-m-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-m-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-m-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-m-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-m-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-m-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-m-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-m-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-m-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-m-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-m-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-m-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-m-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-m-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-m-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-m-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-m-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-m-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-m-12 {
  -ms-flex-order: 12;
  order: 12;
}
.space-1 {
  margin-left: 8.3333%;
}
.space-2 {
  margin-left: 16.6666%;
}
.space-3 {
  margin-left: 25%;
}
.space-4 {
  margin-left: 33.3333%;
}
.space-5 {
  margin-left: 41.6666%;
}
.space-6 {
  margin-left: 50%;
}
.space-7 {
  margin-left: 58.3333%;
}
.space-8 {
  margin-left: 66.6666%;
}
.space-9 {
  margin-left: 75%;
}
.space-10 {
  margin-left: 83.3333%;
}
.space-11 {
  margin-left: 91.6666%;
}
}
@media print,screen and (min-width: 992px) {
.grid-l {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-l-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-l-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-l-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-l-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-l-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-l-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-l-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-l-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-l-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-l-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-l-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-l-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-l-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-l-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-l-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-l-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-l-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-l-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-l-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-l-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-l-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-l-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-l-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-l-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-l-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-l-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-l-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-l-12 {
  -ms-flex-order: 12;
  order: 12;
}
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media print,screen and (min-width: 576px) {
.d-s-none {
  display: none !important;
}
.d-s-inline {
  display: inline !important;
}
.d-s-inline-block {
  display: inline-block !important;
}
.d-s-block {
  display: block !important;
}
.d-s-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-s-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
@media print,screen and (min-width: 768px) {
.d-m-none {
  display: none !important;
}
.d-m-inline {
  display: inline !important;
}
.d-m-inline-block {
  display: inline-block !important;
}
.d-m-block {
  display: block !important;
}
.d-m-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-m-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
@media print,screen and (min-width: 992px) {
.d-l-none {
  display: none !important;
}
.d-l-inline {
  display: inline !important;
}
.d-l-inline-block {
  display: inline-block !important;
}
.d-l-block {
  display: block !important;
}
.d-l-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-l-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
/*-------------------------------------------------------------
▼共通デザイン
--------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: var(--black);
  font-family: Meiryo, メイリオ,游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "PT Sans", "Lucida Grande", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  word-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  left: 0;
  letter-spacing: 0.1em;
  background: var(--body);
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.image.fit {
  width: 100%;
  box-sizing: content-box;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
iframe {
  width: 100%;
  height: 300px;
  border: none;
}
.entry-no-title{
  display: none;
}
a {
  color: var(--black);
  background: transparent;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a, a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-word-wrap: break-word;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  word-wrap: break-word;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 2;
}
dd {
  margin: 0;
}
ol, ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
h1 {
  display: none;
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
}h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
h2, .h2 {
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
h3, .h3 {
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
h4, .h4 {
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
h5, .h5 {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.h-100 {
  height: 100%;
}
.l-flo {
  float: left;
}
.r-flo {
  float: right;
}
.clear-box {
  clear: both;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-just {
  text-align: justify;
}
.text-just-l {
  text-align-last: justify;
  -moz-text-align-last: justify;
}
.sp-left {
  text-align: left;
}
.text70 {
  font-size: 70%;
}
.text80 {
  font-size: 80%;
}
.text90 {
  font-size: 90%;
}
.text100 {
  font-size: 100%;
}
.italic {
  font-style: italic;
}
.b {
  font-weight: 700;
}
.u {
  text-decoration: underline;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.documents {
  margin-top: 40px;
}
.documents-under {
  margin-bottom: 40px;
}
.documents.lg-h {
  margin-top: 40px;
}
.documents-under.lg-h {
  margin-bottom: 40px;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
.justify-center {
  justify-content: center;
}
@media (prefers-reduced-motion: reduce) {
* {
  -webkit-animation-duration: 0.01ms !important;
  animation-duration: 0.01ms !important;
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  scroll-behavior: auto !important;
}
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
.sp-left {
  text-align: center;
}
.documents.lg-h {
  margin-top: 60px;
}
.documents-under.lg-h {
  margin-bottom: 60px;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
}
@media print, screen and (min-width: 992px) {
.documents.lg-h {
  margin-top: 80px;
}
.documents-under.lg-h {
  margin-bottom: 80px;
}
}
@media print, screen and (min-width: 1200px) {

}
/*-------------------------------------------------------------
▼go-to-top設定
--------------------------------------------------------------*/
#page-top {
  position: fixed;
  left: 10px;
  z-index: 8;
  cursor: pointer;
  opacity: 0.6;
}
#page-top img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
#page-top {
  left: 20px;
}
#page-top img {
  height: 50px;
  width: 50px;
}
}
/*-------------------------------------------------------------
▼カラー設定
--------------------------------------------------------------*/
:root {
  /* 変更しない */
  --black: #111;
  --red: #ff0000;
  --white: #fff;
  --gray01: #ccc;
  --gray02: #666;
  --gray03: #f2f2f2;
  /* 変更しない */

  /* サイト用色設定 */
  --main: #D3C9AC;
  --sub: #D3C9AC;
  --key: #E9E4D5;
  --body: #F2EFE6;
}
.main-color {
  color: var(--main);
}
.main-color-bg {
  background-color: var(--main);
}
.sub-color-bg {
  background-color: var(--sub);
}
.white {
  color: var(--white);
}
.red {
  color: var(--red);
}
.bg-grad {
  background: var(--white);
  background-image: linear-gradient(180deg, var(--white) 0%, var(--body) 100%);
}
/*-------------------------------------------------------------
▼パンくず設定
--------------------------------------------------------------*/
#breadcrumb {
  font-size: 60%;
  margin: 7px auto 0;
}
#breadcrumb ol {
  display: flex;
  align-items: center;
  max-width: calc(100%);
  overflow: auto;
  white-space: nowrap;
}
#breadcrumb ol li {
  margin-left: 0.5em;
}
#breadcrumb ol li:first-child {
  margin-left: 0;
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb ol li a::after {
  color: var(--gray02);
  content: "＞";
  display: inline-block;
  line-height: 1.7;
  margin-left: 5px;
}
#breadcrumb ol li a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
@media print, screen and (min-width: 768px) {
#breadcrumb {
  font-size: 70%;
  margin: 1em auto 0;
}
}
/*--------------------------------------------------------------------
▼サイドバー幅固定設定
---------------------------------------------------------------------*/
.side-layout-main {
  padding: 0 15px;
  width: 100%;
}
.side-wrap {
  padding: 0 15px;
  width: 100%;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
.side-layout-main {
  width: calc(100% - 235px);
  flex: 1;
  padding: 0 7.5px;
}
.side-wrap {
  width: 235px;
  padding: 0 7.5px;
}
.side-sticky {
  position: sticky;
  top: 20px;
}
}
@media print, screen and (min-width: 992px) {
.side-layout-main {
  width: calc(100% - 285px);
}
.side-wrap {
  width: 285px;
}
}
@media print, screen and (min-width: 1200px) {

}
/*-------------------------------------------------------------
▼フォーム設定
--------------------------------------------------------------*/
button, input[type="submit"] {
  cursor: pointer;
}
input[type="text"], input[type="email"], input[type="url"] {
  display: block;
  padding: 15px 2%;
  font-size: 1em;
  color: var(--gray02);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--gray02);
}
textarea {
  display: block;
  padding: 15px 2%;
  font-size: 1em;
  color: var(--gray02);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--gray02);
  resize: vertical;
}
select {
  width: auto;
  border: 1px solid var(--gray02);
  padding: 15px 30px 15px 2%;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(./library/images/material/select-arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.asterisk {
  color: var(--red);
}
.birth input[type="text"] {
  width: auto;
  display: inline-block;
  margin-right: 1em;
}
input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 70px);
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--gray01);
}
.searchform {
  display: flex;
  justify-content: space-between;
}
.searchform input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 55px);
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--gray01);
}
.searchform button {
  height: 40px;
  width: 50px;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: 4px;
  background: var(--gray03);
}
.searchform button::before {
  content: " ";
  background-image: url(./library/images/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
::placeholder {
  color: #ACACAC;
  font-size: 16px;
  letter-spacing: 0.1em;
}
/* お問い合わせフォーム */
.form-wrap h3 {
  font-size: 16px;
}
.form-wrap-items span:not(.asterisk) {
  display: block;
  margin-top: 10px;
}
.form-wrap-items + .form-wrap-items {
  margin-top: 40px;
}
input[type="text"],
input[type="email"],
select,
textarea {
  border: none;
  font-size: 16px;
}
select {
  width: 100%;
  min-width: 50%;
}
.form-wrap-items figure {
  margin-top: 20px;
}
.form-wrap-items figcaption {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
.order_quantity {
  position: relative;
}
.order_quantity input[type="text"] {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.order-quantity-text {
  position: absolute;
  right: calc(25% - 25px);
  top: 10px;
}
.order_quantity .error {
  text-align: center;
}
.form-wrap-text h4 {
  margin-top: 40px;
}
.form-btn-wrap {
  text-align: center;
  margin-top: 40px;
}
.mw_wp_form_confirm .order_quantity,
.mw_wp_form_preview .order_quantity {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mw_wp_form_confirm .order-quantity-text,
.mw_wp_form_preview .order-quantity-text {
  position: static;
  margin-top: 0 !important;
}
@media print, screen and (min-width: 576px) {
select {
  width: auto;
}
}
@media print, screen and (min-width: 768px) {
.form-wrap-items figure {
  margin-top: 10px;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*-------------------------------------------------------------
▼404設定
--------------------------------------------------------------*/
#not-found {
  border: 1px solid var(--main);
  padding: 40px 20px;
  border-radius: 20px;
  background: var(--white);
}
#not-found ul, #post-not-found ul {
  list-style-type: disc;
  margin-left: 15px;
}
#not-found ul ::marker {
  color: var(--main);
}
#not-found ul li a, #post-not-found ul li a {
  text-decoration: underline;
}
#not-found h2 {
  color: var(--main);
  font-size: 2em;
  line-height: 1.2;
}
#not-found h3 {
  border-bottom: 2px solid var(--gray01);
  color: var(--gray02);
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}
#not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--gray02) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
#not-found {
  padding: 40px;
}
#not-found h2 {
  font-size: 2.5em;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*-------------------------------------------------------------
▼ヘッダー設定
--------------------------------------------------------------*/
html.open,
html.open body {
  overflow: hidden;
}
.header-inner {
  height: 100px;
}
.hamburger-btn {
  height: 60px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img {
  height: 80px;
}
.hamburger-btn {
  cursor: pointer;
  width: 40px;
  background: transparent;
  border: none;
  padding: 0;
  position: fixed;
  right: 15px;
  top: 2px;
  z-index: 11;
}
.hamburger-btn-inner {
  position: relative;
  display: block;
}
.hamburger-btn-line {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--white);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.hamburger-btn-line:nth-child(1) {
  top: calc(50% + -11px);
}
.hamburger-btn-line:nth-child(2) {
  top: 50%;
}
.hamburger-btn-line:nth-child(3) {
  top: calc(50% + 11px);
}
.open .hamburger-btn-line:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open .hamburger-btn-line:nth-child(2) {
  width: 0;
  left: 50%;
}
.open .hamburger-btn-line:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.hamburger-nav {
  position: fixed;
  right: -769px;
  top: 0;
  z-index: 10;
  width: 100%;
  max-width: 300px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #beab76;
  height: 100%;
  box-shadow: -1px 0px 1px 1px rgba(0,0,0,0.07);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hamburger-nav::-webkit-scrollbar {
  display: none;
}
.hamburger-nav .logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger-nav .logo img {
  margin-left: 0;
}
.hamburger-nav-inner ul:not(.sub-menu) {
  padding: 0 15px 15px;
}
.hamburger-nav-inner a {
  display: block;
  padding: 15px 50px 15px 0;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid var(--gray03);
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  color: var(--white);
}
.hamburger-nav-inner ul:not(.sub-menu) li {
  position: relative;
}
.hamburger-nav-inner .accordion_icon {
  display: block;
  transition: all .4s;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  cursor: pointer;
  background: var(--main);
  margin: 5px 0;
}
.hamburger-nav-inner .accordion_icon::after {
  content: "";
  position: absolute;
  top: -2.5px;
  bottom: 0;
  right: 12.5px;
  width: 7px;
  height: 7px;
  margin: auto 5px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hamburger-nav-inner .accordion_icon.sp-menu-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 2.5px;
}
.hamburger-nav-inner .sub-menu {
  display: none;
}
.hamburger-nav-inner .sub-menu a {
  padding: 10px 10px 10px 20px;
  font-weight: normal;
  position: relative;
}
.hamburger-nav-inner .sub-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main);
  border-right: 2px solid var(--main);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.top-nav-right-box {
  position: absolute;
  top: 20px;
  right: 80px;
}
a.header-contact-btn {
  display: none;
}
.top-sns{
  width: 35px;
  height: 35px;
  position: relative;
  top: -5px;
}
@media print, screen and (min-width: 576px) {
.header-inner {
  height: 120px;
}
.logo img {
  height: 100px;
}
.hamburger-nav {
  width: 320px;
}
.hamburger-nav .logo {
  height: 120px;
}
a.header-contact-btn {
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px;
  border: 3px solid;
  display: block;
}
.hamburger-btn {
  top: 15px;
}
.top-sns{
  top: 9px;
}
}
@media print, screen and (min-width: 768px) {
.header-inner {
  height: 200px;
}
.logo img {
  height: 160px;
  margin-left: 20px;
}
.hamburger-nav .logo {
  height: 200px;
}
a.header-contact-btn {
  font-size: 20px;
  padding: 10px 40px;
}
.hamburger-btn {
  top: 20px;
}
#header.smaller .hamburger-btn {
  top: 0;
}
.top-sns{
  top: 13px;
}
}

/*--------------------------------------------------------------------
▼フッター設定
---------------------------------------------------------------------*/
.footer-copy p {
  max-width: 1110px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  padding: 20px 0;
  font-weight: 500;
  letter-spacing: 0;
}
.footer-org {
  display: none;
}
.footer-inner {
  display: flex;
  margin-top: 40px;
}
.footer-inner .logo {
  margin-right: 20px;
}
.footer-menu-box ul li a {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 576px) {
.footer-inner {
  min-height: 125px;
  position: relative;
  display: block;
  margin-top: 0;
}
.footer-inner .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-right: 0;
}
.footer-menu-box {
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-menu-left,
.footer-menu-right {
  width: 33%;
}
.footer-menu-box ul {
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.footer-menu-box ul li {
  padding: 0 10px;
}
.footer-menu-box ul li a {
  letter-spacing: 0;
}
.footer-copy p {
  text-align: center;
  letter-spacing: 0.1em;
  padding: 40px 0 20px;
}
}
@media print, screen and (min-width: 768px) {
.footer-inner {
  min-height: 160px;
}
.footer-menu-left,
.footer-menu-right {
  width: 25%;
}
.footer-menu-box {
  min-height: 160px;
}
.footer-menu-box ul li a {
  letter-spacing: 0.05em;
}
}
@media print, screen and (min-width: 992px) {
.footer-menu-box ul li a {
  font-size: 20px;
}
}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼プライバシー、サイトポリシー設定
---------------------------------------------------------------------*/
#policy ul li {
  position: relative;
  padding-left: 25px;
}
#policy ul li span {
  position: absolute;
  left: 0;
}
/*--------------------------------------------------------------------
▼タイトル設定
---------------------------------------------------------------------*/
.main-ttl {
  font-size: 26px;
  letter-spacing: 0.1em;
}
.main-ttl span {
  display: inline-block;
  color: var(--main);
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  padding-bottom: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.sub-ttl {

}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
.main-ttl {
  font-size: 30px;
}
.main-ttl span {
  padding-bottom: 25px;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼ボタン設定
---------------------------------------------------------------------*/
.main-btn {
  font-family: Meiryo, メイリオ,游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "PT Sans", "Lucida Grande", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: var(--main);
  border: 3px solid var(--black);
  line-height: 1;
  padding: 18px 40px 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-btn.return {
  background: none;
}
.main-btn:hover {
  background: var(--white);
  color: var(--black);
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {

}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼テーブル設定
---------------------------------------------------------------------*/
/* テーブル基本設定 */
table {
  width: 100%;
  border-collapse: collapse;
}
table.sp-block-table tr th,
table.sp-block-table tr td {
  display: block;
  width: 100%;
  text-align: left;
}
table.under-line-table tr {
  border-bottom: 1px solid var(--gray02);
}
table.under-line-table tr th {
  padding: 20px 0 0;
}
table.under-line-table tr td {
  padding: 5px 0 20px;
}
table.under-line-table tr:first-of-type th,
table.under-line-table tr:first-of-type td {
  padding-top: 0;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
table.sp-block-table tr th,
table.sp-block-table tr td {
  display: table-cell;
  width: auto;
}
table.under-line-table tr th {
  padding: 20px 15px 20px 0;
}
table.under-line-table tr td {
  padding: 20px 0;
}
table.under-line-table tr:first-of-type th,
table.under-line-table tr:first-of-type td {
  padding-top: 0;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/* テーブル個別設定 */
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {

}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼フロントページ設定（トップスライダー等トップページのみのデザイン設定）
---------------------------------------------------------------------*/
.bg-main-visual {
  min-height: 734px;
  position: relative;
  background-color: rgba(255,255,255,0.1);
  background-blend-mode: lighten;
  overflow: hidden;
}
.top-visual-area{
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  min-height: 734px;
}
.top-visual-area .bx-wrapper img{
  min-height: 734px;
  object-fit: cover;
}
.top-main-visual-text-box {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  text-align: center;
}
.top-main-visual-text-box p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 30px;
  color: var(--white);
  text-shadow: 0px 0px 10px var(--black);
}
.top-main-visual-text-box p:last-child{
  font-size: 20px;
}
.top-fix-banner-box {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#header.smaller .top-fix-banner-box {
  position: fixed;
  bottom: 20px;
  z-index: 5;
}
#header.smaller .top-fix-banner-box.small {
  bottom: 75px;
}
@media print, screen and (min-width: 576px) {
.bg-main-visual {
  height: 734px;
}
.top-visual-area{
    height: 734px;
}
.top-visual-area .bx-wrapper img{
  height: 734px;
}
#header.smaller .top-fix-banner-box.small {
  bottom: 20px;
}
}
@media print, screen and (min-width: 768px) {
.top-fix-banner-box {
  width: 100px;
  height: 100px;
}
.top-main-visual-text-box p {
  font-size: 38px;
}
.top-main-visual-text-box p:last-child{
  font-size: 25px;
}
}
@media print, screen and (min-width: 992px) {
.bg-main-visual {
  height: 926px;
}
.top-visual-area{
  height: 926px;
}
.top-visual-area .bx-wrapper img{
  height: 926px;
}
.top-fix-banner-box {
  width: 200px;
  height: 200px;
}
.top-fix-banner-box.small {
  width: 100px;
  height: 100px;
}
.top-main-visual-text-box p {
  font-size: 55px;
}
.top-main-visual-text-box p:last-child{
  font-size: 30px;
}
}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼ブロック、コンテンツ設定
---------------------------------------------------------------------*/
.bg-about-visual,
.bg-contact-visual {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 260px;
  position: relative;
  background-color: rgba(255,255,255,0.1);
  background-blend-mode: lighten;
}
.bg-about-visual {
  background-image: url(../../../wp-content/uploads/2022/09/about-top-image.jpg);
}
.bg-contact-visual {
  background-image: url(../../../wp-content/uploads/2022/09/contact-top-image.jpg);
}
.top-about-image-box {
  position: relative;
  height: 75vw;
}
.top-about-image-box .top-about-image01,
.top-about-image-box .top-about-image02 {
  width: 55%;
  position: absolute;
}
.top-about-image-box .top-about-image01 {
  bottom: 0;
  left: 0;
  z-index: 2;
}
.top-about-image-box .top-about-image02 {
  top: 0;
  right: 0;
  z-index: 1;
}
.text-l {
  font-size: 18px;
}
.text-ll {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.menu-text-box {
  padding: 20px 20px 0;
}
.menu-price-ttl {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px dotted var(--main);
  padding-bottom: 15px;
}
.menu-text {
  padding: 15px;
  background: var(--key);
  margin-top: 20px;
  text-align: justify;
  line-height: 1.7;
}
.cook-text-image {
  width: 45%;
  display: block;
  margin-left: auto;
  margin-top: -15px;
}
.access-text {
  text-align: left;
}
.cta-box {
  background-color: rgba(211,201,172,0.3);
  background-blend-mode: lighten;
}
.cta-ttl {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  color: var(--main);
}
.cta-tel {
  display: inline-block;
  font-size: 30px;
  margin-top: 40px;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.cta-contact-btn {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 20px;
  border: 3px solid;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.cta-right-box {
  margin-top: 40px;
  border-top: 2px dotted var(--main);
}
.arial {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 110%;
}
.pl-box {
  padding-left: 15px;
}
ul.dot-list {
  list-style: disc;
  padding-left: 18px;
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
ul.border-list {
  font-weight: bold;
  letter-spacing: 0.2em;
}
ul.border-list li {
  position: relative;
  padding-left: 35px;
}
ul.border-list li::before {
  content: "一.";
  position: absolute;
  left: 0;
}
ul.dot-list li + li,
ul.border-list li + li {
  margin-top: 10px;
}
ul.area-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 20px;
}
ul.area-list li {
  padding-left: 7.5px;
  padding-right: 7.5px;
  position: relative;
}
ul.area-list li::before {
  content: "・";
}
.contact-sub-ttl {
  position: relative;
  padding-left: 30px;
  letter-spacing: 0.1em;
}
.contact-sub-ttl::before {
  content: "〇";
  position: absolute;
  left: 0;
  top: 0;
}
.contact-tel-box {
  background: var(--key);
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}
.contact-tel-box a {
  font-size: 30px;
}
.contact-tel-box p {
  line-height: 1.2;
}
.about-sns img{
  width: 30px;
  height: 30px;
}
@media print, screen and (min-width: 576px) {
.top-about-image-box {
  height: 400px;
}
.top-about-image-box .top-about-image01,
.top-about-image-box .top-about-image02 {
  width: 52%;
}
.access-text {
  text-align: right;
}
.cta-right-box {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0;
  border-top: none;
}
.cta-right-box section {
  width: 50%;
  padding: 0 20px;
}
.cta-right-box section + section {
  border-left: 2px dotted var(--main);
}
.cook-text-bg-image {
  position: relative;
  z-index: 1;
}
/* .cook-text-bg-image::before {
  content: "";
  background-image: url(./library/images/content/cook-text-bg-img.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  width: 75%;
  height: 274px;
  z-index: -1;
  opacity: 0.3;
} */
.cook-text-image {
  display: none;
}
}
@media print, screen and (min-width: 768px) {
.bg-about-visual,
.bg-contact-visual {
  min-height: 400px;
}
.top-about-image-box {
  height: 355px;
}
.map-container iframe {
  height: 400px;
}
.cta-box-inner {
  display: flex;
}
.cta-left-box {
  width: 35%;
}
.cta-right-box {
  width: 65%;
}
.pl-box {
  padding-left: 40px;
}
.sep-boder-col-m {
  border-left: 2px dotted var(--main);
}
}
@media print, screen and (min-width: 992px) {
.top-about-image-box {
  height: 405px;
}
.menu-text-box {
  padding: 30px 30px 0;
}
.menu-price-ttl {
  font-size: 22px;
}
.cook-image-box {
  padding-right: 60px;
}
}
@media print, screen and (min-width: 1200px) {
.top-about-image-box {
  height: 455px;
}
.text-l {
  font-size: 20px;
  line-height: 1.6;
}
.text-ll {
  font-size: 25px;
  line-height: 1.6;
}
.menu-text-box {
  padding: 40px 40px 0;
}
.menu-price-ttl {
  font-size: 25px;
  padding-bottom: 10px;
}
.menu-text {
  padding: 30px;
  margin-top: 30px;
}
}