/*
* Theme Name: Mitakaen
* Theme URI: mitakaen.com
* Description:
*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    margin:0;
    padding:0;
}

body {
  font-size: 1.6rem;
  font-family: 'Futo Go B101','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;
  color: #25283D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin:0 auto;
  padding:0;
  max-width: 1080px;
  /*background: url('/images/bk02.png') repeat top center;*/
}


h1, h2, h3 {
    color: #C773A7;
    font-size: 100% ;
}

*, *::after, *::before {
  box-sizing: border-box;
}

a {
  color: #8F3985;
  text-decoration: none;
}

h1.naka-heading {
    background:url('/images/heading1.png') no-repeat top center;
    min-height:80px;
    padding-top:22px;
    font-size:150%;
    color:#fff;
    text-align:center;
    margin-bottom:20px;
}

h2.naka-h2 {
    color:#47be5f;
    text-align: left;
    margin-top: 650px;
}

/* ---------------------------
layout
---------------------------- */

@media only screen and (max-width: 768px) {
	#content {
		max-width:100%;
	}
}
@media only screen and (min-width: 768px) {
	#content {
		max-width: 1124px;
		margin: 0px auto;
	}
}

/* ---------------------------
navigation
---------------------------- */

.hamburger-menu {
    display: none;
  }
  @media only screen and (max-width: 768px) {
    .cd-primary-nav,
    .cd-secondary-nav {
        display: none;
    }
    .hamburger-menu {
        display: block;
    }
    .menu-btn {
        position: fixed;
        top: 20px;
        right: 15px;
        display: flex;
        height: 30px;
        width: 35px;
        justify-content: center;
        align-items: center;
        z-index: 90;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 6px;
        width: 45px;
        border-radius: 2px;
        background-color: #333;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 15px;
    }
    .menu-btn span:after {
        top: 15px;
    }
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 80;
        background-color: #fff;

    }
    .menu-content ul {
        padding: 70px 10px 0;
    }
    .menu-content ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }
    .menu-content ul li img {
        width: 190px;
    }
    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color:#333;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
    }
    .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }
    #menu-btn-check {
        display: none;
    }
    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 80;
        transition: all 0.5s;
        opacity: 0.95;
    }
    #menu-btn-check:checked ~ .menu-content {
        left: 0;
    }
  }


/* ---------------------------
header
---------------------------- */

header {
    /*max-width:1980px;*/
    max-width:1280px;
    margin: 0 auto;
    text-align:center;
}

.sp-logo {
    display: none;
}
@media only screen and (max-width: 768px) {
    .sp-logo{
        display: block;
    }
    .logo {
        display: none;
    }
}


/* ---------------------------
footer
---------------------------- */


.footer-caremanager {
    text-align:center;
    margin: 0 auto;
    width:  50%;
    height: 2em;
    background: #C773A7;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    border-radius: 5px;
    vertical-align: middle;
    text-shadow:1px 2px 2px rgba(0, 0, 0, 0.1);
    text-decoration:none;
    transition:opacity 0.45s;
    padding:10px 0 5px;
    clear: both;
}
.footer-caremanager a {
    color: #ffffff !important;
}

.footer-caremanager:hover {
    background-color: #EBCBDE;
    color: #ffffff;
    opacity: 0.9;
}

h3.foot-nav-head {
    margin: 50px 0 10px !important;
    border:none !important;
}

#relation-site {
    clear: both;
    margin: 50px auto;
    width:100%;
    text-align:center;
}
#relation-site li {
    float:left;
    width:33%;
}

#relation-site a:hover {
    opacity: .4;
}

#footer {
    max-width:1980px;
    background-color: #47be5f;
    width:100%;
    text-align:center;
    clear:both;
    padding: 0px 0 20px;
    margin-top: 0px;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#footer p {
    margin-top: 10px;
}

/* ---------------------------
   global navigation
---------------------------- */

.cd-secondary-nav {
    background: url('../images/gmenu-background.png') bottom left no-repeat !important;
    padding: 10px 0;
    min-height: 299px;
}

.cd-secondary-nav ul {
    margin-top: 26px;
}


.cd-secondary-nav ul li {
    background: url('../images/gmenu-underline.png') bottom left no-repeat;
    margin-left: 14px;
    margin-bottom:7px;
    padding-bottom: 4px;
    padding-left: 4px;
}

