@charset "utf-8";
/* CSS Document */

.bld{font-weight: bold;}
.font08{font-size: 0.8em;}
.font09{font-size: 0.9em;}
.font11{font-size: 1.1em;}
.font12{font-size: 1.2em;}
.font13{font-size: 1.3em;}

@media screen and (min-width: 768px){
	.pc_br{display: none;}}
@media screen and (max-width: 767px){
	.sp_br{display: none;}}


/*-------------全体-------------*/
.bg_pink{
	background-color: #fff5f3;
}
.bg_white{
	background-color: #fff;
}
/*-------------タイトル-------------*/
/*MV*/
.bc_img01{
	background-image: url(/content/dam/jretravel/site/page/feature/joshitabi/images/mv_joshitabi_pc.png);
    background-position: top 0 center;
    background-repeat: no-repeat;
    /*height: 240px;*/
    margin: 0 0 5px 0;
    background-size: 900px;
}
.mb_txt{
	text-align: center;
    padding-top: 160px;
}

@media screen and (max-width: 767px){
	.bc_img01{
    background-size: 100%;
	}
	.mb_txt{padding-top: 27%;}
}




/*h2*/
.bc_img02{
	background-image: url(/content/dam/jretravel/site/page/feature/joshitabi/images/ttl_h2_bg.png);
    background-position: bottom 0 center;
    background-repeat: no-repeat;
    /*height: 81px;*/
	margin-bottom: 10px;
	padding-bottom: 8px;
}
.bc_img02 h2,.bc_img02_l h2{
	font-size: 4rem!important;
	font-weight: bold!important;
}
.bc_img02_l{
	background-image: url(/content/dam/jretravel/site/page/feature/joshitabi/images/ttl_h2_bg_l.png);
    background-position: bottom 0 center;
    background-repeat: no-repeat;
    /*height: 81px;*/
	margin-bottom: 10px;
	padding-bottom: 8px;
}
.h2_txt{
	margin-bottom: 0.5em;
}


/*バックの花束*/
.bc_img03{
	/*background-image: url(/content/dam/jretravel/site/page/feature/joshitabi/images/bg_img01.png),
		url(/content/dam/jretravel/site/page/feature/joshitabi/images/bg_img02.png);*/
    background-position: 0px 50px, top right;
    background-size: auto, 140px;
    background-repeat: no-repeat, no-repeat;
}

@media screen and (max-width: 767px){
	.bc_img03{
		background-image:none!important;
	}
	.bc_img02 h2,.bc_img02_l h2{
		font-size: 3rem!important;
		text-align: center;
	}
}

/*-------------メニューナビ-------------*/

.navi_box ul{
    width:1000px;
	background-color: #f7e0c1;
	display: flex;
  justify-content: center;
  align-items: center;
}
.navi_box li{
	box-sizing: border-box;
    width: 125px;
    font-size: 1.6rem;
    line-height: 130%;
    text-align: center;
    display: block;
    font-weight: bold;
    padding: 2px 0;
}
.navi_box li:hover{
	background-color: #f7829b;
	opacity: 0.5;
}
.navi_box li a{
	display: block;
	color: #a65c46;
	text-decoration: none;
	padding: 10px 0;
	border-top: dashed 1px #fff;
	border-bottom: dashed 1px #fff;
}
.navi_box li a.line2{
	padding: 20px 0;
}
.navi_box li a:hover{
	text-decoration: underline;
	color: #fff;
}

/*偶数色変え*/
.navi_box li:nth-child(odd){
	background-color: #b16b56;
}
.navi_box li:nth-child(odd):hover{
	background-color: #e55a7c;
	opacity: 0.5;
}
.navi_box li:nth-child(odd) a{
	color: #fdf6ec;
}
.navi_box li:nth-child(odd) a:hover{
	color: #fff;
}


@media screen and (max-width: 767px){
	.navi_box ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
	.navi_box li{
	box-sizing: border-box;
    flex-basis: 50%;
	font-size: 1.5rem;
}
	.navi_box li a.line2{
	padding: 10px 0;
}
}
/*RMページ内リンク用*/
.list_arrow_2>ul>li:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #b16b56;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -10px;
}

.txtnavi_r{
	text-align: right;
    margin: -3rem 0 1.5rem;
}
@media screen and (max-width: 767px){
	.list_arrow_2>ul>li:before {
		display: block !important;
		content: '';
		width: 16px;
		height: 16px;
		background: #b16b56;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 15px;
		margin-top: -8px;
}
	.txtnavi_r{
	margin: 0rem 1rem;
	}
	.txtnavi_r li{
		border-bottom:none!important;
	}
}
/*-------------h3-------------*/
.ttl_h3 h3 {
    position: relative;
    padding-bottom: 0.5em;
    background-color: transparent!important;
    color: #b18173!important;
    padding: 15px!important;
    font-size: 2.3rem!important;
    font-weight: bold!important;
}
 
.ttl_h3 h3::after {
     position: absolute;
     content: '';
     left: 0;
     bottom: 0;
     width: 100%;
     height: 7px;
     box-sizing: border-box;
     border-top: 3px solid #e3c6a4;
     border-bottom: 1px solid #e3c6a4;
}

@media screen and (max-width: 767px){
	.ttl_h3 h3 {
    font-size: 1.8rem!important;
}
}


/*記事*/
.bg_column{
	background-color: #fcf1e3;
}
.ttl_column h3 {
    padding-bottom: 0.5em;
    color: #e55a7c!important;
	background-color: transparent!important;
    font-size: 2.3rem!important;
    font-weight: bold!important;
}
.bnr_box .clm_list_bnr a:hover {
	    background: #e55a7c!important;
}

/*-------------ぴったりの女子旅-------------*/
.diagnosis{
	background-color: #FDF3F5;
	border:  dashed 1px #e55a7c;
	padding: 2em;
}

/*ボタン色とか変更*/

.btn01_rt {
	width: auto;
    margin: 20px auto;
    text-align: center;
}
.btn01_rt a {
    background: #e55a7c;
    font-size: 1.1em;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    /*line-height: 3;*/
    padding: 15px 60px 15px 32px;
    position: relative;
    text-decoration: none;
}
.btn01_rt a:hover{
	background-color: #F1A7B9;
	opacity: 1;
}
.btn01_rt a::after {
    /*content: '';*/
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: rotate(45deg) translate(-35%,-40%);
    transform: rotate(45deg) translate(-35%,-40%);
}
@media screen and (max-width: 767px){
.btn01_rt, .btn01_btm {
    width: 85%;
    background: #029E9A;
    border-radius: 10px;
    position: relative;
    padding: 0;
	margin-top: -10px;
}}


/*-------------商品の枠内-------------*/
.point_box{
	background-color: #FDF3F5;
    padding: 0.5em 0.8em;
    border-radius: 5px;
    margin: 0.5em 0;
    border: dashed 1px #e7caa8;
}
.point_ttl{
	font-weight: bold;
    color: #e55a7c;
    font-size: 1.1em;
}
ul.point{
	margin-left: 1em;
}
.point li{
	border: none!important;
    margin: 0px!important;
    padding: 0px!important;
	list-style-type: disc;
	font-size: 0.9em;
}


.point_box .more{
	text-align: right;
	font-size: 0.9em;
}

.read_box{
	margin-bottom: 1em;
}
/*-------------リンクテキストをピンク-------------*/
.ttl_pink .titleitem  {
    color: #e55a7c!important;
}

/*-------------パワースポット-------------*/
.power .titleitem{
	font-size: 1.9rem;
    font-weight: bold;
    color: #e55a7c;
}
/*-------------フォトジェニック-------------*/
.photo_box{
	padding: 10px;
	border: solid 1px #ccc;
	margin: 5px;
}
.photo_area{
	background-color: #a6a6a6;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: .3em .5em;
    margin: 10px 0 5px 0;
}
.photo_title{
	font-weight: bold;
    color: #e55a7c;
    font-size: 1.2em;
}
.photo_add{
	margin: 0.5rem 0;
    border-top: dashed 1px #ccc;
    padding-top: 10px;
}
.spot_btn {
    padding: 0 10px;
}
.spot_btn a {
    width: 100%;
    display: inline-block;
    border: dotted 1px #ccc;
    text-align: center;
    margin: 5px 0 10px;
    position: relative;
    padding: 10px 30px 10px 10px;
    text-decoration: none;
    color: #000;
}
.spot_btn a:hover {
	background-color: #FDF3F5;
}
.spot_btn a:after {
    content: '';
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: calc(100%/18);
    -webkit-transform: rotate(45deg) translate(-35%,-40%);
    transform: rotate(45deg) translate(-35%,-40%);
}

/*-------------コラム-------------*/
.column_btn .clm_list_txt{
	height: 0px;
	overflow: visible;
}

/*----------------------------------------------------------------------------------
				次期DP
----------------------------------------------------------------------------------*/
.base_prod.bgc li {
	background: #fff;
}
.base_prod li .point_box .point > li {
	width: 100%;
	background: none;
	display: list-item;
}
.base_prod li .btn01_rt {
	margin: 15px auto;
}
.swiper-slide .btn01_rt a {
	display: block;
	line-height: 1.5;
	padding: 13px 60px 13px 32px;
}
.all_box{margin: 0 0;}
@media screen and (max-width: 767px) {
	.swiper-slide .btn01_rt {
		width: 100%;
	}
	.swiper-slide .btn01_rt a {
		padding: 10px 25px 10px 12px;
	}
}
@media screen and (max-width: 650px) {
	/*.base_prod .hotel > li {width: 94% !important;}*/
	.base_prod .hotel > li {width: 70% !important;}
	.all_box{margin: 0 10px;}
}

/*-------------------------------------------------------------------------------
		再配布用検索パネル
-------------------------------------------------------------------------------*/
.section.bc_img02 {
	padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
	.swiper-slide .btn01_rt a {
		padding: 10px 20px 10px 5px;
	}
}
