@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

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

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

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;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/* Slider */
.slick-slider {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: slick-font-url("slick.eot");
  src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev {
  position: absolute;
  top: 40%;
  left: 30px;
  z-index: 10;
  background: none;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 20px;
  }
}

.slick-next {
  position: absolute;
  top: 40%;
  right: 30px;
  background: none;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: 20px;
  }
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
@media screen and (max-width: 767px) {
  .slick-prev,
.slick-next {
    top: 25%;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  width: 30px;
  height: 30px;
  border-left: 2px #FFF000 solid;
  border-bottom: 2px #FFF000 solid;
  z-index: 7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 30px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 30px;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  width: 30px;
  height: 30px;
  border-right: 2px #FFF000 solid;
  border-bottom: 2px #FFF000 solid;
  z-index: 7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 30px;
}
[dir=rtl] .slick-next {
  left: 30px;
  right: auto;
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.sp_slider .slick-prev {
  width: 20px;
  height: 20px;
  border-left: 2px #008CC5 solid;
  border-bottom: 2px #008CC5 solid;
  z-index: 7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -15px;
}
@media screen and (max-width: 767px) {
  .sp_slider .slick-prev {
    top: 50%;
  }
}
[dir=rtl] .sp_slider .slick-prev {
  left: auto;
  right: -15px;
}
[dir=rtl] .sp_slider .slick-prev:before {
  content: "→";
}
.sp_slider .slick-next {
  width: 20px;
  height: 20px;
  border-right: 2px #008CC5 solid;
  border-bottom: 2px #008CC5 solid;
  z-index: 7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -15px;
}
@media screen and (max-width: 767px) {
  .sp_slider .slick-next {
    top: 50%;
  }
}
[dir=rtl] .sp_slider .slick-next {
  left: -15px;
  right: auto;
  right: auto;
}
[dir=rtl] .sp_slider .slick-next:before {
  content: "←";
}

.autoplay .slick-prev {
  width: 50px;
  height: 50px;
  background: url(../images/arw_leftyel.png) center center/contain no-repeat;
  z-index: 7;
  left: -5px;
  border: none;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 767px) {
  .autoplay .slick-prev {
    top: 30%;
  }
}
[dir=rtl] .autoplay .slick-prev {
  left: auto;
  right: -5px;
}
[dir=rtl] .autoplay .slick-prev:before {
  content: "→";
}
.autoplay .slick-next {
  width: 50px;
  height: 50px;
  z-index: 7;
  background: url(../images/arw_rightyel.png) center center/contain no-repeat;
  right: -5px;
  border: none;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 767px) {
  .autoplay .slick-next {
    top: 30%;
  }
}
[dir=rtl] .autoplay .slick-next {
  left: -5px;
  right: auto;
}
[dir=rtl] .autoplay .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  left: -4%;
  list-style: none;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 4%;
  bottom: 0;
}
.slick-dots li {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 25px;
  line-height: 20px;
  text-align: center;
  color: #CCCCCC;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #7E0027;
  opacity: 1;
}

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

body {
  width: 100%;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px;
  /* iOS4でのテキストの隙間への対応 */
  -webkit-text-size-adjust: 100%;
  /* 文字サイズの自動調整機能のキャンセル */
  padding: 0;
}
@media screen and (max-width: 767px) {
  body {
    padding: 0;
  }
}

.win body {
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #000;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

.opacity:hover {
  filter: alpha(opacity=50);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=50)";
  /* IE 8,9 */
  -moz-opacity: 0.5;
  /* FF , Netscape */
  -khtml-opacity: 0.5;
  /* Safari 1.x */
  opacity: 0.5;
  zoom: 1;
  /*IE*/
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.pc {
  display: inherit;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

img.fit {
  -o-object-fit: cover;
     object-fit: cover;
  /* 他のブラウザ用(＝通常の指定) */
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

/*
//ベース
------------------------------------------------------------
*/
@media screen and (min-width: 768px) {
  #containerWrap {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  #containerWrap {
    width: 100%;
    min-width: inherit;
    overflow: hidden;
  }
}

#container {
  clear: both;
  width: 100%;
  margin: 0 auto;
}

#content {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  clear: both;
}

.inner {
  width: 100%;
  max-width: 1275px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .inner {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.inner_lv2 {
  width: 100%;
  max-width: 1125px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .inner_lv2 {
    padding: 0 15px;
  }
}

.inner_lv3 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .inner_lv3 {
    padding: 0 15px;
  }
}

.section_low {
  padding: 0 0 0 0;
}

#main {
  float: left;
  width: 64%;
  padding: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
  #main {
    width: 100%;
    float: none;
    padding: 0 0 0 0;
  }
}

#aside {
  width: 30%;
  float: right;
  padding: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
  #aside {
    width: 100%;
    padding: 0 0 0 0;
    float: none;
  }
}

.side_box {
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .side_box {
    margin: 0 auto 40px;
  }
}

/*
//ヘッダー
------------------------------------------------------------
*/
.hero-list .slick-dots {
  width: auto;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hero-list .slick-dots li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 10px;
}
.hero-list .slick-dots li button {
  width: 100%;
  height: 100%;
}
.hero-list .slick-dots li button::before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.hero-list.slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hero-list {
    margin-top: 60px;
  }
  .hero-list .slick-dots {
    bottom: 5%;
  }
  .hero-list .slick-dots li {
    width: 12px;
    height: 12px;
  }
}

#header {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 0;
  background-color: #f5f5f5;
  /*
      #h_right {
          float: right;
          width: 1005px;
          overflow: hidden;

          @include mq(xl) {
              width: 875px;
          }
      }
  */
  /*
      #h_right #tel {
          float: left;
          width: 200px;
          padding: 10px 0 0 0;

          a {
              background: url(../images/free_dial.gif) left 8px no-repeat;
              font-size: 1.68em;
              padding: 0 0 0 30px;
              line-height: 100%;
              font-family: $mincho;
          }

          span {
              font-size: .75em;
              display: block;
              line-height: 1;
              padding: 0 0 0 30px;
          }
      }

      #h_right p.btn {
          float: left;
          width: 140px;
          margin: 9px 0 0 15px;

          a {
              width: 140px;
              height: 44px;
              line-height: 44px;
              background: #FFB300;
              font-size: .87em;
          }
      }
  */
}
#header .inner_lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #header {
    padding: 15px 0 10px;
    text-align: center;
    position: relative;
  }
}
#header #frecraft {
  width: 123px;
  overflow: hidden;
  display: block;
}
#header #h_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #h_right ul li {
  list-style-type: none;
  text-align: center;
  padding: 0 60px;
}
#header #h_right ul li:nth-of-type(n+2) {
  position: relative;
}
#header #h_right ul li:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  display: block;
  background-color: #fff;
}
#header #h_right ul li a {
  font-size: 1.125em;
  font-weight: bold;
}
#header #h_right ul li a .hmenu_en {
  display: block;
  color: #198cc8;
  font-size: 0.778em;
}
#header #h_right ul li a:hover {
  opacity: 0.6;
}
#header.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px 0;
}
#header.active #frecraft {
  width: 95px;
}
#header.active #h_right ul a {
  font-size: 1em;
}
#header.active #h_right ul a .hmenu_en {
  color: #198cc8;
  font-size: 0.75em;
}

@media screen and (max-width: 767px) {
  .menu-trigger {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10100;
    color: #000;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
  }
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    z-index: 4;
    left: 0;
    width: 70%;
    height: 3px;
    background: #000;
    right: 0;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 24%;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 48%;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 22%;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
    top: -8%;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
    bottom: 1%;
  }
}

@media screen and (max-width: 767px) {
  #overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
    padding: 25px 15px 20px;
  }
  #overlay .logo_sp {
    width: 90px;
    display: inline-block;
    height: auto;
    margin: 0 auto 20px;
  }
  #overlay ul {
    width: 250px;
    margin: 0 auto;
  }
  #overlay ul li {
    text-align: left;
    display: block;
    border-bottom: 1px #000 solid;
    margin-bottom: 20px;
  }
  #overlay ul li a {
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 0 15px 0;
  }
  #overlay ul li a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  .h_logo_sp {
    width: 62px;
    height: auto;
    margin: 0 auto;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .sp_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    padding-top: 12px;
    padding-left: 20px;
    background-color: #f5f5f5;
  }
}
.sp_nav .h_tel_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_nav .h_tel_sp {
    position: absolute;
    right: 65px;
    top: 3px;
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 6px 10px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background-color: #999;
    font-weight: normal;
    font-size: 13px;
  }
  .sp_nav .h_tel_sp img {
    width: 22px;
    height: 25px;
  }
}

/*
//フッター
------------------------------------------------------------
*/
/* ------------------------------------------------------------ footer */
#footer {
  clear: both;
  text-align: center;
  padding: 35px 0 100px;
}
@media screen and (max-width: 767px) {
  #footer {
    text-align: center;
    padding: 15px 0 5%;
  }
}
#footer .fcorp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .fcorp dt {
  margin-right: 50px;
}
#footer .fcorp dd {
  text-align: left;
  font-size: 0.875em;
}
#footer .fcorp dd a {
  display: block;
  margin-bottom: 20px;
}
#footer .fcorp dd a:nth-of-type(1) {
  font-weight: bold;
  font-size: 1.143em;
}
#footer .fcorp dd a.tel {
  font-weight: normal;
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  #footer .fcorp {
    margin-bottom: 30px;
  }
  #footer .fcorp dt {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #footer .fcorp dd {
    text-align: center;
  }
}
#footer .f_txt {
  padding: 25px 0 60px;
}
@media screen and (max-width: 767px) {
  #footer .f_txt {
    padding: 15px 0 30px;
    font-size: 0.87em;
  }
}
#footer .f_logo {
  display: block;
  width: 180px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer .f_logo {
    width: 130px;
  }
}
#footer .f_logo:hover {
  opacity: 0.7;
}
#footer #f_nav {
  max-width: 850px;
  margin: 0 auto 90px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #footer #f_nav {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  #footer #f_nav li {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
}
#footer #f_nav li a {
  font-size: 0.87em;
  padding: 0 1.4em;
}
@media screen and (max-width: 767px) {
  #footer #f_nav li a {
    display: block;
    padding: 13px 3%;
  }
}
#footer #f_nav li a:hover {
  opacity: 0.7;
}

.copy {
  font-size: 0.68em;
  font-family: "Arial", "Helvetica", sans-serif;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

#pc_nav {
  position: fixed;
  width: 100%;
  background: rgba(69, 62, 63, 0.9);
  left: 0;
  bottom: 0;
  z-index: 2000;
  height: 100px;
}
#pc_nav .pc_wrapper {
  width: 850px;
  margin: 0px auto 0;
  padding: 10px 0;
}
#pc_nav ul {
  letter-spacing: -0.5em;
}
#pc_nav ul li {
  letter-spacing: 0;
  float: left;
  margin: 0 1% 0 0;
}
#pc_nav ul li a {
  display: block;
}
#pc_nav ul li a:hover {
  opacity: 0.8;
}
#pc_nav ul li.last {
  margin: -69px 0 0 0;
}

#footer_nav {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
}
#footer_nav a {
  display: block;
}
#footer_nav a:hover {
  opacity: 0.6;
}
#footer_nav td {
  width: 30%;
  text-align: center;
  vertical-align: bottom;
}
#footer_nav td.third {
  width: 70%;
}

#navigation {
  text-align: center;
  margin: 0 auto;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  z-index: 9999;
  position: absolute;
  display: none;
}

#navigation #menu-box {
  position: relative;
  padding: 60px 30px 70px;
}

#navigation #menu-box h3 {
  text-align: center;
  padding: 0 0 20px;
}

#navigation #menu-box h3 img {
  width: 120px;
  height: auto;
}

#navigation ul#main-menu {
  font-size: 14px;
  z-index: 999;
  width: 100%;
  padding: 0 0 25px;
}

#navigation ul#main-menu li {
  width: 100%;
  border-bottom: 1px solid #000;
  text-align: left;
}

#navigation ul#main-menu li a {
  color: #000;
  text-align: left;
  padding: 15px 0;
  display: block;
  font-size: 16px;
  font-family: "Noto Sans Japanese medium";
}

#navigation p#close {
  position: absolute;
  top: 20px;
  right: 20px;
}

#navigation #menu-box a.sns {
  padding: 0 10px;
}

/*
5:div
------------------------------------------------------------
*/
#firstview {
  text-align: center;
  background: url(../images/fv.jpg) center center/cover no-repeat;
  padding: 85px 0 110px;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  #firstview {
    text-align: center;
    padding: 40px 0 50%;
    margin: -19% 0 10px;
    background: url(../images/fv_sp.jpg) no-repeat center bottom #faf9f4;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  #firstview img {
    width: 60%;
    height: auto;
  }
}

.sale {
  text-align: center;
  padding: 75px 0 100px;
  background-color: #f5f5f5;
  /*
      p.btn a {
          background: url(../images/btn_arw_white.png) 97% center no-repeat #000;
          width: 330px;
          height: 60px;
          line-height: 60px;

          @include mq(md) {
              width: 270px;
          }
      }
  */
}
@media screen and (max-width: 767px) {
  .sale {
    padding: 55px 0 80px;
  }
}
.sale .sale_ttl {
  padding: 0 0 40px;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 2.75em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sale .sale_ttl {
    font-size: 1.7em;
  }
}
.sale .sale_ttl span {
  position: relative;
  display: inline-block;
  padding: 0 70px;
}
@media screen and (max-width: 767px) {
  .sale .sale_ttl span {
    padding: 0 50px;
  }
}
.sale .sale_ttl span::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 5px;
  background: #FFF000;
  bottom: 20px;
  left: 0;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
@media screen and (max-width: 767px) {
  .sale .sale_ttl span::before {
    width: 40px;
    bottom: 10px;
  }
}
.sale .sale_ttl span::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 5px;
  background: #FFF000;
  bottom: 20px;
  right: 0;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
