@charset "UTF-8";

/*============================================================
reset
============================================================*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}address{font-style: normal;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}


/*============================================================
base
============================================================*/

html {
  height: 100%;
  min-height: 100%;
  overflow: auto;
}

*:not([type="checkbox"]){-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}

body {
  position:relative;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  color: #808080;
  background: #fff;
  position: relative;
  -webkit-font-feature-settings: 'palt' 1; /*for Android 4.4*/
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, th {
  font-weight: 400;
}

p,li,dd,td {
  text-align: justify;
	text-justify: inter-ideograph;
}

li {
  list-style: none;
}

a {
  color: #808080;
  text-decoration: none;
  outline: none;
  word-break: break-all;
}

#container a {
  color: #88abe4;
}

.underline {
  text-decoration: underline;
}

.blank {
  position: relative;
}

.blank::after {
  background: url(../images/common/icon-blank.png) no-repeat center / contain;
  content: "";
  width: 10px;
  height: 10px;
  margin: auto 0 auto 8px;
  position: absolute;
  top: 0;
  bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

.object-fit-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* スマホのみ横スクロール */
.scroll-list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.scroll-list::after {
  display: block;
  padding-bottom: 5px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  content: "← 左右にスクロールできます →";
}

/* iOS初期仕様解除 */
/*input {
  -webkit-appearance: none;
  border-radius: 0;
}*/

/* テキストハイライト */
/**::selection {
  background: rgba(8,24,49,.3);
}
*::-moz-selection {
  background: rgba(8,24,49,.3);
}*/

/*form*/
form{
  display:block;
  padding:0;
  margin: 10px 0 0;
}

form table{
  margin-bottom:20px;
}

form th{
  vertical-align:top;
  display: block;
}

form td{
  display: block;
}

label{
  cursor:pointer;
}

form td label{
  margin-left:0.25em;
  margin-right:1.5em;
}

form input,
form textarea,
form button{
  font-family:inherit;
  font-size:100%;
  font-style:inherit;
  font-weight:inherit;
  margin:0;
  padding:0;
  vertical-align:baseline;
  overflow:auto;
}

form input{
  padding:8px 0.5em;
  letter-spacing:normal;
  color:#50453f;
  border:1px solid #c0d5e7;
  background-color:#fff;
}

  *+html input{
    padding:0 0.5em;
    height:2.4em;
    line-height:2.4em;
    vertical-align:middle;
  }
  
  * html input{
    padding:0 0.5em;
    height:2.4em;
    line-height:2.4em;
    vertical-align:middle;
  }

form select {
  /*border:1px solid #c0d5e7;
  background-color:#fff;
  padding:8px;*/
  width: 100%;
  height: 43px;
  border:1px solid #c0d5e7;
  background-color:#fff;
  color:#50453f;
  border-radius: 5px;
}

  *+html select { vertical-align:middle; }
  * html select { vertical-align:middle; }

form option {
  font-family:inherit;
  font-size:100%;
  font-style:inherit;
  font-weight:inherit;
  vertical-align:middle;
  padding-left:0.5em;
}

  *+html option { padding:0.3em; }
  * html option { padding:0.3em; }

form textarea{
  padding:8px 0.5em;
  line-height:1.5em;
  letter-spacing:0;
  color:#50453f;
  border:1px solid #c0d5e7;
  background-color:#fff;
  height:200px;
  width:95%;
}

form input:hover,
form textarea:hover,
form input:focus,
form textarea:focus{
  border: 1px solid #88abe4;
}

form input.cr{
  line-height:1em;
  height:1em;
  margin:auto 5px 2px auto;
  padding:0;
  border:none;
  background:none;
  vertical-align:middle;
}

#visit #formarea span,
#visit .err {
  color: #f67294;
}

/*safari*/
html:not(:only-child:only-child) form input[type=checkbox],
html:not(:only-child:only-child) form input[type=radio] {
  vertical-align:baseline;
}

.short {
  width: 40%;
}

.mini {
  width: 20%;
}

.btnbox{
  width:250px;
  margin:30px auto 30px;
  overflow: hidden;
}

.sealbox{
  clear:both;
  width:250px;
  height:50px;
  margin:0 auto;
  padding-top:30px;
  text-align:center;
}

button{
  float:left;
  display:inline;
  margin:0;
  padding:0;
  border:none;
  cursor:pointer;
  text-indent:-999999em;
  line-height:0%;
  font-size:0%;
  background:no-repeat left top;
  width:250px;
  height:60px;
}

button#check { background-image:url(../img/btn_check.png); background-size: contain;}
button#eback { background-image:url(../img/btn_back.png); background-size: contain;}
button#back { background-image:url(../img/btn_back.png); background-size: contain;}
button#send { background-image:url(../img/btn_send.png); margin-bottom:25px; background-size: contain; }
button#scsend { background-image:url(../img/btn_scsend.png); background-size: contain; }
button#comment-submit {
  width:200px;
  height:60px;
  background-image:url(../img/btn_blog.png);
  background-size: contain;
}

button:hover{
  filter:alpha(opacity=50);
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
}

/*============================================================
汎用クラス
============================================================*/

.section{ /*通常のページ*/
  margin-bottom:40px;
}

.inner {
  width: 100%;
}

.sp {
  display: inline-block;
}

.pc {
  display: none !important;
}

.pcbr {
  display: none;
}

.spbr {
  display: inline;
}

.center,
.spCenter {
  text-align: center;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.spRight {
  float: right;
}

.spLeft {
  float: left;
}

/*.box_left,
.img_left {
  margin-top: 20px;
}*/

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

.notice.indent {
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 25px;
}

.hide {
  width: 0;
  height: 0;
  font-size: 0% !important;
  line-height: 0% !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

a.alpha:hover img,
.alpha:hover {
  opacity: 0.8;
}

.smb3   {margin-bottom:3px !important;}
.smb5   {margin-bottom:5px !important;}
.smb10  {margin-bottom:10px !important;}
.smb15  {margin-bottom:15px !important;}
.smb20  {margin-bottom:20px !important;}
.smb25  {margin-bottom:25px !important;}
.smb30  {margin-bottom:30px !important;}
.smb35  {margin-bottom:35px !important;}
.smb40  {margin-bottom:40px !important;}
.smb50  {margin-bottom:50px !important;}
.smb60  {margin-bottom:60px !important;}

.smt3   {margin-top:3px !important;}
.smt5   {margin-top:5px !important;}
.smt10  {margin-top:10px !important;}
.smt15  {margin-top:15px !important;}
.smt20  {margin-top:20px !important;}
.smt25  {margin-top:25px !important;}
.smt30  {margin-top:30px !important;}
.smt35  {margin-top:35px !important;}
.smt40  {margin-top:40px !important;}
.smt50  {margin-top:50px !important;}
.smt60  {margin-top:60px !important;}

.smr3   {margin-right:3px !important;}
.smr5   {margin-right:5px !important;}
.smr10  {margin-right:10px !important;}
.smr15  {margin-right:15px !important;}
.smr20  {margin-right:20px !important;}
.smr25  {margin-right:25px !important;}
.smr30  {margin-right:30px !important;}
.smr35  {margin-right:35px !important;}
.smr40  {margin-right:40px !important;}

.sml3   {margin-left:3px !important;}
.sml5   {margin-left:5px !important;}
.sml10  {margin-left:10px !important;}
.sml15  {margin-left:15px !important;}
.sml20  {margin-left:20px !important;}
.sml25  {margin-left:25px !important;}
.sml30  {margin-left:30px !important;}
.sml35  {margin-left:35px !important;}
.sml40  {margin-left:40px !important;}

.flex-sp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-sp li {
  width: 47%;
}

.flex-sp li:nth-child(n+3) {
  margin-top: 20px;
}

.column h2 {
  min-height: 20px;
  height: auto !important;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #88abe4;
}

.column h2 a {
  color: #88abe4;
  text-decoration: none;
  display: block;
}

.column h2 span {
  font-size: 15px;
  color: #808080;
  /*margin-left: 10px;*/
}

.column h2 + p {
  margin-top: 10px;
}

#contents {
  padding: 30px 15px 0;
}

.column{ /*インデックスページ*/
  margin-bottom:20px;
}

/*角丸ボックス*/
.roundbox{
  border: 5px solid #d9e8f7;
  padding: 20px;
  -webkit-border-radius: 30px; /*Safari Chrome*/
  -moz-border-radius: 30px; /*FireFox*/
  border-radius: 30px; /*IE Opera*/
  background: #fff;
  position:relative;
  overflow: hidden;
}

.roundbox + .roundbox {
  margin-top: 20px;
}

.bg-tex {
  background: url(../img/bg-texture.jpg) repeat center / 40px;
  position: relative;
}

.spacebefore{ padding-top:20px; }
.spaceafter{ padding-bottom:20px; }
img.spacebefore{ padding-top:10px; }
img.spaceafter{ padding-bottom:10px; }
table.spacebefore,
h3.spacebefore{ padding-top:0; margin-top:20px;}
table.spaceafter,
h3.spacebefore{ margin-bottom:20px; }

.headimg{ padding-bottom:30px; }

.section .headimg{ padding-bottom:15px; }

/*アクセスの連絡先*/
#main .section .clist li,
.iconlink{
  /*height:20px;*/
  line-height:20px;
  padding:15px 0 5px 40px;
  font-size:16px; /*固定*/
  font-weight:bold;
}

#main .section .tel,.iconlink.tel{ background:url(../img/bg_access_tel.png) no-repeat left 10px; }
#main .section .fax,.iconlink.fax{ background:url(../img/bg_access_fax.png) no-repeat left 10px; }
#main .section .mail,.iconlink.mail{ background:url(../img/bg_access_mail.png) no-repeat left 10px; }
#main .section .free,.iconlink.free{ background:url(../img/bg_access_free.png) no-repeat left 16px / 33px; }
#main .section .clist li.spacebefore{ margin-top:25px; }
#main .section .clist li.nobg{ background:none; padding-top: 0; }

.clist li span,
.iconlink span{
  font-size:13px; /*固定*/
  font-weight:normal;
}

/*タイトル関連*/
#main .section h2{
  font-size:18px;
  line-height:1.637em;
  margin-bottom:15px;
  color:#88abe4;
  font-weight:normal;
  padding-left:20px;
  background:url(../img/bg_h2.png) no-repeat left 5px;
}

