@charset "UTF-8";
/* ==============================================================================================
   Add CSS 2023/09/05
   ============================================================================================== */
   
   @media only screen and (min-width: 861px) {
   .pc_h{display:none}
   
   }
   @media only screen and (max-width: 860px) {
   .sp_h{display:none}
   
   }
 
 @media only screen and (min-width: 671px) {
 .pc_hidden{display:none}
 
 }
 @media only screen and (max-width: 670px) {
 .sp_hidden{display:none}
 
 } 
 
 
.notice{
	padding-left: 1em;
    text-indent: -1em;
} 
.tac{
	text-align: center;
}

.w800{
	max-width:880px;
	margin:0 auto;
}

span.small{
	font-size:0.8em;
}
span.inb{display:inline-block}


#anch-cpn{
	background-image:url(../img/bk4.png);
	color:#fff;
}
#anch-cpn .txt_coming{
	text-align: center;
	padding:8vw 20px 4vw 20px;
	opacity: 0.5;
	font-size:1.3em;
}

.icon_no2{
	max-width:20%;
	text-align: center;
}
.icon_no2 img{
	max-width:60%;
	width:300px;
	margin:2em auto;
}
#icon_no2_txt .imo-sct_inr{
	max-width:60%;
}
   @media only screen and (max-width: 860px) {
	   
.icon_no2{
	max-width:100%;
}
#icon_no2_txt .imo-sct_inr{
	max-width:100%;
}
}


#anch-cpn .txt_coming{
	position: relative;
	padding:2em;
	background-color:#400003;
}
#anch-cpn .txt_coming::before {
	content: '';
	width: 2em;
	height: 2em;
	background-image: url(../img/cor2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
#anch-cpn .txt_coming::after{
	content: '';
	width: 2em;
	height: 2em;
	background-image: url(../img/cor2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	transform: rotate(180deg); /* rotateZ(45deg) と等価 */
}



#anch-ftr{
	background-color: #ffffff;
	color:#000;
}

#anch-mv{
	background-color: #B7DDED;
	color:#000;
}

#anch-hst{
	background-color:#301D1A;
	color:#fff;
}

#anch-prd{
	background-image:url(../img/bk4.png);
	color:#fff;	
}
#anch-prd .txt_coming{
	text-align: center;
	padding:8vw 20px 4vw 20px;
	opacity: 0.5;
	font-size:1.3em;
}

.face_img{
	padding:2em;
}


#anch-clt{
	background-color:#A97432;	
}

#anch-brnd{
	background-image:url(../img/bk4.png);
	color:#fff;	
}
#anch-htc{
	background-color:#301D1A;
	color:#fff;
}

#anch-htc .htc-pear-sct_bdy{
	position: relative;		
}
#anch-htc .msct-obj{
	right:-10px;
	bottom:80px;
	max-width:20%;
}
@media screen and (max-width: 1340px){
#anch-htc .msct-obj{
	right:15px;
	bottom:80px;
	max-width:15%;
}	
}
@media screen and (max-width: 660px){
#anch-htc .msct-obj{
	bottom:100px;
}	
}
#anch-htc ul{
	padding-left:1em;
}

#anch-htc ul li{
	margin-bottom:1em;
	padding-left:10em;
}

@media screen and (max-width: 1340px){
#anch-htc ul li:nth-child(4){
	padding-right:20%;
}
#anch-htc ul li:nth-child(5){
	padding-right:20%;
}	
}


#anch-htc2{
	background-color:#301D1A;
	color:#fff;
}
#anch-htc2 .quat-sct_bdy{
	position: relative;	
	align-items: center;
}

#anch-htc2 .quat-sct{
	position: relative;		
}
#anch-htc2 .quat-sct_bdy::before {
	content: '';
	width: 2em;
	height: 2em;
	background-image: url(../img/cor1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
#anch-htc2 .quat-sct_bdy::after{
	content: '';
	width: 2em;
	height: 2em;
	background-image: url(../img/cor1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	transform: rotate(180deg); /* rotateZ(45deg) と等価 */
}


#anch-htc2 .quat-sct::before{
	content: '';
	width: 2em;
	height: 2em;
	background-image: url(../img/cor1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	transform: rotate(90deg); /* rotateZ(45deg) と等価 */
}
#anch-htc2 .quat-sct::after{
	content: '';
	width: 2em;
	height: 2em;
	background-image: url(../img/cor1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	transform: rotate(270deg); /* rotateZ(45deg) と等価 */
}

#anch-htc2 .quat-sct_bdy .quat-sct_inr{
/* 	display: flex; */
	flex-wrap: wrap;
}
#anch-htc2 .quat-sct_bdy .quat-sct_inr h4{
	text-align: center;
	font-s-ze:0.8em;
	width:100%;
}
#anch-htc2 .quat-sct_bdy .quat-sct_inr p{
	width:100%;
	text-align: center;
}




#anch-map .anch-map-inr{
	background-color:#620005;
	color:#fff;	
}
#anch-map .gmap{
	background-color:#620005;
	color:#000;	
}
#anch-map.imo-art,
#anch-map .imo-ttl,
#anch-map .imo-art_bdy{
	background-color:#620005;	
}

#anch-inq{
	background-color: #005A93;
	color:#000;
}

#anch-clt .imo-sct_b-cpy:first-child{
	background-color: rgba(64, 0, 3, 0.5);
	text-align: center;
	color:#fff;
	padding:1em;
}

#anch-clt .trt-sct{
	background-color: #FFF7EA;
}

.mt_nami{
	padding-top:4vw;
}

.line_nami_top,
.line_nami_bottom{
	margin-top:-1px;
	margin-bottom:-1px;
	position: relative;
}
.line_nami_top img{
	width:100%;
	position: absolute;
	top:0;
	margin-top:-1px;
	padding-top:-1px;
}
.line_nami_bottom img{
	width:100%;
	position: absolute;
	bottom:0;
	margin-bottom:-1px;
	padding-bottom:-1px;
}
.line_nami_top3{
	position: absolute !important;
	width:100%;
	top:0;
}

.bk_blue{
	background-color: #005A93;
}

.bk_sb{
	background-color: #5AB5DB;
}


.bk_ssb{
	background-color: #B7DDED;
}

.bk_w{
	background-color: #fff;
}



.sttl_red h3{
	border-left: 13px solid #B32241;
	padding-left:0.5em;
/* 	margin-bottom:0.5em; */
	color:#fff;
}
.sttl_red p{
	padding:0 1.5em;
	color:#fff;
}

.video{
  max-width:800px;
  margin:1em auto;
}
@media only screen and (max-width: 670px) {
.video{
  margin:0 auto;
}
}

.video_inr {
/*   max-width:824px; */
  width: 100%;
  margin:0 auto;
  position: relative;
  padding-top: 56.25%; /* 動画追加時追加 */
}


.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.imo-sct_fig_waku_mv{
	position: relative;
	padding:8px;
	width:100%;
	margin:4vw auto;
	border-radius:26px;
	border:6px solid #fff;
	background-color:#9DC547;
	z-index:2;
}
@media only screen and (max-width: 640px) {
.imo-sct_fig_waku_mv{
	margin:8vw auto;
}
}
.imo-sct_fig_waku_mv:nth-child(2) .imo-sct_fig_waku_mv2{
	background-color:#9DC547;		
}

.imo-sct_fig_waku_mv .imo-sct_fig_waku_mv2{
	padding:2em;
	background-color:#7E1C31;
}

