@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');

/*共通*/
html {
	font-size: 10px;
}

#seibo_restaurant_201105 img {
	max-width: 100%;
}

#seibo_restaurant_201105 a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

#seibo_restaurant_201105 a:hover {
	opacity: .8;
}

@media screen and (min-width:768px) {
	#seibo_restaurant_201105 .sp {
		display: none;
	}
}

@media screen and (max-width:767px) {
	#seibo_restaurant_201105 .pc {
		display: none;
	}
}

/*メインビジュアル*/

#seibo_restaurant_201105 .mv {
	margin-bottom: 45px;
}

/*コンテンツ*/
#seibo_restaurant_201105 .main {
	margin-bottom: 90px;
}

#seibo_restaurant_201105 .sec01 dl,
#seibo_restaurant_201105 .sec02 dl,
#seibo_restaurant_201105 .sec03 dl {
	display: flex;
}

#seibo_restaurant_201105 dd {
	width: 520px;
	height: 330px;
	position: relative;
}

#seibo_restaurant_201105 dd p {
	display: block;
	font-size: 1.4rem;
}

#seibo_restaurant_201105 .sec01 .sec_img,
#seibo_restaurant_201105 .sec02 .sec_img {
	width: 480px;
}

#seibo_restaurant_201105 .sec01 dl,
#seibo_restaurant_201105 .sec02 dl {
	padding-top: 3.1rem;
	margin-bottom: 4.3rem
}

#seibo_restaurant_201105 .sec01 dl:not( :first-child),
#seibo_restaurant_201105 .sec02 dl {
	border-top: solid 1px #dbdbdb;
}

#seibo_restaurant_201105 dd .number {
	font-weight: bold;
	background: #f8f5ef;
	display: inline-block;
	float: left;
	margin-right: .5em;
	padding: 0.05rem 1em;
	margin-left: 1.5em;
	letter-spacing: 0.1em;
}

#seibo_restaurant_201105 dd .name {
	font-weight: bold;
	font-size: 2.2rem;
	margin-left: 1em;
}

#seibo_restaurant_201105 dd .name span {
	font-size: 1.6rem;
	margin-right: 1em;
	position: relative;
	top: -.2rem;
}

@media all and (-ms-high-contrast: none){
	#seibo_restaurant_201105 dd .name span {
	font-size: 1.6rem;
	margin-right: 1em;
	position: relative;
	top: .1rem;
}
}

#seibo_restaurant_201105 dd .price {
	font-weight: bold;
	font-size: 1.8rem;
	margin-left: 1.2em;
	margin-bottom: 2.6rem;
}

#seibo_restaurant_201105 dd .price span {
	font-size: 1.4rem;
}

#seibo_restaurant_201105 dd .copy {
	font-weight: 500;
	background: #f8f5ef;
	padding: .3em 0 .3em 1.5em;
	font-size: 1.6rem;
	margin-bottom: 1.4rem;
}

#seibo_restaurant_201105 dd .description {
	margin-left: 1.5em;
	line-height: 2;
}

#seibo_restaurant_201105 .sec02 dl {
	flex-direction: row-reverse;
}

#seibo_restaurant_201105 .sec02 .dd02 {
	height: 385px;
}

#seibo_restaurant_201105 .sec02 dl:first-of-type,
#seibo_restaurant_201105 .sec02 dl:nth-of-type(2) {
	margin-bottom: 2rem;
}

#seibo_restaurant_201105 .sec02 .number,
#seibo_restaurant_201105 .sec02 .name,
#seibo_restaurant_201105 .sec02 .price,
#seibo_restaurant_201105 .sec02 .description {
	margin-left: 0;
}

#seibo_restaurant_201105 .sec02 .copy {
	padding: .3em 0 .3em 1em;
}

#seibo_restaurant_201105 .sec02 .description {
	margin-right: 4.5rem;
}

#seibo_restaurant_201105 .sec02 dl dd:nth-of-type(3) {
	height: 385px;
}

#seibo_restaurant_201105 .sec03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 9rem 0;
}

#seibo_restaurant_201105 .sec03 dl {
	display: block;
	width: calc((100% - (51px * 2)) / 3);
}

#seibo_restaurant_201105 .sec03 dl:nth-of-type(n + 4) {
	margin-top: 4.8rem;
}

#seibo_restaurant_201105 .sec03 dd {
	width: 100%;
	height: auto;
	margin-top: 2rem;
}

#seibo_restaurant_201105 .sec03 .number,
#seibo_restaurant_201105 .sec03 .name,
#seibo_restaurant_201105 .sec03 .price,
#seibo_restaurant_201105 .sec03 .description {
	margin: 0;
}

#seibo_restaurant_201105 .sec03 dd .number {
	float: left;
	margin-right: .5em;
}

#seibo_restaurant_201105 .sec03 .description {
	margin-top: 1.8rem;
}

#seibo_restaurant_201105 .br_sp {
	display: none;
}

/*商品を購入するボタン*/
#seibo_restaurant_201105 dd .buy_btn {
	background: #caa25f;
	background-image: url(../../d_images/campaign/201105_seibo_restaurant/buy_btn_bg.png);
	background-repeat: no-repeat;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	position: absolute;
	text-align: center;
	width: 230px;
	height: 50px;
	float: right;
	bottom: 0;
	right: 0;
}

#seibo_restaurant_201105 dd .buy_btn::after {
	content: "";
	display: inline-block;
	background-image: url(../../d_images/campaign/201105_seibo_restaurant/icon_arrow01.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 11px;
	height: 15px;
	background-size: contain;
	right: 1rem;
    top: 1.9rem;
	letter-spacing: .15em;
}

@media all and (-ms-high-contrast: none){
  #seibo_restaurant_201105 dd .buy_btn::after{
    content: "";
	display: inline-block;
	background-image: url(../../d_images/campaign/201105_seibo_restaurant/icon_arrow01.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 11px;
	height: 15px;
	background-size: contain;
	right: 1rem;
    top: 1.7rem;
	letter-spacing: .15em;
  }
}

#seibo_restaurant_201105 .sec02 .buy_btn {
	left: 0;
}

#seibo_restaurant_201105 .sec03 .buy_btn {
	position: relative;
	margin: 2rem auto 0;
	float: unset;
	float: none;
	bottom: auto;
	right: auto;
	line-height: 1.5;
}

/*全商品を見るボタン*/
#seibo_restaurant_201105 .all_list_btn {
	width: 1000px;
}

#seibo_restaurant_201105 .all_list_btn a {
	border: 2px solid #19191a;
	box-sizing: border-box;
	color: #19191a;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	padding: 1rem 0;
	width: 93rem;
	height: 70px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#seibo_restaurant_201105 .all_list_btn a::after {
	content: "";
	display: inline-block;
	background-image: url(../../d_images/campaign/201105_seibo_restaurant/icon_arrow02.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	background-size: contain;
	right: 16rem;
	top: 2.5rem;
	letter-spacing: .15em;
}

@media all and (-ms-high-contrast: none){
  #seibo_restaurant_201105 .all_list_btn a::after{
    content: "";
	display: inline-block;
	background-image: url(../../d_images/campaign/201105_seibo_restaurant/icon_arrow02.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	background-size: contain;
	right: 16rem;
	top: 2.2rem;
	letter-spacing: .15em;
  }
}

/*TOPへ戻る*/
#seibo_restaurant_201105 .to_top_list {
	margin-top: 10rem;
	padding: 1.6rem 0;
	background: #f8f6f6;
	width: 100%;
}

#seibo_restaurant_201105 .to_top_list ul {
	display: flex;
	justify-content: center;
}

#seibo_restaurant_201105 .to_top_list ul li {
	margin-right: 2rem;
}

#seibo_restaurant_201105 .to_top_list ul li:nth-of-type(2) {
	margin-right: 0;
}

#seibo_restaurant_201105 .to_top_list a {
	background: #fff;
	box-sizing: border-box;
	color: #19191a;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	height: 50px;
	padding: 1rem 4rem 1rem;
	position: relative;
	text-align: center;
}

@media all and (-ms-high-contrast: none){
	#seibo_restaurant_201105 .to_top_list a{
		padding: 1.5rem 4rem 1rem;
	}
}

#seibo_restaurant_201105 .to_top_list a::before{
    content: "";
	display: inline-block;
	background-image: url(../../d_images/campaign/201105_seibo_restaurant/icon_arrow03.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 11px;
	height: 15px;
	background-size: contain;
	left: 1.5rem;
	top: 1.8rem;
	letter-spacing: .15em;
  }

@media screen and (min-width:768px) and ( max-width:995px) {
	#seibo_restaurant_201105 dd {
    height: auto;
}
	#seibo_restaurant_201105 .sec02 .dd02 {
    height: auto;
}
	
	#seibo_restaurant_201105 .sec02 .description{
		margin-bottom: 1rem;
	}
	
	#seibo_restaurant_201105 dd .buy_btn {
    position: relative;
    text-align: center;
}
	
	#seibo_restaurant_201105 .sec02 .buy_btn{
		float: left;
	}
	
	#seibo_restaurant_201105 .all_list_btn {
		width: 100%;
	}
	
	#seibo_restaurant_201105 .all_list_btn a{
		width: 90%;
	}
	
	#seibo_restaurant_201105 .all_list_btn a::after{
		right: 2rem;
	}

}

/*SP*/
@media screen and (max-width:767px) {

	/*mv*/
	#seibo_restaurant_201105 .mv {
		margin-bottom: 3rem;
	}

	/*コンテンツ*/
	#seibo_restaurant_201105 .sec01 dl,
	#seibo_restaurant_201105 .sec02 dl,
	#seibo_restaurant_201105 .sec03 dl {
		display: block;
	}

	#seibo_restaurant_201105 .sec01 .sec_img,
	#seibo_restaurant_201105 .sec02 .sec_img {
		width: 100%;
	}

	#seibo_restaurant_201105 .sec01 dl,
	#seibo_restaurant_201105 .sec02 dl {
		padding-top: 1.5rem;
		margin-bottom: 3rem;
	}
	
	#seibo_restaurant_201105 .sec02 dl:first-of-type, #seibo_restaurant_201105 .sec02 dl:nth-of-type(2){
		margin-bottom: 3rem;
	}

	#seibo_restaurant_201105 .sec02 .description {
		margin-right: 0;
	}

	#seibo_restaurant_201105 dd {
		width: 100%;
		height: auto;
		margin-top: 1.5rem;
	}

	#seibo_restaurant_201105 dd .number,
	#seibo_restaurant_201105 dd .name,
	#seibo_restaurant_201105 dd .price,
	#seibo_restaurant_201105 dd .description {
		margin-left: 0;
	}

	#seibo_restaurant_201105 dd .name {
		font-size: 1.8rem;
	}

	#seibo_restaurant_201105 dd .price {
		margin-bottom: 1.3rem;
	}

	#seibo_restaurant_201105 dd .copy,#seibo_restaurant_201105 .sec02 .copy{
		padding: 1em 0.2em;
		font-size: 1.3rem;
		text-align: center;
	}

	#seibo_restaurant_201105 .sec02 .dd02 {
		height: auto;
		margin-bottom: 6rem;
	}

	#seibo_restaurant_201105 .sec03 {
		margin: 4rem 0;
	}

	#seibo_restaurant_201105 .sec03 dl {
		width: 48%;
	}

	#seibo_restaurant_201105 .sec03 dl:nth-of-type(n + 3) {
		margin-top: 2rem;
	}

	#seibo_restaurant_201105 .sec03 dd .number {
		float: unset;
	}

	#seibo_restaurant_201105 .sec03 dd .name {
		font-size: 1.3rem;
		margin-top: .8rem;
	}

	#seibo_restaurant_201105 .sec03 dd .name span {
		font-size: 1.2rem;
	}

	#seibo_restaurant_201105 .sec03 .price {
		font-size: 1.2rem;
	}

	#seibo_restaurant_201105 .sec03 .description {
		margin-top: 1.2rem;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.heightLine-01 {
		height: auto !important;
	}

	#seibo_restaurant_201105 .br_sp {
		display: block;
	}

	/*商品を購入するボタン*/
	#seibo_restaurant_201105 dd .buy_btn {
		background: #caa25f;
		background-image: url(../../d_images/campaign/201105_seibo_restaurant/buy_btn_bg_sp.png);
		padding: 1rem 3rem;
		font-size: 1.4rem;
		position: relative;
		text-align: center;
		width: 70%;
		height: 4.5rem;
		margin: 1rem auto;
		float: unset;
	}

	#seibo_restaurant_201105 dd .buy_btn::after {
		content: "";
		display: inline-block;
		background-image: url(../../d_images/campaign/201105_seibo_restaurant/icon_arrow01_sp.png);
		width: 1.5rem;
		height: 1.5rem;
		background-size: contain;
		right: 1rem;
		top: 1.5rem;
	}

	#seibo_restaurant_201105 .sec03 .buy_btn {
		padding: .5rem 3rem;
		position: relative;
		width: 90%;
		margin: 1rem auto;
		float: unset;
		height: 5.0rem;
		line-height: 1.4;
	}
	
	#seibo_restaurant_201105 .sec03 .buy_btn::after{
		top:1.8rem;
	}

	/*全商品を見るボタン*/
	#seibo_restaurant_201105 .all_list_btn {
		width: 100%;
	}

	#seibo_restaurant_201105 .all_list_btn a {
		font-size: 1.4rem;
		padding: 2rem 0;
		width: 90%;
		margin: 0 auto;
		position: relative;
		text-align: center;
		line-height: 1.5;
	}

	#seibo_restaurant_201105 .all_list_btn a::after {
		content: "";
		display: inline-block;
		background-image: url(../../d_images/campaign/201105_seibo_restaurant/icon_arrow02_sp.png);
		background-repeat: no-repeat;
		position: absolute;
		width: 1.5rem;
		height: 1.5rem;
		background-size: contain;
		right: 1rem;
	}

	/*TOPへ戻る*/
	#seibo_restaurant_201105 .to_top_list {
		margin-top: 5rem;
		padding: 2rem 3rem
	}

	#seibo_restaurant_201105 .to_top_list ul {
		display: block;
	}

	#seibo_restaurant_201105 .to_top_list ul li {
		margin-right: 0;
		margin-bottom: 1.5rem;
	}

	#seibo_restaurant_201105 .to_top_list ul li:nth-of-type(2) {
		margin-right: 0;
		margin-bottom: 0;
	}

	#seibo_restaurant_201105 .to_top_list a {
		font-size: 1.2rem;
		padding: 1.2rem 0;
	}

	#seibo_restaurant_201105 .to_top_list a::before {
		content: "";
		display: inline-block;
		background-image: url(../../d_images/campaign/201105_seibo_restaurant/icon_arrow03_sp.png);
		background-repeat: no-repeat;
		position: absolute;
		width: 1.5rem;
		height: 1.5rem;
		background-size: contain;
		left: 1.5rem;
		letter-spacing: .15em;
	}
}