#main .section h2 span{
  font-size:18px;
  padding-left:0.5em;
}

#main .section h3 {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 15px 5px 36px;
  margin-bottom: 17px;
  background: url(../img/bg_h3.png) no-repeat left -2px #bbd0f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  behavior: url(/common/css/PIE.htc);
}

#main .section h4{
  line-height:22px;
  font-weight:bold;
  padding-bottom:10px;
}

/*#main .section ul li{
  padding-left:1em;
  background:url(../img/bg_li.png) no-repeat left 9px;
}*/

#main .column .roundbox h3 a {
  color: #88abe4;
  text-decoration: none;
}

#main .column .roundbox h3 {
  min-height: 26px;
  height: auto !important;
  height: 26px;
  padding: 0 0 10px 0;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #88abe4;
  background: none;
  margin: 0;
  position: static;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: none;
}

#main .column .roundbox p {
  text-align: center;
}

.oneline h2, .twoline h2 {
  text-align: center;
  padding: 0;
}

/*indexのボックス 共通*/
#newsbox .img_left.roundimg {
  display: none;
}

#newsbox .flex {
  margin-top: 20px;
}

#newsbox.roundbox {
  padding: 20px 20px 25px;
}

#allnewsbox .newslist {
  margin-top: 10px;
}

#allnewsbox dt{
  padding:12px 0 5px 0px;
  /*height:18px;*/
  line-height:18px;
}

#allnewsbox dt span{
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  padding: 0 5px 1px;
  margin-left: 10px;
}

#allnewsbox dt span.houjin,
#allnewsbox dt span.hospital  {
  background: #88ABE4;
}

#allnewsbox dt span.aiikuen {
  background: #F09DB3;
}

#allnewsbox dt span.fukusikai {
  background: #8FCB75;
}

#allnewsbox dt span.ican {
  background: #F7B47C;
}

#allnewsbox dd{
  padding:0 10px 12px 0px;
  line-height:1.5em;
  border-bottom: dashed 1px #D0D0D0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*#allnewsbox dd:last-child {
  border: none;
}*/

#allnewsbox dd a {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-decoration: none;
}

#allnewsbox .box_right {
  display: none;
}

#allnewsbox .newslink {
  width: 90px;
  height: 25px;
  line-height: 25px;
  margin: 20px auto 0;
}

#newsbox dt {
  position: absolute;
  left: 20px;
  width: 85px;
  padding: 7px 0;
  line-height: 1.5em;
}

#newsbox dd {
  padding: 7px 10px 7px 95px;
  line-height: 1.5em;
  border-bottom: dashed 1px #D0D0D0;
}



/*署名等右寄せ*/
.text_name{
  text-align:right;
  padding:1em 0;
}

.text_nameb{
  text-align:right;
  padding-top:0.5em;
}

.text_name span{
  display:block;
  font-size:0.858em; /*12px相当*/
}

/*基本のテーブル*/
table {
  width:100%;
  /* border-collapse: collapse; */
  border-collapse: separate;
  border-spacing:0;
  border-top:1px solid #c0d5e7;
  border-right:1px solid #c0d5e7;
}

th,
td{
  text-align: left;
  vertical-align:top;
  border-bottom:1px solid #c0d5e7;
  border-left:1px solid #c0d5e7;
  padding:10px 15px;
}

th{
  font-weight:normal;
  font-style:normal;
  background:#e8f0f7;
  text-align:left;
}

#main .section table ul li{
  padding-left:0;
  background:none;
}

.w10{ width:10%; }
.w15{ width:15%; }
.w20{ width:20%; }
.w25{ width:25%; }
.w30{ width:30%; }
.w35{ width:35%; }
.w40{ width:40%; }
.w45{ width:45%; }
.w50{ width:50%; }
.w55{ width:55%; }
.w60{ width:60%; }
.w65{ width:65%; }

.tc{ text-align:center; }
.tl{ text-align:left; }
.tr{ text-align:right; }

/*診療時間のテーブル*/
/*担当医のテーブル*/
.tbl_time,
.tbl_doc{ margin-bottom:10px; }

.tbl_time th,
.tbl_time td,
.tbl_doc th,
.tbl_doc td{
  text-align:center;
  vertical-align:middle;
  padding:10px;
}
.tbl_time td,
.tbl_doc td{
  padding:10px 5px;
}

/*リハビリテーション作業療法のテーブル*/
.tbl_occ th{ text-align:center; }
.tbl_occ th,
.tbl_occ td{ vertical-align:middle; }

.tbl_occ caption{
  text-align:left;
  font-weight:bold;
  border-top:1px solid #c0d5e7;
  border-right:1px solid #c0d5e7;
  border-left:1px solid #c0d5e7;
  padding:10px;
  background:#e8f0f7;
}

/*デイケアセンター「イルマーレ」のテーブル*/
.tbl_dci th,
.tbl_dci td{
  text-align:center;
  vertical-align:middle;
}

.tbl_dci td {
  padding-left: 5px;
  padding-right: 5px;
}

.tbl_dci td span { font-size:0.858em; }/*12px相当*/


/*重度認知症デイケアのテーブル*/
.tbl_sdd{ margin-top:20px; }

.tbl_sdd caption{
  text-align:center;
  font-weight:normal;
  border-top:1px solid #c0d5e7;
  border-right:1px solid #c0d5e7;
  border-left:1px solid #c0d5e7;
  padding:10px;
  background:#e8f0f7;
}

.tbl_sdd th{
  text-align:center;
  vertical-align:middle;
}

/*透析センターのテーブル*/
.tbl_dia{}

/*透析センターのテーブル*/
.tbl_brd{ margin-top:20px; }

/*心理グループのテーブル*/
.tbl_psy{ margin-top:20px; }

/*アロマテラピーエルバ*/
.tbl_elba{ width:auto; }

.tbl_elba thead th{ text-align:center;}

.tbl_elba th,
.tbl_elba td{ vertical-align:middle; }

/*送迎バスのテーブル*/
.tbl_bus{
  width:auto;
  margin-top:10px;
}

.tbl_bus th,
.tbl_bus td{
  text-align:center;
  vertical-align:middle;
}

/*有寿園 ミッレ ヴェッキオ 啓寿園
  料金表のテーブル #price*/
.tbl_price{ margin-bottom:10px; }
.tbl_price th{ vertical-align:middle; white-space:normal; }
.tbl_price td{ vertical-align:middle;}

.tbl_price thead th,
.tbl_price thead td{ text-align:center; }

.tbl_price .tr{ padding-left:9px; }

.rr{ text-align:right; padding-right:0; padding-left:5px; }
.ll{ text-align:left; border-left:none; padding-left:0; padding-right:5px; }

.nowrap{ white-space:nowrap; }
.separator{ height:20px; width:100%; clear:both; }

/* コリーナで追加 */

span.pricedate {
  font-weight: normal ;
  font-size: 14px;
  float: right;
  margin-right: 20px;
}

/*********************/

/*フローのテーブル*/
.tbl_flow,
.tbl_flow th,
.tbl_flow td{
  border:none;
  background:none;
}

.tbl_flow th{
  /*padding:20px 30px 0 0;*/
  width: 110px;
  height: 140px;
  vertical-align:middle;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  padding-top: 36px;
}

.tbl_flow td{
  padding-top:15px;
  padding-left: 20px;
  vertical-align:middle;
  text-align:justify;
}

.tbl_flow tr:nth-of-type(1) th {
  background:url(../img/tbl_flow01.png) no-repeat center / 110px;
}

.tbl_flow tr:nth-of-type(2) th {
  background:url(../img/tbl_flow02.png) no-repeat center / 110px;
}

.tbl_flow tr:nth-of-type(3) th {
  background:url(../img/tbl_flow03.png) no-repeat center / 110px;
}

.tbl_flow tr:nth-of-type(4) th {
  background:url(../img/tbl_flow04.png) no-repeat center / 110px;
}

.tbl_flow tr:nth-of-type(5) th {
  background:url(../img/tbl_flow05.png) no-repeat center / 110px;
}

.tbl_flow tr:nth-of-type(6) th {
  background:url(../img/tbl_flow06.png) no-repeat center / 110px;
}

.tbl_flow tr:nth-of-type(7) th {
  background:url(../img/tbl_flow07.png) no-repeat center / 110px;
}

.tbl_flow tr:nth-of-type(8) th {
  background:url(../img/tbl_flow08.png) no-repeat center / 110px;
}

.tbl_flow tr:nth-of-type(9) th {
  background:url(../img/tbl_flow09.png) no-repeat center / 110px;
}

.tbl_flow tr:nth-of-type(10) th {
  background:url(../img/tbl_flow10.png) no-repeat center / 110px;
}

.tbl_flow tr:nth-of-type(11) th {
  background:url(../img/tbl_flow11.png) no-repeat center / 110px;
}

.tbl_flow tr:nth-of-type(12) th {
  background:url(../img/tbl_flow12.png) no-repeat center / 110px;
}

.tbl_flow tr:nth-of-type(13) th {
  background:url(../img/tbl_flow13.png) no-repeat center / 110px;
}

*+html .tbl_flow td{ text-justify:inter-ideograph; }
* html .tbl_flow td{ text-justify:inter-ideograph; }

/*イメージリスト*/
/*イメージ2つ*/
#main .section .imglist,
#main .section .imgboxlist{
  padding-top:10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#main .section .imglist li,
#main .section .imgboxlist li{
  float:left;
  width:47%;
  margin-top:20px;
  display:inline;
  padding-left:0;
  background:none;
}

#main .section .imgboxlist li{
  height:310px;
  margin-top:30px;
  background:#fbf1e3;
  text-align:center;
}

.imglist li p,
.imglistl li p{
  font-size:0.858em; /*12px相当*/
  line-height:1.5em; /*12-18px相当*/
  margin-top: 5px;
}

.img_line {
  padding: 19px;
  border: 1px solid #ccc;
}

.imgcap{
  padding-top:5px;
  font-size:0.858em; /*12px相当*/
  line-height:1.5em; /*12-18px相当*/
  overflow:hidden; /*2行固定*/
}

.cap{
  padding-top:5px;
  font-size:0.858em; /*12px相当*/
  line-height:20px;
}


/*タブ*/
.tablabel{
  margin-bottom: 30px;
}

.tablabel li + li{
  margin-top: 20px;
}

.tablabel.flex-sp li + li {
  margin-top: 0;
}

.tablabel li a{
  background: #FFF8EF;
  display:block;
  font-size: 16px;
  font-weight: 700;
  color: #88ABE4;
  text-decoration: none;
  text-align:center;
  padding: 5px;
  border: solid #D9E8F7 5px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tablabel li.active a {
  background: #FFE5C3;
}

/*本文下のリンクボタン*/
.exp{
  text-align:center;
  margin-bottom:15px;
}

.buttonbox{ clear:both; }

.buttonbox .roundbox{
  width:265px;
  margin:0 auto;
}

.buttonbox .roundbox a{
  display:block;
  /*width:265px;*/
  text-align:center;
  font-size:16px;
  font-weight:bold;
  color:#88abe4;
  text-decoration:none;
}

/*ピックアップ*/
.pickupbox{
  padding: 22px 25px;
  border: 5px solid #d9e8f7;
  border-radius: 30px;
}

.pickupbox h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

/*外部へのリンク*/
.extbox{
  position:relative;
  border: 1px solid #c0d5e7;
  padding: 9px;
  -webkit-border-radius: 4px; /*Safari Chrome*/
  -moz-border-radius: 4px; /*FireFox*/
  border-radius: 4px; /*IE Opera*/
  behavior: url(/common/css/PIE.htc);
}

.extbox .inner{
  padding:20px;
  background:#e8f0f7;
}

.extbox h2,
.extbox h3{
  margin-bottom:10px;
}

/*外部へのリンクボックス*/
.extlink,
.parlink{
  padding: 14px;
  margin:10px auto 0 auto;
  text-align:center;
  line-height:22px;
  background:url(../img/bg_extlink.png) no-repeat center center;
}

.extlink a{
  padding-right:20px;
  background:url(../img/bg_exlink.png) no-repeat right center;
}

.parlink{
  margin-top:20px;
  background:url(../img/bg_parlink.png) no-repeat center / contain;
}

.parlink a {
  text-decoration: underline;
}

/*外部へのリンクインライン*/
.exlink{
  float:left;
  display:inline;
  padding-right:20px;
  background:url(../img/bg_exlink.png) no-repeat right center;
}

/*ラインつきのリンクリスト*/
.sllist li,
#main .section .sllist li{
  display:inline;
  padding-right:12px;
  margin-right:12px;
  height:20px;
  line-height:20px;
  margin-bottom:10px;
  background:url(../img/bg_separateline.png) no-repeat right center;
  padding-left:0;
}

.sllist li:last-child,
#main .section .sllist li:last-child{ background:none; }

/*NPO法人アイ・キャン #ican*/
/*有限会社アサカサービスセンター #ascc*/
/*心と脳 #heartandbrain*/
/*高齢者 #geriatrics*/
/*子ども #pediatriccare*/
/*障がい #disabilities*/
/*食とふれあい #friendship*/

#main .section ul#instlist li{
  padding-left:20px;
  margin-bottom:5px;
  background:url(../img/bg_instlist.png) no-repeat left center;
}

#main .section.inst h3 span{
  font-size:12px;
  font-weight:normal;
}

#main .section.inst h4{
  font-weight:normal;
  line-height:24px;
  margin-top:1em;
  padding-bottom:0;
}

#main .section.inst .instlink{
  padding-left:20px;
  margin-top:1em;
  background:url(../img/bg_instlink.png) no-repeat left 7px;
}

/* あさかホスピタル グループ　お問い合わせ　#contact .group ******************/

#faqpanel{
  background:#e8f0f7;
  margin-bottom:40px;
}

#faqpanel h2{
  height:40px;
  line-height:40px;
  font-size:1.143em; /*16px相当*/
  padding-left:36px;
  background:url(../img/bg_h3.png) no-repeat left top #bbd0f1;
  /*角丸*/
  position:relative;
  -webkit-border-radius: 4px; /*Safari Chrome*/
  -moz-border-radius: 4px; /*FireFox*/
  border-radius: 4px; /*IE Opera*/
  behavior: url(/common/css/PIE.htc);
}

#fpswitch{
  float:right;
  display:inline;
  height:26px;
  width:26px;
  padding:7px 0;
  margin-top:-40px;
  margin-right:7px;
}

#fpswitch a{
  display:none;
  position:relative;
  height:26px;
  width:26px;
  background:url(../img/group_contact_fpswitch.png) no-repeat center top;
  text-indent:-999999px;
  overflow:hidden;
  line-height:0%;
  font-size:0%;
}

#fpswitch a.close{
  background-position:center bottom;
}

#faqpanel div{
  padding:20px;
}

#faqpanel div .parlink{
  margin-top:15px;
  background-image:url(../img/bg_faqpanel_extlink.png);
}

.group#contact #main .roundbox{
  padding:10px;
}

.group#contact #main .roundbox h3 span{
  display:inline;
  padding-right:0.25em;
}

.group#contact #main .roundbox p{
  width:260px;
  text-align:justify;
}
*+html .group#contact #main .roundbox p { text-justify:inter-ideograph; }
* html .group#contact #main .roundbox p { text-justify:inter-ideograph; }

/*フォーム #form*/
.group#form #formarea span,
.group#form .err{ color:#f67294; }

.group#form .section form table{
  margin:0;
  margin-top:15px;
}

.group#form .section form span{
  margin-left:0.25em;
}

.group#form .section form td{
  vertical-align:middle;
}

.group#form .section form td p{
  padding-top:10px;
  line-height:20px;
}

.group#main .section form li{
  padding-left:0;
  background:none;
}

.group#form .section form .caution{
  padding-top:25px;
}


/* 各施設イラスト */
.ariete#index #titlebox {
  background: url(../img/ariete_index_titlebox.png) no-repeat center bottom / 320px auto;
}

.alba#index #titlebox {
  background: url(../img/alba_index_titlebox.png) no-repeat center bottom / 270px auto;
}

.asunaro#index #titlebox {
  background: url(../img/asunaro_index_titlebox.png) no-repeat center bottom / 300px auto;
  padding-bottom: 100px;
}

.alberobello#index #titlebox {
  background: url(../img/alberobello_index_titlebox.png) no-repeat center bottom / 310px auto;
  padding-bottom: 100px;
}

.passo#index #titlebox {
  background: url(../img/passo_index_titlebox.png) no-repeat center bottom / 250px auto;
}

.vivo#index #titlebox {
  background: url(../img/vivo_index_titlebox.png) no-repeat center bottom / 250px auto;
  padding-bottom: 100px;
}

.pallone#index #titlebox {
  background: url(../img/pallone_index_titlebox.png) no-repeat center bottom / 280px auto;
  padding-bottom: 100px;
}

.porta#index #titlebox {
  background: url(../img/carmo_index_titlebox.png) no-repeat center bottom / 280px auto;
  padding-bottom: 100px;
}

.mille#index #titlebox {
  background: url(../img/mille_index_titlebox.png) no-repeat center bottom / 300px auto;
}

.yjen#index #titlebox {
  background: url(../img/yjen_index_titlebox.png) no-repeat center bottom / 280px auto;
}

.vecchio#index #titlebox {
  background: url(../img/vecchio_index_titlebox.png) no-repeat center bottom / 210px auto;
}

.collina#index #titlebox {
  background: url(../img/collina_index_titlebox.png) no-repeat center bottom / 250px auto;
  padding-bottom: 150px;
}

