@charset "UTF-8";
/* CSS Document */

html {
	font-size: 15px;
}

body {
	font-size: 1rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-family: "Noto Sans JP","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: normal;
	position: relative;
}

.main {
	overflow-x: hidden;
}

a {
	color: #000;
}

a:hover {
	opacity: 0.7;
}

img {
	max-width: 100%;
	height: auto;
}

.ib {
	display: inline-block;
}

h1,h2,h3,h4,h5 {
	font-weight: 500;
}

.sp {
	display: none !important;
}

.ib {
	display: inline-block;
}


/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition : all 1000ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0) !important;
}

.fade_left {
	transform : translate(30px, 0);
}

.fade_right {
	transform : translate(-30px, 0);
}

.red {
	color: #f00;
}

table {
	border-collapse: collapse;
}

label {
	display: inline-block;
}

.flex {
	display: flex;
	list-style: none;
}

.wrap {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.header_img img {
	width: 100%;
	display: block;
}

.section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section_title {
	text-align: center;
}

.st_sub {
	display: inline-block;
	position: relative;
	height: 40px;/*リボンの高さ*/
	line-height: 40px;/*リボンの高さ*/
	text-align: center;
	padding: 0 30px;/*横の大きさ*/
	font-size: 0.9rem;/*文字の大きさ*/
	background: #ff9035;/*塗りつぶし色*/
	color: #FFF;/*文字色*/
	box-sizing: border-box;
  }
  
  .st_sub:before, .st_sub:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
  }
  
  .st_sub:before {
	top: 0;
	left: 0;
	border-width: 20px 0px 20px 15px;
	border-color: transparent transparent transparent #f9f6f2;
	border-style: solid;
  }
  
  .st_sub:after {
	top: 0;
	right: 0;
	border-width: 20px 15px 20px 0px;
	border-color: transparent #f9f6f2 transparent transparent;
	border-style: solid;
  }

  .section_flow .st_sub:before{
	border-color: transparent transparent transparent #fff9e1;
  }

  .section_flow .st_sub:after {
	border-color: transparent #fff9e1 transparent transparent;
  }

.st_main {
	color: #83581f;
	font-size: 1.7rem;
	display: block;
	margin-top: 6px;
}

.announce {
	padding: 30px 0;
	background-color: #e5e7ea;
}

.announce_content {
	border-radius: 10px;
	background-color: #FFF;
}

.announce_content h2 {
	text-align: center;
	color: #FFF;
	background-color: #1657aa;
	font-size: 1.4rem;
	padding: 15px;
	margin: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.announce_desc {
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.covid_icon {
	width: 262px;
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}

ul.covid_icon li {
	text-align: center;
}

ul.covid_icon li p {
	font-size: 0.8rem;
	line-height: 1.3em;
	margin: 0;
}

ul.covid_icon li img {
	display: block;
	margin: 0 auto;
}

.announce_desc > p {
	margin: 0;
	width: calc(100% - 292px);
}

.section_campaign .block_01{
	padding-bottom:30px;
	border-bottom:1px solid #707070;
}
.section_campaign .block_01 ._ttl_01{
	display: block;
	width:80%;
	margin-inline: auto;
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 30px;
    font-size: 1.8rem;
	font-weight:bold;
	background: #7C592A;
	color: #FFF;
	box-sizing: border-box;
	text-align:center;
}
  
.section_campaign .block_01 ._ttl_01:before,
.section_campaign .block_01 ._ttl_01:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
  
.section_campaign .block_01 ._ttl_01:before {
	top: 0;
	left: 0;
	border-width: 20px 0px 20px 15px;
	border-color: transparent transparent transparent #ffffff;
	border-style: solid;
}
  
.section_campaign .block_01 ._ttl_01:after {
	top: 0;
	right: 0;
	border-width: 20px 15px 20px 0px;
	border-color: transparent #ffffff transparent transparent;
	border-style: solid;
}
.section_campaign .block_01 ._box_01{
	display:flex;
	justify-content: center;
	gap:20px;
	align-items: center;
}
.section_campaign .block_01 ._txt_01{
	line-height:2.0;
}
.section_campaign .block_01 ._txt_01 .str_01{
	font-size:120%;
	font-weight:bold;
	color:#F9356D;
}
.section_campaign .block_01 ._img_01{
	margin-inline: 0;
}

.section_campaign .block_02 {
	padding-top:45px;
	padding-bottom:40px;
	border-bottom:1px solid #707070;
}
.section_campaign .block_02 ._box_01{
	width:80%;
	margin-inline: auto;
}
.section_campaign .block_02 ._ttl_01{
	text-decoration: underline;
	text-decoration-thickness: 0.5em;
	text-decoration-color: #FAEA4D;
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
	font-weight: bold;
}
.section_campaign .block_02 ._list_01 .__item_01{
	font-weight:bold;
	margin-bottom:0.3em;
}
.section_campaign .block_03{
	padding-top:45px;
}
.section_campaign .block_03 .caption_list_01{
	position:relative;
	padding-left:110px;
}
.section_campaign .block_03 .caption_list_01 ._li_ttl_01{
	position:absolute;
	top:0;
	left:0;
}
.section_campaign .block_03 .caption_list_01 ._li_item_01{
	position:relative;
	margin-inline-start: 0;
	margin-bottom:0.5em;
	padding-left:1.0em;
	line-height:2.0;
	font-size:0.9rem;
}
.section_campaign .block_03 .caption_list_01 ._li_item_01 .maker_01{
	background: linear-gradient(transparent 50%, #FAEA4D 50%);
}
.section_campaign .block_03 .caption_list_01 ._li_item_01 ._sub_01{
	position:relative;
	display:block;
	padding-left:1.0em;
}
.section_campaign .block_03 .caption_list_01 ._li_item_01 ._sub_01::before{
	content:"※";
	position: absolute;
	top:0;
	left:0;
}
.section_campaign .block_03 .caption_list_01 ._li_item_01::before{
	content:"・";
	position:absolute;
	top:0;
	left:0;
}
.section_campaign .block_03 .caption_list_02{
	padding-left:110px;
	list-style: none;
}
.section_campaign .block_03 .caption_list_02 ._item_01{
	position:relative;
	display:block;
	width:fit-content;
	margin-bottom:0.5em;
	padding-right:2.0em;
	line-height:2.0;
	font-size:0.9rem;
}
.section_campaign .block_03 .caption_list_02 ._item_01 .maker_01{
	background: linear-gradient(transparent 50%, #FAEA4D 50%);
}
.section_campaign .block_03 .caption_list_02 ._item_01 .maker_01:before{
	content:"※";
}
.section_melit {
	background-color: #f9f6f2;
}

ol.melit_list {
	list-style: none;
	margin-top: 60px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

ol.melit_list li {
	width: 30%;
	background-color: #FFF;
	border-radius: 18px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	position:relative;
}

.people {
	position: absolute;
}

.people01 {
	top: 18%;
    left: -13%;
	width: 51%;
}

.people02 {
	top: 17%;
    right: 2%;
	width: 28%;
}

.people03 {
    top: 26%;
    right: -4%;
    width: 44%;
}

.ml_n {
	position:absolute;
	left: -20px;
	top: -20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 500px;
	background-color: #FFF;
	width: 70px;
	height: 70px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.ml_n small {
	display: block;
	color: #ff9035;
	font-size: 0.85rem;
}

.ml_n strong {
	display: block;
	font-size: 1.8rem;
}

.melit_img img {
	display: block;
	width: 100%;
}

ol.melit_list li h3 {
	text-align: center;
    color: #ff9035;
    font-size: 1.2rem;
    border-bottom: 1px dotted #000;
    margin: 0;
    padding-bottom: 3px;
}

.melit_desc {
	padding: 10px 20px;
}

.melit_desc p {
	margin: 7px 0;
	font-size: 1rem;
	line-height: 1.6em;
}

.section_flow {
	background-color: #fff9e1;
	position: relative;
}

.people04 {
	left: 8%;
	top: -4%;
}

ol.reserve_flow {
	list-style: none;
	padding: 0;
}

ol.reserve_flow li {
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	border-radius: 20px;
	position: relative;
}

ol.reserve_flow li::after {
	content: "▼";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -37px;
	width: 50px;
	text-align: center;
	color: #83581f;
	font-size: 40px;
	transform: scale(1, 0.7);
}

ol.reserve_flow li:last-child::after {
	content: "";
}

.people05 {
	right: -4%;
	bottom: -12%;
}

.people06 {
	right: -4%;
	bottom: -12%;
}

.people07 {
	left: -4%;
	bottom: -12%;
}

.flow_n {
	color: #FFF;
	background-color: #ff9035;
	width: 47px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 300px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-right: 15px;
}

.flow_img {
	margin-right: 20px;
	flex-shrink: 0;
	position: relative;
}

.flow_img > img {
	display: block;
	border: 1px solid #c1c1c1;
}

ul.shop_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

ul.shop_list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}

ul.shop_list li:nth-child(3n) {
	margin-right: 0;
}

ul.shop_list li p {
	margin: 5px 0;
}

.text02 {
	font-weight: 600;
	text-align: center;
	font-size: 1rem;
}

.banner_reserve {
	text-align: center;
}

.works_btn{
	display:none;
	text-align: center;
	margin-top: 15px;
}
.sample .works_btn{
	display: block;
}
.works_btn img{
	margin-bottom:0!important;
}
.reserve_btn {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;;
}
.works_btn + .reserve_btn{
	margin-top:8px;
}

.reserve_btn a {
	display: block;
	text-decoration: none;
	background-color: #83581F;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	transition: 0.3s;
	position: relative;
	border-radius: 3px;
}

.reserve_btn a::after {
	content: "▶";
	color: #FFF;
	font-size: 9px;
	position: absolute;
	top: 13%;
	right: 10px;
	transform: scale(0.7);
}

.section_housing {
	padding-top: 0;
}
.section_housing .caption_txt_01{
	font-size:18px;
	line-height:1.8;
	text-align:center;
}

.btn {
	text-align: center;
}

.btn a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	padding: 15px;
	width: 260px;
	border-radius: 400px;
	font-weight: bold;
}

.btn i {
	font-size: 1.7rem;
	vertical-align: bottom;
}

.blue_btn a {
	background-color: #1657aa;
	margin-left: 10px;
	margin-right: 10px;
}

.blue_btn a.red_btn {
	background-color: #F9356D;
}

.copyright {
	text-align: center;
	font-size: 0.85rem;
}
/* works_list works_box */
/* -------------------------------------------------- */
.works_area{
	margin-bottom:80px;
	padding:80px 0;
	background-color: #f9f6f2;
}
.works_area .btn{
	margin-top:80px;
}
.works_list_01{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:60px 30px;
	margin:40px auto 0;
	padding:0;
	list-style: none;
	width: 92%;
    max-width: 920px;
}
.works_list_01 ._item_01{
	margin:0;
	padding:0 0 20px;
	border-bottom:1px solid #aaaaaa;

}

.works_box_01 .box_img_01{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	aspect-ratio: 3 / 2;
	max-width:100%;
	text-align:center;
}
.works_box_01 .box_img_01 img{
	max-width:100%;
	width:100%;
	height:100%;
	object-fit: contain;
}
.works_box_01 .box_ttl_01{
	display:block;
	margin:10px 0 0 0;
	padding:0;
	font-size:16px;
	line-height:1.6;
	color:#333333;
	text-decoration: none;
}
.works_box_01 ._txt_01{
	display:block;
	margin:10px 0 0 0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	line-height:1.8;
	color:#333333;
	text-decoration: none;
}
a.works_box_01{
	display:block;
	text-decoration: none;
	transition: 0.3s all ease-out;
	opacity: 1.0;
}
a.works_box_01:hover{
	opacity: 0.7;
}

@media (max-width: 1200px) {

	.wrap {
		max-width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}

}
@media (max-width: 1060px) {

	.people02 {
		top: 14%;
	}
}
@media (max-width: 768px) {

	html {
		font-size: 15px;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.flex {
		flex-direction: column;
	}

	.section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	ol.melit_list {
		display: block;
		margin-top: 30px;
	}

	ol.melit_list li {
		display: block;
		width: 100%;
		margin-bottom: 50px;
	}

	ul.shop_list li {
		width: 48%;
		margin-right: 4%;
	}

	ul.shop_list li:nth-child(3n) {
		margin-right: 4%;
	}

	ul.shop_list li:nth-child(2n) {
		margin-right: 0;
	}

	.announce_desc {
		flex-direction: column;
	}

	ul.covid_icon {
		width: 100%;
		justify-content: center;
		margin-bottom: 20px;
	}

	ul.covid_icon li {
		margin: 0 15px;
	}

	.announce_desc > p {
		width: 100%;
	}

	ol.reserve_flow li {
		flex-wrap: wrap;
		justify-content: center;
	}

	.flow_img {
		margin-right: 0;
	}

	ol.reserve_flow li p {
		width: 100%;
	}

	.people01 {
		top: auto;
		left: -3%;
		bottom: 140px;
	}

	.people02 {
		top: auto;
		right: 2%;
		bottom: 120px;
		text-align: right;
	}

	.people03 {
		top: auto;
		right: 2%;
		bottom: 120px;
		text-align: right;
	}

	.people04 {
		width: 140px;
		left: 4%;
	}

	.people05 {
		width: 60px;
	}

	.blue_btn a {
		margin-bottom: 15px;
	}
	.section_campaign .block_01 ._ttl_01{
		width:100%;
		height: 50px;
		line-height: 1.2;
		font-size: 1.2rem;
	}
	.section_campaign .block_01 ._ttl_01:before {
		border-width: 25px 0px 25px 15px;
	}
	  
	.section_campaign .block_01 ._ttl_01:after {
		border-width: 25px 15px 25px 0px;
	}
	.section_campaign .block_01 ._box_01{
		flex-wrap: wrap;
	}
	.section_campaign .block_01 ._txt_01{
		order:1;
	}
	.section_campaign .block_01 ._img_01{
		order:0;
	}
	.section_campaign .block_02 ._box_01{
		width:100%;
	}
	.section_campaign .block_03 .caption_list_01{
		position:relative;
		padding-left:0px;
	}
	.section_campaign .block_03 .caption_list_01 ._li_ttl_01{
		position:static;
		margin-bottom:1.0em;
		font-weight: bold;
	}
	.section_campaign .block_03 .caption_list_02{
		padding-left:0px;
	}
	.section_campaign .block_03 .caption_list_02 ._item_01{
		padding-right:0.0em;
	}
	.works_list_01{
		grid-template-columns: 1fr;
		gap:80px;
	}

}
@media (max-width: 480px) {

	.announce_content h2 {
		font-size: 1.2rem;
	}

	.ml_n {
		left: -7px;
	}

	.people01 {
		width: 140px;
	}

	.people03 {
		bottom: 128px;
	}

	.people05 {
		bottom: -16%;
	}

}
