@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

@font-face {
    font-family: 'brandon-grotesque';
    src: url("../font/brandon-grotesque-thin.woff") format("woff"), url("../font/brandon-grotesque-thin.woff2") format("woff2"), url("../font/brandon-grotesque-thin.ttf") format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: 'brandon-grotesque';
    src: url("../font/brandon-grotesque-light.woff") format("woff"), url("../font/brandon-grotesque-light.woff2") format("woff2"), url("../font/brandon-grotesque-light.ttf") format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: 'brandon-grotesque';
    src: url("../font/brandon-grotesque-regular.woff") format("woff"), url("../font/brandon-grotesque-regular.woff2") format("woff2"), url("../font/brandon-grotesque-regular.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'brandon-grotesque';
    src: url("../font/brandon-grotesque-medium.woff") format("woff"), url("../font/brandon-grotesque-medium.woff2") format("woff2"), url("../font/brandon-grotesque-medium.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'brandon-grotesque';
    src: url("../font/brandon-grotesque-bold.woff") format("woff"), url("../font/brandon-grotesque-bold.woff2") format("woff2"), url("../font/brandon-grotesque-bold.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: 'brandon-grotesque';
    src: url("../font/brandon-grotesque-black.woff") format("woff"), url("../font/brandon-grotesque-black.woff2") format("woff2"), url("../font/brandon-grotesque-black.ttf") format("truetype");
    font-weight: 600;
}


/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers
*/

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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


/* CSS default */

html {
    font-size: 62.5%;
}

body {
    font-family: 'brandon-grotesque', 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    line-height: 1.4;
    /*min-height: 2000px;*/
    padding-top: 42px;
    color: #454545;
    letter-spacing: 0.4px;
}

p {
    font-size: 1.3rem;
    line-height: 2.5rem;
    letter-spacing: 0.4px;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    text-decoration: underline;
}

em {
    font-size: 2rem;
    font-style: normal;
}

h2 {
    font-size: 2.4rem;
    font-weight: 500;
    margin: 50px 0 30px 0;
}

h2 span {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 10px;
    position: relative;
}

h2 span:before {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    margin: 10px auto;
    background-color: #bd9860;
}

h3 {
    font-size: 2.2rem;
    font-weight: 500;
}

section#begin {
    text-align: center
}

section#price {
    text-align: center
}

section#flow {
    text-align: center
}

section#staff {
    text-align: center
}

section#place {
    text-align: center
}


/* helper class*/

.border-r {
    border-right: 1px solid #FFF;
}

.bg-change {
    background-color: #ededed;
}

.mt1 {
    margin-top: 1% !important;
}

.mt2 {
    margin-top: 2% !important;
}

.mt3 {
    margin-top: 3% !important;
}

.mt4 {
    margin-top: 4% !important;
}

.mt5 {
    margin-top: 5% !important;
}

.mb1 {
    margin-bottom: 1% !important;
}

.mb2 {
    margin-bottom: 2% !important;
}

.mb3 {
    margin-bottom: 3% !important;
}

.mb4 {
    margin-bottom: 4% !important;
}

.mb5 {
    margin-bottom: 5% !important;
}


/* main content*/

.main-content .readtext {
    padding: 15px 0;
    margin: 0;
    text-align: center;
}


/* navbar*/

.navbar {
    min-height: 46px;
    margin-bottom: 0;
}

.navbar-header {
    height: 44px;
    background-color: #bd9860;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #bd9860;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-header {
    text-align: center;
}

a.navbar-brand {
    position: absolute;
    top: 2px;
    float: none;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
}

.navbar-default {
    background-color: #bd9860;
    border-color: #bd9860;
    border: none;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
    font-size: 1.3rem;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-toggle .icon-bar {
    height: 3px;
    width: 32px;
}

.navbar-toggle .icon-bar {
    margin-top: 5px;
}

.navbar-toggle {
    padding: 0;
    margin-right: 10px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #bd9860;
}

.text-lead {
    padding: 15px 0;
    margin: 0;
    background-color: #ededed;
}

/*cp*/
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.cp {
    text-align: center;
}

.cp img {
    width: 700px;
    height: 100%;
    display: inline-block;
}

/*section*/

section {}

section span {
    display: block;
}


/*section01*/

section#begin p:first-child,
section#price p:first-child {
    font-weight: 500;
    background: #FFF;
    margin: 20px 0;
    font-size: 1.8rem;
}

section#begin div.row span:nth-of-type(1) {
    font-weight: 500;
    font-size: 1.6rem;
}

section#begin div.row span:nth-of-type(2) {
    font-weight: 500;
    font-size: 3.3rem;
    margin-top: 10px;
    line-height: 1.2;
}

section#begin div.row div:nth-of-type(2) p {
    font-weight: 500;
    font-size: 1.4rem;
    text-align: left;
}


/*section02*/

section#price p:first-child {
    background: #FFF;
    color: #bd9860;
    font-size: 1.4rem;
}

section#price p:nth-of-type(2) {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 1.6rem;
}

section#price p:nth-of-type(3) {
    font-weight: 500;
    margin-bottom: 16px;
}

section#price table {
    border: 1px solid #bd9860;
    font-weight: 500;
}

section#price table th {
    background-color: #bd9860;
    color: #fff;
    border-bottom: 1px solid #FFF;
    text-align: center;
    padding: 2% 2%;
    font-size: 1.4rem;
    line-height: 2rem;
}

section#price table td {
    font-size: 1.4rem;
}

section#price table tr:last-child th {
    border-bottom: 1px solid #bd9860;
}

section#price table td {
    border-bottom: 1px solid #bd9860;
    text-align: left;
    padding: 2% 2%;
    line-height: 2rem;
}

section#price a.btn,
button.btn {
    background-color: #bd9860;
    border: 1px solid #bd9860;
    text-align: center;
    padding: 10px 60px;
    border-radius: 0;
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
}

section#price a.btn:hover,
button.btn:hover {
    background-color: #ffffff !important;
    border: 1px solid #bd9860 !important;
    color: #454545 !important;
}

section#price a.btn:hover {
    color: #bd9860;
    text-decoration: none;
}

section#price .contact-btn {
    margin-top: 3%;
}


/*section03*/

section#flow .panel {
    margin: 0;
    border: 1px solid #bd9860;
    border-radius: 0;
    box-shadow: none;
}

section#flow .panel div.panel-heading {
    background-color: #bd9860;
    color: #fff;
    border-bottom: 1px solid #FFF;
    text-align: center;
    padding: 10px 20px;
    border-radius: 0;
    box-shadow: none;
    font-size: 2.2rem;
}

section#flow .panel h3.panel-title {}

section#flow .panel .panel-body {
    font-size: 1.6rem;
}

section#flow img {
    margin: 15px auto;
    text-align: center;
    width: 24px;
    height: auto;
}


/*section04*/

section#staff div p:nth-of-type(2) {
    border-left: 1px solid #bd9860;
    border-right: 1px solid #bd9860;
    border-bottom: 1px solid #bd9860;
    text-align: left;
    padding: 10px;
    font-size: 1.3rem;
}

section#staff p:first-child {
    padding: 0
}

#place .label {
    border-radius: 0;
    margin: 0 0 5px 5px;
    display: inline-block;
}

#place .label-default {
    background-color: #cc9966;
    padding: 5px 10px;
    font-size: 1.6rem;
    font-weight: 500;
}


/*section05*/

section#place div.container:nth-of-type(2) div.row p:nth-of-type(1) {
    margin-bottom: 22px;
    font-size: 1.6rem;
}

section#place div.container:nth-of-type(2) div.row p:nth-of-type(2) {
    color: #cc9966;
    margin-bottom: 22px;
    font-size: 1.8rem;
}

section#place div.container:nth-of-type(2) div.row p:nth-of-type(2):before {
    content: "";
    display: inline-block;
    width: 58px;
    height: 1px;
    margin: 4px;
    background-color: #cc9966
}

section#place div.container:nth-of-type(2) div.row p:nth-of-type(2):after {
    content: "";
    display: inline-block;
    width: 58px;
    height: 1px;
    margin: 4px;
    background-color: #cc9966
}


/*section06*/

section#qa p:nth-of-type(1) {
    margin-bottom: 25px;
    font-size: 1.6rem;
    font-weight: 500;
}

section#qa dl {
    text-align: left;
}

section#qa dl dt {
    padding: 8px 18px;
    border-top: 1px solid #bd9860;
    border-bottom: 1px solid #bd9860;
    font-size: 1.6rem;
}

section#qa dl dt span {
    color: #bd9860;
    margin-right: 10px;
    display: inline;
    font-weight: 500;
    font-size: 1.8rem;
}

section#qa dl dd {
    padding: 15px 20px;
    background-color: #ededed;
    font-weight: 500;
    font-size: 1.3rem;
}

section#qa dl dd span {
    color: #bd6060;
    margin-right: 10px;
    display: inline;
    font-weight: 500;
    font-size: 1.8rem;
}

section#qa dl dd:last-child {
    border-bottom: 1px solid #bd9860;
}


/*sectioncontact*/

section#contact p:nth-of-type(1) {
    margin-bottom: 25px;
    font-size: 1.6rem;
    font-weight: 500;
}

section#contact .form-horizontal {
    font-size: 1.3rem;
}

section#contact .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 4px;
}


/*section07*/

section:nth-of-type(7) p {}


/*#tel-contact*/

section#tel-contact {
    background-color: #ededed;
    color: #FFF;
    margin-top: 30px;
}

section#tel-contact span {
    display: block;
    font-size: 1.3rem;
}

section#tel-contact div.row div:first-child {
    padding: 7px 0;
    font-size: 1.8rem;
    font-weight: 500;
}

#tel-contact .center-block {
    display: table;
}

.g-recaptcha {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
}


/*footer*/

footer {
    background-color: #454545;
    padding: 25px;
    color: #FFF;
    text-align: center;
}

footer div ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

footer div ul li {
    margin-bottom: 10px;
    font-size: 1.6rem;
}

footer div ul li a {
    color: #FFF;
}

footer div ul li:last-child {
    margin-bottom: 0;
}

footer div div.logo span {
    margin-bottom: 8px;
    display: block;
    font-size: 1.3rem;
}

footer div div.logo span:nth-of-type(3) {
    margin-bottom: 8px;
    display: block;
    font-size: 1.2rem;
}

section#staff .container .row .col-xs-6,
section#staff .container .row .col-sm-6 {
    margin-bottom: 30px;
}


/*privacy policy*/

#privacy h3 {
    font-size: 1.8rem;
    margin: 2% 0 1% 0;
}


/*tablet*/

@media (min-width: 768px) {
    body {
        padding-top: 114px;
    }

    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float: none;
    }

    .navbar-fixed-top {
        top: 64px;
    }

    span.logo-head {
        width: 100%;
        height: 64px;
        position: fixed;
        top: 0;
        background-color: #bd9860;
        padding: 6px 0;
    }

    a.navbar-brand {
        width: 50px;
        height: 50px;
        padding-top: 6px;
        text-align: center;
    }
}

@media (min-width:1024px) {
    section#contact .form-horizontal .control-label {
        text-align: right;
    }
}

@media (max-width:767px) {
    section#price table {
        border: none;
    }

    section#price table td {
        border-left: 1px solid #bd9860;
        border-right: 1px solid #bd9860;
        margin-top: -1px;
    }

    section#price table th,
    section#price table td {
        display: block;
        float: none;
        clear: both;
        width: 100%;
    }

    section#price table td {
        margin-bottom: 20px;
    }

    section#price table td:last-child {
        margin-bottom: 0;
    }
}

@media (max-width:414px) {
    html {
        font-size: 44%;
    }
}
