﻿
/*@import url('https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=New+Tegomin&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap');


:root{
	--normal: #212121;
    --color1: #2a2929;
    --color2: #f2f0f0;
    --color3: #187fde;
    --color4: #cdcdcd;
    --color5: #1bb938;
    --linkStyle: #03b0e9;
}

/* タブレット */
@media screen and (max-width: 768px){
    :root{}
}
/* スマホ */
@media screen and (max-width: 667px){
    :root{}
}
body,#contents1 p, #contents2 p, #contents3 p {
     font-family: "Noto Sans JP", sans-serif;
     font-weight:300!important;
}
h1, h2, h3, h4, h5, h6,#main_menu ul li a, .blur span.contents2_txt, .cms_title::before, .banner {
    font-weight: 500!important;
}

/*#page10 .txt_color3{
    color: var(--color1);
}*/

/*#cms_7-a .border_color3{
    border-color: var(--color4);
}*/

/*■■ top ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#loading_bg.bg_white{background-color:var(--color4);}
#loading .gauge.bg_color1{background-color: var(--color3);}

#main_img{min-height: 56vw;}
#main_img:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    background-image: url(/files/img/catch_copy.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: min(60%, 700px);
/*    background-position: 80% 20%;*/
    pointer-events: none;
}

#main_img .main_img img{
    object-fit: cover;
    height: 56vw;
    width: 100%;
}

#main_img:before{
    content: "";
    display: block;
    width: 100%;
    height: 56vw;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/files/img/main_img2.png);
    background-position: bottom;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
}

.btn a{
    display: block;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #fff;
    font-size: 1.2rem;
    padding: 15px 2%;
    text-align: center;
    width: min(100%, 300px);
    margin: 10px auto;
}

header .contact_bt a:hover, header .tel_bt a:hover{border-color: #fff;}



/*--inoue written start--*/

/*header:before{
    content: "";
    display: block;
    width: 200px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/files/img/jamp.png);
    background-position: center;
    background-repeat: no-repeat;*/
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
/*    background-size: contain;
    pointer-events: none;
    transition: all 0.3s;
}

header:hover:before{
    transform: translateY(-50%);
    transition: all 0.3s;
}*/

/*--inoue written end--*/





/* タブレット */
@media screen and (max-width: 768px){
    .hamburger {top: 5px;}
    .main_box{padding-top:50px;}
    .fat-nav li{font-size: 18px;}
    .cate_list li{width: 50% !important;}
    .banner.bg_color1{    background-color: var(--color5);}
}
/* スマホ */
@media screen and (max-width: 667px){
    .hamburger{
        top: 0;
    }
   .main_box {
        padding-top: 42px;
    }
    .cate_list li{width: 100% !important;}
  /*  #main_img:after{
        background-image: url(/files/img/catch_copy_sp.png);
    }*/
    
    .banner {
        font-size: 20px;
    }
    #main_img .main_img img {
    object-fit: cover;
    height: 56vh;
    width: 100%;
}
#main_img:before{
    bottom: -1px;
    left: 50%;
    background-image: url(/files/img/main_img2.png);
    background-position: 60% bottom;
    transform: translate(-50% , 0%);
    background-size: 190%;
}
#main_img:after {
    width: 120%;
    top: 42%;
    

}


}


/*■■ cms ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){
    
    #page_title .letter_4{
            letter-spacing: 2px;
    }
    .all article section:first-of-type{padding: 30px 7%;}
    
}

.banner2{
    padding: 1.5% 3%;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    min-width: 250px;
        font-size: 1.5em;
}

header .button:hover::after {
    box-shadow: inset 0 0 0 15em #fff;
}


.new-tegomin-regular {
  font-family: "New Tegomin", serif;
  font-weight: 400;
  font-style: normal;
}


/*#page_title h2{
  font-family: "New Tegomin", serif !important;
  font-weight: 400;
  font-style: normal; 
}*/

.bg_color1, .hvr_bg_color1:hover {
    background-color: var(--color1);
}

/*#contents1 .title {
  font-family: "New Tegomin", serif !important;
  font-weight: 400;
  font-style: normal; 
}*/
    
.cms_title::before {
    font-family: "Raleway"!important;
}
    

    
    
    
    
    
    