@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
html {
  font-size: 62.5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

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

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  color: #3b2f14;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: 0.2rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
}

.fixed-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  background: url(../img/common/fixed_bg.jpg) no-repeat center bottom/cover;
  z-index: -1;
}

@media screen and (min-width: 767px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 767px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .inbox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  .widebox {
    width: 90%;
  }
}

.com-dl .in-dl,
.com-dl dd,
.com-dl dt {
  box-sizing: border-box;
}
.com-dl > .in-dl {
  border-bottom: 1px solid transparent;
}
.com-dl > .in-dl:nth-child(1) {
  border-top: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: table-cell;
    vertical-align: middle;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: block;
    padding: 10px 10px;
  }
}
.com-dl > .in-dl > dt {
  background: #f2f2f2;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dd {
    width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dd {
    width: 100%;
  }
}
.com-dl > .in-dl > dd a {
  color: #3b2f14;
}

.title01 .main,
.title01 .sub {
  display: block;
  font-weight: 500;
  line-height: 1.6;
}
.title01 .main {
  color: #db8c94;
}
.title01 .sub {
  color: #ac88b9;
}
@media screen and (min-width: 767px) {
  .title01 {
    margin-bottom: 30px;
  }
  .title01 .main {
    font-size: 30px;
  }
  .title01 .sub {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    margin-bottom: 20px;
  }
  .title01 .main {
    font-size: 20px;
  }
  .title01 .sub {
    margin-top: 10px;
    font-size: 15px;
  }
}

.c-title {
  font-weight: 500;
}
.c-title .sub,
.c-title .main {
  display: block;
}
.c-title .sub {
  line-height: 1.5;
  color: #ac88b9;
}
@media screen and (min-width: 767px) {
  .c-title {
    margin-bottom: 45px;
  }
  .c-title .sub {
    font-size: 20px;
    margin-top: 6px;
  }
  .c-title .main {
    font-size: 35px;
    letter-spacing: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .c-title .sub {
    font-size: 16px;
    margin-top: 8px;
  }
  .c-title .main {
    font-size: 22px;
    letter-spacing: 0.3rem;
  }
}

.lang {
  font-family: "Libre Baskerville", serif;
}

.maincolor-f {
  color: #db8c94;
}

@media screen and (min-width: 767px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #db8c94;
  box-sizing: border-box;
  border-radius: 8px;
  transition: 0.2s all ease-in;
  position: relative;
}
.c-button .bi {
  transition: 0.2s all ease-in;
  color: #db8c94;
}
.c-button .bi-arrow-right-short {
  position: absolute;
  right: 10px;
  font-size: 20px;
}
.c-button .text {
  transition: 0.2s all ease-in;
  color: #db8c94;
}
.c-button.purple-button {
  border: solid 1px #ac88b9;
}
.c-button.purple-button:hover {
  background: #ac88b9;
}
.c-button.purple-button:hover .text,
.c-button.purple-button:hover .bi {
  color: #fff;
}
.c-button.purple-button .text,
.c-button.purple-button .bi {
  color: #ac88b9;
}
.c-button.no-border {
  border: none;
}
@media screen and (min-width: 767px) {
  .c-button {
    height: 60px;
  }
  .c-button:hover {
    background: #db8c94;
  }
  .c-button:hover .text,
  .c-button:hover .bi {
    color: #fff;
  }
  .c-button.small-button {
    width: 230px;
  }
  .c-button.middle-button {
    width: 500px;
  }
  .c-button.no-border {
    width: 140px;
    justify-content: flex-start;
    padding-left: 10px;
  }
  .c-button.no-border .bi-arrow-right-short {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 60px;
  }
  .c-button:hover {
    background: #db8c94;
  }
  .c-button:hover .text,
  .c-button:hover .bi {
    color: #fff;
  }
  .c-button:hover .text {
    font-size: 14px;
  }
  .c-button.small-button {
    width: 200px;
  }
  .c-button.middle-button {
    width: 100%;
  }
  .c-button.no-border {
    width: 110px;
    height: 30px;
    justify-content: flex-start;
    padding-left: 10px;
    font-size: 12px;
  }
  .c-button.no-border .bi-arrow-right-short {
    right: 0;
  }
}

.tel-box {
  line-height: 1.2;
  color: #ac88b9 !important;
}
@media screen and (min-width: 767px) {
  .tel-box .bi {
    font-size: 25px;
  }
  .tel-box .number {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tel-box .bi {
    font-size: 12px;
  }
  .tel-box .number {
    font-size: 20px;
  }
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 767px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #3b2f14;
}
@media screen and (min-width: 767px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #db8c94;
}
@media screen and (min-width: 767px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 767px) {
  .page-btn {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 767px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 767px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 767px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

@media screen and (min-width: 767px) {
  #bread-clumb {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    padding: 10px 0 50px;
  }
  #bread-clumb li {
    position: relative;
    color: #3b2f14;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #3b2f14;
    transition: 0.2s all ease-in;
  }
  #bread-clumb li a:hover {
    color: #db8c94;
  }
}
@media screen and (max-width: 768px) {
  #bread-clumb {
    display: none;
  }
}

/*=========================================================
	Header
=========================================================*/
.header {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .header {
    height: 125px;
    padding: 0 30px;
  }
  .header .header-left {
    width: 15%;
  }
  .header .header-right {
    width: 85%;
  }
  .header .nav-list {
    gap: 15px;
  }
  .header .nav-list .text-link a {
    display: block;
    padding: 0 5px;
    transition: 0.2s all ease-in;
    border-bottom: 1px solid transparent;
  }
  .header .nav-list .text-link a:hover {
    color: #db8c94;
    border-bottom: 1px solid #db8c94;
  }
  .header .nav-list .button-link {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 100px;
    padding: 0 3%;
  }
  .header .header-left {
    width: 180px;
    line-height: 1;
  }
  .header .header-right {
    display: none;
  }
}

/*Mainvisual
=========================================================*/
@media screen and (min-width: 767px) {
  .mainvisual .catch {
    width: 30%;
    background: url(../img/top/mv_bg-doco.png) no-repeat left bottom/100%;
  }
  .mainvisual .catch img {
    width: 65%;
  }
  .mainvisual-img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual {
    flex-wrap: wrap;
  }
  .mainvisual .catch {
    padding: 5% 0 10%;
    width: 100%;
    background: url(../img/top/mv_bg-doco.png) no-repeat left bottom/100%;
  }
  .mainvisual .catch img {
    width: 55%;
  }
  .mainvisual-img {
    width: 90%;
    margin: 0 0 0 auto;
  }
}
/*=========================================================
	Top page
=========================================================*/
/*top-about
=========================================================*/
@media screen and (min-width: 767px) {
  .top-about {
    padding: 90px 0 100px;
    position: relative;
  }
  .top-about-img {
    width: calc(50% - 20px);
    position: absolute;
    right: 0;
    height: 100%;
    box-sizing: border-box;
    background: url(../img/top/top_about-bg.png) no-repeat right top;
  }
  .top-about-contents {
    padding-top: 45px;
    box-sizing: border-box;
    width: 50%;
  }
  .top-about-contents .button-box {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 25% 0 60px;
    position: relative;
  }
  .top-about-img {
    width: 100%;
    background: url(../img/top/top_about-bg.png) no-repeat right top/40%;
    margin-bottom: 50px;
  }
  .top-about-img img {
    width: 95%;
    margin: 0 0 0 auto;
  }
  .top-about-contents {
    box-sizing: border-box;
  }
  .top-about-contents .button-box {
    margin-top: 50px;
  }
}

/*top-diagnosis
=========================================================*/
.top-diagnosis-list {
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.top-diagnosis-list:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 50%;
  background: #999;
}
@media screen and (min-width: 767px) {
  .top-diagnosis {
    padding: 100px 0;
    background: url(../img/top/top_diagnosis-bg-deco-lt.png) no-repeat left top,
      url(../img/top/top_diagnosis-bg-deco-rb.png) no-repeat right bottom;
  }
  .top-diagnosis .c-title {
    margin-bottom: 50px;
  }
  .top-diagnosis-list {
    gap: 30px;
    padding: 50px 85px;
    border-radius: 8px;
  }
  .top-diagnosis-list:before {
    height: 80px;
    bottom: -60px;
  }
  .top-diagnosis-list-item {
    width: 345px;
    height: 110px;
    text-align: center;
    border-radius: 20px 0 20px 0;
    font-size: 20px;
    line-height: 1.6;
  }
  .top-diagnosis-list-item:nth-child(6n + 1),
  .top-diagnosis-list-item:nth-child(6n + 2),
  .top-diagnosis-list-item:nth-child(6n + 3) {
    color: #db8c94;
    border: solid 1px #db8c94;
  }
  .top-diagnosis-list-item:nth-child(6n + 4),
  .top-diagnosis-list-item:nth-child(6n + 5),
  .top-diagnosis-list-item:nth-child(6n + 6) {
    color: #ac88b9;
    border: solid 1px #ac88b9;
  }
  .top-diagnosis-text {
    text-align: center;
    margin-top: 120px;
    font-size: 20px;
  }
  .top-diagnosis-topic {
    margin-top: 50px;
    border: solid 1px #db8c94;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
  }
  .top-diagnosis-topic-img {
    width: 550px;
  }
  .top-diagnosis-topic-contents {
    width: calc(100% - 550px);
    box-sizing: border-box;
    padding-left: 30px;
  }
  .top-diagnosis-topic-contents-title {
    font-size: 30px;
    line-height: 1.4;
    color: #db8c94;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .top-diagnosis-topic-contents-text {
    line-height: 1.4;
  }
  .top-diagnosis-topic-contents .c-button {
    margin-top: 10px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-diagnosis {
    padding: 60px 0;
    background: url(../img/top/top_diagnosis-bg-deco-lt.png) no-repeat left top,
      url(../img/top/top_diagnosis-bg-deco-rb.png) no-repeat right bottom;
  }
  .top-diagnosis .c-title {
    margin-bottom: 40px;
  }
  .top-diagnosis-list {
    gap: 20px 0;
    padding: 30px 20px 40px;
    border-radius: 8px;
  }
  .top-diagnosis-list:before {
    height: 40px;
    bottom: -20px;
  }
  .top-diagnosis-list-item {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px 0 20px 0;
    font-size: 18px;
    line-height: 1.6;
  }
  .top-diagnosis-list-item:nth-child(6n + 1),
  .top-diagnosis-list-item:nth-child(6n + 2),
  .top-diagnosis-list-item:nth-child(6n + 3) {
    color: #db8c94;
    border: solid 1px #db8c94;
  }
  .top-diagnosis-list-item:nth-child(6n + 4),
  .top-diagnosis-list-item:nth-child(6n + 5),
  .top-diagnosis-list-item:nth-child(6n + 6) {
    color: #ac88b9;
    border: solid 1px #ac88b9;
  }
  .top-diagnosis-text {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
  }
  .top-diagnosis-topic {
    width: 100%;
    margin-top: 40px;
    border: solid 1px #db8c94;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    flex-wrap: wrap;
  }
  .top-diagnosis-topic-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-diagnosis-topic-contents {
    width: 100%;
    box-sizing: border-box;
  }
  .top-diagnosis-topic-contents-title {
    font-size: 20px;
    line-height: 1.4;
    color: #db8c94;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .top-diagnosis-topic-contents .c-button {
    margin-top: 25px;
    height: 50px;
  }
  .top-diagnosis-topic-contents .c-button .text {
    font-size: 14px;
  }
  .top-diagnosis-topic-text {
    font-size: 14px;
  }
}

/*top-plan
=========================================================*/
@media screen and (min-width: 767px) {
  .top-plan {
    padding: 100px 0 75px;
  }
  .top-plan .c-title {
    margin-bottom: 25px;
  }
  .top-plan-contents {
    flex-direction: row-reverse;
  }
  .top-plan-contents-img {
    width: 560px;
  }
  .top-plan-list {
    width: 640px;
  }
  .top-plan-list-item {
    border-bottom: 1px solid #db8c94;
  }
  .top-plan-list-item a {
    display: block;
    padding: 35px 0;
    box-sizing: border-box;
    position: relative;
    transition: 0.1s all ease-in;
  }
  .top-plan-list-item a:hover {
    background: rgba(219, 140, 148, 0.1);
    padding-left: 15px;
  }
  .top-plan-list-item-name {
    color: #db8c94;
    font-weight: 500;
    line-height: 1.4;
    font-size: 30px;
    margin-bottom: 10px;
  }
  .top-plan-list-item .bi-arrow-right-short {
    position: absolute;
    right: 0;
    bottom: 40px;
    color: #db8c94;
    font-size: 30px;
  }
  .top-plan-img {
    width: 95%;
    margin: 0 auto;
    margin-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .top-plan {
    padding: 60px 0;
  }
  .top-plan .c-title {
    margin-bottom: 25px;
  }
  .top-plan-contents {
    flex-wrap: wrap;
  }
  .top-plan-contents-img {
    display: none;
  }
  .top-plan-list {
    width: 100%;
  }
  .top-plan-list-item {
    border-bottom: 1px solid #db8c94;
  }
  .top-plan-list-item a {
    display: block;
    padding: 20px 30px 20px 0;
    box-sizing: border-box;
    position: relative;
    transition: 0.1s all ease-in;
  }
  .top-plan-list-item a:hover {
    background: rgba(219, 140, 148, 0.1);
    padding-left: 15px;
  }
  .top-plan-list-item-name {
    color: #db8c94;
    font-weight: 500;
    line-height: 1.4;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .top-plan-list-item-text {
    font-size: 14px;
  }
  .top-plan-list-item .bi-arrow-right-short {
    position: absolute;
    right: 0;
    bottom: 40px;
    color: #db8c94;
    font-size: 25px;
  }
  .top-plan-img {
    width: 95%;
    margin: 0 auto;
    margin-top: 60px;
  }
}

/*top-column
=========================================================*/
@media screen and (min-width: 767px) {
  .top-column {
    padding: 75px 0 90px;
  }
  .top-column-list {
    gap: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #db8c94;
  }
  .top-column-list-card {
    width: 400px;
    transition: 0.2s all ease-in;
  }
  .top-column-list-card:hover {
    opacity: 0.7;
  }
  .top-column-list-card-title {
    line-height: 1.6;
  }
  .top-column-list-card-text {
    margin-top: 5px;
    color: #999;
    font-size: 14px;
    letter-spacing: 0.1rem;
    line-height: 1.6;
  }
  .top-column-list .com-img {
    height: 270px;
    border: solid 1px #db8c94;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .top-column-list time {
    display: block;
    font-family: "Libre Baskerville", serif;
    color: #999;
    font-size: 14px;
  }
  .top-column .middle-button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column-list {
    gap: 40px 0;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #db8c94;
  }
  .top-column-list-card {
    width: 100%;
    transition: 0.2s all ease-in;
  }
  .top-column-list-card:hover {
    opacity: 0.7;
  }
  .top-column-list-card-title {
    line-height: 1.6;
    margin: 10px 0;
  }
  .top-column-list-card-text {
    margin-top: 5px;
    color: #999;
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
  .top-column-list .com-img {
    padding-top: 67%;
    border: solid 1px #db8c94;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .top-column-list time {
    display: block;
    font-family: "Libre Baskerville", serif;
    color: #999;
    font-size: 14px;
  }
  .top-column .middle-button {
    margin: 0 auto;
  }
}

/*top-
=========================================================*/
@media screen and (min-width: 767px) {
  .top-news {
    padding: 90px 0 100px;
  }
  .top-news-contents {
    width: 310px;
    min-height: 250px;
    position: relative;
  }
  .top-news-contents .button-box {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .top-news-list {
    width: calc(100% - 310px);
  }
  .top-news-list-item {
    border-bottom: 1px solid #db8c94;
  }
  .top-news-list-item a {
    display: block;
    position: relative;
    padding: 30px 0;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    box-sizing: border-box;
    transition: 0.1s all ease-in;
  }
  .top-news-list-item a:hover {
    padding-left: 15px;
    background: rgba(219, 140, 148, 0.1);
  }
  .top-news-list-item time {
    display: block;
    color: #999;
    font-size: 14px;
    font-family: "Libre Baskerville", serif;
  }
  .top-news-list-item-title,
  .top-news-list-item .bi {
    color: #db8c94;
  }
  .top-news-list-item .bi-arrow-right-short {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 60px 0;
  }
  .top-news .inbox {
    flex-wrap: wrap;
  }
  .top-news-contents {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }
  .top-news-contents .c-title {
    margin-bottom: 0;
  }
  .top-news-contents .button-box {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .top-news-list {
    width: 100%;
  }
  .top-news-list-item {
    border-bottom: 1px solid #db8c94;
  }
  .top-news-list-item a {
    display: block;
    position: relative;
    padding: 20px 30px 20px 0;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    box-sizing: border-box;
    transition: 0.1s all ease-in;
  }
  .top-news-list-item a:hover {
    padding-left: 15px;
    background: rgba(219, 140, 148, 0.1);
  }
  .top-news-list-item time {
    line-height: 1;
    display: block;
    color: #999;
    font-size: 13px;
    font-family: "Libre Baskerville", serif;
    margin-bottom: 10px;
  }
  .top-news-list-item-title,
  .top-news-list-item .bi {
    color: #db8c94;
  }
  .top-news-list-item-title {
    font-size: 14px;
  }
  .top-news-list-item .bi-arrow-right-short {
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*l-cta
=========================================================*/
.l-cta {
  position: relative;
}
.l-cta-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.l-cta-container {
  background: #fff;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .l-cta {
    padding: 150px 0 0;
  }
  .l-cta-img {
    height: 370px;
    width: 100%;
    background: url(../img/common/com-cta-bg.jpg) no-repeat center/cover;
  }
  .l-cta .c-title {
    margin-bottom: 30px;
  }
  .l-cta-container {
    z-index: 10;
    padding: 50px 100px;
  }
  .l-cta-text {
    font-size: 20px;
  }
  .l-cta-list {
    margin-top: 50px;
    gap: 40px;
  }
  .l-cta-list-item.button-item {
    width: 300px;
    letter-spacing: 0.1rem;
  }
  .l-cta-list-item .c-button {
    height: 70px;
  }
  .l-cta-list-item .bi-envelope-fill {
    font-size: 25px;
  }
  .l-cta-list-item .bi,
  .l-cta-list-item .ic {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 15% 0 0;
  }
  .l-cta-img {
    padding-top: 30%;
    width: 100%;
    background: url(../img/common/com-cta-bg.jpg) no-repeat center/cover;
  }
  .l-cta .c-title {
    margin-bottom: 25px;
  }
  .l-cta-container {
    z-index: 10;
    padding: 20px;
  }
  .l-cta-text {
    text-align: left;
    font-size: 15px;
  }
  .l-cta-list {
    margin-top: 20px;
    gap: 20px;
  }
  .l-cta-list-item.button-item {
    width: 100%;
    letter-spacing: 0.1rem;
  }
  .l-cta-list-item .c-button {
    height: 65px;
  }
  .l-cta-list-item .bi-envelope-fill {
    font-size: 20px;
  }
  .l-cta-list-item .bi,
  .l-cta-list-item .ic {
    margin-right: 10px;
  }
}

/*=========================================================
	footer
=========================================================*/
@media screen and (min-width: 767px) {
  .footer-wrp {
    background: url(../img/common/ft-bg.jpg) no-repeat right bottom;
    padding: 80px 0;
  }
  .footer-info {
    width: 590px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-address {
    margin-bottom: 30px;
  }
  .footer-tel {
    width: 275px;
  }
  .footer-tel .sub-tel {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1;
    color: #000;
  }
  .footer-tel .sub-tel dt {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #3b2f14;
  }
  .footer-tel .sub-tel a {
    color: #3b2f14;
  }
  .footer-nav {
    width: calc(100% - 590px);
  }
  .footer-nav-list {
    letter-spacing: 0;
  }
  .footer-nav-list:nth-child(1) {
    width: 275px;
  }
  .footer-nav-list:nth-child(2) {
    width: 240px;
  }
  .footer-nav-list:nth-child(3) {
    width: calc(100% - 515px);
  }
  .footer-nav-list-item {
    margin-bottom: 40px;
  }
  .footer-nav-list-item:last-of-type {
    margin-bottom: 0;
  }
  .footer-nav-list-item a {
    transition: 0.1s all ease-in;
  }
  .footer-nav-list-item a:hover {
    color: #db8c94;
  }
}
@media screen and (max-width: 768px) {
  .footer-wrp {
    background: #fff url(../img/common/ft-bg.jpg) no-repeat right bottom/200%;
    padding: 60px 0;
  }
  .footer .widebox {
    flex-wrap: wrap;
  }
  .footer-info {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer-logo {
    width: 180px;
    margin-bottom: 40px;
  }
  .footer-address {
    margin-bottom: 15px;
  }
  .footer-tel .sub-tel {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1;
    color: #000;
  }
  .footer-tel .sub-tel dt {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #3b2f14;
  }
  .footer-tel .sub-tel a {
    color: #3b2f14;
  }
  .footer .sub-tel {
    justify-content: flex-start;
  }
  .footer-nav {
    flex-wrap: wrap;
    display: flex;
  }
  .footer-nav-list {
    font-size: 14px;
    letter-spacing: 0;
  }
  .footer-nav-list:nth-child(1) {
    width: 50%;
  }
  .footer-nav-list:nth-child(2) {
    width: 50%;
  }
  .footer-nav-list:nth-child(3) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-nav-list:nth-child(3) li {
    width: 50%;
  }
  .footer-nav-list-item {
    margin-bottom: 10px;
  }
  .footer-nav-list-item:last-of-type {
    margin-bottom: 0;
  }
  .footer-nav-list-item a {
    display: block;
    padding: 10px 0;
    transition: 0.1s all ease-in;
  }
  .footer-nav-list-item a:hover {
    color: #db8c94;
  }
}

#copyright {
  background: #f8f8f4;
}
#copyright small {
  color: #3b2f14;
}
#copyright small a {
  color: #3b2f14;
}
@media screen and (min-width: 767px) {
  #copyright {
    text-align: center;
    padding: 5px 0;
  }
  #copyright small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #copyright {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
    padding: 10px 0;
  }
}

/*Components
=========================================================*/
@media screen and (min-width: 767px) {
  .l-space {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-space {
    padding: 60px 0;
  }
}

.l-img-contnets-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .l-img-contnets-item {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
  }
  .l-img-contnets-item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .l-img-contnets-item-img,
  .l-img-contnets-itembox {
    width: 520px;
  }
}
@media screen and (max-width: 768px) {
  .l-img-contnets-item {
    margin-bottom: 60px;
  }
  .l-img-contnets-item-img {
    text-align: center;
    margin-bottom: 30px;
  }
}

.r-img-contnets-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .r-img-contnets-item {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .r-img-contnets-item-img {
    width: 420px;
    order: 2;
  }
  .r-img-contnets-itembox {
    order: 1;
    width: 580px;
  }
  .r-img-contnets-item em {
    font-weight: 700;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .r-img-contnets-item {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .r-img-contnets-item-img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .r-img-contnets-item em {
    font-weight: 700;
    font-size: 18px;
  }
  .r-img-contnets-item .ceo-name {
    text-align: right;
  }
}

.c-table .in-dl {
  border-bottom: 1px solid #db8c94;
}
.c-table .in-dl dt,
.c-table .in-dl dd {
  box-sizing: border-box;
}
.c-table .in-dl dt {
  line-height: 1.2;
  border-left: 5px solid #db8c94;
  color: #db8c94;
  font-weight: 600;
}
.c-table .in-dl dd a {
  color: #3b2f14;
}
@media screen and (min-width: 767px) {
  .c-table .c-title {
    width: 490px;
  }
  .c-table-contents {
    width: 590px;
  }
  .c-table-contents .in-dl {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .c-table-contents .in-dl:last-of-type {
    margin-bottom: 0;
  }
  .c-table-contents dt,
  .c-table-contents dd {
    padding-left: 15px;
    box-sizing: border-box;
  }
  .c-table-contents dt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-table {
    flex-wrap: wrap;
  }
  .c-table .c-title {
    width: 100%;
  }
  .c-table-contents {
    width: 100%;
  }
  .c-table-contents .in-dl {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .c-table-contents .in-dl:last-of-type {
    margin-bottom: 0;
  }
  .c-table-contents dt,
  .c-table-contents dd {
    padding-left: 15px;
    box-sizing: border-box;
  }
  .c-table-contents dt {
    margin-bottom: 10px;
  }
}

.l-table .in-dl {
  border-top: 1px solid #db8c94;
}
.l-table dt {
  color: #db8c94;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .l-table {
    margin-top: 70px;
  }
  .l-table .in-dl {
    padding: 40px 0;
  }
  .l-table dt {
    width: 380px;
    font-size: 20px;
    padding-right: 60px;
  }
  .l-table dd {
    width: calc(100% - 380px);
  }
}
@media screen and (max-width: 768px) {
  .l-table {
    margin-top: 20px;
  }
  .l-table .in-dl {
    padding: 20px 0;
  }
  .l-table dt {
    width: 150px;
    font-size: 14px;
    padding-right: 15px;
  }
  .l-table dd {
    font-size: 13px;
    width: calc(100% - 150px);
  }
}

.cagtegory-list li a {
  border: solid 1px #db8c94;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #db8c94;
}
@media screen and (min-width: 767px) {
  .cagtegory-list {
    gap: 20px;
  }
  .cagtegory-list li {
    width: 200px;
  }
  .cagtegory-list li a {
    height: 50px;
    border-radius: 8px;
    font-size: 16px;
    transition: 0.2s all ease-in;
  }
  .cagtegory-list li a:hover {
    background: #db8c94;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .cagtegory-list {
    gap: 16px;
  }
  .cagtegory-list li {
    width: calc(50% - 8px);
  }
  .cagtegory-list li a {
    height: 50px;
    border-radius: 8px;
    font-size: 13px;
    transition: 0.2s all ease-in;
  }
}

/*利用場面から選ぶ
=========================================================*/
.search-topic {
  position: relative;
}
.search-topic:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  bottom: 0;
  background: #999;
}
.search-topic:after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  bottom: 0;
  background: #999;
}
.search-container {
  background: #fff;
  border: solid 1px #999;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.search-title {
  text-align: center;
}
.search-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search .yes {
  border: solid 1px #db8c94;
  background: #f8f8f4;
  color: #db8c94;
}
.search .no {
  border: solid 1px #ac88b9;
  background: #f8f8f4;
  color: #ac88b9;
}
.search .answer-list {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.search .answer-list-item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.search .answer-list-item:before {
  content: "";
  display: block;
  width: 1px;
  left: 50%;
  background: #999;
  top: 0;
  position: absolute;
}
.search .answer-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
  border-radius: 8px;
  border: solid 1px #db8c94;
  transition: 0.2s all ease-in;
}
.search .answer-list-item a:hover {
  background: #db8c94;
}
.search .answer-list-item a:hover .text,
.search .answer-list-item a:hover .bi {
  color: #fff;
}
.search .answer-list-item .text,
.search .answer-list-item .bi {
  transition: 0.2s all ease-in;
  color: #db8c94;
}
.search .answer-list-item .bi {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .search .level01 {
    padding-bottom: 100px;
  }
  .search .level01:before {
    left: calc(25% - 15px);
    height: calc(100% - 160px);
  }
  .search .level01:after {
    right: calc(25% - 15px);
    height: calc(100% - 160px);
  }
  .search .level02 {
    padding-bottom: 80px;
  }
  .search .level02:after {
    right: calc(25% - 15px);
    height: 100%;
  }
  .search .level03 {
    padding-bottom: 80px;
  }
  .search .level03:after {
    right: calc(25% - 15px);
    height: calc(100% - 160px);
  }
  .search .level04 {
    margin: 0 0 0 auto;
  }
  .search-container {
    padding: 25px 30px;
    border-radius: 8px;
    height: 160px;
  }
  .search-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .search-list li {
    width: calc((100% - 140px) / 2);
    height: 55px;
    border-radius: 20px 0 20px 0;
    font-size: 20px;
  }
  .search-list .text {
    width: 140px;
  }
  .search .middle-contents {
    width: 750px;
  }
  .search .middle-contents .search-list li {
    width: calc((100% - 100px) / 2);
  }
  .search .middle-contents .search-list .text {
    width: 100px;
  }
  .search .answer-list {
    gap: 0 100px;
  }
  .search .answer-list-item {
    padding-top: 50px;
  }
  .search .answer-list-item:before {
    height: calc(100% - 50px);
  }
  .search .answer-list-item a {
    height: 50px;
    width: 295px;
  }
  .search .answer-list .bi {
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .search .level01 {
    padding-bottom: 50px;
  }
  .search .level01:before {
    left: calc(25% - 15px);
    height: calc(100% - 130px);
  }
  .search .level01:after {
    right: calc(25% - 15px);
    height: calc(100% - 130px);
  }
  .search .level02 {
    padding-bottom: 40px;
  }
  .search .level02:after {
    right: calc(25% - 15px);
    height: 100%;
  }
  .search .level03 {
    padding-bottom: 40px;
  }
  .search .level03:after {
    right: calc(25% - 15px);
    height: calc(100% - 130px);
  }
  .search .level04 {
    margin: 0 0 0 auto;
  }
  .search-container {
    padding: 15px;
    border-radius: 8px;
    height: 130px;
  }
  .search-title {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .search-list li {
    text-align: center;
    width: calc((100% - 40px) / 2);
    height: 55px;
    border-radius: 20px 0 20px 0;
    font-size: 12px;
    line-height: 1.5;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .search-list .text {
    width: 40px;
  }
  .search .middle-contents {
    width: 75%;
  }
  .search .middle-contents .search-list li {
    width: calc((100% - 30px) / 2);
  }
  .search .middle-contents .search-list .text {
    width: 30px;
  }
  .search .answer-list {
    gap: 0 10px;
  }
  .search .answer-list-item {
    padding-top: 30px;
    text-align: center;
  }
  .search .answer-list-item:before {
    height: calc(100% - 50px);
  }
  .search .answer-list-item a {
    height: 50px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
    width: 150px;
  }
  .search .answer-list .bi {
    right: 8px;
  }
}

@media screen and (min-width: 767px) {
  .about-scene-list {
    gap: 80px;
    display: flex;
    flex-wrap: wrap;
  }
  .about-scene-contents {
    width: 500px;
  }
  .about-scene-text {
    letter-spacing: 0.15rem;
    margin-bottom: 10px;
  }
  .about-scene-link {
    text-align: right;
    margin-bottom: 15px;
  }
  .about-scene-link-item {
    display: inline-block;
    vertical-align: top;
    padding: 8px 0;
    transition: 0.2s all ease-in;
  }
  .about-scene-link-item:hover {
    background: #db8c94;
    padding: 8px 20px;
  }
  .about-scene-link-item:hover .text,
  .about-scene-link-item:hover .bi {
    color: #fff;
  }
  .about-scene-link-item .text,
  .about-scene-link-item .bi {
    color: #db8c94;
    transition: 0.2s all ease-in;
  }
}
@media screen and (max-width: 768px) {
  .about-scene-list {
    gap: 80px;
    display: flex;
    flex-wrap: wrap;
  }
  .about-scene-contents {
    width: 500px;
  }
  .about-scene-text {
    letter-spacing: 0.15rem;
    margin-bottom: 10px;
  }
  .about-scene-link {
    text-align: right;
    margin-bottom: 15px;
  }
  .about-scene-link-item {
    display: inline-block;
    vertical-align: top;
    padding: 8px 0;
    transition: 0.2s all ease-in;
  }
  .about-scene-link-item:hover {
    background: #db8c94;
    padding: 8px 20px;
  }
  .about-scene-link-item:hover .text,
  .about-scene-link-item:hover .bi {
    color: #fff;
  }
  .about-scene-link-item .text,
  .about-scene-link-item .bi {
    color: #db8c94;
    transition: 0.2s all ease-in;
  }
}

/*葬儀プラン一覧＆詳細
=========================================================*/
@media screen and (min-width: 767px) {
  .plan-category {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .plan-category {
    margin-bottom: 30px;
  }
}

.l-plan-list-item {
  border-bottom: 1px solid #db8c94;
}
.l-plan-list-item a {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.l-plan-list-item a .bi {
  line-height: 1;
  position: absolute;
  right: 0;
  top: 45%;
  color: #db8c94;
}
.l-plan-list-itembox {
  color: #db8c94;
}
.l-plan-list-item .title {
  box-sizing: border-box;
}
.l-plan-list-item-text {
  color: #999;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .l-plan {
    padding: 40px 0;
  }
  .l-plan-contents {
    display: flex;
    gap: 65px;
  }
  .l-plan-img {
    order: 2;
    width: 375px;
  }
  .l-plan-box {
    width: 580px;
    order: 1;
  }
  .l-plan .c-title {
    margin-bottom: 20px;
  }
  .l-plan-list-item a {
    padding: 30px 0;
    transition: 0.2s all ease-in;
  }
  .l-plan-list-item a:hover {
    padding-left: 5px;
    background: rgba(219, 140, 148, 0.1);
  }
  .l-plan-list-item a .bi {
    font-size: 35px;
  }
  .l-plan-list-itembox {
    color: #db8c94;
  }
  .l-plan-list-item .title {
    width: calc(100% - 170px);
    padding-right: 55px;
    font-size: 17px;
    line-height: 1.6;
  }
  .l-plan-list-item .price {
    width: 170px;
    line-height: 1.4;
    font-size: 24px;
  }
  .l-plan-list-item .price small {
    font-size: 14px;
  }
  .l-plan-list-item-text {
    margin-top: 15px;
    font-size: 13px;
    padding-right: 80px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .l-plan {
    padding: 30px 0;
  }
  .l-plan-contents {
    display: flex;
    gap: 50px 0;
    flex-wrap: wrap;
  }
  .l-plan-img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .l-plan .c-title {
    margin-bottom: 30px;
  }
  .l-plan-list-item a {
    padding: 20px 0;
    transition: 0.2s all ease-in;
  }
  .l-plan-list-item a:hover {
    padding-left: 5px;
    background: rgba(219, 140, 148, 0.1);
  }
  .l-plan-list-item a .bi {
    font-size: 30px;
  }
  .l-plan-list-itembox {
    color: #db8c94;
  }
  .l-plan-list-item .title {
    width: calc(100% - 120px);
    padding-right: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  .l-plan-list-item .price {
    width: 120px;
    line-height: 1.4;
    font-size: 20px;
  }
  .l-plan-list-item .price small {
    font-size: 12px;
  }
  .l-plan-list-item-text {
    margin-top: 15px;
    font-size: 13px;
    padding-right: 40px;
  }
}

.s-plan .category-tags li {
  border: solid 1px #db8c94;
  color: #db8c94;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #db8c94;
}
@media screen and (min-width: 767px) {
  .s-plan .c-title {
    margin-bottom: 10px;
  }
  .s-plan .category-tags {
    margin-bottom: 30px;
  }
  .s-plan .category-tags li {
    height: 50px;
    width: 200px;
  }
  .s-plan .com-img {
    width: 900px;
    height: 600px;
    border-radius: 8px;
    border: solid 1px #db8c94;
    margin: 0 auto;
  }
  .s-plan-contents {
    width: 900px;
    margin: 50px auto 0;
  }
  .s-plan-text {
    width: calc(100% - 200px);
  }
  .s-plan .price {
    width: 200px;
    text-align: right;
    color: #db8c94;
    font-size: 24px;
    line-height: 1;
  }
  .s-plan .price small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .s-plan .c-title {
    margin-bottom: 10px;
  }
  .s-plan .category-tags {
    margin-bottom: 30px;
  }
  .s-plan .category-tags li {
    font-size: 11px;
    width: 150px !important;
    height: 40px !important;
  }
  .s-plan .com-img {
    width: 100%;
    padding-top: 67%;
    border-radius: 8px;
    border: solid 1px #db8c94;
    margin: 0 auto;
  }
  .s-plan-contents {
    margin: 40px auto 0;
    flex-wrap: wrap;
  }
  .s-plan-text {
    width: 100%;
    margin-bottom: 30px;
  }
  .s-plan .price {
    width: 100%;
    display: block;
    text-align: right;
    color: #db8c94;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .s-plan .price small {
    font-size: 13px;
  }
}

/* 会社概要
=========================================================*/
@media screen and (min-width: 767px) {
  .message {
    background: url(../img/company/message-bg.png) no-repeat right top -50px;
  }
}
@media screen and (max-width: 768px) {
  .message {
    background: url(../img/company/message-bg.png) no-repeat right top/40%;
  }
}

.googlemap {
  margin-top: 50px;
  height: 250px;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .googlemap {
    height: 450px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 767px) {
  .sub-visual-title {
    font-size: clamp(33px, 2.2vw, 42px);
    width: 42.2%;
    letter-spacing: 1rem;
    padding-bottom: 130px;
    box-sizing: border-box;
    background: url(../img/common/sv_bg-doco.png) no-repeat bottom left/130%;
  }
  .sub-visual-img {
    width: 57.8%;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual-title {
    font-size: 13px;
    letter-spacing: 0.1rem;
    width: 50%;
    box-sizing: border-box;
    background: url(../img/common/sv_bg-doco.png) no-repeat bottom left/100%;
  }
  .sub-visual-img {
    width: 50%;
    text-align: right;
  }
}

.error-text {
  color: #f44336;
}

@media screen and (min-width: 767px) {
  .cont-dl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl {
    margin-bottom: 10%;
  }
}
.cont-dl .in-dl .hissu {
  line-height: 1;
  padding: 6px 8px;
  position: absolute;
  right: 0;
  color: #fff;
  background: #ac88b9;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl .hissu {
    font-size: 13px;
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl .hissu {
    font-size: 3vw;
    top: 15px;
  }
}
.cont-dl .in-dl dt {
  position: relative;
  vertical-align: top;
  background: none;
  color: #db8c94;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dt {
    width: 350px;
  }
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #db8c94;
  border-bottom: 1px solid #db8c94;
}

@media screen and (min-width: 767px) {
  .cont-dl .in-dl dd {
    width: 730px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}
.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="num"],
.cont-dl .in-dl dd input[type="email"],
.cont-dl .in-dl dd input[type="url"],
.cont-dl .in-dl dd input[type="tel"] {
  width: 100%;
  padding: 10px;
  height: 50px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
  font-size: 17px;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  height: 50px;
  color: #3b2f14;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}

.contact-btn ul {
  text-align: center;
}
.contact-btn ul li {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li {
    margin-bottom: 5%;
  }
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  transition: 0.3s;
  font-weight: bold;
  border: solid 1px #db8c94;
  background-color: #db8c94;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 4vw;
    padding: 6% 0;
  }
}
.contact-btn ul li:hover #form-btn {
  color: #db8c94;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li:last-child {
    margin-bottom: 0;
  }
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*Common
----------------------------------------------------*/
/*All Post 
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  .post-wrp .tag-change {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
}
.post-wrp .tag-change li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 8px 10px;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change li {
    margin: 10px 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change li {
    margin-right: 1%;
    min-width: 100px;
  }
}
.post-wrp .tag-change li:last-child {
  margin-right: 0;
}
.post-wrp .tag-change a {
  display: block;
  border: solid 1px #db8c94;
  color: #db8c94;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change a {
    font-size: 3vw;
    padding: 5px 10px;
  }
}
.post-wrp .tag-change .current a {
  background: #db8c94;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}
.post-wrp .all-post-list article {
  border-bottom: 1px solid #db8c94;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article {
    margin-bottom: 25px;
  }
}
.post-wrp .all-post-list article a {
  color: #3b2f14;
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article a {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article a {
    padding: 5% 0;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 5%;
  }
}
.post-wrp .all-post-list article .tag-name {
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: solid 1px #db8c94;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 125px;
    padding: 10px 20px;
    font-size: 12px;
    margin: 3px 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 80px;
    padding: 5px 10px;
    margin: 1% 1% 0 0;
    font-size: 3vw;
  }
}
.post-wrp .all-post-list article .tag-name span {
  color: #db8c94;
}
.post-wrp .all-post-list article time {
  display: block;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time {
    text-align: right;
    margin-bottom: 3%;
    font-size: 11px;
    letter-spacing: 0.1rem;
  }
}
.post-wrp .all-post-list article time span {
  color: #db8c94;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time span {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time span {
    color: #fff;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .com-img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .com-img {
    width: 20%;
    padding-top: 20%;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 855px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 75%;
  }
}
.post-wrp .all-post-list article h4 {
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article h4 {
    font-size: 4vw;
    margin-bottom: 3%;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #3b2f14;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #3b2f14;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #3b2f14;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 3%;
  }
  #contents-u.s-post .s-post-taglist li {
    margin: 1% 1% 0 0;
  }
  #contents-u.s-post .s-post-taglist li span {
    font-size: 3vw;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #db8c94;
}
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #db8c94;
  font-weight: bold;
}
#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  box-sizing: border-box;
  border: solid 1px #db8c94;
  line-height: 1;
  font-size: 14px;
  color: #db8c94;
}
#contents-u.s-post .tag-name span {
  color: #db8c94;
}

#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 10%;
  }
}

#site-map ul li {
  border-bottom: 1px solid #db8c94;
}
#site-map ul li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
  color: #3b2f14;
}
@media screen and (min-width: 767px) {
  #site-map ul li a {
    padding: 20px 0 20px 35px;
  }
  #site-map ul li a:hover:before {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a {
    padding: 15px 0 15px 25px;
  }
}
#site-map ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 50%;
}
@media screen and (min-width: 767px) {
  #site-map ul li a::before {
    margin-top: -4px;
    border: solid 4px #db8c94;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a::before {
    margin-top: -4px;
    border: solid 4px #db8c94;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #db8c94;
  font-weight: bold;
} /*# sourceMappingURL=style.css.map */
