@charset "UTF-8";

/*------------------relax------------------------*/
#relax+section{
	padding-bottom: 200px;
}
#relax+section .heading.block_header_6{
	margin-left: 18%;
}
#relax+section .heading.block_header_6 .h{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	line-height: 1.7;
	font-size: 4rem!important;
}
#relax+section .heading.block_header_6:before {
	transform: rotate(90deg);
	left: 2rem;
	bottom: 18px;
	background: var(--i_txt_color);
}
@media screen and (max-width: 900px){
	#relax+section .heading.block_header_6 .h{
		font-size: 3.4rem!important;
	}
}
@media screen and (max-width: 800px){
	#relax+section .heading.block_header_6 .h {
		font-size: 2.8rem!important;
	}
	#relax+section .heading.block_header_6:before {
		left: 1.5rem;
	}
}
@media screen and (max-width: 600px){
	#relax+section .heading.block_header_6 {
		margin-left: 5%;
	}
}

/*------------------relax_t------------------------*/
#relax_t+section{
	overflow: visible;
	margin-top: -160px;
}
#relax_t+section::before {
	content: "";
	display: block;
	width: 610px;
	height: 513px;
	position: absolute;
	top: -12%;
	right: 0;
	pointer-events: none;
	background: url(/common/upload_data/bungo-yamasakicom/image/20230807154835.png) no-repeat right/90%;
}
#relax_t+section .inner_item_img img{
	max-width: 516px!important;
}
@media screen and (max-width: 900px){
	#relax_t+section::before {
		display: none;
	}
}
@media screen and (max-width: 600px){
	#relax_t+section {
		margin-top: -180px;
	}
}