/* common */
* {
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro',serif;
  color: #505050;
}

.en-sentence {
  font-family: 'Marcellus', serif;
}

html {
  margin-top: 0!important;
}

.dfsb{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dfjc {
  display: flex;
  justify-content: center;
}

.only-pc {
  display: none;
}

/* end common */

/* header */
#pc-header-container {
  display: none;
}

#header-logo img {
  width: 72px;
}

.menu-icon-set {
  display: none;
}

.globalMenuSp li {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.globalMenuSp li p {
  margin-bottom: 0;
}

#hero-title-wrapper h1{
  margin: 8px 0;
  font-size: 24px;
  text-align: center;
  line-height: 36px;
}

#hero-title-wrapper p{
  font-size: 13px;
  text-align: center;
}

#title-bold {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 1px;
}

.gold {
  color: #9F9B80;
}

/* end header */

/* online counseling */
#main {
  width: 100%!important;
}

#online-counseling {
  background-color: rgba(166, 162, 128, .15);
  text-align: center;
  padding: 24px 0;
}

#title-wrapper {
  padding: 24px 0;
}

#title-wrapper h2 {
  margin-bottom: 8px;
}

#title-wrapper h2, p {
  margin-bottom: 0;
  letter-spacing: 1px;
}

.link-btn {
  display: block;
  margin: 0 auto;
  width: 300px;
  background-color: #9F9B80;
  padding: 12px 0;
  text-decoration: none!important;
}

.link-btn:hover {
  opacity: 0.5;
}

.link-btn:visited {
  opacity: 0.1;
}

.link-btn p {
  width: 80%;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link-btn p::after {
  content: '';
  width: 30px;
  height: 9px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
/* end online counseling */

/* news */
#news {
  text-align: center;
  margin: 60px 0;
}

#news-wrapper {
  display: flex;
  flex-direction: column;
}

#news-wrapper a {
  margin: 0 24px;
  border-top: 1px solid #DDD;
  text-decoration: none;
}

#news-wrapper a:last-child {
  border-bottom: 1px solid #DDD;
}

.article {
  text-align: left;
}

.article h5 {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.article h5::after {
  content: '';
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  top: 20px;
}

.article time {
  font-size: 12px;
}
/* end news */



/* footer */
footer {
  padding: 0;
}

#footer-top {
  background-image: url(/wp-content/uploads/2022/11/名称未設定のデザイン-2.png);
}
#footer-top .image-wrapper:first-child {
  width: 100px;
  margin: 0 auto;
}

#footer-top .image-wrapper:nth-child(2) {
  margin-bottom: 8px;
}
#footer-top iframe {
  width: 100%;
}

#footer-top p {
  font-size: 14px;
  text-align: center;
}

#footer-address {
  margin-bottom: 16px;
}

#footer-bottom {
  background-color: #f4a4bc;
}

#footer-nav {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 24px 0;
}

#footer-bottom a {
  text-decoration: none;
  color: #505050;
  font-size: 14px;
  margin: 6px 0;
}

#footer-bottom p {
  text-align: center;
}

#bottom-link-container {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
}

#counseling-wrapper {
  display: block;
  position: relative;
  width: 50%;
  text-align: center;
  background-color: #fff;
  color: #451f1f;
  text-decoration: none;
  padding: 12px;
  padding-top: 10px;
  letter-spacing: 12px;
}

#counseling-wrapper::after{
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #646464;
  border-right: 2px solid #646464;
  transform: rotate(45deg);
}

#reserve-wrapper {
  display: block;
  width: 50%;
  text-align: center;
  background-color: #451f1f;
  color: #fff;
  text-decoration: none;
  letter-spacing: 5px;
  padding: 12px;
  padding-top: 10px;
  position: relative;
}

#reserve-wrapper::after{
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #646464;
  border-right: 2px solid #646464;
  transform: rotate(45deg);
}
  /* end footer */

@media screen and (min-width: 940px) {
  .hamburger {
    display: none;
  }

  .menu-icon-set {
    display: block;
  }

  #header-logo {
    display: none;
  }

  #pc-header-logo {
    width: 130px;
  }

  #pc-header-container {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    max-width: 1180px;
    margin: 0 auto;
  }

  #menu-items {
    height:  100px;
    display: flex;
    align-items: flex-end;
  }

  #menu-item {
    width: 100px;
    text-align: center;
  }

  #menu-item a {
    text-decoration: none;
    font-size: 18px;
    color: #451f1f;
    line-height: 2px;
    letter-spacing: 2px;
    outline: none;
  }

  #menu-item a:hover {
    opacity: .5;
  }

  #menu-item a span {
    font-size: 13px;
	  color: #451f1f;
  }

  #header-right-container {
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .menu-icon-set {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .login-icon, .incart-btn {
    width: 28px;
  }

  .incart-btn {
    margin-top: 0;
  }

  .incart-btn a {
    padding: 0;
  }

  #header-btns {
    display: flex;
    justify-content: space-around;
  }

  #header-btns a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 4px 8px;
    font-size: 16px;
    width: 120px;
    text-align: center;
  }

  #header-btns a:hover {
    opacity: .5;
  }

  #header-btns a:first-child {
    background-color: #451f1f;
    margin-right:10px;
  }

  #header-btns a:nth-child(2) {
    background-color: #451f1f;
  }

  #member-only {
    text-decoration: none;
    color: #fff;
    background-color: #451f1f;
    padding: 4px;
    width: 110px;
    text-align: center;
  }

  #hero-title-wrapper {
    min-width: 400px;
  }

  #hero-title-wrapper h1 {
    line-height: 44px;
    letter-spacing: 8px;
    margin-bottom: 32px;
  }

  #hero-title-wrapper p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 12px;
  }

  .only-pc {
    display: block;
  }

  #news-wrapper {
    max-width: 600px;
    margin: 0 auto;
  }

  .contents-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
  }

  .contents-wrapper p {
    text-align: left;
    line-height: 48px;
    font-size: 20px;
  }

  .contents-wrapper .image-wrapper {
    width: 50%;
  }

  .reverse-direction {
    flex-direction: row;
  }

  .contents-wrapper p {
    text-align: left;
    line-height: 76px;
    font-size: 20px;
  }

  #message .image-wrapper {
    width: 45%;
  }

  #mission-container {
    border-bottom: none;
  }

  #products-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  #products-inner div {
    width: 30%;
  }

  #footer-nav {
    flex-direction: row;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
  }

  #bottom-link-container {
    display: none;
  }
}
h1.entry-title{
 display:none;
}
.item_page_title {
    display: none;
}
p.header-p{
	text-align:center;
	background-color:#f4a4bc;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
}
.cls-1 {
    fill: #451f1f;
    stroke: #451f1f;
}
@media screen and (min-width: 768px){
.br-sp {display: none; }
}
/*top*/
h2.kotei {
    position: relative;
	color: #451f1f;
    font-size: 20px;
    text-align: center;
    margin: 0px 0;
	border-bottom: solid 0px
}
p.h2kotei{
	color: #451f1f;
    font-size: 16px;
	text-align: center;
	margin-bottom:-0.1px;
}
span.fv{
	font-size:170%;
	color:#fff;
}

/* ボタン */
.buttonmaruru a {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #451f1f;
    transition: 0.3s ease-in-out;
	    border: 2px solid #451f1f;
}
.buttonmaruru a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #451f1f;
    transition: 0.3s;
}
.buttonmaruru a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #451f1f;
    transition: 0.3s;
}
.buttonmaruru a:hover:before, .buttonmaruru a:hover:after {
    right: -2.5em;
}
.buttonmaruru a:hover {
    background: #f4a4bc50;
    color: #451f1f;
}
/* ボタンfv */
.buttonmarurufv a {
    background: #451f1f;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
	    border: 2px solid #451f1f;
}
.buttonmarurufv a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
}
.buttonmarurufv a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
}
.buttonmarurufv a:hover:before, .buttonmarurufv a:hover:after {
    right: -2.5em;
}
.buttonmarurufv a:hover {
    background: #f4a4bc50;
    color: #451f1f;
}
