.mobile {
  display: none;
}

table {
  max-width: 100%;
  margin: auto;
}
table tr {
  border-bottom: none;
  line-height: 1.5em;
}
table th {
  padding-right: 0;
}
table td p {
  padding: 0;
  line-height: 1em;
}

header {
  position: absolute;
  background-image: url(../img/tree.png);
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 240px;
  z-index: 9999;
}
header h1 {
  font-size: 3.5em;
  position: absolute;
  color: white;
  left: 2.5em;
  bottom: 0;
  line-height: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
header .bird_1 {
  position: absolute;
  left: 13em;
  top: 5em;
}
header .bird_2 {
  position: absolute;
  left: 62%;
  bottom: -0.5em;
}
header .huku {
  position: absolute;
  left: 72%;
  bottom: -0.5em;
}

#top_wrapper {
  background-image: url("../img/top.png");
  height: 950px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}
#top_wrapper .announce {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2em;
  -moz-column-gap: 2em;
       column-gap: 2em;
  padding: 2em;
  background-color: #fcf9f3;
  border-radius: 40px;
  margin-bottom: 40px;
  display: none;
}
#top_wrapper .announce a {
  justify-self: center;
  text-align: center;
  color: #331702;
  transition: all 0.5s;
}
#top_wrapper .announce a span {
  font-weight: 600;
}
#top_wrapper .announce a h3 {
  color: #331702;
  margin-bottom: 0.5em;
}
#top_wrapper .announce a .calender {
  margin-top: 1.1em;
  margin-bottom: 0.5em;
  transition: all 0.5s;
  width: 120px;
  height: 122px;
  color: #9a5005;
  display: block;
}
#top_wrapper .announce a .hotel {
  display: block;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 0.36em;
  width: 6em;
  height: 7.8em;
  transition: all 0.5s;
  fill: currentColor;
  transform: scale(1.5);
  color: #9a5005;
}
#top_wrapper .announce a .book {
  display: block;
  margin: auto;
  margin-top: 0.85em;
  margin-bottom: 0.45em;
  width: 9em;
  height: 7.8em;
  transition: all 0.5s;
  fill: currentColor;
  color: #9a5005;
  transform: scale(1.25);
}
#top_wrapper .announce a img {
  margin: 0 auto 0.25em auto;
}
#top_wrapper .announce a:hover h3,
#top_wrapper .announce a:hover span,
#top_wrapper .announce a:hover i {
  color: #9a5005;
  transition: all 0.5s;
}
#top_wrapper .announce a:hover .calender,
#top_wrapper .announce a:hover .book,
#top_wrapper .announce a:hover .hotel {
  color: #331702;
  transition: all 0.5s;
}
#top_wrapper .announce .search_box {
  border-radius: 60px;
  background-color: #331702;
  padding: 1em;
  grid-column: span 3;
  max-width: 340px;
  width: 100%;
  justify-self: center;
}
#top_wrapper .announce .search_box h3 {
  color: white;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px auto;
}
#top_wrapper .announce .search_box .input {
  width: 60%;
}
#top_wrapper .kanban1 {
  position: absolute;
  bottom: 50px;
  left: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#top_wrapper .kanban1 a {
  color: #331702;
  transition: all 0.5s;
}
#top_wrapper .kanban1 a span {
  font-weight: bold;
}
#top_wrapper .kanban1 img {
  width: -moz-max-content;
  width: max-content;
}
#top_wrapper .kanban1 .paper1 {
  background-image: url("../img/paper1.png");
  background-repeat: no-repeat;
  background-size: 300px 208px;
  position: absolute;
  top: 50px;
}
#top_wrapper .kanban1 .paper1 h3 {
  color: #331702;
  margin-bottom: 0.5em;
  transition: all 0.5s;
}
#top_wrapper .kanban1 .paper1 .calender {
  margin-bottom: 0.5em;
  transition: all 0.5s;
  width: 120px;
  height: 122px;
  color: #9a5005;
}
#top_wrapper .kanban1 .paper1 span {
  transition: all 0.5s;
}
#top_wrapper .kanban1 .paper1 a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0.5em 5em;
  transition: all 0.5s;
}
#top_wrapper .kanban1 .paper1 a:hover h3,
#top_wrapper .kanban1 .paper1 a:hover span,
#top_wrapper .kanban1 .paper1 a:hover i {
  color: #9a5005;
  transition: all 0.5s;
}
#top_wrapper .kanban1 .paper1 a:hover .calender {
  color: #331702;
  transition: all 0.5s;
}
#top_wrapper .kanban1 .paper1 .glass1 {
  position: absolute;
  top: 0;
  left: 0;
}
#top_wrapper .kanban1 .paper1 .glass2 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
#top_wrapper .kanban1 .search_box {
  border-radius: 60px;
  background-color: #331702;
  width: 340px;
  height: 120px;
  position: absolute;
  bottom: 148px;
  padding: 0.5em;
}
#top_wrapper .kanban1 .search_box h3 {
  color: white;
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#top_wrapper .kanban1 .search_box h3 img {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
#top_wrapper .kanban1 .search_box .dotline {
  width: 76%;
  border-bottom: 2px dashed white;
  margin: 0.5em auto 1em auto;
}
#top_wrapper .kanban2 {
  position: absolute;
  bottom: 80px;
  right: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#top_wrapper .kanban2 h2 {
  position: absolute;
  top: 54px;
  color: white;
  font-size: 2em;
}
#top_wrapper .kanban2 a {
  color: #331702;
  transition: all 0.5s;
}
#top_wrapper .kanban2 a span {
  font-weight: bold;
}
#top_wrapper .kanban2 img {
  width: -moz-max-content;
  width: max-content;
}
#top_wrapper .kanban2 .paper2 {
  background-image: url("../img/paper2.png");
  background-repeat: no-repeat;
  background-size: 450px 242px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
