@charset "UTF-8";

/*!
Theme Name: GLASSOWA
Description: For GLASSOWA
Author: nakedrocks
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** reset 
************************************/
*{
	font-weight:normal;
}
.main{
	border:0;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6{
	font-weight:normal;
}
.article h2{
	background:none;
	font-size: unset;
}
.article ul li, .article ol li{
	margin:0;
}
a{
	color:#333333ff;
	text-decoration:none;
}
a:hover{
	color:#333333ff;
	text-decoration:none;
	opacity:0.8;
}
/* フッター上マージン */
.article-footer{
display:none;
}
.body .article,.entry-content.cf{
margin-bottom:0 !important;
}
.footer{
margin-top:0;
}


/************************************
** floatlogo 
************************************/
/* SP */
@media screen and (max-width: 799px){
.floatlogo{
    margin: 0 auto;
	display:block;
	width: fit-content;
	vertical-align: middle;
    position: relative;
    text-align:center;
}
 .floatlogo img{
	 max-width:120px;
     filter: drop-shadow(2px 4px 6px black);
}
}

/* PC */
@media screen and (min-width: 800px){
.floatlogo{
    margin: 0 auto;
	display:block;
	width: fit-content;
	vertical-align:middle;
	position: absolute;
	bottom:125px;
	left:110px;
}
.floatlogo img{
  max-width:200px;
  filter: drop-shadow(2px 4px 6px black);  
}
}
/************************************
** scroll-down 
************************************/
.section-mv div.scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.scroll-text {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}
.scroll-border {
  position: relative;
  top: 10px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 50px;
  top: 0;
  left: 0;
  right: 0;
  background: #FFF;
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}

/************************************
** teaser 
************************************/
.teaser-h2 span{
	display:block;
	line-height:150%;
}
.teaser-h2 span.jp{
	font-size:0.6em;
}

.teaser h3{
	color:#0d4571;
	border:0;
	font-family: "fot-tsukumin-pr6n", sans-serif;
	font-size:22px;
	line-height:100%;
	margin-bottom:1em;
	padding:0;
}
span.jp {
    display: block;
    font-size: 12px;
}

.teaser-logo img{
  height:auto;
  width:70%;
  text-align:center;
  margin:0 auto;
}
/************************************
** header 
************************************/
.logo-menu-button img{
	max-height:30px;
}
#header-container{
  display: none;
}
/* 検索アイコン非表示 */
.search-menu-button { 
	display: none !important; 
}
label#search-menu-open {
    display: none;
}
/* 右側からメニューを開く */
.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
}
/* ===== PCでもハンバーガーを使い、ロゴ左／メニュー右に配置 ===== */
.mobile-header-menu-buttons{
   display: flex !important;
   align-items: center;
   gap: 8px;
   top: 0;
   height: 30px;
   opacity:85%;
  }
.mobile-header-menu-buttons .menu-button{
   align-items: center;
  }
.navi-menu-button .navi-menu-caption{
   display: none;
}
/* （もし出ていれば）PC用グローバルナビを非表示にする */
.navi, .global-nav, .header-container .menu-main, .pc-header-menu{
   display: none !important;
  }

/* 並び順を指定：ロゴ→メニュー→検索 */
.mobile-header-menu-buttons .logo-menu-button{ order: 1; margin-right: auto; width:auto; } /* 左端に固定 */
.mobile-header-menu-buttons .navi-menu-button{ order: 2; margin-left: auto; }  /* 右側に押し出すトリガー */
.mobile-header-menu-buttons .search-menu-button{ order: 3; }

/* 見た目の微調整（任意） */
.mobile-header-menu-buttons .menu-icon{ font-size: 20px; }
.mobile-header-menu-buttons .menu-caption{ margin-left: .4em; font-size: 14px; line-height: 1; }
.mobile-header-menu-buttons .menu-button-in{ padding: 5px 12px; }

/* モバイルのロゴ位置 */
.mobile-menu-buttons .menu-button{
 justify-content:left;
}
/* 元のFont Awesomeを消す */
.navi-menu-icon .fa.fa-bars{ display:none !important; }

