﻿@charset "utf-8";
/* CSS Document */
/* color */
body,.txt_color_nomal{color: white;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #a67c52} /* メインカラー */
.txt_color2{color: #e6e6e6} /* サブカラー */
.txt_color3{color: #a67c52} /* アクセントカラー1 */
.txt_color4{color: #3c3a38} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #1f1f1f} /* メインカラー */
.bg_color2{background-color: #e6e6e6} /* サブカラー */
.bg_color3{background-color: #1f1f1f} /* アクセントカラー1 */
.bg_color4{background-color: #3c3a38} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #160a0a}
.border_color2{border-color: #e6e6e6}
.border_color3{border-color: #a67c52}
.border_color4{border-color: #3c3a38}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #a67c52} /* メインカラー */
.hvr_txt_color2:hover{color: #e6e6e6} /* サブカラー */
.hvr_txt_color3:hover{color: #a67c52} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #3c3a38} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #1f1f1f} /* メインカラー */
.hvr_bg_color2:hover{background-color: #e6e6e6} /* サブカラー */
.hvr_bg_color3:hover{background-color: #1f1f1f} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #3c3a38} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #160a0a}
.hvr_border_color2:hover{border-color: #e6e6e6}
.hvr_border_color3:hover{border-color: #a67c52}
.hvr_border_color4:hover{border-color: #3c3a38}



/*全ページ*/
#wrap{background-color:#1f1f1f;}
#f_wrap > div > div{
    border-bottom:0;
    border-top:0;
}
nav ul li :hover{
    opacity:0.7;
    transition:all 0.3s;
}
nav ul li a,nav ul li span{color:white!important;}
#scroll a{background-color:#a67c52!important;}
.linkStyle{color:white;}


/*トップページ*/
#main_img .swiper-slide figure {
    width: 100%!important;
}
.con2 h3{color:white;}
.cms_title h2{padding-top:50px;}
.google_calender iframe{
    height: 570px;
}

/*修正背景*/
.t_bg{
    background-image: url(dup/img/moon.png)!important;
    background-repeat: no-repeat;
    background-position: top right;
   /* background-size: 30%;*/
}
.top_cms_wrap{
    background-image: url(dup/img/ptn.png),url(dup/img/ptn2.png);
    background-repeat: no-repeat;
    background-position: bottom left, top right;
}
.header_wrap{
   background-image:url(dup/img/ptn.png);
   background-repeat:no-repeat;
   background-position:top right;
}


/*下層ページ*/
#main_wrap{width:1280px!important;}
.page_title{
     background-image: url(dup/img/head_bg.jpg);
     background-size: cover;
}
.page_title:before{
     content:'';
     position:absolute;
     background-color:rgba(75,50,30,0.3);
     width:100%;
     height:100%;
     z-index:1;
     top: 0;
     left: 0;
}
.page_title h2{
     color:white;
     z-index:2;
     position: relative;
}
.page_title p,.page_title p:before, .page_title p:after{
     color:white;
     position: relative;
     z-index:2;
}
/*nav{margin-top:30px;}*/
.cate_title{border-bottom:1px solid white;}
.cate_list a:hover{
    opacity:0.5;
    transition:all 0.3s;
}

/*下層ページの修正背景*/
#main_wrap{
   position:relative;
}
#main_wrap::before{
    content:'';
    position:absolute;
    background-image:url(dup/img/moon2.png);
    width:600px;
    height:600px;
    z-index:0;
    top: -300px;
    right: -330px;
}
.h_txt,.h_nav ul li{
    z-index:1!important;
}
#main{
    background-image:url(dup/img/ptn3.png);
    background-repeat:no-repeat;
    background-position:bottom left;
}



/*よくあるご質問*/
#cms_5-b .cate_box .open_bt .box_title1::before {
    color: white!important;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header{
     background-color:#191919;
     padding-top:25px!important;
}
.hamburger{
     margin-top: 25px;
}
h1 img{
     width:80%!important;
     vertical-align: middle;
}
#main_img .swiper-slide figure {
    width: 100%!important;
}
.google_calender{
     width:95%;
}
#main_wrap::before{
    display:none;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.google_calender iframe {
    height: 605px;
}

}

/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){

}
