@charset "UTF-8";
/* ===================================================================
Theme Name: サブリナビアガーデン
=================================================================== */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

q:after, q:before {
  content: '';
}

a, input {
  outline: none;
}

input, textarea {
  border-radius: 0;
  font-family: YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

abbr, acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@media screen and (min-width: 1367px) {
  .hidden-desktop {
    display: none;
  }
}

@media screen and (min-width: 961px) and (max-width: 1366px) {
  .hidden-laptop {
    display: none;
  }
}

@media screen and (min-width: 601px) and (max-width: 960px) {
  .hidden-tablet {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .hidden-mobile {
    display: none;
  }
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

a {
  text-decoration: none;
}

a:hover {
  transition: all 0.3s;
}

/*  scroll icon animation  */
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(0);
  }
}

/*  contents  */
.page-heading {
  background: center /cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  color: #FFFFFF;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 10px #212121, 0px 0px 10px #212121;
}

.content-inr {
  max-width: 1200px;
  padding: 100px 20px;
  margin: auto;
}

.content-inr p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286;
}

.content-heading {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.content-title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.34615;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  color: #212121;
}

.content-title::after {
  content: '';
  background: #212121;
  height: 3px;
  width: 100px;
  display: block;
  margin: 30px auto;
}

@media screen and (max-width: 960px) {
  .content-title::after {
    margin: 30px auto;
  }
}

@media screen and (max-width: 960px) {
  .content-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.2em;
    margin: 30px auto 0;
  }
}

.content-body p {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .content-body p {
    text-align: left;
  }
}

.btn-link {
  background: #ee3f75;
  color: #FFFFFF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 80px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  margin: 0 auto;
  transition: all 0.3s;
  border: solid 3px #ee3f75;
}

.btn-link::after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
}

.btn-link:hover {
  background: #FFFFFF;
  color: #ee3f75;
  border: solid 3px #ee3f75;
}

.reserve {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 250px;
  height: 250px;
  z-index: 100;
  transition: 0.3s fadeInUp;
}

@media screen and (max-width: 960px) {
  .reserve {
    right: 20px;
    bottom: 20px;
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 600px) {
  .reserve {
    right: 10px;
    bottom: 10px;
    width: 100px;
    height: 100px;
  }
}

.reserve:hover {
  transition: 0.3s fadeInUp;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 600px) {
  html {
    font-size: 60%;
  }
}

body {
  background: #FFFFFF;
  color: #212121;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  height: 100%;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 960px) {
  body.open {
    position: fixed;
  }
}

::selection {
  background: #212121;
  color: #FFFFFF;
  text-shadow: none;
}

::-moz-selection {
  background: #212121;
  background: #212121;
  text-shadow: none;
}

.legacy-ie {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.legacy-ie a {
  color: #4285f4;
  text-decoration: none;
}

.noscript {
  background: #f5f5f5;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

/*  footer  */
.footer {
  padding: 0 20px;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer .fnav {
  margin-bottom: 45px;
}

.footer .fnav ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .footer .fnav ul {
    flex-direction: column;
    align-items: center;
  }
}

.footer .fnav ul li {
  border-right: solid 1px #999999;
}

@media screen and (max-width: 960px) {
  .footer .fnav ul li {
    border: 0;
  }
}

.footer .fnav ul li:first-child {
  border-left: solid 1px #999999;
}

@media screen and (max-width: 960px) {
  .footer .fnav ul li:first-child {
    border: 0;
  }
}

.footer .fnav ul li a {
  color: #212121;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 40px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.footer .fnav ul li a:hover {
  color: #FFFFFF;
  background: #002352;
}

@media screen and (max-width: 960px) {
  .footer .fnav ul li a::after {
    color: #002352;
    font-family: FontAwesome;
    content: "\f054";
    font-size: 17px;
    font-size: 1.7rem;
    margin-left: 10px;
  }
}

.footer #copyright {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
}

#top .hero ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-image: url(img/top_hero_slide_1.jpg);
  width: 100%;
  height: 100vh;
}

#top .hero ul li img {
  width: 50%;
  display: block;
}

@media screen and (max-width: 600px) {
  #top .hero ul li img {
    width: 100%;
  }
}

#top .scroll {
  color: #FFFFFF;
  position: absolute;
  bottom: 2%;
  left: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  transform: translate(-50%, 0);
  z-index: 100;
}

@media screen and (max-width: 600px) {
  #top .scroll {
    bottom: 1%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#top .scroll::after {
  content: '\f107';
  font-family: FontAwesome;
  display: block;
  animation: upDown 2s infinite;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #top .scroll::after {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
  }
}

@media screen and (max-width: 600px) {
  #intro .content-title {
    text-align: justify;
  }
}

#intro .youtube {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

#intro .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#menu {
  background: url(img/menu_bg.jpg) top center no-repeat;
}

#menu .content-title:first-child {
  color: #FFFFFF;
  text-shadow: #212121 3px 3px 3px;
}

#menu .content-title:first-child::after {
  background-color: #FFFFFF;
}

#menu .content-body p {
  color: #FFFFFF;
  text-shadow: #212121 2px 2px 2px;
}

#menu .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#menu .menu .item {
  border: 3px solid #212121;
  box-sizing: border-box;
  background: #FFFFFF;
  width: 49%;
  padding: 20px;
  margin: 0 0 20px;
}

@media screen and (max-width: 600px) {
  #menu .menu .item {
    width: 100%;
    padding: 10px;
  }
}

#menu .menu .item .image {
  border: 3px solid #212121;
  box-sizing: border-box;
  margin-bottom: 30px;
}

#menu .menu .item .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.45833;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  color: #212121;
}

#menu .menu .item .title::after {
  content: '';
  background: #212121;
  height: 3px;
  width: 100px;
  display: block;
  margin: 30px auto;
}

@media screen and (max-width: 960px) {
  #menu .menu .item .title::after {
    margin: 30px auto;
  }
}

@media screen and (max-width: 960px) {
  #menu .menu .item .title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.30769;
    letter-spacing: 0.2em;
    margin: 30px auto 0;
  }
}

#menu .menu .item .old-price {
  text-align: center;
  color: #ee3f75;
  text-decoration: line-through;
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #menu .menu .item .old-price {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

#menu .menu .item .sub-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 30px;
}

#menu .menu .item .sub-title .price {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #menu .menu .item .sub-title .price {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

#menu .menu .item .sub-title .num {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 960px) {
  #menu .menu .item .sub-title .num {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#menu .menu .item .time {
  background: #ee3f75;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  font-weight: bold;
  width: 100%;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}

#menu .menu .item .text {
  color: #212121;
  text-shadow: none;
  text-align: justify;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286;
}

#menu .menu .item_2 {
  width: 49%;
}

@media screen and (max-width: 600px) {
  #menu .menu .item_2 {
    width: 100%;
  }
}

#menu .menu .item_2 .option {
  border: 3px solid #212121;
  box-sizing: border-box;
  background: #FFFFFF;
  width: 100%;
  padding: 20px;
  margin: 0 0 20px;
}

@media screen and (max-width: 600px) {
  #menu .menu .item_2 .option {
    width: 100%;
    padding: 10px;
  }
}

#menu .menu .item_2 .option .image {
  border: 3px solid #212121;
  box-sizing: border-box;
  margin-bottom: 30px;
}

#menu .menu .item_2 .option .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.45833;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  color: #212121;
}

#menu .menu .item_2 .option .title::after {
  content: '';
  background: #212121;
  height: 3px;
  width: 100px;
  display: block;
  margin: 30px auto;
}

@media screen and (max-width: 960px) {
  #menu .menu .item_2 .option .title::after {
    margin: 30px auto;
  }
}

@media screen and (max-width: 960px) {
  #menu .menu .item_2 .option .title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.30769;
    letter-spacing: 0.2em;
    margin: 30px auto 0;
  }
}

#menu .menu .item_2 .option .sub-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 30px;
}

#menu .menu .item_2 .option .sub-title .price {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #menu .menu .item_2 .option .sub-title .price {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

#menu .menu .item_2 .option .sub-title .num {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 960px) {
  #menu .menu .item_2 .option .sub-title .num {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#menu .menu .item_2 .option .time {
  background: #ee3f75;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  font-weight: bold;
  width: 100%;
  padding: 15px;
  text-align: center;
}

#menu .menu .item_2 .option .time b {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #menu .menu .item_2 .option .time b {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

#menu .menu .item_2 .option .menu-price {
  color: #212121;
  font-size: 1.4rem;
}

#menu .menu .item_2 .option .menu-price li {
  margin-bottom: 15px;
}

#menu .menu .item_2 .option .menu-price li span {
  float: right;
}

#fqa .content-inr {
  max-width: 700px;
  padding: 100px 0;
}

@media screen and (max-width: 960px) {
  #fqa .content-inr {
    max-width: 100%;
  }
}

#fqa .content-inr hr {
  opacity: 0.7;
}

#fqa .fqa {
  padding: 50px 20px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #fqa .fqa {
    text-align: justify;
  }
}

#fqa .fqa .question {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.75;
  padding-bottom: 20px;
}

#fqa .fqa .answer {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-bottom: 20px;
}

#fqa .fqa .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85714;
  color: #999999;
}

#contact .content-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}

#contact .content-body .tel {
  width: 50%;
  position: relative;
  margin-bottom: 40px;
}

#contact .content-body .tel::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  background: #999999;
}

@media screen and (max-width: 600px) {
  #contact .content-body .tel::after {
    content: none;
  }
}

@media screen and (max-width: 600px) {
  #contact .content-body .tel {
    width: 100%;
  }
}

#contact .content-body .tel .number {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  margin: 0 auto 20px;
}

@media screen and (max-width: 600px) {
  #contact .content-body .tel .number {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

#contact .content-body .tel .number::before {
  content: '\f095';
  font-family: FontAwesome;
  margin-right: 10px;
}

#contact .content-body .tel .number a {
  color: #212121;
}

#contact .content-body .tel .text {
  font-size: 14px;
  font-size: 1.4rem;
}

#contact .content-body .online {
  width: 50%;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  #contact .content-body .online {
    width: 100%;
  }
}

#contact .content-body .title {
  margin-bottom: 40px;
  width: auto;
  font-weight: bold;
}

#contact .content-body .title span {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.46154;
  width: inherit;
  background: linear-gradient(transparent 70%, #fff455 70%);
}

@media screen and (max-width: 960px) {
  #contact .content-body .title span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 600px) {
  #contact .content-body .title span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#contact .caution {
  text-align: center;
  color: #999999;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.78571;
  margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
  #contact .caution {
    text-align: justify;
  }
}

#contact .sake20 {
  border: #ee3f75 solid 1px;
  color: #ee3f75;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 20px;
}

@media screen and (max-width: 600px) {
  #contact .sake20 {
    font-size: 20px;
    font-size: 2rem;
  }
}

#access {
  border-top: 4px solid #002352;
  background: url(img/access_bg.jpg) top center no-repeat;
  background-size: cover;
}

#access .content-title:first-child {
  color: #FFFFFF;
  text-shadow: #212121 3px 3px 3px;
}

#access .content-title:first-child::after {
  background-color: #FFFFFF;
}

#access .content-body p {
  color: #FFFFFF;
  text-shadow: #212121 2px 2px 2px;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto 80px;
}

.footer p {
  text-align: center;
}

.footer p .tel {
  color: #002352;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .footer p .tel {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.footer p .tel::before {
  content: '\f095';
  font-family: FontAwesome;
  margin-right: 10px;
}

.map {
  border-top: 4px solid #002352;
}

#copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  text-align: center;
  color: #FFFFFF;
  background: #002352;
  width: 100%;
  padding: 20px 0;
  margin-top: -1px;
}


/* ------------------

コロナ対策部分追加 20210528

-----------------------
 */

#info-covid19 .lead_text{
    text-align: center;
    margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
  #info-covid19 .lead_text{
    margin-bottom: 40px;
}
}


@media screen and (max-width: 600px) {
  #info-covid19 .lead_text{
    text-align: left;
  }

  #info-covid19 .lead_text br{
    display: none;
  }
}

#info-covid19 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  #info-covid19 .list {
    justify-content: center;
    width: 90%;
  }
}

@media screen and (max-width: 960px) {
  #info-covid19 .item{
    flex-basis: 40%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  #info-covid19 .item{
    flex-basis: 80%;
  }
}


#info-covid19 .item__inner{
  border: 2px solid #212121;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  box-shadow: 5px 5px #212121;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#info-covid19 .item .num-icon{
  position: absolute;
  width: 55px;
  height: 50px;
  top:0;
  left: 0;
  background-color: #fff;
  padding-right: 10px;
  padding-bottom: 10px;
}

#info-covid19 .item .text {
  margin-bottom: 0px;
  font-size: 2.0rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #info-covid19 .item .text {
    font-size: 1.6rem;
  }
}

#info-covid19 .item .sub-text {
  margin-bottom: 0px;
  font-size: 1.6rem;
  color: #ee3f75;
  text-align: center;
}

.item04 {
  position: relative;
}


#info-covid19 .item .notice {
  position: absolute;
  bottom: -75%;
  left: 0;
  font-size: 1.4rem;
  color: #999999;
  line-height: 1.5;
}