@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  color: #333;
  font-size: 14px;
  padding-right: 0px !important;
  overflow-x: hidden;
}

* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  /*-moz-appearance: none; /* Firefox 36+ */
  /*-webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
	 # Selection
	 # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* # =================================================================
   # base
   # ================================================================= */
a {
  text-decoration: none;
}
a:link {
  color: blue;
}
a:visited {
  color: navy;
}
a:hover, a:active, a:focus {
  color: red;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input[type=search] {
  outline: none;
}

select {
  outline: none;
}

*:focus {
  outline: none;
}

.tsukuaoldmin, .reserve__head, .reserve__title, .plan__head, .plan__title, .plan__item__title, .material__head, .material__title, .process__head, .process__title, .process__item__title, .story__item__head, .story__item__title, .concept__title, .hero__title {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.l-header {
  text-align: center;
}
.l-footer {
  background-color: #333;
}

.banner {
  max-width: 800px;
  margin: auto auto 80px;
}
@media screen and (max-width: 768px) {
  .banner {
    width: 80%;
    margin: auto auto 40px;
  }
}
.banner img {
  width: 100%;
  border: solid 1px #dddddd;
}

.hero {
  background-image: url(../img/hero.webp);
  background-size: cover;
  background-position: center;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .hero {
    background-image: url(../img/hero_sp.webp);
  }
}
.hero__inner {
  width: 90%;
  height: 100vh;
  margin: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.hero__logo {
  width: 120px;
  margin: auto auto 0 auto;
}
.hero__logo img {
  width: 100%;
}
.hero__title {
  color: #fff;
  font-size: 400%;
  padding: 0;
  margin: auto;
  margin: 20px auto 20px auto;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .hero__title {
    font-size: 300%;
  }
}
.hero__title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero__title br {
    display: block;
  }
}
.hero__text {
  color: #fff;
  font-size: 110%;
  line-height: 2;
  margin: 0 auto auto auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero__text {
    font-size: 100%;
  }
}

.concept {
  width: 100%;
  writing-mode: vertical-rl;
  position: relative;
}
.concept__image {
  margin: 40vh auto auto auto;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .concept__image {
    margin: 60vh auto auto auto;
  }
}
.concept__image img {
  width: 100%;
}
.concept__block {
  position: absolute;
  top: 14%;
  right: 14%;
}
@media screen and (max-width: 768px) {
  .concept__block {
    display: block;
    width: auto;
    top: 10%;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
}
.concept__lead {
  font-weight: normal;
}
.concept__title {
  font-size: 400%;
  margin: auto auto auto 40px;
}
@media screen and (max-width: 768px) {
  .concept__title {
    font-size: 260%;
    margin: auto auto auto 20px;
  }
}
.concept__text {
  font-size: 110%;
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  .concept__text {
    font-size: 100%;
    line-height: 2;
  }
}

.story {
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .story {
    width: 90%;
  }
}
.story__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .story__item {
    flex-direction: column;
  }
}
.story__item__image {
  width: 50%;
  margin: 0 0%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .story__item__image {
    width: 100%;
    margin: auto auto 40px;
  }
}
.story__item__image img {
  width: 100%;
}
.story__item__block {
  width: 30%;
  margin: 16% 7% auto auto;
}
@media screen and (max-width: 768px) {
  .story__item__block {
    width: 80%;
    margin: auto auto 40px;
  }
}
.story__item__head {
  text-align: left;
  font-size: 400%;
  margin: -100px auto 20px;
}
@media screen and (max-width: 768px) {
  .story__item__head {
    font-size: 300%;
    text-align: center;
    margin: -20px auto 20px;
  }
}
.story__item__title {
  font-size: 240%;
  line-height: 1.4;
  margin: auto auto 40px;
}
@media screen and (max-width: 768px) {
  .story__item__title {
    font-size: 200%;
    margin: auto auto 20px;
  }
}
.story__item__text {
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .story__item__text {
    line-height: 2;
  }
}

.slick-nav-arrows_story {
  position: absolute;
  bottom: 0%;
  right: 7%;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .slick-nav-arrows_story {
    position: static;
    width: 80%;
    margin: 0px auto 40px auto;
    text-align: center;
  }
}

.slick-arrow_story {
  align-items: center;
  justify-content: center;
}

.slick-next_story {
  border-radius: 9999px;
  width: 60px;
  height: 60px;
  border: solid 1px #7c7c7c;
  margin: auto auto auto 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .slick-next_story {
    margin: auto auto auto 10px;
  }
}
.slick-next_story::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #7c7c7c;
  /* 好みで色を変えてください */
  border-right: solid 1px #7c7c7c;
  /* 好みで色を変えてください */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 45%;
}

.slick-prev_story {
  border-radius: 9999px;
  width: 60px;
  height: 60px;
  border: solid 1px #7c7c7c;
  position: relative;
}
@media screen and (max-width: 768px) {
  .slick-prev_story {
    margin: auto 10px auto auto;
  }
}
.slick-prev_story::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-bottom: solid 1px #7c7c7c;
  /* 好みで色を変えてください */
  border-left: solid 1px #7c7c7c;
  /* 好みで色を変えてください */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 40%;
}

