@charset "UTF-8";



/*********** 共通 *************/

main h2 {
	text-shadow: 0 0 20px #000,0 0 20px #000,0 0 20px #000;
	top: 50%;
	left: auto;
	right: 10.7%;
}

.sakura_l-area {
	padding-bottom: 200px;
}

/*********** ↑共通 *************/




.headline img {
	width: 65px;
	padding: 10px 0;
}

/* Safari */
_::-webkit-full-page-media, _:future, :root .headline img {	margin-left: 55px;}






.access_01-wrap.wide-r {
	display: grid;
	grid-template-columns: 33.67% 59%;
	grid-template-rows: auto auto;
	justify-content: space-between;
}

.access_01-wrap.wide-r > li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.access_01-wrap.wide-r > li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	width: calc((100vw - 1280px)/2 + (1280px * 0.59) - 7px );
}

.access_01-wrap.wide-r > li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	align-self: flex-end;
}

.access_02 {
	display: flex;
	flex-wrap: wrap;
}

.access_02 li {
	width: 50%;
}

.access_03-wrap {
	width: 85.94%;
	margin: 0 auto;
	margin-top: 120px;
}

.access_03-wrap .cap {
	margin-top: -40px;
}

.access_04-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.access_04-wrap li:nth-child(1) {
	width: 26.56%;
	order: 2;
}

.access_04-wrap li:nth-child(2) {
	width: 66.25%;
	order: 1;
}

.access_04 .cap {
	margin-top: -20px;
}

.access_05-wrap.wide-r {
	display: grid;
	grid-template-columns: 33.67% 59%;
	grid-template-rows: auto auto auto;
	justify-content: space-between;
	margin-top: 120px;
}

.access_05-wrap.wide-r > li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.access_05-wrap.wide-r > li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	width: calc((100vw - 1280px)/2 + (1280px * 0.59) - 7px );
}

.access_05-wrap.wide-r > li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	align-self: flex-end;
	margin-top: 40px;
}

.access_05-wrap.wide-r > li:nth-child(4) {
	grid-column: 1 / 3;
	grid-row: 3 / 4;
}

.access_05 {
	width: 115%;
}


@media only screen and (max-width: 1320px){
.access_05-wrap.wide-r > li:nth-child(2) {
	width: calc(100% + 20px);
}
}





/*********** car *************/

.car-bg {
	background: #f0f3f4;
	padding: 120px 0;
	margin-top: 120px;
}

.car_01-wrap {
	display: grid;
	grid-template-columns: 36% 57%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

.car_01-wrap > li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.car_01-wrap > li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	align-self: flex-end;
}

.car_01-wrap > li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.car_01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.car_01 dl {
	width: 47.69%;
	margin-top: 20px;
}

.car_01 dd {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 5px;
}


/*********** ↑car *************/









