@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
input:focus,
textarea:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
html {
  font-size: 12px;
}
body,
html {
  height: 100%;
}
body {
  background: #fff;
  color: #333;
  font-size: 1rem;
  font-family: "Times New Roman", "Helvetica neue", "Helvetica", "游明朝",
    "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "sans-serif";
  line-height: 1.8;
  letter-spacing: 0.08rem;
  /* min-width: 1100px; */
  min-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 右端余白対応*/
.wrap {
  overflow: hidden;
}

a {
  color: #caa25a;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
a:hover {
  color: #caa25a;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
textarea,
select {
  display: block;
  background: #fff;
  color: #333;
  font-size: 1.1rem;
  font-family: "Times New Roman", "Helvetica neue", "Helvetica", "游明朝",
    "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "sans-serif";
  line-height: 1.8;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
textarea:focus,
select:focus {
  outline: none;
}
@media screen and (max-width: 640px) {
  body {
    /* min-width: auto; */
    min-width: 1px;
    /* min-width: inherit; */
  }
}
.u-inner {
  zoom: 1;
  width: 1024px;
  margin: 0 auto;
}
.u-inner:after,
.u-inner:before {
  content: "";
  display: table;
}
.u-inner:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  .u-inner {
    width: 90%;
  }
}
.u-pc {
  display: block;
}
.u-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
a:hover img.u-opacity {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
a img.u-opacity {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
a img.u-opacity:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: 100%;
}
#header {
  position: relative;
  /* padding-bottom: 26px; */
}
/* @media screen and (max-width: 640px) {
  #header {
    padding-bottom: 14px;
  }
} */
.header__bar {
  zoom: 1;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_pattern.png);
  padding: 6px 20px;
  margin-bottom: 16px;
}
.header__bar:after,
.header__bar:before {
  content: "";
  display: table;
}
.header__bar:after {
  clear: both;
}
.header__bar h1 {
  float: left;
  font-size: 11px;
}
.header__bar ul {
  float: right;
}
.header__bar ul li {
  display: inline-block;
  margin-right: 10px;
}
.header__bar ul li:last-of-type {
  margin-right: 0;
}
.header__bar ul li a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.header__bar ul li a img {
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .header__bar {
    padding: 4px 5%;
    margin-bottom: 14px;
    background: transparent;
    text-align: center;
  }
  .header__bar h1 span {
    /* display: none */
    position: relative;
    top: 7.5em;
    font-size: 0.7em;
    margin-left: 0.5em;
  }
}
.header__logo {
  text-align: center;
  margin-bottom: 40px;
}
.header__logo img{
  width: 125px;
}
@media screen and (max-width: 640px) {
  .header__logo {
    margin-bottom: 0;
  }
  .header__logo img {
    width: 100%;
  }
}
.header__info {
  position: absolute;
  top: 50px;
  right: 20px;
}
.header__info ul {
  margin-bottom: 2px;
}
.header__info ul li {
  display: inline-block;
  margin-right: 4px;
}
.header__info ul li:last-of-type {
  margin-right: 0;
}
.header__info ul li a {
  display: inline-block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  padding: 2px;
}
.header__info ul li a span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 140px;
  padding: 8px 0;
}
.header__info ul li a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.header__info p {
  text-align: center;
}
.header__info p small {
  font-size: 20px;
  margin-right: 4px;
}
.header__info p span {
  font-size: 28px;
}
@media screen and (max-width: 640px) {
  .header__info {
    display: none;
  }
}
.header__navigation {
  zoom: 1;
}
.header__navigation:after,
.header__navigation:before {
  content: "";
  display: table;
}
.header__navigation:after {
  clear: both;
}
.header__navigation li {
  float: left;
  text-align: center;
  /* width: 14.28%; */
  width: 12.28%;
}
.header__navigation li.header__navigation--active a {
  color: #caa25a;
}
.header__navigation li.header__navigation--active a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  border-bottom: 2px solid #caa25a;
  width: 100%;
}
.header__navigation li a {
  color: #333;
  position: relative;
  display: inline-block;
  font-size: 13px;
}
.header__navigation li a:hover {
  color: #caa25a;
}
@media screen and (max-width: 640px) {
  .header__navigation {
    display: none;
  }
}
.header__sub {
  display: none;
  position: absolute;
  top: 42px;
  left: 5%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header__sub.header__sub--close {
  left: 254px;
}
.header__sub.header__sub--close a {
  background: #454545;
}
.header__sub.header__sub--close a span {
  border: 1px solid #7d7d7d;
}
.header__sub.header__sub--close a span div:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  -moz-transform: translateY(7px) rotate(-45deg);
  -o-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.header__sub.header__sub--close a span div:nth-of-type(2) {
  opacity: 0;
  /* background:  */
  /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"" */
  /* filter:alpha(opacity=0) */
}
.header__sub.header__sub--close a span div:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  -moz-transform: translateY(-7px) rotate(45deg);
  -o-transform: translateY(-7px) rotate(45deg);
  -ms-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
.header__sub a {
  display: inline-block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  padding: 2px;
}
.header__sub a span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 38px;
  padding: 8px 0;
}
.header__sub a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.header__sub a span {
  padding: 10px 8px;
}
.header__sub a span div {
  width: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 6px;
}
.header__sub a span div:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .header__sub {
    display: block;
    position: fixed;
    z-index: 999;
  }
}
#mobile {
  display: none;
  text-align: center;
  padding: 10px 2%;
}
#mobile.sidr {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 51;
  overflow-x: visible;
  overflow-y: auto;
  width: 240px;
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#mobile.sidr.left {
  right: auto;
  left: -240px;
}
#mobile h2 {
  font-size: 14px;
  margin-bottom: 2px;
}
.mobile__btn {
  margin-bottom: 14px;
}
.mobile__btn li {
  margin-bottom: 10px;
}
.mobile__btn li:last-of-type {
  margin-bottom: 0;
}
.mobile__btn li a {
  display: inline-block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  padding: 2px;
  display: block;
}
.mobile__btn li a span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 100%;
  padding: 8px 0;
}
.mobile__btn li a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}

.mobile__navigation {
  margin-top: 18px;
}
.mobile__navigation li {
  border-left: 1px solid #808080;
  border-bottom: 1px solid #808080;
}

.mobile__navigation li a {
  color: #333;
  display: block;
  padding: 5px 0;
}
.mobile__navigation li a:hover {
  color: #caa25a;
}
#footer {
  position: relative;
}
.footer__instagram {
  margin-top: 3em;
  margin-bottom: 60px;
}
.footer__instagram ul {
  zoom: 1;
}
.footer__instagram ul:after,
.footer__instagram ul:before {
  content: "";
  display: table;
}
.footer__instagram ul:after {
  clear: both;
}
.footer__instagram ul li {
  float: left;
  width: 14.2857%;
  overflow: hidden;
}
.footer__instagram ul li.footer__instagram--feed a {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: block;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.footer__instagram ul li.footer__instagram--feed a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70);*/
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.footer__instagram ul li a {
  position: relative;
  display: block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_pattern.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 2px;
}
.footer__instagram ul li a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.footer__instagram ul li a .footer__instagram--line1 {
  border: 2px solid #efe3cd;
  padding: 2px;
}
.footer__instagram ul li a .footer__instagram--line2 {
  border: 1px solid #efe3cd;
}
.footer__instagram ul li a .footer__instagram--line2 span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 106px;
}
@media screen and (max-width: 640px) {
  .footer__instagram {
    margin-bottom: 20px;
  }
  .footer__instagram ul li {
    float: left;
    width: 25%;
  }
  .footer__instagram ul li:nth-last-of-type(-n + 2) {
    display: none;
  }
}
.footer__sns {
  text-align: center;
  margin-bottom: 20px;
}
.footer__sns li {
  display: inline-block;
  margin: 0 10px;
}
.footer__sns li a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.footer__navigation {
  text-align: center;
  margin-bottom: 20px;
}
.footer__navigation li {
  display: inline-block;
  margin: 6px 20px;
}
.footer__navigation li a {
  color: #333;
  display: inline-block;
}
.footer__navigation li a:hover {
  color: #caa25a;
}
@media screen and (max-width: 640px) {
  .footer__navigation {
    zoom: 1;
    border-bottom: 1px dotted #ddd;
  }
  .footer__navigation:after,
  .footer__navigation:before {
    content: "";
    display: table;
  }
  .footer__navigation:after {
    clear: both;
  }
  .footer__navigation li {
    float: left;
    width: 50%;
    margin: 0;
  }
  .footer__navigation li:first-of-type {
    width: 100%;
  }
  .footer__navigation li:nth-of-type(2n + 1) {
    border-left: 1px dotted #ddd;
  }
  .footer__navigation li a {
    display: block;
    background: #f4f4f4;
    border-top: 1px dotted #ddd;
    padding: 10px 2%;
  }
}
.footer__logo {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .footer__logo img {
    width: 70px;
  }
}
.footer__scroll {
  position: fixed;
  bottom: 40px;
  right: 40px;
}
.footer__scroll:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.footer__scroll span {
  display: none;
}
@media screen and (max-width: 640px) {
  .footer__scroll {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
}
.footer__reservation {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
}
.footer__reservation a {
  display: inline-block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  padding: 2px;
}
.footer__reservation a span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 140px;
  padding: 8px 0;
}
.footer__reservation a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.footer__copy {
  display: block;
  text-align: center;
  margin-bottom: 10em;
}

#pager {
  clear: both;
  text-align: center;
  font-size: 14px;
  padding-top: 60px;
}
#pager .screen-reader-text {
  display: none;
}
#pager .current {
  display: inline-block;
  background: #dec69a;
  color: #fff;
  border: 1px solid #dec69a;
  padding: 4px 12px;
  margin-right: 2px;
}
#pager .dots {
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 4px;
}
#pager a {
  display: inline-block;
  color: #333;
  border: 1px solid #dec69a;
  padding: 4px 12px;
  margin-right: 2px;
}
#pager a:hover {
  color: #dec69a;
}
#nextback {
  margin-top: 40px;
  text-align: center;
}
#nextback a {
  display: inline-block;
  color: #333;
  margin: 0 10px;
}
#nextback a:hover {
  color: #caa25a;
}
#nextback a li {
  position: relative;
  display: inline-block;
}
#nextback a li i {
  position: relative;
  top: 1px;
  font-size: 16px;
}
#nextback span {
  position: relative;
  top: -1px;
}
#breadcrumbs {
  background: #fbfbfb;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 4px 0;
}
#breadcrumbs i {
  color: #999;
  margin: 0 8px;
}
#infomation-top {
  position: relative;
  padding: 30px 0;
}
#infomation-top ol li {
  margin-bottom: 8px;
}
#infomation-top ol li.infomation-top--none {
  display: none;
}
#infomation-top ol li time {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-right: 10px;
}
#infomation-top ol li p {
  display: inline-block;
  margin-right: 10px;
}
#infomation-top ol li p a {
  display: inline-block;
  background: #caa25a;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1.2;
  min-width: 46px;
  padding: 2px 4px;
}
#infomation-top ol li p a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
#infomation-top ol li h2 {
  display: inline-block;
}
#infomation-top ol li h2 a {
  color: #333;
  display: block;
}
#infomation-top ol li h2 a:hover {
  color: #caa25a;
}
@media screen and (max-width: 640px) {
  #infomation-top {
    padding: 20px 0 14px;
  }
  #infomation-top ol li {
    border-top: 1px dotted #eee;
    padding-top: 6px;
    margin-bottom: 0;
    margin-top: 6px;
  }
  #infomation-top ol li:first-of-type {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  #infomation-top ol li p {
    margin-bottom: 4px;
  }
  #infomation-top ol li h2 {
    display: block;
  }
}
.infomation-top__more {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
.infomation-top__more.infomation-top__more--close {
  -webkit-transform: translateX(-50%) rotate(-180deg);
  -moz-transform: translateX(-50%) rotate(-180deg);
  -o-transform: translateX(-50%) rotate(-180deg);
  -ms-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
}
.infomation-top__more a {
  display: inline-block;
  padding: 2px 6px;
}
.infomation-top__more a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.infomation-top__more a img {
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .infomation-top__more {
    position: static;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    text-align: center;
    width: 100%;
    margin-top: 6px;
  }
  .infomation-top__more.infomation-top__more--close {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
#about-top {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 120px 0;
}
#about-top h1 {
  font-size: 25px;
  margin-bottom: 30px;
  color: #333;
}
#about-top p {
  font-size: 15px;
  margin-bottom: 40px;
  color: #333;
}
#about-top a {
  display: inline-block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  padding: 2px;
}
#about-top a span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 200px;
  padding: 8px 0;
}
#about-top a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
@media screen and (max-width: 640px) {
  #about-top {
    background: transparent !important;
    text-align: center;
    padding: 0;
  }
  #about-top h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #about-top p {
    font-size: 13px;
    margin-bottom: 20px;
    color: #555;
  }
  #about-top a {
    width: 100%;
  }
  #about-top a span {
    width: 100%;
  }
}
.about-top__img {
  margin-bottom: 20px;
}
#ring-top {
  zoom: 1;
  padding: 60px 0;
}
#ring-top:after,
#ring-top:before {
  content: "";
  display: table;
}
#ring-top:after {
  clear: both;
}
.ring-top__box {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 8px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  float: left;
  text-align: center;
  width: 48%;
  margin-right: 4%;
}
.ring-top__box img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.ring-top__box:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.ring-top__box:hover img {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.ring-top__box .u-line1 {
  border: 2px solid #efe3cd;
  padding: 2px;
}
.ring-top__box .u-line2 {
  display: table;
  width: 100%;
  border: 1px solid #efe3cd;
  padding: 26px;
}
.ring-top__box:last-of-type {
  margin-right: 0;
}
.ring-top__box h2 {
  text-align: center;
  margin-bottom: 10px;
}
.ring-top__box h2 span {
  display: block;
  margin-bottom: 10px;
}
.ring-top__box h2 small {
  font-size: 16px;
  color: #555;
}
.ring-top__box .ring-top__img {
  display: block;
  margin-bottom: 20px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.ring-top__box .ring-top__img img {
  width: 270px;
}
.ring-top__box p {
  color: #555;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .ring-top__box {
    display: block;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ring-top__box:last-of-type {
    margin-bottom: 0;
  }
  .ring-top__box .ring-top__box--line2 {
    padding: 6%;
  }
  .ring-top__box .ring-top__img img {
    width: 70%;
  }
}
#original-top {
  padding-top: 40px;
  width: 80%;
  margin: auto;
  /* padding: 1em; */
}
#original-top img {
  padding: 1em;
}
#original-top h2 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}
#original-top h2 span {
  display: block;
  margin-bottom: 10px;
}
#original-top h2 small {
  color: #555;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  #original-top {
    padding-top: 0;
  }
  #original-top h1 {
    margin-bottom: 20px;
  }
  #original-top h1 img {
    width: 80%;
  }
}
.original-top__list {
  zoom: 1;
}
.original-top__list:after,
.original-top__list:before {
  content: "";
  display: table;
}
.original-top__list:after {
  clear: both;
}
.original-top__list li {
  float: left;
  width: 20%;
  overflow: hidden;
}
.original-top__list li span {
  display: block;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.original-top__list li span:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70);*/
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.original-top__list li span a {
  display: block;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .original-top__list li {
    width: 33.3333%;
  }
  .original-top__list li:last-of-type {
    display: none;
  }
}
.bnr {
  padding: 80px 0;
}
.bnr li {
  display: inline-block;
  margin-right: 28px;
}
.bnr li:last-of-type {
  margin-right: 0;
}
.bnr li a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
@media screen and (max-width: 640px) {
  .bnr {
    padding: 40px 0;
  }
  .bnr li {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .bnr li:last-of-type {
    margin-bottom: 0;
  }
  .bnr li img {
    width: 80%;
  }
}
#shopinfo-top {
  background: #f9f9f9;
}
#shopinfo-top .shopinfo-top__box {
  text-align: center;
  margin: 60px 0 40px;
}
#shopinfo-top .shopinfo-top__box h1 {
  text-align: center;
  margin-bottom: 40px;
}
#shopinfo-top .shopinfo-top__box table {
  display: inline-block;
}
#shopinfo-top .shopinfo-top__box table td,
#shopinfo-top .shopinfo-top__box table th {
  font-size: 13px;
  padding: 2px;
  text-align: left;
}
#shopinfo-top .shopinfo-top__box table th {
  padding-right: 30px;
}
@media screen and (max-width: 640px) {
  #shopinfo-top {
    height: auto;
    text-align: center;
  }
  #shopinfo-top .shopinfo-top__box {
    display: inline-block;
    text-align: center;
    margin: 30px 0 0;
    padding-bottom: 20px;
  }
  #shopinfo-top .shopinfo-top__box h1 {
    text-align: center;
    margin-bottom: 10px;
  }
  #shopinfo-top .shopinfo-top__box h1 img {
    width: 80px;
  }
  #shopinfo-top .shopinfo-top__box table td,
  #shopinfo-top .shopinfo-top__box table th {
    display: block;
  }
  #shopinfo-top .shopinfo-top__box table th {
    font-weight: bold;
    padding-right: 0;
    padding-bottom: 0;
    text-align: center;
  }
  #shopinfo-top .shopinfo-top__box table td {
    padding-top: 0;
    text-align: center;
  }
}
#map-top {
  display: block;
}
.page {
  background: #fbfbfb;
  padding: 60px 0 80px;
}
@media screen and (max-width: 640px) {
  .page {
    padding: 40px 0 60px;
  }
}
#about {
  padding-top: 0;
}
#about h1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #about h1 {
    margin-bottom: 40px;
  }
}
.about__intro {
  zoom: 1;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 80px 0 100px;
  margin-bottom: 80px;
}
.about__intro:after,
.about__intro:before {
  content: "";
  display: table;
}
.about__intro:after {
  clear: both;
}
.about__intro .about__intro__box {
  float: right;
  /* color: #555; */
  color: #ddc69b;
  /* width: 520px; */
  width: 100%;
}
.about__intro .about__intro__box h2 {
  font-size: 28px;
  letter-spacing: 0.4rem;
  margin-bottom: 40px;
}
.about__intro .about__intro__box p {
  font-size: 15px;
  float: right;
}
@media screen and (max-width: 640px) {
  .about__intro {
    zoom: 1;
    padding: 60px 0 80px;
    margin-bottom: 60px;
  }
  .about__intro:after,
  .about__intro:before {
    content: "";
    display: table;
  }
  .about__intro:after {
    clear: both;
  }
  .about__intro .about__intro__box {
    float: none;
    width: 100%;
  }
  .about__intro .about__intro__box h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.about_title {
  display: block;
  text-align: center;
  margin-top: 5em;
  margin-bottom: 5em;
}
.about__profile {
  display: block;
  text-align: center;
}
.about__profile h2 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 40px;
}
.about__profile h2 span {
  display: block;
  margin-bottom: 10px;
}
.about__profile h2 small {
  display: block;
  font-size: 16px;
}
.about__profile .about__profile__box {
  /* display: inline-block; */
  vertical-align: top;
  text-align: left;
}
.about__profile .about__profile__box:first-of-type {
  width: 330px;
  margin-left: 100px;
}
.about__profile .about__profile__box:last-of-type {
  width: 430px;
  border-left: 1px dotted #ccc;
  padding-left: 60px;
}
.about__profile .about__profile__box .about__profile__img {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
.about__profile .about__profile__box .about__profile__name {
  display: table-cell;
  display: inline-block;
  vertical-align: middle;
}
.about__profile .about__profile__box .about__profile__name > small {
  display: block;
}
.about__profile .about__profile__box .about__profile__name span {
  display: block;
  font-size: 16px;
}
.about__profile .about__profile__box .about__profile__name span small {
  display: block;
  font-size: 11px;
}
.about__profile .about__profile__box p {
  color: #555;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .about__profile h2 {
    text-align: center;
    letter-spacing: 0.4rem;
    margin-bottom: 30px;
  }
  .about__profile h2 span {
    display: block;
    margin-bottom: 10px;
  }
  .about__profile h2 small {
    display: block;
    font-size: 16px;
  }
  .about__profile .about__profile__box {
    display: block;
  }
  .about__profile .about__profile__box:first-of-type {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .about__profile .about__profile__box:last-of-type {
    width: 100%;
    border-left: 0;
    padding-left: 0;
  }
  .about__profile .about__profile__box .about__profile__img {
    width: 100px;
  }
  .about__profile .about__profile__box .about__profile__name {
    text-align: left;
  }
  .about__profile .about__profile__box p br {
    display: none;
  }
}
#flow h1 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 70px;
}
#flow h1 span {
  display: block;
  margin-bottom: 10px;
}
#flow h1 small {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  #flow h1 {
    text-align: center;
    letter-spacing: 0.4rem;
    margin-bottom: 50px;
  }
  #flow h1 span {
    display: block;
    margin-bottom: 10px;
  }
  #flow h1 small {
    display: block;
    font-size: 16px;
  }
}
.flow__wrap {
  width: 800px;
  margin: 0 auto 100px;
}
.flow__wrap:last-of-type {
  margin-bottom: 0;
}
.flow__wrap h2 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 16px;
}
.flow__wrap h2 small {
  display: inline-block;
  margin-right: 4px;
}
.flow__wrap h2 small img {
  position: relative;
  top: -4px;
}
.flow__wrap h2 span {
  font-size: 24px;
}
.flow__wrap > p {
  text-align: center;
  font-size: 13px;
  color: #555;
}
.flow__wrap > p strong {
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .flow__wrap {
    width: 100%;
    margin: 0 auto 60px;
  }
  .flow__wrap > p {
    text-align: left;
  }
  .flow__wrap > p strong {
    text-align: center;
  }
  .flow__wrap > p br {
    display: none;
  }
}
.flow__box {
  margin-top: 30px;
}
.flow__step {
  position: relative;
  background: #fff;
  margin-bottom: 10px;
}
.flow__step:last-of-type {
  margin-bottom: 0;
}
.flow__step:last-of-type i {
  display: none;
}
.flow__step h3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 170px;
}
.flow__step > span {
  display: table-cell;
  vertical-align: middle;
  width: 160px;
  padding: 30px 0;
}
.flow__step > span span {
  display: block;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #f9f9f9;
  width: 160px;
  height: 160px;
}
.flow__step .flow__step__text {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
}
.flow__step .flow__step__text h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.flow__step .flow__step__text p {
  font-size: 13px;
  color: #555;
}
.flow__step .flow__step__text p small {
  display: block;
  color: #999;
  font-size: 11px;
}
.flow__step i {
  position: absolute;
  bottom: -20px;
  left: 40px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .flow__step h3 {
    display: block;
    text-align: left;
    width: 100%;
    padding: 20px 5%;
  }
  .flow__step > span {
    display: block;
    vertical-align: middle;
    width: 100%;
    padding: 0;
  }
  .flow__step > span span {
    width: 100%;
    height: 160px;
  }
  .flow__step .flow__step__text {
    display: block;
    padding: 20px 5%;
  }
  .flow__step i {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#price h1 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 70px;
}
#price h1 span {
  display: block;
  margin-bottom: 10px;
}
#price h1 small {
  display: block;
  font-size: 16px;
}

