/*
Theme Name: kirakuni
Author: kirakuni
Version: 1.0
*/
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
main {
    position: relative;
    z-index: 1;
}
header {
    position: relative;
    z-index: 100;
}
#opening {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease;
    width: 100%;
    background-color: #2660ac;
}
#opening.hide {
  opacity: 0;
  pointer-events: none;
}
#opening img {
  width: 100%;
  top: 0;
}
#opening {
  display: none;
}
.home #opening,
.front-page #opening {
  display: block;
}


body {
    max-width: 100%;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
h2,.recruit_inquiry_text,.name {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", sans-serif;/*見出し*/
}
p {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;/*本文*/
}
.subtitle {
  font-family: "Brandon Grotesque", "Avenir Next", "Avenir","Helvetica Neue", "Helvetica", "Noto Sans JP", sans-serif;/*英数字*/
}

header h1 {
    display: none;
}
.main_visual {
    max-width: 100%;
    background-image: url('images/main_pc.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.main_visual_img {
    max-width: 576px;
    height: auto;
    padding: 20px;
}
.sp_main_form {
  background-color: #f6e0b6;
  display: flex;
  flex-direction: row !important;             
  justify-content: space-between;   
  /*align-items: stretch;*/      
  height: 50px;
  width: 100%;                
}
.sp_main_form {
  position: fixed;  /* ★追従させる */
  bottom: 0;        /* ★画面の下に固定 */
  left: 0;
  z-index: 9999;    /* ★他より上に表示 */
}

.main_form_contents {
  display: flex;
  flex-direction: row !important;
  text-align: center;
  align-items: center;       
  justify-content: center;   
  position: relative;
  padding: 0 20px;
  width: 50%;
}
.main_form_contents:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;              
  height: 100%;             
  background-color: #2660ac;   
}

.main_form_content_img {
  margin-right: 8px;
  width: 20px;        
}

.sp_main_form_content {
  text-decoration: none;
  color: #2660ac;
  font-size: 0.8rem;
  font-weight: bold;
  white-space: nowrap;
}

.sp_main_form_content:hover {
  color: #999;
}

.main_contents {
    background-color: #2660ac;
    padding:  100px 15% 100px 15%;
}
.back_navy {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", sans-serif;
    font-size: clamp(2rem, 1.091rem + 4.55vw, 4.5rem);
    line-height: 6rem;
    color: white;
}
.back_blown {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", sans-serif;
    font-size: clamp(2rem, 1.091rem + 4.55vw, 4.5rem);
    line-height: 6rem;
    color: #2660ac;
    background-color: #fdebc7;

}
.newopen {
    display: table;   
    text-align: left;                 
}
.concept {
    font-size: 1rem;
    line-height: 2rem;
    color: white;
    padding-top: 28px;
    padding-left: 25%;
}
.boshu {
    font-size: 1rem;
    color: #fdebc7;
    border: 2px solid #fdebc7;  
    padding: 10px;               
    display: inline-block;  
    margin-left: 25%;       
}
.facility{
    background-color: #2660ac;
    padding: 50px 15%;
}
h2 {
    font-size: clamp(1.5rem, 1.368rem + 0.7vw, 2rem);
    display: inline-flex;          
    flex-direction: column;        
    justify-content: center;       
    align-items: center;         
    width: 200px;                  
    height: 200px;                 
    background-color: #fdebc7;     
    color: #2660ac;                
    border-radius: 50%;            
    text-align: center;            
    line-height: 0.6;              
    white-space: normal;          
}
.subtitle {
    font-size: 1rem;

}

.facility_sets {
    text-align: center; 
}

.three_set {
    display: flex;              
    justify-content: center;    
    margin-bottom: 20px;        
}

.facility_set {
    width: 313px;
    margin: 0 10px;
    text-align: center;
}

.ficility_img {
    width: 313px;
    height: 235px;
    object-fit: cover;
}

.facility_text {
    margin-top: 10px;
    font-size: 14pt;
}
.hours_price {
    background-color: #231515;
    color: white;
    padding: 100px 15%;
}
.hours_price h2 {
    background-color: #2660ac;     
    color: #fdebc7;
    flex-shrink: 0;
}

.hours_table,
.price_table {
    width: 100%; 
    max-width: 700px; 
    border-collapse: collapse; 
    padding: 200px;
}

.hours_table td {
  position: relative;
}

.hours_table td::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;          
  height: 80%;        
  background-color: rgba(0,0,0,0.2); 
  transform: translateY(-50%);
}
.price > div {   
    flex: 1;     
    min-width: 0; 
}
.price_table {
    width: 100%;
    max-width: 700px;
    border-collapse: collapse;
}
.price_table td {
  position: relative;
}

.price_table td::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;          
  height: 80%;        
  background-color: rgba(0,0,0,0.2); 
  transform: translateY(-50%);
}
.price_table td::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;               
  height: 1px;               
  background-color: rgba(0,0,0,0.2); 
}
.hours {
    display: flex;
    gap: 13%;
}
.hours_table{
    font-size: clamp(1rem, 0.829rem + 0.86vw, 1.3rem);
    line-height: 3rem;
    text-align: center;
    margin-top: 130px;
}
.hours_table tr:nth-child(odd) {
    background-color: #483d3d;
}
.weekdays:first-of-type {
    margin-top: 150px;
}
.price {
    display: flex;
    gap: 13%;
    font-size: 20pt;
    margin-top: 120px;
}
.price_flex_wrapper {
    max-width: 700px;
    width: 100%;
}
.hour_system p {
    font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
}
.hour_system::after {
  content: "";                  
  display: inline-block;
  width: 60%;                  
  height: 2px;                  
  background-color: white;                    
}
.weekdays_text p,.weekends_text p {
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
}
.weekdays_text,.weekends_text {
  color: #f6e0b6;
}
.price_table{
    font-size: clamp(1rem, 0.829rem + 0.86vw, 1.3rem);
    line-height: 3rem;
    text-align: center; 
}
.price_table tr {
    background-color: #483d3d;
}
.middle_visual {
  background-color: #231515;
}
.middle_visual img {
    width: 100%;

}
.recruit_background {
    background-color: #2660ac;
    padding: 150px 15%;
}
.recruit {
    background-color: white;
    padding: 0 10px;
    text-align: center;
    color: #2660ac;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
    padding-top: 6em;
    padding-bottom: 3em;
}
/*見出し飛び出し*/
.recruit_title {
    position: absolute;        
    top: -2.5em;                 
    left: 50%;                 
    transform: translateX(-50%);
    z-index: 1;
}
.recruit_text {
    margin: 3rem;
    font-size: 1.3rem;

}
.recruit_table {
    border-collapse: collapse; 
    max-width: 800px;
    width: 100%;
    max-height: 786px;
    height: 100%;
    margin: 0 auto;               
    text-align: center; 
    font-size: 1rem; 
}
.recruit_table td,
.recruit_table th {
    border: 1px solid #2660ac;   
    padding: 20px;             
}
.recruit_table td:nth-child(2) {
  padding-left: 40px; 
}

.left {
    text-align: left;
}
.recruit_inquiry_text {
    font-size: clamp(1.25rem, 1.053rem + 1.05vw, 2rem);
}
.inquiry_contents {
    background-color: #99b4d8;
    display: flex;
    justify-content: center;
    font-size: 1.3rem;
    color: white;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
    align-items: stretch;
    gap: 50px;
}
.inquiry_contents img {
    width: 60px;
}
.vertical_line {
    width: 2px;          
    background-color: #fff; 
    height: auto;         
    margin: 0 20px;      
}
.number {
    font-size: clamp(1.5rem, 1.368rem + 0.7vw, 2rem);
    line-height: 1;
}
.number a {
  color: white;        
  text-decoration: none; 
}
.number a:hover {
  color: #999;
}

.phone_number {
    margin: 0;
}
.tell_text{
    margin-bottom: 0;
}
.reception {
    font-size: 0.8rem;
    margin-top: 0;
}
.entry_btn {
    display: inline-block;
    white-space: nowrap;
    align-items: center;
    padding: 10px 80px;
    background: #fff;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    font-size: 1rem;
    position: relative;
}
.entry_btn:hover {
    background: #2660ac;
    color: #fff;
}

.entry_btn::after {
    content: ">";  
    font-size: 18px;
    position: absolute;
    right: 30px;
    top: 15%;
    
}
.access {
    background-color:#231515;
    padding: 100px 15%;
}
.access_flame {
    display: flex;
    justify-content: space-between;
}
.name {
    font-size: clamp(2.2rem, 1.989rem + 1.12vw, 3rem);
    color: #fdebc7;
}
.access_text {
    font-size: 1.5rem;
    color: white;
    margin-top: 80px;
    line-height: 2;
    margin-bottom: 0;
}
.pt {
    font-size: 2rem;
}
.pt a {
  color: white;        
  text-decoration: none; 
}
.pt a:hover{
    color: #999;
}


.rakuda {
    width: 326px;
    z-index: 1000;
}
iframe {
    width: 100%;
}
.access_title {
    background-color: #2660ac;     
    color: #fdebc7;
}
.access_right {
    text-align: right;
}
.access_right {
  position: relative; 
  display: inline-block; 
  margin-top: 120px;
}

