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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
button,
html,
input,
select,
textarea {
  font-family: メイリオ, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3,
    ＭＳ\Ｐゴシック, sans-serif;
}

body {
  margin: 0;
}

*,
a:focus {
  outline: 0;
}

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

a:active,
a:hover {
  outline: 0;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: courier new, monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:after,
q:before {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dd,
dl,
menu,
ol,
ul {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure,
form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro,
    Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
}

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

ul {
  list-style: none;
}

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

a:hover {
  text-decoration: underline;
  color: #000 !important;
}

.inner {
  width: 950px;
  margin: 0 auto;
}

.anchor-wraper {
  text-align: center;
  z-index: 1;
  margin-bottom: 26px;
  padding-top: 16px;
}

.anchor-wraper ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.anchor-wraper ul li {
  text-align: center;
  font-size: 14px;
}

.anchor-wraper ul li a {
  display: block;
  color: #000;
  text-align: center;
  position: relative;
  line-height: 1;
  border-left: 1px solid #ddd;
  padding: 0 16px;
}

.anchor-wraper ul li:first-child a {
  border: none;
}

.anchor-wraper ul li a:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.1s linear;
  display: block;
}

.anchor-wraper ul li a:hover {
  color: #000 !important;
  text-decoration: none !important;
}

.anchor-wraper ul li a:hover:before {
  left: 15%;
  width: 70%;
}

.anchor-wraper ul li.cta a {
  background: #b9a98c;
  padding: 16px 42px;
  color: #fff !important;
  border: none;
  transition: all 0.5s ease;
}

.anchor-wraper ul li.cta a:hover {
  background: #968464;
}

.anchor-wraper ul li.cta a:before {
  display: none !important;
}

#header .logo,
#header .slogan {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  text-align: center;
}

#header .slogan {
  color: #fff;
  font-size: 26px;
  margin-top: 40px;
}

#header .main {
  position: relative;
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/bottom-plan.jpg)
    no-repeat center center / cover;
  height: 464px;
  width: 100%;
  display: table;
}

#header .main .name {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#header .main .name img {
  display: block;
  width: 287px;
  margin: 0 auto;
}

#header .text-box {
  background: #a185531a;
  padding: 26px 0;
  font-weight: normal;
  line-height: 1.618;
  font-size: 16px;
}

#header .text-box strong {
  font-size: 26px;
  line-height: 1.4;
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
}

.area {
  padding-top: 68px;
}

.area .area-title {
  color: #000;
  font-weight: 400;
  width: 100%;
  border-top: 3px double #ddd;
  border-bottom: 3px double #ddd;
  font-size: 26px;
  padding: 16px 0;
  margin-bottom: 26px;
  text-align: center;
  line-height: 1;
}

.area .area-title span {
  display: block;
  font-family: sans-serif;
  font-size: 10px;
  text-align: center;
  background: #b9a98c;
  color: #fff;
  max-width: max-content;
  margin: 0 auto 6px;
  line-height: 1;
  padding: 3px 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
}

.text-box {
  font-size: 16px;
  color: #000;
  line-height: 1.618;
  text-align: center;
  margin: 0;
}

.text-box p {
  line-height: 1.618 !important;
}

.btn a {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.btn a {
  width: 338px;
  color: #fff;
  font-size: 20px;
  border-radius: 3px;
  padding: 9pt;
  transition: all 0.5s ease;
}

.btn a:hover {
  text-decoration: none;
  color: #fff !important;
  background: #9d8b6b
    url(https://www.machiya-inn-japan.com/rakuten/kyoto/shinsenen/img/common/arrow-btn.png)
    no-repeat right 25px center;
}

.btn-red a {
  background: #b9a98c
    url(https://www.machiya-inn-japan.com/rakuten/kyoto/shinsenen/img/common/arrow-btn.png)
    no-repeat right 25px center;
}

.btn-yellow a {
  background: #a18553
    url(https://www.machiya-inn-japan.com/rakuten/kyoto/shinsenen/img/common/arrow-btn.png)
    no-repeat right 25px center;
}

.btn-box {
  text-align: center;
  margin-top: 26px;
}

.btn-box .btn {
  display: inline-block;
}

#footer {
  background: #f1f1f1;
  padding: 20px;
}

#footer .text {
  font-size: 20px;
  color: #1c1c1c;
  text-align: center;
}

#footer .footer-box {
  border: 1px dashed #464646;
  padding-top: 20px;
  padding-bottom: 38px;
}

#footer .btn {
  margin-top: 28px;
}

#footer .tel {
  text-align: center;
  margin-top: 18px;
}

.area1 .grid {
  overflow: hidden;
}

.area1 .grid .grid-item {
  float: left;
}

.area1 .grid-left {
  overflow: hidden;
  float: left;
  width: calc(100% - 365px);
}

.area1 .grid-right {
  overflow: hidden;
  float: right;
  width: 365px;
}

.area1 .grid .grid-1 {
  margin-right: 5px;
  margin-bottom: 5px;
}

.area1 .grid .grid-3,
.area1 .grid .grid-4 {
  margin-right: 5px;
}

.area1 .btn-box {
  margin-top: 40px;
}

.area1 .btn-box .btn:first-child {
  margin-right: 5px;
}

.area2 {
  padding-bottom: 40px;
}

.area2 .area-part {
  overflow: hidden;
}

.area2 .area-part .area-l {
  float: left;
  width: 580px;
}

.area2 .area-part .area-r {
  float: right;
  width: calc(100% - 580px);
  padding: 0 50px;
}

.area2 .area-part .area-l .area-img {
  float: left;
  margin-bottom: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 50%;
  padding-left: 5px;
}

.area2 .text {
  font-size: 15px;
  color: #242424;
  line-height: 1.7;
}

.area3 {
  margin-top: 110px;
}

.area3 .plan {
  text-align: center;
  color: #fff;
}

.area3 .plan ul,
.area3 .plan ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.area3 .plan ul li {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 287px;
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/bottom-plan.jpg)
    no-repeat center center / cover;
}

.plan ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.3);
}

.area3 .plan ul li:not(:last-child) {
  margin-right: 6px;
}

.area3 .plan ul li .plan-title {
  z-index: 1;
  position: relative;
  font-size: 34px;
  margin-bottom: 15px;
}

.area3 .plan ul li .plan-title span {
  display: block;
  text-align: center;
  font-size: 16px;
}

.plan-link {
  z-index: 1;
  position: relative;
}

.area3 .plan ul li .plan-text {
  font-size: 1pc;
  margin-bottom: 30px;
  line-height: 1.7;
}

.area3 .btn {
  margin-top: 30px;
}

.area4 {
  padding-bottom: 35px;
}

.area-part {
  overflow: hidden;
}

.area4 .area-part {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.area4 .area-l {
  display: table-cell;
  padding: 0 50px;
  vertical-align: middle;
  width: 50%;
}

.area4 .area-r {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: center;
}

.area4 .text {
  text-align: center;
  font-size: 15px;
  color: #242424;
}

.area4 .btn {
  margin-top: 35px;
}

@media (max-width: 970px) {
  body,
  html {
    width: 970px;
  }
}

.column3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
}

.column3 td {
  margin: 0;
  padding: 0;
  width: 33.33333333%;
}

.column3List {
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px 0;
  margin-bottom: 42px;
  margin-top: 26px;
}

.column3List td {
  vertical-align: top;
  margin: 0;
  padding: 0 0 16px 0;
  width: 33.33333333%;
}

.column3List td strong {
  display: block;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  padding: 10px 0 5px;
}

.column3List td span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #666;
  font-family: sans-serif;
}

.cuponArea {
  background: #a185531a;
  padding: 0 0 26px 0;
}

.cuponArea .cupon {
  max-width: 700px;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
}

.cuponArea .cupon a {
  display: block;
  line-height: 0;
  animation: flash 3s linear infinite;
}

.cuponArea .cupon a:hover {
  text-decoration: none !important;
  color: inherit !important;
}

@keyframes flash {
  0%,
  100% {
    filter: brightness(100%);
  }

  50% {
    filter: brightness(120%);
  }
}

.topArea {
  max-width: 950px;
  margin: 0 auto;
}

