@charset "UTF-8";

/* --- 魅力トップ --- */


.charm_top_main {
	width: 100%;
	background-color: #f7f7f7;
	padding: 50px 0;
}
.charm_top_wrapper {
	width: 1325px;
	height: 299px;
	margin: 40px auto;
}
.charm3-area {
	height: 360px;
}
.charm_top_wrapper:nth-child(even) .charm_text_float,
.charm_top_wrapper:nth-child(odd) .charm_img_float {
	height: 100%;
	float: left;
	background: #FFF;
}
.charm_top_wrapper:nth-child(even) .charm_img_float,
.charm_top_wrapper:nth-child(odd) .charm_text_float {
	height: 100%;
	float: right;
	background: #FFF;
}
.charm_img_float {
	width: 45%;
}
.charm_text_float {
	width: 55%;
}
.txt-wrap {
	width: 587px;
	margin: 50px;
}
.txt-wrap img {
	width: initial;
	width: auto;
}
.txt-wrap p {
	padding: 30px 53px;
	color: #000;
}
.txt-wrap a {
	padding-left: 53px;
}
.txt-wrap a button {
	border: 1px black solid;
	background: white;
	width: 150px;
	height: 36px;
	font-size: 12px;
	cursor: pointer;
}
.txt-wrap a button span {
	padding-left: 5px;
}
#charm_top {
	width: 1100px;
	margin: 0 auto 50px;
	clear: both;
}
.txt-wrap a button:hover {
	border: 1px #EA512C solid;
	background: #EA512C;
	color: #fff;
	transition: all .3s;
}
.txt-wrap a:hover {
	opacity: unset;
}
#charm_top_title {
	padding: 153px 0 0;
}

#charm_top_title h1 {
	width: 500px;
	margin: 0 auto;
}

#charm_top_menu li {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 12px;
	width: 354px;
}

@media (min-width: 769px)
{
#charm_top_menu li:nth-child(3n) {
	margin-right: 0;
}
}

/*== sp ==*//*==================================================================================*/

@media (max-width: 769px)
{

body {
	background-size: 120% auto;
}
.charm_top_wrapper {
	width: 100%;
	height: auto;
}
.charm_top_wrapper:nth-child(even) .charm_img_float,
.charm_top_wrapper:nth-child(odd) .charm_text_float,
.charm_top_wrapper:nth-child(even) .charm_text_float,
.charm_top_wrapper:nth-child(odd) .charm_img_float {
	float: none;
}
.charm_img_float,
.charm_text_float {
	width: 90%;
	margin: 0 auto;
}
.txt-wrap {
	width: auto;
	margin: 0 20px;
	padding: 20px 0 40px;
}
.txt-wrap p {
  line-height: 1.7;
  font-size: 1.4rem;
	padding: 30px 0px;
}
.txt-wrap p img {
	width: initial;
	display: block;
	margin: 0 auto;
	}
.txt-wrap a {
    padding-left: 0;
}
.txt-wrap a button {
	width: 100%;
	height: 50px;
}
#charm_top {
	width: 90%;
	margin: 0 auto 10%;
}

#charm_top_title {
	padding: 20% 0 0;
}

#charm_top_title h1 {
	width: 100%;
}

#charm_top_menu li {
	margin-right: 0;
	margin-bottom: 5%;
	width: 100%;
}





}

.charm_text_float img{
	max-width: 100%;
}
/* PC画像サイズ指定 */
@media screen and (min-width: 767px) {
	.comfort img {
		max-width: 500px;
	}
	.mirai-setup img {
		max-width: 759px;
	}
	}