@charset "UTF-8";
/*共通css
----------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "Mouhitu"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/KouzanMouhituFontOTF.otf") format("truetype");
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  color: #595959;
  overflow-x: hidden;
  letter-spacing: 0.2em;
  line-height: 1.8;
}

.wf-active {
  opacity: 1; /* フォントがアクティブになったら表示 */
}

p {
  line-height: 1.8;
  font-size: 15px;
}
main {
  overflow-x: hidden;
  margin-top: auto;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.bold {
  font-weight: bold;
}
.containerbox {
  max-width: 800px;
  margin: 0 auto;
  width: 80%;
}
a {
  color: #3982f7;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1 {
  font-size: 20px;
  font-family: Mouhitu;
}
h2 {
  font-size: 16px;
  font-family: Mouhitu;
}
h3 {
  font-size: 16px;
  font-family: heisei-maru-gothic-std;
}
h4 {
  font-size: 16px;
  font-family: heisei-maru-gothic-std;
}
h5 {
  font-size: 16px;
  font-family: heisei-maru-gothic-std;
}
.object-fit-img {
  object-fit: cover;
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
/*マーカーアニメーション*/
.marker.active {
  background-position: -100% 0.5em;
}
.markerOrange {
  background-image: -webkit-linear-gradient(left, transparent 50%, #ffe7a7 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #ffe7a7 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #ffe7a7 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #ffe7a7 50%);
  background-image: linear-gradient(left, transparent 50%, #ffe7a7 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 3.5s ease;
}

.markerRed {
  background-image: -webkit-linear-gradient(left, transparent 50%, #fbdede 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #fbdede 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #fbdede 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #fbdede 50%);
  background-image: linear-gradient(left, transparent 50%, #fbdede 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 3.5s ease;
}

/*トップページ戻るボタン*/
#pageTop {
  position: fixed;
  bottom: 100px;
  right: 16px;
  z-index: 100;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0px;
  border-radius: 30px;
  width: 62px;
  height: 62px;
  background-color: #ffc8c8;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop i {
  padding: 23px 0 0 2px;
  font-size: 15px;
  color: #fff;
  display: block;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* 404ページ */
.error404 h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
}
.error404 .home {
  text-align: center;
}
.error404 p a {
  text-align: center;
  display: inline-block;
  margin: 20px 0;
  color: #4773ba;
}

.home {
  margin: 50px 0 20px 0;
}

/* 迷惑メール防止 */
.grecaptcha-badge {
  visibility: hidden;
}
/* パンクズリスト */
.breadcrumb {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.bc-sep {
  margin: 0 1rem;
}
.breadcrumb a {
  color: #4865b2;
  font-size: 15px;
}

/* 見出ししたの線 */
.bar {
  background: #333;
  flex: none;
  height: 1px;
  margin: 0 auto;
  width: 15%;
  max-width: 15%;
}

/* 固定申し込み */
.fix_application {
  height: 100%;
  position: fixed;
  z-index: 10;
  left: 4%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 13px;
}
.fix_application p {
  height: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  border: 1px solid #b1b1b1;
  padding: 20px 0;
  background-color: #fff;
}
.fix_application a {
  color: #b1b1b1;
  font-family: Mouhitu;
}

/*header
----------------------------------------------------------------------------------------------------*/
header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  z-index: 100;
  letter-spacing: 0.1em;
  backdrop-filter: blur(10px);
  top: -100px;
  transition: 0.5s;
}
#fixed-header.is-show {
  top: 0;
}
header .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .logo {
  width: 8%;
  max-width: 80px;
}
header .nav {
  margin: 0 auto;
  display: flex;
  max-width: 1000px;
}
header .pcnav {
  display: block;
}
header .menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header .menu .menu__single {
  cursor: pointer;
}
header .menu .menu__single i {
  font-size: 14px;
  padding: 0 0 0 5px;
}
header .menu .menu__single a {
  font-size: 18px;
  color: #333;
  padding: 10px 40px 10px 0;
  display: block;
  font-family: Mouhitu;
}
header .menu .menu__single a:hover {
  border: none;
  opacity: 0.5;
}
header .menu .menu__single:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .menu .menu__single .sub-menu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
header .menu .menu__single .sub-menu li .active {
  display: block;
}
header .menu .menu__single .sub-menu li a {
  font-size: 14px;
  padding: 10px 5px;
  color: #333;
  border-bottom: 1px dotted #bcbcbc;
}

/* floatクリア */
header .menu:before,
header .menu:after {
  content: " ";
  display: table;
}
header .menu:after {
  clear: both;
}
header .menu > li.menu__single {
  position: relative;
}
header li.menu__single ul.sub-menu {
  position: absolute;
  top: 40px;
  width: 150%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header li.menu__single:hover ul.sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  background-color: #f7f7f7;
}
/* ハンバーガーめにゅー */
.humberger {
  position: fixed;
  bottom: 30px;
  right: 17px;
  width: 62px;
  height: 62px;
  background-color: #ffc8c8;
  text-align: center;
  padding-top: 14px;
  z-index: 100;
  border-radius: 50%;
}
.humberger p {
  line-height: 1;
  color: #fff;
  font-size: 10px;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 20px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#menu02.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
#menu02.active span:nth-of-type(2) {
  opacity: 0;
}
#menu02.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}
@media screen and (max-width: 768px) {
  header {
    backdrop-filter: none;
    z-index: 100;
    position: relative;
  }
  header .container {
    display: block;
    padding: 30px 10px;
  }
  header .logo {
    background-color: #fff;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  header .logo a {
    color: #fff;
    justify-content: center;
    color: #333;
  }
  header .logo a:hover {
    opacity: 0.5;
  }
  header .logo .writer {
    text-align: center;
    line-height: 4;
  }
  header .container {
    position: fixed;
    top: 0;
    left: -58%;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    width: 58%;
    height: 100vh;
    max-width: inherit;
    margin: 0 auto 0 0;
    transition: 0.2s ease-in-out;
  }
  header .container .inner {
    height: 100vh;
    margin: 0;
    padding: 0 0 0 10px;
  }
  header .container .inner .nav {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    width: 90%;
    overflow-y: scroll;
  }
  header .inner .pcnav {
    display: block;
  }
  header .container .inner .nav .menu .home {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .container .inner .nav .menu {
    display: block;
    width: 100%;
    position: inherit;
    top: 0%;
    left: 0%;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
  }
  header .container .inner .nav .menu li a {
    padding: 15px 0;
    display: block;
    text-align: center;
    font-weight: bold;
  }
  header .logo_sp {
    width: 20%;
    margin: 10px 0 0 8px;
    position: fixed;
    top: 2px;
  }
  header .contact_sp {
    position: fixed;
    top: 10px;
    right: 87px;
    width: 62px;
    height: 62px;
    background-color: #c3372b;
    text-align: center;
    padding-top: 18px;
    z-index: 100;
    border-radius: 50%;
  }
  header .contact_sp img {
    width: 40%;
    margin: 0 auto;
  }
  header .contact_sp p {
    color: #fff;
    font-size: 10px;
  }
  header .menu .menu__single .sub-menu {
    width: 70%;
    margin: 0 0 0 auto;
    transition: all 0.2s ease;
    z-index: 2;
  }
  header .menu .menu__single .sub-menu li a {
    font-size: 14px !important;
  }
  header li.menu__single:hover ul.sub-menu {
    top: 0%;
    background-color: inherit;
    position: inherit;
  }
  .openNav .container {
    left: 0;
  }
}

dotlottie-player {
  height: auto !important;
  width: 100% !important;
}

/*top topimg
----------------------------------------------------------------------------------------------------*/
.top {
  height: 100vh;
  position: relative;
}
.top .container {
  padding: 10% 0;
  height: 100vh;
  max-width: 1200px;
  margin: 0 auto;
}
.top .imgtxt .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.top .imgtxt img {
  width: 43%;
  opacity: 0.2;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.top .imgtxt .txt h2 {
  width: fit-content;
  font-size: 80px;
  line-height: 1;
  font-family: serif;
  margin-bottom: 10px;
  position: relative;
  font-family: Mouhitu;
}
.top .imgtxt .txt p {
  font-size: 20px;
  line-height: 1.3;
  margin-left: 10px;
  font-family: Mouhitu;
  padding-top: 10px;
}
.top .wave .lottie1 {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 10;
}
.top .wave .lottie1 iframe {
  border: none;
  width: 100%;
}
.top .schedule {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
/* 波 */
.waves {
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}
/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
  fill: #2a93d5;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
  fill: #70bef7;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
  fill: #3faaf4;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
  fill: #228fe7;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 82px;
    min-height: 82px;
  }
  .content {
    height: 30vh;
  }
}
.message {
  position: relative;
  color: #fff;
  background: linear-gradient(to bottom, #6db2ef 0%, #1dc9e7 100%);
  padding: 80px 0 20px 0;
}
.message .container {
  max-width: 550px;
  width: 90%;
}
.message .ttl {
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
}
.message h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.message .ttl .bar {
  background-color: #fff;
}
.message p {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.message .lottie1 {
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 35%;
}
.message .lottie2 {
  position: absolute;
  left: 0%;
  top: -2%;
  z-index: 1;
  width: 100%;
}
.message iframe {
  border: none;
  width: 100%;
}
.message .lottie2 html {
  height: fit-content !important;
}
.message_pa {
  height: 140px;
  background: linear-gradient(to bottom, #1dc9e7 0%, #fff 100%);
}

.concept {
  padding: 65px 0;
  position: relative;
}
.concept .ttl {
  margin-bottom: 50px;
}
.concept .ttl h2 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.concept .bar {
  margin: 0 auto 0 0;
}
.concept .card {
  margin-bottom: 30px;
  border: none;
}
.concept .card .imgtxt {
  display: flex;
}
.concept .card .imgtxt .img {
  width: 25%;
  height: 130px;
}
.concept .card .imgtxt .txt {
  width: 85%;
  padding: 0 0 0 15px;
}
.concept .card .imgtxt .img0 {
  background-image: url(../img/taichirou.jpg);
}
.concept .card .imgtxt .img1 {
  background-image: url(../img/concept_1.jpg);
}
.concept .card .imgtxt .img2 {
  background-image: url(../img/concept_2.jpg);
}
.concept .card .imgtxt .img3 {
  background-image: url(../img/concept_3.jpg);
}
.concept .card h3 {
  font-size: 16px;
  font-family: heisei-maru-gothic-std;
  font-weight: bold;
}

.recipe .ttl {
  margin-bottom: 50px;
}
.recipe .ttl h2 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.recipe .bar {
  margin: 0 auto 0 0;
}
.recipe .items .item {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  position: relative;
}
.recipe .items .item:before {
  position: absolute;
  top: 35px;
  width: 100%;
  border-bottom: 2px dotted #999;
  content: "";
  left: 0;
  z-index: 1;
}
.recipe .items .item .name {
  padding: 0 15px 0 0;
  background-color: #fff;
  width: auto;
  position: relative;
  z-index: 2;
}
.recipe .items .item .name h3 {
  width: fit-content;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.recipe .items .item .name p {
  width: fit-content;
  color: #a4a4a4;
  font-size: 14px;
}
.recipe .items .item .price {
  padding: 25px 0 0 15px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  text-align: right;
}

.preparation {
  margin: 200px 0 0 0;
}
.preparation .container {
  position: relative;
}
.preparation .ttl {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.preparation .ttl h2 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.preparation .ttl .bar {
  margin: 0 auto 0 0;
}
.preparation .lottie {
  position: absolute;
  right: 0%;
  bottom: -36%;
  z-index: 1;
  width: 35%;
}
.preparation .imges {
  width: 80%;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.preparation .imges .img {
  width: 30%;
  margin-bottom: 30px;
}

.news {
  margin: 80px 0;
}
.news .ttl {
  margin-bottom: 50px;
}
.news .ttl h2 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.news .bar {
  margin: 0 auto 0 0;
}
article {
  margin-top: 40px;
  transition: 0.3s;
  display: flex;
}
article .imgtxt {
  width: 23.5%;
}
article .imgtxt .img {
  padding-top: 60%;
}
.articles .up:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.articles .ttl {
  margin: 0;
  flex: 1;
  padding: 0 0 0 3%;
  font-family: futura-pt, yu-gothic-pr6n, heisei-maru-gothic-std;
}
.articles .ttl dl {
  margin: 0;
}
.articles .ttl dt {
  font-size: 11px;
  display: inline-block;
}
.articles h3 {
  font-size: 13px;
}
.articles .ttl p {
  font-size: 11px;
  display: inline;
  line-height: 1.8;
  padding-left: 10px;
}
.articles .ttl a {
  color: #5c5c58;
}
.post-views {
  display: inline;
}

.contact {
  font-family: futura-pt, yu-gothic-pr6n, heisei-maru-gothic-std;
}
.contact .ttl {
  margin-bottom: 12px;
}
.contact .ttl h2 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: center;
}
.contact .ttl .bar {
  margin: 0 auto;
}
.contact .txt {
  width: 40%;
  margin: 40px auto;
  position: relative;
}
.contact .txt p {
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 20px;
}
.contact .txt .en {
  font-size: 13px;
  margin: 20px 0 40px 0;
  color: #6a6a6a;
}
.contact .fix_application {
  position: absolute;
  left: -60px;
  top: -50px;
}
.contact .fix_application p {
  color: #d4d4d4;
  font-family: futura-pt, heisei-maru-gothic-std, heisei-maru-gothic-std;
  font-size: 13px;
}
.contact .fix_application p .bar {
  background: #d4d4d4;
  height: 40px;
}
.contact form p {
  font-size: 13px !important;
  margin-bottom: 10px;
}
.contact form input {
  margin: 10px 0 15px 0;
  font-weight: bold;
  background-color: #e9cdc1;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
  font-family: var(--s-font-61aeba65);
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.4;
  opacity: 1;
  padding: 10px 16px 10px 16px;
  text-align: left;
  width: 100%;
  max-width: 100%;
  border: none;
}
.contact form textarea {
  margin: 10px 0 15px 0;
  font-weight: bold;
  background: #e9cdc1;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
  font-family: var(--s-font-61aeba65);
  font-size: 16px;
  font-weight: 400;
  height: 160px;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.4;
  opacity: 1;
  padding: 10px 16px 10px 16px;
  text-align: left;
  width: 100%;
  max-width: 100%;
}
/*デフォルトの送信ボタンのスタイルを無効化する*/
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
span.wpcf7-spinner {
  display: none;
}
.contact form input[type="submit"] {
  background: #ffc8c8;
  border-radius: 320px;
  box-shadow: 0px 2px 12px 0px rgba(51, 51, 51, 0.3);
  color: #fff;
  flex: none;
  font-size: 18px;
  justify-content: center;
  margin: 0px 12px 12px;
  opacity: 1;
  padding: 12px 48px 12px;
  width: 280px;
  max-width: calc(100% - 24px);
  text-align: center;
  letter-spacing: 0.2em;
}

.shop {
  font-family: futura-pt, yu-gothic-pr6n, heisei-maru-gothic-std;
  margin: 140px 0;
}
.shop .ttl {
  margin-bottom: 12px;
  text-align: center;
}
.shop .ttl h2 {
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.shop .ttl .bar {
  margin: 0 auto;
}
.shop .img {
  overflow: hidden;
  border-radius: 50%;
  width: 25%;
  max-width: 130px;
  margin: 0 auto;
}
.shop .txt {
  width: 40%;
  margin: 0 auto;
}
.shop .name {
  margin: 10px 0 15px 0;
  text-align: center;
}
.shop p {
  margin-bottom: 15px;
  font-size: 13px;
}

footer .footerMenu {
  display: flex;
}
footer .footerMenu p {
  margin-right: 20px;
}
footer .footerMenu a {
  font-size: 14px;
}
footer .copy {
  text-align: center;
}

/*-------news-single-------*/
#single .news .container {
  width: 95%;
  max-width: 700px;
  margin: 30px auto 0 auto;
  font-family: yu-gothic-pr6n;
}
#single .news .container .articles {
  display: block;
}
#single .news .container .articles article {
  width: 100%;
  display: block;
  margin-top: 0;
}
#single .news .container .articles article .ttl {
  padding: 0;
}
#single .news .container .articles article .ttl .date {
  display: inline;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  color: #727271;
}
#single .news .container article i {
  color: #727271;
}
#single .news .container article .imgtxt {
  width: 100%;
}
#single .news .container article .img {
  padding-top: 66%;
  margin: 40px auto 10px auto;
}
#single .news .container article {
  width: 100%;
  height: fit-content;
}
#single .news .container article h1 {
  font-size: 30px;
}
#single .news .container article h2 {
  font-size: 20px;
  margin: 5% 0 3% 0;
  padding: 2%;
  background-color: #f7f7f7;
  color: #333;
  border-left: 9px solid #830000;
}
#single .news .container article p {
  font-size: 15px;
}
/* 目次要素とのスペース */
#single .news .container article h2:first-of-type {
  margin-top: 60px;
}
#single .news .container article h3 {
  text-align: left;
  border-bottom: 1px solid #4a4a4a;
  width: 100%;
  padding: 0 0 5px 0;
  margin: 40px 0 15px;
  font-size: 18px;
}
#single .news .container article h4 {
  font-size: 16px;
  line-height: 2;
  padding: 5px 1%;
  font-weight: bold;
  margin: 0;
  text-align: left;
  background-color: #f7f7f7;
}
#single .news .container article h4:before {
  content: "✓";
}
#single .news .container article h4::after {
  content: none;
  border: inherit;
}
#single .news .container article ul {
  list-style: inherit;
  padding-left: 7%;
  margin: 15px 0;
}
#single .news .container article ol {
  list-style: decimal;
  padding-left: 7%;
  margin: 15px 0;
}
#single .news .container article li {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 5px;
}
#single .news .container article img {
  margin: 20px auto 0px auto;
  border-radius: 1.5%;
  border: 2px solid #e9e9e9;
}
#single .news .container article img.portrait {
  width: 50%;
  margin: 0;
}
#single .news .container article img.landscape {
  width: 100%;
}

