@charset "utf-8";

/*
Theme Name: ocylus
*/

/* =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: "yu-gothic-pr6n", sans-serif;
font-weight: 400;
font-style: normal;
font-size:16px;
color:#000;
-webkit-text-size-adjust: none;
background:#e4e4e1;
line-height:1.9;
}
.meirio{font-family: "メイリオ" ;}

/* リンク設定
------------------------------------------------------------*/
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:#59c2e1;
}


/**** 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:1000px;
}

.inner1200{
margin:0 auto 0;
width:1200px;
}

#header{
overflow:hidden;
position: relative;background:#e4e4e1;
}

#content{
width:100%;
padding:0;
margin:0px auto 0;
background:#e4e4e1;

}

.top_para_area{background:#e4e4e1;}


#footer{clear:both;padding:40px 0;background:#8f8780;color:#fff;overflow:hidden;}
#footer p{margin-bottom:1.5em;}






/* トップページ　メイン画像
----------------------------------*/

.slides img{width:100%;}
.slide_area{position:relative;clear:both;}
.slide_back{position: absolute;top:560%;left: 10%;z-index:100;}
.slide_back img{width:70%;}
.post{margin:0 auto;padding:70px 0 70px;}





/* フッター
*****************************************************/
.foot_area{display: flex;justify-content:space-between;flex-wrap:wrap;font-size:17px;width:700px;margin:0 auto;}
.foot_area li {list-style:none;}
.foot_area a {display:flex;align-items:center;justify-content:center;color: #fff;line-height:1;text-align: center;}
.foot_area a:hover{color:#000;}

#copyright{text-align:center;font-size:12px;padding:20px 0 0;}

/* 1600px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 1600px){
.slide_back{position: absolute;top:250%;left: 10%;z-index:100;}
}


/* 1199px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 1199px){
.inner1200{width:100%;}
}


/* 1099px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 999px){
div#wrapper{width:100%;}
p#copyright{padding:5px;}
body{font-size:14px;}
div.inner{width:90%;margin:0 auto;}
#content{clear:both;width:100%;padding:0;}



}

/* 819px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 819px){
.slide_back img{width:50%;}
.slide_back{position: absolute;top:100%;left: 10%;z-index:100;}
.foot_area{display: flex;justify-content:flex-start;font-size:14px;width:100%;margin:0 auto;}
.foot_area li {list-style:none;margin-bottom:15px;}
.foot_area a {display:flex;align-items:center;justify-content:flex-start;color: #fff;line-height:1;text-align: center;width:100%;margin-bottom:10px;}

}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
.slide_back img{width:38%;}
.slide_back{position: absolute;top:260%;left: 10%;z-index:100;}



#copyright{font-size:12px;}

.foot_area{display:flex;flex-wrap:wrap;width:100%;margin-left:1em;padding-bottom:50px;}
.foot_area ul{margin-right:0px;}
.foot_box{width:100%;}
}	


