@charset "UTF-8";
/*
Theme Name:Team Banzai
Version: 1.0
Author:Asuka
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: YuGothic, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 16px;
  width: 100%;
  line-height: 1.7;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.h-futura {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 50px;
  text-align: center;
}

main {
  flex: 1;
  overflow-x: hidden;
}

.b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: 700;
}

.smaller {
  font-size: smaller;
  letter-spacing: 0;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (max-width: 600px) {
  h1, h2, h3, h4, h5, h6, p {
    font-size: 15px;
  }
}

h2 {
  font-size: 24px;
}
@media (max-width: 600px) {
  h2 {
    font-size: 16px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 400;
}

a {
  color: #011459;
  text-decoration: none;
}
a:hover {
  color: #5c7ffd;
  transition: all 0.3s;
}

li {
  z-index: 5;
  list-style: none;
}

.img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

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

.flex-start {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pc-flex {
  display: flex;
}
@media (max-width: 1200px) {
  .pc-flex {
    display: block;
  }
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-left {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .flex-left {
    justify-content: flex-start;
  }
}

.flex-column {
  display: flex;
  flex-direction: column;
}

section {
  margin: 100px 0;
}

.section-m60 {
  margin: 60px 0;
}

.container {
  margin: 0px auto 0;
  padding: 0 10vw;
}
@media (max-width: 600px) {
  .container {
    padding: 4vw;
  }
}

.container-full {
  margin: 0px auto 0;
  padding: 0 0;
}

.center {
  text-align: center;
}

.pa-4vw {
  padding: 0 4vw;
}

.pa-all4vw {
  padding: 4vw 4vw;
}

.bg-wh {
  background-color: #f7f7f7;
}

.block {
  display: block;
}

.fs18 {
  font-size: 18px;
}

.justify {
  text-align: justify;
}

.none {
  display: none;
}

.pc {
  display: block;
}
@media (max-width: 1200px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media (max-width: 900px) {
  .tab {
    display: block;
  }
}

@media (max-width: 900px) {
  .tab-none {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 600px) {
  .sp {
    display: block;
  }
}

@media (max-width: 600px) {
  .sp-none {
    display: none;
  }
}

.ssp {
  display: none;
}
@media (max-width: 370px) {
  .ssp {
    display: block;
  }
}

.ssp-none {
  display: none;
}
@media (max-width: 600px) {
  .ssp-none {
    display: block;
  }
}
@media (max-width: 370px) {
  .ssp-none {
    display: none;
  }
}

hr {
  margin-bottom: 30px;
}

.noscroll {
  overflow: hidden;
}

.white {
  background-color: #fff !important;
}

.white-text {
  color: #fff !important;
}

.button {
  display: inline-block;
  padding: 1.2em 2.5em;
  color: #fff;
  background-color: #011459;
  text-align: center;
  margin: 50px auto;
  font-weight: 400;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 1200px) {
  .button {
    margin: 80px auto;
  }
}
@media (max-width: 900px) {
  .button {
    font-size: 14px;
    margin: 50px auto 30px;
  }
}
@media (max-width: 600px) {
  .button {
    width: 100%;
  }
}
.button:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.4em;
  border-color: transparent transparent transparent #fff;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
}
.button:hover {
  background-color: #022bbe;
}
.button:active {
  position: relative;
  top: 3px;
  transition: all 0.3s;
}

.button-border {
  background-color: #fff;
  border: solid 3px #011459;
  color: #011459;
  margin-bottom: 0;
}
.button-border:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.4em;
  border-color: transparent transparent transparent #011459;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
}

.button-area {
  text-align: center;
}
@media (max-width: 900px) {
  .button-area {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .button-area {
    padding: 0 4vw;
  }
}

@media (max-width: 600px) {
  .container .button-area {
    padding: 0;
  }
}

.icon-area {
  text-align: center;
}

.img-area.blue-shadow {
  box-shadow: 25px 45px #050280;
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .img-area.blue-shadow {
    box-shadow: none;
    margin-bottom: 0;
  }
}

.fv .img-area {
  width: 65%;
  height: 300px;
}
.fv .title-area {
  width: 35%;
  text-align: center;
  padding-left: 4vw;
}
@media (max-width: 600px) {
  .fv .title-area {
    padding-left: 0;
  }
}
.fv .title-area .date {
  letter-spacing: -0.05em;
  font-size: 45px;
  line-height: 1;
}

header {
  padding: 0px 8vw 0 4vw;
  height: 70px;
}
@media (max-width: 600px) {
  header {
    padding: 0px 4vw;
  }
}
@media (max-width: 600px) {
  header .nav-wrapper {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10; /*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
    background-color: rgba(19, 19, 19, 0.8);
    background-color: rgba(1, 20, 89, 0.9);
  }
}
header .menu-list {
  text-align: center;
}
@media (max-width: 600px) {
  header .menu-list {
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
@media (max-width: 600px) {
  header .menu-list li a {
    color: #fff;
  }
}
header .menu-list li.menu-item {
  font-size: 18px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}
@media (max-width: 900px) {
  header .menu-list li.menu-item {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  header .menu-list li.menu-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
header .menu-list li.menu-item:last-of-type {
  margin-right: 0;
}
header .menu-list li.menu-item:hover {
  transition: all 0.3s;
}
header .menu-list li.menu-item:active {
  transform: translateY(3px);
  transition: all 0.3s;
}
header .menu-list li.menu-item span {
  font-size: 11px;
}
@media (max-width: 900px) {
  header .menu-list li.menu-item span {
    font-size: 10px;
  }
}
header .menu-list .sub-menu {
  display: none;
  text-align: left;
  opacity: 1;
  z-index: 3;
  position: absolute;
  top: 2.5em;
  left: -1vw;
  width: 40vw;
  background-color: #050280;
  background-color: rgba(1, 20, 89, 0.7);
  margin-top: 3px;
}
@media (max-width: 600px) {
  header .menu-list .sub-menu {
    width: 60vw;
    top: -30px;
    right: 0;
    transform: translateX(40%);
  }
}
header .menu-list .sub-menu li {
  margin: 15px;
}
@media (max-width: 600px) {
  header .menu-list .sub-menu li {
    margin: 1.5em 0.5em;
  }
}
header .menu-list .sub-menu li a {
  font-size: 12px;
  color: #fff;
  padding: 1em 2em;
}
@media (max-width: 600px) {
  header .menu-list .sub-menu li a {
    padding: 0.5em;
  }
}
header .menu-list .sub-menu li a:hover {
  color: #5c7ffd;
}

.logo {
  margin-top: 10px;
  width: 80px;
  z-index: 100;
}
@media (max-width: 600px) {
  .logo {
    width: 50px;
  }
}
.logo:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}
.logo:active {
  transform: translateY(3px);
  transition: all 0.3s;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.pager-area {
  height: 60px;
}

.pager {
  display: block;
  text-decoration: underline;
}

footer {
  height: 60px;
  background-color: #050280;
  text-align: center;
}
footer small {
  color: #fff;
  line-height: 60px;
}

#front-page .title-abs {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-80%, -60%);
  box-shadow: 0px 1px 2px #e1f1f5;
}
@media (max-width: 600px) {
  #front-page .title-abs {
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#front-page .title-abs h1 {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 35px 30px;
  line-height: 0.7;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-character;
  display: inline-block;
}
@media (max-width: 600px) {
  #front-page .title-abs h1 {
    padding: 18px 12vw 30px;
  }
}
@media (max-width: 900px) {
  #front-page .title-abs h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 600px) {
  #front-page .title-abs h1 {
    font-size: 2.8rem;
    line-height: 0.6;
  }
}
#front-page .title-abs #banzai {
  font-size: 5.2rem;
  margin-bottom: 10px;
  text-align: justify;
  display: block;
  text-justify: inter-word;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  #front-page .title-abs #banzai {
    font-size: 4.4rem;
  }
}
#front-page .title-abs .team-outer {
  display: flex;
  justify-content: space-between;
}
#front-page .title-abs #team {
  line-height: 1.6;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  width: 50%;
}
@media (max-width: 600px) {
  #front-page .title-abs #team {
    font-size: 2.8rem;
  }
}
#front-page .title-abs #team::after {
  position: absolute;
  top: 55%;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #131313;
}
#front-page .title-abs #description {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding-left: 0.2em;
  text-align: justify;
}
@media (max-width: 600px) {
  #front-page .title-abs #description {
    font-size: 1.3rem;
  }
}
#front-page .title-abs #description #vert-bar {
  color: #232122;
  font-family: initial;
  font-weight: normal;
}

.front-fv {
  justify-content: space-around;
  z-index: -10;
}
@media (max-width: 900px) {
  .front-fv {
    justify-content: flex-end;
  }
}
@media (max-width: 600px) {
  .front-fv {
    justify-content: space-around;
  }
}
.front-fv #description {
  display: block;
  position: relative;
}

.img-area-outer {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 600px) {
  .img-area-outer {
    width: 100%;
  }
}
.img-area-outer .img-area-1 {
  width: 45%;
}
@media (max-width: 600px) {
  .img-area-outer .img-area-1 {
    width: 50%;
  }
}
.img-area-outer .img-area-outer-2 {
  width: 45%;
}
@media (max-width: 600px) {
  .img-area-outer .img-area-outer-2 {
    width: 50%;
  }
}

.icon-area-outer {
  margin: 20px 0;
  text-align: center;
}

.icon-area {
  display: inline-block;
  position: relative;
}
.icon-area::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 180px;
  height: 1px;
  background-color: #1c1c1c;
  overflow: hidden;
}
@media (max-width: 600px) {
  .icon-area::after {
    display: none;
  }
}
.icon-area::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 180px;
  height: 1px;
  background-color: #1c1c1c;
  left: -180px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .icon-area::before {
    display: none;
  }
}

i {
  margin: 4vw;
}

#front-page .img-area-1 {
  position: relative;
}
#front-page #top_banzai {
  position: absolute;
  -o-object-position: 53%;
     object-position: 53%;
}
#front-page .h2 {
  padding: 0 4vw;
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
#front-page .h2::before {
  content: "";
  background-color: #c1cefe;
  display: block;
  position: absolute;
  left: 0;
  height: 90px;
  width: 90px;
  border-radius: 50%; /* 丸くする */
  top: 10px;
  z-index: -1;
  overflow: hidden;
  top: -10px;
}
#front-page .h3 {
  padding-left: 4vw;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 600px) {
  #front-page .h3 {
    font-size: 16px;
  }
}
#front-page .h3::after {
  content: "";
  position: absolute;
  top: 90%;
  display: inline-block;
  width: 90px;
  height: 0.7px;
  transform: translateX(-20%);
  background-color: #1c1c1c;
  overflow: hidden;
}