.float__center {
  text-align: center;
}
.float__center li {
  display: inline-block;
  padding: 0 50px 0 50px;
}
@media screen and (max-width: 640px) {
  #price h1 {
    text-align: center;
    letter-spacing: 0.4rem;
    margin-bottom: 50px;
  }
  #price h1 span {
    display: block;
    margin-bottom: 10px;
  }
  #price h1 small {
    display: block;
    font-size: 16px;
  }
}
.price__table {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 8px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 100px;
}
.price__table img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.price__table:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.price__table:hover img {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.price__table .u-line1 {
  border: 2px solid #efe3cd;
  padding: 2px;
}
.price__table .u-line2 {
  display: table;
  width: 100%;
  border: 1px solid #efe3cd;
  padding: 40px;
}
.price__table:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.price__table:hover img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.price__table h2 {
  text-align: center;
  margin-bottom: 24px;
}
.price__table h2 span {
  display: block;
  font-size: 30px;
  color: #caa25a;
  letter-spacing: 0.4rem;
  margin-bottom: 6px;
}
.price__table h2:after {
  content: "";
  display: inline-block;
  width: 40px;
  border-bottom: 1px solid #ccc;
}
.price__table h3 {
  text-align: center;
  margin-bottom: 24px;
}
.price__table h3 span {
  display: block;
  font-size: 20px;
  color: #caa25a;
  letter-spacing: 0.4rem;
}
.price__table h3 small {
  display: block;
}
@media screen and (max-width: 640px) {
  .price__table {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 8px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .price__table img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
  }
  .price__table:hover {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  }
  .price__table:hover img {
    opacity: 0.7;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
    /*filter:alpha(opacity=70)*/
  }
  .price__table .u-line1 {
    border: 2px solid #efe3cd;
    padding: 2px;
  }
  .price__table .u-line2 {
    display: table;
    width: 100%;
    border: 1px solid #efe3cd;
    padding: 10px;
  }
  .price__table:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .price__table:hover img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .price__table h2 {
    margin-bottom: 18px;
  }
  .price__table h2 span {
    font-size: 22px;
  }
  .price__table h3 {
    margin-bottom: 18px;
  }
  .price__table h3 span {
    font-size: 18px;
  }
}
.price__table__wrap {
  margin-bottom: 100px;
}
.price__table__wrap:first-of-type .price__table__box {
  margin-bottom: 30px;
}
.price__table__wrap:last-of-type {
  margin-bottom: 0;
}
.price__table__wrap > span {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .price__table__wrap {
    margin-bottom: 60px;
  }
  .price__table__wrap:first-of-type .price__table__box {
    margin-bottom: 20px;
  }
  .price__table__wrap:last-of-type {
    margin-bottom: 0;
  }
  .price__table__wrap > span {
    margin-bottom: 20px;
  }
}
.price__table__box {
  margin-bottom: 60px;
}
.price__table__box:last-of-type {
  margin-bottom: 0;
}
.price__table__box ul {
  zoom: 1;
}
.price__table__box ul:after,
.price__table__box ul:before {
  content: "";
  display: table;
}
.price__table__box ul:after {
  clear: both;
}
.price__table__box ul li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 0 10px;
}
.price__table__box ul li span {
  display: block;
  margin-bottom: 6px;
}
.price__table__box ul li p {
  font-size: 15px;
}
.price__table__box ul li a {
  display: block;
  font-size: 13px;
  margin-top: 6px;
}
.price__table__box ul li a:hover {
  color: #efe3cd;
}
.price__table__box ul li a span {
  display: inline-block;
}
.price__table__box > span {
  display: block;
  font-size: 20px;
  text-align: center;
}
.price__table__box > small {
  display: block;
  color: #999;
  font-size: 12px;
}
.price__table__box > small:last-of-type {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.price__table__box table {
  width: 100%;
}
.price__table__box table td,
.price__table__box table th {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px dotted #ddd;
}
.price__table__box table th {
  text-align: left;
}
.price__table__box table th small {
  display: block;
  font-size: 12px;
  color: #999;
}
/* .price__table__box table td:last-of-type {
  text-align: right;
} */
.price__table__box table td small {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}
.price__table__box table.price__table--sub tr:first-of-type th {
  border-bottom: 1px dotted #ddd;
}
.price__table__box table.price__table--sub tr:first-of-type td {
  border-bottom: 1px dotted #ddd;
}
.price__table__box table.price__table--sub tr:nth-of-type(2) th {
  padding-top: 10px;
}
.price__table__box table.price__table--sub tr:nth-of-type(2) td {
  padding-top: 10px;
}
.price__table__box table.price__table--sub tr:last-of-type th {
  padding-bottom: 10px;
}
.price__table__box table.price__table--sub tr:last-of-type td {
  padding-bottom: 10px;
}
.price__table__box table.price__table--sub tr th {
  width: 120px;
  border-bottom: 0;
  padding: 4px 0;
}
.price__table__box table.price__table--sub tr td {
  border-bottom: 0;
  padding: 4px 0;
}
.price__table__box table.price__table--sub tr td:first-of-type {
  color: #999;
}
@media screen and (max-width: 640px) {
  .price__table__box {
    margin-bottom: 40px;
  }
  .price__table__box ul {
    zoom: 1;
  }
  .price__table__box ul:after,
  .price__table__box ul:before {
    content: "";
    display: table;
  }
  .price__table__box ul:after {
    clear: both;
  }
  .price__table__box ul li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 16px;
  }
  .price__table__box ul li p {
    font-size: 12px;
  }
  .price__table__box ul li small {
    font-size: 11px;
  }
  .price__table__box > span {
    display: block;
    font-size: 16px;
    text-align: center;
  }
  .price__table__box > span i {
    display: none;
  }
  .price__table__box table td,
  .price__table__box table th {
    font-size: 14px;
  }
  .price__table__box table th {
    display: block;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .price__table__box table th small {
    display: block;
    font-size: 12px;
    color: #999;
  }
  .price__table__box table td {
    display: block;
    padding-top: 0;
  }
  .price__table__box table td small {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin-left: 10px;
  }
  .price__table__box table.price__table--sub tr:first-of-type th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .price__table__box table.price__table--sub tr:first-of-type td {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .price__table__box table.price__table--sub tr:first-of-type td:last-of-type {
    border-bottom: 1px dotted #ddd;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .price__table__box table.price__table--sub tr:nth-of-type(2) th {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .price__table__box table.price__table--sub tr:nth-of-type(2) td {
    padding-top: 0;
  }
  .price__table__box table.price__table--sub tr:last-of-type th {
    padding-bottom: 10px;
  }
  .price__table__box table.price__table--sub tr:last-of-type td {
    padding-bottom: 10px;
  }
  .price__table__box table.price__table--sub tr th {
    width: 100%;
    padding-bottom: 0;
  }
  .price__table__box table.price__table--sub tr td {
    border-bottom: 0;
    padding-top: 0;
  }
}
.price__wrap {
  zoom: 1;
  margin-bottom: 100px;
}
.price__wrap:after,
.price__wrap:before {
  content: "";
  display: table;
}
.price__wrap:after {
  clear: both;
}
.price__wrap:last-of-type {
  margin-bottom: 0;
}
.price__wrap h2 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 16px;
}
.price__wrap h2 small {
  display: inline-block;
  margin-right: 4px;
}
.price__wrap h2 small img {
  position: relative;
  top: -4px;
}
.price__wrap h2 span {
  font-size: 24px;
}
.price__wrap h3 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 30px;
}
.price__wrap h3 span {
  display: block;
  margin-bottom: 10px;
}
.price__wrap h3 small {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .price__wrap {
    margin-bottom: 60px;
  }
}
.price__price {
  text-align: center;
  color: #555;
  margin-bottom: 60px;
}
.price__price span {
  display: inline-block;
  font-size: 18px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 4px;
}
.price__price span strong {
  display: inline-block;
  font-size: 24px;
  margin: 0 4px;
  line-height: 1.4;
}
.price__price small {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  .price__price {
    margin-bottom: 40px;
  }
  .price__price span {
    font-size: 16px;
  }
  .price__price span strong {
    font-size: 20px;
    margin: 0 4px;
  }
}

.price__box {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 8px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.price__box img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.price__box:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.price__box:hover img {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.price__box .u-line1 {
  border: 2px solid #efe3cd;
  padding: 2px;
}
.price__box .u-line2 {
  display: table;
  width: 100%;
  border: 1px solid #efe3cd;
  padding: 16px;
}
.price__box:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.price__box:nth-of-type(2n + 1) {
  margin-right: 0;
}
.price__box .price__box__img {
  display: table-cell;
  vertical-align: top;
  width: 180px;
}
.price__box .price__box__img span {
  display: block;
  background: #f9f9f9;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 160px;
  height: 160px;
}
.price__box .price__box__info {
  display: table-cell;
  vertical-align: top;
}
.price__box .price__box__info p {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px dotted #ddd;
  color: #333;
}
.price__box .price__box__info dl dt small {
  color: #caa25a;
}
.price__box .price__box__info dl dt span {
  color: #333;
}
.price__box .price__box__info dl dt:last-of-type {
  float: left;
}
.price__box .price__box__info dl dd {
  zoom: 1;
  color: #999;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.price__box .price__box__info dl dd:after,
.price__box .price__box__info dl dd:before {
  content: "";
  display: table;
}
.price__box .price__box__info dl dd:after {
  clear: both;
}
.price__box .price__box__info dl dd:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.price__box .price__box__info dl dd table {
  float: right;
  font-size: 13px;
  color: #555;
}
.price__box .price__box__info dl dd table tr {
  text-align: right;
}
.price__box .price__box__info dl dd table td {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .price__box {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 8px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    float: none;
    width: 100%;
  }
  .price__box img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
  }
  .price__box:hover {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  }
  .price__box:hover img {
    opacity: 0.7;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
    /*filter:alpha(opacity=70)*/
  }
  .price__box .u-line1 {
    border: 2px solid #efe3cd;
    padding: 2px;
  }
  .price__box .u-line2 {
    display: table;
    width: 100%;
    border: 1px solid #efe3cd;
    padding: 8px;
  }
  .price__box .price__box__img {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: auto;
  }
  .price__box .price__box__img span {
    margin: 0 auto;
  }
  .price__box .price__box__info {
    display: block;
  }
}
#shop {
  padding-bottom: 0;
}
#shop h1 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 70px;
}
#shop h1 span {
  display: block;
  margin-bottom: 10px;
}
#shop h1 small {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  #shop h1 {
    text-align: center;
    letter-spacing: 0.4rem;
    margin-bottom: 50px;
  }
  #shop h1 span {
    display: block;
    margin-bottom: 10px;
  }
  #shop h1 small {
    display: block;
    font-size: 16px;
  }
}

.shop__slider {
  margin-bottom: 50px;
  zoom: 1;
}
.shop__slider:after,
.shop__slider:before {
  content: "";
  display: table;
}
.shop__slider:after {
  clear: both;
}
.shop__slider .shop__slider__box {
  float: left;
  width: 880px;
}
.shop__slider .shop__slider__box .shop__slider__slider li {
  width: 880px;
  height: 500px;
}
.shop__slider .shop__slider__box .shop__slider__slider li a {
  display: block;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 880px;
  height: 500px;
}
.shop__slider .shop__slider__thum {
  float: right;
  width: 120px;
}
.shop__slider .shop__slider__thum li {
  width: 120px;
  height: 68px;
  margin-bottom: 14px;
}
.shop__slider .shop__slider__thum li:last-of-type {
  margin-bottom: 0;
}
.shop__slider .shop__slider__thum li a {
  display: block;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 120px;
  height: 68px;
  opacity: 0.5;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)""*/
  /*filter:alpha(opacity=50);*/
}
.shop__slider .shop__slider__thum li a:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.shop__slider .shop__slider__thum li a.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 640px) {
  .shop__slider {
    margin-bottom: 40px;
    zoom: 1;
  }
  .shop__slider:after,
  .shop__slider:before {
    content: "";
    display: table;
  }
  .shop__slider:after {
    clear: both;
  }
  .shop__slider .shop__slider__box {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .shop__slider .shop__slider__box .shop__slider__slider li {
    width: 100%;
    height: 200px;
  }
  .shop__slider .shop__slider__box .shop__slider__slider li a {
    display: block;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 200px;
  }
  .shop__slider .shop__slider__thum {
    width: 100%;
  }
  .shop__slider .shop__slider__thum li {
    float: left;
    width: 60px;
    height: 34px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .shop__slider .shop__slider__thum li:last-of-type {
    margin-right: 0;
  }
  .shop__slider .shop__slider__thum li a {
    width: 60px;
    height: 34px;
  }
}

.shop__info {
  margin-bottom: 50px;
  text-align: center;
  margin: 3em 10em 5em 0;
}
.shop__info table {
  display: inline-block;
  text-align: left;
}
.shop__info table td,
.shop__info table th {
  font-size: 13px;
  padding: 2px;
}
.shop__info table th {
  padding-right: 30px;
}
@media screen and (max-width: 640px) {
  .shop__info {
    margin-bottom: 30px;
    margin: 5em 0 5em 0;
  }
  .shop__info table {
    width: 100%;
  }
  .shop__info table td,
  .shop__info table th {
    display: block;
  }
  .shop__info table th {
    font-weight: bold;
    padding-right: 0;
    padding-bottom: 0;
  }
  .shop__info table td {
    padding-top: 0;
  }
}
#faq h1 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 70px;
}
#faq h1 span {
  display: block;
  margin-bottom: 10px;
}
#faq h1 small {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  #faq h1 {
    text-align: center;
    letter-spacing: 0.4rem;
    margin-bottom: 50px;
  }
  #faq h1 span {
    display: block;
    margin-bottom: 10px;
  }
  #faq h1 small {
    display: block;
    font-size: 16px;
  }
}
.faq__wrap {
  width: 800px;
  margin: 0 auto 40px;
}
.faq__wrap:last-of-type {
  margin-bottom: 0;
}
.faq__wrap h2 {
  font-size: 22px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.faq__wrap dl dt {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 8px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  padding: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 14px;
}
.faq__wrap dl dt img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.faq__wrap dl dt:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.faq__wrap dl dt:hover img {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.faq__wrap dl dt .u-line1 {
  border: 2px solid #efe3cd;
  padding: 2px;
}
.faq__wrap dl dt .u-line2 {
  display: table;
  width: 100%;
  border: 1px solid #efe3cd;
  padding: 10px;
}
.faq__wrap dl dt:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.faq__wrap dl dt:hover a p {
  color: #caa25a;
}
.faq__wrap dl dt.faq__wrap--active a small {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.faq__wrap dl dt a {
  display: block;
}
.faq__wrap dl dt a span {
  display: table-cell;
  width: 40px;
}
.faq__wrap dl dt a p {
  display: table-cell;
  font-size: 14px;
  color: #333;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.faq__wrap dl dt a small {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.faq__wrap dl dd {
  display: none;
  font-size: 14px;
  padding: 0 20px 20px;
}
@media screen and (max-width: 640px) {
  .faq__wrap {
    width: 100%;
    margin: 0 auto 30px;
  }
  .faq__wrap h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
#information {
  background: #fbfbfb;
  padding: 60px 0 80px;
}
#information h1 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 70px;
}
#information h1 span {
  display: block;
  margin-bottom: 10px;
}
#information h1 small {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  #information {
    padding: 40px 0 60px;
  }
  #information h1 {
    text-align: center;
    letter-spacing: 0.4rem;
    margin-bottom: 50px;
  }
  #information h1 span {
    display: block;
    margin-bottom: 10px;
  }
  #information h1 small {
    display: block;
    font-size: 16px;
  }
}
.information__wrap {
  width: 800px;
  margin: 0 auto 40px;
}
.information__wrap article {
  border-bottom: 1px dotted #ccc;
}
.information__wrap article:first-of-type {
  border-top: 1px dotted #ccc;
}
.information__wrap article .information__box,
.information__wrap article a {
  display: block;
  padding: 14px 0;
}
.information__wrap article .information__box time,
.information__wrap article a time {
  display: table-cell;
  vertical-align: top;
  font-size: 15px;
  color: #999;
  width: 110px;
}
.information__wrap article .information__box > span,
.information__wrap article a > span {
  display: table-cell;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.information__wrap article .information__box > span h2,
.information__wrap article a > span h2 {
  font-size: 14px;
  color: #333;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.information__wrap article a:hover h2 {
  color: #caa25a;
}
.information__wrap article .information__box h2 {
  font-weight: bold;
  margin-bottom: 16px;
}
.information__wrap article .information__box p {
  font-size: 13px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .information__wrap {
    width: 100%;
    margin: 0 auto 30px;
  }
  .information__wrap article .information__box time,
  .information__wrap article a time {
    display: block;
    font-size: 14px;
    width: 100%;
    margin-bottom: 4px;
  }
  .information__wrap article .information__box > span,
  .information__wrap article a > span {
    display: block;
    position: relative;
    top: 0;
  }
}
#blog {
  zoom: 1;
  background: #fbfbfb;
  padding: 60px 0 80px;
}
#blog:after,
#blog:before {
  content: "";
  display: table;
}
#blog:after {
  clear: both;
}
#blog h1 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 70px;
}
#blog h1 span {
  display: block;
  margin-bottom: 10px;
}
#blog h1 small {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  #blog {
    padding: 40px 0 60px;
  }
  #blog h1 {
    text-align: center;
    letter-spacing: 0.4rem;
    margin-bottom: 50px;
  }
  #blog h1 span {
    display: block;
    margin-bottom: 10px;
  }
  #blog h1 small {
    display: block;
    font-size: 16px;
  }
}
.blog__wrap {
  float: left;
  width: 800px;
  margin: 0 auto 40px;
}
.blog__wrap article {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 8px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  margin-bottom: 30px;
}
.blog__wrap article img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.blog__wrap article:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.blog__wrap article:hover img {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.blog__wrap article .u-line1 {
  border: 2px solid #efe3cd;
  padding: 2px;
}
.blog__wrap article .u-line2 {
  display: table;
  width: 100%;
  border: 1px solid #efe3cd;
  padding: 26px;
}
.blog__wrap article:last-of-type {
  margin-bottom: 0;
}
.blog__wrap article:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.blog__wrap article:hover img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.blog__wrap article time {
  display: block;
  font-size: 15px;
  color: #999;
}
.blog__wrap article h2 {
  font-size: 22px;
  line-height: 1.6;
  border-bottom: 2px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.blog__wrap article h2 a {
  display: inline-block;
  color: #333;
}
.blog__wrap article h2 a:hover {
  color: #caa25a;
}
.blog__wrap article .blog__wrap__content {
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .blog__wrap {
    float: none;
    width: 100%;
    margin: 0 auto 30px;
  }
  .blog__wrap article {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 8px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    margin-bottom: 20px;
  }
  .blog__wrap article img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
  }
  .blog__wrap article:hover {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  }
  .blog__wrap article:hover img {
    opacity: 0.7;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
    /*filter:alpha(opacity=70)*/
  }
  .blog__wrap article .u-line1 {
    border: 2px solid #efe3cd;
    padding: 2px;
  }
  .blog__wrap article .u-line2 {
    display: table;
    width: 100%;
    border: 1px solid #efe3cd;
    padding: 12px;
  }
  .blog__wrap article h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .blog__wrap article .blog__wrap__content {
    font-size: 12px;
  }
}
.blog__sidebar {
  float: right;
  width: 200px;
}
.blog__sidebar .blog__sidebar__box {
  zoom: 1;
  margin-bottom: 30px;
}
.blog__sidebar .blog__sidebar__box:after,
.blog__sidebar .blog__sidebar__box:before {
  content: "";
  display: table;
}
.blog__sidebar .blog__sidebar__box:after {
  clear: both;
}
.blog__sidebar .blog__sidebar__box:last-of-type {
  margin-bottom: 0;
}
.blog__sidebar .blog__sidebar__box h2 {
  margin-bottom: 14px;
}
.blog__sidebar .blog__sidebar__box h2 span {
  display: block;
  margin-bottom: 6px;
}
.blog__sidebar .blog__sidebar__box h2 small {
  display: block;
}
.blog__sidebar .blog__sidebar__box article {
  border-bottom: 1px dotted #ccc;
}
.blog__sidebar .blog__sidebar__box article:first-of-type {
  border-top: 1px dotted #ccc;
}
.blog__sidebar .blog__sidebar__box article a {
  display: block;
  line-height: 1.6;
  padding: 10px 0;
}
.blog__sidebar .blog__sidebar__box article a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.blog__sidebar .blog__sidebar__box ul li {
  border-bottom: 1px dotted #ccc;
}
.blog__sidebar .blog__sidebar__box ul li:first-of-type {
  border-top: 1px dotted #ccc;
}
.blog__sidebar .blog__sidebar__box ul li a {
  position: relative;
  display: inline-block;
  color: #333;
  line-height: 1.6;
  padding: 10px 0;
}
.blog__sidebar .blog__sidebar__box ul li a:hover {
  color: #caa25a;
}
.blog__sidebar .blog__sidebar__box ul li a:before {
  content: "\f0da";
  display: inline-block;
  font-family: "FontAwesome";
  color: #caa25a;
  margin-right: 4px;
}
@media screen and (max-width: 640px) {
  .blog__sidebar {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
#voice {
  zoom: 1;
  background: #fbfbfb;
  padding-bottom: 80px;
}
#voice:after,
#voice:before {
  content: "";
  display: table;
}
#voice:after {
  clear: both;
}
.voice__title {
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/voice_title_bg2.jpg) no-repeat;
  /* -webkit-background-size: cover;
  -moz-background-size: cover; */
  background-size: cover;
  /* padding: 160px 0; */
  padding: 300px 0;
  margin-bottom: 70px;
}

