/* COMPONANT
-------------------------------------------------- */
a {
	transition: all ease .5s;
	word-break: break-all;
}
a:hover, a:focus {
	color: #00a4da;
}
/*img[src$=".svg"] {
    width: 100%;
}*/
.sp {
	display: none;
}
.inner {
    border-radius: 15px;
    padding: 4rem;
    max-width: 900px;
    margin: 0 auto;
    border: 0px!important;
}
.blue {
	color: #00a4da;
}

.bg_blue {
	background-color: #00a4da;
	color: #fff;
}
.gu-title .gu-subtitle {
	font-family: Lato, sans-serif;
	font-style: italic;
	letter-spacing: 1px;
}
.scrollToTop {
	border-radius: 50%!important;
}
@media screen and (min-width: 1200px){
	.container {
 	   width: 970px;
	}
}
@media screen and (max-width: 480px){
	.inner {
		padding: 1rem!important;
	}
	.sp {
		display: block;
	}
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.gu-spot-wrapper, 
.gu-event-wrapper {
	background-image: url(../images/bg/grey.png);
	padding: 0 2rem;
	overflow: hidden;
}
.gu-spot-wrapper-top,  
.gu-event-wrapper-top {
	padding-top: 2rem;
}
.gu-spot-wrapper-bottom,  
.gu-event-wrapper-bottom {
	padding-bottom: 2rem;
}
@media screen and (max-width: 480px){
	.gu-spot-wrapper, .gu-event-wrapper {
		padding: 2rem 1rem;
	}
}


/* GU FEARTURE 
-------------------------------------------------- */
#gu-feature {
	background: #ebedee;
}



/* GU MAP
-------------------------------------------------- */
#gu-map {
	background-color: #e2f5fa;
}
.gu-render-map-area {
	border: 4px solid #fff;
	padding-right: 0;
	padding-left: 0;
}



/* GU SHARE
-------------------------------------------------- */
#gu-share {
	background-color: #e2f5fa;
}



/* GU SPOT AREA 
-------------------------------------------------- */
.gu-spot-info-area, .gu-event-info-area {}
@media screen and (max-width: 480px){
	.gu-single-spot .gu-single-spot-item .gu-single-spot-genre {
		font-size: .9rem;
		background-color: rgba(0,0,0,.3);
		padding: .5rem;
	}
}


@media screen and (min-width: 768px){
	.gu-single-spot .gu-single-spot-item .gu-single-spot-genre {
		font-size: 2.125rem;
		background-color: rgba(0,0,0,.3);
		padding: 1rem;
	}
}

/* GU GROUMET
-------------------------------------------------- */
#gu-gourmet .gu-gourmet-nav li .gu-single-gourmet .gu-single-gourmet-info h4,
#gu-attraction .gu-attraction-nav li .gu-single-attraction .gu-single-attraction-info h4 {
	color: #00a4da;
	margin-bottom: .5rem;
	transition: all ease .5s;
}
#gu-gourmet .gu-gourmet-nav li .gu-single-gourmet:hover .gu-single-gourmet-info h4,
#gu-attraction .gu-attraction-nav li .gu-single-attraction:hover .gu-single-attraction-info h4 {
	color: #333;
}

#gu-gourmet .gu-gourmet-nav li .gu-single-gourmet .gu-single-gourmet-img img, 
#gu-attraction .gu-attraction-nav li .gu-single-attraction .gu-single-attraction-img img {
	transition: all ease .5s;
}
#gu-gourmet .gu-gourmet-nav li .gu-single-gourmet .gu-single-gourmet-img img:hover, 
#gu-attraction .gu-attraction-nav li .gu-single-attraction .gu-single-attraction-img img:hover {
	opacity: .7;
}
@media screen and (max-width: 480px){
	#gu-gourmet .gu-gourmet-nav li .gu-single-gourmet .gu-single-gourmet-info h4,
	#gu-attraction .gu-attraction-nav li .gu-single-attraction .gu-single-attraction-info h4 {
		color: #00a4da;
		margin-bottom: .5rem;
	}
	#gu-gourmet .gu-gourmet-nav li .gu-single-gourmet .gu-single-gourmet-info, 
	#gu-attraction .gu-attraction-nav li .gu-single-attraction .gu-single-attraction-info {
		padding: 0;
		margin-bottom: 1.5rem;
	}
	#gu-gourmet .gu-gourmet-nav li .gu-single-gourmet, 
	#gu-attraction .gu-attraction-nav li .gu-single-attraction {
		margin-bottom: 2rem;
	}
	#gu-attraction .gu-single-gourmet-img {
		margin-bottom: .5rem;
	}
}