.imo-sct_fig_waku_mv2::after{
	content: '';
	width: 5em;
	height: 5em;
	background-image: url(../img/o_awa_white_big.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	left: -1em;
	bottom: 3em;
	z-index: 10;
/* 	transform: rotate(270deg);  */
}
@media only screen and (max-width: 600px) {
.imo-sct_fig_waku_mv2::after{
	content: '';
	width: 3em;
	height: 3em;
	background-image: url(../img/o_awa_white_big.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	left: -1em;
	bottom: 1em;
	z-index: 10;
}
}

.brand_sizuru{
	margin:6vw 0;
}
.brand_sizuru .brand_sizuru_main{
	background-image: url(../img/bk_brand_sizuru.png);
	display: flex;
	justify-content: center;
	align-items: center;
	min-height:13em;
	text-align: center;
	padding:2em;
	background-size: cover;
	font-size:1.6em;
	border-top:4px solid #301D1A;
	border-left:4px solid #301D1A;
	border-right:4px solid #301D1A;
}
.brand_sizuru ul{
	display: flex;
	border:2px solid #301D1A;
	color:#CBA561;
}
.brand_sizuru ul li{
	border:2px solid #301D1A;
	position: relative;
	background-color: #301D1A;
}
.brand_sizuru ul li div.bkred{
	background-color: #B32241;
	min-height:10em;
}

.brand_sizuru ul li figure{
	position: absolute;
	top:3em;
	text-align: center;
	width:100%;
	
}
.brand_sizuru ul li figure img{
	width:155px;
	max-width:50%;
}
.brand_sizuru ul li h5{
	padding:4em 10px 10px 10px;
	text-align: center;
	font-size:1.2em;
}
.brand_sizuru ul li p{
	padding:1em;
}

@media screen and (max-width: 660px){
.brand_sizuru ul{
	flex-wrap: wrap;
	}
.brand_sizuru ul li{
	width:100%;
}	
		
}



.imo-season .imo-sct_inr{
	text-align: center;
	width:100%;
	max-width:100%;
}


.imo-season .imo-sct-zu{
	margin-top:4vw;
	position: relative;
	padding:4vw 2em;
	background-color:#F3F2DF;
}
.imo-season .imo-sct-zu figure{
	max-width:564px;
	margin:0 auto;
}
.imo-season .imo-sct-zu::before {
	content: '';
	width: 2em;
	height: 2em;
	background-image: url(../img/cor3.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.imo-season .imo-sct-zu::after{
	content: '';
	width: 2em;
	height: 2em;
	background-image: url(../img/cor3.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	transform: rotate(180deg); /* rotateZ(45deg) と等価 */
}




.cpn-naiyo-sct{
	text-align: center;
	border:2px solid #fff;
	border-radius: 0.9375em;
	margin-top: 1.25em;
	background-color: #FF802B;
}

.cpn-naiyo-sct_ques{
	padding:10px;
	color:#fff;
	font-size: 1.25em;
	border-radius: 0.9375em 0.9375em 0 0;
}
.cpn-naiyo-sct_b-cpy{
	background-color: rgba(255, 255, 255, 0.4);
	color:#5C2F00;
	font-size: 1em;
	padding:10px;
	border-radius:  0 0 0.9em 0.9em;
}

.cpn-naiyo-sct_b-cpy .cpn-naiyo-name{
	font-size: 1.4em;
}


#anch-prd .btn_inr.-blnk::after, 
#anch-prd .btn_lnk.-blnk::after {
	content: '';
    width: 0.875em;
    height: 1em;
    background-color: currentColor;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translate3d(0, -50%, 0);
    --ttlObjMask-img: none;
}

.other_link{
	background-color: #B7DDED;
	padding:30px;
}
.other_link ul{
	max-width:1000px;
	width:96%;
	margin:0px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.other_link ul li{
	width:22%;
}
@media screen and (max-width: 660px){
.other_link ul li{
	width:48%;
	margin-bottom:10px;
}	
	}
.other_link ul li img{
	border:1px solid #4a4a4a;
}


.other_link2{
	background-color: #fff;
	padding:30px 0;
}

.other_link2 .other_link2_inr{
	max-width:1000px;
	width:94%;
	margin:0px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;	
}

.other_link2 .other_link2_inr p{
	width:32%;	
}
@media only screen and (max-width: 640px) {
.other_link2 .other_link2_inr p{
	width:48%;
	margin-bottom:10px;
}
.other_link2 .other_link2_inr p:last-child{
	margin-bottom:0px;	
}
}
.other_link2 .other_link2_inr p img{
	border:1px solid #1f1f1f;
}


.recipe_list{
	display: flex;
	justify-content: space-between;
	z-index:2;
}



.recipe_list li{
	padding:1em 1em;
	background-color: #B49E27;
	border:solid #fff 6px;
	text-align: center;
	width:32%;
	border-radius: 25px;
	color:#fff;
	position: relative;
	font-size:1.1em;
}

@media only screen and (max-width: 600px) {
.recipe_list{
	flex-wrap: wrap;
}
.recipe_list li{
	margin-bottom:10px;
	width:100%;
	z-index: 2;
}
}

.recipe_list li::after{
    content: '▶︎';
    width: 0.875em;
    height: 1.8em;
/*     clip-path: polygon(0% 0%, 100% 50%, 0% 100%); */
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translate3d(0, -50%, 0);
    --ttlObjMask-img: none;
}

@media only screen and (max-width: 600px) {
.recipe_list li::after{
  width: 2em;
 height: 1.8em;
    content: '▼';
}
}
}
.recipe_list li p{
	padding-right:1.3em;
}
.recipe_list li:nth-child(2){
	background-color: #B46D27;
}
.recipe_list li:nth-child(3){
	background-color: #B25D5D;
}

.recipe_box{
	margin-top:4vw;
	z-index:2;
}

.recipe_m1{
	display: flex;
	background-color: #ffffff;
	border-radius:26px 26px 0 0;
	justify-content: space-between;
	z-index: 2;
}
.recipe_m1 .recipe_tit_bk{
	background-color: #B49E27;	
	border:solid #fff 6px;
	border-radius:26px 0 26px 0;
	text-align: center;
	padding:2em;
	color:#fff;
}

#recipe2 .recipe_tit_bk{
	background-color: #B46D27;	
}
#recipe3 .recipe_tit_bk{
	background-color: #B25D5D;	
}

@media only screen and (max-width: 600px) {
.recipe_m1{
	flex-wrap: wrap;
}	
.recipe_m1 .recipe_tit_bk{
	border-radius:26px 26px 0 0;
}

}
.recipe_m1 .recipe_tit_bk h3{
	font-size:1.5em;
}
.recipe_m1 .recipe_tit_bk h4{
	margin:1em 0;
}
.recipe_m1 .recipe_tit .icon{
	width:4em;
	margin:0 auto;
}
.recipe_m1 .recipe_tit{
	width:48%;
	z-index: 2;
}



.recipe_m1 .recipe_tit p{
	padding:1.5em;
}
.recipe_m1 .recipe_img{
	width:48%;
}
@media only screen and (max-width: 600px) {
.recipe_m1 .recipe_tit{
	width:100%;
}
.recipe_m1 .recipe_img{
	margin-top:-1em;
	width:100%;
}
}
.recipe_m1 .recipe_img{
	padding:2em;
	z-index: 2;
}
.recipe_m1 .recipe_img img{
	border:10px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dddddd;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.recipe_m2{
	z-index: 2;
	margin-top:-1px;
	margin-bottom:-1px;
	background-color: #ffffff;
	padding: 0 2em;
	position: relative;
}
.recipe_m2_tit .icon{
	width:2.4em;
	margin-right:1em;
}
.recipe_m2_tit{
	padding:3px 10px;
	display: flex;
	color:#fff;
	background-color: #B49E27;
	border-radius:0px 100px 0px 0px;
	width:15em;
	align-items: center;
	font-size:1.2em;
}
#recipe2 .recipe_m2_tit{
	background-color: #B46D27;
}
#recipe3 .recipe_m2_tit{
	background-color: #B25D5D;
}


.recipe_m2_cont{
	background-color: #FFFBC6;
	border-radius:0 15px 15px 15px;
}
#recipe2 .recipe_m2_cont{
	background-color: #FFE5CC;
}
#recipe3 .recipe_m2_cont{
	background-color: #FAEEE5
}


.recipe_m2_cont ul{
	display: flex;
	justify-content: space-between;
}
.recipe_m2_cont ul li{
	padding:1em;
	width:30%;
	color:#5C4317;
}
@media only screen and (max-width: 600px) {
.recipe_m2_cont ul{
	flex-wrap: wrap;
}
.recipe_m2_cont ul li{
	width:100%;
}
	}
.o_recipe{
	width:7em;
	position: absolute;
	right:10px;
	bottom:1em;
	max-width:20%:
}
@media only screen and (max-width: 600px) {
.o_recipe{
	width:5em;
	position: absolute;
	right:10px;
	bottom:1em;
	max-width:15%:
}
}



.recipe_m3{
	margin-top:-1px;
	margin-bottom:-1px;
	background-color: #ffffff;
	padding:2em;
	border-radius:0 0 26px 26px ; 
	z-index:2;
	position: relative;
}

.recipe_m3_tit .icon{
	width:2.4em;
	margin-right:1em;
}
.recipe_m3_tit{
	padding:3px 10px;
	display: flex;
	color:#fff;
	background-color: #9DC547;
	border-radius:0px 100px 0px 0px;
	width:15em;
	align-items: center;
	font-size:1.2em;
}

.recipe_m3_cont{
	border-top:2px solid #9DC547;
	z-index: 2;
}
.recipe_m3_cont table{
	display: block;
}
.recipe_m3_cont tr{
	border-bottom:rgba(201, 204, 192, 0.53) solid 4px;
}
.recipe_m3_cont th{
	padding:10px 0;
	width:5em;	
}
.recipe_m3_cont td{
	padding:1em 0;
}
.recipe_m3_cont .num{
	width:4em;
}
.recipe_m3_cont ul{
	display: flex;
	justify-content: space-between;
	align-content: center;
	z-index: 2;
}
.recipe_m3_cont ul li{
	display: flex;
	justify-content: space-between;
	align-content: center;
	width:58%;
}
.recipe_m3_cont ul li:nth-child(2){
	padding:1em;
	width:38%;
}

@media only screen and (max-width: 600px) {
.recipe_m3_cont ul{
	flex-wrap: wrap;
}
.recipe_m3_cont ul li{
	width:100%;
}
.recipe_m3_cont ul li:nth-child(2){
	padding:1em;
	width:100%;
}
}
.recipe_m3_cont figure{
	z-index: 2;	
}
.recipe_m3_cont .recipe_img img{
	border-radius:10px;
	z-index: 2;
}
.recipe_m3_cont .recipe_img p{
	margin-top:10px;
	font-size:0.9em;
}

.point_tit{
	z-index: 2;
	margin-top:1vw;
	background-color: #E5FCB5;
	border-radius: 26px 26px 0 0 ;
}
.point_tit figure img{
	z-index: 2;	
}
.point_tit .tit_img{
	width:100%;
	max-width:23em;
	margin:0px auto 0 auto;
	z-index: 2;
}
.point_box{
	z-index: 2;
	background-color: #E5FCB5;
	border-radius:  0 0 26px 26px;	
	padding: 0em 10px 10px 10px;
}
.point_box p{
	text-align: center;
	background-color: #ffffff;
	border-radius:  0 0 16px 16px;
	padding:1.2em;
}

.b_txt{
	text-align: center;
	padding:5vw 1em;
	color:#103852;
	font-weight:900;
}
.daihyo{
	justify-content: space-between;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius:26px;
	padding:1.5em 1.5em 0em 1.5em;	
}

.daihyo .tit_img{
	max-width:28em;
	margin:0 auto;
}

