﻿#main_img{
    position:relative;
}
/*
#main_img::before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/main_copy.png) no-repeat;
    background-size: contain;
    z-index: 0;
    width: 70em;
    height: 5em;
    left: 50%;
    top: 43%;
    transform: translate(-50%, -50%);
}
*/


/*--------リンク・フォント--------*/
@font-face {
    font-family: 'hiragino_min';
    font-style: normal;
    font-weight: 400;
    src: url('./Dup/img/hiragino_min_r.woff') format('woff'),
        url('./Dup/img/hiragino_min_r.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'hiragino_min';
    font-style: normal;
    font-weight: 700;
    src: url('./Dup/img/hiragino_min_b.woff') format('woff'),
        url('./Dup/img/hiragino_min_b.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'baskervville';
    font-style: normal;
    font-weight: 400;
    src: url('./Dup/img/baskervville.woff') format('woff'),
        url('./Dup/img/baskervville.eot')  format('eot');
    font-display: swap;
}
body{font-family: "hiragino_min","游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";}

.linkStyle{color: #333333; text-decoration: underline;}


/*--------全体--------*/
#header ul li a{
    font-size: 18px;
    font-family: "baskervville",serif;
}
#logo{
    padding-top: 15px;
    padding-bottom: 15px;
}
#logo a img {
    max-width: 180px;
}

/*header .trans_logo {padding: 18px 35px 10px 35px;}*/
header .trans_logo img{max-width: 63px;}
#logo span {
    right: -100px;
}
#wrap{
    position: relative;
}
#wrap:before{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: url(./Dup/img/back.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 0% 0%;
    content: "";
    opacity: 0.4;
}
.index .filter.bg_color1{background-color: rgba(125, 99, 82, .8);}
.index .filter.bg_color2{background-color: rgba(125, 99, 82, .8);}

#contents1 h2,.contents_wrap h2{line-height:1.5}

#contents1 .con1_title,#contents2 .con2_title,#contents3 .con3_title{position:relative;}
#contents1 .con1_title p,#contents2 .con2_title p,#contents3 .con3_title p{
    width: 100%;
    position: absolute;
    z-index: 1;
    font-size: 3.7em;
    opacity: 0.07;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    line-height: 1;
    text-align: center;
    overflow: hidden;
}
#contents2 .con2_title p,#contents3 .con3_title p{
    text-align: left;
}
#contents3 .con3_title p{
    opacity: 0.15;
}

#top_cms .top_cms_bg {
    background-color: rgba(247, 247, 247, .65);
}
#top_cms .cms_title h2{
    font-family: "baskervville",serif;
}
.more a{
    font-family: "baskervville",serif;
}

/*--------下層--------*/
.under_page #logo a img {
    width: 300px;
}
#page_title {
    background-position: 50% 50%;
}
.page_title_box p,.page_title_box h2{
    text-shadow: 0 0 6px #ffffff;
}
#cms_2-a .cate_title{
  padding-left: 10px;
  border-bottom: solid 3px rgba(255,255,255,0.25);
  position: relative;
}
#cms_2-a .cate_title::after{
  content: '';
    display: block;
    background: linear-gradient(90deg, #7d6352, rgba(0,0,0,0));
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -3px;
}
#page04 .cate_title{
  display: flex;
    align-items: center;
    white-space: nowrap;
    padding-left: 0px;
    border-bottom: 0;
}
#page04 .cate_title::before,
#page04 .cate_title::after {
  content: '';
  display: block;
  background: #bd9c71;
  width: 100%;
  height: 2px;
}
#page04 .cate_title::before {
  margin-right: 20px;
}
#page04 .cate_title::after {
    margin-left: 20px;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: initial;
}
#page04 .cate{
    background-color: rgba(250, 251, 249, .65);
}


#page08 .tel_box{
    position: relative;
    overflow: hidden;
    padding: 20px 20px 15px 20px;
}
#page08 .tel_box > a:before{
    content:"";
    position: absolute;
    width:100vw;
    height:100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
}
@media screen and (max-width: 1200px){
    #page08 .tel_box p{
        display: block;
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
        
    }
}

@media screen and (max-width: 667px){  
#page08 .tel_box a{
    font-size: 5.3vw;
    letter-spacing: 2px;    
}
}
#page08 #contact_line a{
    background: url(./Dup/img/ban_line.jpg) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-color: #fff;
}
#page08 #contact_reserve a{
    background: url(./Dup/img/ban_reserve.jpg) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-color: #fff;
}

/*--------タブレット--------*/
@media screen and (max-width: 768px){
    #wrap:before {
    background-position: 100% 0%;
    }
.con3_left{
    color: #333;
    padding-bottom: 30px;
    }
#contents1 .con1_title p, #contents2 .con2_title p, #contents3 .con3_title p {
    font-size: 3.5vw;
    left: 45%;
    transform: translate(-50%,-50%);
}
#contents2 .con2_title p, #contents3 .con3_title p {
    left: 50%;
}
header .trans_logo.bg_color1 {
    background-color: rgba(34, 34, 34, .85);
}
.contents_wrap .contents_bg {
    width: 93.5%;
}
.con3_left {
    color: #fff;
}
}
@media screen and (min-width: 668px)and (max-width: 768px){
#top_info .sns_links li{width:calc(100% / 5 - 20px)!important;}
}
/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
/*header .trans_logo {padding: 18px 0px 0px 20px;}*/
.con3_left {
    padding-bottom: 0px;
}
#contents1 .con1_title p, #contents2 .con2_title p, #contents3 .con3_title p {
    font-size: 4.5vw;
    opacity: 0.15;
}

.cate_title::after {
    width: 200px;
}
#page04 .cate {
    padding: 0 20px;
}
#page04 .cate .box_title1{
        padding: 5px 5px 0px 5px;
}
#page04 .cate .box_title2{
    padding: 0px 5px 5px 5px;
}


}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){

#page04 .cate_title::after{position:relative;bottom:-1px;}
#page08 .tel_box{
    padding: 20px 20px 20px 20px;
}

}