@charset "utf-8";
/* CSS Document */

/* 260303コメントアウト
imgKey
------------------*/
/* #imgKey .bg{
	background: url("/shinjyuku/catering/plan/img/imgKey.jpg") no-repeat center top;
	background-size: cover;
}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 767px) {
	#imgKey .bg {
		background: url(/shinjyuku/catering/plan/img/imgKey.jpg) no-repeat 65% 50%;
		background-size: cover;
	}
} */

/*
read
------------------*/
.fadein2:before {
    z-index: 2;
}
/* 260303コメントアウト
#main{
	width: 100%;
	margin: -330px 0% 0;
	overflow: hidden;
}
#main h2.title.active{
	width: 90%;
	margin: auto;
    text-shadow: 1px 1px 5px #666;
} */

#read{
	padding-inline: 80px;
}

#read .section__inner {
	background: rgba(255, 249, 223, 0.9);
	margin: 0 auto 80px;
	padding: 80px;
}

#read h3{
    max-width: 560px;
    margin: 0 auto;	
}
#read p{
    font-size: 14px;
    line-height: 1.8;
	font-size: 16px;
	letter-spacing: 0.12em;
}
#read p+p{
	margin-top: 40px;
}
#read .container{
    width: 100%;
    display: block;
}
#read .container .txtBox{
	padding: 60px;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	#read {
		padding-inline: 40px;
	}
	#read .container {
		margin: 50px auto 0;
		flex-flow: column nowrap;
	}
	#read .container .txtBox{
		width: 100%;
		padding: 0;
	}
	#read p+p {
		margin: 20px auto;
	}
}
@media only screen and (max-width: 767px) {
	#read{
		padding-inline: 16px;
	}
	#read .section__inner {
		padding: 16px;
	}
}

/*
plan
------------------*/

#plan{
	position: relative;
	margin: auto;
}
.sectionTitle{
	font-family: adobe-garamond-pro, serif;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
	margin: 0 80px;
	padding-top: 80px;
	border-top: 1px solid rgba(208, 184, 88, 1);
}
.sectionTitle::before,
.sectionTitle::after{
	content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 5px;
    height: 5px;
    background: rgba(208, 184, 88, 1);
    border-radius: 100%;
    transform: translateY(-50%);
}

/* planタブ */
#plan .planNav ul{
	margin: 60px auto;
	text-align: center;
}
#plan .planNav ul li{
	display: inline-block;
    margin: 0 5px;
}
#plan .planNav ul li.westernFood{background: #f1e2d1;}
#plan .planNav ul li.chineseFood{background: #e6c3a8;}
#plan .planNav ul li.eclectic{background: #d1e1d7;}
#plan .planNav ul li.cocktail{background: #efe3ef;}
#plan .planNav ul li a{
	position: relative;
	display: block;
	padding: 10px 50px;
    text-decoration: none;
    color: #000;
}
#plan .planNav ul li a::after{
	content:"";
	display:block;
	width:0;
	height: 3px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:3;
	transition:0.3s;
	
}
#plan .planNav ul li.westernFood a::after {background: #f2a751;}
#plan .planNav ul li.chineseFood a::after{background: #d57c37;}
#plan .planNav ul li.eclectic a::after{background: #4abe76;}
#plan .planNav ul li.cocktail a::after{background: #e083e0;}
#plan .planNav ul li a:hover::after{
	width: 100%;
}

#plan .pdfArea{
	max-width: 1110px;
	display: block;
	text-align: center;
	margin: 0 auto 60px;
}
#plan .pdfArea a{
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #e8dcaf;
	color: #000;
	text-decoration: none;
}
#plan .pdfArea a::before{
	content:"";
	display:block;
	width:0;
	height:0;
	position:absolute;
	top: 0;
	left: 0;
	background: rgba(171, 171, 171, 0.4);
	opacity:0;
	transition:0.3s;
}
#plan .pdfArea a:hover::before{
	width: 100%;
	height: 100%;
	color: #000;
	opacity: 1;
}

