﻿
/*--------リンク・フォント--------*/
@font-face {
    font-family: 'hiragino_min';
    font-style: normal;
    font-weight: 400;
    src: url('../Dup/img/hiragino_min_r.woff') format('woff'),
        url('../Dup/img/hiragino_min_r.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'hiragino_min';
    font-style: normal;
    font-weight: 700;
    src: url('../Dup/img/hiragino_min_b.woff') format('woff'),
        url('../Dup/img/hiragino_min_b.eot')  format('eot');
    font-display: swap;
}
body{font-family: "hiragino_min","游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";}



.linkStyle{color: #333333; text-decoration: underline;}

/*--------全体--------*/
.pd_l-r2per {padding: 0 2%;}

#loading_logo {
    width: 80%;
    max-width: 200px;
}
#loading_line {
    background-image: url(./Dup/img/back2.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
#loading_line .line{
    opacity: 0.45;
}

.main_img_wrap .catch{
    left: -1%;
    bottom: 0%;
    z-index: +1;
    width: 43em;
    height: 27em;
    opacity: 1;
}

 #contents{
    background: url(./Dup/img/back.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
.dec.txt_color3{color: #ffffff;}


.other .box figure {
    opacity: 0.15;
}
.other .box .txt_color3 {
    color: #91af78;
}

/*--------下層--------*/
.subpage .cate_title{
    position:relative;
    z-index:+1;
    border: 0;
    
}
.subpage .cate_title::before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_01.png) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.9;
    width: 26em;
    height: 2em;
    left: 50%;
    transform: translateX(-50%);
    bottom: -26%;
}
.subpage main{
    background-image: url(./Dup/img/back2.jpg);
    background-size: cover;
    background-position: 100% 0%;
}
.subpage .page_title .img-container.active .img-container_img{
    opacity: 0.4!important;
}
#page8 .tel_box{
    position: relative;
    overflow: hidden;
    padding: 20px 20px 15px 20px;
}
#page8 .tel_box > a:before{
    content:"";
    position: absolute;
    width:100vw;
    height:100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
}
@media screen and (max-width: 1200px){
    #page8 .tel_box p{
        display: block;
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
        
    }
}

@media screen and (max-width: 667px){  
#page8 .tel_box a{
    font-size: 5.3vw;
    letter-spacing: 2px;    
}
}
/*--------タブレット--------*/
@media screen and (max-width: 768px){
    header .logo {
    width: 18%;
    }
    #nav_menu {
    background-color: rgba(255,255,255,0.8);
}
    .main_img_wrap .catch {
    width: 26em;
    height: 17em;
    left: -1vw;
}
#contents .box .txt_wrap {
    width: 90%;
    padding-right: 0px;
}
#contents .box figure {
    width: 90%;
    margin-top: 30px;
}
#contents .box figure:after {
    width: 100%;
}
#contents .box:nth-child(odd) figure:after {
    right: 45%;
}
.cate_list li {
        width: 32%;
    text-align: left;
    margin-right: 0px;
}
.cate_list li a{padding: 5px 10px 5px 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
}

/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.main_img_wrap .catch {
    width: 14em;
    height: 8em;
    left: -4%;
    bottom: 8%;
}
#loading_logo {
    max-width: 150px;
}
header .logo {
    width: 31%;
}
.cate_list li {
    width: 100%;
    margin-bottom: 0px;
}
.cate_list li:last-of-type{
    margin-bottom: 15px;
}
.subpage .cate_title::before {
    width: 15em;
    height: 1em;
    bottom: 0%;
}
.subpage .page_title .img-container.active .img-container_img {
    opacity: 1!important;
}

}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){
#top_cms figure img{width:100%!important;}
#contact_tel a {padding:37px 30px 30px}
}