* {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  word-break: normal;
}
:root{
  --black:#282828;
  --main: #E95377;
  --dark: #F4AFC5;
  --soft: #F8CBD6;
  --pale: #FDEFF3;
  --internal: #4D9D7A;
  --gray: #F1F3F6;
  --decotxt: 'Zen Maru Gothic', sans-serif;
  --decotxtL: 'Kiwi Maru', serif;
  --nomaltxt: 'Noto Sans JP', sans-serif;
  --material: "Material Symbols Outlined";
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
body {
  margin: 0;
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Noto Sans JP', sans-serif;
  min-width: 320px;
  width: 100%;
  color: var(--black);
  background-color: #FFF;
  overflow-x: hidden;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  font-size: 16px;
  line-height: 1.4em;
  box-sizing: border-box;
  position: relative;
}
p{
  line-height: 1.8em;
}
main {
  flex-grow: 1;
  padding-top: 60px;
}
a {
color: inherit;
text-decoration: none;
transition: opacity 0.3s ease;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
ul, ol {
list-style: none;
}
.pc{
  display: none;  
}
@media (min-width: 798px) {
  .pc{
    display: block;  
  }
  .sp{
    display: none;
  } 
}
.container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.annotation{
  font-size: 0.75rem;
}
/*title*/
.titleCenter{
  margin-bottom: 40px;
  text-align: center;
  font-family: var(--decotxtL);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2em;
}
.titleLeft{
  margin-bottom: 40px;
  text-align: left;
  font-family: var(--decotxt);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2em;  
}
:is(.titleCenter, .titleLeft) span{
  display: block;
  color: var(--main);
  font-size: 0.5em;
  font-weight: 300;
}
.titleCircle{
  color: var(--main);
  font-family: var(--decotxt);
  margin-bottom: 20px;
}
.titleCircle:before{
  display: inline-block;
  content: "";
  margin-right: 4px;
  border-radius: 100%;
  width: 0.8em;
  height: 0.8em;
  background-color: var(--main);
}
.titleSimple{
  margin-bottom: 1em;
  color: var(--main);
  font-family: var(--decotxt);
}
.titleSimpleBk{
  margin-bottom: 1em;
  color: var(--black);
  font-family: var(--decotxt);
}
.titleBar{
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-bottom: 40px;
  padding: 0.5em 1em;
  background-color: var(--main);
  color: #FFF;
  font-family: var(--decotxt);
  font-size: 1.25rem;
  line-height: 1.1em;
}
.titleBar .subtitleList{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.titleBar .subtitleList > *{
  padding: 0 0.8em;
  border-radius: 1em;
  background-color: #FFF;
  font-size: 10px;
  color: var(--main);
}
/*btn*/
.btn{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid var(--main);
  border-radius: 2rem;
  background-color: #FFF;
  color: var(--main);  
}
.btn:hover{
  background-color: var(--main);
  color: #FFF;  
}
.btnMain{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid var(--main);
  border-radius: 2rem;
  width: 170px;
  height: 50px;
  background-color: var(--main);
  color: #FFF;
  position: relative;
}
.btnMain:hover{
  background-color: #FFF;
  color: var(--main);
  transition: 0.5s;
}
.btnMain:hover:after{
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  transition: 0.5s;
}
.btnMain:after{
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  right: 16px;
  transform: rotate(45deg);
}
.btnMain:after{
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  right: 16px;
  transform: rotate(45deg);
}
.btnReserve{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid var(--main);
  border-radius: 2rem;
  width: 170px;
  height: 50px;
  background-color: #FFF;
  color: var(--main);
}
.btnReserve:after{
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  transform: rotate(45deg);
}
.btnReserve:hover{
  background-color: var(--main);
  color: #FFF;
  transition: 0.5s;
}
.btnReserve:hover:after{
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transition: 0.5s;
}
.btnLine {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #FFF;
  border-radius: 2rem;
  width: 170px;
  height: 50px;
  background-color: #06c755;
  color: #FFF;
}
.btnLine:before{
  display: block;
  content: "";
  width: 15px;
  height: 26px;
  background: url("../images/common/ico_line.svg") no-repeat center center /cover;
}
.btnLine:after{
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
}
.btnLine:hover{
  opacity: 0.8;
  transition: 0.5s;
}
.arrowForward:after{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  content: "\3E";
  margin-left: 0.5em;
  border: 1px solid var(--main);
  border-radius: 1em;
  width: 1em;
  height: 1em;
  background-color: var(--main);
  line-height: 1.0em;
  color: #FFF;
}
.tag-news-beauty a{
  display: block;
  border: 1px solid var(--main);
  border-radius: 1em;
  padding: 4px 8px;
  background-color: #FFF;
  color: var(--main);
  font-size: 10px;
  line-height: 1.0em;
}
.tag-news-beauty a:hover{
  background-color: var(--main);
  color: #FFF;
  transition: 0.5s;
}
.tag-news-internal a{
  display: block;
  border: 1px solid var(--internal);
  border-radius: 1em;
  padding: 4px 8px;
  background-color: #FFF;
  color: var(--internal);
  font-size: 10px;
  line-height: 1.0em;
}
.tag-news-internal a:hover{
  background-color: var(--internal);
  color: #FFF;
  transition: 0.5s;
}
/*list*/
.listDot li,
.listInterpunct li{
  padding-left: 1em;
  margin-bottom: 0.5em;
  position: relative;  
}
.listDot li:before{
  display: block;
  content: "\25CF";
  color: var(--main);
  font-size: 0.6em;
  position: absolute;
  left: 0;  
}
.listDot.bk li:before{
  color: var(--black);
}
.listInterpunct li:before{
  display: block;
  content: "\30FB";
  font-size: 1.5em;
  position: absolute;
  left: -5px;  
}
ol.listCircle {
  margin-left: 2em;
  list-style: decimal outside;
}

/* =================
  Header Section
 =================== */
header {
  border-bottom: 1px solid transparent;
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
header.is-scrolled {
  border-bottom: 1px solid #E5E5E5; 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}  
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  max-width: 1300px;
  margin: 0 auto;
}
header .logo {
  width: 122px;
  height: auto;
}
.headerNav.close {
  display: none;
}
.headerNav {
  display: block;
  padding: 0 20px;
  position: absolute;
  top: 60px;
  right: -100%;
  background: linear-gradient(135deg,rgba(253, 234, 233, 1) 40%, rgba(244, 175, 197, 1) 100%);
  z-index: 100;
}
@media (min-width: 1280px) {
  .overlay {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .headerNav {
    width: 100%;
    max-width: 500px;
    height: calc(100vh - 60px);
    overflow-y: auto;
    transition: right 0.4s ease;
  }
  .headerNav.is-open {
    right: 0;
  }
  .overlay {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }
  .overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}
.headerNav > ul > li{
  border-bottom: 1px solid #FFF;
}
.headerNav > ul > li > a{
  display: block;
  padding: 20px;
  line-height: 1.2em;
}
.headerNav > ul > li > a:hover {
  color: var(--main);
  transition: 0.5s;
}
.headerNav dl{
  margin-top: 10px;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #FFF;
}
.headerNav ul li dl:last-of-type{
  margin-bottom: 10px;
}
.headerNav dt{
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-family: var(--decotxt);
  color: var(--main);
}
.headerNav dd ul{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: 1.25rem;
}
.headerNav dd ul li{
  width: calc(50% - 4px);
  position: relative;
}
.headerNav dd ul li a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.2em 0 0.2em 1em;
  height: 100%;
}
.headerNav dd ul li a:hover{
  color: var(--main);
  transition: 0.5s;
}
.headerNav dd ul li:before{
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  position: absolute;
  top: 50%;
  left: 0;
    transform: rotate(45deg) translateY(-50%);
}
.headerActions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 40px 0;
}
.headerActions .tel {
  display: flex;
  align-items: center;
  color: var(--main);
  font-size: 1.5rem;
  font-weight: bold;
}
.headerActions .btnArea{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.headerActions .btnReserve{
  background-color: var(--main);
  color: #FFF;
}
.headerActions .btnReserve:after{
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.headerActions .btnReserve:hover{
  background-color: #FFF;
  color: var(--main);
}
.headerActions .btnReserve:hover:after{
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
}
.headerActions .sns{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main);
  border-radius: 50%;
  background-color: #FFF;
  width: 50px;
  height: 50px;
}
.headerActions .sns:hover,
.headerActions .snsFull:hover{
  opacity: 0.6;
  transition: 0.5s;
}
.menuBtn {
  display: block;
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 110;
}
.menuBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--main);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}
.menuBtn span:nth-child(1) { top: 0; }
.menuBtn span:nth-child(2) { top: 11px; }
.menuBtn span:nth-child(3) { top: 22px; }
.menuBtn.is-active span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
.menuBtn.is-active span:nth-child(2) {
  opacity: 0;
}
.menuBtn.is-active span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}
.menu-trigger {
display: block;
background: none;
border: none;
color: #d6587c;
cursor: pointer;
}
@media (min-width: 1280px) {
  header .menuBtn {
    display: none;
  }
  .headerNav {
    display: flex;
    gap: 0 20px;
    position:static;
    background: none;
  }
  .headerNav > ul{
    display: flex;
    align-items: center;
    font-size: 0.85em;
  }
  .headerNav > ul > li {
    display: block;
    height: 100%;
    border-bottom: 0;
  }
  .headerNav > ul > li > a {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 100%;
  }
  .headerNav li.toggle{
    position: relative;
  }
  .headerNav li.toggle:after{
    display: block;
    content: "";
    border-right: 1px solid var(--main);
    border-bottom: 1px solid var(--main);
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    right: 0;
    transform:translateY(-50%) rotate(45deg);
  }
  .headerNav li.toggle.active:after {
    border: 0;
    border-left: 1px solid var(--main);
    border-top: 1px solid var(--main);
    transform: translateY(-2%) rotate(45deg);
  }
  .headerNav li.subNav{
    display: none;
    overflow: hidden;
  }
  li.subNav{
    padding: 20px;
    width: 100%;
    height: inherit!important;
    background: linear-gradient(135deg,rgba(253, 234, 233, 1) 40%, rgba(244, 175, 197, 1) 100%);
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 11;
  }
  .headerNav dl {
    display: flex;
    margin: 0 auto 20px;
    border-radius: 0;
    padding: 0;
    max-width: 900px;
    background-color: transparent;
  }
  .headerNav dt {
    margin-bottom: 0;
    width: 120px;
  }
  .headerNav dd{
    flex-grow: 1;
  }
  .headerNav dd ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px 0;
    border-left: 1px solid #FFF;
    padding-left: 20px;
    width: 100%;
  }
  .headerNav dd ul li {
    width: inherit;
  }
  .headerNav dd ul li a {
    padding: 0 0 0 1em;
  }
  .headerActions {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .header__inner {
  height: 80px;
  }
  .header__nav {
  display: block;
  }
  .header__nav-list {
  display: flex;
  gap: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  }
  .menu-trigger {
  display: none;
  }
}
/* =================
  Footer Section
 =================== */
footer {
  border-radius: 40px 40px 0 0;
  padding: 50px 0 0;
  background-color: var(--pale);
}
footer .logo{
  display: block;
  margin: 0 auto 50px;
  width: 186px;
}
.footerAccess{
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-bottom: 1px solid var(--main);
}
.footerAccess iframe{
  width: 100%;
  height: 400px;
}
.footerAccessTxt > *{
  margin-bottom: 40px;
}
.footerAccessTxt  *:is(.address, .parking, .train){
  padding-left: 1.5em;
  position: relative;
}
.footerAccessTxt  *:is(.address, .parking, .train):before{
  display: block;
  font-family: var(--material);
  font-size: 1.1em;
  color: var(--main);
  position: absolute;
  left: 0;
  top: 1px;
}
.footerAccessTxt .address:before{
  content: "\e0c8";
}
.footerAccessTxt .parking:before{
  content: "\e531";
}
.footerAccessTxt .train:before{
  content: "\e570";
}
.footerAccessTxt dt{
  margin-bottom: 0.5em;
  font-family: var(--decotxt);
  font-size: 1.1em;
  color: var(--main);
}
/*footerSchedule*/
.footerSchedule{
  padding: 40px 0;
}
.footerSchedule .scheduleWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
}
.footerSchedule .scheduleWrap > div:has(table){
  width: 100%;
}
.schedule {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  background-color: #FFF;
  border-radius: 8px;
}
.schedule tr{
  border-bottom: 1px solid var(--pale);
}
.schedule tbody tr:last-child{
  border-bottom: 0;
}
.schedule th,
.schedule td {
  padding: 10px 6px;
  font-weight: 300;
}
.schedule th {
  font-size: 14px;
}
.schedule td{
  color: var(--main);
}
.schedule td.head {
  padding: 10px 1em;
  text-align: left;
  color: var(--black);  
}
.schedule td.time {
  display: inline-flex;
  justify-content: center;
  text-align: left;
  font-size: 12px;
  line-height: 1.2em;
}
.schedule td.closed{
  color: var(--black);
}
.closedDay{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75em;
  margin-top: 8px;
}
.closedDay dt{
  border-radius: 1em;
  padding: 4px 0.5em; 
  background-color: #FFF;
  line-height: 1.0em;
}
.footerActions{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}
.footerActions .tel {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid var(--main);
  border-radius: 2rem;
  width: 170px;
  height: 50px;
  background-color: #FFF;
  color: var(--main);
}
.footerActions .tel.sp:hover {
  border: 1px solid #FFF;
  background-color: var(--main);
  color: #FFF;
}
footer .bnrLine{
  display: block;
  margin: 0 auto 40px;
  width: 100%;
  height: auto;
}
footer .bnrLine:hover{
  opacity: 0.8;
  transition: 0.5s;
}
.footerNav{
  background-color: var(--main);
  color: #FFF;
  font-size: 12px;
}
.footerNav .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 20px;
}
.footerNav nav ul{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footerNav nav li{
  display: flex;
  align-items: center;
  line-height: 1.1em;
}
.footerNav nav li:before{
  display: inline-block;
  content: "\e5cc";
  font-family: var(--material);
  font-size: 1.2em;
  color: var(--pale);
}
.copyright {
  flex-grow: 1;
  text-align: center;
  line-height: 1.1em;
}
@media (min-width: 798px) {
  .footerSchedule .scheduleWrap {
    flex-wrap: nowrap;
  }
  .footerSchedule .scheduleWrap > div:has(table) {
    max-width: 490px;
  }
  .footerActions .tel.sp {
    display: none;
  }
  .footerActions {
    display: block;
  }
  .footerActions .pcTel {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin-top: 1em;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: var(--decotxt);
    color: var(--main);
  }
}
/* =================
  lower layer
 =================== */
 /*breadcrumbs*/
.breadcrumbs{
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 48px;
  font-size: 10px;
  line-height: 1.2em;
}
.breadcrumbs li:after{
  display: inline-block;
  content: "\3E";
}
.breadcrumbs li:last-child:after{
  display: none;
}
/*blcTitle*/
.blcTitle{
  padding: 24px 0;
  border-bottom: 1px solid var(--gray);
  background: url(../images/common/bg_noise_title.jpg) repeat center center /350px auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
.blcTitle.simple{
  background-image:url(../images/common/bg_rose_r.png), url(../images/common/bg_noise_title.jpg);
  background-repeat: no-repeat, repeat;
  background-position:right top, center center;
  background-size: auto 100%, 350px auto;
}
.blcTitleWrap{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px 80px;
}
.blcTitle .titleLeft{
  font-size: 1.875rem;
}
.blcTitle .lead{
  margin-bottom: 40px;
  color: var(--main);
  font-family: var(--decotxt);
  font-size: 1.25rem;
}
.blcTitleTxt p{
  margin-bottom: 1em;
}
.blcTitleTxt p:last-child{
  margin-bottom: 0;
}
.blcTitle figure{
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 375px;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 6px;
}
.blcTitle figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 797px) {
  .blcTitleWrap {
    flex-direction: column;
    align-items: center;
  }
}
/*ctaArea*/
.ctaArea{
  padding: 60px 0;
  box-shadow: 0 10px 10px -15px rgba(0, 0, 0, 0.4) inset;
}
.ctaArea .container{
  display: flex;
  gap: 40px;  
}
.ctaArea .container > div{
  display: flex;
  align-items: center;
  gap: 40px;
}
.ctaArea .ctaTitle{
  padding-right: 40px;
  border-right: 1px solid var(--gray);
  flex-shrink: 0;
}
.ctaArea .ctaTitle dd a{
  color: var(--main);
}
.ctaArea .ctaTitle dd .material-symbols-outlined{
  font-size: 2.2rem;
}
.ctaArea .ctaTitle .telnumber{
  font-family: var(--decotxt);
  font-weight: 600;
  font-size: 2.5rem;
}
.ctaTxt dt{
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  margin-bottom: 40px;
  font-family: var(--decotxt);
}
.ctaTxtTitleBlc{
  padding: 0.5em;
  border-radius: 4px;
  background-color: var(--main);
  color: #FFF;
  line-height: 1.1em;
  flex-shrink: 0;
}
.ctaTxtTitleLead{
  color: var(--main);
  font-size: 1.25rem;
}
.ctaTxtTitleLead span{
  display: inline-block;
}
.ctaArea .btnArea a{
  margin-bottom: 4px;
  width: 200px;
}
.ctaArea .btnArea a:last-of-type{
  margin-bottom: 0;
}
@media (max-width: 999px) {
  .ctaArea .container {
    flex-direction: column;
    align-items: center;
  }
  .ctaArea .ctaTitle {
    padding-right: 0;
    padding-bottom: 60px;
    border-right: 0;
    border-bottom: 1px solid var(--gray);
    width: 100%;
    text-align: center;
  }
  .ctaArea .ctaTitle .titleLeft{
    text-align: center;
  }
}
@media (max-width: 540px) {
  .ctaArea .container > div {
    flex-direction: column;
  }
}
/*mainContent*/
.whBoxWrap{
  padding: 60px 0;
  background-color: var(--gray);
  background-image: url("../images/common/bg_rose_r.png"), url("../images/common/bg_rose_l.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top right, bottom left;
  background-size: 233px 233px;
}
.whBox{
  padding: 40px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #FFF;
}
.mainContent p{
  margin-bottom: 1em;
}
.mainContent p:last-child{
  margin-bottom: 0;
}
.ribbonWrap{
  margin: 60px auto 0;
  max-width: 1000px;
  border: 1px solid var(--soft);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  padding: 60px 20px;
  background-color: var(--pale);
}
.blcTxt{
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--gray);
}
.twoColumn{
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.twoColumn .mainColumn{
  flex-grow: 1;
}
.twoColumn .subColumn{
  width:300px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 797px) {
  .twoColumn{
    flex-wrap: wrap;
  }
  .twoColumn .mainColumn,
  .twoColumn .subColumn{
    width: 100%;
  }
}
/*anchorlinkList*/
.anchorlinkWrap{
  padding: 60px 0;
}
.anchorlinkList{
  display: grid;
  gap: 20px;
}
.anchorlinkList.two {
  grid-template-columns: repeat(2, 1fr);
}
.anchorlinkList.three {
  grid-template-columns: repeat(3, 1fr);
}
.anchorlinkList.four {
  grid-template-columns: repeat(4, 1fr);
}
.anchorlinkList li{
  display: grid;
  grid-template-columns: subgrid;
}
.anchorlinkList a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px 0;
  border: 1px solid var(--dark);
  border-radius: 4px;
  padding: 20px 25px 20px 20px;
  background-color: #FFF;
  position: relative;
}
.anchorlinkList a:after{
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid var(--main);
  border-bottom: 1px solid var(--main);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateX(-50%);
}
.anchorlinkList a:hover{
  background-color: #FDEFF3;
  transition: 0.5s;
}
.anchorlinkList a span{
  display: block;
  color: var(--main);
  font-size: 12px;
  line-height: 1.1em;
}
@media (max-width: 797px) {
  .anchorlinkList.two,
  .anchorlinkList.three,
  .anchorlinkList.four{
    grid-template-columns: repeat(1, 1fr);
  }
  .anchorlinkList{
    gap: 0;
    border: 1px solid var(--dark);
    border-radius: 10px;
    overflow: hidden;
  }
  .anchorlinkList a{
    border: 0;
    border-bottom: 1px solid var(--dark);
    border-radius: 0;
  }
  .anchorlinkList li:last-of-type a{
    border-bottom: 0;
  }
}
/*tablePrice*/
.tblPrice{
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #D4D4D4;
}
.tblPrice caption{
  font-size: 12px;
  text-align: right;
}
.tblPrice tr{
  border-bottom: 1px solid #D4D4D4;
}
.tblPrice th,
.tblPrice td{
  padding: 1em 0.8em;
}
.tblPrice th{
  font-weight: 300;
  background-color: var(--gray);
}
.tblPrice td.price{
  text-align: right;
}
/*tablePriceAll*/
.tblPriceAll{
  margin-bottom: 40px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #D4D4D4;
  width: 100%;
}
.tblPriceAll caption{
  font-size: 12px;
  text-align: right;
}
.tblPriceAll th,
.tblPriceAll td{
  padding: 1em 0.8em;
  border: 1px solid #D4D4D4;
}
.tblPriceAll th{
  font-weight: 300;
  background-color: var(--gray);
  width: 50%;
}
.tblPriceAll td.price{
  text-align: right;
}
.tblPriceAll .caution{
  display: inline-block;
  margin-top: 0.5em;
  padding: 0 1em;
  border-radius: 1em;
  background-color: var(--dark);
  font-size: 0.75em;
  color: #FFF;
}
.tblPriceAll .caution.emphasis,
span.emphasis{
  color: var(--black);
  font-weight: 600;
}
.tblPriceAll .caution.emphasis span{
  color: var(--main);
}
@media (max-width: 540px) {
    .tblPriceAll{
    border-top: 0;
  }
  .tblPriceAll tr{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dotted var(--gray);
  }
  .tblPriceAll tr:last-of-type{
    border-bottom: 0;
  }
  .tblPriceAll th,
  .tblPriceAll td{
    display: block;
    border: 0;
  }
  .tblPriceAll th{
    width: 100%;
    border-top: 1px solid #D4D4D4;
  }
  .tblPriceAll td.price{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    flex-grow: 1;
  }
}
/*------------------------
price-page-pattarn
--------------------------*/
.pricePage{
  padding: 60px 0;
  box-shadow: 2px -10px 10px -10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #F4AFC5, #F1F3F6, #F4AFC5) 1;
}
.pricePageDetailInner,
.detailInner{
  padding: 0 20px;
}
.pricePageDetail{
  margin-bottom: 60px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.pricePageDetail .borderBox{
  margin-top: 40px;
  border: 1px solid var(--dark);
  border-radius: 4px;
  padding: 20px;
}
.pricePageDetail .borderBox .ellipsis{
  display: inline-block;
  content: "";
  margin: 0 0.5em;
  border-top: 3px dotted var(--black);
  width: 1em;
  height: 7px;
}
.btn.instructions{
  margin: 40px auto 0;
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
.btn.instructions span{
  display: inline-block;
}
@media (max-width: 540px) {
  .pricePage {
    padding-top: 0;
  }
  .pricePage .container:has(.pricePageDetail){
    padding: 0;
  }
}
/*------------------------
sideNav
--------------------------*/
.sideNav{
  position: sticky;
  top: 80px;
}
.sideNav dl{
  margin-bottom: 60px;
}
.sideNav dl:last-child{
  margin-bottom: 0;
}
.sideNav dt{
  padding-bottom: 0.4em;
  border-bottom: 1px solid var(--black);
  font-size: 1.25rem;
  font-weight: 600;
  font-family: var(--decotxt);
}
.sideNav dd{
  border-bottom: 1px solid var(--black);
}
.sideNav li.all a{
  padding: 16px 0 16px 2em;
  border-bottom: 1px solid var(--gray);
}
.sideNav li a{
  display: block;
  padding: 10px 0 10px 2em;
  position: relative;
}
.sideNav li a:before{
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  position: absolute;
  top: 50%;
  left: 1em;
  transform: rotate(45deg) translateY(-50%);
}
@media (max-width: 797px) {
  .sideNav{
    border-top: 1px solid var(--gray);
    padding-top: 60px;
  }
}
/*------------------------
blogPage
--------------------------*/
.blogPage .blogTitle{
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.2em;
}
.blogPage .tagWrap{
  margin-bottom: 40px;
}
.blogPage .tagWrap:after{
  display: block;
  content: "";
  clear: both;
}
.blogPage .tagWrap .tag{
  float: left;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.blogPage .tagWrap .date{
  float: right;
  font-size: 14px;
}
.blogPage .mainimage{
  display: block;
  margin: 20px 0;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.blogPage .mainimage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogPage h2{
  margin: 40px 0;
  border-left: 6px solid var(--main);
  padding-left: 0.5em;
  font-size: 24px;
  line-height: 1.2em;
}
.blogPage h3{
  margin: 40px 0;
  font-size: 18px;
  color: var(--main);
  line-height: 1.2em;
}
/*pager*/
.wp-pagenavi{
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 20px;
}
.wp-pagenavi > *{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main);
  width: 40px;
  height: 40px;
  color: var(--main);
}
.wp-pagenavi > *:not(a){
  border: none;
}
.wp-pagenavi > a:hover{
  background-color: var(--pale);
  transition: 0.5s;
}
.wp-pagenavi .current{
  background-color: var(--main);
  color: #FFF;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
  border: none;
  font-size: 20px;
}