/* planwrap */
#plan .container{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	width: 100%;
}
plan .planBox:not(.column2){
	position: relative;
	width: calc(100% - 60px);
	text-align: center;
}
#plan .planBox:not(.column2)::after{
	content: "";
    width: 330px;
    height: 50px;
    box-shadow: 0px 20px 50px -23px rgba(0,0,0,.5);
    display: block;
    margin: 0 auto;
}
#plan .planBox.column2{
	width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    border: 1px solid rgba(208, 184, 88,1);
    max-width: 1170px;
    margin: 120px auto 40px;
}
#plan .planBox.column2 h4{
    font-size: 20px;
}
#plan .planBox.column2 h4 span{
    font-size: 38px;
	margin: 0;
}
#plan .planBox.column2 h4:nth-child(2) span.min{
    margin-left: 1.25rem;
}
#plan .planBox.column2 > *{
	border: none;
    padding: 0;
	margin: 0 25px;
}
#plan .planBox.column2 p br{
	display: none;
}


#westernFood, #chineseFood,
#eclectic, #cocktail{
	display: block;
	width: auto !important;
	margin-left: 12%;
	margin-bottom: 80px;
}

/* メニュー 色分け */
#westernFood{background: #f1e2d1;}
#chineseFood{background: #e6c3a8;}
#eclectic{background: #d1e1d7;}
#cocktail{background: #efe3ef;}


#plan .planwrap{
	max-width: 780px;
	width: 100%;
	padding: 80px 0;
	margin: auto;
}
#plan .planwrap div{
	margin-bottom: 30px;
}
#plan .planwrap h4{
	font-size: 18px;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#plan .planwrap p{
	font-size: 28px;
}
#plan .planwrap .dishes{
	margin-top: 18px;
}
#plan .planwrap .dishes p{
	font-size: 20px;
	border-left: 8px solid #988c5b;
	padding-left: 10px;
}
#plan #chineseFood .planwrap .dishes p{border-left: 8px solid #ae754a;}
#plan #eclectic .planwrap .dishes p{display: inline-block;padding-right: 10px; border-left: none; background: linear-gradient(transparent 60%, #c7be4c 60%);}
#plan #cocktail .planwrap .dishes p{border-left: 8px solid #ae754a;}
#plan .planwrap .dishes .dishesList{
	margin: 15px 0 30px;
}
#plan .planwrap .dishes .dishesList li{
	display: inline-block;
	font-size: 16px;
}
#plan .dishesBox .caption{margin-top: 40px; font-size: 12px; text-align: right;}

#plan #planCap{
	max-width: 1240px;
	width: 100%;
	background: #d7df5e;
	margin-left: auto;
}
#plan #planCap .planwrap{
	padding: 40px 0;
    margin-left: 40px;
    max-width: 100%;
}
#plan #planCap .planwrap p{
	font-size: 14px;
}

#guidance{
	margin: 80px auto;

}
#guidance .planwrap{
	max-width: 940px;
    border: 2px solid #d5bf68;
    padding: 80px 7%;
    text-align: center;
}
#guidance .planwrap h4{
	font-size: 28px;
    border-bottom: 2px solid #d5bf68;
    margin-bottom: 40px;
}
#guidance .planwrap p{
	font-size: 24px;
}
#guidance .planwrap p span{
	color: #d5bf68;
    font-size: 48px;
    font-weight: bold;
}
#guidance .planwrap .drink{display: inline-table; text-align: left;}
#guidance .planwrap .drink p{display: table-cell; line-height: 1.8;}
#guidance .planwrap .drink p.txthead{width: 150px;font-size: 14px}

#guidance .planwrap .drink p.underLine{
    display: inline;
	background: linear-gradient(transparent 70%, #d5bf68 70%);
}

.othersArea{margin: 80px auto; text-align: center; line-height: 1.8;}
.othersArea .others1 h4{
	display: inline-block;
    font-size: 24px;
    margin-bottom: 40px;
}
.othersArea .others1 h4::after{
	content: "";
    display: block;
    width: 200px;
    height: 10px;
    background: #ff7a7a;
    margin: -15px auto;
	
}
.othersArea .others1{margin-bottom: 60px;}
.othersArea .others2 h4{
    padding: 0 10px 0;
	color: #ff7a7a;
    font-size: 24px;
    margin-bottom: 20px;
}
div.caption{
	font-size: 14px; max-width: 1240px;margin: auto;
}

.building{
	background: #d1d1d1;
}
.building .buildingwrap{
	max-width: 960px;
	margin-block: 80px 0;
	margin-inline: auto;
	padding: 80px 0;
	text-align: center;
}
.building .buildingwrap h3{
    font-size: 28px;
    background: #fff;
	margin-bottom: 40px;
    padding: 20px 40px;
}
.building .buildingwrap p{font-size: 18px;line-height: 1.8;}
.building .buildingwrap p.caption{font-size: 14px;margin-top: 40px;}
.building .buildingwrap .restaurantLogo{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 580px;
    width: 100%;
    margin: 40px auto;
}
.building .buildingwrap .restaurantLogo div{
	position: relative;
	display: inline-block;
    width: calc(100% / 2 - 40px);
    margin: 0px 20px;
}
.building .buildingwrap .restaurantLogo div a::before{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
    width: 0;
    height: 0;
    background: rgba(191, 22, 49, .2);
    position: absolute;
    top: 0;
    left: 0;
}
.building .buildingwrap .restaurantLogo div:nth-child(2) a::before{
    background: rgb(58, 62, 23, .4);
}
.building .buildingwrap .restaurantLogo div a:hover:before {
    width: 100%;
    height: 100%;
}
.building .buildingwrap .restaurantLogo img {
	display: block;
}


@media only screen and (max-width: 1024px) {
	#plan .planNav ul li{
		width: calc(80% / 2 - 10px);
		margin: 0 5px 10px;
	}
	#plan .planwrap{margin: 0 80px;}
	#plan .planwrap h4{font-size: 16px;}
	#plan .planwrap p {font-size: 20px;}
	#plan .planwrap .dishes p{font-size: 18px;}
	#plan .planwrap .dishes .dishesList li{font-size: 14px;}
	div.caption{
		margin: 0 40px;
	}
	#guidance .onltTab{display: none;}
}
@media only screen and (max-width: 767px) {
	.onlyPC{display: none;}
	.slick-slide{padding: 0;}
	
	#read{padding: 20px;}
	#read .container{margin-top: 30px;}
	#read p{font-size: 14px;}
	.sectionTitle{font-size: 20px; margin: 0 20px;padding-top: 40px;}
	#plan .planNav ul{margin: 40px auto;}
	#plan .planNav ul li{width: 90%; font-size: 14px;}
	#westernFood, #chineseFood, #eclectic, #cocktail{
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	#plan .planwrap{
		margin: 0px 20px;
		padding: 20px 20px;
	}
	#plan .planwrap h4{font-size: 14px;}
	#plan .planwrap p {
    font-size: 18px;
}
	#plan .planwrap .dishes .dishesList li {
    font-size: 14px;
}
	#guidance .planwrap p span {
    font-size: 28px;
}
	guidance .planwrap p{font-size: 14px !important;}
	#guidance small{font-size: 12px;}
	#guidance .planwrap .drink p{display: block; font-size: 14px;}
	.othersArea{margin-left: 20px;margin-right: 20px;}
	.building{padding: 0 20px;}
	.building .buildingwrap .restaurantLogo div{
		display: block;
		width: 100%;
		margin: 0px 20px 20px;
	}
}

@media only screen and (max-width: 648px) {
	.onlyTab{display: none;}
}

.swiper-wrapper {
	transition-timing-function: linear;
}

img {
	width: 100%;
    max-width: inherit;
    height: auto;
}

.fadein {
    opacity: 0;
	filter: blur(10px);
    filter: brightness(200%);
	transform : translate(0, 100px);
    transition: 1s all ease-in-out;
}
.fadein.active{
    opacity: 1;
    filter: blur(0);
    filter: brightness(100%);
    transform : translate(0, 0);
}

.fadein2 { 
	position: relative; display: block; width: 100%;
    opacity: 0;
	filter: blur(10px);
    filter: brightness(200%);
    transform: translateY(10px);
    transition: 1s all ease-in-out;
}
.fadein2.active {
    opacity: 1;
	filter: blur(0);
    filter: brightness(100%);
    transform: translateY(0);
}
.fadein2:before {
	transition : all 1s;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(225, 225, 221);
}
.fadein2.active:before {
	width: 0;
}
