@charset "UTF-8";
/* CSS Document */

.youtube_movie{
  margin-bottom: 50px;
  width: 100%;
  height: auto;
}

.movie_item{
  display: flex;
  justify-content: center;
  align-items: center;
}

.index01{
 background-image: url("index/yukikokunaisankomeko_bg01.png");
 background-size:contain;
}

p{
  font-family: 'Kiwi Maru', serif;
  color: #42210b;
}

.index02{
 background-image: url("index/yukikokunaisankomeko_bg02.png");
 background-size:contain;
}

.index03{
 background-image: url("index/yukikokunaisankomeko_bg03.png");
 background-size:contain;
}

.index03 li{
 position: relative;
 padding-left: 25px;
 line-height: 30px;
}

 
.index03 li:before {
 content: "";
 position: absolute;
 top: .35em;
 left: 6px;
 -webkit-transform: rotate(50deg);
 -ms-transform: rotate(50deg);
 transform: rotate(50deg);
 width: 3px;
 height: 7px;
 border-right: 2px solid #C89D3C;
 border-bottom: 2px solid #C89D3C;
}
 
.index03 li:after {
 content: "";
 position: absolute;
 top: .2em;
 left: 0;
 width: 15px;
 height: 15px;
}