.voice__title h1 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 0;
  text-align: left;
}
.voice__title h1 span {
  display: block;
  margin-bottom: 10px;
}
.voice__title h1 small {
  display: block;
  font-size: 16px;
}
.voice__wrap {
  float: left;
  width: 800px;
  margin: 0 auto 40px;
  margin: 0 auto 1em;
}
.voice__wrap article {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 8px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  margin-bottom: 30px;
}
.voice__wrap article img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.voice__wrap article:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.voice__wrap article:hover img {
  opacity: 0.7;
  /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""
    filter:alpha(opacity=70) */
}
.voice__wrap article .u-line1 {
  border: 2px solid #efe3cd;
  padding: 2px;
}
.voice__wrap article .u-line2 {
  display: table;
  width: 100%;
  border: 1px solid #efe3cd;
  padding: 26px;
}
.voice__wrap article:last-of-type {
  margin-bottom: 0;
}
.voice__wrap article:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.voice__wrap article:hover img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.voice__wrap article .voice__wrap__info {
  zoom: 1;
  background: #f9f9f9;
  margin-bottom: 30px;
}

.voice__wrap article .voice__wrap__info:after,
.voice__wrap article .voice__wrap__info:before {
  content: "";
  display: table;
}

.voice__wrap article .voice__wrap__info:after {
  clear: both;
}

.voice__wrap article .voice__wrap__info .voice__wrap__img {
  float: left;
  background-color: #f6f6f6;
  background-position: 50% 50%;
  background-size: cover;
  width: 370px;
  height: 280px;
}

.voice__wrap article .voice__wrap__info .voice__wrap__title {
  float: right;
  width: 350px;
  padding: 20px;
}

.voice__wrap article .voice__wrap__info .voice__wrap__title time {
  display: block;
  font-size: 15px;
  color: #999;
}

.voice__wrap article .voice__wrap__info .voice__wrap__title h2 {
  font-size: 22px;
  line-height: 1.6;
  border-bottom: 2px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 40px;
}

.voice__wrap article .voice__wrap__info .voice__wrap__title h2 a {
  display: inline-block;
  color: #333;
}

.voice__wrap article .voice__wrap__info .voice__wrap__title h2 a:hover {
  color: #caa25a;
}

.voice__wrap article .voice__wrap__info .voice__wrap__title .voice__wrap__link {
  text-align: center;
}
.voice__wrap
  article
  .voice__wrap__info
  .voice__wrap__title
  .voice__wrap__link
  a {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 2px;
  border: 1px solid #caa25a;
}
.voice__wrap
  article
  .voice__wrap__info
  .voice__wrap__title
  .voice__wrap__link
  a
  span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 14px;
  color: #333;
  text-align: center;
  border: 1px solid #ddc69b;
  padding: 8px 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.voice__wrap
  article
  .voice__wrap__info
  .voice__wrap__title
  .voice__wrap__link
  a:hover {
  position: relative;
  z-index: 2;
  opacity: 0.7;
}
.voice__wrap
  article
  .voice__wrap__info
  .voice__wrap__title
  .voice__wrap__link
  a:hover
  span {
  position: relative;
  z-index: 2;
  color: #caa25a;
}
.voice__wrap article .voice__wrap__box {
  font-size: 13px;
}
.voice__wrap article .voice__wrap__box p {
  margin-bottom: 10px;
}
.voice__wrap article .voice__wrap__box .voice__wrap__content {
  margin-bottom: 30px;
}
.voice__wrap article .voice__wrap__box .voice__wrap__content:last-of-type {
  margin-bottom: 0;
}
.voice__wrap article .voice__wrap__box .voice__wrap__section {
  zoom: 1;
  margin-bottom: 30px;
}
.voice__wrap article .voice__wrap__box .voice__wrap__section:after,
.voice__wrap article .voice__wrap__box .voice__wrap__section:before {
  content: "";
  display: table;
}
.voice__wrap article .voice__wrap__box .voice__wrap__section:after {
  clear: both;
}
.voice__wrap article .voice__wrap__box .voice__wrap__section:last-of-type {
  margin-bottom: 0;
}
.voice__wrap article .voice__wrap__box .voice__wrap__section h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 2px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.voice__wrap
  article
  .voice__wrap__box
  .voice__wrap__section
  .voice__wrap__section--img {
  float: left;
  width: 400px;
}
.voice__wrap article .voice__wrap__box .voice__wrap__section span {
  float: right;
  width: 300px;
}
.voice__wrap article .voice__wrap__box .voice__wrap__comment {
  background: #f9f9f9;
  padding: 20px 24px;
  margin-top: 50px;
}
.voice__wrap article .voice__wrap__box .voice__wrap__comment:last-of-type {
  margin-bottom: 0;
}
.voice__wrap article .voice__wrap__box .voice__wrap__comment h3 {
  margin-bottom: 20px;
}
.voice__wrap article .voice__wrap__box .voice__wrap__comment p {
  margin-bottom: 0;
}
.voice__sidebar {
  float: right;
  width: 200px;
}
.voice__sidebar .voice__sidebar__box {
  zoom: 1;
  margin-bottom: 30px;
}
.voice__sidebar .voice__sidebar__box:after,
.voice__sidebar .voice__sidebar__box:before {
  content: "";
  display: table;
}
.voice__sidebar .voice__sidebar__box:after {
  clear: both;
}
.voice__sidebar .voice__sidebar__box:last-of-type {
  margin-bottom: 0;
}
.voice__sidebar .voice__sidebar__box h2 {
  margin-bottom: 14px;
}
.voice__sidebar .voice__sidebar__box h2 span {
  display: block;
  margin-bottom: 6px;
}
.voice__sidebar .voice__sidebar__box h2 small {
  display: block;
}
.voice__sidebar .voice__sidebar__box article {
  border-bottom: 1px dotted #ccc;
}
.voice__sidebar .voice__sidebar__box article:first-of-type {
  border-top: 1px dotted #ccc;
}
.voice__sidebar .voice__sidebar__box article a {
  display: block;
  line-height: 1.6;
  padding: 10px 0;
}
.voice__sidebar .voice__sidebar__box article a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.voice__sidebar .voice__sidebar__box article a span {
  display: inline-block;
  vertical-align: middle;
  background: #f9f9f9;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.voice__sidebar .voice__sidebar__box article a p {
  display: inline-block;
  vertical-align: middle;
  width: 146px;
}
.voice__sidebar .voice__sidebar__box ul li {
  border-bottom: 1px dotted #ccc;
}
.voice__sidebar .voice__sidebar__box ul li:first-of-type {
  border-top: 1px dotted #ccc;
}
.voice__sidebar .voice__sidebar__box ul li a {
  position: relative;
  display: inline-block;
  color: #333;
  line-height: 1.6;
  padding: 10px 0;
}
.voice__sidebar .voice__sidebar__box ul li a:hover {
  color: #caa25a;
}
.voice__sidebar .voice__sidebar__box ul li a:before {
  content: "\f0da";
  display: inline-block;
  font-family: "FontAwesome";
  color: #caa25a;
  margin-right: 4px;
}
#privacy h1 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 70px;
}
#privacy h1 span {
  display: block;
  margin-bottom: 10px;
}
#privacy h1 small {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .voice__title {
    position: relative;
    z-index: 2;
    background: url(//renri.jp/admin/wp-content/themes/renri/img/common/voice_title_bg2.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 100px 0;
    margin-bottom: 10px;
  }
  .voice__wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 10em;
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
  .voice__wrap article {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .voice__wrap article .voice__wrap__info .voice__wrap__img {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .voice__wrap article .voice__wrap__info .voice__wrap__title {
    position: relative;
    z-index: 2;
    float: center;
    width: 100%;
  }
  .voice__wrap article .voice__wrap__info .voice__wrap__title h2 {
    position: relative;
    z-index: 2;
    font-size: 17px;
    line-height: 1.6;
    border-bottom: 2px solid #ddd;
    padding-bottom: 6px;
    margin-bottom: 40px;
  }
  .voice__wrap article .voice__wrap__info .voice__wrap__title h2 a {
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #333;
  }
  .voice__wrap
    article
    .voice__wrap__info
    .voice__wrap__title
    .voice__wrap__link {
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .voice__wrap
    article
    .voice__wrap__box
    .voice__wrap__section
    .voice__wrap__section--img {
    float: right;
    width: 100%;
  }
  .voice__wrap article .voice__wrap__box .voice__wrap__section span {
    float: none;
    width: 100%;
  }
  .voice__wrap article .u-line2 {
    padding: 4px;
  }
  .voice__sidebar {
    float: none;
    width: 100%;
    margin-top: 10em;
  }
  .voice__sidebar__box {
    margin-top: 1em;
  }

  .voice__wrap
    article
    .voice__wrap__info
    .voice__wrap__title
    .voice__wrap__link {
    text-align: center;
  }
  .voice__wrap
    article
    .voice__wrap__info
    .voice__wrap__title
    .voice__wrap__link
    a {
    display: block;
    padding: 2px;
    border: 1px solid #caa25a;
  }
  .voice__wrap
    article
    .voice__wrap__info
    .voice__wrap__title
    .voice__wrap__link
    a
    span {
    display: block;
    font-size: 14px;
    color: #333;
    text-align: center;
    border: 1px solid #ddc69b;
    padding: 8px 20px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    z-index: 9998;
  }

  #privacy h1 {
    text-align: center;
    letter-spacing: 0.4rem;
    margin-bottom: 50px;
  }
  #privacy h1 span {
    display: block;
    margin-bottom: 10px;
  }
  #privacy h1 small {
    display: block;
    font-size: 16px;
  }
}
.privacy__wrap {
  width: 800px;
  margin: 0 auto 40px;
}
.privacy__wrap:last-of-type {
  margin-bottom: 0;
}
.privacy__wrap p {
  margin-bottom: 30px;
}
.privacy__wrap dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy__wrap dl dd {
  margin-bottom: 30px;
}
.privacy__wrap dl dd:last-of-type {
  margin-bottom: 0;
}
.privacy__wrap dl dd ul {
  margin-top: 4px;
  margin-left: 1em;
}
.privacy__wrap dl dd ul li{
  list-style: decimal;
  margin-left: 18px;
	list-style-position: outside;
}
.list_dot li{
  list-style: disc !important;
}
@media screen and (max-width: 640px) {
  .privacy__wrap {
    width: 100%;
    margin: 0 auto 30px;
  }
}

#inquiry-thanks,
#reservation-thanks {
  text-align: center;
}
#inquiry-thanks h1,
#reservation-thanks h1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
#marriage {
  padding-top: 0;
}
#engagement {
  padding-top: 0;
}
#ordermade {
  padding-top: 0;
}
.about__title {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /* -webkit-background-size: cover;
  -moz-background-size: cover; */
  background-size: cover;
  /* padding: 160px 0; */
  padding: 480px 0;
  /* margin-bottom: 70px; */
}
.about__title h1 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 0;
  text-align: left;
}
.about__title h1 span {
  display: block;
  margin-bottom: 10px;
}
.about__title h1 small {
  display: block;
  font-size: 16px;
}

.marriage__title {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0;
  margin-bottom: 70px;
}
.marriage__title h1 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 0;
  text-align: left;
}
.marriage__title h1 span {
  display: block;
  margin-bottom: 10px;
}
.marriage__title h1 small {
  display: block;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .about__title {
    background-size: contain;
    padding: 150px 0;
    /* margin-bottom: 50px; */
  }
  .marriage__title {
    background-size: contain;
    padding: 80px 0;
    margin-bottom: 50px;
  }
}
.marriage__wrap {
  margin: 0 auto 100px;
}
.marriage__wrap:last-of-type {
  margin-bottom: 0;
}
.marriage__wrap h2 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 16px;
}
.marriage__wrap h2 small {
  display: inline-block;
  margin-right: 4px;
}
.marriage__wrap h2 small img {
  position: relative;
  top: -4px;
}
.marriage__wrap h2 span {
  font-size: 24px;
}
.marriage__wrap > p {
  text-align: center;
  font-size: 13px;
  color: #555;
  margin-bottom: 50px;
}
.marriage__wrap > p:last-of-type {
  margin-bottom: 0;
}
.marriage__wrap > p strong {
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
}
.marriage__wrap h3 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 30px;
}
.marriage__wrap h3 span {
  display: block;
  margin-bottom: 10px;
}
.marriage__wrap h3 small {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .marriage__wrap {
    margin: 0 auto 80px;
  }
  .marriage__wrap h2 {
    padding: 0 5%;
  }
  .marriage__wrap > p {
    text-align: left;
    font-size: 13px;
    margin-bottom: 40px;
    padding: 0 5%;
  }
  .marriage__wrap > p strong {
    text-align: center;
  }
  .marriage__wrap h3 {
    text-align: center;
    letter-spacing: 0.4rem;
    margin-bottom: 20px;
    padding: 0 5%;
  }
  .marriage__wrap h3 span {
    display: block;
    margin-bottom: 10px;
  }
  .marriage__wrap h3 small {
    display: block;
    font-size: 16px;
  }
}

.marriage__list {
  zoom: 1;
  margin-bottom: 40px;
}
.marriage__list:after,
.marriage__list:before {
  content: "";
  display: table;
}
.marriage__list:after {
  clear: both;
}
.marriage__list li {
  float: left;
  width: 20%;
  overflow: hidden;
}
.marriage__list li span {
  display: block;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.marriage__list li span:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70);*/
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.marriage__list li span a {
  display: block;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100%;
}
.marriage__handmade {
  display: block;
  text-align: center;
}
.marriage__description {
  display: block;
  width: 80em;
  margin: 1em auto;
}
.description__text {
  font-size: 1.5em;
}
.marriage__appeal__img {
  display: block;
  margin: 1em auto;
  width: 50%;
}
.marriage__appeal__text {
  display: block;
  width: 50em;
  margin: 0 auto;
}
.marriage__step {
  text-align: center;
  margin-bottom: 2em;
  /* display: block;
  margin-left: 50em; */
}
.marriage__step:first-child {
  margin-top: 3em;
}
.marriage__step__img {
  display: inline-block;
  margin: 1em auto;
  vertical-align: top;
}
.marriage__step__img__img {
  width: 20em;
}
.marriage__step__title {
  display: inline-block;
  width: 10em;
  vertical-align: top;
  margin: 0 auto;
}
.marriage__step__text {
  display: inline-block;
  width: 50em;
  text-align: left;
  /* margin: 0 auto; */
}
.marriage__step__text span {
  display: inline-block;
  text-align: left;
  font-size: 1.2em;
}
.marriage__text {
  font-size: 1.3em;
}
.marriage__step__text {
  font-size: 1.1em;
}
.marriage_price h3 span {
  font-size: 2em;
  color: #caa25a;
}
.marriage_link {
  font-size: 2em;
  color: #caa25a;
}
.marriage_link span {
  padding: 3em 0 1.5em 0;
}
.marriage_option_list {
  width: 80%;
  margin: 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 640px) {
  .marriage__list {
    margin-bottom: 30px;
  }
  .marriage__list li {
    width: 33.3333%;
  }
  .marriage__list li:last-of-type {
    display: none;
  }
  .marriage__description {
    display: block;
    width: 100%;
    margin: 1em auto;
    font-size: 1em;
  }
  .marriage__appeal__img {
    display: block;
    margin: 0em auto;
    width: 100%;
  }
  .marriage__appeal__text {
    width: 100%;
  }
  .marriage__text {
    display: block;
    width: 100%;
    margin: 1em auto;
    font-size: 1.3em;
  }
  .marriage__step__h2 h2 span {
    font-size: 1.5em;
  }
  .marriage__step__img__img {
    width: 100%;
  }
  .marriage__step__text {
    width: 100%;
    word-wrap: break-word;
  }
}

#case {
  zoom: 1;
  background: #fbfbfb;
  padding: 60px 0 80px;
}
#case:after,
#case:before {
  content: "";
  display: table;
}
#case:after {
  clear: both;
}
#case h1 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 70px;
}
#case h1 span {
  display: block;
  margin-bottom: 10px;
}
#case h1 small {
  display: block;
  font-size: 16px;
}
#case h2 {
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 16px;
  margin-bottom: 30px;
}
#case h2 small {
  display: inline-block;
  margin-right: 4px;
}
#case h2 small img {
  position: relative;
  top: -4px;
}
#case h2 span {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  #case {
    padding: 40px 0 60px;
  }
  #case h1 {
    text-align: center;
    letter-spacing: 0.4rem;
    margin-bottom: 50px;
  }
  #case h1 span {
    display: block;
    margin-bottom: 10px;
  }
  #case h1 small {
    display: block;
    font-size: 16px;
  }
  #case h2 {
    text-align: center;
    letter-spacing: 0.4rem;
    margin-bottom: 16px;
    margin-bottom: 20px;
  }
  #case h2 small {
    display: inline-block;
    margin-right: 4px;
  }
  #case h2 small img {
    position: relative;
    top: -4px;
  }
  #case h2 span {
    font-size: 24px;
  }
}
.tags h1 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 640px) {
  .tags h1 {
    margin-bottom: 30px !important;
  }
}
.case__list {
  margin-bottom: 10px;
}
.case__list span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.case__list span.case__list--none {
  display: none;
}
.case__list span a {
  display: block;
  background: #caa25a;
  color: #fff;
  padding: 3px 10px;
}
.case__list span a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}

.case__list__taxonomy {
  margin-bottom: 10px;
}
.case__list__taxonomy span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.case__list__taxonomy span.case__list__taxonomy--none {
  display: none;
}
.case__list__taxonomy span a {
  display: block;
  background: #caa25a;
  color: #fff;
  padding: 3px 10px;
}
.case__list__taxonomy span a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}

.case__more {
  text-align: center;
  margin-bottom: 40px;
}
.case__more i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
.case__more i img {
  vertical-align: middle;
}
.case__more span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.case__more .case__more--close i {
  /* -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg); */
  transform: rotate(-180deg);
}

.case__more__taxonomy {
  text-align: center;
  margin-bottom: 40px;
}
.case__more__taxonomy i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
.case__more__taxonomy i img {
  vertical-align: middle;
}
.case__more__taxonomy span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.case__more__taxonomy .case__more__taxonomy--close i {
  /* -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg); */
  transform: rotate(-180deg);
}

.case__wrap article {
  zoom: 1;
  margin-bottom: 100px;
}
.case__wrap article:after,
.case__wrap article:before {
  content: "";
  display: table;
}
.case__wrap article:after {
  clear: both;
}
.case__wrap article:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .case__wrap article {
    margin-bottom: 1px;
  }
}

.case__links {
  float: left;
  width: 494px;
  margin-top: 40px;
  height: 40em;
}
.case__links:nth-of-type(-n + 2) {
  margin-top: 0;
}
.case__links:nth-of-type(2n) {
  float: right;
}
.case__links:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.case__links span {
  display: block;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 30em;
}
@media screen and (max-width: 640px) {
  .case__links {
    float: none;
    display: block;
    width: 100%;
    margin-top: 16px;
    height: 28em;
  }
  .case__links:nth-of-type(-n + 2) {
    margin-top: 16px;
  }
  .case__links:first-of-type {
    margin-top: 0;
  }
  .case__links:nth-of-type(2n) {
    float: none;
  }
  .case__links span {
    height: 220px;
  }
}

/**/
.case__links__search {
  float: left;
  width: 494px;
  margin-top: 40px;
  height: 45em;
}
.case__links__search:nth-of-type(-n + 2) {
  margin-top: 0;
}
.case__links__search:nth-of-type(2n) {
  float: right;
}
.case__links__search:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.case__links__search span {
  display: block;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 30em;
}
@media screen and (max-width: 640px) {
  .case__links__search {
    float: none;
    display: block;
    width: 100%;
    margin-top: 16px;
    height: 33em;
  }
  .case__links__search:nth-of-type(-n + 2) {
    margin-top: 16px;
  }
  .case__links__search:first-of-type {
    margin-top: 0;
  }
  .case__links__search:nth-of-type(2n) {
    float: none;
  }
  .case__links__search span {
    height: 220px;
  }
}

/**/

