@charset "UTF-8";
/*________________________________________________________

	header
________________________________________________________*/

header::before {
	display: block;
	width: 100%;
	height: 8px;
	content: '';
	background: #00a0e9; /* Old browsers */
	background: -moz-linear-gradient(left,  #00a0e9 0%, #00a0e9 50%, #b44193 50%, #00a0e9 50%, #b44193 50%, #b44193 100%); 
	background: -webkit-linear-gradient(left,  #00a0e9 0%,#00a0e9 50%,#b44193 50%,#00a0e9 50%,#b44193 50%,#b44193 100%); 
	background: linear-gradient(to right,  #00a0e9 0%,#00a0e9 50%,#b44193 50%,#00a0e9 50%,#b44193 50%,#b44193 100%); 
}

/*________________________________________________________

	contents
________________________________________________________*/

.message {
	background: url(../img/top/bg_main.jpg) 85% 100% no-repeat #d7dfe6;
}

.mainImg {
	background: url(../img/top/bg_bath.jpg) bottom right no-repeat;
}

.a1 { background-color: #fffce4;}
.a2 { background-color: #fdede7;}
.a3 { background-color: #ebf6e4;}
.a4 { background-color: #e3f3fb;}
.a5 { background-color: #e0e6ec;}



/* その答えは
---------------------------------------- */

.answer h2 {
	background-color: #000;
	text-align: center;
	padding: 5px;
	color: #FFF;
	letter-spacing: .2em;
	font-size: 170%;
}
.answer {
	text-align: center;
	background: url(../img/top/bg_bath.jpg) bottom center no-repeat;
	background-size: cover;
}


/* 使い方
---------------------------------------- */
.howto {
	background-color: #e0e6ec;
}
.howtoBox {
	background-color: #FFF;
	border-radius: 10px;
}
.howtoBox h2 {
	text-align: center;
}
.howtoList li {
	padding: 8px 0 10px 3em;
	text-indent: -1.2em;
	border-bottom: 1px dashed #c3c3c3;
}
.howtoList li span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
	font-size: 160%;
	font-weight: bold;
}
.howtoBox h3 {
	padding: 8px;
	border: 1px solid #000;
	border-radius: 5px;
	text-align: center;
}



/* メニューボタン
---------------------------------------- */
.menuBtn a {
	display: block;
	color: #FFF;
	text-align: center;
}
.menuBtn a strong {
	display: block;
	margin-top: 16px;
	background-color: #FFF;
	border-radius: 50px;
	font-size: 60%;
	letter-spacing: .1em;
}
.btn-S {
	position: relative;
	background-color: #00a0e9;
	padding: 24px 40px 40px 104px;
}
.btn-S::before {
	position: absolute;
	bottom: -40px;
	left: 20px;
	display: block;
	content: url(../img/cmn/img-S.png);
	transition: .3s;
}
.btn-S:hover::before {
	bottom: -24px;
}
.btn-T {
	position: relative;
	background-color: #b44193;
	padding: 24px 104px 40px 40px;
}
.btn-T::after {
	position: absolute;
	bottom: -40px;
	right: 20px;
	display: block;
	content: url(../img/cmn/img-T.png);
	transition: .3s;
}
.btn-T:hover::after {
	bottom: -24px;
}

/*________________________________________________________

	下層ページ
________________________________________________________*/
.subpage header {
	background: url("../img/top/bg_bath.jpg") center center no-repeat;
	background-size: cover;
}
.subpage .contents h2 {
	font-size: 250%;
	letter-spacing: .2em;
}
.subpage .contents h3 {
	font-size: 200%;
}

.contctBox {
	padding:  24px;
	border:  1px solid #000000;
	text-align:  center;
}
.contctBox a {
	color: #000000;
	font-size:  170%;
	font-weight: bold;
}
}
.tel::before {
    display: inline-block;
    margin-right: 8px;
    line-height: 1.8;
    font-family: "Font Awesome 5 Free";
    content: '\f095';
    font-weight: 900;
}

/*________________________________________________________

	footer
________________________________________________________*/

footer {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
address {
	display: block;
	margin-bottom: 24px;
	font-style: normal;
	font-size: 90%;
	line-height: 1.5;
	text-align: left;
}

.copyright {
	display: block;
	text-align: center;
	padding: 8px;
	color: #999;
}
.copyright a {
	color: #000;
}

/* 
	ページトップ
-------------------------------------*/
a.pagetop {
	position: fixed;
	display: block;
	right: 40px;
    bottom: 40px;
	width: 74px;
	height: 74px;
	padding: 8px;
    cursor: pointer;
	color: #FFF;
	font-size: 110%;
	line-height: 90%;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	background-color: rgba(239,115,23,0.7);
    z-index: 10;
}
a.pagetop::before {
	display: block;
	line-height: 1.8;
	font-family: "Font Awesome 5 Free";
	content: '\f106';
	font-weight: 900;
}