@charset "utf-8";
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
}
/*==============================
	基本設定
==============================*/
body{
	color:#000;
	font-size:12px;
	font-family:"游明朝体", "Yu Mincho", YuMincho, "Noto Serif Japanese", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
	margin:0;
	padding:0;
	text-align:left;
	background:#fff;
	-webkit-text-size-adjust:100%;
  position:relative;
  word-break:break-all;
  min-width: 1240px;
}
@media only screen and (max-width:767px){
	body{min-width: auto;}
}
body *, body *::before, body *::after{box-sizing:border-box;}
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;}
.f500{font-weight: bold;}
.fNoto{font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.fSerif{font-family:'Noto Serif Japanese', serif;}
.fRoS{font-family: 'Roboto Slab', serif;}
.fYuGo{font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}


/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover{ filter:alpha(opacity=80);opacity:0.8; }
.ro a,
a.ro,
a .ro{
	-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;
}

/*rollover(brightnessによる変化)*/
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.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無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover{ filter:alpha(opacity=100);opacity:1; }

/*========================================
	レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
	display:none;
}
@media only screen and (max-width:767px){
	.spNone,
	.brPc,
	.imgPc{
		display:none;
	}
	.spOnly{
		display:block;
	}
	.brSp,
	.imgSp{
		display:inline;
	}
	.imgR{
		width:100%;
		height:auto;
	}
}

/*-----------------------------------------------
	imgCover
-----------------------------------------------*/
/* imgCover */
.imgCover,
.imgCover2{
	position:relative;
}
.imgCover img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.imgCover2 img {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	object-fit:cover;
	font-family:'object-fit:cover;';
}


/*-----------------------------------------------
	wrapper
-----------------------------------------------*/
.wrapper1000{
	width: 1000px;
	margin: 0 auto;
}
.wrapper1180{
	width: 1180px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
}
.wrapper1200{
	width: 1200px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
}
.wrapper1280{
	width: 1280px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
}
.wrapper1400{
	width: 1400px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
}
.wrapper1650{
	width: 1650px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
}

@media only screen and (max-width:767px){
	.wrapper1000,
	.wrapper1180,
	.wrapper1200,
	.wrapper1280,
	.wrapper1400,
	.wrapper1650{
		width: 100%;
		max-width: none;
	}
	.wrapperSp{
		width: 94%;
		margin: 0 auto;
	}
}



/*-----------------------------------------------
	header
-----------------------------------------------*/
#header .wrapper{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	height: 140px;
}
#header .boxTop{
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 10px 0 15px;
}
#header .txtIn,
#header .btnLogin{
	font-size: 12px;
	letter-spacing: 1px;
	color: #454545;
	text-decoration: none;
}
#header .btnLogin{
	display: block;
    padding-left: 10px;
    margin-left: 15px;
	background: left center / 5px auto no-repeat url(../img/common/icoHeaderArrow.png);
}
#header .boxBottom,
#header .snsList,
#header .navList{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
#header .boxBottom{
	height: 100px;
}
#header .tel{
	font-size: 30px;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
}
#header .txtTel{
	padding-top: 8px;
	font-size: 10px;
	letter-spacing: 0.2px;
	color: #000;
}
#header .snsList{
	padding: 0 10px;
}
#header .snsList li{
	padding: 0 6px;
}
#header .navList li{
	position: relative;
	text-align: center;
}
#header .navList li::before{
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	width: 1px;
	left: 0;
	background: #9f9c93;
}
#header .navList li a{
	display: block;
	width: 120px;
	height: 40px;
	text-decoration: none;
}
#header .navList .txtIn{
	font-size: 14px;
	letter-spacing: 1px;
}
#header .navList .txtEn{
	padding-top: 13px;
	font-size: 11px;
	letter-spacing: 0.5px;
	color: #b80000;
}
#header .btnMenu{
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	background: #b80000;
	text-align: center;
	text-decoration: none;
	z-index: 1001;
}
#header .btnMenu span{
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	width: 32px;
	height: 4px;
	margin: 0 auto;
	background: #fff;
    -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;
}
#header .btnMenu span:nth-child(1){top: 28px;}
#header .btnMenu span:nth-child(2){top: 41px;}
#header .btnMenu span:nth-child(3){top: 54px;}

