@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

[type=button],
[type=reset],
[type=submit],
a,
a img,
button {
  transition: 0.3s;
}

input,
textarea {
  border: none;
  background-color: #fff;
  border-radius: 0;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 2rem 1.5rem 2rem;
}
@media screen and (max-width: 991px) {
  input,
  textarea {
    font-size: 1.4rem;
    padding: 1.5rem 1rem 1.5rem;
  }
}
input:focus,
textarea:focus {
  outline: 1px solid #633E17;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #D0C0B8;
}
input::placeholder,
textarea::placeholder {
  color: #D0C0B8;
}

textarea {
  min-height: 150px;
}
@media screen and (max-width: 991px) {
  textarea {
    min-height: 170px;
  }
}

.required::after {
  content: "必須";
  color: #E9482C;
  font-size: 1.4rem;
  position: absolute;
  right: 1.5rem;
  top: 0.3rem;
}
@media screen and (max-width: 991px) {
  .required::after {
    right: inherit;
    top: 4px;
    font-size: 1.1rem;
    padding-left: 1.5rem;
  }
}

.any::after {
  content: "任意";
  color: #808077;
}

div.submit {
  display: flex;
  gap: 5rem;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  div.submit {
    gap: 2rem;
    flex-wrap: wrap;
  }
}
div.submit input[type=submit] {
  font-size: 1.6rem;
  color: #fff;
  background: #3E3A39;
  padding: 1.5rem 0;
  display: block;
  border-radius: 0;
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  div.submit input[type=submit] {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 991px) {
  div.submit input[type=submit] {
    width: 80%;
    max-width: inherit;
    padding: 1.5rem 0;
  }
}
div.submit input[type=submit]:hover {
  opacity: 1 !important;
  color: #fff !important;
  background: #633E17 !important;
}
div.submit input[type=submit]:active, div.submit input[type=submit]:focus {
  outline: none !important;
  box-shadow: none !important;
  color: #fff !important;
}

.mwform-radio-field {
  display: block;
  margin-left: 0 !important;
}
.mwform-radio-field label {
  margin: 0.5em 0;
  margin-right: 2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mwform-radio-field label {
    margin-right: 1rem;
  }
}
.mwform-radio-field label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
  position: relative;
  padding-left: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
    padding-left: 2.5rem;
  }
}
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text:before {
  content: "";
  background: #EEEEEE;
  border-radius: 100%;
  border: 1px solid #EEEEEE;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text:before {
  background-color: #5B6D60;
  box-shadow: inset 0 0 0 3px #fff;
}
.mwform-radio-field label input[type=radio]:focus + .mwform-radio-field-text:before {
  border: 1px solid #3E3A39;
}
.mwform-radio-field label input[type=radio]:disabled + .mwform-radio-field-text:before {
  box-shadow: inset 0 0 0 4px #fff;
  border: #3E3A39;
  background: #3E3A39;
}
.mwform-radio-field label input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.error {
  color: #cc3300;
  width: 100%;
  font-size: 1.4rem;
  margin-top: 1rem;
  display: block;
  line-height: initial;
}

/*------------------------------------------------------------
	サイト基礎
  ------------------------------------------------------------*/