@media screen and (max-width: 767px) {
  .sale .sale_ttl span::after {
    width: 40px;
    bottom: 10px;
  }
}
.sale .sale_rankttl {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 1em;
}
.sale .list_toprank {
  margin: 0 auto;
  padding: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sale .list_toprank li {
  width: 23.5%;
  margin: 0 2% 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sale .list_toprank li {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
  }
}
.sale .list_toprank a {
  display: block;
}
.sale .list_toprank a:hover {
  opacity: 0.6;
}
.sale .list_toprank li .ttl {
  font-size: 1.12em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sale .list_toprank li .ttl span {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 7px;
}
.sale .list_toprank li .img {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  height: 200px;
}
.sale .list_toprank li .img .image {
  width: 100%;
}
.sale .list_toprank li .img img {
  width: 100%;
  height: 200px;
}
.sale .list_toprank li .img .syoudan {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  background: #F36400;
  color: #fff;
}
.sale .list_toprank li .nesage_txt {
  margin: 14px auto 5px;
}
.sale .list_toprank li .bunkatu {
  color: #fff;
  position: absolute;
  width: 130px;
  height: 63px;
  background: url(../images/fukdashi.png) center center/cover no-repeat;
  bottom: -9px;
  right: 5px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sale .list_toprank li .bunkatu {
    width: 105px;
    height: 40px;
    bottom: 0;
    right: 0px;
    background: #DD0A13;
    border: 1px #fff solid;
  }
}
.sale .list_toprank li .bunkatu .par1 {
  position: absolute;
  top: 8px;
  display: inline-block;
  padding: 0 0 0 15px;
  line-height: 1;
  font-size: 0.68em;
}
@media screen and (max-width: 767px) {
  .sale .list_toprank li .bunkatu .par1 {
    top: 3px;
    font-size: 0.6em;
    padding: 0 0 0 5px;
  }
}
.sale .list_toprank li .bunkatu .par1 span {
  font-size: 0.92em;
}
.sale .list_toprank li .bunkatu .par2 {
  position: absolute;
  top: 22px;
  padding: 0 0 0 15px;
  font-family: "Arial", "Helvetica", sans-serif;
  display: inline-block;
  font-size: 1.55em;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sale .list_toprank li .bunkatu .par2 {
    top: 16px;
    font-size: 1.25em;
    padding: 0 0 0 5px;
  }
}
.sale .list_toprank li .bunkatu .par2 span {
  font-size: 0.5em;
  display: inline-block;
  margin-left: 5px;
}
.sale .list_toprank li .txt img {
  width: 100%;
}
.sale .list_toprank li .txt .seiyaku_txt {
  font-size: 1.07em;
  color: #DD0A13;
  border: 1px #DD0A13 solid;
  padding: 13% 0;
  line-height: 1.5;
  width: 100%;
  text-align: center;
}
.sale .list_toprank li .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sale .list_toprank li .price {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.sale .list_toprank li .price .par1 {
  font-weight: bold;
  margin-right: 2em;
}
.sale .list_toprank li .price .par2 {
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
  font-size: 2.5em;
  font-weight: normal;
  margin-right: 0.2em;
}
@media screen and (max-width: 1300px) {
  .sale .list_toprank li .price .par2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sale .list_toprank li .price .par2 {
    font-size: 2em;
  }
}
.sale .list_toprank li .price .par3 {
  font-size: 0.7em;
  line-height: 1.5em;
}
.sale .list_toprank li .price .par3 span {
  font-size: 1.3em;
}
.sale .list_toprank li .comment {
  font-size: 0.93em;
  font-weight: bold;
  line-height: 1.6;
  padding-top: 0.5em;
  border-top: 1px #000 solid;
}
.sale .first {
  clear: both;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sale .first {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sale .first .list_toprank {
    width: 100%;
    margin: 0 auto;
  }
}
.sale .first .list_toprank li {
  width: 23.5%;
  margin: 0 2% 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sale .first .list_toprank li {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
  }
}
.sale .first .list_toprank li:last-child {
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .sale .first .list_toprank li:last-child {
    width: 100%;
  }
}
.sale .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sale .second {
  margin-right: 2%;
}
.sale .second,
.sale .last {
  width: 49%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sale .second,
.sale .last {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sale .second .list_toprank li,
.sale .last .list_toprank li {
  width: 48%;
  margin: 0 4% 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sale .second .list_toprank li,
.sale .last .list_toprank li {
    width: 100%;
    margin: 0 auto 15%;
    overflow: inherit;
  }
}
.sale .second .list_toprank li:last-child,
.sale .last .list_toprank li:last-child {
  margin: 0 0 0 0;
}
.sale p.btn {
  padding: 0;
}
.sale p.btn.list a {
  background: url(../images/btn_arw_white_back.png) 5% center no-repeat #000;
  width: 330px;
  height: 60px;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .sale p.btn.list a {
    width: 270px;
  }
}

.news {
  clear: both;
  position: relative;
}
.news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 50%;
  height: 100%;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .news::before {
    display: none;
  }
}
.news .inner {
  position: relative;
  z-index: 2;
  padding: 90px 0 100px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news .inner {
    padding: 60px 0 120px;
  }
}
.news .inner .news-header {
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .news .inner .news-header {
    width: 100%;
    margin-right: 0;
  }
}
.news .inner .news-list {
  width: calc(95% - 163px);
}
@media screen and (max-width: 767px) {
  .news .inner .news-list {
    width: 100%;
  }
}
.news .new_newsttl {
  font-size: 2.75em;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .news .new_newsttl {
    font-size: 2em;
  }
}
.news .new_newsttl span {
  margin-top: 1.7em;
  font-size: 0.45em;
  display: block;
  line-height: 1;
  color: #008CC5;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .news .new_newsttl span {
    margin-top: 1em;
  }
}
.news ul {
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .news ul {
    width: 90%;
    margin: 0 auto;
  }
}
.news ul li {
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .news ul li {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
}
.news ul li:last-child {
  margin: 0 0 0 0;
}
.news ul li a {
  position: relative;
  display: block;
  margin-right: 15%;
}
@media screen and (max-width: 767px) {
  .news ul li a {
    margin-right: 0;
  }
}
.news ul li a:hover {
  opacity: 0.6;
}
.news ul li .img_box {
  height: 225px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.news ul li img {
  width: 100%;
  height: 225px;
}
@media screen and (max-width: 767px) {
  .news ul li img {
    margin-right: 0;
    height: 200px;
  }
}
.news ul li .cat {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 10px;
}
.news ul li .small {
  font-size: 14px;
  display: block;
  color: #666;
}
.news ul li .ttl {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .news .sp_slider .slick-prev {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .news .sp_slider .slick-prev {
    left: 0;
  }
}
.news .sp_slider .slick-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .news p.btn {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
  }
}

.top_bgimg {
  width: 100%;
}
.top_bgimg img {
  width: 100%;
}

.merit {
  background: #008CC5;
  padding: 60px 0 80px;
  margin: 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .merit {
    padding: 50px 0 50px;
    margin: 20px auto 20px;
  }
}
.merit .inner {
  text-align: center;
}
.merit .topmerit_ttl {
  display: inline-block;
  color: #fff;
  margin: 0 auto 40px;
  font-weight: bold;
  font-size: 2.25em;
  text-align: center;
  padding: 0 0 0 135px;
  line-height: 2;
  background: url(../images/logo_white.svg) 0% 0%/97px 63px no-repeat;
}
@media screen and (max-width: 767px) {
  .merit .topmerit_ttl {
    font-size: 1.5em;
    padding: 70px 0 0 0;
    background: url(../images/logo_white.svg) 50% 0%/97px 63px no-repeat;
  }
}
.merit ul {
  padding: 30px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .merit ul {
    padding: 30px 0 30px;
  }
}
.merit ul li {
  width: 22%;
  margin: 0 4% 0 0;
}
@media screen and (max-width: 767px) {
  .merit ul li {
    width: 48%;
    margin: 0 4% 10% 0;
  }
}
.merit ul li img {
  width: 100%;
}
.merit ul li:last-child {
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .merit ul li:last-child {
    margin: 0 0 10% 0;
  }
}
@media screen and (max-width: 767px) {
  .merit ul li:nth-child(2n) {
    margin: 0 0 10% 0;
  }
}
.merit ul li a {
  display: block;
  margin-top: 20px;
}
.merit p.btn {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .merit p.btn {
    padding: 0 0 0 0;
  }
}

.section_low.section_low_box {
  margin-bottom: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .section_low.section_low_box {
    padding: 0;
  }
}

.about {
  margin: 0 0 20px;
}
.about .box {
  width: 100%;
  padding: 0 0 65px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about .box img {
  width: 47%;
  height: auto;
  margin: 0 3% 0 0;
}
@media screen and (max-width: 767px) {
  .about .box img {
    width: 70%;
    margin: 0 auto 50px;
  }
}
.about .box .inbox {
  width: 50%;
  margin: 0 auto;
}
.about .box .inbox .par1 {
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1;
  color: #008CC5;
  margin-bottom: 60px;
  text-align: left;
}
.about .box .inbox .par2 p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about .box .inbox {
    width: 100%;
  }
  .about .box .inbox .par1 {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
}

#flow {
  padding: 80px 0;
  margin: 20px 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #flow {
    padding: 20px 0 60px;
  }
}
#flow .flow_ttl {
  font-size: 2.75em;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #flow .flow_ttl {
    font-size: 2em;
  }
}
#flow .flow_ttl span {
  margin-top: 1.7em;
  font-size: 0.45em;
  display: block;
  line-height: 1;
  color: #008CC5;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  #flow .flow_ttl span {
    margin-top: 1em;
    font-size: 0.5em;
  }
}
#flow .subttl {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #flow .subttl {
    font-size: 1em;
  }
}
#flow .inbox {
  position: relative;
}
#flow .inbox .flow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 5%;
  background-color: #f5f5f5;
  margin: 0 auto 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #flow .inbox .flow {
    padding: 10px 10px 20px;
  }
}
#flow .inbox .flow.par2 {
  display: block;
}
#flow .inbox .flow.par2 .first,
#flow .inbox .flow.par2 .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#flow .inbox .flow.par2 .first {
  border-bottom: 2px #fff dashed;
  padding: 0 0 20px 0;
}
#flow .inbox .flow.par2 .second {
  padding: 20px 0 0 0;
}
#flow .inbox .flow.free::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background: url(../images/flow_free_label.png) center center/cover no-repeat;
  top: 0;
  left: 0;
}
#flow .inbox .flow::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-bottom: 2px #000 solid;
  border-right: 2px #000 solid;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#flow .inbox .flow:last-child::after {
  content: inherit;
  position: inherit;
  width: inherit;
  height: inherit;
  top: inherit;
  left: inherit;
  right: inherit;
  border: none;
}
#flow .inbox .flow .box1 {
  width: 25%;
  text-align: center;
  border-right: 2px #fff solid;
}
@media screen and (max-width: 767px) {
  #flow .inbox .flow .box1 {
    width: 100%;
    border-right: none;
    padding: 0 0 15px 0;
  }
}
#flow .inbox .flow .box1 .num {
  margin: 0 auto;
  font-size: 40px;
}
#flow .inbox .flow .box1 .num span {
  display: inline-block;
  vertical-align: top;
  padding-top: 12px;
  font-size: 24px;
}
#flow .inbox .flow .box1 .ttl {
  letter-spacing: 0;
  font-size: 1.25em;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
#flow .inbox .flow .box1 .ttl.mb {
  padding-bottom: 1em;
}
#flow .inbox .flow .box2 {
  width: 75%;
  padding: 0 0 0 20px;
  letter-spacing: 0;
  font-size: 0.93em;
}
@media screen and (max-width: 767px) {
  #flow .inbox .flow .box2 {
    width: 100%;
    padding: 0;
  }
}
#flow .inbox .flow .box2 .par1 {
  font-size: 1.25em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #flow .inbox .flow .box2 .par1 {
    font-size: 1.07em;
  }
}
.slider-box {
  position: relative;
}
.slider-box li img {
  width: 100%;
}

.bnr a {
  display: block;
}
.bnr a:hover {
  opacity: 0.7;
}
.bnr img {
  width: 100%;
}

.seiyaku_txt {
  font-size: 1.87em;
  font-weight: bold;
  padding: 1em;
  border: 2px #DD0A13 solid;
  color: #DD0A13;
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .seiyaku_txt {
    margin-bottom: 50px;
    font-size: 1.21em;
  }
}

#low_firstview {
  width: 100%;
}
#low_firstview img {
  width: 100%;
}

#low_firstview2 {
  width: 100%;
  height: 290px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #low_firstview2 {
    height: 200px;
  }
}
#low_firstview2 .low_ttl {
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  #low_firstview2 .low_ttl {
    width: 90%;
    top: 20%;
  }
}
#low_firstview2 .low_ttl .min {
  font-size: 1.25em;
  display: block;
  line-height: 1.2;
}
#low_firstview2 .low_ttl .big {
  font-size: 2.75em;
  padding: 0.3em 1.2em 0.4em;
  display: inline-block;
  line-height: 1em;
  border-bottom: double 7px #000;
}
@media screen and (max-width: 767px) {
  #low_firstview2 .low_ttl .big {
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 0.02em;
  }
}
#low_firstview2 .low_ttl .sub_ttl {
  font-size: 1.25em;
  letter-spacing: 3px;
  padding: 20px 0 0;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #low_firstview2 .low_ttl .sub_ttl {
    font-size: 0.9em;
  }
}
#low_firstview2.bukken {
  background: url(../images/low_sintyaku.jpg) center center/cover no-repeat;
}

#low_firstview3 {
  width: 100%;
  height: 600px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #low_firstview3 {
    margin-top: 60px;
    height: 250px;
  }
}
#low_firstview3.event {
  background: url(../images/low_event.jpg) center center/cover no-repeat;
}
#low_firstview3.column {
  background: url(../images/low_column.jpg) center center/cover no-repeat;
}
#low_firstview3.shintyakupage {
  background: url(../images/list_head_bg.jpg) center center/cover no-repeat;
}
#low_firstview3 .low_ttl2 {
  width: 560px;
  height: 240px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 2.75em;
  display: block;
  line-height: 1;
  padding: 10px;
}
#low_firstview3 .low_ttl2 .low_ttl2_inner {
  border: solid 3px #000;
  height: 100%;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  #low_firstview3 .low_ttl2 {
    font-size: 23px;
    width: 70%;
    height: 120px;
    padding: 0 0 0 0;
    top: 50%;
  }
  #low_firstview3 .low_ttl2 .low_ttl2_inner {
    padding-top: 34px;
  }
}
@media (max-width: 359px) {
  #low_firstview3 .low_ttl2 {
    font-size: 18px;
  }
}
#low_firstview3 .low_ttl2 .cmn-ttl-jp {
  display: block;
  font-size: 0.409em;
  color: #198cc8;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #low_firstview3 .low_ttl2 .cmn-ttl-jp {
    font-size: 13px;
    margin-top: 20px;
  }
}
@media (max-width: 359px) {
  #low_firstview3 .low_ttl2 .cmn-ttl-jp {
    font-size: 0.409em;
  }
}
#low_firstview3 .low_ttl2 .min {
  display: block;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 0.45em;
  font-style: italic;
  letter-spacing: 0.07em;
}

