@charset "UTF-8";
/* CSS Document */
/*ブレイクポイント　1000px, 600px, 500px, 320px*/


/*ーーーーーーーーーーーーーーーーーーーーーーーータブレット縦・スマホ横　1024以下ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media(max-width:1024px) {
    

body{
    width: 100%;
    margin: 0vw;
    
}

/*ローディング画面　ここから--------------------------------------------------------------------------*/
#loading {
  background-size: 100%; 
  position: fixed;
  top: -0.1vw;
  right: 0vw;
  width: 100%;
  margin: 0vw;
  height: 100%;
  transition: all .5s ease;
    /*背景色*/
  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%;
}

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



/*header ロゴアコーディオン用CSS　ここから*/
header{
    width: 100%;
    margin: 0vw;
    z-index: 99;
    display: block;
    /*background-color: brown; */
}

.logo-menu{
    display: none;
}
    
.logo-menu2{
    display: block;
    widows: 100%;
    margin: 0vw;
    position: relative;
}

.acd-check{
  display: none;
    position: absolute;
    right: 20vw;
}


.acd-label{
  display: block;
    
  width: 10%;
  height: auto;
  margin: 0vw;
  color: #fff;
  cursor: pointer;
  background-color: rgba(162,158,175,0.60);
  border-radius: 12vw;
  padding: 0.6vw 0.6vw 0vw 0.6vw;
  position: fixed;
  top: 1.5vw;
  left: 44vw; /*これでレコーディオンメニューロゴの左右位置決めてる*/
  z-index: 999; 
}

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

.acd-content{
    
  /*--前の。キープ
  width: 100%;
  background-color: rgba(45,105,116,1.0);
  opacity: 0;
  transition: .5s;
  visibility: hidden;
  position: absolute;
  left: 0vw;
  right: 0vw;
  top: -1vw;
  */
    
  width: 100%;
  margin: 0vw;
  background-color: rgba(162,158,175,1.0);
  opacity: 0;
  transition: .9s;
  visibility: hidden;
  position: absolute;
  left: 0vw;
  right: 0vw;
  top: 0vw; /*モーションの位置＝どの位置から出てくるか。 例えば10vwは、top:10vw;の位置から出てくるってこと*/

}

.acd-content li{
    
    list-style: none;
    margin: 8vw 0vw;
    position: relative;
    top: 10vw;
    left: 0vw;
    text-align: center;
    float: none;
    font-family: "Plantagenet Cherokee", "Book Antiqua", Palatino, "serif";
    font-size: 4vw;
    
    /*background-color: rgba(72,0,255,1.00);*/

}

.acd-content a{
    /*background-color: rgba(72,0,255,1.00);  */
    text-decoration: none; /*リンク下のバーを消す*/
    /*background-color: brown;    メンテ用*/
    color: aliceblue; /*リンク文字の色変更用*/
}

.acd-check:checked + .acd-label + .acd-content{   
  width: 100%;
  margin: 0vw 0vw 0vw 0vw;
  height: 100%;
  opacity: 1;
  padding: 2vw 0vw;
  visibility: visible;
  position: fixed;
  top: -0vw; /*モーションの位置＝どの位置から出てくるか。 例えば10vwは、top:10vw;の位置から出てくるってこと*/
  left: 0vw;
  z-index: 99; 
    
  /*background-color: mediumspringgreen;*/
}
/*header ロゴアコーディオン用CSS　ここまで*/



main{
    width: 100%;
    margin: 0vw;
    position: absolute;
    left: 0vw;
    top:10vw;
    text-align: center;

}

main h1{
    color: aliceblue;
    position: relative;
    right: 0vw;
    margin: 6vw 0vw;
    text-align: center;
    
    font-family: "Plantagenet Cherokee", "Book Antiqua", Palatino, "serif";
    font-weight: 100;
    font-size: 3.5vw;
    
    /*background-color: crimson;*/
}

