﻿
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap');

.top_nav, .menu, .main_logo span, .t_cms_txt3, .t_cms_txt6, .t_cms_txt9, .other .box h2 span, #top_cms .cms_title, .top_cms_box .more_box .more, #page_title, #page8 .mail_contact_tel,#cms_1-a .box_title1, .cms_1-a .box_title1, #cms_2-c .cate_title,  .cms_2-c .box_title1, #cms_2-c .box_txt1, #cms_3-c .cate_title, #cms_5-c .box_title1, .cms_5-c .box_title1, #cms_6-c .box_title, .cms_6-c .box_title{
    font-family: 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.vegas-overlay{
    background-image: none!important;
    background-color: rgba(26, 26, 26, 0.2)!important;
}
.main_img_wrap .navi{
    display: none;
}

.top_nav{
    display: flex;
    justify-content: center;
}
.top_nav ul{
    padding: 20px 40px;
    background-color: #ede7e1;
    justify-content: center;
}
.top_nav ul li a{
    color: #333;
}
.top_nav ul li, .top_nav ul li a, .menu .nav ul li, .menu .nav ul li a{
    transform: skewX(0);
}
.top_nav ul li, .menu .nav ul li{
    border: none;
    margin: 0;
}
.top_nav ul li a, .menu .nav ul li a{
    padding: 0 20px;
}
.top_nav ul li a{
    font-size: 15px;
}
.menu .nav ul li a span.nav1{
    font-weight: normal;
}
.menu .nav ul li a span.nav2{
    color: #005E48;
}

.main_logo{
    width: 100%;
    font-size: 24px;
    text-align: center;
}
.main_logo img{
    width: 40%;
    max-width: 210px;
    display: block;
    margin: 0 auto;
}
.main_logo span{
    border-top: 1px solid #ede7e1;
    border-bottom: 1px solid #ede7e1;
    padding: 10px 20px;
    display: inline-block;
    letter-spacing: 4px;
    text-indent: 4px;
}

#contents{
    background-color: #fff;
}
.t_cms_txt2, .t_cms_txt5, .t_cms_txt8{
    font-weight: bold;
}
.t_cms_txt3, .t_cms_txt6, .t_cms_txt9{
    font-weight: normal;
}
.t_cms_txt4, .t_cms_txt7, .t_cms_txt10{
    line-height: 1.8;
    font-size: 15px;
}
#contents .box figure:after{
    border-color: #005E48;
}
.t_cms_img1, .t_cms_img2, .t_cms_img3{
    position: relative;
}
.img-container:before{
    z-index: 2;
}
.img-container::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: solid 7px rgba(237, 231, 225, 0.5);
    z-index: 1;
    opacity: 0;
}
.img-container.active:after {
    opacity: 1;
}

#top_cms .cms_title{
    text-align: center;
}
#top_cms .cms_title p{
    font-weight: normal;
}
#top_cms .cms_title p.txt_color3{
    color: #005E48;
}
.top_cms_box .more_box .more{
    height: 46px;
}
.top_cms_box .more_box .more div{
    font-weight: normal;
}

.other .box {
    background-color: #000;
    border: 1px solid #333;
}
.other .box figure {
    opacity: 0.8;
}
.other .box:hover figure{
    opacity: 0.5;
}
.other .box figure img{
    transition: all 2.0s;
}
.other .box:hover figure img{
    transform:scale(1.1,1.1);
}
.other .box p, .other .box h2 span{
    color: #fff;
}

.bottom_menu.font_12{
    font-size: 14px;
    font-weight: normal;
}

footer{
    background-image: url(../Dup/img/bg1.png);
}
#footer p{
    color: #4a4a4a;
}
#footer .svg_box{
    display: none;
}

.all_page {
    /*background-color: #fff;*/
}
.all_page:before{
    width: 96%;
}
.img-container:before{
    background: #005E48;
}
#page_title p{
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
}
#page_title p.letter_8{
    letter-spacing: 4px;
}

.cate_list{
    border: none;
}
.cms_wrap{
    font-size: 15px;
}
.cate img, .cate_box img {
    box-shadow: none;
}

.page10 .more_box .more div{
    font-weight: normal;
}





@media screen and (min-width:769px){

}

@media screen and (max-width: 768px){
    .top_nav{
        display: none;
    }
    header .logo {
        width: 30%;
    }
}

@media screen and (max-width: 667px){
    header .logo {
        width: 45%;
    }
    .main_logo {
        font-size: 18px;
    }
    .top_page #contents .box .txt_wrap {
        width: 100%;
    }
    #page_title p{
        text-shadow: none;
    }
    #page_title .img-container::after {
        background-color: rgba(0, 94, 72, 0.2);
    }
    .img-container::after{
        box-sizing: border-box;
    }
    #page8 #tel_CONTACT .cate_box p{
        font-size: 14px;
    }
}

@media all and (-ms-high-contrast:none){
    .top_cms_box .more_box .more{
        padding-bottom: 5px;
    }
    .top_cms_box .more_box .more div{
        padding-top: 0;
    }
}