@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          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
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

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

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

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

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

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

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

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

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

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

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

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

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

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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 */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

/* common */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  vertical-align: top;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

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

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

header {
  padding: 15px 30px;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 800px) {
  header {
    padding: 20px 20px 0;
  }
}
header .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  header .header {
    display: block;
  }
}
header .header__logo {
  z-index: 100;
}
header .header__logo a {
  font-size: 3.2rem;
  color: #fff;
}
@media screen and (max-width: 500px) {
  header .header__logo a {
    font-size: 2rem;
  }
}
header .header__menu {
  width: 70%;
}
@media screen and (max-width: 800px) {
  header .header__menu .menu-btn {
    position: fixed;
    top: 15px;
    right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    background-color: #000;
    border-radius: 50%;
  }
  header .header__menu .menu-btn span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    right: 0;
    height: 1px;
    width: 14px;
    background-color: #fff;
  }
  header .header__menu .menu-btn span::before, header .header__menu .menu-btn span::after {
    content: "";
    display: block;
    height: 1px;
    width: 14px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .header__menu .menu-btn span::before {
    top: -5px;
  }
  header .header__menu .menu-btn span::after {
    bottom: -5px;
  }
}
header .header__menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  right: 6px;
  /*メニューオープン時は真ん中の線を透明にする*/
}
header .header__menu #menu-btn-check:checked ~ .menu-btn span::before {
  top: 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  background-color: #fff;
}
header .header__menu #menu-btn-check:checked ~ .menu-btn span::after {
  bottom: 0;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  background-color: #fff;
}
header .header__menu #menu-btn-check:checked ~ .nav-menu {
  left: 0;
  /*メニューを画面内へ*/
}
header .header__menu #menu-btn-check {
  display: none;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu {
    width: 100%;
    height: 102vh;
    display: block;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #fff;
    padding: 120px 30px 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
header .header__menu .nav-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu ul {
    display: block;
    padding-left: 14px;
  }
}
header .header__menu .nav-menu ul li a {
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: pc-resp-size(20);
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu ul li a {
    color: #333;
    font-size: 1.8rem;
  }
}
header .header__menu .nav-menu ul li a span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}
header .header__menu .nav-menu ul li + li {
  margin-left: 2.2em;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu ul li + li {
    margin-left: unset;
    margin-top: 20px;
  }
}
header .header__menu .nav-menu ul .contact {
  padding: 5px 20px;
  background-color: rgba(75, 73, 73, 0.5019607843);
}

main .breadlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  main .breadlist {
    width: 100%;
  }
}
main .breadlist li {
  position: relative;
}
main .breadlist li + li::before {
  content: ">";
  margin: 0 5px;
}
main .sec-contact {
  background-color: #A81D1A;
  text-align: center;
  padding: 80px 0 90px;
  margin-top: 180px;
  color: #E7E6E6;
}
@media screen and (max-width: 500px) {
  main .sec-contact {
    margin-top: 100px;
    padding: 60px 30px;
  }
}
main .sec-contact .title h2 {
  color: #E7E6E6 !important;
}
main .sec-contact .title .label {
  color: #E7E6E6;
}
main .sec-contact__read {
  margin-top: 40px;
}
@media screen and (max-width: 500px) {
  main .sec-contact__read {
    margin-top: 60px;
    font-weight: 500;
  }
}
main .sec-contact__link {
  max-width: 820px;
  width: 90%;
  margin: 90px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 500px) {
  main .sec-contact__link {
    display: block;
    width: 100%;
  }
}
main .sec-contact__button {
  width: 48%;
  max-width: 364px;
  background-color: #fff;
  padding: 23px 25px;
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  main .sec-contact__button {
    width: 100%;
    padding: 20px;
  }
  main .sec-contact__button + .sec-contact__button {
    margin-top: 30px;
  }
}
main .sec-contact__button a {
  color: #A81D1A;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  main .sec-contact__button a {
    font-size: 2rem;
  }
}
main .sec-contact__button img {
  width: 46px;
  vertical-align: middle;
  margin-right: 18px;
}
@media screen and (max-width: 500px) {
  main .sec-contact__button img {
    width: 35px;
  }
}
main .sec-contact .tel a {
  font-size: 3.2rem;
}
@media screen and (max-width: 500px) {
  main .sec-contact .tel a {
    font-size: 2.8rem;
  }
}

