@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : store.css
 author     : Ability Consultant
 style info : LA VILLA｜店舗紹介
=================================================================== */
#contents {
	max-width: 1200px;
	margin: auto;
}
@media only screen and (max-width: 1199px) {
  #contents {
		width: 96.25%;
  }
}

/* font-awesome */
/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
html.lower .page_title {
	position: relative;
	width: 100%;
	overflow: hidden;
}
html.lower .page_title h1 {
	font-size: 185%;
	font-weight: 100;
	text-align: right;
	position: absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	right: 27%;
	margin: auto;
	height: 2.5em;
	z-index: 2;
}
html.lower .page_title h1 span {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
	display: block;
	line-height: 1.3;
	color: #fff;
}
html.lower .page_title h1 em {
	font-family: 'Times New Roman', "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", serif;
	font-size: 57%;
	font-style: italic;
	color: #d1ac47;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  html.lower .page_title h1 {
		right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower .page_title h1 {
		right: 3%;
  }
}
html.lower .page_title h1 span {
	color: #424242 !important;
	text-shadow: 0px 0px 10px #FFF;
}
html.lower .page_title h1 em {
	color: #9e671b !important;
	text-shadow: 0px 0px 10px #FFF;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  html.lower .page_title .photo {
		overflow: hidden;
		position: relative;
		width: 2000px;
		left: 50%;
		margin-left: -1000px;
		z-index: 1;
		height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower .page_title .photo {
		position: relative;
		width: 255%;
		max-width: none;
		margin-left: -77.5%;
  }
}

body {
	font-family: 'Times New Roman', "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", serif;
}

#contents {
	overflow: hidden;
}
#contents h3 {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: .2em;
	color: #9e671b;
	border-bottom: 1px dotted #9e671b;
	padding: 3.2em 0 0.3em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents h3 {
		padding: 2em 0 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #contents h3 {
		padding: 2em 0 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  #contents h3 {
		text-align: center;
  }
}
#contents h3 em {
	font-size: 50%;
	display: inline-block;
	margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  #contents h3 em {
		display: block;
  }
}
@media only screen and (max-width: 767px) {
  #contents h3 em {
		margin-left: 0;
  }
}

/* -----------------------------------------------------------
	.topicpath
----------------------------------------------------------- */
#topicpath {
	margin: 1em 0;
}
#topicpath ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}
#topicpath ul li a {
	font-weight: bold;
	text-decoration: none;
}
#topicpath ul li a:hover {
	color: #9e671b;
}
#topicpath ul li:not(:first-child):before {
	content: ">";
	margin-right: .3em;
}

/* -----------------------------------------------------------
	.title
----------------------------------------------------------- */
#contents h2 {
	text-align: center;
	font-size: 158%;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
	font-weight: bold;
	padding: 1em;
}
@media only screen and (max-width: 767px) {
  #contents h2 {
		padding: 1em;
  }
}
#contents h2 em {
	font-size: 60%;
	display: block;
	text-transform: uppercase;
}
#contents h2 span {
	color: #9e671b;
	font-size: 71%;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_intro {
		max-width: 95%;
		width: 95%;
		margin: auto;
  }
}
.con_intro .box_slider .slider {
	position: relative;
	width: 100%;
	text-align: center;
}
.con_intro .box_slider .slider .slick-dots {
	position: absolute;
	bottom: 1em;
	left: 0;
}
.con_intro .box_slider .slider .slick-dots li {
	margin: 0 .8em;
}
.con_intro .box_slider .slider .slick-dots li button:before {
	color: #fff;
	opacity: 1.0;
	font-size: 17px;
}
.con_intro .box_slider .slider .slick-dots .slick-active button:before {
	color: #9e671b;
	opacity: 1.0;
}
.con_intro .box_txt {
	text-align: center;
	margin: 1em 0;
}
.con_intro .box_txt p {
	line-height: 2em;
}
.con_intro .box_txt p:not(:first-child) {
	padding-top: 2.5em;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt p:not(:first-child) {
		padding-top: 2em;
  }
}
.con_intro .box_btn {
	text-align: center;
	margin: 1em auto;
	width: 20%;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_btn {
		width: 92%;
		margin: 1em 4%;
  }
}
.con_intro .box_btn a {
	position: relative;
	z-index: 2;
	display: block;
	padding: 1.5em 0;
	background: #c0812b;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	-moz-transition: background 0.5s, color 0.5s;
	-o-transition: background 0.5s, color 0.5s;
	-webkit-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_btn a {
		padding: .75em 0;
  }
}
.con_intro .box_btn a:before {
	position: absolute;
	display: block;
	content: "";
	height: 200%;
	width: 10%;
	background: #000;
	top: -50%;
	left: 0%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition: left 0.5s, opacity 0.5s;
	-o-transition: left 0.5s, opacity 0.5s;
	-webkit-transition: left 0.5s, opacity 0.5s;
	transition: left 0.5s, opacity 0.5s;
}
.con_intro .box_btn a:hover {
	background: #000;
	color: #c0812b;
}
.con_intro .box_btn a:hover:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	left: 130%;
}
.con_intro .box_btn a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	width: 100%;
	padding: 0.7em 0;
	margin-top: .5em;
	font-size: 108%;
	color: #fff;
	background: #c0812b;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_btn a {
		padding: 1em 0;
  }
}
.con_intro .box_btn a:hover {
	color: #fff;
}

/* -----------------------------------------------------------
	.con_plan
----------------------------------------------------------- */
.con_plan {
	float: left;
	width: 65%;
	width: 65%;
}
@media only screen and (max-width: 767px) {
  .con_plan {
		float: none;
		padding-bottom: 1.2em;
		max-width: 95%;
		width: 95%;
		margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan {
		width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan {
		width: 100%;
  }
}
.con_plan .box_item .item_con {
	overflow: hidden;
	border-bottom: 1px dotted #d1ac47;
	padding-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan .box_item .item_con {
		padding-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_item .item_con {
		padding-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_item .item_con {
		max-width: 95%;
		width: 95%;
		margin: auto;
  }
}
.con_plan .box_item .item_con .item_title {
	font-size: 129%;
	margin: 1em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan .box_item .item_con .item_title {
		margin: 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_item .item_con .item_title {
		margin: 1em 0 0.5em;
  }
}
.con_plan .box_item .item_con .item_left {
	float: left;
	width: 28%;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_item .item_con .item_left {
		float: none;
		width: 100%;
  }
}
.con_plan .box_item .item_con .item_left .item_img {
	width: 100%;
}
.con_plan .box_item .item_con .item_left .item_img img {
	width: 100%;
}
.con_plan .box_item .item_con .item_left a {
	position: relative;
	z-index: 2;
	display: block;
	padding: 1.5em 0;
	background: #9c3437;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	-moz-transition: background 0.5s, color 0.5s;
	-o-transition: background 0.5s, color 0.5s;
	-webkit-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_item .item_con .item_left a {
		padding: .75em 0;
  }
}
.con_plan .box_item .item_con .item_left a:before {
	position: absolute;
	display: block;
	content: "";
	height: 200%;
	width: 10%;
	background: #ff0000;
	top: -50%;
	left: 0%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition: left 0.5s, opacity 0.5s;
	-o-transition: left 0.5s, opacity 0.5s;
	-webkit-transition: left 0.5s, opacity 0.5s;
	transition: left 0.5s, opacity 0.5s;
}
.con_plan .box_item .item_con .item_left a:hover {
	background: #ff0000;
	color: #9c3437;
}
.con_plan .box_item .item_con .item_left a:hover:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	left: 130%;
}
.con_plan .box_item .item_con .item_left a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	width: 100%;
	padding: 0.7em 0;
	margin-top: .5em;
	font-size: 108%;
	color: #fff;
	background: #9c3437;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_plan .box_item .item_con .item_left a {
		padding: 0.7em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_item .item_con .item_left a {
		padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_item .item_con .item_left a {
		margin: .5em 0;
  }
}
.con_plan .box_item .item_con .item_left a:hover {
	color: #fff;
}
.con_plan .box_item .item_con .item_right {
	float: right;
	width: 70%;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_item .item_con .item_right {
		float: none;
		width: 100%;
  }
}
.con_plan .box_item .item_con .item_right .item_txt {
	line-height: 2em;
	padding-bottom: .5em;
}
.con_plan .box_item .item_con .item_right .item_txt:first-child {
	margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_item .item_con .item_right .item_txt:first-child {
		margin-bottom: 0;
  }
}

/* -----------------------------------------------------------
	.con_info
----------------------------------------------------------- */
.con_right {
	float: right;
	width: 65%;
	width: 30%;
}
@media only screen and (max-width: 767px) {
  .con_right {
		float: none;
		max-width: 95%;
		width: 95%;
		margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_right {
		width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_right {
		width: 100%;
  }
}
.con_right .con_staff .box_staff .item_con {
	overflow: hidden;
	margin: 1em 0 0.5em;
}
@media only screen and (max-width: 767px) {
  .con_right .con_staff .box_staff .item_con {
		margin: 0.5em 0;
  }
}
.con_right .con_staff .box_staff .item_con .item_name {
	float: left;
	font-size: 129%;
	line-height: 1;
	padding-top: 55px;
}
.con_right .con_staff .box_staff .item_con .item_name em {
	font-size: 75%;
}
.con_right .con_staff .box_staff .item_con .item_img {
	float: right;
	display: inline-block;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	padding: 5px;
	margin: 8px;
}
.con_right .con_staff .box_staff .item_con .item_img img {
	width: 100%;
}
.con_right .con_staff .box_staff .item_txt {
	clear: both;
}
.con_right .con_media dl {
	font-size: 100%;
}
.con_right .con_media dl dt {
	padding-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_right .con_media dl dt {
		padding-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_right .con_info .box_add {
		text-align: center;
  }
}
.con_right .con_info .box_add .txt_add {
	margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_right .con_info .box_add .txt_add {
		margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_right .con_info .box_add .txt_add {
		margin-bottom: 0.5em;
  }
}
.con_right .con_info .box_add .txt_add .txt_name {
	font-size: 129%;
	margin: 1em 0;
}
@media only screen and (max-width: 767px) {
  .con_right .con_info .box_add .txt_add .txt_name {
		margin: 0.5em 0;
  }
}
.con_right .con_info .box_add .txt_add p {
	line-height: 2em;
}
.con_right .con_info .box_add .txt_add p a {
	color: #d1ac47;
}
@media only screen and (max-width: 767px) {
  .con_right .con_info .map iframe {
		width: 100% !important;
  }
}
