@charset "UTF-8";
/* CSS Document */
body{font-size: 1.4rem;}

body{
	-webkit-print-color-adjust: exact; 
}
body{
	 padding:0 !important;
	 margin:0 !important;
}
#headerLiner{
	background-color: #e9e1d1;
	text-align: center;
	line-height: 1.8rem;
	padding:0.8rem;
}
#headerLogo{
	width: 100%;
	height: auto;
}
h1{
}
header{
	margin-bottom: 2rem;
}
#globalMenuBack{
	background-color: #fcf8f2;
	margin-bottom:2rem;
}
#globalMenu{
	text-align: center;
}

.contentTitle img{
	width: 100%;
	height: auto;
}
.fixImg{
	width: 100%;
	height: auto;
}
.junlesheet{
	margin-top:1.5rem;
	margin-bottom:3rem;
}
#footer{
	padding-top:3rem;
	padding-bottom: 4rem;
	background-color: #4d030e;
	background-image: url(images/footerBottom.jpg);
	color:#fff;
	text-align: center;
}
#footer h6,#footer h5,#footer p{
	margin:0;
	padding:0;
}
#footer h6{
	font-size: 1.8rem;
	line-height: 2rem;
}
#footer h5{
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 4rem;
	margin-bottom:1rem;
}
#footer .address{
	font-size:1.6rem;
}
#footer .tel{
	font-size: 2.6rem;
	font-weight: bold;
}
#footer .tel span{
	padding-left:1rem;
}

.bigmenu{
	color:#311e01;
	padding-top:15px;
	padding-bottom: 15px;
	border-top:3px solid #311e01;
	border-bottom: 3px solid #311e01;
	position: relative;
	margin-top:30px;
	margin-bottom: 30px;
}
.bigmenu::before, .bigmenu::after{
	position: absolute;
	content: "";
	height:2px;
	width: 100%;
	left: 0;
}
.bigmenu::before{
	border-top:1px dotted #311e01;
	top:3px;
}
.bigmenu::after{
	border-bottom:1px dotted #311e01;
	bottom:3px;
}
.bigmenu b{
	color:#836435;
}

#basicinfo{
	border-collapse: collapse;
	margin:0 auto;
}

#basicinfo tr{
  border-bottom: solid 2px white;
}

#basicinfo tr:last-child{
  border-bottom: none;
}

#basicinfo th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #490c10;
  color: white;
  padding: 10px 0 10px 5%;
}

#basicinfo th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #490c10;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#basicinfo td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 0 10px 5%;
}

.card{
	position: relative;
	margin-top: 20px;
}

.saletag{
	background-size: contain;
	position: absolute;
	top:10px;
	left: 20px;
}
/*slideshow*/
.cp_cssslider {
	width: 100%;
	height:auto;
	overflow: hidden;
	position: relative;
}
.cp_slide_item {
	width: 20%;
	height: auto;
	float: left;
	position: relative;
	position: relative;
}
.cp_slide_item img{
	width: 100%;
	height: auto;
}
.cp_slidewrapper {
	width: 500%;/* slideの枚数×100% */
	position: relative;
	left: 0;
	animation: slider 50s infinite ease;/* スピード */
}
@-webkit-keyframes slider {
	/* 100%を枚数で割った%に割り振る */
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	20% {
	-webkit-transform: translateX(-20%);
	transform: translateX(-20%);
	}
	40% {
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%);
	}
	60% {
	-webkit-transform: translateX(-60%);
	transform: translateX(-60%);
	}
	80% {
	-webkit-transform: translateX(-80%);
	transform: translateX(-80%);
	}
	100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
}
@keyframes slider {
	/* 100%を枚数で割った%に割り振る */
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	20% {
	-webkit-transform: translateX(-20%);
	transform: translateX(-20%);
	}
	40% {
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%);
	}
	60% {
	-webkit-transform: translateX(-60%);
	transform: translateX(-60%);
	}
	80% {
	-webkit-transform: translateX(-80%);
	transform: translateX(-80%);
	}
	100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
}

