﻿.txt_color1 {color: #4d4d4d;}
.txt_color2 {color: #4d4d4d;}
.txt_color3 {color: #b1c0c0;}
.bg_color1{background-color: #4d4d4d;}
.bg_color2 {background-color: #b1c0c0;}
.bg_color3 {background-color: #4d4d4d;}
.border_color1{border-color: #4d4d4d;}
.border_color2 {border-color: #b1c0c0;}
.border_color3 {border-color: #b1c0c0;}
.border_color4 { border-color: #4d4d4d;}
.hvr_bg_color2:hover {background-color: #b1c0c0;}
/* ----------　all　---------- */
.linkStyle{
	color:#b1c0c0;
}
.linkStyle:hover{
	color:#b1c0c0;
	opacity: 0.7;
	transition: all 0.5s;
}
header.scr_header #logo {
    max-width: 150px;
}
#logo {
    max-width: 200px;
}
#logo2 a{
    max-width: 180px;
}
footer .tel_bt{
    background-color: #4d4d4d;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
}
footer .tel_bt a{
    color: #fff;
}
footer .tel_bt:hover{
    transition: all 0.3s;
    opacity: 0.7;
}
.menu p{
    background-color: rgba(255 ,255 ,255 ,0.85);
}
.menu p a{
    max-width: 250px;
}
.back1:before, .back2:before {
    z-index: -1;
     background-image: url(Dup/img/back.png);
    opacity: 0.4;
}
.back1:before{
     background-image: url(Dup/img/back.png);
    opacity: 0.35;
}
.back2:before {
    background-color: rgba(177,192,192,0.5)!important;
    background-image: none;
}
.nav_menu_more:first-of-type a .icon:before{
    display: none;
}

/* ----------　TOP　---------- */
.menu p{
    position: relative;
}
.menu p:before {
    content: '';
    border: 1px solid #000;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
        pointer-events: none;
}
.num{
opacity: 1;
   /* background-image: url(Dup/img/dec.png); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 170px;
    height: 170px;
    /* background-position: top left -10px; */
    padding-left: 15px;
    padding-top: 10px;
    text-align: center;
}
.num:before {
content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url(Dup/img/dec.png);
    background-size: contain;
    background-position: center right;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    bottom: 50px;
}
#intro_wrap {
    padding-top: 10%;
    margin-top: 50px;
    border: 2px solid #4d4d4d;
    background-color: white;
}
#contents3 .con_box ,#top_cms .cms_1-c {
    border: 2px solid #4d4d4d;
    background-color: white;
    padding: 5%;
}
#contents3 .con_box{
       padding-top: 8%; 
}
#top_cms .cms_title p,#info_contact .con_title span.pop400{
    color: #fff;
    padding: 0px 10px;
    background-color: #4d4d4d;
    display: inline-block;
    margin-bottom: 8px;
}

/* ----------　下層ページ　---------- */
.page_title_box:before {
    content: '';
    border: 1px solid rgba(255 ,255 ,255 ,0.7);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
}
.cate_list li a {
    background-color: #d8e0e0!important;
}
.cate_list li a:hover{
    background-color: rgba(216, 224, 224,0.45)!important;
}
/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
#logo {
    max-width: 180px;
}
.menu p a {
    max-width: 110px;
}  
.num {
    width: 140px;
    height: 140px;
    padding-top: 20px;
        padding-left: 0px;
}
 #intro .num,#contents3 .num {
    top: -75px;
}
#contents1_wrap{
    margin-top: 200px;
}
#contents1 .num {
    left: 50%;
        top: -160px;
}
#contents2_wrap{
    margin-top: 150px;
}
#contents2 .num {
    top: -160px;
    left: 50%;
}
#contents2 .con_box {
    margin-top: 0%;
}
.pager .column {
    margin-right: 8%;
    margin-left: 8%;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
#logo {
    max-width: 150px;
}    
header.scr_header #logo {
    max-width: 130px;
}    
#intro_wrap ,#contents3 .con_box{
    padding-top: 70px;
}
#page_title .page_title_box {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
}
#page_title .page_title_box h2{
    letter-spacing: 0px;
}
#page8 #contact_tel{
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}
#page8 #contact_tel a{
    padding: 25px 10px!important;
}
}
/*2023/12/22*/
#main_img:before {
    background-color: rgba(70,70,70,0.0);
}
.vegas-overlay {
    background-image:none!important;
}