@charset "UTF-8";
/* *{border: solid #000;} */
/* モバイルファーストcss */
body {
  background-color: #fffdf1;
  font-family: sans-serif;
  color: #563f2b;
  width: 100vw;
  margin: 0;
}

.logoimg {
  width: 50%;
  left: 0.5em;
  position: absolute;
  display: block;
}

.logotel {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-bottom: 4em;
}

.teltop {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
}
.tel0 {
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-bottom: solid #333;
}

.time {
  font-size: 0.9em;
  display: flex;
}
.time1 {
  font-weight: bold;
  padding: 0 1em;
}
.time2 {
  line-height: 1.2;
  text-align: start;
  font-size: 0.9em;
  /* border: solid #333; */
}
.topimg {
  width: 100%;
}

.snsbutton {
  border: solid #fed910;
  background-color: rgba(251, 239, 172, 0.3);
  box-shadow: 0 1px 1px 3px rgba(51, 51, 51, 0.1);
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.twilogo {
  width: 5vh;
}
.snslogo1 {
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #bbdc04;
  padding: 0 1em;
  margin: 5px;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px rgba(51, 51, 51, 0.2);
}
.instalogo {
  width: 5vh;
}

.top {
  text-align: center;
  font-size: 1em;
}
h3:first-letter {
  font-size: 2em;
  color: #bbdc04;
}

h2 {
  padding: 1vw;
  border-bottom: 0.5vw solid;
  border-image: linear-gradient(
    90deg,
    #fed910 0px,
    #fed910 15%,
    #aaa 15%,
    #aaa 100%
  );
  border-image-slice: 1;
  margin: 4vw;
  text-align: left;
}
h2:first-letter {
  font-size: 1.5em;
  color: #fed910;
}

.covid-19 {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
  padding: 1px;
  width: 95%;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(251, 239, 172, 0.3);
}
.covid {
  color: red;
}
.covid::first-letter {
  color: red;
}
.covidtext {
  margin: 3vw;
}
.covidimg {
  width: 15vw;
}

.how {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
  padding: 1px;
  width: 95%;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(251, 239, 172, 0.3);
}
.howtitle {
  font-weight: bold;
}
.howtext {
  margin: 1em;
}
.howimg {
  width: 80%;
  display: block;
  margin: auto;
  box-shadow: 2px 2px 2px rgba(251, 239, 172, 0.3);
  border-radius: 10px;
}

.news {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
  width: 95%;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(251, 239, 172, 0.3);
}
/* .newsphp{
    text-align: center;
    padding: 1em;
} */
.newsphp {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.newsphp iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
  border: none;
  display: block;
}

#greetingall {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
  padding-bottom: 1em;
  width: 95%;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(251, 239, 172, 0.3);
}
.grtimg {
  width: 80%;
  display: block;
  margin: auto;
  box-shadow: 2px 2px 2px rgba(251, 239, 172, 0.3);
  border-radius: 10px;
}
.name {
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  background-color: #fbefac;
  padding: 0.5vh;
}
.name1 {
  display: none;
}
.greetcomnt {
  display: none;
}
.greetcomnt span {
  font-weight: bold;
}
.greetingbtn {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 1em;
  width: 220px;
  color: #fed910;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #fed910;
}
.greetingbtn::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #fed910;
  border-right: 3px solid #fed910;
  transform: rotate(45deg);
}
.greetingbtn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #fbefac;
}
.greetingbtn:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

.conditionall {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
  padding-bottom: 1em;
  width: 95%;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(251, 239, 172, 0.3);
}
.condition {
  padding-left: 1em;
  width: 90%;
}
.conditionimg {
  display: none;
}
.condition li {
  list-style: none;
  padding-left: 1.3em;
  background-image: url(../images/listimg.png);
  background-position: left 0 top 3px;
  background-repeat: no-repeat;
  background-size: 1em auto;
  text-align: left;
  width: 98%;
}
.conditioncmnt {
  text-align: center;
  font-weight: bold;
}
.conditionbtn {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 1em;
  width: 220px;
  color: #fed910;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #fed910;
}
.conditionbtn::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #fed910;
  border-right: 3px solid #fed910;
  transform: rotate(45deg);
}
.conditionbtn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #fbefac;
}
.conditionbtn:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

