@charset "UTF-8";
/* --------------------------------------------
   共通パーツ
-------------------------------------------- */

.hdr {
  border-bottom: 0.09375em solid #89be1f;
}

.hdr_txt {
  padding-bottom: 0.75em;
  color: #595757;
  font-size: 1.25em;
}

h2.entry-title {
  padding-top: 3em;
  padding-bottom: 2.5em;
  text-align: center;
}

h2.entry-title a {
  color: inherit;
  text-decoration: none;
}

.entry-title_slug {
  display: block;
  font-size: 3.75em;
  font-weight: bold;
  text-transform: capitalize;
}

.entry-title_name {
  display: block;
  color: #89be1f;
  font-weight: normal;
}

h3.entry-title {
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 30px;
  padding: 0.6em 1em;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

h3.entry-title::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: '';
}

h3.entry-title::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: '';
}

.section {
  word-break: break-all;
}

.section h4:not(.reset) {
  margin-top: 4.2em;
  margin-bottom: 30px;
  padding: 0.6em 1em;
  background-color: #ff8400;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
}

.section h5:not(.reset) {
  margin-top: 3em;
  margin-bottom: 30px;
  padding: 0.5em 1em;
  background-image: url(../images/bg_h5.png);
  font-size: 1.125em;
  text-align: center;
}

.section p:not([class]) {
  margin-bottom: 10px;
}

.section table p {
  margin-bottom: 0;
}

.breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  font-size: 0.875em;
  text-align: right;
}

.readmore {
  margin-right: 10px;
  text-align: right;
}

.section blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 20px 0;
  padding: 10px 15px 10px 60px;
  background: #efefef;
  color: #555;
  font-style: italic;
}

.section blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  color: #cfcfcf;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
  content: '\f10d';
}

.section blockquote p {
  margin: 10px 0;
  padding: 0;
  line-height: 1.7;
}

.section blockquote cite {
  display: block;
  color: #888888;
  font-size: 0.9em;
  text-align: right;
}

/* 各種テーブル用 */
.section table {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.section th {
  width: 30%;
}

.section td {
  width: 70%;
}

/* ▼デフォルトスタイル */
.section table:not(.reset) {
  border-collapse: separate;
  border-spacing: 0.75em;
}

.section table:not(.reset) th {
  padding: 1em;
  border-right: 0.125em solid #ff8400;
  font-weight: bold;
}

.section table:not(.reset) td {
  padding: 1em 1em 1em 2em;
}

.section table:not(.reset) td a {
  color: #89be1f;
}

/* ▼table01 */

/* ----------------------------------------------
	PageNavi
---------------------------------------------- */

.wp-pagenavi {
  margin-right: 15px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 2px;
  padding: 3px 5px;
  border: 1px solid #bfbfbf;
  color: #11265f;
  text-decoration: none;
}

/* ----------------------------------------------
	spNation
---------------------------------------------- */

.spNation a {
  display: block;
  padding: 5px;
  overflow: hidden;
  font-weight: bold;
}

.spNation a:hover {
  color: #00aee8;
}

.spNation .prev a {
  padding-left: 40px;
  float: left;
  background: url(images/btn_arr_prev.jpg) 0 center no-repeat;
}

.spNation .next a {
  padding-right: 40px;
  float: right;
  background: url(images/btn_arr_next.jpg) right center no-repeat;
  text-align: right;
}

/* ----------------------------------------------
	single_cat_link
---------------------------------------------- */

.single_cat_link {
  text-align: center;
}

.single_cat_link a {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #585858;
  color: #585858;
  font-size: 1.2em;
}

.single_cat_link a:hover {
  background-color: #585858;
  color: #fff;
}

.single_post_link_prev,
.single_post_link_next {
  list-style: none;
}

.single_post_link_prev {
  margin-bottom: 15px;
}

.single_post_link_next {
  text-align: right;
}

.single_post_link_prev a,
.single_post_link_next a {
  display: block;
  color: #585858;
}

.single_post_link_prev a .prev_post_title,
.single_post_link_next a .next_post_title {
  display: inline-block;
  max-width: 100%;
  padding: 0.5em 1em;
  overflow: hidden;
  border: 1px solid #585858;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single_post_link_prev a .prev_post_title:hover,
.single_post_link_next a .next_post_title:hover {
  background-color: #585858;
  color: #fff;
}

/* ----------------------------------------------
	category-child
---------------------------------------------- */

a.category-child {
  -webkit-box-shadow: inset 1px 1px 0px #ffcc99;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #f87d00;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9f00), to(#f77b00));
  background-image: -webkit-linear-gradient(top, #ff9f00 0%, #f77b00 100%);
  background-image: linear-gradient(180deg, #ff9f00 0%, #f77b00 100%);
  box-shadow: inset 1px 1px 0px #ffcc99;
  color: #fff;
}

a.category-child:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9f00), to(#ff9f00));
  background-image: -webkit-linear-gradient(top, #ff9f00 0%, #ff9f00 100%);
  background-image: linear-gradient(180deg, #ff9f00 0%, #ff9f00 100%);
}

/* --------------------------------------------
   sitemap
-------------------------------------------- */

ul.sitemap li {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
  border: dotted 1px #e5e5e5;
  border-top: solid 3px #e5e5e5;
  line-height: 2;
  list-style: none;
}

ul.sitemap li a {
  display: block;
}

ul.sitemap li ul.children {
  margin-bottom: 8px;
}

ul.sitemap li ul.children li {
  margin-left: 20px;
  padding-left: 0px;
  border: none;
  border-top: none;
  line-height: 1.5;
  list-style: disc;
}

/* --------------------------------------------
   faq
-------------------------------------------- */

.section ul.faqList li {
  margin: 0 0 .5em 0;
  padding-left: 20px;
  background: url(images/onm_q.png) no-repeat left top;
  color: #4c9cb6;
  list-style: none;
}

.section ul.faqList li a {
  color: #4c9cb6;
}

.faq {
  margin-bottom: 15px;
  padding: 10px 10px 5px 10px;
  background-color: #eee;
}

.faq dt {
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(images/onm_q.png) no-repeat left top;
  color: #4c9cb6;
  font-weight: bold;
}

.faq dd {
  padding-left: 20px;
  background: url(images/onm_a.png) no-repeat left top;
}

.faq dd p {
  margin-bottom: 5px;
}

/* --------------------------------------------
   ブログ
-------------------------------------------- */

.blogDt {
  margin-right: 25px;
  color: #999;
  font-size: 12px;
  text-align: right;
}

.section ol li.comment {
  list-style: none;
}

.blog_container {
  width: 100%;
  margin-top: 4em;
}

.blog_container h3.entry-title {
  margin-top: 0;
}

.blog_cnt {
  width: 75%;
  margin-right: 2%;
  float: left;
}

.blog_sdr {
  width: 23%;
  float: left;
}

.blog_sdr .link_box {
  margin-bottom: 20px;
}

.blog_sdr .link_box a {
  display: block;
  color: #ff8400;
  font-size: 14px;
}

.blog_sdr .link_box .list_link {
  margin-top: 10px;
  text-align: right;
}

.blog_sdr .link_box dt {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #89be1f;
  color: #fff;
  font-size: 16px;
}

.blog_sdr .link_box dd ul {
  margin-left: 10px;
}

.blog_sdr .link_box dd ul li {
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  font-size: 12px;
  list-style: outside none none;
}

.blog_sdr .link_box dd ul.archives a {
  display: inline-block;
}

/* タイトルリスト */
.blog-title-list {
  margin-bottom: 0.5em;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}

.blog-title-list .blog-title a {
  color: inherit;
  text-decoration: none;
}

.blog-title-list .blog-date {
  width: 25%;
}

.blog-title-list .blog-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* サムネイルリスト */
.blog-thumb-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.blog-thumb-list a {
  color: inherit;
  text-decoration: none;
}

.section_blog_post_date {
  color: #ccc;
  font-size: 0.8em;
}

.blog-thumb-list .blog-title {
  font-size: 1.2em;
  font-weight: bold;
}

.blog_line_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog_line_sub {
  margin-top: 10px;
}

.section_blog_line .section_blog_post_content,
.blog_line_sub {
  font-size: 0.8em;
}

.blog_line_category {
  padding-left: 1.5em;
}

/* サムネイルブロック */
.blog-thumb-block {
  position: relative;
  margin-bottom: 2em;
}

.blog-thumb-block a {
  display: block;
  border: 1px solid #ccc;
  color: inherit;
  text-decoration: none;
}

.blog-thumb-block .blog-imgwrap {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-thumb-block .blog-category {
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 23px;
  background: #000;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
}

.blog-thumb-block .blog-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(17, 17, 17, 0.5);
  color: #fff !important;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}

.blog-thumb-block .blog-imagebox {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.blog-thumb-block .blog-imagebox.size_h {
  background-size: 100% auto;
}

/* ----------------------------------------------
404
---------------------------------------------- */

#s {
  border: solid 1px #babbbb;
  background-color: #fff;
}

#searchsubmit {
  border-radius: 4px;
  background-color: #babbbb;
  color: #fff;
  cursor: pointer;
}

/* --------------------------------------------
   Contact Form 7
-------------------------------------------- */

/*上部のエリア*/
a.cont_text_mail {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #bbb;
  border-radius: 8px;
  background-color: #fff;
  color: #999;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

a.cont_text_mail i {
  margin-right: 20px;
  font-size: 1.3em;
  line-height: 100%;
}

a.lnk_color_inherit,
.lnk_color_inherit a {
  color: inherit;
}

.contact_top {
  display: block;
  padding: 10px 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.2vw;
  text-align: center;
}

a.contact_top:hover {
  background-color: #f3f3f3;
}

a.contact_tel {
  color: #333;
}

a.contact_mail {
  color: #333;
}

.contact_top .fa {
  display: inline-block;
  margin-right: 10px;
}

.contact_top .fa-mobile {
  margin-top: -10px;
  color: #f60;
  font-size: 2.1vw;
  vertical-align: middle;
}

.contact_top .fa-envelope-o {
  margin-top: -5px;
  color: #009747;
  vertical-align: middle;
}

/*フォーム部分*/
form.wpcf7-form dl dt {
  width: 160px;
  margin: 0;
  padding: 10px 0;
  float: left;
  clear: both;
  border-top: 1px solid #ccc;
  font-size: 12px;
  text-align: right;
}

form.wpcf7-form dl dd {
  margin: 0;
  padding: 10px 5px 20px 170px;
  border-top: 1px solid #ccc;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
}

.alertlabel {
  padding: 5px 10px;
  color: inherit;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

form.wpcf7-form .mustlabel {
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
  float: left;
  border-radius: 2px;
  background-color: #f33c14;
  color: #fff;
  font-size: 12px;
}

form.wpcf7-form .anylabel {
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
  float: left;
  border-radius: 2px;
  background-color: #006dd9;
  color: #fff;
  font-size: 12px;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
  max-width: 100%;
  padding: 1% 2%;
  border: 1px solid #ddd;
  vertical-align: middle;
}

form.wpcf7-form span {
  display: inline;
}

form.wpcf7-form input {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin-bottom: 5px;
}

form.wpcf7-form .message textarea {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.wpcf7-form-control.wpcf7-checkbox {
  /*	padding: 10px;*/
  /*	float: left;*/
}

.wpcf7-form-control-wrap.reason {
  /*	margin-left: 10px;*/
}

div.wpcf7-validation-errors {
  border: 2px solid #f80000 !important;
}

form.wpcf7-form input.wpcf7-submit,
form.wpcf7-form input.wpcf7-confirm {
  -webkit-transition: none;
  -webkit-box-shadow: 0 3px 0 #0e8c73;
  position: relative;
  width: 380px !important;
  max-width: 100%;
  margin-top: 2em;
  padding: 2% 5px;
  border-radius: 4px;
  background-color: #1abc9c;
  box-shadow: 0 3px 0 #0e8c73;
  color: #fff;
  font-size: 24px !important;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: none;
}

form.wpcf7-form input.wpcf7-submit:hover,
form.wpcf7-form input.wpcf7-confirm:hover {
  -webkit-box-shadow: 0 3px 0 #23a188;
  background-color: #31c8aa;
  box-shadow: 0 3px 0 #23a188;
}

form.wpcf7-form input.wpcf7-submit:active,
form.wpcf7-form input.wpcf7-confirm:active {
  -webkit-box-shadow: none;
  top: 3px;
  box-shadow: none;
}

form.wpcf7-form input.wpcf7-submit {
  margin-right: 50%;
}

form.wpcf7-form input.wpcf7-back {
  display: inline-block;
  padding: 10px 20px;
  float: left;
  cursor: pointer;
}

form.wpcf7-form input.wpcf7-back:hover {
  -webkit-box-shadow: 0 2px 15px #7ecef4;
  box-shadow: 0 2px 15px #7ecef4;
}

/*エラーメッセージ回り込み防止*/
span.wpcf7-not-valid-tip {
  clear: both;
  font-size: 12px;
}

/*確認画面設定*/
form.custom-wpcf7c-confirmed.wpcf7-form .anylabel,
form.custom-wpcf7c-confirmed.wpcf7-form .mustlabel {
  display: none;
}

.wpcf7.is_confirm .wpcf7c-conf {
  border: none;
  background-color: transparent;
  color: #8d8d8d;
  pointer-events: none;
}

/* --------------------------------------------
   ホーミーズキッチンとは
-------------------------------------------- */

.about-intro__img {
  width: 82.68519%;
  margin: 3em auto;
}

.bg-about-problem {
  background: url(../images/bg-about-progrem.png);
}

.about-problem__area {
  padding: 1.5em 1em 1.8em;
}

.about-problem__item {
  position: relative;
  width: 22.5%;
  margin: 1.5em 3% 0;
  padding: 1em;
  border-radius: 4px;
  background-color: #fff;
}

.-checkIcon::before {
  position: absolute;
  top: -.8em;
  left: -1em;
  width: 3em;
  height: 2.7em;
  background: url(../images/about-check.png) center/contain no-repeat;
  content: "";
}

.about-problem__img {
  width: 35%;
  margin: 1.5em auto 1em;
}

.about-problem__txt {
  margin-bottom: .5em;
}

.about-problem__subtxt {
  font-size: 1.125em;
  line-height: 1.8;
}

.about-support__area {
  margin-top: 5em;
}

.about-support__img {
  width: 31.85185%;
  margin: 0 auto 2em;
}

.about-point__list {
  width: 95%;
  margin: 0 auto;
}

.about-point__item {
  margin-top: 2em;
}

.about_point_box_cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about_point_box.tab_over {
  margin-right: 2em;
}

.about_point_box.-point01.tab_over {
  width: 62.5%;
}

.about_point_box.-point02.tab_over {
  width: 72.5%;
}

.about_point_box.-point03.tab_over {
  width: 57.4%;
}

.u-flex-fdrr .about_point_box {
  margin-right: 0;
  margin-left: 2em;
}

.about-point__img {
  width: 23%;
}

.ml5em {
  margin-left: 5em;
}

.about-point__wrapper .btn_green {
  margin-top: 3em;
}

.about-merit__intro {
  margin: 3em 0;
}

.about-merit__list {
  width: 95%;
  margin: 0 auto;
}

.about-merit__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2em;
  padding: 1em;
}

.bg-about-merit {
  background: url(../images/bg-about-merit.png);
}

.about-merit__conts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-merit-icon {
  width: 16%;
}

.about-merit__title {
  margin-bottom: .3em;
}

.about-merit__img {
  width: 32%;
  margin-right: 1.8em;
}

.about-merit__bnrBox {
  margin-top: 3em;
}

.about-merit__bnrBox .btn_green {
  width: 40%;
  margin: 0 3%;
}

.about-merit__bnrBox .btn_green::before {
  left: -14.04762em;
}

/* --------------------------------------------
   サービス内容・料金
-------------------------------------------- */

.service-price-flow__inner {
  width: 95%;
  margin: 0 auto;
}

.service-price-flow__areaWrap {
  width: 48%;
}

.service-price-flow__area {
  padding: 1.2em 1.2em 1.5em;
}

.service-price-flow__title {
  margin-bottom: 1em;
  padding: .6em 1em;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.-owner_side .service-price-flow__title {
  background-color: #87BC1F;
}

.-homie_side .service-price-flow__title {
  background-color: #FF8200;
}

.service-price-flow__item {
  margin-right: 1.2em;
  margin-bottom: .8em;
  font-size: 1.312em;
}

.service-price-flow__item::before {
  display: inline-block;
  width: .8em;
  height: .8em;
  margin-right: .5em;
  border-radius: 50%;
  text-indent: -1em;
  content: "";
}

.-owner_side .service-price-flow__item::before {
  background-color: #87BC1F;
}

.-homie_side .service-price-flow__item::before {
  background-color: #FF8200;
}

.service-price-flow__img {
  width: 80%;
  margin: 1em auto 0;
}

.service-price-step__box {
  margin-top: 3.5em;
}

.service-price-step__txtBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 2em;
}

.service-price-step__title {
  display: inline-block;
  padding-bottom: .3em;
  border-bottom: 4px solid #87BC1F;
  border-radius: 1px;
}

.service-price-step__img {
  width: 30%;
  margin-right: 2em;
}

.service-price-step__txt {
  margin-top: 1.5em;
  font-size: 1.125em;
  line-height: 2;
}

.service-price-system__area {
  width: 70%;
  margin: 0 auto 1.5em;
  padding: 3em 2em;
  border-radius: 4px;
  background-color: #E3F1E4;
}

.service-price-system__title {
  width: 30%;
}

.service-price-system__icon {
  display: inline-block;
  width: 28%;
  margin-right: 1.5em;
}

.service-price-system__price {
  width: 50%;
}

.service-price-system__txt-primary {
  padding: .5em 1em;
  border: 1px solid #008F3A;
  border-radius: 0.812em;
  background-color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  vertical-align: super;
}

.service-price-system__wrapper .service-price-system__txt-primary {
  margin: 0 1.5em 0 4em;
}

/* --------------------------------------------
    設備・物件紹介
-------------------------------------------- */

.facility-attraction-ulWrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 2em;
}

ul.facility-attraction-ul {
  font-size: 1.4375em;
}

li.facility-attraction-li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 0.5em;
  list-style: none;
}

li.facility-attraction-li::before {
  margin-right: 0.5em;
  color: #ff8400;
  content: '■';
}

.facility-attraction-imgWrap {
  gap: 2em;
  width: 90%;
  margin: 0 auto;
  margin-top: 5em;
}

.facility-attraction-serviceWrap {
  width: 960px;
  max-width: 100%;
  margin: 3em auto 0;
  padding: 1.2em 1.2em 1.5em;
  background: url(../images/bg-about-merit.png);
}

.facility-attraction-serviceWrap__inner {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.facility-attraction-service__title {
  margin-bottom: 1em;
  padding: .6em 1em;
  background-color: #89be1f;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

ul.facility-attraction-service__ul {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

li.facility-attraction-service__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-right: 1.2em;
  margin-bottom: .8em;
  font-size: 1.4em;
  list-style: none;
}

li.facility-attraction-service__item:last-of-type {
  margin-right: 0;
}

li.facility-attraction-service__item::before {
  display: block;
  width: 1em;
  height: 1em;
  margin-right: .5em;
  border-radius: 50%;
  background-color: #89be1f;
  content: '';
}

.facility-photo-wrap .about-merit__img {
  width: 15%;
}

.facility-photo-wrap .about-merit__item {
  padding: 1em 2em;
}

.facility-photo-wrap .about-merit__list {
  width: 960px;
  max-width: 100%;
}

.facility-photo-wrap .about-merit__title {
  margin-bottom: .5em;
}

@media screen and (max-width: 1024px) {
  /* 共通パーツ */
  /* PageNavi */
  /* spNation */
  /* single_cat_link */
  /* category-child */
  /* sitemap */
  /* faq */
  /* ブログ */
  /* 404 */
  /* Contact Form 7 */
  /* ホーミーズキッチンとは */
  /* サービス内容・料金 */
}

@media screen and (max-width: 768px) {
  /* 共通パーツ */
  .hdr {
    border: none;
  }
  h3.entry-title {
    margin-right: 0;
    margin-left: 0;
  }
  .section {
    margin-right: 0;
    margin-left: 0;
  }
  .section table.tab_set th,
  .section table.tab_set td {
    display: block;
    width: 100%;
  }
  /* PageNavi */
  /* spNation */
  /* single_cat_link */
  /* category-child */
  /* sitemap */
  /* faq */
  /* ブログ */
  .blog_sdr .link_box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
  }
  .blog_wrap .blog_box {
    height: auto;
  }
  .blog_wrap .more-link {
    position: static;
  }
  .blog_cnt,
  .blog_sdr {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .blog_sdr .link_box:last-child {
    margin-right: 0;
  }
  /* 404 */
  /* Contact Form 7 */
  .contact_top {
    font-size: 3vmin;
  }
  .contact_top .fa-mobile {
    margin-top: -10px;
    font-size: 25px;
  }
  form.wpcf7-form input.wpcf7-submit {
    margin: 0 auto;
  }
  /* ホーミーズキッチンとは */
  .about-problem__item {
    /* ホーミーズキッチンとは */
    width: 30%;
    margin: 1.5em 2% 0;
  }
  .about-point__item {
    /* ホーミーズキッチンとは */
    margin-top: 3em;
  }
  .about_point_box.-point01.tab_over {
    /* ホーミーズキッチンとは */
    font-size: 1.2vw;
  }
  .about_point_box.-point02.tab_over {
    /* ホーミーズキッチンとは */
    font-size: 1.2vw;
  }
  .about_point_box.-point03.tab_over {
    /* ホーミーズキッチンとは */
    font-size: 1.2vw;
  }
  /* サービス内容・料金 */
  .service-price-flow__title {
    /* サービス内容・料金 */
    font-size: 1.2em;
  }
  .service-price-flow__list {
    /* サービス内容・料金 */
    min-height: 18em;
  }
  .service-price-step__txtBox {
    /* サービス内容・料金 */
    padding-top: 0;
  }
  .service-price-system__area {
    /* サービス内容・料金 */
    width: 100%;
  }
  .service-price-system__title {
    /* サービス内容・料金 */
    width: 24%;
  }
  .facility-photo-wrap .about-merit__img {
    width: 25%;
  }
  .facility-photo-wrap .about-merit__item {
    padding: 1em;
  }
}

@media screen and (max-width: 480px) {
  /* 共通パーツ */
  .section {
    word-break: break-all;
  }
  .section table:not(.reset) th {
    border-right: none;
    border-bottom: 0.125em solid #ff8400;
  }
  .section table:not(.reset) td {
    padding: 1em;
  }
  .section table.sp_set th,
  .section table.sp_set td {
    display: block;
    width: 100%;
  }
  /* PageNavi */
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: inline-block;
  }
  /* spNation */
  /* single_cat_link */
  .single_post_link_prev a,
  .single_post_link_next a {
    display: block;
  }
  /* category-child */
  /* sitemap */
  /* faq */
  /* ブログ */
  .blog_sdr .link_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  /* 404 */
  /* Contact Form 7 */
  .contact_top {
    margin-bottom: 8px;
    font-size: 6vw;
  }
  a.contact_tel {
    display: block;
    margin-bottom: 5px;
  }
  form.wpcf7-form dl dt {
    width: 100%;
    float: none;
    font-size: 12px;
    text-align: left;
  }
  form.wpcf7-form dl dd {
    padding: 10px 5px 20px 0;
    border-top: none;
  }
  .alertlabel {
    padding: 5px 0;
    font-size: 1rem;
  }
  form.wpcf7-form input {
    width: 100%;
  }
  form.wpcf7-form .wpcf7-radio input {
    width: auto;
  }
  form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox input {
    width: auto;
  }
  form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    display: block;
    width: 100%;
  }
  .wpcf7-form-control-wrap.reason {
    margin-left: 0;
  }
  form.wpcf7-form input.wpcf7-submit,
  form.wpcf7-form input.wpcf7-confirm {
    padding: 5% 5px;
    font-size: 18px !important;
  }
  /* ホーミーズキッチンとは */
  .about-intro__img {
    /* ホーミーズキッチンとは */
    width: 100%;
  }
  .about-problem__list {
    /* ホーミーズキッチンとは */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about-problem__item {
    width: 31.5%;
    /* ホーミーズキッチンとは */
    margin: 1.5em 0 0;
    padding: 1em .5em;
  }
  .about-problem__img {
    /* ホーミーズキッチンとは */
    width: 70%;
  }
  .about-problem__txt {
    min-height: 3.5em;
    margin-bottom: 0;
    /* ホーミーズキッチンとは */
    font-size: 1.2em;
  }
  .about-problem__subtxt {
    /* ホーミーズキッチンとは */
    font-size: 0.937em;
  }
  .about-support__img {
    /* ホーミーズキッチンとは */
    width: 55%;
  }
  .about_point_box.sp {
    /* ホーミーズキッチンとは */
    margin: 1em auto 1.5em;
  }
  .about-point__img {
    /* ホーミーズキッチンとは */
    width: 40%;
    margin: 0 auto;
  }
  .about-merit-icon {
    /* ホーミーズキッチンとは */
    width: 30%;
  }
  .about-merit__title {
    margin-top: .8em;
    /* ホーミーズキッチンとは */
    font-size: 1.375em;
  }
  .about-merit__img {
    /* ホーミーズキッチンとは */
    width: 100%;
    margin-top: 1em;
    margin-right: 0;
  }
  .about-merit__bnrBox .btn_green {
    /* ホーミーズキッチンとは */
    width: 95%;
    margin: 0 auto 1.5em;
  }
  .about-merit__bnrBox .btn_green::before {
    /* ホーミーズキッチンとは */
    left: -12.04762em;
  }
  /* サービス内容・料金 */
  .service-price-flow__areaWrap {
    width: 100%;
  }
  .service-price-flow__area {
    /* サービス内容・料金 */
    margin-top: 1.5em;
  }
  .service-price-flow__list {
    /* サービス内容・料金 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
  }
  .service-price-step__box {
    /* サービス内容・料金 */
    position: relative;
    min-height: 21em;
  }
  .service-price-step__header {
    /* サービス内容・料金 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
  }
  .service-price-step__txtBox {
    /* サービス内容・料金 */
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 45%;
  }
  .service-price-step__img {
    /* サービス内容・料金 */
    width: 38%;
  }
  .service-price-step__txt {
    /* サービス内容・料金 */
    position: absolute;
    top: 8.5em;
    left: 0;
  }
  .service-price-system__area {
    /* サービス内容・料金 */
    padding: 2em 1em;
  }
  .service-price-system__title {
    /* サービス内容・料金 */
    width: 40%;
  }
  .service-price-system__icon {
    /* サービス内容・料金 */
    width: 20%;
    margin-right: 1em;
  }
  .service-price-system__txt-primary {
    /* サービス内容・料金 */
    font-size: .7em;
  }
  .service-price-system__wrapper .service-price-system__txt-primary {
    /* サービス内容・料金 */
    margin: 0 1em 0 0;
  }
  .facility-whole {
    overflow-x: scroll;
  }
  .facility-whole img {
    width: 190vw;
    max-width: none;
  }
  ul.facility-attraction-ul {
    font-size: 1.125em;
  }
  .facility-attraction-imgWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2em;
  }
  .facility-attraction-service__ulWrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  li.facility-attraction-service__item {
    width: 50%;
    margin-right: 0;
    font-size: 1.125em;
  }
  li.facility-attraction-service__item--sp-fill {
    width: 100%;
  }
  .facility-attraction-service__attention {
    margin-top: 1em;
    font-size: 0.9em;
  }
  .facility-photo-wrap .about-merit__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 1em auto;
  }
  .facility-photo-wrap .about-merit__title {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 1730px) {
  .hdr_txt {
    font-size: 1vw;
  }
}
