@charset "UTF-8";
/* ==============================

目次

============================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  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 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Add Coco-jet Custom
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ==============================

Selector

============================== */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: 3.4666666667vw;
  line-height: 1.8;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  body {
    min-width: 100%;
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: inline-block;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease-in, color 0.2s ease-in, background-color 0.2s ease-in;
}

p {
  margin: 0;
  font-weight: 600;
}

a,
a:focus,
*:focus {
  outline: none;
}

/* ----- TOPローディング ----- */
#loader-bg {
  background: #fff;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader {
  position: absolute;
  width: 80px;
  display: flex;
  justify-content: space-between;
}

.loader-circle {
  width: 20px;
  height: 20px;
  background-color: #999;
  border-radius: 50%;
  animation: loading 1s infinite;
}
.loader-circle:nth-child(2) {
  animation-delay: 0.1s;
}
.loader-circle:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes loading {
  0% {
    transform: scale(0.1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* ==============================

Module

============================== */
.spOnly {
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .spOnly {
    display: none;
  }
}

.pcOnly {
  display: none;
}
@media screen and (min-width: 600px) {
  .pcOnly {
    display: inline-block;
  }
}

.cntBlock {
  padding: 80px 0;
  background-color: white;
}
.cntBlock.-bgColor01 {
  background-color: #004CA0;
}
.cntBlock.-bgColor02 {
  background-color: #fff7f7;
}
.cntBlock.-bgColor03 {
  background-color: rgba(8, 255, 200, 0.05);
}
@media screen and (min-width: 600px) {
  .cntBlock {
    padding: 100px 0;
  }
}

.heding {
  margin: 0 0;
  font-size: 6.4vw;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  .heding {
    margin-bottom: 1.5em;
    font-size: 3.8rem;
  }
}

.heding_en {
  display: block;
  line-height: 1;
  margin-bottom: 4px;
  font-size: 28px;
  color: #C9A333;
}

.heding_ja {
  position: relative;
  display: inline-block;
  width: 142px;
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
  font-family: "Avalon", sans-serif;
  color: #ffffff;
}
.heding_en01 {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 24px;
  color: #ffffff;
  text-align: left;
}

.heding_ja01 {
  display: block;
  line-height: 1;
  font-size: 24px;
  color: #ffffff;
  text-align: left;
}

.heding_en02 {
  display: block;
  line-height: 1.6;
  margin-bottom: 4px;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #C9A333;
}

.heding_ja02 {
  position: relative;
  display: inline-block;
  width: 156px;
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
  font-family: "Avalon", sans-serif;
  color: #ffffff;
}
.heding_en03 {
  display: block;
  line-height: 1.6;
  margin-bottom: 4px;
  font-size: 20px;
  text-align: left;
  letter-spacing: 0em;
  color: #333333;
}

.underline {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
  background-color: rgba(8, 255, 200, 0.36);
}
.underline::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  width: 0;
}

/* ==============================

Block

============================== */
.wrapper {
  overflow: hidden;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 4vw;
}
@media screen and (min-width: 600px) {
  .inner {
    padding: 0;
  }
}

.contactbutton {
  width: 300px;
  margin: 0 auto;
}
.contactbutton p a {
  color: #ffffff;
  background-color: #C9A333;
  padding: 20px 60px;
  border-radius: 8px;
  letter-spacing: 0.2rem;
  font-size: 16px;
}

.sec_p {
  font-size: 16px;
  color: #C9A333;
  text-align: center;
  margin: 28px 0;
  letter-spacing: 0.2em;
}
.sec_p .sec_pblocks {
  margin: 28px 0;
}
/* ==============================

Header

============================== */
/* 
Header sub
------------------------------ */
.header {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .header {
    background-color: rgba(255, 255, 255, 0);
  }
}
.header .inner {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .header .inner {
    padding: 0 8vw;
  }
}

.headerContainer {
  padding: 16px 0;
}
.headerLogo {
  position: relative;
  width: 98px;
  margin: 0 0 0 auto;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .headerLogo {
    width: 160px;
  }
}

.headerComents {
  line-height: 1;
  font-size: 12px;
  color: #5C423A;
  position: absolute;
  left: 16%;
  top: 10px;
}
@media screen and (min-width: 600px) {
  .headerComents {
    display: none;
  }
}
.headerComents .down {
  margin-top: 10px;
}

.headerNav_items {
  width: 100%;
  position: absolute;
  top: 0%;
  padding-top: 65px;
  right: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
  background-color: rgba(0, 76, 160, 0.9);
}
.headerNav_items.-open {
  visibility: visible;
  opacity: 1;
  z-index: 11;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 600px) {
  .headerNav_item {
    width: 100%;
    text-align: center;
  }
}

.headerNav_item a {
  position: relative;
  display: block;
  padding: 1.5rem 1rem 1.5em 3em;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .headerNav_item a:hover:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 600px) {
  .headerNav_item a {
    padding: 1.5rem 3rem;
    font-size: 1.4rem;
    width: 100%;
  }
}

.headerNav_button {
  display: block;
  position: absolute;
  left: 4.2666666667vw;
  top: 20px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  border: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  background: transparent;
}
@media screen and (min-width: 600px) {
  .headerNav_button {
    top: 26px;
  }
}

.headerNav_buttonLine {
  position: relative;
  display: block;
  width: 22px;
  margin: 0 auto 20px;
  height: 2px;
  background: #5C423A;
  transition: all 0.3s ease;
  z-index: 12;
}
.headerNav_buttonLine:after {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #5C423A;
  transition: all 0.3s ease;
}
.headerNav_buttonLine.-close {
  transform: translateY(10px) rotate(45deg);
  background: #ffffff;
}
.headerNav_buttonLine.-close:before {
  opacity: 0;
}
.headerNav_buttonLine.-close:after {
  transform: translateY(-10px) rotate(-90deg);
  background: #ffffff;
}

/* ==============================

pop_up

============================== */
#pop_up {
  color: #ffffff;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 20;
}
#pop_up .pop_up_blocks {
  width: 343px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #004CA0;
  z-index: 2;
  padding: 16px 16px 16px;
  margin: 0;
  font-size: 16px;
  text-align: center;
}
#pop_up .pop_up_blocks .pop_area {
  padding: 0 8px 0;
  margin: 24px 0 0;
  display: block;
  text-align: center;
}
#pop_up .tells {
  margin: 24px 0 0;
  font-size: 32px;
  font-weight: 600;
}
#pop_up .tells a {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
}
#pop_up .tells:hover {
  opacity: 0.7;
}
#pop_up .pop_p {
  font-weight: bold;
  font-size: 17px;
  margin: 0;
}
#pop_up .tells_sub {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
#pop_up .tells_catering {
  margin: 32px 0;
  font-weight: bold;
  font-size: 13px;
}
#pop_up .now {
  font-size: 18px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 0;
}
#pop_up .contact-link {
  color: #333 !important;
  text-decoration: none !important;
}
#pop_up .back_up {
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  margin-top: 32px;
  color: #333333;
}
#pop_up .back_up span {
  background-color: #ffffff;
  font-size: 14px;
  padding: 4px 40px;
}
#pop_up .back_up:hover {
  opacity: 0.7;
}

.contact_P {
  background-color: #ffffff;
  margin: 32px 0;
}
.contact_P a {
  font-size: 18px;
  padding: 16px 0;
  font-weight: 600;
}

/* ==============================

Hero

============================== */
/* 
Hero sub
------------------------------ */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
}
.hero::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../img/hero/main@2.webp);
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .hero::after {
    background-image: url(../img/hero/main@2pc.webp);
  }
}
@media screen and (min-width: 600px) {
  .hero .heromain img {
    height: 614px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0px 72px;
    object-position: 0px -4%;
  }
}

.hero_slider_itme {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
}
.hero_slider_itme.-slide01 {
  background-image: url(../img/hero/main@2.webp);
}
@media screen and (min-width: 600px) {
  .hero_slider_itme.-slide01 {
    background-image: url(../img/hero/main@2pc.webp);
  }
}

.hiroContainer {
  position: absolute;
  top: 35vh;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .hiroContainer {
    top: 40vh;
  }
}

.hero_title {
  margin: 0 0 0.15em;
  width: 345px;
  margin: 0 auto;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .hero_title {
    font-size: 6.2rem;
  }
}

.hero_message {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 45px auto 36px;
}

/* ==============================
section01
============================== */
.sec01_blocks {
  margin-top: 34px;
}
.sec01_blocks .sec01_h3 {
  color: #C9A333;
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
.sec01_blocks .sec01_photo_blocks {
  margin-top: 86px;
}
.sec01_blocks .sec01_photo_blocks .sec01_photo01 {
  width: 86.67%;
}
.sec01_blocks .sec01_photo_blocks .sec01_photo02 {
  width: 51.47%;
  margin: -30px 5px 0 auto;
}

/* ==============================
section02
============================== */
#section02 {
  background-image: url(../img/section02/section04_07.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.sec02_blocks {
  margin: 40px 0 0;
}
.sec02_blocks .sec02_h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  max-width: 375px;
}
@media screen and (min-width: 600px) {
  .sec02_blocks .sec02_h3 {
    margin: 0 0 0 auto;
  }
}
.sec02_blocks .sec02_h3 .sec02_up {
  line-height: 1;
}
.sec02_blocks .sec02_h3 .sec02_up span {
  padding: 15px 22px;
  background-color: #C9A333;
}
.sec02_blocks .sec02_h3 .sec02_down {
  line-height: 1;
  text-align: right;
  margin-top: 30px;
}
.sec02_blocks .sec02_h3 .sec02_down span {
  padding: 15px 22px;
  background-color: #C9A333;
}
.sec02_blocks .sec02_photo01 {
  width: 86%;
}
.sec02_blocks .sec02_photos {
  display: flex;
  justify-content: space-between;
}
.sec02_blocks .sec02_photos li {
  width: 49%;
}
.sec02_blocks .sec02_photo02 {
  margin-top: 8px;
}

/* ==============================
section03
============================== */
#section03 {
  background-color: white;
}
#section03 .sec03_block01 {
  background-image: url(../img/section03/section02_1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 4vw 168px;
  margin: 0 auto;
}
#section03 .sec03_block01 .heding .heding_en03 {
  margin-bottom: 15px;
  font-size: 18px;
}
#section03 .sec03_block01 p[sec03_p] {
  padding-top: 28px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.2em;
}
#section03 .sec03_block01 .sec03_small {
  font-size: 14px;
  font-weight: 300;
  padding: 30px 0 0;
  line-height: 2;
  letter-spacing: 0.2em;
}
#section03 .inner {
  position: relative;
}
#section03 .inner .sec03_blocks {
  padding-bottom: 80px;
}
#section03 .inner .sec03_blocks .ower_photos {
  width: 56%;
  margin-top: -108px;
}
#section03 .inner .sec03_blocks .ower_photos .ower_p {
  line-height: 2;
  margin: 20px 0;
  font-size: 12px;
}
#section03 .inner .sec03_blocks .ower_photos .ower_small {
  line-height: 2;
  font-size: 11px;
}
/* ==============================
section04
============================== */
#section04 .sec04_blocks.cntBlock.-bgColor01 .inner .sec04_h3 {
  padding: 48px 0;
  font-size: 16px;
  font-weight: 600;
  color: #C9A333;
  line-height: 2;
}
#section04 .sec04_blocks.cntBlock.-bgColor01 .inner .sec04_block01 .sec04_blocks01 .sec04_h302 {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0.2em;
  margin: 0 0 32px;
}
#section04 .sec04_blocks.cntBlock.-bgColor01 .inner .sec04_block01 .sec04_blocks01 .sec04_h302 .sec04_h3_small {
  font-size: 14px;
  font-weight: 300;
}
#section04 .sec04_blocks.cntBlock.-bgColor01 .inner .sec04_block01 .sec04_blocks01 .sec04_photo01 {
  width: 86%;
}
#section04 .sec04_blocks.cntBlock.-bgColor01 .inner .sec04_block01 .sec04_blocks02 {
  padding-top: 67px;
}
#section04 .sec04_blocks.cntBlock.-bgColor01 .inner .sec04_block01 .sec04_blocks02 .sec04_h303 {
  font-size: 16px;
  color: #ffffff;
  text-align: right;
  letter-spacing: 0.2em;
  margin: 0 0 32px;
}
#section04 .sec04_blocks.cntBlock.-bgColor01 .inner .sec04_block01 .sec04_blocks02 .sec04_h303 .sec04_h3_small {
  font-size: 13px;
}
#section04 .sec04_blocks.cntBlock.-bgColor01 .inner .sec04_block01 .sec04_blocks02 .sec04_h303 .sec04_h3_small02 {
  font-size: 12px;
  font-weight: 300;
}
#section04 .sec04_blocks.cntBlock.-bgColor01 .inner .sec04_block01 .sec04_blocks02 .sec04_photo02 {
  width: 86%;
  margin-left: auto;
}
#section04 .sec04_menu_blocks {
  padding: 0px 0;
  background-color: white;
  position: relative;
  z-index: -10;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li {
  padding: 56px 0;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li:nth-child(1) {
  padding: 80px 0 56px;
  background-image: url(../img/section04/background.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  #section04 .sec04_menu_blocks .sec04_ul .sec04_li:nth-child(1) {
    background-image: url(../img/section04/backgropund01_pc.webp);
  }
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li:nth-child(2) {
  background-image: url(../img/section04/background02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 200px;
}
@media screen and (min-width: 600px) {
  #section04 .sec04_menu_blocks .sec04_ul .sec04_li:nth-child(2) {
    background-image: url(../img/section04/backgropund02_pc.webp);
    background-position: 100% 0px;
  }
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li:nth-child(3) {
  background-image: url(../img/section04/background03.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  #section04 .sec04_menu_blocks .sec04_ul .sec04_li:nth-child(3) {
    background-image: url(../img/section04/backgropund03_pc.webp);
  }
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .inner {
  display: block;
  text-align: center;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .inner .sec04_menu_h3 {
  display: inline-block;
  text-align: left;
  font-size: 22px;
  margin: 0;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .inner .sec04_menu_h3 .menu_price {
  font-size: 21px;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .inner .sec04_menu_h3 .menu_price .zei {
  font-size: 13px;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .inner .sec04_menu_h3 .deadLine {
  font-size: 13px;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .menu_photo {
  margin: 32px auto 0;
  max-width: 600px;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .menu_p .inner .menu_title {
  font-size: 20px;
  margin: 32px 0;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .menu_p .inner .menu-title_ul {
  text-align: left;
  font-size: 16px;
  padding-top: 32px;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .menu_p .inner .menu-title_ul .menu-title_li {
  line-height: 1.5;
  margin-bottom: 16px;
  font-weight: 300;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .menu_p .inner .menu-title_ul .menu-title_li h5 {
  font-size: 19px;
  margin: 0;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .menu_p .inner .menu-title_ul .menu-title_li p {
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .menu_p .inner .menu-title_ul02 {
  text-align: left;
  font-size: 16px;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .menu_p .inner .menu-title_ul02 .menu-title_li {
  line-height: 1.5;
  margin-bottom: 48px;
  font-weight: 300;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .menu_p .inner .menu-title_ul02 .menu-title_li:nth-last-child(1) {
  margin-bottom: 0;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .menu_p .inner .menu-title_ul02 .menu-title_li:nth-last-child(1) p {
  margin-bottom: 0;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .menu_p .inner .menu-title_ul02 .menu-title_li h5 {
  font-size: 19px;
  margin: 0 0 16px;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .menu_p .inner .menu-title_ul02 .menu-title_li p {
  font-size: 16px;
  margin: 0 0 16px;
  font-weight: 300;
}
#section04 .sec04_menu_blocks .sec04_ul .sec04_li .menu_p .inner .price_small {
  text-align: left;
  font-weight: 300;
  font-size: 12px;
}

/* ==============================
section05
============================== */
#section05.cntBlock {
  padding: 80px 0 0;
}
#section05.cntBlock .inner .heding .heding_en {
  font-size: 24px;
  line-height: 1.8;
  color: #5C423A;
}
#section05.cntBlock .inner .heding .heding_ja {
  width: 80px;
}
#section05.cntBlock .inner .sec05_logo {
  width: 300px;
  margin: 48px auto 150px;
}
#section05.cntBlock .inner .service_blocks {
  background-color: #004CA0;
  text-align: center;
  color: #ffffff;
  padding: 56px 16px;
}
#section05.cntBlock .inner .service_blocks .service_h3 {
  margin: 0;
  line-height: 1;
}
#section05.cntBlock .inner .service_blocks .service_main {
  position: relative;
  background-color: #C9A333;
  margin: 32px 0;
  letter-spacing: 0.2em;
  padding: 66px 16px 48px;
}
#section05.cntBlock .inner .service_blocks .service_main::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 0;
  height: 0;
  border-left: 8.265vw solid transparent;
  border-right: 8.265vw solid transparent;
  border-top: 6.4vw solid #004CA0;
}
@media (min-width: 900px) {
  #section05.cntBlock .inner .service_blocks .service_main::before {
    border-left: 4.265vw solid transparent;
    border-right: 4.265vw solid transparent;
    border-top: 2.4vw solid #004CA0;
  }
}
#section05.cntBlock .inner .service_blocks .service_main h4 {
  margin: 0;
  font-size: 20px;
}
#section05.cntBlock .inner .service_blocks .service_main h4 .h4_sub {
  font-size: 23px;
}
#section05.cntBlock .inner .service_blocks .service_main h4 .h4_sub span {
  font-size: 18px;
  font-weight: 300;
}
#section05.cntBlock .inner .service_blocks .service_main h4 .h4_sub02 {
  font-size: 16px;
}
#section05.cntBlock .inner .service_blocks .service_main .service_sub {
  background-color: #ffffff;
  padding: 32px 4.2666666667vw;
  color: #C9A333;
  margin: 26px 0 0;
}
#section05.cntBlock .inner .service_blocks .service_main .service_sub .ower_name {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
}
#section05.cntBlock .inner .service_blocks .service_main .service_sub .ower_name02 {
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.2em;
}
#section05.cntBlock .inner .service_blocks .service_subu02 {
  margin: 48px 0 0;
  font-size: 14px;
  line-height: 2;
}
#section05.cntBlock .inner .service_block02 {
  background-color: #C9A333;
  text-align: center;
  color: #ffffff;
  padding: 50px 0;
}
#section05.cntBlock .inner .service_block02 .sec05_h302 {
  margin: 0 0 24px;
  font-size: 22px;
  line-height: 1;
}
#section05.cntBlock .inner .service_block02 .sec05_sub_p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
#section05.cntBlock .inner .cta_white02 .white_contact span {
  cursor: pointer;
  font-weight: 600;
}
#section05.cntBlock .inner .cta_white02 .white_contact span:hover {
  text-decoration: underline;
}