/* TOP SLIDER
--------------------------------------------------*/

@media screen and (min-width: 1025px){
	.gu-top-slider .gu-top-slider-single img {
		object-position: top;
	}
}

/* BREADCRUMBS 
-------------------------------------------------- */
#gu-breadcrumb .breadcrumb {
	font-size: 1rem;
}
@media screen and (max-width: 480px){
	#gu-breadcrumb .breadcrumb > li {
		padding-top: 2.5px;
	}
	.breadcrumb > li + li:before {
		padding: 0 5px;
	}
}

/* TOP SNS
-------------------------------------------------- */
.gu-sns-area .nav-tabs.nav-justified > .active > a {
	padding: .5rem;
}

/* PAGE
-------------------------------------------------- */
/* overlay */
.overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.3;
}

/* hero */
.gu-hero-events .gu-hero-category-title, .gu-hero-know .gu-hero-category-title, .gu-hero-eat .gu-hero-category-title, .gu-hero-special .gu-hero-category-title, .gu-hero-see .gu-hero-category-title, .gu-hero-news .gu-hero-category-title, .gu-hero-area .gu-hero-category-title {
	border-radius: 5px;
}
.gu-hero-events .gu-hero-category-title, .gu-hero-know .gu-hero-category-title, .gu-hero-eat .gu-hero-category-title, .gu-hero-special .gu-hero-category-title, .gu-hero-see .gu-hero-category-title, .gu-hero-news .gu-hero-category-title, .gu-hero-area .gu-hero-category-title {
 	background-color: rgba(0,0,0,.3)!important;
 }
 .gu-hero-category-title-label {
 	font-weight: bold;
 }
@media screen and (max-width: 480px){
	.gu-hero-area .gu-hero-category-title-icon img {
		width: 28px;
	}
	.gu-hero-area .gu-hero-category-title {
		padding: .5rem 1rem;
	}
	.gu-hero-area .gu-hero-category-title-icon {
		margin-bottom: .5rem;
	}
	.gu-hero-area .gu-hero-category-title-label-en {
		font-family: Lato, sans-serif;
		font-style: italic;
	}
}



