
@charset "utf-8";
html{
	width:100%;
	font-family: "Shippori Mincho", serif;
/*	font-family:"游明朝" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;*/
}

body{
	width:100%;
	color:#222;
}
.sp{display:block;}
.pc{display:none;}
a{
	color:#222;
	text-decoration:underline;
}
img {
	border:0;
	vertical-align:top;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
em{
	font-style:normal;
	font-weight:bold;
}
.bold{
	font-weight:bold;
}
.normal{
	font-weight:normal;
}
.img100{
	width:100%;
}
.w1400{
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
}
.w1200{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.w1000{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.w900{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
.w800{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.w720{
	max-width:720px;
	margin-left:auto;
	margin-right:auto;
}
.w80{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.w90{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.w96{
	width:96%;
	margin-left:auto;
	margin-right:auto;
}
.fEn{
	font-family: "Cormorant Garamond", serif;
}
.fEn02{
  font-family: "Cinzel", serif;
}
.fGo{
	font-family: "Noto Sans JP", sans-serif;
/*	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;*/
}
@media (min-width:768px) {
	.sp{display:none;}
	.pc{display:block;}
	a{
		transition:0.3s;
	}
	a:hover{
		opacity: 0.7;
	}
	a[href^="tel:"] {
	    pointer-events: none;
	}
}
/* base */


/*ヘッダー*/
.anchor{
	display:block;
	margin-top:-50px;
	padding-top:50px;
}
header{
	position:fixed;
	z-index:101;
	width:100%;
	height:50px;
	margin:0 auto;
	top:0;
	background-color: #fff;
}
main{
	margin-top: 50px;
/*	overflow: hidden;*/
}
@media (min-width:768px) {
	.anchor{
		display:block;
		margin-top:-90px;
		padding-top:90px;
	}
	header{
		height:90px;
	}
	main{
		margin-top: 90px;
	}
}
.hWrap01{}
.hLogoToyota{
	position: fixed;
	top: 10px;
	left: 10px;
	width: 100px;
}
.hLogoSite{
	position: fixed;
	top: 10px;
	left: 50%;
	width: 120px;
	transform: translateX(-52%);
}
@media (min-width:768px) {
	.hLogoToyota{
		top: 20px;
		left: 20px;
		width: 230px;
	}
	.hLogoSite{
		top: 20px;
		width: 300px;
	}
}


/*ハンバーガーボタン*/	
#hBtnMenu{
	position:fixed;
	top:0;
	right:0;
	width:60px;
	height:50px;
	padding-top:0;
	text-align:center;
	z-index:10;
cursor: pointer;
}
#hBtnMenu span {
	position: absolute;
	top: 0;
	left: 15px;
	display: block;
	width: 30px; /* 横幅 */
	height: 2px; /* 1本辺りの高さ */
	background: #000; /* 線の色 */
	transition: all 0.3s ease-out;
}

#hBtnMenu .hbBar01 { top: 10px; }
#hBtnMenu .hbBar02 { top: 15px; }
#hBtnMenu .hbBar03 { top: 20px; }
#hBtnMenu p {
	position: absolute;
	text-align: center;
	top: 25px;
	width: 60px;
}

#hBtnMenu.open span{
	background: #fff; /* 線の色 */
}

/* 最上部の線のスタイル ---------------------- */
#hBtnMenu.open .hbBar01 {
  top: 15px; /* 上から2番目の線の位置に変更 */

  /* 線を45度回転 */
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* 上から2番目の線のスタイル ---------------------- */
#hBtnMenu.open .hbBar02 {
  opacity: 0; /* 不透明度を下げて線を消す */
}

/* 最下部の線のスタイル ---------------------- */
#hBtnMenu.open .hbBar03 {
  top: 15px; /* 上から2番目の線の位置に変更 */
  /* 線を135度回転 */
  -webkit-transform: rotate(160deg);
  transform: rotate(160deg);
}
#hBtnMenu.open p {
	color: #fff;
}

@media (min-width:768px) {
	#hBtnMenu{
		width:80px;
		height:80px;
		right: 20px;
	}
	#hBtnMenu span {
		width: 60px;
		left: 10px;
		height: 3px;
	}
	#hBtnMenu .hbBar01 { top: 20px; }
	#hBtnMenu .hbBar02 { top: 30px; }
	#hBtnMenu .hbBar03 { top: 40px; }
	#hBtnMenu p {
		width: 80px;
		top: 50px;
		font-size: 1.6rem;
	}
	#hBtnMenu.open .hbBar01,
	#hBtnMenu.open .hbBar03 {
	  top: 30px; /* 上から2番目の線の位置に変更 */
	}
}

/*ナビゲーション*/
#gNav{
	display:none;
	width:100%;
	height: 100vh;
	position:absolute;
	top:0;
	left:0;
	background: #001835;
	padding: 0;
}
@media (min-width:768px) {
	#gNav{
		height: 100vh;
	}
}
#gNav .gnavTtl{
	width: 100%;
	padding: 20px 20px 10px;
}
@media (min-width:768px) {
	#gNav .gnavTtl{
		background-color:transparent;
	}
}
#gNav .gnavTtl .logoToyota{
	width:40%;
	max-width: 150px;
}
#gNav .gnavTtl .logoSite{
	width: 70%;
	max-width: 280px;
	margin: 0 auto;
}
@media (min-width:768px) {
	#gNav .gnavTtl .logoToyota{
		max-width: 230px;
	}
	#gNav .gnavTtl .logoSite{
		max-width: 350px;
	}
}
#gNav01{
	width: 90%;
	max-width: 1000px;
	text-align: center;
	margin: 10px auto 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-top: 1px solid rgba(255,255,255,0.5);
}
@media (min-width:768px) {
	#gNav01{
		margin:80px auto;
	}
}
#gNav01 a{
	width:50%;
	font-size: 1.2rem;
	padding:8px 0;
	text-decoration: none;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	position: relative;
}
#gNav01 a:nth-of-type(1){
	width:100%;
}
#gNav01 a:nth-of-type(2n)::before{
	content:"";
	position: absolute;
	display:block;
	width:1px;
	height:calc(100% - 20px);
	right:0;
	top:10px;
	border-right: 1px solid rgba(255,255,255,0.5);
}
@media (min-width:768px) {
	#gNav01{
		border-top:0;
	}
	#gNav01 a{
		width:33%;
	font-size: 1.5rem;
		border-left: 1px solid rgba(255,255,255,0.5);
		border-bottom:0;
		margin-bottom:20px;
	}
	#gNav01 a:nth-of-type(1){
		width:33%;
	}
	#gNav01 a:nth-of-type(3n),
	#gNav01 a:last-of-type{
		border-right: 1px solid rgba(255,255,255,0.5);
	}
	#gNav01 a:nth-of-type(2n)::before{
		content:none;
	}
}
#gNav01 a .jp{
	font-size:70%
}
@media (min-width:768px) {
	#gNav01 a{
		padding:15px 0;
	}
}
#gNav .info{
	max-width: 1000px;
	color: #fff;
}
#gNav .info .ttl01{
	font-weight: normal;
	font-size: clamp(1.2rem,1.4vw,1.4rem);
	letter-spacing: 0.2em;
	border-bottom: 1px solid rgba(255,255,255,0.3);
  font-family: "Cinzel", serif;
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
}
#gNav .info .txt01{
	font-size: clamp(1.8rem,3vw,3rem);
  margin-bottom: 0.5em;
	letter-spacing: 0.2em;
}
#gNav .info .cBtnwrap01{
	display: flex;
	width:100%;
	max-width: 600px;
	margin: 0 auto;
}
#gNav .info .cBtnwrap01 .cBtn04{
	width: 48%;
	font-size: clamp(1.4rem,2vw,2rem);
	margin-bottom: 10px;
}
#gNav .info .cBtnwrap01 .cBtn04::before{
	content: none;
}







