@charset "utf-8";
/* CSS Document */
img {
	max-width: 100%
}
a {
	text-decoration: none
}
.disp--pc {
    display: none !important;
}
.main {
	font-size: calc(28vw / (750 /100));
}
.mv__wrapper {
	background:url("../../../../common/images/sp/bg_mv.jpg") no-repeat center center;
	background-size: cover;
	padding: calc(70vw / (750 / 100)) 0;
}
.mv__inner, .section__inner {
    width: calc(710vw / (750 / 100));
    margin: auto;
}
.innerbox, .section__container {
	width: calc(710vw / (750 / 100));
	margin: auto;
}
.innerbox {
	padding: 20px 0;
}
.section__container {
	padding: 0 0 24px;
}
.main-title {
	font-size: calc(36vw / (750 /100));
	margin-bottom: 20px;
	text-align: center;
	color: #004097;
}
.update {
	text-align: right;
	font-size: 3.0vw
}
.readbox {
	margin: 10px auto;
}
.readbox.attn{
	border: 1px dotted #004097;
	color: #004097;
	padding: 10px;
	margin-bottom: 0;
	font-size: calc(23vw / (750 / 100));
}
nav.area {
	background: #EDFAFB;
	padding: 0.5em 0.5em 0;
	margin-bottom: 30px;
}
.area-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.area-list:after {
	content: "";
	display: block;
	width: calc(96% / 2);
}
.area-list li {
	width: calc(96% / 2);
	margin-bottom: 0.5em
}
.area-list li a {
	background-color: #FFF;
	display: block;
	border: 1px solid #888;
	border-radius: 4px;
	font-size: 3.2vw;
	color: #111;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box
}
.area-list li a.current {
	border-top: 3px solid #0057B8;
	line-height: 37px;
}
.area-list li a:hover {
	border-top: 3px solid #0057B8;
	line-height: 37px;
}
.area-content {
	margin-bottom: 20px;
}
.area-content__title {
	font-size: 4.8vw;
	font-weight: bold;
	color: #0057B8;
	border-left: 4px solid #0057B8;
	text-indent: 8px;
	margin-bottom: 10px;
}
.menu-list {
	display: flex;
	margin-bottom: 50px;
}
.menu-list li {
	width: calc(100% / 3);
	padding: 0.5em;
	border-right: 1px solid;
	text-align: center;
}
.menu-list li:first-child {
	border-left: 1px solid;
}
.menu-list li:last-child {
	margin-right: 0
}
.menu-list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 15px;
	font-size: 3.4vw;
	color: #333;
	height: 100%;
	width: 100%;
	position: relative
}
.menu-list li a:after {
	content: "";
	display: inline-block;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	position: absolute;
	bottom: 0;
	right: 50%;
}
.mark-guide {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.mark-guide li {
	font-size: 3.0vw;
	margin-right: 0.5em;
	padding-right: 0.5em;
	border-right: 1px solid #D7D7D7
}
.mark-guide li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.hotel-select, .spot-select, .airline-select {
	padding: 0.5em;
	border: 1px solid #888;
	border-radius: 4px;
	font-size: 3.6vw;
	margin-bottom: 20px;
	background: #FFF;
}
.airline-select {
	margin-bottom: 30px
}
.hide {
	display: none
}
.itembox {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #D7D7D7;
}
.item-img {
	height: 180px;
	overflow: hidden;
	position: relative
}
.item-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.item-img .credit {
	display: block;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 2.8vw;
	color: #FFF;
	padding: 0.3em;
	text-align: center;
}
.item-data {}
.item-name {
	font-size: 4.8vw;
	margin: 5px auto;
}
.table-scroll {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.table-scroll::-webkit-scrollbar {
	height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.table-scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
.action-chart {
	width: 100%;
	background: #F2F2F2;
	table-layout: fixed;
	border-collapse: collapse
}
.action-chart tr th, .action-chart tr td {
	text-align: center;
	padding: 0.3em;
	border-right: 1px solid #888
}
.action-chart tr th {
	font-size: 3.0vw;
	font-weight: normal;
	border-bottom: 1px solid #888;
}
.action-chart tr th:last-child {
	border-right: none
}
.action-chart tr td {
	font-size: 3.6vw;
}
.action-chart tr td small {
	display: block;
	font-size: 3.0vw;
}
.action-chart tr td:last-child {
	font-size: 3.0vw;
	border-right: none;
}
.action-chart tr td:nth-child(7) {
	font-size: 3.0vw;
}
.col1 {
	width: 6em;
}
.col2 {
	width: 10em
}
.item-note {
	margin-top: 5px;
}
.item-note li {
	font-size: 3.0vw;
	padding-left: 1.0em;
	position: relative
}
.item-note li a {
	text-decoration: underline;
	color: #0000EE
}
.item-note li:first-child {
	padding-left: 0
}
.item-note li:not(:first-child):before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0
}
.item-note li.close-txt {
	font-size: 3.2vw;
	font-weight: bold;
	color: #C00
}
.goTop__img--pc {
	width: 60px !important
}
.airbox {
	background: #F2F2F2;
	padding: 10px;
	margin-bottom: 20px;
}
.airline-name {
	font-size: 4.8vw;
	color: #0057B8;
	margin-bottom: 8px;
}
.airline-measures li {
	font-size: 3.4vw;
	margin-bottom: 10px;
}
.airline-measures li:last-child {
	margin-bottom: 0
}
.airline-sub {
	font-weight: bold;
	padding-left: 1.0em;
	position: relative;
	margin-bottom: 5px;
}
.airline-sub:before {
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
}
.measures-detail__s {
	margin-bottom: 3px;
}
.measures-detail__txt {
	padding-left: 1.0em;
}
.measures-detail__txt + .measures-detail__s {
	margin-top: 3px
}
.airline-link {
	text-align: right;
}
.airline-link a {
	display: block;
	color: #000D99;
	position: relative;
	text-decoration: underline;
	padding-right: 1.0em;
}
.airline-link a:after {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-top: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg)
}
/* ▼コロナ各国入国条件スタイル */
.grid-col4 {
	width: 50%;
}
.gridTab__item {
	font-size: calc(26vw / (750 / 100));
}
.area-content_ttl_a {
	font-size: calc(44vw/ (750 / 100));
	font-weight: 800;
	text-indent: 8px;
	text-align: center;
	margin-top: 40px;
}
.area-content_ttl_b {
	font-size: calc(36vw / (750 / 100));
	font-weight: bold;
	color: #0057B8;
	border-bottom: 2px solid #0057B8;
	text-indent: 8px;
	margin: 20px 0px;
}
.list-row {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #ccc;
}
.list-row li {
	padding: 5px 10px;
	color: #333;
}
.row1 {
	display: table-cell;
	height: 4.0rem;
	width: 15%;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	font-size: 16px;
}
.row2 {
	display: table-cell;
	height: 4.0rem;
	width: 40%;
	border-right: 1px solid #ccc;
}
.row3 {
	display: table-cell;
	height: 4.0rem;
	width: 40%;
	border-right: 1px solid #ccc;
}
.row4 {
	display: table-cell;
	height: 4.0rem;
	width: 15%;
	vertical-align: middle
}
.grey {
	background: #edfafb;
	font-size: inherit;
}
.verti_m {
	vertical-align: middle;
}
.mgb50 {
	margin-bottom: 10px;
}
.information {
	margin-bottom: 60px;
}
.info_contents {
	text-align: left;
}
.info_box {
	margin-bottom: 30px;
}
.info_title {
	font-weight: bold;
	padding-left: 7px;
	line-height: 2.5rem;
	/* border: 1px solid #ccc; */
}
.info_text {
	padding: 7px;
}
.dst {
	margin-bottom: 30px;
}
.dst__title--day {
	font-size: .8em;
	font-weight: normal;
}
.dst-content_ttl_b {
	font-weight: bold;
}
.dst-content_ttl_b + .dst__notes {
	margin: 5px 0px 10px;
}
.main_dst {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.main_dst tr {
	border-bottom: 1px #ccc solid;
}
.main_dst th {
	background: #edfafb;
	line-height: 1.3;
	font-weight: normal;
	text-align: center;
	padding: 5px;
}
.main_dst td {
	padding: 5px;
}
.main_dst .country {
	width: 25%;
	border-right: 1px solid #ccc;
}
.main_dst td.country {
	text-align: left;
}
.main_dst .availability,
.main_dst .link {
	width: 15%;
	border-right: 1px solid #ccc;
	font-size: .9em;
	text-align: center;
}
.main_dst .notes {
	width: 45%;
}
.main_dst td.notes {
	font-size: 90%;
	text-align: left;
}
.main_dst td a:link {
	text-decoration: underline;
}
.main_dst td a:hover {
	text-decoration: none;
}
.long_url {
	word-break: break-all;
}
/* ▲コロナ各国入国条件スタイル */


/* ▼入国可能な渡航先 アコーディオン対応 追加スタイル SP */
.dst__contents .main_dst .other_area_dst .js-accordion-contents-child {
	display: none;
}
.dst__introduction[class*="accordion"] {
	background: #a09f9f;
	cursor: pointer;
	color: #fff;
	position: relative;
}
.main {
	font-size: calc(26vw / (750 / 100));
	padding-bottom: calc(100vw / (750 / 100));
}
.section__wrapper + .section__wrapper {
	margin-top: calc(100vw / (750 / 100));
	padding-top: calc(50vw / (750 / 100));
}
.dst__introduction[class*="accordion"] {
	padding: calc(20vw / (750 / 100));
	padding-right: calc(95vw / (750 / 100));
}
.dst__introduction[class*="accordion"]::after {
	width: calc(50vw / (750 / 100));
	height: calc(50vw / (750 / 100));
	right: calc(20vw / (750 / 100));
}
.dst__introduction[class*="accordion"]::after {
	content: "";
	border: 1px solid #fff;
	border-radius: 100%;
	background: url(/cmn/icon/icon_add_white.svg) no-repeat center center;
	position: absolute;
	top: 0;
	bottom: 0;
 	margin: auto;
}
.dst__introduction[class*="accordion"].is-open::after {
	background-image: url(/cmn/icon/icon_remove_white.svg);
}
.dst__title > [class*="dst__title--"] {
	display: block;
}
.dst__title--text {
	font-size: calc(34vw / (750 / 100));
}
.dst__title--day {
	font-weight: normal;
	font-size: calc(22vw / (750 / 100));
	margin-top: calc(5vw / (750 / 100));
}
.dst__notes {
	font-size: calc(20vw / (750 / 100));
	margin-top: calc(10vw / (750 / 100));
}
.dst__introduction[class*="accordion"] a {
	color: inherit;
}
.dst__introduction[class*="accordion"] a:link {
	text-decoration: underline;
}
.dst__introduction[class*="accordion"] a:hover {
	text-decoration: none;
}
.dst__contents .main_dst .other_area_dst thead[class*="accordion"] > tr {
	border-bottom: none;
}
.dst__contents .main_dst .other_area_dst thead[class*="accordion"].is-open > tr {
	border-bottom: 1px solid #ccc;
}
.dst__contents .main_dst .other_area_dst table th {
padding: 15px 10px;
}
.dst__contents .main_dst .other_area_dst thead[class*="accordion"] th {
position: relative;
}
.dst__contents .main_dst .other_area_dst thead[class*="accordion"] th::after {
	content: "";
	border-radius: 100%;
	background: url(/cmn/icon/icon_add_white.svg) no-repeat center center #B4B4B4;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.dst__contents .main_dst .other_area_dst thead[class*="accordion"] th::after {
	width: 30px;
	height: 30px;
	right: 30px;
}
.dst__contents .main_dst .other_area_dst thead[class*="accordion"].is-open th::after {
	background-image: url(/cmn/icon/icon_remove_white.svg);
}
.dst__contents .main_dst .other_area_dst thead[class*="accordion"] a {
	color: inherit;
	text-decoration: none;
}
.dst__contents th:not(:last-child), .dst__contents td:not(:last-child) {
	border-right: 1px dashed #ccc;
}
.dst__contents .main_dst .other_area_dst table tbody tr:last-child {
	border-bottom: none;
}
.dst__contents .main_dst .other_area_dst table {
	width: 100%;
 	border-collapse: collapse;
}
.dst__contents td,
.dst__contents .main_dst .other_area_dst .js-accordion-contents td:first-child .js-accordion-contents-child td {
	padding: 7px 12px 9px;
}
.dst__contents .main_dst .other_area_dst, 
.dst__contents .main_dst .other_area_dst .js-accordion-contents td:first-child {
	padding: 0;
}
.dst__contents .country {
	width: 30%;
 }
.dst__contents .availability, .dst__contents .link {
	width: 14%;
}
.dst__contents th {
	padding: calc(15vw / (750 / 100)) calc(10vw / (750 / 100));
}
.dst__contents th.availability, .dst__contents th.link, .dst__contents td.notes {
	font-size: calc(22vw / (750 / 100));
}
.dst__contents td {
	padding: calc(20vw / (750 / 100)) calc(10vw / (750 / 100));
}