.case__img {
  float: left;
  width: 510px;
}
.case__img .case__slider li a {
  display: block;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 510px;
  height: 380px;
}
.case__img .case__thum {
  zoom: 1;
  margin-top: 12px;
}
.case__img .case__thum:after,
.case__img .case__thum:before {
  content: "";
  display: table;
}
.case__img .case__thum:after {
  clear: both;
}
.case__img .case__thum li {
  float: left;
  width: 23%;
  height: 80px;
  margin-right: 2.65%;
}
.case__img .case__thum li:last-of-type {
  margin-right: 0;
}
.case__img .case__thum li a {
  display: block;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 80px;
  opacity: 0.5;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)""*/
  /*filter:alpha(opacity=50);*/
}
.case__img .case__thum li a:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.case__img .case__thum li a.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 640px) {
  .case__img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .case__img .case__slider li a {
    width: 100%;
    height: 300px;
  }
  .case__img .case__thum li {
    height: 60px;
  }
  .case__img .case__thum li a {
    height: 60px;
  }
}
.case__info {
  float: right;
  width: 480px;
}
.case__info > p {
  font-size: 14px;
  margin-bottom: 10px;
}
.case__info .case__info__box {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 8px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
.case__info .case__info__box img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.case__info .case__info__box:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.case__info .case__info__box:hover img {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.case__info .case__info__box .u-line1 {
  border: 2px solid #efe3cd;
  padding: 2px;
}
.case__info .case__info__box .u-line2 {
  display: table;
  width: 100%;
  border: 1px solid #efe3cd;
  padding: 26px;
}
.case__info .case__info__box:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.case__info .case__info__box dl dt small {
  color: #caa25a;
}
.case__info .case__info__box dl dt span {
  color: #333;
}
.case__info .case__info__box dl dt.case__info__box--price {
  float: left;
}
.case__info .case__info__box dl dd {
  zoom: 1;
  color: #999;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.case__info .case__info__box dl dd:after,
.case__info .case__info__box dl dd:before {
  content: "";
  display: table;
}
.case__info .case__info__box dl dd:after {
  clear: both;
}
.case__info .case__info__box dl dd:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.case__info .case__info__box dl dd.case__info__box--price table {
  float: right;
  color: #555;
}
.case__info .case__info__box dl dd.case__info__box--price table tr {
  text-align: right;
}
.case__info .case__info__box dl dd.case__info__box--price table td {
  text-align: right;
}
.case__info .case__info__box dl dd.case__info__box--tag a {
  display: inline-block;
  background: #caa25a;
  font-size: 11px;
  color: #fff;
  padding: 3px 10px;
  margin-right: 6px;
  margin-top: 6px;
}
.case__info .case__info__box dl dd.case__info__box--tag a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.case__info .case__info__box .case__info__link {
  border-top: 1px dotted #ddd;
  margin-top: 10px;
  padding-top: 20px;
  text-align: center;
}
.case__info .case__info__box .case__info__link a {
  display: inline-block;
  padding: 2px;
  border: 1px solid #caa25a;
}
.case__info .case__info__box .case__info__link a span {
  display: block;
  font-size: 14px;
  color: #333;
  text-align: center;
  border: 1px solid #ddc69b;
  padding: 8px 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.case__info .case__info__box .case__info__link a:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70);*/
}
.case__info .case__info__box .case__info__link a:hover span {
  color: #caa25a;
}
@media screen and (max-width: 640px) {
  .case__info {
    float: none;
    width: 100%;
  }
  .case__info .case__info__box {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 8px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .case__info .case__info__box img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
  }
  .case__info .case__info__box:hover {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  }
  .case__info .case__info__box:hover img {
    opacity: 0.7;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
    /*filter:alpha(opacity=70)*/
  }
  .case__info .case__info__box .u-line1 {
    border: 2px solid #efe3cd;
    padding: 2px;
  }
  .case__info .case__info__box .u-line2 {
    display: table;
    width: 100%;
    border: 1px solid #efe3cd;
    padding: 10px;
  }
  .case__info .case__info__box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.sub1 {
  font-size: 12pt;
}
.h1-hid {
  visibility: hidden;
}

.h1-title {
  margin-top: -3em;
  font-size: 12pt;
}
.h1-title2 {
  font-size: 1.5em;
  margin-top: 2em;
}
.h1-title_blog {
  font-size: 1.5em;
  margin-top: 2em;
}
.h1-title3 {
  margin-top: -4em;
  margin-bottom: 4em;
  font-size: 12pt;
}
@media screen and (max-width: 767px) {
  .h1-title3 {
    margin-top: -1em;
  }
  .h1-title_blog {
    font-size: 1.5em;
    margin-top: 2em;
  }
}

.card-title1 {
  margin-top: 1em;
  font-size: 12pt;
  color: black;
}

/*footer fix*/
.footer {
  margin-bottom: 48px;
}
.global-nav-footer {
  z-index: 9999;
  position: fixed;
  left: 0;
  bottom: 0;
  background: white;
  /* background: url(//renri.jp/admin/wp-content/themes/renri/css/img/common/bg_btn.png); */
}
.nav-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  list-style: none;
  text-align: center;
  border: 1px #e4d3b5;
  height: 3.7em;
}
.nav-item {
  display: table-cell;
  border: 0.5px solid #ddc69b;
  /* height: 3em; */
}
.nav-item a {
  text-decoration: none;
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  padding-top: 1em;
  /* height: 3em; */
}
.nav-item i {
  display: block;
  font-size: 12px;
  /* height: 3em; */
}
.nav-item a span {
  display: block;
  color: #8b6009;
  text-align: center;
  /* padding: 12px 0; */
  font-size: 8pt;
  /* height: 3em; */
}

.main-btn a span {
  font-size: 13px;
  color: #f7f5f1;
}

.media {
  /* background:#FFF; */
  padding: 5em;
  overflow: hidden;
}
.media__image {
  float: left;
  margin-right: 3em;
  width: 96px;
}
.media__image2 {
  float: left;
  margin-right: 3em;
  width: 120px;
}

.media__summary {
  overflow: hidden;
  text-align: left;
  /* width: 20em; */
}
.media__heading {
  font-size: 14px;
  /* font-weight: bold; */
  margin-bottom: 1em;
  width: 10em;
}

.media__text {
  font-size: 14px;
  /* width: 50em; */
}
.staff_name_space {
  height: 10px;
}
.staff_name_a {
  margin-right: 30em;
  float: right;
}

@media screen and (max-width: 767px) {
  .media {
    padding: 0.5em;
  }
  .media__summary {
    display: block;
    width: 100%;
  }
  .media__heading {
    display: block;
    width: 100%;
  }
  .media__text {
    margin-top: 3em;
    display: block;
    width: 100%;
  }
  .staff_name_a {
    width: 100%;
    float: left;
  }
}

.about__image {
  display: block;
}
.about__text {
  display: block;
  margin: 0 4em;
}

.long_text {
  margin-top: 10em;
  display: block;
  font-size: 7px;
}

.footer-nav {
  display: none;
}

.footer-btn a {
  display: inline-block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  padding: 2px;
  display: block;
}
.footer-btn a span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 100%;
  padding: 8px 0;
}

/* @media screen and (min-width:750px){
  .staff_name_a {
    position: relative;
    left: -50%;
    float: right;
  }

} */

#nav-drawer {
  display: none;
}

#nav-drawer img {
  width: 5em;
}

@media screen and (max-width: 767px) {
  .header__bar ul {
    display: none;
  }
  .footer-nav {
    display: block;
  }
  .header__logo {
    display: none;
  }
  .footer__logo {
    display: none;
  }

  .about__text {
    margin: 0;
  }

  /* ナビゲーションバー*/

  #nav-drawer {
    display: table;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: white;
    z-index: 99997;
  }

  #nav-drawer img {
    position: relative;
    left: 45%;
    margin-top: 3px;
    margin-bottom: 5px;
    width: 2.9em;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #nav-open {
    /* display: inline-block; */
    float: right;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    margin: 15px 8px 1px 0;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 3px; /*線の太さ*/
    width: 25px; /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: "";
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none; /*はじめは隠しておく*/
    position: fixed;
    z-index: 99998;
    top: 0; /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }

  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999; /*最前面に*/
    width: 60%; /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px; /*最大幅（調整してください）*/
    height: 100%;
    background: #fff; /*背景色*/
    transition: 0.3s ease-in-out; /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%); /*左に隠しておく*/
  }

  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block; /*カバーを表示*/
    opacity: 0.5;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }

  .nav-content-menu {
    margin: 1em 1em 1em 1em;
  }
}

.contact_main_title h1{
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 70px;
}
.contact_main_title h1 span{
  display: block;
  margin-bottom: 10px;
}
.contact_main_title h1 small {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .contact_main_title h1 {
    text-align: center;
    letter-spacing: 0.4rem;
    margin-bottom: 50px;
  }
  .contact_main_title h1 span {
    display: block;
    margin-bottom: 10px;
  }
  .contact_main_title h1 small {
    display: block;
    font-size: 16px;
  }
}
.contact__wrap {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 8px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  width: 800px;
  margin: 0 auto;
}
.contact__wrap img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.contact__wrap:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.contact__wrap:hover img {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.contact__wrap .u-line1 {
  border: 2px solid #efe3cd;
  padding: 5px;
}
.contact__wrap .u-line2 {
  display: table;
  width: 100%;
  border: 1px solid #efe3cd;
  padding: 2px 5px 2px 2px;

}
.contact__wrap:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .contact__wrap {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 8px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    width: 100%;
    overflow: hidden;
  }
  .contact__wrap img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
  }
  .contact__wrap:hover {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  }
  .contact__wrap:hover img {
    opacity: 0.7;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
    /*filter:alpha(opacity=70)*/
  }
  .contact_text_input {
    width: 90%;
  }
  .contact_textarea_input {
    width: 90%;
  }

}
.contact__calender {
  margin-bottom: 40px;
}
.contact__calender .monthly-calendar {
  position: relative;
  margin-bottom: 0;
}
.contact__calender .monthly-calendar caption {
  font-size: 20px;
  color: #555;
  text-align: left;
  margin-top: -6px;
  margin-bottom: 20px;
}
.contact__calender .monthly-calendar tbody td,
.contact__calender .monthly-calendar tbody th {
  border: 1px solid #eee;
}
.contact__calender .monthly-calendar tbody th {
  background: #f9f9f9;
  font-size: 12px;
  padding: 4px;
}
.contact__calender .monthly-calendar tbody td {
  padding: 4px 10px;
}
.contact__calender .monthly-calendar tbody td .day-number {
  text-align: left;
}
.contact__calender .monthly-calendar tbody td .calendar-daylink {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo";
  font-size: 20px;
  color: #caa25a;
  margin-bottom: 10px;
}
.contact__calender .monthly-calendar tbody td .calendar-mark {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo";
  font-size: 20px;
  color: #caa25a;
  line-height: 1.4;
  margin-bottom: 10px;
}
.contact__calender .monthly-calendar .monthly-prev-next {
  position: absolute;
  top: 0;
  right: 0;
}
.contact__calender .monthly-calendar .monthly-prev-next .monthly-prev {
  margin-right: 10px;
}
.contact__calender .monthly-calendar .monthly-prev-next a {
  display: inline-block;
  color: #333;
  border: 1px solid #caa25a;
  padding: 4px 18px;
}
.contact__calender .monthly-calendar .monthly-prev-next a:hover {
  color: #caa25a;
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.contact__calender .monthly-calendar .monthly-prev-next a i {
  position: relative;
  top: 1px;
  color: #caa25a;
  font-size: 16px;
}
.contact__calender ul {
  margin-bottom: 10px;
}
.contact__calender ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
}
/* .contact__calender ul li i {
    float: left;
}
.contact__calender ul li span {
    float: left;
} */

.contact__calender ul li:first-of-type i {
  position: relative;
  top: 1px;
  font-size: 16px;
}
.contact__calender ul li:nth-of-type(2) i {
  font-size: 14px;
}
.contact__calender ul li:last-of-type {
  margin-right: 0;
}
.contact__calender ul li:last-of-type i {
  position: relative;
  top: 2px;
  font-size: 22px;
}
.contact__calender ul li i {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo";
  color: #caa25a;
}
@media screen and (max-width: 640px) {
  .contact__calender {
    margin-bottom: 30px;
  }
  .contact__calender .monthly-calendar caption {
    font-size: 16px;
    margin-bottom: 55px;
    text-align: center;
  }
  .contact__calender .monthly-calendar tbody th {
    padding: 2px 0;
  }
  .contact__calender .monthly-calendar tbody th span {
    display: none;
  }
  .contact__calender .monthly-calendar tbody td {
    padding: 2px 0;
  }
  .contact__calender .monthly-calendar tbody td .day-number {
    text-align: center;
  }
  .contact__calender .monthly-calendar tbody td .calendar-daylink {
    font-size: 17px;
    margin-bottom: 4px;
  }
  .contact__calender .monthly-calendar tbody td .calendar-mark {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .contact__calender .monthly-calendar .monthly-prev-next {
    position: absolute;
    top: 1.8em;
    right: 0;
    text-align: center;
    width: 100%;
  }
  .contact__calender .monthly-calendar .monthly-prev-next .monthly-prev {
    display: inline-block;
    float: none;
    font-size: 0.8em;
  }
  .contact__calender .monthly-calendar .monthly-prev-next .monthly-next {
    display: inline-block;
    float: none;
    font-size: 0.8em;
  }
  .contact__calender ul {
    margin-top: 1em;
  }
  .contact__calender ul li {
    display: block;
  }
  .contact__calender ul li div {
    display: flex;
    vertical-align: top;
    font-size: 13px;
    margin-left: 2em;
  }
  .contact__calender ul li:first-of-type i {
    position: relative;
    top: -0.2em;
    /* font-size: 17px */
  }
  .contact__calender ul li:last-of-type i {
    position: relative;
    top: -0.2em;
    font-size: 17px;
  }
  .contact__calender ul li:last-of-type span {
    margin-left: 0.3em;
  }
}
.contact__tabs ul {
  zoom: 1;
}
.contact__tabs ul:after,
.contact__tabs ul:before {
  content: "";
  display: table;
}
.contact__tabs ul:after {
  clear: both;
}
.contact__tabs ul li {
  float: left;
  outline: none;
  width: 49%;
  margin-right: 2%;
}
.contact__tabs ul li:last-of-type {
  margin-right: 0;
}
.contact__tabs ul li.ui-tabs-active a {
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1rem;
}
.contact__tabs ul li a {
  position: relative;
  top: 1px;
  z-index: 1;
  display: block;
  background: #ddd;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  outline: none;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  border-radius: 6px 6px 0 0;
  padding: 8px 0;
}
.contact__tabs .contact__box {
  /* border: 1px solid #ccc; */
  padding: 40px 60px;
}
.contact__tabs .contact__box .contact__box__attention {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
}
.contact__tabs .contact__box table {
  width: 100%;
}
.contact__tabs .contact__box table td,
.contact__tabs .contact__box table th {
  padding-bottom: 18px;
  text-align: left;
}
.contact__tabs .contact__box table th {
  width: 200px;
}
.contact__tabs .contact__box table th label span {
  font-size: 14px;
  color: #caa25a;
  margin-left: 2px;
  float: left;
  /* clear: both; */
}
.contact__tabs .contact__box table td label {
  margin-right: 14px;
}
.contact__tabs .contact__box table td label:last-of-type {
  margin-right: 0;
}
.contact__tabs .contact__box table td input[type="radio"] {
  float: left;
  margin-left: 0em;
}
.contact__tabs .contact__box table td input[type="text"] {
  width: 200px;
}
.contact__tabs .contact__box table td input[type="email"] {
  width: 300px;
}
.contact__tabs .contact__box table td input[type="tel"] {
  width: 200px;
}
.contact__tabs .contact__box table td textarea {
  width: 100%;
  height: 160px;
}
.contact__tabs .contact__box table td div {
  display: inline-block;
  margin-right: 10px;
}
.contact__tabs .contact__box table td div:last-of-type {
  margin-right: 0;
}
.contact__tabs .contact__box table td div span {
  position: relative;
  display: inline-block;
  width: 60px;
  border: 1px solid #ccc;
  border-radius: 9999px;
}
.contact__tabs .contact__box table td div span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  border: 4px solid transparent;
  border-top: 5px solid #caa25a;
  margin-top: -3px;
}
.contact__tabs .contact__box table td div span select {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: transparent;
  line-height: 1;
  width: 120px;
  border: 0;
  padding: 8px 30px 8px 16px;
}
.select_month {
  margin-left: -1em;
  font-size: 1em;
  width: 0.3em;
}
.contact__tabs .contact__box table td div:last-of-type span {
  width: 146px;
}
.contact__tabs .contact__box table td div:last-of-type span select {
  width: 200px;
}
.contact__tabs .contact__box table td strong {
  clear: both;
  color: #555;
  display: block;
  font-size: 11px;
  padding-top: 4px;
}
.contact__tabs .contact__box table tr:last-of-type td {
  padding-top: 20px;
  text-align: center;
}
.contact__tabs .contact__box table tr:last-of-type td input[type="submit"] {
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 0;
  width: 200px;
  padding: 8px 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.contact__tabs
  .contact__box
  table
  tr:last-of-type
  td
  input[type="submit"]:hover {
  opacity: 0.7;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""*/
  /*filter:alpha(opacity=70)*/
}
.contact__tabs .contact__box span.wpcf7-not-valid-tip {
  font-size: 11px;
  margin-top: 2px;
}
.contact__tabs .contact__box div.wpcf7-response-output {
  text-align: center;
  border: 0 !important;
  padding: 0;
}
.contact__tabs .contact__box div.wpcf7 img.ajax-loader {
  margin-left: 6px;
  width: 16px;
}
.contact__tabs .contact__box span.wpcf7-list-item label {
  font-size: 1em;
  position: relative;
  top: -0.5em;
  left: 1em;
}

.contact__tabs .contact__box table td input[type="radio"] {
  margin-top: 0.4em;
}

@media screen and (max-width: 640px) {
  .contact__tabs .contact__box table td input[type="radio"] {
    margin-top: 0em;
  }
  .contact__tabs ul li a {
    font-size: 13px;
  }
  .contact__tabs .contact__box {
    border: 1px solid #ccc;
    padding: 20px 2%;
  }
  .contact__tabs .contact__box table td,
  .contact__tabs .contact__box table th {
    display: block;
    padding-bottom: 0;
    text-align: left;
  }
  .contact__tabs .contact__box table td {
    padding-bottom: 10px;
  }
  .contact__tabs .contact__box table td label {
    margin-right: 14px;
  }
  .contact__tabs .contact__box table td label:last-of-type {
    margin-right: 0;
  }
  .contact__tabs .contact__box table td input[type="text"] {
    width: 100%;
  }
  .contact__tabs .contact__box table td input[type="email"] {
    width: 100%;
  }
  .contact__tabs .contact__box table td input[type="tel"] {
    width: 100%;
  }
  .contact__tabs .contact__box table td textarea {
    width: 100%;
    height: 160px;
  }
  .contact__tabs .contact__box table td div {
    margin-right: 4px;
    margin-bottom: 6px;
  }
  .contact__tabs .contact__box table td div:last-of-type {
    margin-bottom: 0;
  }
  .contact__tabs .contact__box table tr:last-of-type td input[type="submit"] {
    /* margin-left: 24px; */
  }
  .contact__tabs .contact__box span.wpcf7-list-item {
    margin-left: 0;
  }
  .contact__tabs .contact__box table td label {
    margin-top: 1.5em;
    margin-left: 0.5em;
  }
  .contact__tabs .contact__box table td label span {
    position: relative;
    top: -0.5em;
    left: 0.5em;
  }

  .contact__tabs .contact__box span.wpcf7-list-item label {
    display: block;
  }

  .contact__tabs .contact__box table td div span {
    /* position: relative;
        top:1em;
        left:-1em; */
    width: 60px;
    font-size: 0.9em;
  }
  .contact__tabs .contact__box table td div:last-of-type span {
    position: relative;
    /* top:-0.8em; */
    width: 128px;
  }
  .contact__tabs .contact__box table td div:last-of-type span select {
    position: relative;
    left: -0.5em;
    width: 210px;
    font-size: 0.8em;
  }
  .select_month {
    font-size: 1em;
    position: relative;
    top: 0em;
    left: 0.1em;
  }
}

.slider-sm {
  width: 65vw;
  margin: 0 auto;
  overflow: hidden;
}
.sample__slider {
  text-align: center;
}
.slider_list {
  /* width: 25em; */
}
.slider_img {
  text-align: center;
}
.slider_caption_mat {
  background-color: #ffffff;
  font-size: 1em;
  height: 4em;
  text-align: center;
  display: table;
  width: 100%;
}
.slider_caption_mat span {
  display: table-cell;
  vertical-align: middle;
}

.slider_caption {
  background-color: #ffffff;
  font-size: 1.2em;
  height: 3em;
  text-align: center;
  display: table;
  width: 100%;
}
.slider_caption span {
  display: table-cell;
  vertical-align: middle;
}

.next-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
}
.prev-btn {
  width: 50px;
  height: 50px;
  position: relative;
  left: 2em;
  top: -10em;
  margin-top: 0px;
}

.text-right {
  text-align: right;
}

.option-img {
  width: 10em;
}
.option-text {
  vertical-align: top;
  text-align: left;
}
.option-text-inner {
  padding-left: 1em;
}
.order_price_text {
  font-size: 0.9em;
}
.about_title_text {
  font-size: 2.7em;
  color: #caa25a;
}
.gallery_area h2{
  width: 50em;
  margin-left: auto;
  margin-right: auto;
}
.gallery_title {
  display: block;
  text-align: center;
  font-size: 3em;
  color: #caa25a;
}
@media screen and (max-width: 640px) {
  .gallery_area h2{
    width: 23em;
    margin-left: auto;
    margin-right: auto;
  }
}

.handmade_title {
  display: block;
  text-align: center;
  font-size: 3em;
  color: #caa25a;
}
.handmade_sub_title {
  display: block;
  text-align: center;
  font-size: 1.5em;
}

.ordermade_title {
  display: block;
  text-align: center;
  font-size: 3em;
  color: #caa25a;
}
.ordermade_sub_title {
  display: block;
  text-align: center;
  font-size: 1.5em;
}
.ordermade_sub_title_link {
  display: block;
  text-align: center;
  font-size: 1.5em;
  color: #333;
}
.top_statement_title {
  font-size: 2.5em;
}
.about-top-inner-text {
  position: relative;
  top: -5em;
  zoom: 1;
  margin: 0em auto;
  text-align: center;
}

.about-top-inner {
  position: relative;
  top: -5em;
  zoom: 1;
  width: 1024px;
  margin: 0em auto;
}

.about-top-inner:after,
.about-top-inner:before {
  content: "";
  display: table;
}
.about-top-inner:after {
  clear: both;
}

.main_text1 {
  font-size: 1.6em;
}
.main_text2 {
  font-size: 1.2em;
  display: block;
  margin: 1em auto;
}
.mobile__menu_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #555;
}
@media screen and (max-width: 640px) {
  .top_statement_title {
    font-size: 1.7em;
    text-align: center;
    padding-left: 0em;
    padding-bottom: 2em;
  }
  .about-top-inner-text {
    position: relative;
    top: 0em;
    zoom: 1;
    margin: 0em auto;
    text-align: center;
  }

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

  .about-top-inner {
    position: relative;
    top: -1em;
    zoom: 1;
    width: 95%;
    margin: 0em auto;
  }

  .slider-sm {
    width: 95vw;
    margin: 0 auto;
    overflow: hidden;
  }
  .slider_list {
    /* margin-left: 0.5em;
    margin-right: 0.5em; */
  }
  .option-img {
    width: 100%;
  }
  .option-text {
    text-align: right;
  }
}

.centering_parent {
  padding: 0px; /* 余白指定 */
  height: 50px; /* 高さ指定 */
}

.centering_item {
  width: 200px; /* 幅指定 */
  height: 90px; /* 高さ指定 */
  margin: 0 auto; /* 中央寄せ */
}

.page_transition_btn {
  margin-left: 1em;
  margin-right: 1em;
}

.page_transition_btn a {
  display: inline-block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 100%;
  padding: 2px;
}
.page_transition_btn a span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 100%;
  padding: 8px 0;
}
.page_transition_btn a:hover {
  opacity: 0.7;
}

.page_transition_btn_parent {
  position: relative;
  text-align: center;
  margin-top: 3em;
}

.page_transition_btn2 a {
  display: inline-block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 250px;
  padding: 2px;
  margin: auto;
}
.page_transition_btn2 a span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 100%;
  padding: 8px 0;
}
.page_transition_btn2 a:hover {
  opacity: 0.7;
}

.spam_title {
  margin: auto;
  margin-top: 3em;
  margin-bottom: 2em;
  text-align: center;
  padding: 0.3em 1em;
  width: 19em;
  border: solid 1px #dc143c;
}
.spam_title p {
  font-size: 1.2em;
  font-weight: bold;
  color: #dc143c;
}
.spam_document {
  text-align: left;
  /* margin: auto; */
  margin: 1em 8em;
}
.spam_document p{
  color: #dc143c;
  font-size: 1em;
  margin-bottom: 1em;
}

.three_point_reader {
  font-family: "Noto Sans JP", "Roboto";
}

.select_menu {
  margin-bottom: 1.5em;
}

.selectMenu {
  display: inline-block;
}
.contact_line {
  text-align: center;
}
.contact_line hr {
  display: inline-block;
}

