@charset "UTF-8";
/*! destyle.css v4.0.0 | 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 */
}

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

/* =========================================
font
========================================= */
/* =========================================
hover
========================================= */
/* =========================================
break point
========================================= */
/* =========================================
mixin
========================================= */
/*-----------
改行
-----------*/
.br_xxs {
  display: none;
}
@media screen and (max-width: 375px) {
  .br_xxs {
    display: block;
  }
}

.br_xs {
  display: none;
}
@media screen and (max-width: 480px) {
  .br_xs {
    display: block;
  }
}

.br_sm {
  display: none;
}
@media screen and (max-width: 640px) {
  .br_sm {
    display: block;
  }
}

/*-----------
全体共通
-----------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-image: url(../img/img_bg.jpg);
  background-size: contain;
  background-repeat: repeat;
  color: #4B4637;
  letter-spacing: 0.02em;
  font-size: 1.6em;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

.section-inner {
  max-width: 1280px;
  width: calc(100% - 8vw);
  margin-inline: auto;
}

/*-----------
追従ボタン
-----------*/
.fixed-btn {
  position: fixed;
  bottom: 2%;
  right: 2%;
  max-width: 200px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 810px) {
  .fixed-btn {
    max-width: 32vw;
  }
}

.fixed-btn.active {
  visibility: visible;
  opacity: 1;
}

.is-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

/*-----------
共通パーツ
-----------*/
.title {
  margin-bottom: 48px;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
}
@media screen and (max-width: 810px) {
  .title {
    font-size: 2.2rem;
    margin-bottom: 32px;
  }
}
.title .title-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-family: "EB Garamond", serif;
  color: #DF9D24;
}
@media screen and (max-width: 810px) {
  .title .title-en {
    font-size: 1.6rem;
  }
}
.title .title-en::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #DF9D24;
  border-radius: 50px;
}

.title-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 810px) {
  .title-center {
    font-size: 2rem;
    gap: 12px;
    margin-bottom: 32px;
  }
}
.title-center::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #DF9D24;
  border-radius: 50px;
}
@media screen and (max-width: 810px) {
  .title-center::before {
    width: 8px;
    height: 8px;
  }
}
.title-center p {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

/*---------------------
ヘッダー
---------------------*/
.header {
  width: 100%;
}

.header-main {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin-inline: auto;
  padding-top: 64px;
}
@media screen and (max-width: 810px) {
  .header-main {
    padding-top: 40px;
  }
}

.header-logo {
  max-width: 215px;
}
@media screen and (max-width: 810px) {
  .header-logo {
    max-width: 180px;
  }
}

/*---------------------
FV
---------------------*/
.fv-visual {
  margin-inline: auto;
  height: 100%;
}

.fv-visual__list {
  width: calc(100% - 4vw);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 810px) {
  .fv-visual__list {
    width: 100%;
  }
}

@media screen and (max-width: 810px) {
  .fv-visual__image {
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.fv-content {
  margin-inline: auto;
  max-width: 1280px;
  width: calc(100% - 8vw);
}
@media screen and (max-width: 810px) {
  .fv-content {
    width: calc(100% - 40px);
  }
}

.fv-content__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 4vw auto;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4vw;
  padding: 64px 0px 48px;
}
@media screen and (max-width: 810px) {
  .fv-content__inner {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 4vh;
    padding: 48px 0px 40px;
  }
}

.fv-catch__main {
  font-size: 4.6rem;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .fv-catch__main {
    font-size: 4rem;
  }
}
@media screen and (max-width: 810px) {
  .fv-catch__main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .fv-catch__main {
    font-size: 2.4rem;
  }
}

.fv-catch__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6%;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 810px) {
  .fv-catch__sub {
    font-size: 1.4rem;
  }
}
.fv-catch__sub::before {
  content: "";
  background-color: #4B4637;
  width: 3.2rem;
  height: 1px;
}

.fv-btn {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 810px) {
  .fv-btn {
    max-width: 400px;
  }
}

/*---------------------
私たちについて
---------------------*/
.about {
  padding: 160px 0px 120px;
}
@media screen and (max-width: 810px) {
  .about {
    padding: 64px 0px 64px;
  }
}

.about-inner {
  max-width: 1024px;
  width: calc(100% - 8vw);
  margin-inline: auto;
}

.about-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 810px) {
  .about-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6vh;
  }
}

