@charset "utf-8";
/*common*/
section.sec_con{
  margin-top: 100px;
  margin-bottom: 100px;
}
article.art_con {
  display: block;
  width: 95%;
  max-width: 1200px;
  margin:100px auto auto;
}
.tel {
  font-size: 25px;
  font-family: "YuMincho","Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  color: #64443F;
  position: relative;
  padding-left: 35px!important;
  margin: 0.5em auto;
  display: inline-block;
}
.tel::after {
  content: "";
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../img/common/ic_tel.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
}
h3.h3_title {
  position: relative;
  height: 300px;
  padding-top: 100px;
  background: url(../img/common/h3_title.jpg) 80% / cover no-repeat;
  font-size: 2em;
}
h3.h3_title span {
  position: absolute;
  top: 57%;
  left: 10%;
}
h4.h4_title {
  font-size: 1.8em;
  border-bottom: 4px double #64443F;
  padding: 5px;
  margin-bottom: 30px;
  color: #64443F;
}
h5.h5_title{
  position: relative;
  font-size: 1.5em;
  color: #64443F;
  border-bottom: 1px solid #FAEFE5;
  border-image: linear-gradient(to right, #FAEFE5 0%, rgba(235, 159, 149, 0.4) 100%);
  border-image-slice: 1;
  padding: 5px;
  margin-top: 30px;
  margin-bottom: 15px;
}
h6 {
  color: #EB9F95;
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: 400;
}
.div_h4,.div_h5 {
  margin: auto auto 60px;
  width: 96%;
}
.div_h6 {
  margin: 10px auto 60px;
}
.text_st01 {
  font-family: "YuMincho","Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: inline-block;
  font-weight: 400;
  color: #64443F;
  font-size: 1.2rem;
}
.text_st02 {
  color: #DF6555;
  font-weight: 400;
  padding: 0 0.1em;
}
.text_st03 {
  background: #FCF8F9;
  padding: 10px 1rem;
}
.text_st04 {
  background: #FCF8F9;
  padding: 5px 1rem;
  margin-left: 0.3rem;
  font-size: 0.8em;
}
.headline {
  margin-top: 0;
}
.div_topic01 {
  width: 100%;
  min-width: 320px;
  background: #FCF8F9;
  display: block;
  margin: 2rem auto;
  padding: 2rem;
}
.div_topic01 .headline {
  font-family: "YuMincho","Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 5px;
  color: #64443F;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: normal;
  text-align: center;
  border-bottom: 1px solid #64443F;
}
.div_topic02 {
  position: relative;
  display: block;
  padding: 20px;
  width: 100%;
  color: #555;
  background: #FAEFE5;
  max-width: 500px;
  margin: 1.5rem auto;
  border-radius: 10px;
}
.div_topic02:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #FAEFE5;
}
.div_topic02 p {
  margin: 0;
  padding: 0;
}
.div_topic03 {
  border: 1px solid #EB9F95;
  margin-bottom: 2rem;
  padding: 1rem;
}
.div_topic03 .headline {
  border-bottom: 1px solid #EB9F95;
  padding-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 400;
}
.voice .headline{
  position: relative;
  color: #EB9F95;
  padding-left: 2rem;
}
.voice .headline::before {
  content: "";
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../img/common/ic_voice.svg);
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
}
.link01,.link02,.link_category {
  position: relative;
  display: block;
  width: 230px;
  padding: 15px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 1.2em;
  font-family: "YuMincho","Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  background: #EB9F95;
  transition: all 0.5s;
}
.link02 {
  color: #EB9F95;
  background: #fff;
}
.link01::after,.link02::after,.link_category::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15%;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translateX(-70%);
}
.link03{
  color: #64443F;
  text-decoration: underline;
  transition: all 0.5s;
}
.link01:hover,.link02:hover,.link03 {
  opacity: 0.6;
}
.link_non {
  pointer-events: none;
  color: #fff;
  background-color: #cabcba;
  box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
  border: none;
}
ul.ul01 {
  padding-left: 1.5em;
}
ul.ul01 li {
  position: relative;
  margin-bottom: 0.5em;
}
ul.ul01 li::after {
  display: block;
  content: '';
  position: absolute;
  top: 0.6em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #64443F;
  border-radius: 100%;
}
.ul02 {
  margin-left: 20px;
}
.ul02 > li{
  margin-bottom: 2px;
  position: relative;
}
.ul02 > li::before {
  content: "※";
  position: absolute;
  width: 25px;
  height: 23px;
  left: -17px;
}
.ul03 > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0.5rem;
}
.ul03_img > li {
  position: relative;
  margin-bottom: 0.5rem;
}
.ul03_img span.name{
  padding-left: 24px;
}
.ul03 > li::before ,.ul03_img > li::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0;
  background: url(../img/common/ic_flower.svg) no-repeat;
  background-size: contain;
}
ol.ol_qa > li {
  counter-increment: num 1;
  position: relative;
  font-family: "YuMincho","Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin: 0px 0 0.5rem;
  padding: 15px 1rem 10px 60px;
  border-bottom: 1px solid #cabcba;
  font-size: 1.1rem;
  font-weight: 400;
  width: 100%;
}
ol.ol_qa > li:before{
  content: "Q"counter(num);
  width: 60px;
  display: inline-block;
  color: #64443F;
  position: absolute;
  left: 0px;
  top: 15px;
  text-align: center;
  font-weight: 400;
}
ol.ol_qa .ol_qa_con {
  margin-bottom: 1rem;
  padding: 20px;
  background: #FCF8F9;
}
.dl01 {
  margin: 1rem 0;
}  
.dl01 > dt{
  width:4em;
  color:#EB9F95;
  float:left;
  clear:both;
  margin:0;
}
.dl01 > dd {
  padding: 0 0  10px 5em;
  margin-bottom: 10px;
  border-bottom: dotted 1px #cabcba;
}
.dl_news{
  padding: 15px;
  border-bottom: 1px solid #cabcba;
  display: flex;
}
.dl_news dt {
  width: 15%;
  padding-right: 20px;
  min-width: 160px;
}
.table01 {
  width: 100%;
  line-height: 1.8;
  border: 1px solid #cabcba;
}
.table01 tr {
  border-bottom: 1px solid #cabcba;
  background-color: #fff;
}
.table01 .headline th {
  background-color: #EB9F95;
  color: #fff;border: 1px solid #fff;
}
.table01 th, .table01 td {
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #cabcba;
}
.table02 {
  width: 100%;
  line-height: 1.8;
  border: 1px solid #F8DFDB;
  background: #fff;
}
.table02 tr:not(:last-child) {
  border-bottom: 1px solid #F8DFDB;
}
.table02 th {
  background-image: linear-gradient(to right, rgba(235, 159, 149, 0.7) 80%, #F8DFDB 100%);
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;width:50%;
  max-width: 500px;
}
.table02 th, .table02 td {
  text-align: center;
  padding: 10px;
}
.accordion .title {
  position: relative;
  cursor: pointer;
  transition: .3s;
  margin: 0;
}
.accordion .box {
  padding: 1.5em;
  background-color: #FCF8F9;
  margin-top: 5px;
}
/*header*/
header {
  position: absolute;
  width: 100%;
  height: 90px;
  background: rgba(252, 248, 249, 0.7);
  color: #64443F;
  z-index: 500;
}
header .header_con {
  display: flex;
  justify-content: space-between;
}
.header_logo {
  max-width: 400px;
  margin-top: 15px;
  margin-left: 15px;
}
.header_tel {
  padding-right: 100px;
  font-size: 40px;
  text-align: right;
}
.header_tel .tel {
  margin: 0;
}
.header_tel p {
  line-height: 30px;
  font-weight: 400;
  margin-top: 5px;
}
.header_tel p span {
  font-size: 18px;
}
header .header_con .menu_link {
  position: fixed;
  top: 0;
  right: 0;
  background:#EB9F95;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  cursor: pointer;
  width: 90px;
  height: 90px;
  z-index: 1000;
}
header .header_con .menu_link span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 45%;
}
header .header_con .menu_link span:nth-of-type(1) {
  top: 22px;
}
header .header_con .menu_link span:nth-of-type(2) {
  top: 35px;
}
header .header_con .menu_link span:nth-of-type(3) {
  top: 48px;
}
header .header_con .menu_link::after {
  content:"MENU";
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.8rem;
  /* width: 45%; */
  text-transform: uppercase;
}
header .header_con.active .menu_link span:nth-of-type(1) {
  top: 30px;
  left: 27px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}
header .header_con.active .menu_link span:nth-of-type(2) {
  opacity: 0;
}
header .header_con.active .menu_link span:nth-of-type(3){
  top: 42px;
  left: 27px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}
header .header_con.active .menu_link::after {
  content:"CLOSE";
}
header .header_con #g_nav {
  display:block;
  position:fixed;
  top: 0;
  left: -120%;
  margin-top: 0;
  width: 40%;
  max-width: 500px;
  height: 100vh;
  min-width: 320px;
  background: #FCF8F9;
  z-index: -1;
  transition: all 0.5s;
}
header #g_nav li {
  position: relative;
  font-weight: 400;
  text-align: center;
}
header #g_nav li:not(:first-child) {
  padding: 5px;
}
header #g_nav a {
  text-decoration: none;
  padding: 12px 8px;
  display: block;
  margin: 0 auto;
  transition:all 0.5s;
}
header #g_nav li a:not(.header_logo):not(.tel):hover {
  background: #fff;
}
header #g_nav li.g_nav_logo {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 90px;
}
header #g_nav li.g_nav_logo a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header_logo img,header #g_nav li.g_nav_logo img {
  width: 100%;
  height: 60px;
  transition:all 0.5s;
}
.header_logo img:hover,header #g_nav li.g_nav_logo img:hover {
  transition:all 0.5s;
  opacity:0.6;
}
header #g_nav li.g_nav_tel{
  background: #EB9F95;
  padding: 5px;
  transition:all 0.5s;
}
header #g_nav li.g_nav_tel .tel{
  color: #fff;
  font-size:2em;
  display: inline-block;
}
header #g_nav li.g_nav_tel:hover{
  background: rgba(235, 159, 149, 0.7);
}
header #g_nav li.g_nav_tel .tel::after{
  background-image: url(../img/common/ic_tel_w.svg);
  color: #fff;
  font-size:2rem;
}
header .header_con.active #g_nav {
  left: 0%;
  z-index: 500;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);
  height: 100%;
  overflow-y: auto;
}
.main_li div {
  position: relative;
  cursor: pointer;
}
.toggle_btn {
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
}
.toggle_btn:before,.toggle_btn:after {
  display: block;
  content: '';
  background-color: #64443F;
  position: absolute;
  width: 12px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 1;
}
.toggle_btn:before {
  width: 1px;
  height: 12px;
}
.toggle_btn.selected::before {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  top: 9px;
}
.toggle_btn.selected::after {
  opacity: 0;
}
header .header_menu .header_menu_sub {
  display: none;
  margin-top: 0;
  background-color: #fff;
  line-height: 10px;
  border-top: 4px double #64443F;
}
header .header_menu .header_menu_sub .menu_sub_wrap {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
header #g_nav .header_menu .header_menu_sub .menu_sub_wrap li a {
  transition:all 0.3s;
}
header .header_menu .header_menu_sub .menu_sub_wrap li a:hover{
  color: #EB9F95;
}
.header_menu {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header_menu::-webkit-scrollbar {  
  display: none; 
}
/*footer*/
footer {
  background: #EB9F95;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 15px;
}
footer .footer_con {
  max-width: 1200px;
  padding: 15px;
  display: block;
  margin: auto
}
footer .foote_top {
  display: flex;
  justify-content: space-between;
}
footer .foote_top .footer_left {
  margin-right: 1em;
}
footer .foote_top .footer_left p {
  margin: 0; 
}
footer .foote_top .name{
  font-size: 1.5em;
}
footer .foote_top .tel {
  display: inline-block;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
footer .foote_top .tel::after {
  background-image: url(../img/common/ic_tel_w.svg);
}
footer .footer_right .table01{
  border: 1px solid #fff;
}
footer .footer_right .table01 tr {
  border-bottom: 1px solid #fff;
  background: none;
}
footer .footer_right .table01 th,footer .footer_right .table01 td {
  border-right: 1px solid #fff;
}
footer .footer_menu{
  margin: 30px auto 1rem;
}
footer .footer_menu ul li {
  margin-right: 3rem;
  float: left;
}
footer .copyright{
  clear: both;
  text-align: right;
  margin-top: 1.5rem;
}
@media screen and (max-width: 979px) {
  .header_tel .tel{
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.sec_con{
    margin-top: 60px;
    margin-bottom: 30px;
  }
  article.art_con {
    margin:50px auto auto;
  }
  .div_topic01 .headline {
    font-size: 1.1rem;
  }
  .text_st01 {
    font-size: 1.1rem;
  }
  .div_h6 {
    margin: 15px auto 30px;
  }
  .link01 {
    width: 80%;
    max-width: 350px;
    margin: 1.5em auto;
  }
  .dl_news{
    display: block;
    padding: 6px;
  }
  .table02 th {
    font-weight: 400;
  }
  .table02 td {
    width: 130px; 
  }
  ol.ol_qa > li {
    padding: 10px 1rem 10px 50px;
  }
  ol.ol_qa > li:before{
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
  ol.ol_qa .ol_qa_con {
    margin-bottom: 2rem;
    padding-left: 25px;
    padding-right: 10px;
  }
  h3.h3_title {
    height: 250px;
    background: url(../img/common/h3_title.jpg) 48% / cover no-repeat;
  }
  h4.h4_title {
    border-bottom: 3px double #64443F;
  }
  header {
    height: 70px;
  }
  .header_logo {
    max-width: auto;
    margin-top: 8px;
    margin-left: 0;
  }
  .header_logo img {
    width: 250px;
  }
  .header_logo img, header #g_nav li.g_nav_logo img {
    width: 90%;
    height: 53px;
  }
  header .header_con .menu_link {
    width: 70px;
    height: 70px;
  }
  header .header_con .menu_link span:nth-of-type(1) {
    top: 17px;
  }
  header .header_con .menu_link span:nth-of-type(2) {
    top: 29px;
  }
  header .header_con .menu_link span:nth-of-type(3) {
    top: 40px;
  }
  header .header_con.active .menu_link span:nth-of-type(1) {
    top: 18px;
    left: 22px;
  }
  header .header_con.active .menu_link span:nth-of-type(3){
    top: 30px;
    left: 22px;
  }
  header .header_con .menu_link::after {
    bottom: 5px;
  }
  header #g_nav a {
    text-decoration: none;
    padding: 8px;
    display: block;
    margin: 0 auto;
  }
  header #g_nav li.g_nav_logo{
    height: 70px;
  }
  header .header_menu .header_menu_sub {
    line-height: 15px;
  }
  .toggle_btn {
    top: 9px;
  }
  header .header_menu .header_menu_sub {
    border-top: 3px double #64443F;
  }
  footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer .foote_top {
    display: block;
    margin: auto;
  }
  footer .footer_menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  footer .footer_menu ul li {
    margin-right: auto;
    margin-bottom:5px;
    float: none;
  }
  footer .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 390px){
  header .header_con.active #g_nav {
    width: calc(100% - 70px);
    min-width: auto;
  }
}
@media screen and (min-width: 768px) {
  footer .footer_menu{
    height: 2rem;
  }
}