#concept {
  margin: 120px 0;
  text-align: center;
}
@media (max-width: 900px) {
  #concept {
    margin: 80px 0;
  }
}
#concept h4 {
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
#concept h4:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #131313;
  position: absolute;
  top: calc(100% - 15px);
  left: -34px;
  transform: rotate(45deg);
}
#concept h4:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #131313;
  position: absolute;
  top: calc(100% - 15px);
  right: -32px;
  transform: rotate(-45deg);
}

#diving #p1 {
  padding-left: 4vw;
  margin-bottom: 30px;
}
#diving ul li {
  position: relative;
  width: 25%;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  #diving ul li {
    width: 50%;
  }
}
#diving ul li:hover {
  filter: brightness(1.4);
}
#diving ul li:active {
  transform: scale(0.95);
}
@media (max-width: 600px) {
  #diving ul li {
    width: 50%;
  }
}
#diving ul .img-area {
  width: 100%;
  height: 200px;
}
#diving ul p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em 3em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 600px) {
  #diving ul p {
    padding: 2.5em 0em;
    font-size: 16px;
  }
}

#access, #contact {
  text-align: center;
}
#access .h2, #contact .h2 {
  display: inline-block;
  padding-left: 0;
}
#access .h2::before, #contact .h2::before {
  left: -50px;
}
#access .h3, #contact .h3 {
  padding-left: 0;
}

@media (max-width: 900px) {
  #price .container {
    padding: 0 4vw;
  }
}
#price table, #price tr, #price th, #price td {
  outline: none;
  border-collapse: collapse;
}
@media (max-width: 600px) {
  #price td {
    width: 100%;
    font-size: 13px;
  }
}
#price table {
  margin: 0 auto;
  text-align: center;
}
#price th, #price td {
  border: 0.8px solid #a9c2d6;
  padding: 0.8em 2em;
}
@media (max-width: 600px) {
  #price th, #price td {
    padding: 0.6em 1em;
  }
}
#price .gray-bg {
  background-color: #f3f6ff;
}
#price .blue-bg {
  background-color: #dae2ff;
}
@media (max-width: 600px) {
  #price thead {
    font-size: 14px;
  }
}

