@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
li,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

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

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

figure {
  position: relative;
}

figcaption.bg_left {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  padding: 6px;
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
}


#event .event01 {
  padding-top: 160px;
  background: url(../images/top/section05Bg.png) no-repeat center 173px/cover;
  height: 670px;
  position: relative;
}

@media screen and (max-width: 980px) {
  #event .event01 {
    background: url(../images/top/section05Bg_sp.png) no-repeat center 80px/cover;
    height: 570px;
    padding-top: 30px;
  }
}

#event .event01 .cap {
  position: absolute;
  top: 180px;
  right: 0;
  font-size: 14px;
  padding: 6px;
}

@media screen and (max-width: 980px) {
  #event .event01 .cap {
    display: none;
  }
}

#event .event01 .event01_1 {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}

#event .event01 .telBox {
  padding: 30px 60px;
  margin-top: 60px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #event .event01 .telBox {
    margin-top: 110px;
    padding: 34px 20px;
  }
}

#event .event01 .telBox .telBoxtitle {
  font-size: 38px;
  text-align: center;
  color: #0051a7;
}

@media screen and (max-width: 768px) {
  #event .event01 .telBox .telBoxtitle {
    font-size: 22px;
  }
}

#event .event01 .telBox .inBox {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 20px;
  background-color: #dfedff;
}

@media screen and (max-width: 768px) {
  #event .event01 .telBox .inBox {
    display: block;
    padding: 20px 10px;
  }
}

#event .event01 .telBox .inBox figure {
  width: 100%;
  max-width: 340px;
  margin-right: 20px;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  #event .event01 .telBox .inBox figure {
    margin: 0 auto;
  }
}

#event .event01 .telBox .inBox figure:hover {
  opacity: 0.6;
  -webkit-transition: .3s;
  transition: .3s;
}

#event .event01 .telBox .inBox .textBox {
  width: 100%;
  max-width: 380px;
  font-size: 16px;
}

#event .event01 .telBox .inBox .textBox p {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #event .event01 .telBox .inBox .textBox {
    font-size: 12px;
    text-align: center;
    margin: 10px auto 0;
    line-height: 2;
  }
}

#event .event01 .telBox::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  z-index: 1;
  border: solid 2px #9595c5;
}

#event .event02 {
  padding-top: 200px;
}

@media screen and (max-width: 768px) {
  #event .event02 {
    padding-top: 180px;
  }
}

#event .newsBox {
  padding: 30px;
  border-bottom: 2px solid #d1d1d1;
}

#event .newsBox a {
  color: #000;
  display: block;
}

@media screen and (max-width: 768px) {
  #event .newsBox {
    padding: 26px 0;
  }
}

#event .newsBox .newsLabel {
  padding: 8px 26px;
  background-color: #8a754b;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

#event .newsBox .newsTitle p {
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  #event .newsBox .newsTitle p {
    font-size: 18px;
    letter-spacing: normal;
  }
}

#event .newsBox .newsTitle span {
  color: #8a754b;
  padding-right: 1rem;
}

#event .newsBox dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #event .newsBox dl {
    display: block;
  }
}

#event .newsBox dl:last-of-type {
  margin-bottom: 35px;
}

#event .newsBox dt {
  width: 120px;
  border: 1px solid #8a754b;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  color: #8a754b;
}

@media screen and (max-width: 768px) {
  #event .newsBox dt {
    width: 100%;
    padding: 10px 10px;
  }
}

#event .newsBox dd {
  width: calc(100% - 150px);
  font-size: 20px;
  line-height: 1.7;
}

@media only screen and (max-width: 480px) {
  #event .newsBox dd {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }
}

#event .newsBox:first-of-type {
  border-top: 2px solid #d1d1d1;
}

#event .newsBtn .icon05 {
  background: url(../images/common/icon01.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

#event .newsBox:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #f4f4f4;
}

#event .newsBox:hover .newsBtn {
  background-color: #8a754b;
  border: 2px solid #8a754b;
  color: #fff;
}

#event .newsBox:hover .newsBtn .icon05 {
  background: url(../images/common/icon07.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

#event .newsBottomBtn {
  width: 100%;
  margin: 0 30px;
  margin: 60px auto;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 100px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (max-width: 768px) {
  #event .newsBottomBtn {
    max-width: 600px;
  }
}

#event .newsBottomBtn a {
  font-size: 22px;
  line-height: 2;
  color: #000;
  display: block;
  padding: 40px 40px;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}

@media screen and (max-width: 768px) {
  #event .newsBottomBtn a {
    font-size: 18px;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 450px) {
  #event .newsBottomBtn a {
    font-size: 16px;
    padding: 20px 10px;
  }
}

#event .newsBottomBtn .icon05 {
  background: url(../images/common/icon01.svg) no-repeat;
  background-size: contain;
  padding: 20px;
  background-position: center center;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  #event .newsBottomBtn .icon05 {
    padding: 13px;
  }
}

#event .newsBottomBtn:hover {
  background-color: #8a754b;
}

#event .newsBottomBtn:hover a {
  color: #fff;
}

#event .newsBottomBtn:hover .icon05 {
  background: url(../images/common/icon07.svg) no-repeat;
  background-size: contain;
  padding: 30px;
  background-position: center center;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  #event .newsBottomBtn:hover .icon05 {
    padding: 13px;
  }
}

/*===================================================================
event_detail
/*================================================================= */
#event_detail .event_detail {
  margin-top: 230px;
}

@media screen and (max-width: 768px) {
  #event_detail .event_detail {
    padding-top: 40px;
    margin-top: 80px;
  }
}

#event_detail .newsBox {
  padding: 60px 0;
  border-bottom: 2px solid #d1d1d1;
}

@media screen and (max-width: 768px) {
  #event_detail .newsBox {
    padding: 60px 0;
  }
}

#event_detail .newsBox .newsLabel {
  padding: 10px 36px;
  background-color: #8a754b;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#event_detail .newsBox .newsTitle {
  font-size: 26px;
  margin-top: 30px;
  font-weight: bold;
  letter-spacing: .1em;
  padding-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}

#event_detail .newsBox .newsTitle .title {
  font-size: 36px;
  line-height: 1.6;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #event_detail .newsBox .newsTitle .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  #event_detail .newsBox .newsTitle {
    font-size: 20px;
    letter-spacing: normal;
  }
}

#event_detail .newsBox .newsTitle p {
  margin-top: 10px;
  font-weight: normal;
}

#event_detail .newsBox .newsTitle span {
  color: #8a754b;
  padding-right: 1rem;
}

#event_detail .newsBox dl {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 40px;
}

#event_detail .newsBox dt {
  width: 160px;
  border: 1px solid #8a754b;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #8a754b;
}

@media screen and (max-width: 768px) {
  #event_detail .newsBox dt {
    width: 100%;
  }
}

#event_detail .newsBox dd {
  width: 100%;
  font-size: 26px;
  line-height: 1.7;
  margin-top: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  #event_detail .newsBox dd {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }
}

#event_detail .newsBox dd p {
  margin-top: 10px;
  font-size: 18px;
}

#event_detail .newsBox:hover {
  background-color: transparent;
}

#event_detail .eventBtn {
  max-width: 580px;
  width: 100%;
  margin: 30px auto;
  text-align: center;
  background-color: #e8e3db;
  border: 2px solid #8a754b;
  border-radius: 50px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

@media screen and (max-width: 768px) {
  #event_detail .eventBtn {
    margin: 20px auto;
  }
}

#event_detail .eventBtn a {
  font-size: 26px;
  color: #000;
  display: block;
  padding: 14px 0;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #event_detail .eventBtn a {
    padding: 6px 40px;
    font-size: 20px;
  }
}

#event_detail .eventBtn.map {
  background-color: #dfedff;
  border: 2px solid #0051a7;
}

#event_detail .eventBtn.map a {
  color: #000;
}

#event_detail .eventBtn .icon06 {
  background: url(../images/common/icon06.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#event_detail .eventBtn .icon01 {
  background: url(../images/common/icon01.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#event_detail .eventBtn.map:hover {
  background-color: #0051a7;
}

#event_detail .eventBtn.map:hover .icon06 {
  background: url(../images/common/icon05.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

#event_detail .eventBtn.map:hover a {
  color: #fff;
}

#event_detail .eventBtn.pdf:hover {
  background-color: #8a754b;
}

#event_detail .eventBtn.pdf:hover .icon01 {
  background: url(../images/common/icon07.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

#event_detail .eventBtn.pdf:hover a {
  color: #fff;
}

#event_detail .newsBottomBtn {
  width: 100%;
  margin: 0 30px;
  margin: 60px auto;
  text-align: center;
  background-color: #f4f4f4;
  border: 2px solid #f4f4f4;
  border-radius: 100px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

#event_detail .newsBottomBtn a {
  font-size: 30px;
  line-height: 2;
  color: #000;
  display: block;
  padding: 40px 40px;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}

@media screen and (max-width: 768px) {
  #event_detail .newsBottomBtn a {
    font-size: 18px;
    padding: 20px 40px;
  }
}

#event_detail .newsBottomBtn .icon01 {
  background: url(../images/common/icon01.svg) no-repeat;
  background-size: contain;
  padding: 20px;
  background-position: center center;
  position: absolute;
  right: 12%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  #event_detail .newsBottomBtn .icon01 {
    right: 8%;
  }
}

#event_detail .newsBottomBtn:hover {
  background-color: #8a754b;
  border: 2px solid #8a754b;
}

#event_detail .newsBottomBtn:hover a {
  color: #fff;
}

#event_detail .newsBottomBtn:hover .icon01 {
  background: url(../images/common/icon07.svg) no-repeat;
  background-size: contain;
  background-position: center center;
}

#event_detail .infoBox p {
  font-size: 22px;
}

@media only screen and (max-width:900px) {
  #event_detail .infoBox p {
    font-size: 18px;
  }
}

@media only screen and (max-width:768px) {
  #event_detail .infoBox p {
    font-size: 16px;
  }
}

#event_detail .infoBox .date {
  font-size: 12px;
}

@media print {
  .print {
    display: none;
  }
}

body {
  font-family: serif;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

sup {
  font-size: 14px;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 195px;
}

@media only screen and (max-width: 820px) {
  [id] {
    scroll-margin-top: 80px;
  }
}

.fadeIn {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translatey(50px);
  transform: translatey(50px);
}

.fadeIn.animated {
  opacity: 1;
  -webkit-transform: translatey(0px);
  transform: translatey(0px);
  z-index: 2;
  position: relative;
}

/* views */
.spView,
.spViewInb,
.tbView {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .tbView {
    display: block !important;
  }
}

@media only screen and (max-width: 750px) {
  .spView {
    display: block !important;
  }
  .spViewInb {
    display: inline-block !important;
  }
  .pcView {
    display: none !important;
  }
}

/* spCommonModal
------------------------------*/
@media only screen and (min-width: 769px) {
  #spCommonModalArea {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .commonSpModalImage {
    position: relative;
    cursor: pointer;
  }
  .commonSpModalImage:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/common/ico_sp_modal.svg) no-repeat center center/contain;
    z-index: 3;
  }
  #spCommonModalArea {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-overflow-scrolling: touch;
    z-index: 9999999;
  }
  #spCommonModalTable {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding: 60px 0;
  }
  #spCommonModalCell {
    display: table-cell;
    vertical-align: middle;
  }
  #spCommonModalInner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  #spCommonModalInner img {
    max-width: 100%;
    height: auto;
  }
  #spCommonModalContents {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #spCommonModalContents:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 70px;
    height: 70px;
    background: url(../img/common/swipe_icon.svg) no-repeat center center/contain;
    background: url(../images/common/swipe_icon.svg) no-repeat center center/contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-animation: return 3s 0s infinite ease;
            animation: return 3s 0s infinite ease;
    z-index: 2;
  }
  @-webkit-keyframes return {
    50% {
      margin-left: -70px;
    }
    100% {
      margin-left: 0;
    }
  }
  @keyframes return {
    50% {
      margin-left: -70px;
    }
    100% {
      margin-left: 0;
    }
  }
  #spCommonModalContents.icoOff:before {
    opacity: 0;
  }
  #spCommonModalContents figure {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 200%;
    padding: 0 20px;
  }
  #spCommonModalContents figure img {
    width: 100%;
  }
  #spCommonModalClose {
    position: absolute;
    top: -60px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #spCommonModalClose:before,
  #spCommonModalClose:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background-color: #fff;
  }
  #spCommonModalClose:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  #spCommonModalClose:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
}

/* commonSpModalImage */
.commonSection .commonSpModalImage + .commonSpModalImage {
  margin-top: 40px;
}

.commonSection .commonBigTitle01.min {
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .commonSection .commonBigTitle01.min {
    font-size: 18px;
  }
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.90909vw;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 750px) {
  .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}

figure {
  position: relative;
}

/*===================================================================
section01
/*================================================================= */
.section01 {
  padding-top: 270px;
  padding-bottom: 60px;
  background: url(../images/top/section01Bg_top.png) no-repeat center top/cover;
}

@media screen and (max-width: 980px) {
  .section01 {
    padding-top: 110px;
    padding-bottom: 20px;
    background: url(../images/top/section01Bg_top_sp.png) no-repeat center center/cover;
  }
}

.section01 .caption {
  max-width: 610px;
  margin: 16px auto 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.section01Btn {
  max-width: 700px;
  margin: 30px auto;
  text-align: center;
  background-color: #dfedff;
  border: 2px solid #0051a7;
  border-radius: 50px;
  position: relative;
}

.section01Btn a {
  color: #000;
  font-size: 20px;
  display: block;
  padding: 16px 40px 16px 40px;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .section01Btn a {
    font-size: 16px;
    padding: 16px 60px 16px 50px;
  }
}

.section01Btn .icon03 {
  background: url(../images/common/icon03.svg) no-repeat;
  background-size: contain;
  padding: 13px;
  background-position: center center;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .section01Btn .icon03 {
    padding: 8px;
    margin-left: 10px;
  }
}

.section01Btn .icon05 {
  background: url(../images/common/icon06.svg) no-repeat;
  background-size: contain;
  padding: 12px;
  background-position: center center;
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .section01Btn .icon05 {
    padding: 12px;
    right: 8%;
  }
}

.section01Btn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .6;
}

.heading03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 32px;
  color: #0051a7;
}

.heading03::before,
.heading03::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #0051a7;
}

.heading03::before {
  margin-right: 30px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.heading03::after {
  margin-left: 30px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.bottomBox {
  position: relative;
  margin-top: 80px;
}

.bottomBox p {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
}

.bottomBox figure {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.bottomBoxWrap {
  padding-bottom: 80px;
  margin-top: 120px;
}

.bottomBoxbg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.section01_4_sp {
  width: 74%;
  margin: 40px auto 0;
}

.section01_5_sp {
  margin-top: 15px;
}

/*===================================================================
section02
/*================================================================= */
.section02 {
  background-image: -webkit-linear-gradient(bottom, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), -webkit-linear-gradient(left, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 60px;
}

.section02Btn {
  max-width: 800px;
  margin: 60px auto 0;
  text-align: center;
  background-color: #e8e3db;
  border: 2px solid #8a754b;
  border-radius: 50px;
}

.section02Btn a {
  font-size: 28px;
  color: #806b35;
  display: block;
  padding: 30px 30px;
}

@media screen and (max-width: 768px) {
  .section02Btn a {
    font-size: 20px;
    padding: 20px 30px;
  }
}

.section02Btn .icon04 {
  background: url(../images/common/icon04.svg) no-repeat;
  background-size: contain;
  padding: 16px;
  background-position: center center;
  margin-left: 20px;
}

.ttl_under {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}

.lib_under_text {
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .lib_under_text {
    font-size: 20px;
  }
}

.waku {
  margin: 20px auto;
  border: 1px solid #000;
  padding: 0px;
}

.lib_map_pc {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.lib_map_sp {
  position: relative;
}

.area_cont a {
  display: block;
  height: 100%;
  position: relative;
  /* transition: .6s; */
}

/* .area_cont a:hover{
  box-shadow: 0px 0px 8px 8px #fff;
  opacity: .3;
} */
.area1 {
  position: absolute;
  width: 10%;
  height: 25%;
  /* background: rebeccapurple; */
  top: 7%;
  left: 13%;
}

.area2 {
  position: absolute;
  width: 10%;
  height: 25%;
  /* background: red; */
  top: 7%;
  left: 44.8%;
}

.area3 {
  position: absolute;
  width: 16%;
  height: 20%;
  /* background: pink; */
  top: 12%;
  left: 74%;
}

.area4 {
  position: absolute;
  width: 10%;
  height: 25%;
  /* background: blue; */
  top: 39.7%;
  left: 13%;
}

.area5 {
  position: absolute;
  width: 10%;
  height: 25%;
  /* background: olive; */
  top: 39.7%;
  left: 44.8%;
}

.area6 {
  position: absolute;
  width: 10%;
  height: 25%;
  /* background: wheat; */
  top: 39.7%;
  left: 77%;
}

.area7 {
  position: absolute;
  width: 10%;
  height: 25%;
  /* background: springgreen; */
  top: 72%;
  left: 13%;
}

.area8 {
  position: absolute;
  width: 10%;
  height: 25%;
  /* background: royalblue; */
  top: 72%;
  left: 44.8%;
}

.area_cont a:hover::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 300px;
  height: 100px;
  top: -30%;
  left: 74%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 1050px) {
  .area_cont a:hover::after {
    left: 81%;
  }
}

.area1 a:hover::after {
  background: url(../images/top/lib_cont1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.area2 a:hover::after {
  background: url(../images/top/lib_cont2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.area3 a:hover::after {
  content: "";
  background: url(../images/top/lib_cont3.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 300px;
  height: 100px;
  top: -40%;
  left: 66%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.area4 a:hover::after {
  background: url(../images/top/lib_cont4.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.area5 a:hover::after {
  background: url(../images/top/lib_cont5.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.area6 a:hover::after {
  background: url(../images/top/lib_cont6.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.area7 a:hover::after {
  background: url(../images/top/lib_cont7.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.area8 a:hover::after {
  background: url(../images/top/lib_cont8.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* .lib_btn:before {
  content: '';
  background-image: url(../images/dl_text.png);
  width: 100%;
  height: 60px;
  margin: 0 auto;
  margin-top: 22px;
  background-repeat: no-repeat;
  display: block;
  opacity: 1;
} */
/* .lib_btn::after {
  position: absolute;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  content: "";
  transform: skew(45deg);
  width: 40px;
  height: 12px;
  bottom: 42%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 5%;
  background: none;
} */
.lib_btn {
  /* padding: 0 6%; */
  font-size: 0px;
  max-width: 700px;
  height: 80px;
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  background: #ec8500;
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  cursor: pointer;
  right: auto;
  margin-bottom: 30px;
  position: relative;
}

.lib_btn a {
  display: block;
  height: 100%;
  position: relative;
}

.lib_btn img {
  max-width: 500px;
  /* position: absolute;
  top: 50%;
  left: 50%; 
  transform: translateY(-50%) translateX(-50%); 
  -webkit-transform: translateY(-50%) translateX(-50%); */
  display: block;
  padding-top: 3%;
  margin: 0 auto;
}

.lib_btn::after {
  position: absolute;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  content: "";
  /* transform: skew(45deg); */
  width: 35px;
  height: 35px;
  /* bottom: 42%; */
  top: 32%;
  right: 3%;
  background: url(../images/dl_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.lib_btn:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.lib_text_area {
  text-align: center;
  margin-bottom: 30px;
}

.lib_text_box {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.lib_text_box a {
  display: block;
}

.lib_text_box:hover {
  opacity: .6;
}

@media screen and (min-width: 768px) {
  .lp__lib {
    padding: 120px 0 120px;
  }
  .lp__lib .blockHead {
    margin-bottom: 30px;
  }
  .lp__lib .blockHead .lib_ttl_area {
    font-size: 60px;
  }
  .lp__lib .blockHead .lib_ttl_area::after {
    width: 660px;
  }
  .lp__lib .blockHead .lib_ttl_area small {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .lp__lib .blockHead .lib_title {
    max-width: 400px;
    width: 100%;
    position: absolute;
    left: 45%;
    top: 0;
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
}

@media screen and (max-width: 1160px) {
  .lp__lib .blockHead .lib_title {
    max-width: 350px;
    width: 100%;
    position: absolute;
    left: 45%;
    top: 0;
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
}

@media screen and (max-width: 768px) {
  /* .lp__lib{
    padding: 0 10px;
  } */
  .lib_new {
    max-width: 150px;
  }
  .lib_btn_wrap {
    padding: 0 20px;
  }
  .lib_btn {
    /* padding: 2% 6%; */
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .lp__lib {
    padding: 60px 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .lib_btn img {
    max-width: 200px;
  }
  .waku {
    max-width: 300px;
  }
  .lp__lib .blockHead .lib_title {
    padding: 20px 0 0;
    width: 300px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-59%);
            transform: translateX(-59%);
  }
  .lp__lib .blockHead .lib_ttl_area {
    padding: 0 10px;
    padding-top: 140px;
  }
  .lp__lib .blockHead .lib_ttl_area::after {
    content: "";
    display: none;
  }
  .ttl_under_text {
    padding: 10px 0;
  }
  .ttl_under {
    padding: 0 10px;
  }
  .waku {
    max-width: 400px;
  }
  .area1 {
    position: absolute;
    width: 22%;
    height: 18%;
    /* background: rebeccapurple; */
    top: 7%;
    left: 17%;
  }
  .area2 {
    position: absolute;
    width: 22%;
    height: 18%;
    /* background: red; */
    top: 7%;
    left: 61%;
  }
  .area3 {
    position: absolute;
    width: 36%;
    height: 14%;
    /* background: pink; */
    top: 35%;
    left: 10%;
  }
  .area4 {
    position: absolute;
    width: 22%;
    height: 18%;
    /* background: blue; */
    top: 31.7%;
    left: 61%;
  }
  .area5 {
    position: absolute;
    width: 22%;
    height: 18%;
    /* background: olive; */
    top: 56%;
    left: 17%;
  }
  .area6 {
    position: absolute;
    width: 22%;
    height: 18%;
    /* background: wheat; */
    top: 56%;
    left: 61%;
  }
  .area7 {
    position: absolute;
    width: 22%;
    height: 18%;
    /* background: springgreen; */
    top: 80%;
    left: 17%;
  }
  .area8 {
    position: absolute;
    width: 22%;
    height: 18%;
    /* background: royalblue; */
    top: 80%;
    left: 61%;
  }
  .area_cont a:hover::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 160px;
    height: 80px;
    top: -20%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
}

/*===================================================================
section03
/*================================================================= */
.section03 {
  padding-bottom: 100px;
}

.section03 .inner {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .section03 {
    padding-bottom: 60px;
  }
}

.section03Titlebox {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-color: #dfedff;
}

@media only screen and (max-width: 768px) {
  .section03Titlebox {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section03Titlebox p {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .section03Titlebox p {
    font-size: 20px;
  }
}

.section03Titlebox h3 span {
  font-size: 54px;
  color: #0051a7;
  line-height: 1.6;
  text-shadow: 0px 0px 1px #fff,  0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  border-bottom: 3px solid #326291;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .section03Titlebox h3 span {
    font-size: 24px;
    line-height: 1.8;
  }
}

.section03Titlebox h3 span strong {
  font-size: 64px;
}

@media only screen and (max-width: 768px) {
  .section03Titlebox h3 span strong {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .section03Titlebox h3 {
    margin-top: 10px;
  }
}

.section03Logo {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
}

.head-border {
  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;
  font-size: 34px;
  margin-top: 20px;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #000;
}

.head-border:before {
  margin-right: 3rem;
}

.head-border:after {
  margin-left: 3rem;
}

.section03 dl {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 60px;
  border: 2px solid #e8e3db;
}

@media screen and (max-width: 768px) {
  .section03 dl {
    display: block;
    margin-top: 30px;
  }
}

.section03 dt {
  width: 170px;
  background: #e8e3db;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #000;
}

@media screen and (max-width: 768px) {
  .section03 dt {
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
  }
}

.section03 dd {
  width: calc(100% - 180px);
  font-size: 22px;
  letter-spacing: 0.08em;
  padding: 24px;
}

@media screen and (max-width: 768px) {
  .section03 dd {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    letter-spacing: normal;
    font-size: 20px;
    line-height: 1.8;
  }
}

.section03Btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .section03Btnbox {
    display: block;
  }
}

.section03Btn_map {
  max-width: 330px;
  width: 100%;
  margin: 0 30px;
  text-align: center;
  background-color: #0051a7;
  border: 2px solid #0051a7;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .section03Btn_map {
    margin-top: 10px;
    margin: 10px auto;
  }
}

.section03Btn_map a {
  font-size: 22px;
  color: #fff;
  display: block;
  padding: 18px 40px;
}

.section03Btn_map .icon05 {
  background: url(../images/common/icon05.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.section03Btn_map .icon06 {
  background: url(../images/common/icon06.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.section03Btn_map:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #dfedff;
  border: 2px solid #0051a7;
}

.section03Btn_map:hover a {
  color: #0051a7;
}

.section03Btn_map:hover .icon05 {
  background: url(../images/common/icon06.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.section03Btn_map:hover .icon06 {
  background: url(../images/common/icon05.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.section03Btn_print {
  max-width: 330px;
  width: 100%;
  margin: 0 30px;
  text-align: center;
  background-color: #dfedff;
  border: 2px solid #0051a7;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .section03Btn_print {
    margin-top: 10px;
    margin: 10px auto;
  }
}

.section03Btn_print a {
  font-size: 22px;
  color: #000;
  display: block;
  padding: 18px 40px;
}

.section03Btn_print .icon05 {
  background: url(../images/common/icon05.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.section03Btn_print .icon06 {
  background: url(../images/common/icon06.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.section03Btn_print:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #0051a7;
  border: 2px solid #0051a7;
  cursor: pointer;
}

.section03Btn_print:hover a {
  color: #fff;
}

.section03Btn_print:hover .icon05 {
  background: url(../images/common/icon06.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.section03Btn_print:hover .icon06 {
  background: url(../images/common/icon05.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

/*===================================================================
section04
/*================================================================= */
.section04 {
  padding-top: 100px;
  padding-bottom: 60px;
  background: url(../images/top/section04Bg.png) no-repeat center center/cover;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .section04 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.sention04Title {
  text-align: center;
  font-size: 32px;
  line-height: 1.6;
}

.sention04Title span {
  color: #806b35;
}

@media screen and (max-width: 768px) {
  .sention04Title {
    font-size: 26px;
  }
}

.section04 .gridBox {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .section04 .gridBox {
    display: block;
  }
}

.section04 .gridBox .gridItem {
  padding: 30px 40px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .section04 .gridBox .gridItem {
    margin-top: 20px;
  }
}

.section04 .gridBox .gridItem .title {
  font-size: 26px;
  color: #806b35;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0%;
  text-align: center;
  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;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section04 .gridBox .gridItem .title {
    font-size: 22px;
  }
}

.section04 .gridBox .gridItem .text {
  font-size: 16px;
  padding-top: 20px;
  border-top: 2px solid #806b35;
  line-height: 2;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.gridItem::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  z-index: 1;
  border: solid 2px #806b35;
}

.section04 .caption {
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .section04 .caption {
    text-align: justify;
  }
}

.section04 .bottomText {
  margin-top: 40px;
  text-align: center;
  font-size: 22px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .section04 .bottomText {
    font-size: 18px;
  }
}

.section04 .sankaku {
  max-width: 600px;
  width: 100%;
  margin: 40px auto 0;
}



/*===================================================================
section06
/*================================================================= */
@media screen and (max-width: 768px) {
  .section06 {
    padding-top: 100px;
  }
}

.newsBox {
  padding: 30px;
  border-bottom: 2px solid #d1d1d1;
}

.newsFlex {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

@media only screen and (max-width:768px) {
  .newsFlex {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    justify-content: space-between;
  }
}

@media only screen and (max-width:768px) {
  .newsBody {
    display: contents;
  }
}

.newsImg {
  width: 36%;
  flex-shrink: 0;
  margin-left: 2%;
  margin-top: 10px;
}
@media only screen and (max-width:768px) {
  .newsImg {
    width: 100%;
    flex-shrink: 0;
    margin-left: 0;
    margin-top: 10px;
    order: 1;
  }
}

.newsBox a {
  color: #000;
  display: block;
}

@media screen and (max-width: 768px) {
  .newsBox {
    padding: 26px 0;
  }
}

.newsBox .newsLabel {
  padding: 8px 26px;
  background-color: #8a754b;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.newsBox .newsTitle p {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .newsBox .newsTitle p {
    font-size: 18px;
    letter-spacing: normal;
  }
}

.newsBox .newsTitle span {
  color: #8a754b;
  padding-right: 1rem;
}

.newsBox dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .newsBox dl {
    display: block;
    order: 2;
  }
}

.newsBox dl:last-of-type {
  margin-bottom: 35px;
}

.newsBox dt {
  width: 120px;
  border: 1px solid #8a754b;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  color: #8a754b;
}

@media screen and (max-width: 768px) {
  .newsBox dt {
    width: 100%;
    padding: 10px 10px;
  }
}

.newsBox dd {
  width: calc(100% - 150px);
  font-size: 20px;
  line-height: 1.7;
}

@media only screen and (max-width: 480px) {
  .newsBox dd {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }
}

.newsBox:first-of-type {
  border-top: 2px solid #d1d1d1;
}

.newsBtn {
  max-width: 220px;
  width: 100%;
  text-align: center;
  background-color: #e8e3db;
  border: 2px solid #8a754b;
  border-radius: 50px;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 14px 0;
  font-size: 18px;
  color: #8a754b;
}

@media screen and (max-width: 768px) {
  .newsBtn {
    margin: 0 auto;
    font-size: 16px;
    order: 3;
  }
}

.newsBtn .icon05 {
  background: url(../images/common/icon01.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.newsBox:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #f4f4f4;
}

.newsBox:hover .newsBtn {
  background-color: #8a754b;
  border: 2px solid #8a754b;
  color: #fff;
}

.newsBox:hover .newsBtn .icon05 {
  background: url(../images/common/icon07.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.newsBottomBtn {
  width: 100%;
  margin: 0 30px;
  margin: 60px auto;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 100px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (max-width: 768px) {
  .newsBottomBtn {
    max-width: 600px;
  }
}

.newsBottomBtn a {
  font-size: 22px;
  line-height: 2;
  color: #000;
  display: block;
  padding: 40px 40px;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}

@media screen and (max-width: 768px) {
  .newsBottomBtn a {
    font-size: 18px;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 450px) {
  .newsBottomBtn a {
    font-size: 16px;
    padding: 20px 10px;
  }
}

.newsBottomBtn .icon05 {
  background: url(../images/common/icon01.svg) no-repeat;
  background-size: contain;
  padding: 20px;
  background-position: center center;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .newsBottomBtn .icon05 {
    padding: 13px;
  }
}

.newsBottomBtn:hover {
  background-color: #8a754b;
}

.newsBottomBtn:hover a {
  color: #fff;
}

.newsBottomBtn:hover .icon05 {
  background: url(../images/common/icon07.svg) no-repeat;
  background-size: contain;
  padding: 30px;
  background-position: center center;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .newsBottomBtn:hover .icon05 {
    padding: 13px;
  }
}

/*===================================================================
section08
/*================================================================= */
.section08 {
  padding-top: 80px;
  background-color: #e6f0ff;
}

@media only screen and (max-width: 768px) {
  .section08 {
    padding-top: 40px;
  }
}

.section08 p {
  text-align: center;
  font-size: 22px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .section08 p {
    font-size: 18px;
  }
}

.section08 .slideWrapper {
  margin-top: 20px;
}

.section08 .slide-item {
  max-width: 500px;
  margin: 0 5px;
}

.section08 .slide-item p {
  font-size: 18px;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .section08 .slide-item p {
    font-size: 14px;
    margin-top: 12px;
  }
}

.section08 .slide-item a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .section08 .slide-item {
    max-width: 300px;
  }
}

.section08 .slide-item img {
  width: 100%;
  height: auto;
}

.section08 figcaption {
  position: absolute;
  font-size: 12px;
  padding: 5px;
  left: 0;
  bottom: 48px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .section08 figcaption {
    font-size: 10px;
    padding: 4px;
    left: 0;
    bottom: 34px;
  }
}

/*===================================================================
section09
/*================================================================= */
.section09 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/top/section09_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .section09 {
    background-image: url(../images/top/section09_bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section09 p {
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .section09 p {
    font-size: 12px;
    margin-top: 20px;
  }
}

/*===================================================================
section11
/*================================================================= */
.section11 {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/top/section11_bg.png) no-repeat center top/cover;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .section11 {
    background: url(../images/top/section11_bg_sp.png) no-repeat center top/cover;
    background-size: cover;
    margin-top: 40px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .section11 .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section11 p {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .section11 p {
    font-size: 16px;
    margin-top: 20px;
  }
}

.section11 .box {
  max-width: 630px;
  margin: 20px auto;
  border: 1px solid #000;
}

.section11 .box span {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .section11 .box span {
    font-size: 13px;
    letter-spacing: .001em;
    font-weight: bold;
  }
}

.slickBox {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .slickBox {
    padding: 0 14px;
  }
}

.slick_wrap {
  background: #fff;
  position: relative;
  padding: 40px 0 100px;
  margin: 40px auto;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .slick_wrap {
    padding: 30px 0 42px;
  }
}

.slick01 {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .slick01 {
    margin-left: 10px;
  }
}

.slick01 li .slider_img {
  max-width: 440px !important;
  padding-right: 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .slick01 li .slider_img {
    max-width: 300px !important;
    padding-right: 15px;
    width: 100%;
  }
}

.slide_ttl {
  padding: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .slide_ttl {
    padding: 10px 24px;
  }
}

.slide_ttl .new {
  position: absolute;
  top: 34px;
  left: 18%;
  width: 60px;
}

@media only screen and (max-width: 768px) {
  .slide_ttl .new {
    position: absolute;
    top: -50px;
    left: 12px;
    width: 60px;
  }
}

.slick-prev {
  display: none !important;
}

.slick-next {
  position: absolute;
  right: 10%;
  top: 50%;
  font-size: 0;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.slick-next::after {
  content: "";
  background: url(../images/top/slide_btn.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 999;
}

.slick-next:hover {
  opacity: .8;
}

.slide_cap {
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .slide_back_text {
    font-size: 18px;
  }
  .slide_back_text br {
    display: block;
  }
  .annotation {
    max-width: 400px;
    margin: 0 auto;
  }
  .slick-next::after {
    content: "";
    background: url(../images/top/slide_btn_sp.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 999;
  }
  .slick-next {
    right: 4%;
  }
}

.capArea {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .capArea {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.capArea p {
  font-size: 11px;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .capArea p {
    font-size: 12px;
    line-height: 1.3;
  }
}

/*===================================================================
info_area
/*================================================================= */
.info_area {

  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #dfedff;
}

.info_area a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .info_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.info_area .infoTitle {
  text-align: center;
  color: #0051a7;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .info_area .infoTitle {
    font-size: 26px;
  }
}

.info_area .infoBox {
  margin-top: 30px;
  background-color: #fff;
  padding: 30px 40px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .info_area .infoBox {
    margin-top: 30px;
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    border-radius: 10px;
  }
}

.info_area .infoBox::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  z-index: 1;
  border: solid 2px #9595c5;
}

.info_area .tel {
  max-width: 540px;
  width: 100%;
  margin: 20px auto;
  position: relative;
  z-index: 2;
}
.detail_title {
  line-height: 1.5;
}
/* .info_area .infoBtn {
  max-width: 540px;
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
} */

.info_area p {
  font-size: 22px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .info_area p {
    font-size: 16px;
  }
}

.info_area .date {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .info_area .date {
    font-size: 13px;
  }
}

/*===================================================================
footer
/*================================================================= */
.footer {
  padding-top: 60px;
}

.footer a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 120px;
  }
}

.footer .flexBox {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .footer .flexBox {
    display: block;
    padding-bottom: 30px;
  }
}

.footer .flexBox figure {
  width: 33.33%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .footer .flexBox figure {
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.footer .footerBox {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #d1d1d1;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .footer .footerBox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer .footerBox h1 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .footer .footerBox h1 {
    font-size: 14px;
  }
}

.footer .footerBox .copy {
  font-size: 16px;
  color: #a0a0a0;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .footer .footerBox .copy {
    font-size: 16px;
  }
}

/* print_map
--------------------------------------------------*/
.print_map figure {
  display: none;
}

/* modal
--------------------------------------------------*/
.modalEl {
  display: none;
}

#modalArea {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
}

#modalTable {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
}

#modalCell {
  display: table-cell;
  vertical-align: middle;
}

#modalInner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}

#modalInner img {
  max-width: 100%;
  height: auto;
}

#modalContents .movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#modalContents .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#modalContents video {
  display: block;
  width: 100%;
}

#modalClose {
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#modalClose:before,
#modalClose:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #fff;
}

#modalClose:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#modalClose:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  #modalArea {
    -webkit-overflow-scrolling: touch;
  }
}



#privacy .head_wrap {
  height: 80px;
  border-bottom: 3px solid #438ad6;
}

#privacy .header_ttl {
  max-width: 330px;
}

#privacy .mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #privacy {
    font-size: 12px;
  }
}

#privacy h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #privacy h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

#privacy h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #privacy h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

#privacy .privacy {
  margin: 140px 0 100px;
  font-size: 1.6rem;
  line-height: 3.0rem;
}

#privacy .privacy .wrap {
  border: 2px solid #a0a0a0;
  padding: 40px;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  #privacy .privacy .wrap {
    padding: 4%;
    margin-top: 3%;
  }
}

#privacy .privacy .wrap section {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  #privacy .privacy .wrap section {
    margin-bottom: 4%;
  }
}

#privacy .privacy .wrap section p {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  #privacy .privacy .wrap section p {
    margin-top: 3%;
    font-size: 14px;
  }
}

#header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  position: fixed;
}

@media screen and (max-width: 980px) {
  #header {
    position: fixed;
    background-color: #fff;
  }
}

.head_wrap {
  position: relative;
  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;
  width: auto;
  background-color: #fff;
}

@media screen and (max-width: 980px) {
  .head_wrap {
    padding: 10px;
    height: 80px;
  }
}

.header_ttl {
  max-width: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

@media screen and (max-width: 980px) {
  .header_ttl {
    max-width: 220px;
    margin-left: 0;
  }
}

.pc_content {
  margin-left: 2%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pc_content .headerTel {
  max-width: 280px;
  width: 100%;
  margin-right: 30px;
}

.pc_content .headerTel:hover {
  opacity: 0.6;
  -webkit-transition: .6s;
  transition: .6s;
}

.pc_content .info {
  margin-right: 20px;
}

.pc_content .info p {
  font-size: 12px;
  font-weight: bold;
}

.pc_content ul {
  margin-right: 1%;
  min-width: 120px;
}

.pc_content ul li {
  margin-top: 2px;
}

.pc_content ul li p {
  font-size: 12px;
  font-weight: bold;
}

.pc_content ul li a {
  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;
  font-size: 12px;
  color: #000;
  padding: 0 4px;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .pc_content {
    display: none;
  }
}

.pc_content .sp_icon01 {
  width: 14px;
  margin-right: 4px;
}

.pc_content .sp_icon02 {
  width: 12px;
  margin-left: 4px;
}

.head_btn_area {
  max-width: 280px;
}

.globalNav {
  background-color: #dfedff;
}

@media screen and (max-width: 980px) {
  .globalNav {
    display: none;
  }
}

.globalNav_wrap {
  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;
  height: inherit;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
}

.globalNav_item {
  position: relative;
  text-align: center;
  /* width: calc(100% / 5); */
}
.globalNav_item .icon {
  display: inline-block;
  width: 14px;
  margin-left: 1rem;
}
.sp-nav__item .icon {
  display: inline-block;
  width: 14px;
  margin-left: 1rem;
}

.globalNav_item a {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  padding: 24px 0;
  display: block;
  position: relative;
  -webkit-transition: .6s;
  transition: .6s;
  font-weight: bold;
}

.globalNav_item:hover .globalNav_item a {
  color: red;
}

.globalNav_item a::after {
  background-color: #0051a7;
  content: '';
  display: inline-block;
  height: 4px;
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.globalNav_item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.globalNav_item a:hover {
  color: #0051a7;
}

.globalNav_item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 60px;
  background-color: #a6c2e0;
}

.globalNav_item:last-child:after {
  display: none;
}

.p-header__drawer {
  display: none;
}

@media only screen and (max-width: 980px) {
  .p-header__drawer {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
  }
}

.p-header__drawer.is-active {
  display: none;
}

@media only screen and (max-width: 980px) {
  .p-header__drawer.is-active {
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 29px;
  }
}

.sp-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
  padding-bottom: 120px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sp-nav.is-active {
  display: block;
}

.sp-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-nav__item {
  width: calc(100% / 2 - 2px);
  height: 80px;
  line-height: 1.2;
  border-bottom: 2px solid #d1d1d1;
  padding: 0;
  display: table;
}

.sp-nav__item:nth-child(1),
.sp-nav__item:nth-child(2) {
  border-top: 2px solid #d1d1d1;
}

.sp-nav__item:nth-child(odd) {
  border-right: 2px solid #d1d1d1;
}

.spNav_logo_area {
  height: 80px;
  padding: 10px;
  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;
  position: relative;
}

.spNav_logo_area .splogo {
  width: 220px;
}

.spNav_logo_area .closebtn {
  width: 40px;
  position: absolute;
  right: 35px;
  top: 27%;
}

.sp-nav__item a {
  color: #000;
  display: table-cell;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0 auto;
}

.sp-nav__item.c-button {
  margin-top: 20px;
}

.sp-nav__item.c-button a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 14px 0;
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.sp-nav__item a span {
  color: #d5d5d5;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 0 auto;
}

.sp-nav__items_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 30px 10px;
  font-size: 13px;
  color: #000;
}

.sp-nav__items_2 li {
  padding: 0 4px;
}

.sp-nav__items_2 li a {
  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;
  color: #000;
}

.sp-nav__items_2 p {
  font-size: 14px;
}
.sp-nav__items_2 .sp_icon01 {
  width: 16px;
  margin-right: 4px;
  padding-bottom: 2px;
}

.sp-nav__items_2 .sp_icon02 {
  width: 16px;
  margin-left: 10px;
}

.sp-nav__items_btn {
  max-width: 280px;
  margin: 0 auto;
}

.sp-nav__items_infobox {
  padding: 0 10px;
}

.infoBox {
  margin-top: 30px;
  border: solid 2px #9595c5;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.tel {
  max-width: 540px;
  width: 100%;
  margin: 20px auto;
}

.tel:hover {
  opacity: 0.6;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn_box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.btn {
  margin: 0 2%;
}
.infoBtn {
  display: block;
  max-width: 340px;
  width: 100%;
  margin-top: 4px;
  margin: 4px auto 0;
  position: relative;
  z-index: 2;

}
.btn_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
}
.btn_text.request {
  color: #0051a7;
}
.btn_text.reserve {
  color: #8a754b;
}
.btn_text::before,
.btn_text::after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #8a754b;
}
.btn_text.request::before,
.btn_text.request::after {
  background-color: #0051a7;
}
.btn_text::before {
  margin-right: 10px;
  transform: rotate(-40deg);
}
.btn_text::after {
  margin-left: 10px;
  transform: rotate(40deg);
}
@media only screen and (max-width:768px) {
  .btn_box {
    margin-top: 30px;
    display: block;
  }
  .btn:nth-child(2) {
    margin-top: 20px;
  }

  
}


p {
  font-size: 16px;
  line-height: 1.8;
}

.date {
  font-size: 13px;
}

.bottom_area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}
.bottom_flex {
  display: flex;
}
@media screen and (max-width: 980px) {
  .bottom_area {
    display: block;
  }
}

.c-hamburger {
  position: relative;
  width: 50px;
  z-index: 100;
}

@media only screen and (max-width: 980px) {
  .c-hamburger.is-active {
    width: 50px;
  }
}

.c-hamburger span {
  position: absolute;
  width: inherit;
  height: 4px;
  background-color: #333;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-hamburger span:nth-child(1) {
  top: 0%;
}

.c-hamburger span:nth-child(2) {
  top: 50%;
  opacity: 1;
}

.c-hamburger span:nth-child(3) {
  top: 100%;
}

.c-hamburger.is-active span {
  background-color: #4b4b4b;
  position: absolute;
  width: inherit;
  height: 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-hamburger.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pager {
  margin-top: 60px;
  margin-bottom: 60px;
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #8a754b;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  display: table;
  color: #8a754b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #fff;
  background: #8a754b;
  border-radius: 50px;
}
/*# sourceMappingURL=styles.css.map */