html,
body {
  /*body全体の設定*/
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  font-family: san-serif;
  text-align: center;
  background-image: url(img/bg01.gif);
}

.main-container {
  /*MAIN全体の設定*/
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  Background-color: 3px #f5f;
}




h1 {
  /*【京都・四条・河原町、富小路・麩屋町・綾小路】　阪急／京阪／京都市営地下鉄烏丸線 交通至便 単身者専用マンション 【アイカーサ】*/
  font-size: x-small;
  color: #a99161;
  text-decoration: none;
  font-weight: normal;
  border-bottom: solid 1px #5e3d1c;
  padding: 5px 0;
  margin: 0;
}


h2 {
  font-size: medium;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

h3 {
  font-size: xx-large;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-family: serif;
  position: relative;
  padding: 0.3em 1em;
  text-align: center;
  border-top: solid 1px #5e3d1c;
  border-bottom: solid 1px #5e3d1c;
}

h3:before,
h3:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #5e3d1c;
}

h3:before {
  left: 10px;
}

h3:after {
  right: 10px;
}


h4 {
  font-size: larger;
  text-decoration: none;
  font-weight: bold;
  font-family: serif;
}


h6 {
  font-size: 14px;
  color: orange;
  /*文字色*/
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  border-bottom: dashed 1px #c49952;
  margin-top: 35px;
  margin-bottom: 15px;
}


/*ロゴ*/

#logo {
  padding: 20px 0px 0px;
}



/*ヘッダーナビゲーション設定*/
.main-header {
  /*NAVI*/
  height: 50px;
  /*ヘッダの高さ*/
  display: flex;
  /*要素を並列にする*/
  position: absolute;
  /* 要素の配置方法を指定 */
  align-items: center;
  /*ブロック内のアイテムの配置*/
  justify-content: center;
  /*コンテナ内の主軸・インライン軸に沿って中身を配置*/
  background-image: url(img/nav.gif);
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 150;
}

#main-header .fixed {
  left: 0;
  position: fixed;
  top: 0;
}



/*物件紹介表示域設定*/
.main-infcontent {
  width: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-image: url(img/bg01.gif);
  color: #291e0a;

}

/*物件紹介表示域設定　ここまで*/


/*ヘッダーナビゲーション設定 */
nav ul li {
  display: inline;
  /*リストを横並びにする*/
}

nav ul li a {
  border: 0px;
  color: #ffffff;
  font-size: small;
  text-decoration: none;
  vertical-align: center;
  font-weight: normal;
  margin: 0px 3px;
  padding: 5px;
}

nav ul li a:hover {
  border-radius: 5px;
  background-color: #5b451d;
  margin: 0px 3px;
  padding-top: 5px;
  padding-bottom: 5px;
}

nav ul li a:active {
  border-radius: 5px;
  background-color: #e4cb91;
  color: #765c2f;
  margin: 0px 3px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*ヘッダーナビゲーション設定 END*/



/*INDEX.html設定-------------------------------------------------*/

.contents {
  display: flex;
  margin: auto;
  justify-content: center;
  color: #d0bfa2;
  background-image: url(img/burntile.gif);
}


.top1 {
    border-radius: 10px;
    width: 250px;
    text-align: left;
    margin: 5px 5px;
    padding: 10px;
    background-color: #0c0904;
}

.top2 {
  width: 800px;
  text-align: left;
  margin: 5px 5px;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  font-family: serif;
}

.top2 img{
  display: block;
}



.blink1 {
  animation: blinkAnime 1s infinite alternate;
  font-size: x-small;
  text-align: center;
  margin: 0px;
  padding-top: 10px;
}

@keyframes blinkAnime {
  0% {
    color: #ffff00
  }

  100% {
    color: #ff0000
  }
}


.top1 dt {
  position: relative;
  padding: 0.25em 1em;
  text-align: center;
  color: #d0bfa2;
  border-top: solid 1px #291e0a;
  border-bottom: solid 1px #291e0a;
}

.top1 dt:before,
.top1 dt:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #291e0a;
}

.top1 dt:before {
  left: 7px;
}

.top1 dt:after {
  right: 7px;
}

.top1 dd {
  font-size: small;
  margin: 5px;
}

.top1 a {
  border: 0px;
  color: #fff;
  font-size: medium;
  text-decoration: none;
  vertical-align: center;
  font-weight: normal;
  margin: 2px;
  padding: 3px;
}

.top1 a:hover {
  border-radius: 5px;
  background-color: #5b451d;
  font-size: medium;
  border: 0px;
  text-decoration: none;
  vertical-align: center;
  font-weight: normal;
  margin: 2px;
  padding: 3px;
}

.top1 a:active {
  border-radius: 5px;
  background-color: #e4cb91;
  color: #765c2f;
  border: 0px;
  text-decoration: none;
  vertical-align: center;
  font-weight: normal;
  margin: 2px;
  padding: 3px;
}


/*新築・新情報---------------------*/

