@charset "UTF-8";
/*================================================================================================================================================

archive.php(コラム一覧)

================================================================================================================================================*/
#archive a {
  color: #000000;
}

#archive .site-main {
  margin-bottom: 60px;
}

#archive .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1320px) {
  #archive .container {
    width: 90vw;
  }
}

#archive .page-mv {
  height: 600px;
  max-height: 80vh;
  background-image: url(../images/column-mv.jpg);
  background-size: cover;
  background-position-y: 42%;
}

#archive .column-header {
  text-align: center;
  color: #ffffff;
  background: #e14b6e;
  background-image: url(../images/asanoha.png);
  background-size: auto 100px;
  padding: 46px 0 14px;
  margin-bottom: 60px;
}

#archive .column-header h1 {
  display: block;
  position: relative;
  font-size: 1.8rem;
}

#archive .column-header h1 span {
  display: block;
  font-size: 3.6rem;
  line-height: 2.5rem;
  font-family: "Cinzel Decorative", cursive;
  font-weight: normal;
}

#archive .article-list {
  width: calc(100% - 360px);
  background: #edf5ea;
  background-image: url(../images/index/plan.png);
  background-size: 60px;
  margin-bottom: 60px;
}

#archive .article-list .article {
  padding: 20px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#archive .article-list .article::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: calc(100% - 40px);
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #c4c4c4;
}

#archive .article-list .article:last-child::after {
  content: none;
}

#archive .article-list .article .article-img {
  min-width: 230px;
  width: 20%;
  margin-right: 5%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#archive .article-list .article .article-img:hover {
  opacity: 0.8;
}

#archive .article-list .article .article-contents {
  width: 75%;
}

#archive .article-list .article .article-title {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#archive .article-list .article .article-title:hover {
  color: #e14b6e;
}

#archive .article-list .article .article-body {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}

#archive .article-list .article .article-tag a {
  font-size: 1.4rem;
  display: inline-block;
  padding: 10px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #32b16c;
  background-image: url(../images/asanoha.png);
  background-size: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#archive .article-list .article .article-tag a:hover {
  color: #32b16c;
  background: #ffffff;
  border: 1px solid #32b16c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#archive .pager {
  margin: 0 auto;
}

/*================================================================================================================================================

sidebar.php(サイドバー)

================================================================================================================================================*/
#sideBar {
  width: 315px;
}

#sideBar .sideBarList {
  background-image: url(../images/pencil2.png), url(../images/pencil.png);
  background-position: left top, left bottom;
  background-repeat: repeat-x;
  margin-bottom: 40px;
}

#sideBar .sideBarList h2 {
  background-image: url(../images/pencil.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  text-align: center;
  margin: 0;
  line-height: 40px;
  font-size: 21px;
}

#sideBar .sideBarList ul li {
  line-height: 45px;
}

#sideBar .sideBarList ul li a {
  position: relative;
  padding: 0 0 0 40px;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  color: #000000;
}

#sideBar .sideBarList ul li a:hover {
  color: #ac9668;
}

#sideBar .sideBarList ul li a:hover::before {
  border-right: 2px solid #ac9668;
  border-top: 2px solid #ac9668;
}

#sideBar .sideBarList ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #000000;
  border-top: 2px solid #000000;
  position: absolute;
  z-index: 10;
  left: 15px;
  top: 50%;
  margin: -5px 0 0 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sideBar .sideBarTags {
  background-image: url(../images/pencil2.png), url(../images/pencil.png);
  background-position: left top, left bottom;
  background-repeat: repeat-x;
}

#sideBar .sideBarTags h2 {
  background-image: url(../images/pencil.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  text-align: center;
  margin: 0;
  line-height: 40px;
  font-size: 21px;
}

#sideBar .sideBarTags ul {
  padding: 10px 0;
}

#sideBar .sideBarTags ul li {
  line-height: 30px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #32b16c;
  margin: 5px;
}

#sideBar .sideBarTags ul li a {
  position: relative;
  padding: 0 5px;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  color: #ffffff;
  background-color: #32b16c;
  background-image: url(../images/asanoha.png);
  background-size: 40px;
}

#sideBar .sideBarTags ul li a:hover {
  color: #32b16c;
  background-color: #ffffff;
}

#siteHeader {
  height: 60px;
  background-color: #ffffff;
  color: #ac9668;
  position: relative;
  border: none;
}

@media screen and (min-width: 960px) and (max-width: 1000px) {
  .inner {
    min-width: 940px;
  }
}

#siteHeader #logo {
  position: relative;
  float: left;
  width: 200px;
  height: 60px;
  padding: unset;
  margin: unset;
  left: unset;
}

#siteHeader #logo a {
  width: 200px;
  color: unset;
  height: unset;
}

#siteHeader #logo a h1 {
  font-size: 1rem;
  padding: unset;
  line-height: 2rem;
}

#siteHeader #logo a svg {
  fill: #ac9668;
  width: 200px;
  height: 35px;
}

#siteHeader .siteHeaderBtnWrapper {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 60px;
}

#siteHeader .siteHeaderBtnWrapper .line_btn {
  height: 30px;
  line-height: 30px;
  width: 120px;
  background: #06C755;
  font-size: 1.2rem;
  background-image: url(../images/asanoha.png);
  background-size: 30px auto;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 1px 1px 3px #666666;
          box-shadow: 1px 1px 3px #666666;
}

#siteHeader .siteHeaderBtnWrapper .line_btn a {
  display: block;
  color: #ffffff;
  font-weight: bold;
}

#siteHeader .siteHeaderBtnWrapper .line_btn:hover {
  background: #ffffff;
  border: 1px solid #06C755;
}

#siteHeader .siteHeaderBtnWrapper .line_btn:hover a {
  color: #06C755;
}

#siteHeader .siteHeaderBtnWrapper .yoyaku_btn {
  height: 30px;
  line-height: 30px;
  width: 120px;
  margin-left: 30px;
  background: #E14E6B;
  font-size: 1.2rem;
  background-image: url(../images/asanoha.png);
  background-blend-mode: lighten;
  background-size: 30px auto;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 1px 1px 3px #666666;
          box-shadow: 1px 1px 3px #666666;
}

#siteHeader .siteHeaderBtnWrapper .yoyaku_btn a {
  display: block;
  color: #ffffff;
  font-weight: bold;
}

#siteHeader .siteHeaderBtnWrapper .yoyaku_btn:hover {
  background: #ffffff;
  border: 1px solid #E14E6B;
}

#siteHeader .siteHeaderBtnWrapper .yoyaku_btn:hover a {
  color: #E14E6B;
}

#fixButton {
  position: relative;
}
#fixButton .fixButtonWrapper {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
}

#fixButton .fixButtonWrapper .line_btn {
  height: 50px;
  line-height: 50px;
  width: 210px;
  background: #06C755;
  background-image: url(../images/asanoha.png);
  background-size: 40px auto;
  background-blend-mode: lighten;
  font-size: 2rem;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 1px 1px 3px #666666;
          box-shadow: 1px 1px 3px #666666;
}

#fixButton .fixButtonWrapper .line_btn a {
  display: block;
  color: #ffffff;
}

#fixButton .fixButtonWrapper .line_btn:hover {
  background: #ffffff;
  border: 1px solid #06C755;
}

#fixButton .fixButtonWrapper .line_btn:hover a {
  color: #06C755;
}

#fixButton .fixButtonWrapper .yoyaku_btn {
  height: 50px;
  line-height: 50px;
  width: 210px;
  margin-left: 20px;
  background: #E14E6B;
  background-image: url(../images/asanoha.png);
  background-size: 40px auto;
  background-blend-mode: lighten;
  font-size: 2rem;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 1px 1px 3px #666666;
          box-shadow: 1px 1px 3px #666666;
}

#fixButton .fixButtonWrapper .yoyaku_btn a {
  display: block;
  color: #ffffff;
}

#fixButton .fixButtonWrapper .yoyaku_btn:hover {
  background: #ffffff;
  border: 1px solid #E14E6B;
}

#fixButton .fixButtonWrapper .yoyaku_btn:hover a {
  color: #E14E6B;
}

#siteFooter {
  background-color: #fcf3f5;
  background-image: url(../images/index/header.png);
  background-size: auto 50px;
  color: #000;
  padding-top: 60px;
}

#siteFooter #footerLogo a {
  color: #ac9668;
}

#siteFooter #footerLogo a svg {
  fill: #ac9668;
}

#siteFooter #footerAddress {
  border-bottom: unset;
}

#siteFooter #footerContact p a:hover {
  background: #ffffff;
  color: #ac9668;
}

#siteFooter #footerNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#siteFooter #footerNav ul li {
  /*padding-left: 20px;*/
  padding-left: 14px;
  position: relative;
}

#siteFooter #footerNav ul li::before {
  content: "";
  position: absolute;
  top: 38%;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #E14E6B;
  border-right: 2px solid #E14E6B;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /*margin-top: -5px;*/
}

#siteFooter #footerNav ul li:hover a {
  color:#ac9668;
  -webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
}

#siteFooter #footerNav ul li a {
  color: #000;
  font-size: 1.2rem;
}

#siteFooter #copyright {
  border-top: 1px solid #000;
}
/*# sourceMappingURL=style.css.map */