@charset "utf-8";
/*
Theme Name: evans
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
img{vertical-align:top;}
a img:hover{opacity:.8;}
table {width:100%;border-collapse: separate;border-spacing: 0;}
td{vertical-align: middle;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;transition:all 0.3s;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body{
font-family: 'Noto Sans JP', sans-serif;
  font-weight:400;
font-size:18px;
color:#333;
-webkit-text-size-adjust: none;
background:#C1C4B6;
line-height:1.6;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#333;
transition:all 0.3s;
}

a:hover, a:active{
outline: none;
color:#C1C4B6;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li{zoom: 1;}


/* フォーム
------------------------------------------------------------*/


/* レイアウト
------------------------------------------------------------*/
#wrapper{
margin:0 auto 0;
width:100%;
position: relative;
}

.inner{
margin:0 auto 0;
padding:80px 0;
width:1100px;
}

.foot_inner{
margin:0 auto 0;
width:1100px;
}

#header{
overflow: visible;
background:#fff;
}

#content{
width:100%;
padding:0;
margin:0px auto 0;

}

header{background:#fff;}


#footer{clear:both;padding:20px 0 20px;background:rgba(150, 153, 139, 0.85);font-size:20px;color:#fff;}



/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/



/* ロゴ (サイトタイトル)
----------------------------------*/


/* トップページ　メイン画像
----------------------------------*/
#mainphoto{background-image:linear-gradient(90deg, #C1C4B6, #55563e);position:relative;min-height:700px;}
.main_img{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

.hero {
  width: 100%;
  min-height: 100svh;
  background: url("/wp-content/uploads/2026/06/top.webp") no-repeat top center / cover;
}

@media screen and (max-width: 749px) {
  .hero {
    background-image: url("/wp-content/uploads/2026/06/top_sp.webp");
  }
}



.post{margin:0 auto;padding:0;}






/* フッター
*****************************************************/
#footer a{transition:all 0.3s;}
#footer a:hover{color:#e60012;}
#footer ul{padding:0;}
#footer li{list-style-type: none;margin-bottom:2px;font-size:16px;color:#fff;}
.foot_add{padding:60px 0 0 0;font-size:16px;line-height:1.5;font-weight:300;background: url(/wp-content/uploads/2026/03/foot_logo.png) top left no-repeat; background-size: 300px auto;}
.foot_add p{font-size:24px;font-weight:500;margin-bottom:0.5em;}
.foot_add a{color:#fff;}
.foot_menu{display:flex;flex-wrap:wrap;justify-content:flex-end;}
.foot_menu_box{margin-left:2em;font-size:22px;font-weight:600;position:relative;padding-left:1em;}


#copyright{text-align:center;font-size:16px;font-weight:300;color:#fff;padding:15px 0;transform: rotate(0.03deg);}

.foot_menu{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;list-style:none;margin:25px 0 0;padding:0;}
.foot_menu li{position:relative;padding:0 18px;}
.foot_menu li+li::before{content:"";position:absolute;left:0;top:50%;width:1px;height:14px;background:rgba(255,255,255,.4);transform:translateY(-50%);}
.foot_menu a{color:#fff;font-size:16px;font-weight:400;letter-spacing:.05em;text-decoration:none;transition:opacity .3s ease;}
.foot_menu a:hover{opacity:.6;}


.sptel{display:none;}





/* 1500px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 1499px){
.main_txt_u{position: absolute;top:13%;left: 12%;width:400px;}
.main_txt_b{position: absolute;top:28%;left: 12%;width:400px;}

}






/* 1100px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 1099px){
div.inner{width:96%;}
.foot_inner{width:90%;}
#mainphoto{background-image:linear-gradient(90deg, #727362, #55563e);position:static;min-height:auto;padding:20px 0;text-align:center;}
.main_img{position:static;top:unset;left:unset;transform:none;}
.main_img img{width:90%;}
.foot_menu{display:none;}
}


/* 800px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 799px){


}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
div.inner{width:94%;}
body{font-size:18px;}

#copyright{padding-bottom:70px;}

}	