#single .news .container article p {
  margin-bottom: 30px;
  line-height: 2;
}
#single .news .container article blockquote {
  background-color: #f5f5f5;
  margin: 0;
  padding: 20px;
}
#single .news .container article blockquote p {
  margin-bottom: 20px;
}
#single .news .container article .credit p {
  font-size: 13px;
  text-align: center;
  color: #939090;
  letter-spacing: 0.05em;
  margin: 0 !important;
}
#single .news .container article a {
  color: cornflowerblue;
}
#single .news .container article .back-top {
  text-align: center;
}
#single .news .container article ul,
#single .news article ol {
  padding-right: 10px;
}
#single .news .container article figure {
  width: 100%;
}
#single .news .container article figure ul {
  border: none;
  background-color: #fff;
  padding: 0;
}
#single .news .container article table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#single .news .container article table th:first-child {
  border-radius: 5px 0 0 0;
}
#single .news .container article table th:last-child {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}
#single .news .container article table th {
  text-align: center;
  color: white;
  background: linear-gradient(#829ebc, #225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  width: 25%;
  padding: 10px 0;
}
#single .news .container table tr td {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: none;
  border-bottom: none;
}
#single .news .container table tr td:last-child {
  border-right: 1px solid #333;
}
#single .news .container table tr:last-child td {
  border-bottom: 1px solid #333;
}
.wp-block-image figcaption {
  text-align: center;
  color: #939090;
}
table {
  width: 100%;
  border-spacing: 0;
}
table th {
  border-bottom: solid 2px #fb5144;
  padding: 10px 0;
}
table td {
  border-bottom: solid 2px #ddd;
  padding: 10px 0;
}
/* classの付与 */
#single .news .imgtxt .pre {
  border: none;
  font-size: 16px;
  padding: 20px 20px 20px 35px;
  background-color: #fafafa;
  outline: 1px solid #f0f0f0;
  border-color: #f0f0f0;
  margin: 15px 0 60px 0;
}
#single .news .imgtxt .pre p {
  padding: 15px 0;
  margin-bottom: 0;
}

/* タグ */
.tags {
  font-weight: bold;
}
/* ブログ村リンク */
#single .blogmuralink .links {
  display: flex;
}
#single .blogmuralink .links a {
  display: block;
  width: fit-content;
  margin-right: 20px;
}
#single .blogmuralink .links a img {
  margin: 5px 0 10px 0 !important;
  width: 100% !important;
}
#single .blogmuralink p {
  font-size: 12px;
}

#single .post-connection {
  text-align: left;
  border-bottom: 1px solid #4a4a4a;
  width: 100%;
  padding: 0 0 5px 0;
  margin: 40px 0 20px 0 !important;
}
#single .post-connection::before {
  content: "" !important;
}
#single .related-post article {
  width: 100% !important;
  padding: 0;
  display: flex !important;
  margin-bottom: 30px;
}
#single .related-post article .imgtxt {
  width: 30% !important;
  margin: 0 !important;
}
#single .related-post article .imgtxt .img {
  margin: 0 !important;
  width: 100%;
}
#single .related-post article .ttl {
  padding-left: 20px !important;
}
#single .related-post h2 {
  padding: 10px 0 !important;
  font-size: 15px !important;
  background-color: inherit !important;
  border: none !important;
  font-weight: bold;
  margin-top: 0 !important ;
}
#single .related-post .title a {
  font-size: 15px;
}
#single .related-post p {
  margin: 0 !important;
  font-size: 15px;
}
#single .related-post a {
  font-weight: normal;
  color: #333 !important;
}
/* コメント */
#comments {
  padding: 50px 0 20px 0;
}
#comments .comment-author {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  float: right;
}
#comments .comment-author img {
  width: 50px;
  display: block;
  margin-right: 10px;
}
#comments .commentmetadata {
  padding-top: 30px;
}
#comments .commentmetadata a {
  color: #830000;
}
#comments .comment-body {
  margin-bottom: 40px;
}
#comments .children {
  padding-left: 40px;
}
#comments h3 {
  font-size: 22px;
  margin: 40px 0 15px 0;
}
#comments form {
  line-height: 1.5;
  margin-bottom: 5px;
  font-size: 12px;
}
#comments form textarea,
#comments form input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 15px;
}
#comments form .comment-form-comment {
  margin-top: 25px;
}
#comments .comment-body p {
  margin-top: 15px;
}
#comments form a {
  color: #4773ba;
}
#comments form p {
  margin-bottom: 10px;
}
#comments form p img {
  width: 20%;
  max-width: 130px;
  display: block;
  margin: 0 auto;
  border: 1px solid #d0d0d0;
  padding: 5px 10px;
}
#comments form .logged-in-as {
  font-size: 13px;
}
#comments form .form-submit {
  margin: 0 auto;
  width: 40%;
}

#archive h2 {
  font-size: 15px;
}

aside a {
  font-size: 14px;
}
aside a {
  color: #6a6a6a;
  letter-spacing: 0.1em;
}
aside .ttl {
  margin-bottom: 10px !important;
}
aside .ttl::after {
  content: " ";
  border: solid 1px #dbdbdb;
  display: block;
}
aside ul {
  display: flex;
  flex-wrap: wrap;
}

aside .card .txt {
  padding: 0 0 0 3%;
}
aside .search {
  padding: 8% 3%;
}
aside .search form {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
aside .search form input {
  height: 40px;
  background: #f5f5f5;
  border: 1px solid #ebebeb;
  width: 100%;
}
aside .search form span {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
aside .search form .button {
  background-color: #04384c;
  color: #fff;
  border-radius: var(--swl-radius--4, 0);
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
aside .archive ul {
  display: block;
}
aside .category {
  padding: 3%;
}
aside .category li {
  list-style: none;
  font-size: 13px;
  border: 1px solid #cecece;
  margin: 3px;
  padding: 0 6px;
}
aside .sideTag {
  padding: 3%;
}
aside .sideTag ul li i {
  font-size: 12px;
  color: #cecece;
}
aside .sideTag ul li a {
  padding: 0 0 0 3px;
}
aside .archive {
  background-color: #fff;
  margin-bottom: 8%;
  padding: 3%;
}
/*responsive
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  p {
    font-size: 16px;
  }
  .fix_application {
    height: inherit;
    bottom: 5px;
    left: 50%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 13px;
    display: none;
  }
  .containerbox {
    width: 98%;
    margin: 0 auto;
  }
  .top .imgtxt img {
    width: 90%;
  }
  .top .imgtxt .txt {
    top: 44%;
  }
  .top .imgtxt .txt h2 {
    font-size: 60px;
  }
  .top .imgtxt .txt p {
    font-size: 25px;
  }
  .message .lottie2 {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    opacity: 0.5;
  }
  .message .lottie1 {
    position: absolute;
    right: -5%;
    bottom: -24%;
    opacity: 0.5;
  }
  .concept .card .imgtxt {
    display: block;
  }
  .concept .card .imgtxt .img {
    margin-bottom: 20px;
    width: 100%;
    height: 0;
    padding-top: 60%;
  }
  .concept .card .imgtxt .txt {
    width: 100%;
    padding: 0 0 0 15px;
  }
  .concept .catheter .img {
    width: 50%;
  }
  .concept .catheter .txt {
    width: 100%;
  }
  .concept .img-shoyu {
    width: 42%;
    right: -5%;
    top: -62%;
  }
  .do .lottie {
    top: -22%;
    left: 28%;
    width: 40%;
  }
  .preparation .imges {
    width: 100%;
  }
  .preparation .lottie {
    right: 22%;
    bottom: -29%;
    width: 65%;
  }
  footer .footerMenu {
    display: block;
  }

  .articles {
    width: 100%;
    display: block;
  }
  .articles article {
    margin: 0 auto 15px auto;
  }
  .articles .imgtxt {
    width: 30%;
  }
  .articles .ttl dt {
    letter-spacing: 0.1em;
  }
  .articles h3 {
    font-size: 17px;
    line-height: 1.3;
  }
  aside {
    width: 100%;
  }
  aside .search form {
    width: 80%;
  }

  .contact .txt {
    width: 95%;
  }
  .contact .fix_application {
    left: -30px;
  }
  .shop .txt {
    width: 75%;
  }
  .shop .img {
    width: 100%;
  }
  #single .news .container {
    width: 90%;
    margin: 30px 0 0 auto;
  }
  #single .news .container .imgtxt h1 {
    margin-bottom: 10px;
  }
  #single .news .container .imgtxt h2 {
    font-size: 16px;
    margin: 50px 0 30px 0;
  }
  #single .news .container .imgtxt h3 {
    font-size: 15px;
  }
  #single .news .container .imgtxt li {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 1%;
  }
  #single .news .container .imgtxt img {
    width: 100%;
  }
  #single .news .container .imgtxt p {
    margin-bottom: 35px;
  }
  #single .news .container .imgtxt .txt {
    padding: 10px 0 0 0;
  }
  #single .news .container .imgtxt .tags a {
    font-weight: bold;
  }
  #single .related-post article {
    width: 100% !important;
    padding: 0;
    margin-bottom: 10px;
  }
  #single .related-post h2 {
    font-size: 13px;
  }
  #single .news .imgtxt .pre {
    padding: 10px 10px 10px 15px;
    font-size: 13px;
  }
  #single .news .imgtxt .pre p {
    padding: 15px 0;
  }
}

/* 予約システムカレンダー */
.reserve {
  max-width: 800px;
  margin: 80px auto;
  width: 80%;
}
.reserve .ttl {
  margin-bottom: 20px;
}
.reserve .ttl h2 {
  margin-bottom: 20px;
}
.reserve .ttl p {
  margin-top: 20px;
}
.reserve .bar {
  margin: 0 auto 0 0;
}
#calendar {
  background-color: #fff;
  border-radius: 20px; /* カレンダーの枠に丸みを加える */
  padding: 15px;
  box-shadow: 0 4px 8px rgba(255, 182, 193, 0.4);
  max-width: 1000px;
  margin: 0 auto;
  background-color: #f4f4f4;
  color: #333;
}
#calendar h2 {
  font-family: "Zen Maru Gothic", sans-serif !important;
}
/* セレクトボックスとモーダルウィンドウのスタイリング */
select,
.form-control {
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
}
/* モーダルウィンドウ */
.modal-content {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.modal-header {
  border-bottom: 1px solid #e9ecef;
  background-color: #f8f9fa;
}
.modal-title {
  color: #495057;
}
/* ボタンのスタイリング */
.btn-primary {
  background-color: #ad8a8a;
  border: none;
}
.btn-primary:hover {
  background-color: #821818;
}
.btn-secondary {
  background-color: #ababab;
  border: none;
}
.btn-secondary:hover {
  background-color: #545b62;
}
fieldset {
  margin-bottom: 18px;
}

/* todayなどのボタン */
.fc .fc-button {
  padding: 0.1em 0.65em;
  font-size: 13px;
}
.fc-direction-ltr .fc-button-group .fc-button:nth-child(3) {
  display: none;
}

/* エラーメッセージのスタイル */
#error-message {
  color: #dc3545;
  font-weight: bold;
}
/* ローディング画像の配置と見た目 */
#ajax-block-ui {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050; /* Bootstrap modal z-indexより高い */
}
/* 日付のスポット表示スタイル */
.day-spot > span {
  margin: 3px 0 0 3px;
  color: #555;
  font-size: 0.9rem;
}
/* 在庫表示の色分け */
.remain-normal {
  color: #28a745;
}
.remain-warn {
  color: #ffc107;
}
.remain-error {
  color: #dc3545;
}

#calendar a {
  color: rgb(122 93 105);
  text-decoration: underline;
}
/* グローバルスタイルの微調整 */
input,
select,
button,
.form-control {
  font-family: "Helvetica", sans-serif;
  border-radius: 25px;
  padding: 10px;
  border: 2px solid #f1e7e8;
}
/* 日付のスタイル */
#calendar .day-spot {
  color: #4a4a4a; /* 日付の色をダークグレーに設定 */
}
/* 時間枠のリンクスタイル */
#calendar .time-slot a {
  color: #333;
  text-decoration: none;
}
#calendar .time-slot a:hover {
  color: #0056b3;
  text-decoration: underline;
}
/* モーダルウィンドウのスタイリングの再調整 */
.modal-content {
  background-color: #fff;
  border-radius: 20px; /* 全ての角に丸みを持たせる */
  padding: 20px;
  border: 2px solid #f1e7e8;
  box-shadow: 0 8px 16px rgba(255, 182, 193, 0.4); /* ソフトピンクの影 */
}
.modal-header {
  background-color: #f1e7e8;
  color: #ffffff;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

/* カレンダーの枠線 */
.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #deaeae;
  overflow: hidden;
}
/* 年月日 */
.fc .fc-toolbar-title {
  font-size: 20px;
}
/* 月間 日付 */
.fc-daygrid-day-top {
  justify-content: space-around;
}
.fc .fc-daygrid-day-number {
  padding: 0;
  font-size: 13px;
}
.day-spot span {
  font-size: min(2.3vw, 12px);
  letter-spacing: 0.1em;
}
/* 週間 日付 */
.fc .fc-col-header-cell-cushion {
  font-size: 13px;
  font-weight: normal;
}
@media (max-width: 750px) {
  .reserve {
    width: 98%;
  }
  #calendar {
    height: 711px !important;
    padding: 15px 3px;
  }
  /* 日付 */
  .fc .fc-daygrid-day-frame {
    height: 100px;
  }
}

