﻿@charset "UTF-8";
body{
  margin: 0;
  font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
  line-height: 1.7;
  font-size: 24px;
  color: #333;

}
.new_title{
	margin-bottom:15px !important;
}

	.information .colorbox li{
		margin-bottom:20px;
	}
/* 左右の余白 */
header, {
  padding: 0px 10px;
}
.content {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

footer .content{
  max-width: 980px;
  padding-left: 0px;
  padding-right: 0px;
}
.footer-title ul, .footer-content ul{
  list-style: none !important;
}
/*  ブロック上下の余白 */
.block {
  margin-top: 50px;
  margin-bottom: 100px;
}

/* リンクボタン */
.btn {
display: block;
    text-align: center;
    padding: 12px 0;
    max-width: 320px;
    text-decoration: none;
    color: #FFF;
    border: solid 5px;
    border-radius: 10px;
    font-weight: bold;
    transition: 0.1s;
    margin-left: auto;
    margin-right: auto;
}

.btn:hover {
	opacity: 0.8 ;
}
.btn:active {
  border-width: 6px 5px 4px 5px;
}
.blue {
  background: #097ce5;
  border-color: #3493ea #043e72 #043e72 #3493ea;
}
.blue:active {
  border-color: #043e72 #3493ea #3493ea #043e72;
}
.pink {
  background: #eb6877;
  border-color: #ef838f #77343b #77343b #ef838f;
}
.pink:active {
  border-color: #77343b #ef838f #ef838f #77343b;
}

/* 文字設定共通 */
h1 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.news-content h1,.contact-tontent h1 {
  padding-top: 50px;
}

.marker {
  background: linear-gradient(transparent 60%, #ffbec5 0%);
}

h2 {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 40px;
}

h3 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

p {
  color: #333333;
  margin: 0;
  padding: 0;
}

a {
  color: #333;
}

a:hover {
  opacity: 0.6;
}

ol {
  list-style-type: decimal;
  margin-left: 30px;
}

.indent {
    text-indent : -1em;
    padding-left : 1em;
}

.bold {
  font-weight: bold;
}

/* 改行 */
.wbr span {
  display: inline-block;
  white-space: nowrap;
}

/* 飾り文字 */
.deco-text {
  max-width: 300px;
}

.deco-text svg {
  display: inline-block;
  width: 250px;
  height: auto;
  overflow: visible;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  padding-top: 20px;
  padding-bottom: 20px;
}
.foreground {
  font-weight: bold;
  fill: #fff;
}
.background-pink {
  font-weight: bold;
  stroke: #ec4457;
  stroke-width: 5;
  stroke-linejoin: round;
}
.background-blue {
  font-weight: bold;
  stroke: #097ce5;
  stroke-width: 5;
  stroke-linejoin: round;
}

/* ピンクのバー */
.pinkbar {
  color: #fff;
  font-weight: bold;
  background-color: #eb6877;
  text-align: center;
}

.colorbox {
  background-color: #fffde5;
  padding: 50px 40px;
  border-radius: 40px;
  margin: 60px 0;
}

/* 縮める画像 */
.flex {
  max-width: 100%;
  height: auto;
}

/* ヘッダー */

header {
  background-color: #e2eef4 ;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 110px;
}

@media screen and (max-width: 768px) {
.icon-hamburger {
  display: inline-block;
}
}

.menu-ul a:hover {
  color: #eb6877;
}

.pan a {
  font-size: 18px;
}

/* サブメニューsubmenu */
.submenu {
  margin: 1px 10px;
}

.submenu li {
  float: left;
  margin: 5px 1%;
  width: 47%;
  box-sizing: border-box;
}
.submenu:after {
  content: "";
  clear: both;
  display: block;
}

.submenu .btn {
  font-size: 15px;
  padding: 10px 0;
  height: 50px;
}

.submenu li {
  position: relative;
}
.submenu p {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translatex(-50%);
  width: 90%;
}

/* 施設のご案内information */
.info_top {
  text-align: center;
}

.info_top img {
  width: 100%;
  max-width: 830px;
  height: auto;
}

/*
.info-img img {
  display: inline-block;
  width: 30%;
}

.info-img img + img {
  padding-left: 3%;
}
*/

.information ul {
  position: relative;
  margin-left: 1em;
  list-style: none !important;
}

.circle li {
  line-height: 1.1;
  padding: 0.5em 0;
  line-height: 1.8em;
  list-style: none !important;
}
.circle li:before{
  display:inline-block;
  /*以下丸つくる*/
  content:'';
  width: 0.9em;
  height: 0.9em;
  background: #000;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 0.4em;
  position: absolute;
  left : -1.2em;/*左端からのアイコンまでの距離*/
}


.info-img-box {
  float: left;
  width: 30%;
}

.info-img-box + .info-img-box {
  margin-left: 4%;
}

.info-img:after {
  content: "";
  display: block;
  clear: both;
}


/* めぐみ荘の諸施設facility */
.facility tr {
  display: block;
  margin-bottom: 20px;
}
.facility th {
  width: 100px;
  font-weight: bold;
  padding-right: 40px;
  padding-top: 0;
  vertical-align: top;
}

.life-img-box {
  float: left;
  width: 30%;
  text-align: center;
  font-weight: bold;
}

.life-img-box + .life-img-box {
  margin-left: 4%;
}

.life-img:after {
  content: "";
  display: block;
  clear: both;
}

/* めぐみ荘での生活life */
.life table {
  margin: 50px 0;
}
.dotted tr {
  display: block;
  padding: 20px 0px;
}

.dotted tr + tr {
  border-top: dotted;
}

.dotted th {
  width: 180px;
  font-weight: bold;
  padding-right: 40px;
  padding-top: 0;
  vertical-align: top;
}


.comment {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}

/* 案内地図・周辺情報access */
.ggmap {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.ggmap iframe,.ggmap object,.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access table {
  margin: 50px 0;
}
/* 理事長よりのメッセージmessage */


/* 定款about-link */
.about-link table {
  display: block;
  table-layout: fixed;
}
.about-link tr {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.about-link td {
  display: inline-block;
  width: 45%;
}
.about-link a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
}

/* 料金charge */
.colorbox table th {
  width: 170px;
  vertical-align: top;
  text-align: left;
}



.colorbox table {
  margin-bottom: 40px;
}

.fee2 h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.fee2 table {
  border-collapse: collapse;
  border: solid 2px black;
  width: 100%;
  margin-bottom: 50px;
}
.fee2 table th,.fee2 table td{
  border: dashed 1px black;
  padding: 5px;
}

.right {
  text-align: right;
}
/* 入荘の流れflow */
.flow-box {
  background-color: #e2eef4;
  border: solid #e2eef4;
  border-radius: 40px;
  padding: 30px 30px 30px 0;
  position: relative;
}

.flow-title {
  float: left;
  font-size: 1.1em;
  font-weight: bold;
  display: table;
  width: 200px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow-text {
  float: none;
  vertical-align: middle;
  width: auto;
  margin-left: 200px;
  padding-left: 30px;
  border-left: solid #fff;
}

.flow-box:after {
  content: "";
  display: block;
  clear: both;
}

.flow img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

/* contact */
.contact {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}
.contact_sp{
	display:none;
}
.contact .pink{
	background: #097ce5 !important;
	border-color: #3493ea #043e72 #043e72 #3493ea !important;
}
.contact p{
  font-size: 24px;
}

.contact-text {
  margin-bottom: 50px;
}

.contact-title {
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 10px;
  margin: 0;
}

.phone-number {
  font-weight: bold;
  font-size: 60px;
  margin: 0;
}

.contact .btn {
  margin-top: 40px;
}

.flow-bottom {
  margin-top: 120px;
  margin-bottom: 140px;
}

.wpcf7-not-valid-tip{
  font-size: 14px !important;
}
.table-contactform7-wrap .title-right{
	display: flex;
    align-items: center;
}
.table-contactform7-wrap .title-right span{
	    width:30%;
    margin-right: 13px;
}
span.wpcf7-list-item{
	margin:0;
	margin-right:1em;
}
/* news */
.news-article {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: dotted 5px;
}
#news-single{
  border-bottom: none;
  padding: 50px 0 !important;
}

.time-tag {
  vertical-align: middle;
  font-weight: bold;
}
.news-tag {
  color: #fff;
  font-size: 0.7em;
  background-color: #eb6877;
  border-radius: 20px;
  padding: 5px 15px 5px 15px;
  margin-left: 15px;
  vertical-align: middle;
}

.news-article h2 {
  border-bottom: dotted 3px;
  text-align: left;
  padding-top: 10px;
  word-wrap: break-word;
}

.news-article p {
  margin-bottom: 10px;
}

.article-img {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.article-img img{
  width: 300px;
}
.article-img .item-img{
  width: 48%;
  margin-bottom: 10px;
}
.article-img .item-img:nth-child(2n){
  margin-left: 4%;
}
.article-img .item-img img{
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}
.pagination{
    display: inline-block;
    width: 100%;
    margin-bottom: 200px;
}
.pagination .page-numbers{
  display: none;

}

.pagination .prev{
    display: block;
  text-align: left;
  margin-top: 30px;
  text-decoration: none;
  font-weight: bold;
  color: #097ce5;
  float: left;
}
.pagination .next {
  display: block;
  text-align: right;
  margin-top: 30px;

  text-decoration: none;
  font-weight: bold;
  color: #097ce5;
  float: right;
}

/* お問い合わせ*/
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
}

.cp_table th, .cp_table  td {
	padding-top: 30px;
}
.cp_table th {
	width: 240px;
	text-align: left;
  vertical-align: top;
}

.attention {
  font-size: 0.8em;
}

.red {
  color: red;
}

form {
  background-color: #fffef7;
  margin-top: 40px;
  margin-bottom: 200px;
  padding: 20px 40px 70px 40px;
}

textarea {
  min-height: 150px;
  width: auto;
}

.con-input {
  height: 50px;
  padding-left: 10px;
  width: 100%;
}

.con-textarea {
  padding: 10px;
  height: 180px;
}

input,textarea {
  border: solid 2px #bfbfbf;
  border-radius: 5px;
}

.max {
  width: 100%;
}

.con-input::-webkit-input-placeholder,.con-textarea::-webkit-input-placeholder {
	color: #a0a0a0;
}
.con-input::-moz-placeholder,.con-textarea::-webkit-input-placeholder {
	color: #a0a0a0;
}
.con-input:-ms-input-placeholder,.con-textarea::-webkit-input-placeholder {
	color: #a0a0a0;
}

form .btn {
  width: 100%;
  margin-top: 30px;
  cursor: pointer;
}

.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border: 2px solid #999;
  border-radius: 50%;
}
.radio-314 .wpcf7-list-item, .radio-107 .wpcf7-list-item{
  position: relative;
}
.radio-314 .wpcf7-list-item-label, .radio-107 .wpcf7-list-item-label{
  margin-left: 37px;
}
.radio-314 .wpcf7-list-item-label::before, .radio-107 .wpcf7-list-item-label::before{
 content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 28px;
  height: 28px;
  border: 2px solid #000;
  border-radius: 50%;
}
.radio-314 input, .radio-107 input {
    position: absolute;
     /*pacity: 0; */
    cursor: pointer;
    height: 28px;
    width: 28px;
    left: 0;
    z-index: 11;
    top: 5px;
}
.radio-314 input:checked{
  border: 1px solid #000 !important;
}
.radio-314 input:checked::after, .radio-107 input:checked::after{
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
}
.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
}

.wpcf7c-conf{
      background-color: #e8f0fe;
    color: black;
    border: none;
    outline: none;
}
.page_thanks p{
  margin-bottom: 40px;
}
.page_thanks .content_btn{
  margin: 50px 0 100px 0;
}

/* お問い合わせ確認*/
.confirm tr + tr {
  border-top: solid #e2eef4;
}

/* お問い合わせ完了*/
.complete-content {
  margin-bottom: 30px;
}

/* フッターfooter */
footer {
  padding-top: 70px;
  padding-bottom: 20px;
  background-color: #e2eef4;
}
footer .pinkbar {
  background-color: #e7a0a8;
  margin-bottom: 10px;
}

footer a {
  font-size: 18px;
}

.footer-title img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

footer ul {
  margin-top: 20px;
}

.footer-tel {
  float: left;
  display: block;
  font-weight: bold;
  width: 55%;
}

.footer-tel p {
  font-size: 3.1vw;
}

.footer-tel img {
  width: 2.4vw;
}

.footer-mail {
  float: right;
  display: block;
  width: 45%;
}

.footer-menu li {
  float: left;
  width: 31%;
  list-style: none;
}

.footer-menu li + li {
  margin-left: 3%;
}

.footer-contact:after {
  content: "";
  clear: both;
  display: block;
}

.copy {
  text-align: center;
  font-size: 0.6em;
  margin-top: 30px;
}


/* ########## 1280px以上 ########## */
@media screen and (min-width:1280px) {
/* 電話番号最小値 */
.footer-tel p {
  font-size: 38px;
}

.footer-tel img {
  width: 32px;
}
}


/* ########## 1040px以下 ########## */
@media screen and (max-width:1040px) {
/* 囲み文字縮小 */


}

/* ########## 751px以上 ########## */
@media screen and (min-width:751px) {
/* PC版のみ表示 */
.sp,.none {
  display: none;
}
h1 {
  text-align: left;
}

/* PCヘッダー */
.header-content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.header-1 {
  padding: 20px;
}

.title {
  width: 60%;
  float: left;
}

.title img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  display: none;
}

.header-contact {
  float: right;
}

.header-1 {
  content: "";
  clear: both;
  display: block;
}

.pinkbar {
  font-size: 18px;
  line-height: 30px;
}

.header-contact p {
  font-weight: bold;
}

.menu-ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 20px;
}

