@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

header#normal .header-contents.pc, header#post .header-contents.pc {
  font-family: "Noto Serif JP", sans-serif;
  width: 1200px;
  margin: 0 auto;
  height: 105px;
  position: absolute;
  top: 109px;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.9;
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  header#normal .header-contents.pc, header#post .header-contents.pc {
    display: none;
  }
}
header#normal .header-contents.pc .logo, header#post .header-contents.pc .logo {
  padding-left: 88px;
}
header#normal .header-contents.pc .logo img, header#post .header-contents.pc .logo img {
  width: 88px;
  height: 88px;
}
header#normal .header-contents.pc .menu, header#post .header-contents.pc .menu {
  padding-left: 52px;
}
header#normal .header-contents.pc .menu ul.global-menu, header#post .header-contents.pc .menu ul.global-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#normal .header-contents.pc .menu ul.global-menu li, header#post .header-contents.pc .menu ul.global-menu li {
  text-align: center;
  line-height: 1.5em;
  border-right: 1px solid #231815;
  text-align: center;
}
header#normal .header-contents.pc .menu ul.global-menu li:hover, header#post .header-contents.pc .menu ul.global-menu li:hover {
  opacity: 0.7;
}
header#normal .header-contents.pc .menu ul.global-menu li.menu1, header#post .header-contents.pc .menu ul.global-menu li.menu1 {
  padding-right: 18px;
}
header#normal .header-contents.pc .menu ul.global-menu li.menu2, header#post .header-contents.pc .menu ul.global-menu li.menu2 {
  width: 92.5px;
}
header#normal .header-contents.pc .menu ul.global-menu li.menu3, header#post .header-contents.pc .menu ul.global-menu li.menu3 {
  width: 101.7px;
}
header#normal .header-contents.pc .menu ul.global-menu li.menu4, header#post .header-contents.pc .menu ul.global-menu li.menu4 {
  width: 109.8px;
}
header#normal .header-contents.pc .menu ul.global-menu li.menu5, header#post .header-contents.pc .menu ul.global-menu li.menu5 {
  padding-left: 23.5px;
  border-right: none;
}
header#normal .header-contents.pc .contact-box, header#post .header-contents.pc .contact-box {
  padding-left: 47.55px;
  padding-bottom: 2px;
}
header#normal .header-contents.pc .contact-box .tel, header#post .header-contents.pc .contact-box .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#normal .header-contents.pc .contact-box .tel .icon, header#post .header-contents.pc .contact-box .tel .icon {
  background-color: #231815;
  width: 30.933px;
  height: 11.755px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
}
header#normal .header-contents.pc .contact-box .tel .icon p, header#post .header-contents.pc .contact-box .tel .icon p {
  font-size: 8.185px;
  color: #ffffff;
}
header#normal .header-contents.pc .contact-box .tel .tel-no, header#post .header-contents.pc .contact-box .tel .tel-no {
  padding-left: 5px;
  font-size: 23.087px;
}
header#normal .header-contents.pc .contact-box .address, header#post .header-contents.pc .contact-box .address {
  font-size: 9.518px;
  padding-bottom: 2px;
}
header#normal .header-contents.pc .contact-box .time, header#post .header-contents.pc .contact-box .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
}
header#normal .header-contents.pc .contact-box .time .open-time, header#post .header-contents.pc .contact-box .time .open-time {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  width: 35px;
  font-size: 7.607px;
}
header#normal .header-contents.pc .contact-box .time .last-order, header#post .header-contents.pc .contact-box .time .last-order {
  padding-left: 0.75em;
  font-size: 7.607px;
}
header#normal .header-contents.pc .contact-box .time .last-order .sp1, header#post .header-contents.pc .contact-box .time .last-order .sp1 {
  display: inline-block;
  width: 0.5em;
}
header#normal .header-contents.pc .contact-box .closed, header#post .header-contents.pc .contact-box .closed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
}
header#normal .header-contents.pc .contact-box .closed .title, header#post .header-contents.pc .contact-box .closed .title {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  width: 35px;
  font-size: 7.607px;
}
header#normal .header-contents.pc .contact-box .closed .body, header#post .header-contents.pc .contact-box .closed .body {
  padding-left: 0.75em;
  font-size: 7.607px;
}
header#normal .header-contents.pc .contact-box .mail-line, header#post .header-contents.pc .contact-box .mail-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#normal .header-contents.pc .contact-box .mail-line .mail, header#post .header-contents.pc .contact-box .mail-line .mail {
  font-size: 9px;
}
header#normal .header-contents.pc .contact-box .mail-line .note, header#post .header-contents.pc .contact-box .mail-line .note {
  padding-left: 5px;
  font-size: 6.627px;
}
header#normal .header-contents.pc .sns, header#post .header-contents.pc .sns {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header#normal .header-contents.pc .sns .instagram img, header#post .header-contents.pc .sns .instagram img {
  width: 42px;
  height: 42px;
}
header#normal .header-contents.pc .sns .line, header#post .header-contents.pc .sns .line {
  padding-left: 5px;
}
header#normal .header-contents.pc .sns .line img, header#post .header-contents.pc .sns .line img {
  width: 42px;
  height: 42px;
}
header#normal .header-contents.sp, header#post .header-contents.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  header#normal .header-contents.sp, header#post .header-contents.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    color: #231815;
    padding-left: 10px;
  }
}
header#normal .header-contents.sp .logo, header#post .header-contents.sp .logo {
  margin-right: 10px;
}
header#normal .header-contents.sp .logo img#main-logo, header#post .header-contents.sp .logo img#main-logo {
  width: 80px;
  height: 80px;
}
header#normal .header-contents.sp .contact-box, header#post .header-contents.sp .contact-box {
  margin-right: 8px;
}
header#normal .header-contents.sp .contact-box .reserve, header#post .header-contents.sp .contact-box .reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
}
header#normal .header-contents.sp .contact-box .reserve .left, header#post .header-contents.sp .contact-box .reserve .left {
  font-size: 8.1px;
  border: 1px solid #e4c644;
  margin-top: 3px;
  padding: 1px 2px 1px 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.14em;
}
header#normal .header-contents.sp .contact-box .reserve .right, header#post .header-contents.sp .contact-box .reserve .right {
  padding-left: 5px;
  font-size: 23px;
}
header#normal .header-contents.sp .contact-box .address, header#post .header-contents.sp .contact-box .address {
  text-align: left;
  font-size: 9.5px;
  margin-bottom: 3px;
  letter-spacing: 0.08em;
}
header#normal .header-contents.sp .contact-box .open-time, header#post .header-contents.sp .contact-box .open-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 7.6px;
  margin-bottom: 3px;
  letter-spacing: 0.06em;
}
header#normal .header-contents.sp .contact-box .open-time .left, header#post .header-contents.sp .contact-box .open-time .left {
  padding-right: 10px;
}
header#normal .header-contents.sp .contact-box .contact, header#post .header-contents.sp .contact-box .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  header#normal .header-contents.sp .contact-box .contact, header#post .header-contents.sp .contact-box .contact {
    display: block;
  }
}
header#normal .header-contents.sp .contact-box .contact .left, header#post .header-contents.sp .contact-box .contact .left {
  font-size: 9px;
  letter-spacing: 0.05em;
}
header#normal .header-contents.sp .contact-box .contact .right, header#post .header-contents.sp .contact-box .contact .right {
  font-size: 6.6px;
  letter-spacing: 0.02em;
}
header#normal .header-contents.sp .menu img, header#post .header-contents.sp .menu img {
  width: 50px;
  height: 50px;
}
header#normal .header-contents.sp .hide-menu, header#post .header-contents.sp .hide-menu {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background-color: #231815;
  color: white;
  -webkit-transform: translateX(calc(100% + 10px));
          transform: translateX(calc(100% + 10px));
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  /*隠れたり消えたりが0.4sかけてそれぞれ行われるようになる（アニメーション）*/
}
header#normal .header-contents.sp .hide-menu .close-menu, header#post .header-contents.sp .hide-menu .close-menu {
  padding-top: 20px;
  text-align: center;
}
header#normal .header-contents.sp .hide-menu .close-menu img#menu-close, header#post .header-contents.sp .hide-menu .close-menu img#menu-close {
  width: 50px;
  height: 50px;
}
header#normal .header-contents.sp .hide-menu ul.global-menu, header#post .header-contents.sp .hide-menu ul.global-menu {
  padding-top: 25px;
  font-size: 25px;
}
header#normal .header-contents.sp .hide-menu ul.global-menu li, header#post .header-contents.sp .hide-menu ul.global-menu li {
  text-align: center;
  line-height: 1.5em;
}
header#normal .header-contents.sp .hide-menu .logo-sub, header#post .header-contents.sp .hide-menu .logo-sub {
  margin-top: 100px;
  text-align: center;
}
header#normal .header-contents.sp .hide-menu .logo-sub img, header#post .header-contents.sp .hide-menu .logo-sub img {
  width: 40%;
}
header#normal .header-contents.sp .active, header#post .header-contents.sp .active {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header#post .header-contents.pc {
  position: static;
}