body {
  color: #3E3A39;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 1.4rem;
  }
}
body a {
  transition: 0.3s;
  color: #3E3A39;
  text-decoration: none;
}
body a:hover {
  color: #633E17;
  text-decoration: none;
  opacity: 0.8 !important;
}
body img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
body .inner {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
body .inner-xl {
  max-width: 1600px;
  margin: 0 auto;
}
body .inner-l {
  max-width: 1200px;
  margin: 0 auto;
}
body .inner-m {
  max-width: 1000px;
  margin: 0 auto;
}
body .inner-s {
  max-width: 800px;
  margin: 0 auto;
}
body .telLink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
body .telLink :root .selector,
body .telLink _:-ms-fullscreen {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  body .telLink {
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}
body .readTxt {
  line-height: 1.8;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  body .readTxt {
    font-size: 1.1rem;
  }
}
body section {
  padding: 6rem 1.5rem;
}
@media screen and (max-width: 991px) {
  body section {
    padding: 3rem 1.5rem;
    overflow: hidden;
  }
}
body h1.baseTtl {
  font-size: 2.8rem;
}
@media screen and (max-width: 991px) {
  body h1.baseTtl {
    font-size: 1.8rem;
  }
}
body h2.baseTtl {
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 600;
  font-family: "Hind", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 991px) {
  body h2.baseTtl {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}
body h2.baseSubTtl {
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  body h2.baseSubTtl {
    margin-bottom: 3rem;
  }
}
body h2.minTtl {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 5rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.14em;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  body h2.minTtl {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
body h2.minTtl span {
  display: block;
  font-size: 1.8rem;
  margin-top: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  body h2.minTtl span {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
}
body .arcDetail h1 {
  font-size: 2.4rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  body .arcDetail h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  body .arcDetail h1 {
    padding-bottom: 1.5rem;
  }
}
body .arcDetail .arcInner {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 0 6rem 0;
}
@media screen and (max-width: 991px) {
  body .arcDetail .arcInner {
    padding: 1.5rem 0 3rem 0;
  }
}
body .arcDetail .arcInner img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  width: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  body .arcDetail .arcInner img {
    margin-bottom: 1.5rem;
  }
}
body .arcDetail .arcInner h2 {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body .arcDetail .arcInner h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  body .arcDetail .arcInner h2 {
    margin-bottom: 1.5rem;
  }
}
body .arcDetail .arcInner a {
  color: #359450;
  text-decoration: underline;
}
body .arcDetail .arcInner p {
  margin-bottom: 1.5rem;
}
body .arcDetail .linkBack {
  text-align: center;
}
body .arcDetail .linkBack a {
  color: #359450;
  font-weight: bold;
}
body .arcDetail .linkBack a:hover {
  opacity: 0.8;
}
body .pcNone {
  display: none;
}
@media screen and (max-width: 991px) {
  body .pcNone {
    display: block;
  }
}
body .lmBlock { /* 1366px */
  display: none !important;
}
@media screen and (max-width: 1366px) {
  body .lmBlock {
    display: block !important;
  }
}
@media screen and (max-width: 1366px) {
  body .lmNone {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  body .tbNone {
    display: none !important;
  }
}
body .tbBlock {
  display: none !important;
}
@media screen and (max-width: 991px) {
  body .tbBlock {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  body .spNone {
    display: none;
  }
}
body .pageLink {
  margin-top: 3rem;
  position: relative;
  display: inline-block;
  min-width: 340px;
  font-family: "Hind", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  body .pageLink {
    margin-top: 2rem;
    min-width: inherit;
    font-size: 1.2rem;
  }
}
body .pageLink::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: calc(100% + 1rem);
  background: #3E3A39;
  height: 1px;
  transition: 0.3s ease-in;
}
body .pageLink:hover::before {
  background: #633E17;
}
body .pageLink a {
  display: block;
  padding-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body .pageLink a {
    padding-bottom: 0.3rem;
  }
}
body .pageLink a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #3E3A39;
  border-radius: 4px;
  vertical-align: 1px;
  margin-right: 1.5rem;
  margin-left: 1rem;
}
@media screen and (max-width: 991px) {
  body .pageLink a::before {
    vertical-align: 0;
  }
}
body .pageLink a:hover::before {
  background: #633E17;
}
body .pageLink a i.fa-angle-right,
body .pageLink a i.fa-angle-down {
  vertical-align: -1px;
  margin-left: 2rem;
  font-size: 1.6rem !important;
  color: #3E3A39 !important;
}
@media screen and (max-width: 991px) {
  body .pageLink a i.fa-angle-right,
  body .pageLink a i.fa-angle-down {
    margin-left: 1rem;
    vertical-align: 0;
    font-size: 1.2rem !important;
  }
}

.preload * {
  transition: none !important;
}

.wrap {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

/*------------------------------------------------------------
	ヘッダー
  ------------------------------------------------------------*/
header#header .navbar {
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
header#header .navbar::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #D5D0CA;
  z-index: 1;
}
header#header .navbar .container-fluid {
  position: relative;
  z-index: 2;
  height: 100px;
  padding: 0 1.5rem 0 3rem;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid {
    height: 50px !important;
    padding: 0 0 0 1.5rem;
  }
}
header#header .navbar .container-fluid .navbar-brand {
  padding: 0;
}
@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .navbar-brand {
    width: 140px !important;
  }
}
@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .navbar-toggler {
    border: none;
    background: #633E17;
    border-radius: 0;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .navbar-toggler:focus {
    box-shadow: none;
  }
}
@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .navbar-toggler .navbar-toggler-icon {
    width: 3rem;
    height: 3rem;
  }
}
header#header .navbar .container-fluid .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}
@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .collapsing {
    background: rgba(255, 255, 255, 0.8);
    margin-left: -1.5rem;
    padding: 2rem 0 2rem 2rem;
    transition: all 0.3s ease-in;
    font-size: 1.6rem;
    font-family: "Hind", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
  }
}
@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .collapsing .navbar-nav a.nav-link {
    padding: 1rem 0;
  }
}
header#header .navbar .container-fluid .collapse {
  justify-content: end;
  font-size: 1.6rem;
  font-family: "Hind", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .collapse {
    background: rgba(255, 255, 255, 0.8);
    margin-left: -1.5rem;
    padding: 2rem 0 2rem 2rem;
    height: auto;
    margin-top: 0;
  }
}
header#header .navbar .container-fluid .collapse .navbar-nav {
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  header#header .navbar .container-fluid .collapse .navbar-nav {
    gap: 0 1rem;
    flex-wrap: wrap;
    padding-left: 1.5rem;
    line-height: inherit;
  }
}
@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .collapse .navbar-nav {
    display: block;
    padding-left: 0;
  }
}
header#header .navbar .container-fluid .collapse .navbar-nav a.nav-link {
  color: #3E3A39;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header#header .navbar .container-fluid .collapse .navbar-nav a.nav-link {
    width: calc(25% - 0.75rem);
    padding: 0;
    font-size: 1.4rem;
  }
  header#header .navbar .container-fluid .collapse .navbar-nav a.nav-link:nth-child(2) {
    order: 2;
  }
  header#header .navbar .container-fluid .collapse .navbar-nav a.nav-link:nth-child(3) {
    order: 3;
  }
  header#header .navbar .container-fluid .collapse .navbar-nav a.nav-link:nth-child(4) {
    order: 5;
  }
  header#header .navbar .container-fluid .collapse .navbar-nav a.nav-link:nth-child(5) {
    order: 6;
  }
  header#header .navbar .container-fluid .collapse .navbar-nav a.nav-link:nth-child(6) {
    order: 7;
  }
  header#header .navbar .container-fluid .collapse .navbar-nav a.nav-link:nth-child(7) {
    order: 4;
  }
}
@media screen and (max-width: 1200px) {
  header#header .navbar .container-fluid .collapse .navbar-nav a.nav-link::after {
    border-bottom: 1px solid transparent !important;
  }
}
@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .collapse .navbar-nav a.nav-link {
    padding: 1rem 0;
    width: 100%;
  }
}
header#header .navbar .container-fluid .collapse .navbar-nav a.nav-link::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #633E17;
  width: 0%;
  left: 0;
  transition: 0.3s ease-in;
}
header#header .navbar .container-fluid .collapse .navbar-nav a.nav-link:hover {
  opacity: 1 !important;
  color: #633E17;
}
header#header .navbar .container-fluid .collapse .navbar-nav a.nav-link:hover::after {
  width: 100%;
}
header#header .navbar.scrolldown {
  box-shadow: 0px 3px 10px -5px #3E3A39;
}
header#header .navbar.scrolldown .container-fluid {
  height: 60px;
}
header#header .navbar.scrolldown .container-fluid a.navbar-brand {
  width: 200px;
}
header#header .navbar.scrolldown .container-fluid .collapse {
  padding-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  header#header .navbar.scrolldown .container-fluid .collapse {
    padding-top: 2rem;
  }
}
header#header .rightFixedBox {
  position: fixed;
  right: 0;
  top: 100px;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  gap: 3%;
  padding-top: 0;
  white-space: nowrap;
  z-index: 999;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 991px) {
  header#header .rightFixedBox {
    writing-mode: inherit;
    top: 1rem;
    gap: 0.6rem;
    padding-top: 0;
    right: 5.5rem;
  }
}
header#header .rightFixedBox.scrolldown {
  top: 60px;
}
@media screen and (max-width: 991px) {
  header#header .rightFixedBox.scrolldown {
    top: 1rem;
  }
}
@media screen and (max-width: 991px) {
  header#header .rightFixedBox .contact {
    order: 2;
  }
}
header#header .rightFixedBox .contact a {
  background: #633E17;
  color: #fff;
  display: block;
  padding: 2rem 1rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 991px) {
  header#header .rightFixedBox .contact a {
    background: #796A56;
    font-size: 1rem;
    text-align: center;
    padding: 0.3rem 0.5rem 0.4rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}
