@charset "utf-8";
.gal_main {
    max-width: 900px;
    margin: 0 auto;
}
.gal_title {
    display: block;
    font-size: 1.2rem;
    color: #e95293;
}
.gal_cont {
	box-sizing: border-box;
	margin: 0;
	padding: 10px 10px 30px 10px;
}
.gal_cont .gal_innner {
	overflow: hidden;
	display: block;
	position: relative;
}
.gal_innner {
	overflow: hidden;
}
.gal_main h2 {
	font-size: 30px;
	border-bottom: 2px dotted #c4ac8a;
	font-weight: normal;
	clear: both;
	margin-bottom: 25px;
	color: #e95293;
}
.gal_subhead {
    font-size: 1rem;
    padding-left: 10px;
}
.gal_photo {
	overflow: auto;
	margin-bottom: 50px;
}
.grayscale {
    width: 100%;
    display: block;
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
.grayscale:before {
    border: solid 2px #fff;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.7) inset;
    z-index: 99;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.grayscale:after {
    content: url(../images/common/photo_icon.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
/** Gallery detail **/
.gd-photo__main {
	max-width: 520px;
}
.gd-photo__photo {
	display: none;
	opacity: 0;
}
.gd-photo__photo.is-show {
	display: block;
	animation-duration: .5s;
	animation-name: fade-in;
	-moz-animation-duration: .5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: .5s;
	-webkit-animation-name: fade-in;
	opacity: 1;
}
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-moz-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
.gd-photo__main,
.gd-photo__sub {
	list-style: none;
}
.gd-photo__switch-PC,.gd-photo__switch-SP {
	max-width: 110px;
	cursor: pointer;
	float: left;
	width: calc((100% - 40px ) / 3);
}
.gd-instruct__table {
    text-align: left;
    width: 100%;
    margin-top: 10px;
}
.gd-instruct__table th {
    font-weight: 100;
}
.gd-comment__comment {
	margin: 20px 0;
}
img.grayscale {
    height: 313px;
    width: 100%;
}
.gal_detail-text {
    padding-bottom: 30px;
    line-height: 2;
}
.gd-subtitle {
    padding-bottom: 20px;
}
.gd-subtitle {
    font-size: 1.2rem;
    font-weight: normal;
    /* text-align: left; */
}
.gal_detail-comment {
    padding-top: 20px;
}

.gal_detail-cont {
    padding-bottom: 30px;
}
/* ===================================================================================
for PC min-width: 741px
=================================================================================== */
@media screen and (min-width: 741px) {
	/** Gallery detail **/
	.gd-content {
		max-width: 780px;
		width: 100%;
	}
	.gd-photo__switch-PC:not(:first-child) {
		margin-left: 20px;
	}
	.gd-photo__switch-PC:hover {
		opacity: 0.7;
	}
	.gd-title {
	    font-size: 1.7rem;
	    color: #e95293;
	    font-weight: normal;
	}
	.gd-instruct__table th,
    .gd-instruct__table td {
        padding: 0.5em 0;
    }
    .gd-instruct__table th {
        width: 25%;
        padding-right: 1em;
    }
    .gd-instruct__table td {
        width: 75%;
    }
    .gd-comment {
	    margin-top: 60px;
	}
	.gd-photo {
		width: 50%;
		float: left;
		padding-right: 5%;
		box-sizing: border-box;
	}
	.gd-instruct {
		float: left;
		width: 50%;
	}
}

/* ===================================================================================
for SP max-width: 740px
=================================================================================== */
@media screen and (max-width: 740px) {
	.gal_subhead {
		display: block;
		padding: 0;
	}
	/** Gallery detail **/
	.gd-photo {
		text-align: center;
	}
	.gd-photo__main {
		width: 100%;
		margin: 0 auto;
	}
	.gd-photo__sub {
		display: inline-block;
		margin-top: 10px;
	}
	.gd-photo__switch-SP {
		width: calc((100% - 30px ) / 3);
		float: left;
		padding: 5px;
	}
	.gd-instruct {
		margin-top: 30px;
	}
	.gd-title {
	    font-size: 1.4rem;
	    /* text-align: left; */
	    color: #e95293;
	}
	.gd-instruct__table th,
    .gd-instruct__table td {
        display: block;
        width: 100%;
    }
    .gd-instruct__table th {
        padding: 0.5em 0 0;
    }
    .gd-instruct__table td {
        padding: 0.5em 0;
    }
    .gd-comment {
	    margin-top: 30px;
	}
	.gal_cont.pc_3.res {
		width: 100%;
	}
}
