main#mainContent.feature #featureWrap .feature-head{
    width: 500px!important;
}
main#mainContent.feature.list #featureWrap .feature-left article {
    margin-bottom: 0!important;
}
.row{
	gap:15px!important;
	margin-bottom:45px;
}
.col-md-6 {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%!important;
        max-width: 49%;
	padding-bottom:0;
}
.tourmgn {
	line-height: 1.7;
	font-size: 0.85rem;
	text-align: justify;
	margin:0 0 10px!important;
}
.tourmgnr {
	font-size: 0.8rem;
	float: right;
}
.tourmgn2 {
	line-height: 1.6;
	font-size: 0.8rem;
	text-align: justify;
}
.yellow{
	color:#ffc107;
}
.names{
	font-size:0.7rem;
	display:block;
	margin:5px 0 0;
	margin-left: auto;
	text-align: right;
}
.thumb img{
	max-height: 200px;
	height: 100%;
	object-fit: cover;
	float: left;
	max-width: 40%;
	height: auto;
	margin: 0 10px 10px 0;
	vertical-align: bottom;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.date{
	font-size: 0.8rem;
	display:block;
}
.tourmgn::after {
	content: "";
	display: block;
	clear: both;
}
.reviewsbox{
	border: 5px solid #ccc;
	margin-bottom: 10px;
	padding: 20px 0 0;
	border-radius: 5px;
	position: relative;

}
.Rhombus {
	background-color: #ffffff;
	background-image: repeating-linear-gradient(45deg, #fff2bd80, #fff2bd80 7px, transparent 7px, transparent 14px), repeating-linear-gradient(-45deg, #fff2bd80, #fff2bd80 7px, transparent 7px, transparent 14px);
}
.list_table > dd {
        border: 1px solid #ddd;
        border-top: none;
}
.list_table > dt,
.list_table > dd {
	text-align: left;
}
.list_table > dd > ul {
	text-align: left;
}
.fukidashi {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 100%;
  margin: 10px 0 20px;
  align-items: flex-start;
}

.fukidashi .text {
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  width: calc(100% - 100px);
}

.fukidashi .text p {
  background: #ffc107;
  padding: 0.8em 1em;
  border-radius: 11px;
  border: 4px solid #ddd;
  display: inline-block;
  font-size: 0.8rem;
}


.fukidashi .icon {
  text-align: center;
  position: relative;
  top:0em;
}

.fukidashi .icon img {
  width: 88px;
  height: auto;
  border-radius: 80px;
  position: relative;
  z-index: 0;
  border: 4px solid #ddd;
}


.fukidashi .icon .label {
  font-size: 0.8rem;
  margin-bottom: 0em;
}

/*吹き出しの三角部分*/
.fukidashi .text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 60px solid #555555;
  border-right: 0;
  position: absolute;
  top: 15px;
  right: -20px;
}
/* @media print, (min-width: 768px) {*/
    .list_table {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 4px solid #ddd;
    }
    .list_table > dt,
    .list_table > dd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 4px solid #ddd;
    }
    .list_table > dt {
        width: 40%;
        font-size: 0.8rem;
        padding: 5px;
        background: #00ced1;
        color: #FFF;
	border-left: 4px solid #ddd;
    }
    .list_table > dd {
        width: 60%;
        border-right: 4px solid #ddd;
	padding: 5px;
        font-size: 0.8rem;
    }
/*}*/
@media (max-width: 767.98px){
	body{
		padding:0;
	}
	main{
		padding:15px;
	}
	main#mainContent.feature #featureWrap .feature-head{
    		width: 100%!important;
	}
	.col-md-6 {
        	-ms-flex: 0 0 100%;
        	flex: 0 0 100%!important;
        	max-width: 100%;
	}
}