.cd-secondary-nav ul li a {
    font-family: "Futo Go B101" !important;
    font-size:16px;
    color: black;
    padding: 4px 0;
    font-weight: bold;
}
.cd-secondary-nav ul li a:hover {
    opacity: .4;
}


@media screen and (max-width: 768px) {
    #relation-site li {
        width: 33%;
    }
    #relation-site li img {
        width: 75%;
    }
    .one-column li img {
        width: 250px !important;
    }
}

@media screen and (max-width: 480px) { 
    #content {
        width: 100%;
	margin: 0;
	max-width:auto;
    }
    #relation-site {
        margin: 0;
    }
    #relation-site li {
        float:none;
        width: 100%;
    }
    #relation-site li img {
        width: 70%;
    }
    #footer {
        margin-top: 0;
    }
    .footer-caremanager {
        width: 80%;
    }
}


/* ---------------------------
home
---------------------------- */

.home div.slider div img {
    width: 100% !important;
}
.home #content {
    margin-top: 700px;
}

/*-----------height調整----------*/
.slick-slide{
    height:auto!important;
}

/*-----------矢印表示----------*/
.slick-next{
  right:-30px!important;
}
.slick-next:before{
  background: url(/images/arrow_r.png)!important;
  background-size: contain!important;
}
.slick-prev{
  left:-30px!important;
}
.slick-prev:before{
  background: url(/images/arrow_l.png)!important;
  background-size: contain!important;
}
.slick-arrow{
  z-index:2!important;
  width:60px!important;
  height:60px!important;
}
.slick-arrow:before{
  content:""!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
  opacity:1!important;
}

/*------------------------------*/

.home .top-visual {
    margin: 110px auto 0;
    width: 100%;

}
.home .top-visual-sp {
    display: none;
}
.home .top-visual-sp2 {
    display: none;
}
.home .top-visual img {
    width:100%;
}
.home h2.section-heading  {
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width:100%;
}

.home h2.section-heading {
   margin-top: 60px;
}g

.home h2.section-heading:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: inline-block;
  width: 80px;
  height: 5px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  /*background-color: #C773A7;*/
  border-radius: 2px;
}

.home .home-section01,
.home .home-section02,
.home .home-section03,
.home .home-section04,
.home-section02 {
    max-width:1280px;
    text-align:center;
    margin:20px auto;
}

.home-section02 a img {
	width: 18% !important;
}

.home-section01-hajimeni  {
    background: url('../images/hajimeni_background.png') no-repeat bottom right;
    padding-bottom:50px;

}

.home #top-headline3 h3 {
    /*background-color: #C773A7;*/
    color: #FFF;
    padding: 5px;
    width:70%;
    min-width: 375px;
    padding-left: 35px;
    line-height: 1.4;
    text-align:left;
    position: relative;
    font-family: "M+ 1c heavy" !important;
}

.home #top-headline3 p {
    margin-left: 45px;
    margin-bottom: 20px;
    /*border: 1px solid #ccc;*/
    padding: 35px 20px 15px;
    font-size:85%;
    line-height: 1.4;
    text-align:left;
    margin-top: -25px;
    font-weight: bold;
}

.home .col-md-6,
.page-template-news_list .col-md-6 {
    float:left;
    margin-bottom:8px;
    text-align:left;
    border-bottom:1px dashed #8F3985;
    clear:both;
    width:100%;
}

.home .col-md-6 ul,
.page-template-news_list .col-md-6 ul {
    float:left;
}
.home .col-md-6 li,
.page-template-news_list .col-md-6 li{
    list-style-type:none;
    padding:3px; 
    float:left;
    padding:3px;
    clear:both;
}

.home .col-md-6 a,
.home .entry-date,
.page-template-news_list .entry-date
.page-template-news_list .col-md-6 a {
    font-size:0.7em;
}

.home .col-md-6 a,
.page-template-news_list .col-md-6 a {
    padding-top: -3px;
}

.home .entry-date{
 width: 4.8em; display: block; float: left; clear:both; padding-top:7px;}

.page-template-news_list .entry-date{
 width: 6.8em; display: block; float: left; clear:both; padding-top:7px;}

