@charset "UTF-8";

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
エントリーナビ用のcss(.entryNav)

＊全ページのhead内に記述される為、必ず頭に「.entryNav」をつけて指定する事！
＊下記cssとセットで使う
common/sp/css/parts/magnific-popup02.css
(magnific-popup.jsの基本 CSS )
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/*閉じるボタン*/
.entryNav .mfp-close{
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #000;
	  box-sizing: content-box;
	    opacity: 1;
    filter: alpha(opacity=100);
}
.entryNav .mfp-close span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/*閉じるボタン アイコンフォントクラス*/
.entryNav .cancel{
  display: inline-block;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
}
.entryNav .cancel:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #fff;
}

/*▲閉じるボタンここまでーーーーーーーーーーーーーー*/

/*▼申し込みできない時の注意文表示ーーーーーーーーーーー*/
.ResContentsWrapper.formdone{
	padding-bottom: 30px;
	text-align: center;
	font-size: 13px !important;
	position: relative;
	top: -15px;
}
/*▲申し込みできない時の注意文表示ここまでーーーーー*/

/*ーーーーーーーーーーーーーーーーーーーーーーーー
フォームのcss(.entryNav)
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.entryNav#modal_wrap {
	max-width: 810px;
	width: 810px;
	padding-top: 60px;
	margin: 30px auto;
}
.mfp-container .mfp-content{
	vertical-align: middle;
}
.entryNav .ResContentsWrapper {
	width: 675px;
	font-size:11px;
	margin:0 auto;
	overflow:hidden;
	z-index:1000;
	zoom:1px;
}
.entryNav .catalogbox {
	padding: 15px;
	width: 90%;
	margin: 30px auto;
	background: #f0f0f0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	box-sizing: border-box;
}
.entryNav .catalogbox div {
	padding-left: 10px;
}
.entryNav .catalogbox div img{
	width: 110px;
}
.entryNav .catalogbox dl {
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
}
.entryNav .catalogbox dd {
	color: #777;
	margin-top: 10px;
}
.entryNav .tbl-responsive p.cap {
	margin-bottom: 10px;
	line-height: 1.2;
}
.entryNav .tbl-responsive .scAddress {
	margin-bottom: 20px;
}
.entryNav .tbl-responsive .scAddress:last-of-type {
	margin-bottom: 0;
}
.entryNav .UserNameBg {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.entryNav .UserNameBg .UserName input[type="text"] {
	-moz-box-shadow: inset 0 4px 9px -7px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 4px 9px -7px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 4px 9px -7px rgba(0,0,0,0.5);
}
.entryNav .UserNameBg .UserName:first-of-type input[type="text"] {
	border-right: none;
}
.entryNav .UserNameBg .UserName:first-of-type {
	position: relative;
}
.entryNav .UserNameBg .UserName:first-of-type:after {
	content: url(/common/img/bg/line_dot_22.png);
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 10;
}
.entryNav .UserNameBg .UserName + .UserName input[type="text"] {
	border-left: none;
}
.entryNav .UserName .nameArea::-webkit-input-placeholder {
	color: #999;
}
.entryNav .UserName .nameArea:placeholder-shown {
	color: #999;
}
.entryNav .UserName .nameArea::-moz-placeholder {
	color: #999;
}
.entryNav .UserName .nameArea:-ms-input-placeholder {
	color: #999;
}
.entryNav .UserName {
	vertical-align: middle;
	width: 173px;
}
.entryNav .Offer {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.entryNav .input-85 {
	width:85px !important;
}
.entryNav .input-105 {
	width:105px !important;
}
.entryNav .select-150,.lte-ie9 .entryNav .select-150{
	width:150px !important;
}
.entryNav .input-345 {
	width:345px !important;
}
.entryNav input[type="text"],.entryNav input[type="number"],.entryNav input[type="tel"],.entryNav input[type="email"],.entryNav input[type="password"],.entryNav select {
	-webkit-appearance:none;
	border:solid 1px #BBB;
	border-radius:0;
	padding:10px 7px;
	font-size:13px;
	-moz-box-shadow: inset 0 3px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 3px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 3px 9px -6px rgba(0,0,0,0.5);
	width:100%;
	box-sizing: border-box;
}
.entryNav input[type="button"],.entryNav input[type="submit"]{
	-webkit-appearance:none;
	border:none;
	border-radius:0;
	padding:10px 7px;
	cursor: pointer;
}
.entryNav input[type="email"]:invalid {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.entryNav .orderHead {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
.entryNav .stepNavWrap {
	margin:0 auto;
	width:100%;
}
.entryNav .stepNav {
	letter-spacing:-0.4em;
	margin: 0 0 30px 0;
	width:100%;
}
.entryNav .stepNav li {
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	display:inline-block;
	font-size:12px;
	height:26px;
	letter-spacing:normal;
	padding-top:8px;
	position:relative;
	text-align:center;
	width: -webkit-calc(33% - 2px);
	width: calc(33% - 2px);
	z-index:9;
}
.entryNav .stepNavCurrent {
	background-color:#f2f2f2;
}
.entryNav .stepNav li:first-child {
	border-left:1px solid #ddd;
	z-index:10;
}
.entryNav .stepNav .stepLast {
	z-index:8;
}
.entryNav .stepNav li:before {
	background:url(/common/img/icon/stepnav.arrow.visible.png) no-repeat;
	content:"";
	height:37px;
	position:absolute;
	right:-10px;
	top:-1px;
	width:12px;
}
.entryNav .stepNav li.stepLast:before {
	background:url(/common/img/icon/stepnav.arrow.visible.png) no-repeat;
	content:"";
	height:37px;
	position:absolute;
	right:-10px;
	top:-1px;
	width:11px;
}
.entryNav .stepNav li.stepNavCurrent:before {
	background:url(/common/img/icon/stepnav.arrow.current.png) no-repeat;
}
.entryNav .tbl-responsive {
	font-size:13px;
	border-left:1px solid #BBB;
	border-top:1px solid #BBB;
	width: 100%;
}
.entryNav .tbl-responsive td {
	border-bottom:1px solid #BBB;
	border-right:1px solid #BBB;
	padding:15px;
	word-break:break-all;
	word-wrap:break-word;
}
.entryNav .tbl-responsive th {
	background-color:#F0F0F0;
	border-bottom:1px solid #BBB;
	padding:15px;
	vertical-align:middle;
	width:25%;
	word-break:break-all;
	word-wrap:break-word;
}
.entryNav .tbl-responsive th span {
	margin-right: 5px;
}
.entryNav .tbl-responsive td p a{
	text-decoration:underline;
	cursor:pointer;
}
.entryNav .selectWrap {
	display:inline-block;
	position:relative;
}

.entryNav .tbl-responsive textarea {
	border:1px solid #BBB;
	min-height:77px;
	padding:10px 7px;
	resize:vertical;
	width:390px;
	display: block;
	box-sizing: border-box;
}
.entryNav .tbl-responsive .hyphen {
	padding-left: 10px;
	padding-right: 10px;
}
.entryNav .addressBtn {
	background-color:#efefef;
	border:none;
	color:#111;
	margin-left:10px;
	padding:6px 12px;
	vertical-align:middle;
	cursor:pointer;
}
.entryNav .inputSubmit,
.entryNav .ConfirmInputBtn > .entryNav_modal_close a {
	background-color:#111;
	color:#fff;
	display:block;
	font-size:18px !important;
	font-weight:bold;
	margin:0 auto;
	padding:12px !important;
	text-decoration:none;
	width:300px;
	box-sizing: border-box;
}
.entryNav .ConfirmInputBtn > .entryNav_modal_close a {
	display: block;
}
.entryNav .ConfirmInputBtn > .inputSubmit:hover,
.entryNav .ConfirmInputBtn > .entryNav_modal_close a:hover {
	background-color:#f33;
	color:#fff;
	text-decoration:none;
}
.entryNav .ConfirmInputBtn {
	margin:30px auto 45px;
	text-align:center;
}
.entryNav .ConfirmInputBtn p, .entryNav .ConfirmInputBtn label {
	font-size:13px;
}
.entryNav .ConfirmInputBtn label + p {
	margin:15px 0;
}
.entryNav .ConfirmInputBtn .btn-lg a {
	font-size:18px;
	padding:12px;
	width:300px;
}
.entryNav select {
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}
.entryNav .topOrderSection {
	position:relative;
	font-size:13px;
	margin:0 auto;
}
.entryNav .topOrderSection h3 {
	font-size:17px;
	font-weight:bold;
}
.entryNav .topOrderSection h3 span {
	margin-right:5px;
}
.entryNav .topOrderSection h4 {
	background-color:#E1E1E1;
	color:#111;
	font-size:15px;
	margin-top:15px;
	padding:5px 10px;
	margin: 10px 0;
}
.entryNav .compSection{
	font-size:13px;
}
.entryNav .selectWrap::-ms-expand,select::-ms-expand {
	display:none;
}

/*oocss*/
.gray_f0_Box {
	background: #f0f0f0;
}
.mt3 {
	margin-top: 3px;
}
.b_so_1 {
	border: 1px solid #111;
}
/*エラーメッセージの装飾(イベントナビと同じ)ーーーーーーー*/
.entryNav .error {
	color:#f33;
	display:none;
	font-size:11px;
}
.entryNav .errorList>li {
	color:#f33;
}
.entryNav .errorList>li+li {
	margin-top:3px;
}
.entryNav .errorList-iconWrap{
	padding:10px;
	margin-top:15px;
}
.entryNav .errorList-icon li {
	color:#f33;
	font-size:13px;
	padding-left:30px;
	position:relative;
	text-align:left;
}
.entryNav .errorList-icon li+li {
	margin-top:10px;
}
.entryNav .errorList-icon li:before {
	background:url(/common/img/icon/alert.icon_ie8.png) no-repeat;
	content:"";
	height:23px;
	left:0;
	position:absolute;
	top:-2px;
	width:23px;
}
.entryNav .errorList-iconWrap + .topOrderSection{
	margin-top: 15px !important;
}
/*▲ここまで エラーメッセージの装飾ーーーーーーー*/
