@charset "UTF-8";
html {
  font-size: 1px;
  overflow-x: hidden;
}
html.lock {
  overflow-y: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #3E3E3E;
  font-size: 16rem;
  overflow: hidden;
  background: #FCFAF7 url(../images/bg_deco.png) no-repeat top center;
}

select,
input,
textarea,
button {
  font: inherit;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: 0.3s linear;
  backface-visibility: hidden;
}
a.tel_link {
  pointer-events: none;
}
a.line {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #3E3E3E;
}
a.line:hover {
  border-bottom: 1px solid transparent;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.inner {
  width: 1200rem;
  margin-left: auto;
  margin-right: auto;
}

.s_inner {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
}

.mt_l {
  margin-top: 100rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.ta_center {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.font_co {
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
}

.font_san {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, "sans-serif", sans-serif;
}

.font_zen {
  font-family: "Zen Maru Gothic", sans-serif;
}

.c_red {
  color: #df1616;
}

.c_orange {
  color: #EC6949;
}

.btn_more a {
  width: 250rem;
  height: 70rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EC6949;
  font-weight: bold;
  font-size: 18rem;
  position: relative;
  background-color: #fff;
  border-radius: 100rem;
  padding-left: 30rem;
  transition: 0.3s;
  font-family: "Zen Maru Gothic", sans-serif;
  overflow: hidden;
}
.btn_more a span {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.btn_more a::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 20rem;
  transform: translateY(-50%);
  width: 30rem;
  height: 30rem;
  background: url(https://www.silvervillage.co.jp/assets/img/ico_arrow.svg) no-repeat center right/contain;
  box-sizing: border-box;
  border-radius: 20rem;
  transition: 0.3s;
  z-index: 1;
}
.btn_more a::after {
  content: "";
  background: #EC6949;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: 0.3s;
  border-radius: 100rem;
}
.btn_more a:hover {
  color: #fff;
  padding-left: 0;
  padding-right: 30rem;
}
.btn_more a:hover::before {
  left: calc(100% - 50rem);
  background: url(https://www.silvervillage.co.jp/assets/img/ico_arrow02.svg) no-repeat center right/contain;
}
.btn_more a:hover::after {
  width: 100%;
}

.btn_more_s a {
  position: relative;
  font-size: 18rem;
  color: #EC6949;
  padding-left: 42rem;
  font-weight: bold;
}
.btn_more_s a::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30rem;
  height: 30rem;
  background: url(https://www.silvervillage.co.jp/assets/img/ico_arrow.svg) no-repeat center right/contain;
  box-sizing: border-box;
  z-index: 1;
}

.common_tit .en {
  line-height: 1;
}
.common_tit .en img {
  height: 17rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_tit h2 {
  margin-top: 5rem;
  font-weight: bold;
  font-size: 28rem;
}

.mv_tit {
  text-align: center;
}
.mv_tit .en img {
  width: auto;
  height: 22rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_tit h1 {
  font-size: 48rem;
  font-weight: bold;
  margin: 10rem 0 0;
}

header {
  position: fixed;
  width: 100%;
  height: 120rem;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #FCFAF7;
  line-height: 1.6;
}
header .header_wrap {
  width: 100%;
  height: 100%;
  padding-left: 30rem;
  padding-right: 30rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FCFAF7;
}
header .header_wrap .logo_wrap {
  display: flex;
  align-items: center;
}
header .header_wrap .logo_wrap img {
  height: 51rem;
  -o-object-fit: contain;
     object-fit: contain;
}
header .header_wrap .header_content {
  width: 1150rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50rem;
  margin-left: 50rem;
}
header .header_wrap .header_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 28rem;
}
header .header_wrap .header_nav ul li {
  height: 45rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_wrap .header_nav ul li a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-bottom: 2rem solid transparent;
  transition: 0.3s;
}
header .header_wrap .header_nav ul li a:hover {
  border-bottom: 2rem solid #EC6949;
}
header .header_wrap .header_nav ul li.mega_select {
  transition: 0.3s;
  border-bottom: 2rem solid transparent;
}
header .header_wrap .header_nav ul li.mega_select:hover {
  border-bottom: 2rem solid #EC6949;
}
header .header_wrap .header_btn {
  display: flex;
  gap: 10rem;
}
header .header_wrap .header_btn .btn_wrap a {
  width: 200rem;
  height: 70rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18rem;
  font-weight: bold;
  border-radius: 100rem;
  position: relative;
  padding-left: 20rem;
  transition: 0.3s;
  overflow: hidden;
}
header .header_wrap .header_btn .btn_wrap a span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
header .header_wrap .header_btn .btn_wrap a::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 20rem;
  transform: translateY(-50%);
  width: 30rem;
  height: 30rem;
  border-radius: 40rem;
  z-index: 1;
  transition: 0.3s;
}
header .header_wrap .header_btn .btn_wrap a::after {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: 0.3s;
  border-radius: 40rem;
}
header .header_wrap .header_btn .btn_wrap a:hover {
  padding-left: 0;
  padding-right: 10rem;
}
header .header_wrap .header_btn .btn_wrap a:hover::before {
  left: calc(100% - 50rem);
}
header .header_wrap .header_btn .btn_wrap a:hover::after {
  width: 100%;
}
header .header_wrap .header_btn .btn_wrap.request a {
  background-color: #747474;
  border: 1px solid #747474;
}
header .header_wrap .header_btn .btn_wrap.request a::before {
  background: url(https://www.silvervillage.co.jp/assets/img/ico_arrow_request.svg) no-repeat center right/contain;
}
header .header_wrap .header_btn .btn_wrap.request a:hover {
  color: #747474;
}
header .header_wrap .header_btn .btn_wrap.request a:hover::before {
  background: url(https://www.silvervillage.co.jp/assets/img/ico_arrow_request02.svg) no-repeat center right/contain;
}
header .header_wrap .header_btn .btn_wrap.reserve a {
  background-color: #EC6949;
  border: 1px solid #EC6949;
}
header .header_wrap .header_btn .btn_wrap.reserve a::before {
  background: url(https://www.silvervillage.co.jp/assets/img/ico_arrow_reserve.svg) no-repeat center right/contain;
}
header .header_wrap .header_btn .btn_wrap.reserve a:hover {
  color: #EC6949;
}
header .header_wrap .header_btn .btn_wrap.reserve a:hover::before {
  background: url(https://www.silvervillage.co.jp/assets/img/ico_arrow_reserve02.svg) no-repeat center right/contain;
}

.mega_menu_wrap .mega_menu {
  position: fixed;
  top: 120rem;
  left: 0;
  background-color: #FCFAF7;
  opacity: 0;
  width: 100%;
  padding-top: 42rem;
  padding-bottom: 42rem;
  transform: translateY(-100%);
  z-index: 99;
  transition: 0.5s;
}
.mega_menu_wrap .mega_menu.mega_in {
  transform: translateY(0);
  opacity: 0.9;
}
.mega_menu_wrap .mega_menu ul {
  display: flex;
  justify-content: center;
  gap: 115rem;
}
.mega_menu_wrap .mega_menu ul + ul {
  margin-top: 30rem;
}
.mega_menu_wrap .mega_menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.3s;
}
.mega_menu_wrap .mega_menu ul li a .img_wrap {
  width: 140rem;
}
.mega_menu_wrap .mega_menu ul li a .img_wrap img {
  border-radius: 10rem;
}
.mega_menu_wrap .mega_menu ul li a .text {
  padding-left: 50rem;
  position: relative;
}
.mega_menu_wrap .mega_menu ul li a .text::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 10rem;
  transform: translateY(-50%);
  width: 30rem;
  height: 30rem;
  background: url(https://www.silvervillage.co.jp/assets/img/ico_arrow.svg) no-repeat center right/contain;
  box-sizing: border-box;
}
.mega_menu_wrap .mega_menu ul li a:hover {
  opacity: 0.7;
}
.mega_menu_wrap .mega_menu.menu02 ul {
  gap: 0;
}
.mega_menu_wrap .mega_menu.menu02 ul li {
  width: 480rem;
}
.mega_menu_wrap .mega_menu.menu02 ul li a {
  justify-content: left;
}

main {
  margin-top: 130rem;
}
main .navi {
  display: flex;
  align-items: flex-end;
}
main .navi li {
  background: #E3E5E4;
  border-radius: 30rem 30rem 0 0;
  width: 25%;
  padding: 12rem 0;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
main .navi li.active {
  background: #ED9B00;
  padding: 22rem 0 18rem;
}
main .navi li:last-child {
  width: 12%;
}
main .notes {
  text-align: center;
  background: #fff;
  border-radius: 30rem;
  padding: 20rem 0;
  margin: 20rem 0 40rem;
  font-size: 18rem;
}
main .facilitys {
  background: #fff;
}
main .facilitys ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 50rem;
}
main .facilitys ul li {
  width: 400rem;
}
main .facilitys ul li a {
  display: flex;
  align-items: center;
  padding: 12rem 20rem;
  border: solid #ED9B00;
  border-width: 1rem 1rem 1rem 8rem;
}
main .facilitys ul li a span {
  font-size: 23rem;
  margin: 0px 6rem 4rem;
}
main .facilitys ul li:nth-child(n+3) {
  margin: 20rem 0 0;
}
main .facilitys div {
  display: none;
}
main .bg_detail {
  background: #fff;
  border-radius: 40rem 40rem 0 0;
  margin: 100rem 0 0;
  padding: 0 0 100rem;
  text-align: center;
}
main .bg_detail .faci_name {
  background: #ED9B00;
  padding: 20rem 0;
  margin: 0 0 50rem;
  font-size: 24rem;
  font-weight: bold;
  border-radius: 40rem 40rem 0 0;
}
main .bg_detail .room_name {
  margin: 0 70rem 0;
  border: solid #ED9B00;
  border-width: 3rem 0;
  padding: 20rem 0;
  margin: 0 70rem 30rem;
  font-size: 20rem;
  font-weight: bold;
  letter-spacing: -1rem;
}
main .bg_detail form input {
  border: 1rem solid #ccc;
  padding: 10rem;
  font-size: 16rem;
}
main .bg_detail form table {
  text-align: left;
  margin: 0 auto 100rem;
}
main .bg_detail form table th {
  padding: 0 20rem;
}
main .bg_detail form table td {
  padding: 10rem 0;
}
main .bg_detail form table td input {
  width: 300rem;
  outline: none;
}
main .bg_detail form button {
  width: 340rem;
  height: 70rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18rem;
  font-weight: bold;
  border-radius: 100rem;
  position: relative;
  padding-left: 20rem;
  transition: 0.3s;
  overflow: hidden;
  margin: auto;
  background: #EC6949;
  border: 1px solid #EC6949;
  cursor: pointer;
}
main .bg_detail form button:before {
  position: absolute;
  content: "";
  background: url(https://www.silvervillage.co.jp/assets/img/ico_arrow_reserve.svg) no-repeat center right/contain;
  display: block;
  top: 50%;
  left: 20rem;
  transform: translateY(-50%);
  width: 30rem;
  height: 30rem;
  border-radius: 40rem;
  z-index: 1;
  transition: 0.3s;
}
main .bg_detail form button:after {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: 0.3s;
  border-radius: 40rem;
}
main .bg_detail form button:hover:before {
  left: calc(100% - 50rem);
  background: url(https://www.silvervillage.co.jp/assets/img/ico_arrow_reserve02.svg) no-repeat center right/contain;
}
main .bg_detail form button:hover:after {
  width: 100%;
}
main .bg_detail form button:hover span {
  position: relative;
  color: #EC6949;
  z-index: 1;
}
main .bg_detail form .sample {
  margin: 40rem auto 0;
}

.userPage .bg_detail {
  background: #fff;
  border-radius: 40rem 40rem 0 0;
  position: relative;
}
.userPage .logout {
  position: absolute;
  top: -60rem;
  right: 0;
  background: #fff;
  color: #208DEB;
  padding: 5rem 15rem;
  border-radius: 5rem;
}
.userPage .logout.btm {
  top: auto;
  right: 50rem;
}
.userPage .faci_name {
  background: #ED9B00;
  padding: 20rem 0;
  margin: 0 0 50rem;
  font-size: 24rem;
  font-weight: bold;
  border-radius: 40rem 40rem 0 0;
  text-align: center;
}
.userPage .detail_inner {
  margin: 0 70rem;
}
.userPage .detail_inner .pager {
  margin: 0 0 50rem;
  font-size: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18rem;
}
.userPage .detail_inner .pager .target {
  border: none;
  cursor: auto;
  position: relative;
  background: #FFEEDB;
  border-radius: 50rem;
  width: 30rem;
  height: 30rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #EC6949;
}
.userPage .detail_inner .pager .prev,
.userPage .detail_inner .pager .next {
  position: relative;
  font-size: 0;
}
.userPage .detail_inner .pager .prev:before,
.userPage .detail_inner .pager .next:before {
  content: "";
  position: absolute;
  top: -4rem;
  left: -5rem;
  margin: auto;
  width: 10rem;
  height: 10rem;
  transform: rotate(45deg);
}
.userPage .detail_inner .pager a {
  color: #EC6949;
}
.userPage .detail_inner .pager .prev:before {
  border-bottom: 2rem solid #EC6949;
  border-left: 2rem solid #EC6949;
}
.userPage .detail_inner .pager .next:before {
  border-top: 2rem solid #EC6949;
  border-right: 2rem solid #EC6949;
}
.userPage .detail_inner article {
  text-align: left;
}
.userPage .detail_inner article h3 {
  border-left: 7rem solid #ED9B00;
  padding: 0 0 0 20rem;
  margin: 0 0 20rem;
  font-size: 16rem;
}
.userPage .detail_inner article h3 span {
  color: #ED9B00;
  display: block;
  font-size: 23rem;
}
.userPage .detail_inner article .comment {
  margin: 0 0 30rem 30rem;
}
.userPage .detail_inner article .images {
  display: flex;
  flex-flow: wrap;
  gap: 16rem;
  margin: 0 0 80rem;
}
.userPage .detail_inner article .images li {
  width: 32%;
}
.userPage .detail_inner article .images li img {
  width: 100%;
}

.to_top {
  position: fixed;
  z-index: 999;
  right: 30rem;
  bottom: 70rem;
  display: none;
  transform: rotate(-90deg);
  border-radius: 50%;
  border: 1px solid #747474;
}
.to_top img {
  width: 70rem;
}
.to_top a {
  transition: 0.3s;
}
.to_top a:hover {
  opacity: 0.7;
}

footer {
  background-color: #FCFAF7;
  line-height: 1.6;
  margin: 100rem 0 0;
}
footer .footer_contact {
  padding-top: 50rem;
  padding-bottom: 43rem;
  background-color: #F0F0F0;
}
footer .footer_contact .flex_wrap {
  display: flex;
  justify-content: space-between;
  width: 1200rem;
  margin-left: auto;
  margin-right: auto;
}
footer .footer_contact .flex_wrap .text_wrap .text {
  margin-top: 40rem;
  font-size: 18rem;
}
footer .footer_contact .flex_wrap .tel_area {
  width: 480rem;
}
footer .footer_contact .flex_wrap .tel_area .tel_wrap {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 18rem;
  padding-bottom: 18rem;
  display: flex;
  gap: 15rem;
  align-items: center;
}
footer .footer_contact .flex_wrap .tel_area .tel_wrap .tel_text {
  padding-left: 5rem;
  font-size: 15rem;
  font-weight: bold;
}
footer .footer_contact .flex_wrap .tel_area .tel_wrap .icon {
  width: 58rem;
}
footer .footer_contact .flex_wrap .tel_area .tel_wrap .tel {
  font-weight: bold;
  font-size: 40rem;
}
footer .footer_btn {
  display: flex;
  gap: 20rem;
  margin-top: 32rem;
}
footer .footer_btn .btn_wrap a {
  width: 230rem;
  height: 70rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18rem;
  font-weight: bold;
  border-radius: 100rem;
  position: relative;
  padding-left: 20rem;
  transition: 0.3s;
  overflow: hidden;
}
footer .footer_btn .btn_wrap a span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
footer .footer_btn .btn_wrap a::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 10rem;
  transform: translateY(-50%);
  width: 30rem;
  height: 30rem;
  border-radius: 40rem;
  z-index: 1;
  transition: 0.3s;
}
footer .footer_btn .btn_wrap a::after {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: 0.3s;
  border-radius: 40rem;
}
footer .footer_btn .btn_wrap a:hover {
  padding-left: 0;
  padding-right: 10rem;
}
footer .footer_btn .btn_wrap a:hover::before {
  left: calc(100% - 50rem);
}
footer .footer_btn .btn_wrap a:hover::after {
  width: 100%;
}
footer .footer_btn .btn_wrap.request a {
  background-color: #747474;
  border: 1px solid #747474;
}
footer .footer_btn .btn_wrap.request a::before {
  background: url(https://www.silvervillage.co.jp/assets/img/ico_arrow_request.svg) no-repeat center right/contain;
}
footer .footer_btn .btn_wrap.request a:hover {
  color: #747474;
}
footer .footer_btn .btn_wrap.request a:hover::before {
  background: url(https://www.silvervillage.co.jp/assets/img/ico_arrow_request02.svg) no-repeat center right/contain;
}
footer .footer_btn .btn_wrap.reserve a {
  background-color: #EC6949;
  border: 1px solid #EC6949;
}
footer .footer_btn .btn_wrap.reserve a::before {
  background: url(https://www.silvervillage.co.jp/assets/img/ico_arrow_reserve.svg) no-repeat center right/contain;
}
footer .footer_btn .btn_wrap.reserve a:hover {
  color: #EC6949;
}
footer .footer_btn .btn_wrap.reserve a:hover::before {
  background: url(https://www.silvervillage.co.jp/assets/img/ico_arrow_reserve02.svg) no-repeat center right/contain;
}
footer .footer_wrap {
  padding-top: 40rem;
  padding-bottom: 30rem;
}
footer .footer_wrap .flex_wrap {
  display: flex;
  justify-content: space-between;
}
footer .footer_wrap .flex_wrap .company .logo_wrap {
  width: 210rem;
}
footer .footer_wrap .flex_wrap .company .address,
footer .footer_wrap .flex_wrap .company .tel {
  font-size: 14rem;
}
footer .footer_wrap .flex_wrap .company .address {
  margin-top: 20rem;
}
footer .footer_wrap .flex_wrap .company .sns_wrap {
  display: flex;
  margin-top: 23rem;
  gap: 22rem;
}
footer .footer_wrap .flex_wrap .company .sns_wrap .img_wrap img {
  width: 32rem;
}
footer .footer_wrap .flex_wrap .footer_nav {
  display: flex;
  gap: 40rem;
}
footer .footer_wrap .flex_wrap .footer_nav ul li {
  margin-top: 12rem;
  font-size: 14rem;
}
footer .footer_wrap .flex_wrap .footer_nav ul li.head {
  margin-top: 0;
  font-weight: bold;
  padding-left: 15rem;
  position: relative;
  line-height: 1;
  padding-bottom: 10rem;
  font-size: 16rem;
}
footer .footer_wrap .flex_wrap .footer_nav ul li.head::before {
  position: absolute;
  content: "";
  display: block;
  top: 1rem;
  left: 0;
  width: 3rem;
  height: 16rem;
  background: #000;
  border-radius: 20rem;
}
footer .footer_wrap .flex_wrap .footer_nav ul li a {
  transition: 0.3s;
}
footer .footer_wrap .flex_wrap .footer_nav ul li a:hover {
  opacity: 0.7;
}
footer .footer_wrap .pdf_wrap {
  margin-top: 40rem;
  border: 1px solid #707070;
  height: 80rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80rem;
}
footer .footer_wrap .pdf_wrap .text_wrap {
  font-size: 14rem;
}
footer .footer_wrap .pdf_wrap .pdf_list {
  display: flex;
  gap: 12rem;
}
footer .footer_wrap .pdf_wrap .pdf_list ul li {
  font-size: 14rem;
  position: relative;
  padding-left: 1.2em;
}
footer .footer_wrap .pdf_wrap .pdf_list ul li::before {
  position: absolute;
  content: "▶︎";
  display: block;
  top: 0;
  left: 0;
}
footer .footer_wrap .pdf_wrap .pdf_list ul li + li {
  margin-top: 8rem;
}
footer .footer_wrap .copy {
  margin-top: 42rem;
  font-size: 14rem;
  text-align: center;
}

.breadcrumb {
  width: 1600rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-right: 3em;
  padding: 1.5em 50rem;
}
.breadcrumb li:after {
  content: "＞";
  display: inline-block;
  margin-left: 8rem;
  margin-right: 8rem;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb li a {
  text-decoration: underline;
}
.breadcrumb li a:hover {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 1500px) {
  .mv .mv_img_wrap .mv_tit {
    top: 0.5208333333vw;
  }
}
@media screen and (max-width: 1380px) {
  footer .footer_wrap .pdf_wrap {
    width: 1000rem;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer_wrap .pdf_wrap .text_wrap {
    width: 260rem;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 14rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 335rem;
  }
  .s_inner {
    width: 335rem;
  }
  .mt_l {
    margin-top: 80rem;
  }
  .mt_m {
    margin-top: 40rem;
  }
  .mt_s {
    margin-top: 16rem;
  }
  .btn_more a {
    width: 295rem;
    height: 70rem;
    font-size: 16rem;
    padding-left: 30rem;
  }
  .btn_more_s a {
    font-size: 16rem;
    padding-left: 46rem;
  }
  .common_tit .en img {
    width: auto;
    height: 17rem;
  }
  .common_tit h2 {
    margin-top: 4rem;
    font-size: 20rem;
  }
  main {
    margin-top: 63rem;
  }
  .mega_menu_wrap {
    display: none;
  }
  header {
    height: 63rem;
  }
  header .header_wrap {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  header .header_wrap .logo_wrap img {
    width: auto;
    height: 34rem;
  }
  header .header_wrap .hm_btn_wrap {
    padding-top: 15rem;
    width: 50rem;
    text-align: center;
    position: relative;
  }
  header .header_wrap .hm_btn_wrap .hm_btn {
    width: 24rem;
    height: 19rem;
    transition: 0.5s;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  header .header_wrap .hm_btn_wrap .hm_btn span {
    display: block;
    width: 100%;
    height: 2rem;
    background-color: #000;
    position: absolute;
    left: 0;
    transition: 0.5s;
  }
  header .header_wrap .hm_btn_wrap .hm_btn span:nth-child(1) {
    top: 0;
  }
  header .header_wrap .hm_btn_wrap .hm_btn span:nth-child(2) {
    top: 8rem;
    transition: 0.5s;
  }
  header .header_wrap .hm_btn_wrap .hm_btn span:nth-child(3) {
    bottom: 0;
  }
  header .header_wrap .hm_btn_wrap .hm_btn.active span:nth-child(1) {
    top: 8rem;
    transform: rotate(45deg);
  }
  header .header_wrap .hm_btn_wrap .hm_btn.active span:nth-child(2) {
    opacity: 0;
  }
  header .header_wrap .hm_btn_wrap .hm_btn.active span:nth-child(3) {
    bottom: 8rem;
    transform: rotate(-45deg);
  }
  header .header_wrap .hm_btn_wrap .hm_text {
    font-size: 12rem;
    margin-top: 2rem;
  }
  header .header_wrap .sp_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    padding-top: 75rem;
    background-color: #FBF9F6;
    padding-left: 40rem;
    padding-right: 40rem;
    transition: 0.5s;
    z-index: -1;
    padding-bottom: 40rem;
    overflow-y: auto;
  }
  header .header_wrap .sp_menu.in {
    transform: translateX(0);
  }
  header .header_wrap .sp_menu .nav_menu ul li {
    padding-top: 12rem;
    padding-bottom: 12rem;
    font-size: 16rem;
    border-bottom: 1px solid #707070;
    position: relative;
    padding-right: 25rem;
    font-weight: 500;
  }
  header .header_wrap .sp_menu .nav_menu ul li::before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16rem;
    height: 9rem;
    background: url(https://www.silvervillage.co.jp/assets/img/ico_arrow_black.svg) no-repeat center top/contain;
  }
  header .header_wrap .sp_menu .nav_menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header .header_wrap .sp_menu .nav_menu ul li.accordion_menu::before {
    display: none;
  }
  header .header_wrap .sp_menu .nav_menu ul li.accordion_menu .accordion_btn .accordion_toggle {
    position: absolute;
    top: 16rem;
    right: 0;
    width: 16rem;
    height: 16rem;
  }
  header .header_wrap .sp_menu .nav_menu ul li.accordion_menu .accordion_btn .accordion_toggle span {
    position: absolute;
    left: 0;
    top: 8rem;
    display: block;
    width: 16rem;
    height: 1px;
    background-color: #707070;
    transition: 0.5s;
  }
  header .header_wrap .sp_menu .nav_menu ul li.accordion_menu .accordion_btn .accordion_toggle span:nth-child(2) {
    transform: rotate(-90deg);
  }
  header .header_wrap .sp_menu .nav_menu ul li.accordion_menu .accordion_btn.open .accordion_toggle span:nth-child(2) {
    transform: rotate(0deg);
  }
  header .header_wrap .sp_menu .nav_menu ul li.accordion_menu .accordion_list {
    display: none;
    margin-top: 15rem;
  }
  header .header_wrap .sp_menu .nav_menu ul li.accordion_menu .accordion_list p {
    font-size: 14rem;
    padding-left: 30rem;
    position: relative;
  }
  header .header_wrap .sp_menu .nav_menu ul li.accordion_menu .accordion_list p::before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0rem;
    transform: translateY(-50%);
    width: 20rem;
    height: 20rem;
    background: url(https://www.silvervillage.co.jp/assets/img/ico_arrow.svg) no-repeat center right/contain;
    box-sizing: border-box;
  }
  header .header_wrap .sp_menu .nav_menu ul li.accordion_menu .accordion_list p + p {
    margin-top: 10rem;
  }
  header .header_wrap .sp_menu .nav_menu ul li.accordion_menu .accordion_list p:last-child {
    margin-bottom: 14rem;
  }
  header .header_wrap .header_btn {
    display: block;
    padding-top: 0;
    margin-top: 35rem;
  }
  header .header_wrap .header_btn .btn_wrap {
    display: block;
  }
  header .header_wrap .header_btn .btn_wrap a {
    width: 295rem;
    font-size: 16rem;
    padding-left: 20rem;
  }
  header .header_wrap .header_btn .btn_wrap.reserve {
    margin-top: 20rem;
  }
  .mega_menu_wrap {
    display: none;
  }
  .mv_tit h1 {
    font-size: 28rem;
  }
  .mv_tit h1 .en img {
    height: 18rem;
  }
  main {
    margin-top: 70rem;
  }
  main .navi {
    flex-flow: wrap;
    justify-content: center;
    gap: 10rem 12rem;
    margin: 40rem 0 0;
  }
  main .navi li {
    background: #E3E5E4;
    border-radius: 0;
    width: 48%;
    padding: 12rem 10rem;
    font-size: 16rem;
  }
  main .navi li.active {
    background: #ED9B00;
    padding: 12rem 10rem;
  }
  main .navi li:last-child {
    width: auto;
  }
  main .notes {
    font-size: 16rem;
    margin: 20rem 0 0;
  }
  main .facilitys ul {
    display: block;
    padding: 20rem;
  }
  main .facilitys ul li {
    width: auto;
  }
  main .facilitys ul li a {
    padding: 5rem 10rem;
    flex-flow: wrap;
  }
  main .facilitys ul li a span {
    font-size: 20rem;
    margin: 0px 5rem 4rem;
  }
  main .facilitys ul li a img {
    width: auto;
  }
  main .facilitys ul li + li {
    margin: 20rem 0 0;
  }
  main .facilitys div {
    display: none;
  }
  main .bg_detail {
    padding: 0 0 60rem;
    margin: 50rem 0 0;
  }
  main .bg_detail .faci_name {
    font-size: 18rem;
    padding: 12rem 0;
  }
  main .bg_detail .room_name {
    padding: 10rem 0;
    margin: 0 20rem 30rem;
    font-size: 16rem;
  }
  main .bg_detail form input {
    font-size: 18rem;
  }
  main .bg_detail form table {
    margin: 0 auto 50rem;
    width: 88%;
  }
  main .bg_detail form table th {
    padding: 0 0 5rem;
    display: block;
  }
  main .bg_detail form table td {
    display: block;
    padding: 0;
  }
  main .bg_detail form table td input {
    width: 100%;
  }
  main .bg_detail form table tr + tr th {
    padding: 10rem 0 5rem;
  }
  main .bg_detail form button {
    width: 90%;
  }
  main .bg_detail form .sample {
    margin: 40rem auto 0;
  }
  .userPage .bg_detail {
    margin: 100rem 0 0;
  }
  .userPage .detail_inner {
    margin: 0 20rem;
  }
  .userPage .detail_inner .pager {
    font-size: 16rem;
  }
  .userPage .detail_inner article h3 {
    padding: 0 0 0 10rem;
  }
  .userPage .detail_inner article h3 span {
    font-size: 18rem;
  }
  .userPage .detail_inner article .comment {
    margin: 0 0 30rem 18rem;
  }
  .userPage .detail_inner article .images {
    gap: 10rem 5rem;
    margin: 0 0 50rem;
  }
  .userPage .logout.btm {
    right: 10rem;
  }
  .to_top {
    right: 16rem;
    bottom: 40rem;
  }
  .to_top img {
    width: 40rem;
  }
  footer {
    margin: 50rem 0 0;
  }
  footer .footer_contact {
    text-align: center;
    padding-top: 50rem;
    padding-bottom: 45rem;
  }
  footer .footer_contact .flex_wrap {
    display: block;
    width: 300rem;
  }
  footer .footer_contact .flex_wrap .text_wrap {
    width: 100%;
  }
  footer .footer_contact .flex_wrap .text_wrap .common_tit {
    text-align: center;
  }
  footer .footer_contact .flex_wrap .text_wrap .common_tit .en img {
    height: 13rem;
  }
  footer .footer_contact .flex_wrap .text_wrap .text {
    margin-top: 30rem;
    font-size: 16rem;
  }
  footer .footer_contact .flex_wrap .tel_area {
    width: 100%;
    margin-top: 30rem;
  }
  footer .footer_contact .flex_wrap .tel_area .tel_wrap {
    padding-top: 40rem;
    padding-bottom: 12rem;
    display: flex;
    gap: 5rem;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  footer .footer_contact .flex_wrap .tel_area .tel_wrap .tel_text {
    padding-left: 0;
    font-size: 15rem;
    font-weight: bold;
    position: absolute;
    top: 15rem;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    white-space: nowrap;
  }
  footer .footer_contact .flex_wrap .tel_area .tel_wrap .icon {
    width: 52rem;
  }
  footer .footer_contact .flex_wrap .tel_area .tel_wrap .tel {
    font-size: 30rem;
  }
  footer .footer_btn {
    display: block;
    margin-top: 32rem;
  }
  footer .footer_btn .btn_wrap a {
    width: 295rem;
    height: 70rem;
    font-size: 16rem;
    padding-left: 10rem;
  }
  footer .footer_btn .btn_wrap a::before {
    left: 20rem;
  }
  footer .footer_btn .btn_wrap a:hover::after {
    display: none;
  }
  footer .footer_btn .btn_wrap + .btn_wrap {
    margin-top: 20rem;
  }
  footer .footer_wrap {
    padding-top: 20rem;
    padding-bottom: 30rem;
  }
  footer .footer_wrap .flex_wrap {
    display: block;
  }
  footer .footer_wrap .flex_wrap .company .logo_wrap {
    width: 315rem;
  }
  footer .footer_wrap .flex_wrap .company .address,
  footer .footer_wrap .flex_wrap .company .tel {
    font-size: 14rem;
  }
  footer .footer_wrap .flex_wrap .company .address {
    margin-top: 22rem;
  }
  footer .footer_wrap .flex_wrap .footer_nav {
    display: block;
    margin-top: 40rem;
  }
  footer .footer_wrap .flex_wrap .footer_nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8rem 25rem;
  }
  footer .footer_wrap .flex_wrap .footer_nav ul + ul {
    margin-top: 25rem;
  }
  footer .footer_wrap .flex_wrap .footer_nav ul li {
    margin-top: 0;
    font-size: 12rem;
  }
  footer .footer_wrap .flex_wrap .footer_nav ul li.head {
    width: 100%;
    padding-left: 10rem;
    padding-bottom: 0;
    font-size: 14rem;
    padding-bottom: 8rem;
  }
  footer .footer_wrap .flex_wrap .footer_nav ul li.head::before {
    top: 1rem;
    width: 3rem;
    height: 16rem;
    border-radius: 20rem;
  }
  footer .footer_wrap .pdf_wrap {
    margin-top: 20rem;
    height: auto;
    display: block;
    padding-top: 18rem;
    padding-bottom: 25rem;
    padding-left: 20rem;
    padding-right: 20rem;
    width: 100%;
  }
  footer .footer_wrap .pdf_wrap .text_wrap {
    font-size: 12rem;
    width: 100%;
  }
  footer .footer_wrap .pdf_wrap .pdf_list {
    display: block;
    gap: 0;
  }
  footer .footer_wrap .pdf_wrap .pdf_list ul li {
    font-size: 12rem;
    padding-left: 1.2em;
    margin-top: 8rem;
  }
  footer .footer_wrap .pdf_wrap .pdf_list ul li + li {
    margin-top: 8rem;
  }
  footer .footer_wrap .sns_wrap {
    display: flex;
    margin-top: 25rem;
    gap: 22rem;
  }
  footer .footer_wrap .sns_wrap .img_wrap img {
    width: 32rem;
  }
  .mv_under {
    padding-top: 30rem;
  }
  .mv_under:before {
    top: 0;
    right: -30rem;
    width: 369rem;
    height: 328rem;
    background: url(https://www.silvervillage.co.jp/assets/img/pic_deco_mvunder_sp.png) no-repeat top/contain;
  }
  .mv_under:after {
    display: none;
  }
  .mv_under .mv_tit {
    position: relative;
    z-index: 1;
  }
  .mv_under .mv_tit .en img {
    height: 20rem;
  }
  .mv_under .mv_tit h1 {
    font-size: 28rem;
    margin: 0;
  }
  .mv_under .text {
    margin: 20rem 10rem 30rem;
  }
  .breadcrumb {
    width: 100%;
    padding: 1em 20rem;
  }
}/*# sourceMappingURL=common.css.map */