@charset "utf-8";
/* CSS Document */



.header-text{
    padding-left: 3px;
    font-size: 90%;
    }

.header-logo{
   width:clamp(110px,20vw,180px);  
  /* position: absolute;
   top: 29%;
   left: 2px;  */
  }

.left-center{
    text-align: left;
    margin: auto;

}

/* .tel-text{
    position: absolute;
    left: 67%;
    top: 35%;
    font-weight:unset;
} */
/* .header-menu-top{
    position: absolute;
    top: 64%;
    left: 17px;
} */
/* .header-menu-mail{
    position: absolute;
    top: 64%;
    left: 147px;
} */
/* .header-menu-jirei{
    position: absolute;
    top: 65%;
    left: 303px;
} */




.header-logo_tel{
    display: flex;
    justify-content: space-between;
    margin: 0px 3px 0px 3px;
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0px 3px 0px 3px;
    justify-content: space-between; */
}

.header-top_mail_jirei{
    display: flex;
    justify-content:space-around;
    margin: 0px 3px 0px 3px;
    /* display: grid;
    grid-template-columns:repeat(3,auto);
    justify-content: space-between; */
}
/* div.header-top_mail_jirei div:nth-child(1){
    font-weight:unset;
}
div.header-top_mail_jirei div:nth-child(2){
    font-weight:unset;
}
div.header-top_mail_jirei div:nth-child(13){
    font-weight:unset;
} */



a:link {color: #000;} /*未訪問のリンクの色*/
a:visited {color: #000;} /*訪問済みのリンクの色*/
a:hover {color:#fa5408f8; background:#3a3d3d3d;} /*カーソルが乗っているリンクの色*/
a:active {color:#ffff00;} /*クリック中のリンクの色*/

footer span a:link {color: #ffffff;} /*未訪問のリンクの色*/
footer span a:hover {color:#fa5408f8; background:#2f3536;} /*カーソルが乗っているリンクの色*/
footer span a:active {color:#ffff00;} /*クリック中のリンクの色*/
footer span a:visited {color: #ffffff;} /*訪問済みのリンクの色*/

/* お問合せページのリンク色 */
a.mailaddress:link {color: #0c43be;} /*未訪問のリンクの色*/
a.mailaddress:hover {color:#cf9310f8; background:#bbecf5;} /*カーソルが乗っているリンクの色*/
a.mailaddress:active {color:#ffff00;} /*クリック中のリンクの色*/
a.mailaddress:visited {color: #840ca1;} /*訪問済みのリンクの色*/

/* 一般的なリンク色 */
a.ippan:link {color: #0c43be;} /*未訪問のリンクの色*/
a.ippan:hover {color:#cf9310f8; background:#bbecf5;} /*カーソルが乗っているリンクの色*/
a.ippan:active {color:#ffff00;} /*クリック中のリンクの色*/
a.ippan:visited {color: #840ca1;} /*訪問済みのリンクの色*/

/* 最速訪問のリンク色 */
a.red:link {color: #ff0000;} /*未訪問のリンクの色*/
a.red:hover {color:#cf9310f8; background:#bbecf5;} /*カーソルが乗っているリンクの色*/
a.red:active {color:#ffff00;} /*クリック中のリンクの色*/
a.red:visited {color: #ff0000;} /*訪問済みのリンクの色*/

/* サブヘッダー部リンク色 */
a.sub-header-text:link {color: #000000;} /*未訪問のリンクの色*/
a.sub-header-text:visited {color: #000000;} /*訪問済みのリンクの色*/
a.sub-header-text:hover {color:#fa5408f8; background:#bbecf5;} /*カーソルが乗っているリンクの色*/
a.sub-header-text:active {color:#38976b;} /*クリック中のリンクの色*/

/* ヘッダー部リンク色 */
div.header-top_mail_jirei div a:link,div div a.imasugu_button:link {color: #ffffff;} /*未訪問のリンクの色*/
div.header-top_mail_jirei div a:hover,div div a.imasugu_button:hover {color:#fa5408f8; background:#bbecf5;} /*カーソルが乗っているリンクの色*/
div.header-top_mail_jirei div a:active,div div a.imasugu_button:active {color:#ffff00;} /*クリック中のリンクの色*/
div.header-top_mail_jirei div a:visited,div div a.imasugu_button:visited {color: #ffffff;} /*訪問済みのリンクの色*/



p{
    /* font-size: clamp(0.8rem, 2.5vw, 1rem);  */
    /* font-size: clamp(20%, 2.5vw, 100%);  */
    max-width: 100%;

}

.center{
    text-align: center;
}

.strong{
    font-weight:bold;
}

h3{
display: inline-block;
    border-bottom: solid #000 thin;
}

.top-h2-mobile{
    display: block;
    text-align: center;
    border-bottom: none;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
    /* background-color: #ff8100; */
    background: linear-gradient(#ff9900, rgb(255, 255, 255));
    text-shadow: 2px 3px 2px #8f0000;
  
}
.top-h2{
    display: none;
}


@media (min-width: 768px){

    .top-h2{
    display: block;
    text-align: center;
    border-bottom: none;
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    margin-top: 0px;
    /* background-color: #ff8100; */
    background: linear-gradient(#ff9900, rgb(255, 255, 255));

    text-shadow: 2px 3px 2px #8f0000;
}
    .top-h2-mobile{
        display: none;
    }


    /* .header-logo{
        width: 100%;
        text-align: center;
        position: absolute;
        top: 4%;
       width:clamp(150px,20vw,180px); 
     } */

     /* .header-logo{
        position: absolute;
        top: 35%;
       width:clamp(150px,20vw,180px); 
     } */
     
    /* .tel-text{
         position: absolute;
         right: 10%;
         top: 60%;
         font-weight: bold;
     } */

     
}

/* 古いテキストCSS */
.meiryo_orange_40{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #F63;
	font-size:40px;
	font-weight: bold;
}
/* .meiryo_black_16{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size:16px;
	
	}	 */
 /* .meiryo_black_14{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    font-size:14px;
        
    }	 */


.kihoneria{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #09F;
	font-size:18px;
	
	}		
	
	
.eria_3000{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #F60;
	font-size:18px;
	
	}	
	
	
	
.eria_5000{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #F00;
	font-size:18px;
	
	}	


footer span a:link {color: #ffffff;} /*未訪問のリンクの色*/
footer span a:hover {color:#fa5408f8; background:#bbecf5;} /*カーソルが乗っているリンクの色*/
footer span a:active {color:#ffff00;} /*クリック中のリンクの色*/
footer span a:visited {color: #ffffff;} /*訪問済みのリンクの色*/



.kyoukabe-button{
    display: inline; 
    text-align: center; 
    background-color: rgb(248, 213, 181); 
    width: 350px; 
    font-size: 200%; 
    padding: 10px 20px; 
    border: #333333;
    border-style:solid;
    

}


/* .center_box {
    text-align: center;
    }
    .center_box span {
    display: inline-block;
    text-align: left;
    } */


section div a{
    display: block;
}