header#header .rightFixedBox .contact a span {
  position: relative;
  left: 4px;
}
@media screen and (max-width: 991px) {
  header#header .rightFixedBox .contact a span {
    font-size: 0;
    display: block;
    left: 0;
  }
}
header#header .rightFixedBox .insta a {
  display: block;
  padding-right: 1.1rem;
  font-family: "Hind", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  header#header .rightFixedBox .insta a {
    font-size: 1rem;
    text-align: center;
    padding-right: 0;
    padding-top: 0.3rem;
  }
}
header#header .rightFixedBox .insta a i {
  font-size: 2.2rem;
  color: #633E17;
  margin-bottom: 0.5rem;
  vertical-align: 2px;
}
@media screen and (max-width: 991px) {
  header#header .rightFixedBox .insta a i {
    margin-bottom: 0;
    display: block;
    font-size: 1.4rem;
  }
}
header#header .topFixedBox {
  position: fixed;
  right: 2rem;
  top: 1rem;
  z-index: 1000;
  font-size: 1.2rem;
  color: #3E3A39;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 991px) {
  header#header .topFixedBox {
    font-size: 1rem;
    right: 0.5rem;
    top: 5.5rem;
    white-space: nowrap;
    text-align: right;
    z-index: 998;
  }
}
header#header .topFixedBox.scrolldown {
  top: 0.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  header#header .topFixedBox.scrolldown {
    top: 5.5rem;
    opacity: 0;
    height: 0;
  }
}

