@charset "utf-8";

body,p,h1,h2 {

  margin: 0;
}

h1{margin: 1em;}

h2 {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
  background: #e0f3ff;
  z-index: -4;
  border-radius: 0 10px 10px;
}

h2:before {
  content: "";
  position: absolute;
  background: #9de5ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

p{margin: 0.5em 0 0.5em 0;}

header{
  width: 100%;
  height: 300px;
  background-color: #ff79c2;
}

.top_list_findom img {
 width: 95%;
}

.top_list_hoteru {
 width: 45%;
 padding: 7px 5px;
}

.hoteru_anke {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}

.hoteru_anke img {
  width: 100%;
}

.footer_QR {
  margin: 25px 0 55px 0;
}

.footer_logo {
  height: 70px;
}

.footer_logo img {
  height: 100%;
}

.hoteru_kigen {
    width: 80%;
    border: solid 2px #ff79c2;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 45px;
    padding: 15px 0 15px 0;
}


@media (max-width: 767px) {

#wrapper{
  margin: auto;
}

.main {
  text-align: center;
}

.header_main{
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_main{
  width: 90%;
  margin: auto;
  margin-top: 35px;
}

.top_main img {
  width: 100%;
}

.top_findom_setumei {
width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}

h1{font-size: 2em; color: #5c5c5c; font-family: "Nico Moji";}

.header_main img {

  width: 95%;

}

.footer_list {
  text-align: center;
  padding: 12px;
  margin-top: 20px;
}

.top_list_hoteru img {
 height: 170px;
}

.top_list_findom {
 width: 45%;
 padding: 7px 5px;
}

}


@media (min-width: 768px) {

#wrapper{
  margin: auto;
}

.main {
  width: 1200px;
  margin: auto;
  text-align: center;
}

.header_main{
  width: 500px;
  margin: auto;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_main{
  width: 500px;
  margin: auto;
  margin-top: 30px;
}

.top_main img {
  width: 100%;
}

.top_findom_setumei {
    width: calc(100% - 30px);
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
    justify-content: space-evenly;
}

h1{font-size: 3em; color: #5c5c5c; font-family: "Nico Moji";}

.footer_list {
  width: 1200px;
  text-align: center;
  padding: 12px;
  margin: auto;
  margin-top: 20px;
}

.top_list_hoteru img {
 height: 210px;
}

.top_list_findom {
 width: 210px;
 padding: 7px 5px;
}

}