@charset "utf-8";
/*--------------------------------------------------- */
body { line-height: 1.6; color: #000; font-size: 16px; font-family:"Century Gothic","Poppins",Verdana,"Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,Meiryo,sans-serif;  background: #fff; box-sizing: border-box; overflow-x: hidden;}
p a{text-decoration: none; color:#000;}
p a:hover{text-decoration: underline; color:#000;}
/*------------------base.css-------------------*/
.container { width: 100%; margin: 0 auto; overflow-x: hidden;}
/*------------------style.css-------------------*/
h1, h2, h3 { text-align: center; }
h1 { margin: 30px auto 20px; }
/* FADEIN */
.fadeInBlock {
  display: grid;
}
.fadeInout {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s ease-out;
}
.fadeInout.show {
  opacity: 1;
  transform: translateY(0);
}
/*COMMON*/
br.sponly_br{
display:none;
}
br.pconly_br{
display:block;
}
.wrap{
display:block;
width:1000px;
margin:auto;
/*border:1px #999 solid;*/
padding:30px;
}
.top_title{
display:block;
margin:50px auto 0;
width:80%;
}
.top_title img{
width:100%;
}
h1{
font-size:26px;
display:block;
margin:0 auto 50px;
}
/* ARTICLE */
.article{
display:block;
width:700px;
margin:auto;
}
.article p.text{
font-size:16px;
}
.article p.text span{
display:block;
margin:10px 0;
font-size:18px;
font-weight:bold;
}
.article .archive_img{
display:block;
margin:50px auto 20px;
width:90%;
}
.article .archive_img img{
width:100%;
}
.article .collection_img1{
display:block;
margin:60px auto 10px;
width:90%;
}
.article .collection_img1 img{
width:100%;
}
.article .collection_img2{
display:flex;
justify-content: space-between;
width:90%;
flex-wrap: wrap;
margin:auto auto 60px;
}
.article .collection_img2 .box{
display:block;
width:32%;
/*border:1px solid #000;*/
margin:0;
padding:0;
}
.article .collection_img2 img{
width:100%;
}
/* IMAGE POPUP */
.lightbox-toggle {
  display: none;
}
.lightbox {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .4s, visibility .4s;
}
.lightbox-toggle:checked + .lightbox {
  visibility: visible;
  opacity: 1;
}
.lightbox img {
  max-width: 90%;
  max-height: 90%;
  position: relative;
  z-index: 1001;
}
.lightbox-close-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.article label {
  cursor: pointer;
}
/* SHOPOPEN */
h2{
font-size:26px;
display:block;
margin:100px auto 0;
}
.shop_open{
display:flex;
justify-content: space-between;
width:60%;
flex-wrap: wrap;
padding:20px 50px 80px 80px;
margin:30px auto 100px;
/*background-color:#f1f1f1;*/
border:1px #000 solid;
}
.shop_open .date{
display:block;
width:15%;
margin-top:60px;
padding:0;
}
.shop_open .date p{
font-size:18px;
font-weight:bold;
margin:0;
padding:0;
}
.shop_open .date p span{
font-size:14px;
font-weight:bold;
margin:0;
padding:0;
}
.shop_open .shopname{
display:block;
width:60%;
margin-top:60px;
padding:0;
}
.shop_open .shopname p{
font-size:18px;
font-weight:bold;
margin:0;
padding:0;
}
.shop_open .shoplist{
display:block;
width:25%;
margin-top:60px;
padding:0;
}
.shop_open .shoplist a.link_button {
    color: #333;
    display: inline-block;
    font-weight: 600;
    padding: 0 1rem;
    text-decoration: none;
    transition: .3s;
    border: 1px solid #333;
    font-size:12px;
    background-color: #fff;
}
.shop_open .shoplist a.link_button:hover {
    background-color: #333;
    color:#fff;
}
.shop_open .address{
display:block;
width:85%;
margin:10px 0 0 15%;
padding:0;
}
.shop_open .address p{
font-size:14px;
margin:0;
padding:0;
}
.shop_open .address a.link_button {
    color: #333;
    display: inline-block;
    font-weight: 600;
    padding: 0 1rem;
    text-decoration: none;
    transition: .3s;
    font-size:12px;
    margin-left:5px;
}
.shop_open .address a.link_button:hover {
    color: #999;
}
/* ABOUT */
.about{
margin:auto;
display:flex;
justify-content: space-between;
flex-wrap: wrap;
width:700px;
padding:10px 10px 10px 30px;
}
.about p.text{
font-size:16px;
line-height:2;
}
.about p.text span{
display:block;
margin:0 0 10px;
font-size:20px;
font-weight:bold;
}
.about .about_box{
display:block;
width:55%;
margin:0;
padding:0;
}
.about .about_imgbox{
display:block;
width:35%;
margin:auto;
padding:10px;
}
.about .about_imgbox img{
width:100%;
}
/* LINK */
.link{
display:block;
width:600px;
margin:80px auto 100px;
}
.link p.text{
font-size:14px;
}
.link p.text span{
display:block;
margin:10px 0 5px;
font-size:16px;
font-weight:bold;
}
/* FOOTER */
.footer{
display:block;
margin:0 auto;
padding:20px 20px 20px;
background-color: #000;
position: relative;
bottom: 0;
width: 100%;
left:50%;
transform: translateX(-50%);
}
.footer_box{
display: flex;
justify-content: space-between;
align-items: center;
max-width: 650px;
margin: 0 auto;
}
.footer-left a {
color: #fff;
margin:0 20px 0;
font-size:12px;
text-decoration: none;
}
.footer-right p a {
color: #fff;
margin-right: 20px;
font-size:12px;
text-decoration: none;
}

/*---------------SP------------------*/
@media screen and (max-width: 480px) {
html{
font-size: calc(100vw / 40);
}
/* FADEIN */
.fadeInBlock {
  display: grid;
}
.fadeInout {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s ease-out;
}
.fadeInout.show {
  opacity: 1;
  transform: translateY(0);
}
/*COMMON*/
br.sponly_br{
display:block;
}
br.pconly_br{
display:none;
}
.wrap{
display:block;
width:95%;
margin:auto;
padding:10px 0;
/*border:1px #000 solid;*/
}
.top_title{
display:block;
margin:20px auto;
width:100%;
}
.top_title img{
width:100%;
}
h1{
font-size:2.2rem;
}
/* ARTICLE */
.article{
display:block;
width:100%;
margin:auto;
}
.article p.text{
font-size:1.6rem;
}
.article p.text span{
display:block;
margin:10px 0;
font-size:1.8rem;
font-weight:bold;
}
.article .archive_img{
display:block;
margin:50px auto 20px;
width:100%;
}
.article .archive_img img{
width:100%;
}
.article .collection_img1{
display:block;
margin:50px auto 10px;
width:100%;
}
.article .collection_img1 img{
width:100%;
}
.article .collection_img2{
display:flex;
justify-content: space-between;
width:100%;
flex-wrap: wrap;
margin:auto;
}
.article .collection_img2 .box{
display:block;
width:30%;
/*border:1px solid #000;*/
margin:0;
padding:0;
}
.article .collection_img2 img{
width:100%;
}
/* IMAGE POPUP */
.lightbox-toggle {
  display: none;
}
.lightbox {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .4s, visibility .4s;
}
.lightbox-toggle:checked + .lightbox {
  visibility: visible;
  opacity: 1;
}
.lightbox img {
  max-width: 90%;
  max-height: 90%;
  position: relative;
  z-index: 1001;
}
.lightbox-close-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.article label {
  cursor: pointer;
}
/* SHOPOPEN */
h2{
font-size:2rem;
display:block;
margin:50px auto 0;
}
.shop_open{
display:flex;
justify-content: space-between;
width:90%;
flex-wrap: wrap;
padding:10px 15px 30px 15px;
margin:30px auto 80px;
/*background-color:#f1f1f1;*/
border:1px #000 solid;
}
.shop_open .date{
display:block;
width:18%;
margin-top:34px;
padding:0;
}
.shop_open .date p{
font-size:1.4rem;
font-weight:bold;
margin:0;
padding:0;
}
.shop_open .date p span{
font-size:1rem;
font-weight:bold;
margin:0;
padding:0;
}
.shop_open .shopname{
display:block;
width:55%;
margin-top:30px;
padding:0;
}
.shop_open .shopname p{
font-size:1.6rem;
font-weight:bold;
margin:0;
padding:0;
}
.shop_open .shoplist{
display:block;
width:22%;
margin-top:27px;
padding:0;
}
.shop_open .shoplist a.link_button {
    color: #333;
    display: inline-block;
    font-weight: 600;
    padding: 0 0.6rem;
    text-decoration: none;
    transition: .3s;
    border: 1px solid #333;
    font-size:0.8rem;
    background-color: #fff;
}
.shop_open .shoplist a.link_button:hover {
    background-color: #333;
    color:#fff;
}
.shop_open .address{
display:block;
width:85%;
margin:10px 0 0 15%;
padding:0;
}
.shop_open .address p{
font-size:1.2rem;
margin:0;
padding:0;
}
.shop_open .address a.link_button {
    color: #333;
    display: inline-block;
    font-weight: 600;
    padding: 0 1rem;
    text-decoration: none;
    transition: .3s;
    font-size:1rem;
    margin-left:5px;
}
.shop_open .address a.link_button:hover {
    color: #999;
}
/* ABOUT */
.about{
margin:auto;
display:block;
width:100%;
padding:0;
}
.about p.text{
font-size:1.6rem;
line-height:1.6;
}
.about p.text span{
display:block;
margin:0 0 10px;
font-size:2rem;
font-weight:bold;
}
.about .about_box{
display:block;
width:100%;
margin:0;
padding:0;
}
.about .about_imgbox{
display:block;
width:90%;
margin:20px auto auto;
padding:0;
}
.about .about_imgbox img{
width:100%;
}
/* LINK */
.link{
display:block;
width:90%;
margin:80px auto 50px;
}
.link p.text{
font-size:1.4rem;
}
.link p.text span{
display:block;
margin:10px 0 5px;
font-size:1.4rem;
font-weight:bold;
}
/* FOOTER */
.footer{
display:block;
margin:50px auto 0;
padding:20px 0 10px;
background-color: #000;
position: relative;
bottom: 0;
left:0;
width: 100%;
transform: translateX(0%);
}
.footer_box{
display: flex;
flex-direction: column;
align-items: center;
max-width: 100%;
margin: 0 auto;
}
.footer-left a {
color: #fff;
margin:10px 20px 10px;
font-size:1.2rem;
text-decoration: none;
display:block;
}
.footer-right p a {
color: #fff;
margin-right: 20px;
font-size:1.2rem;
text-decoration: none;
}
}