@charset "UTF-8";
/* CSS Document */

.clearText{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	color: transparent;
}

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{
	
	#photo h4{
		text-align: center !important;
		margin-bottom: 35px !important;
	}
	#photo #mainImage{
		margin-bottom: 50px;
	}
	#photo #mainImage img{
		display: block;
		width: 750px;
		margin: 0 auto;
	}
	
	#photo dl.item{
		display: flex;
		justify-content: space-between;
		width: 700px;
		margin: 0 auto 30px;
	}
	
	#photo dl.item > dt{
		width: 150px;
		font-size: 16px;
		font-weight: bold;
		color: #54061A;
	}
	#photo dl.item dd{
		width: 535px;
	}
	#photo dl.item.period dd{
		font-size: 110%
	}
	#photo dl.item.period dd span{
		margin-right: 3px;
	}
	
	#photo dl.item dd > ul{}
	#photo dl.item dd > ul > li{
		margin-bottom: 10px;
	}
	#photo dl.item dd > ul.howto > li{
		text-indent: -1em;
		padding-left: 1em;
	}
	#photo dl.item dd > ul.howto > li span{
		display: block;
		color: #54061A;
		font-weight: bold;
		margin: 5px 0 5px 0.85em;
	}
	
	#photo ul.sns{
		display: flex;
		justify-content: space-between;
		width: 95px;
		margin: 10px 0 15px 5px;
	}
	#photo ul.sns li{
		width: 38px;
		height: 38px;
	}
	#photo ul.sns li a{
		display: block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#photo ul.sns li.sns_ig a{ background-image: url("../images/sns_ig.png"); }
	#photo ul.sns li.sns_x a{ background-image: url("../images/sns_x.png"); }
	
	#photo ul.caution{
		list-style-type: disc;
		padding-left: 1.25em;
	}
	#photo ul.caution ul{
		margin: 17px 0;
	}
	#photo ul.caution ul li{
		margin: 10px 0;
	}
	
	#photo dl.item dd p{
		margin: 25px 0;
	}
	#photo dl.item dd p:first-child{
		margin: 0 0 10px;
	}
	
	#photo .indent{
		text-indent: -1em;
		padding-left: 1em;
	}
	
	
}

/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

@media screen and (max-width: 768px) {
	
	#photo h4{
		text-align: center !important;
		margin-bottom: 35px !important;
	}
	#photo #mainImage{
		margin-bottom: 20px;
	}
	
	#photo dl.item{
		display: block;
		margin: 0 auto 30px;
	}
	
	#photo dl.item dt{
		font-size: 16px;
		font-weight: bold;
		color: #54061A;
		margin-bottom: 5px;
	}
	#photo dl.item dd{
		padding-left: 5px;
		line-height: 1.4;
	}
	#photo dl.item.period dd{
		font-size: 120%
	}
	#photo dl.item.period dd span{
		margin-right: 3px;
	}
	
	#photo dl.item dd > ul.howto > li{
		text-indent: -1em;
		padding-left: 1em;
	}
	#photo dl.item dd > ul.howto > li span{
		display: block;
		color: #54061A;
		font-weight: bold;
		margin: 5px 0 5px 0.85em;
	}
	
	#photo ul.sns{
		display: flex;
		justify-content: space-between;
		width: 95px;
		margin-top: 8px;
	}
	#photo ul.sns li{
		width: 38px;
		height: 38px;
	}
	#photo ul.sns li a{
		display: block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#photo ul.sns li.sns_ig a{ background-image: url("../images/sns_ig.png"); }
	#photo ul.sns li.sns_x a{ background-image: url("../images/sns_x.png"); }
	
	#photo ul.caution{
		list-style-type: disc;
		padding-left: 1.25em;
	}
	#photo ul.caution ul{
		margin: 17px 0;
	}
	#photo ul.caution ul li{
		margin: 10px 0;
	}
	
	#photo dl.item dd ul{}
	#photo dl.item dd ul li{
		margin-bottom: 15px;
	}
	
	#photo dl.item dd p{
		margin: 15px 0;
	}
	#photo dl.item dd p:first-child{
		margin: 0 0 10px;
	}
	
	#photo .indent{
		text-indent: -1em;
		padding-left: 1em;
	}
	
	
}

