@charset "UTF-8";
.ac-btn {
  position: relative;
  width: 16px;
  height: 1px;
}
.ac-btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  transition: 0.3s;
}
.ac-btn span:nth-child(2) {
  transform: rotate(90deg);
}

.ac-btn.active span:nth-child(2) {
  transform: rotate(0);
}

/* 2等分カラムレイアウト $m2に余白を指定する 初期値は0 */
/* 3等分カラムレイアウト $m3に余白を指定する 初期値は0 */
/* 4等分カラムレイアウト $m4に余白を指定する 初期値は0 */
/* common */
html {
  font-size: 62.5%;
}

body {
  background-image: url(../img/common/back1.webp);
  background-repeat: repeat-x repeat-y;
  color: #462d00;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Hina Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  line-height: 2;
}

body.fix {
  position: fixed;
  width: 100%;
  z-index: 100;
}
body.fix .h-wr {
  opacity: 1 !important;
  z-index: 500 !important;
}

body.open {
  overflow: hidden;
}

a {
  color: #462d00;
}

img {
  width: 100%;
}

hr {
  background-color: #462d00;
  width: 100%;
  height: 1px;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

*:focus {
  outline: none;
}

.u-line {
  text-decoration: underline;
}

.l-con {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/common/back2.webp);
  background-repeat: repeat-y repeat-x;
  border-radius: 20px;
}
.l-con .con {
  width: 100%;
}

.t-con {
  position: relative;
  width: 90%;
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
}
.t-con .con {
  width: 100%;
}

.con {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

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

.i-con {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.fw-b {
  font-weight: bold;
}

.w-b {
  background-color: #fff;
}

.w-t {
  color: #fff;
}

.b-t {
  color: #90504c;
}

.res-on {
  display: none;
}

.phone-on {
  display: none;
}

.tate {
  text-align: left;
  writing-mode: vertical-rl;
}

.backtop {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 30px;
  width: 75px;
  z-index: 300;
}

.backtop.active {
  opacity: 1;
}

.backtop.ab {
  position: absolute;
  right: 25px;
}

.smenu-wr {
  position: absolute;
  top: 52%;
  right: 0;
  width: 60px;
  padding: 20px 5px;
  padding-left: 8px;
  background-image: url(../img/common/s-back.webp);
  background-size: 100% 100%;
  z-index: 300;
}

.smenu-wr.fixed {
  position: fixed;
  top: calc(50% - 148px);
  right: 0;
}

.smenu-line {
  height: 2px;
  margin: 13px auto;
}

.smenu-icon-line {
  width: 34px;
}

.smenu-icon-insta {
  width: 30px;
}

.h-wr {
  opacity: 0;
  z-index: -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 35px 2% 10px;
  width: 100%;
  height: 100px;
  background-image: url(../img/common/h-back.webp);
  background-size: 100% 100%;
  transition: 0.5s;
}
.h-wr.fixed {
  opacity: 1;
  z-index: 500;
}

.h-logo {
  width: 50%;
  max-width: 265px;
}

.ham {
  width: 40px;
  cursor: pointer;
}

.ham-close {
  position: absolute;
  top: 40px;
  right: 25px;
  width: 40px;
  z-index: 200;
}

.g-fix {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: -1;
  opacity: 0;
  width: 80%;
  max-width: 360px;
  height: 100svh;
  min-height: 600px;
  transition: 0.2s;
  overflow-y: scroll;
  padding-bottom: 20px;
}

.g-nav-wr {
  display: block;
  width: 100%;
  max-width: 360px;
  height: 100%;
  position: relative;
  transition: 0.2s;
  transition: 0.5s;
}

.g-fix.open {
  height: 100%;
  z-index: 5000;
  right: 0;
  opacity: 1;
}

.g-nav {
  padding: 0 14%;
  padding-top: 13%;
  width: 100%;
  height: 75%;
  display: block;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-45%) translateX(-50%);
  display: block;
}

.g-nav.open {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%);
}

.g-nav-logo {
  width: 100%;
  max-width: 235px;
  margin: 0 auto;
}

.g-nav-back {
  width: 100%;
  height: 100vh;
}
.g-nav-back img {
  height: 100vh;
}

.g-navlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
.g-navlist li {
  width: 30%;
  margin-top: 45px;
}

