@charset "utf-8";

video {
    width: 750px;
    height: auto;
    aspect-ratio: 16 / 9;
}
/* for SP */
@media screen and (max-width: 640px) {
video {
    width: 92%;
    height: auto;
    aspect-ratio: 16 / 9;
}
}


/* ---------------------------------------------------------
                                for top_image
--------------------------------------------------------- */
#top_image {
    width: 100%;
    min-width: 1200px;
    height: auto;
    display: inline-block;
    background: #000000;
    aspect-ratio: 1309 / 600;
}
img.dummy {
    width: 100%;
    min-width: 1200px;
    height: auto;
    display: inline-block;
}

/* for SP */
@media screen and (max-width: 640px) {
#top_image {
    display: none;
}
img.dummy {
    min-width: 100%;
}
}

/* ---------------------------------------------------------
                                for info
--------------------------------------------------------- */
#info {
    width: 100%;
    height: 120px;
    margin-top: -11px;
    background: #45cca8;
}
#info ul {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}
#info ul li:first-child {
    width: 1000px;
    padding-top: 45px;
    text-align: left;
    font-family: 'Hiragino Sans W6';
    font-size: 44px;
    line-height: ;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: ;
    float: left;
    box-sizing: border-box;
}
#info ul li:first-child span {
    font-family: 'Hiragino Sans W3';
    font-size: 14px;
    line-height: ;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
}
#info ul li:last-child {
    width: 48px;
    height: 48px;
    margin-top: 36px;
    text-align: center;
    box-sizing: border-box;
    float: right;
}
.arrow_w {
    width: 14px;
    height: 14px;
    margin: 0 auto;
    margin-top: 16px;
    margin-left: 14px;
    border:2px solid;
    border-color: #5c6a57 #5c6a57 transparent transparent;
    transform: rotate(-315deg);
}

/* for SP */
@media screen and (max-width: 640px) {
#info {
    width: 100%;
    height: auto;
}
#info ul {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
}
#info ul li:first-child {
    width: 100%;
    padding-top: 20px;
    font-size: 7.0vw;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
    float: none;
}
#info ul li:first-child span {
    margin-top: 18px;
    font-size: 2.8vw;
    line-height: 1.6;
}
#info ul li:last-child {
    margin-top: 20px;
    text-align: center;
    float: none;
    display: inline-block;
}
.arrow_w {
    width: 3.0vw;
    height: 3.0vw;
    margin: 0 auto;
    margin-top: 18px;
    margin-left: 15px;
    border:2px solid;
    border-color: #5c6a57 #5c6a57 transparent transparent;
    transform: rotate(-315deg);
}
}

/* ---------------------------------------------------------
                                for point
--------------------------------------------------------- */
#point {
    width: 100%;
    height: auto;
    padding: 30px 0 50px;
    background: #5c6a57;
    box-sizing: border-box;
}
#point ul {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: inline-block;
}
#point li:first-child {
    width: 800px;
    height: auto;
    font-family: 'Hiragino Sans W6';
    font-size: 22px;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
    line-height: 1.6;
    text-align: left;
    float: left;
}
#point li:first-child p {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Hiragino Sans W3';
    font-size: 60px;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
    line-height: 1.2;
}
#point li:first-child span {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 75px;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
    line-height: 1.6;
}
#point li:last-child {
    width: 369px;
    height: auto;
    margin-top: 124px;
    font-family: 'Hiragino Sans W3';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: ;
    line-height: 1.2;
    color: #ffffff;
    text-align: left;
    float: right;
}
#point li:last-child p {
    margin-top: 10px;
    font-family: 'Hiragino Sans W3';
    font-size: 22px;
    font-weight: 400;
    letter-spacing: ;
    line-height: 1.2;
    color: #ffffff;
}
#point li:last-child p span {
    font-family: 'Hiragino Sans W6';
    font-size: 32px;
    font-weight: 700;
    letter-spacing: ;
    line-height: 1.2;
    color: #ffffff;
}
#point #point_list {
    width: 100%;
    height: auto;
}
#point #point_list ul {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}
#point #point_list li {
    width: 270px;
    height: 208px;
    margin-right: 40px;
    font-family: 'Hiragino Sans W6';
    font-size: 18px;
    color: #e1ea00;
    letter-spacing: ;
    line-height: 1.6;
    text-align: center;
    border: 2px solid #e1ea00;
    border-radius: 6px;
    float: left;
    box-sizing: border-box;
}
#point #point_list li:last-child {
    margin-top: 0;
    margin-right: 0;
}
#point #point_list li p {
    margin-top: 28px;
}
#point #point_list li span {
    margin-top: 15px;
    font-family: 'Hiragino Sans W6';
    font-size: 28px;
    line-height: ;
    color: #e1ea00;
    letter-spacing: ;
    line-height: 1.2;
    display: inline-block;
}
#point #point_list li img {
    width: 10px;
    height: 17px;
    margin: 0 auto;
    margin-top: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}
#point #point_list li a {
    width: 100%;
    height: 100%;
    padding-top: 28px;
    font-family: 'Hiragino Sans W6';
    font-size: 18px;
    line-height: ;
    color: #e1ea00;
    letter-spacing: ;
    line-height: 1.6;
    border-radius: 6px;
    display: block;
    box-sizing: border-box;
    position: relative;
}
#point #point_list li a:hover {
    background: #445041;
}

/* for SP */
@media screen and (max-width: 640px) {
#point ul {
    width: 92%;
}
#point li:first-child {
    width: 100%;
    font-size: 4.8vw;
    text-align: center;
    float: none;
}
#point li:first-child p {
    font-size: 9.0vw;
    line-height: 1.4em;
    font-weight: 700;
}
#point li:first-child span {
    font-size: 13.0vw;
    line-height: 1.4em;
    font-weight: 700;
}
#point li:last-child {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 6%;
    font-size: 3.6vw;
    text-align: center;
    float: none;
}
#point li:last-child p {
    margin-top: 6%;
    font-size: 4.4vw;
}
#point li:last-child p span {
    font-size: 7.0vw;
}
#point li:last-child img {
    width: 80%;
    height: auto;
}
#point #point_list ul {
    width: 92%;
    margin-top: 3%;
}
#point #point_list li:nth-child(1n) {
    width: 48%;
    height: 208px;
    margin-top: 3%;
    margin-right: 0;
    float: left;
}
#point #point_list li:nth-child(2n) {
    width: 48%;
    height: 208px;
    margin-top: 3%;
    margin-right: 0;
    float: right;
}
#point #point_list li:last-child {
    margin-top: 3%;
    margin-right: 0;
}
#point #point_list li span {
    font-size: 5.8vw;
    font-weight: 700;
}
#point #point_list li a {
    width: 100%;
    height: 100%;
    padding-top: 28px;
    font-family: 'Hiragino Sans W6';
    font-size: 3.6vw;
    line-height: ;
    color: #e1ea00;
    letter-spacing: ;
    line-height: 1.6;
    border-radius: 6px;
    display: block;
    box-sizing: border-box;
    position: relative;
}
#point #point_list li a:hover {
    background: none;
}
}

/* ---------------------------------------------------------
                                for news
--------------------------------------------------------- */
#news {
    width: 100%;
    min-width: 1200px;
    height: 85px;
    margin-bottom: 180px;
    background: #9da79a;
    box-sizing: border-box;
}
#news ul {
    width: 1200px;
    height: 85px;
    margin: 0 auto;
}
#news li:first-child {
    width: 160px;
    height: 85px;
    padding-top: 28px;
    text-align: left;
    background: #9da79a;
    box-sizing: border-box;
    float: left;
}
#news li {
    width: 950px;
    height: 85px;
    background: #f0ede9;
    float: left;
}
#news li:last-child {
    width: 90px;
    height: 85px;
    text-align: right;
    background: #9da79a;
    float: left;
}
#news li:last-child a {
    width: 100%;
    height: 100%;
    padding-top: 28px;
    box-sizing: border-box;
    display: block;
}

/* for SP */
@media screen and (max-width: 640px) {
#news {
    min-width: 100%;
    height: auto;
    margin-bottom: 12%;
}
#news ul {
    width: 100%;
    height: auto;
}
#news li:first-child {
    width: 100%;
    height: auto;
    padding-top: 3%;
    padding-bottom: 2%;
    text-align: center;
    float: none;
}
#news li:first-child img {
    width: 32%;
    height: auto;
}
#news li {
    width: 100%;
    float: none;
}
#news li:last-child {
    display: none;
}
}

/* ---------------------------------------------------------
                                for ttl01
--------------------------------------------------------- */
.ttl01 {
    width: 100%;
    min-width: 1200px;
    height: auto;
    margin-bottom: 40px;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 0.8;
    color: #303030;
    letter-spacing: ;
}
.ttl01 ul {
    width: 350px;
    margin: 0 auto;
    position: relative;
}
.ttl01 a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
}
.ttl01 span {
    font-family: 'Hiragino Sans W6';
    font-size: 20px;
    line-height: ;
    color: #303030;
    letter-spacing: ;
}
.ttl01 ul li img {
    position: absolute;
    right: 0;
}
.ttl01 ul li img.event_aw {
    top: 13px;
}
.ttl01 ul li img.kengaku_aw {
    top: 23px;
}
p.cm_copy {
    margin-bottom: 180px;
    font-family: 'Hiragino Sans W6';
    font-size: 24px;
    line-height: ;
    color: #303030;
    letter-spacing: ;
}

/* for SP */
@media screen and (max-width: 640px) {
.ttl01 {
    min-width: 100%;
    margin-bottom: 6%;
    font-size: 8.0vw;
}
.ttl01 ul {
    width: 100%;
}
.ttl01 span {
    font-size: 4.6vw;
}
.ttl01 ul li img {
    position: absolute;
    right: 24%;
}
.ttl01 ul li img.event_aw {
    top: 5px;
}
.ttl01 ul li img.kengaku_aw {
    top: 8px;
}
img.cm_img {
    width: 92%;
    height: auto;
    margin-bottom: -3%;
}
p.cm_copy {
    margin-bottom: 24%;
    font-size: 3.8vw;
}
}

/* ---------------------------------------------------------
                                for life_style01
--------------------------------------------------------- */
.life_style01 {
    width: 100%;
    min-width: 1200px;
    height: auto;
    padding: 120px 0;
    background: #686c64;
}
.life_style01 ul {
    width: 1200px;
    margin: 0 auto;
    display: inline-block;
}
.life_style01 li.l {
    width: 300px;
    float: left;
}
.life_style01 li.r {
    width: 870px;
    padding-left: 33px;
    border-left: 3px solid #475348;
    box-sizing: border-box;
    float: right;
}
.life_style01 .brand {
    width: 300px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.life_style01 .brand span {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: 'Hiragino Sans W6';
    font-size: 20px;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
    border-bottom: 1px solid #ffffff;
    display: block;
}
.mb100 {
    margin-bottom: 100px;
}
.life_style01 .life_style01_spec p.spec_copy {
    margin-top: 28px;
    margin-bottom: -14px;
    font-family: 'Hiragino Sans W6';
    font-size: 24px;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
    text-align: left;
}
.life_style01 .life_style01_spec p.spec_txt {
    font-family: 'Hiragino Sans W3';
    font-size: 18px;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
    text-align: left;
}
.life_style01 .life_style01_spec ul {
    width: 100%;
    margin-top: 25px;
}
.life_style01 .life_style01_spec li:first-child {
    font-family: 'Hiragino Sans W3';
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    letter-spacing: ;
    text-align: left;
    float: left;
}
.life_style01 .life_style01_spec li:last-child {
    width: 320px;
    height: 90px;
    float: right;
}
.life_style01 .life_style01_spec span.type_e {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style01 .life_style01_spec span.type_j {
    font-family: 'Hiragino Sans W6';
    font-size: 20px;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style01 .life_style01_spec span.price01 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style01 .life_style01_spec span.price02 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style01 .life_style01_spec span.price02b {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style01 .life_style01_spec span.price03 {
    font-family: 'Hiragino Sans W3';
    font-size: 16px;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style01 .life_style01_spec span.data {
    font-family: 'Hiragino Sans W3';
    font-size: 12px;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}

/* for SP */
@media screen and (max-width: 640px) {
.life_style01 {
    min-width: 100%;
    padding: 6% 0;
}
.life_style01 ul {
    width: 100%;
}
.life_style01 li.l {
    width: 100%;
    float: none;
}
.life_style01 li.l img.ttl_sp {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 6%;
    margin-bottom: 12%;
}
.life_style01 li.r {
    width: 92%;
    margin: 0 auto;
    padding-left: 0;
    border-left: none;
    float: none;
}
.life_style01 li.r img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.life_style01 .brand {
    width: 100%;
    margin-top: 20%;
    margin-bottom: 12%;
    padding-bottom: 0;
    border-bottom: none;
}
.life_style01 .brand span {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: 'Hiragino Sans W6';
    font-size: 4.6vw;
    line-height: ;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: ;
    border-bottom: 1px solid #ffffff;
    display: block;
}
.life_style01 .brand img.brand_logo {
    width: 46%;
    height: auto;
}
.mb100 {
    margin-bottom: 100px;
}
.life_style01 .life_style01_spec p.spec_copy {
    margin-top: 14px;
    margin-bottom: -14px;
    font-family: 'Hiragino Sans W6';
    font-size: 5.0vw;
    line-height: ;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: ;
    text-align: left;
}
.life_style01 .life_style01_spec p.spec_txt {
    font-family: 'Hiragino Sans W3';
    font-size: 4.4vw;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
    text-align: left;
}
.life_style01 .life_style01_spec ul {
    width: 100%;
    margin-top: 25px;
}
.life_style01 .life_style01_spec li:first-child {
    font-family: 'Hiragino Sans W3';
    font-size: 4.0vw;
    line-height: 1.6;
    color: #ffffff;
    letter-spacing: ;
    text-align: left;
    float: none;
}
.life_style01 .life_style01_spec li:last-child {
    width: 92%;
    height: 90px;
    float: none;
}
.life_style01 .life_style01_spec span.type_e {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 5.8vw;
    font-weight: 700;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style01 .life_style01_spec span.type_j {
    font-family: 'Hiragino Sans W6';
    font-size: 4.6vw;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style01 .life_style01_spec span.price01 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 3.8vw;
    font-weight: 700;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style01 .life_style01_spec span.price02 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 6.2vw;
    font-weight: 700;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style01 .life_style01_spec span.price02b {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 5.0vw;
    font-weight: 700;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style01 .life_style01_spec span.price03 {
    font-family: 'Hiragino Sans W3';
    font-size: 4.2vw;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style01 .life_style01_spec span.data {
    font-family: 'Hiragino Sans W3';
    font-size: 3.8vw;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
}

/* ---------------------------------------------------------
                                for life_style02
--------------------------------------------------------- */
.life_style02 {
    width: 100%;
    min-width: 1200px;
    height: auto;
    padding: 120px 0;
    background: #b0bdbf;
}
.life_style02 ul {
    width: 1200px;
    margin: 0 auto;
    display: inline-block;
}
.life_style02 li.r {
    width: 300px;
    float: right;
}
.life_style02 li.l {
    width: 870px;
    padding-right: 33px;
    border-right: 3px solid #8d8d8d;
    box-sizing: border-box;
    float: left;
}
.life_style02 .brand {
    width: 300px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
}
.life_style02 .brand span {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: 'Hiragino Sans W6';
    font-size: 20px;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    border-bottom: 1px solid #303030;
    display: block;
}
.life_style02 .life_style02_spec p.spec_copy {
    margin-top: 28px;
    margin-bottom: -14px;
    font-family: 'Hiragino Sans W6';
    font-size: 24px;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: left;
}
.life_style02 .life_style02_spec p.spec_txt {
    font-family: 'Hiragino Sans W3';
    font-size: 18px;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: left;
}
.life_style02 .life_style02_spec ul {
    width: 100%;
    margin-top: 25px;
}
.life_style02 .life_style02_spec li:first-child {
    font-family: 'Hiragino Sans W3';
    font-size: 14px;
    line-height: 1.6;
    color: #303030;
    letter-spacing: ;
    text-align: left;
    float: left;
}
.life_style02 .life_style02_spec li:last-child {
    width: 320px;
    height: 90px;
    float: right;
}
.life_style02 .life_style02_spec span.type_e {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: ;
    color: #303030;
    letter-spacing: ;
}
.life_style02 .life_style02_spec span.type_j {
    font-family: 'Hiragino Sans W6';
    font-size: 20px;
    line-height: ;
    color: #303030;
    letter-spacing: ;
}
.life_style02 .life_style02_spec span.price01 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: ;
    color: #303030;
    letter-spacing: ;
}
.life_style02 .life_style02_spec span.price02 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: ;
    color: #303030;
    letter-spacing: ;
}
.life_style02 .life_style02_spec span.price02b {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: ;
    color: #303030;
    letter-spacing: ;
}
.life_style02 .life_style02_spec span.price03 {
    font-family: 'Hiragino Sans W3';
    font-size: 16px;
    line-height: ;
    color: #303030;
    letter-spacing: ;
}
.life_style02 .life_style02_spec span.data {
    font-family: 'Hiragino Sans W3';
    font-size: 12px;
    line-height: ;
    color: #303030;
    letter-spacing: ;
}

/* for SP */
@media screen and (max-width: 640px) {
.life_style02 {
    min-width: 100%;
    padding: 6% 0;
}
.life_style02 ul {
    width: 100%;
}
.life_style02 li.r {
    width: 100%;
    float: none;
}
.life_style02 li.r img.ttl_sp {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 6%;
    margin-bottom: 12%;
}
.life_style02 li.l {
    width: 92%;
    margin: 0 auto;
    padding-right: 0;
    border-right: none;
    float: none;
}
.life_style02 li.l img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.life_style02 .brand {
    width: 100%;
    margin-top: 20%;
    margin-bottom: 12%;
    padding-bottom: 0;
    border-bottom: none;
}
.life_style02 .brand span {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: 'Hiragino Sans W6';
    font-size: 4.6vw;
    line-height: ;
    font-weight: 700;
    color: #303030;
    letter-spacing: ;
    border-bottom: 1px solid #303030;
    display: block;
}
.life_style02 .brand img.brand_logo {
    width: 80%;
    height: auto;
}
.life_style02 .life_style02_spec p.spec_copy {
    margin-top: 14px;
    margin-bottom: -14px;
    font-family: 'Hiragino Sans W6';
    font-size: 5.0vw;
    line-height: ;
    font-weight: 700;
    color: #303030;
    letter-spacing: ;
    text-align: left;
}
.life_style02 .life_style02_spec p.spec_txt {
    font-family: 'Hiragino Sans W3';
    font-size: 4.4vw;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: left;
}
.life_style02 .life_style02_spec ul {
    width: 100%;
    margin-top: 25px;
}
.life_style02 .life_style02_spec li:first-child {
    font-family: 'Hiragino Sans W3';
    font-size: 4.0vw;
    line-height: 1.6;
    color: #303030;
    letter-spacing: ;
    text-align: left;
    float: none;
}
.life_style02 .life_style02_spec li:last-child {
    width: 92%;
    height: 90px;
    float: none;
}
.life_style02 .life_style02_spec span.type_e {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 5.8vw;
    font-weight: 700;
    line-height: ;
    color: #303030;
    letter-spacing: ;
}
.life_style02 .life_style02_spec span.type_j {
    font-family: 'Hiragino Sans W6';
    font-size: 4.6vw;
    line-height: ;
    color: #303030;
    letter-spacing: ;
}
.life_style02 .life_style02_spec span.price01 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 3.8vw;
    font-weight: 700;
    line-height: ;
    color: #303030;
    letter-spacing: ;
}
.life_style02 .life_style02_spec span.price02 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 6.2vw;
    font-weight: 700;
    line-height: ;
    color: #303030;
    letter-spacing: ;
}
.life_style02 .life_style02_spec span.price02b {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 5.0vw;
    font-weight: 700;
    line-height: ;
    color: #303030;
    letter-spacing: ;
}
.life_style02 .life_style02_spec span.price03 {
    font-family: 'Hiragino Sans W3';
    font-size: 4.2vw;
    line-height: ;
    color: #303030;
    letter-spacing: ;
}
.life_style02 .life_style02_spec span.data {
    font-family: 'Hiragino Sans W3';
    font-size: 3.8vw;
    line-height: ;
    color: #303030;
    letter-spacing: ;
}
}

/* ---------------------------------------------------------
                                for life_style03
--------------------------------------------------------- */
.life_style03 {
    width: 100%;
    min-width: 1200px;
    height: auto;
    padding: 120px 0;
    background: #605446;
}
.life_style03 ul {
    width: 1200px;
    margin: 0 auto;
    display: inline-block;
}
.life_style03 li.l {
    width: 333px;
    padding-right: 33px;
    border-right: 3px solid #453E3E;
    box-sizing: border-box;
    float: left;
}
.life_style03 li.r {
    width: 834px;
    float: right;
}
.life_style03 .brand {
    width: 300px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.life_style03 .brand span {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: 'Hiragino Sans W6';
    font-size: 20px;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
    border-bottom: 1px solid #ffffff;
    display: block;
}
.life_style03 .life_style03_spec p.spec_copy {
    margin-top: 28px;
    margin-bottom: -14px;
    font-family: 'Hiragino Sans W6';
    font-size: 24px;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
    text-align: left;
}
.life_style03 .life_style03_spec p.spec_txt {
    font-family: 'Hiragino Sans W3';
    font-size: 18px;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
    text-align: left;
}
.life_style03 .life_style03_spec ul {
    width: 100%;
    margin-top: 25px;
}
.life_style03 .life_style03_spec li:first-child {
    font-family: 'Hiragino Sans W3';
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    letter-spacing: ;
    text-align: left;
    float: left;
}
.life_style03 .life_style03_spec li:last-child {
    width: 320px;
    height: 90px;
    float: right;
}
.life_style03 .life_style03_spec span.type_e {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style03 .life_style03_spec span.type_j {
    font-family: 'Hiragino Sans W6';
    font-size: 20px;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style03 .life_style03_spec span.price01 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style03 .life_style03_spec span.price02 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style03 .life_style03_spec span.price02b {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style03 .life_style03_spec span.price03 {
    font-family: 'Hiragino Sans W3';
    font-size: 16px;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style03 .life_style03_spec span.data {
    font-family: 'Hiragino Sans W3';
    font-size: 12px;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}

/* for SP */
@media screen and (max-width: 640px) {
.life_style03 {
    min-width: 100%;
    padding: 6% 0;
}
.life_style03 ul {
    width: 100%;
}
.life_style03 li.l {
    width: 100%;
    padding-right: 0;
    float: none;
}
.life_style03 li.l img.ttl_sp {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 6%;
    margin-bottom: 12%;
}
.life_style03 li.r {
    width: 92%;
    margin: 0 auto;
    padding-left: 0;
    border-left: none;
    float: none;
}
.life_style03 li.r img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.life_style03 .brand {
    width: 100%;
    height: auto;
    margin-top: 20%;
    margin-bottom: 12%;
    padding-bottom: 0;
    border-top: 1px solid #ffffff;
    border-bottom: none;
}
.life_style03 .brand span {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: 'Hiragino Sans W6';
    font-size: 4.6vw;
    line-height: ;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: ;
    border-bottom: 1px solid #ffffff;
    display: block;
}
.life_style03 .brand img.brand_logo {
    width: 80%;
    height: auto;
}
.life_style03 .life_style03_spec p.spec_copy {
    margin-top: 14px;
    margin-bottom: -14px;
    font-family: 'Hiragino Sans W6';
    font-size: 5.0vw;
    line-height: ;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: ;
    text-align: left;
}
.life_style03 .life_style03_spec p.spec_txt {
    font-family: 'Hiragino Sans W3';
    font-size: 4.4vw;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
    text-align: left;
}
.life_style03 .life_style03_spec ul {
    width: 100%;
    margin-top: 25px;
}
.life_style03 .life_style03_spec li:first-child {
    font-family: 'Hiragino Sans W3';
    font-size: 4.0vw;
    line-height: 1.6;
    color: #ffffff;
    letter-spacing: ;
    text-align: left;
    float: none;
}
.life_style03 .life_style03_spec li:last-child {
    width: 92%;
    height: 90px;
    float: none;
}
.life_style03 .life_style03_spec span.type_e {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 5.8vw;
    font-weight: 700;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style03 .life_style03_spec span.type_j {
    font-family: 'Hiragino Sans W6';
    font-size: 4.6vw;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style03 .life_style03_spec span.price01 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 3.8vw;
    font-weight: 700;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style03 .life_style03_spec span.price02 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 6.2vw;
    font-weight: 700;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style03 .life_style03_spec span.price02b {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 5.0vw;
    font-weight: 700;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style03 .life_style03_spec span.price03 {
    font-family: 'Hiragino Sans W3';
    font-size: 4.2vw;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
.life_style03 .life_style03_spec span.data {
    font-family: 'Hiragino Sans W3';
    font-size: 3.8vw;
    line-height: ;
    color: #ffffff;
    letter-spacing: ;
}
}

/* ---------------------------------------------------------
                                for development_img
--------------------------------------------------------- */
img.plot_map {
    margin: 0 auto;
}
#development_img {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 70px;    
}
#development_img p {
    width: 1200px;
    height: auto;
    padding-bottom: 12px;
    font-family: 'Hiragino Sans W3';
    font-size: 32px;
    font-weight: normal;
    line-height: 1.4;
    color: #303030;
    letter-spacing: ;
    text-align: center;
    border-bottom: 1px solid #303030;
}
#development_img ul {
    width: 1200px;
    height: auto;
    margin-bottom: 100px;
    display: inline-block;
}
#development_img li {
    width: 285px;
    height: auto;
    margin-right: 20px;
    font-family: 'Hiragino Sans W3';
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    color: #696969;
    letter-spacing: ;
    text-align: left;
    float: left;
}
#development_img li:last-child {
    margin-right: 0;
}
#development_img li img {
    margin-bottom: 14px;
}
p.cap2 {
    font-size: 14px;
}
/* for SP */
@media screen and (max-width: 640px) {
img.plot_map {
    width: 92%;
    height: auto;
    margin: 0 auto;
}
#development_img {
    width: 92%;
}
#development_img p {
    width: 100%;
    padding-bottom: 3%;
    font-size: 5.0vw;
}
#development_img ul {
    width: 100%;
    margin-bottom: 12%;
}
#development_img li {
    width: 48%;
    height: auto;
    margin-right: 0;
    font-family: 'Hiragino Sans W3';
    font-size: 3.0vw;
    font-weight: normal;
    line-height: 1.4;
    color: #696969;
    letter-spacing: ;
    text-align: center;
    float: left;
}
#development_img li:nth-child(2n) {
    float: right;
}
#development_img li:nth-child(1),
#development_img li:nth-child(2) {
    margin-bottom: 6%;
}
#development_img li img {
    width: 100%;
    height: auto;
}
#development_img li:last-child {
    margin-right: 0;
}
#development_img li img {
    margin-bottom: 14px;
}
}

