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

/*--作業用*/
.loading {display: none;}
/*--------------------------------------------------------------------------ページ全体を包括*/
#wrapper {
width: 100%;
margin: 0 auto;
overflow: hidden;/* 作業用 */
}

.fixed{
	position:fixed;
	top: 0;
	left: 0;
}

a:hover img{opacity:1.00;filter:alpha(opacity=100);-ms-filter: "alpha( opacity=100 )";}

h1,h2,h3,h4,h5,h6 { font-weight: normal;}
/*--------------------------------------------------------------------------ヘッダー*/

header {
	background-color: none;
	position: fixed;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	top:0 !important;
	left:0 !important;
	z-index: 1001;
}
.head {
	width: 100%;
	min-width: 320px;
	height: 70px;
	text-align: left;
	margin: 0 auto;
}
h1 {
	position: absolute;
	width: 187px;
	height: 50px;
	text-align: left;
	border: 0;
	font-size: 0;
	line-height: 0;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0;
	position: relative;
	float: left;
	background-image: url(../web/object/hlogo02.png);
	background-size: contain;
}
header h1.scroll-nav{
	width: 187px;
	height: 50px;
	background-image: url(../web/object/hlogo02.png);
	background-size: contain;
	margin-top: 10px;
	margin-left: 10px;
}
header.scroll-nav{
	background-color:#FFF;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

/*ハンバーガーメニュー*/

#HMmenu {
	position: fixed;
	width: 40px;
	height: 40px;
    top: 15px;
    right: 10px;
    z-index: 100000;
}

input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.hamburger {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10000;
  border-radius: 20px;
  background-color: #f9a7be;
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.hamburger span::before {
  width: 100%;
  top: -6px;
}
.hamburger span::after {
	width: 100%;
  bottom: -6px;
}
input[type="checkbox"]:checked + .hamburger span {
  background-color: transparent;
}
input[type="checkbox"]:checked + .hamburger span::before {
  top: 0;
  transform: rotate(45deg);
}
input[type="checkbox"]:checked + .hamburger span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  right: -120%;
  background-color: rgba(249,167,190,0.95);
  color: #fff;
  padding: 80px 0;
  transition: all 0.5s;
  z-index: 9999;
}
.nav__item a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding: 0px 0px 20px 0px;
  text-transform: uppercase;
  color: #FFF;
  transition: 0.4s;
  text-decoration: none;
}
.nav__item a:hover {
  color: #fff;
  background-color: rgba(255,255,255,0.2);
}
input[type="checkbox"]:checked ~ .nav {
  right: 0;
}
#HMBox{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0%;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}
#HMBox img{
	width: 70%;
	height: auto;
	margin-bottom: 15px;
}


/*--------------------------------------------------------------------------フッター*/

footer {
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}
#fcontact {
	width: 300px;
	height: 200px;
	padding: 0 10px 0 10px;
	margin: 0 auto;
	background-color: #f7f7f7;
	border-radius: 5px;
}
#fcontact .ttl{
	width: auto; 
	height: auto;
	float: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #4f97c4;
	text-align: left;
	letter-spacing: 1px;
	margin-top: -10px;
}

#fcBox {
	width: 300px;
	height: auto;
	float: left;
	margin-top: 15px;
	border-right: 0px solid #CCC;
	clear: both;
}

#fcBox .t1 {
	width: 100%;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	text-align: left;
	float: left;
}
#fcBox .t2 a{
	width: 100%;
	font-size: 35px;
	line-height: 35px;
	text-align: left;
	text-indent: 30px;
	font-weight: 600;
	color: #000;
	text-align: left;
	letter-spacing: 1px;
	background-image: url(../web/object/ftac01sp.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	margin-top: 10px;
	text-decoration: none;
}
#fcBox .t3{
	width: 100%;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 15px;
	text-align: left;
	float: left;
}

.contactbtn a{
	display:block;
	width: 300px;
	height: 36px;
	border-radius: 18px;
	float: left;
	outline: 1px solid #999;
	outline-offset: -1px;
	font-size: 15px;
	line-height: 34px;
	text-align: center;
	color: #000;
	margin-top: 25px;
	margin-left: 0px;
	transition: 0.4s;
	background-color: #FFF;
	background-image: url(../web/object/ftac02sp.png);
	text-decoration: none;
}
.contactbtn a:hover{
	outline: 1px solid #4f97c4;
	outline-offset: -1px;
	background-color: #4f97c4;
	color: #FFF;
	transition: 0.4s;
	background-image: url(../web/object/ftac03sp.png);
}

#fbox {
	width: 320px;
	height: 150px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#fbox .flogo{
	width: 320px;
	height: auto;
	float: left;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
#fbox .flogo p{
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	margin-top: 10px;
}
#fbox .flogo img{
	width: 200px;
	height: 62px;
}
#fbox .sitemap{ display:none;}


#cr{
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	color: #000;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
}

