@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* CSS Document */

table a:hover {
  opacity: 0.75;
}
table {
  margin: 0 auto;
}
div#RthCustomize {
  margin: 0;
}
#contents {
  width: 950px;
  margin: 0 auto;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Meiryo, Helvetica, Arial, sans-serif;
}
/*=======================
mainvisual
=======================*/
#hero_image img,
#contents img {
  width: 100%;
}
#hero_image {
  width: 950px;
  margin: 0 auto 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
#hero_image .mainvisual {
  position: relative;
}
#hero_image .mainvisual ul {
  list-style: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  position: absolute;
  z-index: 2;
}
#hero_image .mainvisual ul.nav_01 {
  box-sizing: border-box;
  display: flex;
  /* justify-content: space-between; */
  bottom: 0px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
#hero_image .mainvisual ul.nav_01 li {
  width: calc((100% - 20%) / 4);
  text-align: center;
  position: relative;
}
#hero_image .mainvisual ul.nav_01 li:last-child {
  width: 20%;
  background-color: rgb(142, 97, 38, 1);
  display: block;
}
#hero_image .mainvisual ul.nav_01 li:hover {
  background-color: rgba(100, 100, 100, 0.7);
}
#hero_image .mainvisual ul.nav_01 li:last-child:hover {
  background-color: #aa895c;
}
#hero_image .mainvisual ul li a {
  font-size: 14px;
  display: block;
  width: 100%;
  text-decoration: none;
}
#hero_image .mainvisual ul.nav_01 li a {
  padding: 18px 0px;
  color: #fff;
  letter-spacing: 2px;
}
#hero_image .mainvisual ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  top: 23px;
  background-color: rgba(229, 229, 229, 0.5);
  left: 0;
}
#hero_image .mainvisual ul.nav_01 li:last-child:before,
#hero_image .mainvisual ul.nav_01 li:first-child:before {
  content: none;
}
#hero_image .mainvisual:before {
  content: "";
  background-image: url(https://www.holichotel.jp/toranomon/rakuten/top/img/logo_board.png);
  position: absolute;
  top: 0;
  left: 90px;
  width: 160px;
  height: 123px;
  z-index: 5;
  background-size: contain;
  background-repeat: no-repeat;
}
#hero_image .mainvisual .main_txt {
  position: absolute;
  margin: auto;
  height: fit-content;
  text-align: center;
  inset: -40px 0 0 0;
  font-size: 30px;
  text-shadow: 0.2em 0 1em rgba(0, 0, 0, 0.5), 0 0.2em 1em rgba(0, 0, 0, 0.5), -0.2em 0 1em rgba(0, 0, 0, 0.5), 0 -0.2em 1em rgba(0, 0, 0, 0.5);
  color: #fff;
  letter-spacing: 0.08em;
}
/* #kitchen {
  margin-top: -50px;
  padding-top: 50px;
} */
/* =======================
	　info
========================== */
.info {
  margin: 50px auto;
}
.info p {
  border: 1px #999 solid;
  padding: 14px;
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  width: 80%;
  margin: 0 auto;
}
.info p span {
  color: red;
}
/**************************
	#hero_image slide
**************************/
.main_slide {
  position: relative;
}
.out {
  position: relative;
}
.in img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: 0;
}
.main_slide img {
  display: block;
  width: 100%;
  height: auto;
}
input {
  display: none;
}
.in {
  display: flex;
  justify-content: center;
}
.in a:hover {
  opacity: 1;
}
label span {
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  margin: -30px 0 0;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
label span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  border-radius: 100%;
}
input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before,
input:nth-of-type(3):checked ~ .in label:nth-of-type(3) span::before,
input:nth-of-type(4):checked ~ .in label:nth-of-type(4) span::before,
input:nth-of-type(5):checked ~ .in label:nth-of-type(5) span::before,
input:nth-of-type(6):checked ~ .in label:nth-of-type(6) span::before,
input:nth-of-type(7):checked ~ .in label:nth-of-type(7) span::before,
input:nth-of-type(8):checked ~ .in label:nth-of-type(8) span::before,
input:nth-of-type(9):checked ~ .in label:nth-of-type(9) span::before {
  background: #000;
  opacity: 1;
}
.three label span::before {
  /*3枚スライド*/
  animation: slidebutton3 10.5s infinite;
}
.four label span::before {
  /*4枚スライド*/
  animation: slidebutton4 14s infinite;
}
.five label span::before {
  /*5枚スライド*/
  animation: slidebutton5 17.5s infinite;
}
.six label span::before {
  /*6枚スライド*/
  animation: slidebutton6 21s infinite;
}
/*------------------------
1枚表示させたい時間　=　a 3
切り替え時間　=　b 0.5
画像の数　=　c 5
x = a+b*c 17.5
-------------------------*/
@keyframes slidebutton3 {
  /*3枚スライド*/
  0% {
    opacity: 1;
    background: #fff;
  }
  4.76% {
    opacity: 1;
    background: #000;
  } /* b÷x×100=y */
  33.33% {
    opacity: 1;
    background: #000;
  } /* 100÷c=z */
  38.09% {
    opacity: 1;
    background: #fff;
  } /* y+z */
}
@keyframes slidebutton4 {
  /*4枚スライド*/
  0% {
    opacity: 1;
    background: #fff;
  }
  3.57% {
    opacity: 1;
    background: #000;
  } /* b÷x×100=y */
  25.00% {
    opacity: 1;
    background: #000;
  } /* 100÷c=z */
  28.57% {
    opacity: 1;
    background: #fff;
  } /* y+z */
}
@keyframes slidebutton5 {
  /*5枚スライド*/
  0% {
    opacity: 1;
    background: #fff;
  }
  2.85% {
    opacity: 1;
    background: #000;
  } /* b÷x×100=y */
  20.00% {
    opacity: 1;
    background: #000;
  } /* 100÷c=z */
  22.85% {
    opacity: 1;
    background: #fff;
  } /* y+z */
}
@keyframes slidebutton6 {
  /*6枚スライド*/
  0% {
    opacity: 1;
    background: #fff;
  }
  2.38% {
    opacity: 1;
    background: #000;
  } /* b÷x×100=y */
  16.66% {
    opacity: 1;
    background: #000;
  } /* 100÷c=z */
  19.04% {
    opacity: 1;
    background: #fff;
  } /* y+z */
}
label:nth-of-type(2) span::before,
label:nth-of-type(2) img {
  animation-delay: 3.5s;
}
label:nth-of-type(3) span::before,
label:nth-of-type(3) img {
  animation-delay: 7s;
}
label:nth-of-type(4) span::before,
label:nth-of-type(4) img {
  animation-delay: 10.5s;
}
label:nth-of-type(5) span::before,
label:nth-of-type(5) img {
  animation-delay: 14s;
}
label:nth-of-type(6) span::before,
label:nth-of-type(6) img {
  animation-delay: 17.5s;
}
label:nth-of-type(7) span::before,
label:nth-of-type(7) img {
  animation-delay: 21s;
}
label:nth-of-type(8) span::before,
label:nth-of-type(8) img {
  animation-delay: 24.5s;
}
label:nth-of-type(9) span::before,
label:nth-of-type(9) img {
  animation-delay: 28s;
}
input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img,
input:nth-of-type(3):checked ~ .in label:nth-of-type(3) img,
input:nth-of-type(4):checked ~ .in label:nth-of-type(4) img,
input:nth-of-type(5):checked ~ .in label:nth-of-type(5) img,
input:nth-of-type(6):checked ~ .in label:nth-of-type(6) img,
input:nth-of-type(7):checked ~ .in label:nth-of-type(7) img,
input:nth-of-type(8):checked ~ .in label:nth-of-type(8) img,
input:nth-of-type(9):checked ~ .in label:nth-of-type(9) img {
  opacity: 1;
  z-index: 1;
}
.three img {
  animation: slide3 10.5s infinite; /* (a+b)×c=x */
}
.four img {
  animation: slide4 14s infinite; /* (a+b)×c=x */
}
.five img {
  animation: slide5 17.5s infinite; /* (a+b)×c=x */
}
.in.six img {
  animation: slide6 21s infinite; /* (a+b)×c=x */
}