/*
xs max-width:767
sm min-width:767;max-width:991;
md min-width:992;max-width:1199;
lg min-width:1200;
*/

/*共通*/
.item_images{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
}
.item_images .items{
	width:32%;
	position:relative;
	margin-bottom:0.75em;
	border-radius:10px;
}
.item_images .items::before{
	content: "";
	display: block;
	padding-top: 78%;
}
.item_images .main_item{
	width:98%;
}

/* lg */
@media screen and (min-width: 1200px) {
	html{
		font-size:62.5%;
	}
	body{
		font-size:1.8rem;
		line-height:2.4rem;
	}
	#headerLiner{
		margin-bottom:2rem;
	}
	.mainContent{
		width:1200px !important;
		margin:0 auto;
	}
	#footer{
		padding-top:3rem;
		padding-bottom: 4rem;
		background-color: #4d030e;
		background-image: url(images/footerBottom.jpg);
		color:#fff;
		text-align: center;
	}
	#footer h6,#footer h5,#footer p{
		margin:0;
		padding:0;
	}
	#footer h6{
		font-size: 1.8rem;
		line-height: 2rem;
	}
	#footer h5{
		font-weight: bold;
		font-size: 3.6rem;
		line-height: 4rem;
		margin-bottom:1rem;
	}
	#footer .address{
		font-size:1.6rem;
	}
	#footer .tel{
		font-size: 2.6rem;
		font-weight: bold;
	}
	#footer .tel span{
		padding-left:1rem;
	}
	#basicinfo{
		width:80%;
	}
	.saletag img{
		width: 25%;
		height: auto;
	}
	.bigmenu{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.bigmenu h2{
		font-size:3rem;
		font-weight: bold;
	}
	
	.indexphoto_wrap{
		margin-bottom:3em;
	}
	.indexphoto_wrap::after{
		content:"";
		clear: both;
	   display: block;
	}
	.ip_field{
		width:25%;
		position: relative;
		float: left;
		border: 1px solid #fff;
		box-sizing: border-box;
	}
	.ip_field img{
		width: 100% !important;
		height: auto;
	}
	.ip_field .ip_price{
		position: absolute;
		right: 0;
		bottom: 0;
		background-color: rgba(255,255,255,0.8);
		padding:0.3em 0.8em;
	}
}
/* md PC*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	html{
		font-size:62.5%;
	}
	body{
		font-size:1.8rem;
		line-height:2.4rem;
	}
	#headerLiner{
		margin-bottom:2rem;
	}
	.mainContent{
		width: 992px !important;
		margin: 0 auto;
	}
	#footer{
		padding-top:3rem;
		padding-bottom: 4rem;
		background-color: #4d030e;
		background-image: url(images/footerBottom.jpg);
		color:#fff;
		text-align: center;
	}
	#footer h6,#footer h5,#footer p{
		margin:0;
		padding:0;
	}
	#footer h6{
		font-size: 1.8rem;
		line-height: 2rem;
	}
	#footer h5{
		font-weight: bold;
		font-size: 3.6rem;
		line-height: 4rem;
		margin-bottom:1rem;
	}
	#footer .address{
		font-size:1.6rem;
	}
	#footer .tel{
		font-size: 2.6rem;
		font-weight: bold;
	}
	#footer .tel span{
		padding-left:1rem;
	}
	#basicinfo{
		width:80%;
	}
	.saletag img{
		width: 25%;
		height: auto;
	}
	.bigmenu{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.bigmenu h2{
		font-size:2.4rem;
		font-weight: bold;
	}

	
	.indexphoto_wrap{
		margin-bottom:3em;
	}
	.indexphoto_wrap::after{
		content:"";
		clear: both;
	   display: block;
	}
	.ip_field{
		width:50%;
		position: relative;
		float: left;
		border: 1px solid #fff;
		box-sizing: border-box;
	}
	.ip_field img{
		width: 100% !important;
		height: auto;
	}
	.ip_field .ip_price{
		position: absolute;
		right: 0;
		bottom: 0;
		background-color: rgba(255,255,255,0.8);
		padding:0.3em 0.8em;
	}
}

/*  sm タブレット*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	html,body{
		font-size:5vw !important;
	}
	body{
		line-height:1.8rem;
	}
	h1{
		font-size:0.5rem;
	}
	#headerLiner{
		margin-bottom:1rem;
	}
	.mainContent{width:100% !important;}
	#footer{
		padding-top:3rem;
		padding-bottom: 4rem;
		background-color: #4d030e;
		background-image: url(images/footerBottom.jpg);
		color:#fff;
		text-align: center;
	}
	#footer h6,#footer h5,#footer p{
		margin:0;
		padding:0;
	}
	#footer h6{
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	#footer h5{
		font-weight: bold;
		font-size: 1.8rem;
		line-height: 2rem;
		margin-bottom:1rem;
	}
	#footer .address{
		font-size:1.2rem;
	}
	#footer .tel{
		font-size: 1.6rem;
		font-weight: bold;
	}
	#footer .tel span{
		padding-left:1rem;
	}
	#basicinfo{
		width:100%;
	}
	.saletag img{
		width: 30%;
		height: auto;
	}
	.bigmenu{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.bigmenu h2{
		font-size:1.4rem;
		font-weight: bold;
	}

	.indexphoto_wrap{
		margin-bottom:3em;
	}
	.indexphoto_wrap::after{
		content:"";
		clear: both;
	   display: block;
	}
	.ip_field{
		width:50%;
		position: relative;
		float: left;
		border: 1px solid #fff;
		box-sizing: border-box;
	}
	.ip_field img{
		width: 100% !important;
		height: auto;
	}
	.ip_field .ip_price{
		position: absolute;
		right: 0;
		bottom: 0;
		background-color: rgba(255,255,255,0.8);
		padding:0.1em 0.8em;
		font-size:0.9em;
		line-height: 1.3em;
	}
	.item_images .items{
		width:48%;
	}
	.item_images .main_item{
		width:98%;
	}
}
/* xs スマホ*/
@media screen and (max-width: 767px) {
	html,body{
		font-size:6vw !important;
	}
	body{
		line-height:1.8rem;
	}
	h1{font-size:0.5rem;}
	#headerLiner{
		margin-bottom:1rem;
	}
	.mainContent{width:100% !important;}
	#footer{
		padding-top:3rem;
		padding-bottom: 4rem;
		background-color: #4d030e;
		background-image: url(images/footerBottom.jpg);
		color:#fff;
		text-align: center;
	}
	#footer h6,#footer h5,#footer p{
		margin:0;
		padding:0;
	}
	#footer h6{
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	#footer h5{
		font-weight: bold;
		font-size: 1.8rem;
		line-height: 2rem;
		margin-bottom:1rem;
	}
	#footer .address{
		font-size:1.2rem;
	}
	#footer .tel{
		font-size: 1.6rem;
		font-weight: bold;
	}
	#footer .tel span{
		padding-left:1rem;
	}
	#basicinfo{
		width:100%;
		}
	.saletag img{
		width: 30%;
		height: auto;
	}
	.bigmenu{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.bigmenu h2{
		font-size:1.4rem;
		font-weight: bold;
	}
	
	.indexphoto_wrap{
		margin-bottom:3em;
	}
	.indexphoto_wrap::after{
		content:"";
		clear: both;
	   display: block;
	}
	.ip_field{
		width:50%;
		position: relative;
		float: left;
		border: 1px solid #fff;
		box-sizing: border-box;
	}
	.ip_field img{
		width: 100% !important;
		height: auto;
	}
	.ip_field .ip_price{
		position: absolute;
		right: 0;
		bottom: 0;
		background-color: rgba(255,255,255,0.8);
		padding:0.1em 0.8em;
		font-size:0.9em;
		line-height: 1.3em;
	}
	.item_images .items{
		width:48%;
	}
	.item_images .main_item{
		width:98%;
	}
	
}

