@charset "utf-8";
*{ 
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-style: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	vertical-align:bottom;
}
.main{
	text-align:center;
	position:relative;
}
h1{
	margin:0;
	padding:0;
}

.wrapper{
	width:1000px;
	margin:50px auto;
	text-align:center;
}
.inst_btn{
	margin:20px auto;
}
.copy{
	font-size:11px;
	text-align:center;
	color:#fff;
	background:#000;
	margin-top:50px;
	padding:10px 0;
}
ul{
	margin:0;
	padding:0 0 0 0;
	list-style: none;
}
ul.ul_base{
	list-style-type: disc;
	padding-left:1rem;
	margin-bottom:20px;
	margin-left:20px;
}
ul.ul_base li{
	margin-bottom:12px;
}
a{
	color:#fff;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.thanks{
	text-align:center;
	margin:50px auto;
}
.concept{
	font-size:17px;
	margin-top:70px;
	margin-bottom:70px;
	text-align:center;
}
.concept p{
	line-height:1.8;
	margin-bottom:2rem;
}

.kodawari{
		background:url("../images/bg_01.jpg") no-repeat center bottom;
}
.variation_list_black{
	background:#000;
}
.variation_list_naby{
	background:#172647;
}
.variation_list_wine{
	background:#932e44;
}
p.price{
	font-size:18px;
}
p.price span{
	font-size:12px;
}

