@charset "utf-8";

/*---------------共通設定----------------*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 addres, ul, ol, dl, dt, dd, table, th, td, form, fieldset{
	margin:0;
	padding:0;
	line-height:1.6;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	list-style-type:none;
	color:#646263;
	letter-spacing:0.05em;
}

table,td{
	border-collapse:collapse;
	border-spacing:0;
}

ul,ol{
	list-style:none;
}
a{
	text-decoration: none;
	color:#3c3228;
	outline: none;
	overflow: hidden;

}

img{
	border:0;
}

ing,input{
	vertical-aligin: bottom;
}

body{
	margin:0px auto;
	-webkit-text-size-adjust: 100%;
	overflow-x:hidden;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
  
.clearfix {
	zoom: 1;
}


#wrapper{
	overflow: hidden;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/*---------------------グローバルナビ-----------------------*/

header{
	height:100px;
	color:#fff;
}
	
.inner {
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0;
    line-height: 1;
    z-index: 999;
}
#top-head {
	height:100px;
	background-color:#fff;
    color: #fff;
    text-decoration: none;
	font-weight:bold;
}
#top-head .inner {
    position: relative;
}
#top-head .logo a{
	width:30%;
	height:70px;
	margin-top:15px;
	margin-left:20px;
	background:url(../images/logo.jpg) no-repeat;
	float:left;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
}

#top-head .logo a:hover {
	opacity:0.6;
    transition: .4s;
}


.head_right{
	width:40%;
	height:70px;
	margin-right:20px;
	margin-top:15px;
	float:right;
}

.head_tel{
	width: 300px;
	height:70px;
	background:url(../images/tel2ver20221212.jpg) no-repeat;
	float:left;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
}

.head_contact{
	float:right;
}

.button01{
	display:block;
	width:140px;
	height:70px;
	line-height: 70px;
	color: #FFF;
	font-size:20px;
	letter-spacing:0.05em;
	text-decoration: none;
	text-align: center;
	background-color:#2e254b;
	border-radius: 5px; /*角丸*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.button01:hover{
	opacity:0.6;
    transition: .4s;
}


/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0;
    height: 100px;
    background: #fff;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

.spcontact{
	display: none;
}
/*---------------pagetop----------------*/


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background-color: rgba(0,0,0,0.5);
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background:#111;
    transition: .4s;
}



/*---------------------footer-----------------------*/

footer{
	margin:0 auto;
}

#footer{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#333;
	font-size:15px;
	text-align:center;
	margin:0 auto;
	padding-top:35px;
	padding-bottom:30px;
	line-height:15px;
}

#footer p{
	color:#fff;
	letter-spacing:0.05em;
}


/*---------------------スマホ用-----------------------*/


@media screen and (max-width: 750px) {


/*---------------------グローバルナビ-----------------------*/

	
#top-head,
.inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
	
.head_right{
	display:none;
}
.button01{
	display:none;
}



/*---------------------footer-----------------------*/


#footer_navi{
	display:none;
}

#top-head .logo a{
	width:40%;
	height:70px;
	margin-left:10px;
	background:url(../images/splogo.jpg) no-repeat !important;
}


.head_tel{
	display:none;
}

.head_contact{
        display:none;
}


.spcontact{
	position:absolute;
	top:23px;
	right:20px;
	display:block;
}
.spcontact img{
	border-radius:15px;
}
.spcontact img:hover{
	opacity:0.8;
}

}
