/*-----------------
Start Common
-------------------*/
html.no-ie{
	margin-top: 0 !important;
}
html.front{
	height: 100%;
}
html.front body{
	height: 100%;
}
#wpadminbar{
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	opacity: 0.5;
}
#wpadminbar:hover{
	opacity: 1;
}
body{
	margin:0;
	font-family:'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position:relative;
	color: #111111;
	font-size: 14px;
	animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}
p,h1,h2,h3,h4,h5,h6,ul,dl,dt,dd,figure{
	margin:0;
	padding:0;
	font-weight: normal;
}
table{
	border-collapse:collapse;
}
a{
	text-decoration:none;
	color:#111111;
}
p{
	/*line-height:1.3em;*/
    word-break: break-all;
}
img{
	vertical-align:bottom;
	max-width:100%;
}
li{
	list-style:none;
}
.mincho{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.goth{
	font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.din {
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.cl:after{
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
}
.trans {
	transition:0.3s ease-out;
}
.trans:hover {
	opacity:0.5;
	transition:0.3s ease-out;
}
.bold{
	font-weight: bold;
}
.center{
	text-align: center;
}
.wrap{
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
.wrap-short{
	width: 90%;
	max-width: 760px;
	margin: 0 auto;
}
body:after{
	content:"pc";
	display:none;
}
figure {
	text-align: center;
	margin-bottom: 10px;
}
figure img{
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
}
#breadcrumb{
	padding: 30px 0;
	box-sizing:border-box;
	border-bottom: 1px solid #C3C4C4;
}
#breadcrumb .crumb.crumb_1 a{
	color: #a26c7f;
}
#breadcrumb .crumb{
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
}
#breadcrumb .crumb .crumb_line {
	color: #C3C4C4;
}
.talign_center{text-align: center;}
.talign_left{text-align: left;}
.talign_right{text-align: right;}
/*デバイス*/
.pcv{display: block;}
.spv{display: none;}
@media(min-width: 941px){
	body:after{content:"pc"}
}
@media(min-width: 1px) and (max-width: 940px){
	body:after{content:"mo"}
}
@media (min-width: 1px) and (max-width: 790px){
	.trans:hover {opacity: 1;transition: 1s ease-out;}
}
@media (min-width: 1px) and (max-width: 767px){
	body:after{content:"sp"}
	.pcv{display: none;}
	.spv{display: block;}
	#breadcrumb{padding: 15px 0;}
	#breadcrumb .crumb{font-size: 10px;}
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*-----------------
End Common
-------------------*/
