@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap);@charset "UTF-8";
/**************************************************
*  background-color: colors(warning,dark);
*            ↓↓↓↓↓↓
*  background-color: #ff7b7b;
**************************************************/
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  position: relative;
  font-size: 62.5%;
  min-height: 100%;
  overflow-x: auto;
}

body {
  color: #1A1A1A;
  line-height: 1.777;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1040px;
    width: 100%;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: .3s;
}

a:hover {
  opacity: .6;
}

a .icon {
  display: inline-block;
  margin-left: 10px;
}

.invisible {
  opacity: 0;
}

.animated {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anime-delay-1 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.anime-delay-2 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.anime-delay-3 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.anime-delay-4 {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.anime-delay-5 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.anime-delay-6 {
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

.anime-delay-7 {
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s;
}

.anime-delay-8 {
  -webkit-animation-delay: 5.6s;
  animation-delay: 5.6s;
}

.anime-delay-9 {
  -webkit-animation-delay: 6.3s;
  animation-delay: 6.3s;
}

.anime-delay-10 {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@media screen and (min-width: 768px) {
  .fadeInUp {
    -webkit-animation-name: fadeIn-up;
    animation-name: fadeIn-up;
  }
}

@media screen and (max-width: 767px) {
  .fadeInUp {
    -webkit-animation-name: fadeIn-up-sp;
    animation-name: fadeIn-up-sp;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(200%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(200%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn-up {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn-up {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn-up-sp {
  0% {
    opacity: 0;
    transform: translateY(20vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn-up-sp {
  0% {
    opacity: 0;
    transform: translateY(20vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    z-index: -1;
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    z-index: -1;
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(200);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(200);
  }
}

@-webkit-keyframes btnArrowHover {
  0% {
    width: 0;
  }
  100% {
    width: 50px;
  }
}

@keyframes btnArrowHover {
  0% {
    width: 0;
  }
  100% {
    width: 50px;
  }
}

@-webkit-keyframes btnArrowHoverShort {
  0% {
    width: 0;
  }
  100% {
    width: 25px;
  }
}

@keyframes btnArrowHoverShort {
  0% {
    width: 0;
  }
  100% {
    width: 25px;
  }
}

@media screen and (min-width: 768px) {
  .header {
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .header_heading {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .header_heading {
    width: 30.4vw;
    padding: 3.2vw 0;
  }
}

@media screen and (max-width: 767px) {
  .header_gNav {
    z-index: 10000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    background: url("../images/common/gnav_bg.png") no-repeat center center/cover;
    transition: all .4s ease;
  }
}

@media screen and (max-width: 767px) {
  .header_gNav_btn, .header_gNav_btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 18.66666667vw;
    height: 16vw;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .header_gNav_btn span, .header_gNav_btn-close span {
    position: absolute;
    display: block;
    right: 5.33333333vw;
    width: 8vw;
    height: 1px;
    background: #000;
  }
}

.header_gNav_btn span:first-of-type, .header_gNav_btn-close span:first-of-type {
  top: 5.33333333vw;
}

.header_gNav_btn span:nth-of-type(2), .header_gNav_btn-close span:nth-of-type(2) {
  top: 50%;
}

.header_gNav_btn span:last-of-type, .header_gNav_btn-close span:last-of-type {
  top: 10.66666667vw;
}

@media screen and (max-width: 767px) {
  .header_gNav_btn-close {
    position: relative;
    right: 0;
    margin: 0 5.33333333vw 0 auto;
  }
}

.header_gNav_btn-close span:first-of-type {
  top: 50%;
  transform: translateX(50%) rotate(45deg);
}

.header_gNav_btn-close span:nth-of-type(2) {
  opacity: 0;
}

.header_gNav_btn-close span:last-of-type {
  top: 50%;
  transform: translateX(50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .header_gNav_inner {
    width: 89.33333333vw;
    height: calc(100% - 16vw);
    margin: 0 auto;
    padding-bottom: 16vw;
    overflow-y: scroll;
  }
}

@media screen and (min-width: 768px) {
  .header_gNav_inner li {
    width: 120px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .header_gNav_inner li:nth-last-of-type(2) {
    width: 150px;
  }
}

@media screen and (min-width: 768px) {
  .header_gNav_inner li:last-of-type {
    width: auto;
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .header_gNav_inner li:last-of-type a {
    border: 0;
  }
}

.header_gNav a {
  color: #1A1A1A;
}

.header_gNav a:after {
  background: #000;
}

.header_gNav.show {
  transform: translateX(0);
}

nav {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  nav {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  nav {
    font-size: 4.8vw;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  nav ul li:last-of-type {
    margin-top: 40vw;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  nav a {
    display: inline-block;
    position: relative;
    line-height: 1;
  }
  nav a:after {
    width: 0;
    height: 1px;
    bottom: -3px;
    right: 50%;
    transform: translateX(50%);
    transition: .2s;
  }
  nav a:hover {
    opacity: 1;
  }
  nav a:hover:after {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  nav a:hover .ja {
    display: block;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  nav a:hover .en {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  nav a {
    display: block;
    padding: 5.33333333vw 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 768px) {
  nav a .ja {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  nav a .ja {
    display: block;
    font-weight: 400;
    font-size: 3.73333333vw;
    color: rgba(0, 0, 0, 0.4);
  }
}

@media screen and (max-width: 767px) {
  nav a .ja .icon {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  nav p {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  nav p {
    font-size: 6.93333333vw;
  }
}

@media screen and (min-width: 768px) {
  nav p span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  nav p span {
    font-size: 4.8vw;
  }
}

.point-y {
  color: #998563;
}

.point-p {
  color: #785372;
}

.point-r {
  color: #932B38;
}

.content {
  width: 100%;
}

.content_inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .content_inner {
    width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .content_inner {
    width: 89.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .content_inner-small {
    width: 850px;
  }
}

@media screen and (max-width: 767px) {
  .imgSp {
    width: 100%;
  }
}

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

.after:after, nav a:after, .footer nav ul li + li:after, .btn:after, .concept_intro_img:after {
  content: "";
  display: block;
  position: absolute;
}

.footer {
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 90px 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 16vw 0 8vw;
  }
}

@media screen and (min-width: 768px) {
  .footer_logo {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .footer_logo {
    width: 53.33333333vw;
    margin: 0 auto 8vw;
  }
}

.footer_logo img {
  width: 100%;
  height: 100%;
}

.footer address {
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .footer address {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer address {
    text-align: center;
  }
}

.footer_item {
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .footer_item {
    display: block !important;
  }
}

.footer nav ul {
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .footer nav ul li {
    width: 150px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .footer nav ul li:last-of-type {
    width: 200px;
  }
}

.footer nav ul li a {
  color: #F6F6F6;
}

.footer nav ul li a:after {
  background: #fff;
}

.footer nav ul li a:hover {
  opacity: 1;
}

.footer nav ul li + li {
  position: relative;
}

.footer nav ul li + li:after {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .footer nav ul li + li:after {
    bottom: calc(50% - 7px);
    left: 0;
    width: 1px;
    height: 13px;
  }
}

@media screen and (min-width: 768px) {
  .footer_attention {
    margin: 25px 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .footer_attention {
    width: 82.66666667vw;
    margin: 13.33333333vw auto 0;
  }
}

.footer_attention span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .footer_attention span {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer_attention span {
    width: 10.66666667vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .footer_attention p {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer_attention p {
    margin-left: auto;
  }
}

.footer small {
  display: inline-block;
  color: #808080;
}

@media screen and (min-width: 768px) {
  .footer small {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer small {
    margin-top: 16vw;
  }
}

.btn {
  position: relative;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 3.73333333vw;
  }
}

.btn:after {
  bottom: 50%;
  transform: translateY(50%);
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .btn:after {
    right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .btn:after {
    right: 5.33333333vw;
  }
}

.btn-arrow:after, .btn-arrowShort:after, .btn-arrowReverse:after {
  background-image: url("../images/common/arrow.png");
}

@media screen and (min-width: 768px) {
  .btn-arrow:after, .btn-arrowShort:after, .btn-arrowReverse:after {
    right: auto;
    left: calc(100% - 75px);
    width: 50px;
    height: 8px;
    background-position: left center;
  }
}

@media screen and (max-width: 767px) {
  .btn-arrow:after, .btn-arrowShort:after, .btn-arrowReverse:after {
    width: 13.33333333vw;
    height: 2.13333333vw;
    background-position: center;
    background-size: cover;
  }
}

.btn-arrow:hover, .btn-arrowShort:hover, .btn-arrowReverse:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .btn-arrow:hover:after, .btn-arrowShort:hover:after, .btn-arrowReverse:hover:after {
    -webkit-animation: btnArrowHover .5s ease both;
    animation: btnArrowHover .5s ease both;
  }
}

.btn-arrowShort:after {
  background-image: url("../images/common/arrow_short.png");
}

@media screen and (min-width: 768px) {
  .btn-arrowShort:after {
    left: calc(100% - 37px);
    width: 25px;
  }
}

.btn-arrowShort:hover:after {
  -webkit-animation: btnArrowHoverShort .5s ease both;
  animation: btnArrowHoverShort .5s ease both;
}

.btn-arrowUnder i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .btn-arrowUnder i {
    right: 18px;
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .btn-arrowUnder i {
    right: 5.33333333vw;
    font-size: 6.66666667vw;
  }
}

.btn-arrowReverse {
  margin: 0 auto;
}

.btn-arrowReverse:hover {
  opacity: 1;
}

.btn-arrowReverse:after {
  transform: translateY(50%) rotateY(180deg);
}

@media screen and (min-width: 768px) {
  .btn-arrowReverse:after {
    right: calc(100% - 75px);
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .btn-arrowReverse:after {
    right: auto;
    left: 5.33333333vw;
  }
}

.btn-plus span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
}

@media screen and (min-width: 768px) {
  .btn-plus span {
    right: 25px;
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .btn-plus span {
    right: 6.66666667vw;
    width: 3.73333333vw;
    height: 3.73333333vw;
  }
}

.btn-black {
  background-color: #000;
  color: #F6F6F6;
}

.btn-red {
  z-index: 1;
  position: relative;
  color: #F6F6F6;
}

.btn-red:after, .btn-red:before {
  z-index: -1;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
  background-color: #932B38;
  transition: all .6s ease;
}

.btn-red:before {
  left: 0;
  right: auto;
  opacity: .7;
  width: 0;
}

@media screen and (min-width: 768px) {
  .btn-red:hover {
    opacity: 1;
  }
  .btn-red:hover:after {
    width: 0;
  }
  .btn-red:hover:before {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .btn-middle {
    width: 320px;
    padding: 25px 0;
  }
}

@media screen and (max-width: 767px) {
  .btn-middle {
    width: 69.33333333vw;
    padding: 6.13333333vw 0;
  }
}

@media screen and (min-width: 768px) {
  .btn-short {
    width: 140px;
    padding: 15px 0;
  }
}

.btn-return {
  z-index: 100000;
  position: fixed;
  transform: translateY(200%);
}

@media screen and (min-width: 768px) {
  .btn-return {
    right: 30px;
    bottom: 30px;
    padding: 18px 0;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .btn-return {
    right: 5.33333333vw;
    bottom: 5.33333333vw;
    width: 13.33333333vw;
    height: 13.33333333vw;
    padding: 4.53333333vw 0;
  }
}

.btn-return:hover {
  opacity: .7 !important;
}

.btn-return.show {
  -webkit-animation: fadeInUp .4s ease both;
  animation: fadeInUp .4s ease both;
}

.btn-return.hide {
  -webkit-animation: fadeOutDown .4s ease both;
  animation: fadeOutDown .4s ease both;
}

.btn-return.stop {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .btn-return.stop {
    top: calc(-47% - 30px);
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .btn-return.stop {
    top: calc(-38% - 5.3vw);
    right: 5.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .btn-animation {
    z-index: 1;
    position: relative;
    background: none;
  }
  .btn-animation:after, .btn-animation:before {
    z-index: -1;
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    background: #000;
    transition: all .6s ease;
  }
  .btn-animation:before {
    right: auto;
    left: 0;
    width: 0;
    opacity: .7;
  }
}

@media screen and (min-width: 768px) {
  .btn-animation:hover {
    opacity: 1;
  }
  .btn-animation:hover:after {
    width: 0;
  }
  .btn-animation:hover:before {
    width: 100%;
  }
}

.bg-patternGray {
  background-image: url("../images/common/bg_g.png");
}

.bg-patternYellow {
  background-image: url("../images/common/bg_y.png");
}

.bg-patternYellow-2 {
  background: url("../images/common/bg_gradation.png") repeat-x, url("../images/common/bg_y.png"), #A89463;
}

.bg-patternWhite, .concept_intro_img:after {
  background-image: url("../images/common/bg_w.png");
}

.bg-w {
  background-color: #fff;
}

.bg-g, .concept_intro_img:after {
  background-color: #F6F6F6;
}

.bg-k {
  background-color: #000;
  color: #F6F6F6;
}

.mainVisual_img, .mainVisual_img-lower, .roomContent_mainImg {
  width: 100%;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .mainVisual_img, .mainVisual_img-lower, .roomContent_mainImg {
    height: 750px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual_img, .mainVisual_img-lower, .roomContent_mainImg {
    height: 161.86666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mainVisual_img-lower {
    height: 480px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual_img-lower {
    height: 74.66666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mainVisual_img-topics {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual_img-topics {
    height: 48vw;
  }
}

.concept_intro {
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .concept_intro {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .concept_intro {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .concept_intro_heading {
    order: 1;
    width: 24.8vw;
  }
}

@media screen and (min-width: 768px) {
  .concept_intro_txt {
    margin: auto 0  45px auto;
  }
}

@media screen and (max-width: 767px) {
  .concept_intro_txt {
    order: 3;
    margin-top: 26.66666667vw;
  }
}

.concept_intro_txt p {
  line-height: 2.133;
}

@media screen and (min-width: 768px) {
  .concept_intro_txt p {
    margin-top: 30px;
    width: 460px;
  }
}

@media screen and (max-width: 767px) {
  .concept_intro_txt p {
    margin-top: 2.66666667vw;
  }
}

.concept_intro_img {
  position: relative;
}

@media screen and (min-width: 768px) {
  .concept_intro_img {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .concept_intro_img {
    order: 2;
    width: 53.33333333vw;
  }
}

.concept_intro_img:after {
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .concept_intro_img:after {
    right: 120px;
    bottom: -40px;
  }
}

@media screen and (max-width: 767px) {
  .concept_intro_img:after {
    left: -35.73333333vw;
    bottom: -16vw;
  }
}

@media screen and (min-width: 768px) {
  .concept_img {
    width: 800px;
  }
}

@media screen and (max-width: 767px) {
  .concept_img {
    order: 1;
    width: 100%;
  }
}

.concept_img img {
  width: 100%;
}

.concept_txt {
  position: relative;
  flex-flow: column !important;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .concept_txt {
    bottom: -30px;
    right: 60px;
    padding: 50px 0;
    width: 400px;
    height: 460px;
  }
}

@media screen and (max-width: 767px) {
  .concept_txt {
    order: 2;
    width: 100%;
    padding: 16vw 0;
  }
}

.concept_txt p {
  line-height: 2.133;
}

@media screen and (min-width: 768px) {
  .concept_txt p {
    margin-top: 45px;
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .concept_txt p {
    width: 89.33333333vw;
    margin: 16vw auto 0;
  }
}

@media screen and (min-width: 768px) {
  .concept_item {
    overflow: hidden;
    position: relative;
    min-width: 1000px;
    height: 505px;
  }
}

@media screen and (max-width: 767px) {
  .concept_item + .concept_item {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .concept_item_heading {
    width: 6.13333333vw;
  }
}

@media screen and (max-width: 767px) {
  .concept_item_heading2 {
    width: 17.86666667vw;
  }
}

@media screen and (min-width: 768px) {
  .concept_item_inner {
    position: absolute;
    top: 0;
    justify-content: center;
    transform: translateX(50%);
    right: calc(50% + 40px);
    width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .concept_item_inner {
    flex-flow: wrap;
  }
}

@media screen and (min-width: 768px) {
  .concept_item + .concept_item .concept_item_inner {
    right: calc(50% - 40px);
  }
}

@media screen and (min-width: 768px) {
  .concept_item + .concept_item .concept_txt {
    right: -60px;
  }
}

@media screen and (max-width: 767px) {
  .rooms_heading {
    width: 29.33333333vw;
    margin: 0 auto;
  }
}

.rooms_slide {
  position: relative;
  bottom: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .rooms_slide {
    margin: 70px auto -130px;
    height: 260px;
    min-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .rooms_slide {
    margin: 13.33333333vw 0 -24vw;
  }
}

@media screen and (min-width: 768px) {
  .rooms_slide_inner {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 1980px;
  }
}

@media screen and (min-width: 768px) {
  .rooms_inner {
    padding: 200px 0 110px;
  }
}

@media screen and (max-width: 767px) {
  .rooms_inner {
    padding: 34.66666667vw 0 16vw;
  }
}

@media screen and (min-width: 768px) {
  .rooms_inner .btn + .btn {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .rooms_inner .btn + .btn {
    margin-top: 5.33333333vw;
  }
}

@media screen and (max-width: 767px) {
  .topics_body {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .topics_top {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .topics_heading {
    width: 33.86666667vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .topics_btn {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .topics_btn {
    margin: 10.66666667vw auto 0;
  }
}

@media screen and (min-width: 768px) {
  .topics_inner {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .topics_inner {
    flex-flow: wrap;
    margin-top: 16vw;
  }
}

.topics_inner a {
  display: block;
  color: #1A1A1A;
}

@media screen and (max-width: 767px) {
  .topics_inner a {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .topics_inner a + a {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .topics_inner a + a {
    margin-top: 10.66666667vw;
  }
}

.topics_item {
  flex-flow: column !important;
}

@media screen and (min-width: 768px) {
  .topics_item {
    width: 240px;
  }
}

@media screen and (min-width: 768px) {
  .topics_item:hover img {
    transform: translate(50%, -50%) scale(1.1);
  }
}

.topics_item h3 {
  order: 1;
  width: 100%;
  line-height: 1.733;
  letter-spacing: .075em;
}

@media screen and (min-width: 768px) {
  .topics_item h3 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .topics_item h3 {
    margin-top: 1.33333333vw;
  }
}

.topics_item time {
  color: #B3B3B3;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .topics_item time {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .topics_item time {
    margin-top: 2.66666667vw;
  }
}

@media screen and (min-width: 768px) {
  .topics_item img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    transition: all .5s ease;
  }
}

@media screen and (max-width: 767px) {
  .topics_item img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .topics_item_img {
    position: relative;
    width: 240px;
    height: 142px;
    overflow: hidden;
  }
}

.map {
  position: relative;
}

.map iframe {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .4s ease;
}

@media screen and (min-width: 768px) {
  .map iframe {
    height: 360px;
    margin-bottom: -7px;
  }
}

@media screen and (max-width: 767px) {
  .map iframe {
    height: 96vw;
  }
}

.map iframe:hover {
  -webkit-filter: none;
  filter: none;
}

.map_btn {
  position: absolute;
  justify-content: center;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .map_btn {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .map_btn {
    top: 2.66666667vw;
    right: 2.66666667vw;
    width: 13.33333333vw;
    height: 13.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .map_btn i {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .map_btn i {
    font-size: 5.33333333vw;
  }
}

.streetView, .mask {
  z-index: -1;
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  justify-content: center;
  width: 80%;
  height: 80%;
  opacity: 0;
}

.streetView.show, .show.mask {
  z-index: 100000;
  -webkit-animation: fadeIn .4s ease both;
  animation: fadeIn .4s ease both;
}

.streetView.hide, .hide.mask {
  z-index: 100000;
  -webkit-animation: fadeOut .4s ease both;
  animation: fadeOut .4s ease both;
}

.streetView iframe, .mask iframe {
  width: 100%;
  height: 100%;
}

.streetView_btn {
  z-index: -1;
  cursor: pointer;
  position: absolute;
  display: block;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .streetView_btn {
    top: -50px;
    right: -50px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .streetView_btn {
    top: -6.66666667vw;
    right: -6.66666667vw;
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
}

.streetView_btn span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}

.streetView_btn span:first-of-type {
  transform: rotate(45deg);
}

.streetView_btn span:last-of-type {
  transform: rotate(-45deg);
}

.streetView_btn.show {
  z-index: 100000;
  -webkit-animation: fadeIn .4s ease both;
  animation: fadeIn .4s ease both;
}

.streetView_btn.hide {
  z-index: 100000;
  -webkit-animation: fadeOut .4s ease both;
  animation: fadeOut .4s ease both;
}

.mask {
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
}

.mask.show {
  z-index: 10000;
  -webkit-animation: fadeIn .4s ease both;
  animation: fadeIn .4s ease both;
}

.mask.hide {
  z-index: 10000;
  -webkit-animation: fadeOut .4s ease both;
  animation: fadeOut .4s ease both;
}

.mainVisual {
  position: relative;
}

@media screen and (min-width: 768px) {
  .mainVisual .hooper {
    height: 750px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual .hooper {
    height: 161.86666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mainVisual .hooper-pagination {
    bottom: 50px;
    right: 0;
    left: auto;
    width: 110px;
    height: 210px;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .mainVisual .hooper-pagination {
    display: none;
  }
}

.mainVisual .hooper-indicators {
  flex-flow: column;
  justify-content: center;
  margin: 0 auto;
}

.mainVisual .hooper-indicators li, .mainVisual .hooper-indicators button {
  width: 10px;
  height: 10px;
}

.mainVisual .hooper-indicators li + li {
  margin-top: 40px;
}

.mainVisual .hooper-indicators button {
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  opacity: 1;
  margin: 0;
}

.mainVisual .hooper-indicators button.is-active {
  background: #fff;
}

.rooms_slide .hooper {
  height: auto;
}

@media screen and (max-width: 767px) {
  .rooms_slide .hooper-slide img {
    width: 90%;
  }
}

.feature {
  flex-flow: wrap;
}

@media screen and (min-width: 768px) {
  .feature {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 768px) {
  .feature_heading {
    width: 128px;
  }
}

@media screen and (max-width: 767px) {
  .feature_heading {
    width: 24.8vw;
    margin: 0 auto 17.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .feature_inner {
    width: 780px;
  }
}

.feature_inner_heading {
  border-bottom: 1px solid #c2c2c2;
}

@media screen and (min-width: 768px) {
  .feature_inner_heading {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .feature_inner_heading {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .feature_link {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .feature_link {
    margin: 16vw 0;
  }
}

@media screen and (min-width: 768px) {
  .roomContent:nth-of-type(even) .roomContent_card:nth-of-type(even) {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .roomContent:nth-of-type(odd) .roomContent_card:nth-of-type(odd) {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .roomContent_mainImg {
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .roomContent_mainImg {
    height: 64vw;
  }
}

@media screen and (min-width: 768px) {
  .roomContent_box {
    flex-flow: row-reverse;
    width: 710px;
    margin: -30px 0 120px auto;
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .roomContent_box {
    margin: -8vw auto 16vw;
    padding: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .roomContent_box_heading {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .roomContent_box_heading {
    width: 24.26666667vw;
    margin: 0 auto 9.33333333vw;
  }
}

.roomContent_box_text {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .roomContent_box_text {
    width: 404px;
  }
}

@media screen and (min-width: 768px) {
  .roomContent_box-left {
    margin: -30px auto 120px 0;
    flex-flow: row;
  }
}

@media screen and (min-width: 768px) {
  .roomContent_inner {
    flex-flow: wrap;
  }
}

@media screen and (min-width: 768px) {
  .roomContent_card {
    width: 470px;
  }
}

@media screen and (min-width: 768px) {
  .roomContent_card_img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .roomContent_card_img {
    margin-bottom: 4vw;
  }
}

.roomContent_card_heading {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .roomContent_card_heading {
    margin-bottom: 5px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .roomContent_card_heading {
    margin-bottom: 1.33333333vw;
    font-size: 5.86666667vw;
  }
}

@media screen and (max-width: 767px) {
  .roomContent_card + .roomContent_card {
    margin-top: 9.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .roomContent_table {
    margin: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .roomContent_table {
    margin: 14.66666667vw 0 16vw;
  }
}

.roomContent_btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .roomContent_btn {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .info {
    margin: 160px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .info {
    margin: 16vw 0 34.66666667vw;
  }
}

@media screen and (min-width: 768px) {
  .info_heading {
    width: 201px;
    margin: 120px auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .info_heading {
    width: 50.66666667vw;
    margin: 18.66666667vw auto 8vw;
  }
}

@media screen and (min-width: 768px) {
  .info_item {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .info_item {
    padding: 8vw 0;
  }
}

.info_item:not(:last-of-type) {
  border-bottom: 1px solid #c2c2c2;
}

@media screen and (min-width: 768px) {
  .info_item dt {
    width: 215px;
  }
}

@media screen and (max-width: 767px) {
  .info_item dt {
    margin-bottom: 1.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .info_item dd {
    width: calc(100% - 215px);
  }
}

.info_list_inner {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .info_list_inner {
    margin: 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .info_list_inner {
    margin: 1.33333333vw 0;
  }
}

@media screen and (min-width: 768px) {
  .info_list_img {
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .info_list_img {
    height: 8.53333333vw;
  }
}

@media screen and (min-width: 768px) {
  .info_list_img + .info_list_img {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .info_list_img + .info_list_img {
    margin-left: 2.66666667vw;
  }
}

.info_list_img img {
  height: 100%;
}

.pageLink {
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pageLink {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .pageLink li {
    width: 41.33333333vw;
  }
}

@media screen and (max-width: 767px) {
  .pageLink li:nth-of-type(n + 3) {
    margin-top: 6.66666667vw;
  }
}

.pageLink a {
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .pageLink a {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 767px) {
  .pageLink a {
    width: 41.33333333vw;
    height: 41.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .pageLink a:hover {
    opacity: 1;
  }
  .pageLink a:hover .pageLink_img:after {
    opacity: 0;
  }
  .pageLink a:hover .pageLink_img:nth-of-type(2) {
    opacity: .7;
  }
}

.pageLink_img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 100%;
  height: 100%;
}

.pageLink_img:first-of-type:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all .5s ease;
}

@media screen and (min-width: 768px) {
  .pageLink_img:nth-of-type(2) img {
    width: 112px;
  }
}

@media screen and (max-width: 767px) {
  .pageLink_img:nth-of-type(2) img {
    width: 29.86666667vw;
  }
}

.pageLink_img img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

@media screen and (min-width: 768px) {
  .pageLink-small {
    width: 680px;
    margin: 160px auto 120px;
  }
}

@media screen and (max-width: 767px) {
  .pageLink-small {
    width: 69.33333333vw;
    margin: 16vw auto;
  }
}

@media screen and (max-width: 767px) {
  .pageLink-small li + li {
    margin-top: 5.33333333vw;
  }
}

.table, .table-extension {
  width: 100%;
}

.table tr:last-of-type td, .table-extension tr:last-of-type td {
  color: #fff;
  vertical-align: middle;
  border: 0;
  background: #c2b492;
}

.table th, .table-extension th {
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  background: #4c4c4c;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .table th, .table-extension th {
    width: 24vw;
  }
}

@media screen and (min-width: 768px) {
  .table th span, .table-extension th span {
    width: 200px;
  }
}

.table_text {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .table_text {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .table_text {
    margin-bottom: 1.33333333vw;
  }
}

.table_text-small {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .table_text-small {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .table_text-small {
    margin-bottom: 1.33333333vw;
  }
}

.table_time {
  font-weight: 300;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .table_time {
    font-size: 54px;
  }
}

@media screen and (max-width: 767px) {
  .table_time {
    font-size: 10.08vw;
  }
}

.table_time span {
  display: inline !important;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .table_time span {
    margin-bottom: 2px;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .table_time span {
    font-size: 5.6vw;
  }
}

.table_stay {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .table_stay {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .table_stay {
    font-size: 5.6vw;
  }
}

.table td, .table-extension td {
  text-align: center;
  border-top: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .table td, .table-extension td {
    width: 400px;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .table td, .table-extension td {
    width: 32.53333333vw;
    padding: 4.53333333vw 2.13333333vw;
  }
}

@media screen and (min-width: 768px) {
  .table + .table, .table-extension + .table, .table + .table-extension, .table-extension + .table-extension {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .table + .table, .table-extension + .table, .table + .table-extension, .table-extension + .table-extension {
    margin-top: 5.33333333vw;
  }
}

@media screen and (max-width: 767px) {
  .table_spText {
    display: block;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .table-col2 tr:last-of-type td {
    padding: 25px;
  }
}

.table-extension th, .table-extension td {
  color: #000 !important;
  background: #f6f6f6 !important;
}

@media screen and (min-width: 768px) {
  .table-extension th, .table-extension td {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .table-extension th, .table-extension td {
    padding: 5.33333333vw 0;
  }
}

@media screen and (min-width: 768px) {
  .table-extension td:first-of-type {
    padding-left: 125px;
  }
}

@media screen and (max-width: 767px) {
  .table-extension td:first-of-type {
    padding-left: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .table-extension td:last-of-type {
    padding-right: 90px;
  }
}

@media screen and (min-width: 768px) {
  .topicsContent {
    padding: 160px 0;
  }
}

@media screen and (max-width: 767px) {
  .topicsContent {
    padding: 16vw 0 34.66666667vw;
  }
}

@media screen and (min-width: 768px) {
  .topicsContent_heading, .topicsContent_heading-small {
    width: 217px;
    margin: 0 auto 70px;
  }
}

@media screen and (max-width: 767px) {
  .topicsContent_heading, .topicsContent_heading-small {
    width: 50.13333333vw;
    margin: 0 auto 16vw;
  }
}

@media screen and (min-width: 768px) {
  .topicsContent_heading-small {
    width: 147px;
  }
}

@media screen and (max-width: 767px) {
  .topicsContent_heading-small {
    width: 33.86666667vw;
  }
}

.topicsContent_inner {
  flex-flow: wrap;
}

@media screen and (min-width: 768px) {
  .topicsContent_inner {
    width: 800px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .topicsContent_inner li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .topicsContent_inner li + li {
    margin-top: 10.66666667vw;
  }
}

@media screen and (min-width: 768px) {
  .topicsContent_inner li:nth-of-type(n + 4) {
    margin-top: 90px;
  }
}

@media screen and (min-width: 768px) {
  .topicsContent_inner li:nth-of-type(3n - 1), .topicsContent_inner li:nth-of-type(3n) {
    margin-left: 40px;
  }
}

.topicsContent .btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .topicsPage {
    width: 800px;
    margin: 0 auto;
  }
}

.topicsPage_heading {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .topicsPage_heading {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .topicsPage_heading {
    margin-bottom: 5.33333333vw;
    font-size: 6.4vw;
  }
}

.topicsPage_time {
  color: #808080;
}

.topicsPage_img {
  text-align: center;
}

.topicsPage_img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .topicsPage_btn {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .topicsPage_btn {
    margin-top: 16vw;
  }
}

@media screen and (min-width: 768px) {
  .topicsPage_inner + .topicsPage_inner {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .topicsPage_inner + .topicsPage_inner {
    margin-top: 10.66666667vw;
  }
}

.topicsPage_inner_heading {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .topicsPage_inner_heading {
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .topicsPage_inner_heading {
    font-size: 5.6vw;
  }
}

.topicsPage_inner p {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .topicsPage_inner p + p {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .topicsPage_inner p + p {
    margin-top: 8vw;
  }
}

.topicsPage_inner strong {
  font-weight: 700;
}

.topicsPage_inner a {
  color: #0000ff;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  ._pcHide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  ._spHide {
    display: none;
  }
}

._show {
  display: block;
}

._hide {
  display: none !important;
}

._flexR {
  display: flex;
  flex-direction: row-reverse;
}

._block, .footer_logo, .btn-arrowReverse, .roomContent_btn, .table th span, .table-extension th span, .topicsPage_time {
  display: block;
}

@media screen and (min-width: 768px) {
  ._pcFlex, .info_item, ._pcFlex-between, .roomContent_box, .roomContent_inner, .pageLink-small, ._flex-between, ._pcFlex-center, nav ul, ._flex-center, .map_btn, .streetView, .mask, ._pcFlex-bc, .footer_inner, ._flex-bc, .header_inner, .feature, ._flex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  ._pcFlex-between, .roomContent_box, .roomContent_inner, .pageLink-small, ._flex-between {
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  ._pcFlex-center, nav ul, ._flex-center, .map_btn, .streetView, .mask {
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  ._pcFlex-bc, .footer_inner, ._flex-bc, .header_inner, .feature {
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  ._spFlex, ._spFlex-between, ._flex-between, ._spFlex-center, ._flex-center, .map_btn, .streetView, .mask, ._spFlex-bc, ._flex-bc, .header_inner, .feature, ._flex {
    display: flex;
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  ._spFlex-between, ._flex-between {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  ._spFlex-center, ._flex-center, .map_btn, .streetView, .mask {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  ._spFlex-bc, ._flex-bc, .header_inner, .feature {
    justify-content: space-between;
    align-items: center;
  }
}

._ta {
  text-align: left;
}

._tac {
  text-align: center;
}

._mt150 {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  ._mt150 {
    margin-top: 16vw;
  }
}

._mt160 {
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  ._mt160 {
    margin-top: 16vw;
  }
}

._mt190 {
  margin-top: 190px;
}

@media screen and (min-width: 768px) {
  ._mb60, .roomContent_table_heading, .topicsPage_time, .topicsPage_img {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  ._mb60, .roomContent_table_heading, .topicsPage_time, .topicsPage_img {
    margin-bottom: 8vw;
  }
}

._pt160, .roomContent + .roomContent {
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  ._pt160, .roomContent + .roomContent {
    padding-top: 16vw;
  }
}

@media screen and (min-width: 768px) {
  .text-small, .footer_attention, .footer small, .topics_item time, .table_text-small {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .text-small, .footer_attention, .footer small, .topics_item time, .table_text-small {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  .text-16, .table_text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .text-16, .table_text {
    font-size: 4.26666667vw;
  }
}

@media screen and (min-width: 768px) {
  .text-18, .info_item dt, .topicsPage_inner strong {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .text-18, .info_item dt, .topicsPage_inner strong {
    font-size: 4.8vw;
  }
}
