@charset "utf-8";

/*
Theme Name: たいやきわらしべ飯高駅前店
Author: hironori hashimoto
Author URI: https://seikotsuin.mje-create.com/
Description: たいやきわらしべ飯高駅前店のオリジナルテンプレート
*/

html {
  font-size: 55%;
  scroll-behavior: smooth;
}

@media screen and (min-width: 960px) {
  html {
    font-size: 62.5%;
  }
}

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

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 1.6rem;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 2.1254;
  letter-spacing: 0.22rem;
  color: #222;
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
  animation: fadeIn;
  animation-duration: 0.6s;
  background-color: #fff7ef;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  max-width: 100%;
  height: auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
main {
  flex: 1;
  overflow-x: hidden;
  position: relative;
}
/* main::before {
  -webkit-transition: 0.5s;
  background-color: #fffdf6;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: 0.5s;
  width: calc((100% / 12) * 3);
  z-index: -1;
} */
ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: block;
  position: relative;
}

.ps-br {
  display: none;
}

.sp-br {
  display: block;
}

@media screen and (min-width: 560px) {
  .ps-br {
    display: block;
  }

  .sp-br {
    display: none;
  }
}
@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade {
  opacity: 0;
  transition: opacity 1.4s, transform 0.8s;
}

.fade.scrollin {
  opacity: 1;
}

.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1.4s, transform 0.8s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-right {
  opacity: 0;
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
}

.fadein-right.scrollin {
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1),
    transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1),
    transform 1s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@keyframes top-fade {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
/*********************************
ヘッダー
*********************************/
#head_wrap {
  position: sticky;
  position:-webkit-sticky;
  top: 0px;
  z-index: 5;
  width: 100%;
  backdrop-filter: saturate(180%) blur(20px);
  transition: .2s;
  background-color:#fff;
}

/* .home #head_wrap{
  color:#fff;
} */
.page-id-1149 #head_wrap,
.page-id-1156 #head_wrap,
.archive #head_wrap{
  background-color: #fff;
  color:#333;
}
@media only screen and (min-width: 560px) {
  #head_wrap {
    background-color: transparent;
  }
}
.fixed{
  transition: .2s;
  position: fixed!important;
  /* background: rgba(255,255,255,0.25);
    backdrop-filter: saturate(180%) blur(20px); */
}
@media only screen and (max-width: 559px) {
  .fixed{
    background-color:#fff;
  }
}
.l-header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  padding: 10px 0px 0px 0px;
  /* color:#fff; */
}
@media only screen and (min-width: 560px) {
  .l-header {
    padding: 0px 0px 0px 15px;
  }
}
.l-header::after{
  content:'';
  max-width: 100%;
  width:100%;
  background-color: rgba(255,255,255,0.4);
  height:1px;
  position: absolute;
  bottom:0px;
  left:0px;
}
.l-header__logo {
  flex: 0 0 37%;
  max-width: 37%;
  padding-left: 16px;

}
.l-header__logo img{
  transition:.3s;
}
/* .l-header__logo img:first-child,
.fixed .l-header__logo img:nth-child(2){
  display: none;
}
.fixed .l-header__logo img:first-child{
  display: block;
} */
@media only screen and (min-width: 560px) {
  .l-header__logo {
    flex: 0 0 23%;
    max-width: 23%;
    padding-left: 0px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .l-header__logo {
    flex: 0 0 15%;
    max-width: 15%;
  }
}

@media only screen and (min-width: 560px) {
  .l-header__list {
    display: flex;
    align-items: center;
    gap:20px;
  }

  .l-header__logo a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 559px) {
  .l-header__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* align-items: center; */
    height: 90%;
    max-width: 90%;
    margin: 0 auto;
    text-align: left;
    width: 100%;
  }
}
.l-header__link {
  padding: 15px 10px;
  font-weight: 500;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 560px) {
  /* .fixed .l-header__link {
    color:#333;
  } */
  .l-header__link {
    position: relative;
    font-size: 1.5rem;
    padding: 33px 10px;
    border-bottom: none;
  }
  .l-header__link:hover,
  .l-header__link.current{
    color: #AF3E46;
  }
  .l-header__link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 4px;
    background-color: #AF3E46;
    transform: scale(0, 1);
    transform-origin: center;
    transition: transform 0.2s;
  }

  .l-header__link:hover::before {
    transform: scale(1);
  }
  .l-header__link.current::before{
    transform: scale(1);
  }
}
@media only screen and (min-width: 560px) {
.u-instagram__link{
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    color:#fff;
    padding-left:20px;
    padding-right: 20px;
}
.u-instagram__link::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
}
.u-instagram__link span{
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 559px) {
  .menu .bar {
    width: 30px;
    height: 2px;
    background: #333;
    border-radius: 5px;
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease;
    transform-origin: left;
  }

  .menu .bar1 {
    margin-bottom: 8px;
  }

  .menu .bar3 {
    margin-top: 8px;
  }

  .menu.toggle .bar1 {
    transform-origin: left;
    transform: rotate(45deg);
    background-color: #fff;
  }
  /* .active .bar{
    background:#fff;
  } */

  .menu.toggle .bar2 {
    opacity: 0;
    visibility: hidden;
  }

  .menu.toggle .bar3 {
    transform-origin: left;
    background-color: #fff;
    transform: rotate(-45deg);
  }

  .l-header__navigation {
    flex-direction: column;
    position: fixed;
    top: -100vh;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    /* margin-top: 72px; */
    transition: 0.3s ease-out;
    display: flex;
    background-position: center;
    background-repeat: repeat;
    color: #fff;
    z-index: 2;
    background-color: rgb(175,62,70,0.95);
  }

  .l-header__navigation li {
    height: var(--nav-height);
    line-height: var(--nav-height);
    text-align: center;
    width: 100%;
    display: block;
  }

  .menu {
    display: block;
    margin-left: auto;
    padding-right: 15px;
    z-index: 11;
  }

  .menu.toggle + .l-header__navigation {
    top:0px;
  }
  .fixed #head_wrap {
    position: sticky;
  }
  .menu.toggle + .l-header__navigation{
    top: 0px;
    height: 100vh;
  }

}
/*********************************
スライダー
*********************************/

.swiper-wrap {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 0px 0px 0px 40px;
  height: 100%;
}
.swiper-wrapper {
  transition-timing-function: linear;
}

.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.infinite-slider .swiper-slide {
  width: auto !important;
}
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
  border-radius: 16px;
  vertical-align: bottom;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.slide-img{
  position: relative;
}
.slide-img::after{
  content:'';
  position: absolute;
  left:0px;
  top:0px;
  right:0px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoom-in 10s linear 0s 1 normal both;
}

.slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3vw;
  font-family: serif;
  font-weight: bold;
  text-shadow: 2px 2px 8px #000;
  color: #fff;
  transform: translate(-50%, -50%);
}

