@charset "UTF-8";
/* CSS Document*/

.sp-visible{
  display: none;
}

#main-content{
  color: #333;
  font-family:"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  width: 1000px;
}
#main-content a,
#main-content a img{
  transition: .3s;
}


/* title */
.title-box{
  margin: 0 0 20px;
  text-align: center;
}
.title-box .logo{
  margin: 0 0 10px;

}
h1.title{
  font-family: "EB Garamond", serif;
  font-size: 65px;
  letter-spacing: .04em;
  line-height: 1;
}
p.title-sub{
  font-size: 14px;
  margin: 5px 0 0;
}

/* content */
.article-box{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
}
.article-box article{
  margin: 0 0 50px;
  width: 320px;
}
.article-box article:nth-of-type(3n-1){
  margin-right: 20px;
  margin-left: 20px;
}
.article-box article img{
    width: 100%;
}
.article-box article p{
  line-height: 1.6;
  margin: 10px 0 0;
}

/*item list*/
.item-list{
  margin: 10px 0 0;
}
.item-list li a{
  border-bottom: 1px dotted #ccc;
  display: block;
  padding: 10px 0;
  position: relative;
}
.item-list li:first-of-type a{
  border-top: 4px solid #eee;
}


.item-list li a::after{
  backface-visibility: hidden;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  transition: .3s;
  vertical-align: middle;
  width: 6px;
  top: 44%;
  right: 5px;
}

/* pasted-list */
.pasted-list-wrap h2{
  font-size: 34px;
  margin: 20px 0 0;
  text-align: center;
}
.pasted-list-box{
  display: block;
  margin: 0 auto 50px;
  overflow: hidden;
}

.l-step-3col-pc{
	width: 18% !important;
	margin-bottom: 20px;
}
.l-step-3col-pc:nth-child(n){
	margin-right: 1% !important;
	margin-left: 1% !important;
}
.l-step-3col-pc:nth-child(3n){
	margin-right: 1% !important;
	margin-left: 1% !important;
}
.l-step-3col-pc:nth-child(n+4){
	margin-top: 0 !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 5px;
  text-align: center;
  width: 280px;
}
.under_link li a{
  background: #49453d;
  border: 1px solid #4a463e;
  border-radius: 2px;
  color: #fff;
  display: block;
  padding: 14px 0;
}

/*favorite*/
.under_link li a.m-btn-inactive{
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #333;
  font-weight: 500;
  height: auto;
  line-height: inherit;
}



/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/


@media screen and (max-width: 640px){
/* width under 640px */
.sp-visible{
  display: block;
}
.pc-visible{
  display: none!important;
}
#main-content{
  padding: 0;
  width: 100%;
}

/* smp title */
.title-box{
  text-align: center;
}
.title-box .logo{
  margin: 10vw 0 10px;
  width: 120px;
}
h1.title{
  font-size: 14vw;
  line-height: 0;
}
h1.title img{
  width: 100%;
}
p.title-sub{
  font-size: 3.5vw;
  line-height: 1.6;
  margin: 2vw auto 0;
  text-align: center;
  width: 90%;
}

/* smp content */
.article-box{
  flex-direction: column;
  width: 100%;
}
.article-box article{
  margin: 0 0 15vw;
  width: 100%;
}
.article-box article:nth-of-type(3n-1){
  margin-right: 0;
  margin-left: 0;
}
.article-box article img{
  width: 100%;
}
.article-box article p{
  box-sizing: border-box;
  font-size: 3.5vw;
  padding: 0 3vw;
  text-align: justify;
}

/* smp item list */
.item-list{
  margin: 3vw 0 0;
}
.item-list li a{
  box-sizing: border-box;
  font-size: 3.5vw;
  padding: 4vw 0 4vw 3vw;
}

.item-list li a::after{
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  top: 40%;
  right: 2vw;
}


/* smp pasted-list */
.pasted-list-wrap h2{
  font-size: 8vw;
  margin: 5vw 0 0;
  text-align: center;
}
.pasted-list-box{
  display: block;
  margin: 0 auto 8vw;
  overflow: hidden;
}

.l-step-3col-pc{
	width: 48% !important;
}
.l-step-2col:nth-child(n+3){
	margin-top: 0px;
}
.m-item-gallery a img{
	max-width: 200px;
}

/* SMP under link */
ul.under_link {
  margin: 0 auto 100px;
  width: 92%;
}
ul.under_link li{
  margin: 0 0 10px;
  width: 100%;
}
ul.under_link li a{
  margin: 0;
}
.sp_visible{
  display: block;
}
}/* end media */

@media screen and (min-width: 641px){
/* hover settings */
.sp_visible{
  display: none;
}

.item-list li a:hover{
  background: #f2f2f2;
}
.item-list li a:hover::after{
  border-right: 1px solid #444;
  border-top: 1px solid #444;
  content: "";
}
/* HOVER under_link */
.under_link a:hover{
  background: #666;
  color: #fff;
}
.under_link li a.m-btn-inactive:hover{
  background: #f2f2f2;
}
}/* end media */