/*Gallary　ここまで*/
/*==================================================
ギャラリーのためのcss
===================================*/

/*＝＝＝並び替えボタンのCSS*/
.sort-btn{
	display: block;
	/*justify-content: center;*/
	flex-wrap: wrap;
    text-align: center;
    width: 100%;
    margin: 4vw 0vw 5vw 0vw;;
	padding:0vw 0vw;
    
    /*background-color: brown;*/
}

.sort-btn li{
    width: 10%;
    float: left;
    list-style:none;
	cursor: pointer;

	padding: 1.4vw;
	margin: 6vw 0vw 2vw 0vw;
    position: relative;
    left: -15.20vw;
    text-align: center;
    
    color: rgba(255,255,255,1.00);
    font-family: "Plantagenet Cherokee", "Book Antiqua", Palatino, "serif";
    font-size: 1.1vw;
    
    /*background-color:rgba(104,75,255,1.00);*/
}

.sort-btn li.active{/*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
    widows: 100%;
    border: 0.1vw solid rgba(255,250,250,1.00);
	border-radius: 0.5vw;
    
    /*background-color:rgba(213,0,3,0.50);*/
}

.sort-btn li.sort00{
    width: 30%;
    margin: 1.4vw 0vw 1vw 0vw;
    position: relative;
    left: 33vw;
    
    /*background-color: aqua;*/
}

/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
  width: 85%;
  margin: 0vw;
  height: auto;
  position: relative;/*並び替えの基準点を指定*/
  display: inline-block;
  text-align: center;
  
  /*background-color: rgba(255,113,234,1.00);*/

}

/*各画像の横幅などの設定*/
.item {
  
  display: block;
  position: absolute;
  width: 16.5%; /*横並びで5つ表示*/
  z-index: 1;
  list-style:none;
}

/*内側のボックスの高さが崩れないように維持*/
 .item-content {
  position: relative;
  width: 100%;
  margin: 0vw;
  height: 100%;
  /*background-color: aqua;*/
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img {
    
	width:99%;
	height:auto;
    margin: 0.1vw;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 768px) {
.item {
  width: 49.5%;/*横並びで2つ表示*/
}
}

/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/

/*
.fancybox-thumbs {
    background: transparent!important;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #FA999B;
}
*/


/*ーーーーーーーーーーーーーーーーーー　Gallary ここまで　ーーーーーーーーーーーーーーーーーーーー*/

footer{
    width: 100%;
    top: 4vw;
    position: relative;
    left: 0vw;
    padding: 0vw 0vw 0vw 0vw;
    height: 55vw;
    z-index: 20;
    background-color: rgba(84,82,90,1.00);
    text-align: center;
}

.contact-icon{
    width: 100%;
    margin: 0vw;
    position: relative;
    top: 4vw;
    left: 0vw;
    /*background-color: blue;    */
}

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

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

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

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

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

.copyright{
    margin: 0vw 0vw 2vw 0vw;
    position: relative;
    top: 14vw;
    
    /*background-color: rgba(125,68,28,0.50);*/
}

.copyright p{
    width: 100%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    
    /*background-color: rgba(140,180,60,0.50);*/
}    
    
.footer-logo{
    width: 100%;
    margin: 0vw;
    position: relative;
    top: 16vw;
    left: 0vw;
    text-align: center;
    
    /*background-color: black;*/
}

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

.c-mark{
    width: 100%;
    margin: 0vw;
    position: relative;
    top: 16vw;
    left: 0vw;
    text-align: center;
    font-size: 0.8vw;
    
    color: rgba(255,255,255,1.00);
}
    
}
/*ーーーーーーーーーーーーーーーーーーーーーーーータブレット縦・スマホ横　1024以下ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/


/*ーーーーーーーーーーーーーーーーーーーーーーーースマホ縦　599以下ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media(max-width:599px) {


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

    /*header ロゴアコーディオン用CSS　ここから*/
