 @charset "utf-8";
 /* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
 
 html,
 body,
 div,
 span,
 applet,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 acronym,
 address,
 big,
 cite,
 code,
 del,
 dfn,
 em,
 font,
 ins,
 kbd,
 q,
 s,
 samp,
 small,
 strike,
 strong,
 sub,
 sup,
 tt,
 var,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 table.table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td {
     border: 0;
     font-family: inherit;
     font-size: 100%;
     font-style: inherit;
     font-weight: inherit;
     margin: 0;
     outline: 0;
     padding: 0;
     vertical-align: baseline;
 }
 
 :focus {
     outline: 0;
 }
 
 ol,
 ul {
     list-style: none;
 }
 
 table.table {
     border-collapse: separate;
     border-spacing: 0;
 }
 
 caption,
 th,
 td {
     font-weight: normal;
     text-align: left;
 }
 


.text-right{
     text-align: right;
}



 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
     content: "";
 }
 
 blockquote,
 q {
     quotes: "" "";
 }
 
 a img {
     border: 0;
 }
 
 figure {
     margin: 0
 }
 
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section {
     display: block;
 }
 /* -------------------------------------------------------------- */
 
 body {
     color: #555;
     font-size: small;
     font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
     line-height: 1.5;
     -webkit-text-size-adjust: none;
 }
 /* リンク設定
------------------------------------------------------------*/
 
 .fs150 {
     font-size: 40px;
 }
 
 .fs120 {
     font-size: 32px;
 }
 
 .fs110 {
     font-size: 20px;
 }
 
 a {
     color: #6caefe;
     text-decoration: none;
 }
 
 a:hover {
     color: #488fdd;
 }
 
 a:active,
 a:focus {
     outline: 0;
 }
 /* 全体
------------------------------------------------------------*/
 
 .fw800 {
     font-weight: 800;
 }
 
 #wrapper {
     margin: 0 auto;
     padding: 0 1%;
     width: 98%;
     position: relative;
     background: #fff;
 }
 
 .inner {
     margin: 0 auto;
     width: 100%;
 }
 /*************
/* ヘッダー
*************/
 
 #header {
     height: 110px;
 }
 
 #header h1 {
     padding: 5px 0 10px;
     font-size: 12px;
     font-weight: normal;
 }
 /*************
/* ロゴ
*************/
 
 .logo {
     float: left;
 }
 
 .logo span {
     display: block;
 }
 /*************
/* 電話番号
*************/
 
 .info {
     float: right;
     text-align: right;
 }
 
 .info .open {
     font-size: 11px;
 }
 /*************
/* ロゴ+電話番号
*************/
 
 .logo {
     margin-top: 6px;
     font-size: 28px;
     font-weight: bold;
 }
 
 .logo span {
     font-size: .6em;
     font-weight: normal;
 }
 
 .info .tel {
     margin-top: 6px;
     font-size: 20px;
     font-weight: bold;
 }
 
 .info span {
     font-size: .6em;
     font-weight: normal;
 }
 
 .slogan span {
     background-color: rgba(255, 255, 255, 0.335);
     background-color: rgba(0, 0, 0, 0.4);
     /*color: #00beee;*/
     height: 140px;
     margin: 30px 0px;
     padding: 0.3px;
     color: white
 }
 /**************************
/* メイン画像（トップページ+サブページ）
**************************/
 
 #mainBanner {
     margin: 0 0 30px 0;
     padding: 0;
     position: relative;
     line-height: 0;
     /*border-top:2px solid #ebebeb;
border-bottom:2px solid #ebebeb;
*/
     text-align: center;
 }
 
 #mainBanner img {
     max-width: 100%;
     height: auto;
 }
 
 #subpage #mainBanner {
     margin-bottom: 50px;
 }
 /**************************
/* グリッド
**************************/
 
 .gridWrapper {
     padding-bottom: 20px;
     overflow: hidden;
 }
 
 * html .gridWrapper {
     height: 1%;
 }
 
 .grid {
     float: left;
 }
 
 .small_gridWrapper {
     padding-bottom: 20px;
     overflow: hidden;
 }
 
 * html .small_gridWrapper {
     height: 1%;
 }
 
 .small_grid {
     float: left;
 }
 
 .boxc {
     text-align: center;
     width: 10%;
 }
 
 .box {
     padding: 10px;
     text-align: left;
 }
 
 .box_center {
     text-align: center;
 }
 
 .box img {
     max-width: 100%;
     height: auto;
 }
 
 .small_box {
     padding: 0px;
     text-align: center;
 }
 
 .small_box img {
     max-width: 30% !important;
     height: auto;
 }


 .small_box2{
     padding: 0px;
     text-align: center;
 }
 
 .small_box2 img {
     max-width: 100%;
     height: auto;
 }
 


 .box h3 {
     text-align: left;
     padding: 3px 0 3px 10px;
     font-size: 14px;
     font-weight: bold;
     margin-top: 30px;
     margin-bottom: 20px;
 }
 
 .box p {
     padding: 5px 5px 5px;
     text-align: left;
 }
 
 .box p.readmore {
     padding: 5px 5px 5px;
     text-align: right;
 }
 
 .box p.readmore a {
     padding: 3px 7px;
     border-radius: 3px;
     color: #fff;
     background: #6caefe;
 }
 
 .box p.readmore a:hover {
     background: #488fdd;
 }
 /*************
メイン コンテンツ
*************/
 
 section.content article {
     padding: 20px;
     margin-bottom: 20px;
     border: 1px solid #ebebeb;
     overflow: hidden;
 }
 
 section.content_waku article {
     padding: 20px;
     margin-bottom: 20px;
     border: 5px solid #f8a4a4;
     overflow: hidden;
 }
 
 section.content_grid article {
     padding: 1px;
     text-align: center;
     margin-bottom: 20px;
     verflow: hidden;
 }
 
 * html section.content article {
     height: 1%;
 }
 
 section.content p {
     margin-bottom: 5px;
 }
 
 * html section.content_grid article {
     height: 1%;
 }
 
 .text-center {
     text-align: center;
 }
 
 section.content_grid p {
     margin-bottom: 5px;
 }
 
 h3.heading {
     padding: 10px 0 3px 0;
     margin-bottom: 5px;
     /*border-top:3px double #ebebeb;*/
     border-bottom: 3px solid #ebebeb;
     font-size: large;
     font-weight: bold;
 }
 
 h3.honbun {
     text-align: left;
     padding: 3px 0 3px 10px;
     font-size: 14px;
     font-weight: bold;
     border-left: solid 6px #488fdd;
     margin-top: 30px;
     margin-bottom: 20px;
 }
 
 h3.midashi {
     text-align: left;
     padding: 3px 0 3px 3px;
     font-size: 14px;
     font-weight: bold;
     margin-top: 30px;
     margin-bottom: 0px;
 }
 
 section.content img {
     max-width: 90%;
     height: auto;
 }
 
 section.content_grid img {
     max-width: 90%;
     height: auto;
 }
 
 .alignleft {
     float: left;
     clear: left;
     margin: 3px 20px 20px 0;
 }
 
 .alignright {
     float: right;
     clear: right;
     margin: 3px 0 20px 10px;
 }
 
 #gallery .grid {
     background: transparent;
 }
 
 #gallery .grid img,
 .border {
     box-shadow: 0 0 3px #ccc;
 }
 /*************
テーブル
*************/
 
 table.table {
     border-collapse: collapse;
     margin: 5px auto 15px auto;
     text-align: center;
 }
 
 table.table td {
     border-collapse: collapse;
     background-color: #F9F9F9;
     text-align: left;
     padding: 8px;
     border: 1px solid #D6D6D6;
     line-height: 20px;
     vertical-align: middle;
 }
 
 table.table th {
     background-color: #F5F5F5;
     text-align: left;
     padding: 8px;
     white-space: nowrap;
     color: #151515;
     border-top: 1px solid #D4D4D4;
     border-right: 1px solid #D4D4D4;
     border-bottom: 1px solid #D4D4D4;
     border-left: 1px solid #D4D4D4;
     font-size: 13px;
     font-weight: normal;
     letter-spacing: 1px;
     background-repeat: repeat-x;
     background-position: top;
     vertical-align: middle;
 }
 
 .td_right {
     text-align: right;
 }
 /*************

         
/* サイドバー
*************/
 
 #sidebar ul {
     padding: 10px;
 }
 
 #sidebar li {
     margin-bottom: 10px;
     padding-bottom: 10px;
     list-style: none;
     border-bottom: 1px dashed #ebebeb;
 }
 
 #sidebar li:last-child {
     border: 0;
     margin-bottom: 0px;
 }
 
 #sidebar li a {
     display: block;
 }
 
 #sidebar ul.list li {
     clear: both;
     margin-bottom: 5px;
     padding: 5px 0;
     overflow: hidden;
     border: 0;
 }
 
 ul.list li {
     height: 1%;
 }
 
 ul.list li img {
     float: left;
     margin-right: 10px;
 }
 
 ul.list li {
     font-size: 12px;
     line-height: 1.35;
 }
 
 ul.rinen li {
     font-size: 15px;
     line-height: 1.6;
 }
 /*************
/* フッター
*************/
 
 #footer {
     clear: both;
 }
 
 #footer .inner {
     border-top: 2px solid #ebebeb;
     overflow: hidden;
 }
 
 #footer .inner2 {
     border-bottom: 2px solid #ebebeb;
     overflow: hidden;
 }
 
 * html #footer .inner {
     height: 1%;
 }
 
 #footer .grid {
     margin: 0;
 }
 
 #footer #info .logo,
 #footer #info .info {
     float: none;
 }
 
 #footer #info .info {
     clear: both;
     text-align: left;
 }
 
 #footer .logo {
     font-size: 18px;
 }
 
 #footer .info .tel,
 #footer .info .tel span,
 #footer #info .open {
     font-size: 12px;
 }
 
 ul.footnav {
     float: left;
     /*width: 630px;*/
     padding: 10px 0;
 }
 
 ul.footnav li {
     float: left;
     margin-bottom: 10px;
     padding: 0 7px 0 8px;
     border-right: 1px solid #ebebeb;
 }
 
 address {
     clear: both;
     padding: 20px 0;
     text-align: center;
     font-style: normal;
     font-size: 12px;
     color: #555;
 }
 
 @media print {
     #wrapper,
     #header,
     .inner {
         width: 960px;
         padding: 0;
         margin: 0 auto;
     }
     section.dummy article {
         width: 100%;
         padding: 0px;
         margin-bottom: 0px;
         overflow: hidden;
     }
     .dummy {
         width: 100%;
         padding: 20px;
     }
     #mainBanner img {
         max-width: 100%;
         height: auto;
     }
     #wrapper {
         padding-bottom: 20px;
     }
     nav#mainNav {
         clear: both;
         overflow: hidden;
         position: relative;
     }
     nav#mainNav ul li {
         float: left;
         position: relative;
     }
     nav#mainNav ul li a {
         display: block;
         text-align: center;
         _float: left;
         font-size: 13px;
         width: 160px;
         padding: 20px 0;
         border-top: 2px solid #ebebeb;
         border-bottom: 2px solid #ebebeb;
     }
     nav#mainNav ul li.last a {
         width: 159px;
     }
     nav#mainNav ul li a span,
     nav#mainNav ul li a strong {
         display: block;
     }
     nav#mainNav ul li a span {
         color: #bababa;
         font-size: 10px;
     }
     nav div.panel {
         display: block !important;
         float: left;
     }
     a#menu {
         display: none;
     }
     nav#mainNav li.active a,
     nav#mainNav li a:hover {
         border-color: #6caefe;
     }
     #main {
         float: left;
         width: 680px;
         padding: 15px 0 0 0;
     }
     .page_marc {
         position: absolute;
         height: auto;
         top: 90px;
         left: 0px;
         padding: 5px 10px;
         float: left;
         /*	margin-left:40px;*/
     }
     .page_information {
         text-align: left;
         height: auto;
         width: 80%;
         float: right;
         font-size: 20px;
         font-weight: bold;
     }
     #subpage #mainBanner {
         margin-bottom: 20px;
     }
     #map {
         width: 100%;
         height: 250px;
     }
     #sidebar {
         float: right;
         width: 250px;
         padding: 15px 0 0 0;
         overflow: hidden;
     }
     #sidebar article {
         padding: 7px;
         margin-bottom: 20px;
         border: 1px solid #ebebeb;
         overflow: hidden;
     }
     /* グリッド全体 */
     .gridWrapper {
         width: 990px;
         margin: 0 0 0 -30px;
     }
     /* グリッド全体 */
     .small_gridWrapper {
         width: 680px;
         margin: 0 0 0 0px;
     }
     #gallery article {
         padding: 10px 0 10px 10px;
     }
     /* グリッド */
     .grid {
         float: left;
         width: 300px;
         margin-left: 20px;
     }
     /* グリッド */
     .small_grid {
         float: left;
         width: 214px;
         margin-left: 3px;
     }
     #subpage .grid {
         width: auto;
     }
     #gallery .grid {
         width: auto;
         margin: 4px 0 2px 0px;
     }
     #footer .inner {
         width: 940px;
         padding: 10px;
     }
     .contact_form_box {
         width: 100%;
         border: solid 15px yellowgreen;
         padding: 30px;
         font-size: 18px;
         color: #4F4F4F;
         line-height: 1.8em;
         margin-top: 40px;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         ;
         -webkit-box-sizing: border-box;
     }
     #contact_form {
         width: 100%;
         text-align: left;
         margin-top: 46px;
     }
     #contact_form th {
         width: 25%;
         font-weight: normal;
         vertical-align: top;
     }
     #contact_form td {
         padding: 0 0 20px 34px;
     }
     .contact_form_box .rehabiri_errortop_text {
         font-size: 20px;
         color: yellowgreen;
     }
     #contact_form input {
         width: 100%;
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         background: #FFF;
         border: solid 1px #4F4F4F;
         border-radius: 5px;
         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         padding: 12px;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
     }
     #contact_form textarea {
         width: 100%;
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         background: #FFF;
         border: solid 1px #4F4F4F;
         border-radius: 5px;
         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         padding: 12px;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
     }
     .contact_form_box input[type=submit] {
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         max-width: 348px;
         width: 100%;
         margin: 20px auto;
         padding: 14px 0;
         font-size: 24px;
         font-weight: bold;
         text-align: center;
         background: yellowgreen;
         color: #FFF;
         border-radius: 5px;
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
         display: block;
         -webkit-transition: all 0.5s;
         -moz-transition: all 0.5s;
         transition: all 0.5s;
         position: relative;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         border: 3px solid yellowgreen;
         appearance: none;
         -moz-appearance: none;
         -webkit-appearance: none;
     }
     .contact_form_box input[type=submit]:hover {
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         color: yellowgreen;
         background: #FFF;
         border: 3px solid yellowgreen;
     }
     .slogan {
         position: absolute;
         max-width: 100%;
         height: auto;
         top: 10px;
         left: 0;
         padding: 40px 10px;
         line-height: 1.4;
         text-align: left;
     }
     .slogan h2 {
         padding-bottom: 5px;
         font-size: 20px;
     }
 }
 /* PC用

                      
------------------------------------------------------------*/
 
 .column1w {
     float: left;
     width: 50%;
 }
 
 @media only screen and (min-width: 960px) {
     #wrapper,
     #header,
     .inner {
         width: 960px;
         padding: 0;
         margin: 0 auto;
     }
     section.dummy article {
         width: 100%;
         padding: 0px;
         margin-bottom: 0px;
         overflow: hidden;
     }
     .dummy {
         width: 100%;
         padding: 20px;
     }
     #mainBanner img {
         max-width: 100%;
         height: auto;
     }
     #wrapper {
         padding-bottom: 20px;
     }
     nav#mainNav {
         clear: both;
         overflow: hidden;
         position: relative;
     }
     nav#mainNav ul li {
         float: left;
         position: relative;
     }
     nav#mainNav ul li a {
         display: block;
         text-align: center;
         _float: left;
         font-size: 13px;
         width: 160px;
         padding: 20px 0;
         border-top: 2px solid #ebebeb;
         border-bottom: 2px solid #ebebeb;
     }
     nav#mainNav ul li.last a {
         width: 159px;
     }
     nav#mainNav ul li a span,
     nav#mainNav ul li a strong {
         display: block;
     }
     nav#mainNav ul li a span {
         color: #bababa;
         font-size: 10px;
     }
     nav div.panel {
         display: block !important;
         float: left;
     }
     a#menu {
         display: none;
     }
     nav#mainNav li.active a,
     nav#mainNav li a:hover {
         border-color: #6caefe;
     }
     #main {
         float: left;
         width: 680px;
         padding: 15px 0 0 0;
     }
     .page_marc {
         position: absolute;
         height: auto;
         top: 90px;
         left: 0px;
         padding: 5px 10px;
         float: left;
         /*	margin-left:40px;*/
     }
     .page_information {
         text-align: left;
         height: auto;
         width: 80%;
         float: right;
         font-size: 20px;
         font-weight: bold;
     }
     #subpage #mainBanner {
         margin-bottom: 20px;
     }
     #map {
         width: 100%;
         height: 250px;
     }
     #sidebar {
         float: right;
         width: 250px;
         padding: 15px 0 0 0;
         overflow: hidden;
     }
     #sidebar article {
         padding: 7px;
         margin-bottom: 20px;
         border: 1px solid #ebebeb;
         overflow: hidden;
     }
     /* グリッド全体 */
     .gridWrapper {
         width: 990px;
         margin: 0 0 0 -30px;
     }
     /* グリッド全体 */
     .small_gridWrapper {
         width: 680px;
         margin: 0 0 0 0px;
     }
     #gallery article {
         padding: 10px 0 10px 10px;
     }
     /* グリッド */
     .grid {
         float: left;
         width: 300px;
         margin-left: 20px;
     }
     /* グリッド */
     .small_grid {
         float: left;
         width: 214px;
         margin-left: 3px;
     }
     #subpage .grid {
         width: auto;
     }
     #gallery .grid {
         width: auto;
         margin: 4px 0 2px 0px;
     }
     #footer .inner {
         width: 940px;
         padding: 10px;
     }
     .contact_form_box {
         width: 100%;
         border: solid 15px yellowgreen;
         padding: 30px;
         font-size: 18px;
         color: #4F4F4F;
         line-height: 1.8em;
         margin-top: 40px;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         ;
         -webkit-box-sizing: border-box;
     }
     #contact_form {
         width: 100%;
         text-align: left;
         margin-top: 46px;
     }
     #contact_form th {
         width: 25%;
         font-weight: normal;
         vertical-align: top;
     }
     #contact_form td {
         padding: 0 0 20px 34px;
     }
     .contact_form_box .rehabiri_errortop_text {
         font-size: 20px;
         color: yellowgreen;
     }
     #contact_form input {
         width: 100%;
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         background: #FFF;
         border: solid 1px #4F4F4F;
         border-radius: 5px;
         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         padding: 12px;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
     }
     #contact_form textarea {
         width: 100%;
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         background: #FFF;
         border: solid 1px #4F4F4F;
         border-radius: 5px;
         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         padding: 12px;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
     }
     .contact_form_box input[type=submit] {
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         max-width: 348px;
         width: 100%;
         margin: 20px auto;
         padding: 14px 0;
         font-size: 24px;
         font-weight: bold;
         text-align: center;
         background: yellowgreen;
         color: #FFF;
         border-radius: 5px;
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
         display: block;
         -webkit-transition: all 0.5s;
         -moz-transition: all 0.5s;
         transition: all 0.5s;
         position: relative;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         border: 3px solid yellowgreen;
         appearance: none;
         -moz-appearance: none;
         -webkit-appearance: none;
     }
     .contact_form_box input[type=submit]:hover {
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         color: yellowgreen;
         background: #FFF;
         border: 3px solid yellowgreen;
     }
     .slogan {
         position: absolute;
         max-width: 100%;
         height: auto;
         top: 10px;
         left: 0;
         padding: 40px 10px;
         line-height: 1.4;
         text-align: left;
     }
     .slogan h2 {
         padding-bottom: 5px;
         font-size: 16px;
     }
 }
 
 @media only screen and (max-width:959px) {
     * {
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
         -ms-box-sizing: border-box;
         box-sizing: border-box;
     }
     #header {
         padding: 0 10px;
     }
     #mainBanner img {
         margin: 20px auto;
         max-width: 100%;
         height: auto;
     }
     .slogan {
         position: absolute;
         max-width: 100%;
         height: auto;
         top: 5px;
         left: 0;
         padding: 40px 10px;
         line-height: 1.4;
         text-align: left;
         visibility: visible;
     }
     .slogan h2 {
         padding-bottom: 1px;
         font-size: 14px;
     }
     .slogan p {
         visibility: hidden;
     }
     .page_marc {
         width: 120px;
         margin: -50px 80% 0 0;
     }
     .page_information {
         width: 100%;
         margin: 0px auto;
         height: auto;
         text-align: left;
         font-size: 20px;
         font-weight: bold;
     }
     #map {
         width: 100%;
         height: 250px;
     }
     nav#mainNav {
         clear: both;
         width: 100%;
         margin: 0 auto;
         padding: 0;
         background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
         background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
         background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
         background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
         background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
         background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
         border: 1px solid #e4e4e4;
     }
     nav#mainNav a.menu {
         width: 100%;
         display: block;
         height: 40px;
         line-height: 40px;
         font-weight: bold;
         text-align: left;
     }
     nav#mainNav a#menu span {
         padding-left: 10px;
     }
     nav#mainNav a.menu span:before {
         content: "→ ";
     }
     nav#mainNav a.menuOpen span:before {
         content: "↓ ";
     }
     nav#mainNav a#menu:hover {
         cursor: pointer;
     }
     nav .panel {
         display: none;
         width: 100%;
         position: relative;
         right: 0;
         top: 0;
         z-index: 1;
     }
     nav#mainNav ul li {
         float: none;
         clear: both;
         width: 100%;
         height: auto;
         line-height: 1.2;
     }
     nav#mainNav ul li a,
     nav#mainNav ul li.current-menu-item li a {
         display: block;
         padding: 15px 10px;
         text-align: left;
         border-bottom: 1px dashed #ccc;
     }
     nav#mainNav ul li a span {
         padding-left: 10px;
     }
     nav#mainNav ul li:first-child a {
         border-top: 1px solid #e4e4e4;
     }
     nav#mainNav ul li:last-child a {
         border: 0;
     }
     nav#mainNav ul li.active a {
         color: #488fdd;
     }
     nav div.panel {
         float: none;
     }
     #subpage #mainBanner {
         margin-bottom: 20px;
     }
     #sidebar {
         padding-bottom: 30px;
     }
     #sidebar article {
         padding: 7px 0;
     }
     #footer .grid,
     #footer ul.footnav {
         float: none;
         width: 100%;
         text-align: center;
     }
     ul.footnav li {
         float: none;
         display: inline-block;
     }
     .grid {
         width: 32%;
         margin: 10px 0 0 1%;
     }
     #gallery .grid {
         float: left;
         width: 32%;
         margin: 10px 0px 0 1%;
         text-align: center;
     }
     .small_grid {
         float: left;
         width: 32%;
         margin: 1px 0 0 0;
     }
     #footer .grid img,
     #footer .info {
         float: none;
     }
     #footer .grid p {
         display: block;
     }
     #footer #info .info {
         float: none;
         text-align: center;
     }
     #footer.logo,
     #footer .info {
         width: 100%;
         float: none;
     }
     .contact_form_box {
         width: 94%;
         border: solid 9px yellowgreen;
         padding: 12px;
         font-size: 18px;
         color: #4F4F4F;
         line-height: 1.8em;
         margin: 40px auto 0;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
     }
     #contact_form {
         width: 95%;
         font-size: 15px;
         text-align: left;
         margin: 26px auto 0;
     }
     #contact_form th {
         width: 100%;
         font-weight: normal;
         display: block;
         border-bottom: solid 1px #4F4F4F;
         margin: 0 auto 15px;
     }
     #contact_form td {
         width: 100%;
         padding: 0 0 10px;
         display: block;
         margin: 0 auto;
     }
     .contact_form_box .rehabiri_errortop_text {
         font-size: 20px;
         color: yellowgreen;
     }
     /*▽フォーム▽*/
     #contact_form input {
         width: 100%;
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         background: #FFF;
         border: solid 1px #4F4F4F;
         border-radius: 5px;
         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         padding: 12px;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
     }
     #contact_form textarea {
         width: 100%;
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         background: #FFF;
         border: solid 1px #4F4F4F;
         border-radius: 5px;
         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         padding: 12px;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
     }
     .contact_form_box input[type=submit] {
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         max-width: 348px;
         width: 100%;
         margin: 20px auto;
         padding: 14px 0;
         font-size: 24px;
         font-weight: bold;
         text-align: center;
         background: yellowgreen;
         color: #FFF;
         border-radius: 5px;
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
         display: block;
         -webkit-transition: all 0.5s;
         -moz-transition: all 0.5s;
         transition: all 0.5s;
         position: relative;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         border: 3px solid yellowgreen;
         appearance: none;
         -moz-appearance: none;
         -webkit-appearance: none;
     }
     .contact_form_box input[type=submit]:hover {
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         color: yellowgreen;
         background: #FFF;
         border: 3px solid yellowgreen;
     }
 }
 /* =プライバシーポリシー





/* スマートフォン 横(ランドスケープ) */
 
 @media only screen and (max-width:640px) {
     #header {
         height: auto;
         padding-bottom: 20px;
     }
     #header h1,
     .logo,
     .info {
         text-align: center;
     }
     .logo,
     .info {
         clear: both;
         width: 100%;
         float: none;
         margin: 0;
     }
     #mainBanner img {
         max-width: 100%;
         height: auto;
     }
     .slogan {
         position: absolute;
         max-width: 100%;
         height: auto;
         top: 7px;
         padding: 40px 10px;
         line-height: 1.4;
         text-align: right;
     }
     .slogan h2 {
         padding-bottom: 1px;
         font-size: 10px;
     }
     .slogan p {
         visibility: hidden;
     }
     .box img {
         float: left;
         margin-right: 10px;
     }
     .small_box img {
         float: left;
         margin-right: 10px;
     }

     .small_box2 img {
         float: left;
         margin-right: 10px;
     }


     .alignleft,
     .alignright {
         float: none;
         display: block;
         margin: 0 auto 10px;
     }
     #gallery .grid {
         float: left;
     }
     .page_marc {
         width: 120px;
         margin: 10px auto;
     }
     .page_information {
         width: 100%;
         margin: 0px auto;
         height: auto;
         text-align: center;
         font-size: 20px;
         font-weight: nomal;
     }
     .contact_form_box {
         width: 94%;
         border: solid 9px yellowgreen;
         padding: 12px;
         font-size: 18px;
         color: #4F4F4F;
         line-height: 1.8em;
         margin: 40px auto 0;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
     }
     #contact_form {
         width: 95%;
         font-size: 15px;
         text-align: left;
         margin: 26px auto 0;
     }
     #contact_form th {
         width: 100%;
         font-weight: normal;
         display: block;
         border-bottom: solid 1px #4F4F4F;
         margin: 0 auto 15px;
     }
     #contact_form td {
         width: 100%;
         padding: 0 0 10px;
         display: block;
         margin: 0 auto;
     }
     .contact_form_box .rehabiri_errortop_text {
         font-size: 20px;
         color: yellowgreen;
     }
     /*▽フォーム▽*/
     #contact_form input {
         width: 100%;
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         background: #FFF;
         border: solid 1px #4F4F4F;
         border-radius: 5px;
         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         padding: 12px;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
     }
     #contact_form textarea {
         width: 100%;
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         background: #FFF;
         border: solid 1px #4F4F4F;
         border-radius: 5px;
         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         padding: 12px;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
     }
     .contact_form_box input[type=submit] {
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         max-width: 348px;
         width: 100%;
         margin: 20px auto;
         padding: 14px 0;
         font-size: 24px;
         font-weight: bold;
         text-align: center;
         background: yellowgreen;
         color: #FFF;
         border-radius: 5px;
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
         display: block;
         -webkit-transition: all 0.5s;
         -moz-transition: all 0.5s;
         transition: all 0.5s;
         position: relative;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         border: 3px solid yellowgreen;
         appearance: none;
         -moz-appearance: none;
         -webkit-appearance: none;
     }
     .contact_form_box input[type=submit]:hover {
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         color: yellowgreen;
         background: #FFF;
         border: 3px solid yellowgreen;
     }
 }
 /* =プライバシーポリシー*/
 
 @media (max-width: 600px) {
     .column1w {
         float: left;
         width: 100%;
     }
 }
 /* スマートフォン 縦(ポートレート) */
 
 @media only screen and (max-width:480px) {
     .grid {
         width: 100%;
     }
     .box img {
         max-width: 100px;
     }
     .small_grid {
         width: 100%;
     }
     .small_box img {
         max-width: 300px;
         width: 300px;
         text-align: center;
     }

     .small_box2 img {
         max-width: 300px;
         width: 300px;
         text-align: center;
     }



     #mainBanner h32,
     #mainBanner p {
         font-size: 80%;
     }
     #sidebar p {
         text-align: center;
     }
     #mainBanner img {
         max-width: 100%;
         height: auto;
     }
     .slogan {
         position: absolute;
         max-width: 100%;
         height: auto;
         top: 5px;
         left: 0;
         padding: 40px 10px;
         line-height: 1.4;
         text-align: left;
     }
     .slogan h2 {
         padding-bottom: 1px;
         font-size: 10px;
     }
     .slogan p {
         visibility: hidden;
     }
     .page_marc {
         width: 100px;
         margin: 10px auto;
     }
     .page_information {
         width: 100%;
         margin: 0px auto;
         height: auto;
         text-align: center;
         font-size: 20px;
         font-weight: nomal;
     }
     #map {
         width: 100%;
         height: 250px;
     }
     .contact_form_box {
         width: 94%;
         border: solid 9px yellowgreen;
         padding: 12px;
         font-size: 18px;
         color: #4F4F4F;
         line-height: 1.8em;
         margin: 40px auto 0;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
     }
     #contact_form {
         width: 95%;
         font-size: 15px;
         text-align: left;
         margin: 26px auto 0;
     }
     #contact_form th {
         width: 100%;
         font-weight: normal;
         display: block;
         border-bottom: solid 1px #4F4F4F;
         margin: 0 auto 15px;
     }
     #contact_form td {
         width: 100%;
         padding: 0 0 10px;
         display: block;
         margin: 0 auto;
     }
     .contact_form_box .rehabiri_errortop_text {
         font-size: 20px;
         color: yellowgreen;
     }
     /*▽フォーム▽*/
     #contact_form input {
         width: 100%;
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         background: #FFF;
         border: solid 1px #4F4F4F;
         border-radius: 5px;
         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         padding: 12px;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
     }
     #contact_form textarea {
         width: 100%;
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         background: #FFF;
         border: solid 1px #4F4F4F;
         border-radius: 5px;
         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         padding: 12px;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
     }
     .contact_form_box input[type=submit] {
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         max-width: 348px;
         width: 100%;
         margin: 20px auto;
         padding: 14px 0;
         font-size: 24px;
         font-weight: bold;
         text-align: center;
         background: yellowgreen;
         color: #FFF;
         border-radius: 5px;
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
         display: block;
         -webkit-transition: all 0.5s;
         -moz-transition: all 0.5s;
         transition: all 0.5s;
         position: relative;
         box-sizing: border-box;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         border: 3px solid yellowgreen;
         appearance: none;
         -moz-appearance: none;
         -webkit-appearance: none;
     }
     .contact_form_box input[type=submit]:hover {
         font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
         color: yellowgreen;
         background: #FFF;
         border: 3px solid yellowgreen;
     }
 }
 
 * {
     box-sizing: border-box;
 }
 /* Create two equal columns that floats next to each other */
 
 .column {
     float: left;
     padding: 10px;
     /* Should be removed. Only for demonstration */
 }
 
 .column1 {
     float: left;
     width: 50%;
     padding: 10px;
     height: 300px;
     /* Should be removed. Only for demonstration */
 }
 /* Clear floats after the columns */
 
 .row:after {
     content: "";
     display: table;
     clear: both;
 }
 /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
 
 @media screen and (max-width: 600px) {
     .column {
         width: 100%;
     }
     .column1 {
         text-align: center;
         width: 100%;
     }
     .cal {
         text-align: center;
         width: 100%;
         margin-top: 20px;
         margin-bottom: 130px;
     }
 }
 
 #myimage {
     width: 100%;
 }
 
 #map {
     /*   width: 70%;    */
 }




@media screen and (max-width: 640px) {
 .slogan span {
    background-color: rgba(255, 255, 255, 0.335);
    background-color: rgba(0, 0, 0, 0.4);
    /* color: #00beee; */
    height: 140px;
    margin: 30px 0px;
    padding: 0.3px;
    color: white;
}


.fs120 {
    font-size: 20px;
}

.logo {
    margin-top: 6px;
    font-size: 16px;
    font-weight: bold;
}

.info .tel {
    margin-top: 6px;
    font-size: 12px;
    font-weight: bold;
}




}



@media screen and (max-width: 460px) {
 .slogan span {
    background-color: rgba(255, 255, 255, 0.335);
    background-color: rgba(0, 0, 0, 0.4);
    /* color: #00beee; */
    height: 140px;
    margin: 30px 0px;
    padding: 0.3px;
    color: white;
}

.fs120 {
    font-size: 14px;
}

.logo {
    margin-top: 6px;
    font-size: 16px;
    font-weight: bold;
}

.info .tel {
    margin-top: 6px;
    font-size: 12px;
    font-weight: bold;
}


.small_box2 img {
    max-width: 50% !important;
    height: auto;
}

.small_box2 img {
    /*float: left;*/
    margin-right: 0px;
}



 }
 