footer {
  width: 1200px;
  margin: 0 auto;
  padding-top: 107px;
  padding-bottom: 170px;
  font-family: "Noto Serif JP", serif;
  background-image: url("/wp2511/wp-content/themes/unagi-nagomi/img/back01.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  footer {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
footer .foot-content .logo {
  text-align: center;
}
footer .foot-content .logo img {
  width: 204px;
}
footer .foot-content .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 57px;
}
footer .foot-content .contact-box .wrap .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  footer .foot-content .contact-box .wrap .tel {
    margin-bottom: 10px;
  }
}
footer .foot-content .contact-box .wrap .tel .icon {
  margin-top: 6px;
  border: 2px solid #231815;
  width: 60px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .foot-content .contact-box .wrap .tel .icon p {
  font-size: 15.79px;
}
footer .foot-content .contact-box .wrap .tel .tel-no {
  padding-left: 10px;
  font-size: 44.55px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  footer .foot-content .contact-box .wrap .tel .tel-no {
    letter-spacing: normal;
  }
}
footer .foot-content .contact-box .wrap .address {
  font-size: 18.36px;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  footer .foot-content .contact-box .wrap .address {
    padding-bottom: 10px;
  }
}
footer .foot-content .contact-box .wrap .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  footer .foot-content .contact-box .wrap .time {
    display: block;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer .foot-content .contact-box .wrap .time .wrap {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
footer .foot-content .contact-box .wrap .time .wrap .open-time {
  font-size: 19.81px;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .foot-content .contact-box .wrap .time .wrap .open-time {
    display: block;
    text-align: center;
    margin-bottom: 0.25em;
  }
}
footer .foot-content .contact-box .wrap .time .wrap .open-time .title,
footer .foot-content .contact-box .wrap .time .wrap .open-time .title2 {
  width: 4.5em;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 768px) {
  footer .foot-content .contact-box .wrap .time .wrap .open-time .title,
  footer .foot-content .contact-box .wrap .time .wrap .open-time .title2 {
    margin: 0 auto;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  footer .foot-content .contact-box .wrap .time .wrap .open-time .title2 {
    display: none;
  }
}
footer .foot-content .contact-box .wrap .time .wrap .open-time .inner {
  padding-left: 1em;
}
footer .foot-content .contact-box .wrap .time .wrap .open-time .inner .col1, footer .foot-content .contact-box .wrap .time .wrap .open-time .inner .col2 {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  footer .foot-content .contact-box .wrap .time .wrap .open-time .inner .col1, footer .foot-content .contact-box .wrap .time .wrap .open-time .inner .col2 {
    width: auto;
  }
}
footer .foot-content .contact-box .wrap .time .wrap .open-time .inner .col2 {
  padding-left: 0.75em;
}
footer .foot-content .contact-box .wrap .time .note {
  padding-left: 15px;
  font-size: 17.26px;
}
@media screen and (max-width: 768px) {
  footer .foot-content .contact-box .wrap .time .note {
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
  }
}
footer .foot-content .contact-box .wrap .mail {
  text-align: center;
  font-size: 19.81px;
}
footer .foot-content .sns {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .foot-content .sns .instagram img {
  height: 120px;
}
footer .foot-content .sns .line {
  padding-left: 30px;
}
footer .foot-content .sns .line img {
  height: 120px;
}

#top .catch01 img {
  width: 1200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top .catch01 img {
    width: 100%;
  }
}
#top .notice {
  padding-top: 46px;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .notice {
    display: block;
    padding-left: 0;
  }
}
#top .notice .left {
  color: #44384e;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  #top .notice .left {
    padding-right: 0;
    padding-bottom: 10vw;
  }
}
#top .notice .left .title {
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #top .notice .left .title {
    text-align: center;
  }
}
#top .notice .left .note {
  font-size: 20.975px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #top .notice .left .note {
    text-align: center;
  }
}
#top .notice .left .control {
  width: 184px;
  height: 33.738px;
  background-color: #44384e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #top .notice .left .control {
    margin: 0 auto;
  }
}
#top .notice .left .control p {
  font-size: 20.975px;
  color: #ffffff;
}
#top .notice .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 674px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top .notice .contents {
    width: 100%;
    display: block;
  }
}
#top .notice .contents .single {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #top .notice .contents .single {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
#top .notice .contents .single .photo {
  position: relative;
  width: 100%;
  height: 125px;
  min-height: 125px;
  max-height: 125px;
  z-index: 0;
  overflow: hidden;
}
#top .notice .contents .single .photo img {
  width: 100%;
  height: auto;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #top .notice .contents .single .photo img {
    width: 100%;
  }
}
#top .notice .contents .single .row-box {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  color: #231815;
  height: 96px;
}
#top .notice .contents .single .row-box .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
#top .notice .contents .single .row-box .rows .category {
  padding: 2px 15px;
  background-color: #931d22;
  height: 15px;
  border-radius: 8px;
  color: #eadd79;
}
#top .notice .contents .single .row-box .rows .date {
  color: #231815;
  font-weight: 700;
}
#top .notice .contents .single .row-box .title {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#top .box1 {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #top .box1 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#top .box1 .catch02 {
  text-align: center;
}
#top .box1 .catch02 img {
  width: 631px;
  height: 199px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top .box1 .catch02 img {
    width: 100%;
    height: auto;
  }
}
#top .box1 .mess1 {
  padding-top: 85px;
  font-size: 28px;
  line-height: 40.51px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .box1 .mess1 {
    font-size: 20.975px;
    text-align: left;
  }
}
#top .box2 {
  margin-top: 140px;
  height: 357px;
}
@media screen and (max-width: 768px) {
  #top .box2 {
    margin-top: 2.5vw;
    display: block;
    height: auto;
  }
}
#top .box2 .pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .box2 .pc {
    display: none;
  }
}
#top .box2 .pc .left {
  width: 630px;
}
@media screen and (max-width: 768px) {
  #top .box2 .pc .left {
    width: 100%;
  }
}
#top .box2 .pc .left img {
  width: 100%;
  height: 357px;
}
#top .box2 .pc .right {
  width: 590px;
  background-color: #44384e;
  padding-left: 55px;
  padding-top: 41px;
}
@media screen and (max-width: 768px) {
  #top .box2 .pc .right {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#top .box2 .pc .right img {
  width: 342px;
}
@media screen and (max-width: 768px) {
  #top .box2 .pc .right img {
    width: 100%;
  }
}
#top .box2 .sp .bottom {
  padding-top: 10vw;
  text-align: center;
  background-color: #44384e;
}
#top .box2 .sp .bottom .text1 {
  padding-bottom: 11.75vw;
}
#top .box2 .sp .bottom .text1 img {
  width: 85%;
}
#top .box2 .sp .bottom .link {
  padding-bottom: 8vw;
}
#top .box2 .sp .bottom .link img {
  width: 34%;
}
#top .box2-2 {
  margin-top: 60px;
  height: 357px;
}
@media screen and (max-width: 768px) {
  #top .box2-2 {
    margin-top: 2.5vw;
    display: block;
    height: auto;
  }
}
#top .box2-2 .pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .box2-2 .pc {
    display: none;
  }
}
#top .box2-2 .pc .left {
  width: 568px;
}
@media screen and (max-width: 768px) {
  #top .box2-2 .pc .left {
    width: 100%;
  }
}
#top .box2-2 .pc .left img {
  width: 100%;
  height: 357px;
}
#top .box2-2 .pc .right {
  width: 632px;
  background-color: #44384e;
}
@media screen and (max-width: 768px) {
  #top .box2-2 .pc .right {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#top .box2-2 .pc .right img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top .box2-2 .pc .right img {
    width: 100%;
  }
}
#top .box2-2 .sp .bottom {
  padding-top: 10vw;
  text-align: center;
  background-color: #44384e;
}
#top .box2-2 .sp .bottom .text1 {
  padding-bottom: 11.75vw;
}
#top .box2-2 .sp .bottom .text1 img {
  width: 85%;
}
#top .box2-2 .sp .bottom .link {
  padding-bottom: 8vw;
}
#top .box2-2 .sp .bottom .link img {
  width: 34%;
}
#top .box2-3 {
  margin-top: 60px;
  height: 357px;
}
@media screen and (max-width: 768px) {
  #top .box2-3 {
    margin-top: 2.5vw;
    display: block;
    height: auto;
  }
}
#top .box2-3 .pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .box2-3 .pc {
    display: none;
  }
}
#top .box2-3 .pc .left {
  width: 636px;
}
@media screen and (max-width: 768px) {
  #top .box2-3 .pc .left {
    width: 100%;
  }
}
#top .box2-3 .pc .left img {
  width: 100%;
  height: 357px;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .box2-3 .pc .right {
  width: 564px;
  background-color: #44384e;
}
@media screen and (max-width: 768px) {
  #top .box2-3 .pc .right {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#top .box2-3 .pc .right img {
  width: 100%;
  height: 357px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top .box2-3 .pc .right img {
    width: 100%;
  }
}
#top .box2-3 .sp .bottom {
  padding-top: 10vw;
  text-align: center;
  background-color: #44384e;
}
#top .box2-3 .sp .bottom .text1 {
  padding-bottom: 9.5vw;
}
#top .box2-3 .sp .bottom .text1 img {
  width: 64.75%;
}
#top .box2-3 .sp .bottom .link {
  padding-bottom: 8vw;
}
#top .box2-3 .sp .bottom .link img {
  width: 34%;
}
#top .box3 {
  margin-top: 55px;
  height: 357px;
}
@media screen and (max-width: 768px) {
  #top .box3 {
    margin-top: 2.5vw;
    display: block;
    height: auto;
  }
}
#top .box3 .pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .box3 .pc {
    display: none;
  }
}
#top .box3 .pc .left {
  width: 570px;
  background-color: #44384e;
  padding-left: 194px;
  padding-top: 67px;
}
@media screen and (max-width: 768px) {
  #top .box3 .pc .left {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#top .box3 .pc .left img {
  width: 267px;
}
@media screen and (max-width: 768px) {
  #top .box3 .pc .left img {
    width: 100%;
  }
}
#top .box3 .pc .right {
  width: 630px;
}
@media screen and (max-width: 768px) {
  #top .box3 .pc .right {
    width: 100%;
  }
}
#top .box3 .pc .right img {
  width: 100%;
}
#top .box3 .sp .bottom {
  padding-top: 10vw;
  text-align: center;
  background-color: #44384e;
}
#top .box3 .sp .bottom .text1 {
  padding-bottom: 9.5vw;
}
#top .box3 .sp .bottom .text1 img {
  width: 67.25%;
}
#top .box3 .sp .bottom .link {
  padding-bottom: 8vw;
}
#top .box3 .sp .bottom .link img {
  width: 34%;
}
#top .contact {
  margin-top: 116px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#top .contact img {
  width: 661px;
}
@media screen and (max-width: 768px) {
  #top .contact img {
    width: 100%;
  }
}
#top .box4 {
  margin-top: 119px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 428px;
}
@media screen and (max-width: 768px) {
  #top .box4 {
    display: block;
    height: auto;
  }
}
#top .box4 .left {
  width: 572px;
}
@media screen and (max-width: 768px) {
  #top .box4 .left {
    width: 100%;
  }
}
#top .box4 .left img {
  width: 572px;
}
@media screen and (max-width: 768px) {
  #top .box4 .left img {
    width: 100%;
  }
}
#top .box4 .right {
  width: 628px;
}
@media screen and (max-width: 768px) {
  #top .box4 .right {
    width: 100%;
  }
}
#top .box4 .right img {
  width: 100%;
}

