﻿footer .tel,#map{display: none;}
footer .sns_links .flex_center-left{
justify-content: center;
align-items: center;
}
#footer_box{text-align: center;}
#footer_box h2{margin-bottom: 10px;}

@media  screen and (max-width: 768px){
#footer_box{margin-bottom: 50px;}
}
@media  screen and (max-width: 667px){
footer #footer{padding: 100px 0!important;}
#footer_box{margin-bottom: 0;}
}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#main_img,main,h3.top_title,#intro,#intro_txt > div,#contents_links,#contents h3,
#top_cms,#top_cms .top_cms_box.obj{position: relative;}
/*リピートなし*/
#main_img:before,main:before,main:after,h3.top_title:before,
#intro:before,#intro_txt > div:before,#intro_txt > div:after,#contents_links:before,#contents_links:after,
#contents h3:before,#contents h3:after,
#top_cms:before,#top_cms .top_cms_box.obj:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

#main_img:before{
background-image: url(./Dup/img/catch.png);
background-size: 100%;
width: 42vw;
height: 20vw;
top:50%;
right: 0;
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
transform: translate(0,-50%);
z-index: 3;
}

main:before,main:after,#contents_links:before,#top_cms:before{
background-image: url(./Dup/img/giza.png);
background-size: 150px;
background-repeat: repeat-x;
width: 100%;
height: 35px;
top: -15px;
left: 0;
z-index: 1;
}
main:after,#contents_links:before{
top: auto;
bottom: -15px;
transform: scale(1, -1);
z-index: 3;
}

h3.top_title:before{
background-image: url(./Dup/img/obj1.png);
width: 150px;
height: 70px;
top: 35px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}

#top_cms h3.top_title:before{top: -45px;}


#intro_txt > div:before,#intro_txt > div:after{
background-image: url(./Dup/img/obj2.png);
width: 150px;
height: 105px;
top: 0;
}
#intro_txt > div:before{left: 0;}
#intro_txt > div:after{right: 0;transform: scale(-1, 1);}
#intro:before{
background-image: url(./Dup/img/obj3.png);
width: 350px;
height: 300px;
bottom: -130px;
right: 30px;
z-index: 4;
}


#contents_links:after{
background-image: url(./Dup/img/obj4.png);
width: 200px;
height: 240px;
bottom: 100px;
left: 30px;
}

#contents h3:before{
background-image: url(./Dup/img/obj8.png);
background-size: 100%;
width: 31vw;
height: 23vw;
bottom: -475px;
left: 90px;
}
#contents h3:after{
background-image: url(./Dup/img/obj9.png);
background-size: 100%;
width: 20vw;
height: 15vw;
top: 75px;
left: 965px;
}


#top_cms .top_cms_box.obj:nth-of-type(1):before{
background-image: url(./Dup/img/obj5.png);
width: 100px;
height: 150px;
top: -150px;
left: 5%;
}
#top_cms .top_cms_box.obj:nth-of-type(2):before{
background-image: url(./Dup/img/obj6.png);
width: 110px;
height: 200px;
top:50%;
right: 5%;
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
transform: translate(0,-50%);
}
#top_cms .top_cms_box.obj:nth-of-type(5):before{
background-image: url(./Dup/img/obj7.png);
width: 150px;
height: 210px;
bottom: -100px;
left: 5%;
}
/*--------------------------------
全体
--------------------------------*/
.sm-slider::after{display: none;}
#loader::after,#menu_wrap::after{
background: none!important;
background-image: url(./Dup/img/loader.jpg)!important;
background-size: cover!important;
}
#menu_wrap:before{
content: "";
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
background-color: rgba(10,60,20,0.5);
}
#menu_wrap::after{opacity: 1;}

#wrap{overflow: hidden;}

#footer::after{background-color: #383838!important;}
#footer_bottom{padding-left: 200px;}

.fix_banner{
position: fixed;
bottom: 10px;
left: 20px;
z-index: 10;
transition: 0.5s;
}
.fix_banner img{
width: 200px;
}
.fix_banner .close_bt{
position: fixed;
bottom: 145px;
left: 170px;
transition: 0.7s;
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #0fb414;
z-index: 11;
cursor: pointer;
}
.fix_banner .close_bt span{
position: relative;
display: block;
width: 50px;
height: 50px;
}
.fix_banner .close_bt span:before,.fix_banner .close_bt span:after{
content: "";
display: block;
background-color: #fff;
height: 4px;
width: 35px;
position: absolute;
top:50%;
left: 50%;
}
.fix_banner .close_bt span:before{
-ms-transform: translate(-50%,-50%) rotate(-45deg);
-webkit-transform: translate(-50%,-50%) rotate(-45deg);
transform: translate(-50%,-50%) rotate(-45deg);
}
.fix_banner .close_bt span:after{
-ms-transform: translate(-50%,-50%) rotate(45deg);
-webkit-transform: translate(-50%,-50%) rotate(45deg);
transform: translate(-50%,-50%) rotate(45deg);
}

.fix_banner.close,.fix_banner.close .close_bt{
left: -200px;
}
/*--------------------------------
TOP
--------------------------------*/
#main_nav{
top:0;
left: 50%;
-ms-transform: translate(-50%,-100%);
-webkit-transform: translate(-50%,-100%);
transform: translate(-50%,-100%);
}

#contents{padding-top: 50px;}
#contents h3{margin-bottom: 0;padding-left: 5%;}
#contents h3 img{max-width: 800px;width: 100%;}
/*--------------------------------
下層
--------------------------------*/
#page_title::before{
background:none!important;
background-color: rgba(0,0,0,0.5)!important;
}
/* 5-b Q削除 */
#cms_5-b .cate_box .open_bt .box_title1::before, .cms_5-b .cate_box .open_bt .box_title1::before{display: none;}
#cms_5-b .cate_box .open_bt .box_title1, .cms_5-b .cate_box .open_bt .box_title1{margin-left: 70px;}

#tel_contact,#page10 .box a::after{background:none!important;background-color: #FFA546!important;}


/*--------------------------------
1400px以下
--------------------------------*/
@media  screen and (max-width: 1400px){

#main_nav{width: 680px;}

#intro:before{
bottom: -215px;
}

#contents h3:before{
width: 40vw;
height: 30vw;
bottom: -550px;
left: 50px;
}

#top_cms .top_cms_box.obj:nth-of-type(1):before{
top: -220px;
left: -4%;
}
#top_cms .top_cms_box.obj:nth-of-type(2):before{
width: 99px;
height: 180px;
top: 20%;
right: -4%;
}
#top_cms .top_cms_box.obj:nth-of-type(5):before{
width: 125px;
height: 175px;
bottom: -125px;
left: -4%;
}


}

/*--------------------------------
1280px以下
--------------------------------*/
@media  screen and (max-width: 1280px){

.fix_banner img {width: 180px;}
.fix_banner .close_bt{
bottom: 135px;
left: 160px;
width: 40px;
height: 40px;
}
.fix_banner .close_bt span{
width: 40px;
height: 40px;
}
.fix_banner .close_bt span:before, .fix_banner .close_bt span:after{width: 30px;}

#main_nav{width: 580px;}

#top_cms .top_cms_box.obj:nth-of-type(1):before{
width: 80px;
height: 120px;
}
#top_cms .top_cms_box.obj:nth-of-type(2):before{
width: 77px;
height: 140px;
}
#top_cms .top_cms_box.obj:nth-of-type(5):before{
width: 80px;
height: 112px;
}

}

/*--------------------------------
1100px以下
--------------------------------*/
@media  screen and (max-width: 1100px){

#contents h3 img{max-width: 600px;}
#contents h3:after{left: 780px;}

}

/*--------------------------------
1000px以下
--------------------------------*/
@media  screen and (max-width: 1000px){

#intro_txt > div:before, #intro_txt > div:after{
width: 100px;
height: 70px;
}
#intro:before{
width: 294px;
height: 252px;
bottom: -180px;
}

}

/*--------------------------------
768px以下
--------------------------------*/
@media  screen and (max-width: 768px){
#loader::after,#menu_wrap::after{background-image: url(./Dup/img/loader2.jpg)!important;}
#footer_bottom{padding-left: 20px;}

#main_img:before{
width: 66vw;
height: 30vw;
}
#intro:before{
width: 238px;
height: 204px;
bottom: -150px;
}
#contents_links:after{
width: 170px;
height: 204px;
bottom: 80px;
left: 15px;
}
#contents h3{
text-align: center;
padding-left: 0;
margin-bottom: 30px;
z-index: 4;
}
#contents h3 img{max-width: 400px;}
#contents h3:before{
width: 29vw;
height: 21vw;
bottom: -62px;
left: -3px;
}
#contents h3:after{
width: 17vw;
height: 13vw;
top: 0px;
left: auto;
right: 35px;
}

h3.top_title:before{
top: 45px;
width: 120px;
height: 56px;
}
#top_cms h3.top_title:before{top: -30px;}


}

/*--------------------------------
667px以下
--------------------------------*/
@media  screen and (max-width: 667px){
#loader::after,#menu_wrap::after{background-image: url(./Dup/img/loader3.jpg)!important;}
footer #footer{padding: 0 0 100px;}
footer #footer #footer_box{padding-left: 20px;padding-right: 20px;}
.fix_banner{left: 0;bottom: 15px;}
.fix_banner img{width: 120px;}
.fix_banner .close_bt{
bottom: 93px;
left: 85px;
}

#main_img h2::before{display: none;}
#intro h3{font-size: 30px;}
#intro #intro_box #intro_txt h3 span{font-size: 25px;}
#intro_txt > div:before, #intro_txt > div:after{
width: 80px;
height: 56px;
}
#intro:before{
width: 175px;
height: 150px;
bottom: -115px;
}
#contents_links:after{
width: 120px;
height: 150px;
bottom: 10px;
left: 0px;
z-index: 3;
}
#contents h3 img{max-width: 300px;}
h3.top_title:before{
width: 105px;
height: 49px;
top: 55px;
}
#contents h3:after{
width: 20vw;
height: 15vw;
right: 10px;
}

#top_cms h3.top_title:before{top: -22px;}
#top_cms .top_cms_box.obj:nth-of-type(1):before{
width: 54px;
height: 81px;
top: -155px;
left: -3%;
}
#top_cms .top_cms_box.obj:nth-of-type(2):before{
width: 44px;
height: 80px;
top: 4%;
}
#top_cms .top_cms_box.obj:nth-of-type(5):before{
width: 60px;
height: 84px;
bottom: -55px;
}

}





/*--------------------------------
IE
--------------------------------*/
@media all and (-ms-high-contrast: none){
#page08 .tel a{padding-bottom: 5px;}
}

@media all and (-ms-high-contrast: none) and (max-width: 667px){
#page08 .tel a{padding-bottom: 15px;}
}


/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #7ddcff; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #7ddcff;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #fff;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #7ddcff;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------------
カラー
--------------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #FFA546;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #7ddcff;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #37c83c;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #F5F5E6;} /* アクセントカラー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: #FFA546;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #7ddcff;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #37c83c;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #F5F5E6;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #FFA546;}
.border_color2,.hvr_border_color2:hover{border-color: #7ddcff;}
.border_color3,.hvr_border_color3:hover{border-color: #37c83c;}
.border_color4,.hvr_border_color4:hover{border-color: #F5F5E6;}