/*
Theme Name: buffet
Theme URI: http://www.www.www/
Description: Rui Ishiguro
Author: rui ishiguro
*/

.img-protect {
user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-webkit-touch-callout: none;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

a:link { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color:#000000; }
a:active { text-decoration: none; color:#000000; }

p a:link,
p a:visited{
  border-bottom:1px solid #000000;
  padding-bottom: 1px;
}
p a:hover,
a:hover{ 
    opacity: 0.6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
}

.side-nav a.plain:link,
.side-nav a.plain:visited{
  padding: 10px 10px;
  margin-left: -10px;
  border:2px solid #f2ede5;
}
.side-nav a.plain:hover{
  background: #FFFFFF;
  border:2px solid #000000;
  padding: 10px 10px;
  opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
}
.side-nav a.active:link,
.side-nav a.active:visited{
  background: #FFFFFF;
  border:2px solid #000000;
  padding: 10px 10px;
  margin-left: -10px;
}


.logo-area-home .logo:hover,
.logo-area .logo a:hover{
   opacity: 1; 
}

a.btn-moreinfo:link,
a.btn-moreinfo:visited{
    display: inline-block;
    background-color: #FFF;
    color: #6D9EB2 !important;
    padding: 1px 8px;
    margin-top: 12px;
}

a.btn-viewmore{
    display: inline-block;
    background-color: #000000;
    border:2px solid #000000;
    color: #FFFFFF !important;
    padding: 8px 8px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

a.btn-viewmore:hover{
    background-color: #FFFFFF;
    border:2px solid #000000;
    color: #000000 !important;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
}

a.arrow-link-right-g:link,
a.arrow-link-right-g:visited{
    background: url(images/arrow-right-g.png);
    background-size: 12px 19px;
    height: 19px;
    display: inline-block;
    padding-right: 23px;
    background-repeat: no-repeat;
    background-position: right center;
    color:#00874b;
    font-size: 1.4rem;
    line-height: 1.357;
}
a.arrow-link-bg-w:link,
a.arrow-link-bg-w:visited{
    background-color: #FFFFFF;
    padding: 5px 28px 5px 8px;
    height: auto;
    background-position: right 5px center;
}
a.link-bg-w:link,
a.link-bg-w:visited{
    background-color: #FFFFFF;
    padding: 5px 8px ;
    height: auto;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  margin:0;   padding:0;}fieldset,img {    border:0;}address,caption,cite,code,dfn,th,var { font-style:normal;  font-weight:normal;}ol,ul { list-style:none;
}caption,th {   text-align:left;}h1,h2,h3,h4,h5,h6 {    font-size:100%; font-weight:normal;}q:before,q:after {  content:'';
}abbr,acronym {  border:0;}

button, input, select, textarea {
  -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent: .01px; /*Firefox用*/
    text-overflow: ""; /*Firefox用*/
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  vertical-align:baseline;
}

table {  
    border-collapse:collapse;   
    border-spacing:0;
    width: 100%;
}
select,
figure{
    margin: 0 !important;
}

figure{
    line-height:0;
}

figure img{
    vertical-align:text-bottom;
}


strong{
    font-weight: bolder;
}


ul li{
    list-style: none;
}

img {
    border:0;
}
figure img{
    max-width: 100%;
    width: auto; /* for ie 8 */
    height: auto;
    vertical-align:text-bottom;
    margin: 0 auto;
    display: block;
}
p img{
   max-width: 100%;
    width: auto; /* for ie 8 */
    height: auto;
    vertical-align:text-bottom;
    margin: 0 auto;
    display: block; 
    max-height: 500px;
}
h1{
    font-size: 1.8rem;
    font-weight: bold;
}
h2{
    font-size: 1.8rem;
    font-weight: bold;
}


p{
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 1.75;
    text-align: left;
}
    p:last-child{
    }
p.notfound{
    padding: 0;
    font-size: 1.8rem;
    text-align: center;
    margin-top: 60px;
}

.pc-only{
    display: block;
}
.smp-only{
    display: none;
}

html{
  font-size: 62.5%;
}
html,body {
    height: 100%;
}
body{
    border: solid 0px #FFFFFF;
    background-color: #FFFFFF;
    color: #222222;
    font-size: 1.0rem;
    position: relative;
    -webkit-text-size-adjust: 100%;
    word-spacing:normal !important;
    font-family:"中ゴシックBBB", "Gothic Medium BBB", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.75;
    letter-spacing: normal;
}
body.ov::after{
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  top: 0;
  left: 0;
  z-index: 100;
}
h1,h2,h3{
    font-family:"見出ゴMB31", "Midashi Go MB31", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.last{
    margin-bottom: 0px !important;
}


#container{
    min-height: 100%;
    position: relative;
    width: 100%;
}




/* start-header */
    .header-inner{
        margin: 0 auto;
        max-width: 1120px;
        padding: 20px 80px 50px 80px;
        background-color: #f2ede5;
        position: relative;
    }

        #header h1,
        #header .logo{
            width: 378px;
            height: auto;
        }
            body.en-US #header h1,
            body.en-US #header .logo{
                margin-left: -3px;
            }
        #header h1 span,
        #header h1 a,
        #header .logo a{
            background: url(images/logo_ja.svg);
            background-size: contain;
            background-repeat: no-repeat;
            display: block;
            width: 100%;
            height: 0;
            padding-bottom: 7.365%;
            overflow: hidden;
            text-indent: 100%;
            white-space: nowrap;
        }
        body.en-US #header h1 span,
        body.en-US #header h1 a,
        body.en-US #header .logo a{
            background: url(images/logo_en.svg);
            background-size: contain;
            background-repeat: no-repeat;
            display: block;
            width: 100%;
            height: 0;
            padding-bottom: 7.51%;
            overflow: hidden;
            text-indent: 100%;
            white-space: nowrap;
        }
        #gb-nav{
            font-size: 1.8rem;
            padding-top: 44px;
            position: relative;
        }
            #gb-nav ul{
            }
             #gb-nav ul::after{
                content: "";
                clear: both;
                display: block;
            }
                #gb-nav ul li{
                    float: left;
                    padding-right: 32px;
                    font-weight: bold;
                }
                #gb-nav a.active:link,
                #gb-nav a.active:visited,
                #gb-nav a.plain:hover{
                    border-bottom: 2px solid #000000;
                    padding-bottom: 8px;
                    opacity: 1;
                    -webkit-transition: all 0s ease-in-out;
                        -moz-transition: all 0s ease-in-out;
                        -o-transition: all 0s ease-in-out;
                        -ms-transition: all 0s ease-in-out;
                        transition: all  0s ease-in-out;
                }

        .site-search-container{
            position: absolute;
            top: 20px;
            right: 275px;
        }
            .site-search-btn{
                background: url(images/search.png);
                background-size: 14px 14px;
                background-repeat: no-repeat;
                display: block;
                width: 14px;
                height: 14px;
            }

        #site-link-kodomo{
            font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
            position: absolute;
            right: 0;
            top: 44px;
            padding-top: 0px;
        }

        #site-link-clematis{
            font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
            font-size: 1.4rem;
            position: absolute;
            right: 80px;
            top: 20px;
            padding-top: 0px;
            border-bottom:1px solid;
            padding-bottom: 5px;
            line-height: 1;
        }
        #site-link-clematis a:link,
        #site-link-clematis a:visited,
        #site-link-kodomo a:link,
        #site-link-kodomo a:visited{
          border-bottom: 0px solid #000000;
          padding-bottom: 0px;
        }

