/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) {
  #header #header_top .inner {
    padding-top: 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1125px) {
  #header #header_top .inner {
    padding-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  #header #header_top .inner {
    min-height: 76px;
  }
}

#header .header-ttl {
  color: white;
  font-weight: 400;
  font-size: 11px;
  margin-left: -6px;
  padding: 12px 15px 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #header .header-ttl {
    display: none;
  }
}

@media (max-width: 767px) {
  #header .header-ttl {
    display: none;
  }
}

@media (min-width: 768px) {
  #header #header_logo {
    margin-bottom: 10px;
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1125px) {
  #header #header_logo {
    top: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  #header #header_logo {
    top: 3px;
  }
}

@media (max-width: 767px) {
  #header #header_logo {
    top: 4px;
  }
}

@media (min-width: 768px) {
  #header #global_menu > ul > li > a {
    padding: 0px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1170px) {
  #header #global_menu > ul > li > a {
    padding: 0px 12px;
  }
}

@media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  #header #logo_image {
    position: relative;
    width: auto;
    top: 5px;
  }
}

@media (min-width: 768px) {
  #header #logo_image a {
    display: block;
  }
  #header #logo_image a img {
    max-height: 60px;
    height: 60px !important;
    width: 187px;
  }
}

@media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  #header #logo_image a img {
    height: 50px !important;
    width: auto;
  }
}

@media (min-width: 768px) {
  #header #logo_image .desc {
    font-size: 11px;
    padding-left: 14px;
    position: relative;
    top: 1px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1170px) {
  #header #logo_image .desc {
    font-size: 10px;
    padding-left: 7px;
    top: 3px;
  }
}

body.header_fix .header-ttl {
  color: #b69e84 !important;
}

@media (min-width: 768px) {
  #global_menu > ul {
    padding-right: 27px;
    top: -3px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1170px) {
  #global_menu > ul {
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-height: 624px) {
  #global_menu > ul {
    padding-right: 67px;
  }
}

@media only screen and (max-width: 1170px) {
  #global_menu > ul li > a {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  html #wpadminbar {
    overflow-x: hidden !important;
  }
}

.page-side-bar {
  position: fixed;
  right: 0;
  width: 95px;
  z-index: 999;
}

@media (min-width: 768px) {
  .page-side-bar {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1090px) {
  .page-side-bar {
    width: 75px;
  }
}

@media screen and (min-width: 768px) and (max-height: 724px) {
  .page-side-bar {
    width: 75px;
  }
}

@media screen and (min-width: 768px) and (max-height: 630px) {
  .page-side-bar {
    top: auto;
    bottom: 30px;
    transform: translateY(0%);
  }
}

@media (max-width: 767px) {
  .page-side-bar {
    padding-bottom: 12px;
    display: flex;
    left: 0;
    gap: 0 8px;
    padding: 0 8px 12px;
    bottom: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .page-side-bar .pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .page-side-bar .pc {
    display: none;
  }
}

.page-side-bar .sp {
  display: none;
}

@media (max-width: 767px) {
  .page-side-bar .sp {
    display: block;
  }
}

.page-side-bar .page-side-bar-btn {
  border-radius: 6px;
  display: block;
  margin-bottom: 20px;
  width: 95px;
}

@media (min-width: 768px) {
  .page-side-bar .page-side-bar-btn {
    transition: opacity .3s;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1090px) {
  .page-side-bar .page-side-bar-btn {
    width: 75px;
  }
}

@media screen and (min-width: 768px) and (max-height: 724px) {
  .page-side-bar .page-side-bar-btn {
    margin-bottom: 10px;
    width: 75px;
  }
}

@media (min-width: 768px) {
  .page-side-bar .page-side-bar-btn:hover {
    opacity: .8;
  }
  .page-side-bar .page-side-bar-btn:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .page-side-bar .page-side-bar-btn {
    margin-bottom: 0;
    width: calc(50% - 12px);
  }
}

.page-side-bar .page-side-bar-btn.yellow {
  box-shadow: 8px 7px 5px 0px rgba(100, 85, 70, 0.8);
  -webkit-box-shadow: 8px 7px 5px 0px rgba(100, 85, 70, 0.8);
  -moz-box-shadow: 8px 7px 5px 0px rgba(100, 85, 70, 0.8);
}

.page-side-bar .page-side-bar-btn.black {
  box-shadow: 8px 7px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 8px 7px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 8px 7px 5px 0px rgba(0, 0, 0, 0.5);
}

.page-side-bar .page-side-bar-btn img {
  max-width: 100%;
}

.site-footer {
  background-color: #333333;
  padding: 50px 0 80px;
}

@media (max-width: 767px) {
  .site-footer {
    padding: 50px 0 110px;
  }
}

.site-footer .footer-inner {
  margin: 0 auto;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  max-width: 1150px;
  width: calc(100% - 210px);
}

@media (max-width: 767px) {
  .site-footer .footer-inner {
    display: block;
    width: calc(100% - 40px);
  }
}

.site-footer .footer-inner .footer-left {
  width: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 1090px) {
  .site-footer .footer-inner .footer-left {
    width: 170px;
  }
}

@media (max-width: 767px) {
  .site-footer .footer-inner .footer-left {
    width: 100%;
  }
}

.site-footer .footer-inner .footer-left .logo {
  display: block;
}

@media (max-width: 767px) {
  .site-footer .footer-inner .footer-left .logo {
    width: 140px;
  }
}

.site-footer .footer-inner .footer-left .logo img {
  max-width: 100%;
}

.site-footer .footer-inner .footer-left .left-menu {
  margin-top: 23px;
}

@media (max-width: 767px) {
  .site-footer .footer-inner .footer-left .left-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}

@media (min-width: 768px) {
  .site-footer .footer-inner .footer-left .left-menu li {
    margin-bottom: 20px;
  }
}

.site-footer .footer-inner .footer-left .left-menu li:last-child {
  margin-bottom: 0;
}

.site-footer .footer-inner .footer-left .left-menu li a {
  display: flex;
  align-items: center;
  color: white;
  font-size: 11px;
  font-weight: 600;
}

.site-footer .footer-inner .footer-left .left-menu li a img {
  margin-right: 4px;
}

@media (max-width: 767px) {
  .site-footer .footer-inner .footer-right {
    margin-top: 27px;
  }
}

.site-footer .footer-inner .footer-right .right-menu {
  border-bottom: 1px solid white;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  gap: 14px 16px;
}

@media (max-width: 767px) {
  .site-footer .footer-inner .footer-right .right-menu {
    flex-wrap: wrap;
  }
}

.site-footer .footer-inner .footer-right .right-menu:last-child {
  margin-bottom: 0;
}

.site-footer .footer-inner .footer-right .right-menu li.right-menu-ttl {
  color: white;
  font-size: 11px;
  font-weight: 600;
  width: 113px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .site-footer .footer-inner .footer-right .right-menu li.right-menu-ttl {
    display: block;
    width: 100%;
  }
}

.site-footer .footer-inner .footer-right .right-menu li.right-menu-ttl img {
  margin-right: 7px;
}

@media (max-width: 767px) {
  .site-footer .footer-inner .footer-right .right-menu li.right-menu-ttl img {
    position: relative;
    top: 3px;
  }
}

.site-footer .footer-inner .footer-right .right-menu li a {
  color: white;
  font-size: 11px;
}
