@charset "utf-8";
/*----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/
html {
    -webkit-text-size-adjust: none;
    overflow-y: scroll;
}
body {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "メイリオ", Meiryo, serif;
    width: 100%;
    height: 100%;
    font-size: 0.938em;
    line-height: 20px;
    color: #333333;
}
* {
-webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
a:link,
a:visited {
    text-decoration: none;
    color: #741705; 
}
#wrap {
    width: 100%;
}
#wrap__inner {
    width: 100%;/*display:none;*/
}
#wrap__contents {
/*display:none;*/
}
#header {
    width: 100%;
    background-color: rgba(255,255,255,0.90);
    position: fixed;
    top: 0;
    z-index: 999;
}
.header__inner {
    width: 100%;
}
.h__id {
    padding: 20px 0 10px;
    text-align: center;
}
.h__copy {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "メイリオ", Meiryo, serif;
    font-size: 14px;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 30px;
}
.h__btn__top {
    position: absolute;
    top: 29px;
    right: 365px;
}
.h__btn__map {
    position: absolute;
    top: 30px;
    right: 260px;
}
.h__btn__outline {
    position: absolute;
    top: 30px;
    right: 174px;
}
.h__btn__map a, .h__btn__outline a {
    padding: 11px 0;
}
.h__btn__request {
    position: absolute;
    top: 20px;
    right: 20px;
}
/*----------------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------------*/
#first_view {
    margin: 0 auto;
    width: 100%;
    position: relative;
    background: #fff;
}
#first_view img {
    width: 100%;
}


.sec_ttl {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 60px;
}

/* concept
--------------------------------------------------*/
.sec__block {
    text-align: center;
}
.concept__mess01 {
    margin-bottom: 50px;
}
.concept__mess02 {
    width: 100%;
    height: 400px;
    background: url(../../img/concept_img01.jpg) top center no-repeat;
    margin-bottom: 50px;
}
.mess021 {
    padding-top: 70px;
}
.mess031 {
    line-height: 2.8em;
    letter-spacing: .1em;
    margin-bottom: 50px;
}
.mess032 {
    margin-bottom: 50px;
}
/* Collection 
--------------------------------------------------*/
.colle__btn {
    text-align: center;
}
ul.btn_more {
}
ul.btn_more li {
    display: inline-block;
    margin-right: 40px;
}
ul.btn_more li.last {
    margin-right:  0;
}
/* flow 
--------------------------------------------------*/
.flow__ttl {
    background: url(../../img/flow_ttl_bg.png) no-repeat;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    font-style: italic;
    letter-spacing: .1em;
    height: 46px;
    padding: 14px 0 0 20px;
    margin-bottom: 5px;
}
.midashi01 {
    font-size: 16px;
    letter-spacing: .1em;
    margin-bottom: 30px;
}
.flow__set {
    width: 700px;
    padding-bottom: 58px;
    background: url(../../img/flow_arrow.gif) no-repeat bottom center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.flow__set__l {
    float: left;
}
.flow__set__r {
    margin-left: 280px;
}
.flow__set__r p {
    line-height: 1.6;
    letter-spacing: .1em;
}
.flow__set.end {
    background: none;
    padding-bottom: 0;
    margin-bottom: 60px;
}
.flow__colm {
    background: #f9f3eb;
    border: 1px solid #dfd0be;
    padding: 25px 30px;
    margin-top: 30px;
}
.flow__colm__ttl {
    margin-bottom: 25px;
    text-align: center;
}
.flow__colm p {
    font-size: 13px;
    line-height: 1.8;
}
/* special 
--------------------------------------------------*/
.special .sec_ttl {
    margin-bottom: 40px;
}
.special .midashi01 {
    margin-bottom: 1.5em;
}
.special .special_text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.sec__block.special {
    background: #f2f2f2;
    padding: 0 0 30px;
}
.special__list {
    text-align: center;
}
.special__list li {
    display: inline-block;
    height: 237px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.special__list li.last {
    margin-right: 0;
}
/* option 
--------------------------------------------------*/
.option__list {
    text-align: center;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "メイリオ", Meiryo, serif;
    font-size: 13px;
    letter-spacing: .1em;
    text-align: center;
}
.option__list li {
    display: inline-block;
    width: 226px;
    height: 310px;
    margin-right: 33px;
    margin-bottom: 30px;
}
.option__list li.last {
    margin-right: 0;
}
.option_ttl{
    font-size: 18px;
    margin: 20px 0;
}
option_text {
}
/* guide
--------------------------------------------------*/
table.guide__tbl {
    width: 820px;
    border-collapse: collapse;
    margin: 0 auto;
}
.guide__tbl th {
    border-top: 2px solid #000;
    border-right: 20px solid #fff;
    padding: 10px 0 30px 15px;
    width: 165px;
    vertical-align: top;
    background: url(../../img/icon_red_maru.png) no-repeat 0 1.1em;
    font-size: 16px;
}
.guide__tbl td {
    border-top: 2px solid #000;
    padding: 10px 0 30px 0;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}

/* Customer Voice 
--------------------------------------------------*/
.voice__set {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 50px;
}
.img__l {
    float: left;
}
.voice__r {
    padding-left: 324px;
}
.voice__ttl {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 25px;
}
.voice__ttl span {
    background: #c99530;
    padding: 5px 10px;
}
dl.interview {
    font-size: 14px;
}
.interview dt {
    color: #db9103;
    margin-bottom: .5em;
}
.interview dd {
    margin-bottom: 1.3em;
    background: url(../../img/icon_bull_4.gif) no-repeat 0 .6em;
    padding-left: .8em;
}
/* followus
--------------------------------------------------*/
.sec__block.followus {
    margin-bottom: 40px;
}
.sec_ttl.followus {
    margin-bottom: 20px;
    padding-top: 0;
}
.followus_sns {
    text-align: center;
}
.followus_sns li {
    display: inline-block;
    margin-right: 30px;
}
.followus_sns li.last {
    margin-right: 0;
}
.followus_sns li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.sec__block__contact {
    width: 740px;
    margin: 30px auto;
    border: 1px solid #000;
    padding: 30px 40px;
    text-align: center;
}
.contact__ttl {
    margin-bottom: 20px;
}
.contact__tel {
    margin-bottom: 20px;
}
.tel_no {
    margin-right: 20px;
}
/* Shop
--------------------------------------------------*/
#shopinfo {
    width: 100%;
    background: #f2f2f2;
    padding: 0 0 50px 0;
}
.sec_ttl.shop {
    margin-bottom: 30px;
}
.shop_inner {
    width: 1000px;
    margin: 0 auto;
}
#map_canvas {
    border: solid 2px #a0a0a0;
}
.midashi-shop01 {
    margin-bottom: 10px;
}
.shop_col_l {
    width: 360px;
    float: left;
    margin-right: 20px;
}
.shop_col_r {
    width: 380px;
    float: left;
}
.shop_col_l p, .shop_col_r p {
    font-size: 13px;
    color: #362e2b;
}
ul.shop_bana {
    float: right;
    width: 199px;
}
ul.shop_bana a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
ul.shop_bana li {
    margin-bottom: 30px;
}
ul.shop_bana li a {
    display: block;
    height: 45px;
}
.mapt { margin-top: 10px;}
.mapt a {
    background: #741705;
    color: #fff;
    padding: 4px 10px;
}
.mapt a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/*----------------------------------------------------------------------------------------------
	footer area
----------------------------------------------------------------------------------------------*/
#footer {
    width: 100%;
    padding: 25px 0px 50px 0px;
    background-color: #1b1b1b;
}
#footer a {
    color: #eee;
    text-decoration: none;
}
#footer a:hover {
    color: #FFF;
    background: #741705;
}
#footer address {
    text-align: center;
    font-size: 10px;
    color: #eee;
    letter-spacing: .1em;
}

/*----------------------------------------------------------------------------------------------
	page area
----------------------------------------------------------------------------------------------*/

@media screen and (max-width: 950px) {
}
/*----------------------------------------------------------------------------------------------
	COMMON
----------------------------------------------------------------------------------------------*/
.mb05 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb55 {
    margin-bottom: 55px;
}
.mb60 {
    margin-bottom: 60px;
}
.mt10 { margin-top: 10px;}

a.hover:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#nav-dock {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9999;
}
#nav-dock a {
    width: 50px;
    height: 50px;
    display: block;
    text-indent: -9999px;
    background-image: url(../img/btn_pagetop.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#nav-dock a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#btn_info {
    width: 79px;
    height: 82px;
    position: fixed;
    bottom: 22px;
    left: 10px;
}
.page_sec_ttl {
    text-align: center;
    margin-bottom: 20px;
}
.t_small {
    font-size: .9em;
}
.gentei_bana {
  float: left;
  margin-bottom: 20px;
}
