@charset "utf-8";
/*
Theme Name: theme754
Theme URI: http://theme.o2gp.com/
Description: theme754
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: simple

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =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,  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;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font-size:14px;
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
color:#252525;
-webkit-text-size-adjust: none;
background:#f4f4f4;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#777;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#999;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom: 1;}

/* フォント
------------------------------------------------------------*/
.red{
    color: #f00000;
}

/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #2a588b;
background: -moz-linear-gradient(top, #2a588b 0%, #214a78 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a588b), color-stop(100%,#214a78));
background: -webkit-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: -o-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: -ms-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: linear-gradient(to bottom, #2a588b 0%,#214a78 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a588b', endColorstr='#214a78',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #2a588b;
background: -moz-linear-gradient(top, #214a78 0%, #2a588b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#214a78), color-stop(100%,#2a588b));
background: -webkit-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: -o-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: -ms-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: linear-gradient(to bottom, #214a78 0%,#2a588b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214a78', endColorstr='#2a588b',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
background:#fff;
}

#content{
float:left;
width:710px;
padding:30px 0;
}

#sidebar{
float:right;
width:225px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:20px;
border-bottom:1px solid #fff;
background:#56492c;
} 


/* ヘッダー
*****************************************************/
#header .bg{background:#b39657;}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0;
color: #fff;
font-size:80%;
font-weight:normal;
background:#b39657;
}

#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:18px 0 10px 0;
color: #333;
font-size:160%;
font-weight:bold;
}
#header h2 img{
    width: 295px;
}

/* 電話番号
----------------------------------*/
.contact{
    float:right;
    padding:33px 0 0;
    text-align:right;
    color:#46391B;
}
.contact .yoyaku{
    font-size:15px;
    margin-bottom: -3px;
}
.contact .tel{
    margin-bottom:-3px;
    font-size:30px;
    font-family: 'Roboto Condensed', sans-serif;
}
.contact .tel a{
    color: #56492c;
}
#footer-contact{display: none;}

/* メインメニュー
------------------------------------------------------------*/
nav#mobiNav{display: none;}

nav#mainNav{
clear:both;
position:relative;
z-index:200;
background:#46391b;
}

nav#mainNav ul li{
float: left;
position: relative;
border-right:1px solid #fff;
}

nav#mainNav ul li:first-child{border-left:1px solid #fff;}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color:#FFF;
height:40px;
line-height:40px;
padding:15px 20px 0px;
    width: 118px;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
font-size:90%;
line-height:1.4;
}

nav#mainNav ul li a span{
font-size:50%;
color:#fff;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
background:#9d8551;
color:#FFF;
}

nav#mainNav ul ul{width:160px;}

nav#mainNav ul li ul{display: none;}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:55px;
left:-2px;
z-index:500;
}

nav#mainNav ul li li{
padding:0 5px;
margin:0;
float: none;
height:40px;
line-height:40px;
background:#9d8551;
border:0;
}

nav#mainNav ul li li:first-child{border-left:10px;}

nav#mainNav ul li li a{
width:100%;
height:40px;
line-height:40px;
font-size:95%;
text-align:left;
color:#fff;
background:#9d8551;
padding:0 0 0 5px;}

nav#mainNav ul li li a span{padding:0 0 0 5px;}

nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a{color:#FFF;
background:#56492c;}
BORDE
nav#mainNav ul li:hover ul li:last-child{border:0;
color:#333;}

/* トップページ　メイン画像
----------------------------------*/
#mainImg{
        padding: 0;
        margin: 0;  
clear:both;
margin-top:25px;
text-align:center;
z-index:0;
    position: relative;
}
#mainImg img{
  width: 100%;
  }
#mainImg p.headtext{
    padding: 0;
        margin: 0;    
    width: 100%;
    position: absolute;
  top: 50%;
  left: 50%;
    transform:translate(-50%,-50%);
    font-size: 170%;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.post{
margin:0 0 20px 0;
padding:10px;
border:1px solid #f0f0e1;
background: #fff;
}

.pic-display{
    float: left;
    margin: 0 15px 0 0;
}
/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:30px 0 0;
padding:7px 10px;
font-size:110%;
border:1px solid #f0f0e1;
border-bottom:0;
background:#fff url(images/border.png) repeat-x 0 100%;
}

h2.first{margin-top:0;}

.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #f0f0e1;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #333;
border-bottom:2px solid #f0f0e1;
}

.post h3{
margin:10px 0 5px;
    padding: 4px 0 4px 6px;
font-size:90%;
font-weight:bold;
color:#333;
    background: #EFEDE7;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:10px 0 20px;
}

.post table th{
    padding:10px;
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    background:#efede7;
}

.post table td{
    padding:10px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
    background:#fff;
}
.post table.menu td{
    text-align:right;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget, .widgetInfo{
margin: 0 0 20px;
padding: 10px 7px;
border:1px solid #f0f0e1;
background: #fff;
}

#banners img{
max-width:225px;
height:auto;
padding-bottom:10px;
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px solid #ccc;
}

section.widget a{
display:block;
padding:3px 0 3px 13px;
text-decoration:underline;
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget a:hover{
text-decoration:none;
background-position: 3px 50%;
}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}

/* メニュー一覧
-------------*/
.menu-box{
    border-bottom: 1px solid #d9c59b;
    padding: 5px 7px 9px 7px;
}
.menu-ex{
    float: left;
    min-width: 300px;
    max-width: 550px;
}
.menu-price{
    float: right;
    width: 120px;
    font-weight: bold;
    font-size: 110%;
    text-align: right;
    color: #CC4466;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.menu-name{
    font-weight: bold;
    font-size: 100%;
    margin: 5px 0 6px 0;
    color: #666;
}
.menu-explain{
    font-size: 85%;
    color: #555;
}
.other-coution{
    font-size: 85%;
    color: #CC4466;
}
.menu-box:nth-child(odd) {  
  background-color: #fffdf4;  
}

/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
font-size:100%;
color: #333;
border-bottom:1px solid #ccc;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #ccc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#777;}



/* フッター
*****************************************************/
#footer ul{
padding-bottom:10px;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:20px;
background:url(images/arrow.png) no-repeat 0 12px;
}

#footer ul li a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
color:#FFF;
}

#footer ul li a:hover{text-decoration:underline;
color:#CCC;}

#footer ul li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:10px 0;
text-align:center;
font-size:75%;
zoom:1;
color:#fff;
background:#b39657;
}

/* ヘアスタイル
----------------------------------------------------*/
.image-block{
    width: 220px;
    height: 130px;
}

/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#2a588b;
text-align:center;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
width:735px;
margin:4px -25px 20px 0;
}

.thumbWrap ul.thumb li{
float:left;
width: 215px;
min-height:240px;
margin:0 6px 0 0;
padding:8px 8px;
background:#fff;
}
.thumbWrap ul.thumb li img{
    width: 100%;
    height: auto;
    margin:0 0 8px 0;
}

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #ccc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#56492c;
}

ul.thumb h3 a{color:#fff;}

ul.thumb h3:hover span{background:#333;
color:#fff}

/** その他 **/
.g-map{
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
}
.g-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
  スマホ用　横幅 0〜430pxの場合に適用するCSS 
-------------------------------------------------*/
@media screen and ( max-width:479px )
{
    
    img {
        width: 100%;
        height: auto;
    }
#mainImg p.headtext{
    padding: 0 12px;
        margin: 0;    
    width: 90%;
    position: absolute;
  top: 50%;
  left: 50%;
    transform:translate(-50%,-50%);
    font-size: 140%;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}
    #content{
        width:100%;
        padding:30px 0;
    }
    #wrapper, .inner{
        margin:0 auto;
        padding: 0 10px;
        width:auto;
    }
    #sidebar{
        clear: both;
        width:100%;
        padding:30px 0;
    }
    .thumbWrap{
        width:100%;
        margin:20px 0;
    }
    .pic-display{
        float: none;
        margin: 0 0 8px 0;
    }
/* ヘッダー -------*/ 
    #header h2{
        clear:both;
        padding:7px 0 0px 0;
        color: #333;
        font-size:160%;
        font-weight:bold;
    }
    #header h2 img{
        width: 250px;
    }

/* フッターコンタクト -------*/
    #footer-contact{
        position: fixed;
        z-index: 999;
        bottom: 0;
        left: 0;
        width: 100%;
        padding:9px 0px 6px 0px;
        background: rgba(255,255,255,0.8);
        box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
        text-align: center;
        overflow:hidden;
        display: inline-flex;
        justify-content:space-around;
    }
        #footer-contact .mobiyoyaku{
        font-size: 70%;
        margin: 0 0 0 0px;
    }

    #footer-contact a{
    display: block;
    width: 80px;
    padding: 5px 0;
    background: #9D8551;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
}

    .inner .contact .tel{
        display: none;
    }
    .inner .contact .yoyaku{
        display: none;
    }
/* スマホメニュー -------*/
    nav#mainNav{display: none;}
    nav#mobiNav{
        clear:both;
        width:100%;
        height:83px;
        display: inline;
    }

    nav#mobiNav .inner{
        padding:3px 0 3px 0;
    }
    nav#mobiNav ul li.bor{
        float: left;
        width:33%;
        height:auto;
        text-align: center;
        border-right:1px solid #b39657;
        border-bottom:1px solid #b39657;
        list-style:none;
        background:#46391b;
    }
    nav#mobiNav ul li.nobor{
        float: left;
        width:33%;
        height:auto;
        text-align: center;
        border-bottom:1px solid #b39657;
        list-style:none;
        background:#46391b;
    }
    nav#mobiNav ul li.current{ background:#b39657 ;}

    nav#mobiNav ul li a{
        display: block;
        color:#ffffff;
        font-weight: bold;
        padding:11px 0;
    }
    nav#mobiNav ul li.current-menu-item a, nav#mainNav ul li a:hover span, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a{
        color:#fff;
    }
    
/* トップページ新着 -------*/ 
    .thumbWrap ul.thumb li{
        float:left;
        width: calc(50% - 31px);
        margin:-10px 5px 0 5px;
        padding:8px 8px;
        background:#fff;
    }
    
}