@charset "utf-8";
@media only screen and (min-width: 600px) {

/*body{
	background-color: #f5f5f5;
}*/

/*=================================
アイキャッチここから
=================================*/
div.eyecatch{
	width: 100%;
	height: auto;
	padding-top: 50px;
	background-color: #f5f5f5;
}
div.eyecatch img{
	width: 129px;
	height: auto;
	margin: 0 auto 5px;
	display: block;
}
div.eyecatch h2{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 10px;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1px;
}

/*=================================
mainここから
=================================*/
main{
	width: 100%;
	height: auto;
	/*padding: 45px 0 0;*/
}
.gallery_bg{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 45px 0 0;
	background-color: #f5f5f5;
	overflow: hidden;
}

/*=================================
tab_sectionここから
=================================*/
section.gallery_single_inner{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
}
section.gallery_single_inner .gallery_single{
	width: 980px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
section.gallery_single_inner .gallery_single p{
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 0 auto;
	color: #666666;
}
section.gallery_single_inner .gallery_single p.date{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 9px;
	margin-top: 0;
	letter-spacing: 0;
	color: #848484;
}
section.gallery_single_inner .gallery_single h2{
	font-size: 18px;
	line-height: 28px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
section.gallery_single_inner .gallery_single img{
	width: 100%;
	height: auto;
}
section.gallery_single_inner .gallery_single img.icon{
	width: 123px;
	height: auto;
	border: 1px solid #000000;
	margin-bottom: 36px;
	margin-left: 0;
}
section.gallery_single_inner img{
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 10px 0;
	display: block;
}
section.gallery_single_inner img.size-medium{
	width: 50%;
	height: auto;
}
section.gallery_single_inner img.size-large{
	width: 100%;
	height: auto;
}
section.gallery_single_inner img.size-full{
	width: 100%;
	height: auto;
}
section.gallery_single_inner h3{
	margin: 73px 0 15px;
	padding: 5px 0 15px;
	font-size: 28px;
	font-weight: 800;
	line-height: 34px;
	border-bottom: 2px solid #181818;
}
section.gallery_single_inner h4{
	margin: 30px 0;
	font-size: 24px;
	line-height: 30px;
}
section.gallery_single_inner h5{
	margin: 30px 0;
	font-size: 18px;
	line-height: 24px;
}
section.gallery_single_inner h5 span{
	margin: 30px 0;
	font-size: 18px;
	line-height: 24px;
}
section.gallery_single_inner strong{
	font-weight: 800;
}
section.gallery_single_inner em{
	font-style: italic;
}
table.rps_table{
	width: 100%;
	/*margin: 30px 0;*/
	font-size: 15px;
	line-height: 1.7;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
}
table.rps_table tr{
	border-top: 1px solid #e1e1e1;
}
table.rps_table tr th{
	padding: 26px 24px;
	border-left: 1px solid #e1e1e1;
	background-color: #f3f3f3;
}
table.rps_table tr td{
	padding: 26px 24px;
	background-color: #ffffff;
	border-left: 1px solid #e1e1e1;
}
section.gallery_single_inner blockquote{
	position: relative;
	margin: 30px 0;
	padding: 22px 20px 20px 57px;
	/*background-image: url(../img/know/icon_blockquote.png);*/
	border: 1px solid #ddd;
	font-size: 16px;
	line-height: 2.3;
	letter-spacing: .05rem;
}
section.gallery_single_inner blockquote:before{
	display: block;
	content: "";
	position: absolute;
	background-image: url(../img/know/icon_blockquote.png);
	background-repeat: no-repeat;
	background-size: 16px auto;
	width: 16px;
	height: 25px;
	top: 22px;
	left: 28px;
	color: #181818;
}
section.gallery_single_inner dl.explain{
	border: 1px solid #ddd;
	margin: 30px 0;
	padding: 28px 33px;
}
section.gallery_single_inner dl.explain dt{
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 800;
	line-height: 36px;
	letter-spacing: 1px;
	position: relative;
	top: -44px;
	left: -12px;
}
section.gallery_single_inner dl.explain dd{
	position: relative;
	margin-top: -36px;
	line-height: 25px;
}
section.gallery_single_inner ul.disc{
	margin: 30px 0;
	list-style-type: disc!important;
}
section.gallery_single_inner ul li{
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	padding-left: 15px;
	position: relative;
}
section.gallery_single_inner ul li:before{
	display:inline-block;
	content: "・";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
section.gallery_single_inner ol{
	margin: 30px 0;
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding:0;
}
section.gallery_single_inner ol li{
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	padding-left: 15px;
	position: relative;
}
section.gallery_single_inner ol li:before{
	display:inline-block;
	counter-increment: number;
	content: counter(number)".";
	color: #000000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
section.gallery_single_inner a{
	border-bottom: 1px solid #333333; 
}

/*=================================
btn_areaここから
=================================*/
section.gallery_single_inner .btn_area{
	width: 570px;
	height: auto;
	margin: 59px auto 0;
	text-align: center;
}
section.gallery_single_inner a.to_gallery{
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #fff;
	background-color: #000000;
	padding: 12px 40px;
	margin-right: 40px;
}
section.gallery_single_inner a.to_genre{
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #111111;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 11px 20px;
}
section.gallery_single_inner a.link_banner{
	width: 720px;
	height: auto;
	display: block;
	margin: 88px auto 0;
	box-shadow:0px 0px 20px -2px #9f9f9f;
}
section.gallery_single_inner a.link_banner img{
	width: 720px;
	height: auto;
	display: block;
	margin: 0 auto;
}
section.contact div.inner a{
	display: block;
	width: 220px;
	height: auto;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #fff;
	border: 2px solid #fff;
	padding: 12px 20px;
	margin: 30px auto 0;
	float: none;
}


}












@charset "utf-8";
@media only screen and (max-width: 599px) {

/*=================================
アイキャッチここから
=================================*/
div.eyecatch{
	width: 100%;
	height: auto;
	padding-top: 25px;
	background-color: #f5f5f5;
}
div.eyecatch img{
	width: auto;
	height: 55px;
	margin: 0 auto 5px;
	display: block;
}
div.eyecatch h2{
	text-align: center;
	font-size: 13px;
	font-weight: 800;
	line-height: 18px;
	letter-spacing: 1px;

}

main{
	width: 100%;
	height: auto;
	padding: 28px 0 0;
	background-color: #f5f5f5;
}

/*=================================
tab_sectionここから
=================================*/
section.gallery_single_inner{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
section.gallery_single_inner .gallery_single{
	width: 90%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
section.gallery_single_inner .gallery_single p{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
section.gallery_single_inner .gallery_single p.date{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 9px;
	margin-top: 0;
	letter-spacing: 0;
	color: #848484;
}
section.gallery_single_inner .gallery_single h2{
	font-size: 18px;
	line-height: 28px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
section.gallery_single_inner .gallery_single img{
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}
section.gallery_single_inner .gallery_single img.icon{
	width: 123px;
	height: auto;
	border: 1px solid #000000;
	margin-bottom: 18px;
	margin-left: 0;
}
section.gallery_single_inner img{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 10px auto;
	display: block;
}
section.gallery_single_inner img.size-medium{
	width: 50%;
	height: auto;
}
section.gallery_single_inner img.size-large{
	width: 100%;
	height: auto;
}
section.gallery_single_inner img.size-full{
	width: 100%;
	height: auto;
}
section.gallery_single_inner h3{
	margin: 33px 0 15px;
	padding: 5px 0 15px;
	font-size: 18px;
	font-weight: 800;
	line-height: 24px;
	border-bottom: 2px solid #181818;
}
section.gallery_single_inner h4{
	margin: 15px 0;
	font-size: 16px;
	line-height: 22px;
}
section.gallery_single_inner h5{
	margin: 15px 0;
	font-size: 15px;
	line-height: 21px;
}
section.gallery_single_inner h5 span{
	margin: 15px 0;
	font-size: 15px;
	line-height: 21px;
}
section.gallery_single_inner strong{
	font-weight: 800;
}
section.gallery_single_inner em{
	font-style: italic;
}
table.rps_table{
	width: 100%;
	/*margin: 30px 0;*/
	font-size: 15px;
	line-height: 1.7;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
}
table.rps_table tr{
	border-top: 1px solid #e1e1e1;
}
table.rps_table tr th{
	padding: 15px 8px;
	border-left: 1px solid #e1e1e1;
	background-color: #F3F3F3;
	vertical-align: middle;
	width: 50%;
}
table.rps_table tr td{
	padding: 15px 8px;
	border-left: 1px solid #e1e1e1;
	vertical-align: middle;
}
section.gallery_single_inner blockquote{
	position: relative;
	margin: 30px 0;
	padding: 22px 20px 20px 57px;
	/*background-image: url(../img/know/icon_blockquote.png);*/
	border: 1px solid #ddd;
	font-size: 16px;
	line-height: 2.3;
	letter-spacing: .05rem;
}
section.gallery_single_inner blockquote:before{
	display: block;
	content: "";
	position: absolute;
	background-image: url(../img/know/icon_blockquote.png);
	background-repeat: no-repeat;
	background-size: 16px auto;
	width: 16px;
	height: 25px;
	top: 22px;
	left: 28px;
	color: #181818;
}
section.gallery_single_inner dl.explain{
	border: 1px solid #ddd;
	margin: 30px 0;
	padding: 28px 33px;
}
section.gallery_single_inner dl.explain dt{
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 800;
	line-height: 36px;
	letter-spacing: 1px;
	position: relative;
	top: -44px;
	left: -12px;
}
section.gallery_single_inner dl.explain dd{
	position: relative;
	margin-top: -36px;
	line-height: 25px;
}
section.gallery_single_inner ul.disc{
	margin: 30px 0;
	list-style-type: disc!important;
}
section.gallery_single_inner ul li{
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	padding-left: 15px;
	position: relative;
}
section.gallery_single_inner ul li:before{
	display:inline-block;
	content: "・";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
section.gallery_single_inner ol{
	margin: 30px 0;
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding:0;
}
section.gallery_single_inner ol li{
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	padding-left: 15px;
	position: relative;
}
section.gallery_single_inner ol li:before{
	display:inline-block;
	counter-increment: number;
	content: counter(number)".";
	color: #000000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
section.gallery_single_inner a{
	border-bottom: 1px solid #333333; 
}

/*=================================
btn_areaここから
=================================*/
section.gallery_single_inner .btn_area{
	width: 70%;
	height: auto;
	margin: 37px auto 0;
	text-align: center;
}
section.gallery_single_inner a.to_gallery{
	font-size: 13px;
	font-weight: 800;
	line-height: 15px;
	letter-spacing: 1px;
	color: #fff;
	background-color: #000000;
	padding: 12px 40px;
	margin-bottom: 21px;
	display: block;
}
section.gallery_single_inner a.to_genre{
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 15px;
	color: #111111;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 11px 20px;
	display: block;
}
section.gallery_single_inner a.link_banner{
	width: 90%;
	height: auto;
	display: block;
	margin: 43px auto 0;
	box-shadow:0px 0px 20px -2px #9f9f9f;
}
section.gallery_single_inner a.link_banner img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
section.contact div.inner a{
	display: block;
	width: 220px;
	height: auto;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #fff;
	border: 2px solid #fff;
	padding: 12px 20px;
	margin: 30px auto 0;
	float: none;
}

}