#whatis {
  color: #44384e;
}
#whatis .catch01 {
  padding-bottom: 125px;
}
#whatis .catch01 img {
  width: 1200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #whatis .catch01 img {
    width: 100%;
  }
}
#whatis h1 {
  text-align: center;
  margin-bottom: 50px;
}
#whatis h1 img {
  width: 354px;
}
#whatis .text01 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #whatis .text01 {
    padding: 0 10px;
  }
}
#whatis .text01 img {
  width: 836px;
}
@media screen and (max-width: 768px) {
  #whatis .text01 img {
    width: 100%;
  }
}
#whatis .img01 {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #whatis .img01 {
    margin-bottom: 0;
  }
}
#whatis .img01 img {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  #whatis .img01 img {
    width: 100%;
  }
}
#whatis .text02 {
  font-size: 28px;
  text-align: center;
  line-height: 50.5px;
}
@media screen and (max-width: 768px) {
  #whatis .text02 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20.975px;
    text-align: left;
  }
}
#whatis .text02 .bk01,
#whatis .text02 .bk02 {
  margin-bottom: 50.5px;
}
#whatis .box01 {
  text-align: center;
  margin-top: 100px;
  width: 1200px;
  background-image: url("/wp2511/wp-content/themes/unagi-nagomi/img/whatis/box01-back01.png");
  background-size: 1200px auto;
}
@media screen and (max-width: 768px) {
  #whatis .box01 {
    width: 100%;
    background-size: 100% auto;
  }
}
#whatis .box01 h2.title img {
  width: 1200px;
}
@media screen and (max-width: 768px) {
  #whatis .box01 h2.title img {
    width: 100%;
  }
}
#whatis .box01 .inner1 {
  width: 1200px;
  padding-bottom: 95px;
}
#whatis .box01 .inner1 p.text02 {
  padding-top: 50px;
}
#whatis .box01 .inner1 p.text02 img {
  width: 715px;
}
@media screen and (max-width: 768px) {
  #whatis .box01 .inner1 p.text02 img {
    width: 100%;
  }
}
#whatis .box01 .inner1 p.img02 {
  padding-top: 40px;
}
#whatis .box01 .inner1 p.img02 img {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  #whatis .box01 .inner1 p.img02 img {
    width: 100%;
  }
}
#whatis .box01 .inner1 p.main-text {
  padding-top: 80px;
  font-size: 28px;
  line-height: 50.51px;
}
@media screen and (max-width: 768px) {
  #whatis .box01 .inner1 p.main-text {
    font-size: 20.975px;
    text-align: left;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #whatis .box01 .inner1 {
    width: 100%;
    padding: 20px 10px 0 10px;
  }
}
#whatis .box02 {
  width: 1200px;
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  #whatis .box02 {
    width: 100%;
  }
}
#whatis .box02 h2.title {
  text-align: center;
}
#whatis .box02 h2.title img {
  width: 883px;
}
@media screen and (max-width: 768px) {
  #whatis .box02 h2.title img {
    width: 100%;
  }
}
#whatis .box02 p.text01 {
  padding-top: 110px;
}
#whatis .box02 p.text01 img {
  width: 691px;
}
@media screen and (max-width: 768px) {
  #whatis .box02 p.text01 img {
    width: 100%;
  }
}
#whatis .box02 p.img01 {
  padding-top: 40px;
}
#whatis .box02 p.img01 img {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  #whatis .box02 p.img01 img {
    width: 100%;
    height: auto;
  }
}
#whatis .box02 p.main-text {
  text-align: center;
  padding-top: 80px;
  font-size: 28px;
  line-height: 50.51px;
}
@media screen and (max-width: 768px) {
  #whatis .box02 p.main-text {
    font-size: 20.975px;
    text-align: left;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#whatis .contact {
  text-align: center;
  padding: 100px 0 50px 0;
}
#whatis .contact p {
  display: inline-block;
}
#whatis .contact p img {
  width: 400px;
}
@media screen and (max-width: 768px) {
  #whatis .contact p img {
    width: 80%;
  }
}

