@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Noto+Serif:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
/* -- RESET
--------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  line-height: 1;
  font-family: "Noto Serif", serif;
  font-size: 1.6rem;
}

ol, ul {
  list-style: none;
}

li {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

button,
input {
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  background: none;
}

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

body, input, textarea, select, button {
  font-weight: 500;
  -webkit-appearance: none;
  color: #323232;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

img[usemap] {
  height: auto;
}

hr {
  height: 1px;
  background-color: #DFE3E6;
  border: none;
  color: #DFE3E6;
}

template {
  position: absolute;
  top: -99999px;
  left: -99999px;
  opacity: 0;
  pointer-events: none;
}

input[type=text] {
  padding: 10px;
  border: 1px solid #d2d2d2;
  font-size: 15px;
  line-height: 1.75;
  background-color: #fff;
  border-radius: 6px;
}

input::placeholder {
  color: #c8c8c8;
}

textarea {
  padding: 10px;
  font-size: 15px;
  line-height: 1.8;
  border: 2px solid #d2d2d2;
  background-color: #fff;
}
textarea:focus {
  outline: none;
  border-color: #0162b5;
}

ruby[data-ruby] {
  position: relative;
}

ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  line-height: 100%;
  text-align: center;
  left: -3em;
  right: -3em;
  transform-origin: bottom center;
  transform: scale(0.5);
  bottom: 100%;
}

ruby[data-ruby] rt {
  display: none;
}

i {
  font-family: "fontello";
}

@media screen and (max-width: 768px) {
  body, input, textarea, select, button {
    font-size: 15px;
    line-height: 1.5;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .u-only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-only-pc {
    display: none !important;
  }
  .u-order-one {
    order: 1;
  }
  .u-order-two {
    order: 2;
  }
  .u-order-three {
    order: 3;
  }
  .u-order-four {
    order: 4;
  }
}
.l-wrapper {
  min-width: 1360px;
  overflow-x: hidden;
}

.l-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
  max-width: 1360px;
}

.l-main {
  padding: 0 0 100px;
  margin: 0 0 0 130px;
  min-height: 900px;
}

.l-main-top {
  padding: 0 0 100px;
  margin: auto;
  min-height: 100vh;
}

.kishimojin.archive .kishimojin.page-template-default .l-main {
  min-height: 100vh;
}

.seido-kishimojin .l-main-top {
  min-height: 40vh;
}

.p-infoDteail__index{
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  padding: 0 5px;
  display: table;
  text-align: center;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .l-wrapper {
    min-width: 0;
    width: 100%;
    padding-top: 50px;
  }
  .l-container {
    padding: 0 20px;
    width: 100%;
  }
  .l-main {
    margin: 0;
    padding: 0 0 60px;
    min-height: auto;
  }
  .kishimojin.archive .l-main {
    min-height: auto;
  }
}
.c-button a {
  display: block;
  position: relative;
  width: 300px;
  height: 60px;
  margin: auto;
  line-height: 1.3;
  padding: 18px 20px;
  border: 1px solid #539241;
  border-radius: 30px;
  background-color: #539241;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: 0.4s ease-out;
}
.c-button a::after {
  position: absolute;
  content: "";
  left: auto;
  top: 22px;
  right: 10px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-left: 14px solid #fff;
}
.c-button a:hover {
  opacity: 0.7;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: #918078;
}
.c-loadingWrap {
  position: relative;
  height: 760px;
  top: 50px;
}
.c-loadingIcon {
  z-index: 100;
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 120px;
  height: 110px;
  transform: translate(-50%, -50%);
  text-indent: -9999px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/img/logo_homyoji.png);
  transition: 2s;
  opacity: 0;
}
.c-loadingText {
  transition: 0.8s;
  z-index: 100;
  position: absolute;
  top: 45%;
  left: 50%;
  display: block;
  width: 55px;
  height: 510px;
  margin: 90px 0 0;
  opacity: 0;
  transform: translate(-50%, -50%);
  text-indent: -9999px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/img/load_text.png);
}

.hide-block {
  background-color: #918078;
  width: 200px;
  height: 200px;
  z-index: 100;
  position: absolute;
  top: 100px;
  left: 50%;
  display: block;
  width: 120px;
  height: 110px;
  transform: translate(-50%, -50%);
  transition: 2s;
}

.is-showIcon {
  top: 190px;
}

.is-showText {
  opacity: 1;
  margin: 80px 0 0;
  transform: translate(-50%, -50%);
}

.is-lock {
  overflow: hidden !important;
}

@media screen and (max-width: 768px) {
  .c-loadingWrap {
    top: 0px;
  }
  .c-loadingIcon {
    top: 60px;
    width: 85px;
    height: 80px;
  }
  .c-loadingText {
    width: 35px;
    height: 340px;
    margin: -30px auto 0;
  }
  .hide-block {
    top: 60px;
  }
  .is-showIcon {
    top: 170px;
  }
  .is-showText {
    margin: -40px 0 0;
  }
}
.c-headingInner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px;
  position: relative;
  margin: 0 0 20px;
}
.c-heading h2 {
  z-index: 100;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: -9999px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-heading h2 {
    top: 66%;
  }
  .c-headingInner {
    padding: 80px;
  }
}
.l-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.l-headerCommon {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 20px 10px 20px 320px;
}
.l-headerCommon ul {
  display: flex;
}
.l-headerCommon li {
  margin: 0 40px 0 0;
}
.l-headerCommon li:nth-of-type(1) a::after {
  background-color: #539241;
}
.l-headerCommon li:nth-of-type(2) a::after {
  background-color: #ffba5f;
}
.l-headerCommon li:nth-of-type(3) a::after {
  background-color: #528cff;
}
.l-headerCommon a {
  color: #fff;
  transition: 0.4s;
  position: relative;
}
.l-headerCommon a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  content: "";
  transition: width 0.5s cubic-bezier(0.26, 0.63, 0, 0.99);
}
.l-headerCommon a:hover {
  opacity: 0.7;
}
.l-headerCommon a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.l-headerLang {
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  padding: 3px 8px 3px 8px;
}
.l-headerLang__inner {
  position: relative;
}
.l-headerLang__inner a {
  transition: 0.4s;
  color: #fff;
}
.l-headerLang__inner a:hover {
  opacity: 0.7;
}
.l-headerLang select {
  position: relative;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border: none;
}
.l-headerSide {
  position: absolute;
  top: 0;
  left: 0;
  background: #539241;
  width: 220px;
  padding: 30px 25px 0;
  height: 735px;
}
.l-headerSide h1 a {
  transition: 0.4s;
}
.l-headerSide h1 a:hover {
  opacity: 0.7;
}
.l-headerSide ul {
  margin: 0 0 20px;
}
.l-headerSide li {
  border-bottom: 1px solid #ccc;
}
.l-headerSide li:last-of-type {
  border-bottom: none;
}
.l-headerSide li a {
  padding: 8px 0;
  color: #fff;
  display: block;
  text-align: center;
  transition: 0.4s;
}
.l-headerSide li a:hover {
  opacity: 0.4;
}
.l-headerSide__logo {
  width: 100px;
  margin: 0 auto 20px;
}
.l-headerSide__logoWrap {
  margin: 0 0 35px;
}
.l-headerSide__logo img {
  width: 100%;
  display: block;
  margin: auto;
}
.l-headerSide__logoText {
  width: 90px;
  margin: auto;
}
.l-headerSide__logoText img {
  width: 100%;
  display: block;
  margin: auto;
}

.js-hamburger {
  display: none;
}

.home .l-headerLang {
  display: block;
}

.seido-kishimojin .l-headerLang {
  display: none;
}

.under .l-header,
.archive .l-header,
.single .l-header,
.page-template-default .l-header {
  /* position: fixed; */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
}
.under .l-headerSide,
.archive .l-headerSide,
.single .l-headerSide,
.page-template-default .l-headerSide {
  width: 130px;
  /* height: 100vh; */
  height: 100%;
  padding: 30px 15px 0;
  z-index: 201;
}
.under .l-headerSide__logo,
.archive .l-headerSide__logo,
.single .l-headerSide__logo,
.page-template-default .l-headerSide__logo {
  width: 70px;
}
.under .l-headerSide__logoWrap,
.archive .l-headerSide__logoWrap,
.single .l-headerSide__logoWrap,
.page-template-default .l-headerSide__logoWrap {
  margin: 0 0 30px;
}
.under .l-headerSide__logoText,
.archive .l-headerSide__logoText,
.single .l-headerSide__logoText,
.page-template-default .l-headerSide__logoText {
  width: 70px;
}
.under .l-headerCommon,
.archive .l-headerCommon,
.single .l-headerCommon,
.page-template-default .l-headerCommon {
  position: relative;
  padding: 20px 10px 20px 170px;
}

