@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------- reset */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
.yarpp-related{
  text-align:center;
}

ul, li {
  list-style: none;
}
a, a:link, a:visited {
  color: #222222;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1025px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media all and (min-width:481px) and (max-width:1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
@media (min-width: 812px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
* {
  font-family: 'Noto Serif JP', serif;
  line-height: 1em;
  letter-spacing: 1px;
  color: #333333;
}
#wrapper {
  width: 100%;
}
header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 999;
  top: 0;
}
#headerText {
  display: flex;
  background: #152d15;
  padding: 10px;
}
#headerText h1, #headerText p {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}
.header01 {
  display: flex;
}
.header01 {
  display: flex;
  justify-content: space-between;
  background: #152d15;
}
.header01 .logo {
  background: #ffffff;
}
#headerMenu {
  display: flex;
  align-items: center;
}
#headerMenu ul {
  display: flex;
  align-items: center;
}
#headerMenu ul#h01 li {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  vertical-align: middle;
  margin: 5px;
  background-repeat: no-repeat;
}
#headerMenu ul#h01 li:nth-child(1) {
  background-image: url("/wp-content/themes/original-child/assets/img/common/icon_instagram.png");
}
#headerMenu ul#h01 li:nth-child(2) {
  background-image: url("/wp-content/themes/original-child/assets/img/common/icon_fb.png");
}
#headerMenu ul#h01 li:nth-child(3) {
  background-image: url("/wp-content/themes/original-child/assets/img/common/icon_pintarest.png");
}
#headerMenu ul#h01 li:nth-child(4) {
  background-image: url("/wp-content/themes/original-child/assets/img/common/icon_line.png");
}
#headerMenu ul#h01 li a {
  width: 100%;
  height: 100%;
  display: block;
}
#headerMenu ul#h01 li a i {
  display: none;
}
#headerMenu ul#h02 {}
#headerMenu ul#h02 li {}
#headerMenu ul#h02 li span {
  display: block;
}
#headerMenu ul#h02 li a {
  padding: 15px 50px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  font-size: 14px;
}
#headerMenu ul#h02 li a span {
  font-size: 120%;
  padding: 5px 0;
}
#headerMenu ul#h02 li:nth-child(1) {
  background: #bea873;
}
#headerMenu ul#h02 li:nth-child(1) a {
  color: #ffffff;
}
#headerMenu ul#h02 li:nth-child(1) a span {
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-weight: 200;
  color: #ffffff;
}
#headerMenu ul#h02 li:nth-child(2) {
  background: #973e23;
}
#headerMenu ul#h02 li:nth-child(2) a {
/*  color: #222222;*/
  color: #ffffff;
}
#headerMenu ul#h02 li:nth-child(2) a span {
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-weight: 200;
/*  color: #222222;*/
  color: #ffffff;
}
#headerMenu .telBox {
  padding: 0 10px;
}
#headerMenu .tel a {
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-weight: 200;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 2px;
  white-space: nowrap;
}
#headerMenu .tel a small {
  color: #ffffff;
  font-size: 80%;
  display: inline-block;
  margin: 0 5px 0 0;
}
#headerMenu .date {
  color: #ffffff;
  padding: 0;
  font-weight: 100;
  font-size: 11px;
}
.header01 .logo img {
  height: 60px;
  padding: 0 10px;
}
.header02 {
  max-width: 1200px;
  margin: auto;
}
main {
  margin: 160px 0 0;
}
/*----------------------------------------------------------- footer */
footer {
  border-top: 1px solid #ccc;
  background: #152d15;
}
.footer01 {}
#f01 {
  border-bottom: 1px solid #f3f3f6;
}
#f01 ul {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 20px;
}
#f01 ul li {
  padding: 10px;
}
#f02 {
  padding: 50px 20px;
  margin: auto;
  border-bottom: 1px solid #f3f3f6;
}
#f02 h2 {
  max-width: 1300px;
  margin: auto;
  color: #fff;
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-weight: 200;
  font-size: 160%;
  letter-spacing: 2px;
}
#f02 ul {
  max-width: 1300px;
  margin: auto;
  flex-wrap: wrap;
}
#f03 {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
#f03 ul#fCvBtn {
  display: flex;
}
#f03 ul#fCvBtn li {
  width: calc(100% / 3 - 20px);
  margin: 10px;
}
#f03 ul#fCvBtn li img {
  max-width: 160px;
}
#f03 ul#snsF01 {
display: flex;
}
#f03 ul#snsF01 li {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  vertical-align: middle;
  margin: 5px;
  background-repeat: no-repeat;
}
#f03 ul#snsF01 li:nth-child(1) {
  background-image: url("/wp-content/themes/original-child/assets/img/common/icon_instagram.png");
}
#f03 ul#snsF01 li:nth-child(2) {
  background-image: url("/wp-content/themes/original-child/assets/img/common/icon_fb.png");
}
#f03 ul#snsF01 li:nth-child(3) {
  background-image: url("/wp-content/themes/original-child/assets/img/common/icon_pintarest.png");
}
#f03 ul#snsF01 li:nth-child(4) {
  background-image: url("/wp-content/themes/original-child/assets/img/common/icon_line.png");
}
#f03 ul#snsF01 li a {
  width: 100%;
  height: 100%;
  display: block;
}
#f03 ul#snsF01 li a i {
  display: none;
}
#f04 {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: center;
}
#f04 #logoArea {
  padding: 20px;
}
#f04 #logoArea h2, #f04 #logoArea h3, #f04 #logoArea p {
  padding: 5px;
  color: #fff;
  line-height: 1.4em;
}
#f04 #logoArea h3 {
  padding: 20px 5px 10px;
}
#f04 #logoArea p {
  font-size: 80%;
}
#f04 #mapArea {
  padding: 20px;
  width: 1000px;
  height: 500px;
  margin: auto;
}
#f04 #mapArea img {
  max-width: 100%;
}
footer address {
  padding: 30px 0;
  font-size: 80%;
  background: #152d15;
  color: #ffffff;
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-weight: 200;
  text-align: center;
}

#works main {
    background-image: url("/wp-content/themes/original-child/assets/img/common/bg_tile_02.png");
}

#page main article {
    background-image: url("/wp-content/themes/original-child/assets/img/common/bg_tile_02.png");
}
#aPage main {
  background-image: url("/wp-content/themes/original-child/assets/img/common/bg_tile_02.png");
}
#page main section .contents {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px 100px;
}
main .pageTitle {
    padding: 70px 0;
    background-image: url("/wp-content/themes/original-child/assets/img/common/pagetitle_bg.jpg");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}
main .pageTitle h1 {
  text-align: center;
  color: #fff;
  font-size: 180%;
  letter-spacing: 10px;
  text-shadow: 1px 2px 3px #666666;
}
main .pageTitle p {
  text-align: center;
  color: #fff;
  font-size: 180%;
  letter-spacing: 10px;
  text-shadow: 1px 2px 3px #666666;
}
#sideMenu {
  margin: 45px 0 70px 20px;
  padding: 10px;
  width: 300px;
  background: #f5f3f1;
  mix-blend-mode: multiply;
}
#sideMenu h2 {
    padding: 10px;
    font-size: 100%;
    text-align: left;
    background: #8b8281;
    margin: 0 0 20px;
    color: #fff;
    letter-spacing: 3px;
}
#sideMenu ul {
  padding: 0 10px 20px;
}
#sideMenu ul li .wpp-thumbnail {
  border: 1px solid #ddd;
  width: 75px;
}
#sideMenu ul li {
  padding: 10px 0 10px;
  line-height: 1.6em;
  border-bottom: 1px solid #ccc;
}
#sideMenu ul li:last-child {
  border-bottom: none;
}
#sideMenu ul li a {
  line-height: 1.4em;
}
#sideMenu label.screen-reader-text {
  display: none;
}
#sideMenu select {
  vertical-align: middle;
  width: 100%;
  padding: 10px;
  margin: 0 0 30px;
}
#artcleStyle {
  display: flex;
  padding: 0px 0px 0;
  max-width: 1300px;
  margin: 0 auto 0;
}
#artcleStyle article {
  width: calc(100% - 320px);
  padding: 50px 0;
}
#artcleStyle article .catBox {
  padding: 0 0 20px;
  text-align: right;
}
#artcleStyle article .tagsBox {
  padding: 0 0 20px;
  text-align: right;
}
/*----------------------------------------------------------- 1400px */
@media screen and (max-width: 1400px) {
  .header01 .logo h1, .header01 .logo p {
    display: none;
  }
  #footerContents {
    flex-flow: column;
  }
  ul.menuFooter {
    justify-content: center;
  }
  header {
    justify-content: space-between;
  }
  .header02 {
    padding: 0 20px 0 0;
  }
}
/*----------------------------------------------------------- 1200px */
@media screen and (max-width: 1200px) {
  main {
    margin: 130px 0 0;
  }
  #headerMenu .telBox {
    padding: 0;
  }
  #headerMenu #h02 {
    display: none;
  }
  #f02 h2 {
    text-align: center;
    margin: 0 0 40px;
  }
  #f02 .menuFooter > li {
    padding: 15px 1.5%;
    width: calc(100% / 4 - 50px);
  }
  #headerMenu #h01 {
    display: none;
  }
  #headerMenu .date {
    display: none;
  }
  /*#headerMenu .tel a, #headerMenu .tel a small {
    color: #333;
  }
  #headerText h1, #headerText p {
    color: #333;
  }*/
  #headerText {
    display: none;
  }
  /*.header01 {
    background: #fff;
  }*/
  #f01 ul {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 50px 20px;
    flex-wrap: wrap;
  }
  #f02 ul {
    justify-content: flex-start;
  }
  #f02 .menuFooter > li {
    width: calc(100% / 2 - 100px);
    border-top: 1px solid #505f50;
    margin: 0 20px;
  }
  .menuFooter > li > ul.sub-menu li a {
    padding: 10px 0 5px;
  }
  .menuFooter > li a small {
    display: none;
  }
  #f03 {
    flex-flow: column;
  }
  #f04 {
    flex-flow: column;
  }
  #f04 #logoArea {
    text-align: center;
  }
  #f04 #logoArea ul {
    display: flex;
    justify-content: center;
  }
  #f04 #logoArea ul li {
    margin: 0 30px;
  }
  #f04 #mapArea {
    padding: 20px;
    width: 85%;
    height: 500px;
  }
}
/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {
  main {
    margin: 120px 0 0;
  }
  .contents {
    max-width: 1000px;
  }
  #artcleStyle {
    max-width: 1000px;
    flex-flow: column;
  }
  #artcleStyle article {
    width: 100%;
  }
  .header01 .logo {
    padding: 5px 0px;
  }
  .header01 .logo img {
    height: 50px;
  }
  #sideMenu {
    width: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 45px 20px 70px;
  }
  #sideMenu h2 {
    padding: 20px 10px;
    font-size: 130%;
  }
  #sideMenu ul li .wpp-thumbnail {
    width: 140px;
  }
  #sideMenu ul {
    padding: 20px;
  }
  #sideMenu ul li .wpp-post-title {
    width: 70%;
    font-size: 100%;
    color: #333;
  }
  #headerMenu .tel a {
    letter-spacing: 0px;
  }
  #f02 .menuFooter > li {
    width: calc(100% / 2 - 66px);
  }
  main .pageTitle h1 {
    font-size: 130%;
    letter-spacing: 5px;
  }
}
/*----------------------------------------------------------- 820px  */
@media screen and (max-width: 820px) {
  .header02 {
    padding: 0 10px 0 0;
  }
  #artcleStyle {
    flex-flow: column;
    justify-content: center;
  }
  #artcleStyle article {
    width: auto;
  }
  .headerLeft {
    padding: 10px 5px;
  }
  .headerLeft .logo img {
    max-height: 30px;
  }
  .headerRight {
    padding: 15px 10px 0 0;
  }
  .contents {
    margin: 0 20px 0;
  }
  #footer01 .logo {
    flex-flow: column;
    padding: 10px 0 0;
  }
  #footer01 h2 {
    padding: 30px 0;
  }
  #footer01 {
    padding: 20px;
    flex-flow: column;
  }
  #footer01 .footerLeft {
    justify-content: center;
  }
  #footer01 .footerRight ul {
    justify-content: center;
  }
  #footer01 .footerRight ul li {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  #footer01 .footerRight ul li a {
    border-right: none;
  }
  #footer02 {
    width: auto;
  }
}
/*----------------------------------------------------------- 768px  */
@media screen and (max-width: 768px) {
  #f03 ul#fCvBtn {
    display: flex;
    flex-flow: column;
  }
}
  
/*----------------------------------------------------------- 630px  */
@media screen and (max-width: 630px) {
  #f02 ul {
    justify-content: flex-start;
  }
  #f04 #logoArea ul {
    flex-flow: column;
  }
}
/*----------------------------------------------------------- 480px  */
@media screen and (max-width: 480px) {
  .contents {
    margin: 0;
  }
  .header01 .logo {
    padding: 5px 10px 5px 0;
  }
  .header01 .logo img {
    height: 40px;
    padding: 0 0 0 5px;
  }
  #headerMenu .tel a {
    letter-spacing: 0px;
    font-size: 105%;
  }
  #artcleList {
    padding: 0;
  }
  #sideMenu ul li .wpp-thumbnail {
    width: 100px;
  }
  #sideMenu h2 {
    padding: 10px;
    font-size: 100%;
  }
  #footerNav {
    margin: 0 0 170px;
  }
  #footer01 .footerRight ul {
    justify-content: flex-start;
  }
  #footer01 .footerRight ul li {
    justify-content: flex-start;
  }
  #footer01 .footerRight ul li a {
    font-size: 13px;
  }
}