@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -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;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ↑↑ ここまではリセットCSS ↑↑  */
body {
  font-family: "Roboto", "Noto Sans JP", "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin: 0 auto;
  text-align: justify;
  box-sizing: border-box;
  max-width: 1440px;
  color: #715F3F;
  font-size: 0.875rem;
}
@media screen and (min-width: 601px) {
  body {
    font-size: 1rem;
  }
}

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

hr {
  box-sizing: border-box;
}

footer {
  text-align: center;
}

.pc-display__none {
  display: block !important;
}
@media screen and (min-width: 601px) {
  .pc-display__none {
    display: none !important;
  }
}

.sp-display__none {
  display: none !important;
}
@media screen and (min-width: 601px) {
  .sp-display__none {
    display: block !important;
  }
}

.sp__break {
  display: inline;
}
@media screen and (min-width: 601px) {
  .sp__break {
    display: none;
  }
}

.pc__break {
  display: none;
}
@media screen and (min-width: 601px) {
  .pc__break {
    display: inline;
  }
}

.button-yyy, .button-xxx {
  width: 100%;
  margin: 0 auto;
  margin-top: 1em;
  padding: 0.5em 0;
}
@media screen and (min-width: 601px) {
  .button-yyy, .button-xxx {
    max-width: 390px;
  }
}

.button-yyy {
  margin-top: 1em;
}

.margin__1em {
  margin-top: 1em;
  margin-bottom: 1em;
}

.margin-top__1em {
  margin-top: 1em;
}

.margin-btm__1em {
  margin-bottom: 1em;
}
.margin-btm__2em {
  margin-bottom: 2em;
}

.padding__1em {
  margin-top: 1em;
  margin-bottom: 1em;
}

.padding-top__2em {
  padding-top: 2em;
}

.padding-btm__1em {
  margin-bottom: 1em;
}

.accept__red {
  color: #f00;
}

.accept__bold {
  font-weight: 600;
}

.accept__red-bold {
  color: #f00;
  font-weight: 600;
}

.common__contents--reverse, .common__contents, .message__contents, .top__contents--reverse, .top__contents {
  display: flex;
  padding-top: 2em;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 3em;
}
@media screen and (min-width: 601px) {
  .common__contents--reverse, .common__contents, .message__contents, .top__contents--reverse, .top__contents {
    padding-left: 3.8888888889%;
    padding-right: 5.2777777778%;
  }
}

