@charset "utf-8";
/* CSS Document */

/*menueナビ*/
.menue_nav {
  display: flex;
  margin: auto;
  background-color: #ffffff;
  width: 70%;
  text-align: center;
  align-items: center;
}
.items {
  list-style-type: none;
  transition: all 0.3s;
  border: 1px solid #e14a20;
  color: #e14a20;
  width: 70%;
  margin-top: 5px;
	padding-top: 15px;
}
.items-right {
  border-radius: 0 20px 20px 0;
  border: 1px solid #e14a20;
}
.items-left {
  border-radius: 20px 0px 0px 20px;
  border: 1px solid #e14a20;
}
.items-long{
	width: 80%;
}
.items a {
  color: #e14a20;
  line-height: 56px;
  text-decoration: none;
}

.items:hover {
  background-color: #e14a20;
}
.items:hover a {
  color: #ffffff;
}


.aki {
  margin-top: 50px;
}
.osusume_menue {
  width: 80%;
  margin: 0 auto;
}
.menue_area {
  display: flex;
}
.figure_margin1 {
  margin: 0 3px;
}
.figure_margin2 {
  margin: 30px 5px;
}
figure img {
  width: 100%;
}
figcaption {
  text-align: center;
  font-weight: bold;
}
.gazou {
  width: 100%;
}

/*menueナビ2*/
.menue_nav2 {
  display: flex;
  margin: auto;
  background-color: #ffffff;
  width: 70%;
  text-align: center;
  align-items: center;
}
.items2 {
  list-style-type: none;
  transition: all 0.3s;
  border: 1px solid #17a2b8;
  color: #17a2b8;
  width: 70%;
  margin-top: 5px;
	padding-top: 15px;
}
.items-right2 {
  border-radius: 0 20px 20px 0;
  border: 1px solid #17a2b8;
}
.items-left2 {
  border-radius: 20px 0px 0px 20px;
  border: 1px solid #17a2b8;
}
.items-long2{
	width: 80%;
}
.items2 a {
  color: #17a2b8;
  line-height: 56px;
  text-decoration: none;
}

.items2:hover {
  background-color: #17a2b8;
}
.items2:hover a {
  color: #ffffff;
}

/* 店舗情報エリア */
.shoukai {
  display: flex;
}
.nyukyosha {
  display: flex;
}
.shoukai_text {
  font-size: 1.2rem;
}
.map_area {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.tennpo_hyou {
  vertical-align: top;
  line-height: 35px;
}
.tennpo_hyou_img {
  text-align: center;
  border: 0px;
}
table tr:last-child {
  border-bottom: 1px solid #ffffff;
}
table tr:nth-child(even) {
  background-color: #ffffff;
}
table tr:nth-child(odd) {
  background-color: #ffffff;
}
/* 入居者様向け */
.nyukyosha_title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.riyousha_img {
  width: 100%;
}
.nyukyosha_text {
  width: 60%;
  padding: 5px;
}
/* ダウンロードコンテンツ */
.card_cafe {
  width: 200px;
  height: auto;
border:solid #E3E3E3 0.5px;
  margin: 15px auto 30px auto;
  transition: transform .6s ease; /* ホバーゆっくり変化させる */
}
.card_cafe__imgframe2 {
  width: 100%;
  height: auto;
  padding-top: 5%;
  background-color: #FAB400;
  box-sizing: border-box;
}
.card_cafe__textbox {
  width: 100%;
  height: auto;
  padding: 20px 18px;
  background: #ffffff;
  box-sizing: border-box;
}
.card_cafe:hover {
  transform: scale(1.1); /* 拡大 */
}
.card_cafe__textbox > * + * {
  margin-top: 10px;
}
.card_cafe__titletext {
  font-size: 20px;
  font-weight: bold;
  line-height: 125%;
  text-align: center;
}
.card_cafe__overviewtext {
  font-size: 12px;
  line-height: 150%;
}
.card_cafe a {
	color: #000000;
}
.card_cafe a:hover {
	color: #FAB400;
	text-decoration: none;
}
.tennai {
  width: 80%;
  margin: 0 auto;
}
.tennai_img {
  margin: 5px;
}
.tennai_img_area {
  display: flex;
  flex-direction: row-reverse;
}
.kugiri {
  padding-top: 40px;
  margin-bottom: 30px;
  height: 150px;
}
.timeschedule {
  width: 100%;
}

/* サイトメニュー */
.side_menu {
    background: transparent;
    z-index: 2;
    position: fixed;
    right: 0;
    bottom: 50px;
}
.gyoukan {
	font-size: 12px;
}

.card a {
	color: #000000;
}
.card a:hover {
	color: #FAB400;
	text-decoration: none;
}

/*スマホ対応*/
@media screen and (max-width: 748px) {
  .menue_area {
    flex-direction: column;
  }
  .shoukai {
    flex-direction: column;
  }
  .tennai_img_area {
    flex-direction: column;
  }
  .tennai_img {
    margin: 5px auto;
  }
  .nyukyosha {
    flex-direction: column;
  }
  .nyukyosha_text {
    width: 100%;
  }
    /*メニューナビ*/
  .menue_nav {
    display: block;
    margin: auto;
    background-color: #ffffff;
    width: 100%;
    text-align: center;
  }
  .items {
    list-style-type: none;
    transition: all 0.3s;
    border: 1px solid #e14a20;
    color: #e14a20;
    width: 70%;
    margin: 0 auto;
  }
  .items-left {
    border-radius: 0px;
    border: 1px solid #e14a20;
    margin: 0 auto;
  }
  .items-right {
    border-radius: 0px;
    border: 1px solid #e14a20;
    margin: 0 auto;
  }
    
    /*menueナビ2*/
.menue_nav2 {
  display: block;
  margin: auto;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
}
.items2 {
    list-style-type: none;
    transition: all 0.3s;
    border: 1px solid #17a2b8;
    color: #17a2b8;
    width: 70%;
    margin: 0 auto;
}
.items-right2 {
  border-radius: 0px;
  border: 1px solid #17a2b8;
  margin:0 auto;

}
.items-left2 {
  border-radius: 0px;
  border: 1px solid #17a2b8;
  margin:0 auto;
}
    .kuuhaku{
        display: none;
    }

}