header{
    width: 100%;
    margin: 0vw;
    z-index: 99;
    display: block;
    /*background-color: brown; */
}
    
.logo-menu{
    display: none;
}
    
.logo-menu2{
    display: block;
    widows: 100%;
    margin: 0vw;
    position: relative;
}

.acd-check{
  display: none;
    position: absolute;
    right: 20vw;
}


.acd-label{
  display: block;
    
  width: 20%;
  height: auto;
  margin: 0vw;
  color: #fff;
  cursor: pointer;
  background-color: rgba(162,158,175,0.60);
  border-radius: 12vw;
  padding: 1.5vw 1.5vw 0vw 1.5vw;
  position: fixed;
  top: 1.5vw;
  left: 39vw; /*これでレコーディオンメニューロゴの左右位置決めてる*/
  z-index: 999; 
}

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

.acd-content{
    
  /*--前の。キープ
  width: 100%;
  background-color: rgba(45,105,116,1.0);
  opacity: 0;
  transition: .5s;
  visibility: hidden;
  position: absolute;
  left: 0vw;
  right: 0vw;
  top: -1vw;
  */
    
  width: 100%;
  margin: 0vw;
  background-color: rgba(162,158,175,1.0);
  opacity: 0;
  transition: .9s;
  visibility: hidden;
  position: absolute;
  left: 0vw;
  right: 0vw;
  top: 0vw; /*モーションの位置＝どの位置から出てくるか。 例えば10vwは、top:10vw;の位置から出てくるってこと*/

}

.acd-content li{
    
    list-style: none;
    margin: 12vw 0vw;
    position: relative;
    top: 20vw;
    left: 0vw;
    text-align: center;
    float: none;
    font-family: "Plantagenet Cherokee", "Book Antiqua", Palatino, "serif";
    font-size: 5vw;
    
    /*background-color: rgba(72,0,255,1.00);*/

}

.acd-content a{
    /*background-color: rgba(72,0,255,1.00);  */
    text-decoration: none; /*リンク下のバーを消す*/
    /*background-color: brown;    メンテ用*/
    color: aliceblue; /*リンク文字の色変更用*/
}

.acd-check:checked + .acd-label + .acd-content{   
  width: 100%;
  margin: 0vw 0vw 0vw 0vw;
  height: 100%;
  opacity: 1;
  padding: 2vw 0vw;
  visibility: visible;
  position: fixed;
  top: -0vw; /*モーションの位置＝どの位置から出てくるか。 例えば10vwは、top:10vw;の位置から出てくるってこと*/
  left: 0vw;
  z-index: 99; 
    
  /*background-color: mediumspringgreen;*/
}
/*header ロゴアコーディオン用CSS　ここまで*/


main{
    width: 100%;
    margin: 0vw;
    position: absolute;
    top: 31vw;
    left: 0vw;
    text-align: center;

}

main h1{
    color: aliceblue;
    text-align: center;
    position: relative;
    right: 0vw;
    margin:  2vw 4vw 10vw 4vw;
    
    font-family: "Plantagenet Cherokee", "Book Antiqua", Palatino, "serif";
    font-weight: 100;
    font-size: 9vw;
    
    /*background-color: fuchsia;*/
}

/*Gallary　ここまで*/
/*==================================================
ギャラリーのためのcss
===================================*/

/*＝＝＝並び替えボタンのCSS*/
/*＝＝＝並び替えボタンのCSS*/
.sort-btn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    width: 100%;
    margin: 4vw 0vw 8vw 0vw;
	padding:0vw 0vw;
    
    /*background-color: brown;*/
}

.sort-btn li{
	background-color: none;
    list-style:none;
    cursor: pointer;
    
    width: 50%;
    position: relative;
    left: 0vw;
	padding: 2vw 1vw 1vw 1vw;
	margin: 3vw 0vw 0vw 0vw;
    
    color: rgba(255,255,255,1.00);
    font-family: "Plantagenet Cherokee", "Book Antiqua", Palatino, "serif";
    font-size: 3.70vw;
}

.sort-btn li.active{/*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
    border: 0.1vw solid rgba(255,250,250,1.00);
	border-radius: 0.5vw;
    /*background-color:aqua;　メンテ用*/
}

.sort-btn li.sort00{
    width: 50%;
    margin: 0vw 0vw 2vw 0vw;
    position: relative;
    left: 0vw;
    
    background-color: none;
    list-style:none;
    
	cursor: pointer;
	padding: 2vw 1vw 1vw 1vw;
    
    /*background-color: aqua;*/
}

.grid {
  position: relative;/*並び替えの基準点を指定*/
  left: 3vw;
}

/*各画像の横幅などの設定*/
.item {
  
  display: block;
  margin: 0.1vw;
  position: absolute;
  width: 31%; /*横並びで5つ表示*/
  z-index: 1;
  list-style:none;
    
  /*background-color: darkred;*/
}

/*内側のボックスの高さが崩れないように維持*/
 .item-content {
  position: relative;
  width: 100%;
  margin: 0vw;
  height: 100%;
  /*background-color: aqua;*/
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img {
    
	width:100%;
	height:auto;
    margin: 0.1vw;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*ーーーーーーーーーーーーーーーーーー　Gallary ここまで　ーーーーーーーーーーーーーーーーーーーー*/


footer{
    padding: 0vw 0vw; /*これによってフッターの幅や位置をを最終決定している */
    margin-top: 14vw;
    position: relative;
    top: 0%;
    width: 100%;
    height: 147vw;
    background-color: rgba(84,82,90,1.00);
    z-index: 30;
   
}

.contact-icon{
    width: 100%;
    margin: 0vw;    
    position: relative;
    top: 10vw;
    left: 0vw;
    text-align: center;
    
    /*background-color: violet;*/
}

.contact-icon a{
    /*background-color: aqua;    メンテ用*/
    padding: 1vw 0vw 0vw 0vw;
    margin: 0vw 1vw;
    
    /*background-color: darkviolet;*/
    
}

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

.footer-menu-list{
    width: 100%;
    margin: 0vw;    
    position: relative;
    top: 18vw;
    left: 0vw;
    text-align: center;
    
    /*background-color: lime;*/
}

.footer-menu-list li{
    width: 100%;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: aliceblue;
    font-size: 3.5vw;
    list-style: none;
    float: none;
    margin: 3vw 0vw;
    text-align: center;
    
    /*background-color: rgba(255,244,0,1.00);    メンテ用*/
}

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

    /*background-color: brown;    メンテ用*/

}

.copyright{
    margin: 0vw 0vw 7vw 0vw;
    position: relative;
    top: 25vw;
    
    /*background-color: rgba(125,68,28,0.50);*/
}

.copyright p{
    width: 100%;
    font-size: 3vw;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    
    /*background-color: rgba(140,180,60,0.50);*/
}    
    
.footer-logo{
    width: 100%;
    margin: 0vw;
    position: relative;
    top: 25vw;
    left: 0vw;
    text-align: center;
    
    /*background-color: black;*/
}

.footer-logo img{
    width: 17%;
    position: relative;
    left: 0vw;
}

.c-mark{
    width: 100%;
    margin: 0vw;
    position: relative;
    top: 26vw;
    left: 0vw;
    font-size: 2vw;
    color: rgba(255,255,255,1.00);
    
    /*background-color: lightsalmon;*/
}
    
}
/*ーーーーーーーーーーーーーーーーーーーーーーーースマホ縦　599以下ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/



/*ーーーーーーーーーーーーーーーーーーーーーーーー小型スマホ縦　320以下ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media(max-width:320px) {
  
}
/*ーーーーーーーーーーーーーーーーーーーーーーーー小型スマホ縦　320以下ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
