/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
html, body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

figure {
  margin: 0;
}

/**
 * 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 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * 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;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

span.phrase {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .small-visible {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .large-visible {
    display: none !important;
  }
}
img.img-responsive {
  width: 100%;
  max-width: 100%;
}

/*-------------------- init --------------------*/
* {
  position: relative;
  line-height: 1em;
}

a {
  color: #222;
  text-decoration: none;
}

html {
  color: #222;
  background-color: #eaeaea;
  text-align: center;
  font-size: 11pt;
  font-family: shippori-mincho, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  html {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
}

.heading1 {
  text-align: left;
  font-size: 15px;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .heading1 {
    font-size: 14px;
  }
}
.heading1 span {
  display: inline-block;
  margin-right: 10px;
  font-size: 55px;
  font-family: cormorant-garamond, serif;
  font-weight: 500;
  font-style: normal;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .heading1 span {
    font-size: 25px;
  }
}
.heading1:after {
  content: "";
  height: 1px;
  width: 100px;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.right-button {
  text-align: right;
}

.center-button {
  text-align: center;
}

.button1 {
  border: 1px solid #FFF;
  border-radius: 70px;
  display: inline-block;
  padding: 15px 70px;
  color: #FFF;
  text-align: center;
  font-size: 17px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .button1 {
    padding: 20px 40px 18px;
    font-size: 17px;
  }
}
.button1:hover {
  background-color: #FFF;
  color: #052b57;
}

.garamond, section#mainvisual h2, header nav > ul > li:last-child span, header nav > ul > li > a, .section-heading, .heading1, .button1 {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.section-heading {
  color: #000;
  font-size: 50px;
}
.section-heading span {
  margin-top: 15px;
  display: block;
  font-size: 18px;
}

.section1 {
  padding: 90px 0;
  color: #000;
}
.section1 p {
  font-size: 14pt;
  line-height: 1.8em;
}

header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header.scrolled {
  background-color: #111;
}
header h1 {
  padding: 10px 20px;
}
header h1 img {
  width: 160px;
}
@media only screen and (max-width: 767px) {
  header h1 img {
    width: 100px;
  }
}
header button#menu-button {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1000;
}
@media only screen and (min-width: 768px) {
  header button#menu-button {
    display: none;
  }
}
header nav {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  header nav {
    background-color: #111111;
    width: 95vw;
    right: -95vw;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    height: 100vh;
  }
}
@media only screen and (min-width: 768px) {
  header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header nav.visible {
  right: 0;
}
@media only screen and (max-width: 767px) {
  header nav > ul {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  header nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  header nav > ul > li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  header nav > ul > li.kaishinmaru {
    background-color: #00223a;
  }
}
header nav > ul > li > a {
  color: #FFF;
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  header nav > ul > li > a {
    padding: 15px 20px;
  }
}
header nav > ul > li > a:hover {
  border-bottom: 3px solid #FFF;
}
header nav > ul > li:last-child:hover > ul {
  top: 100%;
}
header nav > ul > li:last-child span {
  display: block;
  background-color: #e84018;
  padding: 25px 50px;
  color: #FFF;
  border-bottom: 3px solid #e84018;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  header nav > ul > li:last-child span {
    margin-top: 10px;
    padding: 15px 15px 5px;
  }
}
header nav > ul > li:last-child > ul {
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 768px) {
  header nav > ul > li:last-child > ul {
    position: absolute;
    top: -100%;
    z-index: 1;
    left: 0;
  }
}
header nav > ul > li:last-child > ul li a {
  background-color: #e84018;
  padding: 10px 5px;
  display: block;
  font-size: 14px;
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  header nav > ul > li:last-child > ul li a {
    margin-top: 1px;
  }
}
@media only screen and (max-width: 767px) {
  header nav > ul > li:last-child > ul li a {
    padding: 10px 20px;
  }
}
header nav > ul > li:last-child > ul li a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  header nav > ul > li.about > ul {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header nav > ul > li.about > ul {
    margin-bottom: 20px;
  }
  header nav > ul > li.about > ul a {
    display: block;
    margin-top: 13px;
    color: #FFF;
    padding-left: 20px;
    font-size: 13px;
  }
}
header nav > ul#sns-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  header nav > ul#sns-icon-list {
    padding-top: 8px;
    padding-right: 8px;
  }
}
header nav > ul#sns-icon-list li {
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  header nav > ul#sns-icon-list li {
    margin-right: 10px;
  }
}
header nav > ul#sns-icon-list li a {
  padding: 0;
}
header nav > ul#sns-icon-list li img {
  width: 50px;
}
@media only screen and (min-width: 768px) {
  header nav > ul#sns-icon-list li img {
    width: 30px;
  }
}

