@charset "UTF-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*a {
  color: #fff;
  text-decoration: underline;
  transition: .3s;
}*/

#contents {
  color: #2b2b2b;
  background: #b5b3c0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}
/*#detailArea {
  padding-bottom: 0px;
}*/
.titleArea {
  height: 100vh;
  background: url(../img/mainImg-winter.jpg) center top no-repeat;
  background-size: cover;
  /*height: 400px;*/
  margin-top: 90px;
}
.leadArea {
  font-size: 16px;
  /*color: #fff;*/
  background: #a0a0a0;
  padding: 60px 0;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif !important;
  line-height: 2;
  text-align: center;
}
.leadArea .catch {
  font-size: 20px;
  /*color: #fff;*/
  font-weight: bold;
}
.titleArea .title_logo {
  /*background: rgba(0, 0, 0, 0.5);*/
  width: 100%;
  height: 100%;
}
.titleArea .title_logo img {
  width: 100%;
  max-width: 600px;
  margin: 50vh auto 0;
  transform: translateY(-50%);
  transition: .2s;
}

.sectionBox {
  width: 980px;
  margin: 0 auto;
  padding: 5% 0 0;
  text-align: center;
}
/*.sectionBox img {
  margin-bottom: 20px;
}*/
.sectionBox.lastBox {
  padding-bottom: 60px;
}

.sectionBox .infoInner .infoTtl {
  display: block;
  background: #d4ad71;
  color: #fff;
  padding: 2px 5px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
}

.sectionBox .event {
  /*background: url(../img/mill_img.jpg) center center no-repeat;*/
  /*background-size: cover;*/
  background:#FFFFF8;
  padding: 50px 70px;
  width: 700px;
  height: 330px;
  margin: 0 auto 40px;
}

.sectionBox .event .event_title {
  font-size: 45px;
  margin-bottom: 10px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif !important;
  color: #d4ad71;
}

.sectionBox .event .event_st {
  font-size: 25px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif !important;
  color: #d4ad71;
}

.sectionBox .event .event_txt {
  margin: 30px auto 0;
  line-height: 2;
  font-size: 16px;
}

.sectionBox .event .event_txt span {
  font-weight:bold;
}

.eventTtl {
  width: 100%;
  color: #6e1d04;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif !important;
}
/*.eventTtl img {
  width: 100%;
}*/
.eventTtl span{
  font-size: 44px;
}
.eventLead {
  /*padding-top: 20px;*/
}
.eventLead .leadTtl {
  position: relative;
  /*color: #3a632c;*/
  /*margin-left: 25px;*/
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 1.5px;
}
/*.eventLead .leadTtl:before {
  position: absolute;
  content: '';
  bottom: 11px;
  left: -23px;
  width: 18px;
  height: 2px;
  background: #2b2b2b;
}*/
.eventLead .leadTxt {
  width: 100%;
  margin: 16px auto 40px;
  font-size: 18px;
  line-height: 1.8;
}

.sub {
  padding: 2em;
  background: #fff;
  margin: 80px 0;
}
.sub .leadTtl {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.sub .leadTxt {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}


.eventInfo p {
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
  /*padding-bottom: 8px;*/
}
.eventInfo p.infoTtl {
  display: block;
  background: #d4ad71;
  color: #fff;
  padding: 2px 5px;
  margin-bottom: 10px;
}
/*.eventInfo p.infoDate {
    font-weight: bold;
}*/
.eventInfo p .notice {
  color: #2b2b2b;
  font-size: 15px;
  font-weight: normal;
}

.eventInfo .con_menu {
  background: #fff;
  padding:60px 0 80px;
  margin-bottom: 70px;
}
.eventInfo .con_menu .box_menu {
  width: 80%;
  margin: 0 auto;
}
.eventInfo .con_menu .box_menu .st_menu {
  color: #d4ad71;
  font-weight: bold;
  font-size: 18px;
}
.eventInfo .con_menu .box_menu .st_menu.tit01 {
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 20px;
  width: 70%;
  margin: 0 auto;
}
.eventInfo .con_menu .box_menu .st_menu.tit02 {
  padding-top: 20px;
}
.eventInfo .con_menu .box_menu .txt_menu {
  text-align: left;
  margin: 0 auto;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 45px;
}
.eventInfo .con_menu .box_menu .txt_menu.sub {
  padding: 45px 0;
} 
.eventInfo .con_menu .box_menu .txt_menu span {
  font-size: 17px;
  font-weight: bold;
}
.eventInfo .con_menu .box_menu .menu_img {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}
.eventInfo .con_menu .box_menu .menu_img p {
  width: 48%;
}
.eventInfo .con_menu .box_menu .menu_img p img {
  max-width: 100%;
}
.eventInfo .con_menu .box_shop {
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 45px;
  width: 80%;
  margin: 0 auto;
}
.eventInfo .con_menu .box_shop .st {
  margin-top: 30px;
  font-weight: bold;
}
.eventInfo .con_menu .box_shop .shop {
  width: 80%;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eventInfo .con_menu .box_shop .shop .name_shop {
  text-align: left;
  font-weight: bold;
  font-size: 17px;
}
.eventInfo .con_menu .box_shop .shop .btn a {
  width: 240px;
  display: inline-block;
  background: #d4ad71;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
}
.eventInfo .con_menu .chef {
  width: 80%;
  margin: 0 auto;
}
.eventInfo .con_menu .chef .box_chef {
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.eventInfo .con_menu .chef .box_chef .sub_txt {
  position: absolute;
  top: 100%;
  left: 0;
}
.eventInfo .con_menu .chef .box_chef .img img {
  max-width: 100%;
}
.eventInfo .con_menu .chef .box_chef .box_txt {
  width: 90%;
  margin-left: 23px;
  text-align: left;
}
.eventInfo .con_menu .chef .box_chef .box_txt .name {
  text-align: center;
  color: #d4ad71;
  font-weight: bold;
  font-size: 17px;
}
.eventInfo .con_menu .chef .box_chef .box_txt .btn {
  text-align: center;
}
.eventInfo .con_menu .chef .box_chef .box_txt .btn a {
  width: 320px;
  display: inline-block;
  background: #d4ad71;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 15px;
}

.area {
  margin: 80px 0 20px;
  text-align: center;
  color: #6e1d04;
}
.area img {
  width: 100%;
  max-width: 100px;
}

.eventInfo p.infoTxt {
  margin: 20px 0 5px;
}
.eventInfo p a {
  color: #6e1d04;
}

.infoInner{
  margin:0 auto 40px;
  width: 600px;
  text-align: center;
}
.infoInner .shop_box{
  border: solid 2px #e0ac8e;/*線*/
  border-radius: 5px;
  padding: 2em;
  background: #fff;
}
.infoInner .shop_box .hop_info_top .shop_area{
  position: static !important;
}
.infoInner .shop_box .hop_info_top .shop_name{
  margin: 20px 0 0 !important;
}
.infoInner .st{
  font-size: 20px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif !important;
  padding-bottom: 20px;
  margin: 0 0 20px 0;
  border-bottom: 2px solid #3D3D66;
  font-weight:bold;
}
.infoInner .shop_info_top{
  margin-bottom: 20px;
}
.infoInner .shop_info_top .shop_name{
  font-size: 20px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif !important;
  margin: 0;
}
.infoInner .shop_info_top .shop_area{
  margin-top: 10px; 
  font-size: 12px;
}
.infoInner .shop_info_top .shop_area span{
  padding: 2px 6px;
  background: #f5f5f5;
  color: #666666;
}
.infoInner .sst{
  font-size: 20px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif !important;
  color: #b89767;
  margin-bottom: 14px;
  margin-top: 15px;
}
.infoInner .txt{
  text-align: left;
  /*padding-bottom: 26px;*/
  border-bottom: 1px solid #e0ac8e;
  margin-bottom: 25px;
}
.infoInner .box_chef{
  width: 540px;
  margin: 0 auto;
  overflow: hidden;
}
.infoInner .box_chef .img{
  float: left;
  width: 50%;
  margin: 0;
  border: none;
  padding: 0;
  text-align: left;
}
.infoInner .box_chef .con_right{
  float: right;
  width: 45%;
}
.infoInner .box_chef .con_right p{
  margin-bottom: 20px;
}
.infoInner .box_chef .con_right .st{
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif !important;
  text-align: left;
  padding: 0;
  border: none;
}
.infoInner .box_chef .con_right .txt{
  border: none;
}
.infoInner .box_chef .con_right .btn{
  box-sizing: border-box; 
}
.infoInner .box_chef .con_right .btn a{
  background: #d4ad71;
  color: #fff;
  text-decoration: none;
  padding: .8em 0;
  width: 244px;
  display: inline-block;
  text-align: center;
}

.infoInner .shop_box .btn a {
  background: #d4ad71;
  color: #fff;
  text-decoration: none;
  padding: .8em 0;
  width: 244px;
  display: inline-block;
  text-align: center;
}

.section_inner {
  /*width: 90%;*/
  margin: 0 auto;
  background: #ffffff;
  /*border-radius: 10px 10px 10px 10px;*/
  padding: 80px 0;
}
.section_inner img {
  width: 100%;
}

.shop_event_txt p {
  text-align: center;
  line-height: 1.6;
}

.shop_event {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.shop_event li {
  border: 1px solid #91b3cd;
  border-radius: 10px 10px 8px 8px;
  margin-bottom: 20px;
}

.shop_event li h3 {
  font-size: 20px;
  line-height: 2.4;
  font-weight: bold;
  color: #ffffff;
  background: #91b3cd;
  border-radius: 8px 8px 0 0;
}
.shop_event li p.txt1 {
  padding-top:20px;
  font-size: 18px;
  font-weight:700;
    color: #333;
}
.shop_event li p.txt1 span {
  padding-top:20px;
  font-size: 15px;
  font-weight:400;
  color: #333;
}
.shop_event li p.txt2 {
margin-bottom:20px;
font-weight:400;
 font-size: 17px;
   color: #333;
}
/*.shop_event li p.txt2 span {
  font-size: 15px;
}
.shop_event li p.txt2-2 {
margin-bottom:5px;
font-weight:400;
 font-size: 17px;
   color: #333;
}*/
.shop_event li p.txt3 {
margin-bottom:20px;
font-weight:400;
 font-size: 17px;
 color: #b40707;
}
.shop_event li p.txt4 {
  font-size: 18px;
  line-height: 2.4;
  font-weight: bold;
  color: #fff;
  background: #b2b2b2;
}

.shop_event li hr {
  width: 20%;
  height: 2px;
  margin: 10px auto;
  background: #a6782c;
  border: none;
}
.shop_event li:last-child {
  margin-bottom: 0px;
}

.shop_event li p.txt5 {
  font-size: 18px;
  line-height: 2.4;
  background: #91b3cd;
  border-radius: 0 0 8px 8px;
}

.shop_event li p.txt5 a {
  color: #ffffff;
}

.eventArea {
  font-size: 16px;
  font-weight: bold;
  color: #6e1d04;
  margin: 30px 0 16px;
}
.eventUnderline {
  padding-top: 30px;
  border-bottom: 1px solid #2b2b2b;
}

.event_ribbon{
  font-size: 16px;
  padding: 2px 5px;
  background: #d4ad71;
  color: #fff;
  margin-bottom: 10px;
}
.event_ttl{
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif !important;
  line-height: 2;
}
.event_txt{
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif !important;
  margin-bottom: 40px;
  line-height: 2;
}
.event_img{
  margin-bottom: 80px;
}

.fgc {
  background: #fff;
}

.planBox {
  padding: 6%;
  /*margin: 6%;*/
  border: 2px solid #666;
}
.planBox img {
  width: 100%;
  margin-bottom: 15px;
}
.planBox h3 {
  font-size: 18px;
  font-weight: bold;
  /*line-height: 2.2;*/
  padding: 10px 0;
  letter-spacing: 3px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.sectionBox dl:after {
  display: block;
  content: '';
  clear: both;
}

.sectionBox dl.date {
  margin: 15px 0;
}

.sectionBox dl.date dt {
  float: left;
  clear: left;
  width: 18%;
  max-width: 60px;
  margin: 0 8px 8px 0;
  background: #d4ad71;
  color: #fff;
}
.sectionBox dl.date dd {
  display: block;
  float: left;
  width: 80%;
  margin-bottom: 8px;
}
.sectionBox dl.date dd span {
  font-size: 12px;
}


.eventInfo dl.menu {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 50px;
}
.eventInfo dl.menu dt {
  float: left;
  clear: left;
  width: 16%;
  max-width: 75px;
  margin-bottom: 15px;
}
.eventInfo dl.menu dd {
  display: block;
  float: left;
  width: 84%;
  border-left: 2px solid #666;
  padding-left: 10px;
  margin-bottom: 26px;
  text-align: left;
  position: relative;
}
.eventInfo dl.menu dd a {
  color: #2b2b2b;
}
.eventInfo dl.menu dt span {
  color: #6e1d04;
  font-weight: bold;
}

.eventInfo dl.menu dd .point {
  font-size: 13px;
  color: white;
  background: #a60304;
  width: 130px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  right: 200px;
  top: 68px;
}

.eventInfo dl.caution{
  font-size: 11px;
  margin-top: 15px;
}
.eventInfo dl.caution:after {
  display: block;
  content: '';
  clear: both;
}
.eventInfo dl.caution dt {
  float: left;
  clear: left;
  width: 5%;
  max-width: 15px;
}
.eventInfo dl.caution dd {
  display: block;
  float: left;
  width: 95%;
}

.up {
  margin:80px auto 0;
}

.up img {
  max-width:98%;
}

.sectionBox .cs {
  background: #fff;
  padding: 50px 70px;
  width: 600px;
  height: 350px;
  margin: 80px 0;
}

.sectionBox .cs .event_title {
  font-size: 45px;
  margin-bottom: 10px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif !important;
  color: #d4ad71;
}

.sectionBox .cs .event_st {
  font-size: 25px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif !important;
  color: #d4ad71;
}

.sectionBox .cs .event_txt {
  margin: 30px auto 0;
  line-height: 2;
  font-size: 20px;
}

.sectionBox .cs .event_txt span {
  font-weight:bold;
}

/*.planBox {
  margin-bottom: 30px;
}
.planBox .planTtl {
  color: #3a632c;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
.planBox .chefsBox div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.planBox .chefsBox img {
  width: 26%;
  margin-right: 8px;
}
.planBox .chefsBox p {
  font-size: 13px;
  width: 74%;
}
.planBox .chefsBox p span{
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.planBox dl.caution{
  font-size: 11px;
  margin-bottom: 20px;
}
.planBox dl.caution:after {
  display: block;
  content: '';
  clear: both;
}
.planBox dl.caution dt {
  float: left;
  clear: left;
  width: 5%;
  max-width: 15px;
}
.planBox dl.caution dd {
  display: block;
  float: left;
  width: 95%;
}*/
.reserve {
  width: 100%;
}
.reserve a {
  display: block;
  width: 60%;
  margin:0 auto;
  /*background: #d4ad71;*/
  background: #3a632c;
  font-size: 16px;
  color: #fff;
  padding: 16px 0;
  /*margin: 10px 0;*/
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  z-index: 1000;
}
.reserve a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}

.planInfo {
  margin-top: 20px;
  padding: 6%;
  border: 1px solid #3750a3;
  background: #fff;
}
.planInfo .txt1 {
  color: #3750a3;
  margin-bottom: 10px;
}
.planInfo .txt2 {
  font-size: 12px;
}

.infoInner table {
  font-size: 15px;
  font-weight: 500;
  color: #131515;
  margin: 2px 0 12px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.infoInner table caption {
  font-size: 16px;
  /*color: #fff;*/
  font-weight: 700;
  padding: 8px 0;
}

.infoInner table th {
  border-collapse: collapse;
  width: 18%;
  padding: 2px 0;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  border-color: #fff;
}
.infoInner table th.area {
  border: 1px solid #333;
  color: #333;
}
.infoInner table td {
  font-size: 14px;
  padding: 6px 0 6px 10px;
  text-align: left;
  vertical-align: middle;
}
.infoInner table td span {
  font-size: 12px;
  line-height: 14px;
  margin: 16px 0 2px;
  display: block;
}
.infoInner table td span:first-child {
  margin: 0px 0 2px;
}
.infoInner table td ul li a {
  color: #131515;
  text-decoration: underline;
}
.infoInner table td ul li:before {
  font-family: FontAwesome;
  content: '\f0da';
  margin-right: 5px;
}