#access .text-area {
  text-align: left;
  width: 50%;
  padding: 4vw;
}
@media (max-width: 600px) {
  #access .text-area {
    width: 100%;
  }
}
#access .map-area {
  width: 50%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
@media (max-width: 600px) {
  #access .map-area {
    width: 100%;
  }
}
#access iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#about .text-area {
  width: 60%;
  padding: 4vw;
}
@media (max-width: 600px) {
  #about .text-area {
    width: 100%;
  }
}
#about .text-area p {
  font-size: 14px;
}
#about .img-area {
  width: 40%;
}
@media (max-width: 600px) {
  #about .img-area {
    width: 100%;
  }
}

#contact {
  text-align: left;
}
#contact .button-area-outer .button-area {
  width: 50%;
}
@media (max-width: 600px) {
  #contact .button-area-outer .button-area {
    width: 100%;
  }
  #contact .button-area-outer .button-area .faq {
    margin-top: 0;
  }
}
#contact .text-area {
  padding-right: 2em;
  width: 60%;
  flex-grow: 3;
}
@media (max-width: 900px) {
  #contact .text-area {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #contact .text-area {
    width: 100%;
    padding-right: 0;
  }
}
#contact .fb-area {
  width: 35%;
  flex-grow: 1;
  text-align: end;
}
@media (max-width: 600px) {
  #contact .fb-area {
    text-align: center;
    width: 80%;
  }
}

@media (max-width: 600px) {
  .galley-list {
    align-items: stretch;
  }
}
.galley-list .galley-preview {
  display: flex;
  width: calc(12.5% - 0.875em);
  margin: 0 1em 1em 0;
  align-self: inherit;
}
.galley-list .galley-preview:nth-of-type(8n) {
  margin-right: 0;
}
@media (max-width: 600px) {
  .galley-list .galley-preview {
    width: calc(50% - 1em);
    flex-grow: 1;
  }
  .galley-list .galley-preview:nth-of-type(2n) {
    margin-right: 0;
  }
}

#galley .img-area {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (max-width: 600px) {
  #galley .img-area {
    height: 100%;
  }
}
#galley .img-area img {
  max-width: 100%;
  min-height: 280px;
  box-shadow: 4px 4px 5px #9cb3c5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 900px) {
  #galley .img-area img {
    min-height: 150px;
  }
}
@media (max-width: 600px) {
  #galley .img-area img {
    height: 100%;
  }
}

#blog article.flex {
  align-items: flex-start;
}

#page-fv {
  margin: 0 !important;
}
@media (max-width: 600px) {
  #page-fv .fv {
    padding: 60px 0;
    background-image: url("img/sunset3_1200.jpg");
    background-position: center;
    justify-content: center;
    align-items: center;
  }
}
#page-fv h1 {
  font-size: 28px;
  font-style: italic;
}
@media (max-width: 900px) {
  #page-fv h1 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  #page-fv h1 {
    padding-left: 0;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 600px) {
  #access-page .fv {
    background-image: url("img/kinsen_a1200.jpg");
  }
}

@media (max-width: 600px) {
  #price-page .fv, #about-page .fv, #access-page .fv {
    background-image: url("img/letsgo.png");
    background-position: center;
  }
}
#price-page .fv .img-area, #about-page .fv .img-area, #access-page .fv .img-area {
  width: 100%;
  margin-top: 0;
}
#price-page .price-page, #price-page .access-page, #about-page .price-page, #about-page .access-page, #access-page .price-page, #access-page .access-page {
  position: relative;
}
#price-page h2, #about-page h2, #access-page h2 {
  font-size: 50px;
  text-align: center;
}
#price-page h4, #price-page h6, #about-page h4, #about-page h6, #access-page h4, #access-page h6 {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 50px;
}
#price-page h5, #about-page h5, #access-page h5 {
  font-size: 30px;
  display: inline-block;
}
#price-page h6, #about-page h6, #access-page h6 {
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
}
#price-page .img-area-outer, #about-page .img-area-outer, #access-page .img-area-outer {
  width: 33%;
}
@media (max-width: 900px) {
  #price-page .img-area-outer, #about-page .img-area-outer, #access-page .img-area-outer {
    width: 0%;
  }
}
#price-page .img-area, #about-page .img-area, #access-page .img-area {
  margin-top: 120px;
  margin-right: 7%;
  flex-basis: 60%; /* 要素の幅指定 */
}
#price-page .blue-box, #about-page .blue-box, #access-page .blue-box {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  background-color: #050280;
}

#about-page h2, #about-page h4 {
  text-align: left;
}
@media (max-width: 600px) {
  #about-page h2, #about-page h4 {
    text-align: center;
  }
}
#about-page .about-content {
  align-items: flex-start;
}
@media (max-width: 600px) {
  #about-page .about-content {
    align-items: center;
    flex-direction: column;
  }
}
#about-page h5, #about-page h6 {
  text-align: center;
  display: block;
}
@media (max-width: 600px) {
  #about-page h6 {
    font-size: 13px;
  }
}
#about-page .text-area {
  width: 55%;
  padding: 15px 40px;
}
@media (max-width: 1200px) {
  #about-page .text-area {
    padding: 15px 50px;
  }
}
@media (max-width: 600px) {
  #about-page .text-area {
    width: 100%;
    padding: 0;
  }
}
#about-page .img-area-outer {
  width: 45%;
  flex-flow: row-reverse;
}
#about-page .img-area {
  width: 50%;
}
@media (max-width: 600px) {
  #about-page .img-area {
    width: 100%;
    flex-basis: unset;
    margin: 0;
  }
}
#about-page .blue-box {
  right: unset;
  left: 0;
  height: 500px;
}

@media (max-width: 600px) {
  .about-page {
    margin-top: 60px;
  }
}
.about-page .container {
  margin-top: 0;
}

