@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
/*----------------------------------------------------
	ページ
----------------------------------------------------*/
#mainimg {
  background: url(../images/mainimg.jpg) no-repeat right center scroll;
  background-color: #eee;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 30px;
}
#mainimg .container h2 {
  text-align: center;
  padding-top: 88px;
  padding-bottom: 82px;
}

#strength {
  margin-bottom: 30px;
}
#strength h3 {
  text-align: center;
}
#strength ul {
  *zoom: 1;
  margin-bottom: 20px;
}
#strength ul:before, #strength ul:after {
  content: "";
  display: table;
}
#strength ul:after {
  clear: both;
}
#strength ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
#strength ul li .pic {
  margin-bottom: 4px;
}
#strength ul li .point {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
#strength ul li .point small {
  display: inline-block;
  color: #f15674;
  vertical-align: middle;
  font-weight: normal;
}
#strength ul li .point span {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #f15674;
}
#strength ul li:last-child {
  margin-right: 0;
}
#strength .omakase {
  text-align: center;
}
#strength .omakase div {
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  border-radius: 26px;
  display: inline-block;
  padding: 10px 10%;
  background: #df6c82;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

#greet {
  background: #f7f7f7;
  margin-bottom: 30px;
}
#greet .container {
  padding: 30px 0;
}
#greet .container .logo {
  width: 32%;
  float: left;
}
#greet .container .txt {
  width: 64%;
  float: right;
}
#greet .container .txt h3 {
  border-bottom: none;
}
#greet .container .txt .name {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

#main {
  *zoom: 1;
}
#main:before, #main:after {
  content: "";
  display: table;
}
#main:after {
  clear: both;
}
#main #content {
  width: 68%;
  float: left;
}
#main #content #news, #main #content #blog {
  margin-bottom: 30px;
}
#main #content #news dl, #main #content #blog dl {
  *zoom: 1;
}
#main #content #news dl:before, #main #content #news dl:after, #main #content #blog dl:before, #main #content #blog dl:after {
  content: "";
  display: table;
}
#main #content #news dl:after, #main #content #blog dl:after {
  clear: both;
}
#main #content #news dl dt, #main #content #blog dl dt {
  color: #e6a237;
  width: 6em;
  float: left;
}
#main #content #news dl dd, #main #content #blog dl dd {
  padding: 0 0 10px 8em;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
}
#main #content #access {
  margin-bottom: 30px;
}
#main #content #access .walk {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
#main #content #access .map {
  margin-bottom: 10px;
}
#main #content #access address b {
  display: block;
}
#main #side {
  width: 30%;
  float: right;
}
#main #side .bana {
  margin-bottom: 10px;
}
#main #side .bana li {
  margin-bottom: 6px;
}
#main #side .contact {
  background: #eee;
  border: 1px solid #ddd;
  padding: 16px 5%;
  text-align: center;
}
#main #side .contact .tit {
  font-size: 20px;
  font-weight: bold;
  color: #58466f;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid #baa9d1;
}
#main #side .contact .tel {
  font-size: 24px;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 8px;
}
#main #side .contact .time {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 10px;
}
#main #side .contact .bt a {
  width: 264px;
  padding: 10px 0;
  font-size: 18px;
}

/*----------------------------------------------------
	tablet < 1000px
----------------------------------------------------*/
@media (min-width: 640px) and (max-width: 959px) {
  #main #content {
    width: 100%;
  }
}
/*----------------------------------------------------
	phone < 768px
----------------------------------------------------*/
@media (max-width: 639px) {
  #mainimg .container h2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #strength ul li {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  #strength .omakase div {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }

  #greet .container {
    padding: 30px 0 40px;
  }
  #greet .container .logo {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
  #greet .container .txt {
    width: 100%;
    float: none;
  }
  #greet .container .txt h3 {
    border-bottom: 2px solid #58466f;
  }
  #greet .container .txt .name {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  #main #content {
    width: 100%;
  }
  #main #content #access .walk {
    font-size: 16px;
  }
}
