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

/*アタリ用あとで削除
.columns1 img{
	outline: 2px solid #000;
	outline-offset: -2px;
}*/
/*レポ用追加*/

.photoname{
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #000;
	font-weight: normal;
	margin: 10px 0px 10px 10px;
	text-align: right;
}
.pc,
.pc2,
.sp{
	width: 100%;
	height: auto;
}
.right_arrow{
	font-size: 1em;
	line-height: 1.4em;
	margin: 5px 10px 0px 0px;
	padding: 0px;
}
.right_arrow a:link,
.right_arrow a:visited{
	color: #06C;
}
.right_arrow a:hover{
	color: #F00;
}		
.right_arrow:before{
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-weight: 900;
	color: #06C;
	padding-right: 0em;/* インデントと揃える */
	font-size: 1em;
	vertical-align: baseline;
}

/*リザルト*/
.repo_midashi01 {
	font-family: sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: bolder;
	color: #000;
	margin: -5px 0px 0px 0px;
	padding: 0px;
}

/*ギャラリー*/
.repo_midashi32 {
	font-family: sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: bolder;
	color: #000;
	margin: -5px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CC0000;
}

/* 最後のアキはspacer */
#gallery .noshadow
{
    width: 30px;
	height: 1px;
    margin: 0.5%;
    border-color: #f9f7f5;
    box-sizing: border-box;
    border: 0px solid rgba( 255, 255, 255, 0 ); 

    -webkit-box-shadow: 0 0 0 rgba( 0, 0, 0, 0 );
    box-shadow: 0 0 0 rgba( 0, 0, 0, 0 );

    -webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
    transition: box-shadow .3s ease, border-color .3s ease;
}
#gallery .noshadow img:hover,
#gallery .noshadow img:focus
{
        border-color: #fff;
        -webkit-box-shadow: 0 0 0 rgba( 0, 0, 0, 0 ); 
        box-shadow: 0 0 0 rgba( 0, 0, 0, 0 ); 
}
/* spacerここまで */


/* 写真販売*/
.photo_midashi1 {
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
	color: #C00;
	height: auto;
	width: auto;
	margin: 30px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.photo_midashi2{
	font-family: sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.photo_midashi3 {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	color: #275216;
	height: auto;
	width: auto;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #275216;
}
.photo_midashi4{
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	font-weight: nomal;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 0px 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #275216;
}
/* 写真販売ボックス*/
.premium1{
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0px;
	text-align: left;
	overflow: auto;
	float: none;
}
.photocreate2{
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0px;
	text-align: left;
	overflow: auto;
	float: none;
}

/* 表彰の下バナーリンク*/
.premium_photo{
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
.premium_photo a img {
	width: 30%;
	max-width: 300px;
}
@media screen and (min-width:350px) {
.premium_photo a img {
    width: 60%;	
}
}