footer .f-inner {
  max-width: 1087px;
  width: 90%;
  margin: 62px auto 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 500px) {
  footer .f-inner {
    width: 100%;
    padding: 0 30px;
    margin: 50px auto 50px;
    display: block;
  }
}
footer .f-inner__logo {
  font-size: 3.2rem;
}
@media screen and (max-width: 500px) {
  footer .f-inner__logo {
    font-size: 2.3rem;
  }
}
footer .f-inner__address {
  margin-top: 36px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 10px;
}
footer .f-inner__detail {
  font-weight: 400;
  line-height: 1.8;
}
footer .f-inner__detail span {
  display: inline-block;
  margin-right: 15px;
}
footer .f-inner__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .f-inner__sns li {
  width: 35px;
}
footer .f-inner__sns li + li {
  margin-left: 5px;
}
footer .f-inner__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: 40px 0;
  width: 55%;
}
@media screen and (max-width: 500px) {
  footer .f-inner__right {
    width: 100%;
    margin: 50px auto 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px 0;
  }
}
footer .f-inner__right li {
  width: 33.3333333333%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  text-align: center;
}
@media screen and (max-width: 500px) {
  footer .f-inner__right li {
    text-align: left;
  }
}
footer .f-inner__right a {
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  footer .f-inner__right a {
    font-size: 1.6rem;
  }
}

