@charset "utf-8";

/*---------------------------------------------------------------------------*/
h4 {
  font-size: 16px;
}
#main_ttl {
	background-color:#4696e5;
}
.nav {
  margin-bottom: 50px;
}
.nav ul {
	font-size: 0px;
	background: url("../images/train/line_category.png") right center repeat-y;
	vertical-align: middle;
}

.nav ul li {
	display: inline-block;
	background: url("../images/train/line_category.png") left center repeat-y;
  width: 280px;
}
.nav ul li:last-child {
  width: 368px;
}

.nav ul li a	{
	display: inline-block;
  padding: 15px 0;
	vertical-align: middle;
	width: 100%;
    box-sizing: border-box;
    text-align: center;
}

a.tel {
  text-decoration: none;
}

@media screen and (max-width:767px){
	#main_ttl h2 strong {
		display: inline-block;
		display: inline;
		zoom: 1;
	}
  .nav {
    margin-bottom: 18px;
  }
	.nav ul {
		width:94%;
		-moz-background-size: 1px 41px;
		-webkit-background-size: 1px 41px;
		background-size: 1px 41px;
		margin-left: 3%;
		margin-right: 3%;
	}
	.nav ul li {
		-moz-background-size: 1px 41px;
		-webkit-background-size: 1px 41px;
		background-size: 1px 41px;
		width: 33%;
  }
  .nav ul li:last-child {
		width: 33%;
	}
	.nav ul li a {
		display: block;
		margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  .nav ul li a img {
		width: 100%;
	}

  a.tel {
		text-decoration: underline;
		pointer-events: auto;
	}
}


/*---------------------------------------------------------------------------*/
.tour_introduce {
  margin: 100px auto 0;
}
.intro_text {
  font-size: 20px;
  text-align: center;
}
.tour_list {
  margin-top: 40px;
}
.tour_list > ul > li {
  border-bottom: 1px dashed #cdcdcd;
  padding: 20px 0;
}
.tour_list > ul > li p {
  font-size: 16px;
  padding: 0 10px;
}
.tour_list > ul > li p.alert {
  color: #ed0b0b;
}
.tour_list > ul > li p + p {
  margin-top: 6px;
}
.tour_list .organization {
  font-weight: bold;
  font-size: 16px;
  background-color: #4696e5;
  padding: 6px 10px;
  margin-bottom: 10px;
  color: #fff;
}
.tour_list li a {
  font-size: 16px;
  text-decoration: none;
}

.tour_detail {
  width: 360px;
  margin: 20px 110px 20px auto;
  text-align: center;
}
.tour_list .tour_detail p {
  background-color: #ffe387;
  padding: 6px;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 20px;
}
.tour_detail_inner {
  display: flex;
  align-items: center;
}
.organization_logo {
  text-align: center;
}
.organization_logo img {
  width: 190px;
}
.tour_detail a:hover {
  opacity: 0.7;
}
.tour_detail_inner li a {
  background-color: #0b64bf;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  display: block;
  width: 170px;
  padding: 10px 0; 
  border-bottom: solid 2px #cdcdcd;
}
.tour_detail_inner li + li {
  margin-top: 10px;
}
@media screen and (max-width:767px){
  .tour_introduce {
    width: 96%;
    margin: 60px auto 0;
  }
  .intro_text {
    font-size: 14px;
  }
  .tour_list {
    margin-top: 20px;
  }
  .tour_list > ul > li {
    padding: 16px 0;
  }
  .tour_list > ul > li p {
    font-size: 12px;
    padding: 0 4px;
  }
  .tour_list > ul > li p + p {
    margin-top: 3px;
  }
  .tour_list .organization {
    font-size: 14px;
    padding: 3px 5px;
    margin-bottom: 10px;
  }
  .tour_list .organization_logo a {
    padding: 6px;
    display: block;
  }
  .tour_list li a {
    text-decoration: none;
    font-size: 12px;
  }
  .tour_detail {
    width: 80%;
    margin: 15px auto 0;
  }
  .tour_list .tour_detail p {
    padding: 3px;
    border-radius: 2px;
    margin-bottom: 10px;
  }
  .organization_logo img {
    width: 100px;
  }
  .tour_detail_inner {
    justify-content: space-around;
  }
  .tour_detail_inner ul {
    width: calc(100% - 100px);
    max-width: 180px;
  }
  .tour_detail_inner li a {
    border-radius: 2px;
    display: block;
    width: 100%;
    padding: 5px 0; 
    border-bottom: solid 1px #cdcdcd;
  }
  .tour_detail_inner li + li {
    margin-top: 8px;
  }
}
.boxs.bus_detail {
  width: 765px;
  margin: 20px auto 15px;
}
.boxs .bus_company {
  font-weight: bold;
  font-size: 18px;
  
}
.boxs .bus_attention {
  font-size: 18px;
  width: 764px;
  margin: 20px auto 0;
}
.boxs .bus_attention .att_title {
  display: block;
  font-weight: bold;
}
.boxs .link_btn {
  width: 328px;
  height: 43px;
  border: 3px solid rgb(70, 150, 229, .6);
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
}
.boxs .link_btn:not(:last-child) {
  margin-bottom: 5px;
}
.boxs .link_btn a {
  background: url(../images/train/btn_allow.png) 258px center no-repeat;
  display: block;
  text-decoration: none;
  padding: 11px 0;
}

