@charset "UTF-8";
/* CSS Document */
main{
	 background-color: #FDFAF4;
	padding-bottom: 150px;
}
@media(min-width:1000px){
	main{
		padding-bottom: 200px;
	}
}
.top__img {
 height: 200px;
 background-image: url("images/picture/noren.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 margin-bottom: 100px;
 position: relative;
}
.top__title {
 line-height: 1;
 font-size: 3.0rem;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%) translateX(-50%);
 padding: 20px 70px;
 background-color: rgba(255, 255, 255, 0.5);
}
@media(min-width:1000px) {
 .top__img {
  height: 300px;
 }
 .top__title {
  font-size: 6.0rem;
  padding: 40px 170px;
 }
}
.top__read {
 width: 80%;
 margin: 0 auto;
 margin-bottom: 70px;
}
@media(min-width:1000px) {
 .top__read {
  width: 60%;
  margin-bottom: 100px;
 }
}
.gozen {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
	margin-bottom: 40px;
}
.gozen__img {
 width: 315px;
 height: 160px;
 object-fit: cover;
}
.gozen__wrap {
 width: 315px;
	margin: 0 10px 20px;
}
.gozen__wrap dl {
 display: inline-block;
 width: 100%;
}
.gozen__wrap dt {
 float: left;
 text-align: left;
}
.gozen__wrap dd {
 float: right;
 text-align: right;
}
@media(min-width:1000px) {
 .gozen {
  margin-bottom: 60px;
	 gap:10%;
 }
 .gozen__wrap {
  width: 410px;
	 
 } 
 .gozen__img {
  width: 410px;
  height: 220px;
 }
}
.keichou{
	width:90%;
	margin: 0 auto;
	margin-bottom: 90px;
}
.keichou__img{
	width:100%;
	width:315px;
	height:160px;
	object-fit: cover;
}
.keichou__wrap dl{
	display: flex;
	justify-content: space-between;
}
.keichou__wrap{
	width:315px;
	margin: 0 auto;
}
@media(min-width:1000px){
	.keichou__img{
		width:410px;
		height:220px;
	}
	.keichou__wrap{
		width:410px;
	}
}
.obentou{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:50px;
}
.obentou__wrap{
	position: relative;
}
.obentou__img{
	width:260px;
	height:210px;
	object-fit: cover;
}
.obentou__wrap dl{
	display: flex;
	justify-content: space-between;
}
.obentou__point{
	width:80px;
	height: 80px;
	border-radius: 100%;
	background-color: #E36040;
	font-size: 1.5rem;
	line-height: 1.5;
	color:#FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:-30px;
	right:-30px;
}
@media(min-width:1000px){
	.obentou{
		width:90%;
		gap:10%;
		margin: 110px auto 0;
	}
	.obentou__wrap{
		margin-bottom:60px;
	}
	.obentou__img{
		width:300px;
		height:250px;
	}
	.obentou__point{
		width:100px;
		height: 100px;
		font-size: 1.8rem;
	}
}
.tel{
	display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	width:100%;
	max-width: 260px;
	height: 80px;
	margin: 0 auto;
	background-color: #FFF;
	border:solid 1px;
	margin-top: 100px;
}
.tel__number{
	font-weight:600;
	font-size:2.0rem;
}
.tel__number a{
	color:#3C2909;
	border-bottom: solid 1px #3C2909;
}
.tel__number a:hover{
	opacity: 0.5;
}
@media(min-width:1000px){
	.tel{
		max-width: 500px;
		height:150px;
		margin-top: 50px;
		text-align: center;
		gap:20px;
	}
	.tel__description{
		font-size: 2.2rem;
	}
	.tel__number{
		font-size: 3.5rem;
	}
}