#page-home main .m-kv {
  background: url(../img/top/kv-pc.png) center center no-repeat;
  width: 100%;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 80px;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  #page-home main .m-kv {
    padding-top: 180px;
  }
}
#page-home main .m-kv__inner {
  max-width: 896px;
  width: 90%;
  margin: 0 auto 0 10%;
}
@media screen and (max-width: 500px) {
  #page-home main .m-kv__inner {
    margin: 0 auto;
  }
}
#page-home main .m-kv h1 {
  color: #fff;
  font-size: 6.4rem;
  line-height: 1.28;
}
@media screen and (max-width: 780px) {
  #page-home main .m-kv h1 {
    font-size: 2.4rem;
  }
}
#page-home main .m-kv__read {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  margin-left: 15px;
}
@media screen and (max-width: 780px) {
  #page-home main .m-kv__read {
    font-size: 1.4rem;
    line-height: 1.35;
    margin-left: unset;
    margin-top: 50px;
  }
}
#page-home main .title h2 {
  color: #595959;
  font-size: 4.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  #page-home main .title h2 {
    font-size: 2.5rem;
  }
}
#page-home main .title .label {
  color: #ACAAAA;
  margin-top: 8px;
}
#page-home main .sec-about {
  max-width: 1094px;
  width: 90%;
  margin: 192px auto 0;
  position: relative;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-about {
    width: 100%;
    padding: 0 30px;
    margin: 100px auto 0;
  }
}
#page-home main .sec-about__text {
  max-width: 547px;
  width: 90%;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-about__text {
    width: 100%;
  }
}
#page-home main .sec-about__text .title {
  margin-left: 60px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-about__text .title {
    margin-left: unset;
  }
}
#page-home main .sec-about__detail {
  font-size: 2rem;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-about__detail {
    font-size: 1.6rem;
  }
}
#page-home main .sec-about__image {
  position: absolute;
  z-index: -1;
  width: 70%;
  right: 0;
  top: -14px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-about__image {
    bottom: -120px;
    top: unset;
  }
}
#page-home main .sec-hotel {
  margin-top: 360px;
  background-color: #D9D9D9;
  padding: 113px 0 124px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-hotel {
    margin-top: 230px;
    padding: 80px 30px;
  }
}
#page-home main .sec-hotel .title {
  text-align: center;
}
#page-home main .sec-hotel__list {
  margin-top: 85px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-hotel__list {
    margin-top: 60px;
  }
}
#page-home main .sec-hotel__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-hotel__list li {
    display: block;
  }
}
#page-home main .sec-hotel__list li + li {
  margin-top: 115px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-hotel__list li + li {
    margin-top: 60px;
  }
}
#page-home main .sec-hotel__list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#page-home main .sec-hotel__list li:nth-child(even) .num {
  text-align: right;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-hotel__list li:nth-child(even) .num {
    text-align: left;
  }
}
#page-home main .sec-hotel__list li:nth-child(even) .name {
  color: #938F8F;
}
#page-home main .sec-hotel__list li:nth-child(even) .sec-hotel__text {
  margin-left: unset;
  margin-right: 12%;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-hotel__list li:nth-child(even) .sec-hotel__text {
    margin-right: unset;
  }
}
#page-home main .sec-hotel__list li:nth-child(even) .sec-hotel__image {
  margin-left: unset;
  margin-right: 60px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-hotel__list li:nth-child(even) .sec-hotel__image {
    margin: 30px auto 0;
  }
}
#page-home main .sec-hotel__text {
  max-width: 461px;
  margin-left: 12%;
  margin-top: -50px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-hotel__text {
    margin-left: unset;
    margin-top: unset;
  }
}
#page-home main .sec-hotel__text .num {
  font-size: 6.4rem;
  color: #949191;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-hotel__text .num {
    font-size: 4.5rem;
  }
}
#page-home main .sec-hotel__text .name {
  font-size: 2.4rem;
  color: #333333;
}
#page-home main .sec-hotel__text .detail {
  font-size: 2rem;
  color: #333333;
  margin-top: 13px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-hotel__text .detail {
    font-size: 1.6rem;
  }
}
#page-home main .sec-hotel .button {
  width: 170px;
  margin-top: 140px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-hotel .button {
    margin: 80px auto 0;
    width: 200px;
  }
}
#page-home main .sec-hotel .button a {
  width: 100%;
  padding: 17px 0;
  background-color: #6A6868;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-hotel .button a {
    padding: 12px 0;
  }
}
#page-home main .sec-hotel__image {
  max-width: 619px;
  margin-left: 60px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-hotel__image {
    margin-left: unset;
    margin: 30px auto 0;
  }
}
#page-home main .sec-hotel .more {
  margin: 120px auto 0;
}
#page-home main .sec-faq {
  margin-top: 165px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-faq {
    margin-top: 80px;
  }
}
#page-home main .sec-faq .title {
  text-align: center;
}
#page-home main .sec-faq__contents {
  margin: 90px auto 0;
  max-width: 900px;
  width: 90%;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-faq__contents {
    width: 100%;
    padding: 0 30px;
    margin: 60px auto 0;
  }
}
#page-home main .sec-faq__box {
  background-color: #D9D9D9;
  padding: 23px 25px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-faq__box {
    padding: 20px;
  }
}
#page-home main .sec-faq__box + .sec-faq__box {
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-faq__box + .sec-faq__box {
    margin-top: 20px;
  }
}
#page-home main .sec-faq .faq-q {
  font-size: 2rem;
  color: #8B8787;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-faq .faq-q {
    font-size: 1.6rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.5;
  }
}
#page-home main .sec-faq .faq-q .line {
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 1px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-faq .faq-q .line {
    width: 20px;
    right: -15px;
  }
}
#page-home main .sec-faq .faq-q .line::after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 1px;
  height: 40px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-faq .faq-q .line::after {
    height: 20px;
    top: -10px;
    left: 10px;
  }
}
#page-home main .sec-faq .faq-q.active span.line::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#page-home main .sec-faq .faq-q span {
  font-size: 4rem;
  color: #7C7A7A;
  margin-right: 13px;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-faq .faq-q span {
    font-size: 2.5rem;
  }
}
#page-home main .sec-faq .faq-a {
  background-color: #fff;
  margin: 30px 30px 0;
  padding: 20px;
  color: #8B8787;
  font-size: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  display: none;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-faq .faq-a {
    margin: 20px 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 20px 15px;
    line-height: 1.5;
  }
}
#page-home main .sec-faq .faq-a span {
  font-size: 4rem;
  color: #D3CDCD;
  margin-right: 13px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-faq .faq-a span {
    font-size: 2.5rem;
  }
}
#page-home main .sec-contact {
  background-color: #A81D1A;
  text-align: center;
  padding: 80px 0 90px;
  margin-top: 180px;
  color: #E7E6E6;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-contact {
    margin-top: 100px;
    padding: 60px 30px;
  }
}
#page-home main .sec-contact .title h2 {
  color: #E7E6E6;
}
#page-home main .sec-contact .title .label {
  color: #E7E6E6;
}
#page-home main .sec-contact__read {
  margin-top: 40px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-contact__read {
    margin-top: 60px;
    font-weight: 500;
  }
}
#page-home main .sec-contact__link {
  max-width: 820px;
  width: 90%;
  margin: 90px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-contact__link {
    display: block;
    width: 100%;
  }
}
#page-home main .sec-contact__button {
  width: 48%;
  max-width: 364px;
  background-color: #fff;
  padding: 23px 25px;
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-contact__button {
    width: 100%;
    padding: 20px;
  }
  #page-home main .sec-contact__button + .sec-contact__button {
    margin-top: 30px;
  }
}
#page-home main .sec-contact__button a {
  color: #A81D1A;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-contact__button a {
    font-size: 2rem;
  }
}
#page-home main .sec-contact__button img {
  width: 46px;
  vertical-align: middle;
  margin-right: 18px;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-contact__button img {
    width: 35px;
  }
}
#page-home main .sec-contact .tel a {
  font-size: 3.2rem;
}
@media screen and (max-width: 500px) {
  #page-home main .sec-contact .tel a {
    font-size: 2.8rem;
  }
}

#page-hotel main .m-kv {
  background: url(../img/hotel/kv-pc.jpg) center center no-repeat;
  width: 100%;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 90px;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  #page-hotel main .m-kv {
    padding-top: 120px;
  }
}
#page-hotel main .m-kv__title {
  margin-left: 10%;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 500px) {
  #page-hotel main .m-kv__title {
    font-size: 1.6rem;
  }
}
#page-hotel main .m-kv__title h1 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.28;
  margin-top: 10px;
}
@media screen and (max-width: 500px) {
  #page-hotel main .m-kv__title h1 {
    font-size: 2.8rem;
  }
}
#page-hotel main h2 {
  text-align: center;
  font-size: 4.8rem;
  color: #333333;
  margin-top: 90px;
}
@media screen and (max-width: 500px) {
  #page-hotel main h2 {
    font-size: 2.8rem;
    margin-top: 60px;
  }
}
#page-hotel main .sec-hotel {
  background-color: #E2E2E2;
  padding: 30px 0 200px;
}
@media screen and (max-width: 500px) {
  #page-hotel main .sec-hotel {
    padding: 30px 25px 80px;
  }
}
#page-hotel main .sec-hotel__list {
  margin: 145px auto 0;
  max-width: 1200px;
  width: 95%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 0;
}
@media screen and (max-width: 500px) {
  #page-hotel main .sec-hotel__list {
    width: 100%;
    margin: 80px auto 0;
    display: block;
  }
}
#page-hotel main .sec-hotel .hotel {
  width: calc(50% - 45px);
  background-color: #fff;
  padding: 40px 25px;
  margin: 0 22px;
}
@media screen and (max-width: 500px) {
  #page-hotel main .sec-hotel .hotel {
    width: 100%;
    padding: 20px 15px;
    display: grid;
    grid-template-areas: "title" "detail" "text" "button";
  }
  #page-hotel main .sec-hotel .hotel + .hotel {
    margin-top: 20px;
  }
}
#page-hotel main .sec-hotel .hotel-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 500px) {
  #page-hotel main .sec-hotel .hotel-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-area: detail;
    margin-top: 15px;
  }
}
#page-hotel main .sec-hotel .hotel-head__image {
  max-width: 279px;
  width: 50%;
  margin-right: 18px;
}
@media screen and (max-width: 500px) {
  #page-hotel main .sec-hotel .hotel-head__image {
    width: 100%;
    max-width: unset;
  }
}
#page-hotel main .sec-hotel .hotel-head__detail {
  width: 50%;
  font-size: 1.1rem;
}
@media screen and (max-width: 500px) {
  #page-hotel main .sec-hotel .hotel-head__detail {
    width: 100%;
    margin-top: 20px;
  }
}
#page-hotel main .sec-hotel .hotel-head p {
  padding: 8px;
}
#page-hotel main .sec-hotel .hotel-head p + p {
  border-top: 1px solid #332929;
}
#page-hotel main .sec-hotel .hotel-head p span {
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  #page-hotel main .sec-hotel .hotel-head p span {
    font-size: 1.3rem;
  }
}
#page-hotel main .sec-hotel .hotel h3 {
  margin-top: 18px;
  color: #332929;
  font-size: 2.4rem;
}
@media screen and (max-width: 500px) {
  #page-hotel main .sec-hotel .hotel h3 {
    font-size: 1.8rem;
    grid-area: title;
    margin-top: unset;
  }
}
#page-hotel main .sec-hotel .hotel-text {
  margin-top: 12px;
  color: #333333;
  line-height: 2.3;
  max-width: 478px;
}
@media screen and (max-width: 500px) {
  #page-hotel main .sec-hotel .hotel-text {
    font-size: 1.3rem;
    line-height: 1.5;
    grid-area: text;
  }
}
#page-hotel main .sec-hotel .hotel-button {
  width: 170px;
  margin: 20px auto 0;
}
@media screen and (max-width: 500px) {
  #page-hotel main .sec-hotel .hotel-button {
    margin: 40px auto 0;
    width: 90%;
    grid-area: button;
  }
}
#page-hotel main .sec-hotel .hotel-button a {
  width: 100%;
  padding: 17px 0;
  background-color: #6A6868;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #page-hotel main .sec-hotel .hotel-button a {
    padding: 12px 0;
  }
}

#page-company main .m-kv {
  background: url(../img/company/kv-pc.jpg) center center no-repeat;
  width: 100%;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 90px;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  #page-company main .m-kv {
    padding-top: 120px;
  }
}
#page-company main .m-kv__title {
  margin-left: 10%;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 500px) {
  #page-company main .m-kv__title {
    font-size: 1.6rem;
  }
}
#page-company main .m-kv__title h1 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.28;
  margin-top: 10px;
}
@media screen and (max-width: 500px) {
  #page-company main .m-kv__title h1 {
    font-size: 2.8rem;
  }
}
#page-company main h2 {
  text-align: center;
  font-size: 4.8rem;
  color: #333333;
  margin-top: 90px;
}
@media screen and (max-width: 500px) {
  #page-company main h2 {
    font-size: 2.8rem;
    margin-top: 60px;
  }
}
#page-company main .sec-company {
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  #page-company main .sec-company {
    padding: 0 30px;
  }
}
#page-company main .sec-company__table {
  max-width: 800px;
  margin: 50px auto 200px;
}
@media screen and (max-width: 500px) {
  #page-company main .sec-company__table {
    margin: 60px auto 80px;
  }
}
#page-company main .sec-company dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 65px;
}
@media screen and (max-width: 500px) {
  #page-company main .sec-company dl {
    padding: 15px 20px;
    display: block;
  }
}
#page-company main .sec-company dl + dl {
  border-top: 1px solid #000;
}
#page-company main .sec-company dt {
  width: 230px;
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  #page-company main .sec-company dt {
    width: 100%;
    font-size: 1.8rem;
  }
}
#page-company main .sec-company dd {
  width: calc(100% - 230px);
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  #page-company main .sec-company dd {
    width: 100%;
    margin-top: 10px;
  }
}

#page-recruit main .m-kv {
  background: url(../img/recruit/kv-pc.jpg) center center no-repeat;
  width: 100%;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 90px;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  #page-recruit main .m-kv {
    padding-top: 120px;
  }
}
#page-recruit main .m-kv__title {
  margin-left: 10%;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 500px) {
  #page-recruit main .m-kv__title {
    font-size: 1.6rem;
  }
}
#page-recruit main .m-kv__title h1 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.28;
  margin-top: 10px;
}
@media screen and (max-width: 500px) {
  #page-recruit main .m-kv__title h1 {
    font-size: 2.8rem;
  }
}
#page-recruit main h2 {
  text-align: center;
  font-size: 4rem;
  color: #333333;
}
@media screen and (max-width: 500px) {
  #page-recruit main h2 {
    font-size: 2.8rem;
  }
}
#page-recruit main .sec-recruit {
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-recruit {
    padding: 0 30px;
  }
}
#page-recruit main .sec-recruit__inner {
  max-width: 1000px;
  width: 90%;
  margin: 70px auto 0;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-recruit__inner {
    width: 100%;
  }
}
#page-recruit main .sec-recruit__read {
  text-align: center;
  margin-top: 53px;
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-recruit__read {
    font-size: 1.8rem;
  }
}
#page-recruit main .sec-recruit__image {
  margin: 56px auto 0;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-recruit__image {
    margin: 35px auto 0;
  }
}
#page-recruit main .sec-recruit__box {
  margin-top: 75px;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-recruit__box {
    margin-top: 50px;
  }
}
#page-recruit main .sec-recruit h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-recruit h3 {
    font-size: 2rem;
  }
}
#page-recruit main .sec-recruit .box {
  max-width: 815px;
  width: 90%;
  margin: 50px auto 0;
  position: relative;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-recruit .box {
    width: 100%;
    margin: 25px auto 0;
  }
}
#page-recruit main .sec-recruit .box-text {
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
  line-height: 2.1;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-recruit .box-text {
    line-height: 1.6;
  }
}
#page-recruit main .sec-recruit .box-text p + p {
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-recruit .box-text p + p {
    margin-top: 15px;
  }
}
#page-recruit main .sec-recruit .box-image {
  width: 62%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-recruit .box-image {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    margin: 30px auto 0;
  }
}
#page-recruit main .sec-points {
  max-width: 700px;
  width: 90%;
  margin: 235px auto 0;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-points {
    width: 100%;
    margin: 100px auto 0;
    padding: 0 30px;
  }
}
#page-recruit main .sec-points__contents {
  margin-top: 75px;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-points__contents {
    margin-top: 60px;
  }
}
#page-recruit main .sec-points .points-list + .points-list {
  margin-top: 34px;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-points .points-list + .points-list {
    margin-top: 30px;
  }
}
#page-recruit main .sec-points .points-list__q {
  font-size: 2rem;
  padding: 30px 60px;
  background-color: #CFBBBB;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-points .points-list__q {
    font-size: 1.8rem;
    padding: 20px 15px;
  }
}
#page-recruit main .sec-points .points-list__q::after {
  content: "▼";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  font-size: 2.3rem;
  color: #1D1D1D;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
