.button-box{
	display: flex;
    margin: 5% auto;
    justify-content: space-around;
    background: #CFBB89;
}
.bk-gold{background: #CFBB89;}
a:hover{
	opacity: 0.7;
}
#contact{
	margin-bottom: 200px;
}
.regular{width: 60%;
    margin: 0 auto;}
.bk-slick{
	background-image: url("../img/slick_bk.png");
	background-size: cover;
	padding-top: 5%;
    padding-bottom: 5%;
}
.bk-slick h2{
	text-align: center;
    color: white;
    font-size: 2em;
    margin: 16px auto;
    font-weight: bold;
}
.bk-slick p{
	text-align: center;
    color: white;
    font-size: 1.2em;
    margin: 16px auto;
}
.slick-dots li button:before {
    color: white!important;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: white!important;
}
.relative{
	position: relative;
}
.bk-gold{
	position: absolute;
	bottom: 16px;
	left: 10%;
	width: 80%;
}
.pc-floating{
	background: white;
	position: fixed;
	right: 0px;
	top:20%;
	width: 60px;
	height: auto;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}
.pc-floating ul {
	background: #CFBB89;
	text-align: center;
	color: white;
}
.pc-floating li{
	padding-top: 16px;
    padding-bottom: 16px;
    font-size: .8em;
    font-weight: bold;
}
.pc-floating li:hover{
	opacity: 0.7;
}
.insta{
	padding: 8px;
}
.pc-floating{
	display: block;
}
.pc-floating a{color: white; text-decoration: none;}

.pc-floating a:hover{
	text-decoration: none;
}
.spnone{display: block;}
.pcnone{display: none;}
#plan{
	margin: 5% auto;
    margin-bottom: 0%;
}

.marginblock{margin: 1em auto;}


/*カスタマイズ*/
.bk-gold {
    position: initial;
    bottom: 0px;
    left: 0%;
    width: 100%;
    background: white;
}
.bk-gold .item{width: 100%;padding: 8px;}
.button-box {
    display: flex;
    margin: 5% auto;
    justify-content: space-around;
    background: white;
}
.text{font-size: .8em; margin-top: 8px; margin-bottom: 8px;letter-spacing: 10px;}
#form h2{color: white;
    background: #091f5d;
    font-size: 2.5em;
    text-align: center;
    font-family: sans-serif;
    letter-spacing: 10px;
    font-weight: bold;
    line-height: 3em;
}

#form .sub-title{text-align: center;
    line-height: 1em;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 2em;}
 #contents{padding-bottom: 5%;}
@media screen and (max-width: 789px) {
	.pc-floating{
		display: none;
	}
	.footer{font-size: .5em;
    margin: 5% auto;}

    /*テスト*/
    .bk-gold{display: block;}
    .bk-slick h2 {
    font-size: 1.5em;}
    .regular {
    width: 80%;
}
.spnone{display: none;}
.pcnone{display: block;}
#insta{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15%;

}
.button-box {
    display: block;
    margin: 5% auto;
    justify-content: space-around;
    background: white;
}
.topwrapper {
    max-width: 90%;
}
#form .sub-title {
    font-size: 1.2em;
}
#form h2 {
    line-height: 2em;
}
.main{
margin: 0px!important;
}
#form h2 {
    line-height: 3em;
    font-size: 1.2em;
}



}
