.main_page#report_page{
    padding-bottom: 140px;
}

#tour_page ul li {
    display: list-item;
}
#tour_page ul li .day{
    padding: .25em 0 0 .25em;
    color: #999;
    font-size: .85rem;
}
#tour_page ul li .tour_link-box p {
    padding: .5em;
    background: #F8BDBE;
    color: #E62327;
	font-size: 0.85rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #tour_page ul li .day{
        padding: .5em 0 0 0;
        font-size: 1rem;
    }
 }

#report_page .tour_flex_box {
    width: 100%;
    display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content    : space-between;
	justify-content        : space-between;
	-webkit-align-items: stretch;
	-ms-align-items    : stretch;
	align-items        : stretch;
	-ms-flex-direction    : row;
	-webkit-box-direction : row;
	-webkit-flex-direction: row;
    flex-direction:         row;
	color: #666;
	font-size: 0.7rem;
    margin: 0 auto;
    padding: 1em .5em;
}
#report_page h1.tour_title,
#report_page h2.tour_title {
  color: #e62327;
  font-size: 30px;  
  font-weight: bold;
  line-height: 1.4; 
  margin-bottom: 46px;
}
#report_page h1.tour_title span,
#report_page h2.tour_title span {
  display: inline-block;
  margin-right: 20px;
}
#report_page h3.title {
	display: inline-block;
	margin: 0 auto 40px;
	padding: 0 2px 5px 0;    
	font-family: 'Noto Serif JP', serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1;
	position: relative;
	text-align:center;
}
#report_page h3.title:after {
	content: "";
    width: 100%;
	height: 10px;
	background: #ee6568;
	position: absolute;
	bottom: 0;
	left: -2px;
	z-index: 1;
}
#report_page h3.title span {
	position: relative;
	z-index: 2;
}
#report_page .tour_tit_redbar {
	display: block;
	width: 330px;
	margin: 20px auto 0;
	padding: 12px 0;
	background-color: #e62327;
	border-radius: 30px;
	color: #fff;
	font-size: 22px;
	text-align: center;
}
#report_page .report_wrapper{
    padding: 20px;
    text-align: center;
}
#report_page .tour_report_box .report_wrapper:nth-child(odd){
    background: #F4BDBD;
}
#report_page .report_wrapper .wrap{
    padding: 40px 20px;
    background: #FFF;
}
#report_page .report_head_box .img {
    width: 490px;
}
#report_page .report_head_box .txt {
    width: 450px;
}
#report_page .report_head_box .txt p {
    padding: 0 1em 1em;
    font-size: 17px;
    line-height: 1.8;
    text-align: left;
}
#report_page .report_head_box .slick-dots li {
    margin: 0 0;
}
#report_page .report_head_box .slick-dots li button:before {
    font-size: 30px;
}
#report_page .report_flex_box{
    display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
	-ms-justify-content    : center;
	justify-content        : center;
	-webkit-align-items: center;
	-ms-align-items    : center;
	align-items        : center;
	-ms-flex-direction    : row;
	-webkit-box-direction : row;
	-webkit-flex-direction: row;
    flex-direction:         row;
    overflow: hidden;
}
#report_page  .report_wrapper:nth-child(odd) .report_flex_box{
	-ms-flex-direction    : row-reverse;
	-webkit-box-direction : row-reverse;
	-webkit-flex-direction: row-reverse;
    flex-direction:         row-reverse;
}
#report_page .back_box a {
    padding: 0;
    color: #000;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.012em;
    line-height: 1;
    position: relative;
}
#report_page .back_box a:before {
    content: "";
    width: 50px;
    height: 8px;
    background: url("../images/right-link-mark.svg") center/100% auto no-repeat;    
    position: absolute;
    top: 0;
    bottom: 0;
    left: -55px;
    margin: auto 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
/*
#report_page .back_box a:hover:before {
  left: -55px;
}
*/
@media screen and (max-width: 767px) {
    .main_page#report_page{
        padding-bottom: 120px;
    }
    #report_page .tour_flex_box {
        padding: 0;
        font-size: 0.85em;
    }
    #report_page .tour_flex_box:last-of-type {
        padding-top: 1em;
    }
    #report_page h2.tour_title {
        margin-bottom: 16px;
    }
 	#report_page h3.title  {
		display: block;
    	margin: 0 auto 15px;
		padding: 0;
        letter-spacing: 0;
        line-height: 1.2;
		z-index: 2;
	}
	#report_page h3.title:after {
		content: "";
		width: 98%;
		height: 4px;
		background: #ee6568;
		position: absolute;        
		bottom: -10px;
		left: 1%;
        right: 1%;
		z-index: -1;
	}
	#report_page .tour_tit_redbar {
		width: 100%;
	}
    #report_page .report_wrapper{
        padding: 5px;
    }
    #report_page .report_wrapper .wrap{
        width: 100%;
        padding: 20px 5px;
        background: #FFF;
    }
    #report_page .report_head_box .img {
        width: 100%;
        margin-bottom: 10px;
    }
    #report_page .report_head_box .img img {
        width: 100%;
    }
    #report_page .report_head_box .txt {
        width: 100%;
    }
    #report_page .report_wrapper .report_flex_box{
        display: block;
    }    
}