@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-size: 14px;
  line-height: 1;
  color: #484848; }
  html[lang="en"], html:has([lang="en"]), body[lang="en"], body:has([lang="en"]) {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  html[lang="ja"], html:has([lang="ja"]), body[lang="ja"], body:has([lang="ja"]) {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500; }

html:has(body.scrollLock) {
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

body {
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    body {
      content: "portrait"; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    body {
      content: "landscape"; } }
  body.scrollLock {
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none; }

.ht {
  display: none; }

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .dn-sp_pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-sp_pc {
    display: none !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .dn-landscape {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .dn-tab_pc {
    display: none !important; } }

@media print, screen and (max-width: 1024px) {
  .dn-sp_tab {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .dn-landscape {
    display: none !important; } }

/*=============================================

	ヘッダー

==============================================*/
.header {
  position: relative;
  z-index: 100000; }

/*===========================
	ハンバーガーメニュー、サイドメニュー
=============================*/
.hamburgerMenu_icon {
  width: 38px;
  height: 38px;
  position: fixed;
  right: calc(40 / 1366 * 100vw);
  z-index: 100000;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .hamburgerMenu_icon {
      top: 29px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .hamburgerMenu_icon {
      top: 40px; } }
  .hamburgerMenu_icon.hamburgerMenu_icon_article {
    mix-blend-mode: normal !important; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .hamburgerMenu_icon.hamburgerMenu_icon_article {
        top: 20px;
        right: 40px; } }
  .hamburgerMenu_icon.is-hidden {
    opacity: 0;
    pointer-events: none; }
  .hamburgerMenu_icon.modalVideo_open {
    opacity: 0;
    pointer-events: none; }

.hamburgerMenu_icon_inner {
  position: relative;
  width: 38px;
  height: 38px; }

.hamburgerMenu_icon_line {
  position: absolute;
  width: 38px;
  background-color: #D64949;
  left: 0;
  -webkit-transition: rotate 0.3s ease, top 0.3s ease, background-color 0.3s ease;
  transition: rotate 0.3s ease, top 0.3s ease, background-color 0.3s ease;
  cursor: pointer; }
  .hamburgerMenu_icon_line:nth-child(1) {
    top: 0;
    height: 2px; }
  .hamburgerMenu_icon_line:nth-child(2) {
    top: 12px;
    height: 4px; }
  .is-appear .hamburgerMenu_icon_line:nth-child(1) {
    rotate: 30deg;
    top: 6px;
    background-color: #D64949; }
  .is-appear .hamburgerMenu_icon_line:nth-child(2) {
    rotate: -30deg;
    top: 6px;
    background-color: #D64949; }
  .is-red-section .hamburgerMenu_icon_line {
    background-color: #F8F5EC; }

.hamburgerMenu_article {
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .hamburgerMenu_article.is-scroll {
      opacity: 1; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .hamburgerMenu_bg {
    background-color: #F8F5EC;
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 9000; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .hamburgerMenu_bg_inner {
    width: 100%;
    height: 100%;
    border-inline: 1px solid #D64949; }
    .hamburgerMenu_bg_inner::after {
      content: "";
      position: absolute;
      background-color: #D64949;
      width: 100vw;
      height: 1px;
      bottom: 0;
      left: 50%;
      translate: -50% 0; } }

.hamburgerMenu_listWrap {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  padding: 80px 40px 86px;
  width: 100%;
  max-width: 240px;
  border-radius: 0 0 0 80px;
  z-index: 200000; }
  .hamburgerMenu_listWrap.is-appear {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.hamburgerMenu_listNode {
  padding: 18px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  display: block; }

.hamburgerMenu_listLink {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #D64949;
  cursor: pointer; }
  .hamburgerMenu_listLink span {
    display: block; }
    .hamburgerMenu_listLink span:nth-child(2) {
      margin-top: 5px; }
  [lang="en"] .hamburgerMenu_listLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #D64949;
    letter-spacing: 0.03em;
    line-height: 1.2; }
    [lang="en"] .hamburgerMenu_listLink small {
      font-size: 12px; }

.hamburgerMenu_listNode_lang {
  margin-top: 30px;
  text-align: center; }

.hamburgerMenu_listLabel_lang {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #D64949;
  margin-bottom: 10px; }

.hamburgerMenu_listLink_lang {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-decoration: underline;
  color: #D64949;
  cursor: pointer; }

.hamburgerMenu_listLink_subtext {
  font-size: 12px; }

/*
　ヘッダーロゴ
------------------------------------*/
.headerLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerLogo {
      min-width: 220px;
      height: 32px;
      top: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerLogo {
      width: 342px;
      margin: 0 auto;
      top: 30px; } }
  @media print, screen and (max-width: 374px) {
    .headerLogo {
      min-width: 215px; } }

.headerLogo_node {
  cursor: pointer; }

.headerLogo_node_svg {
  width: 100%;
  height: 100%;
  fill: #D64949; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerLogo_node-aomori {
    width: 64px;
    height: 23px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerLogo_node-aomori {
    width: 110px;
    height: 38px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerLogo_node-jal {
    width: 60px;
    height: 32px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerLogo_node-jal {
    width: 45.35px;
    height: 49.03px;
    margin-left: 25px;
    margin-right: 32px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerLogo_node-hoshino {
    width: 64px;
    height: 13px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerLogo_node-hoshino {
    width: 108px;
    height: 22px; } }

.c-sectionTitle {
  text-align: center; }

.c-inviewAnimation {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity .5s ease-in, -webkit-transform .3s ease-in;
  transition: opacity .5s ease-in, -webkit-transform .3s ease-in;
  transition: opacity .5s ease-in, transform .3s ease-in;
  transition: opacity .5s ease-in, transform .3s ease-in, -webkit-transform .3s ease-in;
  will-change: transform, opacity; }
  .is-shown .c-inviewAnimation {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.wrapper {
  position: relative;
  z-index: 100; }

.jointImage img {
  width: 100%; }

/*=============================================

	ロード

==============================================*/
.loading {
  background-color: #F8F5EC;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000000000000;
  -webkit-transition: opacity 1.5s, visibility 1.5s;
  transition: opacity 1.5s, visibility 1.5s;
  opacity: 1;
  visibility: visible; }
  .loading.loadingFadeOut {
    opacity: 0;
    visibility: hidden; }

.loading_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 58px));
  -ms-transform: translate(-50%, calc(-50% + 58px));
  transform: translate(-50%, calc(-50% + 58px));
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .loading_main {
      gap: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .loading_main {
      gap: 40px; } }

.loading_main_text {
  text-align: center; }
  .loading_main_text img {
    width: 100%; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .loading_main_text img {
        max-width: 48px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .loading_main_text img {
        max-width: 470px; } }
  [lang="en"] .loading_main_text {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #D64949;
    letter-spacing: 0.1em;
    line-height: 1.6; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      [lang="en"] .loading_main_text {
        font-size: 25px; } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      [lang="en"] .loading_main_text {
        font-size: 18px; } }

.loading_main_image {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: planeMove 5s linear forwards;
  animation: planeMove 5s linear forwards; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .loading_main_image img {
      width: 122px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .loading_main_image img {
      width: 140px; } }

@-webkit-keyframes planeMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%); } }

@keyframes planeMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%); } }

/*=============================================

	Google Map

==============================================*/
.info-window {
  max-width: 300px;
  text-align: center;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .info-window {
      padding: 7px 39px !important; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .info-window {
      padding: 24px 40px !important; } }
  .info-window h3 {
    color: #D64949;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 500; }
    .info-window h3 + a {
      margin-top: 20px; }
  [lang="en"] .info-window .c-infoMore_arrow {
    top: 5px; }

.c-info-window-img {
  margin-top: 8px;
  margin-bottom: 10px;
  border-radius: 4px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-info-window-img {
      width: 130px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-info-window-img {
      width: 155px; } }

.info-window_close {
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
  aspect-ratio: 1; }
  .info-window_close img, .info-window_close video, .info-window_close iframe, .info-window_close svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .info-window_close img {
    width: 31px; }

.info-window_image {
  margin: 0 auto; }
  .info-window_image img {
    width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .info-window_image {
      width: 130px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .info-window_image {
      width: 155px; } }

.gm-style-iw {
  font-size: 14px !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .gm-style-iw {
      max-width: 220px !important;
      max-height: none !important;
      min-height: 100px !important; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .gm-style-iw {
      max-width: 264px !important;
      max-height: none !important; } }

.gm-style-iw-c {
  padding: 0 !important;
  border: 4px solid #D64949 !important;
  border-radius: 20px !important; }
  @media print, screen and (max-width: 1024px) {
    .gm-style-iw-c {
      top: 20px !important; } }

.gm-style-iw-tc::after {
  height: 50px !important;
  background-color: #D64949 !important; }
  @media print, screen and (max-width: 1024px) {
    .gm-style-iw-tc::after {
      height: 40px !important;
      top: 17px !important; } }

.gm-style-iw-chr {
  margin-bottom: -40px !important; }
  .gm-style-iw-chr span {
    background-color: #D64949 !important; }
  .gm-style-iw-chr .gm-ui-hover-effect {
    opacity: 1 !important;
    position: relative !important;
    z-index: 100 !important; }

.gm-style-iw-d {
  overflow-y: auto !important;
  scrollbar-width: none !important;
  --webkit-scrollbar: none !important;
  max-height: none !important; }

.gm-style .gm-style-iw {
  overflow: visible !important; }