.slick-next_story:before,
.slick-prev_story:before {
  color: #000;
}

.slider5-wrap {
  margin: 140px 10%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .slider5-wrap {
    margin: 140px 0% 70px 0%;
  }
}

.process {
  margin: auto;
}
.process__head {
  text-align: right;
  font-size: 400%;
  margin: auto 5% 60px;
}
@media screen and (max-width: 768px) {
  .process__head {
    font-size: 300%;
    text-align: center;
    margin: auto 5% 20px;
  }
}
.process__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .process__block {
    flex-direction: column;
  }
}
.process__title {
  writing-mode: vertical-rl;
  margin: 0 10%;
  text-align: center;
  font-size: 200%;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .process__title {
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
    writing-mode: horizontal-tb;
    letter-spacing: 0em;
  }
}
.process__slide {
  width: 80%;
  margin: 0;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .process__slide {
    width: 100%;
  }
}
.process__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.process__item__image {
  margin: auto auto 20px;
}
.process__item__image img {
  width: 100%;
}
.process__item__title {
  margin: auto 0 20px;
  font-size: 200%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .process__item__title {
    font-size: 160%;
  }
}
.process__item__text {
  line-height: 2;
  text-align: left;
}

.slick-track {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slick-track {
    width: 90%;
    margin: auto;
  }
}

.section-lineup {
  margin: 0 0 0 auto;
  width: 100%;
  position: relative;
}
.section-lineup .lineup {
  position: relative;
  overflow: hidden;
}
.section-lineup .lineup-carousel li {
  text-align: center;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .section-lineup .lineup-carousel li {
    margin: auto 40px;
  }
}
.section-lineup .lineup-carousel img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}
.section-lineup .slick-list {
  overflow: visible;
}
.section-lineup .slick-nav-arrows {
  position: absolute;
  bottom: -24%;
  right: 10%;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .section-lineup .slick-nav-arrows {
    position: static;
    width: 80%;
    margin: 40px auto;
    text-align: center;
  }
}
.section-lineup .slick-arrow {
  align-items: center;
  justify-content: center;
}
.section-lineup .slick-next {
  border-radius: 9999px;
  width: 60px;
  height: 60px;
  border: solid 1px #7c7c7c;
  margin: auto auto auto 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-lineup .slick-next {
    margin: auto auto auto 10px;
  }
}
.section-lineup .slick-next::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #7c7c7c; /* 好みで色を変えてください */
  border-right: solid 1px #7c7c7c; /* 好みで色を変えてください */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 45%;
}
.section-lineup .slick-prev {
  border-radius: 9999px;
  width: 60px;
  height: 60px;
  border: solid 1px #7c7c7c;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-lineup .slick-prev {
    margin: auto 10px auto auto;
  }
}
.section-lineup .slick-prev::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-bottom: solid 1px #7c7c7c; /* 好みで色を変えてください */
  border-left: solid 1px #7c7c7c; /* 好みで色を変えてください */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 40%;
}
.section-lineup .slick-next:before,
.section-lineup .slick-prev:before {
  color: #000;
}

.material {
  margin: 240px auto 0px auto;
}
@media screen and (max-width: 768px) {
  .material {
    margin: 40px auto 80px auto;
  }
}
.material__image {
  width: 100%;
}
.material__image img {
  width: 100%;
}
.material__image--design {
  width: 30%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .material__image--design {
    width: 50%;
    margin: 60px auto 60px auto;
  }
}
.material__image--design img {
  width: 100%;
}
.material__inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin: 60px auto 0px auto;
}
@media screen and (max-width: 768px) {
  .material__inner {
    flex-direction: column;
  }
}
.material__head {
  width: 20%;
  font-size: 400%;
  margin: auto 0 auto 0;
}
@media screen and (max-width: 768px) {
  .material__head {
    text-align: center;
    width: 100%;
    font-size: 300%;
  }
}
.material__group {
  width: 80%;
  text-align: right;
  margin: 80px auto auto;
}
@media screen and (max-width: 768px) {
  .material__group {
    text-align: center;
    width: 100%;
    margin: 20px auto auto;
  }
}
.material__title {
  margin: auto auto 20px;
  font-size: 200%;
}
@media screen and (max-width: 768px) {
  .material__title {
    font-size: 180%;
  }
}
.material__text {
  line-height: 2;
}