.about-contents_text {
  width: 50%;
}
@media screen and (max-width: 810px) {
  .about-contents_text {
    width: 100%;
  }
}

.about-text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 810px) {
  .about-text {
    width: 100%;
    font-size: 1.4rem;
  }
}

.about-contents__img {
  width: 50%;
}
@media screen and (max-width: 810px) {
  .about-contents__img {
    width: 90%;
    max-width: none;
    min-width: none;
  }
}

.column-visual__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: calc(100% - 8vw);
  margin-inline: auto;
  margin-top: 120px;
}
@media screen and (max-width: 810px) {
  .column-visual__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 64px;
  }
}

@media screen and (max-width: 810px) {
  .column-visual__left {
    width: 90%;
  }
}

.column-visual__right {
  padding-top: 80px;
}
@media screen and (max-width: 810px) {
  .column-visual__right {
    padding-top: 0;
    width: 60%;
    margin: 0 0 0 auto;
  }
}

/*---------------------
このような希望はありませんか？
---------------------*/
.hope {
  padding: 120px 0px;
  background-color: rgba(234, 230, 219, 0.8);
}
@media screen and (max-width: 810px) {
  .hope {
    padding: 64px 0px 64px;
  }
}

.hope-inner {
  max-width: 1024px;
}

.hope-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 810px) {
  .hope-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    place-items: center;
  }
}

.hope-contents__item {
  width: 46%;
  padding: 5vh 3vw;
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 810px) {
  .hope-contents__item {
    width: 100%;
    padding: 3vh 3vw;
  }
}

/*---------------------
キムラ建設が選ばれる理由
---------------------*/
.reasons {
  padding: 160px 0px;
}
@media screen and (max-width: 810px) {
  .reasons {
    padding: 64px 0px 64px;
  }
}

.reasons-inner {
  max-width: 1120px;
}

.reasons-contents__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8vw;
  margin-bottom: 64px;
}
@media screen and (max-width: 810px) {
  .reasons-contents__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 48px;
  }
}
.reasons-contents__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 810px) {
  .reasons-contents__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reasons-contents__item:last-child {
  margin-bottom: 0;
}

.reasons-main__num {
  position: relative;
  display: inline-block;
  margin-bottom: 48px;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  color: #DF9D24;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 810px) {
  .reasons-main__num {
    margin-bottom: 32px;
    font-size: 1.6rem;
  }
}
.reasons-main__num::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1.2px;
  background-color: #DF9D24;
  bottom: -10px;
  left: 0;
  width: 100%;
}

.reasons-main__title {
  margin-bottom: 24px;
  max-width: 400px;
}

.reasons-main__text {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}

.reasons-img {
  max-width: 640px;
}

/*---------------------
背景（パララックス）
---------------------*/
.bg-visual__img {
  background: url("../img/bg_visual.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 48vh;
  width: 100%;
}
@media screen and (max-width: 810px) {
  .bg-visual__img {
    background-attachment: scroll;
    height: 24vh;
    background-size: cover;
  }
}

/*---------------------
キムラ建設社長が語る家づくりへのこだわり
---------------------*/
.interview {
  padding: 160px 0px;
}
@media screen and (max-width: 810px) {
  .interview {
    padding: 64px 0px 64px;
  }
}

.interview-inner {
  max-width: 1120px;
}

.interview-contents__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 5vw auto;
  grid-template-columns: auto auto;
  gap: 5vw;
  margin-bottom: 64px;
}
@media screen and (max-width: 810px) {
  .interview-contents__item {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 4vh;
    margin-bottom: 40px;
  }
}
.interview-contents__item:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 810px) {
  .interview-img {
    width: 80%;
    margin-inline: auto;
  }
}

