.main-logo img {
    width: 250px !important;
}
.p-map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.p-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.half-map {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}
.half-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ccm-block-page-list-title a {
  color: rgb(90,90,90) !important;
  font-size:120% !important;
  font-weight: 700 !important;
}
.ccm-block-page-list-title a:hover {
  color: rgb(200,200,200) !important;
}
.ccm-block-page-list-page-entry-thumbnail img:hover {
  opacity: 0.5 ;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.cal_wrapper {
max-width: 960px; /* 最大幅 */
min-width: 300px; /* 最小幅 */
margin: 2.0833% auto;
}
.googlecal {
position: relative;
padding-bottom: 120%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*side nav */
.side-nav-frame {/*blog-listは階層メニュー*/
  border: solid 2px #ff938b ;
  background: #fffaf1 ;
  margin-top:10px;
  padding: 10px ;
  position: relative ;
}
.side-nav-menu {
  border-top: solid 2px #ff938b ;
  margin-top: 20px;
}
.nav-card-frame {
  background: #dddddd;
  padding: 5px ;
  margin-bottom: 10px;
  border-radius: 5%;
}
.nav-label {
  padding-left: 5px;
}
.nav-image {
  padding: 0px 10px 10px 10px;
}