/*footer*/
footer{
	padding-bottom: 60px;
	background-color: #fff;
}
.fNavWrap{
	width:100%;
	border:0 !important;
	margin:0;
	background: #001835;
	padding-top:clamp(60px,12vw,120px);
	padding-bottom:clamp(35px,8vw,80px);
	color:#fff;
}
.fNavWrap .fNavLogo01{
	width:70%;
	margin:0 auto 40px;
	max-width:400px;
}
.fNavWrap .fNavLogo02{
	width:60%;
	margin:40px auto 40px;
	max-width:230px;
}
.fNav01{
	width:90%;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.fNav01 a{
	width:50%;
	display: block;
	color: #fff;
	padding:20px 0;
	margin: 0;
	text-decoration: none;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-weight: normal;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.fNav01 a:nth-of-type(1){
	width:100%;
}
.fNav01 a:nth-of-type(2n)::before{
	content:"";
	position: absolute;
	display:block;
	width:1px;
	height:calc(100% - 40px);
	right:0;
	top:20px;
	border-right: 1px solid rgba(255,255,255,0.5);
}
.fNav01 a .en{
	font-size: 1.3rem;
	font-family: "Cormorant Garamond";
	letter-spacing: 0.08em;
}
.fNav01 a .jp{
	font-size:1rem;
}
@media(min-width: 768px){
	footer{
		padding-bottom: 0;
	}
	.fNav01{
		display: flex;
		width: 100%;
		max-width: 1080px;
		margin: 80px auto 0;
		flex-wrap: wrap;
		justify-content: center;
		border-top:0;
	}
	.fNav01 a{
		width: 33%;
		padding:15px;
		margin: 0 0 40px 0;
		border-left: 0;
		border-bottom: 0;
		border-left: 1px solid #fff;
	}
	.fNav01 a:nth-of-type(1){
		width:33%;
	}
	.fNav01 a:nth-of-type(2n)::before{
		content:none
	}
	.fNav01 a:nth-of-type(3n),
	.fNav01 a:last-of-type{
		border-right: 1px solid #fff;
	}
	.fNav01 a .en{
		font-size: 2rem;
	}
	.fNav01 a .jp{
		font-size:1.6rem;
	}
}



.fConTtl{
	font-size:clamp(4rem,4.5vw,6.4rem);
	color: #bd9f77;
	font-family: Cinzel;
	font-weight: 400;
	padding:0;
	padding-top:clamp(50px,10vw,100px);
	letter-spacing: 0.2em;
}
.fLogoTh{
	margin: 10px auto 20px;
	width: 230px;
}
.fLogoTs{
	font-size:clamp(24px,3.2vw,32px);
	margin-bottom:20px;
}
.fTel{
	display:block;
	margin-top:clamp(30px,4vw,40px);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:clamp(60px,12vw,120px);
	width: 60%;
	max-width:298px;
}

.snav{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	z-index:10000;
}
.snav a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100% / 4);
	height: 60px;
	text-decoration: none;
	color: #fff;
}
.snav a img{
	width: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.snav a p{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-feature-settings: "palt";
}
.snav a:nth-of-type(1){background-color: #8da688;}
.snav a:nth-of-type(2){background-color: #7b9076;}
.snav a:nth-of-type(3){background-color: #70846c;}
.snav a:nth-of-type(4){background-color: #647761;}
@media(min-width: 768px){
	.snav{
		display: none;
	}
}





/*pageTitle*/
.pageTtl01{
	text-align: left;
	width:90%;
	max-width:1620px;
	margin:0 auto;
	padding-top:150px;
	padding-bottom:clamp(40px,15vw,150px);
	padding-bottom:80px;
	padding-bottom:clamp(40px,8vw,80px);
}
.pageTtl01 .txt01{
	font-size:3.8rem;
	font-size:clamp(3.8rem,7vw,7rem);
	font-weight: normal;
	letter-spacing: 0.13em;
	line-height: 1.5;
}
.pageTtl01 .txt02{
  font-family: "Cinzel", serif;
	font-size:1.8rem;
	font-size:clamp(1.8rem,3.2vw,3.2rem);
	color: #DFB782;
	letter-spacing: 0.15em;
	font-weight: 400;
	margin-bottom:.75em;
	line-height: 1.5;
}
.pageTtl01 .txt03{
	font-size:2.0rem;
	font-size:clamp(2.0rem,3.2vw,3.2rem);
	line-height: 2;
}

/*title*/
.cTtl01{
	font-size:clamp(2rem, 2.8vw, 2.8rem);
  font-family: "Cinzel", serif;
  font-weight: 400;
	letter-spacing: 1em;
}
.cTtl02{
	font-size: 5.4rem;
	font-size:clamp(3.5rem, 5.4vw, 5.4rem);
	letter-spacing: 0.3em;
	font-weight: normal;
	font-feature-settings: 'palt';
}
.cTtl02 sup{
	font-size: 30%;
	letter-spacing: 0;
}
.cTtl03{
	font-size:clamp(3.3rem, 5vw, 5rem);
  font-family: "Cinzel", serif;
  font-weight: 400;
	letter-spacing: 0.12em;
}
.cTtl04{
	font-size:clamp(3.7rem, 5.6vw, 5.6rem);
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  font-style: italic;
	letter-spacing: 0.24em;
}
.cTtl05{
	font-size:clamp(2.2rem, 3vw, 3rem);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
	letter-spacing: 0.12em;
}
.cTtl06{
	font-size:clamp(3.3rem, 5vw, 5rem);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
	letter-spacing: 0.12em;
}

/*見出しコピー01*/
.cLead01{font-size:3rem;font-size:clamp(2.2rem, 3vw, 3rem);}

/*text*/
.fs50{font-size: 50%;}
.fs75{font-size: 75%;}
.fs110{font-size: 110%;}
.fs120{font-size: 120%;}
.fs130{font-size: 130%;}
.fs140{font-size: 140%;}
.fs150{font-size: 150%;}
.fs160{font-size: 160%;}
.lh1{line-height:1;}
.lh15{line-height:1.5;}
.lh2{line-height:2;}
.lh25{line-height:2.5;}
.cCopy01{font-size:clamp(2rem, 4vw, 4rem);font-weight: normal;}
.cCopy02{font-size:clamp(3rem, 4.8vw, 4.8rem);font-weight: normal;}
.txt14r{font-size:1.4rem;font-size:clamp(1.2rem, 1.4vw, 1.4rem);}
.txt16r{font-size:1.6rem;font-size:clamp(1.4rem, 1.6vw, 1.6rem);}
.txt18r{font-size:1.8rem;font-size:clamp(1.6rem, 1.8vw, 1.8rem);}
.txt20r{font-size:2.0rem;font-size:clamp(1.8rem, 2.0vw, 2.0rem);}
.txt22r{font-size:2.2rem;font-size:clamp(1.8rem, 2.2vw, 2.2rem);}
.txt24r{font-size:2.4rem;font-size:clamp(2.0rem, 2.4vw, 2.4rem);}
.txt28r{font-size:2.8rem;font-size:clamp(2.2rem, 2.8vw, 2.8rem);}
.txt28rs{font-size:2.8rem;font-size:clamp(1.8rem, 2.8vw, 2.8rem);}
.txt30r{font-size:3rem;font-size:clamp(2.5rem, 3vw, 3rem);}
.txt35r{font-size:3.5rem;font-size:clamp(2.8rem, 3.5vw, 3.5rem);}

.txt16_29r{font-size:1.6rem;font-size:clamp(1.6rem, 2.9vw, 2.9rem);}
.txt30_40r{font-size:3rem;font-size:clamp(3rem, 4vw, 4rem);}
.ls01{letter-spacing: 0.1em}
.ls02{letter-spacing: 0.2em}
.ls03{letter-spacing: 0.3em}
.tcGold01{color: #DFB782}

/*section responsive*/
.sec120r{
	padding-top: clamp(80px,12vw,120px);
	padding-bottom: clamp(80px,12vw,120px);
}
.sec120rt{
	padding-top: clamp(80px,12vw,120px);
}
.sec120rb{
	padding-bottom: clamp(80px,12vw,120px);
}
.sec80r{
	padding-top: clamp(50px,8vw,80px);
	padding-bottom: clamp(50px,8vw,80px);
}
.sec80rt{
	padding-top: clamp(50px,8vw,80px);
}
.sec80rb{
	padding-bottom: clamp(50px,8vw,80px);
}
.sec60r{
	padding-top: clamp(40px,6vw,60px);
	padding-bottom: clamp(40px,6vw,60px);
}
.sec60rt{
	padding-top: clamp(40px,6vw,60px);
}
.sec60rb{
	padding-bottom: clamp(40px,6vw,60px);
}
.sec40r{
	padding-top: clamp(30px,4vw,40px);
	padding-bottom: clamp(30px,4vw,40px);
}
.mar150rt{margin-top: clamp(75px,15vw,150px);}
.mar150rb{margin-bottom: clamp(75px,15vw,150px);}
.mar80rt{margin-top: clamp(50px,8vw,80px);}
.mar80rb{margin-bottom: clamp(50px,8vw,80px);}
.mar60rt{margin-top: clamp(40px,6vw,60px);}
.mar60rb{margin-bottom: clamp(40px,6vw,60px);}


/*background*/
.cBg01{
	background-color: #fff;
	background: linear-gradient(90deg, #fff 70%, #e5e9e6 100%);
}
.cBg02{
	background-color: #f2f1ec;
}
.cBg03{
	background-color: #e5e7e8;
}
.cBg04{
	background-color: #4f5d62;
	color: #fff;
}
.cBg05{
	background-color: #e8e4d4;
}
.cBgWhite{
	background-color: #fff;
}
.cBgBlack{
	background-color: #000;
}

/*background*/
.cBg06{/*濃ベージュbg01*/
	background-color: #E0D9D2;
}
.cBg07{/*薄ベージュbg02*/
	background-color: #F2EDE9;
}
.cBgWh{
	background-color:#fff;
}
.cBgGr{
	background-color:#C1C1C1;
}


/*button*/
.cBtn01{
	display: block;
	text-decoration: none;
	color: #fff;
  background : linear-gradient(0deg,rgba(0, 105, 62, 1) 0%,rgba(141, 166, 136, 1) 50%,rgba(0, 105, 62, 1) 100%);
  width: 300px;
  padding: 5px;
  font-size: 2rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.cBtn01.red{
  background : linear-gradient(180deg, rgba(163, 49, 0, 1) 0%, rgba(186, 111, 94, 1) 50.15%, rgba(163, 49, 0, 1) 100%);
}
.cBtn01::before{
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: calc(50% - 5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
}
.cBtn02{
	color: #003685;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.cBtn02 span{
  font-size: 90%;
}
.cBtnwrap01 > *{
	margin-bottom: 20px;
}
@media(min-width: 768px){
	.cBtnwrap01{
		display:flex;
		justify-content:center;
		margin-bottom: 20px;
	}
	.cBtnwrap01 > *{
		margin: 0 10px;
	}
}

.cBtn03{
	background:#666;
  display: block;
  max-width: 300px;
  color: #fff;
  padding: 10px;
  margin: 0 auto 20px;
  text-decoration: none;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: normal;
}


.cBtn04{
	display: block;
	text-decoration: none;
	color: #fff;
  background : linear-gradient(180deg,#3f7f5c 0%, #005526 50%, #005526 100%);
  width:100%;
	max-width: 300px;
  padding: 15px;
  font-size: 2rem;
  border-radius: 4px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  outline: 1px solid rgba(255,255,255,0.3);
  outline-offset: -4px;
}
.cBtn04.red{
  background : linear-gradient(180deg,#b3563f 0%, #9a1f00 50%, #9a1f00 100%);
}
.cBtn04::before{
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: calc(50% - 5px);
	width:10px;
	height:10px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	transform: rotate(45deg);
}
.cBtnwrap02 > *{
	display:block;
	margin-bottom: 20px;
}
.cBtnwrap02 .cBtn04{
	max-width: 470px;
  padding: 1em;
  font-size: 3rem;
	font-size:clamp(2rem,2.5vw,3rem);
}
@media(min-width: 768px){
	.cBtnwrap02{
		display:flex;
		justify-content:space-between;
		align-items: stretch;
		max-width:1000px;
		margin:0 auto 20px;
	}
	.cBtnwrap02 > *{
		margin: 0;
		width:47%;
		max-width: 470px;
	}
}

/*Information*/
.cInfoTtl{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	color: #00693e;
	font-size: 2rem;
	margin-bottom: 20px;
	padding-bottom: 5px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: 0.24em;
}
.cInfoTxt01{
	font-size:4rem;
	font-size:clamp(2.5rem, 4vw, 4rem);
	letter-spacing: 0.2em;

}

/*infoトップ→共通*/
.indInfo{
	background-image: url(../images/index250513/info_bg_sp.jpg);
	background-size: cover;
	background-position: center center;
	padding:80px 0;
}
.indInfo.bg02{
	background-image:none;
	background-color: #f2ede9;
}
.indInfo .infoWrap01{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:80px 5%;
	background-color:#fff;
	position: relative;
}
.indInfo .infoWrap01 .ttl01{
	width: auto;
	background: #001835;
	color:#fff;
	position:absolute;
	left:0;
	top:-1em;
	padding:0.25em 1.5em;
	font-size: 24px;
	font-size:clamp(1.8rem,2.1vw,2.4rem);
	letter-spacing: 0.2em;

	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.indInfo .infoWrap01 > .txt01{
	font-size: 30px;
	font-size:clamp(1.6rem,3vw,3rem);
	letter-spacing: 1em;
	line-height:1.6;
	text-indent:0.5em;
	margin-bottom:0.75em;
}
.indInfo .infoWrap01 > .txt02{
	font-family: "Cormorant Garamond", serif;
	font-size: 48px;
	font-size:clamp(3.2rem,4.8vw,4.8rem);
	letter-spacing: 0.08em;
	line-height:1.6;
	color: #bd9f77;
	margin-bottom:0.4em;
}
.indInfo .infoWrap01 > .txt03{
	font-size: 24px;
	font-size:clamp(2rem,2.4vw,2.4rem);
	line-height:1.6;
	margin-bottom:2em;
}
@media(min-width:768px){
	.indInfo{
		background-image: url(../images/index250513/info_bg_pc.jpg);
		padding:120px 0;
	}
	.indInfo.bg02{
		background-image:none;
	}
}

.infoWrap02{
	border-top:2px solid #001835;
	border-bottom:2px solid #001835;
	padding:0 0 20px;
	margin-top:60px;
}
.infoWrap02 .txt01{
	background-image: url(../images/index250513/info_ttlbg01.svg);
	background-size: 100% 100%;
	color:#DFB782;
	font-size:clamp(1.4rem,2vw,2.4rem);
	width:100%;
	max-width:572px;
	height:54px;
	margin:-27px auto 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.infoWrap02 .txt02{
	font-size:clamp(2rem,3vw,3rem);
}
.infoWrap02 .txt02 span{
    background: linear-gradient(transparent 50%, #FFFCAE 50%);
}

.info20250612{
	width:100%;
	border-radius: 4px;
	background: #f2ede9;
	border: 1px solid #bd9f77;
	text-align: center;
	margin-bottom:20px;
	padding:20px;
}
.info20250612 .txt01{
	font-family: "Shippori Mincho B1";
	font-size:clamp(2rem,2vw,3.2rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #000;
}
.info20250612 .txt02{
	font-family: Cinzel;
	font-weight: 500;
	font-size:clamp(1.5rem,1.5vw,2.2rem);
	letter-spacing: 0.08em;
	color: #bd9f77;
}











/*flex*/


.cFlex01 > *{
	margin-bottom: 40px;
}
@media (min-width:768px) {
	.cFlex01{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.cFlex01 > *{
		width: 48%;
		margin-bottom: 40px;
	}
}





