@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --site-base-container: 1500px;
  --site-base-side-pd: 80px;
  --header-container: 1500px;
  --header-height: 140px;
  --color-base: #ffffff;
  --color-main: #000000;
  --color-accent: #50c6c5;
  --color-white01: #FFFFFF;
  --color-black01: #000000;
  --color-gray01: #c9c9c9;
  --color-gray02: #e9e9e9;
  --tran-all01: all 0.15s ease-out 0s;
  --tran-opacity-a: opacity 0.15s ease-out 0s;
}
@media screen and (max-width: 991px) {
  :root {
    --site-base-side-pd: 60px;
    --header-height: 120px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --site-base-side-pd: 20px;
    --header-height: 66px;
  }
}

@font-face {
  font-family: "Kiwi Maru";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/font/KiwiMaru-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Kiwi Maru";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/font/KiwiMaru-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Kiwi Maru";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/font/KiwiMaru-Medium.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Light.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Bold.otf") format("opentype");
}
h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
}

h6 {
  margin: 0;
}

html, body {
  font-size: 16px;
}

* {
  color: var(--color-black01);
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  line-height: 1.75;
  box-sizing: border-box;
}

a {
  color: var(--color-black01);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

p {
  margin: 0;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

picture {
  width: 100%;
}

main {
  display: block;
}

.tel-link {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .tel-link {
    pointer-events: auto;
  }
}

.page-anchor {
  display: block;
  width: 0;
  height: 0;
  color: transparent;
  background: none;
  margin-top: calc(var(--header-height) * -1);
  padding-top: var(--header-height);
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.lower {
  margin-top: var(--header-height);
}

.itsumohare-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
}

.itsumohare-header-wrap {
  display: block;
  width: 100%;
}

.itsumohare-header {
  display: block;
  width: 100%;
  height: var(--header-height);
  background-color: var(--color-white01);
  border-bottom: solid 1px var(--color-gray01);
  padding: 0 35px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.475s ease-out, opacity 0.425s ease-out;
}
@media screen and (max-width: 767px) {
  .itsumohare-header {
    padding: 0 0 0 15px;
  }
}
.itsumohare-header.js-header-active {
  opacity: 1;
  transform: translateY(0);
}

.itsumohare-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: var(--site-base-container);
  margin: 0 auto;
}

.itsumohare-header-logo {
  display: block;
  width: 310px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .itsumohare-header-logo {
    width: 151px;
    margin-bottom: 3px;
  }
}
.itsumohare-header-logo > a {
  display: block;
  width: 100%;
  transition: var(--tran-opacity-a);
}
.itsumohare-header-logo > a:hover {
  opacity: 0.85;
}
.itsumohare-header-logo > a > img {
  display: block;
  width: 100%;
  height: auto;
}

.header-menu-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: 100%;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .header-menu-area {
    width: calc(100% - 151px);
    padding-bottom: 14px;
  }
}

.header-menu-area__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header-menu-area__inner {
    justify-content: flex-end;
    width: 100%;
  }
}

.header-button-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 18px;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .header-button-list {
    gap: 20px;
    margin-right: 6px;
  }
}
.header-button-list > li {
  display: block;
  width: auto;
}

.header-button-list__sns-link {
  display: block;
  width: auto;
  transition: var(--tran-opacity-a);
}
.header-button-list__sns-link:hover {
  opacity: 0.85;
}
.header-button-list__sns-link > img {
  display: block;
  width: 26px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header-button-list__sns-link > img {
    width: 19px;
  }
}

