@charset "UTF-8";
#deagoLogo2022 {
	margin: 5px 0 0 5px;
    display: block;
}
.block_main .pc .btn {
	margin-right: 10px;
}
.block_teiki .tit_pr {
}
/*フローティング*/
.show_but_bot {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.show_but_bot.is-visible {
  opacity: 1;
  visibility: visible;
}
.pcFix {
    position: fixed;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 10;
    left: 0;
    bottom: 0;
    padding: 7px;
    box-sizing: border-box;
    align-items: center;
    font-size: 2.6rem;
    font-weight: bold;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    color: #fff !important;
    text-decoration: none !important;
    transition: filter 0.3s;
}
.pcFix .img {
    display: flex;
    flex-shrink: 0;
    align-items: center;
}
.pcFix .btn {
    text-align: right;
    padding-left: 10px;
}
.pcFix .img img {
    max-width: 120px;
    margin-right: 15px;
}
.pcFix .img p {
    display: flex;
    flex-direction: column;
}
.toTop {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 111px;
    z-index: 1000;
    transition: opacity 0.3s;
}
.area_f_btn {
	display: flex;
}
/*/フローティング*/
@media only screen and (max-width: 768px) {
	.block_main .sp {
        height: 145vw;
        background-color: #fff;
    }
	.block_teiki .tit_pr {
	}
	.show_but_bot {
		display: none!important;
	}
	.btnFix .datalayer-push {
		display: flex;
	    justify-content: space-between;
		gap: 0 5px;
	}
}
/*初回パッケージ*/
.block_first {
	padding: 75px 0;
}
.block_first .box {
    padding: 50px 0px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block_first .box .img {
    width: 514px;
}
.block_first .box .img img {
    width: 100%;
}
.block_first .box .txt {
    padding-bottom: 30px;
}
.block_first .box .txt h3 {
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: .8em;
}
.block_first .box .txt li:last-of-type {
    border-bottom: 1px solid #EEE;
    margin-bottom: 1em;
}
.block_first .box .txt li {
    border-top: 1px solid #EEE;
    padding: 1em 0;
    font-size: 1.8rem;
	list-style: none;
}
.block_first .box .txt li span.bold {
    font-weight: bold;
}
.block_first .box .txt li span.red {
    color: red;
}
@media only screen and (max-width: 768px) {
	.block_first .box {
		background-color: transparent;
		display: block;
		padding: 0 5vw;
	}
	.block_first {
        padding: 8vw 0 0 0;
    }
	.block_first .box .img {
        width: 100%;
    }
	.block_first .box .txt h3 {
        font-size: 3rem;
    }
	.block_first .box .txt li:last-of-type {
        font-size: 2.5rem;
        border-color: #CCC;
    }
}
/*/初回パッケージ*/
/*よくある質問ボタン*/
.btnFaq a span:before {
    display: none;
}
.btnFaq a span.arrow:before {
    display: block;
}
.btnFaq a {
	position: relative;
	width: 300px;
	height: 50px;
}
.btnFaq a span {
	padding: 0;
	position: absolute;
	top: 17px;
    left: 71px;
}
.btnFaq a span.arrow {
	top: 27px;
    left: 42px;
}
@media only screen and (max-width: 768px) {
	.btnFaq a span {
		top: 37%;
		left: 29%;
		font-size: 14px;
	}
	.btnFaq a span.arrow {
		top: 49%;
		left: 23%;
	}
	.btnFaq a {
		width: 74%;
		height: 6vh;
	}
	.btnFaq a span.arrow:before {
		width: 7px;
		height: 7px;
	}
}
/*/よくある質問ボタン*/
/*フッター*/
#footer {
    padding-bottom: 110px;
    padding-top: 15px;
    text-align: center;
}
#footer .footerlink {
    text-align: center;
    padding-bottom: 10px;
}
#footer .footerlink li {
    display: inline-block;
    margin: 0 10px;
}
#footer .footerlink li a {
    color: #333;
}
.footerCopyright {
    text-align: center;
    border-top: 1px solid #EEEEEE;
    background: #FFFFFF;
    padding: 15px 0 0 0;
}
.footerCopyrightInner {
    width: 950px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 10px;
}
.footerCopyrightInner img {
    vertical-align: middle;
}
@media only screen and (max-width: 768px) {
    #footer {
        padding-bottom: 0;
    }
	.footerCopyright {
		padding: 15px 0;
	}
	.footerCopyright .footerCopyrightInner {
        padding-bottom: 0;
		width: 100%;
    }
	.footerCopyright .footerCopyrightInner a img {
        width: 56px;
    }
	.footerCopyright .footerCopyrightInner > img {
		width: 305px;
	}
}
/*/フッター*/