/* ---------------------------------------------------------
                                for brand_img
--------------------------------------------------------- */
#brand_img {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
#brand_img p {
    width: 1200px;
    height: auto;
    margin-top: 110px;
    margin-bottom: 0;
    font-family: 'Hiragino Sans W3';
    font-size: 28px;
    font-weight: normal;
    line-height: 1.4;
    color: #303030;
    letter-spacing: ;
    text-align: center;
}
#brand_img ul {
    width: 1200px;
    height: auto;
    margin-top: 40px;
    display: inline-block;
}
#brand_img li {
    width: 394px;
    height: auto;
    margin-right: 9px;
    font-family: 'Hiragino Sans W3';
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    color: #696969;
    letter-spacing: ;
    text-align: center;
    float: left;
}
#brand_img li:last-child {
    margin-right: 0;
}

/* for SP */
@media screen and (max-width: 640px) {
#brand_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#brand_img p {
    width: 92%;
    height: auto;
    margin: 0 auto;
    margin-top: 12%;
    margin-bottom: 0;
    font-family: 'Hiragino Sans W3';
    font-size: 5.0vw;
    font-weight: normal;
    line-height: 1.4;
    color: #303030;
    letter-spacing: ;
    text-align: center;
}
#brand_img ul {
    width: 92%;
    height: auto;
    margin-top: 6%;
    display: inline-block;
}
#brand_img li {
    width: 100%;
    height: auto;
    margin-top: 4%;
    margin-right: 0;
    font-family: 'Hiragino Sans W3';
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    color: #696969;
    letter-spacing: ;
    text-align: center;
    float: none;
}
#brand_img li img {
    width: 100%;
    height: auto;
}
#brand_img li:last-child {
    margin-right: 0;
}
}

/* ---------------------------------------------------------
                                for location_list
--------------------------------------------------------- */
.location_list {
    width: 900px;
    height: auto;
    margin: 0 auto;
}
.location_list ul {
    width: 900px;
    margin-top: 50px;
    margin-bottom: 30px;
    display: inline-block;
}
.location_list li {
    width: 430px;
    float: left;
}
.location_list li:last-child {
    float: right;
}
.location_list li p {
    width: 430px;
    margin-bottom: 5px;
    padding-bottom: 4px;
    font-family: 'Hiragino Sans W6';
    font-size: 18px;
    font-weight: normal;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: left;
    border-bottom: 2px solid #303030;
}
.location_list li span.l {
    width: 260px;
    margin-bottom: 4px;
    padding-left: 15px;
    padding-bottom: 4px;
    font-family: 'Hiragino Sans W3';
    font-size: 13px;
    font-weight: normal;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: left;
    box-sizing: border-box;
    float: left;
    border-bottom: 1px solid #303030;
}
.location_list li span.r {
    width: 170px;
    margin-bottom: 4px;
    padding-bottom: 4px;
    font-family: 'Hiragino Sans W3';
    font-size: 13px;
    font-weight: normal;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: left;
    float: right;
    border-bottom: 1px solid #303030;
}
p.mt {
    margin-top: 81px;
    display: inline-block;
}
img.location_map {
    margin-top: 100px;
}

/* for SP */
@media screen and (max-width: 640px) {
.location_list {
    width: 92%;
    height: auto;
    margin: 0 auto;
}
.location_list ul {
    width: 100%;
    margin-top: 1%;
    margin-bottom: 6%;
    display: inline-block;
}
.location_list li {
    width: 100%;
    margin-top: 3%;
    float: none;
    display: inline-block;
}
.location_list li:last-child {
    clear: both;
    margin-top: 3%;
    float: none;
    display: inline-block;
}
.location_list li p {
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 4px;
    font-family: 'Hiragino Sans W6';
    font-size: 4.0vw;
    font-weight: normal;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: left;
    border-bottom: 2px solid #303030;
}
.location_list li span.l {
    width: 60%;
    margin-bottom: 4px;
    padding-left: 0;
    padding-bottom: 4px;
    font-family: 'Hiragino Sans W3';
    font-size: 2.8vw;
    font-weight: normal;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: left;
    box-sizing: border-box;
    float: left;
    border-bottom: 1px solid #303030;
}
.location_list li span.r {
    width: 40%;
    margin-bottom: 4px;
    padding-bottom: 4px;
    font-family: 'Hiragino Sans W3';
    font-size: 2.8vw;
    font-weight: normal;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: left;
    float: right;
    border-bottom: 1px solid #303030;
}
p.mt {
    margin-top: 6%;
    display: inline-block;
}
img.location_map {
    width: 100%;
    height: auto;
    margin-top: 12%;
}
}

