@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #0c0e0f;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #0c0e0f;
  font-style: italic;
  font-weight: 600;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* -----------------------------------------------------------------------------
共通
----------------------------------------------------------------------------- */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 4.04vw;
  }
}

body {
  letter-spacing: 0.08em;
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #333;
}

.sans {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.serif {
  font-family: "Zen Old Mincho", serif;
}

a {
  color: #333;
}
a:hover {
  color: #666;
}

img {
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

sup {
  font-size: 0.7em;
  vertical-align: super;
}

ul {
  padding-left: 1.5em;
}
ul.kome {
  padding-left: 1em;
}
ul.kome li::marker {
  content: "※";
}

/* -----------------------------------------------------------------------------
構造
----------------------------------------------------------------------------- */
article {
  padding-top: 100px;
  padding-bottom: 240px;
}
@media screen and (max-width: 750px) {
  article {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
article section + section {
  margin-top: 13.5rem;
}
@media screen and (max-width: 750px) {
  article section + section {
    margin-top: 4.8rem;
  }
}

.section-body {
  margin-top: 110px;
}
@media screen and (max-width: 750px) {
  .section-body {
    margin-top: 5rem;
  }
}

/* -----------------------------------------------------------------------------
見出し
----------------------------------------------------------------------------- */
.section-title h2 {
  max-width: 420px;
  margin: auto;
  display: flex;
  align-items: center;
}
.section-title h2 > span {
  padding: 0 1.5em;
  font-size: 1.25rem;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .section-title h2 > span {
    padding: 0 1em;
    font-size: 1.2rem;
  }
}
.section-title h2::before, .section-title h2::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  .section-title h2::before, .section-title h2::after {
    flex-basis: auto;
  }
}

.subject-brackets {
  font-weight: normal;
}
.subject-brackets > span::before {
  content: "［";
}
.subject-brackets > span::after {
  content: "］";
}

/* -----------------------------------------------------------------------------
ボタン
----------------------------------------------------------------------------- */
.button {
  text-align: center;
}
.button .button-inner {
  display: inline-flex;
  background-color: #000;
  color: #fff;
  align-items: center;
  justify-content: center;
  min-height: 7.5rem;
  width: 100%;
  font-size: 1.25rem;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .button .button-inner {
    font-size: 1rem;
    min-height: 24vw;
  }
}

/* -----------------------------------------------------------------------------
ヘッダ
----------------------------------------------------------------------------- */
header {
  padding: 20px;
  text-align: center;
}
header img {
  width: 160px;
}
@media screen and (max-width: 750px) {
  header img {
    width: 21vw;
  }
}

/* -----------------------------------------------------------------------------
フッタ
----------------------------------------------------------------------------- */
footer {
  padding: 20px 20px 60px 20px;
  text-align: center;
}
footer img {
  width: 160px;
}
@media screen and (max-width: 750px) {
  footer img {
    width: 21vw;
  }
}

/* -----------------------------------------------------------------------------
アニメ
----------------------------------------------------------------------------- */
.js-scrollanim {
  opacity: 0;
  transition-property: opacity transform;
  transition-duration: 1s;
}

.js-scrollanim.js-scrollanim--fired {
  opacity: 1;
  transform: translateY(0px);
}

/* *****************************************************************************
********************************************************************************
トップページ
********************************************************************************
***************************************************************************** */
/* -----------------------------------------------------------------------------
メインビジュアル
----------------------------------------------------------------------------- */
.mainvisual {
  height: 600px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  .mainvisual {
    height: 80vw;
  }
}
.mainvisual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.mainvisual h1 {
  writing-mode: vertical-rl;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .mainvisual h1 {
    top: 38%;
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------------------------------------
リード
----------------------------------------------------------------------------- */
.index-introduction > .inner {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .index-introduction > .inner {
    max-width: 73%;
    text-align: justify;
  }
}

/* -----------------------------------------------------------------------------
海洋散骨の流れ
----------------------------------------------------------------------------- */
.index-flow > .inner {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .index-flow > .inner {
    max-width: 73%;
  }
}

.flow-items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 12%;
       column-gap: 12%;
}
@media screen and (max-width: 750px) {
  .flow-items {
    flex-direction: column;
  }
}

.flow-item {
  flex-basis: 44%;
}
@media screen and (max-width: 750px) {
  .flow-item {
    flex-basis: 100%;
  }
  .flow-item:nth-child(2) {
    margin-top: 2.5rem;
  }
}
.flow-item.flow-item--wide {
  flex-basis: 100%;
}
.flow-item .item-subject {
  margin-top: 2.5rem;
}

/* -----------------------------------------------------------------------------
海洋散骨プラン
----------------------------------------------------------------------------- */
.index-plan > .inner {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .index-plan > .inner {
    max-width: 73%;
  }
}

.plan-items {
  display: flex;
  flex-direction: column;
  row-gap: 6.75rem;
}
@media screen and (max-width: 750px) {
  .plan-items {
    row-gap: 5rem;
  }
}
@media screen and (max-width: 750px) {
  .plan-items .item-picture {
    width: 136.986%;
    margin-left: -18.493%;
    height: 60vw;
  }
  .plan-items .item-picture > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.plan-items .item-subject {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 3.25rem;
}
@media screen and (max-width: 750px) {
  .plan-items .item-subject {
    font-size: 1.2rem;
    margin-top: 3rem;
  }
}
.plan-items .item-explain {
  text-align: center;
  margin-top: 2.25rem;
}
@media screen and (max-width: 750px) {
  .plan-items .item-explain {
    text-align: left;
    margin-top: 1.8rem;
  }
}

.plan-note {
  margin-top: 6.75rem;
}
@media screen and (max-width: 750px) {
  .plan-note {
    text-align: left;
    margin-top: 2.33rem;
  }
}

.plan-app {
  margin-top: 3rem;
  border: solid 1px #000;
  padding: 6rem;
}
@media screen and (max-width: 750px) {
  .plan-app {
    margin-top: 2.33rem;
    padding: 1rem;
  }
}
.plan-app h3 {
  margin-top: 2em;
}
.plan-app p + p {
  margin-top: 2em;
}

/* -----------------------------------------------------------------------------
遺骨のお預り後
----------------------------------------------------------------------------- */
.index-after > .inner {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .index-after > .inner {
    max-width: 73%;
  }
}

.after-items {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}
@media screen and (max-width: 750px) {
  .after-items {
    row-gap: 3.75em;
  }
}

.after-item {
  display: flex;
}
@media screen and (max-width: 750px) {
  .after-item {
    flex-direction: column;
    row-gap: 2.3rem;
  }
}
.after-item .item-subject {
  flex-basis: 190px;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .after-item .item-subject {
    flex-basis: auto;
    text-align: center;
  }
}
.after-item .item-explain {
  background: url(../images/arrow_bottom.svg) left bottom no-repeat;
  padding-left: 70px;
}
@media screen and (max-width: 750px) {
  .after-item .item-explain {
    padding-left: 2rem;
  }
}
.after-item .item-explain ul.kome {
  margin-left: 1em;
}
@media screen and (max-width: 750px) {
  .after-item .item-explain ul.kome {
    margin-left: 0;
    list-style-position: inside;
  }
}

/* -----------------------------------------------------------------------------
海洋散骨お問い合わせ
----------------------------------------------------------------------------- */
.index-contact > .inner {
  max-width: 900px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .index-contact > .inner {
    max-width: 73%;
    text-align: left;
  }
}
.index-contact .button {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .index-contact .button {
    margin-top: 3rem;
  }
}
.index-contact .button-inner {
  max-width: 600px;
}
.index-contact .contact-tel {
  margin-top: 4.75rem;
}
@media screen and (max-width: 750px) {
  .index-contact .contact-tel {
    text-align: center;
    margin-top: 2.5rem;
  }
}
.index-contact .contact-tel dt {
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .index-contact .contact-tel dt {
    font-size: 1.2rem;
  }
}
.index-contact .contact-tel dd {
  margin-top: 0.75rem;
}/*# sourceMappingURL=style.css.map */