@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}


/* CSS Document */
h1, h2, h3, h4, h5, h6, div, p, ul, li, dl, dd, dt, img, a, input {
    margin: 0;
    padding: 0;
    color: #3a2607;
    font-size: 10.5pt;
    line-height: 160%
    }
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto !important
    }
/*ブログ機能用*/
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;
}
body {
    font-family:"Yu Gothic","游明朝", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
    white-space: normal;
    word-break: normal;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    background: -webkit-linear-gradient(0deg, #fff 0%, #f1ffec 10%, #f8fef6 90%, #fff 100%);
    background: -moz-linear-gradient(0deg, #fff 0%, #f1ffec 10%, #f8fef6 90%, #fff 100%);
    background: -o-linear-gradient(0deg, #fff 0%, #f1ffec 10%, #f8fef6 90%, #fff 100%);
    background: -ms-linear-gradient(0deg, #fff 0%, #f1ffec 10%, #f8fef6 90%, #fff 100%);
    background: linear-gradient(90deg, #fff 0%, #f1ffec 10%, #f8fef6 90%, #fff 100%)
    }
/* floatの親の囲みが内容に依存しない問題対策 */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
    }
.clearfix {
    display: inline-block
    }
/* exlude MacIE5 \*/
* html .clearfix {
    height: 1%
    }
.clearfix {
    display: block
    }
/* end MacIE5 */
/* for Dreamweaver */
.clearfix {
    /*
            overflow: hidden;
        */
    }
img {
    border: none
    }
ul li {
    list-style-type: none
    }
.clear {
    clear: both
    }
a {
    text-decoration: none
    }
a:hover {
    opacity: 0.6
    }
.bold {
    font-weight: bold
    }
.pdb15 {
    padding-bottom: 15px
    }
.pdb20 {
    padding-bottom: 20px
    }
.pdb25 {
    padding-bottom: 25px
    }
.pdb30 {
    padding-bottom: 30px
    }
.pdb35 {
    padding-bottom: 35px
    }
.pdb40 {
    padding-bottom: 40px
    }
.pdt25 {
    padding-top: 25px
    }
.mgl36 {
    margin-left: 36px
    }
.mgb28 {
    margin-bottom: 28px
    }
.red {
    color: #F00
    }
.mint {
    color: #009C7F
    }
/*--------------------------------------------------------背景*/
#wapper {
    width: auto;
    margin: 0 auto
    }
#wapper_inn {
    width: auto;
    position: relative;
    padding-bottom: 70px
    }
/*--------------------------------------------------------ヘッダー*/
#header {
    background-color: #fc6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffde9d), color-stop(0, #fc6));
    background: -webkit-linear-gradient(#fc6, #ffde9d);
    background: -moz-linear-gradient(#fc6, #ffde9d);
    background: -o-linear-gradient(#fc6, #ffde9d);
    background: -ms-linear-gradient(#fc6, #ffde9d);
    background: linear-gradient(#fc6, #ffde9d)
    }
#header_inn {
    width: 1200px;
    margin: 0 auto;
    position: relative
    }
.head_logobox {
    width: 248px;
    box-shadow: rgba(0, 0, 0, 0.058824) 4px 4px 6px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.058824) 4px 4px 6px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.058824) 4px 4px 6px 3px;
    position: absolute;
    top: 40px;
    left: 0
    }
.head_logobox img {
    width: 100%
    }
.header_main {
    width: 930px;
    float: right
    }
.header_main_inn {
    padding-bottom: 18px
    }
h1 {
    font-size: 10.5pt;
    padding: 46px 0 6px 0;
    background: url(../images.9108ccf85606138e36841651911d6a14/h1_border.jpg) repeat-x bottom;
    display: inline-block
    }
.head_contact {
    width: 250px;
    height: 90px;
    background: url(../images.9108ccf85606138e36841651911d6a14/gara.png) no-repeat;
    float: right;
    padding: 10px 0 0 20px
    }
.head_conlink {
    display: block;
    width: 110px;
    padding: 8px 12px;
    line-height: 100%;
    text-shadow: 1px 1px 1px #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #f6f6f6 80%, #f6f6f6 80%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #fff), color-stop(80%, #f6f6f6), color-stop(80%, #f6f6f6), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #f6f6f6 80%, #f6f6f6 80%, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 50%, #f6f6f6 80%, #f6f6f6 80%, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 50%, #f6f6f6 80%, #f6f6f6 80%, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #f6f6f6 80%, #f6f6f6 80%, #efefef 100%);
    box-shadow: rgba(0, 0, 0, 0.058824) 0 0 6px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.058824) 0 0 6px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.058824) 0 0 6px 3px;
    float: left;
    text-align: center
    }
.head_conlink img {
    vertical-align: top;
    padding: 3px 0 0 15px
    }
.head_contxt {
    display: block;
    float: right;
    padding: 7px 28px 0 0
    }
.head_tel {
    display: block;
    font-size: 13.5pt;
    padding: 9px 0 0 0;
    line-height: 100%
    }
.font20 {
    font-size: 15pt;
    letter-spacing: 2px;
    font-weight: bold
    }
/*--------------------------------------------------------グローバルナビ*/
#naviwap {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,f6f6f6+80,f6f6f6+80,efefef+100 */
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #f6f6f6 80%, #f6f6f6 80%, #efefef 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #fff), color-stop(80%, #f6f6f6), color-stop(80%, #f6f6f6), color-stop(100%, #efefef));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #f6f6f6 80%, #f6f6f6 80%, #efefef 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #fff 50%, #f6f6f6 80%, #f6f6f6 80%, #efefef 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #fff 50%, #f6f6f6 80%, #f6f6f6 80%, #efefef 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #f6f6f6 80%, #f6f6f6 80%, #efefef 100%);
    /* W3C */
    /* IE6-9 */
    /* box-shadow */
    box-shadow: rgba(0, 0, 0, 0.058824) 4px 4px 6px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.058824) 4px 4px 6px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.058824) 4px 4px 6px 3px
    }
#naviwap li {
    float: left;
    width: 15%;
    margin-right: 2%
    }
#naviwap li:last-of-type {
    margin-right: 0
    }
#naviwap li a {
    display: block;
    text-align: center;
    padding: 15px 5px;
    font-size: 14px;
    border-bottom: 2px solid #396;
    line-height: 100%
    }
/*--------------------------------------------------------コンテンツ*/
#contents {
    width: 1200px;
    margin: 0 auto
    }
#side {
    width: 248px;
    float: left;
    padding-top: 80px
    }
#main {
    width: 930px;
    float: right
    }
#main_innwap {
    width: 660px;
    padding-left: 10px;
    float: left
    }
.conh3_1 {
    width: 632px;
    height: 30px;
    background: url(../images.9108ccf85606138e36841651911d6a14/title_bg.png) no-repeat;
    font-size: 13.5pt;
    padding: 10px 0 0 28px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 120%;
    background-size: 100%
    }
