/* -----------------------------------------------------------------
 共通パーツ
 -------------------------------------------------------------------*/

.section h2.yellow_line {
    text-align: center;
    font: Bold 32px/27px YuGothic;
    letter-spacing: 0;
    color: #5CAD8B;
    background: linear-gradient(transparent 50%,#fff76a 50%);
    display: inline-block;
}

h2 img {
    width: 38px !important;
    height: 38px !important;
}

.balloon {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    font-size: 16px;
    background: #8CDEBC72;
    border-radius: 40px;
    padding: 20px 60px;
}
  
.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #8CDEBC72;
}

.balloon h2 {
  font: Bold 28px/27px YuGothic;
  letter-spacing: 0px;
  color: #2C7E5C;
}

.sitemapWrapper {
    width: 100%;
    padding: 40px 0 0;
    background: #f7f7f7;
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #fff 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #fff 100%);
}

.pageHeading {
    border-bottom: unset;
}

.air-choose_item img {
    height: 28px !important;
    width: unset !important;
}

@media (min-width: 740px){
    .panel_001 #link-5 iframe .contentsInr ,
    .panel_001 #link-5_002 iframe .contentsInr{
        width: 740px !important;
    }
}


/* -----------------------------------------------------------------
 ダイナミックパッケージの利用方法
 -------------------------------------------------------------------*/
.howtouse_dp {
    border: 1px solid #B3B3B3;
    padding: 10px;
    text-align: center;
    margin: 35px 0;
}

.howtouse_dp .explanation {
    letter-spacing: 0;
    color: #333333;
    padding: 30px 70px;
    line-height: 1.5;
}

.go_dppage {
    text-align: end;
    position: relative;
    right: 30px;
 
}

.go_dppage a::before {
    content: "";
    background: #003894;
    position: absolute;
    top: 0;
    bottom: 5px;
    right: -15px;
    margin: auto 0;
    width: 7px;
    height: 1px;
    transform: rotate(50deg);
    z-index: 0;
}

.go_dppage a::after {
    content: "";
    background: #003894;
    position: absolute;
    top: 0;
    bottom: -5px;
    right: -15px;
    margin: auto 0;
    width: 7px;
    height: 1px;
    transform: rotate(-50deg);
    z-index: 0;
}

.btn_faq {
    margin:10px 0 25px;
}

.btn_faq a {
    border: 1px solid #003894;
    padding: 10px 35px;
    text-decoration: none;
    border-radius: 8px;
    position: relative;
    font-weight: bold;
}



.btn_faq a::before {
    content: "";
    background: #003894;
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 10px;
    margin: auto 0;
    width: 7px;
    height: 1px;
    transform: rotate(50deg);
    z-index: 0;
}

.btn_faq a::after {
    content: "";
    background: #003894;
    position: absolute;
    top: 0;
    bottom: -5px;
    right: 10px;
    margin: auto 0;
    width: 7px;
    height: 1px;
    transform: rotate(-50deg);
    z-index: 0;
}

.btn_faq a:hover {
    background: #003894;
    color: #fff;
}

/* -----------------------------------------------------------------
 ビジネス・出張ツアーを選ぶときのポイント
 -------------------------------------------------------------------*/
.pointsof_choose {
    background-color: #D5FFF05F;
    padding: 15px;
    text-align: center;
    margin: 40px 0 35px;
}

.pointsof_choose ul {
    display: flex;
    justify-content: space-around;
    margin: 20px 0px;
}

.pointsof_choose ul li {
    width: 250px;
    height: 150px;
}

.pointsof_choose li .checkbox {
    display: flex;
    padding: 10px 0;
}

.checkbox_left {
    margin: 15px 0;
}

.checkbox_right {
    width: 90%;
}


.pointsof_choose ul li h3.headline {
    text-align: center;
    font: Bold 18px/29px YuGothic;
    border-bottom: dashed 1px #B3B3B3 ;
}

.pointsof_choose ul li p{
    text-align: left;
    line-height: 1.8;
}

/* チェックマーク　START*/
.checkmark002{
	padding-left:24px;
	position:relative;
}

.checkmark002:before,
.checkmark002:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark002:before{
	width:16px;
	height:16px;
	border-radius:8px;
	background:#5CAD8B;
    left:1px;
    top:2px;
}
.checkmark002:after{
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
	width:6px;
	height:3px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:7px;
}
/* チェックマーク　END*/

/* -----------------------------------------------------------------
おすすめホテル
 -------------------------------------------------------------------*/

.recommend_hotel {
    text-align: center;
}

.recommend_hotel .explain_station {
    text-align: left;
    margin: 30px 0;
}

.recommend_hotel ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.recommend_hotel a {
    text-decoration: none;
}

.recommend_hotel ul li.hotel_item {
    width:300px;
    margin: 10px 0 30px;
}

.hotel_top img {
    width: 100% !important;
    height: 185px !important;
}

.hotel_bottom div.title_height {
    height: 50px;
    display: flex;
    align-items: center;
}

.hotel_bottom h3 {
    margin-top: 10px;
    color: #003894;
    text-align: left;
}

.hotel_bottom dl {
    display:flex;
    margin: 10px 0;
}

.hotel_bottom dl dt {
    /* background: #eee; */
    padding: 5px;
    font: Medium 12px/18px Yu Gothic;
    color: #333333;
    width: 20%;
    display: flex;
    align-items: center;
}

.hotel_bottom dl dd {
    padding: 5px;
    font: Medium 12px/18px Yu Gothic;
    color: #333333;
    text-align: left;
    width: 80%;
    display: flex;
    align-items: center;
    height: 20px;
}

.hotel_item p {
    text-align: left;
    font: Medium 12px/18px Yu Gothic;
    color: #333333;
    background-color: #F5F5F5;
    padding: 12px 5px;
}

/* -----------------------------------------------------------------
東京の家族旅行におすすめの観光スポット
 -------------------------------------------------------------------*/

.sightseeing_places {
    text-align: center;
    margin-bottom: 20px;
}

.sightseeing_places .content_box {
    display: flex;
    margin: 60px 0;
}

.sightseeing_places .content_img {
    width: 566px !important;
}

.sightseeing_places .content_memo {
    width: 376px;
    padding: 25px 18px;
}

.content_memo h3 {
    text-align: left;
    font: Bold 20px/29px YuGothic;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 20px;
}

.content_memo_bottom {
    margin-top: 15px;
}

.content_memo_bottom p {
    text-align: left;
    line-height: 1.8;
}

.content_memo_bottom a {
    text-align: right;
    margin: 15px 0;
    display: block;
}
/* -----------------------------------------------------------------
 特集枠
 -------------------------------------------------------------------*/
 .featured_space {
     text-align: center;
     margin-top: 50px;
 }

.featured_space ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.featured_space ul li {
    width: 230px;
    margin: 20px 10px;
    position: relative;
    border: 1px solid #CBCBCB;
}

 .featured_space ul li p {
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.8;
    color: #fff;
    color: #fff;
    height: 15px;
    padding: 4px 0;
    text-align: left;
    position: absolute;
    top: 108px;
    width: 100%;
}