.low_merit {
  width: 100%;
  margin: 0 auto 20px;
  padding: 95px;
}
@media screen and (max-width: 1300px) {
  .low_merit {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .low_merit {
    padding: 130px 0 70px;
  }
}
.low_merit .merit_main_ttl {
  position: relative;
  letter-spacing: 0.05em;
  width: 100%;
  font-size: 3.75em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .low_merit .merit_main_ttl {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
}
.low_merit .merit_main_ttl::after {
  content: "";
  position: absolute;
}
.low_merit .merit_main_ttl.par1::after {
  width: 288px;
  height: 162px;
  background: url(../images/merit_ttl01.png) center center/contain no-repeat;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1300px) {
  .low_merit .merit_main_ttl.par1::after {
    width: 230px;
    height: 129px;
  }
}
@media screen and (max-width: 767px) {
  .low_merit .merit_main_ttl.par1::after {
    width: 144px;
    height: 81px;
    top: -90px;
    right: -10px;
  }
}
.low_merit .merit_main_ttl.par2::after {
  width: 352px;
  height: 165px;
  background: url(../images/merit_ttl02.png) center center/contain no-repeat;
  top: 0;
  right: -70px;
}
@media screen and (max-width: 1300px) {
  .low_merit .merit_main_ttl.par2::after {
    width: 231px;
    height: 127px;
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .low_merit .merit_main_ttl.par2::after {
    width: 144px;
    height: 81px;
    top: -90px;
    right: -10px;
  }
}
.low_merit .merit_main_ttl.par3::after {
  width: 330px;
  height: 182px;
  background: url(../images/merit_ttl03.png) center center/contain no-repeat;
  top: 0;
  right: -70px;
}
@media screen and (max-width: 1300px) {
  .low_merit .merit_main_ttl.par3::after {
    width: 231px;
    height: 127px;
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .low_merit .merit_main_ttl.par3::after {
    width: 144px;
    height: 81px;
    top: -90px;
    right: -10px;
  }
}
.low_merit .merit_main_ttl.par4::after {
  width: 296px;
  height: 217px;
  background: url(../images/merit_ttl04.png) center center/contain no-repeat;
  top: 0;
  right: -70px;
}
@media screen and (max-width: 1300px) {
  .low_merit .merit_main_ttl.par4::after {
    width: 237px;
    height: 173px;
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .low_merit .merit_main_ttl.par4::after {
    width: 144px;
    height: 81px;
    top: -90px;
    right: -10px;
  }
}
.low_merit .merit_subttl {
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .low_merit .merit_subttl {
    font-size: 1.07em;
  }
}
.low_merit .inbox1 {
  max-width: 835px;
  width: 100%;
}
.low_merit .inbox1 p {
  text-align: center;
}
.low_merit .inbox1.merit1 {
  margin: 50px auto 60px;
}
.low_merit .inbox1.merit1 .ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox1.merit1 .ttl {
    margin: 0 auto 40px;
  }
}
.low_merit .inbox1.merit1 .ttl img {
  max-width: 412px;
  width: 100%;
}
.low_merit .inbox1.merit2 {
  margin: 50px auto 30px;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox1.merit2 {
    margin: 30px auto 30px;
  }
}
.low_merit .inbox1.merit2 .ttl {
  text-align: center;
}
.low_merit .inbox1.merit2 .ttl img {
  max-width: 512px;
  width: 100%;
}
.low_merit .inbox1.merit3 {
  margin: 50px auto 50px;
}
.low_merit .inbox1.merit3 .ttl img {
  width: 100%;
  max-width: 514px;
}
.low_merit .inbox1.merit3 .txt {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox1.merit3 .txt {
    font-size: 1.14em;
  }
}
.low_merit .inbox1.merit4 {
  margin: 50px auto 60px;
}
.low_merit .inbox1.merit4 .ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox1.merit4 .ttl {
    margin: 0 auto 40px;
  }
}
.low_merit .inbox1.merit4 .ttl img {
  max-width: 512px;
  width: 100%;
}
.low_merit .inbox2.merit1 .ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit1 .ttl {
    line-height: 1.5;
  }
}
.low_merit .inbox2.merit1 .ttl .par1 {
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
  position: relative;
  padding: 0 1.5em;
  z-index: 0;
}
.low_merit .inbox2.merit1 .ttl .par1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  top: 50%;
  right: 0;
  left: 0;
  z-index: -1;
}
.low_merit .inbox2.merit1 .ttl .par1 .line {
  background: #f5f5f5;
  padding: 0 0.5em;
  display: inline-block;
}
.low_merit .inbox2.merit1 .ttl .par2 {
  display: block;
  font-size: 2.75em;
  font-weight: bold;
}
.low_merit .inbox2.merit1 .ttl .par2 span {
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit1 .ttl .par2 {
    font-size: 2em;
    margin-top: 0.7em;
  }
}
.low_merit .inbox2.merit1 .ttl .par2 img {
  width: 65px;
}
.low_merit .inbox2.merit1 .img_box2 {
  text-align: center;
  position: relative;
  margin: 0 auto 140px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit1 .img_box2 {
    margin: 0 auto 160px;
    background: none;
  }
}
.low_merit .inbox2.merit1 .img_box2::after {
  content: "";
  position: absolute;
  bottom: -58px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #198cc8;
}
.low_merit .inbox2.merit1 .img_box2 .low_merit09 {
  width: 100%;
  max-width: 682px;
  margin: 20px auto 30px;
}
.low_merit .inbox2.merit1 .txt_box1 {
  font-size: 2.75em;
  font-weight: bold;
  text-align: center;
  height: 80px;
  line-height: 80px;
  position: relative;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit1 .txt_box1 {
    font-size: 1.65em;
  }
}
.low_merit .inbox2.merit1 .txt_box1::before {
  content: "";
  position: absolute;
  width: 270px;
  height: 99px;
  background: url(../images/low_merit13.png) center center/contain no-repeat;
  top: -85px;
  left: 120px;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit1 .txt_box1::before {
    width: 135px;
    height: 50px;
    top: -48px;
    left: 0;
  }
}
.low_merit .inbox2.merit1 .txt_box1::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 83px;
  background: url(../images/low_merit10.png) center center/contain no-repeat;
  top: -70px;
  right: 120px;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit1 .txt_box1::after {
    width: 165px;
    height: 42px;
    right: 0;
    top: -80px;
  }
}
.low_merit .inbox2.merit1 .img_box3 {
  background: url(../images/low_merit12.jpg) center center/cover no-repeat;
  height: 340px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit1 .img_box3 {
    height: 280px;
  }
}
.low_merit .inbox2.merit1 .img_box3 a:hover {
  opacity: 0.9;
}
.low_merit .inbox2.merit1 .img_box3 img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit1 .img_box3 img {
    width: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.low_merit .inbox2.merit1 .img_box4 {
  background: url(../images/low_merit15.jpg) center center/cover no-repeat;
  height: 300px;
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit1 .img_box4 {
    height: 190px;
  }
}
.low_merit .inbox2.merit1 .img_box4 a:hover {
  opacity: 0.9;
}
.low_merit .inbox2.merit1 .img_box4 img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit1 .img_box4 img {
    width: 35%;
  }
}
.low_merit .inbox2.merit2 .txt1 {
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .txt1 img {
    width: 80%;
  }
}
.low_merit .inbox2.merit2 .txt1 .line {
  position: relative;
  display: block;
  z-index: 0;
}
.low_merit .inbox2.merit2 .txt1 .line img {
  max-width: 330px;
  width: 100%;
}
.low_merit .inbox2.merit2 .txt1 .line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: #fff;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
.low_merit .inbox2.merit2 .img_box1 {
  margin: 0 auto 75px;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .img_box1 {
    margin: 0 auto 70px;
  }
}
.low_merit .inbox2.merit2 .img_box1:last-child {
  margin: 0 auto 0;
}
.low_merit .inbox2.merit2 .img_box1 .ttl_box {
  width: 100%;
  padding: 5px 0 5px 115px;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .img_box1 .ttl_box {
    padding: 5px 0 0 60px;
  }
}
.low_merit .inbox2.merit2 .img_box1 .ttl_box.title01 {
  background: url(../images/low_merit18-2.png) 0% 10%/94px no-repeat;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .img_box1 .ttl_box.title01 {
    background: url(../images/low_merit18-2.png) 0% 10%/46px no-repeat;
  }
}
.low_merit .inbox2.merit2 .img_box1 .ttl_box.title02 {
  background: url(../images/low_merit19-2.png) 0% 10%/94px no-repeat;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .img_box1 .ttl_box.title02 {
    background: url(../images/low_merit18-2.png) 0% 10%/46px no-repeat;
  }
}
.low_merit .inbox2.merit2 .img_box1 .ttl_box.title03 {
  background: url(../images/low_merit20-2.png) 0% 10%/94px no-repeat;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .img_box1 .ttl_box.title03 {
    background: url(../images/low_merit18-2.png) 0% 10%/46px no-repeat;
  }
}
.low_merit .inbox2.merit2 .img_box1 .ttl_box.title04 {
  background: url(../images/low_merit21-2.png) 0% 10%/94px no-repeat;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .img_box1 .ttl_box.title04 {
    background: url(../images/low_merit18-2.png) 0% 10%/46px no-repeat;
  }
}
.low_merit .inbox2.merit2 .img_box1 .ttl_box .ttl1 {
  font-size: 1.87em;
  font-weight: bold;
  border-bottom: 1px #000 solid;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .img_box1 .ttl_box .ttl1 {
    font-size: 1.2em;
  }
}
.low_merit .inbox2.merit2 .img_box1 .ttl_box .ttl1 span {
  float: right;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 0.66em;
  padding-top: 8px;
}
.low_merit .inbox2.merit2 .img_box1 .ttl_box .txt1 {
  font-size: 1.2em;
  text-align: left;
  padding-top: 0.5em;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .img_box1 .ttl_box .txt1 {
    font-size: 0.87em;
  }
}
.low_merit .inbox2.merit2 .pickup {
  clear: both;
  padding: 55px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .low_merit .inbox2.merit2 .pickup {
    padding: 55px 50px;
  }
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .pickup {
    padding: 40px 0 20px;
  }
}
.low_merit .inbox2.merit2 .pickup .img_box {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .pickup .img_box {
    width: 100%;
    margin: 0 auto 45px;
  }
}
.low_merit .inbox2.merit2 .pickup .img_box.par4 img {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .pickup .img_box.par4 img {
    width: 100%;
  }
}
.low_merit .inbox2.merit2 .pickup .box {
  text-align: center;
  padding: 0 0 0 2%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .pickup .box {
    width: 100%;
    padding: 0 0 0 0;
  }
}
.low_merit .inbox2.merit2 .pickup .box .ttl {
  font-size: 1.87em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .pickup .box .ttl {
    font-size: 1.6em;
  }
}
.low_merit .inbox2.merit2 .pickup .box .catch {
  display: inline-block;
  font-size: 2.75em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin: 1em auto 0.7em;
  position: relative;
  padding: 0.25em 1.1em;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .pickup .box .catch {
    font-size: 1.6em;
    padding: 0.5em 1.5em;
    margin: 1em auto 1em;
  }
}
.low_merit .inbox2.merit2 .pickup .box .catch.par2 {
  font-size: 1.4em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .pickup .box .catch.par2 {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
.low_merit .inbox2.merit2 .pickup .box .catch::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 35px;
  border-top: 2.5px #000 solid;
  border-left: 2.5px #000 solid;
  top: 0;
  left: 0;
}
.low_merit .inbox2.merit2 .pickup .box .catch::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 35px;
  border-bottom: 2.5px #000 solid;
  border-right: 2.5px #000 solid;
  bottom: 0;
  right: 0;
}
.low_merit .inbox2.merit2 .pickup .box .txt {
  text-align: left;
  font-size: 0.93em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .pickup .box .txt {
    padding: 0 1em;
    line-height: 1.7;
  }
}
.low_merit .inbox2.merit2 .brand_box {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.low_merit .inbox2.merit2 .brand_box .ttl3 {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  width: 10%;
}
@media screen and (max-width: 1300px) {
  .low_merit .inbox2.merit2 .brand_box .ttl3 {
    width: 20%;
    font-size: 1.14em;
  }
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .brand_box .ttl3 {
    width: 100%;
    font-size: 1.07em;
    margin-bottom: 1em;
  }
}
.low_merit .inbox2.merit2 .brand_box .img_box2 {
  margin: 0 0 0 5%;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .low_merit .inbox2.merit2 .brand_box .img_box2 {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .brand_box .img_box2 {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.low_merit .inbox2.merit2 .brand_box .img_box2 .img1 {
  margin-right: 4%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .brand_box .img_box2 .img1 {
    margin: 0 auto 10px;
    width: 100%;
  }
}
.low_merit .inbox2.merit2 .brand_box .img_box2 .img2 {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit2 .brand_box .img_box2 .img2 {
    width: 100%;
  }
}
.low_merit .inbox2.merit3 .ttl2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit3 .ttl2 {
    max-width: 280px;
    margin: 0 auto;
  }
}
.low_merit .inbox2.merit3 .ttl2 img {
  width: 100%;
  max-width: 374px;
}
.low_merit .inbox2.merit3 .sunprobox {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit3 .sunprobox {
    padding: 45px 10px;
  }
}
.low_merit .inbox2.merit3 .sunprobox .logo {
  margin: 0 auto 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit3 .sunprobox .logo {
    margin: 0 auto 20px;
  }
}
.low_merit .inbox2.merit3 .sunprobox .logo img {
  width: 232px;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit3 .sunprobox .logo img {
    width: 180px;
  }
}
.low_merit .inbox2.merit3 .sunprobox .logo .sub_ttl {
  padding: 0.2em 0 0;
  display: block;
  font-size: 1.3em;
  color: #453E3F;
  font-weight: bold;
}
.low_merit .inbox2.merit3 .sunprobox .open_btn {
  cursor: pointer;
  text-align: center;
  background: #7FBE26;
  color: #fff;
  font-size: 1em;
  width: 220px;
  line-height: 1;
  margin: 0 auto 35px;
  padding: 0.5em 0.5em;
  position: relative;
}
.low_merit .inbox2.merit3 .sunprobox .open_btn::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 10px;
  width: 10px;
  border-bottom: 2px #7fbe26 solid;
  border-left: 2px #7fbe26 solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.low_merit .inbox2.merit3 .sunprobox .txtarea {
  line-height: 1.9em;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  font-size: 0.87em;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit3 .sunprobox .txtarea {
    -webkit-columns: inherit;
       -moz-columns: inherit;
            columns: inherit;
    -webkit-column-gap: inherit;
       -moz-column-gap: inherit;
            column-gap: inherit;
  }
}
.low_merit .inbox2.merit3 .sunprobox .txtarea_sp {
  display: none;
  line-height: 1.9em;
  font-size: 0.87em;
}
.low_merit .inbox2.merit4 .inbox2.merit1 {
  margin-top: 180px;
}
.low_merit .inbox2.merit4 .box {
  padding: 40px 60px;
  text-align: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit4 .box {
    padding: 45px 10px;
  }
}
.low_merit .inbox2.merit4 .box .mainttl {
  font-weight: bold;
  font-size: 1.25em;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 2.5em;
  margin: 0 auto 30px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit4 .box .mainttl {
    font-size: 1.14em;
    padding: 0 1em;
    line-height: 1.4;
  }
}
.low_merit .inbox2.merit4 .box .mainttl::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #000;
}
.low_merit .inbox2.merit4 .box .mainttl .line {
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
}
.low_merit .inbox2.merit4 .box .txtA {
  font-size: 0.75em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit4 .box .txtA {
    text-align: left;
  }
}
.low_merit .inbox2.merit4 .boxB .ttl {
  margin: 0 auto 30px;
  text-align: center;
}
.low_merit .inbox2.merit4 .boxB .ttl img {
  margin: 0 auto;
  max-width: 454px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit4 .boxB .ttl img {
    margin: 0 auto 20px;
  }
}
.low_merit .inbox2.merit4 .boxB .ttl .txt {
  font-size: 1.25em;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .low_merit .inbox2.merit4 .boxB .ttl .txt {
    font-size: 1.21em;
  }
}

#intro {
  margin: 0 auto 40px;
}
#intro .house_main {
  margin: 0 auto 35px;
  position: relative;
}
#intro .house_main img {
  width: 100%;
}
#intro .house_main .name_box {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: #008CC5;
  padding: 45px 50px;
}
@media screen and (max-width: 767px) {
  #intro .house_main .name_box {
    width: 100%;
    height: auto;
    position: inherit;
    top: inherit;
    left: inherit;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#intro .house_main .name_box .logo {
  margin: 0 auto 30px;
}
#intro .house_main .name_box .logo img {
  width: 124px;
}
@media screen and (max-width: 767px) {
  #intro .house_main .name_box .logo img {
    width: 89px;
  }
}
@media screen and (max-width: 767px) {
  #intro .house_main .name_box .logo {
    width: 89px;
    margin: 0 auto;
    display: inline-block;
  }
}
#intro .house_main .name_box .name {
  border-bottom: double 7px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  padding: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  #intro .house_main .name_box .name {
    width: calc(100% - 110px);
    margin-left: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#intro .house_main .name_box .name .left {
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #intro .house_main .name_box .name .left {
    font-size: 1.2em;
    margin-bottom: 0.5em;
  }
}
#intro .house_main .name_box .name .right {
  font-size: 3.57em;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #intro .house_main .name_box .name .right {
    font-size: 1.47em;
    text-align: left;
    letter-spacing: 0;
  }
}
#intro .house_main .name_box .en {
  font-size: 1.25em;
  letter-spacing: 3px;
  padding: 15px 0 0;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
  display: block;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #intro .house_main .name_box .en {
    width: 100%;
    display: inline-block;
    font-size: 0.8em;
    text-align: center;
    padding: 10px 0 0;
  }
}
#intro .house_main .syoudan {
  position: absolute;
  font-size: 4em;
  line-height: 250px;
  width: 250px;
  height: 250px;
  top: 5%;
  right: 5%;
  border-radius: 50%;
  background: #f36400;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #intro .house_main .syoudan {
    font-size: 1.5em;
    line-height: 90px;
    width: 90px;
    height: 90px;
    top: inherit;
    right: 5%;
    bottom: 3%;
  }
}
#intro .house_info {
  margin: 0 auto;
}
#intro .house_info .info_txtbox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 45px;
}
#intro .house_info .info_txtbox2 .box1 {
  width: 40%;
  margin-right: 5%;
  padding: 20px 3%;
  position: relative;
}
@media screen and (max-width: 1300px) {
  #intro .house_info .info_txtbox2 .box1 {
    width: 36%;
    padding: 20px 2%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box1 {
    width: 100%;
    margin: 0 auto 5%;
    padding: 20px 3%;
  }
}
#intro .house_info .info_txtbox2 .box1::before {
  content: "";
  position: absolute;
  width: 3%;
  height: 100%;
  border-bottom: 1px #000 solid;
  border-top: 1px #000 solid;
  border-left: 1px #000 solid;
  left: 0;
  top: 0;
  bottom: 0;
}
#intro .house_info .info_txtbox2 .box1::after {
  content: "";
  position: absolute;
  width: 3%;
  height: 100%;
  border-bottom: 1px #000 solid;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  right: 0;
  top: 0;
  bottom: 0;
}
#intro .house_info .info_txtbox2 .box1 li {
  width: 100%;
  clear: both;
  margin: 0 auto 1em;
}
#intro .house_info .info_txtbox2 .box1 li:last-child {
  margin: 0 auto;
}
#intro .house_info .info_txtbox2 .box1 .circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #FFF000;
  border-radius: 50%;
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box1 .circle {
    width: 15px;
    height: 15px;
  }
}
#intro .house_info .info_txtbox2 .box1 .state {
  font-size: 1.25em;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1300px) {
  #intro .house_info .info_txtbox2 .box1 .state {
    font-size: 1.17em;
  }
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box1 .state {
    font-size: 1em;
  }
}
#intro .house_info .info_txtbox2 .box1 .yard {
  text-align: right;
  font-size: 1.12em;
  font-weight: bold;
  float: right;
  letter-spacing: 0;
}
@media screen and (max-width: 1300px) {
  #intro .house_info .info_txtbox2 .box1 .yard {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box1 .yard {
    font-size: 0.92em;
  }
}
#intro .house_info .info_txtbox2 .box1 .yard .num {
  font-size: 1.5em;
  line-height: 1;
}
#intro .house_info .info_txtbox2 .box2 {
  width: 20%;
  margin-right: 3%;
}
@media screen and (max-width: 1300px) {
  #intro .house_info .info_txtbox2 .box2 {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box2 {
    width: 100%;
    margin: 0 auto 5%;
    background: #F3F3F3;
    padding: 1em 5px;
  }
}
#intro .house_info .info_txtbox2 .box2 .inbox1 {
  font-weight: bold;
  background: #F3F3F3;
  padding: 1.4em 0.9em;
  font-size: 0.87em;
  line-height: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box2 .inbox1 {
    background: inherit;
    padding: 0 0 0 0;
    line-height: 1.7;
    text-align: left;
    margin: 0 auto 0.5em;
  }
}
#intro .house_info .info_txtbox2 .box2 .inbox1 p {
  text-align: left;
  clear: both;
  letter-spacing: 0;
  margin-bottom: 0.6em;
}
#intro .house_info .info_txtbox2 .box2 .inbox1 p:last-child {
  margin-bottom: 0;
}
#intro .house_info .info_txtbox2 .box2 .inbox1 p .right {
  float: right;
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box2 .inbox2 {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .ttl {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.4em;
  margin-top: 1.3em;
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box2 .inbox2 .ttl {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box2 .inbox2 .price {
    display: inline-block;
    text-align: center;
  }
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .price .par1 {
  font-size: 3.75em;
  line-height: 1;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  #intro .house_info .info_txtbox2 .box2 .inbox2 .price .par1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box2 .inbox2 .price .par1 {
    font-size: 3em;
  }
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .price .par2 {
  display: inline-block;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .price .par2 .big {
  font-size: 1.5em;
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .change_price {
  text-align: right;
  font-size: 0.78em;
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .info_zumi {
  margin-top: 5px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .info_zumi .zumi_img {
  width: 35px;
  margin-right: 11px;
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .info_zumi .zumi_img img {
  margin: 0;
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .info_zumi .ttl {
  margin-top: 0;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box2 .inbox2 .info_zumi .ttl {
    display: inline-block;
    margin-bottom: 0;
  }
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .info_zumi .price {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box2 .inbox2 .info_zumi .price {
    display: inline-block;
    text-align: center;
  }
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .info_zumi .price::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 14px;
  border-bottom: 14px double #dd0a13;
  left: 0;
  right: 0;
  z-index: -2;
  top: 33%;
  margin: 0 auto;
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .info_zumi .price .par1 {
  font-size: 2.5em;
  line-height: 1;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
  display: inline-block;
  letter-spacing: 0;
}
@media screen and (max-width: 1300px) {
  #intro .house_info .info_txtbox2 .box2 .inbox2 .info_zumi .price .par1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box2 .inbox2 .info_zumi .price .par1 {
    font-size: 2em;
  }
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .info_zumi .price .par2 {
  display: inline-block;
  font-weight: bold;
  font-size: 0.65em;
  line-height: 1.2;
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .info_zumi .price .par2 .big {
  font-size: 1.6em;
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .nesage_txt {
  width: 100%;
  margin: 5px auto;
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box2 .inbox2 .nesage_txt {
    margin: 5px 0;
    text-align: left;
    width: 100%;
  }
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .nesage_txt img {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box2 .inbox2 .nesage_txt img {
    max-width: 290px;
    width: 100%;
  }
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .price_zumi {
  border-bottom: 4px double #F36400;
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box2 .inbox2 .price_zumi .price {
    display: inline-block;
    text-align: center;
  }
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .price_zumi .price .par1 {
  color: #DD0A13;
  font-size: 3.75em;
  line-height: 1;
  font-weight: bold;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1300px) {
  #intro .house_info .info_txtbox2 .box2 .inbox2 .price_zumi .price .par1 {
    font-size: 3.75em;
  }
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box2 .inbox2 .price_zumi .price .par1 {
    font-size: 4em;
  }
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .price_zumi .price .par2 {
  display: inline-block;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
  text-align: right;
}
#intro .house_info .info_txtbox2 .box2 .inbox2 .price_zumi .price .par2 .big {
  font-size: 1.6em;
}
#intro .house_info .info_txtbox2 .box3 {
  width: 32%;
}
@media screen and (max-width: 1300px) {
  #intro .house_info .info_txtbox2 .box3 {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box3 {
    width: 100%;
  }
}
#intro .house_info .info_txtbox2 .box3 .inbox1 {
  background: #DD0A13;
  color: #fff;
  font-size: 0.87em;
  line-height: 1.2;
  padding: 0.7em 83px 0.7em 0.7em;
  text-align: left;
  width: 100%;
  margin: 0 auto 0.7em;
  position: relative;
}
#intro .house_info .info_txtbox2 .box3 .inbox1::after {
  content: "";
  position: absolute;
  width: 77px;
  height: 77px;
  background: url(../images/atamakin.png) center center/contain no-repeat;
  top: -5px;
  right: 0;
}
#intro .house_info .info_txtbox2 .box3 .inbox2 {
  font-size: 0.75em;
  text-align: left;
  line-height: 1.7em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1300px) {
  #intro .house_info .info_txtbox2 .box3 .inbox2 {
    line-height: 1.65em;
  }
}
#intro .house_info .info_txtbox2 .box3 .inbox2 table {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box3 .inbox2 table {
    display: table;
    table-layout: fixed;
    margin: 25px auto 0;
  }
}
#intro .house_info .info_txtbox2 .box3 .inbox2 table tr {
  width: 100%;
}
#intro .house_info .info_txtbox2 .box3 .inbox2 table td {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox2 .box3 .inbox2 table td {
    width: 50%;
    display: table-cell;
  }
}
#intro .house_info .info_txtbox2 .box3 .inbox3 {
  color: #DD0A13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#intro .house_info .info_txtbox2 .box3 .inbox3 .ttl {
  width: 60px;
  height: 60px;
  background: #DD0A13;
  border-radius: 50%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 0.7em 0 0 0;
}
#intro .house_info .info_txtbox2 .box3 .inbox3 .ttl .min {
  font-size: 0.75em;
}
#intro .house_info .info_txtbox2 .box3 .inbox3 .price {
  width: calc(100% - 60px);
  text-align: right;
}
#intro .house_info .info_txtbox2 .box3 .inbox3 .price .par1 {
  font-size: 3.75em;
  line-height: 1;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  #intro .house_info .info_txtbox2 .box3 .inbox3 .price .par1 {
    font-size: 3em;
  }
}
#intro .house_info .info_txtbox2 .box3 .inbox3 .price .par2 {
  display: inline-block;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
}
#intro .house_info .info_txtbox2 .box3 .inbox3 .price .par2 .big {
  font-size: 1.5em;
}
#intro .house_info img {
  width: 100%;
  margin: 0 auto 40px;
}
#intro .house_info .info_txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 50px;
}
@media screen and (max-width: 1300px) {
  #intro .house_info .info_txtbox {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox {
    padding: 40px 10px;
  }
}
#intro .house_info .info_txtbox .left {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox .left {
    width: 100%;
    margin: 0 auto 10%;
  }
}
#intro .house_info .info_txtbox .left .ttl {
  text-align: center;
}
#intro .house_info .info_txtbox .left .ttl .en {
  display: block;
  font-size: 2.25em;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox .left .ttl .en {
    font-size: 1.8em;
  }
}
#intro .house_info .info_txtbox .left .ttl .jp {
  display: block;
  font-size: 0.87em;
  font-weight: bold;
  line-height: 1;
}
#intro .house_info .info_txtbox .right {
  width: 70%;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox .right {
    width: 100%;
    padding: 0 0 0 0;
  }
}
#intro .house_info .info_txtbox .right .txt {
  border-bottom: 1px #000 solid;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}