.daihyo ul{
	margin-top:1em;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.daihyo ul li{
	width:45%;
	padding:1em;
	text-align: center;
}
@media only screen and (max-width: 600px) {
.daihyo ul li{
	width:100%;
	padding:1em;
	text-align: center;
}
}
.daihyo ul li img{
	border:10px solid #fff;
	margin:0 auto;
}
.daihyo ul li h5{
	text-align: center;
	padding:1em;
	font-size:1.2em;
}


.pos_r{
	position: relative;
}
.o_bottom{
	position: absolute;
	top:-100px;
	right:2em;
	width:8em;
	max-width:15%;
}

@media only screen and (max-width: 600px) {
.o_bottom{
	position: absolute;
	top:-30px;
	right:0em;
	width:8em;
	max-width:15%;
}
}

.o_awa1{
	position: absolute;
	bottom:2em;
	left:8em;
	width:5em;
	max-width:15%;
}
@media only screen and (max-width: 1010px) {
.o_awa1{
	position: absolute;
	bottom:2em;
	left:5em;
	width:5em;
	max-width:15%;
}
}

@media only screen and (max-width: 870px) {
.o_awa1{
	display: none;
	position: absolute;
	bottom:0em;
	left:1em;
	width:3em;
	max-width:15%;
}
}

.o_awa2{
	position: absolute;
	bottom:2em;
	right:8em;
	width:8em;
	max-width:15%;
  transform: scale(-1, 1);
}
@media only screen and (max-width: 870px) {
.o_awa2{
	position: absolute;
	bottom:1em;
	right:2em;
	width:3em;
	max-width:15%;
}
}
.o_awa3{
	position: absolute;
	bottom:2em;
	left:8em;
	width:4em;
	max-width:15%;
}
@media only screen and (max-width: 870px) {
.o_awa3{
	position: absolute;
	bottom:1em;
	left:0em;
	width:2em;
	max-width:15%;
	opacity: 0.5;
}
}



.o_chiba2{
	position: absolute;
	bottom:-2em;
	left:-2em;
	width:5em;
	max-width:15%;
}
@media only screen and (max-width: 870px) {
.o_chiba2{
	position: absolute;
	top:50%;
	left:-1em;
	width:5em;
	max-width:15%;
}
}

.o_chiba1{
	position: absolute;
	bottom:-5em;
	z-index:5;
	right:3em;
	width:8em;
	max-width:15%;
}
@media only screen and (max-width: 640px) {
.o_chiba1{
	position: absolute;
	bottom:-8em;
	z-index:5;
	right:3em;
	width:8em;
	max-width:15%;
}
}


.o_chiba3{
	position: absolute;
	bottom:5em;
	z-index:5;
	left:5em;
	width:10em;
	max-width:15%;
}
@media only screen and (max-width: 640px) {
.o_chiba3{
	position: absolute;
	bottom:0;
	z-index:5;
	left:1em;
	width:12em;
	max-width:20%;
}
}



.bk_fish1{
	position: absolute;
	top:3%;
	left:-10em;
	width:30%;
	z-index:1;
}
@media only screen and (max-width: 600px) {
.bk_fish1{
	position: absolute;
	top:1%;
	left:-4em;
	width:50%;
}
}
.bk_fish2{
	position: absolute;
	top:10%;
	right:-10em;
	width:30%;
	z-index:1;
}
@media only screen and (max-width: 600px) {
.bk_fish2{
	position: absolute;
	right:-4em;
	width:50%;
}
}

.bk_fish3{
	position: absolute;
	top:50%;
	left:-10em;
	width:30%;
	z-index:1;
}
@media only screen and (max-width: 600px) {
.bk_fish3{
	position: absolute;
	left:-4em;
	width:50%;
}
}
.bk_fish4{
	position: absolute;
	bottom:30%;
	right:-10em;
	width:30%;
	z-index:1;
}
@media only screen and (max-width: 600px) {
.bk_fish4{
	position: absolute;
	right:-4em;
	width:50%;
}
}
.bk_fish5{
	position: absolute;
	bottom:13%;
	left:-10em;
	width:30%;
	z-index:1;
}
@media only screen and (max-width: 600px) {
.bk_fish5{
	position: absolute;
	left:-4em;
	width:50%;
}
}

.main_attention{
	padding:1em;
	border:solid 10px #5AB5DB;
	background-color: #fff;
}

.main_attention p{
	color:#ff0000;
}