/* end-header */

/* start-section */
    .box-section{
        margin-bottom: 55px;
    }
    .section-common{
      margin-bottom: 55px;
    }
      .section-content-box{
        padding-top: 40px;
        margin-top: 75px;
        border-top: 1px solid #000000;
      }
    .bf-section,
    .inner{
    }
    .bf-section::after,
    .inner::after{
        content: "";
        clear: both;
        display: block;
    }
        .page-header{
            width: 27.08%;
            float: left;
        }
        .page-header h1{
            font-size: 1.8rem;
            font-weight: bold;
        }
        .section-header h1{
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 15px;
        }
          .side-nav{
            font-size: 1.6rem;
            font-weight: bold;
          }
            .side-nav ul{
              padding-top: 15px;
            }
              .side-nav ul li{
                padding-top: 25px;
              }
        .contents-box,
        .contents-wrapper{
            width: 70.83%;
            float: right;
        }
        .bf-contents-main{
            margin-bottom: 55px;
        }

          .bf-contents-text{
            margin-top: 30px;
          }
          .bf-contents-prof{
            margin-top: 35px;
          }
            .bf-contents-prof h2{
              font-size: 1.4rem;
              font-weight: bold;
            }
            .bf-contents-prof p{
                font-size: 1.2rem;
                padding-top: 10px;
            }

    .column-module{
        overflow: hidden;
    }
        .column-module1-2{
            margin-left: -2%;
            width: 104.2%;
        }
        .column-module1-2 .column{
            float: left;
            width: 46%;
            margin: 0 2% 4%;
        }
    .column-bottom-img{
        padding-top: 15px;
    }

    .column{
    }
        .column h2{
            font-size: 1.8rem;
            font-weight: bold;
        }
    .bf-single-header h1{
        font-size: 3.5rem;
        padding: 0;
    }
    .bf-single-body{
        margin-top: 45px;
    }
/* end-section */

a.block-link{
    display: block;  
}

/* end-common */





/* start-home */
.main-visual-home{
    background-color: #f2ede5;
    max-width: 1120px;
    position: relative;
    height: 640px;
    margin: 0 auto;
    padding: 0 80px;
}
    .main-visual-home-test{
        position: relative;
        height: 640px;
    }
        .main-visual-home-slide-test{
            height: 640px;
            width:100%;
            position: absolute;
            left: 0;
        }
            .main-visual-home-slide-inner-test{
                margin-right: 420px;
                height: 640px;
            }
            body.en-US .main-visual-home-slide-inner-test{
                margin-right: 0px;
                height: 640px;
            }
            .main-visual-home-slide-inner-test ul li{
                width: 100%;
                height: 640px;
                background-size: cover !important;
                background-position: center center !important;
            }
    .main-visual-slide{
        height: 640px;
        position: absolute;
        right: 500px;
        width: 1300px;
        background-color: #FFFFFF;
    }
        .main-visual-slide ul li{
            width: 100%;
            height: 640px;
            background-size: cover !important;
            background-position: center center !important;
        }
    .main-visual-banner{
        width: 400px;
        position: absolute;
        right: 80px;
    }
        .main-visual-banner-test{
            width: 400px;
            position: absolute;
            right: 0px;
        }
        .main-visual-banner .column{
            background-color: #FFFFFF;
            overflow: hidden;
            min-height: 200px;
            margin-top: 20px;
        }
            .main-visual-banner-test .column{
                background-color: #FFFFFF;
                overflow: hidden;
                min-height: 200px;
                margin-top: 20px;
                position: relative;
            }
            .main-visual-banner .column:first-child{
                margin-top: 0px;
            }
                .main-visual-banner-test .column:first-child{
                    margin-top: 0px;
                }
            .main-visual-banner .column figure{
                float: left;
                width: 200px;
                height: 200px;
            }
                .main-visual-banner-test .column figure{
                    float: left;
                    width: 200px;
                    height: 200px;
                }
            .main-visual-banner .column .text{
                width: 160px;
                min-height: 160px;
                float: right;
                padding: 20px;
                position: relative;
            }
                .main-visual-banner-test .column .text{
                    width: 200px;
                    min-height: 200px;
                    float: right;
                    padding: 20px;
                    position: relative;
                }
                .main-visual-banner .column .text .category{
                    font-size: 1.4rem;
                    line-height: 1;
                }
                    .main-visual-banner-test .column .text .category{
                        font-size: 1.4rem;
                        line-height: 1;
                    }
                .main-visual-banner .column .text h3{
                    font-size: 1.6rem;
                    line-height: 150%;
                    margin-top: 20px;
                }
                    .main-visual-banner-test .column .text h3{
                        font-size: 1.6rem;
                        line-height: 150%;
                        margin-top: 20px;
                    }
                .main-visual-banner .column .text p.date{
                    font-size: 1.4rem;
                    line-height: 150%;
                    margin: 0px;
                    position: absolute;
                    bottom: 20px;
                    left: 20px;
                    width: 160px;
                }
                    .main-visual-banner-test .column .text p.date{
                        font-size: 1.4rem;
                        line-height: 150%;
                        margin: 0px;
                        position: absolute;
                        bottom: 20px;
                        left: 20px;
                        width: 160px;
                    }
.flex-control-nav,
.flex-direction-nav{
    display: none;
}