#page-recruit main .sec-points .points-list__q.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#page-recruit main .sec-points .points-list__a {
  padding: 5px 60px;
  background-color: #CFBBBB;
  margin-top: 12px;
  display: none;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-points .points-list__a {
    padding: 5px 15px;
  }
}
#page-recruit main .sec-points .points-list__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 20px;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-points .points-list__table {
    padding: 15px;
    display: block;
  }
}
#page-recruit main .sec-points .points-list__table + .points-list__table {
  border-top: 1px solid #333333;
}
#page-recruit main .sec-points .points-list__table dt {
  width: 125px;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-points .points-list__table dt {
    width: 100%;
  }
}
#page-recruit main .sec-points .points-list__table dd {
  width: calc(100% - 125px);
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-points .points-list__table dd {
    width: 100%;
    margin-top: 15px;
  }
}
#page-recruit main .sec-points .points-list__table dd p + p {
  margin-top: 15px;
}
#page-recruit main .sec-points .points-list__table dd div + div {
  margin-top: 25px;
}
#page-recruit main .sec-points__button {
  margin: 50px auto 0;
  max-width: 300px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-points__button {
    max-width: unset;
  }
}
#page-recruit main .sec-points__button a {
  padding: 30px;
  background-color: #CFBBBB;
  font-size: 2rem;
}
#page-recruit main .sec-links {
  max-width: 865px;
  width: 90%;
  margin: 85px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-links {
    display: block;
    width: 100%;
    padding: 0 30px;
    margin: 100px auto 0;
  }
}
#page-recruit main .sec-links__button {
  width: 44%;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-links__button {
    width: 100%;
  }
  #page-recruit main .sec-links__button + .sec-links__button {
    margin-top: 30px;
  }
}
#page-recruit main .sec-links__button a {
  padding: 32px 20px 23px;
  text-align: center;
  background-color: #A81D1A;
  color: #fff;
  font-size: 4rem;
  line-height: 1.3;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-links__button a {
    font-size: 2.8rem;
    padding: 25px 20px 15px;
  }
}
#page-recruit main .sec-links__button a span {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  #page-recruit main .sec-links__button a span {
    font-size: 1.8rem;
  }
}

#page-contact main .m-kv {
  background: url(../img/contact/kv-pc.jpg) center center no-repeat;
  width: 100%;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 90px;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  #page-contact main .m-kv {
    padding-top: 120px;
  }
}
#page-contact main .m-kv__title {
  margin-left: 10%;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 500px) {
  #page-contact main .m-kv__title {
    font-size: 1.6rem;
  }
}
#page-contact main .m-kv__title h1 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.28;
  margin-top: 10px;
}
@media screen and (max-width: 500px) {
  #page-contact main .m-kv__title h1 {
    font-size: 2.8rem;
  }
}
#page-contact main .sec-form {
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  #page-contact main .sec-form {
    padding: 0 25px;
  }
}
#page-contact main .sec-form__inner {
  max-width: 900px;
  width: 90%;
  margin: 55px auto 0;
}
@media screen and (max-width: 500px) {
  #page-contact main .sec-form__inner {
    width: 100%;
  }
}
#page-contact main .sec-form__read {
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  #page-contact main .sec-form__read {
    font-size: 1.6rem;
  }
}
#page-contact main .sec-form .contact {
  margin-top: 75px;
  padding: 85px 7%;
  background-color: #332929;
  color: #fff;
}
@media screen and (max-width: 500px) {
  #page-contact main .sec-form .contact {
    padding: 30px 20px;
  }
}
#page-contact main .sec-form .contact .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 500px) {
  #page-contact main .sec-form .contact .item {
    display: block;
  }
}
#page-contact main .sec-form .contact .item + .item {
  margin-top: 50px;
}
#page-contact main .sec-form .contact .label {
  width: 230px;
  font-size: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
