@charset "UTF-8";
/*
Theme Name: Theme name
Author: Author
Author URI:
*/
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding: 6.6875rem;
  font-size: calc(100vw / 1240 * 16);
  margin-top: 0 !important;
}
@media (1240px < width) {
  html {
    font-size: 16px;
  }
}
@media (width <= 768px) {
  html {
    font-size: calc(100vw / 390 * 16);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #363636;
}
body.is-menu-open {
  overflow: hidden;
}

a {
  color: #4499ff;
}
a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

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

pre {
  white-space: pre;
}

/********************************************
* Layout
********************************************/
/* Header */
.l-header {
  padding: 0 30px;
  position: relative;
}
.l-header__inner {
  margin: 0 auto;
  min-height: 250px;
}
@media (width <= 768px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    transition: 0.3s;
    background-color: #fff;
    padding: 6.25rem 1.25rem 12.5rem;
    overflow-y: scroll;
  }
  .is-menu-open .l-header__nav {
    left: 0;
  }
}

.l-menu-trigger {
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  position: relative;
  display: none;
}
@media (width <= 768px) {
  .l-menu-trigger {
    display: block;
    z-index: 10;
  }
}
.l-menu-trigger__bar {
  display: block;
  transition: all 0.3s;
  width: 1.5rem;
  height: 0.1875rem;
  position: absolute;
  left: calc(50% - 0.75rem);
  top: calc(50% - 0.09375rem);
  display: inline-block;
  background: #000;
}
.l-menu-trigger__bar:nth-of-type(1) {
  transform: translateY(-0.4375rem);
}
.is-menu-open .l-menu-trigger__bar:nth-of-type(1) {
  transform: translateY(0rem) rotate(45deg);
}
.is-menu-open .l-menu-trigger__bar:nth-of-type(2) {
  transform: scaleX(0);
}
.l-menu-trigger__bar:nth-of-type(3) {
  transform: translateY(0.4375rem);
}
.is-menu-open .l-menu-trigger__bar:nth-of-type(3) {
  transform: translateY(0rem) rotate(-45deg);
}

/* Footer */
.l-footer {
  background-color: #eee;
  padding: 0 30px;
}
.l-footer__inner {
  margin: 0 auto;
  min-height: 250px;
}
/* Sidebar */
a {
  color: #000;
}

h1 {
  font-size: 0.875rem;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
}

h4 {
  font-weight: bold;
}

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

.top10 {
  margin-top: 0.625rem;
}

.top20 {
  margin-top: 1.25rem;
}

.top40 {
  margin-top: 2.5rem;
}

.bot10 {
  margin-bottom: 0.625rem;
}

.bot20 {
  margin-bottom: 1.25rem;
}

.bot40 {
  margin-bottom: 2.5rem;
}

.bot80 {
  margin-bottom: 5rem;
}

.em15 {
  font-size: 1.5em;
}

.em20 {
  font-size: 2em;
}

.bold {
  font-weight: bold;
}

.left10 {
  margin-left: 0.625rem;
}

.left20 {
  margin-left: 1.25rem;
}

.left40 {
  margin-left: 2.5rem;
}

.tC {
  text-align: center;
}

.tL {
  text-align-last: left;
}

.tR {
  text-align: right;
}

.black {
  font-size: 0.9em;
  background-color: #000;
  padding: 0.1875rem 0.625rem;
  color: #fff;
}

.noborder {
  border: none !important;
}

body {
  background-image: url(../images/bg.png);
}

#wrap {
  padding: 0 1.25rem;
  max-width: 77.5rem;
  margin: 0 auto;
}
@media (width <= 768px) {
  #wrap {
    max-width: 100%;
    padding: 7.5rem 0 0;
  }
}

#wrap2 {
  width: 56.25rem;
  margin: 0 auto;
}
@media (width <= 768px) {
  #wrap2 {
    width: 100%;
  }
}

#header_wrap {
  background-repeat: repeat-x;
  background-position: 0 1.25rem;
  height: 6.25rem;
}
@media (width <= 768px) {
  #header_wrap {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}

#header {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (width <= 768px) {
  #header {
    width: 100%;
  }
}
#header #logo {
  width: 16.625rem;
}
@media (width <= 768px) {
  #header #logo {
    width: 11.25rem;
    margin-left: 1.25rem;
  }
}

#header_title {
  background-color: #000;
  padding: 0.1875rem;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}

#header_h1 {
  width: 100%;
  max-width: 75rem;
  height: 1.25rem;
  margin: 0 auto;
  background-color: #000;
  line-height: 1.25rem;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media (width <= 768px) {
  #header_h1 {
    width: 100%;
    overflow-x: scroll;
    position: relative;
  }
}

#gnavi {
  height: 2.5rem;
  width: 75rem;
  margin: 0 auto;
  background-color: #000;
}
@media (width <= 768px) {
  #gnavi {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 10;
    transition: 0.3s;
    padding: 6.25rem 1.25rem 3.125rem;
    overflow-y: scroll;
  }
}
@media (width <= 768px) {
  .is-menu-open #gnavi {
    left: 0;
  }
}
#gnavi ul {
  display: flex;
  height: 100%;
}
@media (width <= 768px) {
  #gnavi ul {
    height: auto;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #333;
  }
}
#gnavi li {
  display: inline-block;
  width: auto;
  border-right: 1px dotted #fff;
  height: 100%;
}
@media (width <= 768px) {
  #gnavi li {
    width: 100%;
    border-right: inherit;
    text-align: left;
    border-top: 1px solid #333;
    position: relative;
  }
}
@media (width <= 768px) {
  #gnavi li:after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.625rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #999;
    position: absolute;
    right: 0.625rem;
    top: calc(50% - 0.3125rem);
  }
}
#gnavi li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 0 0.9375rem;
}
@media (width <= 768px) {
  #gnavi li a {
    display: block;
    line-height: 1;
    padding: 1.25rem;
    text-align: left;
    font-size: 0.8125rem;
  }
}

#content {
  margin: 1.875rem auto 2.5rem;
  width: 75rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (width <= 768px) {
  #content {
    width: 100%;
    padding: 0 1.25rem;
    margin-top: 0;
  }
}

#main {
  width: 56.25rem;
  margin-top: 0.625rem;
}
@media (width <= 768px) {
  #main {
    width: 100%;
  }
}

#sidebar {
  width: 17.5rem;
  margin-top: 0.625rem;
}
@media (width <= 768px) {
  #sidebar {
    width: 100%;
    margin-top: 1.25rem;
  }
}
#sidebar img {
  margin-bottom: 0.625rem;
}
#sidebar p {
  margin-bottom: 0.625rem;
}

#banner img {
  width: 100%;
}
@media (width <= 768px) {
  #banner img {
    margin-bottom: 1.25rem;
  }
}
#banner .noLink {
  display: block;
}

.circle li {
  margin-right: 0.5rem;
  width: 4rem;
  float: left;
}
.circle li:nth-child(4n) {
  margin-right: 0;
}
.circle li img {
  width: 100%;
  height: auto;
}

#footer {
  background-color: #000;
  height: 9.375rem;
  color: #fff;
  padding: 1.25rem;
  position: relative;
}
@media (width <= 768px) {
  #footer {
    height: auto;
  }
}
#footer #fnavi {
  width: 60rem;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
}
@media (width <= 768px) {
  #footer #fnavi {
    width: 100%;
    justify-content: start;
    gap: 0.625rem 2.5rem;
    margin-bottom: 2.5rem;
  }
}
#footer #fnavi a {
  color: #fff;
  font-size: 0.9375rem;
}
#footer #copyright {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 1.25rem;
  font-size: 0.8125rem;
  left: 0;
}
@media (width <= 768px) {
  #footer #copyright {
    position: static;
    font-size: 0.75rem;
  }
}

.noLink {
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
}
.noLink:after {
  /* display: none; */
  text-align: center;
  font-size: 1rem;
  position: absolute;
  width: 100%;
  content: "Coming Soon";
  top: calc(50% - 0.5em);
  left: 0;
  color: #aaa;
}
.noLink img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
  vertical-align: bottom;
}
.noLink img:hover {
  opacity: 0;
}

/*************************************************
最新ニュース
/*************************************************/
.news {
  margin-bottom: 0.625rem;
  line-height: 1.3em;
}
.news h2 {
  background-color: #000;
  color: #fff;
  line-height: 1em;
  border: none;
  padding: 0.625rem;
  text-align: center;
  font-size: 1.125rem;
}
@media (width <= 768px) {
  .news h2 {
    font-size: 0.9375rem;
  }
}
.news .date {
  font-size: 0.8em;
}
.news li {
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px dashed #ccc;
  display: flex;
  justify-content: space-between;
}
.news .thumb {
  width: 4.375rem;
  height: 4.375rem;
}
@media (width <= 768px) {
  .news .thumb {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.news .thumb img {
  width: 100%;
}
.news .text {
  width: 12.5rem;
  font-size: 0.8125rem;
}
@media (width <= 768px) {
  .news .text {
    width: calc(100% - 7.5rem);
  }
}

.tolist {
  text-align: right;
}
@media (width <= 768px) {
  .tolist {
    font-size: 0.9375rem;
  }
}

/*************************************************
最新ニュース一覧
/*************************************************/
#news_list {
  margin-bottom: 0.625rem;
  line-height: 1.6em;
}
#news_list h2 {
  background-color: #000;
  color: #fff;
  line-height: 1em;
  border: none;
  padding: 0.625rem;
  text-align: center;
}
#news_list .text .title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.625rem;
}
#news_list li {
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px dashed #ccc;
}
#news_list .thumb {
  width: 9.375rem;
  height: 9.375rem;
  float: left;
}
#news_list .text {
  width: 30.625rem;
  float: right;
}
#news_list .cat {
  font-size: 0.8em;
}

/*************************************************
検索ボックス
/*************************************************/
#search {
  border: 0.3125rem solid #ccc;
  background-color: #eee;
  font-size: 0.975rem;
  margin-bottom: 2.5rem;
  padding: 0.625rem;
}
#search form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1rem;
}
#search #title {
  margin-bottom: 0.625rem;
  width: 100%;
}
@media (width <= 768px) {
  #search #title {
    margin-bottom: 1.25rem;
  }
}
#search #leftForm {
  width: calc(100% - 6.25rem);
}
@media (width <= 768px) {
  #search #leftForm {
    width: 100%;
  }
}
#search #leftForm #cat {
  padding: 0 0.625rem;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
@media (width <= 768px) {
  #search #leftForm #cat {
    gap: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
#search #leftForm #cat .drop {
  width: 15.625rem;
  height: 1.25rem;
}
@media (width <= 768px) {
  #search #leftForm #cat .drop {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
#search #leftForm #cat .drop select {
  width: 15.625rem;
  height: 1.875rem;
  font-size: 0.8125rem;
}
@media (width <= 768px) {
  #search #leftForm #cat .drop select {
    width: 100%;
    height: 2.8125rem;
  }
}
#search #leftForm #cat .text {
  width: 15.625rem;
  height: 1.875rem;
}
@media (width <= 768px) {
  #search #leftForm #cat .text {
    width: 100%;
    height: 2.8125rem;
  }
}
#search #leftForm #cat .text input {
  width: 15.625rem;
  height: 1.875rem;
}
@media (width <= 768px) {
  #search #leftForm #cat .text input {
    width: 100%;
    height: 2.8125rem;
  }
}
#search #leftForm #checkbox {
  padding: 0.3125rem;
}
@media (width <= 768px) {
  #search #leftForm #checkbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
  }
}
#search #leftForm .checkboxItem {
  float: left;
  width: 11.25rem;
  margin: 0.3125rem 0;
}
@media (width <= 768px) {
  #search #leftForm .checkboxItem {
    font-size: 0.875rem;
    float: inherit;
    width: 50%;
  }
}
#search #exe {
  width: 5rem;
}
@media (width <= 768px) {
  #search #exe {
    width: 100%;
  }
}
#search #exe input {
  width: 4.375rem;
  height: 8.75rem;
  background-color: #000;
  color: #fff;
  border-radius: 0.1875rem;
  border: none;
}
@media (width <= 768px) {
  #search #exe input {
    width: 100%;
    height: 2.8125rem;
  }
}

/*************************************************
ピックアップ店舗
/*************************************************/
#pickupShopWrap {
  margin-top: 0.625rem;
  line-height: 1.5em;
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 1.25rem;
}
@media (width <= 768px) {
  #pickupShopWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
  }
}
#pickupShopWrap h2 {
  border-bottom: none;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  #pickupShopWrap h2 {
    padding-bottom: 0;
    margin-bottom: 0rem !important;
  }
}
#pickupShopWrap h2 img {
  width: 100%;
}
#pickupShopWrap .pickupShop {
  border: 1px solid #ccc;
  padding: 0.3125rem;
  width: calc(50% - 0.625rem);
  padding-right: 2.5rem;
  position: relative;
}
@media (width <= 768px) {
  #pickupShopWrap .pickupShop {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
#pickupShopWrap .pickupShop {
  position: relative;
}
#pickupShopWrap .pickupShop:before {
  content: "";
  display: block;
  position: absolute;
  right: 0.3125rem;
  top: 0.3125rem;
  width: 1.25rem;
  height: calc(100% - 0.625rem);
  background-color: #000;
  border-radius: 0.1875rem;
}
#pickupShopWrap .pickupShop:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.625rem;
  top: calc(50% - 0.375rem);
  width: 0.5rem;
  height: 0.75rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
}
#pickupShopWrap .pickupShop .pic {
  float: left;
  width: 6.25rem;
  height: 6.25rem;
}
#pickupShopWrap .pickupShop .shopInfo {
  float: right;
  width: calc(100% - 7.5rem);
  padding-top: 0.625rem;
  line-height: 1.4;
}
#pickupShopWrap .pickupShop .shopInfo .shopName {
  font-size: 1rem;
}
@media (width <= 768px) {
  #pickupShopWrap .pickupShop .shopInfo .shopName {
    font-size: 0.9375rem;
  }
}
#pickupShopWrap .pickupShop .shopInfo .shopName a {
  font-weight: bold;
}
#pickupShopWrap .pickupShop .shopInfo .shopAddress {
  font-size: 0.8em;
  color: #666;
}
#pickupShopWrap .pickupShop .shopInfo .shopDetail {
  width: 5.625rem;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #000;
  text-align: center;
  font-size: 0.625rem;
  border-radius: 0.25rem;
  line-height: 1;
  padding: 0.375rem 0.625rem;
  color: #fff;
}
@media (width <= 768px) {
  #pickupShopWrap .pickupShop .shopInfo .shopDetail {
    bottom: 1.25rem;
  }
}
#pickupShopWrap .pickupShop .shopInfo .shopDetail a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#pickupShopWrap .pickupShop .shopInfo .shopIntro {
  font-size: 0.875rem;
}
@media (width <= 768px) {
  #pickupShopWrap .pickupShop .shopInfo .shopIntro {
    font-size: 0.9375rem;
  }
}
.p-search-place #pickupShopWrap .pickupShop {
  width: 100%;
}

/*************************************************
ピックアップイベント
/*************************************************/
#pickupEventWrap {
  line-height: 1.5em;
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.625rem;
}
@media (width <= 768px) {
  #pickupEventWrap {
    margin-top: 0;
    gap: 0.625rem;
  }
}
#pickupEventWrap h2 {
  border-bottom: none;
  padding-bottom: 1.25rem;
}
@media (width <= 768px) {
  #pickupEventWrap h2 {
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
}
#pickupEventWrap h2 img {
  width: 100%;
}
#pickupEventWrap p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
#pickupEventWrap .pickupEvent {
  border: 1px solid #ccc;
  padding: 0.3125rem;
}
#pickupEventWrap .pickupEvent a {
  display: block;
  height: 6.25rem;
  position: relative;
  padding-right: 2.5rem;
}
@media (width <= 768px) {
  #pickupEventWrap .pickupEvent a {
    height: auto;
    display: flex;
    justify-content: space-between;
  }
}
#pickupEventWrap .pickupEvent a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0.3125rem;
  top: 0.3125rem;
  width: 1.25rem;
  height: calc(100% - 0.625rem);
  background-color: #000;
  border-radius: 0.1875rem;
}
#pickupEventWrap .pickupEvent a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.625rem;
  top: calc(50% - 0.375rem);
  width: 0.5rem;
  height: 0.75rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
}
@media (width <= 768px) {
  #pickupEventWrap .pickupEvent:not(:first-child) {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1.25rem;
  }
}
#pickupEventWrap .pickupEvent .pic {
  float: left;
  width: 6.25rem;
  height: 6.25rem;
}
#pickupEventWrap .pickupEvent .eventInfo {
  float: right;
  width: calc(100% - 7.5rem);
}
#pickupEventWrap .pickupEvent .eventInfo .eventName {
  font-weight: bold;
  font-size: 1.2em;
}
@media (width <= 768px) {
  #pickupEventWrap .pickupEvent .eventInfo .eventName {
    font-size: 0.9375rem;
  }
}
#pickupEventWrap .pickupEvent .eventInfo .eventName a {
  font-weight: bold;
}
#pickupEventWrap .pickupEvent .eventInfo .eventAddress {
  font-size: 0.8em;
  color: #666;
}
@media (width <= 768px) {
  #pickupEventWrap .pickupEvent .eventInfo .eventAddress {
    font-size: 0.0625rem;
    display: none;
  }
}
@media (width <= 768px) {
  #pickupEventWrap .pickupEvent .eventInfo .eventIntro {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
#pickupEventWrap .pickupEvent .eventInfo .eventDetail {
  width: 5.625rem;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #000;
  text-align: center;
  font-size: 0.625rem;
  border-radius: 0.25rem;
}
@media (width <= 768px) {
  #pickupEventWrap .pickupEvent .eventInfo .eventDetail {
    bottom: 1.25rem;
  }
}
#pickupEventWrap .pickupEvent .eventInfo .eventDetail a {
  line-height: 1;
  display: block;
  color: #fff;
  padding: 0.375rem 0.625rem;
  text-decoration: none;
}

/*************************************************
ピックアップ商品
/*************************************************/
#pickupItemWrap {
  margin-top: 1.25rem;
  line-height: 1.5em;
}
@media (width <= 768px) {
  #pickupItemWrap {
    margin-bottom: 0;
  }
}

#pickupItemWrap h2 {
  border-bottom: none;
}

#pickupItemWrap .pickupItem {
  height: auto;
  width: 8rem;
  margin: 0.625rem 0.125rem;
  position: relative;
  float: left;
}

#pickupItemWrap .pickupItem .pic {
  float: left;
  width: 8rem;
  height: auto;
  text-align: center;
}

#pickupItemWrap .pickupItem .itemInfo .itemPrice {
  color: #c06;
}

/*************************************************
ページャー
/*************************************************/
.pager {
  height: 1.5625rem;
}

.pager .prev {
  float: left;
}

.pager .next {
  float: right;
}

/*************************************************
検索結果ページ
/*************************************************/
.shops {
  margin-bottom: 1.25rem;
}
.shops a {
  font-weight: bold;
}
.shops .shopLeft {
  width: 6.25rem;
  float: left;
}
.shops .shopLeft .shopPic {
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: 0.625rem;
}
.shops .shopLeft .shopSubmit {
  background-color: #000;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.625rem;
  border-radius: 0.25rem;
}
.shops .shopLeft .shopSubmit a {
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
.shops .shopRight {
  float: right;
  width: calc(100% - 7.5rem);
}
.shops .shopRight .shopName {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5em;
  border-bottom: 1px dashed #ccc;
}
@media (width <= 768px) {
  .shops .shopRight .shopName {
    font-size: 0.9375rem;
  }
}
.shops .shopRight .shopAddr {
  background-image: url(../images/icon_pin.png);
  background-repeat: no-repeat;
  background-position: 0 0.1875rem;
  color: #999;
  padding-left: 1.25rem;
  border-bottom: 1px dashed #ccc;
}
@media (width <= 768px) {
  .shops .shopRight .shopAddr {
    font-size: 0.75rem;
  }
}
.shops .shopRight .shopTel {
  background-image: url(../images/icon_tel.png);
  background-repeat: no-repeat;
  background-position: 0 0.1875rem;
  padding-left: 1.25rem;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
}
@media (width <= 768px) {
  .shops .shopRight .shopIntro {
    font-size: 0.875rem;
  }
}
.shops .shopRight .shopIcons img {
  vertical-align: bottom;
}
.shops .shopRight .shopIcons {
  border-bottom: 1px dashed #ccc;
  line-height: 2.1875rem;
  padding-bottom: 0.3125rem;
}

/*************************************************
社交ダンスのメリット
/*************************************************/
ul#faq li.question {
  list-style-image: url(../images/question.png);
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.75rem;
}

ul#faq li.answer {
  list-style-image: url(../images/answer.png);
  margin-bottom: 1.875rem;
}

#merit {
  font-size: 1.3em;
}

/********************************************************************/
/* Contact Form 7
/********************************************************************/
.wpcf7 {
  max-width: 37.5rem;
  margin: 0 auto;
}
.wpcf7 input {
  height: 2.8125rem;
  width: 100%;
  margin-bottom: 1.25rem;
}
.wpcf7 input[type=submit] {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 0.1875rem;
}
.wpcf7 textarea {
  width: 100%;
  height: 15.625rem;
  margin-bottom: 1.25rem;
}

.wpcf7-submit {
  height: 1.875rem;
  width: 4.375rem;
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .wpcf7-not-valid {
  background: pink;
}

.wpcf7 .wpcf7-response-output {
  margin: 0.625rem 0 0;
  padding: 0.5rem 2.1875rem 0.5rem 0.875rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.wpcf7 .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

.wpcf7-text {
  height: 1.5625rem;
  width: 15.625rem;
}

/********************************************************************/
/* 相互リンク
/********************************************************************/
#link table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin-bottom: 2.5rem;
}

#link th {
  vertical-align: middle;
}

#link th,
#link td {
  border: 1px solid #ccc;
  padding: 0.625rem;
}

#link2 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.5rem;
}

#link2 th {
  vertical-align: middle;
}

#link2 th,
#link2 td {
  border-bottom: 1px dotted #ccc;
  padding: 0.625rem;
}

/********************************************************************/
/* 掲載したい方
/********************************************************************/
#ask td,
#ask th {
  vertical-align: middle;
  padding: 0.3125rem;
  border-bottom: 1px dashed #ccc;
}

#ask #zip11 {
  width: 6.25rem;
}

#ask .submit {
  margin: 0.625rem auto;
}

/********************************************************************/
/* 社交ダンスについて　リスト
/********************************************************************/
.widget li {
  float: left;
  width: 10.3125rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
}

/********************************************************************/
/* 掲載したい方
/********************************************************************/
.pager {
  text-align: center;
}

a.page-numbers,
.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  padding: 0.3125rem 0.5rem;
  margin: 0 0.125rem;
}

.pager .current {
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

/* =============================================================================
	jQueryでのカレンダー
============================================================================= */
table.calendar {
  margin: 0 0 1.5em 0.625rem;
  background: #fff;
}

table.calendar thead th,
table.calendar thead td {
  padding: 0 0 0.125rem;
  text-align: center;
}

table.calendar tbody th,
table.calendar tbody td {
  padding: 0.3125rem;
  border: 1px solid #ccc;
  width: 1.25rem;
  text-align: center;
}

table.calendar tbody th {
  background-color: #eee;
}

table.calendar tbody td {
  color: #666;
}

table.calendar th.sun,
table.calendar td.sun {
  color: #d00;
}

table.calendar th.sat,
table.calendar td.sat {
  color: #00d;
}

table.calendar td.today {
  color: #000;
  background-color: #eee;
  font-weight: bold;
}

table.table_area {
  margin-bottom: 1.5em;
  width: 100%;
}

table.table_area thead th {
  line-height: 1em;
}

table.calendar td a {
  display: block;
}

/********************************************************************/
/* イベントスケジュール
/********************************************************************/
#name_select {
  line-height: 2.1875rem;
  position: static;
  margin-bottom: 3.75rem;
}

#name_select .text {
  width: 12.5rem;
  height: 1.5625rem;
  margin-left: 0.9375rem;
}

#name_select .radio {
  position: relative;
  top: 0.125rem;
  height: 0.9375rem;
  width: 0.9375rem;
  line-height: 2.1875rem;
}

#name_select span {
  font-size: 1.5em;
  font-weight: bold;
}

#pref_select,
.pref {
  display: none;
}

#schedule_left {
  width: 300px;
  float: left;
}
#schedule_left p {
  font-size: 1.5em;
  font-weight: bold;
}
#schedule_left img {
  vertical-align: inherit;
}

#area_select p,
#pref_select p {
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 0.9375rem;
}

#area_select {
  margin-bottom: 1.25rem;
}

#area_select img {
  vertical-align: inherit;
}

#schedule_right {
  width: 20.625rem;
  min-height: 22.5rem;
  float: right;
}

#area li,
.pref li {
  width: 9.375rem;
  height: 1.875rem;
  float: left;
  margin-left: 0.9375rem;
  margin-bottom: 0.3125rem;
  margin-bottom: 0.3125rem;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
}

.ui-datepicker {
  width: auto !important;
}

table.ui-datepicker-calendar td,
table.ui-datepicker-calendar th {
  line-height: 3.35em;
}

.submit_schedule {
  width: 15.625rem;
  height: 2.5rem;
  margin: 1.25rem auto 0 auto;
}

#schedule table {
  width: 100%;
  font-size: 1em;
}
#schedule th,
#schedule td {
  padding: 0.3125rem;
  font-size: 1.9em;
  font-weight: bold;
}
#schedule th {
  border-bottom: 0.125rem solid #000;
}
#schedule td {
  border-bottom: 1px dashed #ccc;
}
#schedule td div {
  font-weight: normal;
  font-size: 0.8em;
  color: #666;
}
#schedule .time {
  width: 6.875rem;
}
#schedule .place {
  width: 12.5rem;
}
#schedule .price {
  width: 7.5rem;
}

td.ui-datepicker-current-day a.ui-state-active {
  background: pink;
}

#date_show {
  font-size: 1.5em;
  font-weight: bold;
}

#reset {
  margin-right: 0.625rem;
}

/********************************************************************/
/* クーポン
/********************************************************************/
#coupon {
  /*    background:url(../images/coupon.png) no-repeat;*/
  width: 56.25rem;
  height: 18.5625rem;
  position: static;
  color: #57493c;
  top: -18.75rem;
  margin-bottom: -18.75rem;
}
#coupon p#date_coupon {
  position: relative;
  top: -13.75rem;
  left: 2.1875rem;
  line-height: 2.3125rem;
  font-weight: bold;
}
#coupon p#publish_coupon {
  float: right;
  position: relative;
  top: -19.875rem;
  right: 4.0625rem;
}
#coupon p#no {
  width: 7.5rem;
  float: right;
  position: relative;
  top: -7.6875rem;
  right: -4.0625rem;
}

/********************************************************************/
/* ページ
/********************************************************************/
/********************************************************************/
/* パートナー探し
/********************************************************************/
/********************************************************************/
/* オススメ動画
/********************************************************************/
#topRecommendMovie {
  margin-bottom: 2.5rem;
}
@media (width <= 768px) {
  #topRecommendMovie {
    margin-bottom: 1.25rem;
  }
}
#topRecommendMovie h2 {
  border-bottom: none;
}
@media (width <= 768px) {
  #topRecommendMovie h2 {
    margin-bottom: 0rem !important;
  }
}
#topRecommendMovie h2 img {
  width: 100%;
}

.flex {
  display: flex;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (width <= 768px) {
  .flex {
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    gap: 1.25rem;
  }
}
.flex > div {
  width: 50%;
  padding: 0 0.625rem;
}
@media (width <= 768px) {
  .flex > div {
    width: 100%;
    padding: 0;
  }
}
.flex > div img {
  width: 100%;
}

/********************************************
* Youtube
********************************************/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/********************************************************************/
/* フォーラム
/********************************************************************/
#bbp_anonymous_website {
  display: none;
}

.bbp-form p:nth-of-type(3) {
  display: none;
}

#new-post {
  margin: 0;
}

div.bbp-submit-wrapper {
  width: 12.5rem;
  margin: 0 auto;
  display: block;
  float: none;
}
div.bbp-submit-wrapper * {
  box-sizing: border-box;
}

#bbpress-forums fieldset.bbp-form legend {
  font-size: 1.125rem;
  font-weight: 700;
}

#bbpress-forums fieldset.bbp-form {
  background-color: #ddd;
  border: 1px solid #bbb;
}
@media (width <= 768px) {
  #bbpress-forums fieldset.bbp-form {
    padding: 0;
  }
}
#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form input[type=email] {
  height: 2.5rem;
}
@media (width <= 768px) {
  #bbpress-forums fieldset.bbp-form input[type=text],
  #bbpress-forums fieldset.bbp-form input[type=email] {
    width: 100%;
  }
}
#bbpress-forums fieldset.bbp-form button[type=submit] {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 0.1875rem;
  width: 100%;
  padding: 0.3125rem;
  margin-bottom: 0.625rem;
}

/********************************************************************/
/* クーポン
/********************************************************************/
.top_recommend li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}
.top_recommend li .text {
  width: auto !important;
}
.top_recommend li .thumb {
  width: 5rem !important;
  height: 5rem !important;
  display: inne-block;
  margin-right: 1.25rem;
}
.top_recommend li .thumb img {
  width: 5rem !important;
  height: 5rem !important;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5 {
  margin-bottom: 1em;
}
@media (width <= 768px) {
  #main h1,
  #main h2,
  #main h3,
  #main h4,
  #main h5 {
    margin-bottom: 0.625rem;
  }
}
#main h1:not(:first-child),
#main h2:not(:first-child),
#main h3:not(:first-child),
#main h4:not(:first-child),
#main h5:not(:first-child) {
  margin-top: 2em;
}
#main p {
  margin-bottom: 1em;
  font-size: 0.9375rem;
  line-height: 1.6;
}
#main p:last-child {
  margin-bottom: 0;
}
#main table {
  width: 100%;
  margin-bottom: 2em;
  max-width: 100%;
}
@media (width <= 768px) {
  #main table {
    width: 100%;
  }
}
@media (width <= 768px) {
  #main table th {
    display: block;
    width: 100%;
  }
}
@media (width <= 768px) {
  #main table td {
    display: block;
    width: 100%;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0.625rem !important;
}

.swiper-pagination-bullet-active {
  background-color: #000 !important;
}

/* bbPrss */
#bbpress-forums {
  font-size: 0.9375rem;
  line-height: 1.6;
}

#bbpress-forums a,
#bbpress-forums a:hover {
  font-size: 1rem;
  font-weight: 700;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  padding: 0.9375rem;
}

#bbpress-forums a,
#bbpress-forums a:hover {
  font-size: 0.8125rem;
}

/********************************************
* Wordpress
********************************************/
/* Media */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/* Contact Form */
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  background: pink;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

#bbp-content .c-btn {
  margin: 1.25rem 0 0;
}
#bbp-content .bbp-delete-form {
  display: flex;
  align-items: end;
  gap: 0.625rem;
  flex-wrap: wrap;
}
@media (width <= 768px) {
  #bbp-content .bbp-delete-form {
    justify-content: center;
  }
}
#bbp-content input {
  height: 2.1875rem;
}
@media (width <= 768px) {
  #bbp-content input[type=checkbox] {
    height: auto;
  }
}
@media (width <= 768px) {
  #bbp-content .bbp-form p {
    padding: 0 0.625rem !important;
  }
}
#bbp-content .bbp-author-avatar {
  display: none;
}
#bbp-content .bbp-reply-author {
  padding-top: 12px;
}

/********************************************
* Component
********************************************/
.tml-button,
.c-btn {
  border: #000 1px solid;
  background-color: #000;
  color: #fff;
  width: 15.625rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  margin: 0 auto;
}
.tml-button:hover,
.c-btn:hover {
  background-color: #fff;
  color: #000;
}
.tml-button--white,
.c-btn--white {
  background-color: #fff;
  color: #000;
}
.tml-button--white:hover,
.c-btn--white:hover {
  background-color: #000;
  color: #fff;
}
.tml-button--red,
.c-btn--red {
  background-color: #d63638;
  border: 1px solid #d63638;
  color: #fff;
}
.tml-button--red:hover,
.c-btn--red:hover {
  background-color: #fff;
  color: #d63638;
}

.c-btns {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}
@media (width <= 768px) {
  .c-btns {
    flex-wrap: wrap;
  }
}
.c-btns .c-btn {
  margin: 0;
}
@media (width <= 768px) {
  .c-btns .c-btn {
    width: calc(50% - 0.3125rem);
    line-height: 1.2;
  }
}

.c-card {
  border: 1px solid #ccc;
  transition: 0.5s;
  position: relative;
  background-color: #f4f4f4;
  border-radius: 0.1875rem;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .c-card {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.c-card:last-of-type {
  margin-bottom: 0;
}
.c-card:hover {
  transform: scale(1.05);
  z-index: 2;
}
.c-card__link {
  padding-right: 2.5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0.3125rem;
  padding-right: 2.5rem;
  text-decoration: none;
}
.c-card__link:before {
  content: "";
  display: block;
  position: absolute;
  right: 0.3125rem;
  top: 0.3125rem;
  width: 1.25rem;
  height: calc(100% - 0.625rem);
  background-color: #000;
  border-radius: 0.1875rem;
}
.c-card__link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.625rem;
  top: calc(50% - 0.375rem);
  width: 0.5rem;
  height: 0.75rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
}
.c-card__thumb {
  width: 6.25rem;
  height: 6.25rem;
}
.c-card__text {
  width: calc(100% - 7.5rem);
  padding-top: 0.625rem;
  line-height: 1.4;
}
.c-card__text-name {
  font-size: 1rem;
}
@media (width <= 768px) {
  .c-card__text-name {
    font-size: 0.9375rem;
  }
}
.c-card__text-name a {
  font-weight: bold;
}
.c-card__text-address {
  font-size: 0.8em;
  color: #666;
}
.c-card__text-info {
  font-size: 0.875rem;
}
@media (width <= 768px) {
  .c-card__text-info {
    font-size: 0.9375rem;
  }
}
.c-card--half {
  width: calc(50% - 0.625rem);
}
@media (width <= 768px) {
  .c-card--half {
    width: 100%;
  }
}
.c-card--half:hover {
  transform: scale(1.1);
}

.c-gmap iframe {
  width: 100%;
  height: 28.125rem;
}
@media (width <= 768px) {
  .c-gmap iframe {
    height: 15.625rem;
  }
}

.c-host__table.c-table th {
  text-align: right;
  padding-right: 1.25rem;
}
@media (width <= 768px) {
  .c-host__table.c-table th {
    text-align: left;
  }
}
.c-host__table.c-table i {
  margin-right: 0.3125rem;
  font-size: 1.25rem;
}

.c-howto-use__content {
  display: none;
}
.c-howto-use__title {
  position: relative;
}
.c-howto-use__trigger {
  font-weight: 700;
  text-decoration: underline;
}

.c-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list--upper-alphabet {
  list-style: upper-alpha;
}
.c-list--lower-alphabet {
  list-style: lower-alpha;
}
.c-list--upper-roman {
  list-style: upper-roman;
}
.c-list--lower-roman {
  list-style: lower-roman;
}
.c-list--none {
  list-style: none;
}
.c-list--circle {
  list-style: circle;
}
.c-list--square {
  list-style: square;
}
.c-list--decimal {
  list-style: decimal;
}
.c-list--decimal-leading-zero {
  list-style: decimal-leading-zero;
}

.c-pagenation {
  margin: 50px 0 0 0;
  text-align: center;
}
.c-pagenation:after, .c-pagenation__navul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.c-pagenation__nav {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 0.3125rem;
}
.c-pagenation__item {
  float: left;
  list-style: none outside none;
}
.c-pagenation__item--active {
  background-color: #333;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 10px 20px;
}
.c-pagenation__link {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.c-pagenation__link:hover {
  background-color: #333;
  color: #ffffff;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

.c-partner-area {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (width <= 768px) {
  .c-partner-area {
    gap: 0.625rem;
  }
}
.c-partner-area__item {
  width: calc(50% - 0.625rem);
  border: 1px solid #333;
}
.c-partner-area__link {
  display: block;
  background-color: #eee;
  padding: 1.875rem 0.625rem;
  text-align: center;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
@media (width <= 768px) {
  .c-partner-area__link {
    padding: 1.25rem 0.625rem;
    font-size: 0.875rem;
  }
}
.c-partner-area__link:hover {
  background-color: #ddd;
}

.c-party-area__form {
  margin-bottom: 2.5rem;
}
.c-party-area__select {
  height: 2.1875rem;
  width: 12.5rem;
}
@media (width <= 768px) {
  .c-party-area__select {
    width: 100%;
  }
}

.c-party-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  margin-bottom: 2.5rem;
}

.c-party-list__item {
  display: flex;
  margin-bottom: 0.625rem;
  gap: 0.625rem;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 0.625rem;
  background-color: #eee;
}
.c-party-list__item:last-of-type {
  margin-bottom: 0;
}
.c-party-list__item--with-photos .c-party-list__detail {
  width: calc(100% - 8.75rem);
}
@media (width <= 768px) {
  .c-party-list__item--with-photos .c-party-list__detail {
    width: 100%;
  }
}
.c-party-list__item--with-photos .c-party-list__photos {
  display: block;
  width: 8.125rem;
}
@media (width <= 768px) {
  .c-party-list__item--with-photos .c-party-list__photos {
    width: 100%;
  }
}
.c-party-list__item--with-photos .c-party-list__photos-link {
  width: 8.125rem;
}
@media (width <= 768px) {
  .c-party-list__item--with-photos .c-party-list__photos-link {
    width: 100%;
  }
}
.c-party-list__photos {
  display: none;
}
@media (width <= 768px) {
  .c-party-list__photos {
    order: 3;
  }
}
.c-party-list__detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  color: #999;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media (width <= 768px) {
  .c-party-list__detail {
    font-size: 0.625rem;
    order: 1;
  }
}
.c-party-list__detail span {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
}
@media (width <= 768px) {
  .c-party-list__detail span {
    font-size: 0.875rem;
  }
}
.c-party-list__detail i {
  margin: 0 0.3125rem;
  font-size: 1.25rem;
}
.c-party-list__date {
  background-color: #000;
  color: #fff;
  padding: 0 0.625rem;
  width: 16.875rem;
  text-align: center;
}
@media (width <= 768px) {
  .c-party-list__date {
    width: 100%;
    padding: 0.25rem 0;
  }
}
.c-party-list__date span {
  color: #fff;
}
.c-party-list__ribon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  background-color: #ddd;
  padding: 0.625rem;
  color: #000;
}
.c-party-list__ribon-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e90ff;
}
@media (width <= 768px) {
  .c-party-list__ribon-name {
    font-size: 0.875rem;
  }
}
.c-party-list__ribon-name--female {
  color: #ff1f8f;
}
.c-party-list__memo {
  color: #000;
  width: 100%;
  font-size: 0.8125rem;
  width: 100%;
}
@media (width <= 768px) {
  .c-party-list__memo {
    font-size: 0.6875rem;
    order: 2;
  }
}
.c-party-list__btn {
  display: none;
  text-align: center;
  background-color: #ddd;
  margin: 0 auto;
  width: 14.375rem;
  text-align: center;
  padding: 0.4375rem 0;
  line-height: 1;
}
@media (width <= 768px) {
  .c-party-list__btn {
    display: block;
    font-size: 0.75rem;
  }
}
.c-party-list__btn:after {
  content: "▼";
  display: inline-block;
  margin-left: 0.3125rem;
  margin-top: -0.625rem;
  font-size: 0.75rem;
  transform: translateY(-0.0625rem);
}
@media (width <= 768px) {
  .c-party-list__btn:after {
    font-size: 0.625rem;
  }
}

.c-photo-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (width <= 768px) {
  .c-photo-gallery {
    gap: 0.625rem;
  }
}
.c-photo-gallery__item {
  width: calc(25% - 0.9375rem);
}
@media (width <= 768px) {
  .c-photo-gallery__item {
    width: calc(50% - 0.3125rem);
  }
}

@media (width <= 768px) {
  .c-party-photo-gallery {
    margin-top: 0.625rem;
    display: none;
  }
}
.c-party-photo-gallery__item {
  padding-bottom: 0.625rem;
}
.c-party-photo-gallery__link {
  height: 7.1875rem;
  display: block;
}
@media (width <= 768px) {
  .c-party-photo-gallery__link {
    height: auto;
  }
}
.c-party-photo-gallery .swiper-scrollbar {
  bottom: 0rem !important;
}

.c-place__tabs {
  display: flex;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .c-place__tabs {
    overflow-x: scroll;
  }
}
.c-place__tabs-item {
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0.625rem 1.875rem;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 0.1875rem 0.1875rem 0 0;
  transition: 0.5s;
  position: relative;
}
@media (width <= 768px) {
  .c-place__tabs-item {
    flex-shrink: 0;
  }
}
.c-place__tabs-item:not(:first-child) {
  margin-left: -1px;
}
.c-place__tabs-item--current {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  z-index: 1;
  transform: scale(1.1);
}
@media (width <= 768px) {
  .c-place__tabs-item--current {
    transform: inherit;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-place__content-item {
  padding-left: 1.25rem;
  display: none;
}
@media (width <= 768px) {
  .c-place__content-item {
    padding-left: 0;
  }
}
.c-place__content-item--current {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}

.c-scroll {
  overflow-x: auto;
}
.c-scroll table {
  min-width: 640px;
  margin: 0 0 40px 0;
}

.c-scroll-bar {
  overflow-y: scroll;
}
.c-scroll-bar::-webkit-scrollbar {
  width: 0.15625rem;
}
.c-scroll-bar::-webkit-scrollbar-thumb {
  background-color: #ff0000;
  border-radius: 999px;
}
.c-scroll-bar::-webkit-scrollbar-track {
  background-color: #999;
  border-radius: 0.15625rem;
}

.c-section {
  margin-bottom: 2.5rem;
}

.c-table {
  width: 100%;
  margin-bottom: 2em;
  border-collapse: collapse;
}
.c-table th {
  text-align: center;
  background: #ededed;
  padding: 0.625rem;
  width: 12.5rem;
  border: 1px solid #d1d1d1;
  vertical-align: middle;
}
@media (width <= 768px) {
  .c-table th {
    width: 100%;
    display: block;
  }
}
.c-table td {
  padding: 0.625rem;
  text-align: left;
  border: 1px solid #d1d1d1;
}
@media (width <= 768px) {
  .c-table td {
    width: 100%;
    display: block;
  }
}

.c-title__h1 {
  font-size: 1.5rem;
  background-color: #000;
  color: #fff;
  padding: 0.625rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .c-title__h1 {
    font-size: 1.125rem;
  }
}
@media (width <= 768px) {
  .c-title__h2 {
    font-size: 1rem;
  }
}
.c-title__h2--top {
  background-color: #000;
  color: #fff;
  padding: 0.625rem;
}
@media (width <= 768px) {
  .c-title__h2--top {
    font-size: 1rem;
  }
}

.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-youtube-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.c-youtube-list__item {
  width: calc(50% - 0.625rem);
}
@media (width <= 768px) {
  .c-youtube-list__item {
    width: 100%;
  }
}
.c-youtube-list .c-youtube {
  padding-top: 27.25%;
}
@media (width <= 768px) {
  .c-youtube-list .c-youtube {
    padding-top: 56.25%;
  }
}

/********************************************
* Project
********************************************/
.p-home__bnrs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .p-home__bnrs {
    margin-bottom: 1.25rem;
  }
}
.p-home__bnrs-item {
  width: 33.3%;
  flex: 1;
}
@media (width <= 768px) {
  .p-home__bnrs-item {
    width: calc(50% - 0.31875rem);
    flex: inherit;
  }
}
.p-home__party {
  margin-bottom: 2.5rem;
}
.p-home__party h2 {
  border-bottom: none;
}
@media (width <= 768px) {
  .p-home__party h2 {
    padding-bottom: 0;
  }
}
.p-home .c-party-list {
  margin-bottom: 1.25rem;
}

.p-place__slider {
  margin-bottom: 1.25rem;
}
.p-place__slider-item {
  height: 31.25rem !important;
}
@media (width <= 768px) {
  .p-place__slider-item {
    height: 9.375rem !important;
  }
}
.p-place .swiper {
  padding-bottom: 2.5rem !important;
}
.p-place__feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  margin-bottom: 0.625rem;
}

.p-schedule .u-text--warning {
  font-size: 1.2em !important;
}
.p-schedule__bottom {
  text-align: center;
  margin-top: 3.75rem;
}
@media (width <= 768px) {
  .p-schedule__bottom {
    margin-top: 2.5rem;
  }
}
.p-schedule__notice {
  background-color: #ddd;
  padding: 1.875rem 0.9375rem;
  margin-top: 2.5rem;
  text-align: center;
  border: 1px solid #999;
}
.p-schedule__notice-title {
  font-size: 1.25rem;
}
.p-schedule__notice-p {
  margin-bottom: 2.5rem !important;
}
@media (width <= 768px) {
  .p-schedule__notice-p {
    text-align: left;
  }
}
@media (width <= 768px) {
  .p-schedule__notice .c-btn {
    width: 100%;
  }
}
.p-schedule .swiper {
  padding-bottom: 0 !important;
}

.p-voice__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-voice__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 0;
}
@media (width <= 768px) {
  .p-voice__item {
    flex-wrap: wrap;
  }
}
.p-voice__item:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.p-voice__item:nth-of-type(2n) .p-voice__thumb {
  order: 2;
}
@media (width <= 768px) {
  .p-voice__item:nth-of-type(2n) .p-voice__thumb {
    order: 1;
  }
}
.p-voice__item:nth-of-type(2n) .p-voice__text {
  order: 1;
}
@media (width <= 768px) {
  .p-voice__item:nth-of-type(2n) .p-voice__text {
    order: 2;
  }
}
.p-voice__thumb {
  width: 11.25rem;
  text-align: center;
}
@media (width <= 768px) {
  .p-voice__thumb {
    width: 12.5rem;
    margin: 0 auto 1.25rem;
  }
}
.p-voice__img {
  width: 11.25rem;
  vertical-align: bottom;
}
.p-voice__name {
  background: #ddd;
  display: block;
  padding: 0.3125rem 0.625rem;
  text-align: center;
}
.p-voice__text {
  width: calc(100% - 12.5rem);
}
@media (width <= 768px) {
  .p-voice__text {
    width: 100%;
  }
}

