/* Scss Document */
header {
	position: relative;
}
header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/eventi/key_bg.jpg) center 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#key {
	    min-height: 898px;
    padding-bottom: 164px;
    box-sizing: border-box;
}
.fix_btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
}
#key .txt dt {
	color: #274c25;
	font-size: 34px;
	line-height: 45px;
	font-weight: bold;
	padding: 209px 0 28px 0px;
	letter-spacing: 0.05em;
}
#key .txt dt span {
	font-size: 34px;
}
#key .txt dt img {
	margin-top: 6px;
}
#key .txt dd {
	letter-spacing: 0.05em;
	width: 422px;
}
#key .info {
	padding-top: 50px;
}
#key .info dt {
	background: url(../img/eventi/key_h.png) center 10px no-repeat;
text-align: center;
    font-size: 32px;
    color: #274c25;
    line-height: 70px;
    letter-spacing: 0.18em;
    margin-bottom: 43px;
    font-weight: bold;
}
#key .info dd {
	    width: 573px;
  
    letter-spacing: 0.1em;
    margin-left: 215px;
}


.outline {
  display        : inline-block;
  text-shadow    : 
       2px  2px 1px #e6cc8f,
      -2px  2px 1px #e6cc8f,
       2px -2px 1px #e6cc8f,
      -2px -2px 1px #e6cc8f,
       2px  0px 1px #e6cc8f,
       0px  2px 1px #e6cc8f,
      -2px  0px 1px #e6cc8f,
       0px -2px 1px #e6cc8f;        /* 文字の影 */
}
#sec1 {
	margin-bottom: 69px;
	margin-top: -146px;
	position: relative;
	z-index: 2;
}
#sec1 .info {
	position: relative;
	    padding-left: 515px;
    padding-top: 47px;
    padding-bottom: 46px;

}
#sec1 .info .item {
	background: url(../img/eventi/bg2.jpg) 0 0 repeat;
	min-height: 430px;
	box-sizing: border-box;
	text-align: center;
	    letter-spacing: 0.05em;
}
#sec1 .info .item dt {
	    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    padding: 80px 0 27px;
    letter-spacing: 0.07em;
}
#sec1 .info .item p {
    padding-top: 34px;
    padding-bottom: 20px;
    line-height: 26px;
    text-align: left;
    display: inline-block;
    letter-spacing: 0.09em;
}
#sec1 .info .photo {
	position: absolute;
	top: 9px;
	left: -46px;
}
#sec1 .tab-link {
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}
#sec1 .tab-link li {
	position: relative;
}
#sec1 .tab-link li .img_on {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transform: scale(1);
}
#sec1 .tab-link li:hover .img_on, #sec1 .tab-link li.active .img_on {
	transform: scale(1.06);
	opacity: 1;
	z-index: 9;
	top: -5px;
	box-shadow: -1px 0px 12px rgba(0, 0, 0, 0.48);
	-webkit-box-shadow: -1px 0px 12px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: -1px 0px 12px rgba(0, 0, 0, 0.48);
}
#sec1 .tabs-switch {
	margin: 0 -100px;
	position: relative;
}
#sec1 .tab-content {
	background: url(../img/eventi/bg3.jpg) center 0 repeat;
	border: 20px solid transparent;
	border-image: url(../img/eventi/frame.png) 20 round;
	-webkit-border-image: url(../img/eventi/frame.png) 20 round;
	/* Safari 3.1-5 */
	-o-border-image: url(../img/eventi/frame.png) 20 round;
/* Opera 11-12.1 */ }
#sec1 .contab {
	padding: 30px 80px 47px;
	box-sizing: border-box;
}
#sec1 .contab .note3 {
    text-align: right;
    margin-bottom: 20px;
    margin-top: -22px;
    letter-spacing: 0.05em;
}
#sec1 .contab .menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
}
#sec1 .contab .menu .item {
	background: url(../img/eventi/bg2.jpg) 0 0 repeat;
    width: 485px;
    padding: 20px 30px 32px;
    box-sizing: border-box;
    margin-bottom: 35px;
    text-align: center;
	letter-spacing: 0.07em;
}
#sec1 .contab .menu .item .note2 {
	padding-top: 30px;
}
#sec1 .contab .menu .item ul {
	border-bottom: 1px solid #90816d;
	width: 300px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#sec1 .contab .menu .item .note {
	text-align: left;
	color: #274c25;
	line-height: 30px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid #90816d;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#sec1 .contab .menu .item .tag {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #274c25;
	letter-spacing: 0.02em;
	text-align: center;
}
#sec1 .contab .menu .item .tag dt {
    border-bottom: 1px solid #90816d;
    padding-top: 15px;
    margin-bottom: 12px;
    letter-spacing: 0.01em;
    padding-bottom: 17px;
}
#sec1 .contab .menu .item .tag dt span {
	color: #a8241e;
	font-size: 16px;
	display: inline-block;
}
#sec1 .contab .menu .item .tag .price {
	font-size: 18px;
	padding-bottom: 13px;
}
#sec1 .contab .menu .item .tag .price span {
	font-size: 25px;
}
#sec1 .contab .menu .item .tag.ext dt {
	font-size: 35px;
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
#sec1 .contab .menu .item .tag.ext dd span {
	font-size: 30px;
}
#sec1 .contab .menu .item .tag.ext dd .f1 {
	font-size: 25px;
}
#sec1 .contab .menu .item .tag.ext .f_tit {
	font-size: 24px;
	line-height: 30px;
	    padding-top: 12px;
	padding-bottom: 8px;
}
#sec1 .contab .menu .item .tag.ext .f_tit .f1 {
	font-size: 20px;
}
#sec1 .contab .menu .item .tag.ext .f_tit .f2 {
	font-size: 24px;
}
#sec1 .contab .menu .item:first-child {
	margin-left: 515px;
	min-height: 550px;
}
#sec1 .contab .drink {
	border: 2px solid #26431d;
	width: 700px;
	padding: 30px;
	margin: 0 auto 30px;
	letter-spacing: 0.07em;
	background-color: rgba(224,193,136,0.5);
}
#sec1 .contab .drink .note4 {
	padding-bottom: 7px;
	font-size: 15px;
	line-height: 30px;
	color: #281704;
}
#sec1 .contab .drink h3 {
    text-align: center;
    color: #274c25;
    line-height: 35px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 4px;
	float: left;
}
#sec1 .contab .drink h3 span {
	/*background: url(../img/eventi/bg3.jpg) center 537px repeat;
	display: inline-block;
	padding: 0 15px;*/
}
#sec1 .contab .drink h3 span span{
	font-size: 32px;
}
#sec1 .contab .drink .list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-left: 50px;
}
#sec1 .contab .drink ul {
	width: 300px;
	color: #26431d;
}
#sec1 .contab .drink ul:first-child {
	width: 170px !important;
	color: #26431d;
}
#sec1 .txt1
{
	width: 700px;
	text-align: left;
	    letter-spacing: 0.1em;
    padding-bottom: 29px;
	margin: 0 auto;
}
#sec1 h2 {
	    text-align: center;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0.15em;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 20px 0 11px;
}
#sec1 .ext_bg {
	background: url(../img/eventi/tab_bg.png) 0 133px no-repeat;
}
#sec2 {
	position: relative;
}
#sec2:after {
	content: '';
	background: url(../img/eventi/sec2_bg.png) 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1234px;
}
#sec2 .wrap {
	z-index: 1;
}
#sec2 h2 {
	font-size: 30px;
	color: #274c25;
	line-height: 40px;
	letter-spacing:  0.12em;
	padding-bottom: 39px;
}
#sec2 .lead {
	padding: 20px 0 0 34px;
}
#sec2 .lead .txt {
	width: 436px;
	letter-spacing: 0.12em;
}
#sec2 .floor {
	margin-top: -60px;
	position: relative;
	width: 1000px;
}
#sec2 .floor .map {
	margin-left: -101px;
}
#sec2 .photo li img {
	box-shadow: -1px 0px 12px rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: -1px 0px 12px rgba(0, 0, 0, 0.21);
	-moz-box-shadow: -1px 0px 12px rgba(0, 0, 0, 0.21);
}
#sec2 .photo .p1 {
	position: absolute;
    top: -191px;
    right: 5px;
}
#sec2 .photo .p2 {
	margin-left: 121px;
	margin-top: -87px;
}
#sec2 .photo .p3 {
	position: absolute;
	top: 714px;
	right: 0;
}
#sec2 .bnr {
	width: 390px;
	margin: 112px auto 69px;
}
#sec3 {
	background: url(../img/eventi/sec3_bg.png) no-repeat center 68px, url(../img/cucina_toscana/bg.jpg) center 0 repeat;
	position: relative;
	padding: 70px 0 103px;
	min-height: 400px;
}
#sec3:before {
	content: '';
	position: absolute;
	top: 30px;
	left: 30px;
	bottom: 30px;
	right: 30px;
	border: 20px solid #f6e2b9;
}
#sec3 #instafeed {
	width: 490px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#sec3 #instafeed li {
	margin-bottom: 10px;
}
#sec3 h2 {
	font-size: 28px;
	padding: 61px 0 31px;
	line-height: 48px;
	letter-spacing: 0.07em;
	position: relative;	
}
#sec3 h2 .fnt-eng {
	font-weight: bold;
	letter-spacing: 0.15em;
	font-size: 60px;
	color: rgba(39, 76, 37, 0.4);
}
#sec3 h2 .f1 {
	font-size: 35px;
	font-weight: bold;
}
#sec3 .lead {
	position: relative;
}
#sec3 .lead .txt {
	text-align: center;
	letter-spacing: 0.03em;
}
#sec3 .lead .bnr {
	text-align: center;
	margin-top: 30px;
}
