@charset "UTF-8";

		
.pagetitle {
	background: url("../img/equipment/bg_ttl.jpg") center no-repeat;
	background-size: cover;
	padding: 80px 0 50px;
}
.pagetitle h2 {
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	.pagetitle {
		padding: 35px 0 30px;
	}
}

.txtarea {
	max-width: 1004px;
	width: 90%;
	margin: 0 auto;
	padding: 40px 0 40px;
}
.txtarea + .txtarea {
	padding: 20px 0 40px;
}
@media screen and (max-width: 768px) {
	.txtarea {
		padding-top: 40px;
	}
	.txtarea + .txtarea {
		padding-top: 10px;
	}
}


.col-main-img {
  width: 66.2%;
}
.col-main-text {
  width: 29.3%;
}
@media screen and (max-width: 736px) {
  .col-main-img {
    width: 100%;
  }
  .col-main-text {
    width: 100%;
  }

}


.bg-color{
	background: #E4E4E3;
	padding: 40px;
}

.kitchen-block01{
	display: flex;
	justify-content: space-between;
	margin:10rem 0 7.4rem;
}

.kitchen-block01 > .box01{
	width: 57.77%
}

.box02{
	width: 38.25%
}


.contents-nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
	margin: 20px 0 30px;
}
.contents-nav ul li{	
	width: calc((100% - 60px) / 7);
	/*margin: 0 0 22px 10px;*/
}
.contents-nav ul li:first-of-type{		
    /*margin-left: -10px;*/
}
.contents-nav ul li a {
	background: #C8BDAE;
	text-decoration: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	letter-spacing: 0;
	height: 100%;
	justify-content: center;
	color: #fff;
	padding: 20px 0;
	box-shadow: 0px -5px #C8BDAE, 0px 5px #C8BDAE;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.contents-nav ul li a span {
  margin-top: 1px;
  font-size: 16px;
}
.contents-nav ul li.active a {
	background: #957059;
	box-shadow: 0px -5px #957059, 0px 5px #957059;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
	.contents-nav ul {
		gap: 15px 5px;
		justify-content: flex-start;
		margin: 0 0 20px;
	}
	.contents-nav ul li {
		width: calc((100% - 15px) / 4);
		/*margin: 0 0 16px 5px;*/
	}
	.contents-nav ul li:first-of-type {
		/*margin-left: -5px;*/
	}
	.contents-nav ul li a {
		padding: 7px 0;
	}
	.contents-nav ul li a span {
	  font-size: 12px;
	}
}

.ttl-area{
	text-align: center;
}

.ttl-area p{
	text-align: center;
}

.ttl-area .equipment_head {
	font-size: 24px;  
}
.equipment .equipment_head02 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.ttl-area{
		text-align: center;
		width: 90%;
		margin: 0 auto;
}
	.ttl-area .equipment_head {
		font-size: 20px;  
	}
	.equipment .equipment_head02 {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

h3{
	font-size:40px;
	text-align: center;
	font-weight: 400;
	color: #957059;

}

@media screen and (max-width: 768px) {
	h3{
		font-size:28px;
	}
}


h5 {
	border-bottom: solid 2px rgba(149,112,89,0.5);;
	position: relative;
	font-size:15px;
	margin :5px 0 10px;
	padding :0 0 10px;
	line-height:1.4;
	letter-spacing: 0;
}

h5:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #957059;
  bottom: -2px;
  width: 30%;
}

h5.num_ttl{
	font-size: 15px;
	border-bottom:none;
	margin :0 0 5px;
}

h5.num_ttl:after {
	display: none;
}

@media screen and (max-width: 768px) {
	h5{
		/*font-size:18px;*/
		margin :12px 0 18px;
		padding :0 0 8px;
	}

}


hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}	
.line {
	border-top: 1px dotted #8E8E8F;
	padding: 20px 0;
}

.equipment_num {
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 13px;
  font-weight: bold;
  background-color: #A66844;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
}

.equipment_num span {
  margin-left: 2px;
  font-size: 13px;
}



.equipment p.eq_lg {
  font-size: 15px;
  font-weight: bold;
}

.equipment p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.equipment .eq-col1 {
  width: 64%;
}
.equipment .eq-col2 {
  width: 32%;
}

.equipment .kitchen-col1 {
  width: 61.2%;
}
.equipment .kitchen-col2 {
  width: 36%;
}

.equipment small {
	font-size: 10px;
	line-height: 1.4;
	display: inline-block;
	letter-spacing: 0;
}

.equipment .align-right {
  text-align: right;
}


.equipment_num {
  display: inline-block;
  width: 23px;
  height: 23px;
  font-size: 13px;
  font-weight: bold;
  background-color: #A66844;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
	
}

.equipment_num span {
  margin-left: 2px;
  font-size: 13px;
	color: #fff;
}
.equipment figure figcaption {
  position: absolute;
  right: 5px;
  bottom: 14px;
  font-size: 12px;
  font-weight: bold;
}

.equipment .-black {
  color: #000;
}

.equipment .-white {
  color: #fff;
}
.equipment .figcaption_4 {
  right: 35%;
}

.equipment .eq_w100 {
  width: 100%;
}

.equipment .eq_text_ml {
  font-size: 13px;
  font-weight: bold;
}

.equipment .eq_text_lg {
  font-size: 16px;
  font-weight: bold;
}

.equipment .eq_text_xl {
  font-size: 18px;
}

.equipment .eq_text_14 {
  font-size: 14px;
}

.equipment .eq_text_center {
  text-align: center;
}

.equipment .eq_text_spaced {
  letter-spacing: 0.1em;
}

.equipment .no-wrap {
  flex-wrap: nowrap;
}

.equipment .flex1 {
  flex: 1;
}

.equipment .lh18 {
  line-height: 1.8;
}
.equipment .pr_20 {
  padding-right: 20px;
}

.equipment .pt_0 {
  padding-top: 0 !important;
}
.equipment .pr_0 {
  padding-right: 0 !important;
}
.equipment .pl_0 {
  padding-left: 0 !important;
}

.equipment .-black {
  color: #000;
}

@media screen and (min-width: 737px) {
  .equipment .eq_w45 {
    width: 45.4%;
  }
  .equipment .eq_w50 {
    width: 51%;
  }

  .equipment .eq_w86 {
    width: 86px;
  }

  .equipment .mb120 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 736px) {
  .equipment .kitchen-col1 {
    width: 100%;
  }
  .equipment .kitchen-col2 {
    width: 100%;
  }

  .equipment .eq_w86 {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
	.equipment p.eq_lg {
		font-size: 16px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 768px) {
  .equipment .eq_w45 {
    width: 45.4%;
  }
  .equipment .eq_w50 {
    width: 51%;
  }

  .equipment .eq_w86 {
    width: 86px;
  }

  .equipment .mb120 {
    margin-bottom: 120px;
  }
	.equipment p {
		font-size: 13px;
		margin-bottom: 20px
	}	
}

@media screen and (max-width: 768px) {
	.kitchen-block01{
		display: block;
		margin:20px 0;
	}

		.kitchen-block01 .box01{
			width: 100%
	}

		.kitchen-block01 .box02{
			width: 100%
	}
}
@media screen and (max-width: 768px) {
  .equipment .kitchen-col1 {
    width: 100%;
  }
  .equipment .kitchen-col2 {
    width: 100%;
  }

  .equipment .eq_w86 {
    width: 30%;
  }

  /* margin-top */
  .equipment .mt0_sp {
    margin-top: 0px !important;
  }
  .equipment .mt10_sp {
    margin-top: 10px !important;
  }

  /* margin-bottom */
  .equipment .mb0_sp {
    margin-bottom: 0px !important;
  }
  .equipment .mb10_sp {
    margin-bottom: 10px !important;
  }
  .equipment .mb20_sp {
    margin-bottom: 20px !important;
  }
  .equipment .mb30_sp {
    margin-bottom: 30px !important;
  }
	

}

.landplan-block .col4-box{
	width: 22.5%;
}
.border,
.border02{
	position:relative;
}


.border:before {
	display: inline-block;
	content:"";
	position:absolute;
	right:-8.5%;
	top:0;
	background:hsla(0,0%,0%,0.30);
	width:1px;
	height:100%;
	animation: fadeIn 3s ease 1s 1 normal backwards;
}
.border02:before {
	display: inline-block;
	content:"";
	position:absolute;
	left:-4.5%;
	top:0;
	background:hsla(0,0%,0%,0.30);
	width:1px;
	height:100%;
	animation: fadeIn 3s ease 1s 1 normal backwards;
}

@media only screen and (max-width: 768px) {
	.landplan-block .col4-box{
		width: 100%;
	}
	.border:before,
	.border02:before {	
		width: 100%;
    height: 1px;
		right: 0;
		left: 0;
		top:inherit;
    bottom: -12px;
	}	
}
	

.haisui {
}
.haisui span.haisui_cap {
	font-size: 12px;
	display: flex;
	gap: 7%;
	margin-bottom: 10px;
}
	
.t-ac {
	text-align: center;
}