@charset "UTF-8";

/* =============================================
 SCENE VARIOUS CSS
============================================= */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

html {
	scroll-padding-top: 80px;
}

body {
	background-color: #fff4ef;
}
#nyusotsu .contents_inner{
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 60px auto 80px;
}

#nyusotsu .nyusotsu-btn{
	border-radius: 6px;
	padding: 10px 14px;
}

.nyu{
	max-width: 300px;
    background-color: #ffb9bc;
    color: #FFF;
    font-weight: bold;
	margin-left: auto;
    margin-right: auto;
}

.sotsu{
	max-width: 300px;
    background-color: #add998;
    color: #FFF;
    font-weight: bold;
    /* border-color: #83dfb1; */
    margin-left: auto;
    margin-right: auto;
    /* text-shadow: 0 0 3px #3c896a;
    background: -webkit-repeating-linear-gradient(-45deg, #9dedc5, #9dedc5 3px, #83dfb1 3px, #83dfb1 7px);
    background: repeating-linear-gradient(-45deg, #9dedc5, #9dedc5 3px, #83dfb1 3px, #83dfb1 7px); */
}

#nyusotsu .nyusotsu-btn{
	position: relative;
}

@media only screen and (min-width: 768px) {
	.contents_inner img{
		padding-top: 75px;
	}
	#nyusotsu .nyusotsu-btn a{
		display: inline-block;
		padding: 10px 40px;
	}
	.img_nyu{
		width: 30%;
		position: absolute;
		top: -50px;
		right: -50px;
		transform: rotate(10deg); 		  
	}
	.img_sotsu{
		width: 20%;
		position: absolute;
		top: -60px;
		right: -20px;
		transform: rotate(10deg); 		  
	}
	#nyusotsu .contents_inner{
		margin-bottom: 120px;
		
	}
		
}

@media only screen and (max-width: 767px) {
	.scene_bg {
		background-color: #fff;
	}
	.contents_inner {
		padding: 0!important;
	}
	.contents_inner img{
		margin-top: 60px;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
		width: 100%;
		margin: 0 auto;
	}
	.nyusotu .footer .contents_inner{
		padding: 0 15px!important;
	}
	#nyusotsu .contents_inner{
		margin: 40px 20px 60px;
	}
	#nyusotsu .nyusotsu-btn a{
		display: inline-block;
		text-align: center;
		line-height: 1.5em;
		padding: 0 20px;
	}
	.img_nyu{
		display: none;		  
	}
	.img_sotsu{
		display: none;		  
	}

}
