@charset "shift_jis";
/*
	2014 siterewal ver.4.1
*/

/* --------------------------------------------------
#right_container
-------------------------------------------------- */
section.firstview {
	text-align: center;
    height: auto;
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
}
section.firstview h1 {
    width: 100%;
    height: auto;
    padding-top: 17%;
    padding-bottom: 27%;
    text-align: center;
    background-image: url(../image/h2_super_ace_02.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
section.firstview .read{
    font-family: "tbchibirgothicplusk-pro", sans-serif;
    color: #ffffff;
    display: block;
    font-size: calc(19 * ((100vw - 320px) / 2560) + 10px);
    width: 100%;
    text-align: center;
    line-height: 2.0em;
    letter-spacing: 9px;
}
section.firstview h1>img {
    width: 60%;
    max-width: 300px;
    margin: 2.3em auto 0;
}
section.Super{
	font-family: "tbchibirgothicplusk-pro", sans-serif;
    padding: 2.4em;
    line-height: 2.3em;
    background: transparent;
}
section.Super h2{
	font-family :  "aozora-regular","????????" ,  "Yu Mincho" , YuMincho ,  "?q???M?m???? Pro" ,  "Hiragino Mincho Pro" ,  "MS P????" ,  "MS PMincho" , serif;
    font-size: calc(15 * ((100vw - 320px) / 2560) + 25px);
    color: #000;
    margin: 0 auto 0.5em;
    background: transparent;
    font-weight: bold;
    display: block;
    height: auto;
}
section.Super p{
    font-size: calc(8 * ((100vw - 320px) / 2560) + 16px);
    margin: 0 auto;
    line-height: 1.5;
}
.contents{width: 100%;height: auto;overflow: hidden;}
.contents .stripe_bg{
    padding-bottom: 0.1em;
    margin-bottom: 3.0em;
    background: repeating-linear-gradient(314deg, #b6d49b 0.5px, #6eb830 3px, #6eb830 11px, #b6d49b 6px);
}
.contents .about{
    border-radius: 5px;
    background: #FFF;
    padding: 10% 5%;
    margin: 6% 20px;
    height: auto;
}
.contents h2{
	font-family :  "aozora-regular","????????" ,  "Yu Mincho" , YuMincho ,  "?q???M?m???? Pro" ,  "Hiragino Mincho Pro" ,  "MS P????" ,  "MS PMincho" , serif;
    font-size: calc(15 * ((100vw - 320px) / 2560) + 30px);
    color: #fff;
    background: transparent;
    font-weight: bold;
	padding-top: 2.1em;
    padding-right: 0.2em;
    padding-bottom: 0;
	padding-left: 0.2em;
}
.contents h2 small{
    font-family: "tbchibirgothicplusk-pro", sans-serif;
    font-weight: 100;
    color: #ffffff;
    letter-spacing: 0.4em;
}
.contents .about .super-kun {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contents .about .super-kun > img:nth-of-type(1) {width: 80%;}

.contents .about .super-kun > img:nth-of-type(3),
.contents .about .super-kun > img:nth-of-type(4),
.contents .about .super-kun > img:nth-of-type(5){
    width: 80%;
    margin-top: 10px;
}
.contents .about .super-kun .aboutsaimage{width: 100%;padding: 2.2em 0;}
.contents .Series_plan{}
.contents .Series_plan img.title{
    display: block;
    margin: 3.0em auto;
    width: 60%;
    max-width: 300px;
}
.contents .Series_plan .Room_introduction{
    width: 85%;
    height: auto;
    margin: 0 auto 3em;
    padding: 2em 1.5em;
    background-image: url(../image/series_plan_waku-top.png), url(../image/series_plan_waku-bottom.png);
    background-size: 100%, 100%;
    background-position: left top, left bottom;
    background-repeat: no-repeat;
    text-align: center;
}
.contents ul.Group_company{
    display: block;
    height: 100%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 17%;
}
.contents ul.Group_company li{
    width: 49%;
    display: inline-block;
    padding: 0 0.4em;
}
.contents ul.Group_company li img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.contents p {font-size: 16px;line-height: 1.5em;}
.contents .small-text1{font-size: calc(8 * ((100vw - 320px) / 2560) + 13px);}
.contents .ofset-1 {padding: 0px 1em;}
.contents .big-txt1,
.contents .big-txt2,
.contents .big-txt3
{
	font-family :  "???C???I" ,   sans-serif;
    font-size: calc(19 * ((100vw - 320px) / 2560) + 20px);
    color: #6FB92C;
    font-weight: bold;
    padding: 1.3em 0;
    text-align: center;
    display: block;
}
.contents .big-txt2{padding: 0;}
.contents .big-txt3{
	font-family :  "aozora-regular","Yu Mincho",YuMincho,"Hiragino Mincho Pro","MS PMincho",serif;
    color: #000;
    padding: 0;
    margin: 2.5em auto 1.5em;
    height: auto;
}
.contents .btn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 80%;
    margin: 30px auto 0;
    padding: 13px 0px;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #6FB92C;
    border-radius: 9px;
    color: #6FB92C;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 2px 2px 3px rgb(102 102 102 / 32%);
}
.contents .btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(111 185 44);
	transform: translateY(104%);/*??????????*/
	transition: all .3s;
	z-index: -1;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.contents .btn:hover::before {
	transform: translateX(0);
}
.contents .btn:hover {
	color: #fff;
}
.Series_plan .Details{
    width: 96%;
    height: auto;
    margin: 0 auto 2.5em;
    overflow: hidden;
    border: #6fb92c solid 2px;
}
.Series_plan .Details h3{
    font-family :  "???C???I" , sans-serif;
    font-size: calc(11 * ((100vw - 320px) / 2560) + 20px);
    color: #ffffff;
    font-weight: bold;
    padding: 1em 0;
    text-align: center;
    display: block;
    background: repeating-linear-gradient(314deg, #b6d49b 1px, #6eb830 3px, #6eb830 11px, #b6d49b 6px);
}
.Series_plan .Details .inner{padding: 1.75em 1.5em;}
dd.plan-1 {display: block;text-align: center;}
dd.plan-1 picture{width: 100%;display: inline-block;}
dd.plan-1 picture img{width: 100%;}
dd.plan-1 > div.img-wrap {margin-top: -6%;}
dd.plan-1 > div.img-wrap > img {width: 45%;display: inline-block;}
dd.plan-1 > div.img-wrap > img:nth-of-type(2) {margin-left: 10px;}
dd.plan-1 > picture {text-align: center;}
dd.plan-2 {display: block;text-align: center;}
dd.plan-2 picture{width: 100%;display: inline-block;}
dd.plan-2 picture img {width: 100%;}
dd.plan-2 > div.img-wrap {margin-top: 2%;text-align: left;}
dd.plan-2 > div.img-wrap > img {width: 47.5%;display: inline-block; margin-top:10px;}
dd.plan-2 > div.img-wrap > img:nth-of-type(2) {margin-left: 10px;}
dd.plan-2 > div.img-wrap > img:nth-of-type(3) {margin-left: 0px;} 
hr {
    border: #C8C9CA solid 1px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 9px;
}
small.chushaku{
    font-size: 12px;
    line-height: 1.5em;
    display: block;
    width: 96%;
    margin: 5px auto 0 auto;
    color: #999;
}
a.property_search {
    display: block;
    width: 90%;
    max-width: 320px;
    padding: 12px 0;
    background-color: #ee0000;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 100px;
    box-shadow: 1px 3px 3px rgb(102 102 102 / 32%);
    margin: 0 auto;
    font-size: 18px;
}
a.property_search::after {
    position: relative;
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px rgb(255, 255, 255);
    border-right: solid 2px rgb(255, 255, 255);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    right: 5%;
    margin-top: -4px;
}
/* --------------------------------------------------
-----------------------------------------------------
window size 650-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:650px){
.w650-hidden{display: none;}
section.firstview h1 {
    background-image: url(../image/h2_super_ace_02-pc.jpg);
    background-size: 100% 100%;
    width: 100%;
    padding: 8% 0 10%;
}
section.Super {
    font-family: "tbchibirgothicplusk-pro", sans-serif;
    padding: 4.4em 2.4em;
    line-height: 2.3em;
    background: transparent;
}
section.Super h2 {
    font-size: 33px;
}
section.Super p {
    font-size: 18px;
}
.contents .about{
    margin: 6% 50px;
}
.contents h2 {padding-top: 2em;}
.contents .about .super-kun .aboutsaimage {width: 93%;padding: 3.2em 0.5em;}
.contents .about .super-kun > img:nth-of-type(1), 
.contents .about .super-kun > img:nth-of-type(3),
.contents .about .super-kun > img:nth-of-type(4),
.contents .about .super-kun > img:nth-of-type(5){width: 72%;}
.contents ul.Group_company {margin-bottom: 13%;}
.contents .Series_plan .Room_introduction {width: 80%;padding: 2em 3.5em;}
.contents .ofset-1 {padding: 0px 3em;}
.contents .btn {padding: 18px 25px;font-size: 19px;}
dd.plan-1 picture{width: 100%;display: inline-block;}
dd.plan-1 > div.img-wrap {margin-top: -7%;text-align: left;}
dd.plan-1 > div.img-wrap {margin-left: -1%;text-align: center;}
dd.plan-1 > div.img-wrap > img {width: 200px;}
dd.plan-1 > div.img-wrap > img:nth-of-type(2) {margin-left: 3px;}
dd.plan-2 > div.img-wrap > img:nth-of-type(2) {margin-left: 2px;}
dd.plan-2 > div.img-wrap > img:nth-of-type(3) {margin-left: 2px;}
dd.plan-2 > div.img-wrap > img {width: 32.6%;display: inline-block;margin-top: 10px;}
.Series_plan .Details .inner {padding: 2.5em;}
small.chushaku{margin-top: 15px;font-size: 11px;}
a.property_search {max-width: 450px;padding: 18px 0;}
.contents .btn {max-width: 365px;}
}
/* --------------------------------------------------
-----------------------------------------------------
window size 900-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:900px){
	div.mm-page{
		width: 100%;
		margin-top: 96px;
		border-top: 6px solid #c00;
	}
	#main_container{
		margin: 10px auto 0 auto;
		overflow: hidden;
		width: 980px;
	}

    #left_container {
        width: 250px;
        float: left;
        clear: none;
    }
    #right_container {
        width: 700px;
        float: right;
        margin-left: 30px;
    }
}