#price-page .price-content {
  align-items: flex-start;
}
#price-page .price-content .text-area {
  width: 60%;
}
@media (max-width: 900px) {
  #price-page .price-content .text-area {
    width: 100%;
  }
}
#price-page .price-content .text-area .price-table {
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
}
#price-page .price-content .text-area .price-table td {
  padding: 0.5em 10px;
  border: 0px none;
}
#price-page .price-content .text-area .price-table tr:nth-child(even) {
  background-color: #f4f7fe;
}
#price-page .price-content .text-area .price-table .days {
  font-size: 14px;
}
#price-page .price-content .text-area .price-table .price {
  text-align: right;
}
#price-page .price-content .text-area .price-table .days {
  text-align: left;
}
#price-page .price-content .text-area .price-table .days .price {
  text-align: right;
}
#price-page .price-content .text-area .comment-area {
  margin-bottom: 100px;
}
#price-page .price-content .text-area td.dive .sp {
  font-size: 13px;
}
#price-page .price-content .text-area td.fun {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#price-page .price-content .text-area td.fun .sp {
  font-size: 13px;
}
#price-page .price-content .blue-box {
  height: 1200px;
}

@media (max-width: 600px) {
  #access-page .fv, #diving-page .fv, #fundive-page .fv, #openwater-page .fv, #trydive-page .fv, #others-page .fv, #faq-page .fv, #faq-genre .fv {
    background-image: url("img/diving_letsgo.png");
    background-position: center;
  }
}
#access-page .fv .img-area, #diving-page .fv .img-area, #fundive-page .fv .img-area, #openwater-page .fv .img-area, #trydive-page .fv .img-area, #others-page .fv .img-area, #faq-page .fv .img-area, #faq-genre .fv .img-area {
  width: 100%;
  margin-top: 0;
}

.diving-title {
  text-align: center;
  margin: 60px 0 100px 0;
}

.diving-title.faq-title {
  margin: 0;
  padding: 100px 0 0 0;
}

.diving-title h2 {
  font-size: 14px;
  letter-spacing: 0.65em;
  text-align: center;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}
.diving-title h2::after {
  content: "";
  width: 230px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.top-price {
  font-family: "Yu-Mincho";
  font-size: 14px;
  margin-top: 28px;
}

section.concept {
  text-align: left;
  padding: 0 10vw;
}
@media (max-width: 900px) {
  section.concept {
    padding: 0 4vw;
  }
}

.ct-outer {
  justify-content: center;
}

.concept.concept-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.concept.concept-title:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #131313;
  position: absolute;
  top: calc(100% - 15px);
  left: -40px;
  transform: rotate(45deg);
}
.concept.concept-title:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #131313;
  position: absolute;
  top: calc(100% - 15px);
  transform: rotate(-45deg);
}
@media (max-width: 600px) {
  .concept.concept-title {
    font-size: 18px;
  }
}

.concept-semi-title {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.concept-descri {
  margin-bottom: 30px;
}

.mid-blue {
  background-color: #dbe3fe;
}

#diving-page .concept-diving-page {
  text-align: center;
}
@media (max-width: 900px) {
  #diving-page .concept-diving-page {
    text-align: left;
  }
}
@media (max-width: 600px) {
  #diving-page .concept-diving-page {
    padding: 0 !important;
  }
}
#diving-page h1 {
  font-size: 50px;
  text-align: center;
  line-height: 1.3;
}
#diving-page h2 {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 80px;
}
#diving-page h3 {
  top: auto;
  left: 50%;
  transform: translateX(-50%) rotate(-13deg);
}
#diving-page h4 {
  font-size: 50px;
  margin: 60px 0 0px;
  position: relative;
  display: inline-block;
  padding: 40px 0px 0px 4vw;
  font-style: italic;
  line-height: 1.2;
}
@media (max-width: 600px) {
  #diving-page h4 {
    padding-left: 0;
  }
}
#diving-page h4::before {
  content: "";
  background-color: #c1cefe;
  display: block;
  position: absolute;
  left: 0;
  height: 90px;
  width: 90px;
  border-radius: 50%; /* 丸くする */
  top: 10px;
  z-index: -1;
  overflow: hidden;
}
#diving-page h5 {
  padding-left: 4vw;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 600px) {
  #diving-page h5 {
    padding-left: 0;
  }
}
#diving-page h5::after {
  content: "";
  position: absolute;
  top: 90%;
  display: inline-block;
  width: 90px;
  height: 0.7px;
  transform: translateX(-20%);
  background-color: #1c1c1c;
}

.diving-menu-section {
  margin-top: 0;
}
.diving-menu-section h4.fundive {
  margin-top: 0 !important;
}
.diving-menu-section li .text-area {
  width: 50%;
  text-align: center;
  position: relative;
}
@media (max-width: 600px) {
  .diving-menu-section li .text-area {
    width: 100%;
  }
}
.diving-menu-section li .text-area .diving-number {
  font-size: 200px;
  color: #eee;
  font-weight: 700;
  font-style: italic;
  opacity: 0.5;
  position: absolute;
  top: -130px;
  left: 25px;
  z-index: -1;
}
.diving-menu-section li .text-area p {
  text-align: left;
}
.diving-menu-section li .img-area {
  width: 40%;
}
@media (max-width: 600px) {
  .diving-menu-section li .img-area {
    width: 100%;
  }
}

.border-button-area {
  margin: 50px 0 30px;
  justify-content: space-around;
}
@media (max-width: 600px) {
  .border-button-area .button-area {
    width: 100%;
  }
}
.border-button-area .button-area a {
  margin-top: 30px;
}

#diving-faq .faq-area {
  align-items: stretch;
}
#diving-faq .faq-text-area {
  width: 70%;
}
@media (max-width: 600px) {
  #diving-faq .faq-text-area {
    width: 100%;
  }
}
#diving-faq .img-area {
  width: 30%;
}
@media (max-width: 600px) {
  #diving-faq .img-area {
    width: 100%;
  }
}

#fundive-page section {
  margin: 100px 0;
}
#fundive-page section.three-dive {
  margin: 100px 0;
}
#fundive-page .three-dive, #fundive-page .sail-three-dive, #fundive-page .two-dive, #fundive-page .night-dive {
  background-color: #011459;
  color: #f4f7fe;
}
#fundive-page .three-dive .plan-item, #fundive-page .sail-three-dive .plan-item, #fundive-page .two-dive .plan-item, #fundive-page .night-dive .plan-item {
  background-color: #011459;
}
#fundive-page .fun-plan {
  justify-content: center;
  padding: 0 15vw;
}
@media (max-width: 900px) {
  #fundive-page .fun-plan {
    padding: 4vw;
  }
}
@media (max-width: 600px) {
  #fundive-page .fun-plan {
    padding-top: 8vw;
  }
}
#fundive-page .fun-plan h3, #fundive-page .fun-plan h4 {
  font-family: "Yu Mincho";
  text-align: center;
}
#fundive-page .fun-plan h3 {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 900px) {
  #fundive-page .fun-plan h3 {
    font-size: 26px;
  }
}
#fundive-page .fun-plan h4 {
  font-size: 14px;
  margin-bottom: 2vw;
}
@media (max-width: 900px) {
  #fundive-page .fun-plan h4 {
    font-size: 12px;
    margin-bottom: 1vw;
  }
}
@media (max-width: 600px) {
  #fundive-page .fun-plan h4 {
    margin-bottom: 2vw;
  }
}
#fundive-page .plan-item {
  width: 30vw;
  height: 30vw;
}
@media (max-width: 900px) {
  #fundive-page .plan-item {
    width: 40vw;
    height: 40vw;
  }
}
@media (max-width: 600px) {
  #fundive-page .plan-item {
    width: 90vw;
    height: 90vw;
  }
}
#fundive-page .plan-item img {
  height: 30vw;
}
@media (max-width: 900px) {
  #fundive-page .plan-item img {
    height: 40vw;
  }
}
@media (max-width: 600px) {
  #fundive-page .plan-item img {
    height: 90vw;
  }
}
#fundive-page .plan-item .img-area-touaka img {
  -o-object-position: right;
     object-position: right;
}
#fundive-page .plan-item.text_01 {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 600px) {
  #fundive-page .plan-item.text_01 {
    order: 1;
  }
}
#fundive-page .plan-item.text_01 .text_01_inner {
  padding-right: 10%;
}
@media (max-width: 600px) {
  #fundive-page .plan-item.text_01 .text_01_inner {
    padding-right: 0;
  }
}
#fundive-page .plan-item.text_02 {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 600px) {
  #fundive-page .plan-item.text_02 {
    order: 3;
    text-align: center;
  }
}
#fundive-page .plan-item.text_02 .text_02_inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 900px) {
  #fundive-page .plan-item.text_02 .text_02_inner {
    width: 80%;
  }
}
@media (max-width: 600px) {
  #fundive-page .plan-item.img_01 {
    order: 0;
  }
}
@media (max-width: 600px) {
  #fundive-page .plan-item.img_02 {
    order: 2;
  }
}
#fundive-page .descri {
  font-size: 16px;
  line-height: calc(2.5 em);
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  #fundive-page .descri {
    font-size: 15px;
    line-height: calc(1.8666666667 em);
    margin-bottom: 10px;
  }
}
#fundive-page .comme {
  font-size: 14px;
  line-height: calc(1.4285714286 em);
}
@media (max-width: 900px) {
  #fundive-page .comme {
    font-size: 12px;
    line-height: calc(1.6666666667 em);
  }
}
#fundive-page h5 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 28px;
}
#fundive-page dl {
  width: 100%;
}
@media (max-width: 900px) {
  #fundive-page dl {
    line-height: 1.4;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  #fundive-page dl {
    line-height: 1.7;
    font-size: 15px;
  }
}
#fundive-page dl dt {
  width: 20%;
  margin-bottom: 7px;
}
#fundive-page dl dd {
  width: 80%;
  margin-bottom: 7px;
  text-align: left;
  padding-left: 7px;/*余白feb25*/
}

#openwater-page .diving-title {
  position: relative;
}
#openwater-page .diving-title::after {
  content: "";
  background-color: #f4f7fe;
  display: block;
  position: absolute;
  border-radius: 50%; /* 丸くする */
  z-index: -1;
  height: 350px;
  width: 350px;
  top: -160px;
  left: 80%;
  overflow: hidden;
  z-index: -1;
}
#openwater-page .flex-end {
  position: relative;
  justify-content: flex-end;
}
#openwater-page .descri .img-area {
  width: 45%;
  position: absolute;
  bottom: -5%;
  left: 4vw;
}
@media (max-width: 600px) {
  #openwater-page .descri .img-area {
    width: 100%;
    position: static;
  }
}
#openwater-page .descri .img-area img {
  max-width: 750px;
}
#openwater-page .descri .text-area {
  width: 50%;
  padding: 6em 6em;
  text-align: left;
}
@media (max-width: 600px) {
  #openwater-page .descri .text-area {
    width: 100%;
    padding: 4em 4vw;
  }
}
#openwater-page .descri-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
#openwater-page .schedule_01 {
  margin-top: 150px;
  text-align: center;
}
@media (max-width: 600px) {
  #openwater-page .schedule_01 {
    padding: 4vw;
    text-align: left;
  }
}
#openwater-page .schedule-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  #openwater-page .schedule-title {
    font-size: 18px;
  }
}

#archive-fv, #contact-page-fv {
  margin: 0;
}
@media (max-width: 600px) {
  #archive-fv .fv, #contact-page-fv .fv {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  #archive-fv .fv .title-area, #contact-page-fv .fv .title-area {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #archive-fv .fv .img-area, #contact-page-fv .fv .img-area {
    width: 100%;
  }
}
#archive-fv h1, #contact-page-fv h1 {
  font-size: 28px;
  font-style: italic;
}
@media (max-width: 900px) {
  #archive-fv h1, #contact-page-fv h1 {
    font-size: 22px;
  }
}
#archive-fv h2, #contact-page-fv h2 {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
@media (max-width: 900px) {
  #archive-fv h2, #contact-page-fv h2 {
    font-size: 15px;
  }
}
#archive-fv h2::before, #archive-fv h2::after, #contact-page-fv h2::before, #contact-page-fv h2::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 0.7px;
  background-color: #131313;
  top: 50%;
}
@media (max-width: 900px) {
  #archive-fv h2::before, #archive-fv h2::after, #contact-page-fv h2::before, #contact-page-fv h2::after {
    width: 30px;
  }
}
#archive-fv h2::before, #contact-page-fv h2::before {
  left: -50px;
}
@media (max-width: 900px) {
  #archive-fv h2::before, #contact-page-fv h2::before {
    left: -30px;
  }
}
#archive-fv h2::after, #contact-page-fv h2::after {
  right: -50px;
}
@media (max-width: 900px) {
  #archive-fv h2::after, #contact-page-fv h2::after {
    right: -30px;
  }
}

#archive-contents {
  align-items: flex-start;
}
@media (max-width: 600px) {
  #archive-contents {
    flex-direction: column;
  }
}