.slide-img img {
  object-fit: cover;
  height: 330px;
  width: 100%;
}
@media only screen and (min-width: 560px) {
	.slide-img img {
        width: 100vw;
		height: 100vh;
	}
}
/*********************************
タイトル
*********************************/
.p-under__headline{
  padding:13rem 0px 6rem;
  position: relative;
}
@media only screen and (min-width: 560px) {
  .p-under__headline{
    padding:17rem 0px 10rem;
  }
}
/* .p-under__headline::before{
  content:'';
  font-size:14vw;
  color:#efefef;
} */
.u-contact__headline::before{
  content:'CONTACT';
}
.p-common__tiitle-en{
  font-family: 'Lato', sans-serif;
}
.p-common__headline-inner{
  margin-bottom:3rem;
}
@media only screen and (min-width: 560px) {
  .p-common__headline-inner{
    display: flex;
    justify-content: space-between;
  }
}
.p-common__headline{
  font-size:2.4rem;
  margin-bottom: 4rem;
  position: relative;
  text-align: center;
  color:#F0D14F;
}
.p-common__headline::after{
  content:'';
  background-color: #F0D14F;
  width:40px;
  height:2px;
  text-align: center;
  margin:0 auto;
  position: absolute;
  left:0px;
  right:0px;
  bottom:-20px;
}
.p-common__lead{
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.p-common__lower-headline{
  position: relative;
  font-size:3rem;
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  color: #dfaf7b;
}
.p-common__lower-headline::after{
  content:'';
  width:40px;
  position: absolute;
  left:0px;
  right:0px;
  text-align: center;
  margin:0 auto;
  height:2px;
  background-color: #dfaf7b;
  bottom:0px;
}
/*********************************
パーツ
*********************************/
.p-common__inner {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 560px) {
  .p-common__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
.u-center{
  align-items: center;
}
  .u-reverse {
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 560px) {
	#vmachine:nth-child(odd)  .p-common__inner{
		margin-bottom: 4rem;
		display: flex;
		flex-direction: column-reverse;
	}
}

.wrap {
  max-width: 1316px;
  margin: 0 auto;
  padding: 0 16px;
}
.wrapper{
  max-width: 832px;
  margin: 0 auto;
  padding: 0 16px;
}
@keyframes gradientEffect {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
.c-common__link {
  position: relative;
  margin-top: 20px;
  border: 2px solid #000;
  background: #fff;
  transition: 0.3s;
  height: 60px;
  line-height: 60px;
  max-width: 400px;
  width: 100%;
  text-align: center;
}

.c-common__link i {
  font-size: 16px;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  right: 0px;
}
.c-common__link:hover {
  background-color: #d86f7c;
  color: #fff;
}
/*********************************
メインビジュアル
*********************************/
.p-top__hero {
  position: relative;
  display: flex;
  height: 350px;
  max-width: 100%;
  margin-left: auto;
  border-radius: 0px 0px 0px 20px;
}
@media only screen and (min-width: 560px) {
	.p-top__hero {
    height: 770px;
	}
}
@media only screen and (min-width: 960px) {
  .p-top__hero {
    max-width: 1400px;
  }
}
.slideshow {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.content {
  width: 100vw;
  /* height: 100vh; */
  animation-name: my-fade-in;
  animation-duration: 1.2s;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}
@media only screen and (min-width: 560px) {
  .content {
    width: 50vw;
  }
}
.p-top__block {
  position: absolute;
  left: 20px;
  top: 30%;
  /* animation-name: top-fade;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 1.5s; */
  color: #fff;
  line-height: 1.3;
}
@media only screen and (min-width: 560px) {
  .p-top__block {
/*     left: 0%; */
	  left: 2%;
    top: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .p-top__block {
/*     left: -10%; */
	  left: 5%;
  }
}

@media only screen and (min-width: 1500px) {
  .p-top__block {
    left: -3%;
  }
}


.p-top__headline {
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 32px;
}
@media only screen and (min-width: 560px) {
  .p-top__headline {
    font-size: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .p-top__headline {
    font-size: 60px;
  }
}
.p-top__block p {
font-size:2.685rem;
	padding-right:20px;
	line-height:2;
}
.smooth {
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  animation: catch 1.4s forwards;
  animation-delay: 0.6s;
  opacity: 0;
}

@media only screen and (min-width: 560px) {
  .smooth {
    animation-delay: 1s;
  }
}

@keyframes catch {
  0% {
    transition-property: clip-path;
    clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}

@media only screen and (min-width: 560px) {
  .p-top__body {
    font-size: 2rem;
  }
}
.p-items__headline {
  border-bottom: 1px solid #000;
  display: inline-block;
  font-size: calc(2.225rem + 3.1125vw);

  line-height: 1;
  letter-spacing: 0px;
  margin-bottom: 4rem;
}

span.smoothText {
	overflow: hidden;
	display: block;
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger{
	transition: .8s ease-in-out;
	transform: translate3d(0,100%,0) skewY(12deg);
	transform-origin: left;
	display: block;
}
.smoothTextTrigger:nth-child(2){
	transition-delay:1.25s;
}
.smoothTextTrigger.smoothTextAppear{
    transform: translate3d(0,0,0) skewY(0);
}

/*********************************
メッセージ
*********************************/
section {
  padding: 0rem 0px 6rem;
}
@media only screen and (min-width: 560px) {
  section {
    padding: 0rem 0px 10rem;
  }
}
#message {
  position: relative;
}
.p-message__body {
  margin-top: 2rem;
}
.material-icons {
  display: inline-flex;
  vertical-align: middle;
}
/*********************************
プロフィール
*********************************/
#about{
  margin-top:20rem;
  position: relative;
}
#about::before{
  content: '';
  background-color: #ffecdc;
  position: absolute;
  top: 36%;
  max-width: 65%;
  z-index: -1;
  width: 100%;
  height: 400px;
  left: 0px;
}
@media only screen and (min-width: 560px) {
  #about::before{
    top: 70px;
  max-width: 45%;
  }
}
.p-about__image {
  position: relative;
  display: grid;
  height: 560px;
  grid-template-columns: repeat(2,1fr);
  gap: 24px;
  gap: 1.5873015873vw;
  /* margin-right: -13.0952380952vw; */
  overflow: hidden;
}
.p-about__image ul{
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-gap: 1.5873015873vw;
  gap: 1.5873015873vw;
  will-change: transform;
}
.p-about__image ul:first-child{
  animation: slide1 30s linear infinite both;
}
.p-about__image ul:last-child{
  animation: slide2 30s linear infinite both;
}
@media only screen and (min-width: 560px) {
  .p-about__image ul:first-child{
    animation: slide1 45s linear infinite both;
  }
  .p-about__image ul:last-child{
    animation: slide2 45s linear infinite both;
  }
}
.p-about__image ul img{
  border-radius: 16px;
}
@keyframes slide1 {
  0% {
    transform: translateY(0%);
  }
  to {
    transform:translateY(calc(-100vw / (1512 / 1572)));
  }
}

@keyframes slide2 {
  0% {
    transform:translateY(calc(-100vw / (1512 / 1048)));
   }
   to {
    transform:translateY(0);
   }
}
/*
.p-about__image ul:first-child{
  animation: components_scroll-to-bottom__P6V9A 25s linear infinite both;
}

.p-about__image ul:last-child{
  animation: components_scroll-to-top__tTMgx 25s linear infinite both;
} */

@keyframes loop {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}


.p-about__block {
  padding:0px 20px;
  margin:4rem 0px 0rem;
}
@media only screen and (min-width: 560px) {
  .p-about__image {
    flex: 0 0 50%;
    max-width: 45%;
  }
  .p-about__block {
    flex: 0 0 50%;
    max-width: 490px;
    margin: 0 auto;
    padding:0px;
  }
}
@media only screen and (min-width: 560px) {
  .p-common__list{
    display: flex;
    justify-content: space-between;
  }
.col-3{
  width: calc(100% / 3);
}
}
.p-about__body {
  margin-top: 2rem;
  font-size: 1.6rem;
}
.p-about__list{
  background-color: #fffdf6;
  padding: 20px;
  display: inline-block;
  text-align: left;
  max-width: 530px;
  width: 100%;
  margin-bottom: 4rem;
  font-weight: bold;
  border-radius: 16px
}
.p-about__list i{
  color:#F0D14F;
  margin-right: 5px;
  font-weight: bold;
}
.p-about__headline {
  font-size: 2.6rem;
  color: #C57E58;
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 560px) {
  .p-about__headline {
    font-size: 3.2rem;
  }
}
#lineup{
  position: relative;
  color: #fff;
  padding: 5rem 0px;
}
#lineup::before{
  content:'';
  background-image:url("/wp-content/themes/seikotsu/images/lineup.jpg");
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: absolute;
  height: 100%;
  width: 100%;
  /* position: fixed; */
  top: 0px;
  left: 0px;
  z-index: -2;
}
#lineup::after{
  content:'';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.2);
  width:100%;
  height: 100%;
  z-index: -1;
}
#lineup .p-common__link{
  margin:4rem auto 0px;
}
#lineup .p-common__title{
  color:#fff;
}
.p-lineup__inner{
  text-align: center;
}
.p-lineup__list{
  border-radius: 16px;
  margin-bottom: 7rem;
}
@media only screen and (min-width: 560px) {
.p-lineup__list{
  flex:0 0 31.25%;
  max-width: 31.25%;
}
.p-lineup__list:nth-child(2),
.p-lineup__list:nth-child(5),
.p-lineup__list:nth-child(8),
.p-lineup__list:nth-child(11){
  margin-top:4rem;
}
.p-lineup__list:nth-child(3),
.p-lineup__list:nth-child(6),
.p-lineup__list:nth-child(9){
margin-top:8rem;
}
}
.p-lineup__image img{
  border-radius: 16px;
  transition: .5s;
}
p-lineup__list.fade .p-lineup__image img{
  mix-blend-mode: overlay;
}
p-lineup__list.fade.scrollin .p-lineup__image img{
  mix-blend-mode: normal;
}
.p-lineup__headline{
  font-weight: bold;
  color: #C57E58;
  padding: 6px 0px 10px;
  line-height: 1.6;
  border-bottom: 1px solid #C57E58;
  margin-bottom: 1rem;
}
.p-lineup__name{
  font-weight: bold;
  padding: 0px 0px 16px;
  display: flex;
  justify-content: space-between;
  font-size:1.4rem;
}
@media only screen and (min-width: 960px) {
  .p-lineup__name{
    font-size: 1.6rem;
  }
}
.p-lineup__name span{
  font-size: 2rem;
  margin-left: 7px;
  line-height: 1;
  color: #AF3E46;
}
@media only screen and (min-width: 960px) {
  .p-lineup__name span{
    font-size: 2.4rem;
  }
}
.p-lineup__inner-list{
  margin-top:10rem;
}
/*********************************
わらしべ飯高駅前について
*********************************/
.about{
  background-color:#f9f8f4;
  padding:80px 0px;
  position: relative;
  text-align: center;
}
.about::before{
  content:'';
  position: absolute;
  left:0px;
  height: 100px;
  top: -30px;
  background-color:#f9f8f4;
  width:100%;
}
.p-about__lead{
  font-size:2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-about__inner,
.p-description__inner{
  position: relative;
}
.p-about__title{
  font-size: 3.2rem;
  margin-bottom: 3.5rem;
  font-weight: normal;
  line-height: 1.6;
  color:#C57E58;
  position: relative;
}
.p-description__inner{
  margin-bottom: 6rem;
}
.p-description__inner::before{
  content: '';
  background-color: #FFF8EC;
  height: 330px;
  max-width: 1480px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 80px;
  right: 0px;
}
.p-description__inner:nth-child(2)::before{
  right:auto;
  left:0px;
}
.p-description__image{
  position: relative;
  margin-bottom: 2rem;
}
.p-description__image::before,
.p-description__image::after{
  content: '';
  position: absolute;
  transform: rotate(-35deg);
  width: 70px;
  height: 25px;
  background-color: #fff7ef;
}
.p-description__image::before{
  top: -10px;
  left: -25px;
  border-bottom: 1px solid #dfaf7b;
}
.p-description__image::after{
  bottom: 0px;
  right: -25px;
  border-top: 1px solid #dfaf7b;
}
@media screen and (min-width: 560px) {
  .p-common__headline-block{
    flex:0 0 40%;
    max-width: 40%;
  }
  .p-common__headline-body{
    flex:0 0 55%;
    max-width: 55%;
  }
  .p-description__image{
    flex:0 0 40%;
    max-width: 40%;
    margin-bottom: 0rem;
  }
  .p-description__block{
    flex:0 0 55%;
    max-width: 55%;
  }
}
.p-description__body{
  margin-bottom: 15px;
  max-width: 520px;
  text-align: justify;
}
.p-about__bg{
  width: 100%;
  position: relative;
  overflow: hidden;
  height:190px;
  /* background-attachment: fixed; */
}
@media screen and (min-width: 560px) {
  .p-about__bg{
    height:400px;
  }
}
.p-about__bg::before{
  content: '';
    background-image: url(/wp-content/themes/seikotsu/images/about-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-position: 40% 50%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -2;
}
@media screen and (min-width: 560px) {
  .p-about__bg::before{
    background-size: cover;
    background-attachment: fixed;
  }
}
#visualVerticalImg {
  position: absolute;
  top: 0px;
  left: 0px;
}
.p-about__description-inner{
  margin-bottom: 5rem;
}
.p-description{
  position: relative;
  padding-bottom: 17rem;
  padding-top: 10rem;
  background-image: url("/wp-content/themes/seikotsu/images/bg.jpg");
}
@media screen and (max-width: 559px) {
  .p-description{
    padding-bottom: 10rem;
  }
}
.p-description::before{
  content:'';
  background-image: url("/wp-content/themes/seikotsu/images/about-fish.png");
  animation: r1 2s linear infinite;
  position: absolute;
  top:80px;
  right:20px;
  width:300px;
  height:204px;
  background-repeat: no-repeat;
  background-size:contain;
}
@media screen and (max-width: 959px) {
  .p-description::before{
    width: 220px;
  }
}
@media screen and (max-width: 559px) {
  .p-description::before{
    background-size: 100%;
    background-repeat: no-repeat;
    width: 110px;
    height: 144px;
    background-position: top right;
  }
}
.p-description::after{
  content:'';
  background-size:contain;
  background-image: url("/wp-content/themes/seikotsu/images/about-fish02.png");
  animation: r1 2s linear infinite;
  position: absolute;
  bottom:30px;
  left:20px;
  width:300px;
  height:204px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .p-description::after{
    width: 220px;
  }
}
@media screen and (max-width: 559px) {
  .p-description::after{
    background-size: 100%;
    bottom: auto;
    top:300px;
    left: 20px;
    width: 130px;
    height: 114px;
    background-repeat: no-repeat;
    background-position: bottom left;
  }
}
.p-description02{
  position: relative;
  padding-bottom: 10rem;
  padding-top: 10rem;
  background-image: url("/wp-content/themes/seikotsu/images/bg-02.jpg");
}
.p-description__title{
  position: relative;
  font-size:2.4rem;
  padding-bottom: 10px;
  margin-bottom:30px;
  writing-mode: vertical-rl;
  margin: 0 auto;
  margin-bottom: 5rem;
  padding: 0px 10px;
  color: #AF3E46;
  font-weight: normal;
}

@keyframes r1 {
  0%,100%   { transform: rotate(0deg); }
  50% { transform: rotate(10deg); }
}

/* .p-description__title::after{
  content:'';
  border-bottom:2px dotted #C57E58;
} */
.p-about__description-headline{
  font-size:2.4rem;
  color: #C57E58;
  margin-bottom: 2rem;
  font-weight: normal;
}
.p-about__description-image{
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (min-width: 560px) {
.p-about__description-image{
  flex:0 0 40%;
  max-width: 40%;
  margin-bottom: 0px;
}
.p-about__description-block{
  flex: 0 0 57%;
    max-width: 57%;
}
}
.p-about__description-image img{
  border-radius: 16px;
  position: relative;
  z-index: 2;
}
.p-about__description-image::before{
  content: '';
  position: absolute;
  bottom: -20px;
  right: 24px;
  width: 90%;
  height: 90%;
  background-image: radial-gradient(#e6d6b1 20%, rgba(0 0 0 / 0) 21%);
  background-size: 20px 20px;
  background-position: right bottom;
  z-index: 1;
}
@media screen and (max-width: 559px) {
  .p-about__description-image::before{
    right: -16px;
    width: 100%;
    height: 70%;
  }
}
@media screen and (max-width: 559px) {
  .p-about__description-image::before{
    bottom: -20px;
    right: -18px;
    width: 100%;
    height: 100%;
  }
}
/*********************************
事業内容
*********************************/
@media screen and (min-width: 960px) {
  #slider {
    padding: 0 10rem;
  }
}
.slick-slider {
  margin: 10rem 0 0;
}
.slick-slide .place-badge img {
  border-radius: 8px 0 0 0;
}
#thumbnail-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  #thumbnail-list {
    padding: 0 10rem;
  }
}
.thumbnail-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media screen and (min-width: 960px) {
  .thumbnail-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}
