@charset "utf-8";

/*************************************************************
*
* トップページ
*
*************************************************************/

/*************************************************************
* SNS
*************************************************************/
.content.sns {
  margin-top: -30px;
  padding-bottom: 15px;
  padding-top: 70px;
  
  border-bottom: 2px #cccc99 solid;
  
  background-image: url(../img/sns_leaf.png), url(../img/pattern/bg_pattern01.png);
  background-repeat: no-repeat, repeat;
  background-position: center top, center;
}
.content.sns .container{
  position: relative;
}
.content.sns .sign {
  position: absolute;
  bottom: 70px;
  left: -50%;
  right: 0;
  margin: auto;
}
.fb-page {
  float: right;
  width: 45%;
  margin-right: 70px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .content.sns {
    text-align: center;
  }
  .content.sns .sign {
    position: static;
    margin-top: 50px;
    margin-bottom: 20px;
    float: left;
  }
  
  .fb-page {
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .content.sns .sign {
    display: none;
  }
  .fb-page {
    padding-top: 40px;
    width: auto;
  }
}
/*************************************************************
* 特徴
*************************************************************/
.content.feature {
  background-color: #f6f4ed;
}
.content.feature .headline_type1 {
  margin-bottom: 60px;
}
.content.feature .box_type1 {
  max-width: 298px;
}
@media screen and (max-width: 768px) {
  .content.feature .box_type1 {
    margin: auto;
    margin-bottom: 60px;
  }
}
/*************************************************************
* 施設ギャラリー
*************************************************************/
.content.gallery .slide {
  margin-top: 45px;
  margin-bottom: 45px;
}
.content.gallery .slick-next {
  left: 0;
  right: -33.66666%;
  margin: auto;
  z-index: 2;
  width: 40px;
  height: 40px;
}
.content.gallery .slick-prev {
  right: 0;
  left: -33.66666%;
  margin: auto;
  z-index: 2;
  width: 40px;
  height: 40px;
}
.content.gallery .slick-prev:before,
.content.gallery .slick-next:before {
  font-size: 35px;
  color: #09c;
}
@media screen and (max-width: 768px) {
  .content.gallery .slick-next {
    right: 6%;
    left: auto;
  }
  .content.gallery .slick-prev {
    left: 3%;
    right: auto;
  }
}
/*************************************************************
* 入居をご検討の方へ
*************************************************************/
.content.considering {
  background-image: url(../img/top_considering_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 470px;
  position: relative;
  border-bottom: 2px #cccc99 solid;
}
.content.considering > img {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
}
.content.considering .container > div {
  float: right;
  width: 60%;
  padding-left: 20px;
  margin-top: 35px;
}
.content.considering .container > div p {
  border-bottom: #ebebeb 1px solid;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.content.considering .container > div small {
  color: #ae5700;
  font-size: 0.857em;
}
.content.considering .btn_box {
  margin-top: 15px;
}
.content.considering .btn_box .btn_type1 {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 979px) {
	.content.considering {
		height: 500px;
	}
  .content.considering .btn_box .btn_type1 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .content.considering {
    height: auto;
  }
  .content.considering > img {
    display: none;
  }
  .content.considering .container > div {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .content.considering .btn_box .btn_type1 {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
}
/*************************************************************
* パセム西宮について
*************************************************************/
.content.about {
  position: relative;
  border-bottom: #f5f5f5 1px solid;
}
.content.about p {
  text-align: center;
  
  margin-top: 70px;
  margin-bottom: 100px;
}
.content.about > img {
  position: absolute;
  right: 1.96078431372549%;
  bottom: 50px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .content.about > img {
    bottom: 0;
    margin: auto;
    top: -43%;
    opacity: 0.4;
  }
}
@media screen and (max-width: 479px) {
  .content.about > img {
    display: none;
  }
}
/*************************************************************
* 採用情報
*************************************************************/
.content.recruit {
  background-color: #f6f4ed;
}
.content.recruit p {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}
.content.recruit .container {
  position: relative;
  height: 205px;
}
.content.recruit .container img {
  position: absolute;
  margin: auto;
  
  margin-bottom: 55px;
}
.content.recruit .container .one {
  left: -70%;
  right: 0;
  top: 0;
  bottom: 25px;
}
.content.recruit .container .two {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.content.recruit .container .three {
  left: 0;
  right: -70%;
  top: 0;
  bottom: 25px;
}
@media screen and (max-width: 768px) {
  .content.recruit p {
    margin-bottom: 20px;
  }
  .content.recruit .container img {
    width: 30%;
  }
  .content.recruit .container .one {
    left: -65%;
  }
  .content.recruit .container .three {
    right: -65%;
  }
}
@media screen and (max-width: 479px) {
  .content.recruit .container {
    height: 155px;
  }
}

/*************************************************************
*
* パセム西宮について
*
*************************************************************/
/*************************************************************
* あいさつ
*************************************************************/
.about .content.gleet .container {
  max-width: 740px;
}
.about .content.gleet p {
  letter-spacing: 0.16rem;
  line-height: 1.5;
  text-align: justify;
}
.about .content.gleet .name {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  letter-spacing: 0.16rem;
  line-height: 1.5;
  text-align: right;
  font-weight: bold;
  
  margin-top: 30px;
}
.about .content.gleet .name span {
  font-size: 0.666em ;
  margin-right: 30px;
}
/*************************************************************
* 理念
*************************************************************/
.about .content.philosophy {
  text-align: center;
  padding-bottom: 90px;
  
  background-image: url(../img/pattern/bg_pattern_dot.png), url(../about/img/bg_img01.jpg);
  background-size: auto, cover;
  background-position:center, center;
  background-repeat: repeat, no-repeat;
}
.about .content.philosophy .headline_type2 {
  color: #fff;
  margin-bottom: 70px;
}
.about .content.philosophy .headline_type2::before {
  background-color: #fff;
}
.about .content.philosophy p {

}
@media screen and (max-width: 479px) {
  .about .content.philosophy .headline_type2 {
    margin-bottom: 30px;
  }
}
/*************************************************************
* 概要
*************************************************************/
.about .content.detail {
  border-bottom: #d5cbaa 2px solid;
}
/*************************************************************
*
* お問い合わせ・資料請求
*
*************************************************************/

/* クリアフィックス */
.table_inquiry td div:before,
.table_inquiry td div:after {
  content:"";
  display:table;
}
.table_inquiry td div:after {clear:both;}
.table_inquiry td div 	  {zoom:1;}

.inquiry .headline {
  margin-bottom: 25px;
}

.inquiry .attention {
  max-width: 700px;
  margin: auto;
  font-size: 1.2rem;
}
.inquiry .content .btn_type2 {
  margin-top: 60px;
}

.inquiry .content .btn_type2.disabled {
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: grayscale(100%);
  opacity: 0.5;
}
.inquiry .content .btn_type2.disabled::after {
  content: none;
}
.inquiry .content .btn_type2.disabled:hover {
  color: #09c;
}


/*************************************************************
* thanks
*************************************************************/
.thanks .box_inquiry {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .subpage.inquiry .mainimage .headline_type1 {
    font-size: 2.2rem;
  }
}

/*************************************************************
*
* 料金案内
*
*************************************************************/
.plan .content {
  border-bottom: 2px solid #d5cbaa
}
.plan .content strong {
  font-size: 2.4rem;
  letter-spacing: 0.16rem;
  line-height: 0.875;
}

.plan .content .note {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.75;
  text-indent: -1.1em;
  margin: auto;
  margin-left: 1.1em;
  
  display: block;
  max-width: 700px;
}
.plan .content.start .container > *,
.plan .content.monthly .container > * {
  text-align: center;
}

/*************************************************************
* 月額利用料
*************************************************************/
.plan .content.monthly .table_type2 thead th {
  letter-spacing: 1rem;
}
/*************************************************************
* 介護保険利用限度自己負担額の目安
*************************************************************/
.plan .content.self_pay .table_container {
  margin-top: 10px;
  margin-bottom: 16px;
}
.plan .content.self_pay .table_type2 {
  max-width: 100%;
}
.plan .content.self_pay .table_type2 thead th {
  padding: 5px 13px 3px;
}
.plan .content.self_pay .swipe {
  width: 200px;
  height: 200px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateX(75px);
  -ms-transform: translateX(75px);
  -o-transform: translateX(75px);
  transform: translateX(75px);
  position: fixed;
  z-index: 10;
  bottom:45%;
  left:0;
  right:0;
  z-index: 50;
  margin: auto;
  /*display: none;*/

  font-size: 8rem;
  fill: #09c;
}
.plan .content.self_pay .headline_type2 + small {
  display: block;
  text-align: right;
}
.plan .content.self_pay .note {
  max-width: 900px;
}
.plan .content.self_pay .button_box {
  text-align: center;
}
.plan .content.self_pay .button_box > * {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .plan .content.self_pay .table_type2 {
    min-width: 720px;
  }
  .plan .content.self_pay .button_box > * {
    margin-bottom: 20px;
  } 
}
@media screen and (max-width: 479px) {
  .plan .content.self_pay .button_box > * {
    margin-left: 0;
    margin-right: 0;
  }
}
/*************************************************************
*
* 施設の特徴
*
*************************************************************/
.feature .content {
  border-bottom: 2px solid #d5cbaa
}
/*************************************************************
* レクリエーション
*************************************************************/
.feature .content.recreation .calendar {
  border-radius: 10px;
  border: #09c 2px solid;
  overflow: hidden;
  max-width: 730px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
}
.feature .content.recreation .calendar .headline {
  text-align: center;
  background-color: #09c;
  padding: 10px 20px 7px;
}
.feature .content.recreation .calendar .flexbox.outer {
  -webkit-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}
.feature .content.recreation .calendar .flexbox.inner {
  -webkit-flex-direction: row;
  flex-direction: row;
  flex: 1 1 50%;
}
.feature .content.recreation .calendar .flexbox .item {
  flex: 1 1 55px;
}
.feature .content.recreation .calendar .flexbox .item .month {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.65rem;
}
.feature .content.recreation .calendar .flexbox .item .month span {
  font-size: 1.9em;
  letter-spacing: -0.15rem;
  line-height: 1.5;
  padding-right: 0.5px;
}
.feature .content.recreation .calendar .flexbox .item.one .month {
  background-color: #999; 
}
.feature .content.recreation .calendar .flexbox .item.two .month {
  background-color: #ccc; 
}
.feature .content.recreation .calendar .flexbox .item.three .month {
  background-color: #fc9; 
}
.feature .content.recreation .calendar .flexbox .item.four .month {
  background-color: #f99; 
}
.feature .content.recreation .calendar .flexbox .item.five .month {
  background-color: #6c6; 
}
.feature .content.recreation .calendar .flexbox .item.six .month {
  background-color: #CADEF9; 
}
.feature .content.recreation .calendar .flexbox .item.seven .month {
  background-color: #9999FF; 
}
.feature .content.recreation .calendar .flexbox .item.eight .month {
  background-color: #6666FF; 
}
.feature .content.recreation .calendar .flexbox .item.nine .month {
  background-color: #9999CC; 
}
.feature .content.recreation .calendar .flexbox .item.ten .month {
  background-color: #FFCC66; 
}
.feature .content.recreation .calendar .flexbox .item.eleven .month {
  background-color: #999999; 
}
.feature .content.recreation .calendar .flexbox .item.twelve .month {
  background-color: #CCCCCC; 
}
.feature .content.recreation .calendar .flexbox .item:not(:last-child) .month,
.feature .content.recreation .calendar .outer .inner:first-child .item:last-child .month {
  border-right: 2px solid #fff;
}
.feature .content.recreation .calendar .flexbox .item:not(:last-child) .text,
.feature .content.recreation .calendar .outer .inner:first-child .item:last-child .text {
  border-right: 2px solid #09c;
}

.feature .content.recreation .calendar .flexbox .item .text {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #09c;
  text-align: left;
  
  padding: 7px 10%;
  width: 100%;
  height: 200px;
  position: relative;
}
.feature .content.recreation .calendar .flexbox .item .text span {
  display: block;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  
  width: 33px;
}
.feature .content.recreation .calendar .note {
  background-color: #fff;
  color: #FF9934;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  border-radius: 15px;
  border: #09c 2px solid;
  padding: 5px 10px 2px;
  width: 80%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}
.feature .content.recreation .calendar .note span {
  font-size: 0.8em;
}
.feature .content.recreation p a {
  color: #336699;
  font-weight: bold;
}
.feature .content.recreation .row img {
  margin-bottom: 30px;
}
.feature .content.foods .button_box {
  text-align: center;
  margin-top: 70px;
}
.feature .content.foods .button_box > * {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .feature .content.recreation .calendar .flexbox.outer {
    /*-webkit-flex-direction: column;
    flex-direction: column;*/
    display: block;
  }
  .feature .content.recreation .calendar .flexbox .item {
    flex: 1 1 16.6666666%;
  }
  .feature .content.recreation .calendar .outer .inner:first-child .item:last-child .month {
    border-right: none;
  }
  .feature .content.recreation .calendar .outer .inner:first-child .item:last-child .text {
    border-right: none;
  }
  .feature .content.recreation .calendar .flexbox .item .text {
    height: 230px;
  }
  .feature .content .slick-prev {
    left: 3%;
    right: auto;
    z-index: 2;
    width: 40px;
    height: 40px;
  }
  .feature .content .slick-next {
    right: 3%;
    left: auto;
    width: 40px;
    height: 40px;
  }
  .feature .content .slick-prev:before, .feature .content .slick-next:before {
    font-size: 35px;
    color: #09c;
  }
}
@media screen and (max-width: 479px) {
  .feature .content.recreation .calendar .flexbox .item .month {
    font-size: 1.4rem;
  }
  .feature .content.foods .button_box > * {
    margin-left: auto;
    margin-right: auto;
  }
  .feature .content.recreation .calendar .note {
    font-size: 1.4rem;
    width: 90%;
  }
}

/*************************************************************
*
* 入居をご検討の方へ
*
*************************************************************/
.considering .content {
  border-bottom: 2px solid #d5cbaa
}
.considering .content .note {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.75;
  text-indent: -1.1em;
  margin: auto;
  margin-left: 1.1em;
  margin-top: 10px;
  
  display: block;
  max-width: 700px;
}
/*************************************************************
* 一日の流れ
*************************************************************/
.considering .day {
  position: relative;
}

.considering .day .flexbox {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 50px;
}
.considering .day .flexbox .item {
  padding: 10px;
  padding-bottom: 25px;
  flex: 1 1 25%;
  position: relative;
}
.considering .day .flexbox .item.spare {

}
.considering .day .flexbox .item .image {
  border-radius: 50%;
  overflow: hidden;
  border: #ff9934 6px solid;
}
.considering .day .flexbox .item .text {
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 1.6rem;
  
  background-color: #ff9934;
  position: relative;
  width: 140px;
  height: 140px;
  margin: auto;
  margin-top: -72px;
  padding: 30px 6px;
}
.considering .day .flexbox .item .text time {
  font-size: 2.25em;
  line-height: 1.33333;
  
  display: block;
}
.considering .day .flexbox .item .text::after {
  content: "";
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
}
.considering .day .flexbox .item .text.right::after {
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #ff9a34;
  top: 20px;
  bottom: 0;
  right: -25px;
}
.considering .day .flexbox .item .text.bottom::after {
  border-width: 30px 15px 0 15px;
  border-color: #ff9a34 transparent transparent transparent;
  bottom: -25px;
  right: 0;
  left: 0;
}
.considering .day .flexbox .item .text.left::after {
  border-width: 15px 30px 15px 0;
  border-color: transparent #ff9a34 transparent transparent;
  top: 20px;
  bottom: 0;
  left: -25px;
}
.considering .day .flexbox .item.nine.top::after,
.considering .day .flexbox .item.eight.top::after {
  content: "";
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 30px 15px;
  border-color: transparent transparent #ff9a34 transparent;
  top: -15px;
  right: 0;
  left: 0;
}
.considering .day .flexbox .item.eight .text::after,
.considering .day .flexbox .item.nine .text::after,
.considering .day .flexbox .item.ten .text::after {
  content:none;
}

.considering .day .flexbox .item.spare1 img,
.considering .day .flexbox .item.spare2 img,
.considering .day .flexbox .item.spare3 img, 
.considering .day .flexbox .item.spare4 img {
  position: absolute;
}

.considering .day .flexbox .item.spare1,
.considering .day .flexbox .item.spare2,
.considering .day .flexbox .item.spare3,
.considering .day .flexbox .item.spare4 {
  position: relative;
}
.considering .day .flexbox .item.spare1 .pop01 {
  top: -20%;
  left: -12%;
}

.considering .day .flexbox .item.spare4 .pop02 {
  bottom: -16%;
  right: -12%;
}

.considering .day .flexbox .item.spare3 .pop03 {
  bottom: -16%;
  left: -12%;
}
.considering .day .pop04 {
  position: absolute;
  bottom: 0;
  top: -20%;
  left: -2%;
  right: 0;
  margin: auto;
}
.considering .day .flexbox .item.one   { 
  -webkit-order: 1; 
  order: 1; 
}
.considering .day .flexbox .item.two   { 
  -webkit-order: 2;
  order: 2; 
}
.considering .day .flexbox .item.three { 
  -webkit-order: 3;
  order: 3;
}
.considering .day .flexbox .item.three-add { 
  -webkit-order: 4;
  order: 4;
}
.considering .day .flexbox .item.four  { 
  -webkit-order: 8; 
  order: 8; 
}
.considering .day .flexbox .item.five  { 
  -webkit-order: 12;
  order: 12;
}
.considering .day .flexbox .item.six   { 
  -webkit-order: 16;
  order: 16;
}
.considering .day .flexbox .item.six-add   { 
  -webkit-order: 15;
  order: 15;
}
.considering .day .flexbox .item.seven { 
  -webkit-order: 14;
  order: 14;
}
.considering .day .flexbox .item.eight { 
  -webkit-order: 13;
  order: 13;
}
.considering .day .flexbox .item.nine  { 
  -webkit-order: 9;
  order: 9;
}
.considering .day .flexbox .item.ten   { 
  -webkit-order: 5;
  order: 5;
}
.considering .day .flexbox .item.spare1 { 
  -webkit-order: 6;
  order: 6;
}
.considering .day .flexbox .item.spare2 { 
  -webkit-order: 7; 
  order: 7; 
}
.considering .day .flexbox .item.spare3 { 
  -webkit-order: 10; 
  order: 10; 
}
.considering .day .flexbox .item.spare4 { 
  -webkit-order: 11; 
  order: 11; 
}
@media screen and (max-width: 979px) {
  .considering .day .flexbox .item .text {
    font-size: 1.3rem;
    width: 120px;
    height: 120px;
    margin-top: -50px;
  }
  .considering .day .flexbox .item .text.right::after,
  .considering .day .flexbox .item .text.left::after {
    top: 15px;
  }
  
  .considering .day .pop04 {
    max-width: 53%;
  }
}
@media screen and (max-width: 768px) {
  .considering .day .flexbox .item {
    flex: 1 1 33.33333%;
  }
  .considering .day .flexbox .item .text {
    font-size: 1.1rem;
    padding: 20px 6px;
    width: 100px;
    height: 100px;
  }
  .considering .day .flexbox .item .text time {
    font-size: 2em;
  }
  
  .considering .day .flexbox .item.three .text.right::after {
    border-width: 30px 15px 0 15px;
    border-color: #ff9a34 transparent transparent transparent;
    bottom: -25px;
    top: auto;
    left: 0;
    right: 0;
  }
  .considering .day .flexbox .item.seven .text.left::after {
    content: none;
  }
  .considering .day .flexbox .item.seven.top::after {
    content: "";
    position: absolute;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 30px 15px;
    border-color: transparent transparent #ff9a34 transparent;
    top: -15px;
    right: 0;
    left: 0;
  }
  
  .considering .day .flexbox .item.one   { 
    -webkit-order: 1; 
    order: 1; 
  }
  .considering .day .flexbox .item.two   { 
    -webkit-order: 2; 
    order: 2; 
  }
  .considering .day .flexbox .item.three { 
    -webkit-order: 3; 
    order: 3; 
  }
	.considering .day .flexbox .item.three-add { 
    -webkit-order: 6; 
    order: 6; 
  }
  .considering .day .flexbox .item.four  { 
    -webkit-order: 9; 
    order: 9; 
  }
  .considering .day .flexbox .item.five  { 
    -webkit-order: 12; 
    order: 12; 
  }
  .considering .day .flexbox .item.six   { 
    -webkit-order: 15; 
    order: 15; 
  }
	.considering .day .flexbox .item.six-add   { 
    -webkit-order: 14; 
    order: 14; 
  }
  .considering .day .flexbox .item.seven { 
    -webkit-order: 13; 
    order: 13; 
  }
  .considering .day .flexbox .item.eight { 
    -webkit-order: 10; 
    order: 10; 
  }
  .considering .day .flexbox .item.nine  { 
    -webkit-order: 7; 
    order: 7; 
  }
  .considering .day .flexbox .item.ten   { 
    -webkit-order: 4; 
    order: 4; 
  }
  .considering .day .flexbox .item.spare1 { 
    -webkit-order: 5; 
    order: 5; 
  }
  .considering .day .flexbox .item.spare2 { 
    -webkit-order: 16; 
    order: 16; 
  }
	.considering .day .flexbox .item.spare3 { 
    -webkit-order: 11; 
    order: 11; 
  }
	.considering .day .flexbox .item.spare4 { 
    -webkit-order: 8; 
    order: 8; 
  }
  
  .considering .day .pop04 {
    max-width: 57%;
    bottom: 23%;
    left: -6%;
  }
}
@media screen and (max-width: 479px) {
  .considering .day .flexbox {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .considering .day .flexbox .item {
    flex: 1 1 100%;
    max-width: 240px;
    margin: auto;
  }
  
  .considering .day .flexbox .item .text {
    font-size: 1.3rem;
    padding: 30px 6px;
    width: 130px;
    height: 130px;
  }
  .considering .day .flexbox .item .text time {
    font-size: 2.25em;
  }
  
  .considering .day .flexbox .item .text::after,
  .considering .day .flexbox .item::after {
    content: none !important;
  }
  
  .considering .day .flexbox .item.one   { 
    -webkit-order: 1; 
    order: 1; 
  }
  .considering .day .flexbox .item.two   { 
    -webkit-order: 2; 
    order: 2; 
  }
  .considering .day .flexbox .item.three { 
    -webkit-order: 3; 
    order: 3; 
  }
	.considering .day .flexbox .item.three-add { 
    -webkit-order: 4; 
    order: 4; 
  }
  .considering .day .flexbox .item.four  { 
    -webkit-order: 5; 
    order: 5; 
  }
  .considering .day .flexbox .item.five  { 
    -webkit-order: 6; 
    order: 6; 
  }
  .considering .day .flexbox .item.six   { 
    -webkit-order: 7; 
    order: 7; 
  }
	.considering .day .flexbox .item.six-add   { 
    -webkit-order: 8; 
    order: 8; 
  }
  .considering .day .flexbox .item.seven { 
    -webkit-order: 9; 
    order: 9; 
  }
  .considering .day .flexbox .item.eight { 
    -webkit-order: 10; 
    order: 10; 
  }
  .considering .day .flexbox .item.nine  { 
    -webkit-order: 11; 
    order: 11; 
  }
  .considering .day .flexbox .item.ten   { 
    -webkit-order: 12; 
    order: 12; 
  }
  .considering .day .flexbox .item.spare1 { display: none; }
  .considering .day .flexbox .item.spare2 { display: none; }
  .considering .day .flexbox .item.spare3 { display: none; }
  .considering .day .flexbox .item.spare4 { display: none; }
  
  .considering .day .pop01,
  .considering .day .pop02,
  .considering .day .pop03 {
    display: none;
  }
  
  .considering .day .pop04 {
    bottom: 490px;
    top: auto;
    max-width: 100%;
  }
}
/*************************************************************
* 体験入居のご案内
*************************************************************/
.considering .guide .headline {
  background-color: #ff9a34;
  color: #fff;
  padding: 7px 15px 4px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.considering .guide .row {
  margin-bottom: 50px;
}
/*************************************************************
* ご入居までの流れ
*************************************************************/
.considering .content.step .headline_type2 {
  margin-bottom: 100px;
}
.considering .content.step .button_box {
  text-align: center;
  margin-top: 70px;
}
.considering .content.step .button_box > * {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}
.considering .content.step .box_type1.up {
  min-height: 415px;
  margin-bottom: 60px;
}
.considering .content.step .box_type1.low {
  min-height: 535px;
}
@media screen and (max-width: 768px) {
  .considering .content.step .box_type1.up,
  .considering .content.step .box_type1.low {
    min-height: inherit;
    max-width: 400px;
    margin: auto;
    margin-bottom: 50px;
  }
  .considering .content.step .button_box {
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .considering .content.step .button_box > * {
    margin-left: 0;
    margin-right: 0;
  }
}

/*************************************************************
*
* 施設ギャラリー
*
*************************************************************/
.gallery .content {
  border-bottom: 2px solid #d5cbaa
}
.gallery .content .gallery_box.flexbox {
  -webkit-flex-direction: row;
  flex-direction: row;
  align-content: stretch;
  align-items: stretch;
}

.gallery .content .gallery_box .main {
  flex: 5 1 75.6px;
  border-right: #fff 2px solid;
}

.gallery .content .gallery_box .thumb {
  flex: 1 1 75.6px;
  background-color: #e8e7e7;
}

.gallery .content .thumb.flexbox {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
}

.gallery .content .thumb > div {
  flex: 1 1 50%;
  cursor: pointer;
  position: relative;
}

.gallery .content .thumb > div:not(:nth-of-type(11)):not(:nth-of-type(12)) {
  border-bottom: #fff solid 2px;
}
.gallery .content .thumb > div:nth-of-type(odd) {
  position: relative;
}
.gallery .content .thumb > div:nth-of-type(odd)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
}
.gallery .content .thumb > div::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  opacity: 0;
  
  -webkit-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gallery .content .thumb > div.active {
  cursor: default;
}
.gallery .content .thumb > div.active::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .gallery .content .gallery_box.flexbox {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .gallery .content .gallery_box .main {
    display: none;
  }
  
  .gallery .content .gallery_box .thumb.flexbox {
    display: block;
  }
  .gallery .content .thumb > div {
    cursor: default;
  }
  .gallery .content .thumb > div:nth-of-type(odd)::after {
    content: none;
  }
  .gallery .content .slick-prev {
    left: 3%;
    right: auto;
    z-index: 2;
    width: 40px;
    height: 40px;
  }
  .gallery .content .slick-next {
    right: 3%;
    left: auto;
    width: 40px;
    height: 40px;
  }
  .gallery .content .slick-prev:before, .gallery .content .slick-next:before {
    font-size: 35px;
    color: #09c;
  }
}
@media screen and (max-width: 479px) {
  .gallery .content .thumb img {
    border-right: 2px solid #fff;
  }
}

/*************************************************************
*
* 職員募集
*
*************************************************************/
.subpage.recruit .detail p {
	max-width: 760px;
	margin: auto;
	margin-bottom: 60px;
}
.subpage.recruit .detail .table_type1 {
	margin-bottom: 60px;
}
.subpage.recruit .detail .table_type1 .sml {
	text-indent: 1em;
	margin-left: -1em;
}
.subpage.recruit .detail .table_type1 .accent {
	text-align: center;
	font-size: 1.1em;
	letter-spacing: 0.05rem;
}
.subpage.recruit .detail .table_type1 tr td:nth-of-type(2) {
	border-left: #fff 1px solid;
}
.subpage.recruit .detail .table_type1 dt {
	/**font-weight: bold;**/
}
.subpage.recruit .detail .table_type1 h5 {
	font-size: 1.1em;
	
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
	.subpage.recruit .detail .table_type1 tr td:nth-of-type(1) {
		border-bottom: 2px solid #fff;
	}
	.subpage.recruit .detail .table_type1 tr td:nth-of-type(2) {

		border-left: none;
	}
}