@charset "utf-8";
/* CSS Document */


	
#detail_plan{
	margin: 80px 0;	
}
	
#detail_plan .list-subttl {
	text-align: center!important;
}

#detail_plan .list-plans .pc.box-3cols-fix img.saidan_img {
	object-fit: cover;
	width: 100%;
	height: 220px;
}
	
#detail_plan .list-plans {
    margin-bottom: 0px;
}

/*　大阪だけに入れる　*/
#detail_plan.osaka .list-subttl span.web_only{
	background: #fdd1d9;
	padding: 2px 5px;
	color: #c4024c;
	font-weight: bold;
	margin-right: 5px;
	font-size: 0.8em;
}

@media screen and (max-width: 769px), print {
	
#detail_plan{
	margin: 40px 0;
	}
	
#detail_plan .list-plans {
        margin-bottom: 0;
	}
	
section#detail_plan{
	　　margin-bottom: 30px!important;
	}	
.txt_link{
    margin: 20px 0 10px 6%!important;
	}
}	

	
	
	
/* テキストリンク */

.link--left-icon a {
    position: relative;
    display: inline-block;
    color: #347eb0;
    text-decoration: underline;
}
.link--left-icon a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    left: -20px;
    width: 12px;
    height: 12px;
    background: url(/search_area/img/templates/linkArrow.png) no-repeat;
    background-size: contain;
}	
	
	
.box-3cols-fix {
	display: flex !important;
	flex-wrap: wrap !important;
	width: 100% !important;
	justify-content:space-between !important;
}
.box-3cols-fix .box-3cols-in {
	width:32% !important;
	display:flex !important;
	flex-direction:column !important;
	box-sizing:border-box !important;
}
	

.list-kazoku {
	position: relative;
}
.list-kazoku .list-icon-pop {
	position: absolute !important;
	width: 70px !important;
	height: auto;
	top: -20px;
	right: -15px;
}
	
	
.list-plans {
	margin-bottom: 15%;
}
.list-plans img {
	width: 100%;
}
.list-plans ul li a {
	display: block;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 2px 2px 6px 0px rgba(125, 125, 125, 0.45);
	background: #fff;
}
.list-plans p.list-subttl {
	font-size: 15px !important;
	font-weight: bold;
	text-align: center;
}

.list-plans h3 {
	font-size: 18px;
	letter-spacing: 0em;
	margin-bottom: 5px;
	text-align: center;
}
.list-plans h3 span {
	font-size: 24px;
	margin-right: 3px;
}
.list-plans .price-notax {
	color: #000;
	font-size: 34px;
	margin-top: 20px;
	text-align: center;
}
.list-plans .price-notax span {
	background-image: linear-gradient(transparent 60%, #ffff99 60%);
	font-size: 34px !important;
}
.list-plans .price-notax img.price-normal {
	width: 28px;
	height: auto;
	margin-top: 1px;
}
.list-plans .price-notax img.price-yentax {
	width: 16px;
	height: auto;
	margin-top: 1px;
}
.list-plans .price-tax {
	text-align: center;
	font-size: 16px;
}

/* main */
.main-slide {
	width: 55%;
	float: right;
	text-align: center;
}
.main-price {
	width: 40%;
	float: left;
	text-align: center;
}
.main-slide img {
	width: 100%;
}
.price-notax {
	font-size: 48px;
	color: #b63965;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1em;
}
.price-notax img {
	vertical-align: top;
	height: auto;
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 5px;
}
.price-notax span {
	font-size: 16px;
}
.price-subttl {
	background: #fde9ed !important;
	color: #b63965;
	padding: 3px 30px;
	margin: 0 auto 15px;
	max-width: 340px;
	font-weight: bold;
	font-size: 16px;
}
.price-tax {
	font-size: 20px;
	color: #888;
	font-weight: bold;
}

	
	
@media screen and (max-width: 767px){
	
	.list-kazoku .list-icon-pop {
		width: 54px !important;
		height: auto;
		top: -10px;
		left: -10px;
	}	
	
	.list-sp-img {
		float: left;
		width: 35% !important;
		margin-right: 2%;
	}
	.list-sp-text {
		float: left;
		width: 63%;
		margin-top: 5px;
	}
	
	.list-plans ul li {
		margin-bottom: 20px;
	}
	
	.list-plans ul li a {
		padding: 3% !important;
		box-shadow: 2px 2px 4px 0px rgba(125, 125, 125, 0.45);
	}
	.list-plans p.list-subttl {
		font-size: 3.2vw!important;
		margin-bottom: 10px;
		padding-bottom: 0;
		/*margin-left: 7px;*/
		text-align: center;
	}
	.list-plans h3 {
		font-size: 3.8vw!important;
		letter-spacing: 0;
		margin: 5px 0 0px 0px;
		padding: 0;
		line-height: 1;
		text-align: center;		
	}
	.list-plans h3 span {
		font-size: 4.8vw !important;
		margin-right: 3px;
	}
	.list-plans .price-notax {
		color: #000;
		margin-top: 2px;
		text-align: center;
		margin-bottom: 0;
	}
	.list-plans .price-notax span {
		background-image: linear-gradient(transparent 60%, #ffff99 60%);
		font-size: 8.53vw !important;
	}
	
	.list-plans .price-notax img.price-normal {
		width: 20px;
		height: auto;
		margin-top: 9px;
	}
	.list-plans .price-notax img.price-yentax {
		width: 15px;
		height: auto;
		margin-top: 5px;
	}
	.list-plans .price-tax {
		font-size: 12px;
		text-align: center;
		/*padding-left: 30px;*/
	}
	.list-kazoku .list-icon-pop {
		width: 54px !important;
		height: auto;
		top: -10px;
		left: -10px;
	}
}
	
	
/*------------------------------------------------------------
	タブ
------------------------------------------------------------*/
.tab {
  margin-top: 20px;
}

.tab li.tab_nav{
	width: 49.39%;
	position: relative;
	display: inline-block;
	padding: 10px 30px 10px 30px;
	cursor: pointer;
	border-radius: 6px 6px 0 0;
	font-weight: bold;
	color: #333;
	font-size: 20px;
	margin-left: 8px;
	text-align: center;
	background: #fbdde3;
	border-left: 1px solid #fb9dae; 
	border-top: 1px solid #fb9dae;
	border-right: 1px solid #fb9dae;
	margin-bottom: -1px;
}

.tab li:first-child{
	margin-left: 0px;	
}

.tab li.tab_nav.is_active {
    background: #fff;
    color: #333;
	border-right: 1px solid #fb9dae;
	border-left: 1px solid #fb9dae; 
	border-top: 1px solid #fb9dae;		
	z-index: 100; /* 他の境界線の上に表示する */
    position: relative; /* z-indexを有効にするため */
	border-bottom: 1px solid #ffffff;
    top: 0.5px;
}

.tab_content__block {
    display: none; }
.tab_content__block.is_active {
    display: block; }

.tab_content {
	position: relative;
	z-index: 1;
}

.tab_content .tab_content__block{
	background: #fff;
	border-right: 1px solid #fb9dae;
	border-left: 1px solid #fb9dae; 
	border-top: 1px solid #fb9dae;	
	border-bottom: 1px solid #fb9dae;	
	border-radius: 0 0 5px 5px;
	height: auto;
	padding: 10px 15px 3px;/*コンテンツ下の余白調整*/
	clear: both;
	overflow: hidden;
}
.tab_content .plan_inner {
  clear: both;
  /*overflow: hidden;*/
  margin-top: 20px;
}
.tab_content .plan_inner ul li {
  float: left;
  margin-left: 15px;
  margin-bottom: 20px;
}
.tab_content .plan_inner ul li:first-child {
  margin-left: 0px;
}
.tab_content .plan_inner ul li:nth-child(4) {
  margin-left: 0px;
}

/*SPのみ　ここから*/
@media screen and (max-width: 767px) {
  .tab li.tab_nav{
    padding: 5px 15px 2px;
    font-size: 4.2vw;
    width: 47.5%;
    margin-left: 0px;
	}
  .tab li:first-child{
	margin-left: 2%;
	}
  .tab_content{
	  width: 100%;
	}
  .tab_content .tab_content__block{
	  padding-top: 0px;
	  border-right:none;
	  border-left: none;
	 /* border-bottom: none;*/
	  border-radius: 0px;
	}
  .tab_content .plan_inner ul li {
	  float: none;
	  margin-left: 0px;
	}
  .tab_content .plan_inner ul li:last-child {
	  margin-bottom: 0px;
	}
  .tab_content .linkBox a {
	  font-size: 1.0em !important;
  }
}
	


	




		


	