@charset "UTF-8";

/* 赤打ち消し線 */
.red_strike{
    text-decoration: line-through;
    color: red;
}
.red_strike>.black_text{
    color: #3C3C44;
}


/* 四角白抜き数字 */
.add_square_reverse{
    background-color: #3C3C44;
    color: white;
}


/* タグの色：高専がなかった */
.tag_list.tag_rika,
.tag_list.tag_science,
.tag_list.tag_college_physics{
  border-color: #45B036;
  color: #45B036;
}
.tag_list.tag_sansu,
.tag_list.tag_math,
.tag_list.tag_college_math{
  border-color: #0078B9;
  color: #0078B9;
}
.tag_list.tag_taiiku,
.tag_list.tag_pe{
  border-color: #7D4798;
  color: #7D4798;
}
.tag_list.tag_seikatsu{
  border-color: #EE791D;
  color: #EE791D;
}

.text_rika,
.text_science,
.text_college_physics{
  color: #45B036;
}
.text_sansu,
.text_math,
.text_college_math{
  color: #0078B9;
}
.text_taiiku,
.text_pe{
  color: #7D4798;
}
.text_seikatsu{
  color: #EE791D;
}

.subTit_a.rika,
.subTit_a.science,
.subTit_a.college_physics{
  border-color: #45B036;
}
.subTit_a.sansu,
.subTit_a.math,
.subTit_a.college_math{
  border-color: #0078B9;
}
.subTit_a.taiiku,
.subTit_a.pe{
  border-color: #7D4798;
}
/* 生活がなかった */
.subTit_a.seikatsu{
  border-color: #EE791D;
}




.tag_list.important{
    color: red;
    border-color: red;
}
.subheading{ font-weight: bold; }