.post-preview {
  margin: 0;
  width: 24.8%;
}
@media (max-width: 900px) {
  .post-preview {
    width: 49.6%;
  }
}
@media (max-width: 600px) {
  .post-preview {
    width: 100%;
  }
}
.post-preview .img-area {
  width: 100%;
  height: 200px;
}
.post-preview .text-area {
  padding: 15px;
}
@media (max-width: 600px) {
  .post-preview .text-area {
    padding: 10px;
  }
}
.post-preview h2.post-title {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 0px;
}
@media (max-width: 600px) {
  .post-preview h2.post-title {
    margin-bottom: 0px;
  }
}
.post-preview h3.post-subtitle p {
  font-size: 15px;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}
@media (max-width: 600px) {
  .post-preview h3.post-subtitle p {
    margin-bottom: 2px;
  }
}
.post-preview .post-meta {
  font-size: 12px;
  margin-bottom: 3px;
}
@media (max-width: 600px) {
  .post-preview .post-meta {
    margin-bottom: 3px;
  }
}

#blog-single p, #access-page p {
  margin-bottom: 1.7em;
}
#blog-single p a, #access-page p a {
  text-decoration: underline;
}

section.post {
  margin-top: 60px;
}

.single-fv-area {
  height: 400px;
}
.single-fv-area .single-fv-area-inner {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.single-fv-area .single-fv-area-inner .img-area {
  width: 40%;
  min-height: 300px;
  max-height: 350px;
  min-width: 400px;
  padding-left: 4vw;
}
.single-fv-area .single-fv-area-inner .img-area img {
  height: 100%;
  min-height: 300px;
  max-height: 350px;
  min-width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-fv-area .single-fv-area-inner .h1-area {
  width: 35%;
}
@media (max-width: 600px) {
  .single-fv-area .single-fv-area-inner .h1-area {
    width: 100%;
  }
}
.single-fv-area .single-fv-area-inner .h1-area h1 {
  padding-left: 20px;
  color: #fff;
  opacity: 0.3;
  font-size: 45px;
  text-shadow: none;
  font-style: italic;
  text-align: left;
  line-height: 1.1em;
}
@media (max-width: 600px) {
  .single-fv-area .single-fv-area-inner .h1-area h1 {
    opacity: 0.2;
    font-size: 18px;
    padding-left: 77vw;
    padding-top: 20px;
  }
}
@media (max-width: 370px) {
  .single-fv-area .single-fv-area-inner .h1-area h1 {
    padding-left: 65vw;
    font-size: 16px;
  }
}
.single-fv-area .single-fv-area-inner .h1-area h1 .s {
  font-size: 35px;
}
@media (max-width: 600px) {
  .single-fv-area .single-fv-area-inner .h1-area h1 .s {
    font-size: 16px;
  }
}
.single-fv-area .blue-area {
  width: 65vw;
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #050280;
  z-index: -1;
}

.post .img-area {
  width: 100%;
  height: 50vw;
}

.page-title-area {
  position: relative;
}
.page-title-area h2 {
  font: 30px;
}
.page-title-area h3 {
  color: rgb(218, 218, 218);
  font-size: 150px;
  font-style: italic;
  opacity: 0.3;
  position: absolute;
  top: 10px;
  left: 60px;
  line-height: 1;
  transform: rotate(-13deg);
}

.page-fv-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
}
.page-fv-area h1 {
  color: #fff;
  text-shadow: none;
  font-size: 30px;
  padding: 100px 0 80px 50px;
  font-style: italic;
}
@media (max-width: 600px) {
  .page-fv-area h1 {
    font-size: 16px;
    padding: 4vw 20px;
  }
}

/* お問い合わせフォーム */
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media (max-width: 500px) {
  .inquiry th, .inquiry td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto, .inquiry .any {
    font-size: 10px;
  }
}
/*見出し欄*/
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
  letter-spacing: 0;
}
@media (max-width: 900px) {
  .inquiry th {
    font-size: 13px;
  }
}

/*通常欄*/
.inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
  border: solid 1px #d7d7d7;
}

/* 付け足し */
.inquiry th, .inquiry td {
  padding: 1em;
}

/*必須の調整*/
.haveto {
  font-size: 7px;
  padding: 5px;
  background: #f8a16a;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*任意の調整*/
.any {
  font-size: 7px;
  padding: 5px;
  background: #877692;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 1em 0;
  margin-top: 30px;
  width: 100%;
  background: #668ad8;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  border: none;
  transition: all 0.5s;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
  opacity: 0.8;
}

input {
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  padding: 0.5em 2px;
  border-style: inset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}

#name, #email, #message {
  width: 100%;
}

input, textarea, select {
  font-size: 10px;
  padding: 0.5em 2px;
  margin-left: 8px;
  border-width: 0.5px;
}

button.form-control {
  font-size: 13px;
  padding: 0.5em 1em;
}



.item .img-area {
  width: 33%;
}

.archive-item .post-preview {
  text-align: center;
}
.archive-item img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* ハンバーガー */
@media (max-width: 600px) {
  .burger-btn {
    width: 50px;
    height: 39px;
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    /*   codepenの挙動のため */
    background-color: transparent;
    border: none;
  }
  .burger-btn .bar {
    width: 30px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #131313;
  }
  .burger-btn .bar_top {
    top: 10px;
  }
  .burger-btn .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .burger-btn .bar_bottom {
    bottom: 10px;
  }
}

.burger-btn.close .bar_mid {
  opacity: 0;
  transition: opacity 0.3s;
}

@media (max-width: 600px) {
  .burger-btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform 0.3s;
    background-color: #fff;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform 0.3s;
    background-color: #fff;
  }
}
#pagetop {
  border-radius: 50%;
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 10;
}
#pagetop a {
  color: #000;
  opacity: 0.8;
}
#pagetop a:hover {
  opacity: 0.5;
}

.blocks-gallery-item img {
  box-shadow: 4px 4px 5px #9cb3c5;
}

.bg-gray {
  background-color: #e1f1f5;
}
.bg-pink{
  background-color: #f5e1e1;
}
.bg-yellow{
  background-color: #f5f5e1;
}
.bg-green{
  background-color: #e1f5e1;
}
.bg-yellow-green{
  background-color: #e6f9e6;
}
.bg-perple{
  background-color: #f5e8f5;
}