@keyframes slide3 {
  /*3枚スライド*/
  0% {
    opacity: 0;
  }
  4.76% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  33.33% {
    opacity: 1;
  } /* 100÷c=z */
  38.09% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}
@keyframes slide4 {
  /*4枚スライド*/
  0% {
    opacity: 0;
  }
  3.57% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  25.00% {
    opacity: 1;
  } /* 100÷c=z */
  28.57% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}
@keyframes slide5 {
  /*5枚スライド*/
  0% {
    opacity: 0;
  }
  2.85% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  20.00% {
    opacity: 1;
  } /* 100÷c=z */
  22.85% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}
@keyframes slide6 {
  /*6枚スライド*/
  0% {
    opacity: 0;
  }
  2.38% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  16.66% {
    opacity: 1;
  } /* 100÷c=z */
  19.04% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}
input:checked ~ .in img,
input:checked ~ .in span::before {
  animation: none;
}
.in:hover img,
.in:hover span::before {
  animation-play-state: paused; /* マウスを載せると一時停止 */
}

div.slider {
  height: 300px;
  width: 450px;
  margin: 0 20px 0 0;
}
/* ==============================
  #contents
============================== */
#contents .main_copy {
  font-size: 15px;
  text-align: center;
  margin-top: 40px;
  line-height: 1.6;
}
#contents h2 {
  font-size: 30px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 50px 0 30px;
  margin-bottom: 0;
}
#contents h2#bar {
  padding: 100px 0 30px;
  margin-top: -50px;
}
#contents ul {
  list-style: none;
}
#contents ul li > img {
  width: 450px;
  margin-right: 20px;
}
#contents li {
  font-size: 15px;
  margin-bottom: 40px;
  clear: both;
  display: flex;
}
#contents section {
  width: 440px;
}
#contents section p {
  margin: 10px 0 20px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
#contents section dl {
  line-height: 1.5;
  padding: 20px 0 20px 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#contents section dt {
  float: left;
}
#contents section dd {
  margin-left: 100px;
}
#contents .attention {
  font-size: 12px;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0;
  border: none;
}
#contents .attention dt {
  float: none;
}
#contents .attention dd {
  margin-left: 0;
}
/* ==============================
   　　　btn
============================== */
.r_btn {
  text-align: center;
}
.r_btn a {
  margin: 50px auto;
  background-color: #8e6126;
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.r_btn a:hover {
  opacity: 0.75;
  color: #fff;
}
/* ==============================
   　　　表
============================== */
#contents table {
  margin: 80px 0 20px;
  font-size: 14px;
  float: left;
  padding-left: 40px;
}
#contents table tr td {
  width: 24%;
  height: 30px;
}
#contents table tr .ttl_txt {
  text-align: center;
  background-color: #ededed;
  width: 8%;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
#contents table tr .pl_20 {
  padding: 10px 20px 10px;
}
#contents table tr .lh {
  line-height: 1.5;
  border-right: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
