@charset "UTF-8";
/*      common      */
/*==============================================================*/
body {
  width: 100%;
  /* font-family: "Shippori Mincho", serif; */
}

h1,
h2,
h3 {
  /* font-family: "Shippori Mincho", serif; */
}

.main {
  margin: 0 auto 0;
  width: 100%;
  overflow-x: hidden;
}

div {
  transition: 0.3s;
  margin: 0;
}

a {
  transition: 0.3s;
}

img {
  max-width: 100%;
  width:100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  transition: 0.4s;
}
img:hover {
  transition: 0.4s;
}

.carousel-control-prev {
  display: none !important;
}

.carousel-control-next {
  display: none !important;
}

.carousel-control-next-icon {
  display: none !important;
}

.carousel-control-prev-icon {
  display: none !important;
}


.back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.back .backImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.map iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

h1 {
  /* font-family: "Shippori Mincho", serif; */
}

p {
  /* font-family: "Shippori Mincho", serif; */
}

.contact_btn.line--btn a {
  background-color: #06c755;
}

.contact_btn.line--btn:hover .line--btnText{
 color: #06c755;
}

.contact_btn a .LINE--icon{
  filter: unset;
}