﻿/* all page */
/*fonts*/
body, .font_en, .date, a[href^="tel:"], a[href^="mailto:"] {
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #fe914d;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #fe914d;} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: #e6e6e6} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: #a67c52} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: #c9baa9} /* アクセントカラー2 */
body, .txt_color_nomal {
    color: #ffffff;
}

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #fe914d;} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: #fff;} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: #a67c52} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: #164062;} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #fe914d;}
.border_color2, .hvr_border_color2:hover{border-color: #e6e6e6}
.border_color3, .hvr_border_color3:hover{border-color: #a67c52}
.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}

#fakeloader{
    background-color: #164062;
}

/* header */
header{
    border-right: 1px solid #a67c52;
}
#main_menu ul li a {
    color: #fff;
}
#main_menu ul li a::before {
    background-color: #fabc51;
}
.pc_box .tel_bt a{
    color: #fff;
}
.link_box li {
    margin: 0 2%;
    width: 12.5%!important;
}
.button:hover::after {
    box-shadow: inset 0 0 0 15em #fe914d;
}

/* top ----------------*/
#body {
    background-color: #164062;
}

/* main img */


/* main */

/* intro */
.intro_txt_box .txt2::before, .con_box1 .txt4::before, .con_box2 .txt5::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #fff;
    bottom: -5px;
    left: 0;
}
#video {
    height: 65vh!important;
    margin: 0 auto 100px auto;
}
#video video {
    width: 100%!important;
    position: absolute;
}

/* contents */
#contents2.trans::before{
    opacity: 0.5!important;
}
#contents2:before {
    content: '';
    position: absolute;
    background-color: #000a24;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 0;
}
#contents2:after {
    content: '';
    position: absolute;
    border-top: 40px solid #164062;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
#contents2 .con_box1, #contents2 .con_box2 {
    z-index: 1;
    position: relative;
}
.con_box2 .txt5::before {
    bottom: -10px;
    left: 20px;
}

/* topcms */
#top_cms .cms_6-c .box_txt1{
    color: #000;
}
#top_cms > .box:first-of-type {
    border-bottom: 1px solid #a67c52;
}

/* footer */
footer{
    background-image: url('./Dup/img/header_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* under page */
#page_title .title_img::before{
    display: none;
}
.cate_list li a, .pager li a, #page10 a{
    font-weight: bold;
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */
#cms_6-c .box_txt1{
    color: #000;
}

/* page7 */
#page7 h3{
    color: #fff;
}

/* page8 */

/* page9 */

/* page10 */


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    header {
        border-right: none;
        border-bottom: 1px solid #a67c52;
    }
    #contents1 .no01{
        max-width: 150px;
    }
    #video {
        height: 40vh!important;
    }
    
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    header .head_banner {
        width: 100%;
    }
    header .head_banner a {
        border-radius: 0;
    }
    #contents1 .no01, #contents2 .no02, #contents2 .no03{
        max-width: 100px;
        display: block;
    }
    #video {
        height: 35vh!important;
    }
    #contents2 {
        padding: 70px 10% 100px;
    }
    #contents2 .no02_box{
        order: 1;
    }
    #contents2 .con_title_box{
        order: 2;
    }
    .con_box2 .txt5::before {
        bottom: -5px;
        left: 0;
    }
    
}

/*20220527修正*/
#contents2 .con_box3{
    z-index: 1;
    position: relative;
}
#contents2 .no04{
    max-width: 150px;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#contents2 .con_box3 .img7{
    order: 2;
}
}

/*20230201修正*/
.banner_fix {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 5;
    max-width: 250px;
}
.banner_fix a:hover{
    opacity: 0.7;
}

.catch{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px 40px;
    z-index: 5;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.banner_fix {
    bottom: 50px;
    right: 5px;
}
.catch{
    padding: 10px 40px;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.banner_fix {
    max-width: 170px;
}
.catch{
    padding: 10px 20px;
}
}