.header-hamb {
  display: block;
  width: 86px;
  height: 57px;
  background: none;
  border: none;
  padding: 18px;
  transition: var(--tran-opacity-a);
}
.header-hamb:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .header-hamb {
    width: 69px;
    height: 48px;
    padding: 16px;
  }
}
.header-hamb.is-active {
  transition: all 0.3s ease-out 0s;
}
.header-hamb.is-active .header-hamb__line:nth-of-type(1) {
  opacity: 0;
}
.header-hamb.is-active .header-hamb__line:nth-of-type(2) {
  width: 32px;
  transform: translateY(0px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .header-hamb.is-active .header-hamb__line:nth-of-type(2) {
    width: 28px;
  }
}
.header-hamb.is-active .header-hamb__line:nth-of-type(3) {
  width: 32px;
  transform: translateY(0px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .header-hamb.is-active .header-hamb__line:nth-of-type(3) {
    width: 28px;
  }
}

.header-hamb__inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.header-hamb__line {
  display: block;
  height: 1px;
  background-color: var(--color-black01);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-out 0s;
}
.header-hamb__line:nth-of-type(1) {
  width: 50px;
  opacity: 1;
  transform: translateY(-10px) rotate(0deg);
}
@media screen and (max-width: 767px) {
  .header-hamb__line:nth-of-type(1) {
    width: 37px;
    transform: translateY(-8px) rotate(0deg);
  }
}
.header-hamb__line:nth-of-type(2) {
  width: 36px;
  opacity: 1;
  transform: translateY(0px) rotate(0deg);
}
@media screen and (max-width: 767px) {
  .header-hamb__line:nth-of-type(2) {
    width: 27px;
  }
}
.header-hamb__line:nth-of-type(3) {
  width: 26px;
  opacity: 1;
  transform: translateY(10px) rotate(0deg);
}
@media screen and (max-width: 767px) {
  .header-hamb__line:nth-of-type(3) {
    width: 19px;
    transform: translateY(8px) rotate(0deg);
  }
}

.g-nav {
  display: block;
  width: 0;
  height: 0;
  background-color: var(--color-white01);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
}
.g-nav.is-show {
  pointer-events: auto;
}

.g-nav__inner {
  display: block;
  width: 100%;
  max-width: calc(var(--site-base-container) + var(--site-base-side-pd) * 2);
  margin: var(--header-height) auto 0;
  padding: 60px var(--site-base-side-pd) 10px;
}
@media screen and (max-width: 767px) {
  .g-nav__inner {
    padding-top: 25px;
  }
}

.g-nav-list-other {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 80px;
  margin-bottom: 35px;
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .g-nav-list-other {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .g-nav-list-other {
    width: calc(100% + 10px);
    justify-content: space-around;
    gap: 0;
    margin-bottom: 25px;
    padding-top: 23px;
    position: relative;
    left: -5px;
  }
}
@media all and (max-width: 399px) {
  .g-nav-list-other {
    width: calc(100% + 16px);
    left: -8px;
  }
}
@media screen and (max-width: 374px) {
  .g-nav-list-other {
    width: calc(100% + 20px);
    left: -10px;
  }
}

.g-nav-list-other__li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
}
.g-nav-list-other__li > a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
  width: auto;
  height: 100%;
  transition: var(--tran-opacity-a);
}
.g-nav-list-other__li > a:hover {
  opacity: 0.85;
}
.g-nav-list-other__li > a > img {
  display: block;
  width: auto;
  max-width: 100%;
}
.g-nav-list-other__li > a > img.breeze-and-ocean-logo01 {
  width: 89px;
}
@media screen and (max-width: 767px) {
  .g-nav-list-other__li > a > img.breeze-and-ocean-logo01 {
    width: 55px;
  }
}
.g-nav-list-other__li > a > img.a5-umiphoto-logo01 {
  width: 65px;
}
@media screen and (max-width: 767px) {
  .g-nav-list-other__li > a > img.a5-umiphoto-logo01 {
    width: 41px;
  }
}
.g-nav-list-other__li > a > img.slusea-logo01 {
  width: 83px;
}
@media screen and (max-width: 767px) {
  .g-nav-list-other__li > a > img.slusea-logo01 {
    width: 54px;
  }
}
.g-nav-list-other__li > a > img.shower-logo01 {
  width: 98px;
}
@media screen and (max-width: 767px) {
  .g-nav-list-other__li > a > img.shower-logo01 {
    width: 66px;
  }
}
.g-nav-list-other__li > a > p {
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .g-nav-list-other__li > a > p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .g-nav-list-other__li > a > p {
    font-size: 10px;
    margin-top: 8px;
  }
}
@media all and (max-width: 399px) {
  .g-nav-list-other__li > a > p {
    transform: scale(0.9);
  }
}

.g-nav-list-menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .g-nav-list-menu {
    gap: 21px;
    margin-bottom: 40px;
  }
}