header {
  position: fixed;
  width: 100%;
  max-width: 1440px;
  top: 0;
  background-image: linear-gradient(90deg, #5E421D 0 5%, #BAA480 30% 100%);
  color: #fff;
  font-weight: 300;
  padding: 0.5em 0;
}
header .nav__container {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 601px) {
  header .nav__container {
    padding-left: 6.9444444444%;
    padding-right: 6.9444444444%;
  }
}
header h1 {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}
header h1 > figure > img {
  width: 70%;
}
header .nav__menu {
  font-size: 1rem;
  padding-right: 2em;
}
@media screen and (min-width: 601px) {
  header .nav__menu {
    font-size: 0.8125rem;
  }
}

.lower-wrapper {
  margin: 0 auto !important;
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  background-color: #F1EEE5;
}
@media screen and (min-width: 601px) {
  .lower-wrapper {
    padding-left: 10.4166666667%;
    padding-right: 10.4166666667%;
  }
}

.band {
  background-image: linear-gradient(90deg, rgb(93, 66, 32), rgb(187, 166, 131) 60%);
  padding: 1em;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-shadow: 2px 1px 3px #000;
  line-height: 1;
}
.band p {
  text-align: center;
}
.band p:first-of-type {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3em;
  padding-bottom: 0.2em;
}

.menu {
  display: none;
  width: 100%;
  max-width: 1440px;
  background-color: #5E421D;
  text-align: center;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 999;
}
.menu .button figure {
  width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 601px) {
  .menu .button figure {
    width: 20%;
  }
}

.footer__top-container {
  margin: 0 auto 31px !important;
  max-width: 1440px;
  padding-left: 10.4166666667%;
  padding-right: 10.4166666667%;
  margin: 0 auto;
  background-color: #BAA480;
}
@media screen and (min-width: 601px) {
  .footer__top-container {
    margin: 0 auto 36px !important;
  }
}

.footer__sub-container {
  margin: 0 auto 31px !important;
  max-width: 1440px;
  padding-left: 10.4166666667%;
  padding-right: 10.4166666667%;
  margin: 0 auto;
  background-color: #F1EEE5;
}
@media screen and (min-width: 601px) {
  .footer__sub-container {
    margin: 0 auto 36px !important;
  }
}

.footer__top {
  background-color: #674B00;
  color: #fff;
  padding: 0.1em 1.5em;
}
@media screen and (min-width: 601px) {
  .footer__top {
    padding: 1.5em;
    padding-bottom: 3em;
  }
}

.footer__sub {
  background-color: #A18D6D;
  color: #fff;
  padding: 1.5em;
}

small {
  font-size: 70%;
}

.schedule__container {
  background-color: #FFFCF9;
  padding-top: 2em;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 2em;
}
@media screen and (min-width: 601px) {
  .schedule__container {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
  }
}
.schedule__container .flow {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 601px) {
  .schedule__container .flow {
    justify-content: space-around;
    flex-wrap: nowrap;
    padding-bottom: 1em;
  }
}
.schedule__container .flow > div {
  display: flex;
  flex-direction: column;
  width: 40%;
}
@media screen and (min-width: 601px) {
  .schedule__container .flow > div {
    width: 25%;
  }
}
.schedule__container .flow > div > p {
  background-color: rgba(113, 95, 61, 0.6);
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 0.3em 0;
  text-align: center;
}
.schedule__container .flow > div > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #F6F3ED;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  font-size: 0.6875rem;
}
.schedule__container .flow > div > div p {
  flex-grow: 1;
}
.schedule__container .flow > figure {
  width: 8%;
}
.schedule__container .flow > figure > div {
  width: 25%;
  margin: 6em auto;
}
@media screen and (min-width: 601px) {
  .schedule__container .flow > figure > div {
    margin: 4em auto;
  }
}
.schedule__container .flow > figure > div > img {
  width: 100%;
}
.schedule__container .flow .adjust-04 {
  margin-top: 2em;
}
@media screen and (min-width: 601px) {
  .schedule__container .flow .adjust-04 {
    margin-top: 0;
  }
}
.schedule__container .proviso {
  font-size: 0.6875rem;
  text-align: left;
  margin-top: 1em;
}
@media screen and (min-width: 601px) {
  .schedule__container .proviso {
    text-align: right;
    margin-top: 0;
  }
}

#mail_form {
  width: 95%;
  margin: 50px auto;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
}
@media screen and (min-width: 601px) {
  #mail_form {
    width: 100%;
    max-width: 1000px;
  }
}
#mail_form dl {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
}
#mail_form dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#mail_form dl dt {
  padding: 25px 0 10px;
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 601px) {
  #mail_form dl dt {
    width: 32%;
    float: left;
    padding: 35px 0 25px;
    text-align: right;
  }
}
#mail_form dl dt i {
  font-weight: normal;
}
@media screen and (min-width: 601px) {
  #mail_form dl dt i {
    float: left;
    position: relative;
    top: -2px;
  }
}
#mail_form dl dt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#mail_form dl dd {
  padding: 0px 0 20px 0px;
}
@media screen and (min-width: 601px) {
  #mail_form dl dd {
    width: 65%;
    float: right;
    padding: 30px 0 25px 3%;
  }
}

.contact-form#mail_form dl dd span.error_blank,
.contact-form#mail_form dl dd span.error_format,
.contact-form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
}