.plan ol {
  margin-bottom: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.plan ol li {
  width: 48%;
}

.plan ol li a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  line-height: 1;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 26px 0;
  font-size: 21px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border: 2px solid #000;
}

.plan ol li a:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-top: -5px;
}

.breadImg {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 42px;
  margin-top: 26px;
}

.breadImg li {
  width: 49%;
  line-height: 0;
  position: relative;
}
.breadImg.triple li {
  width: 31.5%;
}

.breadImg li span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0000005a;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 6px;
}

.accessBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 110px;
  background: #f5f0e8;
  padding: 16px;
  align-content: center;
  align-items: center;
}

.accessBox figure {
  width: 60%;
  line-height: 0;
}

.accessBox .txtArea {
  width: 38%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 16px;
}

.accessBox .txtArea dl dt {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}

.accessBox .txtArea dl dd {
  padding-top: 16px;
  text-align: center;
}

.accessBox .txtArea dl dd p {
  margin-bottom: 10px;
}

.accessBox .txtArea dl dd strong {
  display: block;
  background: #cee9ff;
  line-height: 1;
  font-size: 16px;
  padding: 16px 0;
  font-weight: normal;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
}

.area3 {
  padding-top: 0;
}

.anchorLinks {
  max-width: 950px;
  margin: 0 auto;
}

.anchorLinks ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.anchorLinks ul li {
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 49%;
  margin-top: 16px;
  display: table;
}

.anchorLinks ul li.long {
  width: 29%;
}

.anchorLinks ul li.min {
  width: 32%;
}

.anchorLinks ul li a {
  transition: all 0.5s ease;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  display: table-cell;
  vertical-align: middle;
  height: 136px;
  position: relative;
}

.anchorLinks ul li.min a {
  height: 89px;
  font-size: 16px;
}

.anchorLinks ul li a:after {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 50px;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: radial-gradient(#111111 30%, transparent 31%),
    radial-gradient(#111111 30%, transparent 31%);
  background-size: 2px 2px;
  background-position: 0 0, 1px 1px;
}

.anchorLinks ul li a:hover {
  color: #fff !important;
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
}

.anchorLinks ul li:nth-child(1) a {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/nav01.jpg)
    center center no-repeat;
  background-size: cover;
}

.anchorLinks ul li:nth-child(2) a {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/breakfast-yo/new_break1.jpg)
    center center no-repeat;
  background-size: cover;
}

.anchorLinks ul li:nth-child(3) a {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/nav03.jpg)
    center center no-repeat;
  background-size: cover;
}

.anchorLinks ul li:nth-child(4) a {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/nav04.jpg)
    center center no-repeat;
  background-size: cover;
}

.anchorLinks ul li:nth-child(5) a {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/nav05.jpg)
    center center no-repeat;
  background-size: cover;
}

.anchorLinks ul li:nth-child(6) a {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/nav06.jpg)
    center center no-repeat;
  background-size: cover;
}

.anchorLinks ul li:nth-child(7) a {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/nav07.jpg)
    center center no-repeat;
  background-size: cover;
}

.anchorLinks ul li a span {
  position: relative;
  z-index: 1;
  top: 2px;
}

.anchorLinks ul li a span em {
  font-style: normal;
  display: inline-block;
  margin-right: 6px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: -2px;
  color: #95815c;
  background: #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.anchorLinks ul li a span strong {
  background: #9d8b6b;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  padding: 3px 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -30px;
}

.subTtl {
  text-align: center;
  margin: 42px 0 26px;
  position: relative;
  line-height: 1;
}

.subTtl:before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  margin-top: -2px;
}

.subTtl span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
  font-size: 26px;
  font-weight: normal;
  padding: 0 26px;
}

#point4 .text-box {
  line-height: 1.618;
  font-size: 16px;
}

#point4 .text-box p {
  margin-bottom: 26px;
}

#point4 .text-box strong {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 21px;
  margin-bottom: 10px;
}

.btt {
  position: fixed;
  z-index: 9999;
  right: 16px;
  bottom: 16px;
  width: 42px;
}

.caption {
  color: #ffffff9a;
  font-size: 10px;
  font-family: sans-serif;
  line-height: 1;
  text-align: right;
  margin-top: -1em;
  position: relative;
  top: -10px;
  right: 10px;
}

#point4 .breadImg {
  margin-bottom: 0;
}

#point4 {
  margin-bottom: 68px;
}

.subSec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 26px 0;
  border-top: 3px double #ddd;
}

.subSec#point7 {
  border-bottom: 3px double #ddd;
}

.subSec figure {
  display: block;
  width: 38%;
  position: relative;
}

.subSec figure figcaption,
.subSec .slider > div span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0000005a;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 6px;
}

.subSec dl {
  width: 59%;
}

.subSec dl dt {
  color: #000;
  font-weight: 400;
  width: 100%;
  font-size: 26px;
  margin-bottom: 16px;
  line-height: 1;
}

.subSec dl dt span {
  display: block;
  font-family: sans-serif;
  font-size: 10px;
  text-align: center;
  background: #b9a98c;
  color: #fff;
  max-width: max-content;
  line-height: 1;
  padding: 3px 16px;
  margin-bottom: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  position: relative;
  top: -4px;
}

.subSec dl dd {
  font-size: 16px;
  line-height: 1.618;
}

.slider {
  width: 100%;
  padding-top: 67%;
  position: relative;
}

.slider > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.slider > div span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0000005a;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 6px;
}

