@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Keifont';
    src: url('../font/Keifont.eot');
    src: url('../font/Keifont.eot?#iefix') format('embedded-opentype'), url('../font/Keifont.woff2') format('woff2'), url('../font/Keifont.woff') format('woff'), url('../font/Keifont.ttf') format('truetype'), url('../font/Keifont.svg#Keifont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 設定 */
footer {
    margin-top: 170px;
}
.wrapper {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition : all 0.2s ease-in-out 0s;
}
.keifont {
    font-family: 'Keifont';
    font-weight: normal;
}
#corse li:nth-child(1),
#point-01 #point-01-corse li:nth-child(1) {
	background-color: #7089f5;
}
#corse li:nth-child(2),
#point-01 #point-01-corse li:nth-child(2) {
	background-color: #32c5ea;
}
#corse li:nth-child(3),
#point-01 #point-01-corse li:nth-child(3) {
	background-color: #00cc66;
}
#corse li:nth-child(4),
#point-01 #point-01-corse li:nth-child(4) {
	background-color: #e5a323;
}
#corse li:nth-child(5),
#point-01 #point-01-corse li:nth-child(5) {
	background-color: #f56d5f;
}
.btn a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #ff9f07;
    display: inline-block;
    text-align: center;
}


/* TOP */
#top {
	background-image: url(../images/7max-top-back.jpg);
	background-size: contain;
    height: 450px;
}
#top img {
	height: 400px;
	padding: 20px;
	margin: auto;
    display: block;
}
#top-fukidashi {
	color: #fff;
	font-size: 24px;
	background-color: #059541;
	height: 82px;
	font-family: 'Keifont';
}
#top-fukidashi::before {
	content: ' ';
    width: 0;
    height: 0;
    border-bottom: 19px solid #0ba74c;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    top: -19px;
    display: block;
    margin: 0 auto;
    position: relative;
}

#top-fukidashi div {
	width: 990px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 638px;
}
#top-fukidashi p {
	width: 86px;
	text-align: left;
	float: left;
	line-height: 1.2;
	top: 8px;
    position: relative;
}
#top-fukidashi li {
	color: #059541;
    font-size: 22px;
    font-weight: 700;
    width: 140px;
    background-color: #ffe100;
    border-radius: 6px;
    font-family: 'M PLUS Rounded 1c';
    text-align: center;
    padding: 10px 0;
    margin: 8px 4px;
    float: left;
}
#top-fukidashi li span {
	font-weight: 800;
	transform: scale(0.9, 1);
    display: inline-block;
}

