/* -------------------------------- 

contents

-------------------------------- */

.scrolling-bg {
    background-color: #3d3536;
    padding: 4em 0;
    line-height: 1.6;
    z-index: 2;
    }

.sc-contents {
    width: 1080px;
    text-align: center;
    margin: auto;
    }

.sc-contents2 {
    width: 1080px;
    text-align: center;
    margin: auto;
    }

.cont-title {
    font-family: 'Cormorant Garamond', serif;
	font-size: 30px;
    display: inline-block;
    border-bottom: 1px solid #9b898c;
	font-weight: 200;
	margin: 10px 0 50px;
	letter-spacing:2.5px;
    color: #fff;
	}

.reserv-cont {
    display: inline-block;
    float: left;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 2.5em;
    width: 40%;
    padding: 15px 50px;
    border-left: 1px solid #9b898c;
    }

.reserv-cont:last-child {
    border-right: 1px solid #9b898c;
    }

.button{
	display:block;
    border-radius: 25px;
    margin: 30px auto 0;
	width:200px;
	height:50px;
	line-height:50px;
	position:relative;
	text-decoration:none;
	text-align:center;
	color:#fff;
    font-size: 1.2em;
	z-index:0;
}
 
.button:before{
    border-radius: 25px;
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	left:0;
	transition:0.5s;
	background:linear-gradient(to right,#34C190 25%,#317CD8);
    background: -moz-linear-gradient(to right,#34C190 25%,#317CD8);
    background: -webkit-linear-gradient(to right,#34C190 25%,#317CD8);
}
 
.button:after{
	content:"";
    border-radius: 25px;
	width:100%;
	height:100%;
	position:absolute;
	z-index:-2;
	left:0;
	background:linear-gradient(to right,#8DE0A4,#70D1FF);
    background: -moz-linear-gradient(to right,#8DE0A4,#70D1FF);
    background: -webkit-linear-gradient(to right,#8DE0A4,#70D1FF);
}
 
.button:hover:before{
	opacity:0;
}

.wrap2 {
    float: left;
    height: 320px;
    width: 32.8%;
    border-left: 1px solid #9b898c;
    }

.sc-contents2-cont {
    color: #fff;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 2.4em;
    margin: -1.5em auto 0;
    padding: 0 0 1em;
    }

.wrap2:last-child {
    border-right: 1px solid #9b898c;
    }


.wrap::after{
  content: "";
  display: block;
  clear: both;
}

.sc-contents2::after{
  content: "";
  display: block;
  clear: both;
}

.footer {
    color: #fff;
    font-size: 13px;
    width:920px;
    margin: 8em auto 0;
    text-align: center;
    }

.footer-cont {
    width: 27%;
    display: inline-block;
    padding: 0 0 1em;
    }

.logo3 {
    width:200px;
}

.logo3:hover {
    opacity: 0.5;
  transition: .3s;
}

.footer p {
    margin: 30px 0 ;
    font-size: .6em;
    letter-spacing: .15em;
}

/* -------------------------------- 

contents_SP

-------------------------------- */


@media only screen and (max-width: 768px) {
    .scrolling-bg {
    background-color: #3d3536;
    padding: 4em 0;
    line-height: 1.6;
    z-index: 2;
    }

.sc-contents {
    width: 100%;
    text-align: center;
    margin: auto;
    }

.sc-contents2 {
    width: 100%;
    text-align: center;
    margin: auto;
    }

.cont-title {
    font-family: 'Cormorant Garamond', serif;
	font-size: 30px;
    display: inline-block;
    border-bottom: 1px solid #9b898c;
	font-weight: 200;
	margin: 10px 0 50px;
	letter-spacing:2.5px;
    color: #fff;
	}

.reserv-cont {
    display: inline-block;
    float: none;
    color: #fff;
    font-weight: 100;
    font-size: 3vw;
    letter-spacing: .1em;
    line-height: 2em;
    width: 86%;
    padding: 0 5vw 12vw;
    border-left: none;
    }

.reserv-cont:last-child {
    border-right: none;
    }

.button{
	display:inblock;
    border-radius: 25px;
    margin: 3vw auto 0;
	width:75%;
	height:50px;
	line-height:50px;
	position:relative;
	text-decoration:none;
	text-align:center;
	color:#fff;
    font-size: 1.2em;
	z-index:0;
}
	
.button2{
    margin: 5vw auto -2vw;
	}
 
.button:hover:before{
	opacity:0;
}

.wrap2 {
    float: none;
    height: auto;
    width: 100%;
    border-left: none;
    }

.sc-contents2-cont {
    color: #fff;
    font-size: 3vw;
    letter-spacing: .1em;
    line-height: 2em;
    margin: -1.5em auto 12vw;
    padding: 0 0 1em;
    }
.wrap2:last-child {
    border-right: none;
    }


.wrap::after{
  content: "";
  display: block;
  clear: both;
}

.sc-contents2::after{
  content: "";
  display: block;
  clear: both;
}

.footer {
    color: #fff;
    font-size: 13px;
    width:100%;
    margin: 8em auto 0;
    text-align: center;
    }

.footer-cont {
    width: 30%;
    display: inline-block;
    padding: 0 0 1em;
    }

.logo3 {
    width:90%;
}

.logo3:hover {
    opacity: 0.5;
  transition: .3s;
}

.footer p {
    margin: 5vw 0;
    font-size: 2.2vw;
    letter-spacing: .2em;
}
}