section#mainvisual > ul img {
  width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  section#mainvisual > ul img {
    height: 90vh;
    -o-object-position: 18% 50%;
       object-position: 18% 50%;
  }
}
section#mainvisual h2 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  color: #FFF;
  font-size: 24px;
  text-align: left;
  margin-bottom: -0.7em;
}
section#mainvisual h2 strong {
  font-weight: normal;
  font-size: 80px;
}

@media only screen and (min-width: 768px) {
  div.design-slice {
    max-width: 600px;
    margin: 0 auto;
  }
}
div.design-slice img {
  width: 100%;
}

section#overview > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  section#overview > div {
    padding: 0 10px;
  }
}
section#overview > div h3 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: normal;
  text-align: left;
  line-height: 1.4em;
  font-size: 40px;
  border-right: 1px solid #000;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  section#overview > div h3 {
    font-size: 24px;
  }
}
section#overview > div > div {
  padding-left: 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  section#overview > div > div {
    padding-left: 20px;
  }
}
section#overview > div > div h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  section#overview > div > div h4 {
    font-size: 18px;
  }
}
section#overview > div > div p {
  font-size: 16px;
  line-height: 2.6em;
}
@media only screen and (max-width: 767px) {
  section#overview > div > div p {
    padding-right: 10px;
    font-size: 15px;
    line-height: 2em;
  }
}
section#overview ul {
  margin-top: 50px;
  padding: 0 3%;
}
@media only screen and (min-width: 768px) {
  section#overview ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  section#overview ul li {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  section#overview ul li {
    margin-bottom: 40px;
  }
  section#overview ul li:nth-child(1), section#overview ul li:nth-child(3) {
    position: relative;
    left: -15px;
  }
  section#overview ul li:nth-child(2) {
    position: relative;
    right: -15px;
  }
}
section#overview ul li img {
  width: 100%;
  -webkit-box-shadow: 20px 20px 0 0 rgb(69, 37, 18);
          box-shadow: 20px 20px 0 0 rgb(69, 37, 18);
}

section#course ul#course-list {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  section#course ul#course-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section#course ul#course-list li {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  section#course ul#course-list li {
    margin: 20px 10px 0;
  }
}
section#course ul#course-list li img {
  max-width: 400px;
}
section#course > img {
  max-width: 400px;
}
section#course > p {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  section#course > p {
    padding: 40px 20px;
  }
}
section#course ul.slider li img {
  width: 100%;
  aspect-ratio: 1/1;
}

section#drink > div {
  padding-top: 80px;
}
section#drink > div > div#drink-photo img {
  width: 100%;
  max-width: 1000px;
}
section#drink > div > div#drink-description {
  padding-top: 50px;
}
section#drink > div > div#drink-description p {
  line-height: 2.2em;
}
section#drink > div a#drink-menu-switch {
  margin-top: 50px;
  background-color: #d4d0b2;
  display: inline-block;
  width: 90vw;
  max-width: 1028px;
  padding: 1em;
}
section#drink > div a#drink-menu-switch:hover {
  opacity: 0.7;
}
section#drink ul {
  max-width: 1000px;
  margin: 50px auto 0;
}
@media only screen and (min-width: 768px) {
  section#drink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section#drink ul li {
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  section#drink ul li {
    margin-bottom: 20px;
  }
}
section#drink ul li img {
  width: 100%;
}

section#chef > div {
  margin: 0 auto;
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  section#chef > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  section#chef > div > div:first-child {
    width: 50%;
  }
}
section#chef > div > div:first-child img {
  width: 100%;
}
section#chef > div > div:last-child {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  section#chef > div > div:last-child {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  section#chef > div > div:last-child {
    padding-left: 40px;
  }
}
section#chef > div > div:last-child h4 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  section#chef > div > div:last-child h4 {
    padding-top: 20px;
  }
}
section#chef > div > div:last-child h4 span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
section#chef > div > div:last-child dl {
  font-size: 17px;
  margin-top: 40px;
  line-height: 1.8em;
}
section#chef > div > div:last-child dl dt {
  margin-top: 20px;
  line-height: 1.8em;
}
section#chef > div > div:last-child dl dd {
  line-height: 1.8em;
}