.g-nav-list-menu__li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.g-nav-list-menu__li.m--service > a > img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .g-nav-list-menu__li.m--service > a > img {
    width: 190px;
  }
}
.g-nav-list-menu__li.m--info-and-blog > a > img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .g-nav-list-menu__li.m--info-and-blog > a > img {
    width: 112px;
  }
}
.g-nav-list-menu__li.m--access > a > img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .g-nav-list-menu__li.m--access > a > img {
    width: 75px;
  }
}
.g-nav-list-menu__li.m--contact > a > img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .g-nav-list-menu__li.m--contact > a > img {
    width: 90px;
  }
}
.g-nav-list-menu__li.m--think-blue {
  margin-top: 10px;
}
.g-nav-list-menu__li.m--think-blue > a > img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .g-nav-list-menu__li.m--think-blue > a > img {
    width: 116px;
  }
}
.g-nav-list-menu__li > a {
  display: inline-block;
  width: auto;
  transition: var(--tran-opacity-a);
}
.g-nav-list-menu__li > a:hover {
  opacity: 0.85;
}
.g-nav-list-menu__li > a > img {
  display: block;
}

.g-nav-banner-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px 30px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .g-nav-banner-area {
    gap: 20px 15px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

.g-nav-banner-item {
  display: block;
  width: calc((100% - 30px) / 2);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .g-nav-banner-item {
    width: calc((100% - 15px) / 2);
  }
}
.g-nav-banner-item > a {
  display: block;
  width: auto;
  transition: var(--tran-opacity-a);
}
.g-nav-banner-item > a:hover {
  opacity: 0.85;
}
.g-nav-banner-item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

.g-nav-bottom-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .g-nav-bottom-area {
    padding-bottom: 30px;
  }
}

.g-nav-address {
  display: block;
  width: auto;
}

.g-nav-address__text {
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .g-nav-address__text {
    font-size: 13px;
  }
}
.g-nav-address__text.m--font-weight-light {
  font-weight: 400;
}

.g-nav-address__tel-link {
  display: inline-block;
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-weight: 500;
  font-size: 15px;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .g-nav-address__tel-link {
    font-size: 13px;
    margin: 0;
  }
}

.itsumohare-footer-wrap {
  display: block;
  width: 100%;
}

.itsumohare-footer {
  display: block;
  width: 100%;
  height: auto;
  background-color: var(--color-white01);
  border-top: solid 1px var(--color-gray01);
  padding: 31px var(--site-base-side-pd) 55px;
  position: relative;
  z-index: 2;
}

.itsumohare-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: var(--site-base-container);
  margin: 0 auto;
}

.itsumohare-footer-logo {
  display: block;
  width: 207px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .itsumohare-footer-logo {
    width: 135px;
  }
}
.itsumohare-footer-logo > a {
  display: block;
  width: 100%;
  transition: var(--tran-opacity-a);
}
.itsumohare-footer-logo > a:hover {
  opacity: 0.85;
}
.itsumohare-footer-logo > a > img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-ct {
  display: block;
  width: auto;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .footer-ct {
    width: 100%;
    padding: 0;
  }
}

.footer-ct__contact-area {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer-ct__contact-area {
    margin-top: 30px;
  }
}