.primo#index #titlebox {
  background: url(../img/primo_index_titlebox.png) no-repeat center bottom / 280px auto;
  padding-bottom: 100px;
}

.k-porta#index #titlebox {
  background: url(../img/k-porta_index_titlebox.png) no-repeat center bottom / 250px auto;
  padding-bottom: 130px;
}

.acc:not(#index) #titlebox{
  background:url(../img/head_img_acc.png) no-repeat center bottom / 270px auto;
}

.ahc:not(#index) #titlebox{
  background:url(../img/head_img_ahc.png) no-repeat center bottom / 270px auto;
}

.kjen:not(#index) #titlebox{
  background:url(../img/head_img_kjen.png) no-repeat center bottom / 270px auto;
}

.alba:not(#index) #titlebox{
  background:url(../img/head_img_alba.png) no-repeat center bottom / 270px auto;
}

.asunaro:not(#index) #titlebox{
  background:url(../img/head_img_asunaro.png) no-repeat center bottom / 270px auto;
}

.alberobello:not(#index) #titlebox{
  background:url(../img/head_img_alberobello.png) no-repeat center bottom / 270px auto;
}

.passo:not(#index) #titlebox{
  background:url(../img/head_img_passo.png) no-repeat center bottom / 270px auto;
}

.vivo:not(#index) #titlebox{
  background:url(../img/head_img_vivo.png) no-repeat center bottom / 270px auto;
}

.pallone:not(#index) #titlebox{
  background:url(../img/head_img_pallone.png) no-repeat center bottom / 270px auto;
}

.porta:not(#index) #titlebox{
  background:url(../img/head_img_carmo.png) no-repeat center bottom / 270px auto;
}

.mille:not(#index) #titlebox{
  background:url(../img/head_img_mille.png) no-repeat center bottom / 270px auto;
}

.yjen:not(#index) #titlebox{
  background:url(../img/head_img_yjen.png) no-repeat center bottom / 270px auto;
}

.vecchio:not(#index) #titlebox{
  background:url(../img/head_img_vecchio.png) no-repeat center bottom / 270px auto;
}

.collina:not(#index) #titlebox{
  background:url(../img/head_img_collina.png) no-repeat center 105% / 270px auto;
}

.primo:not(#index) #titlebox{
  background:url(../img/head_img_primo.png) no-repeat center bottom / 270px auto;
}

.k-porta:not(#index) #titlebox{
  background:url(../img/head_img_k-porta.png) no-repeat center bottom / 270px auto;
}

/*============================================================
header
============================================================*/

#header {
 /* background: url(../img/bg_contents_sp.png) no-repeat center top / cover;*/
  background: url(../img/bg_contents_sp.png) repeat center / 300px auto;
  width: 100%;
  height: 70px;
  z-index: 3;
  position: relative;
}

#home #header {
  height: 0;
}

#head {
  width:100%;
  height: 70px;
  padding: 0;
  margin:0 auto;
  z-index: 2;
}

#head h1,
#logo{
  float:left;
  width:230px;
  height:30px;
  margin:20px 0 0 15px;
  position: relative;
  z-index: 2;
}

#logo,
.group #logo.active {
  background: url(../img/header_h1.png) no-repeat center / contain;
}

#logo a {
  display: block;
  height: 30px;
}

.group #head {
  height: auto;
}

#home.group #logo {
  background: url(../img/header_h1_wht.png) no-repeat center / contain;
}

#home.group #logo.active {
  background: url(../img/header_h1.png) no-repeat center / contain !important;
}

#home #mv {
  width: 100%;
  height: 100vh;
  position: relative;
}

#home #mv::after {
  content: "";
  background: url(../img/mv-sp.png) no-repeat center bottom / cover;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#btn-menu {
  background: url(../img/btn-menu.png) no-repeat center / contain;
  display: block;
  width: 130px;
  height: 90px;
  padding: 20px 0 0 78px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}

#home #btn-menu {
  background: url(../img/btn-menu-home.png) no-repeat center / contain;
}

#btn-menu a {
  position: relative;
  display: block;
  width: 30px;
  height: 23px;
  text-decoration: none;
  border-bottom: none;
  line-height: 65px;
  font-weight: normal;
  font-size: 9px;
  color: #595757;
}

.menu-trigger,
.menu-trigger i {
  display: inline-block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 23px;
  color: #333;
  letter-spacing: 1px;
}

.menu-trigger.active {
  color: #fff;
}

.menu-trigger i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger i:nth-of-type(1) { top: 0px; }
.menu-trigger i:nth-of-type(2) { top: 10px; }
.menu-trigger i:nth-of-type(3) { bottom: 0px; }

.menu-trigger.active i:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active i:nth-of-type(2) { opacity: 0; }
.menu-trigger.active i:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

#gnav {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  display: inline-table;
}

#navBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#navInner {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#navWrap {
  width: 100%;
  padding: 0 25px;
  margin: 80px 0;
}

#gnav.hidden,
#side.hidden { display: none; }

#gnav.active,
#side.active {
  -webkit-animation: show .5s linear 0s;
  animation: show .5s linear 0s;
}

@-webkit-keyframes show {
  from { opacity: 0; display: none; }
  to { opacity: 1; display: block; }
}
@keyframes show {
  from { opacity: 0; display: none; }
  to { opacity: 1; display: block; }
}

#gnav.inactive,
#side.inactive {
  -webkit-animation: hide .5s linear 0s;
  animation: hide .5s linear 0s;
}

@-webkit-keyframes hide {
  from { opacity: 1; display: block; }
  to { opacity: 0; display: none; }
}
@keyframes hide {
  from { opacity: 1; display: block; }
  to { opacity: 0; display: none; }
}

#gnav > ul { margin-top: 60px; }

#gnav li {
  line-height: 14vw;
  border-bottom: dashed 1px #cdcccc;
}

#gnav li.sp {
  display: block !important;
}

#gnav .column > li:first-child {
  border-top: solid 1px #cdcccc;
}

#gnav ul li a span {
  display: none;
}

#nav-bus,
#nav-kirara {
  padding-bottom: 10px;
}

#nav-kirara li:first-child a {
  padding: 7px 0;
}

.sub-menu > a {
  position: relative;
}

.sub-menu > a::before,
.sub-menu > a::after {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 5px;
  background: #D0D0D0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-45%);
}

.sub-menu > a::after {
  transform: translateY(-45%) rotate(90deg);
  transition: 0.5s;
}

.sub-menu > a.active::after {
  transform: rotate(0);
  transition: 0.5s;
  top: 49%;
}

.sub-nav {
  margin-bottom: 20px;
  display: none;
}

.sub-nav li {
  line-height: 12vw !important;
  border-bottom: none !important;
  position: relative;
  text-align: center;
}

/*.sub-nav li a::after {
  content: '';
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  height: 6px;
  width: 6px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 13px;
}*/

.sub-nav li + li {
  margin-top: 10px;
}

.sub-nav li a {
  line-height: 1.4;
  padding: 10px 0;
  font-size: 14px !important;
  border-radius: 15px;
}

.sub-nav li:nth-of-type(1) a {
  color: #C1D8FD;
  border: solid 2px #C1D8FD;
}

.sub-nav li:nth-of-type(2) a {
  color: #FFCBD9;
  border: solid 2px #FFCBD9;
}


.sub-nav li:nth-of-type(3) a {
  color: #C5EAB5;
  border: solid 2px #C5EAB5;
}


.sub-nav li:nth-of-type(4) a {
  color: #FDDBBE;
  border: solid 2px #FDDBBE;
}

.sub-nav li:nth-of-type(5) a {
  color: #C1EADB;
  border: solid 2px #C1EADB;
}

#gnav li a {
  font-size: 4.26666666666667vw;
  letter-spacing: .15em;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  display: block;
  position: relative;
}

#pnav {
  display: none;
}

#gnav #navWrap .nav.sp {
  display: block !important;
}

/*============================================================
#side 各施設メニュー
============================================================*/

.group:not(.site) #btn-menu-bottom {
  display: none;
}

#btn-menu-bottom {
  width: 90%;
  height: 60px;
  position: fixed;
  bottom: 20px;
  z-index: 4;
}

#btn-menu-bottom a {
  background: #fff;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #88ABE4;
  display: block;
  border-radius: 15px;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  padding-left: 50px;
  position: relative;
  /*box-shadow: 0 3px 6px rgb(0 0 0 / 20%);*/
  box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}

#btn-menu-bottom a::before {
  content: "";
  background: #88ABE4;
  width: 50px;
  height: 60px;
  position: absolute;
  left: 0;
}

.menu-bottom-trigger {
  width: 100%;
  position: relative;
  display: block;
}

.menu-bottom-trigger::before,
.menu-bottom-trigger::after {
  content: "";
  position: absolute;
  left: -37px;
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.menu-bottom-trigger::before { top: 23px; }
.menu-bottom-trigger::after { bottom: 23px; }

.menu-bottom-trigger.active::before {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.menu-bottom-trigger.active::after {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

#side.inactive {
  /*position: fixed;
  top: 10px;*/
  z-index: 3;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
}

#side.active {
  /*position: fixed;
  top: 10px;*/
  z-index: 3;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 15px 100px;
  /*display: inline-table;*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#side.active .roundbox {
  position: relative;
  /*height: 100%;*/
  padding: 20px;
  /*overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;*/
}

#side .sub{
  line-height: 12px;
  font-size: 10px;
  margin: 0 0 10px;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: dashed 1px #D0D0D0;
}

