@charset "utf-8";

/*サイトの骨格的な設定*/
body {
	line-height: 1.7;
    font-family: sans-serif;
    color: #000000;
    background-color: #ffffff;
}

.title{
    margin-top: 80px;
    margin-bottom: 10px;
    padding-left: 180px;
}




#container{
    width:960px;
    margin-right: auto;
    margin-left : auto;
    background-color: #ffff;
    background-blend-mode:lighten;
    }

.example li{
  float: left;
  list-style: none;
}


.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}





/*メニューのボタン設定*/

.items5 {
  display: flex;
  align-items: center;
}
.item-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.item-nav li {
  display: inline-block;
  padding: 0px;
}
.item-nav a.active, .item-nav a:hover {
  border-bottom: 2px solid #ada48d;
    opacity: 0.8;
}







/* -------------------- */
/* ▼メニューバーの装飾 */
/* -------------------- */
ul.ddmenu {
  display: flex;
  justify-content: space-between;
   margin: 0px;               /* メニューバー外側の余白(ゼロ) */
   padding: 0px 0px 0px 0px; /* メニューバー内側の余白(左に15px) */
   background-color: #ffffff; /* バーの背景色 */
}

/* -------------------------- */
/* ▼メインメニュー項目の装飾 */
/* -------------------------- */
ul.ddmenu li {
   width: 192px;          /* メニュー項目の横幅 */
   position: relative;    /* ★サブメニュー表示の基準位置にする */
}
ul.ddmenu a {
   background-color: #ada48d; /* メニュー項目の背景色 */
   color: white;              /* メニュー項目の文字色(白色) */
   line-height: 16px;         /* メニュー項目のリンクの高さ(40px) */
   text-align: center;        /* メインメニューの文字列の配置(中央寄せ) */
   text-decoration: none;     /* メニュー項目の装飾(下線を消す) */
   font-weight: bold;         /* 太字にする */
   display: block;            /* ★項目内全域をリンク可能にする */
}
ul.ddmenu a:hover {
   background-color: #FFF; /* メニュー項目にマウスが載ったときの背景色 */
}

/* ---------------------------------- */
/* ▼サブメニューがある場合に開く処理 */   /* ※サブメニューが1階層しか存在しない場合の記述 */
/* ---------------------------------- */
ul.ddmenu li:hover ul {
   display: block;      /* ★マウスポインタが載っている項目の内部にあるリストを表示する */
}

/* -------------------- */
/* ▼サブメニューの装飾 */
/* -------------------- */
ul.ddmenu ul {
   margin: 0px;         /* ★サブメニュー外側の余白(ゼロ) */
   padding: 0px;        /* ★サブメニュー内側の余白(ゼロ) */
   display: none;       /* ★標準では非表示にする */
   position: absolute;  /* ★絶対配置にする */
}

/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */
ul.ddmenu ul li {
   width: 220px;               /* サブメニュー1項目の横幅(135px) */
   border-top: 1px solid #ffffff; /* 項目上側の枠線*/
}
ul.ddmenu ul li a {
   line-height: 35px;     /* サブメニュー1項目の高さ(35px) */
   text-align: left;      /* 文字列の配置(左寄せ) */
   padding-left: 5px;     /* 文字列前方の余白(5px) */
   font-weight: normal;   /* 太字にはしない */
}
ul.ddmenu ul li a:hover {
   background-color: #ede3ca; /* サブメニュー項目にマウスが載ったときの背景色 */
   color: #464439;            /* サブメニュー項目にマウスが載ったときの文字色 */
}









/*リンクマウスオーバーの表現*/
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #464439;
    text-decoration: none;
}
a:active{
    color: #f89a03;
}
a:hover img {
    opacity: 0.5;
}



/*svgの記述*/
.background{
  background-image: url("back2.svg");
  background-repeat: no-repeat;
  background-size: 960px auto;
}





/*tableの記述*/
table {
  margin-bottom: 50px;
  margin-left: 180px;
  width: 600px;
}
.about th {
  border-left: solid 10px #ccc;
  border-bottom: solid 1px #ccc;
  color: #868686;
  font-size: 1rem;
  padding-left: 10px;
  padding-right: 50px;
  text-align:  left;
  vertical-align: top;
  width: 100px;
}
.about td {
  border-bottom: solid 1px #ccc;
  font-size: 0.8rem;
  line-height: 1.8;
  vertical-align: top;
}

.list {
   padding-right: 5px;
   border-right: solid 2px #2e0098;
   margin-right: 5px;
}

p {
    font-size: 0.8rem;
}



.detail{
    line-height: 1.5;
    text-indent: -0.8rem;
    margin-left: 1rem;
    font-size: 0.7rem;
}


.address {
    background: #e4e8ff;
    border-radius: 50px;
    color: #2e0077;
    font-size: 1.2rem;
    padding: 15px;
}


@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}




















.footer-inner {
    display: flex;
    justify-content: center;
    width: 960px;
    background-color: #fff7e3;
    margin-top: 50px;
    margin-right: auto;
    margin-left : auto;
    padding-top: 20px;
    padding-bottom: 20px;
    }


.footer li{
  width: 100%;
  list-style-type: none;
  font-size: .9rem;
  padding-left: 30px;
}


.copyright{
   width:960px;
   margin-right: auto;
    margin-left : auto;
   margin-top: 20px;
   font-size: 10px;

}