.footer-contact {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 332px;
  transition: var(--tran-opacity-a);
}
@media screen and (max-width: 767px) {
  .footer-contact {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.footer-contact:hover {
  opacity: 0.85;
}

.footer-contact__image-text {
  display: block;
  width: 151px;
  height: auto;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .footer-contact__image-text {
    width: 98px;
    margin-bottom: 15px;
  }
}

.footer-contact__link-text {
  display: block;
  width: auto;
  font-weight: 400;
  font-size: 15px;
  border-bottom: solid 1px var(--color-black01);
  margin-left: 12px;
  padding-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .footer-contact__link-text {
    font-size: 13px;
    margin-left: 0;
    position: relative;
    right: -0.15em;
  }
}
.footer-contact__link-text .icon-arrow01 {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.4em;
}

.footer-address {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer-address {
    margin-bottom: 20px;
  }
}

.footer-address__text {
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .footer-address__text {
    font-size: 13px;
  }
}
.footer-address__text.m--font-weight-light {
  font-weight: 400;
}

.footer-address__tel-link {
  display: inline-block;
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-weight: 500;
  font-size: 15px;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .footer-address__tel-link {
    font-size: 13px;
    margin: 0;
  }
}

.footer-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-link-list {
    justify-content: center;
  }
}
.footer-link-list > li {
  display: block;
  width: auto;
}
.footer-link-list > li > a {
  font-weight: 400;
  font-size: 15px;
  border-bottom: solid 1px var(--color-black01);
  padding-bottom: 3px;
  transition: var(--tran-opacity-a);
}
@media screen and (max-width: 767px) {
  .footer-link-list > li > a {
    font-size: 13px;
    padding-bottom: 4px;
  }
}
.footer-link-list > li > a:hover {
  opacity: 0.85;
}

.footer-copyright {
  display: block;
  width: 100%;
  margin-top: 42px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    margin-top: 30px;
    margin-bottom: 76px;
  }
}

.footer-copyright__text {
  display: block;
  width: 100%;
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-copyright__text {
    font-size: 10px;
  }
}

.fix-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background-color: var(--color-white01);
  padding: 8px var(--site-base-side-pd);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  .fix-nav {
    height: 76px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.fix-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .fix-nav-list {
    gap: 30px;
  }
}

.fix-nav-list__li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
}
.fix-nav-list__li > a {
  display: inline-block;
  width: auto;
  transition: var(--tran-opacity-a);
}
.fix-nav-list__li > a:hover {
  opacity: 0.9;
}
.fix-nav-list__li > a > img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.fix-nav-list__li > a > img.breeze-and-ocean-logo01 {
  width: 79px;
}
@media screen and (max-width: 767px) {
  .fix-nav-list__li > a > img.breeze-and-ocean-logo01 {
    width: 55px;
  }
}
.fix-nav-list__li > a > img.a5-umiphoto-logo01 {
  width: 55px;
}
@media screen and (max-width: 767px) {
  .fix-nav-list__li > a > img.a5-umiphoto-logo01 {
    width: 41px;
  }
}
.fix-nav-list__li > a > img.slusea-logo01 {
  width: 73px;
}
@media screen and (max-width: 767px) {
  .fix-nav-list__li > a > img.slusea-logo01 {
    width: 54px;
  }
}
.fix-nav-list__li > a > img.shower-logo01 {
  width: 88px;
}
@media screen and (max-width: 767px) {
  .fix-nav-list__li > a > img.shower-logo01 {
    width: 66px;
  }
}

.totop-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: var(--color-white01);
  border: solid 1px var(--color-black01);
  border-radius: 99999px;
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 950;
}
@media screen and (max-width: 991px) {
  .totop-wrap {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .totop-wrap {
    width: 46px;
    height: 46px;
    right: 10px;
    bottom: 86px;
  }
}

.totop {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center/18px 18px url(/img/i-arrow01.svg);
  border: none;
  transform: rotate(-90deg);
  transition: var(--tran-opacity-a);
}
@media screen and (max-width: 991px) {
  .totop {
    background-size: 16px 16px;
  }
}
@media screen and (max-width: 767px) {
  .totop {
    background-size: 15px 15px;
  }
}
.totop:hover {
  opacity: 0.8;
}

.icon-arrow01 {
  background: no-repeat center/contain url(/img/i-arrow01.svg);
}/*# sourceMappingURL=common.css.map */