@charset "UTF-8";
/*!
Theme Name: hapiheartrance.co.jp
Description: 天然成分・無添加の消臭スプレーとリユース品販売 | ハピハートランス合同会社
Theme URI: https://www.hapiheartrance.co.jp
Version: 1.0
License: hapiheartrance.co.jp
License URI: https://www.hapiheartrance.co.jp
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.eot") format("eot"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-bold.eot") format("eot"), url("../font/NotoSansJP-bold.woff") format("woff");
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  min-width: 1280px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
  background: #fff;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

/****************************************

フォント指定

*****************************************/
@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  figcaption {
    font-size: 1.5rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
  color: #333;
  transition: 0.3s;
}
a:hover, a:active {
  text-decoration: underline;
  transition: 0.3s;
}
a img.img_opacity {
  transition: 0.3s linear;
}
a:hover img.img_opacity {
  opacity: 0.8;
  transition: 0.3s linear;
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  header {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
  }
  .head_logo {
    position: absolute;
    z-index: 99;
    top: 30px;
    left: 30px;
    width: 17.3%;
  }
  .head_logo img {
    width: 100%;
    height: auto;
  }
  .head_area {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 2.1%;
  }
  .head_inner {
    width: -moz-max-content;
    width: max-content;
    text-align: right;
  }
  .tel {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    color: #333;
    font-size: 3rem;
    padding-left: 30px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    background: url(images/icon_tel.png) left center no-repeat;
  }
  .contact_btn a {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    width: 170px;
    height: 130px;
    text-decoration: none;
    background: #eb9292;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .contact_btn a span {
    line-height: 1.2;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    padding-top: 40px;
    background: url(images/icon_mail.png) center top no-repeat;
  }
  .contact_btn a:hover {
    background: #efa7a7;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: relative;
    width: 100%;
    padding: 70px 0 0;
  }
  .head_area {
    display: none;
  }
  .tel {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    color: #333;
    font-size: 3rem;
    padding-left: 30px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    background: url(images/icon_tel.png) left center no-repeat;
  }
  .head_btn {
    display: none;
  }
  .head_logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    padding: 10px;
    z-index: 999;
  }
  .head_logo img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 15px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(235, 146, 146, 0.9);
    cursor: pointer;
    z-index: 9999;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    right: 8px;
    width: 23px;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 9px;
  }
  #toggle span:nth-child(2) {
    top: 18px;
  }
  #toggle span:nth-child(3) {
    top: 27px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(9px) rotate(-316deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-9px) rotate(316deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(235, 146, 146, 0.9);
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #eb9292;
    background: rgba(250, 246, 242, 0.9);
  }
  #sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
    color: #eb9292;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: rgba(235, 146, 146, 0.5);
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi .menu {
  *zoom: 1;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}