#corse {
	padding: 50px 0 160px;
	text-align: center;
}
#corse h3 {
	font-size: 34px;
	font-weight: normal;
	color: #606060;
	padding: 0 0 20px 0;
}
#corse li {
    margin: 0 6px;
    border-radius: 10px;
    float: left;
    display: inline-block;
}
#corse li a {
    width: 146px;
    padding: 20px 20px 12px;
    display: inline-block;
}
#corse li a::after {
	content: url(../images/arrow.png);
	display: block;
	padding: 10px 0 0;
}
#point {
	padding: 60px 0;
	background: -moz-linear-gradient(top, #fffcca, #e1fff7); 
	background: -webkit-linear-gradient(top, #fffcca, #e1fff7); 
	background: linear-gradient(to bottom, #fffcca, #e1fff7); 
}
#point h3 {
	font-size: 34px;
	color: #dd1917;
	font-weight: normal;
	text-align: center;
	padding: 0 0 30px;
}
#point h3::before,#point h3::after {
	display: inline-block;
	padding: 0 20px;
	top: 16px;
    position: relative;
}
#point h3::before {
	content: url(../images/point-title-left.png);
}
#point h3::after {
	content: url(../images/point-title-right.png);
}
#point h4 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    text-shadow: #000 0 2px;
    padding: 20px 0 20px 140px;
    position: relative;
    letter-spacing: 2px;
}
#point-01,#point-02,#point-03,#point-04 {
	background-image: url(../images/point-back.jpg);
    border-radius: 16px;
    padding: 0 0 26px 0;
    margin-bottom: 70px;
}
.point-back {
    background: #fff;
    padding: 30px 50px;
    width: 860px;
    margin: auto;
}
#point-01 .title,
#point-02 .title,
#point-03 .title,
#point-04 .title {
	height: 76px;
    width: 82px;
    background: #ffe100;
	padding: 24px 0 0;
	top: -8px;
    left: 30px;
	position: relative;
    float: left;
}
.title li:nth-child(2) {
    content: '';
    background: #059541;
    width: 20px;
    height: 2px;
    margin: auto;
    display: block;
}
#point-01 .title::after,
#point-02 .title::after,
#point-03 .title::after,
#point-04 .title::after {
	content: ' ';
    width: 0;
    height: 0;
    border-top: 26px solid #ffe100;
    border-right: 41px solid transparent;
    border-left: 41px solid transparent;
    top: -11px;
    display: block;
    margin: 0 auto;
    position: relative;
}
#point-01 .title li,
#point-02 .title li,
#point-03 .title li,
#point-04 .title li {
    font-size: 16px;
    font-weight: bold;
    color: #059541;
    letter-spacing: 1px;
	text-align: center;
	line-height: 1.6;
}
#point-01 .title li:last-child::before,
#point-02 .title li:last-child::before,
#point-03 .title li:last-child::before,
#point-04 .title li:last-child::before {
	height: 2px;
	width: 14px;
	background: #059541;
}
#point-01 .title li:last-child,
#point-02 .title li:last-child,
#point-03 .title li:last-child,
#point-04 .title li:last-child {
	font-size: 38px;
}
#point-01 p,
#point-02 p,
#point-03 p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 1px;
	padding: 20px 0 10px;
}
#point-01 #point-01-corse {
	text-align: center;
    position: relative;
    left: 50%;
}
#point-01 #point-01-corse li {
    border-radius: 6px;
	margin: 6px 8px;
	display: inline-block;
    position: relative;
    left: -50%;
}
#point-01 #point-01-corse li a {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    width: 254px;
    
    padding: 10px 0;
    text-align: center;
    display: inline-block;
}
#point-01 #point-01-corse li a::after {
	content: url(../images/arrow.png);
    display: inline-block;
    float: right;
    right: 10px;
    position: relative;
}
#point-01 ul:nth-child(3) {
	display: inline-block;
    text-align: center;
    background: #fff2e0;
    border-radius: 14px;
	padding: 20px 0 6px;
	margin: 26px auto 0;
}
#point-01 ul:nth-child(3)::after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 15px solid #ffebd0;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    bottom: -20px;
    display: block;
    margin: 0 auto;
    position: relative;
}
#point-01 ul:nth-child(3) li {
	font-size: 20px;
    font-weight: 600;
	color: #059541;
	background: #fff;
    text-align: center;
    border: solid 3px #059541;
    display: inline-block;
    width: 230px;
    height: 56px;
	line-height: 56px;
	margin: 6px 4px;
}
#point-01 #atamakin {
    text-align: center;
    padding: 30px 0 20px;
}
#point-01-advantage {
    font-size: 26px;
    font-weight: bold;
    color: #606060;
    letter-spacing: 2px;
    line-height: 1.8;
    border: solid 4px #ffe100;
    padding: 30px 0 30px 100px;
}
#point-01-advantage i {
    font-size: 24px;
    color: #ffe100;
    margin-right: 16px;
}

#point-02 .point-back p span {
    font-size: 12px;
    text-align: right;
    display: block;    
}
#point-02 #point-02-maker li {
    text-align: center;
    background: #fff2e0;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    float: left;
    display: inline-block;
    margin: 30px 8px 26px;
}
#point-02 #point-02-maker li img {
    transform: translateY(50%);
}
#point-02 #osusume {
    text-align: center;
}
#point-02 #osusume a {
    border-radius: 10px;
    width: 420px;
    height: 76px;
    line-height: 76px;
}
#point-02 #osusume a::after {
	content: url(../images/arrow.png);
    display: inline-block;
    float: right;
    right: 16px;
    padding: 28px 0;
    position: relative;
}