.news_img_right{
    float: right;
    margin-left: 2rem;
    margin-bottom: 1rem;
    width: 100%;
}
.news_img_left{
    float: left;
    margin-right: 2rem;
    margin-bottom: 1rem;
    width: 100%;
}
@media screen and (min-width : 1100px){
    .news_right_margin{
        margin-right: 2rem;
    }
}
.news_img_right.with_border,
.news_img_left.with_border{ border: 1px solid #3C3C43; }

.note{
    font-size: .875rem;
    text-indent: -1em;
    padding-left: 1em;
    /* 効かない
    margin-top: 0;
    */
}
.note_padl3 {
	font-size: .875rem;
	padding-left: 3rem;
}
.note_size {
	font-size: .875rem;
}

/*
.baketa_review_area{
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}
@media screen and (max-width : 902px){
    .baketa_review_area{
        flex-wrap: wrap;
    }
}
.baketa_review_area.book,
.baketa_review_area.intro{ width: 25%; }
.baketa_review_area.page{ width: 50%; }
@media screen and (max-width : 902px){
    .baketa_review_area.book,
    .baketa_review_area.intro{ width: 50%; }
    .baketa_review_area.page{ width: 100%; }
}
*/

a.link{
    color: #af8f68;
    text-decoration: underline;
}
a.link.rika,
a.link.science,
a.link.college_physics{ color: #45b036; }
a.link.seikatsu{ color: #ee791d; }
a.link.sansu,
a.link.math,
a.link.college_math{ color: #0078b9; }
a.link.taiiku,
a.link.pe{ color: #7d4798; }

a.noline{
    text-decoration: none;
}

.width100{ width: 100%;}

@media screen and (max-width : 902px){
    .width30, .width35, .width20{
        display: block;
        margin: 0 auto;
        float: none;
        max-width: 100%;
    }
}
@media screen and (max-width : 742px){
    .width25, .width20, .width15, .width10{
        display: block;
        margin: 0 auto;
        float: none;
        max-width: 100%;
    }
}
@media screen and (min-width : 601px){
    .width40{ width: 40rem;}
    .width35{ width: 35rem;}
    .width30{ width: 30rem;}
    .width25{ width: 25rem;}
    .width20{ width: 20rem;}
    .width15{ width: 15rem;}
    .width10{ width: 10rem;}
    .minus_width40{ width: calc(100% - 40rem); }
    .minus_width35{ width: calc(100% - 35rem); }
    .minus_width30{ width: calc(100% - 30rem); }
    .minus_width25{ width: calc(100% - 25rem); }
    .minus_width20{ width: calc(100% - 20rem); }
    .minus_width15{ width: calc(100% - 15rem); }
    .minus_width10{ width: calc(100% - 10rem); }
    .minus_width35_plus2{ width: calc(100% - 42rem); }
    .minus_width35_plus2{ width: calc(100% - 37rem); }
    .minus_width30_plus2{ width: calc(100% - 32rem); }
    .minus_width25_plus2{ width: calc(100% - 27rem); }
    .minus_width20_plus2{ width: calc(100% - 22rem); }
    .minus_width15_plus2{ width: calc(100% - 17rem); }
    .minus_width10_plus2{ width: calc(100% - 12rem); }
}

/* 枠線 */
.border_gray{
	border:solid 1px gray;
}

/* マージン・パディング */
.margin_point5{ margin: .5rem; }
.left1{ margin-left: 1rem; }
.pad_0222{
    padding: 0 2rem 2rem;
}
.pad_b1{ padding-bottom: 1rem; }
.pad_b2{ padding-bottom: 2rem; }


/* 下線 */
.underline{
	text-decoration: underline;
}
.underline.gold{
	text-decoration-color: #af8f68;
}

/* 大人も子どももえほんで夏休み */
.book_cover_list{
	margin-top: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.book_cover_list li{
	width: 24%;
}
.book_cover_list li img{
	width: 100%;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .5);
}
@media screen and (max-width : 601px){
	.book_cover_list li{
		width: 48%;
		margin-bottom: 1em;
	}
}

.book_cover_list figcaption{
	font-size: 14px;
	margin: 1rem 0;
}

.news_img_list_right{
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
    width: 15%;
}
.news_img_list_left{
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: 15%;
}
.news_imgs{
	display: flex;
	justify-content: space-between
}
.news_imgs.ehonde{
	margin-top: .5em;
}
.news_imgs.ehonde img.ecobag{
	width: calc(2300% / 38);
	height: auto;
}
.news_imgs.ehonde img.tape{
	width: calc(1400% / 38);
	height: auto;
}
@media screen and (max-width : 901px){
	.news_img_list_right, .news_img_list_left{
		width: 20%;
	}
}
@media screen and (max-width : 601px){
	.news_img_list_right, .news_img_list_left{
		width: 25%;
	}
    .news_imgs.ehonde{
        margin-top: 1rem;
		flex-direction: column;
    }
    .news_imgs.ehonde img.ecobag{
        width: 100%;
        height: auto;
    }
    .news_imgs.ehonde img.tape{
        width: 100%;
        height: auto;
		margin-top: 1rem;
    }
}


/* はつめいアイディアシート募集企画 */
.pants_intro{
	display:flex;
}
.pants_text_forkids{
	background-color: antiquewhite;
	padding: 0.5em 3em 2em;
	margin-top: 2em;
}
.pants_text_forkids h4{
	font-weight: bold;
	margin: 1em;
	text-align: center;
}
.text_problems{
	text-align: center;
}
@media screen and (max-width : 1024px){
	.pants_cover{
		width: 30%;
	}
	.pants_text{
		display: flex;
	}
	.pants_text_introduction{
		margin-right: 1em;
	}
}
@media screen and  (max-width : 601px){
	.pants_intro{
		flex-direction: column-reverse;
	}
	.pants_text{
		margin-top: 1em;
	}
	.pants_text_introduction{
		margin-right: 0;
	}
	.pants_cover{
		width: 70%;
	}
	.pants_text_forkids{
		padding: 0.5em 1em 1.5em;
	}
	.pants_text_forkids h4{
		margin: 1em 0;
	}
}



/* 20240209：オンライン講座 */
#news.seminar{
	padding: 0;
}
.kv_area.seminar01{
	height: 360px;
	background:linear-gradient(rgba(255,254,238,1) 70%, rgba(255,254,238,0));
}
.kv_block{
	width: 100%;
	max-width: 1200px;
	height: 360px;;
    margin: 0 auto;
	background-image: url("../2024/images/0209_kv_background.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	
}
.ended{
	position:fixed;
	width:100%;
	height:100%;
	background-color:black;
	padding:0px;
	top:0px;
	left:0px;
	opacity:0.2;
	z-index: 2;
}
.kv_block.end_mark::after, .kv_area2.end_mark::after{
	content: '';
	background-image: url("../2024/images/seminar_ended.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 35vw;
	height: 15vw;
	position: absolute;
	top: 5vw;
	right: 30vw;
}
@media screen and (max-width : 600px){
	.kv_area2.end_mark::after{
		width: 70vw;
		height: 30vw;
		top: 15vw;
		left: 15vw;
	}
}

/* 20250401 公開終了マーク用 */
.kv_block.end_mark2::after, .kv_area2.end_mark2::after{
	content: '';
	background-image: url("../2024/images/seminar_ended2.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 35vw;
	height: 15vw;
	position: absolute;
	top: 5vw;
	right: 30vw;
}
@media screen and (max-width : 600px){
	.kv_area2.end_mark2::after{
		width: 70vw;
		height: 30vw;
		top: 15vw;
		left: 15vw;
	}
}

.kv{
    width: 94%;
    max-width: 1120px;
    margin: 0 auto;
	position: relative;
}
.kv #speaker{
	width: 224px;
	height: 224px;
	border-radius: 100%;
	position: absolute;
	left: 108px;
	top: 96px;
}
.kv #dotted_circle{
	width: 243px;
	height: 243px;
	position: absolute;
	left: 99px;
	top: 87px;
}
.kv #title{
	width: 510px;
	height: 250px;
	position: absolute;
	left: 406px;
	top: 70px;
}
@media screen and (max-width : 1200px){
    .kv_area.seminar01{
        height: calc(360 / 1200 * 100vw);
    }
    .kv_block{
        height: calc(360 / 1200 * 100vw);
    }
    .kv #speaker{
        width: calc(224 / 1200 * 100vw);
        height: calc(224 / 1200 * 100vw);
        left: calc(108 / 1200 * 100vw);
        top: calc(96 / 1200 * 100vw);
    }
    .kv #dotted_circle{
        width: calc(243 / 1200 * 100vw);
        height: calc(243 / 1200 * 100vw);
        left: calc(99 / 1200 * 100vw);
        top: calc(87 / 1200 * 100vw);
    }
    .kv #title{
        width: calc(510 / 1200 * 100vw);
        height: calc(250 / 1200 * 100vw);
        left: calc(406 / 1200 * 100vw);
        top: calc(70 / 1200 * 100vw);
    }
}
@media screen and (max-width : 600px){
	.kv_area{
		margin-bottom: 2em;
	}
	.kv #title_sp{
		width: 100%;
		height: auto;
	}
}



/* tsubasa06sc用 */
/* 中見出し */
.middle_headline{
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: .75em;
}
img + .middle_headline{
	margin-top: 1.5em;
}
/* 追加コンテンツ紹介 */
.tsubasa_contents{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}
@media screen and (max-width : 960px){
	.tsubasa_contents{
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
	.tsubasa_contents .minus_width35_plus2{
		width: 90%;
		padding-top: .5em;
		padding-bottom: .75em;
	}
}
@media screen and (max-width : 600px){
	.tsubasa_contents .width35{
		width: 90%;
	}
}

/* 20240430：らっくらく */
.speaker_intro_area{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1em;
}
/*
.speaker_intro_area p:first-child{
	margin: auto 2em;
}
*/
.speaker_intro_area .circled{
	width: 180px;
	height: 180px;
	border-radius: 100%;
}
.kv_area2.luck_raku{
	background-color: rgba(136,185,40,.1);
}
.kv_area2.luck_raku .kv{
	max-width: 1080px;
    margin: 0 auto 1em;
}
.kv_area2.luck_raku .kv img{
	width: 100%;
}

/* 20240614：かがくラボ */
.kv_area2.kagakulabo01{
	width: 100%;
	max-height: 340px;
	max-width: 1200px;
	margin: 0 auto 1em;
}
.kv_area2.kagakulabo01 img{
	width: 100%;
}

/* 20240626：らっくらく２ */
#luck2 .kv_area2.luck_raku{
	background-color: #e8e9f3;
}

/* 20240830：らっくらく３ */
#luck3 .kv_area2.luck_raku{
	background-color: #f4efeb;
}

/* 20241120：らっくらく５ */
#luck5 .kv_area2.luck_raku{
	background-color: #e6f1f8;
}

/* 20240614：かがくラボ */
.kv_area2.kagakulabo01{
	width: 100%;
	max-height: 340px;
	max-width: 1200px;
	margin: 0 auto 1em;
}
.kv_area2.kagakulabo01 img{
	width: 100%;
}

/* 20240730：CBTセミナー */
.kv_area2.cbt_seminar{
	width: 100%;
	max-height: 340px;
	margin: 0 auto 1em;
	background: #181819;
}
.kv_area2.cbt_seminar .kv{
	max-width: 1200px;
}
.kv_area2.cbt_seminar img{
	width: 100%;
}
@media screen and (max-width : 1200px){
    .kv_area2.cbt_seminar{
		/*
        height: calc(340 / 1200 * 100%);
		*/
    }
}
/* 20250916かがくラボ2学期　*/
.kv_area2.kagakulabo02{
	width: 100%;
	max-height: 340px;
	background-image: url("../2025/images/kagakulabo_background.svg");
	background-repeat: repeat repeat;
	background-size: 54px 54px;
	background-position: center center;
}
.kv_area2.kagakulabo02 .kv{
	width: 100%;
}
.kv_area2.kagakulabo02 img{
	width: 100%;
}


/* 20241008：いきもの図鑑 */
.kv_area2.ikimono{
	width: 100%;
	margin: 0 auto;
}
.kv_area2.ikimono{
    height: 306px;
    background: #E40013;
    margin-bottom: 4em;
}@media screen and (max-width : 1200px){
	.kv_area2.ikimono{
		height: 25.5vw;
	}
}@media screen and (max-width : 600px){
	.kv_area2.ikimono{
		height: 65vw;
		margin-bottom: 3em;
	}
}
.kv_area2.ikimono .kv{
	/*
	max-width: 1200px;
	*/
}
.kv_area2.ikimono img{
	width: 100%;
}
.ikimono_intro{
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center;
	gap: 2em;
}
.ikimono_cover{
	width: 20em;
}
.ikimono_cover_sp{
	width: 13em; 
	margin: 0 auto;
}
.ikimono_cover_sp img{
	width: 100%;
}
.ikimono_info{
	display: flex; 
	flex-wrap: wrap; 
	flex: 1; 
	min-width: 22em;
	gap: 1em;
}

.ikimono_info_box{
	display: flex; 
	flex-wrap: wrap; 
	justify-content: flex-start;
}
.ikimono_info_text{
	flex:1; 
	min-width: 13em;
}
.ikimono_info_text .strong{
	font-size: 1.1em;
	margin: auto .25em;
	font-weight: 700;
	text-decoration: underline;
	/*
	text-decoration-color: #fff5b3;
	*/
	text-decoration-color: rgba(255,235,103,.5);
	text-decoration-thickness: .75em;
	text-decoration-skip-ink: none;
	text-underline-offset: -.375em;
	/*
	text-underline-offset: -.75em;
	*/
}
.ikimono_info_img{
	width: 20em; 
	margin: 0 auto;
}
.ikimono_info_img img{
	width: 100%;
}
#ikimono_zukan h3{
	font-weight: 600;
	margin: 1em auto;
	font-size: 25px;
}

.ikimono_box{
	display: flex;
	flex-wrap: wrap;
    padding: 0.5em 0;
    margin: 1.5em auto;
    font-weight: bold;
}
.ikimono_box p{
	font-weight: bold;
}
.ikimono_ul{
	margin: 2em 0;
	padding-left: 1em;
}
.ikimono_ul li{
	color: red;
	font-size: 0.9em;
	list-style-type: square;
}
.ikimono_ul li span{
	color: #000000;
}
.ikimono_box_img{
	margin: 0 auto;
}
.box_center{
	text-align: center;
}
.box_center h3{
	color: #663C00;
	font-weight: 600;
}
.box_animallist{
	margin: 0.5em 5em;
	padding: 1em;
	text-align: left;
	color: #727272;
    background: white;
    border-top: solid 5px #60391D;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
@media screen and (max-width : 700px){
	.box_animallist{
	margin: 0.5em 1em;
	padding: 1em;
    }
}
	

/* 20240620：ようかいのもりキャンペーン */
.balloon{
	display: flex;
	align-items: center;
	/* marginだけでは中央揃えにはならない */
	justify-content: center;
	margin: 1em auto;
}
.balloon p{
	position: relative;
	padding: 1em;
	border: solid .25em #999;
	border-radius: 1.25em;
}
.balloon.left p{
	margin-right: 1em;
}
.balloon.left p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.45em;
  margin-top: -.75em;
  border: .75em solid transparent;
  border-left: .75em solid #fff;
  z-index: 2;
}
.balloon.left p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  margin-top: -1em;
  border: 1em solid transparent;
  border-left: 1em solid #999;
  z-index: 1;
}
.balloon figure{
	width: 6em;
	min-width: 5em;
}
.balloon figure img{
	width: 90%;
}
/* 20241111ようかいのもり特設ページ */

.balloon.bottom p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1em;
  border: .75em solid transparent;
  border-top: .75em solid #999;
  z-index: 1;
}
.balloon.bottom p:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1.25em;
  margin-top: -.625em;
  border: 1em solid transparent;
  border-top: 1em solid #fff;
  z-index: 2;
}
/* 20241016：ばけたくんかるた*/
.karuta_content{
	width: 100%;
	border-radius: 50px;
	background-size: 20px 20px;
    background-image: repeating-linear-gradient(45deg, #ffffff 0, #ffffff 2px, #F8F1D5 0, #F8F1D5 50%);
	text-align: center;
	padding-top: 2em;
}
@media screen and (max-width : 600px){
	.karuta_content{
		padding-bottom: 1em;
		margin-bottom: 1em;
	}
}
.karuta_content img{
	width: 90%;
}
@media screen and (max-width : 600px){
	.karuta_content img{
		width: 95%;
	}
}

.youkai_book_and_newspaper_area{
	position:relative;
	height: 15em;
}
.youkai_book_anchor{
	position: absolute;
	left: 0;
	width:12em;
	z-index: 2;
}
.youkai_book_anchor img{
	width: 100%;
}
.youkai_newspaper_block{
	position: absolute;
	width: 12em;
	right: 0;
}
.youkai_newspaper_block img{
	width: 100%;
	transform: rotate(7deg);
}

/* 20241104：セミナー「すぐにできる理科の導入」 */
#seminar0107 .kv_area2{
	width: 100%;
	max-height: 340px;
	margin: 0 auto 1em;
	/* 方眼紙 */
	background-size: 30px 30px;
	background-repeat: repeat;
	background-position: center center;
	background-image:
		linear-gradient(0deg, transparent calc(100% - 2px), #d0eeee calc(100% - 1px)),
		linear-gradient(90deg, transparent calc(100% - 2px), #d0eeee calc(100% - 1px));
	background-color: #fff;
}
#seminar0107 .kv_area2 .kv{
	max-width: 1200px;
}
#seminar0107 .kv_area2 img{
	width: 100%;
}
@media screen and (max-width : 1200px){
    #seminar0107 .kv_area2{
        height: calc(340 / 1200 * 100%);
    }
}
/*　20221226：オンライン講座アーカイブVimeo用　*/
.vimeo_area{
	width: 800px;
	margin: 0 auto;
}
.vimeo_box {
	position: relative;
	padding: calc(360 / 640 * 800px) 0 0; /* 高さと横幅の数字には単位は入れません。 */
}
.vimeo_box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 960px) {
	.vimeo_area{
		width: 100%;
	}
	.vimeo_box {
		float: none;
		width: 100%;
		padding: calc(360 / 640 * 100%) 0 0; /* 高さと横幅の数字には単位は入れません。 */
		margin: 0em auto 1em auto;
	}
}

/*　20241108：ようかいのもり特設ページ　*/
.youkai_maintitle{
	width: 600px;
	margin: 0 auto;
}
.youkai_maintitle img{
	width: 100%;
}
#youkai_no_mori .anchor_area{
	margin-top: 1em;
}

#youkai_no_mori .anchor_area li{
	font-size: 1.1em;
	font-weight: 600;
}
.youkai_intro{
	display: flex;
	gap: 5em 1em; /* youkai_intro img のmargin-top-5em分*/
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
}
.youkai_intro .intro_img{
	width:550px; 
	margin-top: -5em;
}
.youkai_intro p{
	flex: 1;
	min-width: 18em;
	line-height: 1.75;
}
.youkai_intro img{
	width: 100%;
}

.youkai_title {
	margin: 2rem 0 1rem;
	position: relative;
	z-index: 1;
}
.youkai_title img{
	height: 45px
}

.youkai_cover_list{
	margin: 2rem 2rem;
}


#youkai_no_mori .book_cover_list{
	margin-top: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}
#youkai_no_mori .book_cover_list li{
	width: 23%;
}
#youkai_no_mori .book_cover_list li img{
	width: 100%;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .5);
}

.youkai_icon_link {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.youkai_icon_link:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.youkai_cara_syoukai{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 1em auto;
}
.youkai_cara_box{
	/*width: 18rem;*/
	flex: 1;
	min-width: 16rem;
    padding: 1em;
	margin: 1em 0.5em 0;
    /*background: #ECE5DF;*/
	border:dashed 2px #b3ada4;/*線の種類・太さ・色*/
	background-color: #F5F1EA;
}
/*
@media screen and (max-width : 1130px){
	.youkai_cara_box{
		width: 15rem;
	}
}
@media screen and (max-width : 977px){
	.youkai_cara_box{
		width: 23rem;
	}
}
@media screen and (max-width : 871px){
	.youkai_cara_box{
		width: 17rem;
	}
}
*/
.cara_name_box{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0.5em;
}
.cara_name_box h3{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #4A3222;
	font-size: 20px;
	font-weight: 600;
	margin: 1em;
}
.cara_icon{
	width: 80px;
}
#youkai_no_mori .news_area{
	margin: 3em auto;
	padding: 0;
}
.youkai_news_title{
	border-bottom: dotted 3px #E1D6CC;
	padding-bottom: .5em;
}
.youkai_news{
    margin: 1em auto;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap:1em;
}
.youkai_news.restaurant{
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap:2em;
}
.youkai_news.restaurant .txt{
	max-width: 45em;
}
.youkai_news.restaurant .cover{
	max-width: 15em;
	min-width: 10em;
}
.youkai_news.restaurant .cover img{
	width: 100%;
}
.gray_txt{
	color: #585858;
	font-size: 1.1em;
}
.autumn2024_text{
	flex: 3;
	min-width: 250px;
	margin-top: 1em;
}
.autumn2024_text h3{
	font-weight: 600;
	margin: 1.5rem auto;
}
.autumn2024_img{
	flex: 7;
	min-width: 400px;
	max-width: 500px;
}
.autumn2024_img img{
	width: 100%;
}

.momen_img{
	position: relative;
	max-width: 400px;
	margin: 3em auto 0;
}
.momen_img .balloon{
	position: absolute;
	right: 0;
	top: -4em;
	width: 13em;
}
.momen_img.min990{
	display: block;
}
.momen_img.max990{
	display: none;
}
#youkai_no_mori main .contents_box{
	border-bottom: 1px solid #999;
}

.dot_frame{
	margin: 1em 0 0 ;
	border-radius: 1em;
	border: 4px dotted #af8f68;
	padding: 2.5em;
	font-size: 1.1em;
}
@media screen and (max-width : 990px){
	.momen_img.max990{
		display: block;
		margin-top: 4em;
	}
	.momen_img.min990{
		display: none;
	}
}
@media screen and (max-width : 950px){
	.youkai_intro p{
		margin: 0 5em;
	}
	.youkai_cover_list{
		margin: 1rem;
	}
}
@media screen and (max-width : 700px){
	.youkai_intro img{
		width: 90vw;
	}
}
@media screen and (max-width : 601px){
	#youkai_no_mori .book_cover_list li{
		width: 48%;
		margin-bottom: 1em;
	}
}
@media screen and (max-width : 600px){
	.youkai_maintitle{
		width: 90%;
	}
	.youkai_title{
		margin: 3rem 0 2rem;
	}
	.youkai_title img{
		height:9.75vw;
	}
	#youkai_no_mori .anchor_area{
		padding-right: 1.25em;
	}
	#youkai_no_mori .anchor_area li{
		text-align: center;
	}
	#youkai_no_mori .anchor_area li::after{
		top: 1em;
		right: -1.26em;
	}
	.youkai_news{
		flex-direction: column;
	}
	.youkai_news .cover{
		width: 12em;
		margin: 0 auto;
	}
	.autumn2024_img{
		min-width: 90%;
	}
	/*
	.autumn2024_text{
		min-width: auto;
		width: 90%;
	}
	*/
	.momen_img .balloon{
		font-size: .85em;
	}
	.dot_frame{
		padding: 1em;
	}
}
/* 2024210：ばけたくんグッズ販売 */
#baketa_goods .goods_intro{
	display: flex;
	gap: 4em 1em; 
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}

.goods_intro p{
	flex: 1;
	min-width: 20em;
}
@media screen and (max-width : 950px){
	.youkai_intro p{
		margin: 0 5em;
	}
}
.goods_img{
	margin-top: -5em;
}
.goods_img img{
	width: 500px;
}
@media screen and (max-width : 935px){
	.goods_img{
		margin: -2em 0 0;
	}
}
@media screen and (max-width : 600px){
	.goods_img{
		width: 90%;
	}
}
@media screen and (max-width : 600px){
	.goods_img img{
		width: 100%;
	}
}


/* 20250314：生きもの家族図鑑 */
/* kv */
#ikimono_zukan .kv_area{
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	height: 500px;
	position: relative;
}
.rectangle_area{
	position: absolute;
	width: 100%;
	height: 50px;
	overflow: hidden;
	top: 0;
}
.rectangle{
	width: 2000px;
	height: 50px;
	background: linear-gradient(to left, white, #fcf2e6 6%, #fcf2e6 94%, white);
	position: absolute;
	left: calc(50% - 1000px);
}
.half_circle_area{
	position: absolute;
	width: 100%;
	height: 500px;
	overflow: hidden;
	top: 50px;
	left: 0;
}
.half_circle{
	position: absolute;
	width: 2500px;
	height: 800px;
	top: -440px;
	left: calc(50% - 1250px);
	overflow: hidden;
	background: linear-gradient(to left, white 10%, #fcf2e6 14.8%, #fcf2e6 85.2%, white 90%);
	border-radius: 50%;
	box-shadow: 5px 5px 5px rgba(153, 153, 153, .55);
}
.kv_img{
	position: absolute;
	border-radius: 50%;
	box-shadow: 4px 4px 2.5px rgba(153, 153, 153, .85);
}
.kv_img img, .kv_text img{
	width: 100%;
}
.kv_img.okami{
	top: -25px;
	left: calc(50% - 580px);
	width: 276px;
}
.kv_img.zo{
	top: 8px;
	right: calc(50% - 424px);
	width: 174px;
}
.kv_img.sake{
	top: 275px;
	left: calc(50% - 488px);
	width: 150px;
}
.kv_img.panda{
	top: 168px;
	right: calc(50% - 602px);
	width: 250px;
}
.kv_text{
	position: absolute;
	top: 71px;
	left: calc(50% - 315px);
	width: 630px;
}
.kv_text.under798{
	visibility: hidden;
}
/* vw指定 */
@media screen and (max-width : 1140px){
	#ikimono_zukan .kv_area{
		height: calc(500 / 1140 * 100vw);
	}
    .rectangle_area{
        height: calc(50 / 1140 * 100vw);
    }
    .rectangle{
        height: calc(50 / 1140 * 100vw);
    }
    .half_circle_area{
        height: calc(500 / 1140 * 100vw);
        top: calc(50 / 1140 * 100vw);
    }
    .half_circle{
        width: calc(2500 / 1140 * 100vw);
        height: calc(800 / 1140 * 100vw);
        top: calc(-440 / 1140 * 100vw);
        left: calc(50% - 1250 / 1140 * 100vw);
    }
    .kv_img.okami{
        top: calc(-25 / 1140 * 100vw);
        left: calc(-10 / 1140 * 100vw);
        width: calc(276 / 1140 * 100vw);
    }
    .kv_img.zo{
        top: calc(8 / 1140 * 100vw);
        right: calc(148 / 1140 * 100vw);
        width: calc(174 / 1140 * 100vw);
    }
    .kv_img.sake{
        top: calc(275 / 1140 * 100vw);
        left: calc(72 / 1140 * 100vw);
        width: calc(150 / 1140 * 100vw);
    }
    .kv_img.panda{
        top: calc(168 / 1140 * 100vw);
        right: calc(-32 / 1140 * 100vw);
        width: calc(250 / 1140 * 100vw);
    }
    .kv_text{
        position: absolute;
        top: calc(71 / 1140 * 100vw);
        left: calc(255 / 1140 * 100vw);
        width: calc(630 / 1140 * 100vw);
    }
}
@media screen and (max-width : 798px){
	.kv_text.over798{
		visibility: hidden;
	}
	.kv_text.under798{
		visibility: visible;
		top: calc(49 / 798 * 100vw);
		left: calc(148 / 798 * 100vw);
		width: calc(504 / 798 * 100vw);
	}
	.kv_img.okami{
		top: calc(-40 / 798 * 100vw);
		left: calc(-19 /798 * 100vw);
		width: calc(193 / 798 * 100vw);
	}
	.kv_img.zo{
		top: calc(-8 / 798 * 100vw);
		right: calc(72 / 798 * 100vw);
		width: calc(122 / 798 * 100vw);
	}
	.kv_img.sake{
		top: calc(182 / 798 * 100vw);
		left: calc(21 / 798 * 100vw);
		width: calc(105 / 798 * 100vw);
	}
	.kv_img.panda{
		top: calc(118 / 798 * 100vw);
		right: calc(-32 / 798 * 100vw);
		width: calc(176 / 798 * 100vw);
	}
	.kv_text{
		top: calc(49 / 798 * 100vw);
		left: calc(148 / 798 * 100vw);
		width: calc(504 / 798 * 100vw);
	}
}
@media screen and (max-width : 600px){
	#ikimono_zukan .kv_area{
		height: calc(660 / 600 * 100vw);
	}
	.kv_text.under798{
		visibility: hidden;
	}
	.kv_text.sp{
		top: 0;
		left: 0;
		width: 100%;
	}
    .rectangle_area{
        height: calc(350 / 600 * 100vw);
    }
    .rectangle{
        width: calc(1200 / 600 * 100vw);
        height: calc(350 / 600 * 100vw);
        left: calc(50% - 100vw);
    }
    .half_circle_area{
        height: calc(340 / 600 * 100vw);;
        top: calc(350 / 600 * 100vw);;
    }
    .half_circle{
        width: calc(1200 / 600 * 100vw);
        height: calc(560 / 600 * 100vw);
        top: calc(-308 / 600 * 100vw);
        left: calc(50% - 100vw);
    }
	.kv_img.zo{
		visibility: hidden;
	}
	.kv_img.okami{
		top: calc(-44 / 600 * 100vw);
		left: calc(26 / 600 * 100vw);
		width: calc(260 / 600 * 100vw);
	}
	.kv_img.sake{
		top: calc(488 / 600 * 100vw);
		left: calc(15 / 600 * 100vw);
		width: calc(160 / 600 * 100vw);
	}
	.kv_img.panda{
		top: calc(187 / 600 * 100vw);
		right: calc(-46 / 600 * 100vw);
		width: calc(220 / 600 * 100vw);
	}
}


/* sp ファースト　*/
/* innerをリセット */
#ikimono_zukan .inner.sp100{
    width: 100%;
}
/* ポイント */
.point_title_area{
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("/news/2024/SVG/one_dot_e30011.svg");
	background-size: calc(3 * 5rem / 16);
	background-repeat: space no-repeat;
	background-position: bottom;
}
.point_title_area::before{
	content: "";
	width: 4.5rem;
	height: 1.5rem;
	background-image: url("/news/2024/SVG/three_lines_e30011.svg");
}
.point_title_area p, .point_text_area p{
	font-size: calc(20rem / 16);
	color: #e30011;
	font-weight: 900;
	margin-top: .25em;
}
.point_title_area p{
	line-height: 1;
	padding: .5em 2em;
	border-radius: 1.2em;
	border: 4px solid #e30011;
	box-shadow: 6px 5px #e30011;
	background-color: white;
}
.point_text_area p{
	padding: .5em;
	text-align: center;
	margin-bottom: 1em;
}
/* ページ部 */
.page_area{
	width: calc(100% - 1em);
	margin: 0 auto;
	position: relative;
}
/* 解説文 */
.comment{
	font-size: calc(18rem / 16);
	margin-bottom: 1em;
}
.comment p{
	line-height: 1.75;
}
.comment .strong{
	font-size: calc(20rem / 16);
	margin: auto .25em;
	font-weight: 700;
	text-decoration: underline;
	/*
	text-decoration-color: #fff5b3;
	*/
	text-decoration-color: rgba(255,235,103,.5);
	text-decoration-thickness: .75em;
	text-decoration-skip-ink: none;
	text-underline-offset: -.375em;
	/*
	text-underline-offset: -.75em;
	*/
}
/* 黄色吹き出し */
.balloon_y{
	font-size: calc(18rem / 16);
	font-weight: 500;
	background-color: #ffdf00;
	border-radius: 1em;
	padding: .75em 1em;
	box-shadow: 3.5px 3.5px 2.5px rgba(160, 160, 160, .5);
	position: relative;
	z-index: 2;
	margin-bottom: .5em;
}
/* 紙面 */
.page{
	width: calc(100% - 1em);
	border: solid 1px black;
	box-shadow: 3.5px 3.5px 2.5px rgba(160, 160, 160, .5);
	position: relative;
	margin: 0 auto .75em;
}
.page>img{
	width: 100%;
}
/* 赤枠 */
.balloon_r{
	background-color: #fdeced;
	padding: 1em 1.5em;
	border-radius: 1em;
	border: 3px solid #e30011;
	font-size: 20px;
	margin: 0 .5em;
}
.balloon_r p{
	font-weight: 700;
}

/* 個別指定 */
@media screen and (min-width : 435px){
	.sp_small{
		display: none;
	}
}
.balloon_y.point1::after, .balloon_y.point3::after{
	content: "";
	width: 1.5em;
	height: 1.5em;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	background-color: #ffdf00;
	position: absolute;
	bottom: -1.5em;
	left: 8em;
	/*
	filter: drop-shadow(3.5px 3.5px 2.5px #d0d0d0);
	*/
}
.balloon_y.point1{
	/*
	margin: .5em calc(100% - 20em) .5em 0;
	*/
	max-width: 17em;
	margin: 0 auto .5em auto;
}
.page.kujira{
	margin: 0 auto 0 0;
}
.page.wani{
	width: 80%;
	position: relative;
	bottom: 1em;
	margin: 0 0 0 auto;
}
.balloon_y.point3{
	max-width: 14em;
}
.dacho3{
	width: 8em;
	height: 8em;
	position: relative;
	bottom: 4.5em;
	margin: 0 0 -7.5em auto;
	z-index: 3;
	border-radius: 50%;
	box-shadow: 3.5px 3.5px 2.5px rgba(160, 160, 160, .5);}