.interview-main {
  padding-top: 80px;
}
@media screen and (max-width: 810px) {
  .interview-main {
    padding-top: 0;
  }
}

.--reverce .interview-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 810px) {
  .--reverce .interview-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.--reverce .interview-main {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 810px) {
  .--reverce .interview-main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.interview-title {
  max-width: 448px;
  margin-bottom: 48px;
}
@media screen and (max-width: 810px) {
  .interview-title {
    margin-bottom: 32px;
    width: 100%;
  }
}

.interview-text {
  margin-bottom: 48px;
}
@media screen and (max-width: 810px) {
  .interview-text {
    margin-bottom: 40px;
  }
}
.interview-text:last-child {
  margin-bottom: 0;
}

.interview-text__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 810px) {
  .interview-text__q {
    margin-bottom: 16px;
  }
}
.interview-text__q::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #4B4637;
}

.interview-text__a {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/*---------------------
VRでWEB内覧会
---------------------*/
.vr {
  padding: 120px 0px;
  background-color: #F9F8F2;
}
@media screen and (max-width: 810px) {
  .vr {
    padding: 64px 0px 64px;
  }
}

.vr-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 810px) {
  .vr-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.vr-contents__item {
  max-width: 360px;
  width: 100%;
}

/*---------------------
お問い合わせ
---------------------*/
.contact {
  margin-top: 120px;
  padding: 0px 4%;
}
@media screen and (max-width: 810px) {
  .contact {
    margin-top: 80px;
  }
}

.contact-inner {
  background-color: #4B4637;
  background-image: url(../img/bg_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1360px;
  margin-inline: auto;
  padding: 10vh 8vw;
}
@media screen and (max-width: 1024px) {
  .contact-inner {
    padding: 8vh 8vw;
  }
}

.contact-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .contact-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 24px;
    margin-bottom: 40px;
  }
}

.contact-head__title {
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}
@media screen and (max-width: 810px) {
  .contact-head__title {
    font-size: 2.2rem;
  }
}
.contact-head__title .title-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-family: "EB Garamond", serif;
  color: #fff;
}
@media screen and (max-width: 810px) {
  .contact-head__title .title-en {
    font-size: 1.6rem;
  }
}
.contact-head__title .title-en::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50px;
}

.contact-head__text {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 810px) {
  .contact-head__text {
    font-size: 1.4rem;
  }
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 810px) {
  .contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-item__tel {
  padding: 4vh 4vw;
  width: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width: 810px) {
  .contact-item__tel {
    width: 100%;
  }
}
.contact-item__tel img {
  max-width: 400px;
}
.contact-item__tel:hover {
  background-color: rgba(255, 255, 255, 0.1450980392);
}

.contact-item__mail {
  padding: 4vh 4vw;
  width: 50%;
  background-color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 810px) {
  .contact-item__mail {
    width: 100%;
  }
}
.contact-item__mail img {
  max-width: 400px;
}

/*---------------------
フッター
---------------------*/
.footer-main {
  padding: 160px 0px 120px;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .footer-main {
    padding: 96px 0px 80px;
  }
}

.footer-logo {
  display: block;
  margin-inline: auto;
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 810px) {
  .footer-logo {
    max-width: 240px;
  }
}

.footer-address {
  margin: 64px 0px 40px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
}
@media screen and (max-width: 810px) {
  .footer-address {
    margin: 40px 0px 40px;
  }
}

.footer-link {
  padding: 8px 20px;
  font-family: "Zen Old Mincho", serif;
  border: 1px solid #4B4637;
}
.footer-link::after {
  content: url(../img/icon_link.svg);
  padding-left: 2px;
}
.footer-link:hover {
  background-color: #fff;
}

.footer-copyright {
  padding: 12px 0px;
  text-align: center;
  border-top: 1px solid #4B4637;
  font-family: "EB Garamond", serif;
}
/*# sourceMappingURL=style.css.map */