.thumbnail-item:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
  vertical-align: top;
}
.scrolldown2{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
bottom: 20px;
left: 40%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
  /*描画位置*/
position: absolute;
left:10px;
bottom:20px;
  /*テキストの形状*/
color: #fff;
font-size: 0.7rem;
letter-spacing: 0.05em;
/*縦書き設定*/
-ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom:0;
  left:-4px;
  /*丸の形状*/
width:10px;
height:10px;
border-radius: 50%;
background:#eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
animation:
  circlemove 1.6s ease-in-out infinite,
  cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
    0%{bottom:45px;}
   100%{bottom:-5px;}
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
    0%{opacity:0}
   50%{opacity:1;}
  80%{opacity:0.9;}
100%{opacity:0;}
}

/* 線の描写 */
.scrolldown2:after{
content:"";
  /*描画位置*/
position: absolute;
bottom:0;
left:0;
  /*線の形状*/
width:2px;
height: 50px;
background:#eee;
}
.p-top__icons{
  position: absolute;
  text-align: center;
  right:16px;
  bottom: -40px;
  animation-name: animv 2s infinite;
  max-width: 60px;
}
@media screen and (min-width: 560px) {
  .p-top__icons{
    right: 30px;
    bottom: -30px;
    max-width: 120px;
  }
}
@keyframes animv {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 40px);
  }
}
.p-top__icons a{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #49b24f;
  width:108px;
  height:108px;
  border-radius: 50%;
  color:#fff;
  font-size:1.4rem;
}
@media screen and (min-width: 560px) {
  .p-top__icons a{
    width:127px;
  height:127px;
  font-size:1.5rem;
  }
}
.p-line__image{
  font-size: 4rem;
  line-height: 1;
}
.p-line__text{
  font-size:11px;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .p-line__text{
    font-size:13px;
  }
}
.motion-txt {
  display: inline-block;
  position: relative;
  /* overflow: hidden; */
  padding: 10px 10px 10px 0px;
}