.home ul.post-categories,.page-template-news_list ul.post-categories {padding: 0;}
.home ul.post-categories li { width:6em; margin-bottom:2px; font-size:0.75em;  background-color:#C972A8;text-align:center;padding-bottom:8px;}

.page-template-news_list ul.post-categories li { width:8em; margin-bottom:2px; font-size:0.75em;  background-color:#C972A8;text-align:center;padding-bottom:8px;}


.home ul.post-categories li a,.page-template-news_list ul.post-categories li a { color:#fff; height:10px;}

/*
background-color:#FFEFD3 !important;}
.home .bgcolor-1 ul.post-categories li,.page-template-news_list .bgcolor-1 ul.post-categories li { background-color:#FFFEE4 !important;}
.home .bgcolor-3 ul.post-categories li,.page-template-news_list .bgcolor-3 ul.post-categories li { background-color:#D0ECEA !important;}
.home .bgcolor-5 ul.post-categories li,.page-template-news_list .bgcolor-5 ul.post-categories li { background-color:#9FD6D2 !important;}
.home .bgcolor-2 ul.post-categories li,.page-template-news_list .bgcolor-2 ul.post-categories li { color:#eee !important;background-color:#eee;}
*/

.page-template-news_list #content .col-md-6 {
    font-size:0.7em;
    margin-right: 8px;
    margin-left: 8px;
}

.tw01 {
    float:left !important;
    width:70%;
}
.tw02 {
    float:right;
    width:25%;
}
.timeline-Header-title {
    display:none !important;
}
.timeline-Footer {
    display:none !important;
}

@media screen and (max-width: 860px) { 
    .home #top-headline3 h3 {
        min-width: auto;
	width:95%;
    }
    .home .col-md-6,
    .page-template-news_list .col-md-6 {
        padding: 0 15px;
    }

}

@media screen and (max-width: 480px) { 
    .home .top-visual {
        margin-top: 100px;
	display: none;
    }
    .home .top-visual-sp {
        display: block;
	/*margin-top: 100px;*/
	background-image: url(/wp-content/themes/n-grace/images/main-sp.png);
	height: 516px;
	width:auto;
	padding:50% auto;
	position: relative;
	background-position: right 30px;
    }
    .home .top-visual-sp span {
    	background-color: rgba( 199, 114, 167, 0.8 );
        color: #FFFFFF;
	/*display: block;*/
	position: absolute;
	/*center: 0;*/
        bottom: 0;
	width:100%;
	height: 2.8em;
	padding: 12px;
    }
   .home .top-visual-sp2 {
        display:block;
	font-size:0.6em;
	background-color:#EBCBDF;
	padding: 10px 12px;
	color: #FFF;
    }
    .home h1 {
        padding: 5px;
    }
    .home h2.section-heading {
        margin-top: 25px;
    }
    .home #top-headline3 h3 {
        min-width: auto;
	width:100%;
	padding-left: 10px;
    }
    .home a.topbloglink {
        display: block;
	clear: both;
    }
    .home .post-categories a {
        font-size:11px;
    }
    .home .col-md-12,
    .home .col-md-6,
    .page-template-news_list .col-md-6 {
        padding:0;
    }
    .home #section {
        padding-top: 20px;
    }
    .home .home-section02 img {
        width: 42%;
    }
    .home .home-section01,
    .home .home-section02,
    .home .home-section03,
    .home .home-section04 {
        max-width:auto;
        text-align:center;
	font-size: 0.8em;
    }
    .home .home-section03,
    .home .home-section04 {
            margin:10px 15px;
    }
    .home #top-headline3 {
        margin: 0 5px;
    }
    .home #top-headline3 p {
        margin-left: 0px;
        padding: 35px 10px 12px; 
    }
    .home ul.post-categories li { font-size: 0.7em;width:100%;}
    .home .col-md-6,
    .page-template-news_list .col-md-6 {
        margin-bottom:18px;
    }
    .home .col-md-6 .topbloglink,
    .page-template-news_list .col-md-6 .topbloglink {
        line-height: 1.3;
    }
    .page-template-news_list .col-md-6 {
        font-size: 0.6em !important;
    }
    .page-template-news_list .entry-date {
        width: 6.0em;
	padding-top: 2px;
    }
    .page-template-news_list .col-md-6 .topbloglink {
        display: block;
	padding-top:10px;
    }
    .home .tw01 {
        float: none;
        width:90% !important;
    }
    .home .tw02 {
        float: none;
        width:100% !important;
    }
}


/* --------
　固定ページ
 ---------*/
img.naka-visual {
    width: 1080px;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding:0;
    margin: 0 auto;
}

.about #content h2 {
    margin: 30px 50px;
}

.about #content p {
    margin: 0 50px;
    background: url('../images/hajimeni_background.png') no-repeat bottom right;
    padding-bottom:50px;
}





.page .entry {
    max-width:1280px;
    width:100%;
    margin: 0 auto;
    padding: 0 50px;
}

.aligncenter {
    text-align:center;
    margin: 0 auto;
    display:block;
}
/*見出し1*/
.page h1,
.single h1,
.archive h1 {
    font-size: 1.2em;
    border-bottom: 2px solid #C972A8;
    padding:140px 50px 15px;
    width:100%;
    color: #333333;
    max-width:1280px;
    margin: 0 auto 30px;
}

.page .entry img {
    max-width: 800px;
    margin: 0 auto;
    text-align:center;
}

/*メインイメージ*/

/*コンテンツ*/

/*見出し2*/
.page h2,
.single h2,
.archive h2 {
    font-size: 1.2em;
    background-color: #C972A8;
    padding:10px 20px;
    width:100%;
    color: #FFF;
    border-radius: 8px;
    margin: 20px 0;
}
/*見出し3*/
.page h3,
.single h3,
.archive h3 {
    font-size: 1.2em;
    border-left: 20px solid #C972A8;
    border-bottom: 2px solid #C972A8;
    padding:10px 15px;
    width:100%;
    color: #C972A8;
    margin: 20px 0;
}

/*段落*/
p {
    font-size: 0.7em;
    line-height: 1.8;
}



strong {font-weight: bold; line-height: 1.5}


/*リスト*/
.entry ul {
    margin: 20px 0 0 25px;
}
.entry ul li {
    font-size: 0.7em;
    list-style-type: square;
}


@media screen and (max-width: 480px) { 
    .page .entry {
        padding: 0px;
    }
    .page h1,
    .single h1,
    .archive h1 {
        padding: 115px 15px 15px;
    }
    img {
        width: 100%;
	height:100%;
    }
    .entry p {
        padding: 0 8px;
	line-height: 1.8;
	font-size: 0.7em;
    }
    .single .entry p {
	padding: 0;
    }

}

/* --------
　記事ページ
 ---------*/
.single .entry {
    margin-top: 20px;
}
 
.single .entry p {
    font-size: 0.9em;
}  

.single .exContainer,
.archive .exContainer{
	max-width: 1280px;
	margin: 0px auto;
	font-size: 0.7em;
	padding: 0 50px;
}

.single .exMain,
.archive .exMain {
	width:  100%;
	float:left;
	margin: 0px -300px 0px 0px;
}
.single .post,
.archive .post {
	margin-right: 320px;
}
 
.single .exSide ,
.archive .exSide {
	width: 300px;
	float:right;
	margin-left: -300px;
	position: relative;
}
.single .exSide .widget_recent_entries > ul,
.single .exSide .widget_categories > ul,
.archive .exSide .widget_recent_entries > ul,
.archive .exSide .widget_categories > ul {
    margin-left: 27px;
}
.single .exSide .widget_recent_entries li,
.single .exSide .widget_categories li,
.archive .exSide .widget_recent_entries li,
.archive .exSide .widget_categories li {
    margin-bottom:20px;
    border-bottom:1px dashed #8F3985;
    clear:both;
    width:100%;
    list-style: square;
    font-size:0.9em;
}

/*.single .post-cat {
	padding: 0 12px;
	font-size:0.75em;
	line-height: 1.5;
	background-color:#C972A8;
	text-align:center;
}
.signle .post-cat > a {color:#FFFFFF !important;}
*/



@media (max-width: 820px) {
    .single .sidebar {
        float: none;
        margin: 0px;
        width: auto;
     }
    .single .exContainer {
	padding: 0 10px;
    }
    .single .exMain {
  	width:  100%;
	margin: 0px;
	float:none;
    }
    .single .post {
	margin-right: 0px;
    }
    .single .exSide {
	width: auto;
	float:none;
	margin-left: 0px;
	position: none;
    }
}

@media (max-width: 480px) {
   .archive .sidebar {
        float: none;
         margin: 0px;
        width: auto;
    }
    .archive .exContainer{
	padding: 0 10px;
    }
    .archive .exMain {
  	width:  100%;
	margin: 0px;
	float:none;
    }
    .archive .post {
	margin-right: 0px;
    }
    .archive .exSide {
	width: auto;
	float:none;
	margin-left: 0px;
	position: none;
    }
}


/* --------
 アーカイブ、カテゴリ
---------- */