.cta_white02 {
  padding: 0 16px;
}
.cta_white02 .white02_h3 {
  font-size: 18px;
  margin: 48px 0 32px;
  line-height: 1;
}
.cta_white02 .white_ul {
  padding-left: 16px;
}
.cta_white02 .white_ul li {
  font-size: 12px;
  list-style-type: disc;
}
.cta_white02 .white_contact {
  font-size: 14px;
  font-weight: 300;
  margin-top: 40px;
  padding: 0 16px;
}
.cta_white02 .white_contact a {
  font-weight: 300;
}

.sec06_photo {
  padding: 56px 0 0;
}

/* ==============================
section06
============================== */
#section06 {
  background-image: url(../img/section06/background.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#section06.cntBlock {
  padding: 80px 0 0;
}
#section06 .inner .heding .heding_ja {
  width: 66px;
}
#section06 .inner .sec_p {
  font-size: 15px;
}
#section06 .sec06_blocks {
  max-width: 600px;
  margin: 0 auto;
}
#section06 .sec06_blocks .sec06_ul .sec06_li {
  padding: 85px 0;
}
#section06 .sec06_blocks .sec06_ul .sec06_li:nth-child(2) .sec06_menu_h3 {
  text-align: right;
}
#section06 .sec06_blocks .sec06_ul .sec06_li:nth-child(2) .sec06_photos {
  margin-left: auto;
}
#section06 .sec06_blocks .sec06_ul .sec06_li:nth-child(2) .sec06_p {
  width: 92%;
  margin-left: auto;
}
#section06 .sec06_blocks .sec06_ul .sec06_li .sec06_menu_h3 {
  font-size: 22px;
  margin: 0;
  line-height: 1;
}
#section06 .sec06_blocks .sec06_ul .sec06_li .sec06_menu_h3 .menu_price {
  font-size: 24px;
  line-height: 1;
  padding: 16px 0;
}
#section06 .sec06_blocks .sec06_ul .sec06_li .sec06_menu_h3 .menu_price .zei {
  font-size: 14px;
}
#section06 .sec06_blocks .sec06_ul .sec06_li .sec06_menu_h3 .deadLine {
  font-size: 13px;
}
#section06 .sec06_blocks .sec06_ul .sec06_li .sec06_photos {
  padding: 32px 0 32px;
  width: 92%;
}
#section06 .sec06_blocks .sec06_ul .sec06_li .sec06_p {
  font-size: 16px;
}
/* ==============================
section07
============================== */
#section07 .inner .heding {
  margin: 0;
}
#section07 .inner .heding .heding_ja {
  width: 85px;
}
#section07 .inner .sec07_blocks .sec07_p {
  font-size: 16px;
  text-align: center;
  color: #333333;
  line-height: 2;
  padding: 64px 0 0;
}
#section07 .inner .sec07_blocks .lunch_box {
  padding: 106px 0 0;
}
#section07 .inner .sec07_blocks .lunch_box .box_h3 {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  margin: 0;
}
#section07 .inner .sec07_blocks .lunch_box .sec07_photo {
  margin: 32px 0;
}
#section07 .inner .sec07_blocks .lunch_box .sec07_come .box_prices .box_price:nth-child(2) {
  margin-top: 48px;
}
#section07 .inner .sec07_blocks .lunch_box .sec07_come .box_prices .box_price .sec07_h4 {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 16px;
}
#section07 .inner .sec07_blocks .lunch_box .sec07_come .box_prices .box_price .price {
  line-height: 1;
  font-size: 24px;
}
#section07 .inner .sec07_blocks .lunch_box .sec07_come .box_prices .box_price .price span {
  font-size: 16px;
}
#section07 .inner .sec07_blocks .lunch_box .sec07_come .box_p {
  margin: 48px 0 0;
  font-size: 16px;
}
#section07 .cow_meets {
  margin: 40px 0 0;
  padding: 80px 0;
  background-image: url(../img/section08/background02.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  #section07 .cow_meets {
    background-position: 0px;
    background-size: 100%;
  }
}
#section07 .cow_meets .cow_h3 {
  line-height: 1;
  font-size: 20px;
  margin: 0;
}
#section07 .cow_meets .cow_p {
  margin: 56px 0 0;
  font-size: 16px;
}