.plan {
  width: 90%;
  max-width: 1000px;
  margin: auto auto 140px;
}
@media screen and (max-width: 768px) {
  .plan {
    width: 80%;
    margin: auto auto 60px;
  }
}
.plan__head {
  text-align: center;
  font-size: 400%;
  margin: auto auto 40px;
}
@media screen and (max-width: 768px) {
  .plan__head {
    font-size: 300%;
    margin: auto auto 20px;
  }
}
.plan__title {
  text-align: center;
  margin: auto auto 20px;
  font-size: 200%;
}
.plan__text {
  margin: auto auto 100px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .plan__text {
    margin: auto auto 40px;
  }
}
.plan__item {
  display: flex;
  justify-content: space-between;
  padding: 0 0 80px;
  border-bottom: solid 1px #e7e7e7;
}
@media screen and (max-width: 768px) {
  .plan__item {
    padding: 0 0 40px;
    flex-direction: column;
  }
}
.plan__item + .plan__item {
  margin: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .plan__item + .plan__item {
    margin: 40px 0 0 0;
  }
}
.plan__item__image {
  width: 45%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .plan__item__image {
    width: 100%;
    margin: auto auto 40px;
  }
}
.plan__item__image img {
  width: 100%;
}
.plan__item__block, .plan__item__block--light {
  width: 48%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .plan__item__block, .plan__item__block--light {
    width: 100%;
  }
}
.plan__item__block--light {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .plan__item__block--light {
    width: 100%;
  }
}
.plan__item__lead {
  margin: 0 0 10px;
}
.plan__item__title {
  margin: 0 0 10px;
  font-size: 200%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .plan__item__title {
    font-size: 180%;
  }
}
.plan__item__title span {
  font-size: 80%;
}
.plan__item__text {
  margin: 0 0 20px;
  line-height: 2;
}
.plan__item__info, .plan__item__info--light {
  background-color: #F8F7F7;
  padding: 20px;
  margin: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .plan__item__info, .plan__item__info--light {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .plan__item__info--light {
    width: 100%;
  }
}
.plan__item__info--flex {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .plan__item__info--flex {
    width: 100%;
  }
}
.plan__item__info__time {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .plan__item__info__time {
    width: 100%;
    margin: auto auto 20px;
  }
}
.plan__item__info__time span {
  color: #A32727;
  font-size: 160%;
}
.plan__item__info__btn {
  width: 45%;
  font-weight: bold;
  display: block;
  padding: 16px 20px;
  background-color: #A32727;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .plan__item__info__btn {
    width: 100%;
  }
}
.plan__item__note {
  width: 100%;
  font-size: 100%;
  margin: 10px auto auto auto;
}

.plan__item__block--light > p.plan__item__text {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .plan__item__block--light > p.plan__item__text {
    margin: 0 0 20px;
  }
}

.plan__other {
  margin: 60px auto auto auto;
  text-align: center;
  font-size: 120%;
}

.info {
  width: 90%;
  max-width: 1000px;
  margin: auto auto 60px;
}
@media screen and (max-width: 768px) {
  .info {
    width: 80%;
    margin: auto auto 40px;
  }
}
.info__title {
  color: #A32727;
  margin: auto auto 20px;
}
.info dl {
  border-bottom: solid 1px #e7e7e7;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .info dl {
    flex-direction: column;
  }
}
.info dl:first-of-type {
  border-top: solid 1px #e7e7e7;
}
.info dl dt {
  width: 20%;
  padding: 20px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .info dl dt {
    width: 100%;
    padding: 20px 0 5px 0;
  }
}
.info dl dd {
  width: 80%;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .info dl dd {
    width: 100%;
    padding: 5px 0 20px 0;
  }
}
.info dl dd span {
  font-weight: bold;
}