#intro .house_info .info_txtbox .right .txt .main_txt {
  display: block;
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 0.2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #intro .house_info .info_txtbox .right .txt .main_txt {
    margin-bottom: 0.5em;
  }
}
#intro .house_info .info_txtbox .right .txt .sub_txt {
  font-size: 0.93em;
  line-height: 1.6;
}

.kansei_campaign img {
  width: 100%;
}

#meritB {
  text-align: center;
  padding: 60px 0 80px;
  margin: 20px 0 20px;
}
@media screen and (max-width: 767px) {
  #meritB {
    margin: 0 auto;
    padding: 40px 0 30px;
  }
}
#meritB .merit_ttl {
  display: inline-block;
  color: #fff;
  margin: 0 auto 10px;
  font-weight: bold;
  font-size: 1.87em;
  text-align: center;
  padding: 130px 0 0 0;
  line-height: 1.6;
  background: url(../images/logo_white.svg) 50% 0%/178px 113px no-repeat;
}
@media screen and (max-width: 767px) {
  #meritB .merit_ttl {
    padding: 70px 0 0 0;
    font-size: 1.21em;
    background: url(../images/logo_white.svg) 50% 0%/89px 57px no-repeat;
  }
}
#meritB ul {
  padding: 30px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #meritB ul {
    padding: 30px 0 0 0;
  }
}
#meritB ul li {
  width: 22%;
  margin: 0 4% 0 0;
}
@media screen and (max-width: 767px) {
  #meritB ul li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
}
#meritB ul li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #meritB ul li:nth-child(2n) {
    margin: 0 0 4% 0;
  }
}
#meritB ul li:last-child {
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  #meritB ul li:last-child {
    margin: 0 0 4% 0;
  }
}

.reserve {
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .reserve {
    width: 90%;
    margin: 20px auto 0;
  }
}
.reserve img {
  width: 774px;
}
@media screen and (max-width: 767px) {
  .reserve img {
    width: 100%;
  }
}

.suumo {
  width: 100%;
  text-align: center;
  margin: 10px 0 50px;
}
@media screen and (max-width: 767px) {
  .suumo {
    width: 90%;
    margin: 20px auto 50px;
  }
}
.suumo img {
  width: 664px;
}
@media screen and (max-width: 767px) {
  .suumo img {
    width: 90%;
  }
}

