/*charset "UTF-8";*/

.area-index .main-search-area{
	background:url("/img/sskyushu-tour/miyazaki-tour/miyazaki_cpn/miyazaki2023.png") no-repeat scroll center center / cover;
}
@media screen and (max-width: 599px) {

}
.colored-block {
    padding: 20px 0 40px;
}
/* 上部メニュー ---------------------------------------------------------------------------------------------*/
.inner-link > ul {
/*	border-left: 1px solid #e6e6e6;*/
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.inner-link > ul > li {
	margin-bottom: 5px;
}
.inner-link-type2 > ul > li {
	width: calc(50% - 5px);
}
.inner-link-type3 > ul > li {
	width: calc(33.333% - 5px);
}
.inner-link-type4 > ul > li {
	width: calc(50% - 5px);
}
.inner-link .type-2 a {
	background-color: #8866bb;
	border: 1px solid  #8866bb;
}
.inner-link .type-2 a:hover {
    background-color: #e7e0f1;
    color: #8866bb;
}
@media screen and (max-width: 599px) {
	.inner-link-type2 > ul > li {
		width: calc(100% - 20px);
	}
	.inner-link-type3 > ul > li {
		width: calc(33.333% - 5px);
	}
	.inner-link-type4 > ul > li {
		width: calc(100% - 20px);
	}
}

/* 旅のポイント ---------------------------------------------------------------------------------------------*/
.pointarea {
	/*display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;*/
}
.pointarea .pointarea_detail {
    background: #FFFFFF;
    overflow: hidden;
}
.pointarea .pointarea_title,
.pointarea .pointarea_detail {
	padding: 8px 20px;
	box-sizing: border-box;
}
.pointarea-cell {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.pointarea_detail .pointarea-f-cell {
	margin-right: 10px;
}
.pointarea_detail .pointarea-s-cell {
	    margin: 5px 5px 5px 0;
}
.pointarea .pointarea_title, .pointarea .pointarea_detail {
    padding: 8px 20px;
    box-sizing: border-box;
}
.pointarea .pointarea_title {
	width: 15%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	/* font-weight: bold; */
	color: #FFF;
	font-size: 200%;
	letter-spacing: 0.2em;
	/* border: 2px solid #FFFFFF; */
}
/*.colored-block.type-1 .pointarea_title { background-color: #f7578d; }
.colored-block.type-2 .pointarea_title { background-color: #11aaaa; }
.colored-block.type-3 .pointarea_title { background-color: #58b3e9; }
.colored-block.type-4 .pointarea_title { background-color: #8866bb; }
.colored-block.type-5 .pointarea_title { background-color: #ee9911; }*/

.pointarea .pointarea_detail {
	background: #FFFFFF;
	overflow: hidden;
}
@media screen and (max-width: 599px) {
	.pointarea {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.pointarea .pointarea_title,
	.pointarea .pointarea_detail {
		width: 100%;
	}
	.pointarea .pointarea_title {
		margin-bottom: 0;
	}
}
.text-1{
	font-size: 1.1em;
	font-weight: bold;
}
.text-2{
	font-size: 1.3em;
	font-weight: bold;
}
.text-3{
	display: inline-block;
	font-size: 1.3em;
	color: #fff;
	padding: 5px ;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
	
}.text-4{
	font-size: 2em;
	font-weight: bold;
}
.text-5{
	font-size: 4em;
	font-weight: bold;
}
.text-7{
	display: inline-block;
	font-size: 1em;
	color: #fff;
	padding: 2px 2px 2px 3px ;
	font-weight: bold;
	margin: 3px;
	
}
.text-f-right{
	float: right;
}
.text-hr{
	border-top: 1px dashed #bbb;
	margin-top: 10px;
}

/* 色 ---------------------------------------------------------------------------------------------*/
.color-black-bg{
	background-color: #061029 !important;
}
/*pink*/
.color-red-text {
	color: #f82527;
}
.color-pink {
	background-color: #f7578d;
	border: 1px solid #f7578d;
}
.color-pink_text {
	color: #f7578d;
	opacity: 1;
}
.color-pink_border{
	border-bottom: 1px solid #f7578d;
}
.color-pink_sbtn{
	background-color: #f7578d;
}
.colored-block.type-1 .btn-link {
	color: #f7578d;
}
.color-pink_hr {
	border-top: medium double #f7578d;
}
.color-pink-bg{
	background-color: #f7578d;
}
/*green*/
.color-green {
	background-color: #11aaaa;
	border: 1px solid #11aaaa;
}
.color-green {
	color: #11aaaa;
}
.color-green-bg{
	background-color: #e5f6f6;
}


/*skyblue*/
.color-skyblue {
	background-color: #58b3e9;
	border: 1px solid #58b3e9;
}
.color-skyblue_text {
	color: #58b3e9;
}
.color-skyblue_border{
	border-bottom: 1px solid #58b3e9;
}
.color-skyblue_sbtn{
	background-color: #D7EEFF;
	color: #58b3e9;
}
.colored-block.type-3 .btn-link {
	color: #58b3e9;
}
.color-skyblue_hr {
	border-top: medium double #58b3e9;
}
.color-skyblue-bg{
	background-color: #eef7fe;
}
/*blue*/
.color-blue-bg{
	background-color: #1b4584;
}
/*purple*/
.color-purple {
	background-color: #8866bb;
	border: 1px solid #8866bb;
}
.color-purple_text {
	color: #8866bb !important;
}
.color-purple:hover{

}
.color-purple_border{
	border-bottom: 1px solid #8866bb;
}
.color-purple_sbtn{
	background-color: #E6E6FA;
	color: #8866bb;
}
.colored-block.type-1 .btn-link {
	color: #8866bb;
}
/*orange*/
.color-orange {
	background-color: #ee9911;
	border: 1px solid #ee9911;
}
.color-orange_text {
	color: #ee9911;
}
.color-orange_border{
	border-bottom: 1px solid #ee9911;
}
.color-orange_sbtn{
	background-color: #FFEFD5;
	color: #ee9911;
}
.color-orange_hr {
	border-top: medium double #ee9911;
}
.color-orange-bg{
	background-color: #FFEFD5;
}
.color-orange-thick-bg{
	background-color: #ee9911;
}
/* フォトギャラリー ---------------------------------------------------------------------------------------------*/
.photo-inner {
    padding: 20px 30px;
    overflow: hidden;
}

/* 観光案内 ---------------------------------------------------------------------------------------------*/
.plan-text-title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}
.block-sightseeing {
    overflow: hidden;
	padding-bottom: 20px;
}
.block-sightseeing li {
    float: left;
    width: 235px;
    margin: 5px 10px 5px 0px;
    font-size: 100%;
    transition: opacity .3s;
}
.block-sightseeing li img{
  width: 235px;
  height: 235px;
  object-fit: cover;
}

.block-sightseeing li:nth-child(4n) {
    margin-right: 0;
}

.block-sightseeing p.title {
    font-size: 107%;
    font-weight: bold;
    margin: 10px 0;
}
.block-sightseeing .item-three {
		width: 313px;
	}
.block-sightseeing .item-three img{
  width: 313px;
  height: 313px;
  object-fit: cover;
}
@media screen and (max-width:599px) {
	.block-sightseeingl {
		margin: 0;
	}
	.block-sightseeing li {
		float: none;
		width: auto;
		margin: 0;
		font-size: 100%;
		clear: both;
	}
	.block-sightseeing li + li {
		border-top: 1px dotted #eaeaea;
		padding: 5px 0;
	}
	.block-sightseeing li a {
		padding: 5px 0;
	}
	.block-sightseeing li a:after {
		display: block;
		content: "";
		clear: both;
	}
	.block-sightseeing li img,.block-sightseeing .item-three img {
		width: 70px;
		height: auto;
		float: left;
	}
	.block-sightseeing li p {
		margin-left: 80px;
		font-size: 95%;
	}
	.block-sightseeing li p.title {
		font-size: 100%;
		font-weight: bold;
		margin: 0px 0 5px 80px;
	}
}
/* 画像トリミング機能 ---------------------------------------------------------------------------------------------*/
.ofi {
  object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
  object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}
/* アイコン追加 ---------------------------------------------------------------------------------------------*/
h2.type-14::before { content: "\e93e" !important; } /* 日本円 */


/* ツアーポイント ---------------------------------------------------------------------------------------------*/
.recomend-wraper {
	margin-top: 25px;
}
.recomend-point-header {
    margin-right: 30px;
    float: left;
}
@media screen and (max-width: 599px){
	.recomend-point-header {
		margin-right: 0px;
	}
}
.recomend-point-header img {
	width: 350px;
}
@media screen and (max-width: 599px) {
	.recomend-point-header img {
		width: 100%;
	}
}
.recomend-point {
    float: right;
    width: 620px;
    height: 260px;
}
@media screen and (max-width: 599px){
.recomend-point {
    width: 100%;
    height:auto;
	margin-bottom: 10px;
    box-sizing: border-box;
}
}
.recomend-point .recomend-point-list-wrap {
    width: 100%;
    height: 201px;
}
@media screen and (max-width: 599px){
.recomend-point .recomend-point-list-wrap {
    width: 100%;
    height: 201px;
}
}
.recomend-point .recomend-point-list-wrap {
    float: left;
    height: 400px;
/*     width: 54%; */
/*     overflow-y: scroll; */
}
@media screen and (max-width: 599px){
	.recomend-point .recomend-point-list-wrap {
		height: auto;
	}
}
.recomend-point-list-li{
	width: 100%
}
.recomend-point-list-li span {
    display: block;
}
.recomend-point-list-li span.t {
    font-weight: bold;
	margin-bottom: 10px;
}
.recomend-point-list-li span.c {
    font-weight: bold;
	margin-bottom: 10px;
    color: #1b4584;
}
@media screen and (max-width: 599px){
	.section-header h2 {
		margin-top: 10px;
	}
}
/* お客様の声 ---------------------------------------------------------------------------------------------*/
.customerBox {
    
}
.customerBox dl dt:nth-child(n+1) {
	background: url(/img/daiichi/icon_talk1.png) no-repeat left 10px top 10px;
}
.customerBox dl dt:nth-child(n+2) {
	background: url(/img/daiichi/icon_talk2.png) no-repeat left 10px top 10px;
}
.customerBox dl dt {
	padding: 15px 15px 5px 55px;


	
}
.customerBox dl dd {
	padding: 0 10px 10px 55px;
	border-bottom: 2px solid #FFF;
}
.customerBox dl dd span {
	margin-left:10px;
}

.balloon p {
	margin:0;
	padding:0;
}
.balloon {
	margin-bottom:20px;
	position:relative;
}
.balloon.right-box {
	padding-right:130px;
}
.balloon.left-box {
	padding-left:80px;
}
	.balloon .balloonbox {
		width:100%;
	}
		.balloon .balloonbox .txt {
			font-size:16px;
			line-height:1.8em;
			padding:10px 0;
			color: #666;
		}
 
		.balloon .balloonbox #balloon-right,
		.balloon .balloonbox #balloon-left {
			position: relative;
			display: inline-block;
			padding: 0 15px;
			width: 100%;
			color: #000;
			text-align: center;
			background: #fff;
			z-index: 0;
			box-shadow: 3px 1px 3px rgba(255, 255, 255, 0.2) inset, 3px 1px 2px rgba(0, 0, 0, 0.05);
			border:1px solid #D8D8D8;
			text-align:left;
			border-radius:10px;
			min-height:50px;
		}
		.balloon .balloonbox #balloon-left {
			 box-sizing: border-box;
   			 width: 100%;
		}
		.balloon .balloonbox #balloon-right:before {
			content: "";
			position: absolute;
			top: 50px;
			right: -8px;
			margin-top: -9px;
			display: block;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 9px 0 9px 9px;
			border-color: transparent transparent transparent #fff;
			z-index: 0;
		}
		.balloon .balloonbox #balloon-right:after {
			content: "";
			position: absolute;
			top: 50px;
			right: -9px;
			margin-top: -10px;
			display: block;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 10px 0 9px 9px;
			border-color: transparent transparent transparent #D8D8D8;
			z-index: -1;
		}
 
		.balloon .balloonbox #balloon-left:before {
			content: "";
			position: absolute;
			top: 25px; left: -8px;
			margin-top: -9px;
			display: block;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 9px 9px 9px 0;
			border-color: transparent #fff transparent transparent;
			z-index: 0;
		}
		.balloon .balloonbox #balloon-left:after {
			content: "";
			position: absolute;
			top: 25px; left: -9px;
			margin-top: -10px;
			display: block;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 10px 9px 9px 0;
			border-color: transparent #D8D8D8 transparent transparent;
			z-index: -1;
		}
	/*アイコン*/
	.balloon.right-box .img {
			width:80px;
			top:10px;
			right:0;
			position:absolute;
		}
	.balloon.left-box .img {
			width:60px;
			top:0px;
			left:0;
			position:absolute;
		}
		.balloon .img img {
			border-radius:50%;
			box-shadow: 3px 1px 3px rgba(255, 255, 255, 0.2) inset, 3px 1px 2px rgba(0, 0, 0, 0.05);
			border:1px solid #D8D8D8;
			width:100%;
		}


.qa_q::before{
	color: #ee9911;
	top: -8px;
}
.qa_a::before{
	color: #FF6666;
	top: -8px;
}

/* 説明 ---------------------------------------------------------------------------------------------*/
.disc-area h2:before {
	content: none;
}
.disc-area ul:after {
	display: block;
	content: "";
	clear: both;
}
.disc-area .item-list {
	margin: 0 0 0 -19px;
}
.disc-area .item {
/*	margin: 20px 0 0 19px;*/
	background: #FFFFFF;
	font-size: 92%;
	transition: opacity .3s;
	overflow: hidden;
}
.disc-area .item:hover { opacity: 0; }
.disc-area .item a { text-decoration: none; }
.disc-area .item .img {
	float: left;
	position: relative;
	width: 315px;
	clear: left;
}
.disc-area .item .img img { 
	display: block; 
	width: 315px;
}
.disc-area .item .img span {
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: 48px;
	line-height: 25px;
	background-color: rgba(255,255,255,0.85);
	text-align:center;
	font-size: 85.7%;
}
.disc-area .item .txt {
	margin-left: 315px;
	box-sizing: border-box;
	padding: 20px 30px 20px 27px;
}
.disc-area .item .txt .detail {
	display: inline-block;
	margin-bottom: 5px;
}
.disc-area .item .txt .link {
	display: inline-block;
}
.disc-area .item .txt .link::before {
	content: "・";
}
.disc-area .item .title {
	font-size: 114%;
	font-weight: bold;
}
.disc-area .item .title + p {
	margin: 5px 10px 15px 0px;
}
.disc-area .item p.fee {
	color: #f82527;
	font-size: 114%;
	font-weight: bold;
	margin-top: 25px;
}

.room-list {
	
}
.room-item {
	display: inline-block;
	width: 48%;
}
.disc-area .item .room-item .txt {
	margin-left: 240px;
    box-sizing: border-box; 
    padding: 20px 30px 20px 27px;
}
.room strong {
	font-weight: bold;
	color: #1b4584;
}
.room-body img {
	width: 40%;
	display: block;
	float: left;
    position: relative;
    width: 250px;
    clear: left;
}
@media screen and (max-width: 599px){
	 .disc-area .item {
		font-size: 100%;
	}
	 .disc-area .block-inner {
		margin-top: 10px;
	}
	 .disc-area .item-list {
		margin: 0;
	}
	 .disc-area .item {
		width: auto;
		float: none;
		padding: 10px;
		margin: 0 0 10px;
	}
	 .disc-area .item::after {
		content: "";
		display: block;
		clear: both;
		visibility: hidden;
	}
	 .disc-area .item > a {
		/* border: 1px solid #eee; */
		display: block;
	}
	 .disc-area .item .img {
		float: none;
		width: 100%;
		position: relative;
	}
	 .disc-area .item .img img {
		width: 100%;
		height: auto;
	}
	 .disc-area .item .img span {
		display: inline-block;
		padding: 6px 8px;
		left: 1px;
		bottom: 1px;
		width: auto;
		line-height: 1;
		font-size: 85%;
	}
	 .disc-area .item .txt {
		/* float: right; */
		height: auto;
		/* width: 60%; */
		border: none;
		padding: 10px 0 0 0;
		margin-left: 0;
	}
	 .disc-area .item p {
		font-size: 95%;
	}
	 .disc-area .item .title {
		font-size: 100%;
		font-weight: bold;
	}
	 .disc-area .item .title br {
		display: none;
	}
	 .disc-area .item .title + p {
		margin-top: 5px;
	}
	 .disc-area .item p.fee {
		color: #f82527;
		font-size: 95%;
		font-weight: bold;
		margin-top: 10px;
		text-align: right;
	}
	
	.room-body {
		padding-left: 0;

	}
	.room-body img.room-body-thumb {
		width: 100%;
	}
	.room-item {
		display: block;
		width: 100%;
	}
	.room-body img {
		width: 100%;
	}	
	.disc-area .item .room-item .txt {
		border: none;
		height: auto;
		padding: 10px 0 0 0;
		margin-left: 0;
		clear: both;
	}
}

/* ボタン ---------------------------------------------------------------------------------------------*/
.btn-inquiry.type-1 {
    background: url(/img/koshieno/stripe.png), linear-gradient(to bottom, #f94f88, #dd4477);
}.btn-inquiry {
    text-align: center;
    height: 93px;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    border-radius: 6px;
    transition: .3s;
}
.btn-inquiry:hover {
    text-decoration: none;
    opacity: .7;
    color: #fff;
}
.btn-inquiry.type-1::after {
    content: "";
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
}
.btn-inquiry .main {
    font-size: 157.14286%;
    font-weight: bold;
}
.btn-inquiry .sub {
    font-size: 128.57143%;
}


.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.block-link-small{
	height: auto;
	padding: 10px 0;
}



/* ================================================
	カウンター店舗用
=================================================*/
#anchor_place {
	margin-bottom: 40px;
}
#anchor_place .block {
    overflow: hidden;
    background-color: #f8f7f7;
    padding: 0;
}
.contactBox .box {
    background: #FFF;
    padding: 15px;
    margin-bottom: 10px;
}
.contact-01 {
    padding: 7px 10px;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    background-color: #f24040;
}
.ttl {
    padding: 20px 10px 20px 10px;
    text-align: center;
}
.corner_two {
	margin: 0 10px;
}
.corner_two li {
    width: 485px;
    float: left;
    box-sizing: border-box;
}
.corner_two li+li {
	margin-left: 10px;
}
/*.corner_two li:nth-child(odd){
	margin-right: 10px;
}*/

@media screen and (max-width: 599px){
	#anchor_place {
		margin-bottom: 0px;
	}
	.contact-01 {
		font-size: 18px;
	}
	.ttl {
		text-align: left;
	}
	.corner_two li {
		width: 100%;
	}
	.corner_two li+li {
		margin: 0;
	}
}
.contactBox .box {
    background: #FFF;
    padding: 15px;
    margin-bottom: 10px;
}
.branch {
    font-size: 20px;
    font-weight: bold;
}
.only_pc {
    display: block;
}
.only_sp {
    display: none;
}
.branch-week {
    margin-left: 5em;
}
.map {
    padding-top: 10px;
}
.map iframe {
    width: 100%;
    height: 400px;
}

/* ================================================
	カウンター店舗用
=================================================*/
.customerBox {
	padding: 25px 25px 10px;
}
.balloon p {
	margin:0;
	padding:0;
}
.balloon {
	margin-bottom:20px;
	position:relative;
}
.balloon.right-box {
	padding-right:130px;
}
.balloon.left-box {
	padding-left:220px;
}
@media screen and (max-width: 599px){
	.balloon.left-box {
		padding-left:93px;
	}
}
.balloon .balloonbox {
	width:100%;
}
.balloon .balloonbox .txt {
	font-size:16px;
	line-height:1.8em;
	padding:10px 0;
	color: #666;
}
@media screen and (max-width: 599px){
	.balloon .balloonbox .txt {
		font-size:14px;
		line-height: 1.4em
	}
}

.balloon .balloonbox #balloon-right,
.balloon .balloonbox #balloon-left {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: 100%;
	color: #000;
	text-align: center;
	background: #fff;
	z-index: 0;
	box-shadow: 3px 1px 3px rgba(255, 255, 255, 0.2) inset, 3px 1px 2px rgba(0, 0, 0, 0.05);
	border:1px solid #D8D8D8;
	text-align:left;
	border-radius:10px;
	min-height:50px;
}
.balloon .balloonbox #balloon-left {
	 box-sizing: border-box;
	 width: 100%;
}
.balloon .balloonbox #balloon-right:before {
	content: "";
	position: absolute;
	top: 50px;
	right: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #fff;
	z-index: 0;
}
.balloon .balloonbox #balloon-right:after {
	content: "";
	position: absolute;
	top: 50px;
	right: -9px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 9px 9px;
	border-color: transparent transparent transparent #D8D8D8;
	z-index: -1;
}

.balloon .balloonbox #balloon-left:before {
	content: "";
	position: absolute;
	top: 25px; left: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}
.balloon .balloonbox #balloon-left:after {
	content: "";
	position: absolute;
	top: 25px; left: -9px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 9px 9px 0;
	border-color: transparent #D8D8D8 transparent transparent;
	z-index: -1;
}
/*アイコン*/
.balloon.right-box .img {
	width:80px;
	top:10px;
	right:0;
	position:absolute;
	}
.balloon.left-box .img {
	width:200px;
	top:0px;
	left:0;
	position:absolute;
}
@media screen and (max-width: 599px){
	.balloon.left-box .img {
		width:80px;
	}
}
.balloon .img img {
	box-shadow: 3px 1px 3px rgba(255, 255, 255, 0.2) inset, 3px 1px 2px rgba(0, 0, 0, 0.05);
	border:1px solid #D8D8D8;
	width:100%;
}

.hotel-disc{
/*	font-size: 86%;*/
}
.hotel-price {
	text-align: right;
	font-size: 18px;
	color: #f82527;
	font-weight: bold;
	margin: 10px 0;
}
.hotel-station{
	margin: 10px 0;
}
.hotel-station,.hotel-time {
	line-height: 1.6em;
}
.hotel-station span,.hotel-time span {
	font-size: 11px;
	background-color: #2E2E2E;
	padding: 3px 5px;
	color: #fff;
	margin-right: 10px;
	border-radius: 4px;
}

/********火の国うたまつり2021用**********/
.itinerary .itinerary_title{
	background-color: #58be89;
}
.itinerary .itinerary_detail img{
	width: 100%;
}
.area-index .whats-new .title{
	color: #58be89;
	font-size: 20px;
}
@media screen and (max-width: 599px){
	.area-index .whats-new .title{
		font-size: 14px;
	}
}
.whats-new .section-header{
	border: none;
}
.inner-link .type-7 a {background-color: #58be89;border: 1px solid  #58be89;}
@media screen and (max-width: 599px){
	.inner-link .type-7 a {font-size:initial;}
}
#anchor_kbus .section-header {
	border-bottom: 1px solid #58be89;
}
#anchor_kbus .inner-link a:after {
	backface-visibility: hidden;
	margin-left: 12px;
	content: "";
	display: inline-block;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 5px;
}