@charset "utf-8";

/**
 *
 *  メニューインデックスページcss
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
.p_ttl-area .page-ttl{
	width: 300px;
}
.p_ttl-area img.u_pc{
	margin-top: 2px;
}
.p_ttl-area img.u_sp{
	margin-top: 3px;
}

/* @SP */
@media (max-width: 767px) {
	.p_ttl-area .page-ttl{
		width: auto;
	}
}

.c_ttl-style01{
	min-height: 30px;
}

/*--------------------------------------------------------------------------
  	main-area
---------------------------------------------------------------------------*/

.main-area{
	overflow: hidden;
	padding-bottom: 40px;
}
.main-area a{
	display: block;
}
.main-area .left{
	float: left;
	margin-right: 30px;
}
/* left slider
-----------------------------------------------------------------*/
.main-area .left .slider{
	position: relative;
}
.main-area .left .slider .inner{
	position: relative;
	overflow: hidden;
	width: 529px;
}
.main-area .left .slider .inner .list{
	position: absolute;
	top: 0;
	left: 0;
}
.main-area .left .slider .inner .list li{
	float: left;
	width: 529px;
}
.main-area .left .slider .pointer-wrap{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}
.main-area .left .slider .pointer-wrap ul{
	letter-spacing: -.4em;
	text-align: center;
}
.main-area .left .slider .pointer-wrap ul li{
	display: inline-block;
	letter-spacing: normal; 
}
.main-area .left .slider .pointer-wrap ul li a{
	-webkit-border-radius: 12px;  
	border-radius: 12px;  
	display: block;  
	width: 12px;  
	height: 12px;  
	margin: 0 6px;  
	background: #B8B6B1;  
	text-decoration: none;
}
.main-area .left .slider .pointer-wrap ul li a:hover,
.main-area .left .slider .pointer-wrap ul li.active a{  
	background: #A9151A;  
}  

.main-area .right{
	overflow: hidden;
}
.main-area .right .list{
	overflow: hidden;
	margin-right: -31px;
}
.main-area .right .list li{
	float: left;
	margin: 28px 31px 0 0;
}
.main-area .right .list li:first-child{
	width: 100%;
	margin: 0;
}

/* @SP */
@media all and (max-width: 767px) {
	.main-area{
		padding: 13px 0;
	}
	.main-area .left{
		width: 100%;
		margin-right: 0;
	}
	/* left slider
	-----------------------------------------------------------------*/		
	.main-area .left .slider .inner{
		width: 100%;
	}
	.main-area .left .slider .inner .list li{
		width: 100%;
		margin: 0 auto;
	}
	.main-area .left .slider .pointer-wrap{
		bottom: 5%;
		height: 8px;
	}
	.main-area .left .slider .pointer-wrap ul li a{
		-webkit-border-radius: px;  
		border-radius: 12px;  
		width: 8px;  
		height: 8px;  
		margin: 0 6px;  
	}
	.main-area img{
		width: 100%;
		height: auto;
	}
	.main-area .right{
		width: 100%;
	}
	.main-area .right .list{
		margin: 0;
	}
	.main-area .right .list li{
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		float: left;
		width: 50%;
		margin: 10px 0 0;
	}
	.main-area .right .list li:nth-child(odd){
		padding-left: 5px;
	}
	.main-area .right .list li:nth-child(even){
		padding-right: 5px;
	}	
	.main-area .right .list li:first-child{
		width: 100%;
		margin: 10px 0 0;
		padding: 0;
	}
}


/*--------------------------------------------------------------------------
  	nav-anchor
---------------------------------------------------------------------------*/

.nav-anchor{
	position: relative;
	padding: 30px 0;
}


/*--------------------------------------------------------------------------
  	sec-wrap
---------------------------------------------------------------------------*/

.sec-wrap .sec{
	margin-top: 25px;
	padding-top:  10px;
	background: #FFF;
	padding: 30px;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}
.sec-wrap .sec .sec-ttl a{
	float: left;
	display: block;
	cursor: default;
	text-decoration: none;
}
.sec-wrap .sec .sec-ttl a:hover{
	cursor: default;
}
.sec-wrap .sec .sec-ttl .ico{
	display: inline-block;
	margin-right: 10px;
	padding: 3px 8px;
	background: #A6151C;
	font-size: 14px;
	color: #FFF;
	vertical-align: middle;
}

/* item-list
-----------------------------------------------------------------*/
.sec-wrap .sec .item-list li{
	float: left;
}
.sec-wrap .sec .item-list li{
	width: 25%;
	margin-top: 15px;
}
.sec-wrap .sec .item-list li a{
	display: block;
	text-decoration: none;
}

.sec-wrap .sec .item-list li span{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.sec-wrap .sec .item-list li .img{
	text-align: center;
}
.sec-wrap .sec .item-list li .img img{
	width: 200px;
	height: auto;
}
.sec-wrap .sec .item-list li .txt-wrap{
	margin-top: 20px;
	padding-right: 20px;
	word-break: break-all;
}
.sec-wrap .sec .item-list li .txt-wrap .ttl{
	font-size: 14px;
}
.sec-wrap .sec .item-list li .txt-wrap .note{
	color: #AA151B;
	font-size: 11px;
}
.sec-wrap .sec h3.sec-ttl .annotation{
	float: left;
	clear: both;
	color: #AA151B;
	font-size: 11px;
	margin-left: 10px;
}
.sec-wrap .sec h3.sec-ttl .annotation-list{
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	
}

/* @SP */
@media (max-width: 767px) {
	.sec-wrap .sec h3.sec-ttl .annotation-list{
		display: none;
	}
}


/* other
-----------------------------------------------------------------*/
.sec-wrap .other{
	position: relative;
	margin-top: 50px;
}
.sec-wrap .other .note{
	font-size: 12px;
	background: #FFF;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	padding: 35px 300px 35px 30px;
}
.sec-wrap .other .note li{
	margin-top: 2px;
}
.sec-wrap .other .note li:first-child{
	margin-top: 0;
}
.sec-wrap .other .btn-list{
	position: absolute;
	top: 50%;
	margin-top: -95px;
	right: 30px;
}
.sec-wrap .other .btn-list li{
	margin-top: 5px;
	font-size: 10px;
}
.sec-wrap .other .btn-list li:first-child{
	margin-top: 0;
}
.sec-wrap .other .btn-list li a{
	padding: 12px 10px;
}
.sec-wrap .other .btn-list li a span{
	padding-left: 24px;
}

.sec-wrap .other .caution{
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 25px;
	padding: 12px 20px;
	border: solid 1px #AB141B;
	font-size: 14px;
	background: #FFF;
}
.sec-wrap .other .caution p{
	padding-left: 40px;
	background: url(/shared/images/ico_caution.png) no-repeat 0 46%;
	background-size: 26px auto;
}

/* @SP */
@media (max-width: 767px) {
	.sec-wrap{
		border-top: solid 1px #7F7F7F;
	}
	.sec-wrap .sec{
		margin: 0;
		padding: 0;
	}
	.sec-wrap .sec .sec-ttl{
		margin: 0;
		padding: 0;
		border: none;
	}
	.sec-wrap .sec .sec-ttl a{
		position: relative;
		float: none;
		padding: 14px 10px 13px 52px;
	}
	.sec-wrap .sec .sec-ttl a.active{
	}
	.sec-wrap .sec .sec-ttl .ico{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 7px;
		padding: 1px 10px;
		background: #FFF;
		font-size: 11px;
		color: #000;
		border: solid 1px #000;
	}
	.sec-wrap .sec .sec-ttl a:after{
		content: "";
		position: absolute;
		display: block;
		top: 50%;
		right: 13px;
		width: 18px;
		height: 12px;
		margin-top: -6px;
		background: url(/shared/images/ico_arw13.png) no-repeat;
		background-size: 18px 12px;
	}
	.sec-wrap .sec .sec-ttl a.active:after{
		background: url(/shared/images/ico_arw14.png) no-repeat;
		background-size: 18px 12px;
	}	
	/*　各タイトルアイコン
	-----------------------------------------------------------------*/
	.sec-wrap .sec .sec-ttl a .menu-ico{
		display: block;
		position: absolute;
		top: 50%;
		left: 10px;
		width: 35px;
		height: 35px;
		margin-top: -17px;
		background-size: 35px 35px;
		background-repeat: no-repeat;
	}
	.sec-wrap .sec .sec-inner{
		border-top: solid 1px #7F7F7F;
		height: 0;
		overflow: hidden;
	}
	.sec-wrap .sec .sec-inner.acc-open{
		border-bottom: solid 1px #7F7F7F;
	}
	/* item-list
	-----------------------------------------------------------------*/
	.sec-wrap .sec .item-list{
		padding: 10px 0;
	}
	.sec-wrap .sec .item-list li{
		width: 50%;
		margin-top: 15px;
	}
	.sec-wrap .sec .item-list li:nth-child(1),
	.sec-wrap .sec .item-list li:nth-child(2){
		margin-top: 0;
	}
	.sec-wrap .sec .item-list li .img{
		padding: 0 25px;
	}
	.sec-wrap .sec .item-list li .img img{
		width: 100%;
		max-width: 375px;
		height: auto;
		margin: 0 auto;		
	}
	.sec-wrap .sec .item-list li .txt-wrap{
		margin-top: 0;
		line-height: 1.4;
	}
	.sec-wrap .sec .item-list li .txt-wrap .ttl{
		font-size: 10px;
		font-weight: bold;
	}
	.sec-wrap .sec .item-list li .txt-wrap .price{
		margin-top: 2px;
		font-size: 9px;
	}
	.sec-wrap .sec .item-list li .txt-wrap .note{
		margin-top: 4px;
		font-size: 10px;
	}
	.sec-wrap .sec .sec-inner .annotation{
		margin-top: 5px;
		color: #AA151B;
		font-size: 10px;
		font-weight: bold;
	}

	/* other
	-----------------------------------------------------------------*/
	.sec-wrap .other{
		margin-top: 23px;
	}
	.sec-wrap .other .note{
		padding-right: 0;
		font-size: 10px;
		line-height: 1.7;
		padding: 0;
	}
	.sec-wrap .other .btn-list{
		position: static;
		margin-top: 15px;
	}
	.sec-wrap .other .caution{
		margin-top: 23px;
		padding: 15px;
		border: none;
		background: #F7F7F7;
		font-weight: bold;
		font-size: 10px;
	}
	.sec-wrap .other .caution p{
		padding-left: 30px;
		background-size: 21px auto;
		background-position: 0 0;
	}
}


/*--------------------------------------------------------------------------
  	sec-ginmi
---------------------------------------------------------------------------*/

.sec-ginmi .lead-box{
	overflow: hidden;
	margin-top: 30px;
}
.sec-ginmi .lead-box .txt{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* @SP */
@media all and (max-width: 767px) {
	.sec-ginmi .lead-box{
		margin-top: 15px;	
	}
	.sec-ginmi .lead-box .txt{
		width: 100%;
		font-size: 12px;
	}
}
	