@charset "utf-8";
/* CSS Document */
img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
.disp--sp {
    display: none !important;
}
.mv__wrapper {
	background:url("../../../../common/images/pc/bg_mv.jpg") no-repeat center center;
	background-size: cover;
	padding: 60px 0 50px;
}
.mv__inner {
    width: 992px;
	margin: auto;
}
.innerbox {
	width: 96%;
	max-width: 992px;
	margin: auto;
	padding: 30px 0;
}
.section__container {
	padding: 24px 0;
}
.main-title {
	font-size: 28px;
	margin-bottom: 30px;
	text-align: center;
	color: #004097;
}
.update {
	text-align: right
}
.readbox {
	margin: 20px auto;
}
.readbox.attn{
	padding: 10px;
	border: 1px dotted #004097;
	color: #004097;
	margin-bottom:0;
}
nav.area {
	background: #EDFAFB;
	padding: 20px 0;
	margin-bottom: 40px;
}
.area-list {
	width: 992px;
	display: flex;
	justify-content: space-between;
	margin: auto;
}
.area-list li {
	width: calc(96% / 4);
}
.area-list li a {
	background-color: #FFF;
	display: block;
	border: 1px solid #888;
	border-radius: 4px;
	font-size: 14px;
	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: 20px;
	font-weight: bold;
	color: #0057B8;
	border-left: 4px solid #0057B8;
	text-indent: 8px;
}
.menu-list {
	display: flex;
	margin-bottom: 50px;
}
.menu-list li {
	width: calc(100% / 3);
	padding: 10px;
	border-right: 1px solid;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-list li:first-child {
	border-left: 1px solid;
}
.menu-list li:last-child {
	margin-right: 0;
}
.menu-list li a {
	display: block;
	font-size: 16px;
	color: #333;
	position: relative;
	padding-right: 25px;
}
.menu-list li a:after {
	content: "";
	display: inline-block;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	position: absolute;
	top: -8px;
	bottom: 0;
	right: 0;
	margin: auto;
}
.menu-list li a:hover {
	text-decoration: underline;
}
.mark-guide {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}
.mark-guide li {
	font-size: 12px;
	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: 16px;
	margin-bottom: 20px;
	background: #FFF;
}
.airline-select {
	margin-top: 30px;
}
.hide {
	display: none;
}
.itembox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #D7D7D7;
}
.item-img {
	width: 20%;
	margin-right: 10px;
}
.item-img .credit {
	display: block;
	font-size: 12px;
}
.item-data {
	flex: 1;
}
.item-name {
	font-size: 24px;
}
.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: 12px;
	font-weight: normal;
	border-bottom: 1px solid #888;
}
.action-chart tr th:last-child {
	border-right: none;
}
.action-chart tr td {
	font-size: 16px;
}
.action-chart tr td small {
	display: block;
	font-size: 12px;
}
.action-chart tr td:last-child {
	font-size: 12px;
	border-right: none;
}
.action-chart tr td:nth-child(7) {
	font-size: 12px;
}
.col1 {
	width: 6em;
}
.col2 {
	width: 10em;
}
.item-note {
	margin-top: 5px;
}
.item-note li {
	font-size: 12px;
	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: 14px;
	font-weight: bold;
	color: #C00;
}
.airbox {
	background: #F2F2F2;
	padding: 20px;
	margin-bottom: 30px;
}
.airline-name {
	font-size: 24px;
	color: #0057B8;
	margin-bottom: 8px;
}
.airline-measures li {
	font-size: 14px;
	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);
}
.area-content_ttl_a {
	font-size: 30px;
	font-weight: bold;
	text-indent: 8px;
	text-align: center;
	margin: 50px 0 40px;
}
.area-content_ttl_b {
	font-size: 25px;
	font-weight: bold;
	color: #0057B8;
	border-bottom: 2px solid #0057B8;
	text-indent: 8px;
	margin: 30px 0 20px;
}

/* ▼コロナ各国入国条件スタイル */
.grid-row {
	justify-content: center;
}
.grid-col4 .gridTab__item {
	font-size: 14px;
	min-height: 40px;
}
.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;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	font-size: 16px;
}
.row2 {
display: table-cell;
height: 4.0rem;
width: 40%;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.row3 {
	display: table-cell;
	height: 4.0rem;
	width: 40%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.row4 {
	display: table-cell;
	height: 4.0rem;
	width: 15%;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}
.grey {
	background: #edfafb;
	font-size: 14px;
}
.verti_m {
	vertical-align: middle;
}
.mgb50 {
	margin-bottom: 10px;
}
.information {
	margin-bottom: 60px;
}
.info_contents {
	display: flex;
	text-align: center;
}
.info_box {}
.info_title {
	line-height: 4.0rem;
	border-bottom: 1px solid #ccc;
}
.info_text {
	padding: 10px;
}
.info_text p {
	text-align: left;
}
.info1 {
	width: 15%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	font-size: 16px;
}
.info2 {
	width: 40%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.info3 {
	width: 30%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.info4 {
	width: 15%;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}
.dst {
	margin-bottom: 60px;
}
.dst__title--day {
	font-size: .8em;
	font-weight: normal;
	margin-left: .5em;
}
.dst-content_ttl_b {
	font-size: 22px;
	font-weight: bold;
}
.dst-content_ttl_b + .dst__notes {
	margin: 10px 0 20px;
}
.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;
}
.main_dst th, .main_dst td {
	padding: 5px 10px;
}
.main_dst .country {
	width: 25%;
	border-right: 1px solid #ccc;
}
.main_dst td.country {
	text-align: left;
}
.main_dst .availability, .main_dst .link {
	width: 8%;
	border-right: 1px solid #ccc;
	text-align: center;
	font-size: .9em;
}
.main_dst td.notes {
	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;
}
/* ▲コロナ各国入国条件スタイル */


/* ▼入国可能な渡航先 アコーディオン対応 追加スタイル */
.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;
}
.dst__introduction[class*="accordion"]::after {
	content: "";
	border: 2px 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__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__notes {
	line-height: calc(16 / 12);
}
.dst__contents th:not(:last-child), .dst__contents td:not(:last-child) {
	border-right: 1px dashed #ccc;
}
.dst__contents .main_dst .other_area_dst thead[class*="accordion"] {
	background: #a09f9f;
	cursor: pointer;
	color: #333;
	position: relative;
}
.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 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"].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__introduction[class*="accordion"] {
	padding: 14px 18px;
}
.dst__introduction[class*="accordion"]::after {
	width: 40px;
	height: 40px;
	right: 30px;
}
.dst__title--text {
	font-size: 20px;
	margin-right: 1em;
}
.dst__notes {
	font-size: 12px;
}
.dst__contents .country {
	width: 190px;
}
.dst__contents .availability, .dst__contents .link {
	width: 70px;
}
.dst__contents th, .dst__contents td {
	font-size: 16px;
}
.dst__contents th {
	padding: 5px 4px 7px;
}
.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 .main_dst .other_area_dst table {
	width: 100%;
	border-collapse: collapse;
}
.dst__contents .main_dst .other_area_dst table th {
	padding: 15px 10px;
}
.dst__contents .main_dst .other_area_dst table tbody tr:last-child {
	border-bottom: none;
}
.dst__contents .main_dst .other_area_dst thead[class*="accordion"] th::after {
	width: 30px;
	height: 30px;
	right: 30px;
}


/* parts.cssリセット*/
@media only screen and (min-width: 741px) {
.section__container, .breadcrumb {
max-width: 992px;
width: 96%;
}
}