/*
Theme Name:幸福湯
*/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Volkhov&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
* {
  margin: 0;
  padding: 0;
}

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

*:focus {
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #111;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
option,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: YuGothic, "游ゴシック体",  "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  border: 0;
}

textarea {
  resize: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

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

a {
  color: currentColor;
  text-decoration: none;
}

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

ol,
ul,
li {
  list-style: none;
}

@media screen and (min-width: 768px), print {
  .u-sp-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}


.wrapper {
  position: relative;
  overflow: hidden;
}

.l-wrapper {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .l-wrapper {
    min-width: 1300px;
  }
}

.l-wrapper.opened {
  overflow: hidden;
}

.image-frog-gif {
  width: 81px;
  height: 85px;
  position: fixed;
  z-index: 997;
  bottom: 10px;
  right: 17px;
	display:none;
}

@media screen and (min-width: 768px), print {
  .p-opening {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1000;
  }
}

@media (max-width: 767px) {
  .p-opening {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1000;
  }
}

@media screen and (min-width: 768px), print {
  .p-opening-img {
    width: calc(100% - 285px);
    height: 100vh;
    background: url(/wp-content/themes/kofukuyu/assets/images/opening/img_top-pc.jpg) no-repeat 0 0;
    background-size: cover;
    position: fixed;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

@media (max-width: 767px) {
  .p-opening-img {
    width: 100%;
    height: 54.8%;
    background: url(/wp-content/themes/kofukuyu/assets/images/opening/img_top.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: fixed;
    background-position: center;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}

.opening-pc{
  display:block;
}

.opening-sp{
  display:none;
}

@media (max-width:768px){

  .opening-pc{
    display:none;
  }

  .opening-sp{
    display:block;
  }

}

.p-opening-white {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 3s ease;
  transition: -webkit-transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease;
  transition: transform 3s ease;
  background: #FFF;
  width: calc(100% - 300px);
  height: 100%;
}

@media (max-width: 767px) {
  .p-opening-white {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
  }
}

.p-opening-white.closed {
	opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

@media screen and (min-width: 768px), print {
  .p-opening-tit {
    text-align: center;
    position: fixed;
    width: 107.6px;
    height: 323.54px;
    z-index: 999;
    top: 50%;
    right: 2%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: none;
  }
}

@media (max-width: 767px) {
  .p-opening-tit {
    position: fixed;
    width: 20%;
    height: 35.6%;
    top: 36px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: none;
  }
  .p-opening-tit img {
    height: 100%;
  }
}

.p-opening-tit.onthewater {
  -webkit-animation: smokeImg 1.13s steps(17);
          animation: smokeImg 1.13s steps(17);
  opacity: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.p-mv {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-mv {
    height: 100vh;
    position: relative;
  }
}

@media (max-width: 767px) {
  .p-mv {
    height: 100vh;
    position: relative;
  }
}

@media screen and (min-width: 768px), print {
  .p-mv-tit {
    text-align: center;
    position: fixed;
    width: 110px;
    height: 436px;
    z-index: 2;
    top: 50%;
    right: 2%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-mask-image: url(/wp-content/themes/kofukuyu/assets/images/kemuri-ver2.png);
            mask-image: url(/wp-content/themes/kofukuyu/assets/images/kemuri-ver2.png);
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: repeat-x;
            mask-repeat: repeat-x;
  }
}

@media (max-width: 767px) {
  .p-mv-tit {
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    position: absolute;
    width: 130px;
    height: 210px;
    -webkit-mask-image: url(/wp-content/themes/kofukuyu/assets/images/kemuri-ver2.png);
            mask-image: url(/wp-content/themes/kofukuyu/assets/images/kemuri-ver2.png);
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}

.p-mv-tit.onthewater {
  -webkit-animation: smokeImg 1.5s steps(20);
          animation: smokeImg 1.5s steps(20);
  opacity: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@media screen and (min-width: 768px), print {
  .p-mv-main {
    width: calc(100% - 285px);
    height: 100vh;
    position: relative;
  }
}

@media (max-width: 767px) {
  .p-mv-main {
    position: relative;
    height: 100vh;
  }
}

.p-mv-main__frog {
  position: absolute;
  width: 81px;
  height: 85px;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_frog01.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  top: 36.2%;
  right: 23px;
  z-index: 2;
}

@media screen and (min-width: 768px), print {
  .p-mv-main__img {
    display: block;
    height: 100%;
    background: url(/wp-content/themes/kofukuyu/assets/images/top/img_top-mv-pc.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .p-mv-main__img {
    width: 100%;
    height: 54.8%;
    background: url(/wp-content/themes/kofukuyu/assets/images/top/img_top-mv.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-mv-main__img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 72px;
    background: url(/wp-content/themes/kofukuyu/assets/images/top/img_top-mv-bottom.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    bottom: -72px;
    left: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-mv-main__info {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/wp-content/themes/kofukuyu/assets/images/top/img_bg-gray.jpg) repeat 0 0;
    background-size: 1500px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px), print  {
  .p-mv-main__info-wrap {
    width: 910px;
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

@media screen and (min-width: 768px), print {
  .p-mv-main__info-tel {
    font-family: 'Volkhov', serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
  }
  .p-mv-main__info-tel::after {
    content: '';
    position: absolute;
    width: 42px;
    height: 4px;
    background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line.png) no-repeat 0 0;
    background-size: cover;
    bottom: -2px;
    left: 0;
  }
  .p-mv-main__info h3 {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: 'Volkhov', serif;
    margin-left: 10px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .p-mv-main__info-time {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-left: 26px;
    display: inline-block;
  }
  .p-mv-main__info-btn {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print {
  .p-mv-main__info-btn {
    width: 165px;
    height: 32px;
    margin-left: 25px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@media screen and (min-width: 768px), print {
  .p-mv-main__info-btn:hover span::after {
    height: 35px;
    width: 193px;
  }
  .p-mv-main__info-btn span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print {
  .p-mv-main__info-btn span::before {
    content: '最新情報はこちら';
    position: absolute;
    font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
    width: 140px;
    color: #222;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
  .p-mv-main__info-btn span::after {
    content: '';
    position: absolute;
    width: 190px;
    height: 32px;
    background: #fff;
    border: 2px solid #222;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
    -webkit-transition: height 0.2s ease, width 0.2s ease;
    transition: height 0.2s ease, width 0.2s ease;
  }
}

.p-mv-scroll {
  position: absolute;
  font-family: 'Volkhov', serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.p-mv-scroll::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line02.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  bottom: -10px;
  left: 0;
}

@media (max-width: 767px) {
  .p-mv-scroll::after {
    height: 100%;
    width: 4px;
    bottom: 0px;
    left: -5px;
    background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line-vertical.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-mv-scroll {
    bottom: 50px;
    right: 3.75%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 999;
  }
}

@media (max-width: 767px) {
  .p-mv-scroll {
    top: 25%;
    left: 35px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}

@media (max-width: 767px) {
  .p-mv-main__img02 {
    width: 100%;
    height: 72px;
    background: url(/wp-content/themes/kofukuyu/assets/images/top/img_top-mv-bottom.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    position: relative;
  }
}

@media (max-width: 767px) {
  .p-mv-main__info {
    width: 100%;
    margin: 111px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
  }
  .p-mv-main__info::after {
    content: '';
    position: absolute;
    width: 980px;
    height: 260px;
    top: -90px;
    left: -250px;
    background: url(/wp-content/themes/kofukuyu/assets/images/component/img_wave01.png) no-repeat 0 0;
    background-size: cover;
    z-index: 0;
  }
  .p-mv-main__info-wrap {
    width: 89.3%;
    padding: 30px;
    background: #fff;
    margin: 0 auto;
    z-index: 1;
  }
  .p-mv-main__info-tel {
    font-family: 'Volkhov', serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
  }
  .p-mv-main__info-tel::after {
    content: '';
    position: absolute;
    width: 46px;
    height: 4px;
    background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line02.png) no-repeat 0 0;
    background-size: cover;
    bottom: -2px;
    left: 0;
  }
  .p-mv-main__info h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: 'Volkhov', serif;
    margin-left: 10px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .p-mv-main__info-time {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-top: 20px;
    line-height: 1.57;
  }
  .p-mv-main__info-btn {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 15px;
  }
  .p-mv-main__info-btn span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .p-mv-main__info-btn span::before {
    content: '最新情報はこちら';
    position: absolute;
    font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
    width: 147px;
    color: #222;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
  .p-mv-main__info-btn span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background: #fff;
    border: 2px solid #222;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-philosophy {
    margin-top: 126px;
    position: relative;
    padding-top: 312px;
    z-index: 3;
  }
}

@media (max-width: 767px) {
  .p-philosophy {
    margin-top: 100px;
    position: relative;
  }
}

.p-philosophy::after {
  content: '';
  position: absolute;
  width: 1563px;
  height: 1384px;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_wave01-pc.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  top: -200px;
  left: 19%;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .p-philosophy::after {
    width: 100%;
    height: 353px;
    top: -180px;
    left: 0;
    background: url(/wp-content/themes/kofukuyu/assets/images/component/img_wave02.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-philosophy-wrap {
    width: 648px;
    height: 635px;
    margin: 0 auto;
    -webkit-transform: translateX(-93px);
            transform: translateX(-93px);
  }
}

@media (max-width: 767px) {
  .p-philosophy-wrap {
    padding: 0 30px;
  }
}

.p-philosophy-tit {
  font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  font-weight: bold;
  letter-spacing: 0.12em;
  text-indent: 16px;
}

@media screen and (min-width: 768px), print {
  .p-philosophy-tit {
    line-height: 1.6;
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .p-philosophy-tit {
    line-height: 1.53;
    font-size: 29px;
  }
}

.p-philosophy-subTit {
  font-family: 'Volkhov', serif;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-philosophy-subTit {
    margin: 40px 0 65px 0;
    font-size: 17px;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}

@media (max-width: 767px) {
  .p-philosophy-subTit {
    margin: 15px 0 42px 0;
    font-size: 15px;
  }
}

.p-philosophy-subTit small {
  position: relative;
  font-family: 'Volkhov', serif;
}

.p-philosophy-subTit small::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line02.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  bottom: 0px;
  left: 0;
}

@media (max-width: 767px) {
  .p-philosophy-subTit small::after {
    bottom: -3px;
  }
}

@media screen and (min-width: 768px), print {
  .p-philosophy-subTit small {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .p-philosophy-subTit small {
    display: inline-block;
    font-size: 14px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.p-philosophy-txt-wrap {
  display: block;
}

.p-philosophy-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  .p-philosophy-txt {
    font-size: 18px;
    line-height: 1.94;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    display: block;
  }
}

@media (max-width: 767px) {
  .p-philosophy-txt {
    font-size: 16px;
    line-height: 1.875;
  }
}

.p-philosophy-txt:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.p-philosophy-txt:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.p-philosophy-txt:nth-of-type(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.p-philosophy-txt:nth-of-type(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.p-philosophy-txt:nth-of-type(6) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.p-philosophy-txt:nth-of-type(7) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.p-philosophy-txt:nth-of-type(8) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.p-philosophy-txt:nth-of-type(9) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.p-philosophy-txt:nth-of-type(10) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.p-philosophy-txt:nth-of-type(11) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.p-philosophy-txt:nth-of-type(12) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

@media screen and (min-width: 768px), print {
  .p-image-block {
    margin-top: 140px;
    width: 100%;
    height: 570px;
    background: url(/wp-content/themes/kofukuyu/assets/images/image-block/img_image-block-pc.jpg) no-repeat 0 0;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .p-image-block {
    margin-top: 190px;
    width: 100%;
    height: 500px;
    background: url(/wp-content/themes/kofukuyu/assets/images/component/img_block.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .p-image-block::after {
    content: '';
    position: absolute;
    width: 980px;
    height: 867px;
    top: -140px;
    left: -350px;
    z-index: -1;
    background: url(/wp-content/themes/kofukuyu/assets/images/component/img_wave01.png) no-repeat 0 0;
    background-size: cover;
  }
}

.p-menu {
  background: url(/wp-content/themes/kofukuyu/assets/images/ofuro-menu/img_bg-section-pc.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px), print {
  .p-menu {
    width: 100%;
    padding: 152px 0 130px 0;
  }
}

@media (max-width: 767px) {
  .p-menu {
    width: 100%;
    padding: 35px 20px;
    background: url(/wp-content/themes/kofukuyu/assets/images/ofuro-menu/img_bg-section.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-menu-wrap {
    width: 820px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-menu-ofuro {
  background: url(/wp-content/themes/kofukuyu/assets/images/ofuro-menu/img_bg-menu.jpg) no-repeat 0 0;
  background-size: cover;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-menu-ofuro {
    width: 431px;
    height: 697px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .p-menu-ofuro {
    width: 100%;
    height: 628px;
    padding: 20px;
  }
}

.p-menu-ofuro__wrap {
  background: #fff;
  height: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .p-menu-ofuro__wrap {
    width: 100%;
  }
}

.p-menu-ofuro__wrap::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 616px;
  top: 10px;
  left: 10px;
  background: url(/wp-content/themes/kofukuyu/assets/images/ofuro-menu/img_border.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .p-menu-ofuro__wrap::after {
    top: 8px;
    height: 98%;
  }
}

.p-menu-ofuro__wrap::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 616px;
  top: 10px;
  right: 10px;
  background: url(/wp-content/themes/kofukuyu/assets/images/ofuro-menu/img_border.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .p-menu-ofuro__wrap::before {
    top: 8px;
    height: 98%;
  }
}

.p-menu-ofuro__tit {
  font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px), print {
  .p-menu-ofuro__tit {
    font-size: 34px;
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .p-menu-ofuro__tit {
    font-size: 28px;
    padding-top: 60px;
  }
}

.p-menu-ofuro__subTit {
  font-family: 'Volkhov', serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
}

.p-menu-ofuro__subTit::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line02.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  bottom: -5px;
  left: 0;
}

@media screen and (min-width: 768px), print {
  .p-menu-ofuro__subTit {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .p-menu-ofuro__subTit {
    font-size: 14px;
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px), print {
  .p-menu-ofuro ul {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .p-menu-ofuro ul {
    margin-top: 55px;
  }
}

.p-menu-ofuro__list {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.p-menu-ofuro__list + .p-menu-ofuro__list {
  margin-top: 25px;
}

.p-menu-ofuro__list small {
  font-size: 15px;
}

@media (max-width: 767px) {
  .p-menu-ofuro__list:nth-of-type(4) {
    margin-top: 35px;
  }
}

.p-menu-ofuro__subTxt {
  position: relative;
}

.p-menu-ofuro__subTxt::after {
  content: '';
  position: absolute;
  width: 88px;
  height: 142px;
  background: url(/wp-content/themes/kofukuyu/assets/images/ofuro-menu/img_object-rabbit.png) no-repeat 0 0;
  background-size: cover;
  left: 20px;
  top: -55px;
}

@media (max-width: 767px) {
  .p-menu-ofuro__subTxt::after {
    top: -47px;
    left: -90px;
  }
}

@media screen and (min-width: 768px), print {
  .p-menu-ofuro__subTxt {
    margin-top: 80px;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
}

@media (max-width: 767px) {
  .p-menu-ofuro__subTxt {
    margin: 65px auto 0 auto;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
    width: 160px;
  }
}

.p-menu-ofuro__subTxt span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #EBEBEB;
  line-height: 1.4;
  display: block;
  margin: 0 auto 5px auto;
}

.p-menu-ofuro__subTxt span:nth-of-type(1) {
  width: 73px;
  height: 20px;
}

.p-menu-ofuro__subTxt span:nth-of-type(2) {
  width: 125px;
  height: 20px;
}

.p-menu-ofuro__subTxt span:nth-of-type(3) {
  width: 160px;
  height: 20px;
}

.p-menu .p-menu-tag {
  background: url(/wp-content/themes/kofukuyu/assets/images/ofuro-menu/img_bg-blue.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-position: center;
  text-align: center;
  padding-top: 120px;
  position: relative;
}

.p-menu .p-menu-tag::after {
  content: '';
  position: absolute;
  width: 84px;
  height: 147px;
  background: url(/wp-content/themes/kofukuyu/assets/images/ofuro-menu/img_object-frog.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px), print {
  .p-menu .p-menu-tag {
    width: 350px;
    height: 694px;
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .p-menu .p-menu-tag {
    width: 100%;
    height: 694px;
    margin-top: 74px;
    background-size: contain;
  }
}

.p-menu .p-menu-tag__tit {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

.p-menu .p-menu-tag__tit:nth-of-type(1) {
  -webkit-transform: rotate(6deg) translateX(20px);
          transform: rotate(6deg) translateX(20px);
}

.p-menu .p-menu-tag__tit:nth-of-type(2) {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.p-menu .p-menu-tag__tit:nth-of-type(3) {
  -webkit-transform: rotate(-5deg) translateX(20px);
          transform: rotate(-5deg) translateX(20px);
}

@media (max-width: 767px) {
  .p-menu .p-menu-tag__tit:nth-of-type(3) {
    margin-top: 20px;
  }
}

.p-menu .p-menu-tag ul {
  margin-top: 52px;
}

@media (max-width: 767px) {
  .p-menu .p-menu-tag ul {
    margin-top: 55px;
  }
}

.p-menu .p-menu-tag__list {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 30px;
  line-height: 1.1;
}

.p-menu .p-menu-tag__list::after {
  content: '';
  position: absolute;
  width: 165px;
  height: 4px;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line02.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-menu .p-menu-tag__list:nth-of-type(2)::after {
  width: 79px;
}

.p-menu .p-menu-tag__list:nth-of-type(3)::after {
  width: 123px;
}

.p-menu .p-menu-tag__list:nth-of-type(4)::after {
  width: 101px;
}

.p-menu .p-menu-tag__list:nth-of-type(5)::after {
  width: 210px;
}

.p-image-slide .slide02 .slick-slide .slick-current .slick-active {
  width: 188px !important;
}

.p-image-slide .slide02 .slick-slide .slick-current .slick-active img {
  width: 100% !important;
}

.p-banner {
  color: #fff;
  position: relative;
}

.p-banner::after {
  content: '';
  position: absolute;
  width: 1563px;
  height: 1459px;
  background: url(/wp-content/themes/kofukuyu/assets/images/cartoon/img_bg-pc.png) no-repeat 0 0;
  background-size: cover;
  left: calc(50% + 200px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}

@media (max-width: 767px) {
  .p-banner::after {
    width: 980px;
    height: 940px;
    background: url(/wp-content/themes/kofukuyu/assets/images/cartoon/img_bg.png) no-repeat 0 0;
    background-size: cover;
    top: 350px;
    left: 50%;
  }
}

@media screen and (min-width: 768px), print {
  .p-banner {
    margin: 90px auto 0 auto;
    width: 981px;
    height: 530px;
    background: url(/wp-content/themes/kofukuyu/assets/images/banner/img_bg-banner-pc.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 120px 100px;
  }
}

@media (max-width: 767px) {
  .p-banner {
    margin: 30px;
    height: 480px;
    padding: 55px 20px;
    background: url(/wp-content/themes/kofukuyu/assets/images/banner/img_bg-banner.jpg) no-repeat 0 0;
    background-size: cover;
  }
}

.p-banner-tit {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
}

.p-banner-tit::after {
  content: '';
  position: absolute;
  width: 229px;
  height: 7px;
  background: url(/wp-content/themes/kofukuyu/assets/images/banner/img_line.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  bottom: -17px;
  left: 0;
}

@media screen and (min-width: 768px), print {
  .p-banner-tit::after {
    left: 25px;
  }
}

@media (max-width: 767px) {
  .p-banner-tit::after {
    width: 90%;
    bottom: -15px;
  }
}

.p-banner-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.875;
}

@media screen and (min-width: 768px), print {
  .p-banner-txt {
    margin-top: 50px;
    padding-left: 25px;
  }
}

@media (max-width: 767px) {
  .p-banner-txt {
    margin-top: 32px;
  }
}

.p-cartoon {
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_bg-pattern.jpg) repeat 0 0;
  background-size: 178px 163px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .p-cartoon {
    margin-top: 220px;
    padding-bottom: 200px;
  }
}

@media (max-width: 767px) {
  .p-cartoon {
    margin-top: 120px;
    padding: 0 30px 40px 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cartoon-wrap {
    width: 863px;
    height: 1058px;
    margin: 0 auto;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

@media screen and (min-width: 768px), print {
  .p-cartoon-tit {
    width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translateY(-22px);
            transform: translateY(-22px);
  }
}

@media (max-width: 767px) {
  .p-cartoon-tit {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

.p-cartoon-tit h3 {
  font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px), print {
  .p-cartoon-tit h3 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .p-cartoon-tit h3 {
    font-size: 36px;
  }
}

.p-cartoon-tit span {
  font-family: 'Volkhov', serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}

@media (max-width: 767px) {
  .p-cartoon-tit span {
    display: block;
    margin-top: 20px;
  }
}

.p-cartoon-tit span::after {
  content: '';
  position: absolute;
  width: 195px;
  height: 4px;
  bottom: -5px;
  left: 0;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line02.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .p-cartoon-tit span::after {
    width: 63%;
    bottom: -3px;
  }
}

.p-cartoon-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
}

@media screen and (min-width: 768px), print {
  .p-cartoon-txt {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .p-cartoon-txt {
    margin-top: 10px;
  }
}

.p-cartoon-contents {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-cartoon-contents {
    height: 866px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .p-cartoon-contents {
    margin-top: 35px;
  }
}

.p-cartoon-btn {
  background: #C94543;
  text-align: center;
  position: relative;
  padding: 20px 0;
}

@media screen and (min-width: 768px), print {
  .p-cartoon-btn {
    margin: 45px auto 0 auto;
    width: 460px;
    height: 60px;
  }
  .p-cartoon-btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #C94543;
    top: 0;
    left: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .p-cartoon-btn:hover::after {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (max-width: 767px) {
  .p-cartoon-btn {
    width: 100%;
    margin: 25px auto 0 auto;
  }
}

.p-cartoon-btn a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  display: block;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-cartoon-btn a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .p-cartoon-btn a {
    font-size: 16px;
  }
}

/*料金表*/

@media screen and (min-width: 768px), print {
  .p-price {
    margin: 110px auto;
    width: 812px;
    background: url(/wp-content/themes/kofukuyu/assets/images/price/img_bg-pc.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .p-price {
    margin: 30px 20px;
    background: url(/wp-content/themes/kofukuyu/assets/images/price/img_bg.jpg) repeat 0 0;
    background-size: 178px 163px;
    padding: 20px;
  }
}

.p-price-wrap {
  background: #fff;
}

/* PC タブレット*/
@media (min-width:768px), print {
  .p-price-wrap {
    width: 752px;
    margin: 0 auto;
    padding: 90px 30px;
  }
	.p-price-title h3 {
    font-size: 42px;
  }
	.p-price-title {
    width: 451px;
    margin: 0 auto;
    position: relative;
  }
  .p-price-title::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 108px;
    background: url(/wp-content/themes/kofukuyu/assets/images/price/img_bg-pattern.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
  }
  .p-price-title::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 108px;
    background: url(/wp-content/themes/kofukuyu/assets/images/price/img_bg-pattern.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    top: 0;
    right: 0;
  }
	.p-price-title h3 span {
    font-size: 48px;
  }
}



/* スマホ */
@media (max-width: 767px) {
  .p-price-wrap {
    padding: 40px 20px;
  }
	.p-price-title h3 {
    font-size: 30px;
  }
}

.p-price-title {
  text-align: center;
}

.p-price-title h3 {
  font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  font-weight: bold;
  letter-spacing: 0.12em;
}

.p-price-title h3 span {
  font-family: 'Volkhov', serif;
  letter-spacing: 0.1em;
  font-weight: bold;
}


@media (max-width: 767px) {
  .p-price-title h3 span {
    font-size: 36px;
  }
}

.p-price-title p {
  position: relative;
  font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 26px;
}

@media screen and (min-width: 768px), print {
  .p-price-title p {
    font-size: 24px;
    margin-top: 32px;
  }
}

.p-price-title p::after {
  content: '';
  position: absolute;
  width: 364px;
  height: 7px;
  top: -12px;
  left: 35px;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line03.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .p-price-title p::after {
    width: 255px;
    height: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.p-price-title p::before {
  content: '';
  position: absolute;
  width: 364px;
  height: 7px;
  bottom: -12px;
  left: 35px;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line03.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .p-price-title p::before {
    width: 255px;
    height: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (min-width: 768px), print {
  .p-price-list {
    margin-top: 50px;
    /*width: 538px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .p-price-list {
    margin: 20px auto 0 auto;
    width: 200px;
  }
}

@media screen and (min-width: 768px), print {
  .p-price-list_all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
  }
}

.p-price-list_all{
	margin:40px;
	clear:both;
}

.p-price-list_all h4 {
  font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  font-weight: bold;
  letter-spacing: 0.12em;
  position: relative;
	display: inline-block;
}

.p-price-list_all h4::after {
  content: '';
  position: absolute;
  width: calc(100% + 10px);
  height: 4px;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line02.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  bottom: -10px;
  left: -5px;
}



@media screen and (min-width: 768px), print {
  .p-price-list_all h4{
    font-size: 22px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .p-price-list_all h4{
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.p-price-list_all ul li{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media screen and (min-width: 768px), print {
  .p-price-list_all ul li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .p-price-list_all ul li{
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .p-price-list_all {
    margin: 20px 0px 0px 0px!important;
  }
}


@media screen and (min-width: 1194px), print{
.p-price-list_sell_l{
	float: left;
}
}

@media screen and (min-width: 1194px), print {
.p-price-list_sell_r{
	margin-left:30px;
	float: left;
	
}
	}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-list li {
  display: flex;
  justify-content: space-between; 
  padding: 8px 0;
}

.item-name {
  text-align: left;
 margin-right: 5px;
}

.price-list li.item-etc {
  display: block;       
  text-align: right; 
  border-bottom: none;
  padding-top: 12px;
}

.price-list li.item-at{	
  display: block;
  border-bottom: none;
	color: #262626;
	font-size: 12px;
	padding: 4px 0!important;
}

.price {
  text-align: right;
  white-space: nowrap;
}

.p-price-detail {
  margin: 30px auto 0 auto;
}

/* タブレット */
@media (min-width:768px) and (max-width:1193px){
	.p-price-detail {
    width: 573px;
    padding: 50px;
    background: url(/wp-content/themes/kofukuyu/assets/images/price/img-bg_price-block-pc.png) no-repeat 0 0;
    background-size: 100% 100%;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
	
@media screen and (min-width: 1194px), print {
  .p-price-detail {
    width: 573px;
    padding: 75px;
    background: url(/wp-content/themes/kofukuyu/assets/images/price/img-bg_price-block-pc.png) no-repeat 0 0;
    background-size: 100% 100%;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .p-price-detail {
    width: 100%;
    padding: 50px 0;
    background: url(/wp-content/themes/kofukuyu/assets/images/price/img-bg_price-block.png) no-repeat 0 0;
    background-size: auto 340px;
    background-position: center;
  }
}

.p-price-detail h4 {
  font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  letter-spacing: 0.12em;
  font-weight: bold;
  position: relative;
}

.p-price-detail h4::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 100%;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line-vertical.png) no-repeat 0 0;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px), print {
  .p-price-detail h4::after {
    top: 0;
    right: -15px;
  }
}

@media (max-width: 767px) {
  .p-price-detail h4::after {
    background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line02.png) no-repeat 0 0;
    background-position: center;
    background-size: cover;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 87px;
    height: 4px;
  }
}

@media screen and (min-width: 768px), print {
  .p-price-detail h4 {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .p-price-detail h4 {
    font-size: 26px;
    text-align: center;
  }
}

.p-price-detail table {
  border-collapse: separate;
  border-spacing: 0 0.625em;
}

@media screen and (min-width: 768px), print {
  .p-price-detail table {
    margin-left: 55px;
  }
}

@media (max-width: 767px) {
  .p-price-detail table {
    border-spacing: 0 1em;
    margin: 26px auto 0 auto;
  }
}

.p-price-detail table .age {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  .p-price-detail table .age {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .p-price-detail table .age {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-price-detail table .age small {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .p-price-detail table .age small {
    font-size: 14px;
  }
}

.p-price-detail table .price {
  font-family: 'Volkhov', serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-price-detail table .price {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .p-price-detail table .price {
    font-size: 26px;
  }
}

@media screen and (min-width: 768px), print {
  .p-price-detail table .price small {
    font-size: 20px;
    display: inline-block;
    -webkit-transform: translate(13px, 0);
            transform: translate(13px, 0);
  }
}

@media (max-width: 767px) {
  .p-price-detail table .price small {
    font-size: 14px;
  }
}


/*NEWS*/

.p-news {
  background: url(/wp-content/themes/kofukuyu/assets/images/news/img_bg.jpg) repeat 0 0;
  background-size: 178px 163px;
}

@media screen and (min-width: 768px), print {
  .p-news {
    margin-top: 170px;
    padding: 90px 0 80px 0;
  }
}

@media (max-width: 767px) {
  .p-news {
    margin-top: 198px;
    padding: 47px 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-news-tit {
    width: 562px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translateY(-110px);
            transform: translateY(-110px);
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .p-news-tit {
    -webkit-transform: translateY(-162px);
            transform: translateY(-162px);
  }
}

.p-news-tit h3 {
  font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px), print {
  .p-news-tit h3 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .p-news-tit h3 {
    font-size: 36px;
  }
}

.p-news-tit span {
  font-family: 'Volkhov', serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}

@media (max-width: 767px) {
  .p-news-tit span {
    display: block;
    margin-top: 35px;
    line-height: 1.875;
  }
}

@media screen and (min-width: 768px), print {
  .p-news-wrap {
    width: 811px;
    height: 920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .p-news-wrap {
    margin-top: -127px;
  }
}

@media screen and (min-width: 768px), print {
  .p-news-twitter {
    width: 386px;
	  height: 850px;
    background: #fff;
    padding: 60px 10px 50px 10px;
  }
}

@media (max-width: 767px) {
  .p-news-twitter {
    background: #fff;
    padding: 55px 15px;
  }
}

.p-news-twitter h4 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.p-news-twitter h4::after {
  content: '';
  position: absolute;
  width: 118px;
  height: 4px;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line02.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 767px) {
  .p-news-twitter .twitter-timeline {
    margin: 0 auto;
  }
}

.p-news-twitter__btn {
  display: block;
  width: 100%;
  height: 50px;
  background: #425E96;
  margin-top: 30px;
  color: #fff;
  font-family: 'Volkhov', serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 18px;
}


@media (max-width: 767px) {
  .p-news-twitter__btn {
    width: auto;
    margin: 30px 15px 0 15px;
  }
}

.p-news-twitter__btn:hover span::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-news-twitter__btn span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.p-news-twitter__btn span::after {
  content: 'もっと見る';
  position: absolute;
  width: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-news-twitter__btn span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background: #425E96;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px), print {
  .p-news-instagram {
    width: 386px;
	  height: 850px;
    background: #fff;
    padding: 60px 10px 50px 10px;
  }
}

@media (max-width: 767px) {
  .p-news-instagram {
    margin-top: 30px;
    background: #fff;
    padding: 55px 15px;
  }
}

.p-news-instagram h4 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

.p-news-instagram h4::after {
  content: '';
  position: absolute;
  width: 166px;
  height: 4px;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line02.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.p-news-instagram_d{
	margin: 40px 0 0 0;
}

.p-news-instagram__btn {
  display: block;
  width: 100%;
  height: 50px;
  background: #C94543;
  margin-top: 30px;
  color: #fff;
  font-family: 'Volkhov', serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 18px;
}

@media (max-width: 767px) {
  .p-news-instagram__btn {
    width: auto;
    margin: 30px 15px 0 15px;
  }
}

.p-news-instagram__btn:hover span::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-news-instagram__btn span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.p-news-instagram__btn span::after {
  content: 'もっと見る';
  position: absolute;
  width: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-news-instagram__btn span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background: #C94543;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-goods {
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_bg-pattern.jpg) repeat 0 0;
  background-size: 178px 163px;
}

@media screen and (min-width: 768px), print {
  .p-goods {
    padding: 250px 0 150px 0;
  }
}

@media (max-width: 767px) {
  .p-goods {
    padding: 130px 0 70px 0;
  }
}

.p-goods-wrap {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-goods-wrap {
    width: 1020px;
    margin: 0 auto;
  }
}

.p-goods-wrap {
  font-family: 'Volkhov', serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}


@media (max-width: 767px) {
  .p-goods-wrap {
    margin: 10px;
  }
}
.p-goods__contents{
	position: relative;
}

.p-goods-tit_p{
	position: absolute;	
	left:400px;
	top:-300px;
}
@media screen and (min-width: 768px), print {
.p-goods-tit_fukidashi {
  position: relative;
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  border: 2px solid #333333;
  border-radius: 50%;
	text-align: center;
}
.p-goods-tit_fukidashi::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 70px;
  width: 15px;
  height: 15px;
  transform: rotate(135deg);
  box-sizing: border-box;
  background-color: #ffffff;
}
.p-goods-tit_fukidashi::after {
  content: "";
  position: absolute;
  top: 108%;
  left: 68px;
  width: 20px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #333333;
}
.p-goods-tit_fukidashi > .p-goods-tit_ornament {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(3px) translateY(3px); 
  border-radius: 50%;
  background-color: hotpink;
  pointer-events: none; 
  mix-blend-mode: multiply; 
}
}


@media screen and (min-width: 768px), print {
.p-goods-contents_img{
	margin-bottom: 30px;
}
}

@media screen and (min-width: 768px), print {
.p-goods-tit_img{
	width: 500px;
	position: absolute;
	transform: translate(-50%, -70%);
	left:50%;
	/*left:250px;
	top:-180px;*/
}
}

@media (max-width: 767px) {
  .p-goods-tit_img {
    width: 300px;
	position: absolute;
	transform: translate(-50%, -70%);
	left:50%;
  }
}

@media screen and (min-width: 768px), print {
	.p-goods-link{
		margin: 0 auto;
		width: 400px;
    	height: 102px;
		background: #fff;
		position: relative;
		 display: flex;
  justify-content: center;
		
	}
}

@media (max-width: 767px) {
  .p-goods-link {
    background: #fff;
    margin: 0px 30px;
    padding: 30px 20px;	  
		position: relative;
		 display: flex;
  justify-content: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-goods-link::after {
	  content: '';
  position: absolute;
  background: url(/wp-content/themes/kofukuyu/assets/images/goods/img_object-rabbit.png)no-repeat 0 0;
  background-size: cover;
    width: 99px;
    height: 104.29px;
    top: -105px;
    right: 20px;
  }
}

@media screen and (min-width: 768px), print {
.p-goods-link-a {
  height: 50px;
  position: absolute;
  top: 50%;
	margin-top: -20px; 
}
}

@media (max-width: 767px) {
	.p-goods-link-a {
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
}
}

.p-goods-link-a a{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  line-height: 1.5;
}

.p-goods-link-a a::after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line02.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  bottom: -5px;
  left: 0px;
}

@media (max-width: 767px) {
  .p-goods-link-a a::after {
    width: 250px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (min-width: 768px), print {
  .p-goods-link-a a {
    width: 270px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .p-goods-link-a a {
    display: block;
    text-align: center;
  }
}
.p-goods-info{
	margin: 0px auto;
	padding: 10px;
}

@media screen and (min-width: 768px), print {
.p-goods-info{
	width: 400px;
}
}

@media (max-width: 767px) {
	.p-goods-info{
	width: 100%;
		text-align: center;
}
}


.p-goods-info ul li{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.84;
}

@media screen and (min-width: 768px), print {
  .p-image-block02 {
    width: 100%;
    height: 570px;
    background: url(/wp-content/themes/kofukuyu/assets/images/image-block/img_image-block02-pc.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .p-image-block02 {
    width: 100%;
    height: 360px;
    background: url(/wp-content/themes/kofukuyu/assets/images/image-block/img_image-block02.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-access {
    margin-top: 160px;
  }
}

@media (max-width: 767px) {
  .p-access {
    margin-top: 90px;
  }
}

@media screen and (min-width: 768px), print {
  .p-access-info {
    width: 805px;
    margin: 0 auto;
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}

@media (max-width: 767px) {
  .p-access-info {
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-access-info__tit {
    width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .p-access-info__tit {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

.p-access-info__tit h3 {
  font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px), print {
  .p-access-info__tit h3 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .p-access-info__tit h3 {
    font-size: 36px;
  }
}

.p-access-info__tit span {
  font-family: 'Volkhov', serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  font-size: 16px;
}

@media (max-width: 767px) {
  .p-access-info__tit span {
    display: block;
    margin-top: 20px;
    font-size: 14px;
  }
}

.p-access-info__tit span::after {
  content: '';
  position: absolute;
  width: 140px;
  height: 4px;
  bottom: -5px;
  left: 0;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line02.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .p-access-info__tit span::after {
    bottom: -3px;
  }
}

@media screen and (min-width: 768px), print {
  .p-access-info__contents {
    margin-top: 60px;
    width: 715px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .p-access-info__contents {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .p-access-info__contents figure {
    width: 380px;
    height: 300px;
  }
}

.p-access-info__contents p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .p-access-info__contents p:nth-of-type(1) {
    margin-top: 40px;
  }
}

.p-access-info__contents p + p {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .p-access-info__contents p + p {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-access-info__contents-txt .info-map-btn {
    display: block;
    margin-top: 25px;
    width: 224px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .p-access-info__contents-txt .info-map-btn {
    display: block;
    margin-top: 25px;
    width: 100%;
    height: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .p-access-info__contents-txt .info-map-btn:hover span::before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
  }
}

.p-access-info__contents-txt .info-map-btn span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.p-access-info__contents-txt .info-map-btn span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #222;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}

.p-access-info__contents-txt .info-map-btn span::after {
  content: 'Google maps で確認する';
  position: absolute;
  width: 188px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .p-access-info__contents-txt .info-map-btn span::after {
    width: 200px;
  }
}

@media screen and (min-width: 768px), print {
  .p-access-map {
    width: 812px;
    margin: 60px auto 0 auto;
  }
}

@media (max-width: 767px) {
  .p-access-map {
    width: 100%;
    margin: 50px 0 0 0;
    height: 340px;
  }
}

@media screen and (min-width: 768px), print {
  .parking {
    width: 812px;
    margin: 60px auto 0 auto;
  }
}

@media (max-width: 767px) {
  .parking {
    width: 100%;
    margin: 50px 0 0 0;  }
}




@media screen and (min-width: 768px), print {
  .parking img {
    width: 1090px;  }
}

@media (max-width: 767px) {
  .parking img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-access-map iframe {
    width: 1090px;
    height: 320px;
  }
}

@media (max-width: 767px) {
  .p-access-map iframe {
    width: 100%;
    height: 100%;
  }
}

.p-access-contact {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-access-contact {
    width: 538px;
    height: 170px;
    margin: 140px auto 0 auto;
    -webkit-transform: translateX(23px);
            transform: translateX(23px);
  }
}

@media (max-width: 767px) {
  .p-access-contact {
    margin: 90px 30px 0 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-access-contact::after {
    content: '';
    position: absolute;
    width: 105px;
    height: 143.05px;
    top: 0;
    left: -130px;
    background: url(/wp-content/themes/kofukuyu/assets/images/access/img_object-rabbit.png) no-repeat 0 0;
    background-size: cover;
  }
}

.p-access-contact__tit {
  font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px), print {
  .p-access-contact__tit {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .p-access-contact__tit {
    font-size: 26px;
    line-height: 1.3;
  }
}

.p-access-contact__subTit {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 16px;
  position: relative;
}

.p-access-contact__subTit::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line04-pc.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  bottom: -12px;
  left: 0;
}

@media (max-width: 767px) {
  .p-access-contact__subTit::after {
    bottom: -10px;
    background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line04.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .p-access-contact__subTit::before {
    content: '';
    position: absolute;
    width: 89px;
    height: 122.05px;
    top: -150px;
    right: 0;
    background: url(/wp-content/themes/kofukuyu/assets/images/access/img_object-rabbit.png) no-repeat 0 0;
    background-size: cover;
  }
}

@media screen and (min-width: 768px), print {
  .p-access-contact__subTit {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .p-access-contact__subTit {
    line-height: 1.75;
    margin-top: 26px;
  }
}

@media screen and (min-width: 768px), print {
  .p-access-contact__tele {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .p-access-contact__tele {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-access-contact__tele span {
  font-family: 'Volkhov', serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .p-access-contact__tele span {
    font-size: 23px;
  }
}

.p-access-contact__tele p {
  font-family: 'Volkhov', serif;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .p-access-contact__tele p {
    font-size: 28px;
  }
}

.p-access-contact__tele p a {
  display: block;
}

.p-access-contact .contact-btn {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-access-contact .contact-btn {
    width: 212px;
    height: 44px;
    background: #C94543;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
    letter-spacing: 0.08em;
    font-weight: bold;
    font-size: 15px;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .p-access-contact .contact-btn:hover {
    -webkit-transform: scale(1.035);
            transform: scale(1.035);
  }
}

@media (max-width: 767px) {
  .p-access-contact .contact-btn {
    width: 100%;
    height: 52px;
    margin-top: 20px;
    background: #C94543;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
    letter-spacing: 0.08em;
    font-weight: bold;
    font-size: 15px;
    z-index: 1;
  }
}

footer {
  position: relative;
}

@media screen and (min-width: 768px), print {
  footer::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 1580px;
    height: 165px;
    background: url(/wp-content/themes/kofukuyu/assets/images/component/img_wave03-pc.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 768px), print {
  footer {
    width: 1120px;
    height: 165px;
    margin: 90px auto 0 auto;
  }
}

@media (max-width: 767px) {
  footer {
    width: 100%;
    margin: 45px auto 0 auto;
    padding: 130px 0 26px 20px;
    background: url(/wp-content/themes/kofukuyu/assets/images/component/img_wave03.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}

footer p {
  font-family: 'Volkhov', serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  footer p {
    position: absolute;
    width: 180px;
    left: 0;
    bottom: 26px;
  }
}

.p-nav-btn__open {
  position: fixed;
  z-index: 997;
  width: 74px;
  height: 74px;
  background: #fff;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  text-align: center;
}

.p-nav-btn__open::after {
  content: 'メニュー';
  position: absolute;
  width: 53px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  font-size: 12px;
  font-weight: bold;
}

.p-nav-btn__open span {
  display: block;
  width: 43.5px;
  height: 10px;
  margin: 25px auto 0 auto;
  background: url(/wp-content/themes/kofukuyu/assets/images/nav/img_line-menu.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
}

.js-opening-img {
  opacity: 0;
  visibility: hidden;
  transform: translateX(0);
  transition: transform 3s ease, opacity 1s ease;
}

.js-opening-img.opened {
  opacity: 1;
  visibility: visible;
}

.js-opening-img.closed {
  transform: translateX(-100%);
}

.js-scroll, .js-image-frog-mv {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.js-scroll.opened, .js-image-frog-mv.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

@media (max-width: 767px) {
  .js-scroll {
    visibility: none;
    opacity: 0;
    -webkit-transition: visibility 2s ease, opacity 2s ease;
    transition: visibility 2s ease, opacity 2s ease;
  }
}

@media (max-width: 767px) {
  .js-scroll.opened {
    visibility: visible;
    opacity: 1;
  }
}

.js-mv-info {
  visibility: none;
  opacity: 0;
  -webkit-transition: visibility 1s ease-in-out, opacity 1s ease;
  transition: visibility 1s ease-in-out, opacity 1s ease;
}

.js-mv-info.opened {
  visibility: visible;
  opacity: 1;
}

.js-main, .js-footer {
  display: block;
}

.js-main.opened, .js-footer.opened {
  display: none;
}

[data-scroll] {
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

[data-scroll="out"] {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

[data-scroll="in"] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 767px) {
  .p-philosophy-txt-wrap[data-scroll="out"] .p-philosophy-txt {
    opacity: 0 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}

@media (max-width: 767px) {
  .p-philosophy-txt-wrap[data-scroll="in"] .p-philosophy-txt {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}

@-webkit-keyframes smokeImg {
  from {
    -webkit-mask-position: 0;
    mask-position: 0;
  }
  to {
    -webkit-mask-position: 100%;
    mask-position: 100%;
  }
}

@keyframes smokeImg {
  from {
    -webkit-mask-position: 0;
    mask-position: 0;
  }
  to {
    -webkit-mask-position: 100%;
    mask-position: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .l-nav {
    width: 160px;
    height: 100vh;
    position: fixed;
    top: 30px;
    left: 25px;
    z-index: 999;
  }
  .l-nav .p-nav {
    height: 93.5%;
  }
  .l-nav .top-btn {
    width: 142.18px;
  }
  .l-nav .top-btn img {
    width: 100%;
  }
  .l-nav ul {
    margin-top: 60px;
  }
  .l-nav ul li {
    font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 17px;
  }
  .l-nav ul li + li {
    margin-top: 30px;
  }
  .l-nav ul .p-nav-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 0px;
  }
  .l-nav ul .p-nav-sns .insta-btn {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/wp-content/themes/kofukuyu/assets/images/nav/ico_insta.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
  .l-nav ul .p-nav-sns .twitter-btn {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/wp-content/themes/kofukuyu/assets/images/nav/ico_twitter.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    margin-left: 20px;
  }
  .l-nav figure {
    margin-top: 60px;
    width: 95px;
    height: 99px;
  }
  .l-nav figure a {
    display: block;
  }
}

@media (max-width: 767px) {
  .l-nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    overflow-y: scroll;
    background: #fff;
  }
  .l-nav .p-nav {
    width: 100%;
    position: relative;
    padding-bottom: 77px;
  }
  .l-nav .p-nav-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/kofukuyu/assets/images/nav/img_bg.png) no-repeat 0 0;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .l-nav .p-nav-btn__close {
    position: absolute;
    width: 74px;
    height: 74px;
    background: #fff;
    border-radius: 50%;
    top: 0px;
    right: 10px;
    text-align: center;
  }
  .l-nav .p-nav-btn__close::after {
    content: '閉じる';
    position: absolute;
    width: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
    font-size: 12px;
    font-weight: bold;
  }
  .l-nav .p-nav-btn__close span {
    display: block;
    width: 43.5px;
    height: 10px;
    margin: 25px auto 0 auto;
    background: url(/wp-content/themes/kofukuyu/assets/images/nav/img_line-close.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
  .l-nav .top-btn {
    display: block;
    width: 130.18px;
    height: 128px;
    margin: 10px 0 0 10px;
  }
  .l-nav ul {
    padding: 0 30px;
  }
  .l-nav ul li {
    text-align: right;
    padding-right: 17px;
	  margin-bottom:8px;
  }
  .l-nav ul li a {
    display: block;
    font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 2;
    color: #222;
  }
  .l-nav ul .p-nav-sns {
     margin: 25px 0px;
  }
  .l-nav ul .p-nav-sns .insta-btn {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(/wp-content/themes/kofukuyu/assets/images/nav/ico_insta.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
  .l-nav ul .p-nav-sns .twitter-btn {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(/wp-content/themes/kofukuyu/assets/images/nav/ico_twitter.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    margin-left: 20px;
  }
  .l-nav figure {
    width: 109px;
    height: 124px;
    position: absolute;
    bottom: 135px;
    left: 21px;
  }
}
.js-nav-pc{
  display:none;
}
.js-nav-sp {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.5s ease, opacity 0.9s ease;
  transition: visibility 0.5s ease, opacity 0.9s ease;
}

.js-image-wave {
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  -webkit-transition: -webkit-transform 1.5s ease-in-out;
  transition: -webkit-transform 1.5s ease-in-out;
  transition: transform 1.5s ease-in-out;
  transition: transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
}

.js-menu-list, .js-btn-close,.js-image-frog-nav {
  opacity: 0;
  -webkit-transition: opacity 0.9s ease-in-out;
  transition: opacity 0.9s ease-in-out;
}
.js-nav-pc .js-btn-top{
  opacity:1;
}

.js-nav-sp.active {
  visibility: visible;
  opacity: 1;
}

.js-nav-sp.active .js-image-wave {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.js-nav-sp.active .js-menu-list, .js-nav-sp.active .js-btn-close, .js-nav-sp.active .js-btn-top {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  opacity: 1;
}

.js-nav-sp.active .js-image-frog-nav {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  opacity: 1;
}

/*2026 add*/

.m-t{
	margin-top:20px;s
}
/* ======bnr==========================*/
/* ====================
バナーセクション
==================== */

.p-bnr{
  width:100%;
}

/* ====================
PC
==================== */

@media (min-width:768px){

.p-bnr{
  padding:30px 0;
}

.p-bnr-wrap{
  width:820px;
  margin:0 auto;
  display:flex;
  justify-content:center;
  gap:80px;
}

}

/* ====================
スマホ
==================== */

@media (max-width:767px){

.p-bnr{
  padding:50px;
  background:url(/wp-content/themes/kofukuyu/assets/images/ofuro-menu/img_bg-section.jpg) no-repeat center;
  background-size:cover;
}

.p-bnr-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:30px;
}

}

/* ====================
バナー
==================== */

.bnr{
  width:280px;
  height:100px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  text-decoration:none;
  color:inherit;
}

/* ====================
アイコン
==================== */

.bnr-icon{
  width:90px;
  height:90px;
  background-size:contain;
  background-repeat:no-repeat;
}

.bnr01{
  background-image:url(/wp-content/themes/kofukuyu/assets/images/bnr/img01.png);
}

.bnr02{
  background-image:url(/wp-content/themes/kofukuyu/assets/images/bnr/img02.png);
}

.bnr03{
  background-image:url(/wp-content/themes/kofukuyu/assets/images/bnr/img03.png);
}

/* ====================
見出し
==================== */

.p-bnr-h3{
  font-family:
    "游明朝体",
    "Noto Serif JP",
    "Yu Mincho",
    YuMincho,
    "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro",
    "MS P明朝",
    "MS PMincho",
    serif;
white-space: nowrap;
  font-weight:bold;
  letter-spacing:0.12em;
  position:relative;
}

.p-bnr-h3::after{
  content:"";
  position:absolute;
  width:100%;
  height:3px;
  bottom:-10px;
  left:0;
  background:url(/wp-content/themes/kofukuyu/assets/images/component/img_line02.png) no-repeat center;
  background-size:cover;
}






/* ================================*/

.p-info {
  background: url(/wp-content/themes/kofukuyu/assets/images/info/img_bg-section-pc.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px), print {
  .p-info {
    width: 100%;
    padding: 152px 0 130px 0;
  }
}

@media (max-width: 767px) {
  .p-info {
    width: 100%;
    padding: 35px 20px;
    background: url(/wp-content/themes/kofukuyu/assets/images/info/img_bg-section.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-info-wrap {
    width: 820px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	  padding: 20px;
	  align-items: stretch;
  }
}


@media screen and (min-width: 768px), print {
  .p-info-ofuro, .p-info-calender {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .p-info-ofuro, .p-info-calender{
    width: 100%;
	  position: relative;
  z-index: 5;
  }
}

.p-info-ofuro{
	margin: 0 20px 0 0;
}

.p-info-calender{
}

.p-info-ofuro__wrap {
  background:hsla(0,0%,100%,0.78);
  height: 100%;
  position: relative;
  padding:20px 20px 20px 20px;
	  display: flex;
	flex-direction: column;
	  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .p-info-ofuro__wrap {
	  margin:20px 0px;
    width: 100%;
  }
}
.p-info-calender .p-info-ofuro__wrap {
  justify-content: center; 
}

.p-info-ofuro__head {
  display: flex;
  align-items: center;
}

.p-info-ofuro__tit,
.p-info-ofuro__subTit {
  display: inline-block;
	margin-right: 10px;
}

.p-info-ofuro__tit {
  font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px), print {
  .p-info-ofuro__tit {
    font-size: 34px;
	  margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .p-info-ofuro__tit {
    font-size: 28px;
  }
}

.p-info-ofuro__subTit {
  font-family: 'Volkhov', serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
	width: auto;
}

.p-info-ofuro__subTit::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line02.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  bottom: -5px;
  left: 0;
}

@media screen and (min-width: 768px), print {
  .p-info-ofuro__subTit {
    font-size: 16px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .p-info-ofuro__subTit {
    font-size: 14px;
    margin-top: 10px;
  }
}

.p-info-ofuro__list {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
	padding:50px 0 10px 0;
	width:100%;
}

.news-list-date{
	font-size: 12px;
	float: left;
	margin:6px 0px 6px 0px;
}

.news-label{
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin: 0 10px 0 20px;
}

.news-label li{
	float: left;
	margin: 0 5px;

}

/*カテゴリの背景色指定*/

/*お知らせ*/
.news-label a[href*="cat=2"] { 	
	background-color:#fff;
	background-size:60px;
	color: hsla(201,63%,44%,1.00);
	padding: 5px;
	border: solid 1px  hsla(201,63%,44%,1.00);
	width: 60px;
    display: block;
	text-align: center;
}

/*お願い*/
.news-label a[href*="cat=5"] {
  background-color:#fff;
	background-size:60px;
	color: hsla(280,63%,60%,1.00);
	padding: 5px;
	border: solid 1px  hsla(280,63%,60%,1.00);
	width: 60px;
    display: block;
	text-align: center;
}

/*イベント*/
.news-label a[href*="cat=4"] {
	background-color:#fff;
	background-size: 60px;
	color:hsla(164,86%,26%,1.00);
	border: solid 1px  hsla(164,86%,26%,1.00);
	padding: 5px;
	width: 80px;
    display: block;
	text-align: center;
}

/*重要*/
.news-label a[href*="cat=3"] {
  background-color: hsla(359,63%,44%,1.00);
	background-size: 60px;
	color:#fff;
	padding: 5px;
	width: 60px;
    display: block;
	text-align: center;
}

/*グッズ*/
.news-label a[href*="cat=6"] {
	background-color:#fff;
	background-size: 60px;
	color:hsla(51,63%,44%,1.00);
	border: solid 1px  hsla(51,63%,44%,1.00);
	background-size: 60px;
	padding: 5px;
	width: 60px;
    display: block;
	text-align: center;
}



.news-list-title{
	margin-bottom: 50px;
	clear: both;
	padding: 10px 0 0 1px;
	position: relative;
	font-weight: bold;
  display: block;
  width: 100%;	
}

.news-list-title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;

  background: url(/wp-content/themes/kofukuyu/assets/images/info/img_line02.png) repeat-x left center;

  background-size: auto 6px;
  
  bottom: -20px;
  left: 0;
}


.p-info-ofuro__subTxt {
  position: relative;
}


.p-info-ofuro__subTxt span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #EBEBEB;
  line-height: 1.4;
  display: block;
  margin: 0 auto 5px auto;
}

.p-info-ofuro__subTxt span:nth-of-type(1) {
  width: 73px;
  height: 20px;
}

.p-info-ofuro__subTxt span:nth-of-type(2) {
  width: 125px;
  height: 20px;
}

.p-info-ofuro__subTxt span:nth-of-type(3) {
  width: 160px;
  height: 20px;
}

.p-info-calender-m{
	padding :30px 0 10px 0;
	clear: both;
}

.fc-title{
	font-size: 8px!important;
}

.fc-content{	
	text-align: center!important;
}
.p-info-ofuro__wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


 /*single.php*/

/*共通*/

.p-arc-content-tit{	
	padding: 0.5rem 0;
    margin-bottom: 20px;
    border-bottom: 3px dotted #b2d5de;
    font-weight: bold;
    font-size: 26px;
	}

.tag_q h3{
	font-size: 16px!important;
}
	
.p-arc-content-tit p{
		font-size: 15px;
		font-weight: 100;
	}
	
	.p-arc-label{
		float: left;
	}
	
	.p-arc-content-d p{
		font-size: 15px;
		letter-spacing: 0.05em;
		line-height: 1.5;
	}
	
	.p-arc-content-d h3,.p-arc-content h4{
		clear: both;
		padding: 10px 0px;
	}

.archive{
    background: url(/wp-content/themes/kofukuyu/assets/images/top/img_bg-gray.jpg) repeat 0 0;
}

.p-arc-content-d{
		padding-bottom: 30px;
	}
		
	/* -----------------------
 FAQ ページャー
----------------------- */

.p-single-content-pager{
  border-top:1px solid #e5e5e5;
  margin-top:70px;
  padding-top:35px;
}

.p-single-content-pager__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.p-single-content-pager__inner_l,
.p-single-content-pager__inner_r{
  flex:1;
}

.p-single-content-pager__inner_c{
  flex:0 0 auto;
}

/* 前後ボタン */

.p-single-content-pager__inner_l a,
.p-single-content-pager__inner_r a{

  display:inline-flex;
  align-items:center;
  gap:6px;

  padding:12px 18px;

  border:1px solid #ddd;
  border-radius:30px;

  text-decoration:none;
  font-size:14px;
  color:#333;

  background:#fff;

  transition:.25s;
}

/* hover */

.p-single-content-pager__inner_l a:hover,
.p-single-content-pager__inner_r a:hover{

  background:#f7f7f7;
  border-color:#bbb;

  transform:translateY(-2px);
}

/* 中央 */

.p-single-content-pager__inner_c a{

  font-size:13px;
  color:#666;
  text-decoration:none;

  border-bottom:1px solid #ccc;
  padding-bottom:2px;

  transition:.2s;
}

.p-single-content-pager__inner_c a:hover{

  color:#000;
  border-color:#000;
}


/* スマホ */

@media (max-width:768px){

.p-single-content-pager__inner{
  flex-direction:column;
}

.p-single-content-pager__inner_l,
.p-single-content-pager__inner_r{
  width:100%;
  text-align:center;
}

}

.new{
	background-color:#fff;
	background-size:60px;
	color: hsla(201,63%,44%,1.00);
	padding: 5px;
	border: solid 1px  hsla(201,63%,44%,1.00);
	width: 60px;
    display: block;
	text-align: center;
	float: left;
	font-size: 11px;
	border-radius: 9999px;
	margin-right: 20px;
}

.p-arc-sidebar_ca h3,.p-arc-sidebar_ar h3,.p-arc-tit h3{
	font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
	font-size: 30px !important;
}
.p-arc-sidebar_ca h3,.p-arc-sidebar_ar h3{
	margin-top: 20px;
}


	
.p-arc h4,.p-arc-content h3,.p-arc-tit h3{
  font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  font-weight: bold;
  letter-spacing: 0.12em;
		padding: 10px 0;
}

.p-arc-content h3{
	margin-bottom: 30px;
	font-size: 30px;
}



/*スマホ*/
@media (max-width: 767px) {
	.archive{
    width: 100%;
    padding: 35px 0px;
    background: url(/wp-content/themes/kofukuyu/assets/images/ofuro-menu/img_bg-section.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
}
	
  .p-arc {
    width: 100%;
    padding: 35px 15px; 
    box-sizing: border-box;
  }

  
	
	.p-arc-tit{
		width: 100%;
		margin:110px auto 0 auto;
		text-align: center;
		position:relative;
	}
	.p-arc-tit h3{
		font-size: 30px;
		position:relative;
	}
		
	
	.p-arc-tit h3::before{
  content:"";
  position:absolute;

  width:80px;
  height:80px;

  background: url(/wp-content/themes/kofukuyu/assets/images/object-nav/img_object-frog06.png) no-repeat 0 0;
  background-size:contain;

  top:-90px;
  left:50%;
  transform:translateX(-50%);
}
		
	.p-arc-wrap {
    width: 100%;
    background: url(/wp-content/themes/kofukuyu/assets/images/price/img_bg-pc.jpg) no-repeat 0 0;
    background-size: cover;
		margin: 10px 0; 
		padding: 10px;
		
  }
	.p-arc-content{
		width:100%;
  background: #fff;
		padding: 10px;
}
	.news-label{
		margin:0px!important;
	}

	.p-arc-sidebar_ca,.p-arc-sidebar_ar {
    margin: 30px 0;
  }
	
}/*@media (max-width: 767px) end*/

/*PC*/

	@media screen and (min-width: 768px), print {
		.p-arc {	  	
    padding: 50px;
	}
		
  .p-arc-tit {
	  margin: 0 0 0 250px;
    width: 1000px;
    height: 100px;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
		
		.p-arc-tit::after {
    content: '';
    position: absolute;
	top: -10px;
    left: -90px;
    width: 80px;
	height: 80px;
    background: url(/wp-content/themes/kofukuyu/assets/images/object-nav/img_object-frog06.png) no-repeat 0 0;
    background-size: contain;
}
		.p-arc-a {
	width: 1200px;
	  margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: flex-start;
			
}	
		.p-arc-wrap {
    width: 900px;
	  margin-right: 20px;
    background: url(/wp-content/themes/kofukuyu/assets/images/price/img_bg-pc.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 30px;
	  float: left;
  flex-shrink: 0;
}
			
  }
	.p-arc-content{
  background: #fff;
		padding: 30px;
		}
		
		
		.p-arc-sidebar_ca,.p-arc-sidebar_ar {
  position: relative;
  display: flex;
  flex-direction: column;  
  align-items: center;     
  text-align: center;      
			padding-bottom: 30px;
  }
	
		.p-arc-sidebar_ca::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 90px;
  top: -80px;              
  left: 50%;
  transform: translateX(-50%); 
  background: url(/wp-content/themes/kofukuyu/assets/images/single/usa.png) no-repeat center;
  background-size: contain;
}
		.p-arc-sidebar_ar::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 90px;
  top: -80px;              
  left: 50%;
  transform: translateX(-50%); 
  background: url(/wp-content/themes/kofukuyu/assets/images/single/kaeru.png) no-repeat center;
  background-size: contain;
  }

.p-arc-sidebar_ca p, .p-arc-sidebar_ar p{	
  font-family: 'Volkhov', serif;
  letter-spacing: 0.1em;
  font-weight: bold;
	font-size: 15px;
  position: relative;
  display: inline-block; 
	margin-top: 10px;
}

.p-arc-sidebar_ca p::after , .p-arc-sidebar_ar p::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line02.png) repeat-x left center;
  background-size: auto 6px;
  bottom: -5px;
  left: 0;
}




/*single.php end*/



.p-news-twitter_d{
	max-height: 600px!important; /* 最大の高さ */
  	overflow-y: auto;   /* コンテンツが超えたらスクロール表示 */
}

.p-news-instagram_d{
	max-height: 600px!important; /* 最大の高さ */
  	overflow-y: auto;   /* コンテンツが超えたらスクロール表示 */
}

.tag-label{
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin: 0 10px 0 0;
	text-decoration: underline;
}

.p-3{
	padding:30px 0;
	clear: both;
}
.tag_q a {
position: relative; 
}

.tag_q a::after {
position: absolute; 
left: 0;            
content: '';        
width: 100%;        
height: 2px;        
background: #000000;
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #000000;
bottom: -1px;       
visibility: hidden; 
}

.tag_q a:hover::after {
visibility: visible; /
}

.tag_q h3{
	margin-bottom: 0!important;	
}

.tag_q h3,.tag_q span{	
	display: inline-block;
}
.tag_q span{
   width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #01AA97;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin: 0 10px;
	font-size: 15px;
}

.tag_q_a{
	line-height: 1.6;
}

.tag_q_a pre{
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.tag_q_a a{
		text-decoration: underline;
}

.p-nav-box {
	width: 170px;
	padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #454545;
    color: #fff;
	font-size: 13px!important;
	text-align: center!important;
	margin-top:10px;
}
@media screen and (min-width: 768px), print {
.p-nav-box:hover {
  background-color: #fff;
  border: 2px solid #454545;
  color: #454545;
}
}

@media (max-width: 767px) {
	.p-nav-box{
		background-color: #425E96;
  
  width:100%;
  margin-top:20px;
}



.p-nav-box a{
  width:100%;
  padding:16px;
  font-size:16px;
  border-radius:8px;
	color: #fff!important;
	}
	}


.wp-pagenavi a, .wp-pagenavi span{
	border: none!important;
	margin: 6px!important;
}

.pk-content{
	line-height: 1.6; 
}

.pk-content a{
		text-decoration: underline;
}

.pk-content h2 {
  font-family: "游明朝体", 'Noto Serif JP', serif, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  font-weight: bold;
  letter-spacing: 0.12em;
  position: relative;　
}

.pk-content h2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: url(/wp-content/themes/kofukuyu/assets/images/component/img_line02.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  bottom: -10px;
  left: 0;
}
.pk-content p{
	margin: 30px 0 30px 0;
}
.pk-content iframe{
	margin-bottom: 30px;
}

.cat-style9{
display:grid;
grid-template-columns:1fr 1fr;
gap:8px;
}

.cat-style9 li{
padding:14px;
background:white;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
text-align:center;
}

/* カード */
@media (max-width: 767px) {
	.cards{
	width: 100%!important;
	}
}
.cards{
	width: 300px;
  background:white;
  padding: 95px 20px 20px;
  border-radius:16px;
  margin-bottom:20px;
  box-shadow:0 10px 25px rgba(0,0,0,0.05);
  transition:.3s;
}

.cards:hover{
  transform:translateY(-4px);
}


/* カテゴリ */

.categories{
  list-style:none;
  padding:0;
}

.categories li{
  margin-bottom:8px;
}

.categories a{
  display:block;
  padding:15px;
  border-radius:10px;
  text-decoration:none;
  background:#f1f5f9;
  color:#333;
  transition:.25s;
	
}

.categories a:hover{
  background:#0DA3A1;
  color:white;
}

/* --- タグ --- */
.p-arc-sidebar_li {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        /* 共通設定 */
        .p-arc-sidebar_li a{
            display: inline-flex;
            align-items: center;
            text-decoration: none;
            transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
			font-size: 14px;
            color: var(--text-muted);
            padding: 4px 8px;
        }
        .p-arc-sidebar_li a .hash{ 
			color: var(--primary);
	font-weight: bold;
	margin-right: 2px;
}
        .p-arc-sidebar_li a:hover { 
			color: var(--text-main); 
			background: #f1f5f9; 
			border-radius: 4px;
}
