@charset "UTF-8";
/*!***************************************************************
 *  reset
 ****************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  border: none;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Times New Roman" , 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000000;
  letter-spacing: 0.2rem;
}

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

p:not(:last-child) {
  margin-bottom: 1em;
}

a {
  color: #d4bf94;
  text-decoration: none;
}

a:hover {
  color: #eae0cb;
  text-decoration: underline;
}

a.disabled {
  color: #ccc;
}

a.disabled:hover {
  text-decoration: none;
}

label, input[type=radio], input[type=checkbox], input[type=file], select {
  cursor: pointer;
}

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

input, textarea {
  padding-left: 10px;
  padding-right: 10px;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

pre {
  margin-bottom: 20px;
}

code {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 320px;
    font-size: 1.2rem;
  }
}

/*!***************************************************************
 *  見出し
 ****************************************************************/
.ttl_01 {
  font-size: 1.0rem;
  position: absolute;
  top: 10px;
  left: 20px;
  max-width: calc(100% - 675px);
}

@media only screen and (max-width: 1199px) {
  .ttl_01 {
    width: calc(100% - 20px);
    max-width: 100%;
    position: static;
    font-size: 0.8rem;
    letter-spacing: 0;
    margin-top: 10px;
    margin-left: 10px;
  }
}

.ttl_02 {
  font-size: 5rem;
  margin-bottom: 80px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
}

.ttl_02 span {
  font-size: 2rem;
  display: block;
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-top: 30px;
  color: #989898;
}

