@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.67;
  color: #333;
  text-align: left;
  background-color: #fff;
}

@media (max-width: 768px) {
  body {
    font-weight: 400;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #14A8C3;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover, a:focus {
  color: #0d6c7e;
  text-decoration: underline;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* ==================================================
   ヘッダー
 ================================================== */
.page-home .header {
  height: 1030px;
  background-image: url(/img/bg-home-sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (min-width: 414px) {
  .page-home .header {
    background-image: url(/img/bg-home.jpg);
    height: 1400px;
  }
}

.header-fixed {
  top: -50px;
}

.header-fixed.is-header-fiexd {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 50;
  -webkit-transition: top .2s;
  transition: top .2s;
}

.page-home .header-fixed.is-header-fiexd {
  background-color: rgba(0, 0, 0, 0.9);
}

@media (min-width: 769px) {
  .page-home .header-fixed.is-header-fiexd {
    background-color: rgba(255, 255, 255, 0.95);
  }
}

.page-home .header-fixed.is-header-fiexd .header_upper {
  padding: 8px 0;
}

@media (min-width: 769px) {
  .page-home .header-fixed.is-header-fiexd .header_upper {
    padding: 8px 12px;
  }
}

@media (min-width: 1024px) {
  .page-home .header-fixed.is-header-fiexd .header_upper {
    padding: 8px 0;
  }
}

.header_upper {
  padding: 8px 0;
}

.page-home .header_upper {
  padding: 8px 0 0 0;
}

@media (min-width: 769px) {
  .header_upper {
    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;
    width: 100%;
    margin: 0 auto;
    padding: 8px 12px;
  }
  .page-home .header_upper {
    padding: 8px 12px 0 12px;
  }
}

@media (min-width: 1024px) {
  .header_upper {
    width: 1000px;
    padding: 8px 0;
  }
  .page-home .header_upper {
    padding: 8px 0 0 0;
  }
}

.header_upper.is-header_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}

/* --------------------------------------------------
   メニュー開閉ボタン（SPモード）
 -------------------------------------------------- */
.menu-btn {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 42px;
  height: 42px;
  background: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0;
  cursor: pointer;
}

@media (min-width: 769px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn span {
  display: block;
  position: absolute;
  left: 13px;
  width: 16px;
  height: 2px;
  margin: 0 auto;
  background-color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-home .menu-btn span {
  background-color: #fff;
}

.page-home .is-header_upper .menu-btn span {
  background-color: #000;
}

.menu-btn span:first-child {
  top: 15px;
}

.is-header_upper .menu-btn span:first-child {
  top: 19px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-btn span:last-child {
  top: 23px;
}

.is-header_upper .menu-btn span:last-child {
  top: 19px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* --------------------------------------------------
   Pure Hawaiian Water ロゴ
 -------------------------------------------------- */
.ci {
  width: 106px;
  height: 44px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .ci {
    margin: 0;
  }
}

.page-home .ci {
  background-image: url(/img/logo02.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (min-width: 769px) {
  .page-home .ci {
    background-image: url(/img/logo01.svg);
  }
}

.page-home .is-header_upper .ci {
  background-image: url(/img/logo01.svg);
}

.ci img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------
   グロナビ
 -------------------------------------------------- */
.gnav {
  display: none;
  text-align: center;
}

@media (min-width: 769px) {
  .gnav {
    display: block;
    margin: 0 auto;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .gnav {
    margin: 0;
  }
}

.is-header_upper .gnav {
  display: block;
  margin: auto 0;
}

.gnav ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

@media (min-width: 769px) {
  .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .gnav li:not(:first-child) {
    margin: 0 0 0 46px;
  }
}

.gnav a {
  display: block;
  color: #000;
  font-size: 1rem;
  padding: 12px;
}

.gnav a:hover, .gnav a:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .gnav a {
    font-size: 1.125rem;
  }
}

@media (min-width: 769px) {
  .gnav a {
    padding: 6px;
    color: #333;
    font-size: 0.875rem;
  }
  .gnav a:after {
    content: '';
    display: block;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid #333;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .gnav a:hover:after, .gnav a:focus:after {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .gnav a {
    padding: 4px 6px;
  }
}

@media (min-width: 769px) {
  .gnav .sp {
    display: none;
  }
}

/* --------------------------------------------------
   ヒーローエリア
 -------------------------------------------------- */
.hero {
  text-align: center;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.page-home .hero {
  height: auto;
  background: none;
}

@media (min-width: 768px) {
  .hero {
    height: 500px;
  }
  .page-home .hero {
    height: auto;
  }
}

.page-phw .hero {
  background-image: url(/img/bg-phw01-sp.jpg);
}

@media (min-width: 768px) {
  .page-phw .hero {
    background-image: url(/img/bg-phw01.jpg);
  }
}

.page-paradise .hero {
  background-image: url(/img/bg-paradise01-sp.jpg);
}

@media (min-width: 768px) {
  .page-paradise .hero {
    background-image: url(/img/bg-paradise01.jpg);
  }
}

.page-everyone .hero {
  background-image: url(/img/bg-everyone01-sp.jpg);
}

@media (min-width: 768px) {
  .page-everyone .hero {
    background-image: url(/img/bg-everyone01.jpg);
  }
}

.page-management .hero {
  background-image: url(/img/bg-management01-sp.jpg);
}

@media (min-width: 768px) {
  .page-management .hero {
    background-image: url(/img/bg-management01.jpg);
  }
}

.page-bottle .hero {
  background-image: url(/img/bg-bottle01-sp.jpg);
}

@media (min-width: 768px) {
  .page-bottle .hero {
    background-image: url(/img/bg-bottle01.jpg);
  }
}

.page-ws .hero {
  background-image: url(/img/bg-ws01-sp.jpg);
}

@media (min-width: 768px) {
  .page-ws .hero {
    background-image: url(/img/bg-ws01.jpg);
  }
}

.page-loco .hero {
  background-image: url(/img/bg-loco01-sp.jpg);
}

@media (min-width: 768px) {
  .page-loco .hero {
    background-image: url(/img/bg-loco01.jpg);
  }
}

.page-esashika .hero {
  background-image: url(/img/bg-esashika01-sp.jpg);
}

@media (min-width: 768px) {
  .page-esashika .hero {
    background-image: url(/img/bg-esashika01.jpg);
  }
}

.page-review .hero {
  background-image: url(/img/bg-review01-sp.jpg);
}

@media (min-width: 768px) {
  .page-review .hero {
    background-image: url(/img/bg-review01.jpg);
  }
}

.page-news .hero {
  background-image: url(/img/bg-news01-sp.jpg);
}

@media (min-width: 768px) {
  .page-news .hero {
    background-image: url(/img/bg-news01.jpg);
  }
}

@media (min-width: 1400px) {
  .page-news .hero {
    background-image: url(/img/bg-news01-1920.jpg);
  }
}

.page-area .hero {
  background-image: url(/img/bg-area01-sp.jpg);
}

@media (min-width: 768px) {
  .page-area .hero {
    background-image: url(/img/bg-area01.jpg);
  }
}

.page-flow .hero {
  background-image: url(/img/bg-flow01-sp.jpg);
}

@media (min-width: 768px) {
  .page-flow .hero {
    background-image: url(/img/bg-flow01.jpg);
  }
}

.page-wp .hero {
  background-image: url(/img/bg-wp01-sp.jpg);
}

@media (min-width: 768px) {
  .page-wp .hero {
    background-image: url(/img/bg-wp01.jpg);
  }
}

.page-price .hero {
  background-image: url(/img/bg-price01-sp.jpg);
}

@media (min-width: 768px) {
  .page-price .hero {
    background-image: url(/img/bg-price01.jpg);
  }
}

/* ホームヒーローエリア（トップページ）
 -------------------------------------------------- */
.hero_home {
  margin: 70px 0 0 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}

@media (min-width: 768px) {
  .hero_home {
    margin: 80px 0 0 0;
    -webkit-transition: none;
    transition: none;
  }
}

.hero_home img {
  width: 240px;
  height: auto;
}

@media (min-width: 768px) {
  .hero_home img {
    width: 400px;
  }
}

.hero_img01 {
  margin: 58px 0 0 0;
}

@media (min-width: 768px) {
  .hero_img01 {
    margin: 76px 0 0 0;
  }
}

.hero_img01 img {
  width: 74px;
  height: auto;
}

@media (min-width: 768px) {
  .hero_img01 img {
    width: 90px;
  }
}

.hero-copy01 {
  margin: 140px 0 0 0;
  color: #14a8c3;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .hero-copy01 {
    margin: 100px 0 0 0;
    font-size: 2.375rem;
  }
}

.hero-copy02 {
  margin: 40px 0 0 0;
  line-height: 2.14;
}

@media (min-width: 768px) {
  .hero-copy02 {
    margin: 50px 0 0 0;
    font-size: 1.375rem;
    line-height: 1.82;
    letter-spacing: .1em;
  }
}

.main-header {
  width: 100%;
  margin: 0;
  padding: 48px 20px 60px;
  text-align: center;
}

@media (min-width: 768px) {
  .main-header {
    padding: 70px 20px 120px;
  }
}

@media (min-width: 1024px) {
  .main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 74px 0 120px 0;
  }
}

.main-header .title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .main-header .title {
    font-size: 2.625rem;
  }
}

.main-header .title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

.main-header .main-copy {
  margin: 50px 0 0 0;
  line-height: 1.71;
  text-align: left;
}

@media (min-width: 768px) {
  .main-header .main-copy {
    margin: 66px 0 0 0;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  }
}

/* ==================================================
   フッター
 ================================================== */
.footer-inquiry {
  background-color: #eff6f7;
}

.footer-inquiry_inner {
  padding: 44px 20px 18px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-inquiry_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;
    width: 100%;
    margin: 0 auto;
    padding: 70px 12px 50px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .footer-inquiry_inner {
    width: 1000px;
    padding: 70px 0 50px 0;
  }
}

.footer-inquiry_title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .footer-inquiry_title {
    background-image: url(/img/line01.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 0 0 16px 0;
    font-size: 1.5rem;
  }
}

.footer-inquiry_tel {
  margin: 20px 0 0 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 2.625rem;
  font-weight: bold;
  color: #03a1be;
  line-height: 1;
  letter-spacing: .1em;
}

@media (min-width: 768px) {
  .footer-inquiry_tel:before {
    content: '';
    display: inline-block;
    width: 90px;
    height: 52px;
    margin: 0 10px 0 0;
    background-image: url(/img/ico-inquiry01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .footer-inquiry_tel {
    margin: 36px 0 0 0;
    font-size: 3.375rem;
    font-weight: normal;
    letter-spacing: .1em;
  }
}

@media (min-width: 1024px) {
  .footer-inquiry_tel {
    font-size: 3.875rem;
    letter-spacing: .15em;
    pointer-events: none;
  }
}

.footer-inquiry_time {
  margin: 20px 0 0 0;
  font-size: 1rem;
}

.footer-inquiry_time a {
  font-weight: bold;
}

.footer-inquiry_car {
  margin: 20px 0 0 0;
  text-align: center;
}

.footer-inquiry_car img {
  width: 90px;
  height: auto;
}

@media (min-width: 768px) {
  .footer-inquiry_car {
    display: none;
  }
}

.footer-inquiry_btn {
  margin: 10px 0 0 0;
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  .footer-inquiry_btn {
    margin: 0;
    font-weight: bold;
  }
}

.footer-inquiry_btn p {
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-inquiry_btn p:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
}

.footer-inquiry_btn p:nth-of-type(1) a {
  background-color: #fba03e;
}

.footer-inquiry_btn p:nth-of-type(1) a:hover, .footer-inquiry_btn p:nth-of-type(1) a:focus {
  background-color: #fa870c;
}

.footer-inquiry_btn p:nth-of-type(2) {
  margin: 14px 0 0 0;
}

@media (min-width: 768px) {
  .footer-inquiry_btn p:nth-of-type(2) {
    margin: 0;
  }
}

.footer-inquiry_btn p:nth-of-type(2) a {
  background-color: #f98eb9;
}

.footer-inquiry_btn p:nth-of-type(2) a:hover, .footer-inquiry_btn p:nth-of-type(2) a:focus {
  background-color: #f65e9b;
}

.footer-inquiry_btn a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 768px) {
  .footer-inquiry_btn a {
    width: 300px;
    padding: 15px 0;
  }
}

@media (min-width: 1024px) {
  .footer-inquiry_btn a {
    width: 335px;
  }
}

.footer-inquiry_btn a:hover, .footer-inquiry_btn a:focus {
  text-decoration: none;
}

.footer_bottom {
  padding: 10px 12px;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .footer_bottom {
    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;
    width: 100%;
    margin: 0 auto;
    padding: 30px 12px;
  }
}

@media (min-width: 1024px) {
  .footer_bottom {
    width: 1000px;
    padding: 30px 0;
  }
}

.fnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  margin: 0;
}

@media (min-width: 768px) {
  .fnav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.fnav li {
  margin: 0 4px;
}

@media (min-width: 768px) {
  .fnav li {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .fnav li:not(:last-child):after {
    content: '|';
    margin: 0 6px;
  }
}

.fnav a {
  padding: 8px 0;
  color: #333;
}

@media (min-width: 768px) {
  .fnav a {
    padding: 4px 0;
  }
}

.copyright {
  margin: 14px 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .copyright {
    margin: 0;
    text-align: left;
  }
}

.copyright small {
  font-size: 0.75rem;
}

/* ==================================================
   ホーム（トップページ）
 ================================================== */
/* --------------------------------------------------
   キャンペーンスライダー
 -------------------------------------------------- */
.campaign {
  padding: 60px 0 40px 0;
  background-color: #eaedec;
}

@media (min-width: 768px) {
  .campaign {
    padding: 108px 0 124px 0;
    background-color: #f4f5f5;
  }
}

.campaign-slider {
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  text-align: center;
}

@media (min-width: 768px) {
  .campaign-slider {
    padding: 0 30px;
  }
}

@media (min-width: 1024px) {
  .campaign-slider {
    width: 1000px;
  }
}

@media (min-width: 1100px) {
  .campaign-slider {
    padding: 0;
  }
}

.campaign-slider a {
  display: block;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .campaign-slider a {
    padding: 0 18px;
  }
}

.campaign-slider img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  .campaign-slider img {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  }
}

.campaign-slider_title {
  margin: 16px 0 0 0;
  font-size: 1rem;
  text-align: left;
}

.campaign-slider_exp {
  margin: 8px 0 0 0;
  line-height: 1.71;
  text-align: left;
}

a .campaign-slider_exp {
  color: #333;
}

/* slick コア
 -------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* slick テーマ
 -------------------------------------------------- */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 28%;
  -webkit-transform: translate(0, -28%);
          transform: translate(0, -28%);
  height: 40px;
  width: 40px;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 26px;
  line-height: 0;
  border: none;
  cursor: pointer;
  z-index: 10;
}

@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    height: 60px;
    width: 60px;
  }
}

.slick-prev span,
.slick-next span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.slick-prev {
  left: 6px;
  background-image: url(/img/ico-arrow02.png);
}

@media (min-width: 768px) {
  .slick-prev {
    left: 0;
  }
}

@media (min-width: 1100px) {
  .slick-prev {
    left: -60px;
  }
}

.slick-next {
  right: 6px;
  background-image: url(/img/ico-arrow01.png);
}

@media (min-width: 768px) {
  .slick-next {
    right: 0;
  }
}

@media (min-width: 1100px) {
  .slick-next {
    right: -60px;
  }
}

/* --------------------------------------------------
   コピー
 -------------------------------------------------- */
.middlecopy {
  position: relative;
  height: 300px;
  background-image: url(/img/bg-middlecopy01-sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px) {
  .middlecopy {
    height: 675px;
    padding: 118px 0 0 0;
    background-image: url(/img/bg-middlecopy01.jpg);
  }
}

.middlecopy-txt {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 40px 20px 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4e4844), to(#a09a96));
  background: linear-gradient(to bottom, #4e4844, #a09a96);
}

@media (min-width: 768px) {
  .middlecopy-txt {
    position: static;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
    background: none;
  }
}

@media (min-width: 1024px) {
  .middlecopy-txt {
    width: 1000px;
    margin: 0 auto;
  }
}

.middlecopy-title {
  margin: 0;
  padding: 0 0 22px 0;
  background-image: url(/img/line-middlecopy01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.75;
  text-align: center;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  .middlecopy-title {
    background-position: left bottom;
    font-size: 2.25rem;
    line-height: 1.67;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .middlecopy-title {
    font-weight: 500;
  }
}

.middlecopy-exp {
  margin: 28px 0 0 0;
  color: #fff;
  line-height: 2.28;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  .middlecopy-exp {
    margin: 18px 0 0 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2.75;
    text-align: left;
  }
}

/* --------------------------------------------------
   ピックアップコンテンツ
 -------------------------------------------------- */
.pickup {
  margin: 354px 0 0 0;
}

@media (min-width: 768px) {
  .pickup {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .pickup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .pickup-item.pickup-item--title-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.pickup-item_img {
  margin: 0;
}

@media (min-width: 768px) {
  .pickup-item_img {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.pickup-item_img img {
  width: 100%;
  height: auto;
}

.pickup-item-txt {
  background-color: #e7f2f4;
  padding: 34px 20px 70px;
}

@media (min-width: 768px) {
  .pickup-item-txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 20px 16px 4px;
  }
}

@media (min-width: 1024px) {
  .pickup-item-txt {
    padding: 60px 112px 4px;
  }
}

@media (min-width: 1150px) {
  .pickup-item-txt {
    padding: 100px 112px 4px;
  }
}

.pickup-item_title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .pickup-item_title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .pickup-item_title {
    font-weight: 500;
  }
}

.pickup-item_exp {
  margin: 20px 0 0 0;
  line-height: 2;
}

@media (min-width: 768px) {
  .pickup-item_exp {
    margin: 14px 0 0 0;
    font-size: 1rem;
  }
}

.pickup-item_btn {
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}

@media (min-width: 768px) {
  .pickup-item_btn {
    width: 320px;
    margin: 14px auto 0 auto;
  }
}

@media (min-width: 1024px) {
  .pickup-item_btn {
    margin: 20px 0 0 0;
  }
}

@media (min-width: 1150px) {
  .pickup-item_btn {
    margin: 50px 0 0 0;
  }
}

.pickup-item_btn a {
  display: block;
  padding: 18px 0;
  font-size: 1.25rem;
  font-weight: bold;
  border: 2px solid #018cac;
  border-radius: 8px;
  color: #03a1be;
  line-height: 1;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.pickup-item_btn a:hover, .pickup-item_btn a:focus {
  background-color: #018cac;
  color: #fff;
  text-decoration: none;
}

/* --------------------------------------------------
   ニュース
 -------------------------------------------------- */
.news {
  width: 100%;
  margin: 0;
  padding: 46px 20px 42px;
}

@media (min-width: 768px) {
  .news {
    padding: 80px 20px 54px;
  }
}

@media (min-width: 1024px) {
  .news {
    width: 1000px;
    margin: 0 auto;
    padding: 140px 0 100px 0;
  }
}

.news-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1;
}

@media (min-width: 1024px) {
  .news-title {
    font-size: 2.625rem;
  }
}

.news-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  text-align: center;
  line-height: 1;
}

.news-list {
  margin: 48px 0 0 0;
}

@media (min-width: 768px) {
  .news-list {
    margin: 68px 0 0 0;
    padding: 0 100px;
  }
}

.news-list dd:not(:last-child) {
  margin: 0 0 24px 0;
}

.news-list dd:last-child {
  margin: 0;
}

.news-list a {
  padding: 1px 0;
}

@media (min-width: 1024px) {
  .news-list a {
    padding: 0;
  }
}

.news-all {
  width: 100%;
  margin: 50px auto 0;
  text-align: center;
}

@media (min-width: 768px) {
  .news-all {
    width: 335px;
    margin: 60px auto 0;
  }
}

.news-all a {
  display: block;
  padding: 20px 0;
  font-size: 0.9375rem;
  border: 2px solid #03a1be;
  border-radius: 4px;
  color: #333;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.news-all a:hover, .news-all a:focus {
  background-color: #03a1be;
  color: #fff;
  text-decoration: none;
}

.notification {
  margin: 0;
  padding: 100px 30px;
  background-color: #e7eae9;
}

@media (max-width: 768px) {
  .notification {
    padding: 40px 30px;
  }
}

.notification h3 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #666;
}

@media (max-width: 768px) {
  .notification h3 {
    margin-bottom: 20px;
  }
}

.notification ul {
  padding: 0;
}

.notification ul li {
  margin-top: 15px;
  list-style: none;
  font-size: 16px;
  text-align: center;
}

.notification ul li:first-child {
  margin-top: 0;
}

.notification ul li a {
  text-decoration: underline;
  color: #666;
}

.notification ul li a:hover {
  text-decoration: none;
}

/* --------------------------------------------------
   フィーチャー
 -------------------------------------------------- */
.feature {
  background-color: #F4FAF8;
}

.feature-inner {
  width: 100%;
  margin: 0;
  padding: 46px 20px 42px;
}

@media (min-width: 768px) {
  .feature-inner {
    padding: 80px 20px 54px;
  }
}

@media (min-width: 1024px) {
  .feature-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0 190px 0;
  }
}

.feature-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1;
}

@media (min-width: 1024px) {
  .feature-title {
    font-size: 2.625rem;
  }
}

.feature-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  text-align: center;
  line-height: 1;
}

.feature-list {
  margin: 48px 0 0 0;
}

@media (min-width: 768px) {
  .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .feature-list {
    margin: 70px 0 0 0;
  }
}

.feature-item:not(:nth-of-type(3)) {
  margin: 0 0 40px 0;
}

@media (min-width: 768px) {
  .feature-item {
    display: block;
    width: 28%;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .feature-item {
    width: 280px;
  }
}

.feature-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .feature-item_link {
    display: block;
  }
}

.feature-item_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin: 0 20px 0 0;
}

@media (min-width: 768px) {
  .feature-item_img {
    margin: 0 0 40px 0;
  }
}

.feature-item_img img {
  width: 100%;
  height: auto;
}

.feature-item_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.feature-item_txt h3 {
  margin: 0;
  font-size: 0.875rem;
  color: #14a8c3;
}

.feature-item_txt p {
  margin: 4px 0 0 0;
  font-size: 0.75rem;
  color: #333;
}

/* --------------------------------------------------
   お客様の声
 -------------------------------------------------- */
.home-review {
  width: 100%;
  height: 480px;
  padding: 46px 20px 42px;
  background-image: url(/img/ph-review01-sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .home-review {
    height: 500px;
    padding: 80px 20px 54px;
    background-image: url(/img/ph-review01.jpg);
  }
}

@media (min-width: 1024px) {
  .home-review {
    padding: 100px 0 190px 0;
  }
}

.home-review-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1;
}

@media (min-width: 1024px) {
  .home-review-title {
    font-size: 2.625rem;
  }
}

.home-review-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.home-review-txt {
  margin: 30px 0 0 0;
  color: #fff;
  line-height: 2;
}

@media (min-width: 768px) {
  .home-review-txt {
    margin: 50px 0 0 0;
  }
}

.home-review-btn {
  width: 100%;
  margin: 50px auto 0;
  text-align: center;
}

@media (min-width: 768px) {
  .home-review-btn {
    width: 335px;
    margin: 60px auto 0;
  }
}

.home-review-btn a {
  display: block;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.41);
  font-size: 0.9375rem;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.home-review-btn a:hover, .home-review-btn a:focus {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

/* --------------------------------------------------
   関連サイト
 -------------------------------------------------- */
.relative {
  padding: 30px 0 42px;
  background-color: #eaedec;
}

.relative-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 1024px) {
  .relative-title {
    font-weight: 500;
  }
}

.relative-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 40px);
  margin: 10px 20px 0;
}

@media (min-width: 768px) {
  .relative-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 40px 20px 0;
  }
}

@media (min-width: 1024px) {
  .relative-inner {
    width: 1000px;
    margin: 40px auto 0;
  }
}

.relative-item {
  width: 49%;
  text-align: center;
}

.relative-item:nth-child(odd) {
  margin: 6px 2% 0 0;
}

.relative-item:nth-child(even) {
  margin: 6px 0 0 0;
}

@media (min-width: 768px) {
  .relative-item {
    width: 24%;
  }
  .relative-item:not(:last-child) {
    margin: 0 1.33% 0 0;
  }
  .relative-item:last-child {
    margin: 0;
  }
}

.relative-item img {
  width: 100%;
  height: auto;
}

/* ==================================================
   /phw/ ピュアハワイアン
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.phw-main-header {
  width: 100%;
  margin: 0;
  padding: 30px 20px 44px;
  text-align: center;
}

@media (min-width: 768px) {
  .phw-main-header {
    padding: 70px 20px 46px;
  }
}

@media (min-width: 1024px) {
  .phw-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 90px 0 46px 0;
  }
}

.phw-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .phw-title {
    font-size: 2.625rem;
  }
}

.phw-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  text-align: center;
  line-height: 1;
}

.phw-2ndtitle {
  margin: 64px 0 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.47;
}

@media (min-width: 768px) {
  .phw-2ndtitle {
    margin: 50px 0 0 0;
    font-size: 1.875rem;
  }
}

.phw-main-copy {
  margin: 30px 0 0 0;
  line-height: 1.71;
  text-align: left;
}

@media (min-width: 768px) {
  .phw-main-copy {
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  }
}

/* --------------------------------------------------
   コンテンツ
 -------------------------------------------------- */
.phw-list {
  background-image: url(/img/bg-phw02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.phw-list-inner {
  width: 100%;
  padding: 20px;
}

@media (min-width: 768px) {
  .phw-list-inner {
    padding: 60px;
  }
}

@media (min-width: 1024px) {
  .phw-list-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
  }
}

.phw-item {
  position: relative;
  width: 100%;
}

.phw-item:not(:nth-of-type(1)) {
  margin: 20px 0 0 0;
}

@media (min-width: 768px) {
  .phw-item:not(:nth-of-type(1)) {
    margin: 56px 0 0 0;
  }
}

.phw-item-txt {
  margin: 0 0 0 auto;
  padding: 40px;
  background-color: #fff;
}

@media (min-width: 1024px) {
  .phw-item-txt {
    width: 660px;
    padding: 40px 74px 48px 168px;
  }
}

.phw-item--title-left .phw-item-txt {
  margin: 0 auto 0 0;
}

@media (min-width: 1024px) {
  .phw-item--title-left .phw-item-txt {
    padding: 40px 168px 48px 74px;
  }
}

.phw-item_title {
  margin: 28px 0 0 0;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .phw-item_title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .phw-item_title {
    font-weight: 500;
    text-align: left;
  }
}

.phw-item_img {
  margin: 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .phw-item_img {
    position: absolute;
    top: 46px;
    left: 0;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .phw-item--title-left .phw-item_img {
    right: 0;
    left: auto;
  }
}

.phw-item_img img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .phw-item_img img {
    width: auto;
  }
}

.phw-item_exp {
  margin: 22px 0 0 0;
  line-height: 1.71;
}

@media (min-width: 768px) {
  .phw-item_exp {
    font-size: 1rem;
    line-height: 2;
  }
}

.phw-item_btn {
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}

@media (min-width: 768px) {
  .phw-item_btn {
    width: 320px;
    margin: 52px auto 0 auto;
  }
}

@media (min-width: 1024px) {
  .phw-item_btn {
    margin: 52px 0 0 0;
  }
}

.phw-item_btn a {
  display: block;
  padding: 18px 0;
  font-size: 1.25rem;
  font-weight: bold;
  border: 2px solid #018cac;
  border-radius: 8px;
  color: #03a1be;
  line-height: 1;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.phw-item_btn a:hover, .phw-item_btn a:focus {
  background-color: #018cac;
  color: #fff;
  text-decoration: none;
}

/* ==================================================
   PARADISE OF THE PACIFIC 太平洋の楽園から
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.paradise-main-header {
  width: 100%;
  margin: 0;
  padding: 30px 20px 44px;
  text-align: center;
}

@media (min-width: 768px) {
  .paradise-main-header {
    padding: 70px 20px 46px;
  }
}

@media (min-width: 1024px) {
  .paradise-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 90px 0 46px 0;
  }
}

.paradise-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .paradise-title {
    font-size: 2.625rem;
  }
}

.paradise-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

.paradise-main-copy {
  margin: 30px 0 0 0;
  line-height: 1.71;
  text-align: left;
}

@media (min-width: 768px) {
  .paradise-main-copy {
    margin: 76px 0 0 0;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  }
}

/* --------------------------------------------------
   コンテンツ
 -------------------------------------------------- */
.paradise-item {
  padding: 0 0 56px 0;
}

.paradise-item_img {
  height: 290px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (min-width: 768px) {
  .paradise-item_img {
    height: 420px;
  }
}

.paradise-item--01 .paradise-item_img {
  background-image: url(/img/bg-paradise03-sp.jpg);
}

@media (min-width: 768px) {
  .paradise-item--01 .paradise-item_img {
    background-image: url(/img/bg-paradise03.jpg);
  }
}

.paradise-item--02 .paradise-item_img {
  background-image: url(/img/bg-paradise04-sp.jpg);
}

@media (min-width: 768px) {
  .paradise-item--02 .paradise-item_img {
    background-image: url(/img/bg-paradise04.jpg);
  }
}

.paradise-item--03 .paradise-item_img {
  background-image: url(/img/bg-paradise05-sp.jpg);
}

@media (min-width: 768px) {
  .paradise-item--03 .paradise-item_img {
    background-image: url(/img/bg-paradise05.jpg);
  }
}

.paradise-item--04 .paradise-item_img {
  background-image: url(/img/bg-paradise06-sp.jpg);
}

@media (min-width: 768px) {
  .paradise-item--04 .paradise-item_img {
    background-image: url(/img/bg-paradise06.jpg);
  }
}

.paradise-item_title {
  padding: 0 20px;
  margin: 24px 0 0 0;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .paradise-item_title {
    margin: 52px 0 0 0;
    font-size: 1.875rem;
  }
}

@media (min-width: 1024px) {
  .paradise-item_title {
    padding: 0;
    font-weight: 500;
  }
}

.paradise-item_txt {
  padding: 0 20px;
  margin: 24px 0 0 0;
  font-size: 0.75rem;
  line-height: 2.15;
  text-align: left;
}

@media (min-width: 768px) {
  .paradise-item_txt {
    margin: 48px 0 0 0;
    font-size: 0.875rem;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .paradise-item_txt {
    padding: 0;
  }
}

/* ==================================================
   FOR EVERYONE 安全・安心の理由
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.everyone-main-header {
  width: 100%;
  margin: 0;
  padding: 30px 20px 44px;
  text-align: center;
}

@media (min-width: 768px) {
  .everyone-main-header {
    padding: 70px 20px 46px;
  }
}

@media (min-width: 1024px) {
  .everyone-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 90px 0 46px 0;
  }
}

.everyone-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .everyone-title {
    font-size: 2.625rem;
  }
}

.everyone-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

.everyone-main-copy {
  margin: 30px 0 0 0;
  line-height: 1.71;
  text-align: left;
}

@media (min-width: 768px) {
  .everyone-main-copy {
    margin: 76px 0 0 0;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  }
}

/* --------------------------------------------------
   sec01 ハワイの大自然に磨かれた天然水
 -------------------------------------------------- */
.everyone-sec01 {
  position: relative;
  height: 340px;
  background-image: url(/img/bg-everyone02.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

@media (min-width: 768px) {
  .everyone-sec01 {
    height: 685px;
    padding: 0;
    background-position: center top;
  }
}

@media (min-width: 1024px) {
  .everyone-sec01 {
    background-position: right top;
  }
}

.everyone-sec01-inner {
  width: 100%;
  margin: 0;
  padding: 20px;
}

@media (min-width: 1024px) {
  .everyone-sec01-inner {
    width: 1000px;
    margin: 0 auto;
  }
}

.everyone-sec01-txt-outer {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0 20px 26px;
  background-color: #e4ecc4;
  color: #333;
}

@media (min-width: 768px) {
  .everyone-sec01-txt-outer {
    position: static;
    padding: 0;
    background-color: transparent;
    color: #fff;
  }
}

.everyone-sec01-title {
  margin: 40px 0 0 0;
  font-size: 1.25rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .everyone-sec01-title {
    margin: 0;
    padding: 50px 0 0 0;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.47;
  }
}

@media (min-width: 1024px) {
  .everyone-sec01-title {
    font-weight: normal;
  }
}

.everyone-sec01-txt {
  margin: 20px 0 0 0;
  font-size: 0.8124rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .everyone-sec01-txt {
    margin: 50px 0 0 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.125;
  }
}

@media (min-width: 1024px) {
  .everyone-sec01-txt {
    font-weight: 500;
  }
}

.everyone-sec01-txt p {
  margin: 20px 0 0 0;
}

@media (min-width: 768px) {
  .everyone-sec01-txt p {
    margin: 30px 0 0 0;
  }
}

/* sec02 ROろ過とは
 -------------------------------------------------- */
.everyone-sec02 {
  width: calc(100% - 40px);
  margin: 480px 20px 0;
  padding: 20px 0;
  border: 3px solid #97e1e7;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .everyone-sec02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 80px 20px 0;
    padding: 28px 6px 28px 34px;
  }
}

@media (min-width: 1024px) {
  .everyone-sec02 {
    width: 1000px;
    margin: 80px auto 0;
  }
}

.everyone-sec02-left {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .everyone-sec02-left {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 324px;
        flex-basis: 324px;
    margin: 0 40px 0 0;
    padding: 0;
  }
}

.everyone-sec02-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center;
}

@media (min-width: 768px) {
  .everyone-sec02-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
  }
}

.everyone-sec02-txt {
  margin: 18px 0 0 0;
  font-size: 0.8124rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .everyone-sec02-txt {
    margin: 34px 0 0 0;
    font-size: 1rem;
  }
}

.everyone-sec02-img {
  margin: 20px 0 0 0;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .everyone-sec02-img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin: 0;
    padding: 0;
  }
}

.everyone-sec02-img img {
  max-width: 100%;
  height: auto;
}

/* sec03 ピュアハワイアンのこだわり
 -------------------------------------------------- */
.everyone-sec03 {
  margin: 50px 0 0 0;
  padding: 0 20px 40px;
}

@media (min-width: 768px) {
  .everyone-sec03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 40px);
    margin: 114px 20px 0;
    padding: 0 0 104px 0;
  }
}

@media (min-width: 1024px) {
  .everyone-sec03 {
    width: 1000px;
    margin: 114px auto 0;
  }
}

@media (min-width: 768px) {
  .everyone-sec03-left {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding: 0 20px 0 0;
  }
}

@media (min-width: 1024px) {
  .everyone-sec03-left {
    -ms-flex-preferred-size: 498px;
        flex-basis: 498px;
    padding: 0;
  }
}

.everyone-sec03-title {
  margin: 0;
  fon-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 768px) {
  .everyone-sec03-title {
    font-size: 1.875rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .everyone-sec03-title {
    font-weight: 500;
  }
}

.everyone-sec03-txt {
  margin: 18px 0 0 0;
  font-size: 0.8124rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .everyone-sec03-txt {
    margin: 30px 0 0 0;
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .everyone-sec03-txt {
    margin: 50px 0 0 0;
  }
}

.everyone-sec03-list {
  margin: 34px 0 0 0;
  padding: 10px 20px;
  border: 1px solid #707070;
}

@media (min-width: 768px) {
  .everyone-sec03-list {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin: 0;
    padding: 10px;
  }
}

@media (min-width: 1024px) {
  .everyone-sec03-list {
    -ms-flex-preferred-size: 408px;
        flex-basis: 408px;
  }
}

.everyone-sec03-list ul {
  padding-left: 0;
  list-style: none;
  margin: 10px 0 0 0;
}

@media (min-width: 768px) {
  .everyone-sec03-list ul {
    margin: 36px 0 0 0;
  }
}

.everyone-sec03-list li {
  font-size: 1rem;
}

.everyone-sec03-list li:not(:first-child) {
  margin: 10px 0 0 0;
}

.everyone-sec03-list_title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 1024px) {
  .everyone-sec03-list_title {
    font-weight: 500;
  }
}

/* ==================================================
   QUALITY MANAGEMENT 徹底した品質管理
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.management-main-header {
  width: 100%;
  margin: 0;
  padding: 30px 20px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .management-main-header {
    padding: 70px 20px 0;
  }
}

@media (min-width: 1024px) {
  .management-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 90px 0 0 0;
  }
}

.management-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .management-title {
    font-size: 2.625rem;
  }
}

.management-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

.management-main-copy {
  margin: 30px 0 0 0;
  line-height: 1.71;
  text-align: left;
}

@media (min-width: 768px) {
  .management-main-copy {
    margin: 76px 0 0 0;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  }
}

.management-main-copy-next {
  margin: 15px 0 0 0;
  line-height: 1.71;
  text-align: left;
}

@media (min-width: 768px) {
  .management-main-copy-next {
    margin: 30px 0 0 0;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  }
}

/* コンテンツ アイテム
 -------------------------------------------------- */
.management-item {
  margin: 50px 0 0 0;
}

@media (min-width: 768px) {
  .management-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 40px);
    margin: 74px 20px 0 20px;
  }
  .management-item.management-item--title-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .management-item {
    width: 1000px;
    margin: 74px auto 0;
  }
}

.management-item:nth-last-of-type(1) {
  padding-bottom: 100px;
}

.management-item-txt {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .management-item-txt {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0 0 0 20px;
    padding: 0;
  }
  .management-item--title-left .management-item-txt {
    margin: 0 20px 0 0;
  }
}

@media (min-width: 1024px) {
  .management-item-txt {
    -ms-flex-preferred-size: 482px;
        flex-basis: 482px;
    margin: 0;
  }
  .management-item--title-left .management-item-txt {
    margin: 0;
  }
}

.management-item-title {
  margin: 22px 0 0 0;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 768px) {
  .management-item-title {
    margin: 0;
    font-size: 1.5rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .management-item-title {
    font-weight: 500;
  }
}

.management-item-exp {
  margin: 20px 0 0 0;
  font-size: 0.8124rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .management-item-exp {
    font-size: 1rem;
  }
}

.management-item-img {
  margin: 0;
}

.management-item-img img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .management-item-img img {
    width: auto;
    max-width: 100%;
  }
}

.management-item-img.management-item-img--nomax {
  text-align: center;
}

@media (min-width: 768px) {
  .management-item-img.management-item-img--nomax {
    text-align: left;
  }
}

.management-item-img.management-item-img--nomax img {
  width: 80%;
}

@media (min-width: 768px) {
  .management-item-img.management-item-img--nomax img {
    width: auto;
    max-width: 100%;
  }
}

/* ISO22000とは
 -------------------------------------------------- */
.management-fig {
  width: calc(100% - 40px);
  margin: 34px 20px 0;
  padding: 20px;
  border: 3px solid #97e1e7;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .management-fig {
    margin: 74px 20px 0;
  }
}

