@charset "UTF-8";
body{font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #666;}
img{max-width: 100%; height: auto;}
p{line-height: 1.8;}
a{transition:0.5s;color: #666;word-break: break-all;}
a:hover{color: #666;}
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 {
    display: flex;
    padding: 5px 10px;
    height: 65px;
    align-items: center;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
#header.UpMove{
	position: fixed;
	width:100%;
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}
#header.DownMove {
    position: fixed;
    width: 100%;
    animation: DownAnime 0.5s forwards;
    z-index: 999;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-color: #fff;
    transition: 0.5s;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.logo img {
    width: 140px;
}
#header .logo {
    display: none;
}
#header.DownMove .logo {
    display: block;
    /* background: #fff;
    padding: 15px 10px 0;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 0 0 15px 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
}
nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
nav ul ul{
	display: block;
}

nav ul li{
	position: relative;
}
nav ul li a {
    display: block;
    text-decoration: none;
    padding: 15px 35px;
    transition: all .3s;
    font-size: 18px;
    text-align: left;
}
nav ul li li a{
	padding:10px 35px;
}

@media screen and (max-width:1200px){
#header .logo {
    position: relative;
    z-index: 99;
}
#g-nav{
    position:fixed;
    z-index: 999;
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;
	transition: all 0.6s;
    background: #fff;
    padding-top: 4rem;
}
#g-nav ul li{
    list-style-type: none;
}

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

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 90vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    margin: 0;
    padding: 0;
}
#g-nav .g-scroll {
    height: 0;
    overflow: scroll;
}
nav{
    padding: 0;
}
#g-nav.panelactive,#g-nav.panelactive .g-scroll{
    height: 100vh;

}

nav ul{
    display: block;
}
nav ul li a {
    border-bottom: 1px solid #ddd;
    position: relative;
}
nav ul li a::after {
    content: "";
    display: block;
    border-top: 4px solid #ccc;
    border-left: 4px solid #ccc;
    height: 18px;
    width: 18px;
    transform: rotate(135deg);
    position: absolute;
    top: 22px;
    right: 30px;
}
nav ul li a.tell::after {
    display: none;
}
.openbtn {
    position: fixed;
    z-index: 9999;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background: #62aad3;
    border-radius: 5px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 30px;
}
.openbtn::before {
    content: "close";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.4s;
    opacity: 0;
}
.openbtn.active::before {
    transition: 0.4s;
    opacity: 1;
}
.openbtn span:nth-of-type(1) {
	top: 15px;
}
.openbtn span:nth-of-type(2) {
	top: 27px;
}
.openbtn span:nth-of-type(3) {
	top: 39px;
}

.openbtn.active span:nth-of-type(1) {
    top: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 25px;
    left: 15px;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 28px;
    transform: translateY(-6px) rotate(45deg);
    width: 25px;
    left: 15px;
}
}
#mainvisual {
    position: relative;
}

.slider {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slider-item img {
    object-fit: cover;
    width: 100%;
    object-position: center;
}
@media screen and (max-width:760px) {
.slider-item img {
    object-position: 83% 0;
}
}
.slider, .slider-item, .slider-item img {
    height: 50svh;
}
.slick-dots {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
.slick-dots li {
    display:inline-block;
    margin: 0 15px;
}
.slick-dots > li:first-child:last-child {
    opacity: 0;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #1566b7;
    border: none;
}
.slick-dots .slick-active button {
    background: #fff;
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    height: 20px;
    width: 20px;
}
.slick-prev {
    left:-4.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right:-4.5%;
    transform: rotate(45deg);
}
section {
    padding: 3rem 0;
}

h2 {
    font-size: 24px;
    color: #62aad3;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 400;
    letter-spacing: 3px;
}

.mainlogo {
    margin: 0;
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
}
a.map-link {
    color: #fff;
    background: #62aad3;
    text-decoration: none;
    padding: 3px 20px;
    border-radius: 40px;
}
.mainlogo img {
    width: 180px;
}
.time {
    background: #fff;
    padding: 1rem;
    margin-top: -20px;
    position: relative;
    z-index: 99;
    border-radius: 20px 0 0 0;
    text-align: center;
}
#mv-bottom {
    position: relative;
    padding: 4rem 0 0;
    color: #fff;
}
#mv-bottom h2{
    color: #fff;
    text-align: left;
    letter-spacing: 3px;
}
#mv-bottom::after {
    content: "";
    background-image: url(../img/bg-mv-bottom.png);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background-size: cover;
    background-position-x: 30%;
}
#mv-bottom h2 + p {
    font-size: 18px;
}
#information,#facility,#insta{
    position: relative;
}
#information::before,#facility::before,#insta::before {
    content: "";
    background-image: url(../img/info-top2.png);
    width: 100%;
    height: 60px;
    background-size: cover;
    display: block;
    position: absolute;
    top: -9px;
}
#pickup h2::before {
    content: "";
    background-image: url(../img/ico-pickup.png);
    display: inline-block;
    width: 60px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: sub;
}
ul.pickup-list {
    padding: 0;
    width: 85%;
    margin: 0 auto;
    list-style-type: none;
}
ul.pickup-list .slick-prev,ul.pickup-list .slick-next{
    border-top: 4px solid #ccc;
    border-right: 4px solid #ccc;
}

ul.pickup-list li {
    margin: 0 10px;
}
ul.pickup-list li a {
    text-decoration: none;
    color: #666;
}
ul.pickup-list li a h3 {
    font-size: 16px;
}
ul.pickup-list li a figure {
    margin: 0 0 10px;
    overflow: hidden;
}
ul.pickup-list li a figure img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 3/4;
}
#news {
    padding: 3rem 0 0;
}
ul.news-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.news-list li {
    border-top: 1px dotted #000;
    padding: 1rem;
}
ul.news-list li > div {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

ul.news-list li p {
    margin: 0;
}
ul.news-list li h3 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}
ul.news-list li a{
    text-decoration: none;
}
ul.news-list li:last-child{
    border-bottom: 1px dotted #000;
}
ul.news-list li h3 a{
    font-weight: bold;
}
a.tag {
    display: block;
    background: #ea8c8c;
    color: #fff!important;
    width: 150px;
    text-align: center;
    border-radius: 50px;
    margin: 0 15px;
    text-decoration: none;
}
a.tag.corner {
    background: #97bc6c;
}
a.tag.event {
    background: #d8c50f;
}
a.tag.news {
    background: #24476e;
}

a.link-btn {
    display: block;
    text-decoration: none;
    font-weight: bold;
    background: #62aad3;
    color: #fff!important;
    padding: 15px 10px;
    text-align: center;
    border-radius: 8px;
    margin: 2rem auto 0;
    width: 210px;
    border: 3px solid #62aad3;
}
a.link-btn:hover{
    opacity: 1;
    background: #fff;
    color: #62aad3!important;
}
#facility {
    background-image: linear-gradient(180deg, #dcf2ff, #85c1dd);
    padding-bottom: 6rem;
}
#facility::before{
    background-image: url(../img/facility-top.png);
}
#facility .col-xl-4 {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
}
#facility .col-xl-4 a,#facility .col-md-6 a{
    text-decoration: none;
}
#facility .col-xl-4 h3 {
    color: #62aad3;
    font-size: 20px;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}
#facility .col-xl-4 h3 span {
    background: #62aad3;
    color: #fff;
    padding: 5px 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
}
#facility .col-xl-4 dl dt {
    background: #999999;
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    font-weight: 500;
}
#facility .col-xl-4 a,#facility .col-md-6 a{
    display: block;
    position: relative;
}
#facility .col-xl-4 a::after,#facility .col-md-6 a::after {
    content: "";
    background-image: url(../img/ico-link.png);
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -15px;
    right: 0;
}
#facility .row:nth-of-type(2) {
    margin-top: 1rem !important;
}
#facility .col-md-6 {
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
}

#facility .col-md-6 img {
    display: block;
    margin: 0 auto;
}

#facility .col-md-6 h3 {
    text-align: center;
    color: #036eb7;
    font-size: 20px;
    margin: 10px 0;
}
#facility h4 {
    color: #000;
    font-size: 17px;
    margin: 1rem 0 .5rem;
    font-weight: 400;
}
#ranking {
    position: relative;
    color: #a85c47;
    padding-bottom: 6rem;
}
#ranking .container{
    position: relative;
    z-index: 2;
}
#ranking::after {
    content: "";
    background-image: url(../img/bg-ranking.png);
    width: 100%;
    height: 103%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    z-index: 1;
    left: 0;
    right: 0;
    background-position: 30%;
}
p.bubble {
    position: relative;
    background-image: url(../img/bubble-l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: fit-content;
    padding: 25px;
    text-align: center;
    line-height: 1.2;
    background-position: center;
    font-size: 12px;
    margin: 0;
}
#ranking h2{
    color: #a85c47;
    position: relative;
}
#ranking h2::after {
    content: "";
    background-image: url(../img/ico-ranking.png);
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -9px;
    right: 2%;
}
.item {
  width: 100%;
  height: 100%;
  position: relative;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.item:hover .overlay {
  opacity: 1;
}

.overlay p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
#ranking p.num {
    background: #82b2bf;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@media screen and (max-width:760px) {
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 2rem;
}
.item {
    width: 49.5%;
}
}

#ranking .item.item1 p.num {
    background: #d3d307;
}
#ranking .item.item2 p.num {
    background: #8e8e8e;
}
#ranking .item.item3 p.num {
    background: #b2876b;
}
#ranking .d-md-flex a {
    display: block;
    margin-bottom: 1rem;
}
#ranking h3 {
    position: relative;
    margin: 3rem auto 1rem;
    background: #f4e8d3;
    text-align: center;
    z-index: 1;
}

#ranking h3::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: #a85c47;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -2;
    top: 15px;}


#ranking h3::before {
    content: "";
    background: #f4e8d3;
    width: 170px;
    height: 40px;
    display: block;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
ul.furusato-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style-type: none;
}

ul.furusato-list li a {
    display: block;
}

ul.furusato-list li {
    width: 48.5%;
}
#ranking::after{
    content: "";
    background-image: url(../img/bg-ranking.png);
}

#menu,#menu h2 {
    position: relative;
    color: #aa5f5f;
}
#menu h2::before {
    content: "";
    background-image: url(../img/ico-food.png);
    display: block;
    width: 35px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -16px;
    left: 8%;
}
#menu .container{
    position: relative;
    z-index: 2;
}
#menu::after {
    content: "";
    background-image: url(../img/bg-food.png);
    width: 100%;
    height: 103%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    z-index: 1;
    left: 0;
    right: 0;
    background-position: 75%;
}
#menu p.bubble {
    background-image: url(../img/bubble-r.png);
    margin-left: auto;
}
#menu figure{
    position: relative;
}
#menu figure figcaption {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#insta::before {
    z-index: 1;
}
#insta h2 {
    letter-spacing: 4px;
    font-size: 26px;
}
#link h3 {
    text-align: center;
    font-size: 20px;
    margin: 2rem 0 1rem;
    letter-spacing: 4px;
    font-weight: 400;
}
ul.bn-slider {
    padding: 0;
    margin: 0 auto;
    width: 85%;
}

ul.bn-slider li {
    margin: 0 10px;
}
#footer{
    position: relative;
    /* background: #99c7ed; */
    color: #fff;
    z-index: 2;
}
#footer section {
    position: relative;
    z-index: 1;
}
#footer::after {
    content: "";
    background-image: url(../img/bg-footer.png);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: 14%;
}
#footer .logo img {
    text-align: center;
    width: 200px;
    margin: 0 auto 1rem;
    display: block;
}
ul.sns-list {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0;
}
.map iframe {
    height: 300px;
}
ul.f-navi li {
    list-style-type: none;
}
ul.f-navi li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}
#footer .row {
    margin: 0 0 2rem;
}
#footer section {
    padding: 3rem 0 2rem;
}
#footer .row::after {
    content: "";
    background-image: url(../img/line-footer.png);
    display: block;
    width: 100%;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 1rem;
}
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    transition: all 0.3s;
}
#page-top {
	position: fixed;
	right: 10px;
	z-index: 5;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime2 0.5s forwards;
}
@keyframes UpAnime2{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime2 0.5s forwards;
}
@keyframes DownAnime2{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

@media screen and (min-width:760px) {
.slider, .slider-item, .slider-item img {
    height: auto;
}
.slick-dots {
    bottom: 35px;
}
.mainlogo img {
    width: 230px;
}
.mainlogo {
    top: 17%;
    right: auto;
    left: 12%;
}
.time {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 10px 10px 20px;
    width: 190px;
    text-align: left;
}
.time p {
    line-height: 1.4;
}
#mv-bottom {
    padding: 2rem 0;
}
#mv-bottom .container {
    position: relative;
    z-index: 2;
}
#mv-bottom::after {
    top: -60px;
    z-index: 1;
    height: 114%;
}
#information::before, #facility::before, #insta::before {
    height: 15px;
    top: -16px;
    z-index: 1;
}
#facility::before {
    top: -13px;
}
#facility .col-xl-4 img {
    width: 100%;
}
#facility .row:nth-of-type(2) {
    gap: 20px;
}

#facility .col-md-6 {
    margin: 0;
    width: 48.5%;
}
#facility h4 {
    font-size: 18px;
    margin: 2rem 0 .5rem;
}
#ranking h2,#menu h2 {
    width: fit-content;
    margin: 0 auto 1rem;
}
#ranking h2::after {
    width: 70px;
    height: 60px;
    right: -80px;
    top: -21px;
}
p.bubble {
    font-size: 14px;
    margin-left: 8%;
    padding: 30px;
    margin-bottom: -35px;
}

.gallery {
    display: grid;
    grid-template-columns: 5fr repeat(6, 1fr);
    grid-auto-rows: 1fr;
    aspect-ratio: 16 / 1;
    gap: 3px;
    margin-bottom: 2rem;
}
.item1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.item2 {
  grid-column: 2 / 5;
  grid-row: 1 / 2;
}

.item3 {
  grid-column: 5 / 8;
  grid-row: 1 / 2;
}
.item4 {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
}
.item5 {
  grid-column: 4 / 6;
  grid-row: 2 / 3;
}
.item6 {
  grid-column: 6 / 8;
  grid-row: 2 / 3;
}
#ranking {
    padding-bottom: 9rem;
}
#ranking h3::after {
    margin: 0 auto;
    width: 50%;
}
#ranking h3 {
    margin-bottom: 2rem;
}
ul.furusato-list{
    gap: 18px;
}
ul.furusato-list li {
    width: 31.6%;
}
#menu {
    padding: 0 0 4rem;
}
#menu::after {
    height: 110%;
    top: -100px;
}
#menu h2::before {
    left: -60px;
    width: 45px;
    height: 60px;
    top: -22px;
}
#menu p.bubble {
    margin-right: 8%;
    padding: 35px;
}
#insta::before {
    top: -13px;
}
#link h3 {
    margin: 3rem 0 1rem;
}
}

@media screen and (min-width:996px) {
#information::before {
    top: -11px;
}
#mv-bottom::after {
    top: -75px;
    height: 120%;
}
.time {
    padding: 15px 10px 80px 25px;
    width: 220px;
	z-index: 1;
}
.mainlogo img {
    width: 260px;
}
#mv-bottom {
    padding: 2rem 0 0;
}
#information::before,#insta::before {
    background-image: url(../img/info-top2.png);
    top: -50px;
    z-index: 2;
    height: 60px;
}
#mv-bottom .col-md-6:nth-of-type(2) {
    width: 45%;
}
#ranking::after{
    top: -65px; 
}
#menu {
    padding: 0 0 7rem;
}
#menu::after {
    top: -125px;
}
#footer section {
    padding: 10rem 0 3rem;
}
ul.f-navi {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    gap: 0 50px;
}

}

@media screen and (min-width:1200px) {
#header {
    justify-content: space-between;
    height: 85px;
}
/* #header, #header.DownMove {
    position: absolute;
} */
#header.DownMove .logo {
    display: block;
    background: #fff;
    /* padding: 15px 10px 0;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 0 0 15px 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
}
#header.DownMove .logo img.d-none.d-xl-block {
    display: none!important;
}

#header.DownMove .logo img.d-block.d-xl-none {
    display: block!important;
}
.slider, .slider-item, .slider-item img {
    height: 86vh;
}
.logo img {
    width: 170px;
}
.time {
    padding: 15px 10px 75px 25px;
}
.container {
    max-width: 1100px;
}
nav ul li a {
    color: #24476e;
    font-weight: 500;
    padding: 10px 15px;
}
nav ul li a:hover{
    color: #24476e;
}
ul.h-nav {
    background: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 40px;
}
nav ul li a.shop {
    background: #ed8a8a;
    border-radius: 40px;
    color: #fff;
    padding: 10px 30px;
}
.mainlogo img {
    width: 290px;
}
.mainlogo {
    top: 21%;
}
h2 {
    font-size: 28px;
}
section {
    padding: 5rem 0;
}
#mv-bottom h2 {
    letter-spacing: 5px;
}
#mv-bottom h2 + p {
    font-size: 20px;
}
.fs-xl-large{
    font-size: 18px;
}
#information {
    padding: 3rem 0 6rem;
}
#news {
    padding: 0;
}
#facility .row {
    gap: 20px;
}
#facility .col-xl-4 {
    width: 32%;
}
#facility .col-12 img {
    width: 85%;
}
#facility .row:nth-of-type(2) {
    margin-top: 2rem !important;
}
#facility .col-md-6 {
    margin: 0;
    width: 23.6%;
}
.map iframe {
    height: 400px;
}
#facility {
    padding-bottom: 12rem;
}
#ranking::after {
    top: -7%;
    background-position: top;
}
p.bubble {
    font-size: 16px;
    margin-left: 17%;
    padding: 40px;
    margin-bottom: -40px;
}
body.home h2 + p {
    font-size: 18px;
}
#ranking .item.item1 p.num {
    width: 75px;
    height: 75px;
    font-size: 25px;
}
#ranking .item.item2 p.num, #ranking .item.item3 p.num {
    height: 60px;
    width: 60px;
    font-size: 22px;
}
#ranking h3 {
    font-size: 22px;
}
.item1 .overlay p {
    font-size: 24px;
}
.item2 .overlay p ,.item3 .overlay p {
    font-size: 20px;
}
ul.furusato-list li {
    width: 18.6%;
}
#menu::after {
    top: -20%;
    background-position: top;
    height: 120%;
}

#ranking {
    padding-bottom: 18rem;
}
#menu p.bubble {
    margin-right: 19%;
    padding: 40px;
}
#menu figure {
    margin: 0;
}
#menu .col-md-6.col-xl-4 {
    padding: 5px;
}
#menu {
    padding: 0 0 10rem;
}
#footer::after {
    background-position: top;
}
}

@media screen and (min-width:1400px) {
.logo img.d-none.d-xl-block {
    width: 230px;
}

/* #header.DownMove .logo {
    padding: 10px 20px 5px;
    border-radius: 0 0 30px 0;
} */
.container {
    max-width: 1200px;
}
ul.h-nav {
    padding-left: 1rem;
}
.mainlogo img {
    width: 340px;
}
.time {
    padding: 15px 10px 100px 30px;
    width: 260px;
    border-radius: 35px 0 0 0;
}
.time p {
    font-size: 18px;
}
a.map-link {
    z-index: 2;
    position: relative;
}
#mv-bottom::after {
    top: -103px;
    background-position-x: 90%;
}
#mv-bottom {
    padding: 5rem 0 0;
}
h2 {
    font-size: 34px;
}
body.home h2 + p {
    margin-bottom: 1.5rem;
}
section {
    padding: 6rem 0;
}
#mv-bottom h2 + p {
    font-size: 24px;
}
.fs-xl-large {
    font-size: 19px;
}
#information::before, #insta::before {
    top: -78px;
    height: 80px;
}
#news {
    padding-left: 3rem;
}
ul.news-list li {
    padding: 1rem 2rem;
}
ul.news-list li h3 {
    font-size: 18px;
}
#information {
    padding: 3rem 0 7rem;
}
#facility::before {
    top: -15px;
}
#facility .container {
    position: relative;
    z-index: 1;
}
#facility::after {
    content: "";
    background-image: url(../img/deco-facility.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#facility .col-xl-4 {
    width: 32.1%;
}
#facility h4 {
    font-size: 20px;
}
#facility {
    padding: 7rem 0 16rem;
}
#ranking::after {
    top: -8%;
}
#ranking {
    padding: 4rem 0 19rem;
}
#ranking h2::after {
    width: 90px;
    height: 65px;
    right: -100px;
}

ul.furusato-list li {
    width: 18.7%;
}
#menu p.bubble {
    margin-right: 16%;
    padding: 50px;
}
#menu {
    padding: 0 0 13rem;
}
#menu h2::before {
    width: 50px;
    height: 70px;
}
#insta h2 {
    font-size: 34px;
}
#link h3 {
    font-size: 24px;
}
#footer section {
    padding: 12rem 0 3rem;
}
#footer .logo img {
    width: 260px;
    margin: -60px auto 1rem;
}
#facility .col-xl-4 a::after{
    bottom: -40px;
}
}

@media screen and (min-width:1900px) {
.slider, .slider-item, .slider-item img {
    height: 100vh;
}
.container {
    max-width: 1600px;
}

nav ul li a {
    font-size: 20px;
    padding: 10px 20px;
}
nav ul li a.shop {
    padding: 10px 35px;
}
.mainlogo img {
    width: 430px;
}
.time {
    width: 320px;
    padding: 15px 10px 122px 30px;
}
.time p {
    font-size: 22px;
}
a.map-link {
    font-size: 18px;
    padding: 3px 40px;
}
#mv-bottom::after {
    top: -127px;
    background-position-x: 98%;
}
h2 {
    font-size: 40px;
}
#mv-bottom h2 + p {
    font-size: 30px;
}
.fs-xl-large {
    font-size: 24px;
}
#information {
    padding: 4rem 0 8rem;
}
#information::before, #insta::before {
    height: 110px;
}
ul.pickup-list li a h3 {
    font-size: 18px;
}
ul.news-list li h3,ul.news-list li p {
    font-size: 20px;
}
a.tag {
    font-size: 18px;
    width: 200px;
}
ul.news-list li {
    padding: 1rem 3rem;
}
a.link-btn {
    font-size: 18px;
}
#facility::before {
    top: -18px;
    height: 20px;
}
#facility::after {
    width: 100%;
    height: 96%;
    top: 55px;
    background-size: contain;
    background-repeat: no-repeat;
}
#facility {
    padding: 9rem 0 18rem;
}
body.home h2 + p {
    font-size: 20px;
}
#facility .col-xl-4 h3 {
    font-size: 24px;
}
#facility .col-xl-4 h3 span {
    padding: 10px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#facility .col-xl-4 p {
    text-align: center;
    line-height: 1.6;
    font-size: 17px;
}
#facility .col-xl-4 dl {
    display: flex;
    align-items: self-start;
    gap: 0 15px;
}
#facility .col-md-6 h3 {
    font-size: 22px;
}
#facility .col-md-6 {
    width: 24%;
    padding: 2rem 1rem 1rem;
}
#facility h4 {
    font-size: 25px;
}
p.bubble {
    font-size: 20px;
    margin-left: 17%;
    padding: 50px;
    margin-bottom: -50px;
}
#ranking .item.item1 p.num {
    width: 130px;
    height: 130px;
    font-size: 40px;
}
#ranking .item.item2 p.num, #ranking .item.item3 p.num {
    height: 70px;
    width: 70px;
    font-size: 24px;
}
#ranking p.num {
    width: 60px;
    height: 60px;
    font-size: 22px;
}
.overlay p {
    font-size: 18px;
}
#ranking h3 {
    font-size: 30px;
}
#ranking h3::after {
    width: 40%;
    top: 20px;
}
#ranking h3::before {
    width: 210px;
}
ul.furusato-list li {
    width: 19%;
}
#ranking {
    padding: 4rem 0 25rem;
}
#menu p.bubble {
    margin-right: 21%;
    margin-bottom: -60px;
}
#ranking h2::after {
    width: 110px;
    height: 90px;
    right: -125px;
    top: -35px;
}
#menu h2::before {
    left: -90px;
    width: 75px;
    height: 100px;
    top: -40px;
}
#menu figure figcaption {
    font-size: 18px;
}
#link .container {
    max-width: 1400px;
}
#link h3 {
    font-size: 26px;
    margin: 4rem 0 1rem;
}
ul.f-navi li a {
    font-size: 20px;
    padding: 10px 5px;
}
#footer .logo img {
    width: 300px;
}
#footer section {
    padding: 15rem 0 3rem;
}
}

/* page */
body:not(.home) #header {
    background: #fff;
}
body:not(.home) #header .logo {
    display: block;
    /* background: #fff;
    padding: 15px 10px 0;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 0 0 15px 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
}
#page_header {
    margin-top: 65px;
    padding: 5rem 0;
    background-size: cover;
    background-position: center;
    position: relative;
}
h1.page-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(98, 170, 211, 0.8);
    color: #fff;
    padding: 20px 10px;
    border-radius: 15px 15px 0 0;
    font-size: 22px;
    min-width: 280px;
    width: fit-content;
    letter-spacing: 2px;
}
.bread {
    margin: 10px 0;
}
.bread a,.bread span {
    padding: 0 3px;
    color: #666;
}
#page-content {
    padding: 2rem 0;
}
p.lead {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 2rem;
}
h2.wp-block-heading {
    text-align: left;
    color: #09a9ce;
    border-bottom: 1px solid #000;
    padding: 5px;
    margin: 3rem 0 1rem;
}
h2.wp-block-heading:nth-of-type(1) {
    margin-top: 0;
}
#page-content p a {
    color: #079dd1;
}
#page-content ol,#page-content ul {
    padding-left: 1.5rem;
}
figure.wp-block-table.cycletable td {
    padding: 15px;
}
@media screen and (max-width:760px) {
figure.wp-block-table.cycletable,.scrool {
    overflow: scroll;
}
figure.wp-block-table.cycletable table {
    min-width: 600px;
}
.page-id-71 .scrool img {
    min-width: 700px;
}
}

figure.wp-block-table.cycletable td:nth-of-type(1) {
    text-align: center;
}
ul.anker {
    padding: 0!important;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 2rem;
}

ul.anker a {
    display: block;
    text-decoration: none;
    color: #62aad3;
    border: 2px solid #62aad3;
    padding: 1rem;
    text-align: center;
    border-radius: 10px;
    width: 300px;
}
ul.anker a:hover {
    background: #62aad3;
    color: #fff;
    opacity: 1;
}
.page-id-120 #page-content .container {
    padding: 0;
    max-width: 100%;
}
.page-id-120 .wp-block-group__inner-container{
    padding: 0 1rem;
}
.page-id-120 h3 {
    color: #62aad3;
    text-align: center;
    font-size: 20px;
}
.farmers-list h4,.souvenir-list h4 {
    font-size: 18px;
}
.farmers-list figure img,.souvenir-list figure img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4/3;
}
.farmers-list figure,.souvenir-list figure {
    position: relative;
    margin: 0;
}
.farmers-list figure figcaption,.souvenir-list figure figcaption {
    background-color: rgba(224,176,140,0.95);
    color: #fff;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.farmers-list .batch,.souvenir-list .batch {
    position: absolute;
    z-index: 1;
    width: 80px;
    top: 5px;
    left: 5px;
}
.farmers-list .list + .list,.souvenir-list .list + .list {
    margin-top: 2rem;
}
.farmers-list .batch img,.souvenir-list .batch img {
    aspect-ratio: 1 / 1;
}
.corner-slider1, .corner-slider2 {
    padding: 0 !important;
    width: 90%;
    margin: 2rem auto 3rem;
}
.corner-slider1 li, .corner-slider2 li {
    margin: 0 10px;
}
.corner-slider1 li img, .corner-slider2 li img {
    object-fit: cover;
    aspect-ratio: 5 / 4;
}
.page-id-120 .slick-prev,.page-id-120 .slick-next {
    border-top: 4px solid #666;
    border-right: 4px solid #666;
}
.souvenir-list figure figcaption {
    background-color: rgba(90,170,211,0.9);
}

@media screen and (min-width:760px) {
.page-id-120 .wp-block-group__inner-container{
    max-width: 720px;
    margin: 0 auto;
}
}


@media screen and (min-width:1200px) {
body:not(.home) #header .logo {
    display: block;
    background: #fff;
    padding: 15px 10px 0;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 0 0 15px 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
body:not(.home) #header.DownMove .logo {
    padding: 0;
    position: unset;
    border-radius: 0;
    box-shadow: none;
}
#page_header {
    margin-top: 85px;
    padding: 7rem 0;
}    
h1.page-title {
    font-size: 30px;
    min-width: 700px;
    padding: 35px;
    letter-spacing: 6px;
}
#page-content {
    padding: 4rem 0 8rem;
}
p.lead {
    font-size: 25px;
    margin-bottom: 4rem;
    text-align: center;
}
h2.wp-block-heading {
    margin: 4rem 0 1.5rem;
}
figure.wp-block-table.cycletable td {
    padding: 30px;
}
figure.wp-block-table.cycletable td:nth-of-type(1) {
    width: 25%;
}
.page-id-120 .wp-block-group__inner-container {
    max-width: 1100px;
}
.page-id-120 p.lead {
    font-size: 30px;
    margin-bottom: 3rem;
}
ul.anker {
    gap: 50px;
    margin-bottom: 3rem;
}
.page-id-120 h3 {
    font-size: 24px;
    margin-bottom: 1.5rem;
}
.page-id-120 h3 + p {
    text-align: center;
    margin-bottom: 2rem;
}
.farmers-list figure figcaption, .souvenir-list figure figcaption{
    font-size: 16px;
}
.corner-slider1, .corner-slider2 {
    width: 100%;
}
.page-id-120 .slick-next{
    right: -1.5%;
}
.page-id-120 .slick-prev{
    left: -1.5%;
}
.farmers-list,.souvenir-list {
    display: flex;
    gap: 3em;
    flex-wrap: wrap;
}
.farmers-list .list,.souvenir-list .list {
    width: 47.7%;
}
.farmers-list .list + .list, .souvenir-list .list + .list{
    margin: 0;
}
.farmers-list .batch, .souvenir-list .batch {
    width: 130px;
}
}

@media screen and (min-width:1400px) {
#page_header {
    padding: 10rem 0;
}
p.lead {
    font-size: 28px;
}
h2.wp-block-heading {
    margin: 5rem 0 1.5rem;
    font-size: 30px;
}
.page-id-120 .wp-block-group__inner-container {
    max-width: 1200px;
}
.page-id-120 p.lead {
    font-size: 35px;
}
ul.anker {
    margin-bottom: 4rem;
}
ul.anker a {
    font-size: 18px;
    width: 350px;
    padding: 20px 10px;
}
.page-id-120 h3 {
    font-size: 30px;
}
.page-id-120 h3 + p {
    font-size: 18px;
}
.farmers-list h4, .souvenir-list h4 {
    font-size: 20px;
}
.farmers-list figure figcaption, .souvenir-list figure figcaption {
    padding: 20px 7px;
}
}
@media screen and (min-width:1900px) {
h1.page-title {
    font-size: 30px;
    border-radius: 30px 30px 0 0;
}
#page_header {
    padding: 11rem 0;
}
#page-content {
    font-size: 18px;
}
#page-content .container{
    max-width: 1400px;
}
.page-id-120 .wp-block-group__inner-container {
    max-width: 1400px;
}
.page-id-120 p.lead {
    font-size: 40px;
}
ul.anker a {
    font-size: 20px;
    width: 380px;
    padding: 25px 10px;
}
.page-id-120 h3 + p {
    font-size: 22px;
    margin-bottom: 3rem;
}
.farmers-list h4, .souvenir-list h4 {
    font-size: 24px;
}
.farmers-list figure figcaption, .souvenir-list figure figcaption {
    font-size: 18px;
}
.corner-slider1, .corner-slider2 {
    margin: 3rem auto 5rem;
}
.farmers-list .list, .souvenir-list .list {
    width: 48%;
}

}

/* form */
p.tell strong {
    font-size: 30px;
}
.smf-item__label strong {
    color: #eb4335;
    font-size: 12px;
    margin-left: 5px;
}
.smf-form--simple-table .smf-item {
    border-bottom: 1px solid #ddd;
    padding: 1rem;
}
.smf-action .smf-button-control__control {
    border: none;
    background: #62aad3;
    color: #fff;
    padding: 15px 50px;
}
@media screen and (min-width:1200px) {
.smf-form--simple-table .smf-item {
    padding: 3rem 6rem;
}
#snow-monkey-form-105 {
    max-width: 1100px;
    margin: 4rem auto 0;
}
}

/* archive */
.archive ul.news-list {
    padding: 0 !important;
    margin-bottom: 1rem;
}
.archive ul.news-list li h3 a {
    color: #666;
}
.pagenavi {
    margin: 2rem auto;
    text-align: center;
}
.nav-links span,.nav-links a {
    border: 1px solid #62aad3;
    text-decoration: none;
    padding: 5px 10px;
    color: #62aad3;
}
.pagination {
    justify-content: center;
}
.nav-links span.current {
    background: #62aad3;
    color: #fff;
}

/* single */
h2.post-ttl {
    font-size: 20px;
    text-align: left;
}
.entry-pager {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.back a, .next a {
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 5px;
  width: 150px;
  display: block;
  text-align: center;
  color: #62aad3;
  font-size: 16px!important;
}
.back a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #62aad3;
  border-bottom: 3px solid #62aad3;
  transform: rotate(45deg);
  margin-right: 10px;
}
.next a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #62aad3;
  border-bottom: 3px solid #62aad3;
  transform: rotate(-135deg);
  margin-left: 10px;
}
img.thumbnail-img {
    margin-bottom: 2rem;
}

@media screen and (min-width:1200px) {
h2.post-ttl {
    font-size: 26px;
    text-align: center;
}
}