/* Utilities */
.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-pc {
  display: block;
}
@media (width <= 768px) {
  .u-pc {
    display: none;
  }
}
.u-pc--inline {
  display: inline;
}
@media (width <= 768px) {
  .u-pc--inline {
    display: none;
  }
}
.u-pc--iblock {
  display: inline-block;
}
@media (width <= 768px) {
  .u-pc--iblock {
    display: none;
  }
}
.u-pc--table {
  display: table;
}
@media (width <= 768px) {
  .u-pc--table {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (width <= 768px) {
  .u-sp {
    display: block;
  }
}
.u-sp--inline {
  display: none;
}
@media (width <= 768px) {
  .u-sp--inline {
    display: inline;
  }
}
.u-sp--iblock {
  display: none;
}
@media (width <= 768px) {
  .u-sp--iblock {
    display: inline-block;
  }
}
.u-sp--table {
  display: none;
}
@media (width <= 768px) {
  .u-sp--table {
    display: table;
  }
}

.u-ofit img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-pos--absolute {
  position: absolute;
}
.u-pos--fixed {
  position: fixed;
}
.u-pos--relative {
  position: relative;
}

.u-text--default {
  font-family: "Noto Sans JP", sans-serif;
}
.u-text--mincho {
  font-family: "Shippori Mincho B1", serif;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-text--thin {
  font-weight: 100;
}
.u-text--extra-light {
  font-weight: 200;
}
.u-text--light {
  font-weight: 300;
}
.u-text--regular {
  font-weight: 400;
}
.u-text--medium {
  font-weight: 500;
}
.u-text--semi-bold {
  font-weight: 600;
}
.u-text--bold {
  font-weight: 700;
}
.u-text--extra-bold {
  font-weight: 800;
}
.u-text--black {
  font-weight: 900;
}
.u-text--big {
  font-size: 1.4em;
}
.u-text--regular {
  font-size: 1em;
}
.u-text--small {
  font-size: 0.8em;
}
.u-text--warning {
  color: #ff0000;
}

.u-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.u-ellipsis--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.u-ellipsis--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.u-ellipsis--4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.u-ellipsis--5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

.u-color__yellow {
  color: yellow;
}

.u-fade-in {
  opacity: 0;
  transform: translateY(1.875rem);
  transition: 0.8s;
}
@media (width <= 768px) {
  .u-fade-in {
    transform: translateY(1.875rem);
  }
}
.u-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}