#p_concept .detail_title {
  background: url(../images/bg_02.jpg) center top no-repeat;
  padding: 0 0 130px;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #p_concept .detail_title {
    padding: 0 0 40px;
  }
}
#p_concept .detail_title img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #p_concept .detail_title img {
    width: 120px;
  }
}
#p_concept .detail_title .ttl {
  font-size: 3.62em;
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 1.2;
  font-style: italic;
  padding: 60px 0 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #p_concept .detail_title .ttl {
    padding: 20px 0 0;
    font-size: 2em;
  }
}
#p_concept .detail_title .ttl span {
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.34em;
  display: block;
  font-style: normal;
  padding: 10px 0 0;
}
@media screen and (max-width: 767px) {
  #p_concept .detail_title .ttl span {
    font-size: 0.5em;
  }
}
#p_concept .house_detail {
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#p_concept .house_detail .detail_left {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_left {
    width: 100%;
  }
}
#p_concept .house_detail .detail_left .low {
  width: 100%;
  min-height: 500px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_left .low {
    min-height: inherit;
  }
}
#p_concept .house_detail .detail_left .up {
  width: 200px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_left .up {
    width: 120px;
  }
}
#p_concept .house_detail .detail_right {
  width: 50%;
  background: #F3F3F3;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3% 6%;
}
@media screen and (max-width: 1300px) {
  #p_concept .house_detail .detail_right {
    padding: 3% 1%;
  }
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right {
    width: 100%;
    padding: 3% 10px;
  }
}
#p_concept .house_detail .detail_right .box1 .ttl {
  font-size: 1.87em;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 1300px) {
  #p_concept .house_detail .detail_right .box1 .ttl {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box1 .ttl {
    font-size: 1.07em;
  }
}
#p_concept .house_detail .detail_right .box2 {
  width: 100%;
  max-width: 500px;
}
#p_concept .house_detail .detail_right .box2 .left_box {
  width: 240px;
  float: left;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .left_box {
    width: 100%;
    float: inherit;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 {
    margin: 0 auto 0.7em;
  }
}
#p_concept .house_detail .detail_right .box2 .inbox1 {
  font-weight: bold;
  background: #fff;
  border: 1px #000 solid;
  padding: 1.4em 1.5em;
  font-size: 0.87em;
  line-height: 1;
  width: 240px;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox1 {
    background: none;
    border: none;
    width: inherit;
    line-height: 1.5;
    padding: 0 0 0 0;
    margin: 0 auto 0.7em;
  }
}
#p_concept .house_detail .detail_right .box2 .inbox1 p {
  width: 100%;
  text-align: left;
  clear: both;
  letter-spacing: 0;
  margin-bottom: 0.6em;
}
#p_concept .house_detail .detail_right .box2 .inbox1 p:last-child {
  margin-bottom: 0;
}
#p_concept .house_detail .detail_right .box2 .inbox1 p .right {
  float: right;
  background: none;
}
#p_concept .house_detail .detail_right .box2 .zumi_txt {
  margin-top: 5px;
  width: 240px;
  float: left;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .zumi_txt {
    width: 100%;
    margin: 5px auto 0;
    float: inherit;
  }
}
#p_concept .house_detail .detail_right .box2 .zumi_txt img {
  margin: 0 auto;
}
#p_concept .house_detail .detail_right .box2 .inbox2 {
  width: 215px;
  text-align: right;
  float: right;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 {
    width: 100%;
    float: inherit;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 1em;
  }
}
#p_concept .house_detail .detail_right .box2 .inbox2 .ttl {
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 .ttl {
    display: inline-block;
    margin: 0 0 0 0;
  }
}
#p_concept .house_detail .detail_right .box2 .inbox2 .price .par1 {
  font-size: 3.75em;
  line-height: 1;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 .price .par1 {
    font-size: 3em;
    display: inline-block;
  }
}
#p_concept .house_detail .detail_right .box2 .inbox2 .price .par2 {
  display: inline-block;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
}
#p_concept .house_detail .detail_right .box2 .inbox2 .price .par2 .big {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 .zumi_txt_sp {
    float: left;
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 .zumi_txt_sp img {
    margin-top: 8%;
  }
}
#p_concept .house_detail .detail_right .box2 .inbox2 .sp_zumibox {
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 .sp_zumibox {
    float: left;
    width: 65%;
    margin: 0 auto;
  }
}
#p_concept .house_detail .detail_right .box2 .inbox2 .sp_zumibox .change_price {
  font-size: 0.78em;
  text-align: right;
}
#p_concept .house_detail .detail_right .box2 .inbox2 .info_zumi {
  margin-top: 5px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 .info_zumi {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#p_concept .house_detail .detail_right .box2 .inbox2 .info_zumi .zumi_img {
  width: 35px;
  margin-right: 11px;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 .info_zumi .zumi_img {
    width: 30px;
  }
}
#p_concept .house_detail .detail_right .box2 .inbox2 .info_zumi .zumi_img img {
  margin: 0;
}
#p_concept .house_detail .detail_right .box2 .inbox2 .info_zumi .ttl {
  margin-top: 0;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 .info_zumi .ttl {
    display: inline-block;
    margin-bottom: 0;
  }
}
#p_concept .house_detail .detail_right .box2 .inbox2 .info_zumi .price {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 .info_zumi .price {
    display: inline-block;
    text-align: center;
  }
}
#p_concept .house_detail .detail_right .box2 .inbox2 .info_zumi .price::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 14px;
  border-bottom: 14px double #dd0a13;
  left: 0;
  right: 0;
  z-index: -2;
  top: 33%;
  margin: 0 auto;
}
#p_concept .house_detail .detail_right .box2 .inbox2 .info_zumi .price .par1 {
  font-size: 2.5em;
  line-height: 1;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
  display: inline-block;
  letter-spacing: 0;
}
@media screen and (max-width: 1300px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 .info_zumi .price .par1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 .info_zumi .price .par1 {
    font-size: 2em;
  }
}
#p_concept .house_detail .detail_right .box2 .inbox2 .info_zumi .price .par2 {
  display: inline-block;
  font-weight: bold;
  font-size: 0.65em;
  line-height: 1.2;
}
#p_concept .house_detail .detail_right .box2 .inbox2 .info_zumi .price .par2 .big {
  font-size: 1.6em;
}
#p_concept .house_detail .detail_right .box2 .inbox2 .nesage_txt {
  width: 100%;
  margin: 5px auto;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 .nesage_txt {
    width: 100%;
    margin: 5px 0;
  }
}
#p_concept .house_detail .detail_right .box2 .inbox2 .nesage_txt img {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 .nesage_txt img {
    max-width: 290px;
    width: 100%;
    margin: 0 0 0 0;
  }
}
#p_concept .house_detail .detail_right .box2 .inbox2 .price_zumi {
  border-bottom: 4px double #F36400;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 .price_zumi {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 .price_zumi .price {
    display: inline-block;
    text-align: center;
    border-bottom: 4px double #F36400;
  }
}
#p_concept .house_detail .detail_right .box2 .inbox2 .price_zumi .price .par1 {
  color: #DD0A13;
  font-size: 3.75em;
  line-height: 1;
  font-weight: bold;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2 .price_zumi .price .par1 {
    font-size: 3.3em;
  }
}
#p_concept .house_detail .detail_right .box2 .inbox2 .price_zumi .price .par2 {
  display: inline-block;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
  text-align: right;
}
#p_concept .house_detail .detail_right .box2 .inbox2 .price_zumi .price .par2 .big {
  font-size: 1.6em;
}
#p_concept .house_detail .detail_right .box2 .inbox2_zumi {
  width: 220px;
  text-align: right;
  float: right;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box2 .inbox2_zumi {
    float: inherit;
    width: 100%;
    display: block;
  }
}
#p_concept .house_detail .detail_right .box3 {
  width: 100%;
  max-width: 500px;
}
#p_concept .house_detail .detail_right .box3 .inbox1 {
  background: #DD0A13;
  color: #fff;
  font-size: 1.25em;
  line-height: 1;
  padding: 0.7em 110px 0.7em 0.7em;
  text-align: left;
  font-weight: bold;
  width: 100%;
  margin: 0 auto 0.7em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box3 .inbox1 {
    font-size: 0.87em;
    padding: 0.7em 80px 0.7em 0.7em;
    line-height: 1.3;
  }
}
#p_concept .house_detail .detail_right .box3 .inbox1::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  background: url(../images/atamakin.png) center center/contain no-repeat;
  top: -5px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box3 .inbox1::after {
    width: 77px;
    height: 77px;
  }
}
#p_concept .house_detail .detail_right .box3 .inbox2 {
  font-size: 0.87em;
  text-align: left;
  line-height: 1.7em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box3 .inbox2 {
    font-size: 0.75em;
  }
}
#p_concept .house_detail .detail_right .box3 .inbox2 table {
  width: 80%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box3 .inbox2 table {
    width: 100%;
    margin: 20px auto 0;
  }
}
#p_concept .house_detail .detail_right .box3 .inbox2 table tr {
  width: 100%;
}
#p_concept .house_detail .detail_right .box3 .inbox2 table tr td {
  width: 50%;
}
#p_concept .house_detail .detail_right .box3 .inbox3 {
  color: #DD0A13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#p_concept .house_detail .detail_right .box3 .inbox3 .ttl {
  width: 90px;
  height: 90px;
  background: #DD0A13;
  border-radius: 50%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 1em 0 0 0;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box3 .inbox3 .ttl {
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    padding: 0.7em 0 0 0;
    font-size: 1em;
  }
}
#p_concept .house_detail .detail_right .box3 .inbox3 .ttl .min {
  font-size: 0.7em;
}
#p_concept .house_detail .detail_right .box3 .inbox3 .price {
  width: calc(100% - 100px);
  text-align: right;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box3 .inbox3 .price {
    width: calc(100% - 60px);
  }
}
#p_concept .house_detail .detail_right .box3 .inbox3 .price .par1 {
  font-size: 5.5em;
  line-height: 1;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #p_concept .house_detail .detail_right .box3 .inbox3 .price .par1 {
    font-size: 3em;
  }
}
#p_concept .house_detail .detail_right .box3 .inbox3 .price .par2 {
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-size: 1.2m;
  line-height: 1.2;
}
#p_concept .house_detail .detail_right .box3 .inbox3 .price .par2 .big {
  font-size: 2em;
}

#layout {
  margin: 0 auto 80px;
  text-align: center;
}
#layout .detail_title {
  background: url(../images/bg_03.jpg) center top no-repeat;
  padding: 0 0 130px;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #layout .detail_title {
    padding: 0 0 40px;
  }
}
#layout .detail_title img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #layout .detail_title img {
    width: 120px;
  }
}
#layout .detail_title .ttl {
  font-size: 3.62em;
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 1.2;
  font-style: italic;
  padding: 60px 0 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #layout .detail_title .ttl {
    padding: 20px 0 0;
    font-size: 2em;
  }
}
#layout .detail_title .ttl span {
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.34em;
  display: block;
  font-style: normal;
  padding: 10px 0 0;
}
@media screen and (max-width: 767px) {
  #layout .detail_title .ttl span {
    font-size: 0.5em;
  }
}
#layout .layout {
  margin: 60px auto;
}
#layout .img_box4 {
  background: url(../images/low_merit15.jpg) center center/cover no-repeat;
  height: 300px;
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #layout .img_box4 {
    height: 190px;
  }
}
#layout .img_box4 a:hover {
  opacity: 0.9;
}
#layout .img_box4 img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 20%;
}
@media screen and (max-width: 767px) {
  #layout .img_box4 img {
    width: 35%;
    top: 50%;
  }
}

.house_movie_block {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .house_movie_block {
    margin-bottom: 50px;
  }
}

.house_movie_wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .house_movie_wrap {
    width: 95%;
  }
}

.house_movie_box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 56.25%;
}
.house_movie_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.house_movie_caption {
  text-align: center;
}

#location {
  margin: 0 auto 80px;
}
#location .detail_title {
  background: url(../images/bg_09.jpg) center top no-repeat;
  padding: 0 0 130px;
  background-size: cover;
  text-align: center;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  #location .detail_title {
    padding: 0 0 40px;
  }
}
#location .detail_title img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #location .detail_title img {
    width: 120px;
  }
}
#location .detail_title .ttl {
  font-size: 3.62em;
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 1.2;
  font-style: italic;
  padding: 60px 0 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #location .detail_title .ttl {
    padding: 20px 0 0;
    font-size: 2em;
  }
}
#location .detail_title .ttl span {
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.34em;
  display: block;
  font-style: normal;
  padding: 10px 0 0;
}
@media screen and (max-width: 767px) {
  #location .detail_title .ttl span {
    font-size: 0.5em;
  }
}
#location .top_txt {
  font-size: 1.87em;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 75px;
}
@media screen and (max-width: 767px) {
  #location .top_txt {
    font-size: 1.2em;
    margin: 0 auto 40px;
  }
}
#location .main_catch {
  background: url(../images/bg_05.jpg) center center no-repeat;
  padding: 120px 0 420px;
  font-size: 2.12em;
  color: #fff;
  text-align: center;
  background-size: cover;
  line-height: 1.8;
  letter-spacing: 3px;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
}
@media screen and (max-width: 767px) {
  #location .main_catch {
    padding: 60px 15px 220px;
    font-size: 1.4em;
  }
}

#house_info {
  padding: 65px 0 60px;
}
@media screen and (max-width: 767px) {
  #house_info {
    padding: 0 0 0 0;
  }
}
#house_info .main_ttl {
  font-size: 1.87em;
  font-weight: bold;
  text-align: center;
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  #house_info .main_ttl {
    font-size: 1.5em;
  }
}

#reservation {
  margin: 0 auto 100px;
  text-align: center;
}
#reservation a:hover {
  opacity: 0.6;
}
#reservation img {
  max-width: 660px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #reservation {
    margin: 40px auto 70px;
  }
}

#details {
  margin: 0 auto 130px;
}
@media screen and (max-width: 767px) {
  #details {
    margin: 40px auto 70px;
  }
}
#details .cat {
  font-size: 0.87em;
  line-height: 1em;
  padding: 0.5em 0.7em;
  display: inline-block;
  margin-right: 0.7em;
}
#details .day {
  display: inline-block;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
}
#details .ttl {
  margin: 0.3em auto 0.7em;
  font-size: 1.87em;
  display: block;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #details .ttl {
    font-size: 1.3em;
  }
}
#details .article_box {
  text-align: left;
  line-height: 1.9;
}

.snslinks {
  margin: 0 auto 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .snslinks {
    margin: 0 auto 70px;
  }
}
.snslinks a {
  display: block;
  width: 32%;
  margin: 0 2% 0 0;
}
.snslinks a:hover {
  opacity: 0.6;
}
.snslinks a:last-child {
  margin: 0 0 0 0;
}

#other {
  margin: 35px auto 100px;
}
@media screen and (max-width: 767px) {
  #other {
    margin: 30px auto 40px;
  }
}
#other .list_toprank {
  margin: 0 auto;
  padding: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 70px;
}
#other .list_toprank li {
  width: 23.5%;
  margin: 0 2% 5% 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #other .list_toprank li {
    width: 100%;
    margin: 0 auto 10%;
    overflow: visible;
  }
}
#other .list_toprank li:nth-child(4n) {
  margin: 0 0 5% 0;
}
@media screen and (max-width: 767px) {
  #other .list_toprank li:nth-child(4n) {
    margin: 0 auto 10%;
  }
}
#other .list_toprank li .price .par1 {
  margin-right: 1em;
}
#other .list_toprank li .ttl {
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 1em;
}
#other .list_toprank li .ttl::before {
  content: "";
  position: absolute;
  height: 28px;
  width: 5px;
  top: 10%;
  left: 0;
  background: #008CC5;
}
#other .list_toprank.autoplay {
  margin: 0 auto;
}
#other .list_toprank.autoplay li {
  margin: 0 auto 0;
}

/*
6:ul
------------------------------------------------------------
*/
.list_merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto 2%;
}
@media screen and (max-width: 767px) {
  .list_merit {
    margin: 30px auto 2%;
  }
}
.list_merit li {
  padding: 25px 20px 25px;
  width: 32%;
  margin: 0 2% 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_merit li {
    width: 100%;
    margin: 0 auto 5%;
  }
}
.list_merit li:last-child {
  margin: 0 0 0 0;
  position: relative;
}
.list_merit li:last-child::after {
  content: "";
  position: absolute;
  background: url(../images/low_merit08.png) center center/contain no-repeat;
  top: -40px;
  right: 5px;
  width: 116px;
  height: 100px;
}
.list_merit .ttl {
  letter-spacing: 0;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
  padding: 40px 0 0.7em 0;
  width: 100%;
  background: url(../images/low_merit04.png) center top/40px 31px no-repeat;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .list_merit .ttl {
    font-size: 0.93em;
  }
}
.list_merit .txt {
  padding: 15px 0 0 0;
  line-height: 1.2em;
  font-size: 0.81em;
  font-weight: bold;
  text-align: left;
}

.list_design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto 2%;
}
@media screen and (max-width: 767px) {
  .list_design {
    margin: 60px auto 3%;
  }
}
.list_design li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 20px 25px;
  width: 23.5%;
  margin: 0 2% 0 0;
}
@media screen and (max-width: 767px) {
  .list_design li {
    width: 48%;
    margin: 0 4% 4% 0;
    padding: 0 0 0 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .list_design li:nth-child(2n) {
    margin: 0 0 7% 0;
  }
}
.list_design li:last-child {
  margin: 0 0 0 0;
}
.list_design li span {
  width: 100%;
}
.list_design li .img_box {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.list_design li .img_box img {
  max-width: 100%;
  height: 120px;
}
.list_design li .txt {
  display: block;
  font-size: 1.87em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_design li .txt {
    font-size: 1.2em;
    text-align: center;
  }
}

.list_img5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .list_img5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list_img5 li {
    width: 100%;
  }
}

.list_img10 li {
  float: left;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .list_img10 li {
    width: 50%;
  }
}

.list_merit3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto 7%;
}
.list_merit3 li {
  width: 32%;
  margin: 0 2% 0 0;
}
@media screen and (max-width: 767px) {
  .list_merit3 li {
    width: 100%;
    margin: 0 auto 10%;
  }
}
.list_merit3 li img {
  width: 100%;
  margin: 0 auto 15px;
}
.list_merit3 li .ttl {
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 1300px) {
  .list_merit3 li .ttl {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .list_merit3 li .ttl {
    font-size: 1.25em;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.list_merit3 li .txt2 {
  font-size: 0.93em;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_merit3 li .txt2 {
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.list_merit3 li:last-child {
  margin: 0 0 0 0;
}
.list_merit3 li:last-child span.right {
  text-align: right;
  font-size: 0.7em;
  display: block;
  padding: 0.3em 0;
}

.list_hosyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto 0;
}
.list_hosyou.par2 {
  margin: 10px auto 30px;
}
@media screen and (max-width: 767px) {
  .list_hosyou.par2 li {
    width: 100%;
    margin: 0 auto 0;
  }
}
.list_hosyou li {
  border-radius: 5px;
  padding: 20px 0;
  width: 32%;
  margin: 0 2% 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_hosyou li {
    width: 100%;
    margin: 0 auto 7%;
  }
}
.list_hosyou li .txtA {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
}
.list_hosyou li .txtB {
  line-height: 1;
  font-size: 1.5em;
  font-weight: bold;
}
.list_hosyou li .txtB span {
  font-size: 2.5em;
}
.list_hosyou li:last-child {
  margin: 0 0 0 0;
}
.list_hosyou li:last-child .txtA {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list_hosyou li:last-child .txtA span {
  display: inline-block;
  font-size: 0.2em;
}
.list_hosyou li:last-child .txtC {
  font-size: 0.76em;
  line-height: 1.5;
  text-align: left;
}
.list_hosyou li.par2 {
  padding: 0;
}

.list_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .list_in {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.list_in li {
  width: 18%;
  margin: 0 2.5% 0 0;
}
@media screen and (max-width: 767px) {
  .list_in li {
    width: 48%;
    margin: 0 4% 10% 0;
  }
}
.list_in li img {
  margin: 0 auto 7px;
  height: 94px;
}
@media screen and (max-width: 767px) {
  .list_in li img {
    height: 54px;
  }
}
.list_in li .ttl {
  font-weight: bold;
  font-size: 1.12em;
  margin: 0 auto 0.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .list_in li .ttl {
    font-size: 1em;
    line-height: 1.5;
  }
}
.list_in li .txt {
  text-align: left;
  line-height: 1.5;
  font-size: 0.81em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .list_in li:nth-child(2n) {
    margin: 0 0 10% 0;
  }
}
.list_in li:last-child {
  margin: 0 0 0 0;
}

.list_cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 830px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_cost {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.list_cost li {
  width: 30%;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 767px) {
  .list_cost li {
    width: 100%;
    margin: 0 auto 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list_cost li:last-child {
  margin: 0 0 0 0;
}
.list_cost li .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 160px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 50%;
  margin: 0 auto 0.5em;
}
@media screen and (max-width: 767px) {
  .list_cost li .circle {
    width: 120px;
    height: 120px;
    font-size: 1.14em;
  }
}
.list_cost li .txt {
  text-align: left;
  font-size: 0.93em;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .list_cost li .txt {
    width: calc(100% - 120px);
    padding-left: 1em;
  }
}
.list_cost li .txt .minmin {
  font-size: 0.2em;
}
.list_cost li .txt .min {
  font-size: 0.8em;
  text-align: right;
  display: block;
  padding: 3px 0 0 0;
}
@media screen and (max-width: 767px) {
  .list_cost li .txt .min {
    text-align: left;
  }
}

.list_ppp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_ppp li {
  width: 18%;
  float: left;
  margin: 0 2.5% 3% 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .list_ppp li {
    width: 48%;
    margin: 0 4% 6% 0;
  }
}
.list_ppp li:hover {
  opacity: 0.6;
}
.list_ppp li:nth-child(5n) {
  margin: 0 0 3% 0;
}
@media screen and (max-width: 767px) {
  .list_ppp li:nth-child(5n) {
    margin: 0 4% 6% 0;
  }
}
@media screen and (max-width: 767px) {
  .list_ppp li:nth-child(2n) {
    margin: 0 0 6% 0;
  }
}
.list_ppp li .img_box {
  position: relative;
  height: 198px;
  overflow: hidden;
}
.list_ppp li .img_box .ppp_thum {
  height: 198px;
  width: 100%;
}
.list_ppp li .ppp {
  position: absolute;
  width: auto;
  bottom: 0;
  right: 0;
}
.list_ppp li .ttl {
  font-size: 0.81em;
  padding: 10px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_ppp li .ttl {
    line-height: 1.5;
  }
}

.list_concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto 40px;
}
.list_concept li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list_concept li {
    display: block;
  }
}
.list_concept li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .list_concept li:nth-child(2n) {
    display: block;
  }
}
.list_concept li .img_box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_concept li .img_box {
    width: 100%;
  }
}
.list_concept li .img_box img {
  width: 100%;
}
.list_concept li .txt_box {
  padding: 100px 5%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_concept li .txt_box {
    width: 100%;
    padding: 20px 10px;
  }
}
.list_concept li .txt_box .sub_ttl {
  font-size: 1.5em;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .list_concept li .txt_box .sub_ttl {
    font-size: 1.14em;
    margin: 0 auto 20px;
  }
}
.list_concept li .txt_box .sub_ttl .img {
  width: 110px;
  height: 108px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .list_concept li .txt_box .sub_ttl .img {
    width: 66px;
    height: 65px;
  }
}
.list_concept li .txt_box .sub_ttl .ttlA {
  padding: 0 0 0 25px;
  width: calc(100% - 110px);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .list_concept li .txt_box .sub_ttl .ttlA {
    width: calc(100% - 70px);
    padding: 0 0 0 10px;
    line-height: 1.4;
  }
}
.list_concept li .txt_box .txt {
  font-size: 0.93em;
}

@media all and (-ms-high-contrast: none) {
  .list_concept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px auto 40px;
  }
}
.list_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto 40px;
}
.list_layout li {
  width: 49%;
  margin: 0 2% 2% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list_layout li {
    width: 100%;
    margin: 0 auto 10%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.5em;
  }
}
.list_layout li:nth-child(2n) {
  margin: 0 0 2% 0;
}
@media screen and (max-width: 767px) {
  .list_layout li:nth-child(2n) {
    width: 100%;
    margin: 0 auto 10%;
  }
}
@media screen and (max-width: 767px) {
  .list_layout li:last-child {
    margin: 0 auto;
  }
}
.list_layout li .img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .list_layout li .img {
    width: 40%;
    height: auto;
  }
}
.list_layout li .txt_box {
  width: 70%;
  padding: 0 5px 0 20px;
}
@media screen and (max-width: 767px) {
  .list_layout li .txt_box {
    width: 57%;
    padding: 0 0 0 3%;
    height: auto;
  }
}
.list_layout li .txt_box .ttl {
  margin-bottom: 0.7em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .list_layout li .txt_box .ttl {
    margin-bottom: 0.1em;
  }
}
.list_layout li .txt_box .ttl .num {
  font-size: 1.25em;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 10px 0 0;
}
@media all and (-ms-high-contrast: none) {
  .list_layout li .txt_box .ttl .num {
    font-size: 1.25em;
    font-family: "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 1em;
    text-align: center;
    margin: 0 10px 0 0;
    padding-top: 0.4em;
  }
}
.list_layout li .txt_box .ttl .big {
  font-size: 1.12em;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .list_layout li .txt_box .ttl .big {
    padding: 0 0 0.3em;
    line-height: 1.4;
    font-size: 1em;
    width: calc(100% - 40px);
    vertical-align: top;
  }
}
.list_layout li .txt_box .txt {
  text-align: left;
  font-size: 0.87em;
}

.list_location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .list_location {
    margin: 0 auto 70px;
  }
}
.list_location li {
  width: 31%;
  margin: 0 3.5% 5.5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list_location li {
    width: 100%;
    margin: 0 auto 10%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.list_location li:nth-child(3n) {
  margin: 0 0 5.5% 0;
}
@media screen and (max-width: 767px) {
  .list_location li:nth-child(3n) {
    margin: 0 auto 10%;
  }
}
@media screen and (max-width: 767px) {
  .list_location li:nth-child(3n):last-child {
    margin: 0 auto;
  }
}
.list_location li .img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_location li .img {
    width: 45%;
  }
}
.list_location li .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_location li .txt_box {
    width: 55%;
    padding-left: 10px;
  }
}
.list_location li .txt_box .num {
  width: 74px;
}
@media screen and (max-width: 767px) {
  .list_location li .txt_box .num {
    width: 40px;
  }
}
.list_location li .txt_box .name {
  width: calc(100% - 75px);
  padding: 18px 0 0 15px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .list_location li .txt_box .name {
    font-size: 1.14em;
    padding: 0 0 0 10px;
    width: calc(100% - 40px);
  }
}
.list_location li .txt_box .name .yard {
  display: block;
  text-align: left;
  font-size: 0.58em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .list_location li .txt_box .name .yard {
    font-size: 0.87em;
  }
}

.list_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.list_news li {
  width: 48%;
  margin: 0 4% 4% 0;
}
@media screen and (max-width: 767px) {
  .list_news li {
    margin: 0 4% 10% 0;
  }
}
.list_news li a {
  display: block;
}
.list_news li a:hover {
  opacity: 0.7;
}
.list_news li:nth-child(odd) {
  margin: 0 0 4% 0;
}
@media screen and (max-width: 767px) {
  .list_news li:nth-child(odd) {
    margin: 0 0 10% 0;
  }
}
.list_news li .img_box {
  position: relative;
  width: 100%;
  height: 250px;
  margin: 0 auto 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_news li .img_box {
    height: 100px;
  }
}
.list_news li .img_box .cat {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.87em;
  display: inline-block;
  padding: 0.1em 0.7em;
  background: #008CC5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .list_news li .img_box .cat {
    font-size: 0.78em;
  }
}
.list_news li .img_box img {
  height: 250px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_news li .img_box img {
    height: 100px;
  }
}
.list_news li .bottom .ttl {
  text-align: left;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .list_news li .bottom .ttl {
    font-size: 0.87em;
  }
}
.list_news li:first-child {
  width: 100%;
  height: auto;
  position: relative;
  text-align: left;
  padding: 0;
  margin: 0 0 4% 0;
}
.list_news li:first-child a {
  display: block;
  position: relative;
}
.list_news li:first-child a .bottom {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 110px;
  width: 100%;
  padding: 20px 15px;
  background: rgba(0, 0, 0, 0.8);
}
.list_news li:first-child a .bottom .ttl {
  font-size: 1.12em;
  font-weight: bold;
  padding-top: 1.3em;
}
@media screen and (max-width: 767px) {
  .list_news li:first-child a .bottom .ttl {
    font-size: 0.93em;
    line-height: 1.5;
  }
}
.list_news li:first-child .img_box {
  position: relative;
  width: 100%;
  height: inherit;
  overflow: hidden;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .list_news li:first-child .img_box {
    height: inherit;
  }
}
.list_news li:first-child .img_box .cat {
  position: absolute;
  left: 15px;
  bottom: 65px;
  font-size: 0.87em;
  line-height: 1;
  display: inline-block;
  padding: 0.5em 0.7em;
  margin-bottom: 0.5em;
  border: 1px #fff solid;
  color: #fff;
  background: none;
  height: 2em;
  top: inherit;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_news li:first-child .img_box .cat {
    font-size: 0.78em;
  }
}
.list_news li:first-child .img_box img {
  width: 100%;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .list_news li:first-child .img_box img {
    height: inherit;
  }
}

.list_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 110px;
}
@media screen and (max-width: 767px) {
  .list_column {
    margin: 0 auto 10%;
  }
}
.list_column li {
  width: 48%;
  margin: 0 4% 4% 0;
}
@media screen and (max-width: 767px) {
  .list_column li {
    margin: 0 4% 10% 0;
  }
}
.list_column li a {
  display: block;
}
.list_column li a:hover {
  opacity: 0.7;
}
.list_column li:nth-child(2n) {
  margin: 0 0 4% 0;
}
@media screen and (max-width: 767px) {
  .list_column li:nth-child(2n) {
    margin: 0 0 10% 0;
  }
}
.list_column li:last-child {
  margin: 0 0 4% 0;
}
@media screen and (max-width: 767px) {
  .list_column li:last-child {
    margin: 0 0 10% 0;
  }
}
.list_column li .img_box {
  height: 250px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_column li .img_box {
    height: 100px;
  }
}
.list_column li img {
  width: 100%;
  height: 250px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .list_column li img {
    height: 100px;
  }
}
.list_column li .bottom .ttl {
  text-align: left;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .list_column li .bottom .ttl {
    font-size: 0.87em;
  }
}

.list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .list_area {
    margin: 0 auto 60px;
  }
}
.list_area li {
  display: inline-block;
  margin: 0 1% 0 0;
}
.list_area li a {
  border: 1px #000 solid;
  padding: 0.2em 0.5em;
  display: block;
}
.list_area li a:hover {
  opacity: 0.7;
}
.list_area li:last-child {
  margin: 0 0 0 0;
}
.list_area li.current a {
  background: #000;
  color: #fff;
}

.list_recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 110px;
}
@media screen and (max-width: 767px) {
  .list_recommend {
    margin: 0 auto 60px;
  }
}
.list_recommend li {
  width: 48%;
  margin: 0 4% 4% 0;
}
.list_recommend li a {
  display: block;
}
.list_recommend li a:hover {
  opacity: 0.7;
}
.list_recommend li:last-child {
  margin: 0 0 4% 0;
}
.list_recommend li .img_box {
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
}
.list_recommend li .img_box .cat {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.87em;
  display: inline-block;
  padding: 0.1em 0.7em;
}
.list_recommend li .img_box img {
  width: 100%;
}
.list_recommend li .bottom .ttl {
  text-align: left;
  font-weight: bold;
  line-height: 1.6;
}

.aside-list {
  width: 100%;
  border-top: 1px #C7C7C7 solid;
}
.aside-list li {
  border-bottom: 1px #C7C7C7 solid;
  padding: 15px 0;
}
.aside-list li.rank .left {
  position: relative;
  width: 90px;
}
.aside-list li.rank .left:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Arial", "Helvetica", sans-serif;
  width: 25px;
  height: 25px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 25px;
}
.aside-list li.rank:first-child .left:before {
  content: "1";
}
.aside-list li.rank:nth-child(2) .left:before {
  content: "2";
}
.aside-list li.rank:nth-child(3) .left:before {
  content: "3";
}
.aside-list li.rank:nth-child(4) .left:before {
  content: "4";
}
.aside-list li.rank:nth-child(5) .left:before {
  content: "5";
}
.aside-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aside-list li a:hover {
  opacity: 0.6;
}
.aside-list li a .left img {
  width: 90px;
  height: 90px;
}
.aside-list li a .right {
  text-align: left;
  padding: 0 0 0 15px;
  width: calc(100% - 90px);
}
.aside-list li a .right .cat {
  line-height: 1;
  font-size: 0.87em;
  font-weight: bold;
  padding: 0.4em 0.6em;
  margin-bottom: 0.5em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .aside-list li a .right .cat {
    font-size: 0.67em;
  }
}
.aside-list li a .right .txt {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .aside-list li a .right .txt {
    font-size: 0.87em;
  }
}
.aside-list li.category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1em;
}
.aside-list li.category a .left {
  font-size: 0.93em;
  width: 50%;
}
.aside-list li.category a .right {
  text-align: right;
  width: 50%;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 0.93em;
}

.aside-listcat {
  width: 100%;
  border-top: 1px #C7C7C7 solid;
}
.aside-listcat li {
  border-bottom: 1px #C7C7C7 solid;
  padding: 15px 0;
}
.aside-listcat li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1em;
}
.aside-listcat li a:hover {
  opacity: 0.6;
}
.aside-listcat li a .left {
  font-size: 0.93em;
  width: 50%;
}
.aside-listcat li a .right {
  text-align: right;
  width: 10%;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 0.93em;
}

/*
7:dl
------------------------------------------------------------
*/
/*
8:table
------------------------------------------------------------
*/
.table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  .table-wrap table {
    min-width: 767px;
  }
}
.table-wrap .scroll-hint-icon {
  top: 2em;
  height: auto;
}

.table-wrap::-webkit-scrollbar {
  height: 5px;
}

.table-wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.table-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.table_info {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
}
.table_info tbody {
  table-layout: fixed;
}
.table_info td {
  padding: 0 1em 0.2em 0;
}
@media screen and (max-width: 767px) {
  .table_info td {
    width: 100%;
    padding: 0;
    margin: 0 auto 1em;
    display: block;
    line-height: 1.3;
  }
}

.table_bukken {
  width: 100%;
  border: 1px #AACDD7 solid;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .table_bukken {
    border: none;
    table-layout: inherit;
  }
}
.table_bukken th {
  background: #EAF2F5;
  padding: 1em 2em;
  border: 1px #AACDD7 solid;
  width: 16%;
}
@media screen and (max-width: 767px) {
  .table_bukken th {
    display: block;
    font-size: 0.93em;
    text-align: left;
    width: 100%;
    border: none;
    padding: 1em 1em;
  }
}
.table_bukken td {
  padding: 1em 2em;
  border: 1px #AACDD7 solid;
  font-size: 0.93em;
  letter-spacing: 0.02em;
  width: 34%;
}
@media screen and (max-width: 767px) {
  .table_bukken td {
    display: block;
    font-size: 0.87em;
    width: 100%;
    border: none;
    padding: 1em 1em;
  }
}

/*
9:タイトル
------------------------------------------------------------
*/
.side_ttl {
  text-align: center;
  line-height: 1.3;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1.87em;
  font-style: italic;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .side_ttl {
    font-size: 1.5em;
    font-weight: bold;
  }
}
.side_ttl .jp {
  font-size: 0.43em;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  display: block;
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .side_ttl .jp {
    font-size: 0.6em;
    font-weight: normal;
    margin-top: 0.2em;
  }
}

/*
10：装飾
------------------------------------------------------------
*/
.bg_gray {
  background: #f5f5f5;
}
.bg_gray2 {
  background: #EAEAEA;
}
.bg_gray3 {
  background: #F3F3F3;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}
.bg_yellow {
  background: #FFF151;
}
.bg_blue {
  background: #DDF0FA;
}
.bg_blue2 {
  background: #008CC5;
}
.bg_blue3 {
  background: #198cc8;
}
.bg_pink {
  background: #F8D9D8;
}
.bg_pink2 {
  background: #E4002D;
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}
.txt_clr_red {
  color: #DD0A13;
}
.txt_clr_yellow {
  color: #FFF000;
}
.txt_clr_blue {
  color: #008CC5;
}
.txt_clr_blue3 {
  color: #198cc8;
}

/*
11:ボタン系
------------------------------------------------------------
*/
#topcontrol {
  width: 35px;
  height: 35px;
  background: url(../images/pageTop.png) no-repeat center/auto 100%;
  z-index: 9999;
  bottom: 85px !important;
  right: 5px !important;
}
@media screen and (max-width: 767px) {
  #topcontrol {
    bottom: 40px !important;
    right: 5px !important;
  }
}

.btn {
  text-align: center;
}

p.btn a {
  border: solid 3px #000;
  display: inline-block;
  width: 320px;
  height: 70px;
  line-height: 64px;
  color: #000;
  font-size: 1.125em;
  font-weight: bold;
  background: #fff url(../images/btn_arw_blk.svg) no-repeat 97% center;
  background-size: 13px 20px;
}
p.btn a:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 767px) {
  p.btn a {
    width: 270px;
    font-size: 16px;
  }
}

.news p.btn a {
  width: 163px;
  height: 50px;
  line-height: 44px;
  background-image: none;
}

.button {
  text-align: center;
}
.button.left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .button.left {
    text-align: center;
  }
}
.button.right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .button.right {
    text-align: center;
  }
}
.button a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 1em;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  -webkit-box-shadow: 2px 4px 0 #ccc;
          box-shadow: 2px 4px 0 #ccc;
}
.button a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*
12:その他パーツ
------------------------------------------------------------
*/
#breadcrumbList {
  font-size: 0.81em;
  margin-bottom: 80px;
  padding: 1em 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #breadcrumbList {
    margin-bottom: 40px;
  }
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
.ui-datepicker {
  z-index: 9999 !important;
}

@media screen and (max-width: 767px) {
  .picker {
    width: 100% !important;
  }
}
#contact {
  position: relative;
  background: #F2F2F2;
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 100px 0;
  }
}
#contact .common01_box {
  background: url(../images/contact_h.jpg) no-repeat;
  background-size: cover;
  padding: 130px 0;
  text-align: center;
  /*
          .common01 {
              text-align: center;
              background: #fff;
              max-width: 560px;
              width: 100%;
              margin: 0 auto;
              font-weight: bold;
              padding: 55px 0;
              display: inline-block;

              @include mq(md) {
                  padding: 20px 0;
                  width: 90%;
              }

              .line {
                  display: inline-block;
                  color: #008bc5;
                  font-size: .45em;
                  font-weight: bold;
                  position: relative;
                  line-height: 1;
                  padding: 0 1.2em;
                  font-size: 1.25em;
                  margin-bottom: .5em;

                  @include mq(md) {
                      font-size: .93em;
                      margin-bottom: .9em;
                  }

                  &::before {
                      content: "";
                      position: absolute;
                      width: 3px;
                      height: 20px;
                      background: #008bc5;
                      transform: rotate(-40deg);
                      bottom: 0;
                      left: 0;
                  }

                  &::after {
                      content: "";
                      position: absolute;
                      width: 3px;
                      height: 20px;
                      background: #008bc5;
                      transform: rotate(40deg);
                      bottom: 0;
                      right: 0;
                  }
              }

              .main {
                  display: block;
                  line-height: 1;
                  margin-bottom: .5em;
                  letter-spacing: .1em;
                  font-size: 2.75em;

                  @include mq(md) {
                      font-size: 2em;
                  }
              }
          }
  */
}
@media screen and (max-width: 767px) {
  #contact .common01_box {
    padding: 30px 0;
  }
}
#contact .small {
  font-size: 0.93em;
  letter-spacing: 0;
  display: block;
  line-height: 110%;
  color: #666;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #contact .small {
    font-size: 12px;
    line-height: 1.5;
  }
}

.contact_txt {
  font-size: 1.07em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_txt {
    margin: 40px auto 0;
    font-size: 0.93em;
  }
}

#contact #frame {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #contact #frame {
    padding: 0 0 0;
  }
}
#contact #frame #form_wrap {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 78px 0 0 0;
}
@media screen and (max-width: 767px) {
  #contact #frame #form_wrap {
    padding: 30px 0 0 0;
  }
}
#contact #frame img {
  padding: 0 0 25px;
}
@media screen and (max-width: 767px) {
  #contact #frame .text {
    font-size: 0.93em;
  }
}
#contact #frame form {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  #contact #frame form {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 10px 10px 40px;
  }
}

#contact #frame .contact_table td .picker th {
  width: inherit;
  font-size: 13px;
  display: table-cell;
}

#contact #frame .contact_table td .picker td {
  display: table-cell;
}

#calender {
  margin-bottom: 10px;
}

#contact #frame .contact_table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contact #frame .contact_table {
    width: 100%;
    display: block;
  }
}
#contact #frame .contact_table th {
  width: 230px;
  padding: 15px 0;
  vertical-align: text-top;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #contact #frame .contact_table th {
    width: 100%;
    padding: 15px 0 0;
    vertical-align: text-top;
    font-weight: bold;
    display: block;
  }
}
#contact #frame .contact_table th span {
  font-size: 12px;
  color: #fff;
  background: #df5e4d;
  padding: 0 10px;
  display: inline-block;
  margin: 0 0 0 15px;
}
#contact #frame .contact_table td {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  #contact #frame .contact_table td {
    width: 100%;
    display: block;
  }
}
#contact #frame .contact_table td input[type=text],
#contact #frame .contact_table td select,
#contact #frame .contact_table td input[type=email],
#contact #frame .contact_table td input[type=tel],
#contact #frame .contact_table td textarea {
  border: none;
  background: #f3f3f3;
  padding: 10px;
  line-height: 1.3em;
  width: 100%;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  #contact #frame .contact_table td input[type=text],
#contact #frame .contact_table td select,
#contact #frame .contact_table td input[type=email],
#contact #frame .contact_table td input[type=tel],
#contact #frame .contact_table td textarea {
    padding: 10px 0 10px 3%;
    width: 97%;
  }
}
#contact #frame .contact_table td input[type=text].telinput,
#contact #frame .contact_table td select.telinput,
#contact #frame .contact_table td input[type=email].telinput,
#contact #frame .contact_table td input[type=tel].telinput,
#contact #frame .contact_table td textarea.telinput {
  width: 100%;
}
#contact #frame .contact_table td.short {
  width: 226px;
}
@media screen and (max-width: 767px) {
  #contact #frame .contact_table td.short {
    width: 100%;
    display: block;
  }
}
#contact #frame .contact_table td.short input[type=text] {
  width: 226px;
}
@media screen and (max-width: 767px) {
  #contact #frame .contact_table td.short input[type=text] {
    width: 100%;
    display: block;
  }
}
#contact #frame .contact_table td.short select {
  width: auto;
}
#contact #frame .contact_table td label {
  display: block;
  padding: 0 0 10px;
}
#contact #frame .contact_table td input[type=radio] {
  margin: 0 10px 0 0;
}
#contact #frame .contact_table td select {
  border: none;
  background: #f3f3f3;
  padding: 10px;
  width: 100%;
  line-height: 1.3;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  #contact #frame .contact_table td select {
    padding: 10px 0 10px 3%;
    width: 97%;
  }
}
#contact #frame .contact_table td select.time {
  width: 5em;
  margin-right: 0.5em;
}

#contact #frame #request {
  border: 1px solid #dcdcdc;
  padding: 25px;
  font-size: 12px;
  margin: 40px 0 45px;
}

#contact #frame #request h4 {
  padding: 0 0 5px;
}

#contact #frame #request p {
  line-height: 23px;
}
#contact #frame #request p .recieve_domain {
  font-weight: bold;
  font-size: 1.4em;
}

#contact #frame p.btn input[type=submit].submit {
  background: #df5e4d;
  color: #fff;
  width: 330px;
  height: 60px;
  line-height: 60px;
  border: none;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  #contact #frame p.btn input[type=submit].submit {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #contact #frame p.btn input[type=submit].submit:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  #contact #frame p.btn input[type=submit].submit {
    width: 260px;
  }
}

#contact #frame p.btn input[type=submit].backbtn {
  background: #FFB300;
  color: #fff;
  width: 330px;
  height: 60px;
  line-height: 60px;
  border: none;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  #contact #frame p.btn input[type=submit].backbtn {
    width: 260px;
  }
}

/*------------------------
    Contact Form 7用
--------------------------*/
span.wpcf7-list-item {
  width: 100% !important;
}

input.day {
  margin-bottom: 15px;
}

/*------------------------
    MWフォーム用
--------------------------*/
/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
  text-align: center;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 0 auto 50px;
  }
}

.wp-pagenavi a,
.wp-pagenavi span.extend {
  width: 30px;
  display: inline-block;
  height: 30px;
  font-size: 1em;
  line-height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #000;
  border: 1px #000 solid;
  background: #fff;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
  width: auto;
  display: inline-block;
  height: auto;
  font-size: 1em;
  line-height: 1em;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #000;
  background: none;
}

.wp-pagenavi span.pages {
  width: auto;
  display: inline-block;
  height: auto;
  font-size: 1em;
  line-height: 1em;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #000;
}

.wp-pagenavi a:hover {
  opacity: 0.5;
}

.wp-pagenavi span.current {
  color: #fff;
  width: 30px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  background: #000;
}

/*
15:マージン・パディング
------------------------------------------------------------
*/
/*
16:Pagination
------------------------------------------------------------
*/
ul.paginationList {
  width: 100%;
  margin: 3em auto 4em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1em 0;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  ul.paginationList {
    font-size: 0.72em;
    line-height: 1.5;
    padding: 0;
  }
}

ul.paginationList::before {
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  background: #000;
  top: 10%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

ul.paginationList li.prev {
  width: 50%;
  text-align: left;
  padding: 15px 15px 15px 25px;
}

ul.paginationList li.next,
ul.paginationList li.prev {
  line-height: 1.5em;
}

ul.paginationList li a {
  color: #000;
}
ul.paginationList li a:hover {
  opacity: 0.6;
}

ul.paginationList li.prev a {
  position: relative;
}

ul.paginationList li.prev a:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 1px #000 solid;
  border-left: 1px #000 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

ul.paginationList li.next {
  width: 50%;
  text-align: right;
  padding: 15px 25px 15px 15px;
}

ul.paginationList li.next a {
  position: relative;
}

ul.paginationList li.next a:before {
  position: absolute;
  content: "";
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 1px #000 solid;
  border-right: 1px #000 solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.imgC {
  margin: 0 15% 30px;
  width: 70%;
  height: auto;
}

.pager {
  margin: 0 auto 40px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pager li a {
  display: block;
}
.pager li a:hover {
  opacity: 0.5;
}
.pager li.prev {
  width: 10%;
  text-align: left;
  padding: 0 0 0 0;
}
.pager li.prev a {
  display: block;
  position: relative;
}
.pager li.prev a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 3px #fff solid;
  border-bottom: 3px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 27px;
  top: -10px;
}
.pager li.middle {
  width: 80%;
  text-align: center;
  font-size: 2.18em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pager li.middle {
    font-size: 1.7em;
  }
}
.pager li.next {
  width: 10%;
  text-align: right;
  padding: 0 0 0 0;
}
.pager li.next a {
  display: block;
  position: relative;
}
.pager li.next a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-right: 3px #fff solid;
  border-bottom: 3px #fff solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 27px;
  top: -10px;
}

.instagram {
  clear: both;
  position: relative;
  background-color: #fff;
  padding: 140px 0 190px;
  text-align: center;
  /*
      .instagram_ttl {
          font-size: 2.75em;
          text-align: center;
          font-weight: 700;
          line-height: 1em;

          span {
              margin-top: 0.8em;
              font-size: .85em;
              display: block;
              line-height: 1;

              img {
                  width: 40px;
                  height: auto;
              }
          }

          @media screen and (max-width: 767px) {
              font-size: 2em;
          }
      }

      .ig_lead {
          margin-top: 30px;

          strong {
              margin-right: 20px;
              font-size: 120%;
          }
      }
  */
}
@media screen and (max-width: 767px) {
  .instagram {
    padding: 60px 20px;
  }
}
.instagram .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .instagram .inner {
    margin-bottom: 30px;
  }
}
.instagram .instagram_ttl {
  width: 50%;
  max-width: 298px;
  padding-bottom: 20px;
}
.instagram .ig_lead a {
  display: inline-block;
  color: #198cc8;
  font-weight: bold;
  font-size: 2em;
  line-height: 1;
  padding-bottom: 5px;
  position: relative;
}
.instagram .ig_lead a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #198cc8;
}
.instagram .ig_follow_txt {
  position: absolute;
  right: 7.5%;
  bottom: 100px;
  z-index: 1;
  width: 38%;
  max-width: 490px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .instagram .instagram_ttl {
    width: 45%;
    max-width: 298px;
    padding-bottom: 0;
  }
  .instagram .ig_lead a {
    font-size: 14px;
  }
  .instagram .ig_follow_txt {
    bottom: 60px;
    width: 50%;
  }
}
.instagram #sb_instagram {
  position: relative;
  z-index: 2;
  margin: 30px 0;
}
@media (max-width: 480px) {
  .instagram .instagram.none {
    display: none !important;
  }
  .instagram .instagram #sb_instagram #sbi_images {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .instagram #sb_instagram.sbi_col_3 #sbi_images .sbi_item, .instagram #sb_instagram.sbi_col_4 #sbi_images .sbi_item, .instagram #sb_instagram.sbi_col_5 #sbi_images .sbi_item, .instagram #sb_instagram.sbi_col_6 #sbi_images .sbi_item, .instagram #sb_instagram.sbi_col_7 #sbi_images .sbi_item, .instagram #sb_instagram.sbi_col_8 #sbi_images .sbi_item, .instagram #sb_instagram.sbi_col_9 #sbi_images .sbi_item, .instagram #sb_instagram.sbi_col_10 #sbi_images .sbi_item {
    width: 50%;
  }
}

/*
#header #h_right {
    width: calc(100% - 105px)
}


#header #h_right ul {
    justify-content: left;
    width: auto;
    padding: 20px 0 0 60px;
    white-space: nowrap;
}
@media screen and (max-width: 1300px) {
    #header #h_right ul {
        padding: 20px 0 0 30px;
    }
}

#header .h_right_opt {
	float: right;
	display: flex;
}
*/
@media screen and (max-width: 767px) {
  .sp_nav #ig {
    width: 250px;
    margin: 0 auto;
    text-align: left;
  }

  .sp_nav #ig .fab {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  #h_right #ig {
    float: left;
    margin-right: 30px;
    padding: 15px 0 0;
  }

  #h_right #ig .fab {
    font-size: 30px;
  }
}
.lead {
  text-align: center;
  position: relative;
  padding: 140px 0 80px;
}
.lead .lead-ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  color: #198cc8;
  font-size: 2.25em;
  font-weight: bold;
}
.lead .lead-ttl span {
  display: block;
  padding-left: 18px;
}
.lead .lead-txt {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.lead .lead-sunpro-logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .lead {
    padding: 60px 0;
  }
  .lead .lead-ttl {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .lead .lead-txt {
    margin-bottom: 30px;
    font-size: 15px;
    text-align: left;
  }
  .lead .lead-sunpro-logo {
    width: 40px;
  }
}

.cmn-ttl2 {
  margin-bottom: 60px;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 2.75em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cmn-ttl2 {
    font-size: 1.7em;
    margin-bottom: 40px;
  }
}
.cmn-ttl2 .cmn-ttl-jp {
  display: block;
  font-size: 0.409em;
  color: #198cc8;
  margin-top: 30px;
}

.list-body-wrap .list-body {
  display: none;
}
.list-body-wrap .list-body.active {
  display: block;
}

.special {
  padding: 130px 0 140px;
}
@media screen and (max-width: 767px) {
  .special {
    padding: 60px 0;
  }
}
.special .special-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.special .special-list .special-item {
  width: 49%;
  max-width: 608px;
}
.special .special-list .special-item .special-btn .special-img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.special .special-list .special-item .special-btn:hover .special-img {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .special .special-list .special-item {
    width: 100%;
  }
  .special .special-list .special-item:first-child {
    margin-bottom: 20px;
  }
}

.list-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
.list-select .list-select-item {
  width: 120px;
}
.list-select .list-select-item:nth-of-type(n+2) {
  margin-left: 20px;
}
.list-select .list-select-item .list-select-btn {
  display: block;
  border: solid 3px #000;
  padding: 10px 0;
  text-align: center;
  color: #000;
  background-color: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-select .list-select-item .list-select-btn:hover {
  cursor: pointer;
  background-color: #333;
  color: #fff;
}
.list-select .list-select-item.active .list-select-btn {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .list-select {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 60px;
  }
  .list-select .list-select-item {
    width: 23%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .list-select .list-select-item:first-child {
    margin-right: 55%;
    margin-left: 2%;
  }
  .list-select .list-select-item:nth-child(4) {
    margin-right: 30px;
  }
  .list-select .list-select-item:nth-child(6) {
    margin-right: 50%;
  }
  .list-select .list-select-item:nth-of-type(n+2) {
    margin-left: 2%;
  }
  .list-select .list-select-item .list-select-btn {
    border: solid 2px #000;
    padding: 7px 0;
    font-size: 14px;
  }
}

.housing-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.housing-list .housing-item {
  position: relative;
  width: 30%;
  margin-left: 5%;
  margin-bottom: 50px;
  text-align: left;
}
.housing-list .housing-item:nth-of-type(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .housing-list .housing-item {
    width: 100%;
    margin-left: 0;
  }
}
.housing-list .housing-list-img-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
  overflow: hidden;
}
.housing-list .housing-list-img-wrap .housing-list-img-link .housing-list-img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.housing-list .housing-list-img-wrap .housing-list-img-link img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .housing-list .housing-list-img-wrap .housing-list-img-link:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .housing-list .housing-list-img-wrap {
    height: 200px;
  }
}
.housing-list .housing-list-ttl {
  margin-bottom: 20px;
  font-size: 1.25em;
  font-weight: bold;
}
.housing-list .housing-list-ttl .seiyaku_txt2 {
  display: block;
  color: #DD0A13;
  border: 1px #DD0A13 solid;
  margin-top: 15px;
  padding: 10% 0;
  text-align: center;
}
.housing-list .housing-list-txt1,
.housing-list .housing-list-txt2,
.housing-list .housing-list-txt3 {
  font-size: 0.875em;
}
.housing-list .housing-list-txt1 {
  margin-bottom: 20px;
  font-weight: bold;
}
.housing-list .housing-list-txt2 {
  margin-bottom: 10px;
}
.housing-list .housing-list-txt2,
.housing-list .housing-list-txt3 {
  color: #666;
}
@media screen and (max-width: 767px) {
  .housing-list .housing-list-ttl {
    font-size: 16px;
  }
  .housing-list .housing-list-txt1,
.housing-list .housing-list-txt2,
.housing-list .housing-list-txt3 {
    font-size: 14px;
  }
  .housing-list .housing-list-txt1 {
    margin-bottom: 15px;
  }
  .housing-list .housing-list-txt2 {
    margin-bottom: 10px;
  }
}

.housing-label-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.housing-label-list .housing-label {
  display: inline-block;
  width: 70px;
  padding: 5px 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
}
.housing-label-list .housing-label.housing-label-new {
  background-color: #198cc8;
}
.housing-label-list .housing-label.housing-label-discount {
  background-color: #df5e4d;
}
.housing-label-list .housing-label.housing-label-nego {
  background-color: #f36400;
}
@media screen and (max-width: 767px) {
  .housing-label-list .housing-label {
    width: 60px;
    font-size: 12px;
  }
}

.housing-list-more {
  text-align: right;
}
.housing-list-more a {
  color: #198cc8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .housing-list-more {
    font-size: 14px;
  }
}

.house_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  font-size: 2.25em;
  font-weight: bold;
}
.house_ttl span {
  display: block;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .house_ttl span {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .house_ttl .house_area {
    padding-right: 60px;
  }
  .house_ttl .house_name {
    position: relative;
    padding-left: 60px;
  }
  .house_ttl .house_name::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3px;
    height: 100%;
    background-color: #000;
  }
}
@media screen and (max-width: 767px) {
  .house_ttl {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .house_ttl .house_area {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .house_ttl .house_area::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 2px;
    background-color: #000;
  }
}

.house_gallery_wrap {
  position: relative;
}
.house_gallery_wrap .madori_btn {
  position: absolute;
  right: 0;
  bottom: 48px;
  display: block;
  width: 160px;
  height: 37px;
}
.house_gallery_wrap .madori_btn:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .house_gallery_wrap .madori_btn {
    right: 0;
    top: 0;
    bottom: auto;
    width: 120px;
    height: 28px;
  }
}

.house_gallery {
  margin-bottom: 30px;
}

.house_gallery_item {
  text-align: center;
}
.house_gallery_item .house_gallery_text {
  margin-top: 20px;
}

.house_gallery_thumb {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.house_gallery_thumb .house_gallery_thumb_item {
  width: 9%;
  padding-top: 8%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .house_gallery_thumb .house_gallery_thumb_item:nth-of-type(n+2) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .house_gallery_thumb .house_gallery_thumb_item {
    width: 18%;
    padding-top: 18%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  .house_gallery_thumb .house_gallery_thumb_item:nth-of-type(5n+1) {
    margin-left: 0;
  }
}
.house_gallery_thumb .house_gallery_thumb_item:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .house_gallery_thumb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
}

.house_overview {
  margin-bottom: 90px;
}

.house_overview_ttl {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 1.75em;
}
@media screen and (max-width: 767px) {
  .house_overview_ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .house_location_info,
.house_staff_text,
.house_overview_txt {
    font-size: 14px;
  }
}

.house_block_ttl {
  margin-bottom: 40px;
  color: #198cc8;
  font-size: 2.25em;
  font-weight: bold;
}

.house_location_info {
  margin-bottom: 50px;
}

.house_location_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .house_location_list {
    margin-bottom: 50px;
  }
}

.house_location_item {
  width: 30%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .house_location_item {
    margin-left: 5%;
  }
  .house_location_item:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .house_location_item {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }
}

.house_location_img {
  margin-bottom: 10px;
}

.house_location_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.house_location_num {
  width: 54px;
  height: 54px;
  margin-right: 15px;
}
.house_location_num span {
  display: block;
  color: #fff;
  background-color: #198cc8;
  line-height: 54px;
  text-align: center;
  font-size: 1.75em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .house_location_num {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .house_location_num span {
    line-height: 38px;
    font-size: 13px;
  }
}

.house_location_data {
  line-height: 1;
}
.house_location_data span {
  display: block;
}
.house_location_data span.house_location_buiding {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.25em;
}
.house_location_data span.house_location_distance {
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .house_location_data span.house_location_buiding {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .house_location_data span.house_location_distance {
    font-size: 12px;
  }
}

.house_staff_block {
  margin-bottom: 140px;
}

.house_map {
  width: 100%;
  height: 460px;
  margin-bottom: 80px;
}
.house_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .house_map {
    height: 350px;
    margin-bottom: 30px;
  }
}

.table_bukken {
  margin-bottom: 100px;
}
.table_bukken th, .table_bukken td {
  border-color: #000;
}
.table_bukken th {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .table_bukken {
    margin-bottom: 60px;
  }
}

.house_present {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .house_present {
    margin-bottom: 50px;
  }
}

.house_contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.house_contact_list .house_contact_item {
  width: 48%;
  max-width: 533px;
}
.house_contact_list .house_contact_item a {
  display: block;
  padding: 15px 0;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.75em;
}
.house_contact_list .house_contact_item a span {
  display: block;
}
.house_contact_list .house_contact_item a img {
  margin-top: 15px;
  height: 30px;
}
.house_contact_list .house_contact_item:nth-of-type(2) {
  margin-left: 4%;
}
.house_contact_list .house_contact_item.house_reserved a {
  border: solid 3px #000;
}
.house_contact_list .house_contact_item.house_reserved a:hover {
  background-color: #ccc;
}
.house_contact_list .house_contact_item.house_contact a {
  border: solid 3px #198cc8;
  background-color: #198cc8;
  color: #fff;
}
.house_contact_list .house_contact_item.house_contact a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .house_contact_list .house_contact_item {
    width: 100%;
    max-width: 100%;
  }
  .house_contact_list .house_contact_item a {
    padding: 20px 0;
    font-size: 20px;
  }
  .house_contact_list .house_contact_item a img {
    margin-top: 10px;
    height: 30px;
  }
  .house_contact_list .house_contact_item:nth-of-type(2) {
    margin-top: 20px;
    margin-left: 0;
  }
  .house_contact_list .house_contact_item.house_reserved a {
    border: solid 3px #000;
  }
  .house_contact_list .house_contact_item.house_contact a {
    border: solid 3px #198cc8;
    background-color: #198cc8;
    color: #fff;
  }
}

.house_info_ttl {
  margin-bottom: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 2.25em;
}
.house_info_ttl span {
  position: relative;
  display: block;
  padding-top: 70px;
}
.house_info_ttl span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 2px;
  height: 60px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .house_info_ttl {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .house_info_ttl span {
    padding-top: 50px;
  }
  .house_info_ttl span::before {
    height: 40px;
  }
}

.recommend_block {
  position: relative;
  margin: 190px 0;
}
@media (max-width: 1299px) {
  .recommend_block .inner {
    padding: 0 70px;
  }
}
@media (max-width: 767px) {
  .recommend_block {
    margin: 60px 0;
  }
}
@media (max-width: 479px) {
  .recommend_block .inner {
    padding: 0 30px;
  }
}
.recommend_block .housing-list {
  display: block;
}
.recommend_block .housing-list .housing-item {
  width: 30%;
  margin-left: 0;
  margin-bottom: 0;
}
.recommend_block .housing-list .housing-item:nth-of-type(3n+1) {
  margin-left: 0;
}
@media (min-width: 768px) {
  .recommend_block .slick-list {
    margin-right: -30px;
    /* ガター分ネガティブマージン */
  }
  .recommend_block .slick-slide {
    margin-right: 30px;
    /* ガター */
  }
}
@media (min-width: 1024px) {
  .recommend_block .slick-list {
    margin-right: -40px;
    /* ガター分ネガティブマージン */
  }
  .recommend_block .slick-slide {
    margin-right: 40px;
    /* ガター */
  }
}

.house_gallery_wrap {
  /*    @media (max-width: 1299px) {
          padding: 0 70px;
      }
      @media (max-width: 479px) {
          padding: 0 40px;
      }
  */
  /*
      .slick-arrow {
          width: 50px;
          height: 50px;
          border: none;
          transform: rotate(0);
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: cover;
      }
      .slick-next.slick-arrow {
          right: -70px;
          background-image: url(../images/slide_arrow_right.png);
      }
      .slick-prev.slick-arrow {
          left: -70px;
          background-image: url(../images/slide_arrow_left.png);
      }
      @media (max-width: 479px) {
          .slick-arrow {
              width: 25px;
              height: 25px;
          }
          .slick-next.slick-arrow {
              right: -40px;
          }
          .slick-prev.slick-arrow {
              left: -40px;
          }
      }
  */
}

.slick-slider .slick-arrow {
  width: 50px;
  height: 50px;
  border: none;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.slick-slider .slick-next.slick-arrow {
  right: -70px;
  background-image: url(../images/slide_arrow_right.png);
}
.slick-slider .slick-prev.slick-arrow {
  left: -70px;
  background-image: url(../images/slide_arrow_left.png);
}
@media (max-width: 1200px) {
  .slick-slider .slick-next.slick-arrow {
    right: 0;
  }
  .slick-slider .slick-prev.slick-arrow {
    left: 0;
  }
}
@media (max-width: 479px) {
  .slick-slider .slick-arrow {
    width: 25px;
    height: 25px;
  }
  .slick-slider .slick-next.slick-arrow {
    right: -30px;
  }
  .slick-slider .slick-prev.slick-arrow {
    left: -30px;
  }
}
.slick-slider .slick-disabled {
  opacity: 0.6;
}
.slick-slider .slick-disabled:hover {
  cursor: inherit;
}

@media (max-width: 1200px) {
  .house_gallery_wrap .slick-next.slick-arrow,
.news-list .slick-next.slick-arrow {
    right: 0;
  }
  .house_gallery_wrap .slick-prev.slick-arrow,
.news-list .slick-prev.slick-arrow {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  #container.mt60sp {
    margin-top: 60px;
  }
}

#merit4 {
  margin-bottom: 80px;
}

.tel {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .tel {
    pointer-events: initial;
  }
}

.campaign_block {
  margin-top: -30px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .campaign_block {
    margin-bottom: 50px;
  }
}
.house_campaign_img {
  margin-bottom: 20px;
}

.catch_asterisk {
  font-size: 50%;
  vertical-align: top;
}