/* --------------------------------------------------
    import
-------------------------------------------------- */
/* compass
---------------------------------------------- */
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;
}

body {
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
    line-height: 1.7;
    letter-spacing: 1px;
    color:#929292;
    font-size:15px;
    background-image:url(/images/bg_body.png);
}
.bg_blue {
 background-color:#f5f8fb;
padding:80px 0px;
}
.bg_grey {
    background-color:#f7f7f7;
padding:80px 0px;
}
.bg_white {
    background-color:#fff;
padding:80px 0px;
}
ul {
  list-style: none;
}
ol {
margin-left:30px;
}

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;
}
b {
font-weight:bold;
}
a {
color:#555;
}
a img {
  border: none;
}
a:link {
text-decoration:none;
}

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

#slider {
    clear: both;
    height: 575px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}
.bx-wrapper .bx-viewport {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
}
#slider ul li {
    height: 634px !important;
    width: 1995px !important;
}
#slider ul {
    height: 634px !important;
    left: 50%;
    margin-left: -997.5px;
    top: 0;
    width: 1995px !important;
}
.nav_area {
    clear: both;
    height: 210px;
    left: 0;
    min-width: 980px;
    overflow: hidden;
    position: absolute;
    top: -90px;
    width: 100%;
    z-index: 0;
}
.mgt80 {
margin-top:80px;
}
.mgt70 {
margin-top:70px;
}
.mgt40 {
margin-top:40px;
}
.mgt20 {
margin-top:20px;
}
.mgt10 {
margin-top:10px;
}
.mgt5 {
margin-top:1px;
}
.mgb70 {
margin-bottom:70px;
}
h2 {
font-size:36px;
line-height:1.5;
margin-bottom:30px;
color:#252525;
}
h3 {
font-weight:bold;
color:#252525;
margin-bottom:20px;
}
.tac {
text-align:center;
}


table.table th {
background-color:#fff;
}

#footer {
background-color:#282828;
padding:130px 0px 130px;
text-align:center;
position:relative;
}
#tel {
color:#fff;
font-size:40px;
}
#copy {
color:#777777;
}
#address {
color:#fff;
margin-top:40px;
}
.photobox {
height:400px;
}
.detailbox {
    background: none repeat scroll 0 0 gray;
    display: block;
    margin: 1%;
    overflow: hidden;
    position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}
.detailbox .overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 350ms ease 0s;
    width: 100%;
}
.overlay .tit {
font-weight:bold;
color:#fff;
text-align:center;
padding-top:35%;
font-family: 'Roboto Slab', serif;
}
.overlay .cont {
color:#fff;
width:80%;
margin:10px auto;
}
.detailbox:hover .overlay {
    opacity: 1;
}

@media (max-width: 768px) {

.xs-mgt40{
margin-top:40px;
}

h2 {
font-size:20px;
line-height:1.5;
margin-bottom:30px;
color:#252525;
font-family: 'Roboto Slab', 'ヒラギノ角ゴ Pro W3';
}

.photobox {
height:150px;
}

#tel {
color:#fff;
font-size:20px;
}
#copy {
color:#777777;
font-size:70%;
}
#address {
color:#fff;
margin-top:40px;
font-size:80%;
}

}

#home { 
background: url(/images/bg05.jpg) 50% 0 repeat fixed; min-height: 500px;
height: 500px; 
  margin: 0 auto; 
  width: 100%; 
  max-width: 1920px; 
  position: relative; 
}
#home article { 
  height: 258px; 
  position: absolute; 
  text-align: center; 
  top: 200px; 
  width: 100%; 
  color:#fff;
}

.fontR {
color:#ff3300;
}


#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#page-top a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.55);
    background-color:#333;
    border-radius: 50px;
    color: #FFFFFF;
    display: block;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}


#social {
position:absolute;
top:-30px;
right:0px;
}

#social ul li {
float:left;
padding:3px 10px;
background-color:#282828;
border-top-left-radius:5px;
border-top-right-radius:5px;
}
#social ul li a {
color:#fff;
}

header {
background-color:#000;
background-image:url(/images/bg_stripe.png);
}
header.pc ul li {
float:left;
width:150px;
line-height:120%;
}
header.pc ul li span {
font-size:70%;
}
header.pc ul li a {
color:#fff;
    background-color: #000;
    display: block;
    height: 80px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding-top:25px;
background-image:url(/images/bg_stripe.png);
}
header.pc ul li a:hover {
color:#857a67;
}

.default button[type="submit"] {
    font-size: 16px;
    margin: 30px 0 0;
    width: 140px;
}
.default button {
    background: none repeat scroll 0 0 #CB7449;
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 2px 0 0 #8A5235;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    margin: 10px 0 10px 100px;
    padding: 5px 10px;
    text-shadow: 1px -1px 2px #77442B;
    transition: all 0.1s ease-in 0s;
    width: 170px;
}

.default input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #9E9C9C;
    color: #666666;
    font-size: 14px;
    height: 28px;
    line-height: 14px;
    padding: 6px 10px 4px;
}
.default input[type="text"], .default input[type="password"] {
    border: 2px solid #AFC4CF !important;
    border-radius: 5px 5px 5px 5px;
    color: #616161 !important;
    font-size: 13px !important;
    height: 32px;
    padding: 0 10px;
}
.default li label {
    display: block;
}
.default label {
    float: left;
    font-size: 14px;
    line-height: 42px;
    width: 100%;
}

li.firstname {
float:left;
width:306px;
margin-right: 30px;
position: relative;
margin-bottom:15px;
}
li.firstname input, li.lastname input {
width:284px;
}
li.lastname {
float:left;
width:306px;
position: relative;
margin-bottom:15px;
}
li.pref {
    float: left;
width:306px;
}
li.pref select {
    background: none repeat scroll 0 0 white;
    border: 1px solid #9E9C9C;
    border-radius: 3px 3px 3px 3px;
    color: #616161;
    cursor: pointer;
    display: block;
    font-size: 13px !important;
    height: 35px;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    text-align: left;
    text-decoration: none;
    z-index: 9999;
}
li.kibou_date {
float:left;
width:100%;
position: relative;
margin-bottom:15px;
}
li.email, li.email input, li.telform, li.telform input {
width:100%;
}

li.lastname {
float:left;
width:306px;
position: relative;
}

.box {
    border: 2px solid #333;
    border-radius: 8px;
    overflow: hidden;
    padding: 30px 2.91667% 30px;
    background-color:#fff;
}

.bs-docs-nav .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-collapse {
background-color:#fff;
}
.navbar-collapse ul li {
border-bottom:1px dotted #ddd;
}

input, radiobutton {
vertical-align:middle;
}