.g-navlist-title {
  height: 16vh;
  max-height: 135px;
}
.g-navlist-title img {
  width: auto;
  height: 100%;
}

.g-navlist-icon-wr a {
  display: block;
}

.g-navlist-line {
  margin-bottom: 20px;
}
.g-navlist-line img {
  width: 34px;
}

.g-navlist-insta img {
  width: 30px;
}

.h-wr-static {
  z-index: 10;
  opacity: 1;
  position: static;
  margin-bottom: 100px;
}

.footer {
  height: 470px;
  margin-top: 180px;
  padding: 125px 0 40px;
  background-image: url(../img/common/f-back.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 100;
}

.f-comnav {
  margin-left: 15px;
}

.f-text {
  max-width: 305px;
  top: 35%;
  right: -1%;
}

.f-logo {
  width: 50%;
  max-width: 265px;
}

.f-wr {
  margin-top: 85px;
}

.f-temple {
  right: 100px;
  top: -8%;
  max-width: 305px;
}

.copyright {
  margin-top: 5px;
  margin-left: 42px;
  text-align: left;
}

.otherpage {
  padding-top: 100px;
}

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

.comnav {
  top: 27px;
  right: 80px;
  z-index: 1;
}

.comnavlist li:nth-child(even) {
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-top: 5px;
  margin: 0 12px;
}

.h-text {
  padding-top: 3px;
}

.hline {
  height: 150px;
  width: auto;
}

.btn-hover {
  display: inline-block;
  animation: none !important;
  transition: 0.3s !important;
  cursor: pointer;
}
.btn-hover:hover {
  animation: none !important;
  opacity: 0.7 !important;
  transition: 0.3s !important;
}

.t-news {
  width: 87px;
}

.t-about {
  width: 116px;
}

.t-toriko {
  width: 97px;
}

.t-kitou {
  width: 120px;
}

.t-omamori {
  width: 125px;
}

.t-event {
  width: 97px;
}

.t-access {
  width: 94px;
}

.obi1 {
  margin-top: -50px;
}

.kv-sec {
  padding-top: 30px;
  padding-bottom: 155px;
  background-image: url(../img/common/kv-back.webp);
  background-size: 100% 100%;
}

.kv-list-wr {
  margin: 0 auto;
  width: 100%;
  height: calc(100svh - 60px);
  padding: 0 30px;
}

.kv-list {
  width: 100%;
  height: calc(100svh - 60px);
}
.kv-list li {
  position: relative;
  width: 100%;
  height: calc(100svh - 60px);
}
.kv-list li img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.kv-logo {
  width: 36%;
  max-width: 172px;
  top: -30px;
  left: 55px;
  z-index: 1;
}

.kv-text {
  width: 70%;
  max-width: 390px;
  bottom: 50px;
  left: 20px;
  z-index: 1;
}

.news-con {
  position: relative;
  margin-top: -180px;
  z-index: 2;
}

.ntoplist {
  padding-right: 25px;
  margin-left: 18%;
  width: 82%;
}
.ntoplist li {
  width: 30%;
}
.ntoplist li a {
  display: block;
}
.ntoplist li img {
  border-radius: 8px;
}

.ntoplist-img {
  border-radius: 8px;
}

.ntoplist-text {
  margin-top: 15px;
  padding: 0 15px;
}

.nbtn {
  width: 190px;
}

.aboutbox-wr {
  margin-top: -20px;
}

.aboutbox-img img {
  border-radius: 6px;
}

.pinbox {
  padding: 30px;
  margin: 0 auto;
  max-width: 800px;
  background-image: url(../img/common/back4.webp);
  background-repeat: repeat-x repeat-y;
  border-radius: 12px;
}

.pinbox-text,
.pinbox-title-wr {
  padding: 0 10px;
}

.pinbox-title {
  margin-top: 20px;
}
.pinbox-title img {
  width: auto;
  height: 80px;
}

.pin-w {
  width: 34px;
  margin-right: 10px;
}

.pinbox-line {
  margin: 15px auto 30px;
  height: 3px;
}

.pinbox-ham-wr {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 50px;
  background-image: url(../img/common/back1.webp);
  top: 0;
  right: 0;
  border-radius: 0 12px 0 12px;
  cursor: pointer;
}

.pinbox-ham {
  padding-top: 7px;
  width: 40px;
}

.pinbox-img {
  border-radius: 6px;
}
.pinbox-img img {
  border-radius: 6px;
}

.pin {
  max-width: 40px;
  width: 4%;
  cursor: pointer;
  transition: 0.2s;
}
.pin:hover {
  transform: translateY(-5px);
}

.pin1 {
  top: 23%;
  left: 73%;
}

.pin2 {
  top: 33%;
  left: 66%;
}

.pin3 {
  top: 35%;
  left: 52%;
}

.pin4 {
  top: 22%;
  left: 41%;
}

.hide-area {
  display: none;
}

.modaal-container {
  background-color: transparent !important;
  width: auto !important;
}

.modaal-content-container {
  padding: 0 !important;
  background-color: transparent;
}

#modaal-close {
  display: none !important;
}

