@charset "UTF-8";
/* CSS Document */

.main_visual {
	background-color: #007CB5;
	padding: 20px 0;
	margin-bottom: 50px;
}

.main_visual h1 {
	font-size: 8.0rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.0;
	text-align: center;
}

.main_visual h1::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(/attending/bus/map/images/icon_h1.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: bottom;
}

.main_visual .seo {
	font-size: 2.6rem;
	line-height: 1.0;
	color: #007CB5;
	background-color: #fff;
	padding: 10px 30px;
	border-radius: 45px;
	text-align: center;
	width: 720px;
	margin: 10px auto 0;
}

.main_visual .seo::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 26px;
  background: url(/attending/bus/map/images/icon_place.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: bottom;
}

.Common21__inner {
  width: 1024px;
  margin: 0 auto;
}

.Common21__section {
  margin-bottom: 60px;
}

.Common21__section-ttl-lev1 {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.Common21__section-ttl-lev1::before,
.Common21__section-ttl-lev1::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: -15px;
}

.Common21__section-ttl-lev1::before {
  left: 50%;
  transform: translateX(-100%);
  background: var(--corporate-color);
}

.Common21__section-ttl-lev1::after {
  left: 50%;
  background: var(--sub-corporate-color);
}

.Common21__section-ttl-lev2 {
  position: relative;
  margin-bottom: 5px;
  padding: 20px 0 0 10px;
  font-size: 2.1rem;
  font-weight: 600;
}

.Common21__section-ttl-lev2::before,
.Common21__section-ttl-lev2::after {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 36px;
}

.Common21__section-ttl-lev2::before {
  transform: translateY(-100%);
  background: var(--corporate-color);
}

.Common21__section-ttl-lev2::after {
  background: var(--sub-corporate-color);
}

/*タブ*/
#tab {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#tab div {
	display: block;
    width: calc(100% / 5 - 0.98rem);
    font-size: 2.0rem;
	line-height: 1.0;
    text-align: center;
	margin-right: 1.2rem;
    margin-bottom: 1.2rem;
    border: 1px solid #C3C3C3;
    padding: 20px 0;
    border-radius: 6px;
	cursor:pointer;
}

#tab div:hover {
	opacity: 0.7;
}

#tab div:nth-child(5n) {
	margin-right: 0;
}

#tab div.current {
	background-color: #007CB5;
	border: 1px solid #007CB5;
	color: #fff;
}

#tab div.disable {
	pointer-events: none;
	background-color: #F5F5F5;;
	border: 1px solid #C3C3C3;
	color: #C3C3C3;
}

#tab div.disable.current {
	border: 1px solid #C3C3C3;
}

/*ナビ*/
.contents nav {
	padding: 17px;
	background-color: #F5F5F5;
}

.anchor li a:hover {
    border-color: var(--corporate-color);
    background-color: var(--active-color);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

ul.anchor{
	display: flex;
	flex-wrap : wrap;
}

.anchor li {
	width: 115px;
	text-align: center;
	margin-right: 10px;
    margin-bottom: 10px;
}

.anchor li:last-child {
	margin-right: 0;
}

.anchor li a {
	font-size: 1.6rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #C3C3C3;
	padding: 10% 0;
	background-color: #fff;
}

.anchor li a::after{
	content: "";
	position: absolute;
	display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 8px;
    border-top: 2px solid var(--corporate-color);
    border-right: 2px solid var(--corporate-color);
    transform: translateY(-50%) rotate(135deg);
    transition: border-color 0.3s;
}

.anchor li a.disable {
	color: #C3C3C3;
	background-color: #F5F5F5;
	pointer-events: none;
}

.anchor li a.disable::after{
    border-top: 2px solid #C3C3C3;
    border-right: 2px solid #C3C3C3;
}

/*県見出し*/
.prefecture {
	display: flex;
	flex-wrap : wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-items: center;
	border-bottom: 2px solid #007CB5;
	margin-top: 50px;
}

.prefecture h3 {
	display: flex;
    align-items: center;
	font-size: 2.6rem;
	line-height: 1.0;
	color: #fff;
	background-color: #007CB5;
	position: relative;
	height: 50px;
	padding-left: 1.3rem;
	padding-right: 3.0rem;
}

.prefecture h3::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/attending/bus/map/images/icon_bus.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
}

.prefecture h3:after {
	position: absolute;
	top: 0;
	right: -30px;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 0 30px 50px 0px;
	border-color: transparent transparent #007cb5 transparent;
}

.prefecture p {
	font-size: 1.8rem;
}

.prefecture p::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(/attending/bus/map/images/glass.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}

/*集合場所カセット*/
.bus_map_wapper {
	display: flex;
	flex-wrap : wrap;
	align-items: stretch;
	margin-top: 20px;
}

.no_place {
	text-align: center;
	font-size: 2.0rem;
	margin: 30px auto;
}

.bus_map {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 240px;
	border-radius: 6px;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0px 0px 0px 1px #c3c3c3 inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
    transition: box-shadow 0.3s;
	position: relative;
}

/*.bus_map:hover {
	background-color: #E2F2F9;
	box-shadow: 0px 0px 0px 1px #007CB5 inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
}*/

.bus_map:nth-of-type(4n){
	margin-right: 0;
}

.bus_map:nth-of-type(n + 9) {
	display: none;
	opacity: 0;
}

.map_titl {
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 10px;
}

.map_place {
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: normal;
	color: #fff;
	background-color: #007CB5;
	padding: 2%;
}

.map_image {
	border: 2px solid #007CB5;
	width: 210px;
	height: auto;
	background-color: #fff;
}

.map_image img:hover {
	opacity: 0.6;
}

.map_image img {
	width: 100%;
	/*height: fit-content;*/
}

/* モーダル */
.white-popup-block{
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

.mfp-content h3 {
	font-size: 2.8rem;
	line-height: 1.0;
	color: #fff;
	text-align: center;
	background-color: #007CB5;
	padding: 3%;
	padding-right: 10%;
}

.mfp-content p {
	border: 4px solid #007CB5;
	border-top: none;
	background-color: #fff;
}

/*.mfp-content p img {
	height: fit-content;
}*/

.mfp-content ul {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
	margin: 20px 40px 0;
}

.mfp-content ul li a {
	font-size: 1.8rem;
	border-radius: 6px;
	width: 200px;
	padding: 15px 0;
	display: inline-block;
}

.mfp-content ul li a:hover {
	opacity: 0.8;
}

.popup-modal-dismiss {
	background-color: #fff;
}

.popup-modal-print {
	background-color: #007CB5;
	color: #fff;
}

/* 開閉ボタン */
.js_moreBtn {
	display: inline-block;
	position: relative;
	width: 400px;
	margin: 0 auto;
	padding: 11px 0;
	border: 1px solid #c3c3c3;
	border-radius: 4px;
	transition: border-color 0.3s, background-color 0.3s;
	display: none;
}

.js_moreBtn_text {
	margin: 0 auto;
	font-size: 1.8rem;
}

.js_moreBtn_icn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #007CB5;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
}

.js_moreBtn_icn::before, .js_moreBtn_icn::after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.js_moreBtn_icn::before {
	width: 2px;
	height: 10px;
}

.open .js_moreBtn_icn::before {
	display: none;
}

.mfp-inline-holder .mfp-content {
	width: 500px;
}

.mfp-close {
	opacity: 1.0;
	background: #ffffff !important;
	border-top: 3px solid #007CB5 !important;
	border-right: 3px solid #007CB5 !important;
	color: #007CB5 !important;
	font-size: 40px;
}

/*検索*/
.Search_module--horizontal #Search {
    border: solid 1px #C3C3C3;
    border-radius: 5px;
}

.js_printImg img {
	width: auto;
    max-width: 498px;
}

.bus_map_inner {
	display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.map_btn_link {
    width: 100%;
    margin-top: auto;
}

.Common21__line-btn {
  margin-top: 10px;
  display: block;
  position: relative;
  padding: 5px 35px 5px 10px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  transition: border-color 0.3s, background-color 0.3s;
}

.Common21__line-btn:hover {
  border-color: var(--corporate-color);
  background-color: #f2fafe;
}

.Common21__line-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  background: var(--corporate-color);
  border-radius: 50%;
  transform: translateY(-50%);
}

.Common21__line-btn::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 16px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(45deg);
}

.Common21__line-btn-inner {
	font-size: 1.5rem;
}
/* end_Common21__line-btn */

@media print{
    /* 印刷時にのみ適用されるスタイルを記述 */
		.no_print{display:none!important;}
		#Header, #Footer,#Gnav,#BreadCrumb{
        display: none!important;
    }
		.js_printImg img {
			width: 498px;
			 height:auto;
	 }
	.mfp-bg {
		background: #fff;
		opacity: 1.0;
	}
	.map_place {
		background-color: #007CB5;
	}
 }

.subwin {
	width: 500px;
	margin: 20px auto;
	text-align: center;
}

.subwin h3 {
	font-size: 2.0rem;
	line-height: 1.0;
	color: #fff;
	text-align: center;
	background-color: #007CB5;
	padding: 3%;
}

.subwin_map {
	border: 4px solid #007CB5;
	border-top: none;
	background-color: #fff;
	padding: 5% 0;
}

.subwin_map img {
	width: 406px;
	height: auto;
}

.print {
	text-align: center;
    padding-bottom: 1rem
}

.print input {
	font-size: 1.5rem;
	border-radius: 6px;
	width: 200px;
	padding: 15px 0;
	display: inline-block;
	background-color: #007CB5;
	color: #fff;
	text-align: center;
}

.print:hover {
	opacity: 0.8;
}