.kishimojin .l-headerSide {
  background: #b69552;
}
.kishimojin .l-headerSide li:nth-of-type(10) {
  border-bottom: none;
}
.kishimojin .l-headerSide li:nth-of-type(11) {
  display: none;
}
.kishimojin .l-headerSide li:nth-of-type(12) {
  display: none;
}
.kishimojin .l-headerSide li:nth-of-type(13) {
  display: none;
}
.kishimojin .l-headerSide__logoText {
  width: 32px;
}

.kishimojin.home .l-headerSide {
  height: 925px;
}

.kishimojin.archive .l-headerSide__logoText,
.kishimojin.page-template-default .l-headerSide__logoText,
.kishimojin.single .l-headerSide__logoText {
  width: 24px;
}
.kishimojin.archive .l-headerSide,
.kishimojin.page-template-default .l-headerSide,
.kishimojin.single .l-headerSide {
  /* height: 100vh; */
  height: 100%;
}

.seido-kishimojin .l-headerSide {
  background: #437ab1;
}
.seido-kishimojin .l-headerSide__logoText {
  width: 42px;
}

@media screen and (max-width: 768px) {
  .l-header {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .l-headerLang-sp {
    position: static;
    border: none;
    border-top: 1px solid #ccc;
    padding: 6px 30px 3px 1px;
  }
  .l-headerLang-sp select,
  .l-headerLang-sp option {
    font-weight: 300;
  }
  .l-headerCommon {
    padding: 0;
    display: flex;
    background: #539241;
  }
  .l-headerCommon ul {
    margin: 0 38px 0 0;
    position: relative;
    left: 4px;
  }
  .l-headerCommon li {
    font-size: 9px;
    margin: 16px 5px 0 0;
    white-space: nowrap;
  }
  .l-headerCommon a {
    font-size: 10px;
  }
  .l-headerSide {
    display: none;
    top: 49px;
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 204;
    padding: 30px 50px 20px;
  }
  .l-headerSide li a {
    text-align: left;
  }
  .l-headerSide__logo {
    width: 37px;
    position: relative;
    top: 7px;
    margin: 0 2px 15px 10px;
  }
  .l-headerSide__logoText {
    width: 100%;
  }
  .l-headerSide__logoWrap {
    margin: 0 0 20px;
  }
  header.is-head {
    padding: 0 0 5px;
  }
  header.is-head h1 {
    width: 170px;
  }
  header.is-head .js-hamburger {
    top: 20px;
  }
  .js-hamburger {
    display: block;
    z-index: 9999;
    position: fixed;
    top: 13px;
    right: 13px;
    transition: 0.4s;
  }
  .js-hamburger span {
    display: block;
    position: relative;
    width: 25px;
    height: 2px;
    background-color: #fff;
  }
  .js-hamburger span.top {
    transition: 0.4s ease;
  }
  .js-hamburger span.middle {
    top: 5px;
    transition: 0.4s ease;
  }
  .js-hamburger span.bottom {
    top: 10px;
    transition: 0.4s ease;
  }
  .js-hamburger .menu {
    color: #fff;
    font-size: 10px;
    position: relative;
    top: 10px;
  }
  .js-hamburger.is-open span.top {
    transform: translateY(7px) rotate(45deg);
  }
  .js-hamburger.is-open span.middle {
    left: 10px;
    opacity: 0;
  }
  .js-hamburger.is-open span.bottom {
    top: 10px;
    transform: translateY(-7px) rotate(-45deg);
    transition: 0.4s ease;
  }
  .c-graylayer {
    display: none;
    z-index: 201;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.8;
  }
  .under .l-header,
  .archive .l-header,
  .single .l-header,
  .page-template-default .l-header {
    z-index: 206;
    position: fixed;
  }
  .under .l-headerCommon,
  .archive .l-headerCommon,
  .single .l-headerCommon,
  .page-template-default .l-headerCommon {
    padding: 0;

  }
  .under .l-headerSide,
  .archive .l-headerSide,
  .single .l-headerSide,
  .page-template-default .l-headerSide {
    height: auto;
    width: 100%;
    padding: 30px 50px 20px;
    z-index: 206;
  }
  .under .l-headerSide__logo,
  .archive .l-headerSide__logo,
  .single .l-headerSide__logo,
  .page-template-default .l-headerSide__logo {
    width: 37px;
  }
  .under .l-headerSide__logoWrap,
  .archive .l-headerSide__logoWrap,
  .single .l-headerSide__logoWrap,
  .page-template-default .l-headerSide__logoWrap {
    margin: 0 0 20px;
  }
  .under .l-headerSide__logoText,
  .archive .l-headerSide__logoText,
  .single .l-headerSide__logoText,
  .page-template-default .l-headerSide__logoText {
    width: 270px;
  }
  .kishimojin .l-headerCommon,
  .kishimojin.archive .l-headerCommon,
  .kishimojin.page-template-default .l-headerCommon {
    background: #b69552;
  }
  .kishimojin .l-headerSide__logoText,
  .kishimojin.archive .l-headerSide__logoText,
  .kishimojin.page-template-default .l-headerSide__logoText {
    width: 200px;
  }
  .kishimojin.home .l-headerSide,
  .kishimojin .l-headerSide,
  .kishimojin.archive .l-headerSide,
  .kishimojin.page-template-default .l-headerSide {
    height: auto;
  }
  .kishimojin .l-headerSide ul li a {
    padding: 5px 0;
  }
  .kishimojin .l-headerSide ul li:nth-of-type(10) {
    border-bottom: 1px solid #ccc;
  }
  .kishimojin .l-headerSide ul li:nth-of-type(11) {
    display: block;
  }
  .kishimojin .l-headerSide ul li:nth-of-type(12) {
    display: block;
  }
  .kishimojin .l-headerSide ul li:nth-of-type(13) {
    display: block;
  }
  .kishimojin .l-headerSide {
    padding: 0px 50px 20px;
  }
  .seido-kishimojin .l-headerCommon {
    background: #437ab1;
  }
  .seido-kishimojin .l-headerSide__logoText {
    width: 200px;
  }
}
.l-footer {
  padding: 40px 20px 20px;
  background-color: #221815;
  color: #fff;
  z-index: 201;
  position: relative;
  clear: both;
}
.l-footer h1 {
  font-size: 2.4rem;
  font-weight: 300;
}
.l-footerAddress {
  width: 230px;
  margin: 0 auto 40px;
}
.l-footerAddress h1{
  margin: 0 0 10px;
}
.l-footerCopy {
  text-align: center;
  margin: auto;
}

#js-pagetop {
  display: none;
  z-index: 100;
  position: fixed;
  right: 90px;
  bottom: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: url(/assets/img/js_pagetop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

#js-pagetop.is-pagetop {
  bottom: 250px;
}

#js-pagetop a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.l-footerCopy small {
  font-size: 12px;
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 10px 20px 20px;
  }
  .l-footer h1 {
    font-size: 20px;
  }
  .l-footer p {
    font-size: 14px;
  }
  .l-footerAddress {
    margin: 0 auto 20px;
  }
  #js-pagetop {
    right: 20px;
    width: 50px;
    height: 50px;
  }
  #js-pagetop.is-pagetop {
    bottom: 170px;
  }
  .under .l-footer {
    margin: 0;
  }
  .under #js-pagetop.is-pagetop {
    bottom: 170px;
  }
}
.c-read p {
  margin: 0 0 20px;
  font-size: 18px;
}
.c-read p:last-of-type {
  margin: 0;
}

