@charset "utf-8";

*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}

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

body{
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", sans-serif;
	/*"Noto Serif JP", serif;*/
	font-size: 16px;	
	color: #35281C;
	background-color: #EEECDA;
	/* スクロールバーのスペースを確保する */
  scrollbar-gutter: stable;
}

a{
	color:#35281C;
	text-decoration: none;
}

a:visited{
	color: #35281C;
}

ul{
	list-style: none;
}

h2{
	font-size: 1.3rem;
	margin-bottom: 60px;
	/*font-weight: bold;*/
	font-family: "Noto Serif JP", serif;
	color: 35281C;
	text-align: center;
}

.h2Sub{
	margin-top: 40px;
	font-family: "Lobster", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.1rem;
  text-align: center;
  color: #B84F50;
}

section{
	margin-bottom: 100px;
}

.wrap{
	max-width: 1440px;
	margin: 0 auto;
	/*border: 1px solid green;*/
	padding-left: 20px;
	padding-right: 20px;
}

.mainContents{
	max-width: 1120px;
	margin: 0 auto;
}

.headerImg{
	text-align: center;
}

.headerImg img{
	max-width: 1120px;
	width: 100%;
}


@media(max-width: 780px){
		.wrap{
			width: 100%;
		}
}

/*  ヘッダー関連  */
header,footer{
	background-color: #7C5C3F;
	color: #EEECDA;
}

.headerContents{
	padding-bottom: 10px;
	padding-top: 10px;
}

header h1{
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	color: #EEECDA;
}

header p{
	font-size: 0.8rem;
	color: #EEECDA;
}

header a{
	color: #EEECDA;
	padding-bottom: 5px;
}

header a:visited{
	color: #EEECDA;
}

header a:hover{
	border-bottom: 1px solid #EEECDA;
}

.gNavi{
	display: flex;
	justify-content: space-between;
}

.logo p{
	text-align: center;
}

.navi ul{
	display: flex;
	justify-content: space-around;
}

.navi li{
	padding: 20px 10px;
	display: block;
	/*border: 1px solid yellow;*/
}

@media(max-width: 600px){
	.logo h1{
	font-size: 1.2rem;
	}

	.logo{
		line-height: 1.1;
	}

	header p{
	font-size: 0.7rem;
	}

	.headerContents{
		height: 60px;
	}
}

/* ↓↓　ハンバーガーメニュー　↓↓ */
@media(max-width: 800px){
			.btn{
			width: 60px;
			height: 60px;
			background-color: #C99365;
			position: fixed;
			top: 0;
			right: 0;
			z-index: 100;
		}

		.btn i{
			position: absolute;
			left: 10px;
			width: 40px;
			height: 2px;
			background-color: #fff;
			transition: .5s;
		}

		.btn i:nth-of-type(1){
			top: 20px;
		}

		.btn i:nth-of-type(2){
			top: 30px;
		}

		.btn i:nth-of-type(3){
			top: 40px;
		}

		.btn.active i:nth-of-type(1){
			transform: translateY(10px) rotate(45deg);
		}

		.btn.active i:nth-of-type(2){
			opacity: 0;
		}

		.btn.active i:nth-of-type(3){
			transform: translateY(-10px) rotate(-45deg);
		}

		.container{
			position: fixed;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			background-color: #C99365;
			color: #fff;
			z-index: 90;
			opacity: 0;
			visibility: hidden;
			transition: .5s;
		}

		.container.active{
			opacity: 1;
			visibility: visible;
		}

		.item{
			margin-top: 80px;
		}

		.item ul{
			width: 480px;
			margin: 50px auto;
			display: block;
		}

		.item ul{
			margin: 0 30px;

		}

		.item ul li{
			margin-bottom: 20px;
		}

		.item ul li a{
		}
}
/* ↑↑　ハンバーガーメニュー　↑↑ */

/*   フッター関連 */
.small{
	font-size: 12px;
	text-align: center;
}

.copyRight{
	margin-top: 5px;
	text-align: center;
}

.footerContents li{
	padding-top: 5px;
	padding-bottom: 5px;
}

.footerContents{
	max-width: 1120px;
	padding: 10px;
}

@media(max-width: 780px){
	.fnavi{
		display: none;
	}

	.footerContents{
		padding-bottom: 40px;
	}
}
/* index.html関連 */

.topImg{
	display: flex;
	margin: 0 auto;
	max-width: 1440px;
}

.topText p{
	margin-bottom: 20px;
}

.topContents{
	/*position: relative;*/
	background-color: #fffff4;
	max-width: 1440px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0 auto;
}

.top_concept{
	display: flex;
	justify-content: space-between;
}

.message_midashi{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 60px;
	color: #B84F50;
}

.top_message p{
	margin-bottom: 15px;
	line-height: 1.4;
}

.top_message{
	margin-right: auto;
	margin-left: auto;
	width: 70%;
}

.okazu{
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

.fvImg01,.fvImg02{
	max-width: 300px;
}

.fv01,.fv02{
	display: flex;
}

.fv01{
	flex-direction: row-reverse;
}

.fv01,.fv02{
	margin-bottom: 40px;
}

.spImg{
	display: none;
}

.pcImg{
	display: block;
}

.first_title{
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.top_frame{
	width: 90%;
}

.recruitBtn{
	width: 220px;
	padding: 20px 0;
	text-align: center;
	background-color:#EEECDA ;
	color: #B84F50;
	border:1px solid #B84F50 ;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.dishText{
	width: 80%;
}

.dishBtn{
	text-align: center;
	width: 250px;
	padding: 20px 0;
	background-color:#EEECDA ;
	color: #B84F50;
	border: 1px solid #B84F50;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	
}

.dishBtn a,.staffBtn a,
.recruitBtn{
	color: #B84F50;
}

.dishBtn a:visited,
.staffBtn a:visited,
.recruitBtn a:visited{
	color: #B84F50;
}

.dishBtn a:hover,
.staffBtn a:hover,
.recruitBtn a:hover{
	color:#EEECDA ;
}

.dishBtn:hover,
.staffBtn:hover,
.recruitBtn:hover{
	background-color:#B84F50 ;
}



.staffBtn{
	text-align: center;
	width: 250px;
	padding: 20px 0;
	background-color:#EEECDA ;
	color: #B84F50;
	border: 1px solid #B84F50;
	margin:20px auto 0 auto;
}

.recruitMsg{
	margin:20px auto 40px auto ;
	width: 80%;
}

.news ul{
	padding-left: 0;
}

.news ul li{
	padding: 20px 0 20px 175px;
	border-bottom: 1px dotted #333;
	text-indent: :-175px;
}

.mydatetime{
	margin-right: 30px;
}

.flexContents, .topStaff{
	display: flex;
}

.dishContents{
	display: flex;
	flex-direction: row-reverse;
}

.flexL p{
	margin-bottom: 20px ;
	width: 90%;
}

.howto_text{
	width: 100%;
	padding-left: 20px;
}

.flexR p{
	margin-bottom: 20px ;
	width: 90%;
	border: 1px solid red;
}

.topStaffText{
	margin-bottom: 20px ;
	width: 80%;
}

.topStaffText p{
	width: 100%;
	padding-left:20px ;
}

.flexR img{
	width: 100%;
	display: block;
	margin: 0 auto;
}

.flexL img{
	width: 100%;
	display: block;
	margin: 0 auto;
	/*padding: 20px;*/
}

.topStaffImg img{
	width: 100%;
	display: block;
	margin: 0 auto;
}

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	.sp-only-news{
		display: none;
	}


@media (max-width: 780px){
	.topImg{
		display: block;
	}

	.flexContents, .topStaff{
	display: block;
	}

	.dishContents{
	display: block;
	flex-direction: row-reverse;
	}

	.dishText{
		width: 80%;
		margin-right: 20px;
	}

	.flexR p,.flexL p{
		width: 90%;
		/*border:1px solid green;*/
		margin: 10px auto;
		}

	.flexR,.flexL{
		margin: 0 auto;
	}

/*
	.firstView{
		display: block;
		width: 100%;
	}*/

	.topText{
	max-width: 600px;
	position: absolute;
	top: 0px;
	left: 180px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	padding-top: 20px;
	}

	.news ul li{
	padding-left: 20px;
	}

	.fv01,.fv02{
	display:block;
	}

	.pcImg{
		display: none;
	}

	.spImg{
		display: block;
		max-width: 500px;
	}

	.fvImg01,.fvImg02{
		text-align: center;
		margin-bottom: 20px;
	}

	.topStaffText,
	.dishText{
		width: 80%;
		margin: 20px auto;
	}

}
/********************スマホのときのレイアウト編集中*/

@media(max-width: 600px){

	.topText{
	width: 300px;
	position: static;
	top: 50px;
	left: 380px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 1rem;
	margin:0 auto;
	/*border:1px solid green;*/
	}

	.sp-only-news{
		display: block;
	}

	.flexR img{
		width: 100%;
	}

	.message_midashi{
		font-size: 1rem;
		font-weight: bold;
	}

	.pcImg{
		display: none;
	}

	.spImg{
		display: block;
		width: 100%;
	} 

	.fvImg01,.fvImg02{
		margin: 0 auto 20px auto;
	}

}




/**************************************************/
/* about.html関連 */
.aboutIntro{
	color: #35281C;
	font-size: 1.25rem;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.aboutIntro span{
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
}

.sp-only{
	display: none;
}

.aboutContents01,.aboutContents02{
	display: flex;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

.aboutContents01{
	flex-direction: row-reverse;	
}

.aboutContents01 p,
.aboutContents02 p{
	width: 36%;
	padding-top: 40px;
}

.aboutContents01 p{
	margin-right: 5%;
}

.aboutContents02 p{
	margin-left: 5%;
}

.aboutContents01 img,
.aboutContents02 img{
	width: 54%;
	border-radius: 10%;
	aspect-ratio: 8/5;
}

.okazuya{
	width: 80%;
	margin: 80px auto;
}

.okazuya p{
	margin-top: 20px;
}

@media(max-width: 780px){
	.sp-only{
		display: block;
	}

	.aboutContents01,
	.aboutContents02{
		display: block;
	}

	.aboutContents01 img,
	.aboutContents02 img{
	width: 100%;
	border-radius: 0%;
	aspect-ratio: 8/5;
	}

	.aboutContents01 p,
	.aboutContents02 p{
	width: 80%;
	margin: 0 auto;
	}
}

@media(max-width: 600px){

	.aboutIntro p{
		font-size: 1.1rem;
	}

	.aboutIntro span{
	font-size: 1.5rem;
}

	.aboutContents01,
	.aboutContents02{
	display: block;
	width: 100%;
	margin: 0 10px 40px 10px;
	}

	.aboutContents01 p,
	.aboutContents02 p{
	width: 90%;
	padding-top: 40px;
	margin: 0 auto;
	}

	.aboutContents01 img,
	.aboutContents02 img{
	width: 100%;
	border-radius: 0;
	margin: 0 auto;
}

}

/* menu.html関連 */

.menuText{
	width: 80%;
	margin: 0 auto;
}

.menuText p{
	margin-bottom: 20px;
}

	/*  ---- メニュースライダー ---- */
.splide__slide img {
  display: block;
  width: 100%;
}

#slider1{
  margin-bottom: 20px;
}
	/*  ---- メニュースライダー 　ここまで---- */

/* recruit.html関連 */

table{
	width: 80%;
	margin: 0 auto;
	border-collapse:separate;
  border-spacing: 5px;
  margin-bottom: 40px;
}


table th,table td{
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
}

table th{
  background-color: #c79852;
  color: white;
  /*border:solid 1px #927141;*/
  width: 30%;
}

table td{
  background-color: #e4d4bc;
  /*border:solid 1px #af9d85;*/
  text-align: left;
  padding: 5px 10px;
}

.recruitComment{
	text-align: center;
	margin-bottom: 40px;
}

.recruitTitle{
	text-align: center;
	font-size: 1.2rem;
}

@media(max-width:780px) {
	table{
	width: 90%;
	margin: 0 auto;
	border-collapse:separate;
 	border-spacing: 5px;
 	margin-bottom: 40px;
	}
}

@media(max-width: 600px){
	table{
		width: 100%;
	}
}
/* staff.html関連 */

.staffIntro{
	width: 70%;
	margin: 0 auto 40px auto;
}

.staffList{
	display: flex;
	flex-wrap: wrap;
}

.staffContents{
 display: flex;
 flex-direction: column;
 width: 30%;
 margin-bottom: 30px;
 margin-right: 5%;
}

.staffContents:nth-child(3){
	margin-right: 0;
}

.staffContents img{
	width: 95%;
	margin: 0 auto;
}

.staffName{
	text-align: center;
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;

}

.staffText{
	width: 95%;
	margin: 0 auto;
	}


@media(max-width: 780px){
	.staffList{
		display: flex;
	}
	.staffContents{
		width: 45%;
	}
	.staffContents:nth-child(2n){
		margin-right: 0%;
		margin-left: 5%;
	}

}

@media(max-width: 600px){
	.staffList{
		display: block;
	}
	.staffContents{
		width: 100%;
	}

}
/* toiawase.html関連 */

.toiawaseHead{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.policy{
	width: 70%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.policy p{
	margin-bottom: 10px;
}

form{
	width: 70%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.formRow{
	display: flex;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #f2f4f5;
}

.formRow:last-child{
	border-bottom: none;
}

.formLabel{
	display: flex;
	align-items: center;
	width: 250px;
}

.formLabel label{
	font-weight: bold;
}

.formLabel span{
	margin-left:10px;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #166ab5;
}

input, textarea {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  flex-grow: 1;
}
input::placeholder,
textarea::placeholder {
  color: #999;
  font-size: 14px;
}
select {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
}
button {
  cursor: pointer;
  margin-top: 30px;
  padding: 15px 45px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  background-color: #166ab5;
}

.sp-only-toiawase{
	display: none;
}

@media(max-width: 780px){
	.sp-only-toiawase{
	display: block;
	}

	.formRow{
		display: flex;
		flex-direction: column;
	}

	.btnGroup [radio]{
		text-align: left;
		width: 240px;
	}
}