.list-news-home{   
}
    .list-news-home li{
        margin-bottom: 20px;
        position: relative;
    }
        .list-news-home li h2{
            font-size: 1.4rem;
            width: 90%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .list-news-home li a:link,
        .list-news-home li a:visited{
            display: block;
            background-color: #FFFFFF;
            border:2px solid #FFFFFF;
            padding: 6px 16px;
        }
        .list-news-home li a:hover{
            opacity: 1;
            border:2px solid #000000;
        }
        .list-news-home li .posted-date{
            display: inline-block;
            font-size: 1.2rem;
            position: absolute;
            right: 20px;
            top: 10px;
        }

/* end-home */

    /* start-sngle */
    .articles-wrapper{
        margin-bottom: 55px;
    }
    .pages-contents-header{
        margin-bottom: 20px;
    }
        ul.pages-contents-list li{
            margin-bottom: 20px;
            position: relative;
        }
            ul.pages-contents-publication-list li{
                margin-bottom: 27px;
            }
    .single-date-info-box{
    }
        .sub-title{
            display: block;
            font-size: 1.8rem;
        }
        .single-date-info-box span{
            display: block;
            font-size: 1.8rem;
        }
        .single-date-info-box span.single-info-place{
            display: block;
            font-size: 1.8rem;
        }
        .single-main-text{
            margin-top: 40px;
        }
        .single-remarks{
            padding-top: 20px;
        }
        .single-main-slide{
            margin-top: 57px;
        }
    .articles-box-single{
        margin-top: 10px;
    }
        .section-header h1.main-title{
            font-size: 2.4rem;
            font-weight: bold;
        }

    .articles-box-info{
      background: #FFFFFF;
      position: relative;
    }
        .articles-box-info h2{
          font-size: 1.6rem;
          font-weight: normal;
        }
        .articles-box-info p{
          padding-top: 0;
        }
      .articles-box-info figure{
        width: 50%;
        height: auto;
        float: left;
      }
          .articles-box-info .figure-bg{
            padding-bottom: 50%;
            background-size: contain !important;
            background-position:center center !important;
            background-repeat: no-repeat !important;
          }
          .articles-box-exception .figure-bg{
            padding-bottom: 33%;
            background-size: cover !important;
            background-position:center center !important;
            background-repeat: no-repeat !important;
          }
          .articles-box-info .thumbnail-bg-box{
            background: #c9caca;
            height: 340px;
            padding: 20px;
          }
          .thumbnail-bg-inner{
            margin: 0px;
            width: 100%;
            height:300px;
            background-size: contain !important;
            background-position:center center !important;
            background-repeat: no-repeat !important;
          }
        .item-info,
        .item-name {
            padding: 0 20px 0 40px;
            width: 100%;
        }
            .item-info h3, .item-name h3, .item-text-noimage h3 {
                font-size: 1.6rem;
            }

    .articles-box-figure{
    }
        .articles-box-figure figure{
            float: left;
            height: auto;
            width: 22.79%;
        }
        .articles-box-figure figure figurecaption{
            color: #808080;
            display: block;
            font-size: 1.2rem;
            line-height: 1.75;
            padding-top: 7px;
        }
            .articles-box-figure figure ul li{
                padding-bottom: 20px;
            }
        .articles-box-figure .articles-box-info-text{
            float: right;
            height: auto;
            width: 77.21%;
            padding: 0px 0 0 20px;
        }

        .articles-box-info-title{
            width: 50%;
            padding: 20px 40px;
            float: right;
            height: 340px;
            position: relative;
        }
            .pages-contents-publication-list .articles-box-info-title{
                width: 50%;
                padding: 20px 0px;
                float: right;
                height: 340px;
                position: relative;
            }
            .pages-contents-publication-list .articles-box-info-title .center-horizontal{
                padding: 0px 40px;
            }
          .articles-box-info-title-full{
            width: 100%;
            padding: 20px 30px;
            position: relative;
          }
      .articles-box-info-text{
        width: 50%;
        padding: 20px 40px;
        float: right;
        position: relative;
        height: auto;
      }
      .articles-s-box-info-text{
        height: 224px;
      }
        .articles-box-info-title h2,
        .articles-box-info-title h3{
          font-size: 1.6rem;
        }
        .articles-box-info-title span,
        .articles-box-info-text span{
          font-size: 1.4rem;
          padding-top: 20px;
          display: block;
        }
        .articles-box-description{
            padding-top: 15px;
        }
        h2.pages-section-title{
            padding-top: 93px;
            font-weight: bold;
        }
    .articles-box-remarks{
        padding-top: 15px;
    }
    .exhibition-event-remarks{
        padding-top: 15px;
        padding-bottom: 7px;
    }
        ul.pages-contents-list li:last-child .exhibition-event-remarks{
        padding-bottom: 0px;
    }

    .remarks-box{

    }
        .prof-box figure{
            width: 22.79%;
            float: left;
        }
        .prof-box figure img{
            width: 100%;
            height: auto;
        }

        .prof-index-text {
            float: right;
            height: auto;
            padding: 0px 0px 0 20px;
            position: relative;
            width: 77.21%;
        }
            .prof-index-text h2{
                font-size: 1.6rem;
                font-weight: normal;
            }
        .remarks-box-text-thumbnail{
            float: left;
            height: auto;
            padding: 0px 40px 0 0px;
            position: relative;
            width: 70.3%;
        }
        .remarks-box-text{
            float: left;
            height: auto;
            padding: 0px 0px 0 0px;
            position: relative;
            width: 100%;
        }
            .remarks-box-text-inner{
                margin-top: 10px;
            }
        .remarks-list li,
        .prof-list li{
            margin-bottom: 55px;
        }
        .prof-list{
            margin-bottom: 55px;
        }
          .prof-list li:first-child{
              margin-bottom: 0px;
          }
        .remarks-box figure{
            clear: both;
            margin-top: 20px;
        }
        .remarks-box figure:after{
            content: "";
            clear: both;
            display: block;
        }
            ul.thumbnail-list li{
                width: 50%;
                float: left;
                margin-top: 0px;
                margin-bottom: 0px;
            }
                ul.thumbnail-list li img{
                    width: auto;
                    height: auto;
                    display: block;
                    margin:0 auto;
                    max-height: 340px !important;
                }
                ul.thumbnail-list li .credit{
                    text-align: center;
                }
                ul.thumbnail-list li:nth-child(odd){
                    padding-right: 20px;
                }
                ul.thumbnail-list li:nth-child(even){
                    padding-left: 20px;
                }

        figure.remarks-image-single img{
            width: auto;
            height: auto;
            display: block;
            margin:0 auto;
            max-width: 88.3%;
            max-height: 340px !important;
        }
        figure.remarks-image-single figurecaption{
            max-width: 88.3%;
            display: block;
            margin:0 auto;
            text-align: center;
        }

    .logo-wlapper{}
    .logo-wlapper figure{
        width: 29.7%;
        height: auto;
        float: left;
    }
    .logo-text{
        width: 60%;
        height: auto;
        float: right;
    }


    h2.item-wrapper-title {
        margin-top: 55px;
    }
    h2.page-section-title{
        font-size: 1.6rem;
        padding-bottom: 16px;
    }
    h3.page-section-title{
        font-size: 1.4rem;
        padding-bottom: 16px;
        padding-top: 16px;
    }
    .prof:first-child {
        padding-top: 15px;
    }
    .prof {
        padding-top: 40px;
    }
    .prof figure {
        float: left;
        width: 22.79%;
    }
    .prof-wrap{
        margin-bottom: 60px;
    }
    .prof-wrap figure,
    .prof-wrap .thumbnail-na{
        width: 22.79%;
    }
        .thumbnail-na{
            text-align: center;
            padding-bottom: 22.79%;
            background-color: #9fa0a0;
            color: #FFFFFF;
            position: relative;
            display: block;
        }
        .thumbnail-na-inner{
            position: absolute;
            width: 100%;
            text-align: center;
            top: 50%;
            margin-top: -12px;
            left: 0;
            font-size: 1.2rem;
        }
        .prof-wrap h3{
            font-size: 1.6rem;
            font-weight: bold;
        }
        .prof-wrap .text{
            margin-top: 20px;
        }

    .credit {
        color: #808080;
        display: block;
        font-size: 1.2rem;
        line-height: 1.75;
        margin-top: 7px;
    }
    .prof .item-text-nb {
        float: right;
        height: auto;
        padding: 0 0 0 20px;
        position: relative;
        width: 77.21%;
    }
    .prof .item-text-nb h3 {
        font-size: 1.6rem;
        font-weight: normal;
    }
    .item {
    }
    .item-thumbnail-nb {
        float: left;
        width: 50%;
    }
    .item-text {
        background: #ffffff none repeat scroll 0 0;
        float: left;
        padding-bottom: 50%;
        position: relative;
        width: 50%;
    }
    .item-text-s {
        background: #ffffff none repeat scroll 0 0;
        float: left;
        padding-bottom: 33%;
        position: relative;
        width: 50%;
    }
    .item-image-bg-s-na {
        background: #9fa0a0 none repeat scroll 0 0;
        float: left;
        padding-bottom: 33%;
        width: 50%;
        font-size: 1.4rem;
        line-height: 1.75;
    }
    .na-text {
        color: #ffffff;
        display: block;
        padding: 0 20px;
        text-align: center;
        width: 100%;
    }
    .item-info,
    .item-name {
        padding: 0 20px 0 40px;
        width: 100%;
    }
    .item-info span,
    .item-name span {
        display: block;
        font-size: 1.4rem;
        padding-top: 20px;
    }
    .desc {
        padding: 15px 0 0;
    }
    .main-visual{
         margin-bottom: 55px;
    }
    /* end-sngle */

/* start-news */
.list-news li {
    background-color: #ffffff;
    margin-bottom: 20px;
    min-height: 110px;
    position: relative;
}
.list-news li h2 {
    font-size: 1.6rem;
    margin-left: 170px;
    overflow: hidden;
    padding: 15px 130px 0 0;
}
.list-news li p.desc, .list-news li .desc {
    margin-left: 170px;
    padding: 0 130px 0 0;
}
.list-news li .desc p {
    padding-bottom: 15px;
}
.news-thumbnail {
    padding-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
}
.news-cat {
    font-family: "見出ゴMB31","Midashi Go MB31","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
    font-size: 1.8rem;
    left: 20px;
    margin: 0;
    position: absolute;
    top: 15px;
}
.list-news li .posted-date {
    bottom: 20px;
    display: inline-block;
    font-size: 1.2rem;
    left: 20px;
    position: absolute;
}
.news-thumbnail-na {
    background: #9fa0a0 none repeat scroll 0 0;
    display: block;
    height: 110px;
    position: relative;
    width: 110px;
}
.na-inner {
    color: #ffffff;
    display: block;
    font-size: 1.4rem;
    line-height: 1.42;
    text-align: center;
    width: 100%;
}
/* /end-news */

/* start-event */
.con-grid-list {
    clear: both;
    content: "";
    display: table;
    margin-left: -4.2%;
}
.grid-item {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    margin: 0 0 40px 4%;
    width: 29.333%;
    position: relative;
}
    .grid-item a{
        position: relative;
    }
    .thumbnail-label{
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 120px;
        padding: 5px;
        font-size: 1.1rem;
        background-color:#FFFFFF;
        z-index: 10;
        text-align: center;
    }
    .grid-item .label{
        background-color:#FFFFFF;
        font-size: 1.3rem;
        margin:0;
        width: 100%;
        padding: 0;
    }
.grid-item .desc {
    padding: 20px;
}
.desc p.date {
    height: 49px;
}
.desc h2 {
    font-size: 1.6rem;
    line-height: 1.75;
}
.na-box {
    background: #9fa0a0 none repeat scroll 0 0;
    height: 0;
    padding-bottom: 66.66%;
    position: relative;
    width: 100%;
}
.na-box-inner {
    color: #ffffff;
    font-size: 1.6rem;
    margin-top: -16px;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
/* /end-event */

/* start-exhibitions */
ul.exhibitions-list li{
    padding-top: 20px;
}
    .exhibitions-list-articles-info{
      background: #FFFFFF;
      position: relative;
    }
      .exhibitions-list-articles-info figure{
        width: 50%;
        height: auto;
        float: left;
        padding-bottom: 0px;
      }
      .item-thumbnail-nb{
        width: 50%;
        padding-bottom: 50%;
        height: 0;
        float: left;
      }
      .exhibitions-list-articles-info-title{
        width: 50%;
        padding: 20px 40px;
        float: right;
        height: 340px;
        position: relative;
      }
      .exhibitions-list-articles-info-title .title-box,
      .text-box-center{
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
      }
        .exhibitions-list-articles-info-title h2{
          font-size: 1.6rem;
        }
        .exhibitions-list-articles-info-title span{
          font-size: 1.4rem;
          padding-top: 20px;
          display: block;
        }
        .credit{
            color: #808080;
            display: block;
            font-size: 1.2rem;
            line-height: 1.75;
            margin-top: 7px;
        }
        .exhibitions-list-articles-description{
            margin-top: 15px;
        }
    /* start-sngle-exhibitions */
    .exhibition-single .section-header h1{
        font-size: 3.5rem;
        font-size: 2.4rem;
        font-weight: bold;
    }

    .exhibition-date-info-box{
        padding-top: 9px;
    }
        .exhibition-date-info-box span{
        }
        .exhibition-main-text{
            margin-bottom: 55px;
        }
    /* en-sngle-exhibitions */

    #permanent-exhibition{
        padding-top: 62px;
    }

.page_nav {
    font-size: 1.4rem;
    margin-top: 40px;
    position: relative;
}
.page_nav .prev {
    left: 0;
    position: absolute;
    top: 0;
}
.page_nav .page_nav-index {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 130px;
}
.page_nav .next {
    position: absolute;
    right: 0;
    top: 0;
}

/* end-exhibitions */

/* slider */

.single-main-slide {
}
.single-slide .flexslider {
    background: transparent none repeat scroll 0 0;
    border: 0 solid #fff;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.single-slide .flexslider::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
    .page-slide .slides{
        margin-bottom: 30px;
    }
.contents-slide-show-s ul.slides li {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 0;
    padding-bottom: 66.66%;
    width: 100%;
}
.contents-slide-show ul.slides li {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 0;
    padding-bottom: 66.66%;
    width: 100%;
}
.single-slide .flex-control-nav {
    bottom: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 90;
    display: block;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}
.single-slide .flex-direction-nav {
    position: relative;
    display: block;
}
.single-slide .flex-control-nav {
    bottom: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 90;
}
    .page-slide .flex-control-nav {
        display: none;
    }
.single-slide .flex-nav-prev a {
    background-image: url("images/arrow-left.png");
    background-position: center center;
    background-size: 11px 18px;
    display: block;
    float: left;
    height: 18px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 11px;
}
.single-slide .flex-nav-next a {
    background-image: url("images/arrow-right.png");
    background-position: center center;
    background-size: 11px 18px;
    display: block;
    float: right;
    height: 18px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 11px;
}
.single-slide .flex-direction-nav a {
    cursor: pointer;
    display: block;
    height: auto;
    z-index: 999;
}
.credit-slide {
    bottom: -55px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

p.credit{
    text-align: center;
    font-size: 1.3rem;
    position: absolute;
    bottom: -48px;
    width: 100%;
    margin: 0;
    width: 300px;
    left: 50%;
    margin-left: -150px;
}
/* end-slider */

/* start-easing-slider */
.contents-slide-show{
    margin-bottom: 55px !important;
    position: relative;
}
    .contents-slide-show-s .slides{
        width: 88.3%;
        margin: 0 auto 30px !important;
    }
    .content-box-slide-single{
        padding-bottom: 0px !important;
        position: relative;
    }
  .content-box-slide-show{
    padding-top: 15px;
  }
  .content-box-slide-collection{
    width: 100%;
  }
    .content-box-slide-collection .easingslider-slide,
    .content-box-slide-bg .easingslider-slide{
      background-color: #f2ede5;
    }
  .content-box-slide-collection .easingslider-background-slide,
  .content-box-slide-bg .easingslider-background-slide{
    background-size:contain;
    background-position: center center;
  }
.contents-slide-show .easingslider-arrows.easingslider-next {
    background-image: url("images/arrow-right.png");
    background-position: center center;
    background-size: 11px 18px;
    width: 11px;
    height: 18px;
}
.contents-slide-show .easingslider-arrows.easingslider-next.outside{
    position: absolute;
    padding: 0px;
    margin: 0px;
    right: 0;
    bottom: -48px;
    top: auto;
    left: auto;
}
    .contents-slide-show-s .easingslider-arrows.easingslider-next.outside{
        right: -6.5%;
    }
.contents-slide-show .easingslider-arrows.easingslider-prev {
    background-image: url("images/arrow-left.png");
    background-position: center center;
    background-size: 11px 18px;
    width: 11px;
    height: 18px;
}
.contents-slide-show .easingslider-arrows.easingslider-prev.outside{
    position: absolute;
    padding: 0px;
    margin: 0px;
    right: auto;
    bottom: -48px;
    top: auto;
    left: 0;
}
    .contents-slide-show-s .easingslider-arrows.easingslider-prev.outside{
        left: -6.5%;
    }

/* end-easing-slider */



#footer{
    font-size: 1.4rem;
    width: 100%;
    height:auto;
}
    .footer-inner{
        margin: 0 auto 0;
        max-width: 1120px;
        padding: 174px 80px 20px 80px;
        background-color: #f2ede5;
        position: relative;
    }
    body.home .footer-inner{
        margin: 0 auto;
        max-width: 1120px;
        padding: 20px 80px 20px 80px;
        background-color: #f2ede5;
        position: relative;
    }

#siteindex{
    border-top: 1px solid #000000;
}
#related-facility-index{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
    .siteindex-btn,
    .rf-btn{
        cursor: pointer;
        font-size: 1.2rem;
        font-weight: bold;
        display: block;
        width: 123px;
        position: relative;
        padding: 12px 0;
    }
        .arrow-bottom{
            background: url(images/arrow-bottom.png);
            background-size: 20px 12px;
            background-repeat: no-repeat;
            display: block;
            width: 20px;
            height: 12px;
            float: right;
            margin-top: 8px;
        }
        .arrow-top{
            background: url(images/arrow-top.png);
            background-size: 20px 12px;
            background-repeat: no-repeat;
            display: block;
            width: 20px;
            height: 12px;
            float: right;
            margin-top: 8px;
        }
    #sitemap,
    #related-facility{
        display: none;
    }
        #sitemap ul,
        #related-facility ul{
            padding-bottom: 8px;
        }
            #sitemap ul li,
            #related-facility ul li{
                padding-bottom: 6px;
            }
