﻿@charset "utf-8";
@import 'fontello.css';
@import 'jquery.bxslider.css';
html {
	min-width: 100%; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
	color: #4c3220;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0;
	background: url(../img/shared/bg.jpg) repeat center top;
	min-width: inherit;
	max-height: 100%;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fb_iframe_widget > span {
    vertical-align: baseline !important;
}
.btn, .txt, .img {
padding: 0 10px;

}
.bx-wrapper {
 margin-bottom: 0;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
    left: 0!important;
    background: none!important;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-controls-direction a {
    width: 25px;
    height: 40px;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    background: url('../img/shared/la.png') no-repeat center/contain;
    -webkit-background-size: cover;
    background-size: cover;
    left: 0;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    background: url('../img/shared/ra.png') no-repeat center/contain;
    -webkit-background-size: cover;
    background-size: cover;
    right: -1px;
}

.price{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    
    text-align: center;
    
    
}
.price span{
    font-size: 16px;
}
dl, ul, .clearfix {
 clear:both;
overflow: hidden;
}
.txt, p, .note, li, dd, dt {
  line-height: 28px;
  letter-spacing: normal;
}
.lt-1 {
    letter-spacing: -1px;
}
#gmap, #map {
  height: 400px;
}
.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}
/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: auto;
}
/*=============================================
 * header
 *=============================================*/

#header {
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: url('../img/shared/nav_bg.png') repeat;
} 

/* #header h1 {
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 0.25px;
	color: #7d5e49;
	position: absolute;
	top: 0px;
	left: 0;
} */
#header .logo a {
    width: 100px;
    text-align: left;
    padding-left: 10px;
}
#header .logo a img{
    width: 100%;
}
#header .tel {
    position: absolute;
	top: 25px;
	right: 0;
}
#header .tel2 {
    position: absolute;
	top: 105px;
	right: 0;
}


#header .nav {
	padding: 0 0 20px;

}
#header .nav li {
	float: left;
}

/*=============================================
 * key
 *=============================================*/

#key {
    position: relative;
    margin-top: 72px;
}
/*=============================================
 * container
 *=============================================*/

#container {
}
/*=============================================
 * #socialbuttons
 *=============================================*/
.txt-c{
    text-align: center;
}
.txt-b{
    font-weight: bold;
}

#socialbuttons {
	margin: auto;
	padding: 5px 0;
	max-width: 350px;
}
/*=============================================
 * footer
 *=============================================*/
/*B*/
#f-btn {
    visibility: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    clear: both;
    z-index: 99999999;
}

/*end B*/
#footer {
	background:  url(../img/shared/nav_bg.png) repeat center top;
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.25px;
	color: #4c3220;
    padding-top: 30px;
}

#footer .info {
    padding-top: 5px;
}
#footer .logo {
	padding-bottom: 20px;
}

#footer .tel {
	padding-bottom: 10px;
}

#footer .nav {
	line-height: 30px;
	font-size: 14px;
	padding:  86px 0 0;
	letter-spacing:0.25px;
	color: #a5460a;
	position: relative;
}
#footer .nav li {
	

}
#footer .nav li a {
	padding: 0 2px;
	position: relative;
}
#footer .nav li + li {
	
}
#footer .nav li + li:before {
	
}
#footer .nav li:before {
	content: "|";
	padding-right: 5px;
}
#footer .nav li:last-child:after {
	content: "|";
	padding-left: 5px;
}


#socialbuttons {
	

}

/*=============================================
 * copyright
 *=============================================*/
#pagetop {
	bottom: 73px;
	right: 10px;
}
address {
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
    letter-spacing: 1.4px;
    line-height: 15px;
}
.text_center {
	text-align: center;
}
.ml_0 {
	margin-left: 0px !important;
}
.strong {
	font-weight: bold;
}
.text_right {
	text-align: right;
}
#socialbuttons > * {
	margin: 0 7px;
}
.w_500 {
	width: 500px;
}
.w_50pc {
	width: 50%;
}
.w_400{
	width: 400px;
}


.price{
	font-size: 20px;
	color: #a40000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	
}
.price span{
	font-size: 24px;
}

.box {
	width: 480px;
	background: url(../img/about/bg2.jpg) repeat center top;
	position: relative;
	line-height: 35px;
}
.box:before {
	background: url(../img/menu/icon1.png) no-repeat center top;
	height: 68px;
	width: 494px;
	position: absolute;
	top: -21px;
	left: -15px;
	content: '';
}
.box:after {
	background: url(../img/menu/icon2.png) no-repeat center top;
	height: 75px;
	width: 76px;
	position: absolute;
	bottom: -28px;
	right: -23px;
	content: '';
}
#pagetop img {
	width: 50px;
	height: auto;
}
.line {
    position: relative;
}

.line:after {
    content: '' !important;
    height: 1.9px !important;
    background: url('../img/shared/line.png') repeat-x center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 10px;
}

header .navBtn {
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    color:#644734;
}
header .navBtn span {
    display: block;
    height: 3px;
    width: 40px;
    margin:0 auto;
    background: #644734;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-top: 8px;
}
header .navBtn span:nth-of-type(2), 
header .navBtn span:nth-of-type(3) {
    margin-top: 5px;
}

header .navBtn span:nth-of-type(3) {
    margin-bottom:5px;
}

header .navBtn i{
    position:absolute;
    left:0;
    right:0;
    bottom: 6px;
    
}
/* ナビゲーションアイコン：アクティブ */
.navOpen .navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}
.navOpen .navBtn span:nth-of-type(2) {
    margin-top: 6px;
    opacity: 0;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
.navOpen .navBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}
header .button-toggle {
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0px;
    width: 60px;
}
header .button-toggle span {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin-top: 5px;
}
header .menu_toggle {
    display: none;
    position: fixed;
    width: 100%!important;
    top: 72px;
    right: 0;
    overflow-y: auto;
    color: #999;
    z-index: 9999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .menu_toggle ul {
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}
header .menu_toggle li {
    position: relative;
    padding: 3px 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    clear: both;
}
header .menu_toggle li span {
    padding-left: 10px;
}
header .menu_toggle a {
    display: block;
    color: #333;
    text-decoration: none;
    line-height: 16px;
    font-size: 15px;
}
header .menu_toggle ul li a {
    display: block;
    padding: 15px 0 15px 10px;
}
header .menu_toggle ul li a:after {
    content: '\f105';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -7px;
}
header .menu_toggle .last {
    background-color: #5a0000;
}
header .close_btn,
header .close_btn1,
header .close_btn2{
    width: 100%;
    height: 40px;
    padding-top: 1px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    display: block;
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: center;
    background-color: #ccc;
    z-index: 100;
}
header .close_btn span,
header .close_btn1 span,
header .close_btn2 span{
    font-size: 24px;
}
header .logo {
    background:url(../img/shared/header_bg.jpg) top center no-repeat;
    background-size:cover;
    padding:5px 0;
}

header #belt {
}

header #hd_top {
    position: relative;
    height: 54px;
    top:0;
    left:0;
    right:0;
    z-index:1000;
}

header h1 {
    overflow:hidden;
    text-align: center;
    font-size: 10px !important;
    line-height: 15px;
    padding-bottom: 3px;
    color: #644734;
}
/*====================== nav ====================== */

header .topnavi {
    position: absolute;
    bottom: 0px;
    right: 0px;
    top:0;
    left:0;
}
header .topnavi li {
    float:left;
    position: relative;
    vertical-align: top;
    border-left: 1px solid #644734;
    height:100%;
    box-sizing: border-box; 
}
header .topnavi li{
    width: 20%;
}
header .topnavi li:first-child{
    width: 40%;
}
header .topnavi li:first-child{border-left:none;}
header .topnavi li a {
    text-align: center;
    display: block;
    padding: 6px 0 0;
    color: #644734;

}
header .topnavi li a:before{
	font-size: 20px;
}
header .topnavi li a:hover {
    text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    font-size: 19px;
    font-weight: normal;
}
header .topnavi li.btn_navi1{
    color:#644734;
    line-height: 20px;
    text-align: center;
    padding: 6px 0 0;
}
header .topnavi li.btn_navi2{
    color:#6c9a9a;
}
header .menu_toggle {
    background:#ededed;
}
header .menu_toggle.nav-style01 {
    top: 0px;
    right: -100%;
    display: block;
    transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: 0;
}

header .topnavi li.btn_name span{
/*     font-size:16px;
    font-weight:bold;
    padding:10px 0 0;
    display:block;
    width:100%;
    text-align:center; */
}

header .topnavi li.btn_name span:before{
	font-size: 20px;
    line-height: 18px;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
    left: 0!important;
    background: none!important;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}




#footer #btn_pc {}

#footer #btn_pc a {
    padding: 8px 0;
    border: 1px solid #8b6746;
    margin: 0 auto 5px;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    width: 250px;
    color: #fff;
    background-image: none;
    text-align: center;
    line-height: 32px;
}

.seemore {
    font-size: 19px;
    padding: 8px 0;
    text-align: center;
}
.line {
    position: relative;
}
.line:after {
    content: '';
    height: 2px;
    background: url('../img/shared/line.png') repeat-x center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.spacing-1 {
    letter-spacing: -1px;
}
.mb-13 {
    margin-bottom: 13px !important; 
}
.fs-17 {
    font-size: 17px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}