@charset "UTF-8";
/* CSS Document*/
body,
html{
  width: 100%;
}

.main-content{
  color: #333;
  font-family: "EB Garamond", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 1000px;
}
.main-content a,
.main-content a img{
 transition: .3s;
}
.main-content p{
  line-height: 1.7;
  margin: 20px auto 50px;
  text-align: left;
}

.title-wrap{
  position: relative;
}
.title-wrap img{
  display: block;
  width: 100%;
}

.img-box img{
  width: 100%;
}

.btn{
  background: #333;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1.2;
  margin: 20px auto;
  padding: 15px 0;
  position: relative;
  width: 400px;
}
.btn::after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;

  top: 50%;
  right: 20px;
}
.btn span{
font-size: 30px;
}

.item-list-headline{
  border-top: 2px dashed #ccc;
  border-bottom: 2px dashed #ccc;
  font-size: 30px;
  margin-top: 120px;
}

.item-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item-list > li{
  margin:30px 25px;
  width: 400px;
}
.item-list img{
  width: 100%;
}

.item-txt-box{
  font-size: 16px;
  margin-top: 10px;
}
.item-txt-box span{
  display: block;
}

.item-list a::after{
  background: #333;
  border-radius: 2px;
  color: #fff;
  content: "Check";
  display: block;
  font-size: 12px;
  margin: 5px auto 0;
  padding: 2px 0;
  width: 120px;
}

.item-list-sub{
  text-align: center!important;
}


/* under link */
.under-link-box{
  overflow: hidden;
}
.under-link{
  margin: 50px auto 100px;
  text-align: center;
  width: 100%;
}
.under-link li{
  display: inline-block;
  margin: 0;
  text-align: center;
  width: 280px;
}
.under-link li a{
  background: #49453d;
  color: #fff;
  display: block;
  padding: 14px 0;
  position: relative;
}

/*favorite*/
.under-link li a.m-btn-inactive{
  background: #fff;
  border: 1px solid #4a463e;
  border-radius: 0;
  color: #333;
  font-weight: 500;
  height: auto;
  line-height: inherit;
}


@media screen and (max-width: 640px){
/*-------*/
/* S M P */
/*-------*/

.main-content{
  width: 100%;
}
.main-content p{
  box-sizing: border-box;
  margin: 20px auto 40px;
  padding: 0 12px;
}



.item-list-headline{
  font-size: 30px;
}

.item-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item-list > li{
  margin:30px 2%;
  width: 45%;
}
.item-list img{
  width: 100%;
}


.item-txt-box{
  font-size: 14px;
}


/* SMP under link */
ul.under-link {
  margin: 50px auto 100px;
  width: 92%;
}
ul.under-link li {
   margin-bottom: 5px;
  width: 100%;
}
.btn{
  font-size: 14px;
  margin: 20px auto;
  padding: 15px 0;
  width: 92%;
}

.btn span{
font-size: 22px;
}


}/* end media */

@media screen and (min-width: 641px){
.main-content a:hover{
  opacity: .7;
}

/* HOVER under-link */
.under-link a:hover{
   background: #666;
   color: #fff;
}
.under-link li a.m-btn-inactive:hover{
   background: #f2f2f2;
}
}/* end media */