#footer-nav{
    font-size: 1.2rem;
    font-weight: bold;
    width: 120px;
    float: right;
    padding-top: 12px;
}
    #footer-nav ul li{
        padding-bottom: 4px;
		text-align:right;
    }
#area{
    padding-top: 12px;
    margin-bottom: 24px;
}
    #area p{
        margin: 0px;
        font-size: 1.2rem;
    }
    .sns-list li{
        float: left;
        width: 30px;
        margin-right: 15px;
    }
        .sns-list li img{
            width: 100%;
            height: auto;
        }

a.kaps-orinal:link,
a.kaps-orinal:visited{
    background: url(images/footer-banner.jpg);
    background-size: 350px 105px;
    background-repeat: no-repeat;
    display: block;
    width: 350px;
    height: 105px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 44px 0 42px;
}
a.kaps:link,
a.kaps:visited{
    background: url(images/footer-banner.jpg);
    background-size: 200px 60px;
    background-repeat: no-repeat;
    display: block;
    width: 200px;
    height: 60px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 44px 0 42px;
}
p#copyright{
    margin: 0px;
    font-size: 1.2rem;
    font-weight: bold;
}

.column-module1-3 {
    margin-left: -4.2%;
}
.column-module1-3 .column {
    float: left;
    margin: 0 0 0 4%;
    width: 29.333%;
}
#sitemap ul, #related-facility ul {
    padding-bottom: 8px;
}
#sitemap ul li, #related-facility ul li {
    padding-bottom: 6px;
}
li.sitemap-sub {
    padding-left: 15px;
}
li.sitemap-gb {
    font-family: "見出ゴMB31","Midashi Go MB31","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
}