/* fx content */
.image2headline .gu-bar-fold,
.headline2image .gu-bar-fold,
.image2headline .gu-bar-fold,
.image2text_only .gu-bar-fold,
.headline2image .gu-bar-fold,
.text_only2image .gu-bar-fold,
.two-images .gu-bar-fold,
.three-images .gu-bar-fold,
.six-images .gu-bar-fold, 
.download-split .gu-bar-fold {
	width: 89px;
    height: 11px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1rem;
    background: url(https://www.gururich-kitaq.com/assets/images/common/bar-fold.svg) center center no-repeat;
    background-size: 100% auto;
}
.image2headline h3,
.image2text_only h3,
.headline2image h3,
.text_only2image h3,
.two-images h3,
.three-images h3,
.six-images h3 {
    font-size: 1.85rem;
    color: #00a4da;
    margin-top: 0;
    margin-left: 1rem;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    padding-bottom: .5rem;
}

.image2headline p,
.image2text_only p,
.headline2image p,
.text_only2image p,
.two-images p,
.three-images p,
.six-images {
	padding-left: 1rem;
	text-align: justify;
}
.two-images .single-img img:hover, 
.three-images .single-img img:hover, 
.six-images .single-img img:hover
 {
    position: relative;
    top: 7.5px;
    left: 7.5px;
    box-shadow: 0 0 0;
}

/* 王道観光スポットのみ */
.page-id-968 .two-images {
	padding-bottom: 0;
}
.page-id-968 .two-images figcaption p {
	font-size: 1rem;
	line-height: 1.25;
	text-align: justify;
}

.page-id-968 .two-images a {
	margin-bottom: 0;
}

/* movie */
.gu-movie-box_inner_bg {
    background-color: #f2f2f2;
    border-radius: 15px;
  	box-shadow: 0 0 4px #94a2a6;
  	min-height: 337px;
}
.gu-movie-box .gu-movie-box_inner_bg h3 {
    padding: 1rem;
    background-color: #44bee3;
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
    border-radius: 15px 15px 0 0;
    margin-bottom: 1rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.gu-movie-box_inner {
	padding: 0 1rem 1rem;
}
.gu-movie-box .gu-movie-download {
    font-size: 12px;
    border-radius: 25px;
    color: #fff;
    padding: .5rem 0;
    width: 100%;
    display: block;
    margin: 0 auto 2rem;
	background-color: #e67856;
	max-width: 247px;
	border: 2px solid transparent;
	transition: all ease .5s;
}
.gu-download-single .gu-download-single-btn {
    font-size: 12px;
    border-radius: 25px;
    background-color: #e67856;
    color: #fff;
    padding: .5rem 0;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}
.gu-movie-box .gu-movie-download:hover {
	background-color: #fff;
	color: #e67856;
	max-width: 247px;
	border: 2px solid #e67856;
}
@media screen and (max-width: 480px){
	.gu-movie-box .gu-movie-box_inner_bg h3 {
		min-height: auto;
	}
	.gu-movie-box_inner_bg {
		min-height: auto;
	}
}



/* EVENT
-------------------------------------------------- */
.page-id-41 #gu-event {
	border-top: 1px dashed #ccc;
}
.gu-event-info-content .well {
	position: relative;
	border-radius: 5px;
}
.gu-event-info-content .well p {
	position: relative;
	margin-bottom: 0;
	z-index: 2;
	padding-left: 50px;
	font-weight: bold;
}
.gu-event-info-content .well:after {
	content: '\f05a';
    font-family: fontawesome;
    position: absolute;
    font-size: 300%;
    color: #bae238;
    top: 20%;
    left: 20px;
    z-index: 1;
}


/* SPOTCATOGORY */
.gu-single-list-img img:hover {
	position: relative;
	top: 7.5px;
	left: 7.5px;
}



/* SPOT
-------------------------------------------------- */

/* GU SLIDER */
#gu-slider {
	background: #ebedee;
	padding-bottom: 4rem;
}
.gu-spot-slider-thumbs {
	background-color: #f2f2f2;
}
.single-spot #gu-slider {
	padding-top: 4rem;
}
.gu-title h2 {
	font-weight: bold;
	margin-bottom: 1rem;
	margin-top: .5rem;
}
.gu-spot-info p, .gu-event-info p {
	padding: 0;
	line-height: 2;
}
.gu-spot-info-content .gu-spot-genre .area, .gu-event-info-content .gu-event-genre .area {
    background-color: #e2b63b;
    border-radius: 5px;
}
.gu-spot-info-content .gu-spot-genre .category, .gu-event-info-content .gu-event-genre .category {
    background-color: #00c590;
    border-radius: 5px;
}
.gu-spot-info-content .well {
	border-radius: 5px;
	font-weight: bold;
	font-size: 1.25rem;
	padding: 1.5rem;
}

/* GU MOTAKU */
#gu-motaku {
	background-color: #e2f5fa;
}

@media screen and (max-width: 480px){
	#gu-spot-info .gu-spot-info-content .well {
		border-radius: 5px;
		line-height: 1.3;
		text-align: justify;
	}
	#gu-spot-info .gu-spot-info p, 
	#gu-spot-info .gu-event-info p {
		line-height: 1.75;
		padding: 0 .5rem;
		text-align: justify;
	}
	.gu-gourmet-nav li .gu-single-gourmet .gu-single-gourmet-img img, .gu-attraction-nav li .gu-single-attraction .gu-single-attraction-img img {
		height: 104px;
		border-radius: 5px;
	}
	.gu-gourmet-nav li .gu-single-gourmet .gu-single-gourmet-info h4, .gu-attraction-nav li .gu-single-attraction .gu-single-attraction-info h4 {
		font-size: .9rem;
		text-align: center;
	}
	.gu-spot-genre span {
		display: inline-block;
		margin-bottom: .5rem;
	}
}




/* HEADER
-------------------------------------------------- */
.gu-global-navbar .gu-global-nav li:nth-child(7) .en:before {
	content: "Information";
}
.lang_pc {
	width: 45px;
}
.lang_sp {
	display: none;
}
@media screen and (max-width: 1170px){
	.lang_pc {
		display: none;
	}
	.lang_sp {
		display: block;
		width: auto;
		width: 45px;
	}
}
/*
#gu-header .gu-global-navbar .gu-global-nav li .plus-icon {
	right: 50px;
}
#gu-header .gu-global-navbar .gu-global-nav li .plus-icon span {
	background-color: #333;
}

@media screen and (min-width: 1281px){
	#gu-header #gu-utility-nav-wrap {
		padding: 20px 20px 0 16px;
	}
	#gu-header .gu-utility-nav {
		right: 32px;
	}
	.gu-global-navbar .gu-global-nav li a {
		font-weight: bold;
	}
}


@media screen and (max-width: 1280px){
	#gu-header .gu-global-navbar .gu-global-nav {
		height: 100vh;
	}
	#gu-header .gu-global-navbar .gu-global-nav li .sub-menu li a {
		border-bottom: 1px solid #00a4da;
	}
}


@media screen and (min-width: 481px) and (max-width: 1280px) {
	#gu-header .gu-global-nav-wrap.pc.open {
		height: 100vh;
		background-color: #fff;
	}
	#gu-header .gu-global-navbar .gu-global-nav {
		width: 50vw;
		margin: 0 auto;
	}
	#gu-header .gu-global-nav-button {
		right: 20px;
		top: 20px;
	}
	#gu-header .gu-global-nav-button p {
		top: 26px;
		right: -2px;
	}
	#gu-header .gu-utility-nav .gu-utility-search, 
	#gu-header .gu-utility-nav .gu-utility-lang {
		padding-left: 20px;
	}
}
*/

/* ACCESS
-------------------------------------------------- */
.gu-traffic-ways-nav li {
	display: inline;
    background: #f2f2f2;
    border-radius: 15px;
    padding: 2rem 1rem;
    box-shadow: 0 0 0px #94a2a6;
    margin-bottom: 2rem;
    width: 47%;
}
.traffic-ways-left {
	margin-bottom: 0;
}
.traffic-ways-icon {
	height: 120px;
	width: 120px;
}
.train .traffic-ways-icon {
	padding-top: 1.5rem;
}
.bus .traffic-ways-icon, 
.boat .traffic-ways-icon,
.car .traffic-ways-icon {
	padding-top: 2rem;
}
.gu-traffic-ways-nav li li {
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 0;
	margin-bottom: .5rem;
}
.access_to_kokura {
    text-align: center;
    max-width: 450px;
    display: block;
    margin: 0 auto;
    background-color: #f2f2f2;
    border-radius: 1rem;
    transition: .5s ease all;
}
.access_to_kokura:hover {
	opacity: .7;
}
.access_to_kokura figcaption {
	padding: 1rem 0;
}

/* first time visitors to kitakyushu */
.firsttime .walk {
	overflow: hidden;
}

#gu-tourismt-access .container, 
#gu-traffic-ways .container {
	width: 1150px;
}

@media screen and (max-width: 480px){
	#gu-tourismt-access .container, 
	#gu-traffic-ways .container {
		width: 100%;
	}
	.gu-traffic-ways-nav {
		padding: 0 1.5rem;
	}
	.gu-traffic-ways-nav li {
		width: 100%;
		margin: 1rem auto;
		padding: 1rem .5rem;
	}
	.gu-tourismt-access-content .nav-tabs li a {
		padding: 10px 5px;
	}
	.bus .traffic-ways-icon, 
	.boat .traffic-ways-icon,
	.car .traffic-ways-icon {
	    font-size: 16px;
	    height: 75px;
	    line-height: 20px;
	    width: 75px;
	    padding-top: 1.5rem;
	}
	.train .traffic-ways-icon {
	    font-size: 16px;
	    height: 75px;
	    line-height: 20px;
	    width: 75px;
	    padding-top: 1rem;
	}
	.traffic-ways-icon img {
		width: 45px;
	}
	.train .traffic-ways-icon img {
		width: 25px;
	}
	.gu-traffic-ways-nav li li {
	    font-size: .8rem;
	    line-height: 1;
	    padding: .5rem;
	}
	.access_to_kokura {
	    text-align: center;
	    max-width: 450px;
	    display: block;
	    margin: 0 auto;
	    background-color: #f2f2f2;
	}
}


