@charset "utf-8";

/*
Theme Name: kuruma
Author: arktain
Author URI: https://www.arktain.jp/
*/

/* =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-size:18px;
color:#000;
-webkit-text-size-adjust: none;
background:#fff;
line-height:1.75;
}
.meirio{font-family: "メイリオ" ;}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
transition:all 0.3s;
color:#000;
}

a:hover, a:active{
outline: none;
color:#c7b299;
}


/**** 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%;
overflow:hidden;
}

.inner{
margin:0 auto 0;
width:min(90%,1200px);
position:relative;
}


#header{
overflow:hidden;
background:#fff;
}

#content{
width:100%;
padding:0;
margin:0px auto 0;

}

#sidebar{
width:300px;
float:left;
margin:30px 20px 0 0;
}








/* トップページ　メイン画像
----------------------------------*/

.post{margin:0 auto;padding:0;}




/* フッター
*****************************************************/
.footer{background:#002b73;padding:40px 20px;}
.footer .inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:50px;}
.footer_info{display:flex;align-items:center;gap:60px;}
.footer_left{padding-right:60px;border-right:1px solid rgba(255,255,255,.3);}
.footer_sub{font-size:20px;font-weight:700;color:#fff;line-height:1;margin-bottom:10px;font-family: 'Noto Serif JP';}
.footer_name{font-size:30px;font-weight:900;color:#fff;line-height:1.2;margin-bottom:20px;font-family: 'Noto Serif JP';}
.footer_address{font-size:18px;font-weight:500;color:#fff;line-height:1.8;}
.footer_center p{font-size:32px;font-weight:700;color:#fff;line-height:1.5;}
.footer_time{font-size:22px !important;margin-top:15px;}
.footer_logo img{display:block;width:120px;height:auto;}
.copyright{background:#001f54;padding:15px;text-align:center;}
.copyright small{font-size:14px;color:#fff;}
@media screen and (max-width:749px){
.footer{padding:40px 15px;}
.footer .inner{display:block;text-align:center;}
.footer_info{display:block;}
.footer_left{padding-right:0;padding-bottom:25px;margin-bottom:25px;border-right:none;border-bottom:1px solid rgba(255,255,255,.3);}
.footer_sub{font-size:18px;}
.footer_name{font-size:34px;}
.footer_address{font-size:16px;}
.footer_center p{font-size:24px;}
.footer_center a{color:#fff;}
.footer_time{font-size:15px !important;}
.footer_logo{margin-top:30px;}
.footer_logo img{width:100px;margin:0 auto;}
}

.sp_tel_fixed{
display:none;
}

@media screen and (max-width:749px){

.sp_tel_fixed{
display:block;
position:fixed;
left:0;
bottom:0;
width:100%;
z-index:9999;
box-shadow:0 -3px 15px rgba(0,0,0,.15);
}

.sp_tel_fixed a{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
height:60px;
background:#0d347d;
color:#fff;
font-size:26px;
font-weight:900;
text-decoration:none;
}

.sp_tel_fixed i{
font-size:20px;
}

body{
padding-bottom:60px;
}

}



/* 1099px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 1199px){

}

/* 1099px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 999px){

}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
.copyright{padding-bottom:80px;}
}	


