@charset "utf-8";

/*-------------------------------------------
contents parts
-------------------------------------------*/
:root {
  --black: #846161;
  --red: #CF3A3A;
  --primary: #F7B1AC;
  --primary_sub: #F3D185;
  --primary_bg01: #FDF8F2;
  --primary_bg02: #FDF3F2;
  --notes: #A78E8E;
  --line: #E5DEDD;
}
body {
  font-size: 17px;
  line-height: 1.75;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--black);
  overflow: hidden;
  position: relative;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: var(--primary_bg01);
  text-align: center;
}
#loading_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#loading_box .img_box {
  text-align: center;
}
#loading_box .img_box img {
width: 50%;
max-width: 300px;	
height: auto;
}
main {
  /* position: relative; */
  /* z-index: 1; */
}
.contents {
  min-height: 300px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.contents section:not(:first-of-type) {
  margin-top: 100px;
  position: relative;
}
.con {
  display: block;
  width: 85%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.div_h3 {
  position: relative;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.flex_all {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex_rev {
  flex-direction: row-reverse;
}
.col_50 {
  gap: 50px;
  justify-content: center;
}
.col_50 > * {
  flex: 0 0 calc(50% - 25px);
}
.col_set {
  align-items: flex-start;
}
.col_set > .text_con {
  flex: 0 0 65%;
}
.col_set > .img_con {
  flex: 0 0 30%;
}
.topics01 {
  padding: 1.5em;
  border: 2px solid var(--primary);
  border-radius: 20px;
}
.topics02 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.main_title_con {
  position: relative;
  width: 100%;
  background-color: var(--primary_bg01);
  font-size: clamp(25px, 3vw, 35px);
  padding-top: 4em;
  padding-bottom: 4em;
}
.main_title {
  text-align: center;
  font-weight: 500;
}
.main_title_con .main_title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.main_title_con .main_title span {
  position: relative;
  padding: 0 2.25em; 
}
.main_title_con .main_title span::before,
.main_title_con .main_title span::after {
  content: '';
  width: 2em;
  height: 1.75em;
  position: absolute;
}
.main_title_con .main_title span::before {
  background: url(../img/common/dc_flower01.png) no-repeat;
  background-size: contain;
}
.main_title_con .main_title span::after {
  background: url(../img/common/dc_flower02.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.main_title_con .main_title span::before {
  left: 0;
}
.main_title_con .main_title span::after {
  right: 0;
}
.title01 {
  font-size: clamp(23px, 2.75vw, 28px);
  /* font-weight: 500; */
  line-height: normal;
  padding-bottom: .5em;
  margin-bottom: 30px;
  border-bottom: 1px solid;
}
.title02 {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary);
  background-color: var(--primary_bg01);
  border-radius: 5px;
  padding: .5em 1em;
  letter-spacing: 1px;
}
.title02:not(:first-of-type) {
  margin-top: 50px;
}
.text_st01 {
  font-size: clamp(18px, 2vw, 20px);
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}
.text_st02 {
  color: var(--primary);
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.text_st01 strong {
  border-bottom: 5px double;
}
.tx_memo {
  color: var(--notes);
  font-size: .8em;
  line-height: normal;
}
.arrow {
  position: relative;
  display: inline-block;
}
.link {
  display: inline-block;
  padding: 0 2px;
  text-decoration: underline;
}
.link:hover {
  color: var(--primary);
}
.link01 {
  width: 100%;
  padding: .75em 1.5em;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: var(--primary);
  border: 2px solid var(--primary);
}
.link01::after {
  content: '→';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .75em;
}
.link01:hover {
  color: var(--primary);
  background-color: #fff;
}
.ul01 > li {
  position: relative;
  padding: 0px 0px 0px 1.3em;
  /* list-style: none; */
  /* line-height: 1.7; */
}
.ul01 > li+li{
  margin-top: .25em;
}
.ul01 > li::before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0px;
  width: .8em;
  height: .8em;
  background-color: var(--primary_sub);
  border-radius: 100%;
}
.ul_notice,
.text_notice {
  position: relative;
  margin-left: 1.5em;
  color: var(--notes);
  font-size: 14px;
  line-height: normal;
}
.ul_notice > li {
  position: relative;
  line-height: 1.5;
}
.ul_notice > li:not(:last-of-type) {
  margin-bottom: .5em;
}
.ul_notice > li::before,
.text_notice::before {
  content: "※";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  left: -1.5em;
  text-align: center;
}
.ol01 {
  list-style: decimal;
}
.ol01 li {
  margin-left: 1.5em;
  adding-left: 0.3em;
}
.ol01 li::marker {
  font-weight: bold;
  color: var(--primary);
  font-size: 1.1em;
}
.dl01 > dt {
  float: left;
  clear: left;
  min-width: 4em;
  padding: 0 5px;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
}
.dl01 > dd {
  margin-bottom: .5em;
  margin-left: 4.5em;
}
.dl01 > dd:not(:last-of-type) {
  margin-bottom: 1em;
}
.dl02 > dt {
  float: left;
  clear: left;
  min-width: 6em;
}
.dl02 > dd {
  margin-bottom: .5em;
  margin-left: 6.5em;
}
.dl02 > dd:not(:last-of-type) {
  margin-bottom: .5em;
}
.contact_list li {
  color: #fff;
}
.contact_list .link_tel {
  background-color: var(--primary);
}
.contact_list .link_mail {
  background-color: var(--primary_sub);
}
.sec_contact {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgb(253 248 242 / 60%);
  background-image: url(../img/common/bg_contact.png);
  background-repeat: repeat;
}
.main_contact_list {
  gap: 50px;
  justify-content: center;
}
.main_contact_list > li {
  border-radius: 20px;
}
.main_contact_list > li:only-child {
  width: 100%;
  max-width: 700px;
}
.main_contact_list > li a  {
  display: block;
  padding: 30px 30px 20px;
}
.main_contact_list > li .contact_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  max-width: 290px;
  min-width: 200px;
}
.main_contact_list > li .im_contact {
  display: inline-block;
  width: 30%;
  max-width: 90px;
  height: auto;
}
.main_contact_list > li .tx_main {
  display: inline-block;
  font-weight: bold;
  font-size: clamp(27px, 3vw, 35px);
  line-height: 1.4;
  letter-spacing: 2px;
  width: 55%;
}
.main_contact_list > li .tx_point {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 5px 7px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main_contact_list > li .tx_point,
.main_contact_list > li .tx_sub {
  width: 100%;
  text-align: center;
}
.main_contact_list > li.link_tel .tx_point {
  color: var(--primary);
}
.main_contact_list > li.link_mail .tx_point {
  color: var(--primary_sub);
}
.news_wrap {
  border: 3px solid var(--primary);
  border-radius: 20px;
  padding: 50px;
}
.news_wrap .news_list {
  padding-bottom: 1em;
  border-bottom: 2px dotted var(--primary);
  font-size: 20px;
}
.news_wrap .news_list:not(:first-child) {
  padding-top: 1em;
}
.news_wrap .news_list .date {
  color: var(--primary);
}
/*色、背景*/
.white {
  color: #fff;
}
.black {
  color: var(--black);
}
.red {
  color: var(--red);
}
.primary {
  color: var(--primary);
}
.primary_sub {
  color: var(--primary_sub);
}
.notes {
  color: var(--notes);
}
.bgcw {
  background-color: #fff;
}
.bgcb {
  background-color: var(--black);
}
.bgcp {
  background-color: var(--primary);
}
.bgcp_sub {
  background-color: var(--primary_sub);
}
.bgcp_bg01 {
  background-color: var(--primary_bg01);
}
.bgcp_bg02 {
  background-color: var(--primary_bg02);
}

@media (min-width: 769px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .main_contact_list > li {
    flex: 1 1 calc(50% - 25px);
    min-width: 330px;
    max-width: 450px;
    border-radius: 20px;
  }
  .news_wrap .news_list {
    display: flex;
  }
  .news_wrap .news_list .date {
    width: 6em;
  }
  .news_wrap .news_list .text {
    width: calc( 100% - 6em);
  }
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .contents {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .contents section:not(:first-of-type) {
    margin-top: 70px;
  }
  .contents .div_h3:not(:first-of-type) {
    margin-top: 30px;
  }
  .text_st01 {
    text-align: left;
  }
  .text_st02 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .main_contact_list {
    gap: 30px;
  }
  .news_wrap {
    padding: 30px;
  }
  .news_wrap .news_list {
    font-size: 16px;
  }
}
/*-------------------------------------------
nav menu
-------------------------------------------*/
.header {
  /* height: 170px; */
  background-color: #fff;
}
.header .header_con {
  width: 95%;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1300px;
}
.header .header_logo {
  width: 40%;
  max-width: 250px;
}
.header .header_logo * {
  max-width: 100%;
  display: block;
}
.header .header_logo .tx_sub {
  font-size: clamp(10px, 2.5vw, 18px);
  color: var(--primary);
  text-align: center;
  white-space: nowrap;
}
.hd_contact_list {
  display: flex;
  width: 50%;
  justify-content: end;
}
.hd_contact_list a {
  flex: 1 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 1em 0; */
}
.hd_contact_list li {
  position: relative;
  font-size: clamp(20px, 2.25vw, 25px);
  font-weight: bold;
  padding-left: 1.5em;
}
.hd_contact_list .link_tel li::before,
.hd_contact_list .link_mail li::before {
  content: "";
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hd_contact_list .link_tel li::before {
  background: url(../img/common/ic_tel.svg) no-repeat center / contain;
}
.hd_contact_list .link_mail li::before {
  background: url(../img/common/ic_mail.svg) no-repeat center / contain;
}
.footer .footer_con {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.footer .footer_con > * {
  display: block;
}
.footer .footer_con .footer_logo img {
  width: 250px;
  height: auto;
}
.footer_nav {
  font-size: clamp(18px, 2.25vw, 25px);
  font-weight: 500;
  border-top: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
}
.footer .footer_con .text_st01 {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .header {
    height: 170px;
  }
  .hd_contact_list {
    width: 55%;
    max-width: 600px;
  }
  .hd_contact_list a {
    padding: 1em 0;
    max-width: 300px;
  }
  .hd_contact_list a:hover {
    opacity: .6;
  }
  .hd_contact_list > .link_tel {
    border-right: 3px solid #fff;
  }
  .footer .footer_con {
    font-size: 20px;
  }
  .footer_nav {
    padding: 2em;
    text-align: center;
  }
  .footer_nav li {
    display: inline-block;
    position: relative;
    line-height: 1;
  }
  .footer_nav li:not(:first-child) {
    padding-left: 3em;
  }
  .footer_nav li:not(:first-child)::after {
    content: '';
    position: absolute;
    left: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: .8em;
    background-color: var(
      --black);
  }
}
@media screen and (max-width: 768px) {
  .header .header_logo {
    margin-left: auto;
    margin-right: auto;
  }
  .hd_contact_list {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    border-top: 1px solid #fff;
  }
  .hd_contact_list a {
    height: 60px;
  }
  .hd_contact_list li {
    font-size: 20px;
  }
  .footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer_nav li {
    text-align: center;
    color: var(--primary);
  }
  .footer_nav li:nth-child(2n) {
    border-left: 1px solid;
  }
  .footer_nav li a {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer_nav li:nth-last-child(n+3) {
    border-bottom: 1px solid;
  }
  .footer .footer_con {
    padding-bottom: 80px;
  }
  .footer .copyright {
    line-height: 1.5;
    margin-top: 1em;
    font-size: 14px;
  }
}

/*-------------------------------------------
お問い合わせメールフォーム
-------------------------------------------*/
.contact-form .topics02 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact-form dl {
  text-align: left;
  margin-bottom: 30px;
}
.contact-form dt {
  font-weight: 700;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.contact-form .required,
.contact-form .free {
  width: 4em;
  display: inline-block;
  border-radius: 40px;
  text-align: center;
  font-size: .8em;
  margin-right: .75em;
}
.contact-form .required {
  background-color: var(--black);
  color: #fff;
}
.contact-form .free {
  background-color: var(--line);
  color: #fff;
}
.contact-form input:not([type="checkbox"]):not([type="radio"]),
.contact-form textarea,
.contact-form select {
  border: var(--black) 1px solid;
  min-height: 1em;
  border-radius: 5px;
}
.contact-form .wpcf7-text,
.contact-form textarea,
.contact-form select,
.contact-form .wpcf7-date {
  padding: .75em 1em;
  margin: .5em 0;
}
.contact-form .wpcf7-text,
.contact-form textarea {
  background-color: var(--primary_bg01);
  width: 100%;
}
.contact-form .w100 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact-form select {
  width: 200px;
}
.contact-form .short_type {
  width: 100px;
}
.contact-form textarea {
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
  background-color: var(--primary_bg01);
  padding: 10px;
  height: 300px;
  border: var(--black) 1px solid;
}
.contact-form input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.contact-form .select_wrap {
  position: relative;
  display: inline-block;
}
.contact-form .select_wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5em;
}
.contact-form .select_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.contact-form dd .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wpcf7-radio span.wpcf7-list-item {
  position: relative;
  display: inline-block
}
.wpcf7-radio span.wpcf7-list-item:not(:last-of-type) {
  margin-right: 32px
}
.wpcf7-radio .wpcf7-list-item-label {
  /* color: #333; */
  cursor: pointer;
}
.wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0
}
.wpcf7-radio .wpcf7-list-item-label:before {
  content: '';
  background: var(--line);
  border-radius: 100%;
  border: 1px solid;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: -.2em;
  margin-right: .5em;
  vertical-align: -7px;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-radio input[type=radio]:checked+.wpcf7-list-item-label:before {
  background-color: var(--primary);
  box-shadow: inset 0 0 0 4px #fff
}
.wpcf7-checkbox,
.wpcf7-acceptance {
  display: block;
  padding-left: 2px;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item:not(:last-of-type) {
  margin-bottom: 6px
}
.wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-acceptance .wpcf7-list-item label {
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
}
.wpcf7-checkbox .wpcf7-list-item input,
.wpcf7-acceptance .wpcf7-list-item input {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-right: .55em;
  vertical-align: -3px;
}
.wpcf7-checkbox .wpcf7-list-item input:focus,
.wpcf7-acceptance .wpcf7-list-item input:focus {
  outline: 0;
}
.wpcf7-checkbox .wpcf7-list-item input:before,
.wpcf7-acceptance .wpcf7-list-item input:before {
  transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
  transform: rotate(-45deg) scale(0,0);
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
  z-index: 1;
  width: 8px;
  height: 4px;
  border: 2px solid var(--primary);
  border-top-style: none;
  border-right-style: none;
}
.wpcf7-checkbox .wpcf7-list-item input:checked:before,
.wpcf7-acceptance .wpcf7-list-item input:checked:before {
  transform: rotate(-45deg) scale(1.4,1.4);
}
.wpcf7-checkbox .wpcf7-list-item input:checked:after,
.wpcf7-acceptance .wpcf7-list-item input:checked:after {
  background: #fff;
}
.wpcf7-checkbox .wpcf7-list-item input:after,
.wpcf7-acceptance .wpcf7-list-item input:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -1px;
  width: 20px;
  height: 20px;
  /* background: var(--primary_bg01); */
  border: 1px solid;
  cursor: pointer;
  border-radius: 5px;
}
.submit-btn {
  background-color: var(--black);
  color: #fff;
  border: none;
  font-family: inherit;
  font-size: 1.1em;
  padding: 1em;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  cursor: pointer;
  font-weight: 700;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.submit-btn:hover {
  opacity: 0.8;
}
.contact-form ::placeholder {
  color: var(--notes);
}

@media screen and (max-width: 768px) {
  .contact-form .wpcf7-text,
  .contact-form textarea,
  .contact-form select,
  .contact-form .wpcf7-date {
    padding: .5em .75em;
  }
}

/*-------------------------------------------
各ページレイアウト
-------------------------------------------*/
/*プライバシーポリシー*/
.privacy section p:not(:last-of-type) {
  margin-bottom: 1em;
}
.privacy section h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.privacy section h3:not(:first-of-type) {
  margin-top: 2.5em;
}
@media (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {

}