@media (min-width: 1024px) {
  .management-fig {
    width: 1000px;
    margin: 74px auto 0;
    padding: 30px 56px;
  }
}

.management-fig-title {
  margin: 0;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .management-fig-title {
    font-size: 1.5rem;
    line-height: 1.83;
  }
}

.management-fig-txt {
  font-size: 0.8124rem;
  line-height: 2;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .management-fig-txt {
    margin: 22px 0 0 0;
    font-size: 1rem;
  }
}

/* ==================================================
   BOTTLE 安全・安心の理由
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.bottle-main-header {
  width: 100%;
  margin: 0;
  padding: 30px 20px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .bottle-main-header {
    padding: 70px 20px 0;
  }
}

@media (min-width: 1024px) {
  .bottle-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 90px 0 0 0;
  }
}

.bottle-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .bottle-title {
    font-size: 2.625rem;
  }
}

.bottle-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

.bottle-main-copy {
  margin: 30px 0 0 0;
  line-height: 1.71;
  text-align: left;
}

@media (min-width: 768px) {
  .bottle-main-copy {
    margin: 76px 0 0 0;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  }
}

/* コンテンツ アイテム
 -------------------------------------------------- */
.bottle-item {
  width: calc(100% - 40px);
  margin: 66px 20px 0;
}

