@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    box-sizing: border-box;
}

body {
    min-width: 1200px;
    color: #82642C;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    background: #ffd0e8;
}
#wrapper {
    position: relative;
    overflow: hidden;
    width: 970px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
}
a {
    text-decoration: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}
a:hover img {
    opacity: 0.75;
}

.left {
    float: left;
}
.right {
    float: right;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* ====================================================================================================
    header_bar
   ==================================================================================================== */

.header_bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 19px 30px 0;
    width: 100%;
    height: 50px;
    background-color: #E7E3DB;
}
.header_bar h1 {
    float: left;
    font-size: 10pt;
    font-weight: normal;
}
.header_bar h2 {
    float: right;
    font-size: 10pt;
    font-weight: normal;
}

/* ====================================================================================================
    header_visual
   ==================================================================================================== */

.header_visual {
    z-index: -1;
    position: relative;
    margin: 0 0 -120px;
    width: 100%;
    overflow: hidden;
}
.header_visual img {
    height: auto;
}
.header_visual .bg img {
    width: 100%;
}
.header_visual .lead {
    z-index: 10;
    position: absolute;
    top: 70px;
    left: 30px;
}
.header_visual .lead img {
    width: 600px;
}
.header_visual .race-l {
    z-index: 1;
    position: absolute;
    bottom: -170px;
    left: -110px;
}
.header_visual .race-r {
    z-index: 1;
    position: absolute;
    bottom: -115px;
    right: -30px;
}
.header_visual .logo {
    z-index: 1;
    position: absolute;
    top: 50px;
    right: 30px;
}

.contents-head {
    display: block;
    position: rekative;
    width: 150%;
    margin-left: -25%;
    border-top: 500px solid #e0efeb ;
    background-color: #e0efeb;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}

#contents {
    display: block;
    position: relative;
    z-index: 10;
    margin-top: -430px;
    text-align: center;
}

.contents_title {
    margin-bottom: 20px;
}

.intro {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    background: no-repeat url(../img/intro_balloon.png) center top;
    background-size: 100% auto;
}

.race-box {
    margin: 0 auto 50px;
    padding: 80px 0 30px;
    width: 100%;
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    background: #fff no-repeat url(../img/lace.png);
    background-size: contain;
    overflow: hidden;
}

/* ====================================================================================================
    introduction
   ==================================================================================================== */

#introduction {
    background-color: #e0efeb;
}

.section_title {
    margin-bottom: 35px;
}

#introduction .step {
    width: 100%;
    height: 300px;
    margin-top: -40px;
    background: url(../img/introduction_step_txt.png) center top no-repeat;
    background-size: 100% auto;
}
#introduction .step li {
    height: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    visibility: hidden;
}

a.toform {
    display: block;
    margin-bottom: 20px;
}
.tel_txt {
    margin-bottom: 30px;
}
.tel_num {
    padding-bottom: 40px;
}

/* :::::: points :::::: */

.points {
    position: relative;
    width: 100%;
    height: 306px;
    background: url(../img/points_img.jpg) center center;
    background-size: cover;
    overflow: hidden;
}
.points:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
}
.points img {
    position: relative;
    margin-top: 70px;
}

/* :::::: facility-list :::::: */

#facility .facility-list {
    list-style: none;
    padding: 30px;
    text-align: left;
}
#facility .facility-list .facility {
    float: left;
    width: 505px;
    margin-bottom: 30px;
    padding: 15px;
    background-color: #e1dba8;
}
#facility .facility-list .facility:nth-child(2n) {
    float: right;
}
.facility-list .facility .article {
    padding: 15px 0 18px;
}
.facility-list .facility .article > img {
    float: left;
    width: 125px;
}
.facility-list .facility .article .txt {
    float: right;
    width: 330px;
    margin-top: 5px;
}
#facility .facility-list .facility .address {
    border-top: 1px dashed #82642c;
    margin: 0 -15px;
    padding-top: 15px;
    text-align: center;
}

/* ====================================================================================================
    vooice
   ==================================================================================================== */

#voice {
    padding-top: 50px;
    background-color: #f0ddeb;
}
#voice .clients-list {
    list-style: none;
    padding: 0 30px;
}
#voice .clients-list .client {
    margin-bottom: 70px;
}
#voice .clients-list .client > img {
    float: left;
    width: 151px;
}
#voice .clients-list .client .caption {
    float: right;
    width: 740px;
    text-align: left;
}
#voice .clients-list .client dt {
    margin-top: 14px;
}
#voice .clients-list .client .ttl {
    margin-top: 18px;
}
#voice .clients-list .client .txt {
    margin-top: 22px;
}
#voice .clients-list .client .txt img {
    width: 100%;
    height: auto;
}

/* ====================================================================================================
    request-form
   ==================================================================================================== */

#request-form {
    padding: 50px 0;
    background-color: #fff;
}
#request-form form {
    margin: 0 auto;
    padding: 40px 0 60px;
    width: 100%;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: #e7e3db;
}
#request-form form .process {
    list-style: none;
    width: 90%;
    height: 53px;
    margin: 0 auto 50px;
    background: url(../img/form_process.png) no-repeat;
    background-size: 100% auto;
}
#request-form form .process li {
    height: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    visibility: hidden;
}
#request-form form table {
    margin: 40px auto 50px;
}
#request-form form table tbody tr td {
    padding: 8px;
    font-size: 10pt;
    text-align: left;
    vertical-align: top;
}
#request-form form table tbody tr td label {
    cursor: pointer;
    display: inline-block;
    padding-top: 9px;
    font-size: 12pt;
    font-weight: bold;
}
#request-form form table tbody tr td .checkbox {
    padding: 10px 0;
    color: #000;
    font-size: 10pt;
    font-weight: normal;
}
#request-form form table tbody tr td input[type=text],
#request-form form table tbody tr td textarea,
#request-form form table tbody tr td select {
    width: 450px;
    padding: 8px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    font-size: 12pt;
    font-weight: normal;
}
#request-form form table tbody tr td #prefecture {
    width: 90px;
    height: 34px;
    margin-right: 5px;
    vertical-align: top;
}
#request-form form table tbody tr td #city {
    width: 350px;
}
#request-form form table tbody tr td textarea {
    line-height: 1.4;
}
#request-form form table tbody tr td table {
    margin: 0;
    text-align: left;
}
#request-form form table tbody tr td table tbody tr td {
    padding: 0 60px 0 0;
}
#request-form form table tbody tr td table tbody tr td input[type=checkbox] {
    margin-right: 10px;
}
#request-form form table tbody tr td .required {
    margin-top: 5px;
    padding: 6px 10px 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    background: #D73F73;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#request-form form table tbody tr td .required:before {
    content: "必 須";
    color: #fff;
}
#request-form form table .error {
    color: red;
    background-color: #fee;
}
#request-form form table .errmsg {
    display: none;
    padding: 13px 0px 0px 20px;
    color: red;
    background: no-repeat url(../img/error.gif) left 12px;
}

/* ====================================================================================================
    footer
   ==================================================================================================== */

footer .bottomline {
    padding: 16px 30px 14px;
    font-size: 10pt;
    font-weight: bold;
    background-color: #b5c640;
}
footer nav {
    background-color: #82642c;
}
footer nav .container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 22px 270px;
    background: url(../img/logo.png) no-repeat 60px 0;
    background-size: auto 110px;
}

footer nav .container ul {
    list-style: none;
    margin-bottom: 15px;
}
footer nav .container ul li {
    float: left;
    font-size: 10pt;
}
footer nav .container ul li + li:before {
    content: "";
    display: block;
    float: left;
    width: 1px;
    height: 1em;
    background: #fff;
}
footer nav .container ul li a {
    padding-right: 1em;
    color: #fff;
}
footer nav .container ul li + li a {
    padding: 0 1em;
}

footer nav .container .copyright {
    margin-top: 15px;
    color: #fff;
    font-size: 10pt;
}
