@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
a[href^="tel:"] {
  /*pointer-events: none;*/
}
.bg {
  background-size: cover;
}
a img {
  opacity: 1.0;
}
a:hover img {
  opacity: 0.8;
  transition: 0.3s;
}
body#flier {
  background: none;
  background-color: #fff;
}
body#flier main {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  background: #fff;
  border: none;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  body#flier main {
    width: 640px;
    margin-top: 0;
  }
}
article {
  padding: 40px 50px 0 50px;
}
@media screen and (max-width: 640px) {
  article {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }
}
.lp_contents {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .lp_contents {
    width: auto;
    padding: 0 20px;
  }
}
.lp_contents img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .lp_contents img {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.sp {
  display: none !important;
}
.pc {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-down {
  transform: translate(0, -50px);
}
.fade-in-left {
  transform: translate(-50px, 0);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
main > article p, main > article dt, main > article dd {
  font-family: "Noto Sans JP", sans-serif;
}
/*------------------------------------------------------------
	#sec_main_img
------------------------------------------------------------*/
#sec_main_img {
  background-image: url("../images/bg-main.jpg");
  background-size: cover;
  background-position: center;
  padding: 15px 0 30px;
  border: none;
}
@media screen and (max-width: 897px) {
  #sec_main_img {
    position: static;
  }
}
#sec_main_img .view__box {
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 897px) {
  #sec_main_img .view__box {
    width: 100%;
    display: inherit;
    position: static;
  }
}
@media screen and (max-width: 897px) {
  #sec_main_img .view__box__item {
    padding: 20px;
  }
}
#sec_main_img .view__box__item img {
  width: 100%;
  height: auto;
  max-height: 80vh;
}
@media screen and (max-width: 897px) {
  #sec_main_img .view__box__item img {
    max-height: 100vh;
  }
}
#sec_main_img img.view_ttl {
  width: 100%;
  height: auto;
  max-height: 82vh;
  object-fit: contain;
}
@media all and (max-width: 1290px) {
  #sec_main_img img.view_ttl {
    max-height: inherit;
    max-width: 65vw;
  }
}
@media screen and (max-width: 897px) {
  #sec_main_img img.view_ttl {
    max-height: inherit;
    max-width: inherit;
  }
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact {
  background-image: url("../images/contact-bg.png");
  background-size: cover;
  padding: 0;
}
#contact .lp_contents {
  display: flex;
  align-items: stretch
}
#contact .lp_contents .contact_ttl {
  display: flex;
  align-items: center;
}
#contact .lp_contents .contact_ttl img {
  max-width: 540px;
  height: auto;
}
#contact .lp_contents .contact_img {
  padding-top: 10px;
}
#contact .lp_contents .contact_img img {
  height: 410px;
  width: auto;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 897px) {
  #contact {
    padding-bottom: 0 !important;
  }
  #contact .lp_contents {
    display: inherit;
  }
  #contact .lp_contents .contact_ttl, #contact .lp_contents .contact_img {
    width: auto;
  }
  #contact .lp_contents .contact_ttl img {
    max-width: inherit;
  }
}
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about {
  background-image: url("../images/about-bg.png");
  background-size: cover;
  padding: 120px 0;
}
#about h2 {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#about h2 img {
  max-width: 1112px;
}
#about .text {
  padding: 30px 0 0;
  color: #FFF;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 210%; /* 44.1px */
  letter-spacing: 1.89px;
}
#about .photo__list {
  display: flex;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  margin-top: 70px;
}
#about .photo__list li {
  border-radius: 15px;
  border: 3px solid #FFF;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  max-width: 340px;
  overflow: hidden;
}
@media screen and (max-width: 897px) {
  #about .photo__list {
    gap: 5px;
    margin-top: 60px;
  }
}
/*------------------------------------------------------------
	flow
------------------------------------------------------------*/
#flow {
  padding: 120px 0 150px;
  background-image: url("../images/contact-bg.png");
  background-size: cover;
  border-radius: 20px;
}
#flow h2 {
  margin-bottom: 50px;
}
#flow h2 img {
  max-height: 91px;
}
#flow h3 {
  margin: 60px auto;
  display: table;
}
#flow h3 img {
  max-width: 1014px;
}
#flow .belongings__box {
  display: flex;
  padding: 45px 0 45px 0;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  border-radius: 20px;
  background-image: url("../images/flow-bg.png");
  background-size: cover;
  background-position: center;
}
#flow .belongings__box h4 img {
  max-width: 433px;
}
#flow .belongings__box ul {
  display: flex;
  padding: 0 90px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch;
}
@media screen and (max-width: 897px) {
  #flow h3 {
    margin: 50px auto;
  }
  #flow .belongings__box h4 img {
    max-width: 530px;
  }
  #flow .belongings__box ul {
    display: grid;
    gap: 5px;
  }
  #flow .belongings__box ul li {
    margin-bottom: 5px;
  }
}
/*------------------------------------------------------------
	shop
------------------------------------------------------------*/
#shop {
  padding: 130px 0;
  background-image: url("../images/shop-bg.png");
  background-size: cover;
}
#shop h2 {
  display: table;
  margin: 0 auto 60px;
}
#shop h2 img {
  max-width: 285px;
  border-radius: 20px 20px 0 0;
}
#shop .shop__box {
  border-radius: 20px;
  overflow: hidden;
  padding: 180px 150px 75px;
  position: relative;
  background: #FFF;
}
#shop .shop__box h3 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#shop .shop__box h3 img {
  width: 100%;
}
#shop .shop__box .shop__box__img__item {
  border-radius: 10px;
  overflow: hidden;
}
#shop .shop__box .shop__box__img__item img {
  width: 100%;
}
#shop .shop__box .shop__box__img {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#shop dl {
  display: flex;
  flex-wrap: wrap;
}
#shop dl dt, #shop dl dd {
  display: flex;
  min-height: 27px;
  line-height: 1;
  font-size: 18px;
}
#shop dl dt {
  width: 105px;
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 1.62px;
  border-bottom: 2px solid #0170BA;
  padding: 30px 0 30px 0;
  margin-right: 15px;
}
#shop dl dd {
  width: calc(100% - (105px + 15px));
  padding: 34px 0 26px 0;
  border-bottom: 1px solid #E6E6E6;
}
#shop .ban img {
  max-width: 540px;
  margin: 60px auto;
  display: table;
}
#shop .map__box {
  border-radius: 20px;
  margin-bottom: 60px;
  overflow: hidden;
}
#shop .map__box + .ban img {
  max-width: 100%;
}
@media screen and (max-width: 897px) {
  #shop .shop__box {
    padding: 140px 40px 40px;
  }
  #shop .shop__box h3 img {
    object-fit: cover;
    object-position: center;
    height: 110px;
  }
  #shop dl dt, #shop dl dd {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  #shop dl dt {
    width: 140px;
  }
  #shop dl dd {
    width: calc(100% - (140px + 15px));
  }
  #shop .ban img {
    max-width: inherit;
    width: 100%;
  }
  #shop .map__box + .ban img {
    margin-bottom: 0;
  }
}
/*------------------------------------------------------------
	banner
------------------------------------------------------------*/
#banner {
  padding: 120px 0;
  background-image: url("../images/contact-bg.png");
  background-size: cover;
}
#banner .lp_contents .banner__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#banner .lp_contents .banner__box a {
  width: 540px;
}
#banner .lp_contents .banner__box a:first-child {
  margin-right: 60px;
}
#banner .lp_contents .banner__box a img {
  width: 100%;
}
#banner .lp_contents .banner__box a:last-child {
  width: 100%;
  margin-top: 60px;
}
#banner .lp_contents .banner__box a:last-child img {
  margin-bottom: 0;
}
@media screen and (max-width: 897px) {
  #banner .lp_contents .banner__box a {
    width: auto;
    margin-top: 20px;
  }
  #banner .lp_contents .banner__box a:first-child {
    margin-right: 0;
  }
  #banner .lp_contents .banner__box a:last-child {
    margin-top: 20px;
  }
}
/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
  margin-top: 0;
  background-color: #F7FBFC;
}
/*------------------------------------------------------------
	lp_ttl
------------------------------------------------------------*/
article .lp_ttl {
  height: 190px;
  display: table;
  margin: 0 auto;
}
article .lp_ttl img {
  height: 190px;
  width: auto;
}
@media screen and (max-width: 897px) {
  article .lp_ttl {
    height: auto;
  }
  article .lp_ttl img {
    width: 90%;
    height: auto;
  }
}
/*------------------------------------------------------------
	lp_ttl
------------------------------------------------------------*/
.lp_ttl_txt {
  text-align: center;
  display: table;
  margin: 38px auto;
  font-size: 2.2rem;
  font-weight: 600;
}
/*------------------------------------------------------------
	js-scrollable
------------------------------------------------------------*/
@media screen and (max-width: 897px) {
  .js-scrollable .unim-logo-box {
    order: -1;
  }
}
.js-scrollable .inner {
  padding: 0;
}
.js-scrollable .unim-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
}
.js-scrollable .unim-logo img {
  width: 100%;
  height: 100%;
}
.js-scrollable .header .logo sup {
  /*font-size: .875rem;*/
}
.js-scrollable .hero-title {
  /*font-size: 4rem;*/
  line-height: 1;
}
@media screen and (max-width: 897px) {
  .js-scrollable .hero-title {
    /*font-size: 3.5rem;*/
  }
}
.js-scrollable .section-title {
  /*font-size: 3rem;*/
}
.js-scrollable table td, .js-scrollable table th {
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
}
.js-scrollable table td {
  text-align: center;
}
.js-scrollable table {
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  margin: 38px 0;
}
@media screen and (max-width: 897px) {
  .js-scrollable table {
    margin: 0;
  }
}
.js-scrollable table td, .js-scrollable table th {
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
  padding: 2%;
  /*font-size: 1.7rem;*/
  word-break: break-all;
}
@media screen and (max-width: 897px) {
  .js-scrollable table td, .js-scrollable table th {
    padding: 0;
  }
}
.js-scrollable table th {
  background-color: #535353;
  color: #fff;
}
@media screen and (max-width: 897px) {
  .js-scrollable table span {
    margin: 20px;
    display: block;
  }
}
.js-scrollable .js-scrollable .img {
  border-radius: 15px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 897px) {
  .js-scrollable .js-scrollable .img {
    border: none;
    width: auto;
    max-width: inherit;
    min-width: inherit;
  }
}
.js-scrollable table .tb_bg {
  background-color: #d8e6dc;
  color: #242424;
}
.js-scrollable table td b {
  color: #c60011;
}
.js-scrollable .js-scrollable .img img {
  box-sizing: border-box;
  width: 100%;
  border: none !important;
  padding: 4px;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 897px) {
  .js-scrollable .js-scrollable .img img {
    max-width: 200%;
    min-width: inherit;
    width: auto;
  }
}
@media screen and (max-width: 897px) {
  .js-scrollable .js-scrollable {
    margin-top: 0;
  }
  .js-scrollable .js-scrollable, .js-scrollable .js-scrollable-shadow {
    width: 100%;
  }
}
.js-scrollable .js-scrollable-shadow table {
  background-color: transparent;
}
.js-scrollable .scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.js-scrollable .scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.js-scrollable .scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
/*
@media (min-width: 898px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
*/
@media screen and (max-width: 897px) {
  main > article {
    padding: 50px 0 !important;
  }
  main > article p.text {
    font-size: 1.7rem !important;
  }
}
.pc_hidden {
  display: none !important;
}
@media screen and (max-width: 641px) {
  .pc_hidden {
    display: block !important;
  }
  .sp_hidden {
    display: none !important;
  }
}
/*------------------------------------------------------------
	popup-banner
------------------------------------------------------------*/
#popup-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 300px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
  border: 10px solid #2E3094;
  border-radius: 25px;
  overflow: hidden;
	padding: 20px;
}
#popup-banner img {
  max-width: 100%;
  height: auto;
}
#popup-banner.show {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}
#popup-banner .close-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
  color: #999;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ▼ ここがスマホ用の追記 ▼ */
@media screen and (max-width: 768px) {
  #popup-banner {
    max-width: 60%;
    right: 10px;
    bottom: 10px;
	padding: 30px;
  }
  #popup-banner img {
    width: 100%;
  }
	#popup-banner .close-btn{
		font-size: 36px;
		position: absolute;
    top: -15px;
		right: -2px;
	}
}