div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  transform: translateZ(0);
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
@keyframes load-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#mail_form input[type=text],
#mail_form input[type=email],
#mail_form input[type=tel] {
  width: calc(96% - 2px);
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

#mail_form input[type=text]:focus,
#mail_form input[type=email]:focus,
#mail_form input[type=tel]:focus,
#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

#mail_form ul li input[type=radio],
#mail_form ul li input[type=checkbox] {
  margin: 0 10px 0 0;
}

#mail_form select {
  padding: 7px 2%;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

#mail_form textarea {
  display: block;
  width: calc(96% - 2px);
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

#mail_form ul {
  list-style-type: none;
}
#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 2%;
  border-radius: 3px;
  background: #f0f0f0;
}
#mail_form ul li label:hover {
  cursor: pointer;
  background: #e0e0e0;
}
#mail_form ul li:first-child label {
  margin-top: 0px;
}

/* -- input design -------------------------------------------------------------------------------- */
#mail_form input[name=company] {
  width: 70%;
}

#mail_form input[name=name_1],
#mail_form input[name=read_1] {
  width: 50%;
}

#mail_form input[name=postal],
#mail_form input[name=phone],
#mail_form input[name=schedule] {
  width: 30%;
}

#mail_form input[name=mail_address],
#mail_form input[name=mail_address_confirm] {
  width: 80%;
}

#mail_form input[name=postal] + a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

#mail_form input[name=postal] + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

#mail_form input[name=phone],
#mail_form input[name=schedule] {
  width: 60%;
}
@media screen and (min-width: 601px) {
  #mail_form input[name=phone],
  #mail_form input[name=schedule] {
    width: 95%;
  }
}

#mail_form p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
}
@media screen and (min-width: 601px) {
  #mail_form p#form_submit {
    padding: 30px 0;
  }
}

#mail_form input[type=button] {
  padding: 7px 20px;
  border: 1px solid #4cae4c;
  border-radius: 3px;
  background: #5cb85c;
  font-size: 16px;
  color: #ffffff;
  font-family: inherit;
}

#mail_form input[type=button]:hover {
  cursor: pointer;
  background: #449d44;
  border: 1px solid #398439;
}

.contact-form#mail_form dl dt span.required,
.contact-form#mail_form dl dt span.optional {
  display: none;
}

/* -- div#thanks -------------------------------------------------------------------------------- */
div#thanks {
  width: 95%;
  margin: 50px auto;
  padding: 30px 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
}
@media screen and (min-width: 601px) {
  div#thanks {
    width: 100%;
    max-width: 1000px;
  }
}

div#thanks h1,
div#thanks h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 135%;
  font-weight: bold;
  border-bottom: 1px solid #454545;
}

div#thanks h2 {
  margin-top: 3em;
}

div#thanks p {
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
}

div#thanks dl {
  width: 90%;
  margin: 0 auto 3em;
}

div#thanks dl dt {
  margin-top: 2em;
}

.nav__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.active {
  height: 100%;
  overflow: hidden;
}

