@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
    width:100%;
    margin:0 auto;
    font-size:14px;
    color:#382400;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height:1.6;
}

header {
    width:960px;
    margin:10px auto;
}

nav {
    width:100%;
}

#contents {
    width:960px;
    margin:10px auto;
}









#main {
    float:right;
    width:700px;
　　}


.page2 #main{
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 960px;	/*メインコンテンツ幅*/
	padding: 10px 0px　;	/*左から、上下、左右への余白*/
background:  url(http://www.geocities.jp/ffmfm788/images/f13.png) ;	/*左から背景色、背景画像、背景画像をX軸(横軸)にリピート、背景画像を上部に配置する設定*/
}


.page3 #main{
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 960px;	/*メインコンテンツ幅*/
	padding: 15px 20px　0　px;	/*左から、上下、左右への余白*/
background:  url(http://www.geocities.jp/ffmfm788/images/kurafuto.jpg) ;	/*左から背景色、背景画像、背景画像をX軸(横軸)にリピート、背景画像を上部に配置する設定*/
 line-height:2.5;


}


.page4 #main{
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 960px;	/*メインコンテンツ幅*/
	padding: 10px 10px　0　;	/*左から、上下、左右への余白*/
background:  url(http://www.geocities.jp/ffmfm788/images/kurafuto.jpg) ;	/*左から背景色、背景画像、背景画像をX軸(横軸)にリピート、背景画像を上部に配置する設定*/
}


.page5 #main{
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 960px;	/*メインコンテンツ幅*/
	padding: 15px 0px;	/*左から、上下、左右への余白*/
background:  url(http://www.geocities.jp/ffmfm788/images/haikei.png) ;	/*左から背景色、背景画像、背景画像をX軸(横軸)にリピート、背景画像を上部に配置する設定*/
 line-height:2.7;

}


.page6 #main{
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 960px;	/*メインコンテンツ幅*/
	padding: 10px 10px;	/*左から、上下、左右への余白*/
background:  url(http://www.geocities.jp/ffmfm788/images/f13.png) ;	/*左から背景色、背景画像、背景画像をX軸(横軸)にリピート、背景画像を上部に配置する設定*/
}

.page7 #main{
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 960px;	/*メインコンテンツ幅*/
	padding: 15px 0px;	/*左から、上下、左右への余白*/
background:  url() ;	/*左から背景色、背景画像、背景画像をX軸(横軸)にリピート、背景画像を上部に配置する設定*/
}






#sub {
    float:left;
    width:200px;
}

#subnav {
    display:none;
}

section {
    margin-bottom:50px;
}

a {
    color:#000;
}
a:hover {
    color:#e78f00;
}

h1 {
    color:#f19500;;
    font-size:12px;
    line-height:1.2;
 
margin-bottom: 1px;
	padding: 10px ;
	background: #ffffff;
	width:100%;






}
h1 a {
    color:　#333;
    text-decoration:none;
}
h1 a:hover {
    color:#333;
    text-decoration:underline;
}










h2 {
    margin-bottom:0.5em;
    padding-left:20px;
    font-size:18px;
    color:#FF4500;
   font-weight: bold;
 }





h3 {
    margin-bottom:0.5em;
    padding:2px 5px;
    color:FF4500;
    font-size:16px;
    border-bottom:1px solid #FF4500;
}

h4 {
    margin-bottom:0em;
    font-size:16px;
    color:#333;
}
h4:before {
    content:"\002605";
    color:#f19500;
}

h5 {
    margin-bottom:0.25em;
    padding:2px;
    color:#000;
    font-size:16px;
    border-top:1px dotted #999;
    border-bottom:1px dotted #999;
    background:#f1f1f1;
}

h6 {
    margin-bottom:0.25em;
    color:#382400;
    font-size:14px;
    font-weight:bold;
}

h7 {
    margin-bottom:0.25em;
    padding:2px;
     padding-left:20px;

color:#000;
    font-size:18px;
       border-bottom:1px dotted #999;
   padding-left:20px;
 background:url(http://www.geocities.jp/ffmfm788/images/f13.png) ;
}








p {
    margin:0 0 1em 0;
}

img {
    vertical-align:bottom;
}

em {
    font-weight:bold;
}

strong {
    font-weight:bold;
    color:##f11c00;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

ul,ol,dl {
    margin:0 0 1em 0;
}
ul li {
    list-style:disc;
}
ol li {
    list-style:decimal;
}
li {
    margin-left:2em;
}

dt {
    margin-bottom:0.5em;
    border-bottom:1px dotted #ddd;
}
dt:before {
    content:"\0025a0";
}
dd {
    margin-bottom:1em;
}

table {
    width:800px;
    margin-bottom:1em;
    border-collapse:collapse;
    border:1px solid #666;
}
th {
    padding:10px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #666;
    background:#dddddd;
}
td {
    padding:10px;
    text-align:left;
    border:1px solid #666;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
    position:relative;
}
header h1 {
    margin-bottom:-30px;
}

/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left:10px;  /*innerに対して左から20pxの場所に配置*/
	top: 25px;	/*innerに対して上から20pxの場所に配置*/
}



.contact {
    position:absolute;
    top:25px;
    right:0;
    vertical-align:top;

}
.contact1 {
    position:absolute;
    top:40px;
    left:5px;
    vertical-align:top;

}


.contact span {
    color:#fff;
    font-size:14px;
    vertical-align:middle;
    background:url(http://www.geocities.jp/ffmfm788/images/cats1.jpg) 0 0 no-repeat;
}

.contact a {
    display:block;
    padding:5px 5px 5px 25px;
    color:#fff;
    background:#f19500;
    border-radius:4px;
    text-decoration:none;
    background:#f19500 url(http://www.geocities.jp/ffmfm788/images/cats1.jpg) 10px 50% no-repeat;
}

.contact a:hover {
    color:#fff;
    background:#e78f00 url(http://www.geocities.jp/ffmfm788/images/) 10px 50% no-repeat;
}

.summary {
    clear:both;
}




/*================================================
 *  グローバルナビゲーション
 ================================================*/
.menu  {
    margin-bottom:20px;

}
.menu ul{
    width:960px;
        padding:20;
 margin:0 auto;
}
.menu ul li {
  list-style: none;
   margin:0;

  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  width: 150px;/*親メニューの幅*/
  height: 40px;/*親メニューの高さ*/
  line-height: 40px;
  background:#ffffff;/*親メニューの背景色*/
  color: #000000;/*親メニューの文字色*/
  text-align:center;
 }
.menu ul li a {
  color: #000000;
  display: block;
  text-decoration: none;
}
.menu ul li:hover, .menu ul li a:hover {
  background:#dcdcdc;/ホバー時の親メニューの背景色*/
  color:#000;/*ホバー時の親メニューの文字色*/
}
.menu ul li ul {
  position: absolute;
  top: 40px;/*親メニューの高さと同じにする*/
  width: 150px;
  z-index: 100;
}
.menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 150px;/*サブメニューの幅*/
  height: 0;
   font-size:12px;
color:#ｆｆ4500;
background:#f3f3f3;/*サブメニューの背景色*/
}
.menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#dcdcdc;/*ホバー時のサブメニューの背景色*/
}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;/*サブメニューの高さ*/
  z-index: 10;
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


nav li {
  border-left: 1px solid #333;
  border-right: 0px solid #333;
}
 
nav li+nav li {
  border-left: 0;
  border-right: 1px solid #333;
}

html.fixed body{
padding-top:0px!important;}

.ow-navigation__outer{
top:200px;}


/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
    margin:0;
    padding:0;
    list-style:none;
}
.submenu li a:before {
    content:"\0025a0";
    color:#000;
}


.submenu li a {
    display:block;
    padding:5px 2px;
    color:#000;
    border-bottom:1px dotted #ddd;
    text-decoration:none;
}
.submenu li a:hover {
    background:#eee;
}

.bnr li {
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
}
.bnr li a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
}
.bnr img {
    width:200px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
    clear:both;

 background:#ffffff;
}

.footmenu {
    width:100%;
    padding:20px 0;
    overflow:hidden;
    border-top:1px dotted #666 ;
   background:#ffffff;
  border-bottom:1px dotted #666;
  background:#ffffff;

}
.footmenu ul {
    position:relative;
    float:left;
    left:50%;
    margin:0;
}
.footmenu li {
    position:relative;
    left:-50%;
    float:left;
    list-style:none;
    padding:0 10px;
    font-size:14px;
    text-align:center;
}

.copyright {
    clear:both;
    padding:20px 0;
    font-size:11px;
    text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position:fixed;
    bottom:15px;
    right:15px;
}
.totop a {
    display:block;
    text-decoration:none;
}
.totop img {
    background:#FF4500;
}
.totop img:hover {
    background:#e78f00;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
    text-align:left ;
}

.textR {
    text-align:right;
}

.list {
    padding:0 0 0 0.5em;
}

.list li {
    margin:0;
    padding:0 0 0 15px;
    list-style:none;
    background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
    overflow:hidden;
    margin:10px 0;
    padding:10px;
    border:3px solid #ddd;
    background: url() ;
}

.imgL {
    float:left;
    margin:10 10px 10px 0;
}

.imgR {
    float:right;
    margin:10 10 10px 10px;
}

.info dt {
    border-bottom:none;
}
.info dd {
    padding-bottom:none;
    border-bottom:1px solid #BDBDBD;
}

.order {
 position: relative;
 top: -100px;
 left:560px;
}

.relative {
    position: relative;
    
}
.absolute {
    position: absolute;
}

.absolute {
    position: absolute;
    right: 30px;
    bottom: -200px;
}

.service {
    overflow:hidden;
    margin:10px -2% 0 0;
}
.service li {
    list-style:none;
    float:left;
    width:18%;
    margin:0 2% 10px 0;
}
.service li img {
    width:100%;
}

.staff {
    margin:10px -2% 0 0;
}
.staff div {
    float:left;
    width:18%;
    margin-right:2%;
}
.staff div img {
    width:100%;
    margin-bottom:5px;
}
/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
    position:relative;
    overflow:hidden;
    padding-bottom:25px;
}

.slidePrev {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slideNext {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slidePrev img {
    position:absolute;
    width:50px !important;
    height:60px !important;
}

.slideNext img {
    position:absolute;
    width:50px !important;
    height:60px !important;
}

.slideInner {
    position:relative;
    margin:0;
    padding:0;
}
.slideInner li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.slideInner li img {
    margin:0 5px;
    padding:0;
}

.filterPrev {
    position:absolute;
    left:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.filterNext {
    position:absolute;
    right:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.controlNav {
      position:absolute;
      float:left;
      left:50%;
      bottom:0;
}
.controlNav span {
      position:relative;
      left:-50%;
      float:left;
      margin:5px;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      width:10px;
      height:10px;
      overflow:hidden;
      background:#ccc;
      text-indent:-9999px;
      vertical-align:middle;
}
.controlNav span:hover {
      background:#999;
      cursor:pointer;
}
.controlNav span.current {
      background:#f19500;
}

/* トップナビ */
* html .topNavi {
    height:1em;
    overflow:visible;
}

. topNavi {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:20px;
    margin-bottom:30px;
}

.topNaviColumn {
    display:inline;
    width: 100%;

    float:left;
    margin-right:1%;
}

.topNaviCon {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#f1f1f1;
    border:1px solid #f1f1f1;
    border-radius:4px;
}

.topNaviCon:hover {
    color:#000;
    background:#fff9f5 none repeat scroll 0 0;
    border:1px solid #f19500;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon h2 {
    margin:10px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#f19500;
    border:none;
}

.topNaviCon:hover h2 {
    color:#f19500;
}

.topNaviCon p {
    margin:10px;
}

.topNaviPhoto img {
    width:100%;
}

/* トップナビ */


* html .page2 topNavi {
    height:1em;
    overflow:visible;
}

.page2 topNavi {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:20px;
    margin-bottom:30px;
}

. page2 topNaviColumn {
    display:inline;
    width: 18%;
    float:left;
    margin-right:1%;
}

.page2 topNaviCon {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#ffffff;
    border:1px solid #f1f1f1;
    border-radius:4px;
}

.page2 topNaviCon:hover {
    color:#000;
    background:#fff9f5 none repeat scroll 0 0;
    border:1px solid #f19500;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.page2 topNaviCon h2 {
    margin:10px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#f19500;
    border:none;
}

.page2 topNaviCon:hover h2 {
    color:#f19500;
}

.page2 topNaviCon p {
    margin:10px;
}

.page2 topNaviPhoto img {
    width:100%;
}

.clear{
clear:both;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
=========*/
@media screen and (max-width:779px) {
    body {
        box-sizing:border-box;
        width:100%;
        padding:0 10px;
    }

    header {
        width:100%;
    }

    header h1 {
        margin-bottom:0;
    }

    .contact {
        position:relative;
        float:right;
        margin:10px 0;
    }

    #contents {
        width:100%;
}

    #main {
        float:none;
        width:100%;
    }

    #sub {
        float:none;
        width:100%;
    }

    .bnr {
        overflow:hidden;
        margin-right:-2%;
    }

    .bnr li {
        float:left;
        width:48%;
        margin:0 2% 2% 0;
    }

    .bnr li img {
        width:100%;
    }

   .totop {
    display:none !important;
    }

    /* メインメニュー */
    nav {
        display:block;
        position:relative;
        width:100%;
    }
    nav h3 {
        cursor:pointer;
        margin-bottom:0;
        color:#fff;
        background:#999;
        border:none;
    }
    nav h3:after {
        position:absolute;
        content:"\0025bc";
        top:3px;
        right:5px;
    }
    nav h3.menuOpen:after {
        position:absolute;
        content:"\0025b2";
        top:3px;
        right:5px;
    }
    nav ul {
        width:100%;
    }

    nav li {
        width:100%;
        margin:0;
        padding:0;
        list-style:none;
    }
    navv li a:before {
        content:"\0025a0";
        color:#5b4111;
    }
    nav li:first-child a {
        width:100%;
    }

    nav li a {
        display:block;
        width:33.33%;
        border-bottom:1px dotted #ddd;
        text-decoration:none;
    }

    /* トップナビ */
    .topNavi {
        margin-right:0;
    }

    .topNaviColumn {
        display:block;
        box-sizing:border-box;
        width:100%;
        float:none;
        margin-right:0;
        margin-bottom:10px;
    }

}