@media (min-width: 768px) {
  .bottle-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 120px 20px 0;
  }
  .bottle-item.bottle-item--title-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .bottle-item {
    width: 1000px;
    margin: 120px auto 0;
  }
}

.bottle-item:nth-last-of-type(1) {
  padding-bottom: 88px;
}

@media (min-width: 768px) {
  .bottle-item:nth-last-of-type(1) {
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .bottle-item-txt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin: 0 0 0 20px;
  }
  .bottle-item--title-left .bottle-item-txt {
    margin: 0 20px 0 0;
  }
}

@media (min-width: 1024px) {
  .bottle-item-txt {
    -ms-flex-preferred-size: 492px;
        flex-basis: 492px;
    margin: 0;
  }
  .bottle-item--title-left .bottle-item-txt {
    margin: 0;
  }
}

.bottle-item-title {
  margin: 40px 0 0 0;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 768px) {
  .bottle-item-title {
    margin: 0;
    font-size: 1.5rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .bottle-item-title {
    font-weight: 500;
  }
}

.bottle-item-exp {
  margin: 18px 0 0 0;
  font-size: 0.8124rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .bottle-item-exp {
    margin: 20px 0 0 0;
    font-size: 1rem;
  }
}

.bottle-item-img {
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .bottle-item-img {
    text-align: left;
  }
}

.bottle-item-img img {
  max-width: 100%;
  height: auto;
}

/* ハワイらしいデザイン
 -------------------------------------------------- */
.bottle-design {
  margin: 70px 0 0 0;
  background-color: #d6efda;
}

@media (min-width: 768px) {
  .bottle-design {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 130px 0 0 0;
  }
}

@media (min-width: 1024px) {
  .bottle-design {
    height: 600px;
  }
}

.bottle-design-left {
  height: 350px;
  background-image: url(/img/ph-bottle03.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .bottle-design-left {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    height: auto;
  }
}

.bottle-design-right {
  padding: 50px 20px;
}

@media (min-width: 768px) {
  .bottle-design-right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 20px 15px;
  }
}

@media (min-width: 1024px) {
  .bottle-design-right {
    padding: 60px 70px 10px 58px;
  }
}

.bottle-design-title {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 768px) {
  .bottle-design-title {
    font-size: 1.5rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .bottle-design-title {
    font-weight: 500;
  }
}

.bottle-design-exp {
  margin: 16px 0 0 0;
  font-size: 0.8124rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .bottle-design-exp {
    margin: 30px 0 0 0;
    font-size: 1rem;
  }
}

.bottle-design-fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 35px 0 0 0;
}

@media (min-width: 1024px) {
  .bottle-design-fig {
    margin: 70px 0 0 0;
  }
}

.bottle-design-fig_item {
  margin: 0;
  text-align: center;
}

.bottle-design-fig_item img {
  width: 80%;
  height: auto;
}

@media (min-width: 1024px) {
  .bottle-design-fig_item img {
    width: 100%;
  }
}

.bottle-design-fig_item figcaption {
  margin: 4px 0 0 0;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .bottle-design-fig_item figcaption {
    font-size: 1.0625rem;
  }
}

/* ==================================================
   PURE HAWAIIAN ピュアハワイアン
 ================================================== */
.ph {
  padding: 40px 0 50px 0;
  background-image: url(/img/bg-paradise02-sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px) {
  .ph {
    background-image: url(/img/bg-paradise02.jpg);
    padding: 90px 0 190px 0;
  }
}

.ph-inner {
  width: 100%;
  margin: 0;
  padding: 0 2%;
}

@media (min-width: 1024px) {
  .ph-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}

.ph-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
}

@media (min-width: 1024px) {
  .ph-title {
    font-size: 2.625rem;
  }
}

.ph-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  text-align: center;
  line-height: 1;
}

.ph-item-list {
  margin: 30px 0 0 0;
}

@media (min-width: 768px) {
  .ph-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 76px 0 0 0;
  }
}

.ph-item {
  margin: 0 0 20px 0;
  padding: 10px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .ph-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 32%;
    margin: 0;
    padding: 26px 18px;
  }
}

@media (min-width: 1024px) {
  .ph-item {
    width: 324px;
  }
}

.ph-item_img {
  margin: 0;
}

.ph-item_img img {
  width: 100%;
  height: auto;
}

.ph-item_title {
  margin: 24px 0 0 0;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 768px) {
  .ph-item_title {
    color: #03a1be;
  }
}

@media (min-width: 1024px) {
  .ph-item_title {
    font-weight: 500;
  }
}

.ph-item_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 22px 0 0 0;
  line-height: 1.86;
}

.ph-item_btn {
  width: 100%;
  margin: 22px 0 0 0;
  text-align: center;
  vertical-align: bottom;
}

.ph-item_btn a {
  display: block;
  padding: 16px 0;
  background-color: #fff;
  font-size: 1.125rem;
  border: 2px solid #018cac;
  border-radius: 8px;
  color: #03a1be;
  line-height: 1;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media (min-width: 768px) {
  .ph-item_btn a {
    background-color: #018cac;
    color: #fff;
    border: 1px solid #018cac;
  }
}

.ph-item_btn a:hover, .ph-item_btn a:focus {
  background-color: #018cac;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .ph-item_btn a:hover, .ph-item_btn a:focus {
    background-color: #fff;
    color: #018cac;
  }
}

/* ==================================================
   /waterserver/ ウォーターサーバー
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.ws-main-header {
  width: 100%;
  margin: 0;
  padding: 48px 20px 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .ws-main-header {
    padding: 70px 20px 30px 0;
  }
}

@media (min-width: 1024px) {
  .ws-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 74px 0 30px 0;
  }
}

.ws-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .ws-title {
    font-size: 2.625rem;
  }
}

.ws-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

.ws-goods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 0 0;
}

.ws-goods-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  position: relative;
}

.ws-goods-item_no1 {
  position: absolute;
  top: -25px;
  right: -5px;
}

@media (min-width: 500px) {
  .ws-goods-item_no1 {
    right: 25px;
  }
}

@media (min-width: 768px) {
  .ws-goods-item_no1 {
    top: -46px;
    right: 5px;
  }
}

@media (min-width: 1024px) {
  .ws-goods-item_no1 {
    right: 45px;
  }
}

.ws-goods-item_no1 img {
  width: 50px;
  height: auto;
}

@media (min-width: 768px) {
  .ws-goods-item_no1 img {
    width: 100px;
  }
}

.ws-goods-item_img {
  margin: 0;
  text-align: center;
}

.ws-goods-item_img img {
  width: auto;
  height: 200px;
}

@media (min-width: 768px) {
  .ws-goods-item_img img {
    height: 350px;
  }
}

.ws-goods-item_title {
  margin: 14px 0 0 0;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 768px) {
  .ws-goods-item_title {
    margin: 26px 0 0 0;
    font-size: 1.5rem;
    font-weight: 500;
  }
}

.ws-goods-item_txt {
  margin: 10px 0 0 0;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .ws-goods-item_txt {
    margin: 16px 0 0 0;
    font-size: 0.875rem;
    text-align: center;
  }
}

.ws-goods-item_txt p {
  margin: 0 0 14px 0;
  line-height: 1.4;
}

.ws-goods-item_txt_price {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .ws-goods-item_txt_price {
    font-size: 1.125rem;
  }
}

.ws-goods-item_txt_price b {
  margin: 0 0 0 .5em;
  color: #eb6767;
}

.ws-goods-item_txt_icon img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .ws-goods-item_txt_icon img {
    max-width: 200px;
  }
}

/* --------------------------------------------------
   サーバーの特徴
 -------------------------------------------------- */
.ws-characteristic {
  background-color: #d7e9eb;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .ws-characteristic {
    padding: 54px 0;
  }
}

