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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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 {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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 {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* ============================================================
変数
=============================================================== */

/* ============================================================
ショートカット用クラス
=============================================================== */

/* ============================================================
共通設定
=============================================================== */

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.inner1 {
  max-width: 1100px;
}

.inner2 {
  max-width: 1076px;
}

.amida__container {
  max-width: 1050;
}

html {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
}

.header {
  align-items: center;
  display: flex;
  height: 94px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1206px;
}

.header__logo {
  width: 250px;
  z-index: 100;
}

.header__hamburger {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 100;
}

.hamburger--line {
  background-color: #fff;
  height: 1px;
  transition: all 0.3s;
  width: 30px;
}

.header__hamburger--active .hamburger--line {
  background-color: #212121;
  transition: all 0.3s;
}

.header__hamburger--active .hamburger--line--1 {
  transform: rotate(45deg) translate(10px, 10px);
}

.header__hamburger--active .hamburger--line--2 {
  opacity: 0;
  transform: translateX(10px);
}

.header__hamburger--active .hamburger--line--3 {
  transform: rotate(-45deg) translate(6px, -6px);
}

.header__nav--sp {
  background: #fff2d9;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.header__navList {
  align-items: center;
  display: flex;
  gap: 36px;
  list-style: none;
}

.header__navListItem a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-decoration: none;
}

.mv__wrapper {
  position: relative;
}

.mv {
  height: 700px;
  margin-top: -94px;
}

.slick-slide img {
  -o-object-fit: cover;
  height: 700px !important;
  object-fit: cover;
}

.mv__text {
  align-items: center;
  color: #212121;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 90px;
  position: relative;
  z-index: 1;
}

.mv_head {
  font-size: 48px;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.mv__detail {
  font-size: 24px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.12em;
}

#first {
  padding-bottom: 60px;
  padding-top: 90px;
  position: relative;
  background-color: #fff2d9;
}

#first:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    content: "";
    background: url(../img/bg-2.svg);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    opacity: 0.05;
}

.sectionTitle {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.eidaidou__itemsWrapper {
}

.eidaidou__items {
  display: flex;
  justify-content: space-between;
}

.eidaidou__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 72px;
  width: 45%;
}

.eidaidou__itemImage {
  width: 100%;
  margin-top: 20px;
}

.eidaidou__itemContent {
  color: #212121;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  width: 100%;
}

.eidaidou__itemContent--1 {
  margin-top: 30px;
  text-align: center;
}

.eidaidou__itemContent--2 {
  margin-top: 20px;
}

.eidaidou__itemContent ul {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin-bottom: 30px;
}

.eidaidou__itemContent li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  list-style: none;
}

#second {
  padding-bottom: 60px;
  padding-top: 120px;
}

#second:before {
  background-image: url(../img/texture.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.sectionTitle--amida p {
  font-size: 22px;
  padding-top: 28px;
  position: relative;
}

.sectionTitle--amida p::before {
  background-color: #212121;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 18px;
  transform: translateX(-50%);
  width: 60px;
}

.amida__items {
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
}

.amida__item {
  position: relative;
  width: 30%;
}

.amida__item::before {
  border: 1px solid #cdcdcd;
  content: "";
  display: block;
  height: calc(100% - 20px);
  left: 10px;
  position: absolute;
  top: 10px;
  width: calc(100% - 20px);
}

.amida__itemImage {
  width: 100%;
}

.amida__itemContent {
  background-color: #ffffff;
  color: #212121;
  font-size: 16px;
  height: 200px;
  line-height: 1.5;
  padding-top: 20px;
  text-align: center;
}

.amida__itemContent p:first-child {
  height: 48px;
}

.strong {
  font-size: 40px;
  height: auto;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  writing-mode: vertical-rl;
}

.amida__caution {
  font-size: 17px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 45px;
}

#third {
  background-color: #fff2d9;
  padding-bottom: 60px;
  padding-top: 120px;
}

.noukotsudou__image {
  margin-top: 72px;
}

.noukotsudou__item {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 50px;
}

.noukotsudou__itemImage {
  width: 40.455%;
}

.noukotsudou__itemContent {
  color: #212121;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  width: 50%;
}

#access {
  background-color: #fff;
  padding-top: 120px;
}

.access__item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
  padding-bottom: 90px;
}

.access__image {
  position: relative;
  width: 45%;
}

.access__itemContent {
  font-size: 20px;
  line-height: 1.75;
}

.access__itemContent a {
  color: #212121;
  text-decoration: none;
}

.footer {
  background-color: #fff2d9;
}

.footer__content {
  color: #212121;
  font-size: 16px;
  letter-spacing: 0.08em;
  padding-bottom: 14px;
  padding-top: 14px;
  text-align: center;
}

#fourth {
  padding-bottom: 90px;
  padding-top: 120px;
}

#fourth:before {
  background-image: url(../img/texture-2.jpeg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.pet__items {
  display: flex;
  gap: 10%;
  justify-content: space-between;
  margin-top: 45px;
}

.pet__item {
  width: 45%;
}

.pet__content {
  margin-top: 30px;
}

.pet__content h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.pet__content p {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.pet__content--2 {
  background: #fff2d9;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  text-align: center;
  width: 800px;
}

.access__map {
  padding-top: 20%;
  position: relative;
}

.access__map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.access__content {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 120px;
  text-align: center;
}

.no-scroll {
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .is-pc {
    display: none;
  }

  .is-tab {
    display: none;
  }

  .is-sp {
    display: none;
  }

  .not-tab {
    display: none;
  }

  .inner {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header__hamburger {
    display: none;
  }

  .access__item {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
  }

  .access__image {
    width: 80%;
  }

  .pet__content--2 {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 5px;
    width: 100%;
  }
}

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

  .not-pc {
    display: none;
  }

  .header__hamburger {
    display: none;
  }
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }

  .is-tab {
    display: none;
  }

  .not-sp {
    display: none;
  }

  .inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header__logo {
    width: 140px;
  }

  .header__nav {
    display: none;
  }

  .header__navList {
    flex-direction: column;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .header__navListItem a {
    color: #000;
  }

  .mv {
    height: 580px;
  }

  .slick-slide img {
    height: 580px !important;
  }

  .mv_head {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .mv__detail {
    font-size: 20px;
  }

  #first {
    padding-top: 50px;
  }

  .sectionTitle {
    font-size: 24px;
  }

  .eidaidou__item {
    flex-direction: column;
    margin-top: 0;
    padding-top: 40px;
  }

  .eidaidou__itemImage {
    width: 100%;
  }

  .eidaidou__itemContent {
    font-size: 14px;
    width: 100%;
  }

  .eidaidou__itemContent li {
    font-size: 14px;
  }

  #second {
    padding-bottom: 40px;
    padding-top: 50px;
  }

  .sectionTitle--amida p {
    font-size: 18px;
  }

  .amida__items {
    flex-direction: column;
    gap: 40px;
    margin-top: 50px;
  }

  .amida__item {
    width: 100%;
  }

  .amida__caution {
    font-size: 14px;
    line-height: 2;
  }

  #third {
    padding-bottom: 40px;
    padding-top: 50px;
  }

  #access {
    padding-top: 50px;
  }

  .access__item {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
  }

  .access__image {
    width: 100%;
  }

  .access__itemContent {
    font-size: 16px;
    width: 100%;
  }

  .footer__content {
    font-size: 12px;
  }

  #fourth {
    padding-bottom: 40px;
    padding-top: 50px;
  }

  .pet__content h4 {
    font-size: 18px;
  }

  .pet__content p {
    font-size: 14px;
  }

  .pet__content--2 {
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 5px;
    width: 100%;
  }

  .pet__content--2 p {
    font-size: 12px;
  }

  .access__map {
    padding-top: 50%;
  }

  .access__content {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 60px;
  }

  .sectionTitle--eidaidou {
    font-size: 24px;
  }

  .eidaidou__items {
    flex-direction: column;
  }

  .eidaidou__item {
    width: 100%;
  }

  .eidaidou__itemImage {
    margin-top: 10px;
  }

  .eidaidou__itemContent--2 {
    margin-top: 10px;
  }
}

.eidaidou__container {
position:relative;
}
.eidaidou__heading {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 767px) {
.eidaidou__heading {
    font-size: 24px;
}
}