.c-cookie__box {
  box-sizing: border-box;
  display: flex;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.8);
}

.c-cookie__box .c-container.en {
  display: none;
}

.c-cookie__box .c-container {
  display: flex;
  align-items: center;
}

.c-cookie__text {
  width: 75%;
  margin: 0 60px 0 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.75;
}

.c-cookie__btn {
  display: flex;
}

.c-cookie__btn--consent a,
.c-cookie__btn--detail a {
  display: block;
  padding: 10px;
  background-color: #ababab;
  color: #fff;
  font-size: 13px;
  transition: 0.4s ease;
}

.c-cookie__btn--consent a:hover,
.c-cookie__btn--detail a:hover {
  opacity: 0.7;
}

.c-cookie__btn--consent {
  margin: 0 25px 0 0;
}

.c-cookie__btn--consent a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 48px;
  background-color: #fff;
  color: #323030;
  text-decoration: none;
}

.c-cookie__btn--detail a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 48px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .c-cookie__box {
    padding: 10px;
  }
  .c-cookie__box .c-container {
    flex-direction: column;
  }
  .c-cookie__text {
    width: 100%;
    margin: 0 20px;
    font-size: 12px;
  }
  .c-cookie__text p {
    margin: 0 0 10px;
  }
  .c-cookie__btn {
    display: flex;
  }
  .c-cookie__btn--consent a, .c-cookie__btn--detail a {
    width: 140px;
    height: 40px;
  }
}
.c-sns {
  z-index: 100;
}
.c-sns ul {
  display: flex;
  justify-content: center;
}

.c-sns li {
  margin: 0 10px 0 0;
  border: none;
  width: 30px;
}
.c-sns li:last-of-type {
  margin: 0;
}

.c-sns li a img {
  transition: 0.2s ease;
  width: 100%;
}

.c-sns li a:hover img {
  transform: scale(1.2);
}

@media screen and (max-width: 768px) {
  .c-sns {
    z-index: 1000;
    transition: 0.4s ease;
  }
  .c-sns ul {
    display: flex;
  }
}
.c-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.c-breadcrumbItem {
  margin: 0 30px 0 0;
  color: #000;
  font-size: 16px;
}

.c-breadcrumbItem a {
  position: relative;
  color: #000;
  transition: 0.4s ease;
  border-bottom: 2px solid #539241;
}

.c-breadcrumbItem a:after {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  color: #000;
  content: "＞";
}

.c-breadcrumbItem a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.kishimojin .c-breadcrumbItem a {
  border-bottom: 2px solid #b69552;
}

.seido-kishimojin .c-breadcrumbItem a {
  border-bottom: 2px solid #437ab1;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb ul {
    margin: 0 0 20px;
  }
  .c-breadcrumbItem {
    font-size: 14px;
  }
}
.modalList-item {
  width: 300px;
  margin: 0 0 30px 0;
  padding: 0 8px;
}

.modalList-item .modal-contents {
  max-width: 700px;
}

.modalList-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #333;
  background-color: #fff;
  box-shadow: 9px 8px 10px rgba(0, 0, 0, 0.2), 0 0 5px 0 #ffffff, -4px 0 5px 0 #ffffff, -4px -6px 15px #ffffff;
  transition: 0.4s ease;
}

.modalList-item a:hover {
  transform: scale(1.01);
  box-shadow: 15px 14px 17px rgba(0, 0, 0, 0.2), 0 0 8px 0 #ffffff, -7px 0 8px 0 #ffffff, -7px -10px 26px #ffffff;
  opacity: 0.7;
}

.modalList-item a:hover::after {
  transform: translateX(10px);
}

.modalList-item h3 {
  padding: 20px 10px 40px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}

.modalList-item h3 span {
  font-size: 14px;
}

.modalButton-img {
  position: relative;
}

.modalButton-img img {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
  vertical-align: top;
}

.modalInner-img {
  position: relative;
  margin: 0 0 20px;
}

.modalInner-img img {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
  vertical-align: top;
}

.modalInner-img + h3 {
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 10px 20px 0;
}

.modalList-item .modal-contents {
  max-width: 700px;
}

.modalInner-item h4 {
  font-size: 18px;
  margin: 0 0 5px;
}

.modal {
  display: none;
  z-index: 9999;
  position: fixed;
  top: -10px;
  right: 0;
  bottom: -10px;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.45);
}

.modal-container {
  display: table;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}

.modal-inner {
  display: table-cell;
  padding: 2.7em 2em;
  vertical-align: middle;
}

.modal-contents {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  text-justify: inter-ideograph;
}

.modal-button-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-button {
  appearance: none;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  background: transparent;
  line-height: 1;
  text-indent: -9999px;
  vertical-align: middle;
  cursor: pointer;
}

.modal-button::before {
  position: absolute;
  top: -58px;
  left: 14px;
  width: 30px;
  height: 30px;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(/wp/wp-content/themes/homyoji_theme/assets/img/modal_close.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal-contents {
    padding: 15px;
  }
}
.home .menu-item:nth-of-type(1) {
  display: none;
}

.p-mv {
  position: relative;
  top: 0;
  width: 100%;
  height: 735px;
  overflow: hidden;
  z-index: -1;
}
.p-mvTitle {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: -9999px;
  background-image: url(/assets/img/mv_text.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 65px;
  height: 450px;
}
.p-mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp/wp-content/themes/homyoji_theme/assets/img/mv_dots.png);
  background-position: top center;
  background-repeat: repeat;
  background-size: 3px;
}

.p-mvTitle-sp {
  display: none;
}

.p-topNews {
  position: relative;
  left: 100px;
  top: -60px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #539241;
  width: 700px;
  margin: auto;
}
.p-topNews h2 {
  color: #539241;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Noto Serif", serif;
  margin: 0 0 10px;
}
.p-topNews__list {
  margin: 0 0 0 30px;
}
.p-topNews__listItem {
  margin: 0 0 5px;
}
.p-topNews__listItem a {
  position: relative;
  transition: 0.4s;
}
.p-topNews__listItem a:hover {
  opacity: 0.7;
}
.p-topNews__listItem a p {
  border-bottom: 2px solid #539241;
  display: inline;
}
.p-topNews__listItem a::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -16px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 5px solid transparent;
  border-left: 8px solid #539241;
}
.p-topNews__index {
  position: absolute;
  top: 10px;
  right: 20px;
}
.p-topNews__index a {
  padding: 0 20px 0 0;
  border-bottom: 2px solid #539241;
  position: relative;
  transition: 0.4s;
}
.p-topNews__index a:hover {
  opacity: 0.7;
}
.p-topNews__index a:hover::after {
  right: -3px;
}
.p-topNews__index a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 17px;
  height: 10px;
  transition: 0.4s;
  background-image: url(/wp/wp-content/themes/homyoji_theme/assets/img/top_arrow.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.p-topContents {
  margin: 0 0 140px;
}

.p-topContents__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0px;
}

.p-topContents__listItem {
  position: relative;
  width: 32.1%;
  margin: 0 1.85% 20px 0;
}
.p-topContents__listItem:nth-of-type(3) {
  margin: 0 0 20px;
}
.p-topContents__listItem:nth-of-type(6) {
  margin: 0 0 20px;
}
.p-topContents__listItem:nth-of-type(9) {
  margin: 0 0 20px;
}
.p-topContents__listItem:last-of-type {
  margin: 0;
}

.p-topContents__listItem::before {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 65px;
  height: 50px;
  transform: translateX(-50%);
  content: "";
  pointer-events: none;
  transition: 0.4s ease;
}

.p-topContents__listItem:hover::before {
  transform: translateX(-40%);
}

.p-topContents__listItem a {
  display: block;
  position: relative;
  height: auto;
  padding: 0 0 50%;
  overflow: hidden;
}

.p-topContents__listItem a h3 {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 100;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  width: 250px;
  padding: 10px 0;
  font-size: 20px;
  font-family: "Noto Serif", serif;
}

.p-topContents__listItem a p span {
  position: relative;
  font-size: 40px;
  letter-spacing: 7px;
  white-space: nowrap;
}

.p-topContents__listItem a img {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  transition: 0.4s ease;
}

