﻿/*--------リンク・フォント--------*/
.linkStyle{color: #333333; text-decoration: underline;}


/*--------全体--------*/
.add_shadow{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.width_48per{width: 48.5%!important;}
#loader::after{
    background: #fbed06!important;
}
#intro #intro_box #intro_txt {
    border: 2px solid #15435b;
}
.youtube_wrap{    margin: 0 auto 10em;}
.youtube_box{
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}
.youtube_box iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contents h3 {
    padding-left: 20px;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 20px;
    text-shadow: 4px 1px 15px rgba(38, 38, 38, .85);
    color: rgba(255, 255, 255, .95);
    line-height: 1.3;
}

 main:before{
    content: " ";
    position: fixed;
    display: inline-block;
    width: 50%;
    height: 100%;
    background: url(./Dup/img/back.png) no-repeat;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.15;
  }
  
#top_cms .top_cms_box .top_cms_title p {
    font-size: 2.5em;
    opacity: 0.8;
    text-shadow: 0px 0px 7px rgba(38, 38, 38, .45);
    color: #fff;
    bottom: 10px;
    left: -20px;
}  
  
  #page_top i{color: #052427;}

#add_ban{
    position: fixed;
    width: 13%;
    top: 120px;
    right: 21px;
    opacity: 0;
}
#add_ban.sc{
	z-index: 97;
	opacity: 1;
}

/*--------下層--------*/
#main_wrap,footer{position:relative;}

#page08 #tel_contact {
    background: #fbed06;
    color: #052427;
}
/*--------タブレット--------*/
@media screen and (max-width: 768px){
    main:before {
    width: 100%;
    height: 80%;
    }
    #contents h3 {
    font-size: 5vw;
    letter-spacing: 12px;
    }
    #add_ban {
    width: 25%;
    }
}

/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.add_flex1_sp{flex-direction: column-reverse;}
    main:before {
    width: 125vw;
    height: 71vh;
}
    #contents h3 {
    font-size: 8vw;
    }
    #top_cms .top_cms_box .top_cms_title p {
    font-size: 8vw;
    left: -10px;
}
#add_ban {
    width: 25%;
}
#add_ban {
    width: 89%;
    display: flex;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0px;
}
#footer_bottom{    padding-bottom: 63px;}
.cate_list li a {
    font-size: 3.8vw;
}
    
}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){
.pager li a{padding:10px 20px 15px;}

}
