@charset "UTF-8";


#main_art_term,
#main_artist,
#main_works {
/*  margin-top: 100px;*/
  padding-bottom: 2em;
}
@media screen and (max-width:768px) {
  #main_art_term,
  #main_artist,
  #main_works {
    margin-top: 0;
    padding: 0 .5em 2em;
  }
}

/* --------------------------------
カスタムフィールド  singleページ
---------------------------------*/
.single-tag {
  display: inline-block;
}
dl {
  display: flex;
  flex-wrap: wrap;
  border-style: none solid solid;
}
dt {
  font-weight: bold;
  width: 100%;
  background: #eee;
}
dd{
  width: 100%;
}
dt, dd {
  margin: 0;
  border-top-style: solid;
  padding: 0 .5rem;
}
dl, dt, dd {
  box-sizing: border-box;
  border: 1px none #dcdcdc;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .headcont {
    display: flex;
    align-items: center;
  }
  header .headbtn p {
    padding: 0;
    margin: 0;
    line-height: 1.2;
    font-size: .8rem;
    text-align: center;
  }
  .headlogo img {
    height: 38px;
  }
  nav ul ul {
    display: none;
  }
}
.single {
  margin: .5rem 0 3rem;
}
.single h2 {
  border-bottom: 3px solid #8900ff;
  margin: 2rem 0 1rem;
  padding: 0 0 .25rem .3rem;
  font-size: 1.5rem;
}
.single h3 {
  border-left: 6px solid #8900ff;
  margin: 2rem 0 1rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}


/* --------------------------------
カスタムフィールド  areaページ
---------------------------------*/

.shoptop{
  padding: 0.8rem;
 margin-top: 50px;
 padding-bottom: 2em;

}
.areapref {
  display: block;
  position: relative;
}
.areapref p {
    margin: .25rem 0;
    font-size: 1.125rem;
    border-bottom: 1px solid #cecece;
    padding: 0 0 .4rem 1.25rem;
}
.areapref > ul > li {
    margin-bottom: .75rem;
}
.areapref ul {
    padding: 0.5rem 0;
}
.areapref li {
    display: inline-block;
    margin-bottom: .5rem;
    padding: 0 .4rem;
}
.areapref > ul > li > ul > li {
    width: auto;
}
/* --------------------------------
archive
---------------------------------*/
.pagenavigation {
  clear: both;
  padding: .5em 0;
  line-height: 1.6em;
  margin-bottom: 2em;
  text-align: center;
  margin-top: 2em;
}
.pagenavigation .current {
  color: #fff;
  background: #f4c565;
}
.pagenavigation span, .pagenavigation a {
  background-color: #f0f0f0;
  color: #000;
  display: inline-block;
  margin: 0 .25rem 0 0;
  padding: .5rem .6rem;
}

