@charset "UTF-8";
body{
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  color: #666666;
  font-size: 0.8em;
}
.pc { display: block !important; }
.sp { display: none !important; }
div#headtext {
  padding: 2em;
}
h1{
  white-space: nowrap;
  color: black;
  /*color: darkred;*/
  font-size: 1.8em;
}
div#header {
  width: 100%;
  display: flex;
  height: 70px;
  justify-content: flex-start;
  align-items: center;
}
div#header img{
  width: 35px;
  height: 35px;
  margin-left: 10px;
}

div#head {
  position: relative;
}
div#head img {
/*  background:#ddd url("../img/hp_gaikan.jpg") no-repeat center center / cover;
*/
  width : 100%;
}
div#head p{
  position: absolute;
  color: black;
  top:80%;
  left:50%;
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  background: rgba(255,255,255,0.6);
  padding: 5px;
  width: 80%;
  text-align: center;
  text-decoration: underline;

}
div#headtext {
  margin-bottom: 10vh;
  margin-top: 10vh;
}
div#menu {
  margin-bottom: 20vh;
  margin-top: 20vh;
}
.title {
  margin: 5vh;
}
.item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-odd{
  margin-bottom: 3em;
}
.col-odd__txt {
  padding: 2em;
}
.col-odd__img img {
  width: 100%;
}
.subtitle {
  font-size: 80%;
}
div#ryoukin table{
  margin: 0 auto;
  text-align: center;
  width: 80%;
  border-spacing: 5px 1em;
}
div#ryoukin table td{
/*  border: 1px #555555 solid;
*/  width: 40%;

}
div#ryoukin table td.tyui{
  padding-top: 40px;
}
div#ryoukin table th.asthe{
  padding-top: 5px;
}

div#example_block {
  margin-bottom: 20vh;
}
.example_img {
  margin-bottom: 10vh;
}
div#example_img {
  margin-bottom: 10vh;
}
div#example_p {
  margin:0 3em;
}

.ggmap {
position: relative;
width: 100%;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height:100% !important;
*/}

div#address table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10vh;
}
div#address th {
  width: 30%;
  height: 70px;
}
div#address td {
  width: 70%;
  height: 70px;

}
#copy{
  font-size: small;
}
@media screen and (min-width : 768px){
.pc { display: none !important; }
.sp { display: block !important; }
  h1{
  white-space: nowrap;
  color: black;
  /*color: darkred;*/
  font-size: 2.2em;
  }
  body {
    font-size: 0.8em;
  }
  .col-odd {
    display: flex;
    justify-content: space-between;
  }
  .col-odd__txt {
    width:62%;
  }
  .col-odd.reverse {
    margin-bottom: 0;
    flex-direction: row-reverse;
  }
  div#ryoukin {
    display: flex;
  }

  div#ryoukin table{
    width: 50%;
  }
}

.fixed-tel-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #d9534f;
  color: #fff;
  padding: 15px 22px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: 0.2s;
}

.fixed-tel-btn:hover {
  background-color: #c9302c;
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .fixed-tel-btn {
    bottom: 15px;
    right: 15px;
    padding: 14px 20px;
    font-size: 15px;
  }
}
