@charset "UTF-8";


@font-face {
	font-family: 'Play';
	src: url('../font/Play-Regular.woff') format('woff');
}

body {
	font-family: 'Play';
	font-size: 16px;
	line-height: 1.4;
	width: 100%;
	overflow-x: hidden;
	word-break: break-word;
	color: #000;
	letter-spacing: 0.03em;
	font-weight: normal;
	background-color: #d2ddec;
}

.pc, .s_pc, .tab {
	display: none;
}

header {
	width: 100%;
	z-index: 9999;
	transition: all .5s;
}

#htmlheader {
	height: 50px;
	padding: 10px;
	background-color: #fff;
}

#htmlheader img {
	height: 30px;
}

#escmtsd {
	background-color: #f0f0f0;
	line-height: 1.2;
	padding: 8px 10px;
}

#bucket {
	color: #ccc;
	background-color: #fff;
	font-size: 10px;
}

#bucket p {
	padding: 5px 10px;
}

#bucket span {
	display: inline-block;
}

.arrow {
	width: 2em;
	text-align: center;
	color: #000;
	display: inline-block;
}

.pick {
	color: #003A86;
}

.pagetitle {
	background-color: #fff;
	text-align: center;
	padding: 20px;
	line-height: 1.2;
}

.title {
	font-size: 20px;
}

.subtitle {
	font-size: 14px;
	padding-top: 10px;
}

#scale {
	width: 100%;
	height: 60vw;
	opacity: 0;
	position: fixed;
	z-index: -999;
	top: 0;
	left: 0;
}

#bgimg {
	position: fixed;
	z-index: -9999;
	width: 100%;
	height: 60vw;
	top: 0;
	left: 0;
	overflow: hidden;
	background-image: url(../img/mailformbgsp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#slide {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60vw;
	z-index: -9999;
}

#slide > div {
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
}

#slide img {
	width: 100%;
}

#errorbg {
	background-image: url(../img/error.jpg);
	background-position: center center;
	background-size: cover;
	position: fixed;
	z-index: -9999;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	top: 0;
	left: 0;
}

#bg {
	width: 100%;
	z-index: -9999;
	position: fixed;
	bottom: 0;
	background-image: url(../img/tokyoseasp.jpg);
	background-size: cover;
	background-position: center center;
}

#seakubox {
	height: 60vw;
	position: relative;
}

#seakubox img {
	position: absolute;
	top: 51%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
}

#belowthis {
	padding: 60px 0;
	background-color: rgba(255,255,255,0.85);
}


#headimg {
	width: 100%;
	margin: 60px auto 0;
}

#headimg img {
	width: 100%;
	vertical-align: middle;
}

#overview {
	padding: 40px 20px 0 20px;
}

#applicationbutton {
	text-align: center;
	font-size: 18px;
	margin: 40px auto 45px;
}

#applicationbutton a {
	background-color: #4788ff;
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #fff;
}

.itembox {
	padding: 25px 20px;
}

.itembox:nth-child(odd), #inputarea > div:nth-child(odd), #outputarea > div:nth-child(odd) {
	background-color: rgba(230,230,230,0.7);
}

.itembox:nth-child(even), #inputarea > div:nth-child(even), #outputarea > div:nth-child(even) {
	background-color: rgba(255,255,255,0.8);
}

.item {
	color: #003A86;
	font-size: 20px;
}

footer {
	font-size: 12px;
	line-height: 1.2;
	padding: 55px 20px;
	background-color: rgba(255,255,255,0.7);
}

#ftb {
	height: auto;
	background-color: rgba(255,255,255,0.7);
}

#copy {
	margin-top: 1em;
}

#infostate {
	padding: 60px 0;
	line-height: 1.2;
}

#infostate p {
	padding: 0 20px;
}

#inputarea, #outputarea {
	padding-bottom: 60px;
}

#inputarea > div {
	padding: 20px 20px 30px;
}

#outputarea > div {
	padding: 20px;
}

.inputbox label {
	width: 100%;
	border: 1px solid #003A86;
	display: block;
}

.inputbox input {
	width: 94%;
	padding: 10px 3%;
	font-size: 16px;
	font-family: 'Play';
	margin: 0 auto;
	background-color: transparent;
	outline: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
}

.inputbox textarea {
	display: block;
	width: 94%;
	max-width: 94%;
	min-width: 94%;
	padding: 10px 3%;
	border: none;
	font-size: 16px;
	font-family: 'Play';
	margin: 0 auto;
	background-color: transparent;
	min-height: 172px;
	height: auto;
	-ms-overflow-style: none;
	outline: none;
	border-radius: 0;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
}

.inputbox label textarea::placeholder,
.inputbox label input::placeholder {
 color: #EA1C1C;
 opacity: 1;
}

.inputbox label textarea::-ms-input-placeholder,
.inputbox label input::-ms-input-placeholder {
 color: #EA1C1C;
 opacity: 1;
}
.inputbox label textarea:-ms-input-placeholder,
.inputbox label input:-ms-input-placeholder {
 color: #EA1C1C;
 opacity: 1;
}
.inputbox label textarea:-ms-input-placeholder,
.inputbox label input:-ms-input-placeholder {
 color: #EA1C1C;
 opacity: 1;
}
.inputbox label textarea:-moz-placeholder,
.inputbox label textarea::-moz-placeholder {
 color: #EA1C1C;
 opacity: 1;
}
.inputbox label textarea::-webkit-input-placeholder,
.inputbox label textarea:-webkit-input-placeholder {
 color: #EA1C1C;
 opacity: 1;
}
.inputbox label input:-moz-placeholder,
.inputbox label input::-moz-placeholder {
 color: #EA1C1C;
 opacity: 1;
}
.inputbox label input:-webkit-input-placeholder,
.inputbox label input::-webkit-input-placeholder {
 color: #EA1C1C;
 opacity: 1;
}


.requi {
	padding: 0 3px;
	color: #ff0000;
}

.inputbox input:focus, .inputbox textarea:focus {
	background-color: rgba(0,58,134,0.1);
	outline: none;
}

.checkflex {
	padding-bottom: 24px;
}

.checkflex .inputblue {
	margin-bottom: 12px;	
}

.checkflex div label {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
}

.checkflex p input {
	font-family: 'Play';
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: none;
	color: #EA1C1C;
	font-size: 16px;
	opacity: 1;
	border-radius: 0;
}

 .checkflex .inputblue input::placeholder {
 color: #EA1C1C;
 font-size: 16px;
 opacity: 1;
}
 
 .checkflex .inputblue input::-ms-input-placeholder,
 .checkflex .inputblue input:-ms-input-placeholder {
 color: #EA1C1C;
 font-size: 16px;
 opacity: 1;
}
 
 .checkflex .inputblue input::-moz-placeholder,
 .checkflex .inputblue input:-moz-placeholder {
 color: #EA1C1C;
 font-size: 16px;
 opacity: 1;
}
 
 .checkflex .inputblue input:-webkit-input-placeholder,
 .checkflex .inputblue input::-webkit-input-placeholder {
 color: #EA1C1C;
 font-size: 16px;
 opacity: 1;
}

.bbox input {
	position: absolute;
	top: 0;
	left: -1000%;
	width: 100%;
	height: 100%;
	border: none;
	pointer-events: none;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	margin: 0;
}


.checkflex .inputblue input {
	font-family: 'Play';
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: none;
	color: #EA1C1C;
	font-size: 16px;
	opacity: 1;
}


.checkflex .bbox span.cb {
	margin: 0 16px 0 3px;
	width: 20px;
	height: 20px;
	padding: 10px;
	border-radius: 0;
	color: #003A86;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	position: relative;
	cursor: pointer;
}

.checkflex .bbox span.cb:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 14px;
	height: 14px;
	border: 1px solid #aaa;
}

.checkflex .bbox input:checked + span.cb:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 6px;
	width: 6px;
	height: 16px;
	border: none;
	border-right: 2px solid #003A86;
	border-bottom: 2px solid #003A86;
	transform: rotate(45deg);
	background-color: transparent;
}

.checkflex > div > label:not(:last-child) {
	margin-bottom: 10px;
}



.checkflex label a,
#infostate a,
.checkout a {
	color: #003A86;
	text-decoration: underline;
}

.inputblue {
	color: #003A86;
	display: block;
	margin-bottom: 5px;
	opacity: 1;
}


.alertmessage {
	padding: 0 20px 60px;
	color: #EA1C1C;
}

.erroralert {
	color: #EA1C1C;
	padding: 5px 0;
	margin: 0 3%;
	font-size: 14px;
}

.erroralertchek {
	font-size: 14px;
	color: #EA1C1C;
	padding: 0 0 5px 0;
	margin: 0;
}

#smb input {
	font-family: 'Play';
	width: 100%;
	background-color: #89afe6;
	color: #fff;
	border: none;
	line-height: 1.45;
	padding: 5px 0;
	display: block;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	font-size: 16px;
	border-radius: 0;
}

#smb input:focus {
	border-radius: 0;
	outline: none;
	border: none;
}

.out {
	padding: 10px 0 0 0;
}

.bbox > div {
	width: 100%;	
}

.checkout .bbox > div > div {
	width: 100%;
	display: flex;
	align-items: center;
}

.bbox div label:not(:last-child),
.checkout .bbox div div:not(:last-child) {
    margin-bottom: 10px;
}

