@charset "UTF-8";
body{font-family: YuMincho,'Yu Mincho',serif; font-weight: 400;}
img{max-width: 100%; height: auto;}
p{line-height: 1.8;}
a{transition:0.5s;}
a:hover{opacity: 0.7;}
iframe{width: 100%;}
body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }



#header {
    height: 60px;
    width: 100%;
    position: relative;
    z-index: 999;
    top: 0;
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.header-top {
    padding: 10px;
    background: #fff;
    position: relative;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 60px;
}
a.logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.logo img {
    width: 90px;
}
#header .logo img {
    background: #fff;
    padding: 10px;
}

@media screen and (max-width:1200px) {
#g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    /* height: 100vh; */
    background: #fff;
    transition: all 0.6s;
}

#g-nav.panelactive{
    top: 0;
}

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    z-index: 999;
    padding: 100px 0 0 0;
    width: 100%;
    background: #fff;
    margin: 0;
    box-shadow: 0 1px 5px #ddd;
}
#g-nav ul.submenu {
    padding: 0;
}
#g-nav li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    position: relative;
}
#g-nav li::after {
    content: "";
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 38%;
    transform: rotate(-135deg);
    right: 25px;
}
#g-nav li a {
    color: #000;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}
#g-nav li.sns {
    border: none;
    display: inline-block;
}
#g-nav li.sns::after {
    display: none;
}
.openbtn {
    position: absolute;
    z-index: 9999;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
    width: 50%;
}

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
}
}
/* #mainvisual {
    padding-top: 60px;
} */

.slick-prev, .slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 5px solid #000;
    border-right: 5px solid #000;
    height: 15px;
    width: 15px;
}
  .slick-prev {
      left:-2.5%;
      transform: rotate(-135deg);
  }
  
  .slick-next {
      right:-2.5%;
      transform: rotate(45deg);
  }  
  
  .slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -35px 0 0 0;
    padding: 0;
}
  .slick-dots li {
      display:inline-block;
      margin:0 10px;
  }
  .slick-dots button {
    color: transparent;
    outline: none;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #fff;
    border: none;
}
  
.slick-dots .slick-active button{
    background:#999;
}
.slick-dots > li:first-child:last-child {
    display: none;
}
section {
    padding: 3rem 0;
}
a.link-btn {
    background: #000;
    display: block;
    width: 300px;
    margin: 2rem auto 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border: 2px solid #000;
    padding: 15px 0;
}
a.link-btn:hover {
    opacity: 1;
    background: #f4f5ff;
    color: #000;
}
h2 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 24px;
}
h2 small {
    display: block;
    font-size: 16px;
}
ul.news-slider,ul.feature-slider,ul.event-list,ul.bn-slider {
    padding: 0;
    margin: 0 auto;
    width: 90%;
}
ul.news-slider li,ul.feature-slider li,ul.event-list li,ul.bn-slider li {
    margin: 0 10px;
    list-style-type: none;
}
ul.news-slider li a ,ul.feature-slider li a ,ul.event-list li a{
    color: #000;
    text-decoration: none;
}
ul.news-slider li a figure ,ul.feature-slider li a figure,ul.event-list li a figure{
    margin: 0;
    overflow: hidden;
}

ul.news-slider li a figure img,ul.feature-slider li a figure img,ul.event-list li a figure img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    transition: 0.5s;
}
ul.news-slider li a:hover,ul.feature-slider li a:hover,ul.event-list li a:hover{
    opacity: 1;

}
ul.news-slider li a:hover figure img,ul.feature-slider li a:hover figure img,ul.event-list li a:hover figure img{
    transition: 0.5s;
    transform: scale(1.2);
}
p.date {
    margin: 5px 0;
    text-align: end;
}
ul.news-slider li a h3 {
    font-size: 16px;
    margin: 0;
}

#feature {
    background: #f4f5ff;
}
ul.feature-slider li .info {
    background: #fff;
    padding: 15px 10px 15px;
    text-align: center;
    border: 1px solid #dbd4c8;
}
ul.feature-slider li .info p {
    font-size: 14px;
    margin: 0;
}
ul.feature-slider li .info h3 {
    font-size: 20px;
    margin: 0;
}
p.lr {
    text-align: center;
}

ul.event-list {
    width: 100%;
}

ul.event-list h3 {
    border-top: 3px solid;
    margin: 10px 0;
    padding: 10px 30px 0 10px;
    font-size: 20px;
    position: relative;
}
ul.event-list h3::after {
    content: "";
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 16px;
    transform: rotate(-135deg);
    right: 10px;
}
ul.event-list table {
    width: 100%;
    border-bottom: 2px dotted #ddd;
}

ul.event-list table th {
    width: 85px;
    vertical-align: top;
}

ul.event-list table th,ul.event-list table td {
    font-size: 14px;
    padding: 10px;
}

ul.event-list table tr {
    border-top: 2px dotted #ddd;
}
ul.event-list li + li {
    margin-top: 2rem;
}
#spot {
    background: #fff5e9;
}
ul.spot-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap:  10px 7px;
}

ul.spot-list li {
    list-style-type: none;
    width: 49%;
}

ul.spot-list li a {
    overflow: hidden;
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
}

ul.spot-list li a h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    background-color: rgba(0,0,0,0.6);
    margin: 0;
    padding: 15px 10px;
}
ul.spot-list li a:hover {
    opacity: 1;
}
ul.spot-list li a img {
    transition: 0.5s;
}
ul.spot-list li a:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}
#banner1 {
    background: #f2f2f2;
    border-top: 5px solid #fff;
}
#banner1 a {
    display: block;
    margin: 5px auto;
    width: 90%;
}
#banner2{
    background: #f2f2f2;
}
img.f-logo {
    width: 100px;
    display: block;
    margin: 0 auto 2rem;
}
#footer {
    padding: 3rem 0;
}
ul.f-nav-top, ul.f-nav-bottom {
    display: none;
}
ul.sns-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0;
}

ul.sns-list li {
    list-style-type: none;
}
p.copuright {
    margin: 0;
}
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

@media screen and (min-width:760px) {
ul.event-list li a {
    display: flex;
    width: 100%;
    gap: 0 5px;
}
ul.event-list li a figure {
    width: 40%;
}
ul.event-list li a .info {
    width: 60%;
}
ul.event-list h3{
    margin-top: 0;
}
}

@media screen and (min-width:1200px) {    
#header {
    height: 95px;
    background: #fff;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.header-top {
    background: transparent;
    position: unset;
    padding: 0;
    width: 0;
}
#g-nav ul {
    display: flex;
    justify-content: end;
    align-items: baseline;
    padding: 0;
    margin: 0;
}
#g-nav ul.submenu {
    position: absolute;
    width: 100%;
    right: 0;
    top: 15px;
}
#g-nav ul li{
    list-style-type: none;
    }
#g-nav ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
}
#g-nav ul.mainmenu li a {
    border-left: 1px solid;
}
#g-nav ul.mainmenu li a:hover {
    background: #f4f5ff;
    opacity: 1;
}
#g-nav ul.submenu li:not(.sns) a {
    border: 1px solid;
    border-radius: 50px;
    font-size: 15px;
    margin-left: 10px;
    padding: 5px 15px;
}
#g-nav ul.submenu li:not(.sns) a:hover {
    opacity: 1;
    background: #000;
    color: #fff;
}
#g-nav ul.submenu li:not(.sns) a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #000;
    border-right: 0;
    display: inline-block;
    margin-right: 3px;
    transition: 0.5s;
}
#g-nav ul.submenu li:not(.sns) a:hover:before{
    border-left: 11px solid #fff;
    transition: 0.5s;
}
.logo img {
    width: 140px;
}
section {
    padding: 5rem 0;
}
h2 {
    margin-bottom: 2rem;
    font-size: 34px;
}
ul.news-slider li a figure img {
    height: 240px;
}
ul.news-slider{
    margin-bottom: 3rem;
}
p.lr {
    writing-mode: vertical-rl;
    text-align: left;
    margin: 0 auto;
}
#event a.link-btn {
    width: 200px;
    padding: 25px;
    margin: 1rem auto 0;
}
ul.event-list h3 {
    font-size: 25px;
}
ul.event-list table th, ul.event-list table td {
    font-size: 16px;
    padding: 15px 10px;
}
ul.spot-list {
    gap: 14px;
}
ul.spot-list li {
    width: 24%;
}
ul.spot-list li a h3 {
    font-size: 22px;
}
#banner1 a {
    width: 50%;
}
ul.f-nav-top, ul.f-nav-bottom {
    display: flex;
    border-top: 4px solid;
    padding: 0;
    margin: 0;
}
ul.f-nav-top li,ul.f-nav-bottom li{
    list-style-type: none;
}
ul.f-nav-top li a, ul.f-nav-bottom li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 20px 0 20px 70px;
    font-size: 18px;
}
ul.f-nav-bottom li a {
    font-size: 16px;
    padding: 20px 0 20px 50px;
}
ul.f-nav-bottom {
    border-bottom: 2px solid;
    margin-bottom: 1rem;
}
ul.sns-list {
    margin: 0 3rem;
}
#footer {
    padding: 6rem 0;
}
img.f-logo {
    width: 140px;
    margin: -25px auto 0;
}
#g-nav ul li.sns a {
    padding: 0 10px;
}


}
@media screen and (min-width:1400px) {
#header {
    height: 120px;
    padding: 15px 0;
}
.logo img, img.f-logo {
    width: 180px;
}
#g-nav ul.mainmenu li a {
    font-size: 20px;
    padding: 0 30px;
}
#g-nav ul.submenu li:not(.sns) a {
    font-size: 16px;
}
#g-nav ul.submenu {
    top: 20px;
}
h2 {
    font-size: 50px;
}
h2 small {
    font-size: 18px;
}
ul.news-slider li {
    margin: 0 25px;
}
section {
    padding: 7rem 0;
}
.container {
    max-width: 1300px;
}
ul.news-slider, ul.feature-slider, ul.event-list, ul.bn-slider {
    width: 100%;
}
.slick-prev, .slick-next {
    height: 20px;
    width: 20px;
}
.slick-prev {
    left:-1.5%;
}
.slick-next {
    right: -1.5%;
}  
ul.news-slider li a figure img {
    height: 290px;
}
ul.news-slider li a h3 {
    font-size: 18px;
}
a.link-btn {
    padding: 25px 0;
}
#feature .container {
    max-width: calc(calc(100% - 5rem));
}
ul.feature-slider li a figure img {
    height: 270px;
}
ul.feature-slider li .info p {
    font-size: 16px;
}
ul.feature-slider li .info h3 {
    font-size: 26px;
}
ul.feature-slider li .info {
    padding: 20px 10px 30px;
}
ul.event-list h3 {
    font-size: 30px;
    padding: 10px 40px 0 10px;
}
ul.event-list table th, ul.event-list table td {
    padding: 15px 20px;
}
ul.event-list table th {
    width: 120px;
}
ul.event-list li a figure img {
    height: 250px;
}
ul.event-list li + li {
    margin-top: 3rem;
}
p.lr {
    font-size: 18px;
}
ul.spot-list {
    gap: 17px;
}
ul.spot-list li a h3 {
    font-size: 25px;
}
ul.f-nav-top li a{
    padding: 20px 0 20px 80px;
}
ul.f-nav-bottom {
    padding-left: 2rem;
}
ul.sns-list {
    margin: 0 3rem 0 5rem;
}
ul.event-list h3::after {
    width: 16px;
    height: 16px;
    border-bottom: 4px solid #000;
    border-left: 4px solid #000;
    top: 20px;
    right: 20px;
}
}

@media screen and (min-width:1600px) {
#g-nav ul.mainmenu li a {
    font-size: 22px;
}
img.f-logo {
    width: 200px;
}
.logo img{
    width: 210px;
}
#header .logo img {
    background: #fff;
    padding: 15px;
}
.container {
    max-width: 1400px;
}
ul.news-slider {
    margin-bottom: 5rem;
}
#feature .container {
    max-width: calc(calc(100% - 8rem));
}
ul.feature-slider li a figure img {
    height: 370px;
}
ul.feature-slider li .info h3 {
    font-size: 30px;
}
ul.event-list h3 {
    padding: 15px 30px 0 15px;
    font-size: 36px;
}
ul.event-list h3 {
    padding: 15px 30px 0 15px;
    font-size: 36px;
}
p.lr {
    font-size: 20px;
}
ul.event-list li a figure img {
    height: 300px;
}
ul.spot-list li a h3 {
    font-size: 29px;
}
    ul.f-nav-top li a {
        font-size: 22px;
    }
}

.c-mv {
  aspect-ratio: 16/9;
  height: auto;
  position: relative;
  width: 100%;
}

.c-mv__container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.c-mv__video {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

/* .c-mv__mask{
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none; 
} */

.sound-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.sound-btn[disabled]{ opacity:.5; cursor:default; }

.sound-btn img {
    display: block;
    width: 35px;
    height: 35px;
}
@media screen and (min-width:1200px) {
.sound-btn img {
    width: 50px;
    height: 50px;
}
.sound-btn {
    right: 20px;
    bottom: 20px;
}
}

/* page */
#page_header {
    background: #fff;
    padding-top: 7rem;
    background-size: cover;
    background-position: center;
    position: relative;
}
#page-content {
    padding: 3rem 0;
}
h1.page-title {
    position: absolute;
    color: #fff;
    top: 2.5rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 28px;
    padding: 0 30px;
    letter-spacing: 5px;
}
#page_header.nothumb {
    border-bottom: 5px solid #b2b2b2;
}
#page_header.nothumb h1.page-title {
    color: #000;
}
.wp-block-image img {
    width: 100%;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 15px;
    border-left: none;
    border-right: none;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td a {
    color: #000;
}
.page-id-361 .wp-block-columns img, .page-id-361 .wp-block-columns .map iframe {
    object-fit: contain;
    width: 100%;
    height: 600px;
}
@media screen and (min-width:1200px) {   
#page_header{
     padding-top: 15rem;   
}
h1.page-title {
    top: 6.5rem;
    font-size: 40px;
}
#page-content {
    padding: 4rem 0;
}
#page-content .container {
    max-width: 1000px;
}
}
@media screen and (min-width:1400px) {   
#page_header {
    padding-top: 18rem;
}
h1.page-title {
    top: 7.5rem;
    font-size: 50px;
}
#page-content {
    padding: 5rem 0;
}
#page-content .container {
    max-width: 1100px;
}
}
@media screen and (min-width:1600px) {   
#page_header {
    padding-top: 23rem;
}
h1.page-title {
    top: 10rem;
    font-size: 54px;
}
#page-content .container {
    max-width: 1200px;
}
}

/* single */
.post_thumbnail {
    margin-bottom: 1rem;
}
.post_thumbnail img{
    width: 100%;
}
p.subtitle {
    margin: 0;
    text-align: center;
}
h2.pagetitle {
    margin-bottom: 2rem;
}
h2.wp-block-heading {
    margin-top: 2rem;
    text-align: left;
    border-bottom: 2px solid;
    padding: 0 10px 5px;
}
h3.wp-block-heading {
    border-left: 6px solid;
    padding-left: 10px;
    margin: 2rem 0 1rem;
    font-size: 22px;
}
h4.wp-block-heading {
    font-size: 20px;
    margin: 2rem 0 1rem;
}
.entry-pager {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0 0;
}
.back a, .next a {
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    display: block;
    padding: 6px 30px;
    border-radius: 40px;
}
.back a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #000;
    border-right: 0;
    display: inline-block;
    margin-right: 3px;
    transition: 0.5s;
    transform: rotate(-60deg);
}

.next a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #000;
    border-right: 0;
    display: inline-block;
    margin-left: 3px;
    transition: 0.5s;
}
.back a:hover, .next a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}
.back a:hover:before,.next a:hover:after{
    border-left: 11px solid #fff;
}
.wp-block-image figure {
    margin-bottom: 1rem;
}
.post-type-archive-feature ul.feature-slider {
    width: 100%;
}
.post-type-archive-feature ul.feature-slider li {
    margin-bottom: 15px;
}
.wp-block-embed__wrapper iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

@media screen and (min-width:760px) {
.post-type-archive-feature ul.feature-slider {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.post-type-archive-feature ul.feature-slider li {
    width: 47.8%;
    margin: 0;
}
}

@media screen and (min-width:1200px) {
.post_thumbnail {
    margin-bottom: 2rem;
}
p.subtitle {
    font-size: 18px;
}
.single-feature h2.pagetitle {
    margin-bottom: 5rem;
}
h2.wp-block-heading {
    font-size: 30px;
    margin-top: 3rem;
}
h3.wp-block-heading {
    border-left: 8px solid;
    margin: 3rem 0 1rem;
    font-size: 26px;
}
h4.wp-block-heading {
    font-size: 22px;
    margin: 3rem 0 1rem;
}
.post-type-archive-feature #page-content .container {
    max-width: calc(calc(100% - 5rem));
}
.post-type-archive-feature ul.feature-slider li {
    width: 31.5%;
}
}
@media screen and (min-width:1400px) {
.post-type-archive-feature ul.feature-slider li {
    width: 31.8%;
}
.single-news h2.pagetitle {
    font-size: 34px;
}
}
@media screen and (min-width:1600px) {
.post-type-archive-feature ul.feature-slider li {
    width: 32.2%;
}
}

/* spot */
ul.attractions-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    list-style-type: none;
}
ul.attractions-list li {
    width: 48.5%;
}
ul.attractions-list li a {
    color: #000;
    text-decoration: none;
    display: block;
}
ul.attractions-list li a h3 {
    font-size: 14px;
    margin: 0;
}
ul.attractions-list li a figure {
    margin-bottom: 10px;
    overflow: hidden;
}
ul.attractions-list li a figure img {
    object-fit: cover;
    width: 100%;
    height: 170px;
    transition: 0.5s;
}
ul.attractions-list li a:hover {
    opacity: 1;
}
ul.attractions-list li a:hover figure img {
    transition: 0.5s;
    transform: scale(1.2);
}
@media screen and (min-width:760px) {
ul.attractions-list {
    gap: 25px 15px;
}
ul.attractions-list li {
    width: 31.8%;
}
ul.attractions-list li a figure img {
    height: 220px;
}
}
@media screen and (min-width:1200px) {
ul.attractions-list {
    gap: 30px 22px;
}
ul.attractions-list li a figure img {
    height: 310px;
}
ul.attractions-list li a h3 {
    font-size: 16px;
}
}
@media screen and (min-width:1400px) {
ul.attractions-list li a figure img {
    height: 340px;
}
ul.attractions-list li a h3 {
    font-size: 18px;
}
}
@media screen and (min-width:1600px) {
ul.attractions-list {
    gap: 35px 27px;
}
ul.attractions-list li a figure img {
    height: 370px;
}

}

