/* CSS Document */
@font-face {
    font-family: YuGothicM;
    src: local(Yu Gothic Medium)
    }
@font-face {
    font-family: "britannic-bold";
    src: url(../font/britannic-bold.eot);
    src: url(../font/britannic-bold.eot?#iefix) format("embedded-opentype"), url(../font/britannic-bold.woff) format("woff"), url(../font/britannic-bold.ttf) format("truetype") format("embedded-opentype"), url(../font/britannic-bold.woff) format("woff"), url(../font/britannic-bold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
    }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-family: "メイリオ", Meiryo, YuGothic, YuGothicM, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 160%;
    color: #4b4b4b
    }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
    }
.clearfix {
    display: inline-block
    }
* html .clearfix {
    height: 1%
    }
.clearfix {
    display: block
    }
.clearfix {
    /*
        overflow: hidden;
    */
    }
.clear {
    clear: both
    }
img {
    vertical-align: top;
    border: none
    }
a {
    color: #4b4b4b;
    text-decoration: none
    }
a:hover {
    opacity: 0.6
    }
ul {
    list-style: none
    }
/*ブログ機能用*/
div[content_type="blog"] {
    display:block !important;
    }
div[content_type="blog"]:hover:before {
    content:"※こちらはブログ機能になります。左下（もしくは左上）のUNISON CMSのロゴをクリックして、「記事を投稿する」ボタンから記事を投稿してください。";
    display:block;
    line-height:1.8;
    font-weight:bold;
    color:red;
    font-size:0.8em;
}

/*ブログカテゴリー用*/
div[content_type="blog_category"] {
    display:block !important;
    }
div[content_type="blog_category"]:hover:before {
    content:"※こちらはブログのカテゴリー機能になります。カテゴリーを編集する場合は、左下（もしくは左上）のUNISON CMSのロゴをクリックして、「記事を投稿する」ボタンから「記事投稿」画面に行っていただき、「記事カテゴリ管理」から編集ができます。";
    display:block;
    line-height:1.8;
    font-weight:bold;
    color:red;
    font-size:0.8em;
}
/*ギャラリー用*/
div[content_type="gallery"] {
    display:block !important;
}
div[content_type="gallery"]:hover:before {
    content:"※ギャラリー機能になります。「設定」ボタンから編集ができます。「画像選択」から画像の追加ができ、画像の順番はドラッグ&ドロップで簡単に並び替えできます。";
    display:block;
    line-height:1.8;
    font-weight:bold;
    color:red;
    font-size:0.8em;
    clear:both;
}    
#wrapper {
    width:100%!important;
    overflow: hidden;
    background: url(../images/bk.gif)
    }
.h1wap {
    background: #fef9e9
    }
.h1wap h1 {
    width: 960px;
    height: auto;
    margin: 0 auto;
    font-size: 12px;
    color: #999384;
    font-weight: normal;
    line-height: 23px
    }
#header {
    width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 40px 0
    }
#header .left {
    float: left;
    width: 380px;
    height: auto
    }
#header .left p {
    padding: 0 0 0 24px;
    position: relative;
    line-height: 140%
    }
#header .left h2 {
    padding-bottom: 18px
    }
#header .left p img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px
    }
#header .center {
    width: 337px;
    height: auto;
    float: left
    }
#header .center p {
    font-size: 15px;
    font-weight: bold;
    color: #134421
    }
#header .center table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    background: #f5f5f5;
    border: 1px solid #cecebf
    }
#header .center table th {
    width: 110px;
    height: 32px;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #cecebf
    }
#header .center table td {
    border: 1px solid #cecebf;
    text-align: center;
    font-size: 16px;
    color: #2c9e4b
    }
#header .center table td.off {
    color: #000
    }
#header .center table thead td {
    color: #000;
    font-size: 12px
    }
#header .right {
    width: 228px;
    height: auto;
    float: right;
    text-align: center
    }
#header .right dt {
    color: #999284;
    padding: 0 0 8px 0
    }
#header .right dt + dd {
    border: 1px solid #cecebf;
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: bold;
    width: auto;
    height: 40px;
    line-height: 40px;
    margin-bottom: 14px;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    }
#header .right dt + dd img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px
    }
#header .right dd + dd a {
    display: block;
    border: 1px solid #9e7703;
    width: auto;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    background: rgb(231, 217, 175);
    background: -moz-linear-gradient(top, rgba(231, 217, 175, 1) 0%, rgba(178, 133, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(231, 217, 175, 1) 0%, rgba(178, 133, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 217, 175, 1) 0%, rgba(178, 133, 0, 1) 100%)
    }
#header .right dd + dd a img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px
    }
#gnav {
    background: #134421
    }
#gnav ul {
    width: 960px;
    height: auto;
    margin: 0 auto
    }
#gnav ul li {
    float: left;
    width: 160px;
    text-align: center
    }
#gnav ul li a {
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif
    }
#gnav ul li.st a, #gnav ul li a:hover {
    background: #2c9e4b
    }
#footer .f1 {
    background: #fef9e9;
    padding: 34px 0
    }
#footer .f1 .inner {
    width: 960px;
    height: auto;
    margin: 0 auto
    }
#footer .f2 {
    width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 36px 0 0 0
    }
#footer .left {
    width: 337px;
    height: auto;
    float: left;
    padding: 0 60px 0 0
    }
#footer .center {
    float: left;
    width: 228px
    }
#footer .center dl {
    width: 228px;
    height: auto;
    float: right;
    text-align: center
    }
#footer .center dl dt {
    color: #999284;
    padding: 0 0 8px 0
    }
#footer .center dl dt + dd {
    border: 1px solid #cecebf;
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: bold;
    width: auto;
    height: 40px;
    line-height: 40px;
    margin-bottom: 14px;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    }
#footer .center dl dt + dd img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px
    }
#footer .center dl dd + dd a {
    display: block;
    border: 1px solid #9e7703;
    width: auto;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    background: rgb(231, 217, 175);
    background: -moz-linear-gradient(top, rgba(231, 217, 175, 1) 0%, rgba(178, 133, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(231, 217, 175, 1) 0%, rgba(178, 133, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 217, 175, 1) 0%, rgba(178, 133, 0, 1) 100%)
    }
#footer .center dl dd + dd a img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px
    }
#footer .center p {
    position: relative;
    padding: 0 0 42px 24px;
    color: #999284
    }
#footer .center p img {
    position: absolute;
    top: 5px;
    left: 0
    }
#footer .right {
    width: 276px;
    height: auto;
    float: right
    }
#footer .left p {
    font-size: 15px;
    font-weight: bold;
    color: #134421;
    padding-bottom: 5px
    }
#footer .left table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    background: #f5f5f5;
    border: 1px solid #cecebf
    }
#footer .left td {
    border: 1px solid #cecebf;
    text-align: center;
    font-size: 16px;
    color: #2c9e4b
    }
#footer .left td.off {
    color: #000
    }
#footer .left th {
    border: 1px solid #cecebf;
    width: 110px;
    height: 32px;
    font-size: 12px;
    font-weight: normal
    }
#footer .left thead td {
    font-size: 12px;
    color: #000
    }
#footer .left h3 {
    padding-bottom: 38px
    }
#footer .right dt {
    background: url(../images.9108ccf85606138e36841651911d6a14/maru.gif) 0 3px no-repeat;
    padding: 0 0 0 19px;
    color: #4b4d35;
    font-size: 15px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 10px
    }
#footer .right ul {
    float: left;
    width: 50%
    }
#footer .right ul li {
    margin-left: 1em;
    background: url(../images.9108ccf85606138e36841651911d6a14/fnavmk.gif) 0 5px no-repeat;
    padding: 0 0 5px 16px
    }
#footer .right dl + dl {
    padding-top: 20px
    }
#footer .right ul li a {
    text-decoration: underline;
    color: #999284
    }
.copy {
    padding: 30px 0 10px 0;
    color: #999284;
    text-align: center
    }
#main {
    width: 920px;
    height: auto;
    margin: 0 auto;
    padding-top: 40px
    }
#main .side {
    width: 210px;
    height: auto;
    float: left;
    padding-bottom: 20px
    }
#main .side2 {
    width: 210px;
    height: auto;
    float: left;
    }    
#main .contents {
    width: 670px;
    height: auto;
    float: right
    }
.side .side-first a {
    display: block;
    background: url(../images.9108ccf85606138e36841651911d6a14/sideb1bg.jpg) 0 0 repeat;
    padding: 20px 20px 0 20px;
    width: auto;
    height: 77px;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    }
.side .side-first a .s {
    display: block;
    font-size: 15px;
    padding-top: 5px;
    font-family: YuGothic, YuGothicM, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif
    }
.side .side-first a img {
    vertical-align: middle;
    margin-right: 2px
    }
.side .bnrs li {
    margin-bottom: 20px
    }
.side-menu {
    background: #707485;
    width: 208px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    overflow: hidden
    }
.side-menu a {
    display: block;
    position: relative
    }
.side-menu a .w {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 12px;
    z-index: 1
    }
.side-menu a .w img {
    opacity: 1
    }
.side-menu a .w strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: YuGothic, YuGothicM, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    padding-top: 8px
    }
.side-menu img {
    opacity: 0.3
    }
.sideinfo {
    background: #fef9e9;
    padding: 16px;
    margin-bottom: 20px
    }
.sideinfo h3 {
    text-align: center;
    color: #134421;
    font-family: YuGothic, YuGothicM, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 18px;
    padding: 8px 0 3px 0
    }
.sideinfo .pic {
    padding: 0 0 9px 0
    }
.sideinfo li.tel {
    text-align: center;
    font-size: 17px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: bold;
    padding-bottom: 5px
    }
.sideinfo li.tel img {
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -5px
    }
.sideinfo li.scont a {
    display: block;
    border: 1px solid #9e7703;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: rgb(231, 217, 175);
    background: -moz-linear-gradient(top, rgba(231, 217, 175, 1) 0%, rgba(178, 133, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(231, 217, 175, 1) 0%, rgba(178, 133, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 217, 175, 1) 0%, rgba(178, 133, 0, 1) 100%);
    text-align: center;
    color: #000;
    font-size: 15px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #fff;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    margin-bottom: 8px
    }
.sideinfo li.scont a img {
    margin-right: 7px;
    vertical-align: middle;
    margin-top: -5px
    }
.sideinfo .add {
    position: relative;
    padding: 0 0 16px 29px;
    color: #999284;
    font-size: 12px;
    line-height: 140%
    }
.sideinfo .add img {
    position: absolute;
    top: 2px;
    left: 0
    }
.sidemenulink {
    background: #fef9e9;
    padding: 30px 16px 30px 16px;
    margin-bottom: 20px
    }
.sidemenulink dt {
    font-size: 16px;
    font-weight: bold;
    font-family: YuGothic, YuGothicM, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif
    }
.sidemenulink dt img {
    margin-right: 13px
    }
.sidemenulink dd {
    border-bottom: 1px dotted #999284
    }
.sidemenulink dd a {
    font-family: YuGothic, YuGothicM, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    display: block;
    padding: 15px 0 8px 10px;
    color: #4b4c34
    }
/*home*/
.homemain img {
    width: 100%;
    height: auto
    }
.home1 {
    width: 920px;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 0 0
    }
.home1 ul {
    width: 960px;
    height: auto
    }
.home1 h3 {
    text-align: center;
    font-size: 25px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    padding: 0 0 20px 0
    }
.home1 li {
    background: #fef9e9;
    width: 244px;
    height: auto;
    min-height: 236px;
    float: left;
    padding: 12px 18px 12px 18px;
    background-image: url(../images.07ebe8d5214f9bfa34ce843fcaa18845/home1mk1.png);
    background-repeat: no-repeat;
    background-position: 196px 77px;
    position: relative;
    margin: 0 40px 40px 0;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    }
.home1 li:nth-child(even) {
    background-color: #e9f2c5
    }
.home1 h4 {
    display: inline-block !important;
    padding: 35px 0 0 12px;
    font-size: 22px;
    max-width: 125px;
    font-family: YuGothic, YuGothicM, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: -2px;
    text-align: center;
    line-height: 140%;
    text-shadow: 2px 2px 0 #e3e3e3
    }
.home1 .txt {
    padding: 10px 20px 0 20px
    }
.home1 .txt p {
    padding: 0 0 10px 0;
    font-size: 15px;
    line-height: 130%
    }
.home1 .more {
    font-size: 15px;
    font-family: YuGothic, YuGothicM, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    position: absolute;
    bottom: 12px;
    right: 18px
    }
.home1 .more img {
    vertical-align: middle;
    margin-left: 10px
    }
.homeh3 {
    background: #eee1df;
    font-size: 30px;
    color: #8c4600;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    margin-bottom: 30px
    }
.homeh3 .st {
    font-size: 15px;
    padding-left: 12px
    }
.homeh3 img {
    vertical-align: middle;
    margin-right: 13px
    }
.home0 .tit {
    padding-bottom: 24px
    }
.home0 .tit h4 {
    display: inline-block !important;
    vertical-align: middle
    }
.home0 .tit .num {
    display: inline-block !important;
    width: 80px;
    background: #134421;
    text-align: center;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
    font-family: YuGothic, YuGothicM, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    padding-top: 15px;
    height: 65px;
    margin-right: 14px;
    border-radius: 50%;
    /* CSS3草案 */
    -webkit-border-radius: 50%;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;
    /* Firefox用 */
    }
.home0 .tit .num strong {
    display: block;
    font-size: 30px;
    padding-top: 3px
    }
.home0 .tit h4 {
    font-size: 20px;
    line-height: 130%
    }
.red {
    color: #d80000
    }
.home0 .left {
    float: left;
    width: 262px;
    height: auto;
    padding: 0 0 0 33px
    }
.home0 .left + p {
    float: right;
    padding: 0 0 16px 0
    }
.home0 .left p {
    padding: 0 0 16px 0
    }
.home0 .box {
    padding-bottom: 20px;
    border-bottom: 1px dotted #999284;
    width: 630px;
    height: auto;
    margin-left: auto;
    margin-right: auto
    }
.home0 .box + .box {
    padding-top: 26px
    }
.home0 {
    padding-bottom: 25px
    }
.home2 h3 {
    text-align: center;
    background: url(../images.07ebe8d5214f9bfa34ce843fcaa18845/home3line.gif) bottom center no-repeat;
    font-size: 31px;
    color: #fff;
    text-shadow: 0 0 2px #414141, 2px 2px 0 #414141, -2px 2px 0 #414141, -2px -2px 0 #414141, 2px -2px 0 #414141, 0 0 2px #414141, 0 0 2px #414141, 0 0 2px #414141, 0 0 2px #414141, 0 0 2px #414141, 0 0 2px #414141, 0 0 2px #414141, 0 0 2px #414141, 0 0 2px #414141, 0 0 2px #414141;
    letter-spacing: 2px
    }
.home2 li {
    background: url(../images.07ebe8d5214f9bfa34ce843fcaa18845/home3mk.gif) 0 12px no-repeat;
    font-size: 16px;
    padding: 14px 0 14px 46px;
    border-bottom: 1px dotted #999284
    }
.home2 ul {
    width: 630px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 38px
    }
.home2 .right {
    float: right;
    width: 365px;
    height: auto
    }
.home2 .right h4 {
    width: 420px;
    height: auto;
    font-size: 25px;
    line-height: 160%;
    letter-spacing: 2px;
    margin-left: -62px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 0 #fff, 3px 3px 3px #eaeaea, 3px 3px 0 #eaeaea;
    padding-bottom: 33px
    }
.home2 .right h4 strong {
    font-size: 40px;
    color: #ff7272
    }
.home2 .right p {
    font-size: 26px
    }
.gmaru {
    display: inline-block !important;
    font-size: 40px;
    color: #fff;
    width: 90px;
    height: 90px;
    background: #2c9e4b;
    text-align: center;
    line-height: 90px;
    border: 1px solid #174523;
    border-radius: 50%;
    /* CSS3草案 */
    -webkit-border-radius: 50%;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;
    /* Firefox用 */
    margin-right: 7px
    }
.home2 {
    padding-bottom: 29px
    }
.home3 .pic {
    float: right;
    padding: 0 0 16px 0
    }
.home3 .txt {
    float: left;
    width: 322px;
    height: auto
    }
.home3 .txt p {
    padding: 0 0 16px 0
    }
.home3 .box {
    padding: 0 20px 10px 20px;
    background: url(../images.07ebe8d5214f9bfa34ce843fcaa18845/home4line.gif) center bottom no-repeat
    }
.home4 {
    padding: 20px 20px 20px 20px
    }
.home4 h3 {
    text-align: center;
    font-size: 25px;
    color: #778550;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif
    }
.home4 dt {
    display: inline-block !important;
    vertical-align: middle;
    width: 174px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    color: #4b4c34;
    font-size: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    margin-right: 24px;
    background: url(../images.07ebe8d5214f9bfa34ce843fcaa18845/home4bg1.jpg) center top no-repeat
    }
.home4 dd {
    display: inline-block !important;
    vertical-align: middle;
    width: 422px;
    height: auto
    }
.home4 dl {
    padding-bottom: 17px
    }
.home4 dl:nth-child(3) dt {
    background-image: url(../images.07ebe8d5214f9bfa34ce843fcaa18845/home4bg2.jpg)
    }
.home4 dl:nth-child(4) dt {
    background-image: url(../images.07ebe8d5214f9bfa34ce843fcaa18845/home4bg3.jpg)
    }
.home-bnrs li {
    border: 1px solid #673401;
    margin-bottom: 40px
    }
.home8 .box {
    padding: 0 20px 30px 20px
    }
.home8 .pic {
    float: left;
    padding: 0 0 0 20px
    }
.home8 dl {
    width: 373px;
    height: auto;
    padding: 0 28px 0 0;
    float: right
    }
.home8 dd.date {
    font-weight: bold;
    font-size: 14px
    }
.home8 dt {
    font-size: 14px;
    font-weight: bold
    }
/*TOP患者さまの声　画像がない時*/   
.home8 .box .pic img{
     display:none;
}
.home8 .box .pic img ~ span{
     width:182px;/*画像横幅*/
     height:143px;/*画像高さ*/
     background-size:cover;
     background-position:center center;
     display:block;
}
.home8 .box .pic img:not([src*="."]) ~ span{
     width:182px;/*画像横幅*/
     height:143px;/*画像高さ*/
     background-image:url(../images/top_not_img.jpg) !important;/*画像*/
}       
.more2 {
    display: block;
    width: 165px;
    height: 23px;
    border: 2px solid #e7e3d8;
    padding: 0 11px;
    text-align: center;
    line-height: 23px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    margin: 0 auto
    }
.more2 img {
    vertical-align: middle;
    margin-left: 6px
    }
.home8 {
    padding-bottom: 40px
    }
.home9 .box {
    width: 322px;
    border: 1px solid #efeeea;
    float: left;
    padding-bottom: 23px
    }
.home9 .box.right {
    float: right
    }
.home9 {
    padding-bottom: 40px
    }
.home9 .date {
    display: block;
    font-weight: bold
    }
.home9 .tit {
    display: block;
    padding: 0 0 0 50px
    }
.home9 li a {
    display: block;
    padding: 14px 0
    }
.home9 li {
    border-bottom: 1px solid #efeeea
    }
.home9 h3 {
    background: url(../images.07ebe8d5214f9bfa34ce843fcaa18845/maru.gif) 13px 6px no-repeat #efeeea;
    font-size: 18px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    padding: 1px 0 3px 43px
    }
.home9 ul {
    padding: 0 30px 20px 30px
    }
/*下層共通*/
.pnav {
    background: #f5f5f5
    }
.pnav p {
    width: 920px;
    height: 20px;
    margin: 0 auto;
    line-height: 20px;
    color: #313140;
    font-family: YuGothic, YuGothicM, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif
    }
.pnav p a {
    color: #313140
    }
.pnav p strong {
    font-weight: normal
    }
.subtit {
    border: 1px solid #bfbfbf;
    background: #f5f5f5;
    border-bottom: 2px solid #2c9e4b;
    margin-bottom: 35px
    }
.subtit h2 {
    float: left;
    width: 358px;
    height: 21px;
    border-left: #2c9e4b 2px solid;
    font-size: 22px;
    line-height: 1;
    vertical-align: middle;
    margin-left: 19px;
    padding: 0 0 0 16px;
    margin-top: 23px
    }
.subtit .pic {
    float: right;
    display: inline-block !important;
    max-width: 273px;
    height: auto;
    text-align: right;
    position: relative
    }
.subtit .pic:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100px;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 100%);
    background: linear-gradient(to right, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 100%)
    }
.h3h {
    background: url(../images.9108ccf85606138e36841651911d6a14/h3mk.gif) 0 6px no-repeat;
    padding: 0 0 35px 26px;
    font-size: 18px
    }
/*first*/
.first p {
    color: #666
    }
.first dd {
    color: #666
    }
.first1 .box {
    border: 2px solid #2c9e4b;
    border-radius: 8px;
    /* CSS3草案 */
    -webkit-border-radius: 8px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;
    /* Firefox用 */
    padding: 30px 14px 30px 14px
    }
.first1 .pic {
    float: right
    }
.first1 .pic img {
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    }
.first1 .txt {
    float: left;
    width: 335px;
    height: auto
    }
.first1 dt {
    background: url(../images.674791a3958fe3f5ecdc2bc1d5e5bcfc/f1-mk.gif) 0 4px no-repeat;
    padding: 0 0 3px 16px;
    font-size: 15px;
    font-weight: bold
    }
.first1 dl + dl {
    padding-top: 12px
    }
.first1 {
    padding-bottom: 35px
    }
.first2 li {
    border: 10px solid #a0c233;
    border-radius: 16px;
    /* CSS3草案 */
    -webkit-border-radius: 16px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 16px;
    /* Firefox用 */
    padding: 18px 18px 2px 18px
    }
.first2 li + li {
    margin-top: 74px;
    position: relative
    }
.first2 li + li:before {
    content: url(../images.674791a3958fe3f5ecdc2bc1d5e5bcfc/next.gif);
    top: -64px;
    left: 50%;
    margin-left: -25px;
    position: absolute
    }
.first2 li .pic {
    float: right;
    padding: 0 0 16px 0
    }
.first2 h4 {
    position: relative;
    margin: 0 0 30px 70px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 18px;
    color: #2c9e4b;
    padding: 8px 0 0 0
    }
.first2 h4 .step {
    display: block;
    position: absolute;
    left: -70px;
    top: 0;
    background: #2c9e4b;
    width: 50px;
    height: 47px;
    font-family: "britannic-bold", sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    line-height: 110%
    }
.first2 h4 .step .s {
    display: block;
    padding-top: 3px
    }
.first2 .txt {
    float: left;
    width: 338px;
    height: auto
    }
.first2 .txt p {
    padding: 0 0 16px 0
    }
.first2 {
    padding-bottom: 35px
    }
.first3 dl {
    border: #2c9e4b 2px solid;
    border-radius: 8px;
    /* CSS3草案 */
    -webkit-border-radius: 8px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;
    /* Firefox用 */
    margin-bottom: 40px
    }
.first3 dt {
    border-bottom: 1px dotted #2c9e4b;
    padding: 10px 0 10px 49px;
    text-indent: -25px;
    font-size: 18px;
    color: #2c9e4b
    }
.first3 dt img {
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -5px
    }
.first3 dd {
    padding: 10px 25px 10px 49px;
    text-indent: -25px;
    font-size: 16px;
    color: #666
    }
.first3 dd img {
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -5px
    }
/*clinic*/
.clinic1 {
    padding-bottom: 15px
    }
.clinic1 .pic {
    float: right;
    padding: 0 0 20px 0
    }
.clinic1 .pic img {
    border-radius: 8px;
    /* CSS3草案 */
    -webkit-border-radius: 8px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;
    /* Firefox用 */
    }
.clinic1 .txt {
    float: left;
    width: 464px
    }
.clinic1 .txt p {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 20px 0
    }
.clinic2 li {
    border-bottom: 1px dotted #000;
    padding: 14px 0 14px 80px;
    font-size: 16px;
    text-indent: -51px
    }
.clinic2 ul {
    border-top: 1px dotted #000;
    margin-bottom: 40px
    }
.clinic2 .i {
    padding-right: 26px
    }
.clinic2 {
    padding-bottom: 40px
    }
.clinic3 table {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    border: #cfcfc1 2px solid;
    border-collapse: collapse;
    margin-bottom: 10px
    }
.clinic3 table td {
    border: #cfcfc1 2px solid
    }
.clinic3 table th {
    border: #cfcfc1 2px solid;
    width: 197px;
    height: 58px;
    font-size: 20px;
    font-weight: normal
    }
.clinic3 table td {
    text-align: center;
    font-size: 20px;
    color: #2c9e4b
    }
.clinic3 table td.off {
    color: #4b4b4b
    }
.clinic3 table thead td {
    color: #4b4b4b
    }
.clinic3 {
    padding-bottom: 35px
    }
.clinic4 .slider {
    text-align: center
    }
.clinic4 {
    padding-bottom: 40px
    }
/*blog*/
.blog h3 {
    background: #fef9e9;
    padding: 5px 10px 5px 20px;
    font-size: 20px
    }
.blog .blogmeta li {
    display: inline-block !important;
    padding-right: 10px;
    color: #134421
    }
.blog .blogmeta {
    padding: 8px 0 25px 20px
    }
.blog .box .txt {
    padding: 0 20px 0 20px;
    border-bottom: 1px dotted #000
    }
.blog .box .txt div {
    padding: 0 0 20px 0
    }
.blog .box + .box {
    padding-top: 40px;
    }
.blog .contents {
    padding-bottom: 40px
    }
.pagenav {
    text-align: center;
    letter-spacing: -5px;
    padding-top: 5px
    }
.pagenav li {
    display: inline-block !important;
    letter-spacing: 0;
    padding: 0 3px;
    font-size: 16px
    }
.pagenav li a {
    display: block;
    padding: 5px
    }     
 /*ブログ　画像がない時*/   
.blog .box .pic img{
    display:none;
}
.blog .box .pic img ~ span{
     width:300px;/*画像横幅*/
     height:369px;/*画像高さ*/
     background-size:cover;
     background-position:center center;
     display:block;
}
.blog .box .pic img:not([src*="."]) ~ span{
     width:300px;/*画像横幅*/
     height:369px;/*画像高さ*/
     background-image:url(../images/blog_not_img.jpg) !important;/*画像*/
     display:block;
}     
/*price*/
.price1 h4 {
    font-size: 16px;
    color: #2c9e4b;
    text-align: center;
    width: 330px;
    margin: 0 auto;
    border-bottom: 1px solid #2c9e4b
    }
.price1 p {
    text-align: center;
    width: 435px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 16px 0
    }
.price1 .box {
    padding: 0 20px 35px 20px
    }
.price1 dl {
    border: 1px solid #bfbfbf;
    overflow: hidden
    }
.price1 dt {
    float: left;
    width: 50%;
    border-right: 1px solid #bfbfbf;
    text-align: center;
    padding: 5px 0 3005px 0;
    margin-bottom: -3000px
    }
.price1 dd {
    float: left;
    text-align: center;
    width: 50%;
    margin-left: -1px;
    padding: 5px 0
    }
.price1 .table {
    padding: 10px 0 0 0
    }
/*recruit*/
.recruit .table dt {
    float: left;
    width: 198px;
    height: auto;
    background: #f5f5f5;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid #bfbfbf;
    padding: 12px 0 3012px 0;
    font-weight: bold;
    margin-bottom: -3000px
    }
.recruit .table dl {
    border: 1px solid #bfbfbf;
    margin-top: -1px;
    overflow: hidden
    }
.recruit .table dd {
    padding: 12px 18px 12px 0;
    width: 434px;
    float: right;
    font-size: 16px
    }
.recruit .table {
    padding-bottom: 40px
    }
.recruit .tocont a {
    display: block;
    width: 308px;
    height: 38px;
    border: 1px solid #134421;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #134421;
    background: #f5f5f5;
    margin: 0 auto;
    border-radius: 8px;
    /* CSS3草案 */
    -webkit-border-radius: 8px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;
    /* Firefox用 */
    }
.recruit .tocont a img {
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px
    }
/*voice*/
.voice .box {
    padding-bottom: 10px;
    }
.voice .box + .box {
    padding-top: 35px;
    }
.voice .box h3 {
    background: url(../images.ee40fa4c4ddfd84a1e1fa21e6b7c0b06/mk.jpg) 0 0 no-repeat;
    padding: 0 0 0 32px;
    max-width: 565px;
    font-size: 18px;
    float: left
    }
.voice .box .d {
    float: right
    }
.voice .vhead {
    padding-bottom: 25px
    }
.voice .box .pic {
    float: left;
    padding: 0 0 20px 20px
    }
.voice .box .txt {
    float: right;
    width: 350px;
    height: auto;
    padding: 0 20px 0 0
    }
.voice .box {
    border-bottom: 1px dotted #000
    }
.voice .box .txt div {
    padding: 0 0 20px 0;
    font-size: 16px
    }
 /*患者さまの声　画像がない時*/   
.voice .box .pic img{
     display:none;
}
.voice .box .pic img ~ span{
     width:247px;/*画像横幅*/
     height:296px;/*画像高さ*/
     background-size:cover;
     background-position:center center;
     display:block;
}
.voice .box .pic img:not([src*="."]) ~ span{
     width:247px;/*画像横幅*/
     height:296px;/*画像高さ*/
     background-image:url(../images/voice_not_img.jpg) !important;/*画像*/
     display:block;
}       
/*contact*/
.contact .intro {
    padding-bottom: 16px
    }
.contact .intro p {
    text-align: center;
    padding: 0 0 16px 0
    }
.cont1 dt {
    float: left;
    padding: 24px 0 0 20px;
    font-size: 16px;
    background: url(../images.9108ccf85606138e36841651911d6a14/h3mk.gif) 0 28px no-repeat;
    font-weight: bold
    }
.cont1 dd {
    padding: 20px 0 20px 200px
    }
.cont1 dl {
    border-bottom: 1px dotted #000
    }
.cont1 .size1 {
    padding: 5px 0;
    width: 469px
    }
.cont1 #ask {
    width: 467px;
    height: 125px
    }
.cont1 .send input {
    display: block;
    width: 308px;
    height: 38px;
    border: 1px solid #134421;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #134421;
    background: #f5f5f5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px
    }
    /*
.cont1 .send img {
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px
    }
    */
.cont1 .table {
    padding-bottom: 40px
    }
.formbtn {
    text-align: center;
    letter-spacing: -5px;
    padding-bottom: 40px
    }
.formbtn li {
    display: inline-block !important;
    letter-spacing: 0;
    padding: 0 10px
    }
.cont2 ul {
    padding: 0 20px 40px 20px
    }
.cont2 li {
    line-height: 180%
    }
/*katu*/
.tt {
    text-align: center;
    font-size: 24px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    margin-bottom: 35px
    }
.tt .w {
    display: inline-block !important;
    border-bottom: 2px solid #134421
    }
.nayami .pic {
    float: right;
    width: 190px;
    padding: 0 20px 0 0
    }
.tt strong {
    color: #2c9e4b
    }
.nayami ul {
    float: left;
    width: 430px;
    height: auto;
    padding: 0 0 0 20px
    }
.nayami li {
    background: url(../images.07ebe8d5214f9bfa34ce843fcaa18845/home3mk.gif) 0 0 no-repeat;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 10px 37px;
    border-bottom: 1px dotted #bfbfbf
    }
.nayami {
    padding-bottom: 35px
    }
.nayami .h3h {
    padding-bottom: 20px
    }
.menu1 {
    padding-bottom: 10px
    }
.lp {
    padding: 0 20px 10px 20px
    }
.lp img {
    float: left;
    margin: 0 30px 20px 0
    }
.menu1 dt {
    font-weight: bold;
    line-height: 180%
    }
.menu1 dd {
    line-height: 180%
    }
.menu1 dl {
    padding-bottom: 20px
    }
.lp p {
    line-height: 180%;
    padding-bottom: 20px
    }
.rp {
    padding: 0 20px 10px 20px
    }
.rp p {
    line-height: 180%;
    padding-bottom: 20px
    }
.rp img {
    float: right;
    margin: 0 0 20px 30px
    }
.menu2 div.clearfix {
    padding: 0 20px 20px 20px
    }
.menu2 .pic {
    float: left;
    padding: 0 0 20px 0
    }
.menu2 .txt {
    float: right;
    width: 336px;
    height: auto
    }
.menu2 .txt p {
    line-height: 180%;
    padding: 0 0 20px 0
    }
.kotu1 {
    margin: 38px 20px 0 20px;
    background: #2c9e4b;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 8px;
    /* CSS3草案 */
    -webkit-border-radius: 8px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;
    /* Firefox用 */
    }
.kotu1:before {
    content: url(../images.8f61a3a8251375082432497a4e3f6d15/arw.jpg);
    position: absolute;
    top: -18px;
    right: 78px
    }
.menu3 h4 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 2px
    }
.menu3 li {
    border-left: 0;
    padding-left: 28px;
    border-right: 0;
    padding-right: 28px;
    border-top: 1px solid #5ac457;
    border-bottom: 3px solid #5ac457
    }
.menu3 li + li:before {
    top: -57px
    }
.menu3 {
    padding-bottom: 40px
    }
    
/*clinic スライドギャラリー*/
.ad-gallery .ad-thumbs li a.ad-active img {
    border: none !important;
}
.ad-gallery .ad-thumbs li a img {
    border: none !important;
    padding-right: 10px;
}
.ad-nav .ad-forward {
    display: none !important;
}  
.ad-nav .ad-back{
    display: none !important;
}
.ad-prev{
    top: 47%!important;
    left:0px!important;
    width: 30px!important;
    height: 30px!important;
    background:  url(../images/mk-l.png) 0 0!important;
} 
.ad-prev .ad-prev-image{
    display: none !important;
}

.ad-next{
    top: 47%!important;
    right:0px!important;
    width: 30px!important;
    height: 30px!important;
    background:  url(../images/mk-r.png) 0 0!important;
}
.ad-next .ad-next-image{
    display: none !important;
}

/*ブログ署名　PC css*/
.blog .box .txt dl {
    font-size: 14px;
    line-height: 24px;
    padding:20px 20px 0;
    margin-top:40px;
    border-top:2px dashed #ddd;
}
.blog .box .txt dl p {
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
}
.blog .box .txt dl dt {
    float:left;
}
.blog .box .txt dl dd {
    margin:0 0 10px 120px;
}

/*top ギャラリー機能*/
.main-img .bx-wrapper .bx-window {
    position: relative;
    overflow: hidden;
    }
.main-img .bx-wrapper .bx-window:after {
    padding-top: 50%;
    content: "";
    display: block;
    }
.main-img .bx-wrapper .bx-window > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    }
.main-img .bx-wrapper .bx-window div {
    width: 100% !important;
    height: 509px !important;
    }
.main-img .bx-wrapper .bx-window {
    height: 100% !important;
    height: 509px !important;
    }
.main-img .img_el {
    width:100% !important;
    height: auto !important;
    margin: 0 auto;
    overflow:hidden;
}
.main-img .img_el img{
    width:100% !important;
    height: auto !important;
}
.homemain{
position: relative;
}
.moji {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 900px;
    margin: auto;
}
.moji_in {position: relative;}
.moji .ichi {
    font-size: 80px;
    font-weight: 900;
    display: inline;
    line-height: 70px;
    color: #e14141;
    text-shadow: 0px 0px 20px #fff;
    -webkit-text-stroke: 2px #fff;
    float: right;
    width: 100%;
    text-align: right;
    position: absolute;
    top: 50px;
}
.moji .ichi .ichi_dtl {
    display: block;
    color: #72492b;
    font-size: 34px;
    text-shadow: 0px 0px 10px #fff;
    -webkit-text-stroke: 1px #fff;
}
.moji .ichi .ichi_dtl br{
display: none;
}

.moji .ni {
    width: 200px;
    display: table-cell;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    color: #885d3b;
    font-size: 24px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    top: 195px;
    right: 360px;
    line-height: 35px;
    padding: 30px 0;
    border-radius: 5px;
}
.moji .san {
    width: 150px;
    height: 150px;
    background: orange;
    text-align: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 1px 1px 10px #fff;
    border-radius: 110px;
    font-weight: 900;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 180px;
    right: 0px;
    line-height: 40px;
}
.moji .shi {
    width: 150px;
    height: 150px;
    background: #a1b357;
    text-align: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 1px 1px 10px #fff;
    border-radius: 110px;
    font-weight: 900;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 180px;
    right: 180px;
    line-height: 30px;
}
.bx-wrapper{
    z-index: -1;
}