.p-topContents__listItem a:hover img {
  transform: scale(1.1);
}

.kishimojin .p-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 925px;
}
.kishimojin .p-mvTitle {
  width: 54px;
  height: 455px;
}
.kishimojin .p-mvPlayer__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.kishimojin .p-mvPlayer__inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.kishimojin #js-mv-kishimojin {
  position: relative;
  min-width: 1920px !important;
  min-height: 1400px !important;
  margin-top: -180px;
}
.kishimojin .p-topNews {
  border: 1px solid #b69552;
}
.kishimojin .p-topNews h2 {
  color: #b69552;
}
.kishimojin .p-topNews__listItem a p,
.kishimojin .p-topNews__index a {
  border-bottom: 2px solid #b69552;
}
.kishimojin .p-topNews__listItem a::before {
  border-left: 8px solid #b69552;
}
.kishimojin .p-topBanner__list {
  display: flex;
  margin: 0 0 40px;
}
.kishimojin .p-topBanner__listItem {
  margin: 0 20px 0 0;
}
.kishimojin .p-topBanner__listItem:last-of-type {
  margin: 0;
}
.kishimojin .p-topBanner__listItem img {
  width: 100%;
}
.kishimojin .p-topEvent__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
.kishimojin .p-topEvent__listItem {
  border: 3px solid #b09351;
  width: 48.9%;
  height: 240px;
  margin: 0 2.2% 20px 0;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 101%;
}
.kishimojin .p-topEvent__listItem:nth-of-type(even) {
  margin: 0 0 20px;
}
.kishimojin .p-topEvent__listItem p {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 22px;
}
.kishimojin .p-topEvent__listItem span {
  position: absolute;
  right: 0px;
  bottom: 1px;
  color: #cc381c;
  font-size: 12px;
}
.kishimojin .p-topEvent__newyear {
  text-indent: -9999px;
}
.kishimojin .p-topEvent__bean {
  text-indent: -9999px;
}
.kishimojin .p-topEvent__flower {
  text-indent: -9999px;
}
.kishimojin .p-topEvent__summer {
  text-indent: -9999px;
}
.kishimojin .p-topEvent__dance {
  text-indent: -9999px;
}
.kishimojin .p-topEvent__fes {
  text-indent: -9999px;
}

.seido-kishimojin .p-mvTitle {
  width: 55px;
  height: 350px;
}
.seido-kishimojin .p-mv {
  margin: 0 0 70px;
  background-size: cover;
  background-position: center;
}
.seido-kishimojin .p-mv::after{
  display: none;
}
.seido-kishimojin .p-topNews {
  border: 1px solid #437ab1;
}
.seido-kishimojin .p-topNews h2 {
  color: #437ab1;
}
.seido-kishimojin .p-topNews__listItem a p {
  border-bottom: 2px solid #437ab1;
}
.seido-kishimojin .p-topNews__listItem a::before {
  border-left: 8px solid #437ab1;
}

