@charset "UTF-8";




@media only screen and (max-width: 767px){
	

	
	
/*********** 共通 *************/
	
main h2 {
	top: 25%;
	left: 50%;
	right: auto;
}


.sakura_l-area {
	padding-bottom: 60px;
}
	
.sakura_l {
	left: -11%;
}
	
/*********** ↑共通 *************/


	
	

.headline img {
	width: 30px;
	padding: 5px 0;
}

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



	
.access_01-wrap.wide-r {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto 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: 1 / 2;
	grid-row: 3 / 4;
	width: 100%;
	margin-top: 20px;
}

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

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

.access_02 li {
	width: 50%;
}
	
.access_03-wrap {
	width: 100%;
	margin-top: 40px;
}
	
.access_03-wrap .cap {
	margin-top: -20px;
}
	
.access_03-wrap .pinchout {
	position: absolute;
	left: 0;
	bottom: 0;
}

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

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

.access_04-wrap li:nth-child(2) {
	width: 100%;
	margin-top: 30px;
	order: 2;
}

.access_04 .cap {
	margin-top: -20px;
}
	
.access_04-wrap .pinchout {
	position: absolute;
	left: 0;
	bottom: 0;
}

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

.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: 1 / 2;
	grid-row: 4 / 5;
	width: 100%;
}

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

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

.access_05 {
	width: 100%;
}


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

.car-bg {
	padding: 60px 0;
	margin-top: 60px;
}

.car_01-wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto;
	justify-content: space-between;
}

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

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

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

.car_01 {
	margin-top: 10px;
}

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

.car_01 dd {
	font-size: 1.4rem;
}

	
/*
.car_01 dd:nth-of-type(1) {
	font-size: 1.2rem;
}

.car_01 dd:nth-of-type(2) {
	font-size: 1.6rem;
}


.car_01 dd .ss {
	font-size: 0.7em;
}
*/
/*********** ↑car *************/



	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/********** scroll-box ***********/	

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
	
.scroll-box div img {
  max-width: 100%;
  vertical-align: top;
}

.access_03-wrap .scroll-box div img {
  min-width: 700px;
}

.access_04 .scroll-box div img {
  min-width: 700px;
}

	
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #fff;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
	
/********** ↑scroll-box ***********/
	
	
		
	
	
	
	
	
	

	
	
	
}








