﻿/*.txt_color2{color: #907f80}*/
.bg_color3{background-color: #382a25}
.border_color1{border-color: #8e4040}

/* お問い合わせ */
#tel_txt .txt_color2{color: #fff;} 
#tel_txt .border_color2 {border-color: #635758;}

/* 店舗情報 */
.info_box .txt_color2{color: #fff;}
.info_box .border_color2{border-color: #635758;}
.info_box .border_color4 {border-color: #890c15;}

#loading_bg{
background:url("./Dup/img/wood_bg.jpg");
background-repeat:repeat;
}

/* トップページ */
#top_cms.bg_color3{
background:url("./Dup/img/wood_bg.jpg");
background-repeat:repeat;
}

/* コンテンツ2,3タイトル */
#contents2 .con_title,#contents3 .con_title{
background: rgba(0, 0, 0, 0.7);
}

/* moreボタンの色 
.more a:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
*/

/* コンテンツ2,3テキスト */
#contents2 .con_txt{
  position: relative;
  z-index:3;
}
#contents3 .con_txt{
  position: relative;
  z-index:3;
}
/*
#contents2 .con_txt::before{
    content: "";
    position: absolute;
    background: rgba(76, 10, 15 ,0.5);
    -ms-background: rgba(76, 10, 15 ,0.5);
    background-position: center;
    height: 90%;
    width: 140%;
    left: -7%;
    top: 10%;
    z-index: -1;
}
*/

/*
#contents3 .con_txt::before{
  content:"";
  position: absolute;
  background: rgba(76, 10, 15, 0.5);
  -ms-background: rgba(76, 10, 15, 0.5);
  background-position: center;
  height: 90%;
  width:140%;
  right:-7%;
  top: 10%;
  z-index:-1;
}
*/

.top_gallery .bg_white{
background-color: #4e4e4e;
}

/* メニューのタブ切り替え */

#menu_list li a{
  position: relative;
  color: #fff;
  display:block;
  transition-property: all;
  transition-duration: 1s;
}

#menu_list li.active{ 
  background-color: rgba(0,0,0,0.5);
}

#menu_list li a:hover {
  border-bottom: 1px solid #fff;
  transform: translate(0px, -5px);
}

#menu_list.cate_list li:not(:first-child):not(:nth-child(4n + 1))::before {
display: none;
}

.sub_cate_list li a {
    transition: all 1s;
    border:1px solid #291e1a;
}

.sub_cate_list li a:hover {
    opacity:0.6;
    border:1px solid #fff;
}


/* ----------　動画　---------- */
.video_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
video {
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
	-ms-z-index: -1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	vertical-align: bottom;
}

/* ----------　動画ドット　---------- */
#video::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.2);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
        z-index: 1;
}

/* ページャー */
.pager li:not(.prev):not(.next) a {
    background-color:rgba(0,0,0,0); 
}

.linkStyle{
color:#a59b9b;
}

.linkStyle:hover{
text-decoration:underline;
}

/* ------------------------
IE
---------------------------- */
@media all and (-ms-high-contrast: none){

#contents2 .con_title,#contents3 .con_title{padding-top:10px;}

#contact_tel a{
padding-bottom:24px;
}

.sub_cate_list li a {
    padding-bottom: 6px;
}

/* ----------　動画　---------- */
.video_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
video {
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	vertical-align: bottom;
}

/* ----------　動画ドット　---------- */
#video::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.2);
	background-image: url("./Dup/img/ForVideo_DotFilter4.png") ;
        background-size: cover;
	background-position: center;
        z-index: 1;
}

}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
header .menu_stick {
    top: 25px;
}
header{
    height: auto!important;
}
#main_img{
	position: relative;
	height: auto;
	width: 100%;
}
#pc_nav{
	display:none;
}
.video_wrap {
	position: static;
	overflow: hidden;
	width: 100%;
	height: auto;
	min-width: 100%;
}
video {   
	min-width: auto;
	min-height: auto;
	width: 100%;
	z-index: 1;
	position: static;
	top: 0%;
	left: 0%;
	-webkit-transform: translate(0%, 0%); 
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%); 
}
header .scroll_d {
    display: none;
}

.linkStyle{
text-decoration:underline;
}

}

/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){

/* トップページ */
/* コンテンツ1,2タイトル */
#contents2 .con_title,#contents3 .con_title{
  padding: 10px;
}

#contents2 .con_txt::before,
#contents3 .con_txt::before{
  display:none;
}

#video::after {
	display: none;
}

}