#page-faq-section {
  margin: 0;
  padding: 100px 0;
}
@media (max-width: 600px) {
  #page-faq-section {
    padding: 20px 0;
  }
}
#page-faq-section .faq-wrapper {
  width: 100%;
  padding-bottom: 80px;
  color: #5f5d60;
  justify-content: space-between;
  align-items: flex-start;
}
#page-faq-section .faq-container {
  width: 70%;
  margin: 0;
  padding: 20px;
}
@media (max-width: 1200px) {
  #page-faq-section .faq-container {
    width: 100%;
    padding: 0;
  }
}
#page-faq-section .img-area {
  width: 25%;
}
#page-faq-section .faq-wrapper h1 {
  margin-bottom: 10px;
}
#page-faq-section .faq-wrapper h2 {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: normal;
}
#page-faq-section p.faq-desc {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  #page-faq-section p.faq-desc {
    font-size: 13px;
  }
}
#page-faq-section .faq-list-item {
  border-bottom: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  text-align: left;
  margin: 10px;
}
#page-faq-section .faq-list-item .question {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 600px) {
  #page-faq-section .faq-list-item .question {
    font-size: 13px;
  }
}
#page-faq-section .faq-list-item .answer {
  font-size: 15px;
  padding: 5px 0;
  margin-bottom: 18px;
  display: none;
}
@media (max-width: 600px) {
  #page-faq-section .faq-list-item .answer {
    font-size: 13px;
  }
}
#page-faq-section .faq-list-item span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 600px) {
  #page-faq-section .faq-list-item span {
    font-size: 13px;
  }
}

#creatures-photo-list li {
  margin: 0;
  width: 24.8%;
}
@media (max-width: 900px) {
  #creatures-photo-list li {
    width: 49.6%;
  }
}
@media (max-width: 600px) {
  #creatures-photo-list li {
    width: 100%;
  }
}
#creatures-photo-list li .img-area {
  width: 100%;
  height: 200px;
}
#creatures-photo-list li .text-area {
  padding: 5px 15px 15px;
}
@media (max-width: 600px) {
  #creatures-photo-list li .text-area {
    padding: 5px 2vw 10px;
  }
}
#creatures-photo-list li h2.post-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 0px;
}
@media (max-width: 600px) {
  #creatures-photo-list li h2.post-title {
    font-size: 13px;
    margin-bottom: 0px;
    letter-spacing: normal;
    text-align: justify;
  }
}
#creatures-photo-list li .post-meta {
  font-size: 12px;
  margin-bottom: 3px;
}
@media (max-width: 600px) {
  #creatures-photo-list li .post-meta {
    margin-bottom: 3px;
  }
}

#creatures-photo-list li {
  width: 25%;
  cursor: pointer;
}
@media (max-width: 600px) {
  #creatures-photo-list li {
    width: 50%;
  }
}

#breadcrumb-list {
  font-size: 13px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  #breadcrumb-list {
    margin-bottom: 20px;
  }
}
#breadcrumb-list li {
  padding: 0 1vw;
  text-align: left;
}
@media (max-width: 600px) {
  #breadcrumb-list li {
    font-size: 13px;
    text-align: left;
    padding: 0 1vw 0 3vw;
  }
}

#cat-list {
  font-size: 14px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  #cat-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
#cat-list li {
  text-decoration: underline;
  padding: 0 1vw;
  text-align: left;
}
@media (max-width: 600px) {
  #cat-list li {
    font-size: 13px;
    width: 50%;
    padding: 0.5em 4vw;
  }
}

#tag-list {
  padding: 0 4vw;
}
#tag-list li {
  font-size: 14px;
  padding: 0.6em 1.5em;
  border: 1.5px solid #050280;
  border-radius: 10px;
  margin-right: 10px;
  margin: 5px;
}

#single-creatures .img-area.main-picture {
  width: 33%;
}
@media (max-width: 900px) {
  #single-creatures .img-area.main-picture {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #single-creatures .img-area.main-picture {
    width: 100%;
  }
}

#creatures-description {
  margin: 30px 0;
}
#creatures-description dt {
  float: left;
}
#creatures-description dt::after {
  content: "：";
}
#creatures-description dd {
  margin: 10px 0;
}
#creatures-description .img-area {
  margin-top: 30px;
  width: 20%;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

.fv-yellow-dot {
  position: relative;
  z-index: -1;
}
.fv-yellow-dot .img-area {
  padding-left: 20vw;
  width: 80%;
  height: 300px;
}
@media (max-width: 600px) {
  .fv-yellow-dot .img-area {
    padding-left: 0;
  }
}
.fv-yellow-dot .img-area::before {
  content: "";
  background-color: #c1cefe;
  display: block;
  position: absolute;
  left: 0;
  height: 90px;
  width: 90px;
  border-radius: 50%; /* 丸くする */
  top: 10px;
  z-index: -1;
  overflow: hidden;
  opacity: 0.5;
  background-color: #ffd833;
  width: 60px;
  height: 60px;
  left: 60vw;
  top: 75%;
  z-index: 15;
}
.fv-yellow-dot .img-area::after {
  content: "";
  background-color: white;
  display: block;
  position: absolute;
  left: 0;
  height: 90px;
  width: 90px;
  border-radius: 50%; /* 丸くする */
  top: 10px;
  z-index: -1;
  overflow: hidden;
  background-color: #ffd833;
  opacity: 0.5;
  left: 15vw; /* 位置調整 */
  height: 100px; /* 高さ指定 */
  width: 100px; /* 幅指定 */
  top: 30px; /* 位置調整 */
  z-index: 15;
}
.fv-yellow-dot .filter-blue {
  background-color: #0375b4;
}
.fv-yellow-dot img {
  height: 300px;
  opacity: 0.5;
}
.fv-yellow-dot h1 {
  position: absolute;
  bottom: 10px;
  left: 4vw;
  font-size: 20px;
  text-shadow: 0 0 2px #f0f0f0;
  font-weight: bold;
  color: #ffce00;
  z-index: 10;
}
@media (max-width: 600px) {
  .fv-yellow-dot h1 {
    font-size: 16px;
    padding: 0;
  }
}

