@charset "UTF-8";
/*
 Theme Name:   amakusa70th theme style
 Template:     cocoon-master
*/
/************************/
/*		初期設定		*/
/************************/
.admin-pv {
  display: none;
}
.wrap {
  width: auto;
}
.width-800, .width-1200, .width-1535 {
  width: 100%;
  margin: 0 auto;
}
.width-800 {
  max-width: 800px;
}
.width-1200 {
  max-width: 1200px;
}
.width-1535 {
  max-width: 1535px;
}
:root {
  --cocoon-text-color: #003b62;
}
.my-container {
  width: 100%;
  max-width: 1900px;
  margin-right: auto;
  margin-left: auto;
}
.my-container .my-row {
  display: flex;
  flex-wrap: wrap;
}
.my-container .my-row [class*="my-col-"] {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.width-full {
  width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.arrow-stylish-wrapper a {
  color: #003b62;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.arrow-stylish-wrapper a:hover {
  opacity: 0.7;
}
.arrow-stylish-wrapper a small {
  font-size: 0.8rem;
}
.arrow-stylish-wrapper a .read-more {
  position: relative;
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .arrow-stylish-wrapper a .read-more {
    width: 3rem;
  }
}
.arrow-stylish-wrapper a .read-more .arrow-stylish__line1 {
  height: 1px;
  background-color: #000;
}
.arrow-stylish-wrapper a .read-more .arrow-stylish__line2 {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 1rem;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .arrow-stylish-wrapper a .read-more .arrow-stylish__line2 {
    width: 0.6rem;
  }
}
/*
<div class="arrow-stylish-wrapper">
  read more
  <div class="read-more">
    <div class="arrow-stylish__line1"></div>
    <div class="arrow-stylish__line2"></div>
  </div>
  天草国立公園とは
</div>
*/
body, .main, .sidebar {
  background-color: #f5f5ea;
}
.bg-pastel-green {
  background-color: #dae6da;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
ul {
  padding-left: 0;
}
.main {
  padding: 0;
  border: 0;
}
.main.main {
  padding: 0;
}
#content {
  margin-top: 0;
}
.entry-content {
  padding: 0;
  margin: 0;
}
.entry-content p:first-child {
  padding-top: 1.4em;
}
.wp-block-group, .wp-block-image {
  margin-bottom: 0;
}
/************************/
/*		ヘッダー		*/
/************************/
#my-header-container {
  max-width: 1920px;
  margin: 0 auto;
}
#my-header-container.header-container-front {
  background-color: transparent;
}
#my-header-container.header-container {
  background-color: #f5f5ea;
}
@media screen and (max-width: 1024px) {
  #my-header-container {
    display: none;
  }
}
#my-header-container .header-container-in.hlt-top-menu #my-header-front {
  display: none;
}
#my-header-container .header-container-in.hlt-top-menu #my-header {
  flex: 0 0 260px;
}
#my-header-container .header-container-in.hlt-top-menu #my-header .logo-header, #my-header-container .header-container-in.hlt-top-menu #my-header .logo-header img {
  max-height: 185px;
}
#my-header-container .header-container-in.hlt-top-menu #my-header .logo-image {
  padding: 30px 0px;
}
#my-header-container .header-container-in.hlt-top-menu-front {
  display: none;
}
#my-header-container ul.my-language {
  display: none;
  text-align: center;
  list-style-type: none;
}
#my-header-container ul.my-language li {
  display: inline-block;
  width: calc(50% - 1rem);
  font-size: 0.8rem;
  color: #003b62;
  background-color: #ffffff;
  border-radius: 0.3rem;
  padding: 0.1rem 1rem;
}
#my-header-container ul.my-language li.active {
  color: #ffffff;
  background-color: #003b62;
}
#navi {
  flex: 0 auto;
}
#navi.navi-front, #navi.navi {
  background-color: #f5f5ea;
}
#navi.navi-front {
  padding: 2rem 0;
}
#navi ul#menu-global-navi {
  text-align: center;
}
#navi ul#menu-global-navi li {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-right: 2.4rem;
}
#navi ul#menu-global-navi li.current-post-ancestor a, #navi ul#menu-global-navi li.current-menu-parent a, #navi ul#menu-global-navi li.current-post-parent a {
  border-bottom: 1px solid #003b62;
}
#navi ul#menu-global-navi li:last-child {
  margin-right: 0;
}
#navi .breadcrumb-wrapper {
  text-align: center;
  margin-top: 1rem;
}
#navi .breadcrumb-wrapper .breadcrumb {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 0.3rem;
  padding: 0 1rem;
}
@media screen and (max-width: 1024px) {
  #navi .breadcrumb-wrapper .breadcrumb {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#navi .breadcrumb-wrapper .breadcrumb .breadcrumb-home, #navi .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  color: #003b62;
}
#navi .breadcrumb-wrapper .breadcrumb .breadcrumb-home a, #navi .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #003b62;
}
.archive .archive-title {
  text-align: center;
  margin-bottom: 3rem;
}
.archive .breadcrumb-wrapper {
  padding-bottom: 10rem;
}
/***********************************/
/*		スマホ用グローバルナビ		*/
/***********************************/
ul#menu-mobile-header-navi {
  padding: 5px 20px 0;
}
ul#menu-mobile-header-navi.mobile-menu-buttons {
  background-color: initial;
  box-shadow: none;
}
ul#menu-mobile-header-navi li.logo-menu-button a.menu-button-in img.site-logo-image {
  max-height: 80px;
}
ul#menu-mobile-header-navi li.navi-menu-button label#navi-menu-open span.navi-menu-icon span.fa, ul#menu-mobile-header-navi li.navi-menu-button label#navi-menu-open span.navi-menu-icon span.fa-bars, ul#menu-mobile-header-navi li.navi-menu-button label#navi-menu-open span.menu-icon span.fa, ul#menu-mobile-header-navi li.navi-menu-button label#navi-menu-open span.menu-icon span.fa-bars, ul#menu-mobile-header-navi li.navi-menu-button label.menu-open span.navi-menu-icon span.fa, ul#menu-mobile-header-navi li.navi-menu-button label.menu-open span.navi-menu-icon span.fa-bars, ul#menu-mobile-header-navi li.navi-menu-button label.menu-open span.menu-icon span.fa, ul#menu-mobile-header-navi li.navi-menu-button label.menu-open span.menu-icon span.fa-bars, ul#menu-mobile-header-navi li.navi-menu-button label.menu-button-in span.navi-menu-icon span.fa, ul#menu-mobile-header-navi li.navi-menu-button label.menu-button-in span.navi-menu-icon span.fa-bars, ul#menu-mobile-header-navi li.navi-menu-button label.menu-button-in span.menu-icon span.fa, ul#menu-mobile-header-navi li.navi-menu-button label.menu-button-in span.menu-icon span.fa-bars {
  font-size: 30px;
  padding: 0 1rem;
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content {
  max-width: 100%;
  color: #ffffff;
  background-color: #003b62;
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content label.menu-close-button {
  font-size: 1rem;
  text-align: right;
  margin: 3rem 2rem 0rem 0;
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content label.menu-close-button .menu-close-button-inner {
  display: inline-block;
  text-align: center;
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content label.menu-close-button .menu-close-button-inner .menu-close-button-inner-text {
  font-size: 1rem;
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content .menu-drawer-bg-dolphin, ul#menu-mobile-header-navi li.navi-menu-button div.menu-content .menu-drawer-bg-fish {
  position: relative;
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content .menu-drawer-bg-dolphin {
  /* 左にイルカの画像 */
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content .menu-drawer-bg-dolphin::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(80px, 0vw, 150px);
  width: clamp(150px, 25vw, 351px);
  aspect-ratio: 2.0892857143;
  background: url("/wp-content/uploads/2026/02/bg-dolphin.png") no-repeat center / contain;
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content .menu-drawer-bg-fish {
  margin-bottom: 16rem;
  /* 右にサカナの画像 */
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content .menu-drawer-bg-fish::after {
  content: "";
  position: absolute;
  top: clamp(60px, 10vw, 80px);
  right: clamp(20px, 15vw, 100px);
  width: clamp(120px, 25vw, 200px);
  aspect-ratio: 1.0571428571;
  background: url("/wp-content/uploads/2026/02/bg-fish.png") no-repeat center / contain;
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content .menu-drawer-title-menu, ul#menu-mobile-header-navi li.navi-menu-button div.menu-content .menu-drawer-title-language {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content .menu-drawer-title-menu {
  margin: 6rem 0 2rem 0;
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content .menu-drawer-title-language {
  margin: 3rem 0 2rem 0;
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content ul.menu-drawer li {
  text-align: center;
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content ul.menu-drawer li a {
  color: #ffffff;
  line-height: 2.4rem;
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content ul.menu-drawer li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content ul.menu-drawer-language {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 10px;
  list-style-type: none;
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content ul.menu-drawer-language li {
  text-align: center;
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content ul.menu-drawer-language li a {
  color: #ffffff;
  line-height: 2.4rem;
  padding: 0.4rem 2rem;
}
ul#menu-mobile-header-navi li.navi-menu-button div.menu-content ul.menu-drawer-language li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
ul#menu-mobile-header-navi li.menu-button {
  width: auto;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
/*************************/
/*		コンテンツ		*/
/*************************/
#main > .breadcrumb-wrapper {
  text-align: center;
}
#main > .breadcrumb-wrapper .breadcrumb {
  display: inline-block;
  background-color: rgba(0, 59, 98, 0.5);
  border-radius: 0.3rem;
  padding: 0 1rem;
}
#main > .breadcrumb-wrapper .breadcrumb .breadcrumb-home, #main > .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
#main > .breadcrumb-wrapper .breadcrumb .breadcrumb-home a, #main > .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #ffffff;
  text-decoration: underline;
}
.access.access {
  margin-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  .access.access {
    margin-bottom: 6rem;
  }
}
.access.access .google-map {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2;
}
@media screen and (max-width: 768px) {
  .access.access .google-map {
    aspect-ratio: 1.3333333333;
  }
}
.access.access .google-map iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: 0;
}
body.single article[id^="post-"] {
  overflow: hidden;
  height: 100%;
  margin-bottom: 0;
}
body.single article[id^="post-"] h1.entry-title, body.single article[id^="post-"] h1.wp-block-heading {
  font-size: 3.6em;
  line-height: 5rem;
  font-weight: normal;
  text-align: center;
  padding: 0;
  /* テスト1
      margin: 12rem 0 0 0;
      */
  margin: 0.4rem 0 0 0;
}
@media screen and (max-width: 768px) {
  body.single article[id^="post-"] h1.entry-title, body.single article[id^="post-"] h1.wp-block-heading {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 769px) {
  body.single article[id^="post-"] h1.entry-title, body.single article[id^="post-"] h1.wp-block-heading {
    font-size: 3rem;
    line-height: 4rem;
  }
}
body.single article[id^="post-"] h2.wp-block-heading {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: normal;
  text-align: center;
  background-color: #f5f5ea;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  body.single article[id^="post-"] h2.wp-block-heading {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.2rem;
    padding: 3rem 0 1rem 0;
  }
}
body.single article[id^="post-"] h3.wp-block-heading {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: normal;
  text-align: center;
  border: none;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  body.single article[id^="post-"] h3.wp-block-heading {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2rem;
    padding: 4rem 0 0.4rem 0;
  }
}
body.single article[id^="post-"] h4.wp-block-heading {
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: normal;
  border: none;
  padding: 0;
  margin: 0 auto;
}
body.single article[id^="post-"] .date-tags {
  display: none;
}
body.single article[id^="post-"] .wp-block-post-terms {
  text-align: center;
  margin-bottom: 3.4rem;
}
body.single article[id^="post-"] .wp-block-post-terms span {
  display: none;
}
body.single article[id^="post-"] .wp-block-post-terms a {
  display: inline-block;
  color: #003b62;
  font-size: 0.8rem;
  line-height: 1.6rem;
  text-decoration: none;
  border: 1px solid #003b62;
  border-radius: 0.3rem;
  padding: 0rem 2.2rem;
  margin-right: 0.6rem;
}
@media screen and (max-width: 768px) {
  body.single article[id^="post-"] .wp-block-post-terms a {
    line-height: 1.2rem;
    padding: 0em 1.4rem;
  }
}
body.single article[id^="post-"] .wp-block-post-terms a:last-child {
  margin-right: 0;
}
body.single article[id^="post-"] .wp-block-group.group-parent {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
body.single article[id^="post-"] .wp-block-group.group-parent .wp-block-group.group-child {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2rem 0 3rem;
}
body.single article[id^="post-"] .wp-block-group.group-parent .wp-block-group.group-child.is-layout-flex {
  gap: 0;
}
@media screen and (max-width: 768px) {
  body.single article[id^="post-"] .wp-block-group.group-parent .wp-block-group.group-child {
    max-width: 90vw;
    padding: 2rem 0 2rem;
  }
}
body.single article[id^="post-"] .wp-block-group.group-parent .wp-block-group.group-child ul.wp-block-list {
  display: inline-block;
  list-style-type: none;
  text-align: center;
  padding-left: 0;
  margin: 0 8rem 1.2rem;
}
@media screen and (max-width: 768px) {
  body.single article[id^="post-"] .wp-block-group.group-parent .wp-block-group.group-child ul.wp-block-list {
    margin: 0 2rem;
  }
}
body.single article[id^="post-"] .wp-block-group.group-parent .wp-block-group.group-child ul.wp-block-list li {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body.single article[id^="post-"] .wp-block-group.group-parent .wp-block-group.group-child ul.wp-block-list li.wp-block-list__data--address {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  body.single article[id^="post-"] .wp-block-group.group-parent .wp-block-group.group-child ul.wp-block-list li.wp-block-list__data--tel {
    margin-bottom: 1rem;
  }
}
body.single article[id^="post-"] .btn-link1 a.btn {
  color: #003b62;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: normal;
  background-color: transparent;
  text-align: center;
  border-width: 1px;
  border-color: #003b62;
  border-radius: 99px;
  padding: 1rem 6rem;
}
@media screen and (max-width: 768px) {
  body.single article[id^="post-"] .btn-link1 a.btn {
    font-size: 1rem;
    line-height: 2rem;
    padding: 0.8rem 2rem;
  }
}
body.single article[id^="post-"] .btn-link2 {
  margin: 0 auto;
}
body.single article[id^="post-"] .btn-link2 a.btn {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: normal;
  background-color: #003b62;
  text-align: center;
  border-width: 1px;
  border-color: #222222;
  border-radius: 99px;
  padding: 1rem 6rem;
}
@media screen and (max-width: 768px) {
  body.single article[id^="post-"] .btn-link2 a.btn {
    font-size: 1rem;
    line-height: 2rem;
    padding: 0.8rem 2rem;
  }
}
body.single article[id^="post-"] .btn-link2 a.btn {
  font-size: 1.2rem;
  padding: 0.6rem 10rem;
}
@media screen and (max-width: 768px) {
  body.single article[id^="post-"] .btn-link2 a.btn {
    padding: 0.6rem 6rem;
  }
}
body.single article[id^="post-"] .text-lead {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #222222;
}
@media screen and (max-width: 768px) {
  body.single article[id^="post-"] .text-lead {
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 0 5vw;
  }
}
body.single article[id^="post-"] .text-body {
  color: #222222;
  line-height: 2.2rem;
}
@media screen and (max-width: 768px) {
  body.single article[id^="post-"] .text-body {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 0 5vw;
  }
}
body.single article[id^="post-"] .hr-wave {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.single article[id^="post-"] .hr-wave {
    width: 30vw;
  }
}
@media screen and (min-width: 1025px) {
  body.single article[id^="post-"] .hr-wave {
    width: auto;
  }
}
body.single article[id^="post-"] .bg-dolphin, body.single article[id^="post-"] .bg-fish {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.single article[id^="post-"] .bg-dolphin, body.single article[id^="post-"] .bg-fish {
    max-width: 100%;
  }
}
body.single article[id^="post-"] .bg-dolphin {
  /* 左にイルカの画像 */
}
body.single article[id^="post-"] .bg-dolphin::before {
  content: "";
  position: absolute;
  top: 0;
  background: url("/wp-content/uploads/2026/02/bg-dolphin.png") no-repeat center / contain;
}
@media screen and (max-width: 768px) {
  body.single article[id^="post-"] .bg-dolphin::before {
    left: clamp(30px, 0vw, 150px);
    width: clamp(150px, 25vw, 351px);
    aspect-ratio: 2.0892857143;
  }
}
@media screen and (min-width: 769px) {
  body.single article[id^="post-"] .bg-dolphin::before {
    left: clamp(20px, -5vw, 200px);
    width: clamp(200px, 25vw, 351px);
    aspect-ratio: 2.0892857143;
  }
}
@media screen and (min-width: 1025px) {
  body.single article[id^="post-"] .bg-dolphin::before {
    left: clamp(-300px, -10vw, 250px);
    width: clamp(150px, 30vw, 351px);
    aspect-ratio: 2.0892857143;
  }
}
@media screen and (max-width: 1024px) {
  body.single article[id^="post-"] .bg-dolphin {
    /* イルカの画像の右にサカナの画像 */
  }
  body.single article[id^="post-"] .bg-dolphin::after {
    content: "";
    position: absolute;
    top: clamp(20px, 5vw, 40px);
    right: clamp(20px, 15vw, 40px);
    width: clamp(100px, 25vw, 180px);
    aspect-ratio: 1.0571428571;
    background: url("/wp-content/uploads/2026/02/bg-fish.png") no-repeat center / contain;
  }
}
body.single article[id^="post-"] .bg-fish {
  display: none;
  /* 右にサカナの画像 */
}
@media screen and (min-width: 1025px) {
  body.single article[id^="post-"] .bg-fish {
    display: block;
  }
  body.single article[id^="post-"] .bg-fish::after {
    content: "";
    position: absolute;
    top: 0;
    right: clamp(-200px, -15vw, 0px);
    width: clamp(200px, 25vw, 296px);
    aspect-ratio: 1.0571428571;
    background: url("/wp-content/uploads/2026/02/bg-fish.png") no-repeat center / contain;
  }
}
/*************************/
/*		関連ページ		*/
/*************************/
div.related-entries-wrapper {
  background-color: #dae6da;
  padding: 5rem 0 18rem 0;
}
@media screen and (max-width: 768px) {
  div.related-entries-wrapper {
    padding: 4rem 0 9rem 0;
  }
}
div.related-entries-wrapper aside#related-entries {
  max-width: 1536px;
  margin: 0 auto;
  color: #222222;
  line-height: 2.2rem;
}
@media (max-width: 992px) {
  div.related-entries-wrapper aside#related-entries {
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  div.related-entries-wrapper aside#related-entries {
    max-width: 94%;
  }
}
div.related-entries-wrapper aside#related-entries h2.related-entry-heading {
  font-size: 2.2rem;
  color: #003b62;
  font-weight: normal;
  text-align: center;
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 1024px) {
  div.related-entries-wrapper aside#related-entries h2.related-entry-heading {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 2rem 0;
  }
}
div.related-entries-wrapper aside#related-entries div.related-list {
  margin-bottom: 0;
}
div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post {
  display: flex;
  justify-content: center;
  gap: 4rem;
  list-style-type: none;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li {
  background-color: #ffffff;
  border-radius: 1rem;
  margin: 0;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li {
    width: 100%;
  }
}
div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article figure.my-thumbnail {
  text-align: center;
  width: 100%;
  aspect-ratio: 1.7777777778;
}
@media screen and (max-width: 1024px) {
  div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article figure.my-thumbnail {
    flex: 5;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1;
  }
}
div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article figure.my-thumbnail img.img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 1024px) {
  div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article figure.my-thumbnail img.img-fluid {
    max-width: none;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem 0 0 1rem;
  }
}
div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article .my-related-title-snippet-wrapper {
  padding: 2rem 1.5rem 0;
}
@media screen and (max-width: 1024px) {
  div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article .my-related-title-snippet-wrapper {
    flex: 5;
    padding: 1rem;
  }
}
div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article .my-related-title-snippet-wrapper a {
  text-decoration: none;
  color: inherit;
}
div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article .my-related-title-snippet-wrapper h3.my-related-title {
  font-size: 1.8rem;
  color: #003b62;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article .my-related-title-snippet-wrapper h3.my-related-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 0;
  }
}
div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article .my-related-title-snippet-wrapper .my-related-snippet {
  font-size: 1rem;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article .my-related-title-snippet-wrapper .my-related-snippet {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article .my-related-title-snippet-wrapper ul.my-related-tags {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  list-style-type: none;
  padding: 1rem 0 2rem 0;
}
@media screen and (max-width: 1024px) {
  div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article .my-related-title-snippet-wrapper ul.my-related-tags {
    padding: 0.4rem 0 0 0;
  }
}
div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article .my-related-title-snippet-wrapper ul.my-related-tags li a {
  display: inline-block;
  color: #003b62;
  font-size: 0.8rem;
  line-height: 1.6rem;
  text-decoration: none;
  border: 1px solid #003b62;
  border-radius: 0.3rem;
  padding: 0em 2.2em;
}
@media screen and (max-width: 1024px) {
  div.related-entries-wrapper aside#related-entries div.related-list ul.my-related-post li article .my-related-title-snippet-wrapper ul.my-related-tags li a {
    padding: 0 0.6rem;
  }
}
.bg-wave {
  position: relative;
}
.bg-wave .bg-wave-above {
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .bg-wave .bg-wave-above {
    margin-top: 10rem;
  }
}
.bg-wave .bg-wave-above img, .bg-wave .bg-wave-above-footer img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: auto;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
/************************/
/*		フッター		*/
/************************/
.footer {
  padding: 0;
  margin-top: 0;
}
.my-footer {
  padding: 4rem 0 6rem 0;
}
@media screen and (max-width: 768px) {
  .my-footer {
    padding: 5rem 0 4rem 0;
    margin-top: 0;
  }
}
.my-footer .my-footer__logo {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 4rem;
}
.my-footer .my-footer__logo img {
  width: auto;
  max-height: 185px;
}
@media screen and (max-width: 768px) {
  .my-footer .my-footer__logo img {
    max-height: 25vw;
  }
}
.my-footer .my-footer__logo img.my-footer__logo--img1 {
  border-right: 1px solid #003b62;
  padding-right: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .my-footer .my-footer__logo img.my-footer__logo--img1 {
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
.my-footer dl.my-footer__content {
  color: #222222;
  text-align: center;
}
.my-footer dl.my-footer__content dt {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .my-footer dl.my-footer__content dt {
    font-weight: bold;
  }
}
.my-footer dl.my-footer__content dd {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .my-footer dl.my-footer__content dd {
    font-size: 1rem;
  }
}
.my-footer dl.my-footer__content .my-footer__content__info {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.my-footer dl.my-footer__content .my-footer__content__info dd {
  margin: 0;
}
.ect-entry-card {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4rem;
  list-style-type: none;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .ect-entry-card {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2rem;
  }
}
.ect-entry-card .entry-card-wrap {
  background-color: #ffffff;
  border-radius: 1rem;
  margin: 0;
  width: 100%;
  max-width: 420px;
}
.ect-entry-card .entry-card-wrap article {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .ect-entry-card .entry-card-wrap article {
    flex-direction: row;
    align-items: center;
  }
}
.ect-entry-card .entry-card-wrap article figure.card-thumb {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ect-entry-card .entry-card-wrap article figure.card-thumb {
    flex: 5;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1;
  }
}
.ect-entry-card .entry-card-wrap article figure.card-thumb .cat-label {
  display: none;
}
.ect-entry-card .entry-card-wrap article .entry-card-content {
  float: none;
  margin: 1.2rem auto 0;
}
.ect-entry-card .entry-card-wrap article .entry-card-content .entry-card-meta {
  display: none;
}
.ect-entry-card .entry-card-wrap article .my-related-title-snippet-wrapper {
  padding: 2rem 3rem 0 3rem;
}
@media screen and (max-width: 1024px) {
  .ect-entry-card .entry-card-wrap article .my-related-title-snippet-wrapper {
    flex: 5;
    padding: 1rem;
  }
}
.ect-entry-card .entry-card-wrap article .my-related-title-snippet-wrapper h3.my-related-title {
  font-size: 1.8rem;
  color: #003b62;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .ect-entry-card .entry-card-wrap article .my-related-title-snippet-wrapper h3.my-related-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 0;
  }
}
.ect-entry-card .entry-card-wrap article .my-related-title-snippet-wrapper .my-related-snippet {
  font-size: 1rem;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .ect-entry-card .entry-card-wrap article .my-related-title-snippet-wrapper .my-related-snippet {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.ect-entry-card .entry-card-wrap article .my-related-title-snippet-wrapper ul.my-related-tags {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  list-style-type: none;
  padding: 1rem 0 2rem 0;
}
@media screen and (max-width: 1024px) {
  .ect-entry-card .entry-card-wrap article .my-related-title-snippet-wrapper ul.my-related-tags {
    padding: 0.4rem 0 0 0;
  }
}
.ect-entry-card .entry-card-wrap article .my-related-title-snippet-wrapper ul.my-related-tags li a {
  display: inline-block;
  color: #003b62;
  font-size: 0.8rem;
  line-height: 1.6rem;
  text-decoration: none;
  border: 1px solid #003b62;
  border-radius: 0.3rem;
  padding: 0em 2.2em;
}
@media screen and (max-width: 1024px) {
  .ect-entry-card .entry-card-wrap article .my-related-title-snippet-wrapper ul.my-related-tags li a {
    padding: 0 0.6rem;
  }
}
.wp-block-embed .video-container {
  width: 100%;
  max-width: 100%;
}
.article-header {
  display: grid;
}
.article-header .entry-title {
  grid-row: 2;
}
.eye-catch-wrap {
  justify-content: center;
}
.eye-catch-wrap .eye-catch {
  width: 1200px;
  aspect-ratio: 1.7777777778;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .eye-catch-wrap .eye-catch {
    width: 100%;
  }
}
.eye-catch-wrap .eye-catch img {
  width: 100%;
}
.eye-catch-wrap .cat-label {
  display: none;
}
.course-block {
  text-align: left;
  padding: 0 16px;
}
@media screen and (min-width: 1025px) {
  .course-block {
    text-align: center;
  }
}
.course-block .course-block-header.course-block-header {
  display: inline-flex;
  flex-direction: column-reverse;
  gap: 1rem;
  margin: 0 auto;
  justify-content: left;
  align-items: flex-start;
}
@media screen and (min-width: 1025px) {
  .course-block .course-block-header.course-block-header {
    flex-direction: row-reverse;
    min-width: 770px;
  }
}
.course-block .course-block-header.course-block-header h2.wp-block-heading.wp-block-heading {
  font-size: 1.8rem;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .course-block .course-block-header.course-block-header h2.wp-block-heading.wp-block-heading {
    font-size: 2.6rem;
  }
}
.course-block .course-time {
  font-size: 1.3rem;
  font-weight: bold;
  padding-right: 1rem;
  text-align: left;
  background: #43a8bc;
  color: #fff;
  padding: 0.5em 1em;
  line-height: 1;
  border-radius: 1em;
}
.course-block .course-time::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 0.4em;
}
.course-block p {
  text-align: left;
}
.course-block + hr {
  width: 290px;
  max-width: 100%;
  border: none;
  padding: 1.5rem 0;
  margin: 2rem auto;
}
.course-block + hr::after {
  content: "▼";
  display: block;
  font-size: 1.4rem;
  color: #43a8bc;
  margin: auto;
  text-align: center;
}
.bogo-language-switcher-block {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 8px 8px;
  background-color: #000;
  padding: 4px 6px;
  color: #fff;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .bogo-language-switcher-block {
    position: static;
    margin-bottom: 1rem;
  }
}
.bogo-language-switcher-block::before {
  content: "";
  display: inline-block;
  padding: 0 0.5em;
  width: 1em;
  height: 1em;
  background-image: url(/wp-content/themes/cocoon-child-master/images/icon-lang.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 1px;
}
select.bogo-language-switcher, select.widget_bogo_language_switcher {
  font-size: 17px;
  width: auto;
  padding: 2px;
}
body.mblt-header-mobile-buttons {
  margin-top: 0;
}
.home.front-top-page {
  box-sizing: border-box;
}
.home.front-top-page .hero {
  position: relative;
  background: url("/wp-content/themes/cocoon-child-master/images/hero-image.jpg") no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .hero {
    min-height: 40vh;
    min-height: 40dvh;
  }
}
@media screen and (min-width: 769px) {
  .home.front-top-page .hero {
    min-height: 80vh;
    min-height: 80dvh;
  }
}
@media screen and (min-width: 1025px) {
  .home.front-top-page .hero {
    min-height: 100vh;
    min-height: 100dvh;
  }
}
.home.front-top-page .hero .hero-countdown {
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .hero .hero-countdown {
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 769px) {
  .home.front-top-page .hero .hero-countdown {
    transform: translate(-50%, -8rem);
  }
}
@media screen and (min-width: 1025px) {
  .home.front-top-page .hero .hero-countdown {
    transform: translate(-50%, -8rem);
  }
}
.home.front-top-page .hero .hero-countdown dl.hero-countdown-wrapper {
  transform: translateY(50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 12rem;
  height: 12rem;
  background-color: #003b62;
  border-radius: 50%;
  text-align: center;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .hero .hero-countdown dl.hero-countdown-wrapper {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (min-width: 769px) {
  .home.front-top-page .hero .hero-countdown dl.hero-countdown-wrapper {
    width: 10rem;
    height: 10rem;
  }
}
.home.front-top-page .hero .hero-countdown dl.hero-countdown-wrapper dt, .home.front-top-page .hero .hero-countdown dl.hero-countdown-wrapper dd:nth-of-type(2) {
  color: #ffffff;
}
.home.front-top-page .hero .hero-countdown dl.hero-countdown-wrapper dd:nth-of-type(1) ul.hero-countdown-days {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin: 0.4rem 0 0.7rem 0;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .hero .hero-countdown dl.hero-countdown-wrapper dd:nth-of-type(1) ul.hero-countdown-days {
    gap: 0.1rem;
    margin: 0.2rem 0 0.4rem 0;
  }
}
@media screen and (min-width: 769px) {
  .home.front-top-page .hero .hero-countdown dl.hero-countdown-wrapper dd:nth-of-type(1) ul.hero-countdown-days {
    gap: 0.2rem;
    margin: 0.3rem 0 0.5rem 0;
  }
}
.home.front-top-page .hero .hero-countdown dl.hero-countdown-wrapper dd:nth-of-type(1) ul.hero-countdown-days li {
  font-size: 2rem;
  font-weight: bold;
  background-color: #ffffff;
  padding: 0.4rem;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .hero .hero-countdown dl.hero-countdown-wrapper dd:nth-of-type(1) ul.hero-countdown-days li {
    font-size: 1rem;
    padding: 0.2rem;
  }
}
@media screen and (min-width: 769px) {
  .home.front-top-page .hero .hero-countdown dl.hero-countdown-wrapper dd:nth-of-type(1) ul.hero-countdown-days li {
    font-size: 1.6rem;
    padding: 0.3rem;
  }
}
.home.front-top-page .news {
  width: 800px;
  max-width: 800px;
  margin: 2rem auto;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .news {
    width: 90%;
    max-width: 90%;
    margin: 0.8rem auto;
  }
}
.home.front-top-page .news .news-wrapper {
  display: inline-block;
  width: 100%;
}
.home.front-top-page .news .news-wrapper .news-title {
  text-align: center;
  padding-bottom: 1rem;
}
.home.front-top-page .news .news-wrapper dl.news-list {
  display: grid;
  grid-template-columns: 8em 1fr;
  column-gap: 0rem;
  border-top: 1px solid #cfcfcf;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .news .news-wrapper dl.news-list {
    grid-template-columns: 7em 1fr;
    row-gap: 0.2rem;
    padding-top: 0.2rem;
  }
}
.home.front-top-page .news .news-wrapper dl.news-list dt, .home.front-top-page .news .news-wrapper dl.news-list dd {
  border-bottom: 1px solid #cfcfcf;
  margin: 0;
}
.home.front-top-page .news .news-wrapper dl.news-list dt {
  white-space: nowrap;
  text-align: center;
  padding: 0.8rem 0 0.8rem 0;
}
.home.front-top-page .news .news-wrapper dl.news-list dd {
  position: relative;
  padding: 0.8rem 2rem 0.8rem 0;
}
.home.front-top-page .news .news-wrapper dl.news-list dd::after {
  content: "+";
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .home.front-top-page .news .news-wrapper dl.news-list dd::after {
    right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .home.front-top-page .navi-front .bogo-language-switcher-block {
    display: none;
  }
}
.home.front-top-page h1.wp-block-heading {
  font-weight: normal;
  text-align: center;
  padding: 0;
  margin: 4rem 0 3.6rem 0;
}
@media screen and (max-width: 768px) {
  .home.front-top-page h1.wp-block-heading {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .home.front-top-page h1.wp-block-heading {
    font-size: 2em;
    line-height: 4rem;
  }
}
.home.front-top-page h2.wp-block-heading, .home.front-top-page h3.wp-block-heading {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: normal;
  text-align: center;
  background-color: #f5f5ea;
  margin: 4rem 0 2rem 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .home.front-top-page h2.wp-block-heading, .home.front-top-page h3.wp-block-heading {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.2rem;
    padding-top: 3rem;
    margin: 0 0 1rem 0;
  }
}
.home.front-top-page h3.wp-block-heading {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .home.front-top-page h3.wp-block-heading {
    margin-bottom: 2rem;
  }
}
.home.front-top-page h4.wp-block-heading {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: normal;
  text-align: center;
  background-color: #f5f5ea;
  margin: 4rem 0 3rem 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .home.front-top-page h4.wp-block-heading {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.2rem;
    margin: 2em 0 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .home.front-top-page .instagram {
    margin-bottom: -60px;
  }
}
@media screen and (min-width: 769px) {
  .home.front-top-page .instagram {
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 1025px) {
  .home.front-top-page .instagram {
    margin-bottom: auto;
  }
}
.home.front-top-page .bg-dolphin-fish {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /* イルカの画像 */
  /* サカナの画像 */
}
@media screen and (max-width: 768px) {
  .home.front-top-page .bg-dolphin-fish {
    max-width: 100%;
  }
}
.home.front-top-page .bg-dolphin-fish::before, .home.front-top-page .bg-dolphin-fish::after {
  content: "";
  position: absolute;
}
.home.front-top-page .bg-dolphin-fish::before {
  background: url("/wp-content/uploads/2026/02/bg-dolphin.png") no-repeat center / contain;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .bg-dolphin-fish::before {
    top: -50px;
    left: clamp(30px, 0vw, 150px);
    width: clamp(100px, 30vw, 110px);
    aspect-ratio: 2.0892857143;
  }
}
@media screen and (min-width: 769px) {
  .home.front-top-page .bg-dolphin-fish::before {
    top: 20px;
    left: clamp(20px, 0vw, 200px);
    width: clamp(200px, 30vw, 351px);
    aspect-ratio: 2.0892857143;
  }
}
@media screen and (min-width: 1025px) {
  .home.front-top-page .bg-dolphin-fish::before {
    top: 0;
    left: clamp(-100px, -20vw, 10px);
    width: clamp(150px, 30vw, 351px);
    aspect-ratio: 2.0892857143;
  }
}
.home.front-top-page .bg-dolphin-fish::after {
  right: clamp(20px, 15vw, 40px);
  width: clamp(100px, 25vw, 180px);
  aspect-ratio: 1.0571428571;
  background: url("/wp-content/uploads/2026/02/bg-fish.png") no-repeat center / contain;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .bg-dolphin-fish::after {
    top: clamp(5px, 0vw, 60px);
  }
}
@media screen and (min-width: 769px) {
  .home.front-top-page .bg-dolphin-fish::after {
    top: clamp(25px, 10vw, 40px);
  }
}
@media screen and (min-width: 1025px) {
  .home.front-top-page .bg-dolphin-fish::after {
    top: clamp(20px, 10vw, 30px);
  }
}
.home.front-top-page .photo-caption .photo-caption-rt .photo-caption-orange, .home.front-top-page .photo-caption .photo-caption-rd .photo-caption-orange, .home.front-top-page .photo-caption .photo-caption-ld .photo-caption-orange, .home.front-top-page .photo-caption .photo-caption-lt .photo-caption-orange {
  display: inline-block;
  width: 500px;
  color: #ffffff;
  text-align: left;
  background: #fbb03b;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .photo-caption .photo-caption-rt .photo-caption-orange, .home.front-top-page .photo-caption .photo-caption-rd .photo-caption-orange, .home.front-top-page .photo-caption .photo-caption-ld .photo-caption-orange, .home.front-top-page .photo-caption .photo-caption-lt .photo-caption-orange {
    width: 80%;
  }
}
.home.front-top-page .photo-caption .photo-caption-rd {
  text-align: right;
  margin-bottom: -12rem;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .photo-caption .photo-caption-rd {
    text-align: center;
    margin-bottom: -2rem;
  }
}
.home.front-top-page .photo-caption .photo-caption-rd .photo-caption-orange {
  transform: translate(-6rem, -15rem);
}
@media screen and (max-width: 768px) {
  .home.front-top-page .photo-caption .photo-caption-rd .photo-caption-orange {
    transform: translate(0, -4rem);
  }
}
.home.front-top-page .photo-caption .photo-caption-ld {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .photo-caption .photo-caption-ld {
    text-align: center;
    margin-bottom: -10rem;
  }
}
.home.front-top-page .photo-caption .photo-caption-ld .photo-caption-orange {
  transform: translate(3.6rem, -7rem);
}
@media screen and (max-width: 768px) {
  .home.front-top-page .photo-caption .photo-caption-ld .photo-caption-orange {
    transform: translate(0, -4rem);
  }
}
.home.front-top-page .photo-caption .photo-caption-lt {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .photo-caption .photo-caption-lt {
    text-align: center;
    margin-bottom: -10rem;
  }
}
.home.front-top-page .photo-caption .photo-caption-lt figure {
  margin-right: 0 !important;
}
.home.front-top-page .photo-caption .photo-caption-lt .photo-caption-orange {
  transform: translate(-16rem, -45rem);
}
@media screen and (max-width: 768px) {
  .home.front-top-page .photo-caption .photo-caption-lt .photo-caption-orange {
    transform: translate(0, -4rem);
  }
}
.home.front-top-page .photo-caption .photo-caption-rt {
  text-align: right;
  margin-bottom: -12rem;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .photo-caption .photo-caption-rt {
    text-align: center;
    margin-bottom: -2rem;
  }
}
.home.front-top-page .photo-caption .photo-caption-rt .photo-caption-orange {
  transform: translate(25rem, -57rem);
}
@media screen and (max-width: 768px) {
  .home.front-top-page .photo-caption .photo-caption-rt .photo-caption-orange {
    transform: translate(0, -4rem);
  }
}
.home.front-top-page .about {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .about {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .home.front-top-page .about .about-text-wrapper {
    display: block;
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 768px) {
  .home.front-top-page .about .about-text-wrapper .about-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .home.front-top-page .about .about-text-wrapper .about-text {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .home.front-top-page .about .about-img {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .home.front-top-page .about .about-img {
    transform: translate(6rem, 6rem);
  }
}
.home.front-top-page .cycling-tourism {
  margin-bottom: 2rem;
}
.home.front-top-page .cycling-tourism .cycling-tourism-text-wrapper {
  margin: 4rem 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .cycling-tourism .cycling-tourism-text-wrapper {
    max-width: 80%;
    margin: 8rem auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .home.front-top-page .cycling-tourism .cycling-tourism-text-wrapper .cycling-tourism-text {
    font-size: 1rem;
    margin-bottom: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .home.front-top-page .cycling-tourism .cycling-tourism-text-wrapper .cycling-tourism-text {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.home.front-top-page .cycling-tourism .cycling-tourism-text-wrapper .btn-link1 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .cycling-tourism .cycling-tourism-text-wrapper .btn-link1 {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.home.front-top-page .cycling-tourism .cycling-tourism-text-wrapper .btn-link1 a.btn {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .cycling-tourism .cycling-tourism-text-wrapper .btn-link1 a.btn {
    width: 100%;
    padding: 0.8rem 0;
  }
}
.home.front-top-page .world-heritage {
  margin-bottom: -6rem;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .world-heritage {
    flex-direction: column-reverse;
    margin: 0 auto 5rem auto;
  }
}
.home.front-top-page .world-heritage .world-heritage-img {
  text-align: right;
  transform: translate(-10rem, -5rem);
}
@media screen and (max-width: 768px) {
  .home.front-top-page .world-heritage .world-heritage-img {
    transform: none;
  }
  .home.front-top-page .world-heritage .world-heritage-img img {
    max-width: 60%;
    margin: 7rem 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .home.front-top-page .world-heritage .world-heritage-text-wrapper {
    max-width: 80%;
    margin: 3rem auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .home.front-top-page .world-heritage .world-heritage-text-wrapper .world-heritage-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .home.front-top-page .world-heritage .world-heritage-text-wrapper .world-heritage-text {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.home.front-top-page .spot {
  text-align: center;
  margin-bottom: 16rem;
}
.home.front-top-page .spot .wp-block-image, .home.front-top-page .spot p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .spot {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .home.front-top-page .spot .spot-wrapper {
    max-width: 90%;
    display: grid;
    grid-template-columns: 3fr 7fr;
    column-gap: 2rem;
    margin: 0 auto;
  }
}
.home.front-top-page .spot .spot-wrapper .spot-img {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .spot .spot-wrapper .spot-text {
    text-align: left;
  }
}
.home.front-top-page .spot .spot-wrapper .spot-text .spot-title {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .spot .spot-wrapper .spot-text .spot-title {
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-weight: bold;
    padding-top: 0;
  }
}
.home.front-top-page .recommended-route {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .recommended-route {
    margin: 0 auto 5rem auto;
  }
}
@media screen and (max-width: 768px) {
  .home.front-top-page .recommended-route .recommended-route-img {
    width: 70%;
    display: block;
    margin-left: 0 !important;
  }
}
.home.front-top-page .recommended-route .recommended-route-text-wrapper {
  padding-left: 2rem;
  margin: 26rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .recommended-route .recommended-route-text-wrapper {
    max-width: 80%;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .home.front-top-page .recommended-route .recommended-route-text-wrapper .recommended-route-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .home.front-top-page .recommended-route .recommended-route-text-wrapper .recommended-route-text {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.home.front-top-page .recommended-route .recommended-route-text-wrapper .btn-link1 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .recommended-route .recommended-route-text-wrapper .btn-link1 {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.home.front-top-page .recommended-route .recommended-route-text-wrapper .btn-link1 a.btn {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .home.front-top-page .recommended-route .recommended-route-text-wrapper .btn-link1 a.btn {
    width: 100%;
    padding: 0.8rem 0;
  }
}