.menu-ul li a {
  color: #333333;
  text-decoration: none;
}

.menu-ul li {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

.menu-ul li + li {
  border-left: 1px solid #333333;
}

/* PC導入 */
.introduction {
  position: relative;
  display: block;
  padding-bottom: 350px;
}

/* PCコンタクト */
.info-box img {
  float: left;
  width: 45%;
  margin-top: 5px;
}
.info {
  float: right;
  width: 50%;
  display: block;
  box-sizing: border-box;
}

.info-box:after {
  content: "";
  clear: both;
  display: block;
}

/* PCニュース記事 */


/* PCお問い合わせ */
.form-title {
  float: left;
  width: 220px;
}

.form-input {
  float: none;
  width: auto;
  margin-left: 220px;
}

.form-content {
  content: "";
  display: block;
  clear: both;
}


/* PCフッター */
.footer-title {
  float: left;
  width: 30%;
  max-width: 260px;
  font-size: 18px;
  font-weight: bold;
}

.footer-content {
  float: right;
  max-width: 640px;
  width: 65%;
}

footer .content:after {
  content: "";
  clear: both;
  display: block;
}

footer .btn {
  padding: 7px;
  margin-right: 0;
  width: 100%;
  max-width: 250px;
  box-sizing: border-box;
	font-size:15px;
}
}
@media screen and (max-width: 1040px){
footer .content {
    margin-left: 40px;
    margin-right: 40px;
}
}
@media only screen and (max-width: 925px) and (min-width: 887px){
	footer .btn{
		font-size:14px !important;
	}
}
@media only screen and (max-width: 886px) and (min-width: 851px){
	footer .btn{
		font-size:13px !important;
	}
}
@media only screen and (max-width: 850px) and (min-width: 811px){
	footer .btn{
		font-size:13px !important;
	}
}

