@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

#freePage--pc {
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: -30px;
  position: relative;
  
	min-width: 1200px;
}
#freePage--pc a, #freePage--pc p, #freePage--pc ul, #freePage--pc li, #freePage--pc h1, #freePage--pc h2, #freePage--pc h3, #freePage--pc h4, #freePage--pc h5, #freePage--pc h6, #freePage--pc img {
  font-size: inherit;
  line-height: 1.7;
}
#freePage--pc img {
  border: 0;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: auto;
  max-width: 100%;
}
#freePage--pc p {
	font-family: "Noto Serif JP", /* Webフォントを最優先 */
	"游明朝体", "Yu Mincho", "YuMincho", 
	"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 
	"ＭＳ Ｐ明朝", "MS PMincho", 
	serif;
	font-weight: 500;
	letter-spacing: 3px;
}
#freePage--pc .sp_only {
  display: none !important;
}
#freePage--pc .mt100 {
	margin-top: 100px;
}
#freePage--pc .mb30 {
	margin-bottom: 30px;
}
#freePage__inner {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden; 
  z-index: 0;
  background: #ffffff;
}

#freePage--pc .dflex {
	display: flex;
	justify-content: space-between;
	
}
#freePage--pc .w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
/*****/
#header, #footer {
  z-index: 99999999 !important;
  background-color: #fff;
}

/*mv*/
#freePage--pc .contents_20251212__content {	
	margin: 0 auto;
	position: relative;
	z-index: 10;
	padding-top: 20px;
	
	
}

#freePage--pc .contents_20251212__content .bg {
    position: absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: auto;       
    height: auto;
}

#freePage--pc .contents_20251212__content .bg img {
    display: block;
    width: auto;
    height: auto;
    max-width: none;  
    max-height: none;
}
#freePage--pc .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 15;
}
#freePage--pc .mv {
	position: relative;
	background: #F3E8E6;
}
#freePage--pc .mv .img {
	margin-left: -360px;
	margin-right: -360px;
}
#freePage--pc .mv_text {
	position: absolute;
    width: 100%;
    text-align: center;
    bottom: 92px;
}
#freePage--pc .mv_text p {
	font-size: 18px;
	line-height: 35px;
	color: #67523D;	
	letter-spacing: 2px; 
}
#freePage--pc .mv_text02 {
	position: absolute;
    width: 100%;
    text-align: center;
    bottom: 23px;
}
#freePage--pc .mv_text02 p {
	font-size: 17px;
	line-height: 36px;
	color: #67523D;	
	letter-spacing: 2px; 
	font-weight: bold;
}
/**/
#freePage--pc .box01 {	
	text-align: center;
	padding: 90px 0 110px;
	background: #F3E8E6;
}
#freePage--pc .block02 {	
	text-align: center;
	padding: 90px 0 110px;
	background: #FAF8F6;
}


#freePage--pc .box_subttl .txt01 {
	font-size: 21px;
	line-height: 28px;
	font-weight: 700;
	color: #958370;
	position: relative;	
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 20px;
	letter-spacing: 0.05em;
	
}
#freePage--pc .box_subttl .txt02 {
	font-size: 15px;
	line-height: 26px;	
	color: #A49381;
	padding-top: 15px;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
	font-weight: 500;
}
#freePage--pc .box_des {
	color: #67523D;
	font-size: 18px;
	line-height: 37px;
	padding-top: 20px;
	padding-bottom: 65px;
}

#freePage--pc .box_line {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background: rgba(255,255,255,0.5);
	border: 1px solid #A38D77;
}
#freePage--pc .box_line:after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	border: 0.5px solid #A38D77;
	top: 10px;
	right: -10px;
	z-index: 1;
	opacity: 0.3;
}
#freePage--pc .box_line div {
	position: relative;
	z-index: 3;
}
#freePage--pc .box01 .item {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 80px 0;
}
#freePage--pc .box01 .item_img {
	margin-right: 50px;
	
}
#freePage--pc .box01 .item_right {
	margin-top: -20px;
}
#freePage--pc .item_des p {
	font-size: 17px;
	line-height: 38px;	
	color: #7B5732;
	font-family:
		/* Windows & Mac 両対応の游ゴシック指定 */
		"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 
		/* Mac用の標準ゴシック */
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 
		/* Windows用の標準ゴシック */
		"メイリオ", Meiryo, 
		/* 最終手段 */
		sans-serif;

	letter-spacing: 2px; 
	font-weight: 700;
}
#freePage--pc .item_des p span {
	font-size: 12px;
}
#freePage--pc .item_btn {
	padding-top: 20px;
}

#freePage--pc .block02 .box_line {
	padding: 50px 0;
	margin-bottom: 50px;
}

#freePage--pc .box_2col {
	display: flex;
	justify-content: center;
	align-items: center;
}
#freePage--pc .box_2col .item {
	margin-left: 20px;
	margin-right: 20px;
}
#freePage--pc .box_2col .item_des {
	padding-top: 15px;
}


/*.box10*/
#freePage--pc .box10 {
	background: #EBE6DF;
    height: 569px;
    position: relative;
    display: flex;
    align-items: center;
}
#freePage--pc .box10_bg {
	    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: auto;
    height: auto;
}
#freePage--pc .box10_bg img {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
}
#freePage--pc .box10_content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;	
	z-index: 9;
	position: relative;
}
#freePage--pc .box10_content .img {
	margin-right: 35px;
}
#freePage--pc .box10_text p {
	font-size: 16px;
	line-height: 35px;
	color: #575048;
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
}
#freePage--pc .box10 .txt01 {
	font-size: 22px;
}
#freePage--pc .box10 .txt01_line {
	font-size: 18px;
	padding-left: 10px;
	padding-right: 5px;
}
#freePage--pc .box10 .txt01_en {
	font-size: 14px;
}
/**/
#freePage--pc .box_bottom_full {	
	position: relative;
	z-index: 9;
	background: #ffffff;
}
#freePage--pc .box_bottom {
	padding: 100px 0;	
	margin: 0 auto;
	width: 1200px;
	text-align: left;
}
#freePage--pc .t_bold {
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 10px;
}
#freePage--pc .t_red {
	color: #FF0000 !important;
}
#freePage--pc .box_bottom li p {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	font-family: "Noto Sans CJK JP", sans-serif;
	letter-spacing: 0px;
}
#freePage--pc .box_bottom li {
	padding-left: 15px;
	text-indent: -18px;
}
#freePage--pc .box_bottom img {
	padding-top: 30px;
	margin-left: 55px;
}

#freePage--pc .box_btn_all {
	padding: 60px 0;
	background: #ecdcb0;
	text-align: center;
}
#freePage--pc .box_btn_all a {
	display: inline-block;
}
#freePage--pc .box_btn_all.style02 {
	background: #ecdcb0;
}