@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;
	font-size: 16px;
	line-height: 1.4;
  letter-spacing: 1px;
	min-width: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "HGPｺﾞｼｯｸM", "Osaka", "ＭＳ Ｐゴシック", sans-serif, Century Gothic, Arial;
}

header .phrase {
  height: 45px;
  font-size: 15px;
  background-color: hotpink;
  color: white;
  letter-spacing: 3px;
  text-align: center;
}
.logo {
	width: 300px;
}

.img img{
	width: 100%;
}

.trial {
	position: fixed;
}
.right {
	width: 200px;
}

.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;/*色*/
    border-radius: 4px;/*角の丸み*/
    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 ;/*線色*/
}

.btn{
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: pink;/*色*/
	border-radius: 4px;/*角の丸み*/
	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 ;/*線色*/
}

h1 {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: hotpink;
}

h2 {
  font-size: 20px;
  text-align: center;
}

#sec1 .float_area {
  *zoom: 1;
}
#sec1 .float_area::before {
  content: " ";
  display: table;
}
#sec1 .float_area::after {
  content:" ";
  display: table;
  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: table;
}
#sec2 .float_area::after {
  content:" ";
  display: table;
  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;
  float:left;
  text-align: left;
  letter-spacing: 2px;
  margin-left: 100px;
}
footer .contact {
  font-size: 15px;
  float:right;
  text-align: left;
  letter-spacing: 2px;
  margin-top: 50px;
  margin-right: 100px;
  margin-bottom: 10px;
}