/* ハンバーガーアイコン */
.navi-menu-icon{
  display: block;
  position: relative;
  width:33px !important;
  height:33px !important;  
  /* height:14.5px !important; */ 
  width: 33px;
  transform: translate(0, 0);
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.navi-menu-icon span {
  display: block;
  position: absolute;
  right: 0;
  width: 33px;
  height: 2px;
  background-color: #FFFFFF;
  transition: all .8s;
}
/* ヘッダー背景出現でハンバーガーの色変更 */
ul.is-scrolled .navi-menu-icon span {
  background-color: #0d4571;
}

.navi-menu-icon span:nth-child(1) {
  top: 5px;
  width: 60px;
  animation: equalizer01 7000ms infinite;
}
.navi-menu-icon span:nth-child(2) {
  top: 15px;
  width: 30px;
  animation: equalizer02 5000ms infinite;
  animation-delay: 0.33s;
}
.navi-menu-icon span:nth-child(3) {
  top: 25px;
  width: 20px;
  animation: equalizer02 5000ms infinite;
}
@keyframes equalizer01 {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 100%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 100%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 70%;
  }
}
@keyframes equalizer02 {
  0% {
    width: 30%;
  }
  10% {
    width: 20%;
  }
  20% {
    width: 40%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  60% {
    width: 20%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 40%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}
/* ナビ開くときのスピード */
#navi-menu-input:checked ~ #navi-menu-content{
	transition: 1s ease-in-out;
}
/* ナビ閉じるときのスピード */
.menu-content{
    transition: 1s ease-in-out !important;
}
/* CSSだけでハンバーガーを描画（横33px／線1.5px／間5px） */
/* .navi-menu-icon{
  display:inline-block !important;
  position:relative !important;
  width:33px !important;
  height:14.5px !important; 
  min-width:33px !important;  
  color:#008899;    
} */

/* 1本の疑似要素を3本に見せる（box-shadowで複写） */
/* .navi-menu-icon::before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height:1.4px;
  background: currentColor;
  box-shadow:
    0 8.5px 0 0 currentColor,
    0 17px  0 0 currentColor;
}
*/

/* 閉じるボタン */
.menu-close-button{
	text-align:right;
	padding-right:1em;
}
.fa-solid, .fas {
    font-weight: 900;
    color: #CCCCCC;
    font-size: 0.5em;
}
/* グローバルメニュー */
.menu-drawer a {
  position: relative; 
  display: inline-block;
  /* transitionで色変化を滑らかにする場合 */
  transition: color 1s ease; 
  font-weight: 500;
}

.menu-drawer a::after {
  content: '';
  display: block;
  height: 1px;
  width: 0%;
  background: #0d4571; /* 色を#0d4571に変更 */
  position: absolute;
  bottom: 0;
  left: 0;     /* 開始位置を左端に修正 */
  transition: .3s ease; /* transitionにeaseを追加 */
}

.menu-drawer a:hover {
  background: none;
}

.menu-drawer a:hover::after {
  width: 100%; /* 幅を100%に修正 */
}
/************************************
** body 
************************************/
body,#content,.entry-content{
    margin-top:0;
    background:#FFFFFF;
}
section{
	margin:0 !important;
	/* padding:30px 2em !important; */
	padding:30px 1em !important;
}

/* メインブロックのpadding */
main#main{
	padding:0 !important;
}
/* 全幅 */
.wrap{
	width:100%
}
/************************************
** top 
************************************/
/* 固定ページの投稿日非表示 */
.post-9 .date-tags,
.post-2843 .date-tags,
.post-2849 .date-tags,
.post-2841 .date-tags,
.post-2845 .date-tags,
.post-2847 .date-tags,
.post-2851 .date-tags,
.post-2880 .date-tags,
.post-3158 .date-tags,
.post-3248 .date-tags,
.post-3279 .date-tags,
.post-3285 .date-tags{
  display: none;
}
.mv-txt{
writing-mode: vertical-rl; 
font-size:20px !important; 
font-family: "fot-tsukumin-pr6n", sans-serif;
font-weight: 300;
font-style: normal;
line-height:2.25;
letter-spacing:0.075em;
text-align: left;
text-shadow:0px 0px 5px rgba(74, 41, 6, 1), 0px 0px 5px rgba(74, 41, 6, 1), 0px 0px 12px rgba(74, 41, 6, 1), 0px 0px 12px rgba(74, 41, 6, 1);
margin-top:5em;
}


section:has(.mv-txt){
  padding:1em 0 1em 2em !important;
}

/* 左寄せh2(はかなさと永続性) */
.mv-left-bottom-block {
  position: relative;
  left: 0;
  z-index: 2;
  padding: 20px 12px 12px 0; 
  height:100vh;
  /* max-height:800px; */	
}

h2.mv-left-line-title{
  position: relative;
  display: inline-block;
  color: #fff; 
  font-size:24px !important;
  font-family:"Zen Old Mincho";
  font-weight: bold;
  padding:10% 10% 0 28px;
  text-align: left;
  margin-bottom:10px !important;
  border:none;
  text-shadow:0px 0px 20px rgba(74, 41, 6, 1), 0px 0px 12px rgba(74, 41, 6, 1);
  /* text-shadow:0px 0px 20px rgba(74, 41, 6, 1), 0px 0px 5px rgba(74, 41, 6, 1), 0px 0px 12px rgba(74, 41, 6, 1), 0px 0px 12px rgba(74, 41, 6, 1); */
}

@media screen and (max-width: 800px){ 
h2.mv-left-line-title{
  padding:50% 0 0 28px;
 }
}

.mv-left-line-title-sub{
  padding-left:40px;
  margin:0 !important;
  font-size:16px;
  font-family: "inter-variable",sans-serif;
  font-weight: 100;
  line-height:100%;
}

.mv-left-line-title::after {
  content: '';
  position: absolute;
  left: 24px;
  bottom: unset;
  width: 1px;
  height: 102px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0px;
  transform: scaleY(0); /* 最初は高さ0%（見えない） */
  transform-origin: top; /* 伸びる基準点を「上」に設定 */
}
.mv-left-bottom-block .wp-block-cover__inner-container {
  position: relative !important;
	min-height: 500px;
}
.mv-mes{
   padding-top:120px !important;
   padding-bottom:120px !important;
}
/* 左寄せh2 */
.left-bottom-block {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px 12px 12px 0; 
  margin-bottom:40px !important;
}

h2.left-line-title{
  position: relative;
  display: inline-block;
  color: #fff; 
  font-family: "inter-variable",sans-serif;
  font-size:24px !important;
  font-weight: 100;
  padding:0 10% 0 1.5rem;
  /* padding:0 10% 0 2em; */
  text-align: left;
  letter-spacing:0.075em;
  margin:2em 0 10px 0 !important;
  border:none;
  text-shadow:0px 0px 20px rgba(74, 41, 6, 1), 0px 0px 12px rgba(74, 41, 6, 1);
}
.mv-left-line-title span.howan,
.mv-left-line-title-sub span.howan,
.left-line-title span.howan,
.right-line-title span.howan{
    opacity: 0;
}
.left-line-title::after {
   content: '';
   position: absolute;
   left: 2rem;
   top:2em;
   width: 1px;
   height: 208px;  /* 元の設定値 */
   background: #fff;
   transform: scaleY(0);  /* 最初は高さ0%（見えない） */
   transform-origin: top; /* 伸びる基準点を「上」に設定 */
}
.left-line-title.kntg span.wstxt{
	display:block;
}
.left-line-title.kntg::after {
	top: 3em;
}
.left-bottom-block .wp-block-cover__inner-container {
  position: relative !important;
  min-height: auto;
}

/* 右寄せh2 */
.right-bottom-block {
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px 0 12px 12px; 
  margin-bottom:40px !important;
}

h2.right-line-title{
  width:100%;
  position: relative;
  display: inline-block;
  color: #fff; 
  font-family: "inter-variable",sans-serif;
  font-size:24px !important;
  font-weight: 100;
  padding:0 1.5rem 0 10%;
  /* padding:0 2em 0 10%; */
  text-align: right;
  letter-spacing:0.075em;
  margin:10px 0 2em 0 !important;
  border:none;
  text-shadow:0px 0px 5px rgba(74, 41, 6, 1), 0px 0px 12px rgba(74, 41, 6, 1);
}

.right-line-title::after {
    content: '';
    position: absolute;
    right: 2rem;
    width: 1px;
    height: 208px;
    background: rgba(255, 255, 255);
    border-radius: 0px;
    bottom:2em;
    transform: scaleY(0);   /* 最初は非表示 */
    transform-origin: top; /* 上を固定して下に伸ばす */
}
.right-bottom-block .wp-block-cover__inner-container {
  position: relative !important;
  min-height: auto;
}

/* --- is-show クラスがついた時の動き --- */


/* 棒が上から下に伸びる（遅らせない） */
.is-show .mv-left-line-title::after,
.is-show .left-line-title::after,
.is-show .right-line-title::after{
 animation: border-animation 1.8s ease-out forwards;
 transform: scaleY(1);
}

/* 文字がぼわんと出る（遅らせない） */
.is-show .mv-left-line-title span.howan,
.is-show .mv-left-line-title-sub span.howan,
.is-show .left-line-title span.howan{
 animation: bowanFadeIn 0.8s ease-out forwards;	
}

/* 文字がぼわんと出る（1秒遅らせる） */
.is-show .right-line-title span.howan{
 animation: bowanFadeIn 0.8s ease-out 1s forwards;
}


/* --- is-show クラスがついた時のアニメーション --- */
/* 棒の背景をスライドさせて「伸びる」を表現 */
@keyframes border-animation {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}
/* テキスト部分のほわん */
@keyframes bowanFadeIn {
    0% {
        opacity: 0;
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

/* 見出し */
h2.top-cmn{
	color:#0d4571;
	margin:0 0 1em 0;
	padding:0;
	font-size:18px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
}
h2.news-h2{
	color:#555555;
	font-family:inherit;
	letter-spacing:0.1em;
	font-size:22px;
	font-weight:500;
	margin-bottom:0;
}
h2.accs-h2{
	color:#555555;
	font-size:18px;
}
section.section-mv{
	height:100vh;
	position:relative;
}
/* スクロールアイコン調整用（iOS） */
section.section-mv > .wp-block-cover__inner-container{
	position: static;
}

/* p */
section p{
  padding:0;
  line-height:1.5;
  letter-spacing:0.070em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #333333ff;
  font-size:14px;
}

/* slick */
.slider{
	margin:60px auto 120px auto !important;
}
@media screen and (max-width: 600px){
.slider{
	margin:60px auto 90px auto;
}
}
.slider img {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 600px){
.slider img {
  width: 400px;
  height: auto;
}
}
.slick-initialized .slick-slide{
  margin:0 10px;
}
.news-top{
	padding-top:65px !important;
	padding-bottom:65px !important;
}
/* ニュース一覧（TOP） */
 .news-query ul.wp-block-post-template{
	/* padding:1em; */
	padding:1em 0;
	width:600px;
    margin: 0 auto;
}
/* サムネと投稿内容の間 */
.wp-block-columns:has(.wp-block-post-date){
    gap:0;
}
/* サムネサイズ */
.news-query img.attachment-post-thumbnail {
    width: 130px !important;
    height: 130px !important;
}
/* カテゴリ別一覧（PC） */
.news-query div.wp-block-post-template{
	padding:1em;
	width:800px;
}
/* カテゴリ別一覧（SP） */
@media screen and (max-width: 600px){
 body.category .news-query .wp-block-post-template{
    /* padding: 1em 3em; */
    padding: 1em;
    width: auto;
}	
}
.news-query{
    padding:2em 0 2em 0;
}
/* カテゴリ別一覧のときはsectionの横幅を調整 */
.news-query.cat-sec{
	padding-left:0 !important;
	padding-right:0 !important;
}
.news-query .wp-block-post-date time,.taxonomy-category a{
    font-family: "Noto Serif JP", serif;
	font-size:0.8em;
	color: #48505c;
	text-decoration:none;
}
.news-query li{
	margin-bottom: 1.8em !important;	
}
.news-query .wp-block-post-featured-image a{
    width: 100%;
    height: 100% !important;
}
/* 日付 */
.news-query .news-clm-postdate{
	max-width: 8em;
}
/* タイトル */
.news-query h3{
   border:0;
   font-size:16px;
   font-family: "Zen Maru Gothic";
   font-style:normal;
   font-weight:unset;
   margin: 0 0 1em 0;
   line-height: 150%;
   padding:0;
}
/* 記事一覧のボーダー（TOP） */
body.home .news-query li{
  padding-bottom: 1.8em;
  border-bottom: 1px solid #FEFEFE;
}
/* 記事一覧のボーダー（TOP以外） */
body.page-id-2841 .news-query li,
body.category-cat-shopnews .news-query .list-li,
body.category-cat-ivent .news-query .list-li,
body.category-cat-gallery .news-query .list-li,
body.category-cat-recruit .news-query .list-li{
  padding-bottom: 1.8em;
  border-bottom: 1px solid #aeb4a8;
}


/* アクセス */
.access h3{
	font-family:inherit;
	border:0;
	margin:0 0 20px 0;
	padding:0;
	font-size:20px;
}
/* 地図 */
* {
    margin: 0;
    padding: 0;
}
.map {
  width: auto;
 height: 430px;
/* height: 600px; */
  overflow: hidden;
  margin-bottom:0 !important;
}
.map iframe {
  max-width: 100vw;	
  height: 960px; 
/* 情報ウィンドウの押し上げ */
 /* margin-top: -170px !important; */
}

.map #google-map-area{
	position: static !important;
}
.map .gm-style-iw-chr{
	height:10px !important;
}
/* ボタンサイズ */
.gm-ui-hover-effect{
	width:30px !important;
	height:30px !important;
	margin-right:5px !important;
}
.gm-ui-hover-effect span {
	width:20px !important;
	height:20px !important;
}

/* 閉じるボタンのフォーカス時の枠線を消す */
.gm-ui-hover-effect:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* ボタン内部の要素に付く枠線も念のためリセット */
.gm-ui-hover-effect span:focus {
    outline: none !important;
}
a.adrslink{
	text-decoration:none;
	color:#333333ff;
} 
/************************************
** 下層共通
************************************/

.lower-h2{
  color:#48505c;
  font-family: "inter-variable",sans-serif;
  font-size:22px !important;
  font-weight: 400 !important;
  letter-spacing: 0.075em;
  margin: 30px auto !important;
  padding: 25px;
  border: none;
  line-height: 100% !important;
}
section.lower-mv{
	max-height:400px;
}
.coverimg{
	width:100vw;
}
.beige-box{
    background-color: #f7f3ed;
    width: 100%;
    margin: 20px auto;
    padding: 60px;
    border-radius: 23px;
	  border: 1px solid #a6a495;
    /* border-left: 1px solid rgb(166, 164, 149); */
    /* border-right: 1px solid rgb(166, 164, 149); */
    /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.1), inset 0 0 0 rgb(166, 164, 149), 0 -3px 0 rgba(166, 164, 149) inset, inset 0 0 0 rgb(166, 164, 149), 0 3px 0 rgba(166, 164, 149) inset; */
}
@media screen and (max-width: 600px){
.beige-box{
    padding: 20px;
}
}

.beige-box h3{
   border:0;
   font-family: "Zen Maru Gothic";
   font-size:20px;
   line-height:100%;
   margin:0;
   letter-spacing:0.2em;
}
.beige-box h3.cohana,
.beige-box h3.glassworks{
	padding-bottom:0;
	margin-bottom:3px;
}
.beige-box .add-tit{
   font-family: "Kozuka Gothic Pr6N";
   font-size: 14px;
   font-weight: 500;
   margin:0 0 20px 0;
}
.consignment{
	padding:1.5em 2.5em;
}
.consignment h3{
   border:0;
   font-family: "fot-tsukumin-pr6n", sans-serif;
   line-height:100%;
   margin:0 0 1em 0;
   font-size:20px;
   letter-spacing:0.075em;
}
/* ページ送り */
.page-numbers{
	width:1em;
}
nav.is-layout-flex{
	gap:0;
}
.pagenation .page-numbers{
  border:0;
  font-family:"inter-variable",sans-serif;
  /* font-family: "Kozuka Gothic Pr6N"; */
  color: #333333;
  background: none;
}
.page-numbers.current{
  border-bottom: 2px solid #48505c;
  padding-bottom: 5px;
  border-radius:0;
  display: inline-block;
  margin-bottom: -2px;
}
/************************************
** News（一覧）
************************************/
.news-query{
	padding-top:0;
}
.wp-block-categories{
	margin-bottom:0 !important;
}
.news-post-list{
	padding:0 !important;
}
ul.news-list-cat{
	padding-left:0;
	max-width:100%;
	margin:0 auto;
	text-align:center;
}
ul.news-list-cat li{
    display: inline-block;
	font-family:"Noto Serif JP", serif;
	margin:0 1em 0 0 !important;
	font-size:1em;
}
/************************************
** News（カテゴリ別一覧）
************************************/
section.wp-block-group.news-query{
    padding-bottom: 0;
}

/************************************
** News（個別）
************************************/
.wp-block-group.news-post-single{
    /* padding:1em 2em !important; */
    padding:1em 1em !important;
}
.wp-block-group.news-post-single .news-single-daycat{
	text-align:left;
	width:100%;
}
.news-single-daycat div:has(.wp-block-post-date){
	width: 10em;	
}
.news-post-single .wp-block-post-date {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 100%;
    display: inline-block;
} 
.news-post-single .taxonomy-category.wp-block-post-terms {
    display: inline-block;
   /* vertical-align: middle; */
    line-height: 100%;
	padding-left: 2em;
}
.news-post-single .article-news-h2{
	font-weight: normal;
	font-size:18px;
	font-family:inherit;
	line-height:180%;
	margin-bottom:2em;
}
.news-post-single .wp-block-post-date{
	font-family:"Noto Serif JP", serif;
	font-size:16px;
	line-height:100%;
}
.news-post-single .taxonomy-category a {
	font-size:16px;
	line-height:100%;
	vertical-align:top;
}
.wp-block-post-terms .wp-block-post-terms__separator{
    vertical-align:top;
	font-family:"Noto Serif JP", serif;
	line-height: 100%;
	color:#48505c;
}
/************************************
** workshop
************************************/
.kintsugi-workshop{
	margin-bottom:20px !important;
}

/* 詳細 */
.kintsugi-workshop h3 {
  font-size: 1.25rem;
  margin-top: 3rem;
  margin-bottom: 0.8rem;
  font-weight: 500;
  border:0;
  font-family:inherit;
  border-bottom: 1px solid #bca182;
  padding:0 0 0.8rem 0;
}
.kintsugi-workshop h4 {
  font-weight: 600;
  font-family:inherit;
  border:0;
  padding:0;
  margin-bottom: 0.8em !important;
}
.kintsugi-workshop ol,
.kintsugi-workshop ul {
    margin-bottom: 1rem;
    font-size: 0.8rem;
    padding: 0 10px 0 5px;
}
/* 金丸のリスト */
.goldc-list{
    margin-left: 25px !important;
	display:block;
}
.kintsugi-workshop li {
    margin-bottom: 0.5rem;
    line-height: 150%;
    align-items: center;
}
.kintsugi-workshop ul li::marker{
 color: #a07a4f;
 font-size: initial;
}
.kintsugi-workshop a {
  color: #b78f5f;
  text-decoration: none;
  border-bottom: 1px solid #b78f5f;
}
.kintsugi-workshop a:hover {
  opacity: 0.8;
}
.kintsugi-workshop strong {
  background: linear-gradient(transparent 60%, #f1dfb8 60%);
  font-weight:600;
}
.kintsugi-workshop img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}
/* プロフィール（日本語） */
.hiroki-prof-jp p{
   font-size:14px;	
   line-height:1.3em;
}
.img-prof{
	margin-bottom:1em !important;
}
/* 予約ボタン */
.kintsugi-workshop p:has(.btn-reserve) {
  margin: 20px auto 30px auto;
  padding: 0;
}
.kintsugi-workshop p.btn-reserve a {
  margin: 10px auto 20px auto;
  display: block;
  width: 300px;
  padding: 20px 30px;
  text-align: center;
  background-image: linear-gradient(to top, #b78f5f 0%, #f1dfb8 100%);
  background-size: 100% 200%;
  background-position: bottom;
  border: 1px solid #a07a4f;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  opacity: 0.7;
  -webkit-transition: background-position 1.2s ease-in-out, transform 0.4s ease, box-shadow 0.4s ease, opacity 0.3s ease-in-out;
  transition:background-position 1.2s ease-in-out, transform 0.4s ease, box-shadow 0.4s ease, opacity 0.3s ease-in-out;
  font-size:20px;
  font-weight:600;
  font-family:"Zen Old Mincho";
}
.kintsugi-workshop p.btn-reserve a{
  color: #ffffff;
  text-decoration: none;
  border:0;
}
.kintsugi-workshop p.btn-reserve a:hover {
  background-position: top;
  /* transform: translateY(-4px) scale(1.02); */
  box-shadow: 0 8px 12px rgba(0,0,0,0.12);
  opacity: 1;
}
.kintsugi-workshop p.btn-reserve a:active {
  transform: translateY(0) scale(1);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.2), 0 2px 3px rgba(0,0,0,0.05);
  opacity: 1;
}
/*  概要のタイトル */
.kintsugi-sumr-h3{
	line-height:150% !important;
	font-size:18px !important;
	padding:0 !important;
	margin-bottom:1em !important;
}
h3.kintsugi-sumr-h3 span{
	display:block;	
}
h3.kintsugi-sumr-h3 span.en{
	display:inline-block;
	padding-bottom:8px;
	border-bottom:2px solid #dc741f;
}
/* 手順 */
div.count {
  counter-reset: mylist;
  margin-bottom:30px;
}
.count dl {
  counter-increment: mylist; 
  border:1px solid #ccc;
  padding:8px;
  font-size:0.8rem;
  background-color:#FFFFFF;
}
.count dl.gld{
  background-color:#f1dfb882;
  border:1px solid #a07a4f;
}
.count dl + dl {
  margin-top:10px;
}
.count dt {
  font-weight:bold;
  border:none;
}
.count dl > dt::before {
  content:"" counter(mylist) ".";
}
.count dd {
  border-top:1px dashed #ccc;
  margin:5px 0 0;
  padding: .3em .5em;
}
/* お問い合わせ先 */
.ws-contact {
    border: 1px solid #a07a4f;
    padding: 1em;
    font-size: 0.8rem;
    width: fit-content;
    margin: 0 auto 20px auto;
    background-color: #FFFFFF;
}
/* お支払い方法 */
.payment {
  margin-top: 1em;
  text-align: center;
  font-size: 0.9em;
}
.payment .en {
  display: block;
  margin-top: 0.3em;
  color: #666;
  font-size: 0.75em;
}
/* ベージュ背景 */
.kintsugi-workshop .bgbg{
    background-color: #f7efdd6b;
    padding: 1em;
}

/* 料金 */
.fee-sml{
  font-size:0.8rem;
  margin-left:5px;
}
.kintsugi-workshop .fee-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  flex-wrap: nowrap;
  max-width: fit-content;
  margin: 20px auto;
}
/* ボックス共通 */
.kintsugi-workshop .fee-container .fee-box {
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 0.5em;
    text-align: center;
    flex-shrink: 0;
    min-width: 300px;
    min-height: 180px;
    height: max-content;
    max-width: 320px;
    position: relative;
}
/* 体験料と送料で必要に応じて幅指定 */
.fee-box.experfee {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 1em;
  text-align: center;
  flex-shrink: 0;
}
.experfee-inr,.shipping-inr{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fee-box.shipping { 
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 1em;
  text-align: center;
  flex-shrink: 0;
 }
/* プラス のスタイル */
.fee-plus {
  font-size: 2rem;
  color: #666;
  line-height: 1;
}
/* タイトル部分 */
.fee-box .title { 
  font-size: 1.1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.fee-box .title .ja { display: block; }
.fee-box .title .en {
  display: block;
  font-size: 0.75em;
  color: #666;
}
/* 価格部分 */
.fee-box .amount {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 0.3em;
  letter-spacing:0.1em;
}
/* 送料の内訳 */
ul.pricebox {
  list-style: none;
  padding: 0;
  margin: 0.5em 0 0 0;
}
.pricebox li {
  margin-bottom: 0.5em;
  font-size: 1em;
}
.pricebox li .ja { font-weight: bold; }
.pricebox li .en { font-size: 0.75em; color: #666; }
/* ★ スマホ（600px 以下）のときは縦並びに */
@media (max-width: 600px) {
  .fee-container {
    flex-direction: column;
    gap: 0.5em !important;
    margin: 10px auto !important;
  }
 .kintsugi-workshop .fee-container .fee-box{
  min-height: 160px !important;
  }
  .fee-plus {
    margin: 0.2em 0;
  }
}
/* アクセス */
.access {
  display: flex;
  align-items: flex-start; /
  gap: 1rem;
  margin: 1rem 0;
}
.access .photo img {
  max-width: 90%;
  height: auto;
  display: block;
}
.access .address {
  flex: 1;
  font-size: 0.9rem;
  line-height: 150%; 
  padding: 0 10px 0 20px;
}
@media (max-width: 600px) {
  .access {
    flex-direction: column;
    gap: 0.5rem;
  }
}
/* チラシ */
.kintsugi-workshop .gallery {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.kintsugi-workshop .gallery a{
 border:none;
}
.kintsugi-workshop .gallery img {
  width: 200px;
  cursor: pointer;
  border: 1px solid #ddd;
  transition: border-color .3s;
}
@media (max-width: 800px) {
.kintsugi-workshop .gallery img {
  width: 100px;
}
}
/************************************
** Shop
************************************/
.consignment h3{
	font-weight:600;
	font-family:inherit;
}

/* ---------------------------------------------------- */
/* 共通スタイル: ボタン全体の基本設定（.clmbtnブロック内のボタンに適用） */
/* ---------------------------------------------------- */
/* .clmbtnブロック内のリンクで、かつ.btn-onlineを持つものに適用 */
.clmbtn .wp-block-button__link:has(.btn-online) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    text-align: center;
    white-space: nowrap;
	max-height:54px;
}
 a.wp-block-button__link:hover{
	color:#FFFFFF !important;
}

/* ---------------------------------------------------- */
/* ■ PCのとき (768px以上) */
/* 横並びで、間にスラッシュを入れる */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    /* 日本語と英語のテキストを横並びにする */
    .clmbtn .wp-block-button__link:has(.btn-online) > span {
        display: inline-block;
    }

    /* 英語テキスト（.btn-itl）の前にスラッシュとスペースを追加する */
    .clmbtn .wp-block-button__link:has(.btn-online) .btn-itl {
        margin-left: 8px;
    }

    .clmbtn .wp-block-button__link:has(.btn-online) .btn-itl::before {
        content: "/ ";
        margin-right: 8px;
    }
}


/* ---------------------------------------------------- */
/* ■ スマホのとき (767px以下) */
/* 縦にして、スラッシュ入れない */
/* ---------------------------------------------------- */
@media (max-width: 767px) {
    /* リンク内の要素を縦に並べる */
    .clmbtn .wp-block-button__link:has(.btn-online) {
        flex-direction: column;
        height: auto;
        padding: 10px 30px;
    }

    /* 日本語と英語のテキストを縦並びにするためブロック要素化 */
    .clmbtn .wp-block-button__link:has(.btn-online) > span {
        display: block;
        line-height: 1.5;
    }

    /* 英語テキスト (.btn-itl) のスラッシュとマージンをリセット */
    .clmbtn .wp-block-button__link:has(.btn-online) .btn-itl {
        margin-left: 0;
    }

    /* スラッシュ（::before）を非表示にする */
    .clmbtn .wp-block-button__link:has(.btn-online) .btn-itl::before {
        content: none;
        display: none;
    }
}

/************************************
** footer
************************************/
footer{
	background:#0d4571 !important;
}
.footer-bottom-content{
	text-align:center !important;
	float:none;
	color:#FFFFFF;
}
.footer-bottom-content i{
	font-size:2rem;
	border:1.5px;
	color:#FFFFFF;
}
.footer-bottom-content a{
	color:#FFFFFF;
	text-decoration:none;
}
/************************************
** リスト（共通）
************************************/
ul.wp-block-list.small-c li::marker{
    font-size:0.8em;
}
/************************************
** ボタン
************************************/
.wp-block-buttons{
    margin-bottom: 1em;
}

/* readmore共通 */
.readmore a.wp-block-button__link.wp-element-button:hover {
    opacity: 0.5;
}

.readmore a.wp-block-button__link.wp-element-button {
  background: none;
  font-size: 14px;
  font-family: "inter-variable",sans-serif;	
  color: #333333ff;
  border-bottom: 1px solid #333333ff;
  padding:10px 2em 10px 1em;
  position: relative;
  display: inline-block;
  margin-bottom:20px;
  transition: opacity 0.3s ease-in-out;
  letter-spacing:0.1em;
}

/* 通常のreadmore */
.readmore a.wp-block-button__link.wp-element-button::before,
.readmore a.wp-block-button__link.wp-element-button::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #48505c;
  transform-origin: calc(100% - 0.5px) 50%;
}
.readmore a.wp-block-button__link.wp-element-button::before {
  transform: rotate(45deg);
}

.readmore a.wp-block-button__link.wp-element-button::after {
  transform: rotate(-45deg);
}

/* backボタン */
.readmore.backbtn a.wp-block-button__link.wp-element-button{
  	padding: 10px 2em 10px 3em;
}
.readmore.backbtn a.wp-block-button__link.wp-element-button::before,
.readmore.backbtn a.wp-block-button__link.wp-element-button::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 9px;
  height: 1px;
  border-radius: 9999px;
  background-color: #48505c;
  transform-origin: calc(0% + 0.5px) 50%;
}

.readmore.backbtn a.wp-block-button__link.wp-element-button::before {
  transform: rotate(-45deg);
}

.readmore.backbtn a.wp-block-button__link.wp-element-button::after {
  transform: rotate(45deg);
}

/* 紺のボタン */
.btn-itl{
	font-style:italic;
	transition: background 1s ease;
}
/* リンク要素全体に transition を設定 */
.wp-block-button__link {
    /* opacity の変化を0.4秒かけてゆっくり行う */
    transition: opacity 0.4s ease; 
}

/* ホバー時に透明度を下げる */
.wp-block-button__link:hover {
    /* 透明度を80%に設定 (完全に透明にならない程度) */
    opacity: 0.8; 
}

/************************************
** Contact
************************************/
.Form p,.Form2 p{
	margin-bottom:10px;
	font-size:14px;
	line-height:130%;
}
.formmes{
	margin-bottom:30px;
}

/*確認画面と完了画面を非表示*/
.confirm-area,
.thanks-area {
display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
display: none;
}

/* 完了画面にでるチェックボックス */
.agb-icon-wrapper{
display:none;
}
.cf7-form-group{
    margin-bottom: 20px;
}
.cf7-form-group label{
	font-weight:600;
}
.cf7-form-group p{
margin-bottom: 5px;
}
span.required {
    background: #710d0d;
    padding: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #FFFFFF;
}
p.privacy-note{
    margin-bottom: 10px;
}
.wpcf7-list-item{
    margin-left: 0;
}