.cp_ipselect {
  overflow: hidden;
  width: 59%;
  margin: 0.2em auto;
  text-align: left;
  display: inline-block;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl01{
  position: relative;
  
  
}

.cp_ipselect.cp_sl01 select{
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.75em;
  right: 4em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

@media screen and (max-width: 640px) {
  .cp_ipselect {
    width: 80%;
  }
  .select_menu {
    margin-bottom: 0;
  }
}

.ui-autocomplete {
  width: 200px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 0 #fff, 0 0 0 #ccc, 0 0 1px #222;
  -webkit-box-shadow: 0 0 0 #fff, 0 0 0 #ccc, 0 0 1px #222;
  -moz-box-shadow: 0 0 0 #fff, 0 0 0 #ccc, 0 0 1px #222;
  z-index: 1000 !important;
  text-align: left;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-autocomplete li {
  background: none;
  border: none;
  padding: 5px;
}
.ui-autocomplete li a {
  text-decoration: none;
}
.ui-autocomplete li:hover {
  cursor: pointer;
  background: #f9f9f9 !important;
  border: none;
  padding: 5px;
}

.search_cat_btn {
  margin-left: 1em;
  margin-right: 1em;
}

.search_cat_btn button {
  display: inline-block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 100%;
  padding: 2px;
}
.search_cat_btn button span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 100%;
  padding: 8px 0;
  font-family: "Times New Roman", "Helvetica neue", "Helvetica", "游明朝",
    "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "sans-serif";
}
.search_cat_btn button:hover {
  opacity: 0.7;
}

.search_cat_execute_btn {
  margin: 10em 10em 0 10em !important;
}

.search_cat_execute_btn button {
  display: inline-block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 100%;
  margin-top: 2em;
  /* padding: 2px; */
}
.search_cat_execute_btn button span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 100%;
  padding: 8px 0;
}
.search_cat_execute_btn button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .search_cat_execute_btn {
    margin: 1em 1em 0 1em !important;
  }
}

.tag_text {
  width: 10em;
  margin: auto;
  font-size: 1.2em;
  color: #caa25a;
  font-weight: bold;
}

.case-count-text {
  font-size: 1.5em;
  color: #222;
  text-decoration: underline;
}

.case-type-text {
  font-size: 1em;
  color: white;
  background-color: #caa25a;
  width: 6em;
  margin: 0.8em 0 0 0.1em;
  padding: 0.1em 0 0 0.8em;
  /* border-radius: 0.2em; */
}

.case-main-text {
  font-size: 1.5em;
  color: #222;
  font-weight: bold;
  margin: 0.2em 0 0.5em 0.1em;
}

.case-sub-text {
  font-size: 1.1em;
  color: #222;
  margin-bottom: 2em;
}

.opt-select {
  background: #ffffe0 !important;
}

/* タグ入力のテキストボックス start*/
.InputAddOn {
  display: flex;
  margin: 0 1em 3em 1em;
}

.InputAddOn-field {
  flex: 1;
  border: 1px solid rgba(147, 128, 108, 0.25);
}
.InputAddOn-field:not(:first-child) {
  border-left: 0;
}
.InputAddOn-field:not(:last-child) {
  border-right: 0;
}

.InputAddOn-item {
  background-color: #fff;
  color: #666666;
  font: inherit;
  font-size: 1.5em;
  font-weight: bold;
}

.InputAddOn-field,
.InputAddOn-item {
  /* border: 1px solid rgba(147, 128, 108, 0.25); */
  border: 1px solid #ccc;
  border-width: 1px 0 1px 1px;
  padding: 0.3em 0.55em;
}
.InputAddOn-field:first-child,
.InputAddOn-item:first-child {
  border-radius: 2px 0 0 2px;
}
.InputAddOn-field:last-child,
.InputAddOn-item:last-child {
  border-radius: 0 2px 2px 0;
}
/* タグ入力のテキストボックス end*/

/* 制作事例のセレクトボックス start */
.courseSelect {
  float: left;
  width: 100%;
  margin-top: 1em;
  /* height: 3em; */
}
.courseSelect:nth-of-type(-n + 2) {
  margin-top: 0;
}
.courseSelect:nth-of-type(2n) {
  float: right;
}
.courseSelect:hover {
  opacity: 0.7;
}
.courseSelect span {
  display: block;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  /* height: 300px; */
}
@media screen and (max-width: 640px) {
  .courseSelect {
    float: none;
    display: block;
    width: 100%;
    margin: 16px 0 0 0;
  }
  .courseSelect:nth-of-type(-n + 2) {
    margin: 16px 0 0 0;
  }
  .courseSelect:first-of-type {
    margin-top: 0;
  }
  .courseSelect:nth-of-type(2n) {
    float: none;
  }
  /* .courseSelect span {
    height: 220px;
  } */
}
/* 制作事例のセレクトボックス end */

.result_nothing {
  font-size: 1.5em;
  margin-top: 1em;
  margin-left: 1em;
}

b,
strong,
.strong {
  font-weight: bold !important;
}

.text-light {
  /* clear: both; */
  color: #555;
  /* display: block; */
  font-size: 11px;
  /* padding-top: 4px; */
  /* text-align: left; */
}
.contact-calender {
  margin-top: 2em;
}

.warning-blank {
  height: 3em;
}

.warning-bar {
  background-color: #caa25a;
  height: 4em;
  text-align: center;
}
.warning-bar a {
  display: inline-block;
  padding-top: 0.8em;
  font-size: 1.3em;
  color: #fff;
  text-decoration: underline;
}
.warning-bar2 {
  background-color: #c9ac77;
  height: 4em;
  text-align: center;
}
.warning-bar2 a {
  display: inline-block;
  padding-top: 0.8em;
  font-size: 1.3em;
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .warning-bar a {
    padding-top: 0.8em;
    font-size: 1.2em;
  }
  .warning-blank {
    height: 4.5em;
  }
}

.estimate__title {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0;
  margin-bottom: 70px;
}

.estimate__text1 {
  margin: 0 3.5em 1em 3.5em;
  color: #555;
  font-size: 1.3em;
  margin: auto;
  width: 70%;
}

.estimate__text2 {
  background-color: #f3f3f3;
  margin: 0 3em 1em 3em;
  color: #555;
  font-size: 1.3em;
}
.estimate__text2 ul {
  list-style-type: decimal;
  background-color: #f3f3f3;
}
.estimate__text2 ul li {
  background-color: #f3f3f3;
}
.estimate__box {
  /* margin: 0 4em 0 4em; */
  /* margin-top: 5em; */
  background-color: #f3f3f3;
  margin: auto;
  width: 70%;
}

.estimate__bar {
  /* margin: 0 4em 2em 4em; */
  background-color: #caa25a;
  height: 2.5em;
  text-align: center;
  margin: auto;
  width: 70%;
  margin-bottom: 2em;
  margin-top: 2em;
}
.estimate__bar span {
  display: inline-block;
  padding-top: 0.1em;
  font-size: 1.3em;
  color: #fff;
}

.estimate__bar2 {
  /* margin: 0 4em 2em 4em; */
  background-color: #caa25a;
  height: 2.5em;
  text-align: center;
  margin: auto;
  width: 70%;
  margin-top: 4em;
}
.estimate__bar2 span {
  display: inline-block;
  padding-top: 0.1em;
  font-size: 1.3em;
  color: #fff;
}
.estimate__bar3 {
  background-color: #caa25a;
  height: 2.5em;
  text-align: center;
  margin: auto;
  width: 78%;
  margin-top: 2em;
  margin-bottom: 2em;
}
.estimate__bar3 span {
  display: inline-block;
  padding-top: 0.1em;
  font-size: 1.3em;
  color: #fff;
}

.estimate__item {
  /* margin: 0 10em 2em 10em; */
  margin: auto;
  width: 70%;
}

.estimate__item__text {
  margin: 2em 0 2em 3em;
  font-size: 1.2em;
}

.estimate__item__img {
  width: 15em;
}

.estimate__item__img:hover {
  opacity: 0.7;
}

.estimate__detail {
  font-size: 1.5em;
  margin-left: 3em;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .estimate__title {
    margin-bottom: 2em;
  }
  .estimate__item__text {
    margin: 3em 0 0 1em;
  }
  .estimate__item__img {
    width: 40em;
  }
  .estimate__text1 {
    /* margin: 0 2em 1em 2em; */
    margin: auto;
    width: 80%;
  }
  .estimate__text2 {
    margin: 0 2em 1em 2em;
  }
  .estimate__item {
    /* margin: 0 1em 1em 2em; */
    margin: auto;
    width: 80%;
  }
  .estimate__bar {
    margin: auto;
    width: 80%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .estimate__bar2 {
    margin: auto;
    width: 80%;
    margin-top: 3em;
    margin-bottom: 0;
  }
  .estimate__bar3 {
    margin: auto;
    width: 90%;
    margin-top: 3em;
    margin-bottom: 0.8em;
  }
  .estimate__box {
    /* margin: 0 2em 0 2em; */
    margin: auto;
    width: 80%;
  }
  .estimate__detail {
    font-size: 1.2em;
    margin-left: 0.5em;
  }
}

.estimate_input {
  margin: 0.5em 0 0.5em 0;
}

.global-nav {
  margin: 0 3em 3em 2em;
  padding: 0;
  font-size: 1em;
  list-style-type: none;
}
/*clearfix*/
.global-nav:after {
  content: "";
  clear: both;
  display: block;
}
.global-nav li {
  float: left;
  width: 25%;
  margin: 0 2em 2em 2em;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* white-space: nowrap; */
}
.global-nav li:nth-child(odd) {
  margin-right: 2em;
}
@media screen and (max-width: 640px) {
  .global-nav {
    margin: 0 0em 2em 1em;
  }
  .global-nav li {
    float: left;
    margin: 0 0 2em 0;
    width: 43%;
    text-align: left;
    /* white-space: pre-wrap; */
  }
}

/*横幅1280px以上に適応*/
/* @media screen and (min-width: 1280px) {
  .global-nav {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .global-nav li {
    float: none;
    display: table-cell;
    width: 100%;
  }
} */

.estimate_execute_btn {
  margin: auto;
  width: 70%;
}

.estimate_execute_btn button {
  display: inline-block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 100%;
  margin-top: 2em;
  /* padding: 2px; */
}
.estimate_execute_btn button span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 100%;
  padding: 8px 0;
}
.estimate_execute_btn button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .estimate_execute_btn {
    margin: auto;
    width: 90%;
  }
}

.estimate__result_title {
  font-size: 1.8em;
  /* font-weight: bold; */
  text-align: center;
  vertical-align: top;
  margin-left: 30px;
}

.estimate__result_title_sub{
  font-size: 0.7em;
  margin-left: 30px;
}

.estimate__result_price {
  border: solid;
  border-color: #333;
  text-align: center;
  height: 4.5em;
}
.estimate__result_price_text {
  margin: 3px 0 5px 0;
}
.estimate__result_price_text span {
  font-size: 2em;
}

.estimate__slider_img {
  width: 18em;
}
.estimate__slider_img:hover {
  opacity: 0.7;
}
.estimate__slider_list {
  width: 20em;
}

.estimate__slider-sm {
  position: relative;
  overflow: hidden;
  text-align: left;
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 640px) {
  .estimate__slider_img {
    width: 13.5em;
  }
  .estimate__slider-sm {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }
  .estimate__slider_list {
    width: 12em;
    margin-left: 0.1em;
    margin-right: 0.1em;
  }
}

.estimate__slider_caption_mat {
  background-color: #ffffff;
  font-size: 1em;
  height: 0em;
  text-align: left;
  display: table;
  width: 100%;
}
.estimate__slider_caption_mat span {
  display: table-cell;
  vertical-align: top;
}

.estimate__type-text {
  font-size: 0.8em;
  color: white;
  background-color: #caa25a;
  width: 6em;
  margin: 0.8em 0 0 0.1em;
  padding: 0.1em 0 0 0.8em;
}
.estimate__main-text {
  font-size: 0.5em;
  color: #222;
  font-weight: bold;
  margin: 0.2em 0 0.5em 0.1em;
}
.estimate__sub-text {
  font-size: 0.5em;
  color: #222;
  margin-bottom: 1.5em;
}

.estimate-next-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
}

.inquiry_text {
  font-size: 1.2em;
}

.spam_document_estimate {
  color: #dc143c;
  font-size: 1.1em;
  text-align: left;
  margin: auto;
  width: 70%;
}

.spam_title_estimate {
  text-align: center;
  padding: 0.2em 0.5em;
  margin: 1em 0;
  font-weight: bold;
  border: solid 1px #dc143c;
}
.spam_title_estimate p {
  font-size: 1.2em;
  color: #dc143c;
}

@media screen and (max-width: 640px) {
  .spam_document_estimate {
    width: 90%;
  }
  .estimate_table {
    margin-top: -3em;
  }
}

.handmade_text {
  color: #caa25a;
}
.handmade_form {
  text-align: left;
  margin: auto;
  width: 100%;
}
.handmade_table {
  margin-top: -5em;
}
.handmade_table th {
  width: 45% !important;
}

.handmade_select select {
  width: 55% !important;
}

@media screen and (max-width: 640px) {
  .handmade_table th {
    width: 100% !important;
  }

  .handmade_select select {
    width: 100% !important;
  }
}

.estimate_more_btn {
  margin: auto;
  width: 30%;
}

.estimate_more_btn button {
  display: inline-block;
  /* background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png); */
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 100%;
  margin-top: 2em;
  padding: 2px;
  background-color: transparent;
}
.estimate_more_btn button span {
  display: block;
  font-size: 14px;
  color: #7d7d7d;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 100%;
  padding: 8px 0;
}
.estimate_more_btn button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .estimate_more_btn {
    margin: auto;
    width: 90%;
  }
}

.estimate_return_btn {
  margin: auto;
  width: 30%;
  margin-top: -1em;
}

.estimate_return_btn a {
  display: inline-block;
  /* background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png); */
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 100%;
  padding: 2px;
}
.estimate_return_btn a span {
  display: block;
  font-size: 14px;
  color: #7d7d7d;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 100%;
  padding: 8px 0;
}
.estimate_return_btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .estimate_return_btn {
    margin: auto;
    width: 90%;
    margin-top: -1em;
  }
}

.estimate_sendmail_btn input {
  /* display: inline-block; */
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  margin: auto;
  width: 30%;
  margin-top: 2em;
  font-size: 14px;
  color: #fff;
  height: 3em;
}
.estimate_sendmail_btn input span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 100%;
  padding: 8px 0;
}
.estimate_sendmail_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .estimate_sendmail_btn input {
    margin: auto;
    width: 90%;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #4499ee;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #3388dd;
}

.feed-prev-btn {
  position: relative;
  right: 0.5em;
  top: 6em;
  z-index: 999;
  background-color: #caa25a;
  border: 1px solid #caa25a;
  border-radius: 1em;
}
.feed-prev-btn:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  margin-left: 0.4em;
}
.feed-next-btn {
  position: relative;
  right: -23em;
  top: -22.5em;
  z-index: 999;
  background-color: #caa25a;
  border: 1px solid #caa25a;
  border-radius: 1em;
}
.feed-next-btn:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  margin-left: 0.4em;
}
.feed-next-btn a {
  color: transparent;
}

/* .feed-next-btn {
  position: relative;
  right: -23em;
  top: -20em;
  z-index: 999;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  background: #caa25a;
} */

/* .feed-prev-btn:hover {
  color: floralwhite;
}
.feed-next-btn:hover {
  color: floralwhite;
} */
/* .feed-prev-btn .bx-prev {
  width: 100%;
  display: block;
}
.feed-next-btn .bx-next {
  width: 100%;
  display: block;
} */
.navi-btn {
  margin: 79px 8px 0 9px;
  width: 23px;
  height: 23px;
  -webkit-background-size: 23px;
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
.fa-chevron-circle-right {
  color: #caa25a;
}

/*LP*/
#lp_nav_drawer {
  display: none;
}

@media screen and (max-width: 767px) {
  #lp_nav_drawer {
    display: table;
    /* position: relative; */
    top: 0px;
    left: 0px;
    width: 100%;
    background: white;
    z-index: 99999;
  }

  #lp_nav_drawer img {
    position: relative;
    left: 45%;
    margin-top: -2em;
    margin-bottom: 0.2em;
  }
}

.lp-inner {
  zoom: 1;
  width: 60%;
  margin: 0 auto;
}
.lp-inner:after,
.lp-inner:before {
  content: "";
  display: table;
}
.lp-inner:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  .lp-inner {
    width: 90%;
  }
}

.lp-top-inner {
  /* zoom: 0; */
  width: 100%;
  margin: 0 auto;
}
.lp-top-inner:after,
.lp-top-inner:before {
  content: "";
  display: table;
}
.lp-top-inner:after {
  clear: both;
}

.lp-top-inner-gray {
  background-color: #f5f3f3f5;
}

@media screen and (max-width: 640px) {
  .lp-top-inner {
    width: 100%;
  }
}

.lp__title {
  background-position: 60% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0;
}
.lp__title_full {
  background-position: 60% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0;
}
.lp_title_area {
  display: block;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.lp_title1 {
  font-family: serif;
  font-size: 3em;
  font-weight: bold;
  color: #caa25a;
}
.lp-title2 {
  font-size: 1.5em;
  margin-top: 0.5em;
}
.lp_text1 {
  font-size: 1.5em;
  color: #555;
  text-decoration: underline;
  text-decoration-color: rgb(202, 162, 90);
}
.lp_text2 {
  font-family: serif;
  font-size: 1.7em;
  color: #555;
  font-weight: bold;
}
.lp_main_text {
  font-family: serif;
  font-size: 1.7em;
  color: #caa25a;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
}
.lp_main_text_black {
  font-family: serif;
  font-size: 2em;
  color: #caa25a;
  font-weight: bold;
  text-align: left;
}
.lp_text_black {
  font-size: 1.1em;
  color: black;
  /* font-weight: bold; */
  text-align: left;
}
.lp_bar {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.lp_bar p {
  /* font-weight: bold; */
  font-size: 1em;
}
.lp__text_area {
  margin: auto;
  width: 95%;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 1em;
}
.lp__text_area span {
  font-size: 1.4em;
  color: #555;
}
.lp__text_area_black {
  margin: auto;
  width: 95%;
  text-align: left;
  margin-top: 0.5em;
}
.lp__text_area_black span {
  font-size: 1.5em;
  color: #555;
}

.lp__text_area_l {
  margin: auto;
  width: 98%;
  text-align: left;
  margin-bottom: 0.5em;
}
.lp__text_area_l span {
  font-size: 1.7em;
  color: #555;
  text-decoration: underline;
  text-decoration-color: rgb(202, 162, 90);
}

.lp__text_area_l_black {
  margin: auto;
  width: 98%;
  text-align: left;
}
.lp__text_area_l_black span {
  font-size: 1.2em;
  color: black;
}

.lp_execute_btn {
  margin: auto;
  width: 70%;
}

.lp_execute_btn a {
  display: inline-block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 100%;
  margin-top: 2em;
  /* padding: 2px; */
}
.lp_execute_btn a span {
  display: block;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 100%;
  padding: 8px 0;
}
.lp_execute_btn a:hover {
  opacity: 0.7;
}

.lp_order_flow {
  margin: auto;
  width: 65%;
}
.lp_table {
  margin-bottom: 0 !important;
}
.lp_gallery {
  margin: auto;
  width: 100%;
}

.lp__text_area_gray {
  margin: auto;
  width: 57%;
}

@media screen and (max-width: 640px) {
  .lp__text_area_gray {
    margin: auto;
    width: 85%;
  }
  .lp_title1 {
    font-size: 2em;
  }
  .lp_text2 {
    font-size: 1.5em;
  }
  .lp__text_area span {
    font-size: 1.1em;
    color: #555;
  }
  .lp_main_text {
    font-size: 1.5em;
  }
  .lp_main_text_black {
    font-size: 1.7em;
    font-weight: bold;
    text-align: left;
  }
  .lp__text_area_black span {
    font-size: 1.1em;
  }

  .lp_order_flow {
    margin: auto;
    width: 94%;
  }
  .lp__text_area_l span {
    font-size: 1.2em;
    color: #555;
  }

  .lp__title {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
  }
  .lp__title_x {
    background-position: 43% 50%;
    padding: 160 0;
  }
  .lp__title_full {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
  }
  .lp_execute_btn {
    margin: auto;
    width: 90%;
  }
  .estimate__title {
    margin-bottom: 2em;
  }
}
/* スライダー START */
.lp_slider {
  margin: auto;
  width: 98%;
  overflow: hidden;
}
.lp_slider_caption_mat {
  background-color: #ffffff;
  height: 4em;
  text-align: left;
  display: table;
  width: 100%;
}
.lp_slider_caption_mat span {
  font-size: 0.9em;
  display: table-cell;
  vertical-align: middle;
}
.lp_slider_caption {
  background-color: #ffffff;

  height: 3em;
  text-align: left;
  display: table;
  width: 100%;
}
.lp_slider_caption span {
  font-size: 1em;
  display: table-cell;
  vertical-align: middle;
}
.lp_slider_inner {
  zoom: 1;
  width: 75%;
  margin: 0 auto;
}
.lp_slider_inner:after,
.lp_slider_inner:before {
  content: "";
  display: table;
}
.lp_slider_inner:after {
  clear: both;
}
.lp_slider_text_black {
  font-family: serif;
  font-size: 2em;
  color: #caa25a;
  font-weight: bold;
  text-align: left;
}
.lp_slider_text_black2 {
  font-size: 1.1em;
  color: #555;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .lp_slider_inner {
    width: 95%;
  }
  .lp_slider_text_black {
    font-size: 1.7em;
    padding-left: 0.4em;
  }
  .lp_slider_text_black2 {
    padding-left: 0.7em;
  }
}
/* スライダー END */

/* アコーディオン START */
.acd-check {
  display: none;
}
.acd-check2 {
  display: none;
}
.acd-label {
  background: #a0a0a0;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  font-size: 1.5em;
  text-align: left;
}
.acd-label i {
  float: right;
  padding-top: 0.5em;
  padding-right: 0.3em;
  transition: all 0.4s ease;
}

.acd-content {
  border: 1px solid rgb(223, 223, 223);
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
  text-align: left;
}
.acd-check:checked + .acd-label + .acd-content {
  height: 7em;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.acd-check:checked + .acd-label i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.acd-check2:checked + .acd-label + .acd-content {
  height: 12em;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.acd-check2:checked + .acd-label i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.acd-content p {
  font-size: 1.5em;
}

@media screen and (max-width: 640px) {
  .acd-label {
    font-size: 0.9em;
  }

  .acd-content p {
    font-size: 1.1em;
  }
  .acd-check2:checked + .acd-label + .acd-content {
    height: 14.5em;
  }
}
/* アコーディオン END */

/* LP ボタン START*/
.lp_btn {
  margin: auto;
  width: 75%;
  margin-top: 3em;
  text-align: center;
}
.lp_btn a {
  display: inline-block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 80%;
  padding: 2px;
}
.lp_btn a span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 100%;
  padding: 8px 0;
}
.lp_btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .lp_btn {
    width: 90%;
  }
}
/* LP ボタン END*/

/* オンライン相談対応 */
.calendar_description {
  margin: auto;
  width: 98%;
  margin-bottom: 2em;
  text-align: left;
  padding: 5px;
}

.calendar_description span {
  width: 98%;
  padding: 5px;
}

.calendar_description div {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .calendar_description div:last-child {
    margin-top: 2em;
  }
}
.calendar_description div span {
  font-size: 0.9em;
}
.calendar_description div p {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0.5em;
}
.calendar_description div p a {
  text-decoration: underline;
  font-size: 1.4em;
  color: #222;
}
.top_online_link {
  text-align: center;
  font-size: 1.5em;
  text-decoration: underline;
  margin-top: 2.5em;
}
.top_online_link a {
  color: rgb(219, 24, 24);
}
/* オンライン相談対応 END */

/* 2020/12/08 start */
.contact_description p {
  font-size: 1em;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.contact_description a span{
  text-decoration: underline;
  color: #0000ee;
  margin-top: 2em;
}

nav.globalMenuSp {
  display : none;
}

@media screen and (max-width: 640px) {

  nav.globalMenuSp {
    display : block;
  }

  /*　ハンバーガーボタン　*/
  .hamburger {
    display : block;
    position: fixed;
    z-index : 99999;
    /* right : 13px; */
    left: 13px;
    top   : 7px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay     : 0.6s;
    transition-delay        : 0.6s;
    -webkit-transform: rotate(45deg);
    -ms-transform    : rotate(45deg);
    -o-transform     : rotate(45deg);
    transform        : rotate(45deg);
  }
  .hamburger.active span:nth-child(2){
    width: 0px;
  }
  .hamburger.active span:nth-child(1),
  .hamburger.active span:nth-child(3){
    /* background :rgb(255, 255, 255); */
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .hamburger.active span:nth-child(1){
    -webkit-transform: translateY(4px);
    -ms-transform    : translateY(4px);
    -o-transform     : translateY(4px);
    transform        : translateY(4px);
  }
  
  .hamburger.active span:nth-child(3){
    -webkit-transform: translateY(-16px) rotate(90deg);
    -ms-transform: translateY(-16px) rotate(90deg);
    -o-transform : translateY(-16px) rotate(90deg);
    transform    : translateY(-16px) rotate(90deg);
  }
  
  nav.globalMenuSp {
    position: fixed;
    top  : 2.5em;
    left : 0;
    color: rgb(0, 0, 0);
    background: rgba(255, 255, 255, 0.952);
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
  }
  nav.globalMenuSp div.mobile_menu{
    position: fix;
    overflow-y: scroll; 
    height: 100%;
    overflow-y: scroll; 
    z-index : 99999;
  }

  nav.globalMenuSp div.mobile_menu_title {
    height: 2em;
    background: rgb(219, 219, 219);
    text-align: left;
    padding-top: 0.2em;
  }
  
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 50%;
    float: left;
    transition: .4s all;
    /* border: 0.01em solid rgb(121, 121, 121); */
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: rgb(48, 48, 48);
    padding: 1em 0;
    text-decoration :none;
  }
  nav.globalMenuSp ul li span {
    display: block;
    color: rgb(48, 48, 48);
    padding: 1em 0;
    text-decoration :none;
    background: rgba(255, 255, 255, 0.952);
  }
  nav.globalMenuSp ul li.menu_blank {
    border: none;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
  
  }

  .menu_title1 {
    text-align: left;
    background-color: rgb(219, 219, 219);
    width: 100%;
    padding-left: 1em;

    /* padding: 0.4em 0em 0.3em 2em; */
  }
  .menu_title2 {
    text-align: left;
    background-color: rgb(219, 219, 219);
    width: 100%;
    margin-top: 3.8em;
    padding-left: 1em;
  }
  .menu_title3 {
    text-align: left;
    background-color: rgb(219, 219, 219);
    width: 100%;
    /* margin-top: 7.5em; */
    margin-top: 3.8em;
    padding-left: 1em;
  }
  .menu_title4 {
    text-align: left;
    background-color: rgb(219, 219, 219);
    width: 100%;
    margin-top: 3.8em;
    padding-left: 1em;
  }

  .mobile_title {
   clear: both;
   
  }
  .sp-nav {
    height:100%;
  }
}

.keyword_title {
  display: block;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 3em;
}
.keyword_title img {
  width: 30%;
}

.keyword_sub_title {
  color: #caa25a;
  text-align: left;
  font-size: 2em;
  margin-left: 5em;
}
.keyword_text {
  text-align: left;
  margin: 1em 3.8em 0 3.8em;
}
.keyword_textarea {
  margin: 1em 5em 0 5.5em;
}
.keyword_item_title {
  margin-top: 2em;
  text-align: left;
  font-size: 1.5em;
  margin-left: 6.3em;
}
.keyword_hr {
  border-top: 3px double #caa25a;
  width: 78%;
  margin-left: 9.5em;
}

/* 用語集 SP*/ 
@media screen and (max-width: 640px) {
  .keyword_title img {
    width: 80%;
  }
  .keyword_sub_title{
    margin-left: 0;
    font-size: 1.5em;
  }
  .keyword_item_title {
    margin-left: 0;
    font-size: 1.2em;
  }
  .keyword_hr {
    width: 100%;
    margin-left: 0;
  }
  .keyword_textarea {
    margin: -2.5em 0 5em 0;
  }
  .keyword_text {
    text-align: left;
    margin: 0;
  }
}

.keyword_wrapper{
  width: 80%;
  margin: auto;
  height: 85em;
  position: relative;
  margin-bottom: 10em;
}
.keyword_wrapper h2{
  text-align: center;
  font-size: 1.2em;
}

@media screen and (max-width: 640px) {
  .keyword_wrapper{
    width: 100%;
    height: 60em;
    position: relative;
  }

}

.top_keyword_img img{
  width: 50vw;
  text-align: left;
  margin-top: 3em;
}
.top_keyword_box {
    text-align: right;
    width: 35vw;
    /* height: 35em; */
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 1px #888787;
    position:absolute; top:27em; right: 0;
    background-color: rgb(255, 255, 255);
    text-align: center;
}

.top_keyword_box p {
  font-size: 14pt;
  margin-bottom: 2em;
}
.top_keyword_box span {
  font-size: 11pt;
}
@media screen and (max-width: 640px) {
  #keyword_top {
    height: 80em;
  }
  .top_keyword_img img{
    width: 78%;
    text-align: center;
    position:absolute; top:8em; left:3.5em; 
  }
  .keyword_wrapper {
    height: 50em;
  }
  .top_keyword_box {
    width: 70%;
    height: 43em;
    position:absolute; top:25em; left:4.7em; 
  }
  .top_keyword_box span {
    font-size: 10pt;
  }
}
a.bx-prev {
  z-index: 99998;
}

.active_index {
  z-index: 99999;
}

/* TOPスライダー */
.slider_top {
  width: 100%;
  /* display: flex; */
}
.slider_top div {
  width: 1366px;
  margin: 1vh auto;
}
.slider_top img {
  width: 100%;
  /* height: 70vh;
  object-fit: cover;  */
}
@media screen and (max-width: 640px) {
  .slider_top div {
    width: 100%;
  }
  .slider_top img {
    width: 100%;   
  } 
}
/* CUSTOMERS VOICE スライダー */
.slider_customer {
    width: 100%;
}
.slider_customer div {
    height: 25vw;
}
.slider_customer img {
    width: 100vw;
}
@media screen and (max-width: 640px) {
  .slider_customer div {
      height: 78vw;
  }
}

#original-top_customer {
  padding-top: 40px;
  width: 100%;
  /* margin: auto; */
}
#original-top_customer img {
  padding: 1em;
}
#original-top_customer h2 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}
#original-top_customer h2 span {
  display: block;
  margin-bottom: 10px;
}
#original-top_customer h2 small {
  color: #555;
  font-size: 14px;
}

.customers_voice_bg {
  background-color: #f3e9e9c4;
  width: 100%;
  /* margin: auto; */
  text-align: center;
}

@media screen and (max-width: 640px) {
  #original-top_customer {
    width: 100%;
  }
}
.customers_voice_bg h2 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 3em;
}
.customers_description {
  text-align: center;
}
.page_transition_btn_parent_customer {
  position: relative;
  text-align: center;
  margin-top: 3em;
}

.page_transition_btn2_keyword a {
  display: inline-block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 223px;
  padding: 2px;
  margin: auto;
}
.page_transition_btn2_keyword a span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 100%;
  padding: 8px 0;
}
.page_transition_btn2_keyword a:hover {
  opacity: 0.7;
}
.page_transition_btn_parent_keyword {
  position: relative;
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 640px) {
  .page_transition_btn_parent_keyword {
    position: relative;
    text-align: center;
    margin-top: 1em;
  }
  .page_transition_btn2_keyword a {
    width: 85%;
  }
  .page_transition_btn2_keyword a span{
    font-size: 0.7em;
  }
}

#visual {
  display: block;
}
#visual_sp{
  display: none;
}
@media screen and (max-width: 640px) {
  #visual {
    display: none;
  }
  #visual_sp{
    display: block;
  }
}

.contact_title {
  width: 25em;
  text-align: center;
}


.top_box_area {
  position: relative;
}

.top_card_btn {
  position: absolute;
  top: 42em;
  left: 5.9em;
  width: 60%;
}
.top_box_main {
  height: 52em;
}
.top_box_line {
  height: 50em;
}
@media screen and (max-width: 640px) {
  .top_card_btn {
    position: absolute;
    top: 42em;
    left: 0em;
    width: 100%;
    margin: 0;
  }
  .top_card_btn a span{
    font-size: 1em;
  }
  .handmade_btn {
    top: 40em;
  }
  .ordermade_btn {
    top: 42.5em;
  }
  .engagement_btn {
    top: 43em;
  }
  .engagement_area h2{
    font-size: 2em;
  }

}
/* 2020/12/08 end */

/* HAND MADE KIT start */
span.wpcf7-list-item {
  margin-top: 1em !important;
  display: block !important;
}

/* .wpcf7-list-item-label {
  font-size: 1.２em;
} */

.contact__tabs .contact__box table td input[type="radio"] {
  margin-top: 0.7em;
}

.radio_handmade_td {
  padding-left: 7em;
}

@media screen and (max-width: 640px) {
  .hm_sub_title {
    font-size: 1em;
  }
  .radio_handmade_td {
    padding-left: 0.2em;
  }
  .contact__tabs .contact__box table td input[type="radio"] {
    margin-top: 0.1em;
  }
}

/* HAND MADE KIT end */

.sp_header_btn {
  display: None;
}
/* SP　ヘッダー空席確認ボタン start */
@media screen and (max-width: 640px) {

  /* .sp_header_btn {
    display : block;
    position: fixed;
    z-index : 999999;
    right : 0px;
    top   : 0px;
    width : 90px;
    height: 47px;
    cursor: pointer;
    text-align: right;
  } */
  
  /* SP　フッターに来店予約ボタン start */
  .sp_header_btn {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0;
    z-index: 100;
  }
  
  .sp_header_btn a {
    display: block;
  
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
  }
  /* SP　フッターに来店予約ボタン end */

  .header_contact_btn a {
    display: inline-block;
    background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    padding: 2px;
    height: 49px;
    display: block;
  }
  .header_contact_btn a span {
    display: block;
    /* font-size: 14px; */
    font-size: 11px;
    color: #fff;
    text-align: center;
    border: 1px solid #ddc69b;
    width: 100%;
    padding: 11px 0 11px 0;
  }

  .footer-btn2 a {
    display: inline-block;
    /* background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png); */
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    padding: 2px;
    display: block;
  }
  .footer-btn2 a span {
    display: block;
    font-size: 9pt;
    color: #8b6009;
    text-align: center;
    /* border: 1px solid #ddc69b; */
    width: 100%;
    padding: 8px 0;
  }
}
/* SP　ヘッダー空席確認ボタン end */


/* コンタクトフォーム */
.wpcf7-list-item-label {
  font-size: 1.2em;
}

@media screen and (max-width: 640px) {
  .contact__tabs .contact__box table th{
    width: 100%;
    margin-bottom: 50px;
  }
  .wpcf7-list-item-label {
    font-size: 5em　!important;
  }
}
/* */ 


/* お客様の声の一覧画面 start */

/* .voice_list_wrap article {
  zoom: 1;
  margin-bottom: 100px;
}
.voice_list_wrap article:after,
.voice_list_wrap article:before {
  content: "";
  display: table;
}
.voice_list_wrap article:after {
  clear: both;
}
.voice_list_wrap article:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .voice_list_wrap article {
    margin-bottom: 1px;
  }
} */

.voice_list_wrap {
  float: left;
  width: 800px;
  margin: 0 auto 40px;
  margin: 0 auto 1em;
}
.voice_list_wrap article {
  /* background: #fff; */
  /* -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
  /* padding: 50px, 40px, 10px, 40px; */
  padding: 30px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  height: 30em;
  /* -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s; */
  /* margin-bottom: 3 0px; */
}
.voice_list_wrap article img {
  /* -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s; */
  transition: 1s;
}
.voice_list_wrap article:hover img {
  opacity: 0.7;
}

.voice_list {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.voice_list_item {
  margin: 5px;
  float: left;
  width: calc(50% - 10px);
  padding: 1em;
  margin-bottom: 0;
}
.voice_list_item img{
  width: 100%;
}

.voice_list article {
  overflow: hidden;
  padding-right: 10em;
}

.voice_list article figure{
  float: left;
  margin-right: 1em;
}

.voice_list_item_time {
  font-size: 1.5em;
}

.voice_list_item_text {
  font-size: 1.2em;
  color: #333;
  height: 5em;
}

@media screen and (max-width: 640px) {
  .voice_list_wrap {
    width: 98%;
    margin: 0;
  }
  .voice_list_wrap article {
    padding: 5px;
  }
  .voice__title {
    margin-bottom: 3em;
  }
  .voice_list_item {
    margin: 5px;
    float: left;
    width: 100%;
    padding: 1em;
  }
  .voice_list_item img{
    width: 100%;
  }
  .voice_list_item_text {
    font-size: 1.3em;
  }
  .voice_list article {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0em;
    padding: 0em;
  }

  #pager{
    margin-bottom: 6em;
  }
}
/* お客様の声の一覧画面 start */

/* スタッフブログの一覧画面  start */
.blog_title {
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/blog_main.jpg) no-repeat;
  /* -webkit-background-size: cover;
  -moz-background-size: cover; */
  background-size: cover;
  /* padding: 160px 0; */
  padding: 300px 0;
  margin-bottom: 70px;
}

.blog_category_title {
  font-size: 2em;
  font-weight: 400;
  font-family: "Arial" ;
  margin-bottom: 0.5em;
}

.blog_category_link {
  font-size: 1.2em;
  margin-bottom: 2em;
}
.blog_category_link b {
  font-weight: bold;
}
.blog_category_link a span {
  font-family: "Arial" ;
  color:#333;
}
.blog_category_link_text span{
  color: #caa25a !important;
}

.blog_list_wrap {
  float: left;
  /* width: 750px; */
  margin: 0;
  /* margin: 0 auto 40px;
  margin: 0 auto 1em; */
}
.blog_list_wrap article {
  padding: 0;
  /* margin-bottom: 30px; */
  margin: 0;
  height: 30em;
}
.blog_list_wrap article img {
  transition: 1s;
}
.blog_list_wrap article:hover img {
  opacity: 0.7;
}

.blog_list {
  width: 80%;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 0 ;
}
.blog_list_item {

  float: left;
  width: calc(50% - 10px);
  /* padding: 1em; */
  margin-right: 1em;
}
.blog_list_item img{
  width: 26em;
  height: 18em;
  object-fit: cover;
}

.blog_list_item_category {
  background-image: url(//renri.jp/admin/wp-content/themes/renri/img/common/category_back.png);
  color: #ffffff;
  padding-left: 15px;
  width: 80%;
  height: 1.7em;
  font-family: "Arial" ;
  font-size: 1.1em;
}

.blog_list_item_time {
  font-size: 1.5em;
}

.blog_list_item_text {
  font-size: 1.2em;
  color: #333;
  width: 80%;
}

.blog_title_area {
  display: block;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}
.blog_title_png img{
  height: 3em !important;
}


@media screen and (max-width: 640px) {

  .blog_title_png img{
    height: 2em !important;
  }

  .blog_title_area {
    display: block;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .blog_title {
    background: url(//renri.jp/admin/wp-content/themes/renri/img/common/blog_main.jpg) no-repeat;
    background-size: cover;
    
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 100px 0;
    margin-bottom: 10px;

  }

  .blog_list_wrap {
    width: 80%;
    margin: 0;
  }

  .blog_list {
    width: 100%;
  }

  .blog_list_item {
    margin: 10px;
    float: left;
    width: 100%;
    padding: 1em;
    /* height: 12em; */
  }
  .blog_list_item img{
    width: 100%;
  }
  .blog_list_item_text {
    font-size: 1.2em;
  }
  .blog_list article {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
  }
  .blog_list_item_category {
    width: 80%;
  }
}
/* スタッフブログの一覧画面  end */

/* 予約画面の新店舗案内  start */
.contact_shop{
  padding: 1em 5em 1em 5em;
}
.contact_new_shop {
  margin-top: 6em;
}

.contact_new_shop h1{
  font-size: 1.3em;
}

.contact_new_shop_text{
  text-align: center;
  width: auto;
}
.contact_new_shop_text p{
  font-size: 1.2em;
}

.btn_contact_shop_parents {
  position: relative;
  text-align: center;
  margin-top: 3em;
}

.btn_contact_shop {
  height: 5em;
}

.btn_contact_shop a {
  display: inline-block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 400px;
  height: 3.2em;
  padding: 2px;
  /* margin: auto; */
}

.btn_contact_shop a span {
  display: block;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 100%;
  padding: 10px 0 10px 0;
}
.btn_contact_shop a:hover {
  opacity: 0.7;
}

.h1-title4 {
  margin-top: -3em;
  margin-bottom: -3em;
  font-size: 1.3em;
}

@media screen and (max-width: 640px) {
  .h1-title4 {
    margin-top: -1em;
    font-size: 1.1em;
  }

  .contact_shop{
    padding: 2em 0 2em 0;
  }
  .contact_new_shop {
    margin-top: 2em;
  }
  .contact_new_shop_text{
    text-align: letf;
  }
  .contact_new_shop_text p{
    font-size: 1em;
  }
  .btn_contact_shop a {
    width: 300px;
  }
}

.new_shop_logo p{
  color: #caa25a;
  /* font-weight: bold; */
  font-size: 3em;
  margin-bottom: 0.3em;
  text-align: center;
}
.new_shop_description{
  text-align: center;
  width: 600px;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 2em;
}

.new_shop_description span{
  font-size: 1em;
}
@media screen and (max-width: 640px) {
  .new_shop_description{
    width: 95%;
    letter-spacing: 0.1em;
  }
}

/* 予約画面の新店舗案内 end */


/* 店舗情報 start */
.shop_select_link {
  text-align: center;
  font-size: 1.7em;
  margin-bottom: 5.5em;
}

.shop_select_link a{
  color: #333;
}
@media screen and (max-width: 640px) {
  .shop_select_link {
    font-size: 1em;
    margin-bottom: 3.5em;
  }
}

.shop_link_icon {
  font-size: 0.8em;
}

.shop_title a{
  color: #caa25a;
  font-size: 2.2em;
}

.shop2_text{
  text-align: center;
  width: auto;
  padding-top: 5em;
  padding-bottom: 10em;
}
.shop2_text p{
  font-size: 1.2em;
}
.shop__description_text {
  font-size: 1.1em;
  margin-top: 2em;
  text-align: center;
  width: 20em;
}

.btn_shop_info_parents {
  position: relative;
  text-align: center;
  margin-top: 1em;
}

.btn_shop_info {
  height: 5em;
}

.btn_shop_info a {
  display: inline-block;
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 400px;
  height: 4.5em;
  padding: 2px;
  /* margin: auto; */
}

.btn_shop_info a span {
  display: block;
  font-size: 1.3em;
  color: #fff;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 100%;
  padding: 11px 0 10px 0;
}
.btn_shop_info a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .shop2_text{
    text-align: left;
    padding-top: 8em;
    padding-bottom: 5em;
  }
  .btn_shop_info a {
    width: 300px;
  }
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/* 店舗情報 end */


/* ページング　お客様の声とスタッフッブログ  start */
.pager {
  clear: both;
  text-align: center;
  font-size: 14px;
  padding-top: 60px;
}
.pager .screen-reader-text {
  display: none;
}
.pager .current {
  display: inline-block;
  background: #dec69a;
  color: #fff;
  border: 1px solid #dec69a;
  padding: 4px 12px;
  margin-right: 2px;
}
.pager .dots {
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 4px;
}
.pager a {
  display: inline-block;
  color: #333;
  border: 1px solid #dec69a;
  padding: 4px 12px;
  margin-right: 2px;
}
.pager a:hover {
  color: #dec69a;
}
.pager_sp {
  display:none;
}
.pager_pc {
  display:block;
  margin-right: 19em;
}
@media screen and (max-width: 640px) {
  .pager {
    margin-bottom: 5em;
  }
  .pager_sp {
    display:block;
  }
  .pager_pc {
    display:none;
  }
}
/* ページング　お客様の声とスタッフッブログ  end */

/* カレンダーのattention テキスト start */
.calender_attention span{
  color: red;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
.calender_attention a{
  color: red;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-decoration:underline;
}
/* カレンダーのattention テキスト end   */


/* 予約フォーム */
.contact_input_area {
  width: 100%;
  padding: 3px;
  padding: 1em 0.5em 0 0.7em;
}

.contact_confirm_area {
  width: 100%;
  padding: 3px;
  padding: 1em 0.5em 1em 0.7em;
}
.contact_head_text {
  font-size: 1.1em;
  font-family: Arial, Helvetica, sans-serif;
}
.contct_text_alert{
  text-align: left;
  padding: 1px;
}
.contct_text_alert span{
  font-size: 1em;
  color: red;
}
.contct_text_alert a{
  font-size: 1.2em;
  color: red;
  text-decoration: underline;
}

.contact_error_msg {
  text-align: center;
  margin: 3em 0 3em 0;
}
.contact_error_msg p{
  color:#B70000;
  font-size: 1.3em;
}

.contact_redirect_msg{
  text-align: center;
  margin: 1.5em 0 1.5em 0;
  font-size: 1.2em;
}

.contact_select1 {
  text-align: left;
}

.contact_select {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 2em;
  text-align: left;
}

.contact_select:hover {
  opacity: 0.7;
}

.contact_select p {
  text-align: left;
}
.contact_select span {
  text-align: left;
  font-size: 0.8em;
  color: red;
}
.contact_select a{
  text-decoration: underline;
  color: red;
  font-size: 1em;
}

.contact_select label {
  white-space: nowrap;
}

.contact_text_other {
  margin: 2em 2em;
}
.contact_text_other a{
  text-decoration: underline;
  color: #454545;
}

.contact_radio {
  text-align: left;
  font-size: 1em;
  margin: 1.5em 0 2.5em 1.5em;
}

.contact_radio span{
  font-size: 1em;
}

.left_column{
  float: left;
}

.right_column{
  float: right;
}

.contact_text_line {
  display: inline-block;
}

.contact_input_title {
  margin-top: 1em;
  text-align: left;
}

.contact_text {
  text-align: center;
}

.contact_text span {
  font-size: 1em;
}

.contact_calendar_description {
  width: 98%;
  padding-left: 10px;
  margin-top: 2px;
  margin-bottom: 5px;
}
.contact_calendar_description2 {
  width: 98%;
  padding-left: 10px;
  margin-top: 2px;
  margin-bottom: 5px;
}

.contact_calendar_description_add_text {
  margin-bottom: 20px !important;
  padding-left: 10px;
}

.contact_section_input {
  margin-left: auto;
  font-size: 1.1em;
  line-height: 3em;
}

.contact_table_line,
.contact_table_line select,
.contact_table_line span {
  display: inline-block;
}

.contact_table_line select{
  border-radius: 15px;
  padding-left: 1em;
  padding-right: 1em;
}
.contact_table_line span{
  margin-right: 0.5em;
}

.contact_text_title {
  font-weight: bold;
  width: 12em;
  margin-left: 5em;
}

.btn_link_contact {
  text-decoration: underline;
  cursor: pointer;
  border: none !important;
  background: none;
  color: #1a1a1a91;
  margin-bottom: 2em;
}

.btn_link_contact:hover {
  text-decoration: underline;
  color: #474747;
}

.btn_contact_confirm {
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png) !important;
  border: 1px solid #ddc69b !important;
  color: #fff !important;

  margin:0 auto;
  width: 20em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif !important;
}

.btn_contact_confirm:hover {
  opacity: 0.7;
  cursor: pointer;
}

.contact_submit {
  padding-top: 3em;
  text-align: center;
  margin-bottom: 3em;
}
.btn_contact {
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png) !important;
  border: 1px solid #ddc69b !important;
  color: #fff !important;
  padding: 8px 0 8px 0 !important;
  margin:0 auto;
  width: 20em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif !important;
}
.btn_contact:hover {
  opacity: 0.7;
  cursor: pointer;
}

.contact_btn_top {
  margin-top: 5em;
  margin-bottom: 3em;
  text-align: center;
}

.btn_contact_to_top {
  background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png) !important;
  border: 1px solid #ddc69b !important;
  color: #fff !important;
  margin:0 auto;
  width: 20em;
  padding: 12px 50px 12px 50px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif !important;
}
.btn_contact_to_top:hover {
  opacity: 0.7;
  cursor: pointer;
}

.contact_input_table {
  margin-left: 1.5em;
  border-collapse: separate;
  border-spacing: 1px 0.8em;
}

.contact_input_table tr th {
  text-align: left;
  width: 12em;
}
.contact_confirm_table {
  margin-top: 3em;
  margin-left: 1.5em;
  border-collapse: separate;
  border-spacing: 1px 0.8em;
}

.contact_confirm_table tr th {
  text-align: left;
  width: 12em;
}

.reserve-m {
  display: inline-block;
  border-radius: 3px;
}
.reserve-m select{
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.reserve-d {
  display: inline-block;
}
.reserve-d select{
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.menu-152 {
  display: inline-block;
}
.menu-152 select{
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.menu-153 {
  display: inline-block;
}
.menu-153 select{
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.wpcf7-text{
  width: 15em;
}
.wpcf7-email{
  width: 20em;
}
.wpcf7-textarea{
  width: 30em;
  height: 12em;
}

.contact_confirm_view{
  width: 98%;
  padding: 1px;
}

.contact_confirm_title{
  text-align: center;
  margin-bottom: 1em;
}

.contact_confirm_title p {
  color: red;
  font-size: 1.5em;
}

.contact_complete_title{
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
}

.contact_complete_title p {
  color: #333;
  font-size: 1.5em;
}

.contact_complete_text{
  text-align: left;
  margin: 2em 0 2em 2em;
}

.calender_1 {
  width: 98%;
}

.contact_complete_jpg{
  margin: 3em 6em 3em 6em;
}

@media screen and (max-width: 640px) {
  .contact_complete_jpg{
    margin: 2em 2em 2em 2em;
  }
  .contact_error_msg {
    margin: 2.5em;
  }
  .contact_text {
    margin: 2em;
  }
  .contact_complete_text{
    margin: 2em 0.3em 2em 0.6em;
  }

  .contact_select {
    float: none;
    display: block;
    width: 100%;
    margin: 16px 0 0 0;
  }
  .contact_select:nth-of-type(-n + 2) {
    margin: 16px 0 0 0;
  }
  .contact_select:first-of-type {
    margin-top: 0;
  }
  .contact_select:nth-of-type(2n) {
    float: none;
  }
  .contact_input_table th,
  .contact_input_table td
   {
     display: block;
     text-align: left;
  }
  .contact_confirm_table {
    margin: 0;
    width: 98%;
  }
  .contact_confirm_table tr th {
    width: 4em;
  }
  .contact_text_title{
    margin: 0.1em;
  }
  .wpcf7-textarea{
    width: 98%;
    height: 10em;
  }
  .spam_document {
    margin: 1em;
  }
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
 }
  
 #loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url(//renri.jp/admin/wp-content/themes/renri/css/images/loading.gif) center center no-repeat;
 }


 .mw_wp_form_confirm .confirm-hidden {
   display: hidden !important;
  }

/* 予約フォーム end */


/* TOPページ new start */
.middle_title {
  padding-top: 6em;
  text-align: center;
}
.middle_title h2 {
  color: #caa25a;
  font-size: 3em;
}

.middle_sub_title{
  padding-top: 6em;
  padding-bottom: 3em;
  text-align: center;
}

.middle_sub_title h3{
  font-size: 2em;
}

/* TOP SHOP */
.top_shop_main_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;

}
.top_shop_main_inner:after,
.top_shop_main_inner:before {
  content: "";
  display: table;
}
.top_shop_main_inner:after {
  clear: both;
}

.top_shop_main {
  display: inline-block;
  float: none;
  height: 58em;
  width: 50%;
  max-width: 600px;
}

@media screen and (max-width: 640px) {
  .top_shop_main_inner {
    width: 90%;
  }
  .top_shop_main {
    width: 98%;
  }
}

.top_shop_logo1 img{
  width: 10em;
  padding-bottom: 2em;
}
.top_shop_logo2 img{
  width: 23em;
  padding-bottom: 0em;
}

.top_shop_img{
  position: relative;
}
.top_shop_img img:nth-child(1){
  position: absolute;
  top: 0;
  left: 0.5em;
  width: 23em;
  z-index: 10;
}
.top_shop_img img:nth-child(2){
  position: absolute;
  top:5em;
  right: 0.5em;
  width: 18em;
  z-index: 11;
}

.top_shop_text{
  text-align: left;
  margin-top: 20em;
}


.top_shop_title{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}

.top_shop_button_area1 {
  padding-top: 1.5em;

}
.top_shop_button_area2 {
  padding-top: 1.8em;

}
.top_shop_btn {
  width: 68%;
  margin-left: auto;
  margin-right: auto;

}

.top_box_line2 {
  padding-top: 1.5em !important;
  padding-bottom: 2.5em !important;
}

@media screen and (max-width: 640px) {
  .top_shop_line{
    padding: 0.2em !important;
  }

  .top_shop_logo1 {
    margin-top: 1em;
  }

  .top_shop_logo1 img{
    width: 7em;
  }
  .top_shop_img img:nth-child(1){
    top: 0;
    left: 1em;
    width: 17.5em;
  }
  .top_shop_img img:nth-child(2){
    top:5em;
    right: 0.5em;
    width: 13em;
  }
  .top_shop_text {
    margin-top: 16em;
    margin-left: 1em;
  }
  .top_shop_main {
    height: 52em;
  }
  .top_shop_button_area1 {
    padding-top: 3em !important;
  }
  .top_shop_button_area2 {
    padding-top: 1.2em !important;
  }

  .top_shop_logo2 {
    margin-top: 1.5em;
  }

  .top_box_line2{
    height: 50em;
  }
}

/* /TOP SHOP */

.top_price{
  text-align: center;
}


.three_col{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 10em;
  margin-right: 10em;
}
.three_col_item{
  width: 32%;
  /* height: 100px; */
  position: relative;
}

@media screen and (max-width: 640px) {
  .three_col{
    margin-left: 2em;
    margin-right: 2em;
  }
  .three_col_item{
    width: 100%;
  }
  .middle_sub_title {
    margin-left: 2em;
    margin-right: 2em;
    padding-bottom: 1em !important;
  }
}



.three_col_box_course {
  text-align: center;
  position: absolute;
  background: #fff;
  border: solid 2px #efe3cd;
  width: 10em;
  height: 3em;
  left: -5px;
  top: -5px;
  padding: 2px 0 2px 0;
}
.three_col_box_course span{
  font-size: 1.2em;
}

.three_col_box {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  /* padding: 8px; */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  /* float: left;
  width: 48.5%; */
  /* margin-right: 3%;
  margin-bottom: 3%; */
  margin-bottom: 3em;
}
.three_col_box img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.three_col_box:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.three_col_box:hover img {
  opacity: 0.7;
}
.three_col_box .u-line1 {
  border: 2px solid #efe3cd;
  padding: 2px;
  height: 100%;
}
.three_col_box .u-line2 {
  display: table;
  width: 100%;
  border: 1px solid #efe3cd;
  padding: 16px;
  height: 100%;
}
.three_col_box:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.three_col_box:nth-of-type(2n + 1) {
  margin-right: 0;
}
.three_col_box .three_col_box_img {
  display: table-cell;
  vertical-align: top;
  width: 180px;
}
.three_col_box .three_col_box_img span {
  display: block;
  background: #f9f9f9;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 160px;
  height: 160px;
}
.three_col_box .three_col_box_info {
  display: table-cell;
  vertical-align: top;
}
.three_col_box .three_col_box_info p {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px dotted #ddd;
  color: #333;
}
.three_col_box .three_col_box_info dl dt small {
  color: #caa25a;
}
.three_col_box .three_col_box_info dl dt span {
  color: #333;
}
.three_col_box .three_col_box_info dl dt:last-of-type {
  float: left;
}
.three_col_box .three_col_box_info dl dd {
  zoom: 1;
  color: #999;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.three_col_box .three_col_box_info dl dd:after,
.three_col_box .three_col_box_info dl dd:before {
  content: "";
  display: table;
}
.three_col_box .three_col_box_info dl dd:after {
  clear: both;
}
.three_col_box .three_col_box_info dl dd:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.three_col_box .three_col_box_info dl dd table {
  float: right;
  font-size: 13px;
  color: #555;
  margin-left: 1em;
}
.three_col_box .three_col_box_info dl dd table tr {
  text-align: right;
}
.three_col_box .three_col_box_info dl dd table td {
  text-align: right;
}

.top_sample_text {
  font-size: 0.9em;
}

@media screen and (max-width: 640px) {
  .three_col_box {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 8px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    float: none;
    width: 100%;
  }
  .three_col_box img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
  }
  .three_col_box:hover {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  }
  .three_col_box:hover img {
    opacity: 0.7;
  }
  .three_col_box .u-line1 {
    border: 2px solid #efe3cd;
    padding: 2px;
  }
  .three_col_box .u-line2 {
    display: table;
    width: 100%;
    border: 1px solid #efe3cd;
    padding: 8px;
  }
  .three_col_box .three_col_box_img {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: auto;
  }
  .three_col_box .three_col_box_img span {
    margin: 0 auto;
  }
  .three_col_box .three_col_box_info {
    display: block;
  }
}

.price_line{
  padding: 1.2em 0 0.5em 1em !important;
}

.ring_text{
  width: 22em;
  text-align: left;
}


.float__center2 {
  text-align: center;
}
.float__center2 li {
  display: inline-block;
  padding: 0 12px 0 12px;
  height: 30em;
  vertical-align: top;
  font-size: 1.2em;
}
.float__center2 li p{
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 1em;
}
.float__center2 li span img{
  width: 18em;
}

.matelial_img img {
  width: 10em;
}

.image_wrap_finish{
  margin-left: auto;
  margin-right: auto;
  width: 13em;
}

@media screen and (max-width: 640px) {

  .image_wrap_finish{
    width: 15em;
    margin-top: 3em;
  }

  .design_material_sp p{
    font-size: 2em;
    margin-top: 1em;
  }
  .ring_text {
    width: 15em;
  }

}


.float__center3 {
  text-align: center;
}
.float__center3 li {
  display: inline-block;
  padding: 0 12px 0 12px;
  height: 25em;
  vertical-align: top;
  font-size: 1.2em;
}
.float__center3 li p{
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
  .float__center3 li:nth-child(2),
  .float__center3 li:nth-child(3) {
    display: none;
  }
  .finish2 li:nth-child(3) {
    display: none;
  }
}

.float__center_stone {
  text-align: center;
  width: 75em;
  margin-left: auto;
  margin-right: auto;
}
.float__center_stone li {
  display: inline-block;
  padding: 0 12px 0 12px;
  width: 10em;
  height: 10em;
  vertical-align: top;
  font-size: 1.2em;
}
.float__center_stone li img{
  width: 4em;
}
.float__center_stone li p{
  /* font-weight: bold; */
  font-size: 1em;
}
@media screen and (max-width: 640px) {
  .float__center_stone {
    text-align: center;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  .float__center_stone li {
    width: 6em;
    padding: 0;
  }
  .float__center_stone li img{
    width: 3em;
  }
  .float__center_stone li p{
    font-size: 1em;
  }
  .float__center_stone li span{
    font-size: 0.8em;
    letter-spacing: -0.1em;
  }
}

.top_flow{
  display: flex;
  padding: 10px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.top_flow>div{
  width: 50%;
  padding: 10px;
}

.top_flow_step{
  text-align: center;
  margin-bottom: 4em;
  width: 35em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
}

.top_flow_step h3{
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 1em;
}
.top_flow_step p {
  margin-top: 1em;
  font-size: 1.2em;
}

#top-flow {
  margin-bottom: 3em;
}

@media screen and (max-width: 640px) {
  .top_flow_step h3{
    display: none;
  }
  .top_flow{
    display: block;
    padding: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .top_flow>div{
    width: 100%;
  }
  .top_flow_step{
    width: 100%;
  }
  .top_flow_step h3 {
    font-size: 1em;
  }
  #top-flow {
    margin-bottom: 0;
  }
  
}

.middle_title{
  width: 50em;
  margin-left: auto;
  margin-right: auto;
}

.top_price_price {
  margin-bottom: 1em;
}
.middle_text{
  width: 50em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {

  .middle_title{
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }
  .top_price{
    padding-left: 2em;
    padding-right: 2em;
  }
  .middle_text{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

}

.top_blog{
  display: flex;
  flex-wrap: wrap;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.top_blog>div{
  width: 25%;
}

.image_wrap{
  position: relative;
  overflow: hidden;
  padding-top: 60%;
  margin: 10px 20px 0 0;
}
.image_wrap img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%,-50%);

}

.top_blog_box {
  position: relative;
}

.top_blog .blog_list_item_text{
  width: 95%;
}

.top_blog_category {
  z-index: 99;
  position: absolute;
  top: 12em;
  left: 0em;
  height: 2em;
  padding: 0.2em 0.2em 0.2em 0.8em;
}

.top_blog_time {
  margin-top: 1.3em;
}

@media screen and (max-width: 640px) {
   .image_wrap img{
    width: 100%;
  } 

  .top_blog{
    display: block;
    flex-wrap: nowrap;

    width: 30em;
    margin-left: auto;
    margin-right: auto;
  }
  .top_blog>div{
    width: 100%;
  }

  .top_blog_box {
    margin-top: 5em;
  }

  .top_blog_category {
    top: 15.5em;
  }
  .top_blog_time {
    margin-top: 1.2em;
  }

  .image_wrap {
    margin: 0;
    position: relative;
  }
  .top_blog .blog_list_item_text{
    font-size: 1em;
  }

  .top_faq_area {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .top_faq_area dl dt a .u-line1 .u-line2 p {
    font-size: 1em;
    width: 80%;
  }
  .top_faq_area dl dd {
    font-size: 1em;
  }
}

/* TOPページ new end */

/* カレンダー タイトル start */
#calendar_title{
  font-size: 1.5em;
  font-weight: 900;
}
/* カレンダー タイトル end   */


/* タブ　start */

/* #tab1 {
  display: none;
}

#tab2 {
  display: none;
}

.tab_item{
  display: none;
} */

/* @media screen and (max-width: 640px) {
  #tab1 {
    display: inline-block;
  }
  
  #tab2 {
    display: inline-block;
  }
  .tab_item{
    display: inline-block;
  }

  .tab_container {
    padding-bottom: 1em;
    background-color: #fff;
    border:1px solid #37beb0;
    margin: 0 auto;}
  .tab_item {
    width: calc(100%/4);
    padding:15px 0;
    border-bottom: 3px solid #37beb0 ;
    background-color: #ececec;
    text-align: center;
    color: #37beb0 ;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item:hover {
    opacity: 0.75;
  }
  input[name="tab_item"] {
    display: none;
  }
  .tab_content {
    display: none;
    padding: 1em 1em 0;
    clear: both;
    overflow: hidden;
  }
  #tab1:checked ~ #tab1_content,
  #tab2:checked ~ #tab2_content,
  #tab3:checked ~ #tab3_content,
  #tab4:checked ~ #tab4_content {
    display: block;
  }
  .tab_container input:checked + .tab_item {
    background-color: #37beb0 ;
    color: #fff;
  }
} */



/* タブ　end */


/* タブ2 start */

.tab-switch {
  visibility: hidden;
}
.tab-label {
  visibility: hidden;
}

@media screen and (max-width: 640px) {

  .tab-switch {
    visibility: visible;
  }
  .tab-label {
    visibility: visible;
  }

  .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #caa25a;
    display: block;
    order: -1;
  }
  .tab-label {
    color: White;
    background: #efe3cd;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 0px 0px 0 0;
    flex: 1;
  }
  .tab-label:not(:last-of-type) {
    margin-right: 5px;
  }
  .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    text-align: center;
  }
  .tab-content h2 {
    font-size: 2em;
  }
  .tab-switch:checked+.tab-label {
    background: #caa25a;
  }
  .tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: .5s opacity;
    /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); */
  }
  .tab-switch {
    display: none;
  }

}

/* タブ2 end */
.design_material_pc {
  display: block;
}

@media screen and (max-width: 640px) {
  .design_material_pc {
    display: none;
  }
}


/* アコーディオン */
.design_material_sp {
  text-align: center;
  display: none;
}
.design_material_sp p {
  font-size: 1.2em;
  font-weight: bolder;
  margin-bottom: 1em;
}
.design_content {
  text-align: left;
  margin-top: 2em;
  margin-left: 3em;
  margin-right: 3em;
}


.btnset {
  display: none;
}

@media screen and (max-width: 640px) {
  .design_content{
    margin-left: 5em;
    margin-right: 5em;
  }

  .design_material_sp {
    display: block;
  }
  .ring_text {
    margin-left: auto;
    margin-right: auto;
  }
  .btnset {
    display: block;
    margin-top: 1em;
    margin-bottom: 2em;
    /* width: 80%;
    margin: 0 auto;
    padding: 15px 0 0; */
  }
  .btnset a {
    font-size: 1.2em;
  }
  .btnset .button {
    border: 1px solid #9a9a9a;
    padding: 7px 0 5px 0;
    text-align: center;
    color: #333;
    display: inline-block;
    width: 80%;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
  }
  .boxopen:before {
    display: block;
    content: "";
    position: absolute;
    top: 34%;
    right: 13px;
    width: 6px;
    height: 13px;
    border-left: solid 1px #333;
  }
  .boxopen:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 13px;
    height: 6px;
    border-top: solid 1px #333;
  }
  .boxclose:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 13px;
    height: 6px;
    border-top: solid 1px #333;
  }

}
/* /アコーディオン */

/* TOP AFTERCARE */
.top_aftercare{
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.top_aftercare>div{
  width: 25%;
  text-align: center;
  padding: 2em;
}

.aftercare_box{
  position: relative;
}
.aftercare_circle{
  position: absolute;
  width: 13em;
  height: 13em;
  border-radius: 50%;
  border: solid 1px #222;
  top: 2em;
  left: 6em;
}
.aftercare_img{
  position: absolute;
  top: 2.6em;
  left: 9em;

  margin-top: 3.2em;
  margin-bottom: 3.5em;
  margin-left: 0.7em;
  width: 6em !important;
}
.aftercare_1 .aftercare_img{
  width: 5em !important;
  margin-left: 1em;
}
.aftercare_2 .aftercare_img{
  margin-top: 3.4em;
}

.aftercare_box h3{
  font-size: 1.4em;
  margin-bottom: 1em;
  margin-top: 10em;
}
.aftercare_box p {
  text-align: left;
  width: 20em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .top_aftercare{
    width: 100%;
  }
  .top_aftercare>div{
    width: 50%;
  }
  .aftercare_circle{
    left: 1.5em;
  }
  .aftercare_img{
    left: 4.2em;
  }
  .aftercare_box p {
    width: 13.5em;
  }
}

/* /TOP AFTERCARE */


/* price SAMPLE差し替え */
.price_page{
  padding: 0.1em !important;
}
/* */

/* TOP 下層ボタン */
.btn_top_under_parents {
  position: relative;
  text-align: center;
}

.btn_top_under {
  height: 5.2em;
}

.btn_top_under a {
  display: inline-block;
  /* background: url(//renri.jp/admin/wp-content/themes/renri/img/common/bg_btn.png); */
  background-color: #fff;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 400px;
  height: 4.5em;
  padding: 2px;
  border: solid 1px #caa25a;
  /* margin: auto; */
}

.btn_top_under a span {
  display: block;
  font-size: 1.3em;
  color: #caa25a;
  text-align: center;
  border: 1px solid #ddc69b;
  width: 100%;
  padding: 11px 0 7px 0;
}
.btn_top_under a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .btn_top_under a {
    width: 25em;
    margin-left: auto;
    margin-right: auto;
  }
}