.ws-characteristic-inner {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .ws-characteristic-inner {
    position: relative;
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .ws-characteristic-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}

.ws-characteristic-item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.ws-characteristic-item:not(:first-child) {
  margin: 20px 0 0 0;
}

@media (min-width: 768px) {
  .ws-characteristic-item {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .ws-characteristic-item:not(:first-child) {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .ws-characteristic-item:nth-child(1) .ws-characteristic-item_tab {
    top: 0;
    left: 20px;
  }
}

@media (min-width: 1024px) {
  .ws-characteristic-item:nth-child(1) .ws-characteristic-item_tab {
    left: 0;
  }
}

@media (min-width: 768px) {
  .ws-characteristic-item:nth-child(2) .ws-characteristic-item_tab {
    top: 0;
    left: 35%;
  }
}

@media (min-width: 1024px) {
  .ws-characteristic-item:nth-child(2) .ws-characteristic-item_tab {
    left: 350px;
  }
}

@media (min-width: 768px) {
  .ws-characteristic-item:nth-child(3) .ws-characteristic-item_tab {
    top: 0;
    right: 20px;
  }
}

@media (min-width: 1024px) {
  .ws-characteristic-item:nth-child(3) .ws-characteristic-item_tab {
    right: 0;
  }
}

.ws-characteristic-item_tab {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 16px;
  background-color: transparent;
  background-image: url(/img/ico-arrow04.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  font-size: 0.9375rem;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.ws-characteristic-item_tab.is-ws-tab-active {
  background-image: url(/img/ico-arrow03.png);
}

.ws-characteristic-item_tab.is-ws-tab-active + .ws-characteristic-item_content {
  display: block;
}

@media (min-width: 768px) {
  .ws-characteristic-item_tab {
    position: absolute;
    background-color: #eaedec;
    background-image: none;
    width: 30%;
    height: 64px;
    padding: 16px 4px 9px;
    font-size: 1rem;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  }
  .ws-characteristic-item_tab.is-ws-tab-active {
    background-color: #fff;
    background-image: none;
  }
}

@media (min-width: 1024px) {
  .ws-characteristic-item_tab {
    height: 65px;
    padding: 12px 4px 13px;
    font-size: 1.3125rem;
  }
}

.ws-characteristic-item_content {
  display: none;
}

@media (min-width: 768px) {
  .ws-characteristic-item_content {
    background-color: #d7e9eb;
    padding: 64px 0 0 0;
  }
}

.ws-characteristic-item_content-inner {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .ws-characteristic-item_content-inner {
    background-color: #fff;
    padding: 60px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
}

.ws-characteristic-item_content_item:not(:first-child) {
  margin: 30px 0 0 0;
}

.ws-characteristic-item_content_item:last-child {
  padding: 0 0 20px 0;
}

@media (min-width: 768px) {
  .ws-characteristic-item_content_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ws-characteristic-item_content_item:not(:first-child) {
    margin: 50px 0 0 0;
  }
  .ws-characteristic-item_content_item:last-child {
    padding: 0;
  }
  .ws-characteristic-item_content_item.ws-characteristic-item_content_item--noflex {
    display: block;
  }
}

@media (min-width: 768px) {
  .ws-characteristic-item_content_txt {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
  }
}

@media (min-width: 1024px) {
  .ws-characteristic-item_content_txt {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 532px;
        flex-basis: 532px;
  }
}

.ws-characteristic-item_content_title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.ws-characteristic-item_content_exp {
  margin: 10px 0 0 0;
}

@media (min-width: 768px) {
  .ws-characteristic-item_content_exp {
    margin: 26px 0 0 0;
    line-height: 2;
  }
}

.ws-characteristic-item_content_exp span {
  font-size: 0.75rem;
}

.ws-characteristic-item_content_img {
  margin: 20px 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .ws-characteristic-item_content_img {
    margin: 0;
  }
}

.ws-characteristic-item_content_img img {
  max-width: 100%;
  height: auto;
}

/* 特徴04 自動クリーニング */
.ws-characteristic-item_content_img06 {
  width: 252px;
  height: auto;
}

/* --------------------------------------------------
   スペック一覧
 -------------------------------------------------- */
.ws-spec-inner {
  padding: 50px 20px;
}

@media (min-width: 768px) {
  .ws-spec-inner {
    padding: 86px 20px;
  }
}

@media (min-width: 1024px) {
  .ws-spec-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 86px 0;
  }
}

.ws-spec-title {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 768px) {
  .ws-spec-title {
    font-size: 1.875rem;
  }
}

.ws-spec-table {
  width: 100%;
  margin: 26px 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .ws-spec-table {
    margin: 40px 0 0 0;
  }
}

.ws-spec-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.ws-spec-table tr:first-child th,
.ws-spec-table tr:first-child td {
  font-weight: bold;
}

.ws-spec-table th {
  font-weight: 500;
}

.ws-spec-table th,
.ws-spec-table td {
  padding: 8px 2px;
  font-size: 0.75rem;
  line-height: 1.4;
  border: 1px solid #333;
}

@media (min-width: 768px) {
  .ws-spec-table th,
  .ws-spec-table td {
    padding: 16px 4px;
    font-size: 1rem;
  }
}

.ws-spec-table_eco {
  background-color: #f7fcec;
}

.ws-spec-table_h2o {
  background-color: #effdff;
}

.ws-txt {
  margin: 10px 0 0 0;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .ws-txt {
    margin: 20px 0 0 0;
    font-size: 1rem;
  }
}

/* --------------------------------------------------
   サーバー小ネタ、豆知識
 -------------------------------------------------- */
.ws-knowledge {
  background-color: #d7e9eb;
}

.ws-knowledge-inner {
  padding: 44px 20px;
}

@media (min-width: 768px) {
  .ws-knowledge-inner {
    padding: 74px 20px;
  }
}

@media (min-width: 1024px) {
  .ws-knowledge-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 74px 0;
  }
}

.ws-knowledge-item {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.ws-knowledge-item:not(:first-child) {
  margin: 24px 0 0 0;
}

@media (min-width: 768px) {
  .ws-knowledge-item:not(:first-child) {
    margin: 20px 0 0 0;
  }
}

.ws-knowledge-item_title {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 16px 36px 16px 16px;
  background-color: #f8f8f8;
  background-image: url(/img/ico-arrow04.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  font-size: 0.875rem;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  border: 2px solid #03a1be;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media (min-width: 768px) {
  .ws-knowledge-item_title {
    padding: 16px 36px;
    font-size: 1.25rem;
  }
}

.ws-knowledge-item_title.is-ws-acc-active {
  background-color: #fff;
  background-image: url(/img/ico-arrow03.png);
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ws-knowledge-item_title.is-ws-acc-active + .ws-knowledge-item_content {
  display: block;
}

.ws-knowledge-item_content {
  display: none;
  padding: 6px 20px 20px 20px;
  background-color: #fff;
  border-right: 2px solid #03a1be;
  border-bottom: 2px solid #03a1be;
  border-left: 2px solid #03a1be;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media (min-width: 768px) {
  .ws-knowledge-item_content {
    padding: 16px 60px 60px;
  }
}

.ws-knowledge-p {
  margin: 30px 0 0 0;
}

.ws-knowledge-p:first-child {
  margin: 0;
}

@media (min-width: 768px) {
  .ws-knowledge-p {
    margin: 50px 0 0 0;
  }
  .ws-knowledge-p.ws-knowledge-p--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ws-knowledge-p.ws-knowledge-p--flex .ws-knowledge-p_txt {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
  }
}

@media (min-width: 1024px) {
  .ws-knowledge-p.ws-knowledge-p--flex .ws-knowledge-p_txt {
    -ms-flex-preferred-size: 532px;
        flex-basis: 532px;
  }
}

.ws-knowledge-p_title {
  margin: 0;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .ws-knowledge-p_title {
    font-size: 1.5rem;
  }
}

.ws-knowledge-p_exp {
  margin: 10px 0 0 0;
  line-height: 2;
}

@media (min-width: 768px) {
  .ws-knowledge-p_exp {
    margin: 14px 0 0 0;
  }
}

.ws-knowledge-p_exp ol {
  padding: 0 0 0 18px;
}

.ws-knowledge-p_exp span {
  font-size: 0.75rem;
}

.ws-knowledge-p_exp img {
  max-width: 100%;
  height: auto;
}

.ws-knowledge-p_img {
  margin: 20px 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .ws-knowledge-p_img {
    margin: 0;
  }
}

.ws-knowledge-p_img img {
  max-width: 100%;
  height: auto;
}

/* ウォーターサーバーのお手入れ方法画像*/
.ws-knowledge-p_img10,
.ws-knowledge-p_img11,
.ws-knowledge-p_img12 {
  width: 252px;
  height: auto;
}

/* ボトルの廃棄方法画像 */
.ws-knowledge-p_img15 {
  display: none;
}

@media (min-width: 768px) {
  .ws-knowledge-p_img15 {
    display: inline;
    width: 698px;
    height: auto;
  }
}

.ws-knowledge-p_img15-sp {
  width: 208px;
  height: auto;
}

@media (min-width: 768px) {
  .ws-knowledge-p_img15-sp {
    display: none;
  }
}

/* ==================================================
   /loco/ AUNTIE MINA & LOCO HAWAIIANS
 ================================================== */
/* --------------------------------------------------
   ブログ（ページ）ヘッダー
 -------------------------------------------------- */
.loco-main-header {
  width: 100%;
  margin: 0;
  padding: 48px 20px 60px;
  text-align: center;
}

@media (min-width: 768px) {
  .loco-main-header {
    padding: 70px 20px 120px;
  }
}

@media (min-width: 1024px) {
  .loco-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 74px 0 120px 0;
  }
}

.loco-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .loco-title {
    font-size: 2.625rem;
  }
}

.loco-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

/* --------------------------------------------------
   リスト（アーカイブ）ヘッダー
 -------------------------------------------------- */
.loco-list-main-header {
  width: 100%;
  margin: 0;
  padding: 40px 20px 54px;
  text-align: center;
}

@media (min-width: 768px) {
  .loco-list-main-header {
    padding: 60px 20px 56px;
  }
}

@media (min-width: 1024px) {
  .loco-list-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 56px;
  }
}

.loco-list-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .loco-list-title {
    font-size: 2.625rem;
  }
}

.loco-list-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

/* --------------------------------------------------
   ブログ（ページ）コンテンツ
 -------------------------------------------------- */
/* 記事
 -------------------------------------------------- */
.loco-content {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .loco-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .loco-content {
    width: 1000px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .loco-content-left {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
  }
}

@media (min-width: 1024px) {
  .loco-content-left {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 640px;
        flex-basis: 640px;
  }
}

.loco-article_date {
  margin: 0;
}

.loco-article_title {
  margin: 14px 0 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .loco-article_title {
    font-size: 1.5rem;
  }
}

.loco-article_content {
  margin: 24px 0 0 0;
  line-height: 2;
}

@media (min-width: 768px) {
  .loco-article_content {
    margin: 42px 0 0 0;
  }
}

.loco-article_content p {
  margin: 20px 0;
}

.loco-article_content img {
  width: 100% !important;
  height: auto;
}

@media (max-width: 768px) {
  .loco-article_content img {
    max-width: 100%;
  }
}

/* ----- 過去記事見出し SP版 ----- */
.loco-past-article {
  display: block;
  margin: 50px 0 0 0;
}

@media (min-width: 768px) {
  .loco-past-article {
    display: none;
  }
}

.loco-past-article-item {
  border-top: 1px solid #d7dedc;
}

.loco-past-article-item::after {
  display: block;
  content: "";
  clear: both;
}

.loco-past-article-item:nth-of-type(1) a {
  padding: 36px 0 22px 0;
}

.loco-past-article-item:nth-last-of-type(1) a {
  padding: 18px 0 0 0;
}

.loco-past-article-item a {
  display: block;
  padding: 18px 0 22px 0;
  color: #333;
}

.loco-past-articel-item_date {
  margin: 0;
}

.loco-past-article-item_title {
  margin: 10px 0 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.loco-past-article-item_txt {
  margin: 10px 0 0 0;
  line-height: 2;
}

.loco-past-article-item_img {
  float: right;
  margin: 10px 0 4px 4px;
}

/* ----- 記事ページネーション ----- */
.loco-content-pagenation {
  padding-left: 0;
  list-style: none;
  margin: 80px 0 0 0;
}

@media (min-width: 768px) {
  .loco-content-pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 60px 0 0 0;
    padding: 42px 0 62px 0;
    border-top: 1px solid #707070;
  }
}

@media (min-width: 768px) {
  .loco-content-pagenation li:nth-child(1) a:before {
    content: '';
    display: inline-block;
    background-image: url(/img/ico-arrow05.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 8px;
    height: 14px;
    margin: 0 14px 0 0;
    vertical-align: middle;
  }
}

.loco-content-pagenation li:nth-child(2) {
  margin: 10px 0 0 0;
}

@media (min-width: 768px) {
  .loco-content-pagenation li:nth-child(2) {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .loco-content-pagenation li:nth-child(2) a:after {
    content: '';
    display: inline-block;
    background-image: url(/img/ico-arrow05.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 8px;
    height: 14px;
    margin: 0 0 0 14px;
    vertical-align: middle;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

.loco-content-pagenation a {
  display: block;
  padding: 18px 4px;
  color: #333;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #03a1be;
  border-radius: 4px;
}

.loco-content-pagenation a:hover, .loco-content-pagenation a:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .loco-content-pagenation a {
    display: inline;
    padding: 0;
    color: #14A8C3;
    font-size: 1.67;
    font-weight: 500;
    text-align: left;
    border: none;
  }
  .loco-content-pagenation a:hover, .loco-content-pagenation a:focus {
    color: #0d6c7e;
    text-decoration: underline;
  }
}

/* --------------------------------------------------
   リスト（アーカイブ）コンテンツ
 -------------------------------------------------- */
.loco-summary:not(:first-child) {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #707070;
}

.loco-summary:last-child {
  padding: 20px 0 0 0;
}

@media (min-width: 768px) {
  .loco-summary:last-child {
    padding: 20px 0 62px 0;
  }
}

.loco-summary_date {
  margin: 0;
}

.loco-summary_title {
  margin: 2px 0 0 0;
  font-size: 1.25rem;
}

.loco-summary_title a {
  color: #333;
  text-decoration: underline;
}

.loco-summary_title a:hover, .loco-summary_title a:focus {
  text-decoration: none;
}

.loco-summary_img {
  margin: 20px 0 0 0;
}

.loco-summary_img img {
  width: 100%;
  height: auto;
}

.loco-summary_txt {
  margin: 20px 0 0 0;
  line-height: 2;
}

.loco-summary_detail-link {
  margin: 10px 0 0 0;
  text-align: right;
  color: #14A8C3;
  font-size: 0.9375rem;
}

.loco-summary_detail-link a {
  text-decoration: underline;
}

.loco-summary_detail-link a:after {
  content: '';
  display: inline-block;
  background-image: url(/img/ico-arrow05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 8px;
  height: 14px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.loco-summary_detail-link a:hover, .loco-summary_detail-link a:focus {
  text-decoration: none;
}

/* --------------------------------------------------
   プロフィール/メニュー
 -------------------------------------------------- */
@media (min-width: 768px) {
  .loco-content-right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 0 0 0 5%;
  }
}

@media (min-width: 1024px) {
  .loco-content-right {
    padding: 0 0 0 100px;
  }
}

.loco-profile {
  margin: 94px 0 0 0;
  padding: 0 0 30px 0;
}

@media (min-width: 768px) {
  .loco-profile {
    margin: 0;
    padding: 0;
  }
}

.loco-profile-title {
  margin: 0;
  font-size: 0.875rem;
}

.loco-profile-img {
  margin: 18px 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .loco-profile-img {
    text-align: left;
  }
}

.loco-profile-name {
  margin: 18px 0 0 0;
  color: #03a1be;
}

.loco-profile-exp {
  margin: 0;
}

@media (min-width: 768px) {
  .loco-latest {
    display: block;
    margin: 54px 0 0 0;
  }
}

@media (min-width: 768px) {
  .loco-latest-title {
    margin: 0;
    font-size: 0.875rem;
  }
}

.loco-latest-list {
  padding-left: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .loco-latest-list {
    margin: 20px 0 0 0;
  }
}

@media (min-width: 768px) {
  .loco-latest-list li {
    margin: 16px 0 0 0;
  }
}

@media (max-width: 768px) {
  .loco-latest-list li {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .loco-archive {
    display: block;
    margin: 60px 0 0 0;
  }
}

@media (min-width: 768px) {
  .loco-archive-title {
    margin: 0;
    font-size: 0.875rem;
  }
}

.loco-archive-list {
  padding-left: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .loco-archive-list {
    margin: 20px 0 0 0;
  }
}

@media (min-width: 768px) {
  .loco-archive-list li {
    margin: 16px 0 0 0;
  }
}

@media (max-width: 768px) {
  .loco-archive-list li {
    margin-bottom: 15px;
  }
}

/* ==================================================
   /esashika/ LIFE IS LIKE A SEA
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.esa-main-header {
  width: 100%;
  margin: 0;
  padding: 48px 20px 60px;
  text-align: center;
}

@media (min-width: 768px) {
  .esa-main-header {
    padding: 70px 20px 120px;
  }
}

@media (min-width: 1024px) {
  .esa-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 74px 0 120px 0;
  }
}

.esa-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .esa-title {
    font-size: 2.625rem;
  }
}

.esa-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

/* --------------------------------------------------
   ブログコンテンツ
 -------------------------------------------------- */
/* 記事
 -------------------------------------------------- */
.esa-content {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .esa-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .esa-content {
    width: 1000px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .esa-content-left {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
  }
}

@media (min-width: 1024px) {
  .esa-content-left {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 640px;
        flex-basis: 640px;
  }
}

/* ----- 記事本文 ----- */
.esa-article-item {
  padding: 28px 0 72px 0;
}

.esa-article-item:first-child {
  padding: 0 0 72px 0;
}

.esa-article-item:not(:first-child) {
  border-top: 1px solid #707070;
}

@media (min-width: 768px) {
  .esa-article-item {
    padding: 52px 0 50px 0;
  }
  .esa-article-item:first-child {
    padding: 0 0 50px 0;
  }
}

.esa-articel-item_date {
  margin: 0;
}

.esa-article-item_title {
  margin: 18px 0 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .esa-article-item_title {
    margin: 10px 0 0 0;
    font-size: 1.5rem;
  }
}

.esa-article-item_txt {
  margin: 18px 0 0 0;
  line-height: 2;
}

@media (min-width: 768px) {
  .esa-article-item_txt {
    margin: 10px 0 0 0;
  }
}

/* ----- 記事ページネーション ----- */
.esa-content-pagenation {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

@media (min-width: 768px) {
  .esa-content-pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 42px 0 62px 0;
    border-top: 1px solid #707070;
  }
}

@media (min-width: 768px) {
  .esa-content-pagenation li:nth-child(1) a:before {
    content: '';
    display: inline-block;
    background-image: url(/img/ico-arrow05.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 8px;
    height: 14px;
    margin: 0 14px 0 0;
    vertical-align: middle;
  }
}

.esa-content-pagenation li:nth-child(2) {
  margin: 10px 0 0 0;
}

@media (min-width: 768px) {
  .esa-content-pagenation li:nth-child(2) {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .esa-content-pagenation li:nth-child(2) a:after {
    content: '';
    display: inline-block;
    background-image: url(/img/ico-arrow05.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 8px;
    height: 14px;
    margin: 0 0 0 14px;
    vertical-align: middle;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

.esa-content-pagenation a {
  display: block;
  padding: 18px 4px;
  color: #333;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #03a1be;
  border-radius: 4px;
}

.esa-content-pagenation a:hover, .esa-content-pagenation a:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .esa-content-pagenation a {
    display: inline;
    padding: 0;
    color: #14A8C3;
    font-size: 1.67;
    font-weight: 500;
    text-align: left;
    border: none;
  }
  .esa-content-pagenation a:hover, .esa-content-pagenation a:focus {
    color: #0d6c7e;
    text-decoration: underline;
  }
}

/* プロフィール/メニュー
 -------------------------------------------------- */
@media (min-width: 768px) {
  .esa-content-right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 0 0 0 5%;
  }
}

@media (min-width: 1024px) {
  .esa-content-right {
    padding: 0 0 0 100px;
  }
}

.esa-profile {
  margin: 94px 0 0 0;
  padding: 0 0 30px 0;
}

@media (min-width: 768px) {
  .esa-profile {
    margin: 0;
    padding: 0;
  }
}

.esa-profile-title {
  margin: 0;
  font-size: 0.875rem;
}

.esa-profile-img {
  margin: 18px 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .esa-profile-img {
    text-align: left;
  }
}

.esa-profile-name {
  margin: 18px 0 0 0;
  color: #03a1be;
}

.esa-profile-exp {
  margin: 0;
}

@media (min-width: 768px) {
  .esa-latest {
    display: block;
    margin: 54px 0 0 0;
  }
}

@media (min-width: 768px) {
  .esa-latest-title {
    margin: 0;
    font-size: 0.875rem;
  }
}

.esa-latest-list {
  padding-left: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .esa-latest-list {
    margin: 20px 0 0 0;
  }
}

@media (min-width: 768px) {
  .esa-latest-list li {
    margin: 16px 0 0 0;
  }
}

@media (min-width: 768px) {
  .esa-archive {
    display: block;
    margin: 60px 0 0 0;
  }
}

@media (min-width: 768px) {
  .esa-archive-title {
    margin: 0;
    font-size: 0.875rem;
  }
}

.esa-archive-list {
  padding-left: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .esa-archive-list {
    margin: 20px 0 0 0;
  }
}

@media (min-width: 768px) {
  .esa-archive-list li {
    margin: 16px 0 0 0;
  }
}

@media (max-width: 768px) {
  .esa-archive-list li {
    margin-bottom: 15px;
  }
}

/* ==================================================
   REVIEW お客様の声
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.review-main-header {
  width: 100%;
  margin: 0;
  padding: 44px 20px 36px;
  text-align: center;
}

@media (min-width: 768px) {
  .review-main-header {
    padding: 70px 0 30px 0;
  }
}

@media (min-width: 1024px) {
  .review-main-header {
    width: 1000px;
    margin: 0 auto;
  }
}

.review-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .review-title {
    font-size: 2.625rem;
  }
}

.review-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

.review-main-copy {
  margin: 40px 0 0 0;
  line-height: 2;
  text-align: left;
}

@media (min-width: 768px) {
  .review-main-copy {
    margin: 60px 0 0 0;
    font-size: 1rem;
    text-align: center;
  }
}

/* --------------------------------------------------
   コンテンツ
 -------------------------------------------------- */
/* お客紹介リスト
 -------------------------------------------------- */
.review-content-inner {
  padding: 0 20px 40px;
}

@media (min-width: 768px) {
  .review-content-inner {
    width: 100%;
    margin: 0;
    padding: 0 20px 50px;
  }
}

@media (min-width: 1024px) {
  .review-content-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 50px;
  }
}

@media (min-width: 768px) {
  .review-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.review-item {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  margin: 34px 0 0 0;
}

@media (min-width: 768px) {
  .review-item {
    width: calc((100% - (30px * 2)) / 3);
    margin: 50px 0 0 0;
    min-height: 380px;
  }
  .review-item:not(:nth-child(3n)) {
    margin: 50px 30px 0 0;
  }
}

@media (min-width: 1024px) {
  .review-item {
    width: 306px;
    min-height: 400px;
  }
  .review-item:not(:nth-child(3n)) {
    margin: 50px calc((100% - (306px * 3)) / 2) 0 0;
  }
}

.review-item a {
  display: block;
  color: #333;
}

@media (min-width: 768px) {
  .review-item a {
    min-height: 380px;
  }
}

@media (min-width: 1024px) {
  .review-item a {
    min-height: 400px;
  }
}

.review-item a:hover, .review-item a:focus {
  text-decoration: none;
}

.review-item_img {
  margin: 0;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .review-item_img {
    height: 200px;
  }
}

.review-item_img img {
  -webkit-animation: fadeout-size .3s ease forwards;
          animation: fadeout-size .3s ease forwards;
}

@media (min-width: 1024px) {
  a:hover .review-item_img img,
  a:focus .review-item_img img {
    -webkit-animation: fadein-size .3s ease forwards;
            animation: fadein-size .3s ease forwards;
    height: auto;
  }
}

.review-item_txt {
  padding: 0 14px 10px 14px;
}

.review-item_kind {
  margin: 16px 0 0 0;
  font-size: 0.6875rem;
}

@media (min-width: 768px) {
  .review-item_kind {
    margin: 18px 0 0 0;
  }
}

.review-item_title {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #14a8c3;
}

.review-item_exp {
  margin: 16px 0 0 0;
  line-height: 1.857;
}

@media (min-width: 768px) {
  .review-item_exp {
    margin: 20px 0 0 0;
  }
}

/* ページネーション
 -------------------------------------------------- */
.review-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  margin: 50px 0 0 0;
}

@media (min-width: 768px) {
  .review-pagenation {
    margin: 80px 0 0 0;
  }
}

@media (min-width: 1024px) {
  .review-pagenation {
    margin: 140px 0 0 0;
  }
}

.review-pagenation li:not(:last-child):after {
  content: '|';
}

.review-pagenation a {
  padding: 0 20px;
  font-size: 1.25rem;
  color: #14a8c3;
}

@media (min-width: 1024px) {
  .review-pagenation a {
    padding: 0 10px;
    font-size: 1rem;
  }
}

/* ==================================================
   REVIEW お客様の声 下層ページ
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.reviewlow-main-header {
  width: 100%;
  margin: 0;
  padding: 40px 20px 54px;
  text-align: center;
}

@media (min-width: 768px) {
  .reviewlow-main-header {
    padding: 60px 20px 56px;
  }
}

@media (min-width: 1024px) {
  .reviewlow-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 56px;
  }
}

.reviewlow-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .reviewlow-title {
    font-size: 2.625rem;
  }
}

.reviewlow-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

/* --------------------------------------------------
   コンテンツ
 -------------------------------------------------- */
/* メイン
 -------------------------------------------------- */
.reviewlow-content {
  width: 100%;
  padding: 0 20px 70px;
}

@media (min-width: 768px) {
  .reviewlow-content {
    width: 77%;
    margin: 0 auto;
    padding: 0 20px 68px;
  }
}

@media (min-width: 1024px) {
  .reviewlow-content {
    width: 720px;
    padding: 0 0 68px;
  }
}

.reviewlow-content img {
  max-width: 100%;
  height: auto;
}

.reviewlow-kind {
  margin: 0;
  font-size: 0.75rem;
}

.reviewlow-page-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.46;
}

@media (min-width: 768px) {
  .reviewlow-page-title {
    font-size: 1.875rem;
  }
}

.reviewlow-page-subtitle {
  margin: 20px 0;
  font-size: 1rem;
  font-weight: 500;
  color: #6c8b8e;
  line-height: 2;
}

@media (min-width: 768px) {
  .reviewlow-page-subtitle {
    margin: 20px 0 0 0;
    font-size: 1.125rem;
  }
}

.reviewlow-txt {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .reviewlow-txt {
    font-size: 1rem;
  }
}

.reviewlow-a + .reviewlow-txt {
  margin-top: 4em;
}

.reviewlow-img {
  margin: 42px 0 38px;
  text-align: center;
}

@media (min-width: 768px) {
  .reviewlow-img {
    margin: 24px 0 30px;
  }
}

.reviewlow-q {
  margin: 24px 0 0 0;
  font-size: 1rem;
  color: #6C8B8E;
  line-height: 1.75;
}

.reviewlow-q:before {
  content: '—';
  margin: 0 .7em 0 0;
}

@media (min-width: 768px) {
  .reviewlow-q {
    margin: 30px 0 0 0;
    font-size: 1.125rem;
    line-height: 1.67;
  }
}

.reviewlow-a {
  margin: 0;
  line-height: 2;
}

@media (min-width: 768px) {
  .reviewlow-a {
    font-size: 1rem;
  }
}

/* お店データ
 -------------------------------------------------- */
.reviewlow-meta {
  margin: 66px 0 0 0;
  padding: 34px 26px;
  background-color: #e7f2f3;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .reviewlow-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 24px 0 0 0;
    padding: 32px;
  }
}

.reviewlow-meta_title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .reviewlow-meta_title {
    font-size: 1.5rem;
  }
}

.reviewlow-meta_exp {
  margin: 10px 0 0 0;
  line-height: 2;
}

@media (min-width: 768px) {
  .reviewlow-meta_exp {
    font-size: 1rem;
    line-height: 2.125;
  }
}

.reviewlow-meta_img {
  margin: 30px 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .reviewlow-meta_img {
    margin: 0 58px 0 0;
    text-align: left;
  }
}

.reviewlow-meta_img img {
  max-width: none;
  width: 200px;
}

/* 一覧に戻るボタン
 -------------------------------------------------- */
.reviewlow-btn {
  margin: 48px 0 0 0;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .reviewlow-btn {
    margin: 54px 0 0 0;
  }
}

.reviewlow-btn a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  color: #666;
  border: 2px solid #03a1be;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 768px) {
  .reviewlow-btn a {
    width: 335px;
  }
}

.reviewlow-btn a:hover, .reviewlow-btn a:focus {
  background-color: #03a1be;
  color: #fff;
  text-decoration: none;
}

/* ==================================================
   NEWS お知らせ
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.news-main-header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 44px 20px 92px;
  text-align: center;
}

@media (min-width: 768px) {
  .news-main-header {
    padding: 70px 20px 106px;
  }
}

@media (min-width: 1024px) {
  .news-main-header {
    width: 1000px;
    margin: 0 auto;
  }
}

.news-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .news-title {
    font-size: 2.625rem;
  }
}

.news-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

/* ドロップダウンメニュー（年度）
 -------------------------------------------------- */
.news-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 140px;
  right: 20px;
  width: 100px;
}

@media (min-width: 768px) {
  .news-dropdown {
    top: 160px;
    width: 144px;
  }
}

@media (min-width: 1024px) {
  .news-dropdown {
    right: 0;
  }
}

.news-dropdown-btn {
  width: 100px;
  padding: 12px 0;
  background-color: transparent;
  background-image: url(/img/ico-arrow06.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) center;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  color: #018cac;
  border: 1px solid #03a1be;
  cursor: pointer;
}

@media (min-width: 768px) {
  .news-dropdown-btn {
    width: 144px;
    background-position: calc(100% - 12px) center;
    font-size: 1.6875rem;
  }
}

@media (min-width: 1024px) {
  .news-dropdown-btn {
    padding: 3px 0;
  }
}

.news-dropdown-btn:hover, .news-dropdown-btn:focus {
  background-color: #f2fcff;
}

.news-dropdown-menu {
  display: none;
  width: 100px;
  background-color: #f2fcff;
  border-right: 1px solid #03a1be;
  border-bottom: 1px solid #03a1be;
  border-left: 1px solid #03a1be;
}

@media (min-width: 768px) {
  .news-dropdown-menu {
    width: 144px;
  }
}

.news-dropdown-menu.is-news-dropdown-menu {
  display: block;
  -webkit-animation: fadein-opacity .3s ease;
          animation: fadein-opacity .3s ease;
}

.news-dropdown-menu a {
  display: block;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  color: #018cac;
  line-height: 2.4;
}

@media (min-width: 768px) {
  .news-dropdown-menu a {
    font-size: 1.6875rem;
  }
}

@media (min-width: 1024px) {
  .news-dropdown-menu a {
    line-height: 1.55;
  }
}

.news-dropdown-menu a:hover, .news-dropdown-menu a:focus {
  background-color: #03a1be;
  color: #fff;
  text-decoration: none;
}

/* --------------------------------------------------
   コンテンツ
 -------------------------------------------------- */
/* リスト
 -------------------------------------------------- */
.news-content-inner {
  width: 100%;
  padding: 0 20px 60px;
}

@media (min-width: 768px) {
  .news-content-inner {
    padding: 0 20px 90px;
  }
}

@media (min-width: 1024px) {
  .news-content-inner {
    width: 1000px;
    margin: 0 auto;
  }
}

.news-content-inner dl {
  margin: 0;
}

.news-content-title {
  color: #14a8c3;
  font-size: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .news-content-title {
    font-size: 1.5rem;
  }
}

.news-content-item {
  margin: 28px 0 0 0;
  padding: 0 0 28px 0;
  border-bottom: 1px solid #c9c9c9;
}

@media (min-width: 768px) {
  .news-content-item {
    margin: 32px 0 0 0;
    padding: 0 0 32px 0;
  }
}

.news-content-item dt {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .news-content-item dt {
    font-size: 0.8124rem;
  }
}

.news-content-item dd {
  margin: 6px 0 0 0;
}

.news-content-item a {
  padding: 2px 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .news-content-item a {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .news-content-item a {
    padding: 0;
  }
}

.news-content-item a:hover, .news-content-item a:focus {
  text-decoration: none;
}

/* ==================================================
   NEWS ニュース 下層ページ
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.newslow-main-header {
  width: 100%;
  margin: 0;
  padding: 40px 20px 54px;
  text-align: center;
}

@media (min-width: 768px) {
  .newslow-main-header {
    padding: 60px 20px 94px;
  }
}

@media (min-width: 1024px) {
  .newslow-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 94px;
  }
}

.newslow-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .newslow-title {
    font-size: 2.625rem;
  }
}

.newslow-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

/* --------------------------------------------------
   コンテンツ
 -------------------------------------------------- */
/* メイン
 -------------------------------------------------- */
.newslow-content {
  width: 100%;
  padding: 0 20px 70px;
}

@media (min-width: 768px) {
  .newslow-content {
    width: 82%;
    margin: 0 auto;
    padding: 0 20px 68px;
  }
}

@media (min-width: 1024px) {
  .newslow-content {
    width: 800px;
    padding: 0 0 68px;
  }
}

.newslow-content p {
  line-height: 2;
}

@media (min-width: 768px) {
  .newslow-content p {
    font-size: 1rem;
    margin: 30px 0;
  }
}

.newslow-content img {
  max-width: 100%;
  height: auto;
}

p.newslow-date {
  margin: 0;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  p.newslow-date {
    font-size: 0.875rem;
  }
}

.newslow-page-title {
  margin: 4px 0 20px 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .newslow-page-title {
    margin: 4px 0 60px 0;
    font-size: 1.875rem;
    line-height: 1.47;
  }
}

/* お知らせ一覧に戻るボタン
 -------------------------------------------------- */
.newslow-btn {
  margin: 48px 0 0 0;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .newslow-btn {
    margin: 54px 0 0 0;
  }
}

.newslow-btn a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  color: #666;
  border: 2px solid #03a1be;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 768px) {
  .newslow-btn a {
    width: 335px;
  }
}

.newslow-btn a:hover, .newslow-btn a:focus {
  background-color: #03a1be;
  color: #fff;
  text-decoration: none;
}

/* ==================================================
   DELIVERY AREAS ご提供エリア
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.area-main-header {
  width: 100%;
  margin: 0;
  padding: 48px 20px 70px;
  text-align: center;
}

@media (min-width: 768px) {
  .area-main-header {
    padding: 70px 20px 66px 0;
  }
}

@media (min-width: 1024px) {
  .area-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 74px 0 66px 0;
  }
}

.area-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .area-title {
    font-size: 2.625rem;
  }
}

.area-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

/* --------------------------------------------------
   配送地域、マップ
 -------------------------------------------------- */
.area-region {
  width: 100%;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .area-region {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}

.area-region-exp {
  line-height: 2;
}

@media (min-width: 768px) {
  .area-region-exp {
    font-size: 1rem;
  }
}

/* マップ
 -------------------------------------------------- */
.area-map {
  margin: 8px 0 0 0;
}

@media (min-width: 768px) {
  .area-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0 0 0;
  }
}

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

@media (min-width: 768px) {
  .area-map_img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.area-map_img img {
  max-width: 100%;
  height: auto;
}

.area-map_txt {
  margin: 20px 0 0 0;
}

@media (min-width: 768px) {
  .area-map_txt {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .area-map_txt {
    -ms-flex-preferred-size: 500px;
        flex-basis: 500px;
  }
}

.area-map_txt-item {
  position: relative;
  padding: 14px 24px 14px 48px;
}

@media (min-width: 768px) {
  .area-map_txt-item {
    padding: 14px 48px 14px 70px;
  }
}

.area-map_txt-item:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 16px;
  left: 14px;
  width: 26px;
  height: 26px;
  margin: 0 20px 0 0;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .area-map_txt-item:before {
    left: 26px;
  }
}

.area-map_txt-item:first-child {
  background-color: #f1f9fb;
}

.area-map_txt-item:first-child:before {
  background-color: #03a1be;
}

.area-map_txt-item:nth-child(2) {
  margin: 12px 0 0 0;
}

.area-map_txt-item:nth-child(2):before {
  background-color: #ceed78;
}

.area-map_txt-item:last-child {
  margin: 12px 0 0 0;
}

.area-map_txt-item:last-child:before {
  background-color: #ebb2bb;
}

.area-map_txt-item_title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 2;
}

.area-map_txt-item_exp {
  margin: 8px 0 0 0;
  font-size: 0.75rem;
  line-height: 2;
}

/* テーブル
 -------------------------------------------------- */
.area-table {
  margin: 20px 0 0 0;
  font-size: 0.9375rem;
}

.area-table th {
  background-color: #eee;
  padding: 6px;
  border: 1px solid #d4d4d4;
}

@media (min-width: 768px) {
  .area-table th {
    padding: 10px;
  }
}

.area-table td {
  padding: 6px;
  text-align: center;
  border: 1px solid #d4d4d4;
}

@media (min-width: 768px) {
  .area-table td {
    padding: 10px;
  }
}

.area-table b {
  color: #d55e70;
}

.area-table_1stcol {
  width: 18.28571%;
}

@media (min-width: 768px) {
  .area-table_1stcol {
    width: 17.6%;
  }
}

.area-table_2ndcol {
  width: 26.28571%;
  font-weight: bold;
}

@media (min-width: 768px) {
  .area-table_2ndcol {
    width: 26.6%;
  }
}

.area-table_3rdcol {
  width: 55.42857%;
  font-weight: bold;
}

@media (min-width: 768px) {
  .area-table_3rdcol {
    width: 55.8%;
  }
}

/* --------------------------------------------------
   配送エリアチェック
 -------------------------------------------------- */
.area-check {
  margin: 50px 0 0 0;
  padding: 38px 0;
  background-color: #d7e9eb;
}

@media (min-width: 768px) {
  .area-check {
    margin: 130px 0 0 0;
    padding: 60px 0 120px;
  }
}

.area-check-title {
  margin: 0;
  font-size: 1.125rem;
  text-align: center;
}

@media (min-width: 768px) {
  .area-check-title {
    font-size: 1.875rem;
    font-weight: 500;
  }
}

.area-check-inner {
  position: relative;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .area-check-inner {
    margin: 64px 0 0 0;
  }
}

@media (min-width: 1024px) {
  .area-check-inner {
    width: 1000px;
    margin: 64px auto 0;
    padding: 0;
  }
}

.area-check-item:first-child .area-check-item_tab {
  top: 0;
  left: 20px;
}

@media (min-width: 1024px) {
  .area-check-item:first-child .area-check-item_tab {
    left: 0;
  }
}

.area-check-item:last-child .area-check-item_tab {
  top: 0;
  right: 20px;
}

@media (min-width: 1024px) {
  .area-check-item:last-child .area-check-item_tab {
    right: 0;
  }
}

.area-check-item_tab {
  display: inline-block;
  position: absolute;
  width: 40%;
  height: 64px;
  margin: 0;
  padding: 16px 4px 0;
  background-color: #eaedec;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.area-check-item_tab.is-area-tab-active {
  background-color: #fff;
  background-image: none;
}

.area-check-item_tab.is-area-tab-active + .area-check-item_content {
  display: block;
}

@media (min-width: 768px) {
  .area-check-item_tab {
    width: 45%;
    padding: 10px 4px 16px;
    font-size: 1.5rem;
    -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  }
}

.area-check-item_content {
  display: none;
  background-color: #d7e9eb;
  padding: 63px 0 0 0;
}

.area-check-item_content-inner {
  padding: 20px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  .area-check-item_content-inner {
    padding: 40px;
  }
}

@media (min-width: 1024px) {
  .area-check-item_content-inner {
    padding: 76px;
  }
}

.area-form-txt {
  margin: 0;
}

.area-form-field-zip01 {
  margin: 10px 0 0 0;
}

@media (min-width: 768px) {
  .area-form-field-zip01 {
    margin: 36px 0 0 0;
  }
}

.area-form-field-add01 {
  font-size: 1rem;
  margin: 10px 0 0 0;
}

@media (min-width: 768px) {
  .area-form-field-add01 {
    font-size: 0.875rem;
    margin: 36px 0 0 0;
  }
}

.area-form-field-add01 select {
  height: 40px;
}

@media (min-width: 1024px) {
  .area-form-field-add01 select {
    height: auto;
  }
}

.area-form-field-add02 {
  margin: 10px 0 0 0;
}

@media (min-width: 1024px) {
  .area-form-field-add02 {
    margin: 4px 0 0 0;
  }
}

.area-zipCode-label {
  margin: 0 4px 0 0;
  font-weight: bold;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .area-zipCode-label {
    margin: 0 10px 0 0;
    font-size: 1.25rem;
  }
}

.area-address-label {
  margin: 0;
}

.area-input-zip {
  width: 70%;
}

.area-input-add {
  width: 76%;
}

.area-input-zip,
.area-input-add {
  height: 40px;
  padding: 0 10px;
  background-color: #eaedec;
  font-size: 1rem;
  vertical-align: middle;
  border: 1px solid #939393;
}

@media (min-width: 768px) {
  .area-input-zip,
  .area-input-add {
    margin: 0 16px 0 0;
  }
}

@media (min-width: 1024px) {
  .area-input-zip,
  .area-input-add {
    width: 600px;
  }
}

.area-search {
  width: 60px;
  height: 40px;
  background-color: #018cac;
  font-size: 1rem;
  color: #fff;
  vertical-align: middle;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .area-search {
    font-size: 1.125rem;
    font-weight: bold;
    width: 100px;
  }
}

.area-search:hover, .area-search:focus {
  background-color: #fff;
  color: #018cac;
  border: 2px solid #018cac;
}

/* 検索結果（default display:none）
 -------------------------------------------------- */
.area-result {
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .area-result {
    padding: 0;
  }
}

.area-result-inner {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  .area-result-inner {
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .area-result-inner {
    width: 1000px;
    margin: 0 auto;
  }
}

.area-result-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

@media (min-width: 768px) {
  .area-result-title {
    font-size: 1.875rem;
  }
}

.area-result-title span {
  margin: 0 10px 0 0;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .area-result-title span {
    font-size: 1.25rem;
  }
}

.area-result-table {
  width: 80%;
  margin: 20px auto 0;
}

@media (min-width: 768px) {
  .area-result-table {
    margin: 40px auto 0;
  }
}

.area-result-table th,
.area-result-table td {
  padding: 4px;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #939393;
}

@media (min-width: 768px) {
  .area-result-table th,
  .area-result-table td {
    padding: 12px 4px;
    font-size: 1.25rem;
  }
}

.area-result-table th {
  width: 40%;
}

@media (min-width: 768px) {
  .area-result-table th {
    width: 30%;
  }
}

.area-result-table em {
  font-style: normal;
  color: #d55e70;
}

.area-result-table span {
  margin: 0 0 0 10px;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .area-result-table span {
    font-size: 1rem;
  }
}

.area-result-btn {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
}

@media (min-width: 768px) {
  .area-result-btn {
    width: 320px;
    margin: 40px auto 0;
  }
}

.area-result-btn a {
  display: block;
  padding: 18px 0;
  font-size: 1.25rem;
  font-weight: bold;
  border: 2px solid #018cac;
  border-radius: 8px;
  color: #03a1be;
  line-height: 1;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.area-result-btn a:hover, .area-result-btn a:focus {
  background-color: #018cac;
  color: #fff;
  text-decoration: none;
}

/* ==================================================
   HOW TO ORDER お申し込みの流れ
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.flow-main-header {
  width: 100%;
  margin: 0;
  padding: 48px 20px 70px;
  text-align: center;
}

@media (min-width: 768px) {
  .flow-main-header {
    padding: 70px 20px 66px 0;
  }
}

@media (min-width: 1024px) {
  .flow-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 74px 0 66px 0;
  }
}

.flow-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .flow-title {
    font-size: 2.625rem;
  }
}

.flow-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

/* --------------------------------------------------
   タブコンテンツ
 -------------------------------------------------- */
.flow-content {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 0 0 110px 0;
}

@media (min-width: 768px) {
  .flow-content {
    padding: 0 0 100px 0;
  }
}

@media (min-width: 1024px) {
  .flow-content {
    width: 1000px;
    margin: 0 auto;
  }
}

.flow-content-item:first-child .flow-content-tab {
  top: 0;
  left: 0;
  border-right-width: 1px;
}

.flow-content-item:last-child .flow-content-tab {
  top: 0;
  right: 0;
  border-left-width: 1px;
}

.flow-content-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 50%;
  height: 64px;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  border: 2px solid #018cac;
  cursor: pointer;
}

@media (min-width: 768px) {
  .flow-content-tab {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .flow-content-tab {
    font-weight: 500;
  }
}

.flow-content-tab.is-flow-tab-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #018cac;
  color: #fff;
}

.flow-content-tab.is-flow-tab-active:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 37%;
  width: 0;
  height: 0;
  border-top: 20px solid #018cac;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
}

@media (min-width: 768px) {
  .flow-content-tab.is-flow-tab-active:after {
    left: 44%;
  }
}

@media (min-width: 1024px) {
  .flow-content-tab.is-flow-tab-active:after {
    left: 226px;
  }
}

.flow-content-tab.is-flow-tab-active + .flow-content-body {
  display: block;
}

.flow-content-body {
  display: none;
  padding: 60px 0 0 0;
}

@media (min-width: 768px) {
  .flow-content-body {
    padding: 84px 0 0 0;
  }
}

/* 新規申し込みの流れ
 -------------------------------------------------- */
.flow-new-item {
  position: relative;
  margin: 40px 0 0 0;
  padding: 30px 20px;
  border: 6px solid #ffa3b2;
}

@media (min-width: 768px) {
  .flow-new-item {
    padding: 16px 20px 32px;
    border-radius: 8px;
  }
}

@media (min-width: 1024px) {
  .flow-new-item {
    padding: 16px 90px 32px;
  }
}

.flow-new-item:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-top: 40px solid #ffa3b2;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid transparent;
}

.flow-new-item.flow-new-item--step1 {
  border-color: #ffe2e7;
}

.flow-new-item.flow-new-item--step1:after {
  border-top-color: #ffe2e7;
}

.flow-new-item.flow-new-item--step2 {
  border-color: #ffc7d0;
}

.flow-new-item.flow-new-item--step2:after {
  border-top-color: #ffc7d0;
}

.flow-new-item.flow-new-item--step3 {
  border-color: #ffabb9;
}

.flow-new-item.flow-new-item--step3:after {
  border-top-color: #ffabb9;
}

.flow-new-item_title {
  margin: 0;
  padding: 0 0 4px 0;
  background-image: url(/img/line02.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #14a8c3;
  text-align: center;
  letter-spacing: .15em;
}

@media (min-width: 768px) {
  .flow-new-item_title {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .flow-new-item_title {
    font-weight: 500;
  }
}

.flow-new-item_sub {
  margin: 28px 0 0 0;
  font-size: 1.25rem;
  text-align: center;
}

.flow-new-item_sub span {
  font-size: .6em;
}

.flow-new-item_exp {
  margin: 16px 0 0 0;
  font-size: 0.875rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .flow-new-item_exp.flow-new-item_exp--center {
    text-align: center;
  }
}

.flow-new-item_btn {
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}

@media (min-width: 768px) {
  .flow-new-item_btn {
    width: 320px;
    margin: 44px auto 0 auto;
  }
}

.flow-new-item_btn a {
  display: block;
  padding: 18px 0;
  font-size: 1.25rem;
  font-weight: bold;
  border: 2px solid #018cac;
  border-radius: 8px;
  color: #03a1be;
  line-height: 1;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.flow-new-item_btn a:hover, .flow-new-item_btn a:focus {
  background-color: #018cac;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .flow-new-item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 20px 0 0 0;
  }
}

@media (min-width: 1024px) {
  .flow-new-item_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flow-new-item_box {
  margin: 20px 0 0 0;
  padding: 20px 10px;
  background-color: #eff6f7;
  text-align: center;
}

@media (min-width: 768px) {
  .flow-new-item_box {
    width: 44%;
    height: 186px;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .flow-new-item_box {
    width: 388px;
  }
}

.flow-new-item_from {
  margin: 0;
  font-size: 1rem;
}

.flow-new-item_tel {
  margin: 6px 0 0 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 2.25rem;
  color: #018cac;
}

@media (min-width: 768px) {
  .flow-new-item_tel {
    font-size: 2.625rem;
  }
}

@media (min-width: 1024px) {
  .flow-new-item_tel {
    font-weight: bold;
    letter-spacing: .15em;
  }
}

.flow-new-item_tel:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 21px;
  margin: 0 2px 0 0;
  background-image: url(/img/ico-tel01.png);
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .flow-new-item_tel:before {
    margin: 0 10px 0 0;
  }
}

.flow-new-item_time {
  margin: 4px 0 0 0;
  font-size: 1rem;
}

.flow-new-item_boxbtn {
  margin: 20px 0 0 0;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .flow-new-item_boxbtn {
    margin: 30px 0 0 0;
    font-weight: bold;
  }
}

.flow-new-item_boxbtn p {
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .flow-new-item_boxbtn p {
    margin: 0 0 30px 0;
  }
}

.flow-new-item_boxbtn a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  background-color: #fba03e;
  color: #fff;
  border-radius: 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 768px) {
  .flow-new-item_boxbtn a {
    width: 85%;
    padding: 15px 0;
  }
}

@media (min-width: 1024px) {
  .flow-new-item_boxbtn a {
    width: 300px;
  }
}

.flow-new-item_boxbtn a:hover, .flow-new-item_boxbtn a:focus {
  background-color: #fa870c;
  text-decoration: none;
}

.flow-new-item_remark {
  margin: 16px 0 0 0;
  font-size: 0.75rem;
  line-height: 2;
}

.flow-new-item_remark.flow-new-item_remark--big {
  font-size: 1.125rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .flow-new-item_remark {
    margin: 10px 0 0 0;
    text-align: center;
  }
}

.flow-new-start {
  margin: 40px 0 0 0;
  padding: 27px 0;
  background-color: #ffa3b2;
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .flow-new-start {
    padding: 15px 0;
    font-size: 1.875rem;
    border-radius: 8px;
  }
}

/* 追加注文の流れ
 -------------------------------------------------- */
.flow-addcord {
  margin: 40px 0 0 0;
  padding: 26px 20px;
  background-color: #eff6f7;
}

@media (min-width: 768px) {
  .flow-addcord {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 32px;
  }
}

@media (min-width: 768px) {
  .flow-addcord_txt {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.4%;
        flex-basis: 41.4%;
  }
}

@media (min-width: 1024px) {
  .flow-addcord_txt {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 414px;
        flex-basis: 414px;
  }
}

.flow-addcord_title {
  margin: 0;
  font-size: 1.25rem;
}

.flow-addcord_exp {
  margin: 12px 0 0 0;
  font-size: 0.875rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .flow-addcord_exp {
    margin: 24px 0 0 0;
  }
}

.flow-addcord_img {
  margin: 0;
}

.flow-addcord_img img {
  max-width: 100%;
  height: auto;
}

.flow-add-title {
  margin: 34px 0 0 0;
  font-size: 1.125rem;
  text-align: center;
}

@media (min-width: 768px) {
  .flow-add-title {
    font-size: 1.5rem;
  }
}

.flow-add-title.flow-add-title--wide {
  margin: 90px 0 0 0;
}

@media (min-width: 768px) {
  .flow-add-title.flow-add-title--wide {
    margin: 108px 0 0 0;
  }
}

.flow-add-item {
  position: relative;
  margin: 22px 0 0 0;
  padding: 30px 20px;
  border: 6px solid #74b1e8;
}

@media (min-width: 768px) {
  .flow-add-item {
    padding: 16px 20px 32px;
    border-radius: 8px;
  }
}

@media (min-width: 1024px) {
  .flow-add-item {
    padding: 16px 90px 32px;
  }
}

.flow-add-item:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-top: 40px solid #ffa3b2;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid transparent;
}

.flow-add-item.flow-add-item--step1 {
  border-color: #97c2e8;
}

.flow-add-item.flow-add-item--step1:after {
  border-top-color: #97c2e8;
}

.flow-add-item.flow-add-item--step2 {
  margin: 40px 0 0 0;
  border-color: #7ab3e7;
}

.flow-add-item.flow-add-item--step2:after {
  border-top-color: #7ab3e7;
}

.flow-add-item.flow-add-item--step3 {
  border-color: #81b8ea;
}

.flow-add-item.flow-add-item--step3:after {
  display: none;
}

.flow-add-item_title {
  margin: 0;
  padding: 0 0 4px 0;
  background-image: url(/img/line03.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #14a8c3;
  text-align: center;
  letter-spacing: .15em;
}

@media (min-width: 768px) {
  .flow-add-item_title {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .flow-add-item_title {
    font-weight: 500;
  }
}

.flow-add-item_sub {
  margin: 28px 0 0 0;
  font-size: 1.25rem;
  text-align: center;
}

.flow-add-item_sub span {
  font-size: .6em;
}

.flow-add-item_exp {
  margin: 16px 0 0 0;
  font-size: 0.875rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .flow-add-item_exp.flow-add-item_exp--center {
    text-align: center;
  }
}

.flow-add-item_exp span {
  font-size: 0.75rem;
}

.flow-add-item_btn {
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}

@media (min-width: 768px) {
  .flow-add-item_btn {
    width: 320px;
    margin: 44px auto 0 auto;
  }
}

.flow-add-item_btn a {
  display: block;
  padding: 18px 0;
  font-size: 1.25rem;
  font-weight: bold;
  border: 2px solid #018cac;
  border-radius: 8px;
  color: #03a1be;
  line-height: 1;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.flow-add-item_btn a:hover, .flow-add-item_btn a:focus {
  background-color: #018cac;
  color: #fff;
  text-decoration: none;
}

.flow-add-start {
  margin: 40px 0 0 0;
  padding: 27px 0;
  background-color: #74b1e8;
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .flow-add-start {
    padding: 15px 0;
    font-size: 1.875rem;
    border-radius: 8px;
  }
}

@media (min-width: 768px) {
  .flow-add-item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 20px 0 0 0;
  }
}

@media (min-width: 1024px) {
  .flow-add-item_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flow-add-item_box {
  margin: 20px 0 0 0;
  padding: 20px 4px;
  background-color: #eff6f7;
  text-align: center;
}

@media (min-width: 768px) {
  .flow-add-item_box {
    width: 44%;
    padding: 20px 10px;
    height: 186px;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .flow-add-item_box {
    width: 388px;
  }
}

.flow-add-item_box.flow-add-item_box--right {
  padding: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .flow-add-item_box.flow-add-item_box--right {
    padding: 0 0 0 10px;
  }
}

@media (min-width: 1024px) {
  .flow-add-item_box.flow-add-item_box--right {
    width: 470px;
    padding: 0 0 0 40px;
  }
}

.flow-add-item_from {
  margin: 0;
  font-size: 1rem;
}

.flow-add-item_tel {
  margin: 6px 0 0 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 2.25rem;
  color: #018cac;
}

@media (min-width: 768px) {
  .flow-add-item_tel {
    font-size: 2.625rem;
  }
}

@media (min-width: 1024px) {
  .flow-add-item_tel {
    font-weight: bold;
    letter-spacing: .15em;
  }
}

.flow-add-item_tel:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 21px;
  margin: 0 2px 0 0;
  background-image: url(/img/ico-tel01.png);
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .flow-add-item_tel:before {
    margin: 0 10px 0 0;
  }
}

.flow-add-item_time {
  margin: 4px 0 0 0;
  font-size: 1rem;
}

.flow-add-item_remark {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2;
  text-align: left;
}

/* ==================================================
   HAWAII WALLPAPERS 壁紙ダウンロード
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.wp-main-header {
  width: 100%;
  margin: 0;
  padding: 30px 20px 44px;
  text-align: center;
}

@media (min-width: 768px) {
  .wp-main-header {
    padding: 70px 20px 26px;
  }
}

@media (min-width: 1024px) {
  .wp-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 90px 0 26px 0;
  }
}

.wp-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .wp-title {
    font-size: 2.625rem;
  }
}

.wp-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

.wp-main-copy {
  margin: 30px 0 0 0;
  line-height: 1.71;
  text-align: left;
}

@media (min-width: 768px) {
  .wp-main-copy {
    margin: 76px 0 0 0;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  }
}

/* --------------------------------------------------
   壁紙リスト
 -------------------------------------------------- */
.wp-list {
  padding: 0 0 60px 0;
}

@media (min-width: 768px) {
  .wp-list {
    padding: 0 0 80px 0;
  }
}

.wp-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .wp-list-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  .wp-list-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}

.wp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: 20px 0 0 0;
  border: 1px solid #d7dedc;
}

.wp-item:nth-child(odd) {
  border-right: none;
}

@media (min-width: 768px) {
  .wp-item {
    -ms-flex-preferred-size: 31.8%;
        flex-basis: 31.8%;
    max-width: 31.8%;
    margin: 24px 2.3% 0 0;
  }
  .wp-item:nth-child(3n) {
    margin: 24px 0 0 0;
  }
  .wp-item:nth-child(odd) {
    border-right: 1px solid #d7dedc;
  }
}

.wp-item_img {
  margin: 0;
  text-align: center;
}

.wp-item_img img {
  max-width: 100%;
  height: auto;
}

.wp-item_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 10px;
}

@media (min-width: 768px) {
  .wp-item_txt {
    padding: 18px;
  }
}

.wp-item_title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .wp-item_title {
    font-weight: 500;
  }
}

.wp-item_exp {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin: 10px 0 16px 0;
  font-size: 0.75rem;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .wp-item_exp {
    margin: 10px 0 20px 0;
    line-height: 1.86;
  }
}

.wp-item_btn {
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
}

@media (min-width: 768px) {
  .wp-item_btn {
    width: 90%;
    margin: 12px auto 0 auto;
  }
}

@media (min-width: 1024px) {
  .wp-item_btn {
    width: 250px;
  }
}

.wp-item_btn a {
  display: block;
  padding: 12px 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  border: 2px solid #018cac;
  border-radius: 8px;
  color: #03a1be;
  line-height: 1;
  letter-spacing: .1em;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media (min-width: 768px) {
  .wp-item_btn a {
    background-image: url(/img/ico-dl01.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
  }
}

@media (min-width: 1024px) {
  .wp-item_btn a {
    background-position: calc(100% - 20px) center;
  }
}

.wp-item_btn a:hover, .wp-item_btn a:focus {
  background-color: #018cac;
  color: #fff;
  text-decoration: none;
}

/* ==================================================
   FAQ よくあるご質問
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.faq-main-header {
  width: 100%;
  margin: 0;
  padding: 50px 20px 60px;
  text-align: center;
}

@media (min-width: 768px) {
  .faq-main-header {
    padding: 100px 20px 74px;
  }
}

@media (min-width: 1024px) {
  .faq-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0 74px;
  }
}

.faq-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .faq-title {
    font-size: 2.625rem;
  }
}

.faq-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

/* --------------------------------------------------
   コンテンツ
 -------------------------------------------------- */
/* メイン
 -------------------------------------------------- */
.faq-content {
  background-color: #d7e9eb;
}

.faq-content-inner {
  width: 100%;
  padding: 0 20px 70px;
}

@media (min-width: 768px) {
  .faq-content-inner {
    margin: 0 auto;
    padding: 0 20px 80px;
  }
}

@media (min-width: 1024px) {
  .faq-content-inner {
    width: 1000px;
    padding: 0 0 80px;
  }
}

.faq-content-inner img {
  max-width: 100%;
  height: auto;
}

.faq-content-title {
  margin: 56px 0 32px 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
}

.faq-content-title:nth-of-type(1) {
  margin: 0 0 32px 0;
  padding: 36px 0 0 0;
}

@media (min-width: 768px) {
  .faq-content-title {
    margin: 110px 0 48px 0;
    font-size: 1.5rem;
  }
  .faq-content-title:nth-of-type(1) {
    margin: 0 0 48px 0;
    padding: 82px 0 0 0;
  }
}

@media (min-width: 1024px) {
  .faq-content-title {
    font-weight: 500;
  }
}

.faq-item {
  margin: 24px 0 0 0;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  .faq-item {
    margin: 20px 0 0 0;
  }
}

.faq-item_title {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 16px 36px 16px 50px;
  background-color: #f8f8f8;
  background-image: url(/img/ico-arrow04.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 24px;
  font-size: 0.875rem;
  text-align: left;
  vertical-align: middle;
  border: 2px solid #03a1be;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media (min-width: 768px) {
  .faq-item_title {
    padding: 16px 36px 16px 72px;
    background-position: calc(100% - 10px) 28px;
    font-size: 1.25rem;
  }
}

.faq-item_title:before {
  content: 'Q';
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 10px;
  width: 28px;
  height: 28px;
  padding: 2px 0 0 0;
  background-color: #b1d5d9;
  color: #fff;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .faq-item_title:before {
    top: 13px;
    left: 18px;
    font-size: 1.25rem;
    width: 37px;
    height: 37px;
  }
}

.faq-item_title.is-faq-acc-active {
  background-color: #fff;
  background-image: url(/img/ico-arrow03.png);
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.faq-item_title.is-faq-acc-active + .faq-item_content {
  display: block;
}

.faq-item_content {
  display: none;
  position: relative;
  padding: 6px 20px 20px 50px;
  background-color: #fff;
  border-right: 2px solid #03a1be;
  border-bottom: 2px solid #03a1be;
  border-left: 2px solid #03a1be;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media (min-width: 768px) {
  .faq-item_content {
    padding: 16px 60px 60px 72px;
  }
}

.faq-item_content:before {
  content: 'A';
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 10px;
  width: 28px;
  height: 28px;
  padding: 2px 0 0 0;
  background-color: #ebb2bb;
  color: #fff;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .faq-item_content:before {
    top: 13px;
    left: 18px;
    font-size: 1.25rem;
    width: 37px;
    height: 37px;
  }
}

.faq-item_content p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .faq-item_content p {
    font-size: 0.875rem;
  }
}

.faq-item_content p:not(:first-child) {
  margin: 30px 0 0 0;
}

.faq-item_img {
  text-align: center;
}

.faq-item_img img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .faq-item_img.pt_col2 {
    -webkit-transform: translateX(-5vw);
            transform: translateX(-5vw);
  }
}

.faq-item_img.pt_col2 .caption {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.faq-item_img.pt_col2 img {
  width: 40%;
}

@media (max-width: 768px) {
  .faq-item_img.pt_col2 img {
    width: 100%;
  }
}

.faq-item_img.pt_col2 i {
  display: inline-block;
  width: 5%;
}

.faq-item_img.pt_col2 i img {
  width: 100%;
}

.faq-item_img.pt_col2 .arrow_sp {
  display: none;
}

@media (max-width: 768px) {
  .faq-item_img.pt_col2 .arrow_sp {
    display: block;
    margin: 15px auto;
    width: 10%;
  }
}

.faq-item_img.pt_col2 .arrow_pc {
  display: inline-block;
}

@media (max-width: 768px) {
  .faq-item_img.pt_col2 .arrow_pc {
    display: none;
  }
}

.order_ex {
  table-layout: fixed;
  width: 100%;
  font-family: sans-serif;
}

.order_ex td, .order_ex th {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #ccc;
}

.order_ex thead th {
  color: #524947;
  background-color: #dddbdb;
}

.order_ex img {
  height: 26px;
}

.order_ex .marked01 {
  background-color: #effdff;
}

.order_ex .marked02 {
  background-color: #ffeef1;
}

.order_ex .marked03 {
  background-color: #f7fcec;
}

.order_ex .col_mark.pt01 {
  border: solid 2px #1aa0e5;
}

.order_ex .col_mark.pt02 {
  border: solid 2px #e20b20;
}

.order_ex .col_mark.pt03 {
  border: solid 2px #138f3e;
}

.order_ex .row_top .col_mark, .order_ex .row_mid .col_mark {
  border-bottom: solid 1px #ccc !important;
}

.order_ex .row_bot .col_mark, .order_ex .row_mid .col_mark {
  border-top: solid 1px #ccc !important;
}

.ex_price.pt01 {
  color: #1aa0e5;
}

.ex_price.pt02 {
  color: #e20b20;
}

.ex_price.pt03 {
  color: #138f3e;
}

/* ==================================================
   PRICE 料金
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.price-main-header {
  width: 100%;
  margin: 0;
  padding: 30px 20px 50px;
  text-align: center;
}

@media (min-width: 768px) {
  .price-main-header {
    padding: 70px 20px 56px;
  }
}

@media (min-width: 1024px) {
  .price-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 90px 0 56px 0;
  }
}

.price-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .price-title {
    font-size: 2.625rem;
  }
}

.price-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

.price-main-copy {
  margin: 50px 0 0 0;
  line-height: 1.71;
  text-align: left;
}

@media (min-width: 768px) {
  .price-main-copy {
    margin: 66px 0 0 0;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  }
}

/* --------------------------------------------------
   コンテンツ
 -------------------------------------------------- */
.price-price {
  padding: 0 0 50px 0;
}

@media (min-width: 768px) {
  .price-price {
    padding: 0 0 32px 0;
  }
}

/* ボトル料金
 -------------------------------------------------- */
.price-bottle {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 0 0 18px 0;
  background-color: #f0fdcd;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .price-bottle {
    padding: 0 0 40px 0;
  }
}

@media (min-width: 1024px) {
  .price-bottle {
    width: 1000px;
    margin: 0 auto;
  }
}

.price-bottle-title {
  position: relative;
  top: -16px;
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 1.125rem;
  text-align: center;
  border: 2px solid #ceed78;
}

@media (min-width: 768px) {
  .price-bottle-title {
    position: relative;
    top: -24px;
    width: 280px;
    padding: 4px 4px;
    font-size: 1.5rem;
  }
}

.price-bottle-copy {
  text-align: center;
}

@media (min-width: 768px) {
  .price-bottle-copy {
    margin: -2px 0 0 0;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .price-bottle-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;
    width: 96.5%;
    margin: 26px auto 0 auto;
  }
}

@media (min-width: 1024px) {
  .price-bottle-inner {
    width: 838px;
    margin: 26px auto 0;
  }
}

.price-bottle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 14px;
  background-color: #fff;
  border: 2px solid #31c5d1;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .price-bottle-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40%;
    margin: 0;
    padding: 12px 2px;
  }
}

@media (min-width: 1024px) {
  .price-bottle-item {
    width: 358px;
  }
}

.price-bottle-item_img {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  margin: 0 4px 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .price-bottle-item_img {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin: 0;
  }
}

.price-bottle-item_img01 {
  max-width: 90%;
  height: auto;
}

@media (min-width: 768px) {
  .price-bottle-item_img01 {
    max-width: none;
    width: 103px;
    height: 180px;
  }
}

.price-bottle-item_img02 {
  max-width: 70%;
  height: auto;
}

@media (min-width: 768px) {
  .price-bottle-item_img02 {
    max-width: none;
    width: 83px;
    height: 180px;
  }
}

.price-bottle-item_title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .price-bottle-item_title {
    margin: 20px 0 0 0;
    font-size: 1.5rem;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .price-bottle-item_title {
    font-weight: 500;
  }
}

.price-bottle-item_price {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .price-bottle-item_price {
    font-size: 1.875rem;
    text-align: center;
  }
}

.price-bottle-item_price span {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .price-bottle-item_price span {
    font-size: 1rem;
  }
}

.price-bottle-item_exp {
  margin: 0;
}

.price-bottle-item_exp li {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .price-bottle-item_exp li {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.price-bottle-item_or {
  background-color: #03a1be;
  width: 70px;
  height: 70px;
  margin: 8px auto;
  padding: 19px 0 0 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .price-bottle-item_or {
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 24px 0 0 0;
    font-size: 1.25rem;
  }
}

/* サーバーレンタル料
 -------------------------------------------------- */
.price-rental {
  position: relative;
  width: calc(100% - 40px);
  margin: 56px 20px 0;
  padding: 0 0 18px 0;
  background-color: #ffe2e7;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .price-rental {
    margin: 62px 20px 0 20px;
    padding: 0 0 40px 0;
  }
}

@media (min-width: 1024px) {
  .price-rental {
    width: 1000px;
    margin: 62px auto 0;
  }
}

.price-rental-title {
  position: relative;
  top: -16px;
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 1.125rem;
  text-align: center;
  border: 2px solid #ebb2bb;
}

@media (min-width: 768px) {
  .price-rental-title {
    position: relative;
    top: -24px;
    width: 400px;
    padding: 4px 4px;
    font-size: 1.5rem;
  }
}

.price-rental-title span {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .price-rental-title span {
    font-size: 0.875rem;
  }
}

.price-rental-copy {
  text-align: center;
}

@media (min-width: 768px) {
  .price-rental-copy {
    margin: -2px 0 0 0;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .price-rental-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;
    width: 96.5%;
    margin: 26px auto 0 auto;
  }
}

@media (min-width: 1024px) {
  .price-rental-inner {
    width: 838px;
    margin: 26px auto 0;
  }
}

.price-rental-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 14px 6px 14px 14px;
  background-color: #fff;
  border: 2px solid #03a1be;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .price-rental-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 32%;
    height: 470px;
    margin: 0;
    padding: 20px 2px;
  }
  .price-rental-item:nth-of-type(1), .price-rental-item:nth-of-type(2) {
    padding: 103px 2px 20px;
  }
}

@media (min-width: 1024px) {
  .price-rental-item {
    width: 250px;
  }
}

/* ----- トーエル配送エリア限定 ----- */
.price-rental-item_area-sp {
  margin: 10px 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .price-rental-item_area-sp {
    display: none;
  }
}

.price-rental-item_area-sp img {
  max-width: 130px;
  height: auto;
}

.price-rental-item_area-tab {
  display: none;
  text-align: center;
}

@media (min-width: 768px) {
  .price-rental-item_area-tab {
    display: block;
    margin: 0 0 20px 0;
  }
}

@media (min-width: 768px) {
  .price-rental-item_area-tab img {
    max-width: 180px;
    height: auto;
  }
}

/* ----- 人気No.1ラベル ----- */
.price-rental-item_no1 {
  position: absolute;
  top: 4px;
  right: 4px;
}

@media (min-width: 768px) {
  .price-rental-item_no1 {
    top: 10px;
    right: 10px;
  }
}

.price-rental-item_no1 img {
  width: 60px;
  height: auto;
}

@media (min-width: 768px) {
  .price-rental-item_no1 img {
    width: 80px;
  }
}

.price-rental-item_img {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  margin: 0 4px 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .price-rental-item_img {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin: 0;
  }
}

.price-bottle-item_img03 {
  width: 41px;
  height: 180px;
}

.price-bottle-item_img04 {
  width: 43px;
  height: 180px;
}

.price-bottle-item_img05 {
  width: 62px;
  height: 180px;
}

.price-rental-item_title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .price-rental-item_title {
    margin: 20px 0 0 0;
    font-size: 1.375rem;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .price-rental-item_title {
    font-size: 1.4375rem;
    font-weight: 500;
  }
}

.price-rental-item_price {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .price-rental-item_price {
    font-size: 1.875rem;
    text-align: center;
  }
}

.price-rental-item_price span {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .price-rental-item_price span {
    font-size: 1rem;
  }
}

.price-rental-item_exp01 {
  margin: 6px 0 0 0;
  font-size: 1rem;
  font-weight: bold;
  color: #eb6767;
}

@media (min-width: 768px) {
  .price-rental-item_exp01 {
    font-size: 1.125rem;
    text-align: center;
  }
}

.price-rental-item_exp01:before {
  content: '';
  display: inline-block;
  background-image: url("/img/ico-leaf01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 18px;
  margin: 0 6px 0 0;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .price-rental-item_exp01:before {
    width: 25px;
    height: 20px;
  }
}

.price-rental-item_exp02 {
  margin: 6px 0 0 0;
}

@media (min-width: 768px) {
  .price-rental-item_exp02 {
    font-size: 0.9375rem;
    font-weight: bold;
    text-align: center;
  }
}

/* ----- または ----- */
.price-rental-item_or-sp {
  background-color: #03a1be;
  width: 70px;
  height: 70px;
  margin: 8px auto;
  padding: 19px 0 0 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .price-rental-item_or-sp {
    display: none;
  }
}

.price-rental-item_or-tab {
  display: none;
}

@media (min-width: 768px) {
  .price-rental-item_or-tab {
    display: inline-block;
    position: absolute;
    top: 40%;
    right: -50px;
    background-color: #03a1be;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 24px 0 0 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    z-index: 2;
  }
}

@media (min-width: 1024px) {
  .price-rental-item_or-tab {
    right: -63px;
  }
}

.price-rental-remark {
  margin: 20px 0 0 0;
  padding: 0 20px;
  font-size: 0.75rem;
}

@media (min-width: 1024px) {
  .price-rental-remark {
    margin: 20px 0 0 60px;
  }
}

/* 初期費用 配送料 定期メンテナンス料
 -------------------------------------------------- */
@media (min-width: 768px) {
  .price-other {
    margin: 46px 0 0 0;
  }
}

.price-other-inner {
  width: calc(100% - 40px);
  margin: 0 20px;
}

@media (min-width: 768px) {
  .price-other-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .price-other-inner {
    width: 1000px;
    margin: 0 auto;
  }
}

.price-other-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 54px 0 0 0;
  padding: 0 20px 24px;
  background-color: #e7f2f3;
}

@media (min-width: 768px) {
  .price-other-item {
    width: 49%;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .price-other-item {
    width: 490px;
  }
}

.price-other-item_title {
  position: relative;
  top: -16px;
  width: 80%;
  margin: 0;
  padding: 4px 0;
  background-color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #b1d5d9;
}

@media (min-width: 768px) {
  .price-other-item_title {
    top: -20px;
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .price-other-item_title {
    width: 300px;
  }
}

.price-other-item_title span {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .price-other-item_title span {
    font-size: 0.875rem;
  }
}

.price-other-item_price {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: -.2em;
}

.price-other-item_price em {
  font-size: 2.5rem;
  font-style: normal;
}

.price-other-item_remark {
  width: 100%;
  margin: 0;
  font-size: 0.75rem;
  line-height: 2;
}

.price-other-remark {
  width: calc(100% - 40px);
  margin: 12px 20px 0;
  font-size: 0.75rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .price-other-remark {
    font-size: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .price-other-remark {
    width: 1000px;
    margin: 20px auto 0;
  }
}

/* 1ヶ月のご利用料金イメージ
 -------------------------------------------------- */
.price-image {
  padding: 38px 0 66px 0;
  background-color: #eaedec;
}

@media (min-width: 768px) {
  .price-image {
    padding: 66px 0 24px 0;
  }
}

.price-image-inner {
  width: calc(100% - 40px);
  margin: 0 20px;
}

@media (min-width: 768px) {
  .price-image-inner {
    width: 85%;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .price-image-inner {
    width: 728px;
    margin: 0 auto;
  }
}

.price-image-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center;
}

@media (min-width: 768px) {
  .price-image-title {
    font-size: 1.5rem;
  }
}

.price-image-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .price-image-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 28px 46px;
  }
}

.price-image-item:nth-of-type(1) {
  margin: 32px 0 0 0;
}

@media (min-width: 768px) {
  .price-image-item:nth-of-type(1) {
    margin: 46px 0 0 0;
  }
}

.price-image-item:nth-of-type(2) {
  margin: 28px 0 0 0;
}

@media (min-width: 768px) {
  .price-image-item:nth-of-type(2) {
    margin: 36px 0 0 0;
  }
}

.price-image-item_house {
  text-align: center;
}

.price-image-item_title {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
}

@media (min-width: 768px) {
  .price-image-item_title {
    font-size: 1.125rem;
  }
}

.price-image-item_familyimg {
  margin: 28px 0 0 0;
}

@media (min-width: 768px) {
  .price-image-item_familyimg {
    margin: 16px 0 0 0;
  }
}

.price-image-item_familyimg img {
  max-width: 100%;
  height: auto;
}

.price-image-item_bottle {
  margin: 30px 0 0 0;
}

@media (min-width: 768px) {
  .price-image-item_bottle {
    margin: 0;
  }
}

.price-image-item_bottleimg {
  margin: 0;
  text-align: center;
}

.price-image-item_exp {
  margin: 30px 0 0 0;
  line-height: 1.71;
}

@media (min-width: 768px) {
  .price-image-item_exp {
    margin: 16px 0 0 0;
    line-height: 2;
  }
}

.price-image-item_price {
  margin: 30px 0 0 0;
  font-size: 1rem;
  color: #018cac;
}

@media (min-width: 768px) {
  .price-image-item_price {
    margin: 0;
    font-size: 1.25rem;
  }
}

.price-image-item_price em {
  font-size: 2rem;
  font-style: normal;
}

@media (min-width: 768px) {
  .price-image-item_price em {
    font-size: 2.625rem;
  }
}

.price-image-remark {
  margin: 44px 0 0 0;
}

@media (min-width: 768px) {
  .price-image-remark {
    margin: 26px 0 0 0;
  }
}

/* ==================================================
   常時表示ボタン 新規お申し込み/追加ご注文
 ================================================== */
.stinquiry {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: bottom .2s;
  transition: bottom .2s;
  z-index: 20;
}

.stinquiry.is-stinquiry {
  bottom: -100px;
}

.stinquiry-inner {
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .stinquiry-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: 20px 0;
  }
}

@media (min-width: 1024px) {
  .stinquiry-inner {
    width: 1000px;
    margin: 0 auto;
  }
}

.stinquiry-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .stinquiry-title {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    white-space: normal;
    clip: auto;
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.stinquiry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .stinquiry-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.375rem;
    font-weight: bold;
  }
}

@media (min-width: 1024px) {
  .stinquiry-btn {
    font-size: 1.125rem;
  }
}

.stinquiry-btn p {
  width: 48%;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .stinquiry-btn p {
    width: auto;
  }
}

.stinquiry-btn p:nth-of-type(1) a {
  background-color: #fba03e;
}

.stinquiry-btn p:nth-of-type(1) a:hover, .stinquiry-btn p:nth-of-type(1) a:focus {
  background-color: #fa870c;
}

.stinquiry-btn p:nth-of-type(2) {
  margin: 0;
}

@media (min-width: 768px) {
  .stinquiry-btn p:nth-of-type(2) {
    margin: 0 0 0 10px;
  }
}

.stinquiry-btn p:nth-of-type(2) a {
  background-color: #f98eb9;
}

.stinquiry-btn p:nth-of-type(2) a:hover, .stinquiry-btn p:nth-of-type(2) a:focus {
  background-color: #f65e9b;
}

.stinquiry-btn a {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 768px) {
  .stinquiry-btn a {
    width: 230px;
    padding: 10px 0;
  }
}

@media (min-width: 1024px) {
  .stinquiry-btn a {
    width: 240px;
    padding: 6px 0;
  }
}

.stinquiry-btn a:hover, .stinquiry-btn a:focus {
  text-decoration: none;
}

/* ==================================================
   COMPANY 企業情報
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.company-main-header {
  width: 100%;
  margin: 0;
  padding: 40px 20px 54px;
  text-align: center;
}

@media (min-width: 768px) {
  .company-main-header {
    padding: 60px 20px 56px;
  }
}

@media (min-width: 1024px) {
  .company-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 56px;
  }
}

.company-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .company-title {
    font-size: 2.625rem;
  }
}

.company-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

/* --------------------------------------------------
   コンテンツ
 -------------------------------------------------- */
/* メイン
 -------------------------------------------------- */
.company-content {
  width: 100%;
  padding: 0 20px 70px;
}

@media (min-width: 768px) {
  .company-content {
    width: 77%;
    margin: 0 auto;
    padding: 0 20px 68px;
  }
}

@media (min-width: 1024px) {
  .company-content {
    width: 720px;
    padding: 0 0 68px;
  }
}

.company-content img {
  max-width: 100%;
  height: auto;
}

.company-table {
  width: 100%;
}

.company-table th,
.company-table td {
  padding: 10px;
  border: 1px solid #333;
}

@media (min-width: 768px) {
  .company-table th,
  .company-table td {
    font-size: 1rem;
  }
}

.company-table th {
  width: 40%;
}

@media (min-width: 768px) {
  .company-table th {
    width: 36%;
  }
}

/* ==================================================
   PRIVACY 個人情報保護方針
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.privacy-main-header {
  width: 100%;
  margin: 0;
  padding: 40px 20px 54px;
  text-align: center;
}

@media (min-width: 768px) {
  .privacy-main-header {
    padding: 60px 20px 56px;
  }
}

@media (min-width: 1024px) {
  .privacy-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 56px;
  }
}

.privacy-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .privacy-title {
    font-size: 2.625rem;
  }
}

.privacy-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

/* --------------------------------------------------
   コンテンツ
 -------------------------------------------------- */
/* メイン
 -------------------------------------------------- */
.privacy-content {
  width: 100%;
  padding: 0 20px 70px;
}

@media (min-width: 768px) {
  .privacy-content {
    width: 77%;
    margin: 0 auto;
    padding: 0 20px 68px;
  }
}

@media (min-width: 1024px) {
  .privacy-content {
    width: 720px;
    padding: 0 0 68px;
  }
}

.privacy-content img {
  max-width: 100%;
  height: auto;
}

.privacy-content h2 {
  margin: 20px 0 0 0;
}

.privacy-content p {
  margin: 10px 0 0 0;
}

@media (min-width: 768px) {
  .privacy-content p {
    font-size: 1rem;
  }
}

.privacy-content .privacy-copy {
  margin: 0 0 30px 0;
}

.privacy-content .privacy-remark {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .privacy-content .privacy-remark {
    font-size: 1.67;
  }
}

/* ==================================================
   DISCLAIMER 免責事項
 ================================================== */
/* --------------------------------------------------
   メインヘッダー
 -------------------------------------------------- */
.disclaimer-main-header {
  width: 100%;
  margin: 0;
  padding: 40px 20px 54px;
  text-align: center;
}

@media (min-width: 768px) {
  .disclaimer-main-header {
    padding: 60px 20px 56px;
  }
}

@media (min-width: 1024px) {
  .disclaimer-main-header {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 56px;
  }
}

.disclaimer-title {
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #03a1be;
  letter-spacing: .1em;
  line-height: 1;
}

@media (min-width: 768px) {
  .disclaimer-title {
    font-size: 2.625rem;
  }
}

.disclaimer-title-jpn {
  margin: 16px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  line-height: 1;
}

/* --------------------------------------------------
   コンテンツ
 -------------------------------------------------- */
/* メイン
 -------------------------------------------------- */
.disclaimer-content {
  width: 100%;
  padding: 0 20px 70px;
}

@media (min-width: 768px) {
  .disclaimer-content {
    width: 77%;
    margin: 0 auto;
    padding: 0 20px 200px;
  }
}

@media (min-width: 1024px) {
  .disclaimer-content {
    width: 720px;
    padding: 0 0 200px;
  }
}

.disclaimer-content img {
  max-width: 100%;
  height: auto;
}

.disclaimer-content p {
  margin: 20px 0 0 0;
}

.disclaimer-content p:first-child {
  margin: 0;
}

@media (min-width: 768px) {
  .disclaimer-content p {
    font-size: 1rem;
  }
}

/* ==================================================
   BENEFIT 特典　-　セット割
 ================================================== */
.page-setwari .hero {
  display: none;
}

.desc {
  margin-bottom: 60px;
  font-size: 16px;
  text-align: center;
}

.sec01 {
  margin-bottom: 50px;
}

.sec01 figure {
  margin: 0 auto 15px;
  width: 720px;
}

.sec01 figure img {
  width: 100%;
}

.sec02 {
  margin-bottom: 80px;
}

.setwari-items {
  margin-bottom: 30px;
}

.setwari-items .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 20px;
  padding: 10px 30px;
  width: 644px;
  border: solid 2px #e94b3c;
  border-radius: 15px;
}

.setwari-items .item .title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #e94b3d;
}

.setwari-items .item .detail {
  font-size: 14px;
}

.setwari-items .item .detail em {
  font-style: normal;
  color: #e94b3d;
}

.setwari-items .item .price {
  font-size: 26px;
  font-weight: bold;
}

.setwari-items .item .price em {
  font-size: 40px;
  font-style: normal;
  color: #e94b3d;
}

.setwari-items .item .price i {
  display: inline-block;
  margin: 0 15px;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  color: #ccc;
}

.note {
  margin: 0 auto;
  width: 786px;
  letter-spacing: -0.5px;
}

.note li {
  font-size: 12px;
  list-style: none;
}

.sec03 {
  margin-bottom: 85px;
}

.setwari-iquiry {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 30px 25px;
  width: 644px;
  background-color: #eceeed;
  border-radius: 15px;
}

.setwari-iquiry .title {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.setwari-iquiry .tel {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.setwari-iquiry .tel i {
  display: inline-block;
  width: 40px;
}

.setwari-iquiry .tel i img {
  width: 100%;
}

.setwari-iquiry .desc {
  font-size: 14px;
  text-align: center;
}

.setwari-iquiry .to_inq {
  text-align: center;
}

.setwari-iquiry .to_inq small {
  display: block;
  margin-bottom: 10px;
}

.setwari-iquiry .to_inq .btn {
  display: inline-block;
}

.setwari-iquiry .to_inq .btn a {
  display: block;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  border: solid 1px #939393;
  border-radius: 10px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.setwari-iquiry .to_inq .btn a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #333;
}

.spv {
  display: none;
}

@media (max-width: 768px) {
  .spv {
    display: block;
  }
  .pcv {
    display: none;
  }
  .desc {
    margin: 0 15px 20px;
    font-size: 14px;
    text-align: left;
  }
  .sec01 {
    margin-bottom: 50px;
  }
  .sec01 figure {
    margin: 0 15px;
    width: auto;
  }
  .sec01 figure img {
    width: 100%;
  }
  .sec02 {
    margin-bottom: 40px;
  }
  .setwari-items .item {
    margin: 0 15px 20px;
    padding: 10px 15px;
    width: auto;
  }
  .setwari-items .item .price {
    font-size: 18px;
  }
  .setwari-items .item .price span {
    display: block;
    text-align: center;
  }
  .setwari-items .item .price em {
    font-size: 30px;
    font-style: normal;
    color: #e94b3d;
  }
  .setwari-items .item .price i {
    display: block;
    margin: -20px 0;
    height: 70px;
    text-align: center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .note {
    margin: 0 15px;
    padding: 0;
    width: auto;
    letter-spacing: 0;
  }
  .note li {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .sec03 {
    margin-bottom: 40px;
  }
  .setwari-iquiry {
    margin: 0 15px;
    padding: 20px 20px 15px;
    width: auto;
  }
  .setwari-iquiry .title {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
  }
  .setwari-iquiry .tel {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .setwari-iquiry .tel i {
    display: inline-block;
    width: 40px;
  }
  .setwari-iquiry .tel i img {
    width: 100%;
  }
  .setwari-iquiry .desc {
    font-size: 13px;
    text-align: center;
  }
  .setwari-iquiry .to_inq .btn a {
    padding: 20px 15px;
  }
}

/* ==================================================
   ユーティリティ
 ================================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.tac {
  text-align: center;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.img-widemax {
  width: 100%;
  height: auto;
}

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

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

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

@media (max-width: 767px) {
  .visible-sp-1-inline {
    display: inline;
  }
}

@media (max-width: 768px) {
  .visible-sp-inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .hidden-tab-1 {
    display: none;
  }
}

@media (min-width: 769px) {
  .hidden-tab {
    display: none;
  }
}

@media (min-width: 769px) {
  .visible-tab {
    display: block;
  }
}

@media (min-width: 768px) {
  .visible-tab-1-inline {
    display: inline;
  }
}

@media (min-width: 769px) {
  .visible-tab-inline {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .hidden-pc {
    display: none;
  }
}

@media (min-width: 1024px) {
  .visible-pc {
    display: block;
  }
}

@media (min-width: 1024px) {
  .visible-pc-inline {
    display: inline;
  }
}

/* アニメーション サイズを変更
 -------------------------------------------------- */
@-webkit-keyframes fadein-size {
  0% {
    width: 100%;
  }
  100% {
    width: 102%;
  }
}
@keyframes fadein-size {
  0% {
    width: 100%;
  }
  100% {
    width: 102%;
  }
}

@-webkit-keyframes fadeout-size {
  0% {
    width: 102%;
  }
  100% {
    width: 100%;
  }
}

@keyframes fadeout-size {
  0% {
    width: 102%;
  }
  100% {
    width: 100%;
  }
}

/* アニメーション 透明度を変更
 -------------------------------------------------- */
@-webkit-keyframes fadein-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bdtnone {
  border-top: none !important;
}

.bdrnone {
  border-right: none !important;
}

.bdbnone {
  border-bottom: none !important;
}

.bdlnone {
  border-left: none !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt1rem {
  margin-top: 1rem !important;
}

.mt2rem {
  margin-top: 2rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb1rem {
  margin-bottom: 1rem !important;
}

.mb2rem {
  margin-bottom: 2rem !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr1rem {
  margin-right: 1rem !important;
}

.mr2rem {
  margin-right: 2rem !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml1rem {
  margin-left: 1rem !important;
}

.ml2rem {
  margin-left: 2rem !important;
}

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