@media only screen and (max-width: 767px) {
  .ttl_02 {
    margin-bottom: 60px;
    font-size: 3rem;
  }
  .ttl_02 span {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}

.ttl_03 {
  font-size: 2.4rem;
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.4;
  margin-bottom: 40px;
  font-weight: bold;
}

.ttl_03 span {
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  margin-bottom: 20px;
  display: inline-block;
  padding-bottom: 4px;
  color: #d4bf94;
  border-bottom: 1px dashed #d4bf94;
  position: relative;
  padding-left: 0.8em;
}

.ttl_03 span::before {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #d4bf94;
  border-radius: 100%;
}

.ttl_03.ttl_03_bg {
  background: #fbfaf7;
  border-bottom: 1px solid #d4bf94;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .ttl_03 {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .ttl_03 span {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.ttl_04 {
  font-size: 1.8rem;
  border-bottom: 1px solid #f6f2ea;
  margin-bottom: 60px;
  padding-bottom: 15px;
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  font-weight: bold;
}

.ttl_04 span {
  color: #d4bf94;
  font-size: 3.6rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .ttl_04 {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .ttl_04 span {
    font-size: 2.2rem;
    display: block;
    margin-right: 0;
  }
}

.ttl_05 {
  font-size: 2rem;
  margin-bottom: 30px;
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  font-weight: bold;
  color: #d4bf94;
}

@media only screen and (max-width: 767px) {
  .ttl_05 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.ttl_06 {
  background: #fbfaf7;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px;
  vertical-align: middle;
  margin-bottom: 20px;
}

.ttl_06 span {
  font-weight: normal;
  display: block;
}

@media only screen and (max-width: 767px) {
  .ttl_06 {
    margin-bottom: 20px;
  }
}

.ttl-base-font {
  color: #000000;
}

.ttl-base-font2 {
  color: #989898;
}

.ttl-primary {
  color: #d4bf94;
}

.ttl-secondary {
  color: #baa882;
}

.ttl-base_bg {
  color: #fbfaf7;
}

.ttl-white {
  color: white;
}

.ttl-border {
  color: #f6f2ea;
}

.ttl-light_gray {
  color: #fafafa;
}

/*!***************************************************************
 *  ボタンスタイル
 ****************************************************************/
.m-btn {
  text-align: center;
  display: block;
  background-color: #f6f2ea;
  color: #baa882;
  border-left: 1px solid #f6f2ea;
  border-right: 1px solid #f6f2ea;
  font-size: 1.4rem;
  width: 300px;
  max-width: 100%;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  position: relative;
}

.m-btn:after {
  content: '';
  height: 100%;
  width: 0;
  vertical-align: middle;
  display: inline-block;
}

.m-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  background: #baa882;
  transition: all .3s;
}

.m-btn:hover {
  text-decoration: none;
  background: transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #baa882;
}

.m-btn:hover::before {
  width: calc(100% - 48px);
}

.m-btn.btn-base-font {
  background-color: #000000;
}

.m-btn:hover {
  background: transparent;
}

.m-btn.btn-base-font2 {
  background-color: #989898;
}

.m-btn:hover {
  background: transparent;
}

.m-btn.btn-primary {
  background-color: #d4bf94;
  color: #baa882;
}

.m-btn:hover {
  background: transparent;
}

.m-btn.btn-secondary {
  background-color: #baa882;
  color: #baa882;
}

.m-btn:hover {
  background: transparent;
}

.m-btn.btn-base_bg {
  background-color: #fbfaf7;
  color: #baa882;
}

.m-btn:hover {
  background: transparent;
}

.m-btn.btn-white {
  background-color: white;
  color: #baa882;
}

.m-btn:hover {
  background: transparent;
}

.m-btn.btn-border {
  background-color: #f6f2ea;
  color: #baa882;
}

.m-btn:hover {
  background: transparent;
}

.m-btn.btn-light_gray {
  background-color: #fafafa;
  color: #baa882;
}

.m-btn:hover {
  background: transparent;
}

.m-btn.btn-disabled {
  cursor: default;
  background-color: #d1d1d1;
  outline: none;
}

.m-btn.btn-disabled:hover {
  opacity: 1;
}

.m-btn.btn-thin {
  padding: 4px 20px;
}

.m-btn.btn-arrow {
  position: relative;
}

.m-btn.btn-arrow:after {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  right: .5em;
  content: '\f105';
  width: 10px;
  height: 14px;
  border-radius: 100%;
  font-weight: bold;
  margin-top: -7px;
}

.m-btn.btn-flex {
  width: auto;
  display: inline-block;
}

.m-btn.btn-line {
  background: none;
  color: #000000;
  width: auto;
  text-align: left;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
}

.m-btn.btn-line:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 20px;
  height: 1px;
  background: #484852;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-btn.btn-line:hover {
  color: #000000;
}

.m-btn.btn-line:hover:before {
  left: -15px;
  width: 35px;
}
.cv_contact .btn-primary{
  color: white;
}
.cv_contact .btn-primary:hover{
  color: #baa882;
}

.m-btn.btn-f-contact {
  text-align: left;
  font-size: 2rem;
  margin: 0 auto;
  width: auto;
  display: inline-block;
}

.m-btn.btn-f-contact small {
  font-size: 1.2rem;
  display: block;
  margin-left: 1rem;
}

.m-btn.btn-f-contact:after {
  height: 0;
  display: inline;
}

.m-btn.btn-f-contact:hover {
  background: white;
}

.m-btn.btn-xl {
  font-size: 2.4rem;
  width: 400px;
  padding: 15px;
}

.m-btn.btn-l {
  font-size: 2rem;
  width: 300px;
  padding: 15px;
}

.m-btn.btn-m {
  font-size: 1.4rem;
  width: 150px;
  padding: 10px;
}

.m-btn.btn-s {
  font-size: 1.2rem;
  font-weight: normal;
  width: auto;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 0;
}

.btns {
  text-align: center;
}

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

.btns .m-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .btns .m-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}

/*!***************************************************************
 *  タグタイル
 ****************************************************************/
.m-tag {
  text-align: center;
  display: inline-block;
  color: #baa882;
  border: 1px solid #f6f2ea;
  font-size: 1rem;
  max-width: 100%;
  padding: 2px 10px;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
}

.m-tag:after {
  content: '';
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.m-tag:hover {
  background: #f6f2ea;
}

.m-tag:hover a {
  text-decoration: none;
  color: #baa882;
}

/*------------------------------------------------------------
ページング
------------------------------------------------------------*/
.m-paging {
  margin-bottom: 80px;
}

.m-paging.paging-type-square ul {
  text-align: center;
}

.m-paging.paging-type-square ul li {
  border: 1px solid #d4bf94;
  display: inline-block;
  line-height: 0.6;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
}

.m-paging.paging-type-square ul li a {
  display: block;
  height: 100%;
  padding: 10px;
}

.m-paging.paging-type-square ul li a:hover {
  text-decoration: none;
  color: white;
  background: #eae0cb;
  transition: background 0.2s ,color 0.2s;
}

.m-paging.paging-type-square ul li.paging-active {
  background: #d4bf94;
  color: white;
  padding: 10px;
}

.m-paging.paging-type-circle ul {
  text-align: center;
}

.m-paging.paging-type-circle ul li {
  border: 1px solid #d4bf94;
  display: inline-block;
  line-height: 0.6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
}

.m-paging.paging-type-circle ul li a {
  display: block;
  width: 30px;
  height: 30px;
}

.m-paging.paging-type-circle ul li a:hover {
  text-decoration: none;
  color: white;
  background: #eae0cb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: background 0.2s , color 0.2s;
}

.m-paging.paging-type-circle ul li a:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.m-paging.paging-type-circle ul li.paging-active {
  background: #d4bf94;
  color: white;
  width: 30px;
  height: 30px;
}

.m-paging.paging-type-circle ul li.paging-active:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/*------------------------------------------------------------
ローカルナビ
------------------------------------------------------------*/
.m-local_nav {
  margin-bottom: 80px;
}

.m-local_nav header {
  display: inline-block;
  font-weight: bold;
}

.m-local_nav header:after {
  content: ":";
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.m-local_nav ul {
  display: inline-block;
}

.m-local_nav ul li {
  display: inline-block;
}

.m-local_nav ul li:after {
  content: "|";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

/*!***************************************************************
 *  リスト
 ****************************************************************/
.m-list:not(:last-child) {
  margin-bottom: 80px;
}

.m-list.list-disc > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
}

.m-list.list-disc > li:after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}

.m-list.list-disc.list-base-font li:after {
  background-color: #000000;
}

.m-list.list-disc.list-base-font2 li:after {
  background-color: #989898;
}

.m-list.list-disc.list-primary li:after {
  background-color: #d4bf94;
}

.m-list.list-disc.list-secondary li:after {
  background-color: #baa882;
}

.m-list.list-disc.list-base_bg li:after {
  background-color: #fbfaf7;
}

.m-list.list-disc.list-white li:after {
  background-color: white;
}

.m-list.list-disc.list-border li:after {
  background-color: #f6f2ea;
}

.m-list.list-disc.list-light_gray li:after {
  background-color: #fafafa;
}

.m-list.list-disc_small > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.m-list.list-disc_small > li:after {
  position: absolute;
  top: 0;
  left: .5em;
  content: '・';
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.m-list.list-disc_small.list-base-font li:after {
  color: #000000;
}

.m-list.list-disc_small.list-base-font2 li:after {
  color: #989898;
}

.m-list.list-disc_small.list-primary li:after {
  color: #d4bf94;
}

.m-list.list-disc_small.list-secondary li:after {
  color: #baa882;
}

.m-list.list-disc_small.list-base_bg li:after {
  color: #fbfaf7;
}

.m-list.list-disc_small.list-white li:after {
  color: white;
}

.m-list.list-disc_small.list-border li:after {
  color: #f6f2ea;
}

.m-list.list-disc_small.list-light_gray li:after {
  color: #fafafa;
}

.m-list.list-border > li {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f6f2ea;
}

/*!***************************************************************
 *  m-link_list
 ****************************************************************/
.m-link_list {
  position: relative;
}

.m-link_list li {
  margin-bottom: 10px;
}

.m-link_list li a {
  display: block;
  position: relative;
  border: 1px solid #f6f2ea;
  background: white;
  padding: 10px;
}

.m-link_list li a:after {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  float: right;
  padding-right: 10px;
}

.m-link_list li a:hover {
  background: #fbfaf7;
}

.m-link_list:not(:last-child) {
  margin-bottom: 80px;
}

.m-link_list.link_list-local a:after {
  content: "";
}

/*!***************************************************************
 *  box
 *  wide_box
 *  thumbnail
 *  panel
 ****************************************************************/
/***** boxモジュール *****/
.m-box {
  padding: 20px;
}

.m-box:not(:last-child) {
  margin-bottom: 80px;
}

.m-box.box-base-font {
  background: #000000;
  color: white;
}

.m-box.box-base-font2 {
  background: #989898;
  color: white;
}

.m-box.box-primary {
  background: #d4bf94;
}

.m-box.box-secondary {
  background: #baa882;
}

.m-box.box-base_bg {
  background: #fbfaf7;
}

.m-box.box-white {
  background: white;
}

.m-box.box-border {
  background: #f6f2ea;
}

.m-box.box-light_gray {
  background: #fafafa;
}

.m-box.box-p-10 {
  padding: 10px;
}

.m-box.box-p-30 {
  padding: 30px;
}

.m-box.box-p-50 {
  padding: 50px;
}

.m-box.box-border {
  border: 1px solid #ccc;
}

.m-box.box-border.box-base-font {
  border: 1px solid black;
}

.m-box.box-border.box-base-font2 {
  border: 1px solid #727272;
}

.m-box.box-border.box-primary {
  border: 1px solid #be9e5d;
}

.m-box.box-border.box-secondary {
  border: 1px solid #9a8455;
}

.m-box.box-border.box-base_bg {
  border: 1px solid #e2dac4;
}

.m-box.box-border.box-white {
  border: 1px solid #d9d9d9;
}

.m-box.box-border.box-border {
  border: 1px solid #dfd1b4;
}

.m-box.box-border.box-light_gray {
  border: 1px solid #d4d4d4;
}

.m-box.box-radius {
  border-radius: 5px;
}

.m-box.box-thin {
  padding: 10px 20px;
}

.m-box.box-scroll {
  height: 300px;
  overflow: auto;
}

.m-box.box-scroll_l {
  height: 500px;
  overflow: auto;
}

.m-box.box-scroll_s {
  height: 150px;
  overflow: auto;
}

.m-box.box-note {
  padding: 10px;
  border: 1px solid #C70000;
}

.m-box.box-sideScroll {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .m-box.box-sideScroll {
    padding: 0 0 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .m-box.box-sideScroll > * {
    min-width: 100%;
    width: 640px !important;
  }
}

/*!***************************************************************
 *  common_box
 ****************************************************************/
.m-common_box .common_box-header {
  margin-bottom: 10px;
}

.m-common_box .common_box-body {
  margin-bottom: 10px;
}

.m-common_box:not(:last-child) {
  margin-bottom: 80px;
}

.m-common_box.common_box-center {
  text-align: center;
}

.m-common_box.common_box-border {
  padding: 20px;
  border: 1px solid #f6f2ea;
}

/*!***************************************************************
 *  table_box
 ****************************************************************/
.m-table_box {
  width: 100%;
  display: table;
}

.m-table_box .table_box-row {
  display: table-row;
  vertical-align: middle;
  text-align: left;
}

.m-table_box .table_box-row > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 10px;
  height: 100%;
}

.m-table_box .table_box-row.table_box-row-base-font {
  background: #000000;
  color: white;
}

.m-table_box .table_box-row.table_box-row-base-font2 {
  background: #989898;
  color: white;
}

.m-table_box .table_box-row.table_box-row-primary {
  background: #d4bf94;
}

.m-table_box .table_box-row.table_box-row-secondary {
  background: #baa882;
}

.m-table_box .table_box-row.table_box-row-base_bg {
  background: #fbfaf7;
}

.m-table_box .table_box-row.table_box-row-white {
  background: white;
}

.m-table_box .table_box-row.table_box-row-border {
  background: #f6f2ea;
}

.m-table_box .table_box-row.table_box-row-light_gray {
  background: #fafafa;
}

.m-table_box .table_box-header > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.m-table_box .table_box-footer > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.m-table_box:not(:last-child) {
  margin-bottom: 80px;
}

.m-table_box.table_box-center {
  text-align: center;
}

.m-table_box.table_box-border {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.m-table_box.table_box-border .table_box-row > * {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.m-table_box.table_box-3-7 .table_box-row > *:first-child {
  width: 30%;
}

.m-table_box.table_box-2-8 .table_box-row > *:first-child {
  width: 30%;
}

.bg-center {
  position: relative;
}

.bg-center::before {
  content: '';
  width: 90%;
  height: calc(100% + 150px + 80px);
  position: absolute;
  left: 50%;
  top: -150px;
  transform: translateX(-50%);
  background: #fbfaf7;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .bg-center::before {
    height: calc(100% + 100px + 40px);
    top: -100px;
  }
}

.bg-center2 {
  position: relative;
}

.bg-center2::before {
  content: '';
  width: 100%;
  height: calc(100% + 150px + 80px);
  position: absolute;
  left: 50%;
  top: -150px;
  transform: translateX(-50%);
  background: #f6f2ea;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .bg-center2::before {
    height: calc(100% + 100px + 40px);
    top: -100px;
  }
}

/*!***************************************************************
 *  thumbnail
 ****************************************************************/
.m-thumbnail {
  padding: 10px;
  border: 1px solid #f6f2ea;
  position: relative;
}

.m-thumbnail .thumbnail-img {
  margin-bottom: 20px;
  text-align: center;
}

.m-thumbnail .thumbnail-img:last-child {
  margin-bottom: 0;
}

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

.m-thumbnail .thumbnail-caption {
  margin-top: 20px;
}

.m-thumbnail.thumbnail-no_border {
  padding: 0;
  border: none;
}

.m-thumbnail.thumbnail-under_border {
  border-bottom: 3px solid #d4bf94;
  padding-bottom: 30px;
}

.m-thumbnail.thumbnail-with_icon .thumbnail-icon {
  font-style: normal;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #d4bf94;
  top: -10px;
  left: 50%;
  color: white;
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

.m-thumbnail.thumbnail-base-font {
  border-color: #000000;
}

.m-thumbnail.thumbnail-base-font2 {
  border-color: #989898;
}

.m-thumbnail.thumbnail-primary {
  border-color: #d4bf94;
}

.m-thumbnail.thumbnail-secondary {
  border-color: #baa882;
}

.m-thumbnail.thumbnail-base_bg {
  border-color: #fbfaf7;
}

.m-thumbnail.thumbnail-white {
  border-color: white;
}

.m-thumbnail.thumbnail-border {
  border-color: #f6f2ea;
}

.m-thumbnail.thumbnail-light_gray {
  border-color: #fafafa;
}

/*!***************************************************************
  *  panel
 ****************************************************************/
.m-panel {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.m-panel:not(:last-child) {
  margin-bottom: 80px;
}

.m-panel .panel-header {
  padding: 20px;
  background: black;
  color: white;
}

.m-panel .panel-body {
  margin: 20px;
}

.m-panel .panel-footer {
  text-align: right;
  border-top: 1px solid #ccc;
  padding: 20px 0;
  margin-left: 20px;
  margin-right: 20px;
}

.m-panel.panel-thin .panel-header {
  padding: 10px 20px;
}

.m-panel.panel-thin .panel-body {
  margin: 10px 20px;
}

.m-panel.panel-thin .panel-footer {
  text-align: right;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  margin-left: 20px;
  margin-right: 20px;
}

.m-panel.panel-no_border {
  border: none;
}

.m-panel.panel-no_border .panel-header {
  border: none;
}

.m-panel.panel-no_border .panel-body {
  margin-left: 0;
  margin-right: 0;
  border: none;
}

.m-panel.panel-no_border .panel-footer {
  padding-top: 0;
  border: none;
  margin-left: 0;
  margin-right: 0;
}

.m-panel.panel-transparent .panel-header {
  color: white;
  background: transparent;
}

.m-panel.panel-transparent .panel-body {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #f6f2ea;
}

.m-panel.panel-no_radius {
  border-radius: 0px;
}

.m-panel.panel-base-font .panel-header {
  background: #000000;
  color: white;
}

.m-panel.panel-base-font2 .panel-header {
  background: #989898;
  color: white;
}

.m-panel.panel-primary .panel-header {
  background: #d4bf94;
}

.m-panel.panel-secondary .panel-header {
  background: #baa882;
}

.m-panel.panel-base_bg .panel-header {
  background: #fbfaf7;
}

.m-panel.panel-white .panel-header {
  background: white;
}

.m-panel.panel-border .panel-header {
  background: #f6f2ea;
}

.m-panel.panel-light_gray .panel-header {
  background: #fafafa;
}

/*!***************************************************************
 *  m-card
 *  スキン
 *  card-no_border
 *  card-overlay
 *    - card-overlay-fit
 *  色展開
 ****************************************************************/
.m-card {
  position: relative;
  background: white;
}

.m-card:not(:last-child) {
  margin-bottom: 80px;
}

.m-card > a {
  display: block;
}

.m-card .card-img img {
  width: 100%;
  height: auto;
}

.m-card .card-header {
  padding: 20px 20px 0 20px;
}

.m-card .card-body {
  padding: 20px;
}

.m-card .card-footer {
  padding: 0 20px 20px 20px;
}

.m-card.card-no_border {
  background: transparent;
}

.m-card.card-no_border .card-img img {
  width: 100%;
  height: auto;
}

.m-card.card-no_border .card-header {
  padding: 10px 0 10px 0;
}

.m-card.card-no_border .card-header h1, .m-card.card-no_border .card-header h2, .m-card.card-no_border .card-header h3, .m-card.card-no_border .card-header h4, .m-card.card-no_border .card-header h5, .m-card.card-no_border .card-header h5 {
  font-weight: bold;
}

.m-card.card-no_border .card-body {
  padding: 0;
}

.m-card.card-no_border .card-footer {
  padding: 0 0 20px 0;
}

.m-card.card-no_border .card-footer-border {
  margin-top: 10px;
  padding: 10px 0 20px 0;
  border-top: 1px solid #f6f2ea;
}

.m-card.card-base-font {
  background-color: #000000;
  color: white;
}

.m-card.card-base-font2 {
  background-color: #989898;
  color: white;
}

.m-card.card-primary {
  background-color: #d4bf94;
}

.m-card.card-secondary {
  background-color: #baa882;
}

.m-card.card-base_bg {
  background-color: #fbfaf7;
}

.m-card.card-white {
  background-color: white;
}

.m-card.card-border {
  background-color: #f6f2ea;
}

.m-card.card-light_gray {
  background-color: #fafafa;
}

.m-card.card-photo {
  border: 1px solid #f6f2ea;
  padding: 6px;
}

.m-card.card-photo::before {
  content: "";
  border: solid 6px white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-card.card-photo .card-header {
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  font-size: 1.8rem;
  padding: 30px 10px 20px;
}

@media only screen and (max-width: 767px) {
  .m-card.card-photo .card-header {
    font-size: 1.3rem;
    padding: 30px 5px 20px;
  }
}

.m-card.card-list {
  border: 1px solid #f6f2ea;
}

.m-card.card-list .card-img {
  position: relative;
}

.m-card.card-list .card-img span {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 34px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 2.2rem;
}

.m-card.card-voice {
  padding: 6px;
  border: 1px solid #f6f2ea;
}

.m-card.card-voice .card-header {
  padding: 10px 10px 0;
  margin-bottom: 0;
}

.m-card.card-voice .card-header span {
  font-size: 1.4rem;
  margin-bottom: 10px;
  display: block;
}

.m-card.card-voice .card-body {
  padding: 10px;
}

.m-card.card-voice .VoiceCustomer {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.m-card.card-voice .VoiceCustomer span {
  font-size: 1.4rem;
  display: block;
}

.m-card.card-voice .VoiceTxt {
  font-size: 1.4rem;
  color: #989898;
}

.m-horizontal_card {
  position: relative;
  background: white;
  padding: 30px;
}

.m-horizontal_card:after {
  content: '';
  display: table;
  clear: both;
}

.m-horizontal_card .card-header {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #d4bf94;
  margin-bottom: 30px;
}

.m-horizontal_card .card-img {
  float: left;
  width: 30%;
}

.m-horizontal_card .card-img img {
  width: 100%;
  height: auto;
}

.m-horizontal_card .card-main {
  float: left;
  width: 70%;
  padding-left: 30px;
}

.m-horizontal_card .card-link {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media only screen and (max-width: 767px) {
  .m-horizontal_card {
    padding: 20px;
  }
  .m-horizontal_card .card-header {
    font-size: 1.6rem;
  }
  .m-horizontal_card .card-header, .m-horizontal_card .card-img {
    margin-bottom: 15px;
  }
  .m-horizontal_card .card-img, .m-horizontal_card .card-main {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .m-horizontal_card .card-link {
    position: static;
    text-align: right;
  }
}

input[type=radio] {
  margin-top: -0.1em;
}

input[type=checkbox] {
  margin-top: 0.05em;
}

input[type=text], input[type=email], input[type=tel], select {
  height: 35px;
  border: 1px solid #f6f2ea;
  width: 100%;
}

textarea {
  border: 1px solid #f6f2ea;
  width: 100%;
  -webkit-appearance: none;
}

input[type=submit] {
  border-top: none;
  border-bottom: 1px solid #baa882;
  -webkit-appearance: none;
}

/*------------------------------------------------------------
テーブル
------------------------------------------------------------*/
.m-table {
  background: white;
  border-collapse: collapse;
  margin-bottom: 80px;
  width: 100%;
  border: 1px solid #f6f2ea;
}

.m-table thead th {
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 3px solid #f6f2ea;
  color: #d4bf94;
}

.m-table thead td {
  border-collapse: collapse;
  padding: 20px;
  border-bottom: 1px solid #f6f2ea;
}

.m-table tbody th {
  width: 25%;
  padding: 10px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #f6f2ea;
  color: #d4bf94;
  font-family: "Times New Roman" , 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
}

.m-table tbody td {
  border-collapse: collapse;
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #f6f2ea;
}

.m-table tbody .table_caption_bottom {
  caption-side: bottom;
}

.m-table.table_middle th {
  vertical-align: middle;
}

.m-table.table_middle td {
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .m-table tbody td, .m-table tbody th {
    padding: 10px;
  }
  .m-table thead td, .m-table thead th {
    padding: 10px;
  }
  .m-table th {
    background: #fbfaf7;
  }
  .m-table.table-block tbody th, .m-table.table-block tbody td {
    display: block;
    width: 100%;
  }
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    min-height: .01%;
    overflow-x: auto;
  }
  .table-responsive .m-table thead tr th, .table-responsive .m-table thead tr td, .table-responsive .m-table tbody tr th, .table-responsive .m-table tbody tr td {
    white-space: nowrap;
  }
}
