@charset "utf-8";
@import "common.css?240805";

/** index
========================================*/
/*--( secFirstView )--*/
.secFirstView{
    min-height:210px;
    text-align:center;
    background:url(../img/plan/bgTitIndex.jpg) center top no-repeat;
    background-size:cover;
}
.secFirstView .tit{
    padding:20px 0 12px;
}
.secFirstView .txt{
    font-size:13px;
    color:#37332C;
    line-height:20px;
}

/*--( secPlan )--*/
.secPlan{
	text-align:center;
	padding:18px 0 9px;
}
.secPlan li{
	display:inline-block;
	width:144px;
	margin:0 4px 16px;
}
.secPlan li a{
    display: block;
    position: relative;
    width: 94.45%;
}
.secPlan li .notExistPlan{
    display:block;
    width:100%;
    /* padding:4px 0 0;
    background:#C30D24; */
    position: relative;
	width: 94.45%;
}
.secPlan li .img{
	width:136px;
	height: 76px;
	margin:0 auto;
	position:relative;
	z-index:5;
}

.secPlan li .imgFrame{
	width:100%;
	height:80px;
}
.secPlan li .tag{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.secPlan li .tit{
    font-size: 12px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    background: rgba(195, 13, 36, 80%);
    position: absolute;
    width: 95%;
    top: calc(50% - 13px);
    text-align: left;
    z-index: 9999;
    padding: 5px;
    box-sizing: border-box;
    right: 0px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secPlan li .tit::after {
	content: "";
	position: absolute;
	line-height: 1;
	top: 8px;
	right: 5px;
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	width: 5px;
	height: 5px;
}
.secPlan li .blockPrice{
	display:table;
	width:100%;
}
.secPlan li .thPrice{
	display:table-cell;
    height:76px;
	text-align:center;
	vertical-align:middle;
    background: #f60;
}
.secPlan li .thPrice .txt{
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.1;
}
.secPlan li .tdPrice{
	background:#fff;
	border-right:1px solid #C9C6BC;
	border-bottom:1px solid #C9C6BC;
    border-left: 1px solid #C9C6BC;
	height:60px;
	color:#37332C;
	font-weight:bold;
	vertical-align:middle;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    justify-content: flex-start;
	padding-top: 7px;
	box-sizing: border-box;
    padding-left: 14px;
}
.secPlan li .tdPrice .wrapPrice .in{
	text-align: left;
}
.secPlan li .tdPrice .wrapPrice .in + .in{
	margin-top: 4px;
}
.secPlan li .tdPrice .txtPrice1{
	font-size: 11px;
	font-weight: 500;
    color: #c5262b;
}
.secPlan li .tdPrice .txtPrice2{
	font-size: 10px;
	font-weight: 500;
}
.secPlan li .tdPrice .txtPrice1 .txtAttn{
	font-size:24px;
	color:#c5262b;
    font-family: Arial;
    min-width: 30px;
    display: inline-block;
    margin: 0 -3px;
}
.secPlan li .tdPrice .txtPrice2 .txtAttn{
	font-size:10px;
	font-weight: 500;
    font-family: Arial;
}
.secPlan li .tdPrice .txtTax{
	font-size: 10px;
	font-weight: 500;
}

/** details
========================================*/
.details .titPlan{
    font-size:20px;
    font-weight:bold;
    color:#f30;
    line-height:26px;
    padding:16px 0 11px;
}
/*--( blockPrice )--*/
.details .blockPrice{
    height:94px;
    background:#C30C24;
}
.details .blockPrice .ico{
    width:40px;
    height:40px;
    float:left;
    margin:24px 0 0 12px;
}
.details .blockPrice .txt{
    color:#fff;
    float:left;
    margin:14px 0 0 19px;
    display: inline-block;
}
.details .blockPrice .txt .tEx,
.details .blockPrice .txt .tIn{
    text-align: right;
}
.details .blockPrice .txt .tEx{
    font-size:13px;
    font-weight:bold;
}
.details .blockPrice .txt .tEx .txtAttn{
    font-size:35px;
}
.details .blockPrice .txt .tEx .txtTax{
    font-size:14px;
    font-weight: 500;
}
.details .blockPrice .txt .tIn{
    font-size:12px;
    font-weight:500;
    padding-top: 10px;
}
.details .blockPrice .txt .tIn .txtAttn{
    font-size:16px;
    font-weight:500;
}
.details .blockPrice .txt .tIn .txtTax{
    font-size:12px;
    font-weight: 500;
}

.details .imgFirst{ margin:0 0 15px; }
.details .txtFirst{
    font-size:13px;
    line-height:20px;
    margin:0 auto 14px;
}

/*--( blockAnchor )--*/
.details .blockAnchor{
    display:table;
    width:100%;
    margin:0 0 18px;
}
.details .blockAnchor a.btn{
    display:table-cell;
    width:25%;
    height:90px;
    box-sizing:border-box;
    text-align:center;
    vertical-align:middle;
    background:#C30C24;
    border-right:1px solid #fff;
}
.details .blockAnchor a.btn:last-child{
    border-right:none;
}

/*--( secPoint )--*/
.details .titPoint{
    width:86%;
    font-size:18px;
    font-weight:normal;
    text-align:center;
    line-height:136%;
    margin:0 auto 14px;
}
.details .secPoint{

}
.details .secPoint li{
    display:table;
    width:100%;
    margin:0 0 5px;
}
.details .secPoint li:last-child{
    margin:0;
}
.details .secPoint li .th{
    display:table-cell;
    width:60px;
    padding:7px 0;
    background:#37342D;
    text-align:center;
    vertical-align:middle;
}
.details .secPoint li .thCheck{
    display:table-cell;
    width:37px;
    background:#F4F2EC;
    border-top:1px solid #D6D1C2;
    border-bottom:1px solid #D6D1C2;
    text-align:right;
    vertical-align:top;
}
.details .secPoint li .td{
    display:table-cell;
    font-size:13px;
    line-height:18px;
    padding:11px 20px 11px 12px;
    vertical-align:middle;
    background:#F4F2EC;
    border:1px solid #D6D1C2;
    border-left:none;
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    -ms-border-radius:0 4px 4px 0;
    -o-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
}

/*--( secMerritt )--*/
.details .titMerritt{
    margin:0 auto 15px;
}
.details .secMerritt{
    padding:0 0 25px;
}
.details .secMerritt li{
    display:table;
    width:94%;
    margin:0 auto 5px;
}
.details .secMerritt .th{
    display:table-cell;
    width:65px;
    padding:20px 0;
    background:#f90;
    border:5px solid #f90;
    text-align:center;
    -webkit-border-radius:8px 0 0 8px;
    -moz-border-radius:8px 0 0 8px;
    -ms-border-radius:8px 0 0 8px;
    -o-border-radius:8px 0 0 8px;
    border-radius:8px 0 0 8px;
}
.details .secMerritt .td{
    display:table-cell;
    font-size:13px;
    line-height:18px;
    padding:8px 10px;
    background:#FEEFCD;
    border:5px solid #f90;
    vertical-align:middle;
}
.details .titSec{
    font-size:22px;
    text-align:center;
    color:#fff;
    background:#C30D24;
    padding:16px 0 12px;
}

/*--( secPrice )--*/
.details .txtPriceFirst{
    font-size:16px;
    line-height:136%;
    text-align:center;
    padding:12px 0 11px;
}
.details .secPrice{
    padding:0 0 20px;
}
.details .secPrice li{
    background:#C30D24;
    padding:0 0 6px;
    margin:0 0 10px;
}
.details .secPrice .blockTit{
    display:table;
    height:36px;
    color:#fff;
    font-size:14px;
    line-height:16px;
}
.details .secPrice .blockTit .txtNum{
    display:table-cell;
    width:60px;
    box-sizing:border-box;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
    background:#f90;
    border:1px solid #BF7300;
}
.details .secPrice .blockTit .tit{
    padding:10px 5px;
    font-weight:bold;
    vertical-align:middle;
}
.details .secPrice .blockData{
    display:table;
    width:96%;
    margin:0 auto;
    background:#FEF5E2;
    position:relative;
    z-index:5;
}
.details .secPrice .blockData .imgFrame{
    display:table-cell;
    width:140px;
    height:140px;
}
.details .secPrice .blockData .txtData{
    display:table-cell;
    padding:9px 10px;
}
.details .secPrice .txtData .tit{
    height:30px;
    box-sizing:border-box;
    padding:8px 0 0;
    text-align:center;
    margin:0 0 10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.details .secPrice .row01{
    width:130px;
    margin:0 auto;
    font-weight:bold;
    padding:0 0 4px;
}
.details .secPrice .row01 .txtAttn{
    font-size:33px;
    color:#C30C24;
}
.details .secPrice .row02{
    font-weight:bold;
    box-sizing:border-box;
    width:130px;
    margin:0 auto;
    padding:0 0 6px 90px;
}
.details .secPrice .txtIn{
    font-size:11px;
    text-align:center;
    padding:8px 4px 7px;
    color:#000;
    background:#E8E2D3;
}
.details .secPrice .blockTxt{
    width:96%;
    box-sizing:border-box;
    margin:0 auto;
    background:#fff;
    border-top:1px solid #B8AD9C;
    font-size:13px;
    line-height:20px;
    color:#630;
    padding:10px;
}
.details .secPrice .listMember .row01{
    font-size:28px;
}
.details .secPrice .listMember .blockTxt{
    box-sizing:border-box;
    height:59px;
}
.details .secPrice .blockMember{
    position:absolute;
    width:100%;
    height:200px;
    background:rgba(255,255,204,0.8);
    top:0;
    left:0;
    text-align:center;
    z-index:100;
}
.details .secPrice .blockMember .txt{
    padding:35px 0 10px;
}
.details .secPrice .blockMember .btnKey{
    width:50%;
    height:38px;
    margin:0 auto;
}

.details .secPrice .boxPrice{
    height: 58px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: -3px;
    box-sizing: border-box;
}
.details .secPrice .boxPrice .in{
    display: inline-block;
    text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;

}
.details .secPrice .boxPrice .tEx{
    font-size: 12px;
    font-weight: 700;
}
.details .secPrice .boxPrice .tEx .txtAttn{
    font-size: 23px;
    font-weight: 700;
    color: #c30c24;
    margin-left: 1px;
    letter-spacing: -0.5px;
}
.details .secPrice .boxPrice .tEx .txtTax{
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
}
.details .secPrice .boxPrice .tIn{
    font-size: 10px;
    font-weight: 500;
    margin-top: 5px;
}
.details .secPrice .boxPrice .tIn .txtAttn{
    font-size: 18px;
    font-weight: 500;
    margin-left: 2px;
}
.details .secPrice .boxPrice .tIn .txtTax{
    font-size: 10px;
    font-weight: 500;
    margin-left: 5px;
}

/*--( secGallery )--*/
.details .secGallery{
    margin:0 auto 19px;
}
.details .txtGalleryFirst{
    font-size:16px;
    line-height:136%;
    text-align:center;
    padding:10px 0;
}
.details .secGallery .blockTit{
	display:table;
	width:100%;
	height:70px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	position:relative;
	border:#CCCCCC solid 1px;
	box-sizing:border-box;
    background:-moz-linear-gradient(top,#fff,#EAEAEA);
    background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#EAEAEA));
}
.details .secGallery .blockTit .tit{
	display:table-cell;
    box-sizing:border-box;
	height:68px;
	border:1px solid #fff;
	padding:4px 10px 0;
	overflow:hidden;
	vertical-align:middle;
    -webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.details .secGallery .blockTit .tit span{
	display:inline-block;
    font-size:14px;
	line-height:20px;
	max-height:40px;
	overflow:hidden;
	text-decoration:none;
	color:#06c;
}
.details .secGallery .blockTit .tagNew{
	position:absolute;
	top:-13px;
	left:12px;
}
.details .secGallery .blockData{
    margin:0 auto;
	padding:20px 0 11px;
	background:#F5F3F1;
	border:1px solid #D7D1CC;
	border-top:none;
}
@media screen and (max-width:320px) {
    .details .secGallery .blockTit .tit{
        width:300px;
    }
    .details .secGallery .blockData{
        box-sizing:border-box;
        width:300px;
    }
}
.details .secGallery .imgFrame{
	display:block;
	width:280px;
	height:180px;
	margin:0 auto;
}
.details .listMember .imgFrame{
	text-align:center;
	z-index:10;
}
.details .listMember .txtRegister{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
}
.details .listMember .imgFrame .btnFrame{
	position:relative;
	z-index:100;
	padding:120px 0 0;
}
.details .listMember .imgFrame .btnKey{
	width:146px;
	height:38px;
	margin:0 auto;
}
.details .secGallery .listNum{
    width:94%;
	padding:4px 0 5px;
	margin:0 auto;
	font-size:15px;
	font-family:Verdana;
	line-height:30px;
	border-bottom:1px dotted #999;
}
.details .secGallery .titPrice{
	display:inline-block;
	width:91px;
	font-size:12px;
	color:#fff;
	background:#f90;
	text-align:center;
}
.details .secGallery .txtPrice{
	font-size:22px;
	letter-spacing:-0.05em;
	vertical-align:-2px;
	color:#c30;
}
.details .secGallery .listMember .txtPrice{
	font-size:15px;
	font-weight:bold;
	vertical-align:inherit;
}
.details .secGallery .titNum{
	display:inline-block;
	padding:0 8px;
	font-size:12px;
	color:#fff;
	background:#630;
	text-align:center;
}
.details .secGallery .blockTag{
    width:94%;
	margin:0 auto;
	padding:6px 0 1px;
	border-bottom:1px dotted #999;
}
.details .secGallery .blockTag li{
	display:inline-block;
	min-width:39px;
	line-height:25px;
	padding:0 8px;
	margin:0 3px 3px 0;
	color:#fff;
	text-align:center;
	float:left;
}
.details .secGallery .blockTag.block01 li{ background:#37342D; }
.details .secGallery .blockTag.block02 li{ background:#f36; }

.details .bnrCatalog{
    display:block;
    margin:0 auto 34px;
}
.details .txtFree{
    padding:0 5% 8px;
    text-align:center;
    box-shadow:0 0 0 #fff inset, 0 -95px 0 #fc0 inset;
    -webkit-box-shadow:0 0 0 #fff inset, 0 -95px 0 #fc0 inset;
    -moz-box-shadow:0 0 0 #fff inset, 0 -95px 0 #fc0 inset;
}
.details .txtToGo{
    box-shadow:0 0 0 #fff inset, 0 -31px 0 #C30D24 inset;
    -webkit-box-shadow:0 0 0 #fff inset, 0 -31px 0 #C30D24 inset;
    -moz-box-shadow:0 0 0 #fff inset, 0 -31px 0 #C30D24 inset;
}

/*--( secShowroom )--*/
.details .titShowroomSec{
    font-size:20px;
    padding:6px 0 12px;
}
.details .txtShowroomFirst{
    font-size:15px;
    color:#39c;
    padding:18px 0 14px;
    text-align:center;
}
.details .secShowroom{
    padding:0 0 15px;
}
.details .secShowroom .th{
    background:#39c;
    border:5px solid #39c;
}
.details .secShowroom .td{
    background:#ffc;
    border:5px solid #39c;
}
.details .titStaff{
    text-align:center;
    margin:0 0 19px;
}
.details .secStaff{
    margin:0 auto 20px;
}
.details .secStaff .bnrShowroom,
.details .secStaff .bnrStaff{
    display:block;
    width:48%;
}
.details .secStaff .bnrShowroom{ float:left; }
.details .secStaff .bnrStaff{ float:right; }



.details .secPrice .blockTxt .txtBox,
.secPrice .btnCon{
    width: 100%;
}
.details .secPrice .blockTxt .btnContact {
	display: block;
	width: 177px;
	height: 45px;
	background-color: #3399cc;
	box-shadow: 0 -6px 0 #2c82ae inset;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	margin: 8px auto 10px;
	position: relative;
}
.details .secPrice .blockTxt .btnContactTxt {
	font-size: 11px;
	font-weight: bold;
	line-height: 45px;
	color: #fff;
}