/* CSS Document */
.video {
  width: 100%;
}
/*---------- yumekaidou ----------*/
/*---------- pc/index.html ----------*/
/*---------- 2022/05/11-sankei ----------*/

.yume-bana ul {
  margin: 10px 0 20px 4px;
  padding: 0;
  border-bottom: #03B033;
}
.yume-bana li {
  margin-left: 1px;
  list-style-type: none;
  display: inline;
  padding: 10px 10px;
  background-color: #006633;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.yume-bana li a {
  color: #fff;
  text-decoration: none;
    font-size: 14px;
}
.yume-bana li a:hover {
  color: #fff;
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}
#yumegaido-2, #yumegaido-3, #yumegaido-4, #yumegaido-5 {
  margin-top: 30px;
}
/*---------- photocon ----------*/
/*---------- pc/photocon/index.html ----------*/
/*---------- 2022/05/11-sankei ----------*/
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.photocon-left {
  float: left;
  width: 480px;
  padding: 10px;
}
.photocon-left-01 {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.photocon-left-02 {
  font-size: 16px;
  padding: 0 0 10px 10px;
  line-height: 1.5;
}

.photocon-right {
  float: left;
  width: 300px;
}
.photocon-right img {
  width: 300px;
}
/*---------- Ouboyouryou ----------*/
/*---------- pc/photocon/ouboyouryou.html ----------*/
/*---------- 2022/05/11-sankei ----------*/
.ouboyouryou-01 {
  width: 780px;
  margin: 0 auto;
}
.ouboyouryou-02 {
  width: 200px;
  line-height: 40px;
  text-align: center;
  float: right;
  margin: 0 20px 0 0;
}
.ouboyouryou-02 a {
  text-decoration: none;
  color: #fff;
  display: block;
  background-color: #006633;
  border: 1px solid #006633;
  border-radius: 5px;
  transition: .5s;
  font-size: 16px;
}
.ouboyouryou-02 a:hover {
  background-color: #fff;
  border: 1px solid #006633;
  border-radius: 5px;
  color: #006633;
}
/*---------- Taishou ----------*/
/*---------- pc/photocon/taishou.html ----------*/
/*---------- 2022/05/11-sankei ----------*/
.taishou {
  margin-top: 30px;
}
.taishou-tittle {
  font-size: 16px;
  margin: 0;
  padding: 0 0 5px 10px;
}
.taishou table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
.taishou table td {
  border: 1px solid #ccc;
  padding: 5px;
}
.taishou-01 {
  width: 5%;
  text-align: center;
}
.taishou-02 {
  width: 31%;
  text-align: center;
}
.taishou-03 {
  width: 20%;
  text-align: center;
}
.taishou-04 {
  text-align: center;
}
.taishou-05 {
  text-align: center;
}