/*---------------------------------------------------------------------
ã€€CSS : permanent
---------------------------------------------------------------------*/
/* body#permanent; category & color 
/* about çœŒç«‹æ­´å²é¤¨ã¨ã¯ã€€#fad728

/*  TOP
--------------------------------*/
#permanent main#column1 {
  /*    overflow-x: hidden*/
}

#permanent main#column1 #contents {
  width: 100%;
}

#permanent #mainImg {
  margin-bottom: 40px;
}

#permanent #mainImg img {
  margin-bottom: 50px;
}

#permanent #mainImg p {
  text-align: center;
  font-weight: bold;
  font-size: 106%;
  max-width: 80%;
  margin: 0 auto 10px;
}

#permanent #mainImg p span {
  text-align: left;
  display: inline-block;
}

#permanent #areamap {
  padding-bottom: 50px;
}

#permanent #areamap.under {
  width: 100%;
  max-width: 966px;
  margin: auto;
  position: relative;
  padding-bottom: 0;
}

#permanent #areamap .carousel-img {
  display: none
}

#permanent #areamap p.img {
  width: 100%;
  max-width: 966px;
  margin: auto;
  position: relative;
}

#permanent #areamap p.img img {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
}

#permanent #areamap p.img svg {
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #permanent #areamap p.img svg {
    height: auto;
  }
}

#permanent #areamap p.img a {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}

#permanent #areamap p.img a:hover {
  /*     background: rgba(255,255,255,.1); */
}

#permanent #areamap p.img a#area1 {
  width: 41%;
  height: 93%;
  right: 0%;
  top: 0%;
  z-index: 3;
}

#permanent #areamap p.img a#area2 {
  width: 12.1%;
  height: 71%;
  right: 29.3%;
  top: 19%;
  z-index: 3;
}

#permanent #areamap p.img a#area3 {
  width: 30.4%;
  height: 93%;
  right: 29.3%;
  top: 0%;
  z-index: 2;
}

#permanent #areamap p.img a#area4 {
  width: 22.3%;
  height: 93%;
  left: 18.3%;
  top: 0%;
  z-index: 1;
}

#permanent #areamap p.img a#area5 {
  width: 19%;
  height: 93%;
  left: 0%;
  top: 0%;
  z-index: 1;
}

#permanent #areamap.under .view {
  position: absolute;
  width: 7.35%;
  min-width: 35px;
}

#permanent #areamap.under .view img {
  width: 100%
}

#permanent #areamap svg a:hover {
  opacity: .7
}

#permanent .under1 .view.num1 {
  right: 17%;
  bottom: 25%;
}

#permanent .under1 .view.num2 {
  right: 9%;
  top: 15%;
}

#permanent .under1 .view.num3 {
  right: 45%;
  top: -3%;
}

#permanent .under1 .view.num4 {
  right: 69%;
  top: 53%;
}

#permanent .under1 .view.num5 {
  right: 86%;
  top: -5%;
}

#permanent .under1 .view1 {
  right: 17%;
  bottom: 25%;
}

#permanent .under1 .view2 {
  right: 19%;
  top: 19%;
}

#permanent .under1 .view3 {
  right: 30%;
  top: 18%;
}

#permanent .under1 .view4 {
  right: 33%;
  top: 66%;
}

#permanent .under1 .view5 {
  right: 42%;
  top: 10%;
}

#permanent .under1 .view6 {
  right: 45%;
  top: 56%;
}

#permanent .under1 .view7 {
  right: 76%;
  top: 40%;
}

#permanent .under1 .view8 {
  right: 62%;
  top: 63%;
}

#permanent .under1 .view9 {
  right: 84%;
  top: 32%;
}

#permanent .under1 .view10 {
  right: 89%;
  top: 54%;
}

#permanent #guideList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

#permanent #guideList li {
  width: 32%;
  background: #fad728;
  border-radius: 10px;
  padding: 30px 25px;
  margin-bottom: 0;
}

#permanent #guideList li .ttl {
  font-size: 214%;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}

#permanent #guideList li .iconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#permanent #guideList li .ic {
  width: 30%;
  margin-bottom: 0
}

#permanent #guideList li .text {
  width: 70%;
  padding-left: 10px;
  font-size: 106%;
  font-weight: bold;
  margin-bottom: 0
}

#permanent #guideList li .iconWrap img {
  width: 100%;
  height: auto;
  max-width: 200px;
}

#permanent #guideList li:before {
  content: none;
}

@media screen and (max-width: 800px) {
  #permanent #mainImg p br {
    display: none
  }

  #permanent #guideList ul {
    display: block;
  }

  #permanent #guideList ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
  }

  #permanent #guideList li .ttl {
    text-align: center;
    margin-bottom: 10px;
    font-size: 3rem;
  }

  #permanent #guideList li .iconWrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  #permanent #guideList li .ic {
    width: 80px;
  }

  #permanent #guideList li .text {
    width: calc(100% - 80px);
    text-align: left;
  }
}

#permanent #bgWrap {
  position: relative;
  padding: 50px 0;
}

#permanent #bgWrap:after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #3e3e3e;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50vw;
}

#permanent #areaLinks {
  position: relative;
  z-index: 10;
}

#permanent #areaLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#permanent #areaLinks li {
  margin: 0 0 50px 35px;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #6d864e;
  background: #999;
}

#permanent #areaLinks li:first-child,
#permanent #areaLinks li:nth-child(4) {
  margin-left: 0
}

#permanent #areaLinks li:before {
  content: none;
}

#permanent #areaLinks li .img {
  margin-bottom: 0
}

#permanent #areaLinks li .ttl {
  background-image: url(../../common/images/permanent/links_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 215%;
  text-align: center;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  height: 60px;
  line-height: 60px;
  margin: 0;
  color: #fff;
}

#permanent #areaLinks li .ttl span {
  padding: 0 10px
}

#permanent #areaLinks li.cate01 .ttl,
#permanent #areaLinks li.cate01 .ttl span {
  background-color: #ca3956;
}

#permanent #areaLinks li.cate02 .ttl,
#permanent #areaLinks li.cate02 .ttl span {
  background-color: #462a61;
}

#permanent #areaLinks li.cate03 .ttl,
#permanent #areaLinks li.cate03 .ttl span {
  background-color: #1c4937;
}

#permanent #areaLinks li.cate04 .ttl,
#permanent #areaLinks li.cate04 .ttl span {
  background-color: #633d32;
}

#permanent #areaLinks li.cate05 .ttl,
#permanent #areaLinks li.cate05 .ttl span {
  background-color: #293855;
}

#permanent #areaLinks li .linkArea {
  text-align: center;
  margin: 0;
  padding: 30px 10px;
}

#permanent #areaLinks li .linkArea .btn {
  background: #fff;
  font-size: 126%;
  margin-bottom: 0;
}

#permanent #areaLinks li .linkArea .btn:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 100%;
}

#permanent #areaLinks li .linkArea .btn a {
  text-decoration: none;
  display: block;
  padding: 5px 10px 5px 40px;
  font-weight: bold;
}

@media screen and (max-width: 1180px) {
  #permanent #areaLinks ul {
    max-width: 820px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
  }

  #permanent #areaLinks li {
    margin-left: 0;
    width: calc(50% - 40px);
    margin-bottom: 20px;
    max-width: 370px;
    margin: 0 auto 30px !important;
  }
}

@media screen and (max-width: 896px) {
  #permanent #areaLinks li .ttl {
    font-size: 2.3rem;
    background-size: contain;
  }

  #permanent #areaLinks li {
    width: calc(50% - 20px);
    margin-bottom: 10px;
  }

  #permanent #areaLinks li .linkArea {
    padding: 18px 10px;
  }

  #permanent #areaLinks li .linkArea .btn {
    font-size: 1.5rem
  }
}

@media screen and (max-width: 500px) {
  #permanent #areaLinks li {
    width: 100%
  }
}

#permanent #pickupArea {
  padding: 40px 0;
}

#permanent #pickupArea li {
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0;
}

#permanent #pickupArea li.element {
  background: #f2f2f2;
}

#permanent #pickupArea li:not(:first-child) {
  margin-top: 30px
}

#permanent #pickupArea li > .ttl {
  height: 65px;
  line-height: 65px;
  background: url(../../common/images/permanent/bg_img.svg) no-repeat center;
  text-align: center;
  font-weight: bold;
  font-size: 133%;
  margin-bottom: 20px;
  background-size: contain;
}

#permanent #pickupArea li:before {
  content: none;
}

#permanent #pickupArea li .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#permanent #pickupArea li .imgWrap .img {
  width: 400px;
}

#permanent #pickupArea li .imgWrap .img img {
  width: 100%
}

#permanent #pickupArea li .imgWrap .text {
  width: calc(100% - 400px);
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#permanent #pickupArea li .imgWrap .text .genre {
  text-align: center;
  font-size: 133%;
  font-family: 'Noto Serif JP', serif;
  background-image: url(../../common/images/permanent/pickup_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
  line-height: 50px;
  margin: 0 0 30px;
  color: #fff;
}

#permanent #pickupArea li .imgWrap .text .genre.cate_genshi {
  background-color: #ca3956;
}

