/* CSS Document */

/*====================================================

　料理

====================================================*/

/*メインビジュアル　タイトル
-------------------------------------------------- */
.mv_title_sub{
	background-image: url(../birthday-celebration/images/mv_img.jpg);
}

.main_intoro_copy img {
    height: 85px;
    width: auto;
}
.main_intoro_text p{
	text-align: center;
}

.single_slider02 .slick-track, .single_slider01 .slick-track, .single_slider03 .slick-track {
    display: flex !important;
    gap: 1em;
}

/*タイトル調整
-------------------------------------------------- */
.content_title.tall img{
	height: 98px;
}
@media screen and (max-width:737px){
	.content_title.tall img{
		height: 49px;
	}
    .main_intoro_copy img {
    height: 44px;
    }
}

/*PHOTO
-------------------------------------------------- */
#PHOTO{
	background-color: #fff;
	padding: 100px 0 0;
	margin-top: 100px;
}
.photo_wrap{
	background-color: #DCDBE2;
	border-radius: 30px;
	width: 1000px;
	margin-top: -6em;
	margin-bottom: 6em;
	margin-left:  auto;
	margin-right:  auto;
	padding: 5em 50px;
	display: flex;
	position: relative;
}
.decoration_l{
	position: absolute;
	top: -3em;
	left: -5em;
	width: auto;
	height: 8em;
}
.decoration_r{
	position: absolute;
	bottom: -3em;
	right: -3em;
	width: auto;
	height: 8em;
}
.photo_contents{
	width: 100%;
	text-align: center;
}
.photo_text p{
	font-size: 1rem;
	margin: 3em auto;
	line-height: 2em;
}
.photo_img{
	display: flex;
	position: relative;
}
.photo_img img{
	margin: 0 1em;
	position: relative;
	top: 0;
	left: -40%;
}
@media screen and (max-width:736px){
	#PHOTO{
		background-color: #fff;
		padding: 100px 0;
		margin-top: 0;
	}
	.photo_wrap{
		width: 90%;
		margin: 2em auto;
		padding: 3em 2em;
	}	
	.decoration_l{
		top: -5em;
		left: -1.5em;
	}
	.decoration_r{
		bottom: -4.5em;
		right: -1.5em;
	}
	.photo_contents img{
		width: 80%;
		margin: 1em 0;
	}
	.photo_text p{
		margin: 1em;
		font-size: 13px;
		line-height: 2em;
	}
	.photo_img{
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
	}
	.photo_img img{
		margin: 1em 0;
		position: relative;
		top: 0;
		left: 0;
	}
}



/*====================================================
宴会場
====================================================*/
/*メインビジュアル
-------------------------------------------------- */
#ENKAI .main_content_mv{
	background-image: url(../birthday-celebration/images/enkai_mv.jpg);
}

/*====================================================
南部曲がり家会席
====================================================*/
/*プチ忘年会
-------------------------------------------------- */
#NANBUMAGARI .main_content_mv{
	background-image: url(../birthday-celebration/images/nanbumagari_mv.jpg);
}
#NANBUMAGARI h3{
	text-align: center;
	margin-bottom: 2em;
}
#NANBUMAGARI h3 img {
    height: 130px;
    width: auto;
}
@media screen and (max-width:736px){
#NANBUMAGARI h3 img {
    height: auto;
    width: 95%;
}
}
/*====================================================
　恵み御膳
====================================================*/
/*メインビジュアル
-------------------------------------------------- */
#MRGUMI .main_content_mv{
	background-image: url("../birthday-celebration/images/megumi_mv.jpg");
}


#MESSAGE p {
    text-align: center;
    font-size: 1.5em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    line-height: 2.2em;
    letter-spacing: 0.1em;
}

#MESSAGE{
	background-color: #C6C1CF;
    padding: 100px 0;
}
@media screen and (max-width:736px){
#MESSAGE p {
    text-align: center;
    font-size: 1em;
}
	#MESSAGE{
    padding: 50px 0;
}
}

/*4カラム
-------------------------------------------------- */
.adddish_wrap{
	position: relative;
}
#ADD > div{
	padding-right: 0;
	padding-left: 0;
}
.adddish_4col_box{
	width: 100%;
	overflow: auto;
	margin-top: 50px;
}
.adddish_4col_box .col_box{
	width: 25%;
	float: left;
}
.adddish_4col_box .col_box > div{
	width: calc(100% - 30px);
	margin: 0 auto 0;
	background-color: #fff;
	box-shadow: 0px 2px 5px rgba(0,0,0,.1);
}
.adddish_4col_box .col_box .adddish_img{
	margin: 0;
	width: 100%;
	padding: 100% 0 0;
	background-size: cover;
    background-position: center center;
}
.adddish_4col_box .col_text{
	padding: 20px;
	text-align: center;
}
.adddish_title{
	font-size: 1.15em;
	margin: 0 0 20px;
}
.adddish_cat{
	font-size: 80%;
	display: block;
	color: #9692B4;
	margin: .3em;
}
.adddish_price{
	border-top: #EBEBEB solid 1px;
	padding: 20px 0 0;
}
.adddish_title{
	font-size: 150%;
	line-height: 1.4em;
}
/*スライダー化した時の付加スタイル*/
.adddish_4col_box.adddish_slider{
	/*overflow: hidden;*/
	/*width: 1440px;*/
	margin-top: 50px;
}
.adddish_4col_box.adddish_slider div.col_box{
	float: none;
}
.adddish_4col_box.adddish_slider div.col_box > div{
}
.adddish_slidearrow{
	position: absolute;
	width: 100%;
	max-width: 1150px;
	top: 50%;
	left: 0;
}
.adddish_slidearrow .slick-prev,
.adddish_slidearrow .slick-next{
	width: 30px;
	height: 40px;
}
.adddish_slidearrow .slick-prev img,
.adddish_slidearrow .slick-next img{
	opacity: 1;
}
.adddish_slidearrow .slick-prev{
	left: 0;
}
.adddish_slidearrow .slick-next{
	right: 0;
}

/*4カラム--------------*/
@media screen and (max-width:736px){
	#ADD{
		padding-bottom: 0;
		/*margin-bottom: 80px;*/
		margin-bottom: 30px;
	}
	#ADD > div{
		padding-right: 10px;
		padding-left: 10px;
	}
	.adddish_4col_box{
	}
	.adddish_4col_box .col_box{
		width: 50%;
	}
	.adddish_4col_box .col_box > div{
		width: calc(100% - 20px);
		margin: 0 10px 10px 10px;
	}
	.adddish_title{
		font-size: 1.15em;
		margin: 0 0 1em;
	}
	.adddish_cat{
		font-size: 80%;
		display: block;
		color: #9692B4;
		margin: .3em;
	}
	.adddish_price{
		border-top: #EBEBEB solid 1px;
		padding: 20px 0 0;
	}
	.adddish_title{
		font-size: 130%;
	}
}


/*====================================================
　朝食会場のご案内
====================================================*/
#BREAKFAST_VENUE .wide_img{
    margin: 0;
}
#BREAKFAST_VENUE .title_04{
	border-bottom: none;
}
@media screen and (min-width:737px){
    #BREAKFAST_VENUE .title_04{
        margin-top: 25px;
    }
}
@media screen and (max-width:736px){
    #BREAKFAST_VENUE .title_04{
        margin-top: 20px;
    }
}

/*====================================================
　2カラム　スタイル　スマホ設定
====================================================*/
@media screen and (max-width:736px){
	.column{
		width: 100%;
		padding: 0 0 20px;
	}
}

/*====================================================
　2カラム　スタイル　PC設定
====================================================*/
@media screen and (min-width:737px){
	.column_02_wrap{
		width: 100%;
	}
	.column_02_wrap .column{
		float: left;
		width: 50%;
		padding: 0 30px 60px 0;
	}
	.column_02_wrap .column.right{
		float: right;
		padding: 0 0 60px 30px;
	}
}

/*食物アレルギー対応について*/
.center_text{
	text-align: center;
}
/*commonスタイル微調整
---------------------*/
#ALLERGIES .-open-wrap:last-child .-open-btn{
	border-bottom: #EBEBEB solid 1px;
}
#ALLERGIES .-open-btn.active{
	background-image: url("../common/images/icon_close.png");
}
#ALLERGIES .-open-wrap:last-child .-open-btn.active{
	border-bottom:none;
}
#ALLERGIES .-open-wrap:last-child .-open-box{
	border-bottom: #EBEBEB solid 1px;
}
#ALLERGIES .atention_list li + li{
	padding: .5em 0 .5em 1em;
	border-top: #E7E7E7 solid 1px;
}
@media screen and (max-width:736px){
	.center_text{
		text-align: left;
	}
}