@charset "UTF-8";

/* 共通クラス */
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

.u-mincho.-min {
    font-family: "游明朝", YuMincho
}
.gBody * {
	box-sizing: border-box;
	position: relative;
}

.-respimg>img {
	margin: auto;
}

.vis {
	margin-bottom: 50px;
	height: 500px;
	background-image: url(/assets/img/feature_vol37/bg-main@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	z-index: 1;
}

.vis_areattl {
	width: 215px;
	height: 215px;
	background-color: #2CB136;
	border-radius: 50%;
	border: 2px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	right: 10px;
	top: 20px;
}

.vis_title {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 6px;
}

.vis_title>.icon {
	display: block;
	font-size: 27px;
	line-height: 1;
	margin-bottom: 7px;
}

.vis_title>b {
	display: block;
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
}

.vis_number {
	color: #fff;
	line-height: 1;
}

.vis_number>small {
	display: inline-block;
	font-size: 35px;
	margin-right: 4px;
}

.vis_number>b {
	display: inline-block;
	font-size: 50px;
}

.sechero {
	height: 300px;
	width: 100%;
	background-color: #bfbfbf;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.secttl {
	margin: -40px auto 50px;
	height: 80px;
	line-height: 1;
	max-width: 750px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	color: #fff;
	font-weight: normal;
	position: relative;
}

.secttl::before,
.secttl::after {
	border-style: solid;
	border-width: 40px 20px;
	border-color: #000000 transparent;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.secttl::before {
	left: 0;
	transform: translate(-50%, -50%);
}

.secttl::after {
	right: 0;
	transform: translate(50%, -50%);
}

.secttl span {
	font-size: 30px;
	z-index: 10;
}

.sectxt {
	text-align: center;
}

.kind {
	background: #fff;
	padding: 6px 20px;
	position: relative;
	display: inline-block;
	line-height: 1.5;
	color: #882849;
}

.kind::before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: #882849;
	color: #882849;
	width: 6px;
	height:100%;
	/*border-right-color: transparent;
	border-bottom-color: transparent;*/
}

/*.kind.-green {
	color: #2C7B44;
}

.kind.-orange {
	color: #E5645B;
}*/

.kind.-bggray {
	background-color: #F2F2EF;
}

