@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
@media (max-width: 480px) {
  #visual {
    min-width: 100%;
  }
}

#visual .visual {
  position: relative;
}

@media (max-width: 480px) {
  #visual .visual {
    max-width: 100%;
  }
}

#visual .visual p {
  margin: 0;
}

#visual .visual .img-nami {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

@media (max-width: 480px) {
  #visual .visual .img-nami {
    display: none;
  }
}

#visual .visual img {
  width: 100%;
  display: block;
}

#visual .visual .visual-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#visual .visual .visual-inner > div {
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  padding-bottom: 0;
  position: relative;
  left: 0;
}

@media (max-width: 480px) {
  #visual .visual .visual-inner > div {
    left: 0;
    padding-bottom: 0;
    height: calc(100% + 90px);
  }
}

#visual .visual .visual-inner > div img {
  width: 674px;
  position: relative;
  top: 20px;
}

@media (max-width: 480px) {
  #visual .visual .visual-inner > div img {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

.top_contents {
  padding: 80px 0;
}

@media (max-width: 480px) {
  .top_contents {
    padding: 40px 10px;
    margin-top: 100px;
  }
}

.top_contents .top_contents_inner {
  max-width: 1040px;
  margin: 0 auto 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 50px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner {
    padding: 15px 20px;
    margin-bottom: 0;
  }
}

.top_contents .top_contents_inner .top_contents_title {
  text-align: center;
  font-size: 14px;
}

.top_contents .top_contents_inner .top_contents_title h1 {
  font-size: 24px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .top_contents_title h1 {
    font-size: 20px;
  }
}

.top_contents .acc-head {
  position: relative;
}

@media (max-width: 480px) {
  .top_contents .acc-head {
    line-height: 1.6;
  }
}

.top_contents .acc-head:after {
  content: "";
  background: url(../img/plus-solid.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  color: #f4a109;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

@media (max-width: 480px) {
  .top_contents .acc-head:after {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}

.top_contents .acc-head.active:after {
  content: "";
  background: url(../img/minus-solid.svg) no-repeat;
  background-size: 26px;
  background-position: center;
  width: 30px;
  height: 30px;
}

@media (max-width: 480px) {
  .top_contents .acc-head.active:after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}

.top_contents .acc-inner {
  border-top: solid 1px #d1c0a5;
  margin-bottom: 25px;
}

.top_contents .acc-inner .bg {
  background: #fffbf1;
  padding: 20px;
}

.top_contents .acc-inner .bg h2 {
  margin-top: 0;
}

.top_contents .acc-inner h2 {
  color: #ec6404;
  font-size: 18px;
  border-left: solid 5px;
  padding: 0 0 0 10px;
  margin: 20px 0 10px;
}

@media (max-width: 480px) {
  .top_contents .acc-inner h2 {
    font-size: 16px;
    line-height: 1.6;
  }
}

.top_contents .acc-inner ul {
  margin-bottom: 20px;
}

.top_contents .acc-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_contents .acc-inner ul li:before {
  content: "●";
  color: #f4a109;
  font-size: 0.8em;
  font-size: 0.5em;
  margin-right: 5px;
  position: relative;
  top: 0.8em;
}

.top_contents .acc-inner .flex-contetns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .top_contents .acc-inner .flex-contetns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top_contents .acc-inner .tel {
  background: url(../img/icon-phone.png) no-repeat;
  background-size: 30px;
  background-position: left center;
  min-height: 30px;
  display: inline-block;
  font-weight: bold;
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  margin-right: 20px;
  padding-left: 40px;
}

@media (max-width: 480px) {
  .top_contents .acc-inner .tel {
    width: 100%;
    margin: 0;
    font-size: 7.5vw;
  }
}

.top_news {
  background: #fff;
  padding: 80px 0;
}

@media (max-width: 480px) {
  .top_news {
    padding: 40px 10px;
  }
}

.top_news .top_news_title {
  font-size: 35px;
  text-align: center;
}

@media (max-width: 480px) {
  .top_news .top_news_title {
    font-size: 24px;
  }
}

.top_news .top_news_title:after {
  content: "";
  background: #f4a109;
  width: 100px;
  height: 2px;
  margin: 10px auto 40px;
  display: block;
}

.top_news .top_news_inner {
  width: 1040px;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 480px) {
  .top_news .top_news_inner {
    display: block;
  }
}

.top_news .top_news_list {
  width: 900px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .top_news .top_news_list {
    width: 100%;
  }
}

.top_news .top_news_list li {
  padding: 25px 30px;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .top_news .top_news_list li {
    padding: 20px 15px;
  }
}

.top_news .top_news_list li::after {
  content: "";
  display: block;
  clear: both;
}

.top_news .top_news_list li:nth-child(1) {
  border-top: 1px solid #ccc;
}

.top_news .top_news_list li .date {
  width: 150px;
  float: left;
  font-weight: bold;
  font-size: 1.7rem;
  color: #ec6404;
}

@media (max-width: 480px) {
  .top_news .top_news_list li .date {
    width: auto;
    float: none;
    margin-bottom: 5px;
    font-size: inherit;
  }
}

.top_news .top_news_list li .title {
  padding: 0 100px;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1.6rem;
}

@media (max-width: 480px) {
  .top_news .top_news_list li .title {
    padding: 0;
    font-size: inherit;
    margin-bottom: 10px;
  }
}

.top_news .top_news_list li .msg {
  padding: 0 100px;
  line-height: 1.7;
}

@media (max-width: 480px) {
  .top_news .top_news_list li .msg {
    padding: 0;
    line-height: 1.5;
  }
}

#contents .top_news .top_news_list li .msg p:last-child {
  margin-bottom: 0;
}

.top_news .top_news_list li .msg a {
  color: #ec6404;
}

.top_news .top_news_list li .msg a:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  .top_news .top_news_list li .msg a:hover {
    text-decoration: underline;
  }
}

.top_reserve {
  padding: 80px 0;
  background: url(../img/background-img02-pc.png) no-repeat, url(../img/background-img01-pc.png) no-repeat;
  background-size: 560px, 486px;
  background-position: left bottom, right bottom 300px;
}

@media (max-width: 480px) {
  .top_reserve {
    padding: 40px 10px;
    background: url(../img/background-img02-pc.png) no-repeat, url(../img/background-img01-pc.png) no-repeat;
    background-size: 80%, 60%;
    background-position: left bottom, right top 10%;
  }
}

.top_reserve .top_reserve_title {
  font-size: 35px;
}

@media (max-width: 480px) {
  .top_reserve .top_reserve_title {
    font-size: 24px;
  }
}

.top_reserve .top_reserve_title:after {
  content: "";
  background: #f4a109;
  width: 100px;
  height: 2px;
  margin: 10px auto 30px;
  display: block;
}

.top_reserve .top_reserve_attents {
  display: table;
  max-width: 1020px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .top_reserve .top_reserve_attents {
    max-width: auto;
  }
}

.top_reserve .top_reserve_attents li {
  text-indent: -16px;
  padding-left: 16px;
  line-height: 1.4;
}

.top_reserve .top_reserve_attents li:not(:last-child) {
  margin-bottom: 8px;
}

.top_reserve .top_reserve_attents a[href*="tel:"] {
  color: #ec6404;
  text-decoration: none;
  pointer-events: none;
}

@media (max-width: 480px) {
  .top_reserve .top_reserve_attents a[href*="tel:"] {
    text-decoration: underline;
    pointer-events: all;
  }
}

.top_reserve .reserve_sub_ttl {
  color: #ec6404;
  font-size: 18px;
  border: solid 1px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  min-width: 180px;
  display: inline-block;
}

.top_calendar {
  padding: 80px 0;
  background: #fff;
}

@media (max-width: 480px) {
  .top_calendar {
    padding: 40px 10px;
  }
}

.top_calendar .top_calendar_title {
  font-size: 35px;
}

@media (max-width: 480px) {
  .top_calendar .top_calendar_title {
    font-size: 24px;
  }
}

.top_calendar .top_calendar_title:after {
  content: "";
  background: #f4a109;
  width: 100px;
  height: 2px;
  margin: 10px auto 30px;
  display: block;
}

.top_calendar .top_calendar_inner {
  width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 480px) {
  .top_calendar .top_calendar_inner {
    padding: 0;
    width: 100%;
  }
}

.calendar_block {
  margin: 40px 0 20px;
  border: 1px solid red;
  position: relative;
  border-radius: 10px;
  padding: 0 10px;
}

.calendar_block:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 480px) {
  .calendar_block {
    margin: 20px;
    padding: 0;
  }
}

.calendar_block .calendar_set {
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px;
  box-sizing: border-box;
  display: inline-block;
}

@media (max-width: 480px) {
  .calendar_block .calendar_set {
    width: 100%;
  }
}

.calendar_block .calendar_set:only-child {
  width: 100%;
}

.calendar_block .calendar_set:nth-child(1):nth-last-child(2), .calendar_block .calendar_set:nth-child(2):nth-last-child(1) {
  width: 50%;
  display: block;
  float: left;
}

@media (max-width: 480px) {
  .calendar_block .calendar_set:nth-child(1):nth-last-child(2), .calendar_block .calendar_set:nth-child(2):nth-last-child(1) {
    width: 100%;
  }
}

.calendar_block .head_block .date {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 0 10px;
}

.calendar_block .body_block table {
  width: 100%;
  text-align: center;
  border-spacing: 4px;
  border-collapse: separate;
}

.calendar_block .body_block table thead {
  width: 100%;
}

.calendar_block .body_block table thead th {
  font-size: 90%;
  text-align: center;
  color: #595757;
  width: 14.1%;
  padding: 1px 0;
  background: #e6e6e6;
  font-weight: normal;
  border-radius: 2px;
}

.calendar_block .body_block table thead th:nth-child(1) {
  background: #fbe1e8;
}

.calendar_block .body_block table thead th:nth-child(7) {
  background: #bfe4f5;
}

.calendar_block .body_block table tbody td {
  font-size: 140%;
  color: #595757;
  font-weight: bold;
  border-radius: 2px;
  letter-spacing: -1px;
}

.calendar_block .body_block table tbody td:nth-child(7) {
  background: #c0ffd2;
}

.calendar_block .body_block table tbody td img {
  display: inline-block !important;
}

.calendar_block .body_block table tbody td.holiday {
  background: #ffd5dc;
}

.calendar_block .body_block table tbody td.afternoon {
  background: #c0ffd2;
}

.calendar_block .body_block table tbody td:nth-child(1), .calendar_block .body_block table tbody td.national {
  color: #ff0000;
  background: #ffd5dc;
}

.calendar_block .body_block table tbody td:empty {
  background: url(../img/calendar-point-pc.png) no-repeat center center;
}

.calendar_block .body_block table tbody td:empty:before {
  content: "\3000";
}

.calendar_block .slick-arrow-prev {
  position: absolute;
  top: 100px;
  left: -30px;
  bottom: 100px;
  width: 30px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0xNSAxOGwtNi02IDYtNiIvPjwvc3ZnPg==") no-repeat center center #ec6404;
  background-size: 35px auto;
}

@media (max-width: 480px) {
  .calendar_block .slick-arrow-prev {
    left: -30px;
    width: 30px;
  }
}

.calendar_block .slick-arrow-next {
  position: absolute;
  top: 100px;
  right: -30px;
  bottom: 100px;
  width: 30px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik05IDE4bDYtNi02LTYiLz48L3N2Zz4=") no-repeat center center #ec6404;
  background-size: 35px auto;
}

@media (max-width: 480px) {
  .calendar_block .slick-arrow-next {
    right: -30px;
    width: 30px;
  }
}

.calendar_attent:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 480px) {
  .calendar_attent {
    font-size: 13px;
    display: table;
    margin: 0 auto;
  }
}