#point-03 p {
    width: 410px;
    display: inline-block;
}
#point-03 .back {
    display: inline-block;
    float: right;
}
#point-03 #link {
    text-align: center;
}
#point-03 #link ul {
    display: inline-block;
    padding: 30px 0 0;
}
#point-03 #link li {
    display: inline-block;
    float: left;
    margin: 0 10px;
}
#point-03 #link a {
    border-radius: 110px;
    width: 260px;
    height: 58px;
    line-height: 58px;
}
#point-03 #link a::after {
    content: url(../images/arrow.png);
    display: inline-block;
    float: right;
    right: 16px;
    padding: 18px 0;
    position: relative;
    transform: rotate(-90deg);
}

#point-04 #style {
    padding: 10px 0 0 0;
}
#point-04 #style ul {
    text-align: center;
}
#point-04 #style li {
    display: inline-block;
    margin: 10px 8px;
    position: relative;
}
#point-04 #style li p {
    position: absolute;
    font-size: 24px;
    color: #606060;
    transform: translate(-50%, 30px);
    left: 50%;
    width: 100%;
}

#pac h3,#car h3 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    background-color: #059541;
    line-height: 158px;
    height: 158px;
    width: 100%;
    text-align: center;
    letter-spacing: 5px;
}
#pac h3::before,#car h3::before {
	content: ' ';
    width: 0;
    height: 0;
    border-top: 19px solid #028a3b;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    top: 158px;
    display: block;
    margin: 0 auto;
    position: relative;
}
#pac #magokoro,#pac #enjoy {
    margin: 70px 0 20px;
}
#pac #magokoro h4,#pac #enjoy h4 {
    font-size: 32px;
    color: #606060;
    letter-spacing: 2px;
    padding: 16px 10px;
    background-image: url(../images/pac-back.jpg);
    background-repeat-y: no-repeat;
    background-position: bottom;
}
#pac #magokoro h4::after,#pac #enjoy h4::after {
    
    background-size: 6px 990px;
}
#pac #magokoro h4 i,#pac #enjoy h4 i {
    color: #ffe100;
    height: 28px;
    width: 28px;
    padding: 0 10px;
}
#pac #magokoro h4 span,#pac #enjoy h4 span {
    font-size: 44px;
    color: #dd1917;
    float: right;
}
#pac #magokoro h4 span small,#pac #enjoy h4 span small {
    font-size: 24px;
}
#pac #magokoro p,#pac #enjoy p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    padding: 20px 10px 10px;
}
#pac #magokoro ul,#pac #enjoy ul {
    background: #fff2e0;
    padding: 16px 30px;
    margin: 0 10px 40px;
    border-radius: 14px;
    display: inline-block;
}
#pac #magokoro li {
    font-size: 14px;
    color: #059541;
    display: inline-block;
    float: left;
    border: solid 2px #059541;
    background: linear-gradient(90deg,#fff 0%,#fff 170px,#23c064 44px,#23c064 100%);
    border-radius: 6px;
    width: 200px;
    height: 44px;
    padding: 0 0 0 10px;
    margin: 6px;
    line-height: 44px;
}
#pac #magokoro li span {
    float: right;
    padding: 0 10px 0 0;
    color: #fff;
}
#pac #magokoro li:last-child span {
    padding: 0 6px 0 0;
}
#pac #enjoy {
    margin: 50px 0 150px;
}
#pac #enjoy li {
    margin: 10px 20px;
    display: inline-block;
    text-align: center;
    width: 260px;
}
#pac #enjoy li img {
    padding: 0 0 20px 0;
}
#pac #enjoy li div {
    font-size: 14px;
    color: #059541;
    background: #fff;
    border: solid 2px #059541;
    border-radius: 6px;
    width: 240px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