.motion-txt::after {
  content: "";
  position: absolute;
  opacity: 1;
  left: 100vw;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  transform: translate3d(-101%, 0, 0);
}

.js-scroll.show .motion-txt::after {
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}

.js-scroll.done .motion-txt::after {
  transition-property: transform;
  transition-duration: 0.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(103%, 0, 0);
}

.motion-txt .motion-inner {
  clip-path: inset(0 100% 0 0);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  display: block;
}

.js-scroll.done .motion-txt .motion-inner {
  clip-path: inset(0);
}

.u-curriculum__inner {
  display: flex;
  justify-content: space-between;
}
/*********************************
トップページ 店舗情報
*********************************/

iframe.youtube-16-9 {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	max-width: 600px;
	display: block;
	margin: auto;
}

#vmachine{
  padding-top:10rem;
  padding-bottom: 0px;
}

#shop{
  background-color: #fff;
  padding-top:10rem;
  padding-bottom: 0px;
}
.p-shop__block{
  margin-bottom: 5rem;
  margin-top: 2rem;
}
.p-shop__image img{
  border-radius: 16px;
}
@media only screen and (min-width: 560px) {
.p-shop__image{
    margin-bottom: 10rem;
    flex:0 0 45%;
    max-width: 45%;
}
.p-shop__block{
    margin-top: 0rem;
    margin-bottom: 10rem;
    flex:0 0 50%;
    max-width: 50%;
}
}
#shop .p-common__link{
    margin:0 auto;
    text-align: center;
}
#shop iframe{
  vertical-align: bottom;
}
/*********************************
会社概要
*********************************/
.p-access__block {
  margin-bottom: 20px;
}
.p-company__block {
	margin-bottom:40px;
}
@media only screen and (min-width: 560px) {
  .p-company__block {
    flex: 0 0 40%;
    margin-bottom: 0px;
  }

  .p-access__map {
    flex: 0 0 50%;
  }
}

.p-access__table {
  text-align: left;
  width: 100%;
}

.p-access__table tr {
  display: flex;
  margin-bottom: 14px;
  border-bottom: 1px solid hsl(0deg 0% 56%);
  padding-bottom: 14px;
}

.p-access__table tr th {
  flex: 0 0 25%;
  max-width: 25%;
}

