<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&amp;subset=japanese);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  font-size: 62.5%;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

a[href^="tel:"] {
  cursor: default;
}

.title-box {
  display: none;
}

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

a:hover,
a:active {
  text-decoration: none;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.txtL {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb40 {
  margin-bottom: 40px;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.cf {
  display: inline-block;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

.mainV {
  position: relative;
  top: 0;
  left: calc(((100vw - 100%) / 2) * -1);
  width: 100vw;
}

.mainV .mainVInner {
  width: 100%;
  height: 100%;
}

.mainV .mainVInner .mainVInnerImg {
  display: block;
  width: 100%;
  height: 100%;
}

.mainV .mainVInner .mainVInnerImg img {
  display: block;
  min-width: 100%;
}

.ttl02 {
  color: #cc3366;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 481px) {
  .ttl02 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .ttl02 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}

.ttl03 {
  color: #4d4d4d;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .ttl03 {
    font-size: 2.6rem;
  }
}

#searchBtn {
  position: fixed;
  top: 60%;
  right: 15px;
  z-index: 100;
  transition: all .3s;
  -webkit-animation: bounce 2.5s ease infinite;
  animation: bounce 2.5s ease infinite;
}

@media screen and (min-width: 1025px) {
  #searchBtn {
    top: 50%;
  }
}

#searchBtn a {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #d86200;
  text-align: center;
  line-height: 1.2;
  padding: 20px 15px 25px;
  position: relative;
}

@media screen and (min-width: 1025px) {
  #searchBtn a {
    font-size: 2.6rem;
    padding: 40px 25px 50px;
  }
}

#searchBtn a::after {
  content: url(/domtour/theme/family/tokai/image/common/icon_down.svg);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  transition: all .3s;
}

@media screen and (min-width: 1025px) {
  #searchBtn a::after {
    bottom: 15px;
    width: 30px;
  }
}

@media screen and (min-width: 1025px) {
  #searchBtn a:hover::after {
    bottom: 10px;
  }
}

@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  100% {
    transform: translateY(0);
  }
}

#tabNav {
  display: none;
}

@media screen and (min-width: 1025px) {
  #tabNav {
    display: block;
    position: fixed;
    top: -64px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
  }
  #tabNav.active {
    top: 64px;
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (min-width: 1590px) {
  #tabNav {
    right: -100px;
    left: inherit;
    top: 50%;
    transform: translateY(-50%);
  }
  #tabNav.active {
    top: 50%;
    right: -3px;
    opacity: 1;
  }
}

@media screen and (min-width: 1025px) {
  #tabNav ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
  }
}

@media screen and (min-width: 1590px) {
  #tabNav ul {
    display: block;
    width: 100%;
  }
}

#tabNav ul li {
  width: calc(100% / 9);
  height: 65px;
}

@media screen and (min-width: 1590px) {
  #tabNav ul li {
    width: 100%;
    height: auto;
  }
}

#tabNav ul li a {
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #fff;
  border: 3px solid;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  height: 100%;
  transition: all .3s;
  line-height: 1.5;
  white-space: nowrap;
}

@media screen and (min-width: 1590px) {
  #tabNav ul li a {
    justify-content: flex-start;
    padding: 15px 20px;
    font-size: 1.8rem;
  }
}

#tabNav ul li a:hover {
  text-decoration: underline;
}

#tabNav ul li:nth-child(1) {
  background: #cc3366;
  color: #fff;
  border: 3px solid #cc3366;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 5px;
}

@media screen and (min-width: 1590px) {
  #tabNav ul li:nth-child(1) {
    justify-content: flex-start;
    font-size: 1.8rem;
    padding: 15px 20px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#tabNav ul li:nth-child(1) &gt; br {
  display: block;
}

@media screen and (min-width: 1590px) {
  #tabNav ul li:nth-child(1) &gt; br {
    display: none;
  }
}

#tabNav ul li:nth-child(2) a {
  border-color: #df8098;
  background: #e599ad;
  color: #fff;
}

#tabNav ul li:nth-child(2) a:hover {
  background: #fff;
  color: #df8098;
}

#tabNav ul li:nth-child(3) a {
  border-color: #5390d2;
  background: #75a6db;
  color: #fff;
}

#tabNav ul li:nth-child(3) a:hover {
  background: #fff;
  color: #5390d2;
}

#tabNav ul li:nth-child(4) a {
  border-color: #ea9918;
  background: #eead46;
  color: #fff;
}

#tabNav ul li:nth-child(4) a:hover {
  background: #fff;
  color: #ea9918;
}

#tabNav ul li:nth-child(5) a {
  border-color: #89be23;
  background: #a1cb4f;
  color: #fff;
}

#tabNav ul li:nth-child(5) a:hover {
  background: #fff;
  color: #89be23;
}

#tabNav ul li:nth-child(6) a {
  border-color: #9773b6;
  background: #ac8fc5;
  color: #fff;
}

#tabNav ul li:nth-child(6) a:hover {
  background: #fff;
  color: #9773b6;
}

#tabNav ul li:nth-child(7) a {
  border-color: #a87a55;
  background: #b79167;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (min-width: 1590px) {
  #tabNav ul li:nth-child(7) a {
    font-size: 1.6rem;
  }
}

#tabNav ul li:nth-child(7) a:hover {
  background: #fff;
  color: #a87a55;
}

#tabNav ul li:nth-child(7) a &gt; br {
  display: block;
}

