
/* --------------------------　メインスライダー　-------------------------- */

.HERO {
	background: #000;
	
}
.heroPC {
	max-width: 2000px;
	margin: auto;
	background: #000;
	display: block;
	margin-top: 70px;
}
.heroTAB {
	max-width: 2000px;
	margin: auto;
	background: #000;
	display: none;
}
.heroSP {
	max-width: 2000px;
	margin: auto;
	background: #000;
	display: none;
}
@media screen and (max-width: 1200px) {
	.heroPC {
	max-width: 2000px;
	margin: auto;
	background: #000;
	display: none;
}
.heroTAB {
	max-width: 2000px;
	margin: auto;
	background: #000;
	display: block;
}
.heroSP {
	max-width: 2000px;
	margin: auto;
	background: #000;
	display: none;
}
}

@media screen and (max-width: 750px) {
	.heroPC {
	max-width: 2000px;
	margin: auto;
	background: #000;
	display: none;
}
.heroTAB {
	max-width: 2000px;
	margin: auto;
	background: #000;
	display: none;
}
.heroSP {
	max-width: 2000px;
	margin: auto;
	background: #000;
	display: block;
}
}



@media screen and (max-width: 1200px) {
	

.philosophy_main {
  position: relative;
  width: 100%;
  height: 80vh;
  background: #fff;
  background: url("../../images/philosophy/fvtab.jpg") no-repeat;
   background-position: center top;
	margin-top: 60px;
	background-size: cover;
}

.philosophy_main .wrap {
	max-width: 1000px;
	margin: auto;
	 position: static; /* ← これが重要 */
}
.philosophy_main .fvtitle {
	position: absolute;
	top: 50%;
	right: 15%;
	transform: translate(-0%, -50%);
	z-index: 1;
}
.philosophy_main .wrap .fvtitle img {
	width: 120px;
	height: auto;
	z-index: 1;
}

.Name {
font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
	color:#fff;
	font-size: clamp(1.7rem, 2.4vw, 2.6rem);
	line-height: 1.5;
	position: absolute;
	top:70%;
	left:10%;
	letter-spacing: 0.1rem;
}
.Name span {
	font-size: clamp(3rem, 4.5vw, 5rem);
	margin-right: 10px;

}
	
}

@media screen and (max-width: 834px) {
	
.philosophy_main {
  position: relative;
  width: 100%;
  height: 80vh;
  background: #fff;
  background: url("../../images/philosophy/fvsp.jpg") no-repeat;
   background-position: center top;
	margin-top: 60px;
	background-size: cover;
}
	
.philosophy_main .fvtitle {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(-0%, -50%);
	z-index: 1;
}
	
.philosophy_main .wrap .fvtitle img {
	width: 60%;
	height: auto;
	z-index: 1;
	display: block;
	text-align: right;
	margin: 0 auto 0 0;
}

	
.Name {
font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
	color:#fff;
	font-size: clamp(1.7rem, 2.4vw, 2.6rem);
	line-height: 1.5;
	position: absolute;
	top:70%;
	left:8%;
	letter-spacing: 0.1rem;
}
}



/* --------------------------　コンテンツ　-------------------------- */


.content_wrap  {
	max-width: 850px;
	margin: auto;
}
.content_wrap02  {
	max-width: 1000px;
	margin: auto;
}

.subpage .content_wrap {
	max-width: 1000px;
	margin: auto;
}

@media screen and (max-width: 1200px) {
.content_wrap  {
	max-width: auto;
	margin: auto 15px;
}
	.content_wrap02  {
	max-width: auto;
	margin: auto 15px;
}
.subpage .content_wrap {
	max-width: auto;
	margin: auto 15px;
}

}

.marker {
  background:linear-gradient(transparent 50%, rgba(108, 17, 36) 50%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}
/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}


/* --------------------------　CTA01　-------------------------- */

.CTA01 {
	background: url("../../images/tea-meditation-ex/cta01.jpg");
	background-attachment:fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	width: 100%;
	background-position: center top;
	padding: 100px 5%;
	box-sizing: border-box;
}


.ctaCONTENT {
	max-width: 800px;
	margin: auto;
}
.ctaCONTENT p {
	color:#fff;
	font-size: clamp(2.4rem,2.6vw, 2.8rem);
	text-align: center;
	font-family: "Shippori Mincho", serif;
	
}


/* solid008 */
.button_solid008 a{
	font-family: "Shippori Mincho", serif;
   font-size: clamp(1.7rem,2.2vw, 2.4rem);
	border: 1px solid #718456;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 80%;
    padding: 10px 25px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	margin-top: 50px;
	box-sizing: border-box;
	background: #718456;
	color:#fff;
	max-width: 500px;
}
.button_solid008 a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #718456;
  transition: 0.2s ease 0s;
}

.button_solid008 a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #718456;
  transition: 0.2s ease 0.2s;
}

.button_solid008 a:hover::before {
  width: 0%;
}

.button_solid008 a:hover::after {
  height: 0%;
}

.button_solid008 a:hover {
  text-decoration: none;
  background-color: #6e5d43;color:#fff;
}
	





/* --------------------------　コンテンツ01　-------------------------- */


.content01 {
   padding: 60px 0;
   background: url("../../images/common/bg01.jpg");
	color:#fff;
}

.content01 .Wrap {
	max-width: 1120px;
	margin: auto;
	padding: 0 2%;
	box-sizing: border-box;
}

.content01 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}



ul.nayamiLIST {
	max-width: 800px;
	margin: auto;
	position: relative;
}
ul.nayamiLIST figure {
	position: absolute;
	right:-30px;
	width: 380px;
}


ul.nayamiLIST li{
    list-style: none;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.5rem, 2vw, 2.4rem) ;
	line-height:1.5;
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dotted #4b5965;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-weight: 500;
	padding-left: 1.5em;
  text-indent: -1.5em;
	letter-spacing: 0.05rem;
	color:#fff;
	
}
 
ul.nayamiLIST > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
	top:2px;
  left : 0em; 
  color: #6f5b3f; 
  margin-right: 20px;
	font-size: 3rem;
}



/* 019 */
.linkbutton a {
    background: #6e5d43;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto 20px auto;
    max-width: 300px;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;
	box-sizing: border-box;
line-height:1.5;
}
.linkbutton a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.linkbutton a:hover {
  opacity: 0.9;
  color: #FFF;
}
.linkbutton a:hover:after {
  right: 1.4rem;
}

.para01 {
	background: url("../../images/top/para01.jpg");
	background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 400px;
	width: 100%;
}

/* --------------------------　コンテンツ02　-------------------------- */


.content02 {
	background: #1f2122;
   padding: 60px 0;
}

.reason-title  {
	font-family: "Shippori Mincho", serif;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	font-size: clamp(1.8rem,2.5vw, 3rem);
	margin-bottom: 10px;
	text-align: center;
  color: #fff;
}

.arrow01 {
	max-width: 500px;
	margin: auto;
	margin-bottom: 30px;
}

.content02 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}


.wimage {
	margin-bottom: 40px;
}

.reasonBOX {
	background: #403b34;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.reasonBOX .inner {
	border: 1px solid  #665e53;
	padding: 50px;
	box-sizing: border-box;
}
.reasonBOX h3 {
	position: relative;
	text-align: center;
  color: #fdf8f2;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	font-size: clamp(2rem,3vw, 3.5rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
	padding-bottom: 40px;
}


/* 上の太線 */
.reasonBOX h3::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  height: 6px;
  background: #978b7b;
	width: 100%;
}

/* 下の細線 */
.reasonBOX h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #978b7b;
}

.center-read p {
	font-size: clamp(1.5rem,2vw, 2.2rem);
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 2;
	padding: 0;
	margin: 0;
	text-align: center;
	color:#fff;
	margin-bottom: 40px;
	letter-spacing: 0.2rem;
}
.center-read p:last-child {
	margin-bottom: 0px;
}

.reasonBOX h4 {
	position: relative;
	text-align: center;
  color: #fdf8f2;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	font-size: clamp(1.8rem,2.8vw, 3.2rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}

ul.cLIST {
	margin-bottom: 40px;
}
ul.cLIST li{
    list-style: none;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.7rem, 2vw, 2.4rem) ;
	line-height:1.5;
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dotted #6f5b3f;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-weight: 500;
	padding-left: 1.5em;
  text-indent: -1.5em;
	letter-spacing: 0.05rem;
	max-width: 500px;
	margin: auto;
	color:#fff;

	
}
 
ul.cLIST > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
	top:2px;
  left : 0em; 
  color: #6f5b3f; 
  margin-right: 20px;
	font-size: 3rem;
}

.content02 h2.C2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}


.content02 h3.C3 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.6;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}

.para {
	  background:url(../../images/tea-meditation-ex/bg01.jpg) ;
	background-attachment: fixed;
	width: 100%;
	height: 400px;
  background-position: top center;
  background-repeat: no-repeat;
}



/* --------------------------　コンテンツ03　-------------------------- */


.content03 {
	background: url("../../images/common/bg01.jpg");
	width: 100%;
   padding: 60px 0;
}

.kaiketsu {
	background: #6f5b3f;
	text-align: center;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	color:#fff;
	display: inline-block;
	padding: 10px 30px;
	line-height: 1;
	font-family: "Shippori Mincho", serif;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.content03 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}



.kankakuBOX {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.kankakuBOX li {
	width: 32.5%;
	margin: 0 0.3% 5px;
	background: #333c3d;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #424e4f;
}
.kankakuBOX li figure {
	width: 60%;
	margin: auto;
	margin-bottom: 10px;
}
.kankakuBOX li h3 {
	font-size: clamp(1.8rem,2vw, 2.5rem);
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	text-align: center;
	color:#fff;
	margin-bottom: 10px;
	letter-spacing: 0.5rem;
}

.kankakuBOX li p {
	font-size: clamp(1.5rem,1.6vw, 1.7rem);
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	text-align: center;
	color:#fff;
	margin-bottom: 40px;
	letter-spacing: 0.2rem;
}
.content03 h4 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}



/* --------------------------　コンテンツ04　-------------------------- */


.content04 {
	background: #1f2122;
   padding: 60px 0;
}

.content04 h2 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}

.content04 h3 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}



.tea-steps {
  padding: 30px 6%;
  text-align: center;
  color: #fff;
  font-family: "Spectral", 'Noto Serif JP', serif;
	max-width: 650px;
	margin: auto;
}

.tea-steps .step {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 38px;
  padding: 15px;
  border: 2px solid #e8e8e8;
 font-size: clamp(1.8rem,2.2vw, 2.5rem);
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.tea-steps .step:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 2px;
  height: 40px;
  background: #e8e8e8;
  transform: translateX(-50%);
}

.tea-steps h2 {
  position: relative;
  margin: 55px 0 0;
  font-size: clamp(2.6rem, 3.4vw, 4.4rem);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.tea-steps h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50px;
  width: 2px;
  height: 45px;
  background: #e8e8e8;
  transform: translateX(-50%);
}
.content04 h4 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}


/* --------------------------　CTA02　-------------------------- */

.CTA02 {
	background: url("../../images/tea-meditation-ex/cta02.jpg");
	background-attachment:fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	width: 100%;
	background-position: center top;
	padding: 100px 5%;
	box-sizing: border-box;
}
.CTA02 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	font-size: clamp(2rem,3vw, 3.5rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}

.CTA02 h3 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}




/* --------------------------　コンテンツ05　-------------------------- */


.content05 {
	background: url("../../images/common/bg01.jpg");
   padding: 60px 0;
}

.content05 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}

.content05 h3 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}

/* --------------------------　コンテンツ05　-------------------------- */


.content06 {
	background: #292218;
   padding: 60px 0;
}

.content06 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}

.content06 h3 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}
.content06 h4 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(1.7rem, 2vw, 2.4rem) ;
	font-weight: 500;
	letter-spacing: 0.2rem;
}


.C06BOX {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}


.C06BOX.rev {
	flex-direction: row-reverse;
}

.C06BOX.rev {
	margin-bottom: 60px;
}

.C06BOX .ph {
	width: 50%;
	position: relative;
}
.C06BOX .ph img {
	width: 100%;
    object-fit: cover;
	height: 100%;

}



.C06BOX .txt {
	position: relative;
	width: 50%;
	color:#fff;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	background: #564f44;
}

.numIMG {
	width: 80px;
	margin: auto;
	margin-bottom: 10px;
}
.C06BOX .txt h5 {
	position: relative;
font-weight: 400;
	color:#fff;
	font-family: "Shippori Mincho", serif;
	font-size: clamp(1.8rem, 2.3vw, 2.8rem);
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: center;
}

.C06BOX .txt p {
font-size: clamp(1.5rem, 1.6vw, 2rem);
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
}



/* --------------------------　コンテンツ07　-------------------------- */


.content07 {
	background: url("../../images/common/bg01.jpg");
   padding: 60px 0;
}

.content07 h2 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}

.content07 h3 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}



/* --------------------------　コンテンツ08　-------------------------- */


.content08 {
	background: #292218;
   padding: 60px 0;
}

.content08 h2 {
  text-align: center;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #fff;
}


.content08 h3 {
  text-align: center;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #fff;
}