.calendar_attent li {
  float: left;
}

.calendar_attent li:not(:last-child) {
  margin-right: 30px;
}

.calendar_attent li::before {
  content: "\3000";
  width: 30px;
  display: inline-block;
  background: red;
  border-radius: 3px;
}

.calendar_attent li.holiday::before {
  background: #ffd5dc;
}

.calendar_attent li.afternoon::before {
  background: #c0ffd2;
}

.acc-inner.is-open {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.top_navi {
  background: url(../img/background-img03-pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

@media (max-width: 480px) {
  .top_navi {
    padding: 40px 10px;
    background: url(../img/background-img03-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.top_navi .top_navi_title {
  font-size: 35px;
  text-align: center;
}

@media (max-width: 480px) {
  .top_navi .top_navi_title {
    font-size: 24px;
  }
}

.top_navi .top_navi_title:after {
  content: "";
  background: #f4a109;
  width: 100px;
  height: 2px;
  margin: 10px auto 30px;
  display: block;
}

.top_navi .top_navi_inner {
  width: 1040px;
  margin: 0 auto 40px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner {
    display: block;
  }
}

.top_navi .top_navi_inner > div {
  margin-top: 40px;
  width: calc(50% - 30px);
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-top: solid 5px #f4a109;
  padding: 30px;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner > div {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
}

.top_navi .top_navi_inner > div:nth-child(2) {
  border-top: solid 5px #dca959;
}

.top_navi .top_navi_inner > div:nth-child(2) table td {
  color: #dca959;
}

.top_navi .top_navi_inner > div .color-red {
  color: #ff0000;
  margin: 10px 0 0;
  font-size: 0.9em;
}

.top_navi .top_navi_inner > div .color-red p {
  margin: 0;
}

.top_navi .top_navi_inner > div .head {
  border-bottom: solid 1px;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

.top_navi .top_navi_inner > div .head p {
  margin: 0;
}

.top_navi .top_navi_inner > div .head h2 {
  font-size: 22px;
  letter-spacing: 1px;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner > div .head h2 {
    font-size: 17px;
    line-height: 1.5;
  }
}

.top_navi .top_navi_inner > div .head h2 small {
  font-size: 15px;
}

.top_navi .top_navi_inner > div table {
  width: 100%;
  letter-spacing: 0;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner > div table {
    font-size: 12px;
  }
}

.top_navi .top_navi_inner > div table tr:not(:first-child) th {
  font-weight: normal;
}

.top_navi .top_navi_inner > div table tr:first-child th:not(:first-child) {
  text-align: center;
}

.top_navi .top_navi_inner > div table th {
  border-bottom: solid 1px #ccc;
  padding: 5px 0;
}

.top_navi .top_navi_inner > div table td {
  font-weight: normal;
  color: #f4a109;
  text-align: center;
  padding: 5px 10px;
  border-bottom: solid 1px #ccc;
}

.top_navi .top_navi_inner > div table td span.kome1 {
  font-weight: bold;
  font-size: 120%;
}

.top_navi .top_navi_inner > div table td span.kome1 sup {
  font-size: 90%;
}

.top_info {
  padding: 80px 0;
}

@media (max-width: 480px) {
  .top_info {
    padding: 40px 0;
  }
}

.top_info .top_info_title {
  font-size: 35px;
  text-align: center;
}

@media (max-width: 480px) {
  .top_info .top_info_title {
    font-size: 24px;
  }
}

.top_info .top_info_title:after {
  content: "";
  background: #f4a109;
  width: 100px;
  height: 2px;
  margin: 10px auto 40px;
  display: block;
}

.top_info .top_info_inner {
  position: relative;
  margin-bottom: 90px;
}

.top_info .top_info_inner.kanpo {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .top_info .top_info_inner.kanpo {
    margin-bottom: 40px;
  }
}

.top_info .top_info_inner.kanpo:after {
  background: #f4ebdd;
}

.top_info .top_info_inner.kanpo > div .inner .img {
  right: unset;
  left: 0;
}

.top_info .top_info_inner.kanpo > div .inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top_info .top_info_inner.kanpo > div .inner .container .list-inner ul li {
  background: #f4ebdd;
}

.top_info .top_info_inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  background: #fffcc0;
  position: absolute;
  left: 0;
  bottom: 60px;
}

@media (max-width: 480px) {
  .top_info .top_info_inner:after {
    height: 200px;
    bottom: unset;
    top: 70px;
  }
}

.top_info .top_info_inner > div {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

.top_info .top_info_inner > div .inner {
  position: relative;
}

.top_info .top_info_inner > div .inner .img {
  width: 880px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 480px) {
  .top_info .top_info_inner > div .inner .img {
    padding: 0 10px;
  }
}

.top_info .top_info_inner > div .inner .container {
  width: 1040px;
  margin: 0 auto;
  padding-top: 145px;
  max-width: 100%;
}

@media (max-width: 480px) {
  .top_info .top_info_inner > div .inner .container {
    width: 90%;
  }
}

.top_info .top_info_inner > div .inner .container .list-inner {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 60px;
  position: relative;
  width: 550px;
  max-width: 100%;
}

@media (max-width: 480px) {
  .top_info .top_info_inner > div .inner .container .list-inner {
    padding: 30px 40px;
  }
}

.top_info .top_info_inner > div .inner .container .list-inner:after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: solid 1px #f4a109;
  position: absolute;
  left: 15px;
  top: 15px;
}

@media (max-width: 480px) {
  .top_info .top_info_inner > div .inner .container .list-inner:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
  }
}

.top_info .top_info_inner > div .inner .container .list-inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .top_info .top_info_inner > div .inner .container .list-inner h2 {
    font-size: 18px;
  }
}

.top_info .top_info_inner > div .inner .container .list-inner h2:before, .top_info .top_info_inner > div .inner .container .list-inner h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background: #59493f;
  margin: 0 20px;
}

@media (max-width: 480px) {
  .top_info .top_info_inner > div .inner .container .list-inner h2:before, .top_info .top_info_inner > div .inner .container .list-inner h2:after {
    width: 25px;
  }
}

.top_info .top_info_inner > div .inner .container .list-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.top_info .top_info_inner > div .inner .container .list-inner ul li {
  width: calc(50% - 7.5px);
  background: #fdfae2;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .top_info .top_info_inner > div .inner .container .list-inner ul li {
    font-size: 0.85em;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top_info .top_info_inner > div .inner .container .list-inner ul li br {
  display: none;
}

@media (max-width: 480px) {
  .top_info .top_info_inner > div .inner .container .list-inner ul li br {
    display: block;
  }
}

.top_info .top_info_inner > div .inner .container .list-inner ul li:last-child {
  background: none;
  margin-left: auto;
}

.attention_text {
  color: #ff0000;
  text-shadow: 0.3px 0 0 #ff0000;
}

@media (max-width: 480px) {
  .attention_text {
    display: table;
    margin: 0 auto;
    text-align: left;
    line-height: 1.4;
    position: relative;
    padding-left: 17px;
  }
}

.attention_text::before {
  content: "※";
}

@media (max-width: 480px) {
  .attention_text::before {
    position: absolute;
    left: 0;
  }
}

#loader {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 200%;
  height: 200vh;
  margin-top: 0 !important;
  z-index: 99999999;
}

#loader .loader-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#loader .loader-slide img {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  width: 220px;
  max-width: 50%;
}

#loader .loader-slide.open {
  -webkit-animation-name: slideOut;
          animation-name: slideOut;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes slideOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*# sourceMappingURL=top.css.map */