/* end-footer */

/* start-common */
#bg-half{
    width: 50%;
    position: fixed;
    bottom: 0;
    right: 0;
    min-height: 100%;
    height: 100%;
    background-color: #f2ede5;
    z-index: -1;
}
#bg-main-top {
    background: #f2ede5 none repeat scroll 0 0;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 1120px;
    min-height: 100vh;
    padding: 0 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    z-index: -1;
} 

#content-container{
    clear: both;
    margin: 0 auto;
    max-width: 1120px;
    min-height: 100%;
    height: 100%;
    padding: 0px 80px;
    background-color: #f2ede5;
    overflow: hidden;
}
body.home #content-container{
    padding-top: 40px
}
body.page-template-pages-homedemo #content-container{
    padding-top: 40px
}
    .width1-2{
      width: 50%;
      margin-bottom: 60px;
    }
    .common-primary{
        padding: 0 !important;
        margin: 0 !important;
    }

    .bf-contents-prof{
        margin-top: 30px;
    }
    .bf-contents-prof p {
        font-size: 1.3rem;
        padding-top: 10px;
    }

.flexbox-special {
    background-color: #FFFFFF;
    align-items: center;
    position: relative;
}
    .flexbox-special figure {
        width: 47.916%;
    }
    .flexbox-specia-text {
        width: 52.084%;
        padding: 15px 15px;
    }
    @media screen and (max-width: 824px){
        .flexbox-special figure {
            width: 100%;
        }
        .flexbox-specia-text {
            width: 100%;
        }  
    }
    
    .flexbox-specia-text p {
        margin: 0px;
        font-weight: 700;
        font-size: 1.8rem;
    }

    a.link-block {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
    }

.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.flexbox1-3{
  margin-left: -40px;
}

.flexbox1-3 .grid-item{
  width: calc(33.333% - 40px);
  margin: 0 0 40px 40px;
  float: none;
}

.main_image_s {
    max-width: 680px;
    margin: 40px 0;
}
    .main_image_s img {
        display: block;
        width: 100%;
    }

.text-full{
    max-width: 680px;
}

.remarks{
    background-color: #FFFFFF;
    padding: 15px;
}
.remarks p:last-child{
    margin-bottom: 0px;
}

/* end-common */

/* start-table */
.record-wrapper{
    padding-top: 16px;
}
.record-wrapper{
    padding-top: 16px;
}
table {
    border-top: 1px solid #000000;
    font-size: 1.4rem;
}
  table tr{
    border-bottom: 1px solid #000000;
  }
  table td{
    vertical-align:top;
  }
  table td.record-year{
    padding: 10px 20px 10px 0;
    width: 20.58%;
  }
  table td.record-event{
    padding: 10px 0;
  }
    table td.info-month {
        padding: 10px 20px 10px 0;
        width: 20.58%;
    }
    table td.info-open-date, table td.info-type, table td.info-price {
        padding: 10px 0;
    }
    table td.info-type {
        width: 15%;
    }
    .remarks{
        margin: 30px 0 30px;
    }
/* end-table */

/* form */
.contact_box{
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 1.75;
    text-align: left;
}

.wpcf7 form .wpcf7-response-output {
    border: 0px solid #00a0d2 !important;
}

    .wpcf7-form p.submit{
        margin-bottom: 0px;
    }
#main input.wpcf7-form-control{
    position: relative;
    border: 1px solid #000000;
    height: 46px;
    width:50%;
    color: #302C2C;
    font-size: 1.5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	padding:8px;
}
#main input.wpcf7-submit{
  width:100%;
}
#main input.wpcf7-submit{
  font-size: 1.4rem;
    position: relative;
    background-color: transparent;
    border: 1px solid #000000;
   background-color: transparent;
    color:#000000
    height: 46px;
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all  0.2s ease-in-out;
}
#main span.wpcf7-list-item {
    display: inline-block;
    margin: 0 10px 0 0;
}
#main input[type="radio"] {
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    margin-right: 5px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    vertical-align: middle !important;
}
#main input[type="radio"]:checked{
    border: 5px solid #66CCFF;
}
#main input.wpcf7-submit:hover{
    position: relative;
    border: 1px solid #000000;
    background-color:  #000000;
    height: 30px;
    width:100%;
    color:#FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all  0.2s ease-in-out;
}

textarea.wpcf7-form-control{
    position: relative;
    border: 1px solid #000000;
    width:100%;
    font-size: 1.5rem;
    line-height:120%;
    color:#000000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	padding:12px;
}

#main .wpcf7-not-valid-tip{
    padding-top: 12px;
}

#main div.wpcf7-validation-errors {
    border: 0px solid #f7e700;
}
#main div.wpcf7-response-output {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}
.contact-wrap{
  margin-bottom: 30px;
  font-size: 2.0rem;
}
.wpcf7-form-control-wrap{
    margin-top: 5px;
    display: block;
}

#main div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14;
    color:#000000;
}
/* /form */

/* start-lang */
.lang-container{
    position: absolute;
    top: 20px;
    right: 268px;
}
body.it-IT .lang-container{
    position: absolute;
    top: 20px;
    right: 262px;
}
    .lang-container ul{
        width: 70px;
        position: relative;
        font-family:"見出ゴMB31", "Midashi Go MB31", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    }
    .lang-container ul:after {
      content: "";
      clear: both;
      display: block;
    }
        .lang-container ul li{
            float: left;
            padding: 0 0px;
            font-size: 1.4rem;
            line-height: 1;
        }
        .lang-container ul li.ja{
            position: absolute;
            left: 0;
            top:0;
        }
        .lang-container ul li.it{
            position: absolute;
            right: 0;
            top:0;
        }
        .lang-container ul li.en{
            position: absolute;
            left: 28px;
            top:0;
        }
        .lang-container ul li{
            opacity: 1;
            color: #FFFFFF;
        }
        .lang-container ul li a:link,
        .lang-container ul li a:visited{
            opacity: 0.6;
            color: #000000;
        }
        .lang-container ul li.current,
        .lang-container ul li.current a:link,
        .lang-container ul li.current a:visited,
        .lang-container ul li a:hover{
            opacity: 1;
            color: #000000;
        }

    .bogo-language-switcher .en-US,
    .bogo-language-switcher .it-IT,
    .bogo-language-switcher .ja{
        background: none !important;
        padding-left: 0;
    }
/* end-lang */


.home-nav,
.smp-nav,
.menu-trigger,
.smp-nav,
.smp-only,
.header-scroll{
    display: none;
}

/*===============================================
breakpoint:2100
===============================================*/
@media screen and (max-width: 2100px){
    .main-visual-slide{
        width: 1120px;
    }
        .main-visual-slide ul li{
            background-position: center center !important;
        }
}

/*===============================================
breakpoint:1200
===============================================*/
@media screen and (max-width: 1200px){
    .main-visual-slide{
        width: 650px;
    }
        .main-visual-slide ul li{
            background-position: right center !important;
        }
}

/*===============================================
breakpoint:1024
===============================================*/
@media screen and (max-width: 1024px){
    .header-inner {
        padding: 20px 15px 50px;
    }
    .section-common {
        margin-bottom: 60px;
    }
    .main-visual-home{
        padding: 0 15px;
    }
    .main-visual-banner {
        right: 40px;
    }
    .main-visual-slide {
        right: 460px;
    }
    #content-container{
        padding: 0 15px;
        overflow: hidden;
    }
    .footer-inner{
        padding: 20px 15px;
    }
    #bg-main-top{
        display: none;
    }
    body.home .footer-inner {
        background-color: #f2ede5;
        margin: 0 auto;
        max-width: 1120px;
        padding: 20px 15px;
        position: relative;
    }
    p#copyright small{
        font-size: 1.2rem;
    }
}

/*===============================================
breakpoint:900
===============================================*/
@media screen and (max-width: 900px){
}

/*===============================================
breakpoint:824
===============================================*/
@media screen and (max-width: 824px){
    .smp-only{
        display: block;
    }
    .pc-only{
        display: none;
    }
    body{
        background-color: #f2ede5;
    }
    p {
        font-size: 1.6rem;
        line-height: 1.75;
        margin-bottom: 20px;
        text-align: left;
    }
    #header{
        position: relative;
    }
    .header-inner {
        padding: 25px 20px 77px;
        background-color: #FFFFFF;
    }
    #header h1,
    #header .logo{
        height: auto;
        max-width: 375px;
        width: 100%;
    }
    .main-visual-home-test {
        width: 100% !important;
        height: auto;
        clear: both;
    }
    .main-visual-home-slide-inner-test {
        height: 375px;
        width: auto;
        margin-right: 0px;
        position: relative;
    }
    .main-visual-home-slide-test{
        position: relative;
        margin-bottom: 30px;
        height: 375px;
    }
    .main-visual-home-slide-inner-test ul li {
        height: 375px;
        width: 100%;
    }
    .list-news-home li {
        padding-top: 0px;
        margin-bottom: 30px;
    }
    .list-news-home li .posted-date {
        position: absolute;
        right: 0px;
        top: 45px;
    }
    .main-visual-banner-test {
        position: relative;
        right: auto;
        width: auto;
        max-width: 1120px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .main-visual-banner-test .column {
        min-height:150px;
    }
    .main-visual-banner-test .column a{
        display: block;
        position: relative;
    }
    .main-visual-banner-test .column figure {
        float: none;
        position: absolute;
        left: 0;
        top: 0;
        height: auto;
        width: 150px;
    }
    .main-visual-banner-test .column .text {
        float: left;
        min-height: 150px;
        padding: 15px 15px 15px 165px;
        position: relative;
        width: auto;
    }
        .main-visual-banner-test .column .text p.date {
            bottom: auto;
            left:auto;
            line-height: 150%;
            padding: 0;
            margin:0;
            position: relative;
            width: auto;
        }
        .main-visual-banner-test .column .text h3 {
            font-size: 1.6rem;
            line-height: 150%;
            padding-top: 0px;
            margin: 15px 0 0 0;
        }
    .column-module1-2 {
        margin:0;
        padding: 0 0px;
        width: 100%;
    }
    .column-module1-2 .column {
        float: none;
        margin: 0 0 30px;
        width: 100%;
    }
    .list-news-home li h2 {
        width: 100%;
    }
    .column-module1-3 {
        margin-left: 0%;
    }
    .column-module1-3 .column {
        float: none;
        margin: 0 0 0 0%;
        width: 100%;
    }
    #content-container {
        overflow: hidden;
        padding: 30px 15px 0;
    }
    .page-header {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
        .page-header h1 {
            font-size: 2.4rem;
            font-weight: bold;
        }
    .side-nav {
        display: none;
    }
    .contents-box, .contents-wrapper {
        float: none;
        width: 100%;
    }
    .section-common {
        margin-bottom: 60px;
    }
    #site-link-clematis {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .flexbox1-3{
      margin-left: -0px;
    }

    .flexbox1-3 .grid-item{
      width: 100%;
      margin: 0 0 30px 0px;
      float: none;
    }

/* start-exhibition */
    ul.exhibitions-list li {
        padding-top: 0px;
        margin-bottom: 30px;
    }
    .exhibitions-list-articles-info {
        padding: 20px;
        min-height: 140px;
    }
    .exhibitions-list-articles-info figure {
        float: none;
        height: auto;
        position: absolute;
        left: 20px;
        top:20px;
        width: 100px;
    }
    .exhibitions-list-articles-info-title {
        float: right;
        height: auto;
        padding: 0px 0px 0px 120px;
        position: relative;
        width: 100%;
    }
    .exhibitions-list-articles-info-title .title-box, .text-box-center {
        position: relative;
        top:auto;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
    }
        .exhibitions-list-articles-info-title h2 {
            font-size: 1.8rem;
        }
        .exhibitions-list-articles-info-title span {
            display: block;
            font-size: 1.6rem;
            padding-top: 0px;
            margin-top: 15px;
        }
    .page_nav {
        margin-top: 30px;
    }

    #permanent-exhibition {
        margin-top: 60px;
        padding: 0;
    }

/* start-exhibition-single */
    .exhibition-single .section-header h1 {
        font-size: 2.4rem;
    }
    .contents-slide-show {
        margin-bottom: 30px !important;
        position: relative;
        margin-top: 30px;
    }
    .exhibition-main-text {
        margin-bottom: 60px;
    }
    .single-main-text {
        margin-top: 30px;
    }
    .articles-box-info figure {
        float: none;
        height: auto;
        width: 100%;
    }
        .single-prof .articles-box-info figure {
            float: left;
            height: auto;
            padding-bottom: 35.14%;
            width: 35.14%;
        }
        .single-prof .item-text {
            background: #ffffff none repeat scroll 0 0;
            float: left;
            padding-bottom: 35.14%;
            position: relative;
            width: 64.86%;
        }
    .articles-box-exception figure.figure-bg {
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        padding-bottom: 66.66%;
    }
        .articles-box-info-text {
            width: 100%;
            padding: 15px;
        }

        .articles-box-figure figure {
            float: left;
            height: auto;
            width: 100%;
            max-width: 650px;
            margin: 0 auto;
        }
        .articles-box-figure .articles-box-info-text {
            float: none;
            height: auto;
            padding: 0 0 0 0px;
            width:100%;
        }

    .item-image-bg-s-na {
        float: none;
        font-size: 1.6rem;
        padding-bottom: 66.66%;
        width: 100%;
    }
    .item-text-s {
        float: none;
        padding-bottom: 0;
        position: relative;
        width: 100%;
    }
    .item-info {
        padding: 20px;
        width: 100%;
        position: relative !important;
        margin: 0 !important;
        top:auto !important;
        height: auto !important;
    }
        .articles-box-info p {
        }
        .logo-wlapper figure {
            width: 29.7%;
            float: none;
            margin-bottom: 30px;
        }
        .logo-text {
            clear: both;
            float: none;
            height: auto;
            width: 100%;
        }
    .con-grid-list {
        clear: both;
        content: "";
        display: block;
        margin-left: 0;
    }
    .grid-item {
        float: none;
        position: relative;
        width: 100%;
        max-width: 350px;
        margin: 0 auto 30px;
        height: auto !important;
    }
        .desc p.date {
            height: auto;
        }

    .width1-2 {
        margin-bottom: 30px;
        width: 100%;
    }
    .section-content-box {
        border-top: 1px solid #000000;
        margin-top: 30px;
        padding-top: 30px;
    }
    .main-visual {
        margin-bottom: 30px;
    }

