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

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none
  }
}
 
.pc_only{
    display: block;
}
 
.sp_only{
    display: none;
}
 
 
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only{
  display: block !important;
  }
}

.m-nav-breadcrumb span {
    color: #FFF !important;
}

.l-content-related[data-type="tourism"] {
	margin-top: 0;
	color: #333333 !important;
	font-size: 1.4rem !important;
}

.l-content-related[data-type="tourism"] a, .l-content-related[data-type="tourism"] a:link, .l-content-related[data-type="tourism"] a:hover, .l-content-related[data-type="tourism"] a:visited {
	color: #333333 !important;
}

.related-inner {
	margin: 0 auto;
	padding: 0 20px 100px;
	max-width: 1000px;
}

.related-inner .a-fs-line {
  text-decoration: underline !important;
}

.related-inner > h3.l-content-related__hdg {
	font-weight: normal !important;
}

@media only screen and (max-width: 767px) {
	.l-content-related {
		margin: 0 -10px;
		padding: 30px 10px 40px;
		background: #f2f2f2;
	}
	
	.l-content-related > *:first-child {
		margin-top: 0 !important;
	}
	
	.l-content-related > *:last-child {
		margin-bottom: 0 !important;
	}
	
	.l-content-related__hdg, .l-content-related__hdg--l {
		margin: 0 0 20px;
		font-size: 1.8rem;
		color: #333;
		line-height: 1.3;
	}
	
	.l-content-related__hdg + *, .l-content-related__hdg--l + * {
		margin-top: 20px !important;
	}
	
	.related-inner {
		padding-bottom: 40px !important;
	}
}

.m-list-bnr-hdg {
	display: flex;
}

.m-list-bnr-hdg > li {
	 margin: 40px 0 0;
    float: left;
    position: relative;
}

.m-list-bnr-hdg .m-list-bnr__ttl span {
	padding-left: 13px;
    position: relative;
    display: block;
}

.m-list-bnr-hdg .m-list-bnr__ttl span::before {
	width: 5px;
    height: 9px;
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(https://www.starflyer.jp/resource/img/icn_sprite.svg);
    background-position: -10px -10px;
    content: '';
    top: 8px;
}

.m-list-bnr-hdg a::after {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.m-list-bnr-hdg .m-list-bnr__ttl {
 	font-size: 1.6rem;
}

.m-list-bnr-hdg .m-list-bnr__img {
	margin: 0 auto 20px;
    display: table;
}

.m-list-bnr-hdg > li:nth-child(-n+2) {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
.m-list-bnr-hdg {
	margin-left: -10px;
}

.m-list-bnr-hdg .m-list-bnr__ttl {
	font-size: 1.6rem;
}
.m-list-bnr-hdg .m-list-bnr {
	display: none;
}
}

#section09 .inner {
	padding: 40px 0;
}
#section09 .block01 {
	width: 900px;
	margin-left: 20px;
}
#section09 .block01 .box {
	text-align: center;
	width: 430px;
}
#section09 .block01 .box01 {
	float: left;
}
#section09 .block01 .box02 {
	float: right;
}
#section09 .block01 .box dl dt {
	width: 430px;
	height: 242px;
	margin-bottom: 10px;
}