@charset "utf-8";

body {
  font-family: "TsukuGoPro-R", "游ゴシック体", "Yu Gothic", YuGothic;
}

.home-restaurant {
  max-width: 1000px;
  margin: 0 auto;

}

.top-img {
  position: relative;
}

.top-text {
  position: absolute;
  top: 92px;
  right: 100px;
  text-align: right;
}

.top-text li:nth-child(1) {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 10px;
}

.top-text li:nth-child(2) {
  font-family: 'Roboto Condensed';
  font-size: 90px;
  line-height: 1.311;
}

.title-img {
  max-width: 320px;
  margin: 60.59px auto 40.51px auto;
}

.new-article {
  max-width: 800px;
  margin: auto;
  position: relative;
  text-align: left;
}

.new-article p {
  position: absolute;
  font-size: 26px;
  font-family:"TsukuMinPr6-R", sans-serif;
  padding: 10px 0;
  bottom: 50px;
  right: 0%;
  background-color: white;
  display: flex;
  justify-content: center;
  width: 400px;
  line-height: 1.2;
}

.new-article a:hover {
  opacity: 0.8;
}

.new-logo {
  position: absolute;
  left: 0%;
  top: 0%;
}

.old-article-wrapper {
  margin: 40px auto 45.31px  ;
}

.old-article {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.old-article li:nth-child(odd) {
  padding-right: 2%;

}
.old-article li:nth-child(even) {
  padding-left: 2%;
}

.old-article p {
  font-size: 15px;
  line-height: 1.333;
  padding-top: 10px;
}

.article-link {
  max-width: 400px;
  margin: auto;
}

.old-article a:hover,.old-article a { 
  text-decoration: none;
} 

.article-link a {
  padding: 0;
  font-size: 16px;
  line-height: 3.7;
  border: 1px solid #000000;
  text-decoration: none;
  font-family: "TsukuGoPro-M", sans-serif;
  display: block;
  text-align: center;
  height: 60px;
}

.article-link a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.old-article img {
  width: 1000px;
}


/* maki-recipe */

.maki-recipi {
  margin: 103.51px auto 0px auto
}


.title-logo {
  max-width: 1000px;
  margin: auto;
  text-align: center;

}

.title-logo p{
  font-size: 18px;
  line-height:2.667 ;
  font-family: 'Roboto Condensed';
  letter-spacing: 0.45px;

}

.title-logo-border {
  border-bottom: 1px solid #000000;
  width: 30px;
  height: 1px;
  margin: 12px auto 0 auto;
  padding: 0;
  line-height: normal;
}

.maki-title {
  text-align: center;
}

.maki-title p {
  font-size: 36px;
  margin-top: 12px;
  height: auto;
  line-height:1.722 ;
  font-family: "TsukuMinPr6-M", sans-serif;
}

.main-content {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin:40px auto 0px auto;
}

.main-content li:nth-child(odd) {
  padding-right: 2%;
}

.main-content li:nth-child(even) {
  padding-left: 2%;
}

.main-content a {
  text-decoration: none;
}

.main-content li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.main-content span {
  font-size: 15px;
  line-height:1.333 ;

}

.main-content p {
  font-size: 15px;
  line-height:1.333 ;
  margin: 5px 0;
}

.main-content img {
  margin-bottom: 5px;
}

.profile ul{
  display: flex;
  max-width: 1000px;
  margin: 40px auto 20px auto;
}

.profile img {
  border-radius: 50%;  
  max-width: 160px;
  max-height: 160px;
}

.profile li:nth-child(1) {
  margin: 0 4% 0 10%;
}

.profile li:nth-child(2) {
  width: 600px;
  height: 160px;
  line-height: normal;
}

.profile li span {
  font-size: 15px;
  line-height:2 ;
  letter-spacing: 0.38px;
}
.profile li p {
  letter-spacing: 0.38px;
  font-size: 15px;
  line-height:2;
  padding: 8px 0;
}

#breadcrumbs {
    display: block; 
    font-size: 15px;
    line-height: 1.6;
    border: none;
    margin-bottom:54px ;
}

#breadcrumbs li a,a:hover,a:visited {
  text-decoration: underline;
  color: black;
}

#breadcrumbs li a::after {
  color: #000000;
  content: '＞';
  display: inline-block;
  padding: 0 0.1em 0 1em;
}

@media only screen and (max-width: 768px) {
  div#mainContents {
    padding: 0;
  }

  .top-text li:nth-child(1) {
    top: 15%;
    right: 10%;
  }

  .top-text li:nth-child(2) {
  top: 24%;
  right: 10%;
  }


  .article-link,.new-article-wrapper ,.maki-recipi {
    padding:0 20px ;
  }

  .title-img {
    margin: 40.67px auto 40.01px auto;
  }

  .new-article p {
    padding: 27px 35px 27px 35px;
    bottom: 45px;
    right: 0%;
    background-color: white;
  }

  .new-logo {
    bottom: 0%;
    top: 0;
  }

  .old-article li:nth-child(odd) {
    padding-right: 2.5%;
  }

  .old-article li:nth-child(even) {
    padding-left: 2.5%;
  }


  .old-article-wrapper {
    margin: 18px auto 40px;
  }

  .article-link {
    margin: 0;
    max-width: initial;
  }

  .article-link a {
    padding: 4.2% 0 3.9% 0;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 0.1;
  }



  .title-logo {
    max-width: 1000px;
    text-align: center;
  }

  .title-logo p {
    letter-spacing: 0.38px;
  }

  .title-logo-border {
    margin: 0px auto 0 auto;
  }

  .maki-title p {
    margin-top: 20px;
    font-size: 24px;
  }

  .profile ul {
    display: block;
    max-width: initial;
    margin: 40px auto 0 auto;
  }

  .profile li:nth-child(1) {
    margin: initial;
    text-align: center;
  }

  .profile li:nth-child(2) {
    width: initial;
    height: initial;
    line-height: normal;
  }

  .profile li p {
    padding: 0;
    margin-top: 28.5px;
    font-size: 16px;
  }

  .profile li span {
    font-size: 16px;
  }


}
@media only screen and (max-width: 480px) {

  .top-text {
    position: absolute;
    top: 35px;
    right: 20px;
    text-align: right;
  }


  .top-text li:nth-child(1) {
    font-size: 15px;
    line-height: initial;
    margin-bottom: 0;
  }

  .top-text li:nth-child(2) {
  font-size: 48px;
  line-height:initial;
  }

  .new-logo {
    max-width: 40px !important;
    bottom: 0;
    top: 0;
  }

  .article-link,.new-article-wrapper ,.maki-recipi {
    padding:0 20px ;
  }

  .title-img {
    width: 143.17px;
    height: 79.32px;
  }

  .title-img {
    margin: 40.67px auto 40.01px auto;
  }

  .new-article p {
    font-size: 13px;
    line-height: 1.538;
    padding: 2.796% 5.82% 2.77% 5.83%;
    bottom: 11%;
    max-width: 180px;
  }

  .old-article p {
    font-size: 13px;
    line-height: 1.538;
  }

  .article-link {
    margin: 0;
    max-width: initial;
  }

  .article-link a {
    font-size: 13px;
    line-height: 1.538;
    padding: 4% 0 3.785% 0;
    width: 100%;
    display: block;
    text-align: center;
    height: 50px;
  }

  .maki-recipi {
    margin: 60.5px auto 0px auto
  }

  .title-logo p {
    font-size: 15px;
    line-height: 3.2;
    letter-spacing: 0.38px;
  }


  .maki-title p {
    font-size: 24px;
    margin-top: 16px;
    line-height: 1.083;
  }

  .main-content p {
    font-size: 13px;
    line-height: 1.538;
  }

  .main-content span {
    font-size: 13px;
    line-height: 1.333;
  }

  .old-article li:nth-child(odd) {
    padding-right: 10px;
  
  }
  .old-article li:nth-child(even) {
    padding-left: 10px;
  }

  .main-content li:nth-child(odd) {
    padding-right: 10px;
  }
  
  .main-content li:nth-child(even) {
    padding-left: 10px;
  }
  

  #breadcrumbs {
    font-size: 13px;
    line-height: 1.846;
  }
}