#side h2{
  line-height: 27px;
  font-size: 18px;
  padding-bottom: 3px;
  font-weight: 700;
}

#side h2 span.cname{ /*法人名*/
  display:block;
  height:15px;
  line-height:15px;
  font-weight:normal;
  font-size:0.75em; /*16-12px相当*/
}

#side h2 span.fname{ /*施設の種類*/
 font-size:0.875em;  /*16-14px相当*/
 margin-right:0.5em;
}

#side .phon{
  height:24px;
  line-height:24px;
  padding-left:30px;
  background:url(../img/side_phon.png) no-repeat left center;
  font-size:1.286em; /*18px相当*/
  font-weight:bold;
  margin-top: 5px;
}

#side .free{
  margin-top:5px;
  margin-top: 5px;
  height:27px;
  line-height:27px;
  padding-left:30px;
  background:url(../img/side_free.png) no-repeat left 6px / 27px auto;
  font-size:18px; /*20px相当*/
  font-weight:bold;
}

#side .agent{
  margin-top:5px;
  padding-left:10px;
  font-size:16px; /*固定*/
  font-weight:bold;
}

#side .mark{
  padding:10px 0;
}

/* お問い合わせ時間 */

#side .inq{ 
  padding-bottom: 10px;
  border-bottom: dashed 1px #D0D0D0;
}

#side .inq h3{
  height: 20px;
  line-height: 20px;
  font-weight: 700;
}

/*診療時間*/

#shlist .dpt{
  height:16px;
  padding-bottom:5px;
}


#side .inner {
  padding: 0 0 15px 0;
}

#shlist h3 {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  border: 1px solid #C6C6C6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#shlist h4,
#shlist h5 {
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
  line-height: 20px;
}

#shlist h4 span,
#shlist h5 span,
#shlist p.sat {
  font-size: 12px;
  font-weight: normal;
}

#shlist h5.ind {
  padding-top: 1.25em;
}

#shlist #shswitch{
  display:inline;
  float:right;
  width:19px;
  height:19px;
  margin-top: -24px;
  margin-right: 10px;
}

#shlist #shswitch a{
  display:none;
  width:19px;
  height:19px;
  background:url(../img/side_shswitch.png) no-repeat center top;
  text-indent:-999999px;
  overflow:hidden;
  line-height:0%;
  font-size:0%;
}

#shlist #shswitch a.close{
  background-position:center bottom;
}

#shpanel{ display:none; }

#shlist ul,
#shlist dl{ padding-top:5px; }

#shlist dl.slide{ position:relative; }

#shlist dt{
  height:20px;
  line-height:20px;
}

#shlist dt.wday{ /*曜日ブルーバック*/
  padding-left:3px;
  background:#e8f0f7;
}

#shlist dl.slide dt{
  position:absolute;
  left:0;
  width:3em;
  line-height:25px;
}

#shlist dl.slide dd{
  margin-left:3em;
  line-height:25px;
}

#shlist li,
#shlist dd{ line-height:25px; }

#shlist dd.sat{ padding-left:0; }

/*サイドサブメニュー*/
p#ssnav,
#ssnav dt,
#ssnav dd{
  border-top:1px solid #bdd0f1;
  padding:10px 0 10px 20px;
  background:url(../img/bg_side_ssnav_dd.png) repeat-y left top;
}

#ssnav dd{ padding-left:34px; }

p#ssnav{ background-image:url(../img/bg_side_ssnav_dt.png); }

/*サイドメニュー*/
#snav li{
  border-top: dashed 1px #D0D0D0;
  padding: 10px 0px;
}

#snav li:last-child {
  padding: 10px 0 0;
}

p#ssnav a,
#ssnav dt a,
#ssnav dd a,
#snav li a{
  display:block;
  font-size: 14px;
  min-height:29px;
  height:auto !important;
  height:29px;
  line-height:29px;
  font-weight:bold;
}

#ssnav dd a{ font-weight:normal; }
#ssnav dd a.line2{ line-height:1.25em; padding:2px 0; }

#snav li span,
p#ssnav span{
  display:block;
  line-height:1em;
  padding-top:0.5em;
}

#ssnav .selected{ background-image:url(../img/bg_side_ssnav_dt.png); }

#mailmaga,
.banner{
  margin-top:20px;
  display: none;
}

.side-rectuit {
  text-align: center;
  display: block;
}

.side-banner {
  text-align: center;
  margin-top: 20px;
  display: block;
}

#btns{
  margin-top:-20px;
  padding-bottom:40px;
  text-align:right;
}

#sidebar{
  width: 100%;
}

#sidebar div{
  padding:15px 20px;
  margin-bottom:20px;
  background:#e8f0f7;
  -webkit-border-radius: 4px; /*Safari Chrome*/
  -moz-border-radius: 4px; /*FireFox*/
  border-radius: 4px; /*IE Opera*/
  position:relative;
  behavior: url(/common/css/PIE.htc);
}

#sidebar h2{
  width:140px;
  font-size:1.143em;
  font-weight:normal;
  padding-bottom:5px;
  margin-right:-20px;
}

#sidebar li{
  line-height:20px;
  padding:5px 0;
}

#sidebar a {
  font-size: 14px;
  color: #88abe4;
  text-decoration: underline;
}

#sidebar .banner{ margin-bottom:20px; }

#side .sns-icon {
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}

#side .sns-icon a {
  width: 30px;
  display: block;
}

#side .sns-icon a + a {
  margin-left: 30px;
}

#side .sns-icon .youtube {
  width: 35px;
}

#side .sns-icon .note {
  width: 20px;
  display: flex;
  align-items: center;
}

#side .banner.bc {
  padding: 0;
  display: block;
}

#side .banner.bc a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #88abe4;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 20px 0;
}

#side .banner.bc a span {
  font-size: 14px;
}

.rsslink{
  height:23px;
  line-height:23px;
  background:url(../img/bg_rsslink.png) no-repeat left center;
}

.rsslink a{
  height:23px;
  line-height:23px;
  padding-left:25px;
}

.pager{
  width:100%;
  overflow: hidden;
}

.pager div{
  width:48%;
  height:40px;
}

.pager div.pagerleft{
  float:left;
  text-align:right;
}

.pager div.pagerright{ float:right; }

.pager div a{
  border:2px solid #d9e8f7;
  color:#88abe4;
  font-weight:bold;
  text-decoration:none;
  background-color:#fff;
  line-height:24px;
}

.pager div a:hover{
  background-color:#d9e8f7;
}

.pager div.pagerleft a{
  float:right;
  padding:6px 15px 6px 30px;
  background-image:url(../img/bg_pager_l.gif);
  background-position:left center;
  background-repeat:no-repeat;
}

.pager div.pagerright a{
  float:left;
  padding:6px 30px 6px 15px;
  background-image:url(../img/bg_pager_r.gif);
  background-position:right center;
  background-repeat:no-repeat;
}

/*============================================================
footer
============================================================*/

#footer {
  margin-bottom: 40px;
}

#pagelist {
  width: 90%;
  margin: 0 auto;
  border: solid 1px #E2E2E2;
  border-radius: 30px;
  overflow: hidden;
  display: none;
}

.fpagelist {
  padding: 25px;
  position: relative;
}

.fpagelist::before {
  background: rgba(222,241,255,.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#pagelist .fpagelist h2 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #E2E2E2;
  position: relative;
}

.gpagelist .fpagelist h2 a {
  padding-bottom: 10px;
  display: block;
}

.gpagelist {
  padding: 25px;
}

.gpagelist h2 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #E2E2E2;
}

.gpagelist h2 a {
  width: 200px;
  padding-bottom: 10px;
  display: block;
}

#pagelist .fpagelist li,
#pagelist .gpagelist dt{
  padding-left: 20px;
  position: relative;
}

#pagelist a {
  font-weight: 700;
  color:#808080;
  padding: 5px 0;
  display: block;
}

#pagelist .fpagelist li::before,
#pagelist .gpagelist dt::before {
  content: "・";
  font-size: 30px;
  color: #5F90CC;
  line-height: 1;
  position: absolute;
  left: 0;
}

.gpagelist dl:last-child dd {
  padding-left: 20px;
}

.gpagelist dl:last-child dd a {
  font-size: 12px;
  font-weight: 400 !important;
}

#footer .container {
  width: 90%;
  margin: 40px auto 0;
}

.recruit-banner {
  width: 270px;
  margin: 0 auto;
}

address {
  font-size: 13px;
  letter-spacing: 1px;
  margin: 30px 0 30px;
}

#pagenav {
  background: #88ABE4;
  height: 150px;
  color: #fff;
  padding-top: 30px;
  border-radius: 30px 30px 0 0;
  position: relative;
}


.group #pagenav,
#home #pagenav {
  height: 70px;
}

.fukusikai.group #pagenav,
.aiikuen.group #pagenav {
  height: 150px;
}

#copyright a {
  width: 270px;
  display: block;
  margin: 10px auto 20px;
}

#gotop {
  width: 218px;
  height: 86px;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
}

#gotop a {
  background: url(../img/pagetop_sp.png) no-repeat center / contain;
  width: 218px;
  height: 86px;
  display: block;
}

#copyright {
  font-size: 12px;
  text-align: center;
}

/*============================================================
#home グループトップ
============================================================*/

#home #headimg {
  position: absolute;
  width: 350px;
  height: 370px;
  margin: 0 auto;
  line-height: 0;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 25%;
  z-index: 2;
}

#home #headimg a {
  display: block;
}

.facility-nav {
  display: none;
}

#home_fes_banner {
  margin-top: 20px;
  border: 5px solid #d9e8f7;
  border-radius: 30px;
}

#home #aboutbox {
  padding-bottom: 80px;
  margin-top: 20px;
  position: relative;
}

#home #aboutbox::before {
  content: "";
  background: url(../img/bg_home_aboutbox.png) no-repeat center bottom / contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transform: scale(1.04);
}

#group-link {
  padding: 25px 25px 20px;
}

#group-link h2 {
  text-align: center;
}

#group-link li {
  width: 290px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
}

#group-link li + li {
  margin-top: -5px;
}

#group-link li:nth-of-type(2),
#group-link li:nth-of-type(5) {
  margin-top: -10px;
}

#group-link ul li a {
  width: 290px;
  height: 110px;
  display: block;
  font-size: 0% !important;
  line-height: 0% !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

#group-link ul li:nth-of-type(1) a {
  background: url(../img/group_banner_hoyouen.png) no-repeat center / contain;
}

#group-link ul li:nth-of-type(2) a {
  background: url(../img/group_banner_aiikuen.png) no-repeat center / contain;
}

#group-link ul li:nth-of-type(3) a {
  background: url(../img/group_banner_fukushikai.png) no-repeat center / contain;
}

#group-link ul li:nth-of-type(4) a {
  background: url(../img/group_banner_ican.png) no-repeat center / contain;
}

#group-link ul li:nth-of-type(5) a {
  background: url(../img/group_banner_asc.png) no-repeat center / contain;
}

#volunteersbox {
  height: 60vw;
  padding: 25px 0;
}

#volunteersbox.pickup a::before {
  content: "";
  background:url(../../images/volunteersbox.png) no-repeat center / contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#volunteersbox p {
  text-align: center;
  margin-top: 20px;
}

.pickup a{
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  display:block;
  text-align: center;
  background:no-repeat center center;
  text-decoration: none;
}

.pickup span {
  font-size: 20px;
  color: #88abe4;
  display: block;
}

#consultbox {
  height: 60vw;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

#consultbox::before {
  content: "";
  background:url(../img/bg_home_consultbox.png) no-repeat center bottom / contain;
  position: absolute;
  width: 100%;
  height: 60vw;
  top: 0;
  left: 0;
  display: block;
  transform: scale(1.01);
}

#consultbox h2{
  position:relative;

}

#consultbox p {
 width: 60%;
  position: relative;
}

#friendshipbox {
  height: 63vw;
  position: relative;
}

#friendshipbox a::before {
  content: "";
  background: url(/../images/friendshipbox.png) no-repeat center bottom / 101%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

#friendshipbox p {
  width: 60%;
  position: relative;
}

/* あさかホスピタル グループ　よくある質問　#faq .group ******************/

/*タブ*/
.group#faq .tablabel{
  /*width:670px;
  margin-left:-20px;
  background-image:url(../img/bg_group_faq_tab.png);*/
}

.group#faq .tablabel li:nth-child(n+3) {
  margin-top: 20px;
}

.group#faq .tablabel li + li{
 margin-top: 0;
}

.group#faq .anslist dt{
  font-weight:bold;
  padding-bottom:18px;
}

.group#faq .anslist dt a{
  display:block;
  line-height:22px;
  padding:2px 5px 2px 45px;
  text-decoration:none;
  background:url(../img/bg_faq_anslist_dt.png) no-repeat left top;
}

.group#faq .anslist dt a.selected{ background-color:#fbf1e3; }

.group#faq .anslist dd{
  padding:0 0 15px 70px;
  background:url(../img/bg_faq_anslist_dd.png) no-repeat 46px 0;
}

/* あさかホスピタル グループ　お知らせ　#news .group ******************/

.group#news #main dl{
  padding-bottom:15px;
}

.group#news #main dt img{
  margin-left:15px;
  vertical-align:middle;
}

.group#news #main dd{
  padding:10px 0 20px 45px;
  margin-bottom:20px;
  background:url(../img/bg_title_news.png) no-repeat left 12px;
  border-bottom:1px dotted #88abe4;
  line-height:22px;
  font-size:1.286em; /*18px相当*/
  font-weight:normal;
}

.group#news #main dt span{
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  padding: 0 5px 1px;
  margin-left: 10px;
}

.group#news #main dt span.houjin,
.group#news #main dt span.hospital {
  background: #88ABE4;
}

.group#news #main dt span.aiikuen {
  background: #F09DB3;
}

.group#news #main dt span.fukusikai {
  background: #8FCB75;
}

.group#news #main dt span.ican {
  background: #F7B47C;
}

.group#news #main dd a{
  text-decoration:none;
  color:#88abe4;
  line-height: 1.5;
}

.group#news .pager {
  margin-bottom: 30px;
  overflow: hidden;
}


/*============================================================
お知らせ関連・飛翔・VOICE
============================================================*/

.article{
  padding-bottom:40px;
}

.article a[href$='.pdf'] {
  padding: 5px 20px 5px 0;
  background: transparent url(icons/icon_pdf.gif) no-repeat center right;
}

.article .filedl a{
  padding:0;
  background:none;
}

.article h2{
  padding:3px 0 10px 45px;
  background:url(../img/bg_title_news.png) no-repeat left 5px;
  border-bottom:1px dotted #88abe4;
  line-height: 1.6;
  font-size:1.286em; /*18px相当*/
  color:#88abe4;
  font-weight:normal;
}

#blog .article h2,
#staffblog .article h2{ background-image:url(../img/bg_title_blog.png); }

.article h2 a{
  line-height: 1.6;
  text-decoration:none;
}

.date{
  padding:5px 0 10px 0;
  text-align:right;
  font-size:14px;
}

.bodytxt p {
  font-size: 14px;
  text-align: left;
}

.bodytxt figure:first-child img {
  margin-bottom: 25px;
}

.bodytxt figure:not(:first-child) img {
  margin: 15px 0;
}

.bodytxt iframe {
  width: 100%;
  height: auto;
}

.article .bodytxt table th {
  background: #D9E8F7;
  font-weight: 700;
}

.article .bodytxt table tr > td:first-child {
  width: 30%;
  padding: 15px 0 15px 12px;
  background: #D9E8F7
}

.article .bodytxt table td {
  padding: 15px 12px;
}

.morelink{
  padding-top:1.5em;
  text-align:right;
  height:17px;
  line-height:17px;
}

.morelink a{
  padding-left:20px;
  background:url(../img/bg_morelink.png) no-repeat left center;
}

.filedl {
  text-align: center;
  margin-top: 20px;
}

/****************************************************************************
グループ法人別 .group.site
****************************************************************************/

.group.site#index .column .roundbox.has-image {
  padding: 0;
  width: 345px;
  margin: 20px auto;
}

.group.site#index .column {
  width: 345px;
  margin: 20px auto;
}

.group.site .section .sllist {
  padding-bottom: 15px;
}

.group.site .section .sllist li a {
  text-decoration: underline;
}

.group.site .section table {
  margin-bottom: 30px;
}

/*医療法人 安積保養園 #hoyouen*/
.group.site.hoyouen#index #titlebox{
  background:url(../img/bg_hoyouen_index_titlebox.png) no-repeat center bottom / 310px auto;
  padding-bottom: 140px;
}

.group.site.hoyouen .section dt,
.group.site.aiikuen .section dt {
  line-height: 22px;
  font-weight: bold;
  padding-bottom: 10px;
}

.group.site.hoyouen .section dd,
.group.site.aiikuen .section dd {
  padding-bottom: 10px;
}

/*社会福祉法人 安積愛育園 #aiikuen*/
.group.site.aiikuen#index #titlebox{
  background:url(../img/bg_aiikuen_index_titlebox.png) no-repeat center bottom / 330px auto;
}

.aiikuen#principles .list-indent li {
  text-indent: -0.9em;
  padding-left: 0.9em;
  margin-bottom: 5px;
}

/*社会福祉法人 安積福祉会 #fukusikai*/
.group.site.fukusikai#index #titlebox{
  background:url(../img/bg_fukusikai_index_titlebox.png) no-repeat center bottom / 300px auto;
}

.group:not(.site) #titlebox,
#principles.group #titlebox,
#history.group #titlebox,
#about.group #titlebox,
#message.group #titlebox,
#download.group #titlebox,
#institutions.group #titlebox,
#news.group #titlebox,
#activities.group #titlebox,
#index.fukusikai.motomiya #titlebox,
#about.fukusikai.motomiya #titlebox,
.ariete:not(#index) #titlebox {
  padding-bottom: 0;
}

#institutions.group .section .img_left {
  margin: 30px auto 0;
  display: block;
}

/*============================================================
.ahp あさかホスピタル（病院）
============================================================*/

.ahp #titlebox h1 span.cname {
  width: 250px;
  margin: 0 auto;
  display: block;
}

.ahp .facility-nav,
.ahp .facility-nav .ahp-nav {
  display: block;
}