.nav__burger-btn {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 200;
}
@media screen and (min-width: 601px) {
  .nav__burger-btn {
    display: none;
  }
}
.nav__burger-btn span {
  display: block;
  position: absolute;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
}
.nav__burger-btn span:first-of-type {
  top: 10px;
}
.nav__burger-btn span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav__burger-btn span:last-of-type {
  bottom: 10px;
}
.nav__burger-btn.active span:first-of-type {
  transform: translate(-50%, 10px) rotate(-45deg);
  transition: transform 0.3s ease;
}
.nav__burger-btn.active span:nth-of-type(2) {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nav__burger-btn.active span:last-of-type {
  transform: translate(-50%, -8px) rotate(45deg);
  transition: transform 0.3s ease;
}

.nav__menu {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 601px) {
  .nav__menu {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}
.nav__menu ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 601px) {
  .nav__menu ul {
    flex-direction: row;
    align-items: center;
  }
}
.nav__menu ul li {
  padding-top: 2rem;
}
@media screen and (min-width: 601px) {
  .nav__menu ul li {
    padding-top: 0;
    padding-left: 1rem;
  }
}
.nav__menu ul li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.nav__menu.active {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #BAA480;
  padding: 3rem 1rem 1rem;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
  height: 100vh;
  max-height: 100%;
  overflow: scroll;
  z-index: 100;
}

.video_flame {
  position: relative;
}
.video_flame .movie__btn {
  position: absolute;
  top: 3%;
  left: 1%;
  background-color: red;
  padding: 0.2em 2em;
  border-radius: 5px;
  font-size: 0.625rem;
  color: #fff;
}
@media screen and (min-width: 601px) {
  .video_flame .movie__btn {
    font-size: 1.25rem;
    border-radius: 10px;
  }
}

video {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 54px;
  padding: 0;
}

#movie-button {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 20px;
  bottom: 40px; /*親要素に対する位置指定*/
  cursor: pointer; /*カーソルを指に変更*/
  z-index: 1;
}

.movie-button {
  display: flex;
  justify-content: center;
  align-items: center; /*#video-buttonの中央に配置*/
}

.movie-button span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #CF000F;
  font-size: 1.2rem;
}

.movie-button span i {
  font-size: 2.6vw; /*アイコンの大きさを指定*/
}

.movie.active {
  display: none;
}

.movie__btn.active {
  display: none;
}

/* 動画の縦横比を意地 */
.sound-on {
  display: inline;
}