.location {
  width: 90%;
  max-width: 1000px;
  margin: auto auto 120px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .location {
    width: 80%;
    flex-direction: column;
    margin: auto auto 60px;
  }
}
.location__inner {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .location__inner {
    width: 100%;
  }
}
.location__title {
  color: #A32727;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .location__title {
    text-align: left;
    width: 100%;
  }
}
.location__text {
  width: 80%;
  padding: 20px 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .location__text {
    width: 100%;
  }
}
.location__name {
  font-size: 130%;
  margin: auto auto 10px;
}
.location__map {
  position: relative;
  width: 60%;
  height: 0;
  padding-top: 50%;
}
@media screen and (max-width: 768px) {
  .location__map {
    width: 100%;
    padding-top: 75%;
  }
}
.location__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reserve {
  width: 90%;
  max-width: 1000px;
  margin: auto auto 140px;
}
@media screen and (max-width: 768px) {
  .reserve {
    width: 80%;
    margin: auto auto 60px;
  }
}
.reserve__head {
  text-align: center;
  font-size: 400%;
  margin: auto auto 40px;
}
@media screen and (max-width: 768px) {
  .reserve__head {
    font-size: 300%;
    margin: auto auto 20px;
  }
}
.reserve__title {
  text-align: center;
  margin: auto auto 20px;
  font-size: 200%;
}
.reserve__text {
  margin: auto auto 40px;
  line-height: 2;
}
.reserve__calendar {
  width: 100%;
  margin: auto auto 40px;
  text-align: center;
  position: relative;
  height: 0;
  padding-top: 50%;
}
@media screen and (max-width: 768px) {
  .reserve__calendar {
    width: 100%;
    padding-top: 75%;
  }
}
.reserve__calendar::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 22px;
  background-color: #fff;
  content: "";
}
.reserve__calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reserve__info {
  margin: auto auto 20px;
}
@media screen and (max-width: 768px) {
  .reserve__info {
    margin: auto auto 0px;
  }
}
.reserve dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #e7e7e7;
}
@media screen and (max-width: 768px) {
  .reserve dl {
    flex-direction: column;
  }
}
.reserve dl:first-of-type {
  border-top: solid 1px #e7e7e7;
}
.reserve dl dt {
  width: 20%;
  padding: 20px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .reserve dl dt {
    width: 100%;
    padding: 20px 0 5px 0;
  }
}
.reserve dl dt span {
  background-color: #A32727;
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 85%;
  font-weight: normal;
  margin: auto auto auto 5px;
}
.reserve dl dd {
  width: 80%;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .reserve dl dd {
    width: 100%;
    padding: 5px 0 20px 0;
  }
}
.reserve__btn {
  margin: 60px auto auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reserve__btn {
    margin: 20px auto auto;
  }
}
.reserve__btn a {
  background-color: #333;
  color: #fff;
  margin: auto;
  padding: 20px 40px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .reserve__btn a {
    width: 100%;
  }
}
.reserve__btn input[type=button] {
  background-color: #333;
  color: #fff;
  margin: auto;
  padding: 20px 40px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .reserve__btn input[type=button] {
    width: 100%;
  }
}

input[type=text] {
  border: solid 1px #bdbdbd;
  padding: 10px;
  border-radius: 4px;
}

select {
  border: solid 1px #bdbdbd;
  padding: 10px;
  border-radius: 4px;
}

textarea {
  border: solid 1px #bdbdbd;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
}

.option__block {
  display: flex;
  justify-content: flex-start;
}

.option {
  margin: auto 20px auto 0;
}

.footer__inner {
  text-align: center;
  padding: 40px;
  color: #fff;
}
.footer__logo {
  width: 120px;
  margin: 20px auto auto auto;
}
.footer__logo img {
  width: 100%;
}
.footer__copyright {
  margin: 20px auto;
}

.header__logo {
  width: 120px;
  margin: 40px auto auto auto;
}
.header__logo img {
  width: 100%;
}

.thanks {
  text-align: center;
  width: 90%;
  max-width: 1280px;
  margin: 60px auto 120px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.thanks__title {
  margin: auto auto 20px auto;
  font-size: 200%;
}
.thanks__description {
  margin: 0 auto 80px auto;
  font-size: 110%;
  line-height: 2;
}
.thanks__btn {
  margin: 0 auto auto auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks__btn {
    margin: 20px auto auto;
  }
}
.thanks__btn a {
  background-color: #333;
  color: #fff;
  margin: auto;
  padding: 20px 40px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .thanks__btn a {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */