.container h1{
	margin: 0;
}
.container h1 img{
	max-width: 100%;
}
.container h1 + p{
	text-align: left;
	margin-top: 25px;
	line-height: 1.8;
}
.ab_list_bt_dw {
  margin-bottom: 40px;
  color: #443829;
  overflow: hidden;
}
.ab_list_bt_dw ul {
  display: flex;
  flex-wrap: wrap;
}
.ab_list_bt_dw li {
  width: 48.6%;
  margin-top: 20px;
  margin-right: 2.8%;
  color: #443829;
  border-radius: 50px;
  border: 2px solid #938675;
  background: url('../../common/img/ar_down.png') no-repeat 95%;
  text-align: center;
}
.ab_list_bt_dw li:nth-child(2n) {
	margin-right: 0;
}
.ab_list_bt_dw li a {
  display: block;
  padding: 15px 20px;
  font-size: 18px;
}

#tuliprelay h1,
#tuliprelay h2,
#tuliprelay h3,
#tuliprelay h4 {
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .pc_ { display: block;}
  img.pc_ { display: inline-block;}
  .sp_ { display: none;}
	#tuliprelay .sp_ {
		display: none !important;
	}
	#tuliprelay .calendar_ {
		margin: 0 0 70px;
    text-align: center;
	}
	#tuliprelay .calendar_ img {
    width: 100%;
    height: auto;
	}
	#tuliprelay .relay_ {
    max-width: 900px;
		margin: 0 auto 70px;
	}
	#tuliprelay .relay_ h2 {
		margin: 0 0 70px;
		text-align: center;
	}
	#tuliprelay .relay_ li {
    padding: 0 50px;
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin: 0 0 90px;
		text-align: center;
	}
	#tuliprelay .relay_ li:nth-child(1) {
		/*margin: 0 0 170px;*/
        margin: 0 0 135px;
	}
	#tuliprelay .relay_ li:nth-child(2) {
		/*margin: 0 0 141px;*/
		margin: 0 0 111px;
	}
	#tuliprelay .relay_ li:nth-child(3) {
		margin: 0 0 90px;
	}
	#tuliprelay .relay_ li:last-child {
		margin: 0 0 118px;
	}
	#tuliprelay .relay_ li:after {
		content: '';
		width: 550px;
		height: 550px;
		position: absolute;
		border-radius: 50%;
		z-index: 1;
        display: block;
	}
	#tuliprelay .relay_ li:nth-child(1):after {
		background: #ecf8ff;
		top: -55px;
		right: 0;
	}
	#tuliprelay .relay_ li:nth-child(2):after {
		background: #f0f7e6;
		top: -20px;
		left: -10px;
	}
	#tuliprelay .relay_ li:nth-child(3):after {
		background: #faf6f7;
		top: -30px;
		right: 0;
	}
	#tuliprelay .relay_ li:nth-child(4):after {
		background: #fefceb;
		top: -30px;
		left: -10px;
	}
	#tuliprelay .relay_ li .img_ {
		width: 384px;
		margin: 30px 0 0;
    position: relative;
    z-index: 2;
	}
	#tuliprelay .relay_ li .info_ {
		width: 460px;
    padding: 0 50px;
    position: relative;
    z-index: 2;
	}
	#tuliprelay .relay_ li .info_ img {
		margin: 0 0 20px;
	}
	#tuliprelay .relay_ li .info_ p {
		line-height: 30px;
		margin: 0 0 10px;
		text-align: left;
	}
	#tuliprelay .relay_ li .info_ a {
		width: 305px;
		padding: 9px 0 7px;
		margin: 0 auto;
		border-radius: 30px;
		font-size: 15px;
		font-weight: bold;
		line-height: 20px;
		text-align: center;
    text-decoration: none;
		background: #60523e url(../img/arrow_w.png) no-repeat right 15px center;
		color: #fff;
		display: block;
	}
	#tuliprelay .relay_ li .info_ a:hover {
		opacity: .9;
	}
	#tuliprelay .relay_ li .info_ a span {
		color: #fdf024;
	}
	#tuliprelay .relay_ li:nth-child(3) .img_ img:last-child {
		margin: 30px 0 0;
	}
    h2.block-top-event--header{
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
  
	.container h1 + p{
		text-align: left;
	}	
	.ab_list_bt_dw {
    margin: 0 10px 30px;
	}
	.ab_list_bt_dw li {
		width: 100%;
    margin-top: 10px;
    margin-right: 0;
	}
  .ab_list_bt_dw li a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
  }
  .ab_list_bt_dw li:nth-child(2) a {
    letter-spacing: -2px;
  }
  .special-anchor-links {
    padding: 0 10px;
  }
  
  .pc_ { display: none;}
  .sp_ { display: block;}
  img.sp_ { display: inline-block;}
  
	#tuliprelay {
		margin: 0 0 50px;
	}
	#tuliprelay img {
		max-width: 100%;
	}
	#tuliprelay .pc_ {
		display: none !important;
	}
	#tuliprelay h1 {
		margin: 0 10px 13px;
	}
	#tuliprelay h1 + p {
		margin: 0 10px 20px;
	}
	#tuliprelay .calendar_ {
		margin: 0 0 35px;
    text-align: center;
	}
  #tuliprelay .relay_ {
    margin: 0 20px;
  }
	#tuliprelay .relay_ h2 {
		margin: 0 0 10px;
	}
	#tuliprelay .relay_ li {
		position: relative;
		text-align: center;
    padding: 0;
		margin: 0 0 50px;
	}
	#tuliprelay .relay_ li:last-child {
		margin: 0;
	}
	#tuliprelay .relay_ li:after {
		content: '';
		width: 250px;
		height: 250px;
		position: absolute;
		border-radius: 50%;
		z-index: 1;
    display: block;
	}
	#tuliprelay .relay_ li:nth-child(1):after {
		background: #ecf8ff;
		bottom: 80px;
		right: -10px;
	}
	#tuliprelay .relay_ li:nth-child(2):after {
		background: #f0f7e6;
		bottom: 65px;
		left: 10px;
	}
	#tuliprelay .relay_ li:nth-child(3):after {
		background: #faf6f7;
		bottom: 340px;
		right: -10px;
	}
	#tuliprelay .relay_ li:nth-child(4):after {
		background: #fefceb;
		bottom: 65px;
		left: 10px;
	}
	#tuliprelay .relay_ li .img_ {
		margin: 17px 0 13px;
    position: relative;
		z-index: 2;
	}
	#tuliprelay .relay_ li img {
		width: 80%;
	}
	#tuliprelay .relay_ li .info_ {
    position: relative;
    z-index: 2;
	}
	#tuliprelay .relay_ li p {
		text-align: left;
		line-height: 26px;
		margin: 0 0 25px;
	}
	#tuliprelay .relay_ li .btn_wrap_ {
		display: table;
		width: 305px;
		height: 56px;
		margin: 0 auto;
		border-radius: 30px;
		background: #60523e;
	}
	#tuliprelay .relay_ li a {
		display: table-cell;
		vertical-align: middle;
    text-decoration: none;
		text-align: center;
		color: #fff;
		font-size: 15px;
		line-height: 20px;
		font-weight: bold;
		background: url(../img/sp/arrow_w.png) no-repeat right 15px center;
		background-size: 14px;
	}
	#tuliprelay .relay_ li a span {
		color: #fdf024;
	}
	#tuliprelay .relay_ li:nth-child(3) .btn_wrap_ {
		margin-top: 25px;
	}
}