@charset "UTF-8";


/* Base ------------------- */
html {
  font-size: 62.5%;
}
body {
  box-sizing: border-box;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
img {
  width: 100%;
  vertical-align: bottom;
}
a {
  list-style: none;
  color: #333;
}
a:hover {
  opacity: .7;
  transition: .3s;
}
li {
  list-style: none;
}
.common_btn {
  display: block;
  width: 300px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  text-decoration: none;
  border: 1px solid orange;
  border-radius: 20px;
  margin: 0 auto;
}
.common_btn span{
  color: orange;
  position: relative;
  font-size: 1.5rem;
}
.common_btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid orange;
  border-right: 2px solid orange;
  transform: rotate(45deg);
  margin-top: 20px;
  margin-left: 50px;
}
.common_btn span:hover{
  border-bottom: 1px solid orange;

}
.common_title {
  font-size: 2.3rem;
  text-align: center;
}
.common_subtitle {
  font-size: 1.2rem;
  text-align: center;
  color: orange;
}

/* header ------------------- */
.header {
  display: flex;
  background-color: #fff;
  width: 100%;
}
.header_logo {
  width: 180px;
  padding: 20px;
}
.header-list {
  display: flex;
  padding: 25px;
}
.header-list li{
  font-size: 1.3rem;
  margin-left: 30px;
}











/* main-title ------------------- */
.bg-img {
  background-image: url(../image/top.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}
.title {
  font-size: 4rem;
  letter-spacing: 5px;
  position: absolute;
  top: 40%;
  right: 100px;
  color: #333;
}
.title a{
  text-decoration: none;
}
.sub-title {
  font-size: 2rem;
  position: absolute;
  top: 45%;
  right: 100px;
  padding-top: 20px;
}
.btn-flex {
  display: flex;
  position: absolute;
  top: 60%;
  right: 50px;
}

.top_btn {
  width: 150px;
  height: auto;
  background-color: orange;
  color: #fff;
  border: none;
  border-radius: 15px;
  cursor: pointer; 
  margin: 10px;
  text-align: center;
  line-height: 3;
}
.top_btn a{
  font-size: 1.5rem;
  text-decoration: none;
  color: #fff;
}
.top_btn:hover {
  opacity: .8;
  transition: .3s;
}

/* News ------------------- */
.news_wrapper {
  display: flex;
  width: 80%;
  background-color: aliceblue;
  padding: 40px;
  margin: 0px auto;
  z-index: 2;
  position: relative;
  top: -40px;
  opacity: .8;
}
.news_title {
  color: orange;
  font-size: 1.5rem;
  padding-top: 8px;
}
.news_list td{
  font-size: 1.3rem;
  padding: 10px;
  text-decoration: solid;
}

/* Find dog ------------------- */
.bg-dog_find {
  margin: 50px 0;
}
.find {
  margin: 50px 0;
}
.dog_type {
  display: flex;
  justify-content: center; 
}
.dog img {
  width: 130px;
  height: 130px;
  border-radius: 50%; 
  display: block;
  padding: 10px;
}
.dog p {
  font-size: 1.4rem;
  text-align: center;
}
.dog a{
  text-decoration: none;
}

/* Find store  ------------------- */
.find_map {
  width: 70%;
  margin: 0 auto;
}
#find-store {
  margin: 100px 0;
}
.find_map  img{
  margin: 50px 0;
}

/* Blog   ------------------- */
#blog {
  margin: 50px 0;
}
.blog-flax {
  display: flex;
  justify-content: center;
  padding: 10px;
}
.blog-flax li {
  padding: 20px;
}
.blog-list {
  margin: 50px 0;
}
.blog-list img{
  width: 150px;
  height: 150px;
  border-radius: 10px;
}
.blog-title {
  width: 150px;
  padding-top: 20px;
  font-size: 1.3rem;
}
.blog-title a {
  text-decoration: none;
}
.size-thumbnail {
  width: 250px;
  margin-bottom: 30px;
}
.size-medium {
  width: 400px;
  margin-bottom: 30px;
}
.blog-contents {
  margin-left: 50px;
}
.blog-contents p{
  font-size: 1.5rem;
  width: 70%;
  padding-bottom: 30px;
}
.a-top_title {
  font-size: 2rem;
  text-align: center;
}
.blog-date {
  font-size: 1.5rem;
  padding-left: 50px;
  padding-bottom: 20px;
}
.blog-title-a {
  font-size: 1.7rem;
  font-weight: bold;
  padding-left: 50px;
  padding-bottom: 30px;
}
.b-title {
  font-size: 1.5rem;
  text-align: center;
  padding-top: 20px;
}
.b-date {
  font-size: 1.5rem;
  text-align: center;
  padding-top: 10px;
}



/* About_site   ------------------- */
.about-site {
  margin: 100px 0;
}
.about-site-wrapper {
  margin: 50px 0;
  position: relative;
}
.about-content {
  max-width: 350px;
  position: absolute;
  top: 50%;
  left: 4vw;
}
.about-title {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 20px;
}
.about-text {
  font-size: 1.4rem;
  line-height: 1.5;
}

.boder {
  border: 1px solid orange;
}

/* footer   ------------------- */
.footer-flax {
  display: flex;
  justify-content: center;
}
.footer_logo {
  width: 150px;
  padding: 36px;
}
.footer-list {
  display: flex;
  padding: 20px;
}
.footer-list li{
  padding: 20px;
  font-size: 1.3rem;
}
.footer-list a {
  text-decoration: none;
}

.small {
  text-align: center;
  padding-bottom: 20px;
}



/*-----------------------------------
ARCHIVE
------------------------------------*/
.archive-title {
  font-size: 2rem;
  text-align: center;
  padding: 50px;
  margin-left: 30px;
}
.intro-flex {
  display: flex;
  border-bottom: 1px solid #ddd;
  width: 80%;
  margin-left: 100px;
  margin-bottom: 20px;
}
.intro-img {
  padding-right: 80px;
}
.intro-img img {
  width: 200px;
  height: 150px;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.intro-text {
  line-height: 2;

}
.intro-text td {
  font-size: 1.3rem;
}
.intro-title {
  font-size: 2rem;
}
span{
  font-size: 2rem;
}
.archive-btn {
  width: 200px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 20px;
  border: 1px solid orange;
  background-color: orange;
}
.archive-btn a{
  text-decoration: none;
  color: #fff;
}

/* shop  ------------------- */
.shop-flex {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.shop-img {
  width: 300px;
  height: 250px;
  margin-right: 50px;
  margin-left: 100px;
  margin-bottom: 50px;
}
.shop-img img {
  border-radius: 20px;
}
.shop-title {
  text-align: left;
  font-size: 2rem;
  padding-bottom: 20px;
}
.shop-title th{
  padding-bottom: 20px;
}
.shop td {
  font-size: 1.3rem;
  line-height: 2;
}
.shop-btn {
  font-size: 1.4rem;
  text-align: center;
  border-radius: 20px;
  border: 1px solid orange;
  line-height: 4;
  margin-top: 20px;
}
.shop-btn a{
  text-decoration: none;
  color: orange;
}
.shop-text {
  font-size: 1.5rem;
  padding-top: 10px;
}

/*-----------------------------------
PAGE
------------------------------------*/
.page-flax {
  display: flex;
  padding-top: 100px;
}
.page-top {
  margin-left: 50px;
}
.page-top-img {
  width: 450px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.page-top-img img{
  border-radius: 20px;
}
.page-img {
  display: flex;
}
.sumbnail {
  width: 105px;
  height: 100px;
  padding: 0 5px;
}
.sumbnail img{
  border-radius: 20px;
}

.page-text {
  line-height: 2;
  padding-left: 20px;
  margin-top: 50px;
}
.text td {
  font-size: 1.3rem;
}
.page-text-title {
  font-size: 2rem;
}
span{
  font-size: 2rem;
}
.page-btn {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 20px;
}
.page-btn a{
  text-decoration: none;
  color: #333;
}
.comment-title {
  font-size: 1.7rem;
  padding: 30px 0;
  margin-left: 110px;
}
.comment-text {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: 100px;
}
.text {
  line-height: 2;
  padding-bottom: 20px;
}

/*-----------------------------------
single page
------------------------------------*/
.single-tit {
  font-size: 2rem;
  text-align: center;
  margin: 100px 0;
}
.single-date {
  font-size: 1.5rem;
  width: 100%;
  padding-left: 30px;
  margin: 50px auto;  
}
.content {
  font-size: 1.5rem;
  width: 100%;
  padding-left: 30px;
  margin: 0 auto;
  margin-bottom: 100px;
}

/* aside  ---------------------------*/
.row {
  display: flex;
  justify-content: space-around;
}
.aside-archive {
  width: 200px;
  border: 1px solid #333;
  border-bottom: none;
  margin: 20px; 
}
.archive_title {
  font-size: 1.5rem;
  border-bottom: 1px solid #333;
  padding: 20px;
}
.archive_list li{
  font-size: 1.2rem;
  border-bottom: 1px solid #333;
  padding: 20px;
}


/*-----------------------------------
archive news
------------------------------------*/
.a-top_title {
  font-size: 2rem;
  text-align: center;
}
.a-contents {
  margin: 30px;
}
.a-date {
  font-size: 1.3rem;
  padding-left: 50px;
  padding-bottom: 20px;
}
.a-title {
  font-size: 1.5rem;
  padding-left: 50px;
  padding-bottom: 30px;
}
.contents {
  padding-left: 50px;
  padding-bottom: 50px;
}
.wp-block-image img{
  width: 300px;
  margin-top: 20px;
}







/* レスポンシブ  ------------------- */


/** パソコン(デフォルト) **/


/** タブレット **/
@media screen and (max-width: 1024px) {

  /* shop  ------------------- */
  .shop-img {
    margin-left: 0;
  }
   
}

/** スマホ **/
@media screen and (max-width: 768px) {

  /* header ------------------- */
  .header_logo {
    width: 200px;
    padding: 20px;
    margin: 0 auto;
  }
  .header-list {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    line-height: 3;
  }
  .header-list li {
    margin: 0;
  }
  


  /*burger*/
  .header-nav {
    position: fixed;
    right: -320px;  /* メニューが隠れる */ 
    top: 0;
    width: 300px;  /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 40px;
    background-color: orange;
    transition: all .6s;
    z-index: 100;
    overflow-y: auto;  /*メニューが多くなったらスクロールできるように*/
  }
  .burger {   /* バーガーボタン */
    position: fixed;
    right: 4vw;
    width: 50px;  /*クリックしやすい幅 */
    height: 50px;  /*クリックしやすい高さ */
    cursor: pointer;
    z-index: 200;
    display: block;
    margin-top: 10px;
  }
  .nav-list {
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-item {
    text-align: center;
    padding: 0 14px;
  }
  .nav-item a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #111;
  }
  .nav-item:hover {
    background-color:rgb(255, 227, 176);
    width: 300px;
  }
  .burger_line {
    position: absolute;
    left: 11px;
    width: 28px;
    height: 1.5px;
    background-color: #333;
    transition: all .6s;
  }
  .burger_line-1 {
    top: 14px;
  }
  .burger_line-2 {
    top: 23px;
  }
  .burger_line-3 {
    top: 32px;
  }

  /* クリックした時にメニューの下に表示される半透明の黒背景 */
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    background-color: #333;
    opacity: 0;
    visibility: hidden;  /*ボックスの非表示*/
    transition: all .6s;
    cursor: pointer;
  }

  /*  表示された時用のCSS  */
  .nav-open .header-nav {
    right: 0;
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible; /*ボックスの表示*/
  }
  .nav-open .burger_line-1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .burger_line-2 {
    width: 0;
    left: 50%;
  }
  .nav-open .burger_line-3 {
    transform: rotate(-45deg);
    top: 20px;
  }




  
  /* main-title ------------------- */
  .title {
    font-size: 2.5rem;
    position: absolute;
    top: 40%;
    right: 50px;
    text-shadow: 1px 2px 3px #ddd
  }
  .sub-title {
    font-size: 1.3rem;
    position: absolute;
    top: 45%;
    right: 50px;
    padding-top: 20px;
    text-shadow: 1px 2px 3px #ddd
  }
  .btn-flex {
    display: flex;
    position: absolute;
    top: 60%;
    right: 20px;
  }

  /* News ------------------- */
  .news_wrapper {
    flex-direction: column;
    align-items: center;
    display: none;
  }
  .news_title {
    color: orange;
    font-size: 1.6rem;
    padding-top: 8px;
    padding-bottom: 30px;
  }
  
  .news_list td{
    display: none;
    font-size: 1.3rem;
    padding: 10px;
    text-decoration: solid;
  }
  

  /* Find dog ------------------- */
  .bg-dog_find {
    margin: 50px 0;
  }
  .find {
    margin: 50px 0;
  }
  .dog_type {
    flex-direction: column;
    align-items: center;
  }
  .dog img {
    width: 180px;
    height: 180px;
    border-radius: 50%; 
    padding: 40px 20px;
  }
  .dog p {
    font-size: 1.6rem;
    text-align: center;
  }
  .dog a{
    text-decoration: none;
  }


  /* Blog   ------------------- */
  #blog {
    margin: 50px 0;
  }
  .blog-flax {
    flex-direction: column;
    align-items: center;
    margin: 100px;
  }
  .blog-flax li {
    padding: 20px;
  }
  .blog-list {
    margin: 50px 0;
  }
  .blog-list img{
    width: 300px;
    height: 200px;
    border-radius: 10px; 
  }

  /* About_site   ------------------- */
  .about-content {
    top: 0;
  }
  .about-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .about-dog img {
    border-radius: 50%;
    opacity: .5;
  }


  /* footer   ------------------- */
  .footer-flax {
    flex-direction: column;
    align-items: center;
  }


  /*-----------------------------------
  ARCHIVE
  ------------------------------------*/
  .archive-title {
    font-size: 2.5rem;
    text-align: center;
    margin-left: 0;
  }
  .intro-flex {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .intro-img {
    padding: 0;
    margin: 0 auto;
  }
  .intro-img img {
    width: 250px;
    height: 200px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    margin: 0 auto;
  }
  .archive-btn {
    margin: 50px 0;
  }
  .intro-text {
    padding-top: 30px;
  }


  /* shop  ------------------- */
  .shop-flex {
    flex-direction: column;
    align-items: center;
  }
  .shop-img {
    width: 300px;
    height: 250px;
    margin: 20px auto;
  }
  .shop-btn {
    margin-bottom: 50px;
  }


  /*-----------------------------------
  PAGE
  ------------------------------------*/
  .page-flax {
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
  }
  .page-top {
    margin: 0;
  }
  .page-top-img {
    width: 350px;
    padding: 0;
    margin: 0 auto;
  }
  .page-top-img img{
    border-radius: 20px;
  }
  .sumbnail {
    display: none;
  }
  .page-text-title {
    font-size: 2rem;
  }
  .comment-title {
    font-size: 2rem;
    padding: 30px 0;
    margin-left: 0;
    text-align: center;
  }
  .comment-text {
    font-size: 1.3rem;
  }
}






