@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial,Meiryo,sans-serif;
	background: #f9f9f9;
	background: linear-gradient(319deg, rgb(31 152 241) 0%, rgb(2 186 214) 100%);
	
	/*background: linear-gradient(163deg, rgb(255 51 102) 0%, rgb(255 255 255) 20%, rgb(255 255 255) 50%, rgb(16 169 227) 100%);*/
}
.notice p{
	font-size: 14px;
	text-align: center;
}
#wrap{
	margin-top:3%;
	padding: 2%;
	
	/*background: linear-gradient(359deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 100%);*/
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 70%) 50%, rgb(255 255 255) 100%);
	border-radius: 8px;
}
#wrap,
#footer p{
	-webkit-box-shadow: 0 1px 46px rgb(100 100 100 / 25%);
    border: 1px;
		font-size: 10px;
}
h1 {
max-width: none;
    text-align: center;
    float: none;
    margin-top: 20px;
    margin-bottom: 8px;
		font-family: 'Noto Sans JP', sans-serif;
}
h1 a {
    text-align: center;
    font-size: 44px;
    float: none;
    color: #039 !important;
		font-family: 'Noto Sans JP', sans-serif;
		text-decoration:none
}
h1 a:hover{ text-decoration:none}
h2 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
		font-family: 'Noto Sans JP', sans-serif;
}
h2 span{
    font-family: Arial,Meiryo,sans-serif;
    font-size: 12px;
}
h3.logo{
    text-align: center;
    margin-top: -5px;
    margin-bottom: -15px;
    width: 75px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 22%;
    line-height: 75px;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 16px rgb(100 100 100 / 25%);
}
h3.logo img{
	margin: 12px;
}
.bcm { display: inline-block; width: 48.1%;margin-right:1%;}
.bcm.Rgt {margin-left:1%;}

#new_box {
        /* border-radius: 6px; */
    /* -webkit-box-shadow: 0 1px 20px rgb(100 100 100 / 15%); */
    /* background: linear-gradient( 359deg , #00bcd4 0%, #009688 100%); */
    /* background: linear-gradient( 138deg , #fff 0%, #e7f6fd 100%); */
    /* border: 1px solid #ddd; */
    padding: 0%;
    /* width: 100%; */
}

textarea.txt{
		width: 98%;
    padding: 1%;
    font-size: 15px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 8%);
    color: #333;
    font-weight: normal;
    outline: none;
    font-family: Arial;
    margin-top: 0;
    min-height: 200px;
		border-radius: 4px;
		border: 1px solid #a9a9a9;
		max-height:5000px;
}
p.ya { text-align:center;margin: 5px;margin-top: 0px;}
p.ya img { width:30px; height:auto}
/*
textarea.txt.Dec{
    min-height: 340px;
}*/

#footer{ position:relative}
#footer p a.log {
    background: #fff url(../images/favicon.png) 2px center no-repeat;
		background-size:16px;
    padding-left: 30px;
}
::placeholder {
  color: #BDBDBD;
	font-weight:normal
}
p.mini {
    font-size: 10px;
}
.fMin {
    font-size: 14px;
    font-weight: bold;
}
.fMiddle {
    font-size: 15px;
    font-weight: bold;
}
.fBig {
    font-size: 21px;
    font-weight: bold;
}
.fBigX {
    font-size: 35px;
    font-weight: bold;
    line-height: 48px !important;
}

h2 .xRed {
    border: 1px solid #f00;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    padding-bottom: 5px;
    border-radius: 24px;
    background-color: #fffff5;
}
.notice {
    margin-top: -20px;
    margin-bottom: 20px;
}

#map { width: 99.3%; height: 380px; border:3px double #ccc; border-radius:5px; }
#map .gm-style-iw-d div{font-size: 15px;margin-right: 12px;}
#map button.gm-ui-hover-effect{
	top: 0!important;  right:0!important; outline: none;
}

hr{ border:none; border-bottom:1px solid #ddd; margin-top:10px; margin-bottom:10px;}
.xRed{color: #f36;}
.tabRoot{
    display: inline-block;
    width: 98%;
		text-align: center;
		margin-top: 10px;
}
.tabRoot .area{
    width: 11.2%;
    margin: 0;
    margin-left: 0.15%;
    margin-right: 0.15%;
    margin-bottom: -1px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 30px;
    /* float: left; */
    cursor: pointer;
    padding-bottom: 2px;
    background: linear-gradient( 150deg , #fff 0%, #e0edf9 100%);
    color: #333;
    font-weight: normal;
    display: inline-block;
}
.tabRoot .area.on{
    background: linear-gradient( 138deg , #00bcd4 0%, #2196f3 100%);
    color: #fff;
		font-weight: bold;
		border: 1px solid #1c9dee;
}
.tabRoot .area.a{width: 13.2%;}
.tabRoot .area.b{width: 9.2%;}
.tabInner{
	border: 1px solid #ddd;
    padding: 1.5%;
    width: 97%;
    margin-top: 0px;
    border-radius: 4px;
    background-color: #f9f9f9;
		margin-bottom: 10px;
}
.tab{
	display:none
}
.tab .city{
    width: 13%;
    margin: 0;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 7px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 29px;
    float: left;
		cursor:pointer;
		background-color:#fff;
}
.tab .city.on{
    color: #000;
    background-color: #fff7f7;
    border: 1px solid #f36;
}
.tab .city:hover{
	background-color:#fff;
	border: 1px solid #2a85b3;
}
.tab .city a{
	display:block
}
.tab .city.on a{
    color: #000;
}
.tab .city.intlFlag i{
	float:left;
	margin: 5px;
    margin-left: 6px;
		margin-right: 0;
}
.timeBox {
    width: 99%;
    display: block;
    margin-left: auto;
    margin-right: auto;
		text-align:center;
}
.timeBox p{
display: inline-block;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    border: 1px solid #ccc;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-radius: 6px;
		display:none;
		position:relative;
		background-color: #fff;
}
.timeBox p.timeNow{
    background-color: #f36;
    color: #fff;
    border: none;
}
.timeBox p.timeJet{
    color: #f36;
}
.timeBox p.timeTokyo{
    font-weight: normal;
}
.timeBox p span.nn{
    position: absolute;
    font-family: Arial;
    top: -18px;
    left: 5px;
    color: #333;
    font-size: 12px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    border: 1px solid #f36;
		font-weight: bold;
}
.timeBox p span.nn.b{
	border: 1px solid #ccc;
	color: #f36
}


.mmPreference ul {
	padding:0px;
	margin:0px;
}

.mmPreference {
position: relative;
    /* width: 380px; */
    border-radius: 7px;
    box-shadow: 0 1px 0 rgb(9 17 61);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #003399;
    /* padding-top: 9px; */
    /* padding-right: 10px; */
    /* padding-bottom: 9px; */
    /* padding-left: 10px; */
    padding: 0.65%;
    box-shadow: inset 0 1px white, inset 0 80px 80px -80px rgb(255 255 255 / 85%);
    border: 1px solid #003399;
    margin-bottom: 9px;
    margin-top: 2px;
    text-shadow: 0 1px 0 rgb(0 51 153);
    font-size: 14px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
.mmPreference:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 0;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D0D0D0;
	border-right-color: transparent;
	border-bottom-color: #D0D0D0;
	border-left-color: transparent;
}
.mmPreference .dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border-radius: 0 0 4px 4px;
	border: 1px solid rgba(0, 0, 0, 0.17);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	font-weight: normal;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	list-style: none;
	opacity: 0;
	pointer-events: none;
	z-index:600;
	
	max-height:400px;
	overflow-y:auto;
	overflow-x:hidden;
}
.mmPreference ul {
	padding:0px;
	margin:0px;
}
.mmPreference .dropdown li a {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #3f4043;
	border-bottom: 1px solid #e6e8ea;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.mmPreference .dropdown li i {
	float: left;
	color: #333;
}
.mmPreference .dropdown li:first-of-type a {
	border-radius: 7px 7px 0 0;
}
.mmPreference .dropdown li:last-of-type a {
	border: none;
	border-radius: 0 0 7px 7px;
}
.mmPreference .dropdown li:hover a {
	background: #f3f8f8;
}
.mmPreference.active .dropdown {
	opacity: 1;
	pointer-events: auto;
}

.mmTime{
	box-shadow: inset 0 1px white, inset 0 80px 80px -80px rgb(255 255 255 / 85%);
    border: 1px solid #D0D0D0;
    background-color: #f9eecf;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
		margin-bottom:15px;
		font-weight: bold;
}
.mmTime .jp{
    padding: 1px;
    padding-left: 4px;
    padding-right: 10px;
}
.mmTime .jp,
.mmTime .time{
	display:inline-block;
	font-size: 14px;
	margin:0;
}
.mmTime input.decode {
    width: 120px;
    margin-left: 10px;
    margin-right: auto;
    height: 34px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #e61c4f;
    -webkit-box-shadow: 0 1px 6px rgb(100 100 100 / 35%);
    border-radius: 6px;
    background: linear-gradient( 359deg , rgb(228 26 77) 0%, rgb(255 51 102) 100%);
    padding-bottom: 5px;
    font-family: 'Noto Sans JP', sans-serif;
    cursor: pointer;
}
.mmTime input.decode.X {
    border: 1px solid #1e9af0;
    background: linear-gradient( 359deg , rgb(31 152 241) 0%, rgb(2 186 214) 100%);
}
.mmTime select {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bbb;
    color: #333;
    padding: 5px;
    background: #fff;
		font-size:15px;
		font-weight:bold
}
.mmTime select.from,
.mmTime select.to{
	width:238px;
	margin-top: 8px;
	font-weight:normal
}
.mmTime select.year,
.mmTime select.month,
.mmTime select.day{
	width:85px
}
.mmTime select.hour,
.mmTime select.min{
	width:75px
}

.mmTime p.time {
  position: relative;
}
.mmTime select{
	font-weight:normal;
	position: relative;
	border: 1px solid #868686;
	border-radius: 4px;
	background: #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*
	-moz-appearance: menulist;
  -webkit-appearance: menulist;
	*/
	background-image: url(../images/btnMore.png);
    background-repeat: no-repeat;
    background-position: right 4px center;
		padding-left:12px;
}
/*
.mmTime select::after {
	content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

/*
.mmTime select {
	color: #da3c41;
}
*/

.swal2-title {
    font-size: 18px!important;
    font-weight: 400!important;
    font-family: Arial, Meiryo, sans-serif;
}
.swal2-styled.swal2-confirm {
    font-size: 1.2em;
		width: 120px;
}
.swal2-styled.swal2-confirm {
    background-color: #1e9af0;
}

/*2025*/
/*#wrap,
#footer p{
	-webkit-box-shadow:none;
}*/

@media screen and (max-width: 640px) and (orientation:portrait){
	body{ padding: 0 !important; width: 100%;margin: 0; background: #f9f9f9;}
	#wrap{
		border-radius: 8px;
    margin-top: 0;
    -webkit-box-shadow: none;
    padding: 0;
    background: transparent;
		border:0;
		/*padding-top: 20%;*/
	}
	h1{ 
		border-bottom: none;
    line-height: 29px;
    padding-bottom: 16px;
    margin-top: 28px;
	}
	h1 a{ font-size: 27px;}
	h2 {font-size: 14px;line-height:17px;margin: 0;}
	h2 span {
    font-size: 10px;
    line-height: 16px;
	}
	h3.logo {
		margin-top: 5px;
    width: 60px;
    height: 60px;
	}
	h3.logo img{
    width: 58%;
    height: auto;
	}
	#new_box {
    -webkit-box-shadow: 0 1px 20px rgb(100 100 100 / 15%);
    padding: 0;
    width: 100%;
		/*background: transparent;*/
		background: #fff;
    border: none;
	}
	.bcm {width: 99%;margin:0;}

	.notice {
    margin-bottom: 25px;
    display: block;
	}
	.resBox{
		width: 100%;
		overflow-x:scroll
	}

	.fBigX {
    font-size: 33px;
    line-height: 33px !important;
	}
	#map { 
		height: 220px;
		width: 97.2%;
    margin-left: 1%;
	}
	.timeBox p.timeNow{
		font-size: 21px;
	}
	.timeBox p.timeJet,
	.timeBox p.timeTokyo{
    margin-top: 6px;
    font-size: 15px;
		line-height: 31px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
	}
	.tabRoot {
    padding: 1%;
		background-color: #fff;
		padding-top: 1.9%;
	}
	.tabRoot .area {
    width: 21.2%;
    font-size: 14px;
    line-height: 27px;
    border-radius: 6px;
    margin-bottom: 3px
	}
	.tabRoot .area.a{
		width: 28.2%;
	}
	.tabRoot .area.b {
    width: 28.2%;
	}
	.tabInner {
    background-color: #f9f9f9;
    margin: 1%;
    width: 94%;
    margin-top: 0;
	}
	.tab .city {
    width: 31.5%;
		font-size: 11px;
    line-height: 26px;
    margin-bottom: 5px;
	}
	.mmPreference {
    width: 94%;
    top: 12px;
    margin-bottom: 12px;
    /*min-height: 32px;*/
    padding-top: 12px;
    padding-bottom: 12px;
	}
	.mmPreference .dropdown {
    font-size: 14px;
	}
	.mmTime {
    width: 92%;
    margin-left: 1%;
	}
	.mmTime select{
		padding-left:5px;
	}
	.mmTime select.year{
		width: 58px;
		margin-right: -3px;
	}
	.mmTime select.month, 
	.mmTime select.day {
    width: 48px;
		margin-right: -3px;
		margin-left: -3px;
	}
	.mmTime select.hour,
	.mmTime select.min {
    width: 49px;
		margin-right: -3px;
		margin-left: -3px;
	}
	.mmTime select.from,
	.mmTime select.to {
    width: 322px;
	}
	.mmTime input.decode{
		margin-top:8px;
	}
	p.mini {
    font-size: 8px;
	}
	.notice .xRed {
		font-size:11px !important;
	}
}