﻿/*問い合わせページへInstagramリンク追加*/
#page8 .con_box1{
    display: flex;
    justify-content: space-around;
}
#page8 .con_box2 a{
        min-width: 231px;
}





.subcatchcopy{
    z-index: 3;
    position: absolute;
    bottom: 8%;
    left: 4%;
    width: 18%;
}

/*背景をつける*/
#contents,
#top_cms,
.all_page{
    background-image: url(./Dup/img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;/* 画像を固定 */
}
.cms_wrap{
    padding-left: 2%;
}
#top_cms:before{
    width: 87%;
}
.t_cms_txt4,
.t_cms_txt7,
.t_cms_txt10{
    text-shadow: 0px 1px 2px #7a6e6e, 0px 1px 4px #ffffff, 0px 1px 4px #ffffff
}
/*#top_cms.bg_color2{*/
    /*background-color: rega(206,210,214,0)!important;*/
/*}*/

/*ナビゲーション*/
.top_nav ul li a{
        color: #997b61;
}
.top_nav ul li a:hover{
    color: #839ba1;
}
.top_nav span:hover{
    text-shadow: none;
}
/*見出しの色*/
#cms_2-c .box_txt1,.cms_2-c .box_txt1,
.cms_6-c .box_title,
.v_type3 .box_title1,
#page9 h3{
    color: #8696a7;
}

.cms_6-c .cate_box{
    width: 27%!important;
}

/*トップの点々消す*/
.vegas-overlay{
    background-image:none!important;
}
/* 自動リンク設定 */
#loader {
    transition: 0s;
}
.linkStyle{
	color:#897b6c;
	text-decoration: underline;
	transition: all 0.5s;
}
.linkStyle:hover{
	color:#897b6c;
	opacity: 0.7;
	text-decoration: none;
}
/* color */
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #000;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #7c7062;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #bad2d5;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #8d8985;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #f6f5ee;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #b3b9bf;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #ced2d6;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #bf9d74;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #fafaf6;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}


/* border-color ※!important */
.border_color1,.hvr_border_color1:hover{border-color: #ced2d6;}
.border_color2,.hvr_border_color2:hover{border-color: #bad2d5;}
.border_color3,.hvr_border_color3:hover{border-color: #bf9d74;}
.border_color4,.hvr_border_color4:hover{border-color: #e6eaef;}

/*ナビゲーション*/
.top_nav span{
    text-shadow: 1px 1px 3px #fff;
}
.top_nav ul li{
    border-color: #cdc3ba;
}
.menu a:hover{
    color: #c9c1b7;
}

/*TOP写真の箇所*/
#contents .box figure:after{
    
}
.img-container:before{
    background: #d3c7ba;
}
/*ページ送り*/
#cms_1-a .pager li a:hover{
    opacity: 0.7;
}
#cms_1-a .pager li a span:hover{
    background-color: #898b8d;
}
/* 文字 --------------------------------------------------------------------------------------------*/


/* TOP(mainはタブレットの上)------------------------------------------------------------------------*/
/*バナー*/
.bnr{
    right: 80px;
    bottom: 10px;
    max-width: 250px;
    z-index: 999;
}
.bnr a{display: block;transition: 0.5s;}
.bnr a:hover{opacity:0.7;}

/*TOP問い合わせなど*/
.other .box_item{
    background: rgb(232 232 233 / 70%);
}
/* イントロ */

/* コンテンツ */

/*イラスト*/
.dec1{
    max-width: 90px;
    width: 30%;
    top: -10%;
    right: 50px;
    z-index: 96;
}
.dec2{
    max-width: 90px;
    width: 30%;
    top: -35px;
    left: 58px;
    z-index: 96;
}
.dec4{
    max-width: 120px;
    width: 30%;
    top: 150px;
    left: 2%;
}

.dec3{
    max-width: 150px;
    width: 30%;
    bottom: -50px;
    right: 30%;
}

.dec5{
    max-width: 200px;
    width: 30%;
    bottom: 0px;
    left: 12%;
}
.dec6{
    max-width: 200px;
    width: 30%;
    bottom: 0px;
    left: 0%;
}
.catchcopy {
    z-index: 3;
    position: absolute;
    top: 0%;
    left: 3%;
    width: 40%;
}

.anim_type3{
animation-name:type3;
animation-duration:3s; /* アニメーション時間 */
animation-delay: 2s; /* 〇秒後に変化 */
animation-fill-mode:forwards;
opacity:0;
}

@keyframes type3{
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  60% {
    opacity: 0.8;
    transform: translateY(-3px);
  }
   70% {
   opacity: 1;
    transform: translateY(0px);
    transform-origin:50% 0%;
    transform: rotate(-6deg);
  }
   80% {
    transform-origin:50% 0%;
    transform:rotate(5deg);
  }
   93% {
    transform-origin:50% 0%;
    transform:rotate(-2deg);
  }
  100% {
    opacity: 1;
    transform-origin:50% 0%;
    transform: translate(0, 0) rotate(0deg);
  }
}
.anim_type1 {animation: type1 3s infinite ease-in-out alternate;}
@keyframes type1 {
	0% {transform:translate(0, 0) rotate(-7deg);}
	50% {transform:translate(0, -7px) rotate(0deg);}
	100% {transform:translate(0, 0) rotate(7deg);}
}
.anim_type2 {animation: type2 3s infinite ease-in-out alternate;}
@keyframes type2 {
	0% {transform:translate(0, 0) rotate(-2deg);}
	50% {transform:translate(0, -10px) rotate(0deg);}
	100% {transform:translate(0, 0) rotate(2deg);}
}

/* TOPCMS */


/* フッター */


/* メニュー ----------------------------------------------------------------------------*/

/* 下層ページ ----------------------------------------------------------------------------------------*/
/* CMSマージンパディング・文字調整 */
#cms_1-a .cate_box{
    padding-bottom: 30px;
}
#cms_1-a .cate_box,
#cms_2-c .cate,
#cms_2-a .cate_list,
#cms_3-f .cate_title{
    margin-bottom: 50px;
}
#cms_2-a .cate_box{
    margin-top: 20px;
}
#cms_3-f .box_wrap{
    margin-top: 10px;
}
#cms_3-f .cate_txt1{
    margin-top: 0px;
}
#cms_3-f .cate_txt1{
    margin-bottom: 20px;
}
#cms_3-f .sub_cate{
    margin-bottom: 40px;
}
#cms_2-a .box_txt1{
    padding-bottom: 0;
}
#cms_2-a .cate_box {
    padding-bottom: 30px;
}
#cms_2-a .box_title1{
    padding-bottom: 0px;
}
#cms_2-a .box_title1,
#cms_3-c .cate_title,
#cms_3-c .box_title1{
    font-weight: 600;
}
#cms_2-a .box_item{
    padding-right: 0px;
}
#cms_2-a .box_title1{
    padding-top: 0px;
}


/* CMS1 */

/* CMS2 */

/* CMS3 */

/* CMS4 */
.v_type3 .cate_box{border: 1px solid #d3c7ba;}


/* CMS5 */

/* 店舗会社情報 */

/* 問い合わせ */

/* プライバシーポリシー */

/* サイトマップ */


/* タブレット --------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
    /* CMSマージンパディング・文字の調整 */
    #cms_2-a .cate_box{
        padding-bottom: 0px;
    }
    #cms_3-f h4.box_title{
        width: 60%!important;
    }
    #cms_3-f p.box_txt1{
        width: 40%!important;
    }
    #page7 .box_title1{
        padding-right:0;
    }
    #contents .box .txt_wrap{
            width: 49%;
    }
    .catchcopy{
        right: 2%;
        width: 64%;
    }
    .subcatchcopy{
        bottom: 20%;
        width: 15%;
    }
    .dec3{
        bottom: -50px;
        right: 10%;
        z-index: 98;
    }
    .dec1{
        top: 80%;
        right: 80%;
    }
    .dec2{
        top: 80%;
        left: 80%;
    }
    .dec4{
        top: 40px;
    }
    .dec5 {
        bottom: -50px;
        left: 65%;
    }
    .dec6{
        max-width: 120px;
    }
    .main_img_wrap {
        margin-top: 80px;
        height: 50vh;
    }
    .main_wrap{
        margin-top: calc(42vh + 80px);
    }
    .cms_6-c .cate_box{
    width: 100%!important;
    }
    /*文字大きく*/
    .overlay ul{
        margin: 30px auto;
    }
    .overlay ul li a{
        font-size: 18px;
    }
    p,.font_4dw,.font_2dw_sp{
        font-size: 16px;
    }
    footer{
        height: 65vh;
    }
    #footer{
        margin-bottom: 100px;
        height: 50vh;
    }
    
    #header{
        padding-top: 6px;
    }
    .button_container{
        width: 50px;
    }
    header .logo{
        width: 30%;
    }
    /*問い合わせページへInstagramリンク追加*/
    #page8 .con_box1{
        display: block;
    }
    #page8 .con_box2{
        margin-bottom: 50px;
    }
    #tel_CONTACT{
        padding: 35px;
        width: 90%!important;
    }
    #tel_txt{
        margin-top: 30px;
    }
}

/* スマホ ------------------------------------------------------------------------------------------*/
@media screen and (max-width: 667px){
    
    /*ページタイトルの色*/
    #page_title .page_title_box{
            background-color: #ced2d6;
    }
    
    /* CMSマージンパディング・文字の調整 */
    #cms_1-a .cate_box,
    #cms_2-a .cate_box,
    #cms_2-c .box_item{
        padding-bottom: 15px;
    }
    #cms_2-c .box_item,
    #cms_2-a .box_title1{
        padding-top: 0px;
    }
    #cms_2-c .box_item,
    #cms_2-a .box_item{
        padding-left: 0;
        padding-right: 0;
    }
    #cms_2-a .cate_box{
        margin-top: 0px;
    }
    #cms_2-a .cate_title{
        margin-bottom: 0px;
    }
    #cms_2-a .cate_txt1{
        margin-top: 15px;
    }

    #cms_2-a .box_img1{
        margin-top: 25px;
        margin-bottom: 0px;
    }

    #cms_2-c .cate_title,
    #cms_2-a .cate_title{
        font-size: 18px;
    }
    #cms_2-c .box_txt1,
    #cms_3-c .box_title1{
        font-size: 17px;
    }
    #page8 .contact_tel p.d_inline_b{
        font-size: 18px;
    }
    #page9 h3{
        font-size: 14px;
    }
    
    #cms_2-a .cate_title{
        padding: 10px;
    }
    #cms_3-f .cate_title span{
        font-size: 17px;
        font-weight: 600;
    }
    #cms_3-f .sub_cate_title{
        font-size: 16px;
    }
    #page9 .pd_5per_tb{
        padding: 5% 1%;
    }
    #cms_6-c .cate_box{
            margin-bottom: 50px;
    }
    #cms_6-c .arrow{
        bottom: -50px;
        height: 50px;
    }
    .cms_6-c .box_wrap{
        padding-right: 0px;
        padding-left: 0px;
    }
    #contents .box .txt_wrap{
        width: 90%;
    }
    #header{
        padding-top: 10px;
    }
    header .logo{
            width: 40%;
    }
    .button_container{
            width: 35px;
    }

    /* main img */
    .catchcopy{
        right: 5%;
        width: 64%;
    }
    .subcatchcopy{
        display: none;
    }
    .dec1{
        max-width: 70px;
        top: 110%;
        right: 73%;
    }
    .dec2{
        max-width: 80px;
        top: 95%;
        left: 75%;
    }
    .dec4{
        max-width: 70px;
        top: 35px;
    }
    .dec5{
        display: none;
    }
    .main_img_wrap{
        height: 36vh;
        margin-top: 60px;
    }
    .main_wrap{
        margin-top: calc(30vh + 60px);
    }
    footer{
        height: 90vh;
    }
    #footer{
            height: 80vh;
            margin-bottom: 60px;
    }
    /*文字大きく*/
    .overlay ul{
        margin: 30px auto;
    }
    p,.overlay ul li a{
        font-size: 16px;
    }
    
    /*背景つけた際の調整*/
    .all_page:before{
            width: 93%;
    }
    /*バナー*/
    .bnr{
        max-width: 200px;
    }
    #page_title .page_title_box{
        background-color: transparent;
    }
    #page_title .img-container::after{
            background-color: rgb(166 178 185 / 40%);
    }
    
    /*問い合わせページへInstagramリンク追加*/
    #page8 .con_box2 a {
        min-width: 200px;
    }
    #tel_CONTACT {
        padding: 40px 10px;
    }
}