.modaal-overlay {
  background-color: rgb(255, 255, 255) !important;
  opacity: 0.5 !important;
  transition: 0.2s;
}

.slist-wr {
  z-index: 1;
  margin-top: -100px;
}

.slist {
  height: 300px;
}
.slist li {
  margin-right: 10px;
  transform: translateX(5px);
}
.slist li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}

.slist-illust {
  z-index: 2;
  width: 40%;
  max-width: 340px;
  margin-left: 50px;
}

.slist-back {
  top: -3px;
  left: 0;
  width: 100%;
  height: 306px;
  z-index: 2;
}
.slist-back img {
  width: 100%;
  height: 306px;
}

.toriko-con {
  margin-top: -145px;
}

.kitou-con {
  margin-top: -120px;
}

.kbox-text-wr {
  margin-top: 15px;
  padding-left: 50px;
}

.klist li {
  width: 115px;
}
.klist li:last-child {
  white-space: nowrap;
}

.klist2 li {
  margin-right: 45px;
}
.klist2 li:last-child {
  margin-right: 0;
  white-space: nowrap;
}

.lbtn-illust {
  max-width: 330px;
  top: -160px;
  left: -140px;
}

.omamori-con {
  margin-top: -100px;
  padding: 130px 0 120px;
}

.obox-wr {
  margin-top: 95px;
}
.obox-wr:first-child {
  margin-top: 0;
}

.obox-l {
  width: 48%;
}

.obox-r {
  margin-top: -10px;
  width: 45%;
}

.event-con {
  margin-top: -140px;
  padding: 120px 0 130px;
}

.ebox {
  padding: 50px 5% 60px;
  max-width: 845px;
  background-image: url(../img/common/back3.webp);
  background-size: 100% 100%;
}

.ebox-illust {
  width: 145px;
  bottom: -35px;
  right: 10px;
}

.access-con {
  margin-top: -125px;
}

.gmap {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 400px;
  position: relative;
  border-radius: 9px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 9px;
}

.obi-news {
  max-width: 630px;
}

.newslist-wr {
  margin-left: 20%;
  width: 80%;
}

.newslist li {
  margin-bottom: 60px;
}
.newslist li:last-child {
  margin-bottom: 0;
}
.newslist li a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.newslist-img {
  width: 30%;
  border-radius: 6px;
}
.newslist-img img {
  border-radius: 6px;
}

.newslist-text {
  width: 65%;
}

.single-title-wr {
  z-index: 2;
}

.obi-single {
  margin-top: -50px;
  width: 104%;
  transform: translateX(-2%);
}

.single-thumb {
  border-radius: 15px;
}
.single-thumb img {
  border-radius: 15px;
}

.single-wr {
  margin-top: 60px;
}

.sbar-title {
  width: 235px;
}

.sbarlist {
  margin-top: 20px;
}
.sbarlist li {
  margin-bottom: 35px;
}
.sbarlist li:last-child {
  margin-bottom: 0;
}
.sbarlist li a {
  display: block;
}

.sbarlist-img {
  border-radius: 6px;
}
.sbarlist-img img {
  border-radius: 6px;
}

.sbarlist-text {
  margin-top: 15px;
}

