@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Material+Icons&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
/* mv
***************************************************************/
.sliclCata li{
text-align:center;
font-weight:bold;
}
.sliclCata li img{
width100%;
height:auto;
margin:0 0 10px;
}
.mv {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
.mv::after {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #262525;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.mv .h1 {
  width: 1000px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  margin: auto;
}
.mv .slide .item {
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mv .slick-prev:before, .mv .slick-next:before {
  width: 20px;
  height: 20px;
}
@media print,screen and (min-width: 680px) {
  .mv .slide .item.i1 { background-image: url(../img/top/mv01.jpg?260126); }
  .mv .slide .item.i2 { background-image: url(../img/top/mv02.jpg?260126); }
  .mv .slide .item.i3 { background-image: url(../img/top/mv03.jpg?260126); }
  .mv .slide .item.i4 { background-image: url(../img/top/mv04.jpg?260126); }
  .mv .slide .item.i5 { background-image: url(../img/top/mv05.jpg?260126); }
  .mv .slide .item.i6 { background-image: url(../img/top/mv06.jpg?260126); }
  body{
    min-width:1000px;
  }
}
@media screen and (max-width:679px) {
  .mv {
    padding-bottom: 40px;
    background-color: #ededed;
  }
  .mv::after {
    height: 40px;
    bottom: 0;
  }
  .mv .h1 {
    width: 90vw;
    top: 50px;
  }
  .mv .slide .item.i1 { background-image: url(../img/top/mv01@sp.jpg?260126); }
  .mv .slide .item.i2 { background-image: url(../img/top/mv02@sp.jpg?260126); }
  .mv .slide .item.i3 { background-image: url(../img/top/mv03@sp.jpg?260126); }
  .mv .slide .item.i4 { background-image: url(../img/top/mv04@sp.jpg?260126); }
  .mv .slide .item.i5 { background-image: url(../img/top/mv05@sp.jpg?260126); }
  .mv .slide .item.i6 { background-image: url(../img/top/mv06@sp.jpg?260126); }
}
@media screen and (max-width:370px) {
}
@media
(-webkit-min-device-pixel-ratio: 1.5) and (min-width: 680px),
(min-resolution: 1.5dppx) and (min-width: 680px) {
  .mv .slide .item.i1 { background-image: url(../img/top/mv01@2x.jpg?260126); }
  .mv .slide .item.i2 { background-image: url(../img/top/mv02@2x.jpg?260126); }
  .mv .slide .item.i3 { background-image: url(../img/top/mv03@2x.jpg?260126); }
  .mv .slide .item.i4 { background-image: url(../img/top/mv04@2x.jpg?260126); }
  .mv .slide .item.i5 { background-image: url(../img/top/mv05@2x.jpg?260126); }
  .mv .slide .item.i6 { background-image: url(../img/top/mv06@2x.jpg?260126); }
}

/* all
***************************************************************/
.columnWrap .infoWrap {
  background-color: #ededed;
}
.linkBtn01 {
  border: 1px solid #262525;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 32px;
  margin: 10px auto;
}
@media print,screen and (min-width: 680px) {
  .columnWrap {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .columnWrap .infoWrap {
    width: 360px;
    padding: 0 20px 30px;
  }
  .columnWrap .mainWrap {
    width: 580px;
  }
  .linkBtn01 {
    width: 140px;
  }
  .linkBtn01:hover {
    background-color: #262525;
    color: #fff;
  }
}
@media screen and (max-width:679px) {
  .columnWrap .infoWrap {
    padding: 0 5% 50px;
  }
}
@media screen and (max-width:370px) {
}

/* infoWrap
***************************************************************/
.infoWrap > section {
  padding-top: 30px;
}
.infoWrap > section a {
  display: block;
}
.infoWrap .h2 {
  font-size: 21px;
  margin-bottom: 5px;
}
.infoWrap .news .overflow {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  background-color: #fff;
  padding: 15px 20px;
  width: 100%;
  height: 200px;
  overflow: auto;
}
.infoWrap .news .newsList li {
  font-size: 13px;
}
.infoWrap .news .newsList li + li {
  margin-top: 15px;
}
.infoWrap .news .newsList li .bold {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
@media print,screen and (min-width: 680px) {
  .infoWrap .news .newsList li a:hover {
    text-decoration: underline;
  }
  .infoWrap .sale a:hover,
  .infoWrap .coupon a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width:679px) {
  .infoWrap > section {
    padding-top: 0;
  }
  .infoWrap > section + section {
    padding-top: 30px;
  }
  .infoWrap > section a {
    display: block;
  }
  .infoWrap .h2 {
    font-size: 16.5px;
    margin-bottom: 5px;
  }
  .infoWrap .news .overflow {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    background-color: #fff;
    padding: 15px 20px;
    width: 100%;
    height: 200px;
    overflow: auto;
  }
  .infoWrap .news .newsList li {
    font-size: 13px;
  }
  .infoWrap .news .newsList li + li {
    margin-top: 15px;
  }
  .infoWrap .news .newsList li .bold {
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
  }
}
@media screen and (max-width:370px) {
}

/* mainWrap
***************************************************************/
.mainWrap {
  padding: 50px 5% 0;
}
/* showroom */
.showroom .imgBox {
  text-align: center;
  position: relative;

}
.showroom .imgBox .h2 {
  font-size: 40.5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.showroom .textBox {
  padding: 16px 0 30px;
}
.showroom .textBox .flex {
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 10px;
}
.showroom .textBox .flex .t1 {
  font-size: 13px;
  text-align: center;
}
/* staff */
.staff {
  padding-top: 0;
  position: relative;
}
.staff .imgBox {
  text-align: center;
}
.staff .textBox {
  padding: 8px 0 10px;
}
.staff .textBox .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 10px;
}
.staff .textBox .flex .h2 {
  font-size: 37.5px;
  text-align: center;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  margin: auto;
}
.staff .textBox .flex .h2::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #262525;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.staff .textBox .flex .t1 {
  font-size: 13px;
  text-align: center;
}
/* catalog */
.catalog {
  position: relative;
  margin: 50px 0 0;
}
.catalog img {
  width: 100%;
}
.catalog .circle {
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  width: 178px;
  height: 178px;
}
.catalog .circle .h2 {
  font-size: 18px;
  text-align: center;
  position: relative;
  padding-top: 30px;
}
.catalog .circle .h2::after {
  content: "";
  width: 1px;
  height: 17px;
  background-color: #262525;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.catalog .circle .t1 {
  font-size: 12.5px;
  text-align: center;
  margin-top: 22px;
  margin-left: 6px;
}
.catalog .linkBtn01 {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
@media print,screen and (min-width: 680px) {
  .mainWrap {
    padding: 0;
  }
  /* showroom */
  .showroom {
    position: relative;
  }
  .showroom .imgBox .h2 {
    font-size: 78px;
    padding-bottom: 30px;
  }
  .showroom .textBox {
    position: absolute;
    bottom: 68px;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
  }
  .showroom .textBox .flex {
    display: block;
    width: 100%;;
    padding-bottom: 0;
  }
  .showroom .textBox .flex .h2 {
    font-size: 23px;
  }
  .showroom .textBox .flex .t1 {
    font-size: 14px;
    margin-top: 15px;
  }
  .showroom .linkBtn01 {
    margin-top: 40px;
    color: #fff;
    border: 1px solid #fff;
  }
  /* staff */
  .staff {
    padding-top: 60px;
    position: relative;
  }
  .staff .textBox {
    padding: 0 0 0 24px;
    background-color: transparent;
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .staff .textBox .flex {
    flex-flow: column;
    width: 100%;
    padding-bottom: 0;
  }
  .staff .textBox .flex .h2 {
    font-size: 36px;
    position: relative;
    top: 0;
  }
  .staff .textBox .flex .h2::after {
    content: "";
    width: 1px;
    height: 33px;
    background-color: #262525;
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
  }
  .staff .textBox .flex .t1 {
    font-size: 12px;
    margin-top: 45px;
    text-align: center;
    line-height: 1.67;
  }
  .staff .linkBtn01 {
    margin-top: 70px;
  }
  /* catalog */
  .catalog {
    margin: 50px 0 0;
  }
  .catalog .circle {
    width: 312px;
    height: 312px;
    top: 0;
  }
  .catalog .circle .h2 {
    font-size: 36px;
    margin: 15px auto 0;
  }
  .catalog .circle .h2::after {
    height: 33px;
    bottom: -33px;
  }
  .catalog .circle .t1 {
    margin-top: 42px;
    line-height: 2;
  }
  .catalog .linkBtn01 {
    bottom: 0;
    top: 185px;
  }
  .catalog .linkBtn01:hover {
    background-color: #262525;
  }
}
@media screen and (max-width:679px) {
}
@media screen and (max-width:370px) {
}


/* otherContents
***************************************************************/
.otherContents {
  padding: 0 5% 20px;
}
.otherContents .list01 li {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.otherContents .list01 li + li {
  margin-top: 50px;
}
.otherContents .list01 li .h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #4d4d4d;
  min-width: 200px;
  margin-top: 20px;
  padding-bottom: 5px;
}
.otherContents .list01 li .t1 {
  text-align: center;
  font-size: 13.5px;
  margin-top: 10px;
  line-height: 1.6;
}
.otherContents .list01 li .linkBtn01 {
  margin-top: 15px;
}
@media print,screen and (min-width: 680px) {
  .otherContents {
    padding: 0 0 100px;
    width: 1000px;
    margin: 0 auto;
  }
  .otherContents .list01 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .otherContents .list01 li {
    width: calc(100% / 3);
    margin-top: 50px;
  }
  .otherContents .list01 li + li {
    margin-top: 50px;;
  }
  .otherContents .list01 li .thumb {
    width: 100%;
    overflow: hidden;
  }
  .otherContents .list01 li .thumb img {
    width: 100%;
    transform: scale(1.01);
  }
  .otherContents .list01 li .h2 {
    font-size: 20px;
    min-width: 220px;
  }
  .otherContents .list01 li .t1 {
    font-size: 15px;
  }
}
@media screen and (max-width:679px) {
}
@media screen and (max-width:370px) {
}

/* otherContents2
***************************************************************/
.otherContents2 {
  padding: 50px 5% 20px;
}
.otherContents2 .list01 li {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.otherContents2 .list01 li + li {
  margin-top: 50px;
}
.otherContents2 .list01 li .h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #4d4d4d;
  min-width: 200px;
  margin-top: 20px;
  padding-bottom: 5px;
}
.otherContents2 .list01 li .t1 {
  text-align: center;
  font-size: 13.5px;
  margin-top: 10px;
  line-height: 1.6;
}
.otherContents2 .list01 li .linkBtn01 {
  margin-top: 15px;
}
@media print,screen and (min-width: 680px) {
  .otherContents2 {
    padding: 0 0 100px;
    width: 1000px;
    margin: 0 auto;
  }
  .otherContents2 .list01 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .otherContents2 .list01 li {
    width: calc(100% / 3);
    margin-top: 0px;
  }
  .otherContents2 .list01::after{
  content:"";
  display: block;
  width: calc(100% / 3);
}
  .otherContents2 .list01 li + li {
    margin-top: 0px;;
  }
  .otherContents2 .list01 li .thumb {
    width: 100%;
    overflow: hidden;
  }
  .otherContents2 .list01 li .thumb img {
    width: 100%;
    transform: scale(1.01);
  }
  .otherContents2 .list01 li .h2 {
    font-size: 20px;
    min-width: 220px;
  }
  .otherContents2 .list01 li .t1 {
    font-size: 15px;
  }
}
.otherContents2 .h2Tit {
  font-size: 32px;
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
.otherContents2 .h2Tit::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #262525;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
@media print,screen and (min-width: 680px) {
  .otherContents2 .h2Tit {
    font-size: 38px;
    padding-bottom: 60px;
  }
  .otherContents2 .h2Tit::after {
    height: 34px;
    bottom: 25px;
  }
}
@media screen and (max-width:679px) {
}
@media screen and (max-width:370px) {
}

/* otherContents3
***************************************************************/
.otherContents3 {
  padding: 50px 5% 0;
}
.otherContents3 .list01 li {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom:10px;
}
.otherContents3 .list01 li + li {
  margin-top: 50px;
}
.otherContents3 .list01 li .h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #4d4d4d;
  min-width: 200px;
  margin-top: 20px;
  padding-bottom: 5px;
}
.otherContents3 .list01 li .t1 {
  text-align: center;
  font-size: 13.5px;
  margin-top: 10px;
  line-height: 1.6;
padding:0 5px;
}
.otherContents3 .list01 li .linkBtn01 {
  margin-top: 15px;
}
  .otherContents3 .list01 li .thumb img {
    width: 100%;
	height:auto;
  }
@media print,screen and (min-width: 680px) {
  .otherContents3 {
    padding: 50px 0 0;
    width: 1000px;
    margin: 0 auto;
  }
  .otherContents3 .list01 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .otherContents3 .list01::after{
  content:"";
  display: block;
  width: calc(100% / 3);
}
  .otherContents3 .list01 li {
    width: calc(100% / 3);
    margin-top: 0px;
  }
  .otherContents3 .list01 li + li {
    margin-top: 0px;;
  }
  .otherContents3 .list01 li .thumb {
    width: 100%;
    overflow: hidden;
  }
  .otherContents3 .list01 li .thumb img {
    width: 100%;
	height:auto;
    transform: scale(1.01);
  }
  .otherContents3 .list01 li .h2 {
    font-size: 20px;
    min-width: 220px;
  }
  .otherContents3 .list01 li .t1 {
    font-size: 15px;
  }
}
.otherContents3 .h2Tit {
  font-size: 37.5px;
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
.otherContents3 .h2Tit::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #262525;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
@media print,screen and (min-width: 680px) {
  .otherContents3 .h2Tit {
    font-size: 38px;
    padding-bottom: 60px;
  }
  .otherContents3 .h2Tit::after {
    height: 34px;
    bottom: 25px;
  }
  .otherContents3 .list01 li .thumb img {
    width: 100%;
	height:auto;
  }
}
@media screen and (max-width:679px) {
}
@media screen and (max-width:370px) {
}

/* about
***************************************************************/
.about {
  padding: 0 5% 70px;
}
.about .h2 {
  font-size: 37.5px;
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
.about .h2::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #262525;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.about .p1 {
  font-size: 12px;
  text-align: center;
  line-height: 2;
}
@media print,screen and (min-width: 680px) {
  .about {
    padding: 60px 0;
    width: 1000px;
    margin: 0 auto;
  }
  .about .h2 {
    font-size: 38px;
    padding-bottom: 60px;
  }
  .about .h2::after {
    height: 34px;
    bottom: 25px;
  }
  .about .p1 {
    font-size: 15px;
  }
}
@media screen and (max-width:679px) {
}
@media screen and (max-width:370px) {
}

/* instagram
***************************************************************/
.instagram {
  padding: 60px 0 70px;
}
.instagram .h2 {
  font-size: 37.5px;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
.instagram .h2::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #262525;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
#instafeed{
overflow:hidden;
padding: 8px 0;
background-color: #262525;
}
.trimming img {
position:relative;
}
.instImg img{
float:left;
width:25%;
height:auto;
}
.instaBox{
padding:30px 0 0;
}
ul#instafeed{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
ul#instafeed li {
  width: 25%;
  position: relative;
}
ul#instafeed li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul#instafeed li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}
@media print,screen and (min-width: 680px) {
  .instagram {
    padding: 0;
    margin: 0 auto;
  }
  .instagram .h2 {
    font-size: 38px;
    padding-bottom: 35px;
  }
  .instagram .h2::after {
    height: 34px;
  }
  #instafeed {
    overflow:hidden;
    padding:20px 0;
  }
  .trimming img {
  position:relative;
  }
  .instImg img{
  float:left;
  width:10%;
  height:auto;
  }
  .instaBox{
  padding:90px 0 0;
  }
ul#instafeed{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
ul#instafeed li {
  width: 10%;
  position: relative;
}
ul#instafeed li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul#instafeed li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}
}
@media screen and (max-width:679px) {
}
@media screen and (max-width:370px) {
}


/* access
***************************************************************/
.access {
  padding: 30px 5% 50px;
}
.access .h2 {
  font-size: 37.5px;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
.access .h2::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #262525;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.access .gmap iframe {
  width: 100%;
  height: 250px;
}
.access .hallList li,
.access .hallSlide .slide {
  width: 100%;
  height: 100px;
}
.access .hallList li .a,
.access .hallSlide .slide .a {
  width: 100%;
  height: 100%;
  display: flex;
}
.access .hallList li .a .t,
.access .hallSlide .slide .a .t {
  width: 130px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;color: #fff;
  background-color: #262525;
  font-size: 12px;
}
.access .hallList li .a .i,
.access .hallSlide .slide .a .i {
  flex-grow: 1;
  height: 100%;
  background-image: url(../img/top/top11.jpg?260707);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.access .hallList li.type2 .a .i,
.access .hallSlide .slide.type2 .a .i {
  background-image: url(../img/top/top12.jpg);
}
.access .hallList li.type3 .a .i,
.access .hallSlide .slide.type3 .a .i {
  background-image: url(../img/top/top13.jpg);
}
.access .hallList li.type4 .a .i,
.access .hallSlide .slide.type4 .a .i {
  background-image: url(../img/top/top14.jpg);
}
.access .hallList li.type5 .a .i,
.access .hallSlide .slide.type5 .a .i {
  background-image: url(../img/top/top15.jpg);
}
.access .ChangeElem_Panel{
  display: none;
  animation: opacity ease .3s forwards;
}
@media print,screen and (min-width: 680px) {
  .access {
    padding: 100px 0 80px;
    width: 1000px;
    margin: 0 auto;
  }
  .access .h2 {
    font-size: 38px;
    padding-bottom: 35px;
  }
  .access .h2::after {
    height: 34px;
  }
  .access .gmap iframe {
    width: 100%;
    height: 315px;
  }
  .access .hallList {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 20px;
  }
  .access .hallList li {
    height: 200px;
    margin-bottom: 2px;
  }
  .access .hallList li.type3,
  .access .hallList li.type4,
  .access .hallList li.type5 {
    width: calc((100% - 4px) / 3);
    margin-bottom: 2px;
  }
  .access .hallList li .a:hover {
    opacity: 0.7;
  }
  .access .hallList li .a .t {
    width: 330px;
    font-size: 13px;
  }
}
@media screen and (max-width:679px) {
  .access .hallSlide {
    padding: 20px 20px 0;
  }
  .access .hallSlide .slick-prev,
  .access .hallSlide .slick-next {
    width: 30px;
    height: 30px;
  }
  .access .hallSlide .slick-prev:before,
  .access .hallSlide .slick-next:before {
    border-color: #262525;
    border-width: 1px;
    width: 20px;
    height: 20px;
    margin-top: 0;
  }
  .slick-prev:before {
    left: -14px;
  }
  .slick-next:before {
    right: -14px;
  }
}
@media screen and (max-width:370px) {
}


@media screen and (min-width:680px) and (max-width:1000px){
  .wrapper{
    width:1000px;
  }
}


@media print,screen and (min-width: 641px) {
div.infoBoxA,div.infoBoxB{
position: absolute;
margin:0 auto;
top:50px;
right: 0;
left: 0;
z-index:4;
width:1000px !important;
}
div.infoBoxA p{
display:inline-block;
background-color: rgba(255,255,255,0.8);
border:1px #333 solid;
padding:20px;
font-weight:bold;
font-size:16px;
color:#333 !important;
text-align:center;

}
div.infoBoxA strong{
font-size:30px;
display:block;
text-align:center;
line-height:110%
}
div.infoBoxA span{
font-size:30px;
display:block;
text-align:center;
line-height:120%
}
div.infoBoxA  b{
display:block;
font-weight:normal;
text-align:center;
}
.infoBoxB img{
width:350px;
border:1px #ccc solid;
}
div.infoBoxC{
position: absolute;
margin:0 auto;
top:50px;
right: 0;
left: 0;
z-index:4;
width:1000px !important;
text-align:right;
}
div.infoBoxC p{
border:1px #ccc solid;
background-color: rgba(255,255,255,0.8);
padding:15px 20px;
font-size:14px;
display:inline-block;
width:680px
float:right;
text-align:center;
}
.contactBoxA{
margin-top:50px;
border:1px #ccc solid;
max-width:100%;
padding:20px;
}
.mailTitA{
text-align:center;
font-size:20px;
font-weight:bold;
}
.mailTitA span{
display:block;
text-align:center;
font-size:14px;
line-height:100%;
font-weight:normal;
}
.barA{
margin:10px auto 15px;
border-top:2px #333 solid;
width:100px;
}
.contactBoxA ul{
display:flex;
flex-wrap: nowrap;
justify-content: space-between;
}
.contactBoxA ul li{
width:33%;
border:1px #ccc solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display:flex;
align-self:stretch;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.contactBoxA ul li a{
display:block;
width:100%;
text-align:center;
padding:15px 0;
align-self:center;
}
.contactBoxA ul li a span{
display:block;
text-align:center;
font-size:12px;
line-height:110%;
}
.contactBoxA ul li:first-child{
font-size:24px;
line-height:110%;
letter-spacing:2px;
}
.contactBoxA ul li em{
font-style:normal;
position: relative;
}
.contactBoxA ul li:last-child,.contactBoxA ul li:nth-child(2){
position: relative;
}
.contactBoxA ul li:first-child em::before{
 font-family: 'Material Icons';
 content:"phone_in_talk";
position: absolute;
left:-5px;
bottom:0;
}
.contactBoxA ul li:last-child em::before,.contactBoxA ul li:nth-child(2) em::before{
 font-family: 'Material Icons';
 content:"mail_outline";
font-size:24px;
position: absolute;
left:-12px;
bottom:-12px;

}
.contactBoxA ul li a[href^="tel:"] {
    pointer-events: none;
}
.reserveBnr a{
clear:both;
display:block;
text-align:center;
margin-top:5px;
border:1px #ccc solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
padding:10px 0;
}
.makerList{
 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;
}
.makerList li{
 width: 24%;
 margin: 0 0 9px;
}
.makerList li a{
 display: block;
 padding: 10px 0;
 text-align: center;
 border: 1px #000 solid;
 -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.makerList li a:hover{
 border: 1px #000 solid;
 background: #000;
 color: #fff;
}
.shopCate{
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 margin: 70px 0 60px;
}
.shopCate li{
 width: 48%;
 margin: 0 0 30px;
}
.shopCate li img{
 width: 100%;
 height: auto;
}
.shopCate li span{
 display: block;
 width: 75%;
 margin: 10px auto;
}
.shopCate li span strong{
 display: block;
 font-weight: bold;
 text-align: center;
 border-bottom: 1px #000 solid;
 margin: 0 0 10px;
 padding: 0 0 10px;
}
}

@media screen and (max-width:640px) {
div.infoBoxA,div.infoBoxB{
position: absolute;
top:10px;
right: 0;
left: 5px;
z-index:4;
}
div.infoBoxA p{
background-color: rgba(255,255,255,0.9);
border:1px #333 solid;
padding:5px;
font-size:12px;
color:#333 !important;
text-align:center;
display:inline-block;
line-height:110%
width:110px;
margin-left:5px;
}
div.infoBoxA p strong{
font-size:12px;
text-align:center;
font-weight:bold;
display:block;
width:110px;
}
div.infoBoxA p span{
font-family: Avenir, 'Helvetica neue', Helvetica, ???C???I, Meiryo, '??S?V?b?N', YuGothic, '?q???M?m?p?S Pro W3', 'Hiragino Kaku Gothic Pro', '?l?r ?o?S?V?b?N', sans-serif;
font-size:12px;
text-align:center;
font-weight:bold;
display:block;
width:110px;
}
div.infoBoxA p b{
display:block;
font-weight:normal;
text-align:center;
width:110px;
}
.contactBoxA{
border:1px #ccc solid;
max-width:100%;
padding:10px;
margin-top:50px;
margin-bottom:50px;
}
.infoBoxB img{
width:45%;
height:auto;
border:1px #ccc solid;
}
div.infoBoxC{
position: absolute;
top:10px;
right: 10px;
left: 10px;
z-index:4;
border:1px #ccc solid;
background-color: rgba(255,255,255,0.8);
padding:10px;
font-size:14px;
max-width:100%;
}

.mailTitA{
text-align:center;
font-size:16px;
line-height:130%;
font-weight:bold;
}
.mailTitA span{
display:block;
text-align:center;
font-size:12px;
line-height:130%;
font-weight:normal;
}
.barA{
margin:10px auto 15px;
border-top:2px #333 solid;
width:100px;
}
.contactBoxA ul{
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}
.contactBoxA ul li{
width:100%;
border:1px #ccc solid;
margin:0 0 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.contactBoxA ul li a{
display:block;
width:100%;
text-align:center;
padding:10px 0;
}
.contactBoxA ul li a span{
display:block;
text-align:center;
font-size:12px;
line-height:110%;
}
.contactBoxA ul li:first-child{
 font-family: Avenir, 'Helvetica neue', Helvetica, ???C???I, Meiryo, '??S?V?b?N', YuGothic, '?q???M?m?p?S Pro W3', 'Hiragino Kaku Gothic Pro', '?l?r ?o?S?V?b?N', sans-serif;
font-size:24px;
line-height:110%;
}
.contactBoxA ul li em{
font-style:normal;
position: relative;
}
.contactBoxA ul li:last-child,.contactBoxA ul li:nth-child(2){
position: relative;
}
.contactBoxA ul li:last-child a,.contactBoxA ul li:nth-child(2) a{
padding:16px 0;
}
.contactBoxA ul li:first-child em::before{
 font-family: 'Material Icons';
 content:"phone_in_talk";
position: absolute;
left:-5px;
bottom:-1px;
}
.contactBoxA ul li:last-child em::before,.contactBoxA ul li:nth-child(2) em::before{
 font-family: 'Material Icons';
 content:"mail_outline";
font-size:24px;
position: absolute;
left:-12px;
bottom:-5px;
}
.reserveBnr a{
clear:both;
display:block;
text-align:center;
width:100%;
border:1px #ccc solid;
margin:0 0 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
padding:10px 0;
}
.reserveBnr a span{
text-align:center;
display:block;
padding-top:3px;
font-weight:bold;
}
.makerList{
 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;
 font-size: 12px;
}
.makerList li{
 width: 49%;
 margin: 0 0 5px;
}
.makerList li a{
 display: block;
 padding: 10px 0;
 text-align: center;
 border: 1px #000 solid;
 -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.makerList li a:hover{
 border: 1px #000 solid;
 background: #000;
 color: #fff;
}
.shopCate{
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 margin: 40px 0 30px;
}
.shopCate li{
 width: 50%;
 margin: 0 0 15px;
}
.shopCate li img{
 width: 100%;
 height: auto;
}
.shopCate li span{
 display: block;
 width: 90%;
 margin: 5px auto;
 font-size: 12px;
}
.shopCate li span strong{
 display: block;
 text-align: center;
 border-bottom: 1px #000 solid;
 margin: 0 0 5px;
 padding: 0 0 5px;
 font-size: 14px;
 font-weight: normal;
}
}
.imgAuto img{
height:auto !important;
}
.catchBox{
position: absolute;
bottom:200px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: 49;
width: 750px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
color: #403634;
}
.catchBox li{
margin: 0 0 5px;
border: 1px #ccc solid;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.catchBox li:first-child,.catchBox li:nth-child(3){
width: 47%;
padding: 25px 0;
font-size: 20px;
text-align: center;
background-color: rgba(255,255,255,0.9);
margin: 0 0 20px;
}
.catchBox li:first-child strong,.catchBox li:nth-child(3) strong{
display:block;
color: #a24f01;
font-weight: 500;
font-size: 26px;
text-align: center;
}
.catchBox li:nth-child(2){
width: 4%;
text-align: center;
color: #a24f01;
font-weight: bold;
font-size: 24px;
margin: 0 0 20px;
border: none;
background-color: rgba(255,255,255,0.9);
}
.catchBox li:nth-child(2) span{
height: 20px;
border-radius: 50%;
padding: 5px 0;
}
.catchBox li:nth-child(4),.catchBox li:nth-child(5),.catchBox li:nth-child(6){
width: 100%;
background-color: rgba(0,0,0,0.7);
padding: 11px 25px;
font-size: 20px;
color: #fff;
font-weight: 300;
}
.topics_special{
width:50%;
margin:0 auto 20px;
text-align:center;
}
.topics_special img{
width:100%;
height:auto;
}

@media print,screen and (max-width: 640px) {

.catchBox{
width: 95%;
bottom:60px;
}
.catchBox li:first-child,.catchBox li:nth-child(3){
width: 47.5%;
font-size: 14px;
}
.catchBox li:first-child strong,.catchBox li:nth-child(3) strong{
font-size: 18px;
}
.catchBox li:nth-child(2){
font-size: 18px;
}
.catchBox li:nth-child(4),.catchBox li:nth-child(5),.catchBox li:nth-child(6){
font-size:16px;
padding: 8px 15px;
}
.topics_special{
width:100%;
margin:0 auto 20px;
text-align:center;
}
.topics_special img{
width:100%;
height:auto;
}
}

.top-mainTxt{
padding:0 0 50px;
margin-top:30px;
}
.top-mainTxt p{
margin-bottom:20px;
text-align:center;
}
.top-kouzaTxt{
padding:0 0 50px;
}
.top-kouzaTxt p{
text-align:center;
}
.imgList01{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
@media print,screen and (max-width: 640px) {
.top-mainTxt,.top-kouzaTxt{
padding:20px 0 30px;
}
.top-mainTxt p{
text-align:left;
}
.top-kouzaTxt p{
text-align:left;
}
.imgList01{
display: flex;
flex-wrap: wrap;
}
.imgList01 li{
width:100%;
margin-bottom:1px;
}
.imgList01 li img{
width:100%;
height:auto;
}
}

.listTxt{
text-align:center;
font-family: 'Noto Serif JP', serif;
font-size: 22px;
margin-top:30px;
}
.tokkaBnr{
text-align:center;
margin:20px 0 0 30px;
}
@media print,screen and (min-width: 680px) {
.brandmaister{
position: relative;
overflow:hidden;
}
.bmImg1{
display:block;
float:left;
width:50%;
}
.bmImg1 img{
width:100%;
height:auto;
}
.bmTxt1{
float:right;
width:45%;
line-height:180%;
}
.Area_bg{
background: url("../img/top/bg_area2.jpg") repeat-x;

}
.Area_mapbg{
background: url("../img/top/bg_areamap.png") right center / auto no-repeat;
padding:80px 0 20px;
margin:0 auto 100px;
width:1000px;
}
.AreaDisc{
text-align:center;
font-size:20px;
margin:20px 0 40px;
line-height:160%;
color:#333;
}
.titB-2 {
    color: #000;
    font-size: 24px !important;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    margin: 0 0 20px;
    text-align: center;
  }
}


.top_belliss_logo{
text-align:center;
padding:100px 0 50px;
}
.top_belliss_txt{
text-align:center;
padding:60px 0 40px;
font-weight:bold;
}
.top_belliss_cont{
text-align:center;
padding:0 0 100px;
}

@media print,screen and (max-width: 640px) {
.tokkaBnr{
padding:0 !important;
margin:20px 0 0 30px !important;
}
.top_belliss_logo{
text-align:center;
padding:80px 0 50px;
}
.top_belliss_txt{
text-align:center;
padding:50px 0 40px;
font-weight:bold;
}
.top_belliss_cont{
text-align:left;
padding:0 0 70px;
}
.Area_bg{
background: url("../img/top/bg_area2.jpg") repeat-x;

}
.Area_mapbg{
background: url("../img/top/bg_areamap.png") right center / auto no-repeat;
padding:40px 0;
margin:50px auto 40px;
}
.AreaDisc{
text-align:center;
font-size:18px;
margin:20px 0 40px;
line-height:160%;
color:#333;
}
  .titB-2 {
    color: rgb(0, 0, 0);
    font-size: 18px !important;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    margin: 0px 0px 20px;
    text-align: center;
  }
}



/* aaa
***************************************************************/

@media print,screen and (min-width: 680px) {
}
@media screen and (max-width:679px) {
}
@media screen and (max-width:370px) {
}

/* ???
***************************************************************/