@media screen and (max-width: 768px) {
  .p-mv {
    margin: 48px 0 20px;
    height: 500px;
    position: relative;
    transition: 1s;
  }
  .p-mv::after {
    z-index: 3;
    content: "";
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translateX(-50%) rotate(180deg);
    background-image: url(/assets/img/js_pagetop.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .p-mvTitle {
    width: 50px;
    height: 350px;
  }
  .p-mvTitle-sp {
    display: block;
    position: relative;
    height: auto;
    padding: 0 0 134%;
    overflow: hidden;
  }
  .p-mvTitle-sp img {
    transition: 5s ease;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
  }
  .p-topNews {
    left: 0;
    top: 0;
    width: 90%;
    margin: 0 auto 20px;
    padding: 15px;
  }
  .p-topNews__index {
    top: 7px;
    right: 14px;
  }
  .p-topNews__index a {
    font-size: 14px;
  }
  .p-topContents {
    margin: 0 0 70px;
  }
  .p-topContents__list {
    margin: 0 0 10px;
  }
  .p-topContents__listItem {
    width: 100%;
    margin: 0 0 20px;
  }
  .kishimojin .p-mv {
    height: auto;
  }
  .kishimojin .p-mvTitle {
    width: 40px!important;
    height: 335px!important;
  }
  .kishimojin .p-topBanner__list {
    flex-direction: column;
  }
  .kishimojin .p-topBanner__listItem {
    margin: 0 0 20px;
  }
  .kishimojin .p-topEvent__listItem {
    width: 100%;
    margin: 0 0 20px;
    height: 170px;
  }
  .seido-kishimojin .p-mv {
    margin: 0 auto 20px;
  }
  .seido-kishimojin .p-mvTitle {
    width: 42px;
    height: 260px;
  }
}
.p-historyHeading .c-headingInner {
  background-image: url(/assets/img/history_title_bg.png);
}
.p-historyHeading h2 {
  background-image: url(/assets/img/history_title_text.png);
  width: 230px;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .p-historyHeading h2 {
    width: 149px;
    height: 29px;
  }
}
.p-guideHeading .c-headingInner {
  background-image: url(/assets/img/guide_title_bg.jpg);
}
.p-guideHeading h2 {
  background-image: url(/assets/img/guide_title_text.png);
  width: 270px;
  height: 45px;
}

.p-guideMap {
  position: relative;
  margin: 0 20px 0 0;
  width: 350px;
  min-width: 350px;
}
.p-guideMap__wrap {
  display: flex;
}
.p-guideMap img {
  width: 100%;
  max-width: 100%;
}
.p-guideMap-item {
  position: absolute;
  transition: 0.4s ease;
}
.p-guideMap-item > a {
  text-indent: -9999px;
}
.p-guideMap-first {
  width: 41px;
  height: 26px;
  top: 369px;
  left: 175px;
}
.p-guideMap-second {
  width: 96px;
  height: 26px;
  top: 258px;
  left: 131px;
}
.p-guideMap-third {
  width: 63px;
  height: 26px;
  top: 382px;
  left: 95px;
}
.p-guideMap-fourth {
  width: 42px;
  height: 26px;
  top: 335px;
  left: 100px;
}
.p-guideMap-fifth {
  width: 95px;
  height: 26px;
  top: 161px;
  left: 243px;
}

.kishimojin .p-guideMap__wrap {
  display: block;
}
.kishimojin .p-guideHeading {
  clear: both;
}
.kishimojin .p-guideMap {
  float: left;
  width: 450px;
  min-width: 450px;
  margin: 0 20px 10px 0;
}
.kishimojin .p-guideMap__add {
  display: flex;
  padding: 10px 0 0;
}
.kishimojin .p-guideMap__addItem {
  width: 50%;
}
.kishimojin .p-guideMap__addItem:nth-of-type(1) {
  margin: 0 10px 0 0;
}
.kishimojin .p-guideMap-first {
  width: 85px;
  height: 42px;
  top: 199px;
  left: 119px;
}
.kishimojin .p-guideMap-second {
  width: 85px;
  height: 21px;
  top: 430px;
  left: 92px;
}
.kishimojin .p-guideMap-third {
  width: 74px;
  height: 22px;
  top: 294px;
  left: 95px;
}
.kishimojin .p-guideMap-fourth {
  width: 72px;
  height: 31px;
  top: 381px;
  left: 217px;
}
.kishimojin .p-guideMap-fifth {
  width: 55px;
  height: 24px;
  top: 310px;
  left: 290px;
}
.kishimojin .p-guideMap-sixth {
  width: 55px;
  height: 24px;
  top: 137px;
  left: 113px;
}
.kishimojin .p-guideMap-seventh {
  width: 243px;
  height: 24px;
  top: 17px;
  left: 164px;
}
.kishimojin .p-guideMap-eighth {
  width: 275px;
  height: 24px;
  top: 48px;
  left: 165px;
}

.seido-kishimojin .p-guideHeading h2 {
  width: 138px;
  height: 53px;
}

@media screen and (max-width: 768px) {
  .p-guideHeading h2 {
    width: 170px;
    height: 29px;
  }
  .p-guideMap {
    margin: 0 0 20px;
  }
  .p-guideMap__wrap {
    flex-direction: column;
  }
  .kishimojin .p-guideMap {
    width: 100%;
    min-width: 100%;
  }
  .kishimojin .p-guideMap-first {
    top: auto;
    left: auto;
    margin-top: -121%;
    margin-left: 25%;
    width: 68px;
    height: 32px;
  }
  .kishimojin .p-guideMap-second {
    top: auto;
    left: auto;
    margin-top: -70%;
    margin-left: 19%;
    width: 70px;
  }
  .kishimojin .p-guideMap-third {
    top: auto;
    left: auto;
    margin-top: -100%;
    margin-left: 20%;
    width: 59px;
  }
  .kishimojin .p-guideMap-fourth {
    top: auto;
    left: auto;
    margin-top: -81%;
    margin-left: 49%;
    width: 51px;
    height: 27px;
  }
  .kishimojin .p-guideMap-fifth {
    top: auto;
    left: auto;
    margin-top: -97%;
    margin-left: 64%;
    width: 44px;
  }
  .kishimojin .p-guideMap-sixth {
    top: auto;
    left: auto;
    margin-top: -135%;
    margin-left: 24%;
    width: 46px;
  }
  .kishimojin .p-guideMap-seventh {
    top: auto;
    left: auto;
    margin-top: -162%;
    margin-left: 35%;
    width: 183px;
  }
  .kishimojin .p-guideMap-eighth {
    top: auto;
    left: auto;
    margin-top: -155%;
    margin-left: 36%;
    width: 206px;
  }
}
.p-infoHeading .c-headingInner {
  background-image: url(/assets/img/info_title_bg.jpg);
}
.p-infoHeading h2 {
  background-image: url(/assets/img/info_title_text.png);
  width: 180px;
  height: 45px;
}

.p-infoYear {
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 30px;
}
.p-infoList {
  margin: 0 0 100px;
}
.p-infoList__item {
  margin: 0 0 10px;
}
.p-infoList__item a {
  position: relative;
  transition: 0.4s;
  display: flex;
}
.p-infoList__item a:hover {
  opacity: 0.7;
}
.p-infoList__item a::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -16px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 5px solid transparent;
  border-left: 8px solid #539241;
}
.p-infoList__itemDate {
  min-width: 120px;
  white-space: nowrap;
  margin: 0 30px 0 0;
}
.p-infoList__itemTitle p {
  border-bottom: 2px solid #539241;
  display: inline;
}
.p-infoYears__list {
  display: flex;
  justify-content: center;
}
.p-infoYears__list li {
  border-right: 2px solid #000;
  padding: 0 5px;
}
.p-infoYears__list li:nth-of-type(1) {
  border-left: 2px solid #000;
}
.p-infoYears__list li a {
  border-bottom: 2px solid #539241;
  display: inline;
  transition: 0.4s;
  position: relative;
  top: -2px;
  font-size: 18px;
}
.p-infoYears__list li a:hover {
  opacity: 0.7;
}

.p-infoDteail__date {
  position: relative;
  margin: 0 0 30px 17px;
}
.p-infoDteail__date::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -16px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 5px solid transparent;
  border-left: 8px solid #539241;
}
.p-infoDteail__title {
  font-size: 24px;
  margin: 0 0 30px;
}
.p-infoDteail .c-read a {
  transition: 0.4s;
  border-bottom: 2px solid #539241;
  display: inline;
}
.p-infoDteail .c-read a:hover {
  opacity: 0.7;
}

.kishimojin .p-infoList__itemTitle p,
.kishimojin .p-infoYears__list li a {
  border-bottom: 2px solid #b69552;
}
.kishimojin .p-infoList__item a::before,
.kishimojin .p-infoDteail__date::before {
  border-left: 8px solid #b69552;
}
.kishimojin .p-infoDteail .c-read a {
  border-bottom: 2px solid #b69552;
}

