@charset "UTF-8";
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul {
  list-style: none;
}

/*追記*/
ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

/* chromeの青線除去 */
button {
  outline: none !important;
}

*:focus {
  outline: none;
}

input {
  outline: none !important;
}

img {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4 {
  margin: 0px;
  font-size: 100%;
}

p {
  margin: 0;
}

img {
  flex-shrink: 0;
}

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

body {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 1s;
}
body.loaded {
  opacity: 1;
  overflow: auto;
  position: relative;
}
body.loaded:before {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  left: 5px;
  top: 0;
  background: url("../img/line_bg.svg");
  display: block;
  z-index: 1;
  background-repeat: repeat-y;
}
@media (max-width: 1100px) {
  body.loaded:before {
    display: none;
  }
}
body.loaded:after {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  background: url("../img/line_bg.svg");
  display: block;
  z-index: 1;
  background-repeat: repeat-y;
}
@media (max-width: 1100px) {
  body.loaded:after {
    display: none;
  }
}

header h1 {
  background: #fff;
  position: absolute;
  top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em 0.5em;
  z-index: 3;
}
header h1 img {
  width: 80px;
  height: auto;
}

.mainvisual {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  background: url("../img/mainvisual.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
}
.mainvisual .read {
  font-size: 100px;
  text-shadow: 2px 2px 6px rgba(255, 255, 255, 0.5);
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
}
@media (max-width: 768px) {
  .mainvisual .read {
    font-size: 10vw;
  }
}
.mainvisual .read span {
  font-size: 24px;
  display: block;
}
@media (max-width: 768px) {
  .mainvisual .read span {
    font-size: 6vw;
  }
}
.mainvisual.loaded .read {
  opacity: 1;
  transform: translateY(0%);
  transition: all 0.8s;
  transition-delay: 1.5s;
}

.greeting {
  background: url("../img/about_bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 980px) {
  .greeting {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
}
.greeting .inner {
  width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(30px);
}
@media (max-width: 980px) {
  .greeting .inner {
    width: 100%;
    flex-direction: column;
  }
}
.greeting.active .inner {
  opacity: 1;
  transform: translateY(0%);
  transition: all 0.8s;
}
.greeting .text_block {
  padding: 0 2em 0 1em;
  box-sizing: border-box;
  width: 60%;
}
@media (max-width: 980px) {
  .greeting .text_block {
    width: 100%;
    padding: 0 1em;
  }
}
.greeting .text_block h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  color: #2e6e99;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.greeting .text_block h2 span {
  font-size: 12px;
  color: #0b0b0b;
  display: flex;
  align-items: center;
}
.greeting .text_block h2 span:before {
  content: "";
  width: 70px;
  height: 1px;
  background-image: linear-gradient(to right, #9d9697 4px, transparent 1px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: block;
  margin: 0 10px;
}
@media (max-width: 480px) {
  .greeting .text_block h2 span:before {
    display: none;
  }
}
.greeting .text_block h2:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background: url("../img/title_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.greeting .text_block p {
  font-size: 14px;
  line-height: 1.5;
}
.greeting .img_block {
  width: 40%;
  aspect-ratio: 980/660;
  overflow: hidden;
}
@media (max-width: 980px) {
  .greeting .img_block {
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
    margin: 2em auto 5em;
    aspect-ratio: 980/420;
  }
}
.greeting .img_block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.service {
  position: relative;
  z-index: 2;
}
.service .inner {
  width: 100%;
  margin: -20px auto 0;
  display: flex;
  align-items: center;
  background: url("../img/service_bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  height: 640px;
}
@media (max-width: 768px) {
  .service .inner {
    height: 100vh;
  }
}
.service .inner h2 {
  position: absolute;
  top: -12px;
  right: 38px;
}
@media (max-width: 768px) {
  .service .inner h2 {
    right: 0px;
    top: -4px;
    text-align: right;
  }
}
.service .inner h2 img {
  height: 120px;
  width: auto;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .service .inner h2 img {
    height: auto;
    width: 90%;
  }
}
.service .inner .service_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 38px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .service .inner .service_content {
    flex-direction: column;
    overflow: hidden;
  }
}
.service .inner .service_content .img {
  width: 50%;
  max-width: 510px;
  aspect-ratio: 970/550;
  z-index: 1;
  opacity: 0;
  transform: translateX(-30px);
}
@media (max-width: 768px) {
  .service .inner .service_content .img {
    width: 100%;
  }
}
.service .inner .service_content .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.service .inner .service_content .text {
  background: #fff;
  padding: 36px;
  box-sizing: border-box;
  width: 50%;
  max-width: 510px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(30px);
}
@media (max-width: 768px) {
  .service .inner .service_content .text {
    width: 100%;
    padding: 1em 1em 1em 50px;
    margin-top: -40px;
  }
}
.service .inner .service_content .text h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  color: #2e6e99;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 768px) {
  .service .inner .service_content .text h3 {
    margin-bottom: 16px;
    width: 100%;
    font-size: min(6vw, 24px);
  }
}
.service .inner .service_content .text h3 br {
  display: none;
}
@media (max-width: 768px) {
  .service .inner .service_content .text h3 br {
    display: block;
  }
}
.service .inner .service_content .text h3:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background: url("../img/title_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.service .inner .service_content .text p {
  font-size: 14px;
}
.service.active .inner .service_content .img {
  transform: translateX(10px);
  opacity: 1;
  transition: all 0.8s;
}
@media (max-width: 768px) {
  .service.active .inner .service_content .img {
    transform: translateX(40px);
  }
}
.service.active .inner .service_content .text {
  transform: translateX(-10px);
  opacity: 1;
  transition: all 0.8s;
}
@media (max-width: 768px) {
  .service.active .inner .service_content .text {
    transform: translateX(-40px);
  }
}

.boat_list .inner {
  width: 980px;
  margin: 100px auto;
}
@media (max-width: 768px) {
  .boat_list .inner {
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
  }
}
.boat_list .inner h2 {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}
.boat_list .inner h2:after {
  content: "";
  width: calc(100% - 5em);
  height: 1px;
  background-image: linear-gradient(to right, #9d9697 4px, transparent 1px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: block;
}
.boat_list .inner img {
  max-width: 78%;
  display: block;
  margin: 80px auto;
}
.boat_list .inner .list_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .boat_list .inner .list_wrap {
    flex-direction: column;
  }
}
.boat_list .inner .list_wrap li {
  width: calc(33% - 16px);
}
@media (max-width: 480px) {
  .boat_list .inner .list_wrap li {
    width: 100%;
    margin-bottom: 16px;
  }
}
.boat_list .inner .list_wrap li .list_block {
  border: 1px solid #ccc;
}
.boat_list .inner .list_wrap li .list_block .thumbnail {
  width: 100%;
  aspect-ratio: 640/380;
  overflow: hidden;
}
.boat_list .inner .list_wrap li .list_block .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.boat_list .inner .list_wrap li .list_block .boat_detail {
  padding: 16px;
}
.boat_list .inner .list_wrap li .list_block .boat_detail .price {
  font-size: 24px;
  text-align: right;
  color: #be0d0d;
  font-weight: bold;
}
.boat_list .inner .list_wrap li .list_block .boat_detail .basic_data {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  padding: 0.5em 0;
  margin: 0.5em 0;
}
.boat_list .inner .list_wrap li .list_block .boat_detail .basic_data dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin: 0 0 0.25em 0;
}
.boat_list .inner .list_wrap li .list_block .boat_detail .basic_data dl:last-child {
  margin: 0;
}
.boat_list .inner .list_wrap li .list_block .boat_detail .basic_data dl dd {
  margin: 0;
}
.boat_list .inner .list_wrap li .list_block .boat_detail .option_data ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.boat_list .inner .list_wrap li .list_block .boat_detail .option_data ul:after {
  content: "";
  width: 32%;
  height: 0;
  display: block;
}
.boat_list .inner .list_wrap li .list_block .boat_detail .option_data ul li {
  background: #2c6ea0;
  color: #fff;
  width: 32%;
  font-size: 10px;
  padding: 2px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 4px;
}

.form {
  background-image: url("../img/section_last.png");
  background-position: center bottom;
  margin: 200px auto;
}
@media (max-width: 768px) {
  .form {
    margin: 100px auto;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.form .inner {
  width: 980px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .form .inner {
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
  }
}
.form .inner h3 {
  font-size: 24px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto 24px;
}
.form .inner h3:after {
  content: "";
  width: 90%;
  height: 1px;
  background: #ccc;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 5%;
}
.form .inner table {
  transform: translateX(-5%);
}
@media (max-width: 768px) {
  .form .inner table {
    transform: translateX(0);
  }
}
.form .inner table tbody tr {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .form .inner table tbody tr {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form .inner table tbody tr th {
  width: 20%;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  padding: 0.5em 1em 0 0;
  text-align: right;
}
@media (max-width: 768px) {
  .form .inner table tbody tr th {
    width: auto;
    text-align: left;
  }
}
.form .inner table tbody tr th.require:after {
  content: "必須";
  background: #f2e97f;
  color: #da3a3c;
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin-left: 1em;
  font-size: 12px;
}
.form .inner table tbody tr td {
  width: 80%;
}
@media (max-width: 768px) {
  .form .inner table tbody tr td {
    width: 100%;
  }
}
.form .inner table tbody tr td input, .form .inner table tbody tr td textarea {
  width: 100%;
  background: #ecedf1;
  border: none;
  line-height: 32px;
  padding: 0.5em;
}
.form .inner .error {
  color: red;
  font-size: 12px;
  margin-top: 0.5em;
}
.form .inner input[type=submit] {
  background: #0d3d8c;
  color: #fff;
  border: none;
  padding: 1em 2em;
  cursor: pointer;
  transition: all 0.3s;
}
.form .inner input[type=submit]:hover {
  opacity: 0.8;
}

footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
footer .footer_inner {
  background: #2c6ea0;
  width: calc(100% - 120px);
  height: 320px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 50px 0 0 0;
}
@media (max-width: 768px) {
  footer .footer_inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  footer .footer_inner {
    width: calc(100% - 32px);
    height: auto;
    justify-content: center;
    flex-direction: column;
    padding: 24px 0;
  }
}
footer .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40%;
}
@media (max-width: 480px) {
  footer .left {
    width: 100%;
  }
}
footer .left img:first-child {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  footer .left img:first-child {
    height: 24px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  footer .left img:last-child {
    height: 12px;
  }
}
footer .right {
  width: 60%;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480px) {
  footer .right {
    width: 100%;
    margin-top: 2em;
  }
}
footer .right .name {
  margin-bottom: 24px;
  font-size: 24px;
}
footer .right .name img {
  height: 32px;
}
footer .right .address p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 1em;
}