.newbuild-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.newbuild-item{
  width: 800px;
  margin-top: 15px;
  margin-bottom: 15px;
}


/*新築・新情報　END---------------------*/

/*INDEX.html設定 END-------------------------------------------------------*/



/*Page TOP（右下のボタン）---------------------------------------------------*/
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #5b451d;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 100;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
  z-index: 100;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 100;
}

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 100;
}

/*Page TOP（右下のボタン）END---------------------------------------------------*/








/*アイカーサシリーズ共通---------------------------------------------------------*/


/*シリーズ照会画像 キャプション付き モーダル表示*/
#seriesimg-container {
  display: grid;
  width: auto;
  height: auto;
  /* グリッドレイアウト */
  grid-template-rows: auto;
  grid-template-columns: 100px;
  padding: 20px 0px;
  opacity: 1;
}

#series-item-a {
  grid-row: 1 / 4;
  grid-column: 1 / 4;
}

#series-item-b {
  grid-row: 1 / 2;
  grid-column: 4 / 7;
}

#series-item-c {
  grid-row: 2 / 3;
  grid-column: 4/ 7;
}

#series-item-d {
  grid-row: 3 / 4;
  grid-column: 4/ 7;
}

.seriesimg {
  width: 75px;
  height: 61px;
  padding: 0px 0px 0px 4px;
}

#seriesimg-container a:hover {
  opacity: 0.8;
}

/*シリーズ照会画像 キャプション付き モーダル表示*/


/*間取り・物件概要テーブル・DL*/

.madori {
  text-align: center;
  border-collapse: separate;
  border-spacing: 18px 0px;
  padding: 0px;
  font-size: 11px;
  table-layout: fixed;
  margin: auto;
}

.madori-room {
  font-size: 10px;
  border-top: 1px #aaa dotted;
}

.madori th,
td {
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
}




.data {
  text-align: left;
  padding: 5px;
  font-size: 11px;
}

.data dl {
  margin: 5px;
  font-size: 11px;
}

.data dt {
  float: left;
  width: 80px;
  padding: 2px;
  clear: left;
  text-align: center;
  margin: 0px 10px 8px 0px;
  background-color: #f9e8d4;
  border-radius: 12px;
}

.data dd {
  float: left;
  margin-left: 80px;
  padding: 2px;
  margin: 0px 10px 8px 0px;
}




.data table {
  width: 750px;
  border: 0;
  margin: 0px 10px;
  font-size: 11px;
}

.data th {
  border-radius: 10px;
  background-color: #28240c;
  padding: 0px 5px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: normal;
}

.data td {
  padding: 0px 5px;
  text-align: center;
}

/*物件概要テーブル END*/






/*必要経費等テーブル*/

.conditions {
  clear: both;
  padding: 10px 0px;
}



.conditions table {
  width: 770px;
  border: 3px #0c0904 double;
  border-collapse: collapse;
  background-color: #f9efe3;
  margin: 5px;
  font-size: 11px;
  color: #28240c;
}

.conditions th {
  width: 13%;
  border: 1px #5f3c19 solid;
  background-color: #fceddb;
  padding: 5px 5px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: normal;
}

.conditions td {
  width: 37%;
  border: 1px #5f3c19 solid;
  padding: 5px 5px;
  text-align: left;
}


/*必要経費等テーブル END*/





/*空室点滅*/
.blink2 {
  border-radius: 6px;
  animation: blinkAnime 0.5s infinite alternate;
  font-size: small;
  text-align: center;
  margin: 0px;
  padding: 3px;
  text-decoration: none;
}

.blink3 {
  animation: blinkAnime 0.5s infinite alternate;
  font-size: x-small;
  text-align: center;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

@keyframes blinkAnime {
  0% {
    opacity: 0;
  }

  100% {
    color: red
  }
}

/*空室点滅 END*/



/*暮らしとご契約---------------------------------------*/


.ag {
  padding: 30px;
  font-size: 13px;
}

.exclamation:before {
  font-family: "Font Awesome 5 Free";
  content: '\f06a';
  font-weight: 900;
  padding: 0px 5px;
}


.ag ol {
  margin: 1em 10px 20px;
  text-align: left;
}




.info dt {
  float: left;
  color: hotpink;
}

.info dd {
  margin-left: 20px;
  margin-top: 0px;
}




.info_w dt {
  float: left;
  color: white;
}

.info_w dd {
  padding-bottom: 10px;
}


.info_w ul {
  padding-left: 5px;
  margin: 5px;
  text-align: left;
}

.info_w li {
  margin-left: -20px;
  text-align: left;
}



/*暮らしの情報-----------------------------------------*/


#tit-mid-in {
  /*ご契約について中タイトル*/
  position: relative;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  border: 1px dashed #c49952;
  margin: 30px 0px 15px 0px;
}

#tit-mid-in::after {
  content: "暮らしの情報";
  position: absolute;
  top: -8px;
  left: 10px;
    background: #161108;
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
}