p.cname {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin: 0px 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

p.cname a {
  text-decoration: none;
  color: #88ABE4;
  margin-right: 5px;
}

p.cname a + a {
  margin-left: 5px;
}

#titlebox {
  padding-bottom: 130px;
  margin-bottom: 30px;
}

#titlebox h1 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 15px;
}

/*#index #titlebox h1 {
  width: 230px;
}*/

.sub {
  font-size: 12px;
  text-align: center;
  position: relative;
  margin: -5px 0 15px 0;
}

#headcopy {
  line-height: 1.8;
  /*font-weight: bold;*/
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

#index #headcopy {
  font-weight: bold;
}

#contents {
 /* background: url(../img/bg_contents_sp.png) no-repeat center -80px / contain #fff;*/
  background: url(../img/bg_contents.png) no-repeat center 0px / 1000px #fff;
}

#index #contents {
  /*background: url(../img/bg_contents_sp.png) no-repeat center top / contain #fff;*/
}

.ahp#index #titlebox {
  background: url(../img/bg_ahp_index_titlebox.png) no-repeat center bottom / 330px auto;
  padding-bottom: 150px;
}

.ahp #titlebox {
  background: url(../img/head_img_ahp.png) no-repeat center bottom / 270px auto;
}

/*#newsbox #recruitbox {
  display: none;
}*/

.ahp#index #recruitbox a {
  display: block;
  width: 230px;
  height: 136px;
  font-size: 0%;
  line-height: 0%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  margin: 25px auto 0;
}

.ahp#index #recruitbox a + a {
  margin-top: 20px;
}

.ahp#index #recruitbox a:nth-child(1) {
  background: url(../../hospital/images/index_newsbox_recruit_img240808.png) no-repeat center / contain;
}

.ahp#index #recruitbox a:nth-child(2) {
  background: url(../../hospital/images/index_newsbox_60th_img240808.png) no-repeat center / contain;
}

#fesbox {
  padding: 0;
}

#fesbox img {
  transform: scale(1.04);
}

#fmebox h2 a img,
#rmebox h2 a img,
#hmebox h2 a img {
  padding-left: 20px;
  vertical-align: middle;
}

#fmebox img,
#hmebox img {
  width: 90px;
}

#index.ahp #fmebox h2,
#index.ahp #hmebox h2 {
  text-align: center;
  padding: 0;
}

#index.ahp #fmebox p,
#index.ahp #hmebox p {
  display: inline-block;
}

.ahp#index #mcbox {
  text-align: center;
  padding: 0;
}

.ahp#index #mcbox h2 {
  display: none;
}

.ahp#index #mcbox li a {
  height: 120px;
  font-size: 15px;
  font-weight: 700;
  display: block;
  padding-top: 10px;
}

.ahp#index #mcbox li a p {
  text-align: center;
}

.ahp#index #mcbox li#mc01 {
  width: 100%;
  float: none;
}

.ahp#index #mcbox li#mc01 a {
  height: auto;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
}

.ahp#index #mcbox li#mc01 a img {
  width: 100px;
}

.ahp#index #mcbox li {
  float: left;
  display: inline;
  text-align: center;
  width: 50%;
}

.ahp#index #mcbox li:not(:first-child) {
  border-top: solid 1px #D9E8F7;
}

.ahp#index #mcbox li:nth-child(2),
.ahp#index #mcbox li:nth-child(4),
.ahp#index #mcbox li:nth-child(6),
.ahp#index #mcbox li:nth-child(8) {
  border-right: solid 1px #D9E8F7;
}

.ahp#index #mcbox li:last-child  {
  padding-top: 20px;
}

.ahp#index #featurebox {
  padding: 0 0 30px;
}

.ahp#index #featurebox h2 {
  text-align: center;
  margin: 30px 0 10px;
}

.ahp#index #featurebox li {
  width: 50%;
  float: left;
}

.ahp#index #featurebox li:nth-child(4) {
  width: 90%;
  margin: 0 auto;
  float: none;
}

.ahp#index #featurebox li:first-child,
.ahp#index #featurebox li:last-child {
  float: none;
  margin: -10px auto;
}

#featurebox .btn {
  width: 300px;
  height: 60px;
  margin: 20px auto 0;
  border-radius: 15px;
  overflow: hidden;
}

#featurebox .btn a {
  background: #88ABE4;
  width: 300px;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: #fff;
  display: block;
  text-decoration: none;
}

#featurebox .btn a p {
  background: url(/common/img/ahp_logo_bird_wht.png) no-repeat left center / 30px auto;
  padding-left: 40px;
  display: inline-block;
}

.guidebox {
  padding: 20px;
}

.guidebox + .guidebox {
  margin-top: 20px;
}

.guidebox h2 {
  font-size: 18px;
  text-align: center;
  padding: 0;
}

.guidebox h2 span {
  font-size: 18px;
}


/*基本理念と使命　#principles*/
.ahp#principles .section dt {
    line-height: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.ahp#principles .section dd {
    padding-bottom: 15px;
}

/*業務機構図（エリア制） #organization */
#organization .enlarge{
  padding-top:20px;
  text-align:right;
}

/*脳ドックフォーム*/
.bdformarea form th {
  width: 30%;
}

.bdformarea form td p {
  padding-top: 10px;
  line-height: 20px;
}

.bdformarea form span {
  margin-left: 0.25em;
}

.courseexp {
  font-size: 85%;
}

.bdformarea span,
.bdformarea .err,
.bdformarea .domain {
  color: #f67294;
}

.bdformarea td span {
  color: #50453f;
}

/*============================================================
.acc あさかこころクリニック
============================================================*/

.acc#index #titlebox{
  background:url(../img/acc_index_titlebox.png)no-repeat center bottom / 300px auto;
  padding-bottom: 150px;
}

.acc #fmebox,
.acc #rmebox {
  width: 47%;
  text-align: center;
  margin: 0;
}

.acc #fmebox img {
  width: 50px;
}

.acc #rmebox img {
  width: 60px;
}

.acc #fmebox h2,
.acc #rmebox h2 {
  padding: 0;
}

.acc#index #bcbox {
  text-align: center;
}

.acc#index #bcbox img {
  width: 70px;
  margin-bottom: 10px;
}

.acc#index #bcbox p {
  text-align: left;
}

/****************************************************************************
あさかホームケアーズ　.ahc .hoyouen
****************************************************************************/

.ahc #side .inner{ padding-bottom:5px; }

.ahc #shlist h4{
  font-size:13px;
  margin-left:0;
  padding-top:10px;
  padding-bottom:5px;
}

/* あさかホームケアーズ　トップページ　#index　.ahc .hoyouen ******************/
.ahc#index #titlebox{
  background:url(../img/ahc_index_titlebox.png) no-repeat center bottom / 300px auto;
}

.ahc#index #daycarebox h2,
.ahc#index #homecarebox h2,
.ahc#index #carestationbox h2,
.ahc#index #helperstationbox h2,
.ahc#index #communitybox h2{
  font-size:21px;
  text-align:center;
}

.ahc#index #daycarebox p,
.ahc#index #homecarebox p,
.ahc#index #carestationbox p,
.ahc#index #helperstationbox p,
.ahc#index #communitybox p{
  padding-top:15px;
}

.ahc#index #aboutbox{
  width:290px;
  height:26px;
  padding:22px 5px;
  margin-bottom:30px;
  text-align:center;
}

/* あさかホームケアーズ　とは　#about .ahc .hoyouen ******************/

.ahc#about #main .roundbox{
  padding:20px 10px;
}

.ahc#about #main .column .roundbox h3{
  font-size:20px;
}

/* あさかホームケアーズ　各サービス　.ahc .hoyouen ******************/
#contactbox{
  position:relative;
  padding:10px 15px 15px;
  margin-bottom:20px;

  background:url(../img/ahc_contactbox.png) no-repeat center top #d9e8f7;
  -webkit-border-radius: 4px; /*Safari Chrome*/
  -moz-border-radius: 4px; /*FireFox*/
  border-radius: 4px; /*IE Opera*/
  behavior: url(/common/css/PIE.htc);
}

#contactbox h2{
  height:35px;
  text-align:center;
  font-size:18px;
  color:#fff;
}

#contactbox h3,
#contactbox h4{
  font-weight: 700;
  position:relative;
  margin:22px 0 10px 0;
  background:#fff;
  line-height:30px;
  text-align:center;
  color:#88abe4;
  -webkit-border-radius: 15px; /*Safari Chrome*/
  -moz-border-radius: 15px; /*FireFox*/
  border-radius: 15px; /*IE Opera*/
  behavior: url(/common/css/PIE.htc);
  line-height: 1.6;
  padding: 5px 0;
}
#contactbox h4{ font-weight:normal; }

#contactbox li{
  text-align:center;
}

#contactbox li.phon{
  padding-top:5px;
  font-weight:bold;
  font-size:18px;
  color:#88abe4;
}

/****************************************************************************
啓寿園　.kjen .hoyouen
****************************************************************************/

.kjen#index #titlebox{
  background:url(../img/kjen_index_titlebox.png)no-repeat center bottom / 300px auto;
}

.img_right,
.box_right img {
  width: 100%;
  height: auto !important;
  display: block;
  margin: 20px auto;
}

.img_right {
  width: 60%;
}

.kjen#principles .section dt {
  line-height: 22px;
  font-weight: bold;
  padding-bottom: 10px;
}

