@charset "utf-8";
* {
	margin:0; padding:0;
}

html {
	font-size:16px;
	font-weight:nomal;
	word-wrap: break-word;
	box-sizing:border-box;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color:#000;
	overflow-x:hidden;
}

a {
	text-decoration:none; 
	color:#333;
	margin:0;
    padding:0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover,
li a:hover {

}

a:visited {
	color:#333;
}

img {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	image-rendering: -webkit-optimize-contrast;
}
/*
a img {
	border:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=80);
}
*/

a .imgTranslucent  {
	border:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover .imgTranslucent  {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

a .imgExpansion {
	transform: scale(0.95);
 	transition-duration: 0.5s;
}

a:hover .imgExpansion {
  transform: scale(1.0);
  transition-duration: 0.5s;
}
@media screen and (max-width : 834px) {
	a .imgExpansion {
		transform: scale(1.0)!important;
	 	transition-duration: 0.8s;
	}

	a:hover .imgExpansion {
	  transform: scale(1.0)!important;
	  transition-duration: 0.8s;
	}
}
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}
.diagonalSpaceRight {
	z-index:-1!important;
	transform: skewY(3deg);
  	transform-origin: top right;
  	width:100%;
  	height:200px;
  	position:relative;
  	margin-top:-150px;
}
.diagonalSpaceLeft {
	z-index:-1!important;
	transform: skewY(-3deg);
  	transform-origin: top left;
  	width:100%;
  	height:200px;
  	position:relative;
  	bottom:-200px;
  	margin-top:-150px;
}
.diagonalSpaceEnd {
	z-index:-1!important;
	transform: skewY(3deg);
  	transform-origin: top right;
  	width:100%;
  	height:200px;
  	position:relative;
  	top:-150px;
}

.linkMark {
	position:relative;
	top:0px;
	visibility:hidden;
}

@media screen and (min-width : 835px) {
	.displayPc {
		width:100%;
	}
	.displaySp {
		display:none!important;
	}
}
@media screen and (max-width : 834px) {
	.displayPc {
		display:none!important;
	}
	.displaySp {
		width:100%;
	}
	a:hover .imgExpansion {
		transform: scale(1.1);
	}
}

.common_description_adjust {
    width:1060px;
    text-align:center;
}
@media screen and (max-width : 1060px) {
	.common_description_adjust {
		width:96%;
		height:auto;
		margin:0px auto 0px auto;
		padding:0px 0 0 0;
		float:none;
	}
}
.scroll-fade{opacity: 0; transition: all 2s/*処理にかかる時間*/;}
.scroll-up{opacity: 0; transform: translateY(50px)/*スクロールアップする距離*/; transition: all 1s/*処理にかかる時間*/;}
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 2s/*処理にかかる時間*/;}
.load-up{opacity: 0; transform: translateY(1000px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.load-up.done, .load-fade.done{opacity : 1; transform : translate(0, 0);}

.itemSummary {
	font-size:1.0rem;
	border:1px solid #999;
	border-bottom:none;
	width:100%;
	line-height:160%;
	margin:0;
	padding:0;
	flex-wrap:wrap;
	display:flex;
    box-sizing:border-box;
}
.itemSummary__left {
	width:30%;
	padding:10px 1% 10px 1%;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	background-color:#F2F2F2;
	text-align:left;
    display:flex;
	align-items: center; 
}
.itemSummary__right {
	width:70%;
	padding:10px 1% 10px 1%;
	text-align:left;
	border-bottom:1px solid #999;
	background-color:#fff;
    display:flex;
	align-items: center; 
}
@media screen and (max-width : 834px) {
	.itemSummary__left {
		width:100%;
		padding:0px 15px 0px 15px;
		border-bottom:none;
		border-right:none;
		background-color:#fff;
		text-align:left;
	    display:flex;
		align-items: center;
		font-weight:bold;
		line-height:0;
	}
	.itemSummary__right {
		width:100%;
		padding:0px 15px 10px 15px;
		padding-top:0!important;
		text-align:left;
		border-bottom:1px solid #999;
		background-color:#fff;
	    display:flex;
		align-items: center; 
		line-height:160%;

	}
}