#news, #news-pc {
  width: 100%;
}
@media (max-width: 900px) {
  #news, #news-pc {
    padding: 0 3vw;
  }
}
@media (max-width: 600px) {
  #news, #news-pc {
    padding: 0;
    margin-top: 150px;
  }
}
#news .news-area, #news-pc .news-area {
  margin: 0;
  padding-top: 5px;
  font-size: 12px;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  #news .news-area, #news-pc .news-area {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  #news .news-area, #news-pc .news-area {
    letter-spacing: normal;
    width: 100%;
    padding: 0 3.5vw;
  }
}
#news .news-area .date, #news-pc .news-area .date {
  letter-spacing: normal;
  padding-right: 5px;
  font-size: 10px;
}
@media (max-width: 600px) {
  #news .news-area .date, #news-pc .news-area .date {
    width: 17%;
  }
}
@media (max-width: 370px) {
  #news .news-area .date, #news-pc .news-area .date {
    width: 25%;
  }
}
#news .news-area .news-title, #news-pc .news-area .news-title {
  font-size: 13px;
}
@media (max-width: 600px) {
  #news .news-area .news-title, #news-pc .news-area .news-title {
    width: 80%;
  }
}
@media (max-width: 370px) {
  #news .news-area .news-title, #news-pc .news-area .news-title {
    width: 75%;
  }
}
@media (max-width: 600px) {
  #news .news-area .blog-link, #news-pc .news-area .blog-link {
    width: 15%;
  }
}
@media (max-width: 600px) {
  #news .news-area .blog-link, #news-pc .news-area .blog-link {
    width: 100%;
    text-align: right;
  }
}
#news .news-area .blog-link a, #news-pc .news-area .blog-link a {
  font-size: 11px;
  text-decoration: underline;
}
#news .news, #news-pc .news {
  padding-right: 3vw;
  font-weight: 700;
}
@media (max-width: 900px) {
  #news .news, #news-pc .news {
    letter-spacing: normal;
    font-size: 12px;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  #news .news, #news-pc .news {
    letter-spacing: normal;
    font-size: 12px;
    padding-left: 4vw;
  }
}

/*==================
#loading
==================*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  text-align: center;
}

#loading_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loading .kvArea {
  width: 100%;
}

#loading .kvArea .img_box {
  text-align: center;
}

#loading .kvArea .img_box img {
  max-width: 100%;
  height: auto;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes fadeUpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
#faq-genre h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
/*ダイビングFAQまとめページと、ブログ月別アーカイブページまとめページのリスト*/
.panel-list{
  display: flex;
  list-style: none; /* リストの点を取り除く */
  padding: 0;
  margin: 20px 0; 
}
.panel{
  color: #f3efee;
  border: 2px solid #f3efee; /* パネルの枠線 */
  padding: 20px;
  text-align: center; /* テキストを中央揃え */
  flex: 1; /* 各パネルが均等な幅を持つようにする */
}
#myList li:nth-child(1),
#myList li:nth-child(4),
#myList li:nth-child(5) {
  background-color: #050280;
}

#myList li:nth-child(2),
#myList li:nth-child(3),
#myList li:nth-child(6){
  background-color: #800502;
}

/* FAQタブレット以上*/
@media (min-width: 601px) {
  .panel-list {
    flex-direction: row; /* 横並び */
    flex-wrap: wrap; /* 折り返しを許可 */
  }
  .panel{
    flex-basis: 50%; /* 2つずつ並べる */
  }
}


/* FAQスマホ*/
@media (max-width: 600px) {
  .panel-list {
    flex-direction: column; /* 縦並び */
  }
  .panel {
    flex-basis: 100%; /* 1つずつ並べる */
  }
}

/*月別ブログ*/
.monthly-archive-list {
  display: flex;
  list-style: none; /* リストの点を取り除く */
  padding: 0;
  margin: 20px 0;  
}
.monthly-archive-list li{
  color: #131313;
  border: 1.5px solid #131313; /* パネルの枠線 */
  border-radius: 5px;
  padding: 20px;
  margin: 10px 0;
  text-align: center; /* テキストを中央揃え */
  flex: 1; /* 各パネルが均等な幅を持つようにする */
}
/* 月別ブログタブレット以上*/
@media (min-width: 601px) {
  .monthly-archive-list {
    flex-direction: row; /* 横並び */
    flex-wrap: wrap; /* 折り返しを許可 */
    display: flex;
  }
  .monthly-archive-list li{
    flex-basis: 25%; /* 4つずつ並べる */
  }
}
/*月別ブログスマホ*/
@media (max-width: 600px) {
  .monthly-archive-list {
    flex-direction: row; /* 横並び */
    flex-wrap: wrap; /* 折り返しを許可 */
    display: flex;
  }
  .monthly-archive-list li{
    flex-basis: 50%; /* 2つずつ並べる */
  }
}
.monthly-archive-list li:nth-child(odd){
  background-color: #e1f1f5;
}
.monthly-archive-list li:nth-child(even){
  background-color: #f5e1e1;
}

#faq-page{
  .icon-area-outer{
    margin: 0;
    padding: 20px 0;
  }
  .container{
  padding:0 10vw 100px;
}
}
/*FAQジャンルアーカイブページ*/
#faq-genre{
  h2{
    font-size: 18px;
    margin-bottom: 20px;
  }
  @media(max-width:600px){
    h2{
      font-size: 17px;
    }
  }
  .container-full{
    padding: 20px 0;
  }
.fs-24{
  font-size: 24px;
}
.fw-700{
  font-weight: 700;
}
@media (max-width:600px){
  .fs-24{
    font-size: 20px;
  }
}
.m-10{
  margin: 10px 0;
  padding-left: 1vw;
}
}
/*faqの個別投稿*/
#faq-single{
  h1{
      color: #fff;
      font-weight: 700;
      padding: 100px 10vw;
      font-size: 30px;
  }
.subtitle{
  font-size: 24px;
  font-weight: 600;
}
  h2{
    font-size: 22px;
  }
  .post-content{
    font-size: 16px;
  }


    @media (max-width:600px){
      h1{
        font-size: 24px;
    }
    .subtitle{
      font-size:20px
    }
    h2{
      font-size:20px
    }
    .post-content{
      font-size: 15px;
    }
  }
}
/*投稿の画像のキャプションの文字を小さく*/
.wp-block-image figcaption {
  font-size: 14px;
}
/*ブログの個別投稿のモバイルタイトル大きく*/
#blog-single{
  h2{
    font-size: 24px;
  }
  @media (max-width:600px){
    h2{
      font-size:18px;
    }
  }
}
span.red-line-50{
  background: linear-gradient(transparent 50%, rgba(255,177,217,0.5) 50%);
}
span.red-line-30{
  background: linear-gradient(transparent 70%, rgba(255,177,217,0.5) 70%);
}
span.yellow-line-50{
  background: linear-gradient(transparent 50%, rgba(255,250,128,0.5) 50%);
}
span.yellow-line-30{
  background: linear-gradient(transparent 70%, rgba(255,250,128,0.5) 70%);
}


.monthly-link-area-outer {
  margin: 20px 0;
  text-align: right;
}
.under-line{
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */