/*------------------------------
大タイトル
------------------------------*/
h1{
	margin: 5rem 15rem;
}
h1 p:first-of-type{
	margin-left: 5px;
	color: #E86D40;
	font-family: "futura", Gadget, "sans-serif";	
}
h1 p:last-of-type{
	font-size: 4.3rem;
	margin-top: -1rem;	
}


/*------------------------------
サイトマップ
------------------------------*/
.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #E86D40;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(-25%) rotate(45deg);
  margin-right: 1rem;
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}


h2{
	font-size: 2.8rem;
}
/*トップページ*/
.about_top{
	margin: 10rem 15rem 5rem 15rem;
}

/*----------ツアー、予約---------*/
.about_tourreserve{
	margin: 5rem 15rem;
}
.about_tourreserve ul{
	display: flex;
	list-style: none;
	justify-content: center;
}
.about_tourreserve ul li{
	width: 50%;
}

/*ツアーについて*/
.about_tour div{
	margin: 2rem 0;
}
/*予約について*/
.about_reserve div{
	margin: 2rem 0;
}


/*----------ツアーに行く前に／NEWYARDについて／SNS---------*/
.about_preparenewyard{
	margin: 5rem 15rem;
}
.about_preparenewyard ul{
	display: flex;
	list-style: none;
	justify-content: center;
}
.about_preparenewyard ul li{
	width: 50%;
}

/*ツアーに行く前に*/
.about_prepare div{
	margin: 2rem 0;
}
.indent{
	padding-left: 5rem;
}
/*NEWYARDについて*/
.about_newyard div{
	margin: 2rem 0;
}
/*SNS*/
.about_SNS .indent{
	align-items: center;
	display: flex;
	
}
.about_SNS .indent a span{
	margin-right: 1rem;
}


@media screen and (max-width:750px){
	/*------------------------------
	大タイトル
	------------------------------*/
	h1{
		margin: 3rem 2.5rem;
	}
	h1 p:first-of-type{
		margin-left: 5px;
		color: #E86D40;
		font-family: "futura", Gadget, "sans-serif";	
	}
	h1 p:last-of-type{
		font-size: 3rem;
		margin-top: -1rem;	
	}


	/*------------------------------
	サイトマップ
	------------------------------*/
	.dli-chevron-round-right {
	  display: inline-block;
	  vertical-align: middle;
	  color: #E86D40;
	  line-height: 1;
	  position: relative;
	  width: 1em;
	  height: 1em;
	  transform: translateX(-25%) rotate(45deg);
	  margin-right: 1rem;
	}

	.dli-chevron-round-right::before, .dli-chevron-round-right::after {
	  content: '';
	  position: absolute;
	  background: currentColor;
	  border-radius: 0.1em;
	}

	.dli-chevron-round-right::before {
	  top: 0;
	  left: 0;
	  right: 0;
	  height: 0.1em;
	}

	.dli-chevron-round-right::after {
	  top: 0;
	  right: 0;
	  bottom: 0;
	  width: 0.1em;
	}


	h2{
		font-size: 2rem;
	}
	/*トップページ*/
	.about_top{
		margin: 5rem 2.5rem 5rem 2.5rem;
	}

	/*----------ツアー、予約---------*/
	.about_tourreserve{
		margin: 5rem 2.5rem;
	}
	.about_tourreserve ul{
		display: block;
		list-style: none;
		justify-content: center;
	}
	.about_tourreserve ul li{
		width: 100%;
	}

	/*ツアーについて*/
	.about_tour{
		margin: 5rem 0;
	}
	.about_tour div{
		margin: 2rem 0;
	}
	/*予約について*/
	.about_reserve{
		margin: 5rem 0;
	}
	.about_reserve div{
		margin: 2rem 0;
	}


	/*----------ツアーに行く前に／NEWYARDについて／SNS---------*/
	.about_preparenewyard{
		margin: 5rem 2.5rem;
	}
	.about_preparenewyard ul{
		display: block;
		list-style: none;
		justify-content: center;
	}
	.about_preparenewyard ul li{
		width: 100%;
	}

	/*ツアーに行く前に*/
	.about_prepare{
		margin: 5rem 0;
	}
	.about_prepare div{
		margin: 2rem 0;
	}
	.indent{
		padding-left: 5rem;
	}
	/*NEWYARDについて*/
	.about_newyard{
		margin: 5rem 0;
	}
	.about_newyard div{
		margin: 2rem 0;
	}
	/*SNS*/
	.about_SNS{
		padding: 5rem 0;
	}
	.about_SNS .indent a span{
		margin-right: 1rem;
	}
	
}