@media screen and (min-width: 1590px) {
  #tabNav ul li:nth-child(7) a &gt; br {
    display: none;
  }
}

#tabNav ul li:nth-child(8) a {
  border-color: #55a669;
  background: #77b887;
  color: #fff;
}

#tabNav ul li:nth-child(8) a:hover {
  background: #fff;
  color: #55a669;
}

#tabNav ul li:nth-child(9) a {
  border-color: #6cb9da;
  background: #89c7e1;
  color: #fff;
}

#tabNav ul li:nth-child(9) a:hover {
  background: #fff;
  color: #6cb9da;
}

#tabNav ul li:nth-child(10) a {
  border-color: #cc3366;
  background: #fff;
  color: #cc3366;
  text-decoration: underline;
}

#tabNavSp {
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: all .5s;
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 1025px) {
  #tabNavSp {
    display: none;
  }
}

#tabNavSp.active {
  top: 0;
  opacity: 1;
  pointer-events: auto;
}

#tabNavSp .tabNavInner {
  display: flex;
  width: 100%;
  background: #fff;
}

#tabNavSp .tabNavInner .tabNavTtl {
  color: #fff;
  background: #CC3366;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 95px;
}

#tabNavSp .tabNavInner nav {
  width: 100%;
  z-index: 100;
  overflow-x: scroll;
  padding: 15px 10px;
}

#tabNavSp .tabNavInner nav::-webkit-scrollbar {
  height: 10px;
}

#tabNavSp .tabNavInner nav::-webkit-scrollbar-track {
  background: #ccc;
  border: none;
}

#tabNavSp .tabNavInner nav::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 10px;
  box-shadow: none;
  margin: 5px 0;
}

#tabNavSp .tabNavInner nav &gt; ul {
  display: flex;
  margin: auto;
  align-items: center;
}

#tabNavSp .tabNavInner nav &gt; ul &gt; li {
  width: calc(100% / 9);
  min-width: 76px;
  margin-right: 5px;
}

#tabNavSp .tabNavInner nav &gt; ul &gt; li a {
  display: block;
  padding: 5px 8px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

#tabNavSp .tabNavInner nav &gt; ul &gt; li:nth-child(1) a {
  background: #fff;
  color: #DF8098;
  border: 2px solid #DF8098;
}

#tabNavSp .tabNavInner nav &gt; ul &gt; li:nth-child(2) a {
  background: #fff;
  color: #5390D2;
  border: 2px solid #5390D2;
}

#tabNavSp .tabNavInner nav &gt; ul &gt; li:nth-child(3) a {
  background: #fff;
  color: #EA9918;
  border: 2px solid #EA9918;
}

#tabNavSp .tabNavInner nav &gt; ul &gt; li:nth-child(4) a {
  background: #fff;
  color: #89BE23;
  border: 2px solid #89BE23;
}

#tabNavSp .tabNavInner nav &gt; ul &gt; li:nth-child(5) a {
  background: #fff;
  color: #9773B6;
  border: 2px solid #9773B6;
}

#tabNavSp .tabNavInner nav &gt; ul &gt; li:nth-child(6) a {
  background: #fff;
  color: #A87A55;
  border: 2px solid #A87A55;
  font-size: 1.1rem;
  padding: 2px 5px;
}

#tabNavSp .tabNavInner nav &gt; ul &gt; li:nth-child(7) a {
  background: #fff;
  color: #55A669;
  border: 2px solid #55A669;
}

#tabNavSp .tabNavInner nav &gt; ul &gt; li:nth-child(8) a {
  background: #fff;
  color: #6CB9DA;
  border: 2px solid #6CB9DA;
}

#tabNavSp .tabNavInner nav &gt; ul &gt; li:nth-child(9) a {
  background: #CC3366;
  color: #fff;
  border: 2px solid #CC3366;
}

.secHoteltype {
  background: #f8f2ba;
  position: relative;
  top: 0;
  left: calc(((100vw - 100%) / 2) * -1);
  overflow: hidden;
  width: 100vw;
  height: 100%;
  padding: 35px 0 0;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .secHoteltype {
    padding: 70px 0;
  }
}

.secHoteltype .intro {
  padding: 0 15px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
  .secHoteltype .intro {
    margin-bottom: 50px;
  }
}