.p-access__table tr td {
  flex: 0 0 70%;
  max-width: 70%;
}
.p-access__table a {
  color: #e4b0c4;
  font-weight: bold;
}
.p-access__table a i {
  vertical-align: bottom;
}
.p-company__body {
  margin: 0rem 0px 4rem;
}

.p-about__button {
  background-color: #e4b0c4;
  padding: 50px 15px;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
}
.p-about__button:hover {
  opacity: 0.7;
}

/*********************************
トップページ 最新情報
*********************************/
.plan-content{
  padding-top:10rem;
}
.sbi_photo_wrap img{
  border-radius: 8px;
}
.sbi_photo_wrap a:hover{
  opacity: 0.7;
}
/*********************************
お知らせ
*********************************/
.u-news__bg{
  background-image: url("/wp-content/themes/seikotsu/images/news-bg.jpg");
}
.p-works__list{
  margin-bottom: 4rem;
}
@media only screen and (min-width: 560px) {
  .p-works__list{
    flex:0 0 31.25%;
    max-width: 31.25%;
    margin-bottom: 2rem;
  }
  .p-title__block {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media only screen and (min-width: 560px) {
  .p-block__content {
    position: relative;
  }
}
.p-blog__inner{
  padding:0px;
}
.p-blog__inner .p-common__inner {
  position: relative;
  z-index: 1;
  margin-bottom: 4.5rem;
}
@media only screen and (min-width: 560px) {
  .blog-content .p-common__inner::after,
  .p-blog__inner .p-common__inner::after {
    content: "";
    flex: 0 0 31.25%;
    max-width: 31.25%;
    display: block;
  }
}
.p-blog__image img {
  object-fit: cover;
  height: 288px;
  border-radius: 12px;
  width: 100%;
}

@media only screen and (min-width: 560px) {
  .p-blog__image img {
    height: 247px;
  }
}

.p-blog__button {
  margin-top: 2.4rem;
}

.p-link__block {
  display: inline-block;
}
.p-blog__date {
  color: #999;
  font-size: 1.2rem;
}
.p-blog__link {
  display: block;
  border-bottom: 1px solid #eee;
  position: relative;
}
.blog-image img {
  object-fit: cover;
  height: 200px;
  width: 100%;
  border-radius: 14px;
}
@media only screen and (min-width: 960px) {
  .blog-image img {
    height: 260px;
  }
}
@media only screen and (min-width: 560px) {
  .p-blog__link::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    bottom: 0;
    height: 2px;
    margin: 0px 0;
    left: 0;
    background-color: #F0D14F;
    transition: all 0.4s ease-in 0s;
  }
  .p-blog__link:hover::before {
    width: 100%;
  }
}
.p-news__body {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.p-cms__area{
  margin-bottom: 3.5rem;
}
.p-blog__block {
  padding: 10px 0px 10px;
}
.works-content {
  padding: 4em 0px 8rem;
}
.works-content .wrap {
  max-width: 800px;
  margin: 0 auto 8rem;
}
.blog-common-ttl {
  font-size: 2.4rem;
  border-bottom: 4px solid #dfaf7b;
  margin-bottom: 2rem;
  color:#dfaf7b;
  padding-bottom: 1rem;
}
.blog-date {
  color: #999;
  font-size: 1.3rem;
  text-align: right;
  margin-bottom: 4rem;
}
.common-btn {
  background-color: #F0D14F;
  max-width: 500px;
  color: #fff;
  margin: 0 auto;
  height: 64px;
  line-height: 64px;
  border-radius: 4px;
  text-align: center;
  margin: 4rem auto 8rem;
}
.common-btn:hover {
  opacity: 0.8;
}
.p-justify__center{
  margin:0 auto;
  text-align: center;
}
/****************************************
パンくずリスト
*****************************************/
#breadcrumb {
  margin-left: auto;
  padding-left: 0;
  margin-right: auto;
  margin-bottom: 6rem;
}

#breadcrumb li {
  display: inline;
  list-style: none;
}

#breadcrumb li:after {
  content: ">";
  padding: 0 10px;
}

#breadcrumb li:last-child:after {
  content: "";
}

#breadcrumb li a {
  text-decoration: none;
  display: inline-block;
}

#breadcrumb li:first-child a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-size: 1.3rem;
  color: #333;
  padding-right: 5px;
}