.single-con {
  margin-top: 60px;
}
.single-con h1 {
  font-size: 2.4rem;
}
.single-con h2 {
  font-size: 2rem;
}
.single-con h3 {
  font-size: 2rem;
  color: #462d00;
}
.single-con h4 {
  font-size: 2rem;
  border-bottom: 2px solid #462d00;
}
.single-con h5 {
  font-size: 2rem;
  border-left: 5px solid #462d00;
  padding-left: 10px;
}
.single-con ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.single-con ul li::before {
  content: "・";
  color: #462d00;
}
.single-con ol {
  margin-left: -2px;
  list-style-position: inside;
}
.single-con ol li {
  padding-left: 1.15em;
  text-indent: -1.15em;
}

.backbtn-wr {
  margin-top: 120px;
  transform: translateX(-20px);
}

.pagenavi-wr {
  text-align: right;
  margin-top: 120px;
  width: 100%;
}

.wp-pagenavi {
  font-size: 1.8rem;
  line-height: 1;
}
.wp-pagenavi a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  margin: 0 5px;
  border: none !important;
  position: relative;
}
.wp-pagenavi a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #462d00;
  display: block;
  transition: 0.3s;
  opacity: 0;
}
.wp-pagenavi a:hover::after {
  opacity: 1;
}
.wp-pagenavi .current {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #462d00;
  color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  padding-bottom: 3px;
}
.wp-pagenavi .first {
  color: #fff;
  background-color: #462d00;
  height: 30px;
  width: auto;
  border-radius: 5px;
  margin: 0;
  padding: 0 5px;
}
.wp-pagenavi .first:hover {
  opacity: 0.8;
}
.wp-pagenavi .last {
  color: #fff;
  background-color: #462d00;
  height: 30px;
  width: auto;
  border-radius: 5px;
  margin: 0;
  padding: 0 5px;
}
.wp-pagenavi .last:hover {
  opacity: 0.8;
}
.wp-pagenavi .previouspostslink {
  width: auto;
  height: 30px;
  margin: 0 5px;
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink:hover {
  opacity: 0.8;
}
.wp-pagenavi .nextpostslink {
  width: auto;
  height: 30px;
  margin: 0 5px;
  margin-left: 10px;
}
.wp-pagenavi .nextpostslink:hover {
  opacity: 0.8;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .extend {
  border: none;
  letter-spacing: 0.2em;
}

.contact-text {
  z-index: 1;
}

.obi-contact {
  margin-top: -40px;
  transform: translateX(50px);
}

.form-row {
  margin-bottom: 30px;
}

.form-box {
  display: flex;
}

.form-left {
  text-align: right;
  width: calc(36% - 25px);
  margin-right: 25px;
  font-size: 2rem;
  color: #90504c;
}

.form-right {
  text-align: left;
  width: 64%;
  color: #462d00;
  font-family: "Hina Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif !important;
}
.form-right input,
.form-right textarea {
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-family: "Hina Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif !important;
  color: rgb(70, 45, 0) !important;
  font-size: 16px !important;
}
.form-right input {
  height: 45px;
}
.form-right textarea {
  height: 230px;
}

.form-btn-wr-confirm br {
  display: none !important;
}

.form-btn {
  border: none;
  background: none;
  margin-top: 60px;
}

.form-right-check input {
  transform: translateY(-3px);
}
.form-right-check .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.form-right-check .wpcf7-list-item {
  width: 35%;
}

.star {
  display: inline-block;
  margin-left: 5px;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
}
.checkbox-wrapper input {
  transform: translateY(-3px);
}
.checkbox-wrapper p {
  margin-left: 7px;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  height: 18px;
  width: 18px;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

input[type=checkbox]::before {
  border: 1px solid #462d00;
  background-color: transparent;
  border-radius: 50%;
  height: 18px;
  width: 18px;
}

input[type=checkbox]::after {
  border-bottom: 3px solid #462d00;
  /*チェックの太さ*/
  border-left: 3px solid #462d00;
  /*チェックの太さ*/
  opacity: 0;
  /*チェック前は非表示*/
  height: 5px;
  /*チェックの高さ*/
  width: 8px;
  /*チェックの横幅*/
  transform: rotate(-45deg);
  top: 6px;
  left: 5px;
}

input[type=checkbox]:checked::after {
  opacity: 1;
  /*チェック後表示*/
}

.thanks-title {
  z-index: 1;
}

.obi-contact2 {
  transform: translateX(50px);
  margin-top: -60px;
}

.thanks-illust {
  margin-top: -20px;
  width: 60%;
  max-width: 365px;
}/*# sourceMappingURL=style.css.map */