#car h3 {
    color: #dd1917;
    background-color: #ffe100;
    margin-bottom: 70px;
}
#car h3::before {
    border-top: 19px solid #ffd200;
}
#car-01,#car-02,#car-03,#car-04,#car-05 {
    border-radius: 16px 16px 0 0;
    padding: 0 0 8px 0;
    margin-bottom: 50px;
}
#car-01 {
    background-image: url(../images/car-01-back.jpg);
}
#car-02 {
    background-image: url(../images/car-02-back.jpg);
}
#car-03 {
    background-image: url(../images/car-03-back.jpg);
}
#car-04 {
    background-image: url(../images/car-04-back.jpg);
}
#car-05 {
    background-image: url(../images/car-05-back.jpg);
}
#car h4 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    text-shadow: #000 0 2px;
    padding: 14px 0;
    left: 40px;
    position: relative;
    letter-spacing: 2px;
}
#car h4 i {
    font-size: 52px;
    vertical-align: sub;
    margin-right: 12px;
}
#car h4 span {
    font-size: 42px;
}
#car .atamakin {
    font-size: 24px;
    background: #fff;
    width: 152px;
    height: 44px;
    border-radius: 6px;
    text-align: center;
    line-height: 44px;
    float: right;
    position: relative;
    top: -60px;
    right: 20px;
}
#car #car-01 .atamakin {
    color: #7089f5;
}
#car #car-02 .atamakin {
    color: #32c5ea;
}
#car #car-03 .atamakin {
    color: #44dd59;
}
#car #car-04 .atamakin {
    color: #ebb600;
}
#car #car-05 .atamakin {
    color: #f56d5f;
}
.car-back {
    background: #fff;
    padding: 30px 30px;
    width: 918px;
    margin: auto;
}
#car ul {
    display: inline-block;
    margin-top: -16px;
}
#car li {
    width: 290px;
    border-radius: 6px;
    float: left;
    margin: 0 6px;
}
#car #car-01 li {
    border: solid 1px #c8d2ff;
}
#car #car-02 li {
    border: solid 1px #a2dbed;
}
#car #car-03 li {
    border: solid 1px #a2f1ad;
}
#car #car-04 li {
    border: solid 1px #f2d571;
}
#car #car-05 li {
    border: solid 1px #f9bcb7;
}
#car li .logo {
    position: absolute;
    padding: 20px 0 0 14px;
}
#car li .car-img {
    width: 280px;
    height: 210px;
    text-align: center;
    margin: auto;
    padding: 10px 0 0 0;
}
#car li p {
    font-size: 16px;
    color: #606060;
    font-weight: bold;
    padding: 8px 12px;
}
#car li p span {
    font-size: 14px;
    font-weight: normal;
    padding: 0 0 0 4px;
}
#car li .tukiduki {
    text-align: center;
    padding: 2px 0;
}
#car #car-01 li .tukiduki{
    background: #e5eafd;
}
#car #car-02 li .tukiduki{
    background: #cef1fa;
}
#car #car-03 li .tukiduki{
    background: #ddf9e1;
}
#car #car-04 li .tukiduki{
    background: #fbf0cc;
}
#car #car-05 li .tukiduki{
    background: #feeae8;
}
#car .tukiduki {
    font-size: 16px;
}
#car .tukiduki span {
    color: #dd1917;
}
#car .tukiduki big {
    font-size: 24px;
}
#car .tukiduki small {
    font-size:10px;
}
#car table {
    border-spacing: 0 10px;
}
#car td {
    font-size: 12px;
    width: 145px;
    text-align: center;
    line-height: 16px;
}
#car td:nth-child(2) {
    border-left: 1px solid #cecece;
}

.contact {
    background: #fff2e0;
    text-align: center;
}
.contact a {
    border-radius: 10px;
    width: 420px;
    height: 76px;
    line-height: 76px;
    margin: 40px auto 70px;
}
.contact a::after {
    content: url(../images/arrow.png);
    display: inline-block;
    float: right;
    right: 16px;
    padding: 28px 0;
    position: relative;
    transform: rotate(-90deg);
}