@media screen and (max-width: 768px) {
  .p-infoHeading h2 {
    width: 124px;
    height: 29px;
  }
  .p-infoList__item a {
    display: block;
  }
  .p-infoList {
    margin: 0 0 100px 20px;
  }
  .p-infoDteail__title {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .p-infoDteail__date {
    margin: 0 0 10px 17px;
  }
}
.p-eventHeading .c-headingInner {
  background-image: url(/assets/img/event_title_bg.jpg);
}
.p-eventHeading h2 {
  background-image: url(/assets/img/event_title_text.png);
  width: 230px;
  height: 63px;
}

.p-eventMovie {
  display: flex;
  flex-wrap: wrap;
}
.p-eventMovie > div {
  margin: 0 2% 60px 0;
  width: 47%;
}

.p-eventMovie__title {
  font-weight: bold;
  top: -30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-eventHeading h2 {
    width: 149px;
    height: 45px;
  }
  .p-eventMovie {
    flex-direction: column;
  }
  .p-eventMovie > div {
    width: 100%;
    padding-bottom: 56.5% !important;
    margin: 0 0 50px;
  }
}
.p-accessHeading .c-headingInner {
  background-image: url(/assets/img/access_title_bg.jpg);
}
.p-accessHeading h2 {
  background-image: url(/assets/img/access_title_text.png);
  width: 190px;
  height: 39px;
}

.p-accessMap {
  width: 100%;
  margin: 0 0 40px;
}
.p-accessMap iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-accessHeading h2 {
    width: 139px;
    height: 25px;
  }
}
.p-galleryHeading .c-headingInner {
  background-image: url(/assets/img/gallery_title_bg.jpg);
}
.p-galleryHeading h2 {
  background-image: url(/assets/img/gallery_title_text.png);
  width: 220px;
  height: 41px;
}

.p-galleryMain {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  max-height: 800px;
  margin: 0 0 40px;
}
.p-galleryMain img {
  width: 100%;
}

.p-galleryCarousel {
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.p-galleryCarousel .slick-list {
  margin: 0 -15px;
}
.p-galleryCarousel .slick-slide {
  margin: 0 15px;
}
.p-galleryCarousel .slick-arrow {
  z-index: 50;
  content: "";
  left: 3px;
  width: 18px;
  height: 18px;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  transform: rotate(225deg);
  color: transparent;
  position: absolute;
}
.p-galleryCarousel .slick-prev {
  top: 45%;
  left: -20px;
}
.p-galleryCarousel .slick-next {
  top: 45%;
  left: auto;
  right: -20px;
  transform: rotate(45deg);
}

.p-galleryCarousel__item {
  max-height: 170px;
  height: 100%;
  margin: 0 10px 0 0;
  position: relative;
}
.p-galleryCarousel__item > div {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 100;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  max-width: 212px;
  width: 100%;
  padding: 10px 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
}

/* .u-hondo span{
  position: relative;
  text-indent: -9999px;
}
.u-hondo span::after{
  position: absolute;
  left: 0;
  top: 0;
  content: '本　　　堂';
  font-size: 22px;
  font-weight: bold;
  color: #fff;
} */



.u-2moji{
  letter-spacing: 72px;
  white-space: nowrap;
  text-indent: 23%;
}
.u-3moji{
  letter-spacing: 31px;
  white-space: nowrap;
  text-indent: 17%;
}
.u-4moji{
  letter-spacing: 24px;
  white-space: nowrap;
  text-indent: 14%;
}
@media screen and (max-width: 1170px) {
  .u-2moji{
    text-indent: 19%;
  }
  .u-3moji{
    text-indent: 15%;
  }
  .u-4moji{
    text-indent: 8%;
  }
}
@media screen and (max-width: 1170px) {
  .p-galleryCarousel__item > div{
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .u-2moji{
    text-indent: 12%;
    letter-spacing: 8px;
  }
  .u-3moji{
    letter-spacing: 8px;
  }
  .u-4moji{
    text-indent: 5%;
    letter-spacing: 8px;
  }
}


.p-galleryCarousel__item img {
  width: 100%;
}

.kishimojin .p-galleryCarousel .slick-arrow {
  border-top: 2px solid #b69552;
  border-right: 2px solid #b69552;
}

@media screen and (max-width: 768px) {
  .p-galleryHeading h2 {
    width: 139px;
    height: 24px;
  }
  .p-galleryCarousel .slick-list {
    margin: auto;
  }
  .p-galleryCarousel .slick-arrow {
    width: 10px;
    height: 10px;
  }
  .p-galleryCarousel__item > div {
    font-size: 10px;
  }
  .p-galleryCarousel .slick-slide {
    margin: 0 5px;
  }
  .p-galleryCarousel .slick-next {
    right: -12px;
    top: 43%;
  }
  .p-galleryCarousel .slick-prev {
    top: 43%;
    left: -9px;
  }
  .p-galleryCarousel {
    width: 96%;
    right: -4px;
  }
}
.p-entryHeading .c-headingInner {
  background-image: url(/assets/img/entry_title_bg.jpg);
}
.p-entryHeading h2 {
  background-image: url(/assets/img/entry_title_text.png);
  width: 380px;
  height: 50px;
}
.p-entryHeading .c-button a {
  margin: 20px auto 20px 0;
}

.p-entryTel {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .p-entryHeading h2 {
    width: 250px;
    height: 33px;
  }
}
.p-kiganTitle h2 {
  width: 180px;
  height: 45px;
}

.p-kiganHeading__main {
  color: #b69552;
  font-weight: bold;
  font-size: 20px;
}

.p-kiganHeading {
  border-left: 6px solid #b69552;
  padding: 0 0 0px 12px;
  margin: 0 0 3px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-kiganTitle h2 {
    width: 140px;
    height: 35px;
  }
}
.p-shichifukujinHeading .c-headingInner {
  background-image: url(/assets/img/info_title_bg.jpg);
}
.p-shichifukujinHeading h2 {
  background-image: url(/assets/img/info_title_text.png);
  width: 310px;
  height: 45px;
}

.p-shichifukujin__list {
  display: flex;
  flex-wrap: wrap;
}
.p-shichifukujin__list li {
  width: 48%;
  margin: 0 20px 20px 0;
}
.p-shichifukujin__list li img {
  width: 100%;
}
.p-shichifukujin__list li:nth-of-type(even) {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .p-shichifukujinHeading h2 {
    width: 204px;
    height: 29px;
  }
  .p-shichifukujin__list {
    flex-direction: column;
  }
  .p-shichifukujin__list li {
    width: 100%;
    margin: 0 0 20px;
  }
  .p-shichifukujin__list li img {
    width: 100%;
  }
  .p-shichifukujin__list li:nth-of-type(even) {
    margin: 0 0 20px;
  }
}
.p-unionHeading .c-headingInner {
  background-image: url(/assets/img/info_title_bg.jpg);
}
.p-unionHeading h2 {
  background-image: url(/assets/img/info_title_text.png);
  width: 314px;
  height: 57px;
}

.p-unionImg {
  width: 45%;
  float: right;
  margin: 0 0 20px 20px;
}

.p-unionLink {
  display: flex;
  margin: 10px 0 40px;
}
.p-unionLink__item {
  margin: 0 60px 0 0;
}
.p-unionLink__item:last-of-type {
  margin: 0;
}
.p-unionLink__item a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  margin: auto;
  line-height: 1.3;
  padding: 18px 10px;
  border: 1px solid #539241;
  background-color: #539241;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: 0.4s ease-out;
}
.p-unionLink__item a::before {
  position: absolute;
  content: "";
  top: -1px;
  left: auto;
  right: -68px;
  box-sizing: border-box;
  width: 46px;
  height: 60px;
  border: 30px solid transparent;
  border-left: 38px solid #539241;
}

.p-unionMap img {
  width: 100%;
}

.p-unionIndex {
  display: flex;
  flex-wrap: wrap;
}
.p-unionIndex li {
  width: 22%;
  margin: 0 2% 20px 0;
}
.p-unionIndex li:nth-of-type(4n) {
  margin: 0 0 20px;
}
.p-unionIndex li a {
  width: 100%;
  display: inline-block;
  border-radius: 15px;
  background-color: #b69552;
  padding: 10px;
  color: #fff;
  transition: 0.4s;
  position: relative;
}
.p-unionIndex li a::after {
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: 11px;
  content: "";
  width: 50px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-image: url(/wp/wp-content/themes/homyoji_theme/kishimojin/assets/img/result.png);
}
.p-unionIndex li a:hover {
  opacity: 0.7;
}
.p-unionIndex img {
  height: 100px;
  text-align: center;
  margin: 0 auto 5px;
  display: block;
}
.p-unionIndex h4 {
  margin: 0 0 5px;
}
.p-unionIndex p {
  text-align: center;
  font-size: 14px;
}

.s_02 .accordion_one {
  max-width: 1024px;
  margin: 0 auto 10px;
}
.s_02 .accordion_one img {
  height: 470px;
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}
.s_02 .accordion_one p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.s_02 .accordion_one .accordion_header {
  background-color: #aaa;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 3%;
  text-align: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}

.s_02 .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #aaa;
}

