@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content:"";
  display:block;
  overflow:hidden;
}
.clearfix:after {
  clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom:1;
}
.clear {
  clear:both;
}


.lp_contents {
	padding: 0px 0 10px;
	margin: 0px 0 10px;
}

.lp_contents .contents {
  width:100%;
}

.lp_contents .contents .wrapper {
  width:1200px;
  margin:0 auto;
  padding: 50px 0px 30px;
}



.lp_contents .contents .wrapper a {

}

/*キャッチフレーズ*/
.lp_contents .contents.catch_wrapper {
	padding: 70px 0;
}
.lp_contents .contents.catch_wrapper .wrapper {
  padding:0;
}
.catch_wrapper .title {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
}
.catch_wrapper .catch {
	text-align: center;
}


/*見出し*/
.lp_contents .contents.h_wrapper {}
.lower_main .lp_contents .contents.h_wrapper h2 {
  position: relative;
}
.lower_main .lp_contents .contents.h_wrapper h2:before {
  content:'';
  position: absolute;
  left:0;
  right:0;
  bottom:-20px;
  margin:0 auto;
  width: 100px;
  height:2px;
}
/*見出し+テキスト*/
.lp_contents .contents.h_text_wrapper {}
.lp_contents .contents.h_text_wrapper .h_text_wrap {
  padding:70px 50px;
}
.lower_main .lp_contents .h_text_wrapper .h_text_wrap h2 {
  padding-bottom: 30px;
  position: relative;
}
.lower_main .lp_contents .h_text_wrapper .h_text_wrap h2:before {
  content:'';
  position: absolute;
  left:0;
  right:0;
  bottom:-2px;
  margin:0 auto;
  width:200px;
  height:2px;
}
.lower_main .lp_contents .h_text_wrapper .h_text_wrap .richtext {
  text-align: center;
}
/*画像*/
.image_wrap {
  width:100%;
  margin: 0 0 20px 0;
}
.image_wrap .large {
  max-width:100%;
}
.image_wrap .middle {
  max-width:70%;
}
.image_wrap .small {
  max-width:50%;
}
/*テキスト*/
.lp_contents .contents.richtext_wrapper {}

.lp_contents .contents.richtext_wrapper .wrapper {}
.lp_contents .contents.richtext_wrapper .wrapper .richtext {
	padding: 0px 50px;
}


/*枠ありテキスト*/
.lp_contents .contents.text_box_wrapper {
  padding:80px 0;
}
.lp_contents .contents.text_box_wrapper .wrapper {
  padding:0;
}
.lp_contents .contents.text_box_wrapper .text_box_wrap {
    padding: 50px 50px;
    border: 1px solid #ddd;
    margin: 0 50px;
}
/*外部参照*/
.lp_contents .contents.a_wrapper {
	padding: 40px 0;
}

.lp_contents .contents.a_wrapper p.link {
  text-align: center;
}
.lp_contents .contents.a_wrapper p.link a {
  letter-spacing: 1px;
  min-width:auto;
  padding:20px 50px;
  text-decoration: none;
  border-radius: 4px;
}
.lp_contents .contents.a_wrapper a:hover {
  opacity: 0.7;
}




/*
::ボタン
*****************************************************/

.lp_contents .contents.lp_btn_wrapper {
	padding: 20px 0;
	margin: 20px 0;
}
.lp_contents .contents.lp_btn_wrapper .wrapper{
	padding:10px 0 10px;
}
.lp_contents .contents.lp_btn_wrapper .wrapper .btn_in {
	text-align: center;
	background: none;
	border: none;
	box-sizing: initial;
	padding: 100px 0;
}
.btn_link {
}
.btn_link a {
  letter-spacing: 1px;
  min-width:auto;
  padding:20px 50px;
  text-decoration: none;
  border-radius: 4px;
}
.btn_link a:hover {
  opacity:0.8;
}
.btn_link a span{

}



