@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.wm-wrap {
font-family: 'noto sans JP', sans-serif;
font-weight: normal;
}
@media (max-width: 767px) {
.wm-wrap.main {
padding-top: 48px;
}
}
@media (min-width: 376px) {
.show-xs {
display: none;
}
}
@media not all and (width: 768px) {
.show-ipad {
display: none;
}
}
.wm-form {
position: relative;
}
.wm-form .loader {
position: absolute;
z-index: 1000;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767.98px) {
.wm-form .loader {
left: -2rem !important;
right: -2rem !important;
}
}
.wm-form .loader::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 60px;
height: 60px;
border: 4px solid #fff;
border-top-color: transparent;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
transform: translate(-50%, -50%) rotate(0deg);
}
100% {
transform: translate(-50%, -50%) rotate(360deg);
}
}
@media (max-width: 767.98px) {
.separate {
height: 0.8rem;
background: linear-gradient(180deg, #E3E3E3 0%, #FFF 100%);
margin: 0 -2rem;
}
}
.banner {
position: relative;
}
@media (min-width: 768px) {
.banner:before {
content: '';
position: absolute;
z-index: -1;
top: 0;
left: -2000px;
width: 4000px;
height: 100%;
background: linear-gradient(to bottom, #B6ECFF 38%, #fff);
}
}
@media (max-width: 767.98px) {
.banner {
margin: 0 -2rem 1.7rem;
}
}
.banner img {
max-width: 100%;
}
.heading {
font-size: 2.8rem;
font-weight: bold;
color: #3481CD;
margin-top: 3rem;
margin-bottom: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1339.98px) {
.heading {
font-size: 2rem;
}
}
@media (max-width: 767.98px) {
.heading {
font-size: 2rem;
margin-top: 1.2rem;
margin-bottom: 1.5rem;
}
}
.countries {
position: relative;
display: grid;
grid-template-columns: repeat(5, auto);
grid-template-rows: repeat(4, auto);
grid-auto-flow: column;
list-style: none;
}
@media (min-width: 768px) {
.countries {
border-top: 1px solid #bbb;
border-left: 1px solid #bbb;
margin-bottom: 4.8rem;
}
}
@media (max-width: 767.98px) {
.countries {
grid-template-rows: unset;
grid-template-columns: repeat(3, 1fr);
grid-auto-flow: row;
grid-auto-rows: auto;
margin-bottom: 1.5rem;
margin-top: -1.3rem;
}
.countries:after {
content: '';
position: absolute;
z-index: 1;
width: 100%;
bottom: 0;
height: 1px;
background: #fff;
}
}
.country {
display: flex;
align-items: center;
padding: 1.1rem;
cursor: pointer;
}
@media (min-width: 768px) {
.country {
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
}
}
@media (max-width: 767.98px) {
.country {
padding: 1.3rem 0;
border-bottom: 1px dashed #bbb;
}
}
.country:hover .country__name {
color: #3481cd;
}
.country:hover:after {
transform: translate3d(5px, 0, 0);
}
.country__icon {
margin-right: 1.2rem;
width: 3.2rem;
}
@media (max-width: 767.98px) {
.country__icon {
margin-right: 0.6rem;
}
}
@media (max-width: 375.98px) {
.country__icon {
width: 2rem;
}
}
.country__name {
font-size: 1.6rem;
}
@media (max-width: 767.98px) {
.country__name {
color: #2C8CD9;
font-weight: bold;
font-size: 1.5rem;
}
}
@media (max-width: 375.98px) {
.country__name {
font-size: 1.2rem;
}
}
@media (min-width: 768px) {
.country:after {
content: '';
display: block;
width: 1.1rem;
height: 1.6rem;
background: center/contain url(//exidea.co.jp/blog/wp-content/themes/honne2025/assets/images/icon/i-arrow-blue.svg) no-repeat;
margin-left: auto;
transition: all 0.3s;
}
}
.world {
position: relative;
padding: 2.4rem 2rem 1.7rem;
}
@media (min-width: 768px) {
.world {
border: 1px solid #bbb;
margin-bottom: 4.8rem;
}
}
@media (max-width: 767.98px) {
.world {
padding: 0;
}
}
.world__continent {
display: flex;
justify-content: space-between;
}
.world__continent:has(.europe:hover) .continent.europe .continent__name {
background-color: #fff !important;
color: #24daff;
box-shadow: inset 0 0 0 1px #24daff;
}
.world__continent:has(.europe:hover) .world__map svg .europe {
fill: #24daff;
}
.world__continent:has(.africa:hover) .continent.africa .continent__name {
background-color: #fff !important;
color: #24daff;
box-shadow: inset 0 0 0 1px #24daff;
}
.world__continent:has(.africa:hover) .world__map svg .africa {
fill: #24daff;
}
.world__continent:has(.america:hover) .continent.america .continent__name {
background-color: #fff !important;
color: #24daff;
box-shadow: inset 0 0 0 1px #24daff;
}
.world__continent:has(.america:hover) .world__map svg .america,
.world__continent:has(.america:hover) .world__map svg .america {
fill: #24daff;
}
.world__continent:has(.australia:hover) .continent.australia .continent__name {
background-color: #fff !important;
color: #24daff;
box-shadow: inset 0 0 0 1px #24daff;
}
.world__continent:has(.australia:hover) .world__map svg .australia {
fill: #24daff;
}
.world__continent:has(.asia:hover) .continent.asia .continent__name {
background-color: #fff !important;
color: #24daff;
box-shadow: inset 0 0 0 1px #24daff;
}
.world__continent:has(.asia:hover) .world__map svg .asia {
fill: #24daff;
}
.world__left, .world__right {
flex-shrink: 0;
display: grid;
grid-template-columns: repeat(2, auto);
grid-template-rows: repeat(2, auto);
grid-auto-flow: column;
}
@media (max-width: 767.98px) {
.world__left, .world__right {
position: absolute;
display: flex;
flex-direction: column;
height: 12rem;
bottom: 20px;
}
}
@media (min-width: 992px) {
.world__left {
min-width: 35rem;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.world__left {
min-width: 0;
flex-basis: 20rem;
}
}
.world__map {
flex-shrink: 1;
align-self: center;
}
.world__map img {
max-width: 100%;
width: auto;
height: auto;
}
.world__map svg {
max-width: 100%;
}
@media (max-width: 767.98px) {
.world__map svg {
aspect-ratio: 358/211;
-o-object-fit: contain;
object-fit: contain;
}
}
.world__map svg > * {
transition: all .3s;
}
@media (max-width: 767.98px) {
.world__right {
right: 0;
}
}
.continent {
min-width: 1.2rem;
flex-shrink: 0;
}
@media (max-width: 767.98px) {
.continent#index-1 {
order: 2;
}
.continent#index-2 {
order: 3;
}
.continent#index-3 {
order: 1;
}
}
.continent__name {
display: inline-flex;
min-width: 12rem;
align-items: center;
border-radius: 1.6rem;
background: #155DCD;
color: #fff;
font-size: 1.6rem;
font-weight: 600;
line-height: normal;
height: 3.2rem;
padding: 0.4rem 1.6rem;
margin-bottom: 1rem;
white-space: nowrap;
transition: all .3s;
}
@media (min-width: 768px) and (max-width: 991.98px) {
.continent__name {
font-size: 1.2rem;
height: 2.8rem;
min-width: 8rem;
padding: 0.4rem 1rem;
}
}
@media (max-width: 767.98px) {
.continent__name {
font-size: 1.6rem;
width: 13.2rem;
height: 3.2rem;
border-radius: 16px;
border: 1px solid #FFF;
margin-bottom: 0.8rem;
background: #2C8CD9;
box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.4);
}
}
@media (max-width: 375.98px) {
.continent__name {
width: 13.5rem;
font-size: 1.4rem;
}
}
.continent__countries {
display: flex;
flex-wrap: wrap;
max-width: 15rem;
margin-left: 1.6rem;
}
.continent__country {
display: inline-flex;
font-size: 1.6rem;
font-weight: normal;
line-height: 162.5%;
padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
.continent__country {
font-size: 1.2rem;
padding-right: 1rem;
}
}
@media (max-width: 767.98px) {
.continent__country {
display: none;
}
}
.continent__country:hover {
color: #155DCD;
}
.continent__country a {
color: #000;
}
.continent__country a:hover {
color: #155DCD;
}
.flight-wrap {
margin: auto;
max-width: 100%;
}
@media (max-width: 1339.98px) {
.flight-wrap {
width: 800px;
}
}
@media (max-width: 767px) {
.flight-wrap {
margin-top: 48px;
}
}
.form-panel {
padding: 3rem 2rem 2.4rem;
padding-top: 0.2rem;
border: 1px solid #bbb;
}
@media (max-width: 767.98px) {
.form-panel {
border: none;
padding-left: 0;
padding-right: 0;
}
}
.form-panel__selects {
position: relative;
}
@media (max-width: 767.98px) {
.form-panel__selects {
margin-top: -1.5rem;
}
}
.form-panel__selects:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background: #fff;
}
.destination-col {
display: flex;
align-items: center;
flex-basis: 48.2%;
}
@media (min-width: 1340px) {
.destination-col:not(:first-child) {
margin-left: 5.2rem;
}
}
@media (max-width: 1339.98px) {
.destination-col:not(:first-child) {
margin-top: 2.4rem;
}
}
@media (max-width: 767.98px) {
.destination-col:not(:first-child) {
margin-top: 1rem;
}
}
.destination-col > .input-group {
width: 0;
flex: 1;
}
.destination-col .date-picker {
display: flex;
}
@media (max-width: 1339.98px) {
.destination-col .date-picker {
width: 100%;
}
.destination-col .date-picker .input-group {
flex-grow: 1;
}
}
@media (max-width: 1339.98px) {
.destination-col {
width: 100%;
}
}
.destination {
display: flex;
align-items: center;
padding: 2.4rem 0;
border-top: 1px dashed #bbb;
}
@media (max-width: 767.98px) {
.destination {
padding: 1.5rem 0;
}
}
.destination .destination-content {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
@media (max-width: 1339.98px) {
.destination .destination-content {
flex-direction: column;
align-items: flex-start;
}
}
@media (max-width: 767px) {
.destination .destination-content {
width: calc(100% - 2.8rem);
}
}
.destination .destination-label {
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: center;
margin-right: 1.6rem;
font-size: 1.6rem;
font-weight: bold;
}
@media (max-width: 1339.98px) {
.destination .destination-label {
width: 12rem;
flex-shrink: 0;
}
}
@media (max-width: 767.98px) {
.destination .destination-label {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 3.9rem !important;
font-size: 1.3rem;
margin-right: 0.6rem;
}
}
.destination .destination-label img {
margin: 0;
width: 3.2rem;
}
.destination .destination-label span {
line-height: 2.6rem;
white-space: nowrap;
}
.destination .input-group:not(:last-child) {
margin-right: 1.6rem;
}
@media (max-width: 767.98px) {
.destination .input-group:not(:last-child) {
margin-right: 1.2rem;
}
}
.destination select,
.destination input,
.destination .select2-selection__rendered {
font-size: 1.8rem;
font-weight: bold;
width: 22rem;
height: 4.8rem;
border: 2px solid #bbb;
border-radius: 8px;
padding: 0.5rem 2rem;
color: #000;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: center right 0.6rem url(//exidea.co.jp/blog/wp-content/themes/honne2025/assets/images/icon/i-arrow-down-blue.svg) no-repeat;
}
@media (max-width: 1339.98px) {
.destination select,
.destination input,
.destination .select2-selection__rendered {
width: 100%;
font-size: 1.6rem;
}
}
@media (max-width: 767.98px) {
.destination select,
.destination input,
.destination .select2-selection__rendered {
font-size: 1.4rem;
height: 4rem;
padding: 0.7rem 0.8rem;
padding-right: 2.5rem !important;
border-width: 2px;
background-size: 10px;
}
}
@media (max-width: 575.98px) {
.destination select,
.destination input,
.destination .select2-selection__rendered {
font-size: 1.1rem;
padding-right: 1.6rem !important;
}
}
.destination .select2-container {
width: 100% !important;
}
.destination .select2-selection__rendered {
line-height: 34px !important;
}
@media (min-width: 1340px) {
.destination .select2-selection__rendered {
align-items: center;
}
}
@media (min-width: 768px) {
.destination .select2-selection__rendered {
padding-left: 2rem !important;
}
}
@media (max-width: 767.98px) {
.destination .select2-selection__rendered {
padding-top: 0.2rem !important;
}
}
.destination .select2-selection.select2-selection--single {
width: 22rem;
height: 4.8rem;
border: none;
}
@media (max-width: 1339.98px) {
.destination .select2-selection.select2-selection--single {
width: 100%;
}
}
@media (max-width: 767.98px) {
.destination .select2-selection.select2-selection--single {
height: 4rem;
}
}
.destination .select2-selection__arrow {
display: none;
}
@media (max-width: 767.98px) {
.select2-results__option {
font-size: 1.3rem;
}
}
.dest-btn-wrap {
margin-left: 2rem;
}
@media (min-width: 1340px) {
.dest-btn-wrap {
margin-right: 2rem;
}
}
@media (max-width: 767.98px) {
.dest-btn-wrap {
margin-left: 1rem;
}
}
.action-btn {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
cursor: pointer;
}
.action-btn:hover {
opacity: 0.7;
}
.action-btn img {
width: 3.6rem;
}
@media (max-width: 767.98px) {
.action-btn img {
width: 1.8rem;
}
}
.action-btn span {
font-size: 1.3rem;
white-space: nowrap;
padding-top: 0.5rem;
}
@media (max-width: 767.98px) {
.action-btn span {
display: none;
color: #2C8CD9;
font-weight: bold;
}
}
.dest-add-wrap {
display: flex;
justify-content: flex-end;
}
@media (min-width: 1340px) {
.dest-add-wrap {
margin-top: 0rem;
margin-bottom: 1.8rem;
}
}
@media (min-width: 1340px) and (min-width: 768px) {
.dest-add-wrap .action-btn {
margin-right: 2rem;
}
.dest-add-wrap .action-btn span {
width: 3.6rem;
transform: translate3d(-50%, 0, 0);
}
}
@media (min-width: 768px) and (max-width: 1339.98px) {
.dest-add-wrap {
margin-bottom: 1.8rem;
}
.dest-add-wrap .action-btn span {
width: 3.6rem;
transform: translate3d(-50%, 0, 0);
}
}
@media (max-width: 767.98px) {
.dest-add-wrap {
margin-bottom: 1.4rem;
}
.dest-add-wrap .action-btn {
flex-direction: row;
}
.dest-add-wrap .action-btn img {
margin-right: 0.8rem;
}
.dest-add-wrap .action-btn span {
padding-top: 0;
display: block;
}
}
.dest-add-wrap.only {
display: none;
}
.form-panel__radios {
display: flex;
justify-content: space-between;
padding: 1rem 0;
border-top: 1px dashed #bbb;
border-bottom: 1px dashed #bbb;
}
@media (max-width: 767.98px) {
.form-panel__radios {
padding: 1rem 0;
}
}
.form-panel__radios .radio-wrap {
display: flex;
align-items: center;
width: 100%;
}
@media (max-width: 1339.98px) {
.form-panel__radios .radio-wrap {
display: block;
}
}
.form-panel__radios .destination-col {
flex-basis: 50%;
}
.form-panel__radios .btn-space {
flex-basis: 9.05rem;
flex-shrink: 0;
}
@media (max-width: 767.98px) {
.form-panel__radios .btn-space {
display: none;
}
}
.radios label {
display: inline-flex;
align-items: center;
margin-right: 2.4rem;
padding: 0.6rem 0;
line-height: 0;
}
@media (max-width: 767.98px) {
.radios label {
margin-right: 1.2rem;
}
}
.radios label span {
font-size: 1.4rem;
white-space: nowrap;
}
@media (max-width: 767.98px) {
.radios label span {
font-size: 1.3rem;
}
}
.radios-title {
flex-shrink: 0;
display: flex;
align-items: center;
margin-right: 2.4rem;
}
@media (min-width: 1340px) and (max-width: 1199.98px) {
.radios-title {
width: 12rem;
}
}
@media (max-width: 767.98px) {
.radios-title {
width: 6rem;
align-items: flex-start;
margin-right: 0.7rem;
}
.radios-title .remark {
margin-top: 0.7rem;
}
}
.radios-title > span {
color: #000;
font-size: 1.6rem;
font-weight: 600;
line-height: 162.5%;
padding-right: 0.8rem;
white-space: nowrap;
}
@media (max-width: 767.98px) {
.radios-title > span {
font-size: 1.3rem;
line-height: 1.5rem;
padding-right: 0.3rem;
}
}
.radios-title .remark {
cursor: pointer;
flex-shrink: 0;
}
.custom-radio {
display: inline-block;
margin-right: 0.8rem;
}
.custom-radio:hover {
cursor: pointer;
}
.custom-radio:hover input:not(:checked) ~ span {
opacity: .7;
}
@media (max-width: 767.98px) {
.custom-radio {
margin-right: 0.4rem;
}
}
.custom-radio input {
display: none;
}
.custom-radio input ~ span {
display: inline-block;
width: 2.4rem;
height: 2.4rem;
background: center/contain url(//exidea.co.jp/blog/wp-content/themes/honne2025/assets/images/wifi/i-uncheck.svg) no-repeat;
}
@media (max-width: 767.98px) {
.custom-radio input ~ span {
width: 2rem;
height: 2rem;
}
}
.custom-radio input:checked ~ span {
background-image: url(//exidea.co.jp/blog/wp-content/themes/honne2025/assets/images/wifi/i-checked.svg);
}
.custom-radio input:disabled ~ span {
cursor: not-allowed;
opacity: 0.5;
filter: brightness(0.8);
}
.section-submit {
display: flex;
justify-content: center;
align-items: center;
margin-top: 2.2rem;
}
.btn-rounded {
position: relative;
border-radius: 24px;
background: #FFA800;
color: #fff;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 130%;
box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.4);
display: flex;
align-items: center;
justify-content: center;
width: 36rem;
height: 4.8rem;
max-width: 100%;
border: 0;
cursor: pointer;
}
@media (max-width: 767.98px) {
.btn-rounded {
font-size: 1.6rem;
}
}
.btn-rounded:hover:after {
transform: translate3d(5px, -50%, 0);
}
.btn-rounded:disabled {
cursor: not-allowed;
opacity: .5;
}
.btn-rounded:after {
content: '';
position: absolute;
width: 3.6rem;
height: 3.6rem;
background: center/contain url(//exidea.co.jp/blog/wp-content/themes/honne2025/assets/images/icon/i_arrow_right_white.svg) no-repeat;
top: 50%;
right: 0;
transform: translate3d(0, -50%, 0);
transition: all 0.3s;
}
@media (max-width: 349.98px) {
.btn-rounded:after {
display: none;
}
}
.btn-rounded.btn-back {
background: #f0f0f0;
color: #191919;
}
.btn-rounded.btn-back:after {
right: auto;
left: 0;
transform: translate3d(0, -50%, 0) rotate(180deg);
mix-blend-mode: difference;
}
@media (max-width: 349.98px) {
.btn-rounded.btn-back:after {
display: block;
}
}
.btn-rounded.btn-back:hover:after {
transform: translate3d(-5px, -50%, 0) rotate(180deg);
}
select.has-error {
border-color: #f00;
}
.has-error.date-picker,
.has-error select {
border-color: #f00;
}
.has-error.error-msg,
.has-error .error-msg {
display: block;
}
.has-error .select2-container .selection .select2-selection {
border: 1px solid red;
}
.input-group.date-picker .error-msg {
padding-top: 2rem;
margin-bottom: -1.4rem;
}
@media (min-width: 768px) {
.input-group.date-picker .error-msg {
padding-top: 1.6rem;
margin-bottom: -2.4rem;
}
}
.error-msg1 {
font-size: 1.2rem;
color: #f00;
white-space: nowrap;
}
@media (max-width: 767.98px) {
.error-msg1 {
font-size: 1rem;
top: 100%;
left: 0;
}
}
.error-msg {
display: none;
font-size: 1.2rem;
color: #f00;
padding-top: 0.5rem;
line-height: 1.4;
}
@media (max-width: 767.98px) {
.error-msg {
font-size: 1rem;
top: 100%;
left: 0;
}
}
.error-msg + .error-msg {
display: none;
}
#result-banner {
text-align: center;
position: relative;
}
#result-banner:before {
content: '';
position: absolute;
z-index: -1;
top: 0;
left: -1000px;
width: 4000px;
height: 66%;
background: #B6ECFF;
}
@media (max-width: 767px) {
#result-banner {
display: none;
}
}
#result-banner .banner-content {
text-align: center;
line-height: 0;
margin-bottom: 3.6rem;
}
.result-head {
display: flex;
align-items: center;
margin-top: 5.4rem;
margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
.result-head {
flex-wrap: wrap;
}
}
.result-head .filter-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.result-head select {
padding-left: 1.6rem !important;
padding-right: 1.6rem !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 3.2rem;
border: 1px solid transparent;
background-position: center right 10px;
background-repeat: no-repeat;
}
.result-head select:not(.checked) {
background-color: #fff;
border: 1px solid #FFA800;
color: #FFA800;
border-radius: 100px;
background-image: url(//exidea.co.jp/blog/wp-content/themes/honne2025/assets/images/icon/i-arrow-down-orange.svg);
}
.result-head select.checked {
background-image: url(//exidea.co.jp/blog/wp-content/themes/honne2025/assets/images/icon/i-arrow-down-white.svg);
padding-right: 25px !important;
}
@media (min-width: 768px) {
.result-head select.checked {
padding-right: 30px !important;
}
}
@media (min-width: 768px) {
.result-head select {
background-size: 16px;
}
}
@media (min-width: 768px) and (max-width: 1339.98px) {
.result-head select {
height: 3.2rem;
}
}
@media (max-width: 767.98px) {
.result-head select {
max-width: 15.2rem;
height: 3.2rem;
font-size: 1.4rem;
line-height: 2.6rem;
background-size: 12px;
padding: 0.2rem 0.6rem;
padding-right: 16px;
}
}
.result-head select,
.result-head label {
display: flex;
align-items: center;
position: relative;
color: #2C8CD9;
font-size: 1.8rem;
font-style: normal;
font-weight: 600;
line-height: 144.444%;
border: 0;
margin: 0 1.6rem;
outline: none !important;
cursor: pointer;
}
@media (min-width: 768px) {
.result-head select:hover,
.result-head label:hover {
opacity: 0.7;
}
}
@media (min-width: 768px) and (max-width: 1339.98px) {
.result-head select,
.result-head label {
font-size: 1.4rem;
margin: 0 1rem;
}
}
@media (max-width: 767.98px) {
.result-head select,
.result-head label {
font-size: 1.2rem;
line-height: 2.6rem;
margin: 0.3rem 0.6rem;
}
}
@media (max-width: 575.98px) {
.result-head select,
.result-head label {
line-height: 1.2;
}
}
.result-head select:first-child,
.result-head label:first-child {
margin-left: 0;
}
.result-head select:not(:first-child):before,
.result-head label:not(:first-child):before {
content: '';
position: absolute;
top: 50%;
left: -1.6rem;
width: 1px;
height: 2rem;
background: #bbb;
transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1339.98px) {
.result-head select:not(:first-child):before,
.result-head label:not(:first-child):before {
left: -1rem;
}
}
@media (max-width: 767.98px) {
.result-head select:not(:first-child):before,
.result-head label:not(:first-child):before {
left: -0.6rem;
}
}
.result-head select.checked,
.result-head label.checked {
background-color: #FFA800;
color: #fff;
border-radius: 100px;
height: 3.2rem;
padding-left: 1.6rem;
padding-right: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1339.98px) {
.result-head select.checked,
.result-head label.checked {
padding-left: 1rem;
padding-right: 1rem;
}
}
@media (max-width: 767.98px) {
.result-head select.checked,
.result-head label.checked {
padding-left: 0.6rem;
padding-right: 0.6rem;
}
}
@media (max-width: 375.98px) {
.result-head select.checked,
.result-head label.checked {
min-height: 3.2rem;
height: auto;
padding: 0.6rem 1rem;
}
}
.result-head select.checked option,
.result-head label.checked option {
background: #FFF;
color: #000;
}
.result-head select input,
.result-head label input {
display: none;
}
.filter-label {
font-size: 1.8rem;
font-weight: 600;
line-height: 144.444%;
color: #000;
margin-right: 4.8rem;
}
@media (max-width: 767.98px) {
.filter-label {
font-size: 1.3rem;
line-height: 1.8rem;
white-space: nowrap;
margin-right: 1.1rem;
}
}
.result {
display: flex;
padding: 2rem;
border: 1px solid #bbb;
margin-bottom: 3.2rem;
}
@media (min-width: 768px) and (max-width: 1339.98px) {
.result {
margin-bottom: 2rem;
}
}
@media (max-width: 767.98px) {
.result {
position: relative;
flex-direction: column;
padding-left: 0;
padding-right: 0;
border: 0;
margin-bottom: 0;
}
.result:before {
content: '';
position: absolute;
top: 0;
left: -2rem;
right: -2rem;
height: 1px;
background: #bbb;
}
.result:last-child:after {
content: '';
position: absolute;
bottom: 0;
left: -2rem;
right: -2rem;
height: 1px;
background: #bbb;
}
}
.result__outdate {
pointer-events: none;
opacity: 0.5;
}
.result__outdate .result__img,
.result__outdate .result__btns,
.result__outdate .result__notes,
.result__outdate .result__list {
filter: grayscale(1);
}
.result__img {
display: flex;
flex-shrink: 0;
align-items: center;
justify-content: center;
width: 31rem;
max-width: 100%;
border-right: 1px solid #bbb;
padding-right: 2rem;
margin-right: 1.2rem;
}
@media (min-width: 768px) and (max-width: 1339.98px) {
.result__img {
width: 25%;
}
}
@media (max-width: 767.98px) {
.result__img {
margin-right: 0;
padding-right: 0;
border-right: 0;
margin: auto;
margin-bottom: 1.2rem;
}
}
.result__rank {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
width: 3.6rem;
margin-right: 2rem;
flex-shrink: 0;
}
@media (max-width: 767.98px) {
.result__rank {
width: 3.6rem;
}
}
.result__rank-img {
width: 3.6rem;
}
.result__rank-txt {
font-size: 1.2rem;
font-weight: bold;
line-height: 2rem;
white-space: nowrap;
}
.result__rank-txt span {
font-size: 2rem;
}
@media (max-width: 767.98px) {
.result__rank-txt span {
font-size: 2rem;
}
}
.result__rank-txt i {
font-size: 2rem;
}
.result__brand {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
cursor: pointer;
flex-grow: 1;
}
.result__brand img {
max-width: 100%;
margin-bottom: 1rem;
}
.result__title {
text-align: center;
font-size: 1.8rem;
font-style: normal;
font-weight: 600;
line-height: 144.444%;
}
@media (min-width: 768px) and (max-width: 1339.98px) {
.result__title {
font-size: 1.4rem;
}
}
.result__content {
display: flex;
flex-grow: 1;
}
.result__info {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.result__info-top {
display: flex;
margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 1339.98px) {
.result__info-top {
flex-direction: column;
}
}
@media (max-width: 767.98px) {
.result__info-top {
flex-direction: column;
margin-bottom: 1.2rem;
}
}
@media (max-width: 767.98px) {
.result__info-wrap {
margin-top: 1.2rem;
display: flex;
}
}
.result__list {
flex-grow: 1;
}
.result__list ul {
list-style: none;
}
.result__list ul li {
position: relative;
font-size: 1.4rem;
line-height: 142.857%;
padding-left: 2rem;
margin-bottom: 0.4rem;
}
.result__list ul li:before {
content: '';
position: absolute;
top: 0.8rem;
left: 1rem;
display: block;
width: 0.3rem;
height: 0.3rem;
border-radius: 0.3rem;
background: #000;
}
@media (max-width: 767.98px) {
.result__list ul li {
font-size: 1.4rem;
line-height: 2rem;
}
}
.result__datas {
display: flex;
margin-left: 2.6rem;
}
@media (min-width: 1340px) {
.result__datas {
width: 30.5rem;
}
}
@media (min-width: 768px) and (max-width: 1339.98px) {
.result__datas {
width: 27.5rem;
margin-left: 0;
margin-top: 2rem;
}
}
@media (max-width: 767.98px) {
.result__datas {
flex-direction: column;
margin-left: 0;
flex-grow: 1;
}
}
.result__data {
flex-grow: 1;
display: flex;
flex-direction: column;
border: 1px solid #bbb;
min-width: 7.1rem;
}
@media (max-width: 767.98px) {
.result__data {
align-items: baseline;
flex-direction: row;
border: 0;
}
.result__data:not(:last-child) {
border-bottom: 1px dashed #bbb;
}
}
@media (min-width: 768px) {
.result__data:not(:first-child) {
margin-left: 0.8rem;
}
}
.result__data-title {
font-size: 1.4rem;
line-height: 142.857%;
text-align: center;
padding: 0.7rem 1rem 0.5rem;
background: #F0F0F0;
border-bottom: 1px solid #bbb;
white-space: nowrap;
}
@media (max-width: 767.98px) {
.result__data-title {
background: none;
border: 0;
padding-left: 0;
}
}
.result__data-value {
flex-grow: 1;
font-size: 1.6rem;
line-height: 125%;
padding: 1rem;
display: flex;
align-items: flex-end;
justify-content: center;
padding: 1rem;
}
@media (max-width: 767.98px) {
.result__data-value {
font-weight: bold;
font-size: 14px;
justify-content: flex-end;
padding: 0;
}
}
.result__data-value--red {
font-size: 2.8rem;
line-height: normal;
color: #f00;
margin-bottom: -0.5rem;
}
@media (min-width: 768px) and (max-width: 1339.98px) {
.result__data-value--red {
font-size: 2.4rem;
line-height: normal;
}
}
@media (max-width: 767.98px) {
.result__data-value--red {
font-size: 2.4rem;
}
}
.result__data-value--red small {
line-height: 2;
}
@media (max-width: 767.98px) {
.result__data-value--red small {
font-size: 1.4rem;
}
}
.result__data-value small {
font-size: 1.2rem;
}
.result__notes {
display: flex;
border-top: 1px dashed #bbb;
margin-top: auto;
padding: 0 2rem;
padding-top: 1.2rem;
flex-wrap: wrap;
font-size: 1.4rem;
}
@media (max-width: 767.98px) {
.result__notes {
font-size: 1.2rem;
line-height: 1.6rem;
border: 1px solid #bbb;
padding: 0.7rem 0.8rem 0.9rem;
}
}
.result__note {
display: flex;
line-height: 1.6rem;
}
.result__note:first-child {
margin-right: 2.4rem;
}
@media (max-width: 767.98px) {
.result__note:first-child {
margin-right: 2rem;
}
}
.result__note--full {
flex-basis: 100%;
}
.result__note-title {
font-weight: bold;
}
.result__btns {
margin-left: 2rem;
}
@media (max-width: 767.98px) {
.result__btns {
flex-grow: 0;
flex-basis: 15.1rem;
}
}
.result__btns .btn-blue {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 8.4rem;
flex-shrink: 0;
border-radius: 8px;
background: #FFA800;
color: #fff;
font-size: 2.4rem;
font-style: normal;
font-weight: 700;
line-height: 1.083;
box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.4);
margin-bottom: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1339.98px) {
.result__btns .btn-blue {
font-size: 1.6rem;
margin-bottom: 1.2rem;
height: 6rem;
}
}
@media (max-width: 767.98px) {
.result__btns .btn-blue {
font-size: 1.8rem;
height: 5.6rem;
}
}
.result__btns .btn-blue:hover:after {
transform: translate3d(5px, -50%, 0);
}
.result__btns .btn-blue:after {
content: "";
position: absolute;
width: 3.6rem;
height: 3.6rem;
background: center/contain url(//exidea.co.jp/blog/wp-content/themes/honne2025/assets/images/icon/i_arrow_right_white.svg) no-repeat;
top: 50%;
right: 0;
transform: translate3d(0, -50%, 0);
transition: all .3s;
}
@media (max-width: 349.98px) {
.result__btns .btn-blue:after {
width: 2rem;
height: 2rem;
}
}
.result__btns .btn-blue .btn-wrap {
display: flex;
flex-direction: column;
}
.result__btns .btn-blue small {
color: #FFF;
text-align: center;
font-size: 1.2rem;
font-style: normal;
font-weight: 700;
line-height: 2.166;
}
@media (max-width: 767.98px) {
.result__btns .btn-blue small {
display: block;
font-size: 1.2rem;
line-height: 2.6rem;
}
}
.result__btns .btn-outline {
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border: 1px solid #FFA800;
color: #FFA800;
font-size: 1.6rem;
font-style: normal;
font-weight: 700;
line-height: 125%;
height: 4rem;
flex-shrink: 0;
border-radius: 8px;
cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1339.98px) {
.result__btns .btn-outline {
font-size: 1.4rem;
}
}
@media (max-width: 767.98px) {
.result__btns .btn-outline {
width: 100%;
font-size: 1.6rem;
line-height: 2rem;
height: 3.2rem;
}
}
.btn-result {
transition: all .3s;
flex-shrink: 0;
width: 18rem;
}
.btn-result:hover {
opacity: 0.7;
}
@media (min-width: 768px) and (max-width: 1339.98px) {
.btn-result {
width: 18rem;
}
}
@media (max-width: 767.98px) {
.btn-result {
width: 100%;
}
}
.result-modal {
position: fixed;
z-index: 9999;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.result-modal .modal-overlay {
position: fixed;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #000;
opacity: 0.7;
}
.result-modal .modal-close {
position: absolute;
z-index: 999;
top: -2rem;
right: -2rem;
width: 3.2rem;
height: 3.2rem;
font-size: 2rem;
background: #bbb;
color: #fff;
border: 2px solid #fff;
border-radius: 100px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.result-modal .modal-close:hover {
opacity: 0.7;
}
@media (max-width: 767.98px) {
.result-modal .modal-close {
top: -1.6rem;
right: -1.6rem;
width: 3.2rem;
height: 3.2rem;
font-size: 2rem;
}
}
.result-modal .modal-container {
position: relative;
}
.result-modal .modal-content {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
}
.result-modal .modal-wrap {
position: relative;
background: #fff;
z-index: 2;
overflow-y: auto;
max-height: calc(100vh - 12rem);
border-radius: 1.2rem;
width: 100rem;
max-width: calc(100vw - 6rem);
}
@media (max-width: 767.98px) {
.result-modal .modal-wrap {
max-width: calc(100vw - 4rem);
}
}
.result-modal .result {
background: #fff;
max-width: calc(100vw - 6rem);
margin-bottom: 0;
margin: auto;
}
@media (min-width: 768px) {
.result-modal .result {
display: block;
padding: 4rem 6rem;
}
.result-modal .result__info {
flex-grow: 1;
align-items: center;
}
.result-modal .result__title {
flex-grow: 1;
}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
.result-modal .result {
padding: 3rem;
}
}
@media (max-width: 767.98px) {
.result-modal .result {
padding: 2rem 2rem;
max-width: 100%;
}
.result-modal .result:before, .result-modal .result:after {
content: none;
}
}
.result-modal .result__head {
display: block;
margin-bottom: 3.2rem;
}
@media (max-width: 767.98px) {
.result-modal .result__head {
flex-direction: column;
display: flex;
align-items: center;
margin-bottom: 1.6rem;
}
}
.result-modal .result__title {
line-height: 2.6rem;
text-align: center;
}
@media (min-width: 768px) {
.result-modal .result__title {
font-size: 3.2rem;
}
}
@media (max-width: 767.98px) {
.result-modal .result__title {
font-size: 1.8rem;
}
}
.result-modal .result__img {
width: auto;
padding-right: 0;
margin-right: 0;
border: 0;
margin-bottom: 3.1rem;
display: block;
text-align: center;
}
@media (max-width: 767px) {
.result-modal .result__img {
margin-left: 0;
}
}
.result-modal .result__img img {
max-width: 100%;
}
.result-modal .result__desc {
font-size: 1.6rem;
line-height: 2.2rem;
margin-bottom: 2.4rem;
}
@media (max-width: 767.98px) {
.result-modal .result__desc {
font-size: 1.6rem;
line-height: 2.2rem;
margin-bottom: 2.4rem;
}
}
.result-modal .result__list {
margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
.result-modal .result__list {
margin-bottom: 3rem;
}
}
.result-modal .result__detail-title {
margin: 2rem 0 1rem;
}
.result-modal .result .table-detail {
font-size: 1.4rem;
width: 100%;
border-collapse: collapse;
}
@media (max-width: 767.98px) {
.result-modal .result .table-detail {
display: flex;
font-size: 1.1rem;
}
.result-modal .result .table-detail tbody,
.result-modal .result .table-detail thead {
flex-grow: 1;
}
.result-modal .result .table-detail tr,
.result-modal .result .table-detail td {
display: block;
width: 100%;
margin-top: -1px;
}
.result-modal .result .table-detail tbody td {
margin-left: -1px;
}
}
.result-modal .result .table-detail td {
border: 1px solid #bbb;
padding: 10px;
}
@media (max-width: 767.98px) {
.result-modal .result .table-detail td {
font-size: 1.3rem;
line-height: 1.4;
}
}
@media (max-width: 375.98px) {
.result-modal .result .table-detail td {
font-size: 1.1rem;
}
}
.result-modal .result .table-detail thead td {
background: #F0F0F0;
text-align: center;
}
@media (width: 768px) {
.result-modal .result .table-detail thead td {
line-height: 1.2;
font-size: 1.3rem;
}
}
@media (max-width: 767.98px) {
.result-modal .result .table-detail thead td {
text-align: left;
}
}
.result-modal .result__notes {
border: 0;
padding: 0;
margin-top: 2.4rem;
}
@media (max-width: 767.98px) {
.result-modal .result__note {
display: block;
}
.result-modal .result__note .result__note-title,
.result-modal .result__note .result__note-txt {
display: inline;
}
}
.result-modal .result__note:not(:last-child) {
margin-right: 6rem;
}
.result-modal .result__note:nth-child(3) {
margin-top: 0.4rem;
}
.result-modal .result__btns {
margin: 3.2rem auto 0;
max-width: 32rem;
}
@media (max-width: 767.98px) {
.result-modal .result__btns {
margin-top: 1.3rem;
max-width: 20rem;
}
}
.result-modal .result__btns .btn-blue {
width: 100%;
}
@media (max-width: 767.98px) {
.result-modal .result__btns .btn-blue {
font-size: 2.4rem;
height: 6.4rem;
}
}
.destination-col.relative {
position: relative;
}
.tooltip-content {
position: absolute;
z-index: 1000;
top: 100%;
left: 0;
max-width: 44rem;
border-radius: 12px;
border: 1px solid #BBB;
background: #FFF;
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
padding: 2rem 3.2rem;
}
.tooltip-content p {
font-size: 1.4rem;
line-height: 2rem;
}
@media (max-width: 767.98px) {
.tooltip-content p {
font-size: 1.4rem;
line-height: 2rem;
}
}
.tooltip-content .close {
position: absolute;
top: -2rem;
right: -2rem;
width: 3.2rem;
height: 3.2rem;
display: flex;
align-items: center;
justify-content: center;
background: #bbb;
color: #fff;
font-size: 2rem;
line-height: 0;
font-style: normal;
border: 2px solid #fff;
border-radius: 32px;
cursor: pointer;
}
.tooltip-content .close:hover {
opacity: .7;
}
@media (max-width: 767.98px) {
.tooltip-content .close {
top: -1.6rem;
right: -1.6rem;
width: 3.2rem;
height: 3.2rem;
}
}
.capa-modal .modal-wrap {
padding: 7.6rem 6rem 6.3rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
.capa-modal .modal-wrap {
padding: 3rem;
}
}
@media (max-width: 767.98px) {
.capa-modal .modal-wrap {
padding: 2.4rem 2rem 2rem;
}
}
.capa-modal .capa-detail img,
.capa-modal .capa-detail svg {
display: block;
margin: auto;
max-width: 100%;
}
.section-back {
margin-top: 4.8rem;
}
@media (min-width: 768px) {
.section-back {
margin-top: 4.4rem;
margin-bottom: 16rem;
}
}
.sp\:w-20rem {
width: 20rem;
}
@media (min-width: 768px) {
.pc\:w-13rem {
width: 13rem !important;
}
.pc\:w-20rem {
width: 20rem !important;
}
.pc\:w-55rem {
width: 55rem !important;
}
.pc\:w-85rem {
width: 85rem !important;
}
}
@media (max-width: 767px) {
.sp\:w-13rem {
width: 13rem !important;
}
.sp\:w-20rem {
width: 20rem !important;
}
.sp\:w-55rem {
width: 55rem !important;
}
.sp\:w-85rem {
width: 85rem !important;
}
}
[x-cloak] {
visibility: hidden;
}
.collapse {
visibility: visible;
}