@media screen and (max-width: 500px) {
  #page-contact main .sec-form .contact .label {
    font-size: 1.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#page-contact main .sec-form .contact .label label {
  max-width: 200px;
  width: 80%;
}
#page-contact main .sec-form .contact .label .point {
  font-size: 1.6rem;
  background-color: #A81D1A;
  padding: 5px 15px;
  display: inline-block;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 67px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  #page-contact main .sec-form .contact .label .point {
    font-size: 1.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 6px;
    margin-bottom: 10px;
    font-weight: 400;
  }
}
#page-contact main .sec-form .contact .input-box {
  width: calc(100% - 230px);
  margin-left: 45px;
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  #page-contact main .sec-form .contact .input-box {
    width: 100%;
    margin-left: unset;
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
#page-contact main .sec-form .contact .input-box input {
  width: 100%;
  padding: 20px 25px;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  #page-contact main .sec-form .contact .input-box input {
    padding: 15px;
  }
}
#page-contact main .sec-form .contact .input-box textarea {
  width: 100%;
  padding: 20px 25px;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  #page-contact main .sec-form .contact .input-box textarea {
    padding: 15px;
  }
}
#page-contact main .sec-form .contact .radio {
  background-color: unset;
  padding: unset;
}
#page-contact main .sec-form .contact .radio .wpcf7-list-item {
  display: block;
  margin: unset;
}
#page-contact main .sec-form .contact .radio label {
  display: block;
}
#page-contact main .sec-form .contact .radio label input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #D9D9D9;
  border-radius: 50%;
  background-color: #D9D9D9;
  display: inline-block;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; /* つぶれ防止 */
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  margin-right: 20px;
  padding: unset;
}
@media screen and (max-width: 500px) {
  #page-contact main .sec-form .contact .radio label input[type=radio] {
    margin-right: 15px;
  }
}
#page-contact main .sec-form .contact .radio label input[type=radio]:checked {
  background-color: #D9D9D9; /* 外側も指定色で塗り */
  border-color: #D9D9D9;
}
#page-contact main .sec-form .contact .radio label input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #A81D1A; /* 内側は白丸 */
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#page-contact main .sec-form .contact .radio label input[type=radio]:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 58, 87, 0.25);
          box-shadow: 0 0 0 3px rgba(0, 58, 87, 0.25); /* フォーカスリング */
}
#page-contact main .sec-form .contact .radio label span {
  color: #fff;
  vertical-align: text-bottom;
}
#page-contact main .sec-form .contact .radio label + label {
  margin-top: 15px;
}
#page-contact main .sec-form .contact .doui {
  margin-top: 95px;
  display: block;
}
#page-contact main .sec-form .contact .privacy {
  background-color: #fff;
  color: #333333;
  padding: 20px 27px;
  height: 230px;
  line-height: 2.1;
  overflow-y: scroll;
}
@media screen and (max-width: 500px) {
  #page-contact main .sec-form .contact .privacy {
    padding: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
#page-contact main .sec-form .contact .privacy-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  #page-contact main .sec-form .contact .privacy-box {
    font-size: 1.5rem;
  }
}
#page-contact main .sec-form .contact .privacy-box .check {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  vertical-align: sub;
}
@media screen and (max-width: 500px) {
  #page-contact main .sec-form .contact .privacy-box .check {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    vertical-align: text-top;
  }
}
#page-contact main .sec-form .contact .submit {
  text-align: center;
  width: 200px;
  margin: 50px auto 0;
}
#page-contact main .sec-form .contact .submit input {
  padding: 20px;
  text-align: center;
  background-color: #A81D1A;
  line-height: 1.5;
  color: #fff;
  width: 100%;
}
#page-contact footer {
  background-color: #A81D1A;
  padding: 62px 0 72px;
  color: #fff;
  margin: 62px auto 0;
}
@media screen and (max-width: 500px) {
  #page-contact footer {
    padding: 50px 0;
    margin: 80px auto 0;
  }
}
#page-contact footer .f-inner {
  margin: 0 auto;
}
#page-contact footer a {
  color: #fff;
}/*# sourceMappingURL=style.css.map */