/** 汎用スタイル **/
/* ヘッダー */
/* .header {
  position: fixed;
  background-color: white;
  width: 100%;
  height: 125px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.footer {
  background: #ff0000;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

body {
  color: #666;
  line-height: 1.6rem;
}

h1, h2 {
  text-align: center;
  font-family:  serif;
  letter-spacing: 0.2rem;
}
img {
  height: 400px;
} */


/* img.top {
  width: 1280px;
  height:509px;
  vertical-align: bottom;
} */
/* img.circl {
  width: 32px;
  height:32px;
  vertical-align: bottom;
}
img.line {
    width: 100%;
    height:6px;
    vertical-align: top;
}
img.photo {
  width: 80%;
  height:80%;
}
img.photo1 {
  width: 20%;
  height:20%;
}
img.photo2 {
  width: 85%;
  height:85%;
} */
img.button1 {
  width: 157px;
  height:36px;
}
img.image1 {
  width: 300px;
  height:36px;
}
td.menu {
  height:36px;
  height:auto;
}
p.menu_font {
    font-size: 22px
  }

/* img.image2 {
  width: 50%;
  height:50%;
}
img.image3 {
  width: 60%;
  height:60%;
}
div.twitter {
  width: 80%;
  height:300px;
}
div.bg-red{
  text-align:center;
  color: #ffffff;
}
div.string {
  width: 100%;
}
td.string {
  vertical-align: top;
}

div.cal {
  width: 100%;
  height:70%;
}
.cal_wrapper {
max-width: 100%;
min-width: 70%;
max-height: 100%;
min-height: 70%;
}

.googlecal {
position: relative;
padding-bottom: 70%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 70% !important;
}

div.map {
  width: 100%;
  height:100%;
}
.map_wrapper {
max-width: 100%;
min-width: 50%;
max-height: 100%;
min-height: 50%;
}

.googlemap {
position: relative;
padding-bottom: 70%;
height: 0;
}

.googlemap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height:100% !important;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 6.75;
}
.youtube iframe {
  width: 95%;
  height: 95%;
}

iframe.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 300px;
  display: block;
  margin: auto;
  } */