@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */ /*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
}

html {
  color: #222;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal;
  overflow-wrap: break-word;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html,
body {
  min-height: 100%;
  min-height: 100dvh;
}

body {
  margin: 0;
}
body.gotoinari {
  background: #E3E0DC;
}
body.osuzunohimo {
  background: #E1E3DF;
}

img {
  border: 0;
  margin: 0;
  max-width: 100%;
  display: block;
  height: auto;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

select,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #c3c3c3;
}

:-ms-input-placeholder {
  color: #c3c3c3;
}

::-ms-input-placeholder {
  color: #c3c3c3;
}

::-moz-placeholder {
  color: #c3c3c3;
}

::placeholder {
  color: #c3c3c3;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

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

main {
  display: block;
}

.inner-block {
  position: relative;
  max-width: 960px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

#wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

figure, figcaption, blockquote,
dl, dt, dd {
  padding: 0;
  margin: 0;
}

.u-ib {
  display: inline-block;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.c-header.gotoinari {
  background: rgba(227, 224, 220, 0.75);
}
.c-header.osuzunohimo {
  background: rgba(225, 227, 223, 0.75);
}
.c-header .header_logo {
  position: fixed;
  display: block;
}
.c-header .header_logo.osuzunohimo {
  width: 70px;
  height: 255px;
}
.c-header .header_nav {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.c-header .header_nav a {
  display: block;
  color: inherit;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.c-header .header_nav._top a {
  color: #fff;
}
.c-header .header_nav.gotoinari a.icon {
  width: 20px;
}
.c-header .header_nav.gotoinari a.current:after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  display: block;
  margin: auto;
  top: -10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E22F00;
}
.c-header .header_nav.gotoinari a:hover {
  color: #E22F00;
  opacity: 1;
  cursor: pointer;
}
.c-header .header_nav.osuzunohimo:not(._top) a {
  opacity: 0.5;
}
.c-header .header_nav.osuzunohimo a.icon {
  width: 48px;
}
.c-header .header_nav.osuzunohimo a.current, .c-header .header_nav.osuzunohimo a:hover {
  opacity: 1;
}
.c-header .header_nav .ja {
  display: inline-block;
}
.c-header .header_nav .en {
  display: block;
  font-family: "Unna", serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  line-height: 1;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  position: relative;
  width: 100%;
  z-index: 20;
}
.c-footer .copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  display: inline-block;
  font-size: 10px;
  text-align: right;
  margin-bottom: 64px;
}
.c-footer .copyright._top {
  color: #fff;
}
.c-footer .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  padding-bottom: 26px;
}
.c-footer .group .sns {
  display: block;
  width: 30px;
  height: 30px;
}

/* --------------------------------
c-pagetop
----------------------------------- */
.c-pagetop {
  position: absolute;
}
.c-pagetop a {
  display: block;
  font-family: "Unna", serif;
  font-size: 16px;
  font-weight: 400;
  color: #E22F00;
  letter-spacing: 0.05em;
  background: url("../img/common/pagetop.png") top center/cover no-repeat;
}

/* --------------------------------
c-hx
----------------------------------- */
.c-hx01 {
  font-size: 24px;
}
.c-hx01 .yen {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.c-hx01 .ttl {
  display: block;
}

.c-hx02 {
  font-size: 20px;
}

.c-hx03 {
  font-size: 16px;
}

.c-hx04 {
  font-size: 24px;
  margin-bottom: 0;
}
.c-hx04 + .en {
  display: block;
  font-family: "Unna", serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  line-height: 1;
}

/* --------------------------------
c-pagetitle
----------------------------------- */
/* --------------------------------
c-bg
----------------------------------- */
/* --------------------------------
c-txt
----------------------------------- */
.c-txt01 {
  font-size: 14px;
  line-height: 2;
}
.c-txt01 + .c-txt01 {
  margin-top: 28px;
}
.c-txt01 small {
  font-size: 12px;
}
.c-txt01._fz {
  font-family: sans-serif;
}
.c-txt01._tac {
  text-align: center;
}

.c-txt02 {
  font-size: 12px;
  line-height: 1.8;
}
.c-txt02 + .c-txt02 {
  margin-top: 21.6px;
}

.c-tcy {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.c-blockquote {
  position: relative;
  padding: 36px 20px 20px;
  background: rgba(255, 255, 255, 0.2);
  border-left: 8px solid #999;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
}
.c-blockquote:before {
  content: "“";
  position: absolute;
  top: -40px;
  left: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-size: 80px;
  color: #666;
}
.c-blockquote cite {
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  margin-top: 21.6px;
}

/* --------------------------------
c-map
----------------------------------- */
.c-map01 {
  width: 100%;
}
.c-map01 iframe {
  width: 100%;
}

/* --------------------------------
c-layout
----------------------------------- */
.c-layout {
  width: 100%;
}
.c-layout_l .c-hx01 {
  margin-bottom: 10px;
}

/* --------------------------------
c-btn
----------------------------------- */
.c-btn01 {
  position: relative;
  display: inline-block;
  margin: 40px auto;
  padding: 8px 5px;
  z-index: 2;
}
.c-btn01:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 1px;
  background: #777;
}
.c-btn01:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  width: 18px;
  height: 1px;
  background: #777;
}
.c-btn01._l:before {
  left: 0;
}
.c-btn01._l:after {
  left: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-transform-origin: 0.5px 50%;
          transform-origin: 0.5px 50%;
}
.c-btn01._r:before {
  right: 0;
}
.c-btn01._r:after {
  right: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}