.kjen#principles .section dd {
  padding-bottom: 10px;
}

#principles .section th{
  width: 30%;
}

/****************************************************************************
パローネ .pallone .aiikuen
****************************************************************************/

.pallone#service td dl,
.pallone#service dl.season{
  position:relative;
}

.pallone#service td dt,
.pallone#service dl.season dt{
  position: absolute;
  left: 0;
  width: 11em;
}

.pallone#service dl.season dt{
  width:3em;
}

.pallone#service td dd{
  padding-left:11em;
}
.pallone#service dl.season dd{
  padding-left:3em;
}

/****************************************************************************
しらさわ有寿園 .yjen .fukusikai
****************************************************************************/

.yjen#feature .flex.col5 li {
  background: none !important;
  text-align: center;
}

.yjen#feature .flex.col5 li p {
  font-size: 0.858em;
  text-align: center;
  margin-top: 5px;
}

/****************************************************************************
本宮市白沢地域包括支援センター .motomiya .fukusikai
****************************************************************************/

#index.motomiya #aboutbox {
  padding: 20px 0;
}

.motomiya #btn-menu-bottom a {
  font-size: 14px;
}

/****************************************************************************
アルバ　.alba .aiikuen
****************************************************************************/

.alba#index #albabox,
.alba#index #cielobox,
.alba#index #eccobox{
  padding: 15px 5px;
}

/****************************************************************************
あすなろ荘　.asunaro .aiikuen
****************************************************************************/

#installation.asunaro .headimg {
  padding-bottom: 0;
}


/****************************************************************************
カーサ・ヴォッキオ　.vecchio .fukusikai
****************************************************************************/

/* カーサ・ヴォッキオ　トップページ　#index　.vecchio .fukusikai */
.vecchio#index .vecchiotel {
  display: none;
}

.vecchio#download .vecchiotel-home,
.vecchio#news .vecchiotel-home,
.vecchio#price .vecchiotel-home {
  display: none;
}

/*各種ダウンロード 有寿園 ヴォッキオ ミッレ 啓寿園 共通*/

#download .article h2{
  line-height:1.637em;
  margin-bottom:15px;
  color:#88abe4;
  font-weight:normal;
  padding-left:20px;
  background:url(../img/bg_h2.png) no-repeat left 9px;
}

#download .article h3{
  height:40px;
  line-height:40px;
  font-size:1.143em; /*16px相当*/
  padding-left:36px;
  background:url(../img/bg_h3.png) no-repeat left top #bbd0f1;
  /*角丸*/
  position:relative;
  -webkit-border-radius: 4px; /*Safari Chrome*/
  -moz-border-radius: 4px; /*FireFox*/
  border-radius: 4px; /*IE Opera*/
  behavior: url(/common/css/PIE.htc);
}

#download .bodytxt,
#download .coverimg{
  padding-top:10px;
  padding-bottom:0;
}

#download .coverimg img{
  border:1px solid #dadada;
}

/*スライドパネル*/
.spswitch{
  float:right;
  display:inline;
  height:26px;
  width:26px;
  padding:7px 0;
  margin-top:-55px;
  margin-right:7px;
}

.spswitch a{
  display:none;
  position:relative;
  height:26px;
  width:26px;
  background:url(../img/group_contact_fpswitch.png) no-repeat center top;
  text-indent:-999999px;
  overflow:hidden;
  line-height:0%;
  font-size:0%;
}

.spswitch a.close{
  background-position:center bottom;
}

/****************************************************************************
ポニー保育園　.pony .fukusikai
****************************************************************************/

.pony.fukusikai #titlebox {
  padding-bottom: 0;
}

/****************************************************************************
アイキャン .ariete
****************************************************************************/

.ariete .column .has-logo a i {
  width: 50px;
  display: inline-block;
  margin-right: 5px;
}

.ariete#index #agribox {
  text-align: center;
  padding: 0 !important;
  overflow: hidden;
}

.ariete#index #agribox img {
  transform: scale(1.3);
  position: relative;
}

.ican-nav {
  align-items: center;
}

.ican-nav a {
  text-align: center;
  text-decoration: none;
}

.ican-nav .title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #88abe4;
}

.ican-nav .fname {
  font-size: 18px;
  font-weight: 500;
  color: #88abe4;
  text-align: center;
  margin-bottom: 10px;
}

.ican-nav .fname span {
  font-size: 14px;
  margin-right: 10px;
}

.ican-nav .box {
  text-align: center;
}

#hataraku .box a {
  margin-top: 10px;
  display: block;
}

#hataraku .fname {
  text-align: center;
}

#kurasu ul {
  text-align: center;
  margin: 20px 0 10px;
}

#kurasu ul li {
  font-size: 15px;
  font-weight: 500;
  color: #88abe4;
  margin: 0 5px;
  display: inline-block;
}

/****************************************************************************
グループアクセスマップ 211018追加
****************************************************************************/

#access #map-wrap .inner {
  position: relative;
}


.sticky {
  position: -webkit-sticky !important; /* Safari */
  position: sticky !important;
  z-index: 2;
}

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

#map-wrap .sticky {
  top: 60px;
}

#access .head-area {
  height: 44px;
  padding: 0;
}

#access.group #titlebox {
  background: none !important;
}

#content {
  padding: 0 0 30px;
}

#map-wrap {
  padding-top: 60px;
  margin-top: -50px;
}

#map-wrap .pcLeft {
  width: 100%;
  height: 98%;
  position: absolute;
}

#map-wrap .sticky,
#map-wrap #gmap-area {
  transition: all 0.5s ease 0s;
}

#close {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  opacity: 0;
  position: absolute;
  top: 82px;
  right: 10px;
  z-index: 2;
  transition: all 0.5s ease 0s;
}

#close::before,
#close::after {
  content:"";
  position:absolute;
  display:inline-block;
  top: 8px;
  left: 18px;
  width: 4.5px;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #666;
}

#close::before{
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

#close::after{
  -moz-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

#gmap-area {
  width: 100%;
  height: 210px;
}

#list {
  width: 100%;
  background: #fff;
  padding: 290px 0 20px;
  position: relative;
}

.map-tab_item {
  padding: 0 5px;
}

.map-tab_item li {
  margin-top: 20px;
  border-top: solid 1px #ccc;
  padding-top: 20px !important;
}

.map-tab_item li,
.map-tab_item li a {
  font-size: 14px !important;
}

.map-tab_item li a {
  text-decoration: underline;
}

.map-tab_item li p {
  text-align: left;
}

.map-tab_item li > p:first-child {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
}

.map-tab_item li .info {
  margin: 5px 0 10px;
}

.map-tab_item li dt {
  line-height: 1.8;
  float: left;
}

.map-tab_item li dd {
  line-height: 1.8;
  padding-left: 40px;
}

.map-tab_item li .pointer {
  text-decoration: underline;
  margin-bottom: 5px;
}

.map-tab_item li .arrow {
  font-size: 14px;
  padding: 0 0 0 40px;
  color: #808080;
}

.map-tab_item li .arrow::before {
  background: #808080;
  left: 0;
  top: 60%;
}

.map-tab_item li .arrow::after {
  width: 10px;
  height: 10px;
  top: 40%;
  left: 13px;
  border-top: 1px solid #808080;
}

.winLink {
  text-decoration: underline;
  margin-top: 5px;
  display: block;
}

.map-tab .sub-nav li a {
  line-height: 2;
  padding-left: 0;
}

#map-wrap #select-area {
  background: #fff;
  height: 80px;
  padding: 20px 0;
  position: absolute;
  z-index: 1;
}

#map-wrap .selecter {
  background: #fff;
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  position: relative;
  top: 0;
  z-index: 2;
}

.extraction {
  background: #5f90cc;
  width: 100%;
  font-weight: 600;
  color: #fff;
  padding: 8px 5px;
  border: solid 1px #5f90cc;
  border-radius: 5px;
  cursor: pointer;
}

.aiikuen .extraction {
  background: #f39185;
  border: solid 1px #f39185;
}

.fukushikai .extraction {
  background: #8ab10d;
  border: solid 1px #8ab10d;
}

.ican .extraction {
  background: #ffb240;
  border: solid 1px #ffb240;
}

.asc .extraction {
  background: #009c90;
  border: solid 1px #009c90;
}

/*.customSelect::after {
  width: 8px !important;
  height: 8px !important;
  position: absolute;
  right: 15px !important;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}*/

#map-wrap .area {
  margin-top: 40px;
  position: relative;
}

#map-wrap .area::before {
  color: #fff;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: -30px;
  background: #ccc;
  padding: 5px 10px;
  border-radius: 5px;
}

#map-wrap .area-koriyama::before {
  content: "郡山市";
}

#map-wrap .area-motomiya::before {
  content: "本宮市";
}

#map-wrap .area-inawashiro::before {
  content: "猪苗代町";
}

#map-wrap .area-miharu::before {
  content: "三春町";
}

/****************************************************************************
ボランティア募集 #volunteers
****************************************************************************/

#volunteers .flex-sp {
  margin-top: -20px;
}

#volunteers .flex-sp .roundbox {
  width: calc(100% / 2 - 10px);
  margin-top: 20px;
}

#volunteers .flex-sp .roundbox h3 {
  padding: 0;
}


/***********************************
.各コンテンツ
************************************/