.cf7-submit{
    text-align: center;
	margin:20px 0;
}
.cf7-submit input{
    background: #0d4571;
    padding: 10px;
    width: 200px;
    font-size: 18px;
    color: #FFFFFF;
    border: 0;
    border-radius: 5px;
}
.wpcf7-spinner{
	display:none;
}

/************************************
** Workshop Reserve
************************************/
.article .Form2 h4,
.article .confirm-area2 h4{
    background:#FFFFFF;
    border-top:0;
    border-bottom: 2px solid #bca182;
	padding-left:0;
    font-family: inherit;
    font-weight: 500;
	margin-top:40px;
	margin-bottom:20px;
}
.small{
	font-size:0.9rem;
}
p:has(.small){
	margin-bottom:20px;
	line-height:110%;
}
/* ---------------------------------
   1. 姓と名 (cf7-inline-name-group)
--------------------------------- */
/* Flexboxを使用して子要素を横並びにする */
.cf7-inline-name-group {
    display: flex;
    gap: 20px; /* 要素間のスペース */
}

/* 姓と名それぞれの入力欄を均等に広げる */
.cf7-inline-name-group .cf7-inline-item {
    flex: 1 1 50%; /* 均等幅 (Grow, Shrink, Basis) */
}

/* ---------------------------------
   2. 希望日時 (cf7-inline-datetime)
--------------------------------- */
/* Flexboxを使用して子要素を横並びにする */
.cf7-inline-datetime-group-inner {
    display: flex;
    gap: 20px; /* 要素間のスペース */
}

.cf7-inline-datetime-group-inner label {
    /* ラベルをアイテムから分離し、独立した行（Flexの1行目）を占有させる */
    flex-basis: 100%; 
}

/* 日付と時刻のアイテムを横並びにする */
.cf7-inline-datetime-group-inner .cf7-datetime-date {
    /* 日付欄に広い幅を確保 */
   flex: 2 1 60%; 
}

.cf7-inline-datetime-group-inner .cf7-datetime-time {
    /* 時刻欄に狭い幅を確保 */
    flex: 1 1 40%;
}

/* 携帯表示では縦積みに戻す */
@media (max-width: 600px) {
    .cf7-inline-datetime-group .cf7-datetime-date,
    .cf7-inline-datetime-group .cf7-datetime-time {
        flex-basis: 100%;
        flex-grow: 1; 
    }
}
/************************************
** エフェクト
************************************/
/* ページ切り替わるときフェードイン */
#luxy {
	animation: fadein 3s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
/* ふわ */
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
/* 下からふわ */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* 左からふわ */
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* 右からふわ */
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* スクロールでヘッダー表示 */
.mobile-header-menu-buttons{
    top: -200px;
    left: 0;
    right: 0;
    transition: top 1s ease-in-out;
}
.mobile-header-menu-buttons.is-scrolled {
    top: 0;
}
.mobile-header-menu-buttons .navi-menu-button.menu-button{
	position: fixed !important;
    /* 2. 表示させたい位置（例：画面の右上）を設定 */
    top: 5px;    /* 画面上端から10px下に配置 */
    right: 10px;  /* 画面右端から10px左に配置 */
    left: auto;   /* leftの値を解除（rightを優先）*/   
    /* 3. 他の要素よりも手前に表示されるようにz-indexを指定（親要素より高くなくても良いが、念のため） */
    z-index: 1000;
}
/* スクロール時一瞬余白が出るのを防ぐ */
#header-fixed{
	padding-top:0 !important;
}
/* 常に必要な基本スタイル */
.section-mv {
    width: 100%;
    height: 100vh;
    /* transitionはアニメーションとは無関係なので残してもOK */
    transition-property: filter; 
}

/* 初回アクセス時のみ適用するアニメーション設定 */
.section-mv.is-animated {
    animation-name: motion;
    animation-duration: 4s;
    animation-timing-function: ease;
    animation-iteration-count: 1; /* 1回のみ実行 */
    animation-fill-mode: forwards; /* 終了状態を維持 */
}

/* 初回アクセスでアニメーションが始まる前の状態 */
.section-mv.is-animated {
    filter: blur(100px);
}

@keyframes motion {
    0% {
        filter: blur(100px);
    }
    100% {
        filter: blur(0);
    }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}