/*画像*/
.lp_contents .contents.image_wrap_wrapper{}
.image_wrap {
  text-align: center;
}
/*画像+テキスト/テキスト+画像共通*/
.lp_contents .contents.text_image_wrapper {}
.lp_contents .contents.text_image_wrapper .text_image {
  position: relative;
  margin: 0 0 20px 0;
}
.lp_contents .contents.text_image_wrapper .text_image .richtext {
  padding:50px;
}
/*画像+テキスト*/
.lp_contents .contents.text_image_wrapper .text_image.image_left img {
  float:left;
  margin:0 50px 0 0;
  max-width: 500px;
}
/*テキスト+画像*/
.lp_contents .contents.text_image_wrapper .text_image.image_right img {
  float:right;
  margin:0 0 0 50px;
  max-width: 500px;
}
/*画像2-3枚並び共通*/
.image_box_wrap {
}
.image_box_wrap .image_box img {
  max-width:100%;
}
.image_box_wrap .image_box {
  float:left;
  text-align: center;
}
/*画像2枚並び*/
.lp_contents .contents.image2_wrapper {}
.image_box_wrap.image2 .image_box {
  width:48%;
  margin-right:4%;
}
/*画像3枚並び*/
.lp_contents .contents.image3_wrapper {}
.image_box_wrap.image3 .image_box {
  width:32%;
  margin-right:2%;
}
.image_box_wrap .image_box:last-child {
  margin-right: 0;
}
/*TEL*/
.lp_contents .contents.tel_text_wrapper {}
.tel_text {
  text-align: center;
}
.tel_text a[href^="tel:"] {
	padding:20px 100px;
	line-height: 1.6;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
}
.tel_text a span {
  display: block;
}
.tel_text a span.number {
}
.tel_text a span.text {
}


/*MOVIE*/
.lp_contents .contents.movie_wrapper {}
.movie_wrap {
  text-align: center;
}
/*MAP*/
.lp_contents .contents.map_wrapper {}
.map_wrap {
  text-align: center;
}

/*
::店舗情報
*****************************************************/

.lp_contents .contents.shops_wrapper .shop_image {
  width:40%;
  float: left;
}
.lp_contents .contents.shops_wrapper .shop_image .img {
	margin: 0 0 10px 0;
}
.lp_contents .contents.shops_wrapper .shop_image .movie iframe {
	width: 100%;
}

.lp_contents .contents.shops_wrapper table.shop_table {
  width:59%;
  float: right;
  margin: 0 0 20px 0;
}
.lp_contents .contents.shops_wrapper table.shop_table tr th {
  width:25%;
  padding:15px 10px;
  border:1px solid #dddddd;
  vertical-align: middle;
}
.lp_contents .contents.shops_wrapper table.shop_table tr td {
  width:75%;
  padding:15px 10px;
  background: #ffffff;
  vertical-align: middle;
  border:1px solid #ddd;
}

.lp_contents .contents.shops_wrapper .shop_access {
	margin: 10px 0 30px 0;
	box-shadow: 0px 0px 3px 3px #eee;
	-moz-box-shadow: 0px 0px 3px 3px #eee;
	-webkit-box-shadow: 0px 0px 3px 3px #eee;
}
.lp_contents .contents.shops_wrapper .shop_access .access {
	float: left;
  width:40%;
}
.lp_contents .contents.shops_wrapper .shop_access .access .left_in {
    padding: 40px 40px;
    text-align: center;
}
.lp_contents .contents.shops_wrapper .shop_access .access .material-icons {
    font-size: 48px;
    text-align: center;
    display: inherit;
}

.lp_contents .contents.shops_wrapper .shop_access .access .left_in .access_ttl {
	font-size: 48px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}
.lp_contents .contents.shops_wrapper .shop_access .access .left_in .access_info {

}

.lp_contents .contents.shops_wrapper .shop_access .map {
	float: right;
	width:60%;
}
.lp_contents .contents.shops_wrapper .shop_access .map iframe {
	width:100%;
}

/*
::ギャラリー
*****************************************************/

.lp_contents .contents.galleries_wrapper {
}
.lp_contents .contents.galleries_wrapper .wrapper .gallery {
    padding: 50px 2%;
    width: 96%;
    margin: 0 auto 40px;
}

.lp_contents .contents.galleries_wrapper .wrapper .gallery ul {
    margin: 0 auto;
    width: 100%;
}
.lp_contents .contents.galleries_wrapper .wrapper .gallery ul li {
    padding: 0 0 30px 0;
    margin: 0 0% 40px 30px;
    border-bottom: 1px solid #ddd;
    width: 360px;
    float: left;
}
.lp_contents .contents.galleries_wrapper .wrapper .gallery ul li:nth-child(3n+1) {
    margin-left:0px!important;
}
.lp_contents .contents.galleries_wrapper .wrapper .gallery ul li .name {
    margin: 20px 0 0 0;
	font-size: 20px;
}
.lp_contents .contents.galleries_wrapper .wrapper .gallery ul li .name a {
}

