@charset "UTF-8";

/* contents
   ========================================================= */
.contents{
	padding-bottom: 80px;
	border-bottom: 20px solid #00b4b4;
}
@media screen and (max-width: 768px) {
.contents{
	padding-bottom: 40px;
	border-bottom: 10px solid #00b4b4;
}
}

.contents h5.line{
	font-family: "gotham", 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: min(2.4rem, 24px);
	color:#00b4b4;
	/*letter-spacing:.08em;*/
	text-align:center;
	padding-bottom: 18px;
	margin-bottom: 20px;
	position:relative;
}
@media screen and (max-width:768px){
.contents h5.line{
	font-size: 1.6rem;
}
}

.contents h5.line:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	background:#00b4b4;
}

.contents h5 span{
	font-size: min(1.4rem, 14px);
	display: block;
	color:#000000;
	letter-spacing: 0;
}

.contents p.obi{
	width: 100%;
	font-family: "gotham", 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: min(2.0rem, 20px);
	background-color: #00b4b4;
	color: #FFFFFF;
	/*letter-spacing:.08em;*/
	text-align: center;
	padding: 8px;
	margin-bottom: 40px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:768px){
.contents p.obi{
	font-size: 1.6rem;
	margin-bottom: 20px;
}
}

/* IntroWrap
   ========================================================= */
.IntroWrap {
	margin-bottom: 80px;
}
@media screen and (max-width:768px){
.IntroWrap {
	margin-bottom: 40px;
}
}

.IntroWrap h3.ttl{
	margin-bottom: 60px;
}
@media screen and (max-width:768px){
.IntroWrap h3.ttl{
	margin-bottom: 40px;
}
}

.IntroWrap h4.ttl{
	margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
.IntroWrap h4.ttl{
	margin-bottom: 30px;
}
}

.IntroWrap p.lead{
	text-align: center;
	font-size: min(1.8rem, 18px);
	line-height: 1.6;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
.IntroWrap p.lead{
	text-align: justify;
	font-size: 1.4rem;
}
}


/* AccWrap
   ========================================================= */
.AccWrap {
	margin-bottom: 60px;
}
@media screen and (max-width:768px){
.AccWrap {
	margin-bottom: 30px;
}
}

.acc-train{
	max-width: 1000px;
	margin: 0 auto 0;
	display: grid;
	grid-template-columns: 40% 57%;
	column-gap: 3%;
	align-items: flex-start;
}
@media screen and (max-width:768px){
.acc-train{
	margin:20px auto 0;
	grid-template-columns: 100%;
}
}

.acc-bus{
	max-width: 1000px;
	margin: 60px auto 0;
	display: grid;
	grid-template-columns: 64% 36%;
	column-gap: 0%;
	align-items: center;
	background-color: #F8F6F5;
}
@media screen and (max-width:768px){
.acc-bus{
	margin:20px auto 0;
	grid-template-columns: 100%;
}
}

.acc-bus .txt{
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.design-obi{
	width: 100%;
}

.acc-car{
	max-width: 1000px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 38% 57%;
	column-gap: 5%;
	align-items: flex-start;
}
@media screen and (max-width:768px){
.acc-car{
	grid-template-columns: 100%;
}
.acc-car .rightbox{
	margin-top: 30px;
}
}


