@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;
  font-family: "Noto Serif JP", /* Webフォントを最優先 */
	"游明朝体", "Yu Mincho", "YuMincho", 
	"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 
	"ＭＳ Ｐ明朝", "MS PMincho", 
	serif;  
	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: 55px;
}
#freePage--pc .mv_text p {
	font-size: 18px;
	line-height: 35px;
	color: #67523D;	
	letter-spacing: 2px; 
}
/**/
#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;
}
#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 .t_bold {
	font-weight: 700;
	font-size: 13px;
	padding-bottom: 20px;
}
#freePage--pc .t_red {
	color: #FA5B61 !important;
}

#freePage--pc .box_bottom_content {
	position: relative;
	z-index: 9;
	font-family: "M PLUS Rounded 1c", sans-serif;
}
#freePage--pc .box_bottom_content * {
	font-family: "M PLUS Rounded 1c", sans-serif;
	letter-spacing: unset !important;
}
#freePage--pc .box_bottom_content .red {
	color: #ff0000;
}
#freePage--pc .box_bottom_content .t_link {
	text-decoration: underline;
}

#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;
}

/********** 追加内容（注意文言） **********/
#freePage--pc .box_bottom {
	padding-top: 50px;
	width: 100%;
	background: #fff;
	padding-bottom: 100px;
	margin: 0 auto;	
	position: relative;
	z-index: 5;
}
#freePage--pc .box_bottom_content {
	width: 1200px;
	margin: 0 auto;
}
#freePage--pc .t_bold {
	font-weight: bold !important;
	font-size: 16px;
	padding-bottom: 10px;
	transform:rotateZ(0.03deg);

}
#freePage--pc .box_bottom li .t_red{
	color: #F00000;
}
#freePage--pc .box_bottom li p {
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	
	text-indent: 0;
	font-weight: normal;
	transform:rotateZ(0.03deg);
}
#freePage--pc .box_bottom li {
	padding-left: 15px;
/*	text-indent: -25px;*/
}

#freePage--pc .box_bottom li a {
	text-decoration: underline;
	color: #000;
}

/**/
#freePage--pc .box_app {
	text-align: center;
}
#freePage--pc .box_app .txt {
	font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
	transform:rotateZ(0.03deg);
}
#freePage--pc .box_app .txt span {
	padding: 0 5px;
}
#freePage--pc .box_app_item {
	display: flex;
	justify-content: center;
}
#freePage--pc .box_app_item a {
	margin: 0 10px;
}

/**/
#freePage--pc .box_acc {
	width: 1200px;
	background: #FFFFFF;
    margin-top: 50px;
}
#freePage--pc .box_acc_ttl {
	font-size: 22px;
	color: #000000;
	padding: 20px 40px;
	background: #ebebeb;
	font-weight: normal;
	position: relative;
	cursor: pointer;
	transform:rotateZ(0.03deg);
}
#freePage--pc .box_acc_content {
	display: none; 
}
#freePage--pc .box_acc.active .box_acc_content {
	display: block; 
}

#freePage--pc .box_acc_content p {
	font-size: 22px;
	line-height: 39px;
	font-weight: normal;
	color: #000000;
	padding: 20px 40px;
	transform:rotateZ(0.03deg);
}
#freePage--pc .box_acc_ttl:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    position: absolute;
	top: 17px;
	right: 40px;
}
#freePage--pc .box_acc_ttl.active:after {
    content: "\2212";
}