/* スポット詳細 */
#kankodb #copy {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2rem;
}
#gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin: -1px;
    list-style: none;
    margin-bottom: 2rem;
    padding: 0;
}
#gallery-list li{
	width: 50%;
	padding: 1px;
	}
#gallery-list li:nth-child(n+5){
	width: 33.33%;
	}
#gallery-list li:first-child:last-child{
	width: 100%;
}
#gallery-list li img {
    /* object-fit: cover;
    width: 100%;
    height: 120px; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: inherit;
    object-position: inherit;
    transition: opacity 0.2s ease-out;
}

#gallery-list li a {
    display: block;
    /* height: 120px; */
	position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 66.66% 0 0 0;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
#kankodb #info {
    margin-bottom: 2rem;
}
#kankodb #info p+p{
	margin-top: 1rem;
}
#info-table {
    width: 100%;
}
#info-table dt {
    background: #fff5e9;
    font-weight: bold;
    padding: 15px 10px;
    margin-top: 1rem;
}
#info-table dt:first-child{
	margin-top: 0;
}
#info-table dd {
    padding: 15px 10px;
}
#kankodb #info-table a, #kankodb #info a {
    color: #000;
    text-decoration: underline;
}
#kankodb #map{
	margin-top: 2rem;
}
#kankodb #frame_wrap {
    padding-top: 100%;
}
#info-table dd{
    margin: 0;
}

@media screen and (min-width:760px) {
#info-table {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    border-bottom: 1px solid;
}
#info-table dt {
    width: 25%;
    background: transparent;
    margin: 0;
    padding-left: 2rem;
}
#info-table dd {
    width: 75%;
}
#kankodb.detail h2 {
    font-size: 40px;
    line-height: 1.6;
}
#kankodb.detail h2 small {
    font-size: 18px;
}
#kankodb #copy {
    font-size: 26px;
}
#info-table dt,#info-table dd{
    border-top: 1px solid;
}
#info-table dt:nth-of-type(even),
#info-table dt:nth-of-type(even) + dd {
    background-color: #fffdf5;
}
#kankodb #frame_wrap {
    padding-top: 50%;
    max-width: 100%;
}
#kankodb #map {
    margin-top: 3rem;
}
#pagenavi {
    margin-top: 4rem;
}
}
@media screen and (min-width:1200px) {
#kankodb #info {
    margin-bottom: 4rem;
}
}

/* form */
.smf-form--simple-table .smf-item {
    border-top: 1px solid #ddd;
    padding: 1rem;
}
.smf-form--simple-table .smf-item:last-child {
    border-bottom: 1px solid #ddd;
}
.smf-item label {
    font-weight: bold;
}
.smf-item label strong {
    font-size: 12px;
    color: #cf2e2e;
}
.smf-action .smf-button-control__control {
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 15px 40px;
    border: none;
}
@media screen and (min-width:1200px) {
.snow-monkey-form {
    margin: 2rem auto;
}
.smf-form--simple-table .smf-item {
    padding: 2rem 5rem;
}
}

/* archive */
ul.news-slider.archive {
    width: 100%;
}
ul.news-slider.archive li + li {
    margin-top: 3rem;
}
@media screen and (min-width:760px) {
ul.news-slider.archive {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
ul.news-slider.archive li {
    width: 48%;
    margin: 0!important;
}
}
@media screen and (min-width:1200px) {
ul.news-slider.archive li {
    width: 31.6%;
}
}
@media screen and (min-width:1600px) {
ul.news-slider.archive {
    gap: 30px;
}
}

#trans {
    position: absolute;
    top: 15px;
    right: 55px;
}
@media screen and (min-width:1200px) {
#trans {
    top: 55px;
    right: 10px;
}
#g-nav ul.mainmenu {
    padding-right: 12rem;
}
#g-nav ul.mainmenu li:last-child a {
    border-right: 1px solid;
}
}

@media screen and (min-width:1400px) {
#trans{
    top: 73px;
}
}