.content08 h4 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(1.7rem, 2vw, 2.4rem) ;
	font-weight: 500;
	letter-spacing: 0.2rem;
}
.itemBOX {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.itemBOX li {
	width: 49.2%;
	display: flex;
	justify-content: space-between;
	background: #564f44;
	margin-bottom: 15px;
}
.itemBOX li .ph {
	width: 35%;
}
.itemBOX li .ph img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itemBOX li .txt {
	width: 65%;
	padding: 20px;
	box-sizing: border-box;
}
.itemBOX li .txt h5 {
	 text-align: left;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	font-size: clamp(1.6rem, 1.8vw, 2rem) ;
	font-weight: 500;
	letter-spacing: 0.2rem;
}
.itemBOX li .txt p {
  color: #fff;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	font-size: clamp(1.4rem, 1.4vw, 1.5rem) ;
	font-weight: 400;
	letter-spacing: 0.2rem;
}


/* --------------------------　コンテンツ09　-------------------------- */

.content09 {
	background: url("../../images/tea-meditation-ex/bg03.jpg");
   padding: 60px 0;
}

.content09 h2 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}

.content09 h3 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
}

.orderBN {
	background:rgba(0,0,0,0.5);
	padding: 15px;
	box-sizing: border-box;
}
.orderBN .inner {
	border: 1px solid  #9a7f5a;
	padding: 40px;
	box-sizing: border-box;
	background:rgba(0,0,0,0.5);
}


.cartTITLE {
	background: #6e5d43;
	color:#fff;
	font-size: clamp(2.2rem,3vw, 3.5rem);
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500;
	letter-spacing: 0.2rem;
}
.itemNAME {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.itemNAME .day {
	width: 20%;
	border: 1px solid #fff;
	padding: 5px;
	box-sizing: border-box;
	color:#fff;
	font-size: clamp(2.2rem,3vw, 3.5rem);
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.4;
	margin-right: 20px;
	letter-spacing: 0.2rem;
}

.itemNAME .IN {
	box-sizing: border-box;
	color:#fff;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
		line-height: 1.2;
	display: flex;
  justify-content: center;
  align-items: center;
	letter-spacing: 0.2rem;
}

.orderBN .wimage {
	margin-bottom: 10px;
}

.orderBN .price {
	color:#fff;
	font-size: clamp(2.2rem,3vw, 3.5rem);
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	margin-bottom: 15px;
}
.orderBN .price span {
	color:#fff;
	font-size: clamp(3rem,4vw, 6rem);
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 10px;

		background: linear-gradient(
  130deg,
		#e4b704 0%,
		#ec8601 100%
);
	 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
}



.konpou {
	background: #403b34;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.konpou .inner {
	border: 1px solid  #665e53;
	padding: 25px;
	box-sizing: border-box;
	background: #403b34;
}
.konpouTITLE {
	color:#fff;
	font-size: clamp(2.2rem,3vw, 3.5rem);
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	border-bottom: 2px dotted #665e53;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.kitBOX {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kitBOX li {
	width: 49.7%;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(1.8rem,2vw, 2.2rem);
	margin-bottom: 5px;
	font-family: "Spectral", 'Noto Serif JP', serif;
	color:#fff;
	background: #292218;
}








/* --------------------------　コンテンツ10　-------------------------- */


.content10 {
	background: url("../../images/common/bg01.jpg");
   padding: 60px 0;
}

.content10 h2 {
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #fff;
}

.content10 h3 {
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #fff;
}

.content10 h5 {
  text-align: center;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(1.7rem, 2vw, 2.4rem) ;
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #fff;
}


.tokuten {
  background: #9a032a;
  padding: 40px;
  border: 1px solid #fff;
  outline: 10px solid #9a032a;
  box-shadow: 0 0 0 0px rgba(190, 175, 150, 0.18);
  box-sizing: border-box;
	margin: auto;
	margin-bottom: 50px;
	
}

.tokuten .kaisai {
  background: #292218;
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #fff;
}
.tokuten h4 {
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	font-size: clamp(1.7rem,2.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #fff;
}

.jissenkai {
  background: #333c3d;
  padding: 40px;
  border: 1px solid #fff;
  outline: 10px solid #333c3d;
  box-shadow: 0 0 0 0px rgba(190, 175, 150, 0.18);
  box-sizing: border-box;
	max-width: 900px;
	margin: auto;
	margin-bottom: 50px;
	
}
.jissenkai .title {
  text-align: center;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.jissenkai ul  {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 0;
}
.jissenkai ul li {
	width: 49%;
  position: relative;
	font-size: clamp(1.6rem, 1.8vw, 2.2rem) ;
	line-height: 1.8;
	margin-bottom: 5px;
	padding-left: 30px;
	text-align: left;
	line-height: 1.6;
	color:#fff;
	list-style-type: none;
	font-family: "Spectral", 'Noto Serif JP', serif;
}

.jissenkai ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 3px;
  color: #957953;
  font-size: 0.8em;
padding-left: 0px;
}


/* --------------------------　コンテンツ11　-------------------------- */


.content11 {
	background: #1f2122;
   padding: 60px 0;
}

.content11 h2 {
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #fff;
}

.profileBOX {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	color: #fff;
	background: #35383a;
	padding: 40px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.profileBOX .ph {
	width: 40%;
}
.profileBOX .txt {
	width: 55%;
}
.profileBOX .txt .name {
	font-size: clamp(2rem,3vw, 3.5rem);
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	margin-bottom: 20px;
}
.profileBOX .txt .name span {
	font-size: clamp(1.5rem,2vw, 2.2rem);
	font-family: "Spectral", 'Noto Serif JP', serif;
}



.notebox {
	background: #f4f4f4;
	padding: 40px;
	box-sizing: border-box;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 40px;
}
.lasttitle {
	font-size: clamp(2.2rem,3.5vw, 4rem);	
	font-family: "Shippori Mincho", serif;
	text-align: center;
	
	line-height: 1.5;
}
.notebox h3 {
	text-align: center;
	font-family: "Shippori Mincho", serif;
	padding: 0;
	margin: 0;
	font-size: 4rem;
	line-height: 1;
}
.note {

  background-image:
   linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2em;
  line-height: 2em;

  padding: 2em 1em 1.98em 1em;
  margin: 0em 0;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
	font-size: clamp(1.7rem, 2vw, 2.4rem) ;
}
.endimg {
	width: 200px;
	margin: auto;
}

.sign {
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: right;
}
.sign img {
	width: 300px;
}


/* --------------------------　コンテンツ12　-------------------------- */


.content12 {
	background: #292218;
   padding: 60px 0;
}

.content12 h2 {
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #fff;
}



.accordion {
margin-bottom: 0px;
}

.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 10px;
}
.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 18px 70px 18px 20px;
	position: relative;
	background: #6e5d43;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 600;
	color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
}

.accordion i {
	margin-right: 10px;
	color: #f4be23;
}

.accordion > ul > li > div {
	display: none;
	text-align:left;
	line-height:1.8;
	padding:  15px;
	background: #41382b;
	margin-top: 10px;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:50%;
	right:-10px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 2px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.faq_txt p {
	font-size: clamp(1.4rem,1.5vw, 1.7rem);
	color:#fff;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}
.faq_txt p:last-child {
	margin: 0;
	padding: 0;
}
.aclist {
	color:#fff;
	margin-left: 20px !important;
	margin-bottom:20px !important;
}
.aclist li {
	list-style-type: disc;
	color:#fff;
	line-height: 1.5;
	margin-bottom: 10px;
}











@media screen and (max-width: 834px) {
	
/* --------------------------　CTA01　-------------------------- */

.CTA01 {
	background: url("../../images/tea-meditation-ex/cta01.jpg");
	background-attachment:fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	width: 100%;
	background-position: center top;
	padding: 25px 5% 40px;
	box-sizing: border-box;
}


.ctaCONTENT {
	max-width: 800px;
	margin: auto;
}
.ctaCONTENT p {
	color:#fff;
	font-size: 2.2rem;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	
}


/* solid008 */
.button_solid008 a{
	font-family: "Shippori Mincho", serif;
   font-size: 2.4rem;
	border: 1px solid #718456;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 70%;
    padding: 10px 25px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	margin-top: 25px;
	box-sizing: border-box;
	background: #718456;
	color:#fff;
	max-width: 500px;
}
.button_solid008 a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #718456;
  transition: 0.2s ease 0s;
}

.button_solid008 a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #718456;
  transition: 0.2s ease 0.2s;
}

.button_solid008 a:hover::before {
  width: 0%;
}

.button_solid008 a:hover::after {
  height: 0%;
}

.button_solid008 a:hover {
  text-decoration: none;
  background-color: #6e5d43;color:#fff;
}
	





/* --------------------------　コンテンツ01　-------------------------- */


.content01 {
   padding: 30px 0;
   background: url("../../images/common/bg01.jpg");
	color:#fff;
}

.content01 .Wrap {
	max-width: 1120px;
	margin: auto;
	padding: 0 2%;
	box-sizing: border-box;
}

.content01 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}



ul.nayamiLIST {
	max-width: 800px;
	margin: auto;
	position: relative;
}
ul.nayamiLIST figure {
	position: absolute;
	right:10px;
	width: 40%;
}


ul.nayamiLIST li{
    list-style: none;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem ;
	line-height:1.5;
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dotted #4b5965;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-weight: 500;
	padding-left: 1.5em;
  text-indent: -1.5em;
	letter-spacing: 0.05rem;
	
}
 
ul.nayamiLIST > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
	top:2px;
  left : 0em; 
  color: #6f5b3f; 
  margin-right: 10px;
	font-size: 2rem;
}