#breadcrumb li a:hover {
  opacity: 0.5;
}
/*********************************
ブログ
*********************************/
.p-common__title {
  margin-bottom: 1rem;
  font-size: 2.6rem;
color:#dfaf7b;
line-height: 1.75;
}
@media screen and (min-width: 560px) {
  .p-common__title {
    font-size: 3.2rem;
  }
}
.wp-pagenavi {
  margin-top:10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi span.current {
  border: 1px #BFBFBF solid;
  background: #F0D14F;
}
.pages {
  width: 100px !important;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border-radius: 8px;
  background: #fff;
  border: 1px #BFBFBF dashed;
  padding: 10px 14px;
  margin: 0 5px !important;
  font-size:1.2rem;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  justify-content: center;
  display: flex;
  align-items: center;
}
/*********************************
お問い合わせ
*********************************/
.u-contact__bg{
  background-image: url("/wp-content/themes/seikotsu/images/u-contact__bg.jpg");
}
.p-contact__inner {
  position: relative;
}
.p-contact__tel {
  font-size: 1.6rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
  padding: 20px 0px;
  border-top: 4px dotted #C57E58;
  border-bottom: 4px dotted #C57E58;
}
@media screen and (min-width: 560px) {
  .p-contact__tel {
    display: flex;
  justify-content: space-between;
  align-items: center;
  }
  .p-contact__tel-block{
    flex:0 0 45%;
    max-width: 45%;
  }
}
.p-contact__tel__body{
  font-size: 1.6rem;
}
.p-contact__tel__reserve{
  font-size:1.3rem;
  background-color:#AF3E46;
  border-radius: 20px;
  color:#fff;
  max-width: 95%;
}
.p-contact__tel-headline{
  color:#AF3E46;
  font-size:2.8rem;
}
.p-contact__tel-link{
  font-family: 'Lato', sans-serif;
  font-size:3.2rem;
}
@media screen and (min-width: 560px) {
  .p-contact__tel-link{
  flex:0 0 50%;
  max-width: 50%;
  font-size:4.8rem;
  }
}
.p-contact__link {
  font-size: 3.2rem;
  font-family: 'Lato', sans-serif;
  line-height: 1.1;
}
.swiper-pagination-bullet {
  width: 30px !important;
  height: 4px !important;
  background: #fff !important;
  border-radius: 0px !important;
  margin: 0 6px !important;
}
.swiper-pagination-bullet-active {
  background: #de0029;
}
.p-contact__form{
  background-color:#ffefe2;
  border-radius: 20px;
  padding: 10rem 0px;
  margin-top: 5rem;
}
.contact-table{
  width: 100%;
  margin: 0 auto 6.8rem;
}
.contact-form__01{
  display: block;
}
@media screen and (min-width: 560px) {
  .contact-form__01{
    display: flex;
    justify-content: space-between;
  }
}
.contact-form__01 th {
  display: block;
  margin-bottom: 1rem;
  text-align: left;
}

@media screen and (min-width: 560px) {
  .contact-form__01 th {
    margin-bottom: 0;
    margin-right: 1rem;
    max-width: 20rem;
    width: 100%;
    align-self: flex-start;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 560px) {
  .contact-form__01 td {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    display: block;
  }
}
.mw_wp_form {
  margin: 4rem auto 0;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
@media screen and (min-width: 560px) {
  .mw_wp_form {
    max-width: 960px;
  }
}
.contact-table input, .contact-table textarea{
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 14px 10px;
  border-radius: 4px;
}
.mw_wp_form table {
  width: 100%;
  text-align: left;
}
.mw_wp_form table tr {
  margin-bottom: 20px;
}

.mw_wp_form textarea {
  min-height: 300px;
}

.required-srt {
  display: inline-block;
  background-color: #AF3E46;
  color: #fff;
  padding: 2px 1em;
  font-size: 1.1rem;
  margin-left: 1rem;
  line-height: 1;
}

@media screen and (min-width: 560px) {
  .required-srt {
    margin-left: 0;
    display: flex;
    align-items: center;
    padding: 0 0.2em;
    height: 28px;
  }
}

.mw_wp_form .common-link,
.mw_wp_form .back-btn{
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
  border-radius: 40px;
  border: none;
  position: relative;
  background: #deba29;
  background: linear-gradient(270deg,#deba29,#deba29,rgba(222,186,41,.8),rgba(222,186,41,.35));
  background-position: 100% 50%;
  background-size: 300% 300%;
  transition: background .6s ease-out;
  padding: 18px 40px;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  display: block;
}
.mw_wp_form .back-btn{
  background: #6C737E;
  background: linear-gradient(270deg,#cfcfcf,#cfcfcf,rgb(177 177 177 / 80%),rgba(224, 220, 203, 0.35));
}
.mw_wp_form .common-link:hover,
.mw_wp_form .back-btn:hover{
  background-position: 0 50%;
}

.submit-btn input:hover {
  background: #fff;
  color: #00142c;
}

.form-btn__inner {
  margin-top: 4rem;
}

.p-contact__body {
  text-align: center;
  font-weight: bold;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

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

.submit-btn {
  cursor: pointer;
  max-width: 280px;
  background-color: #ed6d00;
  padding: 24px 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  position: relative;
  transition: 0.3s;
  font-weight: 600;
  border: none;
}

.submit-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 75%
  );
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
}
#wpcf7-modify {
  cursor: pointer;
  max-width: 280px;
  background-color: #fff;
  padding: 24px 32px;
  color: #ff9103 !important;
  border: 1px solid #ff9103 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  position: relative;
  transition: 0.3s;
  font-weight: 600;
  border: none;
}

.submit-btn:hover {
  opacity: 0.6;
}

.thanks-block {
  margin-bottom: 16rem;
  text-align: left;
}

.thanks-block h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 560px) {
  .thanks-block {
    text-align: center;
  }
}

.thanks-text {
  line-height: 2.4;
  max-width: 960px;
  margin: 0 auto;
}

.caption {
  color: #999;
  margin-top: 2rem;
  display: block;
}

.contact-agreement__body {
  text-align: center;
  margin: 2rem 0;
}

.contact-agreement__body a {
  display: inline-block;
  text-decoration: underline;
}

@media screen and (min-width: 560px) {
  .contact-agreement__body a {
    margin-bottom: 4rem;
  }
}

.privacy-policy__wrap {
  max-width: 960px;
  margin: 0 auto 14rem;
}

.privacy-policy__block {
  margin-bottom: 4rem;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #ffffff !important;
  background: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #ffffff !important;
  background: #fff;
}

.contact-headline {
  font-size: 2rem;
  margin-bottom: 4rem;
}

.wpcf7-mail-sent-ok {
  display: none !important;
}
.contact-conversion__btn {
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (min-width: 560px) {
  .contact-conversion__btn {
    display: flex;
  }
}
/*********************************
footer
*********************************/
.l-contact__inner{
  background-image:url("/wp-content/themes/seikotsu/images/footer.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  position: relative;
  color:#fff;
  text-align: center;
  padding:100px 0px;
}
.l-contact__inner::before{
  content:'';
  background-color: rgba(175,62,70,0.8);
  position: absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
}
.l-contact__block{
  position: relative;
  z-index: 2;
  text-align: center;
}

.l-contact__headline{
  font-size:2.4rem;
  margin-bottom:3.5rem;
  line-height: 1.5;
  border-bottom: 4px dotted;
  display: inline-block;
  padding-bottom: 1rem;
}
.l-contact__tel{
  font-size: 4.8rem;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
.l-contact__tel-body{
  font-size:1.3rem;
  margin-top: 15px;
}
.p-strong__text{
  display: inline-block;
  background-color: #deba29;
  color: #fff;
  font-weight: bold;
  padding: 0px 16px;
  margin-bottom: 2.5rem;
}
[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: 'Kiwi Maru', serif;
  font-size: 11px;
}
/* 以下追加 */
rt {
  display: none;
}
.p-line__images{
  text-align: center;
}
@media screen and (min-width: 560px) {
.p-line__block{
  flex: 0 0 62%;
  max-width: 62%;
}
.p-line__images{
  flex: 0 0 20%;
  max-width: 20%;
}
}
.p-line__qr{
  max-width: 120px;
    margin: 0 auto;
}
.p-line__headline{
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.p-line__headline i{
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.p-line__headline span{
  color:#F0D14F;
}
.p-line__lead{
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin-bottom: 1rem;
}
.p-line__id{
  font-weight: bold;
  text-align: center;
}
footer {
  background: #f9f8f4;
  padding: 10rem 0px 5rem;
  /* text-align: center; */
}
@media screen and (min-width: 560px) {
  footer {
    padding: 10rem 0px;
  }
  footer .p-footer__list a{
    position: relative;
  }
  footer .p-footer__list a::after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #AF3E46;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  footer a:hover{
    color:#AF3E46;
  }
}
/* @media screen and (min-width: 560px) {
  footer {
    padding: 10rem 0px;
  }
} */
footer h2 {
  font-size: 4rem;
  margin: 0 auto 1.5rem;
}
footer p {
  font-size: 1.4rem;
}
.p-footer__tel a{
  font-size:2rem;

  font-weight: bold;
  color: #deba29;
}
copyright {
  color: #333;
  display: flex;
  justify-content: center;
  display: flex;
  position: static;
  font-size: 1.3rem;
  z-index: 2;
  gap: 15px;
  padding:15px;
}
@media screen and (min-width: 960px) {
  copyright {
    /* mix-blend-mode: screen; */
    padding-right:15px;
    position: fixed;
    writing-mode: vertical-rl;
    top: 50%;
    left: 15px;
    filter: invert(100%);
    mix-blend-mode: exclusion;
  transform: translateY(-50%);

  }
}
copyright i{
  font-size:2rem;
  color:#AF3E46;
}

.p-footer__right{
    font-size:1.3rem;
    color:#999;
}
@media screen and (min-width: 960px) {
  .p-footer__right{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:15px;
  }
}
@media screen and (max-width: 559px) {
    .p-footer__right-inner{
        /* flex:0 0 48%;
        max-width: 48%; */
        margin-bottom: 15px;
    }
    .p-footer__list{
      padding:10px 0px;
    }
    .p-footer__right{
      gap:0px;
    }
}
/* .p-footer__list{
    writing-mode: vertical-rl;
} */
.p-footer__left{
    margin-bottom: 4rem;
}
@media screen and (min-width: 560px) {
/* .p-footer__left{
    flex:0 0 40%;
    max-width: 40%;
} */
/* .p-footer__right{
    flex:0 0 50%;
    max-width: 50%;
} */
}
.p-footer__logo {
  max-width: 200px;
  margin: 0 auto 2rem;
  text-align: center;
  list-style: none;
}
@media screen and (min-width: 560px) {
  .p-footer__logo a:hover{
    opacity: 0.6;
  }
  .p-footer__logo {
    max-width: 300px;
  }
.p-footer__inner{
    display: flex;
    gap:40px;
    justify-content: center;
}
}
.p-footer__block{
  max-width: 500px;
  margin:0 auto 4rem;
}
@media screen and (min-width: 560px) {
  .p-footer__block{
    flex:0 0 45%;
    margin:0 auto;
  }
}
@media screen and (min-width: 560px) {
.p-footer__map{
  flex:0 0 50%;
  max-width: 50%;
}
}
.btn__container {
  max-width: 220px;
  margin: 4rem auto;
}
.btn {
  min-width: 110px;
  background-color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
  color: #c71e7e;
  display: flex;
  transition: all 0.2s ease-in-out;
  margin-right: 10px;
}
.btn i {
  color: #df3796;
  font-size: 20px;
  padding-right: 10px;
  transition: all 0.3s ease-in-out;
  padding-top: 5px;
}
.btn span {
  font-family: "Roboto", sans-serif;
  align-self: center;
  transform: translateX(0px);
  transition: all 0.1s ease-in-out;
  opacity: 1;
}
.c-pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  transition: .2s;
}

.c-pagetop__button {

  text-transform: uppercase;
  /* width: 40px;
  height: 140px; */
  /* -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: #fff; */
  width:40px;
}

@media only screen and (min-width: 560px) {
  .c-pagetop__button {
    width: 60px;
    height: 150px;
  }
  .c-pagetop:hover{
    bottom:10px;
  }
}
.p-footer__link {
  text-align: center;
  font-size: 1.4rem;
  color: #999;
  margin-bottom: 30px;
}

.p-footer__link a:hover {
  color: #ed6d00;
}
.p-common__link{
  color: #fff;
  font-family: 'Lato', sans-serif;
  display: inline-block;
  border-radius: 40px;
  position: relative;
  background: #deba29;
  background: linear-gradient(270deg,#deba29,#deba29,rgba(222,186,41,.8),rgba(222,186,41,.35));
  background-position: 100% 50%;
  background-size: 300% 300%;
  transition: background .6s ease-out;
  padding: 18px 40px;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-common__link:hover{
  background-position: 0 50%;
}
.insta_btn2 {
  /*ボタンの下地*/
  color: #fff; /*文字・アイコン色*/
  border-radius: 7px; /*角丸に*/
  position: relative;
  display: inline-block;
  margin: 0 auto 10rem;
  height: 50px; /*高さ*/
  width: 190px; /*幅*/
  text-align: center; /*中身を中央寄せ*/
  font-size: 18px; /*文字のサイズ*/
  line-height: 50px; /*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
  overflow: hidden; /*はみ出た部分を隠す*/
  text-decoration: none; /*下線は消す*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.insta_btn2:before {
  /*グラデーション②*/
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /*全体を覆う*/
  height: 100%; /*全体を覆う*/
  background: -webkit-linear-gradient(
      15deg,
      #ffdb2c,
      rgb(249, 118, 76) 25%,
      rgba(255, 77, 64, 0) 50%
    )
    no-repeat;
  background: linear-gradient(
      15deg,
      #ffdb2c,
      rgb(249, 118, 76) 25%,
      rgba(255, 77, 64, 0) 50%
    )
    no-repeat;
}

.insta_btn2 .fa-instagram {
  /*アイコン*/
  font-size: 35px; /*アイコンサイズ*/
  position: relative;
}

.insta_btn2 span {
  /*テキスト*/
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.insta_btn2:hover span {
  /*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.mwform-radio-field-text {
  vertical-align: sub;
}
/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 9999999;
  background-color: #fff7ef;

  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#splash_logo {
  max-width: 220px;
  margin:0 auto;
}
@media only screen and (min-width: 560px) {
  #splash_logo {
    max-width: 400px;
  }
}
/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg1,
.splashbg2 {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg1,
body.appear .splashbg2 {
  display: block;
}

/*上に消えるエリア*/
body.appear .splashbg1 {
  animation-name: PageAnime;
  animation-duration: 1.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  bottom: 50%;
  left: 0;
  transform: scaleY(1);
  background-color: #f9f8f4;
}

@keyframes PageAnime {
  0% {
    transform-origin: top;
    transform: scaleY(1);
  }

  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}

/*下に消えるエリア*/
body.appear .splashbg2 {
  animation-name: PageAnime2;
  animation-duration: 1.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 0;
  transform: scaleY(1);
  background-color: #f9f8f4;
  /*伸びる背景色の設定*/
}

@keyframes PageAnime2 {
  0% {
    transform-origin: bottom;
    transform: scaleY(1);
  }

  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

/*画面遷移の後現れるコンテンツ設定*/
/* #container {
  opacity: 0;
  position: relative;
  z-index: 1;
}
 */
/*bodyにappearクラスがついたら出現*/
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
#container {
  overflow: hidden;
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.marquee-anim{
  position: absolute;
  z-index: -1;
  width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  margin-bottom: 4rem;
  animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
top:20px;
}
@media only screen and (min-width: 960px) {
  .marquee-anim{
    margin-bottom: 6rem;
  }
}
.marquee-inline{
  font-family: 'Lato', sans-serif;
  animation: animate-banner 20s linear infinite;
  color: #f9f9f9;
  font-size: 40vw;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  padding: 0px 15px;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  transform: scale(2);
  -webkit-text-stroke: 2px #C57E58;
  text-stroke: 2px #C57E58;
  opacity: 0.1
}
@media only screen and (min-width: 560px) {
  .marquee-inline{
    font-size: 25vw;
  }
}
@media only screen and (min-width: 960px) {
  .marquee-inline{
    font-size: 14vw;
  }
}
/* .marquee-inline::before,
.marquee-inline::after{
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  overflow: hidden;
  top: 0;
} */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* .marquee-inline::before{
  left: 3px;
  text-shadow: -2px 0 #fc54f2;
  animation: glitch-1 2s linear infinite reverse;
}
.marquee-inline::after{
  left: -3px;
text-shadow: -2px 0 #5e81f2;
animation: glitch-2 2s linear infinite reverse;
} */

/*********************************
下層ページのパーツ
*********************************/
.p-common__hero{
  padding:12rem 0px;
  text-align: center;
  position: relative;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10rem;
  background-position: center;
}
@media only screen and (min-width: 560px) {
  .p-common__hero{
    padding:20rem 0px;
  }
}
.p-common__hero::after{
  content:'';
  z-index: 1;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
}
.p-common__hero-headline{
  font-size: 4rem;
  z-index: 2;
  letter-spacing: 0.6rem;
}
/*********************************
当院について
*********************************/
.u-about__bg{
  background-image: url("/wp-content/themes/seikotsu/images/about-bg.jpg");
}
.p-about__intro{
  text-align: center;
  position: relative;
  padding:10rem 0px
}
.p-about__icons{
  z-index: 0;
}
.p-about__icons:first-child{
  position: absolute;
  top:0px;
  max-width: 220px;
  right:0px;
  opacity: 0.5;
}
.p-about__icons:nth-child(2){
  left:0px;
  position: absolute;
  bottom:130px;
  opacity: 0.5;
  max-width:170px;
}
.p-about__icons:nth-child(3){
  right:60px;
  position: absolute;
  bottom:0px;
  max-width: 160px;
  opacity: 0.5;
}
.p-about__icons:nth-child(4){
  left: 100px;
  background-color: #F0D14F;
  opacity: .2;
  position: absolute;
  top: 60px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 559px) {
  .p-about__icons:first-child,
  .p-about__icons:nth-child(2),
  .p-about__icons:nth-child(3),
  .p-about__icons:nth-child(4){
    opacity: 0.1;
  }
  .p-about__icons:first-child{
    max-width: 150px;
  }
  .p-about__icons:nth-child(2){
    max-width: 130px;
  }
  .p-about__icons:nth-child(3){
    max-width: 100px;
  }
  .p-about__icons:nth-child(4){
    left:0px;
    width:60px;
    height:60px;
  }
}
.p-about__description{
  text-align: center;
  font-size: 2.8rem;
  color: #dfaf7b;
  position: relative;
  margin-bottom: 3rem;
}

.p-about__body{
  margin-bottom: 1.5rem;
  text-align: justify;
}
.p-staff__image{
  position: relative;
  padding-left: 30px;
  padding-top:30px;
  z-index: 2;
}
.p-staff__image::before{
  content:'';
  position: absolute;
  left:0px;
  top:0px;
  background-image:
		radial-gradient(rgba(240,209,79,0.3) 30%, rgba(0,0,0,0) 31%),
		radial-gradient(rgba(240,209,79,0.3) 30%, rgba(0,0,0,0) 31%);
	background-size: 16px 16px;
	background-position: 0 0, 8px 8px;
  max-width: 280px;
  width:100%;
  height:200px;
  z-index: -1;
}
@media only screen and (min-width: 560px) {
  .p-staff__image::before{
    max-width: 400px;
    width:100%;
    height:300px;
  }
}
@media only screen and (min-width: 560px) {
  .p-staff__block{
    flex:0 0 50%;
  max-width: 50%;
  }
.p-staff__image{
  flex:0 0 45%;
  max-width: 45%;
}
}
.p-staff__lead{
  font-size:2rem;
  margin-bottom: 2rem;
}
.incho-description{
  background-color: #fffcf1;
  padding:12rem 0px;
}
@media only screen and (min-width: 560px) {
.p-staff__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
}
.p-staff__incho-jp{
  font-weight: bold;
  font-size:1.8rem;
}
.p-staff__incho-name{
  font-size:4rem;

  color: #dfaf7b;
    line-height: 1.1;
    margin: 15px 0px;
}
.p-staff__history{
  border-bottom:2px solid #f0d14f;
  padding-bottom:10px;
  margin-bottom: 10px;
  margin-top:6rem;
  font-size: 2rem;
}
.p-staff__body{
  margin-top: 2rem;
}
.p-shop__link{
  text-align: right;
}
.p-shop__table{
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin:0px auto 1rem;
}
@media only screen and (min-width: 560px) {
    .p-shop__table{
        display: table-cell;
    }
}
.p-shop__table ul{
    display: flex;
    justify-content: space-between;
}
.p-shop__table ul li{
    flex:0 0 47%;
    max-width: 47%;
}
.p-shop__table a{
    font-size:14px;
    color:#fff;
    border-radius: 8px;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    text-align: center;
  margin-bottom: 5px;
}
.p-shop__table a span{
    position: relative;
    z-index: 2;
    line-height: 1.3;
    padding:15px 0px;
    display: block;
}
.p-shop__table a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.p-shop__table a:hover{
  opacity: 0.7;
}
@media only screen and (min-width: 560px) {
.p-shop__table{
  display: flex;
}
  .p-shop__table tbody{
    flex:0 0 48%;
    max-width:48%;
  }
}
.p-shop__table tr{
    padding-bottom: 20px;
    display: block;
}
.p-shop__table tbody{
  display: block;
    width: 100%;
}
.p-shop__table tr th{
    display: block;
    margin-bottom: 0px;
    color: #AF3E46;
}
.p-shop__table tr td{
    display: block;
}
.p-shop__table tr td ul i{
  font-size:2.4rem;
  vertical-align: middle;
}
.p-shop__table tr td .p-caption__body{
  font-size:1.2rem;
  color:#999;
  display: block;
  line-height: 1;
}
.p-staff__profile{
  font-weight: bold;
  opacity: 0.4;

}
.p-staff__image02{
  position: relative;
  padding-top:20px;
  padding-left: 20px;
}
.p-staff__image02::after{
  content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: radial-gradient(rgba(240,209,79,0.3) 30%, rgba(0,0,0,0) 31%), radial-gradient(rgba(240,209,79,0.3) 30%, rgba(0,0,0,0) 31%);
    background-size: 16px 16px;
    background-position: 0 0, 8px 8px;
    width: 280px;
    height: 200px;
    z-index: -1;
}
@media only screen and (min-width: 560px) {
  .p-staff__image02::after{
    width: 100%;
    max-width: 400px;
    height: 300px;
  }
}
@media only screen and (min-width: 560px) {
.p-staff__image02{
  flex:0 0 40%;
  max-width: 40%;
}
.p-staff__block02{
  flex:0 0 50%;
  max-width: 50%;
}
}
.staff{
  padding:10rem 0px;
}
.u-staff__inner{
  margin-top:4rem;
}
.p-staff__name{
  margin-top:2rem;
  font-size:2rem;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #dfaf7b;
}
.p-staff__name span{

  font-size:3.2rem;
  opacity: 0.2;
  color:#F0D14F;
  display: block;line-height: 1;
}


/*********************************
店舗一覧
*********************************/
.p-shop__description{
  margin:0 auto 50px;
	padding: 0;
	border-collapse: collapse;
  width: 100%;
  font-size: 1.3rem;
}
/* .p-shop__description tr{
  border-bottom:4px solid #C57E58;
} */
.p-shop__description th{
  padding: 6px 0px;
	width: 30%;
  font-weight: normal;
}
.p-shop__description td{
  padding: 6px 0px;
	/* border: #dddddd 1px solid; */
}
.p-shop__description td a{
  display: inline-block;
  color: #AF3E46;
}
.p-blog__headline{
  font-weight: bold;
  color: #C57E58;
  font-size: 2rem;
  padding: 6px 0px 10px;
  line-height: 1.6;
  border-bottom: 4px dotted #C57E58;
  margin-bottom: 1rem;
}