/*------------------------------------------------------------
	フッター
  ------------------------------------------------------------*/
.footer {
  text-align: center;
  background: #D5D0CA;
}
.footer .inner {
  padding: 6rem 1.5rem 5rem;
}
@media screen and (max-width: 991px) {
  .footer .inner {
    padding: 3rem 1.5rem 3rem;
  }
}
.footer .inner > a {
  display: block;
  width: 290px;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 991px) {
  .footer .inner > a {
    width: 190px;
    margin: 0 auto 2rem;
  }
}
.footer .inner .links {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .footer .inner .links {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.footer .inner .links span {
  margin: 0 2rem;
}
@media screen and (max-width: 991px) {
  .footer .inner .links span {
    margin: 0 1rem;
  }
}
.footer .inner .copy {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .footer .inner .copy {
    font-size: 1rem;
  }
}
.footer .photoWedInner {
  max-width: 950px;
}
.footer .photoWedInner .planBox .readTxt {
  background: #E8DDCD;
  display: flex;
  align-items: center;
  padding: 3rem 3rem 3rem 5rem;
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .footer .photoWedInner .planBox .readTxt {
    width: 100%;
    order: 2;
    padding: 1.5rem 0 0.5rem 0;
    text-align: center;
    justify-content: center;
  }
}
.footer .photoWedInner .planBox .readTxt .pageLink i {
  font-size: 17px;
  vertical-align: -2px;
  margin-left: 1rem;
}
@media screen and (max-width: 991px) {
  .footer .photoWedInner .planBox .readTxt .pageLink i {
    font-size: 13px;
    vertical-align: -1px;
    margin-left: 0.8rem;
  }
}
.footer .photoWedInner .planBox .imgWrap {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .footer .photoWedInner .planBox .imgWrap {
    width: 100%;
  }
}
.footer .photoWedInner .planBox .imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/*-- page top --*/
#go_pagetop {
  position: fixed;
  right: 1.7rem;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  #go_pagetop {
    right: 1rem;
  }
}
#go_pagetop a img {
  width: 10px;
  margin-bottom: -5rem;
}
@media screen and (max-width: 991px) {
  #go_pagetop a img {
    width: auto;
    margin-bottom: 0;
  }
}
#go_pagetop a img:hover {
  margin-bottom: 0;
}

/*------------------------------------------------------------
	共通
  ------------------------------------------------------------*/
.-center {
  text-align: center;
}

.-flex {
  display: flex;
  flex-wrap: wrap;
}

.-white {
  color: #fff;
}

.-lh2 {
  line-height: 2;
}/*# sourceMappingURL=base.css.map */