#top_wrapper .kanban2 .paper2 a {
  transition: all 0.5s;
  width: 48%;
  text-align: center;
  margin: 1em 2em;
}
#top_wrapper .kanban2 .paper2 a h3 {
  color: #331702;
  margin-bottom: 0.5em;
}
#top_wrapper .kanban2 .paper2 a .hotel {
  display: block;
  margin: auto;
  margin-bottom: 0.5em;
  width: 9em;
  height: 8.5em;
  transition: all 0.5s;
  fill: currentColor;
  transform: scale(1.15);
  color: #9a5005;
}
#top_wrapper .kanban2 .paper2 a .book {
  display: block;
  margin: auto;
  margin-bottom: 1em;
  width: 9em;
  height: 8em;
  transition: all 0.5s;
  fill: currentColor;
  transform: scale(1.25);
  color: #9a5005;
}
#top_wrapper .kanban2 .paper2 a span {
  transition: all 0.5s;
}
#top_wrapper .kanban2 .paper2 a:hover h3,
#top_wrapper .kanban2 .paper2 a:hover span,
#top_wrapper .kanban2 .paper2 a:hover i {
  color: #9a5005;
  transition: all 0.5s;
}
#top_wrapper .kanban2 .paper2 a:hover .book,
#top_wrapper .kanban2 .paper2 a:hover .hotel {
  color: #331702;
  transition: all 0.5s;
}
#top_wrapper .bird_box {
  position: absolute;
  width: 100%;
  height: 200px;
  z-index: 1;
  inset: 0;
  top: 800px;
}
#top_wrapper .bird_box .container {
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
}
#top_wrapper .bird_box img {
  max-width: -moz-max-content;
  max-width: max-content;
}
#top_wrapper .bird_box .b_1 {
  position: absolute;
  top: 15px;
  left: 400px;
}
#top_wrapper .bird_box .b_box2 {
  max-width: 300px;
  width: 100%;
  position: absolute;
  right: 360px;
  top: -85px;
}
#top_wrapper .bird_box .b_box2 .b_3 {
  position: absolute;
  top: 82px;
  right: 130px;
}
#top_wrapper .bird_box .b_box2 .b_4 {
  position: absolute;
  top: 76px;
  right: 80px;
}
#top_wrapper .bird_box .b_box2 .b_5 {
  position: absolute;
  top: 73px;
  right: 30px;
}