#permanent #pickupArea li .imgWrap .text .genre.cate_kodai {
  background-color: #462a61;
}

#permanent #pickupArea li .imgWrap .text .genre.cate_tyusei {
  background-color: #1c4937;
}

#permanent #pickupArea li .imgWrap .text .genre.cate_kinsei {
  background-color: #633d32;
}

#permanent #pickupArea li .imgWrap .text .genre.cate_kingendai {
  background-color: #293855;
}

#permanent #pickupArea li .imgWrap .text .ttl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  font-weight: bold;
  font-size: 133%;
}

#permanent #pickupArea li .imgWrap .text .detailWrap {
  color: #1a1a1a;
  font-size: 113%;
}

#permanent #pickupArea li .imgWrap .text .detail {
  width: 100%;
  padding-right: 20px;
  margin-bottom:10px;
}

#permanent #pickupArea li .imgWrap .text .btnWrap {
  width: 300px;
  /*    margin: 0 auto;*/
}

#permanent #pickupArea li .imgWrap .text .btnWrap .btn {
  width: 100%;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
}

#permanent #pickupArea li .imgWrap .text .btnWrap .btn:before {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 90%;
}

#permanent #pickupArea li .imgWrap .text .btnWrap .btn a {
  text-decoration: none;
}

#permanent .iconBtn a {
  display: block;
  background: #4f5961;
  color: #fff;
  width: 300px;
  padding: 10px 60px;
  border: 2px solid #3e3e3e;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-size: 108%;
  margin-top: 10px;
  text-align: center;
}

#permanent .iconBtn a .ic {
  width: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#permanent #linkArea {
  position: relative;
  z-index: 10;
  padding: 50px 0 0;
}

#permanent #linkArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#permanent #linkArea ul li {
  width: calc(20% - 10px);
  padding: 0;
  border-radius: 5px;
  margin: 5px;
  overflow: hidden;
}

#permanent #linkArea ul li a {
  text-align: center;
  font-size: 210%;
  font-family: 'Noto Serif JP', serif;
  background-image: url(../../common/images/permanent/pickup_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 77px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

#permanent #linkArea ul li a:hover {
  opacity: .75
}

#permanent #linkArea ul li a > span {
  padding: 0 5px;
}

#permanent #linkArea ul li a > span .small {
  font-size: 50%;
  display: block;
}

#permanent #linkArea ul li.cate01 a,
#permanent #linkArea ul li.cate01 span {
  background-color: #ca3956;
}

#permanent #linkArea ul li.cate02 a,
#permanent #linkArea ul li.cate02 span {
  background-color: #462a61;
}

#permanent #linkArea ul li.cate03 a,
#permanent #linkArea ul li.cate03 span {
  background-color: #1c4937;
}

#permanent #linkArea ul li.cate04 a,
#permanent #linkArea ul li.cate04 span {
  background-color: #633d32;
}

#permanent #linkArea ul li.cate05 a,
#permanent #linkArea ul li.cate05 span {
  background-color: #293855;
}

#permanent #linkArea ul li:before {
  content: none;
}

#permanent #linkArea ul li a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media screen and (max-width: 600px) {
  #permanent #pickupArea li .imgWrap .text .detail {
    width: 100%;
    padding: 0;
  }

  #permanent .iconBtn a,
  #permanent #pickupArea li .imgWrap .text .btnWrap {
    width: 100%;
  }

}

@media screen and (max-width: 896px) {
  #permanent #pickupArea {
    padding: 20px 0;
  }

  #permanent #pickupArea li .imgWrap {
    position: relative;
    padding-top: 70px;
    display: block;
  }

  #permanent #pickupArea li .imgWrap.noTitle {
    padding-top: 0
  }

  #permanent #pickupArea li .imgWrap .genre {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  #permanent #pickupArea li .imgWrap .img {
    width: 40%;
    float: left;
    margin: 0 15px 5px 0;
  }

  #permanent #pickupArea li .imgWrap .text {
    width: 60%;
    width: 100%;
    padding: 0;
  }

  #permanent #pickupArea li .imgWrap .text .detailWrap {
    display: block
  }

  #permanent #pickupArea li .imgWrap .text .ttl {
    margin-left: calc(40% + 10px);
  }

  #permanent #linkArea {
    padding: 3rem 0 2rem;
  }

  #permanent #linkArea ul li {
    width: calc(33% - 10px);
  }
}

@media screen and (max-width: 640px) {
  #permanent #linkArea {
    padding: 2rem 0 1rem
  }

  #permanent #linkArea ul li {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 420px) {
  #permanent #linkArea ul li {
    width: 100%;
  }
}

#permanent #galleryArea .ttlWrap {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

#permanent #galleryArea .ttlWrap .ttl {
  height: 100px;
  line-height: 100px;
  background: url(../../common/images/permanent/bg_img.svg) no-repeat center;
  text-align: center;
  font-weight: bold;
  font-size: 133%;
  margin-bottom: 0px;
  background-size: contain;
}

#permanent #galleryArea .iconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}

#permanent #galleryArea .iconWrap li {
  width: 55px;
  font-size: 1.2rem;
  word-break: keep-all;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
  padding: 0;
}

#permanent #galleryArea .iconWrap li:before {
  content: none;
}

#permanent #galleryArea .galleryDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
/*
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
*/
}

#permanent #galleryArea .galleryDetail li {
  padding: 0;
  width: calc((100% - 70px) / 3);
  background: #f2f2f2;
  margin-bottom: 35px;
  margin-left: 35px;
  position: relative;
}

#permanent #galleryArea .galleryDetail li:nth-child(3n + 1) {
  margin-left: 0
}

#permanent #galleryArea .galleryDetail li .img {
  /*    position: relative;*/
}

#permanent #galleryArea .galleryDetail li .img img:not(.ic) {
  width: 100%
}

#permanent #galleryArea .galleryDetail li .ic {
  position: absolute;
  display: block;
  width: 13%;
  left: 2%;
  top: 2%;
}

#permanent #galleryArea .galleryDetail li .img .ic + .ic {
  top: 13%;
}

#permanent #galleryArea .galleryDetail li:before {
  content: none
}

#permanent #galleryArea .galleryDetail li .ttl {
  text-align: center;
  color: #fff;
  /*    background: #fad728;*/
  font-weight: bold;
  font-size: 120%;
  padding: 5px;
  margin-bottom: 0;
}

#permanent #galleryArea .galleryDetail li .ttl.genshi {
  background: #ca3956
}

#permanent #galleryArea .galleryDetail li .ttl.kodai {
  background: #462a61
}

#permanent #galleryArea .galleryDetail li .ttl.tyusei {
  background: #1c4937
}

#permanent #galleryArea .galleryDetail li .ttl.kinsei {
  background: #633d32
}

#permanent #galleryArea .galleryDetail li .ttl.kingendai {
  background: #293855
}

#permanent #galleryArea .galleryDetail li .text {
  padding: 15px;
  font-size: 107%;
  font-weight: bold;
  margin-bottom: 0;
}

#permanent #galleryArea .galleryDetail li .text .btn {
  margin-bottom: 0;
}

#permanent #galleryArea .galleryDetail li .text p + p {
  margin-bottom: 0;
}

#permanent #galleryArea .galleryDetail li .text audio {
  display: none;
}

#permanent #galleryArea .iconBtn a {
  margin: 15px auto 0px;
  width: 90%;
  max-width: 300px;
}

#permanent .slider {
  width: 100%
}

#permanent .slick-prev {
  left: 10px;
  z-index: 10;
}

#permanent .slick-next {
  right: 10px;
}

@media screen and (max-width: 1180px) {
  #permanent #galleryArea .galleryDetail li {
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
    margin-left: 20px
  }

  #permanent #galleryArea .iconBtn a {
    padding: 10px 20px;
    font-size: 1.6rem
  }
}

@media screen and (max-width: 740px) {
  #permanent #galleryArea .galleryDetail li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    margin-left: 0
  }

  #permanent #galleryArea .galleryDetail li:nth-child(even) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  #permanent #galleryArea .ttlWrap .ttl {
    margin-bottom: 20px
  }

  #permanent #galleryArea .iconWrap {
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  #permanent #galleryArea .galleryDetail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #permanent #galleryArea .galleryDetail li {
    width: 100%;
    max-width: 370px;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
}

/*印刷用*/
@media print {
  audio{
    display: none;
  }

  #permanent #bgWrap{
    page-break-before: always;
    background: #3e3e3e;
  }
  
  #galleryArea{
    size: A4;
/*    page-break-before: always;*/
    margin: 12mm 7mm;
  }

  main {
    zoom: 90%;
  }


  #bgWrap::after{
    background: none;
  }
  #permanent #galleryArea .galleryDetail li .ic{
    display: none;
  }

  #permanent #areaLinks ul,
  #permanent #galleryArea .galleryDetail,
  #permanent #galleryArea .iconWrap {
    display: inline-block;
  }

  #permanent #areaLinks ul li,
  #permanent #galleryArea .iconWrap li {
    float: left;
  }

  #permanent #galleryArea .galleryDetail li {
    width: 30%;
    float: left;
    min-height: 600px;
  }

}