@keyframes fade1 {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade2 {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade3 {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade4 {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade5 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade6 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.slider .slide1-1 {
  background: url(https://eph-hotel.com/rakuten/travel/takayama/img/drink/img01.jpg)
    no-repeat center center;
  animation: fade1 20s infinite;
  -webkit-animation: fade1 20s infinite;
}

.slider .slide1-2 {
  background: url(https://eph-hotel.com/rakuten/travel/takayama/img/drink/img02.jpg)
    no-repeat center center;
  animation: fade2 20s infinite;
  -webkit-animation: fade2 20s infinite;
}

.slider .slide1-3 {
  background: url(https://eph-hotel.com/rakuten/travel/takayama/img/drink/img04.jpg)
    no-repeat center center;
  animation: fade3 20s infinite;
  -webkit-animation: fade3 20s infinite;
}

.slider .slide1-4 {
  background: url(https://eph-hotel.com/rakuten/travel/takayama/img/drink/img03.jpg)
    no-repeat center center;
  animation: fade4 20s infinite;
  -webkit-animation: fade4 20s infinite;
}

.slider .slide2-1 {
  background: url(https://eph-hotel.com/rakuten/travel/takayama/img/drink/rounge01.jpg)
    no-repeat center center;
  animation: fade5 10s infinite;
  -webkit-animation: fade5 10s infinite;
}

.slider .slide2-2 {
  background: url(https://eph-hotel.com/rakuten/travel/takayama/img/drink/rounge02.jpg)
    no-repeat center center;
  animation: fade6 10s infinite;
  -webkit-animation: fade6 10s infinite;
}

.slider .slide3-1 {
  background: url(https://eph-hotel.com/rakuten/travel/takayama/img/top/slide3-1.jpg)
    no-repeat center center;
  animation: fade5 10s infinite;
  -webkit-animation: fade5 10s infinite;
}

.slider .slide3-2 {
  background: url(https://eph-hotel.com/rakuten/travel/takayama/img/top/slide3-2.jpg)
    no-repeat center center;
  animation: fade6 10s infinite;
  -webkit-animation: fade6 10s infinite;
}

.slider .slide3-3 {
  background: url(https://eph-hotel.com/rakuten/travel/takayama/img/top/slide3-3.jpg)
    no-repeat center center;
  animation: fade5 10s infinite;
  -webkit-animation: fade5 10s infinite;
}

.slider .slide3-4 {
  background: url(https://eph-hotel.com/rakuten/travel/takayama/img/top/slide3-4.jpg)
    no-repeat center center;
  animation: fade6 10s infinite;
  -webkit-animation: fade6 10s infinite;
}

.slider .slide4-1 {
  background: url(https://eph-hotel.com/rakuten/travel/takayama/img/drink/happy03.jpg)
    no-repeat center center;
  animation: fade5 10s infinite;
  -webkit-animation: fade5 10s infinite;
}

.slider .slide4-2 {
  background: url(https://eph-hotel.com/rakuten/travel/takayama/img/top/slide4-1.jpg)
    no-repeat center center;
  animation: fade6 10s infinite;
  -webkit-animation: fade6 10s infinite;
}

.slider .slide-art1 {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/lounge1.jpg)
    no-repeat center center;
  animation: fade1 10s infinite;
  -webkit-animation: fade1 10s infinite;
}
.slider .slide-art2 {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/lounge2.jpg)
    no-repeat center center;
  animation: fade2 10s infinite;
  -webkit-animation: fade2 10s infinite;
}
.slider .slide-art3 {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/lounge3.jpg)
    no-repeat center center;
  animation: fade3 10s infinite;
  -webkit-animation: fade3 10s infinite;
}
.slider .slide-art4 {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/lounge4.jpg)
    no-repeat center center;
  animation: fade4 10s infinite;
  -webkit-animation: fade4 10s infinite;
}

.slider .slide-cafe1 {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/kitchen1.jpg)
    no-repeat center center;
  animation: fade7 15s infinite;
  -webkit-animation: fade7 15s infinite;
}
.slider .slide-cafe2 {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/kitchen2.jpg)
    no-repeat center center;
  animation: fade8 15s infinite;
  -webkit-animation: fade8 15s infinite;
}
.slider .slide-cafe3 {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/kitchen3.jpg)
    no-repeat center center;
  animation: fade9 15s infinite;
  -webkit-animation: fade9 15s infinite;
}
.slider .slide-cafe4 {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/kitchen4.jpg)
    no-repeat center center;
  animation: fade10 15s infinite;
  -webkit-animation: fade10 15s infinite;
}
.slider .slide-cafe5 {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/kitchen5.jpg)
    no-repeat center center;
  animation: fade11 15s infinite;
  -webkit-animation: fade11 15s infinite;
}
.slider .slide-cafe6 {
  background: url(https://www.machiya-inn-japan.com/rakuten/kyoto/ebisuya/img/top/kitchen6.jpg)
    no-repeat center center;
  animation: fade12 15s infinite;
  -webkit-animation: fade12 15s infinite;
}
@keyframes fade7 {
  0% {
    opacity: 1;
  }
  16.6% {
    opacity: 0;
  }
  33.3% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  66.6% {
    opacity: 0;
  }
  83.2% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade8 {
  0% {
    opacity: 0;
  }
  16.6% {
    opacity: 1;
  }
  33.3% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  66.6% {
    opacity: 0;
  }
  83.2% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade9 {
  0% {
    opacity: 0;
  }
  16.6% {
    opacity: 0;
  }
  33.3% {
    opacity: 1;
  }
  49.9% {
    opacity: 0;
  }
  66.6% {
    opacity: 0;
  }
  83.2% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade10 {
  0% {
    opacity: 0;
  }
  16.6% {
    opacity: 0;
  }
  33.3% {
    opacity: 0;
  }
  49.9% {
    opacity: 1;
  }
  66.6% {
    opacity: 0;
  }
  83.2% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade11 {
  0% {
    opacity: 0;
  }
  16.6% {
    opacity: 0;
  }
  33.3% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  66.6% {
    opacity: 1;
  }
  83.2% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade12 {
  0% {
    opacity: 0;
  }
  16.6% {
    opacity: 0;
  }
  33.3% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  66.6% {
    opacity: 0;
  }
  83.2% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.subSec .slider {
  display: block;
  width: 38%;
  position: relative;
  padding-top: 26%;
}

.subSec.top {
  align-items: flex-start !important;
  align-content: flex-start !important;
}

.pointVisual {
  display: block;
  line-height: 0;
  margin-bottom: 16px;
}

.roomList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.roomList li {
  width: 32%;
  margin: 0 0.5%;
  margin-bottom: 16px;
}
.roomList li strong {
  display: block;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  padding: 10px 0 5px;
}
.roomList li span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #666;
  font-family: sans-serif;
}