section#shop iframe {
  margin-top: 50px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  section#shop p {
    font-size: 12pt;
  }
}
section#shop a.button1 {
  background-color: #FFF;
  border-radius: 100pt;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 20px 30px;
  font-size: 30px;
  color: #000;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  section#shop a.button1 {
    padding: 13px 20px 10px;
    font-size: 24px;
  }
}
section#shop a.button1:hover {
  color: #999;
}
section#shop a.button1 > img {
  position: relative;
  top: -3px;
}

footer {
  background-color: #111;
  padding: 30px 0;
}
footer > a img {
  width: 150px;
}
footer > ul#footer-sns-icon-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  footer > ul#footer-sns-icon-list {
    padding-top: 8px;
    padding-right: 8px;
  }
}
footer > ul#footer-sns-icon-list li {
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  footer > ul#footer-sns-icon-list li {
    margin-right: 10px;
  }
}
footer > ul#footer-sns-icon-list li a {
  padding: 0;
}
footer > ul#footer-sns-icon-list li img {
  width: 40px;
}
@media only screen and (min-width: 768px) {
  footer > ul#footer-sns-icon-list li img {
    width: 30px;
  }
}
footer small {
  display: block;
  margin-top: 30px;
}

div#loading-screen {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 10000;
}
div#loading-screen > img {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
div#loading-screen .loader,
div#loading-screen .loader:before,
div#loading-screen .loader:after {
  border-radius: 50%;
}
div#loading-screen .loader {
  color: #ffffff;
  font-size: 4px;
  text-indent: -99999em;
  margin: 55px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10em;
  height: 10em;
  -webkit-box-shadow: inset 0 0 0 1em;
          box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0) translate(-50%, -50%);
}
div#loading-screen .loader:before,
div#loading-screen .loader:after {
  position: absolute;
  content: "";
}
div#loading-screen .loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #000;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.1em 5.1em;
  transform-origin: 5.1em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
div#loading-screen .loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #000;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 4.9em;
  -webkit-transform-origin: 0.1em 5.1em;
  transform-origin: 0.1em 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

html {
  overflow: hidden;
}

