/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,:after,:before {
  -webkit-box-sizing:border-box;
  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 {
  -webkit-box-sizing:content-box;
  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 {
  max-width:750px;
  margin:0 auto;
  color:#333;
}
@media screen and (min-width:1024px) {
  body {
      font-size:30px
  }
}
img {
  width:100%;
  height:auto;
  -o-object-fit:cover;
  object-fit:cover
}
.c-btn {
  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
}
.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%, 750px);
  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;
  @media screen and (min-width:750px) {
    left: calc(50% - 375px)
  }
}
@media screen and (min-width:1024px) {
  .header {
      height:128px
  }
}
@media screen and (max-width:1023px) {
  .header {
      height:64px
  }
}
.header .inner {
  height:100%;
  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
}
@media screen and (min-width:1024px) {
  .header .logoWrap {
      width:464px;
      padding:0 24px
  }
}
@media screen and (max-width:1023px) {
  .header .logoWrap {
      width:232px;
      padding:0 12px
  }
}
.header .btnGroup {
  height:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end
}
@media screen and (min-width:1024px) {
  .header .btnWrap {
      width:100px
  }
}
@media screen and (max-width:1023px) {
  .header .btnWrap {
      width:50px
  }
}
.header .btn {
  height:100%;
  position:relative;
  text-align:center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  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:1024px) {
  .header .btn {
      font-size:28px
  }
  .header .btn:before {
      width:20px;
      height:20px;
      margin-bottom:10px
  }
}
@media screen and (max-width:1023px) {
  .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
}
@media screen and (min-width:1024px) {
  .footer .anchor {
      font-size:28px
  }
}
@media screen and (max-width:1023px) {
  .footer .anchor {
      font-size:14px
  }
}
.footer .copyright {
  line-height:1.5;
  text-align:center;
}
@media screen and (min-width:1024px) {
  .footer .copyright {
      margin-top:52px;
      font-size:24px
  }
}
@media screen and (max-width:1023px) {
  .footer .copyright {
      margin-top:26px;
      font-size:12px
  }
}

