/* media queri
------------------------------*/
/* color
------------------------------*/
/* common
------------------------------*/
.inner {
  width: calc(100% - 40px);
  padding-inline: 0;
  margin: 0 auto;
}

.inner.is-small {
  max-width: 980px;
}

p {
  line-height: 1.6;
  margin-bottom: 1em;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  color: inherit;
}

a:hover {
  opacity: 0.9;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* header
------------------------------*/
#header {
  display: block;
  width: 100%;
  min-height: 70px;
}
#header .header_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  /*-- navi --*/
}
#header .header_wrap h1 {
  display: block;
  width: calc(100% - 70px);
  text-align: left;
  margin-top: 0;
}
#header .header_wrap h1 img {
  height: 50px;
  width: auto;
}
#header .header_wrap .openbtn {
  display: inherit;
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
}
#header .header_wrap .openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  background-color: #999;
  width: 45%;
}
#header .header_wrap .openbtn span:nth-of-type(1) {
  top: 15px;
}
#header .header_wrap .openbtn span:nth-of-type(2) {
  top: 23px;
}
#header .header_wrap .openbtn span:nth-of-type(3) {
  top: 31px;
}
#header .header_wrap .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
#header .header_wrap .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
#header .header_wrap .openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
#header .header_wrap #g_nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: -120%;
  width: calc(100% - 70px);
  height: 100vh;
  background: #fff;
  transition: all 0.6s;
}
#header .header_wrap #g_nav.panelactive {
  left: 0;
}
#header .header_wrap #g_nav.panelactive #g_nav_list {
  position: fixed;
  z-index: 999;
  width: calc(100% - 70px);
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#header .header_wrap #g_nav .sp_nav_logo {
  display: inherit;
  padding: 20px 30px 20px 20px;
  max-width: 320px;
  margin: 0 auto;
}
#header .header_wrap #g_nav ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#header .header_wrap #g_nav ul li {
  width: 100%;
}
#header .header_wrap #g_nav ul li a {
  width: 100%;
  padding: 20px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
#header .header_wrap #g_nav ul li a:last-of-type {
  padding-right: 20px;
}
#header .header_wrap #g_nav ul li.lang_btn_sp {
  display: block;
}
#header .header_wrap #g_nav ul li.lang_btn_sp a {
  background-color: #c9dd72;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#header .header_wrap .nav_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(25, 25, 25, 0.5);
  z-index: 980;
  visibility: hidden;
}
#header .header_wrap .nav_bg.active {
  visibility: visible;
}
#header .header_wrap .lang_btn_pc {
  display: none;
}

/*sub visual
------------------------------*/
.sub_visual h2 {
  font-size: 2.4rem;
}

/* main
------------------------------*/
#main {
  /*END #news*/
  /*END #pick_up*/
  /*END #access*/
  /*END #sightseeing*/
  /*END #content*/
}
#main h2 {
  font-size: 2.2rem;
}
#main p {
  font-size: 1.4rem;
}
#main section {
  padding-top: 80px;
  padding-bottom: 80px;
}
#main .ttl_top {
  font-size: 3rem;
}
#main .ttl_main {
  font-size: 2.2rem;
}
#main #news .news_wrap {
  padding-inline: 1px;
  margin: 0 auto;
}
#main #news .news_wrap ul.info li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 16px;
  margin-right: 1em;
}
#main #news .news_wrap ul.info li span {
  font-weight: 600;
}
#main #news .news_wrap ul.info li a {
  color: blue;
}
#main #news .news_wrap ul.info li:last-of-type {
  margin-bottom: 0;
}
#main #news .news_wrap h3 {
  font-size: 1.5rem;
  padding-inline: 1em;
}
#main #news .news_wrap .schedule table th, #main #news .news_wrap .schedule table td {
  display: block;
}
#main #news .news_wrap .schedule table td {
  padding-inline: 1rem;
}
#main #pick_up .grid_2to1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#main #pick_up .grid_2to1 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
#main #pick_up .grid_2to1 .item a {
  text-decoration: none;
}
#main #pick_up .grid_2to1 .item img {
  display: block;
  width: 100%;
  max-width: 60px;
  margin: 0 auto;
}
#main #pick_up .grid_2to1 .item h3 {
  font-size: 1.4rem;
  margin-top: 10px;
}
#main #access .fbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#main #access .fbox .item {
  width: 100%;
}
#main #access .fbox .item.txt {
  width: 100%;
  padding: 20px;
}
#main #access .fbox .item.txt h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
#main #access .fbox .item.txt p {
  font-size: 1.6rem;
}
#main #sightseeing .spot_menu {
  display: flex;
  list-style-type: none;
}
#main #sightseeing .spot_menu li {
  padding-top: 10px;
  padding-right: 20px;
}
#main #sightseeing .spot_menu li a {
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
}
#main #sightseeing .spot_menu li a::before {
  content: "\f138";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  padding-right: 4px;
}
#main #sightseeing .spot_3to1 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  #main #sightseeing .spot_3to1 {
    grid-template-columns: 1fr;
  }
}
#main #content .fbox_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
#main #content .fbox_wrap div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 10px 52px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
#main #content .fbox_wrap div img {
  width: 100%;
  max-width: 60px;
  display: block;
  margin-bottom: 20px;
}
#main #content .fbox_wrap div h3 {
  font-size: 14px;
}

/* footer
------------------------------*/
#footer {
  padding-top: 40px;
}
#footer ul.ft_nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
}
#footer ul.ft_nav li a {
  display: block;
  margin: 10px 0;
  padding: 0;
  text-decoration: none;
  border-right: none;
  border-bottom: 1px solid #111;
}
#footer ul.ft_sns {
  justify-content: flex-start;
}
#footer .copy {
  background-color: #333;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 14px;
  margin-top: 40px;
  text-align: center;
}

/* form
------------------------------*/
form input {
  display: block;
  width: 100%;
  padding: 4px;
  border-bottom: 1px solid;
}

/* grid
------------------------------*/
.grid_4to2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  background-color: #ccc;
  justify-items: stretch;
}
.grid_4to2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.grid_4to2 .item img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid_4to2 .item h2, .grid_4to2 .item p, .grid_4to2 .item a {
  padding-inline: 20px;
}
.grid_4to2 .item h2 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
}
.grid_4to2 .item p {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.grid_4to2 .item a {
  font-size: 1.4rem;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  margin-top: auto;
  margin-bottom: 60px;
}

.grid_3to1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: stretch;
}
.grid_3to1 .item {
  padding: 40px;
}

.grid_2to1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: stretch;
}
.grid_2to1 .item {
  padding: 40px;
}/*# sourceMappingURL=style-s.css.map */