
body {
color: #5a5a5a;
font-family: 'Yu Gothic UI','klee',sans-serif;
-webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #ff4994;
}
.top {
  background-image: url(img/top.jpg);
  height: 260px;
  background-size: cover;

}
.top-c {
  background-image: url(img/contact.jpg);
  height: 260px;
  background-size: cover;
}
.top-w {
  background-image: url(img/work.jpg);
  height: 260px;
  background-position: right 40% bottom 10%;
}


/*main*/
.wrap {
  max-width: 1100px;
  margin: 0 auto;
}
h1, h2 ,h3{
  text-align: center;
  /*font-weight: normal;*/
}
h1 {
  font-size: 2.2rem;
  margin:0.5rem 0 0 0;
}
h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

h2:first-letter {
  font-size: 150%;
  color: #ff4994;
}

h3 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
/*  display: inline-block;*/
}

h3:before, h3:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

h3:before {
  border-left: solid 1px #ff4994;
  border-top: solid 1px #ff4994;
  top:0;
  left: 0;
}

h3:after {
  border-right: solid 1px #ff4994;
  border-bottom: solid 1px #ff4994;
  bottom:0;
  right: 0;
}

/*menu*/
.menu {
/*overflow: hidden;*/
}
.menu ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}
.menu ul a {
  flex: 1;
}

.menu li {
  display: block;
  text-align: center;
  padding: 10px 0;
  margin-right: 5px;
  border-bottom:1px solid #ccc;
  flex-direction: row;
  flex:1;
}
.menu li:hover{
  display: block;
  transform: translate3d(0, 0px, 0);
  background-color: #ff4994;
  border:1px solid #ff4994;
  color: #fff;
  transition: .8s;
}

.contents {
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
}
.contents .left img{
  margin-bottom: 1.5rem;
}
.contents .left p{
  margin:0;
}
.contents dt{
  float: left;
}
.contents dt::after{
  content: "："
}

.left {
  /*background-color: pink;*/
  flex:1;
  padding: 0 0.8rem;
}
.right {
  /*background-color: green;*/
  flex:1;
  padding-left: 1rem;
}
.right .list{
  margin-left: 0.1rem;
  margin-bottom: 2.5rem;
}
.right h3 {
/*  background-color: pink;*/
  width: 220px;
  margin: 0 auto;
  padding: 0.7rem ;
}

.right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;

}
.right li {  
  margin-right: 1.2rem;
  list-style: none;
}

.info {
  text-align: center;
  margin: 2rem auto;
  /*padding: 2rem 0;*/
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.info p {
  margin: 0;
}
.info.contact {
  border-top: none;
  border-bottom: none;
  margin-top:0;
}
.fa-phone-square:before, .fa-envelope:before{
  padding: 0 0.5rem;
}

.blog {
  margin:3rem auto;
  max-width: 800px;
  /*background-color: orange;*/
}
.blog a{
  text-decoration: underline;
}

button a {
  display: inline-block;
  padding: 0.6em 1.1rem;
}

button {
  display: block;
  border: 3px solid #ff4994;
  font-size: 1em;
  color: #ff4994;
  background: #fff;
  /*box-shadow: 0px 1px 0 #000;*/
  transition: .2s;
}
button:hover {
  transform: translate3d(0, 2px, 0);
  display: block;
  color: #fff;
  background: #ff4994;
}

.right button {
  margin: 5% 60% 2% 60%;
  width: 128px;
  height: 35px;
  background: #fff;
  border:0 ;
  border-bottom:2px dotted ;
  color:  #ff4994;
}
.right button a {
  color: #ff4994;
  padding: 0;
}
.right button:hover {
  color: #fff;
  box-shadow: none;
  background: #ff4994/*#ff8bbb*/;
  border-radius: 5px;
  border-bottom:2px solid ;
}
.right button:hover a {
  color: #fff;
}


.contact button{
  margin: 3rem auto;
  width: 220px;
  height: 55px;
  color: #fff;
  border-radius: 25px;
}
.contact button:hover a{
  display: block;
  color: #fff;

}

.toHome button {
  margin: 3rem auto;
  width: 220px;
  height: 55px;
  color: #fff;
  border-radius: 25px;
}
.toHome button:hover {
  display: block;
  color: #ff4994;
  background: #fff;
}
.toHome button:hover a{
/*  display: block;*/
 }

.left .not-pc{
  display: none;
  text-align: center;
}
.only-pc.float {
  display: flex;
  justify-content: center;
}
.only-pc.float.photo {
  flex:row;
}
.only-pc.justcenter{
  text-align: center;
}

.only-pc.float img{
  margin: 0 0.5rem;
}
.right.work .list {
  margin-bottom: 3.5rem;
}


footer {
  border-top:1px solid #ccc;
  text-align: center;
  margin-top: 3rem;
  padding: 1rem;
}


@media screen and (max-width: 1140px) {

}

@media screen and (max-width: 767px){
  .contents {
    flex-direction: column;
  }
  .contents .right {
    margin-top: 2rem;
    padding-left: 0;
  }
  .contents .left img {
  max-width: 335px;
  }
  .contents .left .only-pc{
    display: none;
  }
/*  .right.work .list{
    margin-bottom: 3rem;
  }*/
  .left .not-pc{
    display: block;
  }
  .top-w {
  background-size: cover;
  }
  
}
@media screen and (max-width: 425px) {
 
}