#main_side {
    width: 225px;
    float: right
    }
/*--------------------------------------------------------右サイド*/
.rightblogbox {
    background-color: #FFF;
    padding: 22px 0 20px 0;
    margin-bottom: 60px
    }
.rightblogbox h3 {
    font-family:"游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 13.5pt;
    font-weight: bold;
    letter-spacing: 2px;
    background: url(../images.9108ccf85606138e36841651911d6a14/menu_border.png) no-repeat bottom;
    padding: 0 0 17px 28px;
    margin-bottom: 7px
    }
.rightblogbox dl {
    border-bottom: 1px solid #8af054;
    margin-bottom: 10px
    }
.rightblogbox dt {
    background-color: #fc6;
    padding: 3px 0 3px 28px;
    letter-spacing: 3px;
    line-height: 100%
    }
.rightblogbox dd {
    padding: 15px 0 15px 5px
    }
.rightblogbox dd a {
    display: block;
    background: url(../images.9108ccf85606138e36841651911d6a14/blogmore.jpg) left top 6px no-repeat;
    padding-left: 12px
    }
.side_bloglink {
    display: block;
    width: 115px;
    padding: 3px 5px;
    text-shadow: 1px 1px 1px #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #f6f6f6 80%, #f6f6f6 80%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #fff), color-stop(80%, #f6f6f6), color-stop(80%, #f6f6f6), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #f6f6f6 80%, #f6f6f6 80%, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 50%, #f6f6f6 80%, #f6f6f6 80%, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 50%, #f6f6f6 80%, #f6f6f6 80%, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #f6f6f6 80%, #f6f6f6 80%, #efefef 100%);
    box-shadow: rgba(0, 0, 0, 0.058824) 0 0 3px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.058824) 0 0 3px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.058824) 1px 1px 3px 3px;
    float: right;
    font-size: 12px;
    text-align: center;
    margin-right: 10px
    }
.side_bloglink img {
    vertical-align: top;
    padding: 3px 0 0 10px
    }
.nasa a {
    display: block;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    font-family:"游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: center;
    font-size: 13.5pt;
    padding: 15px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cab381+0,957557+100,ffffff+100 */
    background: #cab381;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cab381 0%, #957557 100%, #fff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cab381), color-stop(100%, #957557), color-stop(100%, #fff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cab381 0%, #957557 100%, #fff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cab381 0%, #957557 100%, #fff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cab381 0%, #957557 100%, #fff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #cab381 0%, #957557 100%, #fff 100%);
    /* W3C */
    /* IE6-9 */
    }
/*--------------------------------------------------------サイド*/
.side_add {
    background-color: #fc6;
    padding: 30px
    }
.side_add li {
    padding-bottom: 10px
    }
.side_add li span {
    font-weight: bold
    }
.side_link1 {
    background-color: #fc6;
    padding: 0 0 45px 0
    }
.side_link1 dt {
    font-family:"游明朝",  "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 13.5pt;
    font-weight: bold;
    letter-spacing: 2px;
    background: url(../images.9108ccf85606138e36841651911d6a14/menu_border.png) no-repeat bottom;
    padding: 0 0 17px 28px;
    margin-bottom: 7px
    }
.side_link1 dd {
    margin: 0 auto;
    background: url(../images.9108ccf85606138e36841651911d6a14/side_link1_boder.gif) no-repeat bottom no-repeat bottom;
    padding: 15px 30px
    }
.side_link1 dd a {
    line-height: 120%;
    display: block;
    border-bottom: solid 1px;
    padding-bottom: 10px
    }
.side_link1 dd a img {
    vertical-align: top;
    padding: 3px 8px 0 0
    }
.side_link2 {
    padding: 0 0 30px 0
    }
.side_link2 li {
    background-color: #fde9c3
    }
.side_link2 li a {
    display: block;
    padding: 22px 15px 20px 45px;
    border-bottom: 1px solid #fffdf4;
    line-height: 120%
    }
.side_link2 li a span {
    width: 165px;
    display: block;
    float: left;
    padding: 3px 0 0 0
    }
.side_link2 li a img {
    float: right;
    vertical-align: top
    }
.side_link2 li.side_link2btm {
    padding-bottom: 5px
    }
.side_time {
    background-color: #FFF;
    padding: 23px 0 0 0;
    margin-bottom: 30px
    }
.side_time dt {
    font-family:"游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 13.5pt;
    font-weight: bold;
    letter-spacing: 2px;
    background: url(../images.9108ccf85606138e36841651911d6a14/menu_border.png) no-repeat bottom;
    padding: 0 0 17px 28px;
    margin-bottom: 25px
    }
.side_time dd {
    padding: 10px 20px
    }
.side_time table {
    margin: 0 auto;
    border-left: 1px solid #efead0;
    border-bottom: 1px solid #efead0;
    border-collapse: collapse;
    width: 100%;
    box-sizing: border-box
    }
.side_time table thead td {
    padding: 15px 12px;
    border-right: 1px solid #efead0;
    border-bottom: 1px solid #efead0;
    line-height: 120%
    }
.side_time table tbody th {
    width: 30px;
    padding: 12px 12px;
    border-right: 1px solid #efead0;
    text-align: center;
    line-height: 120%
    }
.side_time table tbody td {
    width: 50px;
    padding: 12px 12px;
    border-right: 1px solid #efead0;
    text-align: center;
    line-height: 120%
    }
.side_time table .beig1 {
    background-color: #fc6
    }
.side_time table .beig2 {
    background-color: #f4f0dc
    }
.side_time table .beig3 {
    background-color: #efead0
    }
.side_time table .beig4 {
    background-color: #f8f6ed
    }
.side_contact {
    background: url(../images.9108ccf85606138e36841651911d6a14/side_contactbg.gif);
    margin-bottom: 30px;
    background: #fff
    }
.side_contact dt {
    height: 47px;
    text-shadow: #333 1px 1px 1px;
    position: relative;
    padding-left: 1px;
    line-height: 120%
    }
.side_contact dt span {
    position: absolute;
    top: 17px;
    left: 42px;
    letter-spacing: 3px
    }
.side_contel {
    font-size: 16px;
    padding: 20px;
    letter-spacing: 3px;
    line-height: 120%;
    text-align: center
    }
.side_contel img {
    vertical-align: top;
    padding-right: 7px
    }
.side_contel span {
    display: block;
    float: right;
    font-size: 10.5pt;
    padding-right: 20px;
    letter-spacing: 0
    }
.side_conlink {
    width: 242px;
    margin: 0 auto;
    border-bottom: 2px solid #c9c2c1
    }
.side_conlink a {
    display: block;
    width: 182px;
    height: 12px;
    padding: 22px 14px 22px 46px;
    line-height: 120%;
    margin: 0 auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffbfda+0,fda7bf+100 */
    background: #ffbfda;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffbfda 0%, #fda7bf 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffbfda), color-stop(100%, #fda7bf));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffbfda 0%, #fda7bf 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffbfda 0%, #fda7bf 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffbfda 0%, #fda7bf 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffbfda 0%, #fda7bf 100%);
    /* W3C */
    /* IE6-9 */
    text-shadow: #FFF 1px 0 1px;
    border: 1px solid #ffb2bc
    }
.side_conlink a img {
    float: right
    }
.side_conlink a span {
    display: block;
    width: 160px;
    float: left;
    padding: 3px 0 0 0;
    line-height: 120%
    }
.side_jiko {
    background-color: #FFF
    }
.side_jikosapo img {
    padding: 6px 0;
    margin: 0 auto
    }
.side_jikobox {
    display: block;
    width: 193px;
    font-family:"游明朝",  "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 18pt;
    font-weight: bold;
    color: #FFF;
    text-shadow: #000 1px 1px 1px;
    line-height: 160%;
    padding: 15px 15px 20px 40px;
    background: #ccb683;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #947457), color-stop(0, #fc6));
    background: -webkit-linear-gradient(#fc6, #947457);
    background: -moz-linear-gradient(#fc6, #947457);
    background: -o-linear-gradient(#fc6, #947457);
    background: -ms-linear-gradient(#fc6, #947457);
    background: linear-gradient(#fc6, #947457)
    }
.side_jikobox img {
    padding: 3px 0 0 25px;
    vertical-align: text-top
    }
/*--------------------------------------------------------フッター*/
#footer {
    background-color: #fff
    }
.footer_linkbox {
    border-top: 1px solid #ebe5ca;
    border-bottom: 1px solid #ebe5ca
    }
.footer_linkbox .footer_linkbox_inn {
    width: 1200px;
    margin: 0 auto;
    border-right: 1px solid #d9cf9c;
    border-left: 1px solid #d9cf9c;
    position: relative
    }
.pagetop {
    position: absolute;
    top: -160px;
    right: -100px
    }
.footer_linkbox ul li {
    float: left;
    padding: 25px 0 25px 70px
    }
.footer_linkbox li a span {
    color: #ff7bac;
    padding-right: 5px
    }
.footer_inn {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 30px 0
    }
.footlogo {
    width: 167px;
    float: left;
    padding: 0 0 0 55px
    }
.foot_add {
    width: 308px;
    padding: 0 0 0 80px;
    float: left
    }
.foot_add dt {
    font-size: 13.5pt;
    padding-bottom: 23px;
    line-height: 120%
    }
.foot_addtel {
    font-size: 13.5pt;
    padding-bottom: 27px;
    line-height: 120%
    }
.foot_addtel img {
    padding-right: 3px
    }
.foot_addtel span {
    font-size: 9pt
    }
.foot_addinfo {
    line-height: 180%
    }
.foot_googlemap {
    width: 256px;
    float: left;
    padding: 0 0 0 50px
    }
.foot_googlemap a {
    float: right;
    padding: 5px 0 0 0
    }
.foot_add2 {
    width: 277px;
    float: right
    }
.foot_add2 dl dt {
    font-family:"游明朝",  "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 13.5pt;
    font-weight: bold;
    letter-spacing: 2px;
    background: url(../images.9108ccf85606138e36841651911d6a14/menu_border.png) no-repeat bottom;
    padding: 0 0 17px 28px;
    margin-bottom: 7px;
    line-height: 120%
    }
.foot_add2 dl dd {
    padding: 0 0 0 25px;
    line-height: 180%
    }
.copywap {
    background: #f1ffec
    }
.copy {
    width: 1200px;
    margin: 0 auto;
    font-size: 10.5pt;
    text-align: right;
    padding: 15px 0 10px 0;
    line-height: 120%
    }
/*--------------------------------------------------------下層コンテンツ共通*/
.undermain {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
div[onclick] .undermain:before {
    display: none;
}
.undermain:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: -moz-linear-gradient(left, rgba(255,250,236,1) 0%, rgba(255,250,236,1) 45%, rgba(255,250,236,0) 70%, rgba(255,250,236,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,250,236,1) 0%,rgba(255,250,236,1) 45%,rgba(255,250,236,0) 70%,rgba(255,250,236,0) 100%);
    background: linear-gradient(to right, rgba(255,250,236,1) 0%,rgba(255,250,236,1) 45%,rgba(255,250,236,0) 70%,rgba(255,250,236,0) 100%);
}
.undermain:after {
    display: block;
    content: "";
    padding-top: 15%;
}
.undermain h2 {
    font-family:"游明朝",  "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 18pt;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    height: 28px;
    margin: auto;
    line-height: 120%;
    z-index: 15;
}
.undermain img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.undermain.c_news:before {
    content: "";
    display: block;
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: -moz-linear-gradient(left, rgba(255,250,236,1) 0%, rgba(255,250,236,1) 45%, rgba(255,250,236,0) 70%, rgba(255,250,236,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,250,236,1) 0%,rgba(255,250,236,1) 45%,rgba(255,250,236,0) 70%,rgba(255,250,236,0) 100%);
    background: linear-gradient(to right, rgba(255,250,236,1) 0%,rgba(255,250,236,1) 45%,rgba(255,250,236,0) 70%,rgba(255,250,236,0) 100%);
}


.undercon {
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 30px
    }
.pinktxt {
    color: #F06
    }
.pinkh4 {
    background-color: #b7f197;
    border: 1px solid #4fb21a;
    font-family:"游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 38px
    }
.pinkh4 img {
    padding-right: 10px;
    vertical-align: middle;
    margin-top: -4px
    }
.pinkh4 span {
    float: left;
    width: 590px;
    padding: 3px 5px 0 0;
    letter-spacing: 0
    }
.font18 {
    font-size: 13.5pt;
    font-weight: bold
    }
/*下層サイド*/
.rightbnrbox li {
    padding-bottom: 15px
    }
.rightbnrbox li a {
    position: relative
    }
.rightbnrbox li a span.toplistbox {
    position: absolute;
    width: 100%;
    line-height: 20px;
    display: block;
    background: rgba(51, 153, 0, 0.3);
    bottom: 15px;
    text-align: center;
    letter-spacing: -1px;
    text-shadow: 0 0 10px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
    padding: 3px 0 3px 0;
    font-family:"游明朝",  "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding-right: 3px;
    box-sizing: border-box
    }
/*--------------------------------------------------------------------トップページ　index.html*/
.topmain {
    width: 930px;
    position: relative;
    overflow: hidden;
}
.topmain .managed_gallery div {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.topmain .managed_gallery div:after {
    display: block;
    content: "";
    padding-top: 42%;
}
.topmain .managed_gallery div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
.topmain h2 {
    font-family: "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 18pt;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    position: absolute;
    width: 930px;
    height: 62px;
    background: rgba(255, 255, 255, 0.6);
    bottom: 0;
    left: 0;
    padding: 38px 0 0 0;
    letter-spacing: 3px;
    z-index: 100;
}
.topmain h2 span {
    font-size: 15pt
    }
.toplist {
    padding: 10px;
    background-color: #fffcf5;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.toplist li {
    width: 22%;
    float: left;
    margin-right: 4%
    }
.toplist li:nth-of-type(4n) {
    margin-right: 0
    }
.toplist li a {
    position: relative
    }
.toplist li a span.toplistbox {
    position: absolute;
    width: 100%;
    line-height: 20px;
    display: block;
    background: rgba(51, 153, 0, 0.3);
    bottom: 15px;
    text-align: center;
    letter-spacing: -1px;
    text-shadow: 0 0 10px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
    padding: 3px 0 3px 0;
    font-family:"游明朝",  "Yu Gothic Medium","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding-right: 3px;
    box-sizing: border-box
    }
.topcon1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.topcon1box {
    border: 1px solid #f0edde;
    position: relative;
    background-color: #FFF;
    margin-bottom: 18px;
    height: 100%;
    float: left;
    width: 320px;
    box-sizing: border-box;
    overflow: hidden;
}
.topcon1box:first-of-type {
    width: 100%
    }
.topcon1box:nth-of-type(2n + 3) {
    margin-left: 20px
    }
div[onclick] .topcon1box:before {
    display: none;
}
.topcon1box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,1) 100%);
}
.topcon1box:first-of-type:after {
    padding-top: 26%;
}
.topcon1box:after {
    display: block;
    content: "";
    padding-top: 50%;
}
.topcon1box h4 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 0 10px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
    margin: 10px 0 10px 0;
    font-family:"游明朝", "Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: normal;
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0%, #d1a8a5 50%, #fff 100%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(50%, #d1a8a5), color-stop(100%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, #fff 0%, #d1a8a5 50%, #fff 100%, #fff 100%);
    background: -o-linear-gradient(left, #fff 0%, #d1a8a5 50%, #fff 100%, #fff 100%);
    background: -ms-linear-gradient(left, #fff 0%, #d1a8a5 50%, #fff 100%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #d1a8a5 50%, #fff 100%, #fff 100%);
}
.topcon1box p {
    line-height: 160%;
    font-size: 10pt
    }
.topcon1box img {
    position: absolute;
    top: 0;
    left: 0;
}
.topcon1box a {
    color: #3a2607;
    font-size: 9pt;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 15;
}
.topcon1box_inn2 {
    float: right;
    position: relative;
    z-index: 15;
    right: 10px;
    width: 50%;
}
.topcon2 {
    width: 660px;
    height: 510px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 50px
    }
.topcon2 .pic {
    margin: auto;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
    }
.topcon2 .topcon2box1 {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10
    }
.topcon2 .topcon2box2 {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10
    }
.topcon2 .topcon2box3 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10
    }
.topcon2 .topcon2box4 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10
    }
.topcon2_inn2 {
    width: 231px;
    height: 232px;
    position: relative
    }
.topcon2_inn2 h4 {
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 18px;
    top: 15px
    }
.topcon2_inn2 p {
    position: absolute;
    width: 170px;
    top: 55px;
    left: 35px;
    line-height: 155%
    }
    
.topcon2_inn2 a {
    position: absolute;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 10px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
    bottom: 14px;
    font-weight: bold;
    display: block;
}

.topcon3 {
    padding: 10px;
    background-color: #fafbf9;
    border: solid 1px #eceeec
    }
.topcon3img {
    float: right;
    margin-left: 4%;
    width: 48%
    }
.topcon3 .txt {
    float: left;
    width: 48%
    }
.topcon3 p {
    line-height: 160%;
    letter-spacing: 1px;
    width: 140%
    }
.topcon3 a {
    color: #ff7bac;
    font-size: 9pt;
    float: right;
    padding: 0 64px 0 0
    }
.touin .inner1 {
    margin-bottom: 30px
    }
.touin .inner2 {
    position: relative;
    overflow: hidden
    }
.touin .inner2:after {
    display: block;
    content: "";
    padding-top: 50%
    }
.touin .inner2 .pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%
    }
