@charset "utf-8";

/* --------------------------------------------------------------
	index.css
-------------------------------------------------------------- */

#wrapper {
  display: none;
}
.mode_sp {
  display: none;
}
.mode_pc {
  display: block;
}
/* #opanim
============================================================== */

#opanim {
  position: relative;
  margin: 0 auto 1px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 5;
}

#opanim .bkbg {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

#opanim .opanimheader {
  display: none;
}

#opanim .logo {
  position: absolute;
  margin: auto;
  width: auto;
  height: 400px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}

#opanim .logo div {
  width: 100%;
}

#opanim .logo .logoimg001 {
  margin: 0 auto 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

#opanim .logo .textimg {
  vertical-align: top;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

#opanim .logo .logoimg003 {
  margin: 0 20px;
}

#opanim .scroll {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}

#opanim ul {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

#opanim ul li {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(
    opacity=0
  ); /*
	-webkit-transition:all 1s ease;
	transition:all 1s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;*/
}

#opanim ul li div {
  margin: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-color: #000000;
  background-position: center center;
  background-size: cover;
}

#opanim ul li .opanimimage001 {
  background-image: url("/common/img/top/opanim_image001.jpg");
}

#opanim ul li .opanimimage002 {
  background-image: url("/common/img/top/opanim_image002.jpg");
}

#opanim ul li .opanimimage003 {
  background-image: url("/common/img/top/opanim_image003.jpg");
}

#opanim ul li .opanimimage004 {
  background-image: url("/common/img/top/opanim_image004.jpg");
}

/* #topimage
============================================================== */

#topimage {
  position: relative;
  margin: 110px auto 0;
  width: 100%;
  height: 560px;
  background-image: url("/common/img/top/top_image.jpg");
  background-repeat: no-repeat;
  background-color: #000000;
  background-position: center center;
  background-size: contain;
}

#topimage .scrollbtn {
  position: absolute;
  margin: 0 auto;
  width: 25px;
  height: 25px;
  bottom: 20px;
  left: 0;
  right: 0;
}

/* #toptext
============================================================== */

#toptext {
  text-align: center;
}

#toptext h2 {
  margin: 0 auto 40px;
  font-size: 24px;
  font-weight: 900;
}

#toptext p {
  margin: 0 auto 30px;
  font-weight: 900;
}

#toptext p + p {
  margin: 40px auto 0;
  font-weight: 400;
}

#toptext p:nth-child(6) {
  margin: 0 auto;
}

/* #selling
============================================================== */

#selling {
  height: 593px;
  background-image: url("/common/img/top/selling_image.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 107px 0 0 0;
  padding: 0;
}

#selling .inner {
  position: relative;
  margin: 0 auto; /*
	width:1000px;*/
  max-width: 1142px;
  height: 100%;
}
#selling .inner:before {
  content: "";
  position: absolute;
  top: -47px;
  right: 0;
  width: 77.32%; /*883px;*/
  height: 640px;
  background-image: url("/common/img/top/selling_image_02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#selling .text {
  position: static;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 45px 45px 20px 45px;
  width: 410px;
  min-height: 482px;
  height: auto;
  background-image: url("/common/img/top/selling_bgimage.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
}

#selling .text h2 {
  margin: 0 0 40px;
  padding-left: 1em;
  color: #ffffff;
  font-size: 54px;
  line-height: 1.1em;
  text-indent: -1em;
}

#selling .text .button {
  margin: 20px auto 0;
  font-size: 12px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#selling .text .button.old:last-child {
  margin: 20px auto 0;
}
#selling .text .button:last-child {
  margin: 10px auto 0;
}
#selling .text .button p {
  position: relative;
  padding: 17px 0;
  line-height: 100%;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 14px;
  font-family: "noto sans JP", sans-serif;
}
#selling .text .button p.old {
  font-size: 100%;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: normal;
}
#selling .text .button p:hover {
  opacity: 0.6;
}

#selling .text .button a p::before {
  position: absolute;
  margin: auto;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 10px;
  content: "";
  display: block;
  background-image: url("/common/img/top/seling_btn.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
}

/* #nozaki
============================================================== */
#nozaki a:hover img {
  opacity: 1;
}

#nozaki {
  background-color: #15154b;
  color: #fff;
  padding: 66px 0 70px;
  margin: 0;
}
#nozaki .contents_wrap {
  padding-top: 8px;
}
#nozaki .inner {
  width: 861px;
  margin: 0 auto;
}
#nozaki .nozaki_title {
  margin: 0 auto 82px;
  text-align: center;
}
#nozaki .nozaki_title img {
  width: 17%;
}
#nozaki h2 span {
  padding-left: 60px;
}
#nozaki ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 59px;
}
#nozaki ul::after {
  content: "";
  display: block;
  clear: both;
}
#nozaki li {
  width: 400px;
}
#nozaki li:nth-of-type(1) {
  margin-right: 59px;
}
#nozaki li .img_area {
  position: relative;
}
#nozaki li .img_area:hover {
  opacity: 0.6;
  transition: all 1s ease;
}
#nozaki li .article_img::after {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  max-width: 400px;
  max-height: 300px;
  padding-bottom: 75%;
  background-color: rgba(0, 0, 0, 0.3);
}
#nozaki li .img_bg {
  margin-top: 18px;
  margin-left: -17.5px;
}
#nozaki li .article_img {
  position: absolute;
  top: 0;
  right: 0;
}
#nozaki li .article_img img {
  width: 400px;
  height: 300px;
  object-fit: cover;
}
#nozaki li div.img_text {
  position: absolute;
  bottom: 40px;
  left: 14px;
}
#nozaki li .top_number {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 3px 6px;
}
#nozaki li div.img_text .title_area span {
  font-size: 18px;
  letter-spacing: 0.03em;
}
#nozaki li .more {
  position: absolute;
  bottom: 21px;
  right: 0;
}
#nozaki ul li:nth-of-type(2) .img_bg {
  margin-left: 18px;
  margin-top: -18px;
}
#nozaki li:nth-of-type(2) div.img_text {
  bottom: 5px;
}

#nozaki li:nth-of-type(2) .more {
  bottom: -15px;
}
#nozaki li p {
  color: #fff;
  line-height: 1.2em;
}
#nozaki .button {
  text-align: center;
}
#nozaki .button p {
  display: inline-block;
  font-size: 18px;
  width: 210px;
  padding: 5px 51px 5px 20px;
  color: #fff;
  border: 2px solid #fff;
}
#nozaki .button a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
#nozaki .button a::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotateZ(45deg);
  margin: -29px 0 0 519px;
}

/* #map
============================================================== */
.shopLink {
  display: flex;
  width: 1000px;
  margin: auto auto 63px;
  justify-content: center;
  align-items: center;
}
.shopLink .btn {
  width: 242px;
  margin: 0;
  margin-right: 30px;
}
.shopLink .btn a {
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 11px;
  display: block;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-weight: bold;
  width: 100%;
  border: 1px solid #aaa;
  box-sizing: border-box;
}
.shopLink .btn:last-of-type {
  margin-right: 0;
}
#shop h3,
#vison h3 {
  position: relative;
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  margin-bottom: 30px;
}
#shop h3 span,
#vison h3 span {
  font-size: 16px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
  max-width: 170px;
  width: 100%;
  text-align: center;
}
#shop h3::before,
#shop h3::after,
#vison h3::before,
#vison h3::after {
  border-top: 1px solid #aaa;
  content: "";
  width: 43%; /* 線の長さ */
}
#shop h3::before,
#vison h3::before {
  margin-right: 1em;
}
#shop h3::after,
#vison h3::after {
  margin-left: 1em;
}
#shop .inner,
#vison .inner {
  width: 1000px;
  margin: auto;
  padding-top: 60px;
  margin-top: -60px;
}
#shop .inner {
  padding-top: 20px;
  margin-top: -20px;
}
#map {
  margin: 40px auto 61px;
}
#map.old {
  margin: 140px auto 61px;
}
#map02 {
  margin: 60px auto;
}
#map03 {
  margin: 60px auto;
}
#map02.old {
  margin: 61px auto 100px;
}
#map h2,
#map02 h2 {
  margin: 0 auto 41px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

#map #gmap,
#map02 #gmap02 {
  width: 100%;
  height: 460px;
}

#map .about,
#map02 .about {
  margin: 40px auto 65px;
  width: 1000px;
  font-size: 0;
}

#map .about img,
#map02 .about img {
  vertical-align: top;
}

#map .about .table,
#map02 .about .table {
  margin: 30px 0 0 60px;
  width: 460px;
  font-size: 14px;
  display: inline-block;
}
#map02 .about .table {
  margin: 0 0 0 60px;
}
#map .about .table dl,
#map02 .about .table dl {
  padding: 15px 0;
  width: 100%;
}

#map .about .table dl + dl,
#map02 .about .table dl + dl {
  border-top: 1px #c7c7c7 solid;
}

#map .about .table dl.hall,
#map02 .about .table dl.hall {
  padding: 5px 0 15px;
  border-top: none;
}

#map .about .table dl dt,
#map02 .about .table dl dt {
  padding: 4px 0.5em 2px 10px;
  width: 4.5em;
  font-weight: 900;
  border-left: 2px #c7c7c7 solid;
  display: inline-block;
  vertical-align: middle;
}

#map .about .table dl dd,
#map02 .about .table dl dd {
  width: calc(100% - 4.5em - 0.5em - 10px - 2px - 1.5em);
  vertical-align: middle;
  letter-spacing: -0.03em;
  display: inline-block;
}
#map02 .about .table dl dd p > span {
  margin-right: 5px;
}
#map .about .table dl dd.short,
#map02 .about .table dl dd.short {
  width: calc(50% - 4.5em - 10px - 2px - 1.5em);
}
#map .img_list,
#vison .img_list {
  width: 1000px;
  margin: 40px auto 0;
  text-align: center;
}
#map .img_list ul,
#vison .img_list ul {
  font-size: 0;
}
#map .img_list li,
#vison .img_list li {
  display: inline-block;
}
#map .img_list li:last-child,
#vison .img_list li:last-child {
  margin-left: 40px;
}
#vison #visonMap {
  width: 480px;
  height: 280px;
  display: inline-block;
  vertical-align: top;
}
#vison #visonMap .wrapMap {
  position: relative;
}
#vison #visonMap #map_container {
  width: 100%;
  height: 100%;
}
.webBtn {
  margin-top: 31px;
}
.webBtn a {
  width: 460px;
  padding: 13px;
  background: #533774;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.webBtn a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.webBtn a:hover {
  opacity: 0.8;
}
/* #fr
============================================================== */
p.frset {
  margin-left: 2.5em;
}
p.frleft {
  margin-left: 1.2em;
}
/* --------------------------------------------------------------
	Responsive
-------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
  .mode_sp {
    display: block;
  }
  .mode_pc {
    display: none;
  }

  /* #opanim
============================================================== */

  #opanim .logo {
    height: 100vh;
  }

  #opanim .logo img {
    width: 100%;
  }

  #opanim .logo div {
    font-size: 0;
  }

  #opanim .scroll {
    bottom: 100px;
  }

  #opanim ul li div {
    background-position: center top;
    background-size: cover;
  }

  /* #topimage
============================================================== */

  #topimage {
    display: none;
  }

  /* #toptext
============================================================== */

  #toptext {
    margin: 30px auto 0;
  }

  #toptext h2 {
    margin: 0 auto 30px;
    font-size: 20px;
  }

  #toptext p {
    font-size: 12px;
  }

  #toptext p + p {
    margin: 30px 7% 0;
    font-size: 11px;
  }

  /* #selling
============================================================== */

  #selling {
    position: relative;
    /* margin: 50px 0 23% 0; */
    margin: 50px 0 0 0;
    padding: 100% 0 0 0;
    height: auto;
    background-image: url("/common/img/top/selling_spimage.jpg");
    background-position: center top;
    background-size: cover;
  }
  #selling.old {
    margin: 50px 0 15% 0;
  }

  #selling .inner {
    position: static;
    width: 100%;
  }

  #selling .inner:before {
    content: none;
  }

  #selling .text {
    position: absolute;
    top: auto;
    bottom: -15%;
    width: 75%;
    height: auto;
    min-height: auto;
    min-height: initial;
    margin: 0 0 0 25%;
    padding: 0;
    /*
		margin:0 0 0 25%;
		padding:0;
		width:75%;
		height:auto;
		background-size:cover;
		overflow:hidden;*/
  }

  #selling .text h2 {
    margin: 20px auto;
    font-size: 24px;
    text-align: center;
  }

  #selling .text p {
    margin: 0 20px;
    font-size: 12px;
  }

  #selling .text .button {
    margin: 20px auto 0;
    width: 80%;
  }
  #selling .text .button.old {
    width: 90%;
  }
  #selling .text .button.old:last-child {
    margin: 20px auto;
  }
  #selling .text .button:last-child {
    margin: 15px auto 20px;
  }
  #selling .text .button p {
    font-size: 10px;
    padding: 10px 0;
  }
  #selling .text .button p.old {
    padding: 17px 0;
  }
  #selling .text .button a p::before {
    width: 14px;
    height: 14px;
    background-size: contain;
  }
  #selling .text .button a p.old::before {
    width: 25px;
    height: 25px;
  }

  /* #nozaki
============================================================== */
  #nozaki {
    padding-bottom: 62px;
  }
  #nozaki .contents_wrap {
    padding-top: 11%;
  }
  #nozaki .contents_wrap .inner {
    width: 70%;
  }
  #nozaki .nozaki_title {
    margin: 0 auto 26px;
  }
  #nozaki .nozaki_title img {
    width: 96px;
  }
  #nozaki ul {
    max-width: 400px;
    margin: 0 auto;
    flex-direction: column;
    margin-bottom: 45px;
  }
  #nozaki li {
    width: 100%;
  }
  #nozaki li:nth-of-type(1) {
    margin-left: 20px;
    margin-bottom: 49px;
  }
  #nozaki li .img_bg {
    margin-top: 17px;
    margin-left: -20px;
  }
  #nozaki li div.img_text {
    bottom: 12%;
  }
  #nozaki li .top_number {
    font-size: 26px;
    margin-bottom: 0;
    line-height: 1em;
  }
  #nozaki li div.img_text .title_area span {
    font-size: 12px;
  }
  #nozaki li .more {
    width: 18%;
    bottom: 22px;
  }
  #nozaki li .article_img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
  }
  #nozaki li:nth-of-type(2) .article_img {
    right: 0;
  }
  #nozaki ul li:nth-of-type(2) .img_bg {
    margin-top: -17px;
    margin-left: 20px;
  }
  #nozaki li:nth-of-type(2) div.img_text {
    left: 2.5%;
  }
  #nozaki li:nth-of-type(2) div.img_text p span {
    line-height: 0.7em;
  }
  #nozaki li:nth-of-type(2) .more {
    bottom: -13px;
    right: 0;
  }
  #nozaki .button {
    width: 196px;
    position: relative;
    margin: auto;
  }
  #nozaki .button p {
    width: 176px;
    font-size: 13px;
    padding: 5px 16px 5px 0;
    border: 1px solid #fff;
  }
  #nozaki .button a::after {
    width: 4px;
    height: 4px;
    margin: 0px;
    bottom: 14px;
    right: 29px;
  }
  /* #map
============================================================== */
  .shopLink {
    width: 100%;
    margin: auto auto 26px;
  }
  #shop .inner,
  #vison .inner {
    width: 90%;
    margin: auto;
    margin-top: -20px;
    padding-top: 20px;
  }
  .shopLink .btn {
    width: 120px;
    margin-right: 10px;
  }
  .shopLink .btn a {
    font-size: 11px;
    width: 120px;
    padding: 4px;
  }
  #map,
  #map02,
  #map.old,
  #map02.old {
    margin: 0 auto 14px;
    padding: 50px 0 0 0;
    text-align: center;
  }
  #map02,
  #map02.old {
    padding: 0;
    margin: 0 auto 61px;
  }

  #map h2,
  #map02 h2 {
    margin: 0px auto 15px;
    font-size: 18px;
  }
  #shop h3,
  #vison h3 {
    margin-bottom: 14px;
  }
  #shop h3 span,
  #vison h3 span {
    font-size: 15px;
    max-width: 100px;
  }

  #map #gmap,
  #map02 #gmap02 {
    position: relative;
    height: auto;
    padding: 59% 0 0 0;
  }
  #map #gmap iframe,
  #map02 #gmap iframe,
  #map03 #gmap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  #map .about,
  #map02 .about {
    margin: 23px auto 0;
    width: 100%;
  }

  #map .about img,
  #map02 .about img {
    width: 94%;
    max-width: 480px;
  }

  #map .about .table,
  #map02 .about .table {
    margin: 0 auto 0;
    width: 100%;
    font-size: 10px;
    display: block;
    text-align: left;
  }

  #map .about .table dl,
  #map02 .about .table dl {
    padding: 10px 0;
  }

  #map .about .table dl dt,
  #map02 .about .table dl dt {
    padding: 4px 3px 2px 5px;
    width: 4.5em;
  }

  #map .about .table dl dd,
  #map02 .about .table dl dd {
    width: calc(100% - 4.5em - 18px);
  }

  #map .about .table dl,
  #map02 .about .table dl {
    width: 90%;
    margin: auto;
  }

  #map .about .table dl dd.short,
  #map02 .about .table dl dd.short {
    width: calc(50% - 4.5em - 18px);
  }
  #map .img_list.old {
    display: none;
  }
  #map .img_list,
  #vison .img_list {
    width: 100%;
    margin: 20px auto 60px;
  }
  #vison .img_list {
    margin-bottom: 0;
  }
  #map .img_list ul,
  #vison .img_list ul {
    display: flex;
  }
  #map .img_list li:last-child,
  #vison .img_list li:last-child {
    margin-left: 12px;
  }
  #vison #visonMap {
    width: 100%;
    height: 100%;
  }
  .webBtn {
    width: 97%;
    margin: 22px auto auto;
  }
  .webBtn a {
    width: 100%;
    margin: auto;
    padding: 17px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  #nozaki li .top_number {
    font-size: 8.3vw;
  }
  #nozaki li div.img_text .title_area span .mode_pctb {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  #nozaki li .top_number {
    font-size: 8.3vw;
  }
  #nozaki li div.img_text .title_area span {
    font-size: 3.5vw;
  }
  #nozaki .button {
    width: 100%;
  }
  #nozaki .button p {
    width: 79%;
    padding: 5px 20px 5px 0;
  }
  #nozaki .button a::after {
    bottom: 42%;
    right: 13%;
  }
}


/* <============ 202504追記 */


.biolala{
	margin: 0 auto;
    width: 1000px;
}
@media only screen and (max-width: 768px) {
  .biolala{
    width: 90%;
    margin: 0 auto;
  }
}

#map03 .inner {
  border-top: 1px solid #aaa;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  #map03 .inner {
    padding-top: 20px;
  }
}

.biolala .biolala__title.mincho{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .biolala .biolala__title.mincho{
    font-size: 16px;
  }
}

.biolala .biolala__map{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
  column-gap: 40px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .biolala .biolala__map{
    flex-direction: column;
    row-gap: 20px;
    width: 80%;
    margin: 20px auto 0;
  }
}

.biolala .biolala__map #gmap03{
  aspect-ratio: 4 / 3;
  width: 400px;
}
@media only screen and (max-width: 768px) {
  .biolala .biolala__map #gmap03{
    width: 100%;
  }
}

.biolala .biolala__map #gmap03 iframe{
  width: 100%;
  height: 100%;
}

.biolala .biolala__address{
	font-size: 18px;
  width: 400px;
}
@media only screen and (max-width: 768px) {
  .biolala .biolala__address{
    width: 100%;
    font-size: 14px;
  }
}

/* 202504追記 ============> */