#main_wrapper {
  position: relative;
}
#main_wrapper #main1 {
  background-image: url("../img/main1.png");
  overflow-x: hidden;
  height: 1060px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -160px;
}
#main_wrapper #main1 .container {
  max-width: 1400px;
}
#main_wrapper #main1 .title {
  background-image: url("../img/cloud1.png");
  background-size: 400px 160px;
  background-repeat: no-repeat;
  max-width: 400px;
  width: 100%;
  height: 160px;
  margin: 120px auto 40px auto;
  position: relative;
}
#main_wrapper #main1 .title h2 {
  position: absolute;
  font-size: 3em;
  font-weight: 700;
  color: #24497c;
  bottom: 0;
  left: 1em;
}
#main_wrapper #main1 .title img {
  position: absolute;
  right: 3.2em;
  bottom: 0.5em;
}
#main_wrapper #main1 .btn_area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
  align-items: start;
  color: white;
}
#main_wrapper #main1 .btn_area a {
  color: white;
  transition: all 0.5s;
}
#main_wrapper #main1 .btn_area .btn_group {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  row-gap: 30px;
}
#main_wrapper #main1 .btn_area .btn_group .saron {
  /*text-align: center;*/
}
#main_wrapper #main1 .btn_area .btn_group .icon_1 {
  background-color: #ff8a61;
}
#main_wrapper #main1 .btn_area .btn_group .icon_1 div {
  background-color: #af400e;
}
#main_wrapper #main1 .btn_area .btn_group .icon_1 .color_1 {
  color: #af400e;
}
#main_wrapper #main1 .btn_area .btn_group .icon_2 {
  background-color: #62aaf9;
}
#main_wrapper #main1 .btn_area .btn_group .icon_2 div {
  background-color: #063e74;
}
#main_wrapper #main1 .btn_area .btn_group .icon_2 .color_2 {
  color: #063e74;
}
#main_wrapper #main1 .btn_area .btn_group .icon_3 {
  background-color: #63ac63;
}
#main_wrapper #main1 .btn_area .btn_group .icon_3 div {
  background-color: #016c3d;
}
#main_wrapper #main1 .btn_area .btn_group .icon_3 .color_3 {
  color: #016c3d;
}
#main_wrapper #main1 .btn_area .btn_group .icon_4 {
  background-color: #e286e2;
}
#main_wrapper #main1 .btn_area .btn_group .icon_4 div {
  background-color: #810d71;
}
#main_wrapper #main1 .btn_area .btn_group .icon_4 .color_4 {
  color: #810d71;
}
#main_wrapper #main1 .btn_area .btn_group .icon {
  border-radius: 60px;
  max-width: 460px;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  transition: all 0.5s;
  gap: 0.4em;
  letter-spacing: -2px;
}
#main_wrapper #main1 .btn_area .btn_group .icon div {
  max-width: 106px;
  width: 100%;
  max-height: 106px;
  height: 100%;
  border-radius: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