.lp_contents .contents.galleries_wrapper .wrapper .gallery ul li .lp_image {
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 360px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0),0 6px 10px 0 rgba(0,0,0,0.3),0 2px 2px 0 rgba(0,0,0,0.2);
    position: relative;
}

.lp_contents .contents.galleries_wrapper .wrapper .gallery ul li .title {
    margin: 15px 0 0 0px;
    color: #555;
    font-size: 90%;
}

/*
::画像＋キャッチフレーズ
*****************************************************/

.lp_contents .contents.catch_image_wrapper {
}
.lp_contents .contents.catch_image_wrapper .lp_catch_image {
}
.lp_contents .contents.catch_image_wrapper .lp_catch_image .left {
	width: 40%;
	float: left;
}
.lp_contents .contents.catch_image_wrapper .lp_catch_image .right {
	width: 52%;
	float: left;
	padding: 9% 4% 1%;
	text-align: center;
	margin: 40px 0 0 0;
	min-height: 260px;
}

.lp_contents .contents.catch_image_wrapper .lp_catch_image .right .catch {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 60px;
    position: relative;
}
.lp_contents .contents.catch_image_wrapper .lp_catch_image .right .catch::after {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 2px;
    bottom: -20px;
}
.lp_contents .contents.catch_image_wrapper .lp_catch_image .right .richtext {
}

/*
::キャッチコピー＋画像（吹き出しあり）
*****************************************************/

.lp_contents .contents.point_image_wrapper {
}
.lp_contents .contents.point_image_wrapper .lp_point_image {
	position: relative;
	padding: 100px 0 0 0;
	margin: 0 0 50px 0;
}
.lp_contents .contents.point_image_wrapper .lp_point_image .left {
	padding: 6px;
	position: relative;
	top: 0px;
	left: 0;
	width: 800px;
}
.lp_contents .contents.point_image_wrapper .lp_point_image .left .area_in {
	padding: 70px 140px 60px 40px;
	min-height: 150px;
	position: relative;
}
.lp_contents .contents.point_image_wrapper .lp_point_image .left .area_in .point_onepoint {
	position: absolute;
	top: -50px;
	left: 40px;
	padding: 15px 35px 30px;
	text-align: center;
}
.lp_contents .contents.point_image_wrapper .lp_point_image .left .area_in .point_onepoint::after {
	content: "";
	width: 40px;
	height: 1px;
	position: absolute;
	left: 40%;
	border-radius: 0px;
	bottom: 20px;

}
.lp_contents .contents.point_image_wrapper .lp_point_image .left .area_in .point_catch {
	padding: 0 0 10px 0;
	text-align: left;
	margin: 0 0 20px;
	position: relative;
}
.lp_contents .contents.point_image_wrapper .lp_point_image .left .area_in .point_catch::after {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 0px;
    bottom: -5px;
}
.lp_contents .contents.point_image_wrapper .lp_point_image .left .area_in .point_richtext {
}
.lp_contents .contents.point_image_wrapper .lp_point_image .right {
	background: none;
	padding: 0px;
	position: absolute;
	z-index: 100;
	right: 0;
	width: 490px;
	text-align: center;
	top: 40px;
}


/*
::3つの特徴
*****************************************************/

.lp_contents .contents.feature3_wrapper {
	padding: 0px 0;
	}
.lp_contents .contents.feature3_wrapper .wrapper {
	
	}

.lp_contents .contents.feature3_wrapper .lp_feature3_title_wrap {
	text-align: center;
	}

.lp_contents .contents.feature3_wrapper .lp_feature3_title {
	position: relative;
	display: inline-block;
	padding: 0px 60px;
	}
.lp_contents .contents.feature3_wrapper .lp_feature3_title:before,
.lp_contents .contents.feature3_wrapper .lp_feature3_title:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	}
.lp_contents .contents.feature3_wrapper .lp_feature3_title:before {
	left:0;
	}
.lp_contents .contents.feature3_wrapper .lp_feature3_title:after {
	right:0;
	}
	
.lp_contents .contents.feature3_wrapper ul.lp_feature3 {
	position: relative;
	padding: 40px 0 0 0;
	margin: 0 0 30px 0;
	}
.lp_contents .contents.feature3_wrapper ul.lp_feature3 li {
	margin: 0 0 40px 0;
	}
.lp_contents .contents.feature3_wrapper ul.lp_feature3 li .left {
	background: none;
	width: 40%;
	float: left;
	}
.lp_contents .contents.feature3_wrapper ul.lp_feature3 li .right {
	width: 58%;
	float: right;
	padding: 6px;
	margin: 50px 0 0 0;
	}
.lp_contents .contents.feature3_wrapper ul.lp_feature3 li .right .area_in {
	padding: 40px 35px 40px;
	position: relative;
	min-height: 170px;
	}
.lp_contents .contents.feature3_wrapper ul.lp_feature3 li .right .area_in .point_onepoint {	
	position: absolute;
	top: -50px;
	left: 30px;
	padding: 5px 20px 5px;
	text-align: center;
	}
	
.lp_contents .contents.feature3_wrapper ul.lp_feature3 li .right .area_in .point_onepoint::after {	
	content: "";
	width: 40px;
	height: 1px;
	position: absolute;
	left: 28%;
	border-radius: 0px;
	bottom: 15px;	
	}
	
.lp_contents .contents.feature3_wrapper ul.lp_feature3 li .right .catch {
	padding: 0 0 10px 0;
	text-align: left;
	margin: 0 0 20px;
	position: relative;
	}
.lp_contents .contents.feature3_wrapper ul.lp_feature3 li .right .catch::after {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 0px;
    bottom: -5px;
	}
.lp_contents .contents.feature3_wrapper ul.lp_feature3 li .right .richtext {
	}

/*
::3つの特徴（画像なし）
*****************************************************/


.lp_contents .contents.feature3_wrapper ul.lp_feature3.noimg {
	position: relative;
	padding: 40px 0 0 0;
	margin: 0 0 0px 0;
	}
.lp_contents .contents.feature3_wrapper ul.lp_feature3.noimg li {
	margin: 0 0 0px 0;
	}

.lp_contents .contents.feature3_wrapper ul.lp_feature3.noimg li .right {
	width: 90%;
	float: none;
	padding: 6px;
	margin: 50px auto 50px;
	}
.lp_contents .contents.feature3_wrapper ul.lp_feature3.noimg li .right .area_in {
	padding: 50px 60px 30px;
	position: relative;
	}
.lp_contents .contents.feature3_wrapper ul.lp_feature3.noimg li .right .area_in .point_onepoint {	
	position: absolute;
	top: -50px;
	left: 30px;
	padding: 5px 20px 5px;
	text-align: center;
	}
	
.lp_contents .contents.feature3_wrapper ul.lp_feature3.noimg li .right .area_in .point_onepoint::after {	
	content: "";
	width: 40px;
	height: 1px;
	position: absolute;
	left: 28%;
	border-radius: 0px;
	bottom: 15px;
	}	
	
.lp_contents .contents.feature3_wrapper ul.lp_feature3.noimg li .right .catch {
	padding: 0 0 10px 0;
	text-align: left;
	margin: 0 0 20px;
	position: relative;
	}
.lp_contents .contents.feature3_wrapper ul.lp_feature3.noimg li .right .catch::after {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 0px;
    bottom: -5px;
	}
.lp_contents .contents.feature3_wrapper ul.lp_feature3.noimg li .right .richtext {
	}



@media (max-width: 736px) {

	.lp_contents .contents.galleries_wrapper {
	    padding: 20px 0% 0;
	    width: 100%;
	    margin: 0 auto 0px;
	}
	.lp_contents .contents.galleries_wrapper .wrapper .gallery {
	    padding: 3%;
	}
	
	.lp_contents .contents.galleries_wrapper .wrapper .gallery ul li {
	  width:100%;
	  float:none;
	  box-sizing: border-box;
	  margin:0 0% 10px 0;
	  border-bottom: 0;
	}
	.lp_contents .contents.catch_wrapper {
		padding: 20px 0;
		margin: 0 0 30px 0;
	}
	.lp_contents .contents.feature3_wrapper ul.lp_feature3 {
		padding: 20px 0 0 0;
		}
	.lp_contents .contents.feature3_wrapper ul.lp_feature3.noimg li .right {
		width: auto;
		float: none;
		padding: 6px;
		margin: 30px auto;
		}
	.lp_contents .contents.feature3_wrapper ul.lp_feature3.noimg li .right .area_in {
		padding: 20px 10px 20px;
		position: relative;
		}

	.lp_contents .contents.feature3_wrapper ul.lp_feature3.noimg li .right .area_in .point_onepoint {	
		position: absolute;
		top: -30px;
		left: 10px;
		padding: 0px 10px 0px;
		text-align: center;
		font-size: 190%;
		}
		
	.lp_contents .contents.feature3_wrapper ul.lp_feature3.noimg li .right .area_in .point_onepoint::after {	
		content: none;
		}

	.lp_contents .contents.feature3_wrapper ul.lp_feature3.noimg li .right .catch {
		font-size: 18px;
		font-weight: normal;
		padding: 0 0 10px 0;
		text-align: left;
		margin: 0px 0 20px;
		position: relative;
		}
		


}


/*
::クーポン
*****************************************************/

.lp_contents .contents.coupons_wrapper {
	padding: 20px 0;
	}
.lp_contents .contents.coupons_wrapper .lp_coupon {
	}
.lp_contents .contents.coupons_wrapper .lp_coupon ul {
	}
.lp_contents .contents.coupons_wrapper .lp_coupon ul li {
	padding: 10px;
	margin: 0 0 10px 0;
	}
.lp_contents .contents.coupons_wrapper .lp_coupon ul li .left {
	float: left;
	width: 55%;
	padding: 6px;
	}
.lp_contents .contents.coupons_wrapper .lp_coupon ul li .left .area_in {
	padding: 30px 20px;
	position: relative;
	min-height: 246px;
	}
.lp_contents .contents.coupons_wrapper .lp_coupon ul li .left .area_in h3 {
	}
.lp_contents .contents.coupons_wrapper .lp_coupon ul li .left .area_in .name {
	}
.lp_contents .contents.coupons_wrapper .lp_coupon ul li .left .area_in .body {
	margin: 0 0 10px 0;
	}
.lp_contents .contents.coupons_wrapper .lp_coupon ul li .left .area_in table {
	width: 100%;
	}
.lp_contents .contents.coupons_wrapper .lp_coupon ul li .left .area_in table th {
	border-bottom: 1px solid #eeeeee;
	padding: 15px 20px;
	}
.lp_contents .contents.coupons_wrapper .lp_coupon ul li .left .area_in table td {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	padding: 15px 20px;
	vertical-align: middle;
	}

.lp_contents .contents.coupons_wrapper .lp_coupon ul li .right {
	float: right;
	width: 43%;
	}


/*
::店舗 メニューコンテンツ
*****************************************************/

.lp_contents .contents.menus_wrapper {
	
	}

.lp_contents .contents.menus_wrapper .lp_menu {
	margin: 0 0 40px 0;
	}

.lp_contents .contents.menus_wrapper .lp_menu .lp_menu_title_wrap {
	text-align: center;
	}

.lp_contents .contents.menus_wrapper .lp_menu .lp_menu_title_wrap .lp_menu_title {
	position: relative;
	display: inline-block;
	padding: 0px 60px;
	position: relative;
	}

.lp_contents .contents.menus_wrapper .lp_menu .lp_menu_title_wrap .lp_menu_title a {
	text-decoration: none;
	}


.lp_contents .contents.menus_wrapper .lp_menu .lp_menu_title_wrap .lp_menu_title:before,
.lp_contents .contents.menus_wrapper .lp_menu .lp_menu_title_wrap .lp_menu_title:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	right: 0;
	}
	
.lp_contents .contents.menus_wrapper .lp_menu .lp_menu_title_wrap .lp_menu_title:before {
	left: 0;
	}
.lp_contents .contents.menus_wrapper .lp_menu .catch {
	margin: 0 0 20px 0;
	text-align: center;
	}	
.lp_contents .contents.menus_wrapper .lp_menu ul {
	}
.lp_contents .contents.menus_wrapper .lp_menu ul li {
	margin: 0 0% 30px 30px;
	float: left;
	width: 360px;
	box-shadow: 0px 0px 3px 3px #eee;
	-moz-box-shadow: 0px 0px 3px 3px #eee;
	-webkit-box-shadow: 0px 0px 3px 3px #eee;
	}
.lp_contents .contents.menus_wrapper .lp_menu ul li .name {
	text-align: center;
	padding: 10px 0;
	}
.lp_contents .contents.menus_wrapper .lp_menu ul li .name a {
	}
.lp_contents .contents.menus_wrapper .lp_menu ul li .img {
	}
.lp_contents .contents.menus_wrapper .lp_menu ul li .info {
	padding:15px 20px 15px 20px;
	}
.lp_contents .contents.menus_wrapper .lp_menu ul li .info .price {
	text-align: right;
	padding: 0 0 3px 0px;
	margin: 0 0 10px 0;
	}


/*
::RWD
*****************************************************/


@media (max-width: 736px) {

	.lp_contents {
	  padding: 0px 0 10px;
	  margin: 0px 0 10px;
	}
	.lp_contents .contents {
	  width:100%;
	}
	.lp_contents .contents .wrapper {
	  width:98%;
	  margin:0 auto;
	  padding: 1%;
	}
	.lp_contents .contents.menus_wrapper .lp_menu .lp_menu_title_wrap .lp_menu_title {
		font-size: 150%;
		padding: 10px 0px;
	}
	.lp_contents .contents.menus_wrapper .lp_menu .lp_menu_title_wrap .lp_menu_title::before,
	.lp_contents .contents.menus_wrapper .lp_menu .lp_menu_title_wrap .lp_menu_title::after {
		content: none;
	}
	.lp_contents .contents.menus_wrapper .lp_menu ul li {
	    margin: 0 0% 15px;
	    float: none;
	    width: 100%;
	    background: #fff;
	}
	.cross_link ul li {
	}
	.cross_link ul li a {
	}
	.logo_btn_set .btn .tel_wrap .tel_cont .tel {
	    font-size: 30px;
	}

	.lp_contents .contents.richtext_wrapper .wrapper .richtext {
		padding: 0px 1%;
	}

	.lp_contents .contents.catch_image_wrapper .lp_catch_image .left {
	width: 100%;
	float: none;
	margin: 10px 0 0 0;
	}

	.lp_contents .contents.catch_image_wrapper .lp_catch_image .right {
	width: 100%;
	float: none;
	padding: 5% 0% 0%;
	text-align: center;
	margin: 0px 0 0 0;
	min-height: 240px;
	}
	.lp_contents .contents.catch_image_wrapper .lp_catch_image .right .catch {
	    font-family: 'Roboto Condensed', sans-serif;
	    font-size: 180%;
	    margin-bottom: 40px;
	}
	.lp_contents .contents.catch_image_wrapper .lp_catch_image .right .richtext {
	    font-size: 100%;
	    font-weight: bold;
	}

	.lp_contents .contents.catch_image_wrapper .lp_catch_image .right {
	    width: 100%;
	    float: none;
	    padding: 10px 5px;
	    text-align: center;
	    margin: 0px 0 0 0;
	    min-height: auto;
	}

	/*枠ありテキスト*/
	.lp_contents .contents.text_box_wrapper {
	  padding:30px 0;
	  margin: 0 0 20px 0;
	}
	.lp_contents .contents.text_box_wrapper .wrapper {
	  padding:0;
	}
	.lp_contents .contents.text_box_wrapper .text_box_wrap {
	  padding:10px;
	  font-size:14px;
	  text-align: center;
	  margin: 0 0 0 0;
	}


/*見出し*/
	.lp_contents .contents.h_wrapper {}
	.lower_main .lp_contents .contents.h_wrapper h2 {
	  font-size:16px;
	  font-weight: bold;
	  position: relative;
	}
	.lower_main .lp_contents .contents.h_wrapper h2:before {
	  content:'';
	  position: absolute;
	  left:0;
	  right:0;
	  bottom:-10px;
	  margin:0 auto;
	  width:80px;
	  height:2px;
	}
/*見出し+テキスト*/

	.lower_main .lp_contents .h_text_wrapper .h_text_wrap h2 {
	  font-size:16px;
	  font-weight: bold;
	  padding-bottom: 20px;
	  position: relative;
	}
	.lower_main .lp_contents .h_text_wrapper .h_text_wrap h2:before {
	  content:'';
	  position: absolute;
	  left:0;
	  right:0;
	  bottom:-2px;
	  margin:0 auto;
	  width:80px;
	  height:2px;
	}
	.lower_main .lp_contents .h_text_wrapper .h_text_wrap .richtext {
	  font-size:14px;
	}


	.lp_contents .contents.point_image_wrapper .lp_point_image .left {
	    padding: 6px;
	    position: relative;
	    top: 0px;
	    left: 0;
	    width: 95%;
	}
	.lp_contents .contents.point_image_wrapper .lp_point_image .left .area_in {
	    padding: 70px 140px 60px 40px;
	    min-height: 150px;
	    position: relative;
	}

	.lp_contents .contents.point_image_wrapper .lp_point_image .left .area_in {
	    padding: 10px 10px 20px 10px;
	    min-height: 120px;
	    position: relative;
	}
	
	.lp_contents .contents.point_image_wrapper .lp_point_image .left .area_in .point_onepoint {
	    position: inherit;
	    top: 0;
	    left: 0px;
	    padding: 10px 0px 10px;
	    text-align: center;
	    font-size: 120%;
	    font-weight: bold;
	}

	.lp_contents .contents.point_image_wrapper .lp_point_image .left .area_in .point_catch {
	    font-size: 18px;
	    font-weight: normal;
	    padding: 10px 0 10px 0;
	    text-align: left;
	    margin: 0 0 20px;
	    position: relative;
	}
	
	.lp_contents .contents.point_image_wrapper .lp_point_image .left .area_in .point_onepoint::after {
	    content: none;
	}
	.btn_link a {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 0px;
		min-width: auto;
		padding: 5% 0%;
		text-decoration: none;
		border-radius: 4px;
		width: 100%;
		display: block;
	}
	
	.btn_link a span {
	    padding-left: 0px;
	    background: none;
	}

	.lp_contents .contents.feature3_wrapper .lp_feature3_title {
	    font-weight: bold;
	    font-size: 130%;
	    position: relative;
	    display: inline-block;
	    padding: 0px 0px;
	}

	.lp_contents .contents.feature3_wrapper .lp_feature3_title::before,
	.lp_contents .contents.feature3_wrapper .lp_feature3_title::after {
	    content: none;
	}

	.lp_contents .contents.point_image_wrapper .lp_point_image .right {
	    position: inherit;
	    width: 100%;
	    top: 10px;
	}

	.lp_contents .contents.point_image_wrapper .lp_point_image {
	    position: relative;
	    padding: 10px 0 0 0;
	    margin: 0 0 50px 0;
	}

	.btn_link a span {
	    padding-left: 0px;
	    background: none;
	}
	
	.lp_contents .contents.lp_btn_wrapper .wrapper .btn_in {
	    text-align: center;
	    background: none;
	    border: none;
	    box-sizing: initial;
	    padding: 50px 0;
	}

	.lp_contents .contents.feature3_wrapper ul.lp_feature3 li .left {
		background: none;
		width: 100%;
		float: none;
	}
	.lp_contents .contents.feature3_wrapper ul.lp_feature3 li .right {
	    width: 96%;
	    float: none;
	    padding: 6px;
	    margin: 30px 0 0 0;
	}
	.lp_contents .contents.feature3_wrapper ul.lp_feature3 li .right .area_in {
	    padding: 20px 10px 20px;
	    position: relative;
	    min-height: auto;
	}
	.lp_contents .contents.feature3_wrapper ul.lp_feature3 li .right .area_in .point_onepoint {
	    position: absolute;
	    top: -30px;
	    left: 10px;
	    padding: 0px 10px 0px;
	    text-align: center;
	    font-size: 190%;
	}

	.lp_contents .contents.feature3_wrapper ul.lp_feature3 li .right .area_in .point_onepoint::after {
	    content: none;
	}
	.lp_contents .contents.feature3_wrapper ul.lp_feature3 li .right .catch {
	    font-size: 18px;
	    font-weight: normal;
	    padding: 0 0 10px 0;
	    text-align: left;
	    margin: 0px 0 20px;
	    position: relative;
	}

	.lp_contents .contents.feature3_wrapper ul.lp_feature3 li {
	    margin: 0 0 20px 0;
	}

	.lp_contents .contents.coupons_wrapper .lp_coupon ul li {
	    background-color: #fcf3f5;
	    padding: 0px;
	    margin: 0px 0 30px 0;
	}

	.lp_contents .contents.coupons_wrapper .lp_coupon ul li .left {
	    float: none;
	    width: auto;
	    padding: 0px;
	    background-color: #fff;
	}

	.lp_contents .contents.coupons_wrapper .lp_coupon ul li .left .area_in {
	    padding: 10px 5px;
	    margin: 0 0 10px 0;
	    min-height: auto;
	}
	.lp_contents.normal .contents.h_wrapper {
	    padding: 0px 0 0;
	    position: relative;
	}

	.lp_contents .contents.coupons_wrapper .lp_coupon ul li .left .area_in .body {
	    margin: 0 0 10px 0;
	    line-height: 1.2;
	}
	.lp_contents .contents.coupons_wrapper .lp_coupon ul li .left .area_in table td {
	    background-color: #fff;
	    border-bottom: 1px solid #eee;
	    padding: 10px 10px;
	    vertical-align: middle;
	}
	.lp_contents .contents.coupons_wrapper .lp_coupon ul li .left .area_in table th {
	    border-bottom: 1px solid #eee;
	    padding: 0px 5px;
	    text-align: center;
	    vertical-align: middle;
	}
	.lp_contents .contents.coupons_wrapper .lp_coupon ul li .right {
	    float: none;
	    width: 100%;
	}
	.lp_contents .contents.shops_wrapper .shop_image {
	    width: 100%;
	    float: none;
	}

	.lp_contents .contents.shops_wrapper table.shop_table {
	    width: 100%;
	    float: none;
	}
	.lp_contents .contents.shops_wrapper table.shop_table tr td {
	    width: 96%;
	    padding: 10px 2%;
	    border: none;
	    background: #ffffff;
	    vertical-align: middle;
	    display: block;
	}
	.lp_contents .contents.shops_wrapper table.shop_table tr th {
	    width: 96%;
	    padding: 10px 2%;
	    border: none;
	    vertical-align: middle;
	    display: block;
	}
	.lp_contents .contents.shops_wrapper .shop_access .access {
	    float: none;
	    width: 100%;
	}
	.lp_contents .contents.shops_wrapper .shop_access .access .left_in {
	    padding: 30px 10px;
	    text-align: center;
	    font-size: 85%;
	}
	.lp_contents .contents.shops_wrapper .shop_access .map {
	    float: none;
	    width: 100%;
	}
	.lp_contents .contents.h_text_wrapper .h_text_wrap {
	    padding: 30px 10px;
	}

	.lower_main .lp_contents.normal .h_text_wrapper .h_text_wrap .richtext {
	    font-size: 13px;
	}

	.image_box_wrap.image3 .image_box {
	    width: 100%;
	}
	.image_box_wrap .image_box {
	    float: none;
	    text-align: center;
	}

	.lp_contents .contents.h_text_wrapper .h_text_wrap {
	    padding: 30px 10px;
	    margin: 0 0 30px 0;
	}

	.catch_wrapper .title {
	  font-size:28px;
	}
	.catch_wrapper .catch {
	  font-size:16px;
	  font-weight: normal;
	}

/*画像+テキスト/テキスト+画像共通*/
	.lp_contents .contents.text_image_wrapper {}
	.lp_contents .contents.text_image_wrapper .text_image {
	  position: relative;
	  margin: 0 0 20px 0;
	}
	.lp_contents .contents.text_image_wrapper .text_image .richtext {
	  padding:10px;
	  font-size: 14px;
	}
/*画像+テキスト*/
	.lp_contents .contents.text_image_wrapper .text_image.image_left img,
	.lp_contents .contents.text_image_wrapper .text_image.image_right img {
	  float:none;
	  margin:0 0px 0 0;
	  width: 100%;
	}

/*画像2枚並び*/
	.lp_contents .contents.image2_wrapper {
		margin: 0 0 20px 0;
	}
	.image_box_wrap.image2 .image_box {
	  width:100%;
	  margin-bottom:10px;
	}
	/*画像3枚並び*/
	.lp_contents .contents.image3_wrapper {
		margin: 0 0 20px 0;
	}
	.image_box_wrap.image3 .image_box {
	  width:100%;
	  margin-bottom:10px;
	}
	.image_box_wrap .image_box:last-child {
	  margin-right: 0;
	}

/*外部参照*/

	.lp_contents .contents.a_wrapper p.link a {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 0px;
		min-width: auto;
		padding: 5% 0%;
		text-decoration: none;
		border-radius: 4px;
		width: 100%;
		display: block;
	}
	.lp_contents .contents.a_wrapper a:hover {
	  opacity: 0.7;
	}

	.tel_text a[href^="tel:"] {
	padding: 10px 0px;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	margin: 0 0 30px 0;
	}


}














