@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
	color: #fff;
	min-width: inherit;
	max-height: 100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 28px;
	font-size: 14px;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background-color: #db161e;
}
.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;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
/*=============================================
 * header
 *=============================================*/

header .logo {
	position: absolute;
	top: 15px;
	width: 200px;
	left: 5px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header #belt {
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 999;
}
header #hd_top {
	position: relative;
	/*	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);*/
	height: 76px;
	z-index: 99;
}
header h1 {
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	font-weight: normal;
	color: #fff;
	position: absolute;
	top: 2px;
	right: 5px;
	left: 5px;
	z-index: 1000;
}
/*====================== nav ====================== */

header .topnavi {
	position: absolute;
	bottom: 3px;
	right: 5px;
	height: 54px;
}
header .topnavi li {
	display: inline-block;
	position: relative;
	width: 60px;
	vertical-align: top;
}
header .topnavi li a {
	color: #fff;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 100%;
	padding-top: 5px;
	width: 100%;
	border-left: 1px dotted rgba(255,255,255,1.00);
}
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 .menu_toggle {
	background-color: #db161e;
}
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;
}
/*====================== end nav ====================== */
.go_slide {
	position: relative;
}
/*====================== header key ====================== */
.navbg {
	height: 76px;
	background-color: #db161e;
	position: absolute;
	top: -76px;
	width: 100%;
	left: 0;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navbg.active {
	top: 0px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.navOpen .navbg.active {
	box-shadow: none!important
}
header #key {
	position: relative;
	z-index:80;
	overflow: hidden;
	margin-top: 65px;
}
.bx-wrapper .bx-pager {
	color: #ffee00;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	bottom: 3%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 100;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 40%;
	width: 100%;
	z-index: 90;
}
.bx-wrapper .bx-controls-direction a {
	color: #e75a5a;
	font-family: "fontello";
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	outline: 0 none;
	text-indent: -9999px;
	top: 0%;
	z-index: 9999;
	width: 30px;
	display: block;
}
.bx-prev::after {
	content: "";
	left: 11px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	float: right;
}
.bx-next::after {
	content: "";
	right: 11px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}
header .bx-next {
	position: absolute;
	top: 0;
	right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #fff;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000000 none repeat scroll 0 0;
}

.gnavlr {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: rgba(0,0,0,.4);
    display: none;
}
.navOpen .gnavlr {
    visibility: visible;
    display: block;
}

/*====================== end nav ====================== */


/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/


footer {
	overflow: hidden;
	line-height: 26px;
	position: relative;
}
footer:before {
	content: "";
	background: #000;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
}
footer .shopinfo {
	padding: 6% 2.34% 5%;
	position: relative;
}
footer .shopinfo .logo {
	width: 200px;
	margin: 0 auto
}
footer .shopinfo dl {
	padding-top: 10px;
	width: 330px;
	margin: 0 auto;
}
footer .add {
	background-color: #000;
	padding: 5% 0;
}
footer .vcard {
	padding: 0 1%;
	margin-bottom: 3%;
}
footer .vcard dd {
	padding-left: 20px;
}
#f_logo {
	margin: 0 auto 5px;
	width: 145px;
}
#f_tel {
	width: 265px;
	margin-bottom: 10px;
}
footer .banner li {
	float: left;
	width: 32%;
	padding: 0 0.5%;
}
footer .link {
	margin: 0 auto 10px;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
footer .link p {
	width: 45%;
	min-width: 170px;
	max-width: 210px;
	margin: 0px auto;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	background: #970309;
	border: solid 1px rgba(255, 255, 255, 0.38);
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 1px #a8a398;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer address {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 10px;
}
footer .add-link {
	background-color: #970309;
	padding: 3% 0;
	margin-bottom: 2px;
}
footer .add-link ul {
	margin: 0 auto;
	max-width: 330px;
}
footer .add-link ul li {
	padding: 2px 0 2px 20px;
}
footer .add-link ul li a {
	position: relative;
	display: block;
	padding-left: 5px;
}
footer .add-link ul li a:before {
	content: "";
	position: absolute;
	background: url(../img/shared/foot-arrow_on.png) no-repeat;
	width: 11px;
	height: 12px;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
}
.shadw {
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
}
/*--------margin padding------------*/
.mb00 {
	margin-bottom: 0!important;
}
.mb05 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb25 {
	margin-bottom: 25px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb35 {
	margin-bottom: 35px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb45 {
	margin-bottom: 45px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.mt00 {
	margin-top: 0!important;
}
.mt05 {
	margin-top: 5px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt15 {
	margin-top: 15px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt25 {
	margin-top: 25px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt35 {
	margin-top: 35px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mt45 {
	margin-top: 45px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.pb00 {
	padding-bottom: 0!important;
}
.pb05 {
	padding-bottom: 5px!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb15 {
	padding-bottom: 15px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb25 {
	padding-bottom: 25px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.pb35 {
	padding-bottom: 35px!important;
}
.pb40 {
	padding-bottom: 40px!important;
}
.pb45 {
	padding-bottom: 45px!important;
}
.pb50 {
	padding-bottom: 50px!important;
}
.pt00 {
	padding-top: 0!important;
}
.pt05 {
	padding-top: 5px!important;
}
.pt10 {
	padding-top: 10px!important;
}
.pt15 {
	padding-top: 15px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt25 {
	padding-top: 25px!important;
}
.pt30 {
	padding-top: 30px!important;
}
.pt35 {
	padding-top: 35px!important;
}
.pt40 {
	padding-top: 40px!important;
}
.pt45 {
	padding-top: 45px!important;
}
.pt50 {
	padding-top: 50px!important;
}
.mlr {
	margin: 0 2.34%
}
.plr {
	padding: 0 2.34%
}
.txt-center {
	text-align: center;
}
.mb05pr {
	margin-bottom: 5%;
}
.mb06pr {
	margin-bottom: 5%;
}
.mb08pr {
	margin-bottom: 8%;
}
.mb10pr {
	margin-bottom: 10%;
}
.mb12pr {
	margin-bottom: 12%;
}
.mb14pr {
	margin-bottom: 14%;
}
.mb16pr {
	margin-bottom: 16%;
}
.mb18pr {
	margin-bottom: 18%;
}
.mb20pr {
	margin-bottom: 20%;
}
.pb05pr {
	padding-bottom: 5%;
}
.pb06pr {
	padding-bottom: 6%;
}
.pb08pr {
	padding-bottom: 8%;
}
.pb10pr {
	padding-bottom: 10%;
}
.pb12pr {
	padding-bottom: 12%;
}
.pb14pr {
	padding-bottom: 14%;
}
.pb16pr {
	padding-bottom: 16%;
}
.pb18pr {
	padding-bottom: 18%;
}
.pb20pr {
	padding-bottom: 20%;
}
.pt05pr {
	padding-top: 5%;
}
.pt06pr {
	padding-top: 6%;
}
.pt08pr {
	padding-top: 8%;
}
.pt10pr {
	padding-top: 10%;
}
.pt12pr {
	padding-top: 12%;
}
.pt14pr {
	padding-top: 14%;
}
.pt16pr {
	padding-top: 16%;
}
.pt18pr {
	padding-top: 18%;
}
.pt20pr {
	padding-top: 20%;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
#index #key {
	padding-bottom: 5%;
}
#index #key .bx-wrapper .bx-pager, #index #key .bx-wrapper .bx-controls-auto {
	position: relative;
	padding-top: 10px;
}
#index #key h3 {
	margin-bottom: -3%;
}
#index #sec1 {
	background: #bb0d14 url(../img/index/s1_bg02.jpg) no-repeat top center;
	position: relative;
	padding: 15% 0 5%;
}
#index #sec1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/index/s1_deco.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: 900px;
	width: 100%;
}
#index #sec1:after {
	content: "";
	position: absolute;
	bottom: -3%;
	left: 0;
	background: url(../img/index/s1_deco02.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: 892px;
	width: 100%;
}
#index #sec1 h2 {
	margin-bottom: 15px;
}
#index #sec1 > * {
	position: relative;
	z-index: 2;
}
#index #sec1 .slide_thm1 {
	padding: 0 2.34%;
	margin-bottom: 3%;
}
#index #sec1 .slide_thm1 a {
	display: block;
	float: left;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 2%;
}
#index #sec1 .slide_thm1 a:nth-child(2n) {
	float: right;
	margin-right: 0;
}
#index #sec1 .slide_thm1 a:nth-child(1) {
	background: url(../img/index/s1_tab01.png);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#index #sec1 .slide_thm1 a:nth-child(2) {
	background: url(../img/index/s1_tab02.png);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#index #sec1 .slide_thm1 a:nth-child(3) {
	background: url(../img/index/s1_tab03.png);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#index #sec1 .slide_thm1 a:nth-child(4) {
	background: url(../img/index/s1_tab04.png);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#index #sec1 .slide_thm1 a.active:nth-child(1) {
	background: url(../img/index/s1_tab01_on.png);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#index #sec1 .slide_thm1 a.active:nth-child(2) {
	background: url(../img/index/s1_tab02_on.png);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#index #sec1 .slide_thm1 a.active:nth-child(3) {
	background: url(../img/index/s1_tab03_on.png);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#index #sec1 .slide_thm1 a.active:nth-child(4) {
	background: url(../img/index/s1_tab04_on.png);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#index #sec1 .go_slide p.txt {
	padding: 0 2.34%;
	font-weight: bold;
}
#index #sec2 {
	background: #db161e;
	padding: 5% 0 8%;
}
#index #sec2 h3 {
	margin-bottom: 10px;
}
#index #sec2 .item {
	background: #9a1016 url(../img/index/s2_item_bg01.jpg) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding: 4% 2.34% 7%;
	margin: 0 2.34% 4%;
	position: relative;
	text-align: center;
}
#index #sec2 .item h4 {
	font-weight: bold;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 10px;
}
#index #sec2 .item a.link01 {
	position: absolute;
	display: block;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0;
	text-indent: -9999px;
	border: 2px solid #9b5b3c;
}
#index #sec2 .item .link02 {
	margin-bottom: 10px;
	position: relative;
	z-index: 5;
}
#index #sec2 .item a.tel {
	position: relative;
	z-index: 5;
}
#index #sec3 {
	position: relative;
}
#index #sec3 a.tel {
	position: absolute;
	height: 15%;
	bottom: 15%;
	left: 0;
	width: 100%;
	display: block;
	text-indent: -9999px
}
/*=============================================*/
/*                   　takayama　　　　　          */
/*=============================================*/
#takayama #key {
	background: url(../img/takayama/key_bg.jpg) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#takayama #sec1 {
	background-color: #bb0d14;
	padding-bottom: 8%;
}
#takayama #sec1 .txt {
	padding: 0 2.34%;
	font-weight: bold;
}
#takayama #sec2 {
	position: relative;
	padding: 5% 0 2%;
	background: url(../img/takayama/s2_deco02.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#takayama #sec2:before {
	content: "";
	background: url(../img/takayama/s2_deco01.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: 613px;
	width: 100%;
	position: absolute;
	top: -5%;
	left: 0;
}
#takayama #sec2 > * {
	position: relative;
	z-index: 1;
}
#takayama #sec2 h2 {
	margin-bottom: 4%;
}
#takayama #sec2 .go_slide1 {
	position: relative;
	margin: 0 2.34% 4%;
}
#takayama #sec2 ul.slide_thm {
	padding: 0 2.34%;
}
#takayama #sec2 ul.slide_thm li {
	float: left;
	width: 23%;
	margin-right: 2.5%;
}
#takayama #sec2 ul.slide_thm li:nth-child(4) {
	float: right;
	margin-right: 0;
}
#takayama #sec2 ul.slide_thm li:nth-child(5) {
	margin-left: 37%;
}
#takayama #sec2 ul.slide_thm li a {
	display: table;
	margin-bottom: 10px;
	opacity: 0.5;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
#takayama #sec2 ul.slide_thm li a.active {
	opacity: 1;
}
#takayama #sec2 .blk02 {
	padding-top: 4%;
}
#takayama #sec2 .blk02 h3 {
	margin-bottom: 10px;
}
#takayama #sec2 .blk02 p.deco {
	margin: 0 2.34% -20%;
}
#takayama #sec3 {
	background: url(../img/takayama/s3_bg.jpg) no-repeat top center;
	padding: 5% 0;
}
#takayama #sec3 h2 {
	margin-bottom: 4%;
}
#takayama #sec3 .s3-btn {
	margin: 6% 2.34% 0;
}
#takayama #sec3 .blk01 .list {
	margin: 0 2.34%
}
#takayama #sec3 .blk01 dl {
	position: relative;
	background: #bb0d14;
}
#takayama #sec3 .blk01 dt {
	padding: 10px 2.34%;
	color: #FFF;
}
#takayama #sec3 .blk01 dd {
	background: #fff;
	padding: 10px 2.34%;
	color: #000;
}
#takayama #sec3 .tel {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

@media screen and (min-width:500px) {
#takayama #sec3 .blk01 dl dt {
	float: left;
	width: 20%;
	padding: 15px 2.34%;
}
#takayama #sec3 .blk01 dl dd {
	float: right;
	width: 70.64%;
	padding: 15px 2.34%;
}
#takayama #sec3 .blk01 dl:before {
	content: "";
	position: absolute;
	background: url(../img/takayama/line.png) repeat-x;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
}
}


.btn_access{
	width: 300px;
	height: 38px;
	background: #000;
	display: block;
	cursor:pointer;
	font-size: 17px;
	font-weight: 300;
	padding-top: 12px;
	margin: 10px auto;
	text-align: center;
	color: #f6e200;
}
.btn_access a{
	display: block;
	color: #000;
}
.btn_access a:hover{
	text-decoration: none;
}
