/*==================================================================
    reset
===================================================================*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* mixin
--------------------------- */
/* base
--------------------------- */
img {
  width: 100%;
  height: auto;
}

body {
  color: #4A4131;
  position: relative;
  font-size: 16px;
}

/* font
--------------------------- */
/* color
--------------------------- */
html, body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

.bg {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background: repeat url("./images/img_01.jpg");
  background-size: contain;
}

main {
  width: 100%;
  max-width: 400px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #FFFFFB;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  main {
    max-width: 100%;
  }
}

section {
  height: 1000px;
}

#top {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  position: relative;
}
#top .top-logo {
  width: 40%;
  height: auto;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 30px;
}
#top .top-txt {
  font-family: "shippori-mincho", sans-serif;
}
#top .top-txt h1 {
  color: #DDBB2C;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
#top .top-txt h1 span {
  font-size: 18px;
}
#top .top-txt .top-txt_vl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
#top .top-txt .top-txt_vl h2 {
  font-size: 23px;
  letter-spacing: 1em;
  font-weight: 600;
  margin-top: 84px;
}
#top .top-img {
  width: 330px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  z-index: 99;
}
#top .top-img.art-01 {
  bottom: -150px;
  right: -80px;
}
#top .top-img.art-02 {
  bottom: -200px;
  left: -130px;
}

#intro {
  margin-top: 120px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  font-family: "shippori-mincho", sans-serif;
  position: relative;
}
@media screen and (max-width: 575px) {
  #intro {
    margin-top: 160px;
  }
}
#intro .intro-ttl {
  font-size: 23px;
  letter-spacing: 0.3em;
  margin-bottom: 65px;
}
#intro .intro-txt {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2em;
}
#intro .intro-txt p {
  margin-bottom: 50px;
}
#intro .intro-img {
  width: 210px;
  position: absolute;
  bottom: -100px;
  right: -70px;
}
@media screen and (max-width: 575px) {
  #intro .intro-img {
    bottom: -70px;
  }
}
#intro .intro-photo {
  margin-top: 140px;
}

#about {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  font-family: "shippori-mincho", sans-serif;
  position: relative;
}
#about .about-ttl {
  font-size: 20px;
  margin-top: 65px;
}
#about .about-ttl img {
  margin-bottom: 25px;
}
#about .about-ttl h2 {
  color: #DDBB2C;
  font-size: 23px;
}
#about .about-date {
  font-size: 33px;
  font-weight: bold;
  margin: 25px 0;
}
#about .about-map {
  width: 340px;
  height: 257px;
  margin: 25px auto;
}
#about .about-img {
  width: 340px;
  height: auto;
  margin: 25px auto;
}
#about .about-p {
  width: 340px;
  margin: 0 auto;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  line-height: 1.8em;
  text-align: left;
  padding-bottom: 20px;
}
#about .about-wrap_index .about-text {
  width: 340px;
  height: 257px;
  margin: 0 auto;
  background: no-repeat url("./images/img_04.png");
  background-size: cover;
  padding: 88px 0;
}
#about .about-wrap_index .about-text .about-text-item01 {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 32px;
}
#about .about-wrap_index .about-text .about-text-item02 {
  font-size: 18px;
  margin-bottom: 14px;
  font-weight: bold;
}
#about .about-wrap_access .about-text .about-text-item01 {
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
#about .about-wrap_access .about-text .about-text-item01 span {
  font-size: 18px;
}
#about .about-wrap_access .about-text .about-text-item02 {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 1.8em;
  margin: 20px 0;
}
#about .about-wrap_access .about-text .about-shop-link {
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 1.8em;
  color: #FFFFFB;
  background-color: #BFA227;
  padding: 1rem 2rem;
}
#about .about-wrap_access .about-text .about-text-item03 {
  width: 340px;
  border: solid 1px #DDBB2C;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 60px auto 30px;
}
#about .about-wrap_access .about-text .about-text-item03 a {
  color: #BFA227;
}

#info {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  font-family: "shippori-mincho", sans-serif;
  position: relative;
}
#info .info-ttl {
  font-size: 20px;
  margin-top: 65px;
}
#info .info-ttl img {
  margin-bottom: 25px;
}
#info .info-ttl h2 {
  color: #DDBB2C;
  font-size: 23px;
}
#info .info-date {
  width: 340px;
  height: 257px;
  margin: 25px auto 0;
  background: no-repeat url(./images/img_04.png);
  background-size: cover;
  padding: 58px 0;
}
#info .info-date-item {
  font-size: 20px;
  line-height: 2.3em;
}
#info .info-date-item span {
  font-size: 33px;
  font-weight: bold;
}
#info .info-txt {
  width: 340px;
  height: auto;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  line-height: 1.8em;
  text-align: left;
  margin: 40px auto;
}
@media screen and (max-width: 575px) {
  #info .info-txt {
    width: 85%;
  }
}
#info .info-txt > * {
  margin-bottom: 20px;
}
#info .info-txt_box {
  border: solid 1px #DDBB2C;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  margin-bottom: 40px;
}
#info .info-txt_box a {
  color: #BFA227;
}
#info .end {
  font-family: "shippori-mincho", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: center;
  margin-top: 60px;
}

#form {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  font-family: "shippori-mincho", sans-serif;
  position: relative;
}
#form .form-ttl {
  font-size: 20px;
  margin-top: 65px;
}
#form .form-ttl img {
  margin-bottom: 25px;
}
#form .form-ttl h2 {
  color: #DDBB2C;
  font-size: 23px;
}
#form .form-gform {
  padding: 50px 0;
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  #form .form-gform {
    width: 85%;
  }
}
#form .form-link {
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 1.8em;
  color: #FFFFFB;
  background-color: #BFA227;
  padding: 1rem 2rem;
  margin-bottom: 70px;
}

footer {
  width: 100%;
  height: 10px;
  background-color: #BFA227;
}