@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: 0;
    right: 0;
    width: 26px;
    height: 26px;
    padding: 5px;
    background-color: #eeeeee;
	  box-sizing: content-box;
}
.entryNav .mfp-close span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    background: url(/common/sp/img/icon/icon_popup_close.png) no-repeat left top;
    background-size: 13px 13px;
}
/*▲閉じるボタンここまでーーーーーーーーーーーーーー*/

/*▼申し込みできない時の注意文表示ーーーーーーーーーーー*/
.ResContentsWrapper.formdone{
    padding: 30px 10px 45px;
    box-sizing: border-box;
}
.ResContentsWrapper.formdone p{
    margin-top: 30px;
    text-align: center;
}
/*▲申し込みできない時の注意文表示ここまでーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーーーーーー
フォームのcss(.entryNav)
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.entryNav .ResContentsWrapper {
	/*overflow:hidden;*/
	position: relative;
	width:100%;
	height: 100%;
	padding-top: 15px;
	background: #fff;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.entryNav .orderHead {
  font-size:15px;
  font-weight: bold;
  margin: 15px 10px;
}
.entryNav .stepNavWrap {
  padding: 0 10px;
  width: -webkit-calc(100% + 36px) !important;
  width: calc(100% - 36px) !important;
	box-sizing: border-box;
}
.entryNav .stepNav {
  letter-spacing:-0.4em;
  width:100%;
}
.entryNav .conp {
	padding: 0 10px;
	margin-bottom: 15px;
}

.entryNav .stepNav .stepLast.stepNavCurrent:before {
  background-color:#FFF;
}
.entryNav .stepNav > .stepLast {
  padding-left:3px;
  z-index:8;
}
.entryNav .stepNav > li + li {
  padding-left:13px;
}
.entryNav .stepNav li {
  -webkit-box-sizing:border-box;
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  box-sizing:border-box;
  display:inline-block;
  font-size:11px;
  height:36px;
  letter-spacing:normal;
  padding:10px 0 0;
  position:relative;
  text-align:center;
  width:33%;
  z-index:9;
}
.entryNav .stepNav li.stepLast:before {
  background:url(/common/img/icon/stepnav.arrow.visible.png) no-repeat #FFF;
  width:21px;
}
.entryNav .stepNav li.stepNavCurrent:before {
	background:url(/common/img/icon/stepnav.arrow.current.png) no-repeat;
}
.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:first-child {
  border-left:1px solid #ddd;
  z-index:10;
}
.entryNav .stepNavCurrent {
  background-color:#f2f2f2;
}
.entryNav .UserNameBg {
  display: -webkit-flex;
  display: -ms-flex; /*IE10*/
  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 {
	vertical-align: middle;
	width: 50%;
}
.entryNav .tbl-responsive {
  width: 100%;
  margin-top:0;
}
.entryNav .tbl-responsive .hyphen {
	padding-left: 10px;
	padding-right: 10px;
}
.entryNav .tbl-responsive td {
  font-size:12px;
  background-color:#fff;
  padding: 10px;
  display:block;
  word-break:break-all;
  word-wrap:break-word;
  }
.entryNav .tbl-responsive td p {
  margin-bottom:5px;
}
.entryNav .tbl-responsive th {
  background-color:#f0f0f0;
  display:block;
  font-size:11px;
  font-weight:bold;
  padding:5px 10px;
  text-align:left;
  vertical-align:middle;
  width:auto;
  word-break:break-all;
  word-wrap:break-word;
}
.entryNav .tbl-responsive th span {
  margin-right: 5px;
}
.entryNav input[type="text"],.entryNav input[type="email"],
.entryNav input[type="tel"],.entryNav textarea[type="text"]{
  border:solid 1px #BBB;
  border-radius:0;
  box-sizing: border-box;
  -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);
  -webkit-appearance:none;
  padding:10px 7px;
  font-size:13px;
  width:100%;
	background-color: #fff !important;
}
.entryNav input[type="submit"]{
  -webkit-appearance:none;
  border:none;
  border-radius:0;
  padding:10px 7px;
  cursor: pointer;
}
.entryNav .input-70 {
	width: 86px !important;
}
.entryNav .input-90 {
	width: 106px !important;
}

.entryNav .nameArea {
  width:100%;
}
.entryNav .changeBtn {
  position:absolute;
  right:0;
  top:0;
}
.entryNav .addressBtn {
    background-color: #e0e0e0;
    border: none;
    color: #111;
    margin-left: 0;
    margin-top: 5px;
    padding: 12px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 11px;
}
.entryNav .select-150, .lte-ie9 .select-150 {
    width: 150px;
}
.entryNav select {
    border: solid 1px #BBB;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    padding: 10px 7px;
    font-size: 11px;
}
.entryNav .tbl-responsive textarea {
	min-height: 125px;
	resize: vertical;
	display: block;
}
.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: 85%;
	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-bottom:45px;
  text-align:center;
}
.entryNav .ConfirmInputBtn a.inputSubmit {
  -webkit-box-sizing:border-box;
  box-sizing: border-box;
}

.entryNav .topOrderSection {
  position:relative;
  font-size:13px;
}
.entryNav .compSection{
  font-size:13px;
  margin: 0 10px 30px;
}
.entryNav .catalogbox {
	padding: 10px;
	background: #f0f0f0;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: -ms-flex; /*IE10*/
	display: flex;
}
.entryNav .catalogbox div {
	padding-left: 10px;
	line-height: 0;
	width: 33%;
	box-sizing: content-box;
}
.entryNav .catalogbox div img{
	width: 100%;
}
.entryNav .catalogbox dl{
	width: calc(67% - 10px);
}
.entryNav .catalogbox dd {
	color: #777;
	margin-top: 10px;
}

/*oocss*/
.gray_f0_Box {
	background: #f0f0f0;
}
.mt3 {
	margin-top: 3px;
}
.b_so_1 {
	border: 1px solid #111;
}

/*iphoneの不具合回避設定(iphoneのみ)*/
.entryNav .iphone_wrapH {
	height: -webkit-fill-available;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
/*iphoneの入力画面の高さ設定*/
.iPhone .ResContentsWrapper.input {
	height: -webkit-calc(100% + 30px) !important;
	height: calc(100% + 30px) !important;
}

/*フォーム入力時のバグ回避*/
.iPhone.h_fix01,
.iPhone .h_fix01 {
	-webkit-overflow-scrolling : touch !important;
	overflow: auto !important;
	height: 100% !important;
}
.iPhone .b_fix02 {
	position: relative;
	overflow-x: hidden;
	min-height: 100%;
}

/*エラーメッセージの装飾(イベントナビと同じ)ーーーーーーー*/
.entryNav .error {
  color:#f33;
  display:none;
  font-size:11px;
}
.entryNav .errorList-iconWrap{
  padding:10px;
  margin:15px 0;
}
.entryNav .errorList-icon li {
  color:#f33;
  font-size:13px;
  padding-left:30px;
  position:relative;
  text-align:left;
}
.entryNav .errorList-icon li:before {
  background:url(/common/img/icon/alert.icon.png) no-repeat;
  background-size:23px 23px;
  content:"";
  height:23px;
  left:0;
  position:absolute;
  top:-2px;
  width:23px;
}
.entryNav .errorList-icon li+li {
  margin-top:10px;
}
.entryNav .errorList-iconWrap + .topOrderSection{
  margin-top: 15px !important;
}
/*▲ここまで エラーメッセージの装飾ーーーーーーー*/