body.kaishinmaru {
  background-color: #FFF;
  background-image: url(../images/kaishinmaru/body_bg.png);
  background-repeat: repeat-x;
  background-size: 100% 2500px;
  font-family: sans-serif;
}
body.kaishinmaru section#mainvisual > picture img {
  width: 100%;
}
body.kaishinmaru section#mainvisual h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru section#mainvisual h2 {
    right: auto;
    left: 20px;
  }
}
body.kaishinmaru section#mainvisual h2 img {
  width: 50vw;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru section#mainvisual h2 img {
    width: 230px;
  }
}
body.kaishinmaru section#overview-ship {
  padding: 90px 0 20px;
}
body.kaishinmaru section#overview-ship h3 img {
  width: 70vw;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru section#overview-ship h3 img {
    width: 400px;
  }
}
body.kaishinmaru section#overview-ship p {
  padding: 20px;
  font-size: 11pt;
  line-height: 2.1em;
}
body.kaishinmaru .section-heading-kaishinmaru {
  font-family: shippori-mincho, serif;
  text-align: left;
}
body.kaishinmaru .section-heading-kaishinmaru span:first-child {
  background-color: #000;
  display: inline-block;
  color: #FFF;
  font-size: 20pt;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru .section-heading-kaishinmaru span:first-child {
    font-size: 24pt;
  }
}
body.kaishinmaru .section-heading-kaishinmaru span:last-child {
  font-size: 8pt;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru .section-heading-kaishinmaru span:last-child {
    font-size: 10pt;
  }
}
body.kaishinmaru section#fishing-plan {
  padding: 0px 20px;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru section#fishing-plan {
    max-width: 1200px;
    margin: 0 auto;
  }
}
body.kaishinmaru section#fishing-plan ul {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru section#fishing-plan ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body.kaishinmaru section#fishing-plan ul li {
  margin-top: 20px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru section#fishing-plan ul li {
    width: 49%;
  }
}
body.kaishinmaru section#fishing-plan ul li > img {
  position: absolute;
  width: 30%;
  left: 0;
  top: 0;
}
body.kaishinmaru section#fishing-plan ul li > div {
  padding-left: calc(30% + 10px);
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  font-size: 10pt;
}
body.kaishinmaru section#fishing-plan ul li > div p {
  font-size: 10pt;
}
body.kaishinmaru section#fishing-plan ul li > div h4 {
  font-family: shippori-mincho, serif;
  text-align: left;
  font-size: 13pt;
  margin-bottom: 20px;
}
body.kaishinmaru section#fishing-plan ul li > div h4 span {
  font-family: sans-serif;
  display: inline-block;
  background-color: #000;
  color: #FFF;
  font-size: 9pt;
  font-weight: normal;
  padding: 4px;
  line-height: 1em;
  margin-right: 5px;
}
body.kaishinmaru section#fishing-plan ul li > div h5 {
  font-weight: bold;
  font-size: 11pt;
}
body.kaishinmaru section#fishing-plan ul li > div p {
  line-height: 1.5em;
}
body.kaishinmaru section#fishing-plan ul li > div p span.price {
  color: #E00;
  font-weight: bold;
}
body.kaishinmaru section#fishing-plan p.remark {
  font-size: 9pt;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru section#fishing-plan p.remark {
    margin-top: 30px;
  }
}
body.kaishinmaru section#calendar {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru section#calendar {
    max-width: 1200px;
    margin: 0 auto;
  }
}
body.kaishinmaru section#calendar iframe {
  margin: 20px 0;
  width: 100%;
  height: 100vw;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru section#calendar iframe {
    height: 700px;
  }
}
body.kaishinmaru section.contact {
  background-color: #3b8bc3;
  padding: 30px 20px;
  color: #FFF;
  font-family: shippori-mincho, serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru section.contact {
    margin: 100px 0;
  }
}
body.kaishinmaru section.contact h3 {
  font-size: 16pt;
  margin: 0px 0 20px;
}
body.kaishinmaru section.contact > a.contact-button {
  color: #3b8bc3;
  text-decoration: none;
  display: inline-block;
  padding: 10px 30px;
  line-height: 1em;
  border-radius: 100px;
  background-color: #FFF;
  font-size: 18pt;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru section.contact > a.contact-button:hover {
    opacity: 0.7;
  }
}
body.kaishinmaru section.contact a img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru section.contact a img {
    width: 500px;
  }
  body.kaishinmaru section.contact a img:hover {
    opacity: 0.7;
  }
}
body.kaishinmaru section.contact a:last-child {
  display: inline-block;
  margin-top: 10px;
}
body.kaishinmaru section#equipment {
  padding: 40px 20px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru section#equipment {
    max-width: 1200px;
    margin: 0 auto;
  }
}
body.kaishinmaru section#equipment p {
  font-size: 11pt;
}
body.kaishinmaru section#captain-profile {
  padding: 40px 20px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru section#captain-profile {
    max-width: 1200px;
    margin: 0 auto;
  }
}
body.kaishinmaru section#captain-profile > img {
  position: absolute;
  right: 0;
  top: 0;
  width: 60vw;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru section#captain-profile > img {
    width: 600px;
  }
}
body.kaishinmaru section#captain-profile p {
  font-size: 11pt;
}
body.kaishinmaru section#terms {
  padding: 40px 20px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  body.kaishinmaru section#terms {
    max-width: 1200px;
    margin: 0 auto;
  }
}
body.kaishinmaru section#terms > div.terms-content {
  margin-top: 20px;
  height: 400px;
  overflow: scroll;
}
body.kaishinmaru section#terms > div.terms-content h4 {
  background-color: #cddfec;
  padding: 10px;
  font-weight: normal;
}
body.kaishinmaru section#terms > div.terms-content p {
  font-size: 10pt;
}
body.kaishinmaru section#terms > div:last-child {
  padding-top: 30px;
  text-align: center;
}
body.kaishinmaru section#terms > div:last-child > a {
  display: inline-block;
  font-size: 12pt;
  color: #3b8bc3;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */