#common-header {
  background: #ffffff;
  height: 500px;
  margin-bottom: 80px;
}
#common-header .wrap-inner {
  position: relative;
}
#common-header .wrap-inner .sub-common-key {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 500px;
  padding: 32px;
  text-align: center;
}
#common-header .wrap-inner .sub-common-key img.key-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#common-header .wrap-inner .sub-common-key p.key-text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 40%;
  z-index: 10;
  text-align: center;
  mix-blend-mode: color-dodge;
}
#common-header .wrap-inner .sub-common-key p.key-text img.contact {
  width: 680px;
  height: auto;
}
#common-header .wrap-inner .sub-common-key p.key-text img.shop {
  width: 388px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #common-header .wrap-inner .sub-common-key p.key-text img.contact {
    width: 70%;
  }
  #common-header .wrap-inner .sub-common-key p.key-text img.shop {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #common-header .wrap-inner .sub-common-key {
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  #common-header {
    margin-bottom: 40px;
  }
}

#global-header {
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#global-header h1 a {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #ffffff;
}
#global-header h1 a img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #global-header h1 {
    width: 100%;
    text-align: center;
  }
  #global-header h1 a {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    padding: 16px;
  }
  #global-header h1 a img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #global-header h1 {
    width: 100%;
    text-align: center;
  }
  #global-header h1 a {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
}

#toggle-navi {
  width: 32px;
  height: 150px;
  background: rgba(37, 37, 37, 0.7);
  position: absolute;
  top: 0;
  left: 152px;
  z-index: 5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
#toggle-navi span {
  display: inline-block;
  text-align: center;
}
#toggle-navi span img.text {
  width: 80%;
  height: auto;
}
#toggle-navi span img.cursor {
  width: 30%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #toggle-navi {
    display: none;
  }
}

#toggle-navi {
  width: 32px;
  height: 150px;
  background: rgba(37, 37, 37, 0.7);
  position: absolute;
  top: 0;
  left: 152px;
  z-index: 5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
#toggle-navi span {
  display: inline-block;
  text-align: center;
}
#toggle-navi span img.text {
  width: 80%;
  height: auto;
}
#toggle-navi span img.cursor {
  width: 30%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #toggle-navi {
    display: none;
  }
}

#global-navi {
  position: absolute;
  top: 0;
  left: 186px;
  width: 0;
  overflow: hidden;
  background: rgba(37, 37, 37, 0.55);
  transition: all .5s ease-in-out;
}
#global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
#global-navi ul li {
  width: 100%;
}
#global-navi ul li a {
  text-align: center;
  display: block;
  height: 50px;
  padding: 50px 0;
  transition: all .6s ease;
}
#global-navi ul li a span {
  color: #ffffff;
  font-weight: bold;
  width: 100%;
}
#global-navi ul li a span.ja {
  font-size: 1em;
  letter-spacing: .15em;
}
#global-navi ul li a span.en {
  font-size: 1em;
  letter-spacing: .1rem;
}
#global-navi ul li a:hover {
  background: rgba(212, 166, 35, 0.8);
}
#global-navi ul li a:hover span {
  color: #252525;
}
@media screen and (max-width: 1280px) {
  #global-navi ul li a span.ja {
    font-size: 1.2rem;
    letter-spacing: .25rem;
  }
  #global-navi ul li a span.en {
    font-size: 1.2rem;
    letter-spacing: .25rem;
  }
}
#global-navi.toggle {
  width: 86%;
}
@media screen and (max-width: 1280px) {
  #global-navi.toggle {
    width: 84%;
  }
}
@media screen and (max-width: 1024px) {
  #global-navi {
    display: none;
  }
}

#utility {
  width: 300px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
}
#utility h2 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
#utility dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
}
#utility dl div:nth-child(1) {
  border-bottom: 1px solid #ffffff;
}
#utility dl div dt {
  width: 23%;
  border: 1px solid #ffffff;
  border-radius: 2rem;
  padding: 4px 14px;
  font-size: 1.35rem;
  font-weight: bold;
  color: #ffffff;
  text-emphasis: accent;
}
@media screen and (max-width: 1280px) {
  #utility dl div dt {
    font-size: 1.1rem;
  }
}
#utility dl div dd {
  width: 75%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 8px 10px;
}
#utility dl div dd a {
  color: #ffffff;
  font-size: 1.8rem;
}
@media screen and (max-width: 1280px) {
  #utility dl div dd {
    padding: 8px;
  }
  #utility dl div dd a {
    font-size: 1.5rem;
  }
}
#utility dl div dd.snslink a {
  display: inline-block;
  margin-right: 2px;
}
#utility dl div dd.snslink a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  #utility {
    display: none;
  }
}

#main .content-header {
  width: 1000px;
  margin: 0 auto 48px;
}
#main .content-header h2 {
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#main .content-header h2 span {
  display: inline-block;
  letter-spacing: .35rem;
}
#main .content-header h2 span.en {
  line-height: 1;
  font-size: 1.6em;
  font-weight: bold;
}
#main .content-header h2 span.ja {
  font-size: 1.8rem;
  color: #D8B623;
}
#main .content-header p.desc {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #main .content-header {
    width: 95%;
  }
  #main .content-header h2 span {
    display: inline-block;
    letter-spacing: .35rem;
  }
  #main .content-header h2 span.en {
    line-height: 1;
    font-size: 1.2em;
    font-weight: bold;
  }
  #main .content-header h2 span.ja {
    font-size: 1.4rem;
    color: #D8B623;
  }
  #main .content-header p.desc {
    width: 100%;
    font-size: 1em;
  }
}

.page-common-access .access-map {
  width: 100%;
  height: 400px;
}
.page-common-access .access-map iframe {
  width: 100%;
  height: 100%;
}

#global-footer {
  background: #252425;
}
#global-footer h1 {
  text-align: center;
}
#global-footer h1 a {
  margin: 0 auto;
  position: relative;
  top: -75px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#global-footer h1 a img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #global-footer h1 a {
    width: 100px;
    height: 100px;
    top: -50px;
    padding: 10px;
  }
  #global-footer h1 a img {
    width: 100%;
    height: auto;
  }
}
#global-footer div.shop-desc {
  position: relative;
  top: -50px;
}
#global-footer div.shop-desc h2 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
#global-footer div.shop-desc p {
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #global-footer div.shop-desc {
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  #global-footer div.shop-desc p {
    font-size: 1.3rem;
    width: 95%;
    margin: 0 auto;
  }
}
#global-footer .fnavi {
  width: 950px;
  margin: 0 auto;
  position: relative;
  top: -50px;
}
#global-footer .fnavi ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  margin-top: 24px;
}
#global-footer .fnavi ul li {
  width: 100%;
}
#global-footer .fnavi ul li a {
  text-align: center;
  display: block;
}
#global-footer .fnavi ul li a span {
  color: #ffffff;
  font-weight: bold;
}
#global-footer .fnavi ul li a span.ja {
  font-size: 1.1em;
  letter-spacing: .25rem;
}
#global-footer .fnavi ul li a span.en {
  font-size: .8em;
  letter-spacing: .25rem;
}
@media screen and (max-width: 1024px) {
  #global-footer .fnavi {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #global-footer .fnavi {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #global-footer .fnavi {
    display: none;
  }
}
#global-footer .bn-area {
  width: 750px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#global-footer .bn-area p {
  width: 320px;
  height: 105px;
  background: #E6E6E6;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #global-footer .bn-area {
    width: 95%;
    display: block;
  }
  #global-footer .bn-area p {
    margin: 0 auto;
    width: 300px;
  }
}
#global-footer .copy {
  text-align: center;
  padding: 100px 0 64px;
}
#global-footer .copy small {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #global-footer .copy {
    padding: 64px 0;
  }
}
@media screen and (max-width: 768px) {
  #global-footer .copy {
    padding-bottom: 120px;
  }
}

.move-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .move-btn {
    display: block;
    position: fixed;
    z-index: 5000;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .move-btn a {
    display: inline-block;
    width: 275px;
    height: 82px;
  }
  .move-btn a img {
    width: 100%;
    height: auto;
  }
}

.result-box {
  width: 1450px;
  margin-bottom: 120px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .result-box {
    width: 95%;
    margin: 0 auto 120px;
  }
}
.result-box h3.left {
  position: absolute;
  top: -25px;
  left: 15px;
  z-index: 2;
}
.result-box h3.right {
  position: absolute;
  top: -25px;
  right: 15px;
  z-index: 2;
}
.result-box:nth-child(odd) .result-wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  .result-box h3.left,
  .result-box h3.right {
    width: 100%;
    left: auto;
    right: auto;
    text-align: center;
    background: #d5a723;
    padding-top: 6px;
  }
  .result-box h3.left img,
  .result-box h3.right img {
    width: 80%;
    height: auto;
  }
}

.result-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  width: 100%;
  height: 600px;
  margin-bottom: 160px;
}
.result-wrap .result-pic {
  width: 100%;
  height: 100%;
  background: #efefef;
  overflow: hidden;
}
.result-wrap .result-pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.result-wrap .result-pic a img {
  vertical-align: bottom;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: 0% 0%;
}
.result-wrap .result-info {
  height: 100%;
  width: 100%;
  padding: 20px;
}
.result-wrap .result-info h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #252525;
  margin-bottom: 8px;
}
.result-wrap .result-info p {
  color: #d5a723;
  margin-bottom: 12px;
}
.result-wrap .result-info .comment-body {
  margin-bottom: 40px;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: .15em;
}
.result-wrap .result-info .other-thumb ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.result-wrap .result-info .other-thumb ul li {
  width: 250px;
  height: 250px;
  background: #cccccc;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.result-wrap .result-info .other-thumb ul li img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .result-wrap {
    height: 100%;
    align-items: stretch;
  }
  .result-wrap .result-info .other-thumb ul li {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .result-wrap {
    display: block;
    height: 100%;
  }
  .result-wrap .result-pic {
    height: 500px;
  }
  .result-wrap .result-pic img.backpac {
    position: relative;
    top: -120px;
  }
}

/*# sourceMappingURL=results.css.map */
