@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 共通 */

/* "Sawarabi Mincho" を削除し、Webフォントの自動読み込みを阻止する */
body {
  /* Webフォント(Sawarabi)を削り、OS標準フォントだけを並べます */
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", "游明朝", "MS PMincho", "ＭＳ Ｐ明朝", serif !important;
  font-weight: 500; /* 明朝体が細すぎる場合は 500 に、以前と同じなら normal に */
  font-style: normal;
  letter-spacing: 0.1em;
}

br.sm {
  display: none;
}

.post_content ol,
.post_content ul {
  padding-left: 0;
}

.post_content > :last-child,
.post_content dd > :last-child,
.post_content div > :last-child {
  margin-bottom: auto;
}
.br_sm {
  display: none;
}

section,
.no-sidebar .content .main .home_contents {
  margin-bottom: 80px;
}

.top .l-content {
  margin-bottom: 0;
}

.top .wrp_group:last-child {
  padding-bottom: 6em;
}

.post_content h2,
.post_content h3 {
  line-height: 160%;
  margin: 0 auto 10px;
}

h1.c-pageTitle {
  text-align: center;
}

.post_content h2 {
  font-size: 20px;
  text-align: center;
  padding: 10px;
  border-bottom: solid 1px;
}

.post_content h3 {
  border-top: solid 1px #d9ac00;
  border-bottom: solid 1px #d9ac00;
  padding: 12px 20px;
}

.l-content {
  padding-top: 10px;
}

.top #content {
  padding-top: 1em;
}

.post_content td,
.post_content th,
.post_content td:last-child,
.post_content th:last-child,
.post_content tr:last-child > td {
  border: unset;
}
.post_content .td_to_th_ tbody tr > :first-child:before,
.post_content tbody th:before {
  background-color: unset;
}

table tr {
  border-top: 1px solid #ccc;
}
.post_content td,
.post_content th {
  border: 0;
  padding: 20px;
}

p {
  margin-bottom: 2rem;
}

p:last-child {
  margin-bottom: 0;
}

.mb_10 {
  margin-bottom: 10px;
}

/* Lightbox with PhotoSwipe */
.pswp__bg {
  opacity: 0.7 !important;
}

.c-postThumb__cat {
  opacity: 0.7;
  border: solid 1px #fff;
}

.p-postList .p-postList__title {
  border-bottom: solid 1px #000;
}

.-type-big .p-postList__body,
.-type-card .p-postList__body {
  padding-top: 5px;
}

.c-postTitle__ttl,
.l-topTitleArea .u-thin {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 1));
  text-align: center;
  margin: auto;
}
/* テーマ */
span.marker-red {
  background: var(--color_mark_orange);
}

/* カスタム */
div.btn_normal {
  position: relative;
  display: flex;
}
div.btn_normal a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  background-color: #d9ac01;
  border-radius: 50px;
  padding: 10px 40px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  width: fit-content;
}
div.btn_normal a:hover {
  opacity: 0.7;
}

div#content .wrp_image,
div#content .dl_faq,
div#content .ul_gallery,
div#content .ul_anchor_list,
table,
div#content .wrp_image_right.mb_space,
div#content .wrp_image_left.mb_space,
.wrp_menu,
div#content .wrp_image_right:last-child,
div#content .wrp_image_left:last-child,
.txt_headline,
.wrp_course_menu,
ul.ul_share {
  margin-bottom: 60px !important;
}

.ul_course li {
  list-style: none;
}

.ul_course li dl dt {
  float: left;
  flex-grow: 1;
}

.wrp_menu {
  overflow: hidden;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.wrp_menu div {
  margin-left: 20px;
  width: calc(100% - 420px);
  float: right;
}

.wrp_menu ul {
  width: 100%;
  padding: 0;
  margin-bottom: 50px;
}

.wrp_menu ul li {
  list-style: none;
  margin-bottom: 1.4em;
}

.wrp_menu ul dl {
  padding: 0px;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: wrap;
}

.wrp_menu ul dl dd {
  text-align: right;
  margin: 0px;
  flex-grow: 3;
}

.wrp_menu ul dl dt,
.wrp_menu ul dl dd {
  border-bottom: solid 1px #ccc;
  padding: 5px;
}

.ul_anchor_list {
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.article .ul_anchor_list li {
  list-style: none;
  border-radius: 3px;
  text-align: center;
  width: calc((100% - 50px) / 6);
  margin: 0px 10px 0px 0px;
}

.ul_anchor_list li a {
  color: #fff;
  text-decoration: none;
  display: block;
  background-color: #d9ac00;
  border-radius: 3px;
}

.ul_anchor_list li a:hover {
  opacity: 0.7;
}

.article .ul_anchor_list li:last-child {
  margin-right: 0px;
}

div#content .wrp_image.mb_none {
  margin-bottom: 10px;
}

div#content .wrp_image_right.mb_none,
div#content .wrp_image_left.mb_none {
  margin-bottom: 0px;
}

.wrp_image img,
.wrp_image_right img,
.wrp_image_left img {
  width: 100%;
  max-width: 100%;
}

.wrp_image,
.wrp_image_right,
.wrp_image_left {
  width: 92%;
  max-width: 100%;
  display: block;
  clear: both;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.wrp_image_right div,
.wrp_image_left div {
  padding: 20px;
}

.wrp_image_right img,
.wrp_image_left img {
  width: 400px;
  height: auto;
}

.wrp_image_right img {
  float: right;
  margin-left: 20px;
}

.wrp_image_left img {
  float: left;
  margin-right: 20px;
}

.wrp_course {
  width: 90%;
  margin: 0 auto 60px;
}

.wrp_course_menu {
  clear: both;
  display: block;
  overflow: hidden;
  margin-bottom: 60px;
}

.wrp_course_menu div {
  width: calc(100% - 400px);
  padding: 0 20px;
  float: right;
}

.wrp_course_menu dl {
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  float: right;
  font-size: 20px;
}

.txt_headline {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.wrp_course_menu th,
.wrp_course_menu td {
  padding: 5px;
}

.wrp_course_menu th {
  width: 200px;
}

.wrp_course_menu dl dd span,
.wrp_menu ul dl dd span {
  color: #aa0000;
}

.wrp_course img,
.wrp_menu img {
  width: 400px;
  height: auto;
  float: left;
}

div .txt_note {
  /* display: initial;
  background: var(--color_mark_orange); */
  padding: 0px;
  width: 100%;
}

.wrp_text {
  width: 100%;
  margin-bottom: 1rem;
}

.ul_gallery {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
}

.ul_gallery li {
  list-style: none;
}

/* 求人フォーム */
span.txt_sequired {
  background-color: red;
  color: #fff;
  font-size: 12px;
  padding: 0px 5px;
  border-radius: 3px;
  margin-left: 5px;
}

div.wrp_send {
  text-align: center;
}

.wrp_send input[type="submit"],
.wrp_send button {
  background-color: #d9ac00;
  color: #fff;
  padding: 10px 50px;
  border-radius: 3px;
  width: 200px;
}

.wrp_send input[type="submit"]:hover {
  opacity: 0.7;
}

dl.dl_form {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #ccc;
}
dl.dl_form dt {
  width: 25%;
  text-align: center;
  display: flex;
  align-items: center;
}
dl.dl_form dd {
  width: 75%;
}
dl.dl_form dt,
dl.dl_form dd {
  padding: 20px;
  border-top: solid 1px #ccc;
}

.id_2624 div#top_title_area,
.id_2622 div#top_title_area,
.id_2618 div#top_title_area {
  display: none;
}

/* ヘッダー */
.single span.p-breadcrumb__text {
  display: block;
}
.l-topTitleArea {
  min-height: initial;
  padding-top: 0;
}

.l-topTitleArea__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.u-obf-cover {
  height: 100%;
}
.c-filterLayer__img {
  position: unset;
}

.-series .l-header__logo {
  padding: 10px 0;
}
.wrp_follow {
  float: right;
  margin-bottom: 40px;
}

ul.ul_share {
  display: flex;
  flex-wrap: nowrap;
}
ul.ul_share li a i {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
}

ul.ul_share li:last-child {
  margin-right: 0;
}

ul.ul_share li a {
  display: block;
  text-decoration: unset;
}

li a i.icon-twitter {
  background-color: #1da1f2;
}
li a i.icon-twitter:before {
  color: #fff;
}

li a i.icon-facebook {
  background-color: #3b5998;
}
li a i.icon-facebook:before {
  color: #fff;
}

li a i.icon-hatebu {
  background-color: #00a4de;
}
li a i.icon-hatebu:before {
  color: #fff;
}

li a i.icon-pocket {
  background-color: #ef4056;
}
li a i.icon-pocket:before {
  color: #fff;
}

li a i.icon-pinterest {
  background-color: #bd081c;
}
li a i.icon-pinterest:before {
  color: #fff;
}

li a i.icon-line {
  background-color: #00c300;
}
li a i.icon-line:before {
  color: #fff;
}

/* フッター */
.p-articleFoot {
  clear: both;
}
.l-footer .copyright {
  text-align: right;
}
#pagetop {
  background-color: #d9ac00;
  opacity: 1;
}

#pagetop :hover {
  opacity: 0.7 !important;
}
.c-fixBtn {
  border: unset;
}
.c-fixBtn__icon {
  color: #fff;
}

.hov-bg-main:hover {
  background-color: #d9ac00 !important;
  opacity: 0.7 !important;
}

a.btn_follow_twitter {
  background: #1d9bf0;
  font-size: 13px;
  display: block;
  height: 30px;
  width: 140px;
  line-height: 30px;
  float: left;
  color: #fff;
  text-decoration: unset;
  margin-right: 10px;
  border-radius: 30px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}
.btn_insta_follow {
  /*ボタンの下地*/
  color: #fff; /*文字・アイコン色*/
  border-radius: 30px; /*角丸に*/
  position: relative;
  display: inline-block;
  height: 30px; /*高さ*/
  width: 110px;
  text-align: center; /*中身を中央寄せ*/
  font-size: 13px; /*文字のサイズ*/
  line-height: 30px; /*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
  overflow: hidden; /*はみ出た部分を隠す*/
  text-decoration: none; /*下線は消す*/
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.btn_insta_follow:before {
  /*グラデーション②*/
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /*全体を覆う*/
  height: 100%; /*全体を覆う*/
  background: -webkit-linear-gradient(
      15deg,
      #ffdb2c,
      rgb(249, 118, 76) 25%,
      rgba(255, 77, 64, 0) 50%
    )
    no-repeat;
  background: linear-gradient(
      15deg,
      #ffdb2c,
      rgb(249, 118, 76) 25%,
      rgba(255, 77, 64, 0) 50%
    )
    no-repeat;
}

.btn_insta_follow .fa-instagram {
  /*アイコン*/
  font-size: 14px; /*アイコンサイズ*/
  position: relative;
  top: 1px; /*アイコン位置の微調整*/
}

.btn_insta_follow span {
  /*テキスト*/
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

/* ホーム */
.post_content div.follow_home .wrp_follow {
  margin: 50px auto 40px !important;
}

.top h2 {
  text-align: center;
  font-size: 20px;
  margin: 40px auto 60px;
}

.top h2 {
  text-align: center;
  font-size: 20px;
  margin: 40px auto 60px;
}

.top h3 {
  text-align: center;
  border-top: unset;
  border-bottom: solid 1px #000;
  margin: auto 20% 20px;
  font-size: 24px;
}

div div#n2-ss-2 .n2-font-017c15c7d86fb102c44437fa7e7ca678-hover {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
  font-weight: 700;
}
ul.ul_food_home dl {
  display: flex;
}
ul.ul_food_home dl dt p {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  line-height: 130%;
  width: 100%;
  display: none;
}

ul.ul_food_home dl dt p:hover {
  display: block;
}

ul.ul_food_home dl dt img:hover + p {
  display: block;
}

ul.ul_food_home li dl dt {
  background-color: #000;
  height: 185px;
  overflow: hidden;
}

.n2-section-smartslider {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 60px;
}

.ul_food_home {
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);

  padding: 0px;
  width: 1000px;
  margin: auto;
}

ul.ul_food_home dl {
  position: relative;
  height: 100%;
}

ul.ul_food_home dd {
  position: absolute;
  bottom: 0px;
  z-index: 9999;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}

ul.ul_food_home a {
  color: #fff;
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
}

.ul_food_home li {
  width: 100%;
  list-style: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 1 / 1;
}

.ul_food_home li img {
  height: 100%;
  width: 100%;
  max-width: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  object-fit: cover;
}

ul.ul_news li {
  list-style: none;
  border-bottom: dotted 1px #ccc;
  position: relative;
}

ul.ul_news li:after {
  content: ">>";
  position: absolute;
  right: 10px;
  top: -5px;
}

ul.ul_news li dl {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
}

ul.ul_news li dl dt {
  width: 120px;
}

ul.ul_news li a {
  color: #000;
  text-decoration: none;
}

ul.ul_news li:hover {
  opacity: 0.7;
}

.home_contents {
  width: 100%;
}

.wrp_gallery {
  display: flex;
  flex-wrap: wrap;
}
.wrp_gallery a {
  width: calc((100% - 32px) / 5);
  margin-right: 8px;
}

.wrp_gallery a img {
  width: 100%;
}

.wrp_gallery a:nth-child(5n) {
  margin-right: 0px;
}
.dl_faq,
.dl_news {
  position: relative;
}

.dl_faq dl dd,
.dl_news dl dd,
ul.dl_news li {
  margin-bottom: 20px;
}

.dl_faq dl dd:last-child,
.dl_news dl dd:last-child,
ul.dl_news li:last-child {
  margin-bottom: 0px;
}

.dl_faq dt,
.dl_news dt,
ul.dl_news li {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.dl_news a {
  text-decoration: unset;
  color: #333;
}

ul.dl_news li {
  list-style: none;
}

.dl_faq dt:hover,
.dl_news dt:hover,
ul.dl_news li:hover {
  opacity: 0.7;
}

.dl_faq dt:before {
  content: "Q";
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1.7rem;
  background-color: #d9ac00;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin-right: 10px;
}

.dl_faq dt:after,
.dl_news dt:after,
ul.dl_news li:after {
  content: ">>";
  position: absolute;
  right: 10px;
}

.dl_faq dd,
.dl_news dd {
  margin-left: 2.3rem;
  margin-bottom: 30px;
}

.dl_faq dt,
.dl_news dt,
ul.dl_news li {
  display: block;
  cursor: pointer;
  border-bottom: dotted 1px #ccc;
  font-weight: normal;
}

dl.acMenu dd {
  display: none;
}

.no-post-date .post-date {
  display: block;
}

.page span.post-date {
  display: none;
}

.ect-3-columns .entry-card-snippet {
  max-height: 5em;
}

/* コンテンツ */
.wrap {
  width: auto;
}

.breadcrumb.sbp-main-before + .content,
.breadcrumb.pbp-main-before + .content {
  margin-top: 0px;
}

.main,
.sidebar {
  padding: 0px;
}

.wrp_group {
  background-color: #fffef7;
  background-image: url("https://www.transparenttextures.com/patterns/paper-fibers.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */

  padding: 30px 20%;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.wrp_course_menu div dl {
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  float: right;
  font-size: 20px;
  margin-bottom: 1.4em;
}

.wrp_course_menu div dl dd {
  margin-left: 40px;
}

.post_content tbody th {
  text-align: center;
  vertical-align: middle;
}

.wrp_course_menu th,
.wrp_course_menu td {
  padding: 5px;
  line-height: 1.8;
}

/* フッター */

#footer {
  overflow: hidden;
  width: 100%;
}

.txt_copy {
  font-size: 13px;
  color: #ccc;
  text-align: right;
}

.wrp_shopinfo_footer {
  text-align: center;
  margin-bottom: 40px;
}

img.ill_map {
  margin: auto 10%;
  width: 80%;
}

.wrp_map_footer iframe {
  width: 100%;
}

.wrp_shopinfo {
  font-size: 13px;
  color: #fff;
}

.wrp_shopinfo div.img_shopinfo {
  width: 250px;
  float: left;
}

.wrp_shopinfo div.img_shopinfo {
  margin-top: 0;
}

.wrp_shopinfo div {
  margin: 30px;
  overflow: hidden;
}

.wrp_shopinfo b {
  font-size: 18px;
  font-weight: bold;
  line-height: 0;
}

.img_shopinfo {
  width: 200px;
  margin-right: 20px;
}

.go-to-top {
  right: 30px;
  bottom: 20px;
}

.go-to-top-button {
  background-color: #d9ac00;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  width: 50px;
  height: 50px;
}

/* ご予約システム */
#booking-package,
div#booking-package-id-1,
div#booking-package-locale-ja,
#booking-package_calendarPage .calendar {
  padding: 1px;
}
#booking-package_schedulePage .courseListPanel {
  z-index: 99 !important;
}
#booking-package_schedulePage .selectable_time_slot > div {
  padding: 10px;
}
#booking-package_calendarPage {
  padding: 0;
}
#booking-package_calendarPage .arrowFont {
  width: auto !important;
}

#booking-package_inputFormPanel .row div {
  padding: 5px;
}
#booking-package-locale-ja .wrp_image_right div {
  padding: 0 !important;
}

#booking-package_calendarPage .arrowLeft {
  margin: 5px 0 0 0 !important;
}
#booking-package_schedulePage .courseListPanel {
  width: 100%;
  left: auto;
}

@media (max-width: 1099px) {
  br.sm {
    display: block;
  }

  #fix_bottom_menu {
    padding-bottom: calc(env(safe-area-inset-bottom) * 0.5);
  }

  #fix_bottom_menu span {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
      "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  }

  ul.menu_list li:before {
    font-size: 19px;
  }

  .wrp_image p,
  .wrp_image_right p,
  .wrp_image_left p {
    margin-left: auto;
    margin-right: auto;
  }

  div#content {
    width: 100%;
  }

  .post_content h2 {
    margin: auto auto 10px;
    padding: 0 0 10px;
    font-size: 19px;
  }

  .wrp_image_left img {
    width: 100%;
    margin-right: 0px;
  }

  .wrp_image_right img {
    width: 100%;
    margin-left: 0px;
  }

  .wrp_image,
  .wrp_image_right,
  .wrp_image_left,
  .wrp_image img,
  .wrp_image_right img,
  .wrp_image_left img,
  .wrp_course img,
  .wrp_menu img {
    margin-bottom: 10px;
    width: 100%;
  }

  .wrp_image_right img,
  .wrp_image_left img {
    height: auto;
  }

  .sns-share.ss-top.ss-col-6 a,
  .sns-share.ss-bottom.ss-col-6 a {
    width: 30px;
  }

  .wrp_menu ul dl dt {
    width: 100%;
    border-bottom: 0px;
  }

  .wrp_menu ul dl {
    margin: 0px;
  }
  .wrp_course,
  .wrp_menu {
    width: 100%;
  }
  .wrp_course_menu div {
    width: 100%;
    padding: 0;
  }
  .post_content tbody th {
    width: 100%;
    background-color: #fffef7;
  }
  .post_content tbody td {
    width: 100%;
  }
  .post_content tbody tr {
    display: grid;
    margin-bottom: 40px;
  }

  .wrp_shopinfo div {
    margin: 0;
  }

  .ul_food_home li img {
    object-fit: cover;
  }

  /* トップ */
  ul.ul_food_home {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .wrp_group {
    padding: 20px;
  }

  ul.ul_news li dl {
    flex-wrap: wrap;
  }

  ul.ul_news li dl dt {
    width: 100%;
  }

  ul.ul_news li:after,
  .dl_faq dt:after {
    display: none;
  }

  section.entry-content.home_contents img {
    width: 100%;
  }

  section.entry-content.home_contents img:nth-child(6n) {
    margin-right: 0px;
  }

  .img_shopinfo {
    display: none;
  }

  .br_sm {
    display: block;
  }

  /* フッター */
  .wrp_shopinfo {
    padding: 20px;
    width: 100%;
  }

  .copyright {
    width: 100%;
    line-height: 130%;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .wrp_menu div {
    margin: 0px;
    width: 100%;
  }

  .wrp_menu {
    display: block;
  }

  .wrp_menu ul {
    padding: 0px;
  }

  div .txt_note {
    line-height: 140%;
  }

  .wrp_menu ul dl dd {
    font-size: 14px;
  }

  .wrp_menu ul dl dd span {
    font-size: 18px;
  }
  div.btn_normal {
    position: unset;
    padding: 0;
    width: 100%;
  }
  div.btn_normal a {
    position: unset;
    padding: 5px 20px;
    font-size: 18px;
    transform: inherit;
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  /* スマホ 横から */
}

@media screen and (max-width: 559px) {
  /* スマホ 縦から */
  .l-topTitleArea {
    padding: 0;
  }
  .p-mainVisual__slide.swiper-slide,
  .p-mainVisual.-height-full,
  .p-mainVisual__slide.swiper-slide img {
    height: 260px;
    object-fit: contain;
  }

  #fix_bottom_menu {
    bottom: 0 !important;
  }

  a.btn_follow_twitter {
    margin-right: 5px;
    width: auto;
  }
  a.btn_insta_follow {
  }
  a.btn_follow_twitter,
  a.btn_insta_follow {
    font-size: 10px;
    width: auto;
    padding: 0 5px;
  }
  #booking-package_schedulePage .courseListPanel {
    width: 100% !important;
    left: auto !important;
  }
}

/* 英語ページ */
.wrp_group h3 {
  text-align: center;
  border-top: unset;
  border-bottom: solid 1px #000;
}
