﻿/*--------リンク・フォント--------*/
@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";
        font-size: 16px;
}
.linkStyle{color: #333333; text-decoration: underline;}


/*-------全体--------*/
.shadow_add1{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
header.scr_header #logo {    max-width: 180px!important;}
#pc_nav li, #top_pc_nav li, #footer_nav li {max-width: inherit!important;}
.back1:before {
    opacity: 0.65;
    background-image: url(./Dup/img/item_02.png);
    background-position: 50% 50%;
    background-size: contain;
    background-color: rgba(250, 251, 253, 0.15)!important;
}
.back2:before {
    background-image: url(./Dup/img/item_03.png);
    background-position: 50% 50%;
    background-size: contain;
    background-color: rgba(251, 252, 254, 0.2)!important;
}
#contents3 .con_box {
    background-color: rgba(255, 255, 255, .9)!important;
}
#contents3_wrap:after {
    background-color: rgba(91,142,183,0.2)!important;
}

#top_cms.back1:before {
    background-color: rgba(181, 148, 169, 0.15);
    background-image: none;
    z-index: -1;
}
.cms_2-e .box_title::after{display:none;}
.more_btn.font_16{font-size:20px;}
.more_btn.pop400{font-family: 'GFS Didot', serif;}
.top_cms_box .cms_title p.pop400{font-family: 'GFS Didot', serif;}


.nav_menu_more:first-of-type a .icon:before{content: "\f879";}
#nav_menu .mg_b-50px h2,#nav_menu .mg_b-50px .nav_menu_more:last-of-type{display:none;}
#overlay .left li { max-width: inherit!important;}

/*--------下層--------*/
.page.font_14{font-size:16px;}
.page.linehight_2{line-height:1.5;}

#page4 .cate{background-color:#edf6f9;}

#cms_2-e .box_title span {
    background-color: #edf6f9;
}
#cms_2-e .cate .cate_title span::after {
    height: 2px;
}


#page8 .tel_box{
    position: relative;
    overflow: hidden;
}
#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;
        
    }
}
#page8 #contact_site a{
    background: url(./Dup/img/ban_site.jpg) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
#page8 #contact_insta a{
    background: url(./Dup/img/ban_insta.jpg) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

/*--------タブレット--------*/
@media screen and (max-width: 768px){

#contents3 .con_box { background-color: rgba(255, 255, 255, .85);}

.offset-2r_tb { margin-right: 0; }
.page .page_title_box{    padding-left: 25px;    padding-right: 25px;}

#page_title .page_title_box {
       background-color: rgba(255, 255, 255, 0);
}
}



/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
    .page.font_14 {
    font-size: 14px;
}
    header.scr_header #logo { max-width: 120px!important;}
    
    .back1:before {
    background-size: 200%;
    }
     .back2:before {
    background-size: 250%;
    }
    #page_title .page_title_box{width: 80%;}
    #page_title .page_title_box h2{
    letter-spacing: 0px;
    font-size: 6vw;
}
#page_title .page_title_box p{font-size: 4vw;}
#page8 .tel_box a{font-size: 5.3vw;}
/*
.page3 .page_title_box h2,.page6 .page_title_box h2 { font-size: 5vw; }
*/
}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){
#page8 .tel_box p{padding: 10px 10px 5px 10px;}
#page8 .tel_box a{padding: 15px 10px 5px 10px;}

}