@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
body {
	color: #666464;
	font-size: 20px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	background: #fff;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.8;
	transition: 0.3s;
}

.content {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
.contentIn {
	width: 1024px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width:1024px) {
	.content {
	width: auto;
	margin: 0 10px;
}
.contentIn {
	width: auto;
}
}
@media screen and (max-width:768px) {
	body {
		font-size: 12px;
		line-height: 1.7em;
	}
	.content {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

	.contentIn {
		width: 100%; /* xx% */;
		max-width: 640px;
		padding: 0 4%;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
#header .content {
	padding: 25px 0;
}
.telBox {
	font-weight: 600;
}
#header .telTxt::before {
	width: 26px;
	height: 22px;
	margin-right: 0.5em;
	content: "";
	display: inline-block;
	vertical-align: text-top;
	background: url(../img/common/cmn_ico01.svg) no-repeat;
	background-size: contain;
}
#header .telNum {
	padding-top: 10px;
	line-height: 0.6;
	font-size: 45px;
}
#header .telNum::before {
	width: 54px;
	height: 26px;
	content: "";
	display: inline-block;
	vertical-align: baseline;
	background: url(../img/common/cmn_ico02.svg) no-repeat;
	background-size: contain;
}
#header .hSec > .content {
	padding-top: 0;
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
}


/* ----------------------------------------------------------------------------------------------------
*  メインコンテンツ
* --------------------------------------------------------------------------------------------------*/
#main {
	position: relative;
}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
#footer {
	padding: 30px 0;
	background: #FF94C5;
	color: #fff;
}
#footer .contentIn {
	width: 870px;
}
#footer .fLogo {
	margin-right: 30px;
}
#footer .telTxt::before {
	width: 26px;
	height: 22px;
	margin-right: 0.5em;
	content: "";
	display: inline-block;
	vertical-align: text-top;
	background: url(../img/common/cmn_ico05.svg) no-repeat;
	background-size: contain;
}
#footer .telNum {
	padding-top: 10px;
	line-height: 0.6;
	font-size: 45px;
}
#footer .telNum::before {
	width: 54px;
	height: 26px;
	content: "";
	display: inline-block;
	vertical-align: baseline;
	background: url(../img/common/cmn_ico06.svg) no-repeat;
	background-size: contain;
}
#footer .mailTxt {
	margin-top: 10px;
}
#footer .mailTxt::before {
	content: "";
	width: 24px;
	height: 17px;
	margin-right: 5px;
	display: inline-block;
	background: url(../img/common/cmn_ico07.svg);
}
#footer .fTxt01 {
	padding: 3px 0;
	border: 1px solid #fff;
	border-radius: 15px;
	margin-top: 15px;
	font-size: 14px;
}
#footer .fTxt02 {
	font-size: 14px;
	margin-top: 20px;
}

#footer .site-home-button{
	display: block;
	position: relative;
	width: 444px;
	margin: 30px auto 30px auto;
	padding: 12px 10px 10px 10px;
	background: white;
	border-radius: 10px;
	color: #FF94C5;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	box-shadow: 4px 4px 0 0 rgb(255, 91, 153);
	transition: background-color 300ms ease-out;
}

#footer .site-home-button:after{
	content:'';
	display: block;
	position:absolute;
	top:50%;
	right:20px;
	width: 24px;
	height: 24px;
	background:url('../img/common/cmn_ico_blank.svg') no-repeat right center;
	background-size:contain;
	transform: translateY(-50%);
}

#footer .site-home-button:hover{
	text-decoration: none;
	background-color: #ffeef3;
}

@media screen and (min-width:768px) and (max-width:963px){
	
/* ----------------------------------------------------------------------------------------------------
*  tablet ヘッダー
* --------------------------------------------------------------------------------------------------*/
	#header .hLogo{
		width: 50%;
	}
	#header .telTxt{
		font-size: 1.8rem;
	}
	#header .telNum{
		font-size: 3.8rem;
	}
	/* ----------------------------------------------------------------------------------------------------
*  tablet フッター
* --------------------------------------------------------------------------------------------------*/
	#footer .contentIn {
	width: auto;
}
	#footer .fLogo {
		width: 50%;
	margin-right: 0px;
}
	#footer .telTxt{
		font-size: 1.8rem;
	}
	#footer .telNum{
		font-size: 3.5rem;
	}
}/*-tablet END-*/
@media screen and (max-width:768px) {
	#header>.content,
	#header nav ul.content {
		padding: 0 !important;
		display: block;;
	}

	#header .hLogo {
	/*	position: fixed;
		z-index: 999999;
		top: 0;*/
		display: flex;
		justify-content: center;
		align-items:  center;
		text-align: left !important;
		height: 60px;
		width: 100%;
		left: 0;
		background: #fff;
	}
	#header .hLogo a{
		text-align: center;
	}
	#header .hLogo img {
		width: 70%;
	}
	#header .bgYl {
		margin-top: 60px;
	}


	#footer {
		padding: 10% 0;
		background: #fff;
		color: inherit;
	}
	#footer .contentIn {
		width: 100%;
	}
	#footer .fLogo {
		margin-right: 0;
	}
	#footer .fTxt01 {
	border: 0;
	border-radius: 0;
	margin-top: 3%;
	font-size: 10px;
	}
	#footer .telBox {
		margin-top: 8%;
	}
	#footer .fTxt02 {
		padding: 0 2%;
		margin-top: 5%;
		font-size: 9px;
	}

	#footer .site-home-button{
		width: 91%;
		background: #ffeaf2;
		border-radius: 6px;
		color: #FF94C5;
		box-shadow: 3px 3px 0 0 rgb(255, 91, 153);
		font-size: 1.6rem;
	}

	#footer .site-home-button:after{
		right:4%;
	}

}