/*ご契約に関して-----------------------------------------*/


#tit-mid-ag {
  /*ご契約について中タイトル*/
  position: relative;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  border: 1px dashed #c49952;
  margin: 30px 0px 15px 0px;
}

#tit-mid-ag::after {
  content: "ご契約に関して";
  position: absolute;
  top: -8px;
  left: 10px;
    background: #161108;
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
}



/*物件紹介表示域設定*/
.agmain-infcontent {
  width: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-image: url(img/burntile1.gif);
  color: #f4e0cb;

}


#icasa {
  width: 780px;
  text-align: center;

}




.ag ul {
  padding: 0px 0px 10px 40px;
  text-align: left;
}



.ag dt {
  float: left;
  margin-left: 30px;
}

.ag dd {
    text-align: left;
    margin-left: 75px;
}



#agree {
  justify-content: left;
  color: #d0bfa2;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}


.explain01 {
  display: flex;
  width: 700px;
  margin: auto;
  color: #d0bfa2;
  font-size: 12px;
  text-align: left;
}


#agree a {
  color: #fff;
  border-radius: 5px;
  background-color: #291f0c;
  border: 0px;
  font-size: 13px;
  text-decoration: none;
  vertical-align: center;
  font-weight: normal;
  margin: 0px 10px 0px 10px;
  padding: 4px 16px 4px 16px;
}

#agree a:hover {
  border-radius: 5px;
  background-color: #5b451d;
  border: 0px;
  font-size: 13px;
  text-decoration: none;
  vertical-align: center;
  font-weight: normal;
  margin: 0px 10px 0px 10px;
  padding: 4px 16px 4px 16px;
}

#agree a:active {
  border-radius: 5px;
  background-color: #e4cb91;
  color: #765c2f;
  border: 0px;
  font-size: 13px;
  text-decoration: none;
  vertical-align: center;
  font-weight: normal;
  margin: 0px 10px 0px 10px;
  padding: 4px 16px 4px 16px;
}



/*FOOTER*/

.main-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  border-color: red;
  z-index: 80;
  margin: 0;
  padding: 3px;
  background-image: url(img/nav.gif);
  display: flex;
  color: #d0bfa2;
  align-items: center;
  justify-content: center;
  height: 20px;
  font-family: sans-serif;
  font-style: normal;
  font-size: small;
}

.main-footer a {
  border: 0px;
  color: #ffffff;
  text-decoration: none;
  vertical-align: center;
  font-weight: normal;
  margin: 0px 10px 0px 10px;
  padding: 0px 10px 0px 10px;
}

.main-footer a:hover {
  border-radius: 5px;
  background-color: #5b451d;
  border: 0px;
  text-decoration: none;
  vertical-align: center;
  font-weight: normal;
  margin: 0px 10px 0px 10px;
  padding: 0px 10px 0px 10px;
}

.main-footer a:active {
  border-radius: 5px;
  background-color: #e4cb91;
  color: #765c2f;
  border: 0px;
  text-decoration: none;
  vertical-align: center;
  font-weight: normal;
  margin: 0px 10px 0px 10px;
  padding: 0px 10px 0px 10px;
}

.tel {
  color: #fff;
  font-size: normal;
  padding-right: 25px;
}

.copyandlicence {
  font-size: xx-small;
  padding: 0px 5px;
}


/*FOOTER END*/


/*OTHERS*/
#googlemap {
  border: 0;
  float: right;
  clear: both;
  border: 1px #f7cd9e dashed;
  margin: 10px;
}

.burntile {
  background-image: url(img/burntile.gif)
}

.madori-container {
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: center;
}



/*アイカンパニー蛸薬師 テナント紹介*/

.takoinfo {
  text-align: center;
  margin-bottom: 25px;
}

/*フロア*/


.tenpo01 {
    width: auto;
    height: 200px;
    font-size: small;
    text-align: left;
    margin: 5px 0px 20px 0px;
    background-color: bisque;
    border-radius: 50%;
}


.shop-corner {
    width: 780px;
    text-align: left;
    background-color: bisque;
    border-radius: 50%;
    margin: 15px 0 25px 0;
    padding-bottom: 25px;
}

.shop-img300 {
    width: 300px;
    float: right;
    margin: 10px;
}

.shop-img410 {
    width: 410px;
    float: right;
    margin: 10px;
}


.shop-floar {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: burlywood;
    font-family: 'Comic Sans MS';
    text-align: center;
    line-height: 60px;
    color: aliceblue;
    font-size: large;
    font-weight: bolder;
}

.shop-title {
    display: inline-block;
    vertical-align: bottom;
    font-family: serif;
    font-weight: bolder;
    text-align: left;
    font-size: large;
    line-height: 0.95;
    color: firebrick;
    margin: 10px;
}

.shop-txt {
    text-align: left;
    font-size: small;
    margin: 0 40px;
    padding: 10px 0px 20px;
}