.menuOpen #header .btnMenu span:nth-child(2){opacity: 0;}
.menuOpen #header .btnMenu span:nth-child(1){
	-webkit-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
	width: 40px;
    top: 30px;
}
.menuOpen #header .btnMenu span:nth-child(3){
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
	width: 40px;
    top: 30px;
}
#header .btnMenu .txtMenu{
	padding-top: 70px;
	font-size: 12px;
	color: #FFF;
}

@media only screen and (max-width:767px){
	#header .wrapper{
		height: 55px;
		padding-left: 10px;
	}
	#header .boxTop,
	#header .navList{
		display: none;
	}
	#header .boxBottom{
		height: 55px;
		padding-right: 40px;
	}
	#header .logo img{
		width: auto;
		height: 44px;
	}
	#header .tel {
		font-size: 16px;
		letter-spacing: 0.5px;
	}
	#header .txtTel{
		padding-top: 3px;
		line-height: 1.2;
		letter-spacing: 0;
	}
	#header .snsList li{
		padding: 0 4px;
	}
	#header .snsList li img{
		width: 18px;
		height: auto;
	}
	#header .btnMenu{
		width: 44px;
		height: 44px;
	}
	#header .btnMenu .txtMenu{
		padding-top: 30px;
		font-size: 10px;
	}
	#header .btnMenu{
		position: absolute;
		top: 0;
		right: 0;
	}
	#header .btnMenu span{
		width: 20px;
		height: 2px;
	}
	#header .btnMenu span:nth-child(1){top: 9px;}
	#header .btnMenu span:nth-child(2){top: 15px;}
	#header .btnMenu span:nth-child(3){top: 21px;}
	.menuOpen #header .btnMenu span:nth-child(1){
		width: 22px;
		top: 6px;
	}
	.menuOpen #header .btnMenu span:nth-child(3){
		width: 22px;
		top: 6px;
	}
}

/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer{
	background: #f4f2eb;
	text-align: center;
}
#footer .navList{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: left;
	padding: 103px 0 10px;
}
#footer .navList .item{
	width: 25%;
	padding-left: 25px;
}
#footer .childNav li{
	padding-bottom: 31px;
}
#footer .navList a{
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#footer .txt{
	padding: 30px 0 50px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #000;
}
#footer .txtCopy{
	height: 50px;
	padding-top: 19px;
	background: #313131;
	font-size: 13px;
	letter-spacing: 3px;
	color: #FFF;
}
@media only screen and (max-width:767px){
	#footer{
		padding-bottom: 70px;
	}
	.navNone #footer{
		padding-bottom: 0;
	}
	#footer .wrapper{
		padding: 30px 0;
	}
	#footer .navList{
		display: none;
	}
	#footer .txt{
		padding: 20px 0 30px;
		font-size: 12px;
		line-height: 1.8;
		letter-spacing: 0;
		font-feature-settings: "palt";
		-webkit-font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
	}
	#footer .tel{
		font-size: 28px;
		letter-spacing: 1px;
		color: #000;
		text-decoration: none;
	}
	#footer .txtNote{
		padding-top: 10px;
		font-size: 12px;
	}
	#footer .snsList{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		padding-top: 30px;
	}
	#footer .snsList li{
		padding: 0 6px;
	}
	#footer .txtCopy{
		height: 40px;
		padding-top: 13px;
		font-size: 11px;
		letter-spacing: 0;
	}
}


/*-----------------------------------------------
	fNavi
-----------------------------------------------*/
#fNavi{
	display: none;
}
@media only screen and (max-width:767px){
	#fNavi{
		display: block;
		position: fixed;
		bottom: -70px;
		left: 0;
		width: 100%;
		z-index: 30;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.navNone #fNavi.active{
		display: none;
	}
	#fNavi.active{
		bottom: 0;
	}
	#fNavi .navList{
		display: -webkit-flex;
		display: flex;
	}
	#fNavi .navList li{
		width: 25%;
		text-align: center;
		border-right: solid 1px #fff;
	}
	#fNavi .navList li:last-child{
		border: none;
	}
	#fNavi .navList a{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		width: 100%;
		height: 70px;
		background: #f5f5f5;
		text-decoration: none;
	}
}

/*-----------------------------------------------
	menu
-----------------------------------------------*/
#menu{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.9);
	padding: 180px 0;
	opacity: 0;
	z-index: -1;
    -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;
}
.menuOpen #menu{
	opacity: 1;
	z-index: 1000;
}
#menu .navList{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#menu .navList .item{
	width: 25%;
	padding-left: 25px;
}
#menu .childNav li{
	padding-bottom: 32px;
}
#menu .navList a{
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
@media only screen and (max-width:1240px){
	#menu .navList .item{
		width: 50%;
	}
}
@media only screen and (max-width:767px){
	#menu{
		padding: 60px 0 120px;
		height: 100vh;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#menu .navList{
		display: block;
	}
	#menu .navList .item{
		width: 100%;
	}
	#menu .childNav li{
		padding-bottom: 20px;
	}
	#menu .navList a{
		font-size: 12px;
	}
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz{
	padding: 15px 0;
    background: #f8f7f7;
}
#pnkz.bgNone{
    background: none;
}
#pnkz li{
	display: inline-block;
    vertical-align: top;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-size: 13px;
    color: #000;
    max-width: none;
    overflow: auto;
    white-space: normal;
    text-overflow: inherit;
    width: auto !important;
}
#pnkz li::before{
	content: ">";
	display: inline-block;
    padding: 0 3px 0 3px;
	font-size:13px;
    color: #000;
}
#pnkz li:first-child::before{
	display: none;
}
#pnkz li a{
	color: #b80000;
	text-decoration: none;
}
#pnkz .swiper-wrapper{
	white-space: nowrap !important;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;	
}
#pnkz .swiper-slide{
	display: inline-block;
	float: none !important;
	cursor: default;
}
@media only screen and (max-width: 767px){
	#pnkz{
		overflow: hidden;
		padding: 10px 0 10px 3%;
	}
	#pnkz li{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding: 0;
        font-size: 10px;
	}
    #pnkz li:last-child {
        max-width: 100%;
        padding-right: 5%;
    }
	#pnkz li::before{
		padding: 0 2px 0 2px;
        font-size: 10px;
	}
}

/*-----------------------------------------------
	secMainTit
-----------------------------------------------*/
#secMainTit{
	height: 260px;
	text-align: center;
}
#secMainTit .titEn{
	padding: 70px 0 30px;
	font-size: 32px;
	letter-spacing: 2px;
	color: #FFF;
}
#secMainTit .tit{
	font-size: 18px;
	letter-spacing: 2px;
	color: #FFF;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#secMainTit .tit::after{
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	margin: 25px auto 0;
	background: #FFF;
}
@media only screen and (max-width: 767px){
	#secMainTit{
		height: 120px;
	}
	#secMainTit .titEn {
		padding: 28px 0 10px;
		font-size: 24px;
		letter-spacing: 2px;
	}
	#secMainTit .tit {
		font-size: 13px;
	}
	#secMainTit .tit::after {
		width: 30px;
		height: 2px;
		margin: 15px auto 0;
	}
}

/*-----------------------------------------------
	cmnBtn
-----------------------------------------------*/
.cmnBtn{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 440px;
	height: 60px;
	margin: 0 auto;
	border: solid 2px #000;
	border-radius: 4px;
	text-decoration: none;
}
.cmnBtn .txtIn{
	padding-right: 10px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color: #000;
}

.cmnBtnBack{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 440px;
	height: 60px;
	margin: 100px auto 0;
	border: solid 2px #000;
	border-radius: 4px;
	text-decoration: none;
}
.cmnBtnBack .txtIn{
	padding-left: 10px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color: #000;
}
@media only screen and (max-width: 767px){
	.cmnBtn{
		width: 240px;
		height: 44px;
	}
	.cmnBtn .txtIn{
		font-size: 14px;
	}
	.cmnBtnBack{
		width: 240px;
		height: 44px;
		margin-top: 30px;
	}
	.cmnBtnBack .ico img{
		width: 10px;
		height: auto;
	}
	.cmnBtnBack .txtIn{
		font-size: 14px;
	}
}

/*-----------------------------------------------
	secNextLoad
-----------------------------------------------*/
.secNextLoad{
	text-align: center;
}
.secNextLoad #listLoading{
	display: none;
	height: 60px;
}
@media only screen and (max-width: 767px){
	.secNextLoad #listLoading{
		height: 44px;
	}
}

/*-----------------------------------------------
	secCmnBnr
-----------------------------------------------*/
.secCmnBnr .wrapper{
	max-width: 1920px;
	margin: 0 auto;
}
.secCmnBnr .top{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.secCmnBnr .top a{
	display: block;
	width: calc(50% - 0.5px);
}
.secCmnBnr .bottom a{
	display: block;
}
.secCmnBnr img{
	width: 100%;
	height: auto;
}

/*-----------------------------------------------
	secForm
-----------------------------------------------*/
.secForm{
	padding: 90px 0 150px;
}
.secForm.bgBeige{background: #f7f4ee;}
.secForm .titForm{
	font-size: 26px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 1.5px;
	text-align: center;
}
.secForm .titForm::after{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
    margin: 25px auto 33px;
	background: #000;
}
.secForm .txtForm{
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1.5px;
	text-align: center;
}
.secForm .fRed,
.secForm .must{
	color: #b80000;
}
.secForm .imgStep{
	text-align: center;
	margin: 33px auto 60px;
}

.secForm .wrapForm{
	background: #FFF;
	padding: 40px 0 50px;
}
.secForm .dlList dl{
	display: -webkit-flex;
	display: flex;
	padding: 30px 0;
	border-bottom: solid 1px #e1e1e1;
}
.secForm .dlList dt{
	width: 210px;
}
.secForm .dlList dd{
	width: calc(100% - 210px);
}
.secForm .dlList dt,
.secForm .dlList dd{
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.5px;
}
.secForm .dlList .flForm{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.secForm .dlList .txtNote{
	padding-top: 15px;
	font-size: 12px;
	line-height: 26px;
}

.secForm .txtError {
    color: #f00;
    font-size: 12px;
    background: left top / 12px auto no-repeat url(../img/common/iconError.png);
    padding: 0 0 0 15px;
    margin-top: 10px;
    line-height: 14px;
    font-weight: bold;
}
.secForm input[type="text"],
.secForm input[type="tel"],
.secForm input[type="email"],
.secForm input[type="password"],
.secForm select{
	height:54px;
	background:#FFF;
	border:#c9c9c9 solid 1px;
	font-size:15px;
	letter-spacing:0.5px;
	padding:5px 12px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.secForm textarea{
	background:#FFF;
	border:#c9c9c9 solid 1px;
	font-size:15px;
	line-height: 1.4;
	letter-spacing:0.5px;
	padding:10px 12px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	height: 150px;
    width: 920px;
    display: block;
}
.secForm input[type="checkbox"]{
	position: relative;
	margin: 0 5px 0 0;
    width: 20px;
	height: 20px;
	border: solid 1px #000;
	border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.secForm input[type="checkbox"]:focus{
	outline:0;
}
.secForm input[type="checkbox"]:checked{
	background: #FFF;
}
.secForm input[type="checkbox"]:checked::after {
    content: "";
    border-right: #000 solid 2px;
    border-bottom: #000 solid 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    width: 6px;
    height: 10px;
    top: 2px;
    left: 6px;
}
.secForm input[type="text"].inputRequired,
.secForm input[type="tel"].inputRequired,
.secForm input[type="email"].inputRequired,
.secForm input[type="password"].inputRequired,
.secForm select.inputRequired,
.secForm textarea.inputRequired{
    background: #fffef7;
    border: #b80000 solid 1px;
}
.secForm input[type="text"].error,
.secForm input[type="tel"].error,
.secForm input[type="email"].error,
.secForm input[type="password"].error,
.secForm select.error,
.secForm textarea.error{
    background: #fffef7;
    border: #f00 solid 1px;
}
.secForm .btnZip{
	display: block;
	height: 40px;
	background: #b80000;
	padding: 14px 0 0;
	border-radius: 20px;
    width: 120px;
	font-size: 12px;
	line-height: 1;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	text-decoration: none;
	color: #FFF;
    text-align: center;
}
.secForm .btnZip.off{
	background: #1d1d1d;
}
.secForm .w100p{width: 100%;}
.secForm .w150{width: 150px;}
.secForm .w180{width: 180px;}
.secForm .w360{width: 360px;}
.secForm .w400{width: 400px;}
.secForm .w700{width: 700px;}
.secForm .w760{width: 760px;}
.secForm .mt10{margin-top: 10px;}
.secForm .mt20{margin-top: 20px;}
.secForm .mt40{margin-top: 40px;}
.secForm .mr5{margin-right: 5px;}
.secForm .mr10{margin-right: 10px;}
.secForm .mr25{margin-right: 25px;}
.secForm .txtLink{
	color: #000;
	text-decoration: underline;
}
.secForm .checkList li{
	margin-bottom: 5px;
}
.secForm .checkList li:last-child{margin-bottom: 0;}
.secForm .boxAnnounce{
	background: #f9f9f9;
	padding: 40px 45px;
	margin: 60px auto 50px;
}
.secForm .titAnnounce{
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}
.secForm .txtAnnounce{
	font-size: 13px;
	line-height: 28px;
}
.secForm .btnForm{
	display: block;
	width: 440px;
	height: 80px;
	margin: 50px auto 0;
	padding-top: 28px;
	border-radius: 5px;
	background: #b80000;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
.secForm .btnBack,
.cmnBackBtn{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 440px;
	height: 60px;
	margin: 100px auto 0;
	border: solid 2px #000;
	border-radius: 4px;
	text-decoration: none;
}
.cmnBackBtn{
	margin: 100px auto;
}
.secForm .btnBack .txtIn,
.cmnBackBtn .txtIn{
	padding-left: 10px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color: #000;
}
.secForm .passIn{
	position: relative;
}
.secForm .passIn .iconEye{
    position: absolute;
    right: 10px;
    top: 0;
	bottom: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 30px;
    text-align: center;
    cursor: pointer;
}

@media only screen and (max-width:767px){
	.secForm{
		padding: 40px 0 80px;
	}
	.secForm .titForm {
		font-size: 16px;
		line-height: 1.4;
		letter-spacing: 1px;
	}
	.secForm .titForm::after {
		width: 30px;
		margin: 15px auto 25px;
	}
	.secForm .txtForm {
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.secForm .imgStep{
		width: 180px;
		margin: 20px auto 30px;
	}
	.secForm .wrapForm{
		padding: 10px 10px 30px;
	}
	.secForm .dlList dl{
		display: block;
		padding: 15px 0;
	}
	.secForm .dlList dt,
	.secForm .dlList dd{
		width: 100%;
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.secForm .dlList dd{
		padding-top: 15px;
	}
	.secForm input[type="text"],
	.secForm input[type="tel"],
	.secForm input[type="email"],
	.secForm input[type="password"],
	.secForm select{
		padding: 5px;
		font-size: 16px;
		letter-spacing: 0;
		height: 44px;
	}
	.secForm textarea{
		padding: 5px;
		font-size: 16px;
		letter-spacing: 0;
	}
	.secForm .ws100p {width: 100%;}
	.secForm .smt10{margin-top: 10px;}
	.secForm .smt20{margin-top: 20px;}
	.secForm .smr0{margin-right: 0;}
	.secForm .btnZip{
		width: 110px;
	}
	.secForm .dlList .flForm{
		display: block;
	}
	.secForm .dlList .sflForm {
		display: -webkit-flex;
		display: flex;
		align-items: center;
		-webkit-align-items: center;
	}
	.secForm .dlList .txtNote{
		padding-top: 10px;
		font-size: 12px;
		line-height: 1.5;
	}
	.secForm .boxAnnounce{
		margin: 25px auto;
		padding: 15px 10px;
	}
	.secForm .titAnnounce {
		font-size: 12px;
		line-height: 1.5;
	}
	.secForm .txtAnnounce {
		font-size: 11px;
		line-height: 1.5;
	}
	.secForm .btnForm{
		width: 240px;
		height: 58px;
		margin-top: 25px;
		padding-top: 20px;
	    font-size: 18px;
		letter-spacing: 2px;
	}
	.secForm .btnBack,
	.cmnBackBtn{
		width: 240px;
		height: 44px;
		margin-top: 30px;
	}
	.cmnBackBtn{
		margin: 30px auto 50px;
	}
	.secForm .btnBack .ico img,
	.cmnBackBtn .ico img{
		width: 10px;
		height: auto;
	}
	.secForm .btnBack .txtIn,
	.cmnBackBtn .txtIn{
		font-size: 14px;
	}
	.secForm .passIn .iconEye{
		right: 3px;
	}
}

/*-----------------------------------------------
	secFormCalendar
-----------------------------------------------*/
/* secFormCalendar */
.secFormCalendar {
	width: 484px;
}
.secFormCalendar .boxNote {
	font-size: 0;
	margin-bottom: 20px;
}
.secFormCalendar .boxNote .ico {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 60px;
	height: 33px;
	background: #7cbe0e;
	border-radius: 15px;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 auto;
	box-shadow: 0 -2px #59890a inset;
}
.secFormCalendar .boxNote .txt01 {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #c30d18;
	margin-left: 25px;
}
.secFormCalendar .boxNote .txt02 {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #666;
	margin-left: 15px;
}
.secForm input.none{
	width: 0 !important;
	height: 0 !important;
	outline: none !important;
	border: none !important;
	opacity: 0;
	font-size: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	visibility: hidden;
}
@media only screen and (max-width: 767px) {
	.secFormCalendar {
		width: 100%;
	}
	.secFormCalendar .boxNote {
		width: 94%;
		margin: 0 auto 20px;
	}
	.secFormCalendar .boxNote .ico {
		width: 40px;
		height: 25px;
		line-height: 23px;
		font-size: 10px;
	}
	.secFormCalendar .boxNote .txt01 {
		margin-left: 10px;
	}
	.secFormCalendar .txtError {
		width: 94%;
		margin: 10px auto;
	}
}
@media only screen and (max-width: 359px) {
	.secFormCalendar .boxNote .txt02 {
		display: block;
		margin: 5px 0 0;
	}
}


/*-----------------------------------------------
	cmnBoxMember
-----------------------------------------------*/
.cmnBoxMember{
	margin: 100px auto;
}
.cmnBoxMember .titMember{
	background: #d19393;
	font-size: 22px;
	line-height: 70px;
	letter-spacing: 1.5px;
	text-align: center;
	color: #FFF;
}
.cmnBoxMember .inner{
	position: relative;
	height: 320px;
	background: center / cover no-repeat url(../img/gallery/bgMember.jpg);
}
.cmnBoxMember .btn{
	position: absolute;
	right: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 320px;
	height: 90px;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.04);
	text-decoration: none;
}
.cmnBoxMember .btnLogin{
	top: 60px;
	background: rgb(209, 147, 147);
	color: #FFF;
}  
.cmnBoxMember .btnMember{
	bottom: 60px;
	background: #FFF;
	border: solid 1px #000;
	color: #000;
}
.cmnBoxMember .txtIn{
	padding-left: 15px;
	font-size: 20px;
	letter-spacing: 1.5px;
}
@media only screen and (max-width:767px){
	.cmnBoxMember{
		margin: 50px auto;
	}
	.cmnBoxMember .titMember{
		padding: 10px 0;
		font-size: 14px;
		line-height: 1.4;
	}
	.cmnBoxMember .inner {
		height: 130px;
	}
	.cmnBoxMember .btn{
		right: 15px;
		width: 120px;
		height: 44px;
		border-radius: 3px;
	}
	.cmnBoxMember .txtIn{
		padding-left: 5px;
		font-size: 13px;
		letter-spacing: 0.5px;
	}
	.cmnBoxMember .btnLogin{top:15px}
	.cmnBoxMember .btnMember{bottom:15px}
	.cmnBoxMember .ico img{
		width: auto;
		height: 14px;
	}
}
