@charset "utf-8";

/*==============================
	基本設定
==============================*/
/* @font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight:200;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight:400;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.otf) format('opentype');
} */


body{
	color:#000;
	font-size:12px;
	/*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
	margin:0;
	padding:0;
	text-align:left;
	background:#FFF;
	-webkit-text-size-adjust:100%;
	min-width:1040px;
	position:relative;
	font-weight:400;
	letter-spacing: 0.08em;
}
body *, body *::before, body *::after{box-sizing:border-box;}
@media only screen and (max-width:767px){
	body{
		min-width:0;
	}
}

img{vertical-align:bottom;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
th{
	font-weight:normal;
	text-align:left;
}

/*font layout*/
.fBold{font-weight:bold;}
.fRed{color:#FF0000;}
.fRed2{color:#CC3333 !important;}
.fRobot{font-family: 'Roboto', sans-serif;}
.fSerif{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif Japanese", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.f100{font-weight:100;}
.f200{font-weight:200;}
.f300{font-weight:300;}
.f400{font-weight:400;}
.f500{font-weight:500;}
.f700{font-weight:700;}
.fNoto{font-family:'Noto Sans JP', sans-serif;}

/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover{ filter:alpha(opacity=80);opacity:0.8; }
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.ro a,
a.ro,
a .ro,
.brt a,
a.brt,
a .brt{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.ro .no_ro a:hover,
.ro a.no_ro:hover{ filter:alpha(opacity=100);opacity:1; }
a:focus{outline:none;}

.spOnly,
.brSp,
.brTb,
.imgSp{
	display:none !important;
}
.brTbNone{
}
a{text-decoration:none;}
.disnone{display:none;}
@media only screen and (max-width:1460px){
	.imgRT{
		width:100%;
		height:auto;
	}
	.brTb{
		display:inline !important;
	}
	.brTbNone{
		display:none !important;
	}
}
@media only screen and (max-width:767px){
	.spNone,
	.brPc,
	.imgPc{
		display:none !important;
	}
	.spOnly{
		display:block !important;
	}
	.brSp,
	.imgSp{
		display:inline !important;
	}
	.imgR{
		width:100%;
		height:auto;
	}
	.ro .slick-slide a:hover{filter:alpha(opacity=100);opacity:1;}
}
/*-----------------------------------------------
	imgCover
-----------------------------------------------*/
.imgCover{
	position:relative;
}
.imgCover img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
/*-----------------------------------------------
	imgCover
-----------------------------------------------*/
.imgFit{
	overflow: hidden;
	position: relative;
}
.imgFit img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide{
	opacity: 0;
	-webkit-transform: translate(0px, 50px);
	transform: translate(0px, 50px);
	-webkit-transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), -webkit-transform 1.5s cubic-bezier(0.18, 1.00, 0.29, 1.00);
	transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), -webkit-transform 1.5s cubic-bezier(0.18, 1.00, 0.29, 1.00);
	transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 1.5s cubic-bezier(0.18, 1.00, 0.29, 1.00);
	transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 1.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), -webkit-transform 1.5s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.jsHide.jsShow{
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
@media only screen and (max-width:767px){
	.jsHide.jsShowSp{
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

/*-----------------------------------------------
	contents
-----------------------------------------------*/
#container{
	width:100%;
	position:relative;
	overflow:hidden !important;
}
.wrapper1200{
	width:1200px;
	margin:0 auto;
}
@media only screen and (max-width:1240px){
    .wrapper1200{
        width:1000px;
        margin:0 auto;
    }    
}
@media only screen and (max-width:767px){
	.wrapper1200{
		width:100%;
	}
}

/*-----------------------------------------------
	header
-----------------------------------------------*/
#header {
	text-align: center;
	border-bottom: 6px solid #f5f9f5;
	margin-bottom: 80px;
}

.header_bg {
	padding: 35px 0 0;
	height: 121px;
	position: relative;
	background-color: #fff;
	z-index: 2;
}

.titHeader {
	width: 180px;
	display: block;
	margin: 0 auto;
	z-index: 50;
	position: relative;
}

@media only screen and (max-width: 767px) {
	#header {
		margin-bottom: 25px;
	}

	.header_bg {
		padding: 10px 0 0;
		height: 55px;
	}

	.titHeader {
		width: 100px;
		display: block;
		margin: 0 auto;
	}
}

/*-----------------------------------------------
	sideOpen
-----------------------------------------------*/
.menu_wrapper1200 {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#sideOpen {
	position: absolute;
	top: 45px;
	right: 32px;
	z-index: 100;
}

#sideOpen .boxMenu {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	width: 42px;
	height: 40px;
	cursor: pointer;
	position: fixed;
	background-color: #fff;
	padding: 10px;
}

#sideOpen .boxMenu span:nth-child(-n + 3) {
	position: absolute;
	right: 5px;
	width: 32px;
	height: 4px;
	background: #3a291f;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#sideOpen .boxMenu span:nth-of-type(1) {
	top: 7px;
}

#sideOpen .boxMenu span:nth-of-type(2) {
	top: 18px;
}

#sideOpen .boxMenu span:nth-of-type(3) {
	top: 29px;
}

.menuOpen #sideOpen {
	background: none;
}

.menuOpen #sideOpen .boxMenu {
	width: 42px;
	height: 40px;
	margin: 0 auto;
	background-color: transparent;
}

.menuOpen #sideOpen .boxMenu span:nth-child(-n + 3) {
	height: 4px;
}

.menuOpen #sideOpen .boxMenu span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
	top: 5px;
	width: 32px;
}

.menuOpen #sideOpen .boxMenu span:nth-of-type(3) {
	-webkit-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
	top: 5px;
	width: 32px;
}

.menuOpen #sideOpen .boxMenu span:nth-of-type(2) {
	opacity: 0;
}

@media only screen and (max-width: 767px) {

	#sideOpen {
		width: 28px;
		top: 8px;
		right: 15px;
	}

	#sideOpen .boxMenu {
		float: none;
	}

	#sideOpen .boxMenu span:nth-child(-n + 3) {
		width: 28px;
		height: 3px;
		right: 7px;
	}

	#sideOpen .boxMenu span:nth-of-type(1) {
		top: 10px;
	}

	#sideOpen .boxMenu span:nth-of-type(2) {
		top: 20px;
	}

	#sideOpen .boxMenu span:nth-of-type(3) {
		top: 30px;
	}

	.menuOpen #sideOpen .boxMenu span:nth-child(-n + 3) {
		height: 3px;
	}

	.menuOpen #sideOpen .boxMenu span:nth-of-type(1) {
		width: 28px;
	}

	.menuOpen #sideOpen .boxMenu span:nth-of-type(3) {
		width: 28px;
	}
}


/*-----------------------------------------------
	spMenu
-----------------------------------------------*/
#spMenu {
	position: fixed;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	background: #f1f4f1;
	top: 0;
	left: 0;
	display: none;
	z-index: 100;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	line-height: 1.6;
}

#spMenu .wrapper1200 {
	padding: 100px 100px 20px;
	overflow: hidden;
}

#spMenu .spMenu-top {
	margin-bottom: 20px;
}

#spMenu .spMenu-top a {
	background-color: #fff;
	color: #333;
	display: block;
	font-size: 18px;
	text-align: center;
	padding: 30px 0;
}

#spMenu .spMenu-top a span {
	padding-left: 60px;
	position: relative;
}

#spMenu .spMenu-top a span:before {
	content: "";
	position: absolute;
	background-image: url(../img/common/btn-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 50px;
	height: 50px;
}

#spMenu .spMenu-top a+div {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

#spMenu .spMenu-top div a {
  	width: calc(100% / 3 - 3px);
}

#spMenu .spMenu-top div a:nth-child(1) span,
#spMenu .spMenu-top div a:nth-child(2) span,
#spMenu .spMenu-top div a:nth-child(3) span {
	padding-left: 40px;
}

#spMenu .spMenu-top div a:nth-child(1) span:before {
	background-image: url(../img/common/head-icon1.png);
	height: 29px;
	width: 31px;
}

#spMenu .spMenu-top div a:nth-child(2) span:before {
	background-image: url(../img/common/head-icon2.png);
	height: 28px;
	width: 29px;
}

#spMenu .spMenu-top div a:nth-child(3) span:before {
	background-image: url(../img/common/head-icon3.png);
	height: 27px;
	width: 30px;
}

#spMenu .btnList {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	padding: 25px 45px;
}

#spMenu .btnList ul {
	width: calc(100% / 3 - 30px);
	margin: 0 15px;
}

#spMenu .btnList li {
	border-bottom: 1px solid #e4e4e4;
}

#spMenu .btnList .btnNav {
	padding: 20px;
	display: block;
	color: #000;
	font-size: 16px;
	letter-spacing: 1px;
}

#spMenu .btnList .btnNav span {
	position: relative;
	padding-left: 15px;
}

#spMenu .btnList .btnNav span:before {
	position: absolute;
	content: "";
	background-image: url(../img/common/icon_window.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 6px;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 6px;
}

#spMenu .btnList .btn {
	border-radius: 3px;
	background: #3a291f;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 0;
	display: block;
}

#spMenu .btnList .btnMember {
	background: #86bf21;
	margin-top: 15px;
}

#spMenu .btnList .btnSearch {
	background: #ff6701;
	margin-top: 15px;
}

@media only screen and (max-width: 768px) {
	#spMenu {
	}
	#spMenu .wrapper1200 {
		background: none;
    		padding: 20px 0 50px;
		width: 90%;
	}

	#spMenu .spMenu-top {
		margin-bottom: 5px;
	}

	#spMenu .btnList {
		text-align: left;
		display: block;
		padding: 0;
	}

	#spMenu .btnList ul {
		margin: 0;
		width: 100%;
	}/*
	#spMenu .btnList li {
	}*/
	#spMenu .btnList .btnNav {
		padding: 10px 20px;
		font-size: 14px;
		letter-spacing: 1px;
	}

	#spMenu .btnList2 .cmnBtn {
		margin: 10px auto 0;
	}

	#spMenu .spMenu-top a {
		font-size: 14px;
	}

	#spMenu .spMenu-top div a {
		padding: 15px 0;
	}

	#spMenu .spMenu-top div a span {
		padding: 20px 0;
	}

	#spMenu .spMenu-top div a:nth-child(1) span,
	#spMenu .spMenu-top div a:nth-child(2) span,
	#spMenu .spMenu-top div a:nth-child(3) span {
		padding-left: 0;
	}

	#spMenu .spMenu-top div a:nth-child(1) span:before,
	#spMenu .spMenu-top div a:nth-child(2) span:before,
	#spMenu .spMenu-top div a:nth-child(3) span:before {
		display: block;
		width: 100%;
		position: relative;
		transform: none;
		top: 0;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 480px){
  #spMenu .wrapper1200 {
    padding: 20px 0 70px;
  }
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz li{
	display: inline-block;
	vertical-align: top;
	padding: 12px 0 0;
	line-height: 20px;
	letter-spacing: 3px;
	font-size:12px;
	color:#000;
	font-weight:500;
	width:auto !important;
}
#pnkz li::before{
	content: ">";
	display: inline-block;
	padding: 0 7px 0 10px;
	font-size:10px;
}
#pnkz li:first-child::before{
	display: none;
}
#pnkz li a{
	color: #85BF1F;
	font-size: 12px;
}
#pnkz .swiper-slide{
	display: inline-block;
	float: none !important;
	cursor: default;
}
@media only screen and (max-width: 767px){
	#pnkz{
		overflow: hidden;
		margin-top:10px;
	}
	#pnkz li{
		max-width:200px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding: 5px 0 0;
		font-size:12px;
	}
	#pnkz li a{
		font-size:12px;
	}
	#pnkz li::before{
		color: #000;
		padding: 0 2px 0 2px;
	}
	#pnkz li:first-child{
		padding-left: 2.5%;
	}
	#pnkz li:last-child{
		max-width: 60%;
	}
}

/*-----------------------------------------------
	footer
-----------------------------------------------*/
footer {
	text-align: center;
	padding: 80px 0 60px;
	line-height: 1.6;
}
footer a {
	color: #333333;
}
footer img {
	width: 100%;
}
footer .inner {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
footer .logo{
	width: 180px;
	margin: 0 auto;
}
footer .footerLink {
	text-align: left;
	width: 100%;
	margin: 40px auto;
	overflow: hidden;
	border: none;
}
footer .menuLink {
  width: 100%;
  margin-bottom: 50px;
}
footer .adrLink {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer address {
	font-style: normal;
	margin: 20px 0;
}
footer address:first-child {
	margin-top: 0;
}
footer address h2 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	height:2em;
	line-height:1.2;
}
footer address .freedial {
  background: url(/images/icon_freedial2.png) left center no-repeat;
  background-size: 28px 18px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 10px 0 0 0;
  padding: 0 0 0 40px;
}
footer address .address {
	font-size: 14px;
	letter-spacing: 0.5px;
	margin: 10px 0 0 0;
}
footer address .tel {
	font-size: 14px;
	letter-spacing: 0.5px;
	margin: 5px 0 0 0;
}
footer address .notes1 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 5px 0 0 0;
}
footer address .notes2 {
	font-size: 10px;
	letter-spacing: 0.5px;
	margin: 5px 0 0 0;
}
footer nav {
	overflow: hidden;
}
footer nav .menuList{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
footer nav ul.textLink {
	overflow: hidden;
	float: left;
}
footer nav ul.textLink li {
	background: url(/images/icon_arrow1.png) left center no-repeat;
	background-size: 7px 9px;
	font-size: 14px;
	margin: 20px 0 0 0;
	padding: 0 0 0 15px;
}
footer nav ul.textLink li.sns {
	background: url(/images/icon_window.png) left center no-repeat;
	background-size: 10px 15px;
}
footer nav ul.btnLink {
	display:flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 30px 0 0;
	overflow: hidden;
}
footer nav ul.btnLink li {
	margin: 0 40px 0 0;
	overflow: hidden;
	float: left;
}

footer nav ul.btnLink li a {
	background: #3a291f url(/images/icon_arrow2.png) right 10px center no-repeat;
	background-size: 5px 8px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	width: 170px;
	height: 46px;
	margin: 0 10px 0 0;
	display: table-cell;
	vertical-align: middle;
	border-radius: 5px;
}
footer .footerMap {
	max-width: 1000px;
	width: 100%;
		height: 303px;
	}
footer .logoHH {
	width: 223px;
	margin: 60px auto;
	transition: 0.3s;
}
footer .logoHH:hover {
	opacity: 0.6;
}
footer .cr {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}

@media only screen and (max-width:767px){
	footer {
		padding: 30px 10px 60px;
	}
	footer .footerLink {
		margin: 30px auto 40px;
	}
	footer .menuLink {
		display: none;
	}
	footer .adrLink ul {
      margin: 15px auto;
    }
	footer .footerMap {
		width: 100%;
		height: 303px;
	}
	footer .logoHH {
		width: 180px;
		margin: 30px auto;
	}
	footer .adrLink ul {
		margin: 15px auto;
	}
	footer address .freedial {
		margin: 0;
	}
	footer address .address {
		margin: 0;
	}
	footer address .tel {
		margin: 0;
	}
}

/*-----------------------------------------------
	secStatus
-----------------------------------------------*/
.secStatus .boxLog{
	background:#EEE7DF;
	letter-spacing:1px;
	height:40px;
	padding:15px 13px 0;
	border-radius:3px;
	width:880px;
	font-weight:500;
	float:left;
}
.secStatus .boxLog2{
    width: 1040px;
}
.secStatus .btnList{
	float:right;
	width:310px;
}
.secStatus .btnList2{
	width:150px;
}
.secStatus .btnList .btn{
	border-radius:3px;
	background:#3A291F;
	color:#FFF;
	text-align:center;
	width:150px;
	height:40px;
	float:left;
	font-size:14px;
	letter-spacing:0.5px;
	padding:13px 0 0;
	font-weight:500;
}
.secStatus .btnList .btnMember{
	float:right;
	background:#86BF21;
}
@media only screen and (max-width: 1240px){
    .secStatus .boxLog{
        width:680px;
    }
    .secStatus .boxLog2{
        width: 840px;
    }    
}
@media only screen and (max-width: 767px){
	.secStatus .boxLog{
		height:auto;
		padding:10px 10px 8px;
		border-radius:0;
		width:100%;
		float:none;
		letter-spacing:0px;
		line-height:1.4;
		font-size:12px;
	}
	.secStatus .btnList{
		float:none;
		width:95%;
		margin:10px auto 0;
	}
	.secStatus .btnList .btn{
		width:49%;
		font-size:12px;
		padding:14px 0 0;
	}
    .secStatus .btnList2 .btn{
        display: block;
        margin: 0 auto;
        float: none;
    }
}
/*-----------------------------------------------
	cmnTitTop
-----------------------------------------------*/
.cmnTitTop{
	text-align:center;
	color:#85BF20;
	font-size:26px;
	letter-spacing:6px;
	font-weight:500;
	margin:-22px auto 58px;
	width:1000px;
	line-height:1.4;
}
@media only screen and (max-width: 767px){
	.cmnTitTop{
		width:95%;
		font-size:18px;
		letter-spacing:2px;
		margin:20px auto 25px;
	}
}

/*cmnTitBox*/
.cmnTitBox{
	text-align:center;
	margin:0 auto 42px;
}
.cmnTitBox .cmnTitSub{
	font-size:25px;
	letter-spacing:3px;
	margin-top:12px;
}
.cmnTitBox .cmnTit{
	font-size:16px;
	letter-spacing:4px;
	margin-top:20px;
	font-weight:500;
	line-height:1.4;
}
@media only screen and (max-width:767px){
	.cmnTitBox{
		margin:0 auto 25px;
	}
	.cmnIcon{
		width:28px;
		margin:0 auto;
	}
	.cmnTitBox .cmnTitSub{
		font-size:18px;
		letter-spacing:2px;
		margin-top:8px;
	}
	.cmnTitBox .cmnTit{
		font-size:13px;
		letter-spacing:2px;
		margin-top:12px;
	}	
}

.txtNone{
    margin: 100px auto;
    font-size: 14px;
    text-align: center;
    line-height: 2;
}
.txtErrorTop{
    margin: 40px 0;
    text-align: center;
}
.txtErrorTop a{
    color: #FF0000;
    font-size: 14px;
    line-height: 1.8;
    text-decoration: underline;
}
@media only screen and (max-width:767px){
    .txtNone{
        font-size: 12px;
		line-height: 1.8;
		margin: 50px auto;
    }
    .txtErrorTop{
        margin: 30px auto;
        text-align: left;
        width: 95%;
    }
    .txtErrorTop a{
        line-height: 1.4;
        display: block;
        text-align: left;
        font-size: 12px;
    }
}

/*-----------------------------------------------
	secCmnRecommend
-----------------------------------------------*/
.secCmnRecommend .boxMain{
	background: #eee7df;
	padding: 50px 0;
	font-weight: 500;
}
.secCmnRecommend .swiper-button-prev,
.secCmnRecommend .swiper-button-next{
	display: none;
}
.secCmnRecommend .itemList{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;	
}
.secCmnRecommend .item{
	display: block;
	width: 261px;
	margin: 0 52px 52px 0;
	background: #FFF;
	border: 1px solid #D5DCE0;
}
.secCmnRecommend .item:nth-child(4n){
	margin-right: 0;
}
.secCmnRecommend .item:nth-child(n+5){
	display: none;
}
.secCmnRecommend .txtMore{
	font-size: 12px;
	text-align: center;
	margin-top: 2px;
	letter-spacing: 1px;
}
.secCmnRecommend .txtMore .inner{
	padding-left: 20px;
	position: relative;
}
.secCmnRecommend .txtMore .inner::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 6px solid #333;
	position: absolute;
	top: 5px;
	left: 0;
}
.secCmnRecommend .item .wrapperItem{
	padding: 18.99px 18.99px 7px;
}
.secCmnRecommend .item .boxImg{
	display: block;
	position: relative;
}
.secCmnRecommend .item .boxImg .img{
	height: 0;
	padding-top: 66.8%;
	position: relative;
}
.secCmnRecommend .item .boxImg .ico{
	display: inline-block;
	background: #CC0;
	height: 24px;
	font-size: 12px;
	color: #FFF;
	padding: 6px 14px 0;
	letter-spacing: 1px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	top: 0;
	right: 0;
}
.secCmnRecommend .item .boxTit{
	position: relative;
	height: 82px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.secCmnRecommend .item .boxTit .ico{
	display: inline-block;
	background: #09C;
	height: 24px;
	font-size: 12px;
	color: #FFF;
	padding: 6px 9px 0;
	letter-spacing: 1px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 11px;
}
.secCmnRecommend .item .boxTit .tit{
	width: 100%;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-top: 5px;
	height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.secCmnRecommend .item .boxTit .tit a{
	color: #000;
	text-decoration: none;
	font-weight: 500;
}
.secCmnRecommend .item .txtArea{
	display: inline-block;
	height: 24px;
	border: 1px solid #D5DCE0;
	border-radius: 12px;
	margin-top: 5px;
	padding: 4px 13px 0;
	letter-spacing: 1px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.secCmnRecommend .item .btn a{
	display: block;
	height: 38px;
	padding-top: 10px;
	color: #FFF;
	background: #b5b500;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	letter-spacing: 0.5px;
	margin: 9px auto 0;
	padding-left: 3.5px;
	border: 1px solid #b5b500;
}
.secCmnRecommend .item .btnForm a{
	background: #38c5c5;
	border-color: #38c5c5;
}
.secCmnRecommend .item .boxPrice{
	font-size: 0;
	margin-top: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.secCmnRecommend .item .boxPrice .tit{
	display: inline-block;
	width: 49px;
	height: 24px;
	line-height: 20px;
	border: 1px solid #CCC;
	color: #000;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 1px;
	vertical-align: middle;
	font-weight: bold;
}
.secCmnRecommend .item .boxPrice .txt{
	display: inline-block;
	font-size: 12px;
	color: #C30;
	vertical-align: middle;
}
.secCmnRecommend .item .boxPrice .txtPrice{
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 0 7px;
	letter-spacing: 0.5px;
}
_:-ms-lang(x)::-ms-backdrop, .secCmnRecommend .item .boxPrice .txtPrice{
	line-height: 1.2;
}
.secCmnRecommend .item .boxTxt{
	width: 100%;
	margin: 2px auto 0;
	border-top: 1px solid #F3F3F3;
}
.secCmnRecommend .item .boxTxt .txt01,
.secCmnRecommend .item .boxTxt .txt02{
	font-size: 11px;
	line-height: 38px;
	letter-spacing: 0.75px;
	padding: 0 10px 0 49px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.secCmnRecommend .item .boxTxt .txt01{
	border-bottom: 1px solid #F3F3F3;
	background: url(../img/search/imgSchool.gif) 16px 10px / 24px auto no-repeat;
}
.secCmnRecommend .item .boxTxt .txt02{
	border-bottom: 1px solid #F3F3F3;
	background: url(../img/search/imgLocation.gif) 16px 10px / 24px auto no-repeat;
}
.secCmnRecommend .txtMore a{
	display: block;
	width: 400px;
	height: 60px;
	color: #FFF;
	text-align: center;
	background: #B5B500;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 5px auto 0;
	padding: 21px 0 0;
}
@media only screen and (max-width: 1240px){
	.secCmnRecommend .item{
		width: 227.5px;
		margin: 0 30px 30px 0;
	}
	.secCmnRecommend .item .btn a{
		letter-spacing: 1px;
	}
}
@media only screen and (max-width: 767px){
	.secCmnRecommend .boxMain{
		padding: 30px 0;
	}
	.secCmnRecommend .boxList{
		width: 88.056%;
		margin: 0 auto;
		position: relative;
	}
	.secCmnRecommend .itemList{
		display: block;
	}
	.secCmnRecommend .item,
	.secCmnRecommend .item:nth-child(4n){
		width: 100%;
		margin: 0 0 14px 0;
	}
	.secCmnRecommend .item .wrapperItem{
		padding: 10px 3.33% 5px;
	}
	.secCmnRecommend .item .boxTit{
		height: auto;
	}
	.secCmnRecommend .item .boxTit .tit{
		height: auto;
		max-height: 42px;
	}
	.secCmnRecommend .item .boxPrice{
		width: auto;
	}
	.secCmnRecommend .item .boxPrice .txtPrice{
		font-size: 24px;
	}
	.secCmnRecommend .item .boxTxt{
		width: 100%;
	}
	.secCmnRecommend .item .boxTxt .txt01,
	.secCmnRecommend .item .boxTxt .txt02{
		line-height: 33px;
	}
	.secCmnRecommend .item .boxTxt .txt01{
		background-position: 9px 7.5px;
	}
	.secCmnRecommend .item .boxTxt .txt02{
		background-position: 9px 7.5px;
	}
	.secCmnRecommend .txtMore a{
		width: 80%;
		font-size: 16px;
		letter-spacing: 2px;
		margin: 15px auto 0;
		padding: 24px 0 0;
	}
}

/*-----------------------------------------------
	新規会員登録バナー
-----------------------------------------------*/
/* secMembership */
.secMembership {
	margin: 0 0 80px;
}
.secMembership .img {
	width: 1200px;
	margin: 0 auto;
}
.secMembership .img img {
	width: 100%;
	height: auto;
}
.secMembership dl {
	font-size: 13px;
	line-height: 1.5em;
	width: 1200px;
	margin: 10px auto 0;
	overflow: hidden;
}
.secMembership dl dt {
	font-weight: bold;
}
.secMembership dl dd {
	text-indent: -1em;
	margin-left: 1em;
}

@media only screen and (max-width: 1240px){
	.secMembership .img {
		width: 1000px;
	}
	.secMembership dl {
		width: 1000px;
	}
}

@media only screen and (max-width:767px){
	.secMembership {
		margin: 0 0 40px;
	}
	.secMembership .img {
		width: 95%;
		margin: 0 auto;
	}
	.secMembership dl {
		font-size: 12px;
		width: 95%;
		margin: 10px auto 0;
	}
}

/*-----------------------------------------------
	セレクトボックスを非選択状態にする
-----------------------------------------------*/
select.disabled{
	pointer-events: none;
    opacity: 0.8;
}