#menu {
  color: #44384e;
}
#menu .catch01 {
  margin-bottom: 125px;
}
#menu .catch01 img {
  width: 1200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #menu .catch01 img {
    width: 100%;
  }
}
#menu h1 {
  text-align: center;
  margin-bottom: 35px;
}
#menu h1 img {
  width: 330px;
}
#menu .menu {
  text-align: center;
}
#menu .menu img {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  #menu .menu img {
    width: 100%;
  }
}
#menu .contact {
  text-align: center;
  padding: 100px 0 50px 0;
}
#menu .contact p {
  display: inline-block;
}
#menu .contact p img {
  width: 400px;
}
@media screen and (max-width: 768px) {
  #menu .contact p img {
    width: 80%;
  }
}

#contact {
  color: #44384e;
}
#contact .catch01 {
  margin-bottom: 125px;
}
#contact .catch01 img {
  width: 1200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #contact .catch01 img {
    width: 100%;
  }
}
#contact h1 {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #contact h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#contact h1 img {
  width: 441px;
}
@media screen and (max-width: 768px) {
  #contact h1 img {
    width: 100%;
  }
}
#contact .text1 {
  text-align: center;
  font-size: 27.77px;
  line-height: 43.45px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #contact .text1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#contact .button-box {
  text-align: center;
  margin-bottom: 63px;
}
@media screen and (max-width: 768px) {
  #contact .button-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#contact .button-box img {
  width: 523px;
}
@media screen and (max-width: 768px) {
  #contact .button-box img {
    width: 100%;
  }
}
#contact .button-box p {
  margin-bottom: 50px;
}
#contact .button-box p:last-child {
  margin-bottom: 0;
}
#contact .text2 {
  text-align: center;
  font-size: 23px;
  line-height: 37.45px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  #contact .text2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
