@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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 {
  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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  overflow-x: hidden;
}

p {
  line-height: 1.7;
}

img {
  width: 100%;
}

section {
  padding-top: 100px;
}

/*--------ヘッダーメニュー--------*/
header {
  width: 100%;
  height: 80px;
  position: fixed;
  background-color: #606060;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}

.logo_white {
  padding-left: 2rem;
}

#menuWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  height: 100vh;
  top: 80px;
  background-color: #606060;
  color: #fff;
  transform: translateX(100%);
  transition: all 0.2s ease;
}
#menuWrap.is-active {
  transform: translateX(0%) !important;
}
#menuWrap.is-active li {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

/*--------ハンバーガーメニュー--------*/
#burger {
  --opacity: 1;
  --rotate: 0;
  --translate: 0.5rem;
  display: grid;
  place-items: center;
  width: 54px;
  aspect-ratio: 1;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding-right: 1rem;
}
#burger.is-active {
  --opacity: 0;
  --rotate: 135deg;
  --translate: 0;
}
#burger span {
  display: block;
  width: 70%;
  height: 2.5px;
  background-color: #fff;
  grid-area: 1/1/-1/-1;
  z-index: 999;
  transition: opacity 0.4s ease, rotate 0.4s ease, translate 0.4s ease;
}
#burger span:nth-child(1) {
  opacity: var(--opacity);
}
#burger span:nth-child(2) {
  translate: 0 calc(var(--translate) * -1);
  rotate: var(--rotate);
}
#burger span:nth-child(3) {
  translate: 0 calc(var(--translate));
  rotate: calc(var(--rotate) * -1);
}
#burger span.is-active {
  background-color: #fff;
}

/*--------キービジュアル--------*/
.bl_mainvisual {
  width: 100%;
  height: 80vh;
  background-image: url(../images/kv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "EB Garamond", "Zen Old Mincho", serif;
  position: relative;
}
.bl_mainvisual .kv__title {
  position: absolute;
  bottom: 2rem;
  left: clamp(2rem, 0.182rem + 9.09vw, 7rem);
  color: #fff;
}
.bl_mainvisual .kv__title li {
  margin-bottom: 1rem;
}
.bl_mainvisual .kv_text_border {
  font-size: 1rem;
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 0.5rem;
}
.bl_mainvisual .kv__title_text_big {
  font-size: clamp(1.5rem, 0.773rem + 3.64vw, 3.5rem);
}
.bl_mainvisual .kv__date {
  font-size: clamp(2.875rem, 0.92rem + 9.77vw, 8.25rem);
}
.bl_mainvisual .kv__date_text_small {
  font-size: 0.75em;
  padding: 0 0.5rem;
}

.kv_bg {
  background-color: rgba(0, 0, 0, 0.3);
  height: 80vh;
}

/*--------特徴1--------*/
.bl_display-flex {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}

.sec__ttl h1 {
  font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
  font-weight: 700;
  text-align: center;
  padding-bottom: 1rem;
}
.sec__ttl p {
  max-width: 624px;
  margin-inline: auto;
  font-size: clamp(1rem, 0.88rem + 0.49vw, 1.25rem);
  padding-bottom: 4rem;
}
.sec__ttl span {
  display: block;
  text-align: center;
}

.container__img {
  width: 90%;
  max-width: 626px;
  margin-inline: auto;
}

/*--------特徴2--------*/
.bl_display-column {
  width: 90%;
  margin-inline: auto;
}

.media_display-grid {
  max-width: 1200px;
  margin-inline: auto;
}

.bl_feature-room.sec__ttl p {
  padding-bottom: 30px;
}

.media__item p {
  padding: 1.5rem 1rem 3rem 1rem;
}

.media__img {
  position: relative;
}
.media__img .media__title {
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 2rem;
  border-radius: 10px;
  background-color: #fff;
}
.media__img img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.room-red {
  color: #922323;
}

.room-blue {
  color: #296C88;
}

.room-green {
  color: #3F6943;
}

/*--------特徴3--------*/
.bl_fullimg {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: clamp(30.563rem, 18.949rem + 58.07vw, 62.5rem);
  display: grid;
  place-content: center;
  padding-inline: 2rem;
}

.position-left {
  text-align: left;
  max-width: 624px;
}

/*--------価格--------*/
.price__wrapper {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
.price__wrapper figure {
  width: 90%;
  margin-inline: auto;
  padding-top: 3rem;
}

.price__table {
  display: grid;
  place-content: center;
  padding-top: 3rem;
  font-size: 1.2rem;
  width: 100%;
  table-layout: fixed;
}
.price__table tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.price__table tr:nth-child(even) {
  background-color: #dddddd;
  border-radius: 5px;
}
.price__table th, .price__table td {
  padding: 2rem 1rem;
  text-align: center;
}

/*--------ギャラリー--------*/
.bl_grid {
  width: 90%;
  margin-inline: auto;
  max-width: 994px;
  padding-bottom: 3rem;
}

.grid_img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  padding-top: 3rem;
}
.grid_img figure img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-btn {
  display: block;
  margin-inline: auto;
  font-size: 1.2rem;
  border: solid 1px #000;
  padding: 0.75rem 2rem;
  margin: 3rem auto;
  transition: all 0.25s ease;
}
.form-btn:hover {
  border-radius: 30px;
  background-color: #606060;
  color: #fff;
  transition: all 0.25s ease;
}

.bl_access {
  display: flex;
  flex-direction: column-reverse;
}

.access__info {
  padding: 3rem 0;
  display: block;
  text-align: center;
}

.access_list {
  text-align: left;
  display: inline-block;
}
.access_list li {
  margin-bottom: 0.5rem;
}
.access_list li:nth-child(4) {
  margin-bottom: 0;
}

.access-googleMap {
  width: 100%;
  margin-bottom: 3rem;
}

footer {
  background-color: #606060;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer figure {
  width: 70%;
  max-width: 280px;
  padding: 2rem 0rem;
}

@media (min-width: 1200px) {
  .logo_white {
    padding-left: 3rem;
  }
  #burger {
    display: none;
  }
  .bl__header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #menuWrap {
    width: 70%;
    padding-right: 3rem;
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    transform: translateX(0%);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    color: #fff;
    font-size: 1.2rem;
  }
  #menuWrap li {
    opacity: 1;
    margin-right: 2rem;
  }
  #menuWrap li:nth-child(5) {
    padding: 0.5rem 1rem;
    background-color: #DDC916;
    color: #000;
  }
}
@media (min-width: 768px) {
  section {
    padding-top: 200px;
  }
  .bl_mainvisual {
    height: 100vh;
  }
  .kv_bg {
    height: 100vh;
  }
  .bl_display-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .price__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media_display-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(364px, 1fr));
    gap: 1rem;
  }
  .bl_feature-room {
    margin-bottom: 200px;
  }
  .bl_feature-material {
    display: flex;
    flex-direction: column;
    justify-content: left;
    position: relative;
  }
  .position-left {
    display: grid;
    place-content: center;
    position: absolute;
    left: 15vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .position-left h1 {
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */