@charset "UTF-8";
/* 設定
******************************************************************************************** */
/* txt-maker */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
/* common
******************************************************************************************** */
.pagehead {
  width: 100%;
  background: #f6eaea;
  text-align: center;
  padding: 50px 0;
}
.pagehead__ttl {
  margin: 0;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Yu Mincho Medium", "游游明朝 Medium", "YuMincho", "游游明朝体", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  font-weight: normal;
  position: relative;
  padding-top: 40px;
}
.pagehead__ttl::before {
  content: "";
  background: transparent url(../img/common/point.png) no-repeat;
  background-size: cover;
  width: 33px;
  height: 37px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
}

.main {
  max-width: 1080px;
  margin: 0 auto;
  /*  Smartphone */
  padding: 40px 0 80px 0;
}
@media only screen and (max-width: 640px) {
  .main {
    width: 100%;
  }
}
.main .contents-title, .main .page_bnr {
  display: none;
}
.main__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Yu Mincho Medium", "游游明朝 Medium", "YuMincho", "游游明朝体", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 2px dotted #c7910e;
}
.main__ttl::before {
  content: "";
  background: transparent url(../img/common/point.png) no-repeat;
  background-size: cover;
  width: 28px;
  height: 31px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: sub;
}
.main__bnr {
  margin: 40px auto;
}
.main__btn {
  text-align: center;
  border: 1px solid #333;
  width: 400px;
  margin: 40px auto;
}
.main__btn a {
  padding: 10px;
  display: block;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Yu Mincho Medium", "游游明朝 Medium", "YuMincho", "游游明朝体", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
}
.main__btn a i {
  color: #a63235;
  margin-right: 5px;
}

/* guide
******************************************************************************************** */
.guide .block {
  margin-bottom: 40px;
}
.guide .block__ttl {
  background: #c7910e;
  background: linear-gradient(90deg, #c7910e 50%, #fff 100%);
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  padding: 8px;
}
.guide .block__sub {
  color: #c7910e;
  font-size: 20px;
  font-size: 2rem;
  border-left: 7px solid #c7910e;
  padding: 6px 8px;
  margin-bottom: 10px;
}
.guide .block__sub span {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 10px;
  font-weight: normal;
}
.guide .block__list {
  background: #faf2dd;
  border: 3px solid #c7910e;
  padding: 10px;
  margin-bottom: 30px;
}
.guide .block__list li {
  margin-left: 20px;
  margin-bottom: 5px;
}
.guide .block__list li:last-child {
  margin-bottom: 0;
}
.guide .block__seikon {
  text-align: right;
}
.guide .block__seikon a {
  color: #a63235;
}
.guide .block__seikon a i {
  margin-right: 5px;
}
.guide .plan {
  margin-bottom: 30px;
}
.guide .plan__ttl {
  color: #c7910e;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
}
.guide .plan__ttl span {
  background: #fff;
  padding-right: 5px;
  z-index: 1;
  position: inherit;
}
.guide .plan__ttl::after {
  content: "";
  border-top: 2px solid #c7910e;
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  z-index: 0;
}
.guide .plan__detail {
  background: #faf2dd;
  padding: 20px;
  margin: 10px 0 20px 0;
}
.guide .plan__detail p {
  margin: 0;
}
.guide .box__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 2px dotted #c7910e;
}
.guide .box__table {
  width: 100%;
}
.guide .box__table th, .guide .box__table td {
  padding: 10px;
  vertical-align: top;
}
.guide .box__table th {
  color: #c7910e;
  text-align: left;
  padding-left: 0;
}
.guide .box__table td {
  padding-right: 0;
}
.guide .box__table td a {
  color: #a63235;
}

/* book
******************************************************************************************** */
.book__img {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: 20px auto 40px auto;
  padding: 0;
  list-style: none;
}
.book__img li {
  width: 20%;
  margin: 2%;
}
.book__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.book__list li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #c7910e;
}
.book__ttl a {
  color: #a63235;
  font-size: 18px;
  font-size: 1.8rem;
}

/* kirara
******************************************************************************************** */
.kirara .block__w {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.kirara .block__img {
  width: 20%;
}
.kirara .block__detail {
  width: 79%;
}
.kirara .block__name {
  color: #a63235;
  font-style: italic;
  font-size: 20px;
  font-size: 2rem;
}
.kirara .block__sub {
  font-size: 18px;
  font-size: 1.8rem;
}
.kirara .block__ttl {
  font-size: 20px;
  font-size: 2rem;
}
.kirara .block p a {
  color: #a63235;
}
.kirara__img {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kirara__img li {
  width: 40%;
  margin: 1%;
}

/* online
******************************************************************************************** */
.online .block {
  margin-bottom: 40px;
}
.online .block__ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #c7910e;
  border-left: 6px solid #c7910e;
  padding-left: 10px;
  margin-bottom: 10px;
}
.online .block__sub {
  color: #c7910e;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.online .block__w {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.online .block__img {
  width: 38%;
}
.online .block__detail {
  width: 58%;
}

/* merit
******************************************************************************************** */
.merit .block {
  margin-bottom: 40px;
}
.merit .block__ttl {
  color: #a63235;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}
.merit .block__pic {
  text-align: center;
  margin-top: 30px;
}
.merit .block__pic img {
  width: 80%;
  margin: 0 auto;
}
.merit .block__txt a {
  color: #a63235;
}
.merit .block__txt a i {
  margin-right: 5px;
}

/* question
******************************************************************************************** */
.question .block {
  margin-bottom: 40px;
}
.question .block__ttl {
  color: #a63235;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}

/* company
******************************************************************************************** */
.company .block {
  margin-bottom: 40px;
}
.company .block__ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #c7910e;
  border-left: 6px solid #c7910e;
  padding-left: 10px;
  margin-bottom: 20px;
}
.company .block__w {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.company .block__img {
  width: 20%;
}
.company .block__detail {
  width: 76%;
}
.company .block__list li {
  margin-bottom: 10px;
}
.company .block__list li a {
  color: #a63235;
}
.company .block__table {
  width: 100%;
}
.company .block__table th, .company .block__table td {
  padding: 20px 40px;
  vertical-align: top;
}
.company .block__table th {
  padding-left: 0;
  text-align: left;
  white-space: nowrap;
}
.company .block__table td {
  padding-right: 0;
}
.company .outline {
  margin-bottom: 40px;
}
.company .outline__table {
  margin-bottom: 20px;
  width: 100%;
}
.company .outline__table th, .company .outline__table td {
  padding: 20px 40px;
  vertical-align: top;
}
.company .outline__table th {
  padding-left: 0;
  text-align: left;
  white-space: nowrap;
  border-bottom: 2px solid #c7910e;
}
.company .outline__table td {
  padding-right: 0;
  border-bottom: 1px dotted #c7910e;
}
.company .outline__table td a {
  color: #a63235;
}
.company .outline__txt {
  color: #626262;
}
.company .map iframe {
  width: 100%;
  border: 0;
}

/* seikon
******************************************************************************************** */
.seikon .block {
  margin-bottom: 40px;
}
.seikon .block__copy {
  font-weight: bold;
}

/* low
******************************************************************************************** */
.low__table {
  width: 100%;
}
.low__table th, .low__table td {
  width: 100%;
  display: block;
  text-align: left;
}
.low__table th {
  color: #c7910e;
  margin-bottom: 10px;
}
.low__table td {
  border-bottom: 1px dotted #c7910e;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.low__table td a {
  color: #a63235;
}
.low__img {
  margin: 0;
}

/* link
******************************************************************************************** */
.link__table {
  width: 100%;
}
.link__table th, .link__table td {
  padding: 20px;
  border: 1px dotted #c7910e;
}

/* service
******************************************************************************************** */
.service .block {
  margin-bottom: 40px;
}
.service .block__ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #c7910e;
  border-left: 6px solid #c7910e;
  padding-left: 10px;
  margin-bottom: 20px;
}
.service .block__sub {
  font-weight: bold;
}
.service .block__copy {
  color: #a63235;
}
.service .block__img {
  text-align: center;
}
.service .block__table {
  width: 100%;
  margin-top: 30px;
}
.service .block__table td {
  border: 1px dotted #c7910e;
  padding: 20px;
}
.service .block__name {
  margin-top: 0;
}
.service .block__name a {
  color: #a63235;
}
.service .block__btn {
  min-width: 150px;
  margin: 0;
  background: #a63235;
  border-radius: 2px;
  text-align: center;
}
.service .block__btn a {
  padding: 10px;
  color: #fff;
  display: block;
  white-space: nowrap;
}

/* member
******************************************************************************************** */
.member__copy {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.member__btn {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.member__btn p {
  width: 30%;
  text-align: center;
  margin: 1%;
}
.member__btn p a {
  padding: 10px;
  color: #fff;
  display: block;
  margin: 10px auto 20px;
  border-radius: 2px;
  box-shadow: 0 1px 7px -2px #aaa;
  text-decoration: none;
}
.member__btn p a:hover {
  opacity: 0.8;
}
.member__btn p.female a {
  background-color: #ff8080;
  border: 1px solid #ff8080;
}
.member__btn p.male a {
  background-color: #00bfbf;
  border: 1px solid #00bfbf;
}
.member__head {
  text-align: center;
  border-bottom: 1px dotted #c7910e;
  padding: 10px;
}
.member__head.female {
  background: rgba(255, 128, 128, 0.3);
}
.member__head.male {
  background: rgba(0, 191, 191, 0.3);
}
.member .post ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.member .post ul li {
  padding: 10px;
  padding-left: 30px;
  border-bottom: 1px dotted #c7910e;
}
.member .post.female ul li {
  background: url(../img/member/heart_female.png) no-repeat left center;
}
.member .post.male ul li {
  background: url(../img/member/heart_male.png) no-repeat left center;
}

/* sitemap
******************************************************************************************** */
.site__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site__list li {
  border: 1px dotted #c7910e;
  border-radius: 4px;
  margin-bottom: 10px;
}
.site__list li a {
  color: #a63235;
  display: block;
  padding: 15px;
}
.site__list li a i.fa-solid {
  margin-right: 10px;
  color: #c7910e;
}
.site__list li a i.fa-square-youtube {
  color: #a63235;
  margin-left: 5px;
}
.site__list li a:hover {
  background: #f6eaea;
  text-decoration: none;
}

/* privacy
******************************************************************************************** */
.privacy .block {
  margin-bottom: 40px;
}
.privacy .block__ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #c7910e;
  margin-bottom: 20px;
}
.privacy .block__right {
  text-align: right;
}
.privacy .block__main li {
  margin-bottom: 20px;
}
.privacy .block__number {
  margin: 0;
  padding: 0;
  list-style: none;
}
.privacy .block__number li {
  margin-bottom: 20px;
  padding-left: 2em;
  text-indent: -2em;
}
.privacy .block__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.privacy .block__list li {
  margin-bottom: 5px;
  padding-left: 2em;
  text-indent: -2em;
}

/* contact
******************************************************************************************** */
.contact__ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #c7910e;
  border-left: 6px solid #c7910e;
  padding-left: 10px;
  margin-bottom: 20px;
}
.contact .caution {
  width: 100%;
  margin: 20px 0;
  padding: 20px;
  border: 2px solid #c7910e;
  background: #faf2dd;
}
.contact .caution__ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #c7910e;
  margin: 0 0 20px 0;
}
.contact .caution p {
  margin: 0;
}
.contact .block__table {
  width: 100%;
}
.contact .block__table th {
  text-align: left;
  color: #c7910e;
  padding: 20px;
  border: 1px dotted #c7910e;
  background: rgba(199, 145, 14, 0.1);
}
.contact .block__table th .essential {
  float: right;
  background: #a63235;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 4px;
}
.contact .block__table td {
  padding: 20px;
  border: 1px dotted #c7910e;
}
.contact .block__table td input, .contact .block__table td select {
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact .block__table td input[type=text],
.contact .block__table td input[type=tel],
.contact .block__table td input[type=email],
.contact .block__table td textarea,
.contact .block__table td select {
  width: 100%;
  box-sizing: border-box;
}
.contact .block .submit {
  text-align: center;
}
.contact .block .submit input[type=submit] {
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  border: 0;
  border-radius: 2px;
  background: #a63235;
  color: #fff;
  min-width: 30%;
  text-align: center;
  cursor: pointer;
}

/* form
******************************************************************************************** */
.form .caution {
  margin-bottom: 40px;
  padding: 20px;
  border: 2px solid #c7910e;
  background: #faf2dd;
}
.form .caution__ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #c7910e;
  margin: 0 0 20px 0;
}
.form .caution__txt {
  margin: 0 0 10px 0;
}
.form .caution__txt:last-child {
  margin: 0;
}
.form .caution__txt a {
  color: #a63235;
}
.form .block__table {
  width: 100%;
}
.form .block__table th {
  text-align: left;
  color: #c7910e;
  padding: 20px;
  border: 1px dotted #c7910e;
  background: rgba(199, 145, 14, 0.1);
}
.form .block__table th .essential {
  float: right;
  background: #a63235;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 4px;
}
.form .block__table td {
  padding: 20px;
  border: 1px dotted #c7910e;
}
.form .block__table td p {
  font-size: 14px;
  font-size: 1.4rem;
}
.form .block__table td input, .form .block__table td select {
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.form .block__table td input[type=text],
.form .block__table td input[type=tel],
.form .block__table td input[type=email],
.form .block__table td textarea,
.form .block__table td select {
  width: 100%;
  box-sizing: border-box;
}
.form .block__table td.submit {
  text-align: center;
}
.form .block__table td.submit input[type=submit] {
  border: 0;
  border-radius: 2px;
  background: #a63235;
  color: #fff;
  min-width: 30%;
  text-align: center;
  cursor: pointer;
}
.form .block__bnr {
  margin-top: 60px;
  display: block;
}

/* 婚活エトセトラ
******************************************************************************************** */
.etc__copy {
  color: #a63235;
  margin-bottom: 30px;
  text-align: center;
}
.etc__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.etc__list li {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #c7910e;
}
.etc__video {
  width: 48%;
}
.etc__video iframe {
  width: 100%;
}
.etc__detail {
  width: 50%;
}

/* news
******************************************************************************************** */
.news__copy {
  margin-bottom: 40px;
  font-weight: bold;
}
.news__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
.news__list li {
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
  margin-bottom: 20px;
}
.news__title {
  color: #a63235;
}
.news__date {
  display: inline-block;
  width: 12%;
}

/* single
******************************************************************************************** */
.single .post__date {
  text-align: right;
}
.single .etc {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

/* support
******************************************************************************************** */
.support .block {
  margin-bottom: 60px;
}
.support .block__ttl {
  color: #c7910e;
  background: #faf2dd;
  padding: 10px 20px;
  border-left: 4px solid #a63235;
  border-radius: 4px;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}
.support .block__w {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.support .block__pic {
  width: 20%;
  margin-right: 4%;
}
.support .block__detail {
  max-width: 76%;
}
.support .block__txt a {
  color: #a63235;
}
.support .block__txt a i {
  margin-right: 5px;
}/*# sourceMappingURL=style.css.map */