/* ---------------------------------------------------------
                                for location_point
--------------------------------------------------------- */
.location_point {
    width: 900px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    font-family: 'Hiragino Sans W6';
    font-size: 24px;
    font-weight: normal;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: center;
    background: #f0ede9;
    box-sizing: border-box;
}
.location_point ul {
    width: 600px;
    margin-top: 30px;
    display: inline-block;
}
.location_point li {
    width: 285px;
    font-family: 'Hiragino Sans W3';
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    color: #303030;
    letter-spacing: ;
    text-align: left;
    float: left;
}
.location_point li:last-child {
    float: right;
}
.location_point li span {
    font-family: 'Hiragino Sans W3';
    font-size: 12px;
    font-weight: normal;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: left;
}
.location_point li img {
    margin-bottom: 10px;
}

/* for SP */
@media screen and (max-width: 640px) {
.location_point {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 0 0;
    font-family: 'Hiragino Sans W6';
    font-size: 5.0vw;
    font-weight: normal;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: center;
    background: #f0ede9;
    box-sizing: border-box;
}
.location_point ul {
    width: 88%;
    margin-top: 6%;
    display: inline-block;
}
.location_point li {
    width: 100%;
    margin-bottom: 6%;
    font-family: 'Hiragino Sans W3';
    font-size: 4.0vw;
    font-weight: normal;
    line-height: 1.4;
    color: #303030;
    letter-spacing: ;
    text-align: left;
    float: none;
}
.location_point li:last-child {
    float: none;
}
.location_point li img {
    width: 100%;
    height: auto;
}
.location_point li span {
    font-family: 'Hiragino Sans W3';
    font-size: 3.6vw;
    font-weight: normal;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: left;
}
.location_point li img {
    margin-bottom: 10px;
}
}

/* ---------------------------------------------------------
                                for location_potential
--------------------------------------------------------- */
#location_potential {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 80px;
    padding: 110px 125px 100px 125px;
    font-family: 'Hiragino Sans W6';
    font-size: 24px;
    font-weight: normal;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: left;
    background: #f0ede9;
    box-sizing: border-box;
}
#location_potential span {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: ;
    color: #b4b4b4;
    letter-spacing: ;
}
#location_potential p {
    margin-top: 20px;
    margin-bottom: 60px;
    font-family: 'Hiragino Sans W3';
    font-size: 36px;
    font-weight: normal;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: left;
}
#location_potential p.ttl_copy {
    text-align: center;
}
#location_potential ul {
    width: 950px;
    height: auto;
    margin: 0 auto;
    margin-top: -25px;
    display: inline-block;
}
#location_potential li {
    width: 450px;
    height: auto;
    float: left;
    position: relative;
}
#location_potential li:nth-child(2n) {
    float: right;
}
#location_potential li:nth-child(1),
#location_potential li:nth-child(2) {
    margin-bottom: 60px;
}
#location_potential li:nth-child(3) {
    clear: both;
}
#location_potential li p {
    margin-bottom: 20px;
    padding-left: 65px;
    font-family: 'Hiragino Sans W6';
    font-size: 23px;
    font-weight: normal;
    line-height: ;
    color: #5c6a57;
    letter-spacing: ;
}
#location_potential li img {
    margin-bottom: -5px;
}
#location_potential li img.map_dw {
    margin: 0 auto;
    margin-top: 20px;
    display: block;
}
#location_potential li span {
    font-family: 'Hiragino Sans W3';
    font-size: 12px;
    font-weight: normal;
    line-height: ;
    color: #8d8d8d;
    letter-spacing: ;
    display: inline-block;
}
#location_potential li img.no {
    position: absolute;
    top: 40px;
    left: 0;
}

/* for SP */
@media screen and (max-width: 640px) {
#location_potential {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 12%;
    padding: 6%;
    font-family: 'Hiragino Sans W6';
    font-size: 5.0vw;
    font-weight: 700;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: center;
    background: #f0ede9;
    box-sizing: border-box;
}
#location_potential span {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 4.4vw;
    font-weight: 700;
    line-height: ;
    color: #b4b4b4;
    letter-spacing: ;
}
#location_potential p {
    margin-top: 20px;
    margin-bottom: 60px;
    font-family: 'Hiragino Sans W3';
    font-size: 6.2vw;
    font-weight: 700;
    line-height: 1.2;
    color: #303030;
    letter-spacing: ;
    text-align: left;
}
#location_potential ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: -25px;
    display: inline-block;
}
#location_potential li {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
}
#location_potential li:nth-child(2n) {
    float: none;
}
#location_potential li:nth-child(1),
#location_potential li:nth-child(2) {
    margin-bottom: 12%;
}
#location_potential li:nth-child(3) {
    clear: both;
}
#location_potential li p {
    margin-bottom: 20px;
    padding-left: 90px;
    font-family: 'Hiragino Sans W6';
    font-size: 4.0vw;
    font-weight: 700;
    line-height: ;
    color: #5c6a57;
    letter-spacing: ;
}
#location_potential li img.photo {
    width: 100%;
    height: auto;
    margin-bottom: -5px;
}
#location_potential li img.map_dw {
    margin: 0 auto;
    margin-top: 20px;
    display: inline-block;
}
#location_potential li span {
    font-family: 'Hiragino Sans W3';
    font-size: 3.8vw;
    font-weight: normal;
    line-height: ;
    color: #8d8d8d;
    letter-spacing: ;
    display: inline-block;
}
#location_potential li img.no {
    width: 16%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
}

/* ---------------------------------------------------------
                                for model_house
--------------------------------------------------------- */
p.model_ttl {
    width: 900px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 36px;
    font-family: 'Hiragino Sans W6';
    font-size: 24px;
    font-weight: normal;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: left;
}
iframe {
    margin-bottom: 70px;
}
#model_access {
    width: 900px;
    margin: 0 auto;
    margin-top: 0;
    padding: 0 50px;
    font-family: 'Hiragino Sans W3';
    font-size: 18px;
    font-weight: normal;
    line-height: 1.9;
    color: #303030;
    letter-spacing: ;
    text-align: left;
    box-sizing: border-box;
}
#model_access p {
    width: 900px;
    margin-left: -50px;
    margin-bottom: 15px;
    padding-left: 120px;
    padding-bottom: 15px;
    font-family: 'Hiragino Sans W6';
    font-size: 20px;
    font-weight: normal;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: left;
    border-bottom: 2px solid #d0d0d0;
    box-sizing: border-box;
    position: relative;
}
#model_access img {
    margin-right: 25px;
    position: absolute;
    top: -7px;
    left: 50px;
}
#model_access span {
    width: 800px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 12px 0;
    font-family: 'Hiragino Sans W3';
    font-size: 20px;
    font-weight: normal;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: center;
    background: #f0ede9;
    box-sizing: border-box;
    display: inline-block;
}

/* for SP */
@media screen and (max-width: 640px) {
p.model_ttl {
    width: 92%;
    margin: 0 auto;
    margin-top: 12%;
    margin-bottom: 6%;
    font-family: 'Hiragino Sans W6';
    font-size: 5.0vw;
    font-weight: 700;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: center;
}
iframe {
    width: 100%;
    height: 360px;
    margin-bottom: 12%;
}
#model_access {
    width: 92%;
    margin: 0 auto;
    margin-top: 0;
    padding: 0 0;
    font-family: 'Hiragino Sans W3';
    font-size: 4.0vw;
    font-weight: normal;
    line-height: 1.4;
    color: #303030;
    letter-spacing: ;
    text-align: left;
    box-sizing: border-box;
}
#model_access p {
    width: 100%;
    margin-left: -0;
    margin-bottom: 15px;
    padding-left: 60px;
    padding-bottom: 15px;
    font-family: 'Hiragino Sans W6';
    font-size: 5.0vw;
    font-weight: 700;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: left;
    border-bottom: 2px solid #d0d0d0;
    box-sizing: border-box;
    position: relative;
}
#model_access img {
    margin-right: 25px;
    position: absolute;
    top: -5px;
    left: 0px;
}
#model_access span {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 12px 0;
    font-family: 'Hiragino Sans W3';
    font-size: 4.0vw;
    font-weight: normal;
    line-height: ;
    color: #303030;
    letter-spacing: ;
    text-align: center;
    background: #f0ede9;
    box-sizing: border-box;
    display: inline-block;
}
}

/* ---------------------------------------------------------
                                for slider
--------------------------------------------------------- */
    html, body {
      margin: 0;
      padding: 0;
    }

    * {
      box-sizing: border-box;
    }

   .box_1200 .slider {
        width: 1200px;
        margin: 20px auto;
    }
   .box_w .slider {
        width: 100%;
        margin: 0;
    }

    .box_1200 .slick-slide {
      margin: 0px 20px;
    }
    .box_w .slick-slide {
      margin: 0px 0px -11px 0px ;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: #5C6A57;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
    }
    
    .slick-active {
    }

    .slick-current {
    }

/* for SP */
@media screen and (max-width: 640px) {
   .box_1200 .slider {
        width: 100%;
        margin: 20px auto;
    }
    .box_1200 .slick-slide {
      margin: 0px 10px;
    }
}