﻿.bg_color3 {
    background-color: #8b2e1d;
}
.bg_color4 {
    background-color: #e4e3dd;
}
.txt_color3 {
    color: #8b2e1d;
}
/* ----------　all　---------- */
.linkStyle{
	color:#c23a21;
}
.linkStyle:hover{
	color:#c23a21;
	opacity: 0.7;
	transition: all 0.5s;
}
#main_menu ul li a {
    font-weight: bold;
    font-size: 16px;
}
/* ----------　TOP　---------- */
#main_img {
    max-height: auto;
    min-height: auto;
}
#main_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(72, 41, 16,0.1);
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
}
.catch{
    position: absolute;
    width: 80%;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: drop-shadow(2px 4px 6px rgba(138, 87, 40,0.55));
}
.scroll_bt{
    display: none;
}
#contents_box{
    position: relative;
}
#contents1{
    background-image: url(Dup/img/intro_back.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
#contents1 .txt_wrap{
    display: flex;
    justify-content: center;
}
#contents1 .txt_wrap .txt2,#contents2 .txt_wrap .txt4{
    width: 14%;
    max-width: 120px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 35px;
    font-family: 'Zen Kurenaido', sans-serif;
}
#contents1 .txt_wrap .txt2 span{
    font-size: 45px;
}
#contents2 .txt_wrap .txt4 span{
    font-size: 55px;
    letter-spacing: 10px;
    padding-top: 50px;
}
#contents1 .txt_wrap .txt_box,#contents2 .txt_wrap .txt_box{
    width: 77%;
    padding-left: 3%;
}
#contents1 .con_no,#contents2 .con_no{
    color: #bcb0a4;
    font-size: 70px;
    letter-spacing: 7px;
    opacity: 0.39;
    padding-right: 225px;
    font-family: 'Zen Kurenaido', sans-serif;
}
#contents2 .con_no{
    color: #8b2e1d;    
}
#contents1 .con_no::before,#contents2 .con_no::before {
    width: 194px;
    height: 2px;
    top: 18px;
}
#video{
    height: auto!important;
    width: 80%;
    margin: auto;
    margin-top: 80px;
}
#video video{
    height: auto;
    width: 100%!important;
    top: 0;
    left: 0;
    position: static;
    -ms-transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
#attach {
    height: auto;
}
#contents2{
    position: relative;
}
#contents2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(228 ,227 ,221 ,0.75);
}
#contents2 .txt_wrap .con2_txt{
    background-color: rgba(245,245,245,0.65);
    padding: 30px;
    border-radius: 10px 20px 7px 40px;
    font-size: 16px;
    line-height: 2;
}
#contents2 .txt_wrap{
    position: relative;
}
#contents3{
    background-image: url(Dup/img/back.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#contents3 .con_no{
    color: #dad4af;
}
#contents_box .cms_back{
    position: absolute;
    bottom: 0;
    width: 100%;
}
#top_cms .cms_title h2{
    font-size: 35px;
    font-family: 'Zen Kurenaido', sans-serif;
}
/* ----------　下層ページ　---------- */
#page_title .title_img:after {
    content: "";
    position: absolute;
    background-image: url(Dup/img/cms_back.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
}
#page_title .page_box{
    padding: 50px 0 0;
}
#page_title h2{
    font-size: 45px;
    font-family: 'Zen Kurenaido', sans-serif;
}
#page_title p{
    background-color: #f5f4f1;
    display: block;
    padding: 10px;
    border-top: 1px solid #b8938c;
    border-bottom: 1px solid #b8938c;
    margin-top: 40px;
}
.cate_list li a:hover{
    background-color: #8b2e1d;
}
/* 当店について */
#cms_2-g .cate_title {
    border-left: 2px solid #8b2e1d;
}
/* メニュー top表示 */
#top_cms .top_cms_box:nth-child(4){
    padding: 50px 0;
}
.link_type2 .cate_box a {
    color: #fff;
    padding-bottom: 80px;
    padding-top: 80px;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(96, 56, 19, 0.5);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color:#8b2e1d;
    transition: 0.5s;
	z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}
/* メニュー */
#cms_3-f .box_txt1 {
    color: #8b2e1d;
    font-weight: bold;
}
#cms_3-f .box_txt2{
    background-color: #f5f4f1;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
#page10 li a:hover{
    background-color: #8b2e1d;
}

/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */ 
header #logo{
    max-width: 150px;
}
.fat-nav li {
    font-size: 16px;
}
/* ----------　TOP　---------- */
#contents1 {
    padding: 100px 5%;
}
#contents1 .txt_wrap .txt2, #contents2 .txt_wrap .txt4 {
    font-size: 25px;
}
#contents1 .txt_wrap .txt2 span {
    font-size: 30px;
}
#contents1 .con_no, #contents2 .con_no {
    font-size: 39px;
    letter-spacing: 6px;
}
#contents2 {
    padding: 10% 0;
    width: 100%;
    margin-left: 0;
}
#contents2 .txt_wrap{
    width: 90%;
    margin: auto;
}
#contents2 .txt_wrap .txt4 span {
    font-size: 40px;
}
/* ----------　下層ページ　---------- */    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */   
.hamburger {
    top: 17px;
}
/* ----------　TOP　---------- */
.main_box {
    padding-top: 80px;
}
.catch {
    max-width: 200px;
}
#contents1 {
    padding: 50px 10%;
}
#contents1 .txt_wrap {
    flex-direction: column;
}
#contents1 .con_no,#contents2 .con_no{
    padding-right: 81px;
    font-size: 36px;
    letter-spacing: 1px;
}
#contents1 .con_no::before, #contents2 .con_no::before {
    width: 63px;
}
#contents1 .txt_wrap .txt2, #contents2 .txt_wrap .txt4{
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    max-width: 100%;
}
#contents1 .txt_wrap .txt_box, #contents2 .txt_wrap .txt_box {
    width: 100%;
    padding-left: 0%;
}
#video {
    width: 100%;
    margin-top: 40px;
}
#contents2 {
    padding: 10% 0 100px;
}
.link_type2 .cate_box a {
    padding-bottom: 50px;
    padding-top: 50px;
}
/* ----------　下層ページ　---------- */   
#page_title h2 {
    font-size: 27px;
    letter-spacing: 2px;
}
/* メニュー */
#cms_3-f .cate_box {
    margin-bottom: 20px;
}
}

/*　2025-06-02 修正 */
@media screen and (max-width: 667px){
#contents_box .fade_box {
    transform: none;
    filter: none;
    opacity: 1;
}
}