/* 019 */
.linkbutton a {
    background: #6e5d43;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto 20px auto;
    max-width: 300px;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;
	box-sizing: border-box;
line-height:1.5;
}
.linkbutton a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.linkbutton a:hover {
  opacity: 0.9;
  color: #FFF;
}
.linkbutton a:hover:after {
  right: 1.4rem;
}

.para01 {
	background: url("../../images/top/para01.jpg");
	background-attachment:inherit;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 200px;
	width: 100%;
}

/* --------------------------　コンテンツ02　-------------------------- */


.content02 {
	background: #1f2122;
   padding: 30px 0;
}

.reason-title  {
	font-family: "Shippori Mincho", serif;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	font-size: 2.5rem;
	margin-bottom: 0px;
	text-align: center;
  color: #fff;
}

.arrow01 {
	max-width: 60%;
	margin: auto;
	margin-bottom: 30px;
	margin-top: -10px;
}

.content02 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}


.wimage {
	margin-bottom: 20px;
}

.reasonBOX {
	background: #403b34;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.reasonBOX .inner {
	border: 1px solid  #665e53;
	padding: 25px;
	box-sizing: border-box;
}
.reasonBOX h3 {
	position: relative;
	text-align: center;
  color: #fdf8f2;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 2.7rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	padding-bottom: 20px;
}


/* 上の太線 */
.reasonBOX h3::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  height: 4px;
  background: #978b7b;
	width: 100%;
}

/* 下の細線 */
.reasonBOX h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #978b7b;
}

.center-read p {
	font-size: 2rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 2;
	padding: 0;
	margin: 0;
	text-align: center;
	color:#fff;
	margin-bottom: 20px;
	letter-spacing: 0.1rem;
}
.center-read p:last-child {
	margin-bottom: 0px;
}

.reasonBOX h4 {
	position: relative;
	text-align: center;
  color: #fdf8f2;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

ul.cLIST {
	margin-bottom: 20px;
}
ul.cLIST li{
    list-style: none;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem ;
	line-height:1.5;
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dotted #6f5b3f;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-weight: 500;
	padding-left: 1.5em;
  text-indent: -1.5em;
	letter-spacing: 0.05rem;
	max-width: 500px;
	margin: auto;
	color:#fff;

	
}
 
ul.cLIST > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
	top:2px;
  left : 0em; 
  color: #6f5b3f; 
  margin-right: 20px;
	font-size: 2rem;
}

.content02 h2.C2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}


.content02 h3.C3 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.6;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.para {
	  background:url(../../images/tea-meditation-ex/bg01.jpg) ;
	background-attachment:inherit;
	width: 100%;
	height: 200px;
  background-position: top center;
  background-repeat: no-repeat;
	background-size: cover;
}



/* --------------------------　コンテンツ03　-------------------------- */


.content03 {
	background: url("../../images/common/bg01.jpg");
	width: 100%;
   padding: 30px 0;
}

.kaiketsu {
	background: #6f5b3f;
	text-align: center;
	font-size: 2.5rem;
	color:#fff;
	display: inline-block;
	padding: 10px 30px;
	line-height: 1;
	font-family: "Shippori Mincho", serif;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.content03 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}



.kankakuBOX {
	width: 80%;
	margin: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 15px;
	
}

.kankakuBOX li {
	width: auto;
	margin: 0 0.3% 10px;
	background: #333c3d;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #424e4f;
}
.kankakuBOX li figure {
	width: 60%;
	margin: auto;
	margin-bottom: 10px;
}
.kankakuBOX li h3 {
	font-size: 2.5rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	text-align: center;
	color:#fff;
	margin-bottom: 5px;
	letter-spacing: 0.3rem;
}

.kankakuBOX li p {
	font-size: 2rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	text-align: center;
	color:#fff;
	margin-bottom: 40px;
	letter-spacing: 0.1rem;
}
.content03 h4 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}



/* --------------------------　コンテンツ04　-------------------------- */


.content04 {
	background: #1f2122;
   padding: 30px 0;
}

.content04 h2 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.content04 h3 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}



.tea-steps {
  padding: 15px 6%;
  text-align: center;
  color: #fff;
  font-family: "Spectral", 'Noto Serif JP', serif;
	max-width: 90%;
	margin: auto;
}

.tea-steps .step {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 20px;
  padding: 15px;
  border: 2px solid #e8e8e8;
 font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.tea-steps .step:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 2px;
  height: 22px;
  background: #e8e8e8;
  transform: translateX(-50%);
}

.tea-steps h2 {
  position: relative;
  margin: 55px 0 0;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.tea-steps h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50px;
  width: 2px;
  height: 45px;
  background: #e8e8e8;
  transform: translateX(-50%);
}
.content04 h4 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}


/* --------------------------　CTA02　-------------------------- */

.CTA02 {
	background: url("../../images/tea-meditation-ex/cta02.jpg");
	background-attachment:fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	width: 100%;
	background-position: center top;
	padding: 30px 5% 40px;
	box-sizing: border-box;
}
.CTA02 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.CTA02 h3 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.CTA02 p {
  font-size: 2.4rem;
	padding: 0;
	margin: 0;
}



/* --------------------------　コンテンツ05　-------------------------- */


.content05 {
	background: url("../../images/common/bg01.jpg");
   padding: 30px 0;
}

.content05 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.content05 h3 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
	.content05 h3:last-child {

	margin: 0;
	margin-bottom: 0;

}


/* --------------------------　コンテンツ05　-------------------------- */


.content06 {
	background: #292218;
   padding: 30px 0;
}

.content06 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.content06 h3 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
.content06 h4 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}


.C06BOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 25px;
}


.C06BOX.rev {
	flex-direction: row-reverse;
}

.C06BOX.rev {
	margin-bottom: 60px;
}

.C06BOX .ph {
	width: auto;
	position: relative;
}
.C06BOX .ph img {
	width: 100%;
    object-fit: cover;
	height: 100%;

}



.C06BOX .txt {
	position: relative;
	width: auto;
	color:#fff;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	background: #564f44;
}

.numIMG {
	width: 60px;
	margin: auto;
	margin-bottom: 10px;
}
.C06BOX .txt h5 {
	position: relative;
font-weight: 400;
	color:#fff;
	font-family: "Shippori Mincho", serif;
	font-size: 2.8rem;
	margin-bottom: 10px;
}

.C06BOX .txt p {
font-size: 2rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
}



/* --------------------------　コンテンツ07　-------------------------- */


.content07 {
	background: url("../../images/common/bg01.jpg");
   padding: 30px 0;
}

.content07 h2 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.content07 h3 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}



/* --------------------------　コンテンツ08　-------------------------- */


.content08 {
	background: #292218;
   padding: 30px 0;
}

.content08 h2 {
  text-align: center;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
}


.content08 h3 {
  text-align: center;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
}

.content08 h4 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size:2.2rem ;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
.itemBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
}
.itemBOX li {
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #564f44;
	margin-bottom: 15px;
}
.itemBOX li .ph {
	width: auto;
}
.itemBOX li .ph img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itemBOX li .txt {
	width: auto;
	padding: 20px;
	box-sizing: border-box;
}
.itemBOX li .txt h5 {
	 text-align: left;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	font-size: 2.4rem ;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
.itemBOX li .txt p {
  color: #fff;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
}


/* --------------------------　コンテンツ09　-------------------------- */

.content09 {
	background: url("../../images/tea-meditation-ex/bg03.jpg");
   padding: 30px 0;
}

.content09 h2 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.content09 h3 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}
	

.orderBN {
	background:rgba(0,0,0,0.5);
	padding: 15px;
	box-sizing: border-box;
}
.orderBN .inner {
	border: 1px solid  #9a7f5a;
	padding: 40px;
	box-sizing: border-box;
	background:rgba(0,0,0,0.5);
}


.cartTITLE {
	background: #6e5d43;
	color:#fff;
	font-size: 2.5rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500;
	letter-spacing: 0.2rem;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.5;
}
.itemNAME {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.itemNAME .day {
	width: 20%;
	border: 1px solid #fff;
	padding: 5px;
	box-sizing: border-box;
	color:#fff;
	font-size: 3rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.4;
	margin-right: 20px;
	letter-spacing: 0.2rem;
}

.itemNAME .IN {
	box-sizing: border-box;
	color:#fff;
	font-size: 4rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
		line-height: 1.2;
	display: flex;
  justify-content: center;
  align-items: center;
	letter-spacing: 0.2rem;
}

.orderBN .wimage {
	margin-bottom: 10px;
}

.orderBN .price {
	color:#fff;
	font-size: 2.5rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	margin-bottom: 15px;
}
.orderBN .price span {
	color:#fff;
	font-size: 5rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 10px;
	color:#b90231;
	
}



.konpou {
	background: #403b34;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.konpou .inner {
	border: 1px solid  #665e53;
	padding: 25px;
	box-sizing: border-box;
	background: #403b34;
}
.konpouTITLE {
	color:#fff;
	font-size: 2.5rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	border-bottom: 2px dotted #665e53;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.kitBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kitBOX li {
	width: auto;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 5px;
	font-family: "Spectral", 'Noto Serif JP', serif;
	color:#fff;
	background: #292218;
}

	
	
	
	
	
	
	
	
	
	
	
	
	

/* --------------------------　コンテンツ10　-------------------------- */


.content10 {
	background: url("../../images/common/bg01.jpg");
   padding: 30px 5%;
}

.content10 h2 {
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
}

.content10 h3 {
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1.6;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
}

.content10 h5 {
  text-align: center;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
}


.tokuten {
  background: #9a032a;
  padding: 20px;
  border: 1px solid #fff;
  outline: 5px solid #9a032a;
  box-shadow: 0 0 0 0px rgba(190, 175, 150, 0.18);
  box-sizing: border-box;
	max-width: 900px;
	margin: auto;
	margin-bottom: 25px;
	
}

.tokuten .kaisai {
  background: #292218;
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #fff;
}
.tokuten h4 {
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
}

.jissenkai {
  background: #333c3d;
  padding: 20px;
  border: 1px solid #fff;
  outline: 10px solid #333c3d;
  box-shadow: 0 0 0 0px rgba(190, 175, 150, 0.18);
  box-sizing: border-box;
	max-width: 900px;
	margin: auto;
	margin: 30px 0;
	
}
.jissenkai .title {
  text-align: center;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.jissenkai ul  {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 0;
}
.jissenkai ul li {
	width: auto;
  position: relative;
	font-size: 2.2rem;
	line-height: 1.8;
	margin-bottom: 5px;
	padding-left: 30px;
	text-align: left;
	line-height: 1.6;
	color:#fff;
	list-style-type: none;
	font-family: "Spectral", 'Noto Serif JP', serif;
}

.jissenkai ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0px;
  color: #957953;
  font-size: 2.2rem;
padding-left: 0px;
}


/* --------------------------　コンテンツ11　-------------------------- */


.content11 {
	background: #1f2122;
   padding: 30px 0;
}

.content11 h2 {
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size:3rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
}

.profileBOX {
	display: flex;
	flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	background: #35383a;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.profileBOX .ph {
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
}
.profileBOX .txt {
	width: auto;
}
.profileBOX .txt .name {
	font-size:3rem;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center;
}
.profileBOX .txt .name span {
	font-size:2rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
}
.profileBOX .txt p {
	font-size:1.8rem;
}


.notebox {
	background: #f4f4f4;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 40px;
}
.lasttitle {
	font-size:3rem;	
	font-family: "Shippori Mincho", serif;
	text-align: center;
	line-height: 1.5;
}
.notebox h3 {
	text-align: center;
	font-family: "Shippori Mincho", serif;
	padding: 0;
	margin: 0;
	font-size: 4rem;
	line-height: 1;
}
.note {

  background-image:
   linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2em;
  line-height: 2em;

  padding: 2em 1em 1.98em 1em;
  margin: 0em 0;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
	font-size:2rem ;
}
.endimg {
	width: 200px;
	margin: auto;
}

.sign {
	width: 60%;
	margin: 0px 0 10px auto;
	text-align: right;
}
.sign img {
	width: 100%;
}


/* --------------------------　コンテンツ12　-------------------------- */


.content12 {
	background: #292218;
   padding: 30px 0;
}

.content12 h2 {
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
}



.accordion {
margin-bottom: 0px;
}

.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 10px;
}
.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 13px 70px 13px 20px;
	position: relative;
	background: #6e5d43;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 600;
	color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
}

.accordion i {
	margin-right: 10px;
	color: #f4be23;
}

.accordion > ul > li > div {
	display: none;
	text-align:left;
	line-height:1.8;
	padding:  15px;
	background: #41382b;
	margin-top: 10px;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:50%;
	right:-10px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 2px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.faq_txt p {
	font-size: 1.8rem;
	color:#fff;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}
.faq_txt p:last-child {
	margin: 0;
	padding: 0;
}
.aclist {
	color:#fff;
	margin-left: 20px !important;
	margin-bottom:20px !important;
}
.aclist li {
	list-style-type: disc;
	color:#fff;
	line-height: 1.5;
	margin-bottom: 10px;
}
}


@media screen and (max-width: 480px) {
	
/* --------------------------　CTA01　-------------------------- */

.CTA01 {
	background: url("../../images/tea-meditation-ex/cta01.jpg");
	background-attachment:fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	width: 100%;
	background-position: center top;
	padding: 50px 5%;
	box-sizing: border-box;
}


.ctaCONTENT {
	max-width: 800px;
	margin: auto;
}
.ctaCONTENT p {
	color:#fff;
	font-size: 1.7rem;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	
}


/* solid008 */
.button_solid008 a{
	font-family: "Shippori Mincho", serif;
   font-size: clamp(1.7rem,2.2vw, 2.4rem);
	border: 1px solid #718456;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 70%;
    padding: 10px 25px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	margin-top: 25px;
	box-sizing: border-box;
	background: #718456;
	color:#fff;
	max-width: 500px;
}
.button_solid008 a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #718456;
  transition: 0.2s ease 0s;
}

.button_solid008 a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #718456;
  transition: 0.2s ease 0.2s;
}

.button_solid008 a:hover::before {
  width: 0%;
}

.button_solid008 a:hover::after {
  height: 0%;
}

.button_solid008 a:hover {
  text-decoration: none;
  background-color: #6e5d43;color:#fff;
}
	





/* --------------------------　コンテンツ01　-------------------------- */


.content01 {
   padding: 30px 0;
   background: url("../../images/common/bg01.jpg");
	color:#fff;
}

.content01 .Wrap {
	max-width: 1120px;
	margin: auto;
	padding: 0 2%;
	box-sizing: border-box;
}

.content01 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}



ul.nayamiLIST {
	max-width: 800px;
	margin: auto;
	position: relative;
}
ul.nayamiLIST figure {
	position: absolute;
	right:10px;
	width: 40%;
}


ul.nayamiLIST li{
    list-style: none;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.5rem, 2vw, 2.4rem) ;
	line-height:1.5;
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dotted #4b5965;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-weight: 500;
	padding-left: 1.5em;
  text-indent: -1.5em;
	letter-spacing: 0.05rem;
	
}
 
ul.nayamiLIST > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
	top:2px;
  left : 0em; 
  color: #6f5b3f; 
  margin-right: 10px;
	font-size: 2rem;
}



/* 019 */
.linkbutton a {
    background: #6e5d43;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto 20px auto;
    max-width: 300px;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;
	box-sizing: border-box;
line-height:1.5;
}
.linkbutton a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.linkbutton a:hover {
  opacity: 0.9;
  color: #FFF;
}
.linkbutton a:hover:after {
  right: 1.4rem;
}

.para01 {
	background: url("../../images/top/para01.jpg");
	background-attachment:inherit;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 200px;
	width: 100%;
}

/* --------------------------　コンテンツ02　-------------------------- */


.content02 {
	background: #1f2122;
   padding: 30px 0;
}

.reason-title  {
	font-family: "Shippori Mincho", serif;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	font-size: clamp(2rem,2.5vw, 3rem);
	margin-bottom: 0px;
	text-align: center;
  color: #fff;
}

.arrow01 {
	max-width: 60%;
	margin: auto;
	margin-bottom: 30px;
	margin-top: -10px;
}

.content02 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}


.wimage {
	margin-bottom: 20px;
}

.reasonBOX {
	background: #403b34;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.reasonBOX .inner {
	border: 1px solid  #665e53;
	padding: 25px;
	box-sizing: border-box;
}
.reasonBOX h3 {
	position: relative;
	text-align: center;
  color: #fdf8f2;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: clamp(2rem,3vw, 3.5rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
	padding-bottom: 20px;
}


/* 上の太線 */
.reasonBOX h3::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  height: 4px;
  background: #978b7b;
	width: 100%;
}

/* 下の細線 */
.reasonBOX h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #978b7b;
}

.center-read p {
	font-size: clamp(1.5rem,2vw, 2.2rem);
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 2;
	padding: 0;
	margin: 0;
	text-align: center;
	color:#fff;
	margin-bottom: 20px;
	letter-spacing: 0.1rem;
}
.center-read p:last-child {
	margin-bottom: 0px;
}

.reasonBOX h4 {
	position: relative;
	text-align: center;
  color: #fdf8f2;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	font-size: clamp(1.8rem,2.8vw, 3.2rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}

ul.cLIST {
	margin-bottom: 20px;
}
ul.cLIST li{
    list-style: none;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.7rem, 2vw, 2.4rem) ;
	line-height:1.5;
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dotted #6f5b3f;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-weight: 500;
	padding-left: 1.5em;
  text-indent: -1.5em;
	letter-spacing: 0.05rem;
	max-width: 500px;
	margin: auto;
	color:#fff;

	
}
 
ul.cLIST > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
	top:2px;
  left : 0em; 
  color: #6f5b3f; 
  margin-right: 20px;
	font-size: 2rem;
}

.content02 h2.C2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}


.content02 h3.C3 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.6;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.para {
	  background:url(../../images/tea-meditation-ex/bg01.jpg) ;
	background-attachment:inherit;
	width: 100%;
	height: 200px;
  background-position: top center;
  background-repeat: no-repeat;
	background-size: cover;
}



/* --------------------------　コンテンツ03　-------------------------- */


.content03 {
	background: url("../../images/common/bg01.jpg");
	width: 100%;
   padding: 30px 0;
}

.kaiketsu {
	background: #6f5b3f;
	text-align: center;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	color:#fff;
	display: inline-block;
	padding: 10px 30px;
	line-height: 1;
	font-family: "Shippori Mincho", serif;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.content03 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}



.kankakuBOX {
	width: 80%;
	margin: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 15px;
	
}

.kankakuBOX li {
	width: auto;
	margin: 0 0.3% 10px;
	background: #333c3d;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #424e4f;
}
.kankakuBOX li figure {
	width: 60%;
	margin: auto;
	margin-bottom: 10px;
}
.kankakuBOX li h3 {
	font-size: clamp(2rem,2vw, 2.5rem);
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	text-align: center;
	color:#fff;
	margin-bottom: 5px;
	letter-spacing: 0.3rem;
}

.kankakuBOX li p {
	font-size: clamp(1.6rem,1.6vw, 1.7rem);
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	text-align: center;
	color:#fff;
	margin-bottom: 40px;
	letter-spacing: 0.1rem;
}
.content03 h4 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}



/* --------------------------　コンテンツ04　-------------------------- */


.content04 {
	background: #1f2122;
   padding: 30px 0;
}

.content04 h2 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.content04 h3 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}



.tea-steps {
  padding: 15px 6%;
  text-align: center;
  color: #fff;
  font-family: "Spectral", 'Noto Serif JP', serif;
	max-width: 90%;
	margin: auto;
}

.tea-steps .step {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 20px;
  padding: 15px;
  border: 2px solid #e8e8e8;
 font-size: clamp(1.8rem,2.2vw, 2.5rem);
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.tea-steps .step:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 2px;
  height: 22px;
  background: #e8e8e8;
  transform: translateX(-50%);
}

.tea-steps h2 {
  position: relative;
  margin: 55px 0 0;
  font-size: clamp(2.6rem, 3.4vw, 4.4rem);
  font-weight: 400;
  letter-spacing: 0.01em;
}

.tea-steps h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50px;
  width: 2px;
  height: 45px;
  background: #e8e8e8;
  transform: translateX(-50%);
}
.content04 h4 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}


/* --------------------------　CTA02　-------------------------- */

.CTA02 {
	background: url("../../images/tea-meditation-ex/cta02.jpg");
	background-attachment:fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	width: 100%;
	background-position: center top;
	padding: 25px 1%;
	box-sizing: border-box;
}
.CTA02 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: clamp(2rem,3vw, 3.5rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.CTA02 h3 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}


.CTA02 p {
  font-size: 1.8rem;
	letter-spacing: 0rem;
	padding: 0;
	margin: 0;
}


/* --------------------------　コンテンツ05　-------------------------- */


.content05 {
	background: url("../../images/common/bg01.jpg");
   padding: 30px 0;
}

.content05 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.content05 h3 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}
	.content05 h3:last-child {

	margin: 0;
	margin-bottom: 0;

}


/* --------------------------　コンテンツ05　-------------------------- */


.content06 {
	background: #292218;
   padding: 30px 0;
}

.content06 h2 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.content06 h3 {
  text-align: center;
  color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}
.content06 h4 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(1.7rem, 2vw, 2.4rem) ;
	font-weight: 500;
	letter-spacing: 0.1rem;
}


.C06BOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 25px;
}


.C06BOX.rev {
	flex-direction: row-reverse;
}

.C06BOX.rev {
	margin-bottom: 60px;
}

.C06BOX .ph {
	width: auto;
	position: relative;
}
.C06BOX .ph img {
	width: 100%;
    object-fit: cover;
	height: 100%;

}



.C06BOX .txt {
	position: relative;
	width: auto;
	color:#fff;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	background: #564f44;
	
}

.numIMG {
	width: 60px;
	margin: auto;
	margin-bottom: 10px;
}
.C06BOX .txt h5 {
	position: relative;
font-weight: 400;
	color:#fff;
	font-family: "Shippori Mincho", serif;
	font-size: clamp(2rem, 2.3vw, 2.8rem);
	margin-bottom: 10px;
}

.C06BOX .txt p {
font-size: clamp(1.5rem, 1.6vw, 2rem);
	font-family: "Spectral", 'Noto Serif JP', serif;
	
}



/* --------------------------　コンテンツ07　-------------------------- */


.content07 {
	background: url("../../images/common/bg01.jpg");
   padding: 30px 0;
}

.content07 h2 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.content07 h3 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}



/* --------------------------　コンテンツ08　-------------------------- */


.content08 {
	background: #292218;
   padding: 30px 0;
}

.content08 h2 {
  text-align: center;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
}


.content08 h3 {
  text-align: center;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
}

.content08 h4 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(1.7rem, 2vw, 2.4rem) ;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
.itemBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
}
.itemBOX li {
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #564f44;
	margin-bottom: 15px;
}
.itemBOX li .ph {
	width: auto;
}
.itemBOX li .ph img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itemBOX li .txt {
	width: auto;
	padding: 20px;
	box-sizing: border-box;
}
.itemBOX li .txt h5 {
	 text-align: left;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	font-size: clamp(1.8rem, 1.8vw, 2rem) ;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
.itemBOX li .txt p {
  color: #fff;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	font-size: clamp(1.4rem, 1.4vw, 1.5rem) ;
	font-weight: 400;
	letter-spacing: 0.1rem;
}


/* --------------------------　コンテンツ09　-------------------------- */

.content09 {
	background: url("../../images/tea-meditation-ex/bg03.jpg");
   padding: 30px 0;
}

.content09 h2 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}

.content09 h3 {
  text-align: center;
  color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
}


.orderBN {
	background:rgba(0,0,0,0.5);
	padding: 10px;
	box-sizing: border-box;
}
.orderBN .inner {
	border: 1px solid  #9a7f5a;
	padding: 15px;
	box-sizing: border-box;
	background:rgba(0,0,0,0.5);
	padding-bottom: 25px;
}


.cartTITLE {
	background: #6e5d43;
	color:#fff;
	font-size: 2rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 500;
	letter-spacing: 0.2rem;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.5;
}
.itemNAME {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 10px;
}

.itemNAME .day {
	width: auto;
	border: 1px solid #fff;
	padding: 5px;
	box-sizing: border-box;
	color:#fff;
	font-size: 2rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.4;
	margin-right: 0px;
	letter-spacing: 0.2rem;
	margin-bottom: 10px;
}

.itemNAME .IN {
	box-sizing: border-box;
	color:#fff;
	font-size: 3rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
		line-height: 1.2;
	display: flex;
  justify-content: center;
  align-items: center;
	letter-spacing: 0.2rem;
}

.orderBN .wimage {
	margin-bottom: 20px;
}

.orderBN .price {
	color:#fff;
	font-size: 2rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.2rem;
	margin-bottom: 15px;
	
}
.orderBN .price span {
	color:#fff;
	font-size: 4rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 10px;
	color:#b90231;
	
}



.konpou {
	background: #403b34;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 0px;
}
.konpou .inner {
	border: 1px solid  #665e53;
	padding: 10px;
	box-sizing: border-box;
	background: #403b34;
}
.konpouTITLE {
	color:#fff;
	font-size: 2rem;
	font-family: "Spectral", 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	border-bottom: 2px dotted #665e53;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.kitBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kitBOX li {
	width: auto;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 3px;
	font-family: "Spectral", 'Noto Serif JP', serif;
	color:#fff;
	background: #292218;
}
	
	
	
	
	
	
	
	
	
/* --------------------------　コンテンツ10　-------------------------- */


.content10 {
	background: url("../../images/common/bg01.jpg");
   padding: 30px 3%;
}

.content10 h2 {
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
}

.content10 h3 {
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
}

.content10 h5 {
  text-align: center;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(1.7rem, 2vw, 2.4rem) ;
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
}


.tokuten {
  background: #9a032a;
  padding: 20px;
  border: 1px solid #fff;
  outline: 5px solid #9a032a;
  box-shadow: 0 0 0 0px rgba(190, 175, 150, 0.18);
  box-sizing: border-box;
	max-width: 900px;
	margin: auto;
	margin-bottom: 25px;
	
}

.tokuten .kaisai {
  background: #292218;
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #fff;
}
.tokuten h4 {
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	font-size: clamp(2rem,2.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
}

.jissenkai {
  background: #333c3d;
  padding: 20px;
  border: 1px solid #fff;
  outline: 10px solid #333c3d;
  box-shadow: 0 0 0 0px rgba(190, 175, 150, 0.18);
  box-sizing: border-box;
	max-width: 900px;
	margin: auto;
	margin-bottom: 30px;
	
}
.jissenkai .title {
  text-align: center;
	font-family: "Spectral", 'Noto Serif JP', serif;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	font-size: clamp(1.7rem,2.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.jissenkai ul  {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 0;
}
.jissenkai ul li {
	width: auto;
  position: relative;
	font-size: clamp(1.6rem, 1.8vw, 2.2rem) ;
	line-height: 1.8;
	margin-bottom: 5px;
	padding-left: 30px;
	text-align: left;
	line-height: 1.6;
	color:#fff;
	list-style-type: none;
	font-family: "Spectral", 'Noto Serif JP', serif;
}

.jissenkai ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: -15px;
  color: #957953;
  font-size: 2em;
padding-left: 0px;
}


/* --------------------------　コンテンツ11　-------------------------- */


.content11 {
	background: #1f2122;
   padding: 30px 0;
}

.content11 h2 {
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
}

.profileBOX {
	display: flex;
	flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	background: #35383a;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.profileBOX .ph {
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
}
.profileBOX .txt {
	width: auto;
}
.profileBOX .txt .name {
	font-size: clamp(2.4rem,3vw, 3.5rem);
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center;
}
.profileBOX .txt .name span {
	font-size: clamp(1.5rem,2vw, 2.2rem);
	font-family: "Spectral", 'Noto Serif JP', serif;
}
.profileBOX .txt p {
	font-size:1.4rem;
}


.notebox {
	background: #f4f4f4;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 40px;
}
.lasttitle {
	font-size: clamp(2.2rem,3.5vw, 4rem);	
	font-family: "Shippori Mincho", serif;
	text-align: center;
	line-height: 1.5;
}
.notebox h3 {
	text-align: center;
	font-family: "Shippori Mincho", serif;
	padding: 0;
	margin: 0;
	font-size: 4rem;
	line-height: 1;
}
.note {

  background-image:
   linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2em;
  line-height: 2em;

  padding: 2em 1em 1.98em 1em;
  margin: 0em 0;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
	font-size: clamp(1.6rem, 2vw, 2.4rem) ;
}
.endimg {
	width: 200px;
	margin: auto;
}

.sign {
	width: 60%;
	margin: 0px 0 10px auto;
	text-align: right;
}
.sign img {
	width: 100%;
}


/* --------------------------　コンテンツ12　-------------------------- */


.content12 {
	background: #292218;
   padding: 30px 0;
}

.content12 h2 {
  text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	font-size: clamp(2.2rem,3.5vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #fff;
}



.accordion {
margin-bottom: 0px;
}

.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 10px;
}
.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 13px 70px 13px 20px;
	position: relative;
	background: #6e5d43;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 600;
	color: #fff;
	font-family: "Spectral", 'Noto Serif JP', serif;
}

.accordion i {
	margin-right: 10px;
	color: #f4be23;
}

.accordion > ul > li > div {
	display: none;
	text-align:left;
	line-height:1.8;
	padding:  15px;
	background: #41382b;
	margin-top: 10px;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:50%;
	right:-10px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 2px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.faq_txt p {
	font-size: clamp(1.4rem,1.5vw, 1.7rem);
	color:#fff;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}
.faq_txt p:last-child {
	margin: 0;
	padding: 0;
}
.aclist {
	color:#fff;
	margin-left: 20px !important;
	margin-bottom:20px !important;
}
.aclist li {
	list-style-type: disc;
	color:#fff;
	line-height: 1.5;
	margin-bottom: 10px;
}
}