#area {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
  padding-bottom: 1em;
  width: 95%;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(251, 239, 172, 0.3);
}
.areamap2 {
  border: solid #fed910;
  border-collapse: collapse;
  margin: 1em auto;
}
.areamap2 td {
  border: solid #fed910;
  font-size: 0.8em;
}
.areamap2 th {
  border: solid #fed910;
  border-collapse: collapse;
  text-align: center;
}
.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /*16:9の比率にしたい場合、9/16=56.25%*/
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mapbtn {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 1em;
  width: 220px;
  color: #fed910;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #fed910;
}
.mapbtn::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #fed910;
  border-right: 3px solid #fed910;
  transform: rotate(45deg);
}
.mapbtn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #fbefac;
}
.mapbtn:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
.areamap {
  width: 80%;
  display: block;
  margin: auto;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(201, 201, 201, 0.3);
}
.Transportation-expenses {
  border: solid #fed910;
  border-collapse: collapse;
  margin: 2vw;
}
.Transportation-expenses td {
  border: solid #fed910;
  padding: 2px;
}

.area1 p {
  margin: 2vw;
}

.carfare {
  display: block;
  margin: 0 auto;
  width: 70%;
}

.consultationhour {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
  padding-bottom: 1em;
  width: 95%;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(251, 239, 172, 0.3);
}
.consultationhour-text {
  margin: 2vw;
}

footer {
  text-align: center;
}
.footer {
  margin-top: 4em;
  padding-bottom: 1em;
  line-height: 1.2;
}
.tela {
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-bottom: solid #333;
}

.privacy {
  text-decoration: none;
  color: #563f2b;
  font-size: 0.8em;
}
.copyright {
  padding-bottom: 2.5em;
}

/* お問い合わせボタン共通CSS */
.contact {
  text-align: center;
}
.linewrapp {
  padding-top: 1em;
}
.line {
  text-decoration: none;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  background-color: #bbdc04;
  padding: 0.5em;
  border-radius: 10px;
  box-shadow: 0 1px 1px 3px rgba(51, 51, 51, 0.1);
}

/* ハンバーガーメニュー設定 */
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #bbdc04;
  box-shadow: 1px 1px 2px 2px rgba(51, 51, 51, 0.1);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}

.menu-content {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  background-color: #fbefac;
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.menu-content {
  width: 40%;
  height: 100%;
  position: fixed;
  top: 0;
  top: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #bbdc04;
  transition: all 0.5s; /*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  top: 0; /*メニューを画面内へ*/
}

/*PCメディアクエリ*/
@media screen and (min-width: 960px) {
  .logoimg {
    width: 40%;
  }
  .teltop {
    font-size: 3em;
    margin: 0 auto;
  }
  .greetcomentall {
    display: flex;
    justify-content: center;
  }
  .greetingimg {
    margin: 2em;
  }
  .grtimg {
    width: 35vh;
  }
  .name1 {
    font-weight: bold;
  }
  .name {
    display: none;
  }
  .name1 {
    display: block;
  }
  .greetcomnt {
    display: flex;
    flex-direction: column;
    margin: 2em;
  }
  .greetcomnt span {
    font-size: 1.2em;
  }
  .greetingbtn {
    display: none;
  }
  .how {
    height: 80vh;
  }
  .how1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-image: url(/images/img13.png);
    background-repeat: no-repeat;
    background-position: 90% 100%;
  }
  .howimg {
    width: 50vh;
    padding: 2em;
    box-shadow: none;
  }

  .condition li {
    font-size: 1.5em;
    width: 80%;
    margin: auto;
  }
  .conditionimg {
    display: block;
    width: 60%;
  }
  .condition1 {
    display: flex;
    align-items: flex-end;
  }

  .area {
    min-height: 75vh;
  }
  .rea1 {
    height: 70vh;
    margin: auto;
  }
  .areamap {
    width: 30vw;
    float: left;
    margin: 2em;
  }
  /* .googlemap {
    margin: 30vh auto;
  } */
  .Transportation-expenses {
    margin: 5vh;
    width: 45vw;
  }
  .Transportation-expenses td {
    padding: 1em;
  }
  .consultationhour-text {
    padding: 3vw;
  }
  /* お問い合わせボタン共通CSS */
  .line {
    font-size: 1.8em;
  }
}

/*タブレットメディアクエリ*/
@media screen and (min-width: 520px) {
}
