@charset "UTF-8";
/* Scss Document */
/*!
*******************************************

このCSSはSassで記述されています。
修正する場合は「.scss」を修正してください。

*******************************************
*/
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&family=Zen+Maru+Gothic:wght@400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
  min-width: 320px;
  max-width: 2000px;
  margin: auto;
}

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a {
  color: #902149;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 993px) {
  a {
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  }
  a:hover {
    color: rgb(221.4406779661, 108.5593220339, 149.2372881356);
  }
  a:hover:after {
    color: rgb(221.4406779661, 108.5593220339, 149.2372881356);
  }
}
a {
  tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .row {
    margin: 0;
  }
}

.j-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a[target=_blank]:after,
a[href$=".pdf"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".zip"]:after,
a[href$=".txt"]:after,
a[href$=".ppt"]:after,
a[href$=".pptx"]:after,
a[href^="mailto:"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #902149;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
a[target=_blank]:hover:after,
a[href$=".pdf"]:hover:after,
a[href$=".doc"]:hover:after,
a[href$=".docx"]:hover:after,
a[href$=".xls"]:hover:after,
a[href$=".xlsx"]:hover:after,
a[href$=".zip"]:hover:after,
a[href$=".txt"]:hover:after,
a[href$=".ppt"]:hover:after,
a[href$=".pptx"]:hover:after,
a[href^="mailto:"]:hover:after {
  color: rgb(221.4406779661, 108.5593220339, 149.2372881356);
}

/* 外部リンク要素 --- */
a[target=_blank]:after {
  content: "\f35d";
}

/* pdf要素--- */
a[href$=".pdf"]:after {
  content: "\f1c1";
}

/* Word要素--- */
a[href$=".doc"]:after,
a[href$=".docx"]:after {
  content: "\f1c2";
}

/* Excel要素--- */
a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
  content: "\f1c3";
}

/* zip要素--- */
a[href$=".zip"]:after {
  content: "\f1c6";
}

/* mailto要素--- */
a[href^="mailto:"]:after {
  content: "\f0e0";
}

/* txt要素--- */
a[href$=".txt"]:after {
  content: "\f15b";
}

/* PowerPoint要素--- */
a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
  content: "\f1c4";
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
#page-top a {
  background-color: #ffdacd;
  text-decoration: none;
  color: #fff;
  padding: 12px 13px;
  text-align: center;
  display: block;
  border-radius: 32px;
}
#page-top a:hover {
  text-decoration: none;
  background-color: #ffdacd;
}

.fontred {
  color: #ff0000;
}

.tableBox table {
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 100%;
}
.tableBox table th,
.tableBox table td {
  padding: 10px;
  border: 1px solid #999999;
  vertical-align: middle;
}
.tableBox table th {
  text-align: center;
  min-width: 150px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .tableBox table {
    border-bottom: none;
  }
  .tableBox table th,
  .tableBox table td {
    padding: 10px 5px;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #999999;
  }
}

.over-tableBox {
  width: 100%;
  overflow-y: hidden;
}
.over-tableBox table {
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .over-tableBox table {
    min-width: 600px;
  }
}
.over-tableBox table thead th {
  text-align: center;
}
.over-tableBox table th,
.over-tableBox table td {
  padding: 10px;
  border: 1px solid #999999;
  vertical-align: middle;
}

.list-Style ul > li {
  padding-left: 1em;
  position: relative;
}
.list-Style ul > li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.2em;
  margin-left: -1em;
  color: #5a4628;
}

.number-Style ol {
  counter-reset: my-counter;
}
.number-Style ol > li {
  padding-left: 1.6em;
  position: relative;
}
.number-Style ol > li:before {
  font-size: 95%;
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #fff;
  display: block;
  float: left;
  line-height: 1.5em;
  margin-left: -1.6em;
  text-align: center;
  height: 1.4em;
  width: 1.4em;
  border-radius: 50%;
  margin-top: 1px;
  background-color: #5a4628;
}

.inline-Style ul {
  letter-spacing: -0.4em;
}
.inline-Style ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 15px;
}
.inline-Style ul li:last-child {
  margin-right: 0px;
}