.top__wrapper {
  margin: 0 auto !important;
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  background-image: linear-gradient(#5E421D 0 5%, #BAA480 30% 100%);
}
@media screen and (min-width: 601px) {
  .top__wrapper {
    padding-left: 10.4166666667%;
    padding-right: 10.4166666667%;
  }
}
.top__index {
  background: url("../images/top/bg-cover.png") center/cover no-repeat;
  width: 100%;
  text-align: center;
  margin-top: 54px;
}
.top__index h2 {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4em;
  line-height: 1;
  padding-top: 0.8em;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 601px) {
  .top__index > section {
    display: flex;
    padding: 0 2em 2em;
  }
}
@media screen and (min-width: 601px) {
  .top__index > section > figure {
    width: 20%;
  }
}
.top__index > section > div {
  padding: 0 1em;
}
@media screen and (min-width: 601px) {
  .top__index > section > div {
    width: 60%;
  }
}
.top__index > section > div > div:first-of-type {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #7D3C28;
}
.top__index > section > div > div:last-of-type {
  font-size: 0.875rem;
  margin-top: 2em;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 601px) {
  .top__index > section > div > div:last-of-type {
    text-align: center;
    letter-spacing: 0.1rem;
  }
}
.top__index .sp__index {
  display: flex;
  margin: 0 8px;
  padding: 16px 0;
}
.top__index .sp__index > figure:first-of-type {
  margin-right: 8px;
}
.top__contents {
  flex-direction: column-reverse;
  background-color: #F5F5F5;
}
@media screen and (min-width: 601px) {
  .top__contents {
    flex-direction: row;
  }
}
@media screen and (min-width: 601px) {
  .top__contents > figure {
    width: 50%;
  }
}
@media screen and (min-width: 601px) {
  .top__contents > div {
    width: 50%;
    padding-left: 7%;
  }
}
.top__contents > div > div > p {
  line-height: 1.8;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
.top__contents > div > div > p:last-of-type {
  margin-bottom: 1em;
}
@media screen and (min-width: 601px) {
  .top__contents > div > div > p:last-of-type {
    margin-bottom: 0;
  }
}
.top__contents > div h3 {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3em;
}
.top__contents > div h4 {
  font-size: 1em;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  color: #7D3C28;
}
.top__contents--reverse {
  flex-direction: column-reverse;
  background-color: #fff;
}
@media screen and (min-width: 601px) {
  .top__contents--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 601px) {
  .top__contents--reverse > figure {
    width: 50%;
  }
}
@media screen and (min-width: 601px) {
  .top__contents--reverse > div {
    width: 50%;
    padding-right: 7%;
  }
}
.top__contents--reverse > div h3 {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3em;
}
.top__contents--reverse > div h4 {
  font-size: 1em;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  color: #7D3C28;
}
.top__contents--reverse > div > div > p {
  line-height: 1.8;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
.top__contents--reverse > div > div > p:last-of-type {
  margin-bottom: 1em;
}
@media screen and (min-width: 601px) {
  .top__contents--reverse > div > div > p:last-of-type {
    margin-bottom: 0;
  }
}

.message__hero {
  margin-top: 55px;
  display: grid;
}
.message__hero > figure {
  grid-column: 1/4;
  grid-row: 1/4;
}
.message__hero > div {
  grid-column: 3/4;
  text-align: right;
  grid-row: 1/2;
  padding-top: 1em;
}
@media screen and (min-width: 601px) {
  .message__hero > div {
    padding-top: 5em;
  }
}
.message__hero > div p {
  color: #fff;
  line-height: 1;
  margin-right: 1em;
  text-shadow: 2px 1px 3px #000;
}
.message__hero > div p:first-of-type {
  font-size: 3em;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: normal;
  margin-right: 0.5em;
}
@media screen and (min-width: 601px) {
  .message__hero > div p:first-of-type {
    font-size: 7em;
  }
}
.message__hero > div p:last-of-type {
  margin: 0.5em 2em 0 0;
  font-size: 1em;
  font-family: "Noto Serif JP", serif;
  text-align: right;
}
@media screen and (min-width: 601px) {
  .message__hero > div p:last-of-type {
    margin: 0.5em 5em 0 0;
    font-size: 1.5em;
  }
}
.message__contents {
  flex-direction: column-reverse;
  background-color: #FFFCF9;
}
@media screen and (min-width: 601px) {
  .message__contents {
    flex-direction: row;
  }
}
@media screen and (min-width: 601px) {
  .message__contents > div:first-of-type {
    width: 55%;
  }
}
.message__contents > div:first-of-type p {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-top: 1em;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .message__contents > div:last-of-type {
    width: 45%;
    margin-left: 7%;
  }
}
.message__contents > div:last-of-type > div > p {
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.message__contents > div:last-of-type > div > p:last-of-type {
  margin-bottom: 1em;
}
@media screen and (min-width: 601px) {
  .message__contents > div:last-of-type > div > p:last-of-type {
    margin-bottom: 0;
  }
}
.message__contents h3 {
  font-size: 1em;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  color: #7D3C28;
}
.message__contents hr {
  margin-bottom: 1.3em;
}

.hero {
  margin-top: 55px;
  display: grid;
}
.hero > figure {
  grid-column: 1/4;
  grid-row: 1/4;
}
.hero > div {
  grid-column: 3/4;
  grid-row: 3/4;
  padding-bottom: 3em;
}
.hero > div p {
  color: #fff;
  line-height: 1;
  margin-right: 1em;
  text-shadow: 2px 1px 3px #000;
}
.hero > div p:first-of-type {
  font-size: 3em;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: normal;
  margin-right: 0.5em;
  line-height: 0.5;
}
@media screen and (min-width: 601px) {
  .hero > div p:first-of-type {
    font-size: 7em;
  }
}
.hero > div p:last-of-type {
  font-size: 1em;
  font-family: "Noto Serif JP", serif;
  text-align: right;
  margin: 0.5em 2em 0 0;
}
@media screen and (min-width: 601px) {
  .hero > div p:last-of-type {
    font-size: 1.5em;
    margin: 0.5em 4em 0 0;
  }
}

.figure-small {
  margin-top: 1em;
  width: 30%;
}

.common__contents {
  background-color: #FFFCF9;
  flex-direction: column-reverse;
}
@media screen and (min-width: 601px) {
  .common__contents {
    flex-direction: row;
  }
}
@media screen and (min-width: 601px) {
  .common__contents > div:first-of-type {
    width: 55%;
  }
}
@media screen and (min-width: 601px) {
  .common__contents > div:last-of-type {
    width: 45%;
    margin-left: 7%;
  }
}
.common__contents > div:last-of-type > div > p {
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.common__contents > div:last-of-type > div > p:last-of-type {
  margin-bottom: 1em;
}
@media screen and (min-width: 601px) {
  .common__contents > div:last-of-type > div > p:last-of-type {
    margin-bottom: 0;
  }
}
.common__contents h3 {
  text-align: center;
  background-color: #715F3D;
  color: #fff;
  padding: 0.3em;
  margin-bottom: 1em;
}
.common__contents h4 {
  font-size: 1em;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  color: #7D3C28;
}
.common__contents hr {
  margin-bottom: 1.3em;
}

.common__contents--reverse {
  background-color: #F6F3ED;
  flex-direction: column-reverse;
}
@media screen and (min-width: 601px) {
  .common__contents--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 601px) {
  .common__contents--reverse > div:first-of-type {
    width: 55%;
  }
}
@media screen and (min-width: 601px) {
  .common__contents--reverse > div:last-of-type {
    width: 45%;
    margin-right: 7%;
  }
}
.common__contents--reverse > div:last-of-type > div > p {
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.common__contents--reverse h3 {
  text-align: center;
  background-color: #715F3D;
  color: #fff;
  padding: 0.3em;
  margin-bottom: 1em;
}
.common__contents--reverse h4 {
  font-size: 1em;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  color: #7D3C28;
}
.common__contents--reverse hr {
  margin-bottom: 1.3em;
}

.work__wrapper {
  background-color: #FFFCF9;
  padding: 2em 16px;
}
@media screen and (min-width: 601px) {
  .work__wrapper {
    padding: 2em 3em;
  }
}
.work__wrapper .shift {
  margin-bottom: 2em;
  font-size: 0.875rem;
}
.work__wrapper .shift > p {
  background-color: rgba(113, 95, 61, 0.6);
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 0.3em 2em;
}
.work__wrapper .shift > div {
  background-color: #F6F3ED;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
@media screen and (min-width: 601px) {
  .work__wrapper .shift > div > p:first-of-type {
    margin-left: 8em;
  }
}
.work__wrapper .shift > div > p:first-of-type > span:first-of-type {
  background-color: rgba(253, 212, 109, 0.8);
  padding: 0.6em 5em;
}
.work__wrapper .shift > div > p:first-of-type > span:last-of-type {
  background-color: rgba(168, 206, 0, 0.8);
  margin-left: 4em;
  padding: 0.6em 5em;
}
@media screen and (min-width: 601px) {
  .work__wrapper .shift > div > p:last-of-type {
    text-align: right;
    margin-top: 2em;
    margin-right: 8em;
  }
}
.work__wrapper .shift > div > p:last-of-type > span:first-of-type {
  background-color: rgba(255, 168, 132, 0.8);
  padding: 0.6em 5em;
}
.work__wrapper .shift > div > p:last-of-type > span:last-of-type {
  background-color: rgba(0, 122, 198, 0.8);
  margin-left: 4em;
  padding: 0.6em 5em;
}
.work__wrapper .shift .sp__shift > div {
  display: table;
  margin: 0 auto;
}
.work__wrapper .shift .sp__shift > div > p {
  text-align: center;
}
.work__wrapper .shift .sp__shift > div > p:first-of-type {
  background-color: rgba(253, 212, 109, 0.8);
  padding: 0.3em 5em;
  margin-bottom: 0.7em;
}
.work__wrapper .shift .sp__shift > div > p:nth-of-type(2) {
  background-color: rgba(168, 206, 0, 0.8);
  padding: 0.3em 5em;
  margin-bottom: 0.7em;
}
.work__wrapper .shift .sp__shift > div > p:nth-of-type(3) {
  background-color: rgba(255, 168, 132, 0.8);
  padding: 0.3em 5em;
  margin-bottom: 0.7em;
}
.work__wrapper .shift .sp__shift > div > p:last-of-type {
  background-color: rgba(0, 122, 198, 0.8);
  padding: 0.3em 5em;
}
.work__wrapper .shift .sp__shift > div > p .adjust-01 {
  margin-left: 0.5em;
}
.work__wrapper .shift .sp__shift > div > p .adjust-02 {
  margin-left: 0.8em;
}
.work__wrapper .shift .sp__shift > div > p .adjust-03 {
  margin-left: 0.7em;
}
.work__wrapper .one-day > p {
  background-color: rgba(113, 95, 61, 0.6);
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 0.3em 2em;
}
.work__wrapper .one-day > div {
  display: flex;
  flex-direction: column;
  background-color: #F6F3ED;
  padding: 1em 16px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 601px) {
  .work__wrapper .one-day > div {
    flex-direction: row;
    padding: 1em 0;
  }
}
@media screen and (min-width: 601px) {
  .work__wrapper .one-day > div > div {
    padding: 0 2em;
  }
}
.work__wrapper .one-day > div > div > div {
  display: flex;
}
.work__wrapper .one-day > div > div > div .adjust {
  margin-right: 1em;
}
.work__wrapper .one-day > div > div > div > p {
  margin-right: 0.5em;
}
.work__wrapper .one-day > div > div > div > p:first-of-type {
  margin-right: 0.5em;
}

.square {
  padding: 0.5em 0 0.5em 32px;
  background: #F6F3ED;
  color: #695431;
  position: relative;
}
.square::before {
  content: "";
  display: block;
  width: 8px;
  height: 18px;
  background: #695431;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.h1 {
  background-image: linear-gradient(90deg, rgb(93, 66, 32), rgb(187, 166, 131) 60%);
  padding: 1em;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-shadow: 2px 1px 3px #000;
  line-height: 1;
}
.h1 p {
  text-align: center;
}
.h1 p:first-of-type {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3em;
  padding-bottom: 0.2em;
}

.rsf__hero {
  margin-top: 55px;
  display: grid;
}
.rsf__hero > figure {
  grid-column: 1/4;
  grid-row: 1/4;
}
.rsf__hero > div {
  grid-column: 2/4;
  grid-row: 3/4;
  padding-bottom: 3em;
}
.rsf__hero > div p {
  color: #fff;
  line-height: 1;
  margin-right: 1em;
  text-shadow: 2px 1px 3px #000;
}
.rsf__hero > div p:first-of-type {
  font-size: 3em;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: normal;
  margin-left: 1em;
  line-height: 0.5;
}
@media screen and (min-width: 601px) {
  .rsf__hero > div p:first-of-type {
    font-size: 7em;
  }
}
.rsf__hero > div p:last-of-type {
  font-size: 1em;
  font-family: "Noto Serif JP", serif;
  text-align: right;
  margin: 0.5em 2em 0 0;
}
@media screen and (min-width: 601px) {
  .rsf__hero > div p:last-of-type {
    font-size: 1.5em;
  }
}

.movie .sound_swich {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 10vw;
}

.movie .sound_swich img {
  width: 100%;
  cursor: pointer;
}

.movie .sound_swich img:hover {
  opacity: 0.7;
}

.movie .sound_swich #sound_off {
  display: none;
}

.movie {
  position: relative;
  width: 100%;
  height: 0;
  top: 54px;
  padding-top: 56.24%;
  background-color: #000;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */