@media screen and (max-width:500px){
/* ==========================================================================
   500以下 レスポンシブ
   ========================================================================== */

/* ===================================================
   全体的
   =================================================== */

.pc { display: none !important; }
.sp { display: block !important; }

.entry-content p{
  font-size: 14px;
}

#content{
  width: 95%;
  margin: auto;
}
.page-template-page-full .wrap {
    width: 100%;
    margin: auto;
}
.page-template-page-full #content{
  width: 100%;
}
.page-template-page-full #main{
  width: 100%;
}
#main {
    width: 100%;
    float: none;
}
#breadcrumb{
  width: 100%;
}
#sidebar1 {
   width: 100%;
   float: none;
   margin: 0px auto;
}
.entry-content p, .home p {
    line-height: 1.5;
    font-size: 14px;
}
#main .article{
  margin-bottom: 0px!important;
}
#main .article .entry-content {
    padding: 0;
    font-size: 13px;
}
body.single #main {
    width: 100%;
}

/* youtube、GoogleMapなどのiframe */
iframe{
  width: 100%;
  height: 250px;
}

/* ===================================================
   下層　投稿など　2カラム
   =================================================== */
.wrap{
  width: 100%;
}
#content{
  width: 100%;
  padding: 3%;
  margin-top: 0px;
}
figure.eyecatch{
  margin-bottom: 3%;
}

/* サイドバー */
#inner-content #sidebar1 {
    width: 100%;
    float: none;
    font-size: 14px;
}

/* ===================================================
   見出し
   =================================================== */
/* h2 */
.entry-content h2 {
    padding: 0.65em 0.2em;
    margin: 1.0em 0 0.7em;
}

/* h3 */
.entry-content h3, .home h3 {
    font-size: 17px;
}

/* ===================================================
   ヘッダー
   =================================================== */
/* 非表示 */
#inner-header{
  display: none;
}

/* メインイメージ */

/* ナビゲーション */
.mean-container .mean-bar {
  width: auto;
  position: relative;
  padding: 0;
  min-height: 55px;
}
.mean-container a.meanmenu-reveal {
  width: 24px;
  height: 24px;
  padding: 15px 15px 15px 15px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  background-position: center;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  background: #ed6b6b;
  z-index: 9999
}
/* リンク */
.header_link_box_sp{
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
/* 左 */
.header_link_logo_sp{
    float: left;
    width: 170px;
}
.header_link_logo_sp a img{
  width: 160px;
}
.header_link_logo_sp a {
    display: table-cell;
    height: 54px;
    vertical-align: middle;
    padding: 0 5px;
}
/* 右 */
.header_link{
    width: 70px;
    height: 54px;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: #fff;
    margin: 0px 14.5% 0px 0px;
}
.header_link .h_l_menu01{
    display: table-cell;
    border-left: 1px solid #ebebeb;
    width: 25%;
}
.header_link li a{
    display: block;
    height: 54px;
}
.header_link li{
    border-left: 1px solid #ebebeb;
    width:auto;
}
/*電話*/
.header_link .h_l_menu01 a{
    background: url(img/icon_link_header_1.png) no-repeat;
    background-size: auto 40px;
    background-position: 50% 50%;
}
/* メール */
.header_link .h_l_menu02 a{
    background: url(img/icon_link_header_2.png) no-repeat;
    background-size: auto 40px;
    background-position: 50% 50%;
}
/* LINE */
.header_link .h_l_menu03 a{
    background: url(img/icon_link_header_3.png) no-repeat;
    background-size: auto 40px;
    background-position: 50% 50%;
}

/* =========
ヘッダー　ナビゲーション ボタン
============ */
.nav > li{
  float: none;
  height: auto;
  padding: 0px;
  text-align: left;
  border:0px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #d65757;
  margin-top: 52px;
  position: fixed;
  z-index: 100;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  border-left: 0px;
}
.mean-container .mean-nav ul li span{
  display:none;
}

.mean-container .mean-nav ul li a {
  display: block;
  color: #fff !important;
  float: left;
  width: 90%;
  padding: 10px 25px;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255,255,255,0.5);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
background-image: url("img/h_link_icon.png");
background-repeat: no-repeat;
background-size: 9px;
background-position: center left 8px;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255,255,255,0.25);
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  opacity: 0.75;
  text-shadow: none !important;
  visibility: visible;
}

/* ===================================================
   フッター
   =================================================== */
.footer #inner-footer {
    width: 100%;
    margin: 20px auto 7px;
    padding: 2%;
}

/* フッターナビゲーション */
#inner-footer h2.sp{
  text-align: center;
  background: #fb9d8d;
  border-radius: 5px 5px 0px 0px;
  font-size: 15px;
  color: #fff;
  padding: 2% 0px;
}
.footer_l{
  float: none;
  overflow: hidden;
  margin-bottom: 17px;
}
.footer_l ul {
    float: none;
    margin: 0px;
    width: 100%;
}
.footer_l ul:first-child{
  margin-right: 0px;
}
.footer_l ul li{
  border-bottom: 1px solid #ffe7e3;
  background-position: right 4% center;
  padding: 3% 5%;
}
.footer_l ul li a{
  padding: 0px;
  display: block;
}

/* コピーライト */
.copyright{
  padding: 1em 0 22%;
}

/* フォッターロゴなど */
.footer_r{
  float: none;
  width: 97%;
  margin:auto;
}

/* フッターポップ */
.f_pop{
position: fixed;
bottom: 0px;
}
.f_pop p{
  margin-bottom: 0px;
}
.f_pop.sp ul {
  display: flex;
  background: #fd6c6c;
  margin: 0;
}
.f_pop.sp ul li{
  border-right:solid 1px #fff;
}
.f_pop.sp ul li:nth-child(3){
  border-right:none;
}
#page-top {
  bottom: 15% !important;
}

/* ===================================================
   HOME
   =================================================== */
.main_box{
  background-image: none;
}
.top_box{
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body.home .hwrap {
  width: 97%;
  margin: auto;
  overflow: hidden;
}
.top_box .top_left {
    width: 100%;
    float: none;
}
.top_box .top_right {
    float: none;
    width: 100%;
}

.top_flow{
  margin-bottom: 5%;
}

/* 施設紹介 */
.top_facility{
  width: 100%;
  padding: 10px
}
.top_facility .t_f_left {
    float: none;
    width: 100%;
}
.top_facility .t_f_right {
    float: none;
    width: 100%;
    margin-top: 13px;
}
.top_facility_details{
  width: 100%;
  margin: 20px auto 0px;
  padding: 3% 3% 3% 13%;
  background-position: left 5% center;
}

.top_facility_details a {
    font-size: 17px;
}

/* new スタッフブログ */
.new_box{
  width: 100%;
  margin: 10% auto 3%;
}
.news {
    float: none;
    width: 100%;
    padding: 0px 0px 10px;
    margin-bottom: 15px;
    border-right: 0px;
    border-bottom: dotted 3px #ffe8a2;
}
.news:last-child{
  border-bottom: 0px;
  margin-bottom: 0px;
}
.news span.btn {
  top: 0px;
  right: 0px;
  position: relative;
}

/* まはろが目指す介護 */
.top_flow_in {
    height: 100%;
    padding: 3%;
    background-size: 100%;
    background-position: bottom;
}
.top_flow p {
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    margin: 0px 0px 40px;
}
.top_flow p br{
  display: none;
}

/* メッセージ */
.message{
  background-image: none;
  margin-top: 30px;
  padding: 30px 0px;
}
.message_in {
    width: 97%;
    margin: auto;
    padding-right: 0px;
}
.message_in p{
  font-size: 12px;
}

/* TOPバナー */
div.top_bnr{
  width: 97%;
  margin: 0px auto 7%;
}

/* ===================================================
   下層　ご利用の流れ
   =================================================== */
/* 1 */
.flow_box .flow_1 .left {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
}
.flow_box .flow_1 .center {
    float: left;
    width: 37%;
    margin-right: 0px;
}
.flow_box .flow_1 .right {
    float: right;
    width: 60%;
    margin-top: 0px;
}
/* 2 */
.flow_box .flow_2 .left{
  display: none;
}
.flow_box .flow_2 .center {
    float: left;
    width: 33%;
    margin-right: 0px;
    padding-top: 0px;
}
.flow_box .flow_2 .right {
    float: right;
    width: 60%;
    margin-top: 0px;
}
/* 3 */
.flow_box .flow_3 {
    margin-top: 20px;
}
.flow_box .flow_3 .left {
    width: 100%;
    margin: 0px;
}
.flow_box .flow_3 .right {
    float: left;
    width: 100%;
}
/* 4 */
.flow_box .flow_4 {
    margin-top: 20px;
}
.flow_box .flow_4 .left {
    width: 100%;
    margin: 0px;
}
.flow_box .flow_4 .right {
    width: 100%;
}
/* 5 */
.flow_box .flow_5{
  margin-top: 20px;
  overflow: hidden;
}
.flow_box .flow_5 .left {
    float: left;
    width: 42%;
    margin-right: 0px;
}
.flow_box .flow_5 .left_txt {
    float: right;
    width: 55%;
    margin-right: 0px;
    margin-top: 0px;
}
.flow_box .flow_5 .right {
    float: left;
    width: 42%;
    margin-right: 0px;
    margin-top: 25px;
}
.flow_box .flow_5 .right_txt {
    float: right;
    width: 55%;
    margin-top: 25px;
}

/* ===================================================
   下層　施設紹介
   =================================================== */
.facility_box {
    margin-bottom: 0px;
}
.entry-content .facility_box p{
  font-size: 13px;
}
/* 1 */
.facility_box .facility_1{
  margin-bottom: 25px;
}
.facility_box .facility_1 .left {
    float: left;
    width: 43%;
    margin-right: 0px;
    margin-top: 0px;
}
.facility_box .facility_1 .right {
    float: right;
    width: 53%;
    margin-top: 40px;
}
/* 2 */
.facility_box .facility_2{
  margin-bottom: 0px;
}
.facility_box .facility_2 .left {
    float: left;
    width: 45%;
    margin-right: 0px;
}
.facility_box .facility_2 .right {
    float: right;
    width: 50%;
    margin-top: 17px;
}
/* 3 */
.facility_box .facility_3 .left {
    float: left;
    width: 49%;
    margin-right: 0px;
    margin-top: 20px;
    margin-left: 0px;
}
.facility_box .facility_3 .right {
    float: right;
    width: 47%;
}
/* 4 */
.facility_box .facility_4 .left {
    float: left;
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
}
.facility_box .facility_4 .right {
    float: right;
    width: 47%;
    margin-top: 13px;
}
/* 5 */
.facility_box .facility_5 .center {
  width: 50%;
  margin:auto;
}

/* ===================================================
   下層　スタッフ紹介
   =================================================== */
/* 院長 */
.inchou .left {
    float: left;
    width: 43%;
    margin-right: 5%;
}
.inchou .right {
    float: none;
    width: auto;
}

/* スタッフ */
.entry-content ul.staff li {
    margin: 0px auto 8%;
    padding: 0px;
    width: 100%;
    text-align: center;
}
.entry-content ul.staff li p.txt1 {
    margin: 2% 0px;
}
.entry-content ul.staff li p.txt2 {
    text-align: center;
    width: 90%;
    margin: auto;
}

/* ===================================================
   下層　お問い合わせ
   =================================================== */
#contact_form th{
  width: 30%;
  font-size: 13px;
}
#contact_form th span{
  display: inherit;
}
#contact_form td{
  width: 70%;
  font-size: 13px;
}

/* ===================================================
   下層 介護申請手続き
   =================================================== */
div.shinsei_box{
  width: auto;
}
.entry-content div.shinsei_box div.txt_box{
  text-align: left;
  padding: 13px 13px;
}
.entry-content div.shinsei_box div.txt_box p{
  font-size: 16px;
}
#casepage_contente #main .top-post-list .post-list{
  height:auto;
  margin-bottom: 15px;
}
#casepage_contente #main .top-post-list .post-list .eyecatch{
  width: 40%;
}
#casepage_contente #main .top-post-list .post-title{
    font-size: 18px;
    letter-spacing: 0.5px;
}
#casepage_contente #main .top-post-list .entry-meta {
  font-size: 0.75em;
  margin-bottom: 0;
}
#casepage_contente #main .top-post-list .post-list .entry-content{
  padding: 0 0 0 42%;
}
#casepage_contente main#main .top-post-list .post-list .entry-content a{
  right: 8px;
  padding: 5px 15px;
  bottom: 10px;
}

/* 選ばれる理由ページ エリア */
.feature {
  width: 100%;
  height: auto;
  margin-bottom: -6.510416666%;
  padding: 0;
}

.feature img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.feature .inner {
  width: 100%;
  height: auto;
  margin-bottom: 6.510416666%;
  padding-bottom: 3.90625%;
  /* border-bottom: 2px dotted #769f42; */
  display: table;
}

.feature .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.feature .inner ul li:first-child {
  width: 93.75%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  float: none;
}

.feature .inner ul li:first-child img {
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0;
}

.feature .inner ul li {
  width: 67.70833333%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  float: none;
}

.feature .inner ul li img {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
}

.feature .inner ul li:last-child {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
  float: none;
}

.feature .inner ul li:last-child p {
  font-size: 16px;
  line-height: 1.5em;
  color: #444444;
}

.feature .inner ul li p span {
  color: #e4789b;
}

/* 500以下レスポンシブ終了 */
}
/* 500以下レスポンシブ終了 */