@charset "UTF-8";
/* CSS Document */
.main {
 background-color: #FDFAF4;
}
.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 {
 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;
 }
}
.lunch {
 width: 90%;
 margin: 0 auto;
}
.lunch__wrap {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: center;
	gap:5%;
 margin-bottom: 40px;
}

.lunch__img {
 width: 300px;
 height: 160px;
 object-fit: cover;
}
.lunch__text {
 text-align: left;
 width: 300px;
}
.lunch__title {
	width: 100%;
	max-width: 300px;
}
.lunch__title dl{
	display: flex;
	justify-content: space-between;
}
.lunch__title dt {
	text-align: left;
}
.lunch__description {
 margin: 0 0 10px 10px;
 font-size: 1.4rem;
 line-height: 1.5;
}
.lunch__select{
	margin: 5px 0 0 20px;
 font-size: 1.4rem;
 line-height: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.lunch__select-wrap{
	display: flex;
	flex-wrap: wrap;
	width:220px;
	line-height: 1.1;
}
.lunch__select span{
	margin-right: 10px;
}
.kobachi-wrap{
	border: dotted 1px;
	max-width: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:10px;
		margin: 10px 0 0 20px;
    font-size: 1.4rem;
    line-height: 1;
	gap:5px;
	line-height: 1.1;
}
.kobachi-wrap__img{
		background-image: url("images/picture/konachi.png");
		background-position: center;
		background-size: cover;
	width:170px;
	height:50px;
	border-radius: 100%;
}

.lunch__don-set{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	border-radius: 100%;
	width:150px;
	height:150px;
	font-size: 1.4rem;
	margin-top: 5px;
}
.lunch__don-bottom{
		display: flex;
	flex-direction: column;
		justify-content: center;
		align-items: center;
		flex-grow: 1;
	margin-top: -15px;
	}
.lunch__don-wrpper{
	margin-top: 20px;
	width:80%;
	max-width: 200px;
}
.lunch__don-wrpper dl{
	display: flex;
	justify-content: space-between;
}
@media(min-width:1000px) {
 .lunch__wrap {
  margin-bottom: 60px;
	 gap:3%;
 }
 .lunch__img {
  max-width: 500px;
  height: 250px;
	 flex: 1;
 }
 .lunch__text {
  max-width: 750px;
	 flex: 1;
 }
	.lunch__title {
	max-width: 350px;
}
	.lunch__title{
	font-size: 2.0rem;
}
 .lunch__description {
  font-size: 1.8rem;
  margin: 10px 0 0 30px ;
 }
	.lunch__select{
		font-size: 1.6rem;
		line-height: 1.2;
  margin: 10px 0 0 60px;
	}
	.kobachi-wrap{
		font-size: 1.6rem;
    margin-left: 90px;
		max-width:500px;
		margin-top: 30px;
	}
	.kobachi-wrap p{
		margin-left: 5px;
		line-height: 1.5;
		text-align: left;
	}
	.kobachi-wrap__img{
		background-image: url("images/picture/konachi.png");
		background-position: center;
		background-size: cover;
		width:160px;
		height:80px;
		border-radius: 100%;
	}
	.kobachi-wrap__img:hover{
		background-image: url("images/picture/06.png");
	}
	.lunch__select-wrap{
		margin-left: 5px;
		width:450px
	}
	.lunch__don-bottom{
		flex-direction: row;
		justify-content: flex-start;
		margin-left: 10%;
		gap:10%;
	}
}

.set-drink {
 width: 70%;
 line-height: 2.5;
 text-align: left;
 background-color: #FAEEE1;
 margin: 40px auto;
 padding: 20px 30px;
}
.set-dessert {
 width: 70%;
 line-height: 2.5;
 text-align: left;
 background-color: #FAEEE1;
 margin: 0px auto 50px;
 padding: 30px;
}

.set-drink__title, .set-dessert__title {
 margin-bottom: 10px;
 font-size: 2.0rem;
	line-height: 1.3;
}
.set-drink ul {
 display: flex;
 flex-wrap: wrap;
	line-height: 2;
}
.set-drink ul li {
 list-style: none;
 font-size: 1.4rem;
 margin-right: 20px;
}
.set-dessert ul {
 display: flex;
 flex-wrap: wrap;
	line-height: 2;
}
.set-dessert ul li {
 list-style: none;
 font-size: 1.4rem;
 margin-right: 20px;
}


@media(min-width:1000px) {
 .set-drink {
  padding: 30px 90px ;
  margin: 30px auto;
	 width:70%;
 }
	.set-dessert {
  padding: 30px 90px ;
  margin: 30px auto 50px;
		 width:70%;
 }
	
 .set-drink ul li {
  font-size: 1.8rem;
 }
 .set-drink__title, .set-dessert__title {
  font-size: 2.2rem;
 }
	.set-dessert ul li {
  font-size: 1.8rem;
 }
}
.kids-menu {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 background-color: #FFF;
 margin: 0 auto;
 padding: 20px 30px;
 width: 100%;
 max-width: 350px;
 height: 350px;
 border-radius: 100%;
 line-height: 30px;
}
.kids-menu__title {
 color: orange;
 font-size: 1.8rem;
 margin-bottom: 20px;
}

.kids-menu__text dt {
 width: 80%;
 float: left;
 display: inline-block;
 text-align: left;
}
.kids-menu__text dt span {
 font-size: 1.2rem;
}
.kids-menu__text dt dd {
 width: 10%;
 float: right;
}
.kids-menu__text {
 text-align: left;
}
.kids-menu__description {
 font-size: 1.2rem;
 line-height: 1.2;
 margin: 0 60px 10px 10px;
}
@media(min-width:1000px) {
 .kids-menu {
  min-width: 50%;
	 justify-content: flex-start;
	 padding-top: 50px;
  height: 320px;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5;
  padding: 20px;
  margin-bottom: 80px;
 }
 .kids-menu__text {
  width: 80%;
 }
 .kids-menu__title {
  font-size: 2.4rem;
  margin: 0;
 }
	.kids-menu__text {
	margin-left: 50px;
}
 .kids-menu__text dt span {
  font-size: 1.6rem;
 }
	.kids-menu__text description{
		max-width: 70%;
	}
}
.dinner{
	margin: 70px auto;
	width:90%;
	
}
.dinner__img-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
	margin: 0 auto;
}
.dinner__img_wrapper1{
	display: flex;
	flex-wrap: wrap;
	max-width: 300px;
	justify-content: center;
	gap:10px;
}
.dinner__img_wrapper1 img{
	width:140px;
	height:140px;
	object-fit: cover;
}
.dinner__img_wrapper1 img:nth-of-type(3) {
	width:290px;
	height:140px;
	object-fit: cover;
}

.dinner__img_wrapper2{
	display: flex;
	gap:10px;
	max-width: 300px;
}
.dinner__img_inwrapper2{
	display: flex;
	flex-direction: column;
	gap:10px;
}
.dinner__img_inwrapper2 img{
	width:140px;
	height:140px;
	object-fit: cover;
}
.dinner__img_wrapper2_3{
	width: 140px;
	height:290px;
	object-fit: cover;
}

.dinner__tel{
	display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	width:80%;
	max-width: 520px;
	margin: 0 auto;
	background-color: #FFF;
	border:solid 1px;
	margin-top: 40px;
	padding:20px;
	gap:10px;
}
.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;
}
.tel__description{
	font-size: 1.6rem;
}
@media(min-width:1000px){
	.dinner{
		margin: 100px auto;
	}
	.dinner__img-wrap{
	gap:20px;
		}
	.dinner__img_wrapper1{
	max-width: 550px;
	gap:30px;
}
.dinner__img_wrapper1 img{
	width:250px;
	height:250px;
}
.dinner__img_wrapper1 img:nth-of-type(3) {
	width:530px;
	height:250px;
}
.dinner__img_wrapper2{
	display: flex;
	gap:30px;
	max-width: 550px;
}
.dinner__img_inwrapper2{
	gap:30px;
}
.dinner__img_inwrapper2 img{
	width:250px;
	height:250px;
}
.dinner__img_wrapper2_3{
	width: 250px;
	height:530px;
}
	.dinner__tel{
		max-width: 400px;
		gap:20px;
		margin-top: 50px;
		padding:20px;
	}
	.tel__description{
		font-size: 2.0rem;
		line-height: 1.5;
	}
	.tel__number{
		font-size: 3.5rem;
	}
}
.dessert {
 width: 90%;
 margin: 0 auto;
	margin-bottom: 70px;
}
.dessert__wrap {
 display: flex;
 flex-wrap: wrap;
	gap:5%;
 align-items: center;
 margin: 0 auto;
 justify-content: center;
}
.dessert__img {
 width: 100%;
 max-width: 300px;
 height: 160px;
	object-position: center;
 object-fit: cover;
}
.dessert__text-wrapper{
	width: 100%;
	max-width: 300px;
	
}
.dessert__text-wrapper dl{
	display: flex;
	justify-content: space-between;
	margin-top: 3px;
}
.dessert__text-wrapper dt {
	text-align: left;
}
.dessert__text-wrapper dd {
}
@media(min-width:1000px) {
 .dessert__wrap {
  margin-bottom: 100px;
	 justify-content: flex-start;
	 margin-left: 10%;
 }

 .dessert__img {
  max-width: 500px;
  height: 250px;
 }
	.dessert__text-wrapper{
		max-width: 400px;
	}
	.dessert__text-wrapper dl{
	margin-top: 15px;
}
}

.drink {
 padding-bottom: 150px;
 width: 90%;
 margin: 0 auto;
}
.drink__wrap {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 margin: 0 auto;
}
.drink__wrapper {
 margin-bottom: 30px;
 width: 80%;
}
.drink__title {
 text-align: left;
 font-weight: 500;
	font-size: 1.8rem;
}
.drink__text {
 display: inline-block;
 width: 100%;
}
.drink__text dl {
 width: 100%;
	margin-bottom: 10px;
}
.drink__text dt {
 width: 70%;
 float: left;
 text-align: left;
}
.drink__text dd {
 width: 30%;
 float: right;
}
hr {
	width:90%;
 border-width: 1px 0px 0px 0px; /* 太さ */
 border-style: solid; /* 線種 */
 border-color: #3C2909; /* 線色 */
 height: 1px; /* 高さ(※古いIE用) */
	margin: 7px 0;
}
@media(min-width:1000px) {
	.drink{
		padding-bottom:300px;
	}
 .drink__wrap {
  margin-left: 20px;
  justify-content: space-between;
 }
 .drink__wrapper {
  flex: 1;
  width: 90%;
 }
 .drink__text dl {
  font-size: 1.6rem;
 }
	.drink__title {
	font-size: 2.2rem;
}
}