@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.information::before {
  content: "";
  display: none;
}
.sidebar-left .main {
  margin: 0;
}
main.main {
  padding: 0 16px 16px;
}
body.mblt-header-mobile-buttons {
  margin-bottom: 70px;
}
body .container {
  padding: 0;
  max-width: none;
}
article.page {
  background-color: rgba(255, 255, 255, 1);
  margin: -12px -8px -12px;
  padding: 12px 8px 12px;
  border: 1px solid #dddddd;
}

/* vuetifyスタイル打ち消し用 */
.v-application input.search-edit,
.v-application input[type="text"],
.v-application input[type="password"],
.v-application input[type="date"],
.v-application input[type="datetime"],
.v-application input[type="email"],
.v-application input[type="number"],
.v-application input[type="search"],
.v-application input[type="tel"],
.v-application input[type="time"],
.v-application input[type="url"],
.v-application textarea,
.v-application select {
  border: none;
  border-radius: 0;
  /* font-size: 18px; */
}
body .v-application {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/* vuetifyデータピッカー修正 */
.v-picker .v-picker__title {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: 0;
}
.v-date-picker-table--date td {
  padding: 0;
}

/* ヘッダーナビ周り */
.logo-menu-button img {
  max-height: 40px;
}
.mobile-menu-buttons > li {
  padding-top: 5px;
}
.logo-menu-button img {
  margin: 0 12px 0;
}
.mobile-header-menu-buttons {
  box-shadow: none;
}
.mobile-header-menu-buttons:after {
  overflow: hidden;
  content: "";
  width: 160%;
  background-image: url("/wp-content/themes/cocoon-child-master/svg/wave.svg");
  height: 12px;
  position: fixed;
  top: 46px;
  left: 0;
  right: 0;
  transform: scale(1, -1);
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
  z-index: -1;
}
.has-logo-button .logo-menu-button {
  background-color: #ecf7fb;
}
.has-logo-button .menu-button {
  background-color: #ecf7fb;
}
.menu-content {
  max-width: 100%;
}
.logo-image {
  display: none;
}
.sp-header-logo {
  position: relative;
  padding-bottom: 2px;
  overflow: hidden;
}
.sp-header-logo img,
.sp-header-logo video {
  vertical-align: bottom;
  position: relative;
}
.sp-header-logo > img,
.sp-header-logo > video {
  height: 260px;
  width: 100%;
}
.sp-header-logo:after {
  overflow: hidden;
  content: "";
  width: 160%;
  background-image: url("/wp-content/themes/cocoon-child-master/svg/wave.svg");
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
  z-index: 1;
}
.sp-header-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  /* トップ画像にオーバーレイかける */
  background: rgba(255, 255, 255, 0.3);
}
.sp-header-content {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.sp-header-title {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 12px;
}
.sp-header-subtitle {
  font-size: 18px;
  line-height: 18px;
}
.sp-header-image {
  width: 300px;
  max-width: unset;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
}
.main {
  background-color: transparent;
}
.text-center {
  text-align: center;
}
.menu-content {
  background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}

/* モバイルフッターナビ */
.sp-footer-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100vw;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  height: 70px;
  z-index: 5;
}
.sp-footer-item {
  flex-grow: 1;
  width: 50vw;
  color: white;
  padding: 8px;
}
.sp-footer-item p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.sp-footer-item h1 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-align: center;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000,
    1px -1px 0 #000, 0 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
.sp-footer-item a {
  display: block;
  text-decoration: none;
  color: white;
}
.sp-footer-request {
  background-color: #003366;
}
.sp-footer-tel {
  background-color: #1967d2;
}
.go-to-top {
  bottom: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #003366;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
}
.go-to-top-button {
  font-size: 26px;
  width: 48px;
  height: 48px;
  background: white;
}

/* フッター */
.footer {
  background-color: transparent;
}
.footer-hotels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-hotels-item {
  margin: 0 4px 8px;
}
.footer-hotels-item img {
  vertical-align: bottom;
}

/* トップコンテナー共通 */
.home-container {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.home-container p,
.home-container a {
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
/* トップヘッダー共通 */
.home-header {
  font-size: 21px;
  line-height: 1.4;
  color: #003366;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  padding: 0;
  width: 100%;
  margin: 20px auto 2px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}
/* .home-header:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -26px;
  background-image: url("/wp-content/themes/cocoon-child-master/svg/chon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.home-header:after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: -10px;
  left: -26px;
  background-image: url("/wp-content/themes/cocoon-child-master/svg/chon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
} */
/* .home-header:after {
  content: "";
  position: relative;
  display: block;
  margin: 12px auto 0;
  width: 70%;
  height: 20px;
  background-image: url("/wp-content/themes/cocoon-child-master/svg/wave-border.svg");
  background-repeat: repeat-x;
  z-index: -1;
} */
.home-subheader {
  margin: 0;
  font-size: 14px;
  color: #003366;
  font-weight: bold;
}
.home-subheader:before {
  content: "- ";
}
.home-subheader:after {
  content: " -";
}

/* ボタン共通 */
.home-btn {
  position: relative;
  border: 2px solid #02527f;
  border-radius: 26px;
  padding: 16px 30px;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 auto 12px;
  display: block;
  text-align: center;
  color: #003366;
  font-weight: bold;
  text-decoration: none;
  max-width: 300px;
  z-index: 1;
}
.home-btn.dark {
  background-color: #02527f;
  color: white;
}
/* absoluteImage共通 */
.absolute-image {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
}
/* ミンサーライン */
.minsa-line {
  width: 200px;
  height: 12px;
  background-image: url("/wp-content/themes/cocoon-child-master/svg/minsa.svg");
  margin: 0 auto 32px;
}
/* ボトム背景固定 */
.back-under {
  position: fixed;
  bottom: 70px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: -1;
}
.back-under img {
  width: 100%;
  vertical-align: bottom;
}
.back-under:before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

/* トップ詳細 */
.description {
  padding: 0 0 24px;
}

/* 告知エリア */
.home-alert {
  background: url("/wp-content/themes/cocoon-child-master/svg/blue-wave.svg");
  background-size: cover;
  margin: 0 -4px 20px;
  padding: 16px 16px 16px;
  border: 2px solid #003366;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.home-alert .absolute-image {
  bottom: -20px;
  left: -20px;
  width: 190px;
}

/* お知らせエリア */
.home-info {
  background: url("/wp-content/themes/cocoon-child-master/svg/blue-stripe.svg");
  background-size: 5%;
  margin: 0 -16px 0;
  padding: 46px 16px 32px;
  position: relative;
  clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0% calc(100% - 20px));
}

.home-info ul {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.home-info ul li {
  margin: 0 0 8px;
  padding: 0;
}
.home-info ul li a {
  display: block;
  margin: 0;
  padding: 4px;
  text-align: center;
  text-decoration: none;
}
.home-info ul li a .home-info-title {
  font-size: 17px;
  text-decoration: none;
  line-height: 1.4;
}
.home-info ul li a .home-info-date {
  font-size: 12px;
  text-decoration: none;
  margin: 6px 0;
}

/* キャンペーンエリア */
.home-campaign {
  padding-top: 32px;
}
.home-campaign ul {
  margin: 32px 0 0;
  padding: 0;
}
.home-campaign ul li {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  background: url("/wp-content/themes/cocoon-child-master/svg/blue-stripe.svg");
  background-size: 8%;
}
.home-campaign ul li a {
  display: block;
  text-decoration: none;
}
.home-campaign-title {
  padding: 8px 16px 12px;
  font-size: 22px;
  line-height: 120%;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.home-campaign-detail {
  padding: 0 16px 16px;
  margin: 0;
  line-height: 150%;
  color: #333;
}

/* おすすめメニュー案１ */
.home-recommend-1 {
  padding: 0;
}
.home-recommend-1 ul {
  margin: 24px 0 0;
  padding: 0;
}
.home-recommend-1 ul li {
  padding: 0;
  list-style: none;
  margin: 0 0 20px;
  background-color: #bbc9f2;
  position: relative;
  overflow: hidden;
}
.home-recommend-1 ul li::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.home-recommend-1 ul li a {
  display: block;
  position: relative;
  text-decoration: none;
}
.home-recommend-1 .home-recommend-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.home-recommend-1 .home-recommend-image img {
  position: absolute;
  top: 8px;
  left: 6px;
  bottom: 8px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.3);
  max-height: calc(100% - 16px);
  border: 2px solid #fff;
  display: block;
  transform: rotate(-3deg);
}
.home-recommend-1 .home-recommend-title {
  position: relative;
  font-size: 22px;
  z-index: 1;
  text-align: right;
  padding: 20px 26px 0;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.home-recommend-1 .home-recommend-detail {
  text-align: right;
  position: relative;
  font-size: 14px;
  z-index: 1;
  padding: 0 26px 20px;
  margin: 0;
  color: #333;
}

/* 目的別に探す */
.home-category {
  padding: 24px 0 0;
}
.home-category ul {
  padding: 0;
  margin: 24px 0 0;
}
.home-category ul li {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  background-color: rgba(226, 159, 196, 1);
  position: relative;
}
.home-category ul li:before {
  position: absolute;
  content: "";
  display: block;
  top: 12px;
  right: 12px;
  left: 12px;
  bottom: 12px;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.home-category ul li a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
}
.home-category-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.home-category-image img {
  position: absolute;
  right: 8px;
  top: 8px;
  bottom: 8px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.3);
  max-height: calc(100% - 16px);
  border: 2px solid #fff;
  transform: rotate(4deg);
}
.home-category-title {
  position: relative;
  font-size: 22px;
  z-index: 1;
  text-align: left;
  padding: 20px 26px 0;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.home-category-detail {
  text-align: left;
  position: relative;
  font-size: 14px;
  z-index: 1;
  padding: 0 26px 20px;
  margin: 0;
  color: #333;
}

/* 目的別一覧ページ */
.tax-purpose header h2 {
  text-align: center;
}

/* メリンメニュー一覧 */
.home-menu {
  padding: 24px 0 0;
}
.home-menu ul {
  margin: 16px 0 0;
  padding: 0;
}
.home-menu ul li {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.home-menu ul li a {
  display: block;
  text-decoration: none;
}
.home-menu-title {
  font-size: 24px;
  position: relative;
  text-align: center;
  z-index: 1;
  margin: 0 0 10px;
  padding: 0 0 0 12px;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.home-menu-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 20px;
  background-image: url("/wp-content/themes/cocoon-child-master/svg/wave-border.svg");
  background-repeat: repeat-x;
  z-index: -1;
}
.home-menu-area {
  display: flex;
}
.home-menu-image {
  width: 150px;
  position: relative;
}
.home-menu-image img {
  position: absolute;
  top: 0;
  left: 0px;
  right: -20px;
  bottom: 0;
  border: 2px solid white;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.3);
  transform: rotate(-4deg);
}
.home-menu-details {
  flex: 1;
  padding: 0 0 0 12px;
}
.home-menu-price {
  font-size: 20px;
  font-weight: bold;
  border: 2px dashed rgba(255, 0, 255, 0.5);
  text-align: center;
  margin: 12px 0 0px;
  border-radius: 6px;
  background-color: rgb(239, 251, 225);
  padding: 6px 0;
}
.home-menu-detail {
  margin: 0;
  color: #003366;
  font-size: 16px;
  line-height: 20px;
}
.home-menu-btn {
  margin: 16px auto 0;
}

/* ---お知らせ一覧ページ--- */
.information-list {
  padding-top: 20px;
}
.information-card {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
.information-card h2 {
  text-align: center;
  font-size: 17px;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  line-height: 1.4;
  color: #1967d2;
}
.information-card .card-meta {
  text-align: center;
  position: relative;
}
.information-card .e-card-info {
  display: block;
}
.information-card .fa {
  display: none;
}
.information-card .post-date {
  font-size: 12px;
  margin: 6px 0;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  line-height: 1.4;
  color: #1967d2;
}
a.pagination-next-link {
  position: relative;
  border: 2px solid #02527f;
  border-radius: 26px;
  padding: 16px 30px;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #003366;
  font-weight: bold;
  text-decoration: none;
  max-width: 300px;
  z-index: 1;
}

/* --- お知らせ記事ページ --- */
.article.hentry.information {
  padding: 8px;
  background-color: white;
}
.article.hentry.information h1 {
  background: url("/wp-content/themes/cocoon-child-master/svg/blue-stripe.svg");
  background-repeat: repeat;
  background-size: 8%;
  border-radius: 4px;
  padding: 8px 16px;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.article.hentry.information .entry-content {
  padding: 0 4px;
}

/* --- キャンペーンページ --- */
.page.campaign h1 {
  text-align: center;
}
.page.campaign ul.campaign-toc {
  margin: 0;
  padding: 0px 8px;
  list-style: none;
  border: 1px solid #bde4fc;
  background: url("/wp-content/themes/cocoon-child-master/svg/blue-stripe.svg");
  background-repeat: repeat;
  background-size: 8%;
}
.campaign-toc li {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  padding: 8px 0;
  border-bottom: 2px dashed #bde4fc;
}
.campaign-toc li:last-child {
  border-bottom: none;
}
.campaign-toc li a {
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.page.campaign .campaign-title {
  font-size: 22px;
  position: relative;
  /* background-image: url("/wp-content/themes/cocoon-child-master/svg/wave-border.svg"); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: transparent;
  padding-left: 30px;
}
.page.campaign .campaign-title:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 26px;
  background: url("/wp-content/themes/cocoon-child-master/images/hitode.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page.campaign .campaign-content {
  padding: 12px 0;
}
ul.discount-menus {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.discount-menus li {
  position: relative;
  padding-left: 26px;
}
ul.discount-menus li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  top: 0;
  width: 20px;
  background: url("/wp-content/themes/cocoon-child-master/images/fish-arrow.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
ul.discount-menus li a {
  display: block;
}

/* --- メニュー一覧 --- */
.menu-cat-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.menu-cat-box {
  width: 48%;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-image: url("/wp-content/themes/cocoon-child-master/images/kayak_ng_300x200.jpg");
  background-size: cover;
  background-position: center;
  border: 1px solid #777;
}
.menu-cat-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.menu-cat-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.menu-cat-box a {
  position: absolute;
  text-decoration: none;
  display: block;
  text-align: center;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  color: #003366;
  font-size: 17px;
  height: 100%;
  z-index: 1;
}
.menu-cat-box a:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}

.menu-cat-title {
  margin: 32px auto;
}

/* メニューカード */
.menu-item-card {
  border: 1px solid #aaaaaa;
  margin: 0 0 16px;
  padding: 0 0 16px;
  background-color: white;
  overflow: hidden;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.menu-item-card:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 2px solid #e0e0e0;
}
.menu-item-card a {
  display: block;
  text-decoration: none;
  color: #333;
}
.menu-item-card p {
  margin: 0;
  padding: 0;
}
.menu-item-card .menu-item-header {
  background-color: #1967d2;
  transform: rotate(-3deg);
  padding: 0 12px;
  width: calc(100% + 10px);
  position: relative;
  left: -5px;
  top: -12px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
}
.menu-item-card .menu-item-title {
  color: white;
  text-align: center;
  font-size: 20px;
  padding: 16px 0 0;
  line-height: 20px;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000,
    1px -1px 0 #000, 0 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
.menu-item-card .menu-item-subtitle {
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  padding: 6px 0 16px;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000,
    1px -1px 0 #000, 0 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
.menu-item-card .menu-item-image img {
  vertical-align: bottom;
}
.menu-item-card .menu-item-image {
  position: relative;
}
.menu-item-card .menu-item-image:before {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 0;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.menu-item-card .menu-item-detail {
  margin: 8px 16px 8px;
  padding: 0;
  text-align: center;
}
.menu-item-card .price {
  color: #003366;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}
.menu-item-card .time {
  color: #555;
  font-size: 14px;
  line-height: 20px;
}
.menu-item-card .max {
  color: #555;
  font-size: 14px;
  line-height: 20px;
}
.menu-item-card .menu-item-desc {
  padding: 8px 16px 16px;
  font-size: 16px;
  line-height: 24px;
}

/* --- メニューシングルページ ---- */
.type-menu .entry-content {
  margin: 16px -16px;
  padding: 0 16px 16px;
  background: rgba(255, 255, 255, 0.7);
}
.menu-images {
  overflow: hidden;
  width: 100vw;
  margin: 0 -16px;
}
.swiper-slide {
  text-align: center;
}
.menu-price {
  border: 1px solid #aaa;
  position: relative;
  padding: 16px 12px 12px;
}
.menu-price p {
  padding: 0;
  margin: 0;
}
.menu-price h3 {
  color: 003366;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0;
  line-height: 20px;
  font-size: 20px;
  padding: 0;
  border: none;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.menu-contents h3 {
  border: none;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  padding: 0;
  margin: 0 0 16px;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.menu-detail,
.menu-cautions {
  font-size: 14px;
}
.menu-detail dt,
.menu-cautions dt {
  border-bottom: 1px solid #aaa;
  font-weight: bold;
}
.menu-detail dd,
.menu-cautions dd {
  margin-left: 12px;
}

/* --- 各固定ページ --- */
.company-table {
  display: block;
}
.company-table caption {
  font-size: 18px;
  margin-bottom: 4px;
}
.company-table tr {
  display: block;
}
.company-table tr th {
  display: block;
  text-align: left;
}
.company-table tr td {
  display: block;
  background-color: white;
  padding: 4px 8px;
}
.uminchu-map {
  width: 100%;
  height: 400px;
}

/* 問合せフォーム */
.form-item {
  margin-bottom: 12px;
}
.form-item.form-has-error input,
.form-item.form-has-error textarea {
  border-color: red;
  border-width: 2px;
}
.form-error-message {
  color: red;
}

/* WEB予約 */
.activity-box {
  border: 1px solid #777;
  border-radius: 4px;
  padding: 8px;
  background-color: #f8fbdb;
  margin-bottom: 12px;
  position: relative;
}
.activity-box:last-child {
  margin-bottom: 0px;
}
.rsv-box-delete {
  position: absolute;
  top: 2px;
  right: 4px;
}
.rsv-box-start,
.rsv-box-detail {
  border-bottom: 1px dashed #777;
  margin-bottom: 12px;
}
.rsv-box-start {
  margin-top: 12px;
  padding: 0 0 12px;
}
.rsv-box-detail img {
  vertical-align: bottom;
}
.page-reservation h1 {
  text-align: center;
}
.page-reservation h4 {
  text-align: center;
}
.page-reservation label {
  padding: 2px 0px 2px 4px;
  font-weight: bold;
}
.v-text-field.v-input fieldset {
  background-color: #ccffff;
}
.v-application .rsv-confirm-table p {
  margin: 0;
}
.rsv-confirm-table td,
.rsv-confirm-table th {
  padding: 2px 4px;
}
[v-cloak] {
  display: none;
}
.finish-rsv {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}

/* 料金表ページ */
.price-table th {
  font-size: 12px;
}
.price-table td {
  font-size: 11px;
}
.price h1,
.price h4 {
  text-align: center;
}

.navi {
  display: none;
}
.navi-footer-in > .menu-footer li.menu-item {
  width: auto;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/* 481-834px タブレット*/
@media screen and (min-width: 481px) {
  .home-campaign ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-campaign ul li {
    width: 48%;
  }
  .home-recommend-1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-recommend-1 ul li {
    width: 48%;
  }
  .home-category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-category ul li {
    width: 48%;
  }
  .article.hentry.information h1 {
    padding: 32px 8px;
  }
}
/* 835-1023px PC小*/
@media screen and (min-width: 835px) {
  .navi {
    display: none;
  }
  .home-info {
    margin: 0 -28px 0;
  }
}

/* 1024-1240px PCノーマル*/
@media screen and (min-width: 1024px) {
  /* フッターメニュ */
  .footer-menus {
    display: none;
  }
  /* トップページ調整 */
  .home-header {
    font-size: 36px;
    margin: 40px auto 40px;
  }
  .home-container p,
  .home-container a {
    font-size: 22px;
    margin: 40px auto;
  }
  .home-container p {
    margin: 40px 20px;
  }
  .home-container.description {
    margin: 40px auto 80px;
  }
  .home-btn {
    max-width: 500px;
    padding: 30px 30px;
    line-height: 22px;
    border-radius: 43px;
    margin-top: 40px;
    transition: all 0.3s;
  }
  .menu .entry-content .home-btn {
    font-size: 22px;
  }
  .home-btn:hover {
    border: 2px solid #1967d2;
    color: #1967d2;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
  }
  .home-alert {
    margin-bottom: 100px;
  }
  .home-info {
    margin: 0 -9vw 80px;
    width: 100vw;
    overflow: hidden;
  }
  .minsa-line {
    width: 400px;
    height: 19px;
    margin: 40px auto 60px;
  }
  .home-info .home-header {
    margin-bottom: 4px;
  }
  .home-info .home-subheader {
    margin-top: 4px;
  }
  .home-info ul li a {
    transition: all 0.3s;
  }
  .home-info ul li a:hover {
    color: #003366;
  }
  .home-info ul li a .home-info-title {
    font-size: 22px;
  }
  .home-info ul li a .home-info-date {
    font-size: 16px;
  }
  .home-info ul li {
    margin: 0 0 20px;
  }
  .home-campaign .home-header {
    margin-bottom: 4px;
  }
  .home-campaign .home-subheader {
    margin-top: 4px;
  }
  .home-campaign ul {
    margin-top: 60px;
  }
  .home-campaign ul li {
    transition: all 0.3s;
  }
  .home-campaign ul li:hover {
    color: #003366;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  }
  .home-campaign ul li a {
    margin: 0;
    transition: all 0.3s;
  }
  .home-campaign-title {
    padding: 12px 20px 16px;
  }
  .home-campaign p.home-campaign-detail {
    margin: 0;
    padding: 0px 20px 16px;
  }
  .home-campaign {
    margin-bottom: 120px;
  }
  .home-recommend-1 ul li {
    transition: all 0.3s;
  }
  .home-recommend-1 ul li:hover {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  }
  .home-recommend-1 ul li a:hover {
    color: #003366;
  }
  .home-recommend-1 ul li .home-recommend-image img {
    transition: all 0.3s;
  }
  .home-recommend-1 ul li:hover .home-recommend-image img {
    transform: rotate(3deg);
  }
  .home-recommend-1 .home-header {
    margin-bottom: 4px;
  }
  .home-recommend-1 .home-subheader {
    margin-top: 4px;
  }
  .home-recommend-1 ul li a {
    transition: all 0.3s;
    margin: 0;
  }
  .home-recommend-1 .home-recommend-title {
    font-size: 26px;
  }
  .home-recommend-1 .home-recommend-detail {
    font-size: 18px;
  }
  .home-recommend-1 {
    margin-bottom: 120px;
  }
  .home-category .home-header {
    margin-bottom: 4px;
  }
  .home-category .home-subheader {
    margin-top: 4px;
  }
  .home-category-title {
    font-size: 26px;
  }
  .home-category .home-category-detail {
    margin: 0;
    font-size: 18px;
  }
  .home-category ul li a {
    transition: all 0.3s;
  }
  .home-category ul li a:hover {
    color: #003366;
  }
  .home-category ul li {
    transition: all 0.3s;
  }
  .home-category ul li:hover {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  }
  .home-category ul li .home-category-image img {
    transition: all 0.3s;
  }
  .home-category ul li:hover .home-category-image img {
    transform: rotate(-3deg);
  }

  .home-container-wrap .content-in {
    justify-content: center;
  }
  .home-container-wrap .main {
    width: 85vw;
  }
  body.public-page {
    background-color: #f5fbfd;
  }
  body.mblt-header-mobile-buttons {
    margin-top: 80px;
  }
  .navi {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 99;
    background-color: #f5fbfd;
    transition: all 0.7s;
  }
  body.header-small .navi {
    height: 60px;
  }
  .header-container-in.hlt-center-logo-top-menu:after {
    content: "";
    display: block;
    position: fixed;
    background-image: url("/wp-content/themes/cocoon-child-master/svg/wave.svg");
    background-size: 200% 100%;
    top: 80px;
    right: 0;
    left: 0;
    height: 20px;
    transform: rotateX(180deg);
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
    z-index: 5;
    transition: all 0.7s;
  }
  body.header-small .header-container-in.hlt-center-logo-top-menu:after {
    top: 60px;
    height: 12px;
  }
  .navi-in > ul {
    margin-right: 0px;
  }
  .navi-in > ul li {
    width: auto;
  }
  .cl-slim .navi-in > ul li {
    height: 80px;
    line-height: 80px;
  }
  body.header-small .cl-slim .navi-in > ul li {
    height: 60px;
    line-height: 60px;
  }
  .navi-in a {
    padding: 0 12px;
  }
  .navi-in a:hover {
    background-color: transparent;
    transition: all 0.2s;
    color: #1967d2;
  }
  .navi-in.wrap {
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    display: flex;
    width: auto;
  }
  .navi-logo {
    position: absolute;
    left: 0;
    top: 0;
  }
  .navi-logo a {
    display: block;
    height: 80px;
    padding: 12px;
    transition: all 0.7s;
  }
  body.header-small .navi-logo a {
    height: 60px;
  }
  .navi-logo a img {
    vertical-align: bottom;
    height: 100%;
  }
  .sp-header-logo > img,
  .sp-header-logo > video {
    height: 520px;
  }
  .sp-header-image {
    width: 420px;
  }

  /* ヘッダーメニュ最後 */
  .header-rsv-btn {
    display: block;
    height: 80px;
    width: 150px;
    position: relative;
    transition: all 0.7s;
  }
  .header-rsv-btn a {
    display: block;
    border: 2px solid #000;
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 20px;
    border-radius: 23px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #003366;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000,
      1px -1px 0 #000, 0 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
  }
  body.header-small .header-rsv-btn {
    height: 60px;
  }
  .header-rsv-btn a:hover {
    text-shadow: none;
    border: 2px solid #1967d2;
  }
  .header-rsv-btn a span {
    margin-right: 8px;
  }

  /* サイドバー */
  .sidebar {
    background-color: transparent;
  }
  .sidebar h3 {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: transparent;
    text-align: center;
    color: #003366;
    text-shadow: 2px 2px 0 #ffffff, -2px -2px 0 #ffffff, -2px 2px 0 #ffffff,
      2px -2px 0 #ffffff, 0 2px 0 #ffffff, 0 -2px 0 #ffffff, -2px 0 0 #ffffff,
      2px 0 0 #ffffff;
  }
  .sidebar h3:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url("/wp-content/themes/cocoon-child-master/images/hitode.png");
    background-size: contain;
    margin-right: 12px;
    transform: rotateZ(-24deg);
  }
  .sidebar h3:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/themes/cocoon-child-master/images/hitode.png");
    background-size: 30px;
    margin-left: 12px;
    transform: rotateZ(10deg);
  }

  /* サイドバーマリンメニュー */
  .widget_uminchu_category {
    padding: 0 12px;
  }
  .widget_uminchu_category .category-title {
    background-image: url("/wp-content/themes/cocoon-child-master/svg/wave-border.svg");
    background-repeat: repeat-x;
    background-position: 0 bottom;
    transition: all 0.7s;
  }
  .widget_uminchu_category .category-title:hover {
    background-position: 10px bottom;
  }
  .widget_uminchu_category .category-title a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #003366;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
      1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
    font-size: 20px;
    transition: all 0.3s;
    padding-left: 16px;
  }
  .widget_uminchu_category .category-title a:hover {
    color: #1967d2;
    padding-left: 36px;
  }
  .widget_uminchu_category .category-title a:before {
    content: "";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background-image: url("/wp-content/themes/cocoon-child-master/images/fish-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: -12px;
    top: 4px;
    opacity: 0;
    transition: all 0.5s;
  }
  .widget_uminchu_category .category-title a:hover:before {
    left: 4px;
    opacity: 1;
  }
  .widget_uminchu_category ul {
    padding: 0 0 0 20px;
  }
  .widget_uminchu_category ul li {
    list-style: none;
  }
  .widget_uminchu_category ul li a {
    position: relative;
    display: block;
    color: #003366;
    padding-left: 0;
    text-decoration: none;
    transition: all 0.3s;
  }
  .widget_uminchu_category ul li a:hover {
    color: #1967d2;
    padding-left: 12px;
  }
  .widget_uminchu_category ul li a:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    background-image: url("/wp-content/themes/cocoon-child-master/images/fish-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: -30px;
    opacity: 0;
    transition: all 0.5s;
  }
  .widget_uminchu_category ul li a:hover:before {
    opacity: 1;
    left: -16px;
  }

  /* マリンメニュー一覧ページ */
  .menu-cat-container {
    justify-content: left;
  }
  .menu-cat-box {
    width: 18%;
    margin-right: 2%;
  }
  .menu-container {
    padding: 130px 0 0;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .menu-cat-title {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
  .menu-item-card {
    width: 49%;
  }
  .menu-item-card a {
    position: relative;
    height: 100%;
    padding-bottom: 50px;
  }
  .menu-item-card .home-btn {
    padding: 12px 20px;
    margin: 0 24px 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .menu-item-card {
    transition: all 0.3s;
  }
  .menu-item-card:hover {
    border: 1px solid #003366;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
  }
  .menu-item-card .menu-item-image img {
    transition: all 0.3s;
    transform: scale(1);
  }
  .menu-item-card:hover .menu-item-image img {
    transform: scale(1.1);
  }
  .menu-item-card .menu-item-image:before {
    transition: all 0.3s;
    transform: scale(1);
    opacity: 1;
    z-index: 1;
  }
  .menu-item-card:hover .menu-item-image:before {
    transform: scale(1.4);
    opacity: 0;
  }
  .menu-item-card .menu-item-header {
    z-index: 1;
  }
  .menu-item-card:before {
    transition: all 0.3s;
    opacity: 1;
    transform: scale(1);
  }
  .menu-item-card:hover:before {
    opacity: 0;
    transform: scale(1.4);
  }

  /* マリンメニュー個別ページ */
  .menu-images {
    width: 100%;
    margin: 0;
  }
  .type-menu .entry-content {
    background-color: transparent;
  }
  /* お知らせ一覧 */
  .entry-card-content {
    margin: 0 auto;
  }
  .information-list .minsa-line {
    width: 160px;
    height: 10px;
    margin: 10px auto;
  }
  .information-list a {
    margin-top: 40px;
  }
  .information-card h2 {
    font-size: 18px;
  }

  /* 料金表 */
  .price-table th {
    font-size: 16px;
  }
  .price-table td {
    font-size: 16px;
  }
  article.page {
    padding: 20px;
  }

  /* 問い合わせ */
  .contact .home-btn {
    font-size: 22px;
  }
}
/* 1241以上 PC大*/
@media screen and (min-width: 1241px) {
  .home-container-wrap .main {
    width: 65vw;
  }
  .home-info {
    margin: 0 -19vw 80px;
  }
  .header-in {
    margin: 0;
    width: 100%;
  }
  .navi-in > ul {
    justify-content: flex-end;
  }
  .sp-header-logo > img,
  .sp-header-logo > video {
    height: calc(100vh - 200px);
  }
  .sp-header-image {
    width: 600px;
  }
}

#container {
background: #F5FBFD;
}
