@import "https://fonts.googleapis.com/earlyaccess/notosansjp.css";
html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: auto !important;
    font-size: 62.5% !important;
}
body {
    background-color: #fff;
    line-height: 1.7;
}
.itsukara {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.6rem !important;
}
.yugo {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.toppan {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
}
.red_txt {
    color: red;
}
.small_txt {
    font-size: 0.8em;
    line-height: 1.7;
}
.db {
    display: block;
}
.bnr_here {
    margin-bottom: 0.5em;
    text-align: center;
    line-height: 1.2;
}
.catch_ttl {
    margin-bottom: 0.5em;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
}
.main_con {
    min-width: 1100px;
}
.main_con img {
    max-width: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.baseW {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.sponly {
    display: none;
}
.pconly {
    display: block;
}
.dib {
    display: inline-block;
}
.bg_white {
    position: relative;
    padding: 33px 0 160px;
    background: url(../images/bg_cloud02.png) bottom center/120% repeat-x;
}
.bg_blue {
    position: relative;
    padding: 33px 0 160px;
    background: url(../images/bg_cloud03.png) bottom center/120% repeat-x #fff1f8;
}
.bg_blue.no_cloud {
    background-image: none;
    padding: 48px 0 94px;
}
.bg_pink {
    position: relative;
    padding: 33px 0 160px;
    background: #fff1f8;
}
.inner_con {
    position: relative;
    z-index: 3;
}
.common_ttl {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-bottom: 0.3em;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
    color: #002063;
    text-align: center;
    letter-spacing: 0.07em;
    z-index: 2;
    overflow: hidden;
}
.common_ttl::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 1100px;
    height: 500px;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}
.common_ttl::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 18em;
    height: 3px;
    margin: auto;
    background: url(../images/bg_common_ttl.png) left/contain repeat-x;
}
.common_ttl .common_ttl_txt {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}
.common_ttl .common_ttl_txt::before,
.common_ttl .common_ttl_txt::after {
    content: none;
    position: absolute;
    bottom: 0.3em;
    width: 1px;
    height: 35%;
    background-color: #002063;
}
.common_ttl .common_ttl_txt::before {
    left: 0;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.common_ttl .common_ttl_txt::after {
    right: 0;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}
.common_ttl.normal_ttl {
    position: relative;
    top: auto;
}
.common_ttl.normal_ttl::before {
    content: none;
}
h1.ttl {
  margin: -10px auto 20px;
  max-width: 1130px;
  padding: 0 5px;
  font-size: 1.4em;
  font-weight: bold;
}
h3.common_ttl {
    font-size: 2.6rem;
}
h3.common_ttl::after {
    content: none;
}
.bg_blue .common_ttl::before {
    background-color: #c9e9ff;
}
.bg_pink .common_ttl::before {
    background-color: #fff1f8;
}
.mv {
    position: relative;
    padding: 120px 0 120px;
/*   margin-bottom: 50px; */
    background: url(../images/pc/bg_main.jpg) center/cover no-repeat;
}
.mv .main_ttl {
    width: 74%;
    margin: 0 auto;
}

.catch {
    padding: 0 0 30px;
    background-position-y: 170px;
    background: none;
}
.main_catch {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.9;
}
.link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.link_list li {
    width: 47%;
}
.link_list li strong {
    font-size: 1.18em;
    font-weight: bold;
    color: red;
}
.link_list li a {
    display: block;
    position: relative;
    width: 100%;
    padding: 1em 2em;
    border: 1px solid #002063;
    font-size: 22px;
    font-weight: bold;
    color: #002063;
    text-align: center;
    line-height: 1.5;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 0 #002063;
    box-shadow: 4px 4px 0 #002063;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.link_list li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.8em;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #002063;
    border-right: 2px solid #002063;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link_list li a[awicon="nothing"]::after {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1em;
    margin-left: 0.2em;
    background: url(../images/icon_blank.png) center/contain no-repeat;
}
.link_list li a:hover {
    -webkit-box-shadow: 8px 8px 0 #002063;
    box-shadow: 8px 8px 0 #002063;
}
.nav-hawaii {
    position: relative;
    max-width: 900px;
    margin-bottom: 45px;
}

.hawaii-campaign__title-wrap {
    position: relative;
    width: 906px;
    height: 326px;
    margin: 0 auto 52px;
    background: url(../images/pc/bg_hawaii-campaign__title.png) center/contain no-repeat;
}
.hawaii-campaign__title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 17em;
    margin: 0 auto;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    background-color: #de2520;
    z-index: 3;
}
.hawaii-campaign__title::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 10px 0;
    border-color: transparent #fcee21 transparent transparent;
}

.hawaii-campaign__title::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 18px 0 0;
    border-color: #fcee21 transparent transparent transparent;
}
.hawaii-campaign__title small {
    font-size: 0.8em;
}
.hawaii-campaign__catch {
    padding-top: 9.5%;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.3;
}
.hawaii-campaign__catch--text {
    display: inline-block;
    position: relative;
    font-size: 50px;
    font-weight: 700;
    color: #de2520;
}
.hawaii-campaign__catch--text::before {
    content: "";
    position: absolute;
    top: -32px;
    right: 104%;
    width: 262px;
    height: 120px;
    background: url(../images/img_flight.png) center/contain no-repeat;
}

.hawaii-campaign__catch--text-normal {
    font-size: .8em;
}
.hawaii-campaign__catch--text-present {
    display: inline-block;
    font-size: 57px;
    line-height: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #fcee21));
    background: linear-gradient(transparent 85%, #fcee21 85%);
}
.hawaii-campaign__catch--text-present-num {
    font-size: 1.4em;
}

.hawaii-campaign__catch--text-present small {
    font-size: 0.7em;
}
.hawaii-campaign__catch--note {
    margin-top: 1em;
    font-size: 18px;
    line-height: 1.5;
}
.nav-hawaii__link {
    display: block;
    width: 900px;
    margin: 0 auto;
}
.nav-hawaii__link:hover {
    opacity: .8;
}
.nav-local {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    padding: 1em 1em 1em 3em;
    background-color: #60bdf2;
    white-space: nowrap;
    border-radius: 20px;
}
.nav-local-wrap {
    padding: 3em 1em;
    background-color: #fff;
}
.nav-local li {
    width: 48%;
}
.nav-local li:nth-child(n + 3) {
    margin-top: 0.8em;
}
.nav-local li:nth-child(even) {
    position: relative;
    left: -3em;
}
.nav-local__link {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 1.4em;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}
.nav-local__link::before,
.nav-local__link::after {
    content: "";
    position: absolute;
    top: 0.1em;
    left: 0;
    margin: auto;
}
.nav-local__link::before {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #fff;
}
.nav-local__link::after {
    top: 0.35em;
    left: 0.35em;
    width: 8px;
    height: 8px;
    border-top: 2px solid #002063;
    border-right: 2px solid #002063;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.look {
    position: relative;
    background: #c9e9ff;
}
.look .look_inner {
    text-align: center;
    min-width: 1000px;
    margin-bottom: 2em;
}
.look .look_inner .look_ttl {
    position: absolute;
    top: -3em;
    right: 0;
    left: 0;
    padding-top: 2em;
    padding-bottom: 0.2em;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #002063;
    text-align: center;
    letter-spacing: 0.07em;
    z-index: 2;
    overflow: hidden;
}
.look .look_inner .look_ttl::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 1100px;
    height: 500px;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}
.look .look_inner .look_ttl::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 18em;
    height: 3px;
    margin: auto;
    background: url(../images/bg_common_ttl.png) left/contain repeat-x;
}
.look .look_inner .look_txt {
    font-size: 18px;
    font-weight: 500;
    color: #002063;
    text-align: center;
    margin-top: 2em;
}
.look .look_table {
    border: 1px solid #000;
}
.look .look_table th,
.look .look_table td {
    padding: 0.2em 1em;
}
.look .look_table th {
    border-bottom: 1px solid #000;
    background-color: #dfdfdf;
}
.look .look_table td {
    background-color: #fff;
}
.look .look_table td:first-child {
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.look .look_table td:not(:last-child) {
    border-right: 1px solid #000;
}

.look .look_table tr:not(:last-child) td {
    border-bottom: 1px solid #000;
}
.look .look_note_list {
    margin-top: 1em;
}

.look .look_note_list li {
    padding-left: 1em;
    text-indent: -1em;
}
.look .look_note_list li a {
    text-decoration: underline;
}
.look .link_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1em;
}
.look .link_list li a {
    padding: 1em 1.5em;
    background-color: #faecee;
}

.for_customer {
    position: relative;
    background: #fff1f8;
    padding-top: 64px;
    padding-bottom: 72px;
}
.for_customer .for_customer_inner {
    text-align: center;
    min-width: 1000px;
    margin-bottom: 2em;
}
.for_customer .for_customer_inner .common_ttl {
    padding-top: 0;
}
.for_customer .for_customer_inner .for_customer_ttl {
    position: absolute;
    top: -3em;
    right: 0;
    left: 0;
    padding-top: 2em;
    padding-bottom: 0.2em;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #002063;
    text-align: center;
    letter-spacing: 0.07em;
    z-index: 2;
    overflow: hidden;
}
.for_customer .for_customer_inner .for_customer_ttl::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 1100px;
    height: 500px;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}
.for_customer .for_customer_inner .for_customer_ttl::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 18em;
    height: 3px;
    margin: auto;
    background: url(../images/bg_common_ttl.png) left/contain repeat-x;
}
.for_customer .for_customer_inner .for_customer_txt {
    font-size: 18px;
    font-weight: 500;
    color: #002063;
    text-align: left;
    margin-top: 2em;
}
.pcr_center {
    padding: 60px 0 94px;
    background-color: #c9e9ff;
}
.pcr_center .common_ttl {
    position: relative;
    top: 0 !important;
    margin-bottom: 0.5em;
    padding-top: 80px;
}
.pcr_center .common_ttl::before {
    content: none;
}
.pcr_center .common_ttl .topics_txt {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 140px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.pcr_center .common_ttl .topics_txt img {
    width: 100%;
}
.pcr_center .common_ttl small {
    display: block;
    font-size: 0.7em;
}
.pcr_center .pcr_con .pcr_head {
    padding: 0.3em 0;
    margin: 0 auto;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #002063;
}
.pcr_center .pcr_con .pcr_txt {
    margin-top: 24px;
}
.pcr_center .pcr_con .pcr_movie {
    width: 90%;
    max-width: 560px;
    margin: 1.5em auto;
}
.pcr_center .pcr_con .pcr_movie a {
    display: block;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pcr_center .pcr_con .pcr_movie a:hover {
    opacity: 0.8;
}
.pcr_center .pcr_con .pcr_movie a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    background: url(../images/btn_play.png) center/contain no-repeat;
    z-index: 2;
}
.pcr_center .pcr_con .link_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5em;
}
.pcr_center .pcr_con .link_list {
    margin-top: 32px;
}
.pcr_center .pcr_con .link_list li {
    width: 60%;
}
.pcr_center .pcr_con .link_list li a {
    padding: 1em 1.5em;
}
.relief_pack {
    background-color: #f2faff;
    padding-top: 64px;
    padding-bottom: 72px;
}
.relief_pack .common_ttl {
    padding-top: 0;
}
.relief_pack .relief_con .relief_head {
    margin-top: 0.5em;
    font-size: 1.2em;
    font-weight: bold;
}
.relief_pack .relief_con .relief_txt {
    margin-top: 1em;
    margin-bottom: 1em;
}
.relief_pack .relief_con .relief_bnr {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 4px 4px 6px #002063;
    box-shadow: 4px 4px 6px #002063;
}
.relief_pack .relief_con .relief_bnr:hover {
    opacity: 0.8;
}
.tabiho {
    background-color: #f2faff;
    padding-top: 64px;
    padding-bottom: 72px;
}
}
.tabiho .common_ttl::before {
    content: none;
}
.tabiho .common_ttl small {
    display: block;
    font-size: 0.7em;
}
.tabiho .tabiho_con .tabiho_txt {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}
.tabiho .tabiho_con .tabiho_bnr {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.tabiho .tabiho_con .tabiho_bnr img {
    -webkit-box-shadow: 4px 4px 6px #002063;
    box-shadow: 4px 4px 6px #002063;
}
.tabiho .tabiho_con .tabiho_bnr:hover {
    opacity: 0.8;
}

.onlinetour {
    background-color: #f2faff;
    padding-top: 64px;
    padding-bottom: 72px;
}
.onlinetour .common_ttl::before {
    content: none;
}
.onlinetour .common_ttl small {
    display: block;
    font-size: 0.7em;
}
.onlinetour .onlinetour_con .onlinetour_txt {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}
.onlinetour .onlinetour_con .onlinetour_bnr {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.onlinetour .onlinetour_con .onlinetour_bnr img {
    -webkit-box-shadow: 4px 4px 6px #002063;
    box-shadow: 4px 4px 6px #002063;
}
.onlinetour .onlinetour_con .onlinetour_bnr:hover {
    opacity: 0.8;
}
.local_staff {
    background-color: #f2faff;
    padding-top: 64px;
    padding-bottom: 72px;
}
.local_staff .common_ttl::before {
    content: none;
}
.local_staff .common_ttl small {
    display: block;
    font-size: 0.7em;
}
.local_staff .local_staff_con .local_staff_txt {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}
.local_staff .local_staff_con .local_staff_bnr {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.local_staff .local_staff_con .local_staff_bnr img {
    -webkit-box-shadow: 4px 4px 6px #002063;
    box-shadow: 4px 4px 6px #002063;
}
.local_staff .local_staff_con .local_staff_bnr:hover {
    opacity: 0.8;
}
.local_staff .local_staff_con .local_staff_bnr_text {
    margin-bottom: 0.2em;
    text-align: center;
}
.local_staff .local_staff_con .local_staff_link {
    display: block;
    max-width: 24em;
    margin: 0 auto;
    padding: 0.6em 2em;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #d43746;
}
.local_staff .local_staff_con .local_staff_link:hover {
    text-decoration: underline;
}
.local_staff .local_staff_con .local_staff_link:hover .dib {
    text-decoration: underline;
}
.local_staff .local_staff_con .local_staff_report {
    position: relative;
    padding: 45px 60px;
    border: 2px solid #000;
    margin-top: 2em;
    margin-bottom: 1.5em;
    background-color: #fff;
}
.local_staff .local_staff_con .local_staff_report .report_ttl {
    position: absolute;
    top: -0.7em;
    right: 0;
    left: 0;
    margin: 0 auto 0.7em;
    font-size: 2.4rem;
    text-align: center;
    color: #002063;
    text-align: center;
}
.local_staff .local_staff_con .local_staff_report .report_ttl span {
    position: relative;
    z-index: 2;
}
.local_staff .local_staff_con .local_staff_report .report_ttl::before {
    content: "";
    position: absolute;
    top: 0.59em;
    right: 0;
    left: 0;
    width: 11em;
    height: 3px;
    margin: auto;
    background-color: #fff;
    z-index: 1;
}
.local_staff .local_staff_con .local_staff_report .report_list li {
    position: relative;
}
.local_staff .local_staff_con .local_staff_report .report_list li .pickup_txt {
    display: block;
    position: absolute;
    top: -65px;
    left: -47px;
    width: 140px;
    z-index: 5;
}
.local_staff .local_staff_con .local_staff_report .report_list li:not(:first-child) .pickup_txt {
    display: none;
}
.local_staff .local_staff_con .local_staff_report .report_list li:not(:last-child) {
    padding-bottom: 1em;
    border-bottom: 1px solid #000;
    margin-bottom: 1em;
}
.local_staff .local_staff_con .local_staff_report .report_list li:last-child {
    padding-right: 50px;
}
.local_staff .local_staff_con .local_staff_report .report_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #000;
    line-height: 1.3;
}
.local_staff .local_staff_con .local_staff_report .report_list li a .report_date {
    margin-right: 1em;
}
.local_staff .local_staff_con .local_staff_report .report_list li a .report_place {
    margin-right: 1em;
}
.local_staff .local_staff_con .local_staff_report .report_list li a .report_name {
    width: 100%;
    margin-top: 0.2em;
    text-decoration: underline;
}
.local_staff .local_staff_con .local_staff_report .report_list li a:hover {
    opacity: 0.8;
}
.hawaii_local_staff {
    position: relative;
    background: #f2faff;
    padding-top: 64px;
    padding-bottom: 72px;
}
.hawaii_local_staff .common_ttl::before {
    content: none;
}
.hawaii_local_staff .common_ttl small {
    display: block;
    font-size: 0.7em;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_txt {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_bnr {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_bnr img {
    -webkit-box-shadow: 4px 4px 6px #002063;
    box-shadow: 4px 4px 6px #002063;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_bnr:hover {
    opacity: 0.8;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_bnr_text {
    margin-bottom: 0.2em;
    text-align: center;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_link {
    display: block;
    max-width: 24em;
    margin: 0 auto;
    padding: 0.6em 2em;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #d43746;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_link:hover {
    text-decoration: underline;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_link:hover .dib {
    text-decoration: underline;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_report {
    position: relative;
    padding: 45px 60px;
    border: 2px solid #000;
    margin-top: 2em;
    margin-bottom: 1.5em;
    background-color: #fff;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_report .report_ttl {
    position: absolute;
    top: -0.7em;
    right: 0;
    left: 0;
    margin: 0 auto 0.7em;
    font-size: 2.4rem;
    text-align: center;
    color: #002063;
    text-align: center;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_report .report_ttl span {
    position: relative;
    z-index: 2;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_report .report_ttl::before {
    content: "";
    position: absolute;
    top: 0.59em;
    right: 0;
    left: 0;
    width: 15em;
    height: 3px;
    margin: auto;
    background-color: #fff;
    z-index: 1;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_report .report_list li {
    position: relative;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_report .report_list li .pickup_txt {
    display: block;
    position: absolute;
    top: -65px;
    left: -47px;
    width: 140px;
    z-index: 5;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_report .report_list li:not(:first-child) .pickup_txt {
    display: none;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_report .report_list li:not(:last-child) {
    padding-bottom: 1em;
    border-bottom: 1px solid #000;
    margin-bottom: 1em;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_report .report_list li:last-child {
    padding-right: 90px;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_report .report_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #000;
    line-height: 1.3;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_report .report_list li a .report_date {
    margin-right: 1em;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_report .report_list li a .report_place {
    margin-right: 1em;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_report .report_list li a .report_name {
    width: 100%;
    margin-top: 0.2em;
    text-decoration: underline;
}
.hawaii_local_staff .hawaii_local_staff_con .hawaii_local_staff_report .report_list li a:hover {
    opacity: 0.8;
}
.related {
    position: relative;
    background: #fff1f8;
    padding-top: 64px;
    padding-bottom: 72px;
}
/* .related::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 160px;
    background-color: #fff;
    background-image: radial-gradient(#fff1f8 20%, transparent 20%), radial-gradient(#fff1f8 20%, transparent 20%);
    background-size: 24px 24px;
    background-position: 0 0, 12px 12px;
    z-index: -1;
} */
.related .common_ttl {
    margin-bottom: .8em;
}
.related .common_ttl::after {
    width: 20em;
}
.related .search_box {
    width: 90%;
    margin: 0 auto;
}
.related .search_box .search_area {
    margin-bottom: 0.2em;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left;
    line-height: 1.5;
}
.related .search_box .search_area small {
    font-size: 12px;
}
.related .search_box .search_box_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1em;
}
.related .search_box .search_box_inner.flex_align_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.related .search_box .search_box_inner .select_box {
    width: 426px;
    margin-right: 30px;
    text-align: center;
}
.related .search_box .search_box_inner .select_box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    border: 1.5px solid #666;
    border-radius: 0;
    font-size: 21px;
    line-height: 1.6;
    background-color: #fff;
    text-decoration: none;
}
.related .search_box .search_box_inner .select_box select option:first-child {
    color: #666;
}
.related .search_box .search_box_inner .select_box select option:checked {
    background-color: #fcd6d9;
}
.related .search_box .search_box_inner .select_box select::-ms-expand {
    display: none;
}
.related .search_box .search_box_inner .select_box.month_box select {
    cursor: pointer;
}
.related .search_box .search_box_inner .select_box.month_box select:hover {
    background-color: #eff2f8;
}
.related .search_box .search_box_inner .select_box.area_box select {
    cursor: pointer;
}
.related .search_box .search_box_inner .select_box.area_box select:hover {
    background-color: #eff2f8;
}
.related .search_box .search_box_inner .select_box.country_box select {
    cursor: pointer;
}
.related .search_box .search_box_inner .select_box.country_box select:hover {
    background-color: #eff2f8;
}
.related .search_box .search_box_inner .checkbox_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.related .search_box .search_box_inner .checkbox_box li {
    min-width: 6em;
    margin-right: 1em;
    margin-bottom: 22px;
}
.related .search_box .search_box_inner .checkbox_box li input[type="checkbox"] {
    display: none;
}
.related .search_box .search_box_inner .checkbox_box li label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 7em;
    font-size: 24px;
    cursor: pointer;
}
.related .search_box .search_box_inner .checkbox_box li label::before {
    content: "";
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    border: 1px solid #000;
    margin-right: 0.3em;
    background-color: #fff;
}
.related .search_box .search_box_inner .checkbox_box li label::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.25em;
    width: 0.8em;
    height: 0.8em;
    margin: auto;
    background-color: #49b339;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.related .search_box .search_box_inner .checkbox_box li input:checked + label::after {
    opacity: 1;
}
.related .search_btn {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    width: 103px;
    border-radius: 2px;
    padding: 0.5em 0;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #002063;
}
.related .search_btn.sponly {
    display: none;
}
.related .search_btn:hover {
    opacity: 0.8;
}
.related .related_note_list {
    width: 90%;
    margin: 0 auto 1em;
}
.related .related_note_list li {
    font-size: 0.8em;
    font-weight: 500;
    color: red;
}
.related .related_note_list li a {
    color: blue;
    text-decoration: underline;
}
.related .related_note_list li a:hover {
    opacity: 0.8;
}
.related .result_table {
    width: 100%;
    margin-bottom: 54px;
}
.related .result_table th,
.related .result_table td {
    padding: 0.5em;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}
.related .result_table th.pconly,
.related .result_table td.pconly {
    display: table-cell;
}
.related .result_table th {
    background-color: #e2e2e2;
}
.related .result_table th.country_name_head {
    background-color: #e2dae2;
}
.related .result_table th:not(:last-child) {
    border-right: 6px solid #fff;
}
.related .result_table th.gov_head {
    border-bottom: 6px solid #fff;
}
.related .result_table td {
    position: relative;
    border-top: 0;
    border-bottom: 3px solid #e2e2e2;
    background-color: #fff;
    cursor: pointer;
}
.related .result_table td:not(:last-child) {
    border-right: 3px solid #e2e2e2;
}
.related .result_table td:first-child::before,
.related .result_table td:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #e2e2e2;
}
.related .result_table td:first-child::before {
    left: 0;
}
.related .result_table td:last-child::before {
    right: 0;
}
.related .result_table td.area_head {
    position: relative;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
    background-color: #f3f3f3;
}
.related .result_table td.area_head::before {
    content: none;
}
.related .result_table td a {
    display: block;
    position: relative;
    color: blue;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.related .result_table td a:hover {
    color: #b0f;
}
.related .result_table td a::after {
    content: "";
    position: absolute;
    bottom: 0.1em;
    right: 0;
    left: 0;
    width: 1.4em;
    height: 2px;
    margin: auto;
    background-color: blue;
}
.trip_guide {
    position: relative;
    background: #fff1f8;
    padding-top: 64px;
    padding-bottom: 72px;
}

.trip_guide .trip_guide_inner {
    margin-bottom: 3em;
}

.trip_guide .common_ttl {
    margin-bottom: 0.5em;
}
.trip_guide .common_ttl::after {
    width: 13em;
}
.trip_guide .trip_guide_note {
    margin: 0.5em auto 1.5em;
    color: #002063;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.trip_guide .trip_guide_title {
    font-size: 25px;
    margin-bottom: 0.5em;
    font-weight: bold;
    /* color: #007660; */
    color: #c2027f;
    text-align: center;
    letter-spacing: 0.1em;
}
.trip_guide .trip_guide_list {
    display: flex;
    /* border: 2px solid #30b38c; */
    border: 2px solid #ea89ba;
    background-color: #fff;
}

.trip_guide .trip_guide_list > li {
    width: calc(100% / 3);
}

.trip_guide .trip_guide_list .trip_guide_list-title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 2.3em;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    /* background-color: #30b38c; */
    background-color: #ea89ba;
    overflow-y: hidden;
}

.trip_guide .trip_guide_list li:not(:last-child) .trip_guide_list-title {
    margin-right: -.8em;
}

.trip_guide .trip_guide_list li:not(:last-child) .trip_guide_list-title::after {
    content: "";
    position: absolute;
    top: -4px;
    right: 0px;
    width: 28px;
    height: 61px;
    background: url(../images/arrow.png) center/contain no-repeat;
    z-index: 2;
}

.trip_guide .trip_guide_list .trip_guide_list-inner {
    position: relative;
    height: calc(100% - 53px);
    padding: 22px;
    line-height: 1.7;
}

.trip_guide .trip_guide_list > li:first-child .trip_guide_list-inner {
    padding-left: 32px;
}

.trip_guide .trip_guide_list > li:last-child .trip_guide_list-inner {
    padding-right: 32px;
}

.trip_guide .trip_guide_list > li:not(:last-child) .trip_guide_list-inner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 96%;
    margin: auto;
    /* background-color: #30b38c; */
    background-color: #ea89ba;
}

.trip_guide .trip_guide_list .trip_guide_list-summary {
    position: relative;
    min-height: 108px;
}

.trip_guide .trip_guide_list .trip_guide_list-summary--departure::after {
    content: "";
    position: absolute;
    bottom: 18px;
    right: 0;
    width: 110px;
    height: 54px;
    background: url(../images/illust_guide01.png) center/contain no-repeat;
}

.trip_guide .trip_guide_list .trip_guide_list-summary--return::after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -3px;
    width: 119px;
    height: 70px;
    /background: url(../images/illust_guide02.png) center/contain no-repeat*/;
}

.trip_guide .trip_guide_list .trip_guide_list-summary--arrival::after {
    content: "";
    position: absolute;
    bottom: 12px;
    right: -3px;
    width: 66px;
    height: 77px;
    background: url(../images/illust_guide03.png) center/contain no-repeat;
}


.trip_guide .trip_guide_list .trip_guide_list-summary-condition {
    counter-reset: my-counter;
}

.trip_guide .trip_guide_list .trip_guide_list-summary-condition li {
    position: relative;
    padding-left: 1.5em;
    font-size: 18px;
    font-weight: bold;
}

.trip_guide .trip_guide_list .trip_guide_list-summary-condition li:not(:last-child) {
    margin-bottom: .5em;
}

.trip_guide .trip_guide_list .trip_guide_list-summary-condition li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    /* background-color: #30b38c; */
    background-color: #ea89ba;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6em;
    height: 1.6em;
    color: #fff;
    font-size: 85%;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
  }

  .trip_guide .trip_guide_list .trip_guide_list-summary-text {
    font-size: 18px;
    font-weight: bold;
  }

  .trip_guide .trip_guide_list .trip_guide_list-summary-text--red {
    color: #ff0000;
  }


.trip_guide .trip_guide_list .trip_guide_list-country {
    position: relative;
    /* min-height: 312px; */
    padding: 18px 16px 14px;
    /* border: 1px solid #30b38c; */
    border: 1px solid #ea89ba;
    margin-top:30px;
}

.trip_guide .trip_guide_list .trip_guide_list-country-title {
    position: absolute;
    top: -.8em;
    right: 0;
    left: 0;
    width: 4em;
    margin: auto;
    font-size: 17px;
    font-weight: bold;
    /* color: #30b38c; */
    color: #ea89ba;
    text-align: center;
    background-color: #fff;
}

.trip_guide .trip_guide_list .trip_guide_list-country-list dt {
    padding: .1em 0;
    margin-bottom: .3em;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    /* background-color: rgba(48,179,140,.3); */
    background-color: rgba(239, 65, 149, 0.3);
}

.trip_guide .trip_guide_list .trip_guide_list-country-list dd {
    font-size: 14px;
    text-align: center;
}

.trip_guide .trip_guide_list .trip_guide_list-country-list dd:not(:last-child) {
    margin-bottom: 1em;
}

.trip_guide .trip_guide_list .trip_guide_list-country-list dd.trip_guide_list-country-list--tal {
    text-align: left;
}

.trip_guide .trip_guide_list .trip_guide_list-country-list dd.trip_guide_list-country-list--height {
    min-height: 8.5em;
}

.trip_guide .trip_guide_list .trip_guide_list-country-bg {
    margin-top: .5em;
    padding: 18px 16px;
    background-color: rgba(239, 65, 149, 0.1);
}

.trip_guide .trip_guide_list .trip_guide_list-country-note {
    font-size: 14px;
}


.trip_guide .trip_guide_list .trip_guide_list-link {
    margin-top: .8em;
}

.trip_guide .trip_guide_list .trip_guide_list-link p {
    margin-bottom: .5em;
    font-size: 14px;
    font-weight: bold;
    /* color: #30b38c; */
    color: #ea89ba;
    text-align: center;
}

.trip_guide .trip_guide_list .trip_guide_list-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: 62px;
    border: 1px solid #002063;
    border-radius: 1px;
    font-size: 14px;
    font-weight: bold;
    color: #002063;
    text-align: center;
    line-height: 1.5;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 0 #002063;
    box-shadow: 4px 4px 0 #002063;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.trip_guide .trip_guide_list .trip_guide_list-link a small {
    font-size: .9em;
}


.trip_guide .trip_guide_list .trip_guide_list-link a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.8em;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #002063;
    border-right: 2px solid #002063;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.trip_guide .trip_guide_list .trip_guide_list-link a[awicon="nothing"] .outer::after {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1em;
    margin-left: 0.2em;
    background: url(../images/icon_blank.png) center/contain no-repeat;
}



.trip_guide .trip_guide_note_list {
    margin-top: 1em;
}

.trip_guide .trip_guide_note_list li {
    padding-left: 1em;
    color: #002063;
    text-indent: -1em;
}


/* .trip_guide .trip_guide_bnr_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.trip_guide .trip_guide_bnr_list li:not(:last-child){margin-right:60px}
.trip_guide .trip_guide_bnr_list li a{display:block;-webkit-transition:.3s;transition:.3s;-webkit-box-shadow:4px 4px 6px #ccc;box-shadow:4px 4px 6px #ccc}
.trip_guide .trip_guide_bnr_list li a:hover{opacity:.8} */

.rule {

}

.rule .rule_txt {
    margin-bottom: 2em;
    font-weight: 500;
    text-align: center;
}

.rule .rule_title {
    font-size: 25px;
    margin-bottom: 0.5em;
    font-weight: bold;
    /* color: #007660; */
    color: #c2027f;
    text-align: center;
    letter-spacing: 0.1em;
}

.rule .rule_content {
    display: none;
    position: relative;
    /* border: 2px solid #30b38c; */
    border: 2px solid #ea89ba;
    background-color: #fff;
}

.rule .rule_content + .rule_subtitle {
    margin-top: 30px;
}

.rule .rule_subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 3em;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    /* background-color: #30b38c; */
    background-color: #ea89ba;
    cursor: pointer;
}


.rule .rule_subtitle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: auto;
    transform: rotate(135deg);
}
.rule .rule_content_inner {
    position: relative;
    padding: 24px 16px;
    margin: 32px 22px 22px;
    /* border: 1px solid #30b38c; */
    border: 1px solid #ea89ba;
}

.rule .rule_content_title {
    position: absolute;
    top: -.8em;
    right: 0;
    left: 0;
    width: 4em;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    /* color: #30b38c; */
    color: #ea89ba;
    text-align: center;
    background-color: #fff;
}

.rule .rule_content_catch {
    padding: .3em 0;
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    /* background-color: rgba(48,179,140,.3); */
    background-color: rgba(239, 65, 149, 0.3);
}



.rule .rule_content_list:not(:last-child) {
    margin-bottom: 1em;
}

.rule .rule_content_list dt {
    position: relative;
    padding-bottom: .5em;
    border-bottom: 1px solid #000;
    margin-bottom: .5em;
    font-size: 1.1em;
    /* font-weight: bold; */
    cursor: pointer;
    line-height: 1.4;
}

.rule .rule_content_list dt small {
    font-size: .9em;
}


.rule .rule_content_list dt.no_dd {
    border-bottom: 0;
    cursor: auto;
}


.rule .rule_content_list dt:not(.no_dd)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    margin: auto;
    transform: rotate(135deg);

}

.rule .rule_content_list dd {
    display: none;
    margin-bottom: 1em;
    font-size: .9em;
    line-height: 1.4;
}

.rule .rule_content_list dd .rule_note {
    margin-bottom: .4em;
}

.rule .rule_note {
    margin-bottom: 1em;
    font-size: .9em;
    line-height: 1.7;
}

.rule .rule_note a {
    color: #0e82cc !important;
}


.rule .rule_content_list dd a {
    margin-left: 1em;
    color: #0e82cc !important;
}


.rule .rule_item_text {
    font-size: .9em;
    line-height: 1.8;
}

.rule .rule_item_text a {
    margin-left: 1em;
    color: #0e82cc !important;
}




.latest {
    position: relative;
    padding-bottom: 0 !important;
}
.latest .common_ttl::after {
    width: 20em;
}
.latest .latest_catch {
    margin-bottom: 1em;
}
.latest .latest_catch .dib {
    display: inline;
}
.latest .latest_caution {
    display: block;
    padding: 0.5em 0;
    border: 2px solid red;
    margin-bottom: 2em;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
}
.latest .latest_map {
    padding: 16px;
    margin-top: 2em;
    margin-bottom: 18px;
    background-color: #fff;
}
.latest .latest_map img {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.latest .latest_note {
    margin: 0.5em auto 1.5em;
    color: #002063;
    text-align: center;
}
.latest .latest_table {
    width: 100%;
    border: 15px solid #fff;
    padding: 1em;
    margin-bottom: 45px;
    background-color: #fff;
}
.latest .latest_table td {
    padding: 0.3em 0.2em;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    vertical-align: middle;
}
.latest .latest_table td .latest_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.latest .latest_table td .latest_link_list li:not(:last-child) {
    margin-right: 1em;
}
.latest .latest_table td .latest_link_list li a {
    display: block;
    position: relative;
    padding: 0.3em 1.4em 0.3em 1em;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}
.latest .latest_table td .latest_link_list li a.pamph_link {
    background-color: #f88727;
}
.latest .latest_table td .latest_link_list li a.tour_link {
    background-color: #d43746;
}
.latest .latest_table td .latest_link_list li a::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0.4em;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.latest .latest_table tr:not(:last-child) td {
    border-bottom: 1px dotted #002063;
}
.latest .info_link {
    display: block;
    max-width: 24em;
    margin: 0 auto;
    padding: 0.6em 2em;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #d43746;
}
.latest .info_link:hover {
    text-decoration: underline;
}
.latest .info_link:hover .dib {
    text-decoration: underline;
}
.latest .link_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5em;
}
.latest .link_list li a {
    padding: 1em 1.5em;
    background-color: #faecee;
}
#guide .bg_pink {
    padding-top: 0;
    padding-bottom: 60px;
}
.guide .common_ttl {
    padding-top: 0;
    margin-bottom: 0.5em;
    overflow: visible;
}
.guide .common_ttl .topics_txt {
    display: block;
    position: absolute;
    bottom: 0.3em;
    left: 50%;
    width: 80px;
    -webkit-transform: translateX(-11em);
    transform: translateX(-11em);
}
.guide .common_ttl .topics_txt img {
    width: 100%;
}
.guide .common_ttl::after {
    width: 23.5em;
}
.guide .guide_txt {
    font-weight: 400;
    text-align: center;
}
.guide .guide_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    width: 237px;
    height: 37px;
    padding-left: 1em;
    margin-top: 1em;
    margin-left: auto;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #d43746;
}
.guide .guide_link small {
    font-size: 17px;
    font-weight: normal;
}
.guide .guide_link::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18.5px 0 18.5px 26px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d43746;
}
.guide .link_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2em;
    padding-bottom: 72px;
}
.guide .link_list li a {
    padding: 1em 1.5em;
}
.recommend {
    background-color: #fff;
    padding-top: 64px;
    padding-bottom: 72px;
}
.recommend .common_ttl {
    margin-bottom: 1em;
}
.recommend .common_ttl::after {
    width: 8em;
}
.recommend .recommend_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.recommend .recommend_list li {
    width: 32.3%;
    background-color: #f8f8f8;
}
.recommend .recommend_list li:not(:nth-child(3n)) {
    margin-right: 3.05%;
}
.recommend .recommend_list li .recommend_img img {
    width: 100%;
}
.recommend .recommend_list li .recommend_txt {
    padding: 1em;
    border-top: none;
    text-align: justify;
    color: #333;
}
.recommend .recommend_list li a:hover .recommend_txt {
    text-decoration: underline;
}
.dom__btn-page-top {
    display: block;
}
.jtbsite_linklist_wrap {
    width: 100%;
}
.jtb-nav-breadcrumb {
    margin: 1px auto 25px;
    max-width: 1130px;
    padding: 0 5px;
    line-height: 1.2;
}
.jtb-nav-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-left: 14px;
    font-size: 1rem;
    color: #999;
    line-height: 2.1;
}
.jtb-nav-breadcrumb li:first-child {
    margin-left: 0;
}
.jtb-nav-breadcrumb li:before {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 1.1rem;
    color: #999;
    line-height: 2.1;
    content: ">";
}
.jtb-nav-breadcrumb li:last-child:before {
    display: none;
}
.hawaii-campaign {
    position: relative;
    padding: 50px 0;
    margin-bottom: 60px;
    background-color   : #9ee5d2;
    background-image   : radial-gradient(#ffffff 10%, transparent 12%),
                         radial-gradient(#ffffff 10%, transparent 12%);
    background-position: 0 0, 6px 6px;
    background-size    : 12px 12px;
}

.hawaii-campaign__content-inner {
    position: relative;
    max-width: 900px;
    border-radius: 3px;
    border: 2px solid #de2520;
    padding: 90px 36px 36px;
    background-color: #fff;
}
.hawaii-campaign__content-inner:not(:last-child) {
    margin-bottom: 98px;
}
.hawaii-campaign__content-inner--period {
    max-width: 800px;
    padding: 45px 20px 28px;
    margin-bottom: 84px;
}
.hawaii-campaign__content-inner--present {
    max-width: 800px;
    padding: 45px 20px 28px;
    margin-bottom: 84px;
}
.hawaii-campaign__content-inner--period:not(:last-child) {
    margin-bottom: 26px;
}
.hawaii-campaign__content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    width: 285px;
    height: 50px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url(../images/bg_hawaii_campaign_title.png) center/contain no-repeat;
}
.hawaii-campaign__period-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hawaii-campaign__period-text li {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #de2520;
}
.hawaii-campaign__period-text li:not(:last-child) {
    margin-right: 1em;
}
.hawaii-campaign__period-text li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -0.8em;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.5px 0 13.5px 19px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4dcaa8;
}
.hawaii-campaign__period-text li small {
    font-size: 0.7em;
}
.hawaii-campaign__period-note {
    margin-bottom: 3em;
    font-size: 16px;
    font-size: 600;
    line-height: 1.7;
    text-align: center;
}
.hawaii-campaign__present-catch {
    font-size: 30px;
    letter-spacing: 0.1em;
    text-align: center;
}
.hawaii-campaign__present-catch small {
    display: block;
    max-width: 25em;
    padding: 0 0.5em;
    border: 1px solid #000;
    margin: 0.5em auto 2.5em;
    font-size: 16px;
    letter-spacing: 0.03em;
}
.hawaii-campaign__present-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hawaii-campaign__present-list li {
    width: 100%;
}
.hawaii-campaign__present-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hawaii-campaign__present-num {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin-right: 23px;
    font-size: 31px;
    font-weight: bold;
    color: #de2520;
    text-align: center;
    line-height: 1.2;
    background-color: #fcee21;
    white-space: nowrap;
}
.hawaii-campaign__present-num small {
    width: 100%;
    font-size: 0.7em;
}
.hawaii-campaign__present-num-block {
    width: 100%;
}

.hawaii-campaign__present-text {
    position: relative;
    font-weight: bold;
}

.hawaii-campaign__present-text::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -40px;
    width: 118px;
    height: 72px;
    background: url(../images/img_ticket.png) center/contain no-repeat;
}

.hawaii-campaign__present-name {
    margin-bottom: .1em;
    font-size: 35px;
    font-weight: 700;
    color: #de2520;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
.hawaii-campaign__present-intro {
    font-size: 25px;
    line-height: 1.4;
}

.hawaii-campaign__present-name--catch {
    display: block;
    margin-bottom: 0.2em;
    font-size: 22px;
    color: #51c2a4;
}
.hawaii-campaign__present-name--brand {
    display: block;
    font-size: 17px;
}
.hawaii-campaign__present-name small {
    display: block;
    margin-top: 0.3em;
    font-size: 0.7em;
}
.hawaii-campaign__present-link {
    display: block;
    width: 524px;
    margin: 0 auto;
}
.hawaii-campaign__step-list {
}
.hawaii-campaign__step-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 45px 0;
}
.hawaii-campaign__step-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    border-bottom: 3px dotted #de2520;
}
.hawaii-campaign__step-list li:last-child {
    padding-bottom: 40px;
    border-bottom: 3px dotted #de2520;
}

.hawaii-campaign__step-num {
    position: absolute;
    top: -.8em;
    right: 0;
    left: 0;
    width: 5em;
    margin: auto;
    font-size: 40px;
    font-weight: bold;
    color: #de2520;
    background-color: #fff;
    z-index: 1;
    line-height: 1.2;
    text-align: center;
}
.hawaii-campaign__step-num span {
    position: relative;
}

.hawaii-campaign__step-num span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1.5em;
    height: 3px;
    background-color: #fcee21;
}


.hawaii-campaign__step-num small {
    font-size: .7em;
}

.hawaii-campaign__step-action {
    width: 57%;
}
.hawaii-campaign__step-title {
    margin-bottom: .2em;
    font-size: 26px;
    font-weight: 700;
    color: #de2520;
    line-height: 1.5;
}

.hawaii-campaign__step-title small {
    font-size: .8em;
}

.hawaii-campaign__step-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding-left: 1em;
text-indent: -1em;
}
.hawaii-campaign__step-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 42%;
    padding: .7em 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    background-color: #4dcaa8;
}
.hawaii-campaign__step-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0.5em;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hawaii-campaign__step-note {
    margin-top: 1.5em;
    font-size: 16px;
    font-weight: 600;
    color: #de2520;
    text-align: center;
}

.faq {
    padding-top: 64px;
    padding-bottom: 72px;
    background-color: #fff;
}
.faq .common_ttl {
    margin-bottom: 1em;
}
.faq .common_ttl::after {
    width: 8em;
}
.faq_list dt {
    position: relative;
    padding-left: 52px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.faq_list dt:before {
    content: "Q.";
    position: absolute;
    top: 0;
    left: 0;
    color: #002063;
    font-size: 20px;
}
.faq_list dt::after {
    content: "";
    position: absolute;
    top: -0.4em;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #002063;
    border-right: 2px solid #002063;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.faq_list dt.open::after {
    top: 0em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.faq_list dd {
    display: none;
    position: relative;
    margin-top: 0.4em;
    padding-top: 0.2em;
    padding-left: 52px;
}
.faq_list dd:before {
    content: "A.";
    position: absolute;
    top: 0;
    left: 0;
    color: red;
    font-size: 20px;
    font-weight: bold;
}
.faq_list_con {
    padding: 1em 1.5em;
    border-bottom: 2px solid #ccc;
}
.pagetop {
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #4dcaa8;
    z-index: 10;
}
.pagetop::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*# sourceMappingURL=style.css.map */

/* latest-notice */
.latest-notice {
    position: relative;
    top: 0;
}
.latest-notice .content_item .item {
    font-weight: bold;
    margin-top: 32px;
}
.latest-notice .content_item ul.note {
    margin-top: 32px;
}
.latest-notice .content_item ul.note li {
    font-size: 1.4rem;
}

/* news */
.news h2.common_ttl {
    padding-top: 1em;
}
.news .news_txt {
    margin: 0.5em auto 1em;
    color: #002063;
    text-align: center;
    font-size: 1.8rem;
}
.news .news_note_wrap {
    margin-top: 12px;
}
.news .news_note_wrap a {
    text-decoration: underline !important;
}
.recommend__cassette {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -12px;
}
.recommend__cassette > li {
    margin: 12px 0 0 12px;
    width: calc((100% / 3 - 12px) - 0.01px);
}
.recommend__cassette a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding-bottom: 15px;
    color: #323743;
    transition: 0.4s ease;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    border: none;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    border: 1px solid #c0c5cb;
    background: #fff;
}
.recommend__cassette a:hover {
    color: #323743;
    opacity: 0.6;
    text-decoration: none;
}
.recommend__cassette-images {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
}
.recommend__cassette-images img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.recommend__cassette-detail {
    margin: 10px 24px 0;
    width: calc(100% - 30px);
}
.recommend__cassette .item_date {
    font-size: 14px;
}
.recommend__cassette .item_name {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    color: #002063;
}
.recommend__cassette-txt {
    font-size: 13px;
    margin-top: 4px;
}

/* common */
.content_item {
    padding: 2em 2em;
    margin-top: 2em;
    border-radius: 20px;
    background-color: #fff;
    text-align: left;
    font-size: 1.8rem;
}

.end_cpn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: -10%;
    left: -2%;
    bottom: 0;
    width: 104%;
    height: 120%;
    font-size: 0.9em;
    margin: auto;
    z-index: 2;
    padding: 0.5em 1em;
    margin: auto;
    font-size: 0.65em;
    text-align: center;
    font-weight: bold;
    color: #000;
    line-height: 1.3;
    background-color: #fcee21;
}

.end_cpn .dib {
    display: inline;
}

.end_cpn--step {
    left: -5%;
    top: 0;
    bottom: 0;
    width: 110%;
    height: 80%;
}

#guide .guide {
    padding-top: 64px;
    margin-bottom: 0;
}

/* trip_area */
#trip_area .trip_area {
    position: relative;
    background: #f2faff;
    padding-top: 64px;
    padding-bottom: 72px;
}
.trip_area .common_ttl {
    margin-bottom: 1em;
}
.trip_area_txt {
    margin-bottom: 32px;
    text-align: center;
}
.movie {
    position: relative;
    background: #f2faff;
    padding-top: 64px;
    padding-bottom: 72px;
}
.trip_movie {
    position: relative;
    text-align: center;
    background-color: #fff;
    width:596px;
    padding: 8px 16px 16px;
    margin:0 auto;
}
.movie_txt {
    font-size: 14px;
    padding-bottom: 4px;
}
.trip_movie iframe {
    width: 100%;
    height: 315px
}
.trip_area_title {
    font-size: 25px;
    margin-top: 64px;
    margin-bottom: 24px;
    font-weight: bold;
    color: #002063;
    text-align: center;
    letter-spacing: 0.1em;
}
.recarea-list{
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0 0 -5px;
}
.recarea-list_item{
    margin: 5px 0 0 5px;
    width: calc(100% / 3 - 5px);
}
.recarea-list_item a{
    position: relative;
    display: block;
}
.recarea-list_item a:before{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    transition: background-color 0.2s ease;
}
.recarea-list_item a:hover:before{
    background-color: rgba(0,0,0,0.50);
}
.recarea-list_txt{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.recarea-list_txt p{
    width: 180px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    border-radius: 50vw;
    background-color: rgba(0,0,0,0.50);
    transition: background-color 0.2s ease;
}
.recarea-list_item a:hover .recarea-list_txt p{
    background-color: transparent;
}
#trip_area .link_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4em;
}
#trip_area .link_list li a {
    padding: 1em 1.5em;
}
.mv-wrap {
    margin-top: 16px;
    position: relative;
    width: 100%;
}
.mv-wrap div {
    width: 100%;
    height: auto;
    position: relative;
}
.mv-wrap div img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.pc-none {
    display: none;
}
