@charset "UTF-8";
@import "reset.css";

.clear { height:1px; font-size:0px; line-height:1px; clear:both; }
.left { float:left; }
.right { float:right; }

.txt_small { font-size:80%; }
.txt_large { font-size:90%; }
.txt_bold { font-weight:bold; }

.txt_left { text-align:left; }
.txt_center { text-align:center; }
.txt_right { text-align:right; }
input.txt_right { padding-right: 1px; }

.txt_red { color:#ff0000; }
.txt_green { color:#5bac33; }
.txt_orange { color:#d09404; }
.txt_white { color:#fff; }
.txt_blue { color:#59b6ec; }
.txt_lightgray { color:#999; }

.space_left_ss { margin-left:5px; }
.space_left_s { margin-left:10px; }
.space_left_m { margin-left:15px; }
.space_left_l { margin-left:20px; }
.space_left_ll { margin-left:25px; }
.space_left_lll { margin-left:30px; }

.space_top_ss { margin-top:5px; }
.space_top_s { margin-top:10px; }
.space_top_m { margin-top:15px; }
.space_top_l { margin-top:20px; }

.space_right_ss { margin-right:5px; }
.space_right_s { margin-right:10px; }
.space_right_m { margin-right:15px; }
.space_right_l { margin-right:20px; }
.space_right_ll { margin-right:25px; }
.space_right_lll { margin-right:30px; }

.space_bot_ss { margin-bottom:5px; }
.space_bot_s { margin-bottom:10px; }
.space_bot_m { margin-bottom:15px; }
.space_bot_l { margin-bottom:20px; }
.space_bot_ll { margin-bottom:25px; }
.space_bot_lll { margin-bottom:30px; }

.forced_top_10px {
  top: 10px !important;
}
.forced_left_10px {
  left: 10px !important;
}
.forced_right_10px {
  right: 10px !important;
}
.forced_bottom_10px {
  bottom: 10px !important;
}

.ime_disabled{
ime-mode:disabled;
}
.ime_active{
ime-mode:active;
}

.print_msg {
	display: none;
}

input.datepick,
input.datepick2 {
	color: #000000;
	background-color: #eeeeee;
}


#shim {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 10px;
	height: 10px;
	border: none;
}

#app_header {
	width: 100%;

	font-size: 150%;
	font-weight: bold;
	background-color: #212529;
	border-bottom: 5px double #808080;
	box-sizing: border-box;
	overflow: hidden;
}

#app_header .title {
	max-width: 510px;
	margin: 0 auto;
	padding: 4px;
	overflow-wrap: normal;
	box-sizing: border-box;
	color: white;
	line-height: 1.2em;
}
#app_header .title img {
	float: left;
}

#app_header .title .logo {
	margin: 0.5em;
}
#app_header .title .sub1 {
	margin: 0.8em auto 0;
	font-size: 100%;
	text-align: right;
	text-shadow: 1px 1px 2px #FBDDDD;
}
#app_header .title .sub2 {
	margin: 0.5em auto 0;
	font-size: 100%;
	text-align: right;
	text-shadow: 1px 1px 2px #FBDDDD;
}
#app_header .title .sub3 {
	margin: 0.3em auto 0;
	font-size: 100%;
	text-align: right;
	text-shadow: 1px 1px 2px #FBDDDD;
}

#main {
}


.w3em {
	width: 3em;
}


/****************************************
* 処理待ちの画面ブロック
****************************************/
#lockscr {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.7;
  width: 100%;
  height: 100%;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px 120px;
  background-color: #fff;
  z-index: 99999 !important;
}

.hidden {
	display: none;
}

#large-frame {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	box-sizing: border-box;
}

.banner {
	width: 260px;
	margin: 0 auto;
	box-sizing: border-box;
}

.target {
	padding: 4px;
	font-size: 80%;
	text-align: center;
	line-height: 1.3em;
}
.target p {
	margin-top: 1em;
}
.target .usa {
	height: 2.4em;
	color: #fff;
	padding: 4px;
	background-color: #0E2491;
	font-weight: bold;
}
.target .custom {
	height: 2.4em;
	color: #fff;
	padding: 4px;
	background-color: #C4931D;
	font-weight: bold;
}

#wrapper {
	width: 100%;
	max-width: 510px;
	margin: 0 auto;
	padding: 4px;
	box-sizing: border-box;
}

#expl {
	width: 100%;
	margin: 1em auto;
	line-height: 1.3em;
}

#expl .lead-text {
	font-size: 80%;
}

#expl .mail-notice {
	margin-top: 1em;
	font-size: 80%;
	border: 1px solid #1509B0;
	background-color: #F2F2F8;
	padding: 4px;
}

#sgbox {
	width: 100%;
	position: relative;
	margin: 1em auto;
	padding-bottom: 1em;
	background-color: #fff;
	background-repeat: repeat-y;
	background-size: contain;
}
#sgbox .cont {
	width: 100%;
	margin: 0 auto 1em;
	background-color: rgba(255,255,255, 0.85);
}

#sgbox .cont table {
	width: 100%;
	font-size: 11pt;
	table-layout: fixed;
	border-collapse: collapse;
}

#sgbox .cont th,
#sgbox .cont td {
	padding: 8px;
	border: 1px solid black;
}

#sgbox .cont th {
	width: 30%;
}
#sgbox .cont .last-item {
	border-bottom: 1px solid #544545;
}

#sgbox .enq {
	width: 100%;
	margin: 1em auto 1em;
	background-color: rgba(255,255,255, 0.85);
}

#sgbox .enq table {
	width: 100%;
	font-size: 11pt;
	table-layout: fixed;
	border-collapse: collapse;
}

#sgbox .enq th,
#sgbox .enq td {
	padding: 8px;
	border: 1px solid #212529;
}
#sgbox .enq th {
	background-color: rgba(132,167,161,0.8);
	color: white;
}

#sgbox .enq .cooperation {
	padding: 12px;
	background-color: rgbx(255, 255, 255, 0.9);
	text-align: center;
}

#sgbox .enq ul.list.reason {
	padding-bottom: 8em;
}
#sgbox .enq ul.list li {
	position: relative;
	display: block;
	width: 50%;
	height: 2.7em;
	float: left;
}
#sgbox .enq ul.list input[type="checkbox"] {
	float: left;
}
#sgbox .enq ul.list label {
	position: absolute;
	display: block;
	top: 3px;
	left: 1.6em;
}

#sgbox .enq select {
	min-width: 8em;
}

#sgbox .enq input.artist {
	width: 90%;
}

.required {
	margin-left: 1em;
	color: red;
}

.band {
	width: 1em !important;
	color: #fff;
	background-color: #000;
}

.exam {
	margin-top: 0.5em;
	color: #555;
	font-size: 0.9em;
}

input[name="zip1"] {
	width: 3em !important;
}
input[name="zip2"] {
	width: 4em !important;
}
input.name {
	width: 10em !important;
}
input.age {
	width: 3em !important;
}
input.phone1 {
	width: 3em !important;
}
input.phone {
	width: 4em !important;
}
input.date {
	width: 10em !important;
}
input[name="purchase_date_c"] {
	width: 8em !important;
}
input[name="purchase_date_c"]:hover {
	cursor: pointer;
}
select[name="pref"] {
	width: 10em;
}
.birthday {
	width: 5em !important;
}
input[type="text"] {
	width: 95%;
}

.flex-c {
	margin-top: 30px;
	display: flex;
}
.btn {
	width: 220px;
	padding: 24px 8px;
	margin: 0 auto;
	color: white;
	box-sizing: border-box;
	font-size: 14pt;
	text-align: center;
	border: 1px solid #fff;
	background-color: #aaaaaa;
    font-weight: 600;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .2);
	border-radius: 7px;        /* 角丸指定 */
}
.btn:hover {
	cursor:  pointer;
	color: #fff;
	background-color: #cccccc;
}

.submit {
	border: 1px solid #fff;
	background-color: #6A7F9D;
    font-weight: 600;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .2);
	border-radius: 7px;        /* 角丸指定 */
}

.submit:hover {
	cursor:  pointer;
	border: 1px solid #6A7F9D;
	background-color: #fff;
	color: #6A7F9D;
	transition : 0.3s; /*ふわっと表示*/
}


/****************************************
* 住所選択
***************************************/
#multiadd table {
	position: relative;
	width: 100%;
	max-width: 480px;
	table-layout: fixed;
	border-collapse: collapse;
}
#multiadd table th {
	position: sticky;
	top: 0;
	padding: 4px;
	border: 1px solid black;

	background-color: #7A0E0E;
	color: white;
	text-align: center;
}
#multiadd table th:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
}

#multiadd table td {
	padding: 4px;
	border: 1px solid black;
}
#multiadd .seltownarea {
	max-height: 275px;
	overflow-y: scroll;
}

#multiadd p {
	line-height: 1.2em;
}

.candidate:hover {
	background-color: #C7FEBC;
	cursor: pointer;
}


/****************************************
* 個人情報保護方針
****************************************/
.optin {
	width: 100%;
	margin: 1em auto 1em;
	border: 1px solid #212529;
	box-sizing: border-box;
	padding: 1em 0;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	line-height: 1.3em;
}
.optin label:hover {
	cursor: pointer;
}
.person-info {
	padding: 0 1em 1em;
	text-align: left;
	font-size: 80%;
}
.person-info ul {
	width: 100%;
	margin: 1em auto 0;
	list-style: disc inside;
}



.sel-shop-btn {
	width: 4em;
	margin: 0 atuo;
	margin-bottom: 1em;
	padding: 4px 1em;
	border: 1px solid black;
	background-color: #ccc;
}
.sel-shop-btn:hover {
	cursor: pointer;
}

.selection {
	width: 480px;
	margin: 0 auto;
	max-width: 480px;
	box-sizing: border-box;
}
.selection li {
	display: block;
	width: auto;
	min-width: 8em;
	font-size: 11pt;
	text-align: center;
	margin: 8px 8px;
	border: 1px solid black;
	padding: 8px;
	border-radius: 8px;
	background-color: #eee;
	float: left;
}
.selection li:hover {
	cursor: pointer;
}

.global-err {
	display: none;
}

.err-item {
	width: 100%;
	padding: 4px;
	margin: 4px 0;
	box-sizing: border-box;
	line-height: 1.3em;
	background-color: #FFECA8;
	font-size: 85%;
	color: #C92C30;
}

.conf-list {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.3em;
}

.footer {
    width: 100%;
    background-color: #212529;
    color: #ccc;
    font-size: 0.85rem;
    text-align: center;
    margin-bottom: 0.0rem;
	padding: 30px 0px 30px 0px;
    bottom: 0;
}

@media screen and (max-width:1279px) {
	.banner {
		display: none;
	}
}
@media screen and (max-width:480px) {
	#app_header .title img {
		display: none;
	}

	#app_header .title .sub1,
	#app_header .title .sub2 {
		width: 100%;
		margin: 0.4em auto 0;
		text-align: center;
	}

	.flex-c {
		display: block;
	}
	.btn {
		margin-bottom: 1em;
	}
}

