html {
  font-size: 10px;
}

body.east-marine {
  background: #fff;
  color: #101010;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.015em;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

th,
td {
  padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  padding: 7.5rem 0 4rem;
}

.footer p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  text-align: center;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  background: url(./../images/header_bg.webp) no-repeat top/cover;
  height: 5.8rem;
  height: 15.467vw;
  position: relative;
  z-index: 11;
}

.header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.header__logo {
  color: #ded907;
  font-size: 6.67vw;
  text-align: center;
}

.header__logo span {
  display: inline-block;
  margin-left: 1em;
  text-transform: uppercase;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: auto;
  max-width: 52rem;
  padding: 0 1rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  margin-top: -2.67vw;
  overflow: hidden;
}

/*
 * c-secttl
 * -------------------------------------------------------------
 */

.c-secttl {
  max-width: 22.6rem;
}

.c-secttl__eng {
  border-bottom: 1px solid #000000;
  display: block;
  font-size: 2.6rem;
  padding-bottom: 1rem;
  text-transform: capitalize;
}

.c-secttl__ja {
  display: block;
  font-size: 1.7rem;
  padding-top: 1rem;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about__secttlWrap {
  padding: 2.3rem 0 1.5rem;
}

.about__body {
  display: contents;
}

.about__tableWrap {
  background: url(./../images/about_bg.webp) no-repeat top/cover;
  padding: 1.2rem 1.5rem 1.5rem;
}

.about__tableItem:not(:nth-child(1)) {
  margin-top: 1.2rem;
}

.about__table {
  margin: 0 auto;
  max-width: 32.5rem;
}

.about__table dt,
.about__table dd {
  filter: drop-shadow(0 0 2px #fff);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.about__table dt {
  font-size: 1.8rem;
}

.about__tableTtl {
  font-size: 1.8rem;
  font-weight: 600;
}

.about__tableTtl::after,
.about__table dd.border::after {
  background: url(./../images/about_border.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 0.5rem;
  max-width: 32.2rem;
  width: 100%;
}

.about__table .sm {
  font-size: 1.3rem;
}

.about__table .sm::after {
  display: none;
}

.about__table dd dl {
  padding-left: 7.2rem;
}

.about__tableSubItem {
  display: flex;
}

.about__tableSubItem dt {
  display: flex;
  font-size: 1.3rem;
  width: 7.8rem;
}

.about__tableSubItem dt::after {
  content: "|";
  display: inline-block;
  margin-left: auto;
}

.about__tableSubItem dd {
  padding-left: 1.5rem;
}

.about__tableItem.--dashed::after {
  background: url(./../images/about_dashed.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 0.5rem;
  margin-top: 1.2rem;
  max-width: 32.2rem;
  width: 100%;
}

.about__note {
  background: url(./../images/about_note.webp) no-repeat center/100%;
  display: flex;
  filter: drop-shadow(0 0 2px #fff);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  height: 5.8rem;
  justify-content: center;
  line-height: 1.6;
  margin: 1.8rem auto 0;
  max-width: 35rem;
  padding: 1rem 0.8rem;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.about__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

/*
 * access
 * -------------------------------------------------------------
 */

.access {
  background: url(./../images/access_bg.webp) no-repeat top/cover;
  padding: 1.5rem 0;
}

.access__mapArea {
  background: url(./../images/access_map_bg.webp) no-repeat top/cover;
  margin-top: 1px;
}

.access__mapTtl {
  filter: drop-shadow(0 0 2px #fff);
  font-size: 1.7rem;
  padding: 2.6rem 0.3rem 2.4rem;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.access__mapWrap {
  background: #fff;
  padding: 0.6rem;
}

.access__map {
  aspect-ratio: 344/292;
  width: 100%;
}

.access__img01Wrap {
  display: contents;
}

.access__img01 {
  position: relative;
  right: 0.6rem;
  width: 106%;
}

.access__img02 {
  left: -1.2rem;
  position: relative;
  width: 106%;
}

.access__body {
  display: contents;
}

.access__bodyInner {
  display: contents;
}

/*
 * captain
 * -------------------------------------------------------------
 */

.captain__body {
  align-items: center;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.6rem;
  padding: 2.5rem 1.2rem 1.5rem;
}

.captain__img {
  max-width: 11rem;
}

.captain__profile {
  max-width: 20rem;
}

.captain__name {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.captain__text {
  font-size: 1.3rem;
  line-height: 1.8;
}

.captain__textWrap {
  width: 100%;
}

.captain__img02 {
  width: 100%;
}

/*
 * contact
 * -------------------------------------------------------------
 */

.contact {
  background: url(./../images/contact_bg.webp) no-repeat top/cover;
  padding-bottom: 2rem;
}

.contact__cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3.3rem 0;
}

.contact__btn {
  max-width: 33rem;
margin: 0 auto;
  transition: transform 0.1s;
}

.contact__btn:hover {
  opacity: 1;
  transform: translateY(-0.5rem);
}

.contact__tel {
 font-size: 2.4rem;
	margin: 1.5rem auto 0;
text-align: center;
	padding: 1.9rem 0;
max-width: 33rem;
	border: 1px solid #000;
border-radius: 0.9rem;
transition: transform 0.1s;
}

.contact__tel:hover {
    opacity: 1;
    transform: translateY(-0.5rem);
	color: #0000ee;
}

.contact__body {
  background: #fff;
  margin-top: 1.8rem;
  padding: 1.3rem 1rem;
}

.contact__formWrap {
  background-image: linear-gradient(0deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 50%, rgb(223, 223, 223) 100%);
  border-radius: 0.5rem;
  margin-top: 2.2rem;
  padding: 2rem 1.3rem 1rem;
}

.contact__formTtl {
  font-size: 2.1rem;
}

.contact__formBody {
  background: #fff;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding: 2rem 1.3rem 1rem;
}

.contact__footer {
  margin-top: 1.7rem;
}

.contact__noteWrap {
  margin: 1.7rem auto 0;
  max-width: 24.5rem;
}

.contact__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

.contact__spbg {
  display: contents;
}

.form__item {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  gap: 0.4rem;
}

.form__item:not(:nth-child(1)) {
  margin-top: 1.1rem;
}

.form__item dt {
  align-items: center;
  background: #a9a9a9;
  color: #fff;
  display: flex;
  font-weight: 500;
  height: auto;
  justify-content: center;
  min-width: 7.8rem;
  text-align: center;
  width: 7.8rem;
}

.form__item dd {
  flex: 1;
  font-weight: 400;
}

.form__item input {
  background: #e3e3e3;
  flex: 1;
  font-weight: 400;
  height: 4.2rem;
  padding: 1.3rem 1rem 1rem;
  width: 100%;
}

.form__item textarea {
  aspect-ratio: 204/160;
  background: #e3e3e3;
  padding: 1.3rem 1rem 1rem;
  width: 100%;
}

.form__btn {
  background: url(./../images/btn_submit.webp) no-repeat center/100%;
  font-size: 1.3rem;
  height: 3.2rem;
  margin: 1.5rem auto 0;
  max-width: 24.5rem;
  width: 100%;
}

.form__btn input {
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.wpcf7-spinner {
  display: none;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  margin-top: 0.6rem;
  position: relative;
  z-index: 1;
}

/*
 * notice
 * -------------------------------------------------------------
 */

.notice {
  background: #fff;
  padding: 1.8rem 1rem 0;
}

.notice__secttl {
  margin: 0 auto;
  max-width: 33.2rem;
}

.notice__lists {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2.6rem;
}

.notice__list {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

/*
 * price
 * -------------------------------------------------------------
 */

.price {
  background: url(./../images/price_bg.webp) no-repeat top/cover;
  padding: 3rem 0 2rem;
}

.price__wrap {
  background: #fff;
  padding: 3.3rem 2rem 3rem;
}

.price__tableWrap {
  position: relative;
}

.price__tableWrap::before {
  background: url(./../images/price_obj.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 22.3rem;
  left: 0.5rem;
  max-width: 22.3rem;
  position: absolute;
  top: 3.5rem;
  width: 100%;
}

.price__table {
  border: 3px solid #000;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.2rem;
  width: 100%;
}

.price__table td,
.price__table th {
  border: 1px solid #000;
  border-collapse: collapse;
  filter: drop-shadow(0 0 2px #fff);
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  vertical-align: middle;
}

.price__table td,
.price__table th {
  padding: 0.7rem 1rem;
}

.price__table td {
  text-align: right;
}

.price__table td:nth-child(1) {
  text-align: left;
}

.price__table th {
  text-align: center;
}

.price__note {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.price__text {
  font-size: 1.3rem;
  line-height: 1.6;
}

.price__text.--flex {
  display: flex;
}

.price__text.--flex.--pc {
  display: none;
}

.price__text.--flex span {
  display: block;
  margin-top: 0.5rem;
}

.price__btn {
  margin: 2.2rem auto 0;
  max-width: 25rem;
  transition: transform 0.1s;
}

.price__btn:hover {
  filter: brightness(105%);
  opacity: 1;
  transform: translateY(-0.5rem);
}

/*
 * schedule
 * -------------------------------------------------------------
 */

.schedule {
  background: url(./../images/schedule_bg.webp) no-repeat top/cover;
  padding: 3rem 0 2rem;
}

.schedule__wrap {
  background: #fff;
  padding: 3.3rem 2rem 1.5rem;
}

.schedule__calendar {
  aspect-ratio: 326/476;
  background: #ccc;
  margin-top: 1.2rem;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: none;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: block;
}

.contact__cta.u-sp {
	display: flex;
}

@media screen and (min-width: 768px) {

  .footer {
    padding: 9rem 0 4.5rem;
  }

  .footer p {
    font-size: 1.8rem;
  }

  .header {
    background: url(./../images/pc/header_bg.webp) no-repeat center/cover;
    height: 5.8rem;
  }

  .header__logo {
    font-size: 2.5rem;
  }

  .l-inner {
    max-width: 100rem;
    padding: 0 2rem;
  }

  .l-main {
    margin-top: -5.3vw;
  }

  .c-secttl {
    max-width: 13.5rem;
  }

  .about__secttlWrap {
    padding: 3rem 0 0;
  }

  .about__body {
    display: flex;
    gap: 0.8rem;
    margin: 3.2rem auto 0;
    max-width: 100rem;
    padding: 0 2rem 2.2rem;
  }

  .about__tableWrap {
    background: none;
    flex: 1;
    min-width: 36.2rem;
    padding: 0 0 0 3.8rem;
    position: relative;
  }

  .about__inner {
    display: contents;
  }

  .about__tableItem:not(:nth-child(1)) {
    margin-top: 3rem;
  }

  .about__table dd.border {
    padding-top: 1rem;
  }

  .about__table dd.border::after {
    margin-top: 2rem;
  }

  .about__tableItem.--dashed {
    padding-top: 2rem;
  }

  .about__tableItem.--dashed::after {
    margin-top: 5rem;
  }

  .about__note {
    background: none;
    border: 1px solid #000;
    bottom: 0;
    margin: 0;
    max-width: 100%;
    padding: 1rem 1rem 1rem 2rem;
    position: absolute;
    right: 0;
  }

  .about__img {
    height: 126rem;
    max-width: 58rem;
  }

  .about__tableItem.--pc-pt {
    padding: 2.5rem 0;
  }

  .access {
    background: none;
    padding: 0;
  }

  .access__mapArea {
    background: url(./../images/pc/access_map_bg.webp) no-repeat top/cover;
    margin-top: -0.3rem;
  }

  .access__mapTtl {
    font-size: 1.8rem;
    padding: 3.5rem 3.5rem 3.2rem;
  }

  .access__mapWrap {
    padding: 3rem 2.2rem 2rem;
  }

  .access__map {
    aspect-ratio: 915/774;
  }

  .access__img01Wrap {
    background: url(./../images/pc/access_bg01.webp) no-repeat top/cover;
    display: block;
    margin: 0 calc(50% - 50vw);
    padding: 3.3rem 0 2.5rem;
  }

  .access__img01 {
    background: url(./../images/pc/access_bg01.webp) no-repeat center/100%;
    margin: 0 auto;
    max-width: 91.1rem;
    right: auto;
    width: 100%;
  }

  .access__img02 {
    left: auto;
    margin-top: 3.3rem;
    width: 100%;
  }

  .access__body {
    background: url(./../images/pc/access_bg02.webp) no-repeat top/cover;
    display: block;
    margin: 0 calc(50% - 50vw);
    padding: 4.8rem 0 1.5rem;
  }

  .access__bodyInner {
    display: block;
    margin: 0 auto;
    max-width: 100rem;
    padding: 0 2rem;
  }

  .captain__body {
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2.6rem 0 0;
  }

  .captain__img {
    max-width: 39rem;
  }

  .captain__profile {
    flex: 1;
    max-width: 100%;
  }

  .captain__name {
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
  }

  .captain__text {
    font-size: 1.8rem;
    line-height: 1.65;
  }

  .captain__text:nth-of-type(3) {
    margin-top: 4.5rem;
  }

  .contact {
    background: url(./../images/pc/contact_bg.webp) no-repeat top/cover;
    padding: 2rem 0 2.5rem;
  }

  .contact__cta {
    gap: 1.5rem;
    padding: 5rem 0 4rem;
  }

  .contact__btn {
    max-width: 48rem;
  }
	
	.contact__tel {
		font-size: 4rem;
		margin-top: 2rem;
		padding: 2.5rem 0;
		max-width: 100%;
	}

  .contact__body {
    background: none;
    margin: 0 auto;
    max-width: 52.4rem;
    padding: 0;
  }

  .contact__secttl {
    position: relative;
    right: 1.4rem;
    width: 105%;
  }

  .contact__formWrap {
    margin-top: 0;
    padding: 3.4rem 2rem 1.3rem;
  }

  .contact__formTtl {
    font-size: 3rem;
  }

  .contact__formBody {
    margin-top: 2.8rem;
    padding: 2.8rem 2rem 1.3rem;
  }

  .contact__footer {
    margin-top: 3rem;
  }

  .contact__noteWrap {
    margin-top: 5rem;
    max-width: 100%;
    padding-left: 2rem;
  }

  .contact__note {
    font-size: 1.8rem;
  }

  .contact__spbg {
    background: #fff;
    display: block;
    padding: 2rem 2.3rem 5rem;
  }

  .form__item {
    font-size: 1.8rem;
    gap: 0.6rem;
  }

  .form__item:not(:nth-child(1)) {
    margin-top: 1.5rem;
  }

  .form__item dt {
    min-width: 10.8rem;
    width: 10.8rem;
  }

  .form__item input {
    height: 6rem;
    padding: 1rem;
  }

  .form__btn {
    font-size: 1.8rem;
    height: 4.5rem;
    margin-top: 2rem;
    max-width: 34.8rem;
  }

  .fv {
    margin-top: 0;
  }

  .notice {
    padding: 7.7rem 0 0;
  }

  .notice__inner {
    max-width: 83rem;
  }

  .notice__secttl {
    max-width: 100%;
  }

  .notice__lists {
    gap: 3rem;
    margin-top: 5.6rem;
  }

  .notice__list {
    font-size: 1.8rem;
  }

  .price {
    background: url(./../images/pc/price_bg.webp) no-repeat top/cover;
    padding: 3.3rem 0 3rem;
  }

  .price__wrap {
    padding: 7.3rem 3.5rem 3rem;
  }

  .price__tableWrap::before {
    background: url(./../images/pc/price_obj.webp) no-repeat center/100%;
    height: 35.3rem;
    left: 3.2rem;
    max-width: 33.7rem;
    top: 7.3rem;
  }

  .price__table {
    font-size: 1.85rem;
    margin-top: 2.4rem;
  }

  .price__table th {
    padding: 1.4rem 1rem;
  }

  .price__table td {
    padding: 1.8rem 2.5rem;
  }

  .price__table td:nth-child(2),
  .price__table td:nth-child(3) {
    padding-right: 6.5rem;
  }

  .price__table td span {
    display: inline-block;
    margin-left: 3.5rem;
  }

  .price__note {
    gap: 2rem;
  }

  .price__text {
    font-size: 1.6rem;
    line-height: 2;
  }

  .price__text.--flex.--sp {
    display: none;
  }

  .price__text.--flex.--pc {
    display: flex;
  }

  .price__text.--flex span {
    margin-top: 0;
  }

  .price__btn {
    margin-top: 5rem;
    max-width: 35.4rem;
  }

  .schedule {
    background: url(./../images/pc/schedule_bg.webp) no-repeat top/cover;
  }

  .schedule__wrap {
    padding: 3.3rem 3.5rem 3rem;
  }

  .schedule__calendar {
    aspect-ratio: 870/358;
  }

  .u-pc {
    display: block;
  }

  .u-sp {
    display: none;
  }
	
	.contact__cta.u-sp {
	display: none;
}

}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}


/*# sourceMappingURL=style.css.map */