@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #4A9EFF;
    text-decoration: none;
}

body {
    color: #000;
    font-family: "Avenir Next", Arial, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 170%;
    -webkit-text-size-adjust: 100%;
}

.wrap {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 750px) {
    .wrap {
        width: 100%;
    }
}

.clearfix:before {
    content: " ";
    display: block;
    clear: both;
}

header {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    -moz-box-shadow: #bbb 0px 0px 2px;
    -webkit-box-shadow: #bbb 0px 0px 2px;
    box-shadow: #bbb 0px 0px 2px;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 60px;
    z-index: 9;
}

header h1 {
    float: left;
    padding: 15px 0px 0px 0px;
}

@media screen and (max-width: 750px) {
    header h1 {
        padding-left: 10px;
    }
}

header h1 img {
    width: 164px;
    height: 26px;
}

header ul {
    float: right;
    padding: 17px 0px 0px 0px;
}

@media screen and (max-width: 750px) {
    header ul {
        display: none;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        margin-top: 11px;
        border-top: solid 1px #4A9EFF;
        padding: 0px;
    }
}

header ul li {
    display: inline-block;
    margin-left: 20px;
}

@media screen and (max-width: 750px) {
    header ul li {
        display: block;
        border-bottom: solid 1px #4A9EFF;
        margin-left: 0px;
        line-height: 270%;
    }
}

header ul li a {
    color: #0F6AAE !important;
}

@media screen and (max-width: 750px) {
    header ul li a {
        display: block;
        padding-left: 10px;
    }
}

header #toggle {
    display: none;
    position: absolute;
    top: 13px;
    right: 10px;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    header #toggle {
        display: block;
    }
}

header #toggle span {
    display: block;
    width: 40px;
    height: 32px;
}

header #toggle .close {
    background-image: url(../img/common/toggle_on.png);
    background-position: left top;
    background-size: 40px 32px;
}

header #toggle .open {
    background-image: url(../img/common/toggle_off.png);
    background-position: left top;
    background-size: 40px 32px;
}

#visual {
    width: 100%;
    height: 540px;
    background-image: url("../img/common/bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 750px) {
    #visual {
        height: 400px;
    }
}

#visual img {
    padding-top: 200px;
    z-index: 999;
}

@media screen and (max-width: 750px) {
    #visual img {
        padding-top: 190px;
        width: 300px;
    }
}

#visual:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 324px;
    height: 216px;
    background-image: url("../img/common/leaf2.png");
    background-repeat: no-repeat;
    background-position: bottom left;
}

@media screen and (max-width: 750px) {
    #visual:after {
        width: 224px;
        height: 150px;
        background-size: 224px 150px;
    }
}

#visual:before {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 377px;
    height: 297px;
    background-image: url("../img/common/leaf1.png");
    background-repeat: no-repeat;
    background-position: top right;
}

@media screen and (max-width: 750px) {
    #visual:before {
        width: 260px;
        height: 204px;
        background-size: 260px 204px;
    }
}

#intro {
    background-image: url("../img/common/intro_bg.png");
    background-repeat: no-repeat;
    background-position: right top;
    padding: 30px 0px 30px 0px;
    margin-bottom: 40px;
    overflow: hidden;
}

@media screen and (max-width: 750px) {
    #intro {
        background-size: 200px 367px;
        margin-bottom: 0px;
    }
}

#intro h2 {
    float: left;
}

@media screen and (max-width: 750px) {
    #intro h2 {
        width: 100%;
        float: none;
        margin-left: 10px;
    }
}

@media screen and (max-width: 750px) {
    #intro h2 img {
        width: 100px;
    }
}

#intro .expln {
    width: 600px;
    margin-left: 250px;
}

@media screen and (max-width: 750px) {
    #intro .expln {
        background-color: #fff;
        width: 100%;
        padding: 20px 10px 0px 10px;
        margin-left: 0px;
    }
}

#intro .expln h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

#intro .expln ul {
    overflow: hidden;
    margin: 15px 0px 15px 0px;
    color: #fff;
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}

#intro .expln ul li {
    display: table-cell;
    vertical-align: middle;
}

#intro .expln ul li span {
    display: block;
    padding-top: 65px;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    background-color: #FFCA28;
}

@media screen and (max-width: 750px) {
    #intro .expln ul li span {
        padding-top: 35px;
        line-height: 120%;
        width: 100px;
        height: 100px;
    }
}

#intro .expln ul li span strong {
    font-size: 28px;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    #intro .expln ul li span strong {
        font-size: 18px;
    }
}

#intro .expln dl {
    text-align: center;
}

#intro .expln dl dt {
    padding: 10px 0px 10px 0px;
    background-color: #DDD;
}

#intro .expln dl dd {
    padding: 10px 0px 10px 0px;
    background-color: #F6F6F6;
    font-size: 16px;
    font-weight: bold;
}