/* --------------------------------
美術館・用語・アーティスト・作品　個ページ
---------------------------------*/
dt {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.slide-wrap::-webkit-scrollbar{
  -webkit-appearance: none;
  width: 1px;
 }
.slide-wrap::-webkit-scrollbar-thumb{
  border-radius: 10px;
  background-color: rgba(191, 189, 189, 0.5);
  box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.slide-wrap::-webkit-scrollbar-track-piece:start{
  background: #afafaf;
}
.slide-wrap::-webkit-scrollbar-track-piece:end{
  background: #fff;
}
.side-box {
  flex: 0 0 200px;
  padding: 0 15px;
}
.side-boxm{
  flex: none;
  width: 330px;
  margin: 0 3px;
}
.inners {
  background: #fff;
}
.inners img {
  width: 100%;
  margin-bottom: 1em;
}
span.workstitle{
  display: inline;
}


/* --------------------------------
 作品一覧ページ
---------------------------------*/
/* 検索窓 */
.search input[type="text"] {
  border: solid 2px #ccc8c8;
  font-family: FontAwesome;
  vertical-align: top;
  float: left;
  height: 40px;
  padding: 0 1em;
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
button {
  display: block;
  border: solid 2px #ccc8c8;
  border-left: initial;
  color: #ffffff;
  font-family: FontAwesome;
  vertical-align: top;
  height: 40px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ccc8c8;
  font-size: 17px;
  word-wrap: unset;
  width: 150px;
  padding: 0 10px;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder, {/*検索枠内の文字*/
    color: #7b7777;
}

.tags-keywords__pickup {
  width: 49%;
}
a.tags {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100px;
  border-radius: 3px;
  width: 100%;
}
img.tags {
  transition: 0.2s linear;
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  transform: translateY(-50%);
  filter: brightness(100%);
  transition:all 0.5s ease;
}
span.tags_bottom {
  position: relative;
  top: 28px;
  left: 180px;
  font-size: 30px;
  font-weight: 700;
  color: #eceaea;
  letter-spacing: 3px;
}
a:hover img.tags {
  cursor:pointer;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity:0.7;
  zoom:1;
}
.work_tags li {
  list-style: none;
  display: inline-block;
  margin: .5em .5em .75em 0;
}
.work_tags li a {
  border: solid 1px #ccc;
  border-radius: 3px;
  color: #666;
  padding: 0.5em 0.5em;
}
.workslist .list-box {
  width: 30%;
  margin: 1em;
}
.workslist .list-images {
  height: 300px;
  overflow: hidden;
  text-align: center;
  padding: 2em 2em 0;
}
.workslist .list-images img {
  height: 300px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  input[type="text"] {
    width: 81%;
    margin-left: 0px;
    font-size: 12px;
  }
  .col-md-12.list-imagese{
    margin: 1em .5em 0;
    display: block;
  }
  .tags-keywords__pickup {
    width: 100%;
  }
  span.tags_bottom {
    left: 0px;
    color: #ffffff;
    display: flex;
    justify-content: center;
  }
  .workslist .list-boxs {
    justify-content: space-around;
  }
  .workslist .list-box {
    width: 45%;
    margin: 0;
    padding: 0;
  }
  .workslist .list-images {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 65%;
    overflow: hidden;
    background-color: #a9a9a91c;
    vertical-align: middle;
  }
  .workslist .list-images img {
    object-fit: contain;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
  }

}

/* --------------------------------
作品個ページ　所蔵美術館
---------------------------------*/
.inners-shozou img {
  width: 200px;
  height: auto;
  margin-bottom: .5em;
}
span.shozou,
span.shozou_nolink {
  font-size: 15px;
  margin: 0 0 4px;
}
.side-boxmin {
  padding: 10px 5px 0;
}
p.shozou {
  display: inline-block;
  margin: 15px;
}
.inners{
  display: inline-block;
  width: 100%;
}
.innersbook {
  display: inline-block;
  width: 100%;
}
.innersbook img {
  max-width: 100%;
  height: auto;
  margin-bottom: 3px;
}
.innerspost img{
  max-width: 155px;
  height: 115px;
  margin-bottom: 3px;
}
span.booktitle, span.slide-title {
  float: left;
  width: 100%;
}
.innersbook a {
  font-size: 12px;
}
.innerslink a{
  text-align: center!important;
  padding-top: 0.2em;
  font-size: 1.0rem;
}
.slide  h3 ,
h3.relatepage {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
.boxs {
  display: block;
  margin-bottom: 3em;
}
div.slide-wrap:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 768px) {
  #main{
    padding: 1em .5em;
  }
  .inners,
  .innersbook{
    width: 100%;
  }
  .side-box {
    flex: 0 0 58%;
  }
  .innersbook img {
    max-width: 82%;
    max-height: 180px;
    margin-bottom: 1em;
    min-height: 180px;
  }
  .inners img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
    display: inline-block;
    height: 150px;
  }
  /*----関連作品----------*/
 .side-boxm {
    flex: none;
    width: 50%;
    margin: 0 7px;
  }
 .page{
    margin-top: 2em;
  }
 }


/* --------------------------------
用語・アーティストアーカイブページ：あいうえお順
---------------------------------*/
.headbggray {
  background: #fbfbfb;
  padding: 1rem;
  font-weight: 600;
  color: #5a5959;
  font-size: 19px;
  padding-left: 0.5em;
}
ul.listline {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.listline li {
  margin-top: 0;
  width: 336px;
  margin-top: 16px;
}
a.initial_box {
  color: #2c2e31;
  text-decoration: none;
  border: 1px solid #dce0e3;
  border-radius: 3px;
  padding: 16px;
  display: block;
}
span.initial {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 1rem;
  /* font-weight: 600; */
  box-sizing: inherit;
  display: block;
  color: #151313;
}

/* --------------------------------
美術用語
---------------------------------*/

.slide-wrap{
  overflow-y: hidden;
  overflow-x: scroll;
  margin: 0 auto;
  display: flex;
/*  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;*/
}
.slide-wraps{
  overflow-y: hidden;
  overflow-x: scroll;
  margin: 0 auto;
  display: flex;
  justify-content: end;
}
.inners {
  background: #fff;
}
.inners img {
  width: 100%;
  max-height: 270px;
  margin-bottom: .3em;
}
.inners a {
  font-size: 12px;
  display: inline;
}
.slide h3 ,
 h3.relatepage {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
.boxs {
  display: block;
  margin-bottom: 3em;
}
div.slide-wrap:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 768px) {
  .inners,
  .innersbook{
       width: 100%;
    }
  .inners a {
    font-size: 14px;
    display: block;
    text-align: center;
  }
  .side-boxm{
    width: 80%;
    flex: 0 0 58%;
    margin-right: 1em;
  }
  .innersbook img {
    max-width: 100%;
    max-height: 220px;
    height: auto;
    margin-bottom: .3em;
  }
  .inners img {
    max-width: 100%;
    /* height: auto; */
    margin-bottom: .3em;
    display: inline-block;
    max-height: 250px;
  }
}

iframe.instagram-media {
  width: 95%!important;
}
.apuri_button img {
  float: left;
  padding: 0 0.2em;
  width: 150px;
}
.review {
  background-color: #efefef;
  line-height: 2em;
  margin: 1em 0;
}
