@charset "UTF-8";

html {
	font-size: 62.5%;
}
body {
	font-size: 1.4em;
	color: #111;
  background: #fff;
}
h1,h2,h3,ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 共通 */
h2 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 4rem;
	text-align: center;
	color: #111;
}
p.h2_bottom {
	font-size: 1.2rem;
	line-height: 1.0rem;
	text-align: center;
	margin-bottom: 40px;
}
h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.6rem;
	margin-bottom: 30px;
	color: #a5915e;/*#b29d69*/
}
p {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
	line-height: 2rem;
}
header .logoArea {
  padding: 0 !important;
}
#pageHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.logoArea .catchphrase {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.logoArea.hidden .catchphrase {
  opacity: 0;
}
.secondContents {
  background: #f5f5f5;
}
.content_wrapper {
	max-width: 1060px;
	margin: 0 auto;
	background: #f2eada;
}

#main_title {
	background: url('../img/main_pc.jpg') center bottom no-repeat;
	background-size: cover;
	height: 480px;
}
#main_subtitle {
	padding: 60px 0;
	text-align: center;
	background: #ece3cd;/*イベント情報ありの時*/
}
#main_subtitle p {
	width: 800px;
	margin: 0 auto;
	color: #111;
}

#main_subtitle p.main_title1 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 6rem;
	line-height: 10rem;
	text-align: center;
	margin-bottom: 10px;
	color: #b29d69;
}
#main_subtitle p.main_title2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.6rem;
	/*line-height: 1.6rem;*/
}
#main_subtitle p.main_lead {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	line-height: 3.2rem;
	margin-top: 30px;
}


#event {
	width: 100%;
	margin: 0 auto;
	padding: 90px 0 100px;
	background: #fff;
	/*border-bottom: 1px solid #ccc;*/
}
.event_box {
	width: 70%;
  min-width: 800px;
  max-width: 920px;
	margin: 0 auto;
	padding: 50px;
	border: 1px solid #ccc;
}

.event_title {
  display: flex;
}
.event_title .event_img {
  width: 23%;
  max-width: 168px;
  margin-right: 30px;
}
.event_title .event_img img {
  width: 100%;
}
.event_title p {
  width: 77%;
	font-size: 1.8rem;
  line-height: 2;
  border-bottom: 1px solid #ccc;
}

.event_detail {
	width: 100%;
	display: flex;
}
.event_detail_left {
	width: 50%;
	padding: 50px 25px 0 0;
}
.event_detail_right {
	width: 50%;
	padding: 50px 0 0 25px;
}

.shop_area {
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	padding: 10px 0;
	text-align: center;
  background: #b29d69;
  color: #fff;
}
.shop_name {
  font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
  margin: 40px 0 20px;
  text-align: center;
}

.shop_date {
  line-height: 1.4;
	text-align: center;
  margin-bottom: 40px;
}
.shop_date span.big {
  font-size: 2.8rem;
  font-family: 'Noto Serif JP', serif;
}
.shop_date span.small {
  font-size: 2.2rem;
  font-family: 'Noto Serif JP', serif;
}


.shop_price {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #b29d69;
}
.shop_price span.big {
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
}


.shop_add{
  font-size: 1.4rem;
  line-height: 1.6;
  border-left: 3px solid #b29d69;
  padding-left: 15px;
}
.shop_add p {
  font-size: 1.4rem;
  margin: 0 0 5px;
}
.shop_add span.big {
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
}
span.new {
	font-size: 1.3rem;
	color: #fff;
	background: #f78362;
	padding: 2px 6px;
}
.attention {
	font-size: 1.2rem;
	text-align: center;
}

.reserve_detail {
  width: 100%;
  margin: 20px auto 40px;
  /*padding: 0 20px;*/
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.reserve {
  width: 50%;
  text-align: center;
}
.reserve a {
  width: 70%;
  margin: 0 auto 15px;
  display: block;
  padding: 10px 0;
  margin-bottom: ;
  text-decoration: none;
  color: #b29d69;
  border: 1px solid #b29d69;
  border-radius: 30px;
  transition: .3s;
}
.reserve a:hover {
  background: #b29d69;
  color: #fff;
}

.event_tokyo {
  margin: 30px 50px;
  padding: 30px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}

.event_tokyo_left {
  width: 110px;
  height: 110px;
  background: #b29d69;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event_tokyo_left p {
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
}
.event_tokyo_center {
  width: 200px;
}
.event_tokyo_center p {
  margin-bottom: 7px;
}
.event_tokyo_center span.big {
  font-size: 2.2rem;
  font-family: 'Noto Serif JP', serif;
}
.event_tokyo_center span.small {
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
}
.event_tokyo_right {
  width: 270px;
}
.event_tokyo_right p {
  font-size: 13px;
  line-height: 1.7;
}
.event_tokyo_right a {
  color: #b29d69;
  transition: .3s;
}
.event_tokyo_right a:hover {
  color: #fff;
  background: #b29d69;
}

#profile {
	width: 100%;
	margin: 0 auto;
	padding: 90px 0 100px;
	background: url('../img/marc.png');
  background-repeat: no-repeat;
  background-position: left 8% bottom;
	background-size: 47%;
	background-color: #ece3cd;
}
.profile_box, .profile_box2 {
	width: 80%;
	margin: 0 auto;
	display: flex;
}
.profile_box > div, .profile_box2 > div {
	width: 50%;
  /*border: 1px solid #f00;*/
}
.profile_box p, .profile_box2 p {
	line-height: 2.2;
  padding-bottom: 20px;
}
.profile_box {
  margin-bottom: 100px;
}
.profile_box_img {
  text-align: right;
}
.profile_box_img img {
  width: 90%;
  margin-top: 60px;
}

#philosophie {
  width: 100%;
  margin: 0 auto;
	background-image: url('../img/grenouille.png'), url('../img/philosophie_bg.jpg');
  background-repeat: no-repeat, repeat;
  background-position: top -150px right -25%, left;
	padding: 90px 0 100px;
}
.philosophie_box,.philosophie_box2 {
	width: 80%;
	margin: 0 auto;
	display: flex;
}
.philosophie_box > div, .philosophie_box2 > div  {
	width: 50%;
  /*border: 1px solid #f00;*/
}
.philosophie_box p, .philosophie_box2 p {
  line-height: 2.2;
}
.philosophie_box2 {
  margin-top: 200px;
}
.philosophie_box2 img {
  width: 90%;
  margin-top: -80px;
}

#history {
  /*background: url('../img/cuisine2Bg.jpg') right bottom no-repeat;*/
  /*background-size: cover;*/
  background-color: #ece3cd;
  /*border-bottom: 1px solid #ccc;*/
  padding: 90px 0 100px;
}
.history_box {
  width: 60%;
  max-width: 720px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
  border-radius: 10px;
}
.history_box table {
  font-size: 14px;
  /*color: #ffffff;*/
}
.history_box table th {
  width: 80px;
  border-bottom: solid 1px #cccccc;
  text-align: left;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  padding: 10px 0;
}
.history_box table td {
  border-bottom: solid 1px #cccccc;
  padding: 10px 0;
}
.history_box table span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin: 3px 0 0;
}

#specialite {
	background-color: #efeeea;
	padding: 90px 0 100px;
}
.specialite_box {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0 0;
}
ul.bxslider {
	padding: 0;
	margin: 0;
}

#shoplist {
  background-color: #fff;
  padding: 90px 0 100px;
}
.shoplist_box {
  width: 500px;
  margin: 0 auto;
}
.shoplist_box table th {
  width: 200px;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  text-align: left;
  padding: 5px 0;
}
.shoplist_box table td {
  padding: 5px 0;
  font-size: 1.6rem;
}
.shoplist_box table td a {
  color: #b29d69;
  transition: .3s;
}
.shoplist_box table td a:hover {
  opacity: .8;
}