#contact .access .title-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 206px;
  background-color: #44384e;
  opacity: 0.9;
  padding-top: 34px;
  color: white;
}
@media screen and (max-width: 768px) {
  #contact .access .title-box {
    height: auto;
    padding-bottom: 34px;
  }
}
#contact .access .title-box .title {
  text-align: center;
  font-size: 76.36px;
  margin-bottom: 25px;
}
#contact .access .title-box p {
  text-align: center;
  font-size: 23px;
  font-weight: 200;
}
#contact .access .map {
  width: 100%;
  height: 600px;
}

main#post-page, main#post-list {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main#post-page, main#post-list {
    width: 100%;
  }
}
main#post-page .contents, main#post-list .contents {
  width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  main#post-page .contents, main#post-list .contents {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
main#post-page .contents .more-btn, main#post-list .contents .more-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 20px;
}
main#post-page .contents .post-item, main#post-list .contents .post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #ccc;
}
main#post-page .contents .post-item .photo, main#post-list .contents .post-item .photo {
  width: 240px;
}
main#post-page .contents .post-item .photo p, main#post-list .contents .post-item .photo p {
  min-width: 100%;
}
main#post-page .contents .post-item .photo img, main#post-list .contents .post-item .photo img {
  min-width: 100%;
  max-width: 100%;
}
main#post-page .contents .post-item .text, main#post-list .contents .post-item .text {
  padding-left: 20px;
  width: 740px;
}
main#post-page .contents .post-item .text h2, main#post-list .contents .post-item .text h2 {
  font-size: 30px;
  padding-bottom: 10px;
}
main#post-page .contents .post-item .text .contents, main#post-list .contents .post-item .text .contents {
  font-size: 24px;
  line-height: 1.8em;
}
main#post-page .contents .single h2, main#post-list .contents .single h2 {
  font-size: 34px;
  padding-bottom: 20px;
}
main#post-page .contents .single .date, main#post-list .contents .single .date {
  font-size: 20px;
  padding-bottom: 10px;
}
main#post-page .contents .single .content, main#post-list .contents .single .content {
  font-size: 24px;
  line-height: 1.8em;
}

img {
  display: inline-block;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.pct {
  display: inlink;
}
@media screen and (max-width: 768px) {
  .pct {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.spt {
  display: none;
}
@media screen and (max-width: 768px) {
  .spt {
    display: inline;
  }
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

body {
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    position: static;
  }
}

main {
  width: 1200px;
  margin: 0 auto;
  background-image: url("/wp2511/wp-content/themes/unagi-nagomi/img/back01.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  main {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */