@charset "utf-8";
/*---------------------------
 CSS Document 
-----------------------------*/
/*============================
共通
============================*/
#breadcrumbs {
	margin: 0;
}
.hed {
}
img {
	width: 100%;
}
a:hover, a:hover img, a:hover p, a:hover div {
	opacity: 0.8;
	transition: all 0.2s ease-out 0s;
}
.arrow_next:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	right: 5%;
	top: 40%;
	border-top: 1px solid #e8497a;
	border-right: 1px solid #e8497a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow_next.bk:after {
	border-color: #000;
}
.arrow_down:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	left: 48%;
	bottom: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gs_width {
	max-width: 1280px;
	margin: 0 auto 0;
	width: 90%;
	text-align: center;
}
.sp {
	display: none !important;
}
/*============================
共通ボタン
============================*/
.top_btn {
}
.top_btn a {
	background-color: #07738E;
	font-size: 20px;
	color: #fff;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 10px;
	position: relative;
	max-width: 500px;
	width: 80%;
}
.link_btn a {
	background-color: #07738E;
	font-size: 20px;
	color: #fff;
	margin: 0 auto 0;
	display: block;
	text-align: center;
	padding: 10px;
	position: relative;
	max-width: 500px;
	width: 80%;
}
.link_btn.top a {
	margin: 50px auto 0;
}
.allitem_bt {
	text-align: center;
}
.allitem_bt a {
	font-size: 30px;
	display: inline-block;
	/* border: solid 1px #00023d; */
	color: #ffffff;
	padding: 10px 0;
	width: 600px;
	background-color: #00023d;
	max-width: 90%;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;/* box-shadow: 2px 2px 0 0 rgb(0 0 0 / 20%); */
}
.top_bt {
	text-align: center;
	margin: 20px 0 50px;
}
.top_bt a {
	display: inline-block;
	font-size: 30px;
	color: #ffffff;
	padding: 10px 0;
	background-color: #bbb;
	width: 600px;
	max-width: 90%;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
}
/*============================
画像フェードイン
============================*/
.is-lazyloaded {
	animation: fadeIn 1s;
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
/*============================
コンテンツ
============================*/

.cp_hedcopy {
	font-size: 20px;
	font-weight: 600;
	padding: 20px 0;
	line-height: 2;
}
.cp_hedcopy_txt.no_br {
}
/*============================
#life
============================*/
.sec_ttl {
	font-size: 3.5vw;
	font-weight: 600;
	margin: 0 0 30px;
}
.sitasen {
	background: linear-gradient(transparent 70%, #fff000 0);
	padding: 0 30px;
}
#light {
}
#kaiteki {
	margin: 0 0 50px;
}
#out {
	margin: 50px 0 50px;
}
.life_wrap {
	margin: 0 0 40px;
}
.life_icon {
	width: 50px;
	margin: 0 auto;
	line-height: 1;
}
#food .life_icon {
	width:90px;
}
.life_ttl {
	font-size: 40px;
	font-weight: 600;
	margin: 0 0 10px;
	letter-spacing: 0.2em;
	padding-left: 0.2em;
}
.life_txt.no_br {
	font-size: 18px;
	border-bottom: solid 2px #000;
	border-top: solid 2px #000;
	padding: 15px 0;
}
.life_txt_innner {
	display: inline-block;
	text-align: justify;
}
span.life_txt_innner {
	font-weight: 600;
}
.item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 0;
}
.item_col2 {
	width: 48%;
	margin: 0 0 50px;
}
.item_col2_txt.no_br {
	font-size: 18px;
	margin: 0 0 10px;
}
.item_col2_img {
	border: solid 1px #ccc;
	margin: 0 0 10px;
	max-inline-size: 600px;
	box-sizing: border-box;
}
.item_col2_bland {
}
.item_col2_name {
}
.item_col2_price {
}
.item_col4 {
	width: 23%;
	text-align: center;
	font-size: 14px;
	margin: 0 1% 50px 1%;
}
.item_col4_img {
	border: solid 1px #ccc;
}
.item_col4_logo {
	text-align: center;
	margin: 10px 0 10px;
	min-height: 40px;
}
.item_col4_logo img {
	width: auto;
	max-height: 40px;
	max-width: 100px;
}
.item_col4_txt {
	margin: 0 0 5px;
	min-height: 40px;
}
.item_col4_name {
}
.item_col4_price {
}

/*====================================
	リキッド表示設定
	1100pxより変形
====================================*/
@media only screen and (max-width: 1380px) {
}
 @media only screen and (max-width: 980px) {
.item_list {
	width: 100%;
	max-width: 90%;
	margin: 0 auto 5%;
}
.col4 .item_list {
	width: 48%;
	max-width: 100%;
	padding: 0 0 7%;
}
.price_list a {
	font-size: 20px;
}
.activty_list {
	width: 48%;
	margin: 0 0 5%;
}
.activty_list a {
}
}
@media only screen and (max-width: 786px) {
/*---------------------------
共通
-----------------------------*/
.sp_br {
	display: block;
}
.no_br br {
	display: none;
}
.gs_width {
	margin: 0 auto 5%;
}
.sp {
	display: block !important;
}
.pc {
	display: none !important;
}
/*============================
ヘッダ
============================*/
.copy_ttl {
	font-size: 24px;
}
.copy_txt {
	font-size: 20px;
	text-align: left;
}
/*============================
ボタン
============================*/
.allitem_bt {
}
.allitem_bt a {
	font-size: 20px;
}
.top_bt {
}
.top_bt a {
	font-size: 20px;
}
.arrow_next:after {
	width: 5px;
	height: 5px;
	top: 44%;
}
/*============================
コンテンツ
============================*/

.cp_hedcopy {
	padding: 5% 0;
}
.cp_hedcopy_txt.no_br {
	font-size: 16px;
	line-height: 1.6;
	text-align: justify;
}
/*============================
#life
============================*/
.sec_ttl {
	font-size: 30px;
}
.sitasen {
	padding: 0;
}
.sp_br.sitasen {
	display: inline-block;
}
#light {
}
#kaiteki {margin: 0 0 5%;}
#out {margin: 10% 0 5%;}
.life_wrap {
	margin: 0 0 10%;
}
.life_icon {
}
.life_ttl {
}
.life_txt.no_br {
	font-size: 16px;
	line-height: 1.4;
	padding: 2% 5%;
	border-width: 1px;
	margin: 0 -5%;
}
.life_txt_innner {
}
span.life_txt_innner {
}
.item_wrap {
}
.item_col2 {
	width: 100%;
	margin: 0 0 10%;
}
.item_col2_txt.no_br {
	font-size: 16px;
	text-align: left;
}
.item_col2_img {
}
.item_col2_bland {
}
.item_col2_name {
}
.item_col2_price {
}
.item_col4 {
	width: 46%;
	margin: 0 0 5%;
}
.item_col4_img {
}
.item_col4_logo {
	min-height: 20px;
}
.item_col4_logo img {
	max-height: 20px;
}
.item_col4_txt {
	font-size: 12px;
	line-height: 1.2;
	text-align: justify;
}
.item_col4_name {
	font-size: 12px;
}
.item_col4_price {
	font-size: 12px;
}
}