/*
.gu-traffic-ways-area .gu-traffic-ways-nav li {
    display: inline;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: 100%;
    background: #f2f2f2;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 0 4px #94a2a6;
}
.gu-traffic-ways-area .gu-traffic-ways-nav li li {
    display: inline;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: 100%;
    background: #f2f2f2;
    border-radius: 15px;
    padding: 1rem;
    box-shadow: none;
}
.gu-traffic-ways-area .gu-traffic-ways-nav li li a:hover{
	text-decoration: none;
}
*/
/* VOLUNTEER / USEFUL
-------------------------------------------------- */
.volunteer,
.useful {
	text-align: center;
	font-size: 1.15rem;
	line-height: 1.5;
}
.volunteer.inner_bg,
.useful.inner_bg {
	background-color: transparent;
}
.volunteer h3,
.useful h3 {
	font-size: 18px;
    line-height: 1.5;
    margin-bottom: 2rem;
    font-weight: bold;
    color: #00a4da;
}
.volunteer h4,
.useful h4 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
	color: #00a4da;
}
.volunteer h5, 
.useful h5 {
	font-size: 1.25rem;
	font-weight: bold;
	color: #00a4da;
}
.volunteer table
.useful table {
	margin: 0 auto 1rem;
	text-align: left;
}
.useful th,
.useful td {
	padding: .5rem;
	border-bottom: 1px solid #00a4da;
}
.volunteer th, 
.volunteer td {
	padding: .5rem .7rem;
	border-bottom: 1px solid #00a4da;
}
.volunteer .box, 
.useful .box {
    background-color: #e2f5fa;
    color: #333;
    padding: 2rem;
    margin-bottom: 3rem;
    border-radius: 5px;
}
.volunteer .box dl, 
.useful .box dl {
	text-align: left;
}
.volunteer .box dt, 
.useful .box dt {
    background-color: #00a4da;
    color: #fff;
    padding: .5rem;
    display: inline-block;
    margin-bottom: .5rem;
    border-radius: 5px;
}
.guide {
    background: #00a4da;
    padding: .4rem;
    font-size: 16px;
    margin-left: 1rem;
    position: relative;
    bottom: 2px;
    color: #fff;
    border-radius: 2.5px;
}
.v_txt {
    text-align: justify;
    margin-bottom: 2rem;
}
.volunteer .notice,
.useful .notice {
    text-align: center;
    background-color: #fff;
    padding: 1rem;
    margin: 2rem 0;
    border-radius: 5px;
}

.volunteer .btn, 
.useful .btn {
	font-size: 14px;
    border-radius: 25px;
    background-color: #00A4DA;
    text-align: center;
    color: #fff;
    padding: 1rem 35px;
    margin: 0 20px;
}
.v_contact {
	margin: 3rem 0;
}
@media screen and (max-width: 480px){
	.volunteer.inner_bg, 
	.useful.inner_bg {
		padding: 1rem;
	}
	.volunteer .box, 
	.useful .box {
		padding: 1rem;
	}
	.guide {
		display: inline-block;
		margin-top: .65rem;
		margin-left: 0;
	}
	.volunteer .btn, 
	.useful .btn {
		margin-bottom: 1rem;
	}
}



/* USEFUL
 -------------------------------------------------- */
.useful dd {
	margin-bottom: 2rem;
}
.useful h4 i {
	font-size: 50px;
    margin-bottom: 1rem;
}

/* CONTACT
-------------------------------------------------- */
.gu-contact {
	margin: 0 auto;
}
.info {
    font-size: 1.125rem;
    max-width: 900px;
    margin: 0 auto 2rem;
    line-height: 1.5;
    background: #f2f2f2;
    padding: 2rem;
    border-radius: 5px;
}
.info p {
	margin-bottom: 0;
}
@media screen and (max-width: 480px){
	.gu-contact input, .gu-contact textarea {
		padding: .5rem;
	}
}

/* PHOTO DOWNLOAD 
-------------------------------------------------- */
.terms {
    background-color: #f2f2f2;
    padding: 1.5rem;
    border-radius: 15px;
    text-align: center;
    font-size: 1.125rem;
    box-shadow: 0 0 4px #94a2a6;
}
.terms p {
	margin-bottom: 2rem;
}
.terms .btn {
	font-size: 14px;
    border-radius: 25px;
    background-color: #00A4DA;
    text-align: center;
    color: #fff;
    padding: 1rem 35px;
    margin: 0 20px;	
}


/* TAXI
-------------------------------------------------- */
@media screen and (max-width: 480px){
	#taxi-list tbody td {
		font-size: 1rem;
		padding: .5rem 1rem;
		text-align: left;
		line-height: 1.2;
	}
}

/* INFORMATION CENTER 
-------------------------------------------------- */
@media screen and (max-width: 480px){
	.infocenter_img {
		margin-bottom: 2rem;
	}
}


/* NEWS ARCHIVE
-------------------------------------------------- */
@media screen and (max-width: 480px){
	.gu-news-list span {
		margin-bottom: .5rem;
	}
	.gu-news-content .gu-news-list li a {
		display: block;
		line-height: 1.5;
	}
	.gu-news-content .gu-news-list li {
		border-bottom: 1px dashed #004196;
	}
}

/* NEWS DETAIL 
-------------------------------------------------- */
@media screen and (max-width: 480px){
	#gu-news {
		padding: 0;
	}
}


/* EXTERNAL LINK
-------------------------------------------------- */
.tourism_link {
	word-break: break-all;
}
.kitaq_link {
	font-size: 1.5rem;
}
@media screen and (max-width: 480px){
	.tourism_link thead th {
		text-align: center;
	}
}

/* SEARCH
-------------------------------------------------- */
.gu-search-list-wrap li .gu-single-list .gu-single-list-img img:hover {
    box-shadow: 0 0 0;
}



/* FOOTER
-------------------------------------------------- */

@media screen and (max-width: 480px){
	.gu-footer-navi {
	    display: block;
	    width: 100%;
	    padding: 0;
	    float: left;
	    margin: 1rem 0;
	}
	.gu-footer-navi .gu-footer-smart-navi li {
	    border-top: 0px solid #00a4da;
	    padding: 0;
	    display: inline-block;
	    margin-bottom: 1rem;
	    text-align: left;
		color: #fff;
	}
	.gu-footer-navi .gu-footer-smart-navi li a {
		color: #fff;
	}
}



/* MODEL COUESE
-------------------------------------------------- */
.gu-route-body .go2more {
	bottom: -4rem;
}
.gu-route > li > .gu-route-panel.end .gu-route-title {
	word-break: break-all;
}
.gu-route > li > .gu-route-panel {
	width: 90%;
	left: 40px;
}


/* banner */
.gu-banner-content {
    display: inline;
    float: none;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
@media screen and (max-width: 480px){

}
/* トップページ　バナー横並び */
@media screen and (min-width: 992px){
    section#gu-stream-bannner .gu-banner-content {
        display: table;
        max-width: 900px;
        width: 100%;
    }
    .gu-banner-area a {
        float: left;
        margin: 2rem .5rem;
        width: 30%;
    }
    .gu-banner-area img {
        height: 75px;
    }
}



/* Fukuoka Airport
-------------------------------------------------- */
.page-id-4389 .volunteer .box dt, .page-id-4389 .useful .box dt {
    float: left;
    margin-right: 1rem;
}
.page-id-4389 .useful .box dd {
	padding-top: .5rem;
	font-weight: bold;
}
.page-id-4389 .box-step-exp {
	text-align: justify;
	margin: .5rem;
}
.page-id-4389 .route_detail {
    padding: 1rem 1rem .25rem 1rem;
    background-color: #F2F2F3;
    margin-bottom: 2rem;
}
.page-id-4389 .route_detail span {
    font-weight: bold;
}