.secHoteltype .intro .introTtl {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.secHoteltype .CVinfo {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

@media screen and (min-width: 1025px) {
  .secHoteltype .CVinfo {
    margin: 0 auto 80px;
  }
}

.secHoteltype .CVinfo .CVinfoTxt {
  background: #fff;
  color: #F51E0D;
  border: 1px solid #888888;
  padding: 20px;
}

.secHoteltype .secHoteltypeTtl {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 481px) {
  .secHoteltype .secHoteltypeTtl {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1025px) {
  .secHoteltype .secHoteltypeTtl {
    margin-bottom: 25px;
  }
}

.secHoteltype .secHoteltypeTtl img {
  display: block;
  width: 100%;
  max-width: 50px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .secHoteltype .secHoteltypeTtl img {
    max-width: 100px;
  }
}

.secHoteltype .secHoteltypeTtl span {
  display: block;
  font-size: 1.4rem;
  color: #333333;
}

@media screen and (min-width: 481px) {
  .secHoteltype .secHoteltypeTtl span {
    font-size: 2rem;
  }
}

.secHoteltype .secHoteltypeTtl::after {
  content: url(/domtour/theme/family/tokai/image/ttl_secHoteltypeTtl.svg);
  position: absolute;
  top: -30px;
  right: 10px;
  width: 100%;
  max-width: 95px;
}

@media screen and (min-width: 1025px) {
  .secHoteltype .secHoteltypeTtl::after {
    top: -20px;
    right: -50px;
    max-width: 152px;
  }
}

.secHoteltype .secHoteltypeInner {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTop {
  display: block;
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (min-width: 1025px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding: 30px 50px;
  }
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTop .secHoteltypeBoxTtl .secHoteltypeBoxTxt {
  margin-top: 20px;
  font-size: 1.6rem;
  color: #000;
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTop .secHoteltypeBoxTopInner {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTop .secHoteltypeBoxTopInner {
    padding-left: 60px;
  }
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTop .secHoteltypeBoxTopInner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTop .secHoteltypeBoxTopInner ul li {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTop .secHoteltypeBoxTopInner ul li {
    width: calc((100% - 20px) / 3);
  }
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTop .secHoteltypeBoxTopInner ul li .secHoteltypeBoxWrapImg {
  margin-bottom: 0;
  display: none;
}

@media screen and (min-width: 1025px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTop .secHoteltypeBoxTopInner ul li .secHoteltypeBoxWrapImg {
    display: inline-block;
  }
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTop .secHoteltypeBoxTopInner ul li .secHoteltypeBoxWrapImg .txs{
  font-size: 1.2rem;
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox &gt; ul {
  display: block;
}

@media screen and (min-width: 1025px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox &gt; ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox &gt; ul &gt; li {
  width: 100%;
  max-height: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 1025px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox &gt; ul &gt; li {
    width: calc((100% - 40px) / 2);
    padding: 30px;
    background: #fff;
  }
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTtl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  margin-bottom: 15px;
  width: 100%;
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTtl &gt; img {
  display: none;
}

@media screen and (min-width: 1025px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTtl &gt; img {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTtl span {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  color: #e16484;
  line-height: 1;
}

@media screen and (min-width: 481px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTtl span {
    font-size: 2.6rem;
  }
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTtl span span {
  color: #666666;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 481px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTtl span span {
    font-size: 1.6rem;
  }
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxTtl span span img {
  width: 30px;
  height: 15px;
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrap {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
}

@media screen and (min-width: 481px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrap {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrap {
    display: block;
    font-size: 1.4rem;
  }
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrap .secHoteltypeBoxWrapCol2 {
  width: 48%;
}

@media screen and (min-width: 1025px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrap .secHoteltypeBoxWrapCol2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrap .secHoteltypeBoxWrapCol2:first-child {
    margin-bottom: 20px;
  }
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrap .secHoteltypeBoxWrapCol2 &gt; div {
  font-size: 1rem;
}

@media screen and (min-width: 481px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrap .secHoteltypeBoxWrapCol2 &gt; div {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrap .secHoteltypeBoxWrapCol2 &gt; div {
    font-size: 1.4rem;
    width: 48%;
  }
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrapImg {
  position: relative;
  margin-bottom: 10px;
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrapImg img {
  display: block;
  width: 100%;
  height: 100%;
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrapImg img.spIcon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 481px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrapImg img.spIcon {
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 1025px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrapImg img.spIcon {
    display: none;
  }
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrapImg span {
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: right;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrapTtl {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  color: #4d4d4d;
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .secHoteltypeBoxWrapTtl {
    display: inline-block;
    font-size: 2rem;
    margin-right: 10px;
  }
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .hotelName {
  display: inline-block;
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .hotelName span {
  display: inline-block;
  font-size: 1rem;
  color: #e16484;
  border: 1px solid #e16484;
  width: auto;
  padding: 0 2px;
  text-align: center;
  margin-right: 5px;
  background: #fff;
  white-space: nowrap;
  line-height: 1.5;
}

@media screen and (min-width: 481px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .hotelName span {
    font-size: 1.4rem;
    margin-right: 10px;
    padding: 0 5px;
  }
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .hotelName a {
  color: #e16484;
  font-size: 1.2rem;
  text-decoration: underline;
}

@media screen and (min-width: 481px) {
  .secHoteltype .secHoteltypeInner .secHoteltypeBox .hotelName a {
    font-size: 1.6rem;
  }
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .hotelNameSub {
  display: inline-block;
  font-size: 1.2rem;
  color: #888888;
}

.secHoteltype .secHoteltypeInner .secHoteltypeBox .ico-blank-img, .secHoteltype .secHoteltypeInner .secHoteltypeBox .ico-pdf-img {
  margin-right: .5em;
}

.secHotelInfo {
  position: relative;
  top: 0;
  left: calc(((100vw - 100%) / 2) * -1);
  width: 100vw;
  padding-top: 40px;
}

@media screen and (min-width: 481px) {
  .secHotelInfo {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .secHotelInfo {
    padding-top: 70px;
  }
}

.secHotelInfo &gt; .tab {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 1025px) {
  .secHotelInfo &gt; .tab {
    justify-content: center;
    flex-wrap: nowrap;
    padding-top: 20px;
    overflow: hidden;
  }
}

.secHotelInfo &gt; .tab li {
  width: calc(90% / 5);
  margin: 0 2px 10px;
}

@media screen and (min-width: 481px) {
  .secHotelInfo &gt; .tab li {
    margin: 0 3px 20px;
  }
}

@media screen and (min-width: 1025px) {
  .secHotelInfo &gt; .tab li {
    margin: 0 6px 0;
    width: 100%;
    max-width: 136px;
  }
}

.secHotelInfo &gt; .tab li a {
  display: block;
  width: 100%;
  height: 50px;
  padding-top: 20px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 481px) {
  .secHotelInfo &gt; .tab li a {
    padding-top: 30px;
    height: 80px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .secHotelInfo &gt; .tab li a {
    font-size: 2.6rem;
    height: 110px;
    transform: translateY(20px);
    transition: all .3s;
  }
}

.secHotelInfo &gt; .tab li a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
}

.secHotelInfo &gt; .tab li a::after {
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 100%;
}

@media screen and (min-width: 481px) {
  .secHotelInfo &gt; .tab li a::after {
    top: -50px;
  }
}

.secHotelInfo &gt; .tab li a:hover {
  transform: translateY(0);
}

.secHotelInfo &gt; .tab li:nth-child(1) {
  margin-left: 0;
}

.secHotelInfo &gt; .tab li:nth-child(1) a {
  padding-top: 20px;
  background: #df8098;
}

@media screen and (min-width: 481px) {
  .secHotelInfo &gt; .tab li:nth-child(1) a {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .secHotelInfo &gt; .tab li:nth-child(1) a {
    padding-top: 40px;
  }
}

.secHotelInfo &gt; .tab li:nth-child(1) a::before {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #df8098 55%) no-repeat top left/100% 100%;
  background: -moz-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #df8098 55%) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #df8098 55%) no-repeat top left/100% 100%;
  background: -ms-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #df8098 55%) no-repeat top left/100% 100%;
}

@media all and (-ms-high-contrast: none) {
  .secHotelInfo &gt; .tab li:nth-child(1) a::before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #df8098 50%) no-repeat top left/100% 100%;
  }
}

.secHotelInfo &gt; .tab li:nth-child(1) a::after {
  background: url(/domtour/theme/family/tokai/image/common/icon_secHotelInfoTab_01.svg) center center no-repeat;
}

.secHotelInfo &gt; .tab li:nth-child(2) a {
  padding-top: 20px;
  background: #5390d2;
}

@media screen and (min-width: 481px) {
  .secHotelInfo &gt; .tab li:nth-child(2) a {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .secHotelInfo &gt; .tab li:nth-child(2) a {
    padding-top: 40px;
  }
}

.secHotelInfo &gt; .tab li:nth-child(2) a::before {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #5390d2 55%) no-repeat top left/100% 100%;
  background: -moz-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #5390d2 55%) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #5390d2 55%) no-repeat top left/100% 100%;
  background: -ms-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #5390d2 55%) no-repeat top left/100% 100%;
}

@media all and (-ms-high-contrast: none) {
  .secHotelInfo &gt; .tab li:nth-child(2) a::before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #5390d2 50%) no-repeat top left/100% 100%;
  }
}

.secHotelInfo &gt; .tab li:nth-child(2) a::after {
  background: url(/domtour/theme/family/tokai/image/common/icon_secHotelInfoTab_02.svg) center center no-repeat;
}

.secHotelInfo &gt; .tab li:nth-child(3) a {
  padding-top: 20px;
  background: #ea9918;
}

@media screen and (min-width: 481px) {
  .secHotelInfo &gt; .tab li:nth-child(3) a {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .secHotelInfo &gt; .tab li:nth-child(3) a {
    padding-top: 40px;
  }
}

.secHotelInfo &gt; .tab li:nth-child(3) a::before {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #ea9918 55%) no-repeat top left/100% 100%;
  background: -moz-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #ea9918 55%) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #ea9918 55%) no-repeat top left/100% 100%;
  background: -ms-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #ea9918 55%) no-repeat top left/100% 100%;
}

@media all and (-ms-high-contrast: none) {
  .secHotelInfo &gt; .tab li:nth-child(3) a::before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #ea9918 50%) no-repeat top left/100% 100%;
  }
}

.secHotelInfo &gt; .tab li:nth-child(3) a::after {
  background: url(/domtour/theme/family/tokai/image/common/icon_secHotelInfoTab_03.svg) center center no-repeat;
}

.secHotelInfo &gt; .tab li:nth-child(4) a {
  background: #89be23;
}

.secHotelInfo &gt; .tab li:nth-child(4) a::before {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #89be23 55%) no-repeat top left/100% 100%;
  background: -moz-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #89be23 55%) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #89be23 55%) no-repeat top left/100% 100%;
  background: -ms-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #89be23 55%) no-repeat top left/100% 100%;
}

@media all and (-ms-high-contrast: none) {
  .secHotelInfo &gt; .tab li:nth-child(4) a::before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #89be23 50%) no-repeat top left/100% 100%;
  }
}

.secHotelInfo &gt; .tab li:nth-child(4) a::after {
  content: none;
}

.secHotelInfo &gt; .tab li:nth-child(5) a {
  background: #9773b6;
}

.secHotelInfo &gt; .tab li:nth-child(5) a::before {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #9773b6 55%) no-repeat top left/100% 100%;
  background: -moz-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #9773b6 55%) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #9773b6 55%) no-repeat top left/100% 100%;
  background: -ms-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #9773b6 55%) no-repeat top left/100% 100%;
}

@media all and (-ms-high-contrast: none) {
  .secHotelInfo &gt; .tab li:nth-child(5) a::before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #9773b6 50%) no-repeat top left/100% 100%;
  }
}

.secHotelInfo &gt; .tab li:nth-child(5) a::after {
  content: none;
}

.secHotelInfo &gt; .tab li:nth-child(6) a {
  padding-top: 10px;
  font-size: 1.2rem;
  background: #a87a55;
}

@media screen and (min-width: 481px) {
  .secHotelInfo &gt; .tab li:nth-child(6) a {
    padding-top: 15px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .secHotelInfo &gt; .tab li:nth-child(6) a {
    padding-top: 20px;
    font-size: 2rem;
  }
}

.secHotelInfo &gt; .tab li:nth-child(6) a::before {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #a87a55 55%) no-repeat top left/100% 100%;
  background: -moz-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #a87a55 55%) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #a87a55 55%) no-repeat top left/100% 100%;
  background: -ms-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #a87a55 55%) no-repeat top left/100% 100%;
}

@media all and (-ms-high-contrast: none) {
  .secHotelInfo &gt; .tab li:nth-child(6) a::before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #a87a55 50%) no-repeat top left/100% 100%;
  }
}

.secHotelInfo &gt; .tab li:nth-child(6) a::after {
  content: none;
}

.secHotelInfo &gt; .tab li:nth-child(7) a {
  background: #55a669;
}

.secHotelInfo &gt; .tab li:nth-child(7) a::before {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #55a669 55%) no-repeat top left/100% 100%;
  background: -moz-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #55a669 55%) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #55a669 55%) no-repeat top left/100% 100%;
  background: -ms-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #55a669 55%) no-repeat top left/100% 100%;
}

@media all and (-ms-high-contrast: none) {
  .secHotelInfo &gt; .tab li:nth-child(7) a::before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #55a669 50%) no-repeat top left/100% 100%;
  }
}

.secHotelInfo &gt; .tab li:nth-child(7) a::after {
  content: none;
}

.secHotelInfo &gt; .tab li:nth-child(8) a {
  background: #6cb9da;
}

.secHotelInfo &gt; .tab li:nth-child(8) a::before {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #6cb9da 55%) no-repeat top left/100% 100%;
  background: -moz-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #6cb9da 55%) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #6cb9da 55%) no-repeat top left/100% 100%;
  background: -ms-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #6cb9da 50%) no-repeat top left/100% 100%;
}

@media all and (-ms-high-contrast: none) {
  .secHotelInfo &gt; .tab li:nth-child(8) a::before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #6cb9da 50%) no-repeat top left/100% 100%;
  }
}

.secHotelInfo &gt; .tab li:nth-child(8) a::after {
  content: none;
}

.secHotelInfo &gt; .tab li:nth-child(9) {
  margin-right: 0;
}

.secHotelInfo &gt; .tab li:nth-child(9) a {
  background: #cc3366;
}

.secHotelInfo &gt; .tab li:nth-child(9) a::before {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #cc3366 55%) no-repeat top left/100% 100%;
  background: -moz-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #cc3366 55%) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #cc3366 55%) no-repeat top left/100% 100%;
  background: -ms-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #cc3366 50%) no-repeat top left/100% 100%;
}

@media all and (-ms-high-contrast: none) {
  .secHotelInfo &gt; .tab li:nth-child(9) a::before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #cc3366 50%) no-repeat top left/100% 100%;
  }
}

.secHotelInfo &gt; .tab li:nth-child(9) a::after {
  content: none;
}

.secHotelInfo .contents .tabContents {
  clear: both;
  background: #F5D6E0;
  border-top: 15px solid #CC3366;
}

.secHotelInfo .contents .tabContents .tabContentsInner .ttl02 {
  color: #CC3366;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsTable tr:nth-child(even) {
  background: #EDB8C9;
}

.secHotelInfo .contents .tabContents .hotelArea {
  background: #CC3366;
}

.secHotelInfo .contents .tabContents .point h4 {
  color: #CC3366;
}

.secHotelInfo .contents .tabContents .slick-dots li.slick-active button:before {
  color: #CC3366;
}

.secHotelInfo .contents .tabContents .contentsHotelBoxMore {
  text-align: center;
}

.secHotelInfo .contents .tabContents .contentsHotelBoxMore a {
  display: inline-block;
  background: #fff;
  border: 1px solid #CC3366;
  color: #CC3366;
  width: 100%;
  max-width: 107px;
  line-height: 32px;
  transition: all .3s;
}

.secHotelInfo .contents .tabContents .contentsHotelBoxMore a:hover {
  background: #CC3366;
  color: #fff;
}

.secHotelInfo .contents .tabContents .hotelArea {
  width: 100%;
  max-width: 110px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
}

.secHotelInfo .contents .tabContents .tabContentsInner {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 30px 15px;
}

@media screen and (min-width: 1025px) {
  .secHotelInfo .contents .tabContents .tabContentsInner {
    padding: 60px 20px;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsLink {
  margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsLink {
    margin-bottom: 70px;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsLink ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1025px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsLink ul {
    justify-content: center;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsLink ul li {
  width: calc((100% - 20px) / 3);
}

@media screen and (min-width: 1025px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsLink ul li {
    width: 100%;
    max-width: 334px;
    margin: 0 25px;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsLink ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0 5px;
  line-height: 1.2;
  transition: all .3s;
}

@media screen and (min-width: 481px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsLink ul li a {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1025px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsLink ul li a {
    font-size: 2rem;
    padding: 40px 0 25px;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsLink ul li a span {
  display: block;
  margin: 0 auto;
  font-size: 1rem;
  transition: all .3s;
}

@media screen and (min-width: 481px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsLink ul li a span {
    font-size: 1.4rem;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsLink ul li a:hover {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsLink ul li a:hover span {
  transform: translateY(5px);
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsTable {
  width: 100%;
  font-size: 1rem;
  border: 1px solid #333333;
  background: #fff;
  margin-bottom: 10px;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsNote{
  margin-bottom: 30px;
  font-size: 1.1rem;
  text-indent: -1.5em;
  padding-left: 1.5em;
  color: #091574;
}

@media screen and (min-width: 481px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable {
    font-size: 1.2rem;
  }
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsNote{
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable {
    font-size: 1.4rem;
  }
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsNote{
    font-size: 1.4rem;
    margin-bottom: 125px;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsTable th, .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable td {
  padding: 5px 0;
  border-left: 1px solid #808080;
}

@media screen and (min-width: 481px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable th, .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable td {
    padding: 10px;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsTable th:first-child, .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable td:first-child {
  text-align: left;
  font-size: 1rem;
  padding-left: 1.5em;
  width: 38%;
  line-height: 1.2;
}

@media screen and (min-width: 481px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable th:first-child, .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable td:first-child {
    width: 20%;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable th:first-child, .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable td:first-child {
    font-size: 1.8rem;
  }
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable th {
    padding: 10px 5px;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsTable th {
  text-align: center;
  padding: 10px 0;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsTable th:first-child {
  padding-left: .5em;
  vertical-align: middle;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsTable th span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 1;
  min-height: 80px;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsTable th span span {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -o-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  min-height: auto;
  transform: translateY(5px);
}

@media screen and (min-width: 481px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable th span {
    min-height: 100px;
  }
}

@media screen and (min-width: 1025px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable th span {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    line-height: 1.2;
  }
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable th span span {
    display: block;
    transform: none;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsTable th img {
  display: none;
}

@media screen and (min-width: 1025px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable th img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsTable td {
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  width: calc(62% / 8);
}

@media screen and (min-width: 481px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable td {
    font-size: 1.4rem;
    width: calc(80% / 8);
  }
}

@media screen and (min-width: 1025px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable td {
    font-size: 1.8rem;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsTable td a {
  display: block;
  transition: all .3s;
  color: #000;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsTable td a span {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-left: -1.2em;
  margin-right: 2px;
  transform: scale(0.8);
}

@media screen and (min-width: 481px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsTable td a span {
    font-size: 1.2rem;
    margin-right: 5px;
    line-height: 2;
    transform: translateY(0);
    transition: all .3s;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsTable td a:hover {
  opacity: .7;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsTable td a:hover span {
  transform: translateY(5px);
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel {
  display: block;
}

@media screen and (min-width: 1025px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox {
  width: 100%;
  height: 100%;
  background: #fff;
  margin-bottom: 40px;
}

@media screen and (min-width: 1025px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox {
    width: calc(97.5% / 3);
    margin-right: 15px;
  }
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox:nth-child(3n) {
    margin-right: -15px;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxTop {
  padding: 0 20px 20px;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxTop .contentsHotelBoxTopTtl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px 0 25px;
}

@media screen and (min-width: 481px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxTop .contentsHotelBoxTopTtl {
    font-size: 2rem;
    margin: 35px 0 20px;
    min-height: 65px;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxTop .contentsHotelBoxTopIcon ul {
  display: flex;
  justify-content: flex-start;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxTop .contentsHotelBoxTopIcon ul li {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 481px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxTop .contentsHotelBoxTopIcon ul li {
    width: 50px;
    height: 50px;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxTop .hotel-ta {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 1025px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxTop .hotel-ta {
    font-size: 1.4rem;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxMore {
  text-align: center;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxMore a {
  display: inline-block;
  background: #fff;
  border: 1px solid #CC3366;
  color: #CC3366;
  width: 100%;
  max-width: 107px;
  line-height: 32px;
  transition: all .3s;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxMore a:hover {
  background: #CC3366;
  color: #fff;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxBtn {
  padding: 25px 30px;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxBtn ul li {
  margin-bottom: 10px;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxBtn ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #d86200;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  border-radius: 5px;
  transition: all .3s;
}

@media screen and (min-width: 1025px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxBtn ul li a {
    font-size: 1.8rem;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxBtn ul li a::after {
  content: '＞';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.6rem;
  transition: all .3s;
}

@media screen and (min-width: 1025px) {
  .secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxBtn ul li a::after {
    right: 30px;
  }
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxBtn ul li a:hover {
  background: #b75002;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .contentsHotelBoxBtn ul li a:hover::after {
  right: 20px;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .slider {
  position: relative;
  margin-bottom: 60px;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .slider img {
  height: auto;
  width: 100%;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .slick-prev, .secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .slick-next {
  padding: 20px;
  z-index: 1;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .slick-prev::before, .secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .slick-next::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 22px;
  opacity: 1;
  transition: all .3s;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .slick-prev {
  left: 0;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .slick-prev::before {
  content: url(/domtour/theme/family/tokai/image/common/icon_prev.svg);
  left: 10px;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .slick-prev:hover::before {
  left: 5px;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .slick-next {
  right: 0;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .slick-next::before {
  content: url(/domtour/theme/family/tokai/image/common/icon_next.svg);
  right: 10px;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .slick-next:hover::before {
  right: 5px;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .slick-dots {
  bottom: -40px;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .slick-dots li {
  margin: 0 2px;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .slick-dots li button:before {
  font-size: 1.2rem;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .sliderWrap {
  position: relative;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .sliderTxt {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 1;
  transition: all .3s;
  font-size: 1.4rem;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  opacity: 0;
  max-width: 95%;
  text-align: right;
}

.secHotelInfo .contents .tabContents .tabContentsInner .contentsHotel .contentsHotelBox .slick-active .sliderTxt {
  animation: upShow .5s ease .5s 1 normal both;
}

@keyframes upShow {
  0% {
    opacity: 0;
    bottom: -10px;
  }
  100% {
    opacity: 1;
    bottom: 10px;
  }
}

.remodal {
  width: 100%;
  max-width: 1000px;
}

.remodal .remodalInner {
  padding: 20px;
  text-align: left;
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .remodal .remodalInner {
    padding: 20px 40px;
    font-size: 1.6rem;
  }
}

.remodal .remodalInner .remodalTtl {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #CC3366;
  padding: 10px 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .remodal .remodalInner .remodalTtl {
    font-size: 2rem;
  }
}

.remodal .remodalInner .remodalInnerBox dl {
  padding: 20px;
}

.remodal .remodalInner .remodalInnerBox dl:nth-child(odd) {
  background: #eeeceb;
}

@media screen and (min-width: 1025px) {
  .remodal .remodalInner .remodalInnerBox dl {
    display: flex;
  }
}

.remodal .remodalInner .remodalInnerBox dl dt {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .remodal .remodalInner .remodalInnerBox dl dt {
    width: 35%;
  }
}

.remodal .remodalInner .remodalInnerBox dl dt .remodalInnerBoxTtl {
  display: inline-flex;
  align-items: center;
}

.remodal .remodalInner .remodalInnerBox dl dt img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  margin-right: 5px;
}

@media screen and (min-width: 1025px) {
  .remodal .remodalInner .remodalInnerBox dl dt img {
    max-width: 50px;
    max-height: 50px;
  }
}

.remodal .remodalInner .remodalInnerBox dl dd {
  width: 100%;
  padding-top: 10px;
}

@media screen and (min-width: 1025px) {
  .remodal .remodalInner .remodalInnerBox dl dd {
    width: 65%;
    padding-right: 0;
  }
}

.remodal .remodalInner .remodalInnerBox dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.remodal .remodalInner .remodalInnerBox dl dd ul li::before {
  content: '・';
}

.remodal .remodalInner .remodalInnerPoint {
  padding: 20px;
  background: #eeeceb;
  margin-top: 10px;
}

.remodal .remodalInner .remodalInnerPoint .remodalInnerPointTtl {
  font-size: 2rem;
  font-weight: bold;
  color: #CC3366;
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .remodal .remodalInner .remodalInnerPoint .remodalInnerPointTtl {
    font-size: 2.2rem;
  }
}

.remodal .remodalInner .remodalInnerPoint .remodalInnerPointTtl img {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.remodal .remodalInner .remodalInnerPoint ul li {
  margin-bottom: 20px;
}

.remodal .remodalInner .remodalInnerPoint &gt; p {
  margin-bottom: 20px;
}

.remodal .remodalInner .remodalInnerPoint table {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .remodal .remodalInner .remodalInnerPoint table {
    width: 85%;
  }
}

.remodal .remodalInner .remodalInnerPoint table tr th, .remodal .remodalInner .remodalInnerPoint table tr td {
  width: 33.3%;
  background: #fff;
  border: 1px solid #666666;
  text-align: center;
  font-size: 1.2rem;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .remodal .remodalInner .remodalInnerPoint table tr th, .remodal .remodalInner .remodalInnerPoint table tr td {
    font-size: 1.4rem;
  }
}

.remodal .remodalInner .remodalInnerPoint table tr th {
  padding: 5px;
}

.remodal .remodalInner .remodalInnerPoint table tr td {
  padding: 10px;
}

.remodal .remodalInner .remodalInnerPoint table tr td span {
  font-size: 1rem;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 481px) {
  .remodal .remodalInner .remodalInnerPoint table tr td span {
    font-size: 1.2rem;
  }
}

.remodal .remodal-close {
  width: 100%;
  line-height: 50px;
  background: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  transition: all .3s;
  border: 1px solid #fff;
}

.remodal .remodal-close span {
  font-size: 2.4rem;
  margin-right: 10px;
}

.remodal .remodal-close:hover {
  border: 1px solid;
}

.secKey {
  position: relative;
  top: 0;
  left: calc(((100vw - 100%) / 2) * -1);
  width: 100vw;
}

.secKey .secKeyInner {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 40px 15px;
}

@media screen and (min-width: 1025px) {
  .secKey .secKeyInner {
    padding: 70px 20px;
  }
}

.secKey .secKeyInner .searchList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 1025px) {
  .secKey .secKeyInner .searchList ul {
    justify-content: flex-start;
  }
}

.secKey .secKeyInner .searchList ul li {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  display: inline-flex;
}

@media screen and (min-width: 1025px) {
  .secKey .secKeyInner .searchList ul li {
    width: calc(96.3% / 4);
    margin-right: 15px;
    margin-bottom: 35px;
  }
  .secKey .secKeyInner .searchList ul li:nth-child(4n) {
    margin-right: -15px;
  }
}

.secKey .secKeyInner .searchList ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
}

.secKey .secKeyInner .searchList ul li a img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
}

.secKey .secKeyInner .searchList ul li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: rgba(77, 77, 77, 0.8);
  font-size: 1.4rem;
  color: #fff;
  padding: 6px 10px;
  text-align: center;
  transition: all .5s;
}

@media screen and (min-width: 1025px) {
  .secKey .secKeyInner .searchList ul li a span {
    font-size: 1.8rem;
  }
}

.secKey .secKeyInner .searchList ul li a:hover img {
  transform: scale(1.1);
}

.secKey .secKeyInner .searchList ul li a:hover span {
  background: rgba(0, 0, 0, 0.8);
}

.secPrice {
  background: #F5D6E0;
  position: relative;
  top: 0;
  left: calc(((100vw - 100%) / 2) * -1);
  width: 100vw;
}

.secPrice .secPriceInner {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 30px 15px;
}

@media screen and (min-width: 1025px) {
  .secPrice .secPriceInner {
    padding: 60px 20px;
  }
}

.secPrice .secPriceInner .secPriceLink {
  padding: 20px 30px 0;
}

@media screen and (min-width: 1025px) {
  .secPrice .secPriceInner .secPriceLink {
    padding: 48px 110px;
  }
}

.secPrice .secPriceInner .secPriceLink ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.secPrice .secPriceInner .secPriceLink ul li {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .secPrice .secPriceInner .secPriceLink ul li {
    width: calc((100% - 44px) / 4);
    margin-bottom: 0;
  }
}

.secPrice .secPriceInner .secPriceLink ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  transition: all .3s;
}

@media screen and (min-width: 481px) {
  .secPrice .secPriceInner .secPriceLink ul li a {
    font-size: 2.4rem;
    padding: 25px 10px;
  }
  .secPrice .secPriceInner .secPriceLink ul li a:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    opacity: .7;
  }
}

.secPrice .secPriceInner .secPriceLink ul li a span {
  font-size: 1.2rem;
}

@media screen and (min-width: 481px) {
  .secPrice .secPriceInner .secPriceLink ul li a span {
    font-size: 1.4rem;
  }
}

.secPrice .secPriceInner .secPriceLink ul li:nth-child(1) a {
  background: #e6bd18;
}

.secPrice .secPriceInner .secPriceLink ul li:nth-child(2) a {
  background: #ea9918;
}

.secPrice .secPriceInner .secPriceLink ul li:nth-child(3) a {
  background: #e68018;
}

.secPrice .secPriceInner .secPriceLink ul li:nth-child(4) a {
  background: #e16484;
}

.secActivity {
  position: relative;
  top: 0;
  left: calc(((100vw - 100%) / 2) * -1);
  width: 100vw;
}

.secActivity .secActivityInner {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 30px 15px;
}

@media screen and (min-width: 481px) {
  .secActivity .secActivityInner {
    padding: 70px 15px;
  }
}

.secActivity .secActivityInner .secActivityLink {
  text-align: center;
}

.secActivity .secActivityInner .secActivityLink a {
  display: inline-block;
  width: 100%;
  max-width: 1017px;
  height: 100%;
  transition: all .3s;
}

.secActivity .secActivityInner .secActivityLink a img {
  width: 100%;
  transition: all .3s;
}

.secActivity .secActivityInner .secActivityLink a:hover img {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.secSpecial {
  background: #F5D6E0;
  position: relative;
  top: 0;
  left: calc(((100vw - 100%) / 2) * -1);
  width: 100vw;
}

.secSpecial .secSpecialInner {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 30px 15px;
}

@media screen and (min-width: 481px) {
  .secSpecial .secSpecialInner {
    padding: 70px 15px;
  }
}

.secSpecial .secSpecialInner .secSpecialLink ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -20px;
}

.secSpecial .secSpecialInner .secSpecialLink ul li {
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .secSpecial .secSpecialInner .secSpecialLink ul li {
    width: calc(25% - 20px);
  }
}

.secSpecial .secSpecialInner .secSpecialLink ul li a {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #888888;
}

.secSpecial .secSpecialInner .secSpecialLink ul li a .secSpecialLinkImg {
  overflow: hidden;
}

.secSpecial .secSpecialInner .secSpecialLink ul li a .secSpecialLinkImg img {
  width: 100%;
  transition: all .5s;
  vertical-align: top;
}

.secSpecial .secSpecialInner .secSpecialLink ul li a .secSpecialLinkTxt {
  padding: 5px;
  font-size: 1rem;
  color: #333;
}

@media screen and (min-width: 481px) {
  .secSpecial .secSpecialInner .secSpecialLink ul li a .secSpecialLinkTxt {
    font-size: 1.4rem;
    padding: 10px;
  }
}

.secSpecial .secSpecialInner .secSpecialLink ul li a .secSpecialLinkTxt &gt; h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

@media screen and (min-width: 481px) {
  .secSpecial .secSpecialInner .secSpecialLink ul li a .secSpecialLinkTxt &gt; h3 {
    font-size: 1.6rem;
  }
}

.secSpecial .secSpecialInner .secSpecialLink ul li a:hover .secSpecialLinkImg img {
  transform: scale(1.1, 1.1);
}

.imgNote {
  color: #888888;
  text-align: right;
  font-size: 1.2rem;
  padding: 20px;
}
</pre></body></html>