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

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	color: #666464;
	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: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
.contentIn {
	width: 100%;
	max-width: 1024px;
	padding: 0 30px;
	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;
}
@media screen and (min-width:768px) and (max-width:963px) {
	#header .contentIn {
		width: auto;
		padding: 0 4%;
	}
	#header .telBox {
		display: none;
	}
}
#header .telBox {
	width: 40%;
	font-weight: 600;
}
#header .telTxt { 
	font-size: 1.6rem;
}
#header .telTxt::before {
	width: 24px;
	height: 20px;
	margin-right: 0.5em;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(../img/common/cmn_ico01.svg) no-repeat;
	background-size: contain;
}
#header .telNum {
	/*margin-top: -10px;*/
	line-height: 1.2em;
	font-size: 45px;
	font-size: 4.5rem;
}
#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 .fLogo {
	width: 41.55%;
}
#footer .fLogo img {
	width: 100%;
	height: auto;
}
#footer .fTxt01 {
	padding: 3px 0;
	border: 1px solid #fff;
	border-radius: 15px;
	margin-top: 15px;
	font-size: 1.4rem;
}
#footer .telBox {
	width: 36.69%;
}
@media screen and (min-width:768px) and (max-width:963px) {
	#footer .telBox {
		widows: auto;
		flex: 1;
		padding-left: 10%;
	}
}
#footer .telTxt {
	font-size: 1.6rem;
	position: relative;
	padding-left: 30px;
}
#footer .telTxt::before {
	width: 24px;
	height: 20px;
	content: "";
	background: url(../img/common/cmn_ico05.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
}
#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;
	font-size: 1.6rem;
}
#footer .mailTxt::before {
	content: "";
	width: 24px;
	height: 17px;
	margin-right: 5px;
	display: inline-block;
	background: url(../img/common/cmn_ico07.svg);
}

#footer .fTxt02 {
	font-size: 1.4rem;
	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 { 
		width: 100%;
		height: 60px;
		position: fixed;
		z-index: 999999;
		top: 0;
		left: 0;
		display: flex;
		background: #fff;
	}
	#header .content {
		padding: 0 !important;
		display: block;
		height: 60px;
	}
	#header .contentIn {
		height: 60px;
		align-items: center;
		display: flex;
	}
	#header .hLogo {
		align-items:  center;
		text-align: left !important;
		width: 100%;
	}
	#header .hLogo img {
		width: 70%;
		height: auto;
	}
	#header .bgYl {
		margin-top: 60px;
	}
	
	
	#header nav {
		position: fixed;
		background: none;
		z-index: 999999;
		top: 0;
		right: 0;
	}
	#header nav ul.content {
		padding: 0 !important;
		display: block;
	}
	#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;
	}
	


	#footer {
		padding: 10% 0;
		background: #fff;
		color: inherit;
	}
	#footer .contentIn {
		width: 100%;
	}
	#footer .fLogo {
		width: 100%;
		margin-right: 0;
	}
	#footer .fTxt01 {
	border: 0;
	border-radius: 0;
	margin-top: 3%;
	font-size: 10px;
	}
	#footer .telBox {
		margin-top: 8%;
		width: 100%;
	}
	#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%;
	}

}