/* start-book */
    .pages-contents-publication .thumbnail-bg-box {
        background: #c9caca none repeat scroll 0 0;
        float: none;
        padding-bottom: 65.14%;
        width: 100%;
        height: 0;
    }
    .thumbnail-bg-inner {
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        float: left;
        padding-bottom: 67.16%;
        width: 100%;
        height: 0;
    }
    .articles-box-info-title {
        float: none;
        height: auto;
        padding: 20px 20px;
        position: relative;
        width: 100%;
    }
    .pages-contents-publication-list .articles-box-info-title {
        float: none;
        height: auto;
        padding: 20px 20px;
        position: relative;
        width: 100%;
    }
    .pages-contents-publication-list .articles-box-info-title .center-horizontal {
        padding: 0 0px;
        position: relative !important;
        top:auto !important;
        margin: 0 !important;
        height: auto !important;
    }

/* start-news */
    .list-news li {
        background-color: #ffffff;
        margin-bottom: 30px;
        min-height: 110px;
        position: relative;
        padding: 20px;
    }
    .list-news li h2 {
        font-size: 1.6rem;
        margin-left: 0px;
        overflow: hidden;
        padding: 0;
    }
    .list-news li p.desc, .list-news li .desc {
        margin-left: 0px;
        padding: 0 0px 0 0;
    }
    .news-thumbnail {
        padding-bottom: 0;
        margin-bottom: 20px;
        position: relative;
        right: auto;
        top: auto;
        width: 50%;
    }
    .list-news li .desc p {
        padding-bottom: 0px;
        margin-bottom: 15px;
    }
    .news-cat {
        font-size: 1.3rem;
        left: auto;
        margin: 0;
        position: relative;
        top: auto;
    }
    .list-news li .posted-date {
        bottom: auto;
        display: inline-block;
        font-size: 1.3rem;
        left: auto;
        position: relative;
    }
    .news-thumbnail-na {
        display: none;
    }
/* start-prof */
    .item-name {
        padding: 0 20px;
        width: 100%;
    }
    .prof-wrap{
        margin-bottom: 60px;
    }
    .prof-wrap figure,
    .prof-wrap .thumbnail-na{
        width: 50%;
        max-width: 200px;
    }
        .thumbnail-na{
            padding-bottom: 33.333%;
        }

/* start-remarks */
    ul.thumbnail-list li:nth-child(odd){
        padding-right: 10px;
    }
    ul.thumbnail-list li:nth-child(even){
        padding-left: 10px;
    }
    ul.thumbnail-list li .credit {
        text-align: left;
    }

/* start-table */
    .bf-contents-main,
    .table-box{
        overflow-x: auto;
        width: 100%;
    }
    table.record {
        width: 470px !important;
    }
    table.info-opendate,
    table.info-ticket {
        width: 470px !important;
    }
    table td.record-year {
        padding: 10px 20px 10px 0;
        width: 20.58%;
    }
    table td.record-event {
        padding: 10px 0;
    }
    table td.info-month {
        padding: 10px 20px 10px 0;
        width: 30%;
    }
    table td.info-type {
        padding: 10px 20px 10px 0;
        width: 30%;
    }
    table td.info-open-date, table td.info-type, table td.info-price {
        padding: 10px 0;
    }

/* start-footer */
    body.home .footer-inner {
        background-color: #f2ede5;
        margin: 0 auto;
        max-width: 1120px;
        padding: 30px 15px 30px;
        position: relative;
    }
    .footer-inner{
        padding: 30px 15px 30px;
    }
    .siteindex-btn, .rf-btn {
        cursor: pointer;
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 12px 0;
        position: relative;
        width: 100%;
    }
    #related-facility-index {
        margin-bottom: 30px;
    }
    #footer-nav {
        float: none;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 0px;
        width: 100%;
        margin-bottom: 15px;
    }
    #area {
        margin-bottom: 30px;
        padding-top: 0px;
    }
    #area p {
        font-size: 1.5rem;
        margin: 0;
    }
    a.kaps:link,
    a.kaps:visited {
        margin: 15px 0 30px;
    }
    p#copyright small{
        font-size: 1.3rem;
    }

    a#page-top:link,
    a#page-top:visited{
        background: url(images/arrow-to-top.png);
        background-size: 40px 40px;
        background-repeat: no-repeat;
        display: block;
        width: 40px;
        height: 40px;
        position: fixed;
        right: 15px;
        bottom: 15px;
        z-index: 100;
    }

/* start-tigger */
    .menu-trigger {
        position: absolute;
        display: block;
        width: 40px;
        height: 28px;
        right: 22px;
        bottom:20px;
        z-index: 999;
    }
    body.en-US .menu-trigger,
    body.it-IT .menu-trigger {
        position: absolute;
        display: block;
        width: 40px;
        height: 28px;
        right: 22px;
        bottom:24px;
        z-index: 999;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000000;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 13px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(13px) rotate(-45deg);
        transform: translateY(13px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-13px) rotate(45deg);
        transform: translateY(-13px) rotate(45deg);
    }
    .lang-container-smp {
        position: absolute;
        right: auto;
        left:18px;
        top: 27px;
    }
    .lang-container ul li {
        font-size: 1.6rem;
    }
    .smp-nav p#site-link-clematis{
        font-size: 1.6rem;
    }
    .smp-nav{
        position: absolute;
        right: 0;
        top: 0;
        width:320px;
        height:auto;
        background-color:#FFFFFF;
        z-index: 998;
        font-size: 2.0rem;
        border-left: 1px solid #000000;
        border-bottom: 1px solid #000000;
        font-family:"見出ゴMB31", "Midashi Go MB31", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        line-height: 1;
    }
    .smp-nav ul.smp-nav-menu{
        padding-top: 125px;
    }
    .smp-nav ul li.smp-menu{
        padding: 20px 25px;
        border-top: 1px solid #000000;
        font-weight: normal;
    }
        .smp-nav ul.smp-sub-nav {
            padding-top: 0px;
            padding-bottom: 15px;
        }
        .smp-nav ul.smp-sub-nav li{
            border-top: 0px solid #000000;
            padding:35px 0 0 0;
            font-size: 1.8rem;
        }
    .menu-trigger-area{
    }
    .menu-trigger-area-btn{
        position: absolute;
        background: rgba(255,255,255,0.8);
        min-height: 100%;
        height: 100vh;
        width: 100%;
        z-index: 98;
        top: 0;
    }
    .lang-container ul{
        width: 75px;
    }
    .smp-btn{
        display: block;
    }
    #smp-exhibitions,
    #smp-about,
    #smp-info,
	#smp-izuphoto{
        display: none;
    }
            
}
/*===============================================
breakpoint:600
===============================================*/
@media screen and (max-width: 600px){
}