.boxs .btn_area {
  margin-top: 10px;
}
.boxs .btn a {
  padding-left: 0;
  text-align: center;
}

.boxs .btn a.text_link {
  background: none;
  display: inline;
  text-decoration: underline;
  padding: 0;
  padding-left: 0;
}
.boxs .btn a.text_link:hover {
  text-decoration: none;
}

.bus_tour {
  border: 3px solid #e41544;
  width: 765px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.shadow_inner{
  position: relative;
  width: 765px;
  margin: 0 auto;
}
.shinkansen_shadow,
.bus_shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.7) ;
}
.shinkansen_shadow.position_01 { 
  top: 27px;
  left: 260px;
  width: 378px;
  height: 423px;
}
.bus_shadow.position_01 { 
  top: 0;
  left: 0;
  width: 766x;
  height: 508px;
}
.shinkansen_shadow p,
.bus_shadow p {
  padding: 0 20px;
  font-size: 27px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.shinkansen_shadow p span.underline,
.bus_shadow p span.underline {
  text-decoration: underline;
  text-decoration-color: red;
  text-decoration-thickness: 5px;
  text-underline-offset: 6px;
}
.shinkansen_shadow p span.caution,
.bus_shadow p span.caution {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}

.bus_tour_ttl {
  padding: 18px 0 20px;
  text-align: center;
  background-color: #fbe7eb;
}
.bus_tour_txt_wrap {
  padding: 20px 0 0;
}
.bus_tour_txt {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.bus_tour_txt.s1 {
  text-decoration: underline;
  color: red;
}
.bus_tour ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  padding: 26px 23px 38px;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bus_tour iframe {
  width: 318px;
  height: 290px;
  border: 0;
}
.bus_hp_link {
  border-top: 3px solid #e41544;
  padding: 10px 22px 21px;
}
.bus_hp_link ul {
  padding: 0;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bus_hp_link ul li{
  width: 340px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.bus_hp_link ul li a {
  width: 100%;
}
.bus_hp_link ul li a:hover {
  opacity: 0.7;
}
.willer01 {
  width: 203px;
  margin: 0 auto 10px;
}
.bus_hp_link ul li.willer a {
  background: url(/common/images/icon4.png) no-repeat 90% center #e41544;
  width: 100%;
  height: 50px;
  display: block;
  text-align: center;
  padding: 11px 0;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
.bus_hp_link ul li.student_plan a {
  background: url(/common/images/icon5.png) no-repeat 90% center #fbe7eb;
  border: 4px solid #e41444;
  padding: 11px 0;
  text-align: center;
}
.bus_hp_link ul li.student_plan .student_text01 {
  padding: 0;
  width: 234px;
  margin: 17px auto 22px;
}
/* .bus_hp_link dl {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bus_hp_link dl dt {
  margin: 0 auto;
}
.bus_hp_link dd ul {
  padding: 0;
}
.bus_hp_link dd ul li {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 340px;
}
.bus_hp_link dd ul li a {
  background: url(/common/images/icon4.png) no-repeat 90% center #e41544;
  width: 100%;
  height: 50px;
  display: block;
  text-align: center;
  padding: 11px 0;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
.bus_hp_link dd a:hover {
  opacity: 0.7;
} */


@media screen and (max-width:767px){
  .boxs.bus_detail {
    margin: 20px 0 10px;
    width: 100%;
  }
  .boxs .bus_company {
    font-size: 13px;
  }
  .boxs .bus_attention {
    font-size: 14px;
    width: 100%;
    margin: 20px auto 0;
  }
  .boxs .bus_attention .att_title {
    display: block;
    font-weight: bold;
  }
  .boxs .link_btn {
    width: auto;
  }
  .boxs .btn_area {
    margin-top: 4px;
  }
  .bus_tour {
    border: 2px solid #e41544;
    width: 100%;
  }

  .shinkansen_shadow.position_01 {
    top: 4%;
    left: 30%;
    width: 57%;
    height: 92%;
  }
  .bus_shadow.position_01 { 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .shinkansen_shadow p,
  .bus_shadow p {
    font-size: 4vw;
    padding: 0 5%;
  }

  .shinkansen_shadow p span.underline,
  .bus_shadow p span.underline {
    text-decoration: underline;
    text-decoration-color: red;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
  }
  .shinkansen_shadow p span.caution,
  .bus_shadow p span.caution {
    display: block;
    font-size: 3vw;
    margin-top: 10px;
  }

  

  .bus_tour_ttl {
    padding: 12px 10px 12px;
  }
  .bus_tour_txt_wrap {
    padding: 12px 0 0;
  }
  .bus_tour_txt {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }
  .bus_tour_txt.s1 {
    text-decoration: underline;
    color: red;
  }
  .bus_tour ul {
    display: block;
    padding: 12px;
  }
  .bus_tour iframe {
    width: 100%;
    height: 260px;
    margin-top: 10px;
  }
  .shadow_inner{
    width: 100%;
  }
  .bus_hp_link {
    border-top: 2px solid #e41544;
    padding: 10px 16px;
    display: block;
  }
  .bus_hp_link ul {
    padding: 0;
  }
  .bus_hp_link ul li {
    width: 100%;
  }
  .willer01 {
    width: 162px;
  }
  .bus_hp_link ul li.willer a {
    background: url(/common/images/icon4.png) no-repeat 95% center #e41544;
    width: 100%;
    height: 30px;
    padding: 0;
  }
  .bus_hp_link ul li.willer a img {
    width: 90px;
  }
  .bus_hp_link ul li.student_plan {
    border-top: 2px dotted #e41444;
    margin-top: 15px;
  }
  .bus_hp_link ul li.student_plan a {
    height: 26px;
  }
  .bus_hp_link ul li.student_plan img.student_text01 {
    width: 39vw;
    margin: 10px auto 10px;
    padding: 0;
  }
  .bus_hp_link ul li.student_plan a {
    background: url(/common/images/icon5.png) no-repeat 96% center #fbe7eb;
    border: 2px solid #e41444;
    padding: 0;
  }
  .bus_hp_link ul li.student_plan a img{
    width: 39vw;
  }

  /* .bus_hp_link dt {
    text-align: center;
  }
  .bus_hp_link dt img {
    width: 162px;
  }
  .bus_hp_link dl {
    display: block;
  }
  .bus_hp_link dd ul li {
    width: 100%;
  }
  .bus_hp_link dd ul li a {
    background: url(/common/images/icon4.png) no-repeat 95% center #e41544;
    width: 100%;
    height: 30px;
    padding: 0;
    margin-top: 10px;
  } */
}
.from_station {
  margin-top: 60px;
}
.from_station dl {
  width: 765px;
  margin: 0 auto;
  margin-top: 12px;
}
.from_station dl + dl {
  margin-top: 30px;
}
.from_station dl a.tel{
  text-decoration: none;
}
.from_station dl dt,
.from_station dl dd {
  font-size: 18px;
}
.from_station dl dt {
  font-weight: bold;
}
.from_station dl dd p{
  margin-top: 1em;
}
.from_station .from_station_btn {
  margin-top: 44px;
}
.from_station .from_station_btn a {
  background: url(/common/images/icon_arrow_wt.png) no-repeat 84% center #4696e5;
  -moz-background-size: 10px auto;
  background-size: 10px auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  width: 196px;
  -moz-border-radius: 20px;
  border-radius: 25px;
  padding: 9px 30px 9px 20px;
  text-align: center;
  margin-left: auto;
  font-size: 2rem;
  width: 280px;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  height: 50px;
  transition: opacity 0.3s;
}
.from_station .from_station_btn a:hover {
  opacity: 0.7;
}
.from_station .from_station_btn .kantobus_info {
  width: 248px;
  margin: 12px auto 0;
}
.from_station .link_btn {
  margin-left: 86px;
}

@media screen and (max-width:767px){
  .from_station {
    margin-top: 120px;
  }
  .from_station h4 {
    box-sizing: border-box;
  }
  .from_station h4:before {
    height: 100%;
    box-sizing: border-box;
  }
  .from_station dl {
    margin-top: 6px;
    width: 100%;
  }
  .from_station dl + dl {
    margin-top: 20px;
  }
  .from_station dl dt,
  .from_station dl dd {
    font-size: 13px;
  }
  .from_station dl dt {
    font-weight: bold;
  }
  .from_station .from_station_btn {
    margin-top: 30px;
  }
  .from_station .from_station_btn a {
    background: url(/common/images/icon_arrow_wt.png) no-repeat 84% center #4696e5;
    -moz-background-size: 2.34375vw auto;
    background-size: 2.34375vw auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    width: 55vw;
    -moz-border-radius: 5.20833vw;
    border-radius: 5.20833vw;
    padding: 2.34375vw 3.90625vw 2.34375vw 2.60417vw;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    height: auto;
  }
  .from_station .from_station_btn .kantobus_info {
    width: 248px;
    margin: 8px auto 0;
  }
  .from_station .link_btn {
    margin-left: 0;
  }
}

.kyubi-box {
  margin-top: 74px;
}
.kyubi-box__inner {
  padding: 0 31px;
}
.kyubi-box__inner img {
  width: 100%;
}
.kyubi-box__ttl .sec_title {
  background-color: #4696e5;
}
.kyubi-box .kyubi_route {
  margin-top: 26px;
  position: relative;
}
.kyubi-box .kyubi_route_text {
  margin-top: 22px;
}
.kyubi-box .kyubi_route_text p {
  font-size: 18px;
}
.kyubi-box .kyubi_route_text p:nth-of-type(1),
.kyubi-box .kyubi_route_text p:nth-of-type(3) {
  margin-left: 4em;
  text-indent: -4em;
}
.kyubi-box .kyubi_route_text .note {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
  margin-top: 30px;
}
.kyubi-box .kyubi_route_text .note a {
  text-decoration: underline;
  color: #c8161d;
}
.kyubi-box .redline {
  margin-top: 52px;
}
.kyubi-box .redline h4:before,
.kyubi-box .yellowline h4:before  {
  content: none;
}
.kyubi-box .redline .bus_map,
.kyubi-box .yellowline .bus_map {
  margin-top: 20px;
  position: relative;
}
.kyubi-box .redline .bus_map:nth-of-type(2) {
  margin-top: 30px;
}
.kyubi-box .yellowline {
  margin-top: 60px;
}
@media screen and (max-width:767px){
  .kyubi-box {
    margin-top: 38px;
  }
  .kyubi-box__inner {
    padding: 0;
  }
  .kyubi-box__inner img {
    width: 100%;
  }
  .kyubi-box .kyubi_route {
    margin-top: 12px;
  }
  .kyubi-box .kyubi_route_text {
    margin-top: 10px;
  }
  .kyubi-box .kyubi_route_text p {
    font-size: 13px;
  }
  .kyubi-box .kyubi_route_text p:nth-of-type(1),
  .kyubi-box .kyubi_route_text p:nth-of-type(3) {
    margin-left: 0;
    text-indent: 0;
  }
  .kyubi-box .kyubi_route_text p span {
    display: block;
  }
  .kyubi-box .kyubi_route_text .note {
    font-size: 13px;
    margin-left: 1em;
    text-indent: -1em;
    margin-top: 20px;
  }
  .kyubi-box .redline {
    margin-top: 26px;
  }
  .kyubi-box .redline h4,
  .kyubi-box .yellowline h4 {
    padding-left: 10px;
  }
  .kyubi-box .redline h4:before,
  .kyubi-box .yellowline h4:before  {
    content: none;
  }
  .kyubi-box .redline .bus_map,
  .kyubi-box .yellowline .bus_map {
    margin-top: 10px;
  }
  .kyubi-box .redline .bus_map:nth-of-type(2) {
    margin-top: 15px;
  }
  .kyubi-box .yellowline {
    margin-top: 30px;
  }
}