@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color:#2a2a2a;
	text-decoration:none;
    transition: 0.3s opacity ease;
}

a:hover{
	opacity: 0.8;
}

.sp{
	display:none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.8rem;
    line-height: 1.5;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
    color: #3f4f5f;
    font-family: Noto Sans JP,sans-serif;
    font-weight: 400;
}

#wrapper{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

#wrapper img{
    max-width: 100%;
    height: auto;
}

/* =====================================
	main
===================================== */

.pr{
    position: relative;
}

.btn01{
    position: absolute;
    top: 0.90364%;
    right: 5.33%;
    width: 34.67%;
}

.btn01 img{
    width: 100%;
}

.btn02{
    position: absolute;
    bottom: 11.8%;
    left: 50%;
    transform: translateX(-50%);
    width: 88%;
}

.btn02 img{
    width: 100%;
}

.btn03{
    position: absolute;
    bottom: 14.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 88%;
}

.btn03 img{
    width: 100%;
}

.price1{
    background-color: #019c8f;
    padding: 0 4%;
}

.price2{
    width: 100%;
}

/* =====================================
	footer
===================================== */

footer{
    width: 100%;
    background: #fff;
}

footer ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10%;
    font-size: min(2.8125vw,18px);
}

.floatBtn{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.6s all ease;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(255,255,255,0.85);
}

.floatBtn a{
    display: table;
    margin: 0 auto;
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
}


@media screen and (max-width:768px){

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
	font-size: 3.2552vw;
    width: 100%;
    overflow-x: hidden;
    min-width: inherit;
}

.floatBtn{
    padding: 2vw 6vw 15px;
}
}