.pc{
    display: block;
}

.sp{
    display: none;
}

.campaign {
    background: url(../stay/img/bg_campaign.png) repeat top center;
    display: block;
    background-attachment: fixed;
}

.slides li .caption{
    text-align: right;
}

@media screen and (max-width: 480px) {
    .slides li .caption{
        font-size: 60%;
    }
}

.column.clearfix:last-child{
    padding-bottom: 30px;
}

.column.clearfix .center{
    text-align: center;
}

/*----------------------------------------------------------------------------------------------------------------------------
cont_detail
----------------------------------------------------------------------------------------------------------------------------*/

@media all and (max-width: 480px) {

    .cont_detail h3.mds {
        margin: 0px 0 20px 0px;
    }
}


.cont_detail h2.mds{
    margin: 35px 0 20px 0px;
}

.cont_detail h2.mds.center{
    border: none;
    text-align: center;
    margin-top: 0;
}


.cont_detail div.lead{
    text-align: center;
    position: relative;
}
.guidance{
    position: relative;
}
.guidance p.good_price{
    text-align: center;
    position: absolute;
    top: -30px;
    left: 100px;
    background: #FCD5B5;
    border-radius: 50%;
    display: inline-block;
    padding:30px 20px;
    font-size:14px;
    line-height: 180%;
}
//.guidance p.good_price:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: -5px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 20px solid #FCD5B5;
  z-index: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.guidance p.good_price:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -55px;
  background: url(../stay/img/ico_megaphone.png) no-repeat 0 0;
  background-size: 120px;
  width: 120px;
  height: 110px;
}
.guidance p.good_price .price{
	font-size: 30px;
	
}
.guidance p.good_price .good{
	font-size: 22px;
}

@media screen and (max-width: 1024px) {
	.guidance p.good_price{
	    left: -20px;
	}
	.guidance p.good_price:after {
	  bottom: -25px;
	  left: -45px;
	  background: url(../stay/img/ico_megaphone.png) no-repeat 0 0;
	  background-size: 100px;
	  width: 100px;
	  height: 100px;
	}
}
@media screen and (max-width: 860px) {
	.guidance p.good_price{
	    top: -60px;
	    left: 0px;
	    border-radius: 10px;
	    padding:10px 20px;
	}
	.guidance p.good_price:after {
	  bottom: -35px;
	}
	.guidance p.good_price br.pc{
		display:none !important;
	}
}

@media screen and (max-width: 680px) {
	.guidance .ttl_cont {
		margin: 150px 0 10px 0;
	}
	.guidance p.good_price{
	    top: -120px;
	    left: 0px;
	    right: 0px;
	}
	.guidance p.good_price:after {
		background-size: 80px;
	  left: -10px;
	  bottom: -40px;
	}
	.guidance p.good_price:before {
		bottom: -40px;
		right: 45%;
		border: 20px solid transparent;
		border-left: 25px solid #FCD5B5;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

/*----------------------------------------------------------------------------------------------------------------------------
col_zig_img
----------------------------------------------------------------------------------------------------------------------------*/

/*.col_zig_img.img1{
    background: url(../stay/img/img_campaign01.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.col_zig_img.img2{
    background: url(../stay/img/img_campaign02.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.col_zig_img.img2 .col_zig_body{
    float: right;
}

.btn_surface_nolink p .point {
    display: inline-block;
    margin: 1px;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: #B30000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/

.plan_list_wrap {
    /*padding: 30px 0 0 0;*/
    padding: 0px 0 0 0;
    background-color: transparent;
}

.plan_list_wrap .wrapper{
    width: 100%;
}

/*----------------------------------------------------------------------------------------------------------------------------
planlist
----------------------------------------------------------------------------------------------------------------------------*/

ul.planlist li {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    margin: 0px;
    background-color: rgba(255, 255, 255, 1);
    text-align: left;
    width: 33.33%;
    vertical-align: top;
    float: left;
}

ul.planlist.col2 li {
    width: 50%;
}

ul.planlist li img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}

ul.planlist li .wrap {
    display: block;
    padding: 20px;
    margin: 0;
}

ul.planlist li p.planttl {
    display: block;
    font-size: 18px;
    padding: 0;
    margin: 0 0 20px 0;
    position: relative;
    height: 4em;
    overflow: hidden;
    line-height: 24px;
    text-align: center;
}

ul.planlist li p.planttl.row2 {
    height: 3em;
}

ul.planlist li p.planttl.row3 {
    height: 4em;
}

ul.planlist li .point {
    display: inline-block;
    margin: 1px 1px 1px 3px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.planlist li p.data {
    display: block;
    padding: 0;
    line-height: 1.5;
    margin: 0px 0 20px 0;
    text-align: left;
    height: 7em;
}

ul.planlist li a {
    display: block;
    position: relative;
	bottom: 0;
    box-sizing: border-box;
    padding: 10px 30px 10px 30px;
    margin: 0 0 10px 0;
    background-color: rgba(153, 125, 83, 1);
    text-align: center;
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255, 255, 255, 1);
}

ul.planlist li:nth-child(even) a {
    background-color: rgba(153, 125, 83, 1);
}


@media screen and (max-width: 960px) {
    
    .pc{
        display: none;
    }

    .sp{
        display: block;
    }
    
    ul.planlist li p.planttl.row2,
    ul.planlist li p.planttl.row3{
        height: 4em;
    }
    
    ul.planlist.col2 li p.data { 
        height: auto;
    }
    
    ul.planlist li p.data { 
        height: 9em;
    }

}

@media screen and (max-width: 756px) {
    
    .pc{
        display: none;
    }

    .sp{
        display: block;
    }
    
    .plan_list_wrap {
        display: block;
        padding: 0px 0;
    }
    
    ul.planlist {
        margin: 0 auto;
    }

    ul.planlist li {
        width: 100%;
        padding: 0 ;
        margin-bottom: 20px;
    }
    
    ul.planlist.col2 li {
        width: 100%;
    }
    
    ul.planlist li p.planttl {
        font-size: 20px;
        overflow: hidden;
        line-height: 24px;
        text-align: center;
        margin: 0 0 20px 0;
    }
    
    ul.planlist li p.planttl.row2,
    ul.planlist li p.planttl.row3{
        height: auto;
    }

    ul.planlist li .point {
        font-size: 15px;
    }

    ul.planlist li p.data {
        height: auto;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
rule
----------------------------------------------------------------------------------------------------------------------------*/

#rule {
    margin: 0 auto 50px;
    font-size: 14px;
    line-height: 1.8;
}

#rule table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
    border-spacing: 0;
}

#rule table tr th {
    width: 25%;
    font-weight: 500;
    background: rgba(255, 255, 255,1);
}

#rule table tr th, #rule table tr td {
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
}

#rule table tr td {
    background: rgba(255, 255, 255,1);
}


/*----------------------------------------------------------------------------------------------------------------------------
limited
----------------------------------------------------------------------------------------------------------------------------*/
.limited_point{
	text-align: center;
	margin:0 0 5px;
}
.limited_point span{
	background: #FCD5B5;
	margin: 0 auto;
	padding: 10px;
	line-height: 120%;
	text-align: center;
	font-weight: 600;
	display: inline-block;
}