.sec07_last {
  padding: 32px 0 0;
  font-size: 12px;
}
.sec07_last .tell_pop:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* ==============================
section08
============================== */
#section08 {
  background-image: url(../img/section08/background.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#section08 .inner .heding .heding_ja {
  width: 69px;
}
#section08 .inner .sec08_blocks {
  padding: 56px 0;
}
#section08 .inner .sec08_blocks .name_1 {
  font-size: 24px;
  line-height: 1;
  margin: 24px 0;
  text-align: center;
}
#section08 .inner .sec08_blocks .txt {
  font-size: 16px;
  margin-bottom: 32px;
}
#section08 .inner .sec08_blocks .txt:nth-last-child(1) {
  margin-bottom: 0;
}
/* ==============================
Q&A
============================== */
#qa {
  background-color: #C9A333;
}
#qa .heding_en {
  color: #ffffff;
}
#qa .heding_ja {
  width: 69px;
}

.accordionContainer {
  max-width: 600px;
  margin: 56px auto 0;
  font-size: 16px;
}

.accordion {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px;
  color: #fff;
}

.accordion_input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion_label {
  position: relative;
  display: block;
  margin-bottom: 1px;
  padding: 24px 40px 24px 60px;
  font-weight: 700;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
}
.accordion_label::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 50px;
  height: 60px;
  display: inline-block;
  background: url(../img/Q@2x.png) no-repeat center/contain;
}