#main_wrapper #main1 .btn_area .btn_group .icon div img {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
#main_wrapper #main1 .btn_area .btn_group .icon .circle {
  background-color: white;
  border-radius: 50%;
  font-size: 3em;
  margin-right: 10px;
  transition: all 0.5s;
}
#main_wrapper #main1 .btn_area .btn_group .icon span {
  font-size: 2.2em;
  font-weight: bold;
  width: 100%;
  line-height: 1.3em;
}
#main_wrapper #main1 .btn_area .btn_group .icon.icon_1:hover {
  background-color: #af400e;
}
#main_wrapper #main1 .btn_area .btn_group .icon.icon_1:hover div {
  background-color: #ff8a61;
}
#main_wrapper #main1 .btn_area .btn_group .icon.icon_1:hover .color_1 {
  color: #ff8a61;
}
#main_wrapper #main1 .btn_area .btn_group .icon.icon_2:hover {
  background-color: #063e74;
}
#main_wrapper #main1 .btn_area .btn_group .icon.icon_2:hover div {
  background-color: #62aaf9;
}
#main_wrapper #main1 .btn_area .btn_group .icon.icon_2:hover .color_2 {
  color: #62aaf9;
}
#main_wrapper #main1 .btn_area .btn_group .icon.icon_3:hover {
  background-color: #016c3d;
}
#main_wrapper #main1 .btn_area .btn_group .icon.icon_3:hover div {
  background-color: #99cc99;
}
#main_wrapper #main1 .btn_area .btn_group .icon.icon_3:hover .color_3 {
  color: #99cc99;
}
#main_wrapper #main1 .btn_area .btn_group .icon.icon_4:hover {
  background-color: #810d71;
}
#main_wrapper #main1 .btn_area .btn_group .icon.icon_4:hover div {
  background-color: #e286e2;
}
#main_wrapper #main1 .btn_area .btn_group .icon.icon_4:hover .color_4 {
  color: #e286e2;
}
#main_wrapper #main2 {
  background-image: url("../img/main2.png");
  overflow-x: hidden;
  height: 800px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -160px;
}
#main_wrapper #main2 .container {
  max-width: 1400px;
  padding: 0 20px;
  height: 800px;
  display: grid;
}
#main_wrapper #main2 .title {
  background-image: url("../img/cloud2.png");
  background-size: 400px 130px;
  background-repeat: no-repeat;
  max-width: 400px;
  width: 100%;
  height: 130px;
  position: relative;
  color: #24497c;
  text-align: center;
  justify-self: center;
  align-self: end;
  margin-top: 40px;
}
#main_wrapper #main2 .title h2 {
  font-size: 3em;
  font-weight: 700;
  padding-top: 1em;
}
#main_wrapper #main2 .title img {
  position: absolute;
  left: -1em;
  top: 3em;
}
#main_wrapper #main2 .news {
  color: #24497c;
  font-size: 1.5em;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 60px;
  background-color: #fff;
  border-radius: 80px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 3em;
}
#main_wrapper #main2 .icon_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2em;
       column-gap: 2em;
  align-self: flex-end;
}
#main_wrapper #main2 .icon_box .icon_bg {
  background-color: white;
  border-radius: 50% 50% 0% 0%;
  height: 350px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .icon_bg .icon {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .icon_bg span {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0.5em;
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .icon_bg:hover .icon.color_1 {
  background-color: rgb(16, 193.5428571429, 255);
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .icon_bg:hover span.c_1 {
  color: rgb(11.0163934426, 113.8360655738, 212.9836065574);
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .icon_bg:hover .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7438%) hue-rotate(296deg) brightness(112%) contrast(102%);
}
#main_wrapper #main2 .icon_box .icon_bg:hover .icon.color_2 {
  background-color: rgb(26.7857142857, 223.2142857143, 218.75);
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .icon_bg:hover span.c_2 {
  color: rgb(0, 209.1621621622, 213);
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .icon_bg:hover .icon.color_3 {
  background-color: rgb(255, 16, 234.5142857143);
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .icon_bg:hover span.c_3 {
  color: rgb(221.661971831, 22.338028169, 194.1690140845);
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .icon_bg:hover .icon.color_4 {
  background-color: rgb(255, 36.4857142857, 16);
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .icon_bg:hover span.c_4 {
  color: rgb(218.2666666667, 85.2666666667, 63.7333333333);
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .color_1 {
  background-color: #dcf6ff;
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .c_1 {
  color: #063e74;
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .color_2 {
  background-color: #cdf9f8;
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .c_2 {
  color: #006d6f;
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .color_3 {
  background-color: #ffdcfc;
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .c_3 {
  color: #810d71;
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .color_4 {
  background-color: #ffdfdc;
  transition: all 0.5s;
}
#main_wrapper #main2 .icon_box .c_4 {
  color: #972e1d;
  transition: all 0.5s;
}/*# sourceMappingURL=top.css.map */