.s_02 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #aaa;
}

.s_02 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/wp/wp-content/themes/homyoji_theme/kishimojin/assets/img/arrow.png);
  transform: rotate(0deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.s_02 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  box-sizing: border-box;
}

.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-unionHeading h2 {
    width: 208px;
    height: 37px;
  }
  .p-unionImg {
    width: 100%;
    float: right;
    margin: 0 0 20px;
  }
  .p-unionLink {
    flex-direction: column;
  }
  .p-unionLink__item {
    margin: 0 0 20px;
  }
  .p-unionLink__item a {
    width: 290px;
    margin: 0;
  }
  .p-unionLink__item a::before {
    left: auto;
    right: -68px;
  }
  .p-unionIndex li {
    width: 48%;
  }
  .p-unionIndex li:nth-of-type(4n) {
    margin: 0 0 20px;
  }
  .s_02 .accordion_one img {
    height: auto;
  }
  .p-unionIndex img {
    width: auto;
    max-width: auto;
  }
}
.p-amuletHeading .c-headingInner {
  background-image: url(/assets/img/entry_title_bg.jpg);
}
.p-amuletHeading .l-container {
  /* min-width: 1120px; */
}
.p-amuletHeading h2 {
  background-image: url(/assets/img/entry_title_text.png);
  width: 292px;
  height: 58px;
}
.p-amuletHeading .amulet-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.p-amuletHeading .p-galleryMain {
  /* max-width: 450px; */
  width: 100%;
  height: auto;
  margin: 0px 0 20px;
}
.p-amuletHeading .p-galleryCarousel {
  /* max-width: 450px; */
}
.p-amuletHeading .p-galleryCarousel__item > div {
  /* font-size: 10px; */
}
.p-amuletHeading .p-galleryCarousel .slick-next,
.p-amuletHeading .p-galleryCarousel .slick-prev {
  top: 45%;
}

.amulet-item h3 {
  padding: 65px 0 0;
}

.p-amuletLink {
  display: flex;
  justify-content: flex-start;
}
.p-amuletLink li {
  padding: 0 5px;
  border-left: 2px solid #000;
}
.p-amuletLink li a {
  border-bottom: 2px solid #b69552;
}
.p-amuletLink li:last-of-type {
  border-right: 2px solid #000;
}

@media screen and (max-width: 768px) {
  .p-amuletHeading .l-container {
    min-width: auto;
  }
  .p-amuletHeading h2 {
    width: 192px;
    height: 40px;
  }
  .p-amuletHeading .amulet-wrap {
    flex-direction: column;
  }
  .p-amuletHeading .p-galleryMain {
    max-width: none;
  }
  .p-amuletHeading .p-galleryCarousel {
    max-width: none;
  }
  .p-amuletLink {
    flex-wrap: wrap;
  }
  .p-amuletLink li {
    margin: 0 0 5px;
  }
}
.p-aboutHeading .c-headingInner {
  background-image: url(/assets/img/info_title_bg.jpg);
}
.p-aboutHeading h2 {
  background-image: url(/assets/img/info_title_text.png);
  width: 309px;
  height: 56px;
}

@media screen and (max-width: 768px) {
  .p-aboutHeading h2 {
    width: 183px;
    height: 33px;
  }
}



/* クッキーポリシー */
.p-cookieHeading h2{
  width: 243px;
  height: 43px;
}
@media screen and (max-width: 768px) {
  .p-cookieHeading h2{
    width: 180px;
    height: 32px;
  }
}