.accordion_input:checked + label {
  border-radius: 8px 8px 0 0;
}

.accordion_body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s;
}

/* :checked */
.accordion_input:checked ~ .accordion_body {
  max-height: 22em;
}

.accordion_bodyInner {
  position: relative;
  padding: 24px 20px 24px 60px;
}
.accordion_bodyInner::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 50px;
  height: 60px;
  display: inline-block;
  background: url(../img/A@2x.png) no-repeat center/contain;
}
.accordion_bodyInner p {
  margin: 0 0 1em;
}
.accordion_bodyInner p:last-child {
  margin-bottom: 0;
}

/* Icon */
.accordion_label::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 15px;
  text-align: center;
  margin-top: -1em;
  transition: transform 0.3s ease;
}

.accordion_input[type=checkbox] + label::after {
  content: "+";
  font-size: 2.4rem;
  font-weight: 700;
}

.accordion_input[type=checkbox]:checked + label::after {
  transform: rotate(135deg);
}

/* ==============================
section09
============================== */
#section09 .infor_p {
  margin: 56px 0;
  font-size: 16px;
  color: #ffffff;
}
#section09 .infor_p p {
  margin-top: 32px;
}
#section09 .lapemap {
  margin: 0 auto;
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
  width: 100%;
}
#section09 .inner .small {
  text-align: center;
  color: #ffffff;
  width: 345px;
  margin: 48px auto 0;
}

