/* IMPORT */


/* ===================================================================
 style info : 全体スタイル

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */


/*----------------------------------------------------
	スライダースタイル
----------------------------------------------------*/
.photo-caption-right {
position: absolute;
right:5px;
bottom:10px;
color:#fff;
font-size:12px;
}
@media ( max-width : 960px ) {
.photo-caption-right {
position: absolute;
right:5px;
bottom:5px;
color:#fff;
font-size:2vw;
}
}
.text_color_black {
color:#000;
}
.sp-thumbnails-container {
margin:20px auto 60px auto;
}

.sp-thumbnail-container img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
}
.sp-selected-thumbnail  img {
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}
.sp-layer {text-align:center;}
@media (max-width:1180px){
.sp-thumbnails-container {
margin:20px auto 20px auto;
}
.sp-thumbnail-container img {
	width:100%;
}
}
.sp-layer {
width:100%;
display:block;
position:absolute;
z-index:999;
left:0;
bottom:0;
}
.sp-layer img {
vertical-align: bottom;
}
#photo {
margin-bottom:10px;
}
.other_gallery {
display:flex;
align-content: space-between;
margin-bottom:40px;
}
.other_gallery li {
width:30.66%;
margin-right:4%;
}
.other_gallery li:nth-child(3n) {
width:30.66%;
margin-right:0%;
}
.other_gallery2 {
display:flex;
align-content: space-between;
margin-bottom:100px;
justify-content: center;
}
.other_gallery2 li {
width:30.66%;
margin-right:4%;
}
.other_gallery2 li:nth-child(3n) {
width:30.66%;
margin-right:0%;
}
#cboxLoadedContent {
  border: 0px solid #fff;
  background: #fff;
}
@media (max-width: 1180px) {
.other_gallery {
margin-bottom:20px;
}
.other_gallery2 {
margin-bottom:60px;
}
#photo_sp {
padding-bottom:40px;
}
}

/*----------------------------------------------------
	PC / SP
----------------------------------------------------*/

.pc {
display:block;
}
.sp {
display:none;
}
@media ( max-width : 960px ) {
.pc {
display:none;
}
.sp {
display:block;
}
}