.touin .inner2 .txt {
    position: absolute;
    z-index: 10;
    width: 60%;
    margin-left: auto;
    top: 30px;
    right: 30px;
    padding: 15px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5)
    }
.touin .inner2 .txt h3 {
    font-size: 18px;
    margin-bottom: 10px
    }
.touin .inner2 .txt p {
    margin-bottom: 10px
    }
.contentsbottom {
    margin: 0 auto;
    background: url(../images.810581553e5b623635f5451745beb19e/movie_back.jpg) no-repeat 0 50px no-repeat 0 50px;
    padding-bottom: 50px;
    margin-top: 50px
    }
.contentsbottom2 {
    width: 1200px;
    margin: 0 auto
    }
.topvoice {
    background: url(../images.9108ccf85606138e36841651911d6a14/voice_bk.png) center center repeat;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 70px
    }
.toph3bg img {
    position: absolute;
    top: -1;
    left: 80px;
    z-index: 0
    }
.topvoice h3 {
    position: absolute;
    font-family: "游明朝", "Yu Gothic Medium","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 14.5pt;
    letter-spacing: 3px;
    top: 40px;
    left: 110px;
    z-index: 1
    }
.topvoice h3 a {
    display: block;
    font-family:"游明朝", "Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 14.5pt;
    letter-spacing: 3px
    }
.topvoice_inn {
    padding: 0 30px
    }
.topvoicebox1 {
    width: 527px;
    border: 1px solid #c7c1b1;
    padding: 20px 14px 14px 14px;
    margin: 148px 0 0 0;
    float: left
    }
.topvoicebox1:nth-of-type(2n) {
    margin-left: 26px;
}
.topvoiceimg {
    display: block;
    float: right;
    border: 1px solid #e8e4d3;
    margin: 0;
    margin-left: 20px;
    padding: 0;
    width: 240px;
}
.topvoicebox1 p {
    width: 225px;
    float: left;
    line-height: 180%;
    padding: 20px;
    background: #f3ccd8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.topvoicebox1:nth-of-type(2n) p {
    background: #F5D3BE;
}
.topvoice dl {
    width: 508px;
    padding: 25px 0 0 0;
    margin: 0 auto
    }
.topvoice dl dt {
    border-bottom: 1px solid #f0d9b8;
    margin-bottom: 13px
    }
.topvoice dl dt span {
    color: #9e7f5e;
    font-weight: bold
    }
.topvoice dl dd {
    padding: 0 0 17px 30px;
    line-height: 200%
    }
.topvoicebox2 {
    width: 527px;
    border: 1px solid #c7c1b1;
    padding: 20px 14px 28px 14px;
    float: right;
    margin: 148px 0 0 0;
}
.topvoicebox2 p {
    width: 228px;
    float: left;
    line-height: 180%;
    padding: 20px;
    background: #f6d4b5
    }
.topgree {
    position: relative
    }
.toph3bg img {
    position: absolute;
    top: -1;
    left: 80px;
    z-index: 0
    }
.topgree h3 {
    position: absolute;
    font-family:"游明朝", "Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 14.5pt;
    letter-spacing: 3px;
    top: 40px;
    left: 110px;
    z-index: 1
    }
.greebox1 {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    width: 630px;
    top: 138px;
    left: 60px
    }
.greebox1 p {
    padding: 15px;
    line-height: 160%
    }
.greeimg2 {
    position: absolute;
    bottom: 20px;
    left: 60px;
    border-radius: 8px;
    overflow: hidden;
    width: 500px
    }
.greebox2 {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    width: 530px;
    bottom: 20px;
    right: 50px;
    padding: 15px
    }
.greebox2 p {
    line-height: 180%
    }
.greebox2 p .bold {
    font-size: 12pt;
    font-weight: bold
    }
/*--------------------------------------------------------------------初めての方へ　visitor.html*/
.visi_imgcenter {
    display: block;
    width: 513px;
    margin: 0 auto;
    padding-bottom: 25px;
    text-align: center
    }
.visicon1_inn {
    width: 575px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px
    }
.visicon1_inn img {
    padding: 30px 0
    }
.visicon1_inn p {
    font-family:"游明朝", "Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: center;
    line-height: 170%
    }
.visicon2_inn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.visicon2_inn li {
    width: 31.3%;
    float: left;
    margin: 0 3% 20px 0
    }
.visicon2_inn li:nth-of-type(3n) {
    margin: 0
    }
/*--------------------------------------------------------------------診療時間・所在地　information.html*/
.infotable {
    width: 628px;
    margin: 0 auto 20px auto;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-collapse: collapse
    }
.infotable thead td {
    padding: 15px 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #F4F0DC;
    font-family:"游明朝", "Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 11pt;
    text-align: center
    }
.infotable tbody th {
    width: 170px;
    padding: 15px 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    background-color: #D9CF9C;
    font-family:"游明朝", "Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 12pt
    }
.infotable tbody td {
    width: 50px;
    padding: 12px 12px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    background-color: #FFF;
    font-family:"游明朝", "Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 12pt
    }
.infocon1 p {
    font-size: 12pt
    }
.infotable2 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc
    }
.infotable2 dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #D9CF9C;
    align-items: center;
}
.infotable2 dl:not(:last-of-type) {
    border-bottom: solid 1px #ccc
    }
.infotable2 dt {
    width: 20%;
    text-align: center;
    padding: 10px;
    font-weight: normal;
    box-sizing: border-box
    }
.infotable2 dd {
    padding: 10px;
    border-left: 1px solid #ccc;
    width: 80%;
    box-sizing: border-box;
    background: #fff
    }
.infocon2_inn {
    background: url(../images.67ff8ac60b15d7f5eec937fc25db632e/visicon2bg.gif);
    padding: 20px 0 0 20px
    }
.infocon2_inn li {
    width: 180px;
    float: left;
    padding: 0 20px 20px 0
    }
.info_googlebox {
    padding: 0 0 20px 0
    }
.infocon3 li {
    padding-bottom: 5px
    }
/*--------------------------------------------------------------------施術・料金案内　pricelist.html*/
.pricecon1 img {
    float: right;
    padding: 5px 20px 0 0
    }
.pricecon1_inn_l {
    width: 380px;
    float: left
    }
.pricecon2tablebox {
    padding-bottom: 50px
    }
.pritable_tit {
    border-collapse: collapse
    }
.pritable_tit th {
    width: 150px;
    background-color: #FF7AAC;
    color: #FFF;
    text-align: center
    }
.pritable_tit td {
    background-color: #FF7AAC;
    color: #FFF;
    text-align: center;
    border: 1px solid #CCC;
    padding: 12px 0
    }
.pritable_tit .pri_none {
    background: none;
    border-top: none;
    border-left: none
    }
.pritable_tit .pri_yellow td {
    width: 160px;
    background-color: #FFC;
    color: #392606;
    font-weight: bold
    }
.pritable_inn {
    border-collapse: collapse;
    width: 100%
    }
.pritable_inn th {
    width: 145px;
    text-align: center;
    border: 1px solid #CCC;
    border-top: none
    }
.pritable_inn td {
    width: 473px;
    text-align: center;
    padding: 12px 0;
    border: 1px solid #CCC;
    border-top: none
    }
.pritable_inn2tit {
    border-collapse: collapse
    }
.pritable_inn2tit th, .pritable_inn2tit td {
    background-color: #FF7AAC;
    color: #FFF;
    border: 1px solid #CCC;
    border-bottom: none
    }
.pritable_inn2tit th {
    width: 340px;
    padding: 10px 0 10px 38px;
    text-align: left;
    font-weight: normal
    }
.pritable_inn2tit td {
    width: 248px;
    text-align: center
    }
.pritable_inn2 {
    border-collapse: collapse
    }
.pritable_inn2 th {
    width: 340px;
    padding: 10px 0 10px 38px;
    text-align: left;
    border: 1px solid #CCC;
    border-top: none;
    font-weight: normal
    }
.pritable_inn2 td {
    width: 248px;
    text-align: center;
    border: 1px solid #CCC;
    border-top: none
    }
.menu2 .table1 {
    border: 1px solid #CCC;
    margin-bottom: 20px;
}
.menu2 .table1 dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu2 .table1 dl:not(:last-of-type) {
    border-bottom: 1px solid #CCC;
}
.menu2 .table1 dl.head {
    background-color: #f4f0dc;
}
.menu2 .table1 dt {
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.menu2 .table1 dd {
    float: left;
    width: 50%;
    text-align: center;
    border-left: 1px solid #CCC;
    box-sizing: border-box;
    padding: 10px;
}
.menu3 .table2 {
    border: 1px solid #CCC;
    margin-top: 10px;
}
.menu3 .table2 dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu3 .table2 dl:not(:last-of-type) {
    border-bottom: 1px solid #CCC;
}
.menu3 .table2 dt {
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f4f0dc;
}
.menu3 .table2 dd {
    float: left;
    width: 50%;
    text-align: right;
    border-left: 1px solid #CCC;
    box-sizing: border-box;
    padding: 10px;
}
/*--------------------------------------------------------------------スタッフのご紹介　staff.html*/
.staffboxwap {
    padding-bottom: 25px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 25px
    }
.prof1 {
    width: 368px;
    float: left
    }
.staffimg {
    float: right
    }
.staffboxincho {
    background-color: #FEEBF1;
    padding: 15px 19px 20px 19px
    }
.staffboxincho .name span {
    padding: 0 10px
    }
.staffboxincho .name {
    font-family:"游明朝", "Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 15pt
    }
.staffboxincho .name .frigana {
    font-size: 12pt
    }
.prof1 dt {
    width: 120px;
    text-align: center;
    padding: 14px 20px 12px 0;
    float: left;
    font-family:"游明朝", "Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif
    }
.prof1 dd {
    padding: 14px 0 12px 0;
    border-bottom: 1px solid #CCC
    }
.messaage {
    padding: 20px 0 0 0
    }
.messaage dt {
    width: 176px;
    height: 89px;
    background-color: #F1699C;
    border-radius: 50%;
    /* CSS3草案 */
    -webkit-border-radius: 50%;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;
    /* Firefox用 */
    float: left
    }
.messaage dt span {
    display: block;
    color: #FFF;
    font-family:"游明朝", "Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: center;
    padding: 33px 0 0 0
    }
.messaage dd {
    width: 390px;
    float: right;
    padding: 10px 0 0 17px
    }
.staffbox {
    background-color: #FFFAEC;
    padding: 15px 19px 20px 19px
    }
.prof2 {
    width: 368px;
    float: left
    }
.prof2 dt {
    width: 65px;
    padding: 14px 0 12px 35px;
    float: left;
    font-family:"游明朝", "Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif
    }
.prof2 .staffname {
    height: 32px;
    padding: 14px 35px 5px 0
    }
.prof2 .staffname2 {
    height: 32px;
    padding: 17px 0 5px 0;
    font-family:"游明朝", "Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif
    }
.prof2 .staffname img {
    padding: 0;
    vertical-align: middle;
    padding-right: 10px
    }
.prof2 dd {
    padding: 14px 0 12px 0;
    border-bottom: 1px solid #CCC
    }
.messaage2 {
    padding: 20px 0 0 0
    }
.messaage2 dt {
    width: 176px;
    height: 89px;
    background-color: #D9CF9C;
    border-radius: 50%;
    /* CSS3草案 */
    -webkit-border-radius: 50%;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;
    /* Firefox用 */
    float: left
    }
.messaage2 dt span {
    display: block;
    color: #666;
    font-family:"游明朝", "Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: center;
    padding: 33px 0 0 0
    }
.messaage2 dd {
    width: 390px;
    float: right;
    padding: 10px 0 0 17px
    }
/*--------------------------------------------------------------------QA　qa.html*/
.qbox li {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px
    }
.qbox li img {
    float: left
    }
.qbox li a {
    display: block;
    float: left;
    padding: 0 15px 0 15px
    }
.qabox {
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 30px
    }
.qabox dt {
    font-size: 16px;
    color: #D31359;
    border-bottom: 1px dotted #D4145A;
    padding: 0 0 10px 0;
    margin-bottom: 10px
    }
.qabox dt img {
    vertical-align: top;
    margin: 0 10px 0 0;
    float: left
    }
.qabox dt span {
    display: block;
    width: 560px;
    float: left;
    padding: 6px 0 0 0
    }
.qabox dd img {
    vertical-align: top;
    padding: 0 10px 0 0;
    float: left
    }
.qabox dd span {
    display: block;
    width: 560px;
    float: left;
    padding: 6px 0 0 0
    }
/*--------------------------------------------------------------------ここが違う！はる接骨院の治療　point.html*/
.pointcon1 img {
    float: right;
    padding: 0 0 30px 30px
    }
.pointcon2img {
    width: 210px;
    text-align: center;
    float: right
    }
.pointcon2_inn {
    padding: 0 0 30px 15px
    }
/*--------------------------------------------------------------------FMT腰痛治療法　fmt.html*/
.fmtcon1 img {
    float: right;
    padding: 0 0 0 25px
    }
.fmtcon2img {
    float: right;
    padding: 0 0 20px 25px
    }
.fmtcon2img2 {
    text-align: center;
    padding: 0 0 20px 0
    }
/*--------------------------------------------------------------------悩み共通・しみ・しわ・むくみ*/
.nayamiimg1 {
    width: 210px;
    text-align: center;
    float: right;
    padding-left: 15px
    }
.nayamiimg1 img {
    padding: 0 0 15px 0;
    text-align: center
    }
.nayamibox {
    padding-bottom: 20px
    }
.borderbotom {
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px
    }
.estebanar {
    width: 628px;
    height: 128px;
    display: block;
    position: relative;
    background-color: #DEAD6B
    }
.estebanar img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0
    }
.estebanar span {
    font-family:"游明朝", "Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    color: #FFF;
    text-shadow: 1px 1px 5px #000;
    z-index: 1
    }
.estetextbox {
    position: absolute;
    top: 50px;
    left: 20px
    }
.estebanar .estebanartext1 {
    font-size: 13.5pt;
    padding-right: 10px
    }
.estebanar .estebanartext2 {
    font-size: 18pt
    }
.mukumidl dt {
    font-size: 12pt;
    color: #F06;
    padding-bottom: 10px
    }
/*--------------------------------------------------------------------しみ　shimi.html*/
.shimibotomtext {
    padding: 0 0 20px 0
    }
/*--------------------------------------------------------------------たるみ　tarumi.html*/
.tarumibox {
    margin-bottom: 30px
    }
.tarumibox p {
    width: 395px;
    float: left
    }
/*--------------------------------------------------------------------痛み共通・首*/
.itamiimg1 {
    width: 228px;
    text-align: center;
    float: right;
    padding-left: 15px
    }
.itamicon1 .txt {
    float: left;
    width: 387px
    }
.itamiimg1 img {
    text-align: center;
    width: 100%
    }
.nayamicheck {
    width: 355px;
    background: url(../images.9108ccf85606138e36841651911d6a14/voice_bk.png);
    border: 1px solid #dcdcdc;
    padding: 15px;
    float: left
    }
.nayamicheck li {
    padding-bottom: 20px
    }
.nayamicheck li img {
    padding-right: 15px;
    vertical-align: top
    }
.itamibox {
    padding-bottom: 30px
    }
.borderbotom {
    border-bottom: 1px solid #CCC
    }
.jikobanar {
    width: 628px;
    height: 128px;
    display: block;
    position: relative;
    background-color: #FCE0D4;
    border: 1px solid #FCE0D4
    }
.jikobanar img {
    position: absolute;
    top: 0;
    right: 0
    }
.jikotextbox {
    position: absolute;
    font-family:"游明朝", "Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    color: #630;
    font-size: 15pt;
    top: 55px;
    left: 20px
    }
.itamidl dt {
    font-size: 12pt;
    color: #F06;
    padding-bottom: 10px
    }
.itamidl dd {
    padding-bottom: 20px
    }
/*--------------------------------------------------------------------足の痛み　foot.html*/
.footlist {
    padding: 20px 0
    }
.footlist li {
    padding-bottom: 5px
    }
/*--------------------------------------------------------------------腰の痛み　waist.html*/
.fmtbanar {
    width: 628px;
    height: 128px;
    display: block;
    position: relative;
    background-color: #070F34;
    border: 1px solid #FCE0D4
    }
.fmtbanar img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0
    }
.fmtbanar span {
    font-family:"游明朝", "Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    color: #fff
    }
.fmttextbox {
    position: absolute;
    font-size: 13.5pt;
    top: 30px;
    left: 20px;
    z-index: 1
    }
.fmttextbox2 {
    position: absolute;
    font-size: 15pt;
    top: 70px;
    left: 20px;
    z-index: 2
    }
/*--------------------------------------------------------------------お問い合わせ　contact.html*/
.contact_form .contact_formbox .inputbox {
    width: 440px;
    height: 100%;
    padding: 10px 15px;
    line-height: 100%;
    float: right;
    background-color: #fff
    }
.contact_form .contact_formbox .inputbox input[type="text"] {
    width: 440px;
    padding: 5px
    }
.contact_form .contact_formbox .inputbox textarea {
    width: 440px;
    padding: 5px;
    line-height: 140%
    }
.contact_form .contact_formbox .contact_formtit {
    width: 170px;
    float: left;
    display: inline-block;
    margin-bottom: 5px;
    padding: 15px 0 0 15px
    }
.confirmbox {
    text-align: center;
    padding: 45px 0 0 0
    }
.confirm {
    width: 423px;
    height: 50px;
    margin: 0 auto;
    background: #000;
    color: #FFF;
    font-family: KozMinPro-Regular;
    font-size: 15pt
    }
/*--------------------------------------------------------------------リンク　link.html*/
.link1box dt {
    padding-bottom: 10px
    }
.link1box dt img {
    vertical-align: top;
    padding: 8px 15px 0 0
    }
.link1box dt a {
    text-decoration: underline;
    padding-bottom: 16px;
    font-weight: bold
    }
.link1box dd {
    font-size: 9pt;
    padding: 0 0 20px 15px
    }
/*--------------------------------------------------------------------リクルート　recruit.html*/
.recrcon1box table {
    width: 650px;
    border-collapse: collapse
    }
.recrcon1box table th {
    width: 140px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
    background-color: #009A7F;
    color: #FFF;
    font-weight: normal;
    padding: 10px 5px
    }
.recrcon1box table td {
    border-bottom: 1px solid #fff;
    background-color: #E0E0E0;
    padding: 10px 10px
    }
/*--------------------------------------------------------------------お知らせ　news.html*/
.newsdate {
    font-size: 12pt;
    float: right;
    padding-right: 17px
    }
.newsimg {
    text-align: center;
    padding-bottom: 40px
    }
.newspagenavi {
    padding: 20px 0 20px 22px;
    border-top: double 4px #CCC
    }
.newspagenavi li {
    float: left;
    padding-right: 10px
    }
.newsbottom .newsbottom_l, .newsbottom .newsbottom_r {
    border: 1px solid #CCC;
    width: 320px
    }
.newsbottom .newsbottom_l {
    float: left
    }
.newsbottom .newsbottom_r {
    float: right
    }
.newsbottom h4 {
    width: 315px;
    position: relative;
    border: 3px solid #009C7F;
    margin-bottom: 14px;
    color: #fff;
    font-size: 15pt;
    font-family: KozMinPro-Medium;
    font-weight: normal
    }
.newsbottom h4 span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 5px;
    letter-spacing: 1px
    }
.newsbottom dl {
    padding: 0 18px
    }
.newsbottom .newsbottom_l dt {
    width: 108px;
    float: left;
    padding: 0 0 8px 5px;
    color: #009C7F;
    margin-bottom: 10px
    }
.newsbottom .newsbottom_r dt {
    width: 108px;
    float: left;
    padding: 0 0 8px 5px;
    margin-bottom: 10px
    }
.newsbottom dd {
    border-bottom: 1px dashed #009C7F;
    padding: 0 0 8px 113px;
    margin-bottom: 10px
    }
.newsbottom .newsbottom_r dd {
    text-align: right;
    padding-right: 5px
    }
.newsbottom_ichiran {
    float: right;
    padding: 0 18px 20px 0
    }
.newsbottom_ichiran img {
    vertical-align: top;
    padding: 6px 10px 0 0
    }
/*--------------------------------------------------------------------ブログ inchoevent.html*/
.blog_tit {
    width: 632px;
    height: 30px;
    font-size: 16px;
    padding: 10px 0 0 28px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 120%
    }
.blog_day {
    color: #000;
    font-size: 9pt;
    padding: 2px 0 14px 20px
    }
.blog_cont p {
    padding-bottom: 16px
    }
.blog_cont img {
    display: block;
    margin: auto;
    max-width: 80%;
}
.blog_nav {
    text-align: center
    }
.blog_nav li {
    display: inline-block;
    margin: 5px
    }
.blog_nav li a {
    display: block;
    padding: 5px;
    font-size: 16px
    }
a.current {
    font-weight: bold
    }
.news .blogcate {
    margin-top: 50px;
}
.news .blogcate .rightblogbox {
    float: left;
    width: 45%;
    margin-right: 10%;
}
.news .blogcate .rightblogbox:nth-of-type(2n) {
    margin-right: 0;
}
.news .blogcate .rightblogbox dl {
    border: none;
    padding: 0;
    margin: 0;
}
.news .blogcate .rightblogbox dd {
    padding-bottom: 10px;
    padding-top: 0;
}
/*--------------------------------------------------------------------リンク集 link.html*/
.link dd.pic {
    float: right;
    width: 294px;
    padding: 0 0 0 0
    }
.link .link2 dd.pic {
    width: 270px
    }
.link dt {
    font-size: 12pt;
    padding: 0 0 0 0
    }
.link ul {
    border-top: 7px solid #F08CB3;
    margin-top: -20px;
    padding: 0 2px 0 2px
    }
.link dd a {
    color: #D31359;
    text-decoration: underline
    }
.link dl {
    border-bottom: 2px solid #F8EEE0;
    padding: 0 0 20px 11px;
    margin-bottom: 1px
    }
.link ul li {
    padding: 20px 0 0 0;
    border-bottom: 1px solid #F08CB3
    }
.link ul li.link1 {
    border-top: 2px solid #F8EEE0
    }
.link .link3 dt {
    padding-bottom: 14px
    }
/*--------------------------------------------------------------------求人案内 recruit.html*/
.recruit1 div.clearfix {
    border-top: 7px solid #F08CB3;
    margin-top: -20px;
    padding: 24px 0 0 0;
    position: relative
    }
.recruit1 div.clearfix:before {
    position: absolute;
    top: 0;
    left: 2px;
    content: "";
    height: 2px !important;
    width: 620px !important;
    background: #F8EEE0
    }
.recruit1 div.clearfix div {
    float: left;
    width: 400px;
    height: auto;
    padding: 0 0 0 12px
    }
.recruit1 p {
    padding-bottom: 16px
    }
.recruit1 .tel {
    padding: 10px 0 0 13px
    }
.recruit1 .tel strong {
    font-weight: bold;
    color: #D21359;
    font-size: 13.5pt
    }
.recruit2 div {
    overflow: hidden
    }
.recruit2 dl {
    overflow: hidden;
    border-top: 1px solid #FFE4CA;
    margin-top: -1px;
    position: relative;
    z-index: 100
    }
.recruit2 dt {
    float: left;
    padding: 10px 0 3010px 20px;
    width: 148px;
    background: #F19EC2;
    position: relative;
    margin-bottom: -3000px;
    z-index: 1
    }
.recruit2 dd {
    float: right;
    padding: 10px 0 0 0;
    width: 445px
    }
/*--------------------------------------------------------------------交通事故・むちうち治療 jiko.html*/
.jiko1 p.pic {
    float: right;
    padding: 0 0 10px 30px
    }
.jiko1 p {
    padding-bottom: 16px
    }
.jiko2 dd.pic {
    float: right;
    padding: 0 0 0 20px;
    width: auto;
    height: auto
    }
.jiko2 li {
    border-bottom: 1px solid #CCC;
    padding: 0 0 15px 0;
    margin-bottom: 15px
    }
.jiko2 li.lst {
    border: none
    }
.jiko2 dt span {
    padding: 0 15px 50px 0;
    display: block;
    float: left;
    margin-top: -7px
    }
.jiko2 dt {
    font-size: 12pt;
    color: #D31359;
    padding: 7px 0 16px 0
    }
.jiko2 dd {
    padding: 0 0 0 50px;
    max-width: 345px
    }
.jiko4 div.clearfix div {
    float: left;
    width: 389px;
    height: auto
    }
.jiko4 div.clearfix div p {
    font-size: 12pt;
    color: #D21359;
    padding-bottom: 16px
    }
.jiko4 div.clearfix .pic {
    float: right
    }
.jiko4 div.clearfix li {
    font-size: 12pt;
    font-weight: bold
    }
.jiko4 div.clearfix {
    padding-bottom: 16px
    }
.jiko6 .info {
    padding-bottom: 30px
    }
.jiko6 .info h4 {
    font-size: 13.5pt;
    font-family:"Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    padding-bottom: 20px
    }
.jiko6 .info p {
    padding-bottom: 16px
    }
/*--------------------------------------------------------------------医療機器紹介medicaldevice.html*/
.medical .nayamibox p {
    padding-bottom: 14px
    }
.medical .nayamibox dt {
    color: #F06
    }
.medical .nayamibox dd {
    padding-bottom: 14px
    }
/*--------------------------------------------------------------------自律神経調整フェイシャルface.html*/
.face1 div {
    width: 394px;
    height: auto;
    float: left
    }
.face1 div p {
    padding-bottom: 16px
    }
.face1 ul {
    float: right
    }
.face1 ul li {
    padding-bottom: 18px
    }
/*--------------------------------------------------------------------関節可動回復矯正法kansetsu.html*/
.kansetsu2 .waku {
    background: #FFF2E6;
    border: 1px solid #FCC;
    margin-bottom: 30px
    }
.kansetsu2 .waku span {
    font-family:"Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 13.5pt;
    display: inline-block;
    padding-right: 1em
    }
.kansetsu2 .waku ul {
    padding: 25px 0 10px 97px
    }
.kansetsu2 .waku li {
    padding-bottom: 16px
    }
.kansetsu2 p {
    padding-top: 30px
    }
.kansetsu3 p {
    padding-bottom: 16px
    }
.kansetsu3 div {
    padding-left: 40px
    }
/*--------------------------------------------------------------------微弱電流エステeste.html*/
.este1 h4 {
    font-size: 12pt;
    color: #F36;
    font-weight: normal
    }
.este1 p {
    padding-bottom: 16px
    }
.este1 div {
    padding-top: 30px
    }
.este3 dl {
    padding: 0 28px 8px 20px
    }
.este3 dt {
    float: left;
    background: #D4145A;
    color: #fff;
    font-family:"Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 21pt;
    width: 76px;
    height: 60px;
    text-align: center;
    padding: 16px 0 0 0;
    border-radius: 38px;
    /* CSS3草案 */
    -webkit-border-radius: 38px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 38px;
    /* Firefox用 */
    }
.este3 dd {
    float: right;
    width: 480px;
    height: auto;
    padding: 16px 0 0 0
    }
.este3 ul {
    background: #FFFFE1;
    border: 1px solid #FCC;
    padding: 21px 44px 0 50px;
    margin-bottom: 35px
    }
.este3 li.left {
    float: left;
    background: url(../images.eab0ca3e66e813b37256ba9999a076d8/arrow.gif) 235px 96px no-repeat 235px 96px no-repeat;
    width: 290px;
    height: auto
    }
.este3 li.right {
    float: right
    }
.este3 li p {
    width: 185px;
    height: auto;
    text-align: center;
    font-size: 13.5pt;
    font-family:"Yu Gothic Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    padding: 3px 0 12px 0;
    font-weight: bold
    }
.este3 li.right p {
    color: #D31359
    }
/*--------------------------------------------------------------------
患者様のお声voice.html*/
.voice {
    background: url(../images.9108ccf85606138e36841651911d6a14/voice_bk.png) 0 0 repeat;
    margin-bottom: 30px;
    padding: 15px
    }
.voice .inner {
    border: 1px solid #A48767;
    padding: 15px
    }
.voice .left {
    float: left;
    width: 350px;
    margin-right: 20px
    }
.voice .left .w {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px
    }
.voice .left p.namae {
    margin-top: 10px
    }
.voice .left .w {
    background: #F0CED5
    }
.voice .left p {
    font-size: 16px;
    line-height: 150%
    }
.voice dt img {
    margin-right: 6px;
    vertical-align: middle
    }
.voice dt {
    position: relative;
    padding-left: 30px
    }
.voice dt span {
    font-weight: bold;
    color: #9e7f5e;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0
    }
.voice dd {
    border-top: 1px solid #F0D9B8;
    padding-left: 30px;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 29px
    }
.voice:nth-of-type(2n) .left .w {
    background: #F5D3BE
    }
.voice .right {
    float: right;
    width: 228px
    }
.voice .right .pic {
    width: 100%;
    margin-bottom: 20px
    }
.voice .right .pic img {
    width: 100%
    }
.item3 .undercon {
    padding: 15px;
    margin-bottom: 30px;
    background: url(../images.9108ccf85606138e36841651911d6a14/voice_bk.png) repeat
    }
.item3 .info {
    border: solid 1px;
    padding: 15px
    }
.item3 .info h3 {
    text-align: center;
    font-size: 20px;
    border-bottom: solid 1px;
    margin-bottom: 10px;
    padding-bottom: 10px
    }
.item3 .info .tel {
    text-align: center;
    font-size: 30px;
    font-weight: bold
    }
.item3 .info .tel a {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.pagelink {
    margin-bottom: 30px
    }
.pagelink ul li {
    float: left;
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 10px;
    background-color: #fc6;
    position: relative
    }
.pagelink ul li:nth-of-type(3n) {
    margin-right: 0
    }
.pagelink ul li:after {
    display: block;
    content: "▶";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
    right: 10px
    }
.pagelink ul li a {
    display: block;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold
    }



/* 2023/03/27 */
.side_link1 .accent {
    background: #43180D;
    color: #fff;
}

.side_link1 .accent a {
    color: #fff;
}

.side_link1 .accent a img {
    filter: invert(1);
}
