@charset "UTF-8";

html {
  font-size: 100%;
  line-height: 1.8;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #333333;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: #333333;
}

.item {
  background-color: #00b7ff55;
  position: fixed;
  width: 96%;
  display: block;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 20px 2%;
}

li {
  font-size: 16px;
}

li a:hover {
  opacity: 0.7;
}

h1 {
  font-size: 72px;
  text-align: center;
  padding: 50px 0 0;
}

h1 a {
  color: #313131;
}

h1 a span {
  font-size: 40px;
}

p {
  margin-top: 16px;
}

.header-text {
  text-align: center;
  margin-top: 0;
}

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 4%;
}

.mv {
  margin-top: 16px;
}

.icon {
  width: 200px;
  height: auto;
  object-fit: cover;
  margin: 16px 0 8px;
}

.info-text {
  border: 2px solid #00b7ff;
  border-radius: 16px;
  margin-top: 32px;
  padding: 0 16px 16px;
}

.section-title {
  font-size: 32px;
  margin: 40px 0 20px;
  background-color: #00b7ff;
  color: #eeeeee;
}

/* 追従型ヘッダーの位置調整 */
#about {
  margin-top: -15px;
  padding-top: 15px;
}

.about-flex {
  display: flex;
  gap: 10px;
}

.about-img {
  width: 50%;
  height: auto;
  object-fit: cover;
}

.about-text {
  width: 50%;
}

.about-text p {
  margin-top: 16px;
}

.about-add {
  text-align: center;
  border: 2px solid #00b7ff;
  border-radius: 16px;
  margin-top: 32px;
  padding: 16px;
}

.about-add p {
  margin-top: 0;
}

.red {
  color: red;
}

h3 {
  font-size: 32px;
}

/* 追従型ヘッダーの位置調整 */
#menu {
  margin-top: -15px;
  padding-top: 15px;
}

.menu-flex {
  display: flex;
  gap: 10px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card {
  width: 32%;
}

.card p {
  margin-top: 0;
}

.menu-flex2 {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.menu-img {
  width: 50%;
}

.menu-text {
  width: 50%;
}

#menu h3 {
  margin-top: 18px;
}

.menu-table {
  table-layout: fixed;
  width: 100%;
}

.td2 {
  text-align: center;
}

.other {
  margin-top: 20px;
  text-align: center;
}

/* 追従型ヘッダーの位置調整 */
#service {
  margin-top: -15px;
  padding-top: 15px;
}

#service h3 {
  margin-top: 18px;
}

.service-flex {
  display: flex;
  gap: 10px;
}

.service-flex2 {
  display: flex;
  gap: 10px;
  margin-top: 32px;
}

.service-img {
  width: 50%;
  height: auto;
  object-fit: cover;
}

.service-text {
  width: 50%;
}

.service-table {
  table-layout: fixed;
  width: 100%;
}

h4 {
  font-size: 32px;
}

.company {
  margin: 0;
}

/* 追従型ヘッダーの位置調整 */
#message {
  margin-top: -15px;
  padding-top: 15px;
}

.message-flex {
  display: flex;
  gap: 10px;
}

.message-img {
  width: 50%;
}

.message-text {
  width: 50%;
}

.message-text2 {
  margin-bottom: 20px;
  text-align: center;
}

.message-text3 {
  margin-top: 20px;
  text-align: center;
}

.message-text p {
  margin-top: 16px;
}

.access-flex {
  display: flex;
  gap: 10px;
  margin-top: 32px;
  justify-content: space-between;
}

.access-table {
  width: 49%;
}

.google-map-container {
  width: 49%;
}

table,
table th,
table td {
  border: 1px solid #333333;
  border-collapse: collapse;
  padding: 8px 12px;
}

hr {
  margin-top: 50px;
  border-color: #333333;
}

footer p {
  margin: 50px 0;
  text-align: center;
}

/* トップへ戻るボタン */
/* 右下に固定 */
#page-top a {
  background-color: #00b7ff77;
  bottom: 50px;
  color: #ffffff;
  padding: 20px;
  position: fixed;
  right: 0px;
  border-radius: 50%;
}


@media screen and (max-width: 768px) {

  li {
    font-size: 12px;
  }

  h1 {
    font-size: 38px;
  }

  p {
    font-size: 14px;
    margin-top: 8px;
  }

  .mv {
    margin-top: 16px;
  }

  .info-text {
    margin-top: 20px;
    padding: 0 10px 10px;
  }

  .section-title {
    font-size: 24px;
    margin-top: 28px;
  }

  .about-flex {
    flex-direction: column;
  }

  .about-flex-rev {
    flex-direction: column-reverse;
    margin-top: 14px;
  }

  .about-img {
    width: 100%;
  }

  .about-text {
    width: 100%;
  }

  .about-text p {
    margin-top: 0;
    margin-bottom: 8px;
  }

  h3 {
    font-size: 24px;
  }

  .about-add {
    margin-top: 20px;
    padding: 0 10px 10px;
  }

  .card {
    width: 100%;
    height: auto;
  }

  .card p {
    font-size: 16px;
  }

  .menu-flex-rev {
    flex-direction: column;
    margin-top: 14px;
  }

  .menu-img {
    width: 100%;
  }

  .menu-text {
    width: 100%;
  }

  .menu-table th {
    font-size: 14px;
  }

  .td2 {
    font-size: 14px;
  }

  .table-flex {
    flex-direction: column;
  }

  .table-eat {
    width: 100%;
  }

  .table-drink {
    width: 100%;
    margin-top: 20px;
  }

  .table-drink span {
    font-size: 12px;
  }

  .service-flex {
    flex-direction: column;
  }

  .service-flex2 {
    flex-direction: column-reverse;
    margin-top: 14px;
  }

  .service-img {
    width: 100%;
  }

  .service-text {
    width: 100%;
  }

  .service-text p {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .service-table th {
    font-size: 14px;
  }

  h4 {
    font-size: 24px;
  }

  .message-flex {
    flex-direction: column;
  }

  .message-flex-rev {
    flex-direction: column-reverse;
    margin-top: 14px;
  }

  .message-img {
    width: 100%;
  }

  .message-text {
    width: 100%;
  }

  .message-text p {
    margin: 0 0 8px;
  }

  .message-text2 {
    text-align: left;
  }

  .message-text3 {
    margin-top: 14px;
  }

  .access-flex {
    flex-direction: column-reverse;
    margin-top: 18px;
  }

  .access-table {
    width: 100%;
  }

  table,
  table th,
  table td {
    padding: 4px 8px;
    /* table-layout: fixed; */
    overflow-wrap: break-word;
    /* IE11 にも改行させる場合 */
    /* word-wrap: break-word; */
  }

  .google-map-container {
    width: 100%;
  }

  hr {
    margin-top: 28px;
  }

  footer p {
    margin: 28px 0;
  }
}