@media only screen and (max-width: 810px) and (min-width: 768px){
	footer .btn{
		font-size:12px !important;
	}
}
@media only screen and (max-width: 767px) and (min-width: 751px){
	footer .btn{
		font-size:11px !important;
	}
}
/* ########## 751px以下 ########## */
@media screen and (max-width:750px) {
/* SP基本設定 */
body {
  font-size: 20px;
}

h1 {
  margin-bottom: 40px;
  font-size: 1.2em;
}

h2 {
  font-size: 1.1em;
}


.pc {
  display: none;
}

.btn {
  font-size: 18px;
}

/* SPヘッダー */
.header-content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.header-1 {
  padding: 20px;
}

.header-1:after {
  content: "";
  display: block;
  clear: both;
}

.title {
  float: left;
  margin-right: 90px;
  display: flex;
  padding-top: 5px;
}

.title img,.title picture {
  width: auto;
  max-width: 100%;
  max-height: 60px;
}

#menu {
  display: none;
}

.header-contact {
  display: none;
}

.menu-ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .block{
    margin-bottom: 0;
  }

/* トグルボタン */
#menubtn	{
  position: fixed;
  z-index: 999;
  top: 20px;
  right: 20px;
  background: #097ce5;
  text-align: center;
  padding: 7px 0 0 0;
  border: solid 5px;
  border-radius: 10px;
  border-color: #3493ea #043e72 #043e72 #3493ea;
  font-weight: bold;
  transition: 0.1s ;
  width: 70px;
  height: 70px;
	cursor: pointer}

#menubtn:active {
  border-color: #043e72 #3493ea #3493ea #043e72;
}

#menubtn:focus	{
  outline: none
}

#menubtn span	{display: inline-block;
	text-indent: -9999px}

button img {
  width: 60%;
}

/* ナビゲーションメニュー（縦並び） */
#menu {
  position: fixed;
  top: 0px;
  background-color: rgba(255,255,255,0.9);
  padding-top: 80px;
  z-index: 998;
}

.menu-ul li a {
  color: #333333;
  text-decoration: none;
}

.menu-ul li {
  font-weight: bold;
  padding: 20px;
}

.menu-ul li {
  border-bottom: 1px solid #c4c6ca;
}

.top-text-left {
  max-width: 40%;
  position: absolute;
  top: 40%;
  left: 7%;
  -ms-transform: translate(10%,-50%);
  -webkit-transform: translate(10%,-50%);
  transform: translate(10%,-50%);
  margin:0;
  padding:0;
}

.menu-contact {
  margin: 10px 10px 20px 10px;
  display: flex;
	display: -webkit-flex;
}

.menu-contact a {
  box-sizing: border-box;
  height: 100%;
}

.menu-contact-box {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.menu-contact-box a + a {
  margin-left: 0px;
  margin-right: 10px;
}

.menu-contact:after {
  content: "";
  display: block;
  clear: both;
}

.top-text-left img {
  max-width: 100%;
}

.colorbox {
  padding: 40px 10px;
}
.colorbox ol{
  list-style: none !important;
}
.info-img-box {
  float: left;
  width: 48%;
}

.info-img-box + .info-img-box {
  margin-left: 3%;
}


/*めぐみ荘のでの生活*/

.box1 {
  width: 100%;
  padding-bottom: 30px;
}

.box2 {
  float: left;
  width: 48%;
}

.life-img-box + .life-img-box {
  margin-left: 0%;
}

.box2 + .box2 {
  margin-left: 4%;
}

.life-img:after {
  content: "";
  display: block;
  clear: both;
}




/*SP案内地図・周辺情報access*/
.ggmap {
  position: relative;
  padding-bottom: 120%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.ggmap iframe,.ggmap object,.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */


/*SP利用料金*/
.colorbox table th {
  width: 140px;
}

/*SP入荘の流れ*/
.flow-box {
  border-radius: 40px;
  padding: 30px 20px;
}

.flow-title {
  float: none;
  width: 100%;
  position: static;
  top: 0%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  padding-bottom: 3px;
}

.flow-text {
  float: none;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

/*SPflowコンタクト*/
.contact {
  margin-top: 60px;
  padding: 40px 0;
}

.contact p{
  font-size: 20px;
}

.contact-text {
  margin-bottom: 30px;
}

.contact-title {
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 20px;
}

.phone-number {
  font-weight: bold;
  font-size: 30px;
  margin: 0;
  line-height: 34px;
}

/*SPflowメッセージ*/
.flow-bottom {
  margin-top: 60px;
  margin-bottom: 100px;
}

/*SPニュース*/
.news-article {
  padding-top: 50px;
  padding-bottom: 50px;
}
.news-article img{
		width:100%;
	}

.news-article h2 {
  border-bottom: dotted 3px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pagination{

  margin-bottom: 100px;
}
.next {
  margin-top: 20px;
}

/*SPcontact*/
form {
  margin-top: 40px;
  margin-bottom: 100px;
  padding: 20px 5px 50px 5px;
}

.cp_table {
  margin: 0;
}

.cp_table th, .cp_table td {
  width: 100%;
  display: block;
}

.cp_table  td {
  padding-top: 0px;
}

.con-input::-webkit-input-placeholder {
	color: #fff;
}
.con-input::-moz-placeholder {
	color: #fff;
}
.con-input:-ms-input-placeholder {
	color: #fff;
}

/*SPフッター*/
.footer-menu-sp {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 20px;
}

.footer-menu-sp li a {
  color: #333333;
  text-decoration: none;
}

.footer-menu-sp li {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

.footer-menu-sp li + li {
  border-left: 1px solid #333333;
}

footer .pinkbar {
  margin-top: 25px;
  margin-bottom: 20px;
}

.menu-contact-box {
  float: left;
  width: 48%;
}
.menu-contact-box + .menu-contact-box {
  margin-left: 4%;
}

.footer-menu-contact:after {
  content: "";
  clear: both;
  display: block;
}

.footer-menu-contact {
  margin-bottom: 50px;
  display: flex;
	display: -webkit-flex;
}

.menu-contact-box {
  box-sizing: border-box;
}

.menu-contact-box a {
  box-sizing: border-box;
  height: 100%;
}

/* footer {
  padding-top: 0;
  padding-bottom: 20px;
} */

footer img {
  max-width: 100%;
}

footer li {
  font-weight: bold;
}

}

/* ########## 500px以下 ########## */
@media screen and (max-width:500px) {
  .content,footer .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .facility tr {
    margin-bottom: 20px;
  }
  .facility th {
    width: 80px;
    font-weight: bold;
    padding-right: 20px;
    padding-top: 0;
    vertical-align: top;
  }


  .life table {
    margin: 30px 0;
  }
  .life tr {
    padding: 20px 0px;
  }

  .life th {
    width: 70px;
    padding-right: 15px;
  }

  .access table {
    margin: 30px 0;
  }
  .access tr {
    padding: 20px 0px;
  }

  .access th {
    width: 90px;
    padding-right: 15px;
  }

  /*SPメ利用料金*/
  .colorbox table th {
    width: 120px;
  }
}
label.error{
  display: block;
  color: red;
}
.wpcf7-response-output {
    display: none !important;
}
.hidden {
    display: none;
}