.access_sauna {
  display: block;
  max-width: 500px;
  width: 100%;
}

.access_right .rakuda {
  position: absolute;
  bottom: -90px;   
  right: -150px;    
  width: 326px;
  height: auto;
}
.iflame {
    position: relative;
    margin-top: 50px;
}
/* ===ヘッダー　ハンバーガーメニュー=== */

/* カラー / サイズ変数 */
:root {
  --bg: #f6e0b6;        
  --accent: #1f5ea0;    
  --bar-w: 90px;        
  --icon-circle: 56px;  
}

/* 閉じ・開き共通の縦バー */
.side-bar-closed,
.side-bar-open {
  position: fixed;
  right: 0;
  top: 0;
  height: 750px;
  width: var(--bar-w);
  background: var(--bg);
  border-left: 2px solid rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 18px 8px;
  z-index: 1100;
  box-sizing: border-box;
  z-index: 1100;
  background-color: #fdebc7;
}



/* 上部バー（ハンバーガー部分） */
.sb-top,
.open-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  writing-mode: horizontal-tb;
  margin-top: 6px; 
}


/* ハンバーガーライン */
.sb-line {
  width: 34px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}

.sb-menu-text,
.close-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--accent);
}
/*closeのバツ*/
#closeMenuBtn {
  background: none;       
  border: none;           
  padding: 0;             
  cursor: pointer;
}

.close-x {
  position: relative;
  width: 24px;
  height: 24px;
}

.close-x span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;               
  background-color: var(--accent);
  transform-origin: center;
}

.close-x span:first-child {
  transform: rotate(45deg);
}

.close-x span:last-child {
  transform: rotate(-45deg);
}

/* ロゴ */
.menu_logo {
  height: 198px;
  margin-top: 100px
}

/* 下部ボタン */
.sb-actions,
.open-actions {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  margin-top: 180px;
}

.sb-actions a,
.open-actions a {
  width: var(--icon-circle);
  height: var(--icon-circle);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 0;
}
.sb-actions a:hover {
    background-color: rgba(38, 96, 172, 0.25); 
    border-radius: 9999px;
}
.open-actions a:hover {
    background-color: rgba(38, 96, 172, 0.25); 
    border-radius: 9999px;
}



/* メニューオーバーレイ */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.3);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu-overlay.active {
  pointer-events: auto;
  opacity: 1;
}

.menu-panel {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  height: 750px;
  max-width: 1440px;
  width: 100%;
  background: var(--bg);
  transform: translateX(100%);
  transition: transform 0.44s cubic-bezier(.2,.9,.3,1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: auto;
}

.menu-panel.active {
  transform: translateX(0);
}

/* メニュー内部 */
.menu-inner {
  width: 100%;
  margin-right: var(--bar-w);
  max-width: 1200px;
  padding: 64px 48px;
  position: relative;
}

.nav-columns {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.nav-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nav-col a {
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
  font-size: clamp(14px,1.6vw,18px);
}

.nav-col a::before {
  content: "・";
  margin-right: 8px;
  color: var(--accent);
}

.cta-wrapper {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 50px;
}

.cta-group {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  width: 300px;
  justify-content: center;
  padding-top: 30px;
}
.cta-group a:hover {
  background-color: rgba(38, 96, 172, 0.25);
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 40px;
  border: 2px solid var(--accent);
  background: transparent;
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
  width: 300px;
  justify-content: center;
}

.btn img {
  width: 40px;
}

.art-column {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.art-column .camel {
  max-width: 260px;
  max-width: 150px;
  transform: translateY(12px);
}
/*===entry===*/
.entry-page {
    font-size: 0.625rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
    background: #2660ac;
    padding: 1.875rem 1.25rem 6.25rem 1.25rem;
}
.entry-page .wrap p {
    font-size: 1.6em;
}
.entry-page .wrap {
    max-width: 1000px;
    margin: auto;
}
.entry-page h1 {
    font-family: "aptly", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(11.2em, 7.158rem + 4.49vw, 11.2em);
    letter-spacing: 0.625rem;
    margin-bottom: 0;
	margin-top: 2rem;
}
.entry-page h1 small {
    font-size: clamp(1.25rem, 1.368rem + 0.7vw, 1.25rem);
    letter-spacing: 0;
    display: block;
}
.entry-page .breadcrumbs {
    color: #92afd5;
    text-align: right;
    margin: 0 0 2rem;
}
.entry-page .breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

.entry-flow {
    background: #6790c5;
    padding: 1.25rem 1.875rem 1.25rem;
    margin-top: 3.125rem;

}
.entry-flow h2 {
    font-family: "aptly", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(3.2em, 2.316rem + 0.98vw, 3.2em);
    letter-spacing: 0.1rem;
    margin: 0.625rem 0 1.25rem;
    line-height: 1.5;
    background-color: transparent;
    color: white;
    display: table-row;
    height: auto;
}
.entry-flow h2 small {
    font-size: clamp(1rem, 0.968rem + 0.7vw, 1rem);
    margin-left: 0.625rem;
}
.entry-flow-contents {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
	margin-top: 1.25rem;
}
.entry-flow-contents > div {
    background: #fff;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.entry-flow-contents .entry-flow-number {
    color: #2660ac;
    font-family: "aptly", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(2.4em, 1.642em + 0.84vw, 2.4em);
    position: absolute;
    top: 0.625rem;
	left: 0.625rem;
}
.entry-flow-contents h3 {
    color: #2660ac;
    font-size: clamp(2.4em, 1.642em + 0.84vw, 2.4em);
    text-align: center;
    margin: 0.3125rem 0.625rem;
}
.entry-flow-contents p {
    color: #000;
    font-size: clamp(0.875rem, 0.768rem + 0.7vw, 0.875rem) !important;
    text-align: center;
    margin: 0.3125rem 0.625rem 1.25rem;
}
.entry-flow-contents .arrow-bg {
	background: #e60012;
	border-radius: 50px;
	vertical-align: top;
    width: 50px;
    height: 50px;
    line-height: 47px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: calc(50% - 25px);
    right: -35px;
    z-index: 1;
}
.entry-flow-contents .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 3px;
  border-radius: 9999px;
  background-color: #fff;
  vertical-align: middle;
}
.entry-flow-contents .arrow::before,
.entry-flow-contents .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 15px;
  height: 3px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
.entry-flow-contents .arrow::before {
  transform: rotate(45deg);
}
.entry-flow-contents .arrow::after {
  transform: rotate(-45deg);
}
.entry-form {
    background: #fff;
    padding: 6.25rem 1.25rem;
    color: #2660ac;
}
.entry-form .wpcf7 {
    max-width: 800px;
    margin: auto;
}
.entry-form .cf-area {
    border-bottom: 1px solid;
    display: flex;
    padding: 0 0 0.625rem;
	margin: 1.25rem 0;
}
.entry-form .cf-area dt {
    width: 20%;
}
.entry-form .cf-area dd {
    width: 80%;
}
.entry-form .cf-area dt p {
    font-weight: bold;
}
.entry-form .cf-area .cf-required {
    color: #e60012;
    font-size: 0.625rem;
    margin-left: 0.3125rem;
}
.entry-form .cf-area .wpcf7-form-control-wrap {
    display: block;
}
.entry-form .cf-area.address div:first-child,
.entry-form .cf-area.address div:last-child p {
    display: flex;
    align-items: flex-start;
	flex-direction: row !important;
}
.entry-form .cf-area p {
    margin: 0.3125rem 0;
}
.entry-form .cf-area.address div:first-child p:not(:first-child) {
    max-width: 180px;
    width: 100%;
}
.entry-form .cf-area.address div a {
    background: #2660ac;
    color: #fff;
    padding: 0.35rem 1.25rem;
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.entry-form .cf-area.address div:last-child p .wpcf7-form-control-wrap:first-child {
    width: 25%;
}
.entry-form .cf-area.address div:last-child p .wpcf7-form-control-wrap:last-child {
    width: 100%;
}
.entry-form .cf-area.cf-tarea {
    display: block;
}
.entry-form .cf-area.cf-tarea dt,
.entry-form .cf-area.cf-tarea dd {
    width: 100%;
    margin: 0;
}
.entry-form .cf-area.cf-tarea dt p {
    line-height: 2;
    margin-bottom: 1.25rem;
}
.entry-form .cf-area.cf-tarea dt p span {
    font-size: 0.8125rem;
    display: block;
}
.entry-form .cf-area .wpcf7-text,
.entry-form .cf-area .wpcf7-tel,
.entry-form .cf-area .wpcf7-textarea {
    background: #e9eff7;
    border: none;
    padding: 0.625rem;
    width: 100%;
    box-sizing: border-box;
}
.entry-form .cf-info {
    background: #e9eff7;
    padding: 0.3125rem 1.25rem;
}
.entry-form .cf-info p {
    font-size: clamp(0.8125rem, 0.668rem + 0.7vw, 0.8125rem);
    font-weight: bold;
    line-height: 2;
}
.entry-form .cf-info p strong {
    font-size: clamp(1rem, 0.968rem + 0.7vw, 1rem);
    display: block;
}
.entry-form .cf-check {
    text-align: center;
    font-weight: bold;
    margin: 3.125rem 0;
}
.entry-form .cf-send {
    text-align: center;
}
.entry-form .cf-send p {
    max-width: 230px;
    width: 100%;
    margin: auto;
    position: relative;
}
.entry-form .cf-send .wpcf7-submit {
    background: #2660ac;
    max-width: 230px;
    width: 100%;
    color: #fff;
    font-size: clamp(1rem, 0.968rem + 0.7vw, 1rem);
    font-weight: bold;
    letter-spacing: 0.2rem;
    border: none;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
}
.entry-form .cf-send p::after {
    display: block;
    width: 8px;
    height: 16px;
    content: "";
    background-image: url(/wp_sauna/wp-content/themes/wp_sauna/images/send-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    position: absolute;
    top: calc(50% - 8px);
    right: 0.625rem;
}
.entry-page .wpcf7-spinner {
    display: none;
}
.entry-page .wpcf7 input::placeholder {
    color: #a8bfde;
}


/* ===confirm=== */
.entry-page.confirm .entry-form {
    margin-top: 3.125rem;
}
.entry-form .confirm-table {
    width: 100%;
    text-align: left;
    font-weight: bold;
    margin-bottom: 3.125rem;
}
.entry-form .confirm-table dt {
    width: 25%;
}
.entry-form .confirm-table dd {
    width: 100%;
    margin: 0;
}
.entry-form .confirm-table dl {
    border-bottom: 1px solid #2660ac;
    display: flex;
    margin: 0;
}
.entry-form .confirm-table p {
    margin: 1.25rem 0;
    line-height: 1.8;
}
.entry-form .confirm-table .confirm-tarea {
    display: block;
    width: 100%;
}
.entry-form .confirm-tarea dt p {
    margin: 1.25rem 0 0.3125rem;
}
.entry-form .confirm-tarea dd p {
    margin: 0.3125rem 0 1.25rem;
}
.entry-page.confirm .wpcf7-form {
    text-align: center;
}
.entry-page.confirm .wpcf7-form > p {
    position: relative;
    display: inline;
    margin:0 0.625rem;
}
.entry-page.confirm .wpcf7-form .wpcf7-form-control {
    background: #2660ac;
    max-width: 230px;
    width: 100%;
    color: #fff;
    font-size: clamp(1rem, 0.968rem + 0.7vw, 1rem);
    font-weight: bold;
    letter-spacing: 0.2rem;
    border: none;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
}
.entry-page.confirm .wpcf7-form > p::after {
    display: block;
    width: 8px;
    height: 16px;
    content: "";
    background-image: url(/wp_sauna/wp-content/themes/wp_sauna/images/send-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    position: absolute;
    top: calc(50% - 8px);
    right: 1.5rem;
}

/* ===thanks==- */
.entry-page.thanks .entry-form {
    margin-top: 3.125rem;
}
.entry-form .entry-thanks {
    max-width: 800px;
    margin: auto;
}
.entry-form .entry-thanks > p {
    font-size: clamp(1.5rem, 1.642rem + 0.84vw, 1.5rem);
    font-weight: bold;
    margin-top: 0;
}
.entry-form .entry-thanks > div {
    border: 1px solid #2660ac;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 20px;
}
/*.entry-form .entry-thanks > div p:first-child {
    background: #2660ac;
    border-radius: 50px;
    color: #fdebc7;
    text-align: center;
    width: 100px;
    height: 100px;
    padding: 3.5rem 0;
    margin-right: 3rem;
    box-sizing: border-box;
    line-height: 1.5;
}*/

.entry-form .entry-thanks > div p:first-child {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: #2660ac;
    color: #fdebc7;
    border-radius: 50%;
    text-align: center;
    line-height: 20pt;
    white-space: normal;
    margin: auto;
    aspect-ratio: 1/1;
}
.entry-form .entry-thanks > div p:first-child small {
    font-size: 0.5625rem;
    display: block;
}
.entry-form .entry-thanks > div p:first-child strong {
    display: block;
}
.entry-form .entry-thanks > div p:last-child {
    font-weight: bold;
}
.entry-page.thanks section > a {
    background: #fff;
    max-width: 230px;
    width: 60%;
    color: #2660ac;
    font-size: clamp(1rem, 0.968rem + 0.7vw, 1rem);
    font-weight: bold;
    letter-spacing: 0.125rem;
    border: none;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
    display: block;
    margin: 6.25rem auto 0;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
}
.entry-page.thanks section > a::after {
    display: block;
    width: 8px;
    height: 16px;
    content: "";
    background-image: url(/wp_sauna/wp-content/themes/wp_sauna/images/thanks-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    position: absolute;
    top: calc(50% - 8px);
    right: 1.5rem;
}
.entry-page.thanks section > a::after{
    content: ">";  
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 30px;
    top: 30%;
}
.entry-page .pc {
    display: block;
}
.entry-page .sp {
    display: none;
}
/* ===フッター=== */
.site-footer {
  background-color: #2660ac;
  color: #fff;
  padding: 40px 0 100px;
  font-size: 14px;
}
main.entry-page + .site-footer {
  background-color: #231515;
}

.footer-inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer-logo img {
  width: 150px;
}

.footer-info p {
  margin: 3px 0;
  color: white;
}

/*ナビ */
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20pt;
}
.footer-nav a {
  color: #fff;
  text-decoration: none;
}
.footer-nav a:hover {
  color: rgb(153, 153, 153)
}
.copy {
  text-align: right ;
  margin-top: 20px;
  color: white;
  font-size: 12px;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.tel {
  color: white;
  text-decoration: none;
}
.tel:hover {
  color: rgb(153, 153, 153);
}


/* === レスポンシブ === */

/*body余白*/
@media (max-width: 768px) {
  .main_contents {
    padding: 50px 5%;
  }
  .boshu {
    margin-left: 25%;
    font-size: 0.9rem;
  }
  .facility {
    padding: 50px 5%;
  }
  .hours_price {
    padding: 50px 5%;
  }
  .recruit_background {
    padding: 100px 5%;
  }
  .recruit_text {
    margin: 20px;
    font-size: 1rem;
}
  .hours {
    display: flex;
    gap: 50px;
  }
  .price {
    gap: 0px;
    margin-top: 50px;
  }
  .weekdays, .weekends {
    margin-top: 0px;
  }
  .access {
    padding: 50px 0;
  }
  .access_left {
    padding: 0 5%;
  }
}
@media (min-width:769px){
  .pc_none {
    display: none;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
  }
}
@media (max-width: 768px) {
  .sp_main_form {
    height: 60px; 
  }
  .main_form_contents {
    width: 50%; 
    padding: 0 10px;
    box-sizing: border-box;
  }
  .main_form_content_img {
    width: 24px; 
  }
  .main_form_contents:not(:last-child)::after {
    height: 100%; 
  }
}
@media (max-width:400px) {
  .concept {
    padding-left: 10%;
    font-size: 0.9rem;
    line-height: normal;
  }
  .boshu {
    margin-left: 10%;
  }
}
@media (min-width:401px) {
  .pc_tl_none {
    display: none;
  }
}

/*@media (max-width: 570px) {
  .main_visual_img {
    padding: 15px;
  }
  .sp_main_form {
   flex-direction: column !important;
   height: 100%;
   align-items: center;
  }


  .main_form_contents:not(:last-child)::after{
    display: none;
  }
  .main_form_contents:not(:first-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;              
    height: 2px;             
    background-color: #2660ac; 
  }
  .main_form_contents {
    width: 100%;
  }

}*/
@media (max-width:768px){
  .menu-inner{ 
    grid-template-columns: 1fr; 
    /*padding: 36px;*/
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 100px;
    box-sizing: border-box;
    margin-right: 0;
   }
  .nav-col a::before {
    display: none;
  }
  .nav-col {
    display: flex;
    flex-direction: column;
    align-items: center; 
    gap: 10px; 
}

  .nav-columns{ 
    flex-direction:column; 
    align-items:center; 
    gap:18px; 
  }
  
  .cta-group{ 
    margin-left:0; 
    justify-content:center; 
  }
  .art-column{ 
    order:-1; 
    margin-bottom:18px; 
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  [style*="display:flex"],
  .flex,
  .d-flex,
  .row,
  * {
    flex-direction: column !important;
  }
}
/*コンテンツ中央寄せ*/
@media (max-width: 768px) {
  
  [class*="flex"],
  .flex,
  .d-flex {
    justify-content: center !important;
    align-items: center !important;
  }
}
@media (max-width: 768px) {
  .back_navy,.back_blown {
    line-height: 1.5;
}
}
@media (max-width: 768px) {
  .access_right .rakuda {
    position: absolute;
    bottom: -30%;   
    right: 0%;    
    width: 326px;
    height: auto;
}
}

/*h2中央寄せ*/
@media (max-width: 768px) {
  h2 {
    margin: 0 auto;
    display: flex;           
    flex-direction: column;  
    justify-content: center;
    align-items: center;
    width: 150px;            
    height: 150px;           
    line-height: 0.6;     
  }
  .three_set {
    flex-direction: column;
    align-items: center;     
    margin-bottom: 20px;
  }
  .facility_set {
    width: 80%;              
    max-width: 313px;        
    margin: 10px 0;         
  }
  .ficility_img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .inquiry_contents {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .mobile_margin_none {
    margin-top: 0 ;
  }
  /*.mobile_margin_top {
    margin-top: 100px;
  }*/
}
/*メイン画像*/
@media (max-width: 768px) {
  .main_visual {
    max-width: 100%;
    background-image: url(images/main_sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    display: flex;
    margin-top: 60px;
    justify-content: center;
    align-items: center;
}
}

/*recruit_table*/
@media (max-width: 768px) {
  .recruit_table,
  .recruit_table thead,
  .recruit_table tbody,
  .recruit_table tr,
  .recruit_table td {
    display: block;       
  }
  .recruit_table {
    padding: 0px;
    max-height: none;
  }
  .recruit_table td, .recruit_table th {
    text-align: left;
  }
  .recruit_table td:nth-child(2) {
    padding-left: 20px;
    font-size: 14px;
  }
  .vertical_line {
    width: 300px;          
    background-color: #fff; 
    height: 2px;         
    margin: 0 auto;      
  }
}
/*recruitの罫線*/
@media (max-width: 768px) {
  .recruit_table tbody td:nth-child(odd) {
    position: relative;
    border-bottom: none;
  }
}

@media (max-width: 450px) {
  .vertical_line {
    display: none;      
  }
}
@media(max-width:768px) {
  .hour_system  {
    font-size: 1.1rem ;
  }
  .weekdays p,.weekends p {
    font-size: 1.1rem ;
  }
  .weekdays:first-of-type {
    margin-top: 50px;
}
}
@media (max-width: 768px) {
  .access_right {
    margin-top: 0;      
  }
  .access_text {
    font-size: 1.1rem;
    margin-top: 20px;
  }
}

/* ===ハンバーガーメニュー=== */
@media (max-width: 768px) {

  /* 上端固定のバー（閉じ・開き共通） */
  .side-bar-closed,
  .side-bar-open {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: var(--bg);
    border-left: none;
    border-bottom: 2px solid rgba(0,0,0,0.08);
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    padding: 0px 18px;
    z-index: 1300;
    background-color: #fdebc7;
  }

  /* メニューオーバーレイパネル */
  /*.menu-panel {
    position: fixed;
    top: -100%; 
    left: 0;
    width: 100%;
    max-width: 768px;
    height: 100dvh;
    background: var(--bg);
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    pointer-events: auto;
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.44s cubic-bezier(.2,.9,.3,1);
  }*/
  .menu-panel {
    position: fixed;
    top: 0;          
    left: 0;
    width: 100%;
    max-width: 768px;
    height: auto;     
    background: var(--bg);
    display: flex;
    flex-direction: column; 
    justify-content: flex-start; 
    overflow: auto;          
    pointer-events: auto;
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.44s cubic-bezier(.2, .9, .3, 1);
    box-sizing: border-box;
  }
  .header_only .main_form_contents:not(:last-child)::after {
    display: none;
  }
  .sp_main_form.header_only {
    height: 40px;
    background-color: #fdebc7;
    width: 100%;
  }

  .menu-panel.active {
    transform: translateY(0); 
  }

  /* 閉じてるバーを開いたとき非表示 */
  .menu-panel.active ~ .side-bar-closed {
    display: none !important;
  }

  .menu-inner {
    display: inline-block;
    padding-top: 120px;
  }

  /* SP非表示クラス */
  .sp_none {
    display: none;
  }
  .nav-col a {
    font-size: 1rem;
  }
  .nav-columns {
    gap: 10px;
  }
  .cta-wrapper {
    padding: 50px 0 0 0;
  }
  
}
@media (max-width: 768px) {
  .side-bar-closed, .side-bar-open {
    right: auto;
    left: 0;
  }
}
@media (max-width: 768px) {
  .side-bar-open, .side-bar-closed {
    box-sizing: border-box;
  }
  .sp_menu_logo {
    width: 80px;
  }
}
/* ========フッダー=========== */
@media (max-width: 768px) {
  .footer-nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 横3列 */
    gap: 0px; /* 要素間の隙間 */
    padding: 0;
    list-style: none;
  }

  .footer-nav li {
    text-align: center; 
  }

  .footer-nav a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
  }
}

.footer-left {
  order: 1; /* デフォルトは上 */
  text-align: center;
}

.footer-nav {
  order: 2; /* デフォルトは下 */
}
@media (max-width: 768px) {

    .footer-logo img {
    width: 250px;
    }
    .footer-nav {
      order: 0; /* 上に表示 */
      margin-bottom: 30px; 
    }

    .footer-left {
      order: 1;
    }
}
@media (max-width: 768px) {
    .footer-nav li:nth-child(1) {
      margin-left: 15px;
    }
  .footer-nav li:nth-child(3) {
      /*margin-right: 40px;*/
    }
    .copy {
      text-align: center;
    }
}

@media (max-width: 768px) {
    .entry-page .pc {
      display: none;
    }
    .entry-page .sp {
      display: block;
    }
    .entry-page {
      line-height: 1.8;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .sp_wrap {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .entry-page h1 {
        line-height: 1.2;
        font-size: 4rem;
        margin-top: 5rem;
    }
    .entry-page h1 small {
        font-size: 1rem;
    }
    .entry-title-text {
        font-size: 0.85rem;
    }
    .entry-page .breadcrumbs {
        display: none;
    }
    .entry-flow {
        margin-top: 0;
        margin-bottom: 3rem;
        padding: 0 1rem 1rem;
    }
    .entry-flow-contents p {
        font-size:0.6rem;
    }
    .entry-flow-contents h3 {
      line-height: 1;
      margin: 0;
      font-size: 1.3rem;
    }
    .entry-flow-contents {
        display: block;
    }
    .entry-flow-contents > div {
        margin: 0 auto 1.5rem;
		padding-bottom: 0.5rem;
    }
    .entry-flow-contents .arrow-bg {
        top: auto;
        right: 0;
        bottom: calc(0px - 35px);
        left: 0;
        margin: auto;
        transform: rotate(90deg);
    }
    .entry-form .cf-area dt p {
        font-size: 0.85rem;
    }

    .entry-form {
        padding: 5rem 2rem;
    }
    .entry-page .wrap p {
    font-size: 1.4em;
    }
    .entry-form .cf-area {
        display: block;
    }
    .entry-form .cf-area dt {
        width: 100%;
        font-size: 0.85rem;
    }
    .entry-form .cf-area.address div a {
        font-size: 0.85rem;
    }
    .entry-form .cf-area dd {
        width: 100%;
        margin: 0;
    }
    .entry-form .cf-area.cf-tarea dt p span {
        font-size: 0.6rem;
    }
    .entry-form .cf-info p strong {
        font-size: 1rem;
        text-align: center;
    }
    .entry-form .cf-info p {
        font-size: 0.7rem;
    }
    .entry-form .cf-area .cf-required {
        font-size: 0.85rem;
    }
    .entry-form .cf-check {
        margin: 0;
    }
    .wpcf7-list-item-label {
        font-size: 0.7rem;
    }
    .entry-form .cf-send .wpcf7-submit {
        font-size: 1rem;
    }
    .entry-form .cf-info p {
        line-height: 1.5;
    }
    .entry-page.confirm h1 {
        padding-left: 20px;
    }
    .entry-page.confirm .entry-form {
        background: transparent;
        color: #fff;
        margin: 0;
    }
    .entry-form .confirm-table dl {
        display: block;
        border-color: #fff;
    }
    .entry-form .confirm-table dt,
    .entry-form .confirm-table dd {
        width: 100%;
    }
    .entry-form .confirm-table p {
        margin: 1rem 0;
    }
    .entry-page.confirm .wpcf7-form > p {
        display: block;
        max-width: 460px;
        margin: 0 auto 2rem;
    }
    .entry-page.confirm .wpcf7-form .wpcf7-form-control {
        background: #fff;
        color: #2660ac;
        max-width: none;
    }
    .entry-page.confirm .wpcf7-form > p::after {
        background-image: url(/wp_sauna/wp-content/themes/wp_sauna/images/thanks-arrow.svg);
    }

    .entry-page.thanks {
        padding:50px 20px;
    }
    .entry-page.thanks .wrap p {
        font-size: 0.9rem;
    }
    .entry-page.thanks .entry-form {
        background: transparent;
        color: #fff;
        margin-top: 0;
        padding: 2rem 0 5rem;
    }
    .entry-form .entry-thanks > div {
        border-color: #fff;
        display: block;
        text-align: center;
    }
    .entry-form .entry-thanks > p {
        text-align: center;
        font-size: 1.5rem !important;
    }
    .entry-form .entry-thanks > div p:first-child {
        margin: auto;
        background: #fdebc7;
        color: #2660ac;
        width: 100px;
        height: 100px;
    }
    .entry-page.thanks section > a {
        max-width: 460px;
        margin: 2rem auto 0;
        font-size: 1rem;
    }
}






