.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: #FFCCA4;
    font-size: 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;
}

}



/*追加*/
header{height: 80px;}
header #logo{
    position: absolute;
    width: 100px;
    top: 22px;
    height: 36px;
    left: 5%;
    position: absolute;
}
header h1{
    display: inline-block;
    position: absolute;
    right: 5%;
    line-height: 80px;
}
#place .title{ width: 30%; margin: 0 auto; display: block;}
#youkou .title{ width: 15%; margin: 0 auto; display: block;}


.pc-img{
    display: block;
}
.sp-img{
        display: none;
}
@media screen and (max-width: 1081px) {
    .main {
    width: 70%;}
   .formtab th, .formtab td {
    display: block;}
    .formtab th {
    width: 100%;
}
    /*
    .sp-img{
        display: block;
    }
    .pc-img{
        display: none;
    }
    header h1 {
        opacity: 0;
    }
    header #logo {
        width: 30%;
        left: 35%;
    }
    .margin-topbottom5{
        margin-bottom: 5%;
        margin-top: 5%;
    }
    #place .title {
        width: 80%;
        margin: 5% auto;
        margin-top: 20%;
        display: block;
    }
    #youkou .title {
        width: 40%;
        margin: 5% auto;
        display: block;
        margin-top: 20%;
    }*/
}
@media screen and (max-width: 798px) {
     .main {
    width: 100%;}
    .sp-img{
        display: block;
    }
    .pc-img{
        display: none;
    }
    header h1 {
        opacity: 0;
    }
    header #logo {
        width: 30%;
        left: 35%;
    }
    .margin-topbottom5{
        margin-bottom: 5%;
        margin-top: 5%;
    }
    #place .title {
        width: 80%;
        margin: 5% auto;
        margin-top: 20%;
        display: block;
    }
    #youkou .title {
        width: 40%;
        margin: 5% auto;
        display: block;
        margin-top: 20%;
    }
}


