
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
#searchResultsBlock,#searchBlock,.pageTtl2,.itemSearchRefineBlock, #fix_navi {
    display: none!important;
}
*:focus {
    outline: none;
}
#ig_wrap {
    max-width: 985px;
    margin: 25px auto;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    padding: 20px;
	line-height: 1.6;
}
#ig_wrap a {
	color: #000;
	text-decoration: none;
}
#ig_wrap img {
    max-width: 100%;
}
.clear {
	clear: both;
}
#ig_wrap ul,#ig_wrap li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.swiper-wrapper {
	height: auto!important;
}
.spimg {
	display: none;
}
@media only screen and (max-width: 750px)  {
	#ig_wrap {
		padding: 0px;
	}
	.spimg {
		display: block;
	}
	.pcimg {
		display: none;
	}
}
#ig_wrap .title {
	max-width: 540px;
	width: 65%;
	margin: 10px auto 50px;
}

/*==========video==========*/
#ig_wrap .video_wrap {
	width: 100%;
	position: relative;
	margin-bottom: 50px
}
#ig_wrap .video {
    width: 42%;
    float: left;
    box-sizing: border-box;
    position: relative;
   background: #efe7da;
}
#ig_wrap .video video {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 30px;
}
@media only screen and (max-width: 750px)  {
	#ig_wrap .video_wrap {
		margin-bottom: 25px
	}
	#ig_wrap .title {
		margin: 10px auto 30px;
	}
	#ig_wrap .video {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 25px
    }
    #ig_wrap .video video {
        padding: 7%;
    }
}
/*==========timeline==========*/
#ig_wrap .timeline {
	width: 53%;
	height: 100%;
	float: right;
	box-sizing: border-box;
	padding: 0 0 25px;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
	overflow-y: scroll;
}
#ig_wrap .timeline::-webkit-scrollbar {
    width: 3px;
}
#ig_wrap .timeline::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #fff;
}
#ig_wrap .timeline::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#000;
}
#ig_wrap .timeline .tit {
	font-weight: bold;
	font-size: 18px;
	margin: 0 20px 20px 0;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 10px 0;
	text-align: center;
}
#ig_wrap .timeline .tit .small {
	font-size: 10px;
}

/* 価格変更のある時 タイムラインのトップのテキストに期間挿入*/
#ig_wrap .timeline .tit .red {
	font-size: 10px;
	margin: 0;
	color: #BA1313;
}
/* ここまで */

#ig_wrap .timeline .tit .small_t {
	font-size: 10px;
	font-weight: normal;
}
#ig_wrap .timeline ul {
	width: 100%;
	margin: 0 auto;
}
#ig_wrap .timeline li {
	margin:0 auto 10px;
	width: 33.333%;
	float: left;
}
#ig_wrap .timeline .time {
	font-weight: bold;
	margin-bottom: 15px;
	text-decoration: underline;
	cursor: pointer;
}
#ig_wrap .timeline .time.wh {
	color: #FFF;
	opacity: 0;
}
#ig_wrap .timeline .item {
	width:100%;
	box-sizing: border-box;
	padding-right: 15px;
	margin-bottom: 15px;
}
#ig_wrap .timeline .item a {
	color: #000;
	text-decoration: none;
}
#ig_wrap .timeline .item .name {
	font-size: 11px;
}
#ig_wrap .timeline .item .price {
	font-size: 10px;
}

/* 価格変更のある時 spanで囲んで色変えて文字大きくする*/
#ig_wrap .timeline .item .red{
	font-size: 12px;
	color: #BA1313;
}
/* ここまで */

#ig_wrap .timeline .pcclear {
	clear: both;
}
@media only screen and (max-width: 750px)  {
	#ig_wrap .timeline {
		width: 100%;
		height: auto;
		float: none;
		padding: 0;
		font-size: 14px;
		position: relative;
		top: auto;
		right: auto;
		overflow-y: none;
	}	
	#ig_wrap .timeline::-webkit-scrollbar {
		display: none;
	}
	#ig_wrap .timeline .tit {
		margin: 0 0 20px;
	}
	#ig_wrap .timeline ul {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0 5px;
	}
	#ig_wrap .timeline li {
	}
	#ig_wrap .timeline .item {
		padding-right: 10px;
		width: 100%;
	}
	#ig_wrap .timeline .item .name {
		font-size: 10px;
	}
	#ig_wrap .timeline .item .price {
		font-size: 9px;
	}	
}
	#ig_wrap .guest {
		position: relative;
		width:50%;
		margin: 0 auto;
		padding: 15px 0;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	#ig_wrap .guest::after {
		content: "";
		display: block;
		clear: both;
	}	
	#ig_wrap .guest .face {
		width: 30%;
		float: left;
	}
	#ig_wrap .guest .txt {
		width: 60%;
		float: right;
		font-size: 12px;
		line-height: 1.8;
	}
	#ig_wrap .guest .txt span {
		display: block;
		font-weight: 600;
		margin-bottom: 10px;
		font-size: 12px;
		
	}
	@media only screen and (max-width: 768px)  {
		#ig_wrap .guest {
			position: relative;
			width:90%;
			margin: 0 auto;
			padding: 15px 0;
			border-top: 1px solid #000;
			border-bottom: 1px solid #000;
		}
		#ig_wrap .guest .face {
			width: 35%;
		}
		#ig_wrap .guest .txt {
			width: 60%;
			font-size: 10px;
			line-height: 1.8;
		}
	}
#ig_wrap .banner {
    max-width: 600px;
    width: 80%;
    margin: 25px auto;
}	
#ig_wrap .iteminfo {
    text-align: center;
    font-size: 14px;
    margin: 50px auto 5px;
    padding: 10px;
    border: 1px solid #000;
    letter-spacing: 2px;
    font-weight: bold;
    box-sizing: border-box;
}	
#ig_wrap .iteminfo {
      text-align: center;
      font-size: 14px;
      margin: 50px auto 5px;
      padding: 10px;
      border: 1px solid #000;
      letter-spacing: 2px;
      font-weight: bold;
      box-sizing: border-box;
	clear: both;
  }
.swiper-wrapper {
	display: block;
}
@media only screen and (max-width: 750px)  {
      #ig_wrap .iteminfo {
          width: 94%;
      }			
}


/*=====新テンプレ対策=====*/
.swiper-wrapper {
	display: block;
}
@media only screen and (max-width: 750px)  {
	.swiper-wrapper {
		display: flex;
	}	
}