img {
  max-width: 100%;
}

.position {
  position: relative;
}

body {
  background: #fff;
}

a.off {
  opacity: 0.5;
  pointer-events: none;
}

header {
  width: 100%;
  padding: 0px 0px 0px 0px;
  background: #FFFFFF;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .nds-logo {
  width: 12%;
  padding-bottom: 0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
header .nds-logo img {
  display: block;
}
header .head-logo {
  width: 22%;
  padding-top: 7px;
  padding-left: 15px;
  position: relative;
  z-index: 999;
}
header .head-logo .logo-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .head-logo .logo-flex .logo-img {
  width: 60px;
}
header .head-logo .logo-flex .logo-text {
  width: calc(100% - 70px);
  white-space: nowrap;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 400;
}
header .pc-list {
  width: 65%;
  text-align: right;
}
header .pc-list ul {
  font-size: 0;
}
header .pc-list li {
  margin-left: 20px;
  line-height: 1;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
header .pc-list li a {
  font-size: 15px;
  color: #595757;
  padding-top: 32px;
  padding-bottom: 32px;
}
header .pc-list li.current::after {
  position: absolute;
  top: 51%;
  left: -202%;
  padding-left: 200%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-top: 1px solid #231815;
  height: 1px;
  content: "";
}
header .pc-list li:nth-child(1) {
  margin-left: 0;
}
header .pc-list li.shiryo-link {
  margin-left: 40px;
}
header .pc-list li.shiryo-link a {
  padding: 32px 22px;
  font-size: 12px;
  background: #938059;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}
header .pc-list li.shiryo-link span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
header .pc-list li.shiryo-link span::after {
  width: 20px;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  content: "";
}
header .pc-list li.shiryo-link2 {
  margin-left: -5px;
}
header .pc-list li.shiryo-link2 a {
  padding: 32px 22px;
  font-size: 12px;
  background: #680000;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}
header .pc-list li.shiryo-link2 span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
header .pc-list li.shiryo-link2 span::after {
  width: 20px;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  content: "";
}

.contents {
  padding-top: 86px;
}

footer {
  font-weight: 400;
  background: #3E3A39;
  color: #fff;
}
footer .foot-ad {
  padding-top: 64px;
  padding-bottom: 56px;
}
footer .foot-ad .text1 {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 15px;
  letter-spacing: 0;
  text-align: center;
}
footer .foot-ad .text1 br {
  display: none;
}
footer .foot-ad .tel-nobox {
  text-align: center;
}
footer .foot-ad .tel-nobox .tel-no {
  font-size: 55px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  letter-spacing: 0;
}
footer .foot-ad .tel-nobox .tel-no a {
  color: #fff;
}
footer .foot-ad .tel-nobox .tel-text {
  font-size: 13px;
  line-height: 1.53;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0;
}
footer .foot-link {
  border-top: 1px solid #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .foot-link ul {
  text-align: center;
}
footer .foot-link ul li {
  display: inline-block;
  margin-right: 35px;
}
footer .foot-link ul li a {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
footer .foot-link ul li:last-child {
  margin-right: 0;
}
footer .copy {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #fff;
}

.notes {
  font-size: 10px;
  line-height: 1.5;
}

.fade__Up,
.fade__Up__Load {
  opacity: 0;
  transform: translate(0%, 70px);
  transition: all 0.15s ease-out;
}

.fade__left,
.fade__left__Load {
  opacity: 0;
  transform: translate(-70px, 0px);
  transition: all 0.8s ease-out;
}

.fade__right,
.fade__right__Load {
  opacity: 0;
  transform: translate(90px, 0px);
  transition: all 0.15s ease-out;
  /*transition-delay: 0.4s;*/
}

.fade__in,
.fade__in__Load {
  opacity: 0;
  transform: translate(0%, 0px);
  transition: all 1s ease-out;
}

.fadeUp__on,
.fadeUpLoad__on {
  opacity: 1;
  transform: translate(0%, 0px);
}

.wrap1 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 900px) {
  .wrap1 {
    width: 86%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  header {
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    width: 100%;
  }
  header .head-logo {
    width: 41%;
    max-width: none;
    margin-left: 3vw;
    padding-top: 5vw;
    margin-bottom: 0;
  }
  .menu-trigger,
  .menu-trigger span {
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: bottom;
  }
  .menu-btn {
    border-radius: 100px;
    padding: 4.5vw 2.2vw;
    top: 4vw;
    right: 4vw;
    position: fixed;
    border: 1px solid #231815;
    z-index: 9999;
    background: none;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  .menu-btn.active {
    padding-top: 3vw;
    padding-bottom: 5.5vw;
  }
  .menu-btn.bg {
    background: #135595;
  }
  .fixed .menu-btn {
    position: absolute;
  }
  .fixed.on .menu-btn {
    top: 0;
  }
  .menu-trigger {
    position: relative;
    height: 2.4vw;
    width: 6.6vw;
    z-index: 9998;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    height: 0.2vw;
    width: 100%;
    background-color: #231815;
    border-radius: 0px;
    display: inline-block;
    box-sizing: border-box;
  }
  /*.menu-trigger.active span {
      background-color:#fff;
  }
  .menu-trigger.ex span {
      background:#fff;
  }*/
  .menu-trigger span:nth-of-type(1) {
    top: 0px;
    /*width: 40px;*/
  }
  .menu-trigger span:nth-of-type(2) {
    bottom: 0;
    /*width: 40px;*/
  }
  .active .menu-trigger span:nth-of-type(1),
  .active .menu-trigger span:nth-of-type(2),
  .active .menu-trigger span:nth-of-type(3) {
    transtion: all 0.4s 0;
    animation: none;
    background: #fff;
  }
  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
    animation: none;
  }
  .active .menu-trigger span:nth-of-type(2),
  .active .menu-trigger span:nth-of-type(3) {
    top: 9px;
    bottom: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    animation: none;
  }
  .menu-texbox .menu-tex {
    display: block;
  }
  .menu-texbox .menu-tex2 {
    display: none;
  }
  .menu-texbox.close .menu-tex {
    display: none;
  }
  .menu-texbox.close .menu-tex2 {
    display: block;
  }
  .sp-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    transition: all 0.3s ease;
    top: 0vw;
    left: 0;
    z-index: -2;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    pointer-events: none;
    background: rgb(0, 0, 0);
    z-index: 9999;
  }
  .sp-menu.open {
    z-index: 9990;
    opacity: 1;
  }
  .sp-menu.open a {
    pointer-events: all;
  }
  .sp-menu .menu-wrap .menu_box {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 80%;
    max-width: none;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .sp-menu .menu-wrap ul.list-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12vw;
    font-weight: 400;
  }
  .sp-menu .menu-wrap ul.list-1 li {
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 6vw;
    letter-spacing: 0.1em;
    text-align: left;
    border-bottom: 1px solid #fff;
  }
  .sp-menu .menu-wrap ul.list-1 li a {
    display: inline-block;
    padding-bottom: 3vw;
    color: #fff;
    /*border-bottom: 1px solid #070707;*/
    font-weight: 600;
  }
  .sp-menu .menu-wrap ul.list-1 li:last-child {
    margin-bottom: 0;
  }
  .sp-menu .menu-wrap ul.list-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }
  .sp-menu .menu-wrap ul.list-2 li {
    width: 47%;
  }
  .sp-menu .menu-wrap ul.list-2 li.shiryo-link a {
    padding: 4.5vw 1vw;
    font-size: 4.2vw;
    background: #938059;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
  }
  .sp-menu .menu-wrap ul.list-2 li.shiryo-link2 a {
    padding: 4.5vw 1vw;
    font-size: 4.2vw;
    background: #680000;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
  }
  .sp-menu .menu-wrap ul.list-2 li:nth-child(2) {
    margin-left: 6%;
  }
  .sp-menu .menu-wrap li a .text {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
  .sp-menu .menu-wrap li:last-child {
    margin-bottom: 0;
  }
  .sp-menu .menu-wrap li a {
    color: #fff;
    position: relative;
    line-height: 1;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
  }
  .sp-menu .menu-wrap li a:hover {
    border-bottom: 1px solid #fff;
    text-decoration: none !important;
  }
  /*.sp-menu .menu-wrap li:first-child a{
      border-bottom: 1px solid #fff;
  }*/
  .sp-menu.open .menu-wrap li a {
    pointer-events: all;
  }
  .contents {
    width: 100%;
    margin-left: 0px;
    padding-top: 18vw;
  }
  header {
    width: 100%;
    padding: 0px 0px 2vw 0px;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    display: flex;
    justify-content: left;
  }
  header .nds-logo {
    width: 22%;
    padding-top: 2vw;
    padding-bottom: 0;
    padding-right: 2vw;
    padding-left: 2vw;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  header .nds-logo img {
    display: block;
  }
  header .head-logo {
    width: 52%;
    padding-top: 2vw;
    padding-left: 1vw;
    margin-left: 0;
  }
  header .head-logo .logo-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .head-logo .logo-flex .logo-img {
    width: 13vw;
  }
  header .head-logo .logo-flex .logo-text {
    width: calc(100% - 16vw);
    white-space: nowrap;
    line-height: 1.5;
    font-size: 4vw;
  }
  footer {
    font-weight: 400;
  }
  footer .foot-ad {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
  footer .foot-ad .text1 {
    margin-bottom: 3.3vw;
    line-height: 1;
    font-size: 2.6vw;
    letter-spacing: 0;
    text-align: center;
  }
  footer .foot-ad .tel-nobox {
    text-align: center;
  }
  footer .foot-ad .tel-nobox .tel-no {
    font-size: 8.4vw;
    display: inline-block;
    margin-right: 0.5vw;
    letter-spacing: 0;
    vertical-align: middle;
  }
  footer .foot-ad .tel-nobox .tel-text {
    font-size: 2.3vw;
    line-height: 1.53;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  footer .foot-link {
    padding-top: 3.7vw;
    padding-bottom: 3.7vw;
  }
  footer .foot-link ul {
    text-align: center;
  }
  footer .foot-link ul li {
    display: inline-block;
    margin-right: 0.8vw;
  }
  footer .foot-link ul li a {
    font-size: 2.6vw;
    line-height: 1;
  }
  footer .foot-link ul li:last-child {
    margin-right: 0;
  }
  footer .copy {
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 2.3vw;
    line-height: 1;
    text-align: center;
  }
  .notes {
    font-size: 2.7vw;
    line-height: 1.5;
  }
  header.bg {
    background: none !important;
  }
}
.info-list {
  display: flex;
  flex-wrap: wrap;
}
.info-list li {
  width: 30.8%;
  margin-right: 3.3%;
}
.info-list li:nth-child(3n) {
  margin-right: 0;
}
.info-list li:nth-child(n+4) {
  margin-top: 30px;
}
.info-list li .pic-box {
  position: relative;
  overflow: hidden;
  padding-top: 82%;
  width: 100%;
  margin-bottom: 20px;
}
.info-list li .pic-box img {
  position: absolute;
  width: auto;
  max-width: none;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: auto;
  object-fit: cover;
}
.info-list li .pic-box.event {
  border-bottom: #7D0000 5px solid;
}
.info-list li .pic-box.info {
  border-bottom: #C69D00 5px solid;
}
.info-list li .pic-box.event2 {
  border-bottom: #7D0000 5px solid;
}
.info-list li .pic-box.info2 {
  border-bottom: #C69D00 5px solid;
}
.info-list li .pic-box .cat {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 9px 16px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  z-index: 3;
}
.info-list li .pic-box .cat.event {
  background: #7D0000;
}
.info-list li .pic-box .cat.info {
  background: #7D0000;
}
.info-list li .pic-box .cat.event2 {
  background: #7D0000;
}
.info-list li .pic-box .cat.info2 {
  background: #7D0000;
}
.info-list li .text-box {
  color: #fff;
}
.info-list li .text-box .ttl-tex {
  margin-bottom: 20px;
  text-align: left;
  min-height: 3em;
  line-height: 1.2;
  font-size: 21px;
  font-weight: 700;
  /*dmin-height: 52px;
  isplay: flex;
  align-items: center;
  justify-content: center;*/
}
.info-list li .text-box .m-text {
  font-size: 16px;
  line-height: 1.36;
  word-break: break-all;
  margin-bottom: 20px;
  min-height: 8em;
}
.info-list li .text-box .day-flex {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
}
.info-list li .text-box .day-flex dt {
  display: flex;
  align-items: center;
  width: 16.2%;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1;
  font-size: 14px;
  border-right: 1px solid #fff;
}
.info-list li .text-box .day-flex dd {
  display: flex;
  align-items: center;
  line-height: 1.36;
  font-size: 16px;
  width: 78%;
}
.info-list li .text-box .more-link {
  margin-top: 20px;
  display: inline-block;
  width: auto;
  max-width: none;
  padding: 10px 10px;
  background: #ddd;
  line-height: 1;
}
.info-list li .text-box .more-link .link-tex {
  padding-right: 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}
.info-list li .text-box .more-link .yajirushi {
  padding-left: 10px;
  margin-left: 5px;
  border-left: 2px solid #231815;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 6px;
  padding-bottom: 6px;
}
.info-list li .text-box .more-link .yajirushi img {
  display: block;
}

.info-list2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 20;
}
.info-list2.ex {
  padding-top: 50px;
  padding-bottom: 70px;
}
.info-list2 li {
  width: 30.8%;
  margin-right: 3.3%;
}
.info-list2 li:nth-child(3n) {
  margin-right: 0;
}
.info-list2 li:nth-child(n+4) {
  margin-top: 30px;
}
.info-list2 li .pic-box {
  position: relative;
  overflow: hidden;
  padding-top: 82%;
  width: 100%;
  margin-bottom: 25px;
}
.info-list2 li .pic-box img {
  position: absolute;
  width: auto;
  max-width: none;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: auto;
  object-fit: cover;
}
.info-list2 li .text-box {
  color: #fff;
}
.info-list2 li .text-box .ttl-tex {
  margin-bottom: 20px;
  text-align: left;
  min-height: 2.6em;
  line-height: 1.2;
  font-size: 21px;
  font-weight: 700;
}
.info-list2 li .text-box .m-text {
  font-size: 16px;
  line-height: 1.36;
  word-break: break-all;
  margin-bottom: 20px;
  min-height: 4em;
}
.info-list2 li .text-box .more-link {
  margin-top: 20px;
  display: inline-block;
  width: auto;
  max-width: none;
  padding: 10px 10px;
  background: #ddd;
  line-height: 1;
}
.info-list2 li .text-box .more-link .link-tex {
  padding-right: 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}
.info-list2 li .text-box .more-link .yajirushi {
  padding-left: 10px;
  margin-left: 5px;
  border-left: 2px solid #231815;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 6px;
  padding-bottom: 6px;
}
.info-list2 li .text-box .more-link .yajirushi img {
  display: block;
}

.link-box {
  background: #3E3A39;
}
.link-box .box {
  position: relative;
  height: 800px;
  display: block;
  width: 100%;
}
.link-box .box.loc {
  background: url(../images/common/loc_bg.jpg) no-repeat center center/cover;
}
.link-box .box.qua {
  background: url(../images/common/qua_bg.jpg) no-repeat center center/cover;
}
.link-box .box.plan {
  background: url(../images/common/plan_bg.jpg) no-repeat center center/cover;
}
.link-box .box .txt-img {
  width: 80%;
  max-width: 280px;
  font-size: 44px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  top: 50%;
  color: #fff;
  left: 0%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.link-box .box .yajirushi-img {
  width: 10%;
  max-width: 44px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 80%;
  left: 0%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.link-box.flex {
  display: flex;
  justify-content: center;
}
.link-box.flex .box {
  width: 33.3%;
  height: 400px;
}

.main-ttl {
  padding-top: 150px;
  padding-bottom: 140px;
  text-align: center;
}
.main-ttl .ttl-img {
  /*width: 52%;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;*/
  margin-bottom: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  font-size: 50px;
}
.main-ttl .ttl-text {
  color: #fff;
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
}

.nds-logo {
  max-width: 222px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

@media only screen and (max-width: 900px) {
  .nds-logo {
    max-width: none;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 6.6vw;
  }
  .info-list {
    display: block;
  }
  .info-list li {
    width: 100%;
    margin-right: 0%;
    display: flex;
    justify-content: space-between;
  }
  .info-list li:nth-child(3n) {
    margin-right: 0;
  }
  .info-list li:nth-child(n+2) {
    margin-top: 6vw;
  }
  .info-list li .pic-box {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
    width: 46.66vw;
    height: 40vw;
    margin-bottom: 0;
  }
  .info-list li .pic-box img {
    position: absolute;
    width: auto;
    max-width: none;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    margin: auto;
    object-fit: cover;
  }
  .info-list li .pic-box .cat {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1vw 2vw;
    font-size: 3.3vw;
    line-height: 1;
    z-index: 3;
  }
  .info-list li .text-box {
    width: 36.33vw;
  }
  .info-list li .text-box .ttl-tex {
    text-align: left;
    min-height: inherit;
    margin-bottom: 2.6vw;
    line-height: 1.4;
    font-size: 3.3vw;
  }
  .info-list li .text-box .m-text {
    font-size: 2.9vw;
    line-height: 1.25;
    min-height: inherit;
    word-break: break-all;
    margin-bottom: 2vw;
  }
  .info-list li .text-box .day-flex {
    padding-top: 1.3vw;
    padding-bottom: 1.3vw;
    display: block;
    border-top: none;
    border-bottom: none;
    min-height: auto;
  }
  .info-list li .text-box .day-flex dt {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 2vw;
    padding-bottom: 2vw;
    line-height: 1;
    font-size: 2.6vw;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-right: none;
    margin-bottom: 0.5em;
  }
  .info-list li .text-box .day-flex dd {
    display: block;
    line-height: 1.36;
    font-size: 2.9vw;
    width: 100%;
    text-align: center;
    letter-spacing: 0;
  }
  .info-list li .text-box .more-link {
    margin-top: 2vw;
    margin-bottom: 5vw;
    display: block;
    text-align: right;
    width: 100%;
    margin-left: 0%;
    padding: 2vw 2vw;
  }
  .info-list li .text-box .more-link .link-tex {
    padding-right: 1.2vw;
    display: inline-block;
    font-size: 3.2vw;
    line-height: 1;
    vertical-align: middle;
  }
  .info-list li .text-box .more-link .yajirushi {
    padding-left: 2vw;
    margin-left: 1vw;
    border-left: 2px solid #231815;
    width: 8.2vw;
    display: inline-block;
    vertical-align: middle;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
  .info-list li .text-box .more-link .yajirushi img {
    display: block;
  }
  .info-list .type_event {
    border-bottom: 0.66vw solid #7D0000;
  }
  .info-list .type_info {
    border-bottom: 0.66vw solid #C69D00;
  }
  .info-list2 {
    display: block;
    flex-wrap: wrap;
  }
  .info-list2.ex {
    padding-top: 8vw;
    padding-bottom: 10vw;
  }
  .info-list2 li {
    width: 100%;
    margin-right: 0%;
  }
  .info-list2 li:nth-child(3n) {
    margin-right: 0;
  }
  .info-list2 li:nth-child(n+2) {
    margin-top: 6vw;
  }
  .info-list2 li .pic-box {
    position: relative;
    overflow: hidden;
    padding-top: 82%;
    width: 100%;
    margin-bottom: 2.5vw;
  }
  .info-list2 li .pic-box img {
    position: absolute;
    width: auto;
    max-width: none;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    margin: auto;
    object-fit: cover;
  }
  .info-list2 li .text-box .ttl-tex {
    margin-bottom: 3vw;
    text-align: left;
    min-height: inherit;
    line-height: 1.2;
    font-size: 3.3vw;
    font-weight: 700;
  }
  .info-list2 li .text-box .m-text {
    font-size: 2.9vw;
    line-height: 1.36;
    word-break: break-all;
    min-height: inherit;
    margin-bottom: 2vw;
  }
  .info-list2 li .text-box .more-link {
    margin-top: 2vw;
    display: block;
    text-align: right;
    width: 42%;
    margin-left: 58%;
    padding: 2vw 2vw;
  }
  .info-list2 li .text-box .more-link .link-tex {
    padding-right: 1.2vw;
    display: inline-block;
    font-size: 3.2vw;
    line-height: 1;
    vertical-align: middle;
  }
  .info-list2 li .text-box .more-link .yajirushi {
    padding-left: 2vw;
    margin-left: 1vw;
    border-left: 2px solid #231815;
    width: 8.2vw;
    display: inline-block;
    vertical-align: middle;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
  .info-list2 li .text-box .more-link .yajirushi img {
    display: block;
  }
  .link-box .box {
    position: relative;
    height: 53vw;
    display: block;
    width: 100%;
  }
  .link-box .box.loc {
    background: url(../images/common/loc_bg.jpg) no-repeat center center/cover;
  }
  .link-box .box.qua {
    background: url(../images/common/qua_bg.jpg) no-repeat center center/cover;
  }
  .link-box .box.plan {
    background: url(../images/common/plan_bg.jpg) no-repeat center center/cover;
  }
  .link-box .box .txt-img {
    width: 30%;
    max-width: none;
    font-size: 6vw;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    left: 0%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .link-box .box .yajirushi-img {
    width: 10%;
    max-width: 44px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 80%;
    left: 0%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .link-box.flex {
    display: block;
  }
  .link-box.flex .box {
    width: 100%;
    height: 53vw;
  }
  .main-ttl {
    padding-top: 26vw;
    padding-bottom: 25vw;
    text-align: center;
  }
  .main-ttl .ttl-img {
    /*width: 52%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;*/
    margin-bottom: 2.5vw;
    font-size: 9.3vw;
  }
  .main-ttl .ttl-text {
    font-size: 2.6vw;
  }
}
@media only screen and (max-width: 420px) {
  .sp-menu .menu-wrap ul.list-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9vw;
    font-weight: 400;
  }
  .sp-menu .menu-wrap ul.list-1 li {
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 6vw;
    letter-spacing: 0.1em;
    text-align: left;
    border-bottom: 1px solid #fff;
  }
  .sp-menu .menu-wrap ul.list-1 li a {
    display: inline-block;
    padding-bottom: 4vw;
    color: #fff;
    /*border-bottom: 1px solid #070707;*/
    font-weight: 600;
  }
  .sp-menu .menu-wrap ul.list-1 li:last-child {
    margin-bottom: 0;
  }
  .sp-menu .menu-wrap ul.list-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
  .sp-menu .menu-wrap ul.list-2 li {
    width: 47%;
  }
  .sp-menu .menu-wrap ul.list-2 li.shiryo-link a {
    padding: 4.5vw 1vw;
    font-size: 4.2vw;
    background: #938059;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
  }
  .sp-menu .menu-wrap ul.list-2 li.shiryo-link2 a {
    padding: 4.5vw 1vw;
    font-size: 4.2vw;
    background: #680000;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
  }
  .sp-menu .menu-wrap li a .text {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
  .sp-menu .menu-wrap li:last-child {
    margin-bottom: 0;
  }
  .sp-menu .menu-wrap li a {
    color: #fff;
    position: relative;
    line-height: 1;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
  }
}/*# sourceMappingURL=style.css.map */