.list_image_slider{
	width: 100%;
	height: 200px;
	background-image: url('../images/flow-top.jpg');
	background-size: cover;
	background-position: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	color:white;
	text-shadow: 3px 3px 3px black;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: space-around;
	letter-spacing:.1em;
}
.booking-text{
	font-size: 16px;
	padding: 13px 0px;
	text-align: center;
}
.booking-text p{
	font-weight: 600;
	padding-bottom: 15px;
}
.booking-text h2{
	font-size: 12px;
}
.main{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
	padding: 12px;
}
.block_step{
	margin-top: 10px;
}
.block_step > p{
    border-bottom: 1.5px solid #edad3e;
    width: 100%;
    padding: 13px 0px;
	padding-bottom: 3px;
	font-family:"Times New Roman", Times, "serif";
	font-size: 110%;
}

.block_content{
    display: flex;
    margin-top: 15px;
	flex-wrap: wrap;
}

.block_content > span:nth-child(2){
    width: 100%;
    font-size: 14px;
	margin-top: 7px;
}
.block_content > span:nth-child(1){
    width:100%;
    background: rgba(0, 0, 0, 0.3);
    background-size: cover;
	filter: brightness(95%);
    position: relative;
    text-align: center;
    color: white;
	overflow: hidden;
	cursor: pointer;
}
.block_content > span:nth-child(1) > img{
	display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    mix-blend-mode: darken;
	transition: 1s;
}
.block_content > span:nth-child(1) img:hover{
	transform: scale(1.15);
	color: red;
	display: block;
}
.space{
    margin: 40px 0;
}
.arrow-right{
    border-left: 5px solid #fff;
    border-top: 5px solid #edad3e;
    border-bottom: 5px solid #edad3e;
    width: 0;
    height: 0;
}
.centered{
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.return-to-top{
	display: none;
}
.return-to-top i{
	display: none;
}
.list-btn ul{
	max-width: 1024px;
	padding: 12px;
	box-sizing: border-box;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.list-btn ul li{
	width: 48%;
	margin-bottom: 20px;
}
.list-btn ul li a{
	padding: 10px;
	position: relative;
	display: block;
	text-align: center;
	border: 1px solid hsla(0,0%,49%,1.00);
}
.list-btn ul li a i{
	color: #0067b6;
	font-size: 38px;
	margin-bottom: 8px;
}
.list-btn ul li a:hover{
	opacity: .8;
}
.list-btn ul li p:nth-last-child(2):after{
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-top: 10px solid white;
	border-right: 10px solid #0067b6;
	border-left: 10px solid white;
	border-bottom: 10px solid #0067b6;
}
.thank{
		text-align: center;
		margin-top: 30px;
	}
@media screen and (min-width:600px){
	.block_content > span:nth-child(1){
        width: 40%;
        background: rgba(0, 0, 0, 0.4);
    }
    .block_content > span:nth-child(2){
        width: 60%;
		padding: 0 0 0 20px;
		box-sizing: border-box;
		margin-top: 0;
		font-size: 100%;
    }
	.return-to-top{
		display: none;
	}
	.tabcolor{
		background-color: #edad3e;
	}
}
@media screen and (min-width:768px) {
	.booking-text{
		text-align: center;
		padding: 30px 0px;
		padding-top: 20px;
	}
	.booking-text p{
		font-size: 120%;
	}
	.booking-text h2{
		font-size: 100%;
		line-height: 30px;
	}
	.list_image_slider{
		height: 350px;
	}
    .block_step > p{
        border-bottom: 2px solid #edad3e;
        width: 100%;
        padding: 15px 0px;
		padding-bottom: 5px;
		font-size: 19px;
    }
	.block_content > span:nth-child(1) > img{
		display: block;
		width: 100%;
		height: auto;
		background-size: cover;
		mix-blend-mode: darken;
	}
    .block_content > span:nth-child(1){
        width: 40%;
        background: rgba(0, 0, 0, 0.35);
		background-size: cover;
		background-blend-mode: darken;
		position: relative;
		text-align: center;
    }
    .block_content > span:nth-child(2){
        width: 60%;
		padding: 0 0 0 20px;
		box-sizing: border-box;
		margin:0;
		font-size: 16px;
		margin-top: 7px;
    }
	.block_content > span:nth-child(2){
		font-size: 16px;
		margin-top: 7px;
	}
    .centered{
        font-size: 22px;
    }
	.list-btn ul li a{
		padding:10px;
		font-size: 16px;
	}
	.list-btn ul li a i{
		font-size: 42px;
	}
	.list-btn ul li{
		width: 22.5%;
	}
}