@charset "utf-8";

.first-view {
    height: calc(100vh - 110px);
    background-image: url(../images/index/bg-main.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.first-view-text {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-bottom: 80px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 10px #4b2c14;
}

.first-view-text h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    line-height: 72px;
}

.first-view-text p {
    font-size: 18px;
    margin-top: 20px;
}

.lead {
   max-width: 1200px;
   margin: 60px auto;
}

.lead p {
    line-height: 2;
    text-align: center;
    font-size: 18px;
}

.link-button-area {
   text-align: center;
   margin-top: 40px;
}

.link-button {
    background-color: #f4dd64;
    display: inline-block;
    min-width: 180px;
    line-height: 48px;
    border-radius: 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.link-button:hover {
    background-color: #d8b500;
}

.recommended {
   background-color:rgb(176, 211, 105);
   padding-top: 45px;
   padding-bottom: 55px; 
   
}

.recommended h2 {
   font-size: 22px;
   font-weight: bold;
   text-align: center;
 
}

.recommended h2::after {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background-color: #000000;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.item-list {
   display: flex;
   padding-top: 40px;
   padding-bottom: 10px;
   padding-left: 0px;
   padding-right: 0px; 
   /*overflow: scroll;*/  
   width: 100%;
   /*margin: 30px;*/
}



.item-list li {
    flex-shrink: 0;
    margin-left: 20px;
    background-color: #ffffff;
    padding: 5px;
    border-color: #000000;
    border-style:solid;
    border-width:1px;
    width: 100%;
    height:700px;

}

.item-list li:first-child {
    margin-left: 0;
}

.item-list dl {
    margin-top: 20px;
    height: 200px;

}

.item-list dt {
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
}

.item-list dd {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    padding: 10px;
}

.item-list .price {
    font-weight: bold;
    margin-top: 15px;
    font-size: 22px;
    padding: 10px;
    text-align: center;
    color: blue;
}

/*
.item-list img {
    height: 220px;
    width:  220px;
    margin-left: auto;
    margin-right: auto;

}
*/

.item-list p.normal {
    color:black;
    font-weight: bold;
    font-size: 22px;
    margin-left: 10px;
    text-align: center;

}

.item-list p.tyuui {
    color:red;
    font-weight: bold;
    font-size: 22px;
    margin-left: 10px;
    text-align: center;

}



.slick_test
{
 background-color: #cee193;
 margin-bottom: 30px;
 padding-top: 30px;
 width: 800px;
 height: 600px;
 margin: auto;

}

.slick_test img
{
 height: 50vh;
 margin: auto;
}

.information{
    background-color:#cee193;
    margin: auto;
    margin-bottom: 50px;
    border: solid 1px;
    margin-top: 20px;
    width: 95%;    
}

.information h1
{
  color:#000000
}

.content_honbun {
    font-size: 16px;
    height: 50%;
    padding-top: 10px;
    padding-left: 10px;
}


li.flex{
    font-size: 20px;
    background-color:khaki;
    height: auto;
    margin: 13px;
    border:solid 1px ;
    display: block;
    border-radius: 12px;
    width: 30%;
    padding-bottom: 15px;
}

.txt_area{
    width: 90%;
    margin-left: 7px;
}

.media_ttl
  {
     font-size: 22px;
     line-height: normal;
     padding-left: 10px;
     font-weight: bold;
  }

.eyecatch
 {
     margin: 10px;
     text-align: center
 }

ul.media_list {
    display: flex;
    flex-wrap: wrap;
}

.post_tags{
    font-size: 16px;
    background-color: #3a7433;
    border-radius: 7px;
    width: 40%;  
}

.date::before {
    font-family: FontAwesome;
    content: '\f017';
    font-weight: normal;
    font-size: 1.1em;
    margin-left: 10px;
}

 span.bold-blue{
    color:blue;
    font-size: 18px;
    font-weight: bold;
}

.content_honbun p {
    line-height: 1.3;
}
/*----------------------------以下スマホなどで閲覧する場合---------------------------------*/
@media (max-width: 800px) {

.slick_test{

 width: 370px;
 height: 500px;
}

.slick_test img{
  width: 360px;
  height: 240px;
}

.first-view {
      height: calc(100vh - 100px);
      background-image: url(../images/index/bg-main-sp.jpg);
      align-items: flex-start;
   }

   .first-view-text {
      top: 100px;
      padding-top: 00px;
      padding: 20px;

   }

   .first-view-text h1 {
      font-size: 36px;
      line-height: 48px;
      margin-top: 140px;
   }

   .first-view-text p {
    font-size: 24px;
    margin-top: 15px;
 }

 .lead {
    padding-left: 20px;
    padding-right: 20px;
 }

 .lead p {
    text-align: left;
 }




/*
.item-list li{
         animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.item-list li:hover {
     animation-play-state: paused;
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
*/



.item-list li {
    width: 370px;
    margin-left: 30px;
    margin: 5px;
    height: 550px;
}

/*
.item-list img {
    height: 80%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}*/

.slick_list li{
    width: 100px;
}

.information {
    width: 95%;
}

ul.media_list {
    display: block;
}

li.flex {
    width: auto;
    height: auto;
}


.txt_area {
    margin-right: 7px;
}

.content_honbun {
  height: auto;

}


.post_tags {
    font-size: 16px;
    background-color: #3a7433;
    border-radius: 7px;
    width: auto;

}
}