@charset "utf-8";

/*
************************************************************************
* プラン一覧
* @copyright Revolme Inc.
************************************************************************
*/

/*
************************************************************************
* プラン一覧
************************************************************************
*/
.merit img{
	border: 1px solid #bbbbbb;
	border-radius: 0.5em;
}
.movie video {
	width: 100%;
}
.plan-list
{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	
	margin:-1em;
}
.plan-list > .plan-list-item
{
	width:calc(33.33333% - 2em);
	margin:1em;
}
.plan-list > .plan-list-item:hover
{
	text-decoration:none;
}
.plan-list > .plan-list-item .image
{
	border-radius:0.5em;
	overflow:hidden;
}
.link_tag {
	position: absolute;
	right: 0;
	bottom: 0;
}
.link_tag p {
	padding: 0 7px;
	background-color: #000;
	color: #FFFFFF;
	font-size: .9em;
}
.link_tag p:after{
	display: inline-block;
	content: url(../../../_img/icon/ext-link-w.svg);
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-left: .3em;
	margin-top: -0.1em;
}
.plan-list > .plan-list-item .title
{
	margin-top:1.0em;
	line-height:1;
}
.plan-list > .plan-list-item .price
{
	line-height:1;
	margin-top:0.5em;
}
.plan-list > .plan-list-item .title > span
{
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.2;
}
.plan-list > .plan-list-item .price > span
{
	font-size:2.4rem;
	font-weight:bold;
	line-height:1;
	padding-right: 0.2em;
}
.plan-list > .plan-list-item .price .yen,
.campaign_after span.ff-roboto .yen
{
	font-size:1.8rem;
	font-weight:bold;
	line-height:1;
}

.plan-list > .plan-list-item .tag {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 14px;
	margin-bottom: -8px;
}
.plan-list > .plan-list-item .tag li{
	margin-left: 0;
	display: block;
	border: 1px #aaa solid;
	color: #777;
	font-size: 0.8em;
	line-height: 1.4;
	padding: 0 3px;
	margin-right: 0.5em;
	margin-bottom: 0.3em;
}

.notice {
	font-size: .8em;
	color: #c00;
}
/*.price.sm_campaign:after {
	display: block;
	content: "オープンキャンペーン対象 30,000yenOFF";
	border-top: 2px #ccc solid;
	border-bottom: 2px #ccc solid;
	color: #000;
	text-align: center;
	margin-top: 6px;
	padding: 5px;
}*/
/*.price.en_campaign:after {
	display: block;
	content: "オープンキャンペーン対象 10,000yenOFF";
	border-top: 2px #ccc solid;
	border-bottom: 2px #ccc solid;
	color: #000;
	text-align: center;
	margin-top: 6px;
	padding: 5px;
}*/
.price.campaign span {
	/*text-decoration: line-through;*/
}

.invisible {
	display: none;
}

.campaign_after {
	margin-top: 0.4em;
	font-size: .8em;
	line-height: 1.2;
}
.campaign_after span.ff-roboto {
	margin-left: 0.6em;
	color: #9e8876;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1;
}
.plan-list > .plan-list-item .label{
	position: absolute;
	right: 6px;
	top: 6px;
	width: 75px;
	text-align: center;
	/* background-color: #bca53c; */
	font-weight: bold;
	font-size: 1.4rem;
	color: #fff;
	border-radius: 0.5em;
}
.plan-list > .plan-list-item .rank1{
	background-color: #d3bc46;
}
.plan-list > .plan-list-item .rank2{
	background-color: #8c9ca1;
}
.plan-list > .plan-list-item .rank3{
	background-color: #c67a47;
}
.plan_outofterm {
	color: #cc0000;
	display: block;
	margin: 10px 0;line-height: 1.2;
}

.rank-list{
	display:flex;
	/*justify-content: space-between;*/
	margin-bottom: 10px;
}
.rank-list .rank-item{
	list-style: none;
    margin-left: 0;
    /* width: calc(99%/3); */
    border-right: 1px solid #e3e3e3;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 0.2em 1.3em;
    margin-bottom: 10px;
}
.rank-list .rank-item:before{
	display: inline-block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 1.8;
	margin-right: .7em;
	border-radius: 50%;
	color: #fff;
}
.rank-list .rank-item.rank1:before{
	content: "1";
	background: #D2BC4A;
}
.rank-list .rank-item.rank2:before{
	content: "2";
	background: #8c9ca1;
}
.rank-list .rank-item.rank3:before{
	content: "3";
	background: #C67A48;
}

.rank-list .rank-item:last-of-type {
	border: none;
}

/* == ブレークポイント ==========================================================*/
@media screen and (max-width: 1100px) {
	.plan-list > .plan-list-item
	{
		width:calc(50% - 2em);
	}
}
/* == スマートフォンサイズ ======================================================*/
@media screen and (max-width: 767px) {
	.plan-list > .plan-list-item
	{
		width: calc(50% - 1.5em);
        margin: 1em 0 1em 1em;
	}
	.plan-list > .plan-list-item .title > span
	{
		font-size:3.0rem;
	}
	.plan-list > .plan-list-item .price > span/*25.2.7変更*/
	{
		font-size:3.2rem;
		display: block;
		margin-bottom: 0.2em;
	}
	.plan-list > .plan-list-item .price .yen,
	.campaign_after span.ff-roboto .yen
	{
		font-size:2.4rem;
	}
	.campaign_after span.ff-roboto {
		font-size: 3.8rem;
	}
	.plan-list > .plan-list-item .label{
		width: 60px;
		right: 3px;
		top: -7px;
	}


   .rank-list{
		display:inline;
	}
	.rank-list .rank-item{
		width: 100%;
		border: 0;
		font-size: 2.5rem;
		font-weight: bold;
		padding: 0;
	}
	.rank-list .rank-item:before{
		width: 19px;
		height: 19px;
		line-height: 1.65;
	}
}
/*
************************************************************************
* 2021.4.27東京用に追加
************************************************************************
*/

.plan-sup{
	border: solid 1px #000;
	padding: 1em 1.5em;
	border-radius: .5em;
}




	/*
************************************************************************
* 一覧へのリンク
************************************************************************
*/
.plan-link{
	display:flex;
	flex-flow: row wrap;
	justify-content:space-between;
	margin-top: 2em;
}

.plan-link .plan-link-item{
	width: calc(98% / 2);
	border-radius: 0.5em;
	border: 1px solid #111;
	padding: 36px;
	margin-bottom: 18px;
	
	background-color:#FFFFFF;
	color:#000000;
	cursor:pointer;	
	transition-duration:0.3s;
	transition-property:all;
	transition-timing-function:ease;
}

.plan-link-item:hover{
	text-decoration:none;
	background-color:#000000;
	color:#FFFFFF;
}

.plan-link .plan-link-item .ff-amiko {
	font-size: 2.4rem;
	margin-bottom: 0.2em;
}

.plan-link-item:after
{
	content:"";
	
	display:block;
	position:absolute;
	top:calc(50% - 0.3em);
	right:2.0em;
	
	width:0.6em;
	height:0.6em;
	
	transform:rotate(-45deg) skew(5deg, 5deg);
	
	border:0px solid transparent;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;

	transition-duration:0.3s;
	transition-property:all;
	transition-timing-function:ease;
}

.plan-link-item:hover:after
{
	content:"";
	
	display:block;
	position:absolute;
	top:calc(50% - 0.3em);
	right:2.0em;
	
	width:0.6em;
	height:0.6em;
	
	transform:rotate(-45deg) skew(5deg, 5deg);
	
	border:0px solid transparent;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;

	transition-duration:0.3s;
	transition-property:all;
	transition-timing-function:ease;
}

/* == スマートフォンサイズ ==========================================================*/
@media screen and (max-width: 767px) {
	.plan-link{
		display: block;
		margin-top: 2em;
	}
	.plan-link .plan-link-item{
		display: block;
		width:100%;
		padding: 28px;
	}
	.plan-link .plan-link-item .ff-amiko {
		font-size: 3.2rem;
		margin-bottom: 0.2em;
}
}



	/*
************************************************************************
* 24.12.2　おすすめプラン用
************************************************************************
*/

.season-title
{
	font-size:1.6em;
	margin-bottom: 1em;
	font-weight: bold;
}
.season-title img
{
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.2em;
}

.reco-location {
	margin-top: 15px;
	padding-top: 10px;
	/*border-top: 1px #ccc solid;*/
}
.reco-location p{
	font-size:.9em;
	font-weight:bold;
	margin-bottom:5px;
}
.reco-locationul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}
.reco-location li {
	display: inline-block;
	box-sizing: border-box;
	font-size: .9em;
	line-height: 1.4;
	margin: 0 2px 7px 0;
    padding: 3px 8px;
    /* color: #fff; */
    border-radius: 50px;
}
/* == スマートフォンサイズ ======================================================*/
@media screen and (max-width: 767px){
	.reco-location li {
	font-size: 1.1em;
	}
	.plan-list > .plan-list-item .season-title
{
	font-size:1.2em;
	margin-bottom: 1em;
	font-weight: bold;
}
.plan-list > .plan-list-item .season-title img
{
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.2em;
}
}

/*=====桜=====*/
.reco .location-1 li {
	border: 1px solid #ed6478;
    color: #ed6478;
}

.reco .location-1 li:hover {
	background: #ed6478;
	color: #fff;
}

.reco .location-1 li a {
    color: #ed6478;
}
.reco .location-1 li a:hover {
    color: #fff;
}

/*=====新緑=====*/
.reco .location-2 li {
	border: 1px solid #55a944;
    color: #68c855;
}

.reco .location-2 li:hover {
	background: #55a944;
	color: #fff;
}

.reco .location-2 li a {
    color: #55a944;
}
.reco .location-2 li a:hover {
    color: #fff;
}

/*=====夏=====*/
.reco .location-3 li {
	border: 1px solid #4c96c0;
    color: #ed6478;
}

.reco .location-3 li:hover {
	background: #4c96c0;
	color: #fff;
}

.reco .location-3 li a {
    color: #4c96c0;
}
.reco .location-3 li a:hover {
    color: #fff;
}

/*=====秋=====*/
.reco .location-4 li {
	border: 1px solid #c07e4d;
    color: #ed6478;
}

.reco .location-4 li:hover {
	background: #c07e4d;
	color: #fff;
}

.reco .location-4 li a {
    color: #c07e4d;
}
.reco .location-4 li a:hover {
    color: #fff;
}

/*=====紅葉=====*/
.reco .location-5 li {
	border: 1px solid #b54533;
    color: #ed6478;
}

.reco .location-5 li:hover {
	background: #b54533;
	color: #fff;
}

.reco .location-5 li a {
    color: #b54533;
}
.reco .location-5 li a:hover {
    color: #fff;
}

/*=====冬=====*/
.reco .location-6 li {
	border: 1px solid #8a7c3d;
    color: #ed6478;
}

.reco .location-6 li:hover {
	background: #8a7c3d;
	color: #fff;
}

.reco .location-6 li a {
    color: #8a7c3d;
}
.reco .location-6 li a:hover {
    color: #fff;
}



.plan-list > .plan-list-item a:hover
{
	text-decoration: none;
}

.plan-list > .plan-list-item .reco-des
{
	margin-top:1.0em;
	font-size:1.5rem;
	line-height:1.6;
	border-top: 1px #ccc solid;
}

.reco-des p{
	/*color: #e05126;*/
	margin: 1em 0 0 0;
}
.reco-des p.reco-loc-title
{
	margin-bottom:-1em;
}

.reco-des p.font-black{
	color: #000;
}

.reco-des img
{
	display:inline-block;
	height:18px;
	width:auto;
	margin-top:-3px;
	margin-right:0.25em;
}

.plan-hover div
{
	transition-duration:0.3s;
	transition-property:all;
	transition-timing-function:ease;
}
.plan-hover div:hover
{
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

@media screen and (max-width: 767px) {
.plan-list > .plan-list-item .reco-des
{
	font-size:2.2rem;
}
}
	/* end */
