@charset "utf-8";


/**************************
**********body************
***************************/

body {
    //background-color: #000;
    background-image:url('../images/img_back_ART_kabe.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;

    /* background-color: #fff; */
    width: 100%;
    font-size: 14px;
    color: #fff;
    /* color: #000; */
    line-height: 1.3em;
    font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
a:link,a:visited {
    /* 青 */
    /*color:#2b67b1;*/
    color: #B12B2B;
}
a:active,a:hover {
    opacity: 0.7;
}
#header{
       
    
}
#header a:link,#header a:visited{
    color:#b19B42;
}

#header h1{
    text-align: center;
    font-size: 3em;
    color:#b19B42;
    margin: 1em;
   // font-family: 'Abril Fatface', cursive;
    font-family: 'Vidaloka', serif;
}
#header h1 img{
    //width: 100px;
    width: 300px;
}
.container{
    //max-width: 1200px;
    margin: 0 40px;
}
.gloval_nav{
    font-family: 'Vidaloka', serif;
}
.gloval_nav ul{
    text-align: center;
    overflow: hidden;
    margin:0 auto;
    margin-bottom:40px;
}
.gloval_nav ul a{
    font-weight: bold;
    color:#ffffff;
}
.gloval_nav ul li{
    //border: 1px solid #ffffff;
    display: inline-block;
    //float: left;
    width: 200px;
    margin: 20px;
    padding: 1em;
    //background: #B12B2B;
    background: #750700;
}
.explanation{
    text-align: center;
    //text-align: left;
    margin: 40px 20%;
    font-size: 1.2em;
    background: rgba(0,0,0,0.5);
    padding: 1em;
    
}
.explanation .txt{
    display: inline-block;
    text-align: left;
}
.explanation .summary{
    font-weight: bold;
    margin-bottom: 40px;
}
.gallery{
    margin-bottom: 60px;: 
}
.gallery ul{
    text-align: center;
    overflow: hidden;
}
.gallery ul li{
    display: inline-block;
    width: 46%;
    margin:20px 1%;
    vertical-align: top;
}
.gallery ul li img{
    width: 100%;
    vertical-align:bottom;
}
.gallery .txt{
    text-align: left;
    color: #000000;
    //background: #ffffff;
    background:#ffecbf;
    padding: 1em;
    font-weight: bold;
}
.gallery .txt .caption{
    display: inline-block;
    border: 2px solid #EAC72D;
    background: #EAC72D;
    font-weight: normal;
    padding: 4px;
    margin: 10px 0 4px 0;
}
.frame {
      display: inline-block;
      background: #c9ab79; 
      padding: 2px; 
      border: 5px solid #8b5e3c;
      box-sizing:border-box;
      box-shadow: 
        0 4px 8px rgba(0, 0, 0, 0.4), 
        inset 0 4px 6px rgba(0, 0, 0, 0.2); 
      //border-radius: 8px;
}

.frame img {
      display: block;
      max-width: 100%;
      height: auto;
      //border: 5px solid #fff; 
      box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.3); /* 絵とマットの立体感 */
}
.subttl{
    text-align: center;
    color:#ffffff;
    padding: 12px;
    font-size: 1.4em;
    font-weight:bold;
    background: #4CA673;
    font-family: 'Vidaloka', serif;
    margin:40px 0;
}
.banner{
    text-align: center;
    margin:40px 0;;
}
.banner ul{
    overflow: hidden;
    margin:0 auto;
}
.banner ul li{
    display: inline-block;
    width: 50%;
}
.banner ul li img{
    width: 100%;
    border: 1px solid #ffffff;
}
.copyright{
    text-align: center;
    border-top: 1px solid #aaaaaa;
    padding: 1em 0;
}
@media screen and (max-width: 680px) {
    .gallery ul li{
        display: inline-block;
        width: 100%;
        margin:10px 0;
    }
    .container{
        //max-width: 1200px;
        margin: 0 20px;
    }
    .gloval_nav ul li{
        margin:10px;
    }
    .explanation{
        margin: 0;

    }
    .banner ul li{
        width: 90%;
    }
}