@charset "utf-8";
/* CSS Document */
/*大枠のcss*/
#outer{
	width: 1260px;
	margin: 0 auto;
}
/*マウスオーバーでふぉんってなる*/
#outer a:hover{
	opacity: 0.7;
}
/*カテゴリボタン設定*/
#outer .category_btn{
	width: 100%;
	font-size: 1.2em;
	margin: 15px auto 60px;
}
#outer .category_btn a{
	color: #FFFFFF !important;
	border-bottom: solid 3px #aec6cf;
	text-decoration: none !important;
	position: relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding: 10px;
	font-weight: bold;
	border-radius: 100vh;
	background-color: #73a9bd;
}
/*メニュー*/
#outer ul.menu{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	background-color: white;
}
#outer ul.menu li{
	width: 49%;
	box-sizing: border-box;
	border-radius: 0.5em;
	margin-bottom: 30px;
}
#outer ul.menu li{
	width: 24.6%;
}
#outer ul.menu li a{
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	position: relative;
}
#outer ul.menu li:hover{
	opacity: 0.7;
}
#outer ul.menu li a:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 45%;
	right: 10px;
	border: 6px solid transparent;
}
/*メニュー　各カテゴリ設定*/
#outer ul.menu li{
	background-color: #bfa980;
	margin-right: 5px;
}
#outer ul.menu li a{
	color: white;
}
#outer ul.menu li a:before{
	border-top: 7px solid white;
}
#outer ul.menu2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	text-align: center;
}
#outer ul.menu2 li{
	width: 49%;
	box-sizing: border-box;
	border-radius: 0.5em;
	margin-bottom: 30px;
}
#outer ul.menu2 li{
	width: 32%;
}
#outer ul.menu2 li a{
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	position: relative;
}
#outer ul.menu2 li:hover{
	opacity: 0.7;
}
#outer ul.menu2 li a:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 45%;
	right: 10px;
	border: 6px solid transparent;
}
/*メニュー　各カテゴリ設定*/
#outer ul.menu2 li{
	background-color: #f8f7f4;
	margin-right: 5px;
}
#outer ul.menu2 li a{
	color: #5e4f4f;
}
#outer ul.menu2 li a:before{
	border-top: 7px solid #5e4f4f;
}
/*ページジャンプのcss*/
.jump, .jump2 {
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto 30px;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	z-index: 2;
	padding-bottom: 0;
	padding-top: 0;
	max-width: 100%;
}
.jump ul._menu, .jump2 ul._menu {
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: center;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	border-top: solid 2px #5e4f4f;
	border-right: solid 2px #5e4f4f;
}
.jump ul._menu li.global_item, .jump2 ul._menu li.global_item {
	width: 25%;
	position: relative;
	border-left: solid 2px #5e4f4f;
	border-bottom: solid 2px #5e4f4f;
}
.jump ul._menu li.global_item:last-child,.jump2 ul._menu li.global_item:last-child {
	border-right-style: none;
	margin-right: 0;
}
.jump ul._menu li.global_item a, .jump2 ul._menu li.global_item a {
	display: block;
	padding: 20px 20px 40px 20px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	color: #5e4f4f;
}
.jump ul._menu li.global_item a::after,.jump2 ul._menu li.global_item a::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 17.5px 0 17.5px;
	border-color: #5e4f4f transparent transparent transparent;
}
#outer .adjustment {
	padding-top: 110px;
	margin-top: -110px;
	display: block;
}
/*見出し*/
#outer .top_parts{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #73a9bd;
	margin-bottom: 30px;
}
#outer .top_parts .top_txt{
	width: 54%;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 0 0 25px;
}
#outer .top_parts .top_txt h1{
	font-size: 2.3em;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 1.2;
}
#outer .top_parts .top_txt p{
	font-size: 1.3em;
	padding-top: 10px;
}
#outer .top_parts .top_img{
	width: 44%;
}
#outer .top_parts .top_img img{
	width: 100%;
}
/*h2*/
#outer h2.marker_h2{
	width: 100%;
	font-size: 2em;
	font-weight: bold;
	background: linear-gradient(#fff 60%, #d3e2e8 0%);
	margin-top: 25px;
	margin-bottom: 15px;
	padding-left: 5px;
}
/*h2下文章*/
#outer h2 + p {
	font-size: 1.1em;
	/* 任意のサイズに調整 */
	margin-top: 4px;
	/* h2との間隔を調整 */
}
/*h3*/
#outer h3.contents_h3{
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 20px;
	padding-left: 5px;
}
#outer h3.contents_h3::before{
content: "┃"}
/*4個並べ*/
#outer .contents_4{
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}
#outer .contents_4 .item{
	width: 24%;
	/*3個並びにしたいときは33％とかにする*/
	flex: 0 0 calc((100% - 20px * 3) / 4);
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px;
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	/* 数字を大きくすると丸みが強くなる */
}
#outer .contents_4::after,.contents_4::before{
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
#outer .contents_4::before{
	order: 1;
}
#outer .contents_4 .item .item_img{
	width: 100%;
}
#outer .contents_4 .item .item_img img{
	width: 100%;
}
#outer .contents_4 .item .item_txt{
	padding: 0 10px;
	margin-bottom: 20px;
	font-size: 0.9em;
}
#outer .item .item_txt h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
/*商品一覧はこちらのボタン*/
#outer .contents .item ul.btns{
	margin-top: auto;
	margin-bottom: 12px;
	padding: 0 10px;
}
#outer .contents .item ul.btns li.btn_gazou{
	position: relative;
}
#outer .item .btn_gazou a{
	display: block;
	position: relative;
	padding: 10px;
	color: #ffffff;
	background-color: #d8a7b1;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
}
#outer .item .btn_gazou a::after{
	content: url(https://shimojima.jp/img/freepage/food_delivery/ico_ya.png);line-height: 0;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}
/*関連記事のところ*/
#outer .column{
	width: 100%;
	margin-bottom: 45px;
}
#outer .column h3{
	font-size: 1.5em;
	font-weight: bold;
	margin: 35px 0 15px;
}
#outer .column h3::before{
content: "┃"}
#outer .contents_02{
	display: flex;
	flex-wrap: wrap;
	/*	justify-content: space-between;
	*/
	margin: 0 auto;
}
#outer .contents_02 .item_{
	width: 32%;
	box-sizing: border-box;
	/*	border: solid 1px #cccccc;
	*/
	display: flex;
	flex-direction: column;
}
#outer .contents_02::after{
	content: "";
	display: block;
	width: 32%;
	height: 0;
}
#outer .contents_02 .item_ ul.btns_{
	margin-top: auto;
	margin-bottom: 12px;
	padding: 0 10px;
}
#outer .contents_02 .item_ ul.btns_ li.btn_gazou_{
	position: relative;
}
#outer .item_ .btn_gazou_ a{
	display: block;
	position: relative;
	padding: 10px;
	color: #ffffff;
	background-color: #d8a7b1;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
}
/*スマホの設定*/
@media screen and (max-width: 768px) {
	#outer{
		width: 100%;
	}
	/*カテゴリボタン設定*/
	#outer .category_btn{
		width: 95%;
		font-size: 1.1em;
		margin: 15px auto 40px;
	}
	#outer .category_btn a{
		padding: 6px;
	}
	/*見出し*/
	#outer .top_parts{
		flex-direction: column-reverse;
	}
	#outer .top_parts .top_txt{
		width: 100%;
		padding: 15px;
	}
	#outer .top_parts .top_txt h1{
		font-size: 1.2em;
		padding: 5px 5px 0 5px;
	}
	#outer .top_parts .top_txt p{
		font-size: 1em;
		padding: 5px;
	}
	#outer .top_parts .top_img{
		width: 100%;
	}
	#outer .top_parts .top_img img{
		width: 100%;
	}
	/*ページジャンプ*/
	#outer .jump {
		top: 70px;
	}
	#outer .jump ul._genre_menu {
		display: flex;
		flex-wrap: wrap;
	}
	#outer .jump ul._genre_menu li.global_item {
		width: 50%;
		box-sizing: border-box;
	}
	#outer .jump ul._genre_menu li.global_item:nth-child(2n+1) {
		border-right: none;
	}
	#outer .jump ul._genre_menu li.global_item a {
		padding: 5px 7px;
		font-size: 12px;
		position: relative;
	}
	#outer .jump ul._genre_menu li.global_item a::before {
		content: '';
		position: absolute;
		top: 0.7em;
		left: 1em;
		height: 0;
		width: 0;
		border-style: solid;
		border-width: 6px 0 6px 9px;
		border-color: transparent transparent transparent #00aeb9;
	}
	#outer .adjustment {
		padding-top: 140px;
		margin-top: -140px;
		display: block;
	}
	/*h2*/
	#outer h2.marker_h2{
		font-size: 1.5em;
		margin: 25px 5px 15px;
		padding-bottom: 5px;
		padding-left: 5px;
		background: linear-gradient(#fff 60%, #e3f3f4 0%);
	}
	/*h3*/
	#outer h3.contents_h3{
		font-size: 1.3em;
		margin: 10px 0;
		padding-left: 0;
	}
	/*4個並べ*/
	#outer .contents_4{
		--gap: 10px;
		/* 任意 */
		display: flex;
		/* ←明示 */
		flex-wrap: wrap;
		/* ←明示 */
		gap: var(--gap);
		/* 余白はgapに任せる */
		justify-content: flex-start;
		margin-top: 20px;
	}
	/* 2列レイアウト */
	#outer .contents_4 .item{
		/* PCの width:24% を無効化しておくと安心 */
		width: auto;
		/* or initial */
		/* 2列：gapが1箇所なので (100% - gap) / 2 */
		flex: 0 0 calc((100% - var(--gap)) / 2);
		max-width: calc((100% - var(--gap)) / 2);
		margin: 0;
		/* 余白はgapに統一 */
		padding: 5px;
		box-sizing: border-box;
		/* 念のため */
	}
	/* PCで列揃え用に使っているダミーをスマホで殺す */
	#outer .contents_4::before,#outer .contents_4::after{
		display: none !important;
		content: none;
	}
	#outer .contents_4 .item .item_txt{
		padding: 5px;
		margin-bottom: 5px;
		font-size: 0.8em;
	}
	#outer .contents_4 .item .item_txt{
		padding: 5px;
		margin-bottom: 5px;
		font-size: 0.8em;
	}
	#outer .item .item_txt h4 {
		font-size: 1.2em;
	}
	/*商品一覧はこちらのボタン*/
	#outer .contents_4 .item ul.btns{
		padding: 0;
		margin-bottom: 5px;
	}
	#outer .item .btn_gazou a{
		padding: 5px;
		font-size: 0.8em;
	}
	#outer .item .btn_gazou a::after{
		content: inherit;
	}
	/*メニュー 基本設定*/
	#outer ul.menu{
		padding: 0 10px;
		margin-bottom: 25px;
		justify-content: space-between;
	}
	#outer ul.menu li{
		width: 49%;
		margin-bottom: 5px;
		margin-right: 0;
	}
	#outer ul.menu li a{
		font-size: 14px;
		padding: 5px 10px;
		position: relative;
	}
	#outer ul.menu2{
		padding: 0 10px;
		margin-bottom: 25px;
		justify-content: space-between;
	}
	#outer ul.menu2 li{
		width: 100%;
		margin-bottom: 5px;
		margin-right: 0;
	}
	#outer ul.menu2 li a{
		font-size: 14px;
		padding: 5px 10px;
		position: relative;
	}
	/*関連記事*/
	#outer .column{
		width: 100%;
	}
	#outer .column h3{
		padding: 5px;
		font-size: 1.3em;
		margin: 0;
	}
	#outer .column h3::before{
	content: "┃"}
	#outer .contents_02{
		padding: 0 10px;
	}
	#outer .contents_02 .item_{
		width: 100%;
		margin: 5px auto;
		padding: 0;
	}
	#outer .contents_02::after{
		content: none;
	}
	#outer .contents_02 .item_ ul.btns_{
		font-size: 0.8em;
		width: 100%;
		margin-bottom: 0;
		padding: 0;
	}
	#outer .contents_02 .item_ ul.btns_ li.btn_gazou_{
		position: relative;
	}
	#outer .item_ .btn_gazou_ a{
		padding: 10px 0;
		border-radius: 100vh;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		display: block;
		position: relative;
		transition: .3s;
		margin: 5px;
	}
}
