@charset "UTF-8";
/* CSS Document */

body{
    width: 100%;
    margin: 0vw;
    background-color:rgba(123,120,133,1.00);
}

/*ローディング画面　ここから--------------------------------------------------------------------------*/
#loading {
  background-size: 100%; 
  position: fixed;
  top: -0.1vw;
  right: 0vw;
  width: 100%;
  margin: 0vw;
  height: 100%;
  transition: all .5s ease;
  background-color:rgba(123,120,133,1.00);  /*背景色*/
  z-index: 99;
}

#loading.is-loaded {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0vw);
}

.loading-logo {
  width: 100%;
  margin: 0vw;
  justify-content:center;
  align-items: center;
  -webkit-animation: loadinglogo 2s ease-in-out 0s infinite alternate;
  animation: loadinglogo 2s ease-in-out 0s infinite alternate;
}
/*↓ロゴの位置を調整するために、imgだけで指定する必要がある*/
.loading-logo img{
	width: 17%;
	position: fixed;
  	top: 30%;
  	right: 40%;
}

@keyframes loadinglogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#page {
  display: none;
}

#page.is-loaded {
  display: block;
}

/*ローディング画面　ここまで-----------------------------------------------------------------------------*/

a{
    color: aliceblue;
}

/*レスポンシブのアコーディオンメニューCSSは。responsive.cssに記載*/
header{
    display: none;
}

main{
    width: 100%;
    z-index: 5;
}


.menu-back-color{
    width: 100%;
    margin: 0vw;
    /*ーーー三角形作図css　ここからーーー*/

    border-top: 0vw solid;
    border-right: 64vw solid transparent;
	border-bottom: 60vw solid rgba(123,120,133,0.55);
    border-left: 0vw solid transparent;
    /*ーーーー三角形作図css　ここまでーーー*/

    position: fixed;
    top:-1.3vw;
    right: 36.5vw;
    z-index: 1;
    
    /*background-color: rgba(255,151,0,1.00);    メンテ用*/
}


.menu{
    width: 25%;
    position: fixed;
    top: 26vw;
    right: 73vw;
    z-index: 5;
    
    /*background-color: rgba(255,47,51,1.00);*/
}

.logo img{
    width: 29%;
    z-index: 4;
    position: relative;
    top: -11vw;
    left: 5vw;
}

.menu-list{
    position: relative;
    top: -11vw;
    left: 6.4vw;
}

.menu-list li{
    list-style: none;
    margin: 2.5vw 0vw;
    font-family: "Plantagenet Cherokee", "Book Antiqua", Palatino, "serif";
    font-size: 1.9vw;
}

.menu-list a{
    position: relative;
}

.menu-list a:link { /*「a:link」は、リンクの色*/
    color: #FFFFFF; 
    text-decoration:none; /*リンク下のバーを消す*/
}







.about-back-color{ /*三角のところ*/

    /*ーーー三角形作図css　ここからーーー*/
    width: 0%;
    border-style: solid;
    border-width: 0vw 0vw 10vw 100vw;
    border-color: transparent transparent rgba(123,120,133,1.00) transparent; /*三角形の色*/
    /*ーーーー三角形作図css　ここまでーーー*/

    position: relative;
    margin: 45vw 0vw 0vw 0vw;
    z-index: 20;
    
    /*background-color: rgba(83,51,255,1.00);    メンテ用*/
}


.about{
    width: 100%;
    margin: 0vw 0vw 0vw 0vw;
    padding: 0vw 0vw 0vw 0vw;
    background-color:rgba(123,120,133,1.00);/*背景色 三角形色と同じに指定*/

    position: relative;
    color: aliceblue;
    z-index: 20;
}


.about h1{
    width: 10%;
    margin: 0vw 0vw 0vw 0vw;
    padding: 0vw 0vw 0vw 0vw;
    text-align: center;
    z-index: 21;
    font-family: "Plantagenet Cherokee", "Book Antiqua", Palatino, "serif";
    color: aliceblue;
    
    position: relative;
    top: -5.5vw;
    left: 85vw;
    font-size: 3.5vw;
}


.about-contents{
    width: 100%;
    position: relative;
    display: flex;
    justify-content:center;
    align-items: center;
    padding: 9vw 0 19.5vw 0;
    margin: -3vw 0vw 0vw 0vw;
    z-index: 20;
    
    background-color:rgba(123,120,133,1.00);
}


.about-contents img{
    width: 12%;
    margin: 0 7vw 0 10vw;
}


.border{
    width: 100%;
    border-left: solid 1px rgba(255,255,255,1.00);
}


.about-contents p{
    width: 77%;
    margin: 0 0 0 7vw;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 190%;
    letter-spacing: 0.04em;
    
    background-color: rgba(186,204,54,0.0);
}


.news-back-color{ /*三角のところ*/

    /*ーーー三角形作図css　ここからーーー*/
    width: 0%;
    border-style: solid;
    border-width: 0vw 100vw 10vw 0.0vw;
    border-color: transparent transparent rgba(160,148,160,1.00) transparent; /*三角形の色*/
    /*ーーーー三角形作図css　ここまでーーー*/

    position: relative;
    margin: -10vw 0vw 0vw 0vw;
    z-index: 20;
    
    /*background-color: rgba(83,51,255,1.00);    メンテ用*/
}


.news-list{
    width: 100%;
    margin: 0vw 0vw 0vw 0vw;
    padding: 0vw 0vw 4vw 0vw;
    background-color:rgba(160,148,160,1.00);/*背景色 三角形色と同じに指定*/

    position: relative;
    z-index: 20;
}

.news-list h1{
    width: 10%;
    margin: 0vw 0vw 0vw 0vw;
    padding: 0vw 0vw 0vw 0vw;
    text-align: center;
    font-family: "Plantagenet Cherokee", "Book Antiqua", Palatino, "serif";
    
    position: relative;
    left: 5vw;
    top: -5.5vw;
    font-size: 3.5vw;
    color: aliceblue;
    
    /*background-color: blueviolet;    メンテ用*/
}

.news-list a:link{
    text-decoration:none; /*リンク下のバーを消す*/
}


.news-contents{
    display: flex;
    flex-direction: column;
    gap: 5vw 0vw;
    width: 100%;
    margin: 1vw 0vw 0vw 0vw;
    /*background-color: aqua;*/
    
}


.news-contents ul{
    display: flex;
    flex-wrap: wrap; 
    justify-content: flex-start;
    list-style: none;
    width: 90%;
    text-align: center;
    gap: 5vw 2vw;
    
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 0.9rem;
    font-weight: 400;
    color: aliceblue;
    line-height: 190%;
    letter-spacing: 0.04em;
    
    padding: 0vw;
    margin: 0vw auto;
    
    /*background-color: rgba(255,131,133,1.00)*/
}


.news-contents li{
    width: 21%;
    align-items: center;
    text-align: left;
    margin: 0vw 0vw 0vw 0vw;
    padding: 1vw;
    background-color: rgba(61,59,66,1.00);
}


.news-contents img{
    width: 100%;
    margin: 0vw;
}


.news-contents h4{ /*カテゴリー名*/
    padding: 0vw 1.3vw 0vw 1.3vw;
    margin: -0.1vw 0vw 0vw 0vw;
    line-height: 1.3vw;
    font-size: 0.8vw;
    color: rgba(255,255,255,1.00);
}


.tenji{
    background-color: rgba(186,134,159,1.00); /*「展示」*/
}


.event{
    background-color: rgba(137,161,196,1.00);  /*「イベント」*/
}


.tsuuhan{
    background-color: rgba(187,146,118,1.00);  /*「通販」*/
}


.oshirase{
    background-color: rgba(114,99,143,1.00);  /*「おしらせ」*/
}


.news-contents p{ /*タイトル*/
    font-size: 0.8rem;
    font-weight: 400;
    margin: 1vw 0vw 0vw 0vw;
    letter-spacing: 0rem;
    line-height: 1rem;
}


.news-contents h5{ /*日付*/
    margin: 0vw 0vw 0vw 0vw;
    color: rgba(173,173,173,1.00);
    font-size: 0.7rem;
    font-weight: 200;
    letter-spacing:0.05rem;
}


.more {
    width: 15%;
    margin: 0 auto;
    padding: 0.5vw 0.5vw 0.5vw 0.5vw;
    border-radius: 4vw;
    border: solid 1px rgba(255,255,255,1);
    text-align: center;
    
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 0.8rem;
}



footer{
    width: 100%;
    margin-top: 0vw; /*後で調整*/
    position: relative;
    padding: 0vw 0vw 15vw 0vw;
    z-index: 30;
    background-color: rgba(84,82,90,1.00);
    text-align: center;
}

.contact-icon{
    width: 100%;
    margin: 0vw 0vw 0vw 0vw;
    padding:  0vw 0vw 0vw 0vw;
    position: relative;
    top: 4vw;
    right: 0vw;
    /*background-color: blue; */
    box-sizing: border-box;
}

.contact-icon a{
    /*background-color: aqua;*/
    padding: 1vw 0vw 0vw 0vw;
    margin: 0vw 3vw;
}

.contact-icon img{
    width: 2.5%;
    margin: 0vw 0vw;
}

.footer-menu-list{
    width: 100%; /*これが100%だったせいで謎余白ができてた*/
    margin: 0vw 0vw;
    position: relative;
    top: 8vw;
    left: 0vw;
    
    /*background-color: lawngreen;*/
}

.footer-menu-list li{
    width: 10%; /*.footer-menu-listのwidthが100%なので、*/
    margin: 0vw 0vw;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: aliceblue;
    font-size: 1vw;
    list-style: none;
    position: relative;
    top:0vw;
    left: 20%;
    float: left;
    
    /*background-color: rgba(255,244,0,1.00);*/
}

.footer-menu-list a{
    text-decoration: none; /*リンク下のバーを消す*/
    color: aliceblue; /*リンク文字の色変更用*/
    
    /*background-color: brown;*/
}

.copyright{
    color:aliceblue;
    width: 100%;
    margin: 0vw 0vw 3vw 0vw;
    position: relative;
    top: 12.5vw;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    
    /*background-color: rgba(125,68,28,0.50);*/
}

.copyright p{
    width: 50%;
    margin: 0vw;
    text-align: center;
    display: inline-block;
    
    /*background-color: rgba(140,180,60,0.50);*/
}

.footer-logo{
    width: 100%;
    margin: 0vw;
    position: relative;
    top: 13vw;
    left: 0vw;
    text-align: center;
    
    /*background-color: black;*/
}

.footer-logo img{
    width: 5%;
    margin: 0vw;
    position: relative;
    right: 0%;
    
    /*background-color: lightcoral;*/
}

.c-mark{
    width: 100%;
    margin: 0vw;
    position: relative;
    top: 14vw;
    left: 0vw;
    text-align: center;
    font-size: 0.8vw;
    
    color: rgba(255,255,255,1.00);
}




/*ーーーーーーーーースライドのCSS　ここからーーーーーーーーーーーーーーーーー*/

.back-img{
    width: 100%;
    margin: 0vw;
}

#photo {
    width: 100%;
    margin: 0vw;
   	position: fixed;
	top: 0vw;
    right: 0vw;
    bottom: 0vw;
    left: 0vw;
    z-index: -10;
    opacity:1.0;
}
            
#photo img {
    width: 100%;
    margin: 0vw;
    top: 0;
    left: 0;
    position: absolute;
}

.responsive-back-img{
    display: none;
     width: 100%;
}

#photo-responsive {
    display: none;
    width: 100%;
   	position: fixed;
	top: 0vw;
    right: 0vw;
    bottom: 0vw;
    left: 0vw;
    z-index: -10;
    opacity:1.0;
}
            
#photo-responsive img {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
}
/*ーーーーーーーーースライドのCSS　ここまでーーーーーーーーーーーーーーーーー*/