@charset "UTF-8";
html {
	overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}
body {
	background: #fff;
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.4;
	min-width: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "Noto Sans Japanese", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ŸàƒSƒVƒbƒN", YuGothic, "ƒƒCƒŠƒI", "Meiryo", "HGPºÞ¼¯¸M", "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif, Century Gothic, Arial;
}

header .phrase {
  height: 30px;
  font-size: 8px;
  background-color: hotpink;
  color: white;
  letter-spacing: 1px;
  text-align: center;
}
.logo {
	width: 150px;
}
.img img {
	width: 100%;
 }

.right {
	width: 110px;
	margin-top: 25px;
}

.sub {
  color: hotpink;
  letter-spacing: 3px;
}

.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: hotpink;/*F*/
    border-radius: 4px;/*Šp‚ÌŠÛ‚Ý*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px pink ;/*üF*/
}

.btn{
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: pink;/*F*/
	border-radius: 4px;/*Šp‚ÌŠÛ‚Ý*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
	border: solid 2px pink ;/*üF*/
}

h1 {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: hotpink;
}

h2 {
  font-size: 20px;
  text-align: center;
	padding-top: 15px;
}

/*#sec1 .float_area {
  *zoom: 1;
}
#sec1 .float_area::before {
  content: " ";
  display: none;
}
#sec1 .float_area::after {
  content:" ";
  display: none;
  clear: both;
}

#sec1 .float_area div {
  float: left;
  width: 29%;
  margin: 0 2%;
  text-align: center;
}
#sec1 .float_area div h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
#sec1 .float_area div p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
}*/


#sec2 {
  background-color: #FFF0F5;
  color: #666;
  padding-top: 30px;
  padding-bottom: 30px;
}


/*#sec2 .float_area {
  *zoom: 1;
}
#sec2 .float_area::before {
  content: " ";
  display: none;
}
#sec2 .float_area::after {
  content:" ";
  display: none;
  clear: both;
}

#sec2 .float_area div {
  float: left;
  width: 29%;
  margin: 0 2%;
  text-align: center;
}
#sec2 .float_area div h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
#sec2 .float_area div p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
}

#sec3 .text {
	border-width: 1px;
}

footer {
  padding-top: 50px;
  height: 400px;
}
footer .map {
  font-size: 15px;
  text-align: left;
  letter-spacing: 2px;
}
footer .contact {
  font-size: 15px;
  text-align: left;
  letter-spacing: 2px;
  margin-top: 50px;
}

footer .copyright {
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
}