.archive .post li {
    margin-bottom:20px;
    border-bottom:1px dashed #8F3985;
    clear:both;
    width:100%;
}
.archive .post .entry-date {
    float:left;
    width:6.3em;
    height: 3em;
    display:block;
    clear:both;
}
.archive .post li {
    font-size: 0.9em;
}

/* --------
事業案内
---------- */
.service-section {
    width: 100%;
    margin: 30px 0;
    text-align: center;
}
.service-section p {
    display: inline;
}
.service-section img {
    width: 22%;
    padding-right:10px;
}

.service-section a:hover {
    opacity: .4;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*Table*/
table { border-spacing: 0; letter-spacing: 0.5px; margin: 0 0 20px; padding: 0; text-align: left; table-layout: fixed; width: 100%; }
table, table th, table td { font-size:0.8em;border: 5px solid #C972A8; padding: 5px 10px; }
table th { text-align: left; line-height: 1.9375; }
table td { line-height: 25px; }

/*団体概要*/
.tablelayout th {
 text-align: left;
 color: #333;
 width: 20%;
 background-color: #EBCBDF;
 font-weight: bold;
}

@media screen and (max-width: 480px) { 
    .tablelayout th, .tablelayout td { display:block; }
    .tablelayout th {
        border-bottom: none;
        padding: 10px 0px 4px 8px;
        width: 100%;
    }
    .page-id-25 h2 {
        margin-top: 30px;
        clear:both;
    }
    .service-section p {
        padding: 0;
    }
    .service-section img {
        width: 45%;
	padding: 0;
    }
}

/* --------
 問い合わせ　Contact Form 7カスタマイズ 
 ---------*/
 
 /*
.wpcf7-form {
   text-align:center;
   width:90%;
}

.recaptcha {
   text-align: center;
   margin: 0 auto;
   padding-left:6%;
   width:50%;
}

.respStyle th {
 text-align: left;
 color: #333;
 width: 30%;
}

.respStyle td {
 font-size: 13px;
}

.required-srt {
 font-size: 8pt;
 padding: 5px;
 background: #ff5b5b;
 color: #fff;
 border-radius: 3px;
 margin-right: 3px;
}

.wpcf7-submit {
    text-align:center;
    width: 21em;
    height: 4em;
    background: #ffa042;
    color: #fff;
    font-size: 20px;
}

@media screen and (max-width: 480px) { 
    .respStyle th, .respStyle td {
         display:block; 
    }

    .respStyle th {
	 border-bottom: none;
	 padding: 10px 0px 4px 8px;
	 width: 100%;
    }
    .wpcf7-form {
        width:100%;
    }

    .recaptcha {
        text-align: center;
        margin: 0 auto;
        padding-left:0;
        width:100%;
    }
    .wpcf7-submit {
        width: 100%;
    }
}
*/

/* Contact Form 7カスタマイズ */
/***** コンタクトフォーム *****/
.table-contactform7{
    overflow: hidden;
    table-layout: fixed;
}

.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 95% !important;
  margin: 5px 10px 10px 5px;
}

.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}

.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}

.g-recaptcha {
   text-align: center;
   margin: 15px auto;
   padding-left:6%;
   width:50%;
   display:block;
}

.wpcf7-submit {
    text-align:center;
    margin: 0 auto;
    width:  70%;
    background: #C773A7;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    border-radius: 5px;
    vertical-align: middle;
    text-shadow:1px 2px 2px rgba(0, 0, 0, 0.1);
    text-decoration:none;
    transition:opacity 0.45s;
    padding:10px 0 5px;
    clear: both;
    margin-bottom: 15px;
}

.wpcf7-submit:hover { 
    background-color: #EBCBDE;
    color: #ffffff;
    opacity: 0.9;
}

p.text-xs-center {
    text-align:center;
}

div.screen-reader-response,
div.wpcf7-validation-errors,
div.wpcf-3-response-output {
    display: none !important; 
}

.wpcf7-not-valid-tip {
    display:block;
    color: red;
    margin-left: 10px;
    margin-bottom: 5px;
}

.wpcf7-response-output {
    /*border:4px solid #C972A8;*?
    /*padding:5px 10px;*/
    margin: 30px 0;
    font-size: 80%;
    color: red;
    /*font-weight: bold;*/
}
 
@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
    vertical-align: top;
  }
    }
     
@media screen and (max-width: 900px){
  .table-contactform7{
      display:block;
  }     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
      display: block;
      width: 100%;
  }
  
  .table-contactform7 th{
    width:100%;
    display:block;
    margin: 0 auto;
    border:none;
  }

  .table-contactform7 td{
    display: list-item;
    list-style-type:none;
    margin:0;
    padding:0;
    width: 100%;
    /*border-top: none !important;*/
  }
  
}

@media screen and (max-width: 480px) { 
    .table-contactform7 {
        border: none;
    }
    .table-contactform7 tr { 
        margin-bottom: 10px;
    }
    .wpcf7-submit {
        width: 100%;
    }
    .g-recaptcha {
       width: 100%;
    }
}

/* ------------------
  スタッフ
------------------- */

table.staff th {
 text-align: left;
 color: #333;
 width: 20%;
 background-color: #eee;
}
table.staff td img {
    float:left;
    margin-right:10px !important;
}
table.staff th.onelist {
    width:25px;
    font-size:72%;
    font-weight:bold;
}
table.staff th.staffcat01 { 
    background-color: #f8d4ea;/*ピンク（介護福祉系）「介護福祉士」「社会福祉士」「ヘルパー2級」*/
}
table.staff th.staffcat02 { 
    background-color: #f7e9cd;/*オレンジ（片づけ系）「片づけヘルパー」「整理収納アドバイザー」*/
}
table.staff th.staffcat03 { 
    background-color: #cedcb8;/*きみどり（癒し系）「鍼灸マッサージ師」「アロマ」「操体」*/
}
table.staff th.staffcat04 { 
    background-color: #aae4ff;/*みず色（リハビリ系）「理学療法士」「作業療法士」「レクリエーション」など*/
}

/*.wpcf7-form-control-wrap {
    display:block;
}*/

@media screen and (max-width: 480px) { 
    .tablelayout th, .tablelayout td { display:block; }
    table.staff th.onelist,table.tablelayout th {
        width:100%;
    }
    .tablelayout th {
        border-bottom: none;
        padding: 10px 0px 4px 8px;
        width: 100%;
    }
    .tablelayout img {
        width: 25%;
	height: 100%;
    }
}


/*iframeレスポンシブ*/
.iframe-wrap iframe {
    width: 100%;
}
@media screen and (max-width: 480px) { 
    .gde-frame {
    position: relative;
    width: 100%;
/*    padding-top: 120%;*/
    margin-left: auto;
    margin-right: auto;
    }
}


/***  sns.php ***/
.fa-hatena:before {
  font-weight: bold;
  content: 'B!';
}

.sns-share {
  margin-top: 40px;
  margin-bottom: 40px;
}
 
.sns-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.sns-share ul:after {
  display: block;
  clear: both;
  content: '';
}
 
.sns-share li {
  float: left;
  width: 50%;
  margin: 0;
  margin-top: 15px;
  list-style: none !important;
}
 
.sns-share li a {
  font-size: 14px;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
 
.sns-share li a:hover {
  opacity: .8;
}
 
.sns-share li a:visited {
  color: #fff;
}
 
.tweet a {
  background-color: #55acee;
}
 
.facebook a {
  background-color: #315096;
}
 
.pocket a {
  background-color: #ee4056;
}
 
.hatena a {
  background-color: #008fde;
}

@media(max-width: 435px) {
  .sns-share li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
  }

  .sns-share li i {
    font-size: 1.3em;
    padding-top: 3px;
    list-style: none !important;
  }
 
}

nav.cd-secondary-nav li {
    text-decoration: none;
}
nav.cd-secondary-nav ul {
    list-style-type: none;
}
nav img:hover {
	opacity: 0.5 ;
}


/*nav.cd-secondary-nav li.manu01 {
    background-image: url('../images/menu01.jpg') no-repeat;
    text-indent: -9999px;
}
nav.cd-secondary-nav li.manu02 {
    background-image: url('../images/menu02.jpg') no-repeat;
}
nav.cd-secondary-nav li.manu03 {
    background-image: url('../images/menu03.jpg') no-repeat;
}
nav.cd-secondary-nav li.manu04 {
    background-image: url('../images/menu04.jpg') no-repeat;
}
nav.cd-secondary-nav li.manu05 {
    background-image: url('../images/menu05.jpg') no-repeat;
}
nav.cd-secondary-nav li.manu06 {
    background-image: url('../images/menu06.jpg') no-repeat;
}*/
