@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 .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;
}
.plan-list > .plan-list-item .tag li.osaka {
	color: #fff;
	background: #bc7059;
	border: none;
}
.plan-list > .plan-list-item .tag li.sakai {
	color: #fff;
	background: #648e50;
	border: none;
}
.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.3;
}
.plan-list > .label
{
	display: inline-block;
	width: 66px;
	margin-left: 1em;
	padding: 4px 0;
	border-radius: 0.5em;

	text-align: center;
	vertical-align: bottom;
	background-color: #56953a;
	color: #fff;

	text-indent: 0.5em;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1;
}
.plan-list > .plan-list-item .price > span
{
	font-size:2.4rem;
	font-weight:bold;
	line-height:1;
	padding-right: 0.2em; /*24.9.10追加*/
}
.plan-list > .plan-list-item .price .yen,
.campaign_after span.ff-roboto .yen{
	font-size:1.8rem;
	font-weight:bold;
	line-height:1;
}
.notice {
	font-size: .8em;
	color: #c00;
	line-height: 1.3;
	margin-top: 0.5em;
}

/*.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.campaign span {
	text-decoration: line-through
}
.campaign_sub,
.campaign_after {
	margin-top: 0.4em;
	font-size: .8em;
	line-height: 1.2;
}
.campaign_sub {
	display: inline-block;
	float: left;
	width: 45%;
}
.campaign_sub span.ff-roboto {
	margin-left: 0.6em;
	font-size: 2.1rem;
	line-height: 1.4;
}
.campaign_after span.ff-roboto {
	margin-left: 0.6em;
	color: #56953a;
	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: #56953a; */
	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;
}


/* == ブレークポイント ==========================================================*/
@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;
	}
	.link_tag p {
		padding: 0 2px 0 5px;
		margin-left: .2em;
		margin-top: -0.4em;
	}
	.link_tag p:after{
		height:15px;
		width:15px;
	}
	.plan-list > .plan-list-item .title > span
	{
		font-size:3.0rem;
	}
	.plan-list > .plan-list-item .price > span
	{
		font-size:3.2rem;
		display: block;
		margin-bottom: 0.2em;
	}
	.campaign_sub{
		float:none;
		width:100%;
	}
	.campaign_sub span.ff-roboto {
		font-size: 3.1rem;
	}
	.plan-list > .plan-list-item .price .yen,
	.campaign_sub span.ff-roboto .yen
	{
		font-size:2.4rem;
	}
	.campaign_after span.ff-roboto {
		font-size: 3.8rem;
	}
	.plan-list > .plan-list-item .price .yen,
	.campaign_after span.ff-roboto .yen
	{
		font-size:2.4rem;
	}
	.plan-list > .plan-list-item .label{
		width: 45px;
	}
}

/*
************************************************************************
* 2021年 桜・紅葉プラン追加
************************************************************************
*/
.location-c {
	margin-top: 15px;
	padding-top: 10px;
	/*border-top: 1px #ccc solid;*/
}
.location-c p{
	font-size:.9em;
	font-weight:bold;
	margin-bottom:5px;
}
.location-c ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}
.location-c li {
	display: inline-block;
	box-sizing: border-box;
	font-size: .9em;
	line-height: 1.4;
	margin: 0 5px 5px 0;
    padding: 3px 8px;
    /* color: #fff; */
    border-radius: 50px;
}
.sakura .location-c li {
	border: 1px solid #e88bb7;
	/*background: #e88bb7;*/
	color:#e88bb7;;
}
.koyo .location-c li {
	border: 1px solid #FE8021;
    color: #FE8021;
}
.notice.so {
	color: #fff;
	background: #c00;
	padding: 0.1em 0;
}
.location-c li.so{
	background: #bbb;
}
/* == スマートフォンサイズ ======================================================*/
@media screen and (max-width: 767px){
	
}

/*
************************************************************************
* 2021年 桜・紅葉プラン追加
************************************************************************
*/
.location-c {
	margin-top: 15px;
	padding-top: 10px;
	/*border-top: 1px #ccc solid;*/
}
.location-c p{
	font-size:.9em;
	font-weight:bold;
	margin-bottom:5px;
}
.location-c ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}
.location-c 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;
}
.sakura .location-c li {
	border: 1px solid #e88bb7;
	/*background: #e88bb7;*/
	color:#e88bb7;;
}
.koyo .location-c li {
	border: 1px solid #FE8021;
    color: #FE8021;
}

.koyo .location-c li:hover {
	background: #FE8021;
	color: #fff;
}

.koyo .location-c li a {
    color: #FE8021;
}
.koyo .location-c li a:hover {
    color: #fff;
}
.notice.so {
	color: #fff;
	background: #c00;
	padding: 0.1em 0;
}
.location-c li.so{
	background: #bbb;
}


/* == スマートフォンサイズ ======================================================*/
@media screen and (max-width: 767px){
	.location-c li {
	font-size: 1.1em;
}
}

	/*
************************************************************************
* ,紅葉プラン
************************************************************************
*/
.plan-list > .plan-list-item a:hover
{
	text-decoration: none;
}

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

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

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

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

.koyo-des .pd-s{
	padding: 1em 0 2em 0;
}

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



/*
************************************************************************
* 2024.9.9追加　CAMPAIGNブロック
************************************************************************
*/
.banner-list
{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;

    /*margin: -1em;*/
}
.banner-list .campaign-item
{
    width:calc(33.3333% - 2em);
    margin:1em;
    display: block;
}
.banner-list .campaign-item .image
{
    margin-bottom: 15px;
}
.banner-list .campaign-item .image img
{
    border-radius:0.5em;
    width:100%;
}
.banner-list .campaign-item > .image > .title
{
    position:absolute;

    top:50%;
    left:50%;

    transform:translate(-50%, -50%);


    font-size:2.4rem;
    font-weight:bold;
    color:#FFFFFF;
}
.banner-list .campaign-item > .text
{
    font-size: 1.4rem;
    line-height: 1.5;
}

/*2307 リニューアル追記箇所*/
.banner-list ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.banner-list ul.list-bottom{
		margin-top: 35px;
	}
.banner-list ul li.banner-contents{
	margin-left: 0;
	margin-bottom: 10px;
}
.banner-contents p {
	color:#333;
	font-size: 0.95em;
	letter-spacing: -0.05px;
	line-height: 1.5;
	margin-top: 10px;
}
.banner-list ul .banner-contents a .image{
	border-radius:8px;
	overflow: hidden;
}
.banner-list ul .banner-contents a .image.tag-link:after,
.banner-list ul .banner-contents a .image.tag-inst:after{
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner-list ul .banner-contents a .image.tag-link:after{
	background-image: url("../../../_img/icon/banner_link.svg");
	background-size: 16px;
}
.banner-list ul .banner-contents a .image.tag-inst:after{
	background-image: url("../../../_img/icon/banner_inst.svg");
	background-size: 16px;
}
/*.banner-list ul.list-upper{
	border-bottom: 1px solid #eee;
}*/
.banner-list ul.list-upper li.banner-contents{
	width: calc(98.5% / 2);
}
.banner-list ul.list-bottom li.banner-contents{
	width:calc(95% / 4);
}
/* end */

/* == ブレークポイント ==========================================================*/
@media screen and (max-width: 1100px) {
    .banner-list .campaign-item
    {
        width:calc(50% - 2em);
    }
}

/* == スマートフォンサイズ ==========================================================*/
@media screen and (max-width: 767px) {
    .banner-list
    {
        display:block;
        margin: 0;
    }
    .banner-list .campaign-item
    {
        width:100%;
        margin-left:0vw;
        margin-right:0vw;
        margin-bottom: 5vw;
    }
    .banner-list .campaign-item .image
    {
        margin-bottom: 3vw;
    }
    .banner-list .campaign-item .image img
    {
        width:100%;
    }
    .banner-list .campaign-item > .image > .title
    {
        position:absolute;

        top:50%;
        left:50%;

        transform:translate(-50%, -50%);


        font-size:2.4rem;
        font-weight:bold;
        color:#FFFFFF;
    }
    .banner-list .campaign-item > .text
    {
        font-size: 2.4rem;
    }
	/*2307 リニューアル追記箇所*/
	.banner-list ul.list-upper{
		margin: 0;
	}
	.banner-list ul.list-bottom{
		margin: 25px 0 0;
	}
	.banner-list ul li.banner-contents{
		margin-left: 0;
		margin-bottom: 10px;
	}
	.banner-list ul.list-upper {
		display: block;
	}
	.banner-list ul.list-upper li.banner-contents{
		width:100%;
	}
	.banner-list ul.list-bottom li.banner-contents{
		width: calc(96.5% / 2);
	}
	
}
	/*
************************************************************************
* 一覧へのリンク
************************************************************************
*/
.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 */
