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

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

.content {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
.contentIn {
	width: 100%;
	max-width: 1024px;
	padding: 0 35px;
	margin: 0 auto;
	position: relative;
}
@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;
}
#header nav {
	background: #f5f5f5;
	width: 100%;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
}
#header nav ul a {
	color: #666464;
	font-weight:  bold;
	display: block;
}
#header nav li.open {
	display: inline-block;
	padding: 0 39px;
	text-align: center;;
}
#header nav li.open:not(:last-child) {
	border-right: 1px solid;
}

/* ----------------------------------------------------------------------------------------------------
*  メインコンテンツ
* --------------------------------------------------------------------------------------------------*/
#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 (max-width:768px) {
	#header>.content,
	#header nav ul.content {
		padding: 0 !important;
		display: block;;
	}
	#header nav {
		position: fixed;
		background: none;
		z-index: 999999;
		top: 0;
		right: 0;
	}
	#header ul li.btn {
	  position: relative;
		height: 60px;
		width: 40px;
	  margin: 0 10px 0 auto;
	  right: 0;;
	}
	#header ul li.btn,
	#header ul li.btn span {
	  transition: all .4s;
	  box-sizing: border-box;
	}
	#header ul li.btn span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #ff88bf;
	  border-radius: 4px;
	}
	#header ul li.btn small {
		position: absolute;
		top: 37px;
		color: #ff88bf;
		font-size: 13px;;;;
	}
	#header ul li.btn span:nth-of-type(1) {
	  top: 10px;
	}
	#header ul li.btn span:nth-of-type(2) {
	  top: 20px;
	}
	#header ul li.btn span:nth-of-type(3) {
	top: 30px;
	}
	#header ul li.btn.active span:nth-of-type(1) {
	  -webkit-transform: translateY(10px) rotate(-315deg);
	  transform: translateY(10px) rotate(-315deg);
	}
	#header ul li.btn.active span:nth-of-type(2) {
	  opacity: 0;
	}
	#header ul li.btn.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-10px) rotate(315deg);
	  transform: translateY(-10px) rotate(315deg);
	}
	#header nav li.open {
		display: none;
		width: 100vw;
		padding: 0;;;;;;
	}
	#header nav li.open a {
		width: 100%;
		color: #ff88bf;
		display: block;
		background: #fff;
		padding: 20px 15px;
		font-size: 17px;
		font-weight: bold;
	}
	#header nav li.open:not(:last-child) a {
		border-bottom: 2px dotted #ff88bf;
	}
	#header .hLogo {
		position: fixed;
		z-index: 999999;
		top: 0;
		display: flex;
		align-items:  center;
		text-align: left !important;
		height: 60px;
		width: 100%;
		left: 0;
		padding-left: 15px;
		background: #fff;
	}
	#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%;
	}

}
