.sp {
  display: none;
}


/* ページ背景 */

body {
  background-color: #6c6c6c;
  background-attachment: fixed !important;
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
}

.bg {
  background-image: url('../images/top/background-pattern-pc.png');
}


/* ヘッダー */
.navbar {
  max-width: 375px;
  height: 64px;
  margin: 0 auto;
  position: fixed;
  inset: 0;
  z-index: 999;
}

.navbar-top {
  max-width: 375px;
  height: 64px;
  margin: 0 auto;
  position: absolute;
  top: -64px !important;
  inset: 0;
  z-index: 999;
  transition: top 0.3s ease-in-out;
}

.sticky {
    position: fixed;
    top: 0 !important; /* アニメーション終了位置 */
    z-index: 1000;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.nav-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-left-2 {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 64px;
  padding: 14px 16px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.nav-logo {
/*  background-color: #d9d9d9;*/
  justify-content: center;
  align-items: center;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.nav-logo img {
  height: 36px;
}

.text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.menubtn {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 7px;
  text-decoration: none;
  display: flex;
}


/*========= メニューボタンのCSS ===============*/
.density_medium {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 7px;
  text-decoration: none;
  display: flex;
}

.openbtn1{
  position: absolute;
  z-index: 9999;/*ボタンを最前面に*/
  top:10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height:50px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #666;
    width: 45%;
  }

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

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

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

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

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

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


.openbtn2{
  position: relative;
  z-index: 9999;/*ボタンを最前面に*/
  cursor: pointer;
  width: 40px;
  height:50px;
}
  
/*×に変化*/  
.openbtn2 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 3px;
    border-radius: 2px;
  background-color: #666;
    width: 56.25%;
  }

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

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

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

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

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

.openbtn2.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/* ヘッダーここまで */



/* ナビゲーションメニュー */

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:-120%;
    left:0;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background:rgba(0, 0, 0, 0.95);
    /*動き*/
  transition: all 0.6s;
  padding-top: 14px;
}

/*アクティブクラスがついたら位置を0に*/
#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;
    padding-left: 16px;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav2 li{
  list-style: none;
    text-align: center; 
}

#g-nav2 li a{
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#g-nav2 {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:-120%;
    left:0;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background:rgba(0, 0, 0, 0.95);
    /*動き*/
  transition: all 0.6s;
  padding: 16px 32px;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav2.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav2 .panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 16px;
}

/*ナビゲーション*/
#g-nav2 ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav2 li{
  list-style: none;
    text-align: center; 
}

#g-nav2 li a{
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}


/* 追加 */
.frame-83 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 170.917px;
  text-decoration: none;
  display: flex;
}

.for-restaurant-btn {
  display: flex;
  grid-column-gap: 8px;
  width: 100%;
  text-decoration: none;
  align-items: center;
}

.text-82 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-89 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.menu-signup {
  grid-column-gap: 8px;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-flow: row;
}

.frame-90 {
  grid-column-gap: 10px;
  border: 2px solid #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.frame-90-1 {
  grid-column-gap: 10px;
  border: 2px solid #333;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  text-decoration: none;
  display: flex;
  min-width: 72px;
}

.text-83 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-83-1 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-91 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 147.129px;
  margin-left: 20px;
  text-decoration: none;
  display: flex;
}

.text-84 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-85 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  flex-direction: column;
}


/* ナビゲーションメニューここまで */



/* フッター */
.footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  text-decoration: none;
  display: flex;
  margin: 0 auto;
  
}

.sns {
  grid-row-gap: 12px;
  background-color: #f4cc25;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.sns1 {
  grid-row-gap: 12px;
  background-color: #f4cc25;
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.instalink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.text-38 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.footer-2 {
  grid-row-gap: 40px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 24px;
  text-decoration: none;
  display: flex;
}

.frame-53 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  width: 100%;
}

.sponsor-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.text-39 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-52 {
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 159.5px;
  height: auto;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo_cba-1 {
  object-fit: cover;
}

.image-1 {
  object-fit: cover;
  border: 1px solid #fff;
}

.text-40 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.dummy-footer {
  min-width: 100%;
  min-height: 80px;
  background-color: #000;
}

.image-6 {
  object-fit: contain;
  flex: 0 auto;
  width: 100%;
  max-width: none;
}

.frame-55 {
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 311px;
  height: auto;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-57 {
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 311px;
  height: auto;
  padding: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-58 {
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 159.5px;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.sponsor-logo-block {
  display: flex;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 159.5px;
  height: 53px;
  text-decoration: none;
  position: relative;
}

/* 北海道川上町用 */

.text-block {
  color: #000;
  min-width: 184px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 45px;
}

.image-11 {
  object-fit: contain;
  flex: 0 auto;
  max-width: none;
  height: 70px;
}

.frame-59 {
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 311px;
  height: auto;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}
/* ここまで */

/* フッターここまで */

@media screen and (max-width: 480px) {

  .sp {
    display: flex;
  }

}