/* pc */
@media screen and (min-width: 768px) {
	body{
		margin:0;
		padding:0;
		background:url("../images/bg.png") no-repeat right 35% top 0 #022e55;
		background-size:1000px auto;
		color:#fff;
		font-family: 'Noto Serif JP', serif;
	}
	.sp{
		display:none;
	}
	.main{
		height:100vh;
		display:flex;
	    text-align:center;
	    flex-direction: column; 
	    justify-content: center; 
	    align-items: center;  
	}
	.main img{
		width:400px;
		margin:0 auto 0 auto;
	}
	.bn_mask{
		position:absolute;
		bottom:20px;
		right:20px;
	}
	h2{
		position:relative;
		font-weight:normal;
		font-size:30px;
		margin:70px auto 50px auto;
		padding-bottom:20px;
		text-align:center;
	}
	h2::after {
		content: '';
		display: inline-block;
		width: 38px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.wrap{
		width:750px;
		margin:0 auto;
	}
	table.base_table{
		max-width:100%;
		min-width:750px;
	    border: 1px #cccccc solid;
	    border-collapse: collapse;
	    border-spacing: 0;
	    margin:0 auto 30px auto;
	}

	table.base_table th{
	    padding: 10px 10px 10px 10px;
	    border: #cccccc solid;
	    border-width: 0 0 1px 1px;
	    background: none;
		font-weight:normal;
	    line-height: 120%;
	    text-align: center;
	}
	table.base_table td{
	    padding: 10px 10px 10px 20px;
	    border: 1px #cccccc solid;
	    border-width: 0 0 1px 1px;
	    background: none;
	}
	.map{
		width:750px;
		margin:50px auto;
	}
	.txt{
		margin-bottom:50px;
		font-weight:500;
		font-size:24px;
		text-align:center;
	}
	.mainphoto{
		width:90%;
		max-width:1000px;
		margin:400px auto 1px auto;
		padding:0;
	}
	.mainphoto img{
		width:100%;
	}
	
	.concept{
		margin:0 auto 100px;
		width:80%;
		max-width:1200px;
		display:flex;
		flex-wrap: wrap;
		justify-content:space-between;
		align-items: center;
		background:#000;
	}
	.concept_l{
		width:70%;
	}
	.concept_l img{
		width:100%;
	}
	.concept_r{
		width:30%;
		margin-top:20px;
		

	}
	.kodawari{
		padding:70px 0;
	}
	.kodawari ul{
		margin:0 auto;
		width:880px;
	}
	.kodawari li{
		margin-bottom:30px;
		text-align:center;
		line-height:1.8;
	}
	.kodawari h3{
		text-align:center;
		margin-bottom:30px;
		font-size:24px;
		font-weight:normal;
	}
	
	
	.variation{
	
	}
	.variation ul{
		margin:0 auto 50px auto;
		width:1000px;
	}
	.variation ul li{
		display:flex;
		flex-wrap: wrap;
		justify-content:space-between;
	}	
	.variation ul li:nth-child(even){
		flex-direction:row-reverse
	}	
	
	.variation ul li h3{
		padding-bottom:10px;
		margin-bottom:30px;
		font-size:28px;
		font-weight:normal;
		border-bottom:1px solid #ccc;
	}
	.variation ul li h3 span{
		font-size:16px;
		font-weight:normal;
		padding-left:10px;
	}
	.variation ul li p{
		margin-bottom:1rem;
	}
	.variation ul li .variation_list_l{
		width:50%;
		background:#fff;
		display:flex;
		align-items:center;
	}	
	.variation ul li .variation_list_r{
		width:50%;
	}
	.variation ul li  .variation_list_wrap{
		padding:40px 40px 30px 40px;
	}
	.variation ul li img{
		width:100%;
	}
	
	
	ul.photo{
		display:flex;
		flex-wrap: nowrap;
		justify-content:space-between;
		width:1000px;
		margin:0 auto 40px auto;
		padding:0;
	}
	ul.photo li{

		margin-bottom:1px;
	}
	ul.photo li img{
		width:100%;
	}
	ul.photo li span{
		display:block;
		text-align:center;
		margin-bottom:5px;
	}
	
	.movie{
		width:1000px;
		margin:0 auto 40px auto;
		display:flex;
	    justify-content: space-between; 
	}
	.movie li{
		margin:0 auto 40px auto;
		width:31%;
		text-align:center;
	}
	.movie li p{
		margin:0 auto 10px auto;
	}
	.movie li iframe{
		margin:0 auto;
		width:100%;
	}
}












/* smartPhone */
@media screen and (max-width: 767px) {
	body{
		margin:0;
		padding:0;
		background:url("../images/bg.png") no-repeat right 0px top 10px #022e55;
		background-size:100% auto;
		color:#fff;
		font-family: 'Noto Serif JP', serif;
	}
	.pc{
		display:none;
	}
	.main{
		position:relative;
		height:85vh;
	}
	.main img{
		width:100%;
		max-width:600px;
	}
	.bn_mask{
		position:absolute;
		bottom:20px;
		right:20%;
		width:60%;
		
	}
	h2{
		position:relative;
		font-size:20px;
		font-weight:normal;
		margin:70px auto 30px auto;
		padding-bottom:30px;
		text-align:center;
	}
	h2::after {
		content: '';
		display: inline-block;
		width: 38px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.wrap{
		width:90%;
		margin:0 auto;
	}
	table.base_table{
		width:90%;
	    border: 1px #cccccc solid;
	    border-collapse: collapse;
	    border-spacing: 0;
	    margin:0 auto 30px auto;
	    font-size:15px;
	}

	table.base_table th{
	    padding: 10px 10px 10px 10px;
	    border: #cccccc solid;
	    border-width: 0 0 1px 1px;
	    font-weight: normal;
	    line-height: 120%;
	    text-align: center;
	}
	table.base_table td{
	    padding: 10px 10px 10px 20px;
	    border: 1px #cccccc solid;
	    border-width: 0 0 1px 1px;
	}
	
	.wrapper{
	width:100%;
	margin:20px auto;
	text-align:center;
	}
	.inst_btn{
	margin:20px auto;
	}
	.map{
		width:90%;
		margin:20px auto;
	}
	.txt{
		margin-bottom:30px;
		font-size:20px;
		text-align:center;
	}
	
	.mainphoto{
		width:90%;
		margin:270px auto 5px auto;
		padding:0;
	}
	
	.mainphoto img{
		width:100%;
	}
	
	.concept{
		margin:0 auto 40px;
	}
	.concept_l{
	}
	.concept_l img{
		width:100%;
	}
	.concept_r{
		margin-top:30px;
	}
	
	.kodawari{
		padding:30px 0;
	}
	.kodawari ul{
		margin:0 auto;
		width:90%;
	}
	.kodawari li{
		margin-bottom:30px;
		text-align:center;
		line-height:1.8;
	}
	.kodawari h3{
		text-align:center;
		margin-bottom:30px;
		font-size:24px;
		font-weight:normal;
	}
	
	
	.variation{
	
	}
	.variation ul{
		margin-bottom:30px;
	}
	.variation ul li{

	}	
	.variation ul li h3{
		padding-bottom:10px;
		margin-bottom:20px;
		font-size:20px;
		font-weight:normal;
		border-bottom:1px solid #ccc;
	}
	.variation ul li h3 span{
		font-size:14px;
		font-weight:normal;
		padding-left:10px;
	}
	.variation ul li p{
		margin-bottom:1rem;
	}
	.variation ul li img{
		width:100%;
	}
	.variation ul li p{
		margin-bottom:1rem;
	}
	.variation ul li .variation_list_l{

	}	
	.variation ul li .variation_list_r{

	}
	.variation ul li  .variation_list_wrap{
		padding:20px;
	}
	.variation ul li img{
		width:100%;
	}

	ul.photo{
		width:90%;
		margin:0 auto 40px auto;
		padding:0;
	}
	ul.photo li{
		margin-bottom:20px;
	}
	ul.photo li img{
		width:100%;
	}
	ul.photo li span{
		display:block;
		text-align:center;
		margin-bottom:5px;
	}
	.movie{
		width:90%;
		margin:0 auto;
	}
	.movie iframe{
		margin:0 auto 20px auto;
		width:100%;
	}
	.movie li p{
		margin:0 auto 10px auto;
		text-align:center;
	}

	
	
}
