﻿@charset "utf-8";

/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */




/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* color */
.txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--black);}
:root{
    --color1: #443126; 
    --color2: #f4eee4; 
    --color3: #9b6c42; 
    --color4: #edd6b4; 
    --black: #151a1e; 
	--linkStyle:#a55c20;
}

.txt_red, .hvr_txt_red:hover{color: #C12326;}
.txt_gray, .hvr_txt_gray:hover{color: #ccc}
.txt_color1, .hvr_txt_color1:hover{color: var(--color1)} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: var(--color2)} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: var(--color3)} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: var(--color4)} /* アクセントカラー2 */

/* background-color */
.bg_black, .hvr_bg_black:hover{background-color: var(--black)} /* 黒背景 */
.bg_gray, .hvr_bg_gray:hover{background-color: #ccc}
.bg_color1, .hvr_bg_color1:hover{background-color: var(--color1)} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: var(--color2)} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: var(--color3)} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: var(--color4)} /* アクセントカラー2 */
.bg_color_clear, .hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.border_black, .hvr_border_black:hover{border-color: var(--black)}
.border_gray, .hvr_border_gray:hover{border-color: #ccc}
.border_color1, .hvr_border_color1:hover{border-color: var(--color1)}
.border_color2, .hvr_border_color2:hover{border-color: var(--color2)}
.border_color3, .hvr_border_color3:hover{border-color: var(--color3)}
.border_color4, .hvr_border_color4:hover{border-color: var(--color4)}


.linkStyle{
	color:var(--linkStyle);
}
.linkStyle:hover{
	opacity: 0.7;
	transition: all 0.5s;
}

.point_no{
    pointer-events: none;
}

 body, .font_14,.font_2dw_tb,.font_2dw_sp {
    font-size: 16px;
 }
 
 .font_12 {
    font-size: 14px;
}

 .fat-nav li {
     font-size: 18px;
 }
 .scroll_bt{
     display: none;
 }

/* fix_bnr ---------------------------------------------------------------------------------------------*/
#fix_bnr {
    bottom: 0px;
    right: 50px;
    z-index: 10;
    width: 37%;
    max-width: 350px;
    margin: auto;
    transition: opacity 0.8s, transform 0.8s;
    opacity: 0;
    transform: translateY(20px); 
    pointer-events: none; 
}

.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important; 
}

#fix_bnr:hover{
   opacity: 0.7 !important;
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
header #logo.width_200-max_tb {
     max-width: 150px;
}
.hamburger {
        top: 21px;
}
 .head_banner{
     display: none;
 }
/*footer*/
footer .logo .width_200-max{
    max-width: 150px;
}
    footer .link_box li {
        max-width: 35px;
    }
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    header #logo.width_200-max_tb {
        max-width: 120px;
    }
        .hamburger {
        top: 14px;
    }

    /*fix_bnr*/
#fix_bnr {
width:75%;
right:0;
left:0;
}
}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#main_img{
    min-width: 1000px;
}

#main_img .slides{
    opacity: 0.25;
}

#main_img div:nth-child(1){
        width: 97vh;
        max-width: 67%;
        right: 0;
        bottom: 0;
        z-index: 3;
}
#main_img div:nth-child(2){
            width: 57%;
    max-width: 800px;
    left: 31%;
    transform: translate(-50%, -50%);
    top: 47%;
    z-index: 3;

}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#main_img{
    min-width: auto;
}

#main_img div:nth-child(1){
   right: auto;
    left: 48%;
    transform: translate(-50%, 0);
    width: 83%;
    max-width: 83%;
}
#main_img div:nth-child(2) {
    left: 50%;
    top: 25%;
    width: 75%;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
   #main_img  {
    height: 150vw;
}
#main_img div:nth-child(1){
    width: 88%;
    max-width: 88%;
}
#main_img div:nth-child(2) {
    top: 27%;
    width: 80%;
}

}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#contents1{
    background: #fff;
}

#contents2{
    background-image: url('/Files/img/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}



/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
}

.main_box{
    background-image: url('/Files/img/bg2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

/*お問い合わせ*/

.button a {
    background: var(--color1);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px 10px 10px;;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: solid 2px var(--color1);
}
.button a:hover {
    background: var(--color2);
    color: var(--color1);
}
.button a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 25px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color:var(--color1);
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    
    /*お問い合わせ*/
.contact_btn span {
    padding: 10px 10px 10px 40px !important;
}
.contact_btn_wrap .icon {
        left: 1em !important;
}

    
}


