@charset "UTF-8";
/*++ 共通CSS +++++++++++++++++++++++*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  position: relative;
  font-family: sans-sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2;
  color: #000;
  word-break: break-all; }

figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 0; }

img {
  line-height: 0;
  max-width: 100%; }

a {
  color: #000; }
  a:hover {
    text-decoration: underline; }

a[target="_blank"]::after {
  content: '';
  display: inline-block;
  background: url(../img/external-link-alt-solid.svg) no-repeat left top/contain;
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 0.3rem; }

ul, li {
  list-style: none; }

.text-right {
  text-align: right; }

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

.text-green {
  color: #c1e73e; }

.inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt40 {
  margin-top: 40px; }

.bg-gray {
  background-color: #fafafa; }

.bg-dark-gray {
  background-color: #999; }

/*++ ヘッダー +++++++++++++++++++++++*/
header {
  background: #fff;
  width: 100%; }
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px; }
    @media screen and (max-width: 768px) {
      header .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5px 10px; } }
  header p.logo {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3rem;
    font-weight: bold;
    font-style: oblique; }
    @media screen and (max-width: 768px) {
      header p.logo {
        text-align: left;
        width: 100%; } }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none; }
    @media screen and (max-width: 420px) {
      header nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    header nav ul li a {
      padding: 8px; }

.text-strong {
  font-size: 2.2rem;
  font-weight: bold; }

[class^="block--"] {
  padding: 40px 16px 80px;
  text-align: center; }

.title-h1 {
  font-size: 32px;
  line-height: 1.2; }

.title-h2 {
  font-size: 28px;
  line-height: 1.2; }

.title-h3 {
  font-size: 24px;
  line-height: 1.2; }

.price-wrap {
  background-color: #fff;
  margin: 0px auto 0;
  padding: 20px;
  text-align: left;
  max-width: 700px;
  width: 100%; }

.price-list {
  margin-top: 20px; }

.text-note {
  font-size: 14px; }

.text-red {
  color: #D74552; }

.text-black {
  color: #000; }

.text-small {
  font-size: 85.7%;
  font-weight: normal; }

/*++ フッター +++++++++++++++++++++++*/
footer {
  text-align: center;
  width: 100%; }
  footer .inner {
    padding: 16px; }
    footer .inner a {
      font-size: 12px; }
  footer #copyright {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0;
    margin-top: 87px; }

@media screen and (max-width: 985px) {
  footer .inner {
    padding: 50px 30px 40px; }
  footer ul.logo-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    footer ul.logo-area li.logo-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      footer ul.logo-area li.logo-footer a:first-child {
        margin-right: 0; }
      footer ul.logo-area li.logo-footer a img.sp {
        display: inline-block !important; }
    footer ul.logo-area li.shakehands {
      padding: 0; }
  footer .footer-text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 46px; }
  footer #copyright {
    color: #777676;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: 154px; } }

/*++ content +++++++++++++++++++++++*/
#about_us {
  text-align: left; }
  #about_us .inner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #about_us .inner__inner .title-h3 {
      padding-right: 80px;
      text-align: right;
      width: 36%; }
  #about_us .title-h2 {
    text-align: center; }
  #about_us .title-h3 {
    font-size: 1.8rem; }

.copy-list {
  text-align: left; }

.block--zero .inner {
  background-color: #fff;
  border: 4px solid #000; }

.block--zero .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url(../img/682083.png) #eee no-repeat right center/contain;
  padding: 30px 15px;
  text-align: center; }
  .block--zero .head .text-note {
    color: #333;
    font-size: 14px;
    margin-top: 5px; }

.block--zero .title-h1 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
  background: -o-linear-gradient(transparent 60%, #ffff66 60%);
  background: linear-gradient(transparent 60%, #ffff66 60%);
  margin-top: 5px; }
  .block--zero .title-h1 .text-small {
    font-size: 80%;
    font-weight: bold; }

.block--zero .zero-wrap {
  padding: 30px 0; }

.block--zero #oceans-price {
  position: relative; }
  .block--zero #oceans-price::after {
    display: inline-block;
    background: url(../img/kari.png) no-repeat top right/contain;
    padding-top: 100%;
    max-width: 260px;
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }

.block--zero .title-h3 .text-main {
  border-bottom: 2px solid #000;
  padding-bottom: 5px; }

.block--zero .title-h3 .text-small {
  font-size: 14px;
  padding-top: 5px; }

.block--zero .price-list-a, .block--zero .price-list-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin: 10px auto 0; }
  .block--zero .price-list-a li, .block--zero .price-list-b li {
    padding: 5px 15px; }
    .block--zero .price-list-a li p, .block--zero .price-list-b li p {
      line-height: 1.2;
      margin-top: 5px; }
      .block--zero .price-list-a li p.title, .block--zero .price-list-b li p.title {
        font-weight: bold; }
      .block--zero .price-list-a li p .text-small, .block--zero .price-list-b li p .text-small {
        font-weight: normal; }

.block--zero .price-list-b {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.block--zero .title-h4 {
  background-color: #eee;
  color: #000;
  line-height: 1.2;
  padding: 5px 15px; }
  .block--zero .title-h4.bg-red {
    background-color: #D74552;
    color: #fff; }
    .block--zero .title-h4.bg-red + .price-list {
      font-weight: bold; }
      .block--zero .title-h4.bg-red + .price-list li {
        padding: 5px 15px; }
        .block--zero .title-h4.bg-red + .price-list li p {
          line-height: 1.2; }
          .block--zero .title-h4.bg-red + .price-list li p::before {
            content: '・'; }
  .block--zero .title-h4.bg-orange {
    background-color: orange;
    color: #fff; }
    .block--zero .title-h4.bg-orange + .price-list {
      font-weight: bold; }
      .block--zero .title-h4.bg-orange + .price-list li p::before {
        content: '・'; }

.block--zero .title-h5 {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 30px; }

.block--zero .text-note {
  display: inline-block;
  color: #333;
  font-size: 14px;
  margin-left: 1em; }

.block--zero .req, .block--zero .opt {
  display: inline-block;
  background-color: #D74552;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  padding: 2px 3px;
  vertical-align: bottom; }

.block--zero .opt {
  background-color: #52878D; }

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .profile .detail {
    text-align: left; }
    .profile .detail .name {
      font-size: 18px;
      line-height: 1;
      text-align: center; }
      .profile .detail .name span {
        display: inline-block; }
      @media screen and (max-width: 768px) {
        .profile .detail .name {
          margin-bottom: 15px; } }
    .profile .detail .mt15 {
      margin-top: 15px; }
    .profile .detail .text-bold {
      font-weight: bold; }
  .profile .katagaki {
    line-height: 1.4; }
  .profile__text {
    border-bottom: 1px solid #ccc;
    white-space: nowrap; }
    @media screen and (max-width: 768px) {
      .profile__text {
        display: inline;
        border: none;
        white-space: normal; } }
  .profile figure {
    margin: 0 0 0 15px; }
    .profile figure img {
      max-width: 150px;
      width: 100%; }
  .profile .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

/*++ モーダル +++++++++++++++++++++++*/
/*++ お問い合わせ +++++++++++++++++++++++*/
