@charset "UTF-8";
/*
DNP ShueiMGoStd L
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;


DNP ShueiMGoStd B
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 600;
font-style: normal;
*/
/*pc（768px以上）*/
@media screen and (min-width: 768px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {}
/*タブレット（768px〜1280px）*/
@media screen and (min-width:768px) and (max-width:1280px) {}
/*------------------------------
全体
------------------------------*/
body {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #676462;
}
a {
  color: #676462;
}
#container {
  background-color: #f7f7f7;
}
#top #content {
  display: none;
}
#header_con #site_name {
  width: 40%;
}
.headline {
  margin-bottom: 35px;
  text-align: center;
}
.headline img {
  width: 742px;
}
#main h1.title {
  font-size: 24px;
  margin-bottom: 10px;
  border: none;
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
  font-weight: bold;
  border-radius: 10px;
  letter-spacing: .1em;
  text-align: center;
  background-color: #f0efee;
}
#header_info .tel {
  padding-left: 32px;
}
#header_info .tel:before, #sidebar #side_info .side_tel:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/cmn/icon_tel.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 10px;
  background-repeat: no-repeat;
}
#header_info #opening_hours_closed p.closed {
  margin-left: 5px;
}
#header_info #opening_hours_closed p span {
  margin-right: 3px;
}
#sidebar #side_info .side_tel {
  font-size: 30px;
}
#blog #main .post_list .post_category li {
  border: none;
  color: #fff;
  background-color: #676462;
}
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  #header_info {
    display: flex;
    width: 100%;
    justify-content: right;
    gap: 25px;
    align-items: center;
  }
  #header_mail_btn a {
    display: block;
    background-color: #676462;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: .1em;
    width: 210px;
    padding: 16px 0 16px 40px;
    position: relative;
    border-radius: 30px;
  }
  #header_mail_btn a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 20px;
    background-image: url("../img/cmn/icon_mail.png");
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 33px;
    top: 50%;
    margin-top: -10px;
    background-repeat: no-repeat;
  }
  #header_mail_btn a:hover {
    background-color: #444;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  .headline img {
    width: 100%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .headline {
    font-size: 32px;
    line-height: 1.6;
  }
}
/*------------------------------
top_mv
------------------------------*/
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_mv {
    padding: 0 50px 0 0;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_mv {
    padding: 20px 5% 0 5%;
  }
}
/*------------------------------
gNavi_hamburgerMenu
------------------------------*/
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  #gNavi_hamburgerMenu {
    background-color: inherit;
  }
  #gNavi_hamburgerMenu nav li {
    border-left: none;
  }
  #gNavi_hamburgerMenu nav ul {
    border-right: none;
    display: flex;
    justify-content: end;
  }
  #gNavi_hamburgerMenu nav li a:hover, #gNavi_hamburgerMenu nav li a.current {
    background-color: inherit;
  }
  #gNavi_hamburgerMenu nav li a:hover:before, #gNavi_hamburgerMenu nav li a.current:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #676462;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    background-repeat: no-repeat;
  }
  #gNavi_hamburgerMenu nav li a {
    font-size: 15px;
    padding: 10px 22px;
    letter-spacing: .08em;
    position: relative;
  }
  body:not(.site_type__fudo) header #header_top, body.header_menu_none header #header_top {
    padding: 18px 0 8px 0;
  }
  #header_info .tel {
    font-weight: 600;
  }
  #header_info #opening_hours_closed p {
    font-size: 13px;
    letter-spacing: .08em;
    margin-top: 9px;
  }
  #gNavi_hamburgerMenu {
    margin-bottom: 26px;
    margin-top: 26px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #header_con #site_name {
    width: 100%;
    margin: 0;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {}
/*------------------------------
top_news
------------------------------*/
#top_news {
  padding: 50px 0 57px 0;
  background-color: #f0efee;
  margin: 0;
}
#top_news h2 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: .06em;
}
#top_news #news_post_wrapper {
  max-width: 1000px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  margin: 0 auto;
}
#news_post_wrapper li p.ymd {
  font-size: 16px;
}
#news_post_wrapper li p.slug span {
  border: none;
  background-color: #f0efee;
  padding: 6px 5px;
  border-radius: 5px;
}
#top_news #top_news_list {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  font-size: 13px;
}
#top_news #top_news_list a {
  text-decoration: none;
  color: #676462;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_news #news_post_wrapper {
    max-width: inherit;
    width: 90%;
  }
  #top_news #top_news_list {
    width: 90%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_news h2 {
    font-size: 24px;
  }
  #top_news #news_post_wrapper {
    padding: 30px 25px;
  }
}
/*------------------------------
top_greeting
------------------------------*/
#top_greeting {
  width: 880px;
  background-color: #f0efee;
  border-radius: 10px;
  margin: 67px auto 80px auto;
  padding: 44px 0;
  position: relative;
}
#top_greeting:before {
  content: '';
  display: inline-block;
  width: 194px;
  height: 158px;
  background-image: url("../img/top/img01.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -50px;
  top: -14px;
  background-repeat: no-repeat;
}
#top_greeting:after {
  content: '';
  display: inline-block;
  width: 209px;
  height: 159px;
  background-image: url("../img/top/img02.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -66px;
  bottom: -5px;
  background-repeat: no-repeat;
}
#top_greeting h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: .16em;
  font-weight: 600;
  margin-bottom: 15px;
}
#top_greeting p {
  text-align: center;
  color: #676462;
  font-size: 16px;
  letter-spacing: .06em;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_greeting {
    width: 85%;
    padding: 35px 0;
  }
  #top_greeting h2 {
    font-size: 20px;
  }
  #top_greeting p {
    font-size: 13px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_greeting {
    margin: 35px auto 60px auto;
  }
  #top_greeting:before {
    width: 140px;
    height: 102px;
    left: -17px;
    background-image: url(../img/top/img01_sp.png);
    top: -19px;
  }
  #top_greeting:after {
    width: 140px;
    height: 92px;
    right: -16px;
    background-image: url(../img/top/img02_sp.png);
    bottom: -14px;
  }
  #top_greeting h2 {
    font-size: 16px;
    letter-spacing: .05em;
    padding: 0 20px;
  }
  #top_greeting h2 br {
    display: none;
  }
  #top_greeting p {
    padding: 0 20px;
  }
  #top_greeting p br {
    display: none;
  }
}
/*------------------------------
top_charge
------------------------------*/
#top_charge {
  padding: 85px;
  background-color: #fff;
}
#top_charge h2 + p {
  text-align: center;
  font-size: 24px;
  letter-spacing: .06em;
  margin-bottom: 50px;
}
#top_charge h2 + p em {
  font-weight: 600;
}
#top_exsample {
  max-width: 1000px;
  background-color: #f0efee;
  border-radius: 10px;
  margin: 0 auto;
  padding: 35px 50px;
  position: relative;
}
#top_exsample:before {
  content: '';
  display: inline-block;
  width: 72px;
  height: 54px;
  background-image: url("../img/top/img03.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 105px;
  top: -53px;
  background-repeat: no-repeat;
}
#top_exsample h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: .16em;
  margin-bottom: 20px;
}
#top_exsample h3 span {
  font-size: 16px;
  background-color: #676462;
  color: #fff;
  display: block;
  width: 90px;
  text-align: center;
  letter-spacing: .16em;
  padding: 4px 0;
  border-radius: 10px;
  margin: 0 auto 23px auto;
}
#top_exsample h3 em {
  font-size: 22px;
}
#top_exsample_txt {
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .06em;
  border-radius: 10px;
  padding: 12px 0;
  margin-bottom: 20px;
}
#top_exsample_notes {
  font-size: 13px;
  line-height: 2;
}
#top_exsample #firm {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 90px;
  margin-top: 55px;
  position: relative;
}
#top_exsample #firm h4 {
  background-color: #676462;
  color: #fff;
  font-size: 16px;
  letter-spacing: .16em;
  width: 115px;
  text-align: center;
  padding: 4px 0;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -57.5px;
}
#top_exsample #firm table {
  border-bottom: 1px solid #ccc;
  width: 100% !important;
  margin-bottom: 35px;
}
#top_exsample #firm th, #top_exsample #firm td {
  border-top: 1px solid #ccc;
  width: 50%;
}
#top_exsample #firm th {
  background-color: #f0efee;
  font-size: 16px;
  letter-spacing: .06em;
  padding: 16px 10px;
}
#top_exsample #firm td {
  text-align: center;
}
#top_exsample #firm p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .08em;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_charge {
    padding: 85px 5%;
  }
  #top_charge h2 + p {
    font-size: 16px;
  }
  #top_exsample {
    padding: 35px 25px;
  }
  #top_exsample h3 {
    font-size: 16px;
  }
  #top_exsample h3 em {
    font-size: 18px;
  }
  #top_exsample_txt {
    font-size: 13px;
    padding: 25px 20px;
  }
  #top_exsample #firm {
    padding: 40px 25px;
  }
  #top_exsample #firm th, #top_exsample #firm td {
    width: 100%;
    display: block;
  }
  #top_exsample #firm th {
    font-size: 13px;
  }
  #top_exsample #firm td {
    font-size: 13px;
    padding: 16px 10px;
  }
  #top_exsample #firm p {
    font-size: 16px;
  }
  #top_exsample:before {
    left: 20px;
    width: 50px;
    height: 38px;
    top: -37px;
  }
}
/*------------------------------
top_purchase
------------------------------*/
#top_purchase {
  padding: 85px 0;
  background-color: #f0efee;
}
#top_purchase h2 img{
	width: 324px;
}
#top_purchase h2 + p {
  text-align: center;
  font-size: 24px;
  letter-spacing: .06em;
  line-height: 2;
}
#top_purchase_inner {
  max-width: 1000px;
  background-color: #fff;
  border-radius: 10px;
  margin: 40px auto 0 auto;
  padding: 50px;
  position: relative;
}
#top_purchase_inner h3 {
  background-color: #676462;
  color: #fff;
  font-size: 16px;
  letter-spacing: .06em;
  width: 130px;
  text-align: center;
  border-radius: 10px;
  padding: 5px 0;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -65px;
}
#top_purchase_inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#top_purchase_inner li {
  width: 25%;
  text-align: center;
  font-size: 20px;
  letter-spacing: .06em;
  padding-top: 227px;
  position: relative;
  margin-right: 100px;
  margin-bottom: 30px;
  font-weight: 600;
}
#top_purchase_inner li:nth-child(3n) {
  margin-right: 0;
}
#top_purchase_inner li:nth-child(4), #top_purchase_inner li:nth-child(5), #top_purchase_inner li:nth-child(6) {
  margin-bottom: 0;
}
#top_purchase_inner li:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 0;
  width: 201px;
  height: 201px;
  background-repeat: no-repeat;
}
#top_purchase_inner li:nth-child(1):before {
  background-image: url("../img/top/kaitori1.png");
}
#top_purchase_inner li:nth-child(2):before {
  background-image: url("../img/top/kaitori2.png");
}
#top_purchase_inner li:nth-child(3):before {
  background-image: url("../img/top/kaitori3.png");
}
#top_purchase_inner li:nth-child(4):before {
  background-image: url("../img/top/kaitori4.png");
}
#top_purchase_inner li:nth-child(5):before {
  background-image: url("../img/top/kaitori5.png");
}
#top_purchase_inner li:nth-child(6):before {
  background-image: url("../img/top/kaitori6.png");
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_purchase_inner {
    max-width: inherit;
    width: 85%;
  }
  #top_purchase_inner li {
    width: 20%;
    font-size: 18px;
    padding-top: 175px;
  }
  #top_purchase h2 img {
    height: 50px;
	  width: auto;
  }
  #top_purchase_inner li:before {
    width: 160px;
    height: 160px;
    margin-left: -80px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_purchase h2 img {
    height: 40px;
	  width: auto;
  }
  #top_purchase h2 + p {
    font-size: 16px;
    padding: 0 5%;
  }
  #top_purchase_inner {
    padding: 40px 5%;
  }
  #top_purchase_inner li {
    font-size: 16px;
    width: 50%;
    padding-top: 135px;
    margin: 0 0 25px 0;
  }
  #top_purchase_inner li:nth-child(4) {
    margin-bottom: 25px;
  }
  #top_purchase_inner li:before {
    width: 120px;
    height: 120px;
    margin-left: -60px;
  }
}
/*------------------------------
top_company
------------------------------*/
#top_company {
  display: flex;
  align-items: center;
}
#top_company #top_company_img, #top_company #top_company_txt {
  width: 50%;
}
#top_company #top_company_img {
  height: 380px;
  background: url("../img/top/img04.png") left top no-repeat;
  border-bottom-right-radius: 30px;
  background-size: cover;
}
#top_company #top_company_txt {
  padding: 0 50px;
  max-width: 600px;
}
#top_company #top_company_txt h2 {
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: .06em;
  font-weight: 600;
}
#top_company #top_company_txt p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .04em;
}
#top_company #top_company_txt p a {
  background-color: #676462;
  color: #fff;
  font-size: 16px;
  width: 150px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 11.5px 0;
  border-radius: 30px;
  letter-spacing: .04em;
  margin-top: 25px;
}
#top_company #top_company_txt p a:hover {
  background-color: #444;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_company {
    display: block;
  }
  #top_company #top_company_img, #top_company #top_company_txt {
    width: 100%;
  }
  #top_company #top_company_img {
    border-bottom-right-radius: 0;
    margin-bottom: 40px;
    height: 200px;
  }
  #top_company #top_company_txt h2 {
    font-size: 24px;
    margin-bottom: 13px;
    text-align: center;
  }
  #top_company #top_company_txt p {
    font-size: 13px;
  }
  #top_company #top_company_txt {
    padding: 0 8%;
  }
  #top_company #top_company_txt p a {
    margin: 25px auto 0 auto;
  }
}
/*------------------------------
top_insta
------------------------------*/
#top_insta a {
  display: block;
  border: 1px solid #676462;
  max-width: 520px;
  text-align: center;
  margin: 60px auto 55px auto;
  text-decoration: none;
  padding: 29px 0 29px 75px;
  font-size: 24px;
  border-radius: 10px;
  position: relative;
}
#top_insta a:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/top/icon_insta.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 180px;
  top: 50%;
  margin-top: -20px;
  background-repeat: no-repeat;
}
#top_insta a:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/cmn/icon_window.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  bottom: 20px;
  background-repeat: no-repeat;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_insta a {
    max-width: 400px;
  }
  #top_insta a:before {
    left: 125px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_insta a {
    max-width: 250px;
    font-size: 18px;
    padding: 29px 0 29px 55px;
  }
  #top_insta a:before {
    left: 60px;
  }
}
/*------------------------------
top_inquiry
------------------------------*/
#top_inquiry {
  padding: 60px 0 70px 0;
  background-color: #f7f7f7;
}
#top_inquiry h2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: .06em;
  margin-bottom: 15px;
  font-weight: 600;
}
#top_inquiry h2 + p {
  text-align: center;
  font-size: 16px;
  letter-spacing: .06em;
  margin-bottom: 40px;
}
#top_inquiry_tel, #top_inquiry_mail {
  max-width: 1000px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
}
#top_inquiry_tel {
  padding: 43px 20px 15px 20px;
  margin-bottom: 50px;
}
#top_inquiry_mail {
  padding: 53px 20px 20px 20px;
}
#top_inquiry_tel h3, #top_inquiry_mail h3 {
  position: absolute;
  top: -19px;
  background-color: #f7f7f7;
  border: 2px solid #676462;
  border-radius: 10px;
  width: 320px;
  text-align: center;
  padding: 1.5px 0;
  font-size: 18px;
  letter-spacing: .06em;
  font-weight: 600;
  left: 50%;
  margin-left: -160px;
}
#top_inquiry_tel ul {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 168px;
}
#top_inquiry_tel ul:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 50px;
  background-color: #c2c1c0;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -0.5px;
  background-repeat: no-repeat;
}
#top_inquiry_tel li {
  font-size: 40px;
  font-weight: 600;
  position: relative;
}
#top_inquiry_tel li:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  background-repeat: no-repeat;
}
#top_inquiry_tel li:nth-child(1) {
  padding-left: 50px;
}
#top_inquiry_tel li:nth-child(2) {
  padding-left: 50px;
}
#top_inquiry_tel li:nth-child(1):before {
  width: 34px;
  height: 34px;
  background-image: url("../img/top/inquiry_icon_tel.png");
  margin-top: -17px;
}
#top_inquiry_tel li:nth-child(2):before {
  width: 24px;
  height: 36px;
  background-image: url("../img/top/inquiry_icon_smart.png");
  margin-top: -18px;
}
#top_inquiry_tel li:nth-child(1):after {
  content: '';
  display: inline-block;
  width: 00000px;
  height: 00000px;
  background-image: url(../img/img.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
#top_inquiry_tel p {
  text-align: center;
  font-size: 13px;
  letter-spacing: .08em;
  margin-top: 12px;
}
#top_inquiry_mail a {
  background-color: #676462;
  color: #fff;
  width: 500px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  letter-spacing: .1em;
  font-weight: 600;
  padding: 16.5px 10px 16.5px 73px;
  border-radius: 35px;
  margin: 0 auto;
  position: relative;
}
#top_inquiry_mail a:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 25px;
  background-image: url("../img/top/inquiry_icon_mail.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 160px;
  top: 50%;
  margin-top: -12.5px;
  background-repeat: no-repeat;
}
#top_inquiry_mail a:hover {
  background-color: #444;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_inquiry_tel, #top_inquiry_mail {
    width: 90%;
  }
  #top_inquiry_tel li {
    font-size: 30px;
  }
  #top_inquiry_mail a {
    font-size: 20px;
    width: 400px;
  }
  #top_inquiry_mail a:before {
    left: 120px;
  }
  #top_inquiry h2 + p {
    font-size: 13px;
    padding: 0 5%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_inquiry h2 {
    font-size: 24px;
  }
  #top_inquiry_tel ul {
    display: block;
  }
  #top_inquiry_tel ul:before {
    display: none;
  }
  #top_inquiry_mail a {
    font-size: 16px;
    width: 250px;
  }
  #top_inquiry_mail a:before {
    left: 60px;
  }
  #top_inquiry_tel h3, #top_inquiry_mail h3 {
    width: 280px;
    font-size: 16px;
    margin-left: -140px;
  }
  #top_inquiry_mail {
    padding: 35px 20px 20px 20px;
  }
  #top_inquiry_tel li .tel_link a {
    color: #676462;
  }
}
/*------------------------------
footer_custom
------------------------------*/
#footer_custom {
  background-color: #fff;
  padding-top: 70px;
}
#footer_custom_inner {
  display: flex;
  max-width: 1200px;
  justify-content: center;
  margin: 0 auto 100px auto;
}
#footer_left, #footer_right {
  width: 50%;
}
#footer_left p, #footer_left dt, #footer_left dd {
  font-size: 13px;
  letter-spacing: .08em;
}
#footer_left p {
  margin: 15px 0;
}
#footer_left dl {
  overflow: hidden;
}
#footer_left dt, #footer_left dd {
  float: left;
}
#footer_left #footer_map a {
  padding-left: 24px;
  margin-left: 28px;
  position: relative;
}
#footer_left #footer_map a:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 19px;
  background-image: url("../img/cmn/icon_map.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: -3px;
  background-repeat: no-repeat;
}
#footer_right {
  display: flex;
}
#footer_right ul {
  width: 33%;
}
#footer_right li {
  margin-bottom: 10px;
}
#footer_right li a {
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .1em;
  padding-left: 20px;
  position: relative;
}
#footer_right li a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url("../img/cmn/footer_yajirushi.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
#footer_right li a:hover {
  text-decoration: underline;
}
#footer_caption {
  font-size: 13px;
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: .1em;
}
#footer_copyright {
  font-size: 13px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: .1em;
}
#hanjo_link a {
  font-size: 11px;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: .1em;
  color: #999;
  display: block;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #footer_custom_inner {
    width: 95%;
  }
  #footer_right li a {
    font-size: 12px;
    letter-spacing: 0;
  }
  #footer_left p, #footer_left dt, #footer_left dd {
    font-size: 12px;
    letter-spacing: 0;
  }
  #footer_left h1 img {
    width: 290px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #footer_custom_inner {
    display: block;
    margin: 0 auto 30px auto;
  }
  #footer_right {
    display: none;
  }
  #footer_left {
    width: 100%;
    padding: 0 5%;
    text-align: center;
  }
  #footer_left p {
    text-align: left;
  }
  #footer_left #footer_map {
    display: block;
    margin-top: 10px;
  }
  #footer_left #footer_map a {
    margin-left: 0;
  }
  #footer_left p, #footer_left dt, #footer_left dd {
    font-size: 13px;
  }
  #footer_caption {
    padding: 0 5%;
  }
}
/*------------------------------
ご契約の流れ
------------------------------*/
#flow #main ol li .img {
  width: 400px;
  min-width: 400px;
}
/*------------------------------
よくある質問
------------------------------*/
#faq #faq_answer_open dt:after {
  background-color: #676462;
}
#faq #faq_answer_open dt:before {
  color: #fff;
  z-index: 1;
}
#faq #faq_answer_open dd:before {
  color: #676462;
}
#faq #faq_answer_open dd:after {
  border: 1px solid #676462;
}
/*------------------------------
当社の特徴
------------------------------*/
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  #feature .feature_content .img {
    width: 400px;
    min-width: 400px;
  }
}
/*------------------------------
お問い合わせ
------------------------------*/
input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], input[type="tel"], textarea {
  border: 1px solid #676462;
  background-color: #fff;
}
/*------------------------------
ブログ
------------------------------*/
#blog #main .post_single .post_tag li:before {
  z-index: 0;
}
#blog #main #post_navi #prev_post a, #blog #main #post_navi #next_post a, body.gutenberg_use #main h2#post_title, #blog #main .post_single .post_tag a {
  color: #676462;
}

/*------------------------------
リンク紹介
------------------------------*/
#link .link_content .title:before{
	z-index: 0;
	color: #676462;
}

#top_news .inner .no_post{
	text-align: center;
}
#iqra{
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px;
}

