/* ここから */
.inner {
	margin: auto;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
}
.intro {
	margin: 0 auto 80px;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

.main_ttl {
	line-height: 1;
	font-size: 40px;
	font-weight: 500;
	position: relative;
	margin-bottom: 65px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;

}
.main_ttl::after{
	content: "";
	display: inline-block;
	background-image: url(/assets/img/feature_vol37/icn-ub.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 90px;
	height: 6px;
	position: absolute;
	transform: translateX(-50%);
	bottom: -30px;
	left: 50%;
}
.main_sub_ttl{
	font-size: 30px;
	margin-bottom: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.intro_text {
	margin-top: 30px;
	text-align: left;
}

.intro_link {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-top: 50px;
	gap:10px 20px;
}

.intro_link_item {
	width: 300px;
	/*margin: 0 10px;*/
	height: 70px;
	line-height: 1;
	padding: 1px;
	background: #ED9AA4;
	border-radius: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
	transition: opacity 0.5s;
	/* outline: 2px solid rgb(255, 255, 255);
	outline-offset: -8px; */
}


.intro_link_item:hover {
	opacity: 0.8;
}

.intro_link_item_txt {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	gap: 10px;
	align-items: center;
	color:#FFF;
}
.intro_link_item_txt::after{
	display: inline-block;
	content: "";
	background-image: url(/assets/img/feature_vol33/icn-arr.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1em;
	height: 1em;
	margin-bottom: -10px;
	/* margin-left: 5px; */
	/* position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 30px; */

}
.int_sub_hero.-fst{
	padding-top: 20px;
}
.int_point_ttl,
.hd_point span{
	display: inline-block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #BA8F3B;
	text-align: center;
}

.hd_point{
	padding: 70px 0 88px;
	background-color: rgba(238, 186, 86, 0.12);
	margin-bottom: 50px;
}
.hd_point .main_sub_ttl{
	font-weight: 700;
	color: #BA8F3B;
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.hd_point_list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
.hd_point_box{
	position: relative;
	background-color: rgba(238, 186, 86, 0.19);
	padding: 30px 30px;
}
.hd_point span{
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 26px;

}
.hd_point_box h5{
	font-size: 30px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 500;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.about {
	margin-bottom: 160px;
	/* min-height: 700px; */
	padding: 80px 0;
	background-color: #EEF5E7;
	border-radius: 0 0 109px 109px;
}


.about_cnt{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
	padding: 30px 0;
	border-bottom: 1px solid #6FB12C;
}
.about_cnt:last-child{
	border-bottom: none;
}
.about_cnt:nth-child(odd){
	flex-direction: row-reverse;
}
.about_box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;

}
.about_box > span{
	font-size: 26px;
	font-weight: 500;
	color: #6FB12C;
	display: inline-block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.about_sub_ttl{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 30px;
}
/* .about_img.-ai01{
	margin-right: -95px;
}
.about_img.-ai02{
	margin-left: -52px;
} */
.about_img img{
	height: auto;
}
.interview {
	/* margin-bottom: 50px; */
	padding-bottom: 50px;
}
.interview_hero{
	padding: 20px 50px 70px;
	border-bottom: 1px solid #2D88C1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.int_hero_img{
	text-align: left;
	margin: 50px auto 30px;
	padding: 0 10px;
	max-width: 1180px;
}
.int_hero_img img{
	width: 100%;
	
	height: auto;
}
.int_hero_img figcaption > a{
	color: #E24444;
}

.int_sub_ttl{
	display: inline-block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #2D88C1;
	border: 1px solid #2D88C1;
	padding: 5px 20px;
	width: fit-content;
}
.int_txt{
	max-width: 800px;
	width: 100%;
}
.int_cnt{
	border-bottom: 1px solid #2D88C1;
	padding: 70px 0;
}
.wish{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 50px;
}
.wish_img{
	flex: none;
}
.wish_img.-pr{
	position: relative;
}
.wish_img_sub{
	position: absolute;
	right: -30px;
	bottom: 0;
}
.wish_cnt{
	display: flex;
	flex-direction: column;
	gap:10px;
	justify-content: flex-start;
}
.wish_images{
	display: flex;
	align-items: center;
	justify-content: center;
}
.wish_images li{
	height: 200px;
	object-fit: cover;
}


.bunka{
	padding: 70px 0;
}
.bunka_hero{
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}
.bunla_cnt_wrap{

}
.bunka_cnt{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	position: relative;
	padding-bottom: 50px;
}
.bunka_txt{
	max-width: 810px;
	width: 100%;
}
.bunka_img{
	flex: none;
}
.bunka_images{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.bunka_images li{
}
.bunka_images li img{
	width: 100%;
	height: auto;
}
.bunka_img_cap{
	text-align: right;
	margin-top: 5px;
}


.tenpo {
	padding: 80px 0;
	background-color: #F2F2EE;
	border-radius: 109px 109px 0 0;
}
.tenpo_cnt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 65px;
	padding: 30px 36px;
	border: 2px dashed #2CB136;
	margin-top: 40px;
}

.tenpo_box{}
.tenpo_name{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 500;
	font-size: 24px;
}
.tenpo_tab_wrap{
	/* width: 500px; */
}
.tenpo_tab{
	width: 100%;
	text-align: left;
}
.tenpo_tab th,.tenpo_tab td{
	padding: 5px;
}
.tenpo_tab th{
	width: 10.5em;
	font-weight: normal;
}
.tenpo_img{
	flex: none;
}
.tenpo a{
	text-decoration: underline;
	transition: all 0.3s;
}
.tenpo a:hover{
	transition: all 0.3s;
	opacity: 0.7;
}
.tenpo a.tenpo_link{
	background-color: #6FB12C;
	padding: 20px 25px;
	color: #fff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-weight: 500;
	margin-top: 20px;
}

@media screen and (max-width:1399px) {
	.about_cont.-img img.-main {
		transform: translate(50px, -85px);
	}

	.about_cont.-img img.-sub {
		right: -50px;
		bottom: -120px;
	}

}



@media screen and (max-width:1039px) {
	img.vis-tb {
		margin: auto;
	}

	.vis {
		height: 360px;
	}

	.vis_areattl {
		width: 180px;
		height: 180px;
	}

	.vis_title>b {
		font-size: 20px;
	}

	.vis_number>small {
		font-size: 30px;
	}

	.vis_number>b {
		font-size: 40px;
	}

	.sechero {
		height: 300px;
	}

	.secttl {
		margin-top: -35px;
		max-width: 600px;
		height: 70px;
	}

	.secttl::before,
	.secttl::after {
		border-width: 35px 17.5px;
	}

	.secttl span {
		font-size: 24px;
	}

	.intro {
		margin-bottom: 100px;
	}

	.intro_link_item_txt {
		padding: 0px 10px;
	}

	.about {
		margin-bottom: 100px;
		/* min-height: auto;
		padding-top: 0; */
	}

	.about_inner{
		padding: 0;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}

	.about_cont.-desc {
		margin-top: 30px;
		max-width: none;
	}

	.about_intro{
		margin-top: 10px;
	}

	.about_ttl {
		display: block;
		text-align: center;
	}

	.about_ttl img:first-child {
		margin: 0;
	}

	.about_link {
		margin: 40px auto;
	}

	.about_cont.-img {
		max-width: none;
		width: 100%;
	}

	.about_cont.-img figure {
		line-height: 1;
		font-size: 0;
		text-align: center;
	}

	.about_cont.-img img.-main {
		max-width: 50%;
		width: 100%;
		height: 340px;
		object-fit: cover;
		transform: none;
	}

	.about_cont.-img img.-sub {
		max-width: 50%;
		width: 100%;
		height: 340px;
		object-fit: cover;
		position: static;
	}

	.takumi {
		margin-bottom: 100px;
	}

	.takumi_person {
		flex-direction: column;
		margin: 0 auto 100px;
		max-width: 1000px;
		width: 100%;
		padding: 0 20px;
	}

	.takumi_person>img {
		transform: none;
	}

	.takumi_person_sub {
		margin-top: 20px;
		position: static;
		transform: none;
	}

	.takumi_person_sub img {
		display: none;
	}

	.takumi_person_sub figcaption {
		color: inherit;
		position: static;
		transform: none;
	}

	.takumi_item {
		margin-bottom: 100px;
	}

	.takumi_item:last-child {
		margin-bottom: 0;
	}

	.takumi_item_head {
		height: 350px;
	}

	.takumi_item_ttl {
		transform: translate(0, -50%);
	}

	.takumi_item_ttl span {
		font-size: 32px;
	}

	.takumi_item_msg .-txt {
		max-width: none;
	}

	.takumi_item.-item01 .takumi_item_msg .-txt {
		max-width: 600px;
		padding: 25px 0;
	}

	.takumi_item.-item01 .takumi_item_msg .-img {
		width: 100%;
	}
	.takumi_item.-item01 .takumi_item_msg.-ryori .-img img {
		width: 100%;
		height: auto;
    	max-height: fit-content;
	}

	.takumi_item.-item02 .takumi_item_msg .-img {
		max-width: 100px;
	}
	.takumi_item_msg .-inner{
		flex-direction: column;
		align-items: center;
	}
	.takumi_item_msg .-inner .-img.-left01,.takumi_item_msg .-inner .-img.-right01{
		display: none;
	}
	.takumi_item_msg .-inner .-img.-right02{
		display: block;
	}
	.takumi_item_msg.-ryori .-inner{
		padding: 0;
	}

	.interview {
		/* margin-bottom: 100px;
		padding-bottom: 50px; */
	}

	.interview_hero {
		/*height: 350px;*/
	}

	.interview_ttl {
		height: 150px;
	}

	.interview_intro .-cont {
		padding: 40px 0;
	}

	.interview_intro .-ttl {
		/*max-width: 250px;*/
	}

	.interview_intro .-tbl {
		margin: 0 50px;
	}

	.interview_intro .-tbl th {
		width: 100px;
	}

	.interview_item_img {
		margin-bottom: 50px;
	}

	.interview_item_txt_cnt {
		margin-bottom: 50px;
	}
	.interview_hero_box{
		padding: 0 20px;
	}

	.interview_pro {
		margin-top: 0px;
		padding: 0px;
	}

	.interview_pro_col {
		display: block;
	}

	.interview_pro_img_cnt {
		width: 100%;
		flex-direction: row;
	}

	.interview_pro_img:last-child {
		margin-top: 0;
	}

	.interview_pro_detail {
		margin-top: 30px;
		width: 100%;
	}

	.recipe {
		margin-bottom: 100px;
	}

	.recipe_intro {
		padding-bottom: 250px;
	}

	.recipe_intro::before {
		left: 30%;
		left: calc(50% - 80px);
	}

	.recipe_intro::after {
		right: 55%;
		right: calc(50% + 80px);
	}
	.bunka_images{
		bottom: 60px;
	}

}

@media screen and (max-width:960px) {
	.bunka_images{
		bottom: 100px;
	}
}
@media screen and (max-width:767px) {
	body {
		font-size: 12px;
	}

	img.vis-sp {
		margin: auto;
	}

	.vis {
		/* height: 200px; */
		background-image: url(/assets/img/feature_vol37/bg-main_sp@2x.jpg);
		background-size: contain;
		height: 138px;

	}

	.vis_areattl {
		width: 79px;
		height: 79px;
		border: 1px solid #ffffff;
	}

	.vis_title {
		padding-bottom: 3px;
		margin-bottom: 5px;
	}

	.vis_title>.icon {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.vis_title>b {
		font-size: 11px;
	}

	.vis_number>small {
		font-size: 12px;
		margin-right: 2px;
	}

	.vis_number>b {
		font-size: 20px;
	}

	.sechero {
		height: 200px;
	}

	.secttl {
		margin-top: -30px;
		max-width: 500px;
		height: 60px;
	}

	.secttl::before,
	.secttl::after {
		border-width: 30px 15px;
	}

	.secttl span {
		font-size: 20px;
	}

	/* ここから */
	.intro_link {
		flex-direction: column;
		gap:10px;
	}

	.intro_link_item {
		margin: 0 auto;
		/*max-width: 300px;*/
		width: 100%;
	}

	.intro_link_item:last-child {
		margin-bottom: 0;
	}

	.interview_ttl {
		/*max-width: 500px;*/
	}

	.interview_intro .-cont {
		padding: 40px 20px;
		display: block;
	}

	.interview_intro .-ttl {
		/*right: -50%;*/
		/*top:-15%*/

	}

	.interview_intro .-tbl {
		margin: 0 auto;
	}
	.view_hero_txt{
		flex-direction: column-reverse;
	}
	.view_hero_txt figcaption{
		flex-direction: row;
		align-items: center;
		text-align: center;
		font-size: 20px;
		line-height: 1.25;
	}
	.view_hero_txt figcaption:before{
		transform: rotate(90deg);
	}
	.view_hero_txt figcaption:after{
		transform: rotate(270deg);
	}
	.interview_pro_img_cnt{
		flex-direction: column;
		gap:10px;
		align-items: center;
	}
	.recipe_list li figure{
		flex-direction: column;
		align-items: center;
		gap:10px;
	}
	.recipe_list .-desc{
		align-items: center;
	}
	.takumi_box{
		padding: 20px 15px;
	}
	.bunka_cnt{
		/* padding-bottom: 800px; */
	}
	
	.bunka_images{
		grid-template-columns: 1fr 1fr 1fr 1fr;
		bottom: 30px;
	}
	.bunka_images li img{
		width: auto;
		max-height: 200px;
		object-fit: cover;
	}
	.hd_point_list{
		display: block;
	}
	.hd_point_box{
		margin-bottom: 30px;
	}
	



}

@media screen and (max-width:640px) {
	.sechero {
		height: 150px;
	}

	.secttl {
		max-width: calc(100% - 30px);
	}

	/* ここから */
	.intro {
		margin-bottom: 50px;
	}

	.intro_ttl img {
		width: auto;
		height: 24px;
	}

	.intro_text {
		text-align: left;
	}

	.about {
		margin-bottom: 50px;
		border-radius: 0 0 50px 50px;
	}

	.about_ttl img {
		width: auto;
		height: 24px;
	}

	.takumi {
		margin-bottom: 50px
	}

	.takumi_ttl img {
		margin-bottom: 5px;
		width: auto;
		height: 24px;
	}

	.takumi_ttl::before,
	.takumi_ttl::after {
		width: 27px;
		height: 39px;
	}

	.takumi_ttl::after {
		margin-left: 10px;
	}

	.takumi_person {
		margin-bottom: 50px;
	}

	.takumi_person_sub figcaption {
		font-size: 18px;
	}

	.takumi_person_sub figcaption small {
		font-size: 12px;
	}

	.takumi_item_head {
		height: 200px;
	}

	.takumi_item_ttl span {
		height: 45px;
		font-size: 16px;
	}

	.takumi_item_msg .-inner {
		padding: 0 20px;
		display: block;
	}

	.takumi_item_msg .-txt {
		padding-bottom: 10px;
	}

	.takumi_item_msg .-txt em {
		font-size: 18px;
	}

	.takumi_item.-item01 .takumi_item_msg .-img,
	.takumi_item.-item02 .takumi_item_msg .-img {
		margin: 0 auto;
		max-width: none;
	}

	.takumi_item_msg .-img img {
		width: auto;
		max-height: 150px;
		height: 100%;
	}

	.interview {
		margin-bottom: 10px;
	}

	.interview_hero {
		/*height: 250px;*/
	}

	.interview_ttl {
		/*transform: translate(-50%, 100%);*/
	}

	.interview_ttl em {
		font-size: 32px;
	}

	.interview_intro {
		margin-bottom: 50px;
	}

	.interview_intro .-cont {
		/*padding: 20px;*/
	}

	.interview_intro .-tbl {
		max-width: none;
	}

	.interview_intro .-tbl tr>* {
		line-height: 1.5;
		padding-bottom: 5px;
	}

	.interview_intro .-tbl tr:last-child>* {
		padding-bottom: 0;
	}

	.interview_intro .-tbl th {
		width: 90px;
	}

	.interview_item_ttl {
		font-size: 24px;
	}

	.recipe {
		margin-bottom: 50px;
	}

	.recipe_intro {
		margin-bottom: 50px;
		padding-bottom: 25px;
	}

	.recipe_intro::before,
	.recipe_intro::after {
		display: none;
	}

	.recipe_subsec {
		margin-bottom: 50px;
	}

	.recipe_subsec:last-child {
		margin-bottom: 0;
	}

	.recipe_ttl {
		margin-bottom: 25px;
		font-size: 20px;
	}

	.recipe_ttl::before,
	.recipe_ttl::after {
		width: 20px;
	}

	.recipe_list {
		flex-direction: column;
	}

	.recipe_list li {
		margin: 0 auto;
		width: 100%;
	}

	.recipe_list li:nth-child(n+2) {
		margin-top: 30px;
	}

	.recipe_list .-img {
		min-height: auto;
	}

	.recipe_list .-desc {
		padding: 20px 10px 0;
	}

	.recipe_list .-link {
		margin-top: 20px;
	}

	.recipe_sublist {
		flex-direction: column;
	}

	.recipe_sublist li {
		margin: 0 auto;
		width: 100%;
	}

	.recipe_sublist li:nth-child(n+2) {
		margin-top: 30px;
	}

	.recipe_sublist .-link {
		min-height: auto;
	}

	.recipe_sublist .-ttl {
		padding-bottom: 25px;
		font-size: 18px;
	}
	.main_ttl{
		font-size: 30px;
		margin-bottom: 40px;
	}
	.main_sub_ttl{
		line-height: 1.25;
		text-align: center;
	}
	.about_cnt,.about_cnt:nth-child(odd){
		flex-direction: column;
	}
	.about_sub_ttl{
		font-size: 25px;
		text-align: center;
	}
	.about_box{
		align-items: center;
	}
	.interview_hero{
		padding: 20px 10px 70px;
	}
	.wish{
		flex-direction: column;
	}
	.wish.-cre{
		flex-direction: column-reverse;
	}
	.wish_img{
		width: 100%;
	}
	.wish_images{
		flex-wrap: wrap;
	}
	.wish_images li{
		width: 50%;
		overflow: hidden;
	}
	.wish_img_sub{
		width: 80px;
		height: 80px;
	}
	.bunka{
		padding-bottom: 0;
	}
	.bunka_cnt{
		flex-direction: column;
		/* padding-bottom: 590px; */
	}
	.bunka_images{
		grid-template-columns:1fr 1fr;
	}
	.bunka_img_cap{
		margin-top: -10px;
		line-height: 1.25;
	}
	.bunka_images li{
		flex: auto;
		/* width: 50%; */
	}
	.int_sub_ttl{
		margin: auto;
	}
	.tenpo{
		margin-top: 10px;
	}
	.tenpo_cnt{
		flex-direction: column;
		gap: 30px;
		padding: 20px;
	}
	.tenpo_tab_wrap{
		width: auto;
	}
	.tenpo_name{
		padding-bottom: 10px;
		line-height: 1.25;
		font-size: 22px;
	}
	.tenpo a.tenpo_link{
		text-align: center;
		font-weight: bold;
		padding: 15px;
	}

}