/* /TOP 下層ボタン */

/* 見学会 */
.tour_area {
    padding-bottom: 30px;
}
.tour_area p{
  margin: 25px 0 25px 0;
  font-size: 1.7em;
}
.tour_area span{
  font-size: 13px;
  display: block;
  text-align: left;
}
.btn_tour a {
  margin-top: 0;
  width: 200px;
}

@media screen and (max-width: 640px) {
  .tour_area {
    padding-top: 70px;
  }
}

/* /見学会 */

.hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

p:has(input[name="honeypot"]) {
    display: none;
}

.recaptcha_text {
  font-size: 5pt;
  margin-left: 20px;
  line-height: 0.1;
  color: #ccc;
}
.recaptcha_text a{
  display: inline-block;
  line-height: 0.1;
  color: #ccc;
  text-decoration: none;
  margin-left: 20px;
}
.recaptcha_text a:hover {
  text-decoration: underline;
}
.recaptcha_break {
  display: block;
  line-height: 0.1;
}

.grecaptcha-badge { visibility: hidden; }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

input,
textarea {
    margin: 0;
    padding: 0;
}

small {
    font-size: smaller;
}

sup {
    font-size: 0.7em;
    vertical-align: top;
}

sub {
    font-size: 0.7em;
    vertical-align: baseline;
}

/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
    *font-size: small;
    /* for IE */
    *font: x-small;
    /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
    font: 99% arial, sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
    font-size: inherit;
    font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssfonts {
    display: none;
}

/*

プロジェクトにおける基本的なスタイル
（ページ全体の背景や、基本的なタイポグラフィ）

*/
/* ==================================
	変数
================================== */
/* ==================================
	基本設定
================================== */
html {
    font-size: 75%;
}

body.handmadering .wrapper {
    font-size: 62.5%;
}

body.handmadering .wrapper {
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
}

body.handmadering .wrapper {
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "Noto Sans JP",
        "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
        "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    background-color: #fff;
    line-height: 1.5;
    color: #231815;
}

body.handmadering .wrapper img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

body.handmadering .wrapper a {
    text-decoration: none;
}
body.handmadering .wrapper a:hover {
    text-decoration: underline;
}

/*

common

*/
/* ==================================
	br
================================== */
@media screen and (max-width: 767px) {
    .br_pc {
        display: none;
    }
}

.br_tablet {
    display: none;
}
@media screen and (max-width: 991px) {
    .br_tablet {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .br_tablet {
        display: none;
    }
}

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

.br_tablet_sp {
    display: none;
}
@media screen and (max-width: 991px) {
    .br_tablet_sp {
        display: block;
    }
}

/* ==================================
	clear_fix
================================== */
.clear_fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.footer {
    margin-bottom: 0;
}
.footer__image {
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/footer.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 85.6%;
}

/*
handmadering
*/
body.handmadering #header {
    padding-bottom: 26px;
}

body.handmadering #handmadering h1 {
    text-align: center;
}

@media screen and (max-width: 640px) {
    body.handmadering .header__bar h1 {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    body.handmadering .hamburger {
        top: 4px;
    }
}

body.handmadering #container {
    margin-top: 50px;
}
@media screen and (max-width: 640px) {
    body.handmadering #container {
        margin-top: 0;
        padding-top: 50px;
    }
}

body.handmadering #container .page h1 {
    text-align: center;
}

body.handmadering .contact__wrap {
    width: 100%;
    max-width: 750px;
}

body.handmadering img.contact_title {
    width: 300px;
    height: 34.27px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}

body.handmadering .h1-title3 {
    text-align: center;
    margin-top: 1em;
    font-family: "Times New Roman", "Helvetica neue", "Helvetica", "游明朝",
        "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
        "ＭＳ Ｐゴシック", "sans-serif";
}
@media screen and (max-width: 640px) {
    body.handmadering .h1-title3 {
        margin-top: 2em;
    }
}

@media screen and (max-width: 640px) {
    body.handmadering .courseSelect:first-of-type {
        margin-top: 10px;
    }
}

body.handmadering #container .wpcf7-list-item-label {
    font-size: 18px;
}

@media screen and (max-width: 640px) {
    body.handmadering #container .contact__tabs .contact__box table td div {
        margin-right: 10px;
    }
}

body.handmadering .contact__tabs .contact__box table tr:last-of-type td {
    padding-left: 170px;
    padding-right: 170px;
}
@media screen and (max-width: 640px) {
    body.handmadering .contact__tabs .contact__box table tr:last-of-type td {
        padding-left: 50px;
        padding-right: 50px;
    }
}

body.handmadering
    #container
    .contact__tabs
    .contact__box
    table
    td
    input[type="radio"] {
    margin-top: 0.4em;
    margin-right: 0.4em;
}
@media screen and (max-width: 640px) {
    body.handmadering
        #container
        .contact__tabs
        .contact__box
        table
        td
        input[type="radio"] {
        margin-top: -0.1em;
        margin-right: 0;
    }
}

body.handmadering .contact__tabs .contact__box {
    padding: 40px 50px;
}
@media screen and (max-width: 640px) {
    body.handmadering .contact__tabs .contact__box {
        padding: 20px 2%;
    }
}

body.handmadering .wpcf7-select {
    font-size: 1.1rem;
    font-family: "Times New Roman", "Helvetica neue", "Helvetica", "游明朝",
        "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
        "ＭＳ Ｐゴシック", "sans-serif";
}

body.handmadering .contact__tabs .contact__box table td textarea {
    font-size: 1.1rem;
    font-family: "Times New Roman", "Helvetica neue", "Helvetica", "游明朝",
        "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
        "ＭＳ Ｐゴシック", "sans-serif";
}

body.handmadering .wrapper {
    max-width: 750px;
    margin: 0 auto;
}

body.handmadering .fv__inner {
    position: relative;
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/fv.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 179.3%;
}

body.handmadering .fv__logo {
    position: absolute;
    top: 2%;
    left: 5%;
}
body.handmadering .fv__logo .logo {
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/logo-fv.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 29.48vw;
    height: 10vw;
    max-width: 221px;
    max-height: 75px;
}

body.handmadering .fv__head {
    position: absolute;
    top: 8%;
    left: 76%;
}
body.handmadering .fv__head .head {
    font-family: "Noto Serif JP", serif;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 46px;
    white-space: nowrap;
    letter-spacing: 4px;
}
@media screen and (max-width: 749px) {
    body.handmadering .fv__head .head {
        font-size: 6.18vw;
    }
}

body.handmadering .fv__btn {
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
body.handmadering .fv__btn .btn-inner {
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/cv-btn.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 88.14vw;
    height: 18.8vw;
    max-width: 661px;
    max-height: 141px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
body.handmadering .fv__btn .btn-inner:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}

body.handmadering .section01__inner {
    position: relative;
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section01-bg.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 155.73%;
}
body.handmadering .section01__inner .fade-in {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}
body.handmadering .section01__inner .text01 {
    width: 78%;
    position: absolute;
    top: 6.4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    font-size: 48px;
    font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 749px) {
    body.handmadering .section01__inner .text01 {
        font-size: 6.4vw;
    }
}
body.handmadering .section01__inner .text02 {
    width: 78%;
    position: absolute;
    top: 22%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    font-size: 31px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
}
@media screen and (max-width: 749px) {
    body.handmadering .section01__inner .text02 {
        font-size: 4.1vw;
    }
}
body.handmadering .section01__inner .text02 p + p {
    margin-top: 50px;
}
@media screen and (max-width: 749px) {
    body.handmadering .section01__inner .text02 p + p {
        margin-top: 6.7vw;
    }
}

body.handmadering .section02 .autoplay li {
    outline: none;
}
body.handmadering .section02 .autoplay li .img {
    width: 42.7vw;
    height: 32vw;
    max-width: 640px;
    max-height: 240px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}

body.handmadering .cva__inner {
    position: relative;
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/cv-bg.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 137.06%;
}
body.handmadering .cva__inner.adjust {
    padding-top: 137.06%;
}

body.handmadering .cva__content {
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/cv-content-2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 86.7vw;
    height: 89.6vw;
    max-width: 650px;
    max-height: 660px;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.handmadering .cva__content div.tac {
    text-align: center;
    padding: 6% 6% 5%;
}

body.handmadering .cva__content div.tac p.w {
    color: #fff;
}

body.handmadering .cva__content div.tac p.fz16 {
    font-size: 4vw;
    padding-bottom: 2%;
    font-family: "Noto Sans JP", sans-serif;
}

body.handmadering .cva__content div.tac p.fz40 {
    font-size: 8vw;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.3;
}
body.handmadering .cva__content div.tac p.fz20 {
    font-size: 5.2vw;
    padding-bottom: 2%;
    font-family: "Amatic SC", cursive;
    letter-spacing: 6px;
}

body.handmadering .cva__content .cva__flexbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 6%;
}

body.handmadering .cva__content .cva__flexbox .flexitem01 {
    width: 60%;
    font-size: 3.2vw;
    font-family: "Noto Sans JP", sans-serif;
}
body.handmadering .cva__content .cva__flexbox .flexitem02 {
    width: 38%;
    border-radius: 10px;
    border: 2px solid #fff;
    overflow: hidden;
}

@media screen and (min-width: 749px) {
    body.handmadering .cva__content div.tac p.fz40 {
        font-size: 60px;
    }
    body.handmadering .cva__content div.tac p.fz20 {
        font-size: 40px;
    }
    body.handmadering .cva__content div.tac p.fz16 {
        font-size: 32px;
    }
    body.handmadering .cva__content .cva__flexbox .flexitem01 {
        font-size: 24px;
    }
}

body.handmadering .cva__btn {
    position: absolute;
    top: 78%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
body.handmadering .cva__btn.adjust {
    top: 78%;
}
body.handmadering .cva__btn .btn-inner {
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/cv-btn.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 88.14vw;
    height: 18.8vw;
    max-width: 661px;
    max-height: 141px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
body.handmadering .cva__btn .btn-inner:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}

body.handmadering .section03__inner {
    position: relative;
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section02-bg.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 197.6%;
}
body.handmadering .section03__inner .fade-in {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}
body.handmadering .section03__inner .head {
    position: absolute;
    top: 7.2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
body.handmadering .section03__inner .head .img {
    width: 63vw;
    height: 23.8vw;
    max-width: 472px;
    max-height: 178px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}
body.handmadering .section03__inner .image {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
body.handmadering .section03__inner .image01 {
    top: 22%;
}
body.handmadering .section03__inner .image01 .img {
    width: 75.6vw;
    height: 48.54vw;
    max-width: 567px;
    max-height: 364px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}
body.handmadering .section03__inner .image02 {
    top: 39.4%;
}
body.handmadering .section03__inner .image02 .img {
    width: 75.5vw;
    height: 56.3vw;
    max-width: 566px;
    max-height: 422px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}
body.handmadering .section03__inner .image03 {
    top: 63.4%;
}
body.handmadering .section03__inner .image03 .img {
    width: 76.5vw;
    height: 47.2vw;
    max-width: 574px;
    max-height: 354px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}

body.handmadering .section04__inner {
    position: relative;
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section03-bg.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 62.8%;
}

body.handmadering .section04__content {
    position: relative;
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section03-bg02.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 140.26%;
}
body.handmadering .section04__content .text {
    width: 86.7vw;
    max-width: 650px;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    font-size: 32px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
}
@media screen and (max-width: 749px) {
    body.handmadering .section04__content .text {
        font-size: 4.26vw;
    }
}

body.handmadering .section05__inner {
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section-bg.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: repeat;
    width: 100%;
    height: 565vw;
    max-height: 4246px;
}

body.handmadering .section05__content {
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 749px) {
    body.handmadering .section05__content {
        padding-top: 13.4vw;
    }
}
body.handmadering .section05__content.adjust {
    padding-top: 140px;
}
@media screen and (max-width: 749px) {
    body.handmadering .section05__content.adjust {
        padding-top: 18.4vw;
    }
}
body.handmadering .section05__content .image {
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 86.7vw;
    height: 102.7vw;
    max-width: 650px;
    max-height: 770px;
    margin: 0 auto;
}
body.handmadering .section05__content .image.image01 {
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section04-bg.jpg);
}
body.handmadering .section05__content .image.image02 {
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section06-bg.jpg);
}
body.handmadering .section05__content .image.image03 {
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section07-bg.jpg);
}
body.handmadering .section05__content .text {
    width: 86.7vw;
    max-width: 650px;
    margin: 50px auto 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
}
@media screen and (max-width: 749px) {
    body.handmadering .section05__content .text {
        margin: 6.7vw auto 0;
        font-size: 3.74vw;
    }
}

body.handmadering .section05__slider {
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section05-bg.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 86.7vw;
    height: 109.5vw;
    max-width: 650px;
    max-height: 820px;
    margin: 80px auto 0;
}
@media screen and (max-width: 749px) {
    body.handmadering .section05__slider {
        margin: 10.7vw auto 0;
    }
}
body.handmadering .section05__slider .catch {
    text-align: center;
    font-size: 42px;
    font-family: "Noto Serif JP", serif;
    padding-top: 60px;
}
@media screen and (max-width: 749px) {
    body.handmadering .section05__slider .catch {
        font-size: 5.6vw;
        padding-top: 8.05vw;
    }
}
body.handmadering .section05__slider .text {
    text-align: center;
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 20px;
}
@media screen and (max-width: 749px) {
    body.handmadering .section05__slider .text {
        font-size: 3.2vw;
        padding-top: 2.7vw;
    }
}
body.handmadering .section05__slider .slider {
    width: 66.7vw;
    height: 66.7vw;
    max-width: 500px;
    max-height: 500px;
    margin: 50px auto 0;
    position: relative;
}
@media screen and (max-width: 749px) {
    body.handmadering .section05__slider .slider {
        margin-top: 6.7vw;
    }
}
body.handmadering .section05__slider .slideimg .img {
    width: 66.7vw;
    height: 66.7vw;
    max-width: 500px;
    max-height: 500px;
    margin: 0 auto;
    border-radius: 10px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}
body.handmadering .section05__slider .prev.slick-arrow {
    position: absolute;
    left: -19.4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
body.handmadering .section05__slider .next.slick-arrow {
    position: absolute;
    right: -19.4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
body.handmadering .section05__slider .arrow {
    width: 16vw;
    height: 16vw;
    max-width: 120px;
    max-height: 120px;
    margin: 0 auto;
    border-radius: 10px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}
body.handmadering .section05__slider .slick-slide {
    outline: none;
}
body.handmadering .section05__slider .slick-dots {
    bottom: -53px;
    width: 100%;
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 749px) {
    body.handmadering .section05__slider .slick-dots {
        bottom: -8.8vw;
    }
}
body.handmadering .section05__slider .slick-dots li button:before {
    font-size: 18px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    color: #b5b5b5;
}
@media screen and (max-width: 749px) {
    body.handmadering .section05__slider .slick-dots li button:before {
        font-size: 4vw;
    }
}
body.handmadering .section05__slider .slick-dots li.slick-active button:before {
    color: #c7a05a;
}
body.handmadering .section05__slider .slick-dots li button:before {
    opacity: 1;
}

body.handmadering .section06__inner {
    position: relative;
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section08-bg.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 168%;
}
body.handmadering .section06__inner .fade-in {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}
body.handmadering .section06__inner .head {
    position: absolute;
    top: 6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
body.handmadering .section06__inner .head .img {
    width: 83.2vw;
    height: 17vw;
    max-width: 624px;
    max-height: 127px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}
body.handmadering .section06__inner .image {
    position: absolute;
    top: 21%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
body.handmadering .section06__inner .image .img {
    width: 86.7vw;
    height: 116.3vw;
    max-width: 650px;
    max-height: 872px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}

body.handmadering .section07__inner {
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section09-bg.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 61.3%;
    margin-bottom: 80px;
}
@media screen and (max-width: 749px) {
    body.handmadering .section07__inner {
        margin-bottom: 10.7vw;
    }
}

body.handmadering .section07 .fade-in {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

body.handmadering .section07__content {
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section09-bg02.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 86.7vw;
    height: auto;
    max-width: 650px;
    margin: 0 auto 50px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 749px) {
    body.handmadering .section07__content {
        padding: 4vw;
        margin-bottom: 6.7vw;
    }
}
body.handmadering .section07__content.adjust {
    margin-bottom: 0;
}
@media screen and (max-width: 749px) {
    body.handmadering .section07__content.adjust {
        margin-bottom: 0;
    }
}
body.handmadering .section07__content .lead {
    line-height: 1;
    padding: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 27px;
}
@media screen and (max-width: 749px) {
    body.handmadering .section07__content .lead {
        padding: 4vw;
        font-size: 3.4vw;
    }
}
body.handmadering .section07__content .lead.lead-right {
    border-bottom: solid 2px #231815;
    border-left: solid 2px #231815;
    text-align: left;
    position: relative;
}
body.handmadering .section07__content .lead.lead-right:after {
    content: "";
    display: inline-block;
    width: 15.74vw;
    height: 13.6vw;
    max-width: 118px;
    max-height: 102px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 1;
}
body.handmadering .section07__content .lead.lead-left {
    border-bottom: solid 2px #231815;
    border-right: solid 2px #231815;
    text-align: right;
    position: relative;
}
body.handmadering .section07__content .lead.lead-left:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 1;
}
body.handmadering .section07__content .lead.lead01:after {
    width: 15.74vw;
    height: 13.6vw;
    max-width: 118px;
    max-height: 102px;
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section09-image01.png);
}
body.handmadering .section07__content .lead.lead02:after {
    width: 15.4vw;
    height: 13.5vw;
    max-width: 115px;
    max-height: 101px;
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section09-image02.png);
}
body.handmadering .section07__content .lead.lead03:after {
    width: 15vw;
    height: 13.5vw;
    max-width: 113px;
    max-height: 101px;
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section09-image03.png);
}
body.handmadering .section07__content .lead.lead04:after {
    width: 15vw;
    height: 13.5vw;
    max-width: 113px;
    max-height: 101px;
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section09-image04.png);
}
body.handmadering .section07__content .lead.lead05:after {
    width: 15vw;
    height: 13.5vw;
    max-width: 113px;
    max-height: 101px;
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section09-image05.png);
}
body.handmadering .section07__content .lead.lead06:after {
    width: 15.4vw;
    height: 13.5vw;
    max-width: 115px;
    max-height: 101px;
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section09-image06.png);
}
body.handmadering .section07__content .text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    padding-top: 30px;
}
@media screen and (max-width: 749px) {
    body.handmadering .section07__content .text {
        font-size: 3.2vw;
        padding-top: 4vw;
    }
}

body.handmadering .section07__btn .btn-inner {
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/cv-btn.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 88.14vw;
    height: 18.8vw;
    max-width: 661px;
    max-height: 141px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 100px auto;
}
@media screen and (max-width: 749px) {
    body.handmadering .section07__btn .btn-inner {
        margin: 13.1vw auto;
    }
}
body.handmadering .section07__btn .btn-inner:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}

body.handmadering .section08__inner {
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/section10-bg.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 61.3%;
    margin-bottom: 80px;
}
@media screen and (max-width: 749px) {
    body.handmadering .section08__inner {
        margin-bottom: 10.7vw;
    }
}

body.handmadering .section08__accordion .accordion-one {
    margin-bottom: 60px;
}
@media screen and (max-width: 749px) {
    body.handmadering .section08__accordion .accordion-one {
        margin-bottom: 8.05vw;
    }
}
body.handmadering .section08__accordion .accordion-one.adjust {
    margin-bottom: 0;
}
@media screen and (max-width: 749px) {
    body.handmadering .section08__accordion .accordion-one.adjust {
        margin-bottom: 0;
    }
}

body.handmadering .section08__accordion .accordion-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 86.7vw;
    max-width: 650px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 2px solid #d1d1d1;
}
@media screen and (max-width: 749px) {
    body.handmadering .section08__accordion .accordion-header {
        padding-bottom: 2.7vw;
    }
}
body.handmadering .section08__accordion .accordion-header .img01 {
    width: 3.46vw;
    height: 6.14vw;
    max-width: 26px;
    max-height: 46px;
    margin-top: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}
@media screen and (max-width: 749px) {
    body.handmadering .section08__accordion .accordion-header .img01 {
        margin-top: 1.2vw;
    }
}
body.handmadering .section08__accordion .accordion-header .question {
    margin-left: 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 37px;
}
@media screen and (max-width: 749px) {
    body.handmadering .section08__accordion .accordion-header .question {
        margin-left: 2.7vw;
        font-size: 4.8vw;
    }
}
body.handmadering .section08__accordion .accordion-header .btn-open {
    position: absolute;
    bottom: 27px;
    right: 0;
}
@media screen and (max-width: 749px) {
    body.handmadering .section08__accordion .accordion-header .btn-open {
        bottom: 3.5vw;
    }
}
body.handmadering
    .section08__accordion
    .accordion-header
    .btn-open.open
    .img02 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.handmadering .section08__accordion .accordion-header .btn-open .img02 {
    width: 4.4vw;
    height: 4.4vw;
    max-width: 33px;
    max-height: 33px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

body.handmadering .section08__accordion .accordion-inner {
    display: none;
}
body.handmadering .section08__accordion .accordion-inner .box-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 86.7vw;
    max-width: 650px;
    margin: 0 auto;
    padding-top: 20px;
}
@media screen and (max-width: 749px) {
    body.handmadering .section08__accordion .accordion-inner .box-one {
        padding-top: 2.7vw;
    }
}
body.handmadering .section08__accordion .accordion-inner .box-one .img03 {
    width: 3.46vw;
    height: 6.14vw;
    max-width: 26px;
    max-height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}
body.handmadering .section08__accordion .accordion-inner .box-one .answer {
    width: 90%;
    margin-left: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
}
@media screen and (max-width: 749px) {
    body.handmadering .section08__accordion .accordion-inner .box-one .answer {
        margin-left: 2.7vw;
        font-size: 3.74vw;
    }
}

body.handmadering .section08__btn .btn-inner {
    background-image: url(//renri.jp/admin/wp-content/themes/renri/handmadering/assets/image/cv-btn.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 88.14vw;
    height: 18.8vw;
    max-width: 661px;
    max-height: 141px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 100px auto 180px;
}
@media screen and (max-width: 749px) {
    body.handmadering .section08__btn .btn-inner {
        margin: 13.1vw auto 24vw;
    }
}
body.handmadering .section08__btn .btn-inner:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}