.checkout .inputblue {
	margin-bottom: 12px;
}


#goback a {
	text-align: center;
	width: 100%;
	background-color: #fafafa;
	line-height: 1.45;
	padding: 5px 0;
	display: block;
	margin-bottom: 10px;
}

#contact {
	padding: 25px 20px;
	background-color: rgba(255,255,255,0.8);
}

#alertred {
	margin-top: 60px;
}

#alertred p {
	padding: 25px 20px;
	background-color: rgba(255,0,0,0.5);
}

/******* ステータス　満席*******/


.status1 {
	display: inline-block;
	vertical-align: 2px;
	border: 1px solid #F20063;
	background-color: #F20063;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
}

/******* ステータス　残席わずか*******/


.status2 {
	display: inline-block;
	vertical-align: 2px;
	background-color: #FFA841;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
}

/******* ステータス　開催前*******/


.status3 {
	display: inline-block;
	vertical-align: 2px;
	background-color: #0ABF00;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
}

/******* ステータス　受付終了*******/


.status4 {
	display: inline-block;
	vertical-align: 2px;
	background-color: #999;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
}

/******* 情報のテキストとステータスアイコン間のスペース *******/
.statusspace {
	display: inline-block;
	width: 0.5em;
}







.pull {
    border: 1px solid #003A86;
}
.pull label {
    position: relative;
}
.pull label::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #003A86;
    border-right: 2px solid #003A86;
    transform: rotate(45deg)translate(-50%,-50%);
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    width: 100%;
    font-size: 16px;
    background-color: transparent;
    outline: none !important;
    border: none !important;
    padding: 10px 3%;
    cursor: pointer;
    border-radius: 0;
    display: block;
    font-family: 'Play';
}

select::-ms-expand {
    display: none;
}




.rbox div label {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
}

.rbox div label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 400%;
    height: 100%;
    cursor: pointer;   
}


input[type="radio"] {
    background-color: transparent;
    cursor: default;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    padding: initial;
    border: initial;
}
.rbox div label:not(:last-child) {
    margin-bottom: 10px;
}
.rbox .rb  {
    margin: 0 16px 0 3px;
    width: 20px;
    height: 20px;
    padding: 10px;
    border-radius: 0;
    color: #003A86;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    position: relative;
    cursor: pointer;
}
.rbox .rb::before  {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #aaa;
    border-radius: 10px;
}

.rbox input:checked + span.rb:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    transform: translate(-50%,-50%);
    background-color: #003A86;
}




 @media screen and (min-width:768px) {

.sp {
	display: none;
}

.pc {
	display: block;
}

.tab {
	display: block;
}

#headbox {
	position: fixed;
	top: 0;
	left: 0;
	transition: all .5s;
	width: 100%;
	z-index: 9999;
}

header {
	width: 100%;	
}

#htmlheader {
	height: 60px;
}

#htmlheader div {
	max-width: 980px;
	margin: 0 auto;
}

#htmlheader img {
	height: 40px;
	margin-left: 30px;
}

#escmtsd {
	text-align: right;
	font-size: 21px;
	padding: 0;
	line-height: 2;
}

#escmtsd p {
	max-width: 980px;
	margin: 0 auto;
	padding-right: 10px;
}

#bucket {
	margin: 0 auto;
}

#bucket p {
	max-width: 980px;
	margin: 0 auto;
	padding: 5px 30px;
	font-size: 14px;
}

.pagetitle {
	padding: 20px 0;
	font-size: 23px;
}

.formtitle {
	padding: 10px 0;
}

.title {
	font-size: 23px;	
}

.title, .subtitle {
	max-width: 700px;
	margin: 0 auto;
}

#scale {
	height: 50vw;
}

#bgimg {
	background-image: url(../img/mailformbgpc.jpg);
	height: 50vw;
}

#slide {
	height: 62.5vw;
}

#bg {
	background-image: url(../img/tokyoseapc.jpg);
}

#seakubox {
	height: 50vw;
}

#seakubox img {
	width: 35%;
	max-width: 400px;
}

#belowthis {
	padding: 100px 0;
}

#headimg {
	margin: 100px auto 0;
	width: 75%;
	max-width: 700px;
}



.error {
	padding-top: 202px !important;
}

#overview {
	width: 75%;
	max-width: 700px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}

.itembox {
	display: flex;
	align-items: center;
	width: 75%;
	max-width: 700px;
	margin: 0 auto;
	border: none;
	padding: 20px;
}

.item {
	font-size: inherit;
	padding-right: 30px;
	width: 30%;
	max-width: 180px;
}

.cont {
	flex: 1;
}

#applicationbutton {
	width: 75%;
	max-width: 700px;
	margin: 95px auto 100px;
	padding: 0;
}

#applicationbutton a {
	margin: 0;
	transition: all .5s;
	padding: 30px 0;
}

#applicationbutton a:hover {
	background-color: #003A86;
	color: #fff;
	transition: all .5s;
}

footer {
	padding: 20px 0 0;
}

footer p {
	width: 75%;
	max-width: 980px;
	margin: 0 auto;
}

#copy {
	margin: 0 auto;
	padding: 75px 0;
}

#infostate, #smb, #goback {
	width: 75%;
	max-width: 700px;
	margin: 0 auto;
}

#inputarea, #outputarea {
	width: 75%;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#infostate {
	padding: 100px 0;
}

#infostate p {
	padding: 0;
}

#inputarea > div {
	padding: 0;
}

.inputbox,
.checkflex {
	display: flex;
	justify-content: space-between;
}

.inputbox label {
	box-sizing: border-box;
	width: 65%;
	border: 1px solid #003A86;
	border-top: none;
}


.inputblue {
	display: flex;
	align-items: center;	
	width: 35%;
	line-height: 1.2;
	margin: 0;
	flex-shrink: 1;
	padding: 0 1em;
	font-size: 16px;
}




.inputbox input {
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	border: none;
}

.inputbox textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
}



.inputblue {
	width: 35%;
	box-sizing: border-box;
	padding: 10px 1em;
	margin-bottom: 0;
}

.checkflex .inputblue {
    margin-bottom: 0;
}

.bbox {
	width: 65%;
	box-sizing: border-box;
	border: 1px solid #003A86;
	border-top: none;
	padding: 10px 15px;
	display: flex;
	align-items: center;
}

.checkflex .bbox div {
	width: 100%;
}

.bbox input {
	left: 0;
	width: 400%;
}

.checkout .bbox div div:not(:last-child),
.bbox div label:not(:last-child) {
    margin-bottom: 8px;
}

.checkflex .bbox span.cb {
	margin: 0 20px 0 5px;
	width: 16px;
	height: 16px;
	padding: 8px;
}

.checkflex .bbox span.cb:before {
	top: 1px;
	left: 1px;
	width: 12px;
	height: 12px;
}

.checkflex .bbox input:checked + span.cb:before {
	top: 0;
	left: 4px;
	width: 5px;
	height: 12px;
}


#inputarea > div:first-of-type > :last-child {
	border-top: 1px solid #003A86;
}


.bbox label input:focus {
	background-color: rgba(0,58,134,0.1);
	outline: none;
}
.alertmessage {
	padding: 0 1em 100px 1em;
	margin: 0 auto;
	width: 75%;
	max-width: 700px;
}

.erroralert {
	margin: 0 15px;
	padding: 7px 0;
	font-size: 16px;
}
.erroralertchek {
	padding: 0 0 7px 0;
	font-size: 16px;
}



#inputarea > div#smb {
	padding: 100px 0 0;
}

#smb input {
	width: 100%;
	padding: 5px 0;
	display: block;
	border: none;
}

#goback a:hover,
#goback a:focus {
	background-color: #aaa;
	color: #fff;
	transition: all .5s;
	outline: none;	
}

#smb input:hover,
#smb input:focus {
	background-color: #003A86;
	color: #fff;
	transition: all .5s;
	outline: none;
	border-radius: 0;
}



#outputarea > div {
	padding: 0;
	display: flex;
}

.out {
	padding: 10px 15px;
	flex: 1;
	display: flex;
	border: 1px solid #003A86;
	border-top: none;
}

#outputarea > div:first-of-type .out {
	border-top: 1px solid #003A86;
}




#contact {
	width: 75%;
	max-width: 700px;
	padding: 20px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

#inputarea > div.bcan .bbox input {
	border-top: none;
}

#inputarea > div.bcan .bbox {
	border-top: 1px solid #003A86;
}

#alertred {
	width: 75%;
	max-width: 700px;
	margin: 100px auto 0;
}

#alertred p {
	padding: 25px;
	font-size: 18px;
}

.checkout .inputblue {
    margin-bottom: 0;
}
     
     
     
     
     
.pull {
    width: 65%;
    border-top: none;
    line-height: 1.2;
    display: flex;
    align-items: center;
}
     
 select {
     border: none;
     padding: 10px 15px;
 }
    
 .rbox {
    width: 65%;
    border: 1px solid #003A86;
    border-top: none;
 } 
 .rbox div {
     padding: 10px 15px;
 }
     
.rbox div label input:focus {
	background-color: rgba(0,58,134,0.1);
}

     
}
 @media screen and (min-width:1024px) {

.tab {
	display: none;
}

.s_pc {
	display: block;
}

#slide {
	height: 50vw;
}

#scale, #bgimg, #seakubox {
	height: 40vw;
}
}