/* ticketpage */
#loading-container {
  display: none;
}
#ticket-container {
  display: none;
}
#error-container {
  display: none;
}
/* paymentpage */
#paymentpage main h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin: 80px 0 40px 0;
  font-size: 25px;
}
#paymentpage .steps {
  display: flex;
  justify-content: center;
  margin: 10px auto;
}
#paymentpage .steps ul {
  list-style: none;
  padding: 0;
  display: flex;
  width: 100%;
}
#paymentpage .step {
  padding: 10px 20px;
  background: #e9ecef;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 33.33%;
}
#paymentpage .step.active {
  background: #adb5bd;
  color: #fff;
}
#paymentpage .step::before,
#paymentpage .step::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: -1;
}
#paymentpage .step::after {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e9ecef;
  z-index: 2;
}
#paymentpage .step.active::before {
  border-color: transparent #adb5bd transparent transparent;
}
#paymentpage .step.active::after {
  border-color: transparent transparent transparent #adb5bd;
}
.step:first-child::before {
  display: none;
}
.step:last-child::after {
  display: none;
}
.step:first-child {
  border-radius: 10px 0 0 10px;
}
.step:last-child {
  border-radius: 0 10px 10px 0;
}
#paymentpage main .content-body {
  text-align: center;
}
#paymentpage main .container {
  max-width: 500px;
  margin: 0 auto 40px auto;
  width: 90%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  font-family: "Arial", sans-serif;
}
#paymentpage main .card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
#paymentpage main .card-header {
  background-color: #d2b9b9;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 18px;
  text-align: center;
}
#paymentpage main .card-body {
  padding: 20px;
  color: #333;
}
#paymentpage main .error-message {
  color: #d9534f;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
}
#paymentpage main .form-label {
  display: block;
  margin-bottom: 0.5rem;
  color: #666;
}
#paymentpage main .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  background-color: #f9f9f9;
  margin-bottom: 15px;
  border: none !important;
}
#paymentpage main .card-footer {
  background-color: #f0f0f0;
  padding: 10px 20px;
  text-align: center;
}
#paymentpage main .btn-primary {
  background-color: #d2b9b9;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
#paymentpage main .btn-primary:hover {
  background-color: #d2b9b9;
}
#card-container {
  margin-bottom: 20px;
}
#paymentpage main .btn {
  font-size: 16px;
  margin: 20px 0;
}
#paymentpage main .card-footer p {
  font-size: 13px;
  color: #8c8c8c;
  text-align: left;
  letter-spacing: 0.1em;
}
#paymentpage main .card-footer p a {
  color: #8c8c8c;
}

#ticket-container .content-body {
  text-align: center;
  max-width: 500px;
  margin: 100px auto 40px auto;
  width: 90%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  font-family: "Arial", sans-serif;
}
#ticket-container #qr-code-img {
  width: 50%;
  max-width: 150px;
  margin: 0 auto 20px auto;
}
#ticket #ticket-pdf {
  background-color: #d2b9b9;
  border: none;
  margin-bottom: 15px;
}
.breadcrumb {
  max-width: 800px;
  margin: 0 auto;
  width: 80%;
  color: #909293;
}
.card-body p {
  letter-spacing: 0.1em;
  font-size: 15px;
  text-align: left;
}

/* 予約システムここまで */
