@charset "UTF-8";
/*!
Theme Name:   DVERZ THEMES v2
Theme URI:    http://dverz.co.jp/
Author:       DVERZ Inc.
Author URI:   https://dverz.co.jp/
Description:  DVERZ WP theme
Version:      2.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  dverz
Tags:         企業サイト
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
  opacity: 0.7 !important;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  /*  font-size: 2em;	*/
  /*  margin: 0.67em 0;	*/
}

mark {
  background: #ff0;
  color: #000;
}

small {
  /*  font-size: 80%;	*/
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

html {
  overflow: auto;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  overflow: hidden;
  background: #fff;
  color: #333333;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.font-size-small body {
  font-size: 8px;
  font-size: 0.8rem;
}
.font-size-large body {
  font-size: 12px;
  font-size: 1.2rem;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: none;
  text-decoration: none;
  outline: 0;
}

.button-hover {
  margin-top: 1px;
  margin-bottom: -1px;
}

hr {
  background-color: rgb(159.375, 159.375, 159.375);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
  font-size: 100%;
  font-feature-settings: "palt";
}

p, span, address, th, td, a, li, em {
  font-feature-settings: "palt";
}

p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

dfn, cite, i {
  font-style: italic;
}

em {
  font-style: normal;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0;
  font-style: normal;
}

pre {
  overflow: auto;
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  max-width: 100%;
  background: rgb(243.525, 243.525, 243.525);
}

abbr, acronym {
  border-bottom: dotted 1px #333333;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.link-hover-inverse {
  text-decoration: none;
}
.link-hover-inverse:hover {
  text-decoration: underline;
}

.monospace {
  font-size: 15px;
  font-size: 1.5rem;
}
.font-size-small .monospace {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large .monospace {
  font-size: 18px;
  font-size: 1.8rem;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin-bottom: 2rem;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.list-inline > li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}
.font-size-small .list-inline > li {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large .list-inline > li {
  font-size: 18px;
  font-size: 1.8rem;
}

.list-table {
  padding-left: 0;
  list-style: none;
  display: table;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  text-align: center;
}
.list-table > li {
  display: table-cell;
  vertical-align: middle;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.button {
  display: inline-block;
  border: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #bf0008;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}
.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: rgb(255, 12.5, 22.6570680628);
  color: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid #bf0008;
  color: #666;
  -webkit-appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #bf0008;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  vertical-align: middle;
}

#wrapper {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
}
.font-size-small #wrapper {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large #wrapper {
  font-size: 18px;
  font-size: 1.8rem;
}

.container {
  margin: 0 auto;
  width: 1000px;
  min-width: 1000px;
  padding: 53px 87px;
  position: relative;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

*:focus {
  outline: none;
}

/*---------------------------------------------------*/
/*---------------------------------------------------*/
.hover__zoom {
  display: block;
  overflow: hidden;
}
.hover__zoom img {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.hover__zoom:hover {
  opacity: 1 !important;
}
.hover__zoom:hover img {
  transform: scale(110%);
}

.btn_1 {
  text-align: left;
  font-weight: bold;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_1:after {
  content: "→";
  display: inline-block;
  margin-left: 20px;
  color: #bf0008;
  font-size: 17px;
  vertical-align: inherit;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_1:hover {
  opacity: 1 !important;
  color: #bf0008;
}
.btn_1:hover:after {
  transform: translateX(5px);
}
.btn_1.color_w {
  color: white;
}
.btn_1.color_w:hover {
  color: black;
}
.btn_1.color_w:after {
  color: black;
}

.btn_2 {
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  background: white;
  color: black;
  border: 1px solid #bf0008;
  border-radius: 100px;
  padding: 15px;
  min-width: 220px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_2:after {
  content: "→";
  display: inline-block;
  margin-left: 20px;
  color: #bf0008;
  font-size: 17px;
  vertical-align: inherit;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_2:hover {
  opacity: 1 !important;
}
.btn_2:hover:after {
  transform: translateX(5px);
}
.btn_2.color_red {
  color: white;
  background: #bf0008;
}
.btn_2.color_red:after {
  color: white;
}

/*---------------------------------------------------*/
/*---------------------------------------------------*/
.ttl_v {
  writing-mode: vertical-rl;
  font-feature-settings: initial !important;
}

.font_noto {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #bf0008;
  line-height: 1.6;
}

.sec_title1 {
  text-align: center;
  margin-bottom: 30px;
}
.sec_title1 h3 {
  color: #bf0008;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.sec_title1 h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 40px;
}

.sec_title2 {
  text-align: center;
  margin-bottom: 30px;
}
.sec_title2 h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #bf0008;
  font-weight: bold;
}
.sec_title2 span.num {
  font-size: 25px;
  line-height: 1;
  color: white;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
  justify-content: center;
  background: #bf0008;
  border-radius: 100px;
  margin: 12px auto;
}
.sec_title2 h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
.sec_title2 h2 strong {
  color: #bf0008;
}
.sec_title2 h4 {
  color: #bf0008;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 35px;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
}
.sec_title2.color_w {
  color: white;
}
.sec_title2.color_w h3 {
  color: white;
}
.sec_title2.color_w span.num {
  color: #bf0008;
  background: white;
}
.sec_title2.color_w h2 strong {
  color: black;
}
.sec_title2.color_w h4 {
  color: white;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.youtube_wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap_wrap iframe {
  width: 100%;
  height: 500px;
}

.table_type_1 {
  margin-bottom: 45px;
}
.table_type_1 table {
  border-top: 1px solid rgb(159.375, 159.375, 159.375);
}
.table_type_1 table tr {
  border-bottom: 1px solid rgb(159.375, 159.375, 159.375);
}
.table_type_1 table tr th {
  background: #e6e6e6;
  font-weight: normal;
  width: 140px;
  text-align: justify;
  text-align-last: justify;
  padding: 10px 25px;
}
.table_type_1 table tr td {
  padding: 10px 40px;
}
.table_type_1 table tr td a {
  color: #bf0008;
  display: inline-block;
}

.table_type_company {
  margin-bottom: 45px;
}
.table_type_company table {
  border-top: 1px solid rgb(159.375, 159.375, 159.375);
}
.table_type_company table tr {
  border-bottom: 1px solid rgb(159.375, 159.375, 159.375);
}
.table_type_company table tr th {
  font-weight: bold;
  width: 140px;
  text-align: justify;
  text-align-last: justify;
  padding: 20px 25px;
}
.table_type_company table tr td {
  padding: 20px 40px;
}
.table_type_company table tr td a.btn_link {
  color: #bf0008;
  display: inline-block;
}

.sp-buttons .sp-button {
  border: none;
  background: rgb(216.75, 216.75, 216.75);
  width: 6px;
  height: 6px;
  margin: 6px;
}
.sp-buttons .sp-selected-button {
  background-color: #333333;
}

#pankuzu {
  text-align: right;
}
#pankuzu #breadcrumb ul > li {
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 1.3;
  display: inline-block;
}
#pankuzu #breadcrumb ul > li:before {
  display: inline-block;
  margin-right: 10px;
  content: ">";
}
#pankuzu #breadcrumb ul > li:first-of-type:before {
  display: none;
}
#pankuzu #breadcrumb ul > li > a {
  text-decoration: underline;
}

#menu_btn {
  position: absolute;
  width: 50px;
  height: 12px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  top: 30px;
  right: 60px;
}
#menu_btn:before {
  content: "OPEN";
  position: absolute;
  width: 52px;
  height: 15px;
  text-align: center;
  right: 60px;
  top: 0;
  z-index: 1;
  display: inline-block;
  color: #bf0008;
  font-weight: bold;
  line-height: 1;
}
#menu_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #bf0008;
  display: inline-block;
  transition: all 0.1s;
  box-sizing: border-box;
  z-index: 2;
}
#menu_btn span.top {
  top: 2px;
}
#menu_btn span.bottom {
  bottom: 0;
}
#menu_btn.close:before {
  content: "CLOSE";
  transition: all 0.2s;
}
#menu_btn.close span.top {
  -webkit-transform: translateY(4px) rotate(-20deg);
  transform: translateY(4px) rotate(-20deg);
}
#menu_btn.close span.bottom {
  -webkit-transform: translateY(-4px) rotate(20deg);
  transform: translateY(-4px) rotate(20deg);
}

#wrapper {
  padding-top: 70px;
}
#wrapper.lp_default {
  padding-top: 0;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  background: white;
}
#header .container {
  width: 100%;
  padding: 22px 0;
}
#header .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
#header .container .content .head_logo {
  width: 220px;
  margin: 0 auto;
}
#header .container .content .head_logo a {
  display: block;
}

#gnav {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  background: white;
  display: none;
}
#gnav .container {
  padding: 10px 0 60px;
}
#gnav .container .content {
  width: 860px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
#gnav .container .content .btn_contact {
  width: 100%;
  margin-bottom: 35px;
}
#gnav .container .content .btn_contact a {
  display: block;
  border: 1px solid #bf0008;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  color: #bf0008;
}
#gnav .container .content nav li {
  margin-bottom: 20px;
}
#gnav .container .content nav a {
  font-weight: bold;
  display: inline-block;
}
#gnav .container .content nav:nth-of-type(1) {
  margin-left: 50px;
}
#gnav .container .content .head_info {
  padding-right: 90px;
}
#gnav .container .content .head_info article {
  margin-bottom: 25px;
}
#gnav .container .content .head_info article h1 {
  font-weight: bold;
  line-height: 1.3;
}
#gnav .container .content .head_info article h2 {
  font-size: 13px;
  font-weight: bold;
}
#gnav .container .content .head_info article p, #gnav .container .content .head_info article address, #gnav .container .content .head_info article a {
  color: black;
  margin: 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5;
}
#gnav .container .content .head_info .credit p {
  margin: 0;
  font-size: 12px;
}
#gnav .container .content .head_sns {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-content: flex-end;
  flex-direction: row;
}
#gnav .container .content .head_sns img {
  object-fit: contain;
  object-position: center;
}
#gnav .container .content .head_sns .btn_youtube {
  width: 36px;
  height: 25px;
  margin-bottom: 35px;
}
#gnav .container .content .head_sns .btn_ig {
  width: 28px;
  height: 28px;
}

#page-head-section .container .ttl h2 {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#page-head-section .container .pic {
  width: 1000px;
  margin: 40px 0 50px;
  margin-left: -87px;
}
#page-head-section .container .pic img {
  width: 1000px;
  max-width: 1000px;
}
#page-head-section .container .txt h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

#page-head-section-type2 .container {
  padding-bottom: 0;
}
#page-head-section-type2 .container .ttl {
  text-align: center;
}
#page-head-section-type2 .container .ttl h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#page-head-section-type2 .container #category-list-ection {
  margin-top: 30px;
}
#page-head-section-type2 .container #category-list-ection ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#page-head-section-type2 .container #category-list-ection ul li {
  margin-right: 10px;
}
#page-head-section-type2 .container #category-list-ection ul li a, #page-head-section-type2 .container #category-list-ection ul li h3 {
  border: 1px solid gray;
  padding: 0 13px;
}
#page-head-section-type2 .container #category-list-ection ul li a.current {
  border-color: #bf0008 !important;
  color: white;
  background: #bf0008;
}
#page-head-section-type2 .container #category-list-ection ul li a.current:after {
  color: white;
}

.blog_content_wrap .post-content table {
  width: 100%;
  margin-bottom: 3rem;
}
.blog_content_wrap .post-content table tr {
  border-bottom: 1px solid #494949;
}
.blog_content_wrap .post-content table tr th, .blog_content_wrap .post-content table tr td {
  line-height: 1;
  padding: 15px 23px;
  font-size: 1.5rem;
  color: #5f5f5f;
  letter-spacing: 3px;
}
.blog_content_wrap .post-content table tr th {
  width: 30%;
  text-align: center;
  font-weight: normal;
}
.blog_content_wrap .post-content table tr td {
  line-height: 1.5em;
}
.blog_content_wrap .post-content table tr td > p {
  margin-bottom: 1rem;
}
.blog_content_wrap .post-content table tr td em {
  font-size: 1.3rem;
  color: #8a8a8a;
  display: block;
  line-height: 1.2;
}
.blog_content_wrap .post-content h1 {
  margin: 1rem 0 2rem;
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: bold;
}
.blog_content_wrap .post-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  border-bottom: 0.5rem solid #bf0008;
  font-weight: bold;
  display: inline-block;
}
.blog_content_wrap .post-content h3 {
  color: #bf0008;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 50%;
  background: white;
}
.blog_content_wrap .post-content h4 {
  color: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background: #bf0008;
}
.blog_content_wrap .post-content h5 {
  color: #bf0008;
  background: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 2px solid #bf0008;
}
.blog_content_wrap .post-content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.blog_content_wrap .post-content a {
  text-decoration: underline;
  color: #bf0008;
}
.blog_content_wrap .post-content h2.caption {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 2rem !important;
  border-bottom: 2px solid #1e1e1e;
  border-left: 0px !important;
  border-radius: 0;
  margin-bottom: 4rem !important;
  background: none;
  box-shadow: none;
  display: block;
  text-align: left;
}
.blog_content_wrap .post-content h2.caption:before {
  content: "\f068";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 2rem;
  color: #bf0008;
}
.blog_content_wrap .post-content ul {
  margin: 2rem 0 3rem;
  list-style: disc;
  padding-left: 4rem;
}
.blog_content_wrap .post-content ul li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-style: normal;
}
.blog_content_wrap .post-content .btn {
  text-align: right;
  margin: 1rem 0 1rem;
}
.blog_content_wrap .post-content .btn > a {
  text-decoration: none !important;
  min-width: 300px;
}
.blog_content_wrap .post-content .gallery_card article {
  width: calc(50% - 1rem);
  box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
  background: white;
  text-align: center;
  margin-bottom: 2rem;
}
.blog_content_wrap .post-content .gallery_card article:nth-of-type(2n) {
  margin-left: 2rem;
}
.blog_content_wrap .post-content .gallery_card article .pic {
  line-height: 0.5;
}
.blog_content_wrap .post-content .gallery_card article .pic img {
  width: 100%;
  margin: 0;
}
.blog_content_wrap .post-content .gallery_card article .txt {
  line-height: 1;
  padding: 1rem 2rem;
}
.blog_content_wrap .post-content .gallery_card article .txt h3 {
  font-size: 1.5rem;
  margin: 0;
}
.blog_content_wrap .post-content iframe {
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}
.blog_content_wrap .post-content img {
  clear: both;
}
.blog_content_wrap .post-content img.size-full {
  width: auto;
  margin-bottom: 2.5rem;
}
.blog_content_wrap .post-content img.size-large {
  margin-bottom: 0rem;
}

#pagination {
  margin-top: 60px;
  margin-bottom: 30px;
}
#pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
#pagination .nav-links .page-numbers {
  font-size: 18px;
  font-weight: bold;
  color: #bf0008;
  background: white;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  width: 40px;
  height: 40px;
  padding-bottom: 2px;
}
#pagination .nav-links .page-numbers.current {
  background: #bf0008;
  color: white;
}
#pagination .nav-links .page-numbers.prev, #pagination .nav-links .page-numbers.next {
  background: white;
  border: 1px solid #bf0008;
  position: relative;
  padding: 0;
}
#pagination .nav-links .page-numbers.prev:after, #pagination .nav-links .page-numbers.next:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "\f054";
  font-family: fontawesome;
  display: inline-block;
}
#pagination .nav-links .page-numbers.prev:hover:after, #pagination .nav-links .page-numbers.next:hover:after {
  transform: translateX(5px);
}
#pagination .nav-links .page-numbers.prev.inactive, #pagination .nav-links .page-numbers.next.inactive {
  border-color: #D3D3D3;
}
#pagination .nav-links .page-numbers.prev.inactive:after, #pagination .nav-links .page-numbers.next.inactive:after {
  content: "\f054";
  font-family: fontawesome;
}
#pagination .nav-links .page-numbers.prev {
  margin-right: 30px;
}
#pagination .nav-links .page-numbers.prev:after {
  transform: rotate(180deg);
}
#pagination .nav-links .page-numbers.prev:hover:after {
  transform: translateX(5px) rotate(180deg);
}
#pagination .nav-links .page-numbers.next {
  margin-left: 30px;
}

#pager {
  margin-top: 60px;
}
#pager > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#pager > .content .btn_prev a, #pager > .content .btn_prev .inactive,
#pager > .content .btn_next a,
#pager > .content .btn_next .inactive,
#pager > .content .list a,
#pager > .content .list .inactive {
  text-decoration: none;
}
#pager > .content .btn_prev a i, #pager > .content .btn_prev .inactive i,
#pager > .content .btn_next a i,
#pager > .content .btn_next .inactive i,
#pager > .content .list a i,
#pager > .content .list .inactive i {
  text-align: left;
  font-weight: bold;
  font-style: normal;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  border-bottom: 1px solid gray;
}
#pager > .content .btn_prev a i:after, #pager > .content .btn_prev .inactive i:after,
#pager > .content .btn_next a i:after,
#pager > .content .btn_next .inactive i:after,
#pager > .content .list a i:after,
#pager > .content .list .inactive i:after {
  content: "→";
  position: absolute;
  display: inline-block;
  color: #bf0008;
  font-size: 17px;
  vertical-align: inherit;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#pager > .content .btn_prev a i:hover, #pager > .content .btn_prev .inactive i:hover,
#pager > .content .btn_next a i:hover,
#pager > .content .btn_next .inactive i:hover,
#pager > .content .list a i:hover,
#pager > .content .list .inactive i:hover {
  opacity: 1 !important;
}
#pager > .content .btn_prev a i:hover:after, #pager > .content .btn_prev .inactive i:hover:after,
#pager > .content .btn_next a i:hover:after,
#pager > .content .btn_next .inactive i:hover:after,
#pager > .content .list a i:hover:after,
#pager > .content .list .inactive i:hover:after {
  transform: translateX(5px);
}
#pager > .content .btn_prev a i.arrow_next, #pager > .content .btn_prev .inactive i.arrow_next,
#pager > .content .btn_next a i.arrow_next,
#pager > .content .btn_next .inactive i.arrow_next,
#pager > .content .list a i.arrow_next,
#pager > .content .list .inactive i.arrow_next {
  padding-left: 35px;
}
#pager > .content .btn_prev a i.arrow_next:after, #pager > .content .btn_prev .inactive i.arrow_next:after,
#pager > .content .btn_next a i.arrow_next:after,
#pager > .content .btn_next .inactive i.arrow_next:after,
#pager > .content .list a i.arrow_next:after,
#pager > .content .list .inactive i.arrow_next:after {
  left: 0;
  transform: rotate(180deg);
}
#pager > .content .btn_prev a i.arrow_prev, #pager > .content .btn_prev .inactive i.arrow_prev,
#pager > .content .btn_next a i.arrow_prev,
#pager > .content .btn_next .inactive i.arrow_prev,
#pager > .content .list a i.arrow_prev,
#pager > .content .list .inactive i.arrow_prev {
  padding-right: 35px;
}
#pager > .content .btn_prev a i.arrow_prev:after, #pager > .content .btn_prev .inactive i.arrow_prev:after,
#pager > .content .btn_next a i.arrow_prev:after,
#pager > .content .btn_next .inactive i.arrow_prev:after,
#pager > .content .list a i.arrow_prev:after,
#pager > .content .list .inactive i.arrow_prev:after {
  right: 0;
}
#pager > .content .btn_prev .inactive,
#pager > .content .btn_next .inactive,
#pager > .content .list .inactive {
  opacity: 0.2;
}
#pager > .content .list a {
  text-align: center;
  font-weight: bold;
  display: inline-block;
  padding: 10px 25px;
  border-bottom: 1px solid gray;
}

#foot-link-section .container .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#foot-link-section .container .link_list article {
  width: calc(50% - 6px);
  margin-bottom: 12px;
}
#foot-link-section .container .link_list article a {
  position: relative;
}
#foot-link-section .container .link_list article a .txt {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: calc((100% - 15px) / 2);
}
#foot-link-section .container .link_list article a .txt h2 {
  display: inline-block;
  color: white;
  font-weight: bold;
  padding-right: 22px;
  position: relative;
}
#foot-link-section .container .link_list article a .txt h2:after {
  content: "→";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#foot-link-section .container .link_list article a:hover h2:after {
  transform: translateX(5px);
}

#footer .container .foot_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  margin-bottom: 46px;
}
#footer .container .foot_sns a {
  margin: 0 23px;
}
#footer .container .foot_sns a img {
  width: auto;
  height: 28px;
  object-fit: contain;
  object-position: center;
}
#footer .container .foot_logo {
  width: 220px;
  margin: 0 auto 35px;
}
#footer .container .foot_info article {
  margin-bottom: 25px;
}
#footer .container .foot_info article h1 {
  font-weight: bold;
  line-height: 1.3;
}
#footer .container .foot_info article h2 {
  font-size: 13px;
  font-weight: bold;
}
#footer .container .foot_info article p, #footer .container .foot_info article address, #footer .container .foot_info article a {
  color: black;
  margin: 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5;
}
#footer .container .foot_info article:last-of-type {
  margin-bottom: 0;
}
#footer .container .credit {
  position: absolute;
  right: 87px;
  bottom: 25px;
}
#footer .container .credit p {
  margin: 0;
  font-size: 12px;
}

#foot-fix-btn-section {
  display: none;
}

#top-fix-btn-section {
  display: none;
}

body.home #page {
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
}
body.home #page .fix-bnr-section {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 250px;
  z-index: 9999;
  background-color: #bf0008;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px;
  color: white;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
body.home #page .fix-bnr-section .head {
  text-align: center;
  letter-spacing: 0.1em;
}
body.home #page .fix-bnr-section .head h2 {
  line-height: 1.3;
  font-size: 24px;
  font-weight: bold;
}
body.home #page .fix-bnr-section .btn {
  padding: 5px 0 0;
}
body.home #page .fix-bnr-section .btn p {
  text-align: left;
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
}
body.home #page .fix-bnr-section .btn a {
  display: block;
  margin-top: 5px;
}
body.home #page .fix-bnr-section .close_btn {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
}
body.home #page .fix-bnr-section-type2 {
  position: absolute;
  right: 50px;
  bottom: -20px;
  width: 176px;
  z-index: 9999;
}
body.home #page .fix-bnr-section-type2 .close_btn {
  position: absolute;
  top: -9px;
  right: -9px;
  width: 19px;
  height: 19px;
}
body.home #page #vi-section .container {
  padding: 0;
  width: 100%;
}
body.home #page #vi-section .container video {
  width: 100%;
}
body.home #page #concept-section .container {
  padding: 50px 0;
  width: 100%;
}
body.home #page #concept-section .container .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: space-between;
}
body.home #page #concept-section .container .inner .ttl {
  margin-top: 26px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
body.home #page #concept-section .container .inner .ttl h2 {
  margin-left: 65px;
  font-size: 35px;
  letter-spacing: 0.1em;
}
body.home #page #concept-section .container .inner .content {
  width: 767px;
  width: calc(100% - 200px);
}
body.home #page #concept-section .container .inner .content .pic {
  margin-bottom: 34px;
}
body.home #page #concept-section .container .inner .content .pic img {
  width: 100%;
}
body.home #page #concept-section .container .inner .content .txt h2 {
  margin-bottom: 20px;
}
body.home #page #works-section .container {
  width: 100%;
  padding: 0;
}
body.home #page #works-section .container .works_list {
  margin-bottom: 25px;
}
body.home #page #works-section .container .works_list article {
  position: relative;
}
body.home #page #works-section .container .works_list article h2 {
  color: white;
  font-weight: bold;
  position: absolute;
  left: 84px;
  bottom: 30px;
}
body.home #page #works-section .container .works_list article .pic img {
  width: 100%;
}
body.home #page #works-section .container .btn {
  width: 827px;
  margin: 0 auto;
}
body.home #page #report-section .container .pic {
  margin-bottom: 34px;
}
body.home #page #report-section .container .txt h2 {
  margin-bottom: 20px;
}
body.home #page #report-section .container .sokuhou {
  position: absolute;
  bottom: 80px;
  right: 100px;
}
body.home #page #report-section .container .sokuhou h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
body.home #page #report-section .container .sokuhou h4 strong {
  font-weight: bold;
  font-size: 110px;
  display: inline-block;
  margin: 0 10px;
  color: #bf0008;
}
body.home #page #price-section .container {
  width: 100%;
  padding: 0 0 50px;
}
body.home #page #price-section .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
body.home #page #price-section .container .inner .ttl {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  margin-top: 26px;
}
body.home #page #price-section .container .inner .ttl h2 {
  margin-right: 65px;
  font-size: 35px;
  letter-spacing: 0.1em;
}
body.home #page #price-section .container .inner .content {
  width: calc(100% - 200px);
}
body.home #page #price-section .container .inner .content .pic {
  margin-bottom: 34px;
}
body.home #page #price-section .container .inner .content .pic img {
  width: 100%;
}
body.home #page #price-section .container .inner .content .txt {
  position: relative;
  width: 826px;
  margin-left: calc((100vw - 826px) / 2);
}
body.home #page #price-section .container .inner .content .txt h2 {
  margin-bottom: 20px;
}
body.home #page #price-section .container .inner .content .txt h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
body.home #page #price-section .container .inner .content .txt h3 strong {
  color: #bf0008;
  font-size: 25px;
}
body.home #page #price-section .container .inner .content .txt h3 strong small {
  font-size: 15px;
}
body.home #page #price-section .container .inner .content .txt .logo {
  width: 90px;
  position: absolute;
  right: 0;
  bottom: 50px;
}
body.home #page #prex-section {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  width: 826px;
  margin: 0 auto;
}
body.home #page #prex-section .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-width: auto;
}
body.home #page #prex-section .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
}
body.home #page #prex-section .container .inner article {
  width: auto;
}
body.home #page #prex-section .container .inner article h2 {
  margin-bottom: 20px;
}
body.home #page #prex-section .container .inner article .logo {
  width: 111px;
  margin-bottom: 10px;
}
body.home #page #prex-section .container .inner article .pic a.hover__zoom {
  overflow: visible;
}
body.home #page #prex-section .container .inner article:nth-of-type(1) .pic {
  width: 234px;
  margin-left: -30px;
}
body.home #page #prex-section .container .inner article:nth-of-type(2) .pic {
  width: 192px;
  margin-left: -7px;
}
body.home #page #prex-section .container .inner article:nth-of-type(3) .pic {
  width: 215px;
  margin-left: -15px;
}
body.home #page #option-section .container,
body.home #page #safety-section .container,
body.home #page #voice-section .container,
body.home #page #company-section .container {
  padding-bottom: 0;
}
body.home #page #option-section .container .pic,
body.home #page #safety-section .container .pic,
body.home #page #voice-section .container .pic,
body.home #page #company-section .container .pic {
  margin-bottom: 34px;
}
body.home #page #option-section .container .txt h2,
body.home #page #safety-section .container .txt h2,
body.home #page #voice-section .container .txt h2,
body.home #page #company-section .container .txt h2 {
  margin-bottom: 20px;
}
body.home #page #news-section .container {
  padding: 100px 0;
  width: 608px;
  min-width: auto;
}
body.home #page #news-section .container .inner .feeds article {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  padding: 27px 0;
}
body.home #page #news-section .container .inner .feeds article .post-date {
  display: block;
  line-height: 1.4;
}
body.home #page #news-section .container .inner .feeds article .post-date i {
  display: inline-block;
  font-style: normal;
  margin-left: 10px;
  color: #bf0008;
}
body.home #page #news-section .container .inner .feeds article .post-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  margin: 10px 0;
}
body.home #page #news-section .container .inner .feeds article .post-cat li {
  margin-right: 5px;
}
body.home #page #news-section .container .inner .feeds article .post-cat li a {
  line-height: 1.2;
  padding: 3px 10px;
  border: 1px solid gray;
  display: inline-block;
}
body.home #page #news-section .container .inner .feeds article .post-title {
  display: block;
  position: relative;
  line-height: 1.7;
}
body.home #page #news-section .container .inner .feeds article .post-title a {
  font-weight: bold;
  display: block;
  padding-right: 25px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
body.home #page #news-section .container .inner .feeds article .post-title a:after {
  content: "→";
  display: inline-block;
  color: #bf0008;
  font-size: 17px;
  vertical-align: inherit;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
body.home #page #news-section .container .inner .feeds article .post-title a:hover {
  opacity: 1 !important;
}
body.home #page #news-section .container .inner .feeds article .post-title a:hover:after {
  transform: translateX(5px);
}
body.home #page #news-section .container .btn {
  margin-top: 20px;
}
body.home #page #top-contact-section .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
body.home #page #top-contact-section .container .inner .pic {
  width: 469px;
  position: relative;
}
body.home #page #top-contact-section .container .inner .pic:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #bf0008;
  width: 100%;
  height: 212px;
  right: -10px;
  bottom: -10px;
}
body.home #page #top-contact-section .container .inner .pic a:hover {
  opacity: 1 !important;
}
body.home #page #top-contact-section .container .inner .txt {
  width: calc(100% - 469px - 50px);
}
body.home #page #top-contact-section .container .inner .txt h3 {
  font-size: 25px;
  line-height: 1.5;
}
body.home #page #top-contact-section .container .inner .txt p {
  margin: 20px 0;
}
body.home #page #top-contact-section .container .inner .txt p strong {
  color: #bf0008;
  font-weight: bold;
}
body.home #page #top-contact-section .container .inner .txt .btn {
  margin-top: 20px;
}

#page-404 .container {
  width: 820px;
  margin: 0 auto;
  text-align: center;
}
#page-404 .container .sec_title1 {
  text-align: left;
}

.post-header ul.post-cat li {
  display: inline-block;
  margin-right: 5px;
}
.post-header ul.post-cat li a {
  background: #e6e6e6;
  line-height: 1.5;
  padding: 5px;
  font-size: 12px;
}
.post-header .post-date {
  display: block;
}
.post-header .post-title {
  line-height: 1.5;
  line-height: 1.5;
}

#wrapper.news #news-list .feeds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#wrapper.news #news-list .feeds article {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 40px;
  margin-right: 30px;
}
#wrapper.news #news-list .feeds article:nth-of-type(3n) {
  margin-right: 0;
}
#wrapper.news #news-list .feeds article .thumb {
  width: 100%;
  margin-bottom: 15px;
}
#wrapper.news #news-list .feeds article .thumb img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
#wrapper.news #news-list .feeds article .thumb.finish {
  position: relative;
}
#wrapper.news #news-list .feeds article .thumb.finish:after {
  content: "終了しました";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  left: -5px;
  top: -5px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
  justify-content: center;
}
#wrapper.news #news-detail .post-header {
  margin-bottom: 30px;
  text-align: center;
}
#wrapper.news #news-detail .post-header ul.post-cat {
  margin-bottom: 25px;
}
#wrapper.news #news-detail .post-header ul.post-cat:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #bf0008;
  display: block;
  margin: 0 auto 10px;
}
#wrapper.news #news-detail .post-header ul.post-cat li a {
  font-size: 15px;
  min-width: 200px;
  display: block;
  padding: 5px 15px;
}
#wrapper.news #news-detail .post-content {
  margin-bottom: 40px;
  text-align: center;
}

#page-concept .cta_btn_list {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#page-concept .cta_btn_list a {
  width: calc(50% - 10px);
}
#page-concept .cta_btn_list a > span.pc-only {
  display: inline-block;
}
#page-concept #vi-section .container {
  text-align: center;
}
#page-concept #vi-section .container .head .sec_title1 {
  position: relative;
  margin-bottom: 0;
}
#page-concept #vi-section .container .head .sec_title1:after {
  content: "";
  width: 360px;
  height: 110px;
  background-image: url("images/concept/ttl_bg.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  left: calc((100% - 360px) / 2);
  z-index: -1;
}
#page-concept #vi-section .container .head .sec_title1 h2 {
  color: white;
  margin-top: 10px;
  font-size: 36px;
}
#page-concept #vi-section .container .vi {
  width: 516px;
  margin: -10px auto 35px;
  z-index: -10;
  position: relative;
}
#page-concept #vi-section .container .ttl {
  display: inline-block;
}
#page-concept #vi-section .container .ttl h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#page-concept #vi-section .container .ttl h2 strong {
  color: #bf0008;
  margin-top: -30px;
}
#page-concept #what-reason-section {
  background: #e5e5e5;
}
#page-concept #what-reason-section .container {
  padding-bottom: 110px;
}
#page-concept #what-reason-section .reason_list {
  position: relative;
  z-index: 100;
}
#page-concept #what-reason-section .reason_list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  border: 2px solid #bf0008;
  border-radius: 15px;
  padding: 42px 83px;
  background: white;
}
#page-concept #what-reason-section .reason_list article:last-of-type {
  margin-bottom: 0;
}
#page-concept #what-reason-section .reason_list article .pic {
  width: 50%;
  position: relative;
}
#page-concept #what-reason-section .reason_list article .pic img {
  width: 100%;
  max-width: 200%;
  position: absolute;
}
#page-concept #what-reason-section .reason_list article:nth-of-type(1) img {
  width: 347px;
  top: -65px;
  left: 30px;
}
#page-concept #what-reason-section .reason_list article:nth-of-type(2) .txt {
  order: 2;
}
#page-concept #what-reason-section .reason_list article:nth-of-type(2) .pic {
  order: 1;
}
#page-concept #what-reason-section .reason_list article:nth-of-type(2) img {
  width: 375px;
  left: -40px;
  top: -55px;
}
#page-concept #what-reason-section .reason_list article:nth-of-type(3) img {
  width: 319px;
  top: -30px;
  left: 50px;
}
#page-concept #what-reason-section {
  position: relative;
}
#page-concept #what-reason-section:before, #page-concept #what-reason-section:after {
  content: "";
  background: #bf0008;
  width: max(50%, 500px);
  height: 140px;
  position: absolute;
  bottom: 0;
}
#page-concept #what-reason-section:before {
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
#page-concept #what-reason-section:after {
  left: max(50%, 500px);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
#page-concept #catch {
  position: relative;
}
#page-concept #catch:after {
  content: "";
  background: #bf0008;
  width: max(100%, 1000px);
  height: 160px;
  position: absolute;
  top: -1px;
  z-index: -1;
}
#page-concept #catch:after {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 15%, 50% 100%, 0 15%);
}
#page-concept #catch .container {
  padding: 20px 0 60px;
  text-align: center;
  color: white;
}
#page-concept #catch .container h2 {
  font-weight: bold;
  font-size: 20px;
}
#page-concept #catch .container h2 br {
  display: none;
}
#page-concept #catch .container h3 {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5;
}
#page-concept #works-section .container .pic {
  width: 1000px;
  margin-left: -87px;
}
#page-concept #works-section .container .pic img {
  width: 100%;
}
#page-concept #option-section {
  background: #f5d9da;
}
#page-concept #option-section .head {
  position: relative;
}
#page-concept #option-section .head .chara {
  width: 197px;
  position: absolute;
  top: -20px;
  right: -70px;
}
#page-concept #option-section .option_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-concept #option-section .option_list article {
  width: calc(50% - 8px);
  margin-bottom: 16px;
  border: 1px solid #bf0008;
  background: white;
  border-radius: 10px;
  padding: 0 25px;
  height: 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
#page-concept #option-section .option_list article .pic {
  width: 50%;
  text-align: center;
}
#page-concept #option-section .option_list article .pic img {
  width: auto;
  height: 135px;
  object-fit: contain;
  object-position: center;
}
#page-concept #option-section .option_list article h2 {
  width: 50%;
  font-weight: bold;
  text-align: center;
}
#page-concept #option-section .option_list article:nth-of-type(1) img {
  height: 117px;
}
#page-concept #option-section .option_list article:nth-of-type(2) img {
  height: 100px;
}
#page-concept #price-section .price_list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}
#page-concept #price-section .price_list article .txt {
  width: 530px;
}
#page-concept #price-section .price_list article .txt h2 {
  color: #bf0008;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 35px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
}
#page-concept #price-section .price_list article .txt p {
  margin-bottom: 5px;
}
#page-concept #price-section .price_list article .txt h3 {
  color: #bf0008;
  font-size: 18px;
  font-weight: bold;
}
#page-concept #price-section .price_list article .pic {
  width: calc(100% - 530px - 40px);
  text-align: center;
}
#page-concept #price-section .price_list article .pic img {
  width: auto;
  height: 189px;
  object-fit: contain;
  object-position: center;
}
#page-concept #price-section .price_list article .pic.t_on {
  position: relative;
}
#page-concept #price-section .price_list article .pic.t_on h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 29px;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 0;
}
#page-concept #price-section .price_list article .pic.t_on img {
  margin-top: 30px;
}
#page-concept #safety-section {
  background: #bf0008;
}
#page-concept #safety-section .container {
  padding: 53px 40px;
}
#page-concept #safety-section .inner {
  position: relative;
  background: white;
  border-radius: 30px;
  padding: 50px 50px 25px;
}
#page-concept #safety-section .inner .chara {
  width: 164px;
  position: absolute;
  right: 50px;
  top: -10px;
}
#page-concept #safety-section .inner .h {
  text-align: center;
}
#page-concept #safety-section .inner .h h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#page-concept #safety-section .inner .h h4 {
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  color: #bf0008;
  line-height: 1.4;
  text-align: left;
  display: inline-block;
  font-size: 35px;
  margin-bottom: 25px;
}
#page-concept #safety-section .inner .h h5 {
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 5px;
  line-height: 1.5;
  background: #d7d5d3;
  border-radius: 7px;
}
#page-concept #safety-section .inner .support_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-concept #safety-section .inner .support_list article {
  width: calc(33.3333333333% - 5px);
  margin: 17px 0;
  text-align: center;
}
#page-concept #safety-section .inner .support_list article .pic {
  margin-bottom: 7px;
}
#page-concept #safety-section .inner .support_list article h2 {
  line-height: 1.5;
}
#page-concept #safety-section .btn {
  margin-top: 20px;
  margin-left: 50px;
}
#page-concept #voice-section .head .chara {
  width: 389px;
  margin: 0 auto;
}
#page-concept #voice-section .voice_list {
  width: 540px;
  margin: 0 auto;
}
#page-concept #voice-section .voice_list article {
  margin-bottom: 50px;
}
#page-concept #voice-section .voice_list article:last-of-type {
  margin-bottom: 0;
}
#page-concept #voice-section .voice_list article .pic {
  margin-bottom: 20px;
}
#page-concept #voice-section .txt {
  width: 540px;
  margin: 0 auto;
}

#page-prex-a #pager-section .container,
#page-prex-k #pager-section .container,
#page-prex-s #pager-section .container {
  padding-top: 0;
  padding-bottom: 25px;
}
#page-prex-a #pager-section .container .inner,
#page-prex-k #pager-section .container .inner,
#page-prex-s #pager-section .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-prex-a #pager-section .container .inner a,
#page-prex-k #pager-section .container .inner a,
#page-prex-s #pager-section .container .inner a {
  border-bottom: 1px solid gray;
  padding: 10px 15px;
}
#page-prex-a #prex-detail-section .head,
#page-prex-k #prex-detail-section .head,
#page-prex-s #prex-detail-section .head {
  text-align: center;
  margin-bottom: 60px;
}
#page-prex-a #prex-detail-section .head h2,
#page-prex-k #prex-detail-section .head h2,
#page-prex-s #prex-detail-section .head h2 {
  margin-bottom: 25px;
}
#page-prex-a #prex-detail-section .head .logo,
#page-prex-k #prex-detail-section .head .logo,
#page-prex-s #prex-detail-section .head .logo {
  width: 178px;
  display: inline-block;
}
#page-prex-a #prex-detail-section .equipment_list,
#page-prex-k #prex-detail-section .equipment_list,
#page-prex-s #prex-detail-section .equipment_list {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#page-prex-a #prex-detail-section .equipment_list .ttl,
#page-prex-k #prex-detail-section .equipment_list .ttl,
#page-prex-s #prex-detail-section .equipment_list .ttl {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
#page-prex-a #prex-detail-section .equipment_list .ttl h2,
#page-prex-k #prex-detail-section .equipment_list .ttl h2,
#page-prex-s #prex-detail-section .equipment_list .ttl h2 {
  font-weight: bold;
}
#page-prex-a #prex-detail-section .equipment_list .ttl h2 em,
#page-prex-k #prex-detail-section .equipment_list .ttl h2 em,
#page-prex-s #prex-detail-section .equipment_list .ttl h2 em {
  display: block;
}
#page-prex-a #prex-detail-section .equipment_list h3,
#page-prex-k #prex-detail-section .equipment_list h3,
#page-prex-s #prex-detail-section .equipment_list h3 {
  width: calc(25% - 3px);
  margin-right: 4px;
  margin-bottom: 4px;
  background: #646464;
  color: white;
  line-height: 1.5;
  padding: 3px 0;
  text-align: center;
}
#page-prex-a #prex-detail-section .equipment_list h3:nth-of-type(4n),
#page-prex-k #prex-detail-section .equipment_list h3:nth-of-type(4n),
#page-prex-s #prex-detail-section .equipment_list h3:nth-of-type(4n) {
  margin-right: 0;
}
#page-prex-a #prex-detail-section .vi,
#page-prex-k #prex-detail-section .vi,
#page-prex-s #prex-detail-section .vi {
  text-align: center;
  margin-bottom: 50px;
}
#page-prex-a #prex-detail-section .vi p,
#page-prex-k #prex-detail-section .vi p,
#page-prex-s #prex-detail-section .vi p {
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.2;
}
#page-prex-a #prex-detail-section .vi .t2,
#page-prex-k #prex-detail-section .vi .t2,
#page-prex-s #prex-detail-section .vi .t2 {
  font-size: 25px;
}
#page-prex-a #prex-detail-section .vi .price,
#page-prex-k #prex-detail-section .vi .price,
#page-prex-s #prex-detail-section .vi .price {
  font-size: 45px;
  margin-bottom: 20px;
}
#page-prex-a #prex-detail-section .vi .pic,
#page-prex-k #prex-detail-section .vi .pic,
#page-prex-s #prex-detail-section .vi .pic {
  width: 606px;
  display: inline-block;
}
#page-prex-a #prex-detail-section .memo ul li,
#page-prex-k #prex-detail-section .memo ul li,
#page-prex-s #prex-detail-section .memo ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
  margin: 5px 0;
}
#page-prex-a #prex-detail-section .memo ul li:before,
#page-prex-k #prex-detail-section .memo ul li:before,
#page-prex-s #prex-detail-section .memo ul li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#page-prex-a #plan-section .head,
#page-prex-k #plan-section .head,
#page-prex-s #plan-section .head {
  margin-bottom: 50px;
}
#page-prex-a #plan-section .head h2,
#page-prex-k #plan-section .head h2,
#page-prex-s #plan-section .head h2 {
  font-size: 20px;
  font-weight: bold;
}
#page-prex-a #plan-section .plan_list_wrap,
#page-prex-k #plan-section .plan_list_wrap,
#page-prex-s #plan-section .plan_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-prex-a #plan-section .plan_list_wrap article,
#page-prex-k #plan-section .plan_list_wrap article,
#page-prex-s #plan-section .plan_list_wrap article {
  width: calc(50% - 25px);
  margin-bottom: 35px;
  padding-bottom: 7px;
  border-bottom: 1px solid gray;
}
#page-prex-a #plan-section .plan_list_wrap article > a,
#page-prex-k #plan-section .plan_list_wrap article > a,
#page-prex-s #plan-section .plan_list_wrap article > a {
  display: block;
  position: relative;
  padding-right: 17px;
}
#page-prex-a #plan-section .plan_list_wrap article > a:after,
#page-prex-k #plan-section .plan_list_wrap article > a:after,
#page-prex-s #plan-section .plan_list_wrap article > a:after {
  content: "→";
  color: #bf0008;
  position: absolute;
  right: 0;
  bottom: 7px;
  line-height: 1.5;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#page-prex-a #plan-section .plan_list_wrap article > a:hover:after,
#page-prex-k #plan-section .plan_list_wrap article > a:hover:after,
#page-prex-s #plan-section .plan_list_wrap article > a:hover:after {
  transform: translateX(5px);
}
#page-prex-a #plan-section .plan_list_wrap article .inner h3,
#page-prex-k #plan-section .plan_list_wrap article .inner h3,
#page-prex-s #plan-section .plan_list_wrap article .inner h3 {
  line-height: 1.5;
}
#page-prex-a #plan-section .plan_list_wrap article .inner h4,
#page-prex-k #plan-section .plan_list_wrap article .inner h4,
#page-prex-s #plan-section .plan_list_wrap article .inner h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}

#page-prex-k #prex-detail-section .vi .pic {
  width: 461px;
  margin-left: -65px;
}

#page-prex-s #prex-detail-section .vi .pic {
  width: 526px;
  margin-left: -100px;
}

.plan_content_wrap #vi-section .head {
  text-align: center;
  margin-bottom: 30px;
}
.plan_content_wrap #vi-section .head h2 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.plan_content_wrap #vi-section .pic {
  margin-bottom: 50px;
}
.plan_content_wrap #vi-section .vi {
  text-align: center;
  margin-bottom: 50px;
}
.plan_content_wrap #vi-section .vi p {
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.2;
}
.plan_content_wrap #vi-section .vi .t2 {
  font-size: 25px;
}
.plan_content_wrap #vi-section .vi .price {
  font-size: 45px;
  margin-bottom: 20px;
}
.plan_content_wrap #vi-section .memo ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
  margin: 5px 0;
}
.plan_content_wrap #vi-section .memo ul li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.plan_content_wrap #floor-section .container {
  padding-top: 0;
}
.plan_content_wrap #floor-section .floor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
.plan_content_wrap #floor-section .floor_list .pic {
  width: calc(50% - 15px);
}
.plan_content_wrap #floor-section .memo {
  margin: 50px 0 40px;
}
.plan_content_wrap #floor-section .caption p {
  font-weight: bold;
}

#page-option #pager-section .container {
  padding-top: 0;
  padding-bottom: 25px;
}
#page-option #pager-section .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-option #pager-section .container .inner a {
  border-bottom: 1px solid gray;
  padding: 10px 15px;
}
#page-option .option_content_wrap .container .option_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#page-option .option_content_wrap .container .option_list article {
  width: calc(33.3333333333% - 40px);
  margin-right: 60px;
  margin-bottom: 50px;
  padding-bottom: 5px;
  border-bottom: 1px solid gray;
}
#page-option .option_content_wrap .container .option_list article:nth-of-type(3n) {
  margin-right: 0;
}
#page-option .option_content_wrap .container .option_list article > h2 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}
#page-option .option_content_wrap .container .option_list article > h2 em {
  display: block;
  font-weight: normalal;
}
#page-option .option_content_wrap .container .option_list article h3 {
  color: #bf0008;
  font-weight: bold;
  font-size: 29px;
  line-height: 1.2;
}
#page-option .option_content_wrap .container .option_list article h3 em {
  font-size: 19px;
}
#page-option #option-section-3 .pic {
  position: relative;
  height: 180px;
}
#page-option #option-section-3 .pic img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#page-option #option-section-5 h2 {
  min-height: 45px;
}
#page-option #option-section-5 .pic {
  text-align: center;
  margin: 25px 0;
}
#page-option #option-section-5 .pic img {
  width: 71px;
}
#page-option #memo-section {
  margin-top: -50px;
}
#page-option #memo-section .container {
  padding-top: 0;
}

#page-safety .safety_content_wrap .container .head {
  text-align: center;
  margin-bottom: 50px;
}
#page-safety .safety_content_wrap .container .head h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
#page-safety .safety_content_wrap .container .head h2.color_red {
  color: #bf0008;
}
#page-safety .safety_content_wrap .container .head p {
  margin: 0;
}
#page-safety .safety_content_wrap .container .head h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
#page-safety #inspection-section .container .inspection_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  position: relative;
}
#page-safety #inspection-section .container .inspection_list > h5 {
  padding-bottom: 5px;
  line-height: 1.5;
  border-bottom: 1px solid gray;
  position: absolute;
  top: 0;
}
#page-safety #inspection-section .container .inspection_list > h5:nth-of-type(1) {
  width: 325px;
  left: 0;
}
#page-safety #inspection-section .container .inspection_list > h5:nth-of-type(2) {
  width: 493px;
  right: 0;
}
#page-safety #inspection-section .container .inspection_list article {
  width: calc(20% - 5px);
}
#page-safety #inspection-section .container .inspection_list article .pic {
  margin-bottom: 5px;
}
#page-safety #inspection-section .container .inspection_list article h2 {
  font-weight: bold;
}
#page-safety #inspection-section .container .inspection_list article p {
  margin: 0;
}
#page-safety #guarantee-section .container .guarantee_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-safety #guarantee-section .container .guarantee_list article {
  width: calc(33.3333333333% - 10px);
  text-align: center;
  line-height: 1.5;
}
#page-safety #guarantee-section .container .guarantee_list article .pic {
  margin-bottom: 15px;
}
#page-safety #guarantee-section .container .guarantee_list article h2 {
  font-size: 18px;
  font-weight: bold;
}
#page-safety #afterfollow-section .container .afterfollow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-safety #afterfollow-section .container .afterfollow_list article {
  width: calc(33.3333333333% - 13px);
  text-align: center;
  line-height: 1.5;
}
#page-safety #afterfollow-section .container .afterfollow_list article .icon {
  width: 75px;
  display: inline-block;
  margin-bottom: 20px;
}
#page-safety #afterfollow-section .container .afterfollow_list article h2 {
  font-size: 18px;
  font-weight: bold;
}
#page-safety #afterfollow-section .container .afterfollow_list article p {
  margin: 0;
}
#page-safety #concierge-section .container .head .logo {
  width: 235px;
  display: inline-block;
  margin-top: 35px;
}
#page-safety #concierge-section .container > .pic {
  margin-bottom: 25px;
}
#page-safety #concierge-section .container .txt {
  position: relative;
}
#page-safety #concierge-section .container .txt > .smp {
  width: 158px;
  position: absolute;
  top: -120px;
  right: 70px;
}
#page-safety #warranty-section .container .head .logo {
  width: 277px;
  display: inline-block;
}
#page-safety #warranty-section .container .warranty_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#page-safety #warranty-section .container .warranty_list article {
  width: calc(25% - 12px);
  margin-right: 16px;
  margin-bottom: 25px;
  text-align: center;
}
#page-safety #warranty-section .container .warranty_list article:nth-of-type(4n) {
  margin-right: 0;
}
#page-safety #warranty-section .container .warranty_list article .pic {
  margin-bottom: 10px;
}
#page-safety #warranty-section .container .warranty_list article h2 {
  line-height: 1.5;
}
#page-safety #space-pic-section .container {
  padding: 0 0 50px;
}
#page-safety #support-section .container .head .logo {
  display: inline-block;
  width: 126px;
}
#page-safety #support-section .container .support_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#page-safety #support-section .container .support_list article {
  width: calc(33.3333333333% - 13px);
  margin-right: 19.5px;
  margin-bottom: 25px;
  text-align: center;
}
#page-safety #support-section .container .support_list article:nth-of-type(3n) {
  margin-right: 0;
}
#page-safety #support-section .container .support_list article .pic {
  margin-bottom: 10px;
}
#page-safety #support-section .container .support_list article h2 {
  line-height: 1.5;
}
#page-safety #medical-point-section .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-safety #medical-point-section .container .inner .head {
  margin-bottom: 15px;
}
#page-safety #medical-point-section .container .inner #medical-section {
  width: calc(50% - 10px);
}
#page-safety #medical-point-section .container .inner #medical-section .content {
  position: relative;
}
#page-safety #medical-point-section .container .inner #medical-section .content h4 {
  position: absolute;
  left: 25px;
  top: 25px;
  color: #bf0008;
  font-size: 18px;
  font-weight: bold;
}
#page-safety #medical-point-section .container .inner #point-section {
  width: calc(50% - 10px);
}
#page-safety #medical-point-section .container .inner #point-section .content .logo {
  width: 262px;
  margin: 0 auto 54px;
}
#page-safety #medical-point-section .container .inner #point-section .content .txt {
  position: relative;
}
#page-safety #medical-point-section .container .inner #point-section .content .txt p {
  padding-left: 60px;
}
#page-safety #medical-point-section .container .inner #point-section .content .txt .pic {
  position: absolute;
  width: 195px;
  right: 20px;
  bottom: 0;
}

#page-company #company-section .head {
  text-align: center;
  margin-bottom: 65px;
}
#page-company #company-section .head h2 {
  font-size: 25px;
  font-weight: bold;
}
#page-company #company-section .table_type_company {
  margin-bottom: 100px;
}
#page-company #company-section .btn_list article {
  display: block;
}

#page-matsuyama #info-section .container .pic,
#page-nanyo #info-section .container .pic {
  margin-bottom: 45px;
}
#page-matsuyama #info-section .container .info h1,
#page-nanyo #info-section .container .info h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.3;
}
#page-matsuyama #info-section .container .info h1 em,
#page-nanyo #info-section .container .info h1 em {
  display: block;
  font-size: 15px;
  font-weight: normal;
}
#page-matsuyama #info-section .container .info address, #page-matsuyama #info-section .container .info p, #page-matsuyama #info-section .container .info a,
#page-nanyo #info-section .container .info address,
#page-nanyo #info-section .container .info p,
#page-nanyo #info-section .container .info a {
  line-height: 1.5;
  margin: 0 0 5px;
  display: block;
}
#page-matsuyama #info-section .container .contact,
#page-nanyo #info-section .container .contact {
  margin-top: 25px;
  border-top: 1px solid gray;
  padding-top: 25px;
  display: inline-block;
}
#page-matsuyama #info-section .container .contact a,
#page-nanyo #info-section .container .contact a {
  font-size: 25px;
  font-weight: bold;
  color: #bf0008;
  display: inline-block;
}
#page-matsuyama #info-section .container .contact p,
#page-nanyo #info-section .container .contact p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
#page-matsuyama #gallery-section .container,
#page-nanyo #gallery-section .container {
  width: 100%;
  min-width: 1000px;
  padding: 20px 0;
}
#page-matsuyama #map-section .container .map,
#page-nanyo #map-section .container .map {
  margin-bottom: 15px;
}
#page-matsuyama #map-section .container .map iframe,
#page-nanyo #map-section .container .map iframe {
  width: 100%;
  height: 340px;
}
#page-matsuyama #map-section .container .btn_map,
#page-nanyo #map-section .container .btn_map {
  text-align: center;
  margin-bottom: 50px;
}
#page-matsuyama #map-section .container .btn_map > a,
#page-nanyo #map-section .container .btn_map > a {
  color: #bf0008;
  display: inline-block;
  text-decoration: underline;
}
#page-matsuyama #map-section .container .btn_map > a:after,
#page-nanyo #map-section .container .btn_map > a:after {
  content: "\f2d2";
  font-family: fontawesome;
  display: inline-block;
  margin-left: 10px;
}
#page-matsuyama #map-section .container .btn_list article,
#page-nanyo #map-section .container .btn_list article {
  margin-bottom: 5px;
}

#page-faq .head {
  text-align: center;
  margin-bottom: 70px;
}
#page-faq .faq_list article {
  margin-bottom: 30px;
}
#page-faq .faq_list article .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#page-faq .faq_list article .q:before {
  content: "Q";
  color: white;
  background: #bf0008;
  line-height: 1.2;
  font-size: 25px;
  padding: 10px;
  display: block;
  text-align: center;
  width: 42px;
  font-family: "Jost", sans-serif;
}
#page-faq .faq_list article .q h2 {
  width: calc(100% - 42px);
  background: #e6e6e6;
  color: #bf0008;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px 20px;
}
#page-faq .faq_list article .a {
  padding: 20px;
  padding-left: 65px;
  padding-right: 0;
}
#page-faq .faq_list article .a h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
#page-faq .faq_list article .a h3 em {
  display: inline-block;
  font-size: 15px;
}
#page-faq .faq_list article .a p {
  margin-top: 10px;
}
#page-faq .faq_list article .a a {
  display: inline-block;
  color: #bf0008;
  text-decoration: underline;
}
#page-faq .faq_list article .kidsroom_pic_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-faq .faq_list article .kidsroom_pic_list .pic {
  width: 33.3333333333%;
}
#page-faq .faq_list article .result {
  margin-top: 50px;
}
#page-faq .message {
  text-align: center;
  border: 1px solid #bf0008;
  padding-top: 20px;
}
#page-faq .message p {
  margin: 0;
}
#page-faq .message h2 {
  font-size: 30px;
  color: #bf0008;
  font-weight: bold;
  line-height: 1.4;
  margin: 5px 0 25px;
}
#page-faq .message h3 {
  border-top: 1px solid #bf0008;
  font-size: 20px;
}
#page-faq .message h3 strong {
  color: #bf0008;
  display: inline-block;
  font-weight: normal;
  padding: 10px;
}

#works-feeds-section .works_wrap_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#works-feeds-section .works_wrap_section article {
  width: calc(50% - 25px);
  margin-bottom: 35px;
}
#works-feeds-section .works_wrap_section article a {
  display: block;
}
#works-feeds-section .works_wrap_section article a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: cover;
}
#works-feeds-section .works_wrap_section article a h2 {
  line-height: 1.5;
  margin-top: 10px;
  font-weight: bold;
}

#page-works-detail .head {
  margin-bottom: 20px;
}
#page-works-detail .head h1 {
  font-weight: bold;
  line-height: 1.7;
}
#page-works-detail .gallery .pic {
  margin-bottom: 15px;
}
#page-works-detail .gallery .pic:last-of-type {
  margin-bottom: 0;
}
#page-works-detail .gallery .pic img {
  width: 100%;
}

#page-gallery .tab_btn.active h3 {
  color: white;
  background: #bf0008;
  border-color: #bf0008 !important;
}
#page-gallery .tab_btn.active h3:after {
  color: white;
}

#gallery-feeds-section .tab_panel .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#gallery-feeds-section .tab_panel .content article {
  width: calc(25% - 10px);
  margin-right: 13.3333333333px;
  margin-bottom: 13px;
}
#gallery-feeds-section .tab_panel .content article:nth-of-type(4n) {
  margin-right: 0;
}
#gallery-feeds-section .tab_panel .content article a {
  display: block;
}
#gallery-feeds-section .tab_panel .content article img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 220px;
}
#gallery-feeds-section .panel_area .tab_panel {
  display: none;
}
#gallery-feeds-section .panel_area .tab_panel.active {
  display: block;
}

#page-report .report_wrap_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-report .report_wrap_section article {
  width: calc(50% - 25px);
  margin-bottom: 35px;
}
#page-report .report_wrap_section article .post_thumb {
  margin-bottom: 10px;
}
#page-report .report_wrap_section article .post_thumb img {
  width: 100%;
  aspect-ratio: 6/3;
  object-fit: cover;
}
#page-report .report_wrap_section article .kansei {
  color: #bf0008;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3px;
}
#page-report .report_wrap_section article .post_title {
  line-height: 1.5;
  margin-bottom: 3px;
}
#page-report .report_wrap_section article .comment {
  line-height: 1.5;
  margin: 0;
}
#page-report #pager {
  display: none;
}

#page-voice #voice-feeds-section .containe {
  padding-top: 0;
}
#page-voice .voice_wrap_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-voice .voice_wrap_section article {
  width: calc(50% - 25px);
  margin-bottom: 35px;
}
#page-voice .voice_wrap_section article .post_thumb {
  margin-bottom: 10px;
}
#page-voice .voice_wrap_section article > h3 {
  line-height: 1.5;
  margin-bottom: 5px;
}
#page-voice .voice_wrap_section article .post_title {
  color: #bf0008;
}

#page-voice #page-voice-detail .vi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
#page-voice #page-voice-detail .vi .pic {
  width: 410px;
}
#page-voice #page-voice-detail .vi .txt {
  width: calc(100% - 410px - 45px);
}
#page-voice #page-voice-detail .vi .txt .head {
  margin: 50px 0;
}
#page-voice #page-voice-detail .vi .txt .head h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
#page-voice #page-voice-detail .vi .txt .head h2 {
  color: #bf0008;
}
#page-voice #page-voice-detail .vi .txt .comment_1 {
  border-bottom: 1px solid gray;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#page-voice #page-voice-detail .vi .txt .comment_1 p {
  margin: 0;
}
#page-voice #page-voice-detail .vi .txt .comment_2 h2 {
  font-weight: bold;
}
#page-voice #page-voice-detail .vi .txt .comment_2 p {
  margin: 0;
}
#page-voice #page-voice-detail .comment {
  background: #fdf5b9;
  padding: 0 50px 30px;
  margin-bottom: 60px;
}
#page-voice #page-voice-detail .comment .sec_title2 {
  margin: 0;
}
#page-voice #page-voice-detail .comment .sec_title2 h2 {
  font-size: 16px;
  position: relative;
  color: #bf0008;
  margin-top: -10px;
}
#page-voice #page-voice-detail .gallery {
  margin-bottom: 90px;
}
#page-voice #page-voice-detail .gallery #gallery-slide .sp-slide img {
  width: 100%;
  height: 233px;
  object-fit: cover;
  object-position: center;
}
#page-voice #page-voice-detail .btn {
  text-align: center;
}
#page-voice #page-voice-detail .btn .btn_3 {
  background: black;
}

#page-contact-confirm .intro h2.ttl,
#page-contact-thanks .intro h2.ttl {
  background: #bf0008;
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 25px;
}

#page-contact h2.ttl {
  background: #9e2227;
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 25px;
}
#page-contact #intro-section .intro {
  text-align: center;
  margin-bottom: 40px;
}
#page-contact #intro-section .intro p {
  text-align: left;
}
#page-contact #intro-section .tel_list .ttl {
  position: relative;
}
#page-contact #intro-section .tel_list .list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgb(159.375, 159.375, 159.375);
  padding: 25px;
  align-items: flex-end;
  justify-content: flex-start;
  line-height: 1;
}
#page-contact #intro-section .tel_list .list article h3 {
  font-size: 20px;
  font-weight: bold;
}
#page-contact #intro-section .tel_list .list article h3 em {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  margin-left: 5px;
}
#page-contact #intro-section .tel_list .list article a {
  display: inline-block;
  font-size: 25px;
  color: #9e2227;
  font-weight: bold;
  margin-right: 25px;
  margin-left: auto;
}
#page-contact #intro-section .tel_list .list article p {
  margin: 0;
  line-height: 1;
}
#page-contact #privacypolicy-section {
  background: #bf0008;
}
#page-contact #privacypolicy-section .sec_title1 {
  margin-bottom: 40px;
}
#page-contact #privacypolicy-section article {
  margin-bottom: 50px;
}
#page-contact #privacypolicy-section article h3 {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
  line-height: 1.5;
}
#page-contact #privacypolicy-section article p {
  margin-top: 0;
}
#page-contact #privacypolicy-section article ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
#page-contact #privacypolicy-section article ul li {
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
  margin: 7px 0;
}
#page-contact #privacypolicy-section article ul li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

#wrapper.contact #foot-contact-section, #wrapper.contact-confirm #foot-contact-section, #wrapper.contact-thanks #foot-contact-section {
  display: none;
}

.form-wrap div.wpcf7 .ajax-loader {
  min-width: 24px !important;
}
.form-wrap form {
  width: 100%;
  width: auto;
  box-sizing: border-box;
  margin: 2rem auto;
  border-top: 1px solid rgb(243.525, 243.525, 243.525);
}
.form-wrap form > p, .form-wrap form > h3 {
  text-align: center;
}
.form-wrap form h4 {
  text-align: center;
  color: #bf0008;
  font-weight: bold;
}
.form-wrap form .privacy {
  width: 100%;
  height: 350px;
  overflow: scroll;
  border: 1px solid rgb(159.375, 159.375, 159.375);
  background: rgb(243.525, 243.525, 243.525);
  border-radius: 7px;
  padding: 25px 35px;
}
.form-wrap form .form_check_btn > span {
  display: inline-block;
  background: #bbe0dd;
  padding: 25px 35px;
}
.form-wrap form .form_check_btn > span .wpcf7-list-item {
  margin-left: 0;
}
.form-wrap form .form_input_list.recaptcha {
  text-align: center;
  color: gray;
}
.form-wrap form .form_input_list.recaptcha a {
  text-decoration: underline;
}
.form-wrap form .form_bl {
  padding: 25px 30px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(243.525, 243.525, 243.525);
}
.form-wrap form .form_bl > .h {
  width: 200px;
}
.form-wrap form .form_bl > .h > span {
  display: inline-block;
  line-height: 1.5;
  color: #bf0008;
}
.form-wrap form .form_bl > .h > span em {
  background: #bf0008;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  display: inline-block;
  margin-left: 1rem;
  line-height: 1;
  font-style: normal;
  color: white;
}
.form-wrap form .form_bl > .h.fullwide {
  width: 100%;
  text-align: left;
}
.form-wrap form .form_bl > .h.w40 {
  width: 40%;
  text-align: left;
}
.form-wrap form .form_bl > .c {
  width: calc(100% - 200px - 20px);
}
.form-wrap form .form_bl > .c.w60 {
  width: calc(60% - 20px);
}
.form-wrap form .form_bl > dl.c {
  margin: 0;
}
.form-wrap form .form_bl > dl.c dd {
  margin-left: 0;
}
.form-wrap form .form_bl > dl.c dd em {
  display: inline-block;
  width: 100px;
  margin-right: 1rem;
}
.form-wrap form .form_bl > dl.c dd > span {
  display: inline-block;
  width: calc(100% - 110px);
}
.form-wrap form .form_bl > dl.c dd:last-of-type {
  margin-bottom: 0;
}
.form-wrap form .checkbox label {
  margin-right: 15px;
}
.form-wrap form .checkbox input {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  padding: 0;
}
.form-wrap form .form_check_btn {
  display: block;
  width: 800px;
  margin: 25px auto;
  padding: 15px;
  text-align: center;
}
.form-wrap form .form_check_btn a {
  color: #bf0008;
  text-decoration: underline;
}
.form-wrap form .form_check_btn input {
  width: auto;
  display: inline-block;
  margin-right: 15px;
}
.form-wrap form .submit_btn_wrap {
  text-align: center;
}
.form-wrap form .submit_btn_wrap input[type=submit] {
  display: inline-block !important;
  font-weight: bold;
  width: 30rem;
  color: white;
  border: none;
}
.form-wrap form .submit_btn_wrap input[type=button] {
  display: inline-block !important;
  font-weight: bold;
  width: 30rem;
  color: gray;
  background: rgb(216.75, 216.75, 216.75);
  border: none;
  margin-right: 15px;
}
.form-wrap form .submit_btn_wrap .wpcf7-spinner {
  min-width: 2.5rem !important;
}
.form-wrap form input,
.form-wrap form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 2rem;
}
.form-wrap form input :placeholder-shown,
.form-wrap form input ::-webkit-input-placeholder,
.form-wrap form input :-ms-input-placeholder,
.form-wrap form input :-moz-placeholder,
.form-wrap form input ::-moz-placeholder,
.form-wrap form textarea :placeholder-shown,
.form-wrap form textarea ::-webkit-input-placeholder,
.form-wrap form textarea :-ms-input-placeholder,
.form-wrap form textarea :-moz-placeholder,
.form-wrap form textarea ::-moz-placeholder {
  color: rgb(243.525, 243.525, 243.525);
}
.form-wrap form input[type=radio] {
  width: 2rem;
  display: inline-block;
  margin-right: 1rem;
}
.form-wrap form input[type=button],
.form-wrap form input[type=submit] {
  background: #1e1e1e;
  border-radius: 50px;
  color: white;
  box-sizing: border-box;
  padding: 1rem 0;
  display: block;
  margin: 1rem 0;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.form-wrap form select,
.form-wrap form .wpcf7-select {
  outline: none;
  text-overflow: "";
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 2rem 2rem;
  margin-right: 15px;
  background: #fff;
}
.form-wrap form select:before,
.form-wrap form .wpcf7-select:before {
  z-index: 1;
  content: "\f054";
  font-family: FontAwesome;
  color: #bf0008;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.form-wrap form .birth select {
  min-width: 100px;
  display: inline-block;
  margin-right: 1.5rem;
}

#wrapper.my-first-home {
  padding-top: 0;
}
#wrapper.my-first-home .container {
  width: 1000px;
  padding: 50px;
}
#wrapper.my-first-home #foot-contact-section .container {
  padding: 0;
}
#wrapper.my-first-home #footer-info .container .content article {
  width: 405px;
}

#page-my-first-home .head_logo {
  text-align: center;
}
#page-my-first-home .head_logo a {
  display: inline-block;
  width: 290px;
  margin: 35px 0;
}
#page-my-first-home #intro-section {
  background-image: url("images/lp-my-first-home/intro_bg.png");
  background-repeat: repeat-x;
  background-size: 1000px;
}
#page-my-first-home #intro-section .container .vi {
  margin-bottom: 30px;
}
#page-my-first-home #intro-section .container .pic_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
#page-my-first-home #intro-section .container .pic_list img {
  width: calc(20% - 10px);
}
#page-my-first-home #intro-section .container .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
#page-my-first-home #intro-section .container .message .txt {
  width: 50%;
}
#page-my-first-home #intro-section .container .message .pic {
  width: 50%;
}
#page-my-first-home #intro-section .container .message .result {
  margin-top: 70px;
}
#page-my-first-home #intro-section .container .btn {
  text-align: center;
}
#page-my-first-home #intro-section .container .foot {
  background-image: url("images/lp-my-first-home/intro_foot_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1000px;
  padding-top: 35px;
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
#page-my-first-home #intro-section .container .foot .pic {
  width: 223px;
}
#page-my-first-home #intro-section .container .foot .txt {
  width: calc(100% - 223px - 25px);
}
#page-my-first-home #intro-section .vi_2 {
  width: 100%;
  max-width: 1300px;
  text-align: center;
  margin: 0 auto;
}
#page-my-first-home #voice-section .container .content .ttl {
  width: 296px;
  margin: 30px auto 50px;
}
#page-my-first-home #voice-section .container .content .pic {
  margin-bottom: 50px;
}
#page-my-first-home #contact-section {
  background: #ddeef5;
  margin-top: 100px;
}
#page-my-first-home #contact-section .container {
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0;
}
#page-my-first-home #contact-section .container .content {
  position: relative;
}
#page-my-first-home #contact-section .container .content .txt h2 {
  font-size: 25px;
  font-weight: bold;
  margin-left: 50px;
  margin-bottom: 30px;
}
#page-my-first-home #contact-section .container .content .txt h3 {
  background: #fcec74;
  padding: 20px 35px;
  font-weight: bold;
  font-size: 30px;
  border-radius: 10px;
}
#page-my-first-home #contact-section .container .content .txt h3 strong {
  font-size: 45px;
  display: inline-block;
  position: relative;
  line-height: 1.3;
  z-index: 2;
}
#page-my-first-home #contact-section .container .content .txt h3 strong:after {
  content: "";
  width: 100%;
  height: 15px;
  background: white;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#page-my-first-home #contact-section .container .content .pic {
  width: 340px;
  position: absolute;
  right: 70px;
  top: -130px;
}
#page-my-first-home #contact-section .container .btn {
  text-align: center;
}
#page-my-first-home #contact-section .container .btn .btn_4 {
  background: #1b1464;
  color: white;
}
#page-my-first-home #shop-section .container article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 50px;
}
#page-my-first-home #shop-section .container article .pic {
  width: 420px;
}
#page-my-first-home #shop-section .container article .txt {
  width: calc(100% - 420px - 50px);
}
#page-my-first-home #shop-section .container article .txt .logo {
  width: 250px;
  margin-bottom: 10px;
  line-height: 1;
}
#page-my-first-home #shop-section .container article .txt h1 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold;
  font-feature-settings: "palt";
}
#page-my-first-home #shop-section .container article .txt h1 em {
  display: block;
  font-size: 18px;
}
#page-my-first-home #shop-section .container article .txt address, #page-my-first-home #shop-section .container article .txt p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  font-feature-settings: "palt";
}
#page-my-first-home #shop-section .container article .txt table {
  margin: 0;
}
#page-my-first-home #shop-section .container article .txt table th, #page-my-first-home #shop-section .container article .txt table td {
  font-size: 20px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  line-height: 1.5;
  font-feature-settings: "palt";
}

#wrapper.lp_living-house,
#wrapper.lp_living-house-confirm,
#wrapper.lp_living-house-thanks {
  padding-top: 0;
}
#wrapper.lp_living-house .container,
#wrapper.lp_living-house-confirm .container,
#wrapper.lp_living-house-thanks .container {
  width: 1000px;
  padding: 50px;
}
#wrapper.lp_living-house #foot-contact-section,
#wrapper.lp_living-house-confirm #foot-contact-section,
#wrapper.lp_living-house-thanks #foot-contact-section {
  display: none;
}
#wrapper.lp_living-house #footer-info .container,
#wrapper.lp_living-house-confirm #footer-info .container,
#wrapper.lp_living-house-thanks #footer-info .container {
  padding: 50px 0;
}

#wrapper.lp_living-house-confirm #footer-contact-section-livinghouse,
#wrapper.lp_living-house-thanks #footer-contact-section-livinghouse {
  display: none;
}

#header-livinghouse .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#header-livinghouse .content .head_logo {
  width: 224px;
  margin-right: auto;
}
#header-livinghouse .content .head_home_btn {
  width: 36px;
  margin-left: auto;
  margin-right: 15px;
}
#header-livinghouse .content .head_contact a {
  background: #65BFA1;
  color: white;
  line-height: 1;
  padding: 9px 25px;
  font-weight: bold;
  font-size: 16px;
}
#header-livinghouse .content #menu_btn_livinghouse {
  display: none;
}
#header-livinghouse .content #gnav-lp-livinghouse {
  width: 100%;
  margin-top: 25px;
}
#header-livinghouse .content #gnav-lp-livinghouse ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header-livinghouse .content #gnav-lp-livinghouse ul li {
  width: 16.6666666667%;
  position: relative;
  text-align: center;
  color: #65BFA1;
}
#header-livinghouse .content #gnav-lp-livinghouse ul li:before {
  content: "/";
  position: absolute;
  left: 0;
  top: 10px;
}
#header-livinghouse .content #gnav-lp-livinghouse ul li a {
  color: #65BFA1;
  display: inline-block;
  padding: 10px 25px;
}
#header-livinghouse .content #gnav-lp-livinghouse ul li:first-of-type:before {
  content: none;
}
#header-livinghouse .content #gnav-lp-livinghouse-sp {
  display: none;
}

.sec_title_livinghouse_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  margin-bottom: 35px;
}
.sec_title_livinghouse_1 h2 {
  margin-right: 50px;
}
.sec_title_livinghouse_1 h2:before {
  content: "";
  width: 8px;
  height: 36px;
  display: block;
  margin: 0 auto 5px;
  background-image: url("images/lp_livinghouse/icon_ttl.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.sec_title_livinghouse_1 h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.5;
}

#page-lp_living-house #vi-section .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
#page-lp_living-house #vi-section .container .content {
  position: relative;
}
#page-lp_living-house #vi-section .container .content .logo {
  width: 500px;
  position: absolute;
  left: calc((100% - 1000px) / 2);
  z-index: 999;
}
#page-lp_living-house #vi-section .container .content .loop_slide_wrap {
  padding-top: 225px;
}
#page-lp_living-house #vi-section #loopslider-1,
#page-lp_living-house #vi-section #loopslider-2 {
  margin: 0 auto;
  width: 100%;
  height: 315px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
#page-lp_living-house #vi-section #loopslider-1 ul,
#page-lp_living-house #vi-section #loopslider-2 ul {
  height: 315px;
  float: left;
  display: inline;
  overflow: hidden;
  display: inline-block;
}
#page-lp_living-house #vi-section #loopslider-1 ul:after,
#page-lp_living-house #vi-section #loopslider-2 ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
#page-lp_living-house #vi-section #loopslider-1 ul li,
#page-lp_living-house #vi-section #loopslider-2 ul li {
  width: 535px;
  height: 315px;
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 4px;
}
#page-lp_living-house #concept-section .container .head {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 3;
}
#page-lp_living-house #concept-section .container .head .sec_title_livinghouse_1 h2 {
  margin-top: 25px;
}
#page-lp_living-house #concept-section .container .head .sec_title_livinghouse_1 h3 {
  font-size: 50px;
  font-weight: normal;
  line-height: 1.7;
}
#page-lp_living-house #concept-section .container .content {
  position: relative;
  padding-top: 160px;
}
#page-lp_living-house #concept-section .container .content .logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 290px;
  background: white;
  padding: 40px 100px;
  text-align: center;
}
#page-lp_living-house #concept-section .container .content .illust {
  position: absolute;
  bottom: -60px;
  left: 200px;
  width: 61px;
}
#page-lp_living-house #movie-section {
  position: relative;
  margin-bottom: 90px;
}
#page-lp_living-house #movie-section:after {
  content: "";
  width: 100%;
  height: 250px;
  background: #EAE5E3;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#page-lp_living-house #movie-section .container .head {
  position: relative;
}
#page-lp_living-house #movie-section .container .head .illust {
  position: absolute;
  bottom: 0;
  right: 150px;
  width: 120px;
}
#page-lp_living-house #movie-section .container .movie {
  width: 690px;
  margin: 0 auto;
  text-align: center;
}
#page-lp_living-house #movie-section .container .movie .icon {
  width: 59px;
  margin-bottom: 30px;
  display: inline-block;
}
#page-lp_living-house #living-section .container .head {
  position: relative;
}
#page-lp_living-house #living-section .container .head .illust {
  position: absolute;
  bottom: -10px;
  right: 160px;
  width: 85px;
}
#page-lp_living-house #living-section .container .content .sp-slide .inner .txt {
  padding: 30px 40px 10px;
}
#page-lp_living-house #living-section .container .content .sp-slide .inner .txt .ttl {
  margin-bottom: 15px;
}
#page-lp_living-house #living-section .container .content .sp-slide .inner .txt .ttl img {
  width: auto;
  height: 57px;
  object-fit: cover;
  object-position: left top;
}
#page-lp_living-house #living-section .container .content .sp-slide .inner .txt h3 {
  color: white;
  line-height: 1.5;
  margin-bottom: 15px;
}
#page-lp_living-house #living-section .container .content .sp-slide .inner .txt .btn {
  text-align: right;
}
#page-lp_living-house #living-section .container .content .sp-slide .inner .txt .btn a {
  display: inline-block;
  width: 133px;
}
#page-lp_living-house #living-section .container .content .sp-slide:nth-of-type(1) .inner {
  background: #33B093;
}
#page-lp_living-house #living-section .container .content .sp-slide:nth-of-type(2) .inner {
  background: #002673;
}
#page-lp_living-house #living-section .container .content .sp-slide:nth-of-type(3) .inner {
  background: #805511;
}
#page-lp_living-house #living-section .container .content .sp-slide:nth-of-type(4) .inner {
  background: #EA8B00;
}
#page-lp_living-house #living-section .container .content .sp-slide:nth-of-type(5) .inner {
  background: #E6786A;
}
#page-lp_living-house #living-section .container .content .sp-slide:nth-of-type(6) .inner {
  background: #7B59A3;
}
#page-lp_living-house #floor-section {
  margin-bottom: 50px;
}
#page-lp_living-house #floor-section .container .head {
  position: relative;
}
#page-lp_living-house #floor-section .container .head .illust {
  position: absolute;
  bottom: -10px;
  right: 250px;
  width: 136px;
}
#page-lp_living-house #floor-section .container .map {
  width: 950px;
  margin: 0 auto;
}
#page-lp_living-house #washroom-section .container .head {
  position: relative;
}
#page-lp_living-house #washroom-section .container .head .illust {
  position: absolute;
  bottom: -10px;
  right: 50px;
  width: 131px;
}
#page-lp_living-house #washroom-section .container .content .sp-slide .inner {
  padding: 15px;
  position: relative;
}
#page-lp_living-house #washroom-section .container .content .sp-slide .inner:after {
  content: "";
  width: 100%;
  height: 158px;
  background: #E0F0E9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#page-lp_living-house #washroom-section .container .content .sp-slide .inner .txt {
  padding: 10px 20px 20px;
}
#page-lp_living-house #washroom-section .container .content .sp-slide .inner .txt .ttl {
  margin-bottom: 15px;
  text-align: center;
}
#page-lp_living-house #washroom-section .container .content .sp-slide .inner .txt .ttl img {
  width: auto;
  height: 25px;
  object-fit: contain;
  object-position: center;
}
#page-lp_living-house #washroom-section .container .content .sp-slide .inner .txt h3 {
  line-height: 1.5;
  margin-bottom: 15px;
  min-height: 70px;
}
#page-lp_living-house #tour-section {
  position: relative;
  margin-bottom: 90px;
}
#page-lp_living-house #tour-section:after {
  content: "";
  width: 100%;
  height: 1330px;
  background: #FDD000;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#page-lp_living-house #tour-section .container .head {
  position: relative;
}
#page-lp_living-house #tour-section .container .head .illust {
  position: absolute;
  bottom: 0;
  right: 150px;
  width: 120px;
}
#page-lp_living-house #tour-section .container .tour_title {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#page-lp_living-house #tour-section .container .tour_title h2 {
  font-size: 45px;
  color: #E61673;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
#page-lp_living-house #tour-section .container .tour_title h2 strong:after {
  content: "";
  position: absolute;
  background-color: #FDD000;
  width: 410px;
  height: 17px;
  top: 40px;
  right: 250px;
  z-index: -1;
}
#page-lp_living-house #tour-section .container .tour_title h3 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 3px;
}
#page-lp_living-house #tour-section .container .tour_title .illust {
  position: absolute;
  bottom: 0;
  left: 130px;
  width: 30px;
}
#page-lp_living-house #tour-section .container .vi {
  width: 600px;
  margin: 20px auto 40px;
}
#page-lp_living-house #tour-section .container .tour_cont {
  width: 600px;
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
}
#page-lp_living-house #tour-section .container .tour_cont h4 {
  display: inline-block;
  color: #E61673;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 2px solid #E61673;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
#page-lp_living-house #tour-section .container .tour_cont .illust {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
}
#page-lp_living-house #tour-section .container .tour_cont table {
  text-align: left;
}
#page-lp_living-house #tour-section .container .tour_cont table tr {
  letter-spacing: 1px;
}
#page-lp_living-house #tour-section .container .tour_cont table tr th, #page-lp_living-house #tour-section .container .tour_cont table tr td {
  line-height: 1.5;
  padding: 5px 0;
}
#page-lp_living-house #tour-section .container .tour_cont table tr th {
  width: 15%;
  vertical-align: baseline;
}
#page-lp_living-house #tour-section .container .tour_cont table tr th:after {
  content: "／";
  margin-left: 15px;
}
#page-lp_living-house #tour-section .container .tour_cont table tr td {
  width: 70%;
}
#page-lp_living-house #tour-section .container .tour_cont table tr .tour_map {
  margin: 10px 0;
}
#page-lp_living-house #tour-section .container .tour_contact {
  width: 600px;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
}
#page-lp_living-house #tour-section .container .tour_contact h4 {
  display: inline-block;
  color: #E61673;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 2px solid #E61673;
  letter-spacing: 2px;
}
#page-lp_living-house #tour-section .container .tour_contact .illust {
  position: absolute;
}
#page-lp_living-house #tour-section .container .tour_contact .ill_4 {
  position: absolute;
  top: -35px;
  right: 140px;
  width: 40px;
}
#page-lp_living-house #tour-section .container .tour_contact .ill_5 {
  position: absolute;
  bottom: -20px;
  left: -25px;
  width: 90px;
}
#page-lp_living-house #tour-section .container .tour_contact .form-wrap form {
  margin: 10px auto;
  border: none;
}
#page-lp_living-house #tour-section .container .tour_contact .form-wrap form .form_bl {
  background: none;
  border: none;
  padding: 10px 0px;
}
#page-lp_living-house #tour-section .container .tour_contact .form-wrap form .form_bl .h {
  width: 155px;
  text-align: left;
}
#page-lp_living-house #tour-section .container .tour_contact .form-wrap form .form_bl .h span {
  color: #231815;
}
#page-lp_living-house #tour-section .container .tour_contact .form-wrap form .form_bl .h span em {
  background-color: #E61673;
}
#page-lp_living-house #tour-section .container .tour_contact .form-wrap form .form_bl .c {
  width: calc(100% - 155px - 10px);
}
#page-lp_living-house #tour-section .container .tour_contact .form-wrap form .form_bl .c dd {
  margin: 0;
}
#page-lp_living-house #tour-section .container .tour_contact .form-wrap form .form_bl .c dd span {
  width: 100%;
}
#page-lp_living-house #tour-section .container .tour_contact .form-wrap form input {
  padding: 0.5rem 1rem;
}
#page-lp_living-house #tour-section .container .tour_contact .form-wrap form select {
  padding: 1.2rem 1rem;
}
#page-lp_living-house #tour-section .container .tour_contact .form-wrap form input[type=submit] {
  background-color: #E61673;
}
#page-lp_living-house #access-section .container .head {
  position: relative;
}
#page-lp_living-house #access-section .container .head .illust {
  position: absolute;
  bottom: -10px;
  right: 80px;
  width: 120px;
}
#page-lp_living-house #access-section .container .map {
  margin-bottom: 30px;
}
#page-lp_living-house #access-section .container .map iframe {
  width: 100%;
  height: 360px;
}
#page-lp_living-house #access-section .container .btn {
  text-align: center;
}
#page-lp_living-house #access-section .container .btn a {
  display: inline-block;
  padding: 5px 30px;
  background-image: url("images/lp_livinghouse/btn_bg_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}

#page-lp_living-house-confirm #tour-section {
  position: relative;
  margin-bottom: 90px;
}
#page-lp_living-house-confirm #tour-section:after {
  content: "";
  width: 100%;
  height: 700px;
  background: #FDD000;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#page-lp_living-house-confirm #tour-section .container .head {
  position: relative;
}
#page-lp_living-house-confirm #tour-section .container .head .illust {
  position: absolute;
  bottom: 0;
  right: 150px;
  width: 120px;
}
#page-lp_living-house-confirm #tour-section .container .tour_title {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#page-lp_living-house-confirm #tour-section .container .tour_title h2 {
  font-size: 45px;
  color: #E61673;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
#page-lp_living-house-confirm #tour-section .container .tour_title h2 strong:after {
  content: "";
  position: absolute;
  background-color: #FDD000;
  width: 410px;
  height: 17px;
  top: 40px;
  right: 250px;
  z-index: -1;
}
#page-lp_living-house-confirm #tour-section .container .tour_title h3 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 3px;
}
#page-lp_living-house-confirm #tour-section .container .tour_title .illust {
  position: absolute;
  bottom: 0;
  left: 130px;
  width: 30px;
}
#page-lp_living-house-confirm #tour-section .container .vi {
  width: 600px;
  margin: 20px auto 40px;
}
#page-lp_living-house-confirm #tour-section .container .tour_contact {
  width: 600px;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
}
#page-lp_living-house-confirm #tour-section .container .tour_contact h4 {
  display: inline-block;
  color: #E61673;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 2px solid #E61673;
  letter-spacing: 2px;
}
#page-lp_living-house-confirm #tour-section .container .tour_contact .illust {
  position: absolute;
}
#page-lp_living-house-confirm #tour-section .container .tour_contact .ill_4 {
  top: -35px;
  right: 140px;
  width: 40px;
}
#page-lp_living-house-confirm #tour-section .container .tour_contact .ill_5 {
  bottom: -20px;
  left: -25px;
  width: 90px;
}
#page-lp_living-house-confirm #tour-section .container .tour_contact .form-wrap form {
  margin: 10px auto;
  border: none;
}
#page-lp_living-house-confirm #tour-section .container .tour_contact .form-wrap form .form_bl {
  background: none;
  border: none;
  padding: 10px 0px;
}
#page-lp_living-house-confirm #tour-section .container .tour_contact .form-wrap form .form_bl .h {
  width: 155px;
  text-align: left;
}
#page-lp_living-house-confirm #tour-section .container .tour_contact .form-wrap form .form_bl .h span {
  color: #231815;
}
#page-lp_living-house-confirm #tour-section .container .tour_contact .form-wrap form .form_bl .h span em {
  background-color: #E61673;
}
#page-lp_living-house-confirm #tour-section .container .tour_contact .form-wrap form .form_bl .c {
  width: calc(100% - 155px - 10px);
  text-align: left;
}
#page-lp_living-house-confirm #tour-section .container .tour_contact .form-wrap form .form_bl .c dd {
  margin: 0;
}
#page-lp_living-house-confirm #tour-section .container .tour_contact .form-wrap form .form_bl .c dd span {
  width: 100%;
}
#page-lp_living-house-confirm #tour-section .container .tour_contact .form-wrap form input {
  padding: 0.5rem 1rem;
}
#page-lp_living-house-confirm #tour-section .container .tour_contact .form-wrap form select {
  padding: 1.2rem 1rem;
}
#page-lp_living-house-confirm #tour-section .container .tour_contact .form-wrap form input[type=submit] {
  background-color: #E61673;
}

#page-lp_living-house-thanks #tour-section {
  position: relative;
  margin-bottom: 90px;
}
#page-lp_living-house-thanks #tour-section:after {
  content: none;
}
#page-lp_living-house-thanks #tour-section .container .head {
  position: relative;
}
#page-lp_living-house-thanks #tour-section .container .head .illust {
  position: absolute;
  bottom: 0;
  right: 150px;
  width: 120px;
}
#page-lp_living-house-thanks #tour-section .container .tour_title {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#page-lp_living-house-thanks #tour-section .container .tour_title h2 {
  font-size: 45px;
  color: #E61673;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
#page-lp_living-house-thanks #tour-section .container .tour_title h2 strong:after {
  content: "";
  position: absolute;
  background-color: #FDD000;
  width: 410px;
  height: 17px;
  top: 40px;
  right: 250px;
  z-index: -1;
}
#page-lp_living-house-thanks #tour-section .container .tour_title h3 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 3px;
}
#page-lp_living-house-thanks #tour-section .container .tour_title .illust {
  position: absolute;
  bottom: 0;
  left: 130px;
  width: 30px;
}
#page-lp_living-house-thanks #tour-section .container .tour_contact {
  width: 700px;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
}
#page-lp_living-house-thanks #tour-section .container .tour_contact h4 {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 30px;
}
#page-lp_living-house-thanks #tour-section .container .tour_contact .illust {
  position: absolute;
}
#page-lp_living-house-thanks #tour-section .container .tour_contact .ill_5 {
  bottom: -20px;
  right: -25px;
  width: 90px;
}

#footer-contact-section-livinghouse {
  background: #65BFA1;
}
#footer-contact-section-livinghouse .container {
  color: white;
  padding: 30px;
}
#footer-contact-section-livinghouse .container .head {
  text-align: center;
  margin-bottom: 25px;
}
#footer-contact-section-livinghouse .container .head h2 {
  font-size: 30px;
  font-weight: bold;
}
#footer-contact-section-livinghouse .container .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#footer-contact-section-livinghouse .container .btn_list article {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
#footer-contact-section-livinghouse .container .btn_list article h4 {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
}
#footer-contact-section-livinghouse .container .btn_list article h4:before {
  content: "";
  width: 17px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
  margin-right: 9px;
}
#footer-contact-section-livinghouse .container .btn_list article em {
  font-size: 12px;
}
#footer-contact-section-livinghouse .container .btn_list article.web {
  justify-content: flex-end;
  padding-right: 30px;
}
#footer-contact-section-livinghouse .container .btn_list article.web h4:before {
  background-image: url("images/lp_livinghouse/icon_pc.png");
}
#footer-contact-section-livinghouse .container .btn_list article.web a {
  display: block;
  width: 255px;
}
#footer-contact-section-livinghouse .container .btn_list article.tel {
  position: relative;
  padding-left: 30px;
}
#footer-contact-section-livinghouse .container .btn_list article.tel:before {
  content: "";
  width: 9px;
  height: 52px;
  display: inline-block;
  background-image: url("images/lp_livinghouse/slash.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: -13px;
}
#footer-contact-section-livinghouse .container .btn_list article.tel h4:before {
  background-image: url("images/lp_livinghouse/icon_sp.png");
}
#footer-contact-section-livinghouse .container .btn_list article.tel a {
  font-size: 20px;
  color: white;
  line-height: 1;
  display: inline-block;
  margin-right: 8px;
  font-weight: bold;
}

#page-living-1 #livinghouse-detail-section,
#page-living-2 #livinghouse-detail-section,
#page-living-3 #livinghouse-detail-section,
#page-living-4 #livinghouse-detail-section,
#page-living-5 #livinghouse-detail-section,
#page-living-6 #livinghouse-detail-section {
  background: #33B093;
}
#page-living-1 #livinghouse-detail-section .container,
#page-living-2 #livinghouse-detail-section .container,
#page-living-3 #livinghouse-detail-section .container,
#page-living-4 #livinghouse-detail-section .container,
#page-living-5 #livinghouse-detail-section .container,
#page-living-6 #livinghouse-detail-section .container {
  width: 1000px;
}
#page-living-1 #livinghouse-detail-section .container .head,
#page-living-2 #livinghouse-detail-section .container .head,
#page-living-3 #livinghouse-detail-section .container .head,
#page-living-4 #livinghouse-detail-section .container .head,
#page-living-5 #livinghouse-detail-section .container .head,
#page-living-6 #livinghouse-detail-section .container .head {
  margin-bottom: 40px;
}
#page-living-1 #livinghouse-detail-section .container .head h2,
#page-living-2 #livinghouse-detail-section .container .head h2,
#page-living-3 #livinghouse-detail-section .container .head h2,
#page-living-4 #livinghouse-detail-section .container .head h2,
#page-living-5 #livinghouse-detail-section .container .head h2,
#page-living-6 #livinghouse-detail-section .container .head h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
  color: white;
}
#page-living-1 #livinghouse-detail-section .container .head .living_num img,
#page-living-2 #livinghouse-detail-section .container .head .living_num img,
#page-living-3 #livinghouse-detail-section .container .head .living_num img,
#page-living-4 #livinghouse-detail-section .container .head .living_num img,
#page-living-5 #livinghouse-detail-section .container .head .living_num img,
#page-living-6 #livinghouse-detail-section .container .head .living_num img {
  object-fit: contain;
  object-position: left;
  width: auto;
  height: 55px;
}
#page-living-1 #livinghouse-detail-section .container .content,
#page-living-2 #livinghouse-detail-section .container .content,
#page-living-3 #livinghouse-detail-section .container .content,
#page-living-4 #livinghouse-detail-section .container .content,
#page-living-5 #livinghouse-detail-section .container .content,
#page-living-6 #livinghouse-detail-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-living-1 #livinghouse-detail-section .container .content .logo,
#page-living-2 #livinghouse-detail-section .container .content .logo,
#page-living-3 #livinghouse-detail-section .container .content .logo,
#page-living-4 #livinghouse-detail-section .container .content .logo,
#page-living-5 #livinghouse-detail-section .container .content .logo,
#page-living-6 #livinghouse-detail-section .container .content .logo {
  width: 150px;
}
#page-living-1 #livinghouse-detail-section .container .content .txt,
#page-living-2 #livinghouse-detail-section .container .content .txt,
#page-living-3 #livinghouse-detail-section .container .content .txt,
#page-living-4 #livinghouse-detail-section .container .content .txt,
#page-living-5 #livinghouse-detail-section .container .content .txt,
#page-living-6 #livinghouse-detail-section .container .content .txt {
  width: calc(100% - 200px - 50px);
  color: white;
}
#page-living-1 #livinghouse-detail-section .container .content .txt article,
#page-living-2 #livinghouse-detail-section .container .content .txt article,
#page-living-3 #livinghouse-detail-section .container .content .txt article,
#page-living-4 #livinghouse-detail-section .container .content .txt article,
#page-living-5 #livinghouse-detail-section .container .content .txt article,
#page-living-6 #livinghouse-detail-section .container .content .txt article {
  margin-bottom: 35px;
}
#page-living-1 #livinghouse-detail-section .container .content .txt article .living_ttl,
#page-living-2 #livinghouse-detail-section .container .content .txt article .living_ttl,
#page-living-3 #livinghouse-detail-section .container .content .txt article .living_ttl,
#page-living-4 #livinghouse-detail-section .container .content .txt article .living_ttl,
#page-living-5 #livinghouse-detail-section .container .content .txt article .living_ttl,
#page-living-6 #livinghouse-detail-section .container .content .txt article .living_ttl {
  margin-bottom: 25px;
}
#page-living-1 #livinghouse-detail-section .container .content .txt article .living_ttl img,
#page-living-2 #livinghouse-detail-section .container .content .txt article .living_ttl img,
#page-living-3 #livinghouse-detail-section .container .content .txt article .living_ttl img,
#page-living-4 #livinghouse-detail-section .container .content .txt article .living_ttl img,
#page-living-5 #livinghouse-detail-section .container .content .txt article .living_ttl img,
#page-living-6 #livinghouse-detail-section .container .content .txt article .living_ttl img {
  object-fit: contain;
  object-position: left;
  width: auto;
  height: 37px;
}
#page-living-1 #livinghouse-detail-section .container .content .txt article .living_ttl h1,
#page-living-2 #livinghouse-detail-section .container .content .txt article .living_ttl h1,
#page-living-3 #livinghouse-detail-section .container .content .txt article .living_ttl h1,
#page-living-4 #livinghouse-detail-section .container .content .txt article .living_ttl h1,
#page-living-5 #livinghouse-detail-section .container .content .txt article .living_ttl h1,
#page-living-6 #livinghouse-detail-section .container .content .txt article .living_ttl h1 {
  display: inline-block;
  margin-left: 20px;
  vertical-align: bottom;
}
#page-living-1 #livinghouse-detail-section .container .content .txt article > h2,
#page-living-2 #livinghouse-detail-section .container .content .txt article > h2,
#page-living-3 #livinghouse-detail-section .container .content .txt article > h2,
#page-living-4 #livinghouse-detail-section .container .content .txt article > h2,
#page-living-5 #livinghouse-detail-section .container .content .txt article > h2,
#page-living-6 #livinghouse-detail-section .container .content .txt article > h2 {
  font-size: 20px;
  line-height: 1.5;
}
#page-living-1 #livinghouse-detail-section .container .content .txt article > h3,
#page-living-2 #livinghouse-detail-section .container .content .txt article > h3,
#page-living-3 #livinghouse-detail-section .container .content .txt article > h3,
#page-living-4 #livinghouse-detail-section .container .content .txt article > h3,
#page-living-5 #livinghouse-detail-section .container .content .txt article > h3,
#page-living-6 #livinghouse-detail-section .container .content .txt article > h3 {
  line-height: 1.5;
}
#page-living-1 #livinghouse-detail-section .container .content .txt article > ul li,
#page-living-2 #livinghouse-detail-section .container .content .txt article > ul li,
#page-living-3 #livinghouse-detail-section .container .content .txt article > ul li,
#page-living-4 #livinghouse-detail-section .container .content .txt article > ul li,
#page-living-5 #livinghouse-detail-section .container .content .txt article > ul li,
#page-living-6 #livinghouse-detail-section .container .content .txt article > ul li {
  font-weight: bold;
}
#page-living-1 #livinghouse-detail-section .container .content .txt article .plan,
#page-living-2 #livinghouse-detail-section .container .content .txt article .plan,
#page-living-3 #livinghouse-detail-section .container .content .txt article .plan,
#page-living-4 #livinghouse-detail-section .container .content .txt article .plan,
#page-living-5 #livinghouse-detail-section .container .content .txt article .plan,
#page-living-6 #livinghouse-detail-section .container .content .txt article .plan {
  margin-top: 65px;
}
#page-living-1 #gallery-section .container,
#page-living-2 #gallery-section .container,
#page-living-3 #gallery-section .container,
#page-living-4 #gallery-section .container,
#page-living-5 #gallery-section .container,
#page-living-6 #gallery-section .container {
  width: 100%;
  padding: 0;
}
#page-living-1 #foot-link-section .link_list,
#page-living-2 #foot-link-section .link_list,
#page-living-3 #foot-link-section .link_list,
#page-living-4 #foot-link-section .link_list,
#page-living-5 #foot-link-section .link_list,
#page-living-6 #foot-link-section .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-living-1 #foot-link-section .link_list a,
#page-living-2 #foot-link-section .link_list a,
#page-living-3 #foot-link-section .link_list a,
#page-living-4 #foot-link-section .link_list a,
#page-living-5 #foot-link-section .link_list a,
#page-living-6 #foot-link-section .link_list a {
  display: block;
  width: calc(33.3333333333% - 10px);
  margin-bottom: 20px;
}
#page-living-1 #foot-link-section .link_list a.current,
#page-living-2 #foot-link-section .link_list a.current,
#page-living-3 #foot-link-section .link_list a.current,
#page-living-4 #foot-link-section .link_list a.current,
#page-living-5 #foot-link-section .link_list a.current,
#page-living-6 #foot-link-section .link_list a.current {
  opacity: 0.3;
}
#page-living-1 #foot-link-section .link_list a.current:hover,
#page-living-2 #foot-link-section .link_list a.current:hover,
#page-living-3 #foot-link-section .link_list a.current:hover,
#page-living-4 #foot-link-section .link_list a.current:hover,
#page-living-5 #foot-link-section .link_list a.current:hover,
#page-living-6 #foot-link-section .link_list a.current:hover {
  opacity: 0.3 !important;
}

#page-living-1 #livinghouse-detail-section {
  background: #33B093;
}

#page-living-2 #livinghouse-detail-section {
  background: #002673;
}

#page-living-3 #livinghouse-detail-section {
  background: #805511;
}

#page-living-4 #livinghouse-detail-section {
  background: #EA8B00;
}

#page-living-5 #livinghouse-detail-section {
  background: #E6786A;
}

#page-living-6 #livinghouse-detail-section {
  background: #7B59A3;
}

.page-template-page-lp-livinghouse #foot-contact-section,
.page-template-page-lp-livinghouse #foot-fix-btn-section {
  display: none;
}

#fix-foot-btn-livinghouse {
  display: none;
}

@media screen and (max-width: 732px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .grecaptcha-badge {
    bottom: 83px !important;
    display: none;
  }
  .page-id-166 .grecaptcha-badge {
    display: block;
  }
  .container {
    padding: 4rem 0;
    width: 90%;
    min-width: auto;
    max-width: 100%;
  }
  #wrapper {
    position: relative;
    font-size: 1.3rem;
  }
  /*---------------------------------------------------*/
  /*---------------------------------------------------*/
  .hover__zoom {
    display: block;
    overflow: hidden;
  }
  .hover__zoom img {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .hover__zoom:hover img {
    transform: scale(110%);
  }
  .btn_1 {
    padding: 10px 0;
    line-height: 1.5;
  }
  .btn_1:after {
    margin-left: 15px;
    vertical-align: middle;
    margin-bottom: 3px;
  }
  .btn_2 {
    padding: 10px 0;
    line-height: 1.5;
    padding: 15px 0;
    min-width: auto;
    text-align: center;
  }
  .btn_2:after {
    margin-left: 20px;
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 15px;
  }
  /*---------------------------------------------------*/
  /*---------------------------------------------------*/
  .font_noto {
    font-size: 30px;
    line-height: 1.4;
  }
  .sec_title1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .sec_title1 h2 {
    font-size: 30px;
  }
  .sec_title2 {
    margin-bottom: 25px;
  }
  .sec_title2 span.num {
    font-size: 17px;
    width: 39px;
    height: 39px;
    margin: 12px auto;
  }
  .sec_title2 h2 {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .sec_title2 h4 {
    font-size: 30px;
  }
  .sec_title2.color_w {
    color: white;
  }
  .sec_title2.color_w h3 {
    color: white;
  }
  .sec_title2.color_w span.num {
    color: #bf0008;
    background: white;
  }
  .sec_title2.color_w h2 strong {
    color: black;
  }
  .sec_title2.color_w h4 {
    color: white;
    line-height: 1.5;
  }
  .gmap_wrap iframe {
    width: 100%;
    height: 500px;
  }
  .flex_col_2 {
    margin-bottom: 25px;
  }
  .flex_col_2 article {
    width: 100%;
  }
  .flex_col_3 {
    margin-bottom: 25px;
  }
  .flex_col_3 article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .flex_col_3 article:nth-of-type(3n) {
    margin-right: 0;
  }
  .table_type_1 {
    margin-bottom: 35px;
  }
  .table_type_1 table tr th {
    width: 90px;
    padding: 10px 10px;
  }
  .table_type_1 table tr td {
    padding: 10px 20px;
  }
  .table_type_1 table tr td a {
    display: inline-block;
  }
  .table_type_company {
    margin-bottom: 45px;
  }
  .table_type_company table tr th {
    width: 70px;
    padding: 15px 0;
    vertical-align: top;
  }
  .table_type_company table tr td {
    padding: 15px 0;
    padding-left: 20px;
  }
  .sp-buttons .sp-button {
    border-bottom-color: #bf0008;
    width: 8px;
    height: 8px;
  }
  .sp-buttons .sp-selected-button {
    background-color: #bf0008;
  }
  #pankuzu {
    text-align: right;
  }
  #pankuzu .container {
    padding: 1.5rem 0 !important;
  }
  #pankuzu #breadcrumb ul > li {
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #pankuzu #breadcrumb ul > li:before {
    display: inline-block;
    margin-right: 10px;
    content: ">";
  }
  #pankuzu #breadcrumb ul > li:first-of-type:before {
    display: none;
  }
  #pankuzu #breadcrumb ul > li > a {
    text-decoration: underline;
  }
  #menu_btn {
    width: 40px;
    height: 10px;
    top: 7px;
    right: 20px;
  }
  #menu_btn:before {
    content: none;
  }
  #menu_btn span {
    height: 2px;
  }
  #menu_btn span.top {
    top: 0;
  }
  #menu_btn span.bottom {
    bottom: 0;
  }
  #menu_btn.close:before {
    content: none;
  }
  #menu_btn.close span.top {
    -webkit-transform: translateY(4px) rotate(-20deg);
    transform: translateY(4px) rotate(-20deg);
  }
  #menu_btn.close span.bottom {
    -webkit-transform: translateY(-4px) rotate(20deg);
    transform: translateY(-4px) rotate(20deg);
  }
  #wrapper {
    padding-top: 69px;
  }
  #header .container {
    padding: 23px 0;
  }
  #header .container .content {
    position: relative;
  }
  #header .container .content .head_logo {
    width: 143px;
  }
  #gnav {
    top: 69px;
    height: calc(100vh - 69px);
    overflow: scroll;
  }
  #gnav .container {
    padding: 2px 15px 100px;
  }
  #gnav .container .content {
    width: 100%;
  }
  #gnav .container .content .btn_contact {
    margin-bottom: 30px;
  }
  #gnav .container .content .btn_contact a {
    padding: 15px 0;
  }
  #gnav .container .content nav {
    margin: 0 !important;
    padding: 0 15px;
    width: 100%;
  }
  #gnav .container .content nav li {
    margin-bottom: 15px;
  }
  #gnav .container .content .head_info {
    margin-top: 10px;
    margin-left: 15px;
    padding: 0;
  }
  #gnav .container .content .head_info article {
    margin-bottom: 20px;
  }
  #gnav .container .content .head_info article h1 {
    font-weight: bold;
  }
  #gnav .container .content .head_info article h2 {
    font-size: 12px;
  }
  #gnav .container .content .head_info article p, #gnav .container .content .head_info article address, #gnav .container .content .head_info article a {
    font-weight: normal;
    font-size: 12px;
  }
  #gnav .container .content .head_info .credit p {
    margin: 0;
    font-size: 12px;
  }
  #gnav .container .content .head_sns {
    bottom: 300px;
  }
  #gnav .container .content .head_sns .btn_youtube {
    margin-bottom: 25px;
  }
  #page-head-section .container {
    width: calc(100% - 80px);
  }
  #page-head-section .container .ttl h2 {
    font-size: 20px;
  }
  #page-head-section .container .pic {
    width: 100%;
    margin: 20px 0 30px;
    margin-left: -40px;
  }
  #page-head-section .container .pic img {
    width: 100vw;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  #page-head-section .container .txt h3 {
    font-size: 20px;
  }
  #page-head-section-type2 .container {
    padding-bottom: 0;
  }
  #page-head-section-type2 .container .ttl {
    text-align: center;
  }
  #page-head-section-type2 .container .ttl h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
  }
  #page-head-section-type2 .container #category-list-ection {
    margin-top: 30px;
  }
  #page-head-section-type2 .container #category-list-ection ul li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #page-head-section-type2 .container #category-list-ection ul li a, #page-head-section-type2 .container #category-list-ection ul li h3 {
    padding: 3px 7px 0px;
  }
  #page-head-section-type2 .container #category-list-ection ul li a.current {
    border-color: #bf0008 !important;
    color: white;
    background: #bf0008;
  }
  #page-head-section-type2 .container #category-list-ection ul li a.current:after {
    color: white;
  }
  .blog_content_wrap .post-content table {
    width: 100%;
    margin-bottom: 3rem;
  }
  .blog_content_wrap .post-content table tr th, .blog_content_wrap .post-content table tr td {
    line-height: 1;
    padding: 1.5rem;
    font-size: 1.2rem;
  }
  .blog_content_wrap .post-content table tr th {
    width: 30%;
  }
  .blog_content_wrap .post-content table tr td {
    line-height: 1.5em;
  }
  .blog_content_wrap .post-content table tr td em {
    font-size: 1.2rem;
  }
  .blog_content_wrap .post-content h1 {
    margin: 1rem 0 2rem;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: bold;
  }
  .blog_content_wrap .post-content h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .blog_content_wrap .post-content h3 {
    color: #bf0008;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1rem;
    display: inline-block;
    min-width: 50%;
  }
  .blog_content_wrap .post-content h4 {
    color: white;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    background: #bf0008;
  }
  .blog_content_wrap .post-content h5 {
    color: #bf0008;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #bf0008;
  }
  .blog_content_wrap .post-content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  .blog_content_wrap .post-content a {
    text-decoration: underline;
    color: #bf0008;
  }
  .blog_content_wrap .post-content h2.caption {
    box-sizing: border-box;
    color: #000 !important;
    font-size: 2.1rem;
    line-height: 1.5;
    padding: 2rem !important;
    border-bottom: 2px solid #1e1e1e;
    border-left: 0px !important;
    border-radius: 0;
    margin-bottom: 4rem !important;
    background: none;
    box-shadow: none;
    display: block;
    text-align: left;
  }
  .blog_content_wrap .post-content h2.caption:before {
    content: "\f068";
    font-family: fontawesome;
    display: inline-block;
    margin-right: 2rem;
    color: #bf0008;
  }
  .blog_content_wrap .post-content ul {
    margin: 2rem 0 3rem;
    list-style: disc;
    padding-left: 4rem;
  }
  .blog_content_wrap .post-content ul li {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-style: normal;
  }
  .blog_content_wrap .post-content .btn {
    text-align: right;
    margin: 1rem 0 1rem;
  }
  .blog_content_wrap .post-content .btn > a {
    text-decoration: none !important;
    text-align: left;
    min-width: 250px;
  }
  .blog_content_wrap .post-content .gallery_card article {
    width: calc(50% - 1rem);
    box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
    background: white;
    text-align: center;
    margin-bottom: 2rem;
  }
  .blog_content_wrap .post-content .gallery_card article:nth-of-type(2n) {
    margin-left: 2rem;
  }
  .blog_content_wrap .post-content .gallery_card article .pic {
    line-height: 0.5;
  }
  .blog_content_wrap .post-content .gallery_card article .pic img {
    width: 100%;
    margin: 0;
  }
  .blog_content_wrap .post-content .gallery_card article .txt {
    line-height: 1;
    padding: 1rem 2rem;
  }
  .blog_content_wrap .post-content .gallery_card article .txt h3 {
    font-size: 1.5rem;
    margin: 0;
  }
  .blog_content_wrap .post-content iframe {
    width: 100%;
    height: 40rem;
    margin-bottom: 2rem;
  }
  .blog_content_wrap .post-content img {
    clear: both;
  }
  .blog_content_wrap .post-content img.size-full {
    width: auto;
    margin-bottom: 0px;
  }
  .blog_content_wrap .post-content img.size-large {
    margin-bottom: 0rem;
  }
  #pagination {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
  }
  #pagination .nav-links .page-numbers {
    font-size: 18px;
    font-weight: bold;
    color: #bf0008;
    background: white;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 1;
    width: 40px;
    height: 40px;
    padding-bottom: 2px;
  }
  #pagination .nav-links .page-numbers.current {
    background: #bf0008;
    color: white;
  }
  #pagination .nav-links .page-numbers.prev, #pagination .nav-links .page-numbers.next {
    background: white;
    border: 1px solid #bf0008;
    position: relative;
    padding: 0;
  }
  #pagination .nav-links .page-numbers.prev:after, #pagination .nav-links .page-numbers.next:after {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    content: "\f054";
    font-family: fontawesome;
    display: inline-block;
  }
  #pagination .nav-links .page-numbers.prev:hover:after, #pagination .nav-links .page-numbers.next:hover:after {
    transform: translateX(5px);
  }
  #pagination .nav-links .page-numbers.prev.inactive, #pagination .nav-links .page-numbers.next.inactive {
    border-color: #D3D3D3;
  }
  #pagination .nav-links .page-numbers.prev.inactive:after, #pagination .nav-links .page-numbers.next.inactive:after {
    content: "\f054";
    font-family: fontawesome;
  }
  #pagination .nav-links .page-numbers.prev {
    margin-right: 30px;
  }
  #pagination .nav-links .page-numbers.prev:after {
    transform: rotate(180deg);
  }
  #pagination .nav-links .page-numbers.prev:hover:after {
    transform: translateX(5px) rotate(180deg);
  }
  #pagination .nav-links .page-numbers.next {
    margin-left: 30px;
  }
  #pager {
    margin-top: 50px;
  }
  #pager > .content .btn_prev a i:after, #pager > .content .btn_prev .inactive i:after,
  #pager > .content .btn_next a i:after,
  #pager > .content .btn_next .inactive i:after,
  #pager > .content .list a i:after,
  #pager > .content .list .inactive i:after {
    bottom: 7px;
  }
  #pager > .content .btn_prev a i.arrow_next, #pager > .content .btn_prev .inactive i.arrow_next,
  #pager > .content .btn_next a i.arrow_next,
  #pager > .content .btn_next .inactive i.arrow_next,
  #pager > .content .list a i.arrow_next,
  #pager > .content .list .inactive i.arrow_next {
    padding-left: 35px;
  }
  #pager > .content .btn_prev a i.arrow_next:after, #pager > .content .btn_prev .inactive i.arrow_next:after,
  #pager > .content .btn_next a i.arrow_next:after,
  #pager > .content .btn_next .inactive i.arrow_next:after,
  #pager > .content .list a i.arrow_next:after,
  #pager > .content .list .inactive i.arrow_next:after {
    left: 0;
    transform: rotate(180deg);
  }
  #pager > .content .btn_prev a i.arrow_prev, #pager > .content .btn_prev .inactive i.arrow_prev,
  #pager > .content .btn_next a i.arrow_prev,
  #pager > .content .btn_next .inactive i.arrow_prev,
  #pager > .content .list a i.arrow_prev,
  #pager > .content .list .inactive i.arrow_prev {
    padding-right: 35px;
  }
  #pager > .content .btn_prev a i.arrow_prev:after, #pager > .content .btn_prev .inactive i.arrow_prev:after,
  #pager > .content .btn_next a i.arrow_prev:after,
  #pager > .content .btn_next .inactive i.arrow_prev:after,
  #pager > .content .list a i.arrow_prev:after,
  #pager > .content .list .inactive i.arrow_prev:after {
    right: 0;
  }
  #pager > .content .btn_prev .inactive,
  #pager > .content .btn_next .inactive,
  #pager > .content .list .inactive {
    opacity: 0.2;
  }
  #pager > .content .list a {
    text-align: center;
    font-weight: bold;
    display: inline-block;
    padding: 10px 25px;
    border-bottom: 1px solid gray;
  }
  #go-top {
    right: 0px;
    bottom: 50px;
    width: 45px;
    padding: 5px;
  }
  #foot-link-section .container .link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #foot-link-section .container .link_list article {
    width: 100%;
    margin-bottom: 7px;
  }
  #foot-link-section .container .link_list article a .txt {
    top: calc((100% - 13px) / 2);
  }
  #footer .container {
    padding: 20px 0 25px;
  }
  #footer .container .foot_sns {
    margin-bottom: 40px;
  }
  #footer .container .foot_sns a img {
    height: 23px;
  }
  #footer .container .foot_logo {
    width: 143px;
    margin: 0 auto 35px;
  }
  #footer .container .foot_info article {
    margin-bottom: 25px;
  }
  #footer .container .foot_info article h2 {
    font-size: 12px;
  }
  #footer .container .foot_info article p, #footer .container .foot_info article address, #footer .container .foot_info article a {
    font-weight: normal;
    font-size: 13px;
  }
  #footer .container .credit {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 67px;
  }
  #foot-fix-btn-section {
    z-index: 99998;
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #bf0008;
    color: white;
  }
  #foot-fix-btn-section .container {
    padding: 10px !important;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #foot-fix-btn-section .head {
    width: 50%;
    margin: 0 auto;
  }
  #foot-fix-btn-section .head h3 {
    margin: 0 auto;
    text-align: center;
    font-size: 3.8vw;
    line-height: 1.2;
  }
  #foot-fix-btn-section .head h2 {
    font-size: 5.5vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #foot-fix-btn-section .btn {
    width: calc(50% - 10px);
  }
  #foot-fix-btn-section .btn a {
    display: block;
  }
  #foot-fix-btn-section .btn a img {
    width: 100%;
  }
  #top-fix-btn-section {
    opacity: 0;
    transition: all 1s; /* 動きを滑らかに */
    z-index: 99998;
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #bf0008;
    color: white;
  }
  #top-fix-btn-section.fadeIn {
    opacity: 1;
  }
  #top-fix-btn-section .container {
    padding: 10px !important;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #top-fix-btn-section .head {
    width: 50%;
    margin: 0 auto;
  }
  #top-fix-btn-section .head h3 {
    margin: 0 auto;
    text-align: center;
    font-size: 3.8vw;
    line-height: 1.2;
  }
  #top-fix-btn-section .head h2 {
    font-size: 5.5vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #top-fix-btn-section .btn {
    width: calc(50% - 10px);
  }
  #top-fix-btn-section .btn a {
    display: block;
  }
  #top-fix-btn-section .btn a img {
    width: 100%;
  }
  /*
    #foot-contact-section {
      background: #9cc14c;
      margin-bottom: 40px;
      .container {
        width: 90%;
        padding: 2rem 0 1rem;
      }
      .content {
        position: relative;
        padding: 0 0 15px;
        @include cards;
        &:after {
          content: none;
        }
        .txt {
          order: 2;
          text-align: center;
          width: 100%;
          h3 {
            color: white;
            font-size: 20px;
            margin-bottom: 0px;
          }
          .ttl {
            width: 100%;
            margin: 0 auto 15px;
          }
          .btn {
          }
        }
        .pic {
          order: 1;
          width: 100%;
          position: relative;
          bottom: auto;
          right: auto;
          border-radius: 10px;
          overflow: hidden;
        }
      }
    }

    footer#footer {
      &.lp_foot_footer {
        margin-top: 70px;
      }

      .container {
        width: 100%;
        padding: 0;

        .foot_logo {
        }
        .content_shop {
          @include cards;
          article {
            width: 100%;
            .txt {
              padding: 25px 35px 25px;
              line-height: 1.7;
              position: relative;
              h2 {
                min-height: auto;
                em {
                  display: inline-block;
                }
              }
              address {
                br  {
                  display: none;
                }
              }
              p {
                margin: 0;
                line-height: 1.5;
                min-height: auto;
                em {
                  display: inline-block;
                }
              }
              h3.ttl_h3 {
                display: block;
                background: $gray-lighter;
                text-align: center;
                padding: 5px;
                margin: 5px 0;
              }            
              .tel {
                margin-top: 0;
                >a {
                  color: $br1;
                  font-weight: bold;
                  font-size: 25px;
                  display: block;
                }
              }
              .btn {
                margin-top: 10px;
                position: absolute;
                right: 25px;
                bottom: 25px;
              }            
            }
          }
        }
        .ttl_contact {
          text-align: center;
          padding: 0 35px;
          h3 {
            background: #eae5e3;
            line-height: 1.5;
          }
        }
      }
    }

    footer#footer-info {
      .content {
        article {
          width: 100%;
          margin: 0;
          padding: 15px 0;
          a {
            &:after {
              width: 45px;
              height: 7px;
              background-size: cover;
              background-position: right bottom;
              margin-left: 10px;
            }
          }
        }
      }
    }

    footer#credit {
      margin-bottom: 84px;
      &.lp_foot_credit {
        margin-bottom: 0;
      }
    }



    #foot-fix-btn-section {
      z-index: 99998;
      display: block;
      position: fixed;
      right: 0;
      bottom: 0;
      width: 100%;
      background: #ffd023;
      border: 5px solid #80b2a0;

      .container {
        padding: 10px !important;
        width: 100% !important;
        @include cards;
      }

      .head {
        width: calc(100% / 2);
        margin: 0 auto;

        h3 {
          width: 92%;
          margin: 0 auto;
          text-align: center;
          line-height: 0.5;
        }

        h2 {
          font-size: 20px;
          line-height: 1.3;
          font-weight: bold;
          text-align: center;

          strong {
            font-size: 23px;
            color: #b81c22;
          }
        }
      }

      .btn {
        width: calc((100% / 2) - 10px);

        a {
          display: block;

          img {
            width: 100%;
          }
        }
      }
    }
  */
}
@media screen and (max-width: 732px) {
  body.home #page {
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
  }
  body.home #page .fix-bnr-section {
    display: none;
  }
  body.home #page #vi-section .container {
    padding: 0;
  }
  body.home #page #vi-section .container video {
    width: 100%;
  }
  body.home #page #concept-section .container {
    padding: 50px 0;
  }
  body.home #page #concept-section .container .inner .ttl {
    margin-top: 26px;
    width: 80px;
  }
  body.home #page #concept-section .container .inner .ttl h2 {
    margin-left: 15px;
    font-size: 25px;
  }
  body.home #page #concept-section .container .inner .content {
    width: calc(100% - 80px);
  }
  body.home #page #concept-section .container .inner .content .pic {
    margin-bottom: 34px;
  }
  body.home #page #concept-section .container .inner .content .pic img {
    width: 100%;
  }
  body.home #page #concept-section .container .inner .content .txt h2 {
    margin-bottom: 20px;
  }
  body.home #page #works-section .container .works_list {
    margin-bottom: 25px;
  }
  body.home #page #works-section .container .works_list article h2 {
    left: 20px;
    bottom: 20px;
  }
  body.home #page #works-section .container .btn {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  body.home #page #report-section .container {
    width: calc(100% - 80px);
  }
  body.home #page #report-section .container .pic {
    margin-bottom: 25px;
  }
  body.home #page #report-section .container .txt h2 {
    margin-bottom: 10px;
  }
  body.home #page #report-section .container .sokuhou {
    bottom: 160px;
    right: 0px;
    background-color: #bf0008;
    padding: 5px 10px;
  }
  body.home #page #report-section .container .sokuhou h4 {
    font-size: 18px;
    line-height: 1;
    color: white;
  }
  body.home #page #report-section .container .sokuhou h4 strong {
    font-size: 40px;
    margin: 0 5px;
    color: white;
  }
  body.home #page #price-section .container {
    padding: 0 0 50px;
  }
  body.home #page #price-section .container .inner .ttl {
    width: 80px;
    margin-top: 26px;
    margin-left: 0;
  }
  body.home #page #price-section .container .inner .ttl h2 {
    font-size: 25px;
    margin-right: 15px;
  }
  body.home #page #price-section .container .inner .content {
    width: calc(100% - 80px);
  }
  body.home #page #price-section .container .inner .content .pic {
    margin-bottom: 34px;
  }
  body.home #page #price-section .container .inner .content .txt {
    padding: 0;
    margin-left: 40px;
    width: calc(100% - 80px);
  }
  body.home #page #price-section .container .inner .content .txt h2 {
    margin-bottom: 15px;
  }
  body.home #page #price-section .container .inner .content .txt h3 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  body.home #page #price-section .container .inner .content .txt h3 strong {
    font-size: 20px;
  }
  body.home #page #price-section .container .inner .content .txt h3 strong small {
    font-size: 15px;
  }
  body.home #page #price-section .container .inner .content .txt .logo {
    width: 59px;
    right: -75px;
    bottom: 60px;
  }
  body.home #page #prex-section {
    width: calc(100% - 80px);
    border: 0;
  }
  body.home #page #prex-section .container {
    padding-top: 0;
  }
  body.home #page #prex-section .container .inner {
    padding: 0;
  }
  body.home #page #prex-section .container .inner article {
    width: 100%;
    position: relative;
    border-top: 1px solid gray;
    padding: 25px 0 10px;
  }
  body.home #page #prex-section .container .inner article:last-of-type {
    border-bottom: 1px solid gray;
  }
  body.home #page #prex-section .container .inner article h2 {
    margin-bottom: 10px;
  }
  body.home #page #prex-section .container .inner article .logo {
    width: 90px;
    margin-bottom: 0;
  }
  body.home #page #prex-section .container .inner article .pic {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    z-index: -1;
  }
  body.home #page #prex-section .container .inner article:nth-of-type(1) .pic {
    width: 197px;
    top: 35px;
    right: -25px;
  }
  body.home #page #prex-section .container .inner article:nth-of-type(2) .pic {
    width: 166px;
    right: -10px;
    top: 30px;
  }
  body.home #page #prex-section .container .inner article:nth-of-type(3) .pic {
    width: 183px;
    right: -15px;
    top: 35px;
  }
  body.home #page #option-section .container,
  body.home #page #safety-section .container,
  body.home #page #voice-section .container,
  body.home #page #company-section .container {
    padding-bottom: 0;
    width: calc(100% - 80px);
  }
  body.home #page #option-section .container .pic,
  body.home #page #safety-section .container .pic,
  body.home #page #voice-section .container .pic,
  body.home #page #company-section .container .pic {
    margin-bottom: 15px;
  }
  body.home #page #option-section .container .txt h2,
  body.home #page #safety-section .container .txt h2,
  body.home #page #voice-section .container .txt h2,
  body.home #page #company-section .container .txt h2 {
    margin-bottom: 10px;
  }
  body.home #page #news-section .container {
    padding: 40px 0;
    width: calc(100% - 80px);
  }
  body.home #page #news-section .container .inner .feeds article {
    padding: 27px 0;
  }
  body.home #page #news-section .container .inner .feeds article .post-date {
    margin-bottom: 0;
  }
  body.home #page #news-section .container .inner .feeds article .post-cat {
    margin: 0;
  }
  body.home #page #news-section .container .inner .feeds article .post-cat li {
    margin-top: 7px;
    margin-bottom: 5px;
  }
  body.home #page #news-section .container .inner .feeds article .post-cat li a {
    padding: 3px 5px;
    font-size: 12px;
  }
  body.home #page #news-section .container .inner .feeds article .post-title a {
    font-weight: bold;
    display: block;
    padding-right: 0;
    line-height: 1.3;
  }
  body.home #page #news-section .container .inner .feeds article .post-title a:after {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    margin-left: 15px;
  }
  body.home #page #news-section .container .btn {
    margin-top: 20px;
  }
  body.home #page #top-contact-section .container .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
  }
  body.home #page #top-contact-section .container .inner .pic {
    width: calc(100% - 10px);
    margin-bottom: 35px;
    position: relative;
  }
  body.home #page #top-contact-section .container .inner .pic:after {
    height: 39vw;
    bottom: -10px;
  }
  body.home #page #top-contact-section .container .inner .txt {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  body.home #page #top-contact-section .container .inner .txt h3 {
    font-size: 18px;
  }
  body.home #page #top-contact-section .container .inner .txt p {
    margin: 10px 0;
  }
  body.home #page #top-contact-section .container .inner .txt .btn {
    margin-top: 20px;
  }
  #page-404 .container {
    width: 90%;
  }
  .post-header ul.post-cat li {
    display: inline-block;
    margin-right: 5px;
  }
  .post-header ul.post-cat li a {
    background: #e6e6e6;
    line-height: 1.5;
    padding: 5px;
    font-size: 12px;
  }
  .post-header .post-date {
    display: block;
  }
  .post-header .post-title {
    line-height: 1.5;
    line-height: 1.5;
  }
  #wrapper.news #news-list .feeds article {
    width: 100%;
    margin: 0 0 25px;
  }
  #wrapper.news #news-list .feeds article .thumb img {
    width: 100%;
    height: 195px;
  }
  #wrapper.news #news-list .feeds article .thumb.finish {
    position: relative;
  }
  #wrapper.news #news-list .feeds article .thumb.finish:after {
    content: "終了しました";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    left: -5px;
    top: -5px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
    justify-content: center;
  }
  #wrapper.news #news-list .feeds article .post-header {
    width: calc(100vw - 80px);
    margin: 0 auto;
  }
  #wrapper.news #news-detail .post-header {
    margin-bottom: 30px;
    text-align: center;
  }
  #wrapper.news #news-detail .post-header ul.post-cat {
    margin-bottom: 25px;
  }
  #wrapper.news #news-detail .post-header ul.post-cat:before {
    content: "";
    width: 1px;
    height: 15px;
    background: #bf0008;
    display: block;
    margin: 0 auto 10px;
  }
  #wrapper.news #news-detail .post-header ul.post-cat li {
    margin-bottom: 5px;
  }
  #wrapper.news #news-detail .post-header ul.post-cat li a {
    font-size: 13px;
    padding: 5px 15px;
  }
  #wrapper.news #news-detail .post-content {
    margin-bottom: 40px;
    text-align: center;
  }
  #page-concept .cta_btn_list {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
  #page-concept .cta_btn_list a {
    width: calc(50% - 5px);
  }
  #page-concept .cta_btn_list a > span.sp-only {
    display: inline-block;
  }
  #page-concept .cta_btn_list a > span.pc-only {
    display: none;
  }
  #page-concept #vi-section .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  #page-concept #vi-section .container .head .sec_title1:after {
    width: 249px;
    height: 77px;
    bottom: -5px;
    left: calc((100% - 249px) / 2);
  }
  #page-concept #vi-section .container .head .sec_title1 h2 {
    margin-top: 10px;
    font-size: 24px;
  }
  #page-concept #vi-section .container .vi {
    width: 100%;
    margin: -10px auto 35px;
  }
  #page-concept #vi-section .container .ttl {
    text-align: center;
    display: block;
  }
  #page-concept #vi-section .container .ttl h2 {
    font-size: 20px;
    margin: 0 auto;
  }
  #page-concept #what-reason-section .container {
    padding-bottom: 90px;
  }
  #page-concept #what-reason-section .reason_list article {
    margin-bottom: 30px;
    padding: 20px 30px;
  }
  #page-concept #what-reason-section .reason_list article .txt {
    margin-bottom: 10px;
  }
  #page-concept #what-reason-section .reason_list article .pic {
    width: 100%;
  }
  #page-concept #what-reason-section .reason_list article .pic img {
    position: relative;
  }
  #page-concept #what-reason-section .reason_list article:nth-of-type(1) img {
    width: 100%;
    top: 0;
    left: 0;
  }
  #page-concept #what-reason-section .reason_list article:nth-of-type(2) .txt {
    order: 1;
  }
  #page-concept #what-reason-section .reason_list article:nth-of-type(2) .pic {
    order: 2;
  }
  #page-concept #what-reason-section .reason_list article:nth-of-type(2) img {
    width: calc(100% + 100px);
    left: -50px;
    margin-top: -40px;
    top: 40px;
  }
  #page-concept #what-reason-section .reason_list article:nth-of-type(3) img {
    width: 100%;
    margin-top: -40px;
    top: 40px;
    left: 0;
  }
  #page-concept #what-reason-section:before, #page-concept #what-reason-section:after {
    width: 50%;
    height: 56px;
    bottom: -1px;
  }
  #page-concept #what-reason-section:after {
    left: 50%;
  }
  #page-concept #catch {
    background: #bf0008;
    margin: 0;
  }
  #page-concept #catch:after {
    width: 100%;
    height: 56px;
    top: auto;
    bottom: -55px;
  }
  #page-concept #catch .container {
    padding: 30px 0;
  }
  #page-concept #catch .container h2 {
    font-size: 17px;
  }
  #page-concept #catch .container h2 br {
    display: block;
  }
  #page-concept #works-section .container {
    padding-top: 100px;
  }
  #page-concept #works-section .container .pic {
    width: 100%;
    margin: 0;
  }
  #page-concept #works-section .container .txt {
    padding: 0 25px;
  }
  #page-concept #option-section {
    background: #f5d9da;
  }
  #page-concept #option-section .head {
    position: relative;
  }
  #page-concept #option-section .head .chara {
    width: 100px;
    top: -110px;
    right: 0;
  }
  #page-concept #option-section .option_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-concept #option-section .option_list article {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding: 10px 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  #page-concept #option-section .option_list article .pic {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  #page-concept #option-section .option_list article .pic img {
    width: auto;
    height: 112px;
    object-fit: contain;
    object-position: center;
  }
  #page-concept #option-section .option_list article h2 {
    width: 100%;
    text-align: center;
  }
  #page-concept #option-section .option_list article:nth-of-type(1) img {
    height: 98px;
  }
  #page-concept #option-section .option_list article:nth-of-type(2) img {
    height: 98px;
  }
  #page-concept #option-section .txt {
    padding: 0 25px;
  }
  #page-concept #price-section .container {
    width: calc(100% - 80px);
  }
  #page-concept #price-section .price_list {
    margin-top: 20px;
  }
  #page-concept #price-section .price_list article {
    margin-bottom: 40px;
  }
  #page-concept #price-section .price_list article .txt {
    order: 2;
    width: 100%;
  }
  #page-concept #price-section .price_list article .txt h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 3px;
  }
  #page-concept #price-section .price_list article .txt p {
    margin-bottom: 5px;
  }
  #page-concept #price-section .price_list article .txt h3 {
    font-size: 15px;
    line-height: 1.5;
  }
  #page-concept #price-section .price_list article .pic {
    order: 1;
    width: 100%;
    margin-bottom: 15px;
  }
  #page-concept #price-section .price_list article .pic img {
    height: 100px;
    object-fit: contain;
    object-position: center;
  }
  #page-concept #price-section .price_list article .pic.t_on {
    width: auto;
    display: inline-block;
    margin: 0 auto 15px;
  }
  #page-concept #price-section .price_list article .pic.t_on h4 {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 30px;
  }
  #page-concept #price-section .price_list article .pic.t_on img {
    margin-top: 0;
    margin-left: 70px;
  }
  #page-concept #price-section .cta_btn_list {
    margin-bottom: 0;
  }
  #page-concept #price-section .cta_btn_list a {
    width: 100%;
    margin: 0 0 10px;
  }
  #page-concept #safety-section .container {
    padding: 4rem 0;
  }
  #page-concept #safety-section .inner {
    padding: 30px 25px 5px;
  }
  #page-concept #safety-section .inner .chara {
    width: 137px;
    right: -10px;
    top: -10px;
  }
  #page-concept #safety-section .inner .h {
    text-align: left;
  }
  #page-concept #safety-section .inner .h h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #page-concept #safety-section .inner .h h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #page-concept #safety-section .inner .h h5 {
    font-size: 13px;
  }
  #page-concept #safety-section .inner .support_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-concept #safety-section .inner .support_list article {
    width: calc(50% - 5px);
    margin: 10px 0;
  }
  #page-concept #safety-section .inner .support_list article .pic {
    margin-bottom: 5px;
  }
  #page-concept #safety-section .btn {
    width: 100%;
    margin: 20px auto 0;
    margin-left: 40px;
  }
  #page-concept #voice-section .container {
    width: calc(100% - 80px);
  }
  #page-concept #voice-section .head .chara {
    width: 212px;
  }
  #page-concept #voice-section .voice_list {
    width: 100%;
  }
  #page-concept #voice-section .voice_list article {
    margin-bottom: 20px;
  }
  #page-concept #voice-section .voice_list article .pic {
    margin-bottom: 10px;
  }
  #page-concept #voice-section .txt {
    width: 100%;
    margin: 0 auto;
  }
  #page-concept #voice-section .cta_btn_list {
    margin-bottom: 0;
  }
  #page-concept #voice-section .cta_btn_list a {
    width: 100%;
    margin: 0 0 10px;
  }
  #page-prex-a #pager-section .container,
  #page-prex-k #pager-section .container,
  #page-prex-s #pager-section .container {
    width: calc(100% - 80px);
    padding-top: 0;
    padding-bottom: 0;
  }
  #page-prex-a #pager-section .container .inner,
  #page-prex-k #pager-section .container .inner,
  #page-prex-s #pager-section .container .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-prex-a #pager-section .container .inner a,
  #page-prex-k #pager-section .container .inner a,
  #page-prex-s #pager-section .container .inner a {
    border-bottom: 1px solid gray;
    padding: 10px 15px;
  }
  #page-prex-a #prex-detail-section .head,
  #page-prex-k #prex-detail-section .head,
  #page-prex-s #prex-detail-section .head {
    margin-bottom: 35px;
  }
  #page-prex-a #prex-detail-section .head .logo,
  #page-prex-k #prex-detail-section .head .logo,
  #page-prex-s #prex-detail-section .head .logo {
    width: 150px;
  }
  #page-prex-a #prex-detail-section .equipment_list,
  #page-prex-k #prex-detail-section .equipment_list,
  #page-prex-s #prex-detail-section .equipment_list {
    margin-bottom: 40px;
    justify-content: space-between;
  }
  #page-prex-a #prex-detail-section .equipment_list .ttl,
  #page-prex-k #prex-detail-section .equipment_list .ttl,
  #page-prex-s #prex-detail-section .equipment_list .ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  #page-prex-a #prex-detail-section .equipment_list h3,
  #page-prex-k #prex-detail-section .equipment_list h3,
  #page-prex-s #prex-detail-section .equipment_list h3 {
    width: calc(50% - 2px);
    margin-right: 0;
    margin-bottom: 4px;
  }
  #page-prex-a #prex-detail-section .vi,
  #page-prex-k #prex-detail-section .vi,
  #page-prex-s #prex-detail-section .vi {
    text-align: center;
    margin-bottom: 30px;
  }
  #page-prex-a #prex-detail-section .vi p,
  #page-prex-k #prex-detail-section .vi p,
  #page-prex-s #prex-detail-section .vi p {
    margin: 0 0 10px;
    font-weight: bold;
    line-height: 1.2;
  }
  #page-prex-a #prex-detail-section .vi .t2,
  #page-prex-k #prex-detail-section .vi .t2,
  #page-prex-s #prex-detail-section .vi .t2 {
    font-size: 20px;
  }
  #page-prex-a #prex-detail-section .vi .price,
  #page-prex-k #prex-detail-section .vi .price,
  #page-prex-s #prex-detail-section .vi .price {
    font-size: 40px;
    margin-bottom: 15px;
  }
  #page-prex-a #prex-detail-section .vi .pic,
  #page-prex-k #prex-detail-section .vi .pic,
  #page-prex-s #prex-detail-section .vi .pic {
    width: 100%;
  }
  #page-prex-a #prex-detail-section .memo ul li,
  #page-prex-k #prex-detail-section .memo ul li,
  #page-prex-s #prex-detail-section .memo ul li {
    padding-left: 13px;
    margin: 4px 0;
  }
  #page-prex-a #plan-section .head,
  #page-prex-k #plan-section .head,
  #page-prex-s #plan-section .head {
    margin-bottom: 30px;
  }
  #page-prex-a #plan-section .head h2,
  #page-prex-k #plan-section .head h2,
  #page-prex-s #plan-section .head h2 {
    font-size: 17px;
    padding-left: 10px;
  }
  #page-prex-a #plan-section .plan_list_wrap article,
  #page-prex-k #plan-section .plan_list_wrap article,
  #page-prex-s #plan-section .plan_list_wrap article {
    width: 100%;
    padding: 0 10px 7px;
    margin-bottom: 15px;
  }
  #page-prex-a #plan-section .plan_list_wrap article > a,
  #page-prex-k #plan-section .plan_list_wrap article > a,
  #page-prex-s #plan-section .plan_list_wrap article > a {
    padding-right: 17px;
  }
  #page-prex-a #plan-section .plan_list_wrap article > a:after,
  #page-prex-k #plan-section .plan_list_wrap article > a:after,
  #page-prex-s #plan-section .plan_list_wrap article > a:after {
    bottom: 7px;
  }
  #page-prex-a #plan-section .plan_list_wrap article .inner h4,
  #page-prex-k #plan-section .plan_list_wrap article .inner h4,
  #page-prex-s #plan-section .plan_list_wrap article .inner h4 {
    font-size: 20px;
  }
  #page-prex-k #prex-detail-section .vi .pic {
    width: 100%;
    margin-left: 0;
  }
  #page-prex-s #prex-detail-section .vi .pic {
    width: 100%;
    margin-left: 0;
  }
  .plan_content_wrap #vi-section .head {
    margin-bottom: 20px;
  }
  .plan_content_wrap #vi-section .head h2 {
    font-size: 20px;
  }
  .plan_content_wrap #vi-section .pic {
    margin-bottom: 30px;
  }
  .plan_content_wrap #vi-section .vi {
    margin-bottom: 30px;
  }
  .plan_content_wrap #vi-section .vi .t2 {
    font-size: 20px;
  }
  .plan_content_wrap #vi-section .vi .price {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .plan_content_wrap #vi-section .memo ul li {
    padding-left: 13px;
    margin: 4px 0;
  }
  .plan_content_wrap #floor-section .container {
    width: calc(100% - 80px);
  }
  .plan_content_wrap #floor-section .floor_list .pic {
    width: 100%;
    margin-bottom: 15px;
  }
  .plan_content_wrap #floor-section .memo {
    margin: 20px 0;
  }
  #page-option #page-head-section .container {
    padding-bottom: 10px;
  }
  #page-option #pager-section .container {
    width: calc(100% - 80px);
    padding-top: 0;
    padding-bottom: 25px;
  }
  #page-option #pager-section .container .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: space-between;
  }
  #page-option #pager-section .container .inner a {
    width: 46%;
    text-align: left;
    margin-bottom: 5px;
  }
  #page-option #pager-section .container .inner a:after {
    position: absolute;
    right: 15px;
    bottom: 7px;
    margin: 0;
  }
  #page-option .option_content_wrap .container {
    width: calc(100% - 80px);
    padding-bottom: 10px;
  }
  #page-option .option_content_wrap .container .option_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: space-between;
  }
  #page-option .option_content_wrap .container .option_list article {
    width: calc(50% - 15px);
    margin: 0;
    margin-bottom: 40px;
  }
  #page-option .option_content_wrap .container .option_list article h3 {
    font-size: 20px;
  }
  #page-option .option_content_wrap .container .option_list article h3 em {
    font-size: 13px;
  }
  #page-option #option-section-3 .pic {
    height: 100px;
  }
  #page-option #option-section-5 h2 {
    min-height: 35px;
  }
  #page-option #option-section-5 .pic {
    margin: 20px 0;
  }
  #page-option #option-section-5 .pic img {
    width: 50px;
  }
  #page-option #memo-section {
    margin-top: 0px;
    text-align: center;
  }
  #page-safety #page-head-section .container {
    padding-bottom: 0;
  }
  #page-safety .safety_content_wrap .container .head {
    margin-bottom: 35px;
  }
  #page-safety .safety_content_wrap .container .head h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  #page-safety .safety_content_wrap .container .head h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #page-safety #inspection-section .container {
    width: calc(100% - 80px);
  }
  #page-safety #inspection-section .container .inspection_list {
    padding-top: 0;
  }
  #page-safety #inspection-section .container .inspection_list > h5 {
    position: relative;
    top: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  #page-safety #inspection-section .container .inspection_list > h5:nth-of-type(1) {
    width: 100%;
    left: auto;
  }
  #page-safety #inspection-section .container .inspection_list > h5:nth-of-type(2) {
    width: 100%;
    margin-top: 30px;
    right: auto;
  }
  #page-safety #inspection-section .container .inspection_list article {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-end;
    align-content: flex-end;
    height: 127px;
  }
  #page-safety #inspection-section .container .inspection_list article .pic {
    margin: 0;
    width: 145px;
    height: 127px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #page-safety #inspection-section .container .inspection_list article h2 {
    font-weight: bold;
    width: calc(100% - 145px - 15px);
    margin-left: 160px;
  }
  #page-safety #inspection-section .container .inspection_list article p {
    margin: 0;
    width: calc(100% - 145px - 15px);
    margin-left: 160px;
  }
  #page-safety #guarantee-section .container {
    width: calc(100% - 80px);
  }
  #page-safety #guarantee-section .container .guarantee_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-safety #guarantee-section .container .guarantee_list article {
    width: 100%;
    margin-bottom: 30px;
  }
  #page-safety #guarantee-section .container .guarantee_list article .pic {
    margin-bottom: 10px;
  }
  #page-safety #guarantee-section .container .guarantee_list article h2 {
    font-size: 15px;
  }
  #page-safety #afterfollow-section .container {
    width: calc(100% - 80px);
  }
  #page-safety #afterfollow-section .container .afterfollow_list article {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid gray;
    position: relative;
    padding: 25px 0;
  }
  #page-safety #afterfollow-section .container .afterfollow_list article .icon {
    width: 60px;
    margin: 0 20px;
    position: absolute;
    left: 0;
    top: 25px;
  }
  #page-safety #afterfollow-section .container .afterfollow_list article h2 {
    font-size: 15px;
    width: calc(100% - 100px);
    margin-left: 100px;
  }
  #page-safety #afterfollow-section .container .afterfollow_list article p {
    margin: 0;
    width: calc(100% - 100px);
    margin-left: 100px;
  }
  #page-safety #concierge-section .container {
    padding-bottom: 10px;
  }
  #page-safety #concierge-section .container .head .logo {
    width: 196px;
  }
  #page-safety #concierge-section .container > .pic {
    margin-bottom: 20px;
  }
  #page-safety #concierge-section .container > .pic img {
    width: auto;
    height: 228px;
    object-fit: cover;
    object-position: center;
  }
  #page-safety #concierge-section .container .txt {
    width: calc(100% - 80px);
    margin: 0 auto;
    position: relative;
  }
  #page-safety #concierge-section .container .txt > .smp {
    width: 131px;
    top: -90px;
    right: -55px;
  }
  #page-safety #warranty-section .container {
    width: calc(100% - 80px);
  }
  #page-safety #warranty-section .container .head .logo {
    width: 230px;
  }
  #page-safety #warranty-section .container .warranty_list {
    justify-content: space-between;
  }
  #page-safety #warranty-section .container .warranty_list article {
    width: calc(50% - 5px);
    margin: 0 0 20px;
  }
  #page-safety #warranty-section .container .warranty_list article .pic {
    margin-bottom: 10px;
  }
  #page-safety #space-pic-section .container {
    padding: 0 0 50px;
    width: 100%;
  }
  #page-safety #support-section .container {
    width: calc(100% - 80px);
  }
  #page-safety #support-section .container .head .logo {
    width: 105px;
  }
  #page-safety #support-section .container .support_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: space-between;
  }
  #page-safety #support-section .container .support_list article {
    width: calc(50% - 5px);
    margin: 0 0 20px;
  }
  #page-safety #support-section .container .support_list article .pic {
    margin-bottom: 10px;
  }
  #page-safety #medical-point-section .container .inner #medical-section {
    width: 100%;
    margin-bottom: 80px;
  }
  #page-safety #medical-point-section .container .inner #medical-section .content h4 {
    font-size: 15px;
  }
  #page-safety #medical-point-section .container .inner #point-section {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  #page-safety #medical-point-section .container .inner #point-section .content .logo {
    width: 196px;
    margin: 0 auto 30px;
  }
  #page-safety #medical-point-section .container .inner #point-section .content .txt p {
    padding-left: 0;
  }
  #page-safety #medical-point-section .container .inner #point-section .content .txt .pic {
    position: absolute;
    width: 150px;
    right: -10px;
    bottom: 0;
  }
  #page-company #page-head-section h3 {
    font-size: 14px;
  }
  #page-company #company-section .container {
    width: calc(100% - 80px);
  }
  #page-company #company-section .head {
    margin-bottom: 30px;
  }
  #page-company #company-section .head h2 {
    font-size: 20px;
  }
  #page-company #company-section .table_type_company {
    margin-bottom: 60px;
  }
  #page-company #company-section .btn_list article {
    display: block;
  }
  #page-matsuyama #info-section .container,
  #page-nanyo #info-section .container {
    width: calc(100% - 80px);
  }
  #page-matsuyama #info-section .container .pic,
  #page-nanyo #info-section .container .pic {
    width: 100vw;
    margin-left: -40px;
    margin-bottom: 25px;
  }
  #page-matsuyama #info-section .container .info h1,
  #page-nanyo #info-section .container .info h1 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #page-matsuyama #info-section .container .info h1 em,
  #page-nanyo #info-section .container .info h1 em {
    font-size: 13px;
  }
  #page-matsuyama #info-section .container .info address, #page-matsuyama #info-section .container .info p, #page-matsuyama #info-section .container .info a,
  #page-nanyo #info-section .container .info address,
  #page-nanyo #info-section .container .info p,
  #page-nanyo #info-section .container .info a {
    margin: 0 0 2px;
  }
  #page-matsuyama #info-section .container .info span.tel,
  #page-matsuyama #info-section .container .info span.fax,
  #page-nanyo #info-section .container .info span.tel,
  #page-nanyo #info-section .container .info span.fax {
    display: inline-block;
    white-space: nowrap;
  }
  #page-matsuyama #info-section .container .contact,
  #page-nanyo #info-section .container .contact {
    margin-top: 25px;
    border-top: 1px solid gray;
    padding-top: 25px;
    display: inline-block;
  }
  #page-matsuyama #info-section .container .contact a,
  #page-nanyo #info-section .container .contact a {
    font-size: 25px;
    font-weight: bold;
    color: #bf0008;
    display: inline-block;
  }
  #page-matsuyama #info-section .container .contact p,
  #page-nanyo #info-section .container .contact p {
    display: block;
    margin: 0;
  }
  #page-matsuyama #gallery-section .container,
  #page-nanyo #gallery-section .container {
    width: 100%;
    min-width: 1000px;
    padding: 20px 0;
  }
  #page-matsuyama #map-section .container,
  #page-nanyo #map-section .container {
    width: calc(100% - 80px);
  }
  #page-matsuyama #map-section .container .map,
  #page-nanyo #map-section .container .map {
    margin-bottom: 15px;
  }
  #page-matsuyama #map-section .container .map iframe,
  #page-nanyo #map-section .container .map iframe {
    width: 100%;
    height: 280px;
  }
  #page-matsuyama #map-section .container .btn_map,
  #page-nanyo #map-section .container .btn_map {
    text-align: center;
    margin-bottom: 50px;
  }
  #page-matsuyama #map-section .container .btn_map > a,
  #page-nanyo #map-section .container .btn_map > a {
    color: #bf0008;
    display: inline-block;
    text-decoration: underline;
  }
  #page-matsuyama #map-section .container .btn_map > a:after,
  #page-nanyo #map-section .container .btn_map > a:after {
    content: "\f2d2";
    font-family: fontawesome;
    display: inline-block;
    margin-left: 10px;
  }
  #page-matsuyama #map-section .container .btn_list article,
  #page-nanyo #map-section .container .btn_list article {
    margin-bottom: 5px;
  }
  #page-faq .head {
    margin-bottom: 30px;
  }
  #page-faq .faq_list article {
    margin-bottom: 20px;
  }
  #page-faq .faq_list article .a {
    padding: 20px 10px;
  }
  #page-faq .faq_list article .a h3 {
    font-size: 15px;
  }
  #page-faq .faq_list article .a h3 em {
    font-size: 13px;
  }
  #page-faq .faq_list article .a p {
    margin-top: 10px;
  }
  #page-faq .faq_list article .a a {
    display: inline-block;
    color: #bf0008;
    text-decoration: underline;
  }
  #page-faq .faq_list article .kidsroom_pic_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-faq .faq_list article .kidsroom_pic_list .pic {
    width: 33.3333333333%;
  }
  #page-faq .faq_list article .result {
    margin-top: 50px;
  }
  #page-faq .message p {
    margin: 0;
  }
  #page-faq .message h2 {
    font-size: 20px;
    margin: 5px 0 25px;
    padding: 0 15px;
  }
  #page-faq .message h2 br {
    display: none;
  }
  #page-faq .message h3 {
    font-size: 18px;
    padding: 15px 0;
    line-height: 1.5;
  }
  #page-faq .message h3 strong {
    padding: 0;
  }
  #works-feeds-section .works_wrap_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #works-feeds-section .works_wrap_section article {
    width: 100%;
    margin-bottom: 20px;
  }
  #works-feeds-section .works_wrap_section article a img {
    height: auto;
    object-fit: contain;
  }
  #works-feeds-section .works_wrap_section article a h2 {
    margin-top: 7px;
  }
  #page-works-detail .head {
    margin-bottom: 20px;
  }
  #page-works-detail .head h1 {
    font-weight: bold;
    line-height: 1.7;
  }
  #page-works-detail .gallery .pic {
    margin-bottom: 7px;
  }
  #page-works-detail .gallery .pic img {
    width: 100%;
  }
  #page-gallery .tab_btn.active h3 {
    color: white;
    background: #bf0008;
    border-color: #bf0008 !important;
  }
  #page-gallery .tab_btn.active h3:after {
    color: white;
  }
  #gallery-feeds-section .tab_panel .content {
    justify-content: space-between;
  }
  #gallery-feeds-section .tab_panel .content article {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  #gallery-feeds-section .tab_panel .content article img {
    width: 100%;
    height: 110px;
  }
  #gallery-feeds-section .panel_area .tab_panel {
    display: none;
  }
  #gallery-feeds-section .panel_area .tab_panel.active {
    display: block;
  }
  #page-report .report_wrap_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-report .report_wrap_section article {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-report .report_wrap_section article .post_thumb {
    margin-bottom: 10px;
  }
  #page-report .report_wrap_section article .post_thumb img {
    width: 100%;
    aspect-ratio: 6/3;
    object-fit: cover;
  }
  #page-report .report_wrap_section article .kansei {
    color: #bf0008;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 3px;
  }
  #page-report .report_wrap_section article .post_title {
    line-height: 1.5;
    margin-bottom: 3px;
  }
  #page-report .report_wrap_section article .comment {
    line-height: 1.5;
    margin: 0;
  }
  #page-report #pager {
    display: none;
  }
  #page-voice #voice-feeds-section .container {
    padding-top: 0;
  }
  #page-voice .voice_wrap_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-voice .voice_wrap_section article {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-voice .voice_wrap_section article .post_thumb {
    margin-bottom: 10px;
  }
  #page-voice .voice_wrap_section article > h3 {
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #page-voice .voice_wrap_section article .post_title {
    color: #bf0008;
  }
  #page-voice #page-voice-detail .vi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  #page-voice #page-voice-detail .vi .pic {
    width: 100%;
  }
  #page-voice #page-voice-detail .vi .txt {
    width: calc(100vw - 80px);
    margin: 0 auto;
  }
  #page-voice #page-voice-detail .vi .txt .head {
    margin: 20px 0;
  }
  #page-voice #page-voice-detail .vi .txt .head h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #page-voice #page-voice-detail .vi .txt .comment_1 {
    border-bottom: 1px solid gray;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #page-voice #page-voice-detail .vi .txt .comment_1 p {
    margin: 0;
  }
  #page-voice #page-voice-detail .vi .txt .comment_2 h2 {
    font-weight: bold;
  }
  #page-voice #page-voice-detail .vi .txt .comment_2 p {
    margin: 0;
  }
  #page-voice #page-voice-detail .comment {
    background: #fdf5b9;
    padding: 0 50px 30px;
    margin-bottom: 60px;
  }
  #page-voice #page-voice-detail .comment .sec_title2 {
    margin: 0;
  }
  #page-voice #page-voice-detail .comment .sec_title2 h2 {
    font-size: 16px;
    position: relative;
    color: #bf0008;
    margin-top: -10px;
  }
  #page-voice #page-voice-detail .gallery {
    margin-bottom: 90px;
  }
  #page-voice #page-voice-detail .gallery #gallery-slide .sp-slide img {
    width: 100%;
    height: 233px;
    object-fit: cover;
    object-position: center;
  }
  #page-voice #page-voice-detail .btn {
    text-align: center;
  }
  #page-voice #page-voice-detail .btn .btn_3 {
    background: black;
  }
  #page-contact-confirm .intro h2.ttl,
  #page-contact-thanks .intro h2.ttl {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
  }
  #page-contact #page-head-section-type2 .ttl h2 {
    font-size: 15px;
  }
  #page-contact #intro-section .container {
    padding-top: 25px;
    width: calc(100% - 80px);
  }
  #page-contact #intro-section .intro {
    text-align: center;
    margin-bottom: 40px;
  }
  #page-contact #intro-section .intro p {
    display: inline-block;
    text-align: left;
  }
  #page-contact #intro-section .tel_list .ttl {
    font-size: 13px;
    text-align: center;
  }
  #page-contact #intro-section .tel_list .list article {
    padding: 25px 15px;
    text-align: center;
  }
  #page-contact #intro-section .tel_list .list article h3 {
    font-size: 15px;
    width: 100%;
  }
  #page-contact #intro-section .tel_list .list article h3 em {
    font-size: 13px;
    margin: 5px 0 0;
    display: block;
  }
  #page-contact #intro-section .tel_list .list article a {
    font-size: 20px;
    margin: 0 auto;
    padding: 10px;
  }
  #page-contact #intro-section .tel_list .list article p {
    width: 100%;
  }
  #page-contact #contact-form-wrap .container .intro {
    text-align: center;
  }
  #page-contact #contact-form-wrap .container .intro h2 {
    font-size: 13px;
  }
  .form-wrap div.wpcf7 .ajax-loader {
    min-width: 24px !important;
  }
  .form-wrap form {
    width: 100%;
  }
  .form-wrap form > h3 {
    text-align: center;
  }
  .form-wrap form > h4 {
    text-align: left;
  }
  .form-wrap form > p {
    text-align: left;
  }
  .form-wrap form .privacy {
    width: 100%;
    height: 350px;
    overflow: scroll;
    border: 1px solid rgb(159.375, 159.375, 159.375);
    background: rgb(243.525, 243.525, 243.525);
    border-radius: 7px;
    padding: 25px 35px;
  }
  .form-wrap form .form_check_btn > span {
    display: inline-block;
    background: #bbe0dd;
    padding: 25px 35px;
  }
  .form-wrap form .form_check_btn > span .wpcf7-list-item {
    margin-left: 0;
  }
  .form-wrap form .form_input_list.recaptcha {
    text-align: center;
    color: gray;
  }
  .form-wrap form .form_input_list.recaptcha a {
    text-decoration: underline;
  }
  .form-wrap form .form_bl {
    padding: 15px 0;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(243.525, 243.525, 243.525);
  }
  .form-wrap form .form_bl > .h {
    width: 100%;
  }
  .form-wrap form .form_bl > .h > span {
    display: block;
    margin-bottom: 5px;
  }
  .form-wrap form .form_bl > .h.fullwide {
    width: 100%;
    text-align: left;
  }
  .form-wrap form .form_bl > .h.w40 {
    width: 100%;
  }
  .form-wrap form .form_bl > .c {
    width: 100%;
  }
  .form-wrap form .form_bl > .c.w60 {
    width: 100%;
  }
  .form-wrap form .form_bl > dl.c {
    margin: 0;
  }
  .form-wrap form .form_bl > dl.c dd {
    margin-left: 0;
  }
  .form-wrap form .form_bl > dl.c dd em {
    display: inline-block;
    width: 100px;
  }
  .form-wrap form .form_bl > dl.c dd > span {
    display: inline-block;
    width: calc(100% - 110px);
  }
  .form-wrap form .form_bl > dl.c dd:last-of-type {
    margin-bottom: 0;
  }
  .form-wrap form .checkbox label {
    margin-right: 15px;
  }
  .form-wrap form .checkbox input {
    width: auto;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
  }
  .form-wrap form .form_check_btn {
    display: block;
    width: 100%;
    margin: 25px auto;
    padding: 15px;
    text-align: center;
  }
  .form-wrap form .form_check_btn a {
    color: #bf0008;
    text-decoration: underline;
  }
  .form-wrap form .form_check_btn input {
    width: auto;
    display: inline-block;
    margin-right: 15px;
  }
  .form-wrap form .submit_btn_wrap {
    text-align: center;
  }
  .form-wrap form .submit_btn_wrap input[type=submit] {
    display: inline-block !important;
    font-weight: bold;
    width: 100%;
    color: white;
    border: none;
  }
  .form-wrap form .submit_btn_wrap input[type=button] {
    display: inline-block !important;
    font-weight: bold;
    width: 100%;
    color: gray;
    background: rgb(216.75, 216.75, 216.75);
    border: none;
    margin-right: 15px;
  }
  .form-wrap form .submit_btn_wrap .wpcf7-spinner {
    min-width: 2.5rem !important;
  }
  .form-wrap form input,
  .form-wrap form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
  }
  .form-wrap form input :placeholder-shown,
  .form-wrap form input ::-webkit-input-placeholder,
  .form-wrap form input :-ms-input-placeholder,
  .form-wrap form input :-moz-placeholder,
  .form-wrap form input ::-moz-placeholder,
  .form-wrap form textarea :placeholder-shown,
  .form-wrap form textarea ::-webkit-input-placeholder,
  .form-wrap form textarea :-ms-input-placeholder,
  .form-wrap form textarea :-moz-placeholder,
  .form-wrap form textarea ::-moz-placeholder {
    color: rgb(243.525, 243.525, 243.525);
  }
  .form-wrap form input[type=radio] {
    width: 2rem;
    display: inline-block;
    margin-right: 1rem;
  }
  .form-wrap form input[type=button],
  .form-wrap form input[type=submit] {
    background: #1e1e1e;
    border-radius: 50px;
    color: white;
    box-sizing: border-box;
    padding: 1rem 0;
    display: block;
    margin: 1rem 0;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .form-wrap form select,
  .form-wrap form .wpcf7-select {
    width: 100% !important;
    outline: none;
    text-overflow: "";
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 1.5rem 2rem;
    margin-right: 15px;
    background: #fff;
  }
  .form-wrap form select:before,
  .form-wrap form .wpcf7-select:before {
    z-index: 1;
    content: "\f054";
    font-family: FontAwesome;
    color: #bf0008;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .form-wrap form .birth select {
    min-width: 100px;
    display: inline-block;
    margin-right: 1.5rem;
  }
  #wrapper.my-first-home {
    padding-top: 0;
  }
  #wrapper.my-first-home .container {
    width: 90%;
    padding: 10px 0;
  }
  #wrapper.my-first-home footer#footer .container {
    width: 100%;
  }
  #page-my-first-home .head_logo {
    text-align: center;
  }
  #page-my-first-home .head_logo a {
    width: 70%;
    margin: 20px auto;
  }
  #page-my-first-home #intro-section {
    background-size: 820px;
  }
  #page-my-first-home #intro-section .container {
    padding-top: 0;
  }
  #page-my-first-home #intro-section .container .vi {
    margin-bottom: 30px;
  }
  #page-my-first-home #intro-section .container .vi img {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
  #page-my-first-home #intro-section .container .pic_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  #page-my-first-home #intro-section .container .pic_list img {
    width: 33.3333333333%;
  }
  #page-my-first-home #intro-section .container .pic_list img:nth-of-type(1),
  #page-my-first-home #intro-section .container .pic_list img:nth-of-type(2) {
    width: 50%;
  }
  #page-my-first-home #intro-section .container .message {
    display: block;
  }
  #page-my-first-home #intro-section .container .message .txt {
    width: 95%;
    margin-bottom: 45px;
  }
  #page-my-first-home #intro-section .container .message .pic {
    width: 100%;
  }
  #page-my-first-home #intro-section .container .message .result {
    margin-top: 20px;
  }
  #page-my-first-home #intro-section .container .btn {
    text-align: center;
  }
  #page-my-first-home #intro-section .container .foot {
    background-size: 1000px;
    background-size: contain;
    padding-top: 35px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
  }
  #page-my-first-home #intro-section .container .foot .pic {
    width: 70%;
    margin: 0 auto 30px;
  }
  #page-my-first-home #intro-section .container .foot .txt {
    width: 100%;
    margin-bottom: 30px;
  }
  #page-my-first-home #intro-section .vi_2 {
    width: 100%;
    max-width: 100%;
  }
  #page-my-first-home #voice-section .container .content .ttl {
    width: 80%;
    margin: 30px auto 40px;
  }
  #page-my-first-home #voice-section .container .content .pic {
    margin-bottom: 50px;
  }
  #page-my-first-home #contact-section {
    margin-top: 100px;
  }
  #page-my-first-home #contact-section .container .content .txt h2 {
    font-size: 20px;
    margin: 25px 0;
    text-align: center;
  }
  #page-my-first-home #contact-section .container .content .txt h3 {
    text-align: center;
    font-size: 25px;
  }
  #page-my-first-home #contact-section .container .content .txt h3 strong {
    font-size: 30px;
  }
  #page-my-first-home #contact-section .container .content .pic {
    width: 70%;
    margin: 25px auto 0;
    position: relative;
    right: auto;
    top: auto;
  }
  #page-my-first-home #shop-section {
    display: none;
  }
  #wrapper.lp_living-house,
  #wrapper.lp_living-house-confirm,
  #wrapper.lp_living-house-thanks {
    padding-top: 0;
  }
  #wrapper.lp_living-house .container,
  #wrapper.lp_living-house-confirm .container,
  #wrapper.lp_living-house-thanks .container {
    width: 100%;
    padding: 40px 5vw;
  }
  #wrapper.lp_living-house #footer .container .content_shop article .txt,
  #wrapper.lp_living-house-confirm #footer .container .content_shop article .txt,
  #wrapper.lp_living-house-thanks #footer .container .content_shop article .txt {
    padding: 15px 10px 25px !important;
  }
  #header-livinghouse .container {
    width: 100%;
    padding: 20px 0 !important;
  }
  #header-livinghouse .content .head_logo {
    width: 150px;
    margin-left: 5vw;
  }
  #header-livinghouse .content .head_home_btn {
    display: none;
  }
  #header-livinghouse .content .head_contact {
    display: none;
  }
  #header-livinghouse .content #menu_btn_livinghouse {
    margin-right: 5vw;
    line-height: 1;
    z-index: 9999 !important;
    display: inline-block;
    width: 40px;
    height: 14px;
    background-image: url("images/lp_livinghouse/menu_btn_open.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #header-livinghouse .content #menu_btn_livinghouse.close {
    background-image: url("images/lp_livinghouse/menu_btn_close.png");
  }
  #header-livinghouse .content #gnav-lp-livinghouse {
    display: none;
  }
  #header-livinghouse .content #gnav-lp-livinghouse-sp {
    display: none;
    text-align: center;
    border-top: 1px solid rgb(216.75, 216.75, 216.75);
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
    margin-top: 15px;
  }
  #header-livinghouse .content #gnav-lp-livinghouse-sp a {
    display: block;
  }
  #header-livinghouse .content #gnav-lp-livinghouse-sp a.top {
    padding: 20px;
  }
  #header-livinghouse .content #gnav-lp-livinghouse-sp a.home {
    padding: 20px;
    text-align: center;
  }
  #header-livinghouse .content #gnav-lp-livinghouse-sp a.home img {
    width: 145px;
    vertical-align: middle;
  }
  .sec_title_livinghouse_1 {
    margin-bottom: 25px;
    text-align: center;
  }
  .sec_title_livinghouse_1 h2 {
    margin: 0;
    width: 100%;
  }
  .sec_title_livinghouse_1 h3 {
    font-size: 23px;
    margin: 10px 0 0;
    width: 100%;
  }
  #page-lp_living-house #vi-section .container .content .logo {
    width: 60%;
    left: auto;
    margin: 0 auto;
    position: relative;
  }
  #page-lp_living-house #vi-section .container .content .loop_slide_wrap {
    padding-top: 0;
    margin-top: -16px;
  }
  #page-lp_living-house #vi-section #loopslider-1,
  #page-lp_living-house #vi-section #loopslider-2 {
    margin: 0 auto 2px;
    height: 200px;
  }
  #page-lp_living-house #vi-section #loopslider-1 ul,
  #page-lp_living-house #vi-section #loopslider-2 ul {
    height: 200px;
  }
  #page-lp_living-house #vi-section #loopslider-1 ul li,
  #page-lp_living-house #vi-section #loopslider-2 ul li {
    width: 350px;
    height: 200px;
    padding: 4px;
  }
  #page-lp_living-house #concept-section .container {
    padding: 50px 0 0;
  }
  #page-lp_living-house #concept-section .container .head {
    position: absolute;
    left: auto;
    top: auto;
    width: 100%;
  }
  #page-lp_living-house #concept-section .container .head .sec_title_livinghouse_1 {
    width: 100%;
  }
  #page-lp_living-house #concept-section .container .head .sec_title_livinghouse_1 h2 {
    margin-top: 0;
  }
  #page-lp_living-house #concept-section .container .head .sec_title_livinghouse_1 h3 {
    margin-top: 20px;
    font-size: 21px;
    text-align: left;
    margin-left: 15px;
  }
  #page-lp_living-house #concept-section .container .content {
    padding-top: 160px;
  }
  #page-lp_living-house #concept-section .container .content .logo {
    width: 100px;
    padding: 15px;
    margin-top: 80px;
    margin-right: 0;
    background: white;
  }
  #page-lp_living-house #concept-section .container .content .illust {
    bottom: -15px;
    left: 20%;
    width: 43px;
  }
  #page-lp_living-house #movie-section {
    margin-bottom: 30px;
  }
  #page-lp_living-house #movie-section:after {
    height: 150px;
  }
  #page-lp_living-house #movie-section .container .head .illust {
    left: 20px;
    right: auto;
    width: 43px;
  }
  #page-lp_living-house #movie-section .container .movie {
    width: 100%;
  }
  #page-lp_living-house #movie-section .container .movie .icon {
    margin-bottom: 15px;
  }
  #page-lp_living-house #living-section .container {
    padding-bottom: 10px;
  }
  #page-lp_living-house #living-section .container .head .illust {
    right: 15px;
    bottom: 110px;
    width: 43px;
  }
  #page-lp_living-house #living-section .container .content .sp-slide .inner .txt {
    padding: 25px 30px 5px;
  }
  #page-lp_living-house #living-section .container .content .sp-slide .inner .txt .ttl img {
    height: 50px;
  }
  #page-lp_living-house #floor-section {
    margin-bottom: 10px;
  }
  #page-lp_living-house #floor-section .container .head .illust {
    right: auto;
    left: 15px;
    bottom: 70px;
    width: 43px;
  }
  #page-lp_living-house #floor-section .container .map {
    width: 100%;
  }
  #page-lp_living-house #washroom-section .container .head .illust {
    right: 15px;
    width: 43px;
    bottom: 10px;
  }
  #page-lp_living-house #washroom-section .container .content .sp-slide .inner {
    padding: 15px;
  }
  #page-lp_living-house #washroom-section .container .content .sp-slide .inner:after {
    height: 150px;
  }
  #page-lp_living-house #washroom-section .container .content .sp-slide .inner .txt {
    padding: 10px 0 10px;
  }
  #page-lp_living-house #washroom-section .container .content .sp-slide .inner .txt .ttl {
    margin-bottom: 15px;
  }
  #page-lp_living-house #washroom-section .container .content .sp-slide .inner .txt h3 {
    margin-bottom: 15px;
    min-height: 60px;
  }
  #page-lp_living-house #tour-section {
    margin-bottom: 20px;
  }
  #page-lp_living-house #tour-section:after {
    height: 1430px;
  }
  #page-lp_living-house #tour-section .container .head .illust {
    bottom: 0;
    right: 10px;
    width: 50px;
  }
  #page-lp_living-house #tour-section .container .tour_title {
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  #page-lp_living-house #tour-section .container .tour_title h2 {
    font-size: 25px;
    letter-spacing: 3px;
  }
  #page-lp_living-house #tour-section .container .tour_title h2 strong:after {
    width: 240px;
    height: 10px;
    top: 24px;
    right: 44px;
  }
  #page-lp_living-house #tour-section .container .tour_title h3 {
    font-size: 14px;
    letter-spacing: 0;
  }
  #page-lp_living-house #tour-section .container .tour_title .illust {
    bottom: 40px;
    left: 0;
    width: 25px;
  }
  #page-lp_living-house #tour-section .container .vi {
    width: 100%;
    margin: 20px auto 30px;
  }
  #page-lp_living-house #tour-section .container .tour_cont {
    width: 100%;
    margin: 0 auto 30px;
  }
  #page-lp_living-house #tour-section .container .tour_cont h4 {
    font-size: 13px;
    letter-spacing: 0;
  }
  #page-lp_living-house #tour-section .container .tour_cont .illust {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
  }
  #page-lp_living-house #tour-section .container .tour_cont table {
    text-align: left;
  }
  #page-lp_living-house #tour-section .container .tour_cont table tr {
    letter-spacing: 0;
  }
  #page-lp_living-house #tour-section .container .tour_cont table tr th, #page-lp_living-house #tour-section .container .tour_cont table tr td {
    line-height: 1.5;
    padding: 5px 0;
  }
  #page-lp_living-house #tour-section .container .tour_cont table tr th {
    width: 100%;
    color: white;
    background-color: #333333;
    padding: 3px 10px;
    text-align: center;
    display: block;
  }
  #page-lp_living-house #tour-section .container .tour_cont table tr th:after {
    content: none;
  }
  #page-lp_living-house #tour-section .container .tour_cont table tr td {
    width: 100%;
    display: block;
    padding: 5px 0 15px;
  }
  #page-lp_living-house #tour-section .container .tour_cont table tr .tour_map {
    margin: 10px 0;
  }
  #page-lp_living-house #tour-section .container .tour_contact {
    width: 100%;
    margin: 0 auto 40px;
  }
  #page-lp_living-house #tour-section .container .tour_contact h4 {
    font-size: 13px;
    letter-spacing: 0;
  }
  #page-lp_living-house #tour-section .container .tour_contact .ill_4 {
    top: -35px;
    right: 60px;
    width: 40px;
  }
  #page-lp_living-house #tour-section .container .tour_contact .ill_5 {
    bottom: -40px;
    left: -10px;
    width: 80px;
  }
  #page-lp_living-house #tour-section .container .tour_contact .form-wrap form .form_bl .h {
    width: 100%;
  }
  #page-lp_living-house #tour-section .container .tour_contact .form-wrap form .form_bl .c {
    width: 100%;
  }
  #page-lp_living-house #tour-section .container .tour_contact .form-wrap form input[type=submit] {
    font-size: 15px;
  }
  #page-lp_living-house #access-section .container .head .illust {
    right: 15px;
    width: 43px;
    bottom: 0;
  }
  #page-lp_living-house #access-section .container .map {
    margin-bottom: 30px;
  }
  #page-lp_living-house #access-section .container .map iframe {
    width: 100%;
    height: 300px;
  }
  #page-lp_living-house-confirm #tour-section {
    margin-bottom: 20px;
  }
  #page-lp_living-house-confirm #tour-section:after {
    height: 750px;
  }
  #page-lp_living-house-confirm #tour-section .container {
    width: 90%;
    padding: 4rem 0;
  }
  #page-lp_living-house-confirm #tour-section .container .head .illust {
    bottom: 0;
    right: 10px;
    width: 50px;
  }
  #page-lp_living-house-confirm #tour-section .container .tour_title {
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  #page-lp_living-house-confirm #tour-section .container .tour_title h2 {
    font-size: 25px;
    letter-spacing: 3px;
  }
  #page-lp_living-house-confirm #tour-section .container .tour_title h2 strong:after {
    width: 240px;
    height: 10px;
    top: 24px;
    right: 44px;
  }
  #page-lp_living-house-confirm #tour-section .container .tour_title h3 {
    font-size: 14px;
    letter-spacing: 0;
  }
  #page-lp_living-house-confirm #tour-section .container .tour_title .illust {
    bottom: 0;
    left: 0;
    width: 25px;
  }
  #page-lp_living-house-confirm #tour-section .container .vi {
    width: 100%;
    margin: 20px auto 30px;
  }
  #page-lp_living-house-confirm #tour-section .container .tour_contact {
    width: 100%;
    margin: 0 auto 40px;
  }
  #page-lp_living-house-confirm #tour-section .container .tour_contact h4 {
    font-size: 13px;
    letter-spacing: 0;
  }
  #page-lp_living-house-confirm #tour-section .container .tour_contact .ill_4 {
    top: -35px;
    right: 60px;
    width: 40px;
  }
  #page-lp_living-house-confirm #tour-section .container .tour_contact .ill_5 {
    bottom: -40px;
    left: -10px;
    width: 80px;
  }
  #page-lp_living-house-confirm #tour-section .container .tour_contact .form-wrap form .form_bl .h {
    width: 100%;
  }
  #page-lp_living-house-confirm #tour-section .container .tour_contact .form-wrap form .form_bl .c {
    width: 100%;
  }
  #page-lp_living-house-confirm #tour-section .container .tour_contact .form-wrap form input[type=submit] {
    font-size: 15px;
  }
  #page-lp_living-house-thanks #tour-section {
    margin-bottom: 20px;
  }
  #page-lp_living-house-thanks #tour-section:after {
    content: none;
  }
  #page-lp_living-house-thanks #tour-section .container {
    width: 90%;
    padding: 4rem 0;
  }
  #page-lp_living-house-thanks #tour-section .container .head .illust {
    bottom: 0;
    right: 10px;
    width: 50px;
  }
  #page-lp_living-house-thanks #tour-section .container .tour_title {
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  #page-lp_living-house-thanks #tour-section .container .tour_title h2 {
    font-size: 25px;
    letter-spacing: 3px;
  }
  #page-lp_living-house-thanks #tour-section .container .tour_title h2 strong:after {
    width: 240px;
    height: 10px;
    top: 24px;
    right: 44px;
  }
  #page-lp_living-house-thanks #tour-section .container .tour_title h3 {
    font-size: 14px;
    letter-spacing: 0;
  }
  #page-lp_living-house-thanks #tour-section .container .tour_title .illust {
    bottom: 0;
    left: 0;
    width: 25px;
  }
  #page-lp_living-house-thanks #tour-section .container .tour_contact {
    width: 100%;
    margin: 0 auto 40px;
  }
  #page-lp_living-house-thanks #tour-section .container .tour_contact h4 {
    font-size: 13px;
    letter-spacing: 0;
  }
  #page-lp_living-house-thanks #tour-section .container .tour_contact .illust {
    position: absolute;
  }
  #page-lp_living-house-thanks #tour-section .container .tour_contact .ill_5 {
    bottom: -50px;
    right: -20px;
    width: 80px;
  }
  #footer-contact-section-livinghouse .container {
    padding: 30px;
  }
  #footer-contact-section-livinghouse .container .btn_list {
    margin-top: 20px;
  }
  #footer-contact-section-livinghouse .container .btn_list article {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
  }
  #footer-contact-section-livinghouse .container .btn_list article h4 {
    font-size: 12px;
    margin: 0 0 5px;
    width: 100%;
    justify-content: center;
  }
  #footer-contact-section-livinghouse .container .btn_list article a {
    width: 100%;
    display: block;
  }
  #footer-contact-section-livinghouse .container .btn_list article em {
    width: 100%;
  }
  #footer-contact-section-livinghouse .container .btn_list article.web {
    justify-content: flex-start;
    padding-right: 0;
    margin-bottom: 20px;
  }
  #footer-contact-section-livinghouse .container .btn_list article.web a {
    font-size: 18px;
    width: 100%;
    padding: 9px 20px;
  }
  #footer-contact-section-livinghouse .container .btn_list article.web a:after {
    right: 20px;
    top: 6px;
  }
  #footer-contact-section-livinghouse .container .btn_list article.tel {
    padding: 0;
    text-align: center;
  }
  #footer-contact-section-livinghouse .container .btn_list article.tel:before {
    content: none;
  }
  #footer-contact-section-livinghouse .container .btn_list article.tel a {
    font-size: 27px;
    display: block;
    margin-right: 0;
    text-align: center;
  }
  #page-living-1 #livinghouse-detail-section .container,
  #page-living-2 #livinghouse-detail-section .container,
  #page-living-3 #livinghouse-detail-section .container,
  #page-living-4 #livinghouse-detail-section .container,
  #page-living-5 #livinghouse-detail-section .container,
  #page-living-6 #livinghouse-detail-section .container {
    width: 90%;
  }
  #page-living-1 #livinghouse-detail-section .container .head,
  #page-living-2 #livinghouse-detail-section .container .head,
  #page-living-3 #livinghouse-detail-section .container .head,
  #page-living-4 #livinghouse-detail-section .container .head,
  #page-living-5 #livinghouse-detail-section .container .head,
  #page-living-6 #livinghouse-detail-section .container .head {
    margin-bottom: 30px;
    text-align: center;
  }
  #page-living-1 #livinghouse-detail-section .container .content,
  #page-living-2 #livinghouse-detail-section .container .content,
  #page-living-3 #livinghouse-detail-section .container .content,
  #page-living-4 #livinghouse-detail-section .container .content,
  #page-living-5 #livinghouse-detail-section .container .content,
  #page-living-6 #livinghouse-detail-section .container .content {
    display: block;
  }
  #page-living-1 #livinghouse-detail-section .container .content .logo,
  #page-living-2 #livinghouse-detail-section .container .content .logo,
  #page-living-3 #livinghouse-detail-section .container .content .logo,
  #page-living-4 #livinghouse-detail-section .container .content .logo,
  #page-living-5 #livinghouse-detail-section .container .content .logo,
  #page-living-6 #livinghouse-detail-section .container .content .logo {
    width: 150px;
    margin: 0 auto 30px;
  }
  #page-living-1 #livinghouse-detail-section .container .content .txt,
  #page-living-2 #livinghouse-detail-section .container .content .txt,
  #page-living-3 #livinghouse-detail-section .container .content .txt,
  #page-living-4 #livinghouse-detail-section .container .content .txt,
  #page-living-5 #livinghouse-detail-section .container .content .txt,
  #page-living-6 #livinghouse-detail-section .container .content .txt {
    width: 100%;
  }
  #page-living-1 #livinghouse-detail-section .container .content .txt article,
  #page-living-2 #livinghouse-detail-section .container .content .txt article,
  #page-living-3 #livinghouse-detail-section .container .content .txt article,
  #page-living-4 #livinghouse-detail-section .container .content .txt article,
  #page-living-5 #livinghouse-detail-section .container .content .txt article,
  #page-living-6 #livinghouse-detail-section .container .content .txt article {
    margin-bottom: 25px;
  }
  #page-living-1 #livinghouse-detail-section .container .content .txt article .living_ttl,
  #page-living-2 #livinghouse-detail-section .container .content .txt article .living_ttl,
  #page-living-3 #livinghouse-detail-section .container .content .txt article .living_ttl,
  #page-living-4 #livinghouse-detail-section .container .content .txt article .living_ttl,
  #page-living-5 #livinghouse-detail-section .container .content .txt article .living_ttl,
  #page-living-6 #livinghouse-detail-section .container .content .txt article .living_ttl {
    margin-bottom: 25px;
    text-align: center;
  }
  #page-living-1 #livinghouse-detail-section .container .content .txt article .living_ttl h1,
  #page-living-2 #livinghouse-detail-section .container .content .txt article .living_ttl h1,
  #page-living-3 #livinghouse-detail-section .container .content .txt article .living_ttl h1,
  #page-living-4 #livinghouse-detail-section .container .content .txt article .living_ttl h1,
  #page-living-5 #livinghouse-detail-section .container .content .txt article .living_ttl h1,
  #page-living-6 #livinghouse-detail-section .container .content .txt article .living_ttl h1 {
    display: block;
    margin-left: 0;
  }
  #page-living-1 #livinghouse-detail-section .container .content .txt article > h2,
  #page-living-2 #livinghouse-detail-section .container .content .txt article > h2,
  #page-living-3 #livinghouse-detail-section .container .content .txt article > h2,
  #page-living-4 #livinghouse-detail-section .container .content .txt article > h2,
  #page-living-5 #livinghouse-detail-section .container .content .txt article > h2,
  #page-living-6 #livinghouse-detail-section .container .content .txt article > h2 {
    font-size: 17px;
  }
  #page-living-1 #livinghouse-detail-section .container .content .txt article > ul li,
  #page-living-2 #livinghouse-detail-section .container .content .txt article > ul li,
  #page-living-3 #livinghouse-detail-section .container .content .txt article > ul li,
  #page-living-4 #livinghouse-detail-section .container .content .txt article > ul li,
  #page-living-5 #livinghouse-detail-section .container .content .txt article > ul li,
  #page-living-6 #livinghouse-detail-section .container .content .txt article > ul li {
    font-weight: bold;
  }
  #page-living-1 #livinghouse-detail-section .container .content .txt article .plan,
  #page-living-2 #livinghouse-detail-section .container .content .txt article .plan,
  #page-living-3 #livinghouse-detail-section .container .content .txt article .plan,
  #page-living-4 #livinghouse-detail-section .container .content .txt article .plan,
  #page-living-5 #livinghouse-detail-section .container .content .txt article .plan,
  #page-living-6 #livinghouse-detail-section .container .content .txt article .plan {
    margin-top: 25px;
  }
  #page-living-1 #gallery-section .container,
  #page-living-2 #gallery-section .container,
  #page-living-3 #gallery-section .container,
  #page-living-4 #gallery-section .container,
  #page-living-5 #gallery-section .container,
  #page-living-6 #gallery-section .container {
    width: 100%;
    padding: 0;
  }
  #page-living-1 #foot-link-section .link_list a,
  #page-living-2 #foot-link-section .link_list a,
  #page-living-3 #foot-link-section .link_list a,
  #page-living-4 #foot-link-section .link_list a,
  #page-living-5 #foot-link-section .link_list a,
  #page-living-6 #foot-link-section .link_list a {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  #fix-foot-btn-livinghouse {
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #65BFA1;
    color: white;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 10px 10px;
  }
  #fix-foot-btn-livinghouse h2 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
  }
  #fix-foot-btn-livinghouse h2 em {
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
  }
  #fix-foot-btn-livinghouse p {
    background-color: #E61673;
    width: 100%;
    padding: 1px 0;
    margin: 0 0 5px;
  }
  #fix-foot-btn-livinghouse a {
    width: calc(50% - 5px);
    display: block;
  }
}