.dacho3>img{ width: 100%; }
.line_r{
	position: relative;
	padding: 0;
	top: -2.75em;
	width: 1em;
	height: 2.75em;
	margin: 0 3.5em -2.75em auto;
	color: #e30011;
	border-left: 3px solid #e30011;
}
.line_r>p{
	position: absolute;
	top: -1em;
	text-indent: calc(-.5em - 1.5px);
}

@media screen and (min-width : 521px){
    .balloon_y.point3{
        margin: 0 7em 0 auto;
    }
}
@media screen and (min-width : 601px){
	#ikimono_zukan .inner.sp100{
		margin: 0 auto;
		padding: 0;
	}
	.page{
		width: 55vw;
		max-width: 515px;
		position: absolute;
	}
	.comment, .balloon_y, .balloon_r{
		position: absolute;
	}
	.balloon_y{
		padding: 1em 1em;
	}
	
	/* 個別指定 */
	.page_area.point1{
		height: 68vw;
	}
	.page.kitsune1{
		top: 2em;
		left: 0;
	}
	.page.kitsune2{
		top: 8.5em;
		right: 0;
	}
	.balloon_y.point1{
		top: 0;
		right: 0;
		width: calc(100% - 55vw - .5em);
	}
	.comment.point1{
		bottom: 0;
		width: calc(100% - 55vw - .5em);
	}
	
	.page_area.point2{
		height: calc(36vw + 5em + 3em);
	}
	.page.wani{
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		width: 55vw;
	}
	.page.kujira{
		top: 5em;
		right: 0;
		z-index: 2;
	}
	.comment.point2{
		bottom: 0;
		width: calc(100% - 55vw - .25em);
	}
	
	.page_area.point3{
		height: calc(36vw + 9em + 13em);
	}
	.page.dacho1{
		top: 7em;
		left: 0;
	}
	.page.dacho2{
		top: 16em;
		right: 0;
	}
    .balloon_y.point3{
        top: 4em;
		right: 1.5em;
		margin: auto;
    }
	.balloon_y.point3::after{
        height: 3em;
        bottom: -3em;
	}
	.dacho3{
		position: absolute;
		top: 8.5em;
		right: .5em;
	}
	.balloon_r.point3{
		bottom: 0;
		margin: 0;
		padding: 1em;
		width: calc(100% - 55vw - 2.75em);
		max-width: calc(515px - 3em);
	}
    .line_r{
        position: absolute;
        width: calc(32vw + 4em);
        height: 2.75em;
        border-left: none;
		border-top: 3px solid #e30011;
		top: calc(16em + 31.5vw);
		right: 13vw;
    }
    .line_r>p{
        position: absolute;
		right: -.25em;
		text-indent: 0;
        top: calc(-1em + 3px);
		margin: 0 0 0 auto;
    }
}
@media screen and (min-width : 664px){
	.page_area.point1{
		height: calc(8.5em + 36vw + 2em);
	}
	.comment.point2{
		width: calc(100% - 55vw - 2em);
	}
}
@media screen and (min-width : 676px){
	.page_area.point3{
		height: calc(36vw + 9em + 11em);
	}
	.line_r{
		right: 14vw;
	}
}
@media screen and (min-width : 769px){
	.comment.point3{
		width: calc(100% - 55vw - 1em);
		right: 0;
	}
	.page.dacho1{
		top: 0;
	}
	.page.dacho2{
		top: 10em;
	}
	.balloon_y.point3{
		right: auto;
		left: 0;
		top: calc(36vw + 1em);
	}
    .balloon_y.point3::after{
        content: "";
        width: 1.5em;
        height: 1.5em;
        bottom: auto;
		clip-path: polygon(100% 0, 100% 100%, 0 100%);
		top: -1.5em;
        left: 8em;
		/*
        box-shadow: 3.5px 3.5px 2.5px rgba(160, 160, 160, .5);
		*/
    }
	.dacho3{
		top: calc(36vw + 1em + 4em);
		left: 12.5em;
		right: auto;
	}
	.balloon_r.point3{
		width: 48vw;
		right: 0;
	}
	.page_area.point3{
		height: calc(36vw + 9em + 10.5em);
	}
	.line_r{
		right: 16vw;
		top: calc(10em + 31vw);
		height: 5em;
		border-top: none;
		border-right: 3px solid #e30011;
	}
	.line_r>p{
		right: calc(-.5em - 1.5px);
	}
}
@media screen and (min-width : 847px){
	.page.kitsune2{
		top: 7em;
	}
}
@media screen and (min-width : 925px){
	.page_area.point1{
		height: calc(8.5em + 36vw);
	}
}
@media screen and (min-width : 932px){
	.comment.point1{
		bottom: 0;
		width: calc(100% - 515px - .5em);
	}
	.page_area.point1{
		height: calc(8.5em + 340px);
	}
	.balloon_y.point1{
		top: 0;
		right: 0;
		width: calc(100% - 515px - .5em);
		padding: 1em 1.5em;
	}
	.comment.point2{
		width: calc(100% - 515px - 2em);
	}
	.page_area.point2{
		height: calc(5em + 340px + 3em);
	}
	.page_area.point3{
		height: calc(340px + 9em + 10.5em);
	}
	.comment.point3{
		width: calc(100% - 515px - 1em);
		right: 0;
	}
	.balloon_y.point3{
		padding: 1em 1.5em;
		left: 1em;
		top: calc(340px + 1em);
	}
	.dacho3{
		left: 15em;
		top: calc(340px + 1em + 4em);
	}
	.balloon_r.point3{
		padding: 1em 1.5em;
	}
	.line_r{
		right: 150px;
		top: calc(10em + 300px);
	}
}


/* 20250310：20240309アーカイブ */
.vimeo_title{
	margin-top: 2em;
}
.vimeo_title p{
	font-weight: 600;
	color: #AF8F68;
	font-size: 1.2em;
}

/* 20250418かがくラボ */
.event_table{
	margin: 1em 0;
}
.event_table td{
	padding: .25em 1em;
	border-color: #FFFFFF;
	border-bottom: dashed #ECECEC 1.5px;
}
.event_table th{
	font-weight: 500;
	text-align: center;
	/*
	border-bottom: solid #fff 15px;
	border-right: solid #ECECEC 3px;
	border-left: solid #ECECEC 3px;
	/*
	background-color: #ECECEC;
	*/
	border-bottom: dashed #ECECEC 1.5px;
	margin-top: 0.1em;
	padding: .5em 1em;
}
@media screen and (max-width : 600px){
	.event_table th, .event_table td{
		padding: .25em .5em;
		/*
        border-bottom: solid #fff 15px;
		*/
	}
	.event_table th{
		width: 4.5em;
	}
}

.gray_strong{
	margin-top: 3em;
}
.gray_strong p{
	font-size: 1.1em;
	font-weight: 600;
	color: #646464;
}

.experiment_grid{
	display: grid;
	grid-template-columns: calc(19em + 2px) calc(6em + 2px) 1fr;
	grid-template-areas:
		"areaA areaB areaC"
		"areaA areaD areaE";
}
.experiment_grid.blue{
	margin-top: 1em;
}

.activity_title{
	grid-area: areaA;
	display: flex;
	align-items:center;
}
.activity_title p{
	flex: 1;
}
.activity_content{
	grid-area: areaB;
	display: flex;
	align-items: center;
}
.activity_detail{
	grid-area: areaC;
	display: flex;
	align-items: center;
}
.teacher{
	grid-area: areaD;
	display: flex;
	align-items: center;
}
.name{
	grid-area: areaE;
	display: flex;
	align-items: center;
}
.activity_title,.activity_content,.activity_detail,.teacher,.name{
	padding: 1em;
	border: #FFFFFF solid 1px;
}
.blue .activity_title{
	background-color: #CFF4FF;
}
.blue .activity_content,
.blue .activity_detail,
.blue .teacher,
.blue .name{
	background-color: #EAF8FD;
}
.pink .activity_title{
	background-color: #FFCFD0;
}
.pink .activity_content,
.pink .activity_detail,
.pink .teacher,
.pink .name{
	background-color: #FFEFF0;
}
.activity_title .activity_photo{
	width: 100px;
	margin: 0 auto;
}
.activity_title .activity_photo img{
	width: 100%;
}
@media screen and (max-width : 800px){
	.experiment_grid{
		grid-template-columns: calc(13em + 2px) calc(4em + 2px) 1fr;
	}
	.activity_title{
		flex-direction: column;
		align-items: flex-start;
	}
	.activity_title p{
		margin-left: 0;
	}
}
@media screen and (max-width : 600px){
	.experiment_grid{
		grid-template-columns: calc(4em + 2px) 1fr;
		grid-template-areas:
			"areaA areaA"
			"areaB areaC"
			"areaD areaE";
	}
	.activity_title{
		flex-direction: row;
		padding-bottom: .5em;
	}
	.activity_title .activity_photo{
		width: 40%;
		top: -2em;
		margin-top: -.5em;
	}
}
.teacher_area{
	display: flex;
	gap:1.5em;
	align-items: center;
	margin: 2em 0;
}
.teacher_photo{
	width: 10em;
	margin: .5em auto;
}
.teacher_photo img{
	width: 100%;
}
@media screen and (max-width : 600px){
	.teacher_area{
		flex-direction: column;
	}
	.teacher_photo{
		margin-top: 2em;
	}
}
/*20250529　ぺろりレストランメニュー募集*/
#restaurant_menu .subTit_a{
	margin-top: 1.5em;
}
.restaurant_intro{
	display: flex;
	gap:3em;
	position: relative;
}
/*
.restaurant_intro .txt{
	max-width: 35em;
}
*/
.restaurant_cover{
	width: 15rem;
	margin: 0 auto;
}
.restaurant_cover img{
	width: 100%;
}
.restaurant_cover figcaption{
	margin-top: .5em;
}
.menu_image{
	display: flex;
	justify-content: space-between;
	gap:2em;
	margin: 3em auto;
	width: 100%;
	max-width: 30em;
	min-width: 15em;
}
.menu_image .kappa{
	margin-top: 2.5em;
	width: 10em;
}
.menu_image .parfait{
	margin-top: -1em;
	width: 4em;
}
.menu_image .spaghetti{
	margin-top: 2em;
}
.menu_image img{
	width: 100%;
	/*
	filter: drop-shadow(1px 1px 1px #aaa);
	*/
}
@media screen and (max-width : 750px){
	.restaurant_intro{
		flex-direction: column;
	}
	.restaurant_cover{
		display: none;
		width: 50vw;
	}
	.restaurant_cover.sp{
		display: block;
	}
}
@media screen and (max-width : 600px){
}

/*20250605　九州支社移転のお知らせ*/
.address{
	text-align: center;
}
.map{
	position: relative;
	width: 70%;
	height: 0;
	padding-top: 50%; /* 比率を4:3に固定 */
	margin: 1em auto;
}
 
/* Google Mapのiframe */
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width : 800px){
	.map{
		width: 90%;
		padding-top: 70%;
	}
}
@media screen and (max-width : 600px){
	.address{
		text-align: left;
	}
}

/*ふるさと納税出品*/
.furusato_lineup{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:0 1.5em;
	width: 100%;
}
.furusato_list{
	flex: 1;
	min-width: 21em;
	max-width: 35em;
	margin: 1em auto;
}
.furusato_list img{
	width: 100%;
}
.br_1129,.br_867{
	display: none;
}
@media (max-width: 1129px) and (min-width: 787px) {
	.br_1129{
		display: block;
	}
}
@media (max-width: 867px) and (min-width: 787px){
	.br_867{
		display: block;
	}
}
@media screen and (max-width : 600px){
	.furusato_lineup{
		display: block;
	}
	.furusato_list{
		max-width: 100%;
		padding: 1em 0;
	}
}