@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address, blockquote, dl, figure, form, iframe, p, pre, table {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed, iframe, img, object {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  margin: 0 auto;
  color: #333;
}

@media screen and (min-width: 768px) {
  body {
    max-width: unset;
  }
}
img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-btn.navy {
  color: #fff;
  background-color: #B28F4A;
}

.c-btn.gold {
  color: #fff;
  background-color: #B28F4A;
}

.c-btn.gold.shadow {
  color: #fff;
  background-color: #B28F4A;
}

.c-btn.navy2 {
  color: #fff;
  background-color: #4C67AA;
}

.c-btn.gray {
  color: #818181 !important;
  background-color: #D8D8D8;
}

.c-btn.green {
  color: #fff;
  background-color: #07C655;
}

.c-btn.red {
  color: #fff;
  background-color: #AF1414;
}

.c-btn.navy3 {
  color: #1B326D;
  background-color: #E4E7EF;
}

.c-heading {
  text-align: center;
  font-family: shippori_800, sans-serif;
  color: #1B326D;
}

@media screen and (min-width: 1024px) {
  .c-heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .c-heading {
    font-size: 18px;
  }
}
.c-heading .iconWrap {
  display: inline-block;
  position: relative;
}

.c-heading .iconWrap:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1em;
  background: url("../img/common/icon_bar.svg") no-repeat center/contain;
}

.c-heading .iconWrap:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -1em;
  background: url("../img/common/icon_bar2.svg") no-repeat center/contain;
}

@media screen and (min-width: 1024px) {
  .c-heading .iconWrap:before {
    width: 20px;
    height: 36px;
  }
  .c-heading .iconWrap:after {
    width: 20px;
    height: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .c-heading .iconWrap:before {
    width: 10px;
    height: 18px;
  }
  .c-heading .iconWrap:after {
    width: 10px;
    height: 18px;
  }
}
.c-heading .emphasis {
  color: #AF1414;
  background: url("../img/page/line2.svg") repeat-x left bottom/100%;
}

@media screen and (min-width: 1024px) {
  .c-heading .emphasis {
    font-size: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .c-heading .emphasis {
    font-size: 40px;
  }
}
.header {
  width: min(100%, 767px);
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 64px;
}
@media screen and (min-width: 767px) {
  .header {
    left: calc(50% - 383.5px);
  }
}
@media print, screen and (min-width: 768px) {
  .header {
    left: unset;
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .header {
    height: 100px;
  }
}
.header .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .header .inner {
    align-items: flex-end;
  }
}

.header .logoWrap {
  width: 232px;
  padding: 0 12px;
}

@media screen and (min-width: 768px) {
  .header .logoWrap {
    width: 338px;
    padding: 0;
    margin-left: min(50px, 2%);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .header .logoWrap img {
    width: 100%;
  }
}
.hnav {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: min(40px, 2.8vw);
  width: 100%;
}

.hnavinnerlinks {
  display: none;
  padding-left: 5%;
  width: 100%;
  max-width: 700px;
}
@media print, screen and (min-width: 1200px) {
  .hnavinnerlinks {
    display: flex;
    justify-content: space-between;
  }
  .hnavinnerlinks a {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #030F36;
    white-space: nowrap;
  }
  .hnavinnerlinks a::after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: url(../img/page/icon_hnav.svg) center bottom/contain no-repeat;
    margin-top: 8px;
  }
}

.header .btnGroup {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

.header .btnWrap {
  width: 50px;
}

@media screen and (min-width: 768px) {
  .header .btnWrap {
    width: 100px;
  }
}
.header .btn {
  height: 100%;
  position: relative;
  text-align: center;
  flex-direction: column;
  color: #fff;
}

.header .btn:before {
  content: "";
  display: block;
  border-radius: 1000px;
}

.header .btn.private:before {
  background-color: #FFDC4A;
  border: none;
}

.header .btn.owner:before {
  border: 1px solid #818181;
  background-color: #F4F4F4;
}

@media screen and (min-width: 768px) {
  .header .btn {
    font-size: 14px;
  }
  .header .btn:before {
    width: 16px;
    height: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header .btn {
    font-size: 14px;
  }
  .header .btn:before {
    width: 10px;
    height: 10px;
    margin-bottom: 5px;
  }
}
.footer {
  color: #fff;
  background-color: #254160;
}

.footer {
  padding: 4rem 0 14rem;
}

.footer .list {
  text-align: center;
}

.footer .anchor {
  text-decoration: underline;
}

.footer .anchor:hover {
  text-decoration: none;
}

.footer .anchor {
  font-size: 14px;
}

.footer .copyright {
  margin-top: 26px;
  font-size: 12px;
}

.footer .copyright {
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer .anchor {
    font-size: 1.4rem;
  }
  .footer .copyright {
    text-align: center;
    line-height: 1.5;
    margin-top: 3rem;
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=common.css.map */