/* ==============================

News

============================== */
/* 
News sub
------------------------------ */
.newsContainer {
  max-width: 860px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 600px) {
  .newsContainer {
    margin-bottom: 60px;
  }
}

.news_item {
  margin: 0;
  padding: 1em;
  border-top: 1px solid #dadada;
}
.news_item:last-child {
  border-bottom: 1px solid #dadada;
}
@media screen and (min-width: 600px) {
  .news_item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.news_itemDate {
  margin: 0;
}
@media screen and (min-width: 600px) {
  .news_itemDate {
    width: 16%;
  }
}

.news_itemBody {
  margin: 0;
}
.news_itemBody a {
  position: relative;
  display: inline-block;
}
.news_itemBody a::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background-color: #08ffc8;
}
@media screen and (min-width: 600px) {
  .news_itemBody a:hover:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 600px) {
  .news_itemBody {
    width: 84%;
  }
}

/* ==============================

Campany

============================== */
/* 
Campany sub
------------------------------ */
.campanyContainer {
  max-width: 860px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 600px) {
  .campanyContainer {
    margin-bottom: 60px;
  }
}

.campany_ontline {
  margin: 0;
  padding: 1em;
  border-top: 1px solid #dadada;
}
.campany_ontline:last-child {
  border-bottom: 1px solid #dadada;
}
@media screen and (min-width: 600px) {
  .campany_ontline {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 1em;
    border-top: none;
  }
  .campany_ontline:last-child {
    border-bottom: none;
  }
}

.campany_ontlineHeding {
  margin: 0;
  font-weight: 700;
  color: #204969;
}
@media screen and (min-width: 600px) {
  .campany_ontlineHeding {
    width: 16%;
    padding: 1em 0;
    border-bottom: 1px solid #204969;
  }
}

.campany_ontlineBody {
  margin: 0;
}
@media screen and (min-width: 600px) {
  .campany_ontlineBody {
    width: 84%;
    margin-left: 10px;
    padding: 1em 0;
    border-bottom: 1px solid #333333;
  }
}

.googleMapContainer {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.googleMapContainer iframe {
  position: absolute;
  top: -150px;
  width: 100%;
  height: 600px;
}
@media screen and (min-width: 600px) {
  .googleMapContainer {
    height: 540px;
  }
  .googleMapContainer iframe {
    top: -150px;
    height: 840px;
  }
}

/* ==============================

Footer

============================== */
.footer {
  padding: 0px 0 0px 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .footer {
    padding-bottom: 20px;
    padding: 0;
  }
}

.footer_pagetop {
  position: fixed;
  box-shadow: 0 0px 12px rgba(51, 51, 51, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  font-size: 10px;
  color: #fff;
  background-color: #004CA0;
  cursor: pointer;
  z-index: 4;
}

.footer_spFixButton {
  position: fixed;
  bottom: 0;
  z-index: 4;
  width: calc(100% - 42px);
  height: 40px;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .footer_spFixButton {
    right: 0;
    z-index: 10;
    width: 40px;
    bottom: 30vh;
  }
}
.footer_spFixButton a {
  display: block;
  height: 45px;
  line-height: 40px;
  color: #333333;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(51, 51, 51, 0.5);
}
@media screen and (min-width: 600px) {
  .footer_spFixButton a {
    writing-mode: vertical-rl;
    text-orientation: upright;
    z-index: 10;
    height: 400px;
  }
}

/* ==============================

Animetion

============================== */
.js-fadein {
  opacity: 0;
}

.is-active {
  animation: js-fadeIn 1s ease forwards;
}

@keyframes js-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-blurin {
  transform: translateY(10px);
  filter: blur(30px);
}
.u-blurin.is-active {
  transition: 0.6s ease-in;
  filter: blur(0);
  transform: translateY(0);
}

.u-fadein {
  opacity: 0;
}
.u-fadein.is-active {
  animation: fadeIn 0.6s ease-in forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* text */
.u-underline {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
}
.u-underline::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  bottom: 0.2em;
  height: 0.6em;
  background-color: rgba(8, 255, 200, 0.36);
}
.u-underline.is-active::before {
  animation: unliderline 0.6s 1s ease forwards;
}

@keyframes unliderline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* img */
.u-slidein {
  position: relative;
}
.u-slidein::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  transform: scaleX(1);
  transform-origin: 100% 0;
  height: 100%;
  background-color: #dadada;
}
.u-slidein.is-active::after {
  transition: 0.6s;
  transform: scaleX(0);
}

/* fade up */
.u-fadeup {
  transform: translateY(50px);
  opacity: 0;
}
.u-fadeup.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.is-active .u-fadeup {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.is-active .u-fadeup:nth-child(2) {
  transition-delay: 0.4s;
}

.is-active .u-fadeup:nth-child(3) {
  transition-delay: 0.8s;
}

.is-active .u-fadeup:nth-child(4) {
  transition-delay: 1.2s;
}

.is-active .u-fadeup:nth-child(5) {
  transition-delay: 1.6s;
}

.is-active .u-fadeup:nth-child(6) {
  transition-delay: 2s;
}

/* 個別に遅延 */
.is-active.-delay01 {
  transition-delay: 0.1s;
}

.is-active.-delay02 {
  transition-delay: 0.2s;
}

.is-active.-delay03 {
  transition-delay: 0.3s;
}

.is-active.-delay04 {
  transition-delay: 0.4s;
}

.is-active.-delay05 {
  transition-delay: 0.5s;
}/*# sourceMappingURL=style.css.map */