@charset "UTF-8";

html:not(.ua-desktop-windows) #main > .wrapper,
html:not(.ua-desktop-windows) #topContents + div,
html:not(.ua-desktop-windows) #gallery .pswp__caption__center {font-family: "Ryumin Regular KL", serif;}

.mobileOnly {display: none;}
.pcOnly {display: block;}
.wrapper {width: 90%; padding: 40px 0 0;}
.annotation {text-align: center; font-size: 14px; line-height: 1.8;}
.note {text-align: center; color: #f00;}

.relatedLink a {display: inline-block; background: url(/jp/fukukan2016/img/arrow_right.png) no-repeat 14px center; border: 1px solid #ccc; padding: 7px 14px 7px 28px; text-decoration: none;}
.relatedLink a:hover {border: 1px solid #7F0019;}

#topContents {position: relative; background: none; z-index: 1; width: auto; height: auto; margin: 0 auto;}
#topContents img {z-index: 1; width: 100%; height: auto; position: relative;}
#topContents h1 {position: absolute; top: 25%; margin: auto; width: 38%; bottom: auto; left: 0; right: 0; height: 50%; z-index: 100;}
#topContents h1 img {bottom: 0;}
#topContents img {vertical-align: bottom;}
.mainVisual {max-width: 900px; margin: 0 auto 40px;}
/*.mainVisual * {box-sizing: border-box;}*/
.mainVisual img {width: 100%;}
.mainVisual li img {opacity: 0.6;}

@media only screen and (max-width : 767px){
	/*#topContents h1 {width: 60%;}*/
}

#topContents .outsideWrap {
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#main p {margin: 20px auto;}
#main p.title {margin: 20px 0 10px 0; font-size: 16px; display: inline-block; }
#main p.lead {text-align: center; font-size: 16px;}

@media only screen and (max-width : 767px){
	#main p.title,
	#main p.lead {font-size: 15px;}
}

.price {font-size: 15px;}
.itemName,
.price .num {font-size: 28px;}

.wideImage.fukukanImg {text-align: center;}
.wideImage.fukukanImg img {width: 60%;}
@media only screen and (max-width : 767px){
	.wideImage.fukukanImg img {width: 100%;}
}

.item ul {clear: both; width: 100%;}
.item li {float: none; display: inline-block; vertical-align: top; position: relative; width: 32%; height: 520px; box-sizing: border-box; padding: 0 15px; cursor: pointer; overflow: hidden; position: relative;}

.item li img {width: 100%; border-radius: 50%;}
#main .item li p.caption {margin-bottom: 10px; font-size: 12px; position: relative;}
#main .item li p.caption:before {
     content: ""; display: block; position: absolute; top: 0; height: 100%; width: 100%;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}


#main .item li .cap.all p.caption:before {display: none;}
#main .item li .cap .annotaion {font-size: 12px;}

.ua-ie-8 #main .item li p.caption {height: 40px; overflow: hidden;}
.ua-ie-8 #main .item li .cap.all p.caption {height: auto; overflow: visible;}


#main p.title .region {display: block; font-size: 12px;}

.item li .caption .studio {display: inline-block; margin: 10px 0 20px; font-size: 12px; width: 100%;}
.item li .caption .studio .address {margin: 10px 0;}
.item li .caption .studio .info,
.item li .caption .studio .tel {display: block; margin: 3px 0;}
.more {cursor: pointer; font-size: 12px; position: absolute; z-index: 100; top: 120px;}
.more:hover {text-decoration: underline;}
.item li .more img {width: 20px; height: auto;}
.hp a {text-decoration: underline;}

.shop ul {text-align: center;}
.shop li { display: inline-block; margin: 5px 10px; font-size: 14px;}

#shopList dl {box-sizing: border-box; padding: 20px; background: #f7f7f7; margin: 0 0 20px; display: none; overflow: hidden;}
#shopList dt {font-weight: bold; padding: 15px 0 0;}
#shopList dt:nth-child(1) {padding-top: 0;}
#shopList dd {display: inline-block; padding: 3px 30px 3px 0; margin: 0; }
.area {font-weight: bold; padding: 10px 0 10px 40px; margin-top: 10px; cursor: pointer; background: url(/jp/fukukan2016/img/open.png) no-repeat 10px center; border-bottom: 1px solid #eee;}
.area.active { background: url(/jp/fukukan2016/img/close.png) no-repeat 10px center;}


@media only screen and (max-width : 767px){
	.mobileOnly {display: block;}
	.pcOnly {display: none;}
	#topContents {width: 100%; overflow: hidden; background-size: 150%;}
	#topContents .wrap {height: auto; overflow: hidden;}
	#topContents {z-index: 1; margin: 0; position: relative;}
	#topContents img {width: 100%; height: auto;}
	.item li {width: 49%; height: 320px;}
}

@media only screen and (max-width : 600px){
	#main .item li p.caption:before {height: 100%;}
}

@media only screen and (max-width : 480px){
	#topContents {background-size: 215%;}
}

.photoswipe-gallery {width: 100%; display: inline-block;}
.photoswipe-gallery figure {display: inline-block; vertical-align: top; position: relative; width: 32%; height: auto; box-sizing: border-box; padding: 20px 3%; cursor: pointer; overflow: hidden; position: relative;}
.photoswipe-gallery figure img {width: 100%; height: auto; border-radius: 50%; margin: 0;}
.pswp__caption__center .region {margin-left: 20px; color: #999;}

@media only screen and (max-width : 767px){
	.photoswipe-gallery figure:nth-child(2n+1) {width: 48%; padding: 20px 1% 0 1%; margin-right: 2%;}
	.photoswipe-gallery figure:nth-child(2n) {width: 48%; padding: 20px 1% 0 1%;}
	.pswp__caption__center p.title {margin: 0;}
}

figure a {display: block;}
figure p.caption {
	overflow: hidden;
	display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;}

 .pswp__caption__center p.caption {
  -webkit-line-clamp: none;
  line-clamp: none;
 }
 @media only screen and (max-width : 767px){
 	.pswp__caption__center p.caption {font-size: 13px;}
 }

#main figcaption p.caption {font-size: 12px; margin: 0; max-height: 46px;}
#main p.about {font-size: 13px; text-align: center; line-height: 1.6; padding: 20px 0; color: #666; max-width: 700px;}
.about a {text-decoration: underline;}
.pswp__caption__center span.studio {display: block; font-size: 11px; color: #999; margin-top: 5px;}
.pswp__caption__center span.studio span {display: block;}

#main aside.share {border: none; text-align: center; color: #999; font-size: 12px; margin: 0 auto; padding: 20px 0 0 0;}
aside.share a {width: 22px; height: auto; display: inline-block; margin: 0 0 0 10px;}
aside.share a img {width: 100%; vertical-align: middle; opacity: .6;}
aside.share a img.fbBtn {width: 85%;}

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

@media screen and (max-width: 374px) {
  .scrollArea > ul > li {padding: 1%; width: 18%;}
}
.scrollArea {visibility: hidden; /*min-height: 700px;*/ overflow: hidden;}
.scrollArea > ul > li {list-style: none; width: 18%; float: left; padding: 1%; z-index: 10;}

@media (max-width: 599px) {
  .mainVisual > p {right: 15%; font-size: 35px;}
  /*.scrollArea {min-height: 400px;}*/
  .scrollArea > ul > li {padding: 1%; width: 18%;}
}

/* photo swipe */
#gallery .pswp__caption__center {color: #333;}
#gallery .pswp__caption__center .title {font-size: 15px;}
#gallery .pswp__caption__center .region {color: #333; font-size: 12px; display: block; margin-left: 0;}
.photoswipe-gallery figure img, #gallery .pswp__img {border-radius: 50%;}
#gallery .pswp__caption, #gallery .pswp__top-bar {background-color: rgba(0, 0, 0, 0);}
#gallery .studio {color: #333;}
.pswp__item {background-color: #fff;}

#main p.lead a {text-decoration: underline;} 

#trademark {position: absolute; top: 0; right: 0;}
#trademark img {height: 20px; margin: 25px 0 0 20px;}