#concept {
    background-image: url("../img/common/concept_bg.png");
    background-repeat: no-repeat;
    background-position: top left;
    height: 500px;
    text-align: center;
    color: #fff;
    padding: 80px 0px 0px 0px;
}

@media screen and (max-width: 750px) {
    #concept {
        padding: 50px 10px 0px 10px;
    }
}

#concept h2 {
    width: 210px;
    padding: 15px 0px 15px 0px;
    border: solid 1px #fff;
    margin: 0px auto 50px auto;
    font-size: 24px;
}

#concept h3 {
    margin: 0px auto 20px auto;
}

@media screen and (max-width: 750px) {
    #concept h3 img {
        width: 260px;
    }
}

#concept p {
    font-size: 16px;
    line-height: 220%;
}

@media screen and (max-width: 750px) {
    #concept p {
        text-align: left;
        font-size: 15px;
    }
}

@media screen and (max-width: 750px) {
    #concept p br {
        display: none;
    }
}

#faq {
    text-align: center;
    padding: 50px 0px 0px 0px;
    border-bottom: solid 1px #eee;
}

#faq h2 {
    width: 210px;
    padding: 15px 0px 15px 0px;
    border: solid 1px #000;
    margin: 0px auto 50px auto;
    font-size: 24px;
}

#faq .entry {
    width: 750px;
    margin: 0px auto 30px auto;
}

@media screen and (max-width: 750px) {
    #faq .entry {
        width: 100%;
        padding: 0px 10px 0px 10px;
    }
}

#faq .entry dl {
    text-align: left;
    line-height: 150%;
}

#faq .entry dl dt {
    padding: 5px 0px 5px 40px;
    margin-bottom: 5px;
    background-image: url("../img/common/faq.png");
    background-repeat: no-repeat;
    background-position: left center;
}

#faq .entry dl dd {
    border-radius: 5px;
    background-color: #FFEFBF;
    padding: 15px;
}

@media screen and (max-width: 750px) {
    #faq .entry dl br {
        display: none;
    }
}

#message {
    text-align: center;
    padding: 50px 0px 0px 0px;
}

#message .wrap {
    background-image: none;
}

@media screen and (max-width: 750px) {
    #message .wrap {
        background-image: none;
    }
}

#message .wrap h2 {
    width: 210px;
    padding: 15px 0px 15px 0px;
    border: solid 1px #000;
    margin: 0px auto 50px auto;
    font-size: 24px;
}

#message .wrap p {
    line-height: 200%;
    margin-bottom: 50px;
    text-align: left;
}

@media screen and (max-width: 750px) {
    #message .wrap p {
        width: 100%;
        margin-left: 0px;
        padding: 0px 10px 0px 10px;
    }
}

#outline {
    background-image: url("../img/common/outline_bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    height: 650px;
    text-align: center;
    color: #fff;
    padding: 80px 0px 0px 0px;
}

@media screen and (max-width: 750px) {
    #outline {
        background-color: #807D7E;
        background-position: bottom right;
        padding: 40px 10px 0px 10px;
        height: 700px;
    }
}

#outline h2 {
    width: 210px;
    padding: 15px 0px 15px 0px;
    border: solid 1px #fff;
    margin: 0px auto 50px auto;
    font-size: 24px;
}

@media screen and (max-width: 750px) {
    #outline h2 {
        margin: 0px auto 30px auto;
    }
}

#outline dl {
    padding-left: 125px;
}

@media screen and (max-width: 750px) {
    #outline dl {
        width: 100%;
        padding: 0px;
    }
}

#outline dl dt {
    width: 300px;
    margin-right: 20px;
    margin-bottom: 15px;
    float: left;
    text-align: right;
}

@media screen and (max-width: 750px) {
    #outline dl dt {
        width: 100%;
        margin-bottom: 0px;
        float: none;
        text-align: left;
    }
}

#outline dl dd {
    text-align: left;
    padding-left: 320px;
    margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
    #outline dl dd {
        padding-left: 0px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 750px) {
    #outline dl br {
        display: none;
    }
}

#access {
    text-align: center;
    padding: 50px 0px 50px 0px;
    overflow: hidden;
}

#access h2 {
    width: 210px;
    padding: 15px 0px 15px 0px;
    border: solid 1px #000;
    margin: 0px auto 50px auto;
    font-size: 24px;
}

#access #map-canvas {
    width: 100%;
    height: 350px;
}

#access #location,
#access #expln {
    text-align: left;
    width: 300px;
    float: left;
    margin-top: 10px;
}

@media screen and (max-width: 750px) {

    #access #location,
    #access #expln {
        padding-left: 10px;
    }
}

#access #location h3,
#access #expln h3 {
    font-weight: bold;
    margin-top: 10px;
}

#access #expln {
    width: 400px;
    padding-left: 30px;
    border-left: solid 1px #DDD;
}

@media screen and (max-width: 750px) {
    #access #expln {
        padding-left: 10px;
        margin-top: 0px;
        border-left: none;
    }
}

#inquiry {
    padding: 50px 0px 40px 0px;
    background-color: #E8F3FF;
}

#inquiry h2 {
    width: 210px;
    text-align: center;
    padding: 15px 0px 15px 0px;
    border: solid 1px #000;
    margin: 0px auto 50px auto;
    font-size: 24px;
}

#inquiry .msg {
    background-color: #FFF2CA;
    border: solid 1px #FFE599;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 13px;
}

#inquiry #form dl {
    padding-left: 60px;
}

@media screen and (max-width: 750px) {
    #inquiry #form dl {
        padding: 0px 10px 0px 10px;
    }
}

#inquiry #form dl dt {
    width: 300px;
    margin-right: 20px;
    margin-bottom: 15px;
    padding: 12px 0px 0px 0px;
    float: left;
    text-align: right;
}

@media screen and (max-width: 750px) {
    #inquiry #form dl dt {
        width: 100%;
        float: none;
        text-align: left;
        margin-bottom: 5px;
    }
}

#inquiry #form dl dt span {
    padding-left: 10px;
}

#inquiry #form dl dd {
    text-align: left;
    padding-left: 320px;
    margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
    #inquiry #form dl dd {
        padding-left: 0px;
        margin-bottom: 5px;
    }
}

#inquiry #form dl dd input[type="text"],
#inquiry #form dl dd input[type="tel"],
#inquiry #form dl dd input[type="email"],
#inquiry #form dl dd textarea {
    -webkit-appearance: none;
    font-family: inherit;
    border-radius: 5px;
    border: solid 1px #E8F3FF;
    padding: 15px;
    width: 400px;
}

@media screen and (max-width: 750px) {

    #inquiry #form dl dd input[type="text"],
    #inquiry #form dl dd input[type="tel"],
    #inquiry #form dl dd input[type="email"],
    #inquiry #form dl dd textarea {
        width: 100%;
    }
}

#inquiry #form dl dd select {
    -webkit-appearance: none;
    border-radius: 5px;
    border: solid 1px #E8F3FF;
    padding: 13px;
    width: 400px;
}

@media screen and (max-width: 750px) {
    #inquiry #form dl dd select {
        background-color: #fff;
        width: 100%;
    }
}

#inquiry .btn {
    width: 100%;
    text-align: center;
}

#inquiry .btn input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 5px;
    margin: 20px auto 10px auto;
    background-color: #00A3D9;
    border: solid 1px #00A3D9;
    color: #fff;
    padding: 15px 30px 15px 30px;
}

#inquiry #fp {
    padding: 0px 10px 0px 10px;
}

#inquiry #fp h3 {
    border-top: solid 1px #ddd;
    font-weight: bold;
    padding: 20px 0px 0px 0px;
}

#inquiry #fp #privacy {
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    padding: 0px 10px 0px 10px;
    height: 120px;
    font-size: 13px;
}

#inquiry #fp #privacy h4 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: solid 1px #eee;
    padding: 0px 0px 5px 10px;
}

#inquiry #fp #privacy p {
    margin-bottom: 20px;
    padding: 0px 0px 5px 10px;
}

#inquiry #fp #privacy dl {
    margin-left: 10px;
    margin-bottom: 20px;
    padding: 0px 0px 5px 10px;
}

#inquiry #fp #privacy dl dt {
    float: left;
}

#inquiry #fp #privacy dl dd {
    padding-left: 20px;
}

#pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

@media screen and (max-width: 750px) {
    #pagetop {
        bottom: 10px;
        right: 10px;
    }
}

#pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #4A9EFF;
    border-radius: 50%;
}

#pagetop a:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border: 1px solid #4A9EFF;
    border-left-color: #FFF;
    border-top-color: #FFF;
    text-indent: -9999;
    top: 26px;
    left: 22px;
    transform: rotate(45deg);
}

#popup {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 999;
    display: none;
}

#popup #content {
    border-radius: 5px;
    width: 300px;
    margin: 100px auto 0px auto;
    background-color: #fff;
}

#popup #content h2 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #4A9EFF;
    padding: 10px 0px 10px 0px;
    color: #fff;
}

#popup #content p {
    font-size: 13px;
    text-align: left;
    padding: 15px;
}

#popup #content button {
    border-radius: 5px;
    border: solid 1px #ddd;
    background-color: #eee;
    padding: 5px 30px 5px 30px;
    margin-bottom: 20px;
    cursor: pointer;
}

footer {
    text-align: center;
    font-size: 11px;
    padding: 10px 0px 10px 0px;
    color: #bbb;
}