
/*---------------------------------
リセットｃｓｓ
---------------------------------*/

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box
}

html{
  font-size: 100%;
  overflow-x : hidden;
 -webkit-overflow-scrolling: touch;
 
 }
 
body{
  color: #262626;
  font-family: Segoe UI, Segoe UI Midlevel, Segoe WP, Arial, Sans-Serif;
  background-color: #ffffff
}
/* 横揺れ防止 */
html, body {
  overflow-x: hidden;
  width: 100%;
}
 
a{
    text-decoration: none;
  word-break: break-all;
  /*改行しなければテキストがコンテンツボックスからあふれる場合に、
  ブラウザーが改行を挿入するかどうかを指定します。*/

}

img{
 max-width: 100%;
 height: auto;

}
p {
  font-size: 18px;
  text-align: justify;
}

li{
 list-style: none;
 font-size: 1.2rem;
}

.wrapper{
max-width: 960px;
margin: 0 auto 130px auto;
font-size: 0.9rem;
padding: 0 4%;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0.8em 2em;
  text-decoration: none;
  color: black;
  background: pink;/*色*/
  border: solid 1px pink;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  margin: 5px;
  font-size: 16px;
}

.button:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
  
}
.button:hover{
  opacity: 0.8;
}



h1 {
  padding: 30px;
}
h2 {
  margin: 30px 0;
}
.diet_p {
  margin: 50px 0;
}
#top .flex {
  display: flex;
  align-items: center;

}
#hero .flex {
  display: flex;
  align-items: flex-end;
}
.h2-new2 {
  margin-top: 200px;
}
#hero p {
  width: 600px;
  margin-right: 10px;
}
@media screen and (max-width:600px) {
.breadcrumbs {
  margin-top: 70px;
}
h1 {
  margin-top: 50px;
  font-size: 22px;
  text-align: center;
}
h1 span {
  display: inline-block;
}
.illust {
  text-align: center;
  padding-top: 50px;
  width: 350px;
}

#hero .flex {
  flex-direction: column;
}

.h2-new2 {
  margin-top: 80px;
}

#hero p {
  width: 100%;
  margin-right: 0px;
}
.top_photo {
  text-align: center;
}
}
.design08 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 margin: 100px 0;
}
.design08 th {
 padding: 10px;
 background: #778ca3;
 border: solid 1px #666666;
 color: #ffffff;
}
.design08 td {
 padding: 10px;
 border: solid 1px #666666;
}
.design08 td:first-child {
 background: #e9faf9;
}
/*---------------------------------
フッター
---------------------------------*/

footer {
    background-color: #F09199;
    padding-top: 50px;
}
footer p {
  text-align: center;
}
footer .footer-top  {
  text-align: center;
  height: 250px;
  
}
  
.tel { 
  padding: 0.8em 2em 1.5em 2em;
  text-decoration: none;
  color: black;
  background: white;/*色*/
  border: solid 1px white;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  font-size: 23px;
  }
.footer-top img {
  margin-top: 20px;
  border-radius: 25px;
  margin-bottom: 50px;
}
.footer-top a:hover {
  opacity: 0.5;

}

.footer-two {
  background-color: #333;
}
.footer-two p {
  color: white;
  font-size: 10px;
}
footer .footer-one {
  background-color: #333;
}
footer .footer-one ul li {
  font-size: 13px;

}
footer .footer-one ul li a {
  color: white;
}
  
  
  
/* ナビ */
.footer-one{
  padding-bottom: 0px;
  background-color: pink;
}
.footer-one ul {
  display: flex;
  margin: 0 auto;
  padding: 0 3%;
  width: 94%;
  max-width: 1300px;
  list-style-type: none;
}
.footer-one ul li {
  position: relative;
  width: 20%;
  font-size: 1rem;
  font-weight: bold;
}
.footer-one ul li:first-child::before {
  position: absolute;
  display: block;
  content: "";
  top: 25%;
  left: 0px;
  width: 1px;
  height: 50%;
  background-color: #976d52;
}
.footer-one ul li::after {
  position: absolute;
  display: block;
  content: "";
  top: 25%;
  right: 0px;
  width: 1px;
  height: 40%;
  background-color: #976d52;
}
.footer-one ul li a {
  display: block;
  padding: 17px 10px;
  color: black;
  text-align: center;
  
}
.footer-one ul li a:hover {
  opacity: 0.5;
}
.footer_p {
  margin-bottom: 25px;
}


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

footer {
  padding-top: 20px;
}

.footer-top a img {
  max-width: 100%;
  height: auto;
}
.footer-top {
  margin-bottom: 50px;
}
.footer-top img {
  margin-top: 4px;
  margin-bottom: 10px;
}
.footer-top p {
  padding: 2px;
}
.footer-top p span {
  display: inline-block;
}
.footer-one ul {
  flex-direction: column;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}
.footer-one ul li:first-child::before {
  display: none;
}
.footer-one ul li::after {
  display: none;
}
.footer-one ul li {
  font-size: 16px;
  padding:5px;
  width: 100%;
}
.footer-one ul li a {
  display:inline;
}
   
.tel {
  padding: 10px 10px 30px 10px;
  font-size: 23px;
}
}
  
/*---------------------------------
  トップへもどるボタン
---------------------------------*/
  
.go-top{
  position: fixed;
  bottom: 100px;
  left: 30px;
  z-index: 9999;
}
.go-top a{ 
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #E94E66;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  color: black;
  text-decoration: none; 
}
  
.go-top a:hover{
  opacity: 0.8;
}
@media screen and (max-width:600px) {   
.go-top{
  position: fixed;
  bottom: 100px;
  left: 0px;
  z-index: 9999;
}
}

