@charset "utf-8";

.lcl-infowap {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 60px;
}

dl.lcl-info  {
	border-top: solid 1px #bbbbbb;
  display: flex;
  flex-wrap: wrap;
	width: 49%;
}
dl.lcl-info dt {
  width: 30%;
	padding: 15px 0 15px 15px;
	border-bottom: solid 1px #bbbbbb;
	font-weight: bold;
}
dl.lcl-info dd {
  width: 70%;
	border-bottom: solid 1px #bbbbbb;
	padding: 15px 0 15px 15px;
}

.lcl-item {
}
dl.lcl-item {
	border-top: solid 1px #bbbbbb;
  display: flex;
  flex-wrap: wrap;
	width: 49%;
	
}
dl.lcl-item dt {
  width: 30%;
	border-bottom: solid 1px #bbbbbb;
	padding: 15px 0 15px 15px;
	font-weight: bold;
}
dl.lcl-item dd {
  width: 70%;
	border-bottom: solid 1px #bbbbbb;
	padding: 15px 0 15px 15px;
}
.hp-msg {
	background-color: #f4eedd;
	width: 100%;
	border-radius: 10px;
	border: 5px solid #f4eedd;
	display: block;
	color: #8c664c;
	position: relative;
	margin-bottom: 55px;
}
.hp-msg__ttl {
	background-color: #f3c546;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	border-radius: 0 0 20px 20px;
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	margin: auto;
	width: 45%;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*font-family: 'Yu Mincho', 'YuMincho';*/
	font-family: Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN,
		'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
	color: #fff;
}
.hp-msg-in {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 85px 25px 30px;
	letter-spacing: 0.05em;
}
.hp-msg-img {
	width: 200px;
	font-size: 14px;
}
.hp-msg-img img {
	display: block;
	margin-bottom: 15px;
}
.hp-msg-txt {
	width: calc(100% - 200px);
	padding-left: 30px;
	line-height: 2;
}
.lcl-feature {
   margin: 0 calc(50% - 50vw);
   width: 100vw;
	background-color: #ededec;
}
.lcl-feature-msg {
	width: 930px;
	margin: 0 auto;
	display: block;
	color: #8c664c;
	position: relative;
	margin-bottom: 55px;
}
.lcl-feature-msg__ttl {
	background-color: #f3c546;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	border-radius: 0 0 20px 20px;
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	margin: auto;
	width: 45%;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*font-family: 'Yu Mincho', 'YuMincho';*/
	font-family: Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN,
		'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
	color: #fff;
}
.lcl-feature-msg-in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 85px 25px 50px;
	letter-spacing: 0.05em;
}

.lcl-feature-msg-txt {
	width: calc(98% /2 );
	line-height: 2;
	background-color: #fff;
	border-radius: 10px;
	border: 5px solid #fff;
	text-align: center;
	padding: 20px;
}
.lcl-feature-msg-txt h3{
	display:inline-block;
	color: #5c3723;
	font-size: 20px;
	font-weight: 500;
	border-bottom: #5c3723 dotted 2px;
	padding: 0 0.7em 2px;
	margin-bottom: 15px;
}
.lcl-feature-msg-txt p {
	text-align: left;
}
.lcl-photo {
	padding: 10px 0 70px 0;
}
.lcl-photo ul.lcl-photo-img {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}


@media screen and (max-width: 767px){
	/* ---------------------------------------------------------------- SP ---- */
	
	
	.lcl-infowap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

dl.lcl-info  {
  display: flex;
  flex-wrap: wrap;
	width: 100%;
}
dl.lcl-info dt {
  width: 30%;
}
dl.lcl-info dd {
  width: 70%;
}

.lcl-item {
}
dl.lcl-item {
	border-top: none;
  display: flex;
  flex-wrap: wrap;
	width: 100%;
}
dl.lcl-item dt {
  width: 30%;
}
dl.lcl-item dd {
  width: 70%;
}
	
.hp-msg {
	margin-bottom: 35px;
}
.hp-msg-in {
	display: block;
	padding: 68px 10px 20px;
	letter-spacing: 0.05em;
}
.hp-msg-img {
	text-align: center;
	margin: 0 auto 10px;
}
.hp-msg-img img {
	margin-bottom: 7px;
}
.hp-msg-txt {
	width: 100%;
	padding-left: 0;
	line-height: 1.64;
}
.hp-msg__ttl {
	width: 70%;
}
.lcl-feature-msg {
	width: 100%;
}
.lcl-feature-msg__ttl {
	width: 70%;
}
.lcl-feature-msg-in {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 85px 25px 20px;
	letter-spacing: 0.05em;
}

.lcl-feature-msg-txt {
	width: calc(100%);
	line-height: 2;
	background-color: #fff;
	border-radius: 10px;
	border: 5px solid #fff;
	text-align: center;
	padding: 20px;
	margin-bottom: 10px;
}
.lcl-feature-msg-txt h3{
	display:inline-block;
	font-size: 20px;
	font-weight: 500;;
	padding: 0 0.7em 2px;
	margin-bottom: 15px;
}
.lcl-feature-msg-txt p {
	text-align: left;
}
.lcl-photo {
	padding: 0px 0 70px 0;
}
.lcl-photo ul.lcl-photo-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px;
}
	.lcl-photo ul.lcl-photo-img >li {
		width: 49%;
}
}
