@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Dancing+Script");

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/*
  reset
--------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

/*
  base
--------------------------------------------- */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border-style: none;
  display: block;
  vertical-align: bottom;
}

a,
a button {
  transition: .4s;
}

a img:hover {
  opacity: .7;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
}

a:hover {
  color: #333;
  text-decoration: none;
}

a:active {
  color: #333;
}

label,
input[type='checkbox'] {
  cursor: pointer;
}

.center {
  text-align: center;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_100 {
  margin-top: 100px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pb_80 {
  padding-bottom: 80px;
}

.pb_90 {
  padding-bottom: 90px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_60 {
  padding-top: 60px;
}

.pt_70 {
  padding-top: 70px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_90 {
  padding-top: 90px;
}

.pt_100 {
  padding-top: 100px;
}

@media (min-width: 768px) {

  /*
 PC common
---------------------------------------- */
  .bc-list {
    margin-bottom: 30px;
  }

  .bc-list li {
    display: inline-block;
  }

  .bc-list li a:hover {
    opacity: 0.7;
  }

  .sp-on {
    display: none;
  }

  .pc-on {
    display: block;
  }

  body {
    font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: .05em;
    color: #333;
    min-width: 1080px;
    word-wrap: break-word;
  }

  input[type="submit"],
  input[type="button"],
  input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
    background: none;
    border: none;
  }

  img {
    max-width: 100%;
  }

  .dance_font {
    font-family: "Dancing Script", cursive;
  }

  .left_cont {
    float: left;
  }

  .right_cont {
    float: right;
  }

  select {
    position: relative;
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    border-radius: 5px;
    background-size: 20px, 100%;
  }

  .custom {
    position: relative;
  }

  .custom:after {
    position: absolute;
    top: 28%;
    bottom: 0;
    right: 0;
    width: 1.8em;
    display: block;
    content: '▼';
    font-size: 4px;
    pointer-events: none;
  }

  /*
 header
---------------------------------------- */
  header {
    width: 100%;
    height: 70px;
    padding: 10px 25px;
    background: #fff;
    position: fixed !important;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .cont-box {
    /* padding-top: 125px; */
  }

  .header_logo {
    display: inline-block;
  }

  .g_navi_area {
    width: 70%;
    text-align: right;
    position: relative;
  }

  .g_navi {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .02em;
    display: inline-block;
  }

  .g_navi li {
    position: relative;
    display: inline-block;
    line-height: 50px;
    margin-right: 10px;
  }

  .g_navi li img {
    display: inline-block;
    vertical-align: middle;
  }

  /* .g_navi li:first-child:hover {
      line-height: 1.5;
      background: linear-gradient(transparent 70%, #f2e7da 0%); } */
  .g_navi li:nth-child(2) p {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  /* .g_navi li:nth-child(2):hover {
      line-height: 1.5;
      background: linear-gradient(transparent 70%, #e2c7d5 0%); } */
  /* .g_navi li:nth-child(3):hover {
      line-height: 1.5;
      background: linear-gradient(transparent 70%, #dbe4e9 0%); } */
  /* .g_navi li:nth-child(4):hover {
      line-height: 1.5;
      background: linear-gradient(transparent 70%, #cee0d9 0%); } */
  /* .g_navi li:nth-child(5):hover {
      line-height: 1.5;
      background: linear-gradient(transparent 70%, #e3e1e1 0%); } */
  .g_navi li:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    content: '';
  }

  .g_navi li:first-child:before {
    width: 18px;
    height: 21px;
    background: url(../img/tools.png) no-repeat center;
    background-size: contain;
    margin-top: -6px;
  }

  .g_navi li:nth-child(2):before {
    width: 21px;
    height: 19px;
    background: url(../img/heart.png) no-repeat center;
    background-size: contain;
  }

  .g_navi li:nth-child(3):before {
    width: 24px;
    height: 23px;
    background: url(../img/hand-gesture.png) no-repeat center;
    background-size: contain;
    margin-top: -6px;
  }

  .g_navi li:nth-child(4):before {
    width: 21px;
    height: 22px;
    background: url(../img/pen.png) no-repeat center;
    background-size: contain;
  }

  .g_navi li:nth-child(5):before {
    width: 19px;
    height: 14px;
    background: url(../img/envelope.png) no-repeat center;
    background-size: contain;
  }

  /*
 PC index
---------------------------------------- */
  .slider {
    width: 50%;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
  }

  .slider img {
    width: 100%;
  }

  .home .slider {
    width: 50%;
    height: 700px;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
  }

  .home .slider img {
    width: 100%;
  }

  .home .sp_on {
    display: none;
  }

  .area01_main {
    position: relative;
    width: 1100px;
    margin: 20px auto 0;
    min-height: 680px;
  }

  .area01 {
    width: 50%;
    min-height: 668px;
    float: right;
    position: relative;
  }

  .area01 .chapter_ttl {
    position: relative;
  }

  .area01 .chapter_ttl:after {
    display: block;
    content: '';
    width: 410px;
    height: 1px;
    border-bottom: solid 1px #797979;
    position: absolute;
    bottom: 0;
  }

  .area01 .chapter_number {
    color: #b7a187;
    display: inline-block;
    line-height: 1.2;
    background: linear-gradient(transparent 80%, #f2e7da 0%);
    background-position-y: 20px;
    margin: 0 24px;
  }

  .area01 .chapter_txt {
    display: block;
    font-size: 40px;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    margin: 0 24px;
  }

  .area01 .chapter01 {
    position: absolute;
    left: 50px;
    top: 0;
  }

  .area01 .chapter01 .chapter_ttl:after {
    left: 0;
  }

  .area01 .chapter01 .chapter_ttl .chapter_txt {
    position: relative;
  }

  .area01 .chapter01 .chapter_ttl .chapter_txt:before {
    content: "";
    position: absolute;
    left: -24px;
    bottom: 0;
    width: 1px;
    height: 40px;
    background: #797979;
  }

  .area01 .chapter01 .point_first {
    display: inline-block;
    vertical-align: top;
  }

  .area01 .chapter01 .point_first .number {
    line-height: 1;
    padding-bottom: 40px;
  }

  .area01 .chapter01 .point_first .number .num {
    font-size: 25px;
    width: 40px;
    display: inline-block;
    color: #b7a187;
    font-family: "Dancing Script", cursive;
    position: relative;
    text-align: center;
  }

  .area01 .chapter01 .point_first .number .num:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    border-bottom: 1px #b7a187 solid;
    bottom: 2px;
    left: 42px;
  }

  .area01 .chapter01 .point_first .number .txt {
    width: 180px;
    display: inline-block;
    padding-left: 40px;
    font-size: 16px;
    color: #333;
    font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
  }

  .area01 .chapter01 .point_first .number .min-txt {
    display: block;
    padding-left: 90px;
    margin-top: 10px;
    line-height: 1.5;
  }

  .area01 .chapter02 {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .area01 .chapter02 .chapter_number {
    color: #9b72b0;
    background: linear-gradient(transparent 80%, #e2c7d5 0%);
    background-position-y: 20px;
  }

  .area01 .chapter02 .chapter_ttl {
    text-align: right;
  }

  .area01 .chapter02 .chapter_ttl:after {
    right: 0;
  }

  .area01 .chapter02 .chapter_ttl .chapter_txt:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 40px;
    background: #797979;
  }

  .area01 .chapter02 .logo_img {
    width: 460px;
  }

  .area01 .chapter02 .logo_img li {
    position: relative;
    display: inline-block;
    height: 80px;
  }

  .area01 .chapter02 .logo_img img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
  }

  .chapter_ttl {
    position: relative;
    margin-bottom: 30px;
  }

  .chapter_ttl .chapter03_title .chapter_txt01 {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-family: YuMincho, "Yu Mincho", serif;
    margin-right: 10px;
  }

  .chapter_ttl .chapter_number {
    font-family: "Dancing Script", cursive;
    font-size: 20px;
    line-height: 1.2;
  }

  .chapter_ttl .chapter_txt {
    font-size: 36px;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    vertical-align: middle;
  }

  .area02 .inner {
    width: 1110px;
    margin: 0 auto;
    padding-top: 100px;
  }

  .area02 .chapter03 .chapter_number {
    color: #87a4b3;
    background: linear-gradient(transparent 80%, #dbe4e9 0%);
    background-position-y: 20px;
  }

  .area02 .chapter03 .chapter_ttl {
    text-align: center;
    margin-bottom: 40px;
  }

  .area02 .chapter03 .chapter_ttl p {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-top: 20px;
  }

  .area02 .chapter03 .chapter_ttl p:before {
    display: block;
    content: '';
    width: 410px;
    height: 1px;
    border-top: solid 1px #797979;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -205px;
  }

  .area02 .chapter03 .takumi_cont {
    margin-bottom: 100px;
  }

  .area02 .chapter03 .takumi_cont .item {
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 85px;
  }

  .area02 .chapter03 .takumi_cont .item {
    margin-right: 0;
  }

  .area02 .chapter03 .takumi_cont .item .text {
    margin-left: 30px;
    margin-right: 0;
    top: -50px;
  }

  .area02 .chapter03 .takumi_cont .img {
    margin: 0 auto;
    text-align: center;
  }

  .area02 .chapter03 .takumi_cont .img img {
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .area02 .chapter03 .takumi_cont .cont_yoko .text {
    margin-left: 119px;
  }

  .area02 .chapter03 .takumi_cont .cont_tate {
    position: relative;
    right: -150px;
  }

  .area02 .chapter03 .takumi_cont .cont_tate .text {
    margin-left: -140px;
  }

  .area02 .chapter03 .takumi_cont .text {
    position: relative;
    top: -50px;
    width: 440px;
    margin: 0 auto;
    padding: 40px 30px;
    bottom: 0;
    background: #fff;
    border: solid 1px #ddd;
    line-height: 1.6;
    font-size: 12px;
  }

  .area02 .chapter03 .takumi_cont .text .title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .area02 .chapter03 .takumi_cont .text .title span {
    display: block;
    font-size: 13px;
  }

  .area02 .chapter03 .takumi_cont .text .textOverflow {
    overflow: hidden;
    height: 40px;
  }

  .area02 .chapter03 .takumi_cont .cont_yoko img {
    width: 500px;
    height: 314px;
  }

  .area02 .chapter03 .takumi_cont .cont_tate img {
    width: 360px;
    height: 480px;
  }

  .area02 .chapter03 .takumi_cont .chapter03_slider {
    width: 510px;
    display: inline-block;
    vertical-align: top;
  }

  .area02 .chapter03 .takumi_cont .chapter03_slider:first-child {
    margin-right: 35px;
    width: 559px;
  }

  .area02 .chapter03 .recomend_cont {
    font-size: 0;
    margin-top: -80px;
    line-height: 1.6;
  }

  .area02 .chapter03 .recomend_cont .item {
    width: 300px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 104px;
  }

  .area02 .chapter03 .recomend_cont .item .img {
    display: inline-block;
    vertical-align: top;
    width: 300px;
  }

  .area02 .chapter03 .recomend_cont .item .img img {
    width: 300px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .area02 .chapter03 .recomend_cont .item:last-child {
    margin-right: 0;
  }

  .area02 .chapter03 .recomend_cont .ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .area02 .chapter03 .recomend_cont .main_ttl {
    border-left: solid 1px #797979;
    position: relative;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .area02 .chapter03 .recomend_cont .main_ttl span {
    padding-left: 10px;
    position: absolute;
    top: 10px;
  }

  .area02 .chapter03 .recomend_cont .main_ttl:after {
    display: block;
    content: '';
    width: 385px;
    height: 1px;
    border-bottom: solid 1px #797979;
    position: absolute;
    bottom: 0;
  }

  .area02 .chapter03 .recomend_cont .text {
    width: 250px;
    background: #fff;
    margin-top: -30px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    line-height: 1.6;
    font-size: 12px;
    border: solid 1px #ddd;
    padding: 15px;
    position: relative;
    z-index: 1000;
  }

  .area02 .chapter03 .recomend_cont .text .ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
  }

  .area02 .chapter03 .recomend_cont .text .ttl span {
    display: block;
    font-size: 13px;
  }

  .area02 .chapter03 .recomend_cont .recomend_slider {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-right: 104px;
  }

  .area02 .chapter03 .recomend_cont .recomend_slider:last-child {
    margin-right: 0;
  }

  .area03 .inner {
    width: 880px;
    margin: 0 auto;
  }

  .area03 .chapter04 {
    margin-top: 90px;
  }

  .area03 .chapter04 .img img {
    margin: 0 auto;
    margin-top: 40px;
  }

  .area03 .chapter04 .img.sp-on {
    display: none;
  }

  .area03 .chapter04 .chapter_number {
    color: #59987e;
    background: linear-gradient(transparent 80%, #cee0d9 0%);
    background-position-y: 20px;
  }

  .area03 .chapter04 .chapter_ttl {
    margin-bottom: 0;
    text-align: center;
  }

  .area03 .chapter04 .chapter_ttl h2 {
    position: relative;
  }

  .area03 .chapter04 .chapter_ttl h2:after {
    display: block;
    content: '';
    width: 385px;
    height: 1px;
    border-bottom: solid 1px #797979;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -192.5px;
  }

  .area03 .chapter04 .chapter_ttl .chapter_txt {
    display: block;
  }

  .area03 .chapter04 .chapter_ttl .sub_ttl {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
  }

  .area03 .message {
    background-image: url(../img/omoi_bg.png);
    background-repeat: repeat;
    margin-top: 110px;
    padding: 40px 0 50px;
  }

  .area03 .message .inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
  }

  .area03 .message .inner .message_inner {
    width: 930px;
    margin: 0 auto;
    padding: 30px 0 0;
  }

  .area03 .message .message_ttl {
    background: #7e7e7e;
  }

  .area03 .message .message_ttl .message_inner {
    width: 1100px;
    margin: 0 auto;
  }

  .area03 .message h3 {
    font-size: 35px;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0 0 5px #3d3d3d;
  }

  .area03 .message .text_cont {
    width: 700px;
    display: inline-block;
    vertical-align: top;
  }

  .area03 .message .text_cont dl {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .area03 .message .text_cont dl dt {
    font-size: 20px;
    font-weight: bold;
  }

  .area03 .message .text_cont dl dt span img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -7px;
  }

  .area03 .message .text_cont dl dd {
    margin-left: 2em;
  }

  .area03 .message .text_cont .name {
    text-align: right;
    margin-top: 10px;
  }

  .area03 .message .text_cont .name span {
    font-size: 18px;
  }

  .area03 .message .img_cont {
    position: absolute;
    top: 50%;
    margin-top: -140px;
    display: inline-block;
    padding-left: 30px;
    vertical-align: top;
  }

  .area03 .message .sp-on {
    display: none;
  }

  /*
 footer
---------------------------------------- */
  footer .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0 15px;
    position: relative;
  }

  footer ul:last-child {
    margin-right: 0;
  }

  footer .menu {
    display: inline-block;
    vertical-align: top;
  }

  footer .menu li {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.5;
    height: 30px;
    margin-right: 137px;
  }

  footer .menu li img {
    display: inline-block;
    vertical-align: middle;
  }

  footer .menu li:before {
    width: 25px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  footer .menu01 li:nth-child(2):hover {
    line-height: 1.5;
    background: linear-gradient(transparent 70%, #f2e7da 0%);
    background-position-y: -5px;
  }

  footer .menu01 li:nth-child(3):hover {
    line-height: 1.5;
    background: linear-gradient(transparent 70%, #e2c7d5 0%);
    background-position-y: -5px;
  }

  footer .menu01 li:nth-child(4):hover {
    line-height: 1.5;
    background: linear-gradient(transparent 70%, #dbe4e9 0%);
    background-position-y: -5px;
  }

  footer .menu01 li:nth-child(5):hover {
    line-height: 1.5;
    background: linear-gradient(transparent 70%, #cee0d9 0%);
    background-position-y: -5px;
  }

  footer .menu01 li:nth-child(6):hover {
    line-height: 1.5;
    background: linear-gradient(transparent 70%, #e2c7d5 0%);
    background-position-y: -5px;
  }

  footer .menu01 li:nth-child(7):hover {
    line-height: 1.5;
    background: linear-gradient(transparent 70%, #e2c7d5 0%);
    background-position-y: -5px;
  }

  footer .menu01 li:nth-child(1):before {
    height: 21px;
    margin-right: -15px;
  }

  footer .menu01 li:nth-child(2):before {
    height: 19px;
    background: url(../img/nav_icon00.png) no-repeat center;
    background-size: contain;
  }

  footer .menu01 li:nth-child(3):before {
    height: 20px;
    background: url(../img/nav_icon01.png) no-repeat center;
    background-size: contain;
  }

  footer .menu01 li:nth-child(4):before {
    height: 22px;
    background: url(../img/nav_icon02.png) no-repeat center;
    background-size: contain;
  }

  footer .menu01 li:nth-child(5):before {
    height: 22px;
    background: url(../img/nav_icon03.png) no-repeat center;
    background-size: contain;
  }

  footer .menu01 li:nth-child(6):before {
    height: 22px;
    background: url(../img/nav_icon04.png) no-repeat center;
    background-size: contain;
  }

  footer .menu01 li:nth-child(7):before {
    height: 22px;
    background: url(../img/nav_icon05.png) no-repeat center;
    background-size: contain;
  }

  footer .menu02 li:hover {
    line-height: 1.5;
    background: linear-gradient(transparent 70%, #e3e1e1 0%);
    background-position-y: -5px;
  }

  footer .menu02 li:nth-child(2):before {
    height: 22px;
    background: url(../img/door_f.png) no-repeat center;
    background-size: contain;
  }

  footer .menu02 li:nth-child(6):before {
    height: 18px;
    background: url(../img/building_f.png) no-repeat center;
    background-size: contain;
  }

  footer .menu02 li:nth-child(3):before {
    height: 18px;
    background: url(../img/letter_f.png) no-repeat center;
    background-size: contain;
  }

  footer .menu02 li:nth-child(4):before {
    height: 21px;
    background: url(../img/open-access_f.png) no-repeat center;
    background-size: contain;
  }

  footer .menu02 li:nth-child(5):before {
    height: 14px;
    background: url(../img/envelope.png) no-repeat center;
    background-size: contain;
  }

  footer .menu02 li:nth-child(1):before {
    height: 20px;
    background: url(../img/register.png) no-repeat center;
    background-size: contain;
  }

  footer .sns_cont {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: -15px;
  }

  footer .sns_cont li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }

  footer .page_top {
    position: absolute;
    right: 20px;
    bottom: 35px;
  }

  footer .copyright {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    font-family: Arial, "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    border-top: solid 1px #333;
    padding: 30px 0;
  }

  /*------------------------------

下層ページ 共通CSS

------------------------------*/
  .page header {
    position: relative;
  }

  .page .main_bg {
    background: #fcfaf8;
  }

  .page .main_bg main {
    margin: 0 auto;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page .main_bg main.template {
    padding-top: 190px;
    width: 1110px;
  }

  @media (max-width: 767px) {
    .page .main_bg main.template {
      padding-top: 100px;
      width: 100%;
    }
  }

  .page .key {
    background: url(../img/clip_key.jpg);
    background-size: cover;
  }

  .page .key .inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    height: 310px;
  }

  .page .key h1 {
    position: absolute;
    top: 50%;
    margin-top: -72px;
    color: #fff;
    font-weight: bold;
  }

  .page .key h1 .main_ttl {
    font-size: 48px;
    display: inline-block;
    vertical-align: middle;
  }

  .page .key h1 .main_ttl span {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin-top: -10px;
    margin-right: 10px;
  }

  .page .key h1 .sub_ttl {
    margin-top: 20px;
  }

  .page .detail_office main .section_ttl span {
    background: linear-gradient(transparent 80%, #cee0d9 0%);
    background-position-y: 24px;
  }

  .page main {
    width: 1100px;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .page main .cont {
    clear: both;
    margin-bottom: 55px;
  }

  .page main .cont:last-child {
    margin-bottom: 0;
  }

  .page main .section_ttl {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    height: 54px;
    margin-top: 60px;
  }

  .page main .section_ttl span {
    position: absolute;
    top: 10px;
    background: linear-gradient(transparent 80%, #e3e1e1 0%);
    background-position-y: 20px;
    margin: 0 24px;
  }

  .page main .section_ttl:after {
    display: none;
    content: '';
    width: 410px;
    height: 1px;
    border-bottom: solid 1px #797979;
    position: absolute;
    bottom: 0;
  }

  .page main .txt_margin {
    margin-top: 20px;
  }

  .page main .second_ttl {
    position: relative;
    padding: 10px 20px;
    border-left: 3px solid #797979;
    font-size: 15px;
    height: 50px;
  }

  .page main .second_ttl span {
    position: absolute;
    top: 10px;
    font-weight: 600;
  }

  .page main .attention {
    border: solid 1px #fcfaf8;
    padding: 20px;
  }

  .page section {
    margin-bottom: 80px;
  }

  .page section:last-child {
    margin-bottom: 0;
  }

  .contact main .section_ttl span,
  .privacy main .section_ttl span,
  .kiyaku main .section_ttl span,
  .profile main .section_ttl span {
    background-position-y: -5px;
  }

  /*
 guide
---------------------------------------- */
  .guide {
    /*kiyaku*/
  }

  .guide table {
    width: 100%;
    margin-top: 20px;
  }

  .guide table tr {
    border-bottom: dashed 1px #DDD;
  }

  .guide table th {
    width: 110px;
    padding: 20px;
    vertical-align: top;
  }

  .guide table td {
    padding: 20px;
  }

  .guide ol {
    list-style: decimal;
    margin-left: 20px;
    margin-top: 10px;
  }

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

  .guide main .second_ttl span {
    top: 13px;
    background: linear-gradient(transparent 60%, #fff 0%);
  }

  .guide main iframe {
    margin-top: 20px;
  }

  /*
 contact
---------------------------------------- */
  .contact .form_tab {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact .form_tab .btn {
    width: 50%;
    text-align: center;
    border-bottom: solid 1px #797979;
  }

  .contact .form_tab .btn a {
    padding: 20px;
    display: block;
    font-size: 18px;
    font-weight: bold;
  }

  .contact .form_tab .btn_active {
    background: #e0e0e0;
  }

  .contact .info_cont {
    float: right;
    margin-right: 60px;
  }

  .contact .info {
    margin: 20px 0 80px;
  }

  .contact .tel_number {
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
  }

  .contact .fax_dl {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
  }

  .contact .fax_dl p {
    display: inline-block;
  }

  .contact .fax_dl img {
    display: inline-block;
    margin-left: 10px;
  }

  .contact .items_flame {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact .items_cont {
    width: 48%;
  }

  .contact .items_cont .ttl {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .contact .items_cont .sample {
    font-size: 0;
    background: #fff;
  }

  .contact .items_cont .sample .box {
    width: 96px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 10px;
  }

  .contact .items_cont .sample .box .img {
    position: relative;
    height: 80px;
  }

  .contact .items_cont .sample .box img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
  }

  .contact .items_cont .sample .box:nth-child(5n) {
    margin-right: 0;
  }

  .contact .items_cont .sample .box:nth-last-of-type(-n+5) {
    margin-bottom: 0;
  }

  .contact .items_cont .sample .text {
    font-size: 11px;
    text-align: center;
  }

  .contact .items_cont .sample .text .title {
    margin: 10px 0;
  }

  .contact .items_cont .sample .box.sp-on {
    display: none;
  }

  .contact .items_cont .sample:last-child {
    margin-bottom: 0;
  }

  .contact .items_cont .sample.sp_on {
    display: none;
  }

  .contact .items_cont:nth-child(odd) {
    border-right: solid 1px #ddd;
  }

  .contact span.must {
    color: #E54548;
  }

  .contact table {
    width: 100%;
    margin-top: 20px;
  }

  .contact table tr {
    border-bottom: dashed 1px #ddd;
  }

  .contact table th {
    width: 260px;
    padding: 20px;
    vertical-align: top;
  }

  .contact table td {
    padding: 20px;
  }

  .contact table td.mail_middle span {
    padding: 0 10px;
    color: #333;
  }

  .contact table .info_item {
    display: inline-block;
    vertical-align: top;
  }

  .contact table .info_item .img {
    margin-top: 5px;
  }

  .contact table .info_item:first-child {
    margin-right: 10px;
  }

  .contact table input {
    width: 100%;
    padding: 10px;
    font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 13px;
    border: solid 1px #ddd;
  }

  .contact table input.mail_conf {
    width: 190px;
  }

  .contact table input.mail_short {
    width: 48%;
  }

  .contact table textarea {
    width: 100%;
    height: 200px;
    padding: 14px 20px;
    border: solid 1px #ddd;
    font-size: 13px;
    font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  }

  .contact table span {
    color: #E54548;
  }

  .contact .contact_btn {
    text-align: center;
    margin: 20px 0 150px;
  }

  .contact .contact_btn input {
    cursor: pointer;
    background-color: #797979;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  }

  .contact .contact_btn input:first-child {
    margin-right: 10px;
  }

  .contact .contact_btn input.submit_btn {
    padding: 10px;
    width: 150px;
    border: solid 1px #DDD;
  }

  .contact .contact_btn input.submit_btn.submit_btn--emphasis {
    background-color: #ff7f50;
  }

  .contact .return_btn {
    margin-top: 50px;
  }

  .contact .return_btn a {
    padding: 10px;
    width: 150px;
    cursor: pointer;
    background-color: #797979;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  }

  /*
 professional
---------------------------------------- */
  .professional section {
    font-size: 0;
  }

  .professional .key {
    background: url(../img/clip_key.jpg);
    background-size: cover;
  }

  .professional .key h1 .sub_ttl {
    font-size: 16px;
    padding-left: 22px;
    margin-top: 0;
  }

  .professional .category {
    width: 915px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 0;
  }

  .professional .category li {
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-right: solid 2px #d1d1d1;
    font-size: 13px;
    font-weight: bold;
  }

  .professional .category li:hover {
    background: #e6edf1;
  }

  .professional .category li:last-child {
    border-right: none;
  }

  .professional .img_box {
    text-align: center;
    position: relative;
    height: 275px;
    z-index: 1;
  }

  .professional .img_box img {
    text-align: center;
    width: 360px;
    height: 314px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .professional .cont {
    width: 350px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
  }

  .professional .cont:nth-child(3n) {
    margin-right: 0;
  }

  .professional .cont:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  .professional .cont_left .text_cont {
    left: -40px;
  }

  .professional .text_cont {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    padding: 30px 40px;
    background: #fff;
    text-align: left;
    z-index: 10;
  }

  .professional .text_cont .box_ttl {
    /* font-family: YuMincho, "Yu Mincho", serif; */
    font-size: 18px;
    height: 90px;
  }

  .professional .text_cont .name {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    height: 80px;
    margin-bottom: 10px;
  }

  .professional .text_cont p {
    font-size: 15px;
  }

  .professional .text_cont .textOverflow {
    overflow: hidden;
    width: 240px;
    height: 130px;
  }

  .professional .text_cont.sp-on {
    display: none;
  }

  .professional .text_cont:before,
  .professional .text_cont:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    display: inline-block;
  }

  .professional .text_cont:before {
    border-right: solid 1px #dddddd;
    border-top: solid 1px #dddddd;
    top: 15px;
    right: 20px;
  }

  .professional .text_cont:after {
    border-left: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    bottom: 15px;
    left: 20px;
  }

  .professional table.recommend_cont {
    width: 100%;
    font-size: 14px;
  }

  .professional table.recommend_cont th,
  .professional table.recommend_cont td {
    padding: 10px;
    border-bottom: solid 1px #dddddd;
  }

  .professional table.recommend_cont th {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }

  .professional table.recommend_cont th span {
    background: linear-gradient(transparent 60%, #dbe4e9 0%);
    background-position-y: 18px;
  }

  .professional table.recommend_cont td {
    width: 200px;
    text-align: left;
  }

  .professional table.recommend_cont td.head {
    width: 5%;
    font-weight: bold;
    text-align: center;
  }

  .professional table.recommend_cont td.line {
    border-right: solid 1px #dddddd;
  }

  .professional table.recommend_cont td:nth-child(3) {
    padding-left: 55px;
  }

  .item .key {
    position: relative;
    background: url(../img/item_key.jpg);
    background-size: cover;
  }

  .item .key a {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #9b72b0;
    color: #fff;
    font-weight: bold;
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 11px;
  }

  .item .maker_link li {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    border: solid 1px #666;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .item .maker_link li a {
    display: inline-block;
  }

  .item .maker_link li:before {
    content: '▶︎';
    display: inline-block;
    vertical-align: middle;
    font-size: 8px;
  }

  .item .professional .cont:nth-last-of-type(-n+3) {
    margin-bottom: 80px;
  }

  .item .sample {
    font-size: 0;
  }

  .item .sample .box {
    width: 210px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 60px;
  }

  .item .sample .box .lavel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 11px;
    background: #010343;
    color: #dfb624;
    padding: 5px 10px;
  }

  .item .sample .box img {
    width: 210px;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover';
  }

  .item .sample .box:nth-child(5n) {
    margin-right: 0;
  }

  .item .sample .text {
    font-size: 13px;
  }

  .item .sample .text .title {
    font-size: 15px;
    margin: 10px 0;
  }

  .item .sample .box.sp-on {
    display: none;
  }

  .item .sample:last-child {
    margin-bottom: 0;
  }

  .detail .slider {
    width: 739px;
    min-width: 0;
    min-height: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }

  .detail .slider img {
    min-width: 0;
    min-height: 0;
  }

  .detail .text {
    display: inline-block;
    vertical-align: top;
    width: 335px;
  }

  .detail .text strong {
    font-weight: bold;
  }

  .detail .text .ttl_box {
    display: inline-block;
  }

  .detail .text .ttl_box ul {
    font-size: 0;
    margin-bottom: 20px;
    border-bottom: solid 1px #aa9379;
  }

  .detail .text .ttl_box ul .ttl {
    position: relative;
    top: 8px;
    font-size: 16px;
    color: #aa9379;
    font-weight: bold;
    margin-bottom: 5px;
    padding-right: 20px;
  }

  .detail .text .ttl_box ul li {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    height: 38px;
    margin-right: 12px;
  }

  .detail .text .ttl_box ul li img {
    font-size: 0;
  }

  .detail .text .ex {
    margin-bottom: 20px;
  }

  .detail .text .ex-tit {
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 4px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .detail .text .memo {
    margin-top: 40px;
  }

  .detail .text .memo span {
    color: #aa9379;
    display: block;
  }

  .detail .text .memo strong {
    font-weight: bold;
  }

  .detail .sample02 {
    font-size: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .detail .sample02 .box {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }

  .detail .sample02 .box .box_txt {
    font-size: 12px;
    margin-top: 5px;
    text-align: right;
  }

  .detail .sample02 .box .img img {
    width: 210px;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .detail .sample02 .box .text {
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 190px;
    height: 190px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    transition: .3s;
    opacity: 0;
  }

  .detail .sample02 .box .text .title {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
  }

  .detail .sample02 .box:last-child {
    margin-right: 0;
  }

  .detail .sample02 .box:hover .text {
    opacity: 1;
  }

  .detail .sample02 .box.sp-on {
    display: none;
  }

  .detail .more_btn {
    width: 390px;
    border: solid 1px #333;
    text-align: center;
    margin: 0 auto;
  }

  .detail .more_btn a {
    padding: 10px;
    display: block;
  }

  .detail .question_box {
    margin-top: 20px;
  }

  .detail .question_box .box {
    width: 520px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    margin-right: 55px;
  }

  .detail .question_box .box .ttl {
    font-size: 17px;
    font-weight: bold;
  }

  .detail .question_box .box .ttl span {
    background: linear-gradient(transparent 70%, #cee0d9 0%);
  }

  .detail .question_box .box:nth-child(even) {
    margin-right: 0;
  }

  .detail .question_box .box:nth-last-child(2) {
    margin-bottom: 0;
  }

  .detail .question_box .box:last-child {
    margin-bottom: 0;
  }

  .detail .sample {
    margin-top: 20px;
  }

  .detail .sample .box .text {
    width: 210px;
  }

  .detail .h2_box {
    display: block;
  }

  .detail .h2_box .section_ttl {
    width: 100%;
  }

  .detail .contact_box {
    display: inline-block;
    float: right;
    text-align: right;
  }

  .detail .contact_box .back_btn {
    display: inline-block;
    vertical-align: top;
    border: solid 1px #73ad97;
  }

  .detail .contact_box .back_btn a {
    color: #73ad97;
  }

  .detail .contact_box .contact_btn {
    display: inline-block;
    vertical-align: top;
    border: solid 1px #73ad97;
  }

  .detail .contact_box .contact_btn a {
    background: #73ad97;
  }

  .detail .contact_box a {
    padding: 8px 30px;
    display: block;
    color: #fff;
    text-align: center;
  }

  .detail .contact_box .name {
    display: block;
  }

  .detail .contact_box .name a {
    color: #000;
    padding: 0;
    text-align: right;
  }

  .detail .bukken_box {
    width: 539px;
    display: inline-block;
    vertical-align: top;
  }

  .detail .bukken .txt {
    margin-right: 8px;
  }

  .detail .bukken .maker {
    display: inline-block;
    vertical-align: top;
  }

  .detail .bukken .maker .ttl {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
  }

  .detail .bukken .maker .ttl span {
    color: #797979;
  }

  .detail_index .key {
    background: #f7f7f7;
  }

  .detail_index .key h1 {
    color: #000;
  }

  .detail_index .key h1 .sub_ttl {
    font-size: 18px;
    padding-left: 2em;
    margin-top: 0;
  }

  .detail_index .serch_box {
    font-size: 0;
  }

  .detail_index .serch_box .left_box {
    /* border-right: solid 1px #d1d1d1; */
    /* height: 80px; */
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    /* padding-top: 23px; */
    padding-right: 8px;
    margin-right: 8px;
  }

  .detail_index .serch_box .left_box .place {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
  }

  .detail_index .serch_box .left_box .place:before {
    content: url(../img/architects_01.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    height: 39px;
  }

  .detail_index .serch_box .right_box {
    display: inline-block;
    vertical-align: top;
  }

  .detail_index .serch_box .right_box .choose {
    font-size: 14px;
    font-weight: bold;
  }

  .detail_index .serch_box .right_box .choose:before {
    content: url(../img/architects_02.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 39px;
  }

  .detail_index .serch_box .right_box .input_box {
    font-size: 13px;
    font-weight: bold;
  }

  .detail_index .serch_box .right_box .input_box div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }

  .detail_index .serch_box .right_box .input_box div:first-child label {
    margin-left: 0;
  }

  .detail_index .serch_box .right_box .input_box div:last-child {
    margin-right: 0;
  }

  .detail_index .serch_box .right_box .input_box label {
    margin-left: -6px;
  }

  .detail_index .serch_box .right_box .input_box img {
    display: inline-block;
    vertical-align: middle;
  }

  .detail_index .serch_box .custom {
    width: 136px;
    display: inline-block;
  }

  .detail_index .serch_box .custom_short {
    width: 108px;
  }

  .detail_work .slider {
    width: 100%;
    margin-right: 0;
    height: 555px;
  }

  .detail_work .slider img {
    width: auto;
    height: 555px;
    margin: 0 auto;
  }

  .detail_work .box_txt {
    text-align: right;
    margin-top: 5px;
  }

  .detail_work .section_ttl span {
    background: none !important;
  }

  .detail_work .second_ttl span {
    background: none !important;
  }

  .detail_office .slider {
    position: relative;
    background: #fff;
    height: 739px;
  }

  .detail_office .slider li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 739px;
  }

  /* .detail_office .slider img {
      margin: 0 auto;
      position: relative;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin-top: 277px; } */
  .detail_office .slider .caption {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 77%;
    text-align: left;
  }

  .detail_office .slider .bx-pager {
    padding-right: 10px;
  }

  .detail_office .modalwindow .body {
    padding: 0 30px;
  }

  .detail_office .modalwindow .close_modal {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    display: block;
    color: #fff;
    line-height: 1;
  }

  .detail_office .modalwindow .close_modal:hover {
    color: #f7f7f7;
  }

  .detail_office .modalwindow .inline_content .img_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }

  .detail_office .modalwindow .inline_content .img_content .box {
    width: 50%;
    height: auto;
  }

  .detail_office .modalwindow .inline_content .img_content .box img {
    width: 100%;
  }

  .detail_office .modalwindow .inline_content .txt_only {
    font-size: 14px;
  }

  .detail_office .open_modal {
    display: block;
    cursor: pointer;
  }

  .detail_office .relate {
    margin-top: 20px;
  }

  /*
 template
---------------------------------------- */
  .template ul {
    margin: 1em 0;
    padding-left: 40px;
    list-style-type: disc;
  }

  .template ol {
    margin: 1em 0;
    padding-left: 40px;
    list-style-type: decimal;
  }

  .template strong {
    font-weight: bold;
  }

  .template i,
  .template cite,
  .template em,
  .template var,
  .template address,
  .template dfn {
    font-style: italic;
  }

  .template sup {
    vertical-align: super;
  }

  .template sub {
    vertical-align: sub;
  }

  .template h1 {
    font-size: 48px;
  }

  .template h2 {
    font-size: 24px;
  }

  .template h3 {
    font-size: 16px;
  }

  .template h4,
  .template h5,
  .template h6 {
    font-size: 12px;
  }

  .template .template_ttl {
    width: 410px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 1px #333333;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }

  .template .template_ttl span {
    font-size: 15px;
    display: block;
  }

  .template .why_ttl {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    border-bottom: solid 1px #333333;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }

  .template .why_ttl span {
    font-size: 13px;
    display: block;
  }

  .template .cont .text {
    font-size: 15px;
  }

  .template .main_img .img_tate img {
    width: 314px;
  }

  .template .main_img .box {
    margin-bottom: 50px;
    text-align: center;
  }

  .template .main_img .box .name {
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.5;
  }

  .template .main_img .box .name span {
    display: block;
    font-size: 12px;
  }

  .template .ttl_line {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #333;
    margin-bottom: 35px;
  }

  .template .small_box .img {
    width: 170px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 15px;
  }

  .template .small_box .img span {
    display: block;
    font-size: 13px;
    line-height: 1.2;
  }

  .template .small_box .img img {
    width: 170px;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    margin-bottom: 10px;
  }

  .template .small_box .text {
    width: 875px;
    display: inline-block;
    vertical-align: top;
  }

  .template .ttl_simple {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .template .ttl_simple span {
    font-size: 16px;
  }

  .template .text_center {
    text-align: center;
  }

  .template .text_left {
    text-align: left;
  }

  .template .large_box img {
    display: inline-block;
    vertical-align: top;
    margin-right: 95px;
  }

  .template .large_box img:last-child {
    margin-right: 0;
  }

  .template .large_box .text {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .template .img_box {
    text-align: center;
  }

  .template .yu-min_ttl {
    font-family: 'Yu Mincho', serif;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    padding-bottom: 0;
  }

  .template .recomend_cont {
    background: #fff;
    padding: 20px;
  }

  .template .img_box02 {
    text-align: center;
  }

  .template .img_box02 .img_box01_img {
    display: inline-block;
    vertical-align: top;
  }

  .template .img_box02 .img_box01_img img {
    max-width: 500px;
    max-height: 500px;
    margin-right: 95px;
  }

  .template .img_box02 .img_box01_img:last-child img {
    margin-right: 0;
  }

  .template .img_box02 .name {
    font-size: 13px;
    margin: 5px 0 0;
    text-align: left;
    line-height: 1.5;
  }

  .template .img_box02 .name span {
    display: block;
    font-size: 12px;
  }

  .template .cont_ctrl {
    padding-top: 130px;
  }

  .img_tate img {
    width: 314px;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .img_tate .name {
    width: 314px;
    margin: 0 auto;
  }

  .img_yoko img {
    width: 500px;
    height: 314px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .img_yoko .name {
    width: 500px;
    margin: 0 auto;
  }

  .template01 .img_box {
    font-size: 0;
  }

  .template01 .img_box .box {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
  }

  .template01 .main_img {
    font-size: 0;
  }

  .template01 .main_img .box {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
  }

  .template01 .main_img .box:nth-child(2) {
    margin-left: 20px;
  }

  .template01 .main_img .box:nth-child(2) .name {
    text-align: right;
  }

  .template01 .main_img .box:nth-child(3) {
    margin-right: 20px;
  }

  .template01 .main_img .img_tate {
    width: 240px;
  }

  .template01 .main_img .img_tate img {
    height: 314px;
  }

  .template01 .main_img .img_tate .name {
    width: 240px;
  }

  .template01 .main_img .img_yoko .name {
    width: 838px;
  }

  .template01 .main_img .img_yoko img {
    width: 838px;
  }

  .template01 .name {
    font-size: 14px;
    text-align: left;
  }

  .template01 .name span {
    display: block;
    font-size: 13px;
  }

  .template01 .large_box .name {
    margin: 0;
    margin-top: 5px;
  }

  .template02 .main_text {
    width: 260px;
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
    font-size: 15px;
  }

  .template02 .main_text .title {
    font-size: 20px;
    font-weight: bold;
  }

  .template02 .main_img img {
    margin-bottom: -30px;
  }

  .template02 .main_img .name {
    font-size: 14px;
  }

  .template02 .main_img .name span {
    display: block;
    font-size: 13px;
  }

  .template02 .name {
    margin: 0;
  }

  .template02 .main_img2 {
    position: relative;
    width: 800px;
    height: 800px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
  }

  .template02 .main_img2 .img_yoko img {
    width: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .template02 .main_img2 .img {
    position: absolute;
  }

  .template02 .main_img2 .img:first-child {
    top: 0;
    left: 0;
  }

  .template02 .main_img2 .img:nth-child(2) {
    top: 0;
    right: -77px;
  }

  .template02 .main_img2 .img:nth-child(3) {
    bottom: -20px;
  }

  .template02 .main_img2 .img:nth-child(4) {
    bottom: -20px;
    right: -77px;
  }

  .template02 .main_img2 .name {
    position: absolute;
    top: 314px;
    left: -10px;
    padding: 5px 10px;
    line-height: 1.5;
  }

  .template02 .main_img2 .img_tate img {
    width: 314px;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .template02 .main_img2 .img_tate .name {
    position: absolute;
    top: 480px;
  }

  .template02 .img_tate {
    position: relative;
  }

  .template02 .img_tate img {
    width: 314px;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .template03 .main_img {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .template03 .main_img .img {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    height: 500px;
    overflow: hidden;
  }

  .template03 .main_img .img img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .template03 .main_img .name {
    margin-top: 5px;
  }

  .template03 .name {
    margin-top: 15px;
    line-height: 1.5;
    margin: 0;
  }

  .template03 .name span {
    display: block;
  }

  .template04 .cont_two {
    width: 445px;
    display: inline-block;
    vertical-align: top;
    margin: 0 50px;
  }

  .template04 .cont_two .title {
    font-size: 20px;
    font-weight: bold;
  }

  .template04 .cont_two .text {
    margin-bottom: 15px;
  }

  .template04 .cont_two img {
    width: 314px;
    height: 480px;
    margin: 0 auto;
    margin-bottom: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .template04 .cont_two .name {
    width: 314px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .template04 .cont_two .name span {
    display: block;
  }

  .template05 .cont_two {
    width: 500px;
    display: inline-block;
    vertical-align: top;
  }

  .template05 .cont_two .title {
    font-size: 20px;
    font-weight: bold;
  }

  .template05 .cont_two .text {
    margin-bottom: 15px;
  }

  .template05 .cont_two img {
    margin: 0 auto;
    margin-bottom: 5px;
  }

  .template05 .cont_two02 {
    margin-left: 95px;
  }

  .template05 .cont_two02 .text {
    margin-bottom: 40px;
  }

  .template05 .name {
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 1.5;
  }

  .template05 .name span {
    display: block;
  }

  /*
 house
---------------------------------------- */
  .construction_index .key {
    position: relative;
    background: url(../img/house_key.jpg);
    background-size: cover;
  }

  .construction_index .key h1 {
    margin-top: -40px;
  }

  .construction_index .key a {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #9b72b0;
    color: #fff;
    font-weight: bold;
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 11px;
  }

  .construction_index .category {
    width: 784px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 0;
    text-align: center;
  }

  .construction_index .category li {
    width: 170px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-right: solid 2px #d1d1d1;
    font-size: 13px;
    font-weight: bold;
  }

  .construction_index .category li img {
    margin: 0 auto;
  }

  .construction_index .category li:hover {
    background: #e6edf1;
  }

  .construction_index .category li:last-child {
    border-right: none;
  }

  .construction_index .house_ttl {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    border-left: solid 1px #797979;
    height: 54px;
  }

  .construction_index .house_ttl:after {
    position: absolute;
    display: block;
    content: '';
    width: 410px;
    height: 1px;
    border-bottom: solid 1px #797979;
    bottom: 0;
  }

  .construction_index .number {
    position: absolute;
    top: 10px;
    left: 20px;
    line-height: 1;
    background: linear-gradient(transparent 80%, #f2e7da 0%);
    background-position-y: 25px;
  }

  .construction_index .number .num {
    font-size: 25px;
    display: inline-block;
    color: #b7a187;
    font-family: "Dancing Script", cursive;
    position: relative;
    text-align: center;
  }

  .construction_index .number .num:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    border-bottom: 1px #b7a187 solid;
    bottom: 2px;
    left: 32px;
  }

  .construction_index .number .txt {
    width: 140px;
    display: inline-block;
    padding-left: 40px;
    font-size: 16px;
    color: #333;
    font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
  }

  .construction_index .number .txt02 {
    width: 160px;
  }

  .construction_index .number .min-txt {
    display: block;
    padding-left: 90px;
    margin-top: 10px;
    line-height: 1.5;
  }

  .construction_index .sample {
    font-size: 0;
    margin-top: 20px;
  }

  .construction_index .sample .box {
    width: 210px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 60px;
  }

  .construction_index .sample .box .lavel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 11px;
    background: #010343;
    color: #dfb624;
    padding: 5px 10px;
  }

  .construction_index .sample .box img {
    width: 210px;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover';
  }

  .construction_index .sample .box:nth-child(5n) {
    margin-right: 0;
  }

  .construction_index .sample .text {
    font-size: 13px;
  }

  .construction_index .sample .text .title {
    font-size: 15px;
    margin: 10px 0;
  }

  .construction_index .sample .box.sp-on {
    display: none;
  }

  .construction_index .sample:last-child {
    margin-bottom: 0;
  }

  /*
 items
---------------------------------------- */
  .items_index .key {
    position: relative;
    background: url(../img/house_key.jpg);
    background-size: cover;
  }

  .items_index .key h1 {
    margin-top: -40px;
  }

  .items_index .key a {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #9b72b0;
    color: #fff;
    font-weight: bold;
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 11px;
  }

  .items_index .category {
    width: 784px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 0;
    text-align: center;
  }

  .items_index .category li {
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-right: solid 2px #d1d1d1;
    font-size: 13px;
    font-weight: bold;
  }

  .items_index .category li:hover {
    background: #e6edf1;
  }

  .items_index .category li:last-child {
    border-right: none;
  }

  .items_index .house_ttl {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    border-left: solid 1px #797979;
    height: 54px;
  }

  .items_index .house_ttl:after {
    position: absolute;
    display: block;
    content: '';
    width: 410px;
    height: 1px;
    border-bottom: solid 1px #797979;
    bottom: 0;
  }

  .items_index .number {
    position: absolute;
    top: 10px;
    left: 20px;
    line-height: 1;
    background: linear-gradient(transparent 70%, #e2c7d5 0%);
  }

  .items_index .number .num {
    font-size: 25px;
    display: inline-block;
    color: #b7a187;
    font-family: "Dancing Script", cursive;
    position: relative;
    text-align: center;
  }

  .items_index .number .num:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    border-bottom: 1px #b7a187 solid;
    bottom: 2px;
    left: 42px;
  }

  .items_index .number .txt {
    display: inline-block;
    font-size: 16px;
    color: #333;
    font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
  }

  .items_index .number .txt02 {
    width: 160px;
  }

  .items_index .number .min-txt {
    display: block;
    padding-left: 90px;
    margin-top: 10px;
    line-height: 1.5;
  }

  .items_index .sample {
    font-size: 0;
    margin-top: 20px;
    background: #fff;
    padding: 40px;
  }

  .items_index .sample .box {
    width: 160px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 60px;
  }

  .items_index .sample .box .img {
    position: relative;
    height: 80px;
  }

  .items_index .sample .box img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
  }

  .items_index .sample .box:nth-child(6n) {
    margin-right: 0;
  }

  .items_index .sample .box:nth-last-of-type(-n+6) {
    margin-bottom: 0;
  }

  .items_index .sample .text {
    font-size: 13px;
    text-align: center;
  }

  .items_index .sample .text .title {
    font-size: 15px;
    margin: 10px 0;
  }

  .items_index .sample .box.sp-on {
    display: none;
  }

  .items_index .sample:last-child {
    margin-bottom: 0;
  }

  header {
    height: auto;
    padding: 20px 40px;
  }

  .header_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }

  .g_navi li {
    position: relative;
    text-align: center;
    margin-right: 50px;
    vertical-align: top;
    transition: all 0.3s;
  }

  .g_navi li:hover {
    opacity: 0.5;
  }

  .g_navi li:first-child a {
    display: inline-block;
    margin-top: 10px;
  }

  .g_navi li:nth-child(2) a {
    display: inline-block;
    margin-top: 10px;
  }

  .g_navi li:hover {
    cursor: pointer;
  }

  .g_navi li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .g_navi li:first-child:before {
    width: 34px;
    height: 34px;
    margin-top: 0;
    background: url(../img/nav_icon00.png) no-repeat center;
  }

  .g_navi li:nth-child(2):before {
    width: 34px;
    height: 34px;
    top: 2px;
    background: url(../img/nav_icon01.png) no-repeat center;
  }

  .g_navi li:nth-child(3):before {
    width: 34px;
    height: 34px;
    margin-top: 0;
    background: url(../img/nav_icon02.png) no-repeat center;
  }

  .g_navi li:nth-child(4):before {
    width: 34px;
    height: 34px;
    background: url(../img/nav_icon03.png) no-repeat center;
  }

  .g_navi li:nth-child(5):before {
    width: 34px;
    height: 34px;
    top: 2px;
    background: url(../img/nav_icon04.png) no-repeat center;
  }

  .g_navi li:nth-child(6):before {
    width: 34px;
    height: 34px;
    top: 2px;
    background: url(../img/nav_icon05.png) no-repeat center;
  }

  .g_navi li:last-child {
    margin-right: 0;
  }

  .g_navi li:last-child a {
    margin-top: 10px;
  }

  .g_navi li a {
    display: block;
    padding-top: 40px;
    font-size: 12px;
    line-height: 1.5;
  }

  .landInfo--work {
    height: auto !important;
  }

  .detail .bukken_box2 .landSlide2 {
    margin-right: 20px !important;
    height: auto !important;

  }

  .landSlide2-text {
    width: 100%;
  }

  .landSlide2 img {
    width: 100% !important;
    height: auto !important;
  }

  .detail .bukken_box2 {
    width: 265px;
  }

  .detail .bukken_box2.ml {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .section_ttl-h {
    height: 50px !important;
  }

  .detail_work .h2_box {
    height: 50px;
  }

  .bc-list {
    margin-bottom: 30px;
  }

  .bc-list li {
    display: inline-block;
  }

  .bc-list li a:hover {
    opacity: 0.7;
  }

  .landSlide2 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }

  .landSlide2 img {
    height: auto !important;
  }

  /*
 SP common
---------------------------------------- */
  .sp-on {
    display: block;
  }

  .pc-on {
    display: none;
  }

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

  body {
    font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 400;
    color: #333;
    word-wrap: break-word;
    margin-top: 48px;
  }

  input[type="submit"],
  input[type="button"],
  input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
    background: none;
  }

  .dance_font {
    font-family: "Dancing Script", cursive;
  }

  select {
    position: relative;
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background-size: 20px, 100%;
    border-radius: 5px;
    font-size: 10px;
  }

  .custom {
    position: relative;
  }

  .custom:after {
    position: absolute;
    top: 22%;
    bottom: 0;
    right: 0;
    width: 1.8em;
    display: block;
    content: '▼';
    font-size: 14px;
    pointer-events: none;
  }

  /*
 header
---------------------------------------- */
  header .header_inner {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: fixed;
    z-index: 9999;
    top: 0;
  }

  .header_logo {
    width: 200px;
    float: left;
    padding: 10px 4%;
  }

  .header_logo img {
    width: auto;
    height: auto;
  }

  .header_menu {
    padding: 4px 4%;
  }

  .g_navi_area {
    transition: .3s;
    position: fixed;
    opacity: 0;
    top: -100%;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 3;
    opacity: 0;
    text-align: center;
    visibility: hidden;
    overflow-y: scroll;
    z-index: 3000;
  }

  .g_navi_area.open {
    transition: .3s;
    position: fixed;
    display: block;
    opacity: 1;
    top: 48px;
    height: 100%;
    opacity: 1;
    visibility: visible;
    padding-bottom: 44px;
    z-index: 2000;
  }

  .g_navi_area {
    text-align: right;
  }

  .g_navi {
    font-size: 12px;
    width: 100%;
  }

  .g_navi li {
    height: 46px;
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: bold;
  }

  .g_navi li img {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    padding-top: 8px;
  }

  .g_navi li:before {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 5px;
    position: absolute;
    top: 50%;
    left: 4%;
    margin-top: -8px;
  }

  /* .g_navi li:first-child:before {
      background: url(../img/tools.png) no-repeat center;
      background-size: contain; }
    .g_navi li:nth-child(2):before {
      background: url(../img/heart.png) no-repeat center;
      background-size: contain; }
    .g_navi li:nth-child(3):before {
      background: url(../img/hand-gesture.png) no-repeat center;
      background-size: contain; }
    .g_navi li:nth-child(4):before {
      background: url(../img/pen.png) no-repeat center;
      background-size: contain; }
    .g_navi li:nth-child(5):before {
      background: url(../img/envelope.png) no-repeat center;
      background-size: contain; } */
  .g_navi_area ul li:first-child:before {
    background: url(../img/nav_icon00.png) no-repeat center;
    background-size: contain;
  }

  .g_navi_area ul li:nth-child(2):before {
    background: url(../img/nav_icon01.png) no-repeat center;
    background-size: contain;
  }

  .g_navi_area ul li:nth-child(3):before {
    background: url(../img/nav_icon02.png) no-repeat center;
    background-size: contain;
  }

  .g_navi_area ul li:nth-child(4):before {
    background: url(../img/nav_icon03.png) no-repeat center;
    background-size: contain;
  }

  .g_navi_area ul li:nth-child(5):before {
    background: url(../img/nav_icon04.png) no-repeat center;
    background-size: contain;
  }

  .g_navi_area ul li:nth-child(6):before {
    background: url(../img/nav_icon05.png) no-repeat center;
    background-size: contain;
  }

  .g_navi_area ul li a {
    display: block;
    width: 100%;
    color: #666;
    text-align: left;
    line-height: 46px;
    padding-left: 12%;
  }

  .menuTrigger,
  .menuTrigger span {
    display: inline-block;
    transition: 0.3s ease;
    box-sizing: border-box;
  }

  .menuTrigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    float: right;
    right: 0;
    z-index: 6000;
    cursor: pointer;
  }

  .menuTrigger span {
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    margin-left: -11px;
    border-bottom: 1px #333 solid;
  }

  .menuTrigger span:nth-of-type(1) {
    top: 15px;
  }

  .menuTrigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -.5px;
  }

  .menuTrigger span:nth-of-type(3) {
    bottom: 15px;
  }

  .menuTrigger:not(.active):hover span:nth-of-type(1) {
    top: 15px;
  }

  .menuTrigger:not(.active):hover span:nth-of-type(3) {
    bottom: 15px;
  }

  .menuTrigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(6.5px) rotate(-45deg);
    transform: translateY(6.5px) rotate(-45deg);
  }

  .menuTrigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menuTrigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6.5px) rotate(45deg);
    transform: translateY(-6.5px) rotate(45deg);
  }

  /*
 SP index
---------------------------------------- */
  .slider {
    width: 100%;
    position: relative;
    z-index: 1;
    display: block;
  }

  .slider img {
    width: 100%;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .slider.pc_on {
    display: none;
  }

  .area01 {
    width: 100%;
    padding: 0 4%;
    margin-top: 20px;
  }

  .area01 .chapter_ttl {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    border-bottom: solid 1px #797979;
  }

  .area01 .chapter_ttl:after {
    display: block;
    content: '';
    width: 60%;
    height: 1px;
    border-left: solid 1px #797979;
    position: absolute;
    bottom: 0;
    left: 20%;
  }

  .area01 .chapter_ttl .chapter_txt {
    position: relative;
  }

  .area01 .chapter_ttl .chapter_txt:before {
    content: "";
    position: absolute;
    left: -8px;
    bottom: 0;
    width: 1px;
    height: 20px;
    background: #797979;
  }

  .area01 .chapter_number {
    color: #b7a187;
    background: linear-gradient(transparent 70%, #f2e7da 0%);
    margin: 0 4%;
  }

  .area01 .chapter_txt {
    display: block;
    font-size: 18px;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    margin: 0 4%;
  }

  .area01 .chapter01 .point_first {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
  }

  .area01 .chapter01 .point_first .number {
    line-height: 1;
    padding-bottom: 20px;
  }

  .area01 .chapter01 .point_first .num {
    font-size: 20px;
    width: 30px;
    display: inline-block;
    color: #b7a187;
    font-family: "Dancing Script", cursive;
    position: relative;
    text-align: center;
  }

  .area01 .chapter01 .point_first .num:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    border-bottom: 1px #b7a187 solid;
    bottom: 2px;
    left: 32px;
  }

  .area01 .chapter01 .point_first .txt {
    display: inline-block;
    padding-left: 30px;
    font-size: 14px;
    color: #333;
    font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
  }

  .area01 .chapter01 .point_first .min-txt {
    padding: 10px 2% 10px 60px;
    display: block;
    line-height: 1.5;
  }

  .area01 .chapter01 .chapter_ttl:after {
    left: 0;
  }

  .area01 .chapter02 {
    position: relative;
    margin-top: 40px;
  }

  .area01 .chapter02 .chapter_number {
    color: #9b72b0;
    background: linear-gradient(transparent 70%, #e2c7d5 0%);
  }

  .area01 .chapter02 .logo_img {
    width: 100%;
  }

  .area01 .chapter02 .logo_img li {
    position: relative;
    display: inline-block;
    height: 80px;
  }

  .area01 .chapter02 .logo_img img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
  }

  .area01 .chapter02 .logo_img a {
    display: block;
  }

  .chapter_ttl {
    position: relative;
    margin-bottom: 16px;
  }

  .chapter_ttl .chapter03_title .chapter_txt01 {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    font-family: YuMincho, "Yu Mincho", serif;
    margin-right: 10px;
  }

  .chapter_ttl .chapter_number {
    font-family: "Dancing Script", cursive;
    font-size: 16px;
    display: inline-block;
    line-height: 1.2;
  }

  .chapter_ttl .chapter_txt {
    font-size: 18px;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    display: block;
    vertical-align: middle;
  }

  .area02 .inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
  }

  .area02 .chapter03 .chapter_number {
    color: #87a4b3;
    background: linear-gradient(transparent 70%, #dbe4e9 0%);
  }

  .area02 .chapter03 .chapter_txt {
    display: inline-block;
  }

  .area02 .chapter03 .chapter_ttl {
    padding: 0 4%;
    text-align: center;
    margin-bottom: 20px;
  }

  .area02 .chapter03 .chapter_ttl h2 {
    border-bottom: solid 1px #797979;
    width: 60%;
    margin: 0 auto;
  }

  .area02 .chapter03 .chapter_ttl .chapter_number {
    margin: 0 4%;
  }

  .area02 .chapter03 .chapter_ttl .chapter03_title {
    position: relative;
  }

  .area02 .chapter03 .chapter_ttl .chapter03_title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 20px;
    background: #797979;
  }

  .area02 .chapter03 .chapter_ttl .sub_title {
    padding-top: 10px;
  }

  .area02 .chapter03 .chapter_ttl p {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-top: 0;
  }

  .area02 .chapter03 .chapter_ttl p:before {
    display: block;
    content: '';
    width: 60%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
  }

  .area02 .chapter03 .chapter03_inner {
    padding: 0 4%;
    font-size: 0;
  }

  .area02 .chapter03 .takumi_cont {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
  }

  .area02 .chapter03 .takumi_cont .img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .area02 .chapter03 .takumi_cont .img img {
    width: 100%;
    height: 130px;
    margin: 0 auto;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .area02 .chapter03 .takumi_cont .img img {
    height: 145px;
  }
}

@media (max-width: 767px) {
  .area02 .chapter03 .takumi_cont .text {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 8px;
    padding: 10px 4%;
    background: #fff;
    border: solid 1px #ddd;
    line-height: 1.4;
    font-size: 10px;
    height: auto;
  }

  .area02 .chapter03 .takumi_cont .text .title {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 8px;
  }

  .area02 .chapter03 .takumi_cont .text .title span {
    font-size: 10px;
    display: block;
  }

  .area02 .chapter03 .takumi_cont .text .textOverflow {
    overflow: hidden;
    height: 6em;
  }

  .area02 .chapter03 .recomend_cont {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    line-height: 1.6;
  }

  .area02 .chapter03 .recomend_cont .item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 7px;
  }

  .area02 .chapter03 .recomend_cont .item img {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .area02 .chapter03 .recomend_cont .item img {
    width: 133px;
    height: 133px;
  }
}

@media (max-width: 767px) {
  .area02 .chapter03 .recomend_cont .item:last-child {
    margin-right: 0;
  }

  .area02 .chapter03 .recomend_cont .main_ttl {
    position: relative;
    height: 25px;
    margin-bottom: 15px;
    width: 110px;
    margin: 0 auto;
  }

  .area02 .chapter03 .recomend_cont .main_ttl span {
    position: absolute;
    top: -5px;
    right: 0;
    width: 55px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: solid 1px #797979;
    text-align: center;
    padding: 3px;
  }

  .area02 .chapter03 .recomend_cont .main_ttl:before {
    content: "";
    position: absolute;
    right: 55px;
    bottom: 4px;
    width: 1px;
    height: 13px;
    background: #797979;
  }

  .area02 .chapter03 .recomend_cont .text {
    padding: 3%;
    height: 48px;
    font-size: 10px;
    border: solid 1px #ddd;
  }

  .area02 .chapter03 .recomend_cont .text .ttl {
    font-size: 12px;
    font-weight: bold;
  }

  .area02 .chapter03 .recomend_cont .text .ttl span {
    font-size: 10px;
    display: block;
  }

  .area03 .inner {
    width: 100%;
    margin: 0 auto;
  }

  .area03 .chapter04 {
    margin-top: 40px;
    padding: 0 4%;
  }

  .area03 .chapter04 h2 {
    width: 60%;
    margin: 0 auto;
    border-bottom: solid 1px #797979;
  }

  .area03 .chapter04 .img {
    display: inline-block;
    vertical-align: top;
  }

  .area03 .chapter04 .img img {
    width: 100%;
  }

  .area03 .chapter04 .img.pc-on {
    display: none;
  }

  .area03 .chapter04 .chapter_ttl {
    position: relative;
    text-align: center;
  }

  .area03 .chapter04 .chapter_number {
    color: #59987e;
    background: linear-gradient(transparent 70%, #cee0d9 0%);
    margin: 0 4%;
  }

  .area03 .chapter04 .chapter_txt {
    display: block;
    font-size: 18px;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    position: relative;
  }

  .area03 .chapter04 .chapter_txt:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 20px;
    background: #797979;
  }

  .area03 .chapter04 .sub_ttl {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
  }

  .area03 .message {
    background-image: url(../img/omoi_bg.png);
    background-repeat: repeat;
    margin-top: 60px;
    padding: 30px 0;
  }

  .area03 .message .inner {
    padding: 4% 4% 0;
  }

  .area03 .message .message_ttl {
    background: #7e7e7e;
  }

  .area03 .message .message_ttl .message_inner {
    padding: 0 4%;
    margin: 0 auto;
  }

  .area03 .message h3 {
    font-size: 18px;
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    color: #fff;
  }

  .area03 .message .text_cont {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .area03 .message .text_cont dl {
    margin-bottom: 30px;
  }

  .area03 .message .text_cont dl dt {
    font-size: 14px;
    font-weight: bold;
  }

  .area03 .message .text_cont dl dt span img {
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -7px;
  }

  .area03 .message .text_cont dl dd {
    margin-left: 2em;
  }

  .area03 .message .text_cont .ico:after {
    content: url(../img/message_heart.png);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 3px;
  }

  .area03 .message .text_cont .name {
    text-align: right;
    margin-top: 10px;
  }

  .area03 .message .text_cont .name span {
    font-size: 14px;
  }

  .area03 .message .img_cont {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }

  .area03 .message .img_cont:last-child {
    margin-bottom: 0;
  }

  .area03 .message .img_cont img {
    width: 50%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
  }

  .area03 .message .img_cont .sp-on {
    display: inline-block;
    vertical-align: bottom;
  }

  .area03 .message .pc-on {
    display: none;
  }

  #chapter01 {
    margin-top: -85px;
    padding-top: 85px;
  }

  /*
 footer
---------------------------------------- */
  footer .inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 4%;
  }

  footer ul:last-child {
    margin-right: 0;
  }

  footer .menu {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  footer .menu li {
    position: relative;
    display: block;
  }

  footer .menu li a {
    font-size: 13px;
    font-weight: bold;
    padding-left: 15%;
    display: block;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  footer .menu li:first-child a {
    padding: 0;
    margin-left: 5%;
  }

  footer .menu li:before {
    width: 19px;
    position: absolute;
    display: inline-block;
    top: 50%;
    margin: -10px 15px 0 0;
    left: 12px;
    content: '';
    display: inline-block;
    vertical-align: middle;
  }

  footer .menu01 li:first-child:before {
    background: none;
  }

  footer .menu01 li:nth-child(2):before {
    height: 21px;
    background: url(../img/nav_icon00.png) no-repeat center;
    background-size: contain;
  }

  footer .menu01 li:nth-child(3):before {
    height: 23px;
    background: url(../img/nav_icon01.png) no-repeat center;
    background-size: contain;
  }

  footer .menu01 li:nth-child(4):before {
    height: 22px;
    background: url(../img/nav_icon02.png) no-repeat center;
    background-size: contain;
  }

  footer .menu01 li:nth-child(5):before {
    height: 22px;
    background: url(../img/nav_icon03.png) no-repeat center;
    background-size: contain;
  }

  footer .menu01 li:nth-child(6):before {
    height: 22px;
    background: url(../img/nav_icon04.png) no-repeat center;
    background-size: contain;
  }

  footer .menu01 li:nth-child(7):before {
    height: 22px;
    background: url(../img/nav_icon05.png) no-repeat center;
    background-size: contain;
  }

  footer .menu02 li:first-child a {
    margin-left: 0;
    padding-left: 15%;
  }

  footer .menu02 li:nth-child(2):before {
    height: 22px;
    background: url(../img/door_f.png) no-repeat center;
    background-size: contain;
  }

  footer .menu02 li:nth-child(6):before {
    height: 18px;
    background: url(../img/building_f.png) no-repeat center;
    background-size: contain;
  }

  footer .menu02 li:nth-child(3):before {
    height: 18px;
    background: url(../img/letter_f.png) no-repeat center;
    background-size: contain;
  }

  footer .menu02 li:nth-child(4):before {
    height: 21px;
    background: url(../img/open-access_f.png) no-repeat center;
    background-size: contain;
  }

  footer .menu02 li:nth-child(5):before {
    height: 12px;
    background: url(../img/envelope.png) no-repeat center;
    background-size: contain;
    margin-top: -7px;
  }

  footer .menu02 li:nth-child(1):before {
    height: 19px;
    background: url(../img/register.png) no-repeat center;
    background-size: contain;
    margin-top: -10px;
  }

  footer .sns_cont {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  footer .sns_cont li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1%;
    width: 10%;
  }

  footer .page_top {
    width: 14%;
    margin: 20px auto 0;
    text-align: center;
  }

  footer .copyright {
    width: 92%;
    margin: 0 auto;
    text-align: center;
    font-size: 8px;
    padding: 10px 4% 20px;
    font-family: Arial, "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    border-top: solid 1px #797979;
  }

  /*------------------------------

下層ページ 共通CSS

------------------------------*/
  .page {
    margin-top: 48px;
  }

  .page header {
    position: relative;
  }

  .page .main_bg {
    background: #fcfaf8;
  }

  .page .main_bg main {
    margin: 0 auto;
    margin-top: 0;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .page .key .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 200px;
  }

  .page .key h1 {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    color: #fff;
    font-weight: bold;
    padding: 5%;
  }

  .page .key h1 .main_ttl {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
  }

  .page .key h1 .main_ttl span {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
  }

  .page .key h1 .sub_ttl {
    margin-top: 0;
  }

  .page .detail_office main .section_ttl span {
    background: linear-gradient(transparent 80%, #cee0d9 0%);
    background-position-y: 25px;
  }

  .page main {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 20%;
  }

  .page main .cont {
    clear: both;
    padding: 0 4%;
    margin: 0 auto 10%;
  }

  .page main .cont:last-child {
    margin-bottom: 0;
  }

  .page main .section_ttl {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    height: auto;
    margin-bottom: 20px;
  }

  .page main .section_ttl span {
    position: absolute;
    top: 5px;
    background: linear-gradient(transparent 80%, #e3e1e1 0%);
    margin: 0;
  }

  .page main .section_ttl:after {
    display: none;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #797979;
    position: absolute;
    bottom: 0;
  }

  .page main .txt_margin {
    margin-top: 20px;
  }

  .page main .second_ttl {
    position: relative;
    padding: 0 5%;
    border-left: 3px solid #797979;
    font-size: 18px;
    height: 50px;
  }

  .page main .second_ttl span {
    position: absolute;
    top: 10px;
    font-weight: 600;
  }

  .page main .attention {
    border: solid 1px #797979;
    padding: 4%;
  }

  .page section {
    margin-bottom: 10%;
  }

  .page section:last-child {
    margin-bottom: 0;
  }

  .contact main .section_ttl span,
  .privacy main .section_ttl span,
  .kiyaku main .section_ttl span,
  .profile main .section_ttl span {
    background-position-y: -5px;
  }

  /*
 guide
---------------------------------------- */
  .guide {
    /*kiyaku*/
  }

  .guide table {
    margin-top: 3%;
  }

  .guide table tr {
    border-bottom: dashed 1px #DDD;
  }

  .guide table th {
    padding: 5%;
    vertical-align: top;
  }

  .guide table td {
    padding: 5%;
  }

  .guide ol {
    list-style: decimal;
    margin-left: 20px;
    margin-top: 10px;
  }

  .guide .day {
    padding: 0 4%;
    text-align: left;
  }

  .guide .second_ttl_long {
    line-height: 1.3;
  }

  .guide main .second_ttl span {
    top: 10px;
    background: linear-gradient(transparent 60%, #fff 0%);
  }

  .guide main iframe {
    margin-top: 2%;
  }

  .profile table th {
    display: block;
    padding: 5% 0 2%;
  }

  .profile table td {
    display: block;
    padding: 0 0 5%;
  }

  /*
 contact
---------------------------------------- */
  .contact .form_tab {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact .form_tab .btn {
    width: 50%;
    text-align: center;
    border-bottom: solid 1px #797979;
  }

  .contact .form_tab .btn a {
    padding: 15px;
    display: block;
    font-size: 17px;
    font-weight: bold;
  }

  .contact .form_tab .btn_active {
    background: #e0e0e0;
    font-weight: bold;
  }

  .contact .info {
    margin: 20px 0 0;
  }

  .contact .tel_number {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .contact .fax_dl {
    font-size: 16px;
    position: relative;
  }

  .contact .fax_dl p {
    float: left;
    margin-right: 10px;
  }

  .contact .items_flame {
    margin: 40px 0;
  }

  .contact .items_cont .cont {
    padding: 0;
  }

  .contact .items_cont .ttl {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .contact .items_cont .sample {
    font-size: 0;
    margin-top: 20px;
    background: #fff;
  }

  .contact .items_cont .sample .box {
    width: 80px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .contact .items_cont .sample .box .img {
    position: relative;
    height: 80px;
  }

  .contact .items_cont .sample .box img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
  }

  .contact .items_cont .sample .box:nth-child(2n) {
    margin-right: 0;
  }

  .contact .items_cont .sample .box:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

  .contact .items_cont .sample .text {
    font-size: 13px;
    text-align: center;
  }

  .contact .items_cont .sample .text .title {
    font-size: 15px;
    margin: 10px 0;
  }

  .contact .items_cont .sample .box.sp-on {
    display: none;
  }

  .contact .items_cont .sample:last-child {
    margin-bottom: 0;
  }

  .contact .items_cont .simple li {
    display: inline-block;
    vertical-align: top;
  }

  .contact .items_cont:nth-child(odd) {
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .contact span.must {
    color: #E54548;
  }

  .contact table {
    width: 100%;
    margin-top: 3%;
  }

  .contact table tr {
    border-bottom: dashed 1px #DDD;
  }

  .contact table th {
    font-size: 15px;
    padding: 5% 0 2%;
    vertical-align: top;
    display: block;
  }

  .contact table td {
    padding: 0 0 5%;
    display: block;
  }

  .contact table td.mail_middle span {
    padding: 0 6px;
    color: #333;
  }

  .contact table .info_item {
    display: block;
    vertical-align: top;
  }

  .contact table .info_item .img {
    margin-top: 2%;
  }

  .contact table .info_item .img img {
    width: 100%;
  }

  .contact table .info_item:first-child {
    margin-bottom: 10%;
  }

  .contact table input {
    width: 100%;
    padding: 10px;
    font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    border: solid 1px #DDD;
  }

  .contact table input.mail_conf {
    width: 100%;
  }

  .contact table input.mail_short {
    width: 46%;
  }

  .contact table textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    border: solid 1px #DDD;
    font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  }

  .contact table span {
    color: #E54548;
  }

  .contact .contact_btn {
    text-align: center;
    margin-top: 20px;
  }

  .contact .contact_btn input {
    background-color: #797979;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  }

  .contact .contact_btn input:first-child {
    margin-right: 10px;
  }

  .contact .contact_btn input.submit_btn {
    padding: 10px;
    width: 150px;
    border: solid 1px #DDD;
  }

  .contact .return_btn {
    text-align: center;
    margin-top: 20px;
  }

  .contact .return_btn a {
    background-color: #797979;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    width: 150px;
    padding: 10px;
  }

  .contact table.confirm {
    width: 96% !important;
  }

  .contact table.confirm tr th {
    width: 90%;
  }

  .contact table.confirm tr td {
    width: 90%;
  }

  /*
 clip
---------------------------------------- */
  .professional .key {
    background: url(../img/clip_key.jpg);
    background-size: cover;
  }

  .professional .category {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10%;
    font-size: 0;
  }

  .professional .category li {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-right: solid 2px #d1d1d1;
    font-size: 13px;
    font-weight: bold;
  }

  .professional .category li:nth-child(4),
  .professional .category li:last-child {
    border-right: none;
  }

  .professional .img_box img {
    width: 100%;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .professional main .cont {
    padding: 0;
    margin: 0 5px;
  }

  .professional main section {
    text-align: center;
  }

  .professional .cont {
    width: 46%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }

  .professional .text_cont {
    width: 90%;
    height: 210px;
    margin: 0 auto;
    position: relative;
    top: -20px;
    padding: 7%;
    background: #fff;
    text-align: left;
  }

  .professional .text_cont .box_ttl {
    /* font-family: YuMincho, "Yu Mincho", serif; */
    font-size: 16px;
  }

  .professional .text_cont .name {
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .professional .text_cont.pc-on {
    display: none;
  }

  .professional .text_cont:before,
  .professional .text_cont:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    display: inline-block;
  }

  .professional .text_cont:before {
    border-right: solid 1px #dddddd;
    border-top: solid 1px #dddddd;
    top: 3%;
    right: 3%;
  }

  .professional .text_cont:after {
    border-left: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    bottom: 3%;
    left: 3%;
  }

  .professional .textOverflow {
    overflow: hidden;
    height: 100px;
  }

  .professional table.recommend_cont {
    width: 95%;
    margin: 0 auto;
  }

  .professional table.recommend_cont th,
  .professional table.recommend_cont td {
    padding: 10px;
    border-bottom: solid 1px #dddddd;
  }

  .professional table.recommend_cont th {
    text-align: center;
    font-weight: bold;
  }

  .professional table.recommend_cont th span {
    background: linear-gradient(transparent 60%, #dbe4e9 0%);
    background-position-y: 14px;
  }

  .professional table.recommend_cont td {
    width: 200px;
    text-align: left;
  }

  .professional table.recommend_cont td.head {
    width: 5%;
    font-weight: bold;
    text-align: center;
  }

  .professional table.recommend_cont td.line {
    border-right: solid 1px #dddddd;
  }

  .professional table.recommend_cont td:nth-child(3) {
    padding-left: 50px;
  }

  .item .key {
    position: relative;
    background: url(../img/item_key.jpg);
    background-size: cover;
  }

  .item .key a {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #9b72b0;
    color: #fff;
    font-weight: bold;
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 11px;
    z-index: 1000;
  }

  .item .key h1 {
    top: 40%;
  }

  .item .key h1 .main_ttl {
    font-size: 24px;
  }

  .item .maker_link li {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    border: solid 1px #666;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .item .maker_link li a {
    display: inline-block;
  }

  .item .maker_link li:before {
    content: '▶︎';
    display: inline-block;
    vertical-align: middle;
    font-size: 3px;
  }

  .item .professional .makert_ttl {
    padding: 0 4%;
  }

  .item .professional .cont {
    padding: 0;
    margin: 0 5px;
  }

  .item .sample {
    font-size: 0;
    margin-bottom: 60px;
  }

  .item .sample .box {
    width: 48%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 10%;
  }

  .item .sample .box .img {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 190px;
  }

  .item .sample .box .img::before {
    display: block;
    content: "";
    padding-top: 100%;
  }

  .item .sample .box .img a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .item .sample .box img {
    width: 100%;
    height: auto;
  }

  .item .sample .box .lavel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 11px;
    background: #010343;
    color: #dfb624;
    padding: 5px 10px;
  }

  .item .sample .box:nth-child(odd) {
    margin-right: 4%;
  }

  .item .sample .box:last-child {
    margin-bottom: 0;
  }

  .item .sample .text {
    font-size: 13px;
  }

  .item .sample .text .title {
    font-size: 17px;
    margin: 10px 0;
  }

  .item .sample .box.pc-on {
    display: none;
  }

  .item .sample:last-child {
    margin-bottom: 0;
  }

  .detail .slider {
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0;
    margin-top: 4%;
    display: inline-block;
    vertical-align: top;
  }

  .detail .slider img {
    min-width: 0;
    min-height: 0;
  }

  .detail .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: 10px;
  }

  .detail .text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .detail .text strong {
    font-weight: bold;
  }

  .detail .text .ttl_box {
    display: inline-block;
  }

  .detail .text .ttl_box ul {
    font-size: 0;
    margin-bottom: 20px;
    border-bottom: solid 1px #aa9379;
  }

  .detail .text .ttl_box ul .ttl {
    position: relative;
    top: 5px;
    font-size: 16px;
    color: #aa9379;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .detail .text .ttl_box ul li {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    margin-right: 12px;
  }

  .detail .text .ttl_box ul li img {
    font-size: 0;
  }

  .detail .text .ex {
    margin-bottom: 5%;
  }

  .detail .text .memo {
    margin-top: 10%;
  }

  .detail .text .memo span {
    color: #aa9379;
    display: block;
  }

  .detail .text .memo strong {
    font-weight: bold;
  }

  .detail .sample02 {
    font-size: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .detail .sample02 .box {
    position: relative;
    overflow: hidden;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10%;
  }

  .detail .sample02 .box .box_txt {
    font-size: 12px;
    margin-top: 5px;
    text-align: right;
  }

  .detail .sample02 .box .img {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 190px;
  }

  .detail .sample02 .box .img .pc-on {
    display: none;
  }

  .detail .sample02 .box .img img {
    width: calc(60vmin - 60px);
    height: calc(60vmin - 60px);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .detail .sample02 .box .text {
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 8px;
    z-index: 2;
    width: calc(60vmin - 75px);
    height: calc(60vmin - 75px);
    padding: 5%;
    background: rgba(255, 255, 255, 0.8);
    transition: .3s;
    opacity: 1;
  }

  .detail .sample02 .box .text .title {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
  }

  .detail .sample02 .box img {
    width: 100%;
  }

  .detail .sample02 .box:nth-child(odd) {
    margin-right: 4%;
  }

  .detail .sample02 .box:last-child {
    margin-bottom: 0;
  }

  .detail .sample02 .box:hover .text {
    opacity: 1;
  }

  .detail .more_btn {
    width: 100%;
    border: solid 1px #333;
    text-align: center;
    margin: 0 auto;
  }

  .detail .more_btn a {
    padding: 10px;
    display: block;
  }

  .detail .question_box {
    margin-top: 20px;
  }

  .detail .question_box .box {
    width: 100%;
    display: block;
    vertical-align: top;
    margin-bottom: 10% !important;
  }

  .detail .question_box .box .ttl {
    font-size: 17px;
    font-weight: bold;
  }

  .detail .question_box .box .ttl span {
    background: linear-gradient(transparent 70%, #cee0d9 0%);
  }

  .detail .question_box .box:nth-child(even) {
    margin-right: 0;
  }

  .detail .question_box .box:nth-last-child(2) {
    margin-bottom: 0;
  }

  .detail .question_box .box:last-child {
    margin-bottom: 0;
  }

  .detail .sample {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .detail .sample .box .text {
    width: 100%;
  }

  .detail .h2_box {
    display: block;
  }

  .detail .h2_box .section_ttl {
    width: 100%;
  }

  .detail .contact_box {
    padding-bottom: 10%;
  }

  .detail .contact_box .name a {
    color: #000;
  }

  .detail .contact_box .back_btn a {
    color: #73ad97;
    border: solid 1px #73ad97;
    margin-bottom: 4%;
  }

  .detail .contact_box .contact_btn a {
    background: #73ad97;
    border: solid 1px #73ad97;
  }

  .detail .contact_box a {
    width: 100%;
    padding: 8px 30px;
    display: block;
    color: #fff;
    text-align: center;
    float: right;
  }

  .detail .bukken_box {
    margin-top: 30px;
  }

  .detail .bukken .txt {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }

  .detail .bukken .maker {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .detail .bukken .maker .ttl {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
  }

  .detail .bukken .maker .ttl span {
    color: #797979;
  }

  .detail_index .key {
    background: #f2f2f2;
  }

  .detail_index .key h1 {
    color: #000;
  }

  .detail_index .serch_box {
    font-size: 16px;
  }

  .detail_index .serch_box .left_box {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .detail_index .serch_box .left_box .place {
    width: 48%;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .detail_index .serch_box .left_box .place:before {
    content: url(../img/architects_01.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 39px;
  }

  .detail_index .serch_box .right_box .choose {
    border-bottom: solid 1px #999;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .detail_index .serch_box .right_box .choose:before {
    content: url(../img/architects_02.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 39px;
  }

  .detail_index .serch_box .right_box .input_box {
    font-size: 13px;
    font-weight: bold;
  }

  .detail_index .serch_box .right_box .input_box img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }

  .detail_index .serch_box .custom {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
  }

  .detail_index .serch_box .custom_short {
    width: 82%;
  }

  .detail_work .h2_box {
    display: block;
  }

  .detail_work .h2_box .section_ttl {
    width: 100%;
  }

  .detail_work .section_ttl span {
    background: none !important;
  }

  .detail_work .second_ttl span {
    background: none !important;
  }

  .detail_work .box_txt {
    margin: 5px 0;
    text-align: right;
  }

  .detail_work .slider img {
    width: auto;
    height: 200px;
    margin: 0 auto;
  }

  .detail_work .contact_box {
    position: relative;
    z-index: 1000;
  }

  .detail_office .slider {
    position: relative;
    height: 260px;
    background: #fff;
  }

  .detail_office .slider.landSingle {
    margin-bottom: 20px;
    overflow: hidden;
  }

  .detail_office .slider li {
    height: 260px;
  }

  .detail_office .slider img {
    margin: 0 auto;
    position: relative;
    left: 50%;
    /* -webkit-transform: translate(-50%, -50%);
      
      transform: translate(-50%, -50%); */
    margin-top: 130px;
  }

  .detail_office .slider .caption {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    text-align: left;
  }

  .detail_office .modalwindow .modal_content {
    margin-top: 55px;
  }

  .detail_office .modalwindow .close_modal {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 30px;
    padding: 10px;
    display: block;
    color: #fff;
    line-height: 1;
  }

  .detail_office .modalwindow .close_modal:hover {
    color: #f7f7f7;
  }

  .detail_office .modalwindow .inline_content .img_content {
    margin: 0 auto;
  }

  .detail_office .modalwindow .inline_content .img_content .box {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
  }

  .detail_office .modalwindow .inline_content .img_content .box img {
    margin: 0 auto;
    text-align: center;
  }

  .detail_office .modalwindow .inline_content .txt_only {
    margin-top: 10px;
    font-size: 12px;
  }

  .detail_office .open_modal {
    display: block;
    cursor: pointer;
  }

  .detail_office .relate {
    margin-top: 20px;
  }

  .detail_office .relate li {
    margin-bottom: 10px;
  }

  /*
 template
---------------------------------------- */
  .template ul {
    margin: 1em 0;
    padding-left: 40px;
    list-style-type: disc;
  }

  .template ol {
    margin: 1em 0;
    padding-left: 40px;
    list-style-type: decimal;
  }

  .template strong {
    font-weight: bold;
  }

  .template i,
  .template cite,
  .template em,
  .template var,
  .template address,
  .template dfn {
    font-style: italic;
  }

  .template sup {
    vertical-align: super;
  }

  .template sub {
    vertical-align: sub;
  }

  .template h1 {
    font-size: 48px;
  }

  .template h2 {
    font-size: 24px;
  }

  .template h3 {
    font-size: 16px;
  }

  .template h4,
  .template h5,
  .template h6 {
    font-size: 12px;
  }

  .template .template_ttl {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 1px #333333;
    margin-bottom: 10%;
  }

  .template .template_ttl span {
    font-size: 13px;
    display: block;
  }

  .template .why_ttl {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    border-bottom: solid 1px #333333;
    margin-bottom: 10%;
  }

  .template .main_img {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .template .main_img img {
    width: 100%;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    margin: 0 auto;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
  }

  .template .main_img .img_unique {
    transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
  }

  .template .main_img .img_tate img {
    width: 100%;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .template .main_img .box {
    margin-bottom: 10%;
    text-align: center;
  }

  .template .main_img .box .name {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.5;
  }

  .template .main_img .box .name span {
    display: block;
    font-size: 10px;
  }

  .template .ttl_line {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #333;
    margin-bottom: 35px;
  }

  .template .small_box .img {
    margin-bottom: 5%;
    font-size: 16px;
  }

  .template .small_box .img span {
    display: block;
    font-size: 10px;
  }

  .template .small_box .img img {
    width: 210px;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .template .small_box .text {
    width: 100%;
    display: block;
    vertical-align: top;
  }

  .template .ttl_simple {
    font-size: 18px;
    font-weight: bold;
  }

  .template .ttl_simple span {
    font-size: 16px;
  }

  .template .name {
    font-size: 10px;
    padding-top: 5px;
    line-height: 1.5;
    text-align: left;
  }

  .template .name span {
    display: block;
  }

  .template .text_center {
    text-align: center;
  }

  .template .text_left {
    text-align: left;
  }

  .template .large_box img {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
  }

  .template .large_box img:last-child {
    margin-right: 0;
  }

  .template .large_box .text {
    margin-bottom: 2%;
  }

  .template .img_box {
    text-align: center;
  }

  .template .yu-min_ttl {
    font-family: 'Yu Mincho', serif;
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    padding-bottom: 0;
  }

  .template .recomend_cont {
    width: 90%;
    background: #fff;
    padding: 5% !important;
  }

  .template01 .main_img .img_tate img {
    height: 220px;
  }

  .template01 .img_box02 .img_box01_img {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
  }

  .template01 .img_box02 .img_box01_img img {
    width: 100%;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    margin-right: 10px;
  }

  .template01 .img_box02 .img_box01_img:last-child img {
    margin-right: 0;
  }

  .template01 .name {
    margin-top: 2%;
    font-size: 10px;
    text-align: left;
    line-height: 1.5;
  }

  .template01 .name span {
    display: block;
  }

  .template02 .main_text {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5%;
  }

  .template02 .main_text .title {
    font-size: 18px;
    font-weight: bold;
  }

  .template02 .main_img {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .template02 .main_img .img {
    width: 48%;
    float: left;
  }

  .template02 .main_img .img:first-child {
    margin-right: 4%;
  }

  .template02 .main_img .img:nth-child(3) {
    margin: -120px 4% 0 0;
  }

  .template02 .main_img img {
    margin-bottom: 10px;
    width: 100%;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .template02 .main_img .name {
    position: relative;
    bottom: 10px;
    width: 100%;
    font-size: 10px;
    padding-top: 5px;
    line-height: 1.5;
  }

  .template02 .main_img .name span {
    display: block;
  }

  .template02 .main_img .img_tate img {
    height: 230px;
  }

  .template02 .img_box01_img {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-right: 1%;
  }

  .template02 .img_box01_img img {
    width: 100%;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    margin-bottom: 2%;
  }

  .template03 .main_img {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .template03 .main_img img {
    height: 220px;
  }

  .template03 .img_box01_img {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-right: 1%;
  }

  .template03 .img_box01_img img {
    width: 100%;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .template03 .img_tate img {
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .template04 .cont_two {
    width: 100%;
  }

  .template04 .cont_two .title {
    font-size: 18px;
    font-weight: bold;
  }

  .template04 .cont_two .text {
    margin-bottom: 5%;
  }

  .template04 .cont_two img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .template04 .cont_two .img_box02 img {
    height: 220px;
  }

  .template04 .cont_two02 {
    margin-top: 10px;
  }

  .template04 .cont_two02 .img_box02 {
    font-size: 0;
    text-align: center;
  }

  .template04 .img_box01_img {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 0 3px;
    font-size: 0;
    text-align: center;
  }

  .template04 .img_box01_img img {
    width: 100%;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .template04 .name {
    margin: 0 auto;
    margin: 0 0 7%;
    font-size: 10px;
  }

  .template05 .cont_two {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .template05 .cont_two .title {
    font-size: 18px;
    font-weight: bold;
  }

  .template05 .cont_two .text {
    margin-bottom: 10%;
  }

  .template05 .cont_two img {
    margin: 0 auto;
    margin-bottom: 2%;
  }

  .template05 .cont_two02 .text {
    margin-bottom: 5%;
  }

  .template05 .cont_two02 img {
    margin-bottom: 2%;
  }

  .template05 .box {
    margin-bottom: 7%;
  }

  .template05 .img_box01_img {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 1%;
  }

  .template05 .img_box01_img img {
    width: 100%;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .template05 .name {
    margin: 0 auto;
    font-size: 10px;
  }

  /*
 house
---------------------------------------- */
  .construction_index .key {
    position: relative;
    background: url(../img/house_key.jpg) center;
    background-size: cover;
  }

  .construction_index .key h1 {
    margin-top: -40px;
  }

  .construction_index .key a {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #9b72b0;
    color: #fff;
    font-weight: bold;
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 11px;
  }

  .construction_index .category {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10%;
    font-size: 0;
    text-align: center;
  }

  .construction_index .category li {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-right: solid 2px #d1d1d1;
    font-size: 13px;
    font-weight: bold;
  }

  .construction_index .category li:last-child {
    border-right: none;
  }

  .construction_index .house_ttl {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    border-left: solid 1px #797979;
    height: 54px;
  }

  .construction_index .house_ttl:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #797979;
    bottom: 0;
  }

  .construction_index .number {
    position: absolute;
    top: 10px;
    left: 20px;
    line-height: 1;
    background: linear-gradient(transparent 80%, #f2e7da 0%);
    background-position-y: 25px;
  }

  .construction_index .number .num {
    font-size: 25px;
    display: inline-block;
    color: #b7a187;
    font-family: "Dancing Script", cursive;
    position: relative;
    text-align: center;
  }

  .construction_index .number .num:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    border-bottom: 1px #b7a187 solid;
    bottom: 2px;
    left: 30px;
  }

  .construction_index .number .txt {
    width: 140px;
    display: inline-block;
    padding-left: 40px;
    font-size: 16px;
    color: #333;
    font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
  }

  .construction_index .number .txt02 {
    width: 160px;
  }

  .construction_index .number .min-txt {
    display: block;
    padding-left: 90px;
    margin-top: 10px;
    line-height: 1.5;
  }

  .construction_index .sample {
    font-size: 0;
    margin-top: 20px;
  }

  .construction_index .sample .box {
    width: 48%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 10%;
  }

  .construction_index .sample .box .img {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 190px;
  }

  .construction_index .sample .box .img::before {
    display: block;
    content: "";
    padding-top: 100%;
  }

  .construction_index .sample .box .img a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .construction_index .sample .box img {
    width: 100%;
    height: auto;
  }

  .construction_index .sample .box .lavel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 11px;
    background: #010343;
    color: #dfb624;
    padding: 5px 10px;
  }

  .construction_index .sample .box:nth-child(odd) {
    margin-right: 4%;
  }

  .construction_index .sample .box:last-child {
    margin-bottom: 0;
  }

  .construction_index .sample .text {
    font-size: 13px;
  }

  .construction_index .sample .text .title {
    font-size: 17px;
    margin: 10px 0;
  }

  .construction_index .sample .box.pc-on {
    display: none;
  }

  .construction_index .sample:last-child {
    margin-bottom: 0;
  }

  /*
 items
---------------------------------------- */
  .items_index .key {
    position: relative;
    background: url(../img/house_key.jpg) center;
    background-size: cover;
  }

  .items_index .key h1 {
    margin-top: -40px;
  }

  .items_index .key a {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #9b72b0;
    color: #fff;
    font-weight: bold;
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 11px;
  }

  .items_index .category {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 0;
    text-align: center;
  }

  .items_index .category li {
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-right: solid 2px #d1d1d1;
    font-size: 13px;
    font-weight: bold;
  }

  .items_index .category li:hover {
    background: #e6edf1;
  }

  .items_index .category li:last-child {
    border-right: none;
  }

  .items_index .house_ttl {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    border-left: solid 1px #797979;
    height: 54px;
  }

  .items_index .house_ttl:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #797979;
    bottom: 0;
  }

  .items_index .number {
    position: absolute;
    top: 10px;
    left: 20px;
    line-height: 1;
    background: linear-gradient(transparent 70%, #e2c7d5 0%);
  }

  .items_index .number .num {
    font-size: 25px;
    display: inline-block;
    color: #b7a187;
    font-family: "Dancing Script", cursive;
    position: relative;
    text-align: center;
  }

  .items_index .number .num:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    border-bottom: 1px #b7a187 solid;
    bottom: 2px;
    left: 42px;
  }

  .items_index .number .txt {
    display: inline-block;
    font-size: 16px;
    color: #333;
    font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
  }

  .items_index .number .txt02 {
    width: 160px;
  }

  .items_index .number .min-txt {
    display: block;
    padding-left: 90px;
    margin-top: 10px;
    line-height: 1.5;
  }

  .items_index .sample {
    font-size: 0;
    margin-top: 20px;
    background: #fff;
    padding: 10px;
    text-align: center;
  }

  .items_index .sample .box {
    width: 127px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 60px;
  }

  .items_index .sample .box .img {
    position: relative;
    height: 80px;
  }

  .items_index .sample .box img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
  }

  .items_index .sample .box:nth-child(2n) {
    margin-right: 0;
  }

  .items_index .sample .box:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

  .items_index .sample .text {
    font-size: 13px;
    text-align: center;
  }

  .items_index .sample .text .title {
    font-size: 15px;
    margin: 10px 0;
  }

  .items_index .sample .box.sp-on {
    display: none;
  }

  .items_index .sample:last-child {
    margin-bottom: 0;
  }

  .clip.item.detail.detail_office .text .ex-tit {
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 4px;
    margin-bottom: 20px;
    font-size: 16px;
    margin-top: 20px;
  }

  .clip.item.detail.detail_office .section_ttl {
    padding-bottom: 0;
    border: none;
  }

  .clip.item.detail.detail_office .section_ttl span {
    width: 100%;
    position: relative;
    background: none;
  }

  .clip.item.detail.detail_office .section_ttl:after {
    display: none;
  }

  .clip.item.detail.detail_office .txt_margin {
    margin-top: 0;
  }
}

/*土地を隠す*/
.g_navi li:first-child {
  /* display: none; */
}

.menu.menu01 li:nth-child(2) {
  /* display: none; */
}


.landSlide2 .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #ccc;
}

.detail_work #slider4 {
  height: auto !important;
}

#slider4 img {
  width: auto !important;
  height: auto !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

#slider4 li {
  height: 176px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}


.img-dis-text {
  position: absolute;
  display: block;
  padding: 10px 3%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
}

.detail_work #slider2 li {
  text-align: center;
}

.detail_work #slider2 li span {
  position: relative;
}

@media (max-width: 767px) {
  .img-dis-text {
    bottom: -1px;
    padding-bottom: 20px;
  }
}

.builder_name {
  margin-top: 10px;
}

.builder_name span {
  font-weight: bold;
}

.c-pagination {
  margin-bottom: 70px;
}

.c-pagination__list {
  text-align: center;
}

.c-pagination__list li {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}

.c-pagination__list li a {
  color: #61c0b2;
}

.word-box {
  display: flex;
  align-items: center;
  width: 300px;
}

.word-box input {
  width: 250px;
  padding: 10px;
  font-size: 16px;
}

.word-box input[type="text"]:focus {
  outline: 0;
}

.word-box button {
  width: 42px;
  height: 42px;
  background-color: #61c0b2;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background-image: url(../img/icon_search_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.search-word {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .word-box {
    width: 100%;
  }

  .word-box input {
    width: calc(100% - 42px);
    border: none;
    border-radius: 0;
    outline: none;
    border: 1px solid #ccc;
  }
}

.toti-head {
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  background-color: #61c0b2;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .toti-head {
    font-size: 14px;
    padding: 4px;
  }

  .detail_office .slider {
    height: auto;
  }

  .detail_office .slider li {
    height: auto;
  }

  .detail_office .slider img {
    left: inherit;
    margin-top: 0;
  }
}


/*# sourceMappingURL=maps/style.css.map */