.table-Style ul {
  display: table;
  width: 100%;
}
.table-Style ul li {
  display: table-cell;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ff0));
  background: linear-gradient(transparent 60%, #ff0 0%);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  font-size: 16px;
  line-height: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}

#loader {
  position: fixed;
  top: 50%;
  left: 0%;
  right: 0%;
  margin: auto;
  width: 280px;
  height: 60px;
  margin-top: -50px;
  text-align: center;
  color: #fff;
  z-index: 1000;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  border-radius: 50%;
  z-index: 10;
  background-color: #5a4628;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 22px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body {
  background-color: #fff8f0;
}

.sectionBox {
  padding: 60px 10px;
}
@media screen and (max-width: 768px) {
  .sectionBox {
    padding: 30px 10px;
  }
}

@media screen and (max-width: 768px) {
  .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #a82954 !important;
  }
  .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
  .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1 !important;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 auto 6px !important;
  }
  .mCSB_scrollTools .mCSB_draggerContainer {
    top: 8px !important;
  }
}
header {
  position: relative;
  margin-bottom: 60px;
  background-color: #ffdacd;
}
@media screen and (max-width: 768px) {
  header {
    margin-bottom: 20px;
  }
}
header .headArea {
  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;
  padding: 10px 5px;
}
@media screen and (min-width: 993px) {
  header .headArea {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  header .headArea {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  header .headArea {
    height: 70px;
  }
}
header .imgArea h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  header .imgArea h1 a {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
header .imgArea h1 a span {
  display: inline-block;
}
header .imgArea h1 a span:nth-child(1) img {
  height: 40px;
}
@media screen and (max-width: 768px) {
  header .imgArea h1 a span:nth-child(1) img {
    width: 150px;
    height: auto !important;
  }
}
header .imgArea h1 a span:nth-child(1) {
  /*
              img {
                width: 140px;

                @include bk_point(md) {
                  width: 160px;
                }

                @include bk_point(lg) {
                  width: 220px;
                }
              }
  */
}
header .imgArea h1 a span:nth-child(2) {
  padding-left: 10px;
}
@media screen and (min-width: 993px) {
  header .imgArea h1 a span:nth-child(2) {
    padding-left: 10px;
  }
}
header .imgArea h1 a span:nth-child(2) img {
  width: 160px;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  header .imgArea h1 a span:nth-child(2) img {
    width: 200px;
  }
}
@media screen and (min-width: 993px) {
  header .imgArea h1 a span:nth-child(2) img {
    width: 250px;
  }
}
header .linkArea {
  background-color: #ffdacd;
}
@media screen and (min-width: 993px) {
  header .linkArea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
header .linkArea .nav-wrap {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  header .linkArea .nav-wrap {
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  header .linkArea .nav-wrap {
    top: 70px;
  }
}
@media screen and (min-width: 993px) {
  header .linkArea .nav-wrap {
    display: block !important;
    position: inherit;
    left: inherit;
  }
}
header .linkArea .head-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 5px 20px 5px;
}
@media screen and (min-width: 993px) {
  header .linkArea .head-bar {
    display: none;
  }
}
header .linkArea .menu-trigger,
header .linkArea .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .linkArea .menu-trigger {
  position: relative;
  width: 24px;
  height: 18px;
}
header .linkArea .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #5a4628;
  border-radius: 4px;
}
header .linkArea .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .linkArea .menu-trigger span:nth-of-type(2) {
  top: 8px;
}
header .linkArea .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
header .linkArea .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
header .linkArea .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .linkArea .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}
header .linkArea .navArea {
  background-color: #ffdacd;
}
@media screen and (min-width: 993px) {
  header .linkArea .navArea {
    position: absolute;
    left: 0;
    bottom: -50px;
  }
  header .linkArea .navArea nav {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }
  header .linkArea .navArea .flexbox {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
header .linkArea .navArea {
  width: 100%;
}
@media screen and (min-width: 993px) {
  header .linkArea .navArea nav > ul {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
header .linkArea .navArea nav > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}
header .linkArea .navArea nav > ul > li {
  -webkit-box-flex: 6;
      -ms-flex-positive: 6;
          flex-grow: 6;
  text-align: center;
}
header .linkArea .navArea nav > ul > li:last-child {
  border-right: none;
}
header .linkArea .navArea nav > ul > li > a {
  display: block;
  color: #5a4628;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #5a4628;
}
@media screen and (min-width: 993px) {
  header .linkArea .navArea nav > ul > li > a {
    border-top: none;
  }
  header .linkArea .navArea nav > ul > li > a:hover {
    background-color: #5a4628;
    color: #fff;
  }
}
header .linkArea .navArea nav > ul > li > a span {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 993px) {
  header .linkArea .navArea nav > ul > li > a span {
    border-right: 1px solid #5a4628;
  }
}
header .linkArea .navArea nav > ul > li:last-child a span {
  border-right: none;
}
header .mainvisual {
  background-color: #fff;
}

.sectionBox {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.informationArea {
  position: relative;
}
.informationArea .info-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .informationArea .info-btn ul {
    width: 600px;
    margin-right: 0px;
  }
}
.informationArea .info-btn ul li {
  width: 150px;
  text-align: center;
  margin-left: -1px;
}
@media screen and (max-width: 768px) {
  .informationArea .info-btn ul li {
    width: 120px;
    font-size: 0.875rem;
  }
}
.informationArea .info-btn ul li:first-child {
  margin-left: 0;
}
.informationArea .info-btn ul li a {
  display: block;
  padding: 5px 15px;
  color: #5a4628;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  border: 2px solid #5a4628;
}
@media screen and (max-width: 768px) {
  .informationArea .info-btn ul li a {
    padding: 5px 5px 10px;
  }
}
@media screen and (min-width: 993px) {
  .informationArea .info-btn ul li a:hover {
    background-color: #5a4628;
    color: #fff;
  }
}
.informationArea .info-btn ul li a.active {
  background-color: #5a4628;
  color: #fff;
}
.informationArea .info-list {
  border-radius: 0px 10px 10px 10px;
  border: 5px solid #5a4628;
  background-color: #fff;
  padding: 20px;
  max-height: 500px;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .informationArea .info-list {
    padding: 10px;
  }
}
.informationArea .info-list a {
  padding: 12px 20px;
  display: block;
  color: #000;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (min-width: 993px) {
  .informationArea .info-list a:hover dd {
    color: #902149;
  }
}
@media screen and (max-width: 768px) {
  .informationArea .info-list a {
    padding: 10px;
  }
}
.informationArea .info-list a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .informationArea .info-list a dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.informationArea .info-list a dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.informationArea .info-list a dl dt span {
  display: inline-block;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .informationArea .info-list a dl dd {
    width: 100%;
    margin-top: 5px;
  }
}
.informationArea .info-list li:last-child a {
  border-bottom: none;
}
.informationArea .info-list li dt::after {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid;
  margin-right: 25px;
  line-height: 100%;
  border-radius: 20px;
  width: 120px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .informationArea .info-list li dt::after {
    padding: 3px 5px;
  }
}
.informationArea .info-list li.important dt::after {
  content: "重要";
  background-color: #ffb4a0;
  border-color: #ffb4a0;
}
.informationArea .info-list li.notice dt::after {
  content: "お知らせ";
  background-color: #6995c1;
  border-color: #6995c1;
}
.informationArea .info-list li.event dt::after {
  content: "イベント";
  background-color: #ffd75a;
  border-color: #ffd75a;
}
.informationArea .info-list li.health dt::after {
  content: "こころの健康";
  background-color: #c3dc91;
  border-color: #c3dc91;
}
.informationArea .info-list li.program dt::after {
  content: "各種プログラム";
  background-color: #ffd75a;
  border-color: #ffd75a;
}
.informationArea .info-list li.column dt::after {
  content: "コラム";
  background-color: #c3dc91;
  border-color: #c3dc91;
}
.informationArea .info-listbtn {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 993px) {
  .informationArea .info-listbtn {
    position: absolute;
    top: -55px;
    right: 0;
  }
}
.informationArea .info-listbtn a {
  display: inline-block;
  background-color: #902149;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 10pc;
  width: 300px;
  margin: auto;
  border: 1px solid #902149;
}
@media screen and (min-width: 993px) {
  .informationArea .info-listbtn a {
    width: inherit;
    padding: 25px 10px;
    border-radius: 50%;
    font-size: 0.875rem;
  }
  .informationArea .info-listbtn a:hover {
    background-color: #fff;
    color: #902149;
  }
}
.informationArea .info-listbtn a::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}

footer .footArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 40px 30px;
  background-color: #ffdacd;
  color: #5a4628;
  font-weight: bold;
}
@media screen and (min-width: 993px) {
  footer .footArea {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  footer .footArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  footer .footArea .foot-item {
    width: 50%;
  }
}
footer .footArea .imgArea {
  padding-right: 0px;
  text-align: center;
}
@media screen and (min-width: 993px) {
  footer .footArea .imgArea {
    padding-right: 40px;
    text-align: left;
  }
}
footer .footArea .imgArea span {
  display: block;
  margin-bottom: 10px;
}
footer .footArea .imgArea span:nth-child(1) img {
  height: 40px;
}
footer .footArea .imgArea span:nth-child(1) {
  /*
            img {
              width: 250px;
            }
  */
}
footer .footArea .imgArea span:nth-child(2) {
  /*
            img {
              width: 250px;
            }
  */
}
footer .footArea .imgArea p {
  margin-top: 10px;
}
footer .footArea .textArea {
  border-left: 2px solid #5a4628;
  padding-left: 0px;
  text-align: center;
  margin-top: 10px;
  padding-left: 20px;
}
@media screen and (min-width: 993px) {
  footer .footArea .textArea {
    padding-left: 40px;
    text-align: left;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  footer .footArea .textArea {
    border-left: none;
    padding-left: 0px;
  }
}
footer .footArea .textArea dl dt {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  footer .footArea .textArea dl dt {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footArea .textArea dl dt {
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
  }
}
footer .footArea .textArea dl dt::before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  display: inline-block;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  footer .footArea .textArea dl dt::before {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footArea .textArea dl dt::before {
    font-size: 0.9375rem;
    margin-right: 5px;
  }
}
footer .footArea .textArea dl dd {
  margin-top: 10px;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  footer .footArea .textArea dl dd {
    margin-top: 5px;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footArea .textArea dl dd {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
  }
}
footer .footArea .textArea dl dd.timeArea {
  font-size: 2rem;
  line-height: 2rem;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  footer .footArea .textArea dl dd.timeArea {
    font-size: 1.375rem;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footArea .textArea dl dd.timeArea {
    font-size: 1.0625rem;
    line-height: 1.0625rem;
  }
}
footer .footArea .textArea dl dd.timeArea p {
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  footer .footArea .textArea dl dd.timeArea p {
    padding-left: 0;
  }
}
footer .footArea .textArea dl dd.timeArea p::before {
  margin-left: -1.5rem;
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.5rem;
  margin-right: 10px;
  display: inline-block;
  font-size: 2rem;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  footer .footArea .textArea dl dd.timeArea p::before {
    margin-top: 3px;
    margin-right: 5px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footArea .textArea dl dd.timeArea p::before {
    font-size: 1.0625rem;
    margin-left: 0;
  }
}
footer .footArea .textArea dl dd.timeArea span {
  padding-bottom: 3px;
}
footer .footArea .textArea dl dd.timeArea .lasttime {
  display: block;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .footArea .textArea dl dd.timeArea .lasttime {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
@media screen and (min-width: 993px) {
  footer .footArea .textArea dl dd.timeArea .lasttime {
    font-size: 1.0625rem;
    line-height: 1.0625rem;
  }
}
footer .footArea .textArea dl dd small {
  font-size: 1rem;
  line-height: 1rem;
}
footer .footArea .textArea dl dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 993px) {
  footer .footArea .textArea dl dd p {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .footArea .textArea dl dd p label {
  display: inline-block;
  color: #fff;
  background-color: #5a4628;
  text-align: center;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  width: 140px;
}
footer .footArea .textArea dl dd p span {
  padding-left: 10px;
  display: inline-block;
}
footer .footArea .linkArea {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 993px) {
  footer .footArea .linkArea {
    width: auto;
    position: absolute;
    right: 30px;
    bottom: 40px;
  }
}
footer .footArea .linkArea a::after {
  content: none;
}
footer .footArea .linkArea img {
  width: 250px;
}
footer p.copy {
  text-align: center;
  background-color: #fff;
  padding: 15px;
}