@charset "UTF-8";
@import url(https://db.onlinewebfonts.com/c/62931dace4ca868d8da22d42b54eb489?family=SeoulNamsan+CEB);
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,400;1,600&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
*,
::after,
::before {
  box-sizing: border-box;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

nav li::before {
  content: "​";
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
  resize: block;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* 基本設定
******************************************************************************************** */
html {
  /* overflow-x: hidden; */
  cursor: inherit;
  font-size: 62.5%;
  scroll-behavior: smooth;
  /* overflow-x: auto; */
}
html.font-s {
  font-size: 62.5%;
}
html.font-m {
  font-size: 70%;
}
html.font-l {
  font-size: 80%;
}

body {
  font-size: 1.6em;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Yu Gothic Medium", "YuGothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  background: #fffcf8;
  background-image: url(../assets/img/common/bg_style.png);
  background-repeat: repeat-y;
  background-size: cover;
  color: #373737;
  width: 100%;
  /* min-width: $ww; */
  overflow-x: hidden;
  line-height: normal;
  letter-spacing: 0.05em;
  /* -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; */
}

img {
  image-rendering: -webkit-optimize-contrast;
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #564031;
}
a:hover, a:active, a:focus {
  color: rgb(150.9777777778, 112.3555555556, 86.0222222222);
}
a {
  text-decoration: none;
}
a img {
  transition: all 0.2s ease-in-out;
}

a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.5;
}

a:focus,
button:focus {
  outline: none;
}
a:focus-visible,
button:focus-visible {
  outline: -webkit-focus-ring-color auto 5px;
}

.pager {
  max-width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 499px) {
  .pager {
    width: 100%;
  }
}
.pager {
  margin: 80px auto;
  text-align: center;
}
.pager__single {
  padding: 0;
  list-style: none;
}
.pager__single a {
  color: #373737;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.pager__single a::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 100%;
  height: 1px;
  background: #cc7e2a;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s ease;
}
.pager__single a:hover::after {
  transform: scale(1, 1);
}
.pager__prev {
  float: left;
  text-align: left;
}
.pager__prev a i {
  margin-right: 10px;
}
.pager__next {
  float: right;
  text-align: right;
}
.pager__next a i {
  margin-left: 10px;
}
.pager__index {
  clear: both;
  text-align: center;
}
.pager__index a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.pager__index a::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 100%;
  height: 1px;
  background: #cc7e2a;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s ease;
}
.pager__index a:hover::after {
  transform: scale(1, 1);
}
.pager__index a {
  color: #373737;
}
.pager__index a i {
  margin-right: 10px;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #175350;
  background-color: #FFFFFF;
  padding: 8px 15px !important;
  margin: 0 2px !important;
  white-space: nowrap;
  transition: color 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin dotted #175350 !important;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #175350;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #175350;
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery {
  /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

/** 自動で挿入される clearfix の余白解除 **/
.gallery-item {
  /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0 !important;
}

.gallery-icon {
  /** 画像を囲む dt のスタイル **/
  text-align: center;
}

.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  /** キャプション **/
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  /** カラムなし **/
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
  /* 640px以下用の記述 */
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
/* レイアウト設定
******************************************************************************************** */
.in-width {
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 499px) {
  .in-width {
    width: 100%;
  }
}

.drawer--navbarTopGutter {
  padding-top: 0 !important;
}

.layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 499px) {
  .layout {
    width: 100%;
  }
}
.layout {
  position: relative;
}

/* --------------------------------------
   ヘッダー
   -------------------------------------- */
.header {
  order: 1;
  width: 20%;
  max-width: 200px;
  padding-top: 20px;
  position: sticky;
  top: 0;
  right: 0;
  z-index: 100;
}
.header__logo {
  text-align: center;
  margin: 0;
}
.header__lead {
  font-family: "SeoulNamsan CEB";
  color: #175350;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3em;
}
.header .gnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .gnav__list li::before {
  display: none;
}
.header .gnav__list li {
  margin-bottom: 10px;
}
.header__sns {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header__sns li {
  margin: 0 10px;
}

/* --------------------------------------
   メイン
   -------------------------------------- */
.main {
  order: 0;
  width: 80%;
  padding: 40px 0;
}

/* --------------------------------------
   キービジュアル
   -------------------------------------- */
.kv {
  position: relative;
  margin-bottom: 60px;
}
.kv__en {
  position: absolute;
  top: 0;
  left: -30px;
  margin: 0;
}
.kv__img {
  margin: 0 0 20px 0;
}
.kv__img img {
  width: 100%;
  height: auto;
}
.kv__in {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.kv__date {
  margin: 0 20px 0 0;
}
.kv__ttl {
  margin: 0;
  font-family: "SeoulNamsan CEB";
  font-weight: normal;
  color: #175350;
  font-size: 37px;
  font-size: 3.7rem;
  letter-spacing: 0.2em;
}
.kv__txt {
  margin: 0;
  font-family: "SeoulNamsan CEB";
  color: #175350;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3em;
}

/* --------------------------------------
   本日の定食
   -------------------------------------- */
.today {
  padding: 60px 0;
}
.today__in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f9f8f7;
  border-radius: 18px;
  padding: 40px 20px;
}
.today__ttl {
  margin: 0;
}
.today__detail {
  position: relative;
  width: 88%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.today__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 62rem;
}
.today__left {
  width: 40rem;
  position: relative;
  z-index: 2;
  padding: 28rem 0 0 0;
}
.today__txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "SeoulNamsan CEB";
  line-height: 1.8em;
  letter-spacing: 0.3em;
}
.today__insta {
  text-align: right;
  margin: 2rem 0 0 0;
}
.today__post {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.today__img {
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.today__img img.pc-mode {
  width: 100%;
  height: auto;
  display: block;
}
.today__img img.sp-mode {
  display: none;
}

/* --------------------------------------
   カルーセル
   -------------------------------------- */
.imgs {
  padding: 60px 0;
  width: 100vw;
  margin-left: calc(50% - 41vw);
  margin-right: calc(50% - 50vw);
}

/* --------------------------------------
   長崎の世界
   -------------------------------------- */
.world {
  padding: 60px 0;
}
.world__in {
  background: #f9f8f7;
  border-radius: 18px;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.world__ttl {
  margin: 0;
}
.world__detail {
  width: 88%;
}
.world__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.world__left {
  width: 58%;
}
.world__img {
  margin: 0;
}
.world__img img {
  width: 100%;
  height: auto;
}
.world__more {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "SeoulNamsan CEB";
  text-align: right;
}
.world__more a {
  color: #373737;
}
.world__more img {
  margin-left: 6px;
  vertical-align: unset;
}
.world__right {
  width: 38%;
}
.world__sub {
  margin-top: 0;
}
.world__txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2em;
}

/* --------------------------------------
   フッター
   -------------------------------------- */
.footer {
  background: #175350;
  color: #f9f8f7;
  padding: 40px 0;
}
.footer__in {
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 499px) {
  .footer__in {
    width: 100%;
  }
}
.footer__in {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.footer__lead {
  font-family: "SeoulNamsan CEB";
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3em;
  margin: 0;
}
.footer__id {
  margin-right: 6rem;
}
.footer__logo {
  margin-top: 0;
}
.footer .fnav {
  min-width: 300px;
  padding-top: 20px;
}
.footer .fnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .fnav__list li {
  width: 48%;
  display: inline-block;
  margin-bottom: 10px;
}
.footer .fnav__list li:first-child {
  display: block;
  width: 100%;
}
.footer .fnav__list li a {
  color: #f9f8f7;
  font-family: "SeoulNamsan CEB";
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.3em;
}
.footer__sns {
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer__sns li {
  margin-bottom: 10px;
}
.footer__sns--note {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.footer .copyright {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  margin: 0;
}

/* FLOAT CONFIG
******************************************************************************************** */
.clear {
  clear: both;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.center {
  text-align: center;
}
.center img {
  display: inline;
}

.left {
  text-align: left;
}

.flrpic {
  display: inline;
  float: right;
  margin: 0 0 0 15px;
}
.flrpic img {
  display: inline;
  margin-bottom: 5px;
}

.fllpic {
  float: left;
  margin: 0 15px 0 0;
}
.fllpic img {
  display: inline;
  margin-bottom: 5px;
}

.centerpic {
  margin: 0 auto;
  text-align: center;
}
.centerpic img {
  display: inline;
}

.flrtbl {
  float: right;
  margin: 0 0 25px 25px;
}

.flltbl {
  float: left;
  margin: 0 25px 25px 0;
}

.alr {
  text-align: right;
}
.alr img {
  display: inline;
}

.inline {
  display: inline;
}

.all {
  text-align: left;
}

/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/* 共通設定 */
.pc-mode {
  display: block;
}

.sp-mode {
  display: none;
}/*# sourceMappingURL=common.css.map */