/*! CSS������ - �d�������ς� */

/* ============================================
   ��{���Z�b�g�E���ʃX�^�C��
============================================ */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: var(--dodger-blue);
}

ul {
  padding-left: 40px;
  list-style-type: disc;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

button {
  font-family: inherit;
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease, transform 0.1s ease-out;
  display: inline-block;
  text-align: center;
  margin: 0.5rem;
  background-color: var(--polynesian-blue);
  color: var(--white);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

button:hover {
  filter: brightness(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

button:active {
  transform: scale(0.98);
}

h3 {
  margin: 1rem 0;
  line-height: 1.2;
  color: var(--jet);
  font-size: 1.5rem;
}

.cf::after {
  clear: both;
  content: "";
  display: block;
}

.wrap {
  margin: 0 auto;
}

.display-none {
  display: none;
}

/* ============================================
   �w�b�_�[�֘A
============================================ */
#header-container {
  position: fixed;
  width: -webkit-fill-available;
  width: -moz-available;
  width: 100%;
  max-width: 100vw;
  border-bottom: var(--platinum);
  background-color: var(--white);
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#header-container {
  background-color: rgba(255, 255, 255, 0.8);
}

.header-container {
  background-color: var(--white);
}

.header {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
  flex-shrink: 0;
}

.header-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header,
.header .site-name-text,
#navi .navi-in a,
#navi .navi-in a:hover {
  color: #333;
}

/* ���S�֘A */
.logo,
.logo-footer,
.logo-header {
  text-align: center;
}

.logo-image {
  padding: 10px 0;
  font-size: inherit;
}

.logo-image span,
.logo-image a {
  display: inline-block;
  max-width: 100%;
}

.site-name-text-link {
  text-decoration: none;
  font-weight: normal;
  padding: 0 1em;
}

.site-name-text-link:hover {
  color: inherit;
}

.site-name-text {
  font-size: 28px;
}

/* �w�b�_�[�R���e�i - �g�b�v���j���[ */
.header-container-in.hlt-top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 90%;
}

.header-container-in.hlt-top-menu .wrap {
  width: auto;
}

.header-container-in.hlt-top-menu .header {
  background-image: none;
}

.header-container-in.hlt-top-menu .logo-image {
  padding: 0;
  margin: 0;
}

.header-container-in.hlt-top-menu .site-name-text-link {
  margin: 0 16px;
  display: block;
}

.header-container-in.hlt-top-menu .site-name-text {
  font-size: 22px;
  white-space: nowrap;
}

.header-container-in.hlt-top-menu .logo-header {
  max-height: 60px;
}

.header-container-in.hlt-top-menu .logo-header .site-name {
  margin: 0;
}

.header-container-in.hlt-top-menu .logo-header img {
  max-height: 60px;
  height: auto;
  vertical-align: middle;
}

.header-container-in.hlt-top-menu .navi {
  width: 100%;
}

/* �X���[���w�b�_�[ */
.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text-link {
  margin: 0 16px;
}

.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text {
  font-size: 20px;
}

.header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
  max-height: 40px;
}

.header-container-in.hlt-top-menu.hlt-tm-small .logo-header img {
  max-height: 40px;
}

.hlt-tm-small .navi-in>ul li {
  height: 40px;
}

.hlt-tm-right .navi-in>ul {
  justify-content: flex-end;
}

/* ============================================
   �i�r�Q�[�V����
============================================ */
.navi .item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.navi-in>ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.navi-in>ul li {
  display: block;
  width: 176px;
  height: 60px;
  position: relative;
}

#navi .navi-in>ul>li {
  width: auto;
}

#navi .navi-in>ul>li>a {
  padding: 0 0.5em;
}

.navi-in>ul .caption-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}

.navi-in>ul .caption-wrap>div {
  width: 100%;
}

.navi-in a {
  position: relative;
  text-decoration: none;
  display: flex;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}

.navi-in a:hover {
  filter: brightness(1.1);
  transition: all 0.3s ease-in-out;
}

#navi .navi-in a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}


div.item-label:has(.search),
li.menu-button>a:has(.search) {
  padding: 4px 13px 0px 13px;
  border-radius: 1em;
  background-color: /*var(--line-forest-green);*/#28a745;
  box-shadow: 2px 2px 0px var(--jet);
  color: var(--white);
  font-size: 1rem;
}

div.item-label:has(.search):hover,
li.menu-button>a:has(.search):hover {
  filter: brightness(1.1);
}

div.item-label:has(.truck),
li.menu-button>a:has(.truck) {
  padding: 4px 13px 0px 13px;
  border-radius: 1em;
  background-color: /*var(--orange-pantone);*/ orangered;
  box-shadow: 2px 2px 0px var(--jet);
  color: var(--white);
  font-size: 1rem;
}

div.item-label:has(.truck):hover,
li.menu-button>a:has(.truck):hover {
  filter: brightness(1.1);
}


.mobile-menu-buttons {
  box-shadow: 0 0 5px darkgrey;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  align-items: center;
  line-height: 1.4;
  min-height: 50px;
  transition: 0.3s;
  background-color: var(--white);
}

.mobile-menu-buttons .menu-icon {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 20px;
}

.mobile-menu-buttons .menu-caption {
  font-size: 9px;
  text-align: center;
  opacity: 0.8;
  display: block;
}

.mobile-menu-buttons .menu-button {
  position: relative;
  width: 70px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-buttons .menu-button>a {
  display: block;
  text-decoration: none;
  color: var(--black);
}

.mobile-menu-buttons .menu-button:hover .menu-button-in {
  opacity: 0.8;
}

.mobile-menu-buttons .menu-content {
  cursor: default;
}

.mobile-footer-menu-buttons {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  background-color: var(--white);
}

.logo-menu-button {
  text-align: center;
  font-weight: 900;
  line-height: 50px;
  overflow: hidden;
}

.logo-menu-button img {
  max-height: 50px;
  display: block;
  margin: 0 auto;
  width: auto;
}

/* �i�r���j���[�h�����[ */
#navi-menu-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: 0.3s ease-in-out;
}

.menu-content {
  overflow: auto;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background: #fff;
  transition: 0.3s ease-in-out;
  opacity: 1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.menu-content .menu-drawer {
  padding: 0 1em 30px;
}

.navi-menu-content {
  left: 0;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  opacity: 1;
}

#navi-menu-input:checked~#navi-menu-close {
  display: block;
  opacity: 0.5;
}

#navi-menu-input:checked~#navi-menu-content {
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}

.menu-drawer ul {
  list-style: none;
}

.menu-drawer li {
  display: block;
}

.menu-drawer a {
  text-decoration: none;
  padding: 6px;
  display: block;
}

.menu-drawer a:hover {
  filter: brightness(1.1);
  transition: all 0.3s ease-in-out;
  color: var(--jet);
}

.menu-drawer .sub-menu {
  padding-left: 20px;
}

.menu-close-button {
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 1.5em;
}

/* �i�r���j���[�R���e���c�̃X�^�C�� */
#navi-menu-content {
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
}

#navi-menu-content .sub-menu a,
#navi-menu-content .menu-drawer a {
  color: var(--white);
  padding-left: 2rem;
}

#navi-menu-content>label {
  border-radius: 1em;
  margin-bottom: 0.3em;
  display: grid;
  padding: 0.2em;
  margin-top: 0.1em;
  margin-left: 0.1em;
  width: 2em;
  color: var(--white-smoke);
}

#navi-menu-content>ul.menu-drawer a:hover {
  filter: brightness(0.8);
  color: var(--white-smoke);
}

#navi-menu-content>ul>li.menu-item::before {
  margin-right: 5px;
  float: left;
  margin-top: 5px;
}

#navi-menu-content > ul > li > ul > li {
  list-style: none;
  margin-bottom: 20px;
}

#navi-menu-content > ul > li > ul > li > a {
  position: relative;
  padding-left: 32px;
  display: inline-block;
  line-height: 25px;
  text-decoration: none;
}

/*
#navi-menu-content > ul > li > ul > li > a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -14.5px;
  background-image: url('https://www.turigu-kaitori.jp/cat/wp-content/uploads/fbrfg/favicon-32x32.png');
  background-size: contain;
  background-repeat: no-repeat;
}
*/

.footer {
  background-color: var(--white);
/*  margin-top: 20px;*/
  padding: 8px;
}

#footer {
  background: var(--polynesian-blue, #1a4e8a);
}

#footer,
#footer a:not(.sns-button) {
  color: #fff;
}

#footer a:not(.sns-button):hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.3s ease;
}

#footer-in {
  max-width: 850px;
  display: block !important;
  margin: 0 auto !important;
}

.footer-widgets,
.footer-widgets-mobile {
  margin: 10px auto;
  display: flex;
}

.footer-mobile,
.footer-left,
.footer-center,
.footer-right {
  padding: 10px 16px;
}

.footer-left,
.footer-center,
.footer-right {
  width: 33.33%;
}

.footer-widgets-mobile {
  display: none;
}

.widget {
  margin-bottom: 1.8em;
}

.widget-footer-left,
.widget-footer-right,
.widget-footer-mobile {
  margin-bottom: 2rem;
}

.widget-footer-left-title,
.widget-footer-right-title,
.footer-title,
.widget-title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: #fff;
}

.footer li a {
  font-size: 0.9375rem;
/*  padding: 0.25rem 0;*/
  display: inline-block;
}

/* �t�b�^�[�{�g�� */
.footer-bottom {
  margin-top: 24px;
  padding: 8px;
  position: relative;
  font-size: 14px;
}

.footer-bottom.fdt-up-and-down .footer-bottom-logo {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.footer-bottom.fdt-up-and-down .footer-bottom-content {
  float: none;
  display: block;
  text-align: center;
}

.footer-bottom-logo .site-name-text {
  font-size: 18px;
}

.footer-bottom-logo .logo-image {
  padding: 0;
}

.footer-bottom-logo img,
.footer-site-logo-image {
/*  height: 50px;*/
  width: auto;
}

.copyright {
  margin-top: 8px;
  text-align: center;
  line-height: 1.6;
}


.su-list ul {
  padding-left: 0;
  list-style: none;
}

.su-list li {
  margin-bottom: 0.5rem;
}

aside h3 {
  text-align: left;
}
aside li {
  list-style: disc;
  text-align: left;
  line-height: unset;
  margin-left: 20px;
  margin-top: unset;
  margin-bottom: unset;

}


.go-to-top {
  position: fixed;
  display: block;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  opacity: 0.7;
}

.go-to-top-button {
  border-width: 0;
  background-color: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  font-size: 1.2em;
}

.go-to-top-button:hover {
  filter: brightness(1.1);
}

.footer-widgets {
  list-style: disc;
}


@media screen and (max-width: 1023px) {
  .wrap {
    width: auto;
  }

  .header {
    background-size: cover;
  }

  .no-mobile-header-logo #header .logo-header {
    display: none;
  }

  .header-container-in.hlt-top-menu {
    flex-direction: column;
  }

  .navi-in .menu-pc {
    display: none;
  }

  .navi-in>.menu-header {
    display: none;
  }

  .no-mobile-header-logo .header .header-in {
    min-height: auto;
  }

  div.item-label:has(.search),
  div.item-label:has(.truck),
  li.menu-button>a:has(.search),
  li.menu-button>a:has(.truck) {
    background-color: unset!important;
    border-radius: unset!important;
    box-shadow: unset!important;
    color: var(--black)!important;
  }


  .mobile-menu-buttons {
    display: flex;
    align-items: stretch;
  }

  .mobile-header-menu-buttons {
    top: 0;
    bottom: auto;
    justify-content: space-between;
    min-width: 46px;
    box-shadow: 0 0 5px darkgrey;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .logo-menu-button {
    flex-grow: 1;
  }

  .mobile-footer-menu-buttons {
    justify-content: space-around;
  }

  .mobile-footer-menu-buttons .menu-button {
    width: 100%;
  }

  .navi-footer {
    float: none;
    margin: 0;
    width: 100%;
  }

  .copyright {
    width: 100%;
  }

  .footer-widgets {
    display: block;
  }

  .footer-widgets > div {
    width: 100%;
  }

  .footer-bottom-logo,
  .footer-bottom-content {
    float: none;
  }

  .footer-bottom-logo {
    line-height: 1;
    position: relative;
    bottom: auto;
  }

  .footer-bottom-content {
    text-align: center;
  }

  .logo-footer {
    margin: 8px auto;
  }

  .go-to-top {
    bottom: 50px;
  }
}

@media screen and (max-width: 834px) {
  .header div.header-in {
    min-height: auto;
  }

  #header .site-name-text {
    font-size: 22px;
  }

  .header-container-in.hlt-top-menu .site-name-text {
    white-space: normal;
  }

  .header-container-in.hlt-top-menu .logo-header {
    max-height: none;
  }

  .header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
    height: auto;
  }

  .footer-widgets {
    display: none;
  }

  .footer-widgets-mobile {
    display: block;
  }

  .footer-mobile {
    width: 100%;
  }

  .flow-step::after {
    display: none;
  }
}

@media (max-width: 768px) {
  button {
    font-size: 0.9rem;
    padding: 0.65rem 1rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  .go-to-top {
    bottom: 120px;
    right: 10px;
  }

  .go-to-top-button {
    /*width: 40px;
    height: 40px;*/
    font-size: 1.2rem;
    margin-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .menu-content {
    font-size: 22px;
  }
}

/* ============================================
   ����p�X�^�C��
============================================ */
@media print {
  #container .header-container {
    display: none!important;
  }

  #container .wrap {
    width: auto;
    margin: 0;
    float: none;
    padding: 0;
    border: none;
    overflow-wrap: normal;
  }

  #go-to-top {
    display: none!important;
  }
}