#g_navi .menu > li {
  position: relative;
  margin: 0 5px;
}
#g_navi .menu > li > a {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  display: inline-block;
  padding: 15px 10px;
}
#g_navi .menu > li > a span {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  display: block;
  font-size: 1.2rem;
  color: #e38686;
}
#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
#g_navi .menu li ul li {
  letter-spacing: 0;
  width: 100%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  min-width: 120px;
}
#g_navi .menu li ul li a {
  display: block;
  width: auto;
  min-width: 178px;
  padding: 14px 8px;
  background-color: rgba(235, 146, 146, 0.85);
  color: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  visibility: hidden;
  transition: 0.3s linear;
  white-space: nowrap;
  background-image: none !important;
}
#g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  background-color: rgba(251, 244, 244, 0.95);
  color: #eb9292;
  transition: 0.3s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/* ナビ下線用 */
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a::before,
  .menu > li > a::after {
    position: absolute;
    bottom: -1px;
    content: "";
    width: 0;
    height: 3px;
    transition: 0.6s;
    background: #eb9292;
  }
  .menu > li > a::before {
    left: 50%;
  }
  .menu > li > a::after {
    right: 50%;
  }
  .menu > li > a:hover::before,
  .menu > li > a:hover::after {
    width: 50%;
  }
}
/****************************************

メインビジュアル

*****************************************/
@media print, screen and (min-width: 768px) {
  .top_mv_box {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .top_mv_box .txt {
    position: absolute;
    padding-bottom: 130px;
    z-index: 99;
  }
  .top_mv_box .txt p {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .top_mv {
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .top_mv img {
    width: 100%;
    height: auto;
    min-width: 1690px;
  }
  #mv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 446px;
    background: url(images/mv.jpg) top center no-repeat;
  }
  #mv .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 552px;
    height: 280px;
    text-align: center;
    padding-bottom: 70px;
    background: url(images/mv_txt.png) center center no-repeat;
  }
  #mv .txt p {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    padding-bottom: 40px;
    color: #333;
    font-size: 3.2rem;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.8);
  }
  #mv .txt p span {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    display: block;
    color: #eb9292;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .top_mv_box {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .top_mv {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top_mv img {
    height: auto;
    position: relative;
  }
  .txt {
    position: absolute;
    width: 90%;
    padding-bottom: 20px;
  }
  .txt img {
    width: 100%;
    height: auto;
  }
  #mv {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 150px;
    margin: 0;
    width: 100%;
    background: url(images/sp_mv.jpg) bottom center no-repeat;
    background-size: cover;
  }
  #mv p {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    text-align: right;
    padding-bottom: 80px;
    color: #333;
    line-height: 1.6;
    font-size: 2.4rem;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.8);
  }
  #mv p span {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    display: block;
    color: #eb9292;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
  #mv .txt {
    top: 25px;
    left: auto;
    right: auto;
  }
  #mv p {
    text-align: center;
    line-height: 1.5;
    font-size: 2.2rem;
  }
  #mv p span {
    font-size: 1.3rem;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}

main#page_main {
  width: 100%;
  max-width: 1080px;
  padding: 30px 0 100px;
  margin: 0 auto;
}

main#single_main {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 100px;
}

.single_box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 0 0;
}

.breadcrumb_area {
  width: 100%;
  margin-bottom: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.breadcrumb_area .breadcrumb {
  max-width: 1080px;
  margin: 0 auto;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
  color: #333;
}
.breadcrumb_area .breadcrumb p a {
  position: relative;
  color: #eb9292;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #eb9292;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.breadcrumb_area .breadcrumb p a:hover {
  opacity: 1;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a:hover::after {
  background: #eb9292;
  transform-origin: right top;
  transform: scale(0, 1);
}
.breadcrumb_area .breadcrumb p a::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  main#page_main {
    padding: 20px 15px 50px;
  }
  main#single_main {
    padding: 0 10px;
  }
  .breadcrumb_area {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15px;
    bottom: -20px;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
  .inner_contents,
  .inner_contents02 {
    padding: 0 15px;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  text-align: center;
  padding: 60px 0 100px;
}

.top_box02, .top_box03 {
  padding: 100px 8.33%;
  background: url(images/top_box02.jpg) left bottom no-repeat #f6faeb;
}
.top_box02 .inner, .top_box03 .inner {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .top_box02 .inner, .top_box03 .inner {
    max-width: 1340px;
    min-width: 1080px;
    gap: 5.97%;
    margin-left: auto;
    align-items: center;
    justify-content: right;
  }
}
.top_box02 .txt, .top_box03 .txt {
  width: 560px;
}
.top_box02 figure, .top_box03 figure {
  width: 52.24%;
  max-width: 700px;
  height: 450px;
}
.top_box02 figure img, .top_box03 figure img {
  width: 100%;
  border-radius: 10px;
}
.top_box02 .top_box_li, .top_box03 .top_box_li {
  justify-content: center;
  gap: 20px;
  margin: 35px 0 40px;
}
.top_box02 .btn_box, .top_box03 .btn_box {
  gap: 40px;
  flex-wrap: nowrap;
  justify-content: center;
}

.top_box03 {
  background: url(images/top_box03.jpg) right bottom no-repeat #fbf3f3;
}
.top_box03 .inner {
  margin-right: auto;
  gap: 5%;
}
.top_box03 .txt {
  width: 570px;
}
.top_box03 figure {
  height: auto;
}
.top_box03 figure img {
  height: auto;
}
.top_box03 .top_box_li {
  justify-content: space-between;
  gap: inherit;
}

.top_box04 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1620px) {
  .top_box02, .top_box03 {
    padding: 100px 5%;
  }
}
@media screen and (max-width: 1620px) and (min-width: 768px) {
  .top_box02 .inner, .top_box03 .inner {
    min-width: 1080px;
    gap: 4%;
  }
}
@media screen and (max-width: 1620px) {
  .top_box02 figure, .top_box03 figure {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 30px 15px 50px;
  }
  .top_box01 p {
    text-align: left;
  }
  .top_box02,
  .top_box03 {
    padding: 50px 15px;
    background-size: 130%;
  }
  .top_box02 .txt,
  .top_box03 .txt {
    position: static;
    width: 100%;
  }
  .top_box02 figure,
  .top_box03 figure {
    margin-bottom: 25px;
  }
  .top_box02 .top_box_li,
  .top_box03 .top_box_li {
    margin: 20px 0 30px;
    flex-wrap: nowrap;
    gap: 3%;
  }
  .top_box02 .top_box_li li,
  .top_box03 .top_box_li li {
    width: 33.3333333333%;
  }
  .top_box02 .btn_box,
  .top_box03 .btn_box {
    gap: 10px;
    flex-wrap: wrap;
  }
  .top_box02 figure, .top_box03 figure {
    width: 100%;
    height: 230px;
  }
  .top_box03 .top_box_li {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top_box03 .top_box_li li:nth-child(-n+2) {
    margin-bottom: 4%;
  }
}
/****************************************

news トップ用

*****************************************/
#top_news {
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  gap: 60px;
}
#top_news .btn02 a {
  width: 100%;
  height: 50px;
  font-size: 1.5rem;
  padding: 0 30px;
}
#top_news .btn02 a::after {
  width: 7px;
  height: 7px;
  right: 35px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#top_news .btn02 a:hover::after {
  right: 30px;
}

.news_post {
  width: 100%;
  max-width: 850px;
  height: 220px;
  overflow-y: scroll;
}
.news_post li {
  display: flex;
  justify-content: left;
  align-items: center;
  letter-spacing: 0.1em;
  gap: 27px;
  border-bottom: 1px solid #cbcbcb;
  padding: 20px 0;
}
.news_post li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
}
.news_post li a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(51, 51, 51, 0.8);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
.news_post li a:hover {
  opacity: 0.7;
  color: #333;
}
.news_post li a:hover::after {
  transform: scale(1, 1);
}
.news_post li data {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #eb9292;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.news_post li .cate {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 1.4rem;
  color: #fff;
  background: rgba(235, 146, 146, 0.8);
  letter-spacing: 0.1em;
  width: 80px;
  height: 30px;
}
.news_post .cate.blog-label {
  background: rgba(146, 174, 83, 0.8);
}

@media screen and (max-width: 767px) {
  #top_news {
    padding: 50px 15px;
    display: block;
  }
  #top_news .btn02 a {
    padding: 0 30px;
    height: 40px;
  }
  .tit_box {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .top_news .news_post {
    margin-bottom: 0;
  }
  .news_post li {
    gap: 10px;
    flex-wrap: wrap;
    line-height: 1.5;
  }
  .news_post li .cate {
    font-size: 1.3rem;
    width: auto;
    padding: 8px 10px;
    letter-spacing: 0.04em;
  }
  .news_list {
    width: 100%;
    display: block !important;
    padding: 10px 51px 10px 14px;
    border-radius: 8px;
  }
  .news_list::before {
    right: 14px;
  }
  .news_list::after {
    right: 29px;
  }
  .news_list .data {
    line-height: initial;
    font-size: 1.6rem;
    background: none;
  }
  .news_list h3 {
    font-size: 1.5rem;
    line-height: initial;
  }
  .aside_tit {
    font-size: 3rem;
    padding-top: 40px;
    background-size: 80px auto;
  }
}
/****************************************

content下層用

*****************************************/
/* フレックス設定 */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.flex_s {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .flex figure,
  .flex_r figure {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/*私たちの想い*/
.ceo {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 15px;
}
.ceo span {
  font-size: 1.8rem;
  margin-left: 10px;
}

.idea_box {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 2.8rem;
  padding-bottom: 40px;
  margin-bottom: 30px;
  background: url(images/top_subhead02.png) center bottom/auto no-repeat;
}
.idea_box .sub {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
}

.about_li {
  gap: 40px;
}
.about_li dl {
  width: 48%;
}
.about_li dl dt {
  position: relative;
  color: #eb9292;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.about_li dl dt::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px; /* 必要に応じて調整 */
  background: repeating-linear-gradient(to right, #f8dce2, #f8dce2 6px, #ffffff 6px, #ffffff 12px);
}

@media screen and (max-width: 767px) {
  .ceo {
    margin-bottom: 30px;
  }
  .idea_box {
    background: none;
    padding-bottom: 0;
  }
  .idea_box p {
    font-size: 2.2rem;
  }
  .idea_box .sub {
    font-size: 1.4rem;
    color: #666;
  }
  .about_li {
    gap: 20px;
  }
  .about_li dl {
    width: 100%;
  }
}
/*事例紹介*/
.case_box {
  gap: 40px;
}
.case_box::after {
  content: "";
  width: 330px;
  height: auto;
}

.case_parts figure {
  margin-bottom: 10px;
}
.case_parts figure img {
  width: 100%;
  max-width: 330px;
  height: auto;
  aspect-ratio: 4/3;
}
.case_parts p {
  text-align: 1.5rem;
}

@media screen and (max-width: 767px) {
  .case_box {
    gap: 4%;
  }
  .case_box article {
    width: 48%;
    margin-bottom: 3%;
  }
}
/*リユース品*/
.reuse_box01 {
  gap: 50px 40px;
}
.reuse_box01 figure {
  margin-bottom: 15px;
}
.reuse_box01 .btn01 {
  margin: 35px auto 0;
  text-align: center;
  display: none;
}
.reuse_box01 .btn01 span {
  margin: 0 auto;
}

/*よくある質問*/
.faq_box dl:not(:last-child) {
  margin-bottom: 30px;
}
.faq_box dl dt {
  position: relative;
  color: #eb9292;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 0 10px 30px;
}
.faq_box dl dt::before {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  content: "Q";
  left: 0;
  top: 3px;
  width: 100%;
  font-size: 2.2rem;
  line-height: 1;
}
.faq_box dl dt::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px; /* 必要に応じて調整 */
  background: repeating-linear-gradient(to right, #f8dce2, #f8dce2 6px, #ffffff 6px, #ffffff 12px);
}
.faq_box dl dd {
  position: relative;
  padding: 0 0 0 30px;
}
.faq_box dl dd::before {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  content: "A";
  left: 2px;
  top: 3px;
  width: 100%;
  font-size: 2.2rem;
  line-height: 1;
  color: #eb9292;
}

/*ブログ*/
.blog_box article:not(:last-child) {
  margin-bottom: 40px;
}
.blog_box h2 {
  margin-bottom: 15px;
}
.blog_box .data {
  display: block;
  color: rgba(51, 51, 51, 0.6);
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}
.blog_box .txt640 .btn01 {
  text-align: right;
}
.blog_box .txt640 .btn01 a {
  width: 240px;
  height: 50px;
  margin-top: 40px;
  justify-content: center;
}
.blog_box figure {
  height: 280px;
}
.blog_box figure img {
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
}

@media screen and (max-width: 767px) {
  .blog_box article:not(:last-child) {
    margin-bottom: 40px;
  }
  .blog_box figure {
    margin-bottom: 20px;
  }
  .blog_box .txt640 .btn01 {
    text-align: center;
  }
}
/*お問い合わせ*/
.contact_tel {
  margin-top: 10px;
}
.contact_tel a {
  text-decoration: none;
}

.policy_box {
  background: #fbf4f4;
  margin-bottom: 50px;
  text-align: center;
  padding: 25px 30px 30px;
  margin-bottom: 20px;
}
.policy_box dt {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.policy_box dd,
.policy_box p,
.policy_box li {
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .policy_box dd {
    text-align: left;
  }
}
/****************************************

single.php

*****************************************/
.single_box {
  padding-bottom: 100px;
}
.single_box .date {
  display: block;
  margin-bottom: 20px;
  color: #999;
  font-size: 1.5rem;
}
.single_box img {
  max-width: 1020px;
  width: auto;
  height: auto;
  margin: 15px 15px 15px 0;
}
.single_box img:last-child {
  margin: 15px 0 15px 0;
}

.nav-below {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 70px auto 0;
}
.nav-below .list {
  width: 250px;
  background: #eb9292;
  transition: 0.3s;
}
.nav-below .list a {
  display: block;
  padding: 15px 5px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
}
.nav-below .list:hover {
  background: rgb(238.9534883721, 167.5465116279, 167.5465116279);
}
.nav-below > a {
  display: block;
  width: 140px;
  padding: 15px 5px;
  background: rgba(238, 238, 238, 0.5);
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  border: solid 1px rgba(51, 51, 51, 0.16);
}
.nav-below > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #eb9292;
  transition: 0.3s;
}
.nav-below > a:hover {
  background: rgba(238, 238, 238, 0.2);
}
.nav-below > a:hover span {
  color: rgba(235, 146, 146, 0.8);
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

a.page-numbers {
  background: rgba(238, 238, 238, 0.5);
  border: solid 1px rgba(51, 51, 51, 0.16);
  border-radius: 0px;
  padding: 8px 14px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  transition: 0.3s;
}
a.page-numbers:link, a.page-numbers:visited {
  color: #eb9292;
  text-decoration: none;
  transition: 0.3s;
}
a.page-numbers:hover, a.page-numbers:active {
  color: rgba(235, 146, 146, 0.6);
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.02);
}

.pager .current {
  background: rgba(238, 238, 238, 0.5);
  border: solid 1px rgba(51, 51, 51, 0.16);
  border-radius: 0px;
  padding: 8px 14px;
  margin: 0 3px 5px;
  font-size: 1.8rem;
  background: #eb9292;
  border: solid 1px rgba(51, 51, 51, 0.16);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  .single_box .date {
    font-size: 1.4rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    width: 100%;
    margin-top: 50px;
  }
  .nav-below .list {
    width: 40%;
  }
  .nav-below .list a {
    font-size: 1.3rem;
  }
  .nav-below > a {
    width: 30%;
    font-size: 1.3rem;
  }
}
/****************************************

aside

*****************************************/
aside {
  padding: 80px 0;
  text-align: center;
  background: url(images/aside.jpg) center top no-repeat;
}

.aside_info {
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 35px;
}
.aside_info .tel a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  aside {
    padding: 40px 15px 45px;
  }
  aside p {
    text-align: left;
  }
  .aside_info {
    margin-top: 15px;
  }
}
/****************************************

テーブル

*****************************************/
.table_wrapper {
  border-radius: 10px;
  padding: 40px;
  background: #fff;
}
.table_wrapper .li_circle {
  margin: 0;
}
.table_wrapper .li_circle li {
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 16px;
}
.table_wrapper .li_circle li::before {
  top: 9px;
  width: 10px;
  height: 10px;
  background: #92ae53;
}
.table_wrapper .time_table dl {
  display: flex;
  gap: 20px;
}
.table_wrapper .time_table dl dt {
  min-width: 8%;
}
.table_wrapper .link {
  margin-top: 30px;
  text-align: center;
  font-size: 1.8rem;
}
.table_wrapper .link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.table_wrapper .link a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #eb9292;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.table_wrapper .link a:hover {
  opacity: 1;
  text-decoration: none;
}
.table_wrapper .link a:hover::after {
  background: #eb9292;
  transform-origin: right top;
  transform: scale(0, 1);
}

table {
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
}
table tr {
  border: 1px solid #f8e2e2;
}
table th,
table td {
  text-align: left;
  padding: 12px 25px;
}
table th {
  width: 28%;
  letter-spacing: 0.08em;
  vertical-align: top;
  font-weight: 400;
  background: #fbf4f4;
  border-right: 1px solid #f8e2e2;
}

@media screen and (max-width: 767px) {
  table tr th,
  table tr td {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
  table tr th {
    border-right: none;
  }
}
/****************************************

ボタン

*****************************************/
.btn01 a {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 260px;
  height: 60px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  background: #eb9292;
  transition: 0.4s;
}
.btn01 a::after {
  position: absolute;
  content: "";
  right: 25px;
  top: calc(50% - 1px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
.btn01 a:hover {
  background: #efa7a7;
}
.btn01 a:hover::after {
  right: 20px;
}

.btn02 a {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 260px;
  height: 60px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  background: #eb9292;
  transition: 0.4s;
}
.btn02 a::after {
  position: absolute;
  content: "";
  right: 25px;
  top: calc(50% - 1px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
.btn02 a:hover {
  background: #efa7a7;
}
.btn02 a:hover::after {
  right: 20px;
}
.btn02 a {
  background: #92ae53;
}
.btn02 a:hover {
  background: #a1b96b;
}

.space0 a {
  letter-spacing: 0;
}

.btn03 a {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 260px;
  height: 60px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  background: #eb9292;
  transition: 0.4s;
}
.btn03 a::after {
  position: absolute;
  content: "";
  right: 25px;
  top: calc(50% - 1px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
.btn03 a:hover {
  background: #efa7a7;
}
.btn03 a:hover::after {
  right: 20px;
}
.btn03 a {
  position: static;
  width: 350px;
  letter-spacing: 0.04em;
  justify-content: center;
}
.btn03 span {
  font-size: 1.7rem;
  padding-left: 35px;
  background: url(images/icon_mail.png) center left no-repeat;
  background-size: 22px;
}

@media screen and (max-width: 767px) {
  .btn01 a,
  .btn02 a {
    height: 50px;
  }
  .btn03 a {
    width: 100%;
    height: 50px;
  }
}
/****************************************

テキスト設定

*****************************************/
.tdn {
  text-decoration: none;
  color: #8c0000 !important;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

.marker, .marker02,
.subhead06 {
  display: inline-block;
  color: #eb9292;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 0 5px;
  margin-bottom: 15px;
  background: linear-gradient(transparent 50%, #e1f0f7 50%);
}

.marker02 {
  font-size: 2.1rem;
}

.linkbd {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
}
.linkbd::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(235, 146, 146, 0.8);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
.linkbd:hover {
  opacity: 0.7;
  color: #eb9292;
}
.linkbd:hover::after {
  transform: scale(1, 1);
}

.txt570 {
  width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .txt570 {
    max-width: 570px;
  }
}

.txt640 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .txt640 {
    max-width: 640px;
  }
}

.frame_box {
  border: 2px solid #c0b89d;
  border-radius: 19px;
  padding: 30px;
  background: #fbfbf9;
}
.frame_box p {
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.li_circle li {
  position: relative;
  padding-left: 20px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.li_circle li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #eb9292;
}

.li_check {
  gap: 4%;
}
.li_check li {
  width: 48%;
  padding: 12px 0 12px 40px;
  background: url(images/icon_check.svg) left center no-repeat;
  font-size: 1.9rem;
  color: #92ae53;
  text-align: left;
  border-bottom: 1px dotted rgba(146, 174, 83, 0.26);
}

.li_btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.space20 {
  margin-left: 20px;
}

@media print, screen and (max-width: 1830px) {
  .li_btn a {
    padding: 16px 10px;
    min-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 25px !important;
  }
  .mb45,
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb80,
  .mb90,
  .mb100,
  .sp80 {
    margin-bottom: 40px !important;
  }
  .mt35 {
    margin: 25px auto 0 !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .pb100 {
    padding-bottom: 60px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .txt_center {
    text-align: left;
  }
  .frame_li {
    gap: 5px;
  }
  .frame_li li {
    font-size: 1.3rem;
    max-width: 48.6%;
    margin-bottom: 4px !important;
    padding: 12px 10px;
    justify-content: left;
    text-align: left;
  }
  .num_li dl {
    padding-left: 0;
  }
  .num_li dl::before {
    width: 46px;
    height: 46px;
    top: -5px;
  }
  .num_li dl::after {
    left: 10px;
    top: 0;
    font-size: 2.6rem;
  }
  .num_li dt {
    font-size: 2.2rem;
    padding-left: 60px;
  }
  .num_li dd::after {
    font-size: 2.6rem;
    top: -1px;
    left: 10px;
  }
}
/****************************************

P

*****************************************/
/*block要素*/
.break {
  display: block;
}

/* 改行 */
.line_break {
  padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調 */
.bold {
  font-weight: 600;
}

.big {
  font-size: 1.8rem;
}

.red {
  color: #d22b2c;
}

.pink {
  color: #eb9292;
}

.green {
  color: #92ae53;
}

.font24 {
  font-size: 2.4rem;
}

.font30 {
  font-size: 3rem;
}

.font34 {
  font-size: 3.4rem;
}

.font36 {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }
  .font30 {
    font-size: 2.4rem;
  }
  .font32 {
    font-size: 2.6rem;
  }
  .font34 {
    font-size: 2.8rem;
  }
}
/* 位置 */
@media print, screen and (min-width: 768px) {
  .align_center {
    text-align: center;
  }
}
/****************************************

画像

*****************************************/
.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
}

.img400 {
  width: 100%;
  max-width: 400px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*エレメンター*/
@media print, screen and (min-width: 768px) {
  .elementor-heading-title {
    line-height: 1.6 !important;
    font-weight: 600 !important;
  }
  .flex .elementor-container {
    justify-content: space-between;
    width: 100%;
  }
}
/****************************************

トップページタイトル

*****************************************/
.top_headline {
  padding-bottom: 40px;
  margin-bottom: 30px;
  background: url(images/top_headline.png) center bottom no-repeat;
}

.top_subhead01, .top_subhead02 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  color: #92ae53;
  padding-bottom: 10px;
  letter-spacing: 0;
  background: url(images/top_subhead01.png) center bottom/contain no-repeat;
  margin-bottom: 35px;
}
.top_subhead01 .sub, .top_subhead02 .sub {
  display: block;
  font-size: 2rem;
  color: #333;
  letter-spacing: 0.1em;
}

.top_subhead02 {
  color: #333;
  background: url(images/top_subhead02.png) center bottom/contain no-repeat;
}
.top_subhead02 .pink {
  color: #eb9292;
}

.top_subhead03 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 87px;
  margin-bottom: 45px;
  background: url(images/top_subhead03.png) center center no-repeat;
}

.aside_tit {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5rem;
  padding-top: 65px;
  margin-bottom: 30px;
  background: url(images/aside_tit.png) center top no-repeat;
}

@media screen and (max-width: 767px) {
  .top_headline {
    background: none;
    padding: 0;
  }
  .aside_tit {
    font-size: 3rem;
    padding-top: 40px;
    margin-bottom: 20px;
    background-size: 80px auto;
  }
  .top_subhead01,
  .top_subhead02 {
    font-size: 3rem;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  .top_subhead01 .sub,
  .top_subhead02 .sub {
    font-size: 1.8rem;
  }
  .top_subhead03 {
    font-size: 3rem;
    line-height: 65px;
    background-size: contain;
    margin-bottom: 0;
  }
}
/****************************************

下層ページタイトル

*****************************************/
.headline {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 3rem;
  padding-bottom: 35px;
  margin-bottom: 50px;
  background: url(images/top_headline.png) center bottom no-repeat;
}
.headline span {
  font-size: 2.2rem;
}

.subhead01, .single_tit {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
  padding: 10px 30px 12px;
  margin-bottom: 35px;
  line-height: 1.5;
  background: url(images/top_box03.jpg) right -140px top -286px no-repeat #fbf3f3;
}

.subhead02 {
  font-size: 1.6rem;
  color: #fff;
  background: #eb9292;
  text-align: center;
  padding: 10px;
  margin-bottom: 5px;
}

.subhead03 {
  position: relative;
  color: #eb9292;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.subhead03::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px; /* 必要に応じて調整 */
  background: repeating-linear-gradient(to right, #f8dce2, #f8dce2 6px, #ffffff 6px, #ffffff 12px);
}

@media screen and (max-width: 767px) {
  .headline {
    background: none;
    padding-bottom: 0;
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .subhead01,
  .single_tit {
    padding: 10px 15px 12px;
    font-size: 1.8rem;
    margin-bottom: 25px;
    line-height: 1.4;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  footer {
    padding: 10px 0 60px !important;
    text-align: center;
  }
  small {
    display: block;
    font-size: 1.3rem;
    text-align: center;
  }
  #pc_footer {
    display: none;
  }
  #sp_footer {
    position: relative;
  }
  #sp_footer .sp_bnr {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  #sp_footer .sp_bnr .sp_bnr_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50%;
    background: #eb9292;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img {
    width: 25px;
    margin-bottom: 7px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
  }
  #sp_footer .sp_bnr .sp_tel {
    flex-direction: row;
  }
  #sp_footer .sp_bnr .sp_tel img {
    margin-bottom: 0;
  }
  #sp_footer .sp_bnr .sp_tel p {
    font-size: 2.8rem;
    line-height: 1;
  }
  #sp_footer .sp_bnr .sp_pagetop {
    background: #92ae53;
    width: 25%;
  }
  #sp_footer .sp_footer_box {
    padding: 0px 10px 10px;
    text-align: center;
    background: url(images/column_bg01.jpg) repeat top center/contain;
  }
  #sp_footer .sp_footer_box ul {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 15px 0;
  }
  #sp_footer .sp_footer_box ul img {
    width: auto;
  }
  .pc_copyright {
    display: none;
  }
}
/****************************************

pc_footer

*****************************************/
footer {
  position: relative;
}
footer .license {
  padding: 20px 25px;
  background: rgba(235, 146, 146, 0.2);
}

#pc_footer {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  padding: 70px 0 60px;
}
#pc_footer .inner {
  align-items: center;
  margin-bottom: 35px;
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 99;
  transition: transform 0.3s ease-out;
}
.pagetop:hover {
  transform: translateY(-10px);
}

.sitemap {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: center;
}
.sitemap li {
  position: relative;
  padding: 0 8px;
}
.sitemap li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  right: 0;
  top: 50%;
  background: #333;
  transform: translateY(-50%);
}
.sitemap li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 999;
}
.sitemap li a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(51, 51, 51, 0.8);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
.sitemap li a:hover {
  opacity: 0.7;
  color: #333;
}
.sitemap li a:hover::after {
  transform: scale(1, 1);
}

@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  .pc_copyright {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
    background: #eb9292;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #eb9292 solid;
  border-radius: 0;
  background-color: #eb9292;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  box-shadow: 0 0 1px 1px rgba(235, 146, 146, 0.3);
  background-color: #fff;
  color: #eb9292;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #eb9292 solid;
  box-shadow: 0 0 2px 2px rgba(235, 146, 146, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.foam_come {
  text-align: center;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.5rem;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 3px 7px 4px;
  background: #b20000;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}
.form_row .form_label .any {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 3px 7px 4px;
  background: #888888;
  margin-right: 10px;
  border-radius: 0;
  line-height: initial;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #eb9292;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #eb9292;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #eb9292;
  border-right: 3px solid #eb9292;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #eb9292;
  box-shadow: 0 0 2px 2px rgba(235, 146, 146, 0.5);
  background-color: #eb9292;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(235, 146, 146, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #eb9292;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #eb9292;
  border-right: 1px solid #eb9292;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #eb9292;
  border-right: 1px solid #eb9292;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #eb9292;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(235, 146, 146, 0.7), rgba(235, 146, 146, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(235, 146, 146, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(235, 146, 146, 0.3);
}

.wpcf7-response-output {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .wpcf7 .tc input[type=submit] {
    font-size: 16px;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .foam_come {
    text-align: left;
  }
  .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 10px;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */