@charset "UTF-8";

.top_logo {
	position: absolute;
	top:35%;
	width:250px;
	left: 0;
	right: 0;
	margin: auto;
}

.top_logo img{
	max-width: 100%;
	max-height: 100%;
	opacity: 0.7;
}

.top_logo img:hover{
     -webkit-filter: invert(100%);
     -moz-filter: invert(100%);
     -o-filter: invert(100%);
     -ms-filter: invert(100%);
     filter: invert(100%);
 }

.mark {
	text-align:center;
	width:100%;
}

.mark *{
	margin-top: 70px;
	margin-bottom: 500px;
	margin-left:auto;
	margin-right:auto;
}

.index_image img {
	width:100%;
	vertical-align: bottom;
}

.news{
	float: left;
	border: 1px solid #000;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 395px;
}

#navi{
	clear: both;
}


.img_news{
	float: left;
	width: 160px;
	height: 160px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img_news img{
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}

#philosophy{
	margin-top:40px;
	margin-bottom:18px;
	max-width: 800px;
}

#topic{
	content: "";
    display: block;
    clear: both;
    max-width: 800px
}

.topic-photo, .topic-photo2{
	float:left;
	overflow:		hidden;
	margin:			2%;
	position:		relative;	/* 相対位置指定 */
}

.topic-photo img, .topic-photo2 img {
	width: 100%;
}

.caption {
	font-size:		140%;
	font-weight: bold;
	text-align: 	center;
	padding-top:	45%;
	color:			#ffffff;
}

.topic-photo .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}

.topic-photo2 a :hover {
	opacity:		0.5;
}

.topic-photo:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

.topic-photo a:hover {
	opacity:		1;	/* マスクを表示する */
}

#store_main{
	max-width:  800px;
}

#store_main img {
	width: 100%;
}

.artist {
	content: "";
    display: block;
    clear: both;
    margin-top:20px;
    max-width: 800px;
}

.name {
	float:left;
	width: 100px;
	height: 80px;
}

/*全体*/
.hidden_box {
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 3px;
    font-size: 65%;
    background: #eeeeee;
    border-radius: 5px;
    cursor :pointer;
    transition: .5s;
}

/*アイコンを表示*/
.hidden_box label:before {
    display: inline-block;
    content: '\f107';
    font-family: 'FontAwesome';
    padding-right: 5px;
    transition: 0.2s;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: silver;
}

/*アイコンを切り替え*/
.hidden_box input:checked ~ label:before {
     content: '\f106';
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 3px 0;
    height: auto;
    opacity: 1;
}

/* ---------------------------------------------------------------- *
レスポンシブ
* ---------------------------------------------------------------- */
@media screen and (max-width:559px) {

	#philosophy img{
		width: 90%;
}

	.topic-photo{
		width:			46%;
	}

	.topic-photo2 {
		width:			46%;
		height: 470px;
	}

	.topic-photo .caption {
		font-size:		90%;
	}

}


@media screen and (min-width:560px) {


	.topic-photo{
		width:			46%;
	}

	.topic-photo2{
		width:			46%;
		height: 410px;
	}

}

@media screen and (min-width:710px) {

	.topic-photo{
		width:			29%;
	}

	.topic-photo2{
		width:			29%;
	}


}


@media screen and (min-width:985px) {

}

line-through{
	color: red;
	text-decoration: line-through
}
span{
	color: black;
}