/* --------------------------------
c-link(text)
----------------------------------- */
.c-link01 {
  display: inline-block;
  color: #E22F00;
  text-decoration: underline;
}

/* --------------------------------
c-list
----------------------------------- */
.c-list01 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-list01_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.c-list01 .thumb {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
}
.c-list01 .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-list01 .yen {
  position: relative;
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
.c-list01 .date {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  color: #777;
}
.c-list01 .ttl {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 10px;
  width: 100%;
  min-width: 0;
}

/* dl,dt,dd */
.c-list02 {
  display: block;
  width: 100%;
  margin: 40px auto;
}
.c-list02 dt, .c-list02 dd {
  display: block;
  width: 100%;
}
.c-list02 dt {
  font-size: 10px;
}
.c-list02 dd {
  font-size: 16px;
}
.c-list02 dd small {
  font-size: 12px;
}
.c-list02 dd + dt {
  margin-top: 14px;
}

/* dl,dt,dd */
.c-list03 {
  display: block;
  width: 100%;
  margin: 24px auto;
}
.c-list03 .box {
  gap: 0 20px;
  margin-top: 10px;
}
.c-list03 dt, .c-list03 dd {
  display: block;
  width: 100%;
}
.c-list03 dt {
  font-size: 12px;
}
.c-list03 dd {
  font-size: 12px;
}
.c-list03 dd + dt {
  margin-top: 10px;
}

/* --------------------------------
c-post
----------------------------------- */
.c-post {
  width: 100%;
}
.c-post__title {
  margin-top: 60px;
  font-size: 20px;
  line-height: 1.44;
}
.c-post__date {
  margin-top: 6px;
  display: block;
  margin-top: 0;
  font-size: 10px;
  color: #777;
}
.c-post__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/1;
  width: 100%;
}
.c-post__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-post__main {
  margin-top: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.c-post__main p {
  font-size: 14px;
  line-height: 1.8;
}
.c-post__main p + p {
  margin-top: 28px;
}
.c-post__main h1 {
  font-size: 20px;
  margin: 20px 0 14px;
  border-bottom: 1px solid #666;
  padding-bottom: 8px;
}
.c-post__main h2 {
  font-size: 20px;
  margin: 20px 0 14px;
  border-bottom: 1px solid #999;
  padding-bottom: 4px;
}
.c-post__main h3 {
  font-size: 18px;
  margin: 20px 0 14px;
  border-bottom: 1px solid #666;
  padding-bottom: 4px;
}
.c-post__main h4 {
  font-size: 18px;
  margin: 20px 0 14px;
  border-bottom: 1px solid #999;
  padding-bottom: 2px;
}
.c-post__main h5 {
  font-size: 16px;
  margin: 20px 0 14px;
  border-bottom: 1px solid #666;
  padding-bottom: 2px;
}
.c-post__main h6 {
  font-size: 16px;
  margin: 20px 0 14px;
  border-bottom: 1px solid #999;
}
.c-post__main a {
  display: inline-block;
  color: #E22F00;
  text-decoration: underline;
}
.c-post__main .alignleft {
  float: left;
}
.c-post__main .alignright {
  float: right;
}
.c-post__main .alignnone {
  float: none;
  clear: both;
}
.c-post__back.c-btn01 {
  margin-top: 40px;
}

/* --------------------------------
pagenavi
----------------------------------- */
.wp-pagenavi {
  margin: 80px auto 0;
  text-align: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: 0;
  font-size: 14px;
  text-align: center;
  padding: 7px 12px;
}
.wp-pagenavi .current {
  border-bottom: 1px solid #000;
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #777;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
q-page
----------------------------------- */
.q-page .padding {
  position: relative;
}

/* --------------------------------
q-archive
----------------------------------- */
.q-archive .category {
  display: block;
  color: #999;
}
.q-archive .category.current {
  color: #222;
}

/* --------------------------------
q-details
----------------------------------- */
.q-details .c-btn01 {
  margin-top: 80px;
}

/* --------------------------------
q-frontpage
----------------------------------- */
.q-frontpage {
  position: relative;
  width: 100%;
  min-height: 100%;
  min-height: 100dvh;
}
.q-frontpage .box {
  gap: 0 !important;
  height: 100%;
  height: 100dvh;
}
.q-frontpage .door {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.q-frontpage .door .logo {
  display: block;
  margin: auto;
}
.q-frontpage .split {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  height: 100dvh;
  overflow: hidden;
  z-index: 0;
}
.q-frontpage .split:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.45);
}
.q-frontpage .split__col {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.q-frontpage .split .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.q-frontpage .split__col:nth-child(1) .bg {
  background-image: url("../img/common/gotoinari.jpg");
}
.q-frontpage .split__col:nth-child(2) .bg {
  background-image: url("../img/common/osuzunohimo.jpg");
}

/* --------------------------------
q-top
----------------------------------- */
.q-top-mv {
  width: 100%;
  height: 100%;
  height: 100dvh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
.q-top-mv:before {
  content: "";
  width: 100%;
  height: 100%;
  height: 100dvh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.q-top-mv:after {
  content: "";
  width: 100%;
  height: 320px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.q-top-mv.is-day {
  background-image: url("../img/gotoinari/mv_noon.jpg");
}
.q-top-mv.is-night {
  background-image: url("../img/gotoinari/mv_evening.jpg");
}
.q-top-mv .inner-block {
  height: 100%;
  z-index: 2;
}
.q-top-mv .mvimage {
  position: absolute;
  left: 0;
  top: 140px;
  z-index: 10;
}
.q-top-mv .mvimage.gotoinari {
  width: 120px;
  height: 360px;
}
.q-top-mv .mvimage.osuzunohimo {
  width: 170px;
  height: 330px;
}
.q-top-mv .bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  overflow: hidden;
  z-index: 0;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/osuzunohimo/mv.jpg");
}

/* --------------------------------
q-zyuyohin
----------------------------------- */
.q-zyuyohin .door__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.q-zyuyohin .door .hx {
  font-size: 20px;
  width: 28px;
}
.q-zyuyohin .door .thumb {
  width: 100%;
}
.q-zyuyohin .door .txt {
  margin-top: 16px;
}

/* --------------------------------
q-worship
----------------------------------- */
.q-worship .c-list03 .box,
.q-worship .c-list03 .box + .box {
  gap: 0 20px;
  margin-top: 10px;
}
.q-worship .worship_list + .worship_list {
  border-top: 1px solid #ccc;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 769px) {
  a:hover {
    opacity: 0.5;
    cursor: pointer;
  }
  .inner-block {
    margin: 0 auto;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  #wrapper {
    min-width: 1000px;
  }
  .u-sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .c-header {
    min-width: 1000px;
    margin: 0 auto;
    padding: 36px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-header .header_logo.gotoinari {
    top: 50px;
    left: 38px;
    width: 104px;
    height: 240px;
  }
  .c-header .header_logo.osuzunohimo {
    top: 50px;
    left: 55px;
  }
  .c-header .header_nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
    margin-right: 60px;
    gap: 0 46px;
  }
  .c-header .toggle_btn {
    display: none !important;
  }
  .c-footer .copyright {
    -webkit-transform: rotate(90deg) translateY(12px);
            transform: rotate(90deg) translateY(12px);
  }
  .c-pagetop {
    right: 10px;
    top: -120px;
  }
  .c-pagetop a {
    padding-left: 22px;
    padding-top: 62px;
    width: 120px;
    height: 104px;
  }
  .c-hx01 {
    margin-bottom: 60px;
  }
  .c-map01 iframe {
    aspect-ratio: 47/18;
  }
  .c-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-layout_l {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-layout_r {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 720px;
  }
  .c-btn01:before {
    width: 42px;
  }
  .c-btn01._l {
    padding-left: 58px;
  }
  .c-btn01._r {
    padding-right: 58px;
  }
  .c-btn01:hover {
    opacity: 1;
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  .c-link01:hover {
    text-decoration: underline;
    opacity: 1;
  }
  .c-list01 {
    gap: 30px;
  }
  .c-list01_item {
    width: 100%;
    max-width: 220px;
  }
  .c-list01_link:hover {
    opacity: 1;
  }
  .c-list01_link:hover .thumb img {
    opacity: 0.5;
  }
  .c-post__main a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  .wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
    color: #222;
    opacity: 1;
  }
  .q-page .padding:first-of-type {
    padding-top: 200px;
  }
  .q-page .padding:only-of-type {
    padding-bottom: 200px;
  }
  .q-page .padding:not(:only-of-type):last-of-type {
    padding-bottom: 200px;
  }
  .q-page .padding:not(:only-of-type) + .padding {
    padding-top: 100px;
  }
  .q-page .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
  }
  .q-page .box + .box {
    margin-top: 40px;
  }
  .q-page .box .image,
.q-page .box .txt,
.q-page .box .form {
    width: 100%;
  }
  .q-page .box .form iframe {
    min-width: 100%;
  }
  .q-page .box ._o1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .q-page .box ._o2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .q-page .box ._w140 {
    width: 140px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .q-page .box ._w200 {
    width: 200px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .q-page .box ._w300 {
    width: 300px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .q-page .box ._w360 {
    width: 360px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .q-page .box ._w380 {
    width: 380px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .q-page .box ._w400 {
    width: 400px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .q-page .box ._w480 {
    width: 480px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .q-page .box ._w500 {
    width: 500px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .q-page .box ._w720 {
    width: 720px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .q-frontpage .door .logo.gotoinari {
    width: 180px;
    height: 414px;
  }
  .q-frontpage .door .logo.osuzunohimo {
    width: 112px;
    height: 408px;
  }
  .q-zyuyohin .door {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 100px;
  }
  .q-worship .ttl {
    width: 160px;
  }
  .q-worship .worship_list + .worship_list {
    margin-top: 50px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-text-size-adjust: 100%;
  }
  .inner-block {
    padding: 0 20px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
select,
textarea {
    font-size: 16px !important;
  }
  .u-pc {
    display: none !important;
  }
  .c-header {
    padding: 8px 0 6px 5px;
  }
  .c-header .header_logo.gotoinari {
    top: 30px;
    left: 20px;
    width: 96px;
    height: 220px;
  }
  .c-header .header_logo.osuzunohimo {
    top: 30px;
    left: 10px;
  }
  .c-header .toggle_btn {
    position: fixed;
    top: 4px;
    right: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
  }
  .c-header .toggle_btn_label {
    width: 100%;
    height: 100%;
    z-index: 1000;
  }
  .c-header .toggle_btn .toggle_btn_label > span,
.c-header .toggle_btn .toggle_btn_label > span:before,
.c-header .toggle_btn .toggle_btn_label > span:after {
    content: "";
    display: block;
    height: 1px;
    width: 48px;
    background-color: #222;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .c-header .toggle_btn._top .toggle_btn_label > span, .c-header .toggle_btn._top .toggle_btn_label > span:before, .c-header .toggle_btn._top .toggle_btn_label > span:after {
    background-color: #fff;
  }
  .c-header .toggle_btn .toggle_btn_label > span:before {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .c-header .toggle_btn .toggle_btn_label > span:after {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .c-header .toggle_btn #toggle_btn_chk {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .c-header .toggle_btn #toggle_btn_chk:checked + .toggle_btn_label > span {
    background: transparent;
  }
  .c-header .toggle_btn #toggle_btn_chk:checked + .toggle_btn_label > span:before {
    bottom: 0;
    background-color: #222;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .c-header .toggle_btn #toggle_btn_chk:checked + .toggle_btn_label > span:after {
    top: 0;
    background-color: #222;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .c-header .toggle_btn .toggle_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 100;
    background: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header .toggle_btn .toggle_content.gotoinari {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-header .toggle_btn .toggle_content.osuzunohimo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 0;
  }
  .c-header .toggle_btn .toggle_content .header_logo.gotoinari {
    position: relative;
    margin: 0;
    width: 96px;
    height: 220px;
  }
  .c-header .toggle_btn .toggle_content .header_logo.osuzunohimo {
    position: static;
    margin: 0;
  }
  .c-header .toggle_btn .toggle_content .copyright {
    position: absolute;
    left: 0;
    bottom: 64px;
    display: inline-block;
    font-size: 10px;
    -webkit-transform: rotate(90deg) translateY(30px) translateX(-20px);
            transform: rotate(90deg) translateY(30px) translateX(-20px);
    text-align: right;
  }
  .c-header .toggle_btn .toggle_content .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    position: absolute;
    bottom: 42px;
    left: 50px;
    width: 100%;
  }
  .c-header .toggle_btn .toggle_content .group .sns {
    display: block;
    width: 30px;
    height: 30px;
  }
  .c-header .toggle_btn .toggle_content ul {
    width: 100%;
    max-width: 220px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-header .toggle_btn .toggle_content.gotoinari ul {
    margin: auto 0 22px 0;
  }
  .c-header .toggle_btn .toggle_content li {
    padding: 10px 22px;
    text-align: center;
  }
  .c-header .toggle_btn .toggle_content li + li {
    border-top: 0;
  }
  .c-header .toggle_btn .toggle_content li a {
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 8px 12px;
  }
  .c-header .toggle_btn .toggle_content li a span {
    position: relative;
    display: inline-block;
  }
  .c-header .toggle_btn .toggle_content li a.current span:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: -18px;
  }
  .c-header .toggle_btn .toggle_content li .ja {
    display: inline-block;
  }
  .c-header .toggle_btn .toggle_content li .en {
    display: block;
    font-family: "Unna", serif;
    font-size: 10px;
    letter-spacing: 0.16em;
    line-height: 1;
  }
  .c-header .toggle_btn .toggle_content.gotoinari li a {
    text-align: right;
  }
  .c-header .toggle_btn .toggle_content.gotoinari li a.icon img {
    width: 20px;
    margin-left: auto;
  }
  .c-header .toggle_btn .toggle_content.gotoinari li a.current span:before {
    background: #E22F00;
  }
  .c-header .toggle_btn .toggle_content.osuzunohimo li a.icon img {
    width: 30px;
  }
  .c-header .toggle_btn .toggle_content.osuzunohimo li a.current .ja:before {
    background: #999;
  }
  .c-header .toggle_btn #toggle_btn_chk:checked ~ .toggle_content {
    left: 0;
  }
  .c-footer .copyright {
    -webkit-transform: rotate(90deg) translateY(30px) translateX(-20px);
            transform: rotate(90deg) translateY(30px) translateX(-20px);
  }
  .c-pagetop {
    right: 10px;
    top: -100px;
  }
  .c-pagetop a {
    padding-top: 48px;
    padding-left: 8px;
    width: 100px;
    height: 86px;
  }
  .c-hx01 {
    margin-bottom: 40px;
    text-align: center;
  }
  .c-map01 iframe {
    aspect-ratio: 4/3;
  }
  .c-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .c-layout_l {
    text-align: center;
  }
  .c-btn01:before {
    width: 24px;
  }
  .c-btn01._l {
    padding-left: 32px;
  }
  .c-btn01._r {
    padding-right: 32px;
  }
  .c-list01 {
    margin: auto;
    gap: 40px 20px;
  }
  .c-list01_item {
    width: 40%;
    width: calc(50% - 10px);
    max-width: 220px;
  }
  .c-list02 dt, .c-list02 dd {
    text-align: center;
  }
  .q-page .padding:first-of-type {
    padding-top: 100px;
  }
  .q-page .padding:only-of-type {
    padding-bottom: 100px;
  }
  .q-page .padding:not(:only-of-type):last-of-type {
    padding-bottom: 100px;
  }
  .q-page .padding:not(:only-of-type) + .padding {
    padding-top: 40px;
  }
  .q-page .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .q-page .box + .box {
    margin-top: 40px;
  }
  .q-page .box .image {
    width: 100%;
  }
  .q-frontpage .door .logo.gotoinari {
    width: 96px;
    height: 220px;
  }
  .q-frontpage .door .logo.osuzunohimo {
    width: 70px;
    height: 255px;
  }
  .q-frontpage .split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .q-top-mv {
    padding: 0 20px;
  }
  .q-top-mv .mvimage {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .q-zyuyohin .door {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .q-worship .ttl {
    width: 100%;
  }
  .q-worship .worship_list + .worship_list {
